Correct list of supported AMD GPU devices
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
11bc5fe4 2@c Copyright (C) 1988-2020 Free Software Foundation, Inc.
a8b43b7b 3@c Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
c906108c 4@c
5d161b24 5@c %**start of header
c906108c
SS
6@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
7@c of @set vars. However, you can override filename with makeinfo -o.
8@setfilename gdb.info
9@c
43662968 10@c man begin INCLUDE
c906108c 11@include gdb-cfg.texi
43662968 12@c man end
c906108c 13@c
c906108c 14@settitle Debugging with @value{GDBN}
c906108c
SS
15@setchapternewpage odd
16@c %**end of header
17
18@iftex
19@c @smallbook
20@c @cropmarks
21@end iftex
22
23@finalout
00595b5e
EZ
24@c To avoid file-name clashes between index.html and Index.html, when
25@c the manual is produced on a Posix host and then moved to a
26@c case-insensitive filesystem (e.g., MS-Windows), we separate the
27@c indices into two: Concept Index and all the rest.
28@syncodeindex ky fn
29@syncodeindex tp fn
c906108c 30
41afff9a 31@c readline appendices use @vindex, @findex and @ftable,
48e934c6 32@c annotate.texi and gdbmi use @findex.
00595b5e 33@syncodeindex vr fn
c906108c
SS
34
35@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 36@c This is updated by GNU Press.
26829f2b 37@set EDITION Tenth
c906108c 38
87885426
FN
39@c !!set GDB edit command default editor
40@set EDITOR /bin/ex
c906108c 41
6c0e9fb3 42@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 43
c906108c 44@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 45@c manuals to an info tree.
03727ca6 46@dircategory Software development
96a2c332 47@direntry
a8b43b7b
T
48* ROCgdb: (gdb). The ROCm GNU debugger.
49@c * gdbserver: (gdb) Server. The GNU debugging server.
96a2c332
SS
50@end direntry
51
a67ec3f4 52@copying
43662968 53@c man begin COPYRIGHT
b8e46eb9 54Copyright @copyright{} 1988-2020 Free Software Foundation, Inc.
c906108c 55
a8b43b7b
T
56Copyright @copyright{} 2020 Advanced Micro Devices, Inc. All rights reserved.
57
e9c75b65 58Permission is granted to copy, distribute and/or modify this document
4f5d9f07 59under the terms of the GNU Free Documentation License, Version 1.3 or
e9c75b65 60any later version published by the Free Software Foundation; with the
959acfd1
EZ
61Invariant Sections being ``Free Software'' and ``Free Software Needs
62Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63and with the Back-Cover Texts as in (a) below.
c906108c 64
b8533aec
DJ
65(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
66this GNU Manual. Buying copies from GNU Press supports the FSF in
67developing GNU and promoting software freedom.''
43662968 68@c man end
a67ec3f4
JM
69@end copying
70
71@ifnottex
72This file documents the @sc{gnu} debugger @value{GDBN}.
73
74This is the @value{EDITION} Edition, of @cite{Debugging with
75@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
76@ifset VERSION_PACKAGE
77@value{VERSION_PACKAGE}
78@end ifset
79Version @value{GDBVN}.
80
81@insertcopying
82@end ifnottex
c906108c
SS
83
84@titlepage
85@title Debugging with @value{GDBN}
86@subtitle The @sc{gnu} Source-Level Debugger
c906108c 87@sp 1
c906108c 88@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
c16158bc
JM
89@ifset VERSION_PACKAGE
90@sp 1
91@subtitle @value{VERSION_PACKAGE}
92@end ifset
9e9c5ae7 93@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 94@page
c906108c
SS
95@tex
96{\parskip=0pt
c16158bc 97\hfill (Send bugs and comments on @value{GDBN} to @value{BUGURL}.)\par
c906108c
SS
98\hfill {\it Debugging with @value{GDBN}}\par
99\hfill \TeX{}info \texinfoversion\par
100}
101@end tex
53a5351d 102
a8b43b7b
T
103@c Comment out publisher until upstreamed:
104@c @vskip 0pt plus 1filll
105@c Published by the Free Software Foundation @*
106@c 51 Franklin Street, Fifth Floor,
107@c Boston, MA 02110-1301, USA@*
108@c ISBN 978-0-9831592-3-0 @*
e9c75b65 109
a67ec3f4 110@insertcopying
c906108c
SS
111@end titlepage
112@page
113
6c0e9fb3 114@ifnottex
6d2ebf8b
SS
115@node Top, Summary, (dir), (dir)
116
c906108c
SS
117@top Debugging with @value{GDBN}
118
119This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
120
c16158bc
JM
121This is the @value{EDITION} Edition, for @value{GDBN}
122@ifset VERSION_PACKAGE
123@value{VERSION_PACKAGE}
124@end ifset
125Version @value{GDBVN}.
c906108c 126
b8e46eb9 127Copyright (C) 1988-2020 Free Software Foundation, Inc.
6d2ebf8b 128
3fb6a982
JB
129This edition of the GDB manual is dedicated to the memory of Fred
130Fish. Fred was a long-standing contributor to GDB and to Free
131software in general. We will miss him.
132
6d2ebf8b
SS
133@menu
134* Summary:: Summary of @value{GDBN}
135* Sample Session:: A sample @value{GDBN} session
136
137* Invocation:: Getting in and out of @value{GDBN}
138* Commands:: @value{GDBN} commands
139* Running:: Running programs under @value{GDBN}
140* Stopping:: Stopping and continuing
bacec72f 141* Reverse Execution:: Running programs backward
a2311334 142* Process Record and Replay:: Recording inferior's execution and replaying it
6d2ebf8b
SS
143* Stack:: Examining the stack
144* Source:: Examining source files
145* Data:: Examining data
edb3359d 146* Optimized Code:: Debugging optimized code
e2e0bcd1 147* Macros:: Preprocessor Macros
b37052ae 148* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 149* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
150
151* Languages:: Using @value{GDBN} with different languages
152
153* Symbols:: Examining the symbol table
154* Altering:: Altering execution
155* GDB Files:: @value{GDBN} files
156* Targets:: Specifying a debugging target
a8b43b7b 157* Heterogeneous Debugging:: Debugging Heterogeneous Programs
6b2f586d 158* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
159* Configurations:: Configuration-specific information
160* Controlling GDB:: Controlling @value{GDBN}
d57a3c85 161* Extending GDB:: Extending @value{GDBN}
a8b43b7b 162* Interpreters:: Command Interpreters
c8f4133a 163* TUI:: @value{GDBN} Text User Interface
6d2ebf8b 164* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
7162c0ca 165* GDB/MI:: @value{GDBN}'s Machine Interface.
c8f4133a 166* Annotations:: @value{GDBN}'s annotation interface.
4efc6507 167* JIT Interface:: Using the JIT debugging interface.
d1feda86 168* In-Process Agent:: In-Process Agent
6d2ebf8b
SS
169
170* GDB Bugs:: Reporting bugs in @value{GDBN}
6d2ebf8b 171
39037522
TT
172@ifset SYSTEM_READLINE
173* Command Line Editing: (rluserman). Command Line Editing
174* Using History Interactively: (history). Using History Interactively
175@end ifset
176@ifclear SYSTEM_READLINE
6d2ebf8b
SS
177* Command Line Editing:: Command Line Editing
178* Using History Interactively:: Using History Interactively
39037522 179@end ifclear
4ceed123 180* In Memoriam:: In Memoriam
0869d01b 181* Formatting Documentation:: How to format and print @value{GDBN} documentation
a8b43b7b 182* Installing GDB:: Installing @value{GDBN}
eb12ee30 183* Maintenance Commands:: Maintenance Commands
e0ce93ac 184* Remote Protocol:: GDB Remote Serial Protocol
a8b43b7b 185* Agent Expressions:: The @value{GDBN} Agent Expression Mechanism
23181151
DJ
186* Target Descriptions:: How targets can describe themselves to
187 @value{GDBN}
07e059b5
VP
188* Operating System Information:: Getting additional information from
189 the operating system
a8b43b7b 190* Trace File Format:: @value{GDBN} trace file format
90476074 191* Index Section Format:: .gdb_index section format
43662968 192* Man Pages:: Manual pages
aab4e0ec 193* Copying:: GNU General Public License says
a8b43b7b 194 how you can copy and share @value{GDBN}
6826cf00 195* GNU Free Documentation License:: The license for this documentation
00595b5e
EZ
196* Concept Index:: Index of @value{GDBN} concepts
197* Command and Variable Index:: Index of @value{GDBN} commands, variables,
a8b43b7b 198 functions, and Python data types
6d2ebf8b
SS
199@end menu
200
6c0e9fb3 201@end ifnottex
c906108c 202
449f3b6c 203@contents
449f3b6c 204
6d2ebf8b 205@node Summary
c906108c
SS
206@unnumbered Summary of @value{GDBN}
207
208The purpose of a debugger such as @value{GDBN} is to allow you to see what is
209going on ``inside'' another program while it executes---or what another
210program was doing at the moment it crashed.
211
212@value{GDBN} can do four main kinds of things (plus other things in support of
213these) to help you catch bugs in the act:
214
215@itemize @bullet
216@item
217Start your program, specifying anything that might affect its behavior.
218
219@item
220Make your program stop on specified conditions.
221
222@item
223Examine what has happened, when your program has stopped.
224
225@item
226Change things in your program, so you can experiment with correcting the
227effects of one bug and go on to learn about another.
228@end itemize
229
49efadf5 230You can use @value{GDBN} to debug programs written in C and C@t{++}.
79a6e687 231For more information, see @ref{Supported Languages,,Supported Languages}.
c906108c
SS
232For more information, see @ref{C,,C and C++}.
233
6aecb9c2
JB
234Support for D is partial. For information on D, see
235@ref{D,,D}.
236
cce74817 237@cindex Modula-2
e632838e
AC
238Support for Modula-2 is partial. For information on Modula-2, see
239@ref{Modula-2,,Modula-2}.
c906108c 240
f4b8a18d
KW
241Support for OpenCL C is partial. For information on OpenCL C, see
242@ref{OpenCL C,,OpenCL C}.
243
cce74817
JM
244@cindex Pascal
245Debugging Pascal programs which use sets, subranges, file variables, or
246nested functions does not currently work. @value{GDBN} does not support
247entering expressions, printing values, or similar features using Pascal
248syntax.
c906108c 249
c906108c
SS
250@cindex Fortran
251@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 252it may be necessary to refer to some variables with a trailing
cce74817 253underscore.
c906108c 254
b37303ee
AF
255@value{GDBN} can be used to debug programs written in Objective-C,
256using either the Apple/NeXT or the GNU Objective-C runtime.
257
c906108c
SS
258@menu
259* Free Software:: Freely redistributable software
984359d2 260* Free Documentation:: Free Software Needs Free Documentation
c906108c
SS
261* Contributors:: Contributors to GDB
262@end menu
263
6d2ebf8b 264@node Free Software
79a6e687 265@unnumberedsec Free Software
c906108c 266
5d161b24 267@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
268General Public License
269(GPL). The GPL gives you the freedom to copy or adapt a licensed
270program---but every person getting a copy also gets with it the
271freedom to modify that copy (which means that they must get access to
272the source code), and the freedom to distribute further copies.
273Typical software companies use copyrights to limit your freedoms; the
274Free Software Foundation uses the GPL to preserve these freedoms.
275
276Fundamentally, the General Public License is a license which says that
277you have these freedoms and that you cannot take these freedoms away
278from anyone else.
279
984359d2 280@node Free Documentation
2666264b 281@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
282
283The biggest deficiency in the free software community today is not in
284the software---it is the lack of good free documentation that we can
285include with the free software. Many of our most important
286programs do not come with free reference manuals and free introductory
287texts. Documentation is an essential part of any software package;
288when an important free software package does not come with a free
289manual and a free tutorial, that is a major gap. We have many such
290gaps today.
291
292Consider Perl, for instance. The tutorial manuals that people
293normally use are non-free. How did this come about? Because the
294authors of those manuals published them with restrictive terms---no
295copying, no modification, source files not available---which exclude
296them from the free software world.
297
298That wasn't the first time this sort of thing happened, and it was far
299from the last. Many times we have heard a GNU user eagerly describe a
300manual that he is writing, his intended contribution to the community,
301only to learn that he had ruined everything by signing a publication
302contract to make it non-free.
303
304Free documentation, like free software, is a matter of freedom, not
305price. The problem with the non-free manual is not that publishers
306charge a price for printed copies---that in itself is fine. (The Free
307Software Foundation sells printed copies of manuals, too.) The
308problem is the restrictions on the use of the manual. Free manuals
309are available in source code form, and give you permission to copy and
310modify. Non-free manuals do not allow this.
311
312The criteria of freedom for a free manual are roughly the same as for
313free software. Redistribution (including the normal kinds of
314commercial redistribution) must be permitted, so that the manual can
315accompany every copy of the program, both on-line and on paper.
316
317Permission for modification of the technical content is crucial too.
318When people modify the software, adding or changing features, if they
319are conscientious they will change the manual too---so they can
320provide accurate and clear documentation for the modified program. A
321manual that leaves you no choice but to write a new manual to document
322a changed version of the program is not really available to our
323community.
324
325Some kinds of limits on the way modification is handled are
326acceptable. For example, requirements to preserve the original
327author's copyright notice, the distribution terms, or the list of
328authors, are ok. It is also no problem to require modified versions
329to include notice that they were modified. Even entire sections that
330may not be deleted or changed are acceptable, as long as they deal
331with nontechnical topics (like this one). These kinds of restrictions
332are acceptable because they don't obstruct the community's normal use
333of the manual.
334
335However, it must be possible to modify all the @emph{technical}
336content of the manual, and then distribute the result in all the usual
337media, through all the usual channels. Otherwise, the restrictions
338obstruct the use of the manual, it is not free, and we need another
339manual to replace it.
340
341Please spread the word about this issue. Our community continues to
342lose manuals to proprietary publishing. If we spread the word that
343free software needs free reference manuals and free tutorials, perhaps
344the next person who wants to contribute by writing documentation will
345realize, before it is too late, that only free manuals contribute to
346the free software community.
347
348If you are writing documentation, please insist on publishing it under
349the GNU Free Documentation License or another free documentation
350license. Remember that this decision requires your approval---you
351don't have to let the publisher decide. Some commercial publishers
352will use a free license if you insist, but they will not propose the
353option; it is up to you to raise the issue and say firmly that this is
354what you want. If the publisher you are dealing with refuses, please
355try other publishers. If you're not sure whether a proposed license
42584a72 356is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
357
358You can encourage commercial publishers to sell more free, copylefted
359manuals and tutorials by buying them, and particularly by buying
360copies from the publishers that paid for their writing or for major
361improvements. Meanwhile, try to avoid buying non-free documentation
362at all. Check the distribution terms of a manual before you buy it,
363and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
364Check the history of the book, and try to reward the publishers that
365have paid or pay the authors to work on it.
959acfd1
EZ
366
367The Free Software Foundation maintains a list of free documentation
368published by other publishers, at
369@url{http://www.fsf.org/doc/other-free-books.html}.
370
6d2ebf8b 371@node Contributors
96a2c332
SS
372@unnumberedsec Contributors to @value{GDBN}
373
374Richard Stallman was the original author of @value{GDBN}, and of many
375other @sc{gnu} programs. Many others have contributed to its
376development. This section attempts to credit major contributors. One
377of the virtues of free software is that everyone is free to contribute
378to it; with regret, we cannot actually acknowledge everyone here. The
379file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
380blow-by-blow account.
381
382Changes much prior to version 2.0 are lost in the mists of time.
383
384@quotation
385@emph{Plea:} Additions to this section are particularly welcome. If you
386or your friends (or enemies, to be evenhanded) have been unfairly
387omitted from this list, we would like to add your names!
388@end quotation
389
390So that they may not regard their many labors as thankless, we
391particularly thank those who shepherded @value{GDBN} through major
392releases:
7ba3cf9c 393Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
394Jim Blandy (release 4.18);
395Jason Molenda (release 4.17);
396Stan Shebs (release 4.14);
397Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
398Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
399John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
400Jim Kingdon (releases 3.5, 3.4, and 3.3);
401and Randy Smith (releases 3.2, 3.1, and 3.0).
402
403Richard Stallman, assisted at various times by Peter TerMaat, Chris
404Hanson, and Richard Mlynarik, handled releases through 2.8.
405
b37052ae
EZ
406Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
407in @value{GDBN}, with significant additional contributions from Per
408Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
409demangler. Early work on C@t{++} was by Peter TerMaat (who also did
410much general update work leading to release 3.0).
c906108c 411
b37052ae 412@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
413object-file formats; BFD was a joint project of David V.
414Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
415
416David Johnson wrote the original COFF support; Pace Willison did
417the original support for encapsulated COFF.
418
0179ffac 419Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
420
421Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
422Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
423support.
424Jean-Daniel Fekete contributed Sun 386i support.
425Chris Hanson improved the HP9000 support.
426Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
427David Johnson contributed Encore Umax support.
428Jyrki Kuoppala contributed Altos 3068 support.
429Jeff Law contributed HP PA and SOM support.
430Keith Packard contributed NS32K support.
431Doug Rabson contributed Acorn Risc Machine support.
432Bob Rusk contributed Harris Nighthawk CX-UX support.
433Chris Smith contributed Convex support (and Fortran debugging).
434Jonathan Stone contributed Pyramid support.
435Michael Tiemann contributed SPARC support.
436Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
437Pace Willison contributed Intel 386 support.
438Jay Vosburgh contributed Symmetry support.
a37295f9 439Marko Mlinar contributed OpenRISC 1000 support.
c906108c 440
1104b9e7 441Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
442
443Rich Schaefer and Peter Schauer helped with support of SunOS shared
444libraries.
445
446Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
447about several machine instruction sets.
448
449Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
450remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
451contributed remote debugging modules for the i960, VxWorks, A29K UDI,
452and RDI targets, respectively.
453
454Brian Fox is the author of the readline libraries providing
455command-line editing and command history.
456
7a292a7a
SS
457Andrew Beers of SUNY Buffalo wrote the language-switching code, the
458Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 459
5d161b24 460Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 461He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 462symbols.
c906108c 463
f24c5e49
KI
464Hitachi America (now Renesas America), Ltd. sponsored the support for
465H8/300, H8/500, and Super-H processors.
c906108c
SS
466
467NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
468
f24c5e49
KI
469Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
470processors.
c906108c
SS
471
472Toshiba sponsored the support for the TX39 Mips processor.
473
474Matsushita sponsored the support for the MN10200 and MN10300 processors.
475
96a2c332 476Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
477
478Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
479watchpoints.
480
481Michael Snyder added support for tracepoints.
482
483Stu Grossman wrote gdbserver.
484
485Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 486nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
487
488The following people at the Hewlett-Packard Company contributed
489support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 490(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
491compiler, and the Text User Interface (nee Terminal User Interface):
492Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
493Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
494provided HP-specific information in this manual.
c906108c 495
b37052ae
EZ
496DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
497Robert Hoehne made significant contributions to the DJGPP port.
498
96a2c332
SS
499Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
500development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
501fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
502Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
503Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
504Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
505Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
506addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
507JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
508Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
509Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
510Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
511Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
512Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
513Zuhn have made contributions both large and small.
c906108c 514
ffed4509
AC
515Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
516Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
517
e2e0bcd1
JB
518Jim Blandy added support for preprocessor macros, while working for Red
519Hat.
c906108c 520
a9967aef
AC
521Andrew Cagney designed @value{GDBN}'s architecture vector. Many
522people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
523Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
524Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
525Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
526with the migration of old architectures to this new framework.
527
c5e30d01
AC
528Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
529unwinder framework, this consisting of a fresh new design featuring
530frame IDs, independent frame sniffers, and the sentinel frame. Mark
531Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
532libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
db2e3e2e 533trad unwinders. The architecture-specific changes, each involving a
c5e30d01
AC
534complete rewrite of the architecture's frame code, were carried out by
535Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
536Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
537Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
538Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
539Weigand.
540
ca3bf3bd
DJ
541Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
542Tensilica, Inc.@: contributed support for Xtensa processors. Others
543who have worked on the Xtensa port of @value{GDBN} in the past include
544Steve Tjiang, John Newlin, and Scott Foehner.
545
08be9d71
ME
546Michael Eager and staff of Xilinx, Inc., contributed support for the
547Xilinx MicroBlaze architecture.
548
387360da
JB
549Initial support for the FreeBSD/mips target and native configuration
550was developed by SRI International and the University of Cambridge
551Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
552("CTSRD"), as part of the DARPA CRASH research programme.
553
74792ff7
JB
554Initial support for the FreeBSD/riscv target and native configuration
555was developed by SRI International and the University of Cambridge
556Computer Laboratory (Department of Computer Science and Technology)
557under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the DARPA
558SSITH research programme.
559
a994fec4
FJ
560The original port to the OpenRISC 1000 is believed to be due to
561Alessandro Forin and Per Bothner. More recent ports have been the work
562of Jeremy Bennett, Franck Jullien, Stefan Wallentowitz and
563Stafford Horne.
564
a8b43b7b
T
565Initial support for heterogeneous program debugging and the
566@acronym{AMD GPU} targets was developed by the following people at the
567Advanced Micro Devices company: Scott Linder, Laurent Morichetti,
568Qingchuan Shi, Tony Tye, and Zoran Zaric.
569
6d2ebf8b 570@node Sample Session
c906108c
SS
571@chapter A Sample @value{GDBN} Session
572
573You can use this manual at your leisure to read all about @value{GDBN}.
574However, a handful of commands are enough to get started using the
575debugger. This chapter illustrates those commands.
576
577@iftex
578In this sample session, we emphasize user input like this: @b{input},
579to make it easier to pick out from the surrounding output.
580@end iftex
581
582@c FIXME: this example may not be appropriate for some configs, where
583@c FIXME...primary interest is in remote use.
584
585One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
586processor) exhibits the following bug: sometimes, when we change its
587quote strings from the default, the commands used to capture one macro
588definition within another stop working. In the following short @code{m4}
589session, we define a macro @code{foo} which expands to @code{0000}; we
590then use the @code{m4} built-in @code{defn} to define @code{bar} as the
591same thing. However, when we change the open quote string to
592@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
593procedure fails to define a new synonym @code{baz}:
594
595@smallexample
596$ @b{cd gnu/m4}
597$ @b{./m4}
598@b{define(foo,0000)}
599
600@b{foo}
6010000
602@b{define(bar,defn(`foo'))}
603
604@b{bar}
6050000
606@b{changequote(<QUOTE>,<UNQUOTE>)}
607
608@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
609@b{baz}
c8aa23ab 610@b{Ctrl-d}
c906108c
SS
611m4: End of input: 0: fatal error: EOF in string
612@end smallexample
613
614@noindent
615Let us use @value{GDBN} to try to see what is going on.
616
c906108c
SS
617@smallexample
618$ @b{@value{GDBP} m4}
619@c FIXME: this falsifies the exact text played out, to permit smallbook
620@c FIXME... format to come out better.
621@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 622 of it under certain conditions; type "show copying" to see
c906108c 623 the conditions.
5d161b24 624There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
625 for details.
626
627@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
628(@value{GDBP})
629@end smallexample
c906108c
SS
630
631@noindent
632@value{GDBN} reads only enough symbol data to know where to find the
633rest when needed; as a result, the first prompt comes up very quickly.
634We now tell @value{GDBN} to use a narrower display width than usual, so
635that examples fit in this manual.
636
637@smallexample
638(@value{GDBP}) @b{set width 70}
639@end smallexample
640
641@noindent
642We need to see how the @code{m4} built-in @code{changequote} works.
643Having looked at the source, we know the relevant subroutine is
644@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
645@code{break} command.
646
647@smallexample
648(@value{GDBP}) @b{break m4_changequote}
649Breakpoint 1 at 0x62f4: file builtin.c, line 879.
650@end smallexample
651
652@noindent
653Using the @code{run} command, we start @code{m4} running under @value{GDBN}
654control; as long as control does not reach the @code{m4_changequote}
655subroutine, the program runs as usual:
656
657@smallexample
658(@value{GDBP}) @b{run}
659Starting program: /work/Editorial/gdb/gnu/m4/m4
660@b{define(foo,0000)}
661
662@b{foo}
6630000
664@end smallexample
665
666@noindent
667To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
668suspends execution of @code{m4}, displaying information about the
669context where it stops.
670
671@smallexample
672@b{changequote(<QUOTE>,<UNQUOTE>)}
673
5d161b24 674Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
675 at builtin.c:879
676879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
677@end smallexample
678
679@noindent
680Now we use the command @code{n} (@code{next}) to advance execution to
681the next line of the current function.
682
683@smallexample
684(@value{GDBP}) @b{n}
685882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
686 : nil,
687@end smallexample
688
689@noindent
690@code{set_quotes} looks like a promising subroutine. We can go into it
691by using the command @code{s} (@code{step}) instead of @code{next}.
692@code{step} goes to the next line to be executed in @emph{any}
693subroutine, so it steps into @code{set_quotes}.
694
695@smallexample
696(@value{GDBP}) @b{s}
697set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
698 at input.c:530
699530 if (lquote != def_lquote)
700@end smallexample
701
702@noindent
703The display that shows the subroutine where @code{m4} is now
704suspended (and its arguments) is called a stack frame display. It
705shows a summary of the stack. We can use the @code{backtrace}
706command (which can also be spelled @code{bt}), to see where we are
707in the stack as a whole: the @code{backtrace} command displays a
708stack frame for each active subroutine.
709
710@smallexample
711(@value{GDBP}) @b{bt}
712#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
713 at input.c:530
5d161b24 714#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
715 at builtin.c:882
716#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
717#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
718 at macro.c:71
719#4 0x79dc in expand_input () at macro.c:40
720#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
721@end smallexample
722
723@noindent
724We step through a few more lines to see what happens. The first two
725times, we can use @samp{s}; the next two times we use @code{n} to avoid
726falling into the @code{xstrdup} subroutine.
727
728@smallexample
729(@value{GDBP}) @b{s}
7300x3b5c 532 if (rquote != def_rquote)
731(@value{GDBP}) @b{s}
7320x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
733def_lquote : xstrdup(lq);
734(@value{GDBP}) @b{n}
735536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
736 : xstrdup(rq);
737(@value{GDBP}) @b{n}
738538 len_lquote = strlen(rquote);
739@end smallexample
740
741@noindent
742The last line displayed looks a little odd; we can examine the variables
743@code{lquote} and @code{rquote} to see if they are in fact the new left
744and right quotes we specified. We use the command @code{p}
745(@code{print}) to see their values.
746
747@smallexample
748(@value{GDBP}) @b{p lquote}
749$1 = 0x35d40 "<QUOTE>"
750(@value{GDBP}) @b{p rquote}
751$2 = 0x35d50 "<UNQUOTE>"
752@end smallexample
753
754@noindent
755@code{lquote} and @code{rquote} are indeed the new left and right quotes.
756To look at some context, we can display ten lines of source
757surrounding the current line with the @code{l} (@code{list}) command.
758
759@smallexample
760(@value{GDBP}) @b{l}
761533 xfree(rquote);
762534
763535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
764 : xstrdup (lq);
765536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
766 : xstrdup (rq);
767537
768538 len_lquote = strlen(rquote);
769539 len_rquote = strlen(lquote);
770540 @}
771541
772542 void
773@end smallexample
774
775@noindent
776Let us step past the two lines that set @code{len_lquote} and
777@code{len_rquote}, and then examine the values of those variables.
778
779@smallexample
780(@value{GDBP}) @b{n}
781539 len_rquote = strlen(lquote);
782(@value{GDBP}) @b{n}
783540 @}
784(@value{GDBP}) @b{p len_lquote}
785$3 = 9
786(@value{GDBP}) @b{p len_rquote}
787$4 = 7
788@end smallexample
789
790@noindent
791That certainly looks wrong, assuming @code{len_lquote} and
792@code{len_rquote} are meant to be the lengths of @code{lquote} and
793@code{rquote} respectively. We can set them to better values using
794the @code{p} command, since it can print the value of
795any expression---and that expression can include subroutine calls and
796assignments.
797
798@smallexample
799(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
800$5 = 7
801(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
802$6 = 9
803@end smallexample
804
805@noindent
806Is that enough to fix the problem of using the new quotes with the
807@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
808executing with the @code{c} (@code{continue}) command, and then try the
809example that caused trouble initially:
810
811@smallexample
812(@value{GDBP}) @b{c}
813Continuing.
814
815@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
816
817baz
8180000
819@end smallexample
820
821@noindent
822Success! The new quotes now work just as well as the default ones. The
823problem seems to have been just the two typos defining the wrong
824lengths. We allow @code{m4} exit by giving it an EOF as input:
825
826@smallexample
c8aa23ab 827@b{Ctrl-d}
c906108c
SS
828Program exited normally.
829@end smallexample
830
831@noindent
832The message @samp{Program exited normally.} is from @value{GDBN}; it
833indicates @code{m4} has finished executing. We can end our @value{GDBN}
834session with the @value{GDBN} @code{quit} command.
835
836@smallexample
837(@value{GDBP}) @b{quit}
838@end smallexample
c906108c 839
6d2ebf8b 840@node Invocation
c906108c
SS
841@chapter Getting In and Out of @value{GDBN}
842
843This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 844The essentials are:
c906108c 845@itemize @bullet
5d161b24 846@item
53a5351d 847type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 848@item
c8aa23ab 849type @kbd{quit} or @kbd{Ctrl-d} to exit.
c906108c
SS
850@end itemize
851
852@menu
853* Invoking GDB:: How to start @value{GDBN}
854* Quitting GDB:: How to quit @value{GDBN}
855* Shell Commands:: How to use shell commands inside @value{GDBN}
79a6e687 856* Logging Output:: How to log @value{GDBN}'s output to a file
c906108c
SS
857@end menu
858
6d2ebf8b 859@node Invoking GDB
c906108c
SS
860@section Invoking @value{GDBN}
861
c906108c
SS
862Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
863@value{GDBN} reads commands from the terminal until you tell it to exit.
864
865You can also run @code{@value{GDBP}} with a variety of arguments and options,
866to specify more of your debugging environment at the outset.
867
c906108c
SS
868The command-line options described here are designed
869to cover a variety of situations; in some environments, some of these
5d161b24 870options may effectively be unavailable.
c906108c
SS
871
872The most usual way to start @value{GDBN} is with one argument,
873specifying an executable program:
874
474c8240 875@smallexample
c906108c 876@value{GDBP} @var{program}
474c8240 877@end smallexample
c906108c 878
c906108c
SS
879@noindent
880You can also start with both an executable program and a core file
881specified:
882
474c8240 883@smallexample
c906108c 884@value{GDBP} @var{program} @var{core}
474c8240 885@end smallexample
c906108c 886
4ed4690f
SM
887You can, instead, specify a process ID as a second argument or use option
888@code{-p}, if you want to debug a running process:
c906108c 889
474c8240 890@smallexample
c906108c 891@value{GDBP} @var{program} 1234
4ed4690f 892@value{GDBP} -p 1234
474c8240 893@end smallexample
c906108c
SS
894
895@noindent
4ed4690f
SM
896would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
897can omit the @var{program} filename.
c906108c 898
c906108c 899Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
900complete operating system; when you use @value{GDBN} as a remote
901debugger attached to a bare board, there may not be any notion of
902``process'', and there is often no way to get a core dump. @value{GDBN}
903will warn you if it is unable to attach or to read core dumps.
c906108c 904
aa26fa3a
TT
905You can optionally have @code{@value{GDBP}} pass any arguments after the
906executable file to the inferior using @code{--args}. This option stops
907option processing.
474c8240 908@smallexample
3f94c067 909@value{GDBP} --args gcc -O2 -c foo.c
474c8240 910@end smallexample
aa26fa3a
TT
911This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
912@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
913
96a2c332 914You can run @code{@value{GDBP}} without printing the front material, which describes
adcc0a31 915@value{GDBN}'s non-warranty, by specifying @code{--silent}
916(or @code{-q}/@code{--quiet}):
c906108c
SS
917
918@smallexample
adcc0a31 919@value{GDBP} --silent
c906108c
SS
920@end smallexample
921
922@noindent
923You can further control how @value{GDBN} starts up by using command-line
924options. @value{GDBN} itself can remind you of the options available.
925
926@noindent
927Type
928
474c8240 929@smallexample
c906108c 930@value{GDBP} -help
474c8240 931@end smallexample
c906108c
SS
932
933@noindent
934to display all available options and briefly describe their use
935(@samp{@value{GDBP} -h} is a shorter equivalent).
936
937All options and command line arguments you give are processed
938in sequential order. The order makes a difference when the
939@samp{-x} option is used.
940
941
942@menu
c906108c
SS
943* File Options:: Choosing files
944* Mode Options:: Choosing modes
6fc08d32 945* Startup:: What @value{GDBN} does during startup
c906108c
SS
946@end menu
947
6d2ebf8b 948@node File Options
79a6e687 949@subsection Choosing Files
c906108c 950
2df3850c 951When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
952specifying an executable file and core file (or process ID). This is
953the same as if the arguments were specified by the @samp{-se} and
d52fb0e9 954@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
19837790
MS
955first argument that does not have an associated option flag as
956equivalent to the @samp{-se} option followed by that argument; and the
957second argument that does not have an associated option flag, if any, as
958equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
959If the second argument begins with a decimal digit, @value{GDBN} will
960first attempt to attach to it as a process, and if that fails, attempt
961to open it as a corefile. If you have a corefile whose name begins with
b383017d 962a digit, you can prevent @value{GDBN} from treating it as a pid by
c1468174 963prefixing it with @file{./}, e.g.@: @file{./12345}.
7a292a7a
SS
964
965If @value{GDBN} has not been configured to included core file support,
966such as for most embedded targets, then it will complain about a second
967argument and ignore it.
c906108c
SS
968
969Many options have both long and short forms; both are shown in the
970following list. @value{GDBN} also recognizes the long forms if you truncate
971them, so long as enough of the option is present to be unambiguous.
972(If you prefer, you can flag option arguments with @samp{--} rather
973than @samp{-}, though we illustrate the more usual convention.)
974
d700128c
EZ
975@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
976@c way, both those who look for -foo and --foo in the index, will find
977@c it.
978
c906108c
SS
979@table @code
980@item -symbols @var{file}
981@itemx -s @var{file}
d700128c
EZ
982@cindex @code{--symbols}
983@cindex @code{-s}
c906108c
SS
984Read symbol table from file @var{file}.
985
986@item -exec @var{file}
987@itemx -e @var{file}
d700128c
EZ
988@cindex @code{--exec}
989@cindex @code{-e}
7a292a7a
SS
990Use file @var{file} as the executable file to execute when appropriate,
991and for examining pure data in conjunction with a core dump.
c906108c
SS
992
993@item -se @var{file}
d700128c 994@cindex @code{--se}
c906108c
SS
995Read symbol table from file @var{file} and use it as the executable
996file.
997
c906108c
SS
998@item -core @var{file}
999@itemx -c @var{file}
d700128c
EZ
1000@cindex @code{--core}
1001@cindex @code{-c}
b383017d 1002Use file @var{file} as a core dump to examine.
c906108c 1003
19837790
MS
1004@item -pid @var{number}
1005@itemx -p @var{number}
1006@cindex @code{--pid}
1007@cindex @code{-p}
1008Connect to process ID @var{number}, as with the @code{attach} command.
c906108c
SS
1009
1010@item -command @var{file}
1011@itemx -x @var{file}
d700128c
EZ
1012@cindex @code{--command}
1013@cindex @code{-x}
95433b34
JB
1014Execute commands from file @var{file}. The contents of this file is
1015evaluated exactly as the @code{source} command would.
8150ff9c 1016@xref{Command Files,, Command files}.
c906108c 1017
8a5a3c82
AS
1018@item -eval-command @var{command}
1019@itemx -ex @var{command}
1020@cindex @code{--eval-command}
1021@cindex @code{-ex}
1022Execute a single @value{GDBN} command.
1023
1024This option may be used multiple times to call multiple commands. It may
1025also be interleaved with @samp{-command} as required.
1026
1027@smallexample
1028@value{GDBP} -ex 'target sim' -ex 'load' \
1029 -x setbreakpoints -ex 'run' a.out
1030@end smallexample
1031
8320cc4f
JK
1032@item -init-command @var{file}
1033@itemx -ix @var{file}
1034@cindex @code{--init-command}
1035@cindex @code{-ix}
2d7b58e8
JK
1036Execute commands from file @var{file} before loading the inferior (but
1037after loading gdbinit files).
8320cc4f
JK
1038@xref{Startup}.
1039
1040@item -init-eval-command @var{command}
1041@itemx -iex @var{command}
1042@cindex @code{--init-eval-command}
1043@cindex @code{-iex}
2d7b58e8
JK
1044Execute a single @value{GDBN} command before loading the inferior (but
1045after loading gdbinit files).
8320cc4f
JK
1046@xref{Startup}.
1047
c906108c
SS
1048@item -directory @var{directory}
1049@itemx -d @var{directory}
d700128c
EZ
1050@cindex @code{--directory}
1051@cindex @code{-d}
4b505b12 1052Add @var{directory} to the path to search for source and script files.
c906108c 1053
c906108c
SS
1054@item -r
1055@itemx -readnow
d700128c
EZ
1056@cindex @code{--readnow}
1057@cindex @code{-r}
c906108c
SS
1058Read each symbol file's entire symbol table immediately, rather than
1059the default, which is to read it incrementally as it is needed.
1060This makes startup slower, but makes future operations faster.
53a5351d 1061
97cbe998
SDJ
1062@item --readnever
1063@anchor{--readnever}
1064@cindex @code{--readnever}, command-line option
1065Do not read each symbol file's symbolic debug information. This makes
1066startup faster but at the expense of not being able to perform
1067symbolic debugging. DWARF unwind information is also not read,
1068meaning backtraces may become incomplete or inaccurate. One use of
1069this is when a user simply wants to do the following sequence: attach,
1070dump core, detach. Loading the debugging information in this case is
1071an unnecessary cause of delay.
c906108c
SS
1072@end table
1073
6d2ebf8b 1074@node Mode Options
79a6e687 1075@subsection Choosing Modes
c906108c
SS
1076
1077You can run @value{GDBN} in various alternative modes---for example, in
1078batch mode or quiet mode.
1079
1080@table @code
bf88dd68 1081@anchor{-nx}
c906108c
SS
1082@item -nx
1083@itemx -n
d700128c
EZ
1084@cindex @code{--nx}
1085@cindex @code{-n}
07540c15
DE
1086Do not execute commands found in any initialization file.
1087There are three init files, loaded in the following order:
1088
1089@table @code
1090@item @file{system.gdbinit}
1091This is the system-wide init file.
1092Its location is specified with the @code{--with-system-gdbinit}
1093configure option (@pxref{System-wide configuration}).
1094It is loaded first when @value{GDBN} starts, before command line options
1095have been processed.
ed2a2229
CB
1096@item @file{system.gdbinit.d}
1097This is the system-wide init directory.
1098Its location is specified with the @code{--with-system-gdbinit-dir}
1099configure option (@pxref{System-wide configuration}).
1100Files in this directory are loaded in alphabetical order immediately after
1101system.gdbinit (if enabled) when @value{GDBN} starts, before command line
1102options have been processed. Files need to have a recognized scripting
1103language extension (@file{.py}/@file{.scm}) or be named with a @file{.gdb}
1104extension to be interpreted as regular @value{GDBN} commands. @value{GDBN}
1105will not recurse into any subdirectories of this directory.
07540c15
DE
1106@item @file{~/.gdbinit}
1107This is the init file in your home directory.
1108It is loaded next, after @file{system.gdbinit}, and before
1109command options have been processed.
1110@item @file{./.gdbinit}
1111This is the init file in the current directory.
1112It is loaded last, after command line options other than @code{-x} and
1113@code{-ex} have been processed. Command line options @code{-x} and
1114@code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1115@end table
1116
1117For further documentation on startup processing, @xref{Startup}.
1118For documentation on how to write command files,
1119@xref{Command Files,,Command Files}.
1120
1121@anchor{-nh}
1122@item -nh
1123@cindex @code{--nh}
1124Do not execute commands found in @file{~/.gdbinit}, the init file
1125in your home directory.
1126@xref{Startup}.
c906108c
SS
1127
1128@item -quiet
d700128c 1129@itemx -silent
c906108c 1130@itemx -q
d700128c
EZ
1131@cindex @code{--quiet}
1132@cindex @code{--silent}
1133@cindex @code{-q}
c906108c
SS
1134``Quiet''. Do not print the introductory and copyright messages. These
1135messages are also suppressed in batch mode.
1136
1137@item -batch
d700128c 1138@cindex @code{--batch}
c906108c
SS
1139Run in batch mode. Exit with status @code{0} after processing all the
1140command files specified with @samp{-x} (and all commands from
1141initialization files, if not inhibited with @samp{-n}). Exit with
1142nonzero status if an error occurs in executing the @value{GDBN} commands
5da1313b
JK
1143in the command files. Batch mode also disables pagination, sets unlimited
1144terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1145off} were in effect (@pxref{Messages/Warnings}).
c906108c 1146
2df3850c
JM
1147Batch mode may be useful for running @value{GDBN} as a filter, for
1148example to download and run a program on another computer; in order to
1149make this more useful, the message
c906108c 1150
474c8240 1151@smallexample
c906108c 1152Program exited normally.
474c8240 1153@end smallexample
c906108c
SS
1154
1155@noindent
2df3850c
JM
1156(which is ordinarily issued whenever a program running under
1157@value{GDBN} control terminates) is not issued when running in batch
1158mode.
1159
1a088d06
AS
1160@item -batch-silent
1161@cindex @code{--batch-silent}
1162Run in batch mode exactly like @samp{-batch}, but totally silently. All
1163@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1164unaffected). This is much quieter than @samp{-silent} and would be useless
1165for an interactive session.
1166
1167This is particularly useful when using targets that give @samp{Loading section}
1168messages, for example.
1169
1170Note that targets that give their output via @value{GDBN}, as opposed to
1171writing directly to @code{stdout}, will also be made silent.
1172
4b0ad762
AS
1173@item -return-child-result
1174@cindex @code{--return-child-result}
1175The return code from @value{GDBN} will be the return code from the child
1176process (the process being debugged), with the following exceptions:
1177
1178@itemize @bullet
1179@item
1180@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1181internal error. In this case the exit code is the same as it would have been
1182without @samp{-return-child-result}.
1183@item
1184The user quits with an explicit value. E.g., @samp{quit 1}.
1185@item
1186The child process never runs, or is not allowed to terminate, in which case
1187the exit code will be -1.
1188@end itemize
1189
1190This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1191when @value{GDBN} is being used as a remote program loader or simulator
1192interface.
1193
2df3850c
JM
1194@item -nowindows
1195@itemx -nw
d700128c
EZ
1196@cindex @code{--nowindows}
1197@cindex @code{-nw}
2df3850c 1198``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1199(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1200interface. If no GUI is available, this option has no effect.
1201
1202@item -windows
1203@itemx -w
d700128c
EZ
1204@cindex @code{--windows}
1205@cindex @code{-w}
2df3850c
JM
1206If @value{GDBN} includes a GUI, then this option requires it to be
1207used if possible.
c906108c
SS
1208
1209@item -cd @var{directory}
d700128c 1210@cindex @code{--cd}
c906108c
SS
1211Run @value{GDBN} using @var{directory} as its working directory,
1212instead of the current directory.
1213
aae1c79a 1214@item -data-directory @var{directory}
8d551b02 1215@itemx -D @var{directory}
aae1c79a 1216@cindex @code{--data-directory}
8d551b02 1217@cindex @code{-D}
aae1c79a
DE
1218Run @value{GDBN} using @var{directory} as its data directory.
1219The data directory is where @value{GDBN} searches for its
1220auxiliary files. @xref{Data Files}.
1221
c906108c
SS
1222@item -fullname
1223@itemx -f
d700128c
EZ
1224@cindex @code{--fullname}
1225@cindex @code{-f}
7a292a7a
SS
1226@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1227subprocess. It tells @value{GDBN} to output the full file name and line
1228number in a standard, recognizable fashion each time a stack frame is
1229displayed (which includes each time your program stops). This
1230recognizable format looks like two @samp{\032} characters, followed by
1231the file name, line number and character position separated by colons,
1232and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1233@samp{\032} characters as a signal to display the source code for the
1234frame.
c906108c 1235
d700128c
EZ
1236@item -annotate @var{level}
1237@cindex @code{--annotate}
1238This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1239effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1240(@pxref{Annotations}). The annotation @var{level} controls how much
1241information @value{GDBN} prints together with its prompt, values of
1242expressions, source lines, and other types of output. Level 0 is the
1243normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1244@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1245that control @value{GDBN}, and level 2 has been deprecated.
1246
265eeb58 1247The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1248(@pxref{GDB/MI}).
d700128c 1249
aa26fa3a
TT
1250@item --args
1251@cindex @code{--args}
1252Change interpretation of command line so that arguments following the
1253executable file are passed as command line arguments to the inferior.
1254This option stops option processing.
1255
2df3850c
JM
1256@item -baud @var{bps}
1257@itemx -b @var{bps}
d700128c
EZ
1258@cindex @code{--baud}
1259@cindex @code{-b}
c906108c
SS
1260Set the line speed (baud rate or bits per second) of any serial
1261interface used by @value{GDBN} for remote debugging.
c906108c 1262
f47b1503
AS
1263@item -l @var{timeout}
1264@cindex @code{-l}
1265Set the timeout (in seconds) of any communication used by @value{GDBN}
1266for remote debugging.
1267
c906108c 1268@item -tty @var{device}
d700128c
EZ
1269@itemx -t @var{device}
1270@cindex @code{--tty}
1271@cindex @code{-t}
c906108c
SS
1272Run using @var{device} for your program's standard input and output.
1273@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1274
53a5351d 1275@c resolve the situation of these eventually
c4555f82
SC
1276@item -tui
1277@cindex @code{--tui}
d0d5df6f
AC
1278Activate the @dfn{Text User Interface} when starting. The Text User
1279Interface manages several text windows on the terminal, showing
1280source, assembly, registers and @value{GDBN} command outputs
217bff3e
JK
1281(@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1282option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1283Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d 1284
d700128c
EZ
1285@item -interpreter @var{interp}
1286@cindex @code{--interpreter}
1287Use the interpreter @var{interp} for interface with the controlling
1288program or device. This option is meant to be set by programs which
94bbb2c0 1289communicate with @value{GDBN} using it as a back end.
21c294e6 1290@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1291
b4be1b06
SM
1292@samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1293@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1294The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1295version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1296included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1297interfaces are no longer supported.
d700128c
EZ
1298
1299@item -write
1300@cindex @code{--write}
1301Open the executable and core files for both reading and writing. This
1302is equivalent to the @samp{set write on} command inside @value{GDBN}
1303(@pxref{Patching}).
1304
1305@item -statistics
1306@cindex @code{--statistics}
1307This option causes @value{GDBN} to print statistics about time and
1308memory usage after it completes each command and returns to the prompt.
1309
1310@item -version
1311@cindex @code{--version}
1312This option causes @value{GDBN} to print its version number and
1313no-warranty blurb, and exit.
1314
6eaaf48b
EZ
1315@item -configuration
1316@cindex @code{--configuration}
1317This option causes @value{GDBN} to print details about its build-time
1318configuration parameters, and then exit. These details can be
1319important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1320
c906108c
SS
1321@end table
1322
6fc08d32 1323@node Startup
79a6e687 1324@subsection What @value{GDBN} Does During Startup
6fc08d32
EZ
1325@cindex @value{GDBN} startup
1326
1327Here's the description of what @value{GDBN} does during session startup:
1328
1329@enumerate
1330@item
1331Sets up the command interpreter as specified by the command line
1332(@pxref{Mode Options, interpreter}).
1333
1334@item
1335@cindex init file
098b41a6
JG
1336Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1337used when building @value{GDBN}; @pxref{System-wide configuration,
ed2a2229
CB
1338 ,System-wide configuration and settings}) and the files in the system-wide
1339gdbinit directory (if @option{--with-system-gdbinit-dir} was used) and executes
1340all the commands in those files. The files need to be named with a @file{.gdb}
1341extension to be interpreted as @value{GDBN} commands, or they can be written
1342in a supported scripting language with an appropriate file extension.
098b41a6 1343
bf88dd68 1344@anchor{Home Directory Init File}
098b41a6
JG
1345@item
1346Reads the init file (if any) in your home directory@footnote{On
6fc08d32
EZ
1347DOS/Windows systems, the home directory is the one pointed to by the
1348@code{HOME} environment variable.} and executes all the commands in
1349that file.
1350
2d7b58e8
JK
1351@anchor{Option -init-eval-command}
1352@item
1353Executes commands and command files specified by the @samp{-iex} and
1354@samp{-ix} options in their specified order. Usually you should use the
1355@samp{-ex} and @samp{-x} options instead, but this way you can apply
1356settings before @value{GDBN} init files get executed and before inferior
1357gets loaded.
1358
6fc08d32
EZ
1359@item
1360Processes command line options and operands.
1361
bf88dd68 1362@anchor{Init File in the Current Directory during Startup}
6fc08d32
EZ
1363@item
1364Reads and executes the commands from init file (if any) in the current
bf88dd68
JK
1365working directory as long as @samp{set auto-load local-gdbinit} is set to
1366@samp{on} (@pxref{Init File in the Current Directory}).
1367This is only done if the current directory is
119b882a
EZ
1368different from your home directory. Thus, you can have more than one
1369init file, one generic in your home directory, and another, specific
1370to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1371@value{GDBN}.
1372
a86caf66
DE
1373@item
1374If the command line specified a program to debug, or a process to
1375attach to, or a core file, @value{GDBN} loads any auto-loaded
1376scripts provided for the program or for its loaded shared libraries.
1377@xref{Auto-loading}.
1378
1379If you wish to disable the auto-loading during startup,
1380you must do something like the following:
1381
1382@smallexample
bf88dd68 1383$ gdb -iex "set auto-load python-scripts off" myprogram
a86caf66
DE
1384@end smallexample
1385
8320cc4f
JK
1386Option @samp{-ex} does not work because the auto-loading is then turned
1387off too late.
a86caf66 1388
6fc08d32 1389@item
6fe37d23
JK
1390Executes commands and command files specified by the @samp{-ex} and
1391@samp{-x} options in their specified order. @xref{Command Files}, for
1392more details about @value{GDBN} command files.
6fc08d32
EZ
1393
1394@item
1395Reads the command history recorded in the @dfn{history file}.
d620b259 1396@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1397files where @value{GDBN} records it.
1398@end enumerate
1399
1400Init files use the same syntax as @dfn{command files} (@pxref{Command
1401Files}) and are processed by @value{GDBN} in the same way. The init
1402file in your home directory can set options (such as @samp{set
1403complaints}) that affect subsequent processing of command line options
1404and operands. Init files are not executed if you use the @samp{-nx}
79a6e687 1405option (@pxref{Mode Options, ,Choosing Modes}).
6fc08d32 1406
098b41a6
JG
1407To display the list of init files loaded by gdb at startup, you
1408can use @kbd{gdb --help}.
1409
6fc08d32
EZ
1410@cindex init file name
1411@cindex @file{.gdbinit}
119b882a 1412@cindex @file{gdb.ini}
8807d78b 1413The @value{GDBN} init files are normally called @file{.gdbinit}.
119b882a
EZ
1414The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1415the limitations of file names imposed by DOS filesystems. The Windows
4d3f93a2
JB
1416port of @value{GDBN} uses the standard name, but if it finds a
1417@file{gdb.ini} file in your home directory, it warns you about that
1418and suggests to rename the file to the standard name.
119b882a 1419
6fc08d32 1420
6d2ebf8b 1421@node Quitting GDB
c906108c
SS
1422@section Quitting @value{GDBN}
1423@cindex exiting @value{GDBN}
1424@cindex leaving @value{GDBN}
1425
1426@table @code
1427@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1428@kindex q @r{(@code{quit})}
96a2c332
SS
1429@item quit @r{[}@var{expression}@r{]}
1430@itemx q
1431To exit @value{GDBN}, use the @code{quit} command (abbreviated
c8aa23ab 1432@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
96a2c332
SS
1433do not supply @var{expression}, @value{GDBN} will terminate normally;
1434otherwise it will terminate using the result of @var{expression} as the
1435error code.
c906108c
SS
1436@end table
1437
1438@cindex interrupt
c8aa23ab 1439An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
c906108c
SS
1440terminates the action of any @value{GDBN} command that is in progress and
1441returns to @value{GDBN} command level. It is safe to type the interrupt
1442character at any time because @value{GDBN} does not allow it to take effect
1443until a time when it is safe.
1444
c906108c
SS
1445If you have been using @value{GDBN} to control an attached process or
1446device, you can release it with the @code{detach} command
79a6e687 1447(@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 1448
6d2ebf8b 1449@node Shell Commands
79a6e687 1450@section Shell Commands
c906108c
SS
1451
1452If you need to execute occasional shell commands during your
1453debugging session, there is no need to leave or suspend @value{GDBN}; you can
1454just use the @code{shell} command.
1455
1456@table @code
1457@kindex shell
ed59ded5 1458@kindex !
c906108c 1459@cindex shell escape
ed59ded5
DE
1460@item shell @var{command-string}
1461@itemx !@var{command-string}
1462Invoke a standard shell to execute @var{command-string}.
1463Note that no space is needed between @code{!} and @var{command-string}.
c906108c 1464If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1465shell to run. Otherwise @value{GDBN} uses the default shell
1466(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1467@end table
1468
1469The utility @code{make} is often needed in development environments.
1470You do not have to use the @code{shell} command for this purpose in
1471@value{GDBN}:
1472
1473@table @code
1474@kindex make
1475@cindex calling make
1476@item make @var{make-args}
1477Execute the @code{make} program with the specified
1478arguments. This is equivalent to @samp{shell make @var{make-args}}.
1479@end table
1480
e2c52041
PW
1481@table @code
1482@kindex pipe
1483@kindex |
1484@cindex send the output of a gdb command to a shell command
1485@anchor{pipe}
1486@item pipe [@var{command}] | @var{shell_command}
1487@itemx | [@var{command}] | @var{shell_command}
1488@itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1489@itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1490Executes @var{command} and sends its output to @var{shell_command}.
1491Note that no space is needed around @code{|}.
1492If no @var{command} is provided, the last command executed is repeated.
1493
1494In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1495can be used to specify an alternate delimiter string @var{delim} that separates
1496the @var{command} from the @var{shell_command}.
1497
1498Example:
1499@smallexample
1500@group
a8b43b7b 1501(@value{GDBP}) p var
e2c52041
PW
1502$1 = @{
1503 black = 144,
1504 red = 233,
1505 green = 377,
1506 blue = 610,
1507 white = 987
1508@}
1509@end group
1510@group
a8b43b7b 1511(@value{GDBP}) pipe p var|wc
e2c52041 1512 7 19 80
a8b43b7b 1513(@value{GDBP}) |p var|wc -l
e2c52041
PW
15147
1515@end group
1516@group
a8b43b7b 1517(@value{GDBP}) p /x var
e2c52041
PW
1518$4 = @{
1519 black = 0x90,
1520 red = 0xe9,
1521 green = 0x179,
1522 blue = 0x262,
1523 white = 0x3db
1524@}
a8b43b7b 1525(@value{GDBP}) ||grep red
e2c52041
PW
1526 red => 0xe9,
1527@end group
1528@group
a8b43b7b 1529(@value{GDBP}) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
e2c52041 1530this contains a PIPE char
a8b43b7b 1531(@value{GDBP}) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
e2c52041 1532this contains a PIPE char!
a8b43b7b 1533(@value{GDBP})
e2c52041
PW
1534@end group
1535@end smallexample
1536@end table
1537
1538The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1539can be used to examine the exit status of the last shell command launched
1540by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1541@xref{Convenience Vars,, Convenience Variables}.
1542
79a6e687
BW
1543@node Logging Output
1544@section Logging Output
0fac0b41 1545@cindex logging @value{GDBN} output
9c16f35a 1546@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1547
1548You may want to save the output of @value{GDBN} commands to a file.
1549There are several commands to control @value{GDBN}'s logging.
1550
1551@table @code
1552@kindex set logging
1553@item set logging on
1554Enable logging.
1555@item set logging off
1556Disable logging.
9c16f35a 1557@cindex logging file name
0fac0b41
DJ
1558@item set logging file @var{file}
1559Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1560@item set logging overwrite [on|off]
1561By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1562you want @code{set logging on} to overwrite the logfile instead.
1563@item set logging redirect [on|off]
1564By default, @value{GDBN} output will go to both the terminal and the logfile.
1565Set @code{redirect} if you want output to go only to the log file.
b7060614
AH
1566@item set logging debugredirect [on|off]
1567By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1568Set @code{debugredirect} if you want debug output to go only to the log file.
0fac0b41
DJ
1569@kindex show logging
1570@item show logging
1571Show the current values of the logging settings.
1572@end table
1573
e2c52041
PW
1574You can also redirect the output of a @value{GDBN} command to a
1575shell command. @xref{pipe}.
6d2ebf8b 1576@node Commands
c906108c
SS
1577@chapter @value{GDBN} Commands
1578
1579You can abbreviate a @value{GDBN} command to the first few letters of the command
1580name, if that abbreviation is unambiguous; and you can repeat certain
1581@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1582key to get @value{GDBN} to fill out the rest of a word in a command (or to
1583show you the alternatives available, if there is more than one possibility).
1584
1585@menu
1586* Command Syntax:: How to give commands to @value{GDBN}
fdbc9870 1587* Command Settings:: How to change default behavior of commands
c906108c 1588* Completion:: Command completion
3345721a 1589* Command Options:: Command options
c906108c
SS
1590* Help:: How to ask @value{GDBN} for help
1591@end menu
1592
6d2ebf8b 1593@node Command Syntax
79a6e687 1594@section Command Syntax
c906108c
SS
1595
1596A @value{GDBN} command is a single line of input. There is no limit on
1597how long it can be. It starts with a command name, which is followed by
1598arguments whose meaning depends on the command name. For example, the
1599command @code{step} accepts an argument which is the number of times to
1600step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1601with no arguments. Some commands do not allow any arguments.
c906108c
SS
1602
1603@cindex abbreviation
1604@value{GDBN} command names may always be truncated if that abbreviation is
1605unambiguous. Other possible command abbreviations are listed in the
1606documentation for individual commands. In some cases, even ambiguous
1607abbreviations are allowed; for example, @code{s} is specially defined as
1608equivalent to @code{step} even though there are other commands whose
1609names start with @code{s}. You can test abbreviations by using them as
1610arguments to the @code{help} command.
1611
1612@cindex repeating commands
41afff9a 1613@kindex RET @r{(repeat last command)}
c906108c 1614A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1615repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1616will not repeat this way; these are commands whose unintentional
1617repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1618repeat. User-defined commands can disable this feature; see
1619@ref{Define, dont-repeat}.
c906108c
SS
1620
1621The @code{list} and @code{x} commands, when you repeat them with
1622@key{RET}, construct new arguments rather than repeating
1623exactly as typed. This permits easy scanning of source or memory.
1624
1625@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1626output, in a way similar to the common utility @code{more}
79a6e687 1627(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
c906108c
SS
1628@key{RET} too many in this situation, @value{GDBN} disables command
1629repetition after any command that generates this sort of display.
1630
41afff9a 1631@kindex # @r{(a comment)}
c906108c
SS
1632@cindex comment
1633Any text from a @kbd{#} to the end of the line is a comment; it does
1634nothing. This is useful mainly in command files (@pxref{Command
79a6e687 1635Files,,Command Files}).
c906108c 1636
88118b3a 1637@cindex repeating command sequences
c8aa23ab
EZ
1638@kindex Ctrl-o @r{(operate-and-get-next)}
1639The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
7f9087cb 1640commands. This command accepts the current line, like @key{RET}, and
88118b3a
TT
1641then fetches the next line relative to the current line from the history
1642for editing.
1643
fdbc9870
PA
1644
1645@node Command Settings
1646@section Command Settings
1647@cindex default behavior of commands, changing
1648@cindex default settings, changing
1649
1650Many commands change their behavior according to command-specific
1651variables or settings. These settings can be changed with the
1652@code{set} subcommands. For example, the @code{print} command
1653(@pxref{Data, ,Examining Data}) prints arrays differently depending on
1654settings changeable with the commands @code{set print elements
1655NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1656
1657You can change these settings to your preference in the gdbinit files
1658loaded at @value{GDBN} startup. @xref{Startup}.
1659
1660The settings can also be changed interactively during the debugging
1661session. For example, to change the limit of array elements to print,
1662you can do the following:
1663@smallexample
a8b43b7b
T
1664(@value{GDBP}) set print elements 10
1665(@value{GDBP}) print some_array
fdbc9870
PA
1666$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1667@end smallexample
1668
1669The above @code{set print elements 10} command changes the number of
1670elements to print from the default of 200 to 10. If you only intend
1671this limit of 10 to be used for printing @code{some_array}, then you
1672must restore the limit back to 200, with @code{set print elements
1673200}.
1674
1675Some commands allow overriding settings with command options. For
1676example, the @code{print} command supports a number of options that
1677allow overriding relevant global print settings as set by @code{set
1678print} subcommands. @xref{print options}. The example above could be
1679rewritten as:
1680@smallexample
a8b43b7b 1681(@value{GDBP}) print -elements 10 -- some_array
fdbc9870
PA
1682$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1683@end smallexample
1684
1685Alternatively, you can use the @code{with} command to change a setting
1686temporarily, for the duration of a command invocation.
1687
1688@table @code
1689@kindex with command
1690@kindex w @r{(@code{with})}
1691@cindex settings
1692@cindex temporarily change settings
1693@item with @var{setting} [@var{value}] [-- @var{command}]
1694@itemx w @var{setting} [@var{value}] [-- @var{command}]
1695Temporarily set @var{setting} to @var{value} for the duration of
1696@var{command}.
1697
1698@var{setting} is any setting you can change with the @code{set}
1699subcommands. @var{value} is the value to assign to @code{setting}
1700while running @code{command}.
1701
1702If no @var{command} is provided, the last command executed is
1703repeated.
1704
1705If a @var{command} is provided, it must be preceded by a double dash
1706(@code{--}) separator. This is required because some settings accept
1707free-form arguments, such as expressions or filenames.
1708
1709For example, the command
1710@smallexample
a8b43b7b 1711(@value{GDBP}) with print array on -- print some_array
fdbc9870
PA
1712@end smallexample
1713@noindent
1714is equivalent to the following 3 commands:
1715@smallexample
a8b43b7b
T
1716(@value{GDBP}) set print array on
1717(@value{GDBP}) print some_array
1718(@value{GDBP}) set print array off
fdbc9870
PA
1719@end smallexample
1720
1721The @code{with} command is particularly useful when you want to
1722override a setting while running user-defined commands, or commands
1723defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1724
1725@smallexample
a8b43b7b 1726(@value{GDBP}) with print pretty on -- my_complex_command
fdbc9870
PA
1727@end smallexample
1728
1729To change several settings for the same command, you can nest
1730@code{with} commands. For example, @code{with language ada -- with
1731print elements 10} temporarily changes the language to Ada and sets a
1732limit of 10 elements to print for arrays and strings.
1733
1734@end table
1735
6d2ebf8b 1736@node Completion
79a6e687 1737@section Command Completion
c906108c
SS
1738
1739@cindex completion
1740@cindex word completion
1741@value{GDBN} can fill in the rest of a word in a command for you, if there is
1742only one possibility; it can also show you what the valid possibilities
1743are for the next word in a command, at any time. This works for @value{GDBN}
3345721a
PA
1744commands, @value{GDBN} subcommands, command options, and the names of symbols
1745in your program.
c906108c
SS
1746
1747Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1748of a word. If there is only one possibility, @value{GDBN} fills in the
1749word, and waits for you to finish the command (or press @key{RET} to
1750enter it). For example, if you type
1751
1752@c FIXME "@key" does not distinguish its argument sufficiently to permit
1753@c complete accuracy in these examples; space introduced for clarity.
1754@c If texinfo enhancements make it unnecessary, it would be nice to
1755@c replace " @key" by "@key" in the following...
474c8240 1756@smallexample
c906108c 1757(@value{GDBP}) info bre @key{TAB}
474c8240 1758@end smallexample
c906108c
SS
1759
1760@noindent
1761@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1762the only @code{info} subcommand beginning with @samp{bre}:
1763
474c8240 1764@smallexample
c906108c 1765(@value{GDBP}) info breakpoints
474c8240 1766@end smallexample
c906108c
SS
1767
1768@noindent
1769You can either press @key{RET} at this point, to run the @code{info
1770breakpoints} command, or backspace and enter something else, if
1771@samp{breakpoints} does not look like the command you expected. (If you
1772were sure you wanted @code{info breakpoints} in the first place, you
1773might as well just type @key{RET} immediately after @samp{info bre},
1774to exploit command abbreviations rather than command completion).
1775
1776If there is more than one possibility for the next word when you press
1777@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1778characters and try again, or just press @key{TAB} a second time;
1779@value{GDBN} displays all the possible completions for that word. For
1780example, you might want to set a breakpoint on a subroutine whose name
1781begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1782just sounds the bell. Typing @key{TAB} again displays all the
1783function names in your program that begin with those characters, for
1784example:
1785
474c8240 1786@smallexample
c906108c
SS
1787(@value{GDBP}) b make_ @key{TAB}
1788@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1789make_a_section_from_file make_environ
1790make_abs_section make_function_type
1791make_blockvector make_pointer_type
1792make_cleanup make_reference_type
c906108c
SS
1793make_command make_symbol_completion_list
1794(@value{GDBP}) b make_
474c8240 1795@end smallexample
c906108c
SS
1796
1797@noindent
1798After displaying the available possibilities, @value{GDBN} copies your
1799partial input (@samp{b make_} in the example) so you can finish the
1800command.
1801
1802If you just want to see the list of alternatives in the first place, you
b37052ae 1803can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1804means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1805key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1806one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c 1807
ef0b411a
GB
1808If the number of possible completions is large, @value{GDBN} will
1809print as much of the list as it has collected, as well as a message
1810indicating that the list may be truncated.
1811
1812@smallexample
1813(@value{GDBP}) b m@key{TAB}@key{TAB}
1814main
1815<... the rest of the possible completions ...>
1816*** List may be truncated, max-completions reached. ***
1817(@value{GDBP}) b m
1818@end smallexample
1819
1820@noindent
1821This behavior can be controlled with the following commands:
1822
1823@table @code
1824@kindex set max-completions
1825@item set max-completions @var{limit}
1826@itemx set max-completions unlimited
1827Set the maximum number of completion candidates. @value{GDBN} will
1828stop looking for more completions once it collects this many candidates.
1829This is useful when completing on things like function names as collecting
1830all the possible candidates can be time consuming.
1831The default value is 200. A value of zero disables tab-completion.
1832Note that setting either no limit or a very large limit can make
1833completion slow.
1834@kindex show max-completions
1835@item show max-completions
1836Show the maximum number of candidates that @value{GDBN} will collect and show
1837during completion.
1838@end table
1839
c906108c
SS
1840@cindex quotes in commands
1841@cindex completion of quoted strings
1842Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1843parentheses or other characters that @value{GDBN} normally excludes from
1844its notion of a word. To permit word completion to work in this
1845situation, you may enclose words in @code{'} (single quote marks) in
1846@value{GDBN} commands.
c906108c 1847
d044bac8
PA
1848A likely situation where you might need this is in typing an
1849expression that involves a C@t{++} symbol name with template
1850parameters. This is because when completing expressions, GDB treats
1851the @samp{<} character as word delimiter, assuming that it's the
1852less-than comparison operator (@pxref{C Operators, , C and C@t{++}
1853Operators}).
1854
1855For example, when you want to call a C@t{++} template function
1856interactively using the @code{print} or @code{call} commands, you may
1857need to distinguish whether you mean the version of @code{name} that
1858was specialized for @code{int}, @code{name<int>()}, or the version
1859that was specialized for @code{float}, @code{name<float>()}. To use
1860the word-completion facilities in this situation, type a single quote
b37052ae
EZ
1861@code{'} at the beginning of the function name. This alerts
1862@value{GDBN} that it may need to consider more information than usual
1863when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1864
474c8240 1865@smallexample
d044bac8
PA
1866(@value{GDBP}) p 'func< @kbd{M-?}
1867func<int>() func<float>()
1868(@value{GDBP}) p 'func<
474c8240 1869@end smallexample
c906108c 1870
d044bac8
PA
1871When setting breakpoints however (@pxref{Specify Location}), you don't
1872usually need to type a quote before the function name, because
1873@value{GDBN} understands that you want to set a breakpoint on a
1874function:
c906108c 1875
474c8240 1876@smallexample
d044bac8
PA
1877(@value{GDBP}) b func< @kbd{M-?}
1878func<int>() func<float>()
1879(@value{GDBP}) b func<
474c8240 1880@end smallexample
c906108c 1881
d044bac8
PA
1882This is true even in the case of typing the name of C@t{++} overloaded
1883functions (multiple definitions of the same function, distinguished by
1884argument type). For example, when you want to set a breakpoint you
1885don't need to distinguish whether you mean the version of @code{name}
1886that takes an @code{int} parameter, @code{name(int)}, or the version
1887that takes a @code{float} parameter, @code{name(float)}.
1888
1889@smallexample
1890(@value{GDBP}) b bubble( @kbd{M-?}
1891bubble(int) bubble(double)
1892(@value{GDBP}) b bubble(dou @kbd{M-?}
1893bubble(double)
1894@end smallexample
1895
1896See @ref{quoting names} for a description of other scenarios that
1897require quoting.
c906108c 1898
79a6e687
BW
1899For more information about overloaded functions, see @ref{C Plus Plus
1900Expressions, ,C@t{++} Expressions}. You can use the command @code{set
c906108c 1901overload-resolution off} to disable overload resolution;
79a6e687 1902see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
c906108c 1903
65d12d83
TT
1904@cindex completion of structure field names
1905@cindex structure field name completion
1906@cindex completion of union field names
1907@cindex union field name completion
1908When completing in an expression which looks up a field in a
1909structure, @value{GDBN} also tries@footnote{The completer can be
1910confused by certain kinds of invalid expressions. Also, it only
1911examines the static type of the expression, not the dynamic type.} to
1912limit completions to the field names available in the type of the
1913left-hand-side:
1914
1915@smallexample
1916(@value{GDBP}) p gdb_stdout.@kbd{M-?}
01124a23
DE
1917magic to_fputs to_rewind
1918to_data to_isatty to_write
1919to_delete to_put to_write_async_safe
1920to_flush to_read
65d12d83
TT
1921@end smallexample
1922
1923@noindent
1924This is because the @code{gdb_stdout} is a variable of the type
1925@code{struct ui_file} that is defined in @value{GDBN} sources as
1926follows:
1927
1928@smallexample
1929struct ui_file
1930@{
1931 int *magic;
1932 ui_file_flush_ftype *to_flush;
1933 ui_file_write_ftype *to_write;
01124a23 1934 ui_file_write_async_safe_ftype *to_write_async_safe;
65d12d83
TT
1935 ui_file_fputs_ftype *to_fputs;
1936 ui_file_read_ftype *to_read;
1937 ui_file_delete_ftype *to_delete;
1938 ui_file_isatty_ftype *to_isatty;
1939 ui_file_rewind_ftype *to_rewind;
1940 ui_file_put_ftype *to_put;
1941 void *to_data;
1942@}
1943@end smallexample
1944
3345721a
PA
1945@node Command Options
1946@section Command options
1947
1948@cindex command options
1949Some commands accept options starting with a leading dash. For
1950example, @code{print -pretty}. Similarly to command names, you can
1951abbreviate a @value{GDBN} option to the first few letters of the
1952option name, if that abbreviation is unambiguous, and you can also use
1953the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
1954in an option (or to show you the alternatives available, if there is
1955more than one possibility).
1956
1957@cindex command options, raw input
1958Some commands take raw input as argument. For example, the print
1959command processes arbitrary expressions in any of the languages
1960supported by @value{GDBN}. With such commands, because raw input may
1961start with a leading dash that would be confused with an option or any
d8edc8b7
PW
1962of its abbreviations, e.g.@: @code{print -p} (short for @code{print
1963-pretty} or printing negative @code{p}?), if you specify any command
3345721a
PA
1964option, then you must use a double-dash (@code{--}) delimiter to
1965indicate the end of options.
1966
1967@cindex command options, boolean
1968
1969Some options are described as accepting an argument which can be
1970either @code{on} or @code{off}. These are known as @dfn{boolean
1971options}. Similarly to boolean settings commands---@code{on} and
1972@code{off} are the typical values, but any of @code{1}, @code{yes} and
1973@code{enable} can also be used as ``true'' value, and any of @code{0},
1974@code{no} and @code{disable} can also be used as ``false'' value. You
1975can also omit a ``true'' value, as it is implied by default.
1976
1977For example, these are equivalent:
1978
1979@smallexample
1980(@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
1981(@value{GDBP}) p -o -p 0 -e u -- *myptr
1982@end smallexample
1983
1984You can discover the set of options some command accepts by completing
1985on @code{-} after the command name. For example:
1986
1987@smallexample
1988(@value{GDBP}) print -@key{TAB}@key{TAB}
d8edc8b7
PW
1989-address -max-depth -raw-values -union
1990-array -null-stop -repeats -vtbl
1991-array-indexes -object -static-members
1992-elements -pretty -symbol
3345721a
PA
1993@end smallexample
1994
1995Completion will in some cases guide you with a suggestion of what kind
1996of argument an option expects. For example:
1997
1998@smallexample
1999(@value{GDBP}) print -elements @key{TAB}@key{TAB}
2000NUMBER unlimited
2001@end smallexample
2002
2003Here, the option expects a number (e.g., @code{100}), not literal
2004@code{NUMBER}. Such metasyntactical arguments are always presented in
2005uppercase.
2006
2007(For more on using the @code{print} command, see @ref{Data, ,Examining
2008Data}.)
c906108c 2009
6d2ebf8b 2010@node Help
79a6e687 2011@section Getting Help
c906108c
SS
2012@cindex online documentation
2013@kindex help
2014
5d161b24 2015You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
2016using the command @code{help}.
2017
2018@table @code
41afff9a 2019@kindex h @r{(@code{help})}
c906108c
SS
2020@item help
2021@itemx h
2022You can use @code{help} (abbreviated @code{h}) with no arguments to
2023display a short list of named classes of commands:
2024
2025@smallexample
2026(@value{GDBP}) help
2027List of classes of commands:
2028
2df3850c 2029aliases -- Aliases of other commands
c906108c 2030breakpoints -- Making program stop at certain points
2df3850c 2031data -- Examining data
c906108c 2032files -- Specifying and examining files
2df3850c
JM
2033internals -- Maintenance commands
2034obscure -- Obscure features
2035running -- Running the program
2036stack -- Examining the stack
c906108c
SS
2037status -- Status inquiries
2038support -- Support facilities
12c27660 2039tracepoints -- Tracing of program execution without
96a2c332 2040 stopping the program
c906108c 2041user-defined -- User-defined commands
c906108c 2042
5d161b24 2043Type "help" followed by a class name for a list of
c906108c 2044commands in that class.
5d161b24 2045Type "help" followed by command name for full
c906108c
SS
2046documentation.
2047Command name abbreviations are allowed if unambiguous.
2048(@value{GDBP})
2049@end smallexample
96a2c332 2050@c the above line break eliminates huge line overfull...
c906108c
SS
2051
2052@item help @var{class}
2053Using one of the general help classes as an argument, you can get a
2054list of the individual commands in that class. For example, here is the
2055help display for the class @code{status}:
2056
2057@smallexample
2058(@value{GDBP}) help status
2059Status inquiries.
2060
2061List of commands:
2062
2063@c Line break in "show" line falsifies real output, but needed
2064@c to fit in smallbook page size.
2df3850c 2065info -- Generic command for showing things
12c27660 2066 about the program being debugged
2df3850c 2067show -- Generic command for showing things
12c27660 2068 about the debugger
c906108c 2069
5d161b24 2070Type "help" followed by command name for full
c906108c
SS
2071documentation.
2072Command name abbreviations are allowed if unambiguous.
2073(@value{GDBP})
2074@end smallexample
2075
2076@item help @var{command}
2077With a command name as @code{help} argument, @value{GDBN} displays a
2078short paragraph on how to use that command.
2079
6837a0a2 2080@kindex apropos
e664d728 2081@item apropos [-v] @var{regexp}
09d4efe1 2082The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2 2083commands, and their documentation, for the regular expression specified in
e664d728
PW
2084@var{args}. It prints out all matches found. The optional flag @samp{-v},
2085which stands for @samp{verbose}, indicates to output the full documentation
2086of the matching commands and highlight the parts of the documentation
2087matching @var{regexp}. For example:
6837a0a2
DB
2088
2089@smallexample
16899756 2090apropos alias
6837a0a2
DB
2091@end smallexample
2092
b37052ae
EZ
2093@noindent
2094results in:
6837a0a2
DB
2095
2096@smallexample
e664d728 2097@group
16899756
DE
2098alias -- Define a new command that is an alias of an existing command
2099aliases -- Aliases of other commands
2100d -- Delete some breakpoints or auto-display expressions
2101del -- Delete some breakpoints or auto-display expressions
2102delete -- Delete some breakpoints or auto-display expressions
e664d728
PW
2103@end group
2104@end smallexample
2105
2106@noindent
2107while
2108
2109@smallexample
2110apropos -v cut.*thread apply
2111@end smallexample
2112
2113@noindent
2114results in the below output, where @samp{cut for 'thread apply}
2115is highlighted if styling is enabled.
2116
2117@smallexample
2118@group
2119taas -- Apply a command to all threads (ignoring errors
2120and empty output).
2121Usage: taas COMMAND
2122shortcut for 'thread apply all -s COMMAND'
2123
2124tfaas -- Apply a command to all frames of all threads
2125(ignoring errors and empty output).
2126Usage: tfaas COMMAND
2127shortcut for 'thread apply all -s frame apply all -s COMMAND'
2128@end group
6837a0a2
DB
2129@end smallexample
2130
c906108c
SS
2131@kindex complete
2132@item complete @var{args}
2133The @code{complete @var{args}} command lists all the possible completions
2134for the beginning of a command. Use @var{args} to specify the beginning of the
2135command you want completed. For example:
2136
2137@smallexample
2138complete i
2139@end smallexample
2140
2141@noindent results in:
2142
2143@smallexample
2144@group
2df3850c
JM
2145if
2146ignore
c906108c
SS
2147info
2148inspect
c906108c
SS
2149@end group
2150@end smallexample
2151
2152@noindent This is intended for use by @sc{gnu} Emacs.
2153@end table
2154
2155In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2156and @code{show} to inquire about the state of your program, or the state
2157of @value{GDBN} itself. Each command supports many topics of inquiry; this
2158manual introduces each of them in the appropriate context. The listings
00595b5e
EZ
2159under @code{info} and under @code{show} in the Command, Variable, and
2160Function Index point to all the sub-commands. @xref{Command and Variable
2161Index}.
c906108c
SS
2162
2163@c @group
2164@table @code
2165@kindex info
41afff9a 2166@kindex i @r{(@code{info})}
c906108c
SS
2167@item info
2168This command (abbreviated @code{i}) is for describing the state of your
cda4ce5a 2169program. For example, you can show the arguments passed to a function
c906108c
SS
2170with @code{info args}, list the registers currently in use with @code{info
2171registers}, or list the breakpoints you have set with @code{info breakpoints}.
2172You can get a complete list of the @code{info} sub-commands with
2173@w{@code{help info}}.
2174
2175@kindex set
2176@item set
5d161b24 2177You can assign the result of an expression to an environment variable with
c906108c
SS
2178@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2179@code{set prompt $}.
2180
2181@kindex show
2182@item show
5d161b24 2183In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
2184@value{GDBN} itself.
2185You can change most of the things you can @code{show}, by using the
2186related command @code{set}; for example, you can control what number
2187system is used for displays with @code{set radix}, or simply inquire
2188which is currently in use with @code{show radix}.
2189
2190@kindex info set
2191To display all the settable parameters and their current
2192values, you can use @code{show} with no arguments; you may also use
2193@code{info set}. Both commands produce the same display.
2194@c FIXME: "info set" violates the rule that "info" is for state of
2195@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2196@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2197@end table
2198@c @end group
2199
6eaaf48b 2200Here are several miscellaneous @code{show} subcommands, all of which are
c906108c
SS
2201exceptional in lacking corresponding @code{set} commands:
2202
2203@table @code
2204@kindex show version
9c16f35a 2205@cindex @value{GDBN} version number
c906108c
SS
2206@item show version
2207Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
2208information in @value{GDBN} bug-reports. If multiple versions of
2209@value{GDBN} are in use at your site, you may need to determine which
2210version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2211commands are introduced, and old ones may wither away. Also, many
2212system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 2213variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
2214The version number is the same as the one announced when you start
2215@value{GDBN}.
c906108c
SS
2216
2217@kindex show copying
09d4efe1 2218@kindex info copying
9c16f35a 2219@cindex display @value{GDBN} copyright
c906108c 2220@item show copying
09d4efe1 2221@itemx info copying
c906108c
SS
2222Display information about permission for copying @value{GDBN}.
2223
2224@kindex show warranty
09d4efe1 2225@kindex info warranty
c906108c 2226@item show warranty
09d4efe1 2227@itemx info warranty
2df3850c 2228Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 2229if your version of @value{GDBN} comes with one.
2df3850c 2230
6eaaf48b
EZ
2231@kindex show configuration
2232@item show configuration
2233Display detailed information about the way @value{GDBN} was configured
2234when it was built. This displays the optional arguments passed to the
2235@file{configure} script and also configuration parameters detected
2236automatically by @command{configure}. When reporting a @value{GDBN}
2237bug (@pxref{GDB Bugs}), it is important to include this information in
2238your report.
2239
c906108c
SS
2240@end table
2241
6d2ebf8b 2242@node Running
c906108c
SS
2243@chapter Running Programs Under @value{GDBN}
2244
2245When you run a program under @value{GDBN}, you must first generate
2246debugging information when you compile it.
7a292a7a
SS
2247
2248You may start @value{GDBN} with its arguments, if any, in an environment
2249of your choice. If you are doing native debugging, you may redirect
2250your program's input and output, debug an already running process, or
2251kill a child process.
c906108c
SS
2252
2253@menu
2254* Compilation:: Compiling for debugging
2255* Starting:: Starting your program
c906108c
SS
2256* Arguments:: Your program's arguments
2257* Environment:: Your program's environment
c906108c
SS
2258
2259* Working Directory:: Your program's working directory
2260* Input/Output:: Your program's input and output
2261* Attach:: Debugging an already-running process
2262* Kill Process:: Killing the child process
c906108c 2263
6c95b8df 2264* Inferiors and Programs:: Debugging multiple inferiors and programs
c906108c 2265* Threads:: Debugging programs with multiple threads
6c95b8df 2266* Forks:: Debugging forks
5c95884b 2267* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
c906108c
SS
2268@end menu
2269
6d2ebf8b 2270@node Compilation
79a6e687 2271@section Compiling for Debugging
c906108c
SS
2272
2273In order to debug a program effectively, you need to generate
2274debugging information when you compile it. This debugging information
2275is stored in the object file; it describes the data type of each
2276variable or function and the correspondence between source line numbers
2277and addresses in the executable code.
2278
a8b43b7b
T
2279To request debugging information, specify the @option{-g} option when
2280you run the compiler. However, to use the most expressive format
2281available, including @value{GDBN} extensions if at all possible,
2282@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports
2283@w{@option{-ggdb}} which produces debugging information for use by
2284@value{GDBN}. We recommend that you @emph{always} use
2285@w{@option{-ggdb}} instead of plain @option{-g} if it is supported by
2286the compiler you are using.
c906108c 2287
514c4d71 2288Programs that are to be shipped to your customers are compiled with
a8b43b7b
T
2289optimizations, using the @option{-O} compiler option. However, some
2290compilers are unable to handle the @option{-g} and @option{-O} options
514c4d71 2291together. Using those compilers, you cannot generate optimized
c906108c
SS
2292executables containing debugging information.
2293
a8b43b7b
T
2294@value{NGCC} supports @option{-g} with or without @option{-O}, making
2295it possible to debug optimized code. We recommend that you
2296@emph{always} use @option{-g} whenever you compile a program. You may
2297think your program is correct, but there is no sense in pushing your
2298luck. For more information, see @ref{Optimized Code}.
c906108c
SS
2299
2300Older versions of the @sc{gnu} C compiler permitted a variant option
a8b43b7b
T
2301@w{@option{-gg}} for debugging information. @value{GDBN} no longer
2302supports this format; if your @sc{gnu} C compiler has this option, do
2303not use it.
c906108c 2304
514c4d71
EZ
2305@value{GDBN} knows about preprocessor macros and can show you their
2306expansion (@pxref{Macros}). Most compilers do not include information
2307about preprocessor macros in the debugging information if you specify
e0f8f636
TT
2308the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2309the @sc{gnu} C compiler, provides macro information if you are using
a8b43b7b 2310the DWARF debugging format, and specify the option @w{@option{-g3}}.
e0f8f636
TT
2311
2312@xref{Debugging Options,,Options for Debugging Your Program or GCC,
f5a476a7 2313gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
e0f8f636
TT
2314information on @value{NGCC} options affecting debug information.
2315
2316You will have the best debugging experience if you use the latest
2317version of the DWARF debugging format that your compiler supports.
2318DWARF is currently the most expressive and best supported debugging
2319format in @value{GDBN}.
514c4d71 2320
c906108c 2321@need 2000
6d2ebf8b 2322@node Starting
79a6e687 2323@section Starting your Program
c906108c
SS
2324@cindex starting
2325@cindex running
2326
2327@table @code
2328@kindex run
41afff9a 2329@kindex r @r{(@code{run})}
c906108c
SS
2330@item run
2331@itemx r
7a292a7a 2332Use the @code{run} command to start your program under @value{GDBN}.
deb8ff2b
PA
2333You must first specify the program name with an argument to
2334@value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2335@value{GDBN}}), or by using the @code{file} or @code{exec-file}
2336command (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
2337
2338@end table
2339
c906108c
SS
2340If you are running your program in an execution environment that
2341supports processes, @code{run} creates an inferior process and makes
8edfe269
DJ
2342that process run your program. In some environments without processes,
2343@code{run} jumps to the start of your program. Other targets,
2344like @samp{remote}, are always running. If you get an error
2345message like this one:
2346
2347@smallexample
2348The "remote" target does not support "run".
2349Try "help target" or "continue".
2350@end smallexample
2351
2352@noindent
2353then use @code{continue} to run your program. You may need @code{load}
2354first (@pxref{load}).
c906108c
SS
2355
2356The execution of a program is affected by certain information it
2357receives from its superior. @value{GDBN} provides ways to specify this
2358information, which you must do @emph{before} starting your program. (You
2359can change it after starting your program, but such changes only affect
2360your program the next time you start it.) This information may be
2361divided into four categories:
2362
2363@table @asis
2364@item The @emph{arguments.}
2365Specify the arguments to give your program as the arguments of the
2366@code{run} command. If a shell is available on your target, the shell
2367is used to pass the arguments, so that you may use normal conventions
2368(such as wildcard expansion or variable substitution) in describing
2369the arguments.
2370In Unix systems, you can control which shell is used with the
98882a26
PA
2371@code{SHELL} environment variable. If you do not define @code{SHELL},
2372@value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2373use of any shell with the @code{set startup-with-shell} command (see
2374below for details).
c906108c
SS
2375
2376@item The @emph{environment.}
2377Your program normally inherits its environment from @value{GDBN}, but you can
2378use the @value{GDBN} commands @code{set environment} and @code{unset
2379environment} to change parts of the environment that affect
79a6e687 2380your program. @xref{Environment, ,Your Program's Environment}.
c906108c
SS
2381
2382@item The @emph{working directory.}
d092c5a2
SDJ
2383You can set your program's working directory with the command
2384@kbd{set cwd}. If you do not set any working directory with this
bc3b087d
SDJ
2385command, your program will inherit @value{GDBN}'s working directory if
2386native debugging, or the remote server's working directory if remote
2387debugging. @xref{Working Directory, ,Your Program's Working
2388Directory}.
c906108c
SS
2389
2390@item The @emph{standard input and output.}
2391Your program normally uses the same device for standard input and
2392standard output as @value{GDBN} is using. You can redirect input and output
2393in the @code{run} command line, or you can use the @code{tty} command to
2394set a different device for your program.
79a6e687 2395@xref{Input/Output, ,Your Program's Input and Output}.
c906108c
SS
2396
2397@cindex pipes
2398@emph{Warning:} While input and output redirection work, you cannot use
2399pipes to pass the output of the program you are debugging to another
2400program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2401wrong program.
2402@end table
c906108c
SS
2403
2404When you issue the @code{run} command, your program begins to execute
79a6e687 2405immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
c906108c
SS
2406of how to arrange for your program to stop. Once your program has
2407stopped, you may call functions in your program, using the @code{print}
2408or @code{call} commands. @xref{Data, ,Examining Data}.
2409
2410If the modification time of your symbol file has changed since the last
2411time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2412table, and reads it again. When it does this, @value{GDBN} tries to retain
2413your current breakpoints.
2414
4e8b0763
JB
2415@table @code
2416@kindex start
2417@item start
2418@cindex run to main procedure
2419The name of the main procedure can vary from language to language.
2420With C or C@t{++}, the main procedure name is always @code{main}, but
2421other languages such as Ada do not require a specific name for their
2422main procedure. The debugger provides a convenient way to start the
2423execution of the program and to stop at the beginning of the main
2424procedure, depending on the language used.
2425
2426The @samp{start} command does the equivalent of setting a temporary
2427breakpoint at the beginning of the main procedure and then invoking
2428the @samp{run} command.
2429
f018e82f
EZ
2430@cindex elaboration phase
2431Some programs contain an @dfn{elaboration} phase where some startup code is
2432executed before the main procedure is called. This depends on the
2433languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
2434constructors for static and global objects are executed before
2435@code{main} is called. It is therefore possible that the debugger stops
2436before reaching the main procedure. However, the temporary breakpoint
2437will remain to halt execution.
2438
2439Specify the arguments to give to your program as arguments to the
2440@samp{start} command. These arguments will be given verbatim to the
2441underlying @samp{run} command. Note that the same arguments will be
2442reused if no argument is provided during subsequent calls to
2443@samp{start} or @samp{run}.
2444
2445It is sometimes necessary to debug the program during elaboration. In
4e5a4f58
JB
2446these cases, using the @code{start} command would stop the execution
2447of your program too late, as the program would have already completed
2448the elaboration phase. Under these circumstances, either insert
2449breakpoints in your elaboration code before running your program or
2450use the @code{starti} command.
2451
2452@kindex starti
2453@item starti
2454@cindex run to first instruction
2455The @samp{starti} command does the equivalent of setting a temporary
2456breakpoint at the first instruction of a program's execution and then
2457invoking the @samp{run} command. For programs containing an
2458elaboration phase, the @code{starti} command will stop execution at
2459the start of the elaboration phase.
ccd213ac 2460
41ef2965 2461@anchor{set exec-wrapper}
ccd213ac
DJ
2462@kindex set exec-wrapper
2463@item set exec-wrapper @var{wrapper}
2464@itemx show exec-wrapper
2465@itemx unset exec-wrapper
2466When @samp{exec-wrapper} is set, the specified wrapper is used to
2467launch programs for debugging. @value{GDBN} starts your program
2468with a shell command of the form @kbd{exec @var{wrapper}
2469@var{program}}. Quoting is added to @var{program} and its
2470arguments, but not to @var{wrapper}, so you should add quotes if
2471appropriate for your shell. The wrapper runs until it executes
2472your program, and then @value{GDBN} takes control.
2473
2474You can use any program that eventually calls @code{execve} with
2475its arguments as a wrapper. Several standard Unix utilities do
2476this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2477with @code{exec "$@@"} will also work.
2478
2479For example, you can use @code{env} to pass an environment variable to
2480the debugged program, without setting the variable in your shell's
2481environment:
2482
2483@smallexample
2484(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2485(@value{GDBP}) run
2486@end smallexample
2487
2488This command is available when debugging locally on most targets, excluding
2489@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2490
98882a26 2491@kindex set startup-with-shell
aefd8b33 2492@anchor{set startup-with-shell}
98882a26
PA
2493@item set startup-with-shell
2494@itemx set startup-with-shell on
2495@itemx set startup-with-shell off
ca145713 2496@itemx show startup-with-shell
98882a26
PA
2497On Unix systems, by default, if a shell is available on your target,
2498@value{GDBN}) uses it to start your program. Arguments of the
2499@code{run} command are passed to the shell, which does variable
2500substitution, expands wildcard characters and performs redirection of
2501I/O. In some circumstances, it may be useful to disable such use of a
2502shell, for example, when debugging the shell itself or diagnosing
2503startup failures such as:
2504
2505@smallexample
2506(@value{GDBP}) run
2507Starting program: ./a.out
2508During startup program terminated with signal SIGSEGV, Segmentation fault.
2509@end smallexample
2510
2511@noindent
2512which indicates the shell or the wrapper specified with
2513@samp{exec-wrapper} crashed, not your program. Most often, this is
afa332ce
PA
2514caused by something odd in your shell's non-interactive mode
2515initialization file---such as @file{.cshrc} for C-shell,
2516$@file{.zshenv} for the Z shell, or the file specified in the
2517@samp{BASH_ENV} environment variable for BASH.
98882a26 2518
6a3cb8e8
PA
2519@anchor{set auto-connect-native-target}
2520@kindex set auto-connect-native-target
2521@item set auto-connect-native-target
2522@itemx set auto-connect-native-target on
2523@itemx set auto-connect-native-target off
2524@itemx show auto-connect-native-target
2525
2526By default, if not connected to any target yet (e.g., with
2527@code{target remote}), the @code{run} command starts your program as a
2528native process under @value{GDBN}, on your local machine. If you're
2529sure you don't want to debug programs on your local machine, you can
2530tell @value{GDBN} to not connect to the native target automatically
2531with the @code{set auto-connect-native-target off} command.
2532
2533If @code{on}, which is the default, and if @value{GDBN} is not
2534connected to a target already, the @code{run} command automaticaly
2535connects to the native target, if one is available.
2536
2537If @code{off}, and if @value{GDBN} is not connected to a target
2538already, the @code{run} command fails with an error:
2539
2540@smallexample
2541(@value{GDBP}) run
2542Don't know how to run. Try "help target".
2543@end smallexample
2544
2545If @value{GDBN} is already connected to a target, @value{GDBN} always
2546uses it with the @code{run} command.
2547
2548In any case, you can explicitly connect to the native target with the
2549@code{target native} command. For example,
2550
2551@smallexample
2552(@value{GDBP}) set auto-connect-native-target off
2553(@value{GDBP}) run
2554Don't know how to run. Try "help target".
2555(@value{GDBP}) target native
2556(@value{GDBP}) run
2557Starting program: ./a.out
2558[Inferior 1 (process 10421) exited normally]
2559@end smallexample
2560
2561In case you connected explicitly to the @code{native} target,
2562@value{GDBN} remains connected even if all inferiors exit, ready for
2563the next @code{run} command. Use the @code{disconnect} command to
2564disconnect.
2565
2566Examples of other commands that likewise respect the
2567@code{auto-connect-native-target} setting: @code{attach}, @code{info
2568proc}, @code{info os}.
2569
10568435
JK
2570@kindex set disable-randomization
2571@item set disable-randomization
2572@itemx set disable-randomization on
2573This option (enabled by default in @value{GDBN}) will turn off the native
2574randomization of the virtual address space of the started program. This option
2575is useful for multiple debugging sessions to make the execution better
2576reproducible and memory addresses reusable across debugging sessions.
2577
03583c20
UW
2578This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2579On @sc{gnu}/Linux you can get the same behavior using
10568435
JK
2580
2581@smallexample
2582(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2583@end smallexample
2584
2585@item set disable-randomization off
2586Leave the behavior of the started executable unchanged. Some bugs rear their
2587ugly heads only when the program is loaded at certain addresses. If your bug
2588disappears when you run the program under @value{GDBN}, that might be because
2589@value{GDBN} by default disables the address randomization on platforms, such
2590as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2591disable-randomization off} to try to reproduce such elusive bugs.
2592
03583c20
UW
2593On targets where it is available, virtual address space randomization
2594protects the programs against certain kinds of security attacks. In these
10568435
JK
2595cases the attacker needs to know the exact location of a concrete executable
2596code. Randomizing its location makes it impossible to inject jumps misusing
2597a code at its expected addresses.
2598
2599Prelinking shared libraries provides a startup performance advantage but it
2600makes addresses in these libraries predictable for privileged processes by
2601having just unprivileged access at the target system. Reading the shared
2602library binary gives enough information for assembling the malicious code
2603misusing it. Still even a prelinked shared library can get loaded at a new
2604random address just requiring the regular relocation process during the
2605startup. Shared libraries not already prelinked are always loaded at
2606a randomly chosen address.
2607
2608Position independent executables (PIE) contain position independent code
2609similar to the shared libraries and therefore such executables get loaded at
2610a randomly chosen address upon startup. PIE executables always load even
2611already prelinked shared libraries at a random address. You can build such
2612executable using @command{gcc -fPIE -pie}.
2613
2614Heap (malloc storage), stack and custom mmap areas are always placed randomly
2615(as long as the randomization is enabled).
2616
2617@item show disable-randomization
2618Show the current setting of the explicit disable of the native randomization of
2619the virtual address space of the started program.
2620
4e8b0763
JB
2621@end table
2622
6d2ebf8b 2623@node Arguments
79a6e687 2624@section Your Program's Arguments
c906108c
SS
2625
2626@cindex arguments (to your program)
2627The arguments to your program can be specified by the arguments of the
5d161b24 2628@code{run} command.
c906108c
SS
2629They are passed to a shell, which expands wildcard characters and
2630performs redirection of I/O, and thence to your program. Your
2631@code{SHELL} environment variable (if it exists) specifies what shell
2632@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
2633the default shell (@file{/bin/sh} on Unix).
2634
2635On non-Unix systems, the program is usually invoked directly by
2636@value{GDBN}, which emulates I/O redirection via the appropriate system
2637calls, and the wildcard characters are expanded by the startup code of
2638the program, not by the shell.
c906108c
SS
2639
2640@code{run} with no arguments uses the same arguments used by the previous
2641@code{run}, or those set by the @code{set args} command.
2642
c906108c 2643@table @code
41afff9a 2644@kindex set args
c906108c
SS
2645@item set args
2646Specify the arguments to be used the next time your program is run. If
2647@code{set args} has no arguments, @code{run} executes your program
2648with no arguments. Once you have run your program with arguments,
2649using @code{set args} before the next @code{run} is the only way to run
2650it again without arguments.
2651
2652@kindex show args
2653@item show args
2654Show the arguments to give your program when it is started.
2655@end table
2656
6d2ebf8b 2657@node Environment
79a6e687 2658@section Your Program's Environment
c906108c
SS
2659
2660@cindex environment (of your program)
2661The @dfn{environment} consists of a set of environment variables and
2662their values. Environment variables conventionally record such things as
2663your user name, your home directory, your terminal type, and your search
2664path for programs to run. Usually you set up environment variables with
2665the shell and they are inherited by all the other programs you run. When
2666debugging, it can be useful to try running your program with a modified
2667environment without having to start @value{GDBN} over again.
2668
2669@table @code
2670@kindex path
2671@item path @var{directory}
2672Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
2673(the search path for executables) that will be passed to your program.
2674The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
2675You may specify several directory names, separated by whitespace or by a
2676system-dependent separator character (@samp{:} on Unix, @samp{;} on
2677MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2678is moved to the front, so it is searched sooner.
c906108c
SS
2679
2680You can use the string @samp{$cwd} to refer to whatever is the current
2681working directory at the time @value{GDBN} searches the path. If you
2682use @samp{.} instead, it refers to the directory where you executed the
2683@code{path} command. @value{GDBN} replaces @samp{.} in the
2684@var{directory} argument (with the current path) before adding
2685@var{directory} to the search path.
2686@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2687@c document that, since repeating it would be a no-op.
2688
2689@kindex show paths
2690@item show paths
2691Display the list of search paths for executables (the @code{PATH}
2692environment variable).
2693
2694@kindex show environment
2695@item show environment @r{[}@var{varname}@r{]}
2696Print the value of environment variable @var{varname} to be given to
2697your program when it starts. If you do not supply @var{varname},
2698print the names and values of all environment variables to be given to
2699your program. You can abbreviate @code{environment} as @code{env}.
2700
2701@kindex set environment
0a2dde4a 2702@anchor{set environment}
53a5351d 2703@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c 2704Set environment variable @var{varname} to @var{value}. The value
41ef2965 2705changes for your program (and the shell @value{GDBN} uses to launch
697aa1b7 2706it), not for @value{GDBN} itself. The @var{value} may be any string; the
41ef2965
PA
2707values of environment variables are just strings, and any
2708interpretation is supplied by your program itself. The @var{value}
c906108c
SS
2709parameter is optional; if it is eliminated, the variable is set to a
2710null value.
2711@c "any string" here does not include leading, trailing
2712@c blanks. Gnu asks: does anyone care?
2713
2714For example, this command:
2715
474c8240 2716@smallexample
c906108c 2717set env USER = foo
474c8240 2718@end smallexample
c906108c
SS
2719
2720@noindent
d4f3574e 2721tells the debugged program, when subsequently run, that its user is named
c906108c
SS
2722@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2723are not actually required.)
2724
41ef2965
PA
2725Note that on Unix systems, @value{GDBN} runs your program via a shell,
2726which also inherits the environment set with @code{set environment}.
2727If necessary, you can avoid that by using the @samp{env} program as a
2728wrapper instead of using @code{set environment}. @xref{set
2729exec-wrapper}, for an example doing just that.
2730
0a2dde4a
SDJ
2731Environment variables that are set by the user are also transmitted to
2732@command{gdbserver} to be used when starting the remote inferior.
2733@pxref{QEnvironmentHexEncoded}.
2734
c906108c 2735@kindex unset environment
0a2dde4a 2736@anchor{unset environment}
c906108c
SS
2737@item unset environment @var{varname}
2738Remove variable @var{varname} from the environment to be passed to your
2739program. This is different from @samp{set env @var{varname} =};
2740@code{unset environment} removes the variable from the environment,
2741rather than assigning it an empty value.
0a2dde4a
SDJ
2742
2743Environment variables that are unset by the user are also unset on
2744@command{gdbserver} when starting the remote inferior.
2745@pxref{QEnvironmentUnset}.
c906108c
SS
2746@end table
2747
d4f3574e 2748@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
afa332ce
PA
2749the shell indicated by your @code{SHELL} environment variable if it
2750exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2751names a shell that runs an initialization file when started
2752non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2753for the Z shell, or the file specified in the @samp{BASH_ENV}
2754environment variable for BASH---any variables you set in that file
2755affect your program. You may wish to move setting of environment
2756variables to files that are only run when you sign on, such as
2757@file{.login} or @file{.profile}.
c906108c 2758
6d2ebf8b 2759@node Working Directory
79a6e687 2760@section Your Program's Working Directory
c906108c
SS
2761
2762@cindex working directory (of your program)
d092c5a2
SDJ
2763Each time you start your program with @code{run}, the inferior will be
2764initialized with the current working directory specified by the
2765@kbd{set cwd} command. If no directory has been specified by this
2766command, then the inferior will inherit @value{GDBN}'s current working
bc3b087d
SDJ
2767directory as its working directory if native debugging, or it will
2768inherit the remote server's current working directory if remote
2769debugging.
c906108c
SS
2770
2771@table @code
d092c5a2
SDJ
2772@kindex set cwd
2773@cindex change inferior's working directory
2774@anchor{set cwd command}
2775@item set cwd @r{[}@var{directory}@r{]}
2776Set the inferior's working directory to @var{directory}, which will be
2777@code{glob}-expanded in order to resolve tildes (@file{~}). If no
2778argument has been specified, the command clears the setting and resets
2779it to an empty state. This setting has no effect on @value{GDBN}'s
2780working directory, and it only takes effect the next time you start
2781the inferior. The @file{~} in @var{directory} is a short for the
2782@dfn{home directory}, usually pointed to by the @env{HOME} environment
2783variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2784uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2785fallback.
2786
2787You can also change @value{GDBN}'s current working directory by using
2788the @code{cd} command.
dbfa4523 2789@xref{cd command}.
d092c5a2
SDJ
2790
2791@kindex show cwd
2792@cindex show inferior's working directory
2793@item show cwd
2794Show the inferior's working directory. If no directory has been
2795specified by @kbd{set cwd}, then the default inferior's working
2796directory is the same as @value{GDBN}'s working directory.
2797
c906108c 2798@kindex cd
d092c5a2
SDJ
2799@cindex change @value{GDBN}'s working directory
2800@anchor{cd command}
f3c8a52a
JK
2801@item cd @r{[}@var{directory}@r{]}
2802Set the @value{GDBN} working directory to @var{directory}. If not
2803given, @var{directory} uses @file{'~'}.
c906108c 2804
d092c5a2
SDJ
2805The @value{GDBN} working directory serves as a default for the
2806commands that specify files for @value{GDBN} to operate on.
2807@xref{Files, ,Commands to Specify Files}.
dbfa4523 2808@xref{set cwd command}.
d092c5a2 2809
c906108c
SS
2810@kindex pwd
2811@item pwd
2812Print the @value{GDBN} working directory.
2813@end table
2814
60bf7e09
EZ
2815It is generally impossible to find the current working directory of
2816the process being debugged (since a program can change its directory
2d97a5d9 2817during its run). If you work on a system where @value{GDBN} supports
754452f0 2818the @code{info proc} command (@pxref{Process Information}), you can
2d97a5d9 2819use the @code{info proc} command to find out the
60bf7e09
EZ
2820current working directory of the debuggee.
2821
6d2ebf8b 2822@node Input/Output
79a6e687 2823@section Your Program's Input and Output
c906108c
SS
2824
2825@cindex redirection
2826@cindex i/o
2827@cindex terminal
2828By default, the program you run under @value{GDBN} does input and output to
5d161b24 2829the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2830to its own terminal modes to interact with you, but it records the terminal
2831modes your program was using and switches back to them when you continue
2832running your program.
2833
2834@table @code
2835@kindex info terminal
2836@item info terminal
2837Displays information recorded by @value{GDBN} about the terminal modes your
2838program is using.
2839@end table
2840
2841You can redirect your program's input and/or output using shell
2842redirection with the @code{run} command. For example,
2843
474c8240 2844@smallexample
c906108c 2845run > outfile
474c8240 2846@end smallexample
c906108c
SS
2847
2848@noindent
2849starts your program, diverting its output to the file @file{outfile}.
2850
2851@kindex tty
2852@cindex controlling terminal
2853Another way to specify where your program should do input and output is
2854with the @code{tty} command. This command accepts a file name as
2855argument, and causes this file to be the default for future @code{run}
2856commands. It also resets the controlling terminal for the child
2857process, for future @code{run} commands. For example,
2858
474c8240 2859@smallexample
c906108c 2860tty /dev/ttyb
474c8240 2861@end smallexample
c906108c
SS
2862
2863@noindent
2864directs that processes started with subsequent @code{run} commands
2865default to do input and output on the terminal @file{/dev/ttyb} and have
2866that as their controlling terminal.
2867
2868An explicit redirection in @code{run} overrides the @code{tty} command's
2869effect on the input/output device, but not its effect on the controlling
2870terminal.
2871
2872When you use the @code{tty} command or redirect input in the @code{run}
2873command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2874for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2875for @code{set inferior-tty}.
2876
2877@cindex inferior tty
2878@cindex set inferior controlling terminal
2879You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2880display the name of the terminal that will be used for future runs of your
2881program.
2882
2883@table @code
0a1ddfa6 2884@item set inferior-tty [ @var{tty} ]
3cb3b8df 2885@kindex set inferior-tty
0a1ddfa6
SM
2886Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
2887restores the default behavior, which is to use the same terminal as
2888@value{GDBN}.
3cb3b8df
BR
2889
2890@item show inferior-tty
2891@kindex show inferior-tty
2892Show the current tty for the program being debugged.
2893@end table
c906108c 2894
6d2ebf8b 2895@node Attach
79a6e687 2896@section Debugging an Already-running Process
c906108c
SS
2897@kindex attach
2898@cindex attach
2899
2900@table @code
2901@item attach @var{process-id}
2902This command attaches to a running process---one that was started
2903outside @value{GDBN}. (@code{info files} shows your active
2904targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2905find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2906or with the @samp{jobs -l} shell command.
2907
2908@code{attach} does not repeat if you press @key{RET} a second time after
2909executing the command.
2910@end table
2911
2912To use @code{attach}, your program must be running in an environment
2913which supports processes; for example, @code{attach} does not work for
2914programs on bare-board targets that lack an operating system. You must
2915also have permission to send the process a signal.
2916
2917When you use @code{attach}, the debugger finds the program running in
2918the process first by looking in the current working directory, then (if
2919the program is not found) by using the source file search path
79a6e687 2920(@pxref{Source Path, ,Specifying Source Directories}). You can also use
c906108c
SS
2921the @code{file} command to load the program. @xref{Files, ,Commands to
2922Specify Files}.
2923
2924The first thing @value{GDBN} does after arranging to debug the specified
2925process is to stop it. You can examine and modify an attached process
53a5351d
JM
2926with all the @value{GDBN} commands that are ordinarily available when
2927you start processes with @code{run}. You can insert breakpoints; you
2928can step and continue; you can modify storage. If you would rather the
2929process continue running, you may use the @code{continue} command after
c906108c
SS
2930attaching @value{GDBN} to the process.
2931
2932@table @code
2933@kindex detach
2934@item detach
2935When you have finished debugging the attached process, you can use the
2936@code{detach} command to release it from @value{GDBN} control. Detaching
2937the process continues its execution. After the @code{detach} command,
2938that process and @value{GDBN} become completely independent once more, and you
2939are ready to @code{attach} another process or start one with @code{run}.
2940@code{detach} does not repeat if you press @key{RET} again after
2941executing the command.
2942@end table
2943
159fcc13
JK
2944If you exit @value{GDBN} while you have an attached process, you detach
2945that process. If you use the @code{run} command, you kill that process.
2946By default, @value{GDBN} asks for confirmation if you try to do either of these
2947things; you can control whether or not you need to confirm by using the
2948@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
79a6e687 2949Messages}).
c906108c 2950
6d2ebf8b 2951@node Kill Process
79a6e687 2952@section Killing the Child Process
c906108c
SS
2953
2954@table @code
2955@kindex kill
2956@item kill
2957Kill the child process in which your program is running under @value{GDBN}.
2958@end table
2959
2960This command is useful if you wish to debug a core dump instead of a
2961running process. @value{GDBN} ignores any core dump file while your program
2962is running.
2963
2964On some operating systems, a program cannot be executed outside @value{GDBN}
2965while you have breakpoints set on it inside @value{GDBN}. You can use the
2966@code{kill} command in this situation to permit running your program
2967outside the debugger.
2968
2969The @code{kill} command is also useful if you wish to recompile and
2970relink your program, since on many systems it is impossible to modify an
2971executable file while it is running in a process. In this case, when you
2972next type @code{run}, @value{GDBN} notices that the file has changed, and
2973reads the symbol table again (while trying to preserve your current
2974breakpoint settings).
2975
6c95b8df
PA
2976@node Inferiors and Programs
2977@section Debugging Multiple Inferiors and Programs
b77209e0 2978
6c95b8df
PA
2979@value{GDBN} lets you run and debug multiple programs in a single
2980session. In addition, @value{GDBN} on some systems may let you run
2981several programs simultaneously (otherwise you have to exit from one
2982before starting another). In the most general case, you can have
2983multiple threads of execution in each of multiple processes, launched
2984from multiple executables.
b77209e0
PA
2985
2986@cindex inferior
2987@value{GDBN} represents the state of each program execution with an
2988object called an @dfn{inferior}. An inferior typically corresponds to
2989a process, but is more general and applies also to targets that do not
2990have processes. Inferiors may be created before a process runs, and
6c95b8df
PA
2991may be retained after a process exits. Inferiors have unique
2992identifiers that are different from process ids. Usually each
2993inferior will also have its own distinct address space, although some
2994embedded targets may have several inferiors running in different parts
2995of a single address space. Each inferior may in turn have multiple
2996threads running in it.
b77209e0 2997
6c95b8df
PA
2998To find out what inferiors exist at any moment, use @w{@code{info
2999inferiors}}:
b77209e0
PA
3000
3001@table @code
a3c25011 3002@kindex info inferiors [ @var{id}@dots{} ]
b77209e0
PA
3003@item info inferiors
3004Print a list of all inferiors currently being managed by @value{GDBN}.
a3c25011
TT
3005By default all inferiors are printed, but the argument @var{id}@dots{}
3006-- a space separated list of inferior numbers -- can be used to limit
3007the display to just the requested inferiors.
3a1ff0b6
PA
3008
3009@value{GDBN} displays for each inferior (in this order):
3010
3011@enumerate
3012@item
3013the inferior number assigned by @value{GDBN}
3014
3015@item
3016the target system's inferior identifier
6c95b8df
PA
3017
3018@item
3019the name of the executable the inferior is running.
3020
3a1ff0b6
PA
3021@end enumerate
3022
3023@noindent
3024An asterisk @samp{*} preceding the @value{GDBN} inferior number
3025indicates the current inferior.
3026
3027For example,
2277426b 3028@end table
3a1ff0b6
PA
3029@c end table here to get a little more width for example
3030
3031@smallexample
3032(@value{GDBP}) info inferiors
6c95b8df
PA
3033 Num Description Executable
3034 2 process 2307 hello
3035* 1 process 3401 goodbye
3a1ff0b6 3036@end smallexample
2277426b
PA
3037
3038To switch focus between inferiors, use the @code{inferior} command:
3039
3040@table @code
3a1ff0b6
PA
3041@kindex inferior @var{infno}
3042@item inferior @var{infno}
3043Make inferior number @var{infno} the current inferior. The argument
3044@var{infno} is the inferior number assigned by @value{GDBN}, as shown
3045in the first field of the @samp{info inferiors} display.
2277426b
PA
3046@end table
3047
e3940304
PA
3048@vindex $_inferior@r{, convenience variable}
3049The debugger convenience variable @samp{$_inferior} contains the
3050number of the current inferior. You may find this useful in writing
3051breakpoint conditional expressions, command scripts, and so forth.
3052@xref{Convenience Vars,, Convenience Variables}, for general
3053information on convenience variables.
6c95b8df
PA
3054
3055You can get multiple executables into a debugging session via the
3056@code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3057systems @value{GDBN} can add inferiors to the debug session
3058automatically by following calls to @code{fork} and @code{exec}. To
3059remove inferiors from the debugging session use the
af624141 3060@w{@code{remove-inferiors}} command.
6c95b8df
PA
3061
3062@table @code
3063@kindex add-inferior
3064@item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ]
3065Adds @var{n} inferiors to be run using @var{executable} as the
697aa1b7 3066executable; @var{n} defaults to 1. If no executable is specified,
6c95b8df
PA
3067the inferiors begins empty, with no program. You can still assign or
3068change the program assigned to the inferior at any time by using the
3069@code{file} command with the executable name as its argument.
3070
3071@kindex clone-inferior
3072@item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3073Adds @var{n} inferiors ready to execute the same program as inferior
697aa1b7 3074@var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
6c95b8df
PA
3075number of the current inferior. This is a convenient command when you
3076want to run another instance of the inferior you are debugging.
3077
3078@smallexample
3079(@value{GDBP}) info inferiors
3080 Num Description Executable
3081* 1 process 29964 helloworld
3082(@value{GDBP}) clone-inferior
3083Added inferior 2.
30841 inferiors added.
3085(@value{GDBP}) info inferiors
3086 Num Description Executable
3087 2 <null> helloworld
3088* 1 process 29964 helloworld
3089@end smallexample
3090
3091You can now simply switch focus to inferior 2 and run it.
3092
af624141
MS
3093@kindex remove-inferiors
3094@item remove-inferiors @var{infno}@dots{}
3095Removes the inferior or inferiors @var{infno}@dots{}. It is not
3096possible to remove an inferior that is running with this command. For
3097those, use the @code{kill} or @code{detach} command first.
6c95b8df
PA
3098
3099@end table
3100
3101To quit debugging one of the running inferiors that is not the current
3102inferior, you can either detach from it by using the @w{@code{detach
3103inferior}} command (allowing it to run independently), or kill it
af624141 3104using the @w{@code{kill inferiors}} command:
2277426b
PA
3105
3106@table @code
af624141
MS
3107@kindex detach inferiors @var{infno}@dots{}
3108@item detach inferior @var{infno}@dots{}
3109Detach from the inferior or inferiors identified by @value{GDBN}
5e30da2c 3110inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
af624141
MS
3111still stays on the list of inferiors shown by @code{info inferiors},
3112but its Description will show @samp{<null>}.
3113
3114@kindex kill inferiors @var{infno}@dots{}
3115@item kill inferiors @var{infno}@dots{}
3116Kill the inferior or inferiors identified by @value{GDBN} inferior
3117number(s) @var{infno}@dots{}. Note that the inferior's entry still
3118stays on the list of inferiors shown by @code{info inferiors}, but its
3119Description will show @samp{<null>}.
2277426b
PA
3120@end table
3121
6c95b8df 3122After the successful completion of a command such as @code{detach},
af624141 3123@code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
6c95b8df
PA
3124a normal process exit, the inferior is still valid and listed with
3125@code{info inferiors}, ready to be restarted.
3126
3127
2277426b
PA
3128To be notified when inferiors are started or exit under @value{GDBN}'s
3129control use @w{@code{set print inferior-events}}:
b77209e0 3130
2277426b 3131@table @code
b77209e0
PA
3132@kindex set print inferior-events
3133@cindex print messages on inferior start and exit
3134@item set print inferior-events
3135@itemx set print inferior-events on
3136@itemx set print inferior-events off
3137The @code{set print inferior-events} command allows you to enable or
3138disable printing of messages when @value{GDBN} notices that new
3139inferiors have started or that inferiors have exited or have been
3140detached. By default, these messages will not be printed.
3141
3142@kindex show print inferior-events
3143@item show print inferior-events
3144Show whether messages will be printed when @value{GDBN} detects that
3145inferiors have started, exited or have been detached.
3146@end table
3147
6c95b8df
PA
3148Many commands will work the same with multiple programs as with a
3149single program: e.g., @code{print myglobal} will simply display the
3150value of @code{myglobal} in the current inferior.
3151
3152
6b92c0d3 3153Occasionally, when debugging @value{GDBN} itself, it may be useful to
6c95b8df
PA
3154get more info about the relationship of inferiors, programs, address
3155spaces in a debug session. You can do that with the @w{@code{maint
3156info program-spaces}} command.
3157
3158@table @code
3159@kindex maint info program-spaces
3160@item maint info program-spaces
3161Print a list of all program spaces currently being managed by
3162@value{GDBN}.
3163
3164@value{GDBN} displays for each program space (in this order):
3165
3166@enumerate
3167@item
3168the program space number assigned by @value{GDBN}
3169
3170@item
3171the name of the executable loaded into the program space, with e.g.,
3172the @code{file} command.
3173
3174@end enumerate
3175
3176@noindent
3177An asterisk @samp{*} preceding the @value{GDBN} program space number
3178indicates the current program space.
3179
3180In addition, below each program space line, @value{GDBN} prints extra
3181information that isn't suitable to display in tabular form. For
3182example, the list of inferiors bound to the program space.
3183
3184@smallexample
3185(@value{GDBP}) maint info program-spaces
3186 Id Executable
b05b1202 3187* 1 hello
6c95b8df
PA
3188 2 goodbye
3189 Bound inferiors: ID 1 (process 21561)
6c95b8df
PA
3190@end smallexample
3191
3192Here we can see that no inferior is running the program @code{hello},
3193while @code{process 21561} is running the program @code{goodbye}. On
3194some targets, it is possible that multiple inferiors are bound to the
3195same program space. The most common example is that of debugging both
3196the parent and child processes of a @code{vfork} call. For example,
3197
3198@smallexample
3199(@value{GDBP}) maint info program-spaces
3200 Id Executable
3201* 1 vfork-test
3202 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3203@end smallexample
3204
3205Here, both inferior 2 and inferior 1 are running in the same program
3206space as a result of inferior 1 having executed a @code{vfork} call.
3207@end table
3208
6d2ebf8b 3209@node Threads
79a6e687 3210@section Debugging Programs with Multiple Threads
c906108c
SS
3211
3212@cindex threads of execution
3213@cindex multiple threads
3214@cindex switching threads
b1236ac3 3215In some operating systems, such as GNU/Linux and Solaris, a single program
c906108c
SS
3216may have more than one @dfn{thread} of execution. The precise semantics
3217of threads differ from one operating system to another, but in general
3218the threads of a single program are akin to multiple processes---except
3219that they share one address space (that is, they can all examine and
3220modify the same variables). On the other hand, each thread has its own
3221registers and execution stack, and perhaps private memory.
3222
3223@value{GDBN} provides these facilities for debugging multi-thread
3224programs:
3225
3226@itemize @bullet
3227@item automatic notification of new threads
5d5658a1 3228@item @samp{thread @var{thread-id}}, a command to switch among threads
c906108c 3229@item @samp{info threads}, a command to inquire about existing threads
a8b43b7b 3230@item @samp{thread apply @r{[}@var{thread-id-list} @r{|} all@r{]} @var{args}},
c906108c
SS
3231a command to apply a command to a list of threads
3232@item thread-specific breakpoints
93815fbf
VP
3233@item @samp{set print thread-events}, which controls printing of
3234messages on thread start and exit.
17a37d48
PP
3235@item @samp{set libthread-db-search-path @var{path}}, which lets
3236the user specify which @code{libthread_db} to use if the default choice
3237isn't compatible with the program.
c906108c
SS
3238@end itemize
3239
c906108c
SS
3240@cindex focus of debugging
3241@cindex current thread
3242The @value{GDBN} thread debugging facility allows you to observe all
3243threads while your program runs---but whenever @value{GDBN} takes
3244control, one thread in particular is always the focus of debugging.
3245This thread is called the @dfn{current thread}. Debugging commands show
3246program information from the perspective of the current thread.
3247
41afff9a 3248@cindex @code{New} @var{systag} message
c906108c 3249@cindex thread identifier (system)
a8b43b7b 3250@anchor{target system thread identifier}
c906108c
SS
3251@c FIXME-implementors!! It would be more helpful if the [New...] message
3252@c included GDB's numeric thread handle, so you could just go to that
3253@c thread without first checking `info threads'.
3254Whenever @value{GDBN} detects a new thread in your program, it displays
3255the target system's identification for the thread with a message in the
697aa1b7 3256form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
c906108c 3257whose form varies depending on the particular system. For example, on
8807d78b 3258@sc{gnu}/Linux, you might see
c906108c 3259
474c8240 3260@smallexample
08e796bc 3261[New Thread 0x41e02940 (LWP 25582)]
474c8240 3262@end smallexample
c906108c
SS
3263
3264@noindent
b1236ac3 3265when @value{GDBN} notices a new thread. In contrast, on other systems,
c906108c
SS
3266the @var{systag} is simply something like @samp{process 368}, with no
3267further qualifier.
3268
3269@c FIXME!! (1) Does the [New...] message appear even for the very first
3270@c thread of a program, or does it only appear for the
6ca652b0 3271@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
3272@c program?
3273@c (2) *Is* there necessarily a first thread always? Or do some
3274@c multithread systems permit starting a program with multiple
5d161b24 3275@c threads ab initio?
c906108c 3276
5d5658a1
PA
3277@anchor{thread numbers}
3278@cindex thread number, per inferior
c906108c 3279@cindex thread identifier (GDB)
5d5658a1
PA
3280For debugging purposes, @value{GDBN} associates its own thread number
3281---always a single integer---with each thread of an inferior. This
3282number is unique between all threads of an inferior, but not unique
3283between threads of different inferiors.
3284
3285@cindex qualified thread ID
3286You can refer to a given thread in an inferior using the qualified
3287@var{inferior-num}.@var{thread-num} syntax, also known as
3288@dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3289number and @var{thread-num} being the thread number of the given
3290inferior. For example, thread @code{2.3} refers to thread number 3 of
3291inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3292then @value{GDBN} infers you're referring to a thread of the current
3293inferior.
3294
3295Until you create a second inferior, @value{GDBN} does not show the
3296@var{inferior-num} part of thread IDs, even though you can always use
3297the full @var{inferior-num}.@var{thread-num} form to refer to threads
3298of inferior 1, the initial inferior.
3299
a8b43b7b
T
3300@anchor{thread ID list}
3301@cindex thread ID list
5d5658a1 3302Some commands accept a space-separated @dfn{thread ID list} as
71ef29a8
PA
3303argument. A list element can be:
3304
3305@enumerate
3306@item
3307A thread ID as shown in the first field of the @samp{info threads}
3308display, with or without an inferior qualifier. E.g., @samp{2.1} or
3309@samp{1}.
3310
3311@item
3312A range of thread numbers, again with or without an inferior
3313qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3314@var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3315
3316@item
3317All threads of an inferior, specified with a star wildcard, with or
3318without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3319@samp{1.*}) or @code{*}. The former refers to all threads of the
3320given inferior, and the latter form without an inferior qualifier
3321refers to all threads of the current inferior.
3322
3323@end enumerate
3324
3325For example, if the current inferior is 1, and inferior 7 has one
3326thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3327includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
33287 to 9 of inferior 6 and all threads of inferior 7. That is, in
3329expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
33307.1}.
3331
5d5658a1 3332
a8b43b7b 3333@anchor{global thread number}
5d5658a1
PA
3334@cindex global thread number
3335@cindex global thread identifier (GDB)
3336In addition to a @emph{per-inferior} number, each thread is also
3337assigned a unique @emph{global} number, also known as @dfn{global
3338thread ID}, a single integer. Unlike the thread number component of
3339the thread ID, no two threads have the same global ID, even when
3340you're debugging multiple inferiors.
c906108c 3341
f4f4330e
PA
3342From @value{GDBN}'s perspective, a process always has at least one
3343thread. In other words, @value{GDBN} assigns a thread number to the
3344program's ``main thread'' even if the program is not multi-threaded.
3345
5d5658a1 3346@vindex $_thread@r{, convenience variable}
663f6d42 3347@vindex $_gthread@r{, convenience variable}
a8b43b7b
T
3348@vindex $_thread_systag@r{, convenience variable}
3349@vindex $_thread_name@r{, convenience variable}
3350The debugger convenience variables @samp{$_thread}, @samp{$_gthread},
3351@samp{$_thread_systag}, and @samp{$_thread_name} contain,
3352respectively, the per-inferior thread number, the global thread
3353number, the target system's thread identifier (@var{systag}) string,
3354and the thread name string of the current thread. You may find this
5d5658a1
PA
3355useful in writing breakpoint conditional expressions, command scripts,
3356and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3357general information on convenience variables.
3358
f303dbd6
PA
3359If @value{GDBN} detects the program is multi-threaded, it augments the
3360usual message about stopping at a breakpoint with the ID and name of
3361the thread that hit the breakpoint.
3362
3363@smallexample
3364Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3365@end smallexample
3366
3367Likewise when the program receives a signal:
3368
3369@smallexample
3370Thread 1 "main" received signal SIGINT, Interrupt.
3371@end smallexample
3372
c906108c
SS
3373@table @code
3374@kindex info threads
a8b43b7b 3375@item info threads @r{[}-gid@r{]} @r{[}@var{thread-id-list}@r{]}
5d5658a1
PA
3376
3377Display information about one or more threads. With no arguments
3378displays information about all threads. You can specify the list of
3379threads that you want to display using the thread ID list syntax
a8b43b7b 3380(@pxref{thread ID list}).
5d5658a1 3381
60f98dde 3382@value{GDBN} displays for each thread (in this order):
c906108c
SS
3383
3384@enumerate
09d4efe1 3385@item
5d5658a1 3386the per-inferior thread number assigned by @value{GDBN}
c906108c 3387
c84f6bbf 3388@item
a8b43b7b
T
3389the global thread number assigned by @value{GDBN}, if the
3390@w{@option{-gid}} option was specified
c84f6bbf 3391
09d4efe1
EZ
3392@item
3393the target system's thread identifier (@var{systag})
c906108c 3394
4694da01
TT
3395@item
3396the thread's name, if one is known. A thread can either be named by
3397the user (see @code{thread name}, below), or, in some cases, by the
3398program itself.
3399
09d4efe1
EZ
3400@item
3401the current stack frame summary for that thread
c906108c
SS
3402@end enumerate
3403
3404@noindent
3405An asterisk @samp{*} to the left of the @value{GDBN} thread number
3406indicates the current thread.
3407
5d161b24 3408For example,
c906108c
SS
3409@end table
3410@c end table here to get a little more width for example
3411
3412@smallexample
3413(@value{GDBP}) info threads
a8b43b7b 3414 Id Target Id Frame
c0ecb95f 3415* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
b05b1202
PA
3416 2 process 35 thread 23 0x34e5 in sigpause ()
3417 3 process 35 thread 27 0x34e5 in sigpause ()
c906108c 3418@end smallexample
53a5351d 3419
5d5658a1
PA
3420If you're debugging multiple inferiors, @value{GDBN} displays thread
3421IDs using the qualified @var{inferior-num}.@var{thread-num} format.
c84f6bbf
PA
3422Otherwise, only @var{thread-num} is shown.
3423
a8b43b7b
T
3424If you specify the @w{@option{-gid}} option, @value{GDBN} displays a
3425column indicating each thread's global thread ID:
5d5658a1
PA
3426
3427@smallexample
a8b43b7b 3428(@value{GDBP}) info threads -gid
c84f6bbf
PA
3429 Id GId Target Id Frame
3430 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3431 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3432 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3433* 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
5d5658a1
PA
3434@end smallexample
3435
c45da7e6
EZ
3436On Solaris, you can display more information about user threads with a
3437Solaris-specific command:
3438
3439@table @code
3440@item maint info sol-threads
3441@kindex maint info sol-threads
3442@cindex thread info (Solaris)
3443Display info on Solaris user threads.
3444@end table
3445
c906108c 3446@table @code
a8b43b7b
T
3447@kindex thread @r{[}-gid@r{]} @var{thread-id}
3448@item thread @r{[}-gid@r{]} @var{thread-id}
5d5658a1 3449Make thread ID @var{thread-id} the current thread. The command
a8b43b7b
T
3450argument @var{thread-id} is the @value{GDBN} thread ID: if the
3451@w{@option{-gid}} option is given it is a global thread identifier, as
3452shown in the second field of the @samp{info threads -gid} display;
3453otherwise it is a per process thread identifier, with or without an
3454inferior qualifier (e.g., @samp{2.1} or @samp{1}), as shown in the
3455first field of the @samp{info threads} display.
5d5658a1
PA
3456
3457@value{GDBN} responds by displaying the system identifier of the
3458thread you selected, and its current stack frame summary:
c906108c
SS
3459
3460@smallexample
c906108c 3461(@value{GDBP}) thread 2
13fd8b81
TT
3462[Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3463#0 some_function (ignore=0x0) at example.c:8
34648 printf ("hello\n");
c906108c
SS
3465@end smallexample
3466
3467@noindent
3468As with the @samp{[New @dots{}]} message, the form of the text after
3469@samp{Switching to} depends on your system's conventions for identifying
5d161b24 3470threads.
c906108c 3471
3345721a 3472@anchor{thread apply all}
9c16f35a 3473@kindex thread apply
638ac427 3474@cindex apply command to several threads
a8b43b7b 3475@item thread apply @r{[}@var{thread-id-list} @r{|} all @r{[}-ascending@r{]]} @r{[}@var{flag}@r{]@dots{}} @var{command}
839c27b7 3476The @code{thread apply} command allows you to apply the named
5d5658a1
PA
3477@var{command} to one or more threads. Specify the threads that you
3478want affected using the thread ID list syntax (@pxref{thread ID
a8b43b7b 3479list}), or specify @code{all} to apply to all threads. To apply a
5d5658a1 3480command to all threads in descending order, type @kbd{thread apply all
253828f1
JK
3481@var{command}}. To apply a command to all threads in ascending order,
3482type @kbd{thread apply all -ascending @var{command}}.
3483
0a232300
PW
3484The @var{flag} arguments control what output to produce and how to handle
3485errors raised when applying @var{command} to a thread. @var{flag}
3486must start with a @code{-} directly followed by one letter in
3487@code{qcs}. If several flags are provided, they must be given
3488individually, such as @code{-c -q}.
3489
3490By default, @value{GDBN} displays some thread information before the
3491output produced by @var{command}, and an error raised during the
3492execution of a @var{command} will abort @code{thread apply}. The
3493following flags can be used to fine-tune this behavior:
3494
3495@table @code
3496@item -c
3497The flag @code{-c}, which stands for @samp{continue}, causes any
3498errors in @var{command} to be displayed, and the execution of
3499@code{thread apply} then continues.
3500@item -s
3501The flag @code{-s}, which stands for @samp{silent}, causes any errors
3502or empty output produced by a @var{command} to be silently ignored.
3503That is, the execution continues, but the thread information and errors
3504are not printed.
3505@item -q
3506The flag @code{-q} (@samp{quiet}) disables printing the thread
3507information.
3508@end table
3509
3510Flags @code{-c} and @code{-s} cannot be used together.
3511
3512@kindex taas
3513@cindex apply command to all threads (ignoring errors and empty output)
3345721a 3514@item taas [@var{option}]@dots{} @var{command}
a8b43b7b 3515Shortcut for @code{thread apply all -s @r{[}@var{option}@r{]@dots{}} @var{command}}.
0a232300
PW
3516Applies @var{command} on all threads, ignoring errors and empty output.
3517
3345721a
PA
3518The @code{taas} command accepts the same options as the @code{thread
3519apply all} command. @xref{thread apply all}.
3520
0a232300
PW
3521@kindex tfaas
3522@cindex apply a command to all frames of all threads (ignoring errors and empty output)
3345721a 3523@item tfaas [@var{option}]@dots{} @var{command}
a8b43b7b 3524Shortcut for @code{thread apply all -s -- frame apply all -s @r{[}@var{option}@r{]@dots{}} @var{command}}.
0a232300
PW
3525Applies @var{command} on all frames of all threads, ignoring errors
3526and empty output. Note that the flag @code{-s} is specified twice:
3527The first @code{-s} ensures that @code{thread apply} only shows the thread
3528information of the threads for which @code{frame apply} produces
3529some output. The second @code{-s} is needed to ensure that @code{frame
3530apply} shows the frame information of a frame only if the
3531@var{command} successfully produced some output.
3532
3533It can for example be used to print a local variable or a function
3534argument without knowing the thread or frame where this variable or argument
3535is, using:
3536@smallexample
3537(@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3538@end smallexample
3539
3345721a
PA
3540The @code{tfaas} command accepts the same options as the @code{frame
3541apply} command. @xref{frame apply}.
93815fbf 3542
4694da01
TT
3543@kindex thread name
3544@cindex name a thread
a8b43b7b 3545@anchor{thread name}
4694da01
TT
3546@item thread name [@var{name}]
3547This command assigns a name to the current thread. If no argument is
3548given, any existing user-specified name is removed. The thread name
3549appears in the @samp{info threads} display.
3550
3551On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3552determine the name of the thread as given by the OS. On these
3553systems, a name specified with @samp{thread name} will override the
3554system-give name, and removing the user-specified name will cause
3555@value{GDBN} to once again display the system-specified name.
3556
60f98dde
MS
3557@kindex thread find
3558@cindex search for a thread
a8b43b7b 3559@anchor{thread find}
60f98dde
MS
3560@item thread find [@var{regexp}]
3561Search for and display thread ids whose name or @var{systag}
a8b43b7b
T
3562matches the supplied regular expression. The syntax of the regular
3563expression is that specified by Python's regular expression support.
60f98dde
MS
3564
3565As well as being the complement to the @samp{thread name} command,
3566this command also allows you to identify a thread by its target
3567@var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3568is the LWP id.
3569
3570@smallexample
a8b43b7b 3571(@value{GDBP}) thread find 26688
60f98dde 3572Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
a8b43b7b 3573(@value{GDBP}) info thread 4
60f98dde
MS
3574 Id Target Id Frame
3575 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3576@end smallexample
3577
93815fbf
VP
3578@kindex set print thread-events
3579@cindex print messages on thread start and exit
3580@item set print thread-events
3581@itemx set print thread-events on
3582@itemx set print thread-events off
3583The @code{set print thread-events} command allows you to enable or
3584disable printing of messages when @value{GDBN} notices that new threads have
3585started or that threads have exited. By default, these messages will
3586be printed if detection of these events is supported by the target.
3587Note that these messages cannot be disabled on all targets.
3588
3589@kindex show print thread-events
3590@item show print thread-events
3591Show whether messages will be printed when @value{GDBN} detects that threads
3592have started and exited.
c906108c
SS
3593@end table
3594
79a6e687 3595@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
c906108c
SS
3596more information about how @value{GDBN} behaves when you stop and start
3597programs with multiple threads.
3598
79a6e687 3599@xref{Set Watchpoints,,Setting Watchpoints}, for information about
c906108c 3600watchpoints in programs with multiple threads.
c906108c 3601
bf88dd68 3602@anchor{set libthread-db-search-path}
17a37d48
PP
3603@table @code
3604@kindex set libthread-db-search-path
3605@cindex search path for @code{libthread_db}
3606@item set libthread-db-search-path @r{[}@var{path}@r{]}
3607If this variable is set, @var{path} is a colon-separated list of
3608directories @value{GDBN} will use to search for @code{libthread_db}.
3609If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
98a5dd13 3610its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
7e0396aa
DE
3611Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3612macro.
17a37d48
PP
3613
3614On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3615@code{libthread_db} library to obtain information about threads in the
3616inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
bf88dd68
JK
3617to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3618specific thread debugging library loading is enabled
3619by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
98a5dd13
DE
3620
3621A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3622refers to the default system directories that are
bf88dd68
JK
3623normally searched for loading shared libraries. The @samp{$sdir} entry
3624is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3625(@pxref{libthread_db.so.1 file}).
98a5dd13
DE
3626
3627A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3628refers to the directory from which @code{libpthread}
3629was loaded in the inferior process.
17a37d48
PP
3630
3631For any @code{libthread_db} library @value{GDBN} finds in above directories,
3632@value{GDBN} attempts to initialize it with the current inferior process.
3633If this initialization fails (which could happen because of a version
3634mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3635will unload @code{libthread_db}, and continue with the next directory.
3636If none of @code{libthread_db} libraries initialize successfully,
3637@value{GDBN} will issue a warning and thread debugging will be disabled.
3638
3639Setting @code{libthread-db-search-path} is currently implemented
3640only on some platforms.
3641
3642@kindex show libthread-db-search-path
a8b43b7b 3643@item show libthread-db-search-path
17a37d48 3644Display current libthread_db search path.
02d868e8
PP
3645
3646@kindex set debug libthread-db
3647@kindex show debug libthread-db
3648@cindex debugging @code{libthread_db}
3649@item set debug libthread-db
3650@itemx show debug libthread-db
3651Turns on or off display of @code{libthread_db}-related events.
3652Use @code{1} to enable, @code{0} to disable.
17a37d48
PP
3653@end table
3654
b7bc1207 3655@xref{Heterogeneous Debugging} for additional information related to
a8b43b7b
T
3656threads in heterogeneous systems.
3657
6c95b8df
PA
3658@node Forks
3659@section Debugging Forks
c906108c
SS
3660
3661@cindex fork, debugging programs which call
3662@cindex multiple processes
3663@cindex processes, multiple
53a5351d
JM
3664On most systems, @value{GDBN} has no special support for debugging
3665programs which create additional processes using the @code{fork}
3666function. When a program forks, @value{GDBN} will continue to debug the
3667parent process and the child process will run unimpeded. If you have
3668set a breakpoint in any code which the child then executes, the child
3669will get a @code{SIGTRAP} signal which (unless it catches the signal)
3670will cause it to terminate.
c906108c
SS
3671
3672However, if you want to debug the child process there is a workaround
3673which isn't too painful. Put a call to @code{sleep} in the code which
3674the child process executes after the fork. It may be useful to sleep
3675only if a certain environment variable is set, or a certain file exists,
3676so that the delay need not occur when you don't want to run @value{GDBN}
3677on the child. While the child is sleeping, use the @code{ps} program to
3678get its process ID. Then tell @value{GDBN} (a new invocation of
3679@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 3680the child process (@pxref{Attach}). From that point on you can debug
c906108c 3681the child process just like any other process which you attached to.
c906108c 3682
b1236ac3
PA
3683On some systems, @value{GDBN} provides support for debugging programs
3684that create additional processes using the @code{fork} or @code{vfork}
3685functions. On @sc{gnu}/Linux platforms, this feature is supported
19d9d4ef 3686with kernel version 2.5.46 and later.
c906108c 3687
19d9d4ef
DB
3688The fork debugging commands are supported in native mode and when
3689connected to @code{gdbserver} in either @code{target remote} mode or
3690@code{target extended-remote} mode.
0d71eef5 3691
c906108c
SS
3692By default, when a program forks, @value{GDBN} will continue to debug
3693the parent process and the child process will run unimpeded.
3694
3695If you want to follow the child process instead of the parent process,
3696use the command @w{@code{set follow-fork-mode}}.
3697
3698@table @code
3699@kindex set follow-fork-mode
3700@item set follow-fork-mode @var{mode}
3701Set the debugger response to a program call of @code{fork} or
3702@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 3703process. The @var{mode} argument can be:
c906108c
SS
3704
3705@table @code
3706@item parent
3707The original process is debugged after a fork. The child process runs
2df3850c 3708unimpeded. This is the default.
c906108c
SS
3709
3710@item child
3711The new process is debugged after a fork. The parent process runs
3712unimpeded.
3713
c906108c
SS
3714@end table
3715
9c16f35a 3716@kindex show follow-fork-mode
c906108c 3717@item show follow-fork-mode
2df3850c 3718Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
3719@end table
3720
5c95884b
MS
3721@cindex debugging multiple processes
3722On Linux, if you want to debug both the parent and child processes, use the
3723command @w{@code{set detach-on-fork}}.
3724
3725@table @code
3726@kindex set detach-on-fork
3727@item set detach-on-fork @var{mode}
3728Tells gdb whether to detach one of the processes after a fork, or
3729retain debugger control over them both.
3730
3731@table @code
3732@item on
3733The child process (or parent process, depending on the value of
3734@code{follow-fork-mode}) will be detached and allowed to run
3735independently. This is the default.
3736
3737@item off
3738Both processes will be held under the control of @value{GDBN}.
3739One process (child or parent, depending on the value of
3740@code{follow-fork-mode}) is debugged as usual, while the other
3741is held suspended.
3742
3743@end table
3744
11310833
NR
3745@kindex show detach-on-fork
3746@item show detach-on-fork
3747Show whether detach-on-fork mode is on/off.
5c95884b
MS
3748@end table
3749
2277426b
PA
3750If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3751will retain control of all forked processes (including nested forks).
3752You can list the forked processes under the control of @value{GDBN} by
3753using the @w{@code{info inferiors}} command, and switch from one fork
6c95b8df
PA
3754to another by using the @code{inferior} command (@pxref{Inferiors and
3755Programs, ,Debugging Multiple Inferiors and Programs}).
5c95884b
MS
3756
3757To quit debugging one of the forked processes, you can either detach
af624141
MS
3758from it by using the @w{@code{detach inferiors}} command (allowing it
3759to run independently), or kill it using the @w{@code{kill inferiors}}
6c95b8df
PA
3760command. @xref{Inferiors and Programs, ,Debugging Multiple Inferiors
3761and Programs}.
5c95884b 3762
c906108c
SS
3763If you ask to debug a child process and a @code{vfork} is followed by an
3764@code{exec}, @value{GDBN} executes the new target up to the first
3765breakpoint in the new target. If you have a breakpoint set on
3766@code{main} in your original program, the breakpoint will also be set on
3767the child process's @code{main}.
3768
2277426b
PA
3769On some systems, when a child process is spawned by @code{vfork}, you
3770cannot debug the child or parent until an @code{exec} call completes.
c906108c
SS
3771
3772If you issue a @code{run} command to @value{GDBN} after an @code{exec}
6c95b8df
PA
3773call executes, the new target restarts. To restart the parent
3774process, use the @code{file} command with the parent executable name
3775as its argument. By default, after an @code{exec} call executes,
3776@value{GDBN} discards the symbols of the previous executable image.
3777You can change this behaviour with the @w{@code{set follow-exec-mode}}
3778command.
3779
3780@table @code
3781@kindex set follow-exec-mode
3782@item set follow-exec-mode @var{mode}
3783
3784Set debugger response to a program call of @code{exec}. An
3785@code{exec} call replaces the program image of a process.
3786
3787@code{follow-exec-mode} can be:
3788
3789@table @code
3790@item new
3791@value{GDBN} creates a new inferior and rebinds the process to this
3792new inferior. The program the process was running before the
3793@code{exec} call can be restarted afterwards by restarting the
3794original inferior.
3795
3796For example:
3797
3798@smallexample
3799(@value{GDBP}) info inferiors
a8b43b7b 3800(@value{GDBP}) info inferior
6c95b8df
PA
3801 Id Description Executable
3802* 1 <null> prog1
3803(@value{GDBP}) run
3804process 12020 is executing new program: prog2
3805Program exited normally.
3806(@value{GDBP}) info inferiors
3807 Id Description Executable
c0ecb95f 3808 1 <null> prog1
b05b1202 3809* 2 <null> prog2
6c95b8df
PA
3810@end smallexample
3811
3812@item same
3813@value{GDBN} keeps the process bound to the same inferior. The new
3814executable image replaces the previous executable loaded in the
3815inferior. Restarting the inferior after the @code{exec} call, with
3816e.g., the @code{run} command, restarts the executable the process was
3817running after the @code{exec} call. This is the default mode.
3818
3819For example:
3820
3821@smallexample
3822(@value{GDBP}) info inferiors
3823 Id Description Executable
3824* 1 <null> prog1
3825(@value{GDBP}) run
3826process 12020 is executing new program: prog2
3827Program exited normally.
3828(@value{GDBP}) info inferiors
3829 Id Description Executable
3830* 1 <null> prog2
3831@end smallexample
3832
3833@end table
3834@end table
c906108c 3835
19d9d4ef
DB
3836@code{follow-exec-mode} is supported in native mode and
3837@code{target extended-remote} mode.
3838
c906108c
SS
3839You can use the @code{catch} command to make @value{GDBN} stop whenever
3840a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
79a6e687 3841Catchpoints, ,Setting Catchpoints}.
c906108c 3842
5c95884b 3843@node Checkpoint/Restart
79a6e687 3844@section Setting a @emph{Bookmark} to Return to Later
5c95884b
MS
3845
3846@cindex checkpoint
3847@cindex restart
3848@cindex bookmark
3849@cindex snapshot of a process
3850@cindex rewind program state
3851
3852On certain operating systems@footnote{Currently, only
3853@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3854program's state, called a @dfn{checkpoint}, and come back to it
3855later.
3856
3857Returning to a checkpoint effectively undoes everything that has
3858happened in the program since the @code{checkpoint} was saved. This
3859includes changes in memory, registers, and even (within some limits)
3860system state. Effectively, it is like going back in time to the
3861moment when the checkpoint was saved.
3862
3863Thus, if you're stepping thru a program and you think you're
3864getting close to the point where things go wrong, you can save
3865a checkpoint. Then, if you accidentally go too far and miss
3866the critical statement, instead of having to restart your program
3867from the beginning, you can just go back to the checkpoint and
3868start again from there.
3869
3870This can be especially useful if it takes a lot of time or
3871steps to reach the point where you think the bug occurs.
3872
3873To use the @code{checkpoint}/@code{restart} method of debugging:
3874
3875@table @code
3876@kindex checkpoint
3877@item checkpoint
3878Save a snapshot of the debugged program's current execution state.
3879The @code{checkpoint} command takes no arguments, but each checkpoint
3880is assigned a small integer id, similar to a breakpoint id.
3881
3882@kindex info checkpoints
3883@item info checkpoints
3884List the checkpoints that have been saved in the current debugging
3885session. For each checkpoint, the following information will be
3886listed:
3887
3888@table @code
3889@item Checkpoint ID
3890@item Process ID
3891@item Code Address
3892@item Source line, or label
3893@end table
3894
3895@kindex restart @var{checkpoint-id}
3896@item restart @var{checkpoint-id}
3897Restore the program state that was saved as checkpoint number
3898@var{checkpoint-id}. All program variables, registers, stack frames
3899etc.@: will be returned to the values that they had when the checkpoint
3900was saved. In essence, gdb will ``wind back the clock'' to the point
3901in time when the checkpoint was saved.
3902
3903Note that breakpoints, @value{GDBN} variables, command history etc.
3904are not affected by restoring a checkpoint. In general, a checkpoint
3905only restores things that reside in the program being debugged, not in
3906the debugger.
3907
b8db102d
MS
3908@kindex delete checkpoint @var{checkpoint-id}
3909@item delete checkpoint @var{checkpoint-id}
5c95884b
MS
3910Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
3911
3912@end table
3913
3914Returning to a previously saved checkpoint will restore the user state
3915of the program being debugged, plus a significant subset of the system
3916(OS) state, including file pointers. It won't ``un-write'' data from
3917a file, but it will rewind the file pointer to the previous location,
3918so that the previously written data can be overwritten. For files
3919opened in read mode, the pointer will also be restored so that the
3920previously read data can be read again.
3921
3922Of course, characters that have been sent to a printer (or other
3923external device) cannot be ``snatched back'', and characters received
3924from eg.@: a serial device can be removed from internal program buffers,
3925but they cannot be ``pushed back'' into the serial pipeline, ready to
3926be received again. Similarly, the actual contents of files that have
3927been changed cannot be restored (at this time).
3928
3929However, within those constraints, you actually can ``rewind'' your
3930program to a previously saved point in time, and begin debugging it
3931again --- and you can change the course of events so as to debug a
3932different execution path this time.
3933
3934@cindex checkpoints and process id
3935Finally, there is one bit of internal program state that will be
3936different when you return to a checkpoint --- the program's process
3937id. Each checkpoint will have a unique process id (or @var{pid}),
3938and each will be different from the program's original @var{pid}.
3939If your program has saved a local copy of its process id, this could
3940potentially pose a problem.
3941
79a6e687 3942@subsection A Non-obvious Benefit of Using Checkpoints
5c95884b
MS
3943
3944On some systems such as @sc{gnu}/Linux, address space randomization
3945is performed on new processes for security reasons. This makes it
3946difficult or impossible to set a breakpoint, or watchpoint, on an
3947absolute address if you have to restart the program, since the
3948absolute location of a symbol will change from one execution to the
3949next.
3950
3951A checkpoint, however, is an @emph{identical} copy of a process.
3952Therefore if you create a checkpoint at (eg.@:) the start of main,
3953and simply return to that checkpoint instead of restarting the
3954process, you can avoid the effects of address randomization and
3955your symbols will all stay in the same place.
3956
6d2ebf8b 3957@node Stopping
c906108c
SS
3958@chapter Stopping and Continuing
3959
3960The principal purposes of using a debugger are so that you can stop your
3961program before it terminates; or so that, if your program runs into
3962trouble, you can investigate and find out why.
3963
7a292a7a
SS
3964Inside @value{GDBN}, your program may stop for any of several reasons,
3965such as a signal, a breakpoint, or reaching a new line after a
3966@value{GDBN} command such as @code{step}. You may then examine and
3967change variables, set new breakpoints or remove old ones, and then
3968continue execution. Usually, the messages shown by @value{GDBN} provide
3969ample explanation of the status of your program---but you can also
3970explicitly request this information at any time.
c906108c
SS
3971
3972@table @code
3973@kindex info program
3974@item info program
3975Display information about the status of your program: whether it is
7a292a7a 3976running or not, what process it is, and why it stopped.
c906108c
SS
3977@end table
3978
3979@menu
3980* Breakpoints:: Breakpoints, watchpoints, and catchpoints
3981* Continuing and Stepping:: Resuming execution
aad1c02c
TT
3982* Skipping Over Functions and Files::
3983 Skipping over functions and files
c906108c 3984* Signals:: Signals
c906108c 3985* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
3986@end menu
3987
6d2ebf8b 3988@node Breakpoints
79a6e687 3989@section Breakpoints, Watchpoints, and Catchpoints
c906108c
SS
3990
3991@cindex breakpoints
3992A @dfn{breakpoint} makes your program stop whenever a certain point in
3993the program is reached. For each breakpoint, you can add conditions to
3994control in finer detail whether your program stops. You can set
3995breakpoints with the @code{break} command and its variants (@pxref{Set
79a6e687 3996Breaks, ,Setting Breakpoints}), to specify the place where your program
c906108c
SS
3997should stop by line number, function name or exact address in the
3998program.
3999
09d4efe1 4000On some systems, you can set breakpoints in shared libraries before
b1236ac3 4001the executable is run.
c906108c
SS
4002
4003@cindex watchpoints
fd60e0df 4004@cindex data breakpoints
c906108c
SS
4005@cindex memory tracing
4006@cindex breakpoint on memory address
4007@cindex breakpoint on variable modification
4008A @dfn{watchpoint} is a special breakpoint that stops your program
fd60e0df 4009when the value of an expression changes. The expression may be a value
0ced0c34 4010of a variable, or it could involve values of one or more variables
fd60e0df
EZ
4011combined by operators, such as @samp{a + b}. This is sometimes called
4012@dfn{data breakpoints}. You must use a different command to set
79a6e687 4013watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
fd60e0df
EZ
4014from that, you can manage a watchpoint like any other breakpoint: you
4015enable, disable, and delete both breakpoints and watchpoints using the
4016same commands.
c906108c
SS
4017
4018You can arrange to have values from your program displayed automatically
4019whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
79a6e687 4020Automatic Display}.
c906108c
SS
4021
4022@cindex catchpoints
4023@cindex breakpoint on events
4024A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 4025when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
4026exception or the loading of a library. As with watchpoints, you use a
4027different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
79a6e687 4028Catchpoints}), but aside from that, you can manage a catchpoint like any
c906108c 4029other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 4030@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
4031
4032@cindex breakpoint numbers
4033@cindex numbers for breakpoints
4034@value{GDBN} assigns a number to each breakpoint, watchpoint, or
4035catchpoint when you create it; these numbers are successive integers
4036starting with one. In many of the commands for controlling various
4037features of breakpoints you use the breakpoint number to say which
4038breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4039@dfn{disabled}; if disabled, it has no effect on your program until you
4040enable it again.
4041
c5394b80 4042@cindex breakpoint ranges
18da0c51 4043@cindex breakpoint lists
c5394b80 4044@cindex ranges of breakpoints
18da0c51
MG
4045@cindex lists of breakpoints
4046Some @value{GDBN} commands accept a space-separated list of breakpoints
4047on which to operate. A list element can be either a single breakpoint number,
4048like @samp{5}, or a range of such numbers, like @samp{5-7}.
4049When a breakpoint list is given to a command, all breakpoints in that list
4050are operated on.
c5394b80 4051
c906108c
SS
4052@menu
4053* Set Breaks:: Setting breakpoints
4054* Set Watchpoints:: Setting watchpoints
4055* Set Catchpoints:: Setting catchpoints
4056* Delete Breaks:: Deleting breakpoints
4057* Disabling:: Disabling breakpoints
4058* Conditions:: Break conditions
4059* Break Commands:: Breakpoint command lists
e7e0cddf 4060* Dynamic Printf:: Dynamic printf
6149aea9 4061* Save Breakpoints:: How to save breakpoints in a file
62e5f89c 4062* Static Probe Points:: Listing static probe points
d4f3574e 4063* Error in Breakpoints:: ``Cannot insert breakpoints''
79a6e687 4064* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
c906108c
SS
4065@end menu
4066
6d2ebf8b 4067@node Set Breaks
79a6e687 4068@subsection Setting Breakpoints
c906108c 4069
5d161b24 4070@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
4071@c consider in particular declaration with/without initialization.
4072@c
4073@c FIXME 2 is there stuff on this already? break at fun start, already init?
4074
4075@kindex break
41afff9a
EZ
4076@kindex b @r{(@code{break})}
4077@vindex $bpnum@r{, convenience variable}
c906108c
SS
4078@cindex latest breakpoint
4079Breakpoints are set with the @code{break} command (abbreviated
5d161b24 4080@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 4081number of the breakpoint you've set most recently; see @ref{Convenience
79a6e687 4082Vars,, Convenience Variables}, for a discussion of what you can do with
c906108c
SS
4083convenience variables.
4084
c906108c 4085@table @code
2a25a5ba
EZ
4086@item break @var{location}
4087Set a breakpoint at the given @var{location}, which can specify a
4088function name, a line number, or an address of an instruction.
4089(@xref{Specify Location}, for a list of all the possible ways to
4090specify a @var{location}.) The breakpoint will stop your program just
4091before it executes any of the code in the specified @var{location}.
4092
c906108c 4093When using source languages that permit overloading of symbols, such as
2a25a5ba 4094C@t{++}, a function name may refer to more than one possible place to break.
6ba66d6a
JB
4095@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4096that situation.
c906108c 4097
45ac276d 4098It is also possible to insert a breakpoint that will stop the program
2c88c651
JB
4099only if a specific thread (@pxref{Thread-Specific Breakpoints})
4100or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
45ac276d 4101
c906108c
SS
4102@item break
4103When called without any arguments, @code{break} sets a breakpoint at
4104the next instruction to be executed in the selected stack frame
4105(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4106innermost, this makes your program stop as soon as control
4107returns to that frame. This is similar to the effect of a
4108@code{finish} command in the frame inside the selected frame---except
4109that @code{finish} does not leave an active breakpoint. If you use
4110@code{break} without an argument in the innermost frame, @value{GDBN} stops
4111the next time it reaches the current location; this may be useful
4112inside loops.
4113
4114@value{GDBN} normally ignores breakpoints when it resumes execution, until at
4115least one instruction has been executed. If it did not do this, you
4116would be unable to proceed past a breakpoint without first disabling the
4117breakpoint. This rule applies whether or not the breakpoint already
4118existed when your program stopped.
4119
4120@item break @dots{} if @var{cond}
4121Set a breakpoint with condition @var{cond}; evaluate the expression
4122@var{cond} each time the breakpoint is reached, and stop only if the
4123value is nonzero---that is, if @var{cond} evaluates as true.
4124@samp{@dots{}} stands for one of the possible arguments described
4125above (or no argument) specifying where to break. @xref{Conditions,
79a6e687 4126,Break Conditions}, for more information on breakpoint conditions.
c906108c
SS
4127
4128@kindex tbreak
4129@item tbreak @var{args}
697aa1b7 4130Set a breakpoint enabled only for one stop. The @var{args} are the
c906108c
SS
4131same as for the @code{break} command, and the breakpoint is set in the same
4132way, but the breakpoint is automatically deleted after the first time your
79a6e687 4133program stops there. @xref{Disabling, ,Disabling Breakpoints}.
c906108c 4134
c906108c 4135@kindex hbreak
ba04e063 4136@cindex hardware breakpoints
c906108c 4137@item hbreak @var{args}
697aa1b7 4138Set a hardware-assisted breakpoint. The @var{args} are the same as for the
d4f3574e 4139@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
4140breakpoint requires hardware support and some target hardware may not
4141have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
4142debugging, so you can set a breakpoint at an instruction without
4143changing the instruction. This can be used with the new trap-generation
09d4efe1 4144provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
4145will generate traps when a program accesses some data or instruction
4146address that is assigned to the debug registers. However the hardware
4147breakpoint registers can take a limited number of breakpoints. For
4148example, on the DSU, only two data breakpoints can be set at a time, and
4149@value{GDBN} will reject this command if more than two are used. Delete
4150or disable unused hardware breakpoints before setting new ones
79a6e687
BW
4151(@pxref{Disabling, ,Disabling Breakpoints}).
4152@xref{Conditions, ,Break Conditions}.
9c16f35a
EZ
4153For remote targets, you can restrict the number of hardware
4154breakpoints @value{GDBN} will use, see @ref{set remote
4155hardware-breakpoint-limit}.
501eef12 4156
c906108c
SS
4157@kindex thbreak
4158@item thbreak @var{args}
697aa1b7 4159Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
c906108c 4160are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 4161the same way. However, like the @code{tbreak} command,
c906108c
SS
4162the breakpoint is automatically deleted after the
4163first time your program stops there. Also, like the @code{hbreak}
5d161b24 4164command, the breakpoint requires hardware support and some target hardware
79a6e687
BW
4165may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4166See also @ref{Conditions, ,Break Conditions}.
c906108c
SS
4167
4168@kindex rbreak
4169@cindex regular expression
8bd10a10 4170@cindex breakpoints at functions matching a regexp
c45da7e6 4171@cindex set breakpoints in many functions
c906108c 4172@item rbreak @var{regex}
c906108c 4173Set breakpoints on all functions matching the regular expression
11cf8741
JM
4174@var{regex}. This command sets an unconditional breakpoint on all
4175matches, printing a list of all breakpoints it set. Once these
4176breakpoints are set, they are treated just like the breakpoints set with
4177the @code{break} command. You can delete them, disable them, or make
4178them conditional the same way as any other breakpoint.
4179
20813a0b
PW
4180In programs using different languages, @value{GDBN} chooses the syntax
4181to print the list of all breakpoints it sets according to the
4182@samp{set language} value: using @samp{set language auto}
4183(see @ref{Automatically, ,Set Language Automatically}) means to use the
4184language of the breakpoint's function, other values mean to use
4185the manually specified language (see @ref{Manually, ,Set Language Manually}).
4186
11cf8741
JM
4187The syntax of the regular expression is the standard one used with tools
4188like @file{grep}. Note that this is different from the syntax used by
4189shells, so for instance @code{foo*} matches all functions that include
4190an @code{fo} followed by zero or more @code{o}s. There is an implicit
4191@code{.*} leading and trailing the regular expression you supply, so to
4192match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 4193
f7dc1244 4194@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 4195When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
4196breakpoints on overloaded functions that are not members of any special
4197classes.
c906108c 4198
f7dc1244
EZ
4199@cindex set breakpoints on all functions
4200The @code{rbreak} command can be used to set breakpoints in
4201@strong{all} the functions in a program, like this:
4202
4203@smallexample
4204(@value{GDBP}) rbreak .
4205@end smallexample
4206
8bd10a10
CM
4207@item rbreak @var{file}:@var{regex}
4208If @code{rbreak} is called with a filename qualification, it limits
4209the search for functions matching the given regular expression to the
4210specified @var{file}. This can be used, for example, to set breakpoints on
4211every function in a given file:
4212
4213@smallexample
4214(@value{GDBP}) rbreak file.c:.
4215@end smallexample
4216
4217The colon separating the filename qualifier from the regex may
4218optionally be surrounded by spaces.
4219
c906108c
SS
4220@kindex info breakpoints
4221@cindex @code{$_} and @code{info breakpoints}
18da0c51
MG
4222@item info breakpoints @r{[}@var{list}@dots{}@r{]}
4223@itemx info break @r{[}@var{list}@dots{}@r{]}
c906108c 4224Print a table of all breakpoints, watchpoints, and catchpoints set and
45ac1734 4225not deleted. Optional argument @var{n} means print information only
e5a67952
MS
4226about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4227For each breakpoint, following columns are printed:
c906108c
SS
4228
4229@table @emph
4230@item Breakpoint Numbers
4231@item Type
4232Breakpoint, watchpoint, or catchpoint.
4233@item Disposition
4234Whether the breakpoint is marked to be disabled or deleted when hit.
4235@item Enabled or Disabled
4236Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
b3db7447 4237that are not enabled.
c906108c 4238@item Address
fe6fbf8b 4239Where the breakpoint is in your program, as a memory address. For a
b3db7447
NR
4240pending breakpoint whose address is not yet known, this field will
4241contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4242library that has the symbol or line referred by breakpoint is loaded.
4243See below for details. A breakpoint with several locations will
3b784c4f 4244have @samp{<MULTIPLE>} in this field---see below for details.
c906108c
SS
4245@item What
4246Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
4247line number. For a pending breakpoint, the original string passed to
4248the breakpoint command will be listed as it cannot be resolved until
4249the appropriate shared library is loaded in the future.
c906108c
SS
4250@end table
4251
4252@noindent
83364271
LM
4253If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4254``target''. If mode is ``host'', breakpoint condition evaluation is done by
4255@value{GDBN} on the host's side. If it is ``target'', then the condition
4256is evaluated by the target. The @code{info break} command shows
4257the condition on the line following the affected breakpoint, together with
4258its condition evaluation mode in between parentheses.
4259
4260Breakpoint commands, if any, are listed after that. A pending breakpoint is
4261allowed to have a condition specified for it. The condition is not parsed for
4262validity until a shared library is loaded that allows the pending
4263breakpoint to resolve to a valid location.
c906108c
SS
4264
4265@noindent
4266@code{info break} with a breakpoint
4267number @var{n} as argument lists only that breakpoint. The
4268convenience variable @code{$_} and the default examining-address for
4269the @code{x} command are set to the address of the last breakpoint
79a6e687 4270listed (@pxref{Memory, ,Examining Memory}).
c906108c
SS
4271
4272@noindent
4273@code{info break} displays a count of the number of times the breakpoint
4274has been hit. This is especially useful in conjunction with the
4275@code{ignore} command. You can ignore a large number of breakpoint
4276hits, look at the breakpoint info to see how many times the breakpoint
4277was hit, and then run again, ignoring one less than that number. This
4278will get you quickly to the last hit of that breakpoint.
816338b5
SS
4279
4280@noindent
4281For a breakpoints with an enable count (xref) greater than 1,
4282@code{info break} also displays that count.
4283
c906108c
SS
4284@end table
4285
4286@value{GDBN} allows you to set any number of breakpoints at the same place in
4287your program. There is nothing silly or meaningless about this. When
4288the breakpoints are conditional, this is even useful
79a6e687 4289(@pxref{Conditions, ,Break Conditions}).
c906108c 4290
2e9132cc
EZ
4291@cindex multiple locations, breakpoints
4292@cindex breakpoints, multiple locations
fcda367b 4293It is possible that a breakpoint corresponds to several locations
fe6fbf8b
VP
4294in your program. Examples of this situation are:
4295
4296@itemize @bullet
f8eba3c6
TT
4297@item
4298Multiple functions in the program may have the same name.
4299
fe6fbf8b
VP
4300@item
4301For a C@t{++} constructor, the @value{NGCC} compiler generates several
4302instances of the function body, used in different cases.
4303
4304@item
4305For a C@t{++} template function, a given line in the function can
4306correspond to any number of instantiations.
4307
4308@item
4309For an inlined function, a given source line can correspond to
4310several places where that function is inlined.
fe6fbf8b
VP
4311@end itemize
4312
4313In all those cases, @value{GDBN} will insert a breakpoint at all
f8eba3c6 4314the relevant locations.
fe6fbf8b 4315
3b784c4f
EZ
4316A breakpoint with multiple locations is displayed in the breakpoint
4317table using several rows---one header row, followed by one row for
4318each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4319address column. The rows for individual locations contain the actual
4320addresses for locations, and show the functions to which those
4321locations belong. The number column for a location is of the form
fe6fbf8b
VP
4322@var{breakpoint-number}.@var{location-number}.
4323
4324For example:
3b784c4f 4325
fe6fbf8b
VP
4326@smallexample
4327Num Type Disp Enb Address What
43281 breakpoint keep y <MULTIPLE>
4329 stop only if i==1
4330 breakpoint already hit 1 time
43311.1 y 0x080486a2 in void foo<int>() at t.cc:8
43321.2 y 0x080486ca in void foo<double>() at t.cc:8
4333@end smallexample
4334
d0fe4701
XR
4335You cannot delete the individual locations from a breakpoint. However,
4336each location can be individually enabled or disabled by passing
fe6fbf8b 4337@var{breakpoint-number}.@var{location-number} as argument to the
d0fe4701
XR
4338@code{enable} and @code{disable} commands. It's also possible to
4339@code{enable} and @code{disable} a range of @var{location-number}
4340locations using a @var{breakpoint-number} and two @var{location-number}s,
4341in increasing order, separated by a hyphen, like
4342@kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4343in which case @value{GDBN} acts on all the locations in the range (inclusive).
4344Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4345all of the locations that belong to that breakpoint.
fe6fbf8b 4346
2650777c 4347@cindex pending breakpoints
fe6fbf8b 4348It's quite common to have a breakpoint inside a shared library.
3b784c4f 4349Shared libraries can be loaded and unloaded explicitly,
fe6fbf8b
VP
4350and possibly repeatedly, as the program is executed. To support
4351this use case, @value{GDBN} updates breakpoint locations whenever
4352any shared library is loaded or unloaded. Typically, you would
fcda367b 4353set a breakpoint in a shared library at the beginning of your
fe6fbf8b
VP
4354debugging session, when the library is not loaded, and when the
4355symbols from the library are not available. When you try to set
4356breakpoint, @value{GDBN} will ask you if you want to set
3b784c4f 4357a so called @dfn{pending breakpoint}---breakpoint whose address
fe6fbf8b
VP
4358is not yet resolved.
4359
4360After the program is run, whenever a new shared library is loaded,
4361@value{GDBN} reevaluates all the breakpoints. When a newly loaded
4362shared library contains the symbol or line referred to by some
4363pending breakpoint, that breakpoint is resolved and becomes an
4364ordinary breakpoint. When a library is unloaded, all breakpoints
4365that refer to its symbols or source lines become pending again.
4366
4367This logic works for breakpoints with multiple locations, too. For
4368example, if you have a breakpoint in a C@t{++} template function, and
4369a newly loaded shared library has an instantiation of that template,
4370a new location is added to the list of locations for the breakpoint.
4371
4372Except for having unresolved address, pending breakpoints do not
4373differ from regular breakpoints. You can set conditions or commands,
4374enable and disable them and perform other breakpoint operations.
4375
4376@value{GDBN} provides some additional commands for controlling what
4377happens when the @samp{break} command cannot resolve breakpoint
4378address specification to an address:
dd79a6cf
JJ
4379
4380@kindex set breakpoint pending
4381@kindex show breakpoint pending
4382@table @code
4383@item set breakpoint pending auto
4384This is the default behavior. When @value{GDBN} cannot find the breakpoint
4385location, it queries you whether a pending breakpoint should be created.
4386
4387@item set breakpoint pending on
4388This indicates that an unrecognized breakpoint location should automatically
4389result in a pending breakpoint being created.
4390
4391@item set breakpoint pending off
4392This indicates that pending breakpoints are not to be created. Any
4393unrecognized breakpoint location results in an error. This setting does
4394not affect any pending breakpoints previously created.
4395
4396@item show breakpoint pending
4397Show the current behavior setting for creating pending breakpoints.
4398@end table
2650777c 4399
fe6fbf8b
VP
4400The settings above only affect the @code{break} command and its
4401variants. Once breakpoint is set, it will be automatically updated
4402as shared libraries are loaded and unloaded.
2650777c 4403
765dc015
VP
4404@cindex automatic hardware breakpoints
4405For some targets, @value{GDBN} can automatically decide if hardware or
4406software breakpoints should be used, depending on whether the
4407breakpoint address is read-only or read-write. This applies to
4408breakpoints set with the @code{break} command as well as to internal
4409breakpoints set by commands like @code{next} and @code{finish}. For
fcda367b 4410breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
765dc015
VP
4411breakpoints.
4412
18da0c51 4413You can control this automatic behaviour with the following commands:
765dc015
VP
4414
4415@kindex set breakpoint auto-hw
4416@kindex show breakpoint auto-hw
4417@table @code
4418@item set breakpoint auto-hw on
4419This is the default behavior. When @value{GDBN} sets a breakpoint, it
4420will try to use the target memory map to decide if software or hardware
4421breakpoint must be used.
4422
4423@item set breakpoint auto-hw off
4424This indicates @value{GDBN} should not automatically select breakpoint
4425type. If the target provides a memory map, @value{GDBN} will warn when
4426trying to set software breakpoint at a read-only address.
4427@end table
4428
74960c60
VP
4429@value{GDBN} normally implements breakpoints by replacing the program code
4430at the breakpoint address with a special instruction, which, when
4431executed, given control to the debugger. By default, the program
4432code is so modified only when the program is resumed. As soon as
4433the program stops, @value{GDBN} restores the original instructions. This
4434behaviour guards against leaving breakpoints inserted in the
4435target should gdb abrubptly disconnect. However, with slow remote
4436targets, inserting and removing breakpoint can reduce the performance.
4437This behavior can be controlled with the following commands::
4438
4439@kindex set breakpoint always-inserted
4440@kindex show breakpoint always-inserted
4441@table @code
4442@item set breakpoint always-inserted off
33e5cbd6
PA
4443All breakpoints, including newly added by the user, are inserted in
4444the target only when the target is resumed. All breakpoints are
a25a5a45 4445removed from the target when it stops. This is the default mode.
74960c60
VP
4446
4447@item set breakpoint always-inserted on
4448Causes all breakpoints to be inserted in the target at all times. If
4449the user adds a new breakpoint, or changes an existing breakpoint, the
4450breakpoints in the target are updated immediately. A breakpoint is
a25a5a45 4451removed from the target only when breakpoint itself is deleted.
342cc091 4452@end table
765dc015 4453
83364271
LM
4454@value{GDBN} handles conditional breakpoints by evaluating these conditions
4455when a breakpoint breaks. If the condition is true, then the process being
4456debugged stops, otherwise the process is resumed.
4457
4458If the target supports evaluating conditions on its end, @value{GDBN} may
4459download the breakpoint, together with its conditions, to it.
4460
4461This feature can be controlled via the following commands:
4462
4463@kindex set breakpoint condition-evaluation
4464@kindex show breakpoint condition-evaluation
4465@table @code
4466@item set breakpoint condition-evaluation host
4467This option commands @value{GDBN} to evaluate the breakpoint
4468conditions on the host's side. Unconditional breakpoints are sent to
4469the target which in turn receives the triggers and reports them back to GDB
4470for condition evaluation. This is the standard evaluation mode.
4471
4472@item set breakpoint condition-evaluation target
4473This option commands @value{GDBN} to download breakpoint conditions
4474to the target at the moment of their insertion. The target
4475is responsible for evaluating the conditional expression and reporting
4476breakpoint stop events back to @value{GDBN} whenever the condition
4477is true. Due to limitations of target-side evaluation, some conditions
4478cannot be evaluated there, e.g., conditions that depend on local data
4479that is only known to the host. Examples include
4480conditional expressions involving convenience variables, complex types
4481that cannot be handled by the agent expression parser and expressions
4482that are too long to be sent over to the target, specially when the
4483target is a remote system. In these cases, the conditions will be
4484evaluated by @value{GDBN}.
4485
4486@item set breakpoint condition-evaluation auto
4487This is the default mode. If the target supports evaluating breakpoint
4488conditions on its end, @value{GDBN} will download breakpoint conditions to
4489the target (limitations mentioned previously apply). If the target does
4490not support breakpoint condition evaluation, then @value{GDBN} will fallback
4491to evaluating all these conditions on the host's side.
4492@end table
4493
4494
c906108c
SS
4495@cindex negative breakpoint numbers
4496@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
4497@value{GDBN} itself sometimes sets breakpoints in your program for
4498special purposes, such as proper handling of @code{longjmp} (in C
4499programs). These internal breakpoints are assigned negative numbers,
4500starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 4501You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 4502@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
4503
4504
6d2ebf8b 4505@node Set Watchpoints
79a6e687 4506@subsection Setting Watchpoints
c906108c
SS
4507
4508@cindex setting watchpoints
c906108c
SS
4509You can use a watchpoint to stop execution whenever the value of an
4510expression changes, without having to predict a particular place where
fd60e0df
EZ
4511this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4512The expression may be as simple as the value of a single variable, or
4513as complex as many variables combined by operators. Examples include:
4514
4515@itemize @bullet
4516@item
4517A reference to the value of a single variable.
4518
4519@item
4520An address cast to an appropriate data type. For example,
4521@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4522address (assuming an @code{int} occupies 4 bytes).
4523
4524@item
4525An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4526expression can use any operators valid in the program's native
4527language (@pxref{Languages}).
4528@end itemize
c906108c 4529
fa4727a6
DJ
4530You can set a watchpoint on an expression even if the expression can
4531not be evaluated yet. For instance, you can set a watchpoint on
4532@samp{*global_ptr} before @samp{global_ptr} is initialized.
4533@value{GDBN} will stop when your program sets @samp{global_ptr} and
4534the expression produces a valid value. If the expression becomes
4535valid in some other way than changing a variable (e.g.@: if the memory
4536pointed to by @samp{*global_ptr} becomes readable as the result of a
4537@code{malloc} call), @value{GDBN} may not stop until the next time
4538the expression changes.
4539
82f2d802
EZ
4540@cindex software watchpoints
4541@cindex hardware watchpoints
c906108c 4542Depending on your system, watchpoints may be implemented in software or
2df3850c 4543hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
4544program and testing the variable's value each time, which is hundreds of
4545times slower than normal execution. (But this may still be worth it, to
4546catch errors where you have no clue what part of your program is the
4547culprit.)
4548
b1236ac3
PA
4549On some systems, such as most PowerPC or x86-based targets,
4550@value{GDBN} includes support for hardware watchpoints, which do not
4551slow down the running of your program.
c906108c
SS
4552
4553@table @code
4554@kindex watch
5d5658a1 4555@item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
fd60e0df
EZ
4556Set a watchpoint for an expression. @value{GDBN} will break when the
4557expression @var{expr} is written into by the program and its value
4558changes. The simplest (and the most popular) use of this command is
4559to watch the value of a single variable:
4560
4561@smallexample
4562(@value{GDBP}) watch foo
4563@end smallexample
c906108c 4564
5d5658a1 4565If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
9c06b0b4 4566argument, @value{GDBN} breaks only when the thread identified by
5d5658a1 4567@var{thread-id} changes the value of @var{expr}. If any other threads
d8b2a693
JB
4568change the value of @var{expr}, @value{GDBN} will not break. Note
4569that watchpoints restricted to a single thread in this way only work
4570with Hardware Watchpoints.
4571
06a64a0b
TT
4572Ordinarily a watchpoint respects the scope of variables in @var{expr}
4573(see below). The @code{-location} argument tells @value{GDBN} to
4574instead watch the memory referred to by @var{expr}. In this case,
4575@value{GDBN} will evaluate @var{expr}, take the address of the result,
4576and watch the memory at that address. The type of the result is used
4577to determine the size of the watched memory. If the expression's
4578result does not have an address, then @value{GDBN} will print an
4579error.
4580
9c06b0b4
TJB
4581The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4582of masked watchpoints, if the current architecture supports this
4583feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4584Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4585to an address to watch. The mask specifies that some bits of an address
4586(the bits which are reset in the mask) should be ignored when matching
4587the address accessed by the inferior against the watchpoint address.
4588Thus, a masked watchpoint watches many addresses simultaneously---those
4589addresses whose unmasked bits are identical to the unmasked bits in the
4590watchpoint address. The @code{mask} argument implies @code{-location}.
4591Examples:
4592
4593@smallexample
4594(@value{GDBP}) watch foo mask 0xffff00ff
4595(@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4596@end smallexample
4597
c906108c 4598@kindex rwatch
5d5658a1 4599@item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
4600Set a watchpoint that will break when the value of @var{expr} is read
4601by the program.
c906108c
SS
4602
4603@kindex awatch
5d5658a1 4604@item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
4605Set a watchpoint that will break when @var{expr} is either read from
4606or written into by the program.
c906108c 4607
18da0c51
MG
4608@kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4609@item info watchpoints @r{[}@var{list}@dots{}@r{]}
d77f58be
SS
4610This command prints a list of watchpoints, using the same format as
4611@code{info break} (@pxref{Set Breaks}).
c906108c
SS
4612@end table
4613
65d79d4b
SDJ
4614If you watch for a change in a numerically entered address you need to
4615dereference it, as the address itself is just a constant number which will
4616never change. @value{GDBN} refuses to create a watchpoint that watches
4617a never-changing value:
4618
4619@smallexample
4620(@value{GDBP}) watch 0x600850
4621Cannot watch constant value 0x600850.
4622(@value{GDBP}) watch *(int *) 0x600850
4623Watchpoint 1: *(int *) 6293584
4624@end smallexample
4625
c906108c
SS
4626@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4627watchpoints execute very quickly, and the debugger reports a change in
4628value at the exact instruction where the change occurs. If @value{GDBN}
4629cannot set a hardware watchpoint, it sets a software watchpoint, which
4630executes more slowly and reports the change in value at the next
82f2d802
EZ
4631@emph{statement}, not the instruction, after the change occurs.
4632
82f2d802
EZ
4633@cindex use only software watchpoints
4634You can force @value{GDBN} to use only software watchpoints with the
4635@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4636zero, @value{GDBN} will never try to use hardware watchpoints, even if
4637the underlying system supports them. (Note that hardware-assisted
4638watchpoints that were set @emph{before} setting
4639@code{can-use-hw-watchpoints} to zero will still use the hardware
d3e8051b 4640mechanism of watching expression values.)
c906108c 4641
9c16f35a
EZ
4642@table @code
4643@item set can-use-hw-watchpoints
4644@kindex set can-use-hw-watchpoints
4645Set whether or not to use hardware watchpoints.
4646
4647@item show can-use-hw-watchpoints
4648@kindex show can-use-hw-watchpoints
4649Show the current mode of using hardware watchpoints.
4650@end table
4651
4652For remote targets, you can restrict the number of hardware
4653watchpoints @value{GDBN} will use, see @ref{set remote
4654hardware-breakpoint-limit}.
4655
c906108c
SS
4656When you issue the @code{watch} command, @value{GDBN} reports
4657
474c8240 4658@smallexample
c906108c 4659Hardware watchpoint @var{num}: @var{expr}
474c8240 4660@end smallexample
c906108c
SS
4661
4662@noindent
4663if it was able to set a hardware watchpoint.
4664
7be570e7
JM
4665Currently, the @code{awatch} and @code{rwatch} commands can only set
4666hardware watchpoints, because accesses to data that don't change the
4667value of the watched expression cannot be detected without examining
4668every instruction as it is being executed, and @value{GDBN} does not do
4669that currently. If @value{GDBN} finds that it is unable to set a
4670hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4671will print a message like this:
4672
4673@smallexample
4674Expression cannot be implemented with read/access watchpoint.
4675@end smallexample
4676
4677Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4678data type of the watched expression is wider than what a hardware
4679watchpoint on the target machine can handle. For example, some systems
4680can only watch regions that are up to 4 bytes wide; on such systems you
4681cannot set hardware watchpoints for an expression that yields a
4682double-precision floating-point number (which is typically 8 bytes
4683wide). As a work-around, it might be possible to break the large region
4684into a series of smaller ones and watch them with separate watchpoints.
4685
4686If you set too many hardware watchpoints, @value{GDBN} might be unable
4687to insert all of them when you resume the execution of your program.
4688Since the precise number of active watchpoints is unknown until such
4689time as the program is about to be resumed, @value{GDBN} might not be
4690able to warn you about this when you set the watchpoints, and the
4691warning will be printed only when the program is resumed:
4692
4693@smallexample
4694Hardware watchpoint @var{num}: Could not insert watchpoint
4695@end smallexample
4696
4697@noindent
4698If this happens, delete or disable some of the watchpoints.
4699
fd60e0df
EZ
4700Watching complex expressions that reference many variables can also
4701exhaust the resources available for hardware-assisted watchpoints.
4702That's because @value{GDBN} needs to watch every variable in the
4703expression with separately allocated resources.
4704
c906108c 4705If you call a function interactively using @code{print} or @code{call},
2df3850c 4706any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
4707kind of breakpoint or the call completes.
4708
7be570e7
JM
4709@value{GDBN} automatically deletes watchpoints that watch local
4710(automatic) variables, or expressions that involve such variables, when
4711they go out of scope, that is, when the execution leaves the block in
4712which these variables were defined. In particular, when the program
4713being debugged terminates, @emph{all} local variables go out of scope,
4714and so only watchpoints that watch global variables remain set. If you
4715rerun the program, you will need to set all such watchpoints again. One
4716way of doing that would be to set a code breakpoint at the entry to the
4717@code{main} function and when it breaks, set all the watchpoints.
4718
c906108c
SS
4719@cindex watchpoints and threads
4720@cindex threads and watchpoints
d983da9c
DJ
4721In multi-threaded programs, watchpoints will detect changes to the
4722watched expression from every thread.
4723
4724@quotation
4725@emph{Warning:} In multi-threaded programs, software watchpoints
53a5351d
JM
4726have only limited usefulness. If @value{GDBN} creates a software
4727watchpoint, it can only watch the value of an expression @emph{in a
4728single thread}. If you are confident that the expression can only
4729change due to the current thread's activity (and if you are also
4730confident that no other thread can become current), then you can use
4731software watchpoints as usual. However, @value{GDBN} may not notice
4732when a non-current thread's activity changes the expression. (Hardware
4733watchpoints, in contrast, watch an expression in all threads.)
c906108c 4734@end quotation
c906108c 4735
501eef12
AC
4736@xref{set remote hardware-watchpoint-limit}.
4737
6d2ebf8b 4738@node Set Catchpoints
79a6e687 4739@subsection Setting Catchpoints
d4f3574e 4740@cindex catchpoints, setting
c906108c
SS
4741@cindex exception handlers
4742@cindex event handling
4743
4744You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 4745kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
4746shared library. Use the @code{catch} command to set a catchpoint.
4747
4748@table @code
4749@kindex catch
4750@item catch @var{event}
697aa1b7 4751Stop when @var{event} occurs. The @var{event} can be any of the following:
591f19e8 4752
c906108c 4753@table @code
cc16e6c9
TT
4754@item throw @r{[}@var{regexp}@r{]}
4755@itemx rethrow @r{[}@var{regexp}@r{]}
4756@itemx catch @r{[}@var{regexp}@r{]}
1a4f73eb
TT
4757@kindex catch throw
4758@kindex catch rethrow
4759@kindex catch catch
4644b6e3 4760@cindex stop on C@t{++} exceptions
591f19e8
TT
4761The throwing, re-throwing, or catching of a C@t{++} exception.
4762
cc16e6c9
TT
4763If @var{regexp} is given, then only exceptions whose type matches the
4764regular expression will be caught.
4765
72f1fe8a
TT
4766@vindex $_exception@r{, convenience variable}
4767The convenience variable @code{$_exception} is available at an
4768exception-related catchpoint, on some systems. This holds the
4769exception being thrown.
4770
591f19e8
TT
4771There are currently some limitations to C@t{++} exception handling in
4772@value{GDBN}:
c906108c 4773
591f19e8
TT
4774@itemize @bullet
4775@item
4776The support for these commands is system-dependent. Currently, only
4777systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4778supported.
4779
72f1fe8a 4780@item
cc16e6c9
TT
4781The regular expression feature and the @code{$_exception} convenience
4782variable rely on the presence of some SDT probes in @code{libstdc++}.
4783If these probes are not present, then these features cannot be used.
dee368d3
TT
4784These probes were first available in the GCC 4.8 release, but whether
4785or not they are available in your GCC also depends on how it was
4786built.
72f1fe8a
TT
4787
4788@item
4789The @code{$_exception} convenience variable is only valid at the
4790instruction at which an exception-related catchpoint is set.
4791
591f19e8
TT
4792@item
4793When an exception-related catchpoint is hit, @value{GDBN} stops at a
4794location in the system library which implements runtime exception
4795support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4796(@pxref{Selection}) to get to your code.
4797
4798@item
4799If you call a function interactively, @value{GDBN} normally returns
4800control to you when the function has finished executing. If the call
4801raises an exception, however, the call may bypass the mechanism that
4802returns control to you and cause your program either to abort or to
4803simply continue running until it hits a breakpoint, catches a signal
4804that @value{GDBN} is listening for, or exits. This is the case even if
4805you set a catchpoint for the exception; catchpoints on exceptions are
4806disabled within interactive calls. @xref{Calling}, for information on
4807controlling this with @code{set unwind-on-terminating-exception}.
4808
4809@item
4810You cannot raise an exception interactively.
4811
4812@item
4813You cannot install an exception handler interactively.
4814@end itemize
c906108c 4815
b8e07335 4816@item exception @r{[}@var{name}@r{]}
1a4f73eb 4817@kindex catch exception
8936fcda
JB
4818@cindex Ada exception catching
4819@cindex catch Ada exceptions
4820An Ada exception being raised. If an exception name is specified
4821at the end of the command (eg @code{catch exception Program_Error}),
4822the debugger will stop only when this specific exception is raised.
4823Otherwise, the debugger stops execution when any Ada exception is raised.
4824
87f67dba
JB
4825When inserting an exception catchpoint on a user-defined exception whose
4826name is identical to one of the exceptions defined by the language, the
4827fully qualified name must be used as the exception name. Otherwise,
4828@value{GDBN} will assume that it should stop on the pre-defined exception
4829rather than the user-defined one. For instance, assuming an exception
4830called @code{Constraint_Error} is defined in package @code{Pck}, then
4831the command to use to catch such exceptions is @kbd{catch exception
4832Pck.Constraint_Error}.
4833
37f6a7f4
TT
4834@vindex $_ada_exception@r{, convenience variable}
4835The convenience variable @code{$_ada_exception} holds the address of
4836the exception being thrown. This can be useful when setting a
4837condition for such a catchpoint.
4838
b8e07335
TT
4839@item exception unhandled
4840@kindex catch exception unhandled
37f6a7f4
TT
4841An exception that was raised but is not handled by the program. The
4842convenience variable @code{$_ada_exception} is set as for @code{catch
4843exception}.
b8e07335
TT
4844
4845@item handlers @r{[}@var{name}@r{]}
9f757bf7
XR
4846@kindex catch handlers
4847@cindex Ada exception handlers catching
4848@cindex catch Ada exceptions when handled
4849An Ada exception being handled. If an exception name is
4850specified at the end of the command
4851 (eg @kbd{catch handlers Program_Error}), the debugger will stop
4852only when this specific exception is handled.
4853Otherwise, the debugger stops execution when any Ada exception is handled.
4854
4855When inserting a handlers catchpoint on a user-defined
4856exception whose name is identical to one of the exceptions
4857defined by the language, the fully qualified name must be used
4858as the exception name. Otherwise, @value{GDBN} will assume that it
4859should stop on the pre-defined exception rather than the
4860user-defined one. For instance, assuming an exception called
4861 @code{Constraint_Error} is defined in package @code{Pck}, then the
4862command to use to catch such exceptions handling is
4863@kbd{catch handlers Pck.Constraint_Error}.
4864
37f6a7f4
TT
4865The convenience variable @code{$_ada_exception} is set as for
4866@code{catch exception}.
4867
8936fcda 4868@item assert
1a4f73eb 4869@kindex catch assert
37f6a7f4
TT
4870A failed Ada assertion. Note that the convenience variable
4871@code{$_ada_exception} is @emph{not} set by this catchpoint.
8936fcda 4872
c906108c 4873@item exec
1a4f73eb 4874@kindex catch exec
4644b6e3 4875@cindex break on fork/exec
b1236ac3 4876A call to @code{exec}.
c906108c 4877
e9076973 4878@anchor{catch syscall}
a96d9b2e 4879@item syscall
e3487908 4880@itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
1a4f73eb 4881@kindex catch syscall
a96d9b2e
SDJ
4882@cindex break on a system call.
4883A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
4884syscall is a mechanism for application programs to request a service
4885from the operating system (OS) or one of the OS system services.
4886@value{GDBN} can catch some or all of the syscalls issued by the
4887debuggee, and show the related information for each syscall. If no
4888argument is specified, calls to and returns from all system calls
4889will be caught.
4890
4891@var{name} can be any system call name that is valid for the
4892underlying OS. Just what syscalls are valid depends on the OS. On
4893GNU and Unix systems, you can find the full list of valid syscall
4894names on @file{/usr/include/asm/unistd.h}.
4895
4896@c For MS-Windows, the syscall names and the corresponding numbers
4897@c can be found, e.g., on this URL:
4898@c http://www.metasploit.com/users/opcode/syscalls.html
4899@c but we don't support Windows syscalls yet.
4900
4901Normally, @value{GDBN} knows in advance which syscalls are valid for
4902each OS, so you can use the @value{GDBN} command-line completion
4903facilities (@pxref{Completion,, command completion}) to list the
4904available choices.
4905
4906You may also specify the system call numerically. A syscall's
4907number is the value passed to the OS's syscall dispatcher to
4908identify the requested service. When you specify the syscall by its
4909name, @value{GDBN} uses its database of syscalls to convert the name
4910into the corresponding numeric code, but using the number directly
4911may be useful if @value{GDBN}'s database does not have the complete
4912list of syscalls on your system (e.g., because @value{GDBN} lags
4913behind the OS upgrades).
4914
e3487908
GKB
4915You may specify a group of related syscalls to be caught at once using
4916the @code{group:} syntax (@code{g:} is a shorter equivalent). For
4917instance, on some platforms @value{GDBN} allows you to catch all
4918network related syscalls, by passing the argument @code{group:network}
4919to @code{catch syscall}. Note that not all syscall groups are
4920available in every system. You can use the command completion
4921facilities (@pxref{Completion,, command completion}) to list the
4922syscall groups available on your environment.
4923
a96d9b2e
SDJ
4924The example below illustrates how this command works if you don't provide
4925arguments to it:
4926
4927@smallexample
4928(@value{GDBP}) catch syscall
4929Catchpoint 1 (syscall)
4930(@value{GDBP}) r
4931Starting program: /tmp/catch-syscall
4932
4933Catchpoint 1 (call to syscall 'close'), \
4934 0xffffe424 in __kernel_vsyscall ()
4935(@value{GDBP}) c
4936Continuing.
4937
4938Catchpoint 1 (returned from syscall 'close'), \
4939 0xffffe424 in __kernel_vsyscall ()
4940(@value{GDBP})
4941@end smallexample
4942
4943Here is an example of catching a system call by name:
4944
4945@smallexample
4946(@value{GDBP}) catch syscall chroot
4947Catchpoint 1 (syscall 'chroot' [61])
4948(@value{GDBP}) r
4949Starting program: /tmp/catch-syscall
4950
4951Catchpoint 1 (call to syscall 'chroot'), \
4952 0xffffe424 in __kernel_vsyscall ()
4953(@value{GDBP}) c
4954Continuing.
4955
4956Catchpoint 1 (returned from syscall 'chroot'), \
4957 0xffffe424 in __kernel_vsyscall ()
4958(@value{GDBP})
4959@end smallexample
4960
4961An example of specifying a system call numerically. In the case
4962below, the syscall number has a corresponding entry in the XML
4963file, so @value{GDBN} finds its name and prints it:
4964
4965@smallexample
4966(@value{GDBP}) catch syscall 252
4967Catchpoint 1 (syscall(s) 'exit_group')
4968(@value{GDBP}) r
4969Starting program: /tmp/catch-syscall
4970
4971Catchpoint 1 (call to syscall 'exit_group'), \
4972 0xffffe424 in __kernel_vsyscall ()
4973(@value{GDBP}) c
4974Continuing.
4975
4976Program exited normally.
4977(@value{GDBP})
4978@end smallexample
4979
e3487908
GKB
4980Here is an example of catching a syscall group:
4981
4982@smallexample
4983(@value{GDBP}) catch syscall group:process
4984Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
4985'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
4986'exit_group' [252] 'waitid' [284] 'unshare' [310])
4987(@value{GDBP}) r
4988Starting program: /tmp/catch-syscall
4989
4990Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
4991 from /lib64/ld-linux-x86-64.so.2
4992
4993(@value{GDBP}) c
4994Continuing.
4995@end smallexample
4996
a96d9b2e
SDJ
4997However, there can be situations when there is no corresponding name
4998in XML file for that syscall number. In this case, @value{GDBN} prints
4999a warning message saying that it was not able to find the syscall name,
5000but the catchpoint will be set anyway. See the example below:
5001
5002@smallexample
5003(@value{GDBP}) catch syscall 764
5004warning: The number '764' does not represent a known syscall.
5005Catchpoint 2 (syscall 764)
5006(@value{GDBP})
5007@end smallexample
5008
5009If you configure @value{GDBN} using the @samp{--without-expat} option,
5010it will not be able to display syscall names. Also, if your
5011architecture does not have an XML file describing its system calls,
5012you will not be able to see the syscall names. It is important to
5013notice that these two features are used for accessing the syscall
5014name database. In either case, you will see a warning like this:
5015
5016@smallexample
5017(@value{GDBP}) catch syscall
5018warning: Could not open "syscalls/i386-linux.xml"
5019warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5020GDB will not be able to display syscall names.
5021Catchpoint 1 (syscall)
5022(@value{GDBP})
5023@end smallexample
5024
5025Of course, the file name will change depending on your architecture and system.
5026
5027Still using the example above, you can also try to catch a syscall by its
5028number. In this case, you would see something like:
5029
5030@smallexample
5031(@value{GDBP}) catch syscall 252
5032Catchpoint 1 (syscall(s) 252)
5033@end smallexample
5034
5035Again, in this case @value{GDBN} would not be able to display syscall's names.
5036
c906108c 5037@item fork
1a4f73eb 5038@kindex catch fork
b1236ac3 5039A call to @code{fork}.
c906108c
SS
5040
5041@item vfork
1a4f73eb 5042@kindex catch vfork
b1236ac3 5043A call to @code{vfork}.
c906108c 5044
b8e07335
TT
5045@item load @r{[}@var{regexp}@r{]}
5046@itemx unload @r{[}@var{regexp}@r{]}
1a4f73eb
TT
5047@kindex catch load
5048@kindex catch unload
edcc5120
TT
5049The loading or unloading of a shared library. If @var{regexp} is
5050given, then the catchpoint will stop only if the regular expression
5051matches one of the affected libraries.
5052
ab04a2af 5053@item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
1a4f73eb 5054@kindex catch signal
ab04a2af
TT
5055The delivery of a signal.
5056
5057With no arguments, this catchpoint will catch any signal that is not
5058used internally by @value{GDBN}, specifically, all signals except
5059@samp{SIGTRAP} and @samp{SIGINT}.
5060
5061With the argument @samp{all}, all signals, including those used by
5062@value{GDBN}, will be caught. This argument cannot be used with other
5063signal names.
5064
5065Otherwise, the arguments are a list of signal names as given to
5066@code{handle} (@pxref{Signals}). Only signals specified in this list
5067will be caught.
5068
5069One reason that @code{catch signal} can be more useful than
5070@code{handle} is that you can attach commands and conditions to the
5071catchpoint.
5072
5073When a signal is caught by a catchpoint, the signal's @code{stop} and
5074@code{print} settings, as specified by @code{handle}, are ignored.
5075However, whether the signal is still delivered to the inferior depends
5076on the @code{pass} setting; this can be changed in the catchpoint's
5077commands.
5078
c906108c
SS
5079@end table
5080
5081@item tcatch @var{event}
1a4f73eb 5082@kindex tcatch
c906108c
SS
5083Set a catchpoint that is enabled only for one stop. The catchpoint is
5084automatically deleted after the first time the event is caught.
5085
5086@end table
5087
5088Use the @code{info break} command to list the current catchpoints.
5089
c906108c 5090
6d2ebf8b 5091@node Delete Breaks
79a6e687 5092@subsection Deleting Breakpoints
c906108c
SS
5093
5094@cindex clearing breakpoints, watchpoints, catchpoints
5095@cindex deleting breakpoints, watchpoints, catchpoints
5096It is often necessary to eliminate a breakpoint, watchpoint, or
5097catchpoint once it has done its job and you no longer want your program
5098to stop there. This is called @dfn{deleting} the breakpoint. A
5099breakpoint that has been deleted no longer exists; it is forgotten.
5100
5101With the @code{clear} command you can delete breakpoints according to
5102where they are in your program. With the @code{delete} command you can
5103delete individual breakpoints, watchpoints, or catchpoints by specifying
5104their breakpoint numbers.
5105
5106It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5107automatically ignores breakpoints on the first instruction to be executed
5108when you continue execution without changing the execution address.
5109
5110@table @code
5111@kindex clear
5112@item clear
5113Delete any breakpoints at the next instruction to be executed in the
79a6e687 5114selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
c906108c
SS
5115the innermost frame is selected, this is a good way to delete a
5116breakpoint where your program just stopped.
5117
2a25a5ba
EZ
5118@item clear @var{location}
5119Delete any breakpoints set at the specified @var{location}.
5120@xref{Specify Location}, for the various forms of @var{location}; the
5121most useful ones are listed below:
5122
5123@table @code
c906108c
SS
5124@item clear @var{function}
5125@itemx clear @var{filename}:@var{function}
09d4efe1 5126Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
5127
5128@item clear @var{linenum}
5129@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
5130Delete any breakpoints set at or within the code of the specified
5131@var{linenum} of the specified @var{filename}.
2a25a5ba 5132@end table
c906108c
SS
5133
5134@cindex delete breakpoints
5135@kindex delete
41afff9a 5136@kindex d @r{(@code{delete})}
18da0c51 5137@item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c5394b80 5138Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
18da0c51 5139list specified as argument. If no argument is specified, delete all
c906108c
SS
5140breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5141confirm off}). You can abbreviate this command as @code{d}.
5142@end table
5143
6d2ebf8b 5144@node Disabling
79a6e687 5145@subsection Disabling Breakpoints
c906108c 5146
4644b6e3 5147@cindex enable/disable a breakpoint
c906108c
SS
5148Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5149prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5150it had been deleted, but remembers the information on the breakpoint so
5151that you can @dfn{enable} it again later.
5152
5153You disable and enable breakpoints, watchpoints, and catchpoints with
d77f58be
SS
5154the @code{enable} and @code{disable} commands, optionally specifying
5155one or more breakpoint numbers as arguments. Use @code{info break} to
5156print a list of all breakpoints, watchpoints, and catchpoints if you
5157do not know which numbers to use.
c906108c 5158
3b784c4f
EZ
5159Disabling and enabling a breakpoint that has multiple locations
5160affects all of its locations.
5161
816338b5
SS
5162A breakpoint, watchpoint, or catchpoint can have any of several
5163different states of enablement:
c906108c
SS
5164
5165@itemize @bullet
5166@item
5167Enabled. The breakpoint stops your program. A breakpoint set
5168with the @code{break} command starts out in this state.
5169@item
5170Disabled. The breakpoint has no effect on your program.
5171@item
5172Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 5173disabled.
c906108c 5174@item
816338b5
SS
5175Enabled for a count. The breakpoint stops your program for the next
5176N times, then becomes disabled.
5177@item
c906108c 5178Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
5179immediately after it does so it is deleted permanently. A breakpoint
5180set with the @code{tbreak} command starts out in this state.
c906108c
SS
5181@end itemize
5182
5183You can use the following commands to enable or disable breakpoints,
5184watchpoints, and catchpoints:
5185
5186@table @code
c906108c 5187@kindex disable
41afff9a 5188@kindex dis @r{(@code{disable})}
18da0c51 5189@item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5190Disable the specified breakpoints---or all breakpoints, if none are
5191listed. A disabled breakpoint has no effect but is not forgotten. All
5192options such as ignore-counts, conditions and commands are remembered in
5193case the breakpoint is enabled again later. You may abbreviate
5194@code{disable} as @code{dis}.
5195
c906108c 5196@kindex enable
18da0c51 5197@item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5198Enable the specified breakpoints (or all defined breakpoints). They
5199become effective once again in stopping your program.
5200
18da0c51 5201@item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
c906108c
SS
5202Enable the specified breakpoints temporarily. @value{GDBN} disables any
5203of these breakpoints immediately after stopping your program.
5204
18da0c51 5205@item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
816338b5
SS
5206Enable the specified breakpoints temporarily. @value{GDBN} records
5207@var{count} with each of the specified breakpoints, and decrements a
5208breakpoint's count when it is hit. When any count reaches 0,
5209@value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5210count (@pxref{Conditions, ,Break Conditions}), that will be
5211decremented to 0 before @var{count} is affected.
5212
18da0c51 5213@item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
c906108c
SS
5214Enable the specified breakpoints to work once, then die. @value{GDBN}
5215deletes any of these breakpoints as soon as your program stops there.
09d4efe1 5216Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
5217@end table
5218
d4f3574e
SS
5219@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5220@c confusing: tbreak is also initially enabled.
c906108c 5221Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
79a6e687 5222,Setting Breakpoints}), breakpoints that you set are initially enabled;
c906108c
SS
5223subsequently, they become disabled or enabled only when you use one of
5224the commands above. (The command @code{until} can set and delete a
5225breakpoint of its own, but it does not change the state of your other
5226breakpoints; see @ref{Continuing and Stepping, ,Continuing and
79a6e687 5227Stepping}.)
c906108c 5228
6d2ebf8b 5229@node Conditions
79a6e687 5230@subsection Break Conditions
c906108c
SS
5231@cindex conditional breakpoints
5232@cindex breakpoint conditions
5233
5234@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 5235@c in particular for a watchpoint?
c906108c
SS
5236The simplest sort of breakpoint breaks every time your program reaches a
5237specified place. You can also specify a @dfn{condition} for a
5238breakpoint. A condition is just a Boolean expression in your
5239programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5240a condition evaluates the expression each time your program reaches it,
5241and your program stops only if the condition is @emph{true}.
5242
5243This is the converse of using assertions for program validation; in that
5244situation, you want to stop when the assertion is violated---that is,
5245when the condition is false. In C, if you want to test an assertion expressed
5246by the condition @var{assert}, you should set the condition
5247@samp{! @var{assert}} on the appropriate breakpoint.
5248
5249Conditions are also accepted for watchpoints; you may not need them,
5250since a watchpoint is inspecting the value of an expression anyhow---but
5251it might be simpler, say, to just set a watchpoint on a variable name,
5252and specify a condition that tests whether the new value is an interesting
5253one.
5254
5255Break conditions can have side effects, and may even call functions in
5256your program. This can be useful, for example, to activate functions
5257that log program progress, or to use your own print functions to
99e008fe 5258format special data structures. The effects are completely predictable
c906108c
SS
5259unless there is another enabled breakpoint at the same address. (In
5260that case, @value{GDBN} might see the other breakpoint first and stop your
5261program without checking the condition of this one.) Note that
d4f3574e
SS
5262breakpoint commands are usually more convenient and flexible than break
5263conditions for the
c906108c 5264purpose of performing side effects when a breakpoint is reached
79a6e687 5265(@pxref{Break Commands, ,Breakpoint Command Lists}).
c906108c 5266
83364271
LM
5267Breakpoint conditions can also be evaluated on the target's side if
5268the target supports it. Instead of evaluating the conditions locally,
5269@value{GDBN} encodes the expression into an agent expression
5270(@pxref{Agent Expressions}) suitable for execution on the target,
5271independently of @value{GDBN}. Global variables become raw memory
5272locations, locals become stack accesses, and so forth.
5273
5274In this case, @value{GDBN} will only be notified of a breakpoint trigger
5275when its condition evaluates to true. This mechanism may provide faster
5276response times depending on the performance characteristics of the target
5277since it does not need to keep @value{GDBN} informed about
5278every breakpoint trigger, even those with false conditions.
5279
c906108c
SS
5280Break conditions can be specified when a breakpoint is set, by using
5281@samp{if} in the arguments to the @code{break} command. @xref{Set
79a6e687 5282Breaks, ,Setting Breakpoints}. They can also be changed at any time
c906108c 5283with the @code{condition} command.
53a5351d 5284
c906108c
SS
5285You can also use the @code{if} keyword with the @code{watch} command.
5286The @code{catch} command does not recognize the @code{if} keyword;
5287@code{condition} is the only way to impose a further condition on a
5288catchpoint.
c906108c
SS
5289
5290@table @code
5291@kindex condition
5292@item condition @var{bnum} @var{expression}
5293Specify @var{expression} as the break condition for breakpoint,
5294watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5295breakpoint @var{bnum} stops your program only if the value of
5296@var{expression} is true (nonzero, in C). When you use
5297@code{condition}, @value{GDBN} checks @var{expression} immediately for
5298syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
5299referents in the context of your breakpoint. If @var{expression} uses
5300symbols not referenced in the context of the breakpoint, @value{GDBN}
5301prints an error message:
5302
474c8240 5303@smallexample
d4f3574e 5304No symbol "foo" in current context.
474c8240 5305@end smallexample
d4f3574e
SS
5306
5307@noindent
c906108c
SS
5308@value{GDBN} does
5309not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
5310command (or a command that sets a breakpoint with a condition, like
5311@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
5312
5313@item condition @var{bnum}
5314Remove the condition from breakpoint number @var{bnum}. It becomes
5315an ordinary unconditional breakpoint.
5316@end table
5317
5318@cindex ignore count (of breakpoint)
5319A special case of a breakpoint condition is to stop only when the
5320breakpoint has been reached a certain number of times. This is so
5321useful that there is a special way to do it, using the @dfn{ignore
5322count} of the breakpoint. Every breakpoint has an ignore count, which
5323is an integer. Most of the time, the ignore count is zero, and
5324therefore has no effect. But if your program reaches a breakpoint whose
5325ignore count is positive, then instead of stopping, it just decrements
5326the ignore count by one and continues. As a result, if the ignore count
5327value is @var{n}, the breakpoint does not stop the next @var{n} times
5328your program reaches it.
5329
5330@table @code
5331@kindex ignore
5332@item ignore @var{bnum} @var{count}
5333Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5334The next @var{count} times the breakpoint is reached, your program's
5335execution does not stop; other than to decrement the ignore count, @value{GDBN}
5336takes no action.
5337
5338To make the breakpoint stop the next time it is reached, specify
5339a count of zero.
5340
5341When you use @code{continue} to resume execution of your program from a
5342breakpoint, you can specify an ignore count directly as an argument to
5343@code{continue}, rather than using @code{ignore}. @xref{Continuing and
79a6e687 5344Stepping,,Continuing and Stepping}.
c906108c
SS
5345
5346If a breakpoint has a positive ignore count and a condition, the
5347condition is not checked. Once the ignore count reaches zero,
5348@value{GDBN} resumes checking the condition.
5349
5350You could achieve the effect of the ignore count with a condition such
5351as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5352is decremented each time. @xref{Convenience Vars, ,Convenience
79a6e687 5353Variables}.
c906108c
SS
5354@end table
5355
5356Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5357
5358
6d2ebf8b 5359@node Break Commands
79a6e687 5360@subsection Breakpoint Command Lists
c906108c
SS
5361
5362@cindex breakpoint commands
5363You can give any breakpoint (or watchpoint or catchpoint) a series of
5364commands to execute when your program stops due to that breakpoint. For
5365example, you might want to print the values of certain expressions, or
5366enable other breakpoints.
5367
5368@table @code
5369@kindex commands
ca91424e 5370@kindex end@r{ (breakpoint commands)}
18da0c51 5371@item commands @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5372@itemx @dots{} @var{command-list} @dots{}
5373@itemx end
95a42b64 5374Specify a list of commands for the given breakpoints. The commands
c906108c
SS
5375themselves appear on the following lines. Type a line containing just
5376@code{end} to terminate the commands.
5377
5378To remove all commands from a breakpoint, type @code{commands} and
5379follow it immediately with @code{end}; that is, give no commands.
5380
95a42b64
TT
5381With no argument, @code{commands} refers to the last breakpoint,
5382watchpoint, or catchpoint set (not to the breakpoint most recently
5383encountered). If the most recent breakpoints were set with a single
5384command, then the @code{commands} will apply to all the breakpoints
5385set by that command. This applies to breakpoints set by
86b17b60
PA
5386@code{rbreak}, and also applies when a single @code{break} command
5387creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5388Expressions}).
c906108c
SS
5389@end table
5390
5391Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5392disabled within a @var{command-list}.
5393
5394You can use breakpoint commands to start your program up again. Simply
5395use the @code{continue} command, or @code{step}, or any other command
5396that resumes execution.
5397
5398Any other commands in the command list, after a command that resumes
5399execution, are ignored. This is because any time you resume execution
5400(even with a simple @code{next} or @code{step}), you may encounter
5401another breakpoint---which could have its own command list, leading to
5402ambiguities about which list to execute.
5403
5404@kindex silent
5405If the first command you specify in a command list is @code{silent}, the
5406usual message about stopping at a breakpoint is not printed. This may
5407be desirable for breakpoints that are to print a specific message and
5408then continue. If none of the remaining commands print anything, you
5409see no sign that the breakpoint was reached. @code{silent} is
5410meaningful only at the beginning of a breakpoint command list.
5411
5412The commands @code{echo}, @code{output}, and @code{printf} allow you to
5413print precisely controlled output, and are often useful in silent
79a6e687 5414breakpoints. @xref{Output, ,Commands for Controlled Output}.
c906108c
SS
5415
5416For example, here is how you could use breakpoint commands to print the
5417value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5418
474c8240 5419@smallexample
c906108c
SS
5420break foo if x>0
5421commands
5422silent
5423printf "x is %d\n",x
5424cont
5425end
474c8240 5426@end smallexample
c906108c
SS
5427
5428One application for breakpoint commands is to compensate for one bug so
5429you can test for another. Put a breakpoint just after the erroneous line
5430of code, give it a condition to detect the case in which something
5431erroneous has been done, and give it commands to assign correct values
5432to any variables that need them. End with the @code{continue} command
5433so that your program does not stop, and start with the @code{silent}
5434command so that no output is produced. Here is an example:
5435
474c8240 5436@smallexample
c906108c
SS
5437break 403
5438commands
5439silent
5440set x = y + 4
5441cont
5442end
474c8240 5443@end smallexample
c906108c 5444
e7e0cddf
SS
5445@node Dynamic Printf
5446@subsection Dynamic Printf
5447
5448@cindex dynamic printf
5449@cindex dprintf
5450The dynamic printf command @code{dprintf} combines a breakpoint with
5451formatted printing of your program's data to give you the effect of
5452inserting @code{printf} calls into your program on-the-fly, without
5453having to recompile it.
5454
5455In its most basic form, the output goes to the GDB console. However,
5456you can set the variable @code{dprintf-style} for alternate handling.
5457For instance, you can ask to format the output by calling your
5458program's @code{printf} function. This has the advantage that the
5459characters go to the program's output device, so they can recorded in
5460redirects to files and so forth.
5461
d3ce09f5
SS
5462If you are doing remote debugging with a stub or agent, you can also
5463ask to have the printf handled by the remote agent. In addition to
5464ensuring that the output goes to the remote program's device along
5465with any other output the program might produce, you can also ask that
5466the dprintf remain active even after disconnecting from the remote
5467target. Using the stub/agent is also more efficient, as it can do
5468everything without needing to communicate with @value{GDBN}.
5469
e7e0cddf
SS
5470@table @code
5471@kindex dprintf
5472@item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5473Whenever execution reaches @var{location}, print the values of one or
5474more @var{expressions} under the control of the string @var{template}.
5475To print several values, separate them with commas.
5476
5477@item set dprintf-style @var{style}
5478Set the dprintf output to be handled in one of several different
5479styles enumerated below. A change of style affects all existing
5480dynamic printfs immediately. (If you need individual control over the
5481print commands, simply define normal breakpoints with
5482explicitly-supplied command lists.)
5483
18da0c51 5484@table @code
e7e0cddf
SS
5485@item gdb
5486@kindex dprintf-style gdb
5487Handle the output using the @value{GDBN} @code{printf} command.
5488
5489@item call
5490@kindex dprintf-style call
5491Handle the output by calling a function in your program (normally
5492@code{printf}).
5493
d3ce09f5
SS
5494@item agent
5495@kindex dprintf-style agent
5496Have the remote debugging agent (such as @code{gdbserver}) handle
5497the output itself. This style is only available for agents that
5498support running commands on the target.
18da0c51 5499@end table
d3ce09f5 5500
e7e0cddf
SS
5501@item set dprintf-function @var{function}
5502Set the function to call if the dprintf style is @code{call}. By
5503default its value is @code{printf}. You may set it to any expression.
5504that @value{GDBN} can evaluate to a function, as per the @code{call}
5505command.
5506
5507@item set dprintf-channel @var{channel}
5508Set a ``channel'' for dprintf. If set to a non-empty value,
5509@value{GDBN} will evaluate it as an expression and pass the result as
5510a first argument to the @code{dprintf-function}, in the manner of
5511@code{fprintf} and similar functions. Otherwise, the dprintf format
5512string will be the first argument, in the manner of @code{printf}.
5513
5514As an example, if you wanted @code{dprintf} output to go to a logfile
5515that is a standard I/O stream assigned to the variable @code{mylog},
5516you could do the following:
5517
5518@example
a8b43b7b
T
5519(@value{GDBP}) set dprintf-style call
5520(@value{GDBP}) set dprintf-function fprintf
5521(@value{GDBP}) set dprintf-channel mylog
5522(@value{GDBP}) dprintf 25,"at line 25, glob=%d\n",glob
e7e0cddf 5523Dprintf 1 at 0x123456: file main.c, line 25.
a8b43b7b 5524(@value{GDBP}) info break
e7e0cddf
SS
55251 dprintf keep y 0x00123456 in main at main.c:25
5526 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5527 continue
a8b43b7b 5528(@value{GDBP})
e7e0cddf
SS
5529@end example
5530
5531Note that the @code{info break} displays the dynamic printf commands
5532as normal breakpoint commands; you can thus easily see the effect of
5533the variable settings.
5534
d3ce09f5
SS
5535@item set disconnected-dprintf on
5536@itemx set disconnected-dprintf off
5537@kindex set disconnected-dprintf
5538Choose whether @code{dprintf} commands should continue to run if
5539@value{GDBN} has disconnected from the target. This only applies
5540if the @code{dprintf-style} is @code{agent}.
5541
5542@item show disconnected-dprintf off
5543@kindex show disconnected-dprintf
5544Show the current choice for disconnected @code{dprintf}.
5545
e7e0cddf
SS
5546@end table
5547
5548@value{GDBN} does not check the validity of function and channel,
5549relying on you to supply values that are meaningful for the contexts
5550in which they are being used. For instance, the function and channel
5551may be the values of local variables, but if that is the case, then
5552all enabled dynamic prints must be at locations within the scope of
5553those locals. If evaluation fails, @value{GDBN} will report an error.
5554
6149aea9
PA
5555@node Save Breakpoints
5556@subsection How to save breakpoints to a file
5557
5558To save breakpoint definitions to a file use the @w{@code{save
5559breakpoints}} command.
5560
5561@table @code
5562@kindex save breakpoints
5563@cindex save breakpoints to a file for future sessions
5564@item save breakpoints [@var{filename}]
5565This command saves all current breakpoint definitions together with
5566their commands and ignore counts, into a file @file{@var{filename}}
5567suitable for use in a later debugging session. This includes all
5568types of breakpoints (breakpoints, watchpoints, catchpoints,
5569tracepoints). To read the saved breakpoint definitions, use the
5570@code{source} command (@pxref{Command Files}). Note that watchpoints
5571with expressions involving local variables may fail to be recreated
5572because it may not be possible to access the context where the
5573watchpoint is valid anymore. Because the saved breakpoint definitions
5574are simply a sequence of @value{GDBN} commands that recreate the
5575breakpoints, you can edit the file in your favorite editing program,
5576and remove the breakpoint definitions you're not interested in, or
5577that can no longer be recreated.
5578@end table
5579
62e5f89c
SDJ
5580@node Static Probe Points
5581@subsection Static Probe Points
5582
5583@cindex static probe point, SystemTap
3133f8c1 5584@cindex static probe point, DTrace
62e5f89c
SDJ
5585@value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5586for Statically Defined Tracing, and the probes are designed to have a tiny
3133f8c1
JM
5587runtime code and data footprint, and no dynamic relocations.
5588
5589Currently, the following types of probes are supported on
5590ELF-compatible systems:
5591
5592@itemize @bullet
62e5f89c 5593
3133f8c1
JM
5594@item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5595@acronym{SDT} probes@footnote{See
62e5f89c 5596@uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
3133f8c1
JM
5597for more information on how to add @code{SystemTap} @acronym{SDT}
5598probes in your applications.}. @code{SystemTap} probes are usable
5599from assembly, C and C@t{++} languages@footnote{See
5600@uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5601for a good reference on how the @acronym{SDT} probes are implemented.}.
5602
5603@item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5604@acronym{USDT} probes. @code{DTrace} probes are usable from C and
5605C@t{++} languages.
5606@end itemize
62e5f89c
SDJ
5607
5608@cindex semaphores on static probe points
3133f8c1
JM
5609Some @code{SystemTap} probes have an associated semaphore variable;
5610for instance, this happens automatically if you defined your probe
5611using a DTrace-style @file{.d} file. If your probe has a semaphore,
5612@value{GDBN} will automatically enable it when you specify a
5613breakpoint using the @samp{-probe-stap} notation. But, if you put a
5614breakpoint at a probe's location by some other method (e.g.,
5615@code{break file:line}), then @value{GDBN} will not automatically set
5616the semaphore. @code{DTrace} probes do not support semaphores.
62e5f89c
SDJ
5617
5618You can examine the available static static probes using @code{info
5619probes}, with optional arguments:
5620
5621@table @code
5622@kindex info probes
3133f8c1
JM
5623@item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5624If given, @var{type} is either @code{stap} for listing
5625@code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5626probes. If omitted all probes are listed regardless of their types.
5627
62e5f89c
SDJ
5628If given, @var{provider} is a regular expression used to match against provider
5629names when selecting which probes to list. If omitted, probes by all
5630probes from all providers are listed.
5631
5632If given, @var{name} is a regular expression to match against probe names
5633when selecting which probes to list. If omitted, probe names are not
5634considered when deciding whether to display them.
5635
5636If given, @var{objfile} is a regular expression used to select which
5637object files (executable or shared libraries) to examine. If not
5638given, all object files are considered.
5639
5640@item info probes all
5641List the available static probes, from all types.
5642@end table
5643
9aca2ff8
JM
5644@cindex enabling and disabling probes
5645Some probe points can be enabled and/or disabled. The effect of
5646enabling or disabling a probe depends on the type of probe being
3133f8c1
JM
5647handled. Some @code{DTrace} probes can be enabled or
5648disabled, but @code{SystemTap} probes cannot be disabled.
9aca2ff8
JM
5649
5650You can enable (or disable) one or more probes using the following
5651commands, with optional arguments:
5652
5653@table @code
5654@kindex enable probes
5655@item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5656If given, @var{provider} is a regular expression used to match against
5657provider names when selecting which probes to enable. If omitted,
5658all probes from all providers are enabled.
5659
5660If given, @var{name} is a regular expression to match against probe
5661names when selecting which probes to enable. If omitted, probe names
5662are not considered when deciding whether to enable them.
5663
5664If given, @var{objfile} is a regular expression used to select which
5665object files (executable or shared libraries) to examine. If not
5666given, all object files are considered.
5667
5668@kindex disable probes
5669@item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5670See the @code{enable probes} command above for a description of the
5671optional arguments accepted by this command.
5672@end table
5673
62e5f89c
SDJ
5674@vindex $_probe_arg@r{, convenience variable}
5675A probe may specify up to twelve arguments. These are available at the
5676point at which the probe is defined---that is, when the current PC is
5677at the probe's location. The arguments are available using the
5678convenience variables (@pxref{Convenience Vars})
3133f8c1
JM
5679@code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5680probes each probe argument is an integer of the appropriate size;
5681types are not preserved. In @code{DTrace} probes types are preserved
5682provided that they are recognized as such by @value{GDBN}; otherwise
5683the value of the probe argument will be a long integer. The
62e5f89c
SDJ
5684convenience variable @code{$_probe_argc} holds the number of arguments
5685at the current probe point.
5686
5687These variables are always available, but attempts to access them at
5688any location other than a probe point will cause @value{GDBN} to give
5689an error message.
5690
5691
c906108c 5692@c @ifclear BARETARGET
6d2ebf8b 5693@node Error in Breakpoints
d4f3574e 5694@subsection ``Cannot insert breakpoints''
c906108c 5695
fa3a767f
PA
5696If you request too many active hardware-assisted breakpoints and
5697watchpoints, you will see this error message:
d4f3574e
SS
5698
5699@c FIXME: the precise wording of this message may change; the relevant
5700@c source change is not committed yet (Sep 3, 1999).
5701@smallexample
5702Stopped; cannot insert breakpoints.
5703You may have requested too many hardware breakpoints and watchpoints.
5704@end smallexample
5705
5706@noindent
5707This message is printed when you attempt to resume the program, since
5708only then @value{GDBN} knows exactly how many hardware breakpoints and
5709watchpoints it needs to insert.
5710
5711When this message is printed, you need to disable or remove some of the
5712hardware-assisted breakpoints and watchpoints, and then continue.
5713
79a6e687 5714@node Breakpoint-related Warnings
1485d690
KB
5715@subsection ``Breakpoint address adjusted...''
5716@cindex breakpoint address adjusted
5717
5718Some processor architectures place constraints on the addresses at
5719which breakpoints may be placed. For architectures thus constrained,
5720@value{GDBN} will attempt to adjust the breakpoint's address to comply
5721with the constraints dictated by the architecture.
5722
5723One example of such an architecture is the Fujitsu FR-V. The FR-V is
5724a VLIW architecture in which a number of RISC-like instructions may be
5725bundled together for parallel execution. The FR-V architecture
5726constrains the location of a breakpoint instruction within such a
5727bundle to the instruction with the lowest address. @value{GDBN}
5728honors this constraint by adjusting a breakpoint's address to the
5729first in the bundle.
5730
5731It is not uncommon for optimized code to have bundles which contain
5732instructions from different source statements, thus it may happen that
5733a breakpoint's address will be adjusted from one source statement to
5734another. Since this adjustment may significantly alter @value{GDBN}'s
5735breakpoint related behavior from what the user expects, a warning is
5736printed when the breakpoint is first set and also when the breakpoint
5737is hit.
5738
5739A warning like the one below is printed when setting a breakpoint
5740that's been subject to address adjustment:
5741
5742@smallexample
5743warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5744@end smallexample
5745
5746Such warnings are printed both for user settable and @value{GDBN}'s
5747internal breakpoints. If you see one of these warnings, you should
5748verify that a breakpoint set at the adjusted address will have the
5749desired affect. If not, the breakpoint in question may be removed and
b383017d 5750other breakpoints may be set which will have the desired behavior.
1485d690
KB
5751E.g., it may be sufficient to place the breakpoint at a later
5752instruction. A conditional breakpoint may also be useful in some
5753cases to prevent the breakpoint from triggering too often.
5754
5755@value{GDBN} will also issue a warning when stopping at one of these
5756adjusted breakpoints:
5757
5758@smallexample
5759warning: Breakpoint 1 address previously adjusted from 0x00010414
5760to 0x00010410.
5761@end smallexample
5762
5763When this warning is encountered, it may be too late to take remedial
5764action except in cases where the breakpoint is hit earlier or more
5765frequently than expected.
d4f3574e 5766
6d2ebf8b 5767@node Continuing and Stepping
79a6e687 5768@section Continuing and Stepping
c906108c
SS
5769
5770@cindex stepping
5771@cindex continuing
5772@cindex resuming execution
5773@dfn{Continuing} means resuming program execution until your program
5774completes normally. In contrast, @dfn{stepping} means executing just
5775one more ``step'' of your program, where ``step'' may mean either one
5776line of source code, or one machine instruction (depending on what
7a292a7a
SS
5777particular command you use). Either when continuing or when stepping,
5778your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e 5779it stops due to a signal, you may want to use @code{handle}, or use
e5f8a7cc
PA
5780@samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5781or you may step into the signal's handler (@pxref{stepping and signal
5782handlers}).)
c906108c
SS
5783
5784@table @code
5785@kindex continue
41afff9a
EZ
5786@kindex c @r{(@code{continue})}
5787@kindex fg @r{(resume foreground execution)}
c906108c
SS
5788@item continue @r{[}@var{ignore-count}@r{]}
5789@itemx c @r{[}@var{ignore-count}@r{]}
5790@itemx fg @r{[}@var{ignore-count}@r{]}
5791Resume program execution, at the address where your program last stopped;
5792any breakpoints set at that address are bypassed. The optional argument
5793@var{ignore-count} allows you to specify a further number of times to
5794ignore a breakpoint at this location; its effect is like that of
79a6e687 5795@code{ignore} (@pxref{Conditions, ,Break Conditions}).
c906108c
SS
5796
5797The argument @var{ignore-count} is meaningful only when your program
5798stopped due to a breakpoint. At other times, the argument to
5799@code{continue} is ignored.
5800
d4f3574e
SS
5801The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5802debugged program is deemed to be the foreground program) are provided
5803purely for convenience, and have exactly the same behavior as
5804@code{continue}.
c906108c
SS
5805@end table
5806
5807To resume execution at a different place, you can use @code{return}
79a6e687 5808(@pxref{Returning, ,Returning from a Function}) to go back to the
c906108c 5809calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
79a6e687 5810Different Address}) to go to an arbitrary location in your program.
c906108c
SS
5811
5812A typical technique for using stepping is to set a breakpoint
79a6e687 5813(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
c906108c
SS
5814beginning of the function or the section of your program where a problem
5815is believed to lie, run your program until it stops at that breakpoint,
5816and then step through the suspect area, examining the variables that are
5817interesting, until you see the problem happen.
5818
5819@table @code
5820@kindex step
41afff9a 5821@kindex s @r{(@code{step})}
c906108c
SS
5822@item step
5823Continue running your program until control reaches a different source
5824line, then stop it and return control to @value{GDBN}. This command is
5825abbreviated @code{s}.
5826
5827@quotation
5828@c "without debugging information" is imprecise; actually "without line
5829@c numbers in the debugging information". (gcc -g1 has debugging info but
5830@c not line numbers). But it seems complex to try to make that
5831@c distinction here.
5832@emph{Warning:} If you use the @code{step} command while control is
5833within a function that was compiled without debugging information,
5834execution proceeds until control reaches a function that does have
5835debugging information. Likewise, it will not step into a function which
5836is compiled without debugging information. To step through functions
5837without debugging information, use the @code{stepi} command, described
5838below.
5839@end quotation
5840
4a92d011
EZ
5841The @code{step} command only stops at the first instruction of a source
5842line. This prevents the multiple stops that could otherwise occur in
5843@code{switch} statements, @code{for} loops, etc. @code{step} continues
5844to stop if a function that has debugging information is called within
5845the line. In other words, @code{step} @emph{steps inside} any functions
5846called within the line.
c906108c 5847
d4f3574e
SS
5848Also, the @code{step} command only enters a function if there is line
5849number information for the function. Otherwise it acts like the
5d161b24 5850@code{next} command. This avoids problems when using @code{cc -gl}
eb17f351 5851on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5d161b24 5852was any debugging information about the routine.
c906108c
SS
5853
5854@item step @var{count}
5855Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
5856breakpoint is reached, or a signal not related to stepping occurs before
5857@var{count} steps, stepping stops right away.
c906108c
SS
5858
5859@kindex next
41afff9a 5860@kindex n @r{(@code{next})}
c906108c
SS
5861@item next @r{[}@var{count}@r{]}
5862Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
5863This is similar to @code{step}, but function calls that appear within
5864the line of code are executed without stopping. Execution stops when
5865control reaches a different line of code at the original stack level
5866that was executing when you gave the @code{next} command. This command
5867is abbreviated @code{n}.
c906108c
SS
5868
5869An argument @var{count} is a repeat count, as for @code{step}.
5870
5871
5872@c FIX ME!! Do we delete this, or is there a way it fits in with
5873@c the following paragraph? --- Vctoria
5874@c
5875@c @code{next} within a function that lacks debugging information acts like
5876@c @code{step}, but any function calls appearing within the code of the
5877@c function are executed without stopping.
5878
d4f3574e
SS
5879The @code{next} command only stops at the first instruction of a
5880source line. This prevents multiple stops that could otherwise occur in
4a92d011 5881@code{switch} statements, @code{for} loops, etc.
c906108c 5882
b90a5f51
CF
5883@kindex set step-mode
5884@item set step-mode
5885@cindex functions without line info, and stepping
5886@cindex stepping into functions with no line info
5887@itemx set step-mode on
4a92d011 5888The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
5889stop at the first instruction of a function which contains no debug line
5890information rather than stepping over it.
5891
4a92d011
EZ
5892This is useful in cases where you may be interested in inspecting the
5893machine instructions of a function which has no symbolic info and do not
5894want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
5895
5896@item set step-mode off
4a92d011 5897Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
5898debug information. This is the default.
5899
9c16f35a
EZ
5900@item show step-mode
5901Show whether @value{GDBN} will stop in or step over functions without
5902source line debug information.
5903
c906108c 5904@kindex finish
8dfa32fc 5905@kindex fin @r{(@code{finish})}
c906108c
SS
5906@item finish
5907Continue running until just after function in the selected stack frame
8dfa32fc
JB
5908returns. Print the returned value (if any). This command can be
5909abbreviated as @code{fin}.
c906108c
SS
5910
5911Contrast this with the @code{return} command (@pxref{Returning,
79a6e687 5912,Returning from a Function}).
c906108c 5913
000439d5
TT
5914@kindex set print finish
5915@kindex show print finish
5916@item set print finish @r{[}on|off@r{]}
5917@itemx show print finish
5918By default the @code{finish} command will show the value that is
5919returned by the function. This can be disabled using @code{set print
5920finish off}. When disabled, the value is still entered into the value
5921history (@pxref{Value History}), but not displayed.
5922
c906108c 5923@kindex until
41afff9a 5924@kindex u @r{(@code{until})}
09d4efe1 5925@cindex run until specified location
c906108c
SS
5926@item until
5927@itemx u
5928Continue running until a source line past the current line, in the
5929current stack frame, is reached. This command is used to avoid single
5930stepping through a loop more than once. It is like the @code{next}
5931command, except that when @code{until} encounters a jump, it
5932automatically continues execution until the program counter is greater
5933than the address of the jump.
5934
5935This means that when you reach the end of a loop after single stepping
5936though it, @code{until} makes your program continue execution until it
5937exits the loop. In contrast, a @code{next} command at the end of a loop
5938simply steps back to the beginning of the loop, which forces you to step
5939through the next iteration.
5940
5941@code{until} always stops your program if it attempts to exit the current
5942stack frame.
5943
5944@code{until} may produce somewhat counterintuitive results if the order
5945of machine code does not match the order of the source lines. For
5946example, in the following excerpt from a debugging session, the @code{f}
5947(@code{frame}) command shows that execution is stopped at line
5948@code{206}; yet when we use @code{until}, we get to line @code{195}:
5949
474c8240 5950@smallexample
c906108c
SS
5951(@value{GDBP}) f
5952#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
5953206 expand_input();
5954(@value{GDBP}) until
5955195 for ( ; argc > 0; NEXTARG) @{
474c8240 5956@end smallexample
c906108c
SS
5957
5958This happened because, for execution efficiency, the compiler had
5959generated code for the loop closure test at the end, rather than the
5960start, of the loop---even though the test in a C @code{for}-loop is
5961written before the body of the loop. The @code{until} command appeared
5962to step back to the beginning of the loop when it advanced to this
5963expression; however, it has not really gone to an earlier
5964statement---not in terms of the actual machine code.
5965
5966@code{until} with no argument works by means of single
5967instruction stepping, and hence is slower than @code{until} with an
5968argument.
5969
5970@item until @var{location}
5971@itemx u @var{location}
697aa1b7
EZ
5972Continue running your program until either the specified @var{location} is
5973reached, or the current stack frame returns. The location is any of
2a25a5ba
EZ
5974the forms described in @ref{Specify Location}.
5975This form of the command uses temporary breakpoints, and
c60eb6f1
EZ
5976hence is quicker than @code{until} without an argument. The specified
5977location is actually reached only if it is in the current frame. This
5978implies that @code{until} can be used to skip over recursive function
5979invocations. For instance in the code below, if the current location is
5980line @code{96}, issuing @code{until 99} will execute the program up to
db2e3e2e 5981line @code{99} in the same invocation of factorial, i.e., after the inner
c60eb6f1
EZ
5982invocations have returned.
5983
5984@smallexample
598594 int factorial (int value)
598695 @{
598796 if (value > 1) @{
598897 value *= factorial (value - 1);
598998 @}
599099 return (value);
5991100 @}
5992@end smallexample
5993
5994
5995@kindex advance @var{location}
984359d2 5996@item advance @var{location}
09d4efe1 5997Continue running the program up to the given @var{location}. An argument is
2a25a5ba
EZ
5998required, which should be of one of the forms described in
5999@ref{Specify Location}.
6000Execution will also stop upon exit from the current stack
c60eb6f1
EZ
6001frame. This command is similar to @code{until}, but @code{advance} will
6002not skip over recursive function calls, and the target location doesn't
6003have to be in the same frame as the current one.
6004
c906108c
SS
6005
6006@kindex stepi
41afff9a 6007@kindex si @r{(@code{stepi})}
c906108c 6008@item stepi
96a2c332 6009@itemx stepi @var{arg}
c906108c
SS
6010@itemx si
6011Execute one machine instruction, then stop and return to the debugger.
6012
6013It is often useful to do @samp{display/i $pc} when stepping by machine
6014instructions. This makes @value{GDBN} automatically display the next
6015instruction to be executed, each time your program stops. @xref{Auto
79a6e687 6016Display,, Automatic Display}.
c906108c
SS
6017
6018An argument is a repeat count, as in @code{step}.
6019
6020@need 750
6021@kindex nexti
41afff9a 6022@kindex ni @r{(@code{nexti})}
c906108c 6023@item nexti
96a2c332 6024@itemx nexti @var{arg}
c906108c
SS
6025@itemx ni
6026Execute one machine instruction, but if it is a function call,
6027proceed until the function returns.
6028
6029An argument is a repeat count, as in @code{next}.
c1e36e3e
PA
6030
6031@end table
6032
6033@anchor{range stepping}
6034@cindex range stepping
6035@cindex target-assisted range stepping
6036By default, and if available, @value{GDBN} makes use of
6037target-assisted @dfn{range stepping}. In other words, whenever you
6038use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6039tells the target to step the corresponding range of instruction
6040addresses instead of issuing multiple single-steps. This speeds up
6041line stepping, particularly for remote targets. Ideally, there should
6042be no reason you would want to turn range stepping off. However, it's
6043possible that a bug in the debug info, a bug in the remote stub (for
6044remote targets), or even a bug in @value{GDBN} could make line
6045stepping behave incorrectly when target-assisted range stepping is
6046enabled. You can use the following command to turn off range stepping
6047if necessary:
6048
6049@table @code
6050@kindex set range-stepping
6051@kindex show range-stepping
6052@item set range-stepping
6053@itemx show range-stepping
6054Control whether range stepping is enabled.
6055
6056If @code{on}, and the target supports it, @value{GDBN} tells the
6057target to step a range of addresses itself, instead of issuing
6058multiple single-steps. If @code{off}, @value{GDBN} always issues
6059single-steps, even if range stepping is supported by the target. The
6060default is @code{on}.
6061
c906108c
SS
6062@end table
6063
aad1c02c
TT
6064@node Skipping Over Functions and Files
6065@section Skipping Over Functions and Files
1bfeeb0f
JL
6066@cindex skipping over functions and files
6067
6068The program you are debugging may contain some functions which are
8244c20d 6069uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
cce0e923
DE
6070skip a function, all functions in a file or a particular function in
6071a particular file when stepping.
1bfeeb0f
JL
6072
6073For example, consider the following C function:
6074
6075@smallexample
6076101 int func()
6077102 @{
6078103 foo(boring());
6079104 bar(boring());
6080105 @}
6081@end smallexample
6082
6083@noindent
6084Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6085are not interested in stepping through @code{boring}. If you run @code{step}
6086at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6087step over both @code{foo} and @code{boring}!
6088
6089One solution is to @code{step} into @code{boring} and use the @code{finish}
6090command to immediately exit it. But this can become tedious if @code{boring}
6091is called from many places.
6092
6093A more flexible solution is to execute @kbd{skip boring}. This instructs
6094@value{GDBN} never to step into @code{boring}. Now when you execute
6095@code{step} at line 103, you'll step over @code{boring} and directly into
6096@code{foo}.
6097
cce0e923
DE
6098Functions may be skipped by providing either a function name, linespec
6099(@pxref{Specify Location}), regular expression that matches the function's
6100name, file name or a @code{glob}-style pattern that matches the file name.
6101
6102On Posix systems the form of the regular expression is
6103``Extended Regular Expressions''. See for example @samp{man 7 regex}
6104on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6105expression is whatever is provided by the @code{regcomp} function of
6106the underlying system.
6107See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6108description of @code{glob}-style patterns.
6109
6110@table @code
6111@kindex skip
6112@item skip @r{[}@var{options}@r{]}
6113The basic form of the @code{skip} command takes zero or more options
6114that specify what to skip.
6115The @var{options} argument is any useful combination of the following:
1bfeeb0f
JL
6116
6117@table @code
cce0e923
DE
6118@item -file @var{file}
6119@itemx -fi @var{file}
6120Functions in @var{file} will be skipped over when stepping.
6121
6122@item -gfile @var{file-glob-pattern}
6123@itemx -gfi @var{file-glob-pattern}
6124@cindex skipping over files via glob-style patterns
6125Functions in files matching @var{file-glob-pattern} will be skipped
6126over when stepping.
6127
6128@smallexample
a8b43b7b 6129(@value{GDBP}) skip -gfi utils/*.c
cce0e923
DE
6130@end smallexample
6131
6132@item -function @var{linespec}
6133@itemx -fu @var{linespec}
6134Functions named by @var{linespec} or the function containing the line
6135named by @var{linespec} will be skipped over when stepping.
6136@xref{Specify Location}.
6137
6138@item -rfunction @var{regexp}
6139@itemx -rfu @var{regexp}
6140@cindex skipping over functions via regular expressions
6141Functions whose name matches @var{regexp} will be skipped over when stepping.
6142
6143This form is useful for complex function names.
6144For example, there is generally no need to step into C@t{++} @code{std::string}
6145constructors or destructors. Plus with C@t{++} templates it can be hard to
6146write out the full name of the function, and often it doesn't matter what
6147the template arguments are. Specifying the function to be skipped as a
6148regular expression makes this easier.
6149
6150@smallexample
a8b43b7b 6151(@value{GDBP}) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
cce0e923
DE
6152@end smallexample
6153
6154If you want to skip every templated C@t{++} constructor and destructor
6155in the @code{std} namespace you can do:
6156
6157@smallexample
a8b43b7b 6158(@value{GDBP}) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
cce0e923
DE
6159@end smallexample
6160@end table
6161
6162If no options are specified, the function you're currently debugging
6163will be skipped.
6164
1bfeeb0f 6165@kindex skip function
cce0e923 6166@item skip function @r{[}@var{linespec}@r{]}
1bfeeb0f
JL
6167After running this command, the function named by @var{linespec} or the
6168function containing the line named by @var{linespec} will be skipped over when
983fb131 6169stepping. @xref{Specify Location}.
1bfeeb0f
JL
6170
6171If you do not specify @var{linespec}, the function you're currently debugging
6172will be skipped.
6173
6174(If you have a function called @code{file} that you want to skip, use
6175@kbd{skip function file}.)
6176
6177@kindex skip file
6178@item skip file @r{[}@var{filename}@r{]}
6179After running this command, any function whose source lives in @var{filename}
6180will be skipped over when stepping.
6181
cce0e923 6182@smallexample
a8b43b7b 6183(@value{GDBP}) skip file boring.c
cce0e923
DE
6184File boring.c will be skipped when stepping.
6185@end smallexample
6186
1bfeeb0f
JL
6187If you do not specify @var{filename}, functions whose source lives in the file
6188you're currently debugging will be skipped.
6189@end table
6190
6191Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6192These are the commands for managing your list of skips:
6193
6194@table @code
6195@kindex info skip
6196@item info skip @r{[}@var{range}@r{]}
6197Print details about the specified skip(s). If @var{range} is not specified,
6198print a table with details about all functions and files marked for skipping.
6199@code{info skip} prints the following information about each skip:
6200
6201@table @emph
6202@item Identifier
6203A number identifying this skip.
1bfeeb0f 6204@item Enabled or Disabled
cce0e923
DE
6205Enabled skips are marked with @samp{y}.
6206Disabled skips are marked with @samp{n}.
6207@item Glob
6208If the file name is a @samp{glob} pattern this is @samp{y}.
6209Otherwise it is @samp{n}.
6210@item File
6211The name or @samp{glob} pattern of the file to be skipped.
6212If no file is specified this is @samp{<none>}.
6213@item RE
6214If the function name is a @samp{regular expression} this is @samp{y}.
6215Otherwise it is @samp{n}.
6216@item Function
6217The name or regular expression of the function to skip.
6218If no function is specified this is @samp{<none>}.
1bfeeb0f
JL
6219@end table
6220
6221@kindex skip delete
6222@item skip delete @r{[}@var{range}@r{]}
6223Delete the specified skip(s). If @var{range} is not specified, delete all
6224skips.
6225
6226@kindex skip enable
6227@item skip enable @r{[}@var{range}@r{]}
6228Enable the specified skip(s). If @var{range} is not specified, enable all
6229skips.
6230
6231@kindex skip disable
6232@item skip disable @r{[}@var{range}@r{]}
6233Disable the specified skip(s). If @var{range} is not specified, disable all
6234skips.
6235
3e68067f
SM
6236@kindex set debug skip
6237@item set debug skip @r{[}on|off@r{]}
6238Set whether to print the debug output about skipping files and functions.
6239
6240@kindex show debug skip
6241@item show debug skip
6242Show whether the debug output about skipping files and functions is printed.
6243
1bfeeb0f
JL
6244@end table
6245
6d2ebf8b 6246@node Signals
c906108c
SS
6247@section Signals
6248@cindex signals
6249
6250A signal is an asynchronous event that can happen in a program. The
6251operating system defines the possible kinds of signals, and gives each
6252kind a name and a number. For example, in Unix @code{SIGINT} is the
c8aa23ab 6253signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
c906108c
SS
6254@code{SIGSEGV} is the signal a program gets from referencing a place in
6255memory far away from all the areas in use; @code{SIGALRM} occurs when
6256the alarm clock timer goes off (which happens only if your program has
6257requested an alarm).
6258
6259@cindex fatal signals
6260Some signals, including @code{SIGALRM}, are a normal part of the
6261functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 6262errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
6263program has not specified in advance some other way to handle the signal.
6264@code{SIGINT} does not indicate an error in your program, but it is normally
6265fatal so it can carry out the purpose of the interrupt: to kill the program.
6266
6267@value{GDBN} has the ability to detect any occurrence of a signal in your
6268program. You can tell @value{GDBN} in advance what to do for each kind of
6269signal.
6270
6271@cindex handling signals
24f93129
EZ
6272Normally, @value{GDBN} is set up to let the non-erroneous signals like
6273@code{SIGALRM} be silently passed to your program
6274(so as not to interfere with their role in the program's functioning)
c906108c
SS
6275but to stop your program immediately whenever an error signal happens.
6276You can change these settings with the @code{handle} command.
6277
6278@table @code
6279@kindex info signals
09d4efe1 6280@kindex info handle
c906108c 6281@item info signals
96a2c332 6282@itemx info handle
c906108c
SS
6283Print a table of all the kinds of signals and how @value{GDBN} has been told to
6284handle each one. You can use this to see the signal numbers of all
6285the defined types of signals.
6286
45ac1734
EZ
6287@item info signals @var{sig}
6288Similar, but print information only about the specified signal number.
6289
d4f3574e 6290@code{info handle} is an alias for @code{info signals}.
c906108c 6291
ab04a2af
TT
6292@item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6293Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6294for details about this command.
6295
c906108c 6296@kindex handle
45ac1734 6297@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
697aa1b7 6298Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
5ece1a18 6299can be the number of a signal or its name (with or without the
24f93129 6300@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18 6301@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
45ac1734
EZ
6302known signals. Optional arguments @var{keywords}, described below,
6303say what change to make.
c906108c
SS
6304@end table
6305
6306@c @group
6307The keywords allowed by the @code{handle} command can be abbreviated.
6308Their full names are:
6309
6310@table @code
6311@item nostop
6312@value{GDBN} should not stop your program when this signal happens. It may
6313still print a message telling you that the signal has come in.
6314
6315@item stop
6316@value{GDBN} should stop your program when this signal happens. This implies
6317the @code{print} keyword as well.
6318
6319@item print
6320@value{GDBN} should print a message when this signal happens.
6321
6322@item noprint
6323@value{GDBN} should not mention the occurrence of the signal at all. This
6324implies the @code{nostop} keyword as well.
6325
6326@item pass
5ece1a18 6327@itemx noignore
c906108c
SS
6328@value{GDBN} should allow your program to see this signal; your program
6329can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 6330and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
6331
6332@item nopass
5ece1a18 6333@itemx ignore
c906108c 6334@value{GDBN} should not allow your program to see this signal.
5ece1a18 6335@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
6336@end table
6337@c @end group
6338
d4f3574e
SS
6339When a signal stops your program, the signal is not visible to the
6340program until you
c906108c
SS
6341continue. Your program sees the signal then, if @code{pass} is in
6342effect for the signal in question @emph{at that time}. In other words,
6343after @value{GDBN} reports a signal, you can use the @code{handle}
6344command with @code{pass} or @code{nopass} to control whether your
6345program sees that signal when you continue.
6346
24f93129
EZ
6347The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6348non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6349@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6350erroneous signals.
6351
c906108c
SS
6352You can also use the @code{signal} command to prevent your program from
6353seeing a signal, or cause it to see a signal it normally would not see,
6354or to give it any signal at any time. For example, if your program stopped
6355due to some sort of memory reference error, you might store correct
6356values into the erroneous variables and continue, hoping to see more
6357execution; but your program would probably terminate immediately as
6358a result of the fatal signal once it saw the signal. To prevent this,
6359you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
79a6e687 6360Program a Signal}.
c906108c 6361
e5f8a7cc
PA
6362@cindex stepping and signal handlers
6363@anchor{stepping and signal handlers}
6364
6365@value{GDBN} optimizes for stepping the mainline code. If a signal
6366that has @code{handle nostop} and @code{handle pass} set arrives while
6367a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6368in progress, @value{GDBN} lets the signal handler run and then resumes
6369stepping the mainline code once the signal handler returns. In other
6370words, @value{GDBN} steps over the signal handler. This prevents
6371signals that you've specified as not interesting (with @code{handle
6372nostop}) from changing the focus of debugging unexpectedly. Note that
6373the signal handler itself may still hit a breakpoint, stop for another
6374signal that has @code{handle stop} in effect, or for any other event
6375that normally results in stopping the stepping command sooner. Also
6376note that @value{GDBN} still informs you that the program received a
6377signal if @code{handle print} is set.
6378
6379@anchor{stepping into signal handlers}
6380
6381If you set @code{handle pass} for a signal, and your program sets up a
6382handler for it, then issuing a stepping command, such as @code{step}
6383or @code{stepi}, when your program is stopped due to the signal will
6384step @emph{into} the signal handler (if the target supports that).
6385
6386Likewise, if you use the @code{queue-signal} command to queue a signal
6387to be delivered to the current thread when execution of the thread
6388resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6389stepping command will step into the signal handler.
6390
6391Here's an example, using @code{stepi} to step to the first instruction
6392of @code{SIGUSR1}'s handler:
6393
6394@smallexample
6395(@value{GDBP}) handle SIGUSR1
6396Signal Stop Print Pass to program Description
6397SIGUSR1 Yes Yes Yes User defined signal 1
6398(@value{GDBP}) c
6399Continuing.
6400
6401Program received signal SIGUSR1, User defined signal 1.
6402main () sigusr1.c:28
640328 p = 0;
6404(@value{GDBP}) si
6405sigusr1_handler () at sigusr1.c:9
64069 @{
6407@end smallexample
6408
6409The same, but using @code{queue-signal} instead of waiting for the
6410program to receive the signal first:
6411
6412@smallexample
6413(@value{GDBP}) n
641428 p = 0;
6415(@value{GDBP}) queue-signal SIGUSR1
6416(@value{GDBP}) si
6417sigusr1_handler () at sigusr1.c:9
64189 @{
6419(@value{GDBP})
6420@end smallexample
6421
4aa995e1
PA
6422@cindex extra signal information
6423@anchor{extra signal information}
6424
6425On some targets, @value{GDBN} can inspect extra signal information
6426associated with the intercepted signal, before it is actually
6427delivered to the program being debugged. This information is exported
6428by the convenience variable @code{$_siginfo}, and consists of data
6429that is passed by the kernel to the signal handler at the time of the
6430receipt of a signal. The data type of the information itself is
6431target dependent. You can see the data type using the @code{ptype
6432$_siginfo} command. On Unix systems, it typically corresponds to the
6433standard @code{siginfo_t} type, as defined in the @file{signal.h}
6434system header.
6435
6436Here's an example, on a @sc{gnu}/Linux system, printing the stray
6437referenced address that raised a segmentation fault.
6438
6439@smallexample
6440@group
6441(@value{GDBP}) continue
6442Program received signal SIGSEGV, Segmentation fault.
64430x0000000000400766 in main ()
644469 *(int *)p = 0;
6445(@value{GDBP}) ptype $_siginfo
6446type = struct @{
6447 int si_signo;
6448 int si_errno;
6449 int si_code;
6450 union @{
6451 int _pad[28];
6452 struct @{...@} _kill;
6453 struct @{...@} _timer;
6454 struct @{...@} _rt;
6455 struct @{...@} _sigchld;
6456 struct @{...@} _sigfault;
6457 struct @{...@} _sigpoll;
6458 @} _sifields;
6459@}
6460(@value{GDBP}) ptype $_siginfo._sifields._sigfault
6461type = struct @{
6462 void *si_addr;
6463@}
6464(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6465$1 = (void *) 0x7ffff7ff7000
6466@end group
6467@end smallexample
6468
6469Depending on target support, @code{$_siginfo} may also be writable.
6470
012b3a21
WT
6471@cindex Intel MPX boundary violations
6472@cindex boundary violations, Intel MPX
6473On some targets, a @code{SIGSEGV} can be caused by a boundary
6474violation, i.e., accessing an address outside of the allowed range.
6475In those cases @value{GDBN} may displays additional information,
6476depending on how @value{GDBN} has been told to handle the signal.
6477With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6478kind: "Upper" or "Lower", the memory address accessed and the
6479bounds, while with @code{handle nostop SIGSEGV} no additional
6480information is displayed.
6481
6482The usual output of a segfault is:
6483@smallexample
6484Program received signal SIGSEGV, Segmentation fault
64850x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
648668 value = *(p + len);
6487@end smallexample
6488
6489While a bound violation is presented as:
6490@smallexample
6491Program received signal SIGSEGV, Segmentation fault
6492Upper bound violation while accessing address 0x7fffffffc3b3
6493Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
64940x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
649568 value = *(p + len);
6496@end smallexample
6497
6d2ebf8b 6498@node Thread Stops
79a6e687 6499@section Stopping and Starting Multi-thread Programs
c906108c 6500
0606b73b
SL
6501@cindex stopped threads
6502@cindex threads, stopped
6503
6504@cindex continuing threads
6505@cindex threads, continuing
6506
6507@value{GDBN} supports debugging programs with multiple threads
6508(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6509are two modes of controlling execution of your program within the
6510debugger. In the default mode, referred to as @dfn{all-stop mode},
6511when any thread in your program stops (for example, at a breakpoint
6512or while being stepped), all other threads in the program are also stopped by
6513@value{GDBN}. On some targets, @value{GDBN} also supports
6514@dfn{non-stop mode}, in which other threads can continue to run freely while
6515you examine the stopped thread in the debugger.
6516
6517@menu
6518* All-Stop Mode:: All threads stop when GDB takes control
6519* Non-Stop Mode:: Other threads continue to execute
6520* Background Execution:: Running your program asynchronously
6521* Thread-Specific Breakpoints:: Controlling breakpoints
6522* Interrupted System Calls:: GDB may interfere with system calls
d914c394 6523* Observer Mode:: GDB does not alter program behavior
0606b73b
SL
6524@end menu
6525
6526@node All-Stop Mode
6527@subsection All-Stop Mode
6528
6529@cindex all-stop mode
6530
6531In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6532@emph{all} threads of execution stop, not just the current thread. This
6533allows you to examine the overall state of the program, including
6534switching between threads, without worrying that things may change
6535underfoot.
6536
6537Conversely, whenever you restart the program, @emph{all} threads start
6538executing. @emph{This is true even when single-stepping} with commands
6539like @code{step} or @code{next}.
6540
6541In particular, @value{GDBN} cannot single-step all threads in lockstep.
6542Since thread scheduling is up to your debugging target's operating
6543system (not controlled by @value{GDBN}), other threads may
6544execute more than one statement while the current thread completes a
6545single step. Moreover, in general other threads stop in the middle of a
6546statement, rather than at a clean statement boundary, when the program
6547stops.
6548
6549You might even find your program stopped in another thread after
6550continuing or even single-stepping. This happens whenever some other
6551thread runs into a breakpoint, a signal, or an exception before the
6552first thread completes whatever you requested.
6553
6554@cindex automatic thread selection
6555@cindex switching threads automatically
6556@cindex threads, automatic switching
6557Whenever @value{GDBN} stops your program, due to a breakpoint or a
6558signal, it automatically selects the thread where that breakpoint or
6559signal happened. @value{GDBN} alerts you to the context switch with a
6560message such as @samp{[Switching to Thread @var{n}]} to identify the
6561thread.
6562
6563On some OSes, you can modify @value{GDBN}'s default behavior by
6564locking the OS scheduler to allow only a single thread to run.
6565
6566@table @code
6567@item set scheduler-locking @var{mode}
6568@cindex scheduler locking mode
6569@cindex lock scheduler
f2665db5
MM
6570Set the scheduler locking mode. It applies to normal execution,
6571record mode, and replay mode. If it is @code{off}, then there is no
6572locking and any thread may run at any time. If @code{on}, then only
6573the current thread may run when the inferior is resumed. The
6574@code{step} mode optimizes for single-stepping; it prevents other
6575threads from preempting the current thread while you are stepping, so
6576that the focus of debugging does not change unexpectedly. Other
6577threads never get a chance to run when you step, and they are
6578completely free to run when you use commands like @samp{continue},
6579@samp{until}, or @samp{finish}. However, unless another thread hits a
6580breakpoint during its timeslice, @value{GDBN} does not change the
6581current thread away from the thread that you are debugging. The
6582@code{replay} mode behaves like @code{off} in record mode and like
6583@code{on} in replay mode.
0606b73b
SL
6584
6585@item show scheduler-locking
6586Display the current scheduler locking mode.
6587@end table
6588
d4db2f36
PA
6589@cindex resume threads of multiple processes simultaneously
6590By default, when you issue one of the execution commands such as
6591@code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6592threads of the current inferior to run. For example, if @value{GDBN}
6593is attached to two inferiors, each with two threads, the
6594@code{continue} command resumes only the two threads of the current
6595inferior. This is useful, for example, when you debug a program that
6596forks and you want to hold the parent stopped (so that, for instance,
6597it doesn't run to exit), while you debug the child. In other
6598situations, you may not be interested in inspecting the current state
6599of any of the processes @value{GDBN} is attached to, and you may want
6600to resume them all until some breakpoint is hit. In the latter case,
6601you can instruct @value{GDBN} to allow all threads of all the
6602inferiors to run with the @w{@code{set schedule-multiple}} command.
6603
6604@table @code
6605@kindex set schedule-multiple
6606@item set schedule-multiple
6607Set the mode for allowing threads of multiple processes to be resumed
6608when an execution command is issued. When @code{on}, all threads of
6609all processes are allowed to run. When @code{off}, only the threads
6610of the current process are resumed. The default is @code{off}. The
6611@code{scheduler-locking} mode takes precedence when set to @code{on},
6612or while you are stepping and set to @code{step}.
6613
6614@item show schedule-multiple
6615Display the current mode for resuming the execution of threads of
6616multiple processes.
6617@end table
6618
0606b73b
SL
6619@node Non-Stop Mode
6620@subsection Non-Stop Mode
6621
6622@cindex non-stop mode
6623
6624@c This section is really only a place-holder, and needs to be expanded
97d8f0ee 6625@c with more details.
0606b73b
SL
6626
6627For some multi-threaded targets, @value{GDBN} supports an optional
6628mode of operation in which you can examine stopped program threads in
6629the debugger while other threads continue to execute freely. This
97d8f0ee
DE
6630minimizes intrusion when debugging live systems, such as programs
6631where some threads have real-time constraints or must continue to
0606b73b
SL
6632respond to external events. This is referred to as @dfn{non-stop} mode.
6633
6634In non-stop mode, when a thread stops to report a debugging event,
6635@emph{only} that thread is stopped; @value{GDBN} does not stop other
6636threads as well, in contrast to the all-stop mode behavior. Additionally,
6637execution commands such as @code{continue} and @code{step} apply by default
6638only to the current thread in non-stop mode, rather than all threads as
6639in all-stop mode. This allows you to control threads explicitly in
97d8f0ee 6640ways that are not possible in all-stop mode --- for example, stepping
0606b73b 6641one thread while allowing others to run freely, stepping
97d8f0ee 6642one thread while holding all others stopped, or stepping several threads
0606b73b
SL
6643independently and simultaneously.
6644
6645To enter non-stop mode, use this sequence of commands before you run
6646or attach to your program:
6647
0606b73b 6648@smallexample
0606b73b
SL
6649# If using the CLI, pagination breaks non-stop.
6650set pagination off
6651
6652# Finally, turn it on!
6653set non-stop on
6654@end smallexample
6655
6656You can use these commands to manipulate the non-stop mode setting:
6657
6658@table @code
6659@kindex set non-stop
6660@item set non-stop on
6661Enable selection of non-stop mode.
6662@item set non-stop off
6663Disable selection of non-stop mode.
6664@kindex show non-stop
6665@item show non-stop
6666Show the current non-stop enablement setting.
6667@end table
6668
6669Note these commands only reflect whether non-stop mode is enabled,
97d8f0ee 6670not whether the currently-executing program is being run in non-stop mode.
0606b73b 6671In particular, the @code{set non-stop} preference is only consulted when
97d8f0ee 6672@value{GDBN} starts or connects to the target program, and it is generally
0606b73b
SL
6673not possible to switch modes once debugging has started. Furthermore,
6674since not all targets support non-stop mode, even when you have enabled
6675non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6676default.
6677
6678In non-stop mode, all execution commands apply only to the current thread
97d8f0ee 6679by default. That is, @code{continue} only continues one thread.
0606b73b
SL
6680To continue all threads, issue @code{continue -a} or @code{c -a}.
6681
97d8f0ee 6682You can use @value{GDBN}'s background execution commands
0606b73b 6683(@pxref{Background Execution}) to run some threads in the background
97d8f0ee 6684while you continue to examine or step others from @value{GDBN}.
0606b73b
SL
6685The MI execution commands (@pxref{GDB/MI Program Execution}) are
6686always executed asynchronously in non-stop mode.
6687
6688Suspending execution is done with the @code{interrupt} command when
97d8f0ee
DE
6689running in the background, or @kbd{Ctrl-c} during foreground execution.
6690In all-stop mode, this stops the whole process;
6691but in non-stop mode the interrupt applies only to the current thread.
0606b73b
SL
6692To stop the whole program, use @code{interrupt -a}.
6693
6694Other execution commands do not currently support the @code{-a} option.
6695
6696In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6697that thread current, as it does in all-stop mode. This is because the
97d8f0ee 6698thread stop notifications are asynchronous with respect to @value{GDBN}'s
0606b73b
SL
6699command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6700changed to a different thread just as you entered a command to operate on the
6701previously current thread.
6702
6703@node Background Execution
6704@subsection Background Execution
6705
6706@cindex foreground execution
6707@cindex background execution
6708@cindex asynchronous execution
6709@cindex execution, foreground, background and asynchronous
6710
6711@value{GDBN}'s execution commands have two variants: the normal
6712foreground (synchronous) behavior, and a background
97d8f0ee 6713(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
0606b73b
SL
6714the program to report that some thread has stopped before prompting for
6715another command. In background execution, @value{GDBN} immediately gives
6716a command prompt so that you can issue other commands while your program runs.
6717
32fc0df9
PA
6718If the target doesn't support async mode, @value{GDBN} issues an error
6719message if you attempt to use the background execution commands.
6720
74fdb8ff 6721@cindex @code{&}, background execution of commands
0606b73b
SL
6722To specify background execution, add a @code{&} to the command. For example,
6723the background form of the @code{continue} command is @code{continue&}, or
6724just @code{c&}. The execution commands that accept background execution
6725are:
6726
6727@table @code
6728@kindex run&
6729@item run
6730@xref{Starting, , Starting your Program}.
6731
6732@item attach
6733@kindex attach&
6734@xref{Attach, , Debugging an Already-running Process}.
6735
6736@item step
6737@kindex step&
6738@xref{Continuing and Stepping, step}.
6739
6740@item stepi
6741@kindex stepi&
6742@xref{Continuing and Stepping, stepi}.
6743
6744@item next
6745@kindex next&
6746@xref{Continuing and Stepping, next}.
6747
7ce58dd2
DE
6748@item nexti
6749@kindex nexti&
6750@xref{Continuing and Stepping, nexti}.
6751
0606b73b
SL
6752@item continue
6753@kindex continue&
6754@xref{Continuing and Stepping, continue}.
6755
6756@item finish
6757@kindex finish&
6758@xref{Continuing and Stepping, finish}.
6759
6760@item until
6761@kindex until&
6762@xref{Continuing and Stepping, until}.
6763
6764@end table
6765
6766Background execution is especially useful in conjunction with non-stop
6767mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6768However, you can also use these commands in the normal all-stop mode with
6769the restriction that you cannot issue another execution command until the
6770previous one finishes. Examples of commands that are valid in all-stop
6771mode while the program is running include @code{help} and @code{info break}.
6772
6773You can interrupt your program while it is running in the background by
6774using the @code{interrupt} command.
6775
6776@table @code
6777@kindex interrupt
6778@item interrupt
6779@itemx interrupt -a
6780
97d8f0ee 6781Suspend execution of the running program. In all-stop mode,
0606b73b 6782@code{interrupt} stops the whole process, but in non-stop mode, it stops
97d8f0ee 6783only the current thread. To stop the whole program in non-stop mode,
0606b73b
SL
6784use @code{interrupt -a}.
6785@end table
6786
0606b73b
SL
6787@node Thread-Specific Breakpoints
6788@subsection Thread-Specific Breakpoints
6789
c906108c 6790When your program has multiple threads (@pxref{Threads,, Debugging
79a6e687 6791Programs with Multiple Threads}), you can choose whether to set
c906108c
SS
6792breakpoints on all threads, or on a particular thread.
6793
6794@table @code
6795@cindex breakpoints and threads
6796@cindex thread breakpoints
5d5658a1
PA
6797@kindex break @dots{} thread @var{thread-id}
6798@item break @var{location} thread @var{thread-id}
6799@itemx break @var{location} thread @var{thread-id} if @dots{}
629500fa 6800@var{location} specifies source lines; there are several ways of
2a25a5ba
EZ
6801writing them (@pxref{Specify Location}), but the effect is always to
6802specify some source line.
c906108c 6803
5d5658a1 6804Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
c906108c 6805to specify that you only want @value{GDBN} to stop the program when a
5d5658a1
PA
6806particular thread reaches this breakpoint. The @var{thread-id} specifier
6807is one of the thread identifiers assigned by @value{GDBN}, shown
697aa1b7 6808in the first column of the @samp{info threads} display.
c906108c 6809
5d5658a1 6810If you do not specify @samp{thread @var{thread-id}} when you set a
c906108c
SS
6811breakpoint, the breakpoint applies to @emph{all} threads of your
6812program.
6813
6814You can use the @code{thread} qualifier on conditional breakpoints as
5d5658a1 6815well; in this case, place @samp{thread @var{thread-id}} before or
b6199126 6816after the breakpoint condition, like this:
c906108c
SS
6817
6818@smallexample
2df3850c 6819(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
6820@end smallexample
6821
6822@end table
6823
f4fb82a1
PA
6824Thread-specific breakpoints are automatically deleted when
6825@value{GDBN} detects the corresponding thread is no longer in the
6826thread list. For example:
6827
6828@smallexample
6829(@value{GDBP}) c
6830Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
6831@end smallexample
6832
6833There are several ways for a thread to disappear, such as a regular
6834thread exit, but also when you detach from the process with the
6835@code{detach} command (@pxref{Attach, ,Debugging an Already-running
6836Process}), or if @value{GDBN} loses the remote connection
6837(@pxref{Remote Debugging}), etc. Note that with some targets,
6838@value{GDBN} is only able to detect a thread has exited when the user
6839explictly asks for the thread list with the @code{info threads}
6840command.
6841
0606b73b
SL
6842@node Interrupted System Calls
6843@subsection Interrupted System Calls
c906108c 6844
36d86913
MC
6845@cindex thread breakpoints and system calls
6846@cindex system calls and thread breakpoints
6847@cindex premature return from system calls
0606b73b
SL
6848There is an unfortunate side effect when using @value{GDBN} to debug
6849multi-threaded programs. If one thread stops for a
36d86913
MC
6850breakpoint, or for some other reason, and another thread is blocked in a
6851system call, then the system call may return prematurely. This is a
6852consequence of the interaction between multiple threads and the signals
6853that @value{GDBN} uses to implement breakpoints and other events that
6854stop execution.
6855
6856To handle this problem, your program should check the return value of
6857each system call and react appropriately. This is good programming
6858style anyways.
6859
6860For example, do not write code like this:
6861
6862@smallexample
6863 sleep (10);
6864@end smallexample
6865
6866The call to @code{sleep} will return early if a different thread stops
6867at a breakpoint or for some other reason.
6868
6869Instead, write this:
6870
6871@smallexample
6872 int unslept = 10;
6873 while (unslept > 0)
6874 unslept = sleep (unslept);
6875@end smallexample
6876
6877A system call is allowed to return early, so the system is still
6878conforming to its specification. But @value{GDBN} does cause your
6879multi-threaded program to behave differently than it would without
6880@value{GDBN}.
6881
6882Also, @value{GDBN} uses internal breakpoints in the thread library to
6883monitor certain events such as thread creation and thread destruction.
6884When such an event happens, a system call in another thread may return
6885prematurely, even though your program does not appear to stop.
6886
d914c394
SS
6887@node Observer Mode
6888@subsection Observer Mode
6889
6890If you want to build on non-stop mode and observe program behavior
6891without any chance of disruption by @value{GDBN}, you can set
6892variables to disable all of the debugger's attempts to modify state,
6893whether by writing memory, inserting breakpoints, etc. These operate
6894at a low level, intercepting operations from all commands.
6895
6896When all of these are set to @code{off}, then @value{GDBN} is said to
6897be @dfn{observer mode}. As a convenience, the variable
6898@code{observer} can be set to disable these, plus enable non-stop
6899mode.
6900
6901Note that @value{GDBN} will not prevent you from making nonsensical
6902combinations of these settings. For instance, if you have enabled
6903@code{may-insert-breakpoints} but disabled @code{may-write-memory},
6904then breakpoints that work by writing trap instructions into the code
6905stream will still not be able to be placed.
6906
6907@table @code
6908
6909@kindex observer
6910@item set observer on
6911@itemx set observer off
6912When set to @code{on}, this disables all the permission variables
6913below (except for @code{insert-fast-tracepoints}), plus enables
6914non-stop debugging. Setting this to @code{off} switches back to
6915normal debugging, though remaining in non-stop mode.
6916
6917@item show observer
6918Show whether observer mode is on or off.
6919
6920@kindex may-write-registers
6921@item set may-write-registers on
6922@itemx set may-write-registers off
6923This controls whether @value{GDBN} will attempt to alter the values of
6924registers, such as with assignment expressions in @code{print}, or the
6925@code{jump} command. It defaults to @code{on}.
6926
6927@item show may-write-registers
6928Show the current permission to write registers.
6929
6930@kindex may-write-memory
6931@item set may-write-memory on
6932@itemx set may-write-memory off
6933This controls whether @value{GDBN} will attempt to alter the contents
6934of memory, such as with assignment expressions in @code{print}. It
6935defaults to @code{on}.
6936
6937@item show may-write-memory
6938Show the current permission to write memory.
6939
6940@kindex may-insert-breakpoints
6941@item set may-insert-breakpoints on
6942@itemx set may-insert-breakpoints off
6943This controls whether @value{GDBN} will attempt to insert breakpoints.
6944This affects all breakpoints, including internal breakpoints defined
6945by @value{GDBN}. It defaults to @code{on}.
6946
6947@item show may-insert-breakpoints
6948Show the current permission to insert breakpoints.
6949
6950@kindex may-insert-tracepoints
6951@item set may-insert-tracepoints on
6952@itemx set may-insert-tracepoints off
6953This controls whether @value{GDBN} will attempt to insert (regular)
6954tracepoints at the beginning of a tracing experiment. It affects only
6955non-fast tracepoints, fast tracepoints being under the control of
6956@code{may-insert-fast-tracepoints}. It defaults to @code{on}.
6957
6958@item show may-insert-tracepoints
6959Show the current permission to insert tracepoints.
6960
6961@kindex may-insert-fast-tracepoints
6962@item set may-insert-fast-tracepoints on
6963@itemx set may-insert-fast-tracepoints off
6964This controls whether @value{GDBN} will attempt to insert fast
6965tracepoints at the beginning of a tracing experiment. It affects only
6966fast tracepoints, regular (non-fast) tracepoints being under the
6967control of @code{may-insert-tracepoints}. It defaults to @code{on}.
6968
6969@item show may-insert-fast-tracepoints
6970Show the current permission to insert fast tracepoints.
6971
6972@kindex may-interrupt
6973@item set may-interrupt on
6974@itemx set may-interrupt off
6975This controls whether @value{GDBN} will attempt to interrupt or stop
6976program execution. When this variable is @code{off}, the
6977@code{interrupt} command will have no effect, nor will
6978@kbd{Ctrl-c}. It defaults to @code{on}.
6979
6980@item show may-interrupt
6981Show the current permission to interrupt or stop the program.
6982
6983@end table
c906108c 6984
bacec72f
MS
6985@node Reverse Execution
6986@chapter Running programs backward
6987@cindex reverse execution
6988@cindex running programs backward
6989
6990When you are debugging a program, it is not unusual to realize that
6991you have gone too far, and some event of interest has already happened.
6992If the target environment supports it, @value{GDBN} can allow you to
6993``rewind'' the program by running it backward.
6994
6995A target environment that supports reverse execution should be able
6996to ``undo'' the changes in machine state that have taken place as the
6997program was executing normally. Variables, registers etc.@: should
6998revert to their previous values. Obviously this requires a great
6999deal of sophistication on the part of the target environment; not
7000all target environments can support reverse execution.
7001
7002When a program is executed in reverse, the instructions that
7003have most recently been executed are ``un-executed'', in reverse
7004order. The program counter runs backward, following the previous
7005thread of execution in reverse. As each instruction is ``un-executed'',
7006the values of memory and/or registers that were changed by that
7007instruction are reverted to their previous states. After executing
7008a piece of source code in reverse, all side effects of that code
7009should be ``undone'', and all variables should be returned to their
7010prior values@footnote{
7011Note that some side effects are easier to undo than others. For instance,
7012memory and registers are relatively easy, but device I/O is hard. Some
7013targets may be able undo things like device I/O, and some may not.
7014
7015The contract between @value{GDBN} and the reverse executing target
7016requires only that the target do something reasonable when
7017@value{GDBN} tells it to execute backwards, and then report the
7018results back to @value{GDBN}. Whatever the target reports back to
7019@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7020assumes that the memory and registers that the target reports are in a
6b92c0d3 7021consistent state, but @value{GDBN} accepts whatever it is given.
bacec72f
MS
7022}.
7023
73f8a590
PA
7024On some platforms, @value{GDBN} has built-in support for reverse
7025execution, activated with the @code{record} or @code{record btrace}
7026commands. @xref{Process Record and Replay}. Some remote targets,
7027typically full system emulators, support reverse execution directly
7028without requiring any special command.
7029
bacec72f
MS
7030If you are debugging in a target environment that supports
7031reverse execution, @value{GDBN} provides the following commands.
7032
7033@table @code
7034@kindex reverse-continue
7035@kindex rc @r{(@code{reverse-continue})}
7036@item reverse-continue @r{[}@var{ignore-count}@r{]}
7037@itemx rc @r{[}@var{ignore-count}@r{]}
7038Beginning at the point where your program last stopped, start executing
7039in reverse. Reverse execution will stop for breakpoints and synchronous
7040exceptions (signals), just like normal execution. Behavior of
7041asynchronous signals depends on the target environment.
7042
7043@kindex reverse-step
7044@kindex rs @r{(@code{step})}
7045@item reverse-step @r{[}@var{count}@r{]}
7046Run the program backward until control reaches the start of a
7047different source line; then stop it, and return control to @value{GDBN}.
7048
7049Like the @code{step} command, @code{reverse-step} will only stop
7050at the beginning of a source line. It ``un-executes'' the previously
7051executed source line. If the previous source line included calls to
7052debuggable functions, @code{reverse-step} will step (backward) into
7053the called function, stopping at the beginning of the @emph{last}
7054statement in the called function (typically a return statement).
7055
7056Also, as with the @code{step} command, if non-debuggable functions are
7057called, @code{reverse-step} will run thru them backward without stopping.
7058
7059@kindex reverse-stepi
7060@kindex rsi @r{(@code{reverse-stepi})}
7061@item reverse-stepi @r{[}@var{count}@r{]}
7062Reverse-execute one machine instruction. Note that the instruction
7063to be reverse-executed is @emph{not} the one pointed to by the program
7064counter, but the instruction executed prior to that one. For instance,
7065if the last instruction was a jump, @code{reverse-stepi} will take you
7066back from the destination of the jump to the jump instruction itself.
7067
7068@kindex reverse-next
7069@kindex rn @r{(@code{reverse-next})}
7070@item reverse-next @r{[}@var{count}@r{]}
7071Run backward to the beginning of the previous line executed in
7072the current (innermost) stack frame. If the line contains function
7073calls, they will be ``un-executed'' without stopping. Starting from
7074the first line of a function, @code{reverse-next} will take you back
7075to the caller of that function, @emph{before} the function was called,
7076just as the normal @code{next} command would take you from the last
7077line of a function back to its return to its caller
16af530a 7078@footnote{Unless the code is too heavily optimized.}.
bacec72f
MS
7079
7080@kindex reverse-nexti
7081@kindex rni @r{(@code{reverse-nexti})}
7082@item reverse-nexti @r{[}@var{count}@r{]}
7083Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7084in reverse, except that called functions are ``un-executed'' atomically.
7085That is, if the previously executed instruction was a return from
540aa8e7 7086another function, @code{reverse-nexti} will continue to execute
bacec72f
MS
7087in reverse until the call to that function (from the current stack
7088frame) is reached.
7089
7090@kindex reverse-finish
7091@item reverse-finish
7092Just as the @code{finish} command takes you to the point where the
7093current function returns, @code{reverse-finish} takes you to the point
7094where it was called. Instead of ending up at the end of the current
7095function invocation, you end up at the beginning.
7096
7097@kindex set exec-direction
7098@item set exec-direction
7099Set the direction of target execution.
984359d2 7100@item set exec-direction reverse
bacec72f
MS
7101@cindex execute forward or backward in time
7102@value{GDBN} will perform all execution commands in reverse, until the
7103exec-direction mode is changed to ``forward''. Affected commands include
7104@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7105command cannot be used in reverse mode.
7106@item set exec-direction forward
7107@value{GDBN} will perform all execution commands in the normal fashion.
7108This is the default.
7109@end table
7110
c906108c 7111
a2311334
EZ
7112@node Process Record and Replay
7113@chapter Recording Inferior's Execution and Replaying It
53cc454a
HZ
7114@cindex process record and replay
7115@cindex recording inferior's execution and replaying it
7116
8e05493c
EZ
7117On some platforms, @value{GDBN} provides a special @dfn{process record
7118and replay} target that can record a log of the process execution, and
7119replay it later with both forward and reverse execution commands.
a2311334
EZ
7120
7121@cindex replay mode
7122When this target is in use, if the execution log includes the record
7123for the next instruction, @value{GDBN} will debug in @dfn{replay
7124mode}. In the replay mode, the inferior does not really execute code
7125instructions. Instead, all the events that normally happen during
7126code execution are taken from the execution log. While code is not
7127really executed in replay mode, the values of registers (including the
7128program counter register) and the memory of the inferior are still
8e05493c
EZ
7129changed as they normally would. Their contents are taken from the
7130execution log.
a2311334
EZ
7131
7132@cindex record mode
7133If the record for the next instruction is not in the execution log,
7134@value{GDBN} will debug in @dfn{record mode}. In this mode, the
7135inferior executes normally, and @value{GDBN} records the execution log
7136for future replay.
7137
8e05493c
EZ
7138The process record and replay target supports reverse execution
7139(@pxref{Reverse Execution}), even if the platform on which the
7140inferior runs does not. However, the reverse execution is limited in
7141this case by the range of the instructions recorded in the execution
7142log. In other words, reverse execution on platforms that don't
7143support it directly can only be done in the replay mode.
7144
7145When debugging in the reverse direction, @value{GDBN} will work in
7146replay mode as long as the execution log includes the record for the
7147previous instruction; otherwise, it will work in record mode, if the
7148platform supports reverse execution, or stop if not.
7149
73f8a590
PA
7150Currently, process record and replay is supported on ARM, Aarch64,
7151Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7152GNU/Linux. Process record and replay can be used both when native
7153debugging, and when remote debugging via @code{gdbserver}.
7154
a2311334
EZ
7155For architecture environments that support process record and replay,
7156@value{GDBN} provides the following commands:
53cc454a
HZ
7157
7158@table @code
7159@kindex target record
59ea5688
MM
7160@kindex target record-full
7161@kindex target record-btrace
53cc454a 7162@kindex record
59ea5688
MM
7163@kindex record full
7164@kindex record btrace
f4abbc16 7165@kindex record btrace bts
b20a6524 7166@kindex record btrace pt
f4abbc16 7167@kindex record bts
b20a6524 7168@kindex record pt
53cc454a 7169@kindex rec
59ea5688
MM
7170@kindex rec full
7171@kindex rec btrace
f4abbc16 7172@kindex rec btrace bts
b20a6524 7173@kindex rec btrace pt
f4abbc16 7174@kindex rec bts
b20a6524 7175@kindex rec pt
59ea5688
MM
7176@item record @var{method}
7177This command starts the process record and replay target. The
7178recording method can be specified as parameter. Without a parameter
7179the command uses the @code{full} recording method. The following
7180recording methods are available:
a2311334 7181
59ea5688
MM
7182@table @code
7183@item full
7184Full record/replay recording using @value{GDBN}'s software record and
7185replay implementation. This method allows replaying and reverse
7186execution.
7187
f4abbc16 7188@item btrace @var{format}
73f8a590
PA
7189Hardware-supported instruction recording, supported on Intel
7190processors. This method does not record data. Further, the data is
7191collected in a ring buffer so old data will be overwritten when the
7192buffer is full. It allows limited reverse execution. Variables and
7193registers are not available during reverse execution. In remote
7194debugging, recording continues on disconnect. Recorded data can be
7195inspected after reconnecting. The recording may be stopped using
7196@code{record stop}.
59ea5688 7197
f4abbc16
MM
7198The recording format can be specified as parameter. Without a parameter
7199the command chooses the recording format. The following recording
7200formats are available:
7201
7202@table @code
7203@item bts
7204@cindex branch trace store
7205Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7206this format, the processor stores a from/to record for each executed
7207branch in the btrace ring buffer.
b20a6524
MM
7208
7209@item pt
bc504a31
PA
7210@cindex Intel Processor Trace
7211Use the @dfn{Intel Processor Trace} recording format. In this
b20a6524
MM
7212format, the processor stores the execution trace in a compressed form
7213that is afterwards decoded by @value{GDBN}.
7214
7215The trace can be recorded with very low overhead. The compressed
7216trace format also allows small trace buffers to already contain a big
7217number of instructions compared to @acronym{BTS}.
7218
7219Decoding the recorded execution trace, on the other hand, is more
7220expensive than decoding @acronym{BTS} trace. This is mostly due to the
7221increased number of instructions to process. You should increase the
7222buffer-size with care.
f4abbc16
MM
7223@end table
7224
7225Not all recording formats may be available on all processors.
59ea5688
MM
7226@end table
7227
7228The process record and replay target can only debug a process that is
7229already running. Therefore, you need first to start the process with
7230the @kbd{run} or @kbd{start} commands, and then start the recording
7231with the @kbd{record @var{method}} command.
7232
a2311334
EZ
7233@cindex displaced stepping, and process record and replay
7234Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7235will be automatically disabled when process record and replay target
7236is started. That's because the process record and replay target
7237doesn't support displaced stepping.
7238
7239@cindex non-stop mode, and process record and replay
7240@cindex asynchronous execution, and process record and replay
7241If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
59ea5688
MM
7242the asynchronous execution mode (@pxref{Background Execution}), not
7243all recording methods are available. The @code{full} recording method
7244does not support these two modes.
53cc454a
HZ
7245
7246@kindex record stop
7247@kindex rec s
7248@item record stop
a2311334
EZ
7249Stop the process record and replay target. When process record and
7250replay target stops, the entire execution log will be deleted and the
7251inferior will either be terminated, or will remain in its final state.
53cc454a 7252
a2311334
EZ
7253When you stop the process record and replay target in record mode (at
7254the end of the execution log), the inferior will be stopped at the
7255next instruction that would have been recorded. In other words, if
7256you record for a while and then stop recording, the inferior process
7257will be left in the same state as if the recording never happened.
53cc454a 7258
a2311334
EZ
7259On the other hand, if the process record and replay target is stopped
7260while in replay mode (that is, not at the end of the execution log,
7261but at some earlier point), the inferior process will become ``live''
7262at that earlier state, and it will then be possible to continue the
7263usual ``live'' debugging of the process from that state.
53cc454a 7264
a2311334
EZ
7265When the inferior process exits, or @value{GDBN} detaches from it,
7266process record and replay target will automatically stop itself.
53cc454a 7267
742ce053
MM
7268@kindex record goto
7269@item record goto
7270Go to a specific location in the execution log. There are several
7271ways to specify the location to go to:
7272
7273@table @code
7274@item record goto begin
7275@itemx record goto start
7276Go to the beginning of the execution log.
7277
7278@item record goto end
7279Go to the end of the execution log.
7280
7281@item record goto @var{n}
7282Go to instruction number @var{n} in the execution log.
7283@end table
7284
24e933df
HZ
7285@kindex record save
7286@item record save @var{filename}
7287Save the execution log to a file @file{@var{filename}}.
7288Default filename is @file{gdb_record.@var{process_id}}, where
7289@var{process_id} is the process ID of the inferior.
7290
59ea5688
MM
7291This command may not be available for all recording methods.
7292
24e933df
HZ
7293@kindex record restore
7294@item record restore @var{filename}
7295Restore the execution log from a file @file{@var{filename}}.
7296File must have been created with @code{record save}.
7297
59ea5688
MM
7298@kindex set record full
7299@item set record full insn-number-max @var{limit}
f81d1120 7300@itemx set record full insn-number-max unlimited
59ea5688
MM
7301Set the limit of instructions to be recorded for the @code{full}
7302recording method. Default value is 200000.
53cc454a 7303
a2311334
EZ
7304If @var{limit} is a positive number, then @value{GDBN} will start
7305deleting instructions from the log once the number of the record
7306instructions becomes greater than @var{limit}. For every new recorded
7307instruction, @value{GDBN} will delete the earliest recorded
7308instruction to keep the number of recorded instructions at the limit.
7309(Since deleting recorded instructions loses information, @value{GDBN}
7310lets you control what happens when the limit is reached, by means of
7311the @code{stop-at-limit} option, described below.)
53cc454a 7312
f81d1120
PA
7313If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7314delete recorded instructions from the execution log. The number of
7315recorded instructions is limited only by the available memory.
53cc454a 7316
59ea5688
MM
7317@kindex show record full
7318@item show record full insn-number-max
7319Show the limit of instructions to be recorded with the @code{full}
7320recording method.
53cc454a 7321
59ea5688
MM
7322@item set record full stop-at-limit
7323Control the behavior of the @code{full} recording method when the
7324number of recorded instructions reaches the limit. If ON (the
7325default), @value{GDBN} will stop when the limit is reached for the
7326first time and ask you whether you want to stop the inferior or
7327continue running it and recording the execution log. If you decide
7328to continue recording, each new recorded instruction will cause the
7329oldest one to be deleted.
53cc454a 7330
a2311334
EZ
7331If this option is OFF, @value{GDBN} will automatically delete the
7332oldest record to make room for each new one, without asking.
53cc454a 7333
59ea5688 7334@item show record full stop-at-limit
a2311334 7335Show the current setting of @code{stop-at-limit}.
53cc454a 7336
59ea5688 7337@item set record full memory-query
bb08c432 7338Control the behavior when @value{GDBN} is unable to record memory
59ea5688
MM
7339changes caused by an instruction for the @code{full} recording method.
7340If ON, @value{GDBN} will query whether to stop the inferior in that
7341case.
bb08c432
HZ
7342
7343If this option is OFF (the default), @value{GDBN} will automatically
7344ignore the effect of such instructions on memory. Later, when
7345@value{GDBN} replays this execution log, it will mark the log of this
7346instruction as not accessible, and it will not affect the replay
7347results.
7348
59ea5688 7349@item show record full memory-query
bb08c432
HZ
7350Show the current setting of @code{memory-query}.
7351
67b5c0c1
MM
7352@kindex set record btrace
7353The @code{btrace} record target does not trace data. As a
7354convenience, when replaying, @value{GDBN} reads read-only memory off
7355the live program directly, assuming that the addresses of the
7356read-only areas don't change. This for example makes it possible to
7357disassemble code while replaying, but not to print variables.
7358In some cases, being able to inspect variables might be useful.
7359You can use the following command for that:
7360
7361@item set record btrace replay-memory-access
7362Control the behavior of the @code{btrace} recording method when
7363accessing memory during replay. If @code{read-only} (the default),
7364@value{GDBN} will only allow accesses to read-only memory.
7365If @code{read-write}, @value{GDBN} will allow accesses to read-only
7366and to read-write memory. Beware that the accessed memory corresponds
7367to the live target and not necessarily to the current replay
7368position.
7369
4a4495d6
MM
7370@item set record btrace cpu @var{identifier}
7371Set the processor to be used for enabling workarounds for processor
7372errata when decoding the trace.
7373
7374Processor errata are defects in processor operation, caused by its
7375design or manufacture. They can cause a trace not to match the
7376specification. This, in turn, may cause trace decode to fail.
7377@value{GDBN} can detect erroneous trace packets and correct them, thus
7378avoiding the decoding failures. These corrections are known as
7379@dfn{errata workarounds}, and are enabled based on the processor on
7380which the trace was recorded.
7381
7382By default, @value{GDBN} attempts to detect the processor
7383automatically, and apply the necessary workarounds for it. However,
7384you may need to specify the processor if @value{GDBN} does not yet
7385support it. This command allows you to do that, and also allows to
7386disable the workarounds.
7387
7388The argument @var{identifier} identifies the @sc{cpu} and is of the
6b92c0d3 7389form: @code{@var{vendor}:@var{processor identifier}}. In addition,
4a4495d6
MM
7390there are two special identifiers, @code{none} and @code{auto}
7391(default).
7392
7393The following vendor identifiers and corresponding processor
7394identifiers are currently supported:
7395
7396@multitable @columnfractions .1 .9
7397
7398@item @code{intel}
7399@tab @var{family}/@var{model}[/@var{stepping}]
7400
7401@end multitable
7402
7403On GNU/Linux systems, the processor @var{family}, @var{model}, and
7404@var{stepping} can be obtained from @code{/proc/cpuinfo}.
7405
7406If @var{identifier} is @code{auto}, enable errata workarounds for the
7407processor on which the trace was recorded. If @var{identifier} is
7408@code{none}, errata workarounds are disabled.
7409
7410For example, when using an old @value{GDBN} on a new system, decode
7411may fail because @value{GDBN} does not support the new processor. It
7412often suffices to specify an older processor that @value{GDBN}
7413supports.
7414
7415@smallexample
a8b43b7b 7416(@value{GDBP}) info record
4a4495d6
MM
7417Active record target: record-btrace
7418Recording format: Intel Processor Trace.
7419Buffer size: 16kB.
7420Failed to configure the Intel Processor Trace decoder: unknown cpu.
a8b43b7b
T
7421(@value{GDBP}) set record btrace cpu intel:6/158
7422(@value{GDBP}) info record
4a4495d6
MM
7423Active record target: record-btrace
7424Recording format: Intel Processor Trace.
7425Buffer size: 16kB.
7426Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7427@end smallexample
7428
67b5c0c1
MM
7429@kindex show record btrace
7430@item show record btrace replay-memory-access
7431Show the current setting of @code{replay-memory-access}.
7432
4a4495d6
MM
7433@item show record btrace cpu
7434Show the processor to be used for enabling trace decode errata
7435workarounds.
7436
d33501a5
MM
7437@kindex set record btrace bts
7438@item set record btrace bts buffer-size @var{size}
7439@itemx set record btrace bts buffer-size unlimited
7440Set the requested ring buffer size for branch tracing in @acronym{BTS}
7441format. Default is 64KB.
7442
7443If @var{size} is a positive number, then @value{GDBN} will try to
7444allocate a buffer of at least @var{size} bytes for each new thread
7445that uses the btrace recording method and the @acronym{BTS} format.
7446The actually obtained buffer size may differ from the requested
7447@var{size}. Use the @code{info record} command to see the actual
7448buffer size for each thread that uses the btrace recording method and
7449the @acronym{BTS} format.
7450
7451If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7452allocate a buffer of 4MB.
7453
7454Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7455also need longer to process the branch trace data before it can be used.
7456
7457@item show record btrace bts buffer-size @var{size}
7458Show the current setting of the requested ring buffer size for branch
7459tracing in @acronym{BTS} format.
7460
b20a6524
MM
7461@kindex set record btrace pt
7462@item set record btrace pt buffer-size @var{size}
7463@itemx set record btrace pt buffer-size unlimited
bc504a31 7464Set the requested ring buffer size for branch tracing in Intel
b20a6524
MM
7465Processor Trace format. Default is 16KB.
7466
7467If @var{size} is a positive number, then @value{GDBN} will try to
7468allocate a buffer of at least @var{size} bytes for each new thread
bc504a31 7469that uses the btrace recording method and the Intel Processor Trace
b20a6524
MM
7470format. The actually obtained buffer size may differ from the
7471requested @var{size}. Use the @code{info record} command to see the
7472actual buffer size for each thread.
7473
7474If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7475allocate a buffer of 4MB.
7476
7477Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7478also need longer to process the branch trace data before it can be used.
7479
7480@item show record btrace pt buffer-size @var{size}
7481Show the current setting of the requested ring buffer size for branch
bc504a31 7482tracing in Intel Processor Trace format.
b20a6524 7483
29153c24
MS
7484@kindex info record
7485@item info record
59ea5688
MM
7486Show various statistics about the recording depending on the recording
7487method:
7488
7489@table @code
7490@item full
7491For the @code{full} recording method, it shows the state of process
7492record and its in-memory execution log buffer, including:
29153c24
MS
7493
7494@itemize @bullet
7495@item
7496Whether in record mode or replay mode.
7497@item
7498Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7499@item
7500Highest recorded instruction number.
7501@item
7502Current instruction about to be replayed (if in replay mode).
7503@item
7504Number of instructions contained in the execution log.
7505@item
7506Maximum number of instructions that may be contained in the execution log.
7507@end itemize
53cc454a 7508
59ea5688 7509@item btrace
d33501a5
MM
7510For the @code{btrace} recording method, it shows:
7511
7512@itemize @bullet
7513@item
7514Recording format.
7515@item
7516Number of instructions that have been recorded.
7517@item
7518Number of blocks of sequential control-flow formed by the recorded
7519instructions.
7520@item
7521Whether in record mode or replay mode.
7522@end itemize
7523
7524For the @code{bts} recording format, it also shows:
7525@itemize @bullet
7526@item
7527Size of the perf ring buffer.
7528@end itemize
b20a6524
MM
7529
7530For the @code{pt} recording format, it also shows:
7531@itemize @bullet
7532@item
7533Size of the perf ring buffer.
7534@end itemize
59ea5688
MM
7535@end table
7536
53cc454a
HZ
7537@kindex record delete
7538@kindex rec del
7539@item record delete
a2311334 7540When record target runs in replay mode (``in the past''), delete the
53cc454a 7541subsequent execution log and begin to record a new execution log starting
a2311334 7542from the current address. This means you will abandon the previously
53cc454a 7543recorded ``future'' and begin recording a new ``future''.
59ea5688
MM
7544
7545@kindex record instruction-history
7546@kindex rec instruction-history
7547@item record instruction-history
7548Disassembles instructions from the recorded execution log. By
7549default, ten instructions are disassembled. This can be changed using
7550the @code{set record instruction-history-size} command. Instructions
da8c46d2
MM
7551are printed in execution order.
7552
0c532a29
MM
7553It can also print mixed source+disassembly if you specify the the
7554@code{/m} or @code{/s} modifier, and print the raw instructions in hex
7555as well as in symbolic form by specifying the @code{/r} modifier.
7556
7557The current position marker is printed for the instruction at the
7558current program counter value. This instruction can appear multiple
7559times in the trace and the current position marker will be printed
7560every time. To omit the current position marker, specify the
7561@code{/p} modifier.
7562
7563To better align the printed instructions when the trace contains
7564instructions from more than one function, the function name may be
7565omitted by specifying the @code{/f} modifier.
7566
da8c46d2
MM
7567Speculatively executed instructions are prefixed with @samp{?}. This
7568feature is not available for all recording formats.
7569
7570There are several ways to specify what part of the execution log to
7571disassemble:
59ea5688
MM
7572
7573@table @code
7574@item record instruction-history @var{insn}
7575Disassembles ten instructions starting from instruction number
7576@var{insn}.
7577
7578@item record instruction-history @var{insn}, +/-@var{n}
7579Disassembles @var{n} instructions around instruction number
7580@var{insn}. If @var{n} is preceded with @code{+}, disassembles
7581@var{n} instructions after instruction number @var{insn}. If
7582@var{n} is preceded with @code{-}, disassembles @var{n}
7583instructions before instruction number @var{insn}.
7584
7585@item record instruction-history
7586Disassembles ten more instructions after the last disassembly.
7587
7588@item record instruction-history -
7589Disassembles ten more instructions before the last disassembly.
7590
792005b0 7591@item record instruction-history @var{begin}, @var{end}
59ea5688
MM
7592Disassembles instructions beginning with instruction number
7593@var{begin} until instruction number @var{end}. The instruction
0688d04e 7594number @var{end} is included.
59ea5688
MM
7595@end table
7596
7597This command may not be available for all recording methods.
7598
7599@kindex set record
f81d1120
PA
7600@item set record instruction-history-size @var{size}
7601@itemx set record instruction-history-size unlimited
59ea5688
MM
7602Define how many instructions to disassemble in the @code{record
7603instruction-history} command. The default value is 10.
f81d1120 7604A @var{size} of @code{unlimited} means unlimited instructions.
59ea5688
MM
7605
7606@kindex show record
7607@item show record instruction-history-size
7608Show how many instructions to disassemble in the @code{record
7609instruction-history} command.
7610
7611@kindex record function-call-history
7612@kindex rec function-call-history
7613@item record function-call-history
7614Prints the execution history at function granularity. It prints one
7615line for each sequence of instructions that belong to the same
7616function giving the name of that function, the source lines
7617for this instruction sequence (if the @code{/l} modifier is
7618specified), and the instructions numbers that form the sequence (if
8710b709
MM
7619the @code{/i} modifier is specified). The function names are indented
7620to reflect the call stack depth if the @code{/c} modifier is
7621specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7622given together.
59ea5688
MM
7623
7624@smallexample
7625(@value{GDBP}) @b{list 1, 10}
76261 void foo (void)
76272 @{
76283 @}
76294
76305 void bar (void)
76316 @{
76327 ...
76338 foo ();
76349 ...
763510 @}
8710b709
MM
7636(@value{GDBP}) @b{record function-call-history /ilc}
76371 bar inst 1,4 at foo.c:6,8
76382 foo inst 5,10 at foo.c:2,3
76393 bar inst 11,13 at foo.c:9,10
59ea5688
MM
7640@end smallexample
7641
7642By default, ten lines are printed. This can be changed using the
7643@code{set record function-call-history-size} command. Functions are
7644printed in execution order. There are several ways to specify what
7645to print:
7646
7647@table @code
7648@item record function-call-history @var{func}
7649Prints ten functions starting from function number @var{func}.
7650
7651@item record function-call-history @var{func}, +/-@var{n}
7652Prints @var{n} functions around function number @var{func}. If
7653@var{n} is preceded with @code{+}, prints @var{n} functions after
7654function number @var{func}. If @var{n} is preceded with @code{-},
7655prints @var{n} functions before function number @var{func}.
7656
7657@item record function-call-history
7658Prints ten more functions after the last ten-line print.
7659
7660@item record function-call-history -
7661Prints ten more functions before the last ten-line print.
7662
792005b0 7663@item record function-call-history @var{begin}, @var{end}
59ea5688 7664Prints functions beginning with function number @var{begin} until
0688d04e 7665function number @var{end}. The function number @var{end} is included.
59ea5688
MM
7666@end table
7667
7668This command may not be available for all recording methods.
7669
f81d1120
PA
7670@item set record function-call-history-size @var{size}
7671@itemx set record function-call-history-size unlimited
59ea5688
MM
7672Define how many lines to print in the
7673@code{record function-call-history} command. The default value is 10.
f81d1120 7674A size of @code{unlimited} means unlimited lines.
59ea5688
MM
7675
7676@item show record function-call-history-size
7677Show how many lines to print in the
7678@code{record function-call-history} command.
53cc454a
HZ
7679@end table
7680
7681
6d2ebf8b 7682@node Stack
c906108c
SS
7683@chapter Examining the Stack
7684
7685When your program has stopped, the first thing you need to know is where it
7686stopped and how it got there.
7687
7688@cindex call stack
5d161b24
DB
7689Each time your program performs a function call, information about the call
7690is generated.
7691That information includes the location of the call in your program,
7692the arguments of the call,
c906108c 7693and the local variables of the function being called.
5d161b24 7694The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
7695The stack frames are allocated in a region of memory called the @dfn{call
7696stack}.
7697
7698When your program stops, the @value{GDBN} commands for examining the
7699stack allow you to see all of this information.
7700
7701@cindex selected frame
7702One of the stack frames is @dfn{selected} by @value{GDBN} and many
7703@value{GDBN} commands refer implicitly to the selected frame. In
7704particular, whenever you ask @value{GDBN} for the value of a variable in
7705your program, the value is found in the selected frame. There are
7706special @value{GDBN} commands to select whichever frame you are
79a6e687 7707interested in. @xref{Selection, ,Selecting a Frame}.
c906108c
SS
7708
7709When your program stops, @value{GDBN} automatically selects the
5d161b24 7710currently executing frame and describes it briefly, similar to the
79a6e687 7711@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
c906108c
SS
7712
7713@menu
7714* Frames:: Stack frames
7715* Backtrace:: Backtraces
7716* Selection:: Selecting a frame
7717* Frame Info:: Information on a frame
0a232300 7718* Frame Apply:: Applying a command to several frames
0f59c28f 7719* Frame Filter Management:: Managing frame filters
c906108c
SS
7720
7721@end menu
7722
6d2ebf8b 7723@node Frames
79a6e687 7724@section Stack Frames
c906108c 7725
d4f3574e 7726@cindex frame, definition
c906108c
SS
7727@cindex stack frame
7728The call stack is divided up into contiguous pieces called @dfn{stack
7729frames}, or @dfn{frames} for short; each frame is the data associated
7730with one call to one function. The frame contains the arguments given
7731to the function, the function's local variables, and the address at
7732which the function is executing.
7733
7734@cindex initial frame
7735@cindex outermost frame
7736@cindex innermost frame
7737When your program is started, the stack has only one frame, that of the
7738function @code{main}. This is called the @dfn{initial} frame or the
7739@dfn{outermost} frame. Each time a function is called, a new frame is
7740made. Each time a function returns, the frame for that function invocation
7741is eliminated. If a function is recursive, there can be many frames for
7742the same function. The frame for the function in which execution is
7743actually occurring is called the @dfn{innermost} frame. This is the most
7744recently created of all the stack frames that still exist.
7745
7746@cindex frame pointer
7747Inside your program, stack frames are identified by their addresses. A
7748stack frame consists of many bytes, each of which has its own address; each
7749kind of computer has a convention for choosing one byte whose
7750address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
7751in a register called the @dfn{frame pointer register}
7752(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c 7753
f67ffa6a 7754@cindex frame level
c906108c 7755@cindex frame number
f67ffa6a
AB
7756@value{GDBN} labels each existing stack frame with a @dfn{level}, a
7757number that is zero for the innermost frame, one for the frame that
7758called it, and so on upward. These level numbers give you a way of
7759designating stack frames in @value{GDBN} commands. The terms
7760@dfn{frame number} and @dfn{frame level} can be used interchangeably to
7761describe this number.
c906108c 7762
6d2ebf8b
SS
7763@c The -fomit-frame-pointer below perennially causes hbox overflow
7764@c underflow problems.
c906108c
SS
7765@cindex frameless execution
7766Some compilers provide a way to compile functions so that they operate
e22ea452 7767without stack frames. (For example, the @value{NGCC} option
474c8240 7768@smallexample
6d2ebf8b 7769@samp{-fomit-frame-pointer}
474c8240 7770@end smallexample
6d2ebf8b 7771generates functions without a frame.)
c906108c
SS
7772This is occasionally done with heavily used library functions to save
7773the frame setup time. @value{GDBN} has limited facilities for dealing
7774with these function invocations. If the innermost function invocation
7775has no stack frame, @value{GDBN} nevertheless regards it as though
7776it had a separate frame, which is numbered zero as usual, allowing
7777correct tracing of the function call chain. However, @value{GDBN} has
7778no provision for frameless functions elsewhere in the stack.
7779
6d2ebf8b 7780@node Backtrace
c906108c
SS
7781@section Backtraces
7782
09d4efe1
EZ
7783@cindex traceback
7784@cindex call stack traces
c906108c
SS
7785A backtrace is a summary of how your program got where it is. It shows one
7786line per frame, for many frames, starting with the currently executing
7787frame (frame zero), followed by its caller (frame one), and on up the
7788stack.
7789
1e611234 7790@anchor{backtrace-command}
c906108c 7791@kindex backtrace
41afff9a 7792@kindex bt @r{(@code{backtrace})}
ea3b0687
TT
7793To print a backtrace of the entire stack, use the @code{backtrace}
7794command, or its alias @code{bt}. This command will print one line per
7795frame for frames in the stack. By default, all stack frames are
7796printed. You can stop the backtrace at any time by typing the system
7797interrupt character, normally @kbd{Ctrl-c}.
7798
7799@table @code
3345721a
PA
7800@item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7801@itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7802Print the backtrace of the entire stack.
7803
7804The optional @var{count} can be one of the following:
ea3b0687
TT
7805
7806@table @code
7807@item @var{n}
7808@itemx @var{n}
7809Print only the innermost @var{n} frames, where @var{n} is a positive
7810number.
7811
7812@item -@var{n}
7813@itemx -@var{n}
7814Print only the outermost @var{n} frames, where @var{n} is a positive
7815number.
3345721a 7816@end table
ea3b0687 7817
3345721a
PA
7818Options:
7819
7820@table @code
7821@item -full
ea3b0687 7822Print the values of the local variables also. This can be combined
3345721a 7823with the optional @var{count} to limit the number of frames shown.
ea3b0687 7824
3345721a 7825@item -no-filters
1e611234
PM
7826Do not run Python frame filters on this backtrace. @xref{Frame
7827Filter API}, for more information. Additionally use @ref{disable
7828frame-filter all} to turn off all frame filters. This is only
7829relevant when @value{GDBN} has been configured with @code{Python}
7830support.
978d6c75 7831
3345721a 7832@item -hide
978d6c75
TT
7833A Python frame filter might decide to ``elide'' some frames. Normally
7834such elided frames are still printed, but they are indented relative
3345721a 7835to the filtered frames that cause them to be elided. The @code{-hide}
978d6c75 7836option causes elided frames to not be printed at all.
c906108c 7837@end table
3345721a
PA
7838
7839The @code{backtrace} command also supports a number of options that
7840allow overriding relevant global print settings as set by @code{set
7841backtrace} and @code{set print} subcommands:
7842
7843@table @code
7844@item -past-main [@code{on}|@code{off}]
7845Set whether backtraces should continue past @code{main}. Related setting:
7846@ref{set backtrace past-main}.
7847
7848@item -past-entry [@code{on}|@code{off}]
7849Set whether backtraces should continue past the entry point of a program.
7850Related setting: @ref{set backtrace past-entry}.
7851
7852@item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
7853Set printing of function arguments at function entry.
7854Related setting: @ref{set print entry-values}.
7855
7856@item -frame-arguments @code{all}|@code{scalars}|@code{none}
7857Set printing of non-scalar frame arguments.
7858Related setting: @ref{set print frame-arguments}.
7859
7860@item -raw-frame-arguments [@code{on}|@code{off}]
7861Set whether to print frame arguments in raw form.
7862Related setting: @ref{set print raw-frame-arguments}.
bc4268a5
PW
7863
7864@item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
7865Set printing of frame information.
7866Related setting: @ref{set print frame-info}.
3345721a
PA
7867@end table
7868
7869The optional @var{qualifier} is maintained for backward compatibility.
7870It can be one of the following:
7871
7872@table @code
7873@item full
7874Equivalent to the @code{-full} option.
7875
7876@item no-filters
7877Equivalent to the @code{-no-filters} option.
7878
7879@item hide
7880Equivalent to the @code{-hide} option.
7881@end table
7882
ea3b0687 7883@end table
c906108c
SS
7884
7885@kindex where
7886@kindex info stack
c906108c
SS
7887The names @code{where} and @code{info stack} (abbreviated @code{info s})
7888are additional aliases for @code{backtrace}.
7889
839c27b7
EZ
7890@cindex multiple threads, backtrace
7891In a multi-threaded program, @value{GDBN} by default shows the
7892backtrace only for the current thread. To display the backtrace for
7893several or all of the threads, use the command @code{thread apply}
7894(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
7895apply all backtrace}, @value{GDBN} will display the backtrace for all
7896the threads; this is handy when you debug a core dump of a
7897multi-threaded program.
7898
c906108c
SS
7899Each line in the backtrace shows the frame number and the function name.
7900The program counter value is also shown---unless you use @code{set
7901print address off}. The backtrace also shows the source file name and
7902line number, as well as the arguments to the function. The program
7903counter value is omitted if it is at the beginning of the code for that
7904line number.
7905
7906Here is an example of a backtrace. It was made with the command
7907@samp{bt 3}, so it shows the innermost three frames.
7908
7909@smallexample
7910@group
5d161b24 7911#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c 7912 at builtin.c:993
4f5376b2 7913#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
c906108c
SS
7914#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
7915 at macro.c:71
7916(More stack frames follow...)
7917@end group
7918@end smallexample
7919
7920@noindent
7921The display for frame zero does not begin with a program counter
7922value, indicating that your program has stopped at the beginning of the
7923code for line @code{993} of @code{builtin.c}.
7924
4f5376b2
JB
7925@noindent
7926The value of parameter @code{data} in frame 1 has been replaced by
7927@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
7928only if it is a scalar (integer, pointer, enumeration, etc). See command
7929@kbd{set print frame-arguments} in @ref{Print Settings} for more details
7930on how to configure the way function parameter values are printed.
bc4268a5
PW
7931The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
7932what frame information is printed.
4f5376b2 7933
585fdaa1 7934@cindex optimized out, in backtrace
18999be5
EZ
7935@cindex function call arguments, optimized out
7936If your program was compiled with optimizations, some compilers will
7937optimize away arguments passed to functions if those arguments are
7938never used after the call. Such optimizations generate code that
7939passes arguments through registers, but doesn't store those arguments
7940in the stack frame. @value{GDBN} has no way of displaying such
7941arguments in stack frames other than the innermost one. Here's what
7942such a backtrace might look like:
7943
7944@smallexample
7945@group
7946#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
7947 at builtin.c:993
585fdaa1
PA
7948#1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
7949#2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
18999be5
EZ
7950 at macro.c:71
7951(More stack frames follow...)
7952@end group
7953@end smallexample
7954
7955@noindent
7956The values of arguments that were not saved in their stack frames are
585fdaa1 7957shown as @samp{<optimized out>}.
18999be5
EZ
7958
7959If you need to display the values of such optimized-out arguments,
7960either deduce that from other variables whose values depend on the one
7961you are interested in, or recompile without optimizations.
7962
a8f24a35
EZ
7963@cindex backtrace beyond @code{main} function
7964@cindex program entry point
7965@cindex startup code, and backtrace
25d29d70
AC
7966Most programs have a standard user entry point---a place where system
7967libraries and startup code transition into user code. For C this is
d416eeec
EZ
7968@code{main}@footnote{
7969Note that embedded programs (the so-called ``free-standing''
7970environment) are not required to have a @code{main} function as the
7971entry point. They could even have multiple entry points.}.
7972When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
7973it will terminate the backtrace, to avoid tracing into highly
7974system-specific (and generally uninteresting) code.
7975
7976If you need to examine the startup code, or limit the number of levels
7977in a backtrace, you can change this behavior:
95f90d25
DJ
7978
7979@table @code
25d29d70
AC
7980@item set backtrace past-main
7981@itemx set backtrace past-main on
3345721a 7982@anchor{set backtrace past-main}
4644b6e3 7983@kindex set backtrace
25d29d70
AC
7984Backtraces will continue past the user entry point.
7985
7986@item set backtrace past-main off
95f90d25
DJ
7987Backtraces will stop when they encounter the user entry point. This is the
7988default.
7989
25d29d70 7990@item show backtrace past-main
4644b6e3 7991@kindex show backtrace
25d29d70
AC
7992Display the current user entry point backtrace policy.
7993
2315ffec
RC
7994@item set backtrace past-entry
7995@itemx set backtrace past-entry on
3345721a 7996@anchor{set backtrace past-entry}
a8f24a35 7997Backtraces will continue past the internal entry point of an application.
2315ffec
RC
7998This entry point is encoded by the linker when the application is built,
7999and is likely before the user entry point @code{main} (or equivalent) is called.
8000
8001@item set backtrace past-entry off
d3e8051b 8002Backtraces will stop when they encounter the internal entry point of an
2315ffec
RC
8003application. This is the default.
8004
8005@item show backtrace past-entry
8006Display the current internal entry point backtrace policy.
8007
25d29d70
AC
8008@item set backtrace limit @var{n}
8009@itemx set backtrace limit 0
f81d1120 8010@itemx set backtrace limit unlimited
3345721a 8011@anchor{set backtrace limit}
25d29d70 8012@cindex backtrace limit
f81d1120
PA
8013Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8014or zero means unlimited levels.
95f90d25 8015
25d29d70
AC
8016@item show backtrace limit
8017Display the current limit on backtrace levels.
95f90d25
DJ
8018@end table
8019
1b56eb55
JK
8020You can control how file names are displayed.
8021
8022@table @code
8023@item set filename-display
8024@itemx set filename-display relative
8025@cindex filename-display
8026Display file names relative to the compilation directory. This is the default.
8027
8028@item set filename-display basename
8029Display only basename of a filename.
8030
8031@item set filename-display absolute
8032Display an absolute filename.
8033
8034@item show filename-display
8035Show the current way to display filenames.
8036@end table
8037
6d2ebf8b 8038@node Selection
79a6e687 8039@section Selecting a Frame
c906108c
SS
8040
8041Most commands for examining the stack and other data in your program work on
8042whichever stack frame is selected at the moment. Here are the commands for
8043selecting a stack frame; all of them finish by printing a brief description
8044of the stack frame just selected.
8045
8046@table @code
d4f3574e 8047@kindex frame@r{, selecting}
41afff9a 8048@kindex f @r{(@code{frame})}
f67ffa6a
AB
8049@item frame @r{[} @var{frame-selection-spec} @r{]}
8050@item f @r{[} @var{frame-selection-spec} @r{]}
8051The @command{frame} command allows different stack frames to be
8052selected. The @var{frame-selection-spec} can be any of the following:
8053
8054@table @code
8055@kindex frame level
8056@item @var{num}
8057@item level @var{num}
8058Select frame level @var{num}. Recall that frame zero is the innermost
c906108c 8059(currently executing) frame, frame one is the frame that called the
f67ffa6a
AB
8060innermost one, and so on. The highest level frame is usually the one
8061for @code{main}.
8062
8063As this is the most common method of navigating the frame stack, the
8064string @command{level} can be omitted. For example, the following two
8065commands are equivalent:
8066
8067@smallexample
8068(@value{GDBP}) frame 3
8069(@value{GDBP}) frame level 3
8070@end smallexample
8071
8072@kindex frame address
8073@item address @var{stack-address}
8074Select the frame with stack address @var{stack-address}. The
8075@var{stack-address} for a frame can be seen in the output of
8076@command{info frame}, for example:
8077
8078@smallexample
a8b43b7b 8079(@value{GDBP}) info frame
f67ffa6a
AB
8080Stack level 1, frame at 0x7fffffffda30:
8081 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8082 tail call frame, caller of frame at 0x7fffffffda30
8083 source language c++.
8084 Arglist at unknown address.
8085 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8086@end smallexample
8087
8088The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8089indicated by the line:
8090
8091@smallexample
8092Stack level 1, frame at 0x7fffffffda30:
8093@end smallexample
8094
8095@kindex frame function
8096@item function @var{function-name}
8097Select the stack frame for function @var{function-name}. If there are
8098multiple stack frames for function @var{function-name} then the inner
8099most stack frame is selected.
8100
8101@kindex frame view
8102@item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8103View a frame that is not part of @value{GDBN}'s backtrace. The frame
8104viewed has stack address @var{stack-addr}, and optionally, a program
8105counter address of @var{pc-addr}.
8106
8107This is useful mainly if the chaining of stack frames has been
8108damaged by a bug, making it impossible for @value{GDBN} to assign
8109numbers properly to all frames. In addition, this can be useful
8110when your program has multiple stacks and switches between them.
8111
8112When viewing a frame outside the current backtrace using
8113@command{frame view} then you can always return to the original
8114stack using one of the previous stack frame selection instructions,
8115for example @command{frame level 0}.
8116
8117@end table
c906108c
SS
8118
8119@kindex up
8120@item up @var{n}
697aa1b7
EZ
8121Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8122numbers @var{n}, this advances toward the outermost frame, to higher
8123frame numbers, to frames that have existed longer.
c906108c
SS
8124
8125@kindex down
41afff9a 8126@kindex do @r{(@code{down})}
c906108c 8127@item down @var{n}
697aa1b7
EZ
8128Move @var{n} frames down the stack; @var{n} defaults to 1. For
8129positive numbers @var{n}, this advances toward the innermost frame, to
8130lower frame numbers, to frames that were created more recently.
8131You may abbreviate @code{down} as @code{do}.
c906108c
SS
8132@end table
8133
8134All of these commands end by printing two lines of output describing the
8135frame. The first line shows the frame number, the function name, the
8136arguments, and the source file and line number of execution in that
5d161b24 8137frame. The second line shows the text of that source line.
c906108c
SS
8138
8139@need 1000
8140For example:
8141
8142@smallexample
8143@group
8144(@value{GDBP}) up
8145#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8146 at env.c:10
814710 read_input_file (argv[i]);
8148@end group
8149@end smallexample
8150
8151After such a printout, the @code{list} command with no arguments
8152prints ten lines centered on the point of execution in the frame.
87885426
FN
8153You can also edit the program at the point of execution with your favorite
8154editing program by typing @code{edit}.
79a6e687 8155@xref{List, ,Printing Source Lines},
87885426 8156for details.
c906108c
SS
8157
8158@table @code
fc58fa65 8159@kindex select-frame
f67ffa6a 8160@item select-frame @r{[} @var{frame-selection-spec} @r{]}
fc58fa65
AB
8161The @code{select-frame} command is a variant of @code{frame} that does
8162not display the new frame after selecting it. This command is
8163intended primarily for use in @value{GDBN} command scripts, where the
f67ffa6a
AB
8164output might be unnecessary and distracting. The
8165@var{frame-selection-spec} is as for the @command{frame} command
8166described in @ref{Selection, ,Selecting a Frame}.
fc58fa65 8167
c906108c
SS
8168@kindex down-silently
8169@kindex up-silently
8170@item up-silently @var{n}
8171@itemx down-silently @var{n}
8172These two commands are variants of @code{up} and @code{down},
8173respectively; they differ in that they do their work silently, without
8174causing display of the new frame. They are intended primarily for use
8175in @value{GDBN} command scripts, where the output might be unnecessary and
8176distracting.
8177@end table
8178
6d2ebf8b 8179@node Frame Info
79a6e687 8180@section Information About a Frame
c906108c
SS
8181
8182There are several other commands to print information about the selected
8183stack frame.
8184
8185@table @code
8186@item frame
8187@itemx f
8188When used without any argument, this command does not change which
8189frame is selected, but prints a brief description of the currently
8190selected stack frame. It can be abbreviated @code{f}. With an
8191argument, this command is used to select a stack frame.
79a6e687 8192@xref{Selection, ,Selecting a Frame}.
c906108c
SS
8193
8194@kindex info frame
41afff9a 8195@kindex info f @r{(@code{info frame})}
c906108c
SS
8196@item info frame
8197@itemx info f
8198This command prints a verbose description of the selected stack frame,
8199including:
8200
8201@itemize @bullet
5d161b24
DB
8202@item
8203the address of the frame
c906108c
SS
8204@item
8205the address of the next frame down (called by this frame)
8206@item
8207the address of the next frame up (caller of this frame)
8208@item
8209the language in which the source code corresponding to this frame is written
8210@item
8211the address of the frame's arguments
8212@item
d4f3574e
SS
8213the address of the frame's local variables
8214@item
c906108c
SS
8215the program counter saved in it (the address of execution in the caller frame)
8216@item
8217which registers were saved in the frame
8218@end itemize
8219
8220@noindent The verbose description is useful when
8221something has gone wrong that has made the stack format fail to fit
8222the usual conventions.
8223
f67ffa6a
AB
8224@item info frame @r{[} @var{frame-selection-spec} @r{]}
8225@itemx info f @r{[} @var{frame-selection-spec} @r{]}
8226Print a verbose description of the frame selected by
8227@var{frame-selection-spec}. The @var{frame-selection-spec} is the
8228same as for the @command{frame} command (@pxref{Selection, ,Selecting
8229a Frame}). The selected frame remains unchanged by this command.
c906108c
SS
8230
8231@kindex info args
d321477b 8232@item info args [-q]
c906108c
SS
8233Print the arguments of the selected frame, each on a separate line.
8234
d321477b
PW
8235The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8236printing header information and messages explaining why no argument
8237have been printed.
8238
8239@item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8240Like @kbd{info args}, but only print the arguments selected
8241with the provided regexp(s).
8242
8243If @var{regexp} is provided, print only the arguments whose names
8244match the regular expression @var{regexp}.
8245
8246If @var{type_regexp} is provided, print only the arguments whose
8247types, as printed by the @code{whatis} command, match
8248the regular expression @var{type_regexp}.
8249If @var{type_regexp} contains space(s), it should be enclosed in
8250quote characters. If needed, use backslash to escape the meaning
8251of special characters or quotes.
8252
8253If both @var{regexp} and @var{type_regexp} are provided, an argument
8254is printed only if its name matches @var{regexp} and its type matches
8255@var{type_regexp}.
8256
8257@item info locals [-q]
c906108c
SS
8258@kindex info locals
8259Print the local variables of the selected frame, each on a separate
8260line. These are all variables (declared either static or automatic)
8261accessible at the point of execution of the selected frame.
8262
d321477b
PW
8263The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8264printing header information and messages explaining why no local variables
8265have been printed.
8266
8267@item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8268Like @kbd{info locals}, but only print the local variables selected
8269with the provided regexp(s).
8270
8271If @var{regexp} is provided, print only the local variables whose names
8272match the regular expression @var{regexp}.
8273
8274If @var{type_regexp} is provided, print only the local variables whose
8275types, as printed by the @code{whatis} command, match
8276the regular expression @var{type_regexp}.
8277If @var{type_regexp} contains space(s), it should be enclosed in
8278quote characters. If needed, use backslash to escape the meaning
8279of special characters or quotes.
8280
8281If both @var{regexp} and @var{type_regexp} are provided, a local variable
8282is printed only if its name matches @var{regexp} and its type matches
8283@var{type_regexp}.
8284
8285The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8286combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8287For example, your program might use Resource Acquisition Is
8288Initialization types (RAII) such as @code{lock_something_t}: each
8289local variable of type @code{lock_something_t} automatically places a
8290lock that is destroyed when the variable goes out of scope. You can
8291then list all acquired locks in your program by doing
8292@smallexample
8293thread apply all -s frame apply all -s info locals -q -t lock_something_t
8294@end smallexample
8295@noindent
8296or the equivalent shorter form
8297@smallexample
8298tfaas i lo -q -t lock_something_t
8299@end smallexample
8300
c906108c
SS
8301@end table
8302
0a232300
PW
8303@node Frame Apply
8304@section Applying a Command to Several Frames.
3345721a 8305@anchor{frame apply}
0a232300
PW
8306@kindex frame apply
8307@cindex apply command to several frames
8308@table @code
3345721a 8309@item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
0a232300
PW
8310The @code{frame apply} command allows you to apply the named
8311@var{command} to one or more frames.
8312
8313@table @code
8314@item @code{all}
8315Specify @code{all} to apply @var{command} to all frames.
8316
8317@item @var{count}
8318Use @var{count} to apply @var{command} to the innermost @var{count}
8319frames, where @var{count} is a positive number.
8320
8321@item @var{-count}
8322Use @var{-count} to apply @var{command} to the outermost @var{count}
8323frames, where @var{count} is a positive number.
8324
8325@item @code{level}
8326Use @code{level} to apply @var{command} to the set of frames identified
8327by the @var{level} list. @var{level} is a frame level or a range of frame
8328levels as @var{level1}-@var{level2}. The frame level is the number shown
8329in the first field of the @samp{backtrace} command output.
8330E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8331at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8332
8333@end table
8334
0a232300
PW
8335Note that the frames on which @code{frame apply} applies a command are
8336also influenced by the @code{set backtrace} settings such as @code{set
3345721a 8337backtrace past-main} and @code{set backtrace limit N}.
0a232300
PW
8338@xref{Backtrace,,Backtraces}.
8339
3345721a
PA
8340The @code{frame apply} command also supports a number of options that
8341allow overriding relevant @code{set backtrace} settings:
8342
8343@table @code
8344@item -past-main [@code{on}|@code{off}]
8345Whether backtraces should continue past @code{main}.
8346Related setting: @ref{set backtrace past-main}.
8347
8348@item -past-entry [@code{on}|@code{off}]
8349Whether backtraces should continue past the entry point of a program.
8350Related setting: @ref{set backtrace past-entry}.
8351@end table
0a232300
PW
8352
8353By default, @value{GDBN} displays some frame information before the
8354output produced by @var{command}, and an error raised during the
8355execution of a @var{command} will abort @code{frame apply}. The
3345721a 8356following options can be used to fine-tune these behaviors:
0a232300
PW
8357
8358@table @code
8359@item -c
8360The flag @code{-c}, which stands for @samp{continue}, causes any
8361errors in @var{command} to be displayed, and the execution of
8362@code{frame apply} then continues.
8363@item -s
8364The flag @code{-s}, which stands for @samp{silent}, causes any errors
8365or empty output produced by a @var{command} to be silently ignored.
8366That is, the execution continues, but the frame information and errors
8367are not printed.
8368@item -q
8369The flag @code{-q} (@samp{quiet}) disables printing the frame
8370information.
8371@end table
8372
8373The following example shows how the flags @code{-c} and @code{-s} are
8374working when applying the command @code{p j} to all frames, where
8375variable @code{j} can only be successfully printed in the outermost
8376@code{#1 main} frame.
8377
8378@smallexample
8379@group
a8b43b7b 8380(@value{GDBP}) frame apply all p j
0a232300
PW
8381#0 some_function (i=5) at fun.c:4
8382No symbol "j" in current context.
a8b43b7b 8383(@value{GDBP}) frame apply all -c p j
0a232300
PW
8384#0 some_function (i=5) at fun.c:4
8385No symbol "j" in current context.
8386#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8387$1 = 5
a8b43b7b 8388(@value{GDBP}) frame apply all -s p j
0a232300
PW
8389#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8390$2 = 5
a8b43b7b 8391(@value{GDBP})
0a232300
PW
8392@end group
8393@end smallexample
8394
8395By default, @samp{frame apply}, prints the frame location
8396information before the command output:
8397
8398@smallexample
8399@group
a8b43b7b 8400(@value{GDBP}) frame apply all p $sp
0a232300
PW
8401#0 some_function (i=5) at fun.c:4
8402$4 = (void *) 0xffffd1e0
8403#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8404$5 = (void *) 0xffffd1f0
a8b43b7b 8405(@value{GDBP})
0a232300
PW
8406@end group
8407@end smallexample
8408
3345721a 8409If the flag @code{-q} is given, no frame information is printed:
0a232300
PW
8410@smallexample
8411@group
a8b43b7b 8412(@value{GDBP}) frame apply all -q p $sp
0a232300
PW
8413$12 = (void *) 0xffffd1e0
8414$13 = (void *) 0xffffd1f0
a8b43b7b 8415(@value{GDBP})
0a232300
PW
8416@end group
8417@end smallexample
8418
3345721a
PA
8419@end table
8420
0a232300
PW
8421@table @code
8422
8423@kindex faas
8424@cindex apply a command to all frames (ignoring errors and empty output)
8425@item faas @var{command}
8426Shortcut for @code{frame apply all -s @var{command}}.
8427Applies @var{command} on all frames, ignoring errors and empty output.
8428
8429It can for example be used to print a local variable or a function
8430argument without knowing the frame where this variable or argument
8431is, using:
8432@smallexample
8433(@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8434@end smallexample
8435
3345721a
PA
8436The @code{faas} command accepts the same options as the @code{frame
8437apply} command. @xref{frame apply}.
8438
0a232300
PW
8439Note that the command @code{tfaas @var{command}} applies @var{command}
8440on all frames of all threads. See @xref{Threads,,Threads}.
8441@end table
8442
8443
fc58fa65
AB
8444@node Frame Filter Management
8445@section Management of Frame Filters.
8446@cindex managing frame filters
8447
8448Frame filters are Python based utilities to manage and decorate the
8449output of frames. @xref{Frame Filter API}, for further information.
8450
8451Managing frame filters is performed by several commands available
8452within @value{GDBN}, detailed here.
8453
8454@table @code
8455@kindex info frame-filter
8456@item info frame-filter
8457Print a list of installed frame filters from all dictionaries, showing
8458their name, priority and enabled status.
8459
8460@kindex disable frame-filter
8461@anchor{disable frame-filter all}
8462@item disable frame-filter @var{filter-dictionary} @var{filter-name}
8463Disable a frame filter in the dictionary matching
8464@var{filter-dictionary} and @var{filter-name}. The
8465@var{filter-dictionary} may be @code{all}, @code{global},
8466@code{progspace}, or the name of the object file where the frame filter
8467dictionary resides. When @code{all} is specified, all frame filters
8468across all dictionaries are disabled. The @var{filter-name} is the name
8469of the frame filter and is used when @code{all} is not the option for
8470@var{filter-dictionary}. A disabled frame-filter is not deleted, it
8471may be enabled again later.
8472
8473@kindex enable frame-filter
8474@item enable frame-filter @var{filter-dictionary} @var{filter-name}
8475Enable a frame filter in the dictionary matching
8476@var{filter-dictionary} and @var{filter-name}. The
8477@var{filter-dictionary} may be @code{all}, @code{global},
8478@code{progspace} or the name of the object file where the frame filter
8479dictionary resides. When @code{all} is specified, all frame filters across
8480all dictionaries are enabled. The @var{filter-name} is the name of the frame
8481filter and is used when @code{all} is not the option for
8482@var{filter-dictionary}.
8483
8484Example:
8485
8486@smallexample
a8b43b7b 8487(@value{GDBP}) info frame-filter
fc58fa65
AB
8488
8489global frame-filters:
8490 Priority Enabled Name
8491 1000 No PrimaryFunctionFilter
8492 100 Yes Reverse
8493
8494progspace /build/test frame-filters:
8495 Priority Enabled Name
8496 100 Yes ProgspaceFilter
8497
8498objfile /build/test frame-filters:
8499 Priority Enabled Name
6b92c0d3 8500 999 Yes BuildProgramFilter
fc58fa65 8501
a8b43b7b
T
8502(@value{GDBP}) disable frame-filter /build/test BuildProgramFilter
8503(@value{GDBP}) info frame-filter
fc58fa65
AB
8504
8505global frame-filters:
8506 Priority Enabled Name
8507 1000 No PrimaryFunctionFilter
8508 100 Yes Reverse
8509
8510progspace /build/test frame-filters:
8511 Priority Enabled Name
8512 100 Yes ProgspaceFilter
8513
8514objfile /build/test frame-filters:
8515 Priority Enabled Name
8516 999 No BuildProgramFilter
8517
a8b43b7b
T
8518(@value{GDBP}) enable frame-filter global PrimaryFunctionFilter
8519(@value{GDBP}) info frame-filter
fc58fa65
AB
8520
8521global frame-filters:
8522 Priority Enabled Name
8523 1000 Yes PrimaryFunctionFilter
8524 100 Yes Reverse
8525
8526progspace /build/test frame-filters:
8527 Priority Enabled Name
8528 100 Yes ProgspaceFilter
8529
8530objfile /build/test frame-filters:
8531 Priority Enabled Name
8532 999 No BuildProgramFilter
8533@end smallexample
8534
8535@kindex set frame-filter priority
8536@item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8537Set the @var{priority} of a frame filter in the dictionary matching
8538@var{filter-dictionary}, and the frame filter name matching
8539@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8540@code{progspace} or the name of the object file where the frame filter
8541dictionary resides. The @var{priority} is an integer.
8542
8543@kindex show frame-filter priority
8544@item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8545Show the @var{priority} of a frame filter in the dictionary matching
8546@var{filter-dictionary}, and the frame filter name matching
8547@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8548@code{progspace} or the name of the object file where the frame filter
8549dictionary resides.
8550
8551Example:
8552
8553@smallexample
a8b43b7b 8554(@value{GDBP}) info frame-filter
fc58fa65
AB
8555
8556global frame-filters:
8557 Priority Enabled Name
8558 1000 Yes PrimaryFunctionFilter
8559 100 Yes Reverse
8560
8561progspace /build/test frame-filters:
8562 Priority Enabled Name
8563 100 Yes ProgspaceFilter
8564
8565objfile /build/test frame-filters:
8566 Priority Enabled Name
8567 999 No BuildProgramFilter
8568
a8b43b7b
T
8569(@value{GDBP}) set frame-filter priority global Reverse 50
8570(@value{GDBP}) info frame-filter
fc58fa65
AB
8571
8572global frame-filters:
8573 Priority Enabled Name
8574 1000 Yes PrimaryFunctionFilter
8575 50 Yes Reverse
8576
8577progspace /build/test frame-filters:
8578 Priority Enabled Name
8579 100 Yes ProgspaceFilter
8580
8581objfile /build/test frame-filters:
8582 Priority Enabled Name
8583 999 No BuildProgramFilter
8584@end smallexample
8585@end table
c906108c 8586
6d2ebf8b 8587@node Source
c906108c
SS
8588@chapter Examining Source Files
8589
8590@value{GDBN} can print parts of your program's source, since the debugging
8591information recorded in the program tells @value{GDBN} what source files were
8592used to build it. When your program stops, @value{GDBN} spontaneously prints
8593the line where it stopped. Likewise, when you select a stack frame
79a6e687 8594(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
c906108c
SS
8595execution in that frame has stopped. You can print other portions of
8596source files by explicit command.
8597
7a292a7a 8598If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 8599prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 8600@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
8601
8602@menu
8603* List:: Printing source lines
2a25a5ba 8604* Specify Location:: How to specify code locations
87885426 8605* Edit:: Editing source files
c906108c 8606* Search:: Searching source files
c906108c
SS
8607* Source Path:: Specifying source directories
8608* Machine Code:: Source and machine code
8609@end menu
8610
6d2ebf8b 8611@node List
79a6e687 8612@section Printing Source Lines
c906108c
SS
8613
8614@kindex list
41afff9a 8615@kindex l @r{(@code{list})}
c906108c 8616To print lines from a source file, use the @code{list} command
5d161b24 8617(abbreviated @code{l}). By default, ten lines are printed.
2a25a5ba
EZ
8618There are several ways to specify what part of the file you want to
8619print; see @ref{Specify Location}, for the full list.
c906108c
SS
8620
8621Here are the forms of the @code{list} command most commonly used:
8622
8623@table @code
8624@item list @var{linenum}
8625Print lines centered around line number @var{linenum} in the
8626current source file.
8627
8628@item list @var{function}
8629Print lines centered around the beginning of function
8630@var{function}.
8631
8632@item list
8633Print more lines. If the last lines printed were printed with a
8634@code{list} command, this prints lines following the last lines
8635printed; however, if the last line printed was a solitary line printed
8636as part of displaying a stack frame (@pxref{Stack, ,Examining the
8637Stack}), this prints lines centered around that line.
8638
8639@item list -
8640Print lines just before the lines last printed.
8641@end table
8642
9c16f35a 8643@cindex @code{list}, how many lines to display
c906108c
SS
8644By default, @value{GDBN} prints ten source lines with any of these forms of
8645the @code{list} command. You can change this using @code{set listsize}:
8646
8647@table @code
8648@kindex set listsize
8649@item set listsize @var{count}
f81d1120 8650@itemx set listsize unlimited
c906108c
SS
8651Make the @code{list} command display @var{count} source lines (unless
8652the @code{list} argument explicitly specifies some other number).
f81d1120 8653Setting @var{count} to @code{unlimited} or 0 means there's no limit.
c906108c
SS
8654
8655@kindex show listsize
8656@item show listsize
8657Display the number of lines that @code{list} prints.
8658@end table
8659
8660Repeating a @code{list} command with @key{RET} discards the argument,
8661so it is equivalent to typing just @code{list}. This is more useful
8662than listing the same lines again. An exception is made for an
8663argument of @samp{-}; that argument is preserved in repetition so that
8664each repetition moves up in the source file.
8665
c906108c 8666In general, the @code{list} command expects you to supply zero, one or two
629500fa 8667@dfn{locations}. Locations specify source lines; there are several ways
2a25a5ba
EZ
8668of writing them (@pxref{Specify Location}), but the effect is always
8669to specify some source line.
8670
c906108c
SS
8671Here is a complete description of the possible arguments for @code{list}:
8672
8673@table @code
629500fa
KS
8674@item list @var{location}
8675Print lines centered around the line specified by @var{location}.
c906108c
SS
8676
8677@item list @var{first},@var{last}
8678Print lines from @var{first} to @var{last}. Both arguments are
629500fa
KS
8679locations. When a @code{list} command has two locations, and the
8680source file of the second location is omitted, this refers to
8681the same source file as the first location.
c906108c
SS
8682
8683@item list ,@var{last}
8684Print lines ending with @var{last}.
8685
8686@item list @var{first},
8687Print lines starting with @var{first}.
8688
8689@item list +
8690Print lines just after the lines last printed.
8691
8692@item list -
8693Print lines just before the lines last printed.
8694
8695@item list
8696As described in the preceding table.
8697@end table
8698
2a25a5ba
EZ
8699@node Specify Location
8700@section Specifying a Location
8701@cindex specifying location
629500fa
KS
8702@cindex location
8703@cindex source location
8704
8705@menu
8706* Linespec Locations:: Linespec locations
8707* Explicit Locations:: Explicit locations
8708* Address Locations:: Address locations
8709@end menu
c906108c 8710
2a25a5ba
EZ
8711Several @value{GDBN} commands accept arguments that specify a location
8712of your program's code. Since @value{GDBN} is a source-level
629500fa
KS
8713debugger, a location usually specifies some line in the source code.
8714Locations may be specified using three different formats:
8715linespec locations, explicit locations, or address locations.
c906108c 8716
629500fa
KS
8717@node Linespec Locations
8718@subsection Linespec Locations
8719@cindex linespec locations
8720
8721A @dfn{linespec} is a colon-separated list of source location parameters such
8722as file name, function name, etc. Here are all the different ways of
8723specifying a linespec:
c906108c 8724
2a25a5ba
EZ
8725@table @code
8726@item @var{linenum}
8727Specifies the line number @var{linenum} of the current source file.
c906108c 8728
2a25a5ba
EZ
8729@item -@var{offset}
8730@itemx +@var{offset}
8731Specifies the line @var{offset} lines before or after the @dfn{current
8732line}. For the @code{list} command, the current line is the last one
8733printed; for the breakpoint commands, this is the line at which
8734execution stopped in the currently selected @dfn{stack frame}
8735(@pxref{Frames, ,Frames}, for a description of stack frames.) When
8736used as the second of the two linespecs in a @code{list} command,
8737this specifies the line @var{offset} lines up or down from the first
8738linespec.
8739
8740@item @var{filename}:@var{linenum}
8741Specifies the line @var{linenum} in the source file @var{filename}.
4aac40c8
TT
8742If @var{filename} is a relative file name, then it will match any
8743source file name with the same trailing components. For example, if
8744@var{filename} is @samp{gcc/expr.c}, then it will match source file
8745name of @file{/build/trunk/gcc/expr.c}, but not
8746@file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
c906108c
SS
8747
8748@item @var{function}
8749Specifies the line that begins the body of the function @var{function}.
2a25a5ba 8750For example, in C, this is the line with the open brace.
c906108c 8751
a20714ff
PA
8752By default, in C@t{++} and Ada, @var{function} is interpreted as
8753specifying all functions named @var{function} in all scopes. For
8754C@t{++}, this means in all namespaces and classes. For Ada, this
8755means in all packages.
8756
8757For example, assuming a program with C@t{++} symbols named
8758@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8759func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8760
8761Commands that accept a linespec let you override this with the
8762@code{-qualified} option. For example, @w{@kbd{break -qualified
8763func}} sets a breakpoint on a free-function named @code{func} ignoring
8764any C@t{++} class methods and namespace functions called @code{func}.
8765
8766@xref{Explicit Locations}.
8767
9ef07c8c
TT
8768@item @var{function}:@var{label}
8769Specifies the line where @var{label} appears in @var{function}.
8770
c906108c 8771@item @var{filename}:@var{function}
2a25a5ba
EZ
8772Specifies the line that begins the body of the function @var{function}
8773in the file @var{filename}. You only need the file name with a
8774function name to avoid ambiguity when there are identically named
8775functions in different source files.
c906108c 8776
0f5238ed 8777@item @var{label}
629500fa
KS
8778Specifies the line at which the label named @var{label} appears
8779in the function corresponding to the currently selected stack frame.
8780If there is no current selected stack frame (for instance, if the inferior
8781is not running), then @value{GDBN} will not search for a label.
8782
8783@cindex breakpoint at static probe point
8784@item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8785The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8786applications to embed static probes. @xref{Static Probe Points}, for more
8787information on finding and using static probes. This form of linespec
8788specifies the location of such a static probe.
8789
8790If @var{objfile} is given, only probes coming from that shared library
8791or executable matching @var{objfile} as a regular expression are considered.
8792If @var{provider} is given, then only probes from that provider are considered.
8793If several probes match the spec, @value{GDBN} will insert a breakpoint at
8794each one of those probes.
8795@end table
8796
8797@node Explicit Locations
8798@subsection Explicit Locations
8799@cindex explicit locations
8800
8801@dfn{Explicit locations} allow the user to directly specify the source
8802location's parameters using option-value pairs.
8803
8804Explicit locations are useful when several functions, labels, or
8805file names have the same name (base name for files) in the program's
8806sources. In these cases, explicit locations point to the source
8807line you meant more accurately and unambiguously. Also, using
8808explicit locations might be faster in large programs.
8809
8810For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
8811defined in the file named @file{foo} or the label @code{bar} in a function
8812named @code{foo}. @value{GDBN} must search either the file system or
8813the symbol table to know.
8814
8815The list of valid explicit location options is summarized in the
8816following table:
8817
8818@table @code
8819@item -source @var{filename}
8820The value specifies the source file name. To differentiate between
8821files with the same base name, prepend as many directories as is necessary
8822to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
8823@value{GDBN} will use the first file it finds with the given base
8824name. This option requires the use of either @code{-function} or @code{-line}.
8825
8826@item -function @var{function}
8827The value specifies the name of a function. Operations
8828on function locations unmodified by other options (such as @code{-label}
8829or @code{-line}) refer to the line that begins the body of the function.
8830In C, for example, this is the line with the open brace.
8831
a20714ff
PA
8832By default, in C@t{++} and Ada, @var{function} is interpreted as
8833specifying all functions named @var{function} in all scopes. For
8834C@t{++}, this means in all namespaces and classes. For Ada, this
8835means in all packages.
8836
8837For example, assuming a program with C@t{++} symbols named
8838@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8839-function func}} and @w{@kbd{break -function B::func}} set a
8840breakpoint on both symbols.
8841
8842You can use the @kbd{-qualified} flag to override this (see below).
8843
8844@item -qualified
8845
8846This flag makes @value{GDBN} interpret a function name specified with
8847@kbd{-function} as a complete fully-qualified name.
8848
8849For example, assuming a C@t{++} program with symbols named
8850@code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
8851-function B::func}} command sets a breakpoint on @code{B::func}, only.
8852
8853(Note: the @kbd{-qualified} option can precede a linespec as well
8854(@pxref{Linespec Locations}), so the particular example above could be
8855simplified as @w{@kbd{break -qualified B::func}}.)
8856
629500fa
KS
8857@item -label @var{label}
8858The value specifies the name of a label. When the function
8859name is not specified, the label is searched in the function of the currently
8860selected stack frame.
8861
8862@item -line @var{number}
8863The value specifies a line offset for the location. The offset may either
8864be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
8865the command. When specified without any other options, the line offset is
8866relative to the current line.
8867@end table
8868
8869Explicit location options may be abbreviated by omitting any non-unique
a20714ff 8870trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
629500fa
KS
8871
8872@node Address Locations
8873@subsection Address Locations
8874@cindex address locations
8875
8876@dfn{Address locations} indicate a specific program address. They have
8877the generalized form *@var{address}.
8878
8879For line-oriented commands, such as @code{list} and @code{edit}, this
8880specifies a source line that contains @var{address}. For @code{break} and
8881other breakpoint-oriented commands, this can be used to set breakpoints in
2a25a5ba
EZ
8882parts of your program which do not have debugging information or
8883source files.
8884
8885Here @var{address} may be any expression valid in the current working
8886language (@pxref{Languages, working language}) that specifies a code
5fa54e5d 8887address. In addition, as a convenience, @value{GDBN} extends the
629500fa
KS
8888semantics of expressions used in locations to cover several situations
8889that frequently occur during debugging. Here are the various forms
5fa54e5d 8890of @var{address}:
2a25a5ba
EZ
8891
8892@table @code
8893@item @var{expression}
8894Any expression valid in the current working language.
8895
8896@item @var{funcaddr}
8897An address of a function or procedure derived from its name. In C,
9c37b5ae 8898C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
2a25a5ba
EZ
8899simply the function's name @var{function} (and actually a special case
8900of a valid expression). In Pascal and Modula-2, this is
8901@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
8902(although the Pascal form also works).
8903
8904This form specifies the address of the function's first instruction,
8905before the stack frame and arguments have been set up.
8906
9a284c97 8907@item '@var{filename}':@var{funcaddr}
2a25a5ba
EZ
8908Like @var{funcaddr} above, but also specifies the name of the source
8909file explicitly. This is useful if the name of the function does not
8910specify the function unambiguously, e.g., if there are several
8911functions with identical names in different source files.
c906108c
SS
8912@end table
8913
87885426 8914@node Edit
79a6e687 8915@section Editing Source Files
87885426
FN
8916@cindex editing source files
8917
8918@kindex edit
8919@kindex e @r{(@code{edit})}
8920To edit the lines in a source file, use the @code{edit} command.
8921The editing program of your choice
8922is invoked with the current line set to
8923the active line in the program.
8924Alternatively, there are several ways to specify what part of the file you
2a25a5ba 8925want to print if you want to see other parts of the program:
87885426
FN
8926
8927@table @code
2a25a5ba
EZ
8928@item edit @var{location}
8929Edit the source file specified by @code{location}. Editing starts at
8930that @var{location}, e.g., at the specified source line of the
8931specified file. @xref{Specify Location}, for all the possible forms
8932of the @var{location} argument; here are the forms of the @code{edit}
8933command most commonly used:
87885426 8934
2a25a5ba 8935@table @code
87885426
FN
8936@item edit @var{number}
8937Edit the current source file with @var{number} as the active line number.
8938
8939@item edit @var{function}
8940Edit the file containing @var{function} at the beginning of its definition.
2a25a5ba 8941@end table
87885426 8942
87885426
FN
8943@end table
8944
79a6e687 8945@subsection Choosing your Editor
87885426
FN
8946You can customize @value{GDBN} to use any editor you want
8947@footnote{
8948The only restriction is that your editor (say @code{ex}), recognizes the
8949following command-line syntax:
10998722 8950@smallexample
87885426 8951ex +@var{number} file
10998722 8952@end smallexample
15387254
EZ
8953The optional numeric value +@var{number} specifies the number of the line in
8954the file where to start editing.}.
8955By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
8956by setting the environment variable @code{EDITOR} before using
8957@value{GDBN}. For example, to configure @value{GDBN} to use the
8958@code{vi} editor, you could use these commands with the @code{sh} shell:
8959@smallexample
87885426
FN
8960EDITOR=/usr/bin/vi
8961export EDITOR
15387254 8962gdb @dots{}
10998722 8963@end smallexample
87885426 8964or in the @code{csh} shell,
10998722 8965@smallexample
87885426 8966setenv EDITOR /usr/bin/vi
15387254 8967gdb @dots{}
10998722 8968@end smallexample
87885426 8969
6d2ebf8b 8970@node Search
79a6e687 8971@section Searching Source Files
15387254 8972@cindex searching source files
c906108c
SS
8973
8974There are two commands for searching through the current source file for a
8975regular expression.
8976
8977@table @code
8978@kindex search
8979@kindex forward-search
1e96de83 8980@kindex fo @r{(@code{forward-search})}
c906108c
SS
8981@item forward-search @var{regexp}
8982@itemx search @var{regexp}
8983The command @samp{forward-search @var{regexp}} checks each line,
8984starting with the one following the last line listed, for a match for
5d161b24 8985@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
8986synonym @samp{search @var{regexp}} or abbreviate the command name as
8987@code{fo}.
8988
09d4efe1 8989@kindex reverse-search
c906108c
SS
8990@item reverse-search @var{regexp}
8991The command @samp{reverse-search @var{regexp}} checks each line, starting
8992with the one before the last line listed and going backward, for a match
8993for @var{regexp}. It lists the line that is found. You can abbreviate
8994this command as @code{rev}.
8995@end table
c906108c 8996
6d2ebf8b 8997@node Source Path
79a6e687 8998@section Specifying Source Directories
c906108c
SS
8999
9000@cindex source path
9001@cindex directories for source files
9002Executable programs sometimes do not record the directories of the source
9003files from which they were compiled, just the names. Even when they do,
9004the directories could be moved between the compilation and your debugging
9005session. @value{GDBN} has a list of directories to search for source files;
9006this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9007it tries all the directories in the list, in the order they are present
0b66e38c
EZ
9008in the list, until it finds a file with the desired name.
9009
9010For example, suppose an executable references the file
f1b620e9
MG
9011@file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9012directory, and the @dfn{source path} is @file{/mnt/cross}.
9013@value{GDBN} would look for the source file in the following
9014locations:
9015
9016@enumerate
9017
9018@item @file{/usr/src/foo-1.0/lib/foo.c}
9019@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9020@item @file{/mnt/cross/foo.c}
9021
9022@end enumerate
9023
9024If the source file is not present at any of the above locations then
9025an error is printed. @value{GDBN} does not look up the parts of the
0b66e38c
EZ
9026source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9027Likewise, the subdirectories of the source path are not searched: if
9028the source path is @file{/mnt/cross}, and the binary refers to
9029@file{foo.c}, @value{GDBN} would not find it under
9030@file{/mnt/cross/usr/src/foo-1.0/lib}.
9031
9032Plain file names, relative file names with leading directories, file
f1b620e9
MG
9033names containing dots, etc.@: are all treated as described above,
9034except that non-absolute file names are not looked up literally. If
9035the @dfn{source path} is @file{/mnt/cross}, the source file is
9036recorded as @file{../lib/foo.c}, and no compilation directory is
9037recorded, then @value{GDBN} will search in the following locations:
9038
9039@enumerate
9040
9041@item @file{/mnt/cross/../lib/foo.c}
9042@item @file{/mnt/cross/foo.c}
9043
9044@end enumerate
9045
9046@kindex cdir
9047@kindex cwd
9048@vindex $cdir@r{, convenience variable}
9049@vindex $cwd@r{, convenience variable}
9050@cindex compilation directory
9051@cindex current directory
9052@cindex working directory
9053@cindex directory, current
9054@cindex directory, compilation
9055The @dfn{source path} will always include two special entries
9056@samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9057(if one is recorded) and the current working directory respectively.
9058
9059@samp{$cdir} causes @value{GDBN} to search within the compilation
9060directory, if one is recorded in the debug information. If no
9061compilation directory is recorded in the debug information then
9062@samp{$cdir} is ignored.
9063
9064@samp{$cwd} is not the same as @samp{.}---the former tracks the
9065current working directory as it changes during your @value{GDBN}
9066session, while the latter is immediately expanded to the current
9067directory at the time you add an entry to the source path.
9068
9069If a compilation directory is recorded in the debug information, and
9070@value{GDBN} has not found the source file after the first search
9071using @dfn{source path}, then @value{GDBN} will combine the
9072compilation directory and the filename, and then search for the source
9073file again using the @dfn{source path}.
9074
9075For example, if the executable records the source file as
9076@file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9077recorded as @file{/project/build}, and the @dfn{source path} is
9078@file{/mnt/cross:$cdir:$cwd} while the current working directory of
9079the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
6b92c0d3 9080search for the source file in the following locations:
f1b620e9
MG
9081
9082@enumerate
9083
9084@item @file{/usr/src/foo-1.0/lib/foo.c}
9085@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9086@item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9087@item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9088@item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9089@item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9090@item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9091@item @file{/mnt/cross/foo.c}
9092@item @file{/project/build/foo.c}
9093@item @file{/home/user/foo.c}
9094
9095@end enumerate
9096
9097If the file name in the previous example had been recorded in the
9098executable as a relative path rather than an absolute path, then the
9099first look up would not have occurred, but all of the remaining steps
9100would be similar.
9101
9102When searching for source files on MS-DOS and MS-Windows, where
9103absolute paths start with a drive letter (e.g.
9104@file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9105from the file name before appending it to a search directory from
9106@dfn{source path}; for instance if the executable references the
9107source file @file{C:/project/foo.c} and @dfn{source path} is set to
9108@file{D:/mnt/cross}, then @value{GDBN} will search in the following
9109locations for the source file:
9110
9111@enumerate
9112
9113@item @file{C:/project/foo.c}
9114@item @file{D:/mnt/cross/project/foo.c}
9115@item @file{D:/mnt/cross/foo.c}
9116
9117@end enumerate
0b66e38c
EZ
9118
9119Note that the executable search path is @emph{not} used to locate the
cd852561 9120source files.
c906108c
SS
9121
9122Whenever you reset or rearrange the source path, @value{GDBN} clears out
9123any information it has cached about where source files are found and where
9124each line is in the file.
9125
9126@kindex directory
9127@kindex dir
f1b620e9
MG
9128When you start @value{GDBN}, its source path includes only @samp{$cdir}
9129and @samp{$cwd}, in that order.
c906108c
SS
9130To add other directories, use the @code{directory} command.
9131
4b505b12
AS
9132The search path is used to find both program source files and @value{GDBN}
9133script files (read using the @samp{-command} option and @samp{source} command).
9134
30daae6c
JB
9135In addition to the source path, @value{GDBN} provides a set of commands
9136that manage a list of source path substitution rules. A @dfn{substitution
9137rule} specifies how to rewrite source directories stored in the program's
9138debug information in case the sources were moved to a different
9139directory between compilation and debugging. A rule is made of
9140two strings, the first specifying what needs to be rewritten in
9141the path, and the second specifying how it should be rewritten.
9142In @ref{set substitute-path}, we name these two parts @var{from} and
9143@var{to} respectively. @value{GDBN} does a simple string replacement
9144of @var{from} with @var{to} at the start of the directory part of the
9145source file name, and uses that result instead of the original file
9146name to look up the sources.
9147
9148Using the previous example, suppose the @file{foo-1.0} tree has been
9149moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
3f94c067 9150@value{GDBN} to replace @file{/usr/src} in all source path names with
30daae6c
JB
9151@file{/mnt/cross}. The first lookup will then be
9152@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9153of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9154substitution rule, use the @code{set substitute-path} command
9155(@pxref{set substitute-path}).
9156
9157To avoid unexpected substitution results, a rule is applied only if the
9158@var{from} part of the directory name ends at a directory separator.
9159For instance, a rule substituting @file{/usr/source} into
9160@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9161not to @file{/usr/sourceware/foo-2.0}. And because the substitution
d3e8051b 9162is applied only at the beginning of the directory name, this rule will
30daae6c
JB
9163not be applied to @file{/root/usr/source/baz.c} either.
9164
9165In many cases, you can achieve the same result using the @code{directory}
9166command. However, @code{set substitute-path} can be more efficient in
9167the case where the sources are organized in a complex tree with multiple
9168subdirectories. With the @code{directory} command, you need to add each
9169subdirectory of your project. If you moved the entire tree while
9170preserving its internal organization, then @code{set substitute-path}
9171allows you to direct the debugger to all the sources with one single
9172command.
9173
9174@code{set substitute-path} is also more than just a shortcut command.
9175The source path is only used if the file at the original location no
9176longer exists. On the other hand, @code{set substitute-path} modifies
9177the debugger behavior to look at the rewritten location instead. So, if
9178for any reason a source file that is not relevant to your executable is
9179located at the original location, a substitution rule is the only
3f94c067 9180method available to point @value{GDBN} at the new location.
30daae6c 9181
29b0e8a2
JM
9182@cindex @samp{--with-relocated-sources}
9183@cindex default source path substitution
9184You can configure a default source path substitution rule by
9185configuring @value{GDBN} with the
9186@samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9187should be the name of a directory under @value{GDBN}'s configured
9188prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9189directory names in debug information under @var{dir} will be adjusted
9190automatically if the installed @value{GDBN} is moved to a new
9191location. This is useful if @value{GDBN}, libraries or executables
9192with debug information and corresponding source code are being moved
9193together.
9194
c906108c
SS
9195@table @code
9196@item directory @var{dirname} @dots{}
9197@item dir @var{dirname} @dots{}
9198Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
9199directory names may be given to this command, separated by @samp{:}
9200(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9201part of absolute file names) or
c906108c
SS
9202whitespace. You may specify a directory that is already in the source
9203path; this moves it forward, so @value{GDBN} searches it sooner.
9204
f1b620e9
MG
9205The special strings @samp{$cdir} (to refer to the compilation
9206directory, if one is recorded), and @samp{$cwd} (to refer to the
9207current working directory) can also be included in the list of
9208directories @var{dirname}. Though these will already be in the source
9209path they will be moved forward in the list so @value{GDBN} searches
9210them sooner.
c906108c
SS
9211
9212@item directory
cd852561 9213Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
c906108c
SS
9214
9215@c RET-repeat for @code{directory} is explicitly disabled, but since
9216@c repeating it would be a no-op we do not say that. (thanks to RMS)
9217
99e7ae30
DE
9218@item set directories @var{path-list}
9219@kindex set directories
9220Set the source path to @var{path-list}.
9221@samp{$cdir:$cwd} are added if missing.
9222
c906108c
SS
9223@item show directories
9224@kindex show directories
9225Print the source path: show which directories it contains.
30daae6c
JB
9226
9227@anchor{set substitute-path}
9228@item set substitute-path @var{from} @var{to}
9229@kindex set substitute-path
9230Define a source path substitution rule, and add it at the end of the
9231current list of existing substitution rules. If a rule with the same
9232@var{from} was already defined, then the old rule is also deleted.
9233
9234For example, if the file @file{/foo/bar/baz.c} was moved to
9235@file{/mnt/cross/baz.c}, then the command
9236
9237@smallexample
c58b006b 9238(@value{GDBP}) set substitute-path /foo/bar /mnt/cross
30daae6c
JB
9239@end smallexample
9240
9241@noindent
c58b006b 9242will tell @value{GDBN} to replace @samp{/foo/bar} with
30daae6c
JB
9243@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9244@file{baz.c} even though it was moved.
9245
9246In the case when more than one substitution rule have been defined,
9247the rules are evaluated one by one in the order where they have been
9248defined. The first one matching, if any, is selected to perform
9249the substitution.
9250
9251For instance, if we had entered the following commands:
9252
9253@smallexample
9254(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9255(@value{GDBP}) set substitute-path /usr/src /mnt/src
9256@end smallexample
9257
9258@noindent
9259@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9260@file{/mnt/include/defs.h} by using the first rule. However, it would
9261use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9262@file{/mnt/src/lib/foo.c}.
9263
9264
9265@item unset substitute-path [path]
9266@kindex unset substitute-path
9267If a path is specified, search the current list of substitution rules
9268for a rule that would rewrite that path. Delete that rule if found.
9269A warning is emitted by the debugger if no rule could be found.
9270
9271If no path is specified, then all substitution rules are deleted.
9272
9273@item show substitute-path [path]
9274@kindex show substitute-path
9275If a path is specified, then print the source path substitution rule
9276which would rewrite that path, if any.
9277
9278If no path is specified, then print all existing source path substitution
9279rules.
9280
c906108c
SS
9281@end table
9282
9283If your source path is cluttered with directories that are no longer of
9284interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9285versions of source. You can correct the situation as follows:
9286
9287@enumerate
9288@item
cd852561 9289Use @code{directory} with no argument to reset the source path to its default value.
c906108c
SS
9290
9291@item
9292Use @code{directory} with suitable arguments to reinstall the
9293directories you want in the source path. You can add all the
9294directories in one command.
9295@end enumerate
9296
6d2ebf8b 9297@node Machine Code
79a6e687 9298@section Source and Machine Code
15387254 9299@cindex source line and its code address
c906108c
SS
9300
9301You can use the command @code{info line} to map source lines to program
9302addresses (and vice versa), and the command @code{disassemble} to display
91440f57
HZ
9303a range of addresses as machine instructions. You can use the command
9304@code{set disassemble-next-line} to set whether to disassemble next
9305source line when execution stops. When run under @sc{gnu} Emacs
d4f3574e 9306mode, the @code{info line} command causes the arrow to point to the
5d161b24 9307line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
9308well as hex.
9309
9310@table @code
9311@kindex info line
db1ae9c5
AB
9312@item info line
9313@itemx info line @var{location}
c906108c 9314Print the starting and ending addresses of the compiled code for
629500fa 9315source line @var{location}. You can specify source lines in any of
db1ae9c5
AB
9316the ways documented in @ref{Specify Location}. With no @var{location}
9317information about the current source line is printed.
c906108c
SS
9318@end table
9319
9320For example, we can use @code{info line} to discover the location of
9321the object code for the first line of function
9322@code{m4_changequote}:
9323
9324@smallexample
96a2c332 9325(@value{GDBP}) info line m4_changequote
db1ae9c5
AB
9326Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9327 ends at 0x6350 <m4_changequote+4>.
c906108c
SS
9328@end smallexample
9329
9330@noindent
15387254 9331@cindex code address and its source line
c906108c 9332We can also inquire (using @code{*@var{addr}} as the form for
629500fa 9333@var{location}) what source line covers a particular address:
c906108c
SS
9334@smallexample
9335(@value{GDBP}) info line *0x63ff
db1ae9c5
AB
9336Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9337 ends at 0x6404 <m4_changequote+184>.
c906108c
SS
9338@end smallexample
9339
9340@cindex @code{$_} and @code{info line}
15387254 9341@cindex @code{x} command, default address
41afff9a 9342@kindex x@r{(examine), and} info line
c906108c
SS
9343After @code{info line}, the default address for the @code{x} command
9344is changed to the starting address of the line, so that @samp{x/i} is
9345sufficient to begin examining the machine code (@pxref{Memory,
79a6e687 9346,Examining Memory}). Also, this address is saved as the value of the
c906108c 9347convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
79a6e687 9348Variables}).
c906108c 9349
db1ae9c5
AB
9350@cindex info line, repeated calls
9351After @code{info line}, using @code{info line} again without
9352specifying a location will display information about the next source
9353line.
9354
c906108c
SS
9355@table @code
9356@kindex disassemble
9357@cindex assembly instructions
9358@cindex instructions, assembly
9359@cindex machine instructions
9360@cindex listing machine instructions
9361@item disassemble
d14508fe 9362@itemx disassemble /m
6ff0ba5f 9363@itemx disassemble /s
9b117ef3 9364@itemx disassemble /r
c906108c 9365This specialized command dumps a range of memory as machine
d14508fe 9366instructions. It can also print mixed source+disassembly by specifying
6ff0ba5f
DE
9367the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9368as well as in symbolic form by specifying the @code{/r} modifier.
d14508fe 9369The default memory range is the function surrounding the
c906108c
SS
9370program counter of the selected frame. A single argument to this
9371command is a program counter value; @value{GDBN} dumps the function
21a0512e
PP
9372surrounding this value. When two arguments are given, they should
9373be separated by a comma, possibly surrounded by whitespace. The
53a71c06
CR
9374arguments specify a range of addresses to dump, in one of two forms:
9375
9376@table @code
9377@item @var{start},@var{end}
9378the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9379@item @var{start},+@var{length}
9380the addresses from @var{start} (inclusive) to
9381@code{@var{start}+@var{length}} (exclusive).
9382@end table
9383
9384@noindent
9385When 2 arguments are specified, the name of the function is also
9386printed (since there could be several functions in the given range).
21a0512e
PP
9387
9388The argument(s) can be any expression yielding a numeric value, such as
9389@samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
2b28d209
PP
9390
9391If the range of memory being disassembled contains current program counter,
9392the instruction at that location is shown with a @code{=>} marker.
c906108c
SS
9393@end table
9394
c906108c
SS
9395The following example shows the disassembly of a range of addresses of
9396HP PA-RISC 2.0 code:
9397
9398@smallexample
21a0512e 9399(@value{GDBP}) disas 0x32c4, 0x32e4
c906108c 9400Dump of assembler code from 0x32c4 to 0x32e4:
2b28d209
PP
9401 0x32c4 <main+204>: addil 0,dp
9402 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9403 0x32cc <main+212>: ldil 0x3000,r31
9404 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9405 0x32d4 <main+220>: ldo 0(r31),rp
9406 0x32d8 <main+224>: addil -0x800,dp
9407 0x32dc <main+228>: ldo 0x588(r1),r26
9408 0x32e0 <main+232>: ldil 0x3000,r31
c906108c
SS
9409End of assembler dump.
9410@end smallexample
c906108c 9411
6ff0ba5f
DE
9412Here is an example showing mixed source+assembly for Intel x86
9413with @code{/m} or @code{/s}, when the program is stopped just after
9414function prologue in a non-optimized function with no inline code.
d14508fe
DE
9415
9416@smallexample
9417(@value{GDBP}) disas /m main
9418Dump of assembler code for function main:
94195 @{
9c419145
PP
9420 0x08048330 <+0>: push %ebp
9421 0x08048331 <+1>: mov %esp,%ebp
9422 0x08048333 <+3>: sub $0x8,%esp
9423 0x08048336 <+6>: and $0xfffffff0,%esp
9424 0x08048339 <+9>: sub $0x10,%esp
d14508fe
DE
9425
94266 printf ("Hello.\n");
9c419145
PP
9427=> 0x0804833c <+12>: movl $0x8048440,(%esp)
9428 0x08048343 <+19>: call 0x8048284 <puts@@plt>
d14508fe
DE
9429
94307 return 0;
94318 @}
9c419145
PP
9432 0x08048348 <+24>: mov $0x0,%eax
9433 0x0804834d <+29>: leave
9434 0x0804834e <+30>: ret
d14508fe
DE
9435
9436End of assembler dump.
9437@end smallexample
9438
6ff0ba5f
DE
9439The @code{/m} option is deprecated as its output is not useful when
9440there is either inlined code or re-ordered code.
9441The @code{/s} option is the preferred choice.
9442Here is an example for AMD x86-64 showing the difference between
9443@code{/m} output and @code{/s} output.
9444This example has one inline function defined in a header file,
9445and the code is compiled with @samp{-O2} optimization.
9446Note how the @code{/m} output is missing the disassembly of
9447several instructions that are present in the @code{/s} output.
9448
9449@file{foo.h}:
9450
9451@smallexample
9452int
9453foo (int a)
9454@{
9455 if (a < 0)
9456 return a * 2;
9457 if (a == 0)
9458 return 1;
9459 return a + 10;
9460@}
9461@end smallexample
9462
9463@file{foo.c}:
9464
9465@smallexample
9466#include "foo.h"
9467volatile int x, y;
9468int
9469main ()
9470@{
9471 x = foo (y);
9472 return 0;
9473@}
9474@end smallexample
9475
9476@smallexample
9477(@value{GDBP}) disas /m main
9478Dump of assembler code for function main:
94795 @{
9480
94816 x = foo (y);
9482 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9483 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9484
94857 return 0;
94868 @}
9487 0x000000000040041d <+29>: xor %eax,%eax
9488 0x000000000040041f <+31>: retq
9489 0x0000000000400420 <+32>: add %eax,%eax
9490 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9491
9492End of assembler dump.
9493(@value{GDBP}) disas /s main
9494Dump of assembler code for function main:
9495foo.c:
94965 @{
94976 x = foo (y);
9498 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9499
9500foo.h:
95014 if (a < 0)
9502 0x0000000000400406 <+6>: test %eax,%eax
9503 0x0000000000400408 <+8>: js 0x400420 <main+32>
9504
95056 if (a == 0)
95067 return 1;
95078 return a + 10;
9508 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9509 0x000000000040040d <+13>: test %eax,%eax
9510 0x000000000040040f <+15>: mov $0x1,%eax
9511 0x0000000000400414 <+20>: cmovne %edx,%eax
9512
9513foo.c:
95146 x = foo (y);
9515 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9516
95177 return 0;
95188 @}
9519 0x000000000040041d <+29>: xor %eax,%eax
9520 0x000000000040041f <+31>: retq
9521
9522foo.h:
95235 return a * 2;
9524 0x0000000000400420 <+32>: add %eax,%eax
9525 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9526End of assembler dump.
9527@end smallexample
9528
53a71c06
CR
9529Here is another example showing raw instructions in hex for AMD x86-64,
9530
9531@smallexample
a8b43b7b 9532(@value{GDBP}) disas /r 0x400281,+10
53a71c06
CR
9533Dump of assembler code from 0x400281 to 0x40028b:
9534 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9535 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9536 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9537 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9538End of assembler dump.
9539@end smallexample
9540
629500fa 9541Addresses cannot be specified as a location (@pxref{Specify Location}).
7e1e0340
DE
9542So, for example, if you want to disassemble function @code{bar}
9543in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9544and not @samp{disassemble foo.c:bar}.
9545
c906108c
SS
9546Some architectures have more than one commonly-used set of instruction
9547mnemonics or other syntax.
9548
76d17f34
EZ
9549For programs that were dynamically linked and use shared libraries,
9550instructions that call functions or branch to locations in the shared
9551libraries might show a seemingly bogus location---it's actually a
9552location of the relocation table. On some architectures, @value{GDBN}
9553might be able to resolve these to actual function names.
9554
65b48a81
PB
9555@table @code
9556@kindex set disassembler-options
9557@cindex disassembler options
9558@item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9559This command controls the passing of target specific information to
9560the disassembler. For a list of valid options, please refer to the
9561@code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9562manual and/or the output of @kbd{objdump --help}
f5a476a7 9563(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
65b48a81
PB
9564The default value is the empty string.
9565
9566If it is necessary to specify more than one disassembler option, then
9567multiple options can be placed together into a comma separated list.
471b9d15 9568Currently this command is only supported on targets ARM, MIPS, PowerPC
65b48a81
PB
9569and S/390.
9570
9571@kindex show disassembler-options
9572@item show disassembler-options
9573Show the current setting of the disassembler options.
9574@end table
9575
c906108c 9576@table @code
d4f3574e 9577@kindex set disassembly-flavor
d4f3574e
SS
9578@cindex Intel disassembly flavor
9579@cindex AT&T disassembly flavor
9580@item set disassembly-flavor @var{instruction-set}
c906108c
SS
9581Select the instruction set to use when disassembling the
9582program via the @code{disassemble} or @code{x/i} commands.
9583
9584Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
9585can set @var{instruction-set} to either @code{intel} or @code{att}.
9586The default is @code{att}, the AT&T flavor used by default by Unix
9587assemblers for x86-based targets.
9c16f35a
EZ
9588
9589@kindex show disassembly-flavor
9590@item show disassembly-flavor
9591Show the current setting of the disassembly flavor.
c906108c
SS
9592@end table
9593
91440f57
HZ
9594@table @code
9595@kindex set disassemble-next-line
9596@kindex show disassemble-next-line
9597@item set disassemble-next-line
9598@itemx show disassemble-next-line
32ae1842
EZ
9599Control whether or not @value{GDBN} will disassemble the next source
9600line or instruction when execution stops. If ON, @value{GDBN} will
9601display disassembly of the next source line when execution of the
9602program being debugged stops. This is @emph{in addition} to
9603displaying the source line itself, which @value{GDBN} always does if
9604possible. If the next source line cannot be displayed for some reason
9605(e.g., if @value{GDBN} cannot find the source file, or there's no line
9606info in the debug info), @value{GDBN} will display disassembly of the
9607next @emph{instruction} instead of showing the next source line. If
9608AUTO, @value{GDBN} will display disassembly of next instruction only
9609if the source line cannot be displayed. This setting causes
9610@value{GDBN} to display some feedback when you step through a function
9611with no line info or whose source file is unavailable. The default is
9612OFF, which means never display the disassembly of the next line or
9613instruction.
91440f57
HZ
9614@end table
9615
c906108c 9616
6d2ebf8b 9617@node Data
c906108c
SS
9618@chapter Examining Data
9619
9620@cindex printing data
9621@cindex examining data
9622@kindex print
9623@kindex inspect
c906108c 9624The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
9625command (abbreviated @code{p}), or its synonym @code{inspect}. It
9626evaluates and prints the value of an expression of the language your
9627program is written in (@pxref{Languages, ,Using @value{GDBN} with
78e2826b
TT
9628Different Languages}). It may also print the expression using a
9629Python-based pretty-printer (@pxref{Pretty Printing}).
c906108c
SS
9630
9631@table @code
3345721a
PA
9632@item print [[@var{options}] --] @var{expr}
9633@itemx print [[@var{options}] --] /@var{f} @var{expr}
d4f3574e
SS
9634@var{expr} is an expression (in the source language). By default the
9635value of @var{expr} is printed in a format appropriate to its data type;
c906108c 9636you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 9637@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
79a6e687 9638Formats}.
c906108c 9639
3345721a
PA
9640@anchor{print options}
9641The @code{print} command supports a number of options that allow
9642overriding relevant global print settings as set by @code{set print}
9643subcommands:
9644
9645@table @code
9646@item -address [@code{on}|@code{off}]
9647Set printing of addresses.
9648Related setting: @ref{set print address}.
9649
9650@item -array [@code{on}|@code{off}]
9651Pretty formatting of arrays.
9652Related setting: @ref{set print array}.
9653
9654@item -array-indexes [@code{on}|@code{off}]
9655Set printing of array indexes.
9656Related setting: @ref{set print array-indexes}.
9657
9658@item -elements @var{number-of-elements}|@code{unlimited}
9659Set limit on string chars or array elements to print. The value
9660@code{unlimited} causes there to be no limit. Related setting:
9661@ref{set print elements}.
9662
9663@item -max-depth @var{depth}|@code{unlimited}
9664Set the threshold after which nested structures are replaced with
9665ellipsis. Related setting: @ref{set print max-depth}.
9666
9667@item -null-stop [@code{on}|@code{off}]
9668Set printing of char arrays to stop at first null char. Related
9669setting: @ref{set print null-stop}.
9670
9671@item -object [@code{on}|@code{off}]
9672Set printing C@t{++} virtual function tables. Related setting:
9673@ref{set print object}.
9674
9675@item -pretty [@code{on}|@code{off}]
9676Set pretty formatting of structures. Related setting: @ref{set print
9677pretty}.
9678
d8edc8b7
PW
9679@item -raw-values [@code{on}|@code{off}]
9680Set whether to print values in raw form, bypassing any
9681pretty-printers for that value. Related setting: @ref{set print
9682raw-values}.
9683
3345721a
PA
9684@item -repeats @var{number-of-repeats}|@code{unlimited}
9685Set threshold for repeated print elements. @code{unlimited} causes
9686all elements to be individually printed. Related setting: @ref{set
9687print repeats}.
9688
9689@item -static-members [@code{on}|@code{off}]
9690Set printing C@t{++} static members. Related setting: @ref{set print
9691static-members}.
9692
9693@item -symbol [@code{on}|@code{off}]
9694Set printing of symbol names when printing pointers. Related setting:
9695@ref{set print symbol}.
9696
9697@item -union [@code{on}|@code{off}]
9698Set printing of unions interior to structures. Related setting:
9699@ref{set print union}.
9700
9701@item -vtbl [@code{on}|@code{off}]
9702Set printing of C++ virtual function tables. Related setting:
9703@ref{set print vtbl}.
9704@end table
9705
9706Because the @code{print} command accepts arbitrary expressions which
9707may look like options (including abbreviations), if you specify any
9708command option, then you must use a double dash (@code{--}) to mark
9709the end of option processing.
9710
d8edc8b7 9711For example, this prints the value of the @code{-p} expression:
3345721a
PA
9712
9713@smallexample
d8edc8b7 9714(@value{GDBP}) print -p
3345721a
PA
9715@end smallexample
9716
9717While this repeats the last value in the value history (see below)
d8edc8b7 9718with the @code{-pretty} option in effect:
3345721a
PA
9719
9720@smallexample
d8edc8b7 9721(@value{GDBP}) print -p --
3345721a
PA
9722@end smallexample
9723
9724Here is an example including both on option and an expression:
9725
9726@smallexample
9727@group
9728(@value{GDBP}) print -pretty -- *myptr
9729$1 = @{
9730 next = 0x0,
9731 flags = @{
9732 sweet = 1,
9733 sour = 1
9734 @},
9735 meat = 0x54 "Pork"
9736@}
9737@end group
9738@end smallexample
9739
9740@item print [@var{options}]
9741@itemx print [@var{options}] /@var{f}
15387254 9742@cindex reprint the last value
d4f3574e 9743If you omit @var{expr}, @value{GDBN} displays the last value again (from the
79a6e687 9744@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
c906108c
SS
9745conveniently inspect the same value in an alternative format.
9746@end table
9747
9748A more low-level way of examining data is with the @code{x} command.
9749It examines data in memory at a specified address and prints it in a
79a6e687 9750specified format. @xref{Memory, ,Examining Memory}.
c906108c 9751
7a292a7a 9752If you are interested in information about types, or about how the
d4f3574e
SS
9753fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9754command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 9755Table}.
c906108c 9756
06fc020f
SCR
9757@cindex exploring hierarchical data structures
9758@kindex explore
9759Another way of examining values of expressions and type information is
9760through the Python extension command @code{explore} (available only if
9761the @value{GDBN} build is configured with @code{--with-python}). It
9762offers an interactive way to start at the highest level (or, the most
9763abstract level) of the data type of an expression (or, the data type
9764itself) and explore all the way down to leaf scalar values/fields
9765embedded in the higher level data types.
9766
9767@table @code
9768@item explore @var{arg}
9769@var{arg} is either an expression (in the source language), or a type
9770visible in the current context of the program being debugged.
9771@end table
9772
9773The working of the @code{explore} command can be illustrated with an
9774example. If a data type @code{struct ComplexStruct} is defined in your
9775C program as
9776
9777@smallexample
9778struct SimpleStruct
9779@{
9780 int i;
9781 double d;
9782@};
9783
9784struct ComplexStruct
9785@{
9786 struct SimpleStruct *ss_p;
9787 int arr[10];
9788@};
9789@end smallexample
9790
9791@noindent
9792followed by variable declarations as
9793
9794@smallexample
9795struct SimpleStruct ss = @{ 10, 1.11 @};
9796struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
9797@end smallexample
9798
9799@noindent
9800then, the value of the variable @code{cs} can be explored using the
9801@code{explore} command as follows.
9802
9803@smallexample
a8b43b7b 9804(@value{GDBP}) explore cs
06fc020f
SCR
9805The value of `cs' is a struct/class of type `struct ComplexStruct' with
9806the following fields:
9807
9808 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
9809 arr = <Enter 1 to explore this field of type `int [10]'>
9810
9811Enter the field number of choice:
9812@end smallexample
9813
9814@noindent
9815Since the fields of @code{cs} are not scalar values, you are being
9816prompted to chose the field you want to explore. Let's say you choose
9817the field @code{ss_p} by entering @code{0}. Then, since this field is a
9818pointer, you will be asked if it is pointing to a single value. From
9819the declaration of @code{cs} above, it is indeed pointing to a single
9820value, hence you enter @code{y}. If you enter @code{n}, then you will
9821be asked if it were pointing to an array of values, in which case this
9822field will be explored as if it were an array.
9823
9824@smallexample
9825`cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
9826Continue exploring it as a pointer to a single value [y/n]: y
9827The value of `*(cs.ss_p)' is a struct/class of type `struct
9828SimpleStruct' with the following fields:
9829
9830 i = 10 .. (Value of type `int')
9831 d = 1.1100000000000001 .. (Value of type `double')
9832
9833Press enter to return to parent value:
9834@end smallexample
9835
9836@noindent
9837If the field @code{arr} of @code{cs} was chosen for exploration by
9838entering @code{1} earlier, then since it is as array, you will be
9839prompted to enter the index of the element in the array that you want
9840to explore.
9841
9842@smallexample
9843`cs.arr' is an array of `int'.
9844Enter the index of the element you want to explore in `cs.arr': 5
9845
9846`(cs.arr)[5]' is a scalar value of type `int'.
9847
9848(cs.arr)[5] = 4
9849
9850Press enter to return to parent value:
9851@end smallexample
9852
9853In general, at any stage of exploration, you can go deeper towards the
9854leaf values by responding to the prompts appropriately, or hit the
9855return key to return to the enclosing data structure (the @i{higher}
9856level data structure).
9857
9858Similar to exploring values, you can use the @code{explore} command to
9859explore types. Instead of specifying a value (which is typically a
9860variable name or an expression valid in the current context of the
9861program being debugged), you specify a type name. If you consider the
9862same example as above, your can explore the type
9863@code{struct ComplexStruct} by passing the argument
9864@code{struct ComplexStruct} to the @code{explore} command.
9865
9866@smallexample
a8b43b7b 9867(@value{GDBP}) explore struct ComplexStruct
06fc020f
SCR
9868@end smallexample
9869
9870@noindent
9871By responding to the prompts appropriately in the subsequent interactive
9872session, you can explore the type @code{struct ComplexStruct} in a
9873manner similar to how the value @code{cs} was explored in the above
9874example.
9875
9876The @code{explore} command also has two sub-commands,
9877@code{explore value} and @code{explore type}. The former sub-command is
9878a way to explicitly specify that value exploration of the argument is
9879being invoked, while the latter is a way to explicitly specify that type
9880exploration of the argument is being invoked.
9881
9882@table @code
9883@item explore value @var{expr}
9884@cindex explore value
9885This sub-command of @code{explore} explores the value of the
9886expression @var{expr} (if @var{expr} is an expression valid in the
9887current context of the program being debugged). The behavior of this
9888command is identical to that of the behavior of the @code{explore}
9889command being passed the argument @var{expr}.
9890
9891@item explore type @var{arg}
9892@cindex explore type
9893This sub-command of @code{explore} explores the type of @var{arg} (if
9894@var{arg} is a type visible in the current context of program being
9895debugged), or the type of the value/expression @var{arg} (if @var{arg}
9896is an expression valid in the current context of the program being
9897debugged). If @var{arg} is a type, then the behavior of this command is
9898identical to that of the @code{explore} command being passed the
9899argument @var{arg}. If @var{arg} is an expression, then the behavior of
9900this command will be identical to that of the @code{explore} command
9901being passed the type of @var{arg} as the argument.
9902@end table
9903
c906108c
SS
9904@menu
9905* Expressions:: Expressions
6ba66d6a 9906* Ambiguous Expressions:: Ambiguous Expressions
c906108c
SS
9907* Variables:: Program variables
9908* Arrays:: Artificial arrays
9909* Output Formats:: Output formats
9910* Memory:: Examining memory
9911* Auto Display:: Automatic display
9912* Print Settings:: Print settings
4c374409 9913* Pretty Printing:: Python pretty printing
c906108c
SS
9914* Value History:: Value history
9915* Convenience Vars:: Convenience variables
a72c3253 9916* Convenience Funs:: Convenience functions
c906108c 9917* Registers:: Registers
c906108c 9918* Floating Point Hardware:: Floating point hardware
53c69bd7 9919* Vector Unit:: Vector Unit
721c2651 9920* OS Information:: Auxiliary data provided by operating system
29e57380 9921* Memory Region Attributes:: Memory region attributes
16d9dec6 9922* Dump/Restore Files:: Copy between memory and a file
384ee23f 9923* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
9924* Character Sets:: Debugging programs that use a different
9925 character set than GDB does
b12039c6 9926* Caching Target Data:: Data caching for targets
08388c79 9927* Searching Memory:: Searching memory for a sequence of bytes
5fdf6324 9928* Value Sizes:: Managing memory allocated for values
c906108c
SS
9929@end menu
9930
6d2ebf8b 9931@node Expressions
c906108c
SS
9932@section Expressions
9933
9934@cindex expressions
9935@code{print} and many other @value{GDBN} commands accept an expression and
9936compute its value. Any kind of constant, variable or operator defined
9937by the programming language you are using is valid in an expression in
e2e0bcd1
JB
9938@value{GDBN}. This includes conditional expressions, function calls,
9939casts, and string constants. It also includes preprocessor macros, if
9940you compiled your program to include this information; see
9941@ref{Compilation}.
c906108c 9942
15387254 9943@cindex arrays in expressions
d4f3574e
SS
9944@value{GDBN} supports array constants in expressions input by
9945the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
63092375
DJ
9946you can use the command @code{print @{1, 2, 3@}} to create an array
9947of three integers. If you pass an array to a function or assign it
9948to a program variable, @value{GDBN} copies the array to memory that
9949is @code{malloc}ed in the target program.
c906108c 9950
c906108c
SS
9951Because C is so widespread, most of the expressions shown in examples in
9952this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
9953Languages}, for information on how to use expressions in other
9954languages.
9955
9956In this section, we discuss operators that you can use in @value{GDBN}
9957expressions regardless of your programming language.
9958
15387254 9959@cindex casts, in expressions
c906108c
SS
9960Casts are supported in all languages, not just in C, because it is so
9961useful to cast a number into a pointer in order to examine a structure
9962at that address in memory.
9963@c FIXME: casts supported---Mod2 true?
c906108c
SS
9964
9965@value{GDBN} supports these operators, in addition to those common
9966to programming languages:
9967
9968@table @code
9969@item @@
9970@samp{@@} is a binary operator for treating parts of memory as arrays.
79a6e687 9971@xref{Arrays, ,Artificial Arrays}, for more information.
c906108c
SS
9972
9973@item ::
9974@samp{::} allows you to specify a variable in terms of the file or
79a6e687 9975function where it is defined. @xref{Variables, ,Program Variables}.
c906108c
SS
9976
9977@cindex @{@var{type}@}
9978@cindex type casting memory
9979@cindex memory, viewing as typed object
9980@cindex casts, to view memory
9981@item @{@var{type}@} @var{addr}
9982Refers to an object of type @var{type} stored at address @var{addr} in
697aa1b7
EZ
9983memory. The address @var{addr} may be any expression whose value is
9984an integer or pointer (but parentheses are required around binary
9985operators, just as in a cast). This construct is allowed regardless
9986of what kind of data is normally supposed to reside at @var{addr}.
c906108c
SS
9987@end table
9988
6ba66d6a
JB
9989@node Ambiguous Expressions
9990@section Ambiguous Expressions
9991@cindex ambiguous expressions
9992
9993Expressions can sometimes contain some ambiguous elements. For instance,
9994some programming languages (notably Ada, C@t{++} and Objective-C) permit
9995a single function name to be defined several times, for application in
9996different contexts. This is called @dfn{overloading}. Another example
9997involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
9998templates and is typically instantiated several times, resulting in
9999the same function name being defined in different contexts.
10000
10001In some cases and depending on the language, it is possible to adjust
10002the expression to remove the ambiguity. For instance in C@t{++}, you
10003can specify the signature of the function you want to break on, as in
10004@kbd{break @var{function}(@var{types})}. In Ada, using the fully
10005qualified name of your function often makes the expression unambiguous
10006as well.
10007
10008When an ambiguity that needs to be resolved is detected, the debugger
10009has the capability to display a menu of numbered choices for each
10010possibility, and then waits for the selection with the prompt @samp{>}.
10011The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10012aborts the current command. If the command in which the expression was
10013used allows more than one choice to be selected, the next option in the
10014menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10015choices.
10016
10017For example, the following session excerpt shows an attempt to set a
10018breakpoint at the overloaded symbol @code{String::after}.
10019We choose three particular definitions of that function name:
10020
10021@c FIXME! This is likely to change to show arg type lists, at least
10022@smallexample
10023@group
10024(@value{GDBP}) b String::after
10025[0] cancel
10026[1] all
10027[2] file:String.cc; line number:867
10028[3] file:String.cc; line number:860
10029[4] file:String.cc; line number:875
10030[5] file:String.cc; line number:853
10031[6] file:String.cc; line number:846
10032[7] file:String.cc; line number:735
10033> 2 4 6
10034Breakpoint 1 at 0xb26c: file String.cc, line 867.
10035Breakpoint 2 at 0xb344: file String.cc, line 875.
10036Breakpoint 3 at 0xafcc: file String.cc, line 846.
10037Multiple breakpoints were set.
10038Use the "delete" command to delete unwanted
10039 breakpoints.
10040(@value{GDBP})
10041@end group
10042@end smallexample
10043
10044@table @code
10045@kindex set multiple-symbols
10046@item set multiple-symbols @var{mode}
10047@cindex multiple-symbols menu
10048
10049This option allows you to adjust the debugger behavior when an expression
10050is ambiguous.
10051
10052By default, @var{mode} is set to @code{all}. If the command with which
10053the expression is used allows more than one choice, then @value{GDBN}
10054automatically selects all possible choices. For instance, inserting
10055a breakpoint on a function using an ambiguous name results in a breakpoint
10056inserted on each possible match. However, if a unique choice must be made,
10057then @value{GDBN} uses the menu to help you disambiguate the expression.
10058For instance, printing the address of an overloaded function will result
10059in the use of the menu.
10060
10061When @var{mode} is set to @code{ask}, the debugger always uses the menu
10062when an ambiguity is detected.
10063
10064Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10065an error due to the ambiguity and the command is aborted.
10066
10067@kindex show multiple-symbols
10068@item show multiple-symbols
10069Show the current value of the @code{multiple-symbols} setting.
10070@end table
10071
6d2ebf8b 10072@node Variables
79a6e687 10073@section Program Variables
c906108c
SS
10074
10075The most common kind of expression to use is the name of a variable
10076in your program.
10077
10078Variables in expressions are understood in the selected stack frame
79a6e687 10079(@pxref{Selection, ,Selecting a Frame}); they must be either:
c906108c
SS
10080
10081@itemize @bullet
10082@item
10083global (or file-static)
10084@end itemize
10085
5d161b24 10086@noindent or
c906108c
SS
10087
10088@itemize @bullet
10089@item
10090visible according to the scope rules of the
10091programming language from the point of execution in that frame
5d161b24 10092@end itemize
c906108c
SS
10093
10094@noindent This means that in the function
10095
474c8240 10096@smallexample
c906108c
SS
10097foo (a)
10098 int a;
10099@{
10100 bar (a);
10101 @{
10102 int b = test ();
10103 bar (b);
10104 @}
10105@}
474c8240 10106@end smallexample
c906108c
SS
10107
10108@noindent
10109you can examine and use the variable @code{a} whenever your program is
10110executing within the function @code{foo}, but you can only use or
10111examine the variable @code{b} while your program is executing inside
10112the block where @code{b} is declared.
10113
10114@cindex variable name conflict
10115There is an exception: you can refer to a variable or function whose
10116scope is a single source file even if the current execution point is not
10117in this file. But it is possible to have more than one such variable or
10118function with the same name (in different source files). If that
10119happens, referring to that name has unpredictable effects. If you wish,
72384ba3 10120you can specify a static variable in a particular function or file by
15387254 10121using the colon-colon (@code{::}) notation:
c906108c 10122
d4f3574e 10123@cindex colon-colon, context for variables/functions
12c27660 10124@ifnotinfo
c906108c 10125@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 10126@cindex @code{::}, context for variables/functions
12c27660 10127@end ifnotinfo
474c8240 10128@smallexample
c906108c
SS
10129@var{file}::@var{variable}
10130@var{function}::@var{variable}
474c8240 10131@end smallexample
c906108c
SS
10132
10133@noindent
10134Here @var{file} or @var{function} is the name of the context for the
10135static @var{variable}. In the case of file names, you can use quotes to
10136make sure @value{GDBN} parses the file name as a single word---for example,
10137to print a global value of @code{x} defined in @file{f2.c}:
10138
474c8240 10139@smallexample
c906108c 10140(@value{GDBP}) p 'f2.c'::x
474c8240 10141@end smallexample
c906108c 10142
72384ba3
PH
10143The @code{::} notation is normally used for referring to
10144static variables, since you typically disambiguate uses of local variables
10145in functions by selecting the appropriate frame and using the
10146simple name of the variable. However, you may also use this notation
10147to refer to local variables in frames enclosing the selected frame:
10148
10149@smallexample
10150void
10151foo (int a)
10152@{
10153 if (a < 10)
10154 bar (a);
10155 else
10156 process (a); /* Stop here */
10157@}
10158
10159int
10160bar (int a)
10161@{
10162 foo (a + 5);
10163@}
10164@end smallexample
10165
10166@noindent
10167For example, if there is a breakpoint at the commented line,
10168here is what you might see
10169when the program stops after executing the call @code{bar(0)}:
10170
10171@smallexample
10172(@value{GDBP}) p a
10173$1 = 10
10174(@value{GDBP}) p bar::a
10175$2 = 5
10176(@value{GDBP}) up 2
10177#2 0x080483d0 in foo (a=5) at foobar.c:12
10178(@value{GDBP}) p a
10179$3 = 5
10180(@value{GDBP}) p bar::a
10181$4 = 0
10182@end smallexample
10183
b37052ae 10184@cindex C@t{++} scope resolution
805e1f19
TT
10185These uses of @samp{::} are very rarely in conflict with the very
10186similar use of the same notation in C@t{++}. When they are in
10187conflict, the C@t{++} meaning takes precedence; however, this can be
10188overridden by quoting the file or function name with single quotes.
10189
10190For example, suppose the program is stopped in a method of a class
10191that has a field named @code{includefile}, and there is also an
10192include file named @file{includefile} that defines a variable,
10193@code{some_global}.
10194
10195@smallexample
10196(@value{GDBP}) p includefile
10197$1 = 23
10198(@value{GDBP}) p includefile::some_global
10199A syntax error in expression, near `'.
10200(@value{GDBP}) p 'includefile'::some_global
10201$2 = 27
10202@end smallexample
c906108c
SS
10203
10204@cindex wrong values
10205@cindex variable values, wrong
15387254
EZ
10206@cindex function entry/exit, wrong values of variables
10207@cindex optimized code, wrong values of variables
c906108c
SS
10208@quotation
10209@emph{Warning:} Occasionally, a local variable may appear to have the
10210wrong value at certain points in a function---just after entry to a new
10211scope, and just before exit.
10212@end quotation
10213You may see this problem when you are stepping by machine instructions.
10214This is because, on most machines, it takes more than one instruction to
10215set up a stack frame (including local variable definitions); if you are
10216stepping by machine instructions, variables may appear to have the wrong
10217values until the stack frame is completely built. On exit, it usually
10218also takes more than one machine instruction to destroy a stack frame;
10219after you begin stepping through that group of instructions, local
10220variable definitions may be gone.
10221
10222This may also happen when the compiler does significant optimizations.
10223To be sure of always seeing accurate values, turn off all optimization
10224when compiling.
10225
d4f3574e
SS
10226@cindex ``No symbol "foo" in current context''
10227Another possible effect of compiler optimizations is to optimize
10228unused variables out of existence, or assign variables to registers (as
10229opposed to memory addresses). Depending on the support for such cases
10230offered by the debug info format used by the compiler, @value{GDBN}
10231might not be able to display values for such local variables. If that
10232happens, @value{GDBN} will print a message like this:
10233
474c8240 10234@smallexample
d4f3574e 10235No symbol "foo" in current context.
474c8240 10236@end smallexample
d4f3574e
SS
10237
10238To solve such problems, either recompile without optimizations, or use a
10239different debug info format, if the compiler supports several such
e0f8f636
TT
10240formats. @xref{Compilation}, for more information on choosing compiler
10241options. @xref{C, ,C and C@t{++}}, for more information about debug
10242info formats that are best suited to C@t{++} programs.
d4f3574e 10243
ab1adacd
EZ
10244If you ask to print an object whose contents are unknown to
10245@value{GDBN}, e.g., because its data type is not completely specified
10246by the debug information, @value{GDBN} will say @samp{<incomplete
10247type>}. @xref{Symbols, incomplete type}, for more about this.
10248
d69cf9b2
PA
10249@cindex no debug info variables
10250If you try to examine or use the value of a (global) variable for
10251which @value{GDBN} has no type information, e.g., because the program
10252includes no debug information, @value{GDBN} displays an error message.
10253@xref{Symbols, unknown type}, for more about unknown types. If you
10254cast the variable to its declared type, @value{GDBN} gets the
10255variable's value using the cast-to type as the variable's type. For
10256example, in a C program:
10257
10258@smallexample
10259 (@value{GDBP}) p var
10260 'var' has unknown type; cast it to its declared type
10261 (@value{GDBP}) p (float) var
10262 $1 = 3.14
10263@end smallexample
10264
36b11add
JK
10265If you append @kbd{@@entry} string to a function parameter name you get its
10266value at the time the function got called. If the value is not available an
10267error message is printed. Entry values are available only with some compilers.
10268Entry values are normally also printed at the function parameter list according
10269to @ref{set print entry-values}.
10270
10271@smallexample
10272Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
1027329 i++;
a8b43b7b 10274(@value{GDBP}) next
36b11add 1027530 e (i);
a8b43b7b 10276(@value{GDBP}) print i
36b11add 10277$1 = 31
a8b43b7b 10278(@value{GDBP}) print i@@entry
36b11add
JK
10279$2 = 30
10280@end smallexample
10281
3a60f64e
JK
10282Strings are identified as arrays of @code{char} values without specified
10283signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10284printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10285@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10286defines literal string type @code{"char"} as @code{char} without a sign.
10287For program code
10288
10289@smallexample
10290char var0[] = "A";
10291signed char var1[] = "A";
10292@end smallexample
10293
10294You get during debugging
10295@smallexample
a8b43b7b 10296(@value{GDBP}) print var0
3a60f64e 10297$1 = "A"
a8b43b7b 10298(@value{GDBP}) print var1
3a60f64e
JK
10299$2 = @{65 'A', 0 '\0'@}
10300@end smallexample
10301
6d2ebf8b 10302@node Arrays
79a6e687 10303@section Artificial Arrays
c906108c
SS
10304
10305@cindex artificial array
15387254 10306@cindex arrays
41afff9a 10307@kindex @@@r{, referencing memory as an array}
c906108c
SS
10308It is often useful to print out several successive objects of the
10309same type in memory; a section of an array, or an array of
10310dynamically determined size for which only a pointer exists in the
10311program.
10312
10313You can do this by referring to a contiguous span of memory as an
10314@dfn{artificial array}, using the binary operator @samp{@@}. The left
10315operand of @samp{@@} should be the first element of the desired array
10316and be an individual object. The right operand should be the desired length
10317of the array. The result is an array value whose elements are all of
10318the type of the left argument. The first element is actually the left
10319argument; the second element comes from bytes of memory immediately
10320following those that hold the first element, and so on. Here is an
10321example. If a program says
10322
474c8240 10323@smallexample
c906108c 10324int *array = (int *) malloc (len * sizeof (int));
474c8240 10325@end smallexample
c906108c
SS
10326
10327@noindent
10328you can print the contents of @code{array} with
10329
474c8240 10330@smallexample
c906108c 10331p *array@@len
474c8240 10332@end smallexample
c906108c
SS
10333
10334The left operand of @samp{@@} must reside in memory. Array values made
10335with @samp{@@} in this way behave just like other arrays in terms of
10336subscripting, and are coerced to pointers when used in expressions.
10337Artificial arrays most often appear in expressions via the value history
79a6e687 10338(@pxref{Value History, ,Value History}), after printing one out.
c906108c
SS
10339
10340Another way to create an artificial array is to use a cast.
10341This re-interprets a value as if it were an array.
10342The value need not be in memory:
474c8240 10343@smallexample
c906108c
SS
10344(@value{GDBP}) p/x (short[2])0x12345678
10345$1 = @{0x1234, 0x5678@}
474c8240 10346@end smallexample
c906108c
SS
10347
10348As a convenience, if you leave the array length out (as in
c3f6f71d 10349@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 10350the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 10351@smallexample
c906108c
SS
10352(@value{GDBP}) p/x (short[])0x12345678
10353$2 = @{0x1234, 0x5678@}
474c8240 10354@end smallexample
c906108c
SS
10355
10356Sometimes the artificial array mechanism is not quite enough; in
10357moderately complex data structures, the elements of interest may not
10358actually be adjacent---for example, if you are interested in the values
10359of pointers in an array. One useful work-around in this situation is
10360to use a convenience variable (@pxref{Convenience Vars, ,Convenience
79a6e687 10361Variables}) as a counter in an expression that prints the first
c906108c
SS
10362interesting value, and then repeat that expression via @key{RET}. For
10363instance, suppose you have an array @code{dtab} of pointers to
10364structures, and you are interested in the values of a field @code{fv}
10365in each structure. Here is an example of what you might type:
10366
474c8240 10367@smallexample
c906108c
SS
10368set $i = 0
10369p dtab[$i++]->fv
10370@key{RET}
10371@key{RET}
10372@dots{}
474c8240 10373@end smallexample
c906108c 10374
6d2ebf8b 10375@node Output Formats
79a6e687 10376@section Output Formats
c906108c
SS
10377
10378@cindex formatted output
10379@cindex output formats
10380By default, @value{GDBN} prints a value according to its data type. Sometimes
10381this is not what you want. For example, you might want to print a number
10382in hex, or a pointer in decimal. Or you might want to view data in memory
10383at a certain address as a character string or as an instruction. To do
10384these things, specify an @dfn{output format} when you print a value.
10385
10386The simplest use of output formats is to say how to print a value
10387already computed. This is done by starting the arguments of the
10388@code{print} command with a slash and a format letter. The format
10389letters supported are:
10390
10391@table @code
10392@item x
10393Regard the bits of the value as an integer, and print the integer in
10394hexadecimal.
10395
10396@item d
10397Print as integer in signed decimal.
10398
10399@item u
10400Print as integer in unsigned decimal.
10401
10402@item o
10403Print as integer in octal.
10404
10405@item t
10406Print as integer in binary. The letter @samp{t} stands for ``two''.
10407@footnote{@samp{b} cannot be used because these format letters are also
10408used with the @code{x} command, where @samp{b} stands for ``byte'';
79a6e687 10409see @ref{Memory,,Examining Memory}.}
c906108c
SS
10410
10411@item a
10412@cindex unknown address, locating
3d67e040 10413@cindex locate address
c906108c
SS
10414Print as an address, both absolute in hexadecimal and as an offset from
10415the nearest preceding symbol. You can use this format used to discover
10416where (in what function) an unknown address is located:
10417
474c8240 10418@smallexample
c906108c
SS
10419(@value{GDBP}) p/a 0x54320
10420$3 = 0x54320 <_initialize_vx+396>
474c8240 10421@end smallexample
c906108c 10422
3d67e040
EZ
10423@noindent
10424The command @code{info symbol 0x54320} yields similar results.
10425@xref{Symbols, info symbol}.
10426
c906108c 10427@item c
51274035
EZ
10428Regard as an integer and print it as a character constant. This
10429prints both the numerical value and its character representation. The
10430character representation is replaced with the octal escape @samp{\nnn}
10431for characters outside the 7-bit @sc{ascii} range.
c906108c 10432
ea37ba09
DJ
10433Without this format, @value{GDBN} displays @code{char},
10434@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10435constants. Single-byte members of vectors are displayed as integer
10436data.
10437
c906108c
SS
10438@item f
10439Regard the bits of the value as a floating point number and print
10440using typical floating point syntax.
ea37ba09
DJ
10441
10442@item s
10443@cindex printing strings
10444@cindex printing byte arrays
10445Regard as a string, if possible. With this format, pointers to single-byte
10446data are displayed as null-terminated strings and arrays of single-byte data
10447are displayed as fixed-length strings. Other values are displayed in their
10448natural types.
10449
10450Without this format, @value{GDBN} displays pointers to and arrays of
10451@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10452strings. Single-byte members of a vector are displayed as an integer
10453array.
a6bac58e 10454
6fbe845e
AB
10455@item z
10456Like @samp{x} formatting, the value is treated as an integer and
10457printed as hexadecimal, but leading zeros are printed to pad the value
10458to the size of the integer type.
10459
a6bac58e
TT
10460@item r
10461@cindex raw printing
10462Print using the @samp{raw} formatting. By default, @value{GDBN} will
78e2826b
TT
10463use a Python-based pretty-printer, if one is available (@pxref{Pretty
10464Printing}). This typically results in a higher-level display of the
10465value's contents. The @samp{r} format bypasses any Python
10466pretty-printer which might exist.
c906108c
SS
10467@end table
10468
10469For example, to print the program counter in hex (@pxref{Registers}), type
10470
474c8240 10471@smallexample
c906108c 10472p/x $pc
474c8240 10473@end smallexample
c906108c
SS
10474
10475@noindent
10476Note that no space is required before the slash; this is because command
10477names in @value{GDBN} cannot contain a slash.
10478
10479To reprint the last value in the value history with a different format,
10480you can use the @code{print} command with just a format and no
10481expression. For example, @samp{p/x} reprints the last value in hex.
10482
6d2ebf8b 10483@node Memory
79a6e687 10484@section Examining Memory
c906108c
SS
10485
10486You can use the command @code{x} (for ``examine'') to examine memory in
10487any of several formats, independently of your program's data types.
10488
10489@cindex examining memory
10490@table @code
41afff9a 10491@kindex x @r{(examine memory)}
c906108c
SS
10492@item x/@var{nfu} @var{addr}
10493@itemx x @var{addr}
10494@itemx x
10495Use the @code{x} command to examine memory.
10496@end table
10497
10498@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10499much memory to display and how to format it; @var{addr} is an
10500expression giving the address where you want to start displaying memory.
10501If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10502Several commands set convenient defaults for @var{addr}.
10503
10504@table @r
10505@item @var{n}, the repeat count
10506The repeat count is a decimal integer; the default is 1. It specifies
bb556f1f
TK
10507how much memory (counting by units @var{u}) to display. If a negative
10508number is specified, memory is examined backward from @var{addr}.
c906108c
SS
10509@c This really is **decimal**; unaffected by 'set radix' as of GDB
10510@c 4.1.2.
10511
10512@item @var{f}, the display format
51274035
EZ
10513The display format is one of the formats used by @code{print}
10514(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
ea37ba09
DJ
10515@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10516The default is @samp{x} (hexadecimal) initially. The default changes
10517each time you use either @code{x} or @code{print}.
c906108c
SS
10518
10519@item @var{u}, the unit size
10520The unit size is any of
10521
10522@table @code
10523@item b
10524Bytes.
10525@item h
10526Halfwords (two bytes).
10527@item w
10528Words (four bytes). This is the initial default.
10529@item g
10530Giant words (eight bytes).
10531@end table
10532
10533Each time you specify a unit size with @code{x}, that size becomes the
9a22f0d0
PM
10534default unit the next time you use @code{x}. For the @samp{i} format,
10535the unit size is ignored and is normally not written. For the @samp{s} format,
10536the unit size defaults to @samp{b}, unless it is explicitly given.
10537Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
1053832-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10539Note that the results depend on the programming language of the
10540current compilation unit. If the language is C, the @samp{s}
10541modifier will use the UTF-16 encoding while @samp{w} will use
10542UTF-32. The encoding is set by the programming language and cannot
10543be altered.
c906108c
SS
10544
10545@item @var{addr}, starting display address
10546@var{addr} is the address where you want @value{GDBN} to begin displaying
10547memory. The expression need not have a pointer value (though it may);
10548it is always interpreted as an integer address of a byte of memory.
10549@xref{Expressions, ,Expressions}, for more information on expressions. The default for
10550@var{addr} is usually just after the last address examined---but several
10551other commands also set the default address: @code{info breakpoints} (to
10552the address of the last breakpoint listed), @code{info line} (to the
10553starting address of a line), and @code{print} (if you use it to display
10554a value from memory).
10555@end table
10556
10557For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10558(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10559starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10560words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 10561@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c 10562
bb556f1f
TK
10563You can also specify a negative repeat count to examine memory backward
10564from the given address. For example, @samp{x/-3uh 0x54320} prints three
10565halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10566
c906108c
SS
10567Since the letters indicating unit sizes are all distinct from the
10568letters specifying output formats, you do not have to remember whether
10569unit size or format comes first; either order works. The output
10570specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10571(However, the count @var{n} must come first; @samp{wx4} does not work.)
10572
10573Even though the unit size @var{u} is ignored for the formats @samp{s}
10574and @samp{i}, you might still want to use a count @var{n}; for example,
10575@samp{3i} specifies that you want to see three machine instructions,
a4642986
MR
10576including any operands. For convenience, especially when used with
10577the @code{display} command, the @samp{i} format also prints branch delay
10578slot instructions, if any, beyond the count specified, which immediately
10579follow the last instruction that is within the count. The command
10580@code{disassemble} gives an alternative way of inspecting machine
10581instructions; see @ref{Machine Code,,Source and Machine Code}.
c906108c 10582
bb556f1f
TK
10583If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10584the command displays null-terminated strings or instructions before the given
10585address as many as the absolute value of the given number. For the @samp{i}
10586format, we use line number information in the debug info to accurately locate
10587instruction boundaries while disassembling backward. If line info is not
10588available, the command stops examining memory with an error message.
10589
c906108c
SS
10590All the defaults for the arguments to @code{x} are designed to make it
10591easy to continue scanning memory with minimal specifications each time
10592you use @code{x}. For example, after you have inspected three machine
10593instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10594with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10595the repeat count @var{n} is used again; the other arguments default as
10596for successive uses of @code{x}.
10597
2b28d209
PP
10598When examining machine instructions, the instruction at current program
10599counter is shown with a @code{=>} marker. For example:
10600
10601@smallexample
10602(@value{GDBP}) x/5i $pc-6
10603 0x804837f <main+11>: mov %esp,%ebp
10604 0x8048381 <main+13>: push %ecx
10605 0x8048382 <main+14>: sub $0x4,%esp
10606=> 0x8048385 <main+17>: movl $0x8048460,(%esp)
10607 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10608@end smallexample
10609
c906108c
SS
10610@cindex @code{$_}, @code{$__}, and value history
10611The addresses and contents printed by the @code{x} command are not saved
10612in the value history because there is often too much of them and they
10613would get in the way. Instead, @value{GDBN} makes these values available for
10614subsequent use in expressions as values of the convenience variables
10615@code{$_} and @code{$__}. After an @code{x} command, the last address
10616examined is available for use in expressions in the convenience variable
10617@code{$_}. The contents of that address, as examined, are available in
10618the convenience variable @code{$__}.
10619
10620If the @code{x} command has a repeat count, the address and contents saved
10621are from the last memory unit printed; this is not the same as the last
10622address printed if several units were printed on the last line of output.
10623
a86c90e6
SM
10624@anchor{addressable memory unit}
10625@cindex addressable memory unit
10626Most targets have an addressable memory unit size of 8 bits. This means
10627that to each memory address are associated 8 bits of data. Some
10628targets, however, have other addressable memory unit sizes.
10629Within @value{GDBN} and this document, the term
10630@dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10631when explicitly referring to a chunk of data of that size. The word
10632@dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10633the addressable memory unit size of the target. For most systems,
10634addressable memory unit is a synonym of byte.
10635
09d4efe1 10636@cindex remote memory comparison
936d2992 10637@cindex target memory comparison
09d4efe1 10638@cindex verify remote memory image
936d2992 10639@cindex verify target memory image
09d4efe1 10640When you are debugging a program running on a remote target machine
936d2992
PA
10641(@pxref{Remote Debugging}), you may wish to verify the program's image
10642in the remote machine's memory against the executable file you
10643downloaded to the target. Or, on any target, you may want to check
10644whether the program has corrupted its own read-only sections. The
10645@code{compare-sections} command is provided for such situations.
09d4efe1
EZ
10646
10647@table @code
10648@kindex compare-sections
95cf3b38 10649@item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
09d4efe1
EZ
10650Compare the data of a loadable section @var{section-name} in the
10651executable file of the program being debugged with the same section in
936d2992 10652the target machine's memory, and report any mismatches. With no
95cf3b38 10653arguments, compares all loadable sections. With an argument of
936d2992
PA
10654@code{-r}, compares all loadable read-only sections.
10655
10656Note: for remote targets, this command can be accelerated if the
10657target supports computing the CRC checksum of a block of memory
10658(@pxref{qCRC packet}).
09d4efe1
EZ
10659@end table
10660
6d2ebf8b 10661@node Auto Display
79a6e687 10662@section Automatic Display
c906108c
SS
10663@cindex automatic display
10664@cindex display of expressions
10665
10666If you find that you want to print the value of an expression frequently
10667(to see how it changes), you might want to add it to the @dfn{automatic
10668display list} so that @value{GDBN} prints its value each time your program stops.
10669Each expression added to the list is given a number to identify it;
10670to remove an expression from the list, you specify that number.
10671The automatic display looks like this:
10672
474c8240 10673@smallexample
c906108c
SS
106742: foo = 38
106753: bar[5] = (struct hack *) 0x3804
474c8240 10676@end smallexample
c906108c
SS
10677
10678@noindent
10679This display shows item numbers, expressions and their current values. As with
10680displays you request manually using @code{x} or @code{print}, you can
10681specify the output format you prefer; in fact, @code{display} decides
ea37ba09
DJ
10682whether to use @code{print} or @code{x} depending your format
10683specification---it uses @code{x} if you specify either the @samp{i}
10684or @samp{s} format, or a unit size; otherwise it uses @code{print}.
c906108c
SS
10685
10686@table @code
10687@kindex display
d4f3574e
SS
10688@item display @var{expr}
10689Add the expression @var{expr} to the list of expressions to display
c906108c
SS
10690each time your program stops. @xref{Expressions, ,Expressions}.
10691
10692@code{display} does not repeat if you press @key{RET} again after using it.
10693
d4f3574e 10694@item display/@var{fmt} @var{expr}
c906108c 10695For @var{fmt} specifying only a display format and not a size or
d4f3574e 10696count, add the expression @var{expr} to the auto-display list but
c906108c 10697arrange to display it each time in the specified format @var{fmt}.
79a6e687 10698@xref{Output Formats,,Output Formats}.
c906108c
SS
10699
10700@item display/@var{fmt} @var{addr}
10701For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10702number of units, add the expression @var{addr} as a memory address to
10703be examined each time your program stops. Examining means in effect
79a6e687 10704doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
c906108c
SS
10705@end table
10706
10707For example, @samp{display/i $pc} can be helpful, to see the machine
10708instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 10709is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
10710
10711@table @code
10712@kindex delete display
10713@kindex undisplay
10714@item undisplay @var{dnums}@dots{}
10715@itemx delete display @var{dnums}@dots{}
c9174737
PA
10716Remove items from the list of expressions to display. Specify the
10717numbers of the displays that you want affected with the command
10718argument @var{dnums}. It can be a single display number, one of the
10719numbers shown in the first field of the @samp{info display} display;
10720or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
10721
10722@code{undisplay} does not repeat if you press @key{RET} after using it.
10723(Otherwise you would just get the error @samp{No display number @dots{}}.)
10724
10725@kindex disable display
10726@item disable display @var{dnums}@dots{}
10727Disable the display of item numbers @var{dnums}. A disabled display
10728item is not printed automatically, but is not forgotten. It may be
c9174737
PA
10729enabled again later. Specify the numbers of the displays that you
10730want affected with the command argument @var{dnums}. It can be a
10731single display number, one of the numbers shown in the first field of
10732the @samp{info display} display; or it could be a range of display
10733numbers, as in @code{2-4}.
c906108c
SS
10734
10735@kindex enable display
10736@item enable display @var{dnums}@dots{}
10737Enable display of item numbers @var{dnums}. It becomes effective once
10738again in auto display of its expression, until you specify otherwise.
c9174737
PA
10739Specify the numbers of the displays that you want affected with the
10740command argument @var{dnums}. It can be a single display number, one
10741of the numbers shown in the first field of the @samp{info display}
10742display; or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
10743
10744@item display
10745Display the current values of the expressions on the list, just as is
10746done when your program stops.
10747
10748@kindex info display
10749@item info display
10750Print the list of expressions previously set up to display
10751automatically, each one with its item number, but without showing the
10752values. This includes disabled expressions, which are marked as such.
10753It also includes expressions which would not be displayed right now
10754because they refer to automatic variables not currently available.
10755@end table
10756
15387254 10757@cindex display disabled out of scope
c906108c
SS
10758If a display expression refers to local variables, then it does not make
10759sense outside the lexical context for which it was set up. Such an
10760expression is disabled when execution enters a context where one of its
10761variables is not defined. For example, if you give the command
10762@code{display last_char} while inside a function with an argument
10763@code{last_char}, @value{GDBN} displays this argument while your program
10764continues to stop inside that function. When it stops elsewhere---where
10765there is no variable @code{last_char}---the display is disabled
10766automatically. The next time your program stops where @code{last_char}
10767is meaningful, you can enable the display expression once again.
10768
6d2ebf8b 10769@node Print Settings
79a6e687 10770@section Print Settings
c906108c
SS
10771
10772@cindex format options
10773@cindex print settings
10774@value{GDBN} provides the following ways to control how arrays, structures,
10775and symbols are printed.
10776
10777@noindent
10778These settings are useful for debugging programs in any language:
10779
10780@table @code
4644b6e3 10781@kindex set print
3345721a 10782@anchor{set print address}
c906108c
SS
10783@item set print address
10784@itemx set print address on
4644b6e3 10785@cindex print/don't print memory addresses
c906108c
SS
10786@value{GDBN} prints memory addresses showing the location of stack
10787traces, structure values, pointer values, breakpoints, and so forth,
10788even when it also displays the contents of those addresses. The default
10789is @code{on}. For example, this is what a stack frame display looks like with
10790@code{set print address on}:
10791
10792@smallexample
10793@group
10794(@value{GDBP}) f
10795#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
10796 at input.c:530
10797530 if (lquote != def_lquote)
10798@end group
10799@end smallexample
10800
10801@item set print address off
10802Do not print addresses when displaying their contents. For example,
10803this is the same stack frame displayed with @code{set print address off}:
10804
10805@smallexample
10806@group
10807(@value{GDBP}) set print addr off
10808(@value{GDBP}) f
10809#0 set_quotes (lq="<<", rq=">>") at input.c:530
10810530 if (lquote != def_lquote)
10811@end group
10812@end smallexample
10813
10814You can use @samp{set print address off} to eliminate all machine
10815dependent displays from the @value{GDBN} interface. For example, with
10816@code{print address off}, you should get the same text for backtraces on
10817all machines---whether or not they involve pointer arguments.
10818
4644b6e3 10819@kindex show print
c906108c
SS
10820@item show print address
10821Show whether or not addresses are to be printed.
10822@end table
10823
10824When @value{GDBN} prints a symbolic address, it normally prints the
10825closest earlier symbol plus an offset. If that symbol does not uniquely
10826identify the address (for example, it is a name whose scope is a single
10827source file), you may need to clarify. One way to do this is with
10828@code{info line}, for example @samp{info line *0x4537}. Alternately,
10829you can set @value{GDBN} to print the source file and line number when
10830it prints a symbolic address:
10831
10832@table @code
c906108c 10833@item set print symbol-filename on
9c16f35a
EZ
10834@cindex source file and line of a symbol
10835@cindex symbol, source file and line
c906108c
SS
10836Tell @value{GDBN} to print the source file name and line number of a
10837symbol in the symbolic form of an address.
10838
10839@item set print symbol-filename off
10840Do not print source file name and line number of a symbol. This is the
10841default.
10842
c906108c
SS
10843@item show print symbol-filename
10844Show whether or not @value{GDBN} will print the source file name and
10845line number of a symbol in the symbolic form of an address.
10846@end table
10847
10848Another situation where it is helpful to show symbol filenames and line
10849numbers is when disassembling code; @value{GDBN} shows you the line
10850number and source file that corresponds to each instruction.
10851
10852Also, you may wish to see the symbolic form only if the address being
10853printed is reasonably close to the closest earlier symbol:
10854
10855@table @code
c906108c 10856@item set print max-symbolic-offset @var{max-offset}
f81d1120 10857@itemx set print max-symbolic-offset unlimited
4644b6e3 10858@cindex maximum value for offset of closest symbol
c906108c
SS
10859Tell @value{GDBN} to only display the symbolic form of an address if the
10860offset between the closest earlier symbol and the address is less than
f81d1120
PA
10861@var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
10862to always print the symbolic form of an address if any symbol precedes
10863it. Zero is equivalent to @code{unlimited}.
c906108c 10864
c906108c
SS
10865@item show print max-symbolic-offset
10866Ask how large the maximum offset is that @value{GDBN} prints in a
10867symbolic address.
10868@end table
10869
10870@cindex wild pointer, interpreting
10871@cindex pointer, finding referent
10872If you have a pointer and you are not sure where it points, try
10873@samp{set print symbol-filename on}. Then you can determine the name
10874and source file location of the variable where it points, using
10875@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
10876For example, here @value{GDBN} shows that a variable @code{ptt} points
10877at another variable @code{t}, defined in @file{hi2.c}:
10878
474c8240 10879@smallexample
c906108c
SS
10880(@value{GDBP}) set print symbol-filename on
10881(@value{GDBP}) p/a ptt
10882$4 = 0xe008 <t in hi2.c>
474c8240 10883@end smallexample
c906108c
SS
10884
10885@quotation
10886@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
10887does not show the symbol name and filename of the referent, even with
10888the appropriate @code{set print} options turned on.
10889@end quotation
10890
9cb709b6
TT
10891You can also enable @samp{/a}-like formatting all the time using
10892@samp{set print symbol on}:
10893
3345721a 10894@anchor{set print symbol}
9cb709b6
TT
10895@table @code
10896@item set print symbol on
10897Tell @value{GDBN} to print the symbol corresponding to an address, if
10898one exists.
10899
10900@item set print symbol off
10901Tell @value{GDBN} not to print the symbol corresponding to an
10902address. In this mode, @value{GDBN} will still print the symbol
10903corresponding to pointers to functions. This is the default.
10904
10905@item show print symbol
10906Show whether @value{GDBN} will display the symbol corresponding to an
10907address.
10908@end table
10909
c906108c
SS
10910Other settings control how different kinds of objects are printed:
10911
10912@table @code
3345721a 10913@anchor{set print array}
c906108c
SS
10914@item set print array
10915@itemx set print array on
4644b6e3 10916@cindex pretty print arrays
c906108c
SS
10917Pretty print arrays. This format is more convenient to read,
10918but uses more space. The default is off.
10919
10920@item set print array off
10921Return to compressed format for arrays.
10922
c906108c
SS
10923@item show print array
10924Show whether compressed or pretty format is selected for displaying
10925arrays.
10926
3c9c013a 10927@cindex print array indexes
3345721a 10928@anchor{set print array-indexes}
3c9c013a
JB
10929@item set print array-indexes
10930@itemx set print array-indexes on
10931Print the index of each element when displaying arrays. May be more
10932convenient to locate a given element in the array or quickly find the
10933index of a given element in that printed array. The default is off.
10934
10935@item set print array-indexes off
10936Stop printing element indexes when displaying arrays.
10937
10938@item show print array-indexes
10939Show whether the index of each element is printed when displaying
10940arrays.
10941
3345721a 10942@anchor{set print elements}
c906108c 10943@item set print elements @var{number-of-elements}
f81d1120 10944@itemx set print elements unlimited
4644b6e3 10945@cindex number of array elements to print
9c16f35a 10946@cindex limit on number of printed array elements
c906108c
SS
10947Set a limit on how many elements of an array @value{GDBN} will print.
10948If @value{GDBN} is printing a large array, it stops printing after it has
10949printed the number of elements set by the @code{set print elements} command.
10950This limit also applies to the display of strings.
d4f3574e 10951When @value{GDBN} starts, this limit is set to 200.
f81d1120
PA
10952Setting @var{number-of-elements} to @code{unlimited} or zero means
10953that the number of elements to print is unlimited.
c906108c 10954
c906108c
SS
10955@item show print elements
10956Display the number of elements of a large array that @value{GDBN} will print.
10957If the number is 0, then the printing is unlimited.
10958
3345721a 10959@anchor{set print frame-arguments}
b4740add 10960@item set print frame-arguments @var{value}
a0381d3a 10961@kindex set print frame-arguments
b4740add
JB
10962@cindex printing frame argument values
10963@cindex print all frame argument values
10964@cindex print frame argument values for scalars only
bc4268a5 10965@cindex do not print frame arguments
b4740add
JB
10966This command allows to control how the values of arguments are printed
10967when the debugger prints a frame (@pxref{Frames}). The possible
10968values are:
10969
10970@table @code
10971@item all
4f5376b2 10972The values of all arguments are printed.
b4740add
JB
10973
10974@item scalars
10975Print the value of an argument only if it is a scalar. The value of more
10976complex arguments such as arrays, structures, unions, etc, is replaced
4f5376b2
JB
10977by @code{@dots{}}. This is the default. Here is an example where
10978only scalar arguments are shown:
b4740add
JB
10979
10980@smallexample
10981#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
10982 at frame-args.c:23
10983@end smallexample
10984
10985@item none
10986None of the argument values are printed. Instead, the value of each argument
10987is replaced by @code{@dots{}}. In this case, the example above now becomes:
10988
10989@smallexample
10990#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
10991 at frame-args.c:23
10992@end smallexample
bc4268a5
PW
10993
10994@item presence
10995Only the presence of arguments is indicated by @code{@dots{}}.
10996The @code{@dots{}} are not printed for function without any arguments.
10997None of the argument names and values are printed.
10998In this case, the example above now becomes:
10999
11000@smallexample
11001#1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11002@end smallexample
11003
b4740add
JB
11004@end table
11005
4f5376b2
JB
11006By default, only scalar arguments are printed. This command can be used
11007to configure the debugger to print the value of all arguments, regardless
11008of their type. However, it is often advantageous to not print the value
11009of more complex parameters. For instance, it reduces the amount of
11010information printed in each frame, making the backtrace more readable.
11011Also, it improves performance when displaying Ada frames, because
11012the computation of large arguments can sometimes be CPU-intensive,
11013especially in large applications. Setting @code{print frame-arguments}
bc4268a5
PW
11014to @code{scalars} (the default), @code{none} or @code{presence} avoids
11015this computation, thus speeding up the display of each Ada frame.
b4740add
JB
11016
11017@item show print frame-arguments
11018Show how the value of arguments should be displayed when printing a frame.
11019
3345721a 11020@anchor{set print raw-frame-arguments}
2daf894e 11021@item set print raw-frame-arguments on
e7045703
DE
11022Print frame arguments in raw, non pretty-printed, form.
11023
2daf894e 11024@item set print raw-frame-arguments off
e7045703
DE
11025Print frame arguments in pretty-printed form, if there is a pretty-printer
11026for the value (@pxref{Pretty Printing}),
11027otherwise print the value in raw form.
11028This is the default.
11029
2daf894e 11030@item show print raw-frame-arguments
e7045703
DE
11031Show whether to print frame arguments in raw form.
11032
36b11add 11033@anchor{set print entry-values}
e18b2753
JK
11034@item set print entry-values @var{value}
11035@kindex set print entry-values
11036Set printing of frame argument values at function entry. In some cases
11037@value{GDBN} can determine the value of function argument which was passed by
11038the function caller, even if the value was modified inside the called function
11039and therefore is different. With optimized code, the current value could be
11040unavailable, but the entry value may still be known.
11041
11042The default value is @code{default} (see below for its description). Older
11043@value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11044this feature will behave in the @code{default} setting the same way as with the
11045@code{no} setting.
11046
11047This functionality is currently supported only by DWARF 2 debugging format and
216f72a1 11048the compiler has to produce @samp{DW_TAG_call_site} tags. With
e18b2753
JK
11049@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11050this information.
11051
11052The @var{value} parameter can be one of the following:
11053
11054@table @code
11055@item no
11056Print only actual parameter values, never print values from function entry
11057point.
11058@smallexample
11059#0 equal (val=5)
11060#0 different (val=6)
11061#0 lost (val=<optimized out>)
11062#0 born (val=10)
11063#0 invalid (val=<optimized out>)
11064@end smallexample
11065
11066@item only
11067Print only parameter values from function entry point. The actual parameter
11068values are never printed.
11069@smallexample
11070#0 equal (val@@entry=5)
11071#0 different (val@@entry=5)
11072#0 lost (val@@entry=5)
11073#0 born (val@@entry=<optimized out>)
11074#0 invalid (val@@entry=<optimized out>)
11075@end smallexample
11076
11077@item preferred
11078Print only parameter values from function entry point. If value from function
11079entry point is not known while the actual value is known, print the actual
11080value for such parameter.
11081@smallexample
11082#0 equal (val@@entry=5)
11083#0 different (val@@entry=5)
11084#0 lost (val@@entry=5)
11085#0 born (val=10)
11086#0 invalid (val@@entry=<optimized out>)
11087@end smallexample
11088
11089@item if-needed
11090Print actual parameter values. If actual parameter value is not known while
11091value from function entry point is known, print the entry point value for such
11092parameter.
11093@smallexample
11094#0 equal (val=5)
11095#0 different (val=6)
11096#0 lost (val@@entry=5)
11097#0 born (val=10)
11098#0 invalid (val=<optimized out>)
11099@end smallexample
11100
11101@item both
11102Always print both the actual parameter value and its value from function entry
11103point, even if values of one or both are not available due to compiler
11104optimizations.
11105@smallexample
11106#0 equal (val=5, val@@entry=5)
11107#0 different (val=6, val@@entry=5)
11108#0 lost (val=<optimized out>, val@@entry=5)
11109#0 born (val=10, val@@entry=<optimized out>)
11110#0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11111@end smallexample
11112
11113@item compact
11114Print the actual parameter value if it is known and also its value from
11115function entry point if it is known. If neither is known, print for the actual
11116value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11117values are known and identical, print the shortened
11118@code{param=param@@entry=VALUE} notation.
11119@smallexample
11120#0 equal (val=val@@entry=5)
11121#0 different (val=6, val@@entry=5)
11122#0 lost (val@@entry=5)
11123#0 born (val=10)
11124#0 invalid (val=<optimized out>)
11125@end smallexample
11126
11127@item default
11128Always print the actual parameter value. Print also its value from function
11129entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11130if both values are known and identical, print the shortened
11131@code{param=param@@entry=VALUE} notation.
11132@smallexample
11133#0 equal (val=val@@entry=5)
11134#0 different (val=6, val@@entry=5)
11135#0 lost (val=<optimized out>, val@@entry=5)
11136#0 born (val=10)
11137#0 invalid (val=<optimized out>)
11138@end smallexample
11139@end table
11140
11141For analysis messages on possible failures of frame argument values at function
11142entry resolution see @ref{set debug entry-values}.
11143
11144@item show print entry-values
11145Show the method being used for printing of frame argument values at function
11146entry.
11147
bc4268a5
PW
11148@anchor{set print frame-info}
11149@item set print frame-info @var{value}
11150@kindex set print frame-info
11151@cindex printing frame information
11152@cindex frame information, printing
11153This command allows to control the information printed when
11154the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11155for a general explanation about frames and frame information.
11156Note that some other settings (such as @code{set print frame-arguments}
11157and @code{set print address}) are also influencing if and how some frame
11158information is displayed. In particular, the frame program counter is never
11159printed if @code{set print address} is off.
11160
11161The possible values for @code{set print frame-info} are:
11162@table @code
11163@item short-location
11164Print the frame level, the program counter (if not at the
11165beginning of the location source line), the function, the function
11166arguments.
11167@item location
11168Same as @code{short-location} but also print the source file and source line
11169number.
11170@item location-and-address
11171Same as @code{location} but print the program counter even if located at the
11172beginning of the location source line.
11173@item source-line
11174Print the program counter (if not at the beginning of the location
11175source line), the line number and the source line.
11176@item source-and-location
11177Print what @code{location} and @code{source-line} are printing.
11178@item auto
11179The information printed for a frame is decided automatically
11180by the @value{GDBN} command that prints a frame.
11181For example, @code{frame} prints the information printed by
11182@code{source-and-location} while @code{stepi} will switch between
11183@code{source-line} and @code{source-and-location} depending on the program
11184counter.
11185The default value is @code{auto}.
11186@end table
11187
3345721a 11188@anchor{set print repeats}
f81d1120
PA
11189@item set print repeats @var{number-of-repeats}
11190@itemx set print repeats unlimited
9c16f35a
EZ
11191@cindex repeated array elements
11192Set the threshold for suppressing display of repeated array
d3e8051b 11193elements. When the number of consecutive identical elements of an
9c16f35a
EZ
11194array exceeds the threshold, @value{GDBN} prints the string
11195@code{"<repeats @var{n} times>"}, where @var{n} is the number of
11196identical repetitions, instead of displaying the identical elements
f81d1120
PA
11197themselves. Setting the threshold to @code{unlimited} or zero will
11198cause all elements to be individually printed. The default threshold
11199is 10.
9c16f35a
EZ
11200
11201@item show print repeats
11202Display the current threshold for printing repeated identical
11203elements.
11204
3345721a 11205@anchor{set print max-depth}
2e62ab40
AB
11206@item set print max-depth @var{depth}
11207@item set print max-depth unlimited
11208@cindex printing nested structures
11209Set the threshold after which nested structures are replaced with
11210ellipsis, this can make visualising deeply nested structures easier.
11211
11212For example, given this C code
11213
11214@smallexample
11215typedef struct s1 @{ int a; @} s1;
11216typedef struct s2 @{ s1 b; @} s2;
11217typedef struct s3 @{ s2 c; @} s3;
11218typedef struct s4 @{ s3 d; @} s4;
11219
11220s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11221@end smallexample
11222
11223The following table shows how different values of @var{depth} will
11224effect how @code{var} is printed by @value{GDBN}:
11225
11226@multitable @columnfractions .3 .7
11227@headitem @var{depth} setting @tab Result of @samp{p var}
11228@item unlimited
11229@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11230@item @code{0}
11231@tab @code{$1 = @{...@}}
11232@item @code{1}
11233@tab @code{$1 = @{d = @{...@}@}}
11234@item @code{2}
11235@tab @code{$1 = @{d = @{c = @{...@}@}@}}
11236@item @code{3}
11237@tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11238@item @code{4}
11239@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11240@end multitable
11241
11242To see the contents of structures that have been hidden the user can
11243either increase the print max-depth, or they can print the elements of
11244the structure that are visible, for example
11245
11246@smallexample
a8b43b7b
T
11247(@value{GDBP}) set print max-depth 2
11248(@value{GDBP}) p var
2e62ab40 11249$1 = @{d = @{c = @{...@}@}@}
a8b43b7b 11250(@value{GDBP}) p var.d
2e62ab40 11251$2 = @{c = @{b = @{...@}@}@}
a8b43b7b 11252(@value{GDBP}) p var.d.c
2e62ab40
AB
11253$3 = @{b = @{a = 3@}@}
11254@end smallexample
11255
11256The pattern used to replace nested structures varies based on
11257language, for most languages @code{@{...@}} is used, but Fortran uses
11258@code{(...)}.
11259
11260@item show print max-depth
11261Display the current threshold after which nested structures are
11262replaces with ellipsis.
11263
3345721a 11264@anchor{set print null-stop}
c906108c 11265@item set print null-stop
4644b6e3 11266@cindex @sc{null} elements in arrays
c906108c 11267Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 11268@sc{null} is encountered. This is useful when large arrays actually
c906108c 11269contain only short strings.
d4f3574e 11270The default is off.
c906108c 11271
9c16f35a
EZ
11272@item show print null-stop
11273Show whether @value{GDBN} stops printing an array on the first
11274@sc{null} character.
11275
3345721a 11276@anchor{set print pretty}
c906108c 11277@item set print pretty on
9c16f35a
EZ
11278@cindex print structures in indented form
11279@cindex indentation in structure display
5d161b24 11280Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
11281per line, like this:
11282
11283@smallexample
11284@group
11285$1 = @{
11286 next = 0x0,
11287 flags = @{
11288 sweet = 1,
11289 sour = 1
11290 @},
11291 meat = 0x54 "Pork"
11292@}
11293@end group
11294@end smallexample
11295
11296@item set print pretty off
11297Cause @value{GDBN} to print structures in a compact format, like this:
11298
11299@smallexample
11300@group
11301$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11302meat = 0x54 "Pork"@}
11303@end group
11304@end smallexample
11305
11306@noindent
11307This is the default format.
11308
c906108c
SS
11309@item show print pretty
11310Show which format @value{GDBN} is using to print structures.
11311
d8edc8b7
PW
11312@anchor{set print raw-values}
11313@item set print raw-values on
11314Print values in raw form, without applying the pretty
11315printers for the value.
11316
11317@item set print raw-values off
11318Print values in pretty-printed form, if there is a pretty-printer
11319for the value (@pxref{Pretty Printing}),
11320otherwise print the value in raw form.
11321
11322The default setting is ``off''.
11323
11324@item show print raw-values
11325Show whether to print values in raw form.
11326
c906108c 11327@item set print sevenbit-strings on
4644b6e3
EZ
11328@cindex eight-bit characters in strings
11329@cindex octal escapes in strings
c906108c
SS
11330Print using only seven-bit characters; if this option is set,
11331@value{GDBN} displays any eight-bit characters (in strings or
11332character values) using the notation @code{\}@var{nnn}. This setting is
11333best if you are working in English (@sc{ascii}) and you use the
11334high-order bit of characters as a marker or ``meta'' bit.
11335
11336@item set print sevenbit-strings off
11337Print full eight-bit characters. This allows the use of more
11338international character sets, and is the default.
11339
c906108c
SS
11340@item show print sevenbit-strings
11341Show whether or not @value{GDBN} is printing only seven-bit characters.
11342
3345721a 11343@anchor{set print union}
c906108c 11344@item set print union on
4644b6e3 11345@cindex unions in structures, printing
9c16f35a
EZ
11346Tell @value{GDBN} to print unions which are contained in structures
11347and other unions. This is the default setting.
c906108c
SS
11348
11349@item set print union off
9c16f35a
EZ
11350Tell @value{GDBN} not to print unions which are contained in
11351structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11352instead.
c906108c 11353
c906108c
SS
11354@item show print union
11355Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 11356structures and other unions.
c906108c
SS
11357
11358For example, given the declarations
11359
11360@smallexample
11361typedef enum @{Tree, Bug@} Species;
11362typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 11363typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
11364 Bug_forms;
11365
11366struct thing @{
11367 Species it;
11368 union @{
11369 Tree_forms tree;
11370 Bug_forms bug;
11371 @} form;
11372@};
11373
11374struct thing foo = @{Tree, @{Acorn@}@};
11375@end smallexample
11376
11377@noindent
11378with @code{set print union on} in effect @samp{p foo} would print
11379
11380@smallexample
11381$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11382@end smallexample
11383
11384@noindent
11385and with @code{set print union off} in effect it would print
11386
11387@smallexample
11388$1 = @{it = Tree, form = @{...@}@}
11389@end smallexample
9c16f35a
EZ
11390
11391@noindent
11392@code{set print union} affects programs written in C-like languages
11393and in Pascal.
c906108c
SS
11394@end table
11395
c906108c
SS
11396@need 1000
11397@noindent
b37052ae 11398These settings are of interest when debugging C@t{++} programs:
c906108c
SS
11399
11400@table @code
4644b6e3 11401@cindex demangling C@t{++} names
c906108c
SS
11402@item set print demangle
11403@itemx set print demangle on
b37052ae 11404Print C@t{++} names in their source form rather than in the encoded
c906108c 11405(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 11406linkage. The default is on.
c906108c 11407
c906108c 11408@item show print demangle
b37052ae 11409Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 11410
c906108c
SS
11411@item set print asm-demangle
11412@itemx set print asm-demangle on
b37052ae 11413Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
11414in assembler code printouts such as instruction disassemblies.
11415The default is off.
11416
c906108c 11417@item show print asm-demangle
b37052ae 11418Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
11419or demangled form.
11420
b37052ae
EZ
11421@cindex C@t{++} symbol decoding style
11422@cindex symbol decoding style, C@t{++}
a8f24a35 11423@kindex set demangle-style
c906108c 11424@item set demangle-style @var{style}
041be526
SM
11425Choose among several encoding schemes used by different compilers to represent
11426C@t{++} names. If you omit @var{style}, you will see a list of possible
11427formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11428decoding style by inspecting your program.
c906108c 11429
c906108c 11430@item show demangle-style
b37052ae 11431Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 11432
3345721a 11433@anchor{set print object}
c906108c
SS
11434@item set print object
11435@itemx set print object on
4644b6e3 11436@cindex derived type of an object, printing
9c16f35a 11437@cindex display derived types
c906108c
SS
11438When displaying a pointer to an object, identify the @emph{actual}
11439(derived) type of the object rather than the @emph{declared} type, using
625c0d47
TT
11440the virtual function table. Note that the virtual function table is
11441required---this feature can only work for objects that have run-time
11442type identification; a single virtual method in the object's declared
8264ba82
AG
11443type is sufficient. Note that this setting is also taken into account when
11444working with variable objects via MI (@pxref{GDB/MI}).
c906108c
SS
11445
11446@item set print object off
11447Display only the declared type of objects, without reference to the
11448virtual function table. This is the default setting.
11449
c906108c
SS
11450@item show print object
11451Show whether actual, or declared, object types are displayed.
11452
3345721a 11453@anchor{set print static-members}
c906108c
SS
11454@item set print static-members
11455@itemx set print static-members on
4644b6e3 11456@cindex static members of C@t{++} objects
b37052ae 11457Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
11458
11459@item set print static-members off
b37052ae 11460Do not print static members when displaying a C@t{++} object.
c906108c 11461
c906108c 11462@item show print static-members
9c16f35a
EZ
11463Show whether C@t{++} static members are printed or not.
11464
11465@item set print pascal_static-members
11466@itemx set print pascal_static-members on
d3e8051b
EZ
11467@cindex static members of Pascal objects
11468@cindex Pascal objects, static members display
9c16f35a
EZ
11469Print static members when displaying a Pascal object. The default is on.
11470
11471@item set print pascal_static-members off
11472Do not print static members when displaying a Pascal object.
11473
11474@item show print pascal_static-members
11475Show whether Pascal static members are printed or not.
c906108c
SS
11476
11477@c These don't work with HP ANSI C++ yet.
3345721a 11478@anchor{set print vtbl}
c906108c
SS
11479@item set print vtbl
11480@itemx set print vtbl on
4644b6e3 11481@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
11482@cindex virtual functions (C@t{++}) display
11483@cindex VTBL display
b37052ae 11484Pretty print C@t{++} virtual function tables. The default is off.
c906108c 11485(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 11486ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
11487
11488@item set print vtbl off
b37052ae 11489Do not pretty print C@t{++} virtual function tables.
c906108c 11490
c906108c 11491@item show print vtbl
b37052ae 11492Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 11493@end table
c906108c 11494
4c374409
JK
11495@node Pretty Printing
11496@section Pretty Printing
11497
11498@value{GDBN} provides a mechanism to allow pretty-printing of values using
11499Python code. It greatly simplifies the display of complex objects. This
11500mechanism works for both MI and the CLI.
11501
7b51bc51
DE
11502@menu
11503* Pretty-Printer Introduction:: Introduction to pretty-printers
11504* Pretty-Printer Example:: An example pretty-printer
11505* Pretty-Printer Commands:: Pretty-printer commands
11506@end menu
11507
11508@node Pretty-Printer Introduction
11509@subsection Pretty-Printer Introduction
11510
11511When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11512registered for the value. If there is then @value{GDBN} invokes the
11513pretty-printer to print the value. Otherwise the value is printed normally.
11514
11515Pretty-printers are normally named. This makes them easy to manage.
11516The @samp{info pretty-printer} command will list all the installed
11517pretty-printers with their names.
11518If a pretty-printer can handle multiple data types, then its
11519@dfn{subprinters} are the printers for the individual data types.
11520Each such subprinter has its own name.
4e04c971 11521The format of the name is @var{printer-name};@var{subprinter-name}.
7b51bc51
DE
11522
11523Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11524Typically they are automatically loaded and registered when the corresponding
11525debug information is loaded, thus making them available without having to
11526do anything special.
11527
11528There are three places where a pretty-printer can be registered.
11529
11530@itemize @bullet
11531@item
11532Pretty-printers registered globally are available when debugging
11533all inferiors.
11534
11535@item
11536Pretty-printers registered with a program space are available only
11537when debugging that program.
11538@xref{Progspaces In Python}, for more details on program spaces in Python.
11539
11540@item
11541Pretty-printers registered with an objfile are loaded and unloaded
11542with the corresponding objfile (e.g., shared library).
11543@xref{Objfiles In Python}, for more details on objfiles in Python.
11544@end itemize
11545
11546@xref{Selecting Pretty-Printers}, for further information on how
11547pretty-printers are selected,
11548
11549@xref{Writing a Pretty-Printer}, for implementing pretty printers
11550for new types.
11551
11552@node Pretty-Printer Example
11553@subsection Pretty-Printer Example
11554
11555Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
4c374409
JK
11556
11557@smallexample
11558(@value{GDBP}) print s
11559$1 = @{
11560 static npos = 4294967295,
11561 _M_dataplus = @{
11562 <std::allocator<char>> = @{
11563 <__gnu_cxx::new_allocator<char>> = @{
11564 <No data fields>@}, <No data fields>
11565 @},
11566 members of std::basic_string<char, std::char_traits<char>,
11567 std::allocator<char> >::_Alloc_hider:
11568 _M_p = 0x804a014 "abcd"
11569 @}
11570@}
11571@end smallexample
11572
11573With a pretty-printer for @code{std::string} only the contents are printed:
11574
11575@smallexample
11576(@value{GDBP}) print s
11577$2 = "abcd"
11578@end smallexample
11579
7b51bc51
DE
11580@node Pretty-Printer Commands
11581@subsection Pretty-Printer Commands
11582@cindex pretty-printer commands
11583
11584@table @code
11585@kindex info pretty-printer
11586@item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11587Print the list of installed pretty-printers.
11588This includes disabled pretty-printers, which are marked as such.
11589
11590@var{object-regexp} is a regular expression matching the objects
11591whose pretty-printers to list.
11592Objects can be @code{global}, the program space's file
11593(@pxref{Progspaces In Python}),
11594and the object files within that program space (@pxref{Objfiles In Python}).
11595@xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11596looks up a printer from these three objects.
11597
11598@var{name-regexp} is a regular expression matching the name of the printers
11599to list.
11600
11601@kindex disable pretty-printer
11602@item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11603Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11604A disabled pretty-printer is not forgotten, it may be enabled again later.
11605
11606@kindex enable pretty-printer
11607@item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11608Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11609@end table
11610
11611Example:
11612
11613Suppose we have three pretty-printers installed: one from library1.so
11614named @code{foo} that prints objects of type @code{foo}, and
11615another from library2.so named @code{bar} that prints two types of objects,
11616@code{bar1} and @code{bar2}.
11617
11618@smallexample
a8b43b7b 11619(@value{GDBP}) info pretty-printer
7b51bc51
DE
11620library1.so:
11621 foo
11622library2.so:
11623 bar
11624 bar1
11625 bar2
a8b43b7b 11626(@value{GDBP}) info pretty-printer library2
7b51bc51
DE
11627library2.so:
11628 bar
11629 bar1
11630 bar2
a8b43b7b 11631(@value{GDBP}) disable pretty-printer library1
7b51bc51
DE
116321 printer disabled
116332 of 3 printers enabled
a8b43b7b 11634(@value{GDBP}) info pretty-printer
7b51bc51
DE
11635library1.so:
11636 foo [disabled]
11637library2.so:
11638 bar
11639 bar1
11640 bar2
a8b43b7b 11641(@value{GDBP}) disable pretty-printer library2 bar;bar1
7b51bc51
DE
116421 printer disabled
116431 of 3 printers enabled
a8b43b7b 11644(@value{GDBP}) info pretty-printer library2
7b51bc51
DE
11645library1.so:
11646 foo [disabled]
11647library2.so:
11648 bar
11649 bar1 [disabled]
11650 bar2
a8b43b7b 11651(@value{GDBP}) disable pretty-printer library2 bar
7b51bc51
DE
116521 printer disabled
116530 of 3 printers enabled
a8b43b7b 11654(@value{GDBP}) info pretty-printer library2
7b51bc51
DE
11655library1.so:
11656 foo [disabled]
11657library2.so:
11658 bar [disabled]
11659 bar1 [disabled]
11660 bar2
11661@end smallexample
11662
11663Note that for @code{bar} the entire printer can be disabled,
11664as can each individual subprinter.
4c374409 11665
d8edc8b7
PW
11666Printing values and frame arguments is done by default using
11667the enabled pretty printers.
11668
11669The print option @code{-raw-values} and @value{GDBN} setting
11670@code{set print raw-values} (@pxref{set print raw-values}) can be
11671used to print values without applying the enabled pretty printers.
11672
11673Similarly, the backtrace option @code{-raw-frame-arguments} and
11674@value{GDBN} setting @code{set print raw-frame-arguments}
11675(@pxref{set print raw-frame-arguments}) can be used to ignore the
11676enabled pretty printers when printing frame argument values.
11677
6d2ebf8b 11678@node Value History
79a6e687 11679@section Value History
c906108c
SS
11680
11681@cindex value history
9c16f35a 11682@cindex history of values printed by @value{GDBN}
5d161b24
DB
11683Values printed by the @code{print} command are saved in the @value{GDBN}
11684@dfn{value history}. This allows you to refer to them in other expressions.
11685Values are kept until the symbol table is re-read or discarded
11686(for example with the @code{file} or @code{symbol-file} commands).
11687When the symbol table changes, the value history is discarded,
11688since the values may contain pointers back to the types defined in the
c906108c
SS
11689symbol table.
11690
11691@cindex @code{$}
11692@cindex @code{$$}
11693@cindex history number
11694The values printed are given @dfn{history numbers} by which you can
11695refer to them. These are successive integers starting with one.
11696@code{print} shows you the history number assigned to a value by
11697printing @samp{$@var{num} = } before the value; here @var{num} is the
11698history number.
11699
11700To refer to any previous value, use @samp{$} followed by the value's
11701history number. The way @code{print} labels its output is designed to
11702remind you of this. Just @code{$} refers to the most recent value in
11703the history, and @code{$$} refers to the value before that.
11704@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11705is the value just prior to @code{$$}, @code{$$1} is equivalent to
11706@code{$$}, and @code{$$0} is equivalent to @code{$}.
11707
11708For example, suppose you have just printed a pointer to a structure and
11709want to see the contents of the structure. It suffices to type
11710
474c8240 11711@smallexample
c906108c 11712p *$
474c8240 11713@end smallexample
c906108c
SS
11714
11715If you have a chain of structures where the component @code{next} points
11716to the next one, you can print the contents of the next one with this:
11717
474c8240 11718@smallexample
c906108c 11719p *$.next
474c8240 11720@end smallexample
c906108c
SS
11721
11722@noindent
11723You can print successive links in the chain by repeating this
11724command---which you can do by just typing @key{RET}.
11725
11726Note that the history records values, not expressions. If the value of
11727@code{x} is 4 and you type these commands:
11728
474c8240 11729@smallexample
c906108c
SS
11730print x
11731set x=5
474c8240 11732@end smallexample
c906108c
SS
11733
11734@noindent
11735then the value recorded in the value history by the @code{print} command
11736remains 4 even though the value of @code{x} has changed.
11737
11738@table @code
11739@kindex show values
11740@item show values
11741Print the last ten values in the value history, with their item numbers.
11742This is like @samp{p@ $$9} repeated ten times, except that @code{show
11743values} does not change the history.
11744
11745@item show values @var{n}
11746Print ten history values centered on history item number @var{n}.
11747
11748@item show values +
11749Print ten history values just after the values last printed. If no more
11750values are available, @code{show values +} produces no display.
11751@end table
11752
11753Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11754same effect as @samp{show values +}.
11755
6d2ebf8b 11756@node Convenience Vars
79a6e687 11757@section Convenience Variables
c906108c
SS
11758
11759@cindex convenience variables
9c16f35a 11760@cindex user-defined variables
c906108c
SS
11761@value{GDBN} provides @dfn{convenience variables} that you can use within
11762@value{GDBN} to hold on to a value and refer to it later. These variables
11763exist entirely within @value{GDBN}; they are not part of your program, and
11764setting a convenience variable has no direct effect on further execution
11765of your program. That is why you can use them freely.
11766
11767Convenience variables are prefixed with @samp{$}. Any name preceded by
11768@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 11769the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c 11770(Value history references, in contrast, are @emph{numbers} preceded
79a6e687 11771by @samp{$}. @xref{Value History, ,Value History}.)
c906108c
SS
11772
11773You can save a value in a convenience variable with an assignment
11774expression, just as you would set a variable in your program.
11775For example:
11776
474c8240 11777@smallexample
c906108c 11778set $foo = *object_ptr
474c8240 11779@end smallexample
c906108c
SS
11780
11781@noindent
11782would save in @code{$foo} the value contained in the object pointed to by
11783@code{object_ptr}.
11784
11785Using a convenience variable for the first time creates it, but its
11786value is @code{void} until you assign a new value. You can alter the
11787value with another assignment at any time.
11788
11789Convenience variables have no fixed types. You can assign a convenience
11790variable any type of value, including structures and arrays, even if
11791that variable already has a value of a different type. The convenience
11792variable, when used as an expression, has the type of its current value.
11793
11794@table @code
11795@kindex show convenience
f47f77df 11796@cindex show all user variables and functions
c906108c 11797@item show convenience
f47f77df
DE
11798Print a list of convenience variables used so far, and their values,
11799as well as a list of the convenience functions.
d4f3574e 11800Abbreviated @code{show conv}.
53e5f3cf
AS
11801
11802@kindex init-if-undefined
11803@cindex convenience variables, initializing
11804@item init-if-undefined $@var{variable} = @var{expression}
11805Set a convenience variable if it has not already been set. This is useful
11806for user-defined commands that keep some state. It is similar, in concept,
11807to using local static variables with initializers in C (except that
11808convenience variables are global). It can also be used to allow users to
11809override default values used in a command script.
11810
11811If the variable is already defined then the expression is not evaluated so
11812any side-effects do not occur.
c906108c
SS
11813@end table
11814
11815One of the ways to use a convenience variable is as a counter to be
11816incremented or a pointer to be advanced. For example, to print
11817a field from successive elements of an array of structures:
11818
474c8240 11819@smallexample
c906108c
SS
11820set $i = 0
11821print bar[$i++]->contents
474c8240 11822@end smallexample
c906108c 11823
d4f3574e
SS
11824@noindent
11825Repeat that command by typing @key{RET}.
c906108c
SS
11826
11827Some convenience variables are created automatically by @value{GDBN} and given
11828values likely to be useful.
11829
11830@table @code
41afff9a 11831@vindex $_@r{, convenience variable}
c906108c
SS
11832@item $_
11833The variable @code{$_} is automatically set by the @code{x} command to
79a6e687 11834the last address examined (@pxref{Memory, ,Examining Memory}). Other
c906108c
SS
11835commands which provide a default address for @code{x} to examine also
11836set @code{$_} to that address; these commands include @code{info line}
11837and @code{info breakpoint}. The type of @code{$_} is @code{void *}
11838except when set by the @code{x} command, in which case it is a pointer
11839to the type of @code{$__}.
11840
41afff9a 11841@vindex $__@r{, convenience variable}
c906108c
SS
11842@item $__
11843The variable @code{$__} is automatically set by the @code{x} command
11844to the value found in the last address examined. Its type is chosen
11845to match the format in which the data was printed.
11846
11847@item $_exitcode
41afff9a 11848@vindex $_exitcode@r{, convenience variable}
0c557179
SDJ
11849When the program being debugged terminates normally, @value{GDBN}
11850automatically sets this variable to the exit code of the program, and
11851resets @code{$_exitsignal} to @code{void}.
11852
11853@item $_exitsignal
11854@vindex $_exitsignal@r{, convenience variable}
11855When the program being debugged dies due to an uncaught signal,
11856@value{GDBN} automatically sets this variable to that signal's number,
11857and resets @code{$_exitcode} to @code{void}.
11858
11859To distinguish between whether the program being debugged has exited
11860(i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
11861@code{$_exitsignal} is not @code{void}), the convenience function
11862@code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
11863Functions}). For example, considering the following source code:
11864
11865@smallexample
11866#include <signal.h>
11867
11868int
11869main (int argc, char *argv[])
11870@{
11871 raise (SIGALRM);
11872 return 0;
11873@}
11874@end smallexample
11875
11876A valid way of telling whether the program being debugged has exited
11877or signalled would be:
11878
11879@smallexample
11880(@value{GDBP}) define has_exited_or_signalled
11881Type commands for definition of ``has_exited_or_signalled''.
11882End with a line saying just ``end''.
11883>if $_isvoid ($_exitsignal)
11884 >echo The program has exited\n
11885 >else
11886 >echo The program has signalled\n
11887 >end
11888>end
11889(@value{GDBP}) run
11890Starting program:
11891
11892Program terminated with signal SIGALRM, Alarm clock.
11893The program no longer exists.
11894(@value{GDBP}) has_exited_or_signalled
11895The program has signalled
11896@end smallexample
11897
11898As can be seen, @value{GDBN} correctly informs that the program being
11899debugged has signalled, since it calls @code{raise} and raises a
11900@code{SIGALRM} signal. If the program being debugged had not called
11901@code{raise}, then @value{GDBN} would report a normal exit:
11902
11903@smallexample
11904(@value{GDBP}) has_exited_or_signalled
11905The program has exited
11906@end smallexample
4aa995e1 11907
72f1fe8a
TT
11908@item $_exception
11909The variable @code{$_exception} is set to the exception object being
11910thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
11911
37f6a7f4
TT
11912@item $_ada_exception
11913The variable @code{$_ada_exception} is set to the address of the
11914exception being caught or thrown at an Ada exception-related
11915catchpoint. @xref{Set Catchpoints}.
11916
62e5f89c
SDJ
11917@item $_probe_argc
11918@itemx $_probe_arg0@dots{}$_probe_arg11
11919Arguments to a static probe. @xref{Static Probe Points}.
11920
0fb4aa4b
PA
11921@item $_sdata
11922@vindex $_sdata@r{, inspect, convenience variable}
11923The variable @code{$_sdata} contains extra collected static tracepoint
11924data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
11925@code{$_sdata} could be empty, if not inspecting a trace buffer, or
11926if extra static tracepoint data has not been collected.
11927
4aa995e1
PA
11928@item $_siginfo
11929@vindex $_siginfo@r{, convenience variable}
ec7e75e7
PP
11930The variable @code{$_siginfo} contains extra signal information
11931(@pxref{extra signal information}). Note that @code{$_siginfo}
11932could be empty, if the application has not yet received any signals.
11933For example, it will be empty before you execute the @code{run} command.
711e434b
PM
11934
11935@item $_tlb
11936@vindex $_tlb@r{, convenience variable}
11937The variable @code{$_tlb} is automatically set when debugging
11938applications running on MS-Windows in native mode or connected to
7734102d 11939gdbserver that supports the @code{qGetTIBAddr} request.
711e434b
PM
11940@xref{General Query Packets}.
11941This variable contains the address of the thread information block.
11942
e3940304
PA
11943@item $_inferior
11944The number of the current inferior. @xref{Inferiors and
11945Programs, ,Debugging Multiple Inferiors and Programs}.
11946
5d5658a1
PA
11947@item $_thread
11948The thread number of the current thread. @xref{thread numbers}.
11949
663f6d42 11950@item $_gthread
a8b43b7b
T
11951The global number of the current thread. @xref{global thread number}.
11952
11953@item $_thread_systag
11954The target system's thread identifier (@var{systag}) string of the
11955current thread. @xref{target system thread identifier}.
11956
11957@item $_thread_name
11958The thread name string of the current thread, or the empty string if
11959no name has been assigned. @xref{thread name}.
663f6d42 11960
7734102d
EZ
11961@item $_gdb_major
11962@itemx $_gdb_minor
11963@vindex $_gdb_major@r{, convenience variable}
11964@vindex $_gdb_minor@r{, convenience variable}
11965The major and minor version numbers of the running @value{GDBN}.
11966Development snapshots and pretest versions have their minor version
11967incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
11968the value 12 for @code{$_gdb_minor}. These variables allow you to
11969write scripts that work with different versions of @value{GDBN}
11970without errors caused by features unavailable in some of those
11971versions.
e2c52041
PW
11972
11973@item $_shell_exitcode
11974@itemx $_shell_exitsignal
11975@vindex $_shell_exitcode@r{, convenience variable}
11976@vindex $_shell_exitsignal@r{, convenience variable}
11977@cindex shell command, exit code
11978@cindex shell command, exit signal
11979@cindex exit status of shell commands
11980@value{GDBN} commands such as @code{shell} and @code{|} are launching
11981shell commands. When a launched command terminates, @value{GDBN}
11982automatically maintains the variables @code{$_shell_exitcode}
11983and @code{$_shell_exitsignal} according to the exit status of the last
11984launched command. These variables are set and used similarly to
11985the variables @code{$_exitcode} and @code{$_exitsignal}.
11986
a8b43b7b
T
11987@item $_agent
11988The per-inferior heterogeneous agent number of the current thread, or 0
11989if not associated with a heterogeneous dispatch. @xref{Heterogeneous
11990Debugging}.
11991
11992@item $_gagent
11993The global heterogeneous agent number of the current thread, or 0 if not
11994associated with a heterogeneous dispatch. @xref{Heterogeneous
11995Debugging}.
11996
11997@item $_queue
11998The per-inferior heterogeneous queue number of the current thread, or 0
11999if not associated with a heterogeneous dispatch. @xref{Heterogeneous
12000Debugging}.
12001
12002@item $_gqueue
12003The global heterogeneous queue number of the current thread, or 0 if not
12004associated with a heterogeneous dispatch. @xref{Heterogeneous
12005Debugging}.
12006
12007@item $_dispatch
12008The per-inferior heterogeneous dispatch number of the current thread, or
120090 if not associated with a heterogeneous dispatch. @xref{Heterogeneous
12010Debugging}.
12011
12012@item $_gdispatch
12013The global heterogeneous dispatch number of the current thread, or 0 if
12014not associated with a heterogeneous dispatch. @xref{Heterogeneous
12015Debugging}.
12016
12017@item $_lane
12018The per-inferior heterogeneous lane number of the current
12019heterogeneous lane of the current thread. @xref{Heterogeneous
12020Debugging}.
12021
12022@c FIXME-implementors!! Should there be @code{$_lane_index},
12023@c @code{$_lane_active} and @code{$_lane_count} convenience variables?
12024@c Note that the lane count needs to take into account when a grid
12025@c size is not a multiple of the work-group size (resulting in partial
12026@c work-groups on the dimension edges of the grid), and the work-group
12027@c size is not a multiple of the wavefront size.
12028
12029@item $_glane
12030The global heterogeneous lane number of the current heterogeneous
12031lane. @xref{Heterogeneous Debugging}.
12032
12033@item $_lane_systag
12034The target system's heterogeneous lane identifier (@var{lane_systag})
12035string of the current lane in the current thread. @xref{target system
12036lane identifier}.
12037
12038@item $_lane_name
12039The heterogeneous lane name string of the current heterogeneous lane, or
12040the empty string if no name has been assigned by the @samp{lane name}
12041command. @xref{Heterogeneous Debugging}.
12042
12043@item $_dispatch_pos
12044The heterogeneous dispatch position string of the current thread, or the
12045empty string if not associated with a heterogeneous dispatch.
12046@xref{Heterogeneous Debugging}.
12047
12048@item $_thread_workgroup_pos
12049@itemx $_lane_workgroup_pos
12050The heterogeneous work-group position string of the current thread or
12051heterogeneous lane respectively, or the empty string if not associated
12052with a heterogeneous dispatch. @xref{Heterogeneous Debugging}.
12053
c906108c
SS
12054@end table
12055
a72c3253
DE
12056@node Convenience Funs
12057@section Convenience Functions
12058
bc3b79fd
TJB
12059@cindex convenience functions
12060@value{GDBN} also supplies some @dfn{convenience functions}. These
12061have a syntax similar to convenience variables. A convenience
12062function can be used in an expression just like an ordinary function;
12063however, a convenience function is implemented internally to
12064@value{GDBN}.
12065
a280dbd1
SDJ
12066These functions do not require @value{GDBN} to be configured with
12067@code{Python} support, which means that they are always available.
12068
12069@table @code
12070
12071@item $_isvoid (@var{expr})
12072@findex $_isvoid@r{, convenience function}
12073Return one if the expression @var{expr} is @code{void}. Otherwise it
12074returns zero.
12075
12076A @code{void} expression is an expression where the type of the result
12077is @code{void}. For example, you can examine a convenience variable
12078(see @ref{Convenience Vars,, Convenience Variables}) to check whether
12079it is @code{void}:
12080
12081@smallexample
12082(@value{GDBP}) print $_exitcode
12083$1 = void
12084(@value{GDBP}) print $_isvoid ($_exitcode)
12085$2 = 1
12086(@value{GDBP}) run
12087Starting program: ./a.out
12088[Inferior 1 (process 29572) exited normally]
12089(@value{GDBP}) print $_exitcode
12090$3 = 0
12091(@value{GDBP}) print $_isvoid ($_exitcode)
12092$4 = 0
12093@end smallexample
12094
12095In the example above, we used @code{$_isvoid} to check whether
12096@code{$_exitcode} is @code{void} before and after the execution of the
12097program being debugged. Before the execution there is no exit code to
12098be examined, therefore @code{$_exitcode} is @code{void}. After the
12099execution the program being debugged returned zero, therefore
12100@code{$_exitcode} is zero, which means that it is not @code{void}
12101anymore.
12102
12103The @code{void} expression can also be a call of a function from the
12104program being debugged. For example, given the following function:
12105
12106@smallexample
12107void
12108foo (void)
12109@{
12110@}
12111@end smallexample
12112
12113The result of calling it inside @value{GDBN} is @code{void}:
12114
12115@smallexample
12116(@value{GDBP}) print foo ()
12117$1 = void
12118(@value{GDBP}) print $_isvoid (foo ())
12119$2 = 1
12120(@value{GDBP}) set $v = foo ()
12121(@value{GDBP}) print $v
12122$3 = void
12123(@value{GDBP}) print $_isvoid ($v)
12124$4 = 1
12125@end smallexample
12126
aed61d02
PW
12127@item $_gdb_setting_str (@var{setting})
12128@findex $_gdb_setting_str@r{, convenience function}
12129Return the value of the @value{GDBN} @var{setting} as a string.
12130@var{setting} is any setting that can be used in a @code{set} or
12131@code{show} command (@pxref{Controlling GDB}).
12132
12133@smallexample
12134(@value{GDBP}) show print frame-arguments
12135Printing of non-scalar frame arguments is "scalars".
12136(@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12137$1 = "scalars"
12138(@value{GDBP}) p $_gdb_setting_str("height")
12139$2 = "30"
12140(@value{GDBP})
12141@end smallexample
12142
12143@item $_gdb_setting (@var{setting})
12144@findex $_gdb_setting@r{, convenience function}
12145Return the value of the @value{GDBN} @var{setting}.
12146The type of the returned value depends on the setting.
12147
12148The value type for boolean and auto boolean settings is @code{int}.
12149The boolean values @code{off} and @code{on} are converted to
12150the integer values @code{0} and @code{1}. The value @code{auto} is
12151converted to the value @code{-1}.
12152
12153The value type for integer settings is either @code{unsigned int}
12154or @code{int}, depending on the setting.
12155
12156Some integer settings accept an @code{unlimited} value.
12157Depending on the setting, the @code{set} command also accepts
12158the value @code{0} or the value @code{@minus{}1} as a synonym for
12159@code{unlimited}.
12160For example, @code{set height unlimited} is equivalent to
12161@code{set height 0}.
12162
12163Some other settings that accept the @code{unlimited} value
12164use the value @code{0} to literally mean zero.
12165For example, @code{set history size 0} indicates to not
12166record any @value{GDBN} commands in the command history.
12167For such settings, @code{@minus{}1} is the synonym
12168for @code{unlimited}.
12169
12170See the documentation of the corresponding @code{set} command for
12171the numerical value equivalent to @code{unlimited}.
12172
12173The @code{$_gdb_setting} function converts the unlimited value
12174to a @code{0} or a @code{@minus{}1} value according to what the
12175@code{set} command uses.
12176
12177@smallexample
12178@group
12179(@value{GDBP}) p $_gdb_setting_str("height")
12180$1 = "30"
12181(@value{GDBP}) p $_gdb_setting("height")
12182$2 = 30
12183(@value{GDBP}) set height unlimited
12184(@value{GDBP}) p $_gdb_setting_str("height")
12185$3 = "unlimited"
12186(@value{GDBP}) p $_gdb_setting("height")
12187$4 = 0
12188@end group
12189@group
12190(@value{GDBP}) p $_gdb_setting_str("history size")
12191$5 = "unlimited"
12192(@value{GDBP}) p $_gdb_setting("history size")
12193$6 = -1
12194(@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12195$7 = "auto"
12196(@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12197$8 = -1
12198(@value{GDBP})
12199@end group
12200@end smallexample
12201
12202Other setting types (enum, filename, optional filename, string, string noescape)
12203are returned as string values.
12204
12205
12206@item $_gdb_maint_setting_str (@var{setting})
12207@findex $_gdb_maint_setting_str@r{, convenience function}
12208Like the @code{$_gdb_setting_str} function, but works with
12209@code{maintenance set} variables.
12210
12211@item $_gdb_maint_setting (@var{setting})
12212@findex $_gdb_maint_setting@r{, convenience function}
12213Like the @code{$_gdb_setting} function, but works with
12214@code{maintenance set} variables.
12215
a280dbd1
SDJ
12216@end table
12217
aed61d02 12218The following functions require @value{GDBN} to be configured with
a72c3253
DE
12219@code{Python} support.
12220
12221@table @code
12222
12223@item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12224@findex $_memeq@r{, convenience function}
12225Returns one if the @var{length} bytes at the addresses given by
12226@var{buf1} and @var{buf2} are equal.
12227Otherwise it returns zero.
12228
12229@item $_regex(@var{str}, @var{regex})
12230@findex $_regex@r{, convenience function}
12231Returns one if the string @var{str} matches the regular expression
12232@var{regex}. Otherwise it returns zero.
a8b43b7b 12233The syntax of the regular expression is that specified by Python's
a72c3253
DE
12234regular expression support.
12235
12236@item $_streq(@var{str1}, @var{str2})
12237@findex $_streq@r{, convenience function}
12238Returns one if the strings @var{str1} and @var{str2} are equal.
12239Otherwise it returns zero.
12240
12241@item $_strlen(@var{str})
12242@findex $_strlen@r{, convenience function}
12243Returns the length of string @var{str}.
12244
faa42425
DE
12245@item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12246@findex $_caller_is@r{, convenience function}
12247Returns one if the calling function's name is equal to @var{name}.
12248Otherwise it returns zero.
12249
12250If the optional argument @var{number_of_frames} is provided,
12251it is the number of frames up in the stack to look.
12252The default is 1.
12253
12254Example:
12255
12256@smallexample
a8b43b7b 12257(@value{GDBP}) backtrace
faa42425
DE
12258#0 bottom_func ()
12259 at testsuite/gdb.python/py-caller-is.c:21
12260#1 0x00000000004005a0 in middle_func ()
12261 at testsuite/gdb.python/py-caller-is.c:27
12262#2 0x00000000004005ab in top_func ()
12263 at testsuite/gdb.python/py-caller-is.c:33
12264#3 0x00000000004005b6 in main ()
12265 at testsuite/gdb.python/py-caller-is.c:39
a8b43b7b 12266(@value{GDBP}) print $_caller_is ("middle_func")
faa42425 12267$1 = 1
a8b43b7b 12268(@value{GDBP}) print $_caller_is ("top_func", 2)
faa42425
DE
12269$1 = 1
12270@end smallexample
12271
12272@item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12273@findex $_caller_matches@r{, convenience function}
12274Returns one if the calling function's name matches the regular expression
12275@var{regexp}. Otherwise it returns zero.
12276
12277If the optional argument @var{number_of_frames} is provided,
12278it is the number of frames up in the stack to look.
12279The default is 1.
12280
12281@item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12282@findex $_any_caller_is@r{, convenience function}
12283Returns one if any calling function's name is equal to @var{name}.
12284Otherwise it returns zero.
12285
12286If the optional argument @var{number_of_frames} is provided,
12287it is the number of frames up in the stack to look.
12288The default is 1.
12289
12290This function differs from @code{$_caller_is} in that this function
12291checks all stack frames from the immediate caller to the frame specified
12292by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12293frame specified by @var{number_of_frames}.
12294
12295@item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12296@findex $_any_caller_matches@r{, convenience function}
12297Returns one if any calling function's name matches the regular expression
12298@var{regexp}. Otherwise it returns zero.
12299
12300If the optional argument @var{number_of_frames} is provided,
12301it is the number of frames up in the stack to look.
12302The default is 1.
12303
12304This function differs from @code{$_caller_matches} in that this function
12305checks all stack frames from the immediate caller to the frame specified
12306by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12307frame specified by @var{number_of_frames}.
12308
f2f3ccb9
SM
12309@item $_as_string(@var{value})
12310@findex $_as_string@r{, convenience function}
12311Return the string representation of @var{value}.
12312
12313This function is useful to obtain the textual label (enumerator) of an
12314enumeration value. For example, assuming the variable @var{node} is of
12315an enumerated type:
12316
12317@smallexample
a8b43b7b 12318(@value{GDBP}) printf "Visiting node of type %s\n", $_as_string(node)
f2f3ccb9
SM
12319Visiting node of type NODE_INTEGER
12320@end smallexample
12321
8bdc1658
AB
12322@item $_cimag(@var{value})
12323@itemx $_creal(@var{value})
12324@findex $_cimag@r{, convenience function}
12325@findex $_creal@r{, convenience function}
12326Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12327the complex number @var{value}.
12328
12329The type of the imaginary or real part depends on the type of the
12330complex number, e.g., using @code{$_cimag} on a @code{float complex}
12331will return an imaginary part of type @code{float}.
12332
a8b43b7b
T
12333@item $_thread_find(@var{regex})
12334@findex $_thread_find@r{, convenience function}
12335Searches for threads whose name or @var{systag} matches the supplied
12336regular expression. The syntax of the regular expression is that
12337specified by Python's regular expression support.
12338
12339Returns a string that is the space separated list of per-inferior
12340thread numbers of the found threads. If debugging multiple inferiors,
12341the thread numbers are qualified with the inferior number. If no
12342threads are found, the empty string is returned. The string can be
12343used in commands that accept a thread ID list. @xref{thread ID
12344list}.
12345
12346@c FIXME-implementors!! Should this convenience function return a
12347@c tuple rather than a string?
12348
12349For example, the following command lists all threads that are part of
12350the heterogeneous work-group with dispatch position @samp{(1,2,3)}
12351(@pxref{Heterogeneous Debugging}):
12352
12353@smallexample
12354(@value{GDBP}) info threads $_thread_find ("work-group(1,2,3)")
12355@end smallexample
12356
12357@item $_thread_find_first_gid(@var{regex})
12358@findex $_thread_find_first_gid@r{, convenience function}
12359Similar to the @code{$_thread_find} convenience function, except it
12360returns a number that is the global thread number of one of the
12361threads found, or 0 if no threads were found. The number can be used
12362in commands that accept a global thread number. @xref{global thread
12363number}.
12364
12365@c FIXME-implementors!! If @code{$_thread_find} returns a tuple then
12366@c this convenience function may not be necessary as one can simply
12367@c add @samp{[0]} to access the first element of a tuple.
12368
12369For example, the following command sets the current thread to one of
12370the threads that are part of the heterogeneous work-group with
12371dispatch position @samp{(1,2,3)} (@pxref{Heterogeneous Debugging}):
12372
12373@smallexample
12374(@value{GDBP}) thread -gid $_thread_find_first_gid ("work-group(1,2,3)")
12375@end smallexample
12376
12377@item $_lane_find(@var{regex})
12378@itemx $_lane_find_first_gid(@var{regex})
12379Similar to @samp{$_thread_find} and @samp{$_thread_find_first_gid}
12380except for heterogeneous lanes. @xref{Heterogeneous Debugging}.
12381
a72c3253
DE
12382@end table
12383
12384@value{GDBN} provides the ability to list and get help on
12385convenience functions.
12386
bc3b79fd
TJB
12387@table @code
12388@item help function
12389@kindex help function
12390@cindex show all convenience functions
12391Print a list of all convenience functions.
12392@end table
12393
6d2ebf8b 12394@node Registers
c906108c
SS
12395@section Registers
12396
12397@cindex registers
12398You can refer to machine register contents, in expressions, as variables
12399with names starting with @samp{$}. The names of registers are different
12400for each machine; use @code{info registers} to see the names used on
12401your machine.
12402
12403@table @code
12404@kindex info registers
12405@item info registers
12406Print the names and values of all registers except floating-point
c85508ee 12407and vector registers (in the selected stack frame).
c906108c
SS
12408
12409@kindex info all-registers
12410@cindex floating point registers
12411@item info all-registers
12412Print the names and values of all registers, including floating-point
c85508ee 12413and vector registers (in the selected stack frame).
c906108c 12414
b67d92b0
SH
12415@item info registers @var{reggroup} @dots{}
12416Print the name and value of the registers in each of the specified
6b92c0d3 12417@var{reggroup}s. The @var{reggroup} can be any of those returned by
b67d92b0
SH
12418@code{maint print reggroups} (@pxref{Maintenance Commands}).
12419
c906108c
SS
12420@item info registers @var{regname} @dots{}
12421Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24 12422As discussed in detail below, register values are normally relative to
697aa1b7 12423the selected stack frame. The @var{regname} may be any register name valid on
c906108c
SS
12424the machine you are using, with or without the initial @samp{$}.
12425@end table
12426
f5b95c01 12427@anchor{standard registers}
e09f16f9
EZ
12428@cindex stack pointer register
12429@cindex program counter register
12430@cindex process status register
12431@cindex frame pointer register
12432@cindex standard registers
c906108c
SS
12433@value{GDBN} has four ``standard'' register names that are available (in
12434expressions) on most machines---whenever they do not conflict with an
12435architecture's canonical mnemonics for registers. The register names
12436@code{$pc} and @code{$sp} are used for the program counter register and
12437the stack pointer. @code{$fp} is used for a register that contains a
12438pointer to the current stack frame, and @code{$ps} is used for a
12439register that contains the processor status. For example,
12440you could print the program counter in hex with
12441
474c8240 12442@smallexample
c906108c 12443p/x $pc
474c8240 12444@end smallexample
c906108c
SS
12445
12446@noindent
12447or print the instruction to be executed next with
12448
474c8240 12449@smallexample
c906108c 12450x/i $pc
474c8240 12451@end smallexample
c906108c
SS
12452
12453@noindent
12454or add four to the stack pointer@footnote{This is a way of removing
12455one word from the stack, on machines where stacks grow downward in
12456memory (most machines, nowadays). This assumes that the innermost
12457stack frame is selected; setting @code{$sp} is not allowed when other
12458stack frames are selected. To pop entire frames off the stack,
12459regardless of machine architecture, use @code{return};
79a6e687 12460see @ref{Returning, ,Returning from a Function}.} with
c906108c 12461
474c8240 12462@smallexample
c906108c 12463set $sp += 4
474c8240 12464@end smallexample
c906108c
SS
12465
12466Whenever possible, these four standard register names are available on
12467your machine even though the machine has different canonical mnemonics,
12468so long as there is no conflict. The @code{info registers} command
12469shows the canonical names. For example, on the SPARC, @code{info
12470registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
12471can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12472is an alias for the @sc{eflags} register.
c906108c
SS
12473
12474@value{GDBN} always considers the contents of an ordinary register as an
12475integer when the register is examined in this way. Some machines have
12476special registers which can hold nothing but floating point; these
12477registers are considered to have floating point values. There is no way
12478to refer to the contents of an ordinary register as floating point value
12479(although you can @emph{print} it as a floating point value with
12480@samp{print/f $@var{regname}}).
12481
12482Some registers have distinct ``raw'' and ``virtual'' data formats. This
12483means that the data format in which the register contents are saved by
12484the operating system is not the same one that your program normally
12485sees. For example, the registers of the 68881 floating point
12486coprocessor are always saved in ``extended'' (raw) format, but all C
12487programs expect to work with ``double'' (virtual) format. In such
5d161b24 12488cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
12489that makes sense for your program), but the @code{info registers} command
12490prints the data in both formats.
12491
36b80e65
EZ
12492@cindex SSE registers (x86)
12493@cindex MMX registers (x86)
12494Some machines have special registers whose contents can be interpreted
12495in several different ways. For example, modern x86-based machines
12496have SSE and MMX registers that can hold several values packed
12497together in several different formats. @value{GDBN} refers to such
12498registers in @code{struct} notation:
12499
12500@smallexample
12501(@value{GDBP}) print $xmm1
12502$1 = @{
12503 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12504 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12505 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12506 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12507 v4_int32 = @{0, 20657912, 11, 13@},
12508 v2_int64 = @{88725056443645952, 55834574859@},
12509 uint128 = 0x0000000d0000000b013b36f800000000
12510@}
12511@end smallexample
12512
12513@noindent
12514To set values of such registers, you need to tell @value{GDBN} which
12515view of the register you wish to change, as if you were assigning
12516value to a @code{struct} member:
12517
12518@smallexample
12519 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12520@end smallexample
12521
c906108c 12522Normally, register values are relative to the selected stack frame
79a6e687 12523(@pxref{Selection, ,Selecting a Frame}). This means that you get the
c906108c
SS
12524value that the register would contain if all stack frames farther in
12525were exited and their saved registers restored. In order to see the
12526true contents of hardware registers, you must select the innermost
12527frame (with @samp{frame 0}).
12528
901461f8
PA
12529@cindex caller-saved registers
12530@cindex call-clobbered registers
12531@cindex volatile registers
12532@cindex <not saved> values
12533Usually ABIs reserve some registers as not needed to be saved by the
12534callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12535registers). It may therefore not be possible for @value{GDBN} to know
12536the value a register had before the call (in other words, in the outer
12537frame), if the register value has since been changed by the callee.
12538@value{GDBN} tries to deduce where the inner frame saved
12539(``callee-saved'') registers, from the debug info, unwind info, or the
12540machine code generated by your compiler. If some register is not
12541saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12542its own knowledge of the ABI, or because the debug/unwind info
12543explicitly says the register's value is undefined), @value{GDBN}
12544displays @w{@samp{<not saved>}} as the register's value. With targets
12545that @value{GDBN} has no knowledge of the register saving convention,
12546if a register was not saved by the callee, then its value and location
12547in the outer frame are assumed to be the same of the inner frame.
12548This is usually harmless, because if the register is call-clobbered,
12549the caller either does not care what is in the register after the
12550call, or has code to restore the value that it does care about. Note,
12551however, that if you change such a register in the outer frame, you
12552may also be affecting the inner frame. Also, the more ``outer'' the
12553frame is you're looking at, the more likely a call-clobbered
12554register's value is to be wrong, in the sense that it doesn't actually
12555represent the value the register had just before the call.
c906108c 12556
6d2ebf8b 12557@node Floating Point Hardware
79a6e687 12558@section Floating Point Hardware
c906108c
SS
12559@cindex floating point
12560
12561Depending on the configuration, @value{GDBN} may be able to give
12562you more information about the status of the floating point hardware.
12563
12564@table @code
12565@kindex info float
12566@item info float
12567Display hardware-dependent information about the floating
12568point unit. The exact contents and layout vary depending on the
12569floating point chip. Currently, @samp{info float} is supported on
12570the ARM and x86 machines.
12571@end table
c906108c 12572
e76f1f2e
AC
12573@node Vector Unit
12574@section Vector Unit
12575@cindex vector unit
12576
12577Depending on the configuration, @value{GDBN} may be able to give you
12578more information about the status of the vector unit.
12579
12580@table @code
12581@kindex info vector
12582@item info vector
12583Display information about the vector unit. The exact contents and
12584layout vary depending on the hardware.
12585@end table
12586
721c2651 12587@node OS Information
79a6e687 12588@section Operating System Auxiliary Information
721c2651
EZ
12589@cindex OS information
12590
12591@value{GDBN} provides interfaces to useful OS facilities that can help
12592you debug your program.
12593
b383017d
RM
12594@cindex auxiliary vector
12595@cindex vector, auxiliary
b383017d
RM
12596Some operating systems supply an @dfn{auxiliary vector} to programs at
12597startup. This is akin to the arguments and environment that you
12598specify for a program, but contains a system-dependent variety of
12599binary values that tell system libraries important details about the
12600hardware, operating system, and process. Each value's purpose is
12601identified by an integer tag; the meanings are well-known but system-specific.
12602Depending on the configuration and operating system facilities,
9c16f35a
EZ
12603@value{GDBN} may be able to show you this information. For remote
12604targets, this functionality may further depend on the remote stub's
427c3a89
DJ
12605support of the @samp{qXfer:auxv:read} packet, see
12606@ref{qXfer auxiliary vector read}.
b383017d
RM
12607
12608@table @code
12609@kindex info auxv
12610@item info auxv
12611Display the auxiliary vector of the inferior, which can be either a
e4937fc1 12612live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
12613numerically, and also shows names and text descriptions for recognized
12614tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 12615pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
12616most appropriate form for a recognized tag, and in hexadecimal for
12617an unrecognized tag.
12618@end table
12619
85d4a676
SS
12620On some targets, @value{GDBN} can access operating system-specific
12621information and show it to you. The types of information available
12622will differ depending on the type of operating system running on the
12623target. The mechanism used to fetch the data is described in
12624@ref{Operating System Information}. For remote targets, this
12625functionality depends on the remote stub's support of the
07e059b5
VP
12626@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12627
12628@table @code
a61408f8 12629@kindex info os
85d4a676
SS
12630@item info os @var{infotype}
12631
12632Display OS information of the requested type.
a61408f8 12633
85d4a676
SS
12634On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12635
12636@anchor{linux info os infotypes}
12637@table @code
d33279b3
AT
12638@kindex info os cpus
12639@item cpus
12640Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12641the available fields from /proc/cpuinfo. For each supported architecture
12642different fields are available. Two common entries are processor which gives
12643CPU number and bogomips; a system constant that is calculated during
12644kernel initialization.
12645
12646@kindex info os files
12647@item files
12648Display the list of open file descriptors on the target. For each
12649file descriptor, @value{GDBN} prints the identifier of the process
12650owning the descriptor, the command of the owning process, the value
12651of the descriptor, and the target of the descriptor.
12652
12653@kindex info os modules
12654@item modules
12655Display the list of all loaded kernel modules on the target. For each
12656module, @value{GDBN} prints the module name, the size of the module in
12657bytes, the number of times the module is used, the dependencies of the
12658module, the status of the module, and the address of the loaded module
12659in memory.
12660
12661@kindex info os msg
12662@item msg
12663Display the list of all System V message queues on the target. For each
12664message queue, @value{GDBN} prints the message queue key, the message
12665queue identifier, the access permissions, the current number of bytes
12666on the queue, the current number of messages on the queue, the processes
12667that last sent and received a message on the queue, the user and group
12668of the owner and creator of the message queue, the times at which a
12669message was last sent and received on the queue, and the time at which
12670the message queue was last changed.
12671
07e059b5 12672@kindex info os processes
85d4a676 12673@item processes
07e059b5 12674Display the list of processes on the target. For each process,
85d4a676
SS
12675@value{GDBN} prints the process identifier, the name of the user, the
12676command corresponding to the process, and the list of processor cores
12677that the process is currently running on. (To understand what these
12678properties mean, for this and the following info types, please consult
12679the general @sc{gnu}/Linux documentation.)
12680
12681@kindex info os procgroups
12682@item procgroups
12683Display the list of process groups on the target. For each process,
12684@value{GDBN} prints the identifier of the process group that it belongs
12685to, the command corresponding to the process group leader, the process
12686identifier, and the command line of the process. The list is sorted
12687first by the process group identifier, then by the process identifier,
12688so that processes belonging to the same process group are grouped together
12689and the process group leader is listed first.
12690
d33279b3
AT
12691@kindex info os semaphores
12692@item semaphores
12693Display the list of all System V semaphore sets on the target. For each
12694semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12695set identifier, the access permissions, the number of semaphores in the
12696set, the user and group of the owner and creator of the semaphore set,
12697and the times at which the semaphore set was operated upon and changed.
85d4a676
SS
12698
12699@kindex info os shm
12700@item shm
12701Display the list of all System V shared-memory regions on the target.
12702For each shared-memory region, @value{GDBN} prints the region key,
12703the shared-memory identifier, the access permissions, the size of the
12704region, the process that created the region, the process that last
12705attached to or detached from the region, the current number of live
12706attaches to the region, and the times at which the region was last
12707attached to, detach from, and changed.
12708
d33279b3
AT
12709@kindex info os sockets
12710@item sockets
12711Display the list of Internet-domain sockets on the target. For each
12712socket, @value{GDBN} prints the address and port of the local and
12713remote endpoints, the current state of the connection, the creator of
12714the socket, the IP address family of the socket, and the type of the
12715connection.
85d4a676 12716
d33279b3
AT
12717@kindex info os threads
12718@item threads
12719Display the list of threads running on the target. For each thread,
12720@value{GDBN} prints the identifier of the process that the thread
12721belongs to, the command of the process, the thread identifier, and the
12722processor core that it is currently running on. The main thread of a
12723process is not listed.
85d4a676
SS
12724@end table
12725
12726@item info os
12727If @var{infotype} is omitted, then list the possible values for
12728@var{infotype} and the kind of OS information available for each
12729@var{infotype}. If the target does not return a list of possible
12730types, this command will report an error.
07e059b5 12731@end table
721c2651 12732
29e57380 12733@node Memory Region Attributes
79a6e687 12734@section Memory Region Attributes
29e57380
C
12735@cindex memory region attributes
12736
b383017d 12737@dfn{Memory region attributes} allow you to describe special handling
fd79ecee
DJ
12738required by regions of your target's memory. @value{GDBN} uses
12739attributes to determine whether to allow certain types of memory
12740accesses; whether to use specific width accesses; and whether to cache
12741target memory. By default the description of memory regions is
12742fetched from the target (if the current target supports this), but the
12743user can override the fetched regions.
29e57380
C
12744
12745Defined memory regions can be individually enabled and disabled. When a
12746memory region is disabled, @value{GDBN} uses the default attributes when
12747accessing memory in that region. Similarly, if no memory regions have
12748been defined, @value{GDBN} uses the default attributes when accessing
12749all memory.
12750
b383017d 12751When a memory region is defined, it is given a number to identify it;
29e57380
C
12752to enable, disable, or remove a memory region, you specify that number.
12753
12754@table @code
12755@kindex mem
bfac230e 12756@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
12757Define a memory region bounded by @var{lower} and @var{upper} with
12758attributes @var{attributes}@dots{}, and add it to the list of regions
12759monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
d3e8051b 12760case: it is treated as the target's maximum memory address.
bfac230e 12761(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380 12762
fd79ecee
DJ
12763@item mem auto
12764Discard any user changes to the memory regions and use target-supplied
12765regions, if available, or no regions if the target does not support.
12766
29e57380
C
12767@kindex delete mem
12768@item delete mem @var{nums}@dots{}
09d4efe1
EZ
12769Remove memory regions @var{nums}@dots{} from the list of regions
12770monitored by @value{GDBN}.
29e57380
C
12771
12772@kindex disable mem
12773@item disable mem @var{nums}@dots{}
09d4efe1 12774Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 12775A disabled memory region is not forgotten.
29e57380
C
12776It may be enabled again later.
12777
12778@kindex enable mem
12779@item enable mem @var{nums}@dots{}
09d4efe1 12780Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
12781
12782@kindex info mem
12783@item info mem
12784Print a table of all defined memory regions, with the following columns
09d4efe1 12785for each region:
29e57380
C
12786
12787@table @emph
12788@item Memory Region Number
12789@item Enabled or Disabled.
b383017d 12790Enabled memory regions are marked with @samp{y}.
29e57380
C
12791Disabled memory regions are marked with @samp{n}.
12792
12793@item Lo Address
12794The address defining the inclusive lower bound of the memory region.
12795
12796@item Hi Address
12797The address defining the exclusive upper bound of the memory region.
12798
12799@item Attributes
12800The list of attributes set for this memory region.
12801@end table
12802@end table
12803
12804
12805@subsection Attributes
12806
b383017d 12807@subsubsection Memory Access Mode
29e57380
C
12808The access mode attributes set whether @value{GDBN} may make read or
12809write accesses to a memory region.
12810
12811While these attributes prevent @value{GDBN} from performing invalid
12812memory accesses, they do nothing to prevent the target system, I/O DMA,
359df76b 12813etc.@: from accessing memory.
29e57380
C
12814
12815@table @code
12816@item ro
12817Memory is read only.
12818@item wo
12819Memory is write only.
12820@item rw
6ca652b0 12821Memory is read/write. This is the default.
29e57380
C
12822@end table
12823
12824@subsubsection Memory Access Size
d3e8051b 12825The access size attribute tells @value{GDBN} to use specific sized
29e57380
C
12826accesses in the memory region. Often memory mapped device registers
12827require specific sized accesses. If no access size attribute is
12828specified, @value{GDBN} may use accesses of any size.
12829
12830@table @code
12831@item 8
12832Use 8 bit memory accesses.
12833@item 16
12834Use 16 bit memory accesses.
12835@item 32
12836Use 32 bit memory accesses.
12837@item 64
12838Use 64 bit memory accesses.
12839@end table
12840
12841@c @subsubsection Hardware/Software Breakpoints
12842@c The hardware/software breakpoint attributes set whether @value{GDBN}
12843@c will use hardware or software breakpoints for the internal breakpoints
12844@c used by the step, next, finish, until, etc. commands.
12845@c
12846@c @table @code
12847@c @item hwbreak
b383017d 12848@c Always use hardware breakpoints
29e57380
C
12849@c @item swbreak (default)
12850@c @end table
12851
12852@subsubsection Data Cache
12853The data cache attributes set whether @value{GDBN} will cache target
12854memory. While this generally improves performance by reducing debug
12855protocol overhead, it can lead to incorrect results because @value{GDBN}
12856does not know about volatile variables or memory mapped device
12857registers.
12858
12859@table @code
12860@item cache
b383017d 12861Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
12862@item nocache
12863Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
12864@end table
12865
4b5752d0
VP
12866@subsection Memory Access Checking
12867@value{GDBN} can be instructed to refuse accesses to memory that is
12868not explicitly described. This can be useful if accessing such
12869regions has undesired effects for a specific target, or to provide
12870better error checking. The following commands control this behaviour.
12871
12872@table @code
12873@kindex set mem inaccessible-by-default
12874@item set mem inaccessible-by-default [on|off]
12875If @code{on} is specified, make @value{GDBN} treat memory not
12876explicitly described by the memory ranges as non-existent and refuse accesses
12877to such memory. The checks are only performed if there's at least one
12878memory range defined. If @code{off} is specified, make @value{GDBN}
12879treat the memory not explicitly described by the memory ranges as RAM.
56cf5405 12880The default value is @code{on}.
4b5752d0
VP
12881@kindex show mem inaccessible-by-default
12882@item show mem inaccessible-by-default
12883Show the current handling of accesses to unknown memory.
12884@end table
12885
12886
29e57380 12887@c @subsubsection Memory Write Verification
b383017d 12888@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
12889@c will re-reads data after each write to verify the write was successful.
12890@c
12891@c @table @code
12892@c @item verify
12893@c @item noverify (default)
12894@c @end table
12895
16d9dec6 12896@node Dump/Restore Files
79a6e687 12897@section Copy Between Memory and a File
16d9dec6
MS
12898@cindex dump/restore files
12899@cindex append data to a file
12900@cindex dump data to a file
12901@cindex restore data from a file
16d9dec6 12902
df5215a6
JB
12903You can use the commands @code{dump}, @code{append}, and
12904@code{restore} to copy data between target memory and a file. The
12905@code{dump} and @code{append} commands write data to a file, and the
12906@code{restore} command reads data from a file back into the inferior's
cf75d6c3
AB
12907memory. Files may be in binary, Motorola S-record, Intel hex,
12908Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12909append to binary files, and cannot read from Verilog Hex files.
df5215a6
JB
12910
12911@table @code
12912
12913@kindex dump
12914@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12915@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12916Dump the contents of memory from @var{start_addr} to @var{end_addr},
12917or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 12918
df5215a6 12919The @var{format} parameter may be any one of:
16d9dec6 12920@table @code
df5215a6
JB
12921@item binary
12922Raw binary form.
12923@item ihex
12924Intel hex format.
12925@item srec
12926Motorola S-record format.
12927@item tekhex
12928Tektronix Hex format.
cf75d6c3
AB
12929@item verilog
12930Verilog Hex format.
df5215a6
JB
12931@end table
12932
12933@value{GDBN} uses the same definitions of these formats as the
12934@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
12935@var{format} is omitted, @value{GDBN} dumps the data in raw binary
12936form.
12937
12938@kindex append
12939@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12940@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
12941Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 12942or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
12943(@value{GDBN} can only append data to files in raw binary form.)
12944
12945@kindex restore
12946@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
12947Restore the contents of file @var{filename} into memory. The
12948@code{restore} command can automatically recognize any known @sc{bfd}
12949file format, except for raw binary. To restore a raw binary file you
12950must specify the optional keyword @code{binary} after the filename.
16d9dec6 12951
b383017d 12952If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
12953contained in the file. Binary files always start at address zero, so
12954they will be restored at address @var{bias}. Other bfd files have
12955a built-in location; they will be restored at offset @var{bias}
12956from that location.
12957
12958If @var{start} and/or @var{end} are non-zero, then only data between
12959file offset @var{start} and file offset @var{end} will be restored.
b383017d 12960These offsets are relative to the addresses in the file, before
16d9dec6
MS
12961the @var{bias} argument is applied.
12962
12963@end table
12964
384ee23f
EZ
12965@node Core File Generation
12966@section How to Produce a Core File from Your Program
12967@cindex dump core from inferior
12968
12969A @dfn{core file} or @dfn{core dump} is a file that records the memory
12970image of a running process and its process status (register values
12971etc.). Its primary use is post-mortem debugging of a program that
12972crashed while it ran outside a debugger. A program that crashes
12973automatically produces a core file, unless this feature is disabled by
12974the user. @xref{Files}, for information on invoking @value{GDBN} in
12975the post-mortem debugging mode.
12976
12977Occasionally, you may wish to produce a core file of the program you
12978are debugging in order to preserve a snapshot of its state.
12979@value{GDBN} has a special command for that.
12980
12981@table @code
12982@kindex gcore
12983@kindex generate-core-file
12984@item generate-core-file [@var{file}]
12985@itemx gcore [@var{file}]
12986Produce a core dump of the inferior process. The optional argument
12987@var{file} specifies the file name where to put the core dump. If not
12988specified, the file name defaults to @file{core.@var{pid}}, where
12989@var{pid} is the inferior process ID.
12990
12991Note that this command is implemented only for some systems (as of
05b4bd79 12992this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
df8411da
SDJ
12993
12994On @sc{gnu}/Linux, this command can take into account the value of the
12995file @file{/proc/@var{pid}/coredump_filter} when generating the core
1e52e849
SL
12996dump (@pxref{set use-coredump-filter}), and by default honors the
12997@code{VM_DONTDUMP} flag for mappings where it is present in the file
12998@file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
df8411da
SDJ
12999
13000@kindex set use-coredump-filter
13001@anchor{set use-coredump-filter}
13002@item set use-coredump-filter on
13003@itemx set use-coredump-filter off
13004Enable or disable the use of the file
13005@file{/proc/@var{pid}/coredump_filter} when generating core dump
13006files. This file is used by the Linux kernel to decide what types of
13007memory mappings will be dumped or ignored when generating a core dump
13008file. @var{pid} is the process ID of a currently running process.
13009
13010To make use of this feature, you have to write in the
13011@file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13012which is a bit mask representing the memory mapping types. If a bit
13013is set in the bit mask, then the memory mappings of the corresponding
13014types will be dumped; otherwise, they will be ignored. This
13015configuration is inherited by child processes. For more information
13016about the bits that can be set in the
13017@file{/proc/@var{pid}/coredump_filter} file, please refer to the
13018manpage of @code{core(5)}.
13019
13020By default, this option is @code{on}. If this option is turned
13021@code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13022and instead uses the same default value as the Linux kernel in order
13023to decide which pages will be dumped in the core dump file. This
13024value is currently @code{0x33}, which means that bits @code{0}
13025(anonymous private mappings), @code{1} (anonymous shared mappings),
13026@code{4} (ELF headers) and @code{5} (private huge pages) are active.
13027This will cause these memory mappings to be dumped automatically.
1e52e849
SL
13028
13029@kindex set dump-excluded-mappings
13030@anchor{set dump-excluded-mappings}
13031@item set dump-excluded-mappings on
13032@itemx set dump-excluded-mappings off
13033If @code{on} is specified, @value{GDBN} will dump memory mappings
13034marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13035the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13036
13037The default value is @code{off}.
384ee23f
EZ
13038@end table
13039
a0eb71c5
KB
13040@node Character Sets
13041@section Character Sets
13042@cindex character sets
13043@cindex charset
13044@cindex translating between character sets
13045@cindex host character set
13046@cindex target character set
13047
13048If the program you are debugging uses a different character set to
13049represent characters and strings than the one @value{GDBN} uses itself,
13050@value{GDBN} can automatically translate between the character sets for
13051you. The character set @value{GDBN} uses we call the @dfn{host
13052character set}; the one the inferior program uses we call the
13053@dfn{target character set}.
13054
13055For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13056uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
ea35711c 13057remote protocol (@pxref{Remote Debugging}) to debug a program
a0eb71c5
KB
13058running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13059then the host character set is Latin-1, and the target character set is
13060@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 13061target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
13062@sc{ebcdic} and Latin 1 as you print character or string values, or use
13063character and string literals in expressions.
13064
13065@value{GDBN} has no way to automatically recognize which character set
13066the inferior program uses; you must tell it, using the @code{set
13067target-charset} command, described below.
13068
13069Here are the commands for controlling @value{GDBN}'s character set
13070support:
13071
13072@table @code
13073@item set target-charset @var{charset}
13074@kindex set target-charset
10af6951
EZ
13075Set the current target character set to @var{charset}. To display the
13076list of supported target character sets, type
13077@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
a0eb71c5 13078
a0eb71c5
KB
13079@item set host-charset @var{charset}
13080@kindex set host-charset
13081Set the current host character set to @var{charset}.
13082
13083By default, @value{GDBN} uses a host character set appropriate to the
13084system it is running on; you can override that default using the
732f6a93
TT
13085@code{set host-charset} command. On some systems, @value{GDBN} cannot
13086automatically determine the appropriate host character set. In this
13087case, @value{GDBN} uses @samp{UTF-8}.
a0eb71c5
KB
13088
13089@value{GDBN} can only use certain character sets as its host character
c1b6b909 13090set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
10af6951 13091@value{GDBN} will list the host character sets it supports.
a0eb71c5
KB
13092
13093@item set charset @var{charset}
13094@kindex set charset
e33d66ec 13095Set the current host and target character sets to @var{charset}. As
10af6951
EZ
13096above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13097@value{GDBN} will list the names of the character sets that can be used
e33d66ec
EZ
13098for both host and target.
13099
a0eb71c5 13100@item show charset
a0eb71c5 13101@kindex show charset
10af6951 13102Show the names of the current host and target character sets.
e33d66ec 13103
10af6951 13104@item show host-charset
a0eb71c5 13105@kindex show host-charset
10af6951 13106Show the name of the current host character set.
e33d66ec 13107
10af6951 13108@item show target-charset
a0eb71c5 13109@kindex show target-charset
10af6951 13110Show the name of the current target character set.
a0eb71c5 13111
10af6951
EZ
13112@item set target-wide-charset @var{charset}
13113@kindex set target-wide-charset
13114Set the current target's wide character set to @var{charset}. This is
13115the character set used by the target's @code{wchar_t} type. To
13116display the list of supported wide character sets, type
13117@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13118
13119@item show target-wide-charset
13120@kindex show target-wide-charset
13121Show the name of the current target's wide character set.
a0eb71c5
KB
13122@end table
13123
a0eb71c5
KB
13124Here is an example of @value{GDBN}'s character set support in action.
13125Assume that the following source code has been placed in the file
13126@file{charset-test.c}:
13127
13128@smallexample
13129#include <stdio.h>
13130
13131char ascii_hello[]
13132 = @{72, 101, 108, 108, 111, 44, 32, 119,
13133 111, 114, 108, 100, 33, 10, 0@};
13134char ibm1047_hello[]
13135 = @{200, 133, 147, 147, 150, 107, 64, 166,
13136 150, 153, 147, 132, 90, 37, 0@};
13137
13138main ()
13139@{
13140 printf ("Hello, world!\n");
13141@}
10998722 13142@end smallexample
a0eb71c5
KB
13143
13144In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13145containing the string @samp{Hello, world!} followed by a newline,
13146encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13147
13148We compile the program, and invoke the debugger on it:
13149
13150@smallexample
13151$ gcc -g charset-test.c -o charset-test
13152$ gdb -nw charset-test
13153GNU gdb 2001-12-19-cvs
13154Copyright 2001 Free Software Foundation, Inc.
13155@dots{}
f7dc1244 13156(@value{GDBP})
10998722 13157@end smallexample
a0eb71c5
KB
13158
13159We can use the @code{show charset} command to see what character sets
13160@value{GDBN} is currently using to interpret and display characters and
13161strings:
13162
13163@smallexample
f7dc1244 13164(@value{GDBP}) show charset
e33d66ec 13165The current host and target character set is `ISO-8859-1'.
f7dc1244 13166(@value{GDBP})
10998722 13167@end smallexample
a0eb71c5
KB
13168
13169For the sake of printing this manual, let's use @sc{ascii} as our
13170initial character set:
13171@smallexample
f7dc1244
EZ
13172(@value{GDBP}) set charset ASCII
13173(@value{GDBP}) show charset
e33d66ec 13174The current host and target character set is `ASCII'.
f7dc1244 13175(@value{GDBP})
10998722 13176@end smallexample
a0eb71c5
KB
13177
13178Let's assume that @sc{ascii} is indeed the correct character set for our
13179host system --- in other words, let's assume that if @value{GDBN} prints
13180characters using the @sc{ascii} character set, our terminal will display
13181them properly. Since our current target character set is also
13182@sc{ascii}, the contents of @code{ascii_hello} print legibly:
13183
13184@smallexample
f7dc1244 13185(@value{GDBP}) print ascii_hello
a0eb71c5 13186$1 = 0x401698 "Hello, world!\n"
f7dc1244 13187(@value{GDBP}) print ascii_hello[0]
a0eb71c5 13188$2 = 72 'H'
f7dc1244 13189(@value{GDBP})
10998722 13190@end smallexample
a0eb71c5
KB
13191
13192@value{GDBN} uses the target character set for character and string
13193literals you use in expressions:
13194
13195@smallexample
f7dc1244 13196(@value{GDBP}) print '+'
a0eb71c5 13197$3 = 43 '+'
f7dc1244 13198(@value{GDBP})
10998722 13199@end smallexample
a0eb71c5
KB
13200
13201The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13202character.
13203
13204@value{GDBN} relies on the user to tell it which character set the
13205target program uses. If we print @code{ibm1047_hello} while our target
13206character set is still @sc{ascii}, we get jibberish:
13207
13208@smallexample
f7dc1244 13209(@value{GDBP}) print ibm1047_hello
a0eb71c5 13210$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 13211(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 13212$5 = 200 '\310'
f7dc1244 13213(@value{GDBP})
10998722 13214@end smallexample
a0eb71c5 13215
e33d66ec 13216If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
13217@value{GDBN} tells us the character sets it supports:
13218
13219@smallexample
f7dc1244 13220(@value{GDBP}) set target-charset
b383017d 13221ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 13222(@value{GDBP}) set target-charset
10998722 13223@end smallexample
a0eb71c5
KB
13224
13225We can select @sc{ibm1047} as our target character set, and examine the
13226program's strings again. Now the @sc{ascii} string is wrong, but
13227@value{GDBN} translates the contents of @code{ibm1047_hello} from the
13228target character set, @sc{ibm1047}, to the host character set,
13229@sc{ascii}, and they display correctly:
13230
13231@smallexample
f7dc1244
EZ
13232(@value{GDBP}) set target-charset IBM1047
13233(@value{GDBP}) show charset
e33d66ec
EZ
13234The current host character set is `ASCII'.
13235The current target character set is `IBM1047'.
f7dc1244 13236(@value{GDBP}) print ascii_hello
a0eb71c5 13237$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 13238(@value{GDBP}) print ascii_hello[0]
a0eb71c5 13239$7 = 72 '\110'
f7dc1244 13240(@value{GDBP}) print ibm1047_hello
a0eb71c5 13241$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 13242(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 13243$9 = 200 'H'
f7dc1244 13244(@value{GDBP})
10998722 13245@end smallexample
a0eb71c5
KB
13246
13247As above, @value{GDBN} uses the target character set for character and
13248string literals you use in expressions:
13249
13250@smallexample
f7dc1244 13251(@value{GDBP}) print '+'
a0eb71c5 13252$10 = 78 '+'
f7dc1244 13253(@value{GDBP})
10998722 13254@end smallexample
a0eb71c5 13255
e33d66ec 13256The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
13257character.
13258
b12039c6
YQ
13259@node Caching Target Data
13260@section Caching Data of Targets
13261@cindex caching data of targets
13262
13263@value{GDBN} caches data exchanged between the debugger and a target.
b26dfc9a
YQ
13264Each cache is associated with the address space of the inferior.
13265@xref{Inferiors and Programs}, about inferior and address space.
b12039c6
YQ
13266Such caching generally improves performance in remote debugging
13267(@pxref{Remote Debugging}), because it reduces the overhead of the
13268remote protocol by bundling memory reads and writes into large chunks.
13269Unfortunately, simply caching everything would lead to incorrect results,
13270since @value{GDBN} does not necessarily know anything about volatile
13271values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13272(@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13273is executing.
29b090c0
DE
13274Therefore, by default, @value{GDBN} only caches data
13275known to be on the stack@footnote{In non-stop mode, it is moderately
13276rare for a running thread to modify the stack of a stopped thread
13277in a way that would interfere with a backtrace, and caching of
29453a14
YQ
13278stack reads provides a significant speed up of remote backtraces.} or
13279in the code segment.
29b090c0 13280Other regions of memory can be explicitly marked as
27b81af3 13281cacheable; @pxref{Memory Region Attributes}.
09d4efe1
EZ
13282
13283@table @code
13284@kindex set remotecache
13285@item set remotecache on
13286@itemx set remotecache off
4e5d721f
DE
13287This option no longer does anything; it exists for compatibility
13288with old scripts.
09d4efe1
EZ
13289
13290@kindex show remotecache
13291@item show remotecache
4e5d721f
DE
13292Show the current state of the obsolete remotecache flag.
13293
13294@kindex set stack-cache
13295@item set stack-cache on
13296@itemx set stack-cache off
6dd315ba
YQ
13297Enable or disable caching of stack accesses. When @code{on}, use
13298caching. By default, this option is @code{on}.
4e5d721f
DE
13299
13300@kindex show stack-cache
13301@item show stack-cache
13302Show the current state of data caching for memory accesses.
09d4efe1 13303
29453a14
YQ
13304@kindex set code-cache
13305@item set code-cache on
13306@itemx set code-cache off
13307Enable or disable caching of code segment accesses. When @code{on},
13308use caching. By default, this option is @code{on}. This improves
13309performance of disassembly in remote debugging.
13310
13311@kindex show code-cache
13312@item show code-cache
13313Show the current state of target memory cache for code segment
13314accesses.
13315
09d4efe1 13316@kindex info dcache
4e5d721f 13317@item info dcache @r{[}line@r{]}
b26dfc9a
YQ
13318Print the information about the performance of data cache of the
13319current inferior's address space. The information displayed
13320includes the dcache width and depth, and for each cache line, its
13321number, address, and how many times it was referenced. This
13322command is useful for debugging the data cache operation.
4e5d721f
DE
13323
13324If a line number is specified, the contents of that line will be
13325printed in hex.
1a532630
PP
13326
13327@item set dcache size @var{size}
13328@cindex dcache size
13329@kindex set dcache size
13330Set maximum number of entries in dcache (dcache depth above).
13331
13332@item set dcache line-size @var{line-size}
13333@cindex dcache line-size
13334@kindex set dcache line-size
13335Set number of bytes each dcache entry caches (dcache width above).
13336Must be a power of 2.
13337
13338@item show dcache size
13339@kindex show dcache size
b12039c6 13340Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
1a532630
PP
13341
13342@item show dcache line-size
13343@kindex show dcache line-size
b12039c6 13344Show default size of dcache lines.
1a532630 13345
09d4efe1
EZ
13346@end table
13347
08388c79
DE
13348@node Searching Memory
13349@section Search Memory
13350@cindex searching memory
13351
13352Memory can be searched for a particular sequence of bytes with the
13353@code{find} command.
13354
13355@table @code
13356@kindex find
13357@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13358@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13359Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13360etc. The search begins at address @var{start_addr} and continues for either
13361@var{len} bytes or through to @var{end_addr} inclusive.
13362@end table
13363
13364@var{s} and @var{n} are optional parameters.
13365They may be specified in either order, apart or together.
13366
13367@table @r
13368@item @var{s}, search query size
13369The size of each search query value.
13370
13371@table @code
13372@item b
13373bytes
13374@item h
13375halfwords (two bytes)
13376@item w
13377words (four bytes)
13378@item g
13379giant words (eight bytes)
13380@end table
13381
13382All values are interpreted in the current language.
13383This means, for example, that if the current source language is C/C@t{++}
13384then searching for the string ``hello'' includes the trailing '\0'.
ee9a09e9
DC
13385The null terminator can be removed from searching by using casts,
13386e.g.: @samp{@{char[5]@}"hello"}.
08388c79
DE
13387
13388If the value size is not specified, it is taken from the
13389value's type in the current language.
13390This is useful when one wants to specify the search
13391pattern as a mixture of types.
13392Note that this means, for example, that in the case of C-like languages
13393a search for an untyped 0x42 will search for @samp{(int) 0x42}
13394which is typically four bytes.
13395
13396@item @var{n}, maximum number of finds
13397The maximum number of matches to print. The default is to print all finds.
13398@end table
13399
13400You can use strings as search values. Quote them with double-quotes
13401 (@code{"}).
13402The string value is copied into the search pattern byte by byte,
13403regardless of the endianness of the target and the size specification.
13404
13405The address of each match found is printed as well as a count of the
13406number of matches found.
13407
13408The address of the last value found is stored in convenience variable
13409@samp{$_}.
13410A count of the number of matches is stored in @samp{$numfound}.
13411
13412For example, if stopped at the @code{printf} in this function:
13413
13414@smallexample
13415void
13416hello ()
13417@{
13418 static char hello[] = "hello-hello";
13419 static struct @{ char c; short s; int i; @}
13420 __attribute__ ((packed)) mixed
13421 = @{ 'c', 0x1234, 0x87654321 @};
13422 printf ("%s\n", hello);
13423@}
13424@end smallexample
13425
13426@noindent
13427you get during debugging:
13428
13429@smallexample
a8b43b7b 13430(@value{GDBP}) find &hello[0], +sizeof(hello), "hello"
08388c79
DE
134310x804956d <hello.1620+6>
134321 pattern found
a8b43b7b 13433(@value{GDBP}) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
08388c79
DE
134340x8049567 <hello.1620>
134350x804956d <hello.1620+6>
ee9a09e9 134362 patterns found.
a8b43b7b 13437(@value{GDBP}) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
ee9a09e9
DC
134380x8049567 <hello.1620>
134390x804956d <hello.1620+6>
134402 patterns found.
a8b43b7b 13441(@value{GDBP}) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
08388c79
DE
134420x8049567 <hello.1620>
134431 pattern found
a8b43b7b 13444(@value{GDBP}) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
08388c79
DE
134450x8049560 <mixed.1625>
134461 pattern found
a8b43b7b 13447(@value{GDBP}) print $numfound
08388c79 13448$1 = 1
a8b43b7b 13449(@value{GDBP}) print $_
08388c79
DE
13450$2 = (void *) 0x8049560
13451@end smallexample
a0eb71c5 13452
5fdf6324
AB
13453@node Value Sizes
13454@section Value Sizes
13455
13456Whenever @value{GDBN} prints a value memory will be allocated within
13457@value{GDBN} to hold the contents of the value. It is possible in
13458some languages with dynamic typing systems, that an invalid program
13459may indicate a value that is incorrectly large, this in turn may cause
6b92c0d3 13460@value{GDBN} to try and allocate an overly large amount of memory.
5fdf6324
AB
13461
13462@table @code
13463@kindex set max-value-size
713cdcbf 13464@item set max-value-size @var{bytes}
5fdf6324
AB
13465@itemx set max-value-size unlimited
13466Set the maximum size of memory that @value{GDBN} will allocate for the
13467contents of a value to @var{bytes}, trying to display a value that
13468requires more memory than that will result in an error.
13469
13470Setting this variable does not effect values that have already been
13471allocated within @value{GDBN}, only future allocations.
13472
13473There's a minimum size that @code{max-value-size} can be set to in
13474order that @value{GDBN} can still operate correctly, this minimum is
13475currently 16 bytes.
13476
13477The limit applies to the results of some subexpressions as well as to
13478complete expressions. For example, an expression denoting a simple
13479integer component, such as @code{x.y.z}, may fail if the size of
13480@var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13481@value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13482@var{A} is an array variable with non-constant size, will generally
13483succeed regardless of the bounds on @var{A}, as long as the component
13484size is less than @var{bytes}.
13485
13486The default value of @code{max-value-size} is currently 64k.
13487
13488@kindex show max-value-size
13489@item show max-value-size
13490Show the maximum size of memory, in bytes, that @value{GDBN} will
13491allocate for the contents of a value.
13492@end table
13493
edb3359d
DJ
13494@node Optimized Code
13495@chapter Debugging Optimized Code
13496@cindex optimized code, debugging
13497@cindex debugging optimized code
13498
13499Almost all compilers support optimization. With optimization
13500disabled, the compiler generates assembly code that corresponds
13501directly to your source code, in a simplistic way. As the compiler
13502applies more powerful optimizations, the generated assembly code
13503diverges from your original source code. With help from debugging
13504information generated by the compiler, @value{GDBN} can map from
13505the running program back to constructs from your original source.
13506
13507@value{GDBN} is more accurate with optimization disabled. If you
13508can recompile without optimization, it is easier to follow the
13509progress of your program during debugging. But, there are many cases
13510where you may need to debug an optimized version.
13511
13512When you debug a program compiled with @samp{-g -O}, remember that the
13513optimizer has rearranged your code; the debugger shows you what is
13514really there. Do not be too surprised when the execution path does not
13515exactly match your source file! An extreme example: if you define a
13516variable, but never use it, @value{GDBN} never sees that
13517variable---because the compiler optimizes it out of existence.
13518
13519Some things do not work as well with @samp{-g -O} as with just
13520@samp{-g}, particularly on machines with instruction scheduling. If in
13521doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13522please report it to us as a bug (including a test case!).
13523@xref{Variables}, for more information about debugging optimized code.
13524
13525@menu
13526* Inline Functions:: How @value{GDBN} presents inlining
111c6489 13527* Tail Call Frames:: @value{GDBN} analysis of jumps to functions
edb3359d
DJ
13528@end menu
13529
13530@node Inline Functions
13531@section Inline Functions
13532@cindex inline functions, debugging
13533
13534@dfn{Inlining} is an optimization that inserts a copy of the function
13535body directly at each call site, instead of jumping to a shared
13536routine. @value{GDBN} displays inlined functions just like
13537non-inlined functions. They appear in backtraces. You can view their
13538arguments and local variables, step into them with @code{step}, skip
13539them with @code{next}, and escape from them with @code{finish}.
13540You can check whether a function was inlined by using the
13541@code{info frame} command.
13542
13543For @value{GDBN} to support inlined functions, the compiler must
13544record information about inlining in the debug information ---
13545@value{NGCC} using the @sc{dwarf 2} format does this, and several
13546other compilers do also. @value{GDBN} only supports inlined functions
13547when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13548do not emit two required attributes (@samp{DW_AT_call_file} and
13549@samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13550function calls with earlier versions of @value{NGCC}. It instead
13551displays the arguments and local variables of inlined functions as
13552local variables in the caller.
13553
13554The body of an inlined function is directly included at its call site;
13555unlike a non-inlined function, there are no instructions devoted to
13556the call. @value{GDBN} still pretends that the call site and the
13557start of the inlined function are different instructions. Stepping to
13558the call site shows the call site, and then stepping again shows
13559the first line of the inlined function, even though no additional
13560instructions are executed.
13561
13562This makes source-level debugging much clearer; you can see both the
13563context of the call and then the effect of the call. Only stepping by
13564a single instruction using @code{stepi} or @code{nexti} does not do
13565this; single instruction steps always show the inlined body.
13566
13567There are some ways that @value{GDBN} does not pretend that inlined
13568function calls are the same as normal calls:
13569
13570@itemize @bullet
edb3359d
DJ
13571@item
13572Setting breakpoints at the call site of an inlined function may not
13573work, because the call site does not contain any code. @value{GDBN}
13574may incorrectly move the breakpoint to the next line of the enclosing
13575function, after the call. This limitation will be removed in a future
13576version of @value{GDBN}; until then, set a breakpoint on an earlier line
13577or inside the inlined function instead.
13578
13579@item
13580@value{GDBN} cannot locate the return value of inlined calls after
13581using the @code{finish} command. This is a limitation of compiler-generated
13582debugging information; after @code{finish}, you can step to the next line
13583and print a variable where your program stored the return value.
13584
13585@end itemize
13586
111c6489
JK
13587@node Tail Call Frames
13588@section Tail Call Frames
13589@cindex tail call frames, debugging
13590
13591Function @code{B} can call function @code{C} in its very last statement. In
13592unoptimized compilation the call of @code{C} is immediately followed by return
13593instruction at the end of @code{B} code. Optimizing compiler may replace the
13594call and return in function @code{B} into one jump to function @code{C}
13595instead. Such use of a jump instruction is called @dfn{tail call}.
13596
13597During execution of function @code{C}, there will be no indication in the
13598function call stack frames that it was tail-called from @code{B}. If function
13599@code{A} regularly calls function @code{B} which tail-calls function @code{C},
13600then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13601some cases @value{GDBN} can determine that @code{C} was tail-called from
13602@code{B}, and it will then create fictitious call frame for that, with the
13603return address set up as if @code{B} called @code{C} normally.
13604
13605This functionality is currently supported only by DWARF 2 debugging format and
216f72a1 13606the compiler has to produce @samp{DW_TAG_call_site} tags. With
111c6489
JK
13607@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13608this information.
13609
13610@kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13611kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13612
13613@smallexample
a8b43b7b 13614(@value{GDBP}) x/i $pc - 2
111c6489 13615 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
a8b43b7b 13616(@value{GDBP}) info frame
111c6489
JK
13617Stack level 1, frame at 0x7fffffffda30:
13618 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13619 tail call frame, caller of frame at 0x7fffffffda30
13620 source language c++.
13621 Arglist at unknown address.
13622 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13623@end smallexample
13624
13625The detection of all the possible code path executions can find them ambiguous.
13626There is no execution history stored (possible @ref{Reverse Execution} is never
13627used for this purpose) and the last known caller could have reached the known
13628callee by multiple different jump sequences. In such case @value{GDBN} still
13629tries to show at least all the unambiguous top tail callers and all the
13630unambiguous bottom tail calees, if any.
13631
13632@table @code
e18b2753 13633@anchor{set debug entry-values}
111c6489
JK
13634@item set debug entry-values
13635@kindex set debug entry-values
13636When set to on, enables printing of analysis messages for both frame argument
13637values at function entry and tail calls. It will show all the possible valid
13638tail calls code paths it has considered. It will also print the intersection
13639of them with the final unambiguous (possibly partial or even empty) code path
13640result.
13641
13642@item show debug entry-values
13643@kindex show debug entry-values
13644Show the current state of analysis messages printing for both frame argument
13645values at function entry and tail calls.
13646@end table
13647
13648The analysis messages for tail calls can for example show why the virtual tail
13649call frame for function @code{c} has not been recognized (due to the indirect
13650reference by variable @code{x}):
13651
13652@smallexample
13653static void __attribute__((noinline, noclone)) c (void);
13654void (*x) (void) = c;
13655static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13656static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13657int main (void) @{ x (); return 0; @}
13658
216f72a1
JK
13659Breakpoint 1, DW_OP_entry_value resolving cannot find
13660DW_TAG_call_site 0x40039a in main
111c6489
JK
13661a () at t.c:3
136623 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
a8b43b7b 13663(@value{GDBP}) bt
111c6489
JK
13664#0 a () at t.c:3
13665#1 0x000000000040039a in main () at t.c:5
13666@end smallexample
13667
13668Another possibility is an ambiguous virtual tail call frames resolution:
13669
13670@smallexample
13671int i;
13672static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13673static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13674static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13675static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13676static void __attribute__((noinline, noclone)) b (void)
13677@{ if (i) c (); else e (); @}
13678static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13679int main (void) @{ a (); return 0; @}
13680
13681tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13682tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13683tailcall: reduced: 0x4004d2(a) |
a8b43b7b 13684(@value{GDBP}) bt
111c6489
JK
13685#0 f () at t.c:2
13686#1 0x00000000004004d2 in a () at t.c:8
13687#2 0x0000000000400395 in main () at t.c:9
13688@end smallexample
13689
5048e516
JK
13690@set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13691@set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13692
13693@c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13694@ifset HAVE_MAKEINFO_CLICK
13695@set ARROW @click{}
13696@set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13697@set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13698@end ifset
13699@ifclear HAVE_MAKEINFO_CLICK
13700@set ARROW ->
13701@set CALLSEQ1B @value{CALLSEQ1A}
13702@set CALLSEQ2B @value{CALLSEQ2A}
13703@end ifclear
13704
13705Frames #0 and #2 are real, #1 is a virtual tail call frame.
13706The code can have possible execution paths @value{CALLSEQ1B} or
13707@value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
111c6489
JK
13708
13709@code{initial:} state shows some random possible calling sequence @value{GDBN}
6b92c0d3 13710has found. It then finds another possible calling sequence - that one is
111c6489
JK
13711prefixed by @code{compare:}. The non-ambiguous intersection of these two is
13712printed as the @code{reduced:} calling sequence. That one could have many
6b92c0d3 13713further @code{compare:} and @code{reduced:} statements as long as there remain
111c6489
JK
13714any non-ambiguous sequence entries.
13715
13716For the frame of function @code{b} in both cases there are different possible
13717@code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
6b92c0d3 13718also ambiguous. The only non-ambiguous frame is the one for function @code{a},
111c6489
JK
13719therefore this one is displayed to the user while the ambiguous frames are
13720omitted.
edb3359d 13721
e18b2753
JK
13722There can be also reasons why printing of frame argument values at function
13723entry may fail:
13724
13725@smallexample
13726int v;
13727static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
13728static void __attribute__((noinline, noclone)) a (int i);
13729static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
13730static void __attribute__((noinline, noclone)) a (int i)
13731@{ if (i) b (i - 1); else c (0); @}
13732int main (void) @{ a (5); return 0; @}
13733
a8b43b7b 13734(@value{GDBP}) bt
e18b2753 13735#0 c (i=i@@entry=0) at t.c:2
216f72a1 13736#1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
e18b2753
JK
13737function "a" at 0x400420 can call itself via tail calls
13738i=<optimized out>) at t.c:6
13739#2 0x000000000040036e in main () at t.c:7
13740@end smallexample
13741
13742@value{GDBN} cannot find out from the inferior state if and how many times did
13743function @code{a} call itself (via function @code{b}) as these calls would be
6b92c0d3 13744tail calls. Such tail calls would modify the @code{i} variable, therefore
e18b2753
JK
13745@value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
13746prints @code{<optimized out>} instead.
13747
e2e0bcd1
JB
13748@node Macros
13749@chapter C Preprocessor Macros
13750
49efadf5 13751Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
13752``preprocessor macros'' which expand into strings of tokens.
13753@value{GDBN} can evaluate expressions containing macro invocations, show
13754the result of macro expansion, and show a macro's definition, including
13755where it was defined.
13756
13757You may need to compile your program specially to provide @value{GDBN}
13758with information about preprocessor macros. Most compilers do not
13759include macros in their debugging information, even when you compile
13760with the @option{-g} flag. @xref{Compilation}.
13761
13762A program may define a macro at one point, remove that definition later,
13763and then provide a different definition after that. Thus, at different
13764points in the program, a macro may have different definitions, or have
13765no definition at all. If there is a current stack frame, @value{GDBN}
13766uses the macros in scope at that frame's source code line. Otherwise,
13767@value{GDBN} uses the macros in scope at the current listing location;
13768see @ref{List}.
13769
e2e0bcd1
JB
13770Whenever @value{GDBN} evaluates an expression, it always expands any
13771macro invocations present in the expression. @value{GDBN} also provides
13772the following commands for working with macros explicitly.
13773
13774@table @code
13775
13776@kindex macro expand
13777@cindex macro expansion, showing the results of preprocessor
13778@cindex preprocessor macro expansion, showing the results of
13779@cindex expanding preprocessor macros
13780@item macro expand @var{expression}
13781@itemx macro exp @var{expression}
13782Show the results of expanding all preprocessor macro invocations in
13783@var{expression}. Since @value{GDBN} simply expands macros, but does
13784not parse the result, @var{expression} need not be a valid expression;
13785it can be any string of tokens.
13786
09d4efe1 13787@kindex macro exp1
e2e0bcd1
JB
13788@item macro expand-once @var{expression}
13789@itemx macro exp1 @var{expression}
4644b6e3 13790@cindex expand macro once
e2e0bcd1
JB
13791@i{(This command is not yet implemented.)} Show the results of
13792expanding those preprocessor macro invocations that appear explicitly in
13793@var{expression}. Macro invocations appearing in that expansion are
13794left unchanged. This command allows you to see the effect of a
13795particular macro more clearly, without being confused by further
13796expansions. Since @value{GDBN} simply expands macros, but does not
13797parse the result, @var{expression} need not be a valid expression; it
13798can be any string of tokens.
13799
475b0867 13800@kindex info macro
e2e0bcd1 13801@cindex macro definition, showing
9b158ba0 13802@cindex definition of a macro, showing
13803@cindex macros, from debug info
71eba9c2 13804@item info macro [-a|-all] [--] @var{macro}
13805Show the current definition or all definitions of the named @var{macro},
13806and describe the source location or compiler command-line where that
13807definition was established. The optional double dash is to signify the end of
13808argument processing and the beginning of @var{macro} for non C-like macros where
13809the macro may begin with a hyphen.
e2e0bcd1 13810
9b158ba0 13811@kindex info macros
629500fa 13812@item info macros @var{location}
9b158ba0 13813Show all macro definitions that are in effect at the location specified
629500fa 13814by @var{location}, and describe the source location or compiler
9b158ba0 13815command-line where those definitions were established.
13816
e2e0bcd1
JB
13817@kindex macro define
13818@cindex user-defined macros
13819@cindex defining macros interactively
13820@cindex macros, user-defined
13821@item macro define @var{macro} @var{replacement-list}
13822@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
d7d9f01e
TT
13823Introduce a definition for a preprocessor macro named @var{macro},
13824invocations of which are replaced by the tokens given in
13825@var{replacement-list}. The first form of this command defines an
13826``object-like'' macro, which takes no arguments; the second form
13827defines a ``function-like'' macro, which takes the arguments given in
13828@var{arglist}.
13829
13830A definition introduced by this command is in scope in every
13831expression evaluated in @value{GDBN}, until it is removed with the
13832@code{macro undef} command, described below. The definition overrides
13833all definitions for @var{macro} present in the program being debugged,
13834as well as any previous user-supplied definition.
e2e0bcd1
JB
13835
13836@kindex macro undef
13837@item macro undef @var{macro}
d7d9f01e
TT
13838Remove any user-supplied definition for the macro named @var{macro}.
13839This command only affects definitions provided with the @code{macro
13840define} command, described above; it cannot remove definitions present
13841in the program being debugged.
e2e0bcd1 13842
09d4efe1
EZ
13843@kindex macro list
13844@item macro list
d7d9f01e 13845List all the macros defined using the @code{macro define} command.
e2e0bcd1
JB
13846@end table
13847
13848@cindex macros, example of debugging with
13849Here is a transcript showing the above commands in action. First, we
13850show our source files:
13851
13852@smallexample
13853$ cat sample.c
13854#include <stdio.h>
13855#include "sample.h"
13856
13857#define M 42
13858#define ADD(x) (M + x)
13859
13860main ()
13861@{
13862#define N 28
13863 printf ("Hello, world!\n");
13864#undef N
13865 printf ("We're so creative.\n");
13866#define N 1729
13867 printf ("Goodbye, world!\n");
13868@}
13869$ cat sample.h
13870#define Q <
13871$
13872@end smallexample
13873
e0f8f636
TT
13874Now, we compile the program using the @sc{gnu} C compiler,
13875@value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13876minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13877and @option{-gdwarf-4}; we recommend always choosing the most recent
13878version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13879includes information about preprocessor macros in the debugging
e2e0bcd1
JB
13880information.
13881
13882@smallexample
13883$ gcc -gdwarf-2 -g3 sample.c -o sample
13884$
13885@end smallexample
13886
13887Now, we start @value{GDBN} on our sample program:
13888
13889@smallexample
13890$ gdb -nw sample
13891GNU gdb 2002-05-06-cvs
13892Copyright 2002 Free Software Foundation, Inc.
13893GDB is free software, @dots{}
f7dc1244 13894(@value{GDBP})
e2e0bcd1
JB
13895@end smallexample
13896
13897We can expand macros and examine their definitions, even when the
13898program is not running. @value{GDBN} uses the current listing position
13899to decide which macro definitions are in scope:
13900
13901@smallexample
f7dc1244 13902(@value{GDBP}) list main
e2e0bcd1
JB
139033
139044 #define M 42
139055 #define ADD(x) (M + x)
139066
139077 main ()
139088 @{
139099 #define N 28
1391010 printf ("Hello, world!\n");
1391111 #undef N
1391212 printf ("We're so creative.\n");
f7dc1244 13913(@value{GDBP}) info macro ADD
e2e0bcd1
JB
13914Defined at /home/jimb/gdb/macros/play/sample.c:5
13915#define ADD(x) (M + x)
f7dc1244 13916(@value{GDBP}) info macro Q
e2e0bcd1
JB
13917Defined at /home/jimb/gdb/macros/play/sample.h:1
13918 included at /home/jimb/gdb/macros/play/sample.c:2
13919#define Q <
f7dc1244 13920(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 13921expands to: (42 + 1)
f7dc1244 13922(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 13923expands to: once (M + 1)
f7dc1244 13924(@value{GDBP})
e2e0bcd1
JB
13925@end smallexample
13926
d7d9f01e 13927In the example above, note that @code{macro expand-once} expands only
e2e0bcd1
JB
13928the macro invocation explicit in the original text --- the invocation of
13929@code{ADD} --- but does not expand the invocation of the macro @code{M},
13930which was introduced by @code{ADD}.
13931
3f94c067
BW
13932Once the program is running, @value{GDBN} uses the macro definitions in
13933force at the source line of the current stack frame:
e2e0bcd1
JB
13934
13935@smallexample
f7dc1244 13936(@value{GDBP}) break main
e2e0bcd1 13937Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 13938(@value{GDBP}) run
b383017d 13939Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
13940
13941Breakpoint 1, main () at sample.c:10
1394210 printf ("Hello, world!\n");
f7dc1244 13943(@value{GDBP})
e2e0bcd1
JB
13944@end smallexample
13945
13946At line 10, the definition of the macro @code{N} at line 9 is in force:
13947
13948@smallexample
f7dc1244 13949(@value{GDBP}) info macro N
e2e0bcd1
JB
13950Defined at /home/jimb/gdb/macros/play/sample.c:9
13951#define N 28
f7dc1244 13952(@value{GDBP}) macro expand N Q M
e2e0bcd1 13953expands to: 28 < 42
f7dc1244 13954(@value{GDBP}) print N Q M
e2e0bcd1 13955$1 = 1
f7dc1244 13956(@value{GDBP})
e2e0bcd1
JB
13957@end smallexample
13958
13959As we step over directives that remove @code{N}'s definition, and then
13960give it a new definition, @value{GDBN} finds the definition (or lack
13961thereof) in force at each point:
13962
13963@smallexample
f7dc1244 13964(@value{GDBP}) next
e2e0bcd1
JB
13965Hello, world!
1396612 printf ("We're so creative.\n");
f7dc1244 13967(@value{GDBP}) info macro N
e2e0bcd1
JB
13968The symbol `N' has no definition as a C/C++ preprocessor macro
13969at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 13970(@value{GDBP}) next
e2e0bcd1
JB
13971We're so creative.
1397214 printf ("Goodbye, world!\n");
f7dc1244 13973(@value{GDBP}) info macro N
e2e0bcd1
JB
13974Defined at /home/jimb/gdb/macros/play/sample.c:13
13975#define N 1729
f7dc1244 13976(@value{GDBP}) macro expand N Q M
e2e0bcd1 13977expands to: 1729 < 42
f7dc1244 13978(@value{GDBP}) print N Q M
e2e0bcd1 13979$2 = 0
f7dc1244 13980(@value{GDBP})
e2e0bcd1
JB
13981@end smallexample
13982
484086b7
JK
13983In addition to source files, macros can be defined on the compilation command
13984line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
13985such a way, @value{GDBN} displays the location of their definition as line zero
13986of the source file submitted to the compiler.
13987
13988@smallexample
13989(@value{GDBP}) info macro __STDC__
13990Defined at /home/jimb/gdb/macros/play/sample.c:0
13991-D__STDC__=1
13992(@value{GDBP})
13993@end smallexample
13994
e2e0bcd1 13995
b37052ae
EZ
13996@node Tracepoints
13997@chapter Tracepoints
13998@c This chapter is based on the documentation written by Michael
13999@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14000
14001@cindex tracepoints
14002In some applications, it is not feasible for the debugger to interrupt
14003the program's execution long enough for the developer to learn
14004anything helpful about its behavior. If the program's correctness
14005depends on its real-time behavior, delays introduced by a debugger
14006might cause the program to change its behavior drastically, or perhaps
14007fail, even when the code itself is correct. It is useful to be able
14008to observe the program's behavior without interrupting it.
14009
14010Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14011specify locations in the program, called @dfn{tracepoints}, and
14012arbitrary expressions to evaluate when those tracepoints are reached.
14013Later, using the @code{tfind} command, you can examine the values
14014those expressions had when the program hit the tracepoints. The
14015expressions may also denote objects in memory---structures or arrays,
14016for example---whose values @value{GDBN} should record; while visiting
14017a particular tracepoint, you may inspect those objects as if they were
14018in memory at that moment. However, because @value{GDBN} records these
14019values without interacting with you, it can do so quickly and
14020unobtrusively, hopefully not disturbing the program's behavior.
14021
14022The tracepoint facility is currently available only for remote
9d29849a
JB
14023targets. @xref{Targets}. In addition, your remote target must know
14024how to collect trace data. This functionality is implemented in the
14025remote stub; however, none of the stubs distributed with @value{GDBN}
14026support tracepoints as of this writing. The format of the remote
14027packets used to implement tracepoints are described in @ref{Tracepoint
14028Packets}.
b37052ae 14029
00bf0b85
SS
14030It is also possible to get trace data from a file, in a manner reminiscent
14031of corefiles; you specify the filename, and use @code{tfind} to search
14032through the file. @xref{Trace Files}, for more details.
14033
b37052ae
EZ
14034This chapter describes the tracepoint commands and features.
14035
14036@menu
b383017d
RM
14037* Set Tracepoints::
14038* Analyze Collected Data::
14039* Tracepoint Variables::
00bf0b85 14040* Trace Files::
b37052ae
EZ
14041@end menu
14042
14043@node Set Tracepoints
14044@section Commands to Set Tracepoints
14045
14046Before running such a @dfn{trace experiment}, an arbitrary number of
1042e4c0
SS
14047tracepoints can be set. A tracepoint is actually a special type of
14048breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14049standard breakpoint commands. For instance, as with breakpoints,
14050tracepoint numbers are successive integers starting from one, and many
14051of the commands associated with tracepoints take the tracepoint number
14052as their argument, to identify which tracepoint to work on.
b37052ae
EZ
14053
14054For each tracepoint, you can specify, in advance, some arbitrary set
14055of data that you want the target to collect in the trace buffer when
14056it hits that tracepoint. The collected data can include registers,
14057local variables, or global data. Later, you can use @value{GDBN}
14058commands to examine the values these data had at the time the
14059tracepoint was hit.
14060
7d13fe92
SS
14061Tracepoints do not support every breakpoint feature. Ignore counts on
14062tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14063commands when they are hit. Tracepoints may not be thread-specific
14064either.
1042e4c0 14065
7a697b8d
SS
14066@cindex fast tracepoints
14067Some targets may support @dfn{fast tracepoints}, which are inserted in
14068a different way (such as with a jump instead of a trap), that is
14069faster but possibly restricted in where they may be installed.
14070
0fb4aa4b
PA
14071@cindex static tracepoints
14072@cindex markers, static tracepoints
14073@cindex probing markers, static tracepoints
14074Regular and fast tracepoints are dynamic tracing facilities, meaning
14075that they can be used to insert tracepoints at (almost) any location
14076in the target. Some targets may also support controlling @dfn{static
14077tracepoints} from @value{GDBN}. With static tracing, a set of
14078instrumentation points, also known as @dfn{markers}, are embedded in
14079the target program, and can be activated or deactivated by name or
14080address. These are usually placed at locations which facilitate
14081investigating what the target is actually doing. @value{GDBN}'s
14082support for static tracing includes being able to list instrumentation
14083points, and attach them with @value{GDBN} defined high level
14084tracepoints that expose the whole range of convenience of
8786b2bd 14085@value{GDBN}'s tracepoints support. Namely, support for collecting
0fb4aa4b
PA
14086registers values and values of global or local (to the instrumentation
14087point) variables; tracepoint conditions and trace state variables.
14088The act of installing a @value{GDBN} static tracepoint on an
14089instrumentation point, or marker, is referred to as @dfn{probing} a
14090static tracepoint marker.
14091
fa593d66
PA
14092@code{gdbserver} supports tracepoints on some target systems.
14093@xref{Server,,Tracepoints support in @code{gdbserver}}.
14094
b37052ae
EZ
14095This section describes commands to set tracepoints and associated
14096conditions and actions.
14097
14098@menu
b383017d
RM
14099* Create and Delete Tracepoints::
14100* Enable and Disable Tracepoints::
14101* Tracepoint Passcounts::
782b2b07 14102* Tracepoint Conditions::
f61e138d 14103* Trace State Variables::
b383017d
RM
14104* Tracepoint Actions::
14105* Listing Tracepoints::
0fb4aa4b 14106* Listing Static Tracepoint Markers::
79a6e687 14107* Starting and Stopping Trace Experiments::
c9429232 14108* Tracepoint Restrictions::
b37052ae
EZ
14109@end menu
14110
14111@node Create and Delete Tracepoints
14112@subsection Create and Delete Tracepoints
14113
14114@table @code
14115@cindex set tracepoint
14116@kindex trace
1042e4c0 14117@item trace @var{location}
b37052ae 14118The @code{trace} command is very similar to the @code{break} command.
629500fa
KS
14119Its argument @var{location} can be any valid location.
14120@xref{Specify Location}. The @code{trace} command defines a tracepoint,
14121which is a point in the target program where the debugger will briefly stop,
14122collect some data, and then allow the program to continue. Setting a tracepoint
14123or changing its actions takes effect immediately if the remote stub
1e4d1764
YQ
14124supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14125in tracing}).
14126If remote stub doesn't support the @samp{InstallInTrace} feature, all
14127these changes don't take effect until the next @code{tstart}
1042e4c0 14128command, and once a trace experiment is running, further changes will
bfccc43c
YQ
14129not have any effect until the next trace experiment starts. In addition,
14130@value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14131address is not yet resolved. (This is similar to pending breakpoints.)
14132Pending tracepoints are not downloaded to the target and not installed
14133until they are resolved. The resolution of pending tracepoints requires
14134@value{GDBN} support---when debugging with the remote target, and
14135@value{GDBN} disconnects from the remote stub (@pxref{disconnected
14136tracing}), pending tracepoints can not be resolved (and downloaded to
14137the remote stub) while @value{GDBN} is disconnected.
b37052ae
EZ
14138
14139Here are some examples of using the @code{trace} command:
14140
14141@smallexample
14142(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14143
14144(@value{GDBP}) @b{trace +2} // 2 lines forward
14145
14146(@value{GDBP}) @b{trace my_function} // first source line of function
14147
14148(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14149
14150(@value{GDBP}) @b{trace *0x2117c4} // an address
14151@end smallexample
14152
14153@noindent
14154You can abbreviate @code{trace} as @code{tr}.
14155
782b2b07
SS
14156@item trace @var{location} if @var{cond}
14157Set a tracepoint with condition @var{cond}; evaluate the expression
14158@var{cond} each time the tracepoint is reached, and collect data only
14159if the value is nonzero---that is, if @var{cond} evaluates as true.
14160@xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14161information on tracepoint conditions.
14162
7a697b8d
SS
14163@item ftrace @var{location} [ if @var{cond} ]
14164@cindex set fast tracepoint
74c761c1 14165@cindex fast tracepoints, setting
7a697b8d
SS
14166@kindex ftrace
14167The @code{ftrace} command sets a fast tracepoint. For targets that
14168support them, fast tracepoints will use a more efficient but possibly
14169less general technique to trigger data collection, such as a jump
14170instruction instead of a trap, or some sort of hardware support. It
14171may not be possible to create a fast tracepoint at the desired
14172location, in which case the command will exit with an explanatory
14173message.
14174
14175@value{GDBN} handles arguments to @code{ftrace} exactly as for
14176@code{trace}.
14177
405f8e94
SS
14178On 32-bit x86-architecture systems, fast tracepoints normally need to
14179be placed at an instruction that is 5 bytes or longer, but can be
14180placed at 4-byte instructions if the low 64K of memory of the target
14181program is available to install trampolines. Some Unix-type systems,
14182such as @sc{gnu}/Linux, exclude low addresses from the program's
14183address space; but for instance with the Linux kernel it is possible
14184to let @value{GDBN} use this area by doing a @command{sysctl} command
14185to set the @code{mmap_min_addr} kernel parameter, as in
14186
14187@example
14188sudo sysctl -w vm.mmap_min_addr=32768
14189@end example
14190
14191@noindent
14192which sets the low address to 32K, which leaves plenty of room for
14193trampolines. The minimum address should be set to a page boundary.
14194
0fb4aa4b 14195@item strace @var{location} [ if @var{cond} ]
74c761c1
PA
14196@cindex set static tracepoint
14197@cindex static tracepoints, setting
14198@cindex probe static tracepoint marker
0fb4aa4b
PA
14199@kindex strace
14200The @code{strace} command sets a static tracepoint. For targets that
14201support it, setting a static tracepoint probes a static
14202instrumentation point, or marker, found at @var{location}. It may not
14203be possible to set a static tracepoint at the desired location, in
14204which case the command will exit with an explanatory message.
14205
14206@value{GDBN} handles arguments to @code{strace} exactly as for
14207@code{trace}, with the addition that the user can also specify
14208@code{-m @var{marker}} as @var{location}. This probes the marker
14209identified by the @var{marker} string identifier. This identifier
14210depends on the static tracepoint backend library your program is
14211using. You can find all the marker identifiers in the @samp{ID} field
14212of the @code{info static-tracepoint-markers} command output.
14213@xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14214Markers}. For example, in the following small program using the UST
14215tracing engine:
14216
14217@smallexample
14218main ()
14219@{
14220 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14221@}
14222@end smallexample
14223
14224@noindent
14225the marker id is composed of joining the first two arguments to the
14226@code{trace_mark} call with a slash, which translates to:
14227
14228@smallexample
14229(@value{GDBP}) info static-tracepoint-markers
14230Cnt Enb ID Address What
142311 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14232 Data: "str %s"
14233[etc...]
14234@end smallexample
14235
14236@noindent
14237so you may probe the marker above with:
14238
14239@smallexample
14240(@value{GDBP}) strace -m ust/bar33
14241@end smallexample
14242
14243Static tracepoints accept an extra collect action --- @code{collect
14244$_sdata}. This collects arbitrary user data passed in the probe point
14245call to the tracing library. In the UST example above, you'll see
14246that the third argument to @code{trace_mark} is a printf-like format
6b92c0d3 14247string. The user data is then the result of running that formatting
0fb4aa4b
PA
14248string against the following arguments. Note that @code{info
14249static-tracepoint-markers} command output lists that format string in
14250the @samp{Data:} field.
14251
14252You can inspect this data when analyzing the trace buffer, by printing
14253the $_sdata variable like any other variable available to
14254@value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14255
b37052ae
EZ
14256@vindex $tpnum
14257@cindex last tracepoint number
14258@cindex recent tracepoint number
14259@cindex tracepoint number
14260The convenience variable @code{$tpnum} records the tracepoint number
14261of the most recently set tracepoint.
14262
14263@kindex delete tracepoint
14264@cindex tracepoint deletion
14265@item delete tracepoint @r{[}@var{num}@r{]}
14266Permanently delete one or more tracepoints. With no argument, the
1042e4c0
SS
14267default is to delete all tracepoints. Note that the regular
14268@code{delete} command can remove tracepoints also.
b37052ae
EZ
14269
14270Examples:
14271
14272@smallexample
14273(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14274
14275(@value{GDBP}) @b{delete trace} // remove all tracepoints
14276@end smallexample
14277
14278@noindent
14279You can abbreviate this command as @code{del tr}.
14280@end table
14281
14282@node Enable and Disable Tracepoints
14283@subsection Enable and Disable Tracepoints
14284
1042e4c0
SS
14285These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14286
b37052ae
EZ
14287@table @code
14288@kindex disable tracepoint
14289@item disable tracepoint @r{[}@var{num}@r{]}
14290Disable tracepoint @var{num}, or all tracepoints if no argument
14291@var{num} is given. A disabled tracepoint will have no effect during
d248b706 14292a trace experiment, but it is not forgotten. You can re-enable
b37052ae 14293a disabled tracepoint using the @code{enable tracepoint} command.
d248b706
KY
14294If the command is issued during a trace experiment and the debug target
14295has support for disabling tracepoints during a trace experiment, then the
14296change will be effective immediately. Otherwise, it will be applied to the
14297next trace experiment.
b37052ae
EZ
14298
14299@kindex enable tracepoint
14300@item enable tracepoint @r{[}@var{num}@r{]}
d248b706
KY
14301Enable tracepoint @var{num}, or all tracepoints. If this command is
14302issued during a trace experiment and the debug target supports enabling
14303tracepoints during a trace experiment, then the enabled tracepoints will
14304become effective immediately. Otherwise, they will become effective the
14305next time a trace experiment is run.
b37052ae
EZ
14306@end table
14307
14308@node Tracepoint Passcounts
14309@subsection Tracepoint Passcounts
14310
14311@table @code
14312@kindex passcount
14313@cindex tracepoint pass count
14314@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14315Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14316automatically stop a trace experiment. If a tracepoint's passcount is
14317@var{n}, then the trace experiment will be automatically stopped on
14318the @var{n}'th time that tracepoint is hit. If the tracepoint number
14319@var{num} is not specified, the @code{passcount} command sets the
14320passcount of the most recently defined tracepoint. If no passcount is
14321given, the trace experiment will run until stopped explicitly by the
14322user.
14323
14324Examples:
14325
14326@smallexample
b383017d 14327(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 14328@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
14329
14330(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 14331@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
14332(@value{GDBP}) @b{trace foo}
14333(@value{GDBP}) @b{pass 3}
14334(@value{GDBP}) @b{trace bar}
14335(@value{GDBP}) @b{pass 2}
14336(@value{GDBP}) @b{trace baz}
14337(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
14338@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14339@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14340@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
14341@end smallexample
14342@end table
14343
782b2b07
SS
14344@node Tracepoint Conditions
14345@subsection Tracepoint Conditions
14346@cindex conditional tracepoints
14347@cindex tracepoint conditions
14348
14349The simplest sort of tracepoint collects data every time your program
14350reaches a specified place. You can also specify a @dfn{condition} for
14351a tracepoint. A condition is just a Boolean expression in your
14352programming language (@pxref{Expressions, ,Expressions}). A
14353tracepoint with a condition evaluates the expression each time your
14354program reaches it, and data collection happens only if the condition
14355is true.
14356
14357Tracepoint conditions can be specified when a tracepoint is set, by
14358using @samp{if} in the arguments to the @code{trace} command.
14359@xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14360also be set or changed at any time with the @code{condition} command,
14361just as with breakpoints.
14362
14363Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14364the conditional expression itself. Instead, @value{GDBN} encodes the
6dcd5565 14365expression into an agent expression (@pxref{Agent Expressions})
782b2b07
SS
14366suitable for execution on the target, independently of @value{GDBN}.
14367Global variables become raw memory locations, locals become stack
14368accesses, and so forth.
14369
14370For instance, suppose you have a function that is usually called
14371frequently, but should not be called after an error has occurred. You
14372could use the following tracepoint command to collect data about calls
14373of that function that happen while the error code is propagating
14374through the program; an unconditional tracepoint could end up
14375collecting thousands of useless trace frames that you would have to
14376search through.
14377
14378@smallexample
14379(@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14380@end smallexample
14381
f61e138d
SS
14382@node Trace State Variables
14383@subsection Trace State Variables
14384@cindex trace state variables
14385
14386A @dfn{trace state variable} is a special type of variable that is
14387created and managed by target-side code. The syntax is the same as
14388that for GDB's convenience variables (a string prefixed with ``$''),
14389but they are stored on the target. They must be created explicitly,
14390using a @code{tvariable} command. They are always 64-bit signed
14391integers.
14392
14393Trace state variables are remembered by @value{GDBN}, and downloaded
14394to the target along with tracepoint information when the trace
14395experiment starts. There are no intrinsic limits on the number of
14396trace state variables, beyond memory limitations of the target.
14397
14398@cindex convenience variables, and trace state variables
14399Although trace state variables are managed by the target, you can use
14400them in print commands and expressions as if they were convenience
14401variables; @value{GDBN} will get the current value from the target
14402while the trace experiment is running. Trace state variables share
14403the same namespace as other ``$'' variables, which means that you
14404cannot have trace state variables with names like @code{$23} or
14405@code{$pc}, nor can you have a trace state variable and a convenience
14406variable with the same name.
14407
14408@table @code
14409
14410@item tvariable $@var{name} [ = @var{expression} ]
14411@kindex tvariable
14412The @code{tvariable} command creates a new trace state variable named
14413@code{$@var{name}}, and optionally gives it an initial value of
697aa1b7 14414@var{expression}. The @var{expression} is evaluated when this command is
f61e138d
SS
14415entered; the result will be converted to an integer if possible,
14416otherwise @value{GDBN} will report an error. A subsequent
14417@code{tvariable} command specifying the same name does not create a
14418variable, but instead assigns the supplied initial value to the
14419existing variable of that name, overwriting any previous initial
14420value. The default initial value is 0.
14421
14422@item info tvariables
14423@kindex info tvariables
14424List all the trace state variables along with their initial values.
14425Their current values may also be displayed, if the trace experiment is
14426currently running.
14427
14428@item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14429@kindex delete tvariable
14430Delete the given trace state variables, or all of them if no arguments
14431are specified.
14432
14433@end table
14434
b37052ae
EZ
14435@node Tracepoint Actions
14436@subsection Tracepoint Action Lists
14437
14438@table @code
14439@kindex actions
14440@cindex tracepoint actions
14441@item actions @r{[}@var{num}@r{]}
14442This command will prompt for a list of actions to be taken when the
14443tracepoint is hit. If the tracepoint number @var{num} is not
14444specified, this command sets the actions for the one that was most
14445recently defined (so that you can define a tracepoint and then say
14446@code{actions} without bothering about its number). You specify the
14447actions themselves on the following lines, one action at a time, and
14448terminate the actions list with a line containing just @code{end}. So
7d13fe92 14449far, the only defined actions are @code{collect}, @code{teval}, and
b37052ae
EZ
14450@code{while-stepping}.
14451
5a9351ae
SS
14452@code{actions} is actually equivalent to @code{commands} (@pxref{Break
14453Commands, ,Breakpoint Command Lists}), except that only the defined
14454actions are allowed; any other @value{GDBN} command is rejected.
14455
b37052ae
EZ
14456@cindex remove actions from a tracepoint
14457To remove all actions from a tracepoint, type @samp{actions @var{num}}
14458and follow it immediately with @samp{end}.
14459
14460@smallexample
14461(@value{GDBP}) @b{collect @var{data}} // collect some data
14462
6826cf00 14463(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 14464
6826cf00 14465(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
14466@end smallexample
14467
14468In the following example, the action list begins with @code{collect}
14469commands indicating the things to be collected when the tracepoint is
14470hit. Then, in order to single-step and collect additional data
14471following the tracepoint, a @code{while-stepping} command is used,
7d13fe92
SS
14472followed by the list of things to be collected after each step in a
14473sequence of single steps. The @code{while-stepping} command is
14474terminated by its own separate @code{end} command. Lastly, the action
14475list is terminated by an @code{end} command.
b37052ae
EZ
14476
14477@smallexample
14478(@value{GDBP}) @b{trace foo}
14479(@value{GDBP}) @b{actions}
14480Enter actions for tracepoint 1, one per line:
14481> collect bar,baz
14482> collect $regs
14483> while-stepping 12
5a9351ae 14484 > collect $pc, arr[i]
b37052ae
EZ
14485 > end
14486end
14487@end smallexample
14488
14489@kindex collect @r{(tracepoints)}
3065dfb6 14490@item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
b37052ae
EZ
14491Collect values of the given expressions when the tracepoint is hit.
14492This command accepts a comma-separated list of any valid expressions.
14493In addition to global, static, or local variables, the following
14494special arguments are supported:
14495
14496@table @code
14497@item $regs
0fb4aa4b 14498Collect all registers.
b37052ae
EZ
14499
14500@item $args
0fb4aa4b 14501Collect all function arguments.
b37052ae
EZ
14502
14503@item $locals
0fb4aa4b
PA
14504Collect all local variables.
14505
6710bf39
SS
14506@item $_ret
14507Collect the return address. This is helpful if you want to see more
14508of a backtrace.
14509
2a60e18f 14510@emph{Note:} The return address location can not always be reliably
45fa2529
PA
14511determined up front, and the wrong address / registers may end up
14512collected instead. On some architectures the reliability is higher
14513for tracepoints at function entry, while on others it's the opposite.
14514When this happens, backtracing will stop because the return address is
14515found unavailable (unless another collect rule happened to match it).
14516
62e5f89c
SDJ
14517@item $_probe_argc
14518Collects the number of arguments from the static probe at which the
14519tracepoint is located.
14520@xref{Static Probe Points}.
14521
14522@item $_probe_arg@var{n}
14523@var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14524from the static probe at which the tracepoint is located.
14525@xref{Static Probe Points}.
14526
0fb4aa4b
PA
14527@item $_sdata
14528@vindex $_sdata@r{, collect}
14529Collect static tracepoint marker specific data. Only available for
14530static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14531Lists}. On the UST static tracepoints library backend, an
14532instrumentation point resembles a @code{printf} function call. The
14533tracing library is able to collect user specified data formatted to a
14534character string using the format provided by the programmer that
14535instrumented the program. Other backends have similar mechanisms.
14536Here's an example of a UST marker call:
14537
14538@smallexample
14539 const char master_name[] = "$your_name";
14540 trace_mark(channel1, marker1, "hello %s", master_name)
14541@end smallexample
14542
14543In this case, collecting @code{$_sdata} collects the string
14544@samp{hello $yourname}. When analyzing the trace buffer, you can
14545inspect @samp{$_sdata} like any other variable available to
14546@value{GDBN}.
b37052ae
EZ
14547@end table
14548
14549You can give several consecutive @code{collect} commands, each one
14550with a single argument, or one @code{collect} command with several
5a9351ae 14551arguments separated by commas; the effect is the same.
b37052ae 14552
3065dfb6
SS
14553The optional @var{mods} changes the usual handling of the arguments.
14554@code{s} requests that pointers to chars be handled as strings, in
14555particular collecting the contents of the memory being pointed at, up
14556to the first zero. The upper bound is by default the value of the
14557@code{print elements} variable; if @code{s} is followed by a decimal
14558number, that is the upper bound instead. So for instance
14559@samp{collect/s25 mystr} collects as many as 25 characters at
14560@samp{mystr}.
14561
f5c37c66
EZ
14562The command @code{info scope} (@pxref{Symbols, info scope}) is
14563particularly useful for figuring out what data to collect.
14564
6da95a67
SS
14565@kindex teval @r{(tracepoints)}
14566@item teval @var{expr1}, @var{expr2}, @dots{}
14567Evaluate the given expressions when the tracepoint is hit. This
14568command accepts a comma-separated list of expressions. The results
14569are discarded, so this is mainly useful for assigning values to trace
14570state variables (@pxref{Trace State Variables}) without adding those
14571values to the trace buffer, as would be the case if the @code{collect}
14572action were used.
14573
b37052ae
EZ
14574@kindex while-stepping @r{(tracepoints)}
14575@item while-stepping @var{n}
c9429232 14576Perform @var{n} single-step instruction traces after the tracepoint,
7d13fe92 14577collecting new data after each step. The @code{while-stepping}
c9429232
SS
14578command is followed by the list of what to collect while stepping
14579(followed by its own @code{end} command):
b37052ae
EZ
14580
14581@smallexample
14582> while-stepping 12
14583 > collect $regs, myglobal
14584 > end
14585>
14586@end smallexample
14587
14588@noindent
7d13fe92
SS
14589Note that @code{$pc} is not automatically collected by
14590@code{while-stepping}; you need to explicitly collect that register if
14591you need it. You may abbreviate @code{while-stepping} as @code{ws} or
b37052ae 14592@code{stepping}.
236f1d4d
SS
14593
14594@item set default-collect @var{expr1}, @var{expr2}, @dots{}
14595@kindex set default-collect
14596@cindex default collection action
14597This variable is a list of expressions to collect at each tracepoint
14598hit. It is effectively an additional @code{collect} action prepended
14599to every tracepoint action list. The expressions are parsed
14600individually for each tracepoint, so for instance a variable named
14601@code{xyz} may be interpreted as a global for one tracepoint, and a
14602local for another, as appropriate to the tracepoint's location.
14603
14604@item show default-collect
14605@kindex show default-collect
14606Show the list of expressions that are collected by default at each
14607tracepoint hit.
14608
b37052ae
EZ
14609@end table
14610
14611@node Listing Tracepoints
14612@subsection Listing Tracepoints
14613
14614@table @code
e5a67952
MS
14615@kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14616@kindex info tp @r{[}@var{n}@dots{}@r{]}
b37052ae 14617@cindex information about tracepoints
e5a67952 14618@item info tracepoints @r{[}@var{num}@dots{}@r{]}
1042e4c0
SS
14619Display information about the tracepoint @var{num}. If you don't
14620specify a tracepoint number, displays information about all the
14621tracepoints defined so far. The format is similar to that used for
14622@code{info breakpoints}; in fact, @code{info tracepoints} is the same
14623command, simply restricting itself to tracepoints.
14624
14625A tracepoint's listing may include additional information specific to
14626tracing:
b37052ae
EZ
14627
14628@itemize @bullet
14629@item
b37052ae 14630its passcount as given by the @code{passcount @var{n}} command
f2a8bc8a
YQ
14631
14632@item
14633the state about installed on target of each location
b37052ae
EZ
14634@end itemize
14635
14636@smallexample
14637(@value{GDBP}) @b{info trace}
1042e4c0
SS
14638Num Type Disp Enb Address What
146391 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
5a9351ae
SS
14640 while-stepping 20
14641 collect globfoo, $regs
14642 end
14643 collect globfoo2
14644 end
1042e4c0 14645 pass count 1200
f2a8bc8a
YQ
146462 tracepoint keep y <MULTIPLE>
14647 collect $eip
146482.1 y 0x0804859c in func4 at change-loc.h:35
14649 installed on target
146502.2 y 0xb7ffc480 in func4 at change-loc.h:35
14651 installed on target
146522.3 y <PENDING> set_tracepoint
146533 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14654 not installed on target
b37052ae
EZ
14655(@value{GDBP})
14656@end smallexample
14657
14658@noindent
14659This command can be abbreviated @code{info tp}.
14660@end table
14661
0fb4aa4b
PA
14662@node Listing Static Tracepoint Markers
14663@subsection Listing Static Tracepoint Markers
14664
14665@table @code
14666@kindex info static-tracepoint-markers
14667@cindex information about static tracepoint markers
14668@item info static-tracepoint-markers
14669Display information about all static tracepoint markers defined in the
14670program.
14671
14672For each marker, the following columns are printed:
14673
14674@table @emph
14675@item Count
14676An incrementing counter, output to help readability. This is not a
14677stable identifier.
14678@item ID
14679The marker ID, as reported by the target.
14680@item Enabled or Disabled
14681Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14682that are not enabled.
14683@item Address
14684Where the marker is in your program, as a memory address.
14685@item What
14686Where the marker is in the source for your program, as a file and line
14687number. If the debug information included in the program does not
14688allow @value{GDBN} to locate the source of the marker, this column
14689will be left blank.
14690@end table
14691
14692@noindent
14693In addition, the following information may be printed for each marker:
14694
14695@table @emph
14696@item Data
14697User data passed to the tracing library by the marker call. In the
14698UST backend, this is the format string passed as argument to the
14699marker call.
14700@item Static tracepoints probing the marker
14701The list of static tracepoints attached to the marker.
14702@end table
14703
14704@smallexample
14705(@value{GDBP}) info static-tracepoint-markers
14706Cnt ID Enb Address What
147071 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
14708 Data: number1 %d number2 %d
14709 Probed by static tracepoints: #2
147102 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
14711 Data: str %s
14712(@value{GDBP})
14713@end smallexample
14714@end table
14715
79a6e687
BW
14716@node Starting and Stopping Trace Experiments
14717@subsection Starting and Stopping Trace Experiments
b37052ae
EZ
14718
14719@table @code
f196051f 14720@kindex tstart [ @var{notes} ]
b37052ae
EZ
14721@cindex start a new trace experiment
14722@cindex collected data discarded
14723@item tstart
f196051f
SS
14724This command starts the trace experiment, and begins collecting data.
14725It has the side effect of discarding all the data collected in the
14726trace buffer during the previous trace experiment. If any arguments
14727are supplied, they are taken as a note and stored with the trace
14728experiment's state. The notes may be arbitrary text, and are
14729especially useful with disconnected tracing in a multi-user context;
14730the notes can explain what the trace is doing, supply user contact
14731information, and so forth.
14732
14733@kindex tstop [ @var{notes} ]
b37052ae
EZ
14734@cindex stop a running trace experiment
14735@item tstop
f196051f
SS
14736This command stops the trace experiment. If any arguments are
14737supplied, they are recorded with the experiment as a note. This is
14738useful if you are stopping a trace started by someone else, for
14739instance if the trace is interfering with the system's behavior and
14740needs to be stopped quickly.
b37052ae 14741
68c71a2e 14742@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
14743automatically if any tracepoint's passcount is reached
14744(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
14745
14746@kindex tstatus
14747@cindex status of trace data collection
14748@cindex trace experiment, status of
14749@item tstatus
14750This command displays the status of the current trace data
14751collection.
14752@end table
14753
14754Here is an example of the commands we described so far:
14755
14756@smallexample
14757(@value{GDBP}) @b{trace gdb_c_test}
14758(@value{GDBP}) @b{actions}
14759Enter actions for tracepoint #1, one per line.
14760> collect $regs,$locals,$args
14761> while-stepping 11
14762 > collect $regs
14763 > end
14764> end
14765(@value{GDBP}) @b{tstart}
14766 [time passes @dots{}]
14767(@value{GDBP}) @b{tstop}
14768@end smallexample
14769
03f2bd59 14770@anchor{disconnected tracing}
d5551862
SS
14771@cindex disconnected tracing
14772You can choose to continue running the trace experiment even if
14773@value{GDBN} disconnects from the target, voluntarily or
14774involuntarily. For commands such as @code{detach}, the debugger will
14775ask what you want to do with the trace. But for unexpected
14776terminations (@value{GDBN} crash, network outage), it would be
14777unfortunate to lose hard-won trace data, so the variable
14778@code{disconnected-tracing} lets you decide whether the trace should
14779continue running without @value{GDBN}.
14780
14781@table @code
14782@item set disconnected-tracing on
14783@itemx set disconnected-tracing off
14784@kindex set disconnected-tracing
14785Choose whether a tracing run should continue to run if @value{GDBN}
14786has disconnected from the target. Note that @code{detach} or
14787@code{quit} will ask you directly what to do about a running trace no
14788matter what this variable's setting, so the variable is mainly useful
14789for handling unexpected situations, such as loss of the network.
14790
14791@item show disconnected-tracing
14792@kindex show disconnected-tracing
14793Show the current choice for disconnected tracing.
14794
14795@end table
14796
14797When you reconnect to the target, the trace experiment may or may not
14798still be running; it might have filled the trace buffer in the
14799meantime, or stopped for one of the other reasons. If it is running,
14800it will continue after reconnection.
14801
14802Upon reconnection, the target will upload information about the
14803tracepoints in effect. @value{GDBN} will then compare that
14804information to the set of tracepoints currently defined, and attempt
14805to match them up, allowing for the possibility that the numbers may
14806have changed due to creation and deletion in the meantime. If one of
14807the target's tracepoints does not match any in @value{GDBN}, the
14808debugger will create a new tracepoint, so that you have a number with
14809which to specify that tracepoint. This matching-up process is
14810necessarily heuristic, and it may result in useless tracepoints being
14811created; you may simply delete them if they are of no use.
b37052ae 14812
4daf5ac0
SS
14813@cindex circular trace buffer
14814If your target agent supports a @dfn{circular trace buffer}, then you
14815can run a trace experiment indefinitely without filling the trace
14816buffer; when space runs out, the agent deletes already-collected trace
14817frames, oldest first, until there is enough room to continue
14818collecting. This is especially useful if your tracepoints are being
14819hit too often, and your trace gets terminated prematurely because the
14820buffer is full. To ask for a circular trace buffer, simply set
81896e36 14821@samp{circular-trace-buffer} to on. You can set this at any time,
4daf5ac0
SS
14822including during tracing; if the agent can do it, it will change
14823buffer handling on the fly, otherwise it will not take effect until
14824the next run.
14825
14826@table @code
14827@item set circular-trace-buffer on
14828@itemx set circular-trace-buffer off
14829@kindex set circular-trace-buffer
14830Choose whether a tracing run should use a linear or circular buffer
14831for trace data. A linear buffer will not lose any trace data, but may
14832fill up prematurely, while a circular buffer will discard old trace
14833data, but it will have always room for the latest tracepoint hits.
14834
14835@item show circular-trace-buffer
14836@kindex show circular-trace-buffer
14837Show the current choice for the trace buffer. Note that this may not
14838match the agent's current buffer handling, nor is it guaranteed to
14839match the setting that might have been in effect during a past run,
14840for instance if you are looking at frames from a trace file.
14841
14842@end table
14843
f6f899bf
HAQ
14844@table @code
14845@item set trace-buffer-size @var{n}
f81d1120 14846@itemx set trace-buffer-size unlimited
f6f899bf
HAQ
14847@kindex set trace-buffer-size
14848Request that the target use a trace buffer of @var{n} bytes. Not all
14849targets will honor the request; they may have a compiled-in size for
14850the trace buffer, or some other limitation. Set to a value of
f81d1120
PA
14851@code{unlimited} or @code{-1} to let the target use whatever size it
14852likes. This is also the default.
f6f899bf
HAQ
14853
14854@item show trace-buffer-size
14855@kindex show trace-buffer-size
14856Show the current requested size for the trace buffer. Note that this
14857will only match the actual size if the target supports size-setting,
14858and was able to handle the requested size. For instance, if the
14859target can only change buffer size between runs, this variable will
14860not reflect the change until the next run starts. Use @code{tstatus}
14861to get a report of the actual buffer size.
14862@end table
14863
f196051f
SS
14864@table @code
14865@item set trace-user @var{text}
14866@kindex set trace-user
14867
14868@item show trace-user
14869@kindex show trace-user
14870
14871@item set trace-notes @var{text}
14872@kindex set trace-notes
14873Set the trace run's notes.
14874
14875@item show trace-notes
14876@kindex show trace-notes
14877Show the trace run's notes.
14878
14879@item set trace-stop-notes @var{text}
14880@kindex set trace-stop-notes
14881Set the trace run's stop notes. The handling of the note is as for
14882@code{tstop} arguments; the set command is convenient way to fix a
14883stop note that is mistaken or incomplete.
14884
14885@item show trace-stop-notes
14886@kindex show trace-stop-notes
14887Show the trace run's stop notes.
14888
14889@end table
14890
c9429232
SS
14891@node Tracepoint Restrictions
14892@subsection Tracepoint Restrictions
14893
14894@cindex tracepoint restrictions
14895There are a number of restrictions on the use of tracepoints. As
14896described above, tracepoint data gathering occurs on the target
14897without interaction from @value{GDBN}. Thus the full capabilities of
14898the debugger are not available during data gathering, and then at data
14899examination time, you will be limited by only having what was
14900collected. The following items describe some common problems, but it
14901is not exhaustive, and you may run into additional difficulties not
14902mentioned here.
14903
14904@itemize @bullet
14905
14906@item
14907Tracepoint expressions are intended to gather objects (lvalues). Thus
14908the full flexibility of GDB's expression evaluator is not available.
14909You cannot call functions, cast objects to aggregate types, access
14910convenience variables or modify values (except by assignment to trace
14911state variables). Some language features may implicitly call
14912functions (for instance Objective-C fields with accessors), and therefore
14913cannot be collected either.
14914
14915@item
14916Collection of local variables, either individually or in bulk with
14917@code{$locals} or @code{$args}, during @code{while-stepping} may
14918behave erratically. The stepping action may enter a new scope (for
14919instance by stepping into a function), or the location of the variable
14920may change (for instance it is loaded into a register). The
14921tracepoint data recorded uses the location information for the
14922variables that is correct for the tracepoint location. When the
14923tracepoint is created, it is not possible, in general, to determine
14924where the steps of a @code{while-stepping} sequence will advance the
14925program---particularly if a conditional branch is stepped.
14926
14927@item
14928Collection of an incompletely-initialized or partially-destroyed object
14929may result in something that @value{GDBN} cannot display, or displays
14930in a misleading way.
14931
14932@item
14933When @value{GDBN} displays a pointer to character it automatically
14934dereferences the pointer to also display characters of the string
14935being pointed to. However, collecting the pointer during tracing does
14936not automatically collect the string. You need to explicitly
14937dereference the pointer and provide size information if you want to
14938collect not only the pointer, but the memory pointed to. For example,
14939@code{*ptr@@50} can be used to collect the 50 element array pointed to
14940by @code{ptr}.
14941
14942@item
14943It is not possible to collect a complete stack backtrace at a
14944tracepoint. Instead, you may collect the registers and a few hundred
d99f7e48 14945bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
c9429232
SS
14946(adjust to use the name of the actual stack pointer register on your
14947target architecture, and the amount of stack you wish to capture).
14948Then the @code{backtrace} command will show a partial backtrace when
14949using a trace frame. The number of stack frames that can be examined
14950depends on the sizes of the frames in the collected stack. Note that
14951if you ask for a block so large that it goes past the bottom of the
14952stack, the target agent may report an error trying to read from an
14953invalid address.
14954
af54718e
SS
14955@item
14956If you do not collect registers at a tracepoint, @value{GDBN} can
14957infer that the value of @code{$pc} must be the same as the address of
14958the tracepoint and use that when you are looking at a trace frame
14959for that tracepoint. However, this cannot work if the tracepoint has
14960multiple locations (for instance if it was set in a function that was
14961inlined), or if it has a @code{while-stepping} loop. In those cases
14962@value{GDBN} will warn you that it can't infer @code{$pc}, and default
14963it to zero.
14964
c9429232
SS
14965@end itemize
14966
b37052ae 14967@node Analyze Collected Data
79a6e687 14968@section Using the Collected Data
b37052ae
EZ
14969
14970After the tracepoint experiment ends, you use @value{GDBN} commands
14971for examining the trace data. The basic idea is that each tracepoint
14972collects a trace @dfn{snapshot} every time it is hit and another
14973snapshot every time it single-steps. All these snapshots are
14974consecutively numbered from zero and go into a buffer, and you can
14975examine them later. The way you examine them is to @dfn{focus} on a
14976specific trace snapshot. When the remote stub is focused on a trace
14977snapshot, it will respond to all @value{GDBN} requests for memory and
14978registers by reading from the buffer which belongs to that snapshot,
14979rather than from @emph{real} memory or registers of the program being
14980debugged. This means that @strong{all} @value{GDBN} commands
14981(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
14982behave as if we were currently debugging the program state as it was
14983when the tracepoint occurred. Any requests for data that are not in
14984the buffer will fail.
14985
14986@menu
14987* tfind:: How to select a trace snapshot
14988* tdump:: How to display all data for a snapshot
6149aea9 14989* save tracepoints:: How to save tracepoints for a future run
b37052ae
EZ
14990@end menu
14991
14992@node tfind
14993@subsection @code{tfind @var{n}}
14994
14995@kindex tfind
14996@cindex select trace snapshot
14997@cindex find trace snapshot
14998The basic command for selecting a trace snapshot from the buffer is
14999@code{tfind @var{n}}, which finds trace snapshot number @var{n},
15000counting from zero. If no argument @var{n} is given, the next
15001snapshot is selected.
15002
15003Here are the various forms of using the @code{tfind} command.
15004
15005@table @code
15006@item tfind start
15007Find the first snapshot in the buffer. This is a synonym for
15008@code{tfind 0} (since 0 is the number of the first snapshot).
15009
15010@item tfind none
15011Stop debugging trace snapshots, resume @emph{live} debugging.
15012
15013@item tfind end
15014Same as @samp{tfind none}.
15015
15016@item tfind
310cdbb6
YQ
15017No argument means find the next trace snapshot or find the first
15018one if no trace snapshot is selected.
b37052ae
EZ
15019
15020@item tfind -
15021Find the previous trace snapshot before the current one. This permits
15022retracing earlier steps.
15023
15024@item tfind tracepoint @var{num}
15025Find the next snapshot associated with tracepoint @var{num}. Search
15026proceeds forward from the last examined trace snapshot. If no
15027argument @var{num} is given, it means find the next snapshot collected
15028for the same tracepoint as the current snapshot.
15029
15030@item tfind pc @var{addr}
15031Find the next snapshot associated with the value @var{addr} of the
15032program counter. Search proceeds forward from the last examined trace
15033snapshot. If no argument @var{addr} is given, it means find the next
15034snapshot with the same value of PC as the current snapshot.
15035
15036@item tfind outside @var{addr1}, @var{addr2}
15037Find the next snapshot whose PC is outside the given range of
081dfbf7 15038addresses (exclusive).
b37052ae
EZ
15039
15040@item tfind range @var{addr1}, @var{addr2}
15041Find the next snapshot whose PC is between @var{addr1} and
081dfbf7 15042@var{addr2} (inclusive).
b37052ae
EZ
15043
15044@item tfind line @r{[}@var{file}:@r{]}@var{n}
15045Find the next snapshot associated with the source line @var{n}. If
15046the optional argument @var{file} is given, refer to line @var{n} in
15047that source file. Search proceeds forward from the last examined
15048trace snapshot. If no argument @var{n} is given, it means find the
15049next line other than the one currently being examined; thus saying
15050@code{tfind line} repeatedly can appear to have the same effect as
15051stepping from line to line in a @emph{live} debugging session.
15052@end table
15053
15054The default arguments for the @code{tfind} commands are specifically
15055designed to make it easy to scan through the trace buffer. For
15056instance, @code{tfind} with no argument selects the next trace
15057snapshot, and @code{tfind -} with no argument selects the previous
15058trace snapshot. So, by giving one @code{tfind} command, and then
15059simply hitting @key{RET} repeatedly you can examine all the trace
15060snapshots in order. Or, by saying @code{tfind -} and then hitting
15061@key{RET} repeatedly you can examine the snapshots in reverse order.
15062The @code{tfind line} command with no argument selects the snapshot
15063for the next source line executed. The @code{tfind pc} command with
15064no argument selects the next snapshot with the same program counter
15065(PC) as the current frame. The @code{tfind tracepoint} command with
15066no argument selects the next trace snapshot collected by the same
15067tracepoint as the current one.
15068
15069In addition to letting you scan through the trace buffer manually,
15070these commands make it easy to construct @value{GDBN} scripts that
15071scan through the trace buffer and print out whatever collected data
15072you are interested in. Thus, if we want to examine the PC, FP, and SP
15073registers from each trace frame in the buffer, we can say this:
15074
15075@smallexample
15076(@value{GDBP}) @b{tfind start}
15077(@value{GDBP}) @b{while ($trace_frame != -1)}
15078> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15079 $trace_frame, $pc, $sp, $fp
15080> tfind
15081> end
15082
15083Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15084Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15085Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15086Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15087Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15088Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15089Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15090Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15091Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15092Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15093Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15094@end smallexample
15095
15096Or, if we want to examine the variable @code{X} at each source line in
15097the buffer:
15098
15099@smallexample
15100(@value{GDBP}) @b{tfind start}
15101(@value{GDBP}) @b{while ($trace_frame != -1)}
15102> printf "Frame %d, X == %d\n", $trace_frame, X
15103> tfind line
15104> end
15105
15106Frame 0, X = 1
15107Frame 7, X = 2
15108Frame 13, X = 255
15109@end smallexample
15110
15111@node tdump
15112@subsection @code{tdump}
15113@kindex tdump
15114@cindex dump all data collected at tracepoint
15115@cindex tracepoint data, display
15116
15117This command takes no arguments. It prints all the data collected at
15118the current trace snapshot.
15119
15120@smallexample
15121(@value{GDBP}) @b{trace 444}
15122(@value{GDBP}) @b{actions}
15123Enter actions for tracepoint #2, one per line:
15124> collect $regs, $locals, $args, gdb_long_test
15125> end
15126
15127(@value{GDBP}) @b{tstart}
15128
15129(@value{GDBP}) @b{tfind line 444}
15130#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15131at gdb_test.c:444
15132444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15133
15134(@value{GDBP}) @b{tdump}
15135Data collected at tracepoint 2, trace frame 1:
15136d0 0xc4aa0085 -995491707
15137d1 0x18 24
15138d2 0x80 128
15139d3 0x33 51
15140d4 0x71aea3d 119204413
15141d5 0x22 34
15142d6 0xe0 224
15143d7 0x380035 3670069
15144a0 0x19e24a 1696330
15145a1 0x3000668 50333288
15146a2 0x100 256
15147a3 0x322000 3284992
15148a4 0x3000698 50333336
15149a5 0x1ad3cc 1758156
15150fp 0x30bf3c 0x30bf3c
15151sp 0x30bf34 0x30bf34
15152ps 0x0 0
15153pc 0x20b2c8 0x20b2c8
15154fpcontrol 0x0 0
15155fpstatus 0x0 0
15156fpiaddr 0x0 0
15157p = 0x20e5b4 "gdb-test"
15158p1 = (void *) 0x11
15159p2 = (void *) 0x22
15160p3 = (void *) 0x33
15161p4 = (void *) 0x44
15162p5 = (void *) 0x55
15163p6 = (void *) 0x66
15164gdb_long_test = 17 '\021'
15165
15166(@value{GDBP})
15167@end smallexample
15168
af54718e
SS
15169@code{tdump} works by scanning the tracepoint's current collection
15170actions and printing the value of each expression listed. So
15171@code{tdump} can fail, if after a run, you change the tracepoint's
15172actions to mention variables that were not collected during the run.
15173
15174Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15175uses the collected value of @code{$pc} to distinguish between trace
15176frames that were collected at the tracepoint hit, and frames that were
15177collected while stepping. This allows it to correctly choose whether
15178to display the basic list of collections, or the collections from the
15179body of the while-stepping loop. However, if @code{$pc} was not collected,
15180then @code{tdump} will always attempt to dump using the basic collection
15181list, and may fail if a while-stepping frame does not include all the
15182same data that is collected at the tracepoint hit.
15183@c This is getting pretty arcane, example would be good.
15184
6149aea9
PA
15185@node save tracepoints
15186@subsection @code{save tracepoints @var{filename}}
15187@kindex save tracepoints
b37052ae
EZ
15188@kindex save-tracepoints
15189@cindex save tracepoints for future sessions
15190
15191This command saves all current tracepoint definitions together with
15192their actions and passcounts, into a file @file{@var{filename}}
15193suitable for use in a later debugging session. To read the saved
15194tracepoint definitions, use the @code{source} command (@pxref{Command
6149aea9
PA
15195Files}). The @w{@code{save-tracepoints}} command is a deprecated
15196alias for @w{@code{save tracepoints}}
b37052ae
EZ
15197
15198@node Tracepoint Variables
15199@section Convenience Variables for Tracepoints
15200@cindex tracepoint variables
15201@cindex convenience variables for tracepoints
15202
15203@table @code
15204@vindex $trace_frame
15205@item (int) $trace_frame
15206The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15207snapshot is selected.
15208
15209@vindex $tracepoint
15210@item (int) $tracepoint
15211The tracepoint for the current trace snapshot.
15212
15213@vindex $trace_line
15214@item (int) $trace_line
15215The line number for the current trace snapshot.
15216
15217@vindex $trace_file
15218@item (char []) $trace_file
15219The source file for the current trace snapshot.
15220
15221@vindex $trace_func
15222@item (char []) $trace_func
15223The name of the function containing @code{$tracepoint}.
15224@end table
15225
15226Note: @code{$trace_file} is not suitable for use in @code{printf},
15227use @code{output} instead.
15228
15229Here's a simple example of using these convenience variables for
15230stepping through all the trace snapshots and printing some of their
f61e138d
SS
15231data. Note that these are not the same as trace state variables,
15232which are managed by the target.
b37052ae
EZ
15233
15234@smallexample
15235(@value{GDBP}) @b{tfind start}
15236
15237(@value{GDBP}) @b{while $trace_frame != -1}
15238> output $trace_file
15239> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15240> tfind
15241> end
15242@end smallexample
15243
00bf0b85
SS
15244@node Trace Files
15245@section Using Trace Files
15246@cindex trace files
15247
15248In some situations, the target running a trace experiment may no
15249longer be available; perhaps it crashed, or the hardware was needed
15250for a different activity. To handle these cases, you can arrange to
15251dump the trace data into a file, and later use that file as a source
15252of trace data, via the @code{target tfile} command.
15253
15254@table @code
15255
15256@kindex tsave
15257@item tsave [ -r ] @var{filename}
d0353e76 15258@itemx tsave [-ctf] @var{dirname}
00bf0b85
SS
15259Save the trace data to @var{filename}. By default, this command
15260assumes that @var{filename} refers to the host filesystem, so if
15261necessary @value{GDBN} will copy raw trace data up from the target and
15262then save it. If the target supports it, you can also supply the
15263optional argument @code{-r} (``remote'') to direct the target to save
15264the data directly into @var{filename} in its own filesystem, which may be
15265more efficient if the trace buffer is very large. (Note, however, that
15266@code{target tfile} can only read from files accessible to the host.)
d0353e76 15267By default, this command will save trace frame in tfile format.
be06ba8c 15268You can supply the optional argument @code{-ctf} to save data in CTF
d0353e76
YQ
15269format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15270that can be shared by multiple debugging and tracing tools. Please go to
15271@indicateurl{http://www.efficios.com/ctf} to get more information.
00bf0b85
SS
15272
15273@kindex target tfile
15274@kindex tfile
393fd4c3
YQ
15275@kindex target ctf
15276@kindex ctf
00bf0b85 15277@item target tfile @var{filename}
393fd4c3
YQ
15278@itemx target ctf @var{dirname}
15279Use the file named @var{filename} or directory named @var{dirname} as
15280a source of trace data. Commands that examine data work as they do with
15281a live target, but it is not possible to run any new trace experiments.
15282@code{tstatus} will report the state of the trace run at the moment
15283the data was saved, as well as the current trace frame you are examining.
697aa1b7 15284Both @var{filename} and @var{dirname} must be on a filesystem accessible to
393fd4c3
YQ
15285the host.
15286
15287@smallexample
15288(@value{GDBP}) target ctf ctf.ctf
15289(@value{GDBP}) tfind
15290Found trace frame 0, tracepoint 2
1529139 ++a; /* set tracepoint 1 here */
15292(@value{GDBP}) tdump
15293Data collected at tracepoint 2, trace frame 0:
15294i = 0
15295a = 0
15296b = 1 '\001'
15297c = @{"123", "456", "789", "123", "456", "789"@}
15298d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15299(@value{GDBP}) p b
15300$1 = 1
15301@end smallexample
00bf0b85
SS
15302
15303@end table
15304
df0cd8c5
JB
15305@node Overlays
15306@chapter Debugging Programs That Use Overlays
15307@cindex overlays
15308
15309If your program is too large to fit completely in your target system's
15310memory, you can sometimes use @dfn{overlays} to work around this
15311problem. @value{GDBN} provides some support for debugging programs that
15312use overlays.
15313
15314@menu
15315* How Overlays Work:: A general explanation of overlays.
15316* Overlay Commands:: Managing overlays in @value{GDBN}.
15317* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15318 mapped by asking the inferior.
15319* Overlay Sample Program:: A sample program using overlays.
15320@end menu
15321
15322@node How Overlays Work
15323@section How Overlays Work
15324@cindex mapped overlays
15325@cindex unmapped overlays
15326@cindex load address, overlay's
15327@cindex mapped address
15328@cindex overlay area
15329
15330Suppose you have a computer whose instruction address space is only 64
15331kilobytes long, but which has much more memory which can be accessed by
15332other means: special instructions, segment registers, or memory
15333management hardware, for example. Suppose further that you want to
15334adapt a program which is larger than 64 kilobytes to run on this system.
15335
15336One solution is to identify modules of your program which are relatively
15337independent, and need not call each other directly; call these modules
15338@dfn{overlays}. Separate the overlays from the main program, and place
15339their machine code in the larger memory. Place your main program in
15340instruction memory, but leave at least enough space there to hold the
15341largest overlay as well.
15342
15343Now, to call a function located in an overlay, you must first copy that
15344overlay's machine code from the large memory into the space set aside
15345for it in the instruction memory, and then jump to its entry point
15346there.
15347
c928edc0
AC
15348@c NB: In the below the mapped area's size is greater or equal to the
15349@c size of all overlays. This is intentional to remind the developer
15350@c that overlays don't necessarily need to be the same size.
15351
474c8240 15352@smallexample
df0cd8c5 15353@group
c928edc0
AC
15354 Data Instruction Larger
15355Address Space Address Space Address Space
15356+-----------+ +-----------+ +-----------+
15357| | | | | |
15358+-----------+ +-----------+ +-----------+<-- overlay 1
15359| program | | main | .----| overlay 1 | load address
15360| variables | | program | | +-----------+
15361| and heap | | | | | |
15362+-----------+ | | | +-----------+<-- overlay 2
15363| | +-----------+ | | | load address
15364+-----------+ | | | .-| overlay 2 |
15365 | | | | | |
15366 mapped --->+-----------+ | | +-----------+
15367 address | | | | | |
15368 | overlay | <-' | | |
15369 | area | <---' +-----------+<-- overlay 3
15370 | | <---. | | load address
15371 +-----------+ `--| overlay 3 |
15372 | | | |
15373 +-----------+ | |
15374 +-----------+
15375 | |
15376 +-----------+
15377
15378 @anchor{A code overlay}A code overlay
df0cd8c5 15379@end group
474c8240 15380@end smallexample
df0cd8c5 15381
c928edc0
AC
15382The diagram (@pxref{A code overlay}) shows a system with separate data
15383and instruction address spaces. To map an overlay, the program copies
15384its code from the larger address space to the instruction address space.
15385Since the overlays shown here all use the same mapped address, only one
15386may be mapped at a time. For a system with a single address space for
15387data and instructions, the diagram would be similar, except that the
15388program variables and heap would share an address space with the main
15389program and the overlay area.
df0cd8c5
JB
15390
15391An overlay loaded into instruction memory and ready for use is called a
15392@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15393instruction memory. An overlay not present (or only partially present)
15394in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15395is its address in the larger memory. The mapped address is also called
15396the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15397called the @dfn{load memory address}, or @dfn{LMA}.
15398
15399Unfortunately, overlays are not a completely transparent way to adapt a
15400program to limited instruction memory. They introduce a new set of
15401global constraints you must keep in mind as you design your program:
15402
15403@itemize @bullet
15404
15405@item
15406Before calling or returning to a function in an overlay, your program
15407must make sure that overlay is actually mapped. Otherwise, the call or
15408return will transfer control to the right address, but in the wrong
15409overlay, and your program will probably crash.
15410
15411@item
15412If the process of mapping an overlay is expensive on your system, you
15413will need to choose your overlays carefully to minimize their effect on
15414your program's performance.
15415
15416@item
15417The executable file you load onto your system must contain each
15418overlay's instructions, appearing at the overlay's load address, not its
15419mapped address. However, each overlay's instructions must be relocated
15420and its symbols defined as if the overlay were at its mapped address.
15421You can use GNU linker scripts to specify different load and relocation
15422addresses for pieces of your program; see @ref{Overlay Description,,,
15423ld.info, Using ld: the GNU linker}.
15424
15425@item
15426The procedure for loading executable files onto your system must be able
15427to load their contents into the larger address space as well as the
15428instruction and data spaces.
15429
15430@end itemize
15431
15432The overlay system described above is rather simple, and could be
15433improved in many ways:
15434
15435@itemize @bullet
15436
15437@item
15438If your system has suitable bank switch registers or memory management
15439hardware, you could use those facilities to make an overlay's load area
15440contents simply appear at their mapped address in instruction space.
15441This would probably be faster than copying the overlay to its mapped
15442area in the usual way.
15443
15444@item
15445If your overlays are small enough, you could set aside more than one
15446overlay area, and have more than one overlay mapped at a time.
15447
15448@item
15449You can use overlays to manage data, as well as instructions. In
15450general, data overlays are even less transparent to your design than
15451code overlays: whereas code overlays only require care when you call or
15452return to functions, data overlays require care every time you access
15453the data. Also, if you change the contents of a data overlay, you
15454must copy its contents back out to its load address before you can copy a
15455different data overlay into the same mapped area.
15456
15457@end itemize
15458
15459
15460@node Overlay Commands
15461@section Overlay Commands
15462
15463To use @value{GDBN}'s overlay support, each overlay in your program must
15464correspond to a separate section of the executable file. The section's
15465virtual memory address and load memory address must be the overlay's
15466mapped and load addresses. Identifying overlays with sections allows
15467@value{GDBN} to determine the appropriate address of a function or
15468variable, depending on whether the overlay is mapped or not.
15469
15470@value{GDBN}'s overlay commands all start with the word @code{overlay};
15471you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15472
15473@table @code
15474@item overlay off
4644b6e3 15475@kindex overlay
df0cd8c5
JB
15476Disable @value{GDBN}'s overlay support. When overlay support is
15477disabled, @value{GDBN} assumes that all functions and variables are
15478always present at their mapped addresses. By default, @value{GDBN}'s
15479overlay support is disabled.
15480
15481@item overlay manual
df0cd8c5
JB
15482@cindex manual overlay debugging
15483Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15484relies on you to tell it which overlays are mapped, and which are not,
15485using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15486commands described below.
15487
15488@item overlay map-overlay @var{overlay}
15489@itemx overlay map @var{overlay}
df0cd8c5
JB
15490@cindex map an overlay
15491Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15492be the name of the object file section containing the overlay. When an
15493overlay is mapped, @value{GDBN} assumes it can find the overlay's
15494functions and variables at their mapped addresses. @value{GDBN} assumes
15495that any other overlays whose mapped ranges overlap that of
15496@var{overlay} are now unmapped.
15497
15498@item overlay unmap-overlay @var{overlay}
15499@itemx overlay unmap @var{overlay}
df0cd8c5
JB
15500@cindex unmap an overlay
15501Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15502must be the name of the object file section containing the overlay.
15503When an overlay is unmapped, @value{GDBN} assumes it can find the
15504overlay's functions and variables at their load addresses.
15505
15506@item overlay auto
df0cd8c5
JB
15507Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15508consults a data structure the overlay manager maintains in the inferior
15509to see which overlays are mapped. For details, see @ref{Automatic
15510Overlay Debugging}.
15511
15512@item overlay load-target
15513@itemx overlay load
df0cd8c5
JB
15514@cindex reloading the overlay table
15515Re-read the overlay table from the inferior. Normally, @value{GDBN}
15516re-reads the table @value{GDBN} automatically each time the inferior
15517stops, so this command should only be necessary if you have changed the
15518overlay mapping yourself using @value{GDBN}. This command is only
15519useful when using automatic overlay debugging.
15520
15521@item overlay list-overlays
15522@itemx overlay list
15523@cindex listing mapped overlays
15524Display a list of the overlays currently mapped, along with their mapped
15525addresses, load addresses, and sizes.
15526
15527@end table
15528
15529Normally, when @value{GDBN} prints a code address, it includes the name
15530of the function the address falls in:
15531
474c8240 15532@smallexample
f7dc1244 15533(@value{GDBP}) print main
df0cd8c5 15534$3 = @{int ()@} 0x11a0 <main>
474c8240 15535@end smallexample
df0cd8c5
JB
15536@noindent
15537When overlay debugging is enabled, @value{GDBN} recognizes code in
15538unmapped overlays, and prints the names of unmapped functions with
15539asterisks around them. For example, if @code{foo} is a function in an
15540unmapped overlay, @value{GDBN} prints it this way:
15541
474c8240 15542@smallexample
f7dc1244 15543(@value{GDBP}) overlay list
df0cd8c5 15544No sections are mapped.
f7dc1244 15545(@value{GDBP}) print foo
df0cd8c5 15546$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 15547@end smallexample
df0cd8c5
JB
15548@noindent
15549When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15550name normally:
15551
474c8240 15552@smallexample
f7dc1244 15553(@value{GDBP}) overlay list
b383017d 15554Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 15555 mapped at 0x1016 - 0x104a
f7dc1244 15556(@value{GDBP}) print foo
df0cd8c5 15557$6 = @{int (int)@} 0x1016 <foo>
474c8240 15558@end smallexample
df0cd8c5
JB
15559
15560When overlay debugging is enabled, @value{GDBN} can find the correct
15561address for functions and variables in an overlay, whether or not the
15562overlay is mapped. This allows most @value{GDBN} commands, like
15563@code{break} and @code{disassemble}, to work normally, even on unmapped
15564code. However, @value{GDBN}'s breakpoint support has some limitations:
15565
15566@itemize @bullet
15567@item
15568@cindex breakpoints in overlays
15569@cindex overlays, setting breakpoints in
15570You can set breakpoints in functions in unmapped overlays, as long as
15571@value{GDBN} can write to the overlay at its load address.
15572@item
15573@value{GDBN} can not set hardware or simulator-based breakpoints in
15574unmapped overlays. However, if you set a breakpoint at the end of your
15575overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15576you are using manual overlay management), @value{GDBN} will re-set its
15577breakpoints properly.
15578@end itemize
15579
15580
15581@node Automatic Overlay Debugging
15582@section Automatic Overlay Debugging
15583@cindex automatic overlay debugging
15584
15585@value{GDBN} can automatically track which overlays are mapped and which
15586are not, given some simple co-operation from the overlay manager in the
15587inferior. If you enable automatic overlay debugging with the
15588@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15589looks in the inferior's memory for certain variables describing the
15590current state of the overlays.
15591
15592Here are the variables your overlay manager must define to support
15593@value{GDBN}'s automatic overlay debugging:
15594
15595@table @asis
15596
15597@item @code{_ovly_table}:
15598This variable must be an array of the following structures:
15599
474c8240 15600@smallexample
df0cd8c5
JB
15601struct
15602@{
15603 /* The overlay's mapped address. */
15604 unsigned long vma;
15605
15606 /* The size of the overlay, in bytes. */
15607 unsigned long size;
15608
15609 /* The overlay's load address. */
15610 unsigned long lma;
15611
15612 /* Non-zero if the overlay is currently mapped;
15613 zero otherwise. */
15614 unsigned long mapped;
15615@}
474c8240 15616@end smallexample
df0cd8c5
JB
15617
15618@item @code{_novlys}:
15619This variable must be a four-byte signed integer, holding the total
15620number of elements in @code{_ovly_table}.
15621
15622@end table
15623
15624To decide whether a particular overlay is mapped or not, @value{GDBN}
15625looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15626@code{lma} members equal the VMA and LMA of the overlay's section in the
15627executable file. When @value{GDBN} finds a matching entry, it consults
15628the entry's @code{mapped} member to determine whether the overlay is
15629currently mapped.
15630
81d46470 15631In addition, your overlay manager may define a function called
def71bfa 15632@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
15633will silently set a breakpoint there. If the overlay manager then
15634calls this function whenever it has changed the overlay table, this
15635will enable @value{GDBN} to accurately keep track of which overlays
15636are in program memory, and update any breakpoints that may be set
b383017d 15637in overlays. This will allow breakpoints to work even if the
81d46470
MS
15638overlays are kept in ROM or other non-writable memory while they
15639are not being executed.
df0cd8c5
JB
15640
15641@node Overlay Sample Program
15642@section Overlay Sample Program
15643@cindex overlay example program
15644
15645When linking a program which uses overlays, you must place the overlays
15646at their load addresses, while relocating them to run at their mapped
15647addresses. To do this, you must write a linker script (@pxref{Overlay
15648Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15649since linker scripts are specific to a particular host system, target
15650architecture, and target memory layout, this manual cannot provide
15651portable sample code demonstrating @value{GDBN}'s overlay support.
15652
15653However, the @value{GDBN} source distribution does contain an overlaid
15654program, with linker scripts for a few systems, as part of its test
15655suite. The program consists of the following files from
15656@file{gdb/testsuite/gdb.base}:
15657
15658@table @file
15659@item overlays.c
15660The main program file.
15661@item ovlymgr.c
15662A simple overlay manager, used by @file{overlays.c}.
15663@item foo.c
15664@itemx bar.c
15665@itemx baz.c
15666@itemx grbx.c
15667Overlay modules, loaded and used by @file{overlays.c}.
15668@item d10v.ld
15669@itemx m32r.ld
15670Linker scripts for linking the test program on the @code{d10v-elf}
15671and @code{m32r-elf} targets.
15672@end table
15673
15674You can build the test program using the @code{d10v-elf} GCC
15675cross-compiler like this:
15676
474c8240 15677@smallexample
df0cd8c5
JB
15678$ d10v-elf-gcc -g -c overlays.c
15679$ d10v-elf-gcc -g -c ovlymgr.c
15680$ d10v-elf-gcc -g -c foo.c
15681$ d10v-elf-gcc -g -c bar.c
15682$ d10v-elf-gcc -g -c baz.c
15683$ d10v-elf-gcc -g -c grbx.c
15684$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15685 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 15686@end smallexample
df0cd8c5
JB
15687
15688The build process is identical for any other architecture, except that
15689you must substitute the appropriate compiler and linker script for the
15690target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15691
15692
6d2ebf8b 15693@node Languages
c906108c
SS
15694@chapter Using @value{GDBN} with Different Languages
15695@cindex languages
15696
c906108c
SS
15697Although programming languages generally have common aspects, they are
15698rarely expressed in the same manner. For instance, in ANSI C,
15699dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15700Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 15701represented (and displayed) differently. Hex numbers in C appear as
c906108c 15702@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
15703
15704@cindex working language
15705Language-specific information is built into @value{GDBN} for some languages,
15706allowing you to express operations like the above in your program's
15707native language, and allowing @value{GDBN} to output values in a manner
15708consistent with the syntax of your program's native language. The
15709language you use to build expressions is called the @dfn{working
15710language}.
15711
15712@menu
15713* Setting:: Switching between source languages
15714* Show:: Displaying the language
c906108c 15715* Checks:: Type and range checks
79a6e687
BW
15716* Supported Languages:: Supported languages
15717* Unsupported Languages:: Unsupported languages
c906108c
SS
15718@end menu
15719
6d2ebf8b 15720@node Setting
79a6e687 15721@section Switching Between Source Languages
c906108c
SS
15722
15723There are two ways to control the working language---either have @value{GDBN}
15724set it automatically, or select it manually yourself. You can use the
15725@code{set language} command for either purpose. On startup, @value{GDBN}
15726defaults to setting the language automatically. The working language is
15727used to determine how expressions you type are interpreted, how values
15728are printed, etc.
15729
15730In addition to the working language, every source file that
15731@value{GDBN} knows about has its own working language. For some object
15732file formats, the compiler might indicate which language a particular
15733source file is in. However, most of the time @value{GDBN} infers the
15734language from the name of the file. The language of a source file
b37052ae 15735controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 15736show each frame appropriately for its own language. There is no way to
d4f3574e
SS
15737set the language of a source file from within @value{GDBN}, but you can
15738set the language associated with a filename extension. @xref{Show, ,
79a6e687 15739Displaying the Language}.
c906108c
SS
15740
15741This is most commonly a problem when you use a program, such
5d161b24 15742as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
15743another language. In that case, make the
15744program use @code{#line} directives in its C output; that way
15745@value{GDBN} will know the correct language of the source code of the original
15746program, and will display that source code, not the generated C code.
15747
15748@menu
15749* Filenames:: Filename extensions and languages.
15750* Manually:: Setting the working language manually
15751* Automatically:: Having @value{GDBN} infer the source language
15752@end menu
15753
6d2ebf8b 15754@node Filenames
79a6e687 15755@subsection List of Filename Extensions and Languages
c906108c
SS
15756
15757If a source file name ends in one of the following extensions, then
15758@value{GDBN} infers that its language is the one indicated.
15759
15760@table @file
e07c999f
PH
15761@item .ada
15762@itemx .ads
15763@itemx .adb
15764@itemx .a
15765Ada source file.
c906108c
SS
15766
15767@item .c
15768C source file
15769
15770@item .C
15771@itemx .cc
15772@itemx .cp
15773@itemx .cpp
15774@itemx .cxx
15775@itemx .c++
b37052ae 15776C@t{++} source file
c906108c 15777
6aecb9c2
JB
15778@item .d
15779D source file
15780
b37303ee
AF
15781@item .m
15782Objective-C source file
15783
c906108c
SS
15784@item .f
15785@itemx .F
15786Fortran source file
15787
c906108c
SS
15788@item .mod
15789Modula-2 source file
c906108c
SS
15790
15791@item .s
15792@itemx .S
15793Assembler source file. This actually behaves almost like C, but
15794@value{GDBN} does not skip over function prologues when stepping.
15795@end table
15796
15797In addition, you may set the language associated with a filename
79a6e687 15798extension. @xref{Show, , Displaying the Language}.
c906108c 15799
6d2ebf8b 15800@node Manually
79a6e687 15801@subsection Setting the Working Language
c906108c
SS
15802
15803If you allow @value{GDBN} to set the language automatically,
15804expressions are interpreted the same way in your debugging session and
15805your program.
15806
15807@kindex set language
15808If you wish, you may set the language manually. To do this, issue the
15809command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 15810a language, such as
c906108c 15811@code{c} or @code{modula-2}.
c906108c
SS
15812For a list of the supported languages, type @samp{set language}.
15813
c906108c
SS
15814Setting the language manually prevents @value{GDBN} from updating the working
15815language automatically. This can lead to confusion if you try
15816to debug a program when the working language is not the same as the
15817source language, when an expression is acceptable to both
15818languages---but means different things. For instance, if the current
15819source file were written in C, and @value{GDBN} was parsing Modula-2, a
15820command such as:
15821
474c8240 15822@smallexample
c906108c 15823print a = b + c
474c8240 15824@end smallexample
c906108c
SS
15825
15826@noindent
15827might not have the effect you intended. In C, this means to add
15828@code{b} and @code{c} and place the result in @code{a}. The result
15829printed would be the value of @code{a}. In Modula-2, this means to compare
15830@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 15831
6d2ebf8b 15832@node Automatically
79a6e687 15833@subsection Having @value{GDBN} Infer the Source Language
c906108c
SS
15834
15835To have @value{GDBN} set the working language automatically, use
15836@samp{set language local} or @samp{set language auto}. @value{GDBN}
15837then infers the working language. That is, when your program stops in a
15838frame (usually by encountering a breakpoint), @value{GDBN} sets the
15839working language to the language recorded for the function in that
15840frame. If the language for a frame is unknown (that is, if the function
15841or block corresponding to the frame was defined in a source file that
15842does not have a recognized extension), the current working language is
15843not changed, and @value{GDBN} issues a warning.
15844
15845This may not seem necessary for most programs, which are written
15846entirely in one source language. However, program modules and libraries
15847written in one source language can be used by a main program written in
15848a different source language. Using @samp{set language auto} in this
15849case frees you from having to set the working language manually.
15850
6d2ebf8b 15851@node Show
79a6e687 15852@section Displaying the Language
c906108c
SS
15853
15854The following commands help you find out which language is the
15855working language, and also what language source files were written in.
15856
c906108c
SS
15857@table @code
15858@item show language
403cb6b1 15859@anchor{show language}
9c16f35a 15860@kindex show language
c906108c
SS
15861Display the current working language. This is the
15862language you can use with commands such as @code{print} to
15863build and compute expressions that may involve variables in your program.
15864
15865@item info frame
4644b6e3 15866@kindex info frame@r{, show the source language}
5d161b24 15867Display the source language for this frame. This language becomes the
c906108c 15868working language if you use an identifier from this frame.
79a6e687 15869@xref{Frame Info, ,Information about a Frame}, to identify the other
c906108c
SS
15870information listed here.
15871
15872@item info source
4644b6e3 15873@kindex info source@r{, show the source language}
c906108c 15874Display the source language of this source file.
5d161b24 15875@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
15876information listed here.
15877@end table
15878
15879In unusual circumstances, you may have source files with extensions
15880not in the standard list. You can then set the extension associated
15881with a language explicitly:
15882
c906108c 15883@table @code
09d4efe1 15884@item set extension-language @var{ext} @var{language}
9c16f35a 15885@kindex set extension-language
09d4efe1
EZ
15886Tell @value{GDBN} that source files with extension @var{ext} are to be
15887assumed as written in the source language @var{language}.
c906108c
SS
15888
15889@item info extensions
9c16f35a 15890@kindex info extensions
c906108c
SS
15891List all the filename extensions and the associated languages.
15892@end table
15893
6d2ebf8b 15894@node Checks
79a6e687 15895@section Type and Range Checking
c906108c 15896
c906108c
SS
15897Some languages are designed to guard you against making seemingly common
15898errors through a series of compile- and run-time checks. These include
a451cb65 15899checking the type of arguments to functions and operators and making
c906108c
SS
15900sure mathematical overflows are caught at run time. Checks such as
15901these help to ensure a program's correctness once it has been compiled
a451cb65 15902by eliminating type mismatches and providing active checks for range
c906108c
SS
15903errors when your program is running.
15904
a451cb65
KS
15905By default @value{GDBN} checks for these errors according to the
15906rules of the current source language. Although @value{GDBN} does not check
15907the statements in your program, it can check expressions entered directly
15908into @value{GDBN} for evaluation via the @code{print} command, for example.
c906108c
SS
15909
15910@menu
15911* Type Checking:: An overview of type checking
15912* Range Checking:: An overview of range checking
15913@end menu
15914
15915@cindex type checking
15916@cindex checks, type
6d2ebf8b 15917@node Type Checking
79a6e687 15918@subsection An Overview of Type Checking
c906108c 15919
a451cb65 15920Some languages, such as C and C@t{++}, are strongly typed, meaning that the
c906108c
SS
15921arguments to operators and functions have to be of the correct type,
15922otherwise an error occurs. These checks prevent type mismatch
15923errors from ever causing any run-time problems. For example,
15924
15925@smallexample
a451cb65
KS
15926int klass::my_method(char *b) @{ return b ? 1 : 2; @}
15927
15928(@value{GDBP}) print obj.my_method (0)
15929$1 = 2
c906108c 15930@exdent but
a451cb65
KS
15931(@value{GDBP}) print obj.my_method (0x1234)
15932Cannot resolve method klass::my_method to any overloaded instance
c906108c
SS
15933@end smallexample
15934
a451cb65
KS
15935The second example fails because in C@t{++} the integer constant
15936@samp{0x1234} is not type-compatible with the pointer parameter type.
c906108c 15937
a451cb65
KS
15938For the expressions you use in @value{GDBN} commands, you can tell
15939@value{GDBN} to not enforce strict type checking or
5d161b24 15940to treat any mismatches as errors and abandon the expression;
a451cb65
KS
15941When type checking is disabled, @value{GDBN} successfully evaluates
15942expressions like the second example above.
c906108c 15943
a451cb65 15944Even if type checking is off, there may be other reasons
5d161b24
DB
15945related to type that prevent @value{GDBN} from evaluating an expression.
15946For instance, @value{GDBN} does not know how to add an @code{int} and
15947a @code{struct foo}. These particular type errors have nothing to do
a451cb65
KS
15948with the language in use and usually arise from expressions which make
15949little sense to evaluate anyway.
c906108c 15950
a451cb65 15951@value{GDBN} provides some additional commands for controlling type checking:
c906108c 15952
c906108c
SS
15953@kindex set check type
15954@kindex show check type
15955@table @code
c906108c
SS
15956@item set check type on
15957@itemx set check type off
a451cb65 15958Set strict type checking on or off. If any type mismatches occur in
d4f3574e 15959evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
15960message and aborts evaluation of the expression.
15961
a451cb65
KS
15962@item show check type
15963Show the current setting of type checking and whether @value{GDBN}
15964is enforcing strict type checking rules.
c906108c
SS
15965@end table
15966
15967@cindex range checking
15968@cindex checks, range
6d2ebf8b 15969@node Range Checking
79a6e687 15970@subsection An Overview of Range Checking
c906108c
SS
15971
15972In some languages (such as Modula-2), it is an error to exceed the
15973bounds of a type; this is enforced with run-time checks. Such range
15974checking is meant to ensure program correctness by making sure
15975computations do not overflow, or indices on an array element access do
15976not exceed the bounds of the array.
15977
15978For expressions you use in @value{GDBN} commands, you can tell
15979@value{GDBN} to treat range errors in one of three ways: ignore them,
15980always treat them as errors and abandon the expression, or issue
15981warnings but evaluate the expression anyway.
15982
15983A range error can result from numerical overflow, from exceeding an
15984array index bound, or when you type a constant that is not a member
15985of any type. Some languages, however, do not treat overflows as an
15986error. In many implementations of C, mathematical overflow causes the
15987result to ``wrap around'' to lower values---for example, if @var{m} is
15988the largest integer value, and @var{s} is the smallest, then
15989
474c8240 15990@smallexample
c906108c 15991@var{m} + 1 @result{} @var{s}
474c8240 15992@end smallexample
c906108c
SS
15993
15994This, too, is specific to individual languages, and in some cases
79a6e687
BW
15995specific to individual compilers or machines. @xref{Supported Languages, ,
15996Supported Languages}, for further details on specific languages.
c906108c
SS
15997
15998@value{GDBN} provides some additional commands for controlling the range checker:
15999
c906108c
SS
16000@kindex set check range
16001@kindex show check range
16002@table @code
16003@item set check range auto
16004Set range checking on or off based on the current working language.
79a6e687 16005@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
16006each language.
16007
16008@item set check range on
16009@itemx set check range off
16010Set range checking on or off, overriding the default setting for the
16011current working language. A warning is issued if the setting does not
c3f6f71d
JM
16012match the language default. If a range error occurs and range checking is on,
16013then a message is printed and evaluation of the expression is aborted.
c906108c
SS
16014
16015@item set check range warn
16016Output messages when the @value{GDBN} range checker detects a range error,
16017but attempt to evaluate the expression anyway. Evaluating the
16018expression may still be impossible for other reasons, such as accessing
16019memory that the process does not own (a typical example from many Unix
16020systems).
16021
16022@item show range
16023Show the current setting of the range checker, and whether or not it is
16024being set automatically by @value{GDBN}.
16025@end table
c906108c 16026
79a6e687
BW
16027@node Supported Languages
16028@section Supported Languages
c906108c 16029
9c37b5ae 16030@value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
0bdfa368 16031OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
cce74817 16032@c This is false ...
c906108c
SS
16033Some @value{GDBN} features may be used in expressions regardless of the
16034language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16035and the @samp{@{type@}addr} construct (@pxref{Expressions,
16036,Expressions}) can be used with the constructs of any supported
16037language.
16038
16039The following sections detail to what degree each source language is
16040supported by @value{GDBN}. These sections are not meant to be language
16041tutorials or references, but serve only as a reference guide to what the
16042@value{GDBN} expression parser accepts, and what input and output
16043formats should look like for different languages. There are many good
16044books written on each of these languages; please look to these for a
16045language reference or tutorial.
16046
c906108c 16047@menu
b37303ee 16048* C:: C and C@t{++}
6aecb9c2 16049* D:: D
a766d390 16050* Go:: Go
b383017d 16051* Objective-C:: Objective-C
f4b8a18d 16052* OpenCL C:: OpenCL C
09d4efe1 16053* Fortran:: Fortran
9c16f35a 16054* Pascal:: Pascal
0bdfa368 16055* Rust:: Rust
b37303ee 16056* Modula-2:: Modula-2
e07c999f 16057* Ada:: Ada
a8b43b7b 16058* HIP:: HIP
c906108c
SS
16059@end menu
16060
6d2ebf8b 16061@node C
b37052ae 16062@subsection C and C@t{++}
7a292a7a 16063
b37052ae
EZ
16064@cindex C and C@t{++}
16065@cindex expressions in C or C@t{++}
c906108c 16066
b37052ae 16067Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
16068to both languages. Whenever this is the case, we discuss those languages
16069together.
16070
41afff9a
EZ
16071@cindex C@t{++}
16072@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
16073@cindex @sc{gnu} C@t{++}
16074The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16075compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16076effectively, you must compile your C@t{++} programs with a supported
16077C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
16078compiler (@code{aCC}).
16079
c906108c 16080@menu
b37052ae
EZ
16081* C Operators:: C and C@t{++} operators
16082* C Constants:: C and C@t{++} constants
79a6e687 16083* C Plus Plus Expressions:: C@t{++} expressions
b37052ae
EZ
16084* C Defaults:: Default settings for C and C@t{++}
16085* C Checks:: C and C@t{++} type and range checks
c906108c 16086* Debugging C:: @value{GDBN} and C
79a6e687 16087* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
febe4383 16088* Decimal Floating Point:: Numbers in Decimal Floating Point format
c906108c 16089@end menu
c906108c 16090
6d2ebf8b 16091@node C Operators
79a6e687 16092@subsubsection C and C@t{++} Operators
7a292a7a 16093
b37052ae 16094@cindex C and C@t{++} operators
c906108c
SS
16095
16096Operators must be defined on values of specific types. For instance,
16097@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 16098often defined on groups of types.
c906108c 16099
b37052ae 16100For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
16101
16102@itemize @bullet
53a5351d 16103
c906108c 16104@item
c906108c 16105@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 16106specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
16107
16108@item
d4f3574e
SS
16109@emph{Floating-point types} include @code{float}, @code{double}, and
16110@code{long double} (if supported by the target platform).
c906108c
SS
16111
16112@item
53a5351d 16113@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
16114
16115@item
16116@emph{Scalar types} include all of the above.
53a5351d 16117
c906108c
SS
16118@end itemize
16119
16120@noindent
16121The following operators are supported. They are listed here
16122in order of increasing precedence:
16123
16124@table @code
16125@item ,
16126The comma or sequencing operator. Expressions in a comma-separated list
16127are evaluated from left to right, with the result of the entire
16128expression being the last expression evaluated.
16129
16130@item =
16131Assignment. The value of an assignment expression is the value
16132assigned. Defined on scalar types.
16133
16134@item @var{op}=
16135Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16136and translated to @w{@code{@var{a} = @var{a op b}}}.
697aa1b7 16137@w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
c906108c
SS
16138@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16139@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16140
16141@item ?:
16142The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
697aa1b7
EZ
16143of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16144should be of an integral type.
c906108c
SS
16145
16146@item ||
16147Logical @sc{or}. Defined on integral types.
16148
16149@item &&
16150Logical @sc{and}. Defined on integral types.
16151
16152@item |
16153Bitwise @sc{or}. Defined on integral types.
16154
16155@item ^
16156Bitwise exclusive-@sc{or}. Defined on integral types.
16157
16158@item &
16159Bitwise @sc{and}. Defined on integral types.
16160
16161@item ==@r{, }!=
16162Equality and inequality. Defined on scalar types. The value of these
16163expressions is 0 for false and non-zero for true.
16164
16165@item <@r{, }>@r{, }<=@r{, }>=
16166Less than, greater than, less than or equal, greater than or equal.
16167Defined on scalar types. The value of these expressions is 0 for false
16168and non-zero for true.
16169
16170@item <<@r{, }>>
16171left shift, and right shift. Defined on integral types.
16172
16173@item @@
16174The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16175
16176@item +@r{, }-
16177Addition and subtraction. Defined on integral types, floating-point types and
16178pointer types.
16179
16180@item *@r{, }/@r{, }%
16181Multiplication, division, and modulus. Multiplication and division are
16182defined on integral and floating-point types. Modulus is defined on
16183integral types.
16184
16185@item ++@r{, }--
16186Increment and decrement. When appearing before a variable, the
16187operation is performed before the variable is used in an expression;
16188when appearing after it, the variable's value is used before the
16189operation takes place.
16190
16191@item *
16192Pointer dereferencing. Defined on pointer types. Same precedence as
16193@code{++}.
16194
16195@item &
16196Address operator. Defined on variables. Same precedence as @code{++}.
16197
b37052ae
EZ
16198For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16199allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
b17828ca 16200to examine the address
b37052ae 16201where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 16202stored.
c906108c
SS
16203
16204@item -
16205Negative. Defined on integral and floating-point types. Same
16206precedence as @code{++}.
16207
16208@item !
16209Logical negation. Defined on integral types. Same precedence as
16210@code{++}.
16211
16212@item ~
16213Bitwise complement operator. Defined on integral types. Same precedence as
16214@code{++}.
16215
16216
16217@item .@r{, }->
16218Structure member, and pointer-to-structure member. For convenience,
16219@value{GDBN} regards the two as equivalent, choosing whether to dereference a
16220pointer based on the stored type information.
16221Defined on @code{struct} and @code{union} data.
16222
c906108c
SS
16223@item .*@r{, }->*
16224Dereferences of pointers to members.
c906108c
SS
16225
16226@item []
16227Array indexing. @code{@var{a}[@var{i}]} is defined as
16228@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16229
16230@item ()
16231Function parameter list. Same precedence as @code{->}.
16232
c906108c 16233@item ::
b37052ae 16234C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 16235and @code{class} types.
c906108c
SS
16236
16237@item ::
7a292a7a
SS
16238Doubled colons also represent the @value{GDBN} scope operator
16239(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16240above.
c906108c
SS
16241@end table
16242
c906108c
SS
16243If an operator is redefined in the user code, @value{GDBN} usually
16244attempts to invoke the redefined version instead of using the operator's
16245predefined meaning.
c906108c 16246
6d2ebf8b 16247@node C Constants
79a6e687 16248@subsubsection C and C@t{++} Constants
c906108c 16249
b37052ae 16250@cindex C and C@t{++} constants
c906108c 16251
b37052ae 16252@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 16253following ways:
c906108c
SS
16254
16255@itemize @bullet
16256@item
16257Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
16258specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16259by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
16260@samp{l}, specifying that the constant should be treated as a
16261@code{long} value.
16262
16263@item
16264Floating point constants are a sequence of digits, followed by a decimal
16265point, followed by a sequence of digits, and optionally followed by an
16266exponent. An exponent is of the form:
16267@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16268sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
16269A floating-point constant may also end with a letter @samp{f} or
16270@samp{F}, specifying that the constant should be treated as being of
16271the @code{float} (as opposed to the default @code{double}) type; or with
16272a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16273constant.
c906108c
SS
16274
16275@item
16276Enumerated constants consist of enumerated identifiers, or their
16277integral equivalents.
16278
16279@item
16280Character constants are a single character surrounded by single quotes
16281(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 16282(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
16283be represented by a letter or by @dfn{escape sequences}, which are of
16284the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16285of the character's ordinal value; or of the form @samp{\@var{x}}, where
16286@samp{@var{x}} is a predefined special character---for example,
16287@samp{\n} for newline.
16288
e0f8f636
TT
16289Wide character constants can be written by prefixing a character
16290constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16291form of @samp{x}. The target wide character set is used when
16292computing the value of this constant (@pxref{Character Sets}).
16293
c906108c 16294@item
96a2c332
SS
16295String constants are a sequence of character constants surrounded by
16296double quotes (@code{"}). Any valid character constant (as described
16297above) may appear. Double quotes within the string must be preceded by
16298a backslash, so for instance @samp{"a\"b'c"} is a string of five
16299characters.
c906108c 16300
e0f8f636
TT
16301Wide string constants can be written by prefixing a string constant
16302with @samp{L}, as in C. The target wide character set is used when
16303computing the value of this constant (@pxref{Character Sets}).
16304
c906108c
SS
16305@item
16306Pointer constants are an integral value. You can also write pointers
16307to constants using the C operator @samp{&}.
16308
16309@item
16310Array constants are comma-separated lists surrounded by braces @samp{@{}
16311and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16312integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16313and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16314@end itemize
16315
79a6e687
BW
16316@node C Plus Plus Expressions
16317@subsubsection C@t{++} Expressions
b37052ae
EZ
16318
16319@cindex expressions in C@t{++}
16320@value{GDBN} expression handling can interpret most C@t{++} expressions.
16321
0179ffac
DC
16322@cindex debugging C@t{++} programs
16323@cindex C@t{++} compilers
16324@cindex debug formats and C@t{++}
16325@cindex @value{NGCC} and C@t{++}
c906108c 16326@quotation
e0f8f636
TT
16327@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16328the proper compiler and the proper debug format. Currently,
16329@value{GDBN} works best when debugging C@t{++} code that is compiled
16330with the most recent version of @value{NGCC} possible. The DWARF
16331debugging format is preferred; @value{NGCC} defaults to this on most
16332popular platforms. Other compilers and/or debug formats are likely to
16333work badly or not at all when using @value{GDBN} to debug C@t{++}
16334code. @xref{Compilation}.
c906108c 16335@end quotation
c906108c
SS
16336
16337@enumerate
16338
16339@cindex member functions
16340@item
16341Member function calls are allowed; you can use expressions like
16342
474c8240 16343@smallexample
c906108c 16344count = aml->GetOriginal(x, y)
474c8240 16345@end smallexample
c906108c 16346
41afff9a 16347@vindex this@r{, inside C@t{++} member functions}
b37052ae 16348@cindex namespace in C@t{++}
c906108c
SS
16349@item
16350While a member function is active (in the selected stack frame), your
16351expressions have the same namespace available as the member function;
16352that is, @value{GDBN} allows implicit references to the class instance
e0f8f636
TT
16353pointer @code{this} following the same rules as C@t{++}. @code{using}
16354declarations in the current scope are also respected by @value{GDBN}.
c906108c 16355
c906108c 16356@cindex call overloaded functions
d4f3574e 16357@cindex overloaded functions, calling
b37052ae 16358@cindex type conversions in C@t{++}
c906108c
SS
16359@item
16360You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 16361call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
16362perform overload resolution involving user-defined type conversions,
16363calls to constructors, or instantiations of templates that do not exist
16364in the program. It also cannot handle ellipsis argument lists or
16365default arguments.
16366
16367It does perform integral conversions and promotions, floating-point
16368promotions, arithmetic conversions, pointer conversions, conversions of
16369class objects to base classes, and standard conversions such as those of
16370functions or arrays to pointers; it requires an exact match on the
16371number of function arguments.
16372
16373Overload resolution is always performed, unless you have specified
79a6e687
BW
16374@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16375,@value{GDBN} Features for C@t{++}}.
c906108c 16376
d4f3574e 16377You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
16378explicit function signature to call an overloaded function, as in
16379@smallexample
16380p 'foo(char,int)'('x', 13)
16381@end smallexample
d4f3574e 16382
c906108c 16383The @value{GDBN} command-completion facility can simplify this;
79a6e687 16384see @ref{Completion, ,Command Completion}.
c906108c 16385
c906108c
SS
16386@cindex reference declarations
16387@item
c0f55cc6
AV
16388@value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16389references; you can use them in expressions just as you do in C@t{++}
16390source---they are automatically dereferenced.
c906108c
SS
16391
16392In the parameter list shown when @value{GDBN} displays a frame, the values of
16393reference variables are not displayed (unlike other variables); this
16394avoids clutter, since references are often used for large structures.
16395The @emph{address} of a reference variable is always shown, unless
16396you have specified @samp{set print address off}.
16397
16398@item
b37052ae 16399@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
16400expressions can use it just as expressions in your program do. Since
16401one scope may be defined in another, you can use @code{::} repeatedly if
16402necessary, for example in an expression like
16403@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 16404resolving name scope by reference to source files, in both C and C@t{++}
79a6e687 16405debugging (@pxref{Variables, ,Program Variables}).
c906108c 16406
e0f8f636
TT
16407@item
16408@value{GDBN} performs argument-dependent lookup, following the C@t{++}
16409specification.
16410@end enumerate
c906108c 16411
6d2ebf8b 16412@node C Defaults
79a6e687 16413@subsubsection C and C@t{++} Defaults
7a292a7a 16414
b37052ae 16415@cindex C and C@t{++} defaults
c906108c 16416
a451cb65
KS
16417If you allow @value{GDBN} to set range checking automatically, it
16418defaults to @code{off} whenever the working language changes to
b37052ae 16419C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 16420selects the working language.
c906108c
SS
16421
16422If you allow @value{GDBN} to set the language automatically, it
16423recognizes source files whose names end with @file{.c}, @file{.C}, or
16424@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 16425these files, it sets the working language to C or C@t{++}.
79a6e687 16426@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
c906108c
SS
16427for further details.
16428
6d2ebf8b 16429@node C Checks
79a6e687 16430@subsubsection C and C@t{++} Type and Range Checks
7a292a7a 16431
b37052ae 16432@cindex C and C@t{++} checks
c906108c 16433
a451cb65
KS
16434By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16435checking is used. However, if you turn type checking off, @value{GDBN}
16436will allow certain non-standard conversions, such as promoting integer
16437constants to pointers.
c906108c
SS
16438
16439Range checking, if turned on, is done on mathematical operations. Array
16440indices are not checked, since they are often used to index a pointer
16441that is not itself an array.
c906108c 16442
6d2ebf8b 16443@node Debugging C
c906108c 16444@subsubsection @value{GDBN} and C
c906108c
SS
16445
16446The @code{set print union} and @code{show print union} commands apply to
16447the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
16448inside a @code{struct} or @code{class} is also printed. Otherwise, it
16449appears as @samp{@{...@}}.
c906108c
SS
16450
16451The @code{@@} operator aids in the debugging of dynamic arrays, formed
16452with pointers and a memory allocation function. @xref{Expressions,
16453,Expressions}.
16454
79a6e687
BW
16455@node Debugging C Plus Plus
16456@subsubsection @value{GDBN} Features for C@t{++}
c906108c 16457
b37052ae 16458@cindex commands for C@t{++}
7a292a7a 16459
b37052ae
EZ
16460Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16461designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
16462
16463@table @code
16464@cindex break in overloaded functions
16465@item @r{breakpoint menus}
16466When you want a breakpoint in a function whose name is overloaded,
6ba66d6a
JB
16467@value{GDBN} has the capability to display a menu of possible breakpoint
16468locations to help you specify which function definition you want.
16469@xref{Ambiguous Expressions,,Ambiguous Expressions}.
c906108c 16470
b37052ae 16471@cindex overloading in C@t{++}
c906108c
SS
16472@item rbreak @var{regex}
16473Setting breakpoints using regular expressions is helpful for setting
16474breakpoints on overloaded functions that are not members of any special
16475classes.
79a6e687 16476@xref{Set Breaks, ,Setting Breakpoints}.
c906108c 16477
b37052ae 16478@cindex C@t{++} exception handling
c906108c 16479@item catch throw
591f19e8 16480@itemx catch rethrow
c906108c 16481@itemx catch catch
b37052ae 16482Debug C@t{++} exception handling using these commands. @xref{Set
79a6e687 16483Catchpoints, , Setting Catchpoints}.
c906108c
SS
16484
16485@cindex inheritance
16486@item ptype @var{typename}
16487Print inheritance relationships as well as other information for type
16488@var{typename}.
16489@xref{Symbols, ,Examining the Symbol Table}.
16490
c4aeac85
TT
16491@item info vtbl @var{expression}.
16492The @code{info vtbl} command can be used to display the virtual
16493method tables of the object computed by @var{expression}. This shows
16494one entry per virtual table; there may be multiple virtual tables when
16495multiple inheritance is in use.
16496
439250fb
DE
16497@cindex C@t{++} demangling
16498@item demangle @var{name}
16499Demangle @var{name}.
16500@xref{Symbols}, for a more complete description of the @code{demangle} command.
16501
b37052ae 16502@cindex C@t{++} symbol display
c906108c
SS
16503@item set print demangle
16504@itemx show print demangle
16505@itemx set print asm-demangle
16506@itemx show print asm-demangle
b37052ae
EZ
16507Control whether C@t{++} symbols display in their source form, both when
16508displaying code as C@t{++} source and when displaying disassemblies.
79a6e687 16509@xref{Print Settings, ,Print Settings}.
c906108c
SS
16510
16511@item set print object
16512@itemx show print object
16513Choose whether to print derived (actual) or declared types of objects.
79a6e687 16514@xref{Print Settings, ,Print Settings}.
c906108c
SS
16515
16516@item set print vtbl
16517@itemx show print vtbl
16518Control the format for printing virtual function tables.
79a6e687 16519@xref{Print Settings, ,Print Settings}.
c906108c 16520(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 16521ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
16522
16523@kindex set overload-resolution
d4f3574e 16524@cindex overloaded functions, overload resolution
c906108c 16525@item set overload-resolution on
b37052ae 16526Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
16527is on. For overloaded functions, @value{GDBN} evaluates the arguments
16528and searches for a function whose signature matches the argument types,
79a6e687
BW
16529using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16530Expressions, ,C@t{++} Expressions}, for details).
16531If it cannot find a match, it emits a message.
c906108c
SS
16532
16533@item set overload-resolution off
b37052ae 16534Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
16535overloaded functions that are not class member functions, @value{GDBN}
16536chooses the first function of the specified name that it finds in the
16537symbol table, whether or not its arguments are of the correct type. For
16538overloaded functions that are class member functions, @value{GDBN}
16539searches for a function whose signature @emph{exactly} matches the
16540argument types.
c906108c 16541
9c16f35a
EZ
16542@kindex show overload-resolution
16543@item show overload-resolution
16544Show the current setting of overload resolution.
16545
c906108c
SS
16546@item @r{Overloaded symbol names}
16547You can specify a particular definition of an overloaded symbol, using
b37052ae 16548the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
16549@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16550also use the @value{GDBN} command-line word completion facilities to list the
16551available choices, or to finish the type list for you.
79a6e687 16552@xref{Completion,, Command Completion}, for details on how to do this.
bd69330d
PA
16553
16554@item @r{Breakpoints in functions with ABI tags}
16555
16556The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16557correspond to changes in the ABI of a type, function, or variable that
16558would not otherwise be reflected in a mangled name. See
16559@url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16560for more detail.
16561
16562The ABI tags are visible in C@t{++} demangled names. For example, a
16563function that returns a std::string:
16564
16565@smallexample
16566std::string function(int);
16567@end smallexample
16568
16569@noindent
16570when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16571tag, and @value{GDBN} displays the symbol like this:
16572
16573@smallexample
16574function[abi:cxx11](int)
16575@end smallexample
16576
16577You can set a breakpoint on such functions simply as if they had no
16578tag. For example:
16579
16580@smallexample
a8b43b7b 16581(@value{GDBP}) b function(int)
bd69330d 16582Breakpoint 2 at 0x40060d: file main.cc, line 10.
a8b43b7b 16583(@value{GDBP}) info breakpoints
bd69330d
PA
16584Num Type Disp Enb Address What
165851 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16586 at main.cc:10
16587@end smallexample
16588
16589On the rare occasion you need to disambiguate between different ABI
16590tags, you can do so by simply including the ABI tag in the function
16591name, like:
16592
16593@smallexample
16594(@value{GDBP}) b ambiguous[abi:other_tag](int)
16595@end smallexample
c906108c 16596@end table
c906108c 16597
febe4383
TJB
16598@node Decimal Floating Point
16599@subsubsection Decimal Floating Point format
16600@cindex decimal floating point format
16601
16602@value{GDBN} can examine, set and perform computations with numbers in
16603decimal floating point format, which in the C language correspond to the
16604@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16605specified by the extension to support decimal floating-point arithmetic.
16606
16607There are two encodings in use, depending on the architecture: BID (Binary
16608Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
4ac33720
UW
16609PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16610configured target.
febe4383
TJB
16611
16612Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16613to manipulate decimal floating point numbers, it is not possible to convert
16614(using a cast, for example) integers wider than 32-bit to decimal float.
16615
16616In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16617point computations, error checking in decimal float operations ignores
16618underflow, overflow and divide by zero exceptions.
16619
4acd40f3 16620In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
99e008fe
EZ
16621to inspect @code{_Decimal128} values stored in floating point registers.
16622See @ref{PowerPC,,PowerPC} for more details.
4acd40f3 16623
6aecb9c2
JB
16624@node D
16625@subsection D
16626
16627@cindex D
16628@value{GDBN} can be used to debug programs written in D and compiled with
16629GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16630specific feature --- dynamic arrays.
16631
a766d390
DE
16632@node Go
16633@subsection Go
16634
16635@cindex Go (programming language)
16636@value{GDBN} can be used to debug programs written in Go and compiled with
16637@file{gccgo} or @file{6g} compilers.
16638
16639Here is a summary of the Go-specific features and restrictions:
16640
16641@table @code
16642@cindex current Go package
16643@item The current Go package
16644The name of the current package does not need to be specified when
16645specifying global variables and functions.
16646
16647For example, given the program:
16648
16649@example
16650package main
16651var myglob = "Shall we?"
16652func main () @{
16653 // ...
16654@}
16655@end example
16656
16657When stopped inside @code{main} either of these work:
16658
16659@example
a8b43b7b
T
16660(@value{GDBP}) p myglob
16661(@value{GDBP}) p main.myglob
a766d390
DE
16662@end example
16663
16664@cindex builtin Go types
16665@item Builtin Go types
16666The @code{string} type is recognized by @value{GDBN} and is printed
16667as a string.
16668
16669@cindex builtin Go functions
16670@item Builtin Go functions
16671The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16672function and handles it internally.
a766d390
DE
16673
16674@cindex restrictions on Go expressions
16675@item Restrictions on Go expressions
16676All Go operators are supported except @code{&^}.
16677The Go @code{_} ``blank identifier'' is not supported.
16678Automatic dereferencing of pointers is not supported.
50f042b9 16679@end table
a766d390 16680
b37303ee
AF
16681@node Objective-C
16682@subsection Objective-C
16683
16684@cindex Objective-C
16685This section provides information about some commands and command
721c2651
EZ
16686options that are useful for debugging Objective-C code. See also
16687@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16688few more commands specific to Objective-C support.
b37303ee
AF
16689
16690@menu
b383017d
RM
16691* Method Names in Commands::
16692* The Print Command with Objective-C::
b37303ee
AF
16693@end menu
16694
c8f4133a 16695@node Method Names in Commands
b37303ee
AF
16696@subsubsection Method Names in Commands
16697
16698The following commands have been extended to accept Objective-C method
16699names as line specifications:
16700
16701@kindex clear@r{, and Objective-C}
16702@kindex break@r{, and Objective-C}
16703@kindex info line@r{, and Objective-C}
16704@kindex jump@r{, and Objective-C}
16705@kindex list@r{, and Objective-C}
16706@itemize
16707@item @code{clear}
16708@item @code{break}
16709@item @code{info line}
16710@item @code{jump}
16711@item @code{list}
16712@end itemize
16713
16714A fully qualified Objective-C method name is specified as
16715
16716@smallexample
16717-[@var{Class} @var{methodName}]
16718@end smallexample
16719
c552b3bb
JM
16720where the minus sign is used to indicate an instance method and a
16721plus sign (not shown) is used to indicate a class method. The class
16722name @var{Class} and method name @var{methodName} are enclosed in
16723brackets, similar to the way messages are specified in Objective-C
16724source code. For example, to set a breakpoint at the @code{create}
16725instance method of class @code{Fruit} in the program currently being
16726debugged, enter:
b37303ee
AF
16727
16728@smallexample
16729break -[Fruit create]
16730@end smallexample
16731
16732To list ten program lines around the @code{initialize} class method,
16733enter:
16734
16735@smallexample
16736list +[NSText initialize]
16737@end smallexample
16738
c552b3bb
JM
16739In the current version of @value{GDBN}, the plus or minus sign is
16740required. In future versions of @value{GDBN}, the plus or minus
16741sign will be optional, but you can use it to narrow the search. It
16742is also possible to specify just a method name:
b37303ee
AF
16743
16744@smallexample
16745break create
16746@end smallexample
16747
16748You must specify the complete method name, including any colons. If
16749your program's source files contain more than one @code{create} method,
16750you'll be presented with a numbered list of classes that implement that
16751method. Indicate your choice by number, or type @samp{0} to exit if
16752none apply.
16753
16754As another example, to clear a breakpoint established at the
16755@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
16756
16757@smallexample
16758clear -[NSWindow makeKeyAndOrderFront:]
16759@end smallexample
16760
16761@node The Print Command with Objective-C
16762@subsubsection The Print Command With Objective-C
721c2651 16763@cindex Objective-C, print objects
c552b3bb
JM
16764@kindex print-object
16765@kindex po @r{(@code{print-object})}
b37303ee 16766
c552b3bb 16767The print command has also been extended to accept methods. For example:
b37303ee
AF
16768
16769@smallexample
c552b3bb 16770print -[@var{object} hash]
b37303ee
AF
16771@end smallexample
16772
16773@cindex print an Objective-C object description
c552b3bb
JM
16774@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
16775@noindent
16776will tell @value{GDBN} to send the @code{hash} message to @var{object}
16777and print the result. Also, an additional command has been added,
16778@code{print-object} or @code{po} for short, which is meant to print
16779the description of an object. However, this command may only work
16780with certain Objective-C libraries that have a particular hook
16781function, @code{_NSPrintForDebugger}, defined.
b37303ee 16782
f4b8a18d
KW
16783@node OpenCL C
16784@subsection OpenCL C
16785
16786@cindex OpenCL C
16787This section provides information about @value{GDBN}s OpenCL C support.
16788
16789@menu
16790* OpenCL C Datatypes::
16791* OpenCL C Expressions::
16792* OpenCL C Operators::
16793@end menu
16794
16795@node OpenCL C Datatypes
16796@subsubsection OpenCL C Datatypes
16797
16798@cindex OpenCL C Datatypes
16799@value{GDBN} supports the builtin scalar and vector datatypes specified
16800by OpenCL 1.1. In addition the half- and double-precision floating point
16801data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16802extensions are also known to @value{GDBN}.
16803
16804@node OpenCL C Expressions
16805@subsubsection OpenCL C Expressions
16806
16807@cindex OpenCL C Expressions
16808@value{GDBN} supports accesses to vector components including the access as
16809lvalue where possible. Since OpenCL C is based on C99 most C expressions
16810supported by @value{GDBN} can be used as well.
16811
16812@node OpenCL C Operators
16813@subsubsection OpenCL C Operators
16814
16815@cindex OpenCL C Operators
16816@value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16817vector data types.
16818
09d4efe1
EZ
16819@node Fortran
16820@subsection Fortran
16821@cindex Fortran-specific support in @value{GDBN}
16822
814e32d7
WZ
16823@value{GDBN} can be used to debug programs written in Fortran, but it
16824currently supports only the features of Fortran 77 language.
16825
16826@cindex trailing underscore, in Fortran symbols
16827Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16828among them) append an underscore to the names of variables and
16829functions. When you debug programs compiled by those compilers, you
16830will need to refer to variables and functions with a trailing
16831underscore.
16832
16833@menu
16834* Fortran Operators:: Fortran operators and expressions
16835* Fortran Defaults:: Default settings for Fortran
79a6e687 16836* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
814e32d7
WZ
16837@end menu
16838
16839@node Fortran Operators
79a6e687 16840@subsubsection Fortran Operators and Expressions
814e32d7
WZ
16841
16842@cindex Fortran operators and expressions
16843
16844Operators must be defined on values of specific types. For instance,
16845@code{+} is defined on numbers, but not on characters or other non-
ff2587ec 16846arithmetic types. Operators are often defined on groups of types.
814e32d7
WZ
16847
16848@table @code
16849@item **
99e008fe 16850The exponentiation operator. It raises the first operand to the power
814e32d7
WZ
16851of the second one.
16852
16853@item :
16854The range operator. Normally used in the form of array(low:high) to
16855represent a section of array.
68837c9d
MD
16856
16857@item %
16858The access component operator. Normally used to access elements in derived
16859types. Also suitable for unions. As unions aren't part of regular Fortran,
16860this can only happen when accessing a register that uses a gdbarch-defined
16861union type.
0a4b0913
AB
16862@item ::
16863The scope operator. Normally used to access variables in modules or
16864to set breakpoints on subroutines nested in modules or in other
16865subroutines (internal subroutines).
814e32d7
WZ
16866@end table
16867
16868@node Fortran Defaults
16869@subsubsection Fortran Defaults
16870
16871@cindex Fortran Defaults
16872
16873Fortran symbols are usually case-insensitive, so @value{GDBN} by
16874default uses case-insensitive matches for Fortran symbols. You can
16875change that with the @samp{set case-insensitive} command, see
16876@ref{Symbols}, for the details.
16877
79a6e687
BW
16878@node Special Fortran Commands
16879@subsubsection Special Fortran Commands
814e32d7
WZ
16880
16881@cindex Special Fortran commands
16882
db2e3e2e
BW
16883@value{GDBN} has some commands to support Fortran-specific features,
16884such as displaying common blocks.
814e32d7 16885
09d4efe1
EZ
16886@table @code
16887@cindex @code{COMMON} blocks, Fortran
16888@kindex info common
16889@item info common @r{[}@var{common-name}@r{]}
16890This command prints the values contained in the Fortran @code{COMMON}
16891block whose name is @var{common-name}. With no argument, the names of
d52fb0e9 16892all @code{COMMON} blocks visible at the current program location are
09d4efe1
EZ
16893printed.
16894@end table
16895
9c16f35a
EZ
16896@node Pascal
16897@subsection Pascal
16898
16899@cindex Pascal support in @value{GDBN}, limitations
16900Debugging Pascal programs which use sets, subranges, file variables, or
16901nested functions does not currently work. @value{GDBN} does not support
16902entering expressions, printing values, or similar features using Pascal
16903syntax.
16904
16905The Pascal-specific command @code{set print pascal_static-members}
16906controls whether static members of Pascal objects are displayed.
16907@xref{Print Settings, pascal_static-members}.
16908
0bdfa368
TT
16909@node Rust
16910@subsection Rust
16911
16912@value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
16913Programming Language}. Type- and value-printing, and expression
16914parsing, are reasonably complete. However, there are a few
16915peculiarities and holes to be aware of.
16916
16917@itemize @bullet
16918@item
16919Linespecs (@pxref{Specify Location}) are never relative to the current
16920crate. Instead, they act as if there were a global namespace of
16921crates, somewhat similar to the way @code{extern crate} behaves.
16922
16923That is, if @value{GDBN} is stopped at a breakpoint in a function in
16924crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
16925to set a breakpoint in a function named @samp{f} in a crate named
16926@samp{B}.
16927
16928As a consequence of this approach, linespecs also cannot refer to
16929items using @samp{self::} or @samp{super::}.
16930
16931@item
16932Because @value{GDBN} implements Rust name-lookup semantics in
16933expressions, it will sometimes prepend the current crate to a name.
16934For example, if @value{GDBN} is stopped at a breakpoint in the crate
16935@samp{K}, then @code{print ::x::y} will try to find the symbol
16936@samp{K::x::y}.
16937
16938However, since it is useful to be able to refer to other crates when
16939debugging, @value{GDBN} provides the @code{extern} extension to
16940circumvent this. To use the extension, just put @code{extern} before
16941a path expression to refer to the otherwise unavailable ``global''
16942scope.
16943
16944In the above example, if you wanted to refer to the symbol @samp{y} in
16945the crate @samp{x}, you would use @code{print extern x::y}.
16946
16947@item
16948The Rust expression evaluator does not support ``statement-like''
16949expressions such as @code{if} or @code{match}, or lambda expressions.
16950
16951@item
16952Tuple expressions are not implemented.
16953
16954@item
16955The Rust expression evaluator does not currently implement the
16956@code{Drop} trait. Objects that may be created by the evaluator will
16957never be destroyed.
16958
16959@item
16960@value{GDBN} does not implement type inference for generics. In order
16961to call generic functions or otherwise refer to generic items, you
16962will have to specify the type parameters manually.
16963
16964@item
16965@value{GDBN} currently uses the C@t{++} demangler for Rust. In most
16966cases this does not cause any problems. However, in an expression
16967context, completing a generic function name will give syntactically
16968invalid results. This happens because Rust requires the @samp{::}
16969operator between the function name and its generic arguments. For
16970example, @value{GDBN} might provide a completion like
16971@code{crate::f<u32>}, where the parser would require
16972@code{crate::f::<u32>}.
16973
16974@item
16975As of this writing, the Rust compiler (version 1.8) has a few holes in
16976the debugging information it generates. These holes prevent certain
16977features from being implemented by @value{GDBN}:
16978@itemize @bullet
16979
16980@item
16981Method calls cannot be made via traits.
16982
0bdfa368
TT
16983@item
16984Operator overloading is not implemented.
16985
16986@item
16987When debugging in a monomorphized function, you cannot use the generic
16988type names.
16989
16990@item
16991The type @code{Self} is not available.
16992
16993@item
16994@code{use} statements are not available, so some names may not be
16995available in the crate.
16996@end itemize
16997@end itemize
16998
09d4efe1 16999@node Modula-2
c906108c 17000@subsection Modula-2
7a292a7a 17001
d4f3574e 17002@cindex Modula-2, @value{GDBN} support
c906108c
SS
17003
17004The extensions made to @value{GDBN} to support Modula-2 only support
17005output from the @sc{gnu} Modula-2 compiler (which is currently being
17006developed). Other Modula-2 compilers are not currently supported, and
17007attempting to debug executables produced by them is most likely
17008to give an error as @value{GDBN} reads in the executable's symbol
17009table.
17010
17011@cindex expressions in Modula-2
17012@menu
17013* M2 Operators:: Built-in operators
17014* Built-In Func/Proc:: Built-in functions and procedures
17015* M2 Constants:: Modula-2 constants
72019c9c 17016* M2 Types:: Modula-2 types
c906108c
SS
17017* M2 Defaults:: Default settings for Modula-2
17018* Deviations:: Deviations from standard Modula-2
17019* M2 Checks:: Modula-2 type and range checks
17020* M2 Scope:: The scope operators @code{::} and @code{.}
17021* GDB/M2:: @value{GDBN} and Modula-2
17022@end menu
17023
6d2ebf8b 17024@node M2 Operators
c906108c
SS
17025@subsubsection Operators
17026@cindex Modula-2 operators
17027
17028Operators must be defined on values of specific types. For instance,
17029@code{+} is defined on numbers, but not on structures. Operators are
17030often defined on groups of types. For the purposes of Modula-2, the
17031following definitions hold:
17032
17033@itemize @bullet
17034
17035@item
17036@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17037their subranges.
17038
17039@item
17040@emph{Character types} consist of @code{CHAR} and its subranges.
17041
17042@item
17043@emph{Floating-point types} consist of @code{REAL}.
17044
17045@item
17046@emph{Pointer types} consist of anything declared as @code{POINTER TO
17047@var{type}}.
17048
17049@item
17050@emph{Scalar types} consist of all of the above.
17051
17052@item
17053@emph{Set types} consist of @code{SET} and @code{BITSET} types.
17054
17055@item
17056@emph{Boolean types} consist of @code{BOOLEAN}.
17057@end itemize
17058
17059@noindent
17060The following operators are supported, and appear in order of
17061increasing precedence:
17062
17063@table @code
17064@item ,
17065Function argument or array index separator.
17066
17067@item :=
17068Assignment. The value of @var{var} @code{:=} @var{value} is
17069@var{value}.
17070
17071@item <@r{, }>
17072Less than, greater than on integral, floating-point, or enumerated
17073types.
17074
17075@item <=@r{, }>=
96a2c332 17076Less than or equal to, greater than or equal to
c906108c
SS
17077on integral, floating-point and enumerated types, or set inclusion on
17078set types. Same precedence as @code{<}.
17079
17080@item =@r{, }<>@r{, }#
17081Equality and two ways of expressing inequality, valid on scalar types.
17082Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17083available for inequality, since @code{#} conflicts with the script
17084comment character.
17085
17086@item IN
17087Set membership. Defined on set types and the types of their members.
17088Same precedence as @code{<}.
17089
17090@item OR
17091Boolean disjunction. Defined on boolean types.
17092
17093@item AND@r{, }&
d4f3574e 17094Boolean conjunction. Defined on boolean types.
c906108c
SS
17095
17096@item @@
17097The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17098
17099@item +@r{, }-
17100Addition and subtraction on integral and floating-point types, or union
17101and difference on set types.
17102
17103@item *
17104Multiplication on integral and floating-point types, or set intersection
17105on set types.
17106
17107@item /
17108Division on floating-point types, or symmetric set difference on set
17109types. Same precedence as @code{*}.
17110
17111@item DIV@r{, }MOD
17112Integer division and remainder. Defined on integral types. Same
17113precedence as @code{*}.
17114
17115@item -
99e008fe 17116Negative. Defined on @code{INTEGER} and @code{REAL} data.
c906108c
SS
17117
17118@item ^
17119Pointer dereferencing. Defined on pointer types.
17120
17121@item NOT
17122Boolean negation. Defined on boolean types. Same precedence as
17123@code{^}.
17124
17125@item .
17126@code{RECORD} field selector. Defined on @code{RECORD} data. Same
17127precedence as @code{^}.
17128
17129@item []
17130Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17131
17132@item ()
17133Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17134as @code{^}.
17135
17136@item ::@r{, }.
17137@value{GDBN} and Modula-2 scope operators.
17138@end table
17139
17140@quotation
72019c9c 17141@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
c906108c
SS
17142treats the use of the operator @code{IN}, or the use of operators
17143@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17144@code{<=}, and @code{>=} on sets as an error.
17145@end quotation
17146
cb51c4e0 17147
6d2ebf8b 17148@node Built-In Func/Proc
79a6e687 17149@subsubsection Built-in Functions and Procedures
cb51c4e0 17150@cindex Modula-2 built-ins
c906108c
SS
17151
17152Modula-2 also makes available several built-in procedures and functions.
17153In describing these, the following metavariables are used:
17154
17155@table @var
17156
17157@item a
17158represents an @code{ARRAY} variable.
17159
17160@item c
17161represents a @code{CHAR} constant or variable.
17162
17163@item i
17164represents a variable or constant of integral type.
17165
17166@item m
17167represents an identifier that belongs to a set. Generally used in the
17168same function with the metavariable @var{s}. The type of @var{s} should
17169be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17170
17171@item n
17172represents a variable or constant of integral or floating-point type.
17173
17174@item r
17175represents a variable or constant of floating-point type.
17176
17177@item t
17178represents a type.
17179
17180@item v
17181represents a variable.
17182
17183@item x
17184represents a variable or constant of one of many types. See the
17185explanation of the function for details.
17186@end table
17187
17188All Modula-2 built-in procedures also return a result, described below.
17189
17190@table @code
17191@item ABS(@var{n})
17192Returns the absolute value of @var{n}.
17193
17194@item CAP(@var{c})
17195If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 17196equivalent, otherwise it returns its argument.
c906108c
SS
17197
17198@item CHR(@var{i})
17199Returns the character whose ordinal value is @var{i}.
17200
17201@item DEC(@var{v})
c3f6f71d 17202Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
17203
17204@item DEC(@var{v},@var{i})
17205Decrements the value in the variable @var{v} by @var{i}. Returns the
17206new value.
17207
17208@item EXCL(@var{m},@var{s})
17209Removes the element @var{m} from the set @var{s}. Returns the new
17210set.
17211
17212@item FLOAT(@var{i})
17213Returns the floating point equivalent of the integer @var{i}.
17214
17215@item HIGH(@var{a})
17216Returns the index of the last member of @var{a}.
17217
17218@item INC(@var{v})
c3f6f71d 17219Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
17220
17221@item INC(@var{v},@var{i})
17222Increments the value in the variable @var{v} by @var{i}. Returns the
17223new value.
17224
17225@item INCL(@var{m},@var{s})
17226Adds the element @var{m} to the set @var{s} if it is not already
17227there. Returns the new set.
17228
17229@item MAX(@var{t})
17230Returns the maximum value of the type @var{t}.
17231
17232@item MIN(@var{t})
17233Returns the minimum value of the type @var{t}.
17234
17235@item ODD(@var{i})
17236Returns boolean TRUE if @var{i} is an odd number.
17237
17238@item ORD(@var{x})
17239Returns the ordinal value of its argument. For example, the ordinal
697aa1b7
EZ
17240value of a character is its @sc{ascii} value (on machines supporting
17241the @sc{ascii} character set). The argument @var{x} must be of an
17242ordered type, which include integral, character and enumerated types.
c906108c
SS
17243
17244@item SIZE(@var{x})
697aa1b7
EZ
17245Returns the size of its argument. The argument @var{x} can be a
17246variable or a type.
c906108c
SS
17247
17248@item TRUNC(@var{r})
17249Returns the integral part of @var{r}.
17250
844781a1 17251@item TSIZE(@var{x})
697aa1b7
EZ
17252Returns the size of its argument. The argument @var{x} can be a
17253variable or a type.
844781a1 17254
c906108c
SS
17255@item VAL(@var{t},@var{i})
17256Returns the member of the type @var{t} whose ordinal value is @var{i}.
17257@end table
17258
17259@quotation
17260@emph{Warning:} Sets and their operations are not yet supported, so
17261@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17262an error.
17263@end quotation
17264
17265@cindex Modula-2 constants
6d2ebf8b 17266@node M2 Constants
c906108c
SS
17267@subsubsection Constants
17268
17269@value{GDBN} allows you to express the constants of Modula-2 in the following
17270ways:
17271
17272@itemize @bullet
17273
17274@item
17275Integer constants are simply a sequence of digits. When used in an
17276expression, a constant is interpreted to be type-compatible with the
17277rest of the expression. Hexadecimal integers are specified by a
17278trailing @samp{H}, and octal integers by a trailing @samp{B}.
17279
17280@item
17281Floating point constants appear as a sequence of digits, followed by a
17282decimal point and another sequence of digits. An optional exponent can
17283then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17284@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17285digits of the floating point constant must be valid decimal (base 10)
17286digits.
17287
17288@item
17289Character constants consist of a single character enclosed by a pair of
17290like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 17291also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
17292followed by a @samp{C}.
17293
17294@item
17295String constants consist of a sequence of characters enclosed by a
17296pair of like quotes, either single (@code{'}) or double (@code{"}).
17297Escape sequences in the style of C are also allowed. @xref{C
79a6e687 17298Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
c906108c
SS
17299sequences.
17300
17301@item
17302Enumerated constants consist of an enumerated identifier.
17303
17304@item
17305Boolean constants consist of the identifiers @code{TRUE} and
17306@code{FALSE}.
17307
17308@item
17309Pointer constants consist of integral values only.
17310
17311@item
17312Set constants are not yet supported.
17313@end itemize
17314
72019c9c
GM
17315@node M2 Types
17316@subsubsection Modula-2 Types
17317@cindex Modula-2 types
17318
17319Currently @value{GDBN} can print the following data types in Modula-2
17320syntax: array types, record types, set types, pointer types, procedure
17321types, enumerated types, subrange types and base types. You can also
17322print the contents of variables declared using these type.
17323This section gives a number of simple source code examples together with
17324sample @value{GDBN} sessions.
17325
17326The first example contains the following section of code:
17327
17328@smallexample
17329VAR
17330 s: SET OF CHAR ;
17331 r: [20..40] ;
17332@end smallexample
17333
17334@noindent
17335and you can request @value{GDBN} to interrogate the type and value of
17336@code{r} and @code{s}.
17337
17338@smallexample
17339(@value{GDBP}) print s
17340@{'A'..'C', 'Z'@}
17341(@value{GDBP}) ptype s
17342SET OF CHAR
17343(@value{GDBP}) print r
1734421
17345(@value{GDBP}) ptype r
17346[20..40]
17347@end smallexample
17348
17349@noindent
17350Likewise if your source code declares @code{s} as:
17351
17352@smallexample
17353VAR
17354 s: SET ['A'..'Z'] ;
17355@end smallexample
17356
17357@noindent
17358then you may query the type of @code{s} by:
17359
17360@smallexample
17361(@value{GDBP}) ptype s
17362type = SET ['A'..'Z']
17363@end smallexample
17364
17365@noindent
17366Note that at present you cannot interactively manipulate set
17367expressions using the debugger.
17368
17369The following example shows how you might declare an array in Modula-2
17370and how you can interact with @value{GDBN} to print its type and contents:
17371
17372@smallexample
17373VAR
17374 s: ARRAY [-10..10] OF CHAR ;
17375@end smallexample
17376
17377@smallexample
17378(@value{GDBP}) ptype s
17379ARRAY [-10..10] OF CHAR
17380@end smallexample
17381
17382Note that the array handling is not yet complete and although the type
17383is printed correctly, expression handling still assumes that all
17384arrays have a lower bound of zero and not @code{-10} as in the example
844781a1 17385above.
72019c9c
GM
17386
17387Here are some more type related Modula-2 examples:
17388
17389@smallexample
17390TYPE
17391 colour = (blue, red, yellow, green) ;
17392 t = [blue..yellow] ;
17393VAR
17394 s: t ;
17395BEGIN
17396 s := blue ;
17397@end smallexample
17398
17399@noindent
17400The @value{GDBN} interaction shows how you can query the data type
17401and value of a variable.
17402
17403@smallexample
17404(@value{GDBP}) print s
17405$1 = blue
17406(@value{GDBP}) ptype t
17407type = [blue..yellow]
17408@end smallexample
17409
17410@noindent
17411In this example a Modula-2 array is declared and its contents
17412displayed. Observe that the contents are written in the same way as
17413their @code{C} counterparts.
17414
17415@smallexample
17416VAR
17417 s: ARRAY [1..5] OF CARDINAL ;
17418BEGIN
17419 s[1] := 1 ;
17420@end smallexample
17421
17422@smallexample
17423(@value{GDBP}) print s
17424$1 = @{1, 0, 0, 0, 0@}
17425(@value{GDBP}) ptype s
17426type = ARRAY [1..5] OF CARDINAL
17427@end smallexample
17428
17429The Modula-2 language interface to @value{GDBN} also understands
17430pointer types as shown in this example:
17431
17432@smallexample
17433VAR
17434 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17435BEGIN
17436 NEW(s) ;
17437 s^[1] := 1 ;
17438@end smallexample
17439
17440@noindent
17441and you can request that @value{GDBN} describes the type of @code{s}.
17442
17443@smallexample
17444(@value{GDBP}) ptype s
17445type = POINTER TO ARRAY [1..5] OF CARDINAL
17446@end smallexample
17447
17448@value{GDBN} handles compound types as we can see in this example.
17449Here we combine array types, record types, pointer types and subrange
17450types:
17451
17452@smallexample
17453TYPE
17454 foo = RECORD
17455 f1: CARDINAL ;
17456 f2: CHAR ;
17457 f3: myarray ;
17458 END ;
17459
17460 myarray = ARRAY myrange OF CARDINAL ;
17461 myrange = [-2..2] ;
17462VAR
17463 s: POINTER TO ARRAY myrange OF foo ;
17464@end smallexample
17465
17466@noindent
17467and you can ask @value{GDBN} to describe the type of @code{s} as shown
17468below.
17469
17470@smallexample
17471(@value{GDBP}) ptype s
17472type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17473 f1 : CARDINAL;
17474 f2 : CHAR;
17475 f3 : ARRAY [-2..2] OF CARDINAL;
17476END
17477@end smallexample
17478
6d2ebf8b 17479@node M2 Defaults
79a6e687 17480@subsubsection Modula-2 Defaults
c906108c
SS
17481@cindex Modula-2 defaults
17482
17483If type and range checking are set automatically by @value{GDBN}, they
17484both default to @code{on} whenever the working language changes to
d4f3574e 17485Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
17486selected the working language.
17487
17488If you allow @value{GDBN} to set the language automatically, then entering
17489code compiled from a file whose name ends with @file{.mod} sets the
79a6e687
BW
17490working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17491Infer the Source Language}, for further details.
c906108c 17492
6d2ebf8b 17493@node Deviations
79a6e687 17494@subsubsection Deviations from Standard Modula-2
c906108c
SS
17495@cindex Modula-2, deviations from
17496
17497A few changes have been made to make Modula-2 programs easier to debug.
17498This is done primarily via loosening its type strictness:
17499
17500@itemize @bullet
17501@item
17502Unlike in standard Modula-2, pointer constants can be formed by
17503integers. This allows you to modify pointer variables during
17504debugging. (In standard Modula-2, the actual address contained in a
17505pointer variable is hidden from you; it can only be modified
17506through direct assignment to another pointer variable or expression that
17507returned a pointer.)
17508
17509@item
17510C escape sequences can be used in strings and characters to represent
17511non-printable characters. @value{GDBN} prints out strings with these
17512escape sequences embedded. Single non-printable characters are
17513printed using the @samp{CHR(@var{nnn})} format.
17514
17515@item
17516The assignment operator (@code{:=}) returns the value of its right-hand
17517argument.
17518
17519@item
17520All built-in procedures both modify @emph{and} return their argument.
17521@end itemize
17522
6d2ebf8b 17523@node M2 Checks
79a6e687 17524@subsubsection Modula-2 Type and Range Checks
c906108c
SS
17525@cindex Modula-2 checks
17526
17527@quotation
17528@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17529range checking.
17530@end quotation
17531@c FIXME remove warning when type/range checks added
17532
17533@value{GDBN} considers two Modula-2 variables type equivalent if:
17534
17535@itemize @bullet
17536@item
17537They are of types that have been declared equivalent via a @code{TYPE
17538@var{t1} = @var{t2}} statement
17539
17540@item
17541They have been declared on the same line. (Note: This is true of the
17542@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17543@end itemize
17544
17545As long as type checking is enabled, any attempt to combine variables
17546whose types are not equivalent is an error.
17547
17548Range checking is done on all mathematical operations, assignment, array
17549index bounds, and all built-in functions and procedures.
17550
6d2ebf8b 17551@node M2 Scope
79a6e687 17552@subsubsection The Scope Operators @code{::} and @code{.}
c906108c 17553@cindex scope
41afff9a 17554@cindex @code{.}, Modula-2 scope operator
c906108c
SS
17555@cindex colon, doubled as scope operator
17556@ifinfo
41afff9a 17557@vindex colon-colon@r{, in Modula-2}
c906108c
SS
17558@c Info cannot handle :: but TeX can.
17559@end ifinfo
a67ec3f4 17560@ifnotinfo
41afff9a 17561@vindex ::@r{, in Modula-2}
a67ec3f4 17562@end ifnotinfo
c906108c
SS
17563
17564There are a few subtle differences between the Modula-2 scope operator
17565(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17566similar syntax:
17567
474c8240 17568@smallexample
c906108c
SS
17569
17570@var{module} . @var{id}
17571@var{scope} :: @var{id}
474c8240 17572@end smallexample
c906108c
SS
17573
17574@noindent
17575where @var{scope} is the name of a module or a procedure,
17576@var{module} the name of a module, and @var{id} is any declared
17577identifier within your program, except another module.
17578
17579Using the @code{::} operator makes @value{GDBN} search the scope
17580specified by @var{scope} for the identifier @var{id}. If it is not
17581found in the specified scope, then @value{GDBN} searches all scopes
17582enclosing the one specified by @var{scope}.
17583
17584Using the @code{.} operator makes @value{GDBN} search the current scope for
17585the identifier specified by @var{id} that was imported from the
17586definition module specified by @var{module}. With this operator, it is
17587an error if the identifier @var{id} was not imported from definition
17588module @var{module}, or if @var{id} is not an identifier in
17589@var{module}.
17590
6d2ebf8b 17591@node GDB/M2
c906108c
SS
17592@subsubsection @value{GDBN} and Modula-2
17593
17594Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17595Five subcommands of @code{set print} and @code{show print} apply
b37052ae 17596specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 17597@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 17598apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
17599analogue in Modula-2.
17600
17601The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 17602with any language, is not useful with Modula-2. Its
c906108c 17603intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 17604created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 17605address can be specified by an integral constant, the construct
d4f3574e 17606@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
17607
17608@cindex @code{#} in Modula-2
17609In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17610interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 17611
e07c999f
PH
17612@node Ada
17613@subsection Ada
17614@cindex Ada
17615
17616The extensions made to @value{GDBN} for Ada only support
17617output from the @sc{gnu} Ada (GNAT) compiler.
17618Other Ada compilers are not currently supported, and
17619attempting to debug executables produced by them is most likely
17620to be difficult.
17621
17622
17623@cindex expressions in Ada
17624@menu
17625* Ada Mode Intro:: General remarks on the Ada syntax
17626 and semantics supported by Ada mode
17627 in @value{GDBN}.
17628* Omissions from Ada:: Restrictions on the Ada expression syntax.
17629* Additions to Ada:: Extensions of the Ada expression syntax.
3685b09f
PMR
17630* Overloading support for Ada:: Support for expressions involving overloaded
17631 subprograms.
e07c999f 17632* Stopping Before Main Program:: Debugging the program during elaboration.
58d06528 17633* Ada Exceptions:: Ada Exceptions
20924a55
JB
17634* Ada Tasks:: Listing and setting breakpoints in tasks.
17635* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
6e1bb179
JB
17636* Ravenscar Profile:: Tasking Support when using the Ravenscar
17637 Profile
3fcded8f 17638* Ada Settings:: New settable GDB parameters for Ada.
e07c999f
PH
17639* Ada Glitches:: Known peculiarities of Ada mode.
17640@end menu
17641
17642@node Ada Mode Intro
17643@subsubsection Introduction
17644@cindex Ada mode, general
17645
17646The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17647syntax, with some extensions.
17648The philosophy behind the design of this subset is
17649
17650@itemize @bullet
17651@item
17652That @value{GDBN} should provide basic literals and access to operations for
17653arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17654leaving more sophisticated computations to subprograms written into the
17655program (which therefore may be called from @value{GDBN}).
17656
17657@item
17658That type safety and strict adherence to Ada language restrictions
17659are not particularly important to the @value{GDBN} user.
17660
17661@item
17662That brevity is important to the @value{GDBN} user.
17663@end itemize
17664
f3a2dd1a
JB
17665Thus, for brevity, the debugger acts as if all names declared in
17666user-written packages are directly visible, even if they are not visible
17667according to Ada rules, thus making it unnecessary to fully qualify most
17668names with their packages, regardless of context. Where this causes
17669ambiguity, @value{GDBN} asks the user's intent.
e07c999f
PH
17670
17671The debugger will start in Ada mode if it detects an Ada main program.
17672As for other languages, it will enter Ada mode when stopped in a program that
17673was translated from an Ada source file.
17674
17675While in Ada mode, you may use `@t{--}' for comments. This is useful
17676mostly for documenting command files. The standard @value{GDBN} comment
17677(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17678middle (to allow based literals).
17679
e07c999f
PH
17680@node Omissions from Ada
17681@subsubsection Omissions from Ada
17682@cindex Ada, omissions from
17683
17684Here are the notable omissions from the subset:
17685
17686@itemize @bullet
17687@item
17688Only a subset of the attributes are supported:
17689
17690@itemize @minus
17691@item
17692@t{'First}, @t{'Last}, and @t{'Length}
17693 on array objects (not on types and subtypes).
17694
17695@item
17696@t{'Min} and @t{'Max}.
17697
17698@item
17699@t{'Pos} and @t{'Val}.
17700
17701@item
17702@t{'Tag}.
17703
17704@item
17705@t{'Range} on array objects (not subtypes), but only as the right
17706operand of the membership (@code{in}) operator.
17707
17708@item
17709@t{'Access}, @t{'Unchecked_Access}, and
17710@t{'Unrestricted_Access} (a GNAT extension).
17711
17712@item
17713@t{'Address}.
17714@end itemize
17715
17716@item
17717The names in
17718@code{Characters.Latin_1} are not available and
17719concatenation is not implemented. Thus, escape characters in strings are
17720not currently available.
17721
17722@item
17723Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
17724equality of representations. They will generally work correctly
17725for strings and arrays whose elements have integer or enumeration types.
17726They may not work correctly for arrays whose element
17727types have user-defined equality, for arrays of real values
17728(in particular, IEEE-conformant floating point, because of negative
17729zeroes and NaNs), and for arrays whose elements contain unused bits with
17730indeterminate values.
17731
17732@item
17733The other component-by-component array operations (@code{and}, @code{or},
17734@code{xor}, @code{not}, and relational tests other than equality)
17735are not implemented.
17736
17737@item
860701dc
PH
17738@cindex array aggregates (Ada)
17739@cindex record aggregates (Ada)
17740@cindex aggregates (Ada)
17741There is limited support for array and record aggregates. They are
17742permitted only on the right sides of assignments, as in these examples:
17743
17744@smallexample
077e0a52
JB
17745(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
17746(@value{GDBP}) set An_Array := (1, others => 0)
17747(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
17748(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
17749(@value{GDBP}) set A_Record := (1, "Peter", True);
17750(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
860701dc
PH
17751@end smallexample
17752
17753Changing a
17754discriminant's value by assigning an aggregate has an
17755undefined effect if that discriminant is used within the record.
17756However, you can first modify discriminants by directly assigning to
17757them (which normally would not be allowed in Ada), and then performing an
17758aggregate assignment. For example, given a variable @code{A_Rec}
17759declared to have a type such as:
17760
17761@smallexample
17762type Rec (Len : Small_Integer := 0) is record
17763 Id : Integer;
17764 Vals : IntArray (1 .. Len);
17765end record;
17766@end smallexample
17767
17768you can assign a value with a different size of @code{Vals} with two
17769assignments:
17770
17771@smallexample
077e0a52
JB
17772(@value{GDBP}) set A_Rec.Len := 4
17773(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
860701dc
PH
17774@end smallexample
17775
17776As this example also illustrates, @value{GDBN} is very loose about the usual
17777rules concerning aggregates. You may leave out some of the
17778components of an array or record aggregate (such as the @code{Len}
17779component in the assignment to @code{A_Rec} above); they will retain their
17780original values upon assignment. You may freely use dynamic values as
17781indices in component associations. You may even use overlapping or
17782redundant component associations, although which component values are
17783assigned in such cases is not defined.
e07c999f
PH
17784
17785@item
17786Calls to dispatching subprograms are not implemented.
17787
17788@item
17789The overloading algorithm is much more limited (i.e., less selective)
ae21e955
BW
17790than that of real Ada. It makes only limited use of the context in
17791which a subexpression appears to resolve its meaning, and it is much
17792looser in its rules for allowing type matches. As a result, some
17793function calls will be ambiguous, and the user will be asked to choose
17794the proper resolution.
e07c999f
PH
17795
17796@item
17797The @code{new} operator is not implemented.
17798
17799@item
17800Entry calls are not implemented.
17801
17802@item
17803Aside from printing, arithmetic operations on the native VAX floating-point
17804formats are not supported.
17805
17806@item
17807It is not possible to slice a packed array.
158c7665
PH
17808
17809@item
17810The names @code{True} and @code{False}, when not part of a qualified name,
17811are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17812context.
17813Should your program
17814redefine these names in a package or procedure (at best a dubious practice),
17815you will have to use fully qualified names to access their new definitions.
e07c999f
PH
17816@end itemize
17817
17818@node Additions to Ada
17819@subsubsection Additions to Ada
17820@cindex Ada, deviations from
17821
17822As it does for other languages, @value{GDBN} makes certain generic
17823extensions to Ada (@pxref{Expressions}):
17824
17825@itemize @bullet
17826@item
ae21e955
BW
17827If the expression @var{E} is a variable residing in memory (typically
17828a local variable or array element) and @var{N} is a positive integer,
17829then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17830@var{N}-1 adjacent variables following it in memory as an array. In
17831Ada, this operator is generally not necessary, since its prime use is
17832in displaying parts of an array, and slicing will usually do this in
17833Ada. However, there are occasional uses when debugging programs in
17834which certain debugging information has been optimized away.
e07c999f
PH
17835
17836@item
ae21e955
BW
17837@code{@var{B}::@var{var}} means ``the variable named @var{var} that
17838appears in function or file @var{B}.'' When @var{B} is a file name,
17839you must typically surround it in single quotes.
e07c999f
PH
17840
17841@item
17842The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17843@var{type} that appears at address @var{addr}.''
17844
17845@item
17846A name starting with @samp{$} is a convenience variable
17847(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17848@end itemize
17849
ae21e955
BW
17850In addition, @value{GDBN} provides a few other shortcuts and outright
17851additions specific to Ada:
e07c999f
PH
17852
17853@itemize @bullet
17854@item
17855The assignment statement is allowed as an expression, returning
17856its right-hand operand as its value. Thus, you may enter
17857
17858@smallexample
077e0a52
JB
17859(@value{GDBP}) set x := y + 3
17860(@value{GDBP}) print A(tmp := y + 1)
e07c999f
PH
17861@end smallexample
17862
17863@item
17864The semicolon is allowed as an ``operator,'' returning as its value
17865the value of its right-hand operand.
17866This allows, for example,
17867complex conditional breaks:
17868
17869@smallexample
077e0a52
JB
17870(@value{GDBP}) break f
17871(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
e07c999f
PH
17872@end smallexample
17873
17874@item
17875Rather than use catenation and symbolic character names to introduce special
17876characters into strings, one may instead use a special bracket notation,
17877which is also used to print strings. A sequence of characters of the form
17878@samp{["@var{XX}"]} within a string or character literal denotes the
17879(single) character whose numeric encoding is @var{XX} in hexadecimal. The
17880sequence of characters @samp{["""]} also denotes a single quotation mark
17881in strings. For example,
17882@smallexample
17883 "One line.["0a"]Next line.["0a"]"
17884@end smallexample
17885@noindent
ae21e955
BW
17886contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17887after each period.
e07c999f
PH
17888
17889@item
17890The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
17891@t{'Max} is optional (and is ignored in any case). For example, it is valid
17892to write
17893
17894@smallexample
077e0a52 17895(@value{GDBP}) print 'max(x, y)
e07c999f
PH
17896@end smallexample
17897
17898@item
17899When printing arrays, @value{GDBN} uses positional notation when the
17900array has a lower bound of 1, and uses a modified named notation otherwise.
ae21e955
BW
17901For example, a one-dimensional array of three integers with a lower bound
17902of 3 might print as
e07c999f
PH
17903
17904@smallexample
17905(3 => 10, 17, 1)
17906@end smallexample
17907
17908@noindent
17909That is, in contrast to valid Ada, only the first component has a @code{=>}
17910clause.
17911
17912@item
17913You may abbreviate attributes in expressions with any unique,
17914multi-character subsequence of
17915their names (an exact match gets preference).
17916For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
17917in place of @t{a'length}.
17918
17919@item
17920@cindex quoting Ada internal identifiers
17921Since Ada is case-insensitive, the debugger normally maps identifiers you type
17922to lower case. The GNAT compiler uses upper-case characters for
17923some of its internal identifiers, which are normally of no interest to users.
17924For the rare occasions when you actually have to look at them,
17925enclose them in angle brackets to avoid the lower-case mapping.
17926For example,
17927@smallexample
077e0a52 17928(@value{GDBP}) print <JMPBUF_SAVE>[0]
e07c999f
PH
17929@end smallexample
17930
17931@item
17932Printing an object of class-wide type or dereferencing an
17933access-to-class-wide value will display all the components of the object's
17934specific type (as indicated by its run-time tag). Likewise, component
17935selection on such a value will operate on the specific type of the
17936object.
17937
17938@end itemize
17939
3685b09f
PMR
17940@node Overloading support for Ada
17941@subsubsection Overloading support for Ada
17942@cindex overloading, Ada
17943
17944The debugger supports limited overloading. Given a subprogram call in which
17945the function symbol has multiple definitions, it will use the number of
17946actual parameters and some information about their types to attempt to narrow
17947the set of definitions. It also makes very limited use of context, preferring
17948procedures to functions in the context of the @code{call} command, and
17949functions to procedures elsewhere.
17950
17951If, after narrowing, the set of matching definitions still contains more than
17952one definition, @value{GDBN} will display a menu to query which one it should
17953use, for instance:
17954
17955@smallexample
17956(@value{GDBP}) print f(1)
17957Multiple matches for f
17958[0] cancel
17959[1] foo.f (integer) return boolean at foo.adb:23
17960[2] foo.f (foo.new_integer) return boolean at foo.adb:28
17961>
17962@end smallexample
17963
17964In this case, just select one menu entry either to cancel expression evaluation
17965(type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
17966instance (type the corresponding number and press @key{RET}).
17967
17968Here are a couple of commands to customize @value{GDBN}'s behavior in this
17969case:
17970
17971@table @code
17972
17973@kindex set ada print-signatures
17974@item set ada print-signatures
17975Control whether parameter types and return types are displayed in overloads
17976selection menus. It is @code{on} by default.
17977@xref{Overloading support for Ada}.
17978
17979@kindex show ada print-signatures
17980@item show ada print-signatures
17981Show the current setting for displaying parameter types and return types in
17982overloads selection menu.
17983@xref{Overloading support for Ada}.
17984
17985@end table
17986
e07c999f
PH
17987@node Stopping Before Main Program
17988@subsubsection Stopping at the Very Beginning
17989
17990@cindex breakpointing Ada elaboration code
17991It is sometimes necessary to debug the program during elaboration, and
17992before reaching the main procedure.
17993As defined in the Ada Reference
17994Manual, the elaboration code is invoked from a procedure called
17995@code{adainit}. To run your program up to the beginning of
17996elaboration, simply use the following two commands:
17997@code{tbreak adainit} and @code{run}.
17998
58d06528
JB
17999@node Ada Exceptions
18000@subsubsection Ada Exceptions
18001
18002A command is provided to list all Ada exceptions:
18003
18004@table @code
18005@kindex info exceptions
18006@item info exceptions
18007@itemx info exceptions @var{regexp}
18008The @code{info exceptions} command allows you to list all Ada exceptions
18009defined within the program being debugged, as well as their addresses.
18010With a regular expression, @var{regexp}, as argument, only those exceptions
18011whose names match @var{regexp} are listed.
18012@end table
18013
18014Below is a small example, showing how the command can be used, first
18015without argument, and next with a regular expression passed as an
18016argument.
18017
18018@smallexample
18019(@value{GDBP}) info exceptions
18020All defined Ada exceptions:
18021constraint_error: 0x613da0
18022program_error: 0x613d20
18023storage_error: 0x613ce0
18024tasking_error: 0x613ca0
18025const.aint_global_e: 0x613b00
18026(@value{GDBP}) info exceptions const.aint
18027All Ada exceptions matching regular expression "const.aint":
18028constraint_error: 0x613da0
18029const.aint_global_e: 0x613b00
18030@end smallexample
18031
18032It is also possible to ask @value{GDBN} to stop your program's execution
18033when an exception is raised. For more details, see @ref{Set Catchpoints}.
18034
20924a55
JB
18035@node Ada Tasks
18036@subsubsection Extensions for Ada Tasks
18037@cindex Ada, tasking
18038
18039Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18040@value{GDBN} provides the following task-related commands:
18041
18042@table @code
18043@kindex info tasks
18044@item info tasks
18045This command shows a list of current Ada tasks, as in the following example:
18046
18047
18048@smallexample
18049@iftex
18050@leftskip=0.5cm
18051@end iftex
18052(@value{GDBP}) info tasks
18053 ID TID P-ID Pri State Name
18054 1 8088000 0 15 Child Activation Wait main_task
18055 2 80a4000 1 15 Accept Statement b
18056 3 809a800 1 15 Child Activation Wait a
32cd1edc 18057* 4 80ae800 3 15 Runnable c
20924a55
JB
18058
18059@end smallexample
18060
18061@noindent
18062In this listing, the asterisk before the last task indicates it to be the
18063task currently being inspected.
18064
18065@table @asis
18066@item ID
18067Represents @value{GDBN}'s internal task number.
18068
18069@item TID
18070The Ada task ID.
18071
18072@item P-ID
18073The parent's task ID (@value{GDBN}'s internal task number).
18074
18075@item Pri
18076The base priority of the task.
18077
18078@item State
18079Current state of the task.
18080
18081@table @code
18082@item Unactivated
18083The task has been created but has not been activated. It cannot be
18084executing.
18085
20924a55
JB
18086@item Runnable
18087The task is not blocked for any reason known to Ada. (It may be waiting
18088for a mutex, though.) It is conceptually "executing" in normal mode.
18089
18090@item Terminated
18091The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18092that were waiting on terminate alternatives have been awakened and have
18093terminated themselves.
18094
18095@item Child Activation Wait
18096The task is waiting for created tasks to complete activation.
18097
18098@item Accept Statement
18099The task is waiting on an accept or selective wait statement.
18100
18101@item Waiting on entry call
18102The task is waiting on an entry call.
18103
18104@item Async Select Wait
18105The task is waiting to start the abortable part of an asynchronous
18106select statement.
18107
18108@item Delay Sleep
18109The task is waiting on a select statement with only a delay
18110alternative open.
18111
18112@item Child Termination Wait
18113The task is sleeping having completed a master within itself, and is
18114waiting for the tasks dependent on that master to become terminated or
18115waiting on a terminate Phase.
18116
18117@item Wait Child in Term Alt
18118The task is sleeping waiting for tasks on terminate alternatives to
18119finish terminating.
18120
18121@item Accepting RV with @var{taskno}
18122The task is accepting a rendez-vous with the task @var{taskno}.
18123@end table
18124
18125@item Name
18126Name of the task in the program.
18127
18128@end table
18129
18130@kindex info task @var{taskno}
18131@item info task @var{taskno}
6b92c0d3 18132This command shows detailed informations on the specified task, as in
20924a55
JB
18133the following example:
18134@smallexample
18135@iftex
18136@leftskip=0.5cm
18137@end iftex
18138(@value{GDBP}) info tasks
18139 ID TID P-ID Pri State Name
18140 1 8077880 0 15 Child Activation Wait main_task
32cd1edc 18141* 2 807c468 1 15 Runnable task_1
20924a55
JB
18142(@value{GDBP}) info task 2
18143Ada Task: 0x807c468
4993045d 18144Name: "task_1"
87f7ab7b
JB
18145Thread: 0
18146LWP: 0x1fac
4993045d 18147Parent: 1 ("main_task")
20924a55
JB
18148Base Priority: 15
18149State: Runnable
18150@end smallexample
18151
18152@item task
18153@kindex task@r{ (Ada)}
18154@cindex current Ada task ID
4993045d 18155This command prints the ID and name of the current task.
20924a55
JB
18156
18157@smallexample
18158@iftex
18159@leftskip=0.5cm
18160@end iftex
18161(@value{GDBP}) info tasks
18162 ID TID P-ID Pri State Name
18163 1 8077870 0 15 Child Activation Wait main_task
4993045d 18164* 2 807c458 1 15 Runnable some_task
20924a55 18165(@value{GDBP}) task
4993045d 18166[Current task is 2 "some_task"]
20924a55
JB
18167@end smallexample
18168
18169@item task @var{taskno}
18170@cindex Ada task switching
5d5658a1 18171This command is like the @code{thread @var{thread-id}}
20924a55
JB
18172command (@pxref{Threads}). It switches the context of debugging
18173from the current task to the given task.
18174
18175@smallexample
18176@iftex
18177@leftskip=0.5cm
18178@end iftex
18179(@value{GDBP}) info tasks
18180 ID TID P-ID Pri State Name
18181 1 8077870 0 15 Child Activation Wait main_task
4993045d 18182* 2 807c458 1 15 Runnable some_task
20924a55 18183(@value{GDBP}) task 1
4993045d 18184[Switching to task 1 "main_task"]
20924a55
JB
18185#0 0x8067726 in pthread_cond_wait ()
18186(@value{GDBP}) bt
18187#0 0x8067726 in pthread_cond_wait ()
18188#1 0x8056714 in system.os_interface.pthread_cond_wait ()
18189#2 0x805cb63 in system.task_primitives.operations.sleep ()
18190#3 0x806153e in system.tasking.stages.activate_tasks ()
18191#4 0x804aacc in un () at un.adb:5
18192@end smallexample
18193
629500fa
KS
18194@item break @var{location} task @var{taskno}
18195@itemx break @var{location} task @var{taskno} if @dots{}
45ac276d
JB
18196@cindex breakpoints and tasks, in Ada
18197@cindex task breakpoints, in Ada
18198@kindex break @dots{} task @var{taskno}@r{ (Ada)}
18199These commands are like the @code{break @dots{} thread @dots{}}
697aa1b7 18200command (@pxref{Thread Stops}). The
629500fa 18201@var{location} argument specifies source lines, as described
45ac276d
JB
18202in @ref{Specify Location}.
18203
18204Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18205to specify that you only want @value{GDBN} to stop the program when a
697aa1b7 18206particular Ada task reaches this breakpoint. The @var{taskno} is one of the
45ac276d
JB
18207numeric task identifiers assigned by @value{GDBN}, shown in the first
18208column of the @samp{info tasks} display.
18209
18210If you do not specify @samp{task @var{taskno}} when you set a
18211breakpoint, the breakpoint applies to @emph{all} tasks of your
18212program.
18213
18214You can use the @code{task} qualifier on conditional breakpoints as
18215well; in this case, place @samp{task @var{taskno}} before the
18216breakpoint condition (before the @code{if}).
18217
18218For example,
18219
18220@smallexample
18221@iftex
18222@leftskip=0.5cm
18223@end iftex
18224(@value{GDBP}) info tasks
18225 ID TID P-ID Pri State Name
18226 1 140022020 0 15 Child Activation Wait main_task
18227 2 140045060 1 15 Accept/Select Wait t2
18228 3 140044840 1 15 Runnable t1
18229* 4 140056040 1 15 Runnable t3
18230(@value{GDBP}) b 15 task 2
18231Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18232(@value{GDBP}) cont
18233Continuing.
18234task # 1 running
18235task # 2 running
18236
18237Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1823815 flush;
18239(@value{GDBP}) info tasks
18240 ID TID P-ID Pri State Name
18241 1 140022020 0 15 Child Activation Wait main_task
18242* 2 140045060 1 15 Runnable t2
18243 3 140044840 1 15 Runnable t1
18244 4 140056040 1 15 Delay Sleep t3
18245@end smallexample
20924a55
JB
18246@end table
18247
18248@node Ada Tasks and Core Files
18249@subsubsection Tasking Support when Debugging Core Files
18250@cindex Ada tasking and core file debugging
18251
18252When inspecting a core file, as opposed to debugging a live program,
18253tasking support may be limited or even unavailable, depending on
18254the platform being used.
18255For instance, on x86-linux, the list of tasks is available, but task
32a8097b 18256switching is not supported.
20924a55 18257
32a8097b 18258On certain platforms, the debugger needs to perform some
20924a55
JB
18259memory writes in order to provide Ada tasking support. When inspecting
18260a core file, this means that the core file must be opened with read-write
18261privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18262Under these circumstances, you should make a backup copy of the core
18263file before inspecting it with @value{GDBN}.
18264
6e1bb179
JB
18265@node Ravenscar Profile
18266@subsubsection Tasking Support when using the Ravenscar Profile
18267@cindex Ravenscar Profile
18268
18269The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18270specifically designed for systems with safety-critical real-time
18271requirements.
18272
18273@table @code
18274@kindex set ravenscar task-switching on
18275@cindex task switching with program using Ravenscar Profile
18276@item set ravenscar task-switching on
18277Allows task switching when debugging a program that uses the Ravenscar
18278Profile. This is the default.
18279
18280@kindex set ravenscar task-switching off
18281@item set ravenscar task-switching off
18282Turn off task switching when debugging a program that uses the Ravenscar
18283Profile. This is mostly intended to disable the code that adds support
18284for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18285the Ravenscar runtime is preventing @value{GDBN} from working properly.
18286To be effective, this command should be run before the program is started.
18287
18288@kindex show ravenscar task-switching
18289@item show ravenscar task-switching
18290Show whether it is possible to switch from task to task in a program
18291using the Ravenscar Profile.
18292
18293@end table
18294
3fcded8f
JB
18295@node Ada Settings
18296@subsubsection Ada Settings
18297@cindex Ada settings
18298
18299@table @code
18300@kindex set varsize-limit
18301@item set varsize-limit @var{size}
18302Prevent @value{GDBN} from attempting to evaluate objects whose size
18303is above the given limit (@var{size}) when those sizes are computed
18304from run-time quantities. This is typically the case when the object
18305has a variable size, such as an array whose bounds are not known at
18306compile time for example. Setting @var{size} to @code{unlimited}
18307removes the size limitation. By default, the limit is about 65KB.
18308
18309The purpose of having such a limit is to prevent @value{GDBN} from
18310trying to grab enormous chunks of virtual memory when asked to evaluate
18311a quantity whose bounds have been corrupted or have not yet been fully
18312initialized. The limit applies to the results of some subexpressions
18313as well as to complete expressions. For example, an expression denoting
18314a simple integer component, such as @code{x.y.z}, may fail if the size of
18315@code{x.y} is variable and exceeds @code{size}. On the other hand,
18316@value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18317@code{A} is an array variable with non-constant size, will generally
18318succeed regardless of the bounds on @code{A}, as long as the component
18319size is less than @var{size}.
18320
18321@kindex show varsize-limit
18322@item show varsize-limit
18323Show the limit on types whose size is determined by run-time quantities.
18324@end table
18325
e07c999f
PH
18326@node Ada Glitches
18327@subsubsection Known Peculiarities of Ada Mode
18328@cindex Ada, problems
18329
18330Besides the omissions listed previously (@pxref{Omissions from Ada}),
18331we know of several problems with and limitations of Ada mode in
18332@value{GDBN},
18333some of which will be fixed with planned future releases of the debugger
18334and the GNU Ada compiler.
18335
18336@itemize @bullet
e07c999f
PH
18337@item
18338Static constants that the compiler chooses not to materialize as objects in
18339storage are invisible to the debugger.
18340
18341@item
18342Named parameter associations in function argument lists are ignored (the
18343argument lists are treated as positional).
18344
18345@item
18346Many useful library packages are currently invisible to the debugger.
18347
18348@item
18349Fixed-point arithmetic, conversions, input, and output is carried out using
18350floating-point arithmetic, and may give results that only approximate those on
18351the host machine.
18352
e07c999f
PH
18353@item
18354The GNAT compiler never generates the prefix @code{Standard} for any of
18355the standard symbols defined by the Ada language. @value{GDBN} knows about
18356this: it will strip the prefix from names when you use it, and will never
18357look for a name you have so qualified among local symbols, nor match against
18358symbols in other packages or subprograms. If you have
18359defined entities anywhere in your program other than parameters and
18360local variables whose simple names match names in @code{Standard},
18361GNAT's lack of qualification here can cause confusion. When this happens,
18362you can usually resolve the confusion
18363by qualifying the problematic names with package
18364@code{Standard} explicitly.
18365@end itemize
18366
95433b34
JB
18367Older versions of the compiler sometimes generate erroneous debugging
18368information, resulting in the debugger incorrectly printing the value
18369of affected entities. In some cases, the debugger is able to work
18370around an issue automatically. In other cases, the debugger is able
18371to work around the issue, but the work-around has to be specifically
18372enabled.
18373
18374@kindex set ada trust-PAD-over-XVS
18375@kindex show ada trust-PAD-over-XVS
18376@table @code
18377
18378@item set ada trust-PAD-over-XVS on
18379Configure GDB to strictly follow the GNAT encoding when computing the
18380value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18381types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18382a complete description of the encoding used by the GNAT compiler).
18383This is the default.
18384
18385@item set ada trust-PAD-over-XVS off
18386This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18387sometimes prints the wrong value for certain entities, changing @code{ada
18388trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18389the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18390@code{off}, but this incurs a slight performance penalty, so it is
18391recommended to leave this setting to @code{on} unless necessary.
18392
18393@end table
18394
c6044dd1
JB
18395@cindex GNAT descriptive types
18396@cindex GNAT encoding
18397Internally, the debugger also relies on the compiler following a number
18398of conventions known as the @samp{GNAT Encoding}, all documented in
18399@file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18400how the debugging information should be generated for certain types.
18401In particular, this convention makes use of @dfn{descriptive types},
18402which are artificial types generated purely to help the debugger.
18403
18404These encodings were defined at a time when the debugging information
18405format used was not powerful enough to describe some of the more complex
18406types available in Ada. Since DWARF allows us to express nearly all
18407Ada features, the long-term goal is to slowly replace these descriptive
18408types by their pure DWARF equivalent. To facilitate that transition,
18409a new maintenance option is available to force the debugger to ignore
18410those descriptive types. It allows the user to quickly evaluate how
18411well @value{GDBN} works without them.
18412
18413@table @code
18414
18415@kindex maint ada set ignore-descriptive-types
18416@item maintenance ada set ignore-descriptive-types [on|off]
18417Control whether the debugger should ignore descriptive types.
18418The default is not to ignore descriptives types (@code{off}).
18419
18420@kindex maint ada show ignore-descriptive-types
18421@item maintenance ada show ignore-descriptive-types
18422Show if descriptive types are ignored by @value{GDBN}.
18423
18424@end table
18425
a8b43b7b
T
18426@node HIP
18427@subsection HIP
18428@cindex HIP
18429
18430@value{GDBN} supports the
18431@url{https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_kernel_language.md,
18432HIP Programming Language}.
18433
18434@c TODO: Add any language specific differences.
18435
79a6e687
BW
18436@node Unsupported Languages
18437@section Unsupported Languages
4e562065
JB
18438
18439@cindex unsupported languages
18440@cindex minimal language
18441In addition to the other fully-supported programming languages,
18442@value{GDBN} also provides a pseudo-language, called @code{minimal}.
18443It does not represent a real programming language, but provides a set
18444of capabilities close to what the C or assembly languages provide.
18445This should allow most simple operations to be performed while debugging
18446an application that uses a language currently not supported by @value{GDBN}.
18447
18448If the language is set to @code{auto}, @value{GDBN} will automatically
18449select this language if the current frame corresponds to an unsupported
18450language.
18451
6d2ebf8b 18452@node Symbols
c906108c
SS
18453@chapter Examining the Symbol Table
18454
d4f3574e 18455The commands described in this chapter allow you to inquire about the
c906108c
SS
18456symbols (names of variables, functions and types) defined in your
18457program. This information is inherent in the text of your program and
18458does not change as your program executes. @value{GDBN} finds it in your
18459program's symbol table, in the file indicated when you started @value{GDBN}
79a6e687
BW
18460(@pxref{File Options, ,Choosing Files}), or by one of the
18461file-management commands (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
18462
18463@cindex symbol names
18464@cindex names of symbols
18465@cindex quoting names
d044bac8 18466@anchor{quoting names}
c906108c
SS
18467Occasionally, you may need to refer to symbols that contain unusual
18468characters, which @value{GDBN} ordinarily treats as word delimiters. The
18469most frequent case is in referring to static variables in other
79a6e687 18470source files (@pxref{Variables,,Program Variables}). File names
c906108c
SS
18471are recorded in object files as debugging symbols, but @value{GDBN} would
18472ordinarily parse a typical file name, like @file{foo.c}, as the three words
18473@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18474@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18475
474c8240 18476@smallexample
c906108c 18477p 'foo.c'::x
474c8240 18478@end smallexample
c906108c
SS
18479
18480@noindent
18481looks up the value of @code{x} in the scope of the file @file{foo.c}.
18482
18483@table @code
a8f24a35
EZ
18484@cindex case-insensitive symbol names
18485@cindex case sensitivity in symbol names
18486@kindex set case-sensitive
18487@item set case-sensitive on
18488@itemx set case-sensitive off
18489@itemx set case-sensitive auto
18490Normally, when @value{GDBN} looks up symbols, it matches their names
18491with case sensitivity determined by the current source language.
18492Occasionally, you may wish to control that. The command @code{set
18493case-sensitive} lets you do that by specifying @code{on} for
18494case-sensitive matches or @code{off} for case-insensitive ones. If
18495you specify @code{auto}, case sensitivity is reset to the default
18496suitable for the source language. The default is case-sensitive
18497matches for all languages except for Fortran, for which the default is
18498case-insensitive matches.
18499
9c16f35a
EZ
18500@kindex show case-sensitive
18501@item show case-sensitive
a8f24a35
EZ
18502This command shows the current setting of case sensitivity for symbols
18503lookups.
18504
53342f27
TT
18505@kindex set print type methods
18506@item set print type methods
18507@itemx set print type methods on
18508@itemx set print type methods off
18509Normally, when @value{GDBN} prints a class, it displays any methods
18510declared in that class. You can control this behavior either by
18511passing the appropriate flag to @code{ptype}, or using @command{set
18512print type methods}. Specifying @code{on} will cause @value{GDBN} to
18513display the methods; this is the default. Specifying @code{off} will
18514cause @value{GDBN} to omit the methods.
18515
18516@kindex show print type methods
18517@item show print type methods
18518This command shows the current setting of method display when printing
18519classes.
18520
883fd55a
KS
18521@kindex set print type nested-type-limit
18522@item set print type nested-type-limit @var{limit}
18523@itemx set print type nested-type-limit unlimited
18524Set the limit of displayed nested types that the type printer will
18525show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18526nested definitions. By default, the type printer will not show any nested
18527types defined in classes.
18528
18529@kindex show print type nested-type-limit
18530@item show print type nested-type-limit
18531This command shows the current display limit of nested types when
18532printing classes.
18533
53342f27
TT
18534@kindex set print type typedefs
18535@item set print type typedefs
18536@itemx set print type typedefs on
18537@itemx set print type typedefs off
18538
18539Normally, when @value{GDBN} prints a class, it displays any typedefs
18540defined in that class. You can control this behavior either by
18541passing the appropriate flag to @code{ptype}, or using @command{set
18542print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18543display the typedef definitions; this is the default. Specifying
18544@code{off} will cause @value{GDBN} to omit the typedef definitions.
18545Note that this controls whether the typedef definition itself is
18546printed, not whether typedef names are substituted when printing other
18547types.
18548
18549@kindex show print type typedefs
18550@item show print type typedefs
18551This command shows the current setting of typedef display when
18552printing classes.
18553
c906108c 18554@kindex info address
b37052ae 18555@cindex address of a symbol
c906108c
SS
18556@item info address @var{symbol}
18557Describe where the data for @var{symbol} is stored. For a register
18558variable, this says which register it is kept in. For a non-register
18559local variable, this prints the stack-frame offset at which the variable
18560is always stored.
18561
18562Note the contrast with @samp{print &@var{symbol}}, which does not work
18563at all for a register variable, and for a stack local variable prints
18564the exact address of the current instantiation of the variable.
18565
3d67e040 18566@kindex info symbol
b37052ae 18567@cindex symbol from address
9c16f35a 18568@cindex closest symbol and offset for an address
3d67e040
EZ
18569@item info symbol @var{addr}
18570Print the name of a symbol which is stored at the address @var{addr}.
18571If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18572nearest symbol and an offset from it:
18573
474c8240 18574@smallexample
3d67e040
EZ
18575(@value{GDBP}) info symbol 0x54320
18576_initialize_vx + 396 in section .text
474c8240 18577@end smallexample
3d67e040
EZ
18578
18579@noindent
18580This is the opposite of the @code{info address} command. You can use
18581it to find out the name of a variable or a function given its address.
18582
c14c28ba
PP
18583For dynamically linked executables, the name of executable or shared
18584library containing the symbol is also printed:
18585
18586@smallexample
18587(@value{GDBP}) info symbol 0x400225
18588_start + 5 in section .text of /tmp/a.out
18589(@value{GDBP}) info symbol 0x2aaaac2811cf
18590__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18591@end smallexample
18592
439250fb
DE
18593@kindex demangle
18594@cindex demangle
18595@item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18596Demangle @var{name}.
18597If @var{language} is provided it is the name of the language to demangle
18598@var{name} in. Otherwise @var{name} is demangled in the current language.
18599
18600The @samp{--} option specifies the end of options,
18601and is useful when @var{name} begins with a dash.
18602
18603The parameter @code{demangle-style} specifies how to interpret the kind
18604of mangling used. @xref{Print Settings}.
18605
c906108c 18606@kindex whatis
53342f27 18607@item whatis[/@var{flags}] [@var{arg}]
177bc839
JK
18608Print the data type of @var{arg}, which can be either an expression
18609or a name of a data type. With no argument, print the data type of
18610@code{$}, the last value in the value history.
18611
18612If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18613is not actually evaluated, and any side-effecting operations (such as
18614assignments or function calls) inside it do not take place.
18615
18616If @var{arg} is a variable or an expression, @code{whatis} prints its
18617literal type as it is used in the source code. If the type was
18618defined using a @code{typedef}, @code{whatis} will @emph{not} print
18619the data type underlying the @code{typedef}. If the type of the
18620variable or the expression is a compound data type, such as
18621@code{struct} or @code{class}, @code{whatis} never prints their
18622fields or methods. It just prints the @code{struct}/@code{class}
18623name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18624such a compound data type, use @code{ptype}.
18625
18626If @var{arg} is a type name that was defined using @code{typedef},
18627@code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18628Unrolling means that @code{whatis} will show the underlying type used
18629in the @code{typedef} declaration of @var{arg}. However, if that
18630underlying type is also a @code{typedef}, @code{whatis} will not
18631unroll it.
18632
18633For C code, the type names may also have the form @samp{class
18634@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18635@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 18636
53342f27
TT
18637@var{flags} can be used to modify how the type is displayed.
18638Available flags are:
18639
18640@table @code
18641@item r
18642Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18643parameters and typedefs defined in a class when printing the class'
18644members. The @code{/r} flag disables this.
18645
18646@item m
18647Do not print methods defined in the class.
18648
18649@item M
18650Print methods defined in the class. This is the default, but the flag
18651exists in case you change the default with @command{set print type methods}.
18652
18653@item t
18654Do not print typedefs defined in the class. Note that this controls
18655whether the typedef definition itself is printed, not whether typedef
18656names are substituted when printing other types.
18657
18658@item T
18659Print typedefs defined in the class. This is the default, but the flag
18660exists in case you change the default with @command{set print type typedefs}.
7c161838
SDJ
18661
18662@item o
18663Print the offsets and sizes of fields in a struct, similar to what the
18664@command{pahole} tool does. This option implies the @code{/tm} flags.
18665
18666For example, given the following declarations:
18667
18668@smallexample
18669struct tuv
18670@{
18671 int a1;
18672 char *a2;
18673 int a3;
18674@};
18675
18676struct xyz
18677@{
18678 int f1;
18679 char f2;
18680 void *f3;
18681 struct tuv f4;
18682@};
18683
18684union qwe
18685@{
18686 struct tuv fff1;
18687 struct xyz fff2;
18688@};
18689
18690struct tyu
18691@{
18692 int a1 : 1;
18693 int a2 : 3;
18694 int a3 : 23;
18695 char a4 : 2;
18696 int64_t a5;
18697 int a6 : 5;
18698 int64_t a7 : 3;
18699@};
18700@end smallexample
18701
18702Issuing a @kbd{ptype /o struct tuv} command would print:
18703
18704@smallexample
18705(@value{GDBP}) ptype /o struct tuv
18706/* offset | size */ type = struct tuv @{
18707/* 0 | 4 */ int a1;
18708/* XXX 4-byte hole */
18709/* 8 | 8 */ char *a2;
18710/* 16 | 4 */ int a3;
18711
18712 /* total size (bytes): 24 */
18713 @}
18714@end smallexample
18715
18716Notice the format of the first column of comments. There, you can
18717find two parts separated by the @samp{|} character: the @emph{offset},
18718which indicates where the field is located inside the struct, in
18719bytes, and the @emph{size} of the field. Another interesting line is
18720the marker of a @emph{hole} in the struct, indicating that it may be
18721possible to pack the struct and make it use less space by reorganizing
18722its fields.
18723
18724It is also possible to print offsets inside an union:
18725
18726@smallexample
18727(@value{GDBP}) ptype /o union qwe
18728/* offset | size */ type = union qwe @{
18729/* 24 */ struct tuv @{
18730/* 0 | 4 */ int a1;
18731/* XXX 4-byte hole */
18732/* 8 | 8 */ char *a2;
18733/* 16 | 4 */ int a3;
18734
18735 /* total size (bytes): 24 */
18736 @} fff1;
18737/* 40 */ struct xyz @{
18738/* 0 | 4 */ int f1;
18739/* 4 | 1 */ char f2;
18740/* XXX 3-byte hole */
18741/* 8 | 8 */ void *f3;
18742/* 16 | 24 */ struct tuv @{
18743/* 16 | 4 */ int a1;
18744/* XXX 4-byte hole */
18745/* 24 | 8 */ char *a2;
18746/* 32 | 4 */ int a3;
18747
18748 /* total size (bytes): 24 */
18749 @} f4;
18750
18751 /* total size (bytes): 40 */
18752 @} fff2;
18753
18754 /* total size (bytes): 40 */
18755 @}
18756@end smallexample
18757
18758In this case, since @code{struct tuv} and @code{struct xyz} occupy the
18759same space (because we are dealing with an union), the offset is not
18760printed for them. However, you can still examine the offset of each
18761of these structures' fields.
18762
18763Another useful scenario is printing the offsets of a struct containing
18764bitfields:
18765
18766@smallexample
18767(@value{GDBP}) ptype /o struct tyu
18768/* offset | size */ type = struct tyu @{
18769/* 0:31 | 4 */ int a1 : 1;
18770/* 0:28 | 4 */ int a2 : 3;
18771/* 0: 5 | 4 */ int a3 : 23;
18772/* 3: 3 | 1 */ signed char a4 : 2;
18773/* XXX 3-bit hole */
18774/* XXX 4-byte hole */
18775/* 8 | 8 */ int64_t a5;
9d3421af
TT
18776/* 16: 0 | 4 */ int a6 : 5;
18777/* 16: 5 | 8 */ int64_t a7 : 3;
18778"/* XXX 7-byte padding */
7c161838
SDJ
18779
18780 /* total size (bytes): 24 */
18781 @}
18782@end smallexample
18783
9d3421af
TT
18784Note how the offset information is now extended to also include the
18785first bit of the bitfield.
53342f27
TT
18786@end table
18787
c906108c 18788@kindex ptype
53342f27 18789@item ptype[/@var{flags}] [@var{arg}]
62f3a2ba
FF
18790@code{ptype} accepts the same arguments as @code{whatis}, but prints a
18791detailed description of the type, instead of just the name of the type.
18792@xref{Expressions, ,Expressions}.
c906108c 18793
177bc839
JK
18794Contrary to @code{whatis}, @code{ptype} always unrolls any
18795@code{typedef}s in its argument declaration, whether the argument is
18796a variable, expression, or a data type. This means that @code{ptype}
18797of a variable or an expression will not print literally its type as
18798present in the source code---use @code{whatis} for that. @code{typedef}s at
18799the pointer or reference targets are also unrolled. Only @code{typedef}s of
18800fields, methods and inner @code{class typedef}s of @code{struct}s,
18801@code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18802
c906108c
SS
18803For example, for this variable declaration:
18804
474c8240 18805@smallexample
177bc839
JK
18806typedef double real_t;
18807struct complex @{ real_t real; double imag; @};
18808typedef struct complex complex_t;
18809complex_t var;
18810real_t *real_pointer_var;
474c8240 18811@end smallexample
c906108c
SS
18812
18813@noindent
18814the two commands give this output:
18815
474c8240 18816@smallexample
c906108c 18817@group
177bc839
JK
18818(@value{GDBP}) whatis var
18819type = complex_t
18820(@value{GDBP}) ptype var
18821type = struct complex @{
18822 real_t real;
18823 double imag;
18824@}
18825(@value{GDBP}) whatis complex_t
18826type = struct complex
18827(@value{GDBP}) whatis struct complex
c906108c 18828type = struct complex
177bc839 18829(@value{GDBP}) ptype struct complex
c906108c 18830type = struct complex @{
177bc839 18831 real_t real;
c906108c
SS
18832 double imag;
18833@}
177bc839
JK
18834(@value{GDBP}) whatis real_pointer_var
18835type = real_t *
18836(@value{GDBP}) ptype real_pointer_var
18837type = double *
c906108c 18838@end group
474c8240 18839@end smallexample
c906108c
SS
18840
18841@noindent
18842As with @code{whatis}, using @code{ptype} without an argument refers to
18843the type of @code{$}, the last value in the value history.
18844
ab1adacd
EZ
18845@cindex incomplete type
18846Sometimes, programs use opaque data types or incomplete specifications
18847of complex data structure. If the debug information included in the
18848program does not allow @value{GDBN} to display a full declaration of
18849the data type, it will say @samp{<incomplete type>}. For example,
18850given these declarations:
18851
18852@smallexample
18853 struct foo;
18854 struct foo *fooptr;
18855@end smallexample
18856
18857@noindent
18858but no definition for @code{struct foo} itself, @value{GDBN} will say:
18859
18860@smallexample
ddb50cd7 18861 (@value{GDBP}) ptype foo
ab1adacd
EZ
18862 $1 = <incomplete type>
18863@end smallexample
18864
18865@noindent
18866``Incomplete type'' is C terminology for data types that are not
18867completely specified.
18868
d69cf9b2
PA
18869@cindex unknown type
18870Othertimes, information about a variable's type is completely absent
18871from the debug information included in the program. This most often
18872happens when the program or library where the variable is defined
18873includes no debug information at all. @value{GDBN} knows the variable
18874exists from inspecting the linker/loader symbol table (e.g., the ELF
18875dynamic symbol table), but such symbols do not contain type
18876information. Inspecting the type of a (global) variable for which
18877@value{GDBN} has no type information shows:
18878
18879@smallexample
18880 (@value{GDBP}) ptype var
18881 type = <data variable, no debug info>
18882@end smallexample
18883
18884@xref{Variables, no debug info variables}, for how to print the values
18885of such variables.
18886
c906108c 18887@kindex info types
a8eab7c6 18888@item info types [-q] [@var{regexp}]
09d4efe1
EZ
18889Print a brief description of all types whose names match the regular
18890expression @var{regexp} (or all types in your program, if you supply
18891no argument). Each complete typename is matched as though it were a
18892complete line; thus, @samp{i type value} gives information on all
18893types in your program whose names include the string @code{value}, but
18894@samp{i type ^value$} gives information only on types whose complete
18895name is @code{value}.
c906108c 18896
20813a0b
PW
18897In programs using different languages, @value{GDBN} chooses the syntax
18898to print the type description according to the
18899@samp{set language} value: using @samp{set language auto}
18900(see @ref{Automatically, ,Set Language Automatically}) means to use the
18901language of the type, other values mean to use
18902the manually specified language (see @ref{Manually, ,Set Language Manually}).
18903
c906108c
SS
18904This command differs from @code{ptype} in two ways: first, like
18905@code{whatis}, it does not print a detailed description; second, it
b744723f 18906lists all source files and line numbers where a type is defined.
c906108c 18907
a8eab7c6
AB
18908The output from @samp{into types} is proceeded with a header line
18909describing what types are being listed. The optional flag @samp{-q},
18910which stands for @samp{quiet}, disables printing this header
18911information.
18912
18a9fc12
TT
18913@kindex info type-printers
18914@item info type-printers
18915Versions of @value{GDBN} that ship with Python scripting enabled may
18916have ``type printers'' available. When using @command{ptype} or
18917@command{whatis}, these printers are consulted when the name of a type
18918is needed. @xref{Type Printing API}, for more information on writing
18919type printers.
18920
18921@code{info type-printers} displays all the available type printers.
18922
18923@kindex enable type-printer
18924@kindex disable type-printer
18925@item enable type-printer @var{name}@dots{}
18926@item disable type-printer @var{name}@dots{}
18927These commands can be used to enable or disable type printers.
18928
b37052ae
EZ
18929@kindex info scope
18930@cindex local variables
09d4efe1 18931@item info scope @var{location}
b37052ae 18932List all the variables local to a particular scope. This command
09d4efe1
EZ
18933accepts a @var{location} argument---a function name, a source line, or
18934an address preceded by a @samp{*}, and prints all the variables local
2a25a5ba
EZ
18935to the scope defined by that location. (@xref{Specify Location}, for
18936details about supported forms of @var{location}.) For example:
b37052ae
EZ
18937
18938@smallexample
18939(@value{GDBP}) @b{info scope command_line_handler}
18940Scope for command_line_handler:
18941Symbol rl is an argument at stack/frame offset 8, length 4.
18942Symbol linebuffer is in static storage at address 0x150a18, length 4.
18943Symbol linelength is in static storage at address 0x150a1c, length 4.
18944Symbol p is a local variable in register $esi, length 4.
18945Symbol p1 is a local variable in register $ebx, length 4.
18946Symbol nline is a local variable in register $edx, length 4.
18947Symbol repeat is a local variable at frame offset -8, length 4.
18948@end smallexample
18949
f5c37c66
EZ
18950@noindent
18951This command is especially useful for determining what data to collect
18952during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
18953collect}.
18954
c906108c
SS
18955@kindex info source
18956@item info source
919d772c
JB
18957Show information about the current source file---that is, the source file for
18958the function containing the current point of execution:
18959@itemize @bullet
18960@item
18961the name of the source file, and the directory containing it,
18962@item
18963the directory it was compiled in,
18964@item
18965its length, in lines,
18966@item
18967which programming language it is written in,
18968@item
b6577aab
DE
18969if the debug information provides it, the program that compiled the file
18970(which may include, e.g., the compiler version and command line arguments),
18971@item
919d772c
JB
18972whether the executable includes debugging information for that file, and
18973if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
18974@item
18975whether the debugging information includes information about
18976preprocessor macros.
18977@end itemize
18978
c906108c
SS
18979
18980@kindex info sources
18981@item info sources
18982Print the names of all source files in your program for which there is
18983debugging information, organized into two lists: files whose symbols
18984have already been read, and files whose symbols will be read when needed.
18985
ae60f04e
PW
18986@item info sources [-dirname | -basename] [--] [@var{regexp}]
18987Like @samp{info sources}, but only print the names of the files
18988matching the provided @var{regexp}.
18989By default, the @var{regexp} is used to match anywhere in the filename.
18990If @code{-dirname}, only files having a dirname matching @var{regexp} are shown.
18991If @code{-basename}, only files having a basename matching @var{regexp}
18992are shown.
18993The matching is case-sensitive, except on operating systems that
18994have case-insensitive filesystem (e.g., MS-Windows).
18995
c906108c 18996@kindex info functions
4acfdd20 18997@item info functions [-q] [-n]
c906108c 18998Print the names and data types of all defined functions.
b744723f
AA
18999Similarly to @samp{info types}, this command groups its output by source
19000files and annotates each function definition with its source line
19001number.
c906108c 19002
20813a0b
PW
19003In programs using different languages, @value{GDBN} chooses the syntax
19004to print the function name and type according to the
19005@samp{set language} value: using @samp{set language auto}
19006(see @ref{Automatically, ,Set Language Automatically}) means to use the
19007language of the function, other values mean to use
19008the manually specified language (see @ref{Manually, ,Set Language Manually}).
19009
4acfdd20
AB
19010The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19011results. A non-debugging symbol is a symbol that comes from the
19012executable's symbol table, not from the debug information (for
19013example, DWARF) associated with the executable.
19014
d321477b
PW
19015The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19016printing header information and messages explaining why no functions
19017have been printed.
19018
4acfdd20 19019@item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
d321477b
PW
19020Like @samp{info functions}, but only print the names and data types
19021of the functions selected with the provided regexp(s).
19022
19023If @var{regexp} is provided, print only the functions whose names
19024match the regular expression @var{regexp}.
19025Thus, @samp{info fun step} finds all functions whose
b744723f
AA
19026names include @code{step}; @samp{info fun ^step} finds those whose names
19027start with @code{step}. If a function name contains characters that
19028conflict with the regular expression language (e.g.@:
1c5dfdad 19029@samp{operator*()}), they may be quoted with a backslash.
c906108c 19030
d321477b
PW
19031If @var{type_regexp} is provided, print only the functions whose
19032types, as printed by the @code{whatis} command, match
19033the regular expression @var{type_regexp}.
19034If @var{type_regexp} contains space(s), it should be enclosed in
19035quote characters. If needed, use backslash to escape the meaning
19036of special characters or quotes.
19037Thus, @samp{info fun -t '^int ('} finds the functions that return
19038an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19039have an argument type containing int; @samp{info fun -t '^int (' ^step}
19040finds the functions whose names start with @code{step} and that return
19041int.
19042
19043If both @var{regexp} and @var{type_regexp} are provided, a function
19044is printed only if its name matches @var{regexp} and its type matches
19045@var{type_regexp}.
19046
19047
c906108c 19048@kindex info variables
4acfdd20 19049@item info variables [-q] [-n]
0fe7935b 19050Print the names and data types of all variables that are defined
6ca652b0 19051outside of functions (i.e.@: excluding local variables).
b744723f
AA
19052The printed variables are grouped by source files and annotated with
19053their respective source line numbers.
c906108c 19054
20813a0b
PW
19055In programs using different languages, @value{GDBN} chooses the syntax
19056to print the variable name and type according to the
19057@samp{set language} value: using @samp{set language auto}
19058(see @ref{Automatically, ,Set Language Automatically}) means to use the
19059language of the variable, other values mean to use
19060the manually specified language (see @ref{Manually, ,Set Language Manually}).
19061
4acfdd20
AB
19062The @samp{-n} flag excludes non-debugging symbols from the results.
19063
d321477b
PW
19064The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19065printing header information and messages explaining why no variables
19066have been printed.
19067
4acfdd20 19068@item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
d321477b
PW
19069Like @kbd{info variables}, but only print the variables selected
19070with the provided regexp(s).
19071
19072If @var{regexp} is provided, print only the variables whose names
19073match the regular expression @var{regexp}.
19074
19075If @var{type_regexp} is provided, print only the variables whose
19076types, as printed by the @code{whatis} command, match
19077the regular expression @var{type_regexp}.
19078If @var{type_regexp} contains space(s), it should be enclosed in
19079quote characters. If needed, use backslash to escape the meaning
19080of special characters or quotes.
19081
19082If both @var{regexp} and @var{type_regexp} are provided, an argument
19083is printed only if its name matches @var{regexp} and its type matches
19084@var{type_regexp}.
c906108c 19085
59c35742
AB
19086@kindex info modules
19087@cindex modules
19088@item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19089List all Fortran modules in the program, or all modules matching the
19090optional regular expression @var{regexp}.
19091
19092The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19093printing header information and messages explaining why no modules
19094have been printed.
165f8965
AB
19095
19096@kindex info module
19097@cindex Fortran modules, information about
19098@cindex functions and variables by Fortran module
19099@cindex module functions and variables
19100@item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19101@itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19102List all functions or variables within all Fortran modules. The set
19103of functions or variables listed can be limited by providing some or
19104all of the optional regular expressions. If @var{module-regexp} is
19105provided, then only Fortran modules matching @var{module-regexp} will
19106be searched. Only functions or variables whose type matches the
19107optional regular expression @var{type-regexp} will be listed. And
19108only functions or variables whose name matches the optional regular
19109expression @var{regexp} will be listed.
19110
19111The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19112printing header information and messages explaining why no functions
19113or variables have been printed.
59c35742 19114
b37303ee 19115@kindex info classes
721c2651 19116@cindex Objective-C, classes and selectors
b37303ee
AF
19117@item info classes
19118@itemx info classes @var{regexp}
19119Display all Objective-C classes in your program, or
19120(with the @var{regexp} argument) all those matching a particular regular
19121expression.
19122
19123@kindex info selectors
19124@item info selectors
19125@itemx info selectors @var{regexp}
19126Display all Objective-C selectors in your program, or
19127(with the @var{regexp} argument) all those matching a particular regular
19128expression.
19129
c906108c
SS
19130@ignore
19131This was never implemented.
19132@kindex info methods
19133@item info methods
19134@itemx info methods @var{regexp}
19135The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
19136methods within C@t{++} program, or (with the @var{regexp} argument) a
19137specific set of methods found in the various C@t{++} classes. Many
19138C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
19139from the @code{ptype} command can be overwhelming and hard to use. The
19140@code{info-methods} command filters the methods, printing only those
19141which match the regular-expression @var{regexp}.
19142@end ignore
19143
9c16f35a 19144@cindex opaque data types
c906108c
SS
19145@kindex set opaque-type-resolution
19146@item set opaque-type-resolution on
19147Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19148declared as a pointer to a @code{struct}, @code{class}, or
19149@code{union}---for example, @code{struct MyType *}---that is used in one
19150source file although the full declaration of @code{struct MyType} is in
19151another source file. The default is on.
19152
19153A change in the setting of this subcommand will not take effect until
19154the next time symbols for a file are loaded.
19155
19156@item set opaque-type-resolution off
19157Tell @value{GDBN} not to resolve opaque types. In this case, the type
19158is printed as follows:
19159@smallexample
19160@{<no data fields>@}
19161@end smallexample
19162
19163@kindex show opaque-type-resolution
19164@item show opaque-type-resolution
19165Show whether opaque types are resolved or not.
c906108c 19166
770e7fc7
DE
19167@kindex set print symbol-loading
19168@cindex print messages when symbols are loaded
19169@item set print symbol-loading
19170@itemx set print symbol-loading full
19171@itemx set print symbol-loading brief
19172@itemx set print symbol-loading off
19173The @code{set print symbol-loading} command allows you to control the
19174printing of messages when @value{GDBN} loads symbol information.
19175By default a message is printed for the executable and one for each
19176shared library, and normally this is what you want. However, when
19177debugging apps with large numbers of shared libraries these messages
19178can be annoying.
19179When set to @code{brief} a message is printed for each executable,
19180and when @value{GDBN} loads a collection of shared libraries at once
19181it will only print one message regardless of the number of shared
19182libraries. When set to @code{off} no messages are printed.
19183
19184@kindex show print symbol-loading
19185@item show print symbol-loading
19186Show whether messages will be printed when a @value{GDBN} command
19187entered from the keyboard causes symbol information to be loaded.
19188
c906108c
SS
19189@kindex maint print symbols
19190@cindex symbol dump
19191@kindex maint print psymbols
19192@cindex partial symbol dump
7c57fa1e
YQ
19193@kindex maint print msymbols
19194@cindex minimal symbol dump
34c41c68
DE
19195@item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19196@itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19197@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19198@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19199@itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19200Write a dump of debugging symbol data into the file @var{filename} or
19201the terminal if @var{filename} is unspecified.
19202If @code{-objfile @var{objfile}} is specified, only dump symbols for
19203that objfile.
19204If @code{-pc @var{address}} is specified, only dump symbols for the file
19205with code at that address. Note that @var{address} may be a symbol like
19206@code{main}.
19207If @code{-source @var{source}} is specified, only dump symbols for that
19208source file.
19209
19210These commands are used to debug the @value{GDBN} symbol-reading code.
19211These commands do not modify internal @value{GDBN} state, therefore
19212@samp{maint print symbols} will only print symbols for already expanded symbol
19213tables.
19214You can use the command @code{info sources} to find out which files these are.
19215If you use @samp{maint print psymbols} instead, the dump shows information
19216about symbols that @value{GDBN} only knows partially---that is, symbols
19217defined in files that @value{GDBN} has skimmed, but not yet read completely.
19218Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19219``ELF symbols''.
19220
79a6e687 19221@xref{Files, ,Commands to Specify Files}, for a discussion of how
c906108c 19222@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 19223
5e7b2f39
JB
19224@kindex maint info symtabs
19225@kindex maint info psymtabs
44ea7b70
JB
19226@cindex listing @value{GDBN}'s internal symbol tables
19227@cindex symbol tables, listing @value{GDBN}'s internal
19228@cindex full symbol tables, listing @value{GDBN}'s internal
19229@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
19230@item maint info symtabs @r{[} @var{regexp} @r{]}
19231@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
19232
19233List the @code{struct symtab} or @code{struct partial_symtab}
19234structures whose names match @var{regexp}. If @var{regexp} is not
19235given, list them all. The output includes expressions which you can
19236copy into a @value{GDBN} debugging this one to examine a particular
19237structure in more detail. For example:
19238
19239@smallexample
5e7b2f39 19240(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
19241@{ objfile /home/gnu/build/gdb/gdb
19242 ((struct objfile *) 0x82e69d0)
b383017d 19243 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
19244 ((struct partial_symtab *) 0x8474b10)
19245 readin no
19246 fullname (null)
19247 text addresses 0x814d3c8 -- 0x8158074
19248 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19249 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19250 dependencies (none)
19251 @}
19252@}
5e7b2f39 19253(@value{GDBP}) maint info symtabs
44ea7b70
JB
19254(@value{GDBP})
19255@end smallexample
19256@noindent
19257We see that there is one partial symbol table whose filename contains
19258the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19259and we see that @value{GDBN} has not read in any symtabs yet at all.
19260If we set a breakpoint on a function, that will cause @value{GDBN} to
19261read the symtab for the compilation unit containing that function:
19262
19263@smallexample
19264(@value{GDBP}) break dwarf2_psymtab_to_symtab
19265Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19266line 1574.
5e7b2f39 19267(@value{GDBP}) maint info symtabs
b383017d 19268@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 19269 ((struct objfile *) 0x82e69d0)
b383017d 19270 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
19271 ((struct symtab *) 0x86c1f38)
19272 dirname (null)
19273 fullname (null)
19274 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
1b39d5c0 19275 linetable ((struct linetable *) 0x8370fa0)
44ea7b70
JB
19276 debugformat DWARF 2
19277 @}
19278@}
b383017d 19279(@value{GDBP})
44ea7b70 19280@end smallexample
44ea7b70 19281
f2403c39
AB
19282@kindex maint info line-table
19283@cindex listing @value{GDBN}'s internal line tables
19284@cindex line tables, listing @value{GDBN}'s internal
19285@item maint info line-table @r{[} @var{regexp} @r{]}
19286
19287List the @code{struct linetable} from all @code{struct symtab}
19288instances whose name matches @var{regexp}. If @var{regexp} is not
19289given, list the @code{struct linetable} from all @code{struct symtab}.
19290
f57d2163
DE
19291@kindex maint set symbol-cache-size
19292@cindex symbol cache size
19293@item maint set symbol-cache-size @var{size}
19294Set the size of the symbol cache to @var{size}.
19295The default size is intended to be good enough for debugging
19296most applications. This option exists to allow for experimenting
19297with different sizes.
19298
19299@kindex maint show symbol-cache-size
19300@item maint show symbol-cache-size
19301Show the size of the symbol cache.
19302
19303@kindex maint print symbol-cache
19304@cindex symbol cache, printing its contents
19305@item maint print symbol-cache
19306Print the contents of the symbol cache.
19307This is useful when debugging symbol cache issues.
19308
19309@kindex maint print symbol-cache-statistics
19310@cindex symbol cache, printing usage statistics
19311@item maint print symbol-cache-statistics
19312Print symbol cache usage statistics.
19313This helps determine how well the cache is being utilized.
19314
19315@kindex maint flush-symbol-cache
19316@cindex symbol cache, flushing
19317@item maint flush-symbol-cache
19318Flush the contents of the symbol cache, all entries are removed.
19319This command is useful when debugging the symbol cache.
19320It is also useful when collecting performance data.
19321
19322@end table
6a3ca067 19323
6d2ebf8b 19324@node Altering
c906108c
SS
19325@chapter Altering Execution
19326
19327Once you think you have found an error in your program, you might want to
19328find out for certain whether correcting the apparent error would lead to
19329correct results in the rest of the run. You can find the answer by
19330experiment, using the @value{GDBN} features for altering execution of the
19331program.
19332
19333For example, you can store new values into variables or memory
7a292a7a
SS
19334locations, give your program a signal, restart it at a different
19335address, or even return prematurely from a function.
c906108c
SS
19336
19337@menu
19338* Assignment:: Assignment to variables
19339* Jumping:: Continuing at a different address
c906108c 19340* Signaling:: Giving your program a signal
c906108c
SS
19341* Returning:: Returning from a function
19342* Calling:: Calling your program's functions
19343* Patching:: Patching your program
bb2ec1b3 19344* Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
c906108c
SS
19345@end menu
19346
6d2ebf8b 19347@node Assignment
79a6e687 19348@section Assignment to Variables
c906108c
SS
19349
19350@cindex assignment
19351@cindex setting variables
19352To alter the value of a variable, evaluate an assignment expression.
19353@xref{Expressions, ,Expressions}. For example,
19354
474c8240 19355@smallexample
c906108c 19356print x=4
474c8240 19357@end smallexample
c906108c
SS
19358
19359@noindent
19360stores the value 4 into the variable @code{x}, and then prints the
5d161b24 19361value of the assignment expression (which is 4).
c906108c
SS
19362@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19363information on operators in supported languages.
c906108c
SS
19364
19365@kindex set variable
19366@cindex variables, setting
19367If you are not interested in seeing the value of the assignment, use the
19368@code{set} command instead of the @code{print} command. @code{set} is
19369really the same as @code{print} except that the expression's value is
19370not printed and is not put in the value history (@pxref{Value History,
79a6e687 19371,Value History}). The expression is evaluated only for its effects.
c906108c 19372
c906108c
SS
19373If the beginning of the argument string of the @code{set} command
19374appears identical to a @code{set} subcommand, use the @code{set
19375variable} command instead of just @code{set}. This command is identical
19376to @code{set} except for its lack of subcommands. For example, if your
19377program has a variable @code{width}, you get an error if you try to set
19378a new value with just @samp{set width=13}, because @value{GDBN} has the
19379command @code{set width}:
19380
474c8240 19381@smallexample
c906108c
SS
19382(@value{GDBP}) whatis width
19383type = double
19384(@value{GDBP}) p width
19385$4 = 13
19386(@value{GDBP}) set width=47
19387Invalid syntax in expression.
474c8240 19388@end smallexample
c906108c
SS
19389
19390@noindent
19391The invalid expression, of course, is @samp{=47}. In
19392order to actually set the program's variable @code{width}, use
19393
474c8240 19394@smallexample
c906108c 19395(@value{GDBP}) set var width=47
474c8240 19396@end smallexample
53a5351d 19397
c906108c
SS
19398Because the @code{set} command has many subcommands that can conflict
19399with the names of program variables, it is a good idea to use the
19400@code{set variable} command instead of just @code{set}. For example, if
19401your program has a variable @code{g}, you run into problems if you try
19402to set a new value with just @samp{set g=4}, because @value{GDBN} has
19403the command @code{set gnutarget}, abbreviated @code{set g}:
19404
474c8240 19405@smallexample
c906108c
SS
19406@group
19407(@value{GDBP}) whatis g
19408type = double
19409(@value{GDBP}) p g
19410$1 = 1
19411(@value{GDBP}) set g=4
2df3850c 19412(@value{GDBP}) p g
c906108c
SS
19413$2 = 1
19414(@value{GDBP}) r
19415The program being debugged has been started already.
19416Start it from the beginning? (y or n) y
19417Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
19418"/home/smith/cc_progs/a.out": can't open to read symbols:
19419 Invalid bfd target.
c906108c
SS
19420(@value{GDBP}) show g
19421The current BFD target is "=4".
19422@end group
474c8240 19423@end smallexample
c906108c
SS
19424
19425@noindent
19426The program variable @code{g} did not change, and you silently set the
19427@code{gnutarget} to an invalid value. In order to set the variable
19428@code{g}, use
19429
474c8240 19430@smallexample
c906108c 19431(@value{GDBP}) set var g=4
474c8240 19432@end smallexample
c906108c
SS
19433
19434@value{GDBN} allows more implicit conversions in assignments than C; you can
19435freely store an integer value into a pointer variable or vice versa,
19436and you can convert any structure to any other structure that is the
19437same length or shorter.
19438@comment FIXME: how do structs align/pad in these conversions?
19439@comment /doc@cygnus.com 18dec1990
19440
19441To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19442construct to generate a value of specified type at a specified address
19443(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19444to memory location @code{0x83040} as an integer (which implies a certain size
19445and representation in memory), and
19446
474c8240 19447@smallexample
c906108c 19448set @{int@}0x83040 = 4
474c8240 19449@end smallexample
c906108c
SS
19450
19451@noindent
19452stores the value 4 into that memory location.
19453
6d2ebf8b 19454@node Jumping
79a6e687 19455@section Continuing at a Different Address
c906108c
SS
19456
19457Ordinarily, when you continue your program, you do so at the place where
19458it stopped, with the @code{continue} command. You can instead continue at
19459an address of your own choosing, with the following commands:
19460
19461@table @code
19462@kindex jump
c1d780c2 19463@kindex j @r{(@code{jump})}
629500fa 19464@item jump @var{location}
c1d780c2 19465@itemx j @var{location}
629500fa
KS
19466Resume execution at @var{location}. Execution stops again immediately
19467if there is a breakpoint there. @xref{Specify Location}, for a description
19468of the different forms of @var{location}. It is common
2a25a5ba
EZ
19469practice to use the @code{tbreak} command in conjunction with
19470@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
c906108c
SS
19471
19472The @code{jump} command does not change the current stack frame, or
19473the stack pointer, or the contents of any memory location or any
629500fa 19474register other than the program counter. If @var{location} is in
c906108c
SS
19475a different function from the one currently executing, the results may
19476be bizarre if the two functions expect different patterns of arguments or
19477of local variables. For this reason, the @code{jump} command requests
19478confirmation if the specified line is not in the function currently
19479executing. However, even bizarre results are predictable if you are
19480well acquainted with the machine-language code of your program.
c906108c
SS
19481@end table
19482
53a5351d
JM
19483On many systems, you can get much the same effect as the @code{jump}
19484command by storing a new value into the register @code{$pc}. The
19485difference is that this does not start your program running; it only
19486changes the address of where it @emph{will} run when you continue. For
19487example,
c906108c 19488
474c8240 19489@smallexample
c906108c 19490set $pc = 0x485
474c8240 19491@end smallexample
c906108c
SS
19492
19493@noindent
19494makes the next @code{continue} command or stepping command execute at
19495address @code{0x485}, rather than at the address where your program stopped.
79a6e687 19496@xref{Continuing and Stepping, ,Continuing and Stepping}.
c906108c
SS
19497
19498The most common occasion to use the @code{jump} command is to back
19499up---perhaps with more breakpoints set---over a portion of a program
19500that has already executed, in order to examine its execution in more
19501detail.
19502
c906108c 19503@c @group
6d2ebf8b 19504@node Signaling
79a6e687 19505@section Giving your Program a Signal
9c16f35a 19506@cindex deliver a signal to a program
c906108c
SS
19507
19508@table @code
19509@kindex signal
19510@item signal @var{signal}
70509625 19511Resume execution where your program is stopped, but immediately give it the
697aa1b7 19512signal @var{signal}. The @var{signal} can be the name or the number of a
c906108c
SS
19513signal. For example, on many systems @code{signal 2} and @code{signal
19514SIGINT} are both ways of sending an interrupt signal.
19515
19516Alternatively, if @var{signal} is zero, continue execution without
19517giving a signal. This is useful when your program stopped on account of
ae606bee 19518a signal and would ordinarily see the signal when resumed with the
c906108c
SS
19519@code{continue} command; @samp{signal 0} causes it to resume without a
19520signal.
19521
70509625
PA
19522@emph{Note:} When resuming a multi-threaded program, @var{signal} is
19523delivered to the currently selected thread, not the thread that last
19524reported a stop. This includes the situation where a thread was
19525stopped due to a signal. So if you want to continue execution
19526suppressing the signal that stopped a thread, you should select that
19527same thread before issuing the @samp{signal 0} command. If you issue
19528the @samp{signal 0} command with another thread as the selected one,
19529@value{GDBN} detects that and asks for confirmation.
19530
c906108c
SS
19531Invoking the @code{signal} command is not the same as invoking the
19532@code{kill} utility from the shell. Sending a signal with @code{kill}
19533causes @value{GDBN} to decide what to do with the signal depending on
19534the signal handling tables (@pxref{Signals}). The @code{signal} command
19535passes the signal directly to your program.
19536
81219e53
DE
19537@code{signal} does not repeat when you press @key{RET} a second time
19538after executing the command.
19539
19540@kindex queue-signal
19541@item queue-signal @var{signal}
19542Queue @var{signal} to be delivered immediately to the current thread
19543when execution of the thread resumes. The @var{signal} can be the name or
19544the number of a signal. For example, on many systems @code{signal 2} and
19545@code{signal SIGINT} are both ways of sending an interrupt signal.
19546The handling of the signal must be set to pass the signal to the program,
19547otherwise @value{GDBN} will report an error.
19548You can control the handling of signals from @value{GDBN} with the
19549@code{handle} command (@pxref{Signals}).
19550
19551Alternatively, if @var{signal} is zero, any currently queued signal
19552for the current thread is discarded and when execution resumes no signal
19553will be delivered. This is useful when your program stopped on account
19554of a signal and would ordinarily see the signal when resumed with the
19555@code{continue} command.
19556
19557This command differs from the @code{signal} command in that the signal
19558is just queued, execution is not resumed. And @code{queue-signal} cannot
19559be used to pass a signal whose handling state has been set to @code{nopass}
19560(@pxref{Signals}).
19561@end table
19562@c @end group
c906108c 19563
e5f8a7cc
PA
19564@xref{stepping into signal handlers}, for information on how stepping
19565commands behave when the thread has a signal queued.
19566
6d2ebf8b 19567@node Returning
79a6e687 19568@section Returning from a Function
c906108c
SS
19569
19570@table @code
19571@cindex returning from a function
19572@kindex return
19573@item return
19574@itemx return @var{expression}
19575You can cancel execution of a function call with the @code{return}
19576command. If you give an
19577@var{expression} argument, its value is used as the function's return
19578value.
19579@end table
19580
19581When you use @code{return}, @value{GDBN} discards the selected stack frame
19582(and all frames within it). You can think of this as making the
19583discarded frame return prematurely. If you wish to specify a value to
19584be returned, give that value as the argument to @code{return}.
19585
19586This pops the selected stack frame (@pxref{Selection, ,Selecting a
79a6e687 19587Frame}), and any other frames inside of it, leaving its caller as the
c906108c
SS
19588innermost remaining frame. That frame becomes selected. The
19589specified value is stored in the registers used for returning values
19590of functions.
19591
19592The @code{return} command does not resume execution; it leaves the
19593program stopped in the state that would exist if the function had just
19594returned. In contrast, the @code{finish} command (@pxref{Continuing
79a6e687 19595and Stepping, ,Continuing and Stepping}) resumes execution until the
c906108c
SS
19596selected stack frame returns naturally.
19597
61ff14c6
JK
19598@value{GDBN} needs to know how the @var{expression} argument should be set for
19599the inferior. The concrete registers assignment depends on the OS ABI and the
19600type being returned by the selected stack frame. For example it is common for
19601OS ABI to return floating point values in FPU registers while integer values in
19602CPU registers. Still some ABIs return even floating point values in CPU
19603registers. Larger integer widths (such as @code{long long int}) also have
19604specific placement rules. @value{GDBN} already knows the OS ABI from its
19605current target so it needs to find out also the type being returned to make the
19606assignment into the right register(s).
19607
19608Normally, the selected stack frame has debug info. @value{GDBN} will always
19609use the debug info instead of the implicit type of @var{expression} when the
19610debug info is available. For example, if you type @kbd{return -1}, and the
19611function in the current stack frame is declared to return a @code{long long
19612int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19613into a @code{long long int}:
19614
19615@smallexample
19616Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1961729 return 31;
19618(@value{GDBP}) return -1
19619Make func return now? (y or n) y
19620#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1962143 printf ("result=%lld\n", func ());
19622(@value{GDBP})
19623@end smallexample
19624
19625However, if the selected stack frame does not have a debug info, e.g., if the
19626function was compiled without debug info, @value{GDBN} has to find out the type
19627to return from user. Specifying a different type by mistake may set the value
19628in different inferior registers than the caller code expects. For example,
19629typing @kbd{return -1} with its implicit type @code{int} would set only a part
19630of a @code{long long int} result for a debug info less function (on 32-bit
19631architectures). Therefore the user is required to specify the return type by
19632an appropriate cast explicitly:
19633
19634@smallexample
19635Breakpoint 2, 0x0040050b in func ()
19636(@value{GDBP}) return -1
19637Return value type not available for selected stack frame.
19638Please use an explicit cast of the value to return.
19639(@value{GDBP}) return (long long int) -1
19640Make selected stack frame return now? (y or n) y
19641#0 0x00400526 in main ()
19642(@value{GDBP})
19643@end smallexample
19644
6d2ebf8b 19645@node Calling
79a6e687 19646@section Calling Program Functions
c906108c 19647
f8568604 19648@table @code
c906108c 19649@cindex calling functions
f8568604
EZ
19650@cindex inferior functions, calling
19651@item print @var{expr}
d3e8051b 19652Evaluate the expression @var{expr} and display the resulting value.
697aa1b7 19653The expression may include calls to functions in the program being
f8568604
EZ
19654debugged.
19655
c906108c 19656@kindex call
c906108c
SS
19657@item call @var{expr}
19658Evaluate the expression @var{expr} without displaying @code{void}
19659returned values.
c906108c
SS
19660
19661You can use this variant of the @code{print} command if you want to
f8568604
EZ
19662execute a function from your program that does not return anything
19663(a.k.a.@: @dfn{a void function}), but without cluttering the output
19664with @code{void} returned values that @value{GDBN} will otherwise
19665print. If the result is not void, it is printed and saved in the
19666value history.
19667@end table
19668
9c16f35a
EZ
19669It is possible for the function you call via the @code{print} or
19670@code{call} command to generate a signal (e.g., if there's a bug in
19671the function, or if you passed it incorrect arguments). What happens
19672in that case is controlled by the @code{set unwindonsignal} command.
19673
7cd1089b
PM
19674Similarly, with a C@t{++} program it is possible for the function you
19675call via the @code{print} or @code{call} command to generate an
19676exception that is not handled due to the constraints of the dummy
19677frame. In this case, any exception that is raised in the frame, but has
19678an out-of-frame exception handler will not be found. GDB builds a
19679dummy-frame for the inferior function call, and the unwinder cannot
19680seek for exception handlers outside of this dummy-frame. What happens
19681in that case is controlled by the
19682@code{set unwind-on-terminating-exception} command.
19683
9c16f35a
EZ
19684@table @code
19685@item set unwindonsignal
19686@kindex set unwindonsignal
19687@cindex unwind stack in called functions
19688@cindex call dummy stack unwinding
19689Set unwinding of the stack if a signal is received while in a function
19690that @value{GDBN} called in the program being debugged. If set to on,
19691@value{GDBN} unwinds the stack it created for the call and restores
19692the context to what it was before the call. If set to off (the
19693default), @value{GDBN} stops in the frame where the signal was
19694received.
19695
19696@item show unwindonsignal
19697@kindex show unwindonsignal
19698Show the current setting of stack unwinding in the functions called by
19699@value{GDBN}.
7cd1089b
PM
19700
19701@item set unwind-on-terminating-exception
19702@kindex set unwind-on-terminating-exception
19703@cindex unwind stack in called functions with unhandled exceptions
19704@cindex call dummy stack unwinding on unhandled exception.
19705Set unwinding of the stack if a C@t{++} exception is raised, but left
19706unhandled while in a function that @value{GDBN} called in the program being
19707debugged. If set to on (the default), @value{GDBN} unwinds the stack
19708it created for the call and restores the context to what it was before
19709the call. If set to off, @value{GDBN} the exception is delivered to
19710the default C@t{++} exception handler and the inferior terminated.
19711
19712@item show unwind-on-terminating-exception
19713@kindex show unwind-on-terminating-exception
19714Show the current setting of stack unwinding in the functions called by
19715@value{GDBN}.
19716
136afab8
PW
19717@item set may-call-functions
19718@kindex set may-call-functions
19719@cindex disabling calling functions in the program
19720@cindex calling functions in the program, disabling
19721Set permission to call functions in the program.
19722This controls whether @value{GDBN} will attempt to call functions in
19723the program, such as with expressions in the @code{print} command. It
19724defaults to @code{on}.
19725
19726To call a function in the program, @value{GDBN} has to temporarily
19727modify the state of the inferior. This has potentially undesired side
19728effects. Also, having @value{GDBN} call nested functions is likely to
19729be erroneous and may even crash the program being debugged. You can
19730avoid such hazards by forbidding @value{GDBN} from calling functions
19731in the program being debugged. If calling functions in the program
19732is forbidden, GDB will throw an error when a command (such as printing
19733an expression) starts a function call in the program.
19734
19735@item show may-call-functions
19736@kindex show may-call-functions
19737Show permission to call functions in the program.
19738
9c16f35a
EZ
19739@end table
19740
d69cf9b2
PA
19741@subsection Calling functions with no debug info
19742
19743@cindex no debug info functions
19744Sometimes, a function you wish to call is missing debug information.
19745In such case, @value{GDBN} does not know the type of the function,
19746including the types of the function's parameters. To avoid calling
19747the inferior function incorrectly, which could result in the called
19748function functioning erroneously and even crash, @value{GDBN} refuses
19749to call the function unless you tell it the type of the function.
19750
19751For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
19752to do that. The simplest is to cast the call to the function's
19753declared return type. For example:
19754
19755@smallexample
19756(@value{GDBP}) p getenv ("PATH")
19757'getenv' has unknown return type; cast the call to its declared return type
19758(@value{GDBP}) p (char *) getenv ("PATH")
19759$1 = 0x7fffffffe7ba "/usr/local/bin:/"...
19760@end smallexample
19761
19762Casting the return type of a no-debug function is equivalent to
19763casting the function to a pointer to a prototyped function that has a
19764prototype that matches the types of the passed-in arguments, and
19765calling that. I.e., the call above is equivalent to:
19766
19767@smallexample
19768(@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
19769@end smallexample
19770
19771@noindent
19772and given this prototyped C or C++ function with float parameters:
19773
19774@smallexample
19775float multiply (float v1, float v2) @{ return v1 * v2; @}
19776@end smallexample
19777
19778@noindent
19779these calls are equivalent:
19780
19781@smallexample
19782(@value{GDBP}) p (float) multiply (2.0f, 3.0f)
19783(@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
19784@end smallexample
19785
19786If the function you wish to call is declared as unprototyped (i.e.@:
19787old K&R style), you must use the cast-to-function-pointer syntax, so
19788that @value{GDBN} knows that it needs to apply default argument
19789promotions (promote float arguments to double). @xref{ABI, float
19790promotion}. For example, given this unprototyped C function with
19791float parameters, and no debug info:
19792
19793@smallexample
19794float
19795multiply_noproto (v1, v2)
19796 float v1, v2;
19797@{
19798 return v1 * v2;
19799@}
19800@end smallexample
19801
19802@noindent
19803you call it like this:
19804
19805@smallexample
19806 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
19807@end smallexample
c906108c 19808
6d2ebf8b 19809@node Patching
79a6e687 19810@section Patching Programs
7a292a7a 19811
c906108c
SS
19812@cindex patching binaries
19813@cindex writing into executables
c906108c 19814@cindex writing into corefiles
c906108c 19815
7a292a7a
SS
19816By default, @value{GDBN} opens the file containing your program's
19817executable code (or the corefile) read-only. This prevents accidental
19818alterations to machine code; but it also prevents you from intentionally
19819patching your program's binary.
c906108c
SS
19820
19821If you'd like to be able to patch the binary, you can specify that
19822explicitly with the @code{set write} command. For example, you might
19823want to turn on internal debugging flags, or even to make emergency
19824repairs.
19825
19826@table @code
19827@kindex set write
19828@item set write on
19829@itemx set write off
7a292a7a 19830If you specify @samp{set write on}, @value{GDBN} opens executable and
20924a55 19831core files for both reading and writing; if you specify @kbd{set write
c906108c
SS
19832off} (the default), @value{GDBN} opens them read-only.
19833
19834If you have already loaded a file, you must load it again (using the
7a292a7a
SS
19835@code{exec-file} or @code{core-file} command) after changing @code{set
19836write}, for your new setting to take effect.
c906108c
SS
19837
19838@item show write
19839@kindex show write
7a292a7a
SS
19840Display whether executable files and core files are opened for writing
19841as well as reading.
c906108c
SS
19842@end table
19843
bb2ec1b3
TT
19844@node Compiling and Injecting Code
19845@section Compiling and injecting code in @value{GDBN}
19846@cindex injecting code
19847@cindex writing into executables
19848@cindex compiling code
19849
19850@value{GDBN} supports on-demand compilation and code injection into
19851programs running under @value{GDBN}. GCC 5.0 or higher built with
19852@file{libcc1.so} must be installed for this functionality to be enabled.
19853This functionality is implemented with the following commands.
19854
19855@table @code
19856@kindex compile code
19857@item compile code @var{source-code}
19858@itemx compile code -raw @var{--} @var{source-code}
19859Compile @var{source-code} with the compiler language found as the current
19860language in @value{GDBN} (@pxref{Languages}). If compilation and
19861injection is not supported with the current language specified in
19862@value{GDBN}, or the compiler does not support this feature, an error
19863message will be printed. If @var{source-code} compiles and links
19864successfully, @value{GDBN} will load the object-code emitted,
19865and execute it within the context of the currently selected inferior.
19866It is important to note that the compiled code is executed immediately.
19867After execution, the compiled code is removed from @value{GDBN} and any
19868new types or variables you have defined will be deleted.
19869
19870The command allows you to specify @var{source-code} in two ways.
19871The simplest method is to provide a single line of code to the command.
19872E.g.:
19873
19874@smallexample
19875compile code printf ("hello world\n");
19876@end smallexample
19877
19878If you specify options on the command line as well as source code, they
19879may conflict. The @samp{--} delimiter can be used to separate options
19880from actual source code. E.g.:
19881
19882@smallexample
19883compile code -r -- printf ("hello world\n");
19884@end smallexample
19885
19886Alternatively you can enter source code as multiple lines of text. To
19887enter this mode, invoke the @samp{compile code} command without any text
19888following the command. This will start the multiple-line editor and
19889allow you to type as many lines of source code as required. When you
19890have completed typing, enter @samp{end} on its own line to exit the
19891editor.
19892
19893@smallexample
19894compile code
19895>printf ("hello\n");
19896>printf ("world\n");
19897>end
19898@end smallexample
19899
19900Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
19901provided @var{source-code} in a callable scope. In this case, you must
19902specify the entry point of the code by defining a function named
19903@code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
19904inferior. Using @samp{-raw} option may be needed for example when
19905@var{source-code} requires @samp{#include} lines which may conflict with
19906inferior symbols otherwise.
19907
19908@kindex compile file
19909@item compile file @var{filename}
19910@itemx compile file -raw @var{filename}
19911Like @code{compile code}, but take the source code from @var{filename}.
19912
19913@smallexample
19914compile file /home/user/example.c
19915@end smallexample
19916@end table
19917
36de76f9 19918@table @code
3345721a
PA
19919@item compile print [[@var{options}] --] @var{expr}
19920@itemx compile print [[@var{options}] --] /@var{f} @var{expr}
36de76f9
JK
19921Compile and execute @var{expr} with the compiler language found as the
19922current language in @value{GDBN} (@pxref{Languages}). By default the
19923value of @var{expr} is printed in a format appropriate to its data type;
19924you can choose a different format by specifying @samp{/@var{f}}, where
19925@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
3345721a
PA
19926Formats}. The @code{compile print} command accepts the same options
19927as the @code{print} command; see @ref{print options}.
36de76f9 19928
3345721a
PA
19929@item compile print [[@var{options}] --]
19930@itemx compile print [[@var{options}] --] /@var{f}
36de76f9
JK
19931@cindex reprint the last value
19932Alternatively you can enter the expression (source code producing it) as
19933multiple lines of text. To enter this mode, invoke the @samp{compile print}
19934command without any text following the command. This will start the
19935multiple-line editor.
19936@end table
19937
e7a8570f
JK
19938@noindent
19939The process of compiling and injecting the code can be inspected using:
19940
19941@table @code
19942@anchor{set debug compile}
19943@item set debug compile
19944@cindex compile command debugging info
19945Turns on or off display of @value{GDBN} process of compiling and
19946injecting the code. The default is off.
19947
19948@item show debug compile
19949Displays the current state of displaying @value{GDBN} process of
19950compiling and injecting the code.
078a0207
KS
19951
19952@anchor{set debug compile-cplus-types}
19953@item set debug compile-cplus-types
19954@cindex compile C@t{++} type conversion
19955Turns on or off the display of C@t{++} type conversion debugging information.
19956The default is off.
19957
19958@item show debug compile-cplus-types
19959Displays the current state of displaying debugging information for
19960C@t{++} type conversion.
e7a8570f
JK
19961@end table
19962
19963@subsection Compilation options for the @code{compile} command
19964
19965@value{GDBN} needs to specify the right compilation options for the code
19966to be injected, in part to make its ABI compatible with the inferior
19967and in part to make the injected code compatible with @value{GDBN}'s
19968injecting process.
19969
19970@noindent
19971The options used, in increasing precedence:
19972
19973@table @asis
19974@item target architecture and OS options (@code{gdbarch})
19975These options depend on target processor type and target operating
19976system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
19977(@code{-m64}) compilation option.
19978
19979@item compilation options recorded in the target
19980@value{NGCC} (since version 4.7) stores the options used for compilation
19981into @code{DW_AT_producer} part of DWARF debugging information according
19982to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
19983explicitly specify @code{-g} during inferior compilation otherwise
19984@value{NGCC} produces no DWARF. This feature is only relevant for
19985platforms where @code{-g} produces DWARF by default, otherwise one may
19986try to enforce DWARF by using @code{-gdwarf-4}.
19987
19988@item compilation options set by @code{set compile-args}
19989@end table
19990
19991@noindent
19992You can override compilation options using the following command:
19993
19994@table @code
19995@item set compile-args
19996@cindex compile command options override
19997Set compilation options used for compiling and injecting code with the
19998@code{compile} commands. These options override any conflicting ones
19999from the target architecture and/or options stored during inferior
20000compilation.
20001
20002@item show compile-args
20003Displays the current state of compilation options override.
20004This does not show all the options actually used during compilation,
20005use @ref{set debug compile} for that.
20006@end table
20007
bb2ec1b3
TT
20008@subsection Caveats when using the @code{compile} command
20009
20010There are a few caveats to keep in mind when using the @code{compile}
20011command. As the caveats are different per language, the table below
20012highlights specific issues on a per language basis.
20013
20014@table @asis
20015@item C code examples and caveats
20016When the language in @value{GDBN} is set to @samp{C}, the compiler will
20017attempt to compile the source code with a @samp{C} compiler. The source
20018code provided to the @code{compile} command will have much the same
20019access to variables and types as it normally would if it were part of
20020the program currently being debugged in @value{GDBN}.
20021
20022Below is a sample program that forms the basis of the examples that
20023follow. This program has been compiled and loaded into @value{GDBN},
20024much like any other normal debugging session.
20025
20026@smallexample
20027void function1 (void)
20028@{
20029 int i = 42;
20030 printf ("function 1\n");
20031@}
20032
20033void function2 (void)
20034@{
20035 int j = 12;
20036 function1 ();
20037@}
20038
20039int main(void)
20040@{
20041 int k = 6;
20042 int *p;
20043 function2 ();
20044 return 0;
20045@}
20046@end smallexample
20047
20048For the purposes of the examples in this section, the program above has
20049been compiled, loaded into @value{GDBN}, stopped at the function
20050@code{main}, and @value{GDBN} is awaiting input from the user.
20051
20052To access variables and types for any program in @value{GDBN}, the
20053program must be compiled and packaged with debug information. The
20054@code{compile} command is not an exception to this rule. Without debug
20055information, you can still use the @code{compile} command, but you will
20056be very limited in what variables and types you can access.
20057
20058So with that in mind, the example above has been compiled with debug
20059information enabled. The @code{compile} command will have access to
20060all variables and types (except those that may have been optimized
20061out). Currently, as @value{GDBN} has stopped the program in the
20062@code{main} function, the @code{compile} command would have access to
20063the variable @code{k}. You could invoke the @code{compile} command
20064and type some source code to set the value of @code{k}. You can also
20065read it, or do anything with that variable you would normally do in
20066@code{C}. Be aware that changes to inferior variables in the
20067@code{compile} command are persistent. In the following example:
20068
20069@smallexample
20070compile code k = 3;
20071@end smallexample
20072
20073@noindent
20074the variable @code{k} is now 3. It will retain that value until
20075something else in the example program changes it, or another
20076@code{compile} command changes it.
20077
20078Normal scope and access rules apply to source code compiled and
20079injected by the @code{compile} command. In the example, the variables
20080@code{j} and @code{k} are not accessible yet, because the program is
20081currently stopped in the @code{main} function, where these variables
20082are not in scope. Therefore, the following command
20083
20084@smallexample
20085compile code j = 3;
20086@end smallexample
20087
20088@noindent
20089will result in a compilation error message.
20090
20091Once the program is continued, execution will bring these variables in
20092scope, and they will become accessible; then the code you specify via
20093the @code{compile} command will be able to access them.
20094
20095You can create variables and types with the @code{compile} command as
20096part of your source code. Variables and types that are created as part
20097of the @code{compile} command are not visible to the rest of the program for
20098the duration of its run. This example is valid:
20099
20100@smallexample
20101compile code int ff = 5; printf ("ff is %d\n", ff);
20102@end smallexample
20103
20104However, if you were to type the following into @value{GDBN} after that
20105command has completed:
20106
20107@smallexample
20108compile code printf ("ff is %d\n'', ff);
20109@end smallexample
20110
20111@noindent
20112a compiler error would be raised as the variable @code{ff} no longer
20113exists. Object code generated and injected by the @code{compile}
20114command is removed when its execution ends. Caution is advised
20115when assigning to program variables values of variables created by the
20116code submitted to the @code{compile} command. This example is valid:
20117
20118@smallexample
20119compile code int ff = 5; k = ff;
20120@end smallexample
20121
20122The value of the variable @code{ff} is assigned to @code{k}. The variable
20123@code{k} does not require the existence of @code{ff} to maintain the value
20124it has been assigned. However, pointers require particular care in
20125assignment. If the source code compiled with the @code{compile} command
20126changed the address of a pointer in the example program, perhaps to a
20127variable created in the @code{compile} command, that pointer would point
20128to an invalid location when the command exits. The following example
20129would likely cause issues with your debugged program:
20130
20131@smallexample
20132compile code int ff = 5; p = &ff;
20133@end smallexample
20134
20135In this example, @code{p} would point to @code{ff} when the
20136@code{compile} command is executing the source code provided to it.
20137However, as variables in the (example) program persist with their
20138assigned values, the variable @code{p} would point to an invalid
20139location when the command exists. A general rule should be followed
20140in that you should either assign @code{NULL} to any assigned pointers,
20141or restore a valid location to the pointer before the command exits.
20142
20143Similar caution must be exercised with any structs, unions, and typedefs
20144defined in @code{compile} command. Types defined in the @code{compile}
20145command will no longer be available in the next @code{compile} command.
20146Therefore, if you cast a variable to a type defined in the
20147@code{compile} command, care must be taken to ensure that any future
20148need to resolve the type can be achieved.
20149
20150@smallexample
a8b43b7b
T
20151(@value{GDBP}) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20152(@value{GDBP}) compile code printf ("%d\n", ((struct a *) argv)->a);
bb2ec1b3
TT
20153gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20154Compilation failed.
a8b43b7b 20155(@value{GDBP}) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
bb2ec1b3
TT
2015642
20157@end smallexample
20158
20159Variables that have been optimized away by the compiler are not
20160accessible to the code submitted to the @code{compile} command.
20161Access to those variables will generate a compiler error which @value{GDBN}
20162will print to the console.
20163@end table
20164
e7a8570f
JK
20165@subsection Compiler search for the @code{compile} command
20166
6e41ddec
JK
20167@value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20168which may not be obvious for remote targets of different architecture
20169than where @value{GDBN} is running. Environment variable @code{PATH} on
e7a8570f 20170@value{GDBN} host is searched for @value{NGCC} binary matching the
6e41ddec
JK
20171target architecture and operating system. This search can be overriden
20172by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
20173taken from shell that executed @value{GDBN}, it is not the value set by
20174@value{GDBN} command @code{set environment}). @xref{Environment}.
20175
e7a8570f
JK
20176
20177Specifically @code{PATH} is searched for binaries matching regular expression
20178@code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20179debugged. @var{arch} is processor name --- multiarch is supported, so for
20180example both @code{i386} and @code{x86_64} targets look for pattern
20181@code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20182for pattern @code{s390x?}. @var{os} is currently supported only for
20183pattern @code{linux(-gnu)?}.
20184
6e41ddec
JK
20185On Posix hosts the compiler driver @value{GDBN} needs to find also
20186shared library @file{libcc1.so} from the compiler. It is searched in
20187default shared library search path (overridable with usual environment
20188variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
20189compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20190according to the installation of the found compiler --- as possibly
20191specified by the @code{set compile-gcc} command.
20192
20193@table @code
20194@item set compile-gcc
20195@cindex compile command driver filename override
20196Set compilation command used for compiling and injecting code with the
20197@code{compile} commands. If this option is not set (it is set to
20198an empty string), the search described above will occur --- that is the
20199default.
20200
20201@item show compile-gcc
20202Displays the current compile command @value{NGCC} driver filename.
20203If set, it is the main command @command{gcc}, found usually for example
20204under name @file{x86_64-linux-gnu-gcc}.
20205@end table
20206
6d2ebf8b 20207@node GDB Files
c906108c
SS
20208@chapter @value{GDBN} Files
20209
7a292a7a
SS
20210@value{GDBN} needs to know the file name of the program to be debugged,
20211both in order to read its symbol table and in order to start your
20212program. To debug a core dump of a previous run, you must also tell
20213@value{GDBN} the name of the core dump file.
c906108c
SS
20214
20215@menu
20216* Files:: Commands to specify files
2b4bf6af 20217* File Caching:: Information about @value{GDBN}'s file caching
5b5d99cf 20218* Separate Debug Files:: Debugging information in separate files
608e2dbb 20219* MiniDebugInfo:: Debugging information in a special section
a8b43b7b 20220* Index Files:: Index files speed up @value{GDBN}
c906108c 20221* Symbol Errors:: Errors reading symbol files
a8b43b7b 20222* Data Files:: @value{GDBN} data files
c906108c
SS
20223@end menu
20224
6d2ebf8b 20225@node Files
79a6e687 20226@section Commands to Specify Files
c906108c 20227
7a292a7a 20228@cindex symbol table
c906108c 20229@cindex core dump file
7a292a7a
SS
20230
20231You may want to specify executable and core dump file names. The usual
20232way to do this is at start-up time, using the arguments to
20233@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20234Out of @value{GDBN}}).
c906108c
SS
20235
20236Occasionally it is necessary to change to a different file during a
397ca115
EZ
20237@value{GDBN} session. Or you may run @value{GDBN} and forget to
20238specify a file you want to use. Or you are debugging a remote target
79a6e687
BW
20239via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20240Program}). In these situations the @value{GDBN} commands to specify
0869d01b 20241new files are useful.
c906108c
SS
20242
20243@table @code
20244@cindex executable file
20245@kindex file
20246@item file @var{filename}
20247Use @var{filename} as the program to be debugged. It is read for its
20248symbols and for the contents of pure memory. It is also the program
20249executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
20250directory and the file is not found in the @value{GDBN} working directory,
20251@value{GDBN} uses the environment variable @code{PATH} as a list of
20252directories to search, just as the shell does when looking for a program
20253to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
20254and your program, using the @code{path} command.
20255
fc8be69e
EZ
20256@cindex unlinked object files
20257@cindex patching object files
20258You can load unlinked object @file{.o} files into @value{GDBN} using
20259the @code{file} command. You will not be able to ``run'' an object
20260file, but you can disassemble functions and inspect variables. Also,
20261if the underlying BFD functionality supports it, you could use
20262@kbd{gdb -write} to patch object files using this technique. Note
20263that @value{GDBN} can neither interpret nor modify relocations in this
20264case, so branches and some initialized variables will appear to go to
20265the wrong place. But this feature is still handy from time to time.
20266
c906108c
SS
20267@item file
20268@code{file} with no argument makes @value{GDBN} discard any information it
20269has on both executable file and the symbol table.
20270
20271@kindex exec-file
20272@item exec-file @r{[} @var{filename} @r{]}
20273Specify that the program to be run (but not the symbol table) is found
20274in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
20275if necessary to locate your program. Omitting @var{filename} means to
20276discard information on the executable file.
20277
20278@kindex symbol-file
d4d429d5 20279@item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
c906108c
SS
20280Read symbol table information from file @var{filename}. @code{PATH} is
20281searched when necessary. Use the @code{file} command to get both symbol
20282table and program to run from the same file.
20283
d4d429d5
PT
20284If an optional @var{offset} is specified, it is added to the start
20285address of each section in the symbol file. This is useful if the
20286program is relocated at runtime, such as the Linux kernel with kASLR
20287enabled.
20288
c906108c
SS
20289@code{symbol-file} with no argument clears out @value{GDBN} information on your
20290program's symbol table.
20291
ae5a43e0
DJ
20292The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20293some breakpoints and auto-display expressions. This is because they may
20294contain pointers to the internal data recording symbols and data types,
20295which are part of the old symbol table data being discarded inside
20296@value{GDBN}.
c906108c
SS
20297
20298@code{symbol-file} does not repeat if you press @key{RET} again after
20299executing it once.
20300
20301When @value{GDBN} is configured for a particular environment, it
20302understands debugging information in whatever format is the standard
20303generated for that environment; you may use either a @sc{gnu} compiler, or
20304other compilers that adhere to the local conventions.
c906108c 20305Best results are usually obtained from @sc{gnu} compilers; for example,
e22ea452 20306using @code{@value{NGCC}} you can generate debugging information for
c906108c 20307optimized code.
c906108c
SS
20308
20309For most kinds of object files, with the exception of old SVR3 systems
20310using COFF, the @code{symbol-file} command does not normally read the
20311symbol table in full right away. Instead, it scans the symbol table
20312quickly to find which source files and which symbols are present. The
20313details are read later, one source file at a time, as they are needed.
20314
20315The purpose of this two-stage reading strategy is to make @value{GDBN}
20316start up faster. For the most part, it is invisible except for
20317occasional pauses while the symbol table details for a particular source
20318file are being read. (The @code{set verbose} command can turn these
20319pauses into messages if desired. @xref{Messages/Warnings, ,Optional
79a6e687 20320Warnings and Messages}.)
c906108c 20321
c906108c
SS
20322We have not implemented the two-stage strategy for COFF yet. When the
20323symbol table is stored in COFF format, @code{symbol-file} reads the
20324symbol table data in full right away. Note that ``stabs-in-COFF''
20325still does the two-stage strategy, since the debug info is actually
20326in stabs format.
20327
20328@kindex readnow
20329@cindex reading symbols immediately
20330@cindex symbols, reading immediately
6ac33a4e
TT
20331@item symbol-file @r{[} -readnow @r{]} @var{filename}
20332@itemx file @r{[} -readnow @r{]} @var{filename}
c906108c
SS
20333You can override the @value{GDBN} two-stage strategy for reading symbol
20334tables by using the @samp{-readnow} option with any of the commands that
20335load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 20336entire symbol table available.
c906108c 20337
97cbe998
SDJ
20338@cindex @code{-readnever}, option for symbol-file command
20339@cindex never read symbols
20340@cindex symbols, never read
20341@item symbol-file @r{[} -readnever @r{]} @var{filename}
20342@itemx file @r{[} -readnever @r{]} @var{filename}
20343You can instruct @value{GDBN} to never read the symbolic information
20344contained in @var{filename} by using the @samp{-readnever} option.
20345@xref{--readnever}.
20346
c906108c
SS
20347@c FIXME: for now no mention of directories, since this seems to be in
20348@c flux. 13mar1992 status is that in theory GDB would look either in
20349@c current dir or in same dir as myprog; but issues like competing
20350@c GDB's, or clutter in system dirs, mean that in practice right now
20351@c only current dir is used. FFish says maybe a special GDB hierarchy
20352@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20353@c files.
20354
c906108c 20355@kindex core-file
09d4efe1 20356@item core-file @r{[}@var{filename}@r{]}
4644b6e3 20357@itemx core
c906108c
SS
20358Specify the whereabouts of a core dump file to be used as the ``contents
20359of memory''. Traditionally, core files contain only some parts of the
20360address space of the process that generated them; @value{GDBN} can access the
20361executable file itself for other parts.
20362
20363@code{core-file} with no argument specifies that no core file is
20364to be used.
20365
20366Note that the core file is ignored when your program is actually running
7a292a7a
SS
20367under @value{GDBN}. So, if you have been running your program and you
20368wish to debug a core file instead, you must kill the subprocess in which
20369the program is running. To do this, use the @code{kill} command
79a6e687 20370(@pxref{Kill Process, ,Killing the Child Process}).
c906108c 20371
c906108c
SS
20372@kindex add-symbol-file
20373@cindex dynamic linking
291f9a96 20374@item add-symbol-file @var{filename} @r{[} -readnow @r{|} -readnever @r{]} @r{[} -o @var{offset} @r{]} @r{[} @var{textaddress} @r{]} @r{[} -s @var{section} @var{address} @dots{} @r{]}
96a2c332
SS
20375The @code{add-symbol-file} command reads additional symbol table
20376information from the file @var{filename}. You would use this command
20377when @var{filename} has been dynamically loaded (by some other means)
ed6dfe51
PT
20378into the program that is running. The @var{textaddress} parameter gives
20379the memory address at which the file's text section has been loaded.
20380You can additionally specify the base address of other sections using
20381an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20382If a section is omitted, @value{GDBN} will use its default addresses
20383as found in @var{filename}. Any @var{address} or @var{textaddress}
20384can be given as an expression.
c906108c 20385
291f9a96
PT
20386If an optional @var{offset} is specified, it is added to the start
20387address of each section, except those for which the address was
20388specified explicitly.
20389
c906108c
SS
20390The symbol table of the file @var{filename} is added to the symbol table
20391originally read with the @code{symbol-file} command. You can use the
96a2c332 20392@code{add-symbol-file} command any number of times; the new symbol data
98297bf6
NB
20393thus read is kept in addition to the old.
20394
20395Changes can be reverted using the command @code{remove-symbol-file}.
c906108c 20396
17d9d558
JB
20397@cindex relocatable object files, reading symbols from
20398@cindex object files, relocatable, reading symbols from
20399@cindex reading symbols from relocatable object files
20400@cindex symbols, reading from relocatable object files
20401@cindex @file{.o} files, reading symbols from
20402Although @var{filename} is typically a shared library file, an
20403executable file, or some other object file which has been fully
20404relocated for loading into a process, you can also load symbolic
20405information from relocatable @file{.o} files, as long as:
20406
20407@itemize @bullet
20408@item
20409the file's symbolic information refers only to linker symbols defined in
20410that file, not to symbols defined by other object files,
20411@item
20412every section the file's symbolic information refers to has actually
20413been loaded into the inferior, as it appears in the file, and
20414@item
20415you can determine the address at which every section was loaded, and
20416provide these to the @code{add-symbol-file} command.
20417@end itemize
20418
20419@noindent
20420Some embedded operating systems, like Sun Chorus and VxWorks, can load
20421relocatable files into an already running program; such systems
20422typically make the requirements above easy to meet. However, it's
20423important to recognize that many native systems use complex link
49efadf5 20424procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
20425assembly, for example) that make the requirements difficult to meet. In
20426general, one cannot assume that using @code{add-symbol-file} to read a
20427relocatable object file's symbolic information will have the same effect
20428as linking the relocatable object file into the program in the normal
20429way.
20430
c906108c
SS
20431@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20432
98297bf6
NB
20433@kindex remove-symbol-file
20434@item remove-symbol-file @var{filename}
20435@item remove-symbol-file -a @var{address}
20436Remove a symbol file added via the @code{add-symbol-file} command. The
20437file to remove can be identified by its @var{filename} or by an @var{address}
20438that lies within the boundaries of this symbol file in memory. Example:
20439
20440@smallexample
a8b43b7b 20441(@value{GDBP}) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
98297bf6
NB
20442add symbol table from file "/home/user/gdb/mylib.so" at
20443 .text_addr = 0x7ffff7ff9480
20444(y or n) y
20445Reading symbols from /home/user/gdb/mylib.so...done.
a8b43b7b 20446(@value{GDBP}) remove-symbol-file -a 0x7ffff7ff9480
98297bf6 20447Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
a8b43b7b 20448(@value{GDBP})
98297bf6
NB
20449@end smallexample
20450
20451
20452@code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20453
c45da7e6
EZ
20454@kindex add-symbol-file-from-memory
20455@cindex @code{syscall DSO}
20456@cindex load symbols from memory
20457@item add-symbol-file-from-memory @var{address}
20458Load symbols from the given @var{address} in a dynamically loaded
20459object file whose image is mapped directly into the inferior's memory.
20460For example, the Linux kernel maps a @code{syscall DSO} into each
20461process's address space; this DSO provides kernel-specific code for
20462some system calls. The argument can be any expression whose
20463evaluation yields the address of the file's shared object file header.
20464For this command to work, you must have used @code{symbol-file} or
20465@code{exec-file} commands in advance.
20466
c906108c 20467@kindex section
09d4efe1
EZ
20468@item section @var{section} @var{addr}
20469The @code{section} command changes the base address of the named
20470@var{section} of the exec file to @var{addr}. This can be used if the
20471exec file does not contain section addresses, (such as in the
20472@code{a.out} format), or when the addresses specified in the file
20473itself are wrong. Each section must be changed separately. The
20474@code{info files} command, described below, lists all the sections and
20475their addresses.
c906108c
SS
20476
20477@kindex info files
20478@kindex info target
20479@item info files
20480@itemx info target
7a292a7a
SS
20481@code{info files} and @code{info target} are synonymous; both print the
20482current target (@pxref{Targets, ,Specifying a Debugging Target}),
20483including the names of the executable and core dump files currently in
20484use by @value{GDBN}, and the files from which symbols were loaded. The
20485command @code{help target} lists all possible targets rather than
20486current ones.
20487
fe95c787
MS
20488@kindex maint info sections
20489@item maint info sections
20490Another command that can give you extra information about program sections
20491is @code{maint info sections}. In addition to the section information
20492displayed by @code{info files}, this command displays the flags and file
20493offset of each section in the executable and core dump files. In addition,
20494@code{maint info sections} provides the following command options (which
20495may be arbitrarily combined):
20496
20497@table @code
20498@item ALLOBJ
20499Display sections for all loaded object files, including shared libraries.
20500@item @var{sections}
6600abed 20501Display info only for named @var{sections}.
fe95c787
MS
20502@item @var{section-flags}
20503Display info only for sections for which @var{section-flags} are true.
20504The section flags that @value{GDBN} currently knows about are:
20505@table @code
20506@item ALLOC
20507Section will have space allocated in the process when loaded.
20508Set for all sections except those containing debug information.
20509@item LOAD
20510Section will be loaded from the file into the child process memory.
20511Set for pre-initialized code and data, clear for @code{.bss} sections.
20512@item RELOC
20513Section needs to be relocated before loading.
20514@item READONLY
20515Section cannot be modified by the child process.
20516@item CODE
20517Section contains executable code only.
6600abed 20518@item DATA
fe95c787
MS
20519Section contains data only (no executable code).
20520@item ROM
20521Section will reside in ROM.
20522@item CONSTRUCTOR
20523Section contains data for constructor/destructor lists.
20524@item HAS_CONTENTS
20525Section is not empty.
20526@item NEVER_LOAD
20527An instruction to the linker to not output the section.
20528@item COFF_SHARED_LIBRARY
20529A notification to the linker that the section contains
20530COFF shared library information.
20531@item IS_COMMON
20532Section contains common symbols.
20533@end table
20534@end table
6763aef9 20535@kindex set trust-readonly-sections
9c16f35a 20536@cindex read-only sections
6763aef9
MS
20537@item set trust-readonly-sections on
20538Tell @value{GDBN} that readonly sections in your object file
6ca652b0 20539really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
20540In that case, @value{GDBN} can fetch values from these sections
20541out of the object file, rather than from the target program.
20542For some targets (notably embedded ones), this can be a significant
20543enhancement to debugging performance.
20544
20545The default is off.
20546
20547@item set trust-readonly-sections off
15110bc3 20548Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
20549the contents of the section might change while the program is running,
20550and must therefore be fetched from the target when needed.
9c16f35a
EZ
20551
20552@item show trust-readonly-sections
20553Show the current setting of trusting readonly sections.
c906108c
SS
20554@end table
20555
20556All file-specifying commands allow both absolute and relative file names
20557as arguments. @value{GDBN} always converts the file name to an absolute file
20558name and remembers it that way.
20559
c906108c 20560@cindex shared libraries
9cceb671 20561@anchor{Shared Libraries}
b1236ac3
PA
20562@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20563Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20564DSBT (TIC6X) shared libraries.
53a5351d 20565
9cceb671
DJ
20566On MS-Windows @value{GDBN} must be linked with the Expat library to support
20567shared libraries. @xref{Expat}.
20568
c906108c
SS
20569@value{GDBN} automatically loads symbol definitions from shared libraries
20570when you use the @code{run} command, or when you examine a core file.
20571(Before you issue the @code{run} command, @value{GDBN} does not understand
20572references to a function in a shared library, however---unless you are
20573debugging a core file).
53a5351d 20574
c906108c
SS
20575@c FIXME: some @value{GDBN} release may permit some refs to undef
20576@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20577@c FIXME...lib; check this from time to time when updating manual
20578
b7209cb4
FF
20579There are times, however, when you may wish to not automatically load
20580symbol definitions from shared libraries, such as when they are
20581particularly large or there are many of them.
20582
20583To control the automatic loading of shared library symbols, use the
20584commands:
20585
20586@table @code
20587@kindex set auto-solib-add
20588@item set auto-solib-add @var{mode}
20589If @var{mode} is @code{on}, symbols from all shared object libraries
20590will be loaded automatically when the inferior begins execution, you
20591attach to an independently started inferior, or when the dynamic linker
20592informs @value{GDBN} that a new library has been loaded. If @var{mode}
20593is @code{off}, symbols must be loaded manually, using the
20594@code{sharedlibrary} command. The default value is @code{on}.
20595
dcaf7c2c
EZ
20596@cindex memory used for symbol tables
20597If your program uses lots of shared libraries with debug info that
20598takes large amounts of memory, you can decrease the @value{GDBN}
20599memory footprint by preventing it from automatically loading the
20600symbols from shared libraries. To that end, type @kbd{set
20601auto-solib-add off} before running the inferior, then load each
20602library whose debug symbols you do need with @kbd{sharedlibrary
d3e8051b 20603@var{regexp}}, where @var{regexp} is a regular expression that matches
dcaf7c2c
EZ
20604the libraries whose symbols you want to be loaded.
20605
b7209cb4
FF
20606@kindex show auto-solib-add
20607@item show auto-solib-add
20608Display the current autoloading mode.
20609@end table
20610
c45da7e6 20611@cindex load shared library
b7209cb4
FF
20612To explicitly load shared library symbols, use the @code{sharedlibrary}
20613command:
20614
c906108c
SS
20615@table @code
20616@kindex info sharedlibrary
20617@kindex info share
55333a84
DE
20618@item info share @var{regex}
20619@itemx info sharedlibrary @var{regex}
20620Print the names of the shared libraries which are currently loaded
20621that match @var{regex}. If @var{regex} is omitted then print
20622all shared libraries that are loaded.
c906108c 20623
b30a0bc3
JB
20624@kindex info dll
20625@item info dll @var{regex}
20626This is an alias of @code{info sharedlibrary}.
20627
c906108c
SS
20628@kindex sharedlibrary
20629@kindex share
20630@item sharedlibrary @var{regex}
20631@itemx share @var{regex}
c906108c
SS
20632Load shared object library symbols for files matching a
20633Unix regular expression.
20634As with files loaded automatically, it only loads shared libraries
20635required by your program for a core file or after typing @code{run}. If
20636@var{regex} is omitted all shared libraries required by your program are
20637loaded.
c45da7e6
EZ
20638
20639@item nosharedlibrary
20640@kindex nosharedlibrary
20641@cindex unload symbols from shared libraries
20642Unload all shared object library symbols. This discards all symbols
20643that have been loaded from all shared libraries. Symbols from shared
20644libraries that were loaded by explicit user requests are not
20645discarded.
c906108c
SS
20646@end table
20647
721c2651 20648Sometimes you may wish that @value{GDBN} stops and gives you control
edcc5120
TT
20649when any of shared library events happen. The best way to do this is
20650to use @code{catch load} and @code{catch unload} (@pxref{Set
20651Catchpoints}).
20652
20653@value{GDBN} also supports the the @code{set stop-on-solib-events}
20654command for this. This command exists for historical reasons. It is
20655less useful than setting a catchpoint, because it does not allow for
20656conditions or commands as a catchpoint does.
721c2651
EZ
20657
20658@table @code
20659@item set stop-on-solib-events
20660@kindex set stop-on-solib-events
20661This command controls whether @value{GDBN} should give you control
20662when the dynamic linker notifies it about some shared library event.
20663The most common event of interest is loading or unloading of a new
20664shared library.
20665
20666@item show stop-on-solib-events
20667@kindex show stop-on-solib-events
20668Show whether @value{GDBN} stops and gives you control when shared
20669library events happen.
20670@end table
20671
f5ebfba0 20672Shared libraries are also supported in many cross or remote debugging
f1838a98
UW
20673configurations. @value{GDBN} needs to have access to the target's libraries;
20674this can be accomplished either by providing copies of the libraries
20675on the host system, or by asking @value{GDBN} to automatically retrieve the
20676libraries from the target. If copies of the target libraries are
20677provided, they need to be the same as the target libraries, although the
f5ebfba0
DJ
20678copies on the target can be stripped as long as the copies on the host are
20679not.
20680
59b7b46f
EZ
20681@cindex where to look for shared libraries
20682For remote debugging, you need to tell @value{GDBN} where the target
20683libraries are, so that it can load the correct copies---otherwise, it
20684may try to load the host's libraries. @value{GDBN} has two variables
20685to specify the search directories for target libraries.
f5ebfba0
DJ
20686
20687@table @code
a9a5a3d1 20688@cindex prefix for executable and shared library file names
f822c95b 20689@cindex system root, alternate
f5ebfba0 20690@kindex set solib-absolute-prefix
f822c95b
DJ
20691@kindex set sysroot
20692@item set sysroot @var{path}
20693Use @var{path} as the system root for the program being debugged. Any
20694absolute shared library paths will be prefixed with @var{path}; many
20695runtime loaders store the absolute paths to the shared library in the
a9a5a3d1
GB
20696target program's memory. When starting processes remotely, and when
20697attaching to already-running processes (local or remote), their
20698executable filenames will be prefixed with @var{path} if reported to
20699@value{GDBN} as absolute by the operating system. If you use
20700@code{set sysroot} to find executables and shared libraries, they need
20701to be laid out in the same way that they are on the target, with
20702e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
20703@var{path}.
f822c95b 20704
599bd15c
GB
20705If @var{path} starts with the sequence @file{target:} and the target
20706system is remote then @value{GDBN} will retrieve the target binaries
20707from the remote system. This is only supported when using a remote
20708target that supports the @code{remote get} command (@pxref{File
20709Transfer,,Sending files to a remote system}). The part of @var{path}
20710following the initial @file{target:} (if present) is used as system
20711root prefix on the remote file system. If @var{path} starts with the
20712sequence @file{remote:} this is converted to the sequence
20713@file{target:} by @code{set sysroot}@footnote{Historically the
20714functionality to retrieve binaries from the remote system was
20715provided by prefixing @var{path} with @file{remote:}}. If you want
20716to specify a local system root using a directory that happens to be
20717named @file{target:} or @file{remote:}, you need to use some
20718equivalent variant of the name like @file{./target:}.
f1838a98 20719
ab38a727
PA
20720For targets with an MS-DOS based filesystem, such as MS-Windows and
20721SymbianOS, @value{GDBN} tries prefixing a few variants of the target
20722absolute file name with @var{path}. But first, on Unix hosts,
20723@value{GDBN} converts all backslash directory separators into forward
20724slashes, because the backslash is not a directory separator on Unix:
20725
20726@smallexample
20727 c:\foo\bar.dll @result{} c:/foo/bar.dll
20728@end smallexample
20729
20730Then, @value{GDBN} attempts prefixing the target file name with
20731@var{path}, and looks for the resulting file name in the host file
20732system:
20733
20734@smallexample
20735 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
20736@end smallexample
20737
a9a5a3d1 20738If that does not find the binary, @value{GDBN} tries removing
ab38a727
PA
20739the @samp{:} character from the drive spec, both for convenience, and,
20740for the case of the host file system not supporting file names with
20741colons:
20742
20743@smallexample
20744 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
20745@end smallexample
20746
20747This makes it possible to have a system root that mirrors a target
20748with more than one drive. E.g., you may want to setup your local
20749copies of the target system shared libraries like so (note @samp{c} vs
20750@samp{z}):
20751
20752@smallexample
20753 @file{/path/to/sysroot/c/sys/bin/foo.dll}
20754 @file{/path/to/sysroot/c/sys/bin/bar.dll}
20755 @file{/path/to/sysroot/z/sys/bin/bar.dll}
20756@end smallexample
20757
20758@noindent
20759and point the system root at @file{/path/to/sysroot}, so that
20760@value{GDBN} can find the correct copies of both
20761@file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
20762
a9a5a3d1 20763If that still does not find the binary, @value{GDBN} tries
ab38a727
PA
20764removing the whole drive spec from the target file name:
20765
20766@smallexample
20767 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
20768@end smallexample
20769
20770This last lookup makes it possible to not care about the drive name,
20771if you don't want or need to.
20772
f822c95b
DJ
20773The @code{set solib-absolute-prefix} command is an alias for @code{set
20774sysroot}.
20775
20776@cindex default system root
59b7b46f 20777@cindex @samp{--with-sysroot}
f822c95b
DJ
20778You can set the default system root by using the configure-time
20779@samp{--with-sysroot} option. If the system root is inside
20780@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20781@samp{--exec-prefix}), then the default system root will be updated
20782automatically if the installed @value{GDBN} is moved to a new
20783location.
20784
20785@kindex show sysroot
20786@item show sysroot
a9a5a3d1 20787Display the current executable and shared library prefix.
f5ebfba0
DJ
20788
20789@kindex set solib-search-path
20790@item set solib-search-path @var{path}
f822c95b
DJ
20791If this variable is set, @var{path} is a colon-separated list of
20792directories to search for shared libraries. @samp{solib-search-path}
20793is used after @samp{sysroot} fails to locate the library, or if the
20794path to the library is relative instead of absolute. If you want to
20795use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
d3e8051b 20796@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
f822c95b 20797finding your host's libraries. @samp{sysroot} is preferred; setting
d3e8051b 20798it to a nonexistent directory may interfere with automatic loading
f822c95b 20799of shared library symbols.
f5ebfba0
DJ
20800
20801@kindex show solib-search-path
20802@item show solib-search-path
20803Display the current shared library search path.
ab38a727
PA
20804
20805@cindex DOS file-name semantics of file names.
20806@kindex set target-file-system-kind (unix|dos-based|auto)
20807@kindex show target-file-system-kind
20808@item set target-file-system-kind @var{kind}
20809Set assumed file system kind for target reported file names.
20810
20811Shared library file names as reported by the target system may not
20812make sense as is on the system @value{GDBN} is running on. For
20813example, when remote debugging a target that has MS-DOS based file
20814system semantics, from a Unix host, the target may be reporting to
20815@value{GDBN} a list of loaded shared libraries with file names such as
20816@file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
20817drive letters, so the @samp{c:\} prefix is not normally understood as
20818indicating an absolute file name, and neither is the backslash
20819normally considered a directory separator character. In that case,
20820the native file system would interpret this whole absolute file name
20821as a relative file name with no directory components. This would make
20822it impossible to point @value{GDBN} at a copy of the remote target's
20823shared libraries on the host using @code{set sysroot}, and impractical
20824with @code{set solib-search-path}. Setting
20825@code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
20826to interpret such file names similarly to how the target would, and to
20827map them to file names valid on @value{GDBN}'s native file system
20828semantics. The value of @var{kind} can be @code{"auto"}, in addition
20829to one of the supported file system kinds. In that case, @value{GDBN}
20830tries to determine the appropriate file system variant based on the
20831current target's operating system (@pxref{ABI, ,Configuring the
20832Current ABI}). The supported file system settings are:
20833
20834@table @code
20835@item unix
20836Instruct @value{GDBN} to assume the target file system is of Unix
20837kind. Only file names starting the forward slash (@samp{/}) character
20838are considered absolute, and the directory separator character is also
20839the forward slash.
20840
20841@item dos-based
20842Instruct @value{GDBN} to assume the target file system is DOS based.
20843File names starting with either a forward slash, or a drive letter
20844followed by a colon (e.g., @samp{c:}), are considered absolute, and
20845both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20846considered directory separators.
20847
20848@item auto
20849Instruct @value{GDBN} to use the file system kind associated with the
20850target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20851This is the default.
20852@end table
f5ebfba0
DJ
20853@end table
20854
c011a4f4
DE
20855@cindex file name canonicalization
20856@cindex base name differences
20857When processing file names provided by the user, @value{GDBN}
20858frequently needs to compare them to the file names recorded in the
20859program's debug info. Normally, @value{GDBN} compares just the
20860@dfn{base names} of the files as strings, which is reasonably fast
20861even for very large programs. (The base name of a file is the last
20862portion of its name, after stripping all the leading directories.)
20863This shortcut in comparison is based upon the assumption that files
20864cannot have more than one base name. This is usually true, but
20865references to files that use symlinks or similar filesystem
20866facilities violate that assumption. If your program records files
20867using such facilities, or if you provide file names to @value{GDBN}
20868using symlinks etc., you can set @code{basenames-may-differ} to
20869@code{true} to instruct @value{GDBN} to completely canonicalize each
20870pair of file names it needs to compare. This will make file-name
20871comparisons accurate, but at a price of a significant slowdown.
20872
20873@table @code
20874@item set basenames-may-differ
20875@kindex set basenames-may-differ
20876Set whether a source file may have multiple base names.
20877
20878@item show basenames-may-differ
20879@kindex show basenames-may-differ
20880Show whether a source file may have multiple base names.
20881@end table
5b5d99cf 20882
18989b3c
AB
20883@node File Caching
20884@section File Caching
20885@cindex caching of opened files
20886@cindex caching of bfd objects
20887
20888To speed up file loading, and reduce memory usage, @value{GDBN} will
20889reuse the @code{bfd} objects used to track open files. @xref{Top, ,
20890BFD, bfd, The Binary File Descriptor Library}. The following commands
20891allow visibility and control of the caching behavior.
20892
20893@table @code
20894@kindex maint info bfds
20895@item maint info bfds
20896This prints information about each @code{bfd} object that is known to
20897@value{GDBN}.
20898
20899@kindex maint set bfd-sharing
20900@kindex maint show bfd-sharing
20901@kindex bfd caching
20902@item maint set bfd-sharing
20903@item maint show bfd-sharing
20904Control whether @code{bfd} objects can be shared. When sharing is
20905enabled @value{GDBN} reuses already open @code{bfd} objects rather
20906than reopening the same file. Turning sharing off does not cause
20907already shared @code{bfd} objects to be unshared, but all future files
20908that are opened will create a new @code{bfd} object. Similarly,
20909re-enabling sharing does not cause multiple existing @code{bfd}
20910objects to be collapsed into a single shared @code{bfd} object.
566f5e3b
AB
20911
20912@kindex set debug bfd-cache @var{level}
20913@kindex bfd caching
20914@item set debug bfd-cache @var{level}
20915Turns on debugging of the bfd cache, setting the level to @var{level}.
20916
20917@kindex show debug bfd-cache
20918@kindex bfd caching
20919@item show debug bfd-cache
20920Show the current debugging level of the bfd cache.
18989b3c
AB
20921@end table
20922
5b5d99cf
JB
20923@node Separate Debug Files
20924@section Debugging Information in Separate Files
20925@cindex separate debugging information files
20926@cindex debugging information in separate files
20927@cindex @file{.debug} subdirectories
20928@cindex debugging information directory, global
f307c045 20929@cindex global debugging information directories
c7e83d54
EZ
20930@cindex build ID, and separate debugging files
20931@cindex @file{.build-id} directory
5b5d99cf
JB
20932
20933@value{GDBN} allows you to put a program's debugging information in a
20934file separate from the executable itself, in a way that allows
20935@value{GDBN} to find and load the debugging information automatically.
c7e83d54
EZ
20936Since debugging information can be very large---sometimes larger
20937than the executable code itself---some systems distribute debugging
5b5d99cf
JB
20938information for their executables in separate files, which users can
20939install only when they need to debug a problem.
20940
c7e83d54
EZ
20941@value{GDBN} supports two ways of specifying the separate debug info
20942file:
5b5d99cf
JB
20943
20944@itemize @bullet
20945@item
c7e83d54
EZ
20946The executable contains a @dfn{debug link} that specifies the name of
20947the separate debug info file. The separate debug file's name is
20948usually @file{@var{executable}.debug}, where @var{executable} is the
20949name of the corresponding executable file without leading directories
20950(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
99e008fe
EZ
20951debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
20952checksum for the debug file, which @value{GDBN} uses to validate that
20953the executable and the debug file came from the same build.
c7e83d54
EZ
20954
20955@item
7e27a47a 20956The executable contains a @dfn{build ID}, a unique bit string that is
c7e83d54 20957also present in the corresponding debug info file. (This is supported
c74f7d1c 20958only on some operating systems, when using the ELF or PE file formats
7e27a47a
EZ
20959for binary files and the @sc{gnu} Binutils.) For more details about
20960this feature, see the description of the @option{--build-id}
f5a476a7 20961command-line option in @ref{Options, , Command Line Options, ld,
7e27a47a
EZ
20962The GNU Linker}. The debug info file's name is not specified
20963explicitly by the build ID, but can be computed from the build ID, see
20964below.
d3750b24
JK
20965@end itemize
20966
c7e83d54
EZ
20967Depending on the way the debug info file is specified, @value{GDBN}
20968uses two different methods of looking for the debug file:
d3750b24
JK
20969
20970@itemize @bullet
20971@item
c7e83d54
EZ
20972For the ``debug link'' method, @value{GDBN} looks up the named file in
20973the directory of the executable file, then in a subdirectory of that
5f2459c2
EZ
20974directory named @file{.debug}, and finally under each one of the
20975global debug directories, in a subdirectory whose name is identical to
20976the leading directories of the executable's absolute file name. (On
20977MS-Windows/MS-DOS, the drive letter of the executable's leading
20978directories is converted to a one-letter subdirectory, i.e.@:
20979@file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
20980filesystems disallow colons in file names.)
c7e83d54
EZ
20981
20982@item
83f83d7f 20983For the ``build ID'' method, @value{GDBN} looks in the
f307c045
JK
20984@file{.build-id} subdirectory of each one of the global debug directories for
20985a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
7e27a47a
EZ
20986first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
20987are the rest of the bit string. (Real build ID strings are 32 or more
20988hex characters, not 10.)
c7e83d54
EZ
20989@end itemize
20990
20991So, for example, suppose you ask @value{GDBN} to debug
7e27a47a
EZ
20992@file{/usr/bin/ls}, which has a debug link that specifies the
20993file @file{ls.debug}, and a build ID whose value in hex is
f307c045 20994@code{abcdef1234}. If the list of the global debug directories includes
c7e83d54
EZ
20995@file{/usr/lib/debug}, then @value{GDBN} will look for the following
20996debug information files, in the indicated order:
20997
20998@itemize @minus
20999@item
21000@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
d3750b24 21001@item
c7e83d54 21002@file{/usr/bin/ls.debug}
5b5d99cf 21003@item
c7e83d54 21004@file{/usr/bin/.debug/ls.debug}
5b5d99cf 21005@item
c7e83d54 21006@file{/usr/lib/debug/usr/bin/ls.debug}.
5b5d99cf 21007@end itemize
5b5d99cf 21008
1564a261
JK
21009@anchor{debug-file-directory}
21010Global debugging info directories default to what is set by @value{GDBN}
21011configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21012you can also set the global debugging info directories, and view the list
21013@value{GDBN} is currently using.
5b5d99cf
JB
21014
21015@table @code
21016
21017@kindex set debug-file-directory
24ddea62
JK
21018@item set debug-file-directory @var{directories}
21019Set the directories which @value{GDBN} searches for separate debugging
d9242c17
JK
21020information files to @var{directory}. Multiple path components can be set
21021concatenating them by a path separator.
5b5d99cf
JB
21022
21023@kindex show debug-file-directory
21024@item show debug-file-directory
24ddea62 21025Show the directories @value{GDBN} searches for separate debugging
5b5d99cf
JB
21026information files.
21027
21028@end table
21029
21030@cindex @code{.gnu_debuglink} sections
c7e83d54 21031@cindex debug link sections
5b5d99cf
JB
21032A debug link is a special section of the executable file named
21033@code{.gnu_debuglink}. The section must contain:
21034
21035@itemize
21036@item
21037A filename, with any leading directory components removed, followed by
21038a zero byte,
21039@item
21040zero to three bytes of padding, as needed to reach the next four-byte
21041boundary within the section, and
21042@item
21043a four-byte CRC checksum, stored in the same endianness used for the
21044executable file itself. The checksum is computed on the debugging
21045information file's full contents by the function given below, passing
21046zero as the @var{crc} argument.
21047@end itemize
21048
21049Any executable file format can carry a debug link, as long as it can
21050contain a section named @code{.gnu_debuglink} with the contents
21051described above.
21052
d3750b24 21053@cindex @code{.note.gnu.build-id} sections
c7e83d54 21054@cindex build ID sections
7e27a47a
EZ
21055The build ID is a special section in the executable file (and in other
21056ELF binary files that @value{GDBN} may consider). This section is
21057often named @code{.note.gnu.build-id}, but that name is not mandatory.
21058It contains unique identification for the built files---the ID remains
21059the same across multiple builds of the same build tree. The default
21060algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21061content for the build ID string. The same section with an identical
21062value is present in the original built binary with symbols, in its
21063stripped variant, and in the separate debugging information file.
d3750b24 21064
5b5d99cf
JB
21065The debugging information file itself should be an ordinary
21066executable, containing a full set of linker symbols, sections, and
21067debugging information. The sections of the debugging information file
c7e83d54
EZ
21068should have the same names, addresses, and sizes as the original file,
21069but they need not contain any data---much like a @code{.bss} section
5b5d99cf
JB
21070in an ordinary executable.
21071
7e27a47a 21072The @sc{gnu} binary utilities (Binutils) package includes the
c7e83d54
EZ
21073@samp{objcopy} utility that can produce
21074the separated executable / debugging information file pairs using the
21075following commands:
21076
21077@smallexample
21078@kbd{objcopy --only-keep-debug foo foo.debug}
21079@kbd{strip -g foo}
c7e83d54
EZ
21080@end smallexample
21081
21082@noindent
21083These commands remove the debugging
83f83d7f
JK
21084information from the executable file @file{foo} and place it in the file
21085@file{foo.debug}. You can use the first, second or both methods to link the
21086two files:
21087
21088@itemize @bullet
21089@item
21090The debug link method needs the following additional command to also leave
21091behind a debug link in @file{foo}:
21092
21093@smallexample
21094@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21095@end smallexample
21096
21097Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
d3750b24 21098a version of the @code{strip} command such that the command @kbd{strip foo -f
83f83d7f
JK
21099foo.debug} has the same functionality as the two @code{objcopy} commands and
21100the @code{ln -s} command above, together.
21101
21102@item
21103Build ID gets embedded into the main executable using @code{ld --build-id} or
21104the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21105compatibility fixes for debug files separation are present in @sc{gnu} binary
7e27a47a 21106utilities (Binutils) package since version 2.18.
83f83d7f
JK
21107@end itemize
21108
21109@noindent
d3750b24 21110
99e008fe
EZ
21111@cindex CRC algorithm definition
21112The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21113IEEE 802.3 using the polynomial:
21114
21115@c TexInfo requires naked braces for multi-digit exponents for Tex
21116@c output, but this causes HTML output to barf. HTML has to be set using
21117@c raw commands. So we end up having to specify this equation in 2
21118@c different ways!
21119@ifhtml
21120@display
21121@html
21122 <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>
21123 + <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
21124@end html
21125@end display
21126@end ifhtml
21127@ifnothtml
21128@display
21129 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21130 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21131@end display
21132@end ifnothtml
21133
21134The function is computed byte at a time, taking the least
21135significant bit of each byte first. The initial pattern
21136@code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21137the final result is inverted to ensure trailing zeros also affect the
21138CRC.
21139
21140@emph{Note:} This is the same CRC polynomial as used in handling the
936d2992
PA
21141@dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21142However in the case of the Remote Serial Protocol, the CRC is computed
21143@emph{most} significant bit first, and the result is not inverted, so
21144trailing zeros have no effect on the CRC value.
99e008fe
EZ
21145
21146To complete the description, we show below the code of the function
21147which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21148initially supplied @code{crc} argument means that an initial call to
21149this function passing in zero will start computing the CRC using
21150@code{0xffffffff}.
5b5d99cf 21151
4644b6e3 21152@kindex gnu_debuglink_crc32
5b5d99cf
JB
21153@smallexample
21154unsigned long
21155gnu_debuglink_crc32 (unsigned long crc,
21156 unsigned char *buf, size_t len)
21157@{
21158 static const unsigned long crc32_table[256] =
21159 @{
21160 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21161 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21162 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21163 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21164 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21165 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21166 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21167 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21168 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21169 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21170 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21171 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21172 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21173 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21174 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21175 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21176 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21177 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21178 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21179 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21180 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21181 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21182 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21183 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21184 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21185 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21186 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21187 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21188 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21189 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21190 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21191 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21192 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21193 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21194 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21195 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21196 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21197 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21198 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21199 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21200 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21201 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21202 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21203 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21204 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21205 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21206 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21207 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21208 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21209 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21210 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21211 0x2d02ef8d
21212 @};
21213 unsigned char *end;
21214
21215 crc = ~crc & 0xffffffff;
21216 for (end = buf + len; buf < end; ++buf)
21217 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 21218 return ~crc & 0xffffffff;
5b5d99cf
JB
21219@}
21220@end smallexample
21221
c7e83d54
EZ
21222@noindent
21223This computation does not apply to the ``build ID'' method.
21224
608e2dbb
TT
21225@node MiniDebugInfo
21226@section Debugging information in a special section
21227@cindex separate debug sections
21228@cindex @samp{.gnu_debugdata} section
21229
21230Some systems ship pre-built executables and libraries that have a
21231special @samp{.gnu_debugdata} section. This feature is called
21232@dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21233is used to supply extra symbols for backtraces.
21234
21235The intent of this section is to provide extra minimal debugging
21236information for use in simple backtraces. It is not intended to be a
21237replacement for full separate debugging information (@pxref{Separate
21238Debug Files}). The example below shows the intended use; however,
21239@value{GDBN} does not currently put restrictions on what sort of
21240debugging information might be included in the section.
21241
21242@value{GDBN} has support for this extension. If the section exists,
21243then it is used provided that no other source of debugging information
21244can be found, and that @value{GDBN} was configured with LZMA support.
21245
21246This section can be easily created using @command{objcopy} and other
21247standard utilities:
21248
21249@smallexample
21250# Extract the dynamic symbols from the main binary, there is no need
5423b017 21251# to also have these in the normal symbol table.
608e2dbb
TT
21252nm -D @var{binary} --format=posix --defined-only \
21253 | awk '@{ print $1 @}' | sort > dynsyms
21254
5423b017 21255# Extract all the text (i.e. function) symbols from the debuginfo.
1d236d23
JK
21256# (Note that we actually also accept "D" symbols, for the benefit
21257# of platforms like PowerPC64 that use function descriptors.)
608e2dbb 21258nm @var{binary} --format=posix --defined-only \
1d236d23 21259 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
608e2dbb
TT
21260 | sort > funcsyms
21261
21262# Keep all the function symbols not already in the dynamic symbol
21263# table.
21264comm -13 dynsyms funcsyms > keep_symbols
21265
edf9f00c
JK
21266# Separate full debug info into debug binary.
21267objcopy --only-keep-debug @var{binary} debug
21268
608e2dbb
TT
21269# Copy the full debuginfo, keeping only a minimal set of symbols and
21270# removing some unnecessary sections.
21271objcopy -S --remove-section .gdb_index --remove-section .comment \
edf9f00c
JK
21272 --keep-symbols=keep_symbols debug mini_debuginfo
21273
21274# Drop the full debug info from the original binary.
21275strip --strip-all -R .comment @var{binary}
608e2dbb
TT
21276
21277# Inject the compressed data into the .gnu_debugdata section of the
21278# original binary.
21279xz mini_debuginfo
21280objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21281@end smallexample
5b5d99cf 21282
9291a0cd
TT
21283@node Index Files
21284@section Index Files Speed Up @value{GDBN}
21285@cindex index files
21286@cindex @samp{.gdb_index} section
21287
21288When @value{GDBN} finds a symbol file, it scans the symbols in the
21289file in order to construct an internal symbol table. This lets most
21290@value{GDBN} operations work quickly---at the cost of a delay early
21291on. For large programs, this delay can be quite lengthy, so
21292@value{GDBN} provides a way to build an index, which speeds up
21293startup.
21294
ba643918
SDJ
21295For convenience, @value{GDBN} comes with a program,
21296@command{gdb-add-index}, which can be used to add the index to a
21297symbol file. It takes the symbol file as its only argument:
21298
21299@smallexample
21300$ gdb-add-index symfile
21301@end smallexample
21302
21303@xref{gdb-add-index}.
21304
21305It is also possible to do the work manually. Here is what
21306@command{gdb-add-index} does behind the curtains.
21307
9291a0cd
TT
21308The index is stored as a section in the symbol file. @value{GDBN} can
21309write the index to a file, then you can put it into the symbol file
21310using @command{objcopy}.
21311
21312To create an index file, use the @code{save gdb-index} command:
21313
21314@table @code
437afbb8 21315@item save gdb-index [-dwarf-5] @var{directory}
9291a0cd 21316@kindex save gdb-index
437afbb8
JK
21317Create index files for all symbol files currently known by
21318@value{GDBN}. For each known @var{symbol-file}, this command by
21319default creates it produces a single file
21320@file{@var{symbol-file}.gdb-index}. If you invoke this command with
21321the @option{-dwarf-5} option, it produces 2 files:
21322@file{@var{symbol-file}.debug_names} and
21323@file{@var{symbol-file}.debug_str}. The files are created in the
21324given @var{directory}.
9291a0cd
TT
21325@end table
21326
21327Once you have created an index file you can merge it into your symbol
21328file, here named @file{symfile}, using @command{objcopy}:
21329
21330@smallexample
21331$ objcopy --add-section .gdb_index=symfile.gdb-index \
21332 --set-section-flags .gdb_index=readonly symfile symfile
21333@end smallexample
21334
437afbb8
JK
21335Or for @code{-dwarf-5}:
21336
21337@smallexample
21338$ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21339$ cat symfile.debug_str >>symfile.debug_str.new
21340$ objcopy --add-section .debug_names=symfile.gdb-index \
21341 --set-section-flags .debug_names=readonly \
21342 --update-section .debug_str=symfile.debug_str.new symfile symfile
21343@end smallexample
21344
e615022a
DE
21345@value{GDBN} will normally ignore older versions of @file{.gdb_index}
21346sections that have been deprecated. Usually they are deprecated because
21347they are missing a new feature or have performance issues.
21348To tell @value{GDBN} to use a deprecated index section anyway
21349specify @code{set use-deprecated-index-sections on}.
21350The default is @code{off}.
21351This can speed up startup, but may result in some functionality being lost.
21352@xref{Index Section Format}.
21353
21354@emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21355must be done before gdb reads the file. The following will not work:
21356
21357@smallexample
21358$ gdb -ex "set use-deprecated-index-sections on" <program>
21359@end smallexample
21360
21361Instead you must do, for example,
21362
21363@smallexample
21364$ gdb -iex "set use-deprecated-index-sections on" <program>
21365@end smallexample
21366
9291a0cd 21367There are currently some limitation on indices. They only work when
2d601616
TT
21368using DWARF debugging information, not stabs. And, only the
21369@code{-dwarf-5} index works for programs using Ada.
9291a0cd 21370
7d11235d
SM
21371@subsection Automatic symbol index cache
21372
a0a3a1e9 21373@cindex automatic symbol index cache
7d11235d
SM
21374It is possible for @value{GDBN} to automatically save a copy of this index in a
21375cache on disk and retrieve it from there when loading the same binary in the
21376future. This feature can be turned on with @kbd{set index-cache on}. The
21377following commands can be used to tweak the behavior of the index cache.
21378
21379@table @code
21380
a0a3a1e9 21381@kindex set index-cache
7d11235d
SM
21382@item set index-cache on
21383@itemx set index-cache off
21384Enable or disable the use of the symbol index cache.
21385
21386@item set index-cache directory @var{directory}
a0a3a1e9 21387@kindex show index-cache
7d11235d 21388@itemx show index-cache directory
e6cd1dc1
TT
21389Set/show the directory where index files will be saved.
21390
21391The default value for this directory depends on the host platform. On
21392most systems, the index is cached in the @file{gdb} subdirectory of
21393the directory pointed to by the @env{XDG_CACHE_HOME} environment
21394variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21395of your home directory. However, on some systems, the default may
21396differ according to local convention.
7d11235d
SM
21397
21398There is no limit on the disk space used by index cache. It is perfectly safe
21399to delete the content of that directory to free up disk space.
21400
21401@item show index-cache stats
21402Print the number of cache hits and misses since the launch of @value{GDBN}.
21403
21404@end table
21405
6d2ebf8b 21406@node Symbol Errors
79a6e687 21407@section Errors Reading Symbol Files
c906108c
SS
21408
21409While reading a symbol file, @value{GDBN} occasionally encounters problems,
21410such as symbol types it does not recognize, or known bugs in compiler
21411output. By default, @value{GDBN} does not notify you of such problems, since
21412they are relatively common and primarily of interest to people
21413debugging compilers. If you are interested in seeing information
21414about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21415only one message about each such type of problem, no matter how many
21416times the problem occurs; or you can ask @value{GDBN} to print more messages,
21417to see how many times the problems occur, with the @code{set
79a6e687
BW
21418complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21419Messages}).
c906108c
SS
21420
21421The messages currently printed, and their meanings, include:
21422
21423@table @code
21424@item inner block not inside outer block in @var{symbol}
21425
21426The symbol information shows where symbol scopes begin and end
21427(such as at the start of a function or a block of statements). This
21428error indicates that an inner scope block is not fully contained
21429in its outer scope blocks.
21430
21431@value{GDBN} circumvents the problem by treating the inner block as if it had
21432the same scope as the outer block. In the error message, @var{symbol}
21433may be shown as ``@code{(don't know)}'' if the outer block is not a
21434function.
21435
21436@item block at @var{address} out of order
21437
21438The symbol information for symbol scope blocks should occur in
21439order of increasing addresses. This error indicates that it does not
21440do so.
21441
21442@value{GDBN} does not circumvent this problem, and has trouble
21443locating symbols in the source file whose symbols it is reading. (You
21444can often determine what source file is affected by specifying
79a6e687
BW
21445@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21446Messages}.)
c906108c
SS
21447
21448@item bad block start address patched
21449
21450The symbol information for a symbol scope block has a start address
21451smaller than the address of the preceding source line. This is known
21452to occur in the SunOS 4.1.1 (and earlier) C compiler.
21453
21454@value{GDBN} circumvents the problem by treating the symbol scope block as
21455starting on the previous source line.
21456
21457@item bad string table offset in symbol @var{n}
21458
21459@cindex foo
21460Symbol number @var{n} contains a pointer into the string table which is
21461larger than the size of the string table.
21462
21463@value{GDBN} circumvents the problem by considering the symbol to have the
21464name @code{foo}, which may cause other problems if many symbols end up
21465with this name.
21466
21467@item unknown symbol type @code{0x@var{nn}}
21468
7a292a7a
SS
21469The symbol information contains new data types that @value{GDBN} does
21470not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 21471uncomprehended information, in hexadecimal.
c906108c 21472
7a292a7a
SS
21473@value{GDBN} circumvents the error by ignoring this symbol information.
21474This usually allows you to debug your program, though certain symbols
c906108c 21475are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
21476debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21477on @code{complain}, then go up to the function @code{read_dbx_symtab}
21478and examine @code{*bufp} to see the symbol.
c906108c
SS
21479
21480@item stub type has NULL name
c906108c 21481
7a292a7a 21482@value{GDBN} could not find the full definition for a struct or class.
c906108c 21483
7a292a7a 21484@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 21485The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
21486information that recent versions of the compiler should have output for
21487it.
c906108c
SS
21488
21489@item info mismatch between compiler and debugger
21490
21491@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 21492
c906108c
SS
21493@end table
21494
b14b1491 21495@node Data Files
a8b43b7b 21496@section @value{GDBN} Data Files
b14b1491
TT
21497
21498@cindex prefix for data files
21499@value{GDBN} will sometimes read an auxiliary data file. These files
21500are kept in a directory known as the @dfn{data directory}.
21501
21502You can set the data directory's name, and view the name @value{GDBN}
21503is currently using.
21504
21505@table @code
21506@kindex set data-directory
21507@item set data-directory @var{directory}
21508Set the directory which @value{GDBN} searches for auxiliary data files
21509to @var{directory}.
21510
21511@kindex show data-directory
21512@item show data-directory
21513Show the directory @value{GDBN} searches for auxiliary data files.
21514@end table
21515
21516@cindex default data directory
21517@cindex @samp{--with-gdb-datadir}
21518You can set the default data directory by using the configure-time
21519@samp{--with-gdb-datadir} option. If the data directory is inside
21520@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21521@samp{--exec-prefix}), then the default data directory will be updated
21522automatically if the installed @value{GDBN} is moved to a new
21523location.
21524
aae1c79a
DE
21525The data directory may also be specified with the
21526@code{--data-directory} command line option.
21527@xref{Mode Options}.
21528
6d2ebf8b 21529@node Targets
c906108c 21530@chapter Specifying a Debugging Target
7a292a7a 21531
c906108c 21532@cindex debugging target
c906108c 21533A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
21534
21535Often, @value{GDBN} runs in the same host environment as your program;
21536in that case, the debugging target is specified as a side effect when
21537you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
21538flexibility---for example, running @value{GDBN} on a physically separate
21539host, or controlling a standalone system over a serial port or a
53a5351d
JM
21540realtime system over a TCP/IP connection---you can use the @code{target}
21541command to specify one of the target types configured for @value{GDBN}
79a6e687 21542(@pxref{Target Commands, ,Commands for Managing Targets}).
c906108c 21543
a8f24a35
EZ
21544@cindex target architecture
21545It is possible to build @value{GDBN} for several different @dfn{target
21546architectures}. When @value{GDBN} is built like that, you can choose
21547one of the available architectures with the @kbd{set architecture}
21548command.
21549
21550@table @code
21551@kindex set architecture
21552@kindex show architecture
21553@item set architecture @var{arch}
21554This command sets the current target architecture to @var{arch}. The
21555value of @var{arch} can be @code{"auto"}, in addition to one of the
21556supported architectures.
21557
21558@item show architecture
21559Show the current target architecture.
9c16f35a
EZ
21560
21561@item set processor
21562@itemx processor
21563@kindex set processor
21564@kindex show processor
21565These are alias commands for, respectively, @code{set architecture}
21566and @code{show architecture}.
a8f24a35
EZ
21567@end table
21568
c906108c
SS
21569@menu
21570* Active Targets:: Active targets
21571* Target Commands:: Commands for managing targets
c906108c 21572* Byte Order:: Choosing target byte order
c906108c
SS
21573@end menu
21574
6d2ebf8b 21575@node Active Targets
79a6e687 21576@section Active Targets
7a292a7a 21577
c906108c
SS
21578@cindex stacking targets
21579@cindex active targets
21580@cindex multiple targets
21581
8ea5bce5 21582There are multiple classes of targets such as: processes, executable files or
c0edd9ed
JK
21583recording sessions. Core files belong to the process class, making core file
21584and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21585on multiple active targets, one in each class. This allows you to (for
21586example) start a process and inspect its activity, while still having access to
21587the executable file after the process finishes. Or if you start process
21588recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21589presented a virtual layer of the recording target, while the process target
21590remains stopped at the chronologically last point of the process execution.
21591
21592Use the @code{core-file} and @code{exec-file} commands to select a new core
21593file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21594specify as a target a process that is already running, use the @code{attach}
21595command (@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 21596
6d2ebf8b 21597@node Target Commands
79a6e687 21598@section Commands for Managing Targets
c906108c
SS
21599
21600@table @code
21601@item target @var{type} @var{parameters}
7a292a7a
SS
21602Connects the @value{GDBN} host environment to a target machine or
21603process. A target is typically a protocol for talking to debugging
21604facilities. You use the argument @var{type} to specify the type or
21605protocol of the target machine.
c906108c
SS
21606
21607Further @var{parameters} are interpreted by the target protocol, but
21608typically include things like device names or host names to connect
21609with, process numbers, and baud rates.
c906108c
SS
21610
21611The @code{target} command does not repeat if you press @key{RET} again
21612after executing the command.
21613
21614@kindex help target
21615@item help target
21616Displays the names of all targets available. To display targets
21617currently selected, use either @code{info target} or @code{info files}
79a6e687 21618(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
21619
21620@item help target @var{name}
21621Describe a particular target, including any parameters necessary to
21622select it.
21623
21624@kindex set gnutarget
21625@item set gnutarget @var{args}
5d161b24 21626@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 21627knows whether it is reading an @dfn{executable},
5d161b24
DB
21628a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
21629with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
21630with @code{gnutarget} the @code{target} refers to a program, not a machine.
21631
d4f3574e 21632@quotation
c906108c
SS
21633@emph{Warning:} To specify a file format with @code{set gnutarget},
21634you must know the actual BFD name.
d4f3574e 21635@end quotation
c906108c 21636
d4f3574e 21637@noindent
79a6e687 21638@xref{Files, , Commands to Specify Files}.
c906108c 21639
5d161b24 21640@kindex show gnutarget
c906108c
SS
21641@item show gnutarget
21642Use the @code{show gnutarget} command to display what file format
21643@code{gnutarget} is set to read. If you have not set @code{gnutarget},
21644@value{GDBN} will determine the file format for each file automatically,
c4957902 21645and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
c906108c
SS
21646@end table
21647
4644b6e3 21648@cindex common targets
c906108c
SS
21649Here are some common targets (available, or not, depending on the GDB
21650configuration):
c906108c
SS
21651
21652@table @code
4644b6e3 21653@kindex target
c906108c 21654@item target exec @var{program}
4644b6e3 21655@cindex executable file target
c906108c
SS
21656An executable file. @samp{target exec @var{program}} is the same as
21657@samp{exec-file @var{program}}.
21658
c906108c 21659@item target core @var{filename}
4644b6e3 21660@cindex core dump file target
c906108c
SS
21661A core dump file. @samp{target core @var{filename}} is the same as
21662@samp{core-file @var{filename}}.
c906108c 21663
1a10341b 21664@item target remote @var{medium}
4644b6e3 21665@cindex remote target
1a10341b
JB
21666A remote system connected to @value{GDBN} via a serial line or network
21667connection. This command tells @value{GDBN} to use its own remote
21668protocol over @var{medium} for debugging. @xref{Remote Debugging}.
21669
21670For example, if you have a board connected to @file{/dev/ttya} on the
21671machine running @value{GDBN}, you could say:
21672
21673@smallexample
21674target remote /dev/ttya
21675@end smallexample
21676
21677@code{target remote} supports the @code{load} command. This is only
21678useful if you have some other way of getting the stub to the target
21679system, and you can put it somewhere in memory where it won't get
21680clobbered by the download.
c906108c 21681
ee8e71d4 21682@item target sim @r{[}@var{simargs}@r{]} @dots{}
4644b6e3 21683@cindex built-in simulator target
2df3850c 21684Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 21685In general,
474c8240 21686@smallexample
104c1213
JM
21687 target sim
21688 load
21689 run
474c8240 21690@end smallexample
d4f3574e 21691@noindent
104c1213 21692works; however, you cannot assume that a specific memory map, device
d4f3574e 21693drivers, or even basic I/O is available, although some simulators do
104c1213
JM
21694provide these. For info about any processor-specific simulator details,
21695see the appropriate section in @ref{Embedded Processors, ,Embedded
21696Processors}.
21697
6a3cb8e8
PA
21698@item target native
21699@cindex native target
21700Setup for local/native process debugging. Useful to make the
21701@code{run} command spawn native processes (likewise @code{attach},
21702etc.@:) even when @code{set auto-connect-native-target} is @code{off}
21703(@pxref{set auto-connect-native-target}).
21704
c906108c
SS
21705@end table
21706
5d161b24 21707Different targets are available on different configurations of @value{GDBN};
c906108c 21708your configuration may have more or fewer targets.
c906108c 21709
721c2651
EZ
21710Many remote targets require you to download the executable's code once
21711you've successfully established a connection. You may wish to control
3d00d119
DJ
21712various aspects of this process.
21713
21714@table @code
721c2651
EZ
21715
21716@item set hash
21717@kindex set hash@r{, for remote monitors}
21718@cindex hash mark while downloading
21719This command controls whether a hash mark @samp{#} is displayed while
21720downloading a file to the remote monitor. If on, a hash mark is
21721displayed after each S-record is successfully downloaded to the
21722monitor.
21723
21724@item show hash
21725@kindex show hash@r{, for remote monitors}
21726Show the current status of displaying the hash mark.
21727
21728@item set debug monitor
21729@kindex set debug monitor
21730@cindex display remote monitor communications
21731Enable or disable display of communications messages between
21732@value{GDBN} and the remote monitor.
21733
21734@item show debug monitor
21735@kindex show debug monitor
21736Show the current status of displaying communications between
21737@value{GDBN} and the remote monitor.
a8f24a35 21738@end table
c906108c
SS
21739
21740@table @code
21741
5cf30ebf
LM
21742@kindex load @var{filename} @var{offset}
21743@item load @var{filename} @var{offset}
8edfe269 21744@anchor{load}
c906108c
SS
21745Depending on what remote debugging facilities are configured into
21746@value{GDBN}, the @code{load} command may be available. Where it exists, it
21747is meant to make @var{filename} (an executable) available for debugging
21748on the remote system---by downloading, or dynamic linking, for example.
21749@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
21750the @code{add-symbol-file} command.
21751
21752If your @value{GDBN} does not have a @code{load} command, attempting to
21753execute it gets the error message ``@code{You can't do that when your
21754target is @dots{}}''
c906108c
SS
21755
21756The file is loaded at whatever address is specified in the executable.
21757For some object file formats, you can specify the load address when you
21758link the program; for other formats, like a.out, the object file format
21759specifies a fixed address.
21760@c FIXME! This would be a good place for an xref to the GNU linker doc.
21761
5cf30ebf
LM
21762It is also possible to tell @value{GDBN} to load the executable file at a
21763specific offset described by the optional argument @var{offset}. When
21764@var{offset} is provided, @var{filename} must also be provided.
21765
68437a39
DJ
21766Depending on the remote side capabilities, @value{GDBN} may be able to
21767load programs into flash memory.
21768
c906108c
SS
21769@code{load} does not repeat if you press @key{RET} again after using it.
21770@end table
21771
78cbbba8
LM
21772@table @code
21773
21774@kindex flash-erase
21775@item flash-erase
21776@anchor{flash-erase}
21777
21778Erases all known flash memory regions on the target.
21779
21780@end table
21781
6d2ebf8b 21782@node Byte Order
79a6e687 21783@section Choosing Target Byte Order
7a292a7a 21784
c906108c
SS
21785@cindex choosing target byte order
21786@cindex target byte order
c906108c 21787
eb17f351 21788Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
c906108c
SS
21789offer the ability to run either big-endian or little-endian byte
21790orders. Usually the executable or symbol will include a bit to
21791designate the endian-ness, and you will not need to worry about
21792which to use. However, you may still find it useful to adjust
d4f3574e 21793@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
21794
21795@table @code
4644b6e3 21796@kindex set endian
c906108c
SS
21797@item set endian big
21798Instruct @value{GDBN} to assume the target is big-endian.
21799
c906108c
SS
21800@item set endian little
21801Instruct @value{GDBN} to assume the target is little-endian.
21802
c906108c
SS
21803@item set endian auto
21804Instruct @value{GDBN} to use the byte order associated with the
21805executable.
21806
21807@item show endian
21808Display @value{GDBN}'s current idea of the target byte order.
21809
21810@end table
21811
4b2dfa9d
MR
21812If the @code{set endian auto} mode is in effect and no executable has
21813been selected, then the endianness used is the last one chosen either
21814by one of the @code{set endian big} and @code{set endian little}
21815commands or by inferring from the last executable used. If no
21816endianness has been previously chosen, then the default for this mode
21817is inferred from the target @value{GDBN} has been built for, and is
21818@code{little} if the name of the target CPU has an @code{el} suffix
21819and @code{big} otherwise.
21820
c906108c
SS
21821Note that these commands merely adjust interpretation of symbolic
21822data on the host, and that they have absolutely no effect on the
21823target system.
21824
a8b43b7b
T
21825@node Heterogeneous Debugging
21826@chapter Debugging Heterogeneous Programs
21827@cindex heterogeneous debugging
21828
2bf5040d
T
21829@cartouche
21830@quotation
21831@emph{Note:} The commands presented in this chapter are not currently fully
21832implemented. @xref{AMD GPU} for the current support available.
21833@end quotation
21834@end cartouche
21835
a8b43b7b
T
21836@cindex heterogeneous system
21837@cindex heterogeneous program
21838In some operating systems, such as Linux with @acronym{AMD}'s
21839@acronym{ROCm, Radeon Open Compute platforM} installed, a single
21840program may have multiple threads in the same process, executing on
21841different devices which may have different target architectures. Such
21842a system is termed a @dfn{heterogeneous system} and a program that
21843uses the multiple devices is termed a @dfn{heterogeneous program}.
21844
21845@cindex heterogeneous agent
21846The multiple devices of a heterogeneous system are termed
21847@dfn{heterogeneous agents}. They can include the following kinds of
21848devices: @acronym{CPU, Central Processing Unit}, @acronym{GPU,
21849Graphics Processing Unit}, @acronym{DSP, Digital Signal Processor},
21850@acronym{FPGA, Field Programmable Gate Array}, as well as other
21851specialized hardware.
21852
21853@cindex heterogeneous host agent
21854The device of a heterogeneous system that starts the execution of the
21855program is termed the @dfn{heterogeneous host agent}.
21856
21857The precise way threads are created on different heterogeneous agents
21858may vary from one heterogeneous system to another, but in general the
21859threads behave similarly no matter what heterogeneous agent is
21860executing them, except that the target architecture may be different.
21861
21862@cindex heterogeneous queue
21863@cindex heterogeneous packet
21864A heterogeneous program can create @dfn{heterogeneous queues}
21865associated with a heterogeneous agent. The heterogeneous program can
21866then place @dfn{heterogeneous packets} on a heterogeneous queue to
21867control the actions of the associated heterogeneous agent. A
21868heterogeneous agent removes heterogeneous packets from the
21869heterogeneous queues assocated with it and performs the requested
21870actions. The packet actions and scheduling of packet processing
21871varies depending on the heterogeneous system and the target
21872architecture of the heterogeneous agent. @xref{Architectures}.
21873
21874@cindex heterogeneous dispatch packet
21875@cindex heterogeneous dispatch
21876A @dfn{heterogeneous dispatch packet} is used to initiate code
21877execution on a heterogeneous agent. A single heterogeneous dispatch
21878packet may specify that the heterogeneous agent create a set of
21879threads that are all associated with a corresponding
21880@dfn{heterogeneous dispatch}. Each thread typically has an associated
21881position within the heterogeneous dispatch, possibly expressed as a
21882multi-dimensional grid position. The heterogeneous agent typically
21883can create multiple threads that execute concurrently. If a
21884heterogeneous dispatch is larger than the number of concurrent threads
21885that can be created, the heterogeneous agent creates threads of the
21886heterogeneous dispatch as other threads complete. When all the
21887threads of a heterogeneous dispatch have been created and have
21888completed, the heterogeneous dispatch is considered complete.
21889
21890@cindex heterogeneous work-group
21891The threads of a heterogeneous dispatch may be grouped into
21892@dfn{heterogeneous work-groups}. The threads that belong to the same
21893heterogeneous work-group may have special shared memory, and efficient
21894execution synchronization abilities. A thread that is part of a
21895heterogeneous work-group typically has an associated position within
21896the heterogeneous work-group, possibly also expressed as a
21897multi-dimensional grid position.
21898
21899Other heterogeneous packets may control heterogeneous packet
21900scheduling, memory visibility between the threads of a heterogeneous
21901dispatch and other threads, or other services supported by the
21902heterogeneous system.
21903
21904@cindex heterogeneous lane
21905On some heterogeneous systems there can be heterogeneous agents that
21906support @acronym{SIMD, Single Instruction Multiple Data} or
21907@acronym{SIMT, Single Instruction Multiple Threads} machine
21908instructions. On these target achitectures, a single machine
21909instruction can operate in parallel on multiple @dfn{heterogeneous
21910lanes}.
21911
21912@cindex divergent control flow
21913Source languages used by heterogeneous programs can be implemented on
21914target achitectures that support multiple heterogeneous lanes by
21915mapping a source language thread of execution onto a heterogeneous
21916lane of a single target architecture thread. Control flow in the
21917source language may be implemented by controlling which heterogeneous
21918lanes are active. If the source language control flow may result in
21919some heterogeneous lanes becoming inactive while some remain active,
21920the control flow is said to be @dfn{divergent}. Typically, the
21921machine code may execute different divergent paths for different sets
21922of heterogeneous lanes, before the control flow recoverges and all
21923heterogeneous lanes become active.
21924
21925Just because a target architecture supports multiple lanes, does not
21926mean that the source language is mapped to use them to implement
21927source language threads of execution. Therefore, a thread is only
21928considered to have multiple heterogeneous lanes if it's current frame
21929corresponds to a source language that does do such a mapping.
21930
21931@anchor{Address Space}
21932@cindex address space
21933On some heterogeneous systems there can be heterogeneous agents with
21934target achitectures that support multiple @dfn{address spaces}. In
21935these target achitectures, there may be memory that is physically
21936disjoint from regular global virtual memory. There can also be cases
21937when the same underlying memory can be accessed using linear addresses
21938that map to the underlying physical memory in an interleaved manner.
21939In these target architectures there can be distinct machine
21940instructions to access the distinct address spaces. For example,
21941there may be physical hardware scratch pad memory that is allocated
21942and accessible only to the threads that are associated with the same
21943heterogeneous work-group. There may be hardware address swizzle logic
21944that allows regular global virtual memory to be allocated per
21945heterogeneous lane such that they have a linear address view, which in
21946fact maps to an interleaved global virtual memory access to improve
21947cache performance.
21948
21949@value{GDBN} provides these facilities for debugging heterogeneous
21950programs:
21951
21952@itemize @bullet
21953
21954@item @code{info sharedlibrary}, command supports code objects for
21955multiple architectures
21956
21957@item debugger convenience variables for heterogeneous entities
21958
21959@item @code{set architecture}, @code{show architecture}, @code{x/i},
21960@code{disassemble}, commands to disassemble multiple architectures in
21961the same inferior
21962
21963@item @code{info threads}, @code{thread}, commands support threads
21964executing on multiple heterogeneous agents
21965
21966@item @code{info agents}, @code{info queues}, @code{info packets},
21967@code{info dispatches}, commands to inquire about the heterogeneous
21968system
21969
21970@item @code{info lanes}, @code{lane}, commands support source language
21971threads of execution that are mapped to SIMD-like lanes of a thread
21972
21973@item @code{$_thread_find}, @code{$_thread_find_first_gid},
21974@code{$_lane_find}, @code{$_lane_find_first_gid} debugger convenience
21975functions can find threads and heterogeneous lanes associated with
21976specific heterogeneous entities
21977
21978@item @code{maint print address-spaces}, command together with address
21979qualifiers supports multiple address spaces
21980
21981@end itemize
21982
21983A heterogeneous system may use separate code objects for the different
21984target architectures of the heterogeneous agents. The @code{info
21985sharedlibrary} command lists all the code objects currently loaded,
21986regardless of their target architecture.
21987
21988The following rules apply in determining the target architecture used
21989by commands when debugging heterogeneous programs:
21990
21991@enumerate
21992
21993@item
21994Typically the target architecture of the heterogeneous host agent is
21995the target architecture of the program's code object. The @code{set
21996architecture} command (@pxref{Targets,,Specifying a Debugging Target})
21997can be used to change this target architecture. The target
21998architecture of other heterogeneous agents is typically the target
21999architecture of the associated device.
22000
22001@item
22002The target architecture of a thread is the target architecture of the
22003selected stack frame. Typically stack frames will have the same
22004target architecture as the heterogeneous agent on which the thread was
22005created, however, a target may assocociate different target
22006architectures for different stack frames.
22007
22008@item
22009The current target architecture is the target architecture of the
22010selected thread, or the target architecture of the heterogeneous host
22011agent if there are no threads.
22012
22013@end enumerate
22014
22015@value{GDBN} handles the heterogeneous agent, queue, and dispatch
22016entities in a similar manner to threads (@pxref{Threads}):
22017
22018@itemize @bullet
22019
22020@item
22021For debugging purposes, @value{GDBN} associates its own number
22022---always a single integer---with each heterogeneous entity of an
22023inferior. This number is unique between all instances of
22024heterogeneous entities of an inferior, but not unique between
22025heterogeneous entities of different inferiors.
22026
22027@item
22028You can refer to a given heterogeneous entity in an inferior using the
22029qualified @var{inferior-num}.@var{heterogeneous-entity-num} syntax,
22030also known as a @dfn{qualified heterogeneous entity ID}, with
22031@var{inferior-num} being the inferior number and
22032@var{heterogeneous-entity-num} being the heterogeneous entity number
22033of the given inferior. If you omit @var{inferior-num}, then
22034@value{GDBN} infers you're referring to a heterogeneous entity of the
22035current inferior.
22036
22037@item
22038Until you create a second inferior, @value{GDBN} does not show the
22039@var{inferior-num} part of heterogeneous entity IDs, even though you
22040can always use the full
22041@var{inferior-num}.@var{heterogeneous-entity-num} form to refer to
22042heterogeneous entities of inferior 1, the initial inferior.
22043
22044@item
22045@anchor{heterogeneous entity ID list}
22046@cindex heterogeneous entity ID list
22047Some commands accept a space-separated @dfn{heterogeneous entity ID
22048list} as argument. The list element has the same forms as for thread
22049ID lists. @xref{thread ID list}.
22050
22051@item
22052@anchor{global heterogeneous entity numbers} In addition to a
22053@emph{per-inferior} number, each heterogeneous entity is also assigned
22054a unique @emph{global} number, also known as @dfn{global heterogeneous
22055entity ID}, a single integer. Unlike the heterogeneous entity number
22056component of the heterogeneous entity ID, no two threads have the same
22057global heterogeneous entity ID, even when you're debugging multiple
22058inferiors.
22059
22060@end itemize
22061
22062The following debugger convenience variables (@pxref{Convenience
22063Vars,,Convenience Variables}) are related to heterogeneous debugging.
22064You may find these useful in writing breakpoint conditional
22065expressions, command scripts, and so forth.
22066
22067@table @code
22068
22069@item $_thread
22070@itemx $_gthread
22071@itemx $_thread_systag
22072@itemx $_thread_name
22073@xref{Convenience Vars,,Convenience Variables}.
22074
22075@vindex $_agent@r{, convenience variable}
22076@vindex $_gagent@r{, convenience variable}
22077@vindex $_queue@r{, convenience variable}
22078@vindex $_gqueue@r{, convenience variable}
22079@vindex $_dispatch@r{, convenience variable}
22080@vindex $_gdispatch@r{, convenience variable}
22081@vindex $_lane@r{, convenience variable}
22082@vindex $_glane@r{, convenience variable}
22083@item $_agent
22084@itemx $_gagent
22085@itemx $_queue
22086@itemx $_gqueue
22087@itemx $_dispatch
22088@itemx $_gdispatch
22089@itemx $_lane
22090@itemx $_glane
22091There are debugger convenience variables that contain the number of
22092each heterogeneous entity associated with the current thread if it was
22093created by a heterogeneous dispatch, or 0 otherwise. @code{$_agent},
22094@code{$_queue}, and @code{$_dispatch} contain the corresponding
22095per-inferior heterogeneous entity number. While @code{$_gagent},
22096@code{$_gqueue}, and @code{$_gdispatch}, contain the corresponding
22097global heterogeneous entity number.
22098
22099@vindex $_lane@r{, convenience variable}
22100@vindex $_glane@r{, convenience variable}
22101@item $_lane
22102@itemx $_glane
22103The heterogeneous lane number of the current lane of the current thread.
22104@code{$_lane} contains the corresponding per-inferior heterogeneous lane
22105number. While @code{$_glane} contains the corresponding global
22106heterogeneous lane number. If the current thread does not have multiple
22107heterogeneous lanes, it is treated as if it has a single heterogeneous
22108lane number.
22109
22110@vindex $_dispatch_pos@r{, convenience variable}
22111@item $_dispatch_pos
22112The heterogeneous dispatch position string of the current thread within
22113its associated heterogeneous dispatch if it is was created by a
22114heterogeneous dispatch, or the empty string otherwise. The format
22115varies depending on the heterogeneous system and target architecture
22116of the heterogeneous agent. @xref{Architectures}.
22117
22118@vindex $_lane_name@r{, convenience variable}
22119@item $_lane_name
22120The heterogeneous lane name string of the current heterogeneous lane, or
22121the empty string if no name has been assigned by the @code{lane name}
22122command.
22123
22124@vindex $_thread_workgroup_pos@r{, convenience variable}
22125@vindex $_lane_workgroup_pos@r{, convenience variable}
22126@item $_thread_workgroup_pos
22127@item $_lane_workgroup_pos
22128The heterogeneous work-group position string of the current thread or
22129heterogeneous lane within its associated heterogeneous dispatch if it
22130is was created by a heterogeneous dispatch, or the empty string
22131otherwise. The format varies depending on the heterogeneous system
22132and target architecture of the heterogeneous agent.
22133@xref{Architectures}.
22134
22135@vindex $_lane_systag@r{, convenience variable}
22136@item $_lane_systag
22137The target system's heterogeneous lane identifier (@var{lane_systag})
22138string of the current heterogeneous lane. @xref{target system lane
22139identifier}.
22140
22141@end table
22142
22143The following debugger convenience functions (@pxref{Convenience
22144Funs,,Convenience Functions}) are related to heterogeneous debugging.
22145Given the very large number of threads on heterogeneous systems, these
22146may be very useful. They allow threads or thread lists to be
22147specified based on the target system's thread identifier
22148(@var{systag}) or thread name, and allow heterogeneous lanes or
22149heterogeneous lane lists to be specified based on the target system's
22150heterogeneous lane identifier (@var{lane_systag}) or heterogeneous
22151lane name.
22152
22153@table @code
22154
22155@item $_thread_find
22156@itemx $_thread_find_first_gid
22157@xref{Convenience Funs,,Convenience Functions}.
22158
22159@findex $_lane_find@r{, convenience function}
22160@item $_lane_find(@var{regex})
22161Searches for heterogeneous lanes whose name or @var{lane_systag}
22162matches the supplied regular expression. The syntax of the regular
22163expression is that specified by @code{Python}'s regular expression
22164support.
22165
22166Returns a string that is the space separated list of per-inferior
22167heterogeneous lane numbers of the found heterogeneous lanes. If
22168debugging multiple inferiors, the heterogeneous lane numbers are
22169qualified with the inferior number. If no heterogeneous lane are
22170found, the empty string is returned. The string can be used in
22171commands that accept a heterogeneous lane ID list.
22172@xref{heterogeneous entity ID list}.
22173
22174For example, the following command lists all heterogeneous lanes that
22175are part of a heterogeneous work-group with work-group position
22176@samp{(1,2,3)} (@pxref{Heterogeneous Debugging}):
22177
22178@smallexample
22179(@value{GDBP}) info lanes $_thread_find ("work-item(1,2,3)")
22180@end smallexample
22181
22182@item $_lane_find_first_gid(@var{regex})
22183@findex $_lane_find_first_gid@r{, convenience function}
22184Similar to the @code{$_lane_find} convenience function, except it
22185returns a number that is the global heterogeneous lane number of one
22186of the heterogeneous lanes found, or 0 if no heterogeneous lanes were
22187found. The number can be used in commands that accept a global
22188heterogeneous lane number. @xref{global heterogeneous entity
22189numbers}.
22190
22191For example, the following command sets the current heterogeneous lane
22192to one of the heterogeneous lanes that are part of a heterogeneous
22193work-group with work-item position @samp{(1,2,3)}:
22194
22195@smallexample
22196(@value{GDBP}) lane -gid $_lane_find_first_gid ("work-item(1,2,3)")
22197@end smallexample
22198
22199@end table
22200
22201The following commands are related to heterogeneous debugging:
22202
22203@table @code
22204
22205@item info agents @r{[}-gid@r{]} @r{[}@var{agent-id-list}@r{]}
22206@itemx info queues @r{[}-gid@r{]} @r{[}@var{queue-id-list}@r{]}
22207@itemx info dispatches @r{[}-gid@r{]} @r{[}@var{dispatch-id-list}@r{]}
22208@kindex info agents
22209@kindex info queues
22210@kindex info dispatches
22211@code{info agents}, @code{info queues} and @code{info dispatches}
22212commands display information about one or more heterogeneous agents,
22213heterogeneous queues and executing heterogeneous dispatches
22214respectively. With no arguments displays information about all
22215corresponding heterogeneous entities. You can specify the list of
22216heterogeneous entities that you want to display using the
22217heterogeneous entity ID list syntax (@pxref{heterogeneous entity ID
22218list}).
22219
22220@value{GDBN} displays for each heterogeneous entity (in this order):
22221
22222@enumerate
22223@item
22224the per-inferior heterogeneous entity number assigned by @value{GDBN}
22225
22226@item
22227the global heterogeneous entity number assigned by @value{GDBN}, if
22228the @w{@option{-gid}} option was specified
22229
22230@item
22231for the @code{info queues} and @code{info dispatches} commands, the
22232associated heterogeneous agent number assigned by @value{GDBN},
22233displayed as a global ID if the @w{@option{-gid}} option was
22234specified, otherwise displayed as the per-inferior ID
22235
22236@item
22237for the @code{info dispatches} command, the associated heterogeneous
22238queue number assigned by @value{GDBN}, displayed as a global ID if the
22239@w{@option{-gid}} option was specified, otherwise displayed as the
22240per-inferior ID
22241
22242@item
22243additional information about the heterogeneous entity that varies
22244depending on the heterogeneous system and may vary depending on the
22245target architecture of the heterogeneous entity
22246(@pxref{Architectures})
22247
22248@end enumerate
22249
22250Some heterogeneous agents may not be listed until the inferior has
22251started execution of the program.
22252
22253@item info packets @r{[}-gid@r{]} @r{[}@var{queue-id-list}@r{]}
22254@kindex info packets
22255Display information about the heterogeneous packets on one or more
22256heterogeneous queues. With no arguments displays information about
22257all heterogeneous queues. You can specify the list of heterogeneous
22258queues that you want to display using the heterogeneous queue ID list
22259syntax (@pxref{heterogeneous entity ID list}).
22260
22261Since heterogeneous agents may be processing heterogeneous packets
22262asynchronously, the display is at best a snapshot, and may be
22263inconsistent due to the heterogeneous queues being updated while they
22264are being inspected.
22265
22266The heterogeneous packets are listed contiguously for each
22267heterogeneous agent, and for each heterogeneous queue of that
22268heterogeneous agent, with the oldest packet first.
22269
22270@value{GDBN} displays for each heterogeneous packet (in this order):
22271
22272@enumerate
22273@item
22274the associated heterogeneous agent number assigned by @value{GDBN},
22275displayed as a global ID if the @w{@option{-gid}} option was
22276specified, otherwise displayed as the per-inferior ID
22277
22278@item
22279the associated heterogeneous queue number assigned by @value{GDBN},
22280displayed as a global ID if the @w{@option{-gid}} option was
22281specified, otherwise displayed as the per-inferior ID
22282
22283@item
22284the packet position in the heterogeneous queue, with the oldest one
22285being 1
22286
22287@item
22288additional information about the heterogeneous packet that varies
22289depending on the heterogeneous system and may vary depending on the
22290target architecture of the heterogeneous entity
22291(@pxref{Architectures})
22292
22293@end enumerate
22294
22295@item info threads @r{[}-gid@r{]} @r{[}@var{thread-id-list}@r{]}
22296The @code{info threads} command (@pxref{Threads}) lists the threads
22297created on all the heterogeneous agents.
22298
22299If any of the threads listed have multiple heterogeneous lanes, then
22300an additional @emph{Lanes} column is displayed before the target
22301system's thread identifier (@var{systag}) column. For threads that
22302have multiple heterogeneous lanes, the number of heterogeneous lanes
22303that are active followed by a slash and the total number of
22304heterogeneous lanes of the current frame of the thread is displayed.
22305Otherwise, nothing is displayed.
22306
22307The target system's thread identifier (@var{systag}) (@pxref{target
22308system thread identifier}) for threads associated with heterogeneous
22309dispatches varies depending on the heterogeneous system and target
22310architecture of the heterogeneous agent. However, it typically will
22311include information about the heterogeneous agent, heterogeneous
22312queue, heterogeneous dispatch, heterogeneous work-group position
22313within the heterogeneous dispatch, and thread position within the
22314heterogeneous work-group. @xref{Architectures}.
22315
22316The stack frame summary displayed is for the active lanes of the
22317thread. This may differ from the stack frame information for the
22318current lane if the focus is on an inactive lane. Use the @code{info
22319lanes} command for information about individual lanes of a thread.
22320@xref{Threads}.
22321
22322For example,
22323@end table
22324@c end table here to get a little more width for example
22325
22326@smallexample
22327(@value{GDBP}) info threads
22328 Id Lanes Target Id Frame
22329* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
22330 2 2/64 ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4)/1 0x34e5 in saxpy ()
22331 3 64/64 ROCm process 65 agent 1 queue 2 dispatch 4 work-group(2,4,4)/2 0x34e5 in saxpy ()
22332@end smallexample
22333
22334@table @code
22335@cindex heterogeneous lane index
22336@item thread @r{[}-gid@r{]} @var{thread-id} @r{[}@var{lane-index}@r{]}
22337The @code{thread} command has an optional @var{lane-index} argument to
22338specify the @dfn{heterogeneous lane index}. If the value is not
22339between 1 and the number of heterogeneous lanes of the current frame
22340of the thread, then @value{GDBN} will print an error. If omitted it
22341defaults to 1.
22342
22343The current thread is set to @var{thread-id} and the current
22344heterogeneous lane is set to the heterogeneous lane corresponding to
22345the specified heterogeneous lane index.
22346
22347If the thread has multiple heterogeneous lanes, @value{GDBN} responds
22348by displaying the system identifier of the heterogeneous lane you
22349selected, otherwise it responds with the system identifier of the
22350thread you selected, followed by its current stack frame summary.
22351
22352@item thread apply @r{[}@var{thread-id-list} @r{|} all @r{[}-ascending@r{]]} @r{[}@var{flag}@r{]@dots{}} @var{command}
22353@itemx taas [@var{option}]@dots{} @var{command}
22354@itemx tfaas [@var{option}]@dots{} @var{command}
22355@itemx thread name
22356@itemx thread find
22357These commands operate the same way for all threads, regardless of
22358whether or not the thread is associated with a heterogeneous dispatch.
22359
22360If the thread's frame has multiple heterogeneous lanes then the
22361heterogeneous lane index 1 is used. Use the heterogeneous lane
22362counterpart commands if it is desired to perform the the @var{command}
22363on each lane of a thread.
22364
22365@xref{Threads}.
22366
22367@cindex lane identifier (system)
22368@item info lanes @r{[}-gid@r{]} @var{lane-id}
22369Display information about one or more heterogeneous lanes. With no
22370arguments displays information about all heterogeneous lanes. You can
22371specify the list of heterogeneous lanes that you want to display using
22372the heterogeneous lane ID list syntax (@pxref{heterogeneous entity ID
22373list}).
22374
22375@value{GDBN} displays for each heterogeneous lane (in this order):
22376
22377@enumerate
22378@item
22379The per-inferior heterogeneous lane number assigned by @value{GDBN}.
22380
22381@item
22382The global heterogeneous lane number assigned by @value{GDBN}, if the
22383@w{@option{-gid}} option was specified.
22384
22385@item
22386The thread number assigned by @value{GDBN} for the thread that
22387contains the heterogeneous lane. This is displayed as a global thread
22388number if the @w{@option{-gid}} option was specified, otherwise as a
22389per-inferior thread number. If the thread has multiple heterogeneous
22390lanes then this is followed by a slash and the heterogeneous lane
22391index of the heterogeneous lane within the thread with the first lane
22392being 1.
22393
22394@item
22395An indication of whether the heterogeneous lane is active or inactive.
22396
22397@anchor{target system lane identifier}
22398@item
22399The target system's heterogeneous lane identifier (@var{lane_systag}).
22400This varies depending on the system and target architecture of the
22401heterogeneous agent. However, for heterogeneous agents it typically
22402will include information about the heterogeneous agent, heterogeneous
22403queue, heterogeneous dispatch, heterogeneous work-group position
22404within the heterogeneous dispatch, and position of the heterogeneous
22405lane in the heterogeneous work-group. @xref{Architectures}.
22406
22407@item
22408The heterogeneous lane's name, if one is assigned by the user (see
22409@code{lane name}, below).
22410
22411@item
22412The current stack frame summary for that heterogeneous lane. If the
22413heterogeneous lane is inactive this is the source position at which the
22414heterogeneous lane will resume.
22415@end enumerate
22416
22417@noindent
22418An asterisk @samp{*} to the left of the @value{GDBN} heterogeneous
22419lane number indicates the current heterogeneous lane.
22420
22421For example,
22422@end table
22423@c end table here to get a little more width for example
22424
22425@smallexample
22426(@value{GDBP}) info lanes
22427 Id Thread Active Target Id Frame
22428* 1 4 Y process 35 thread 13 main (argc=1, argv=0x7ffffff8)
22429 2 5/2 Y ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4) 0x34e5 in saxpy ()
22430 3 6/12 N ROCm process 65 agent 1 queue 2 dispatch 4 work-group(2,4,4) work-item(1,2,3) 0x34e5 in saxpy ()
22431@end smallexample
22432
22433If you're debugging multiple inferiors, @value{GDBN} displays
22434heterogeneous lane IDs using the qualified
22435@var{inferior-num}.@var{lane-num} format. Otherwise, only
22436@var{lane-num} is shown.
22437
22438If you specify the @w{@option{-gid}} option, @value{GDBN} displays a
22439column indicating each heterogeneous lane's global heterogeneous lane
22440ID, and displays the thread's global thread number:
22441
22442@smallexample
22443(@value{GDBP}) info lanes -gid
22444 Id GId Thread Active Target Id Frame
22445* 1.1 1 4 Y process 35 thread 13 main (argc=1, argv=0x7ffffff8)
22446 1.2 3 5/2 Y ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4) 0x34e5 in saxpy ()
22447 2.1 1 4 Y process 65 thread 1 main (argc=1, argv=0x7ffffff8)
22448 2.2 4 6/12 N ROCm process 65 agent 1 queue 2 dispatch 4 work-group(2,4,4) work-item(1,2,3) 0x34e5 in saxpy ()
22449@end smallexample
22450
22451@table @code
22452@kindex lane
22453@item lane @r{[}-gid@r{]} @var{lane-id}
22454Make heterogeneous lane ID @var{lane-id} the current heterogeneous
22455lane and the thread that contains the heterogeneous lane the current
22456thread. The command argument @var{lane-id} is the @value{GDBN}
22457heterogeneous lane ID: if the @w{@option{-gid}} option is given it is
22458a global heterogeneous lane identifier, as shown in the second field
22459of the @code{info lanes -gid} display; otherwise it is a per-inferior
22460heterogeneous lane identifier, with or without an inferior qualifier
22461(e.g., @samp{2.1} or @samp{1}), as shown in the first field of the
22462@code{info lanes} display.
22463
22464@value{GDBN} responds by displaying the system identifier of the
22465heterogeneous lane you selected, and its current stack frame summary:
22466
22467@smallexample
22468(@value{GDBP}) lane 2
22469[Switching to lane 2 (Thread 0xb7fdab70 (LWP 12747))]
22470#0 some_function (ignore=0x0) at example.c:8
224718 printf ("hello\n");
22472@end smallexample
22473
22474@noindent
22475As with the @samp{[New @dots{}]} message, the form of the text after
22476@samp{Switching to} depends on your system's conventions for identifying
22477heterogeneous lanes.
22478
22479@kindex lane name
22480@cindex name a heterogeneous lane
22481@anchor{heterogeneous lane name}
22482@item lane name [@var{name}]
22483This command assigns a name to the current heterogeneous lane. If no
22484argument is given, any existing user-specified name is removed. The
22485heterogeneous lane name appears in the @code{info lanes} display.
22486
22487@kindex lane find
22488@cindex search for a heterogeneous lane
22489@anchor{lane find}
22490@item lane find [@var{regexp}]
22491Search for and display heterogeneous lane ids whose name or
22492@var{lane_systag} matches the supplied regular expression. The syntax
22493of the regular expression is that specified by @code{Python}'s regular
22494expression support.
22495
22496As well as being the complement to the @code{lane name} command, this
22497command also allows you to identify a heterogeneous lane by its target
22498@var{lane_systag}. For instance, on @acronym{AMD ROCm}, the target
22499@var{lane_systag} is the heterogeneous agent, heterogeneous queue,
22500heterogeneous dispatch, heterogeneous work-group position and
22501heterogeneous work-item position.
22502
22503@smallexample
22504(@value{GDBP}) lane find "work-group(2,3,4)"
22505Lane 2 has lane id 'ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4)'
22506(@value{GDBP}) info lane 2
22507 Id Thread Active Target Id Frame
22508 2 5/2 Y ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4) 0x34e5 in saxpy ()
22509@end smallexample
22510
22511@c FIXME-implementors!! Perhaps better ways to find lanes and threads
22512@c would be beneficial. If the @var{systag} and ${lane_systag} were
22513@c considered as tuples and not a plain strings, structured queries
22514@c could be used. Maybe that would also support the sort order of the
22515@c returned list. SQL is an example to examine.
22516@c
22517@c User defined pretty printing functions could be allowed so that
22518@c users can control how @var{systag} and ${lane_systag} values are
22519@c displayed in commands that display them. This would allow cater to
22520@c situations that benefit from full verbose output, and those where
22521@c partial terse output is all that is needed. But the underlying
22522@c @var{systag} and ${lane_systag} values always have the full
22523@c information.
22524@c
22525@c Ways for commands that list lanes and threads to aggregate the
22526@c output would be beneficial in heterogeneous systems that tend to
22527@c have very large counts. For example, all lanes that have adjacent
22528@c dispatch postions, and that are at the same source postion, could
22529@c be displayed as a single row that specifies the range of postions.
22530@c Perhaps target or user defined functions could be allowed to guide
22531@c the aggregation, and return the aggregated range. That would allow
22532@c different heterogeneous system to be supported that had different
22533@c ways to represent dispatch positions. There may even be multiple
22534@c ways to aggregate on some system.
22535
22536@item lane apply @r{[}@var{thread-id-list} @r{|} all @r{[}-ascending@r{]]} @r{[}@var{flag}@r{]@dots{}} @var{command}
22537@itemx laas [@var{option}]@dots{} @var{command}
22538@itemx lfaas [@var{option}]@dots{} @var{command}
22539@code{lane apply}, @code{laas}, and @code{lfass} commands are simalar
22540to their thread counterparts @code{thread apply}, @code{taas}, and
22541@code{tfaas} respectively, except they operatate on heterogeneous
22542lanes. @xref{Threads}.
22543
22544@item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
22545@itemx frame @r{[} @var{frame-selection-spec} @r{]}
22546@itemx frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
22547@itemx select-frame @r{[} @var{frame-selection-spec} @r{]}
22548@itemx up-silently @var{n}
22549@itemx down-silently @var{n}
22550@itemx info frame
22551@itemx info args [-q] [-t @var{type_regexp}] [@var{regexp}]
22552@itemx info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
22553@itemx faas @var{command}
22554The frame commands apply to the current heterogeneous lane.
22555
22556If the frame is switched from one that has multiple heterogeneous
22557lanes to one with fewer (including only one) then the current lane is
22558switched to the heterogeneous lane corresponding to the highest
22559heterogeneous lane index of the new frame and @value{GDBN} responds by
22560displaying the system identifier of the heterogeneous lane selected.
22561
22562@xref{Stack, ,Examining the Stack}.
22563
22564@item set libthread-db-search-path
22565@itemx show libthread-db-search-path
22566@itemx set debug libthread-db
22567@itemx show debug libthread-db
22568These commands only apply to threads created on the heterogeneous host
22569agent that are not associated with a heterogeneous dispatch. There
22570are no commands that support reporting of heterogeneous dispatch
22571thread events.
22572
22573@item x/i
22574@itemx display/i
22575The @code{x/i} and @code{display/i} commands (@pxref{Memory,,Examining
22576Memory}) can be used to disassemble machine instructions. They use
22577the current target architecture.
22578
22579@item disassemble
22580The @code{disassemble} command (@pxref{Machine Code,,Source and
22581Machine Code}) can also be used to disassemble machine instructions.
22582If the start address of the range is within a loaded code object, then
22583the target architecture of the code object is used. Otherwise, the
22584current target architecture is used.
22585
22586@c FIXME-implementors!! It would be more helpful if @code{set
22587@c architecture} was an inferior setting used by both @code{x/i} and
22588@c @code{disassemble} when not set to @code{auto}. When set to
22589@c @code{auto} then the architecture of the code object containing the
22590@c start address should be used by both commands. Otherwise, the
22591@c thread target architecture should be used, or the heterogeneous host
22592@c agent target architecture if there are no threads. That way a user
22593@c can choose what architecture to disassemble in, and will get
22594@c sensible behavior if they specify the default of @code{auto} even
22595@c for heterogeneous systems.
22596
22597@item info registers
22598@itemx info all-registers
22599@itemx maint print reggroups
22600The register commands display information about the current
22601architecture.
22602
22603@item print
22604The @code{print} command evaluates the source language expression in
22605the context of the current heterogeneous lane.
22606
22607@item step
22608@itemx next
22609@itemx finish
22610@itemx until
22611@itemx stepi
22612@itemx nexti
22613If the current heterogeneous lane is set to an inactive heterogeneous
22614lane, then the @code{step}, @code{next}, @code{finish} and
22615@code{until} commands (@pxref{Continuing and Stepping, ,Continuing and
22616Stepping}) may cause other heterogeneous lanes of the same thread to
22617advance so that the current heterogeneous lane becomes active. This
22618may result in other heterogeneous lanes completing whole functions.
22619
22620If the current heterogeneous lane is set to an inactive heterogeneous
22621lane, then the @code{stepi} and @code{nexti} commands
22622(@pxref{Continuing and Stepping, ,Continuing and Stepping}) may not
22623cause the source position to appear to move until execution reaches a
22624point that makes the current heterogeneous lane active. However,
22625other heterogeneous lanes of the same thread will advance.
22626
22627@item break @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22628@itemx tbreak @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22629@itemx hbreak @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22630@itemx thbreak @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22631@itemx rbreak @r{[}-lane @var{lane-index}@r{]} @var{regex}
22632@itemx info breakpoints @r{[}@var{list}@dots{}@r{]}
22633@itemx watch @r{[}-lane @var{lane-index}@r{]} @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
22634@itemx rwatch @r{[}-lane @var{lane-index}@r{]} @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
22635@itemx awatch @r{[}-lane @var{lane-index}@r{]} @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
22636@itemx info watchpoints @r{[}@var{list}@dots{}@r{]}
22637@itemx catch @r{[}-lane @var{lane-index}@r{]} @var{event}
22638@itemx tcatch @r{[}-lane @var{lane-index}@r{]} @var{event}
22639When a breakpoint, watchpoint, or catchpoint (@pxref{Breakpoints,
22640,Breakpoints; Watchpoints; and Catchpoints}) is hit by a frame of a
22641thread with multiple heterogeneous lanes, each active lane is treated
22642independently:
22643
22644@itemize @bullet
22645
22646@item
22647The breakpoint condition, if present, is evaluated for each active
22648heterogeneous lane.
22649
22650@item
22651The breakpoint command, if present, is evaluated for each active
22652heterogeneous lane that evaluates the breakpoint condition to true.
22653
22654@item
22655If the breakpoint causes the heterogeneous lane to halt then he
22656current heterogeneous lane is set to the halting heterogeneous lane
22657and @value{GDBN} responds by displaying the system identifier of the
22658heterogeneous lane selected.
22659
22660@item
22661If the breakpoint is a temporary breakpoint, then it will be removed,
22662and so any remaining heterogeneous lanes will not report the
22663breakpoint.
22664
22665@item
22666In non-stop mode all heterogeneous lanes that halt at the breakpoint
22667will be reported.
22668
22669@item
22670In all-stop mode, continuing from the breakpoint will cause the next
22671heterogeneous ative lane that hit the breakpoint to be processed.
22672
22673@end itemize
22674
22675If a heterogeneous lane causes a thread to halt, then the other
22676heterogeneous lanes of the thread will no longer execute even if in
22677non-stop mode.
22678
22679For @code{break}, @code{watch}, @code{catch}, and their variants, the
22680@w{@option{-lane @var{lane-index}}} option can be specified. This
22681limits @value{GDBN} to only process breakpoints if the heterogeneous
22682lane has a heterogeneous lane index that matches @var{lane-index}.
22683
22684The @code{info break} and @code{info watch} commands add a @emph{Lane}
22685column before the @emph{Address} column if any breakoint has a
22686@var{lane-index} specified that displays the heterogeneous lane index.
22687
22688@c FIXME-implementors!! Should there be way to request all pending
22689@c breakpoints to be processed? This may result in multiple
22690@c lanes/threads being reported as halted. This would avoid the user
22691@c having to continue a very large number of times to get all the
22692@c threads/lanes that have unprocessed breakpoints to be processed.
22693@c
22694@c In addition, a way to list all the theards/lanes that are halted at
22695@c a breakpoint. If this was avaiable as a conveniece function, then
22696@c the @code{thread apply} and @code{lane apply} commands could be
22697@c used to perform a command on all such threads in one action.
22698
22699@anchor{maint print address-spaces}
22700@c FIXME-implementers!! This is not a maintenance command as it is
22701@c displaying imformation about available address spaces that can be
22702@c used. It has been defined as a @code{maint} command only to match
22703@c the @code{maint print reggroups} command which also should not be a
22704@c maintenace command for the same reason.
22705@item maint print address-spaces @r{[}@var{file}@r{]}
22706@code {maint print address-spaces} displays the address space names
22707supported by each target achitecture. The optional argument
22708@var{file} tells to what file to write the information.
22709
22710The address spaces info looks like this:
22711
22712@smallexample
22713(@value{GDBP}) @kbd{maint print address-spaces}
22714 Class Arch
22715 global All
22716 group AMDGPU
22717 private AMDGPU
22718 generic AMDGPU
22719@end smallexample
22720
22721The @var{global} address space corresponds to the default global
22722virtual memory address space and is available for all target
22723architectures.
22724
22725Every address entered or displayed can optionally specify the address
22726space qualifier by appending an @samp{@@} followed by an address space
22727name. @value{GDBN} will print an error if the address space name is
22728not supported by the current architecture.
22729
22730For example,
22731
22732@smallexample
22733(@value{GDBP}) x/x 0x10021608@@group
227340x10021608@@group: 0x0022fd98
22735@end smallexample
22736
22737@c FIXME-implementors!! Perhaps the gdb internal types (such as used
22738@c for register types) can be extended to support addresses in address
22739@c spaces.
22740
22741If there is no current thread then the only address space that can be
22742specified is @var{global}.
22743
22744If entering an address and no address space is specified, the
22745@var{global} address space is used.
22746
22747If an address is displayed, the address space qualifier is omitted for
22748the @var{global} address space.
22749
22750@end table
22751
22752Heterogeneous systems often have very large numbers of threads.
22753Breakpoint conditions can be used to limit the number of threads
22754reporting breakpoint hits. For example,
22755
22756@smallexample
22757break kernel_foo if $_streq($_lane_workgroup_pos, "(0,0,0)")
22758@end smallexample
22759
22760The @code{tbreak} command can be used so only one heterogeneous lane
22761will report the breakpoint. Before continuing execution, the
22762breakpoint will need to be set again if necessary.
22763
2bf5040d
T
22764The @code{set scheduler-locking on} command (@pxref{Non-Stop Mode})
22765together with the @w{@option{-lane}} breakpoint option can be used to
22766lock @value{GDBN} to only resume the current thread, and only report
22767breakoints for a fixed heterogeneous lane index. This avoids the
22768overhead of resuming a large number of threads every time resuming
22769from a breakpoint, and also avoids the focus being switched to other
22770threads that hit the breakpoints. Note however that other threads
22771will not be executed.
22772
22773The scheduler locking commands can also be helpful to prevent
22774@value{GDBN} switching to other threads while concentrating on
22775debugging one particular thread. The non-stop mode can be hepful to
22776prevent the @code{continue} command from resuming other threads that
22777are intentionally halted or from cancelling a single step command that
22778is in progress by another thread and resuming it instead.
22779@xref{Non-Stop Mode}.
a8b43b7b
T
22780
22781@c TODO:
22782@c Change command parsing so convienence variable
22783@c substitution will work as shown. Investigate using tuples and
22784@c lists the result of convienence variables and convienence
22785@c functions.
22786@c Update MI commands for heterogeneous commands.
22787@c Update Python bindings for heterogeneous commands.
22788@c Update gdbserver remote protocol for heterogeneous commands.
ea35711c
DJ
22789
22790@node Remote Debugging
22791@chapter Debugging Remote Programs
c906108c
SS
22792@cindex remote debugging
22793
22794If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
22795@value{GDBN} in the usual way, it is often useful to use remote debugging.
22796For example, you might use remote debugging on an operating system kernel,
c906108c
SS
22797or on a small system which does not have a general purpose operating system
22798powerful enough to run a full-featured debugger.
22799
22800Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
22801to make this work with particular debugging targets. In addition,
5d161b24 22802@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
22803but not specific to any particular target system) which you can use if you
22804write the remote stubs---the code that runs on the remote system to
22805communicate with @value{GDBN}.
22806
22807Other remote targets may be available in your
22808configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 22809
6b2f586d 22810@menu
07f31aa6 22811* Connecting:: Connecting to a remote target
a6b151f1 22812* File Transfer:: Sending files to a remote system
6b2f586d 22813* Server:: Using the gdbserver program
79a6e687
BW
22814* Remote Configuration:: Remote configuration
22815* Remote Stub:: Implementing a remote stub
6b2f586d
AC
22816@end menu
22817
07f31aa6 22818@node Connecting
79a6e687 22819@section Connecting to a Remote Target
19d9d4ef
DB
22820@cindex remote debugging, connecting
22821@cindex @code{gdbserver}, connecting
22822@cindex remote debugging, types of connections
22823@cindex @code{gdbserver}, types of connections
22824@cindex @code{gdbserver}, @code{target remote} mode
22825@cindex @code{gdbserver}, @code{target extended-remote} mode
22826
22827This section describes how to connect to a remote target, including the
22828types of connections and their differences, how to set up executable and
22829symbol files on the host and target, and the commands used for
22830connecting to and disconnecting from the remote target.
22831
22832@subsection Types of Remote Connections
22833
22834@value{GDBN} supports two types of remote connections, @code{target remote}
22835mode and @code{target extended-remote} mode. Note that many remote targets
22836support only @code{target remote} mode. There are several major
22837differences between the two types of connections, enumerated here:
22838
22839@table @asis
22840
22841@cindex remote debugging, detach and program exit
22842@item Result of detach or program exit
22843@strong{With target remote mode:} When the debugged program exits or you
22844detach from it, @value{GDBN} disconnects from the target. When using
22845@code{gdbserver}, @code{gdbserver} will exit.
22846
22847@strong{With target extended-remote mode:} When the debugged program exits or
22848you detach from it, @value{GDBN} remains connected to the target, even
22849though no program is running. You can rerun the program, attach to a
22850running program, or use @code{monitor} commands specific to the target.
22851
22852When using @code{gdbserver} in this case, it does not exit unless it was
22853invoked using the @option{--once} option. If the @option{--once} option
22854was not used, you can ask @code{gdbserver} to exit using the
22855@code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
22856
22857@item Specifying the program to debug
22858For both connection types you use the @code{file} command to specify the
22859program on the host system. If you are using @code{gdbserver} there are
22860some differences in how to specify the location of the program on the
22861target.
22862
22863@strong{With target remote mode:} You must either specify the program to debug
22864on the @code{gdbserver} command line or use the @option{--attach} option
22865(@pxref{Attaching to a program,,Attaching to a Running Program}).
22866
22867@cindex @option{--multi}, @code{gdbserver} option
22868@strong{With target extended-remote mode:} You may specify the program to debug
22869on the @code{gdbserver} command line, or you can load the program or attach
22870to it using @value{GDBN} commands after connecting to @code{gdbserver}.
22871
22872@anchor{--multi Option in Types of Remote Connnections}
22873You can start @code{gdbserver} without supplying an initial command to run
22874or process ID to attach. To do this, use the @option{--multi} command line
22875option. Then you can connect using @code{target extended-remote} and start
22876the program you want to debug (see below for details on using the
22877@code{run} command in this scenario). Note that the conditions under which
22878@code{gdbserver} terminates depend on how @value{GDBN} connects to it
22879(@code{target remote} or @code{target extended-remote}). The
22880@option{--multi} option to @code{gdbserver} has no influence on that.
07f31aa6 22881
19d9d4ef
DB
22882@item The @code{run} command
22883@strong{With target remote mode:} The @code{run} command is not
22884supported. Once a connection has been established, you can use all
22885the usual @value{GDBN} commands to examine and change data. The
22886remote program is already running, so you can use commands like
22887@kbd{step} and @kbd{continue}.
22888
22889@strong{With target extended-remote mode:} The @code{run} command is
22890supported. The @code{run} command uses the value set by
22891@code{set remote exec-file} (@pxref{set remote exec-file}) to select
22892the program to run. Command line arguments are supported, except for
22893wildcard expansion and I/O redirection (@pxref{Arguments}).
22894
22895If you specify the program to debug on the command line, then the
22896@code{run} command is not required to start execution, and you can
22897resume using commands like @kbd{step} and @kbd{continue} as with
22898@code{target remote} mode.
22899
22900@anchor{Attaching in Types of Remote Connections}
22901@item Attaching
22902@strong{With target remote mode:} The @value{GDBN} command @code{attach} is
22903not supported. To attach to a running program using @code{gdbserver}, you
22904must use the @option{--attach} option (@pxref{Running gdbserver}).
22905
22906@strong{With target extended-remote mode:} To attach to a running program,
22907you may use the @code{attach} command after the connection has been
22908established. If you are using @code{gdbserver}, you may also invoke
22909@code{gdbserver} using the @option{--attach} option
22910(@pxref{Running gdbserver}).
22911
22912@end table
22913
22914@anchor{Host and target files}
22915@subsection Host and Target Files
22916@cindex remote debugging, symbol files
22917@cindex symbol files, remote debugging
22918
22919@value{GDBN}, running on the host, needs access to symbol and debugging
22920information for your program running on the target. This requires
22921access to an unstripped copy of your program, and possibly any associated
22922symbol files. Note that this section applies equally to both @code{target
22923remote} mode and @code{target extended-remote} mode.
22924
22925Some remote targets (@pxref{qXfer executable filename read}, and
22926@pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
22927the same connection used to communicate with @value{GDBN}. With such a
22928target, if the remote program is unstripped, the only command you need is
22929@code{target remote} (or @code{target extended-remote}).
22930
22931If the remote program is stripped, or the target does not support remote
22932program file access, start up @value{GDBN} using the name of the local
1b6e6f5c 22933unstripped copy of your program as the first argument, or use the
19d9d4ef
DB
22934@code{file} command. Use @code{set sysroot} to specify the location (on
22935the host) of target libraries (unless your @value{GDBN} was compiled with
22936the correct sysroot using @code{--with-sysroot}). Alternatively, you
22937may use @code{set solib-search-path} to specify how @value{GDBN} locates
22938target libraries.
22939
22940The symbol file and target libraries must exactly match the executable
22941and libraries on the target, with one exception: the files on the host
22942system should not be stripped, even if the files on the target system
22943are. Mismatched or missing files will lead to confusing results
22944during debugging. On @sc{gnu}/Linux targets, mismatched or missing
22945files may also prevent @code{gdbserver} from debugging multi-threaded
22946programs.
07f31aa6 22947
19d9d4ef
DB
22948@subsection Remote Connection Commands
22949@cindex remote connection commands
c1168a2f
JD
22950@value{GDBN} can communicate with the target over a serial line, a
22951local Unix domain socket, or
86941c27
JB
22952over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22953each case, @value{GDBN} uses the same protocol for debugging your
22954program; only the medium carrying the debugging packets varies. The
19d9d4ef
DB
22955@code{target remote} and @code{target extended-remote} commands
22956establish a connection to the target. Both commands accept the same
22957arguments, which indicate the medium to use:
86941c27
JB
22958
22959@table @code
22960
22961@item target remote @var{serial-device}
19d9d4ef 22962@itemx target extended-remote @var{serial-device}
07f31aa6 22963@cindex serial line, @code{target remote}
86941c27
JB
22964Use @var{serial-device} to communicate with the target. For example,
22965to use a serial line connected to the device named @file{/dev/ttyb}:
22966
22967@smallexample
22968target remote /dev/ttyb
22969@end smallexample
22970
07f31aa6 22971If you're using a serial line, you may want to give @value{GDBN} the
2446f5ea 22972@samp{--baud} option, or use the @code{set serial baud} command
0d12017b 22973(@pxref{Remote Configuration, set serial baud}) before the
9c16f35a 22974@code{target} command.
07f31aa6 22975
c1168a2f
JD
22976@item target remote @var{local-socket}
22977@itemx target extended-remote @var{local-socket}
22978@cindex local socket, @code{target remote}
22979@cindex Unix domain socket
22980Use @var{local-socket} to communicate with the target. For example,
22981to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22982
22983@smallexample
22984target remote /tmp/gdb-socket0
22985@end smallexample
22986
22987Note that this command has the same form as the command to connect
22988to a serial line. @value{GDBN} will automatically determine which
22989kind of file you have specified and will make the appropriate kind
22990of connection.
22991This feature is not available if the host system does not support
22992Unix domain sockets.
22993
86941c27 22994@item target remote @code{@var{host}:@var{port}}
c7ab0aef 22995@itemx target remote @code{@var{[host]}:@var{port}}
86941c27 22996@itemx target remote @code{tcp:@var{host}:@var{port}}
c7ab0aef
SDJ
22997@itemx target remote @code{tcp:@var{[host]}:@var{port}}
22998@itemx target remote @code{tcp4:@var{host}:@var{port}}
22999@itemx target remote @code{tcp6:@var{host}:@var{port}}
23000@itemx target remote @code{tcp6:@var{[host]}:@var{port}}
19d9d4ef 23001@itemx target extended-remote @code{@var{host}:@var{port}}
c7ab0aef 23002@itemx target extended-remote @code{@var{[host]}:@var{port}}
19d9d4ef 23003@itemx target extended-remote @code{tcp:@var{host}:@var{port}}
c7ab0aef
SDJ
23004@itemx target extended-remote @code{tcp:@var{[host]}:@var{port}}
23005@itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
23006@itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
23007@itemx target extended-remote @code{tcp6:@var{[host]}:@var{port}}
86941c27 23008@cindex @acronym{TCP} port, @code{target remote}
6a0b3457 23009Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
c7ab0aef
SDJ
23010The @var{host} may be either a host name, a numeric @acronym{IPv4}
23011address, or a numeric @acronym{IPv6} address (with or without the
23012square brackets to separate the address from the port); @var{port}
23013must be a decimal number. The @var{host} could be the target machine
23014itself, if it is directly connected to the net, or it might be a
23015terminal server which in turn has a serial line to the target.
07f31aa6 23016
86941c27
JB
23017For example, to connect to port 2828 on a terminal server named
23018@code{manyfarms}:
07f31aa6
DJ
23019
23020@smallexample
23021target remote manyfarms:2828
23022@end smallexample
23023
c7ab0aef
SDJ
23024To connect to port 2828 on a terminal server whose address is
23025@code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
23026square bracket syntax:
23027
23028@smallexample
23029target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
23030@end smallexample
23031
23032@noindent
23033or explicitly specify the @acronym{IPv6} protocol:
23034
23035@smallexample
23036target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
23037@end smallexample
23038
23039This last example may be confusing to the reader, because there is no
23040visible separation between the hostname and the port number.
23041Therefore, we recommend the user to provide @acronym{IPv6} addresses
23042using square brackets for clarity. However, it is important to
23043mention that for @value{GDBN} there is no ambiguity: the number after
23044the last colon is considered to be the port number.
23045
86941c27
JB
23046If your remote target is actually running on the same machine as your
23047debugger session (e.g.@: a simulator for your target running on the
23048same host), you can omit the hostname. For example, to connect to
23049port 1234 on your local machine:
07f31aa6
DJ
23050
23051@smallexample
23052target remote :1234
23053@end smallexample
23054@noindent
23055
23056Note that the colon is still required here.
23057
86941c27 23058@item target remote @code{udp:@var{host}:@var{port}}
c7ab0aef
SDJ
23059@itemx target remote @code{udp:@var{[host]}:@var{port}}
23060@itemx target remote @code{udp4:@var{host}:@var{port}}
23061@itemx target remote @code{udp6:@var{[host]}:@var{port}}
23062@itemx target extended-remote @code{udp:@var{host}:@var{port}}
19d9d4ef 23063@itemx target extended-remote @code{udp:@var{host}:@var{port}}
c7ab0aef
SDJ
23064@itemx target extended-remote @code{udp:@var{[host]}:@var{port}}
23065@itemx target extended-remote @code{udp4:@var{host}:@var{port}}
23066@itemx target extended-remote @code{udp6:@var{host}:@var{port}}
23067@itemx target extended-remote @code{udp6:@var{[host]}:@var{port}}
86941c27
JB
23068@cindex @acronym{UDP} port, @code{target remote}
23069Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
23070connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
07f31aa6
DJ
23071
23072@smallexample
23073target remote udp:manyfarms:2828
23074@end smallexample
23075
86941c27
JB
23076When using a @acronym{UDP} connection for remote debugging, you should
23077keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
23078can silently drop packets on busy or unreliable networks, which will
23079cause havoc with your debugging session.
23080
66b8c7f6 23081@item target remote | @var{command}
19d9d4ef 23082@itemx target extended-remote | @var{command}
66b8c7f6
JB
23083@cindex pipe, @code{target remote} to
23084Run @var{command} in the background and communicate with it using a
23085pipe. The @var{command} is a shell command, to be parsed and expanded
23086by the system's command shell, @code{/bin/sh}; it should expect remote
23087protocol packets on its standard input, and send replies on its
23088standard output. You could use this to run a stand-alone simulator
23089that speaks the remote debugging protocol, to make net connections
23090using programs like @code{ssh}, or for other similar tricks.
23091
23092If @var{command} closes its standard output (perhaps by exiting),
23093@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
23094program has already exited, this will have no effect.)
23095
86941c27 23096@end table
07f31aa6 23097
07f31aa6
DJ
23098@cindex interrupting remote programs
23099@cindex remote programs, interrupting
23100Whenever @value{GDBN} is waiting for the remote program, if you type the
c8aa23ab 23101interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
07f31aa6
DJ
23102program. This may or may not succeed, depending in part on the hardware
23103and the serial drivers the remote system uses. If you type the
23104interrupt character once again, @value{GDBN} displays this prompt:
23105
23106@smallexample
23107Interrupted while waiting for the program.
23108Give up (and stop debugging it)? (y or n)
23109@end smallexample
23110
19d9d4ef
DB
23111In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
23112the remote debugging session. (If you decide you want to try again later,
23113you can use @kbd{target remote} again to connect once more.) If you type
23114@kbd{n}, @value{GDBN} goes back to waiting.
23115
23116In @code{target extended-remote} mode, typing @kbd{n} will leave
23117@value{GDBN} connected to the target.
07f31aa6
DJ
23118
23119@table @code
23120@kindex detach (remote)
23121@item detach
23122When you have finished debugging the remote program, you can use the
23123@code{detach} command to release it from @value{GDBN} control.
23124Detaching from the target normally resumes its execution, but the results
23125will depend on your particular remote stub. After the @code{detach}
19d9d4ef
DB
23126command in @code{target remote} mode, @value{GDBN} is free to connect to
23127another target. In @code{target extended-remote} mode, @value{GDBN} is
23128still connected to the target.
07f31aa6
DJ
23129
23130@kindex disconnect
23131@item disconnect
19d9d4ef 23132The @code{disconnect} command closes the connection to the target, and
07f31aa6
DJ
23133the target is generally not resumed. It will wait for @value{GDBN}
23134(this instance or another one) to connect and continue debugging. After
23135the @code{disconnect} command, @value{GDBN} is again free to connect to
23136another target.
09d4efe1
EZ
23137
23138@cindex send command to remote monitor
fad38dfa
EZ
23139@cindex extend @value{GDBN} for remote targets
23140@cindex add new commands for external monitor
09d4efe1
EZ
23141@kindex monitor
23142@item monitor @var{cmd}
fad38dfa
EZ
23143This command allows you to send arbitrary commands directly to the
23144remote monitor. Since @value{GDBN} doesn't care about the commands it
23145sends like this, this command is the way to extend @value{GDBN}---you
23146can add new commands that only the external monitor will understand
23147and implement.
07f31aa6
DJ
23148@end table
23149
a6b151f1
DJ
23150@node File Transfer
23151@section Sending files to a remote system
23152@cindex remote target, file transfer
23153@cindex file transfer
23154@cindex sending files to remote systems
23155
23156Some remote targets offer the ability to transfer files over the same
23157connection used to communicate with @value{GDBN}. This is convenient
23158for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
23159running @code{gdbserver} over a network interface. For other targets,
23160e.g.@: embedded devices with only a single serial port, this may be
23161the only way to upload or download files.
23162
23163Not all remote targets support these commands.
23164
23165@table @code
23166@kindex remote put
23167@item remote put @var{hostfile} @var{targetfile}
23168Copy file @var{hostfile} from the host system (the machine running
23169@value{GDBN}) to @var{targetfile} on the target system.
23170
23171@kindex remote get
23172@item remote get @var{targetfile} @var{hostfile}
23173Copy file @var{targetfile} from the target system to @var{hostfile}
23174on the host system.
23175
23176@kindex remote delete
23177@item remote delete @var{targetfile}
23178Delete @var{targetfile} from the target system.
23179
23180@end table
23181
6f05cf9f 23182@node Server
79a6e687 23183@section Using the @code{gdbserver} Program
6f05cf9f
AC
23184
23185@kindex gdbserver
23186@cindex remote connection without stubs
23187@code{gdbserver} is a control program for Unix-like systems, which
23188allows you to connect your program with a remote @value{GDBN} via
19d9d4ef
DB
23189@code{target remote} or @code{target extended-remote}---but without
23190linking in the usual debugging stub.
6f05cf9f
AC
23191
23192@code{gdbserver} is not a complete replacement for the debugging stubs,
23193because it requires essentially the same operating-system facilities
23194that @value{GDBN} itself does. In fact, a system that can run
23195@code{gdbserver} to connect to a remote @value{GDBN} could also run
23196@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
23197because it is a much smaller program than @value{GDBN} itself. It is
23198also easier to port than all of @value{GDBN}, so you may be able to get
23199started more quickly on a new system by using @code{gdbserver}.
23200Finally, if you develop code for real-time systems, you may find that
23201the tradeoffs involved in real-time operation make it more convenient to
23202do as much development work as possible on another system, for example
23203by cross-compiling. You can use @code{gdbserver} to make a similar
23204choice for debugging.
23205
23206@value{GDBN} and @code{gdbserver} communicate via either a serial line
23207or a TCP connection, using the standard @value{GDBN} remote serial
23208protocol.
23209
2d717e4f
DJ
23210@quotation
23211@emph{Warning:} @code{gdbserver} does not have any built-in security.
23212Do not run @code{gdbserver} connected to any public network; a
23213@value{GDBN} connection to @code{gdbserver} provides access to the
23214target system with the same privileges as the user running
23215@code{gdbserver}.
23216@end quotation
23217
19d9d4ef 23218@anchor{Running gdbserver}
2d717e4f
DJ
23219@subsection Running @code{gdbserver}
23220@cindex arguments, to @code{gdbserver}
d9b1a651 23221@cindex @code{gdbserver}, command-line arguments
2d717e4f
DJ
23222
23223Run @code{gdbserver} on the target system. You need a copy of the
23224program you want to debug, including any libraries it requires.
6f05cf9f
AC
23225@code{gdbserver} does not need your program's symbol table, so you can
23226strip the program if necessary to save space. @value{GDBN} on the host
23227system does all the symbol handling.
23228
23229To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 23230the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
23231syntax is:
23232
23233@smallexample
23234target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
23235@end smallexample
23236
6cf36756
SM
23237@var{comm} is either a device name (to use a serial line), or a TCP
23238hostname and portnumber, or @code{-} or @code{stdio} to use
23239stdin/stdout of @code{gdbserver}.
e0f9f062 23240For example, to debug Emacs with the argument
6f05cf9f
AC
23241@samp{foo.txt} and communicate with @value{GDBN} over the serial port
23242@file{/dev/com1}:
23243
23244@smallexample
23245target> gdbserver /dev/com1 emacs foo.txt
23246@end smallexample
23247
6cf36756
SM
23248@code{gdbserver} waits passively for the host @value{GDBN} to communicate
23249with it.
6f05cf9f
AC
23250
23251To use a TCP connection instead of a serial line:
23252
23253@smallexample
23254target> gdbserver host:2345 emacs foo.txt
23255@end smallexample
23256
23257The only difference from the previous example is the first argument,
23258specifying that you are communicating with the host @value{GDBN} via
23259TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
23260expect a TCP connection from machine @samp{host} to local TCP port 2345.
23261(Currently, the @samp{host} part is ignored.) You can choose any number
23262you want for the port number as long as it does not conflict with any
23263TCP ports already in use on the target system (for example, @code{23} is
23264reserved for @code{telnet}).@footnote{If you choose a port number that
23265conflicts with another service, @code{gdbserver} prints an error message
23266and exits.} You must use the same port number with the host @value{GDBN}
23267@code{target remote} command.
23268
6cf36756
SM
23269The @code{stdio} connection is useful when starting @code{gdbserver}
23270with ssh:
e0f9f062
DE
23271
23272@smallexample
a8b43b7b 23273(@value{GDBP}) target remote | ssh -T hostname gdbserver - hello
e0f9f062
DE
23274@end smallexample
23275
6cf36756
SM
23276The @samp{-T} option to ssh is provided because we don't need a remote pty,
23277and we don't want escape-character handling. Ssh does this by default when
23278a command is provided, the flag is provided to make it explicit.
23279You could elide it if you want to.
e0f9f062 23280
6cf36756
SM
23281Programs started with stdio-connected gdbserver have @file{/dev/null} for
23282@code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
23283display through a pipe connected to gdbserver.
23284Both @code{stdout} and @code{stderr} use the same pipe.
e0f9f062 23285
19d9d4ef 23286@anchor{Attaching to a program}
2d717e4f 23287@subsubsection Attaching to a Running Program
d9b1a651
EZ
23288@cindex attach to a program, @code{gdbserver}
23289@cindex @option{--attach}, @code{gdbserver} option
2d717e4f 23290
56460a61
DJ
23291On some targets, @code{gdbserver} can also attach to running programs.
23292This is accomplished via the @code{--attach} argument. The syntax is:
23293
23294@smallexample
2d717e4f 23295target> gdbserver --attach @var{comm} @var{pid}
56460a61
DJ
23296@end smallexample
23297
19d9d4ef
DB
23298@var{pid} is the process ID of a currently running process. It isn't
23299necessary to point @code{gdbserver} at a binary for the running process.
23300
23301In @code{target extended-remote} mode, you can also attach using the
23302@value{GDBN} attach command
23303(@pxref{Attaching in Types of Remote Connections}).
56460a61 23304
b1fe9455 23305@pindex pidof
b1fe9455
DJ
23306You can debug processes by name instead of process ID if your target has the
23307@code{pidof} utility:
23308
23309@smallexample
2d717e4f 23310target> gdbserver --attach @var{comm} `pidof @var{program}`
b1fe9455
DJ
23311@end smallexample
23312
f822c95b 23313In case more than one copy of @var{program} is running, or @var{program}
b1fe9455
DJ
23314has multiple threads, most versions of @code{pidof} support the
23315@code{-s} option to only return the first process ID.
23316
03f2bd59
JK
23317@subsubsection TCP port allocation lifecycle of @code{gdbserver}
23318
19d9d4ef
DB
23319This section applies only when @code{gdbserver} is run to listen on a TCP
23320port.
03f2bd59
JK
23321
23322@code{gdbserver} normally terminates after all of its debugged processes have
23323terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
23324extended-remote}, @code{gdbserver} stays running even with no processes left.
23325@value{GDBN} normally terminates the spawned debugged process on its exit,
23326which normally also terminates @code{gdbserver} in the @kbd{target remote}
23327mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
23328cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
23329stays running even in the @kbd{target remote} mode.
23330
23331When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
23332Such reconnecting is useful for features like @ref{disconnected tracing}. For
23333completeness, at most one @value{GDBN} can be connected at a time.
23334
23335@cindex @option{--once}, @code{gdbserver} option
23336By default, @code{gdbserver} keeps the listening TCP port open, so that
6e8c5661 23337subsequent connections are possible. However, if you start @code{gdbserver}
03f2bd59
JK
23338with the @option{--once} option, it will stop listening for any further
23339connection attempts after connecting to the first @value{GDBN} session. This
23340means no further connections to @code{gdbserver} will be possible after the
23341first one. It also means @code{gdbserver} will terminate after the first
23342connection with remote @value{GDBN} has closed, even for unexpectedly closed
23343connections and even in the @kbd{target extended-remote} mode. The
23344@option{--once} option allows reusing the same port number for connecting to
23345multiple instances of @code{gdbserver} running on the same host, since each
23346instance closes its port after the first connection.
2d717e4f 23347
87ce2a04 23348@anchor{Other Command-Line Arguments for gdbserver}
2d717e4f
DJ
23349@subsubsection Other Command-Line Arguments for @code{gdbserver}
23350
19d9d4ef
DB
23351You can use the @option{--multi} option to start @code{gdbserver} without
23352specifying a program to debug or a process to attach to. Then you can
23353attach in @code{target extended-remote} mode and run or attach to a
23354program. For more information,
23355@pxref{--multi Option in Types of Remote Connnections}.
23356
d9b1a651 23357@cindex @option{--debug}, @code{gdbserver} option
62709adf 23358The @option{--debug} option tells @code{gdbserver} to display extra
d9b1a651
EZ
23359status information about the debugging process.
23360@cindex @option{--remote-debug}, @code{gdbserver} option
23361The @option{--remote-debug} option tells @code{gdbserver} to display
aeb2e706
AH
23362remote protocol debug output.
23363@cindex @option{--debug-file}, @code{gdbserver} option
23364@cindex @code{gdbserver}, send all debug output to a single file
23365The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
23366write any debug output to the given @var{filename}. These options are intended
23367for @code{gdbserver} development and for bug reports to the developers.
2d717e4f 23368
87ce2a04
DE
23369@cindex @option{--debug-format}, @code{gdbserver} option
23370The @option{--debug-format=option1[,option2,...]} option tells
23371@code{gdbserver} to include additional information in each output.
23372Possible options are:
23373
23374@table @code
23375@item none
23376Turn off all extra information in debugging output.
23377@item all
23378Turn on all extra information in debugging output.
23379@item timestamps
23380Include a timestamp in each line of debugging output.
23381@end table
23382
23383Options are processed in order. Thus, for example, if @option{none}
23384appears last then no additional information is added to debugging output.
23385
d9b1a651 23386@cindex @option{--wrapper}, @code{gdbserver} option
ccd213ac
DJ
23387The @option{--wrapper} option specifies a wrapper to launch programs
23388for debugging. The option should be followed by the name of the
23389wrapper, then any command-line arguments to pass to the wrapper, then
23390@kbd{--} indicating the end of the wrapper arguments.
23391
23392@code{gdbserver} runs the specified wrapper program with a combined
23393command line including the wrapper arguments, then the name of the
23394program to debug, then any arguments to the program. The wrapper
23395runs until it executes your program, and then @value{GDBN} gains control.
23396
23397You can use any program that eventually calls @code{execve} with
23398its arguments as a wrapper. Several standard Unix utilities do
23399this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
23400with @code{exec "$@@"} will also work.
23401
23402For example, you can use @code{env} to pass an environment variable to
23403the debugged program, without setting the variable in @code{gdbserver}'s
23404environment:
23405
23406@smallexample
23407$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
23408@end smallexample
23409
6d580b63
YQ
23410@cindex @option{--selftest}
23411The @option{--selftest} option runs the self tests in @code{gdbserver}:
23412
23413@smallexample
23414$ gdbserver --selftest
23415Ran 2 unit tests, 0 failed
23416@end smallexample
23417
23418These tests are disabled in release.
2d717e4f
DJ
23419@subsection Connecting to @code{gdbserver}
23420
19d9d4ef
DB
23421The basic procedure for connecting to the remote target is:
23422@itemize
2d717e4f 23423
19d9d4ef
DB
23424@item
23425Run @value{GDBN} on the host system.
f822c95b 23426
19d9d4ef
DB
23427@item
23428Make sure you have the necessary symbol files
23429(@pxref{Host and target files}).
23430Load symbols for your application using the @code{file} command before you
23431connect. Use @code{set sysroot} to locate target libraries (unless your
23432@value{GDBN} was compiled with the correct sysroot using
23433@code{--with-sysroot}).
f822c95b 23434
19d9d4ef 23435@item
79a6e687 23436Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
6f05cf9f 23437For TCP connections, you must start up @code{gdbserver} prior to using
19d9d4ef 23438the @code{target} command. Otherwise you may get an error whose
6f05cf9f 23439text depends on the host system, but which usually looks something like
2d717e4f 23440@samp{Connection refused}. Don't use the @code{load}
19d9d4ef
DB
23441command in @value{GDBN} when using @code{target remote} mode, since the
23442program is already on the target.
23443
23444@end itemize
07f31aa6 23445
19d9d4ef 23446@anchor{Monitor Commands for gdbserver}
79a6e687 23447@subsection Monitor Commands for @code{gdbserver}
c74d0ad8
DJ
23448@cindex monitor commands, for @code{gdbserver}
23449
23450During a @value{GDBN} session using @code{gdbserver}, you can use the
23451@code{monitor} command to send special requests to @code{gdbserver}.
2d717e4f 23452Here are the available commands.
c74d0ad8
DJ
23453
23454@table @code
23455@item monitor help
23456List the available monitor commands.
23457
23458@item monitor set debug 0
23459@itemx monitor set debug 1
23460Disable or enable general debugging messages.
23461
23462@item monitor set remote-debug 0
23463@itemx monitor set remote-debug 1
23464Disable or enable specific debugging messages associated with the remote
23465protocol (@pxref{Remote Protocol}).
23466
aeb2e706
AH
23467@item monitor set debug-file filename
23468@itemx monitor set debug-file
23469Send any debug output to the given file, or to stderr.
23470
87ce2a04
DE
23471@item monitor set debug-format option1@r{[},option2,...@r{]}
23472Specify additional text to add to debugging messages.
23473Possible options are:
23474
23475@table @code
23476@item none
23477Turn off all extra information in debugging output.
23478@item all
23479Turn on all extra information in debugging output.
23480@item timestamps
23481Include a timestamp in each line of debugging output.
23482@end table
23483
23484Options are processed in order. Thus, for example, if @option{none}
23485appears last then no additional information is added to debugging output.
23486
cdbfd419
PP
23487@item monitor set libthread-db-search-path [PATH]
23488@cindex gdbserver, search path for @code{libthread_db}
23489When this command is issued, @var{path} is a colon-separated list of
23490directories to search for @code{libthread_db} (@pxref{Threads,,set
23491libthread-db-search-path}). If you omit @var{path},
84e578fb 23492@samp{libthread-db-search-path} will be reset to its default value.
cdbfd419 23493
98a5dd13
DE
23494The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
23495not supported in @code{gdbserver}.
23496
2d717e4f
DJ
23497@item monitor exit
23498Tell gdbserver to exit immediately. This command should be followed by
23499@code{disconnect} to close the debugging session. @code{gdbserver} will
23500detach from any attached processes and kill any processes it created.
23501Use @code{monitor exit} to terminate @code{gdbserver} at the end
23502of a multi-process mode debug session.
23503
c74d0ad8
DJ
23504@end table
23505
fa593d66
PA
23506@subsection Tracepoints support in @code{gdbserver}
23507@cindex tracepoints support in @code{gdbserver}
23508
0fb4aa4b
PA
23509On some targets, @code{gdbserver} supports tracepoints, fast
23510tracepoints and static tracepoints.
fa593d66 23511
0fb4aa4b 23512For fast or static tracepoints to work, a special library called the
fa593d66
PA
23513@dfn{in-process agent} (IPA), must be loaded in the inferior process.
23514This library is built and distributed as an integral part of
0fb4aa4b
PA
23515@code{gdbserver}. In addition, support for static tracepoints
23516requires building the in-process agent library with static tracepoints
23517support. At present, the UST (LTTng Userspace Tracer,
23518@url{http://lttng.org/ust}) tracing engine is supported. This support
23519is automatically available if UST development headers are found in the
23520standard include path when @code{gdbserver} is built, or if
23521@code{gdbserver} was explicitly configured using @option{--with-ust}
23522to point at such headers. You can explicitly disable the support
23523using @option{--with-ust=no}.
fa593d66
PA
23524
23525There are several ways to load the in-process agent in your program:
23526
23527@table @code
23528@item Specifying it as dependency at link time
23529
23530You can link your program dynamically with the in-process agent
23531library. On most systems, this is accomplished by adding
23532@code{-linproctrace} to the link command.
23533
23534@item Using the system's preloading mechanisms
23535
23536You can force loading the in-process agent at startup time by using
23537your system's support for preloading shared libraries. Many Unixes
23538support the concept of preloading user defined libraries. In most
23539cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
23540in the environment. See also the description of @code{gdbserver}'s
23541@option{--wrapper} command line option.
23542
23543@item Using @value{GDBN} to force loading the agent at run time
23544
23545On some systems, you can force the inferior to load a shared library,
23546by calling a dynamic loader function in the inferior that takes care
23547of dynamically looking up and loading a shared library. On most Unix
23548systems, the function is @code{dlopen}. You'll use the @code{call}
23549command for that. For example:
23550
23551@smallexample
23552(@value{GDBP}) call dlopen ("libinproctrace.so", ...)
23553@end smallexample
23554
23555Note that on most Unix systems, for the @code{dlopen} function to be
23556available, the program needs to be linked with @code{-ldl}.
23557@end table
23558
23559On systems that have a userspace dynamic loader, like most Unix
23560systems, when you connect to @code{gdbserver} using @code{target
23561remote}, you'll find that the program is stopped at the dynamic
23562loader's entry point, and no shared library has been loaded in the
23563program's address space yet, including the in-process agent. In that
0fb4aa4b
PA
23564case, before being able to use any of the fast or static tracepoints
23565features, you need to let the loader run and load the shared
23566libraries. The simplest way to do that is to run the program to the
23567main procedure. E.g., if debugging a C or C@t{++} program, start
fa593d66
PA
23568@code{gdbserver} like so:
23569
23570@smallexample
23571$ gdbserver :9999 myprogram
23572@end smallexample
23573
23574Start GDB and connect to @code{gdbserver} like so, and run to main:
23575
23576@smallexample
23577$ gdb myprogram
23578(@value{GDBP}) target remote myhost:9999
235790x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
23580(@value{GDBP}) b main
23581(@value{GDBP}) continue
23582@end smallexample
23583
23584The in-process tracing agent library should now be loaded into the
23585process; you can confirm it with the @code{info sharedlibrary}
23586command, which will list @file{libinproctrace.so} as loaded in the
0fb4aa4b
PA
23587process. You are now ready to install fast tracepoints, list static
23588tracepoint markers, probe static tracepoints markers, and start
fa593d66
PA
23589tracing.
23590
79a6e687
BW
23591@node Remote Configuration
23592@section Remote Configuration
501eef12 23593
9c16f35a
EZ
23594@kindex set remote
23595@kindex show remote
23596This section documents the configuration options available when
23597debugging remote programs. For the options related to the File I/O
fc320d37 23598extensions of the remote protocol, see @ref{system,
9c16f35a 23599system-call-allowed}.
501eef12
AC
23600
23601@table @code
9c16f35a 23602@item set remoteaddresssize @var{bits}
d3e8051b 23603@cindex address size for remote targets
9c16f35a
EZ
23604@cindex bits in remote address
23605Set the maximum size of address in a memory packet to the specified
23606number of bits. @value{GDBN} will mask off the address bits above
23607that number, when it passes addresses to the remote target. The
23608default value is the number of bits in the target's address.
23609
23610@item show remoteaddresssize
23611Show the current value of remote address size in bits.
23612
0d12017b 23613@item set serial baud @var{n}
9c16f35a
EZ
23614@cindex baud rate for remote targets
23615Set the baud rate for the remote serial I/O to @var{n} baud. The
23616value is used to set the speed of the serial port used for debugging
23617remote targets.
23618
0d12017b 23619@item show serial baud
9c16f35a
EZ
23620Show the current speed of the remote connection.
23621
236af5e3
YG
23622@item set serial parity @var{parity}
23623Set the parity for the remote serial I/O. Supported values of @var{parity} are:
23624@code{even}, @code{none}, and @code{odd}. The default is @code{none}.
23625
23626@item show serial parity
23627Show the current parity of the serial port.
23628
9c16f35a
EZ
23629@item set remotebreak
23630@cindex interrupt remote programs
23631@cindex BREAK signal instead of Ctrl-C
9a6253be 23632@anchor{set remotebreak}
9c16f35a 23633If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
c8aa23ab 23634when you type @kbd{Ctrl-c} to interrupt the program running
9a7a1b36 23635on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
9c16f35a
EZ
23636character instead. The default is off, since most remote systems
23637expect to see @samp{Ctrl-C} as the interrupt signal.
23638
23639@item show remotebreak
23640Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
23641interrupt the remote program.
23642
23776285
MR
23643@item set remoteflow on
23644@itemx set remoteflow off
23645@kindex set remoteflow
23646Enable or disable hardware flow control (@code{RTS}/@code{CTS})
23647on the serial port used to communicate to the remote target.
23648
23649@item show remoteflow
23650@kindex show remoteflow
23651Show the current setting of hardware flow control.
23652
9c16f35a
EZ
23653@item set remotelogbase @var{base}
23654Set the base (a.k.a.@: radix) of logging serial protocol
23655communications to @var{base}. Supported values of @var{base} are:
23656@code{ascii}, @code{octal}, and @code{hex}. The default is
23657@code{ascii}.
23658
23659@item show remotelogbase
23660Show the current setting of the radix for logging remote serial
23661protocol.
23662
23663@item set remotelogfile @var{file}
23664@cindex record serial communications on file
23665Record remote serial communications on the named @var{file}. The
23666default is not to record at all.
23667
2d8b6830 23668@item show remotelogfile
9c16f35a
EZ
23669Show the current setting of the file name on which to record the
23670serial communications.
23671
23672@item set remotetimeout @var{num}
23673@cindex timeout for serial communications
23674@cindex remote timeout
23675Set the timeout limit to wait for the remote target to respond to
23676@var{num} seconds. The default is 2 seconds.
23677
23678@item show remotetimeout
23679Show the current number of seconds to wait for the remote target
23680responses.
23681
23682@cindex limit hardware breakpoints and watchpoints
23683@cindex remote target, limit break- and watchpoints
501eef12
AC
23684@anchor{set remote hardware-watchpoint-limit}
23685@anchor{set remote hardware-breakpoint-limit}
23686@item set remote hardware-watchpoint-limit @var{limit}
23687@itemx set remote hardware-breakpoint-limit @var{limit}
055303e2
AB
23688Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
23689or breakpoints. The @var{limit} can be set to 0 to disable hardware
23690watchpoints or breakpoints, and @code{unlimited} for unlimited
23691watchpoints or breakpoints.
23692
23693@item show remote hardware-watchpoint-limit
23694@itemx show remote hardware-breakpoint-limit
23695Show the current limit for the number of hardware watchpoints or
23696breakpoints that @value{GDBN} can use.
2d717e4f 23697
480a3f21
PW
23698@cindex limit hardware watchpoints length
23699@cindex remote target, limit watchpoints length
23700@anchor{set remote hardware-watchpoint-length-limit}
23701@item set remote hardware-watchpoint-length-limit @var{limit}
055303e2
AB
23702Restrict @value{GDBN} to using @var{limit} bytes for the maximum
23703length of a remote hardware watchpoint. A @var{limit} of 0 disables
23704hardware watchpoints and @code{unlimited} allows watchpoints of any
23705length.
480a3f21
PW
23706
23707@item show remote hardware-watchpoint-length-limit
23708Show the current limit (in bytes) of the maximum length of
23709a remote hardware watchpoint.
23710
2d717e4f
DJ
23711@item set remote exec-file @var{filename}
23712@itemx show remote exec-file
23713@anchor{set remote exec-file}
23714@cindex executable file, for remote target
23715Select the file used for @code{run} with @code{target
23716extended-remote}. This should be set to a filename valid on the
23717target system. If it is not set, the target will use a default
23718filename (e.g.@: the last program run).
84603566 23719
9a7071a8
JB
23720@item set remote interrupt-sequence
23721@cindex interrupt remote programs
23722@cindex select Ctrl-C, BREAK or BREAK-g
23723Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
23724@samp{BREAK-g} as the
23725sequence to the remote target in order to interrupt the execution.
23726@samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
23727is high level of serial line for some certain time.
23728Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
23729It is @code{BREAK} signal followed by character @code{g}.
23730
23731@item show interrupt-sequence
23732Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
23733is sent by @value{GDBN} to interrupt the remote program.
23734@code{BREAK-g} is BREAK signal followed by @code{g} and
23735also known as Magic SysRq g.
23736
23737@item set remote interrupt-on-connect
23738@cindex send interrupt-sequence on start
23739Specify whether interrupt-sequence is sent to remote target when
23740@value{GDBN} connects to it. This is mostly needed when you debug
23741Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
23742which is known as Magic SysRq g in order to connect @value{GDBN}.
23743
23744@item show interrupt-on-connect
23745Show whether interrupt-sequence is sent
23746to remote target when @value{GDBN} connects to it.
23747
84603566
SL
23748@kindex set tcp
23749@kindex show tcp
23750@item set tcp auto-retry on
23751@cindex auto-retry, for remote TCP target
23752Enable auto-retry for remote TCP connections. This is useful if the remote
23753debugging agent is launched in parallel with @value{GDBN}; there is a race
23754condition because the agent may not become ready to accept the connection
23755before @value{GDBN} attempts to connect. When auto-retry is
23756enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
23757to establish the connection using the timeout specified by
23758@code{set tcp connect-timeout}.
23759
23760@item set tcp auto-retry off
23761Do not auto-retry failed TCP connections.
23762
23763@item show tcp auto-retry
23764Show the current auto-retry setting.
23765
23766@item set tcp connect-timeout @var{seconds}
f81d1120 23767@itemx set tcp connect-timeout unlimited
84603566
SL
23768@cindex connection timeout, for remote TCP target
23769@cindex timeout, for remote target connection
23770Set the timeout for establishing a TCP connection to the remote target to
23771@var{seconds}. The timeout affects both polling to retry failed connections
23772(enabled by @code{set tcp auto-retry on}) and waiting for connections
23773that are merely slow to complete, and represents an approximate cumulative
f81d1120
PA
23774value. If @var{seconds} is @code{unlimited}, there is no timeout and
23775@value{GDBN} will keep attempting to establish a connection forever,
23776unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
84603566
SL
23777
23778@item show tcp connect-timeout
23779Show the current connection timeout setting.
501eef12
AC
23780@end table
23781
427c3a89
DJ
23782@cindex remote packets, enabling and disabling
23783The @value{GDBN} remote protocol autodetects the packets supported by
23784your debugging stub. If you need to override the autodetection, you
23785can use these commands to enable or disable individual packets. Each
23786packet can be set to @samp{on} (the remote target supports this
23787packet), @samp{off} (the remote target does not support this packet),
23788or @samp{auto} (detect remote target support for this packet). They
23789all default to @samp{auto}. For more information about each packet,
23790see @ref{Remote Protocol}.
23791
23792During normal use, you should not have to use any of these commands.
23793If you do, that may be a bug in your remote debugging stub, or a bug
23794in @value{GDBN}. You may want to report the problem to the
23795@value{GDBN} developers.
23796
cfa9d6d9
DJ
23797For each packet @var{name}, the command to enable or disable the
23798packet is @code{set remote @var{name}-packet}. The available settings
23799are:
427c3a89 23800
cfa9d6d9 23801@multitable @columnfractions 0.28 0.32 0.25
427c3a89
DJ
23802@item Command Name
23803@tab Remote Packet
23804@tab Related Features
23805
cfa9d6d9 23806@item @code{fetch-register}
427c3a89
DJ
23807@tab @code{p}
23808@tab @code{info registers}
23809
cfa9d6d9 23810@item @code{set-register}
427c3a89
DJ
23811@tab @code{P}
23812@tab @code{set}
23813
cfa9d6d9 23814@item @code{binary-download}
427c3a89
DJ
23815@tab @code{X}
23816@tab @code{load}, @code{set}
23817
cfa9d6d9 23818@item @code{read-aux-vector}
427c3a89
DJ
23819@tab @code{qXfer:auxv:read}
23820@tab @code{info auxv}
23821
cfa9d6d9 23822@item @code{symbol-lookup}
427c3a89
DJ
23823@tab @code{qSymbol}
23824@tab Detecting multiple threads
23825
2d717e4f
DJ
23826@item @code{attach}
23827@tab @code{vAttach}
23828@tab @code{attach}
23829
cfa9d6d9 23830@item @code{verbose-resume}
427c3a89
DJ
23831@tab @code{vCont}
23832@tab Stepping or resuming multiple threads
23833
2d717e4f
DJ
23834@item @code{run}
23835@tab @code{vRun}
23836@tab @code{run}
23837
cfa9d6d9 23838@item @code{software-breakpoint}
427c3a89
DJ
23839@tab @code{Z0}
23840@tab @code{break}
23841
cfa9d6d9 23842@item @code{hardware-breakpoint}
427c3a89
DJ
23843@tab @code{Z1}
23844@tab @code{hbreak}
23845
cfa9d6d9 23846@item @code{write-watchpoint}
427c3a89
DJ
23847@tab @code{Z2}
23848@tab @code{watch}
23849
cfa9d6d9 23850@item @code{read-watchpoint}
427c3a89
DJ
23851@tab @code{Z3}
23852@tab @code{rwatch}
23853
cfa9d6d9 23854@item @code{access-watchpoint}
427c3a89
DJ
23855@tab @code{Z4}
23856@tab @code{awatch}
23857
c78fa86a
GB
23858@item @code{pid-to-exec-file}
23859@tab @code{qXfer:exec-file:read}
23860@tab @code{attach}, @code{run}
23861
cfa9d6d9
DJ
23862@item @code{target-features}
23863@tab @code{qXfer:features:read}
23864@tab @code{set architecture}
23865
23866@item @code{library-info}
23867@tab @code{qXfer:libraries:read}
23868@tab @code{info sharedlibrary}
23869
23870@item @code{memory-map}
23871@tab @code{qXfer:memory-map:read}
23872@tab @code{info mem}
23873
0fb4aa4b
PA
23874@item @code{read-sdata-object}
23875@tab @code{qXfer:sdata:read}
23876@tab @code{print $_sdata}
23877
4aa995e1
PA
23878@item @code{read-siginfo-object}
23879@tab @code{qXfer:siginfo:read}
23880@tab @code{print $_siginfo}
23881
23882@item @code{write-siginfo-object}
23883@tab @code{qXfer:siginfo:write}
23884@tab @code{set $_siginfo}
23885
dc146f7c
VP
23886@item @code{threads}
23887@tab @code{qXfer:threads:read}
23888@tab @code{info threads}
23889
cfa9d6d9 23890@item @code{get-thread-local-@*storage-address}
427c3a89
DJ
23891@tab @code{qGetTLSAddr}
23892@tab Displaying @code{__thread} variables
23893
711e434b
PM
23894@item @code{get-thread-information-block-address}
23895@tab @code{qGetTIBAddr}
23896@tab Display MS-Windows Thread Information Block.
23897
08388c79
DE
23898@item @code{search-memory}
23899@tab @code{qSearch:memory}
23900@tab @code{find}
23901
427c3a89
DJ
23902@item @code{supported-packets}
23903@tab @code{qSupported}
23904@tab Remote communications parameters
23905
82075af2
JS
23906@item @code{catch-syscalls}
23907@tab @code{QCatchSyscalls}
23908@tab @code{catch syscall}
23909
cfa9d6d9 23910@item @code{pass-signals}
89be2091
DJ
23911@tab @code{QPassSignals}
23912@tab @code{handle @var{signal}}
23913
9b224c5e
PA
23914@item @code{program-signals}
23915@tab @code{QProgramSignals}
23916@tab @code{handle @var{signal}}
23917
a6b151f1
DJ
23918@item @code{hostio-close-packet}
23919@tab @code{vFile:close}
23920@tab @code{remote get}, @code{remote put}
23921
23922@item @code{hostio-open-packet}
23923@tab @code{vFile:open}
23924@tab @code{remote get}, @code{remote put}
23925
23926@item @code{hostio-pread-packet}
23927@tab @code{vFile:pread}
23928@tab @code{remote get}, @code{remote put}
23929
23930@item @code{hostio-pwrite-packet}
23931@tab @code{vFile:pwrite}
23932@tab @code{remote get}, @code{remote put}
23933
23934@item @code{hostio-unlink-packet}
23935@tab @code{vFile:unlink}
23936@tab @code{remote delete}
a6f3e723 23937
b9e7b9c3
UW
23938@item @code{hostio-readlink-packet}
23939@tab @code{vFile:readlink}
23940@tab Host I/O
23941
0a93529c
GB
23942@item @code{hostio-fstat-packet}
23943@tab @code{vFile:fstat}
23944@tab Host I/O
23945
15a201c8
GB
23946@item @code{hostio-setfs-packet}
23947@tab @code{vFile:setfs}
23948@tab Host I/O
23949
a6f3e723
SL
23950@item @code{noack-packet}
23951@tab @code{QStartNoAckMode}
23952@tab Packet acknowledgment
07e059b5
VP
23953
23954@item @code{osdata}
23955@tab @code{qXfer:osdata:read}
23956@tab @code{info os}
0b16c5cf
PA
23957
23958@item @code{query-attached}
23959@tab @code{qAttached}
23960@tab Querying remote process attach state.
b3b9301e 23961
a46c1e42
PA
23962@item @code{trace-buffer-size}
23963@tab @code{QTBuffer:size}
23964@tab @code{set trace-buffer-size}
23965
bd3eecc3
PA
23966@item @code{trace-status}
23967@tab @code{qTStatus}
23968@tab @code{tstatus}
23969
b3b9301e
PA
23970@item @code{traceframe-info}
23971@tab @code{qXfer:traceframe-info:read}
23972@tab Traceframe info
03583c20 23973
1e4d1764
YQ
23974@item @code{install-in-trace}
23975@tab @code{InstallInTrace}
23976@tab Install tracepoint in tracing
23977
03583c20
UW
23978@item @code{disable-randomization}
23979@tab @code{QDisableRandomization}
23980@tab @code{set disable-randomization}
83364271 23981
aefd8b33
SDJ
23982@item @code{startup-with-shell}
23983@tab @code{QStartupWithShell}
23984@tab @code{set startup-with-shell}
23985
0a2dde4a
SDJ
23986@item @code{environment-hex-encoded}
23987@tab @code{QEnvironmentHexEncoded}
23988@tab @code{set environment}
23989
23990@item @code{environment-unset}
23991@tab @code{QEnvironmentUnset}
23992@tab @code{unset environment}
23993
23994@item @code{environment-reset}
23995@tab @code{QEnvironmentReset}
23996@tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23997
bc3b087d
SDJ
23998@item @code{set-working-dir}
23999@tab @code{QSetWorkingDir}
24000@tab @code{set cwd}
24001
83364271
LM
24002@item @code{conditional-breakpoints-packet}
24003@tab @code{Z0 and Z1}
24004@tab @code{Support for target-side breakpoint condition evaluation}
f7e6eed5 24005
73b8c1fd
PA
24006@item @code{multiprocess-extensions}
24007@tab @code{multiprocess extensions}
24008@tab Debug multiple processes and remote process PID awareness
24009
f7e6eed5
PA
24010@item @code{swbreak-feature}
24011@tab @code{swbreak stop reason}
24012@tab @code{break}
24013
24014@item @code{hwbreak-feature}
24015@tab @code{hwbreak stop reason}
24016@tab @code{hbreak}
24017
0d71eef5
DB
24018@item @code{fork-event-feature}
24019@tab @code{fork stop reason}
24020@tab @code{fork}
24021
24022@item @code{vfork-event-feature}
24023@tab @code{vfork stop reason}
24024@tab @code{vfork}
24025
b459a59b
DB
24026@item @code{exec-event-feature}
24027@tab @code{exec stop reason}
24028@tab @code{exec}
24029
65706a29
PA
24030@item @code{thread-events}
24031@tab @code{QThreadEvents}
24032@tab Tracking thread lifetime.
24033
f2faf941
PA
24034@item @code{no-resumed-stop-reply}
24035@tab @code{no resumed thread left stop reply}
24036@tab Tracking thread lifetime.
24037
427c3a89
DJ
24038@end multitable
24039
79a6e687
BW
24040@node Remote Stub
24041@section Implementing a Remote Stub
7a292a7a 24042
8e04817f
AC
24043@cindex debugging stub, example
24044@cindex remote stub, example
24045@cindex stub example, remote debugging
24046The stub files provided with @value{GDBN} implement the target side of the
24047communication protocol, and the @value{GDBN} side is implemented in the
24048@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
24049these subroutines to communicate, and ignore the details. (If you're
24050implementing your own stub file, you can still ignore the details: start
24051with one of the existing stub files. @file{sparc-stub.c} is the best
24052organized, and therefore the easiest to read.)
24053
104c1213
JM
24054@cindex remote serial debugging, overview
24055To debug a program running on another machine (the debugging
24056@dfn{target} machine), you must first arrange for all the usual
24057prerequisites for the program to run by itself. For example, for a C
24058program, you need:
c906108c 24059
104c1213
JM
24060@enumerate
24061@item
24062A startup routine to set up the C runtime environment; these usually
24063have a name like @file{crt0}. The startup routine may be supplied by
24064your hardware supplier, or you may have to write your own.
96baa820 24065
5d161b24 24066@item
d4f3574e 24067A C subroutine library to support your program's
104c1213 24068subroutine calls, notably managing input and output.
96baa820 24069
104c1213
JM
24070@item
24071A way of getting your program to the other machine---for example, a
24072download program. These are often supplied by the hardware
24073manufacturer, but you may have to write your own from hardware
24074documentation.
24075@end enumerate
96baa820 24076
104c1213
JM
24077The next step is to arrange for your program to use a serial port to
24078communicate with the machine where @value{GDBN} is running (the @dfn{host}
24079machine). In general terms, the scheme looks like this:
96baa820 24080
104c1213
JM
24081@table @emph
24082@item On the host,
24083@value{GDBN} already understands how to use this protocol; when everything
24084else is set up, you can simply use the @samp{target remote} command
24085(@pxref{Targets,,Specifying a Debugging Target}).
24086
24087@item On the target,
24088you must link with your program a few special-purpose subroutines that
24089implement the @value{GDBN} remote serial protocol. The file containing these
24090subroutines is called a @dfn{debugging stub}.
24091
24092On certain remote targets, you can use an auxiliary program
24093@code{gdbserver} instead of linking a stub into your program.
79a6e687 24094@xref{Server,,Using the @code{gdbserver} Program}, for details.
104c1213 24095@end table
96baa820 24096
104c1213
JM
24097The debugging stub is specific to the architecture of the remote
24098machine; for example, use @file{sparc-stub.c} to debug programs on
24099@sc{sparc} boards.
96baa820 24100
104c1213
JM
24101@cindex remote serial stub list
24102These working remote stubs are distributed with @value{GDBN}:
96baa820 24103
104c1213
JM
24104@table @code
24105
24106@item i386-stub.c
41afff9a 24107@cindex @file{i386-stub.c}
104c1213
JM
24108@cindex Intel
24109@cindex i386
24110For Intel 386 and compatible architectures.
24111
24112@item m68k-stub.c
41afff9a 24113@cindex @file{m68k-stub.c}
104c1213
JM
24114@cindex Motorola 680x0
24115@cindex m680x0
24116For Motorola 680x0 architectures.
24117
24118@item sh-stub.c
41afff9a 24119@cindex @file{sh-stub.c}
172c2a43 24120@cindex Renesas
104c1213 24121@cindex SH
172c2a43 24122For Renesas SH architectures.
104c1213
JM
24123
24124@item sparc-stub.c
41afff9a 24125@cindex @file{sparc-stub.c}
104c1213
JM
24126@cindex Sparc
24127For @sc{sparc} architectures.
24128
24129@item sparcl-stub.c
41afff9a 24130@cindex @file{sparcl-stub.c}
104c1213
JM
24131@cindex Fujitsu
24132@cindex SparcLite
24133For Fujitsu @sc{sparclite} architectures.
24134
24135@end table
24136
24137The @file{README} file in the @value{GDBN} distribution may list other
24138recently added stubs.
24139
24140@menu
24141* Stub Contents:: What the stub can do for you
24142* Bootstrapping:: What you must do for the stub
24143* Debug Session:: Putting it all together
104c1213
JM
24144@end menu
24145
6d2ebf8b 24146@node Stub Contents
79a6e687 24147@subsection What the Stub Can Do for You
104c1213
JM
24148
24149@cindex remote serial stub
24150The debugging stub for your architecture supplies these three
24151subroutines:
24152
24153@table @code
24154@item set_debug_traps
4644b6e3 24155@findex set_debug_traps
104c1213
JM
24156@cindex remote serial stub, initialization
24157This routine arranges for @code{handle_exception} to run when your
2fb860fc
PA
24158program stops. You must call this subroutine explicitly in your
24159program's startup code.
104c1213
JM
24160
24161@item handle_exception
4644b6e3 24162@findex handle_exception
104c1213
JM
24163@cindex remote serial stub, main routine
24164This is the central workhorse, but your program never calls it
24165explicitly---the setup code arranges for @code{handle_exception} to
24166run when a trap is triggered.
24167
24168@code{handle_exception} takes control when your program stops during
24169execution (for example, on a breakpoint), and mediates communications
24170with @value{GDBN} on the host machine. This is where the communications
24171protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 24172representative on the target machine. It begins by sending summary
104c1213
JM
24173information on the state of your program, then continues to execute,
24174retrieving and transmitting any information @value{GDBN} needs, until you
24175execute a @value{GDBN} command that makes your program resume; at that point,
24176@code{handle_exception} returns control to your own code on the target
5d161b24 24177machine.
104c1213
JM
24178
24179@item breakpoint
24180@cindex @code{breakpoint} subroutine, remote
24181Use this auxiliary subroutine to make your program contain a
24182breakpoint. Depending on the particular situation, this may be the only
24183way for @value{GDBN} to get control. For instance, if your target
24184machine has some sort of interrupt button, you won't need to call this;
24185pressing the interrupt button transfers control to
24186@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
24187simply receiving characters on the serial port may also trigger a trap;
24188again, in that situation, you don't need to call @code{breakpoint} from
24189your own program---simply running @samp{target remote} from the host
5d161b24 24190@value{GDBN} session gets control.
104c1213
JM
24191
24192Call @code{breakpoint} if none of these is true, or if you simply want
24193to make certain your program stops at a predetermined point for the
24194start of your debugging session.
24195@end table
24196
6d2ebf8b 24197@node Bootstrapping
79a6e687 24198@subsection What You Must Do for the Stub
104c1213
JM
24199
24200@cindex remote stub, support routines
24201The debugging stubs that come with @value{GDBN} are set up for a particular
24202chip architecture, but they have no information about the rest of your
24203debugging target machine.
24204
24205First of all you need to tell the stub how to communicate with the
24206serial port.
24207
24208@table @code
24209@item int getDebugChar()
4644b6e3 24210@findex getDebugChar
104c1213
JM
24211Write this subroutine to read a single character from the serial port.
24212It may be identical to @code{getchar} for your target system; a
24213different name is used to allow you to distinguish the two if you wish.
24214
24215@item void putDebugChar(int)
4644b6e3 24216@findex putDebugChar
104c1213 24217Write this subroutine to write a single character to the serial port.
5d161b24 24218It may be identical to @code{putchar} for your target system; a
104c1213
JM
24219different name is used to allow you to distinguish the two if you wish.
24220@end table
24221
24222@cindex control C, and remote debugging
24223@cindex interrupting remote targets
24224If you want @value{GDBN} to be able to stop your program while it is
24225running, you need to use an interrupt-driven serial driver, and arrange
24226for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
24227character). That is the character which @value{GDBN} uses to tell the
24228remote system to stop.
24229
24230Getting the debugging target to return the proper status to @value{GDBN}
24231probably requires changes to the standard stub; one quick and dirty way
24232is to just execute a breakpoint instruction (the ``dirty'' part is that
24233@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
24234
24235Other routines you need to supply are:
24236
24237@table @code
24238@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 24239@findex exceptionHandler
104c1213
JM
24240Write this function to install @var{exception_address} in the exception
24241handling tables. You need to do this because the stub does not have any
24242way of knowing what the exception handling tables on your target system
24243are like (for example, the processor's table might be in @sc{rom},
24244containing entries which point to a table in @sc{ram}).
697aa1b7 24245The @var{exception_number} specifies the exception which should be changed;
104c1213
JM
24246its meaning is architecture-dependent (for example, different numbers
24247might represent divide by zero, misaligned access, etc). When this
24248exception occurs, control should be transferred directly to
24249@var{exception_address}, and the processor state (stack, registers,
24250and so on) should be just as it is when a processor exception occurs. So if
24251you want to use a jump instruction to reach @var{exception_address}, it
24252should be a simple jump, not a jump to subroutine.
24253
24254For the 386, @var{exception_address} should be installed as an interrupt
24255gate so that interrupts are masked while the handler runs. The gate
24256should be at privilege level 0 (the most privileged level). The
24257@sc{sparc} and 68k stubs are able to mask interrupts themselves without
24258help from @code{exceptionHandler}.
24259
24260@item void flush_i_cache()
4644b6e3 24261@findex flush_i_cache
d4f3574e 24262On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
24263instruction cache, if any, on your target machine. If there is no
24264instruction cache, this subroutine may be a no-op.
24265
24266On target machines that have instruction caches, @value{GDBN} requires this
24267function to make certain that the state of your program is stable.
24268@end table
24269
24270@noindent
24271You must also make sure this library routine is available:
24272
24273@table @code
24274@item void *memset(void *, int, int)
4644b6e3 24275@findex memset
104c1213
JM
24276This is the standard library function @code{memset} that sets an area of
24277memory to a known value. If you have one of the free versions of
24278@code{libc.a}, @code{memset} can be found there; otherwise, you must
24279either obtain it from your hardware manufacturer, or write your own.
24280@end table
24281
24282If you do not use the GNU C compiler, you may need other standard
24283library subroutines as well; this varies from one stub to another,
24284but in general the stubs are likely to use any of the common library
e22ea452 24285subroutines which @code{@value{NGCC}} generates as inline code.
104c1213
JM
24286
24287
6d2ebf8b 24288@node Debug Session
79a6e687 24289@subsection Putting it All Together
104c1213
JM
24290
24291@cindex remote serial debugging summary
24292In summary, when your program is ready to debug, you must follow these
24293steps.
24294
24295@enumerate
24296@item
6d2ebf8b 24297Make sure you have defined the supporting low-level routines
79a6e687 24298(@pxref{Bootstrapping,,What You Must Do for the Stub}):
104c1213
JM
24299@display
24300@code{getDebugChar}, @code{putDebugChar},
24301@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
24302@end display
24303
24304@item
2fb860fc
PA
24305Insert these lines in your program's startup code, before the main
24306procedure is called:
104c1213 24307
474c8240 24308@smallexample
104c1213
JM
24309set_debug_traps();
24310breakpoint();
474c8240 24311@end smallexample
104c1213 24312
2fb860fc
PA
24313On some machines, when a breakpoint trap is raised, the hardware
24314automatically makes the PC point to the instruction after the
24315breakpoint. If your machine doesn't do that, you may need to adjust
24316@code{handle_exception} to arrange for it to return to the instruction
24317after the breakpoint on this first invocation, so that your program
24318doesn't keep hitting the initial breakpoint instead of making
24319progress.
24320
104c1213
JM
24321@item
24322For the 680x0 stub only, you need to provide a variable called
24323@code{exceptionHook}. Normally you just use:
24324
474c8240 24325@smallexample
104c1213 24326void (*exceptionHook)() = 0;
474c8240 24327@end smallexample
104c1213 24328
d4f3574e 24329@noindent
104c1213 24330but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 24331function in your program, that function is called when
104c1213
JM
24332@code{@value{GDBN}} continues after stopping on a trap (for example, bus
24333error). The function indicated by @code{exceptionHook} is called with
24334one parameter: an @code{int} which is the exception number.
24335
24336@item
24337Compile and link together: your program, the @value{GDBN} debugging stub for
24338your target architecture, and the supporting subroutines.
24339
24340@item
24341Make sure you have a serial connection between your target machine and
24342the @value{GDBN} host, and identify the serial port on the host.
24343
24344@item
24345@c The "remote" target now provides a `load' command, so we should
24346@c document that. FIXME.
24347Download your program to your target machine (or get it there by
24348whatever means the manufacturer provides), and start it.
24349
24350@item
07f31aa6 24351Start @value{GDBN} on the host, and connect to the target
79a6e687 24352(@pxref{Connecting,,Connecting to a Remote Target}).
9db8d71f 24353
104c1213
JM
24354@end enumerate
24355
8e04817f
AC
24356@node Configurations
24357@chapter Configuration-Specific Information
104c1213 24358
8e04817f
AC
24359While nearly all @value{GDBN} commands are available for all native and
24360cross versions of the debugger, there are some exceptions. This chapter
24361describes things that are only available in certain configurations.
104c1213 24362
8e04817f
AC
24363There are three major categories of configurations: native
24364configurations, where the host and target are the same, embedded
24365operating system configurations, which are usually the same for several
24366different processor architectures, and bare embedded processors, which
24367are quite different from each other.
104c1213 24368
8e04817f
AC
24369@menu
24370* Native::
24371* Embedded OS::
24372* Embedded Processors::
24373* Architectures::
24374@end menu
104c1213 24375
8e04817f
AC
24376@node Native
24377@section Native
104c1213 24378
8e04817f
AC
24379This section describes details specific to particular native
24380configurations.
6cf7e474 24381
8e04817f 24382@menu
7561d450 24383* BSD libkvm Interface:: Debugging BSD kernel memory images
2d97a5d9 24384* Process Information:: Process information
8e04817f 24385* DJGPP Native:: Features specific to the DJGPP port
78c47bea 24386* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 24387* Hurd Native:: Features specific to @sc{gnu} Hurd
a80b95ba 24388* Darwin:: Features specific to Darwin
e9076973 24389* FreeBSD:: Features specific to FreeBSD
8e04817f 24390@end menu
6cf7e474 24391
7561d450
MK
24392@node BSD libkvm Interface
24393@subsection BSD libkvm Interface
24394
24395@cindex libkvm
24396@cindex kernel memory image
24397@cindex kernel crash dump
24398
24399BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
24400interface that provides a uniform interface for accessing kernel virtual
24401memory images, including live systems and crash dumps. @value{GDBN}
24402uses this interface to allow you to debug live kernels and kernel crash
24403dumps on many native BSD configurations. This is implemented as a
24404special @code{kvm} debugging target. For debugging a live system, load
24405the currently running kernel into @value{GDBN} and connect to the
24406@code{kvm} target:
24407
24408@smallexample
24409(@value{GDBP}) @b{target kvm}
24410@end smallexample
24411
24412For debugging crash dumps, provide the file name of the crash dump as an
24413argument:
24414
24415@smallexample
24416(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
24417@end smallexample
24418
24419Once connected to the @code{kvm} target, the following commands are
24420available:
24421
24422@table @code
24423@kindex kvm
24424@item kvm pcb
721c2651 24425Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
24426
24427@item kvm proc
24428Set current context from proc address. This command isn't available on
24429modern FreeBSD systems.
24430@end table
24431
2d97a5d9
JB
24432@node Process Information
24433@subsection Process Information
60bf7e09
EZ
24434@cindex /proc
24435@cindex examine process image
24436@cindex process info via @file{/proc}
104c1213 24437
2d97a5d9
JB
24438Some operating systems provide interfaces to fetch additional
24439information about running processes beyond memory and per-thread
24440register state. If @value{GDBN} is configured for an operating system
24441with a supported interface, the command @code{info proc} is available
24442to report information about the process running your program, or about
24443any process running on your system.
451b7c33 24444
2d97a5d9
JB
24445One supported interface is a facility called @samp{/proc} that can be
24446used to examine the image of a running process using file-system
24447subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
24448systems.
451b7c33 24449
2d97a5d9
JB
24450On FreeBSD systems, system control nodes are used to query process
24451information.
24452
24453In addition, some systems may provide additional process information
24454in core files. Note that a core file may include a subset of the
24455information available from a live process. Process information is
6b92c0d3 24456currently available from cores created on @sc{gnu}/Linux and FreeBSD
2d97a5d9 24457systems.
104c1213 24458
8e04817f
AC
24459@table @code
24460@kindex info proc
60bf7e09 24461@cindex process ID
8e04817f 24462@item info proc
60bf7e09 24463@itemx info proc @var{process-id}
73f1bd76 24464Summarize available information about a process. If a
60bf7e09
EZ
24465process ID is specified by @var{process-id}, display information about
24466that process; otherwise display information about the program being
24467debugged. The summary includes the debugged process ID, the command
24468line used to invoke it, its current working directory, and its
24469executable file's absolute file name.
24470
24471On some systems, @var{process-id} can be of the form
24472@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
24473within a process. If the optional @var{pid} part is missing, it means
24474a thread from the process being debugged (the leading @samp{/} still
24475needs to be present, or else @value{GDBN} will interpret the number as
24476a process ID rather than a thread ID).
6cf7e474 24477
0c631110
TT
24478@item info proc cmdline
24479@cindex info proc cmdline
24480Show the original command line of the process. This command is
2d97a5d9 24481supported on @sc{gnu}/Linux and FreeBSD.
0c631110
TT
24482
24483@item info proc cwd
24484@cindex info proc cwd
24485Show the current working directory of the process. This command is
2d97a5d9 24486supported on @sc{gnu}/Linux and FreeBSD.
0c631110
TT
24487
24488@item info proc exe
24489@cindex info proc exe
2d97a5d9
JB
24490Show the name of executable of the process. This command is supported
24491on @sc{gnu}/Linux and FreeBSD.
0c631110 24492
8b113111
JB
24493@item info proc files
24494@cindex info proc files
24495Show the file descriptors open by the process. For each open file
24496descriptor, @value{GDBN} shows its number, type (file, directory,
24497character device, socket), file pointer offset, and the name of the
24498resource open on the descriptor. The resource name can be a file name
24499(for files, directories, and devices) or a protocol followed by socket
24500address (for network connections). This command is supported on
24501FreeBSD.
24502
24503This example shows the open file descriptors for a process using a
24504tty for standard input and output as well as two network sockets:
24505
24506@smallexample
a8b43b7b 24507(@value{GDBP}) info proc files 22136
8b113111
JB
24508process 22136
24509Open files:
24510
24511 FD Type Offset Flags Name
24512 text file - r-------- /usr/bin/ssh
24513 ctty chr - rw------- /dev/pts/20
24514 cwd dir - r-------- /usr/home/john
24515 root dir - r-------- /
24516 0 chr 0x32933a4 rw------- /dev/pts/20
24517 1 chr 0x32933a4 rw------- /dev/pts/20
24518 2 chr 0x32933a4 rw------- /dev/pts/20
24519 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
24520 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
24521@end smallexample
24522
8e04817f 24523@item info proc mappings
60bf7e09 24524@cindex memory address space mappings
73f1bd76 24525Report the memory address space ranges accessible in a process. On
2d97a5d9
JB
24526Solaris and FreeBSD systems, each memory range includes information on
24527whether the process has read, write, or execute access rights to each
24528range. On @sc{gnu}/Linux and FreeBSD systems, each memory range
24529includes the object file which is mapped to that range.
60bf7e09
EZ
24530
24531@item info proc stat
24532@itemx info proc status
24533@cindex process detailed status information
2d97a5d9
JB
24534Show additional process-related information, including the user ID and
24535group ID; virtual memory usage; the signals that are pending, blocked,
24536and ignored; its TTY; its consumption of system and user time; its
24537stack size; its @samp{nice} value; etc. These commands are supported
24538on @sc{gnu}/Linux and FreeBSD.
24539
24540For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
24541information (type @kbd{man 5 proc} from your shell prompt).
24542
24543For FreeBSD systems, @code{info proc stat} is an alias for @code{info
24544proc status}.
60bf7e09
EZ
24545
24546@item info proc all
24547Show all the information about the process described under all of the
24548above @code{info proc} subcommands.
24549
8e04817f
AC
24550@ignore
24551@comment These sub-options of 'info proc' were not included when
24552@comment procfs.c was re-written. Keep their descriptions around
24553@comment against the day when someone finds the time to put them back in.
24554@kindex info proc times
24555@item info proc times
24556Starting time, user CPU time, and system CPU time for your program and
24557its children.
6cf7e474 24558
8e04817f
AC
24559@kindex info proc id
24560@item info proc id
24561Report on the process IDs related to your program: its own process ID,
24562the ID of its parent, the process group ID, and the session ID.
8e04817f 24563@end ignore
721c2651
EZ
24564
24565@item set procfs-trace
24566@kindex set procfs-trace
24567@cindex @code{procfs} API calls
24568This command enables and disables tracing of @code{procfs} API calls.
24569
24570@item show procfs-trace
24571@kindex show procfs-trace
24572Show the current state of @code{procfs} API call tracing.
24573
24574@item set procfs-file @var{file}
24575@kindex set procfs-file
24576Tell @value{GDBN} to write @code{procfs} API trace to the named
24577@var{file}. @value{GDBN} appends the trace info to the previous
24578contents of the file. The default is to display the trace on the
24579standard output.
24580
24581@item show procfs-file
24582@kindex show procfs-file
24583Show the file to which @code{procfs} API trace is written.
24584
24585@item proc-trace-entry
24586@itemx proc-trace-exit
24587@itemx proc-untrace-entry
24588@itemx proc-untrace-exit
24589@kindex proc-trace-entry
24590@kindex proc-trace-exit
24591@kindex proc-untrace-entry
24592@kindex proc-untrace-exit
24593These commands enable and disable tracing of entries into and exits
24594from the @code{syscall} interface.
24595
24596@item info pidlist
24597@kindex info pidlist
24598@cindex process list, QNX Neutrino
24599For QNX Neutrino only, this command displays the list of all the
24600processes and all the threads within each process.
24601
24602@item info meminfo
24603@kindex info meminfo
24604@cindex mapinfo list, QNX Neutrino
24605For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 24606@end table
104c1213 24607
8e04817f
AC
24608@node DJGPP Native
24609@subsection Features for Debugging @sc{djgpp} Programs
24610@cindex @sc{djgpp} debugging
24611@cindex native @sc{djgpp} debugging
24612@cindex MS-DOS-specific commands
104c1213 24613
514c4d71
EZ
24614@cindex DPMI
24615@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
24616MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
24617that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
24618top of real-mode DOS systems and their emulations.
104c1213 24619
8e04817f
AC
24620@value{GDBN} supports native debugging of @sc{djgpp} programs, and
24621defines a few commands specific to the @sc{djgpp} port. This
24622subsection describes those commands.
104c1213 24623
8e04817f
AC
24624@table @code
24625@kindex info dos
24626@item info dos
24627This is a prefix of @sc{djgpp}-specific commands which print
24628information about the target system and important OS structures.
f1251bdd 24629
8e04817f
AC
24630@kindex sysinfo
24631@cindex MS-DOS system info
24632@cindex free memory information (MS-DOS)
24633@item info dos sysinfo
24634This command displays assorted information about the underlying
24635platform: the CPU type and features, the OS version and flavor, the
24636DPMI version, and the available conventional and DPMI memory.
104c1213 24637
8e04817f
AC
24638@cindex GDT
24639@cindex LDT
24640@cindex IDT
24641@cindex segment descriptor tables
24642@cindex descriptor tables display
24643@item info dos gdt
24644@itemx info dos ldt
24645@itemx info dos idt
24646These 3 commands display entries from, respectively, Global, Local,
24647and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
24648tables are data structures which store a descriptor for each segment
24649that is currently in use. The segment's selector is an index into a
24650descriptor table; the table entry for that index holds the
24651descriptor's base address and limit, and its attributes and access
24652rights.
104c1213 24653
8e04817f
AC
24654A typical @sc{djgpp} program uses 3 segments: a code segment, a data
24655segment (used for both data and the stack), and a DOS segment (which
24656allows access to DOS/BIOS data structures and absolute addresses in
24657conventional memory). However, the DPMI host will usually define
24658additional segments in order to support the DPMI environment.
d4f3574e 24659
8e04817f
AC
24660@cindex garbled pointers
24661These commands allow to display entries from the descriptor tables.
24662Without an argument, all entries from the specified table are
24663displayed. An argument, which should be an integer expression, means
24664display a single entry whose index is given by the argument. For
24665example, here's a convenient way to display information about the
24666debugged program's data segment:
104c1213 24667
8e04817f
AC
24668@smallexample
24669@exdent @code{(@value{GDBP}) info dos ldt $ds}
24670@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
24671@end smallexample
104c1213 24672
8e04817f
AC
24673@noindent
24674This comes in handy when you want to see whether a pointer is outside
24675the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 24676
8e04817f
AC
24677@cindex page tables display (MS-DOS)
24678@item info dos pde
24679@itemx info dos pte
24680These two commands display entries from, respectively, the Page
24681Directory and the Page Tables. Page Directories and Page Tables are
24682data structures which control how virtual memory addresses are mapped
24683into physical addresses. A Page Table includes an entry for every
24684page of memory that is mapped into the program's address space; there
24685may be several Page Tables, each one holding up to 4096 entries. A
24686Page Directory has up to 4096 entries, one each for every Page Table
24687that is currently in use.
104c1213 24688
8e04817f
AC
24689Without an argument, @kbd{info dos pde} displays the entire Page
24690Directory, and @kbd{info dos pte} displays all the entries in all of
24691the Page Tables. An argument, an integer expression, given to the
24692@kbd{info dos pde} command means display only that entry from the Page
24693Directory table. An argument given to the @kbd{info dos pte} command
24694means display entries from a single Page Table, the one pointed to by
24695the specified entry in the Page Directory.
104c1213 24696
8e04817f
AC
24697@cindex direct memory access (DMA) on MS-DOS
24698These commands are useful when your program uses @dfn{DMA} (Direct
24699Memory Access), which needs physical addresses to program the DMA
24700controller.
104c1213 24701
8e04817f 24702These commands are supported only with some DPMI servers.
104c1213 24703
8e04817f
AC
24704@cindex physical address from linear address
24705@item info dos address-pte @var{addr}
24706This command displays the Page Table entry for a specified linear
514c4d71
EZ
24707address. The argument @var{addr} is a linear address which should
24708already have the appropriate segment's base address added to it,
24709because this command accepts addresses which may belong to @emph{any}
24710segment. For example, here's how to display the Page Table entry for
24711the page where a variable @code{i} is stored:
104c1213 24712
b383017d 24713@smallexample
8e04817f
AC
24714@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
24715@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 24716@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 24717@end smallexample
104c1213 24718
8e04817f
AC
24719@noindent
24720This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 24721whose physical base address is @code{0x02698000}, and shows all the
8e04817f 24722attributes of that page.
104c1213 24723
8e04817f
AC
24724Note that you must cast the addresses of variables to a @code{char *},
24725since otherwise the value of @code{__djgpp_base_address}, the base
24726address of all variables and functions in a @sc{djgpp} program, will
24727be added using the rules of C pointer arithmetics: if @code{i} is
24728declared an @code{int}, @value{GDBN} will add 4 times the value of
24729@code{__djgpp_base_address} to the address of @code{i}.
104c1213 24730
8e04817f
AC
24731Here's another example, it displays the Page Table entry for the
24732transfer buffer:
104c1213 24733
8e04817f
AC
24734@smallexample
24735@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
24736@exdent @code{Page Table entry for address 0x29110:}
24737@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
24738@end smallexample
104c1213 24739
8e04817f
AC
24740@noindent
24741(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
247423rd member of the @code{_go32_info_block} structure.) The output
24743clearly shows that this DPMI server maps the addresses in conventional
24744memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
24745linear (@code{0x29110}) addresses are identical.
104c1213 24746
8e04817f
AC
24747This command is supported only with some DPMI servers.
24748@end table
104c1213 24749
c45da7e6 24750@cindex DOS serial data link, remote debugging
a8f24a35
EZ
24751In addition to native debugging, the DJGPP port supports remote
24752debugging via a serial data link. The following commands are specific
24753to remote serial debugging in the DJGPP port of @value{GDBN}.
24754
24755@table @code
24756@kindex set com1base
24757@kindex set com1irq
24758@kindex set com2base
24759@kindex set com2irq
24760@kindex set com3base
24761@kindex set com3irq
24762@kindex set com4base
24763@kindex set com4irq
24764@item set com1base @var{addr}
24765This command sets the base I/O port address of the @file{COM1} serial
24766port.
24767
24768@item set com1irq @var{irq}
24769This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
24770for the @file{COM1} serial port.
24771
24772There are similar commands @samp{set com2base}, @samp{set com3irq},
24773etc.@: for setting the port address and the @code{IRQ} lines for the
24774other 3 COM ports.
24775
24776@kindex show com1base
24777@kindex show com1irq
24778@kindex show com2base
24779@kindex show com2irq
24780@kindex show com3base
24781@kindex show com3irq
24782@kindex show com4base
24783@kindex show com4irq
24784The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
24785display the current settings of the base address and the @code{IRQ}
24786lines used by the COM ports.
c45da7e6
EZ
24787
24788@item info serial
24789@kindex info serial
24790@cindex DOS serial port status
24791This command prints the status of the 4 DOS serial ports. For each
24792port, it prints whether it's active or not, its I/O base address and
24793IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
24794counts of various errors encountered so far.
a8f24a35
EZ
24795@end table
24796
24797
78c47bea 24798@node Cygwin Native
79a6e687 24799@subsection Features for Debugging MS Windows PE Executables
78c47bea
PM
24800@cindex MS Windows debugging
24801@cindex native Cygwin debugging
24802@cindex Cygwin-specific commands
24803
be448670 24804@value{GDBN} supports native debugging of MS Windows programs, including
cbb8f428
EZ
24805DLLs with and without symbolic debugging information.
24806
24807@cindex Ctrl-BREAK, MS-Windows
24808@cindex interrupt debuggee on MS-Windows
24809MS-Windows programs that call @code{SetConsoleMode} to switch off the
24810special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
24811by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
24812supports @kbd{C-@key{BREAK}} as an alternative interrupt key
24813sequence, which can be used to interrupt the debuggee even if it
24814ignores @kbd{C-c}.
24815
24816There are various additional Cygwin-specific commands, described in
24817this section. Working with DLLs that have no debugging symbols is
24818described in @ref{Non-debug DLL Symbols}.
78c47bea
PM
24819
24820@table @code
24821@kindex info w32
24822@item info w32
db2e3e2e 24823This is a prefix of MS Windows-specific commands which print
78c47bea
PM
24824information about the target system and important OS structures.
24825
24826@item info w32 selector
24827This command displays information returned by
24828the Win32 API @code{GetThreadSelectorEntry} function.
24829It takes an optional argument that is evaluated to
24830a long value to give the information about this given selector.
24831Without argument, this command displays information
d3e8051b 24832about the six segment registers.
78c47bea 24833
711e434b
PM
24834@item info w32 thread-information-block
24835This command displays thread specific information stored in the
24836Thread Information Block (readable on the X86 CPU family using @code{$fs}
24837selector for 32-bit programs and @code{$gs} for 64-bit programs).
24838
463888ab
РИ
24839@kindex signal-event
24840@item signal-event @var{id}
24841This command signals an event with user-provided @var{id}. Used to resume
24842crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
24843
24844To use it, create or edit the following keys in
24845@code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
24846@code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
24847(for x86_64 versions):
24848
24849@itemize @minus
24850@item
24851@code{Debugger} (REG_SZ) --- a command to launch the debugger.
24852Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
24853"attach %ld" -ex "signal-event %ld" -ex "continue"}.
24854
24855The first @code{%ld} will be replaced by the process ID of the
24856crashing process, the second @code{%ld} will be replaced by the ID of
24857the event that blocks the crashing process, waiting for @value{GDBN}
24858to attach.
24859
24860@item
24861@code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
24862make the system run debugger specified by the Debugger key
24863automatically, @code{0} will cause a dialog box with ``OK'' and
24864``Cancel'' buttons to appear, which allows the user to either
24865terminate the crashing process (OK) or debug it (Cancel).
24866@end itemize
24867
be90c084 24868@kindex set cygwin-exceptions
e16b02ee
EZ
24869@cindex debugging the Cygwin DLL
24870@cindex Cygwin DLL, debugging
be90c084 24871@item set cygwin-exceptions @var{mode}
e16b02ee
EZ
24872If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
24873happen inside the Cygwin DLL. If @var{mode} is @code{off},
24874@value{GDBN} will delay recognition of exceptions, and may ignore some
24875exceptions which seem to be caused by internal Cygwin DLL
24876``bookkeeping''. This option is meant primarily for debugging the
24877Cygwin DLL itself; the default value is @code{off} to avoid annoying
24878@value{GDBN} users with false @code{SIGSEGV} signals.
be90c084
CF
24879
24880@kindex show cygwin-exceptions
24881@item show cygwin-exceptions
e16b02ee
EZ
24882Displays whether @value{GDBN} will break on exceptions that happen
24883inside the Cygwin DLL itself.
be90c084 24884
b383017d 24885@kindex set new-console
78c47bea 24886@item set new-console @var{mode}
b383017d 24887If @var{mode} is @code{on} the debuggee will
78c47bea 24888be started in a new console on next start.
e03e5e7b 24889If @var{mode} is @code{off}, the debuggee will
78c47bea
PM
24890be started in the same console as the debugger.
24891
24892@kindex show new-console
24893@item show new-console
24894Displays whether a new console is used
24895when the debuggee is started.
24896
24897@kindex set new-group
24898@item set new-group @var{mode}
24899This boolean value controls whether the debuggee should
24900start a new group or stay in the same group as the debugger.
24901This affects the way the Windows OS handles
c8aa23ab 24902@samp{Ctrl-C}.
78c47bea
PM
24903
24904@kindex show new-group
24905@item show new-group
24906Displays current value of new-group boolean.
24907
24908@kindex set debugevents
24909@item set debugevents
219eec71
EZ
24910This boolean value adds debug output concerning kernel events related
24911to the debuggee seen by the debugger. This includes events that
24912signal thread and process creation and exit, DLL loading and
24913unloading, console interrupts, and debugging messages produced by the
24914Windows @code{OutputDebugString} API call.
78c47bea
PM
24915
24916@kindex set debugexec
24917@item set debugexec
b383017d 24918This boolean value adds debug output concerning execute events
219eec71 24919(such as resume thread) seen by the debugger.
78c47bea
PM
24920
24921@kindex set debugexceptions
24922@item set debugexceptions
219eec71
EZ
24923This boolean value adds debug output concerning exceptions in the
24924debuggee seen by the debugger.
78c47bea
PM
24925
24926@kindex set debugmemory
24927@item set debugmemory
219eec71
EZ
24928This boolean value adds debug output concerning debuggee memory reads
24929and writes by the debugger.
78c47bea
PM
24930
24931@kindex set shell
24932@item set shell
24933This boolean values specifies whether the debuggee is called
24934via a shell or directly (default value is on).
24935
24936@kindex show shell
24937@item show shell
24938Displays if the debuggee will be started with a shell.
24939
24940@end table
24941
be448670 24942@menu
79a6e687 24943* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
be448670
CF
24944@end menu
24945
79a6e687
BW
24946@node Non-debug DLL Symbols
24947@subsubsection Support for DLLs without Debugging Symbols
be448670
CF
24948@cindex DLLs with no debugging symbols
24949@cindex Minimal symbols and DLLs
24950
24951Very often on windows, some of the DLLs that your program relies on do
24952not include symbolic debugging information (for example,
db2e3e2e 24953@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
be448670 24954symbols in a DLL, it relies on the minimal amount of symbolic
db2e3e2e 24955information contained in the DLL's export table. This section
be448670
CF
24956describes working with such symbols, known internally to @value{GDBN} as
24957``minimal symbols''.
24958
24959Note that before the debugged program has started execution, no DLLs
db2e3e2e 24960will have been loaded. The easiest way around this problem is simply to
be448670 24961start the program --- either by setting a breakpoint or letting the
95060284 24962program run once to completion.
be448670 24963
79a6e687 24964@subsubsection DLL Name Prefixes
be448670
CF
24965
24966In keeping with the naming conventions used by the Microsoft debugging
24967tools, DLL export symbols are made available with a prefix based on the
24968DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24969also entered into the symbol table, so @code{CreateFileA} is often
99e008fe 24970sufficient. In some cases there will be name clashes within a program
be448670
CF
24971(particularly if the executable itself includes full debugging symbols)
24972necessitating the use of the fully qualified name when referring to the
99e008fe 24973contents of the DLL. Use single-quotes around the name to avoid the
be448670
CF
24974exclamation mark (``!'') being interpreted as a language operator.
24975
24976Note that the internal name of the DLL may be all upper-case, even
99e008fe 24977though the file name of the DLL is lower-case, or vice-versa. Since
be448670
CF
24978symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24979some confusion. If in doubt, try the @code{info functions} and
0869d01b
NR
24980@code{info variables} commands or even @code{maint print msymbols}
24981(@pxref{Symbols}). Here's an example:
be448670
CF
24982
24983@smallexample
f7dc1244 24984(@value{GDBP}) info function CreateFileA
be448670
CF
24985All functions matching regular expression "CreateFileA":
24986
24987Non-debugging symbols:
249880x77e885f4 CreateFileA
249890x77e885f4 KERNEL32!CreateFileA
24990@end smallexample
24991
24992@smallexample
f7dc1244 24993(@value{GDBP}) info function !
be448670
CF
24994All functions matching regular expression "!":
24995
24996Non-debugging symbols:
249970x6100114c cygwin1!__assert
249980x61004034 cygwin1!_dll_crt0@@0
249990x61004240 cygwin1!dll_crt0(per_process *)
25000[etc...]
25001@end smallexample
25002
79a6e687 25003@subsubsection Working with Minimal Symbols
be448670
CF
25004
25005Symbols extracted from a DLL's export table do not contain very much
25006type information. All that @value{GDBN} can do is guess whether a symbol
25007refers to a function or variable depending on the linker section that
25008contains the symbol. Also note that the actual contents of the memory
25009contained in a DLL are not available unless the program is running. This
25010means that you cannot examine the contents of a variable or disassemble
25011a function within a DLL without a running program.
25012
25013Variables are generally treated as pointers and dereferenced
25014automatically. For this reason, it is often necessary to prefix a
25015variable name with the address-of operator (``&'') and provide explicit
25016type information in the command. Here's an example of the type of
25017problem:
25018
25019@smallexample
f7dc1244 25020(@value{GDBP}) print 'cygwin1!__argv'
d69cf9b2 25021'cygwin1!__argv' has unknown type; cast it to its declared type
be448670
CF
25022@end smallexample
25023
25024@smallexample
f7dc1244 25025(@value{GDBP}) x 'cygwin1!__argv'
d69cf9b2 25026'cygwin1!__argv' has unknown type; cast it to its declared type
be448670
CF
25027@end smallexample
25028
25029And two possible solutions:
25030
25031@smallexample
f7dc1244 25032(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
25033$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
25034@end smallexample
25035
25036@smallexample
f7dc1244 25037(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 250380x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 25039(@value{GDBP}) x/x 0x10021608
be448670 250400x10021608: 0x0022fd98
f7dc1244 25041(@value{GDBP}) x/s 0x0022fd98
be448670
CF
250420x22fd98: "/cygdrive/c/mydirectory/myprogram"
25043@end smallexample
25044
25045Setting a break point within a DLL is possible even before the program
25046starts execution. However, under these circumstances, @value{GDBN} can't
25047examine the initial instructions of the function in order to skip the
25048function's frame set-up code. You can work around this by using ``*&''
25049to set the breakpoint at a raw memory address:
25050
25051@smallexample
f7dc1244 25052(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
25053Breakpoint 1 at 0x1e04eff0
25054@end smallexample
25055
25056The author of these extensions is not entirely convinced that setting a
25057break point within a shared DLL like @file{kernel32.dll} is completely
25058safe.
25059
14d6dd68 25060@node Hurd Native
79a6e687 25061@subsection Commands Specific to @sc{gnu} Hurd Systems
14d6dd68
EZ
25062@cindex @sc{gnu} Hurd debugging
25063
25064This subsection describes @value{GDBN} commands specific to the
25065@sc{gnu} Hurd native debugging.
25066
25067@table @code
25068@item set signals
25069@itemx set sigs
25070@kindex set signals@r{, Hurd command}
25071@kindex set sigs@r{, Hurd command}
25072This command toggles the state of inferior signal interception by
25073@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
25074affected by this command. @code{sigs} is a shorthand alias for
25075@code{signals}.
25076
25077@item show signals
25078@itemx show sigs
25079@kindex show signals@r{, Hurd command}
25080@kindex show sigs@r{, Hurd command}
25081Show the current state of intercepting inferior's signals.
25082
25083@item set signal-thread
25084@itemx set sigthread
25085@kindex set signal-thread
25086@kindex set sigthread
25087This command tells @value{GDBN} which thread is the @code{libc} signal
25088thread. That thread is run when a signal is delivered to a running
25089process. @code{set sigthread} is the shorthand alias of @code{set
25090signal-thread}.
25091
25092@item show signal-thread
25093@itemx show sigthread
25094@kindex show signal-thread
25095@kindex show sigthread
25096These two commands show which thread will run when the inferior is
25097delivered a signal.
25098
25099@item set stopped
25100@kindex set stopped@r{, Hurd command}
25101This commands tells @value{GDBN} that the inferior process is stopped,
25102as with the @code{SIGSTOP} signal. The stopped process can be
25103continued by delivering a signal to it.
25104
25105@item show stopped
25106@kindex show stopped@r{, Hurd command}
25107This command shows whether @value{GDBN} thinks the debuggee is
25108stopped.
25109
25110@item set exceptions
25111@kindex set exceptions@r{, Hurd command}
25112Use this command to turn off trapping of exceptions in the inferior.
25113When exception trapping is off, neither breakpoints nor
25114single-stepping will work. To restore the default, set exception
25115trapping on.
25116
25117@item show exceptions
25118@kindex show exceptions@r{, Hurd command}
25119Show the current state of trapping exceptions in the inferior.
25120
25121@item set task pause
25122@kindex set task@r{, Hurd commands}
25123@cindex task attributes (@sc{gnu} Hurd)
25124@cindex pause current task (@sc{gnu} Hurd)
25125This command toggles task suspension when @value{GDBN} has control.
25126Setting it to on takes effect immediately, and the task is suspended
25127whenever @value{GDBN} gets control. Setting it to off will take
25128effect the next time the inferior is continued. If this option is set
25129to off, you can use @code{set thread default pause on} or @code{set
25130thread pause on} (see below) to pause individual threads.
25131
25132@item show task pause
25133@kindex show task@r{, Hurd commands}
25134Show the current state of task suspension.
25135
25136@item set task detach-suspend-count
25137@cindex task suspend count
25138@cindex detach from task, @sc{gnu} Hurd
25139This command sets the suspend count the task will be left with when
25140@value{GDBN} detaches from it.
25141
25142@item show task detach-suspend-count
25143Show the suspend count the task will be left with when detaching.
25144
25145@item set task exception-port
25146@itemx set task excp
25147@cindex task exception port, @sc{gnu} Hurd
25148This command sets the task exception port to which @value{GDBN} will
25149forward exceptions. The argument should be the value of the @dfn{send
25150rights} of the task. @code{set task excp} is a shorthand alias.
25151
25152@item set noninvasive
25153@cindex noninvasive task options
25154This command switches @value{GDBN} to a mode that is the least
25155invasive as far as interfering with the inferior is concerned. This
25156is the same as using @code{set task pause}, @code{set exceptions}, and
25157@code{set signals} to values opposite to the defaults.
25158
25159@item info send-rights
25160@itemx info receive-rights
25161@itemx info port-rights
25162@itemx info port-sets
25163@itemx info dead-names
25164@itemx info ports
25165@itemx info psets
25166@cindex send rights, @sc{gnu} Hurd
25167@cindex receive rights, @sc{gnu} Hurd
25168@cindex port rights, @sc{gnu} Hurd
25169@cindex port sets, @sc{gnu} Hurd
25170@cindex dead names, @sc{gnu} Hurd
25171These commands display information about, respectively, send rights,
25172receive rights, port rights, port sets, and dead names of a task.
25173There are also shorthand aliases: @code{info ports} for @code{info
25174port-rights} and @code{info psets} for @code{info port-sets}.
25175
25176@item set thread pause
25177@kindex set thread@r{, Hurd command}
25178@cindex thread properties, @sc{gnu} Hurd
25179@cindex pause current thread (@sc{gnu} Hurd)
25180This command toggles current thread suspension when @value{GDBN} has
25181control. Setting it to on takes effect immediately, and the current
25182thread is suspended whenever @value{GDBN} gets control. Setting it to
25183off will take effect the next time the inferior is continued.
25184Normally, this command has no effect, since when @value{GDBN} has
25185control, the whole task is suspended. However, if you used @code{set
25186task pause off} (see above), this command comes in handy to suspend
25187only the current thread.
25188
25189@item show thread pause
25190@kindex show thread@r{, Hurd command}
25191This command shows the state of current thread suspension.
25192
25193@item set thread run
d3e8051b 25194This command sets whether the current thread is allowed to run.
14d6dd68
EZ
25195
25196@item show thread run
25197Show whether the current thread is allowed to run.
25198
25199@item set thread detach-suspend-count
25200@cindex thread suspend count, @sc{gnu} Hurd
25201@cindex detach from thread, @sc{gnu} Hurd
25202This command sets the suspend count @value{GDBN} will leave on a
25203thread when detaching. This number is relative to the suspend count
25204found by @value{GDBN} when it notices the thread; use @code{set thread
25205takeover-suspend-count} to force it to an absolute value.
25206
25207@item show thread detach-suspend-count
25208Show the suspend count @value{GDBN} will leave on the thread when
25209detaching.
25210
25211@item set thread exception-port
25212@itemx set thread excp
25213Set the thread exception port to which to forward exceptions. This
25214overrides the port set by @code{set task exception-port} (see above).
25215@code{set thread excp} is the shorthand alias.
25216
25217@item set thread takeover-suspend-count
25218Normally, @value{GDBN}'s thread suspend counts are relative to the
25219value @value{GDBN} finds when it notices each thread. This command
25220changes the suspend counts to be absolute instead.
25221
25222@item set thread default
25223@itemx show thread default
25224@cindex thread default settings, @sc{gnu} Hurd
25225Each of the above @code{set thread} commands has a @code{set thread
25226default} counterpart (e.g., @code{set thread default pause}, @code{set
25227thread default exception-port}, etc.). The @code{thread default}
25228variety of commands sets the default thread properties for all
25229threads; you can then change the properties of individual threads with
25230the non-default commands.
25231@end table
25232
a80b95ba
TG
25233@node Darwin
25234@subsection Darwin
25235@cindex Darwin
25236
25237@value{GDBN} provides the following commands specific to the Darwin target:
25238
25239@table @code
25240@item set debug darwin @var{num}
25241@kindex set debug darwin
25242When set to a non zero value, enables debugging messages specific to
25243the Darwin support. Higher values produce more verbose output.
25244
25245@item show debug darwin
25246@kindex show debug darwin
25247Show the current state of Darwin messages.
25248
25249@item set debug mach-o @var{num}
25250@kindex set debug mach-o
25251When set to a non zero value, enables debugging messages while
25252@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
25253file format used on Darwin for object and executable files.) Higher
25254values produce more verbose output. This is a command to diagnose
25255problems internal to @value{GDBN} and should not be needed in normal
25256usage.
25257
25258@item show debug mach-o
25259@kindex show debug mach-o
25260Show the current state of Mach-O file messages.
25261
25262@item set mach-exceptions on
25263@itemx set mach-exceptions off
25264@kindex set mach-exceptions
25265On Darwin, faults are first reported as a Mach exception and are then
25266mapped to a Posix signal. Use this command to turn on trapping of
25267Mach exceptions in the inferior. This might be sometimes useful to
25268better understand the cause of a fault. The default is off.
25269
25270@item show mach-exceptions
25271@kindex show mach-exceptions
25272Show the current state of exceptions trapping.
25273@end table
25274
e9076973
JB
25275@node FreeBSD
25276@subsection FreeBSD
25277@cindex FreeBSD
25278
25279When the ABI of a system call is changed in the FreeBSD kernel, this
25280is implemented by leaving a compatibility system call using the old
25281ABI at the existing number and allocating a new system call number for
25282the version using the new ABI. As a convenience, when a system call
25283is caught by name (@pxref{catch syscall}), compatibility system calls
25284are also caught.
25285
25286For example, FreeBSD 12 introduced a new variant of the @code{kevent}
25287system call and catching the @code{kevent} system call by name catches
25288both variants:
25289
25290@smallexample
25291(@value{GDBP}) catch syscall kevent
25292Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
25293(@value{GDBP})
25294@end smallexample
25295
a64548ea 25296
8e04817f
AC
25297@node Embedded OS
25298@section Embedded Operating Systems
104c1213 25299
8e04817f
AC
25300This section describes configurations involving the debugging of
25301embedded operating systems that are available for several different
25302architectures.
d4f3574e 25303
8e04817f
AC
25304@value{GDBN} includes the ability to debug programs running on
25305various real-time operating systems.
104c1213 25306
6d2ebf8b 25307@node Embedded Processors
104c1213
JM
25308@section Embedded Processors
25309
25310This section goes into details specific to particular embedded
25311configurations.
25312
c45da7e6
EZ
25313@cindex send command to simulator
25314Whenever a specific embedded processor has a simulator, @value{GDBN}
25315allows to send an arbitrary command to the simulator.
25316
25317@table @code
25318@item sim @var{command}
25319@kindex sim@r{, a command}
25320Send an arbitrary @var{command} string to the simulator. Consult the
25321documentation for the specific simulator in use for information about
25322acceptable commands.
25323@end table
25324
7d86b5d5 25325
104c1213 25326@menu
ad0a504f 25327* ARC:: Synopsys ARC
bb615428 25328* ARM:: ARM
104c1213 25329* M68K:: Motorola M68K
08be9d71 25330* MicroBlaze:: Xilinx MicroBlaze
104c1213 25331* MIPS Embedded:: MIPS Embedded
a994fec4 25332* OpenRISC 1000:: OpenRISC 1000 (or1k)
4acd40f3 25333* PowerPC Embedded:: PowerPC Embedded
a64548ea
EZ
25334* AVR:: Atmel AVR
25335* CRIS:: CRIS
25336* Super-H:: Renesas Super-H
104c1213
JM
25337@end menu
25338
ad0a504f
AK
25339@node ARC
25340@subsection Synopsys ARC
25341@cindex Synopsys ARC
25342@cindex ARC specific commands
25343@cindex ARC600
25344@cindex ARC700
25345@cindex ARC EM
25346@cindex ARC HS
25347
25348@value{GDBN} provides the following ARC-specific commands:
25349
25350@table @code
25351@item set debug arc
25352@kindex set debug arc
25353Control the level of ARC specific debug messages. Use 0 for no messages (the
fe5f7374 25354default), 1 for debug messages, and 2 for even more debug messages.
ad0a504f
AK
25355
25356@item show debug arc
25357@kindex show debug arc
25358Show the level of ARC specific debugging in operation.
25359
eea78757
AK
25360@item maint print arc arc-instruction @var{address}
25361@kindex maint print arc arc-instruction
25362Print internal disassembler information about instruction at a given address.
25363
ad0a504f
AK
25364@end table
25365
6d2ebf8b 25366@node ARM
104c1213 25367@subsection ARM
8e04817f 25368
e2f4edfd
EZ
25369@value{GDBN} provides the following ARM-specific commands:
25370
25371@table @code
25372@item set arm disassembler
25373@kindex set arm
25374This commands selects from a list of disassembly styles. The
25375@code{"std"} style is the standard style.
25376
25377@item show arm disassembler
25378@kindex show arm
25379Show the current disassembly style.
25380
25381@item set arm apcs32
25382@cindex ARM 32-bit mode
25383This command toggles ARM operation mode between 32-bit and 26-bit.
25384
25385@item show arm apcs32
25386Display the current usage of the ARM 32-bit mode.
25387
25388@item set arm fpu @var{fputype}
25389This command sets the ARM floating-point unit (FPU) type. The
25390argument @var{fputype} can be one of these:
25391
25392@table @code
25393@item auto
25394Determine the FPU type by querying the OS ABI.
25395@item softfpa
25396Software FPU, with mixed-endian doubles on little-endian ARM
25397processors.
25398@item fpa
25399GCC-compiled FPA co-processor.
25400@item softvfp
25401Software FPU with pure-endian doubles.
25402@item vfp
25403VFP co-processor.
25404@end table
25405
25406@item show arm fpu
25407Show the current type of the FPU.
25408
25409@item set arm abi
25410This command forces @value{GDBN} to use the specified ABI.
25411
25412@item show arm abi
25413Show the currently used ABI.
25414
0428b8f5
DJ
25415@item set arm fallback-mode (arm|thumb|auto)
25416@value{GDBN} uses the symbol table, when available, to determine
25417whether instructions are ARM or Thumb. This command controls
25418@value{GDBN}'s default behavior when the symbol table is not
25419available. The default is @samp{auto}, which causes @value{GDBN} to
25420use the current execution mode (from the @code{T} bit in the @code{CPSR}
25421register).
25422
25423@item show arm fallback-mode
25424Show the current fallback instruction mode.
25425
25426@item set arm force-mode (arm|thumb|auto)
25427This command overrides use of the symbol table to determine whether
25428instructions are ARM or Thumb. The default is @samp{auto}, which
25429causes @value{GDBN} to use the symbol table and then the setting
25430of @samp{set arm fallback-mode}.
25431
25432@item show arm force-mode
25433Show the current forced instruction mode.
25434
e2f4edfd
EZ
25435@item set debug arm
25436Toggle whether to display ARM-specific debugging messages from the ARM
25437target support subsystem.
25438
25439@item show debug arm
25440Show whether ARM-specific debugging messages are enabled.
25441@end table
25442
ee8e71d4
EZ
25443@table @code
25444@item target sim @r{[}@var{simargs}@r{]} @dots{}
25445The @value{GDBN} ARM simulator accepts the following optional arguments.
25446
25447@table @code
25448@item --swi-support=@var{type}
697aa1b7 25449Tell the simulator which SWI interfaces to support. The argument
ee8e71d4
EZ
25450@var{type} may be a comma separated list of the following values.
25451The default value is @code{all}.
25452
25453@table @code
25454@item none
25455@item demon
25456@item angel
25457@item redboot
25458@item all
25459@end table
25460@end table
25461@end table
e2f4edfd 25462
8e04817f
AC
25463@node M68K
25464@subsection M68k
25465
bb615428 25466The Motorola m68k configuration includes ColdFire support.
8e04817f 25467
08be9d71
ME
25468@node MicroBlaze
25469@subsection MicroBlaze
25470@cindex Xilinx MicroBlaze
25471@cindex XMD, Xilinx Microprocessor Debugger
25472
25473The MicroBlaze is a soft-core processor supported on various Xilinx
25474FPGAs, such as Spartan or Virtex series. Boards with these processors
25475usually have JTAG ports which connect to a host system running the Xilinx
25476Embedded Development Kit (EDK) or Software Development Kit (SDK).
25477This host system is used to download the configuration bitstream to
25478the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
25479communicates with the target board using the JTAG interface and
25480presents a @code{gdbserver} interface to the board. By default
25481@code{xmd} uses port @code{1234}. (While it is possible to change
25482this default port, it requires the use of undocumented @code{xmd}
25483commands. Contact Xilinx support if you need to do this.)
25484
25485Use these GDB commands to connect to the MicroBlaze target processor.
25486
25487@table @code
25488@item target remote :1234
25489Use this command to connect to the target if you are running @value{GDBN}
25490on the same system as @code{xmd}.
25491
25492@item target remote @var{xmd-host}:1234
25493Use this command to connect to the target if it is connected to @code{xmd}
25494running on a different system named @var{xmd-host}.
25495
25496@item load
25497Use this command to download a program to the MicroBlaze target.
25498
25499@item set debug microblaze @var{n}
25500Enable MicroBlaze-specific debugging messages if non-zero.
25501
25502@item show debug microblaze @var{n}
25503Show MicroBlaze-specific debugging level.
25504@end table
25505
8e04817f 25506@node MIPS Embedded
eb17f351 25507@subsection @acronym{MIPS} Embedded
8e04817f 25508
8e04817f 25509@noindent
f7c38292 25510@value{GDBN} supports these special commands for @acronym{MIPS} targets:
104c1213 25511
8e04817f 25512@table @code
8e04817f
AC
25513@item set mipsfpu double
25514@itemx set mipsfpu single
25515@itemx set mipsfpu none
a64548ea 25516@itemx set mipsfpu auto
8e04817f
AC
25517@itemx show mipsfpu
25518@kindex set mipsfpu
25519@kindex show mipsfpu
eb17f351
EZ
25520@cindex @acronym{MIPS} remote floating point
25521@cindex floating point, @acronym{MIPS} remote
25522If your target board does not support the @acronym{MIPS} floating point
8e04817f
AC
25523coprocessor, you should use the command @samp{set mipsfpu none} (if you
25524need this, you may wish to put the command in your @value{GDBN} init
25525file). This tells @value{GDBN} how to find the return value of
25526functions which return floating point values. It also allows
25527@value{GDBN} to avoid saving the floating point registers when calling
25528functions on the board. If you are using a floating point coprocessor
25529with only single precision floating point support, as on the @sc{r4650}
25530processor, use the command @samp{set mipsfpu single}. The default
25531double precision floating point coprocessor may be selected using
25532@samp{set mipsfpu double}.
104c1213 25533
8e04817f
AC
25534In previous versions the only choices were double precision or no
25535floating point, so @samp{set mipsfpu on} will select double precision
25536and @samp{set mipsfpu off} will select no floating point.
104c1213 25537
8e04817f
AC
25538As usual, you can inquire about the @code{mipsfpu} variable with
25539@samp{show mipsfpu}.
8e04817f 25540@end table
104c1213 25541
a994fec4
FJ
25542@node OpenRISC 1000
25543@subsection OpenRISC 1000
25544@cindex OpenRISC 1000
25545
25546@noindent
25547The OpenRISC 1000 provides a free RISC instruction set architecture. It is
25548mainly provided as a soft-core which can run on Xilinx, Altera and other
25549FPGA's.
25550
25551@value{GDBN} for OpenRISC supports the below commands when connecting to
25552a target:
25553
25554@table @code
25555
25556@kindex target sim
25557@item target sim
25558
25559Runs the builtin CPU simulator which can run very basic
25560programs but does not support most hardware functions like MMU.
25561For more complex use cases the user is advised to run an external
25562target, and connect using @samp{target remote}.
25563
25564Example: @code{target sim}
25565
25566@item set debug or1k
25567Toggle whether to display OpenRISC-specific debugging messages from the
25568OpenRISC target support subsystem.
25569
25570@item show debug or1k
25571Show whether OpenRISC-specific debugging messages are enabled.
25572@end table
25573
4acd40f3
TJB
25574@node PowerPC Embedded
25575@subsection PowerPC Embedded
104c1213 25576
66b73624
TJB
25577@cindex DVC register
25578@value{GDBN} supports using the DVC (Data Value Compare) register to
25579implement in hardware simple hardware watchpoint conditions of the form:
25580
25581@smallexample
25582(@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
25583 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
25584@end smallexample
25585
e09342b5
TJB
25586The DVC register will be automatically used when @value{GDBN} detects
25587such pattern in a condition expression, and the created watchpoint uses one
25588debug register (either the @code{exact-watchpoints} option is on and the
25589variable is scalar, or the variable has a length of one byte). This feature
25590is available in native @value{GDBN} running on a Linux kernel version 2.6.34
25591or newer.
25592
25593When running on PowerPC embedded processors, @value{GDBN} automatically uses
25594ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
25595in which case watchpoints using only one debug register are created when
25596watching variables of scalar types.
25597
25598You can create an artificial array to watch an arbitrary memory
25599region using one of the following commands (@pxref{Expressions}):
25600
25601@smallexample
25602(@value{GDBP}) watch *((char *) @var{address})@@@var{length}
25603(@value{GDBP}) watch @{char[@var{length}]@} @var{address}
25604@end smallexample
66b73624 25605
9c06b0b4
TJB
25606PowerPC embedded processors support masked watchpoints. See the discussion
25607about the @code{mask} argument in @ref{Set Watchpoints}.
25608
f1310107
TJB
25609@cindex ranged breakpoint
25610PowerPC embedded processors support hardware accelerated
25611@dfn{ranged breakpoints}. A ranged breakpoint stops execution of
25612the inferior whenever it executes an instruction at any address within
25613the range it specifies. To set a ranged breakpoint in @value{GDBN},
25614use the @code{break-range} command.
25615
55eddb0f
DJ
25616@value{GDBN} provides the following PowerPC-specific commands:
25617
104c1213 25618@table @code
f1310107
TJB
25619@kindex break-range
25620@item break-range @var{start-location}, @var{end-location}
697aa1b7
EZ
25621Set a breakpoint for an address range given by
25622@var{start-location} and @var{end-location}, which can specify a function name,
f1310107
TJB
25623a line number, an offset of lines from the current line or from the start
25624location, or an address of an instruction (see @ref{Specify Location},
25625for a list of all the possible ways to specify a @var{location}.)
25626The breakpoint will stop execution of the inferior whenever it
25627executes an instruction at any address within the specified range,
25628(including @var{start-location} and @var{end-location}.)
25629
55eddb0f
DJ
25630@kindex set powerpc
25631@item set powerpc soft-float
25632@itemx show powerpc soft-float
25633Force @value{GDBN} to use (or not use) a software floating point calling
25634convention. By default, @value{GDBN} selects the calling convention based
25635on the selected architecture and the provided executable file.
25636
25637@item set powerpc vector-abi
25638@itemx show powerpc vector-abi
25639Force @value{GDBN} to use the specified calling convention for vector
25640arguments and return values. The valid options are @samp{auto};
25641@samp{generic}, to avoid vector registers even if they are present;
25642@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
25643registers. By default, @value{GDBN} selects the calling convention
25644based on the selected architecture and the provided executable file.
25645
e09342b5
TJB
25646@item set powerpc exact-watchpoints
25647@itemx show powerpc exact-watchpoints
25648Allow @value{GDBN} to use only one debug register when watching a variable
25649of scalar type, thus assuming that the variable is accessed through the
25650address of its first byte.
25651
104c1213
JM
25652@end table
25653
a64548ea
EZ
25654@node AVR
25655@subsection Atmel AVR
25656@cindex AVR
25657
25658When configured for debugging the Atmel AVR, @value{GDBN} supports the
25659following AVR-specific commands:
25660
25661@table @code
25662@item info io_registers
25663@kindex info io_registers@r{, AVR}
25664@cindex I/O registers (Atmel AVR)
25665This command displays information about the AVR I/O registers. For
25666each register, @value{GDBN} prints its number and value.
25667@end table
25668
25669@node CRIS
25670@subsection CRIS
25671@cindex CRIS
25672
25673When configured for debugging CRIS, @value{GDBN} provides the
25674following CRIS-specific commands:
25675
25676@table @code
25677@item set cris-version @var{ver}
25678@cindex CRIS version
e22e55c9
OF
25679Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
25680The CRIS version affects register names and sizes. This command is useful in
25681case autodetection of the CRIS version fails.
a64548ea
EZ
25682
25683@item show cris-version
25684Show the current CRIS version.
25685
25686@item set cris-dwarf2-cfi
25687@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
25688Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
25689Change to @samp{off} when using @code{gcc-cris} whose version is below
25690@code{R59}.
a64548ea
EZ
25691
25692@item show cris-dwarf2-cfi
25693Show the current state of using DWARF-2 CFI.
e22e55c9
OF
25694
25695@item set cris-mode @var{mode}
25696@cindex CRIS mode
25697Set the current CRIS mode to @var{mode}. It should only be changed when
25698debugging in guru mode, in which case it should be set to
25699@samp{guru} (the default is @samp{normal}).
25700
25701@item show cris-mode
25702Show the current CRIS mode.
a64548ea
EZ
25703@end table
25704
25705@node Super-H
25706@subsection Renesas Super-H
25707@cindex Super-H
25708
25709For the Renesas Super-H processor, @value{GDBN} provides these
25710commands:
25711
25712@table @code
c055b101
CV
25713@item set sh calling-convention @var{convention}
25714@kindex set sh calling-convention
25715Set the calling-convention used when calling functions from @value{GDBN}.
25716Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
25717With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
25718convention. If the DWARF-2 information of the called function specifies
25719that the function follows the Renesas calling convention, the function
25720is called using the Renesas calling convention. If the calling convention
25721is set to @samp{renesas}, the Renesas calling convention is always used,
25722regardless of the DWARF-2 information. This can be used to override the
25723default of @samp{gcc} if debug information is missing, or the compiler
25724does not emit the DWARF-2 calling convention entry for a function.
25725
25726@item show sh calling-convention
25727@kindex show sh calling-convention
25728Show the current calling convention setting.
25729
a64548ea
EZ
25730@end table
25731
25732
8e04817f
AC
25733@node Architectures
25734@section Architectures
104c1213 25735
8e04817f
AC
25736This section describes characteristics of architectures that affect
25737all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 25738
8e04817f 25739@menu
430ed3f0 25740* AArch64::
9c16f35a 25741* i386::
8e04817f
AC
25742* Alpha::
25743* MIPS::
a64548ea 25744* HPPA:: HP PA architecture
4acd40f3 25745* PowerPC::
a1217d97 25746* Nios II::
58afddc6 25747* Sparc64::
51d21d60 25748* S12Z::
a8b43b7b 25749* AMD GPU:: @acronym{AMD GPU} architectures
8e04817f 25750@end menu
104c1213 25751
430ed3f0
MS
25752@node AArch64
25753@subsection AArch64
25754@cindex AArch64 support
25755
25756When @value{GDBN} is debugging the AArch64 architecture, it provides the
25757following special commands:
25758
25759@table @code
25760@item set debug aarch64
25761@kindex set debug aarch64
25762This command determines whether AArch64 architecture-specific debugging
25763messages are to be displayed.
25764
25765@item show debug aarch64
25766Show whether AArch64 debugging messages are displayed.
25767
25768@end table
25769
1461bdac
AH
25770@subsubsection AArch64 SVE.
25771@cindex AArch64 SVE.
25772
25773When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
25774Extension (SVE) is present, then @value{GDBN} will provide the vector registers
25775@code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
25776@code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
25777@code{$vg} will be provided. This is the vector granule for the current thread
25778and represents the number of 64-bit chunks in an SVE @code{z} register.
25779
25780If the vector length changes, then the @code{$vg} register will be updated,
25781but the lengths of the @code{z} and @code{p} registers will not change. This
25782is a known limitation of @value{GDBN} and does not affect the execution of the
25783target process.
25784
3d31bc39
AH
25785@subsubsection AArch64 Pointer Authentication.
25786@cindex AArch64 Pointer Authentication.
25787
25788When @value{GDBN} is debugging the AArch64 architecture, and the program is
25789using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
1ba7cdcd 25790register @code{$lr} is pointing to an PAC function its value will be masked.
3d31bc39 25791When GDB prints a backtrace, any addresses that required unmasking will be
aa7ca1bb
AH
25792postfixed with the marker [PAC]. When using the MI, this is printed as part
25793of the @code{addr_flags} field.
1461bdac 25794
9c16f35a 25795@node i386
db2e3e2e 25796@subsection x86 Architecture-specific Issues
9c16f35a
EZ
25797
25798@table @code
25799@item set struct-convention @var{mode}
25800@kindex set struct-convention
25801@cindex struct return convention
25802@cindex struct/union returned in registers
25803Set the convention used by the inferior to return @code{struct}s and
25804@code{union}s from functions to @var{mode}. Possible values of
25805@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
25806default). @code{"default"} or @code{"pcc"} means that @code{struct}s
25807are returned on the stack, while @code{"reg"} means that a
25808@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
25809be returned in a register.
25810
25811@item show struct-convention
25812@kindex show struct-convention
25813Show the current setting of the convention to return @code{struct}s
25814from functions.
966f0aef 25815@end table
29c1c244 25816
ca8941bb 25817
bc504a31
PA
25818@subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
25819@cindex Intel Memory Protection Extensions (MPX).
ca8941bb 25820
ca8941bb
WT
25821Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
25822@footnote{The register named with capital letters represent the architecture
25823registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
25824which are the lower bound and upper bound. Bounds are effective addresses or
25825memory locations. The upper bounds are architecturally represented in 1's
25826complement form. A bound having lower bound = 0, and upper bound = 0
25827(1's complement of all bits set) will allow access to the entire address space.
25828
25829@samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
25830through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
25831display the upper bound performing the complement of one operation on the
25832upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
25833@value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
25834can also be noted that the upper bounds are inclusive.
25835
25836As an example, assume that the register BND0 holds bounds for a pointer having
25837access allowed for the range between 0x32 and 0x71. The values present on
25838bnd0raw and bnd registers are presented as follows:
25839
25840@smallexample
25841 bnd0raw = @{0x32, 0xffffffff8e@}
25842 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
25843@end smallexample
25844
22f25c9d
EZ
25845This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
25846change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
25847counterpart. When the bnd0@dots{}bnd3 registers are displayed via
25848Python, the display includes the memory size, in bits, accessible to
25849the pointer.
9c16f35a 25850
29c1c244
WT
25851Bounds can also be stored in bounds tables, which are stored in
25852application memory. These tables store bounds for pointers by specifying
25853the bounds pointer's value along with its bounds. Evaluating and changing
25854bounds located in bound tables is therefore interesting while investigating
25855bugs on MPX context. @value{GDBN} provides commands for this purpose:
25856
966f0aef 25857@table @code
29c1c244
WT
25858@item show mpx bound @var{pointer}
25859@kindex show mpx bound
25860Display bounds of the given @var{pointer}.
25861
25862@item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
25863@kindex set mpx bound
25864Set the bounds of a pointer in the bound table.
25865This command takes three parameters: @var{pointer} is the pointers
25866whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
25867for lower and upper bounds respectively.
25868@end table
25869
4a612d6f
WT
25870When you call an inferior function on an Intel MPX enabled program,
25871GDB sets the inferior's bound registers to the init (disabled) state
25872before calling the function. As a consequence, bounds checks for the
25873pointer arguments passed to the function will always pass.
25874
25875This is necessary because when you call an inferior function, the
25876program is usually in the middle of the execution of other function.
25877Since at that point bound registers are in an arbitrary state, not
25878clearing them would lead to random bound violations in the called
25879function.
25880
25881You can still examine the influence of the bound registers on the
25882execution of the called function by stopping the execution of the
25883called function at its prologue, setting bound registers, and
25884continuing the execution. For example:
25885
25886@smallexample
25887 $ break *upper
25888 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
25889 $ print upper (a, b, c, d, 1)
25890 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
25891 $ print $bnd0
5cf70512 25892 @{lbound = 0x0, ubound = ffffffff@} : size -1
4a612d6f
WT
25893@end smallexample
25894
25895At this last step the value of bnd0 can be changed for investigation of bound
25896violations caused along the execution of the call. In order to know how to
25897set the bound registers or bound table for the call consult the ABI.
25898
8e04817f
AC
25899@node Alpha
25900@subsection Alpha
104c1213 25901
8e04817f 25902See the following section.
104c1213 25903
8e04817f 25904@node MIPS
eb17f351 25905@subsection @acronym{MIPS}
104c1213 25906
8e04817f 25907@cindex stack on Alpha
eb17f351 25908@cindex stack on @acronym{MIPS}
8e04817f 25909@cindex Alpha stack
eb17f351
EZ
25910@cindex @acronym{MIPS} stack
25911Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
8e04817f
AC
25912sometimes requires @value{GDBN} to search backward in the object code to
25913find the beginning of a function.
104c1213 25914
eb17f351 25915@cindex response time, @acronym{MIPS} debugging
8e04817f
AC
25916To improve response time (especially for embedded applications, where
25917@value{GDBN} may be restricted to a slow serial line for this search)
25918you may want to limit the size of this search, using one of these
25919commands:
104c1213 25920
8e04817f 25921@table @code
eb17f351 25922@cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
8e04817f
AC
25923@item set heuristic-fence-post @var{limit}
25924Restrict @value{GDBN} to examining at most @var{limit} bytes in its
25925search for the beginning of a function. A value of @var{0} (the
25926default) means there is no limit. However, except for @var{0}, the
25927larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
25928and therefore the longer it takes to run. You should only need to use
25929this command when debugging a stripped executable.
104c1213 25930
8e04817f
AC
25931@item show heuristic-fence-post
25932Display the current limit.
25933@end table
104c1213
JM
25934
25935@noindent
8e04817f 25936These commands are available @emph{only} when @value{GDBN} is configured
eb17f351 25937for debugging programs on Alpha or @acronym{MIPS} processors.
104c1213 25938
eb17f351 25939Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
a64548ea
EZ
25940programs:
25941
25942@table @code
a64548ea
EZ
25943@item set mips abi @var{arg}
25944@kindex set mips abi
eb17f351
EZ
25945@cindex set ABI for @acronym{MIPS}
25946Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
a64548ea
EZ
25947values of @var{arg} are:
25948
25949@table @samp
25950@item auto
25951The default ABI associated with the current binary (this is the
25952default).
25953@item o32
25954@item o64
25955@item n32
25956@item n64
25957@item eabi32
25958@item eabi64
a64548ea
EZ
25959@end table
25960
25961@item show mips abi
25962@kindex show mips abi
eb17f351 25963Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
a64548ea 25964
4cc0665f
MR
25965@item set mips compression @var{arg}
25966@kindex set mips compression
25967@cindex code compression, @acronym{MIPS}
25968Tell @value{GDBN} which @acronym{MIPS} compressed
25969@acronym{ISA, Instruction Set Architecture} encoding is used by the
25970inferior. @value{GDBN} uses this for code disassembly and other
25971internal interpretation purposes. This setting is only referred to
25972when no executable has been associated with the debugging session or
25973the executable does not provide information about the encoding it uses.
25974Otherwise this setting is automatically updated from information
25975provided by the executable.
25976
25977Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25978The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25979executables containing @acronym{MIPS16} code frequently are not
25980identified as such.
25981
25982This setting is ``sticky''; that is, it retains its value across
25983debugging sessions until reset either explicitly with this command or
25984implicitly from an executable.
25985
25986The compiler and/or assembler typically add symbol table annotations to
25987identify functions compiled for the @acronym{MIPS16} or
25988@acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25989are present, @value{GDBN} uses them in preference to the global
25990compressed @acronym{ISA} encoding setting.
25991
25992@item show mips compression
25993@kindex show mips compression
25994Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25995@value{GDBN} to debug the inferior.
25996
a64548ea
EZ
25997@item set mipsfpu
25998@itemx show mipsfpu
25999@xref{MIPS Embedded, set mipsfpu}.
26000
26001@item set mips mask-address @var{arg}
26002@kindex set mips mask-address
eb17f351 26003@cindex @acronym{MIPS} addresses, masking
a64548ea 26004This command determines whether the most-significant 32 bits of 64-bit
eb17f351 26005@acronym{MIPS} addresses are masked off. The argument @var{arg} can be
a64548ea
EZ
26006@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
26007setting, which lets @value{GDBN} determine the correct value.
26008
26009@item show mips mask-address
26010@kindex show mips mask-address
eb17f351 26011Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
a64548ea
EZ
26012not.
26013
26014@item set remote-mips64-transfers-32bit-regs
26015@kindex set remote-mips64-transfers-32bit-regs
eb17f351
EZ
26016This command controls compatibility with 64-bit @acronym{MIPS} targets that
26017transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
a64548ea
EZ
26018that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
26019and 64 bits for other registers, set this option to @samp{on}.
26020
26021@item show remote-mips64-transfers-32bit-regs
26022@kindex show remote-mips64-transfers-32bit-regs
eb17f351 26023Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
a64548ea
EZ
26024
26025@item set debug mips
26026@kindex set debug mips
eb17f351 26027This command turns on and off debugging messages for the @acronym{MIPS}-specific
a64548ea
EZ
26028target code in @value{GDBN}.
26029
26030@item show debug mips
26031@kindex show debug mips
eb17f351 26032Show the current setting of @acronym{MIPS} debugging messages.
a64548ea
EZ
26033@end table
26034
26035
26036@node HPPA
26037@subsection HPPA
26038@cindex HPPA support
26039
d3e8051b 26040When @value{GDBN} is debugging the HP PA architecture, it provides the
a64548ea
EZ
26041following special commands:
26042
26043@table @code
26044@item set debug hppa
26045@kindex set debug hppa
db2e3e2e 26046This command determines whether HPPA architecture-specific debugging
a64548ea
EZ
26047messages are to be displayed.
26048
26049@item show debug hppa
26050Show whether HPPA debugging messages are displayed.
26051
26052@item maint print unwind @var{address}
26053@kindex maint print unwind@r{, HPPA}
26054This command displays the contents of the unwind table entry at the
26055given @var{address}.
26056
26057@end table
26058
104c1213 26059
4acd40f3
TJB
26060@node PowerPC
26061@subsection PowerPC
26062@cindex PowerPC architecture
26063
26064When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
26065pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
26066numbers stored in the floating point registers. These values must be stored
26067in two consecutive registers, always starting at an even register like
26068@code{f0} or @code{f2}.
26069
26070The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
26071by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
26072@code{f2} and @code{f3} for @code{$dl1} and so on.
26073
aeac0ff9 26074For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
677c5bb1
LM
26075wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
26076
a1217d97
SL
26077@node Nios II
26078@subsection Nios II
26079@cindex Nios II architecture
26080
26081When @value{GDBN} is debugging the Nios II architecture,
26082it provides the following special commands:
26083
26084@table @code
26085
26086@item set debug nios2
26087@kindex set debug nios2
26088This command turns on and off debugging messages for the Nios II
26089target code in @value{GDBN}.
26090
26091@item show debug nios2
26092@kindex show debug nios2
26093Show the current setting of Nios II debugging messages.
26094@end table
23d964e7 26095
58afddc6
WP
26096@node Sparc64
26097@subsection Sparc64
26098@cindex Sparc64 support
26099@cindex Application Data Integrity
26100@subsubsection ADI Support
26101
26102The M7 processor supports an Application Data Integrity (ADI) feature that
26103detects invalid data accesses. When software allocates memory and enables
26104ADI on the allocated memory, it chooses a 4-bit version number, sets the
26105version in the upper 4 bits of the 64-bit pointer to that data, and stores
26106the 4-bit version in every cacheline of that data. Hardware saves the latter
26107in spare bits in the cache and memory hierarchy. On each load and store,
26108the processor compares the upper 4 VA (virtual address) bits to the
26109cacheline's version. If there is a mismatch, the processor generates a
26110version mismatch trap which can be either precise or disrupting. The trap
26111is an error condition which the kernel delivers to the process as a SIGSEGV
26112signal.
26113
26114Note that only 64-bit applications can use ADI and need to be built with
26115ADI-enabled.
26116
26117Values of the ADI version tags, which are in granularity of a
26118cacheline (64 bytes), can be viewed or modified.
26119
26120
26121@table @code
26122@kindex adi examine
26123@item adi (examine | x) [ / @var{n} ] @var{addr}
26124
26125The @code{adi examine} command displays the value of one ADI version tag per
26126cacheline.
26127
26128@var{n} is a decimal integer specifying the number in bytes; the default
26129is 1. It specifies how much ADI version information, at the ratio of 1:ADI
26130block size, to display.
26131
26132@var{addr} is the address in user address space where you want @value{GDBN}
26133to begin displaying the ADI version tags.
26134
26135Below is an example of displaying ADI versions of variable "shmaddr".
26136
26137@smallexample
26138(@value{GDBP}) adi x/100 shmaddr
26139 0xfff800010002c000: 0 0
26140@end smallexample
26141
26142@kindex adi assign
26143@item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
26144
26145The @code{adi assign} command is used to assign new ADI version tag
26146to an address.
26147
26148@var{n} is a decimal integer specifying the number in bytes;
26149the default is 1. It specifies how much ADI version information, at the
26150ratio of 1:ADI block size, to modify.
26151
26152@var{addr} is the address in user address space where you want @value{GDBN}
26153to begin modifying the ADI version tags.
26154
26155@var{tag} is the new ADI version tag.
26156
26157For example, do the following to modify then verify ADI versions of
26158variable "shmaddr":
26159
26160@smallexample
26161(@value{GDBP}) adi a/100 shmaddr = 7
26162(@value{GDBP}) adi x/100 shmaddr
26163 0xfff800010002c000: 7 7
26164@end smallexample
26165
26166@end table
26167
51d21d60
JD
26168@node S12Z
26169@subsection S12Z
26170@cindex S12Z support
26171
26172When @value{GDBN} is debugging the S12Z architecture,
26173it provides the following special command:
26174
26175@table @code
26176@item maint info bdccsr
26177@kindex maint info bdccsr@r{, S12Z}
26178This command displays the current value of the microprocessor's
26179BDCCSR register.
26180@end table
26181
a8b43b7b
T
26182@node AMD GPU
26183@subsection @acronym{AMD GPU}
26184@cindex @acronym{AMD GPU} support
26185
26186@value{GDBN} provides support for systems that have heterogeneous
26187agents associated with @acronym{AMD GPU} devices (@pxref{Heterogeneous
26188Debugging}) when @acronym{AMD}'s
26189@url{https://rocm-documentation.readthedocs.io/, @acronym{ROCm, Radeon
26190Open Compute platforM}} for HIP-Clang is installed.
26191
dc442902 26192The following AMD GPU chips are supported:
a8b43b7b
T
26193
26194@itemize @bullet{}
26195
26196@item
dc442902
T
26197``Vega 10'' which is displayed as @samp{vega10} by @value{GDBN} and
26198denoted as @samp{gfx900} by the compiler.
a8b43b7b
T
26199
26200@item
dc442902
T
26201``Vega 7nm'' which is displayed as @samp{vega20} by @value{GDBN} and
26202denoted as @samp{gfx906} by the compiler.
a8b43b7b 26203
a8b43b7b
T
26204@end itemize
26205
26206@value{GDBN} supports the following source languages:
26207
26208@table @emph
26209
26210@item HIP
26211The
26212@url{https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_kernel_language.md,
26213HIP Programming Language} is supported.
26214
26215When compiling, the @w{@option{-ggdb}} option should be used to
26216produce debugging information suitable for use by @value{GDBN}. The
26217@w{@option{--amdgpu-target}} option is used to specify the AMD GPUs
26218that the executable is required to support. For example, to compile a
a295adba
T
26219HIP program that can utilize ``Vega 10'' and ``Vega 7nm'' AMD GPU
26220chips, with no optimization:
a8b43b7b
T
26221
26222@smallexample
26223hipcc -O0 -ggdb --amdgpu-target=gfx900 --amdgpu-target=gfx906 \
a295adba 26224 bit_extract.cpp -o bit_extract
a8b43b7b
T
26225@end smallexample
26226
2bf5040d
T
26227The AMD GPU ROCm compiler maps HIP source language work-items to the
26228lanes of an AMD GPU wavefront, which are represented in @value{GDBN}
26229as heterogeneous lanes.
a8b43b7b
T
26230
26231@item Assembly Code
26232Assembly code kernels are supported.
26233
26234@item Other Languages
26235Other languages, including OpenCL and Fortran, are currently supported
26236as the minimal pseudo-language, provided they are compiled specifying
2bf5040d
T
26237at least the AMD GPU Code Object V3 and DWARF 4 formats.
26238@xref{Unsupported Languages}.
a8b43b7b
T
26239
26240@end table
26241
26242The @code{info agents} command (@pxref{Heterogeneous Debugging}) lists
26243the following information for each @acronym{AMD GPU} heterogeneous
26244agent (in this order):
26245
26246@enumerate
26247@item
26248the per-inferior heterogeneous agent number assigned by @value{GDBN}
26249
26250@item
26251the global heterogeneous agent number assigned by @value{GDBN}, if the
26252@w{@option{-gid}} option was specified
26253
26254@item
26255the @acronym{PCIe} slot number in @acronym{BDF, Bus:Device.Function}
26256notation
26257
26258@item
26259the device name
26260
26261@item
26262the number of shader engines
26263
26264@item
26265the number of @acronym{CU, Compute Unit}
26266
26267@item
26268the number of @acronym{SIMD, Single Instruction Multiple Data} units per @acronym{CU}
26269
26270@item
26271the number of wavefronts per @acronym{SIMD}
26272
26273@end enumerate
26274
26275For example,
26276
26277@smallexample
26278(@value{GDBP}) info agents
26279Id PCI Slot Device Name Shader Engines Compute Units SIMD/CU Wavefronts/SIMD
262801 43:00.0 vega10 4 56 4 10
26281@end smallexample
26282
26283@acronym{AMD GPU} heterogeneous agents are not listed until the
26284inferior has started executing the program.
26285
26286The @code{info queues}, @code{info dispatches}, and @code{info
26287packets} commands are not yet supported by @acronym{AMD GPU}.
26288
26289An AMD GPU wavefront is represented in @value{GDBN} as a thread.
26290
26291@acronym{AMD GPU} supports the following @var{reggroup} values for the
26292@samp{info registers @var{reggroup} @dots{}} command:
26293
26294@itemize @bullet
26295
26296@item
26297general
26298
26299@item
26300vector
26301
26302@item
26303scalar
26304
26305@item
26306system
26307
26308@end itemize
26309
26310The number of scalar and vector registers is configured when a
26311wavefront is created. Only allocated registers are displayed. Scalar
26312registers are reported as 32-bit signed integer values. Vector
26313registers are reported as a wavefront size vector of signed 32-bit
26314values. The @code{pc} is reported as a function pointer value. The
26315@code{exec} register is reported as a wavefront size-bit unsigned
26316integer value. The @code{vcc} and @code{xnack_mask} pseudo registers
26317are reported as a wavefront size-bit unsigned integer value. The
26318@code{flat_scratch} pseudo register is reported as a 64-bit unsigned
26319integer value.
26320
26321AMD GPU code objects are loaded into each AMD GPU device separately.
26322The @code{info sharedlibrary} command will therefore show the same
26323code object loaded multiple times. As a consequence, setting a
26324breakpoint in AMD GPU code will result in multiple breakpoints if
26325there are multiple AMD GPU devices.
26326
26327If the source language runtime defers loading code objects until
26328kernels are launched, then setting breakpoints may result in pending
26329breakpoints that will be set when the code object is finally loaded.
26330
26331Threads created on @acronym{AMD GPU} heterogeneous agents have the
26332following identifier formats:
26333
26334@table @asis
26335
26336@item @var{systag}
26337The target system's thread identifier (@var{systag}) string has the
26338following format:
26339
26340@smallexample
26341ROCm process @var{process-num} agent @var{agent-num} queue @var{queue-num} dispatch @var{dispatch-num} work-group(@var{work-group-x},@var{work-group-y},@var{work-group-z})/@var{work-group-thread-index}
26342@end smallexample
26343
26344@c TODO: What order should coordinates be: x,y,z or z,y,x?
26345
26346@item @var{lane_systag}
26347The target system's heterogeneous lane identifier (@var{lane_systag})
26348string has the following format:
26349
26350@smallexample
26351ROCm process @var{process-num} agent @var{agent-num} queue @var{queue-num} dispatch @var{dispatch-num} work-group(@var{work-group-x},@var{work-group-y},@var{work-group-z}) work-item(@var{work-item-x},@var{work-item-y},@var{work-item-z})
26352@end smallexample
26353
26354@item @code{$_dispatch_pos}
26355The string returned by the @code{$_dispatch_pos} debugger convenience
26356variable has the following format:
26357
26358@smallexample
26359(@var{work-group-x},@var{work-group-y},@var{work-group-z})/@var{work-group-thread-index}
26360@end smallexample
26361
26362@item @code{$_thread_workgroup_pos}
26363The string returned by the @code{$_thread_workgroup_pos} debugger
26364convenience variable has the following format:
26365
26366@smallexample
26367@var{work-group-thread-index}
26368@end smallexample
26369
26370@item @code{$_lane_workgroup_pos}
26371The string returned by the @code{$_lane_workgroup_pos} debugger
26372convenience variable has the following format:
26373
26374@smallexample
26375(@var{work-item-x},@var{work-item-y},@var{work-item-z})
26376@end smallexample
26377
26378@end table
26379
26380@noindent
26381Where:
26382
26383@table @var
26384
26385@item process-num
26386the inferior process LWP number
26387
26388@item agent-num
26389@itemx queue-num
26390@itemx dispatch-num
26391the per-inferior heterogeneous agent number, the per-inferior
26392heterogeneous queue number, and the per-inferior heterogeneous
26393dispatch number associated with the thread respectively
26394
26395@item work-group-x
26396@itemx work-group-y
26397@itemx work-group-z
26398the grid position of the thread's work-group within the heterogeneous
26399dispatch
26400
26401@item work-group-thread-index
26402the threads's number within the heterogeneous work-group
26403
26404@item work-item-x
26405@itemx work-item-y
26406@itemx work-item-z
26407the position of the heterogeneous lane's work-item within the
26408heterogeneous work-group
26409
26410@end table
26411
26412@acronym{AMD GPU} heterogeneous agents support the following address
26413spaces:
26414
26415@table @code
26416
26417@item global
26418the default global virtual address space
26419
26420@item group
26421the per heterogeneous work-group shared address space (@acronym{LDS,
26422Local Data Store})
26423
26424@item private
26425the per heterogeneous lane private address space (Scratch)
26426
26427@item generic
26428the generic address space that can access the @var{global},
26429@var{group}, or @var{private} address spaces (Flat)
26430
26431@end table
26432
26433The @code{set debug amd-dbgapi log-level @var{level}} command can be
26434used to enable diagnostic messages for the AMD GPU target, where
26435@var{level} can be:
26436
26437@table @code
26438
26439@item off
26440no logging is enabled
26441
26442@item error
26443fatal errors are reported
26444
26445@item warning
26446fatal errors and warnings are reported
26447
26448@item info
26449fatal errors, warnings, and info messages are reported
26450
26451@item verbose
26452all messages are reported
26453
26454@end table
26455
26456The @code{show debug amd-dbgapi log-level} command displays the
26457current AMD GPU target log level.
26458
26459For example, the following will enable information messages and send
26460the log to a new file:
26461
26462@smallexample
26463(@value{GDBP}) set debug amd-dbgapi log-level info
26464(@value{GDBP}) set logging overwrite
26465(@value{GDBP}) set logging file log.out
26466(@value{GDBP}) set logging debugredirect on
26467(@value{GDBP}) set logging on
26468@end smallexample
26469
26470If you want to print the log to both the console and a file, ommit the
26471@code{set the logging debugredirect} command. @xref{Logging Output}.
26472
26473@c TODO: Add when support available:
26474@c
26475@c The @var{AMD_???} environment variable can be set to disable the kernel
26476@c driver from ensuring that all AMD GPU wavefronts created will fully
26477@c support the @value{GDBN} if it attached. If AMD GPU wavefronts are
26478@c created when support is disabled, @value{GDBN} will be unable to
26479@c report the heterogeneous dispatch associated with the wavefront, or the
26480@c wavefront's heterogeneous work-group position. The default is enabled.
26481@c Disabling may very marginally improve wavefront launch latency.
26482
26483@value{GDBN} @acronym{AMD GPU} support is currently a prototype and
2bf5040d 26484has the following restrictions. Future releases aim to address these
a8b43b7b
T
26485restrictions.
26486
26487@enumerate
26488
26489@item
26490The debugger convenience variables, convenience functions, and
26491commands described in @ref{Heterogeneous Debugging} are not yet
26492implemented. The exception is the @code{info agents} command, which
26493only currently supports the textual MI interface and does not have a
26494Python binding.
26495
26496However, the debugger convenience variable @code{$_wave_id} is
26497available which returns a string that has the format:
26498
26499@smallexample
26500(@var{work-group-z},@var{work-group-y},@var{work-group-x})/@var{work-group-thread-index}
26501@end smallexample
26502
26503Where:
26504
26505@table @var
26506
26507@item work-group-x
26508@itemx work-group-y
26509@itemx work-group-z
26510the grid position of the thread's work-group within the heterogeneous
26511dispatch
26512
26513@item work-group-thread-index
26514the threads's number within the heterogeneous work-group
26515
26516@end table
26517
26518The AMD GPU system's thread identifier (@var{systag}) string format
26519differs from that described above, and currently has the following
26520format:
26521
26522@smallexample
26523AMDGPU Thread @var{dispatch-num}.@var{wave-num} (@var{work-group-z},@var{work-group-y},@var{work-group-x})/@var{work-group-thread-index}
26524@end smallexample
26525
26526Where:
26527
26528@table @var
26529
26530@item dispatch-num
26531the thread's per-heterogeneous queue ROCm AQL packet number of the
26532associated dispatch packet
26533
26534@item wave-num
26535the thread's per-inferior AMD GPU target wavefront number
26536
26537@item work-group-x
26538@itemx work-group-y
26539@itemx work-group-z
26540the grid position of the thread's work-group within the heterogeneous
26541dispatch
26542
26543@item work-group-thread-index
26544the threads's number within the heterogeneous work-group
26545
26546@end table
26547
a8b43b7b 26548The address space qualification of addresses described in
2bf5040d
T
26549@ref{Heterogeneous Debugging} is not implemented. However, the
26550default address space for AMD GPU threads is @code{generic}. This
26551allows a generic address to be used to read or write in the
26552@code{global}, @code{group}, or @code{private} address spaces. For
26553the ROCm release the AMD GPU generic address value for @code{global}
26554addresses is the same, for @code{group} addresses it has the most
26555significant 32-bits of the address set to 0x00010000, and for
26556@code{private} addresses is has the host significant 32-bits of the
26557address set to 0x00020000. A generic private address only accesses
26558lane 0 of the currently focused wavefront. A group address accesses
26559the @code{group} segment memory shared by all wavefronts that are
26560members of the same work-group as the currently focused wavefront.
26561
26562@item
26563The AMD GPU ROCm release compiler currently does not yet support
26564generating valid DWARF information for symbolic variables and call
26565frame information. As a consequence:
a8b43b7b
T
26566
26567@itemize @bullet{}
26568
26569@item
26570Source variables or expressions cannot be specified in any command,
26571such as the @code{print} command and breakpoint conditions. This
26572includes static variables, local variables, function arguments, and
26573any language types. However, global symbols for functions and
26574variables can be specified, and source line information is available.
26575
26576@item
26577The @code{backtrace} command can only show the current frame and
26578parent frames that are fully inlined. Function or kernel arguments
26579will not be displayed and instead an empty formal argument list may be
26580shown.
26581
26582@item
26583The @code{next} command may not step over function calls, but instead
26584stop at the first statement of the called function.
26585
26586@item
26587Breakpoints are only reported for wavefronts. There is no support for
26588HIP work-items that are mapped to heterogeneous lanes. The HIP
26589work-item ID of a heterogeneous lane is not available.
26590
26591@end itemize
26592
2bf5040d 26593The AMD GPU ROCm compiler currently adds the
a8b43b7b 26594@w{@option{-gline-tables-only}} @w{@option{-disable-O0-noinline}}
2bf5040d
T
26595@w{@option{-disable-O0-optnone}}
26596@w{@option{-amdgpu-spill-cfi-saved-regs}} options when the
26597@w{@option{-ggdb}} option is specified. These ensure source line
26598information is generated, but not invalid DWARF, full inlining is
26599performed, even at @w{@option{-O0}}, and registers not currently
26600supported by the CFI generation are saved so the CFI information is
26601correct. If these options are not used the invalid DWARF may cause
26602@value{GDBN} to report that it is unable to read memory (such as when
26603reading arguments in a backtrace), and may limit the backtrace to only
26604the top frame.
a8b43b7b 26605
2bf5040d
T
26606@value{GDBN} does not currently support the AMD GPU compiler
26607genenerated CFI information. The options to force full inlining allow
26608the backtrace to be available even without the CFI support. Note that
26609even with @w{@option{-ggdb}}, functions marked @code{noinline} may
26610result in function call frames which will prevent a full backtrace.
26611If function calls are not inlined, the @code{next} command may report
26612errors inserting breakpoints when stepping over calls due to the
26613missing CFI support.
a8b43b7b
T
26614
26615@item
2bf5040d
T
26616Only AMD GPU Code Object V3 and above is supported. This is the
26617default for the AMD GPU ROCm release compiler. The following error
26618will be reported for incompatible code objects:
a8b43b7b
T
26619
26620@smallexample
2bf5040d
T
26621Error while mapping shared library sections:
26622`file:///rocm/bit_extract#offset=6751&size=3136': ELF file ABI version (0) is not supported.
a8b43b7b
T
26623@end smallexample
26624
26625@item
26626DWARF 5 is not yet supported. There is no support for compressed or split
26627DWARF.
26628
2bf5040d 26629DWARF 4 is the default for the AMD GPU ROCm release compiler.
a8b43b7b
T
26630
26631@item
26632No support yet for AMD GPU core dumps.
26633
26634@item
26635The @code{watch} command is not yet support on AMD GPU devices.
26636
26637@item
26638When in all-stop mode, AMD GPU does not currently prevent new
26639wavefronts from being created, which may report breakpoints being hit.
26640However, @value{GDBN} is configured by default to not remove
26641breakpoints when at the command line in all-stop mode. This prevents
26642breakpoints being missed by wavefronts created after at the command
26643line in all-stop mode. The @code{set breakpoint always-inserted on}
26644command can be used to change the default to remove breakpoints when
26645at the command line in all-stop mode, but this may result in new
26646wavefronts missing breakpoints.
26647
26648@item
26649The performance of resuming from a breakpoint when a large number of
2bf5040d 26650threads have hit a breakpoint can currently take up to 10 seconds on a
a8b43b7b
T
26651fully occupied single AMD GPU device. The techniques described in
26652@xref{Heterogeneous Debugging} can be used to mitigate this. Once
26653continued from the first breakpoint hit, the responsiveness of
26654commands normally is better. Other techniques that can improve
26655responsiveness are:
26656
26657@itemize @bullet{}
26658
26659@item
26660Try to avoid having a lot of threads stopping at a breakpoint. For
26661example, by placing breakpoints in conditional paths only executed by
26662one thread.
26663
26664@item
26665Use of @code{tbreak} so only one thread reports the breakpoint and the
26666other threads hitting the breakpoint will be continued. A similar
26667effect can be achieved by deleting the breakpoint manually when it is
26668hit.
26669
26670@item
26671Reduce the number of wavefronts when debugging if practical.
26672
26673@end itemize
26674
26675@item
26676Currently each AMD GPU device can only be in use by one process that
26677is being debugged by @value{GDBN}. The Linux @emph{cgroups} facility
26678can be used to limit which AMD GPU devices are used by a process. In
26679order for a @value{GDBN} process to access the AMD GPU devices of the
26680process it is debugging, the AMD GPU devices must be included in the
26681@value{GDBN} process @emph{cgroup}.
26682
26683Therefore, multiple @value{GDBN} processes can each debug a process
26684provided the @emph{cgroups} specify disjoint sets of AMD GPU devices.
26685However, a single @value{GDBN} process cannot debug multiple inferiors
26686that use AMD GPU devices even if those inferiors have @emph{cgroups}
26687that specify disjoint AMD GPU devices. This is because the
26688@value{GDBN} process must have all the AMD GPU devices in its
26689@emph{cgroups} and so will attempt to enable debugging for all AMD GPU
26690devices for all inferiors it is debugging.
26691
26692The @code{HIP_VISIBLE_DEVICES} environment variable can also be used
2bf5040d 26693to limit the visible GPUs used by the HIP runtime. For example,
a8b43b7b
T
26694
26695@smallexample
26696export HIP_VISIBLE_DEVICES=0
26697@end smallexample
26698
26699@item
2bf5040d
T
26700Currently the @code{flat_scratch} and @code{xnack_mask} special scalar
26701registers are only accessible using their scalar register numbers and
26702not by their register names. This will not match the assembly source
26703text which uses register names.
a8b43b7b
T
26704
26705@item
26706The @code{until} command does not work when multiple AMD GPUs are
26707present as @value{GDBN} has limitations when there are multiple code
26708objects that have the same breakpoint set. The work around is to use
26709@samp{tbreak @var{line}; continue}.
26710
26711@item
2bf5040d
T
26712The HIP runtime currently performs deferred code object loading by
26713default. AMD GPU code objects are not loaded until the first kernel
26714is launched. Before then, all breakpoints have to be set as pending
d019fb27
T
26715breakpoints.
26716
26717If source line positions are used that only correspond to source lines
26718in unloaded code objects, then @value{GDBN} may not set pending
26719breakpoints, and instead set breakpoints in unpredictable places of
26720the loaded code objects if they contain code from the same file. This
26721can result in unexpected breakpoint hits being reported. When the
26722code object containing the source lines is loaded, the incorrect
26723breakpoints will be remomoved and replaced by the correct ones. This
26724problem can be avoided by only setting breakpoints in unloaded code
26725objects using symbol or function names.
2bf5040d 26726
8797b4fd 26727The @code{HIP_ENABLE_DEFERRED_LOADING} environment variable can be
06a47fa4 26728used to disable deferred code object loading by the HIP runtime. This
d019fb27
T
26729ensures all code objects will be loaded when the inferior reaches the
26730beginning of the @code{main} function.
06a47fa4
T
26731
26732For example,
26733
26734@smallexample
8797b4fd 26735export HIP_ENABLE_DEFERRED_LOADING=0
06a47fa4 26736@end smallexample
a8b43b7b 26737
a8b43b7b 26738@item
2bf5040d
T
26739Memory violations are reported to the wavefronts that cause them.
26740However, the program location at which they are reported by be after
26741the source statement that caused them. The ROCm runtime can currently
26742cause the inferior to terminate before the memory violation is
26743reported. This can be avoided by setting a breakpoint in @code{abort}
26744and using the non-stop mode (@pxref{Non-Stop Mode}). This will
26745prevent the ROCm runtime from terminating the inferior, while allowing
26746@value{GDBN} to report the memory violation.
a8b43b7b 26747
d019fb27
T
26748@item
26749AMD GPU does not currently support calling inferior functions.
26750
a8b43b7b
T
26751@item
26752@value{GDBN} does not support following a forked process.
26753
26754@item
26755The @code{gdbserver} is not supported.
26756
26757@item
26758No language specific support for Fortran or OpenCL. No OpenMP
26759language extension support for C, C++, or Fortran.
26760
26761@item
26762Does not support the AMD GPU ROCm for HIP-HCC release compiler or
2bf5040d 26763runtime available as part of releases before ROCm 3.5.
a8b43b7b
T
26764
26765@item
26766AMD GPU does not currently support the compiler address, memory, or
26767thread sanitizers.
26768
2bf5040d
T
26769@item
26770@value{GDBN} support for AMD GPU is not currently available under
26771virtualization.
26772
d019fb27
T
26773@item
26774Performing an instruction single step when an AMD GPU wavefront is
26775positioned on an @code{S_ENDPGM} instruction may cause the AMD GPU
26776hardware to hang.
26777
a8b43b7b 26778@end enumerate
51d21d60 26779
8e04817f
AC
26780@node Controlling GDB
26781@chapter Controlling @value{GDBN}
26782
26783You can alter the way @value{GDBN} interacts with you by using the
26784@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 26785data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
26786described here.
26787
26788@menu
26789* Prompt:: Prompt
26790* Editing:: Command editing
d620b259 26791* Command History:: Command history
8e04817f 26792* Screen Size:: Screen size
140a4bc0 26793* Output Styling:: Output styling
8e04817f 26794* Numbers:: Numbers
1e698235 26795* ABI:: Configuring the current ABI
bf88dd68 26796* Auto-loading:: Automatically loading associated files
8e04817f
AC
26797* Messages/Warnings:: Optional warnings and messages
26798* Debugging Output:: Optional messages about internal happenings
14fb1bac 26799* Other Misc Settings:: Other Miscellaneous Settings
8e04817f
AC
26800@end menu
26801
26802@node Prompt
26803@section Prompt
104c1213 26804
8e04817f 26805@cindex prompt
104c1213 26806
8e04817f
AC
26807@value{GDBN} indicates its readiness to read a command by printing a string
26808called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
26809can change the prompt string with the @code{set prompt} command. For
26810instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
26811the prompt in one of the @value{GDBN} sessions so that you can always tell
26812which one you are talking to.
104c1213 26813
8e04817f
AC
26814@emph{Note:} @code{set prompt} does not add a space for you after the
26815prompt you set. This allows you to set a prompt which ends in a space
26816or a prompt that does not.
104c1213 26817
8e04817f
AC
26818@table @code
26819@kindex set prompt
26820@item set prompt @var{newprompt}
26821Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 26822
8e04817f
AC
26823@kindex show prompt
26824@item show prompt
26825Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
26826@end table
26827
fa3a4f15
PM
26828Versions of @value{GDBN} that ship with Python scripting enabled have
26829prompt extensions. The commands for interacting with these extensions
26830are:
26831
26832@table @code
26833@kindex set extended-prompt
26834@item set extended-prompt @var{prompt}
26835Set an extended prompt that allows for substitutions.
26836@xref{gdb.prompt}, for a list of escape sequences that can be used for
26837substitution. Any escape sequences specified as part of the prompt
26838string are replaced with the corresponding strings each time the prompt
26839is displayed.
26840
26841For example:
26842
26843@smallexample
a8b43b7b 26844set extended-prompt Current working directory: \w (@value{GDBP})
fa3a4f15
PM
26845@end smallexample
26846
26847Note that when an extended-prompt is set, it takes control of the
26848@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
26849
26850@kindex show extended-prompt
26851@item show extended-prompt
26852Prints the extended prompt. Any escape sequences specified as part of
26853the prompt string with @code{set extended-prompt}, are replaced with the
26854corresponding strings each time the prompt is displayed.
26855@end table
26856
8e04817f 26857@node Editing
79a6e687 26858@section Command Editing
8e04817f
AC
26859@cindex readline
26860@cindex command line editing
104c1213 26861
703663ab 26862@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
26863@sc{gnu} library provides consistent behavior for programs which provide a
26864command line interface to the user. Advantages are @sc{gnu} Emacs-style
26865or @dfn{vi}-style inline editing of commands, @code{csh}-like history
26866substitution, and a storage and recall of command history across
26867debugging sessions.
104c1213 26868
8e04817f
AC
26869You may control the behavior of command line editing in @value{GDBN} with the
26870command @code{set}.
104c1213 26871
8e04817f
AC
26872@table @code
26873@kindex set editing
26874@cindex editing
26875@item set editing
26876@itemx set editing on
26877Enable command line editing (enabled by default).
104c1213 26878
8e04817f
AC
26879@item set editing off
26880Disable command line editing.
104c1213 26881
8e04817f
AC
26882@kindex show editing
26883@item show editing
26884Show whether command line editing is enabled.
104c1213
JM
26885@end table
26886
39037522
TT
26887@ifset SYSTEM_READLINE
26888@xref{Command Line Editing, , , rluserman, GNU Readline Library},
26889@end ifset
26890@ifclear SYSTEM_READLINE
26891@xref{Command Line Editing},
26892@end ifclear
26893for more details about the Readline
703663ab
EZ
26894interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
26895encouraged to read that chapter.
26896
11061048
TT
26897@cindex Readline application name
26898@value{GDBN} sets the Readline application name to @samp{gdb}. This
26899is useful for conditions in @file{.inputrc}.
26900
c71acd15
TT
26901@cindex operate-and-get-next
26902@value{GDBN} defines a bindable Readline command,
26903@code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
26904This command accepts the current line for execution and fetches the
26905next line relative to the current line from the history for editing.
26906Any argument is ignored.
26907
d620b259 26908@node Command History
79a6e687 26909@section Command History
703663ab 26910@cindex command history
8e04817f
AC
26911
26912@value{GDBN} can keep track of the commands you type during your
26913debugging sessions, so that you can be certain of precisely what
26914happened. Use these commands to manage the @value{GDBN} command
26915history facility.
104c1213 26916
703663ab 26917@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
39037522
TT
26918package, to provide the history facility.
26919@ifset SYSTEM_READLINE
26920@xref{Using History Interactively, , , history, GNU History Library},
26921@end ifset
26922@ifclear SYSTEM_READLINE
26923@xref{Using History Interactively},
26924@end ifclear
26925for the detailed description of the History library.
703663ab 26926
d620b259 26927To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
26928the state which is seen by users, prefix it with @samp{server }
26929(@pxref{Server Prefix}). This
d620b259
NR
26930means that this command will not affect the command history, nor will it
26931affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
26932pressed on a line by itself.
26933
26934@cindex @code{server}, command prefix
26935The server prefix does not affect the recording of values into the value
26936history; to print a value without recording it into the value history,
26937use the @code{output} command instead of the @code{print} command.
26938
703663ab
EZ
26939Here is the description of @value{GDBN} commands related to command
26940history.
26941
104c1213 26942@table @code
8e04817f
AC
26943@cindex history substitution
26944@cindex history file
26945@kindex set history filename
4644b6e3 26946@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
26947@item set history filename @var{fname}
26948Set the name of the @value{GDBN} command history file to @var{fname}.
26949This is the file where @value{GDBN} reads an initial command history
26950list, and where it writes the command history from this session when it
26951exits. You can access this list through history expansion or through
26952the history command editing characters listed below. This file defaults
26953to the value of the environment variable @code{GDBHISTFILE}, or to
26954@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
26955is not set.
104c1213 26956
9c16f35a
EZ
26957@cindex save command history
26958@kindex set history save
8e04817f
AC
26959@item set history save
26960@itemx set history save on
26961Record command history in a file, whose name may be specified with the
26962@code{set history filename} command. By default, this option is disabled.
104c1213 26963
8e04817f
AC
26964@item set history save off
26965Stop recording command history in a file.
104c1213 26966
8e04817f 26967@cindex history size
9c16f35a 26968@kindex set history size
b58c513b 26969@cindex @env{GDBHISTSIZE}, environment variable
8e04817f 26970@item set history size @var{size}
f81d1120 26971@itemx set history size unlimited
8e04817f 26972Set the number of commands which @value{GDBN} keeps in its history list.
bc460514
PP
26973This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
26974to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
0eacb298
PP
26975are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
26976either a negative number or the empty string, then the number of commands
26977@value{GDBN} keeps in the history list is unlimited.
fc637f04
PP
26978
26979@cindex remove duplicate history
26980@kindex set history remove-duplicates
26981@item set history remove-duplicates @var{count}
26982@itemx set history remove-duplicates unlimited
26983Control the removal of duplicate history entries in the command history list.
26984If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
26985history entries and remove the first entry that is a duplicate of the current
26986entry being added to the command history list. If @var{count} is
26987@code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
26988removal of duplicate history entries is disabled.
26989
26990Only history entries added during the current session are considered for
26991removal. This option is set to 0 by default.
26992
104c1213
JM
26993@end table
26994
8e04817f 26995History expansion assigns special meaning to the character @kbd{!}.
39037522
TT
26996@ifset SYSTEM_READLINE
26997@xref{Event Designators, , , history, GNU History Library},
26998@end ifset
26999@ifclear SYSTEM_READLINE
27000@xref{Event Designators},
27001@end ifclear
27002for more details.
8e04817f 27003
703663ab 27004@cindex history expansion, turn on/off
8e04817f
AC
27005Since @kbd{!} is also the logical not operator in C, history expansion
27006is off by default. If you decide to enable history expansion with the
27007@code{set history expansion on} command, you may sometimes need to
27008follow @kbd{!} (when it is used as logical not, in an expression) with
27009a space or a tab to prevent it from being expanded. The readline
27010history facilities do not attempt substitution on the strings
27011@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
27012
27013The commands to control history expansion are:
104c1213
JM
27014
27015@table @code
8e04817f
AC
27016@item set history expansion on
27017@itemx set history expansion
703663ab 27018@kindex set history expansion
8e04817f 27019Enable history expansion. History expansion is off by default.
104c1213 27020
8e04817f
AC
27021@item set history expansion off
27022Disable history expansion.
104c1213 27023
8e04817f
AC
27024@c @group
27025@kindex show history
27026@item show history
27027@itemx show history filename
27028@itemx show history save
27029@itemx show history size
27030@itemx show history expansion
27031These commands display the state of the @value{GDBN} history parameters.
27032@code{show history} by itself displays all four states.
27033@c @end group
27034@end table
27035
27036@table @code
9c16f35a
EZ
27037@kindex show commands
27038@cindex show last commands
27039@cindex display command history
8e04817f
AC
27040@item show commands
27041Display the last ten commands in the command history.
104c1213 27042
8e04817f
AC
27043@item show commands @var{n}
27044Print ten commands centered on command number @var{n}.
27045
27046@item show commands +
27047Print ten commands just after the commands last printed.
104c1213
JM
27048@end table
27049
8e04817f 27050@node Screen Size
79a6e687 27051@section Screen Size
8e04817f 27052@cindex size of screen
f179cf97
EZ
27053@cindex screen size
27054@cindex pagination
27055@cindex page size
8e04817f 27056@cindex pauses in output
104c1213 27057
8e04817f
AC
27058Certain commands to @value{GDBN} may produce large amounts of
27059information output to the screen. To help you read all of it,
27060@value{GDBN} pauses and asks you for input at the end of each page of
eb6af809
TT
27061output. Type @key{RET} when you want to see one more page of output,
27062@kbd{q} to discard the remaining output, or @kbd{c} to continue
27063without paging for the rest of the current command. Also, the screen
27064width setting determines when to wrap lines of output. Depending on
27065what is being printed, @value{GDBN} tries to break the line at a
27066readable place, rather than simply letting it overflow onto the
27067following line.
8e04817f
AC
27068
27069Normally @value{GDBN} knows the size of the screen from the terminal
27070driver software. For example, on Unix @value{GDBN} uses the termcap data base
27071together with the value of the @code{TERM} environment variable and the
27072@code{stty rows} and @code{stty cols} settings. If this is not correct,
27073you can override it with the @code{set height} and @code{set
27074width} commands:
27075
27076@table @code
27077@kindex set height
27078@kindex set width
27079@kindex show width
27080@kindex show height
27081@item set height @var{lpp}
f81d1120 27082@itemx set height unlimited
8e04817f
AC
27083@itemx show height
27084@itemx set width @var{cpl}
f81d1120 27085@itemx set width unlimited
8e04817f
AC
27086@itemx show width
27087These @code{set} commands specify a screen height of @var{lpp} lines and
27088a screen width of @var{cpl} characters. The associated @code{show}
27089commands display the current settings.
104c1213 27090
f81d1120
PA
27091If you specify a height of either @code{unlimited} or zero lines,
27092@value{GDBN} does not pause during output no matter how long the
27093output is. This is useful if output is to a file or to an editor
27094buffer.
104c1213 27095
f81d1120
PA
27096Likewise, you can specify @samp{set width unlimited} or @samp{set
27097width 0} to prevent @value{GDBN} from wrapping its output.
9c16f35a
EZ
27098
27099@item set pagination on
27100@itemx set pagination off
27101@kindex set pagination
27102Turn the output pagination on or off; the default is on. Turning
f81d1120 27103pagination off is the alternative to @code{set height unlimited}. Note that
7c953934
TT
27104running @value{GDBN} with the @option{--batch} option (@pxref{Mode
27105Options, -batch}) also automatically disables pagination.
9c16f35a
EZ
27106
27107@item show pagination
27108@kindex show pagination
27109Show the current pagination mode.
104c1213
JM
27110@end table
27111
140a4bc0
TT
27112@node Output Styling
27113@section Output Styling
27114@cindex styling
27115@cindex colors
27116
27117@kindex set style
27118@kindex show style
27119@value{GDBN} can style its output on a capable terminal. This is
7557a514
AH
27120enabled by default on most systems, but disabled by default when in
27121batch mode (@pxref{Mode Options}). Various style settings are available;
27122and styles can also be disabled entirely.
140a4bc0
TT
27123
27124@table @code
27125@item set style enabled @samp{on|off}
27126Enable or disable all styling. The default is host-dependent, with
27127most hosts defaulting to @samp{on}.
27128
27129@item show style enabled
27130Show the current state of styling.
d085f989
TT
27131
27132@item set style sources @samp{on|off}
27133Enable or disable source code styling. This affects whether source
27134code, such as the output of the @code{list} command, is styled. Note
27135that source styling only works if styling in general is enabled, and
27136if @value{GDBN} was linked with the GNU Source Highlight library. The
27137default is @samp{on}.
27138
27139@item show style sources
27140Show the current state of source code styling.
140a4bc0
TT
27141@end table
27142
27143Subcommands of @code{set style} control specific forms of styling.
27144These subcommands all follow the same pattern: each style-able object
27145can be styled with a foreground color, a background color, and an
27146intensity.
27147
27148For example, the style of file names can be controlled using the
27149@code{set style filename} group of commands:
27150
27151@table @code
27152@item set style filename background @var{color}
27153Set the background to @var{color}. Valid colors are @samp{none}
27154(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 27155@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
27156and@samp{white}.
27157
27158@item set style filename foreground @var{color}
27159Set the foreground to @var{color}. Valid colors are @samp{none}
27160(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 27161@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
27162and@samp{white}.
27163
27164@item set style filename intensity @var{value}
27165Set the intensity to @var{value}. Valid intensities are @samp{normal}
27166(the default), @samp{bold}, and @samp{dim}.
27167@end table
27168
e664d728
PW
27169The @code{show style} command and its subcommands are styling
27170a style name in their output using its own style.
27171So, use @command{show style} to see the complete list of styles,
27172their characteristics and the visual aspect of each style.
27173
140a4bc0
TT
27174The style-able objects are:
27175@table @code
27176@item filename
e3624a40
EZ
27177Control the styling of file names. By default, this style's
27178foreground color is green.
140a4bc0
TT
27179
27180@item function
27181Control the styling of function names. These are managed with the
e3624a40
EZ
27182@code{set style function} family of commands. By default, this
27183style's foreground color is yellow.
140a4bc0
TT
27184
27185@item variable
27186Control the styling of variable names. These are managed with the
e3624a40
EZ
27187@code{set style variable} family of commands. By default, this style's
27188foreground color is cyan.
140a4bc0
TT
27189
27190@item address
27191Control the styling of addresses. These are managed with the
e3624a40
EZ
27192@code{set style address} family of commands. By default, this style's
27193foreground color is blue.
e664d728
PW
27194
27195@item title
27196Control the styling of titles. These are managed with the
27197@code{set style title} family of commands. By default, this style's
27198intensity is bold. Commands are using the title style to improve
6b92c0d3 27199the readability of large output. For example, the commands
e664d728
PW
27200@command{apropos} and @command{help} are using the title style
27201for the command names.
27202
27203@item highlight
27204Control the styling of highlightings. These are managed with the
27205@code{set style highlight} family of commands. By default, this style's
27206foreground color is red. Commands are using the highlight style to draw
27207the user attention to some specific parts of their output. For example,
27208the command @command{apropos -v REGEXP} uses the highlight style to
27209mark the documentation parts matching @var{regexp}.
27210
a2a7af0c
TT
27211@item tui-border
27212Control the styling of the TUI border. Note that, unlike other
27213styling options, only the color of the border can be controlled via
27214@code{set style}. This was done for compatibility reasons, as TUI
27215controls to set the border's intensity predated the addition of
27216general styling to @value{GDBN}. @xref{TUI Configuration}.
27217
27218@item tui-active-border
27219Control the styling of the active TUI border; that is, the TUI window
27220that has the focus.
27221
140a4bc0
TT
27222@end table
27223
8e04817f
AC
27224@node Numbers
27225@section Numbers
27226@cindex number representation
27227@cindex entering numbers
104c1213 27228
8e04817f
AC
27229You can always enter numbers in octal, decimal, or hexadecimal in
27230@value{GDBN} by the usual conventions: octal numbers begin with
27231@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
27232begin with @samp{0x}. Numbers that neither begin with @samp{0} or
27233@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2723410; likewise, the default display for numbers---when no particular
27235format is specified---is base 10. You can change the default base for
27236both input and output with the commands described below.
104c1213 27237
8e04817f
AC
27238@table @code
27239@kindex set input-radix
27240@item set input-radix @var{base}
27241Set the default base for numeric input. Supported choices
697aa1b7 27242for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 27243specified either unambiguously or using the current input radix; for
8e04817f 27244example, any of
104c1213 27245
8e04817f 27246@smallexample
9c16f35a
EZ
27247set input-radix 012
27248set input-radix 10.
27249set input-radix 0xa
8e04817f 27250@end smallexample
104c1213 27251
8e04817f 27252@noindent
9c16f35a 27253sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
27254leaves the input radix unchanged, no matter what it was, since
27255@samp{10}, being without any leading or trailing signs of its base, is
27256interpreted in the current radix. Thus, if the current radix is 16,
27257@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
27258change the radix.
104c1213 27259
8e04817f
AC
27260@kindex set output-radix
27261@item set output-radix @var{base}
27262Set the default base for numeric display. Supported choices
697aa1b7 27263for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 27264specified either unambiguously or using the current input radix.
104c1213 27265
8e04817f
AC
27266@kindex show input-radix
27267@item show input-radix
27268Display the current default base for numeric input.
104c1213 27269
8e04817f
AC
27270@kindex show output-radix
27271@item show output-radix
27272Display the current default base for numeric display.
9c16f35a
EZ
27273
27274@item set radix @r{[}@var{base}@r{]}
27275@itemx show radix
27276@kindex set radix
27277@kindex show radix
27278These commands set and show the default base for both input and output
27279of numbers. @code{set radix} sets the radix of input and output to
27280the same base; without an argument, it resets the radix back to its
27281default value of 10.
27282
8e04817f 27283@end table
104c1213 27284
1e698235 27285@node ABI
79a6e687 27286@section Configuring the Current ABI
1e698235
DJ
27287
27288@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
27289application automatically. However, sometimes you need to override its
27290conclusions. Use these commands to manage @value{GDBN}'s view of the
27291current ABI.
27292
98b45e30
DJ
27293@cindex OS ABI
27294@kindex set osabi
b4e9345d 27295@kindex show osabi
430ed3f0 27296@cindex Newlib OS ABI and its influence on the longjmp handling
98b45e30
DJ
27297
27298One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 27299system targets, either via remote debugging or native emulation.
98b45e30
DJ
27300@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
27301but you can override its conclusion using the @code{set osabi} command.
27302One example where this is useful is in debugging of binaries which use
27303an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
27304not have the same identifying marks that the standard C library for your
27305platform provides.
27306
430ed3f0
MS
27307When @value{GDBN} is debugging the AArch64 architecture, it provides a
27308``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
27309@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
27310The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
27311
98b45e30
DJ
27312@table @code
27313@item show osabi
27314Show the OS ABI currently in use.
27315
27316@item set osabi
27317With no argument, show the list of registered available OS ABI's.
27318
27319@item set osabi @var{abi}
27320Set the current OS ABI to @var{abi}.
27321@end table
27322
1e698235 27323@cindex float promotion
1e698235
DJ
27324
27325Generally, the way that an argument of type @code{float} is passed to a
27326function depends on whether the function is prototyped. For a prototyped
27327(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
27328according to the architecture's convention for @code{float}. For unprototyped
27329(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
27330@code{double} and then passed.
27331
27332Unfortunately, some forms of debug information do not reliably indicate whether
27333a function is prototyped. If @value{GDBN} calls a function that is not marked
27334as prototyped, it consults @kbd{set coerce-float-to-double}.
27335
27336@table @code
a8f24a35 27337@kindex set coerce-float-to-double
1e698235
DJ
27338@item set coerce-float-to-double
27339@itemx set coerce-float-to-double on
27340Arguments of type @code{float} will be promoted to @code{double} when passed
27341to an unprototyped function. This is the default setting.
27342
27343@item set coerce-float-to-double off
27344Arguments of type @code{float} will be passed directly to unprototyped
27345functions.
9c16f35a
EZ
27346
27347@kindex show coerce-float-to-double
27348@item show coerce-float-to-double
27349Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
27350@end table
27351
f1212245
DJ
27352@kindex set cp-abi
27353@kindex show cp-abi
27354@value{GDBN} needs to know the ABI used for your program's C@t{++}
27355objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
27356used to build your application. @value{GDBN} only fully supports
27357programs with a single C@t{++} ABI; if your program contains code using
27358multiple C@t{++} ABI's or if @value{GDBN} can not identify your
27359program's ABI correctly, you can tell @value{GDBN} which ABI to use.
27360Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
27361before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
27362``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
27363use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
27364``auto''.
27365
27366@table @code
27367@item show cp-abi
27368Show the C@t{++} ABI currently in use.
27369
27370@item set cp-abi
27371With no argument, show the list of supported C@t{++} ABI's.
27372
27373@item set cp-abi @var{abi}
27374@itemx set cp-abi auto
27375Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
27376@end table
27377
bf88dd68
JK
27378@node Auto-loading
27379@section Automatically loading associated files
27380@cindex auto-loading
27381
27382@value{GDBN} sometimes reads files with commands and settings automatically,
27383without being explicitly told so by the user. We call this feature
27384@dfn{auto-loading}. While auto-loading is useful for automatically adapting
27385@value{GDBN} to the needs of your project, it can sometimes produce unexpected
27386results or introduce security risks (e.g., if the file comes from untrusted
27387sources).
27388
71b8c845
DE
27389@menu
27390* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
27391* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
27392
27393* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
27394* Auto-loading verbose mode:: @samp{set/show debug auto-load}
27395@end menu
27396
27397There are various kinds of files @value{GDBN} can automatically load.
27398In addition to these files, @value{GDBN} supports auto-loading code written
27399in various extension languages. @xref{Auto-loading extensions}.
27400
c1668e4e
JK
27401Note that loading of these associated files (including the local @file{.gdbinit}
27402file) requires accordingly configured @code{auto-load safe-path}
27403(@pxref{Auto-loading safe path}).
27404
bf88dd68
JK
27405For these reasons, @value{GDBN} includes commands and options to let you
27406control when to auto-load files and which files should be auto-loaded.
27407
27408@table @code
27409@anchor{set auto-load off}
27410@kindex set auto-load off
27411@item set auto-load off
27412Globally disable loading of all auto-loaded files.
27413You may want to use this command with the @samp{-iex} option
27414(@pxref{Option -init-eval-command}) such as:
27415@smallexample
27416$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
27417@end smallexample
27418
27419Be aware that system init file (@pxref{System-wide configuration})
27420and init files from your home directory (@pxref{Home Directory Init File})
27421still get read (as they come from generally trusted directories).
27422To prevent @value{GDBN} from auto-loading even those init files, use the
27423@option{-nx} option (@pxref{Mode Options}), in addition to
27424@code{set auto-load no}.
27425
27426@anchor{show auto-load}
27427@kindex show auto-load
27428@item show auto-load
27429Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
27430or disabled.
27431
27432@smallexample
a8b43b7b 27433(@value{GDBP}) show auto-load
bf88dd68
JK
27434gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
27435libthread-db: Auto-loading of inferior specific libthread_db is on.
1ccacbcd
JK
27436local-gdbinit: Auto-loading of .gdbinit script from current directory
27437 is on.
bf88dd68 27438python-scripts: Auto-loading of Python scripts is on.
bccbefd2 27439safe-path: List of directories from which it is safe to auto-load files
1564a261 27440 is $debugdir:$datadir/auto-load.
7349ff92 27441scripts-directory: List of directories from which to load auto-loaded scripts
1564a261 27442 is $debugdir:$datadir/auto-load.
bf88dd68
JK
27443@end smallexample
27444
27445@anchor{info auto-load}
27446@kindex info auto-load
27447@item info auto-load
27448Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
27449not.
27450
27451@smallexample
a8b43b7b 27452(@value{GDBP}) info auto-load
bf88dd68
JK
27453gdb-scripts:
27454Loaded Script
27455Yes /home/user/gdb/gdb-gdb.gdb
27456libthread-db: No auto-loaded libthread-db.
1ccacbcd
JK
27457local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
27458 loaded.
bf88dd68
JK
27459python-scripts:
27460Loaded Script
27461Yes /home/user/gdb/gdb-gdb.py
27462@end smallexample
27463@end table
27464
bf88dd68
JK
27465These are @value{GDBN} control commands for the auto-loading:
27466
27467@multitable @columnfractions .5 .5
27468@item @xref{set auto-load off}.
27469@tab Disable auto-loading globally.
27470@item @xref{show auto-load}.
27471@tab Show setting of all kinds of files.
27472@item @xref{info auto-load}.
27473@tab Show state of all kinds of files.
27474@item @xref{set auto-load gdb-scripts}.
27475@tab Control for @value{GDBN} command scripts.
27476@item @xref{show auto-load gdb-scripts}.
27477@tab Show setting of @value{GDBN} command scripts.
27478@item @xref{info auto-load gdb-scripts}.
27479@tab Show state of @value{GDBN} command scripts.
27480@item @xref{set auto-load python-scripts}.
27481@tab Control for @value{GDBN} Python scripts.
27482@item @xref{show auto-load python-scripts}.
27483@tab Show setting of @value{GDBN} Python scripts.
27484@item @xref{info auto-load python-scripts}.
27485@tab Show state of @value{GDBN} Python scripts.
ed3ef339
DE
27486@item @xref{set auto-load guile-scripts}.
27487@tab Control for @value{GDBN} Guile scripts.
27488@item @xref{show auto-load guile-scripts}.
27489@tab Show setting of @value{GDBN} Guile scripts.
27490@item @xref{info auto-load guile-scripts}.
27491@tab Show state of @value{GDBN} Guile scripts.
7349ff92
JK
27492@item @xref{set auto-load scripts-directory}.
27493@tab Control for @value{GDBN} auto-loaded scripts location.
27494@item @xref{show auto-load scripts-directory}.
27495@tab Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
27496@item @xref{add-auto-load-scripts-directory}.
27497@tab Add directory for auto-loaded scripts location list.
bf88dd68
JK
27498@item @xref{set auto-load local-gdbinit}.
27499@tab Control for init file in the current directory.
27500@item @xref{show auto-load local-gdbinit}.
27501@tab Show setting of init file in the current directory.
27502@item @xref{info auto-load local-gdbinit}.
27503@tab Show state of init file in the current directory.
27504@item @xref{set auto-load libthread-db}.
27505@tab Control for thread debugging library.
27506@item @xref{show auto-load libthread-db}.
27507@tab Show setting of thread debugging library.
27508@item @xref{info auto-load libthread-db}.
27509@tab Show state of thread debugging library.
bccbefd2
JK
27510@item @xref{set auto-load safe-path}.
27511@tab Control directories trusted for automatic loading.
27512@item @xref{show auto-load safe-path}.
27513@tab Show directories trusted for automatic loading.
27514@item @xref{add-auto-load-safe-path}.
27515@tab Add directory trusted for automatic loading.
bf88dd68
JK
27516@end multitable
27517
bf88dd68
JK
27518@node Init File in the Current Directory
27519@subsection Automatically loading init file in the current directory
27520@cindex auto-loading init file in the current directory
27521
27522By default, @value{GDBN} reads and executes the canned sequences of commands
27523from init file (if any) in the current working directory,
27524see @ref{Init File in the Current Directory during Startup}.
27525
c1668e4e
JK
27526Note that loading of this local @file{.gdbinit} file also requires accordingly
27527configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27528
bf88dd68
JK
27529@table @code
27530@anchor{set auto-load local-gdbinit}
27531@kindex set auto-load local-gdbinit
27532@item set auto-load local-gdbinit [on|off]
27533Enable or disable the auto-loading of canned sequences of commands
27534(@pxref{Sequences}) found in init file in the current directory.
27535
27536@anchor{show auto-load local-gdbinit}
27537@kindex show auto-load local-gdbinit
27538@item show auto-load local-gdbinit
27539Show whether auto-loading of canned sequences of commands from init file in the
27540current directory is enabled or disabled.
27541
27542@anchor{info auto-load local-gdbinit}
27543@kindex info auto-load local-gdbinit
27544@item info auto-load local-gdbinit
27545Print whether canned sequences of commands from init file in the
27546current directory have been auto-loaded.
27547@end table
27548
27549@node libthread_db.so.1 file
27550@subsection Automatically loading thread debugging library
27551@cindex auto-loading libthread_db.so.1
27552
27553This feature is currently present only on @sc{gnu}/Linux native hosts.
27554
27555@value{GDBN} reads in some cases thread debugging library from places specific
27556to the inferior (@pxref{set libthread-db-search-path}).
27557
27558The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
27559without checking this @samp{set auto-load libthread-db} switch as system
27560libraries have to be trusted in general. In all other cases of
27561@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
27562auto-load libthread-db} is enabled before trying to open such thread debugging
27563library.
27564
c1668e4e
JK
27565Note that loading of this debugging library also requires accordingly configured
27566@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27567
bf88dd68
JK
27568@table @code
27569@anchor{set auto-load libthread-db}
27570@kindex set auto-load libthread-db
27571@item set auto-load libthread-db [on|off]
27572Enable or disable the auto-loading of inferior specific thread debugging library.
27573
27574@anchor{show auto-load libthread-db}
27575@kindex show auto-load libthread-db
27576@item show auto-load libthread-db
27577Show whether auto-loading of inferior specific thread debugging library is
27578enabled or disabled.
27579
27580@anchor{info auto-load libthread-db}
27581@kindex info auto-load libthread-db
27582@item info auto-load libthread-db
27583Print the list of all loaded inferior specific thread debugging libraries and
27584for each such library print list of inferior @var{pid}s using it.
27585@end table
27586
bccbefd2
JK
27587@node Auto-loading safe path
27588@subsection Security restriction for auto-loading
27589@cindex auto-loading safe-path
27590
27591As the files of inferior can come from untrusted source (such as submitted by
27592an application user) @value{GDBN} does not always load any files automatically.
27593@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
27594directories trusted for loading files not explicitly requested by user.
202cbf1c 27595Each directory can also be a shell wildcard pattern.
bccbefd2
JK
27596
27597If the path is not set properly you will see a warning and the file will not
27598get loaded:
27599
27600@smallexample
27601$ ./gdb -q ./gdb
27602Reading symbols from /home/user/gdb/gdb...done.
27603warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
1564a261
JK
27604 declined by your `auto-load safe-path' set
27605 to "$debugdir:$datadir/auto-load".
bccbefd2 27606warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
1564a261
JK
27607 declined by your `auto-load safe-path' set
27608 to "$debugdir:$datadir/auto-load".
bccbefd2
JK
27609@end smallexample
27610
2c91021c
JK
27611@noindent
27612To instruct @value{GDBN} to go ahead and use the init files anyway,
27613invoke @value{GDBN} like this:
27614
27615@smallexample
27616$ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
27617@end smallexample
27618
bccbefd2
JK
27619The list of trusted directories is controlled by the following commands:
27620
27621@table @code
27622@anchor{set auto-load safe-path}
27623@kindex set auto-load safe-path
af2c1515 27624@item set auto-load safe-path @r{[}@var{directories}@r{]}
bccbefd2
JK
27625Set the list of directories (and their subdirectories) trusted for automatic
27626loading and execution of scripts. You can also enter a specific trusted file.
202cbf1c
JK
27627Each directory can also be a shell wildcard pattern; wildcards do not match
27628directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
27629(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
af2c1515
JK
27630If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
27631its default value as specified during @value{GDBN} compilation.
27632
d9242c17 27633The list of directories uses path separator (@samp{:} on GNU and Unix
bccbefd2
JK
27634systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27635to the @env{PATH} environment variable.
27636
27637@anchor{show auto-load safe-path}
27638@kindex show auto-load safe-path
27639@item show auto-load safe-path
27640Show the list of directories trusted for automatic loading and execution of
27641scripts.
27642
27643@anchor{add-auto-load-safe-path}
27644@kindex add-auto-load-safe-path
27645@item add-auto-load-safe-path
413b59ae
JK
27646Add an entry (or list of entries) to the list of directories trusted for
27647automatic loading and execution of scripts. Multiple entries may be delimited
27648by the host platform path separator in use.
bccbefd2
JK
27649@end table
27650
7349ff92 27651This variable defaults to what @code{--with-auto-load-dir} has been configured
1564a261
JK
27652to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
27653substitution applies the same as for @ref{set auto-load scripts-directory}.
27654The default @code{set auto-load safe-path} value can be also overriden by
27655@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
6dea1fbd 27656
6dea1fbd
JK
27657Setting this variable to @file{/} disables this security protection,
27658corresponding @value{GDBN} configuration option is
27659@option{--without-auto-load-safe-path}.
bccbefd2
JK
27660This variable is supposed to be set to the system directories writable by the
27661system superuser only. Users can add their source directories in init files in
27662their home directories (@pxref{Home Directory Init File}). See also deprecated
27663init file in the current directory
27664(@pxref{Init File in the Current Directory during Startup}).
27665
27666To force @value{GDBN} to load the files it declined to load in the previous
27667example, you could use one of the following ways:
27668
0511cc75
JK
27669@table @asis
27670@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
bccbefd2
JK
27671Specify this trusted directory (or a file) as additional component of the list.
27672You have to specify also any existing directories displayed by
27673by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
27674
174bb630 27675@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
bccbefd2
JK
27676Specify this directory as in the previous case but just for a single
27677@value{GDBN} session.
27678
af2c1515 27679@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
bccbefd2
JK
27680Disable auto-loading safety for a single @value{GDBN} session.
27681This assumes all the files you debug during this @value{GDBN} session will come
27682from trusted sources.
27683
27684@item @kbd{./configure --without-auto-load-safe-path}
27685During compilation of @value{GDBN} you may disable any auto-loading safety.
27686This assumes all the files you will ever debug with this @value{GDBN} come from
27687trusted sources.
0511cc75 27688@end table
bccbefd2
JK
27689
27690On the other hand you can also explicitly forbid automatic files loading which
27691also suppresses any such warning messages:
27692
0511cc75 27693@table @asis
174bb630 27694@item @kbd{gdb -iex "set auto-load no" @dots{}}
bccbefd2
JK
27695You can use @value{GDBN} command-line option for a single @value{GDBN} session.
27696
0511cc75 27697@item @file{~/.gdbinit}: @samp{set auto-load no}
bccbefd2
JK
27698Disable auto-loading globally for the user
27699(@pxref{Home Directory Init File}). While it is improbable, you could also
27700use system init file instead (@pxref{System-wide configuration}).
0511cc75 27701@end table
bccbefd2
JK
27702
27703This setting applies to the file names as entered by user. If no entry matches
27704@value{GDBN} tries as a last resort to also resolve all the file names into
27705their canonical form (typically resolving symbolic links) and compare the
27706entries again. @value{GDBN} already canonicalizes most of the filenames on its
27707own before starting the comparison so a canonical form of directories is
27708recommended to be entered.
27709
4dc84fd1
JK
27710@node Auto-loading verbose mode
27711@subsection Displaying files tried for auto-load
27712@cindex auto-loading verbose mode
27713
27714For better visibility of all the file locations where you can place scripts to
27715be auto-loaded with inferior --- or to protect yourself against accidental
27716execution of untrusted scripts --- @value{GDBN} provides a feature for printing
27717all the files attempted to be loaded. Both existing and non-existing files may
27718be printed.
27719
27720For example the list of directories from which it is safe to auto-load files
27721(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
27722may not be too obvious while setting it up.
27723
27724@smallexample
a8b43b7b
T
27725(@value{GDBP}) set debug auto-load on
27726(@value{GDBP}) file ~/src/t/true
4dc84fd1
JK
27727auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
27728 for objfile "/tmp/true".
27729auto-load: Updating directories of "/usr:/opt".
27730auto-load: Using directory "/usr".
27731auto-load: Using directory "/opt".
27732warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
27733 by your `auto-load safe-path' set to "/usr:/opt".
27734@end smallexample
27735
27736@table @code
27737@anchor{set debug auto-load}
27738@kindex set debug auto-load
27739@item set debug auto-load [on|off]
27740Set whether to print the filenames attempted to be auto-loaded.
27741
27742@anchor{show debug auto-load}
27743@kindex show debug auto-load
27744@item show debug auto-load
27745Show whether printing of the filenames attempted to be auto-loaded is turned
27746on or off.
27747@end table
27748
8e04817f 27749@node Messages/Warnings
79a6e687 27750@section Optional Warnings and Messages
104c1213 27751
9c16f35a
EZ
27752@cindex verbose operation
27753@cindex optional warnings
8e04817f
AC
27754By default, @value{GDBN} is silent about its inner workings. If you are
27755running on a slow machine, you may want to use the @code{set verbose}
27756command. This makes @value{GDBN} tell you when it does a lengthy
27757internal operation, so you will not think it has crashed.
104c1213 27758
8e04817f
AC
27759Currently, the messages controlled by @code{set verbose} are those
27760which announce that the symbol table for a source file is being read;
79a6e687 27761see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 27762
8e04817f
AC
27763@table @code
27764@kindex set verbose
27765@item set verbose on
27766Enables @value{GDBN} output of certain informational messages.
104c1213 27767
8e04817f
AC
27768@item set verbose off
27769Disables @value{GDBN} output of certain informational messages.
104c1213 27770
8e04817f
AC
27771@kindex show verbose
27772@item show verbose
27773Displays whether @code{set verbose} is on or off.
27774@end table
104c1213 27775
8e04817f
AC
27776By default, if @value{GDBN} encounters bugs in the symbol table of an
27777object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
27778find this information useful (@pxref{Symbol Errors, ,Errors Reading
27779Symbol Files}).
104c1213 27780
8e04817f 27781@table @code
104c1213 27782
8e04817f
AC
27783@kindex set complaints
27784@item set complaints @var{limit}
27785Permits @value{GDBN} to output @var{limit} complaints about each type of
27786unusual symbols before becoming silent about the problem. Set
27787@var{limit} to zero to suppress all complaints; set it to a large number
27788to prevent complaints from being suppressed.
104c1213 27789
8e04817f
AC
27790@kindex show complaints
27791@item show complaints
27792Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 27793
8e04817f 27794@end table
104c1213 27795
d837706a 27796@anchor{confirmation requests}
8e04817f
AC
27797By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
27798lot of stupid questions to confirm certain commands. For example, if
27799you try to run a program which is already running:
104c1213 27800
474c8240 27801@smallexample
8e04817f
AC
27802(@value{GDBP}) run
27803The program being debugged has been started already.
27804Start it from the beginning? (y or n)
474c8240 27805@end smallexample
104c1213 27806
8e04817f
AC
27807If you are willing to unflinchingly face the consequences of your own
27808commands, you can disable this ``feature'':
104c1213 27809
8e04817f 27810@table @code
104c1213 27811
8e04817f
AC
27812@kindex set confirm
27813@cindex flinching
27814@cindex confirmation
27815@cindex stupid questions
27816@item set confirm off
7c953934
TT
27817Disables confirmation requests. Note that running @value{GDBN} with
27818the @option{--batch} option (@pxref{Mode Options, -batch}) also
27819automatically disables confirmation requests.
104c1213 27820
8e04817f
AC
27821@item set confirm on
27822Enables confirmation requests (the default).
104c1213 27823
8e04817f
AC
27824@kindex show confirm
27825@item show confirm
27826Displays state of confirmation requests.
27827
27828@end table
104c1213 27829
16026cd7
AS
27830@cindex command tracing
27831If you need to debug user-defined commands or sourced files you may find it
27832useful to enable @dfn{command tracing}. In this mode each command will be
27833printed as it is executed, prefixed with one or more @samp{+} symbols, the
27834quantity denoting the call depth of each command.
27835
27836@table @code
27837@kindex set trace-commands
27838@cindex command scripts, debugging
27839@item set trace-commands on
27840Enable command tracing.
27841@item set trace-commands off
27842Disable command tracing.
27843@item show trace-commands
27844Display the current state of command tracing.
27845@end table
27846
8e04817f 27847@node Debugging Output
79a6e687 27848@section Optional Messages about Internal Happenings
4644b6e3
EZ
27849@cindex optional debugging messages
27850
da316a69
EZ
27851@value{GDBN} has commands that enable optional debugging messages from
27852various @value{GDBN} subsystems; normally these commands are of
27853interest to @value{GDBN} maintainers, or when reporting a bug. This
27854section documents those commands.
27855
104c1213 27856@table @code
a8f24a35
EZ
27857@kindex set exec-done-display
27858@item set exec-done-display
27859Turns on or off the notification of asynchronous commands'
27860completion. When on, @value{GDBN} will print a message when an
27861asynchronous command finishes its execution. The default is off.
27862@kindex show exec-done-display
27863@item show exec-done-display
27864Displays the current setting of asynchronous command completion
27865notification.
4644b6e3 27866@kindex set debug
be9a8770
PA
27867@cindex ARM AArch64
27868@item set debug aarch64
27869Turns on or off display of debugging messages related to ARM AArch64.
27870The default is off.
27871@kindex show debug
27872@item show debug aarch64
27873Displays the current state of displaying debugging messages related to
27874ARM AArch64.
4644b6e3 27875@cindex gdbarch debugging info
a8f24a35 27876@cindex architecture debugging info
8e04817f 27877@item set debug arch
a8f24a35 27878Turns on or off display of gdbarch debugging info. The default is off
8e04817f
AC
27879@item show debug arch
27880Displays the current state of displaying gdbarch debugging info.
9a005eb9
JB
27881@item set debug aix-solib
27882@cindex AIX shared library debugging
27883Control display of debugging messages from the AIX shared library
27884support module. The default is off.
27885@item show debug aix-thread
27886Show the current state of displaying AIX shared library debugging messages.
721c2651
EZ
27887@item set debug aix-thread
27888@cindex AIX threads
27889Display debugging messages about inner workings of the AIX thread
27890module.
27891@item show debug aix-thread
27892Show the current state of AIX thread debugging info display.
900e11f9
JK
27893@item set debug check-physname
27894@cindex physname
27895Check the results of the ``physname'' computation. When reading DWARF
27896debugging information for C@t{++}, @value{GDBN} attempts to compute
27897each entity's name. @value{GDBN} can do this computation in two
27898different ways, depending on exactly what information is present.
27899When enabled, this setting causes @value{GDBN} to compute the names
27900both ways and display any discrepancies.
27901@item show debug check-physname
27902Show the current state of ``physname'' checking.
be9a8770
PA
27903@item set debug coff-pe-read
27904@cindex COFF/PE exported symbols
27905Control display of debugging messages related to reading of COFF/PE
27906exported symbols. The default is off.
27907@item show debug coff-pe-read
27908Displays the current state of displaying debugging messages related to
27909reading of COFF/PE exported symbols.
b4f54984
DE
27910@item set debug dwarf-die
27911@cindex DWARF DIEs
27912Dump DWARF DIEs after they are read in.
d97bc12b
DE
27913The value is the number of nesting levels to print.
27914A value of zero turns off the display.
b4f54984
DE
27915@item show debug dwarf-die
27916Show the current state of DWARF DIE debugging.
27e0867f
DE
27917@item set debug dwarf-line
27918@cindex DWARF Line Tables
27919Turns on or off display of debugging messages related to reading
27920DWARF line tables. The default is 0 (off).
27921A value of 1 provides basic information.
27922A value greater than 1 provides more verbose information.
27923@item show debug dwarf-line
27924Show the current state of DWARF line table debugging.
b4f54984
DE
27925@item set debug dwarf-read
27926@cindex DWARF Reading
45cfd468 27927Turns on or off display of debugging messages related to reading
73be47f5
DE
27928DWARF debug info. The default is 0 (off).
27929A value of 1 provides basic information.
27930A value greater than 1 provides more verbose information.
b4f54984
DE
27931@item show debug dwarf-read
27932Show the current state of DWARF reader debugging.
237fc4c9
PA
27933@item set debug displaced
27934@cindex displaced stepping debugging info
27935Turns on or off display of @value{GDBN} debugging info for the
27936displaced stepping support. The default is off.
27937@item show debug displaced
27938Displays the current state of displaying @value{GDBN} debugging info
27939related to displaced stepping.
8e04817f 27940@item set debug event
4644b6e3 27941@cindex event debugging info
a8f24a35 27942Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 27943default is off.
8e04817f
AC
27944@item show debug event
27945Displays the current state of displaying @value{GDBN} event debugging
27946info.
8e04817f 27947@item set debug expression
4644b6e3 27948@cindex expression debugging info
721c2651
EZ
27949Turns on or off display of debugging info about @value{GDBN}
27950expression parsing. The default is off.
8e04817f 27951@item show debug expression
721c2651
EZ
27952Displays the current state of displaying debugging info about
27953@value{GDBN} expression parsing.
6e9567fe
JB
27954@item set debug fbsd-lwp
27955@cindex FreeBSD LWP debug messages
27956Turns on or off debugging messages from the FreeBSD LWP debug support.
27957@item show debug fbsd-lwp
27958Show the current state of FreeBSD LWP debugging messages.
386a8676
JB
27959@item set debug fbsd-nat
27960@cindex FreeBSD native target debug messages
27961Turns on or off debugging messages from the FreeBSD native target.
27962@item show debug fbsd-nat
27963Show the current state of FreeBSD native target debugging messages.
7453dc06 27964@item set debug frame
4644b6e3 27965@cindex frame debugging info
7453dc06
AC
27966Turns on or off display of @value{GDBN} frame debugging info. The
27967default is off.
7453dc06
AC
27968@item show debug frame
27969Displays the current state of displaying @value{GDBN} frame debugging
27970info.
cbe54154
PA
27971@item set debug gnu-nat
27972@cindex @sc{gnu}/Hurd debug messages
67ebd9cb 27973Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
cbe54154
PA
27974@item show debug gnu-nat
27975Show the current state of @sc{gnu}/Hurd debugging messages.
30e91e0b
RC
27976@item set debug infrun
27977@cindex inferior debugging info
27978Turns on or off display of @value{GDBN} debugging info for running the inferior.
27979The default is off. @file{infrun.c} contains GDB's runtime state machine used
27980for implementing operations such as single-stepping the inferior.
27981@item show debug infrun
27982Displays the current state of @value{GDBN} inferior debugging.
a255712f
PP
27983@item set debug jit
27984@cindex just-in-time compilation, debugging messages
67ebd9cb 27985Turn on or off debugging messages from JIT debug support.
a255712f
PP
27986@item show debug jit
27987Displays the current state of @value{GDBN} JIT debugging.
da316a69
EZ
27988@item set debug lin-lwp
27989@cindex @sc{gnu}/Linux LWP debug messages
27990@cindex Linux lightweight processes
67ebd9cb 27991Turn on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
27992@item show debug lin-lwp
27993Show the current state of Linux LWP debugging messages.
7a6a1731
GB
27994@item set debug linux-namespaces
27995@cindex @sc{gnu}/Linux namespaces debug messages
67ebd9cb 27996Turn on or off debugging messages from the Linux namespaces debug support.
7a6a1731
GB
27997@item show debug linux-namespaces
27998Show the current state of Linux namespaces debugging messages.
be9a8770
PA
27999@item set debug mach-o
28000@cindex Mach-O symbols processing
28001Control display of debugging messages related to Mach-O symbols
28002processing. The default is off.
28003@item show debug mach-o
28004Displays the current state of displaying debugging messages related to
28005reading of COFF/PE exported symbols.
c9b6281a
YQ
28006@item set debug notification
28007@cindex remote async notification debugging info
67ebd9cb 28008Turn on or off debugging messages about remote async notification.
c9b6281a
YQ
28009The default is off.
28010@item show debug notification
28011Displays the current state of remote async notification debugging messages.
2b4855ab 28012@item set debug observer
4644b6e3 28013@cindex observer debugging info
2b4855ab
AC
28014Turns on or off display of @value{GDBN} observer debugging. This
28015includes info such as the notification of observable events.
2b4855ab
AC
28016@item show debug observer
28017Displays the current state of observer debugging.
8e04817f 28018@item set debug overload
4644b6e3 28019@cindex C@t{++} overload debugging info
8e04817f 28020Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 28021info. This includes info such as ranking of functions, etc. The default
8e04817f 28022is off.
8e04817f
AC
28023@item show debug overload
28024Displays the current state of displaying @value{GDBN} C@t{++} overload
28025debugging info.
92981e24
TT
28026@cindex expression parser, debugging info
28027@cindex debug expression parser
28028@item set debug parser
28029Turns on or off the display of expression parser debugging output.
28030Internally, this sets the @code{yydebug} variable in the expression
28031parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
28032details. The default is off.
28033@item show debug parser
28034Show the current state of expression parser debugging.
8e04817f
AC
28035@cindex packets, reporting on stdout
28036@cindex serial connections, debugging
605a56cb
DJ
28037@cindex debug remote protocol
28038@cindex remote protocol debugging
28039@cindex display remote packets
8e04817f
AC
28040@item set debug remote
28041Turns on or off display of reports on all packets sent back and forth across
28042the serial line to the remote machine. The info is printed on the
28043@value{GDBN} standard output stream. The default is off.
8e04817f
AC
28044@item show debug remote
28045Displays the state of display of remote packets.
c4dcb155 28046
6cc8564b
LM
28047@item set debug remote-packet-max-chars
28048Sets the maximum number of characters to display for each remote packet when
28049@code{set debug remote} is on. This is useful to prevent @value{GDBN} from
28050displaying lengthy remote packets and polluting the console.
28051
28052The default value is @code{512}, which means @value{GDBN} will truncate each
28053remote packet after 512 bytes.
28054
28055Setting this option to @code{unlimited} will disable truncation and will output
28056the full length of the remote packets.
28057@item show debug remote-packet-max-chars
28058Displays the number of bytes to output for remote packet debugging.
28059
c4dcb155
SM
28060@item set debug separate-debug-file
28061Turns on or off display of debug output about separate debug file search.
28062@item show debug separate-debug-file
28063Displays the state of separate debug file search debug output.
28064
8e04817f
AC
28065@item set debug serial
28066Turns on or off display of @value{GDBN} serial debugging info. The
28067default is off.
8e04817f
AC
28068@item show debug serial
28069Displays the current state of displaying @value{GDBN} serial debugging
28070info.
c45da7e6
EZ
28071@item set debug solib-frv
28072@cindex FR-V shared-library debugging
67ebd9cb 28073Turn on or off debugging messages for FR-V shared-library code.
c45da7e6
EZ
28074@item show debug solib-frv
28075Display the current state of FR-V shared-library code debugging
28076messages.
cc485e62
DE
28077@item set debug symbol-lookup
28078@cindex symbol lookup
28079Turns on or off display of debugging messages related to symbol lookup.
28080The default is 0 (off).
28081A value of 1 provides basic information.
28082A value greater than 1 provides more verbose information.
28083@item show debug symbol-lookup
28084Show the current state of symbol lookup debugging messages.
8fb8eb5c
DE
28085@item set debug symfile
28086@cindex symbol file functions
28087Turns on or off display of debugging messages related to symbol file functions.
28088The default is off. @xref{Files}.
28089@item show debug symfile
28090Show the current state of symbol file debugging messages.
45cfd468
DE
28091@item set debug symtab-create
28092@cindex symbol table creation
28093Turns on or off display of debugging messages related to symbol table creation.
db0fec5c
DE
28094The default is 0 (off).
28095A value of 1 provides basic information.
28096A value greater than 1 provides more verbose information.
45cfd468
DE
28097@item show debug symtab-create
28098Show the current state of symbol table creation debugging.
8e04817f 28099@item set debug target
4644b6e3 28100@cindex target debugging info
8e04817f
AC
28101Turns on or off display of @value{GDBN} target debugging info. This info
28102includes what is going on at the target level of GDB, as it happens. The
701b08bb 28103default is 0. Set it to 1 to track events, and to 2 to also track the
3cecbbbe 28104value of large memory transfers.
8e04817f
AC
28105@item show debug target
28106Displays the current state of displaying @value{GDBN} target debugging
28107info.
75feb17d 28108@item set debug timestamp
6b92c0d3 28109@cindex timestamping debugging info
75feb17d
DJ
28110Turns on or off display of timestamps with @value{GDBN} debugging info.
28111When enabled, seconds and microseconds are displayed before each debugging
28112message.
28113@item show debug timestamp
28114Displays the current state of displaying timestamps with @value{GDBN}
28115debugging info.
f989a1c8 28116@item set debug varobj
4644b6e3 28117@cindex variable object debugging info
8e04817f
AC
28118Turns on or off display of @value{GDBN} variable object debugging
28119info. The default is off.
f989a1c8 28120@item show debug varobj
8e04817f
AC
28121Displays the current state of displaying @value{GDBN} variable object
28122debugging info.
e776119f
DJ
28123@item set debug xml
28124@cindex XML parser debugging
67ebd9cb 28125Turn on or off debugging messages for built-in XML parsers.
e776119f
DJ
28126@item show debug xml
28127Displays the current state of XML debugging messages.
8e04817f 28128@end table
104c1213 28129
14fb1bac
JB
28130@node Other Misc Settings
28131@section Other Miscellaneous Settings
28132@cindex miscellaneous settings
28133
28134@table @code
28135@kindex set interactive-mode
28136@item set interactive-mode
7bfc9434
JB
28137If @code{on}, forces @value{GDBN} to assume that GDB was started
28138in a terminal. In practice, this means that @value{GDBN} should wait
28139for the user to answer queries generated by commands entered at
28140the command prompt. If @code{off}, forces @value{GDBN} to operate
28141in the opposite mode, and it uses the default answers to all queries.
28142If @code{auto} (the default), @value{GDBN} tries to determine whether
28143its standard input is a terminal, and works in interactive-mode if it
28144is, non-interactively otherwise.
14fb1bac
JB
28145
28146In the vast majority of cases, the debugger should be able to guess
28147correctly which mode should be used. But this setting can be useful
28148in certain specific cases, such as running a MinGW @value{GDBN}
28149inside a cygwin window.
28150
28151@kindex show interactive-mode
28152@item show interactive-mode
28153Displays whether the debugger is operating in interactive mode or not.
28154@end table
28155
d57a3c85
TJB
28156@node Extending GDB
28157@chapter Extending @value{GDBN}
28158@cindex extending GDB
28159
71b8c845
DE
28160@value{GDBN} provides several mechanisms for extension.
28161@value{GDBN} also provides the ability to automatically load
28162extensions when it reads a file for debugging. This allows the
28163user to automatically customize @value{GDBN} for the program
28164being debugged.
d57a3c85 28165
71b8c845
DE
28166@menu
28167* Sequences:: Canned Sequences of @value{GDBN} Commands
28168* Python:: Extending @value{GDBN} using Python
ed3ef339 28169* Guile:: Extending @value{GDBN} using Guile
71b8c845 28170* Auto-loading extensions:: Automatically loading extensions
ed3ef339 28171* Multiple Extension Languages:: Working with multiple extension languages
71b8c845
DE
28172* Aliases:: Creating new spellings of existing commands
28173@end menu
28174
28175To facilitate the use of extension languages, @value{GDBN} is capable
95433b34 28176of evaluating the contents of a file. When doing so, @value{GDBN}
71b8c845 28177can recognize which extension language is being used by looking at
95433b34
JB
28178the filename extension. Files with an unrecognized filename extension
28179are always treated as a @value{GDBN} Command Files.
28180@xref{Command Files,, Command files}.
28181
28182You can control how @value{GDBN} evaluates these files with the following
28183setting:
28184
28185@table @code
28186@kindex set script-extension
28187@kindex show script-extension
28188@item set script-extension off
28189All scripts are always evaluated as @value{GDBN} Command Files.
28190
28191@item set script-extension soft
28192The debugger determines the scripting language based on filename
28193extension. If this scripting language is supported, @value{GDBN}
28194evaluates the script using that language. Otherwise, it evaluates
28195the file as a @value{GDBN} Command File.
28196
28197@item set script-extension strict
28198The debugger determines the scripting language based on filename
28199extension, and evaluates the script using that language. If the
28200language is not supported, then the evaluation fails.
28201
28202@item show script-extension
28203Display the current value of the @code{script-extension} option.
28204
28205@end table
28206
ed2a2229
CB
28207@ifset SYSTEM_GDBINIT_DIR
28208This setting is not used for files in the system-wide gdbinit directory.
28209Files in that directory must have an extension matching their language,
28210or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
28211commands. @xref{Startup}.
28212@end ifset
28213
8e04817f 28214@node Sequences
d57a3c85 28215@section Canned Sequences of Commands
104c1213 28216
8e04817f 28217Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 28218Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
28219commands for execution as a unit: user-defined commands and command
28220files.
104c1213 28221
8e04817f 28222@menu
fcc73fe3
EZ
28223* Define:: How to define your own commands
28224* Hooks:: Hooks for user-defined commands
28225* Command Files:: How to write scripts of commands to be stored in a file
28226* Output:: Commands for controlled output
71b8c845 28227* Auto-loading sequences:: Controlling auto-loaded command files
8e04817f 28228@end menu
104c1213 28229
8e04817f 28230@node Define
d57a3c85 28231@subsection User-defined Commands
104c1213 28232
8e04817f 28233@cindex user-defined command
fcc73fe3 28234@cindex arguments, to user-defined commands
8e04817f
AC
28235A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
28236which you assign a new name as a command. This is done with the
df3ee9ca 28237@code{define} command. User commands may accept an unlimited number of arguments
8e04817f 28238separated by whitespace. Arguments are accessed within the user command
df3ee9ca 28239via @code{$arg0@dots{}$argN}. A trivial example:
104c1213 28240
8e04817f
AC
28241@smallexample
28242define adder
28243 print $arg0 + $arg1 + $arg2
c03c782f 28244end
8e04817f 28245@end smallexample
104c1213
JM
28246
28247@noindent
8e04817f 28248To execute the command use:
104c1213 28249
8e04817f
AC
28250@smallexample
28251adder 1 2 3
28252@end smallexample
104c1213 28253
8e04817f
AC
28254@noindent
28255This defines the command @code{adder}, which prints the sum of
28256its three arguments. Note the arguments are text substitutions, so they may
28257reference variables, use complex expressions, or even perform inferior
28258functions calls.
104c1213 28259
fcc73fe3
EZ
28260@cindex argument count in user-defined commands
28261@cindex how many arguments (user-defined commands)
c03c782f 28262In addition, @code{$argc} may be used to find out how many arguments have
df3ee9ca 28263been passed.
c03c782f
AS
28264
28265@smallexample
28266define adder
28267 if $argc == 2
28268 print $arg0 + $arg1
28269 end
28270 if $argc == 3
28271 print $arg0 + $arg1 + $arg2
28272 end
28273end
28274@end smallexample
28275
01770bbd
PA
28276Combining with the @code{eval} command (@pxref{eval}) makes it easier
28277to process a variable number of arguments:
28278
28279@smallexample
28280define adder
28281 set $i = 0
28282 set $sum = 0
28283 while $i < $argc
28284 eval "set $sum = $sum + $arg%d", $i
28285 set $i = $i + 1
28286 end
28287 print $sum
28288end
28289@end smallexample
28290
104c1213 28291@table @code
104c1213 28292
8e04817f
AC
28293@kindex define
28294@item define @var{commandname}
28295Define a command named @var{commandname}. If there is already a command
28296by that name, you are asked to confirm that you want to redefine it.
697aa1b7 28297The argument @var{commandname} may be a bare command name consisting of letters,
bf498525
PW
28298numbers, dashes, dots, and underscores. It may also start with any
28299predefined or user-defined prefix command.
28300For example, @samp{define target my-target} creates
adb483fe 28301a user-defined @samp{target my-target} command.
104c1213 28302
8e04817f
AC
28303The definition of the command is made up of other @value{GDBN} command lines,
28304which are given following the @code{define} command. The end of these
28305commands is marked by a line containing @code{end}.
104c1213 28306
8e04817f 28307@kindex document
ca91424e 28308@kindex end@r{ (user-defined commands)}
8e04817f
AC
28309@item document @var{commandname}
28310Document the user-defined command @var{commandname}, so that it can be
28311accessed by @code{help}. The command @var{commandname} must already be
28312defined. This command reads lines of documentation just as @code{define}
28313reads the lines of the command definition, ending with @code{end}.
28314After the @code{document} command is finished, @code{help} on command
28315@var{commandname} displays the documentation you have written.
104c1213 28316
8e04817f
AC
28317You may use the @code{document} command again to change the
28318documentation of a command. Redefining the command with @code{define}
28319does not change the documentation.
104c1213 28320
bf498525
PW
28321@kindex define-prefix
28322@item define-prefix @var{commandname}
28323Define or mark the command @var{commandname} as a user-defined prefix
28324command. Once marked, @var{commandname} can be used as prefix command
28325by the @code{define} command.
28326Note that @code{define-prefix} can be used with a not yet defined
28327@var{commandname}. In such a case, @var{commandname} is defined as
28328an empty user-defined command.
28329In case you redefine a command that was marked as a user-defined
28330prefix command, the subcommands of the redefined command are kept
28331(and @value{GDBN} indicates so to the user).
28332
28333Example:
28334@example
a8b43b7b
T
28335(@value{GDBP}) define-prefix abc
28336(@value{GDBP}) define-prefix abc def
28337(@value{GDBP}) define abc def
bf498525
PW
28338Type commands for definition of "abc def".
28339End with a line saying just "end".
28340>echo command initial def\n
28341>end
a8b43b7b 28342(@value{GDBP}) define abc def ghi
bf498525
PW
28343Type commands for definition of "abc def ghi".
28344End with a line saying just "end".
28345>echo command ghi\n
28346>end
a8b43b7b 28347(@value{GDBP}) define abc def
bf498525
PW
28348Keeping subcommands of prefix command "def".
28349Redefine command "def"? (y or n) y
28350Type commands for definition of "abc def".
28351End with a line saying just "end".
28352>echo command def\n
28353>end
a8b43b7b 28354(@value{GDBP}) abc def ghi
bf498525 28355command ghi
a8b43b7b 28356(@value{GDBP}) abc def
bf498525 28357command def
a8b43b7b 28358(@value{GDBP})
bf498525
PW
28359@end example
28360
c45da7e6
EZ
28361@kindex dont-repeat
28362@cindex don't repeat command
28363@item dont-repeat
28364Used inside a user-defined command, this tells @value{GDBN} that this
28365command should not be repeated when the user hits @key{RET}
28366(@pxref{Command Syntax, repeat last command}).
28367
8e04817f
AC
28368@kindex help user-defined
28369@item help user-defined
7d74f244 28370List all user-defined commands and all python commands defined in class
6b92c0d3 28371COMMAND_USER. The first line of the documentation or docstring is
7d74f244 28372included (if any).
104c1213 28373
8e04817f
AC
28374@kindex show user
28375@item show user
28376@itemx show user @var{commandname}
28377Display the @value{GDBN} commands used to define @var{commandname} (but
28378not its documentation). If no @var{commandname} is given, display the
28379definitions for all user-defined commands.
7d74f244 28380This does not work for user-defined python commands.
104c1213 28381
fcc73fe3 28382@cindex infinite recursion in user-defined commands
20f01a46
DH
28383@kindex show max-user-call-depth
28384@kindex set max-user-call-depth
28385@item show max-user-call-depth
5ca0cb28
DH
28386@itemx set max-user-call-depth
28387The value of @code{max-user-call-depth} controls how many recursion
3f94c067 28388levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 28389infinite recursion and aborts the command.
7d74f244 28390This does not apply to user-defined python commands.
104c1213
JM
28391@end table
28392
fcc73fe3
EZ
28393In addition to the above commands, user-defined commands frequently
28394use control flow commands, described in @ref{Command Files}.
28395
8e04817f
AC
28396When user-defined commands are executed, the
28397commands of the definition are not printed. An error in any command
28398stops execution of the user-defined command.
104c1213 28399
8e04817f
AC
28400If used interactively, commands that would ask for confirmation proceed
28401without asking when used inside a user-defined command. Many @value{GDBN}
28402commands that normally print messages to say what they are doing omit the
28403messages when used in a user-defined command.
104c1213 28404
8e04817f 28405@node Hooks
d57a3c85 28406@subsection User-defined Command Hooks
8e04817f
AC
28407@cindex command hooks
28408@cindex hooks, for commands
28409@cindex hooks, pre-command
104c1213 28410
8e04817f 28411@kindex hook
8e04817f
AC
28412You may define @dfn{hooks}, which are a special kind of user-defined
28413command. Whenever you run the command @samp{foo}, if the user-defined
28414command @samp{hook-foo} exists, it is executed (with no arguments)
28415before that command.
104c1213 28416
8e04817f
AC
28417@cindex hooks, post-command
28418@kindex hookpost
8e04817f
AC
28419A hook may also be defined which is run after the command you executed.
28420Whenever you run the command @samp{foo}, if the user-defined command
28421@samp{hookpost-foo} exists, it is executed (with no arguments) after
28422that command. Post-execution hooks may exist simultaneously with
28423pre-execution hooks, for the same command.
104c1213 28424
8e04817f 28425It is valid for a hook to call the command which it hooks. If this
9f1c6395 28426occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 28427
8e04817f
AC
28428@c It would be nice if hookpost could be passed a parameter indicating
28429@c if the command it hooks executed properly or not. FIXME!
104c1213 28430
8e04817f
AC
28431@kindex stop@r{, a pseudo-command}
28432In addition, a pseudo-command, @samp{stop} exists. Defining
28433(@samp{hook-stop}) makes the associated commands execute every time
28434execution stops in your program: before breakpoint commands are run,
28435displays are printed, or the stack frame is printed.
104c1213 28436
8e04817f
AC
28437For example, to ignore @code{SIGALRM} signals while
28438single-stepping, but treat them normally during normal execution,
28439you could define:
104c1213 28440
474c8240 28441@smallexample
8e04817f
AC
28442define hook-stop
28443handle SIGALRM nopass
28444end
104c1213 28445
8e04817f
AC
28446define hook-run
28447handle SIGALRM pass
28448end
104c1213 28449
8e04817f 28450define hook-continue
d3e8051b 28451handle SIGALRM pass
8e04817f 28452end
474c8240 28453@end smallexample
104c1213 28454
d3e8051b 28455As a further example, to hook at the beginning and end of the @code{echo}
b383017d 28456command, and to add extra text to the beginning and end of the message,
8e04817f 28457you could define:
104c1213 28458
474c8240 28459@smallexample
8e04817f
AC
28460define hook-echo
28461echo <<<---
28462end
104c1213 28463
8e04817f
AC
28464define hookpost-echo
28465echo --->>>\n
28466end
104c1213 28467
8e04817f
AC
28468(@value{GDBP}) echo Hello World
28469<<<---Hello World--->>>
28470(@value{GDBP})
104c1213 28471
474c8240 28472@end smallexample
104c1213 28473
8e04817f
AC
28474You can define a hook for any single-word command in @value{GDBN}, but
28475not for command aliases; you should define a hook for the basic command
c1468174 28476name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
28477@c FIXME! So how does Joe User discover whether a command is an alias
28478@c or not?
adb483fe
DJ
28479You can hook a multi-word command by adding @code{hook-} or
28480@code{hookpost-} to the last word of the command, e.g.@:
28481@samp{define target hook-remote} to add a hook to @samp{target remote}.
28482
8e04817f
AC
28483If an error occurs during the execution of your hook, execution of
28484@value{GDBN} commands stops and @value{GDBN} issues a prompt
28485(before the command that you actually typed had a chance to run).
104c1213 28486
8e04817f
AC
28487If you try to define a hook which does not match any known command, you
28488get a warning from the @code{define} command.
c906108c 28489
8e04817f 28490@node Command Files
d57a3c85 28491@subsection Command Files
c906108c 28492
8e04817f 28493@cindex command files
fcc73fe3 28494@cindex scripting commands
6fc08d32
EZ
28495A command file for @value{GDBN} is a text file made of lines that are
28496@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
28497also be included. An empty line in a command file does nothing; it
28498does not mean to repeat the last command, as it would from the
28499terminal.
c906108c 28500
6fc08d32 28501You can request the execution of a command file with the @code{source}
95433b34
JB
28502command. Note that the @code{source} command is also used to evaluate
28503scripts that are not Command Files. The exact behavior can be configured
28504using the @code{script-extension} setting.
28505@xref{Extending GDB,, Extending GDB}.
c906108c 28506
8e04817f
AC
28507@table @code
28508@kindex source
ca91424e 28509@cindex execute commands from a file
3f7b2faa 28510@item source [-s] [-v] @var{filename}
8e04817f 28511Execute the command file @var{filename}.
c906108c
SS
28512@end table
28513
fcc73fe3
EZ
28514The lines in a command file are generally executed sequentially,
28515unless the order of execution is changed by one of the
28516@emph{flow-control commands} described below. The commands are not
a71ec265
DH
28517printed as they are executed. An error in any command terminates
28518execution of the command file and control is returned to the console.
c906108c 28519
08001717
DE
28520@value{GDBN} first searches for @var{filename} in the current directory.
28521If the file is not found there, and @var{filename} does not specify a
28522directory, then @value{GDBN} also looks for the file on the source search path
28523(specified with the @samp{directory} command);
28524except that @file{$cdir} is not searched because the compilation directory
28525is not relevant to scripts.
4b505b12 28526
3f7b2faa
DE
28527If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
28528on the search path even if @var{filename} specifies a directory.
28529The search is done by appending @var{filename} to each element of the
28530search path. So, for example, if @var{filename} is @file{mylib/myscript}
28531and the search path contains @file{/home/user} then @value{GDBN} will
28532look for the script @file{/home/user/mylib/myscript}.
28533The search is also done if @var{filename} is an absolute path.
28534For example, if @var{filename} is @file{/tmp/myscript} and
28535the search path contains @file{/home/user} then @value{GDBN} will
28536look for the script @file{/home/user/tmp/myscript}.
28537For DOS-like systems, if @var{filename} contains a drive specification,
28538it is stripped before concatenation. For example, if @var{filename} is
28539@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
28540will look for the script @file{c:/tmp/myscript}.
28541
16026cd7
AS
28542If @code{-v}, for verbose mode, is given then @value{GDBN} displays
28543each command as it is executed. The option must be given before
28544@var{filename}, and is interpreted as part of the filename anywhere else.
28545
8e04817f
AC
28546Commands that would ask for confirmation if used interactively proceed
28547without asking when used in a command file. Many @value{GDBN} commands that
28548normally print messages to say what they are doing omit the messages
28549when called from command files.
c906108c 28550
8e04817f
AC
28551@value{GDBN} also accepts command input from standard input. In this
28552mode, normal output goes to standard output and error output goes to
28553standard error. Errors in a command file supplied on standard input do
6fc08d32 28554not terminate execution of the command file---execution continues with
8e04817f 28555the next command.
c906108c 28556
474c8240 28557@smallexample
8e04817f 28558gdb < cmds > log 2>&1
474c8240 28559@end smallexample
c906108c 28560
8e04817f
AC
28561(The syntax above will vary depending on the shell used.) This example
28562will execute commands from the file @file{cmds}. All output and errors
28563would be directed to @file{log}.
c906108c 28564
fcc73fe3
EZ
28565Since commands stored on command files tend to be more general than
28566commands typed interactively, they frequently need to deal with
28567complicated situations, such as different or unexpected values of
28568variables and symbols, changes in how the program being debugged is
28569built, etc. @value{GDBN} provides a set of flow-control commands to
28570deal with these complexities. Using these commands, you can write
28571complex scripts that loop over data structures, execute commands
28572conditionally, etc.
28573
28574@table @code
28575@kindex if
28576@kindex else
28577@item if
28578@itemx else
28579This command allows to include in your script conditionally executed
28580commands. The @code{if} command takes a single argument, which is an
28581expression to evaluate. It is followed by a series of commands that
28582are executed only if the expression is true (its value is nonzero).
28583There can then optionally be an @code{else} line, followed by a series
28584of commands that are only executed if the expression was false. The
28585end of the list is marked by a line containing @code{end}.
28586
28587@kindex while
28588@item while
28589This command allows to write loops. Its syntax is similar to
28590@code{if}: the command takes a single argument, which is an expression
28591to evaluate, and must be followed by the commands to execute, one per
28592line, terminated by an @code{end}. These commands are called the
28593@dfn{body} of the loop. The commands in the body of @code{while} are
28594executed repeatedly as long as the expression evaluates to true.
28595
28596@kindex loop_break
28597@item loop_break
28598This command exits the @code{while} loop in whose body it is included.
28599Execution of the script continues after that @code{while}s @code{end}
28600line.
28601
28602@kindex loop_continue
28603@item loop_continue
28604This command skips the execution of the rest of the body of commands
28605in the @code{while} loop in whose body it is included. Execution
28606branches to the beginning of the @code{while} loop, where it evaluates
28607the controlling expression.
ca91424e
EZ
28608
28609@kindex end@r{ (if/else/while commands)}
28610@item end
28611Terminate the block of commands that are the body of @code{if},
28612@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
28613@end table
28614
28615
8e04817f 28616@node Output
d57a3c85 28617@subsection Commands for Controlled Output
c906108c 28618
8e04817f
AC
28619During the execution of a command file or a user-defined command, normal
28620@value{GDBN} output is suppressed; the only output that appears is what is
28621explicitly printed by the commands in the definition. This section
28622describes three commands useful for generating exactly the output you
28623want.
c906108c
SS
28624
28625@table @code
8e04817f
AC
28626@kindex echo
28627@item echo @var{text}
28628@c I do not consider backslash-space a standard C escape sequence
28629@c because it is not in ANSI.
28630Print @var{text}. Nonprinting characters can be included in
28631@var{text} using C escape sequences, such as @samp{\n} to print a
28632newline. @strong{No newline is printed unless you specify one.}
28633In addition to the standard C escape sequences, a backslash followed
28634by a space stands for a space. This is useful for displaying a
28635string with spaces at the beginning or the end, since leading and
28636trailing spaces are otherwise trimmed from all arguments.
28637To print @samp{@w{ }and foo =@w{ }}, use the command
28638@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 28639
8e04817f
AC
28640A backslash at the end of @var{text} can be used, as in C, to continue
28641the command onto subsequent lines. For example,
c906108c 28642
474c8240 28643@smallexample
8e04817f
AC
28644echo This is some text\n\
28645which is continued\n\
28646onto several lines.\n
474c8240 28647@end smallexample
c906108c 28648
8e04817f 28649produces the same output as
c906108c 28650
474c8240 28651@smallexample
8e04817f
AC
28652echo This is some text\n
28653echo which is continued\n
28654echo onto several lines.\n
474c8240 28655@end smallexample
c906108c 28656
8e04817f
AC
28657@kindex output
28658@item output @var{expression}
28659Print the value of @var{expression} and nothing but that value: no
28660newlines, no @samp{$@var{nn} = }. The value is not entered in the
28661value history either. @xref{Expressions, ,Expressions}, for more information
28662on expressions.
c906108c 28663
8e04817f
AC
28664@item output/@var{fmt} @var{expression}
28665Print the value of @var{expression} in format @var{fmt}. You can use
28666the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 28667Formats}, for more information.
c906108c 28668
8e04817f 28669@kindex printf
82160952
EZ
28670@item printf @var{template}, @var{expressions}@dots{}
28671Print the values of one or more @var{expressions} under the control of
28672the string @var{template}. To print several values, make
28673@var{expressions} be a comma-separated list of individual expressions,
28674which may be either numbers or pointers. Their values are printed as
28675specified by @var{template}, exactly as a C program would do by
28676executing the code below:
c906108c 28677
474c8240 28678@smallexample
82160952 28679printf (@var{template}, @var{expressions}@dots{});
474c8240 28680@end smallexample
c906108c 28681
82160952
EZ
28682As in @code{C} @code{printf}, ordinary characters in @var{template}
28683are printed verbatim, while @dfn{conversion specification} introduced
28684by the @samp{%} character cause subsequent @var{expressions} to be
28685evaluated, their values converted and formatted according to type and
28686style information encoded in the conversion specifications, and then
28687printed.
28688
8e04817f 28689For example, you can print two values in hex like this:
c906108c 28690
8e04817f
AC
28691@smallexample
28692printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
28693@end smallexample
c906108c 28694
82160952
EZ
28695@code{printf} supports all the standard @code{C} conversion
28696specifications, including the flags and modifiers between the @samp{%}
28697character and the conversion letter, with the following exceptions:
28698
28699@itemize @bullet
28700@item
28701The argument-ordering modifiers, such as @samp{2$}, are not supported.
28702
28703@item
28704The modifier @samp{*} is not supported for specifying precision or
28705width.
28706
28707@item
28708The @samp{'} flag (for separation of digits into groups according to
28709@code{LC_NUMERIC'}) is not supported.
28710
28711@item
28712The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
28713supported.
28714
28715@item
28716The conversion letter @samp{n} (as in @samp{%n}) is not supported.
28717
28718@item
28719The conversion letters @samp{a} and @samp{A} are not supported.
28720@end itemize
28721
28722@noindent
28723Note that the @samp{ll} type modifier is supported only if the
28724underlying @code{C} implementation used to build @value{GDBN} supports
28725the @code{long long int} type, and the @samp{L} type modifier is
28726supported only if @code{long double} type is available.
28727
28728As in @code{C}, @code{printf} supports simple backslash-escape
28729sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
28730@samp{\a}, and @samp{\f}, that consist of backslash followed by a
28731single character. Octal and hexadecimal escape sequences are not
28732supported.
1a619819
LM
28733
28734Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
28735(@dfn{Decimal Floating Point}) types using the following length modifiers
28736together with a floating point specifier.
1a619819
LM
28737letters:
28738
28739@itemize @bullet
28740@item
28741@samp{H} for printing @code{Decimal32} types.
28742
28743@item
28744@samp{D} for printing @code{Decimal64} types.
28745
28746@item
28747@samp{DD} for printing @code{Decimal128} types.
28748@end itemize
28749
28750If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 28751support for the three length modifiers for DFP types, other modifiers
3b784c4f 28752such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
28753
28754In case there is no such @code{C} support, no additional modifiers will be
28755available and the value will be printed in the standard way.
28756
28757Here's an example of printing DFP types using the above conversion letters:
28758@smallexample
0aea4bf3 28759printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
28760@end smallexample
28761
01770bbd 28762@anchor{eval}
f1421989
HZ
28763@kindex eval
28764@item eval @var{template}, @var{expressions}@dots{}
28765Convert the values of one or more @var{expressions} under the control of
28766the string @var{template} to a command line, and call it.
28767
c906108c
SS
28768@end table
28769
71b8c845
DE
28770@node Auto-loading sequences
28771@subsection Controlling auto-loading native @value{GDBN} scripts
28772@cindex native script auto-loading
28773
28774When a new object file is read (for example, due to the @code{file}
28775command, or because the inferior has loaded a shared library),
28776@value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
28777@xref{Auto-loading extensions}.
28778
28779Auto-loading can be enabled or disabled,
28780and the list of auto-loaded scripts can be printed.
28781
28782@table @code
28783@anchor{set auto-load gdb-scripts}
28784@kindex set auto-load gdb-scripts
28785@item set auto-load gdb-scripts [on|off]
28786Enable or disable the auto-loading of canned sequences of commands scripts.
28787
28788@anchor{show auto-load gdb-scripts}
28789@kindex show auto-load gdb-scripts
28790@item show auto-load gdb-scripts
28791Show whether auto-loading of canned sequences of commands scripts is enabled or
28792disabled.
28793
28794@anchor{info auto-load gdb-scripts}
28795@kindex info auto-load gdb-scripts
28796@cindex print list of auto-loaded canned sequences of commands scripts
28797@item info auto-load gdb-scripts [@var{regexp}]
28798Print the list of all canned sequences of commands scripts that @value{GDBN}
28799auto-loaded.
28800@end table
28801
28802If @var{regexp} is supplied only canned sequences of commands scripts with
28803matching names are printed.
28804
329baa95
DE
28805@c Python docs live in a separate file.
28806@include python.texi
0e3509db 28807
ed3ef339
DE
28808@c Guile docs live in a separate file.
28809@include guile.texi
28810
71b8c845
DE
28811@node Auto-loading extensions
28812@section Auto-loading extensions
28813@cindex auto-loading extensions
28814
28815@value{GDBN} provides two mechanisms for automatically loading extensions
28816when a new object file is read (for example, due to the @code{file}
28817command, or because the inferior has loaded a shared library):
28818@file{@var{objfile}-gdb.@var{ext}} and the @code{.debug_gdb_scripts}
28819section of modern file formats like ELF.
28820
28821@menu
28822* objfile-gdb.ext file: objfile-gdbdotext file. The @file{@var{objfile}-gdb.@var{ext}} file
28823* .debug_gdb_scripts section: dotdebug_gdb_scripts section. The @code{.debug_gdb_scripts} section
28824* Which flavor to choose?::
28825@end menu
28826
28827The auto-loading feature is useful for supplying application-specific
28828debugging commands and features.
28829
28830Auto-loading can be enabled or disabled,
28831and the list of auto-loaded scripts can be printed.
28832See the @samp{auto-loading} section of each extension language
28833for more information.
28834For @value{GDBN} command files see @ref{Auto-loading sequences}.
28835For Python files see @ref{Python Auto-loading}.
28836
28837Note that loading of this script file also requires accordingly configured
28838@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28839
28840@node objfile-gdbdotext file
28841@subsection The @file{@var{objfile}-gdb.@var{ext}} file
28842@cindex @file{@var{objfile}-gdb.gdb}
28843@cindex @file{@var{objfile}-gdb.py}
28844@cindex @file{@var{objfile}-gdb.scm}
28845
28846When a new object file is read, @value{GDBN} looks for a file named
28847@file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
28848where @var{objfile} is the object file's name and
28849where @var{ext} is the file extension for the extension language:
28850
28851@table @code
28852@item @file{@var{objfile}-gdb.gdb}
28853GDB's own command language
28854@item @file{@var{objfile}-gdb.py}
28855Python
ed3ef339
DE
28856@item @file{@var{objfile}-gdb.scm}
28857Guile
71b8c845
DE
28858@end table
28859
28860@var{script-name} is formed by ensuring that the file name of @var{objfile}
28861is absolute, following all symlinks, and resolving @code{.} and @code{..}
28862components, and appending the @file{-gdb.@var{ext}} suffix.
28863If this file exists and is readable, @value{GDBN} will evaluate it as a
28864script in the specified extension language.
28865
28866If this file does not exist, then @value{GDBN} will look for
28867@var{script-name} file in all of the directories as specified below.
28868
28869Note that loading of these files requires an accordingly configured
28870@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28871
28872For object files using @file{.exe} suffix @value{GDBN} tries to load first the
28873scripts normally according to its @file{.exe} filename. But if no scripts are
28874found @value{GDBN} also tries script filenames matching the object file without
28875its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
28876is attempted on any platform. This makes the script filenames compatible
28877between Unix and MS-Windows hosts.
28878
28879@table @code
28880@anchor{set auto-load scripts-directory}
28881@kindex set auto-load scripts-directory
28882@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
28883Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
28884may be delimited by the host platform path separator in use
28885(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
28886
28887Each entry here needs to be covered also by the security setting
28888@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
28889
28890@anchor{with-auto-load-dir}
28891This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
28892@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
28893configuration option @option{--with-auto-load-dir}.
28894
28895Any reference to @file{$debugdir} will get replaced by
28896@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
28897reference to @file{$datadir} will get replaced by @var{data-directory} which is
28898determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
28899@file{$datadir} must be placed as a directory component --- either alone or
28900delimited by @file{/} or @file{\} directory separators, depending on the host
28901platform.
28902
28903The list of directories uses path separator (@samp{:} on GNU and Unix
28904systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
28905to the @env{PATH} environment variable.
28906
28907@anchor{show auto-load scripts-directory}
28908@kindex show auto-load scripts-directory
28909@item show auto-load scripts-directory
28910Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
28911
28912@anchor{add-auto-load-scripts-directory}
28913@kindex add-auto-load-scripts-directory
28914@item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
28915Add an entry (or list of entries) to the list of auto-loaded scripts locations.
28916Multiple entries may be delimited by the host platform path separator in use.
71b8c845
DE
28917@end table
28918
28919@value{GDBN} does not track which files it has already auto-loaded this way.
28920@value{GDBN} will load the associated script every time the corresponding
28921@var{objfile} is opened.
28922So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
28923is evaluated more than once.
28924
28925@node dotdebug_gdb_scripts section
28926@subsection The @code{.debug_gdb_scripts} section
28927@cindex @code{.debug_gdb_scripts} section
28928
28929For systems using file formats like ELF and COFF,
28930when @value{GDBN} loads a new object file
28931it will look for a special section named @code{.debug_gdb_scripts}.
9f050062
DE
28932If this section exists, its contents is a list of null-terminated entries
28933specifying scripts to load. Each entry begins with a non-null prefix byte that
28934specifies the kind of entry, typically the extension language and whether the
28935script is in a file or inlined in @code{.debug_gdb_scripts}.
71b8c845 28936
9f050062
DE
28937The following entries are supported:
28938
28939@table @code
28940@item SECTION_SCRIPT_ID_PYTHON_FILE = 1
28941@item SECTION_SCRIPT_ID_SCHEME_FILE = 3
28942@item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
28943@item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
28944@end table
28945
28946@subsubsection Script File Entries
28947
28948If the entry specifies a file, @value{GDBN} will look for the file first
28949in the current directory and then along the source search path
71b8c845
DE
28950(@pxref{Source Path, ,Specifying Source Directories}),
28951except that @file{$cdir} is not searched, since the compilation
28952directory is not relevant to scripts.
28953
9f050062 28954File entries can be placed in section @code{.debug_gdb_scripts} with,
71b8c845
DE
28955for example, this GCC macro for Python scripts.
28956
28957@example
28958/* Note: The "MS" section flags are to remove duplicates. */
28959#define DEFINE_GDB_PY_SCRIPT(script_name) \
28960 asm("\
28961.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
28962.byte 1 /* Python */\n\
28963.asciz \"" script_name "\"\n\
28964.popsection \n\
28965");
28966@end example
28967
28968@noindent
ed3ef339 28969For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
71b8c845
DE
28970Then one can reference the macro in a header or source file like this:
28971
28972@example
28973DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
28974@end example
28975
28976The script name may include directories if desired.
28977
28978Note that loading of this script file also requires accordingly configured
28979@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28980
28981If the macro invocation is put in a header, any application or library
28982using this header will get a reference to the specified script,
28983and with the use of @code{"MS"} attributes on the section, the linker
28984will remove duplicates.
28985
9f050062
DE
28986@subsubsection Script Text Entries
28987
28988Script text entries allow to put the executable script in the entry
28989itself instead of loading it from a file.
28990The first line of the entry, everything after the prefix byte and up to
28991the first newline (@code{0xa}) character, is the script name, and must not
28992contain any kind of space character, e.g., spaces or tabs.
28993The rest of the entry, up to the trailing null byte, is the script to
28994execute in the specified language. The name needs to be unique among
28995all script names, as @value{GDBN} executes each script only once based
28996on its name.
28997
28998Here is an example from file @file{py-section-script.c} in the @value{GDBN}
28999testsuite.
29000
29001@example
29002#include "symcat.h"
29003#include "gdb/section-scripts.h"
29004asm(
29005".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
29006".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
29007".ascii \"gdb.inlined-script\\n\"\n"
29008".ascii \"class test_cmd (gdb.Command):\\n\"\n"
29009".ascii \" def __init__ (self):\\n\"\n"
29010".ascii \" super (test_cmd, self).__init__ ("
29011 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
29012".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
29013".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
29014".ascii \"test_cmd ()\\n\"\n"
29015".byte 0\n"
29016".popsection\n"
29017);
29018@end example
29019
29020Loading of inlined scripts requires a properly configured
29021@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29022The path to specify in @code{auto-load safe-path} is the path of the file
29023containing the @code{.debug_gdb_scripts} section.
29024
71b8c845
DE
29025@node Which flavor to choose?
29026@subsection Which flavor to choose?
29027
29028Given the multiple ways of auto-loading extensions, it might not always
29029be clear which one to choose. This section provides some guidance.
29030
29031@noindent
29032Benefits of the @file{-gdb.@var{ext}} way:
29033
29034@itemize @bullet
29035@item
29036Can be used with file formats that don't support multiple sections.
29037
29038@item
29039Ease of finding scripts for public libraries.
29040
29041Scripts specified in the @code{.debug_gdb_scripts} section are searched for
29042in the source search path.
29043For publicly installed libraries, e.g., @file{libstdc++}, there typically
29044isn't a source directory in which to find the script.
29045
29046@item
29047Doesn't require source code additions.
29048@end itemize
29049
29050@noindent
29051Benefits of the @code{.debug_gdb_scripts} way:
29052
29053@itemize @bullet
29054@item
29055Works with static linking.
29056
29057Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
29058trigger their loading. When an application is statically linked the only
29059objfile available is the executable, and it is cumbersome to attach all the
29060scripts from all the input libraries to the executable's
29061@file{-gdb.@var{ext}} script.
29062
29063@item
29064Works with classes that are entirely inlined.
29065
29066Some classes can be entirely inlined, and thus there may not be an associated
29067shared library to attach a @file{-gdb.@var{ext}} script to.
29068
29069@item
29070Scripts needn't be copied out of the source tree.
29071
29072In some circumstances, apps can be built out of large collections of internal
29073libraries, and the build infrastructure necessary to install the
29074@file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
29075cumbersome. It may be easier to specify the scripts in the
29076@code{.debug_gdb_scripts} section as relative paths, and add a path to the
29077top of the source tree to the source search path.
29078@end itemize
29079
ed3ef339
DE
29080@node Multiple Extension Languages
29081@section Multiple Extension Languages
29082
29083The Guile and Python extension languages do not share any state,
29084and generally do not interfere with each other.
29085There are some things to be aware of, however.
29086
29087@subsection Python comes first
29088
29089Python was @value{GDBN}'s first extension language, and to avoid breaking
29090existing behaviour Python comes first. This is generally solved by the
29091``first one wins'' principle. @value{GDBN} maintains a list of enabled
29092extension languages, and when it makes a call to an extension language,
29093(say to pretty-print a value), it tries each in turn until an extension
29094language indicates it has performed the request (e.g., has returned the
29095pretty-printed form of a value).
29096This extends to errors while performing such requests: If an error happens
29097while, for example, trying to pretty-print an object then the error is
29098reported and any following extension languages are not tried.
29099
5a56e9c5
DE
29100@node Aliases
29101@section Creating new spellings of existing commands
29102@cindex aliases for commands
29103
29104It is often useful to define alternate spellings of existing commands.
29105For example, if a new @value{GDBN} command defined in Python has
29106a long name to type, it is handy to have an abbreviated version of it
29107that involves less typing.
29108
29109@value{GDBN} itself uses aliases. For example @samp{s} is an alias
29110of the @samp{step} command even though it is otherwise an ambiguous
29111abbreviation of other commands like @samp{set} and @samp{show}.
29112
29113Aliases are also used to provide shortened or more common versions
29114of multi-word commands. For example, @value{GDBN} provides the
29115@samp{tty} alias of the @samp{set inferior-tty} command.
29116
29117You can define a new alias with the @samp{alias} command.
29118
29119@table @code
29120
29121@kindex alias
29122@item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
29123
29124@end table
29125
29126@var{ALIAS} specifies the name of the new alias.
29127Each word of @var{ALIAS} must consist of letters, numbers, dashes and
29128underscores.
29129
29130@var{COMMAND} specifies the name of an existing command
29131that is being aliased.
29132
29133The @samp{-a} option specifies that the new alias is an abbreviation
29134of the command. Abbreviations are not shown in command
29135lists displayed by the @samp{help} command.
29136
29137The @samp{--} option specifies the end of options,
29138and is useful when @var{ALIAS} begins with a dash.
29139
29140Here is a simple example showing how to make an abbreviation
29141of a command so that there is less to type.
29142Suppose you were tired of typing @samp{disas}, the current
29143shortest unambiguous abbreviation of the @samp{disassemble} command
29144and you wanted an even shorter version named @samp{di}.
29145The following will accomplish this.
29146
29147@smallexample
a8b43b7b 29148(@value{GDBP}) alias -a di = disas
5a56e9c5
DE
29149@end smallexample
29150
29151Note that aliases are different from user-defined commands.
29152With a user-defined command, you also need to write documentation
29153for it with the @samp{document} command.
29154An alias automatically picks up the documentation of the existing command.
29155
29156Here is an example where we make @samp{elms} an abbreviation of
29157@samp{elements} in the @samp{set print elements} command.
29158This is to show that you can make an abbreviation of any part
29159of a command.
29160
29161@smallexample
a8b43b7b
T
29162(@value{GDBP}) alias -a set print elms = set print elements
29163(@value{GDBP}) alias -a show print elms = show print elements
29164(@value{GDBP}) set p elms 20
29165(@value{GDBP}) show p elms
5a56e9c5
DE
29166Limit on string chars or array elements to print is 200.
29167@end smallexample
29168
29169Note that if you are defining an alias of a @samp{set} command,
29170and you want to have an alias for the corresponding @samp{show}
29171command, then you need to define the latter separately.
29172
29173Unambiguously abbreviated commands are allowed in @var{COMMAND} and
29174@var{ALIAS}, just as they are normally.
29175
29176@smallexample
a8b43b7b 29177(@value{GDBP}) alias -a set pr elms = set p ele
5a56e9c5
DE
29178@end smallexample
29179
29180Finally, here is an example showing the creation of a one word
29181alias for a more complex command.
29182This creates alias @samp{spe} of the command @samp{set print elements}.
29183
29184@smallexample
a8b43b7b
T
29185(@value{GDBP}) alias spe = set print elements
29186(@value{GDBP}) spe 20
5a56e9c5
DE
29187@end smallexample
29188
21c294e6
AC
29189@node Interpreters
29190@chapter Command Interpreters
29191@cindex command interpreters
29192
29193@value{GDBN} supports multiple command interpreters, and some command
29194infrastructure to allow users or user interface writers to switch
29195between interpreters or run commands in other interpreters.
29196
29197@value{GDBN} currently supports two command interpreters, the console
29198interpreter (sometimes called the command-line interpreter or @sc{cli})
29199and the machine interface interpreter (or @sc{gdb/mi}). This manual
29200describes both of these interfaces in great detail.
29201
29202By default, @value{GDBN} will start with the console interpreter.
29203However, the user may choose to start @value{GDBN} with another
29204interpreter by specifying the @option{-i} or @option{--interpreter}
29205startup options. Defined interpreters include:
29206
29207@table @code
29208@item console
29209@cindex console interpreter
29210The traditional console or command-line interpreter. This is the most often
29211used interpreter with @value{GDBN}. With no interpreter specified at runtime,
29212@value{GDBN} will use this interpreter.
29213
29214@item mi
29215@cindex mi interpreter
b4be1b06 29216The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
21c294e6
AC
29217by programs wishing to use @value{GDBN} as a backend for a debugger GUI
29218or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
29219Interface}.
29220
b4be1b06
SM
29221@item mi3
29222@cindex mi3 interpreter
29223The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
29224
21c294e6
AC
29225@item mi2
29226@cindex mi2 interpreter
b4be1b06 29227The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
21c294e6
AC
29228
29229@item mi1
29230@cindex mi1 interpreter
b4be1b06 29231The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
21c294e6
AC
29232
29233@end table
29234
29235@cindex invoke another interpreter
21c294e6
AC
29236
29237@kindex interpreter-exec
86f78169
PA
29238You may execute commands in any interpreter from the current
29239interpreter using the appropriate command. If you are running the
29240console interpreter, simply use the @code{interpreter-exec} command:
21c294e6
AC
29241
29242@smallexample
29243interpreter-exec mi "-data-list-register-names"
29244@end smallexample
29245
29246@sc{gdb/mi} has a similar command, although it is only available in versions of
29247@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
29248
86f78169
PA
29249Note that @code{interpreter-exec} only changes the interpreter for the
29250duration of the specified command. It does not change the interpreter
29251permanently.
29252
29253@cindex start a new independent interpreter
29254
29255Although you may only choose a single interpreter at startup, it is
29256possible to run an independent interpreter on a specified input/output
29257device (usually a tty).
29258
29259For example, consider a debugger GUI or IDE that wants to provide a
29260@value{GDBN} console view. It may do so by embedding a terminal
29261emulator widget in its GUI, starting @value{GDBN} in the traditional
29262command-line mode with stdin/stdout/stderr redirected to that
29263terminal, and then creating an MI interpreter running on a specified
29264input/output device. The console interpreter created by @value{GDBN}
29265at startup handles commands the user types in the terminal widget,
29266while the GUI controls and synchronizes state with @value{GDBN} using
29267the separate MI interpreter.
29268
29269To start a new secondary @dfn{user interface} running MI, use the
29270@code{new-ui} command:
29271
29272@kindex new-ui
29273@cindex new user interface
29274@smallexample
29275new-ui @var{interpreter} @var{tty}
29276@end smallexample
29277
29278The @var{interpreter} parameter specifies the interpreter to run.
29279This accepts the same values as the @code{interpreter-exec} command.
29280For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
29281@var{tty} parameter specifies the name of the bidirectional file the
29282interpreter uses for input/output, usually the name of a
29283pseudoterminal slave on Unix systems. For example:
29284
29285@smallexample
29286(@value{GDBP}) new-ui mi /dev/pts/9
29287@end smallexample
29288
29289@noindent
29290runs an MI interpreter on @file{/dev/pts/9}.
29291
8e04817f
AC
29292@node TUI
29293@chapter @value{GDBN} Text User Interface
29294@cindex TUI
d0d5df6f 29295@cindex Text User Interface
c906108c 29296
8e04817f
AC
29297@menu
29298* TUI Overview:: TUI overview
29299* TUI Keys:: TUI key bindings
7cf36c78 29300* TUI Single Key Mode:: TUI single key mode
db2e3e2e 29301* TUI Commands:: TUI-specific commands
8e04817f
AC
29302* TUI Configuration:: TUI configuration variables
29303@end menu
c906108c 29304
46ba6afa 29305The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
29306interface which uses the @code{curses} library to show the source
29307file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
29308commands in separate text windows. The TUI mode is supported only
29309on platforms where a suitable version of the @code{curses} library
29310is available.
d0d5df6f 29311
46ba6afa 29312The TUI mode is enabled by default when you invoke @value{GDBN} as
217bff3e 29313@samp{@value{GDBP} -tui}.
46ba6afa 29314You can also switch in and out of TUI mode while @value{GDBN} runs by
a4ea0946 29315using various TUI commands and key bindings, such as @command{tui
bcd8537c 29316enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
a4ea0946 29317@ref{TUI Keys, ,TUI Key Bindings}.
c906108c 29318
8e04817f 29319@node TUI Overview
79a6e687 29320@section TUI Overview
c906108c 29321
46ba6afa 29322In TUI mode, @value{GDBN} can display several text windows:
c906108c 29323
8e04817f
AC
29324@table @emph
29325@item command
29326This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
29327prompt and the @value{GDBN} output. The @value{GDBN} input is still
29328managed using readline.
c906108c 29329
8e04817f
AC
29330@item source
29331The source window shows the source file of the program. The current
46ba6afa 29332line and active breakpoints are displayed in this window.
c906108c 29333
8e04817f
AC
29334@item assembly
29335The assembly window shows the disassembly output of the program.
c906108c 29336
8e04817f 29337@item register
46ba6afa
BW
29338This window shows the processor registers. Registers are highlighted
29339when their values change.
c906108c
SS
29340@end table
29341
269c21fe 29342The source and assembly windows show the current program position
46ba6afa
BW
29343by highlighting the current line and marking it with a @samp{>} marker.
29344Breakpoints are indicated with two markers. The first marker
269c21fe
SC
29345indicates the breakpoint type:
29346
29347@table @code
29348@item B
29349Breakpoint which was hit at least once.
29350
29351@item b
29352Breakpoint which was never hit.
29353
29354@item H
29355Hardware breakpoint which was hit at least once.
29356
29357@item h
29358Hardware breakpoint which was never hit.
269c21fe
SC
29359@end table
29360
29361The second marker indicates whether the breakpoint is enabled or not:
29362
29363@table @code
29364@item +
29365Breakpoint is enabled.
29366
29367@item -
29368Breakpoint is disabled.
269c21fe
SC
29369@end table
29370
46ba6afa
BW
29371The source, assembly and register windows are updated when the current
29372thread changes, when the frame changes, or when the program counter
29373changes.
29374
29375These windows are not all visible at the same time. The command
29376window is always visible. The others can be arranged in several
29377layouts:
c906108c 29378
8e04817f
AC
29379@itemize @bullet
29380@item
46ba6afa 29381source only,
2df3850c 29382
8e04817f 29383@item
46ba6afa 29384assembly only,
8e04817f
AC
29385
29386@item
46ba6afa 29387source and assembly,
8e04817f
AC
29388
29389@item
46ba6afa 29390source and registers, or
c906108c 29391
8e04817f 29392@item
46ba6afa 29393assembly and registers.
8e04817f 29394@end itemize
c906108c 29395
46ba6afa 29396A status line above the command window shows the following information:
b7bb15bc
SC
29397
29398@table @emph
29399@item target
46ba6afa 29400Indicates the current @value{GDBN} target.
b7bb15bc
SC
29401(@pxref{Targets, ,Specifying a Debugging Target}).
29402
29403@item process
46ba6afa 29404Gives the current process or thread number.
b7bb15bc
SC
29405When no process is being debugged, this field is set to @code{No process}.
29406
29407@item function
29408Gives the current function name for the selected frame.
29409The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 29410When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
29411the string @code{??} is displayed.
29412
29413@item line
29414Indicates the current line number for the selected frame.
46ba6afa 29415When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
29416
29417@item pc
29418Indicates the current program counter address.
b7bb15bc
SC
29419@end table
29420
8e04817f
AC
29421@node TUI Keys
29422@section TUI Key Bindings
29423@cindex TUI key bindings
c906108c 29424
8e04817f 29425The TUI installs several key bindings in the readline keymaps
39037522
TT
29426@ifset SYSTEM_READLINE
29427(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
29428@end ifset
29429@ifclear SYSTEM_READLINE
29430(@pxref{Command Line Editing}).
29431@end ifclear
29432The following key bindings are installed for both TUI mode and the
29433@value{GDBN} standard mode.
c906108c 29434
8e04817f
AC
29435@table @kbd
29436@kindex C-x C-a
29437@item C-x C-a
29438@kindex C-x a
29439@itemx C-x a
29440@kindex C-x A
29441@itemx C-x A
46ba6afa
BW
29442Enter or leave the TUI mode. When leaving the TUI mode,
29443the curses window management stops and @value{GDBN} operates using
29444its standard mode, writing on the terminal directly. When reentering
29445the TUI mode, control is given back to the curses windows.
8e04817f 29446The screen is then refreshed.
c906108c 29447
c86d74cc
TT
29448This key binding uses the bindable Readline function
29449@code{tui-switch-mode}.
29450
8e04817f
AC
29451@kindex C-x 1
29452@item C-x 1
29453Use a TUI layout with only one window. The layout will
29454either be @samp{source} or @samp{assembly}. When the TUI mode
29455is not active, it will switch to the TUI mode.
2df3850c 29456
8e04817f 29457Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 29458
c86d74cc
TT
29459This key binding uses the bindable Readline function
29460@code{tui-delete-other-windows}.
29461
8e04817f
AC
29462@kindex C-x 2
29463@item C-x 2
29464Use a TUI layout with at least two windows. When the current
46ba6afa 29465layout already has two windows, the next layout with two windows is used.
8e04817f
AC
29466When a new layout is chosen, one window will always be common to the
29467previous layout and the new one.
c906108c 29468
8e04817f 29469Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 29470
c86d74cc
TT
29471This key binding uses the bindable Readline function
29472@code{tui-change-windows}.
29473
72ffddc9
SC
29474@kindex C-x o
29475@item C-x o
29476Change the active window. The TUI associates several key bindings
46ba6afa 29477(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
29478gives the focus to the next TUI window.
29479
29480Think of it as the Emacs @kbd{C-x o} binding.
29481
c86d74cc
TT
29482This key binding uses the bindable Readline function
29483@code{tui-other-window}.
29484
7cf36c78
SC
29485@kindex C-x s
29486@item C-x s
46ba6afa
BW
29487Switch in and out of the TUI SingleKey mode that binds single
29488keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c86d74cc
TT
29489
29490This key binding uses the bindable Readline function
29491@code{next-keymap}.
c906108c
SS
29492@end table
29493
46ba6afa 29494The following key bindings only work in the TUI mode:
5d161b24 29495
46ba6afa 29496@table @asis
8e04817f 29497@kindex PgUp
46ba6afa 29498@item @key{PgUp}
8e04817f 29499Scroll the active window one page up.
c906108c 29500
8e04817f 29501@kindex PgDn
46ba6afa 29502@item @key{PgDn}
8e04817f 29503Scroll the active window one page down.
c906108c 29504
8e04817f 29505@kindex Up
46ba6afa 29506@item @key{Up}
8e04817f 29507Scroll the active window one line up.
c906108c 29508
8e04817f 29509@kindex Down
46ba6afa 29510@item @key{Down}
8e04817f 29511Scroll the active window one line down.
c906108c 29512
8e04817f 29513@kindex Left
46ba6afa 29514@item @key{Left}
8e04817f 29515Scroll the active window one column left.
c906108c 29516
8e04817f 29517@kindex Right
46ba6afa 29518@item @key{Right}
8e04817f 29519Scroll the active window one column right.
c906108c 29520
8e04817f 29521@kindex C-L
46ba6afa 29522@item @kbd{C-L}
8e04817f 29523Refresh the screen.
8e04817f 29524@end table
c906108c 29525
46ba6afa
BW
29526Because the arrow keys scroll the active window in the TUI mode, they
29527are not available for their normal use by readline unless the command
29528window has the focus. When another window is active, you must use
29529other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
29530and @kbd{C-f} to control the command window.
8e04817f 29531
7cf36c78
SC
29532@node TUI Single Key Mode
29533@section TUI Single Key Mode
29534@cindex TUI single key mode
29535
46ba6afa
BW
29536The TUI also provides a @dfn{SingleKey} mode, which binds several
29537frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
29538switch into this mode, where the following key bindings are used:
7cf36c78
SC
29539
29540@table @kbd
29541@kindex c @r{(SingleKey TUI key)}
29542@item c
29543continue
29544
29545@kindex d @r{(SingleKey TUI key)}
29546@item d
29547down
29548
29549@kindex f @r{(SingleKey TUI key)}
29550@item f
29551finish
29552
29553@kindex n @r{(SingleKey TUI key)}
29554@item n
29555next
29556
a5afdb16
RK
29557@kindex o @r{(SingleKey TUI key)}
29558@item o
29559nexti. The shortcut letter @samp{o} stands for ``step Over''.
29560
7cf36c78
SC
29561@kindex q @r{(SingleKey TUI key)}
29562@item q
46ba6afa 29563exit the SingleKey mode.
7cf36c78
SC
29564
29565@kindex r @r{(SingleKey TUI key)}
29566@item r
29567run
29568
29569@kindex s @r{(SingleKey TUI key)}
29570@item s
29571step
29572
a5afdb16
RK
29573@kindex i @r{(SingleKey TUI key)}
29574@item i
29575stepi. The shortcut letter @samp{i} stands for ``step Into''.
29576
7cf36c78
SC
29577@kindex u @r{(SingleKey TUI key)}
29578@item u
29579up
29580
29581@kindex v @r{(SingleKey TUI key)}
29582@item v
29583info locals
29584
29585@kindex w @r{(SingleKey TUI key)}
29586@item w
29587where
7cf36c78
SC
29588@end table
29589
29590Other keys temporarily switch to the @value{GDBN} command prompt.
29591The key that was pressed is inserted in the editing buffer so that
29592it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
29593with the TUI SingleKey mode. Once the command is entered the TUI
29594SingleKey mode is restored. The only way to permanently leave
7f9087cb 29595this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78 29596
11061048
TT
29597@cindex SingleKey keymap name
29598If @value{GDBN} was built with Readline 8.0 or later, the TUI
29599SingleKey keymap will be named @samp{SingleKey}. This can be used in
29600@file{.inputrc} to add additional bindings to this keymap.
7cf36c78 29601
8e04817f 29602@node TUI Commands
db2e3e2e 29603@section TUI-specific Commands
8e04817f
AC
29604@cindex TUI commands
29605
29606The TUI has specific commands to control the text windows.
46ba6afa
BW
29607These commands are always available, even when @value{GDBN} is not in
29608the TUI mode. When @value{GDBN} is in the standard mode, most
29609of these commands will automatically switch to the TUI mode.
c906108c 29610
ff12863f
PA
29611Note that if @value{GDBN}'s @code{stdout} is not connected to a
29612terminal, or @value{GDBN} has been started with the machine interface
29613interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
29614these commands will fail with an error, because it would not be
29615possible or desirable to enable curses window management.
29616
c906108c 29617@table @code
a4ea0946
AB
29618@item tui enable
29619@kindex tui enable
29620Activate TUI mode. The last active TUI window layout will be used if
760f7560 29621TUI mode has previously been used in the current debugging session,
a4ea0946
AB
29622otherwise a default layout is used.
29623
29624@item tui disable
29625@kindex tui disable
29626Disable TUI mode, returning to the console interpreter.
29627
3d757584
SC
29628@item info win
29629@kindex info win
29630List and give the size of all displayed windows.
29631
6008fc5f 29632@item layout @var{name}
4644b6e3 29633@kindex layout
6008fc5f
AB
29634Changes which TUI windows are displayed. In each layout the command
29635window is always displayed, the @var{name} parameter controls which
29636additional windows are displayed, and can be any of the following:
29637
29638@table @code
29639@item next
8e04817f 29640Display the next layout.
2df3850c 29641
6008fc5f 29642@item prev
8e04817f 29643Display the previous layout.
c906108c 29644
6008fc5f
AB
29645@item src
29646Display the source and command windows.
c906108c 29647
6008fc5f
AB
29648@item asm
29649Display the assembly and command windows.
c906108c 29650
6008fc5f
AB
29651@item split
29652Display the source, assembly, and command windows.
c906108c 29653
6008fc5f
AB
29654@item regs
29655When in @code{src} layout display the register, source, and command
29656windows. When in @code{asm} or @code{split} layout display the
29657register, assembler, and command windows.
29658@end table
8e04817f 29659
6008fc5f 29660@item focus @var{name}
8e04817f 29661@kindex focus
6008fc5f
AB
29662Changes which TUI window is currently active for scrolling. The
29663@var{name} parameter can be any of the following:
29664
29665@table @code
29666@item next
46ba6afa
BW
29667Make the next window active for scrolling.
29668
6008fc5f 29669@item prev
46ba6afa
BW
29670Make the previous window active for scrolling.
29671
6008fc5f 29672@item src
46ba6afa
BW
29673Make the source window active for scrolling.
29674
6008fc5f 29675@item asm
46ba6afa
BW
29676Make the assembly window active for scrolling.
29677
6008fc5f 29678@item regs
46ba6afa
BW
29679Make the register window active for scrolling.
29680
6008fc5f 29681@item cmd
46ba6afa 29682Make the command window active for scrolling.
6008fc5f 29683@end table
c906108c 29684
8e04817f
AC
29685@item refresh
29686@kindex refresh
7f9087cb 29687Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 29688
51f0e40d 29689@item tui reg @var{group}
6a1b180d 29690@kindex tui reg
51f0e40d
AB
29691Changes the register group displayed in the tui register window to
29692@var{group}. If the register window is not currently displayed this
29693command will cause the register window to be displayed. The list of
29694register groups, as well as their order is target specific. The
29695following groups are available on most targets:
29696@table @code
29697@item next
29698Repeatedly selecting this group will cause the display to cycle
29699through all of the available register groups.
29700
29701@item prev
29702Repeatedly selecting this group will cause the display to cycle
29703through all of the available register groups in the reverse order to
29704@var{next}.
29705
29706@item general
29707Display the general registers.
29708@item float
29709Display the floating point registers.
29710@item system
29711Display the system registers.
29712@item vector
29713Display the vector registers.
29714@item all
29715Display all registers.
29716@end table
6a1b180d 29717
8e04817f
AC
29718@item update
29719@kindex update
29720Update the source window and the current execution point.
c906108c 29721
8e04817f
AC
29722@item winheight @var{name} +@var{count}
29723@itemx winheight @var{name} -@var{count}
29724@kindex winheight
29725Change the height of the window @var{name} by @var{count}
29726lines. Positive counts increase the height, while negative counts
bf555842
EZ
29727decrease it. The @var{name} parameter can be one of @code{src} (the
29728source window), @code{cmd} (the command window), @code{asm} (the
29729disassembly window), or @code{regs} (the register display window).
d6677607 29730@end table
2df3850c 29731
8e04817f 29732@node TUI Configuration
79a6e687 29733@section TUI Configuration Variables
8e04817f 29734@cindex TUI configuration variables
c906108c 29735
46ba6afa 29736Several configuration variables control the appearance of TUI windows.
c906108c 29737
8e04817f
AC
29738@table @code
29739@item set tui border-kind @var{kind}
29740@kindex set tui border-kind
29741Select the border appearance for the source, assembly and register windows.
29742The possible values are the following:
29743@table @code
29744@item space
29745Use a space character to draw the border.
c906108c 29746
8e04817f 29747@item ascii
46ba6afa 29748Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 29749
8e04817f
AC
29750@item acs
29751Use the Alternate Character Set to draw the border. The border is
29752drawn using character line graphics if the terminal supports them.
8e04817f 29753@end table
c78b4128 29754
8e04817f
AC
29755@item set tui border-mode @var{mode}
29756@kindex set tui border-mode
46ba6afa
BW
29757@itemx set tui active-border-mode @var{mode}
29758@kindex set tui active-border-mode
29759Select the display attributes for the borders of the inactive windows
29760or the active window. The @var{mode} can be one of the following:
8e04817f
AC
29761@table @code
29762@item normal
29763Use normal attributes to display the border.
c906108c 29764
8e04817f
AC
29765@item standout
29766Use standout mode.
c906108c 29767
8e04817f
AC
29768@item reverse
29769Use reverse video mode.
c906108c 29770
8e04817f
AC
29771@item half
29772Use half bright mode.
c906108c 29773
8e04817f
AC
29774@item half-standout
29775Use half bright and standout mode.
c906108c 29776
8e04817f
AC
29777@item bold
29778Use extra bright or bold mode.
c78b4128 29779
8e04817f
AC
29780@item bold-standout
29781Use extra bright or bold and standout mode.
8e04817f 29782@end table
7806cea7
TT
29783
29784@item set tui tab-width @var{nchars}
29785@kindex set tui tab-width
29786@kindex tabset
29787Set the width of tab stops to be @var{nchars} characters. This
29788setting affects the display of TAB characters in the source and
29789assembly windows.
d1da6b01
TT
29790
29791@item set tui compact-source @r{[}on@r{|}off@r{]}
29792@kindex set tui compact-source
29793Set whether the TUI source window is displayed in ``compact'' form.
29794The default display uses more space for line numbers and starts the
29795source text at the next tab stop; the compact display uses only as
29796much space as is needed for the line numbers in the current file, and
29797only a single space to separate the line numbers from the source.
7806cea7 29798@end table
c78b4128 29799
a2a7af0c
TT
29800Note that the colors of the TUI borders can be controlled using the
29801appropriate @code{set style} commands. @xref{Output Styling}.
29802
8e04817f
AC
29803@node Emacs
29804@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 29805
8e04817f
AC
29806@cindex Emacs
29807@cindex @sc{gnu} Emacs
29808A special interface allows you to use @sc{gnu} Emacs to view (and
29809edit) the source files for the program you are debugging with
29810@value{GDBN}.
c906108c 29811
8e04817f
AC
29812To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
29813executable file you want to debug as an argument. This command starts
29814@value{GDBN} as a subprocess of Emacs, with input and output through a newly
29815created Emacs buffer.
29816@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 29817
5e252a2e 29818Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 29819things:
c906108c 29820
8e04817f
AC
29821@itemize @bullet
29822@item
5e252a2e
NR
29823All ``terminal'' input and output goes through an Emacs buffer, called
29824the GUD buffer.
c906108c 29825
8e04817f
AC
29826This applies both to @value{GDBN} commands and their output, and to the input
29827and output done by the program you are debugging.
bf0184be 29828
8e04817f
AC
29829This is useful because it means that you can copy the text of previous
29830commands and input them again; you can even use parts of the output
29831in this way.
bf0184be 29832
8e04817f
AC
29833All the facilities of Emacs' Shell mode are available for interacting
29834with your program. In particular, you can send signals the usual
29835way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
29836stop.
bf0184be
ND
29837
29838@item
8e04817f 29839@value{GDBN} displays source code through Emacs.
bf0184be 29840
8e04817f
AC
29841Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
29842source file for that frame and puts an arrow (@samp{=>}) at the
29843left margin of the current line. Emacs uses a separate buffer for
29844source display, and splits the screen to show both your @value{GDBN} session
29845and the source.
bf0184be 29846
8e04817f
AC
29847Explicit @value{GDBN} @code{list} or search commands still produce output as
29848usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
29849@end itemize
29850
29851We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
29852a graphical mode, enabled by default, which provides further buffers
29853that can control the execution and describe the state of your program.
29854@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 29855
64fabec2
AC
29856If you specify an absolute file name when prompted for the @kbd{M-x
29857gdb} argument, then Emacs sets your current working directory to where
29858your program resides. If you only specify the file name, then Emacs
7a9dd1b2 29859sets your current working directory to the directory associated
64fabec2
AC
29860with the previous buffer. In this case, @value{GDBN} may find your
29861program by searching your environment's @code{PATH} variable, but on
29862some operating systems it might not find the source. So, although the
29863@value{GDBN} input and output session proceeds normally, the auxiliary
29864buffer does not display the current source and line of execution.
29865
29866The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
29867line of the GUD buffer and this serves as a default for the commands
29868that specify files for @value{GDBN} to operate on. @xref{Files,
29869,Commands to Specify Files}.
64fabec2
AC
29870
29871By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
29872need to call @value{GDBN} by a different name (for example, if you
29873keep several configurations around, with different names) you can
29874customize the Emacs variable @code{gud-gdb-command-name} to run the
29875one you want.
8e04817f 29876
5e252a2e 29877In the GUD buffer, you can use these special Emacs commands in
8e04817f 29878addition to the standard Shell mode commands:
c906108c 29879
8e04817f
AC
29880@table @kbd
29881@item C-h m
5e252a2e 29882Describe the features of Emacs' GUD Mode.
c906108c 29883
64fabec2 29884@item C-c C-s
8e04817f
AC
29885Execute to another source line, like the @value{GDBN} @code{step} command; also
29886update the display window to show the current file and location.
c906108c 29887
64fabec2 29888@item C-c C-n
8e04817f
AC
29889Execute to next source line in this function, skipping all function
29890calls, like the @value{GDBN} @code{next} command. Then update the display window
29891to show the current file and location.
c906108c 29892
64fabec2 29893@item C-c C-i
8e04817f
AC
29894Execute one instruction, like the @value{GDBN} @code{stepi} command; update
29895display window accordingly.
c906108c 29896
8e04817f
AC
29897@item C-c C-f
29898Execute until exit from the selected stack frame, like the @value{GDBN}
29899@code{finish} command.
c906108c 29900
64fabec2 29901@item C-c C-r
8e04817f
AC
29902Continue execution of your program, like the @value{GDBN} @code{continue}
29903command.
b433d00b 29904
64fabec2 29905@item C-c <
8e04817f
AC
29906Go up the number of frames indicated by the numeric argument
29907(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
29908like the @value{GDBN} @code{up} command.
b433d00b 29909
64fabec2 29910@item C-c >
8e04817f
AC
29911Go down the number of frames indicated by the numeric argument, like the
29912@value{GDBN} @code{down} command.
8e04817f 29913@end table
c906108c 29914
7f9087cb 29915In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 29916tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 29917
5e252a2e
NR
29918In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
29919separate frame which shows a backtrace when the GUD buffer is current.
29920Move point to any frame in the stack and type @key{RET} to make it
29921become the current frame and display the associated source in the
29922source buffer. Alternatively, click @kbd{Mouse-2} to make the
29923selected frame become the current one. In graphical mode, the
29924speedbar displays watch expressions.
64fabec2 29925
8e04817f
AC
29926If you accidentally delete the source-display buffer, an easy way to get
29927it back is to type the command @code{f} in the @value{GDBN} buffer, to
29928request a frame display; when you run under Emacs, this recreates
29929the source buffer if necessary to show you the context of the current
29930frame.
c906108c 29931
8e04817f
AC
29932The source files displayed in Emacs are in ordinary Emacs buffers
29933which are visiting the source files in the usual way. You can edit
29934the files with these buffers if you wish; but keep in mind that @value{GDBN}
29935communicates with Emacs in terms of line numbers. If you add or
29936delete lines from the text, the line numbers that @value{GDBN} knows cease
29937to correspond properly with the code.
b383017d 29938
5e252a2e
NR
29939A more detailed description of Emacs' interaction with @value{GDBN} is
29940given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
29941Emacs Manual}).
c906108c 29942
922fbb7b
AC
29943@node GDB/MI
29944@chapter The @sc{gdb/mi} Interface
29945
29946@unnumberedsec Function and Purpose
29947
29948@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
29949@sc{gdb/mi} is a line based machine oriented text interface to
29950@value{GDBN} and is activated by specifying using the
29951@option{--interpreter} command line option (@pxref{Mode Options}). It
29952is specifically intended to support the development of systems which
29953use the debugger as just one small component of a larger system.
922fbb7b
AC
29954
29955This chapter is a specification of the @sc{gdb/mi} interface. It is written
29956in the form of a reference manual.
29957
29958Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
29959features described below are incomplete and subject to change
29960(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
29961
29962@unnumberedsec Notation and Terminology
29963
29964@cindex notational conventions, for @sc{gdb/mi}
29965This chapter uses the following notation:
29966
29967@itemize @bullet
29968@item
29969@code{|} separates two alternatives.
29970
29971@item
29972@code{[ @var{something} ]} indicates that @var{something} is optional:
29973it may or may not be given.
29974
29975@item
29976@code{( @var{group} )*} means that @var{group} inside the parentheses
29977may repeat zero or more times.
29978
29979@item
29980@code{( @var{group} )+} means that @var{group} inside the parentheses
29981may repeat one or more times.
29982
29983@item
29984@code{"@var{string}"} means a literal @var{string}.
29985@end itemize
29986
29987@ignore
29988@heading Dependencies
29989@end ignore
29990
922fbb7b 29991@menu
c3b108f7 29992* GDB/MI General Design::
922fbb7b
AC
29993* GDB/MI Command Syntax::
29994* GDB/MI Compatibility with CLI::
af6eff6f 29995* GDB/MI Development and Front Ends::
922fbb7b 29996* GDB/MI Output Records::
ef21caaf 29997* GDB/MI Simple Examples::
922fbb7b 29998* GDB/MI Command Description Format::
ef21caaf 29999* GDB/MI Breakpoint Commands::
3fa7bf06 30000* GDB/MI Catchpoint Commands::
a2c02241
NR
30001* GDB/MI Program Context::
30002* GDB/MI Thread Commands::
5d77fe44 30003* GDB/MI Ada Tasking Commands::
a2c02241
NR
30004* GDB/MI Program Execution::
30005* GDB/MI Stack Manipulation::
30006* GDB/MI Variable Objects::
922fbb7b 30007* GDB/MI Data Manipulation::
a2c02241
NR
30008* GDB/MI Tracepoint Commands::
30009* GDB/MI Symbol Query::
351ff01a 30010* GDB/MI File Commands::
922fbb7b
AC
30011@ignore
30012* GDB/MI Kod Commands::
30013* GDB/MI Memory Overlay Commands::
30014* GDB/MI Signal Handling Commands::
30015@end ignore
922fbb7b 30016* GDB/MI Target Manipulation::
a6b151f1 30017* GDB/MI File Transfer Commands::
58d06528 30018* GDB/MI Ada Exceptions Commands::
d192b373 30019* GDB/MI Support Commands::
ef21caaf 30020* GDB/MI Miscellaneous Commands::
922fbb7b
AC
30021@end menu
30022
c3b108f7
VP
30023@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30024@node GDB/MI General Design
30025@section @sc{gdb/mi} General Design
30026@cindex GDB/MI General Design
30027
30028Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
30029parts---commands sent to @value{GDBN}, responses to those commands
30030and notifications. Each command results in exactly one response,
30031indicating either successful completion of the command, or an error.
30032For the commands that do not resume the target, the response contains the
30033requested information. For the commands that resume the target, the
30034response only indicates whether the target was successfully resumed.
30035Notifications is the mechanism for reporting changes in the state of the
30036target, or in @value{GDBN} state, that cannot conveniently be associated with
30037a command and reported as part of that command response.
30038
30039The important examples of notifications are:
30040@itemize @bullet
30041
30042@item
30043Exec notifications. These are used to report changes in
30044target state---when a target is resumed, or stopped. It would not
30045be feasible to include this information in response of resuming
30046commands, because one resume commands can result in multiple events in
30047different threads. Also, quite some time may pass before any event
30048happens in the target, while a frontend needs to know whether the resuming
30049command itself was successfully executed.
30050
30051@item
30052Console output, and status notifications. Console output
30053notifications are used to report output of CLI commands, as well as
30054diagnostics for other commands. Status notifications are used to
30055report the progress of a long-running operation. Naturally, including
30056this information in command response would mean no output is produced
30057until the command is finished, which is undesirable.
30058
30059@item
30060General notifications. Commands may have various side effects on
30061the @value{GDBN} or target state beyond their official purpose. For example,
30062a command may change the selected thread. Although such changes can
30063be included in command response, using notification allows for more
30064orthogonal frontend design.
30065
30066@end itemize
30067
30068There's no guarantee that whenever an MI command reports an error,
30069@value{GDBN} or the target are in any specific state, and especially,
30070the state is not reverted to the state before the MI command was
30071processed. Therefore, whenever an MI command results in an error,
30072we recommend that the frontend refreshes all the information shown in
30073the user interface.
30074
508094de
NR
30075
30076@menu
30077* Context management::
30078* Asynchronous and non-stop modes::
30079* Thread groups::
30080@end menu
30081
30082@node Context management
c3b108f7
VP
30083@subsection Context management
30084
403cb6b1
JB
30085@subsubsection Threads and Frames
30086
c3b108f7
VP
30087In most cases when @value{GDBN} accesses the target, this access is
30088done in context of a specific thread and frame (@pxref{Frames}).
30089Often, even when accessing global data, the target requires that a thread
30090be specified. The CLI interface maintains the selected thread and frame,
30091and supplies them to target on each command. This is convenient,
30092because a command line user would not want to specify that information
30093explicitly on each command, and because user interacts with
30094@value{GDBN} via a single terminal, so no confusion is possible as
30095to what thread and frame are the current ones.
30096
30097In the case of MI, the concept of selected thread and frame is less
30098useful. First, a frontend can easily remember this information
30099itself. Second, a graphical frontend can have more than one window,
30100each one used for debugging a different thread, and the frontend might
30101want to access additional threads for internal purposes. This
30102increases the risk that by relying on implicitly selected thread, the
30103frontend may be operating on a wrong one. Therefore, each MI command
30104should explicitly specify which thread and frame to operate on. To
30105make it possible, each MI command accepts the @samp{--thread} and
5d5658a1
PA
30106@samp{--frame} options, the value to each is @value{GDBN} global
30107identifier for thread and frame to operate on.
c3b108f7
VP
30108
30109Usually, each top-level window in a frontend allows the user to select
30110a thread and a frame, and remembers the user selection for further
30111operations. However, in some cases @value{GDBN} may suggest that the
4034d0ff
AT
30112current thread or frame be changed. For example, when stopping on a
30113breakpoint it is reasonable to switch to the thread where breakpoint is
30114hit. For another example, if the user issues the CLI @samp{thread} or
30115@samp{frame} commands via the frontend, it is desirable to change the
30116frontend's selection to the one specified by user. @value{GDBN}
30117communicates the suggestion to change current thread and frame using the
30118@samp{=thread-selected} notification.
c3b108f7
VP
30119
30120Note that historically, MI shares the selected thread with CLI, so
30121frontends used the @code{-thread-select} to execute commands in the
30122right context. However, getting this to work right is cumbersome. The
30123simplest way is for frontend to emit @code{-thread-select} command
30124before every command. This doubles the number of commands that need
30125to be sent. The alternative approach is to suppress @code{-thread-select}
30126if the selected thread in @value{GDBN} is supposed to be identical to the
30127thread the frontend wants to operate on. However, getting this
30128optimization right can be tricky. In particular, if the frontend
30129sends several commands to @value{GDBN}, and one of the commands changes the
30130selected thread, then the behaviour of subsequent commands will
30131change. So, a frontend should either wait for response from such
30132problematic commands, or explicitly add @code{-thread-select} for
30133all subsequent commands. No frontend is known to do this exactly
30134right, so it is suggested to just always pass the @samp{--thread} and
30135@samp{--frame} options.
30136
403cb6b1
JB
30137@subsubsection Language
30138
30139The execution of several commands depends on which language is selected.
30140By default, the current language (@pxref{show language}) is used.
30141But for commands known to be language-sensitive, it is recommended
30142to use the @samp{--language} option. This option takes one argument,
30143which is the name of the language to use while executing the command.
30144For instance:
30145
30146@smallexample
30147-data-evaluate-expression --language c "sizeof (void*)"
30148^done,value="4"
30149(gdb)
30150@end smallexample
30151
30152The valid language names are the same names accepted by the
30153@samp{set language} command (@pxref{Manually}), excluding @samp{auto},
30154@samp{local} or @samp{unknown}.
30155
508094de 30156@node Asynchronous and non-stop modes
c3b108f7
VP
30157@subsection Asynchronous command execution and non-stop mode
30158
30159On some targets, @value{GDBN} is capable of processing MI commands
30160even while the target is running. This is called @dfn{asynchronous
30161command execution} (@pxref{Background Execution}). The frontend may
6b92c0d3 30162specify a preference for asynchronous execution using the
329ea579 30163@code{-gdb-set mi-async 1} command, which should be emitted before
c3b108f7
VP
30164either running the executable or attaching to the target. After the
30165frontend has started the executable or attached to the target, it can
30166find if asynchronous execution is enabled using the
30167@code{-list-target-features} command.
30168
329ea579
PA
30169@table @code
30170@item -gdb-set mi-async on
30171@item -gdb-set mi-async off
30172Set whether MI is in asynchronous mode.
30173
30174When @code{off}, which is the default, MI execution commands (e.g.,
30175@code{-exec-continue}) are foreground commands, and @value{GDBN} waits
30176for the program to stop before processing further commands.
30177
30178When @code{on}, MI execution commands are background execution
30179commands (e.g., @code{-exec-continue} becomes the equivalent of the
30180@code{c&} CLI command), and so @value{GDBN} is capable of processing
30181MI commands even while the target is running.
30182
30183@item -gdb-show mi-async
30184Show whether MI asynchronous mode is enabled.
30185@end table
30186
30187Note: In @value{GDBN} version 7.7 and earlier, this option was called
30188@code{target-async} instead of @code{mi-async}, and it had the effect
30189of both putting MI in asynchronous mode and making CLI background
30190commands possible. CLI background commands are now always possible
30191``out of the box'' if the target supports them. The old spelling is
30192kept as a deprecated alias for backwards compatibility.
30193
c3b108f7
VP
30194Even if @value{GDBN} can accept a command while target is running,
30195many commands that access the target do not work when the target is
30196running. Therefore, asynchronous command execution is most useful
30197when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
30198it is possible to examine the state of one thread, while other threads
30199are running.
30200
30201When a given thread is running, MI commands that try to access the
30202target in the context of that thread may not work, or may work only on
30203some targets. In particular, commands that try to operate on thread's
30204stack will not work, on any target. Commands that read memory, or
30205modify breakpoints, may work or not work, depending on the target. Note
30206that even commands that operate on global state, such as @code{print},
30207@code{set}, and breakpoint commands, still access the target in the
30208context of a specific thread, so frontend should try to find a
30209stopped thread and perform the operation on that thread (using the
30210@samp{--thread} option).
30211
30212Which commands will work in the context of a running thread is
30213highly target dependent. However, the two commands
30214@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
30215to find the state of a thread, will always work.
30216
508094de 30217@node Thread groups
c3b108f7
VP
30218@subsection Thread groups
30219@value{GDBN} may be used to debug several processes at the same time.
6b92c0d3 30220On some platforms, @value{GDBN} may support debugging of several
c3b108f7
VP
30221hardware systems, each one having several cores with several different
30222processes running on each core. This section describes the MI
30223mechanism to support such debugging scenarios.
30224
30225The key observation is that regardless of the structure of the
30226target, MI can have a global list of threads, because most commands that
30227accept the @samp{--thread} option do not need to know what process that
30228thread belongs to. Therefore, it is not necessary to introduce
30229neither additional @samp{--process} option, nor an notion of the
30230current process in the MI interface. The only strictly new feature
30231that is required is the ability to find how the threads are grouped
30232into processes.
30233
30234To allow the user to discover such grouping, and to support arbitrary
30235hierarchy of machines/cores/processes, MI introduces the concept of a
30236@dfn{thread group}. Thread group is a collection of threads and other
30237thread groups. A thread group always has a string identifier, a type,
30238and may have additional attributes specific to the type. A new
30239command, @code{-list-thread-groups}, returns the list of top-level
30240thread groups, which correspond to processes that @value{GDBN} is
30241debugging at the moment. By passing an identifier of a thread group
30242to the @code{-list-thread-groups} command, it is possible to obtain
30243the members of specific thread group.
30244
30245To allow the user to easily discover processes, and other objects, he
30246wishes to debug, a concept of @dfn{available thread group} is
30247introduced. Available thread group is an thread group that
30248@value{GDBN} is not debugging, but that can be attached to, using the
30249@code{-target-attach} command. The list of available top-level thread
30250groups can be obtained using @samp{-list-thread-groups --available}.
30251In general, the content of a thread group may be only retrieved only
30252after attaching to that thread group.
30253
a79b8f6e
VP
30254Thread groups are related to inferiors (@pxref{Inferiors and
30255Programs}). Each inferior corresponds to a thread group of a special
30256type @samp{process}, and some additional operations are permitted on
30257such thread groups.
30258
922fbb7b
AC
30259@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30260@node GDB/MI Command Syntax
30261@section @sc{gdb/mi} Command Syntax
30262
30263@menu
30264* GDB/MI Input Syntax::
30265* GDB/MI Output Syntax::
922fbb7b
AC
30266@end menu
30267
30268@node GDB/MI Input Syntax
30269@subsection @sc{gdb/mi} Input Syntax
30270
30271@cindex input syntax for @sc{gdb/mi}
30272@cindex @sc{gdb/mi}, input syntax
30273@table @code
30274@item @var{command} @expansion{}
30275@code{@var{cli-command} | @var{mi-command}}
30276
30277@item @var{cli-command} @expansion{}
30278@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
30279@var{cli-command} is any existing @value{GDBN} CLI command.
30280
30281@item @var{mi-command} @expansion{}
30282@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
30283@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
30284
30285@item @var{token} @expansion{}
30286"any sequence of digits"
30287
30288@item @var{option} @expansion{}
30289@code{"-" @var{parameter} [ " " @var{parameter} ]}
30290
30291@item @var{parameter} @expansion{}
30292@code{@var{non-blank-sequence} | @var{c-string}}
30293
30294@item @var{operation} @expansion{}
30295@emph{any of the operations described in this chapter}
30296
30297@item @var{non-blank-sequence} @expansion{}
30298@emph{anything, provided it doesn't contain special characters such as
30299"-", @var{nl}, """ and of course " "}
30300
30301@item @var{c-string} @expansion{}
30302@code{""" @var{seven-bit-iso-c-string-content} """}
30303
30304@item @var{nl} @expansion{}
30305@code{CR | CR-LF}
30306@end table
30307
30308@noindent
30309Notes:
30310
30311@itemize @bullet
30312@item
30313The CLI commands are still handled by the @sc{mi} interpreter; their
30314output is described below.
30315
30316@item
30317The @code{@var{token}}, when present, is passed back when the command
30318finishes.
30319
30320@item
30321Some @sc{mi} commands accept optional arguments as part of the parameter
30322list. Each option is identified by a leading @samp{-} (dash) and may be
30323followed by an optional argument parameter. Options occur first in the
30324parameter list and can be delimited from normal parameters using
30325@samp{--} (this is useful when some parameters begin with a dash).
30326@end itemize
30327
30328Pragmatics:
30329
30330@itemize @bullet
30331@item
30332We want easy access to the existing CLI syntax (for debugging).
30333
30334@item
30335We want it to be easy to spot a @sc{mi} operation.
30336@end itemize
30337
30338@node GDB/MI Output Syntax
30339@subsection @sc{gdb/mi} Output Syntax
30340
30341@cindex output syntax of @sc{gdb/mi}
30342@cindex @sc{gdb/mi}, output syntax
30343The output from @sc{gdb/mi} consists of zero or more out-of-band records
30344followed, optionally, by a single result record. This result record
30345is for the most recent command. The sequence of output records is
594fe323 30346terminated by @samp{(gdb)}.
922fbb7b
AC
30347
30348If an input command was prefixed with a @code{@var{token}} then the
30349corresponding output for that command will also be prefixed by that same
30350@var{token}.
30351
30352@table @code
30353@item @var{output} @expansion{}
594fe323 30354@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
30355
30356@item @var{result-record} @expansion{}
30357@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
30358
30359@item @var{out-of-band-record} @expansion{}
30360@code{@var{async-record} | @var{stream-record}}
30361
30362@item @var{async-record} @expansion{}
30363@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
30364
30365@item @var{exec-async-output} @expansion{}
dcf106f3 30366@code{[ @var{token} ] "*" @var{async-output nl}}
922fbb7b
AC
30367
30368@item @var{status-async-output} @expansion{}
dcf106f3 30369@code{[ @var{token} ] "+" @var{async-output nl}}
922fbb7b
AC
30370
30371@item @var{notify-async-output} @expansion{}
dcf106f3 30372@code{[ @var{token} ] "=" @var{async-output nl}}
922fbb7b
AC
30373
30374@item @var{async-output} @expansion{}
dcf106f3 30375@code{@var{async-class} ( "," @var{result} )*}
922fbb7b
AC
30376
30377@item @var{result-class} @expansion{}
30378@code{"done" | "running" | "connected" | "error" | "exit"}
30379
30380@item @var{async-class} @expansion{}
30381@code{"stopped" | @var{others}} (where @var{others} will be added
30382depending on the needs---this is still in development).
30383
30384@item @var{result} @expansion{}
30385@code{ @var{variable} "=" @var{value}}
30386
30387@item @var{variable} @expansion{}
30388@code{ @var{string} }
30389
30390@item @var{value} @expansion{}
30391@code{ @var{const} | @var{tuple} | @var{list} }
30392
30393@item @var{const} @expansion{}
30394@code{@var{c-string}}
30395
30396@item @var{tuple} @expansion{}
30397@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
30398
30399@item @var{list} @expansion{}
30400@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
30401@var{result} ( "," @var{result} )* "]" }
30402
30403@item @var{stream-record} @expansion{}
30404@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
30405
30406@item @var{console-stream-output} @expansion{}
dcf106f3 30407@code{"~" @var{c-string nl}}
922fbb7b
AC
30408
30409@item @var{target-stream-output} @expansion{}
dcf106f3 30410@code{"@@" @var{c-string nl}}
922fbb7b
AC
30411
30412@item @var{log-stream-output} @expansion{}
dcf106f3 30413@code{"&" @var{c-string nl}}
922fbb7b
AC
30414
30415@item @var{nl} @expansion{}
30416@code{CR | CR-LF}
30417
30418@item @var{token} @expansion{}
30419@emph{any sequence of digits}.
30420@end table
30421
30422@noindent
30423Notes:
30424
30425@itemize @bullet
30426@item
30427All output sequences end in a single line containing a period.
30428
30429@item
721c02de
VP
30430The @code{@var{token}} is from the corresponding request. Note that
30431for all async output, while the token is allowed by the grammar and
30432may be output by future versions of @value{GDBN} for select async
30433output messages, it is generally omitted. Frontends should treat
30434all async output as reporting general changes in the state of the
30435target and there should be no need to associate async output to any
30436prior command.
922fbb7b
AC
30437
30438@item
30439@cindex status output in @sc{gdb/mi}
30440@var{status-async-output} contains on-going status information about the
30441progress of a slow operation. It can be discarded. All status output is
30442prefixed by @samp{+}.
30443
30444@item
30445@cindex async output in @sc{gdb/mi}
30446@var{exec-async-output} contains asynchronous state change on the target
30447(stopped, started, disappeared). All async output is prefixed by
30448@samp{*}.
30449
30450@item
30451@cindex notify output in @sc{gdb/mi}
30452@var{notify-async-output} contains supplementary information that the
30453client should handle (e.g., a new breakpoint information). All notify
30454output is prefixed by @samp{=}.
30455
30456@item
30457@cindex console output in @sc{gdb/mi}
30458@var{console-stream-output} is output that should be displayed as is in the
30459console. It is the textual response to a CLI command. All the console
30460output is prefixed by @samp{~}.
30461
30462@item
30463@cindex target output in @sc{gdb/mi}
30464@var{target-stream-output} is the output produced by the target program.
30465All the target output is prefixed by @samp{@@}.
30466
30467@item
30468@cindex log output in @sc{gdb/mi}
30469@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
30470instance messages that should be displayed as part of an error log. All
30471the log output is prefixed by @samp{&}.
30472
30473@item
30474@cindex list output in @sc{gdb/mi}
30475New @sc{gdb/mi} commands should only output @var{lists} containing
30476@var{values}.
30477
30478
30479@end itemize
30480
30481@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
30482details about the various output records.
30483
922fbb7b
AC
30484@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30485@node GDB/MI Compatibility with CLI
30486@section @sc{gdb/mi} Compatibility with CLI
30487
30488@cindex compatibility, @sc{gdb/mi} and CLI
30489@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 30490
a2c02241
NR
30491For the developers convenience CLI commands can be entered directly,
30492but there may be some unexpected behaviour. For example, commands
30493that query the user will behave as if the user replied yes, breakpoint
30494command lists are not executed and some CLI commands, such as
30495@code{if}, @code{when} and @code{define}, prompt for further input with
30496@samp{>}, which is not valid MI output.
ef21caaf
NR
30497
30498This feature may be removed at some stage in the future and it is
a2c02241
NR
30499recommended that front ends use the @code{-interpreter-exec} command
30500(@pxref{-interpreter-exec}).
922fbb7b 30501
af6eff6f
NR
30502@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30503@node GDB/MI Development and Front Ends
30504@section @sc{gdb/mi} Development and Front Ends
30505@cindex @sc{gdb/mi} development
30506
30507The application which takes the MI output and presents the state of the
30508program being debugged to the user is called a @dfn{front end}.
30509
1fea0d53
SM
30510Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
30511to the MI interface may break existing usage. This section describes how the
30512protocol changes and how to request previous version of the protocol when it
30513does.
af6eff6f
NR
30514
30515Some changes in MI need not break a carefully designed front end, and
30516for these the MI version will remain unchanged. The following is a
30517list of changes that may occur within one level, so front ends should
30518parse MI output in a way that can handle them:
30519
30520@itemize @bullet
30521@item
30522New MI commands may be added.
30523
30524@item
30525New fields may be added to the output of any MI command.
30526
36ece8b3
NR
30527@item
30528The range of values for fields with specified values, e.g.,
9f708cb2 30529@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 30530
af6eff6f
NR
30531@c The format of field's content e.g type prefix, may change so parse it
30532@c at your own risk. Yes, in general?
30533
30534@c The order of fields may change? Shouldn't really matter but it might
30535@c resolve inconsistencies.
30536@end itemize
30537
30538If the changes are likely to break front ends, the MI version level
1fea0d53
SM
30539will be increased by one. The new versions of the MI protocol are not compatible
30540with the old versions. Old versions of MI remain available, allowing front ends
30541to keep using them until they are modified to use the latest MI version.
af6eff6f 30542
1fea0d53
SM
30543Since @code{--interpreter=mi} always points to the latest MI version, it is
30544recommended that front ends request a specific version of MI when launching
30545@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
30546interpreter with the MI version they expect.
30547
30548The following table gives a summary of the the released versions of the MI
30549interface: the version number, the version of GDB in which it first appeared
30550and the breaking changes compared to the previous version.
30551
30552@multitable @columnfractions .05 .05 .9
30553@headitem MI version @tab GDB version @tab Breaking changes
30554
30555@item
30556@center 1
30557@tab
30558@center 5.1
30559@tab
30560None
30561
30562@item
30563@center 2
30564@tab
30565@center 6.0
30566@tab
30567
30568@itemize
30569@item
30570The @code{-environment-pwd}, @code{-environment-directory} and
30571@code{-environment-path} commands now returns values using the MI output
30572syntax, rather than CLI output syntax.
30573
30574@item
30575@code{-var-list-children}'s @code{children} result field is now a list, rather
30576than a tuple.
30577
30578@item
30579@code{-var-update}'s @code{changelist} result field is now a list, rather than
30580a tuple.
30581@end itemize
30582
b4be1b06
SM
30583@item
30584@center 3
30585@tab
30586@center 9.1
30587@tab
30588
30589@itemize
30590@item
30591The output of information about multi-location breakpoints has changed in the
30592responses to the @code{-break-insert} and @code{-break-info} commands, as well
30593as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
30594The multiple locations are now placed in a @code{locations} field, whose value
30595is a list.
30596@end itemize
30597
1fea0d53 30598@end multitable
af6eff6f 30599
b4be1b06
SM
30600If your front end cannot yet migrate to a more recent version of the
30601MI protocol, you can nevertheless selectively enable specific features
30602available in those recent MI versions, using the following commands:
30603
30604@table @code
30605
30606@item -fix-multi-location-breakpoint-output
30607Use the output for multi-location breakpoints which was introduced by
30608MI 3, even when using MI versions 2 or 1. This command has no
30609effect when using MI version 3 or later.
30610
5c85e20d 30611@end table
b4be1b06 30612
af6eff6f
NR
30613The best way to avoid unexpected changes in MI that might break your front
30614end is to make your project known to @value{GDBN} developers and
7a9a6b69 30615follow development on @email{gdb@@sourceware.org} and
fa0f268d 30616@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
30617@cindex mailing lists
30618
922fbb7b
AC
30619@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30620@node GDB/MI Output Records
30621@section @sc{gdb/mi} Output Records
30622
30623@menu
30624* GDB/MI Result Records::
30625* GDB/MI Stream Records::
82f68b1c 30626* GDB/MI Async Records::
54516a0b 30627* GDB/MI Breakpoint Information::
c3b108f7 30628* GDB/MI Frame Information::
dc146f7c 30629* GDB/MI Thread Information::
4368ebeb 30630* GDB/MI Ada Exception Information::
922fbb7b
AC
30631@end menu
30632
30633@node GDB/MI Result Records
30634@subsection @sc{gdb/mi} Result Records
30635
30636@cindex result records in @sc{gdb/mi}
30637@cindex @sc{gdb/mi}, result records
30638In addition to a number of out-of-band notifications, the response to a
30639@sc{gdb/mi} command includes one of the following result indications:
30640
30641@table @code
30642@findex ^done
30643@item "^done" [ "," @var{results} ]
30644The synchronous operation was successful, @code{@var{results}} are the return
30645values.
30646
30647@item "^running"
30648@findex ^running
8e9c5e02
VP
30649This result record is equivalent to @samp{^done}. Historically, it
30650was output instead of @samp{^done} if the command has resumed the
30651target. This behaviour is maintained for backward compatibility, but
30652all frontends should treat @samp{^done} and @samp{^running}
30653identically and rely on the @samp{*running} output record to determine
30654which threads are resumed.
922fbb7b 30655
ef21caaf
NR
30656@item "^connected"
30657@findex ^connected
3f94c067 30658@value{GDBN} has connected to a remote target.
ef21caaf 30659
2ea126fa 30660@item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
922fbb7b 30661@findex ^error
2ea126fa
JB
30662The operation failed. The @code{msg=@var{c-string}} variable contains
30663the corresponding error message.
30664
30665If present, the @code{code=@var{c-string}} variable provides an error
30666code on which consumers can rely on to detect the corresponding
30667error condition. At present, only one error code is defined:
30668
30669@table @samp
30670@item "undefined-command"
30671Indicates that the command causing the error does not exist.
30672@end table
ef21caaf
NR
30673
30674@item "^exit"
30675@findex ^exit
3f94c067 30676@value{GDBN} has terminated.
ef21caaf 30677
922fbb7b
AC
30678@end table
30679
30680@node GDB/MI Stream Records
30681@subsection @sc{gdb/mi} Stream Records
30682
30683@cindex @sc{gdb/mi}, stream records
30684@cindex stream records in @sc{gdb/mi}
30685@value{GDBN} internally maintains a number of output streams: the console, the
30686target, and the log. The output intended for each of these streams is
30687funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
30688
30689Each stream record begins with a unique @dfn{prefix character} which
30690identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
30691Syntax}). In addition to the prefix, each stream record contains a
30692@code{@var{string-output}}. This is either raw text (with an implicit new
30693line) or a quoted C string (which does not contain an implicit newline).
30694
30695@table @code
30696@item "~" @var{string-output}
30697The console output stream contains text that should be displayed in the
30698CLI console window. It contains the textual responses to CLI commands.
30699
30700@item "@@" @var{string-output}
30701The target output stream contains any textual output from the running
ef21caaf
NR
30702target. This is only present when GDB's event loop is truly
30703asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
30704
30705@item "&" @var{string-output}
30706The log stream contains debugging messages being produced by @value{GDBN}'s
30707internals.
30708@end table
30709
82f68b1c
VP
30710@node GDB/MI Async Records
30711@subsection @sc{gdb/mi} Async Records
922fbb7b 30712
82f68b1c
VP
30713@cindex async records in @sc{gdb/mi}
30714@cindex @sc{gdb/mi}, async records
30715@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 30716additional changes that have occurred. Those changes can either be a
82f68b1c 30717consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
30718target activity (e.g., target stopped).
30719
8eb41542 30720The following is the list of possible async records:
922fbb7b
AC
30721
30722@table @code
034dad6f 30723
e1ac3328 30724@item *running,thread-id="@var{thread}"
5d5658a1
PA
30725The target is now running. The @var{thread} field can be the global
30726thread ID of the the thread that is now running, and it can be
30727@samp{all} if all threads are running. The frontend should assume
30728that no interaction with a running thread is possible after this
30729notification is produced. The frontend should not assume that this
30730notification is output only once for any command. @value{GDBN} may
30731emit this notification several times, either for different threads,
30732because it cannot resume all threads together, or even for a single
30733thread, if the thread must be stepped though some code before letting
30734it run freely.
e1ac3328 30735
dc146f7c 30736@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
82f68b1c
VP
30737The target has stopped. The @var{reason} field can have one of the
30738following values:
034dad6f
BR
30739
30740@table @code
30741@item breakpoint-hit
30742A breakpoint was reached.
30743@item watchpoint-trigger
30744A watchpoint was triggered.
30745@item read-watchpoint-trigger
30746A read watchpoint was triggered.
30747@item access-watchpoint-trigger
30748An access watchpoint was triggered.
30749@item function-finished
30750An -exec-finish or similar CLI command was accomplished.
30751@item location-reached
30752An -exec-until or similar CLI command was accomplished.
30753@item watchpoint-scope
30754A watchpoint has gone out of scope.
30755@item end-stepping-range
30756An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
30757similar CLI command was accomplished.
30758@item exited-signalled
30759The inferior exited because of a signal.
30760@item exited
30761The inferior exited.
30762@item exited-normally
30763The inferior exited normally.
30764@item signal-received
30765A signal was received by the inferior.
36dfb11c
TT
30766@item solib-event
30767The inferior has stopped due to a library being loaded or unloaded.
edcc5120
TT
30768This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
30769set or when a @code{catch load} or @code{catch unload} catchpoint is
30770in use (@pxref{Set Catchpoints}).
36dfb11c
TT
30771@item fork
30772The inferior has forked. This is reported when @code{catch fork}
30773(@pxref{Set Catchpoints}) has been used.
30774@item vfork
30775The inferior has vforked. This is reported in when @code{catch vfork}
30776(@pxref{Set Catchpoints}) has been used.
30777@item syscall-entry
30778The inferior entered a system call. This is reported when @code{catch
30779syscall} (@pxref{Set Catchpoints}) has been used.
a64c9f7b 30780@item syscall-return
36dfb11c
TT
30781The inferior returned from a system call. This is reported when
30782@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
30783@item exec
30784The inferior called @code{exec}. This is reported when @code{catch exec}
30785(@pxref{Set Catchpoints}) has been used.
922fbb7b
AC
30786@end table
30787
5d5658a1
PA
30788The @var{id} field identifies the global thread ID of the thread
30789that directly caused the stop -- for example by hitting a breakpoint.
30790Depending on whether all-stop
c3b108f7
VP
30791mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
30792stop all threads, or only the thread that directly triggered the stop.
30793If all threads are stopped, the @var{stopped} field will have the
30794value of @code{"all"}. Otherwise, the value of the @var{stopped}
30795field will be a list of thread identifiers. Presently, this list will
30796always include a single thread, but frontend should be prepared to see
dc146f7c
VP
30797several threads in the list. The @var{core} field reports the
30798processor core on which the stop event has happened. This field may be absent
30799if such information is not available.
c3b108f7 30800
a79b8f6e
VP
30801@item =thread-group-added,id="@var{id}"
30802@itemx =thread-group-removed,id="@var{id}"
30803A thread group was either added or removed. The @var{id} field
30804contains the @value{GDBN} identifier of the thread group. When a thread
30805group is added, it generally might not be associated with a running
30806process. When a thread group is removed, its id becomes invalid and
30807cannot be used in any way.
30808
30809@item =thread-group-started,id="@var{id}",pid="@var{pid}"
30810A thread group became associated with a running program,
30811either because the program was just started or the thread group
30812was attached to a program. The @var{id} field contains the
30813@value{GDBN} identifier of the thread group. The @var{pid} field
30814contains process identifier, specific to the operating system.
30815
8cf64490 30816@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
a79b8f6e
VP
30817A thread group is no longer associated with a running program,
30818either because the program has exited, or because it was detached
c3b108f7 30819from. The @var{id} field contains the @value{GDBN} identifier of the
697aa1b7 30820thread group. The @var{code} field is the exit code of the inferior; it exists
8cf64490 30821only when the inferior exited with some code.
c3b108f7
VP
30822
30823@item =thread-created,id="@var{id}",group-id="@var{gid}"
30824@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 30825A thread either was created, or has exited. The @var{id} field
5d5658a1 30826contains the global @value{GDBN} identifier of the thread. The @var{gid}
c3b108f7 30827field identifies the thread group this thread belongs to.
66bb093b 30828
4034d0ff
AT
30829@item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
30830Informs that the selected thread or frame were changed. This notification
30831is not emitted as result of the @code{-thread-select} or
30832@code{-stack-select-frame} commands, but is emitted whenever an MI command
30833that is not documented to change the selected thread and frame actually
30834changes them. In particular, invoking, directly or indirectly
30835(via user-defined command), the CLI @code{thread} or @code{frame} commands,
30836will generate this notification. Changing the thread or frame from another
30837user interface (see @ref{Interpreters}) will also generate this notification.
30838
30839The @var{frame} field is only present if the newly selected thread is
30840stopped. See @ref{GDB/MI Frame Information} for the format of its value.
66bb093b
VP
30841
30842We suggest that in response to this notification, front ends
30843highlight the selected thread and cause subsequent commands to apply to
30844that thread.
30845
c86cf029
VP
30846@item =library-loaded,...
30847Reports that a new library file was loaded by the program. This
51457a05
MAL
30848notification has 5 fields---@var{id}, @var{target-name},
30849@var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
c86cf029
VP
30850opaque identifier of the library. For remote debugging case,
30851@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
30852library file on the target, and on the host respectively. For native
30853debugging, both those fields have the same value. The
f1cbe1d3
TT
30854@var{symbols-loaded} field is emitted only for backward compatibility
30855and should not be relied on to convey any useful information. The
30856@var{thread-group} field, if present, specifies the id of the thread
30857group in whose context the library was loaded. If the field is
30858absent, it means the library was loaded in the context of all present
51457a05
MAL
30859thread groups. The @var{ranges} field specifies the ranges of addresses belonging
30860to this library.
c86cf029
VP
30861
30862@item =library-unloaded,...
134eb42c 30863Reports that a library was unloaded by the program. This notification
c86cf029 30864has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
a79b8f6e
VP
30865the same meaning as for the @code{=library-loaded} notification.
30866The @var{thread-group} field, if present, specifies the id of the
30867thread group in whose context the library was unloaded. If the field is
30868absent, it means the library was unloaded in the context of all present
30869thread groups.
c86cf029 30870
201b4506
YQ
30871@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
30872@itemx =traceframe-changed,end
30873Reports that the trace frame was changed and its new number is
30874@var{tfnum}. The number of the tracepoint associated with this trace
30875frame is @var{tpnum}.
30876
134a2066 30877@item =tsv-created,name=@var{name},initial=@var{initial}
bb25a15c 30878Reports that the new trace state variable @var{name} is created with
134a2066 30879initial value @var{initial}.
bb25a15c
YQ
30880
30881@item =tsv-deleted,name=@var{name}
30882@itemx =tsv-deleted
30883Reports that the trace state variable @var{name} is deleted or all
30884trace state variables are deleted.
30885
134a2066
YQ
30886@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
30887Reports that the trace state variable @var{name} is modified with
30888the initial value @var{initial}. The current value @var{current} of
30889trace state variable is optional and is reported if the current
30890value of trace state variable is known.
30891
8d3788bd
VP
30892@item =breakpoint-created,bkpt=@{...@}
30893@itemx =breakpoint-modified,bkpt=@{...@}
d9f08f52 30894@itemx =breakpoint-deleted,id=@var{number}
8d3788bd
VP
30895Reports that a breakpoint was created, modified, or deleted,
30896respectively. Only user-visible breakpoints are reported to the MI
30897user.
30898
30899The @var{bkpt} argument is of the same form as returned by the various
d9f08f52
YQ
30900breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
30901@var{number} is the ordinal number of the breakpoint.
8d3788bd
VP
30902
30903Note that if a breakpoint is emitted in the result record of a
30904command, then it will not also be emitted in an async record.
30905
38b022b4 30906@item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
82a90ccf
YQ
30907@itemx =record-stopped,thread-group="@var{id}"
30908Execution log recording was either started or stopped on an
30909inferior. The @var{id} is the @value{GDBN} identifier of the thread
30910group corresponding to the affected inferior.
30911
38b022b4
SM
30912The @var{method} field indicates the method used to record execution. If the
30913method in use supports multiple recording formats, @var{format} will be present
8504e097 30914and contain the currently used format. @xref{Process Record and Replay},
38b022b4
SM
30915for existing method and format values.
30916
5b9afe8a
YQ
30917@item =cmd-param-changed,param=@var{param},value=@var{value}
30918Reports that a parameter of the command @code{set @var{param}} is
30919changed to @var{value}. In the multi-word @code{set} command,
30920the @var{param} is the whole parameter list to @code{set} command.
30921For example, In command @code{set check type on}, @var{param}
30922is @code{check type} and @var{value} is @code{on}.
8de0566d
YQ
30923
30924@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
30925Reports that bytes from @var{addr} to @var{data} + @var{len} were
30926written in an inferior. The @var{id} is the identifier of the
30927thread group corresponding to the affected inferior. The optional
30928@code{type="code"} part is reported if the memory written to holds
30929executable code.
82f68b1c
VP
30930@end table
30931
54516a0b
TT
30932@node GDB/MI Breakpoint Information
30933@subsection @sc{gdb/mi} Breakpoint Information
30934
30935When @value{GDBN} reports information about a breakpoint, a
30936tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
30937following fields:
30938
30939@table @code
30940@item number
b4be1b06 30941The breakpoint number.
54516a0b
TT
30942
30943@item type
30944The type of the breakpoint. For ordinary breakpoints this will be
30945@samp{breakpoint}, but many values are possible.
30946
8ac3646f
TT
30947@item catch-type
30948If the type of the breakpoint is @samp{catchpoint}, then this
30949indicates the exact type of catchpoint.
30950
54516a0b
TT
30951@item disp
30952This is the breakpoint disposition---either @samp{del}, meaning that
30953the breakpoint will be deleted at the next stop, or @samp{keep},
30954meaning that the breakpoint will not be deleted.
30955
30956@item enabled
30957This indicates whether the breakpoint is enabled, in which case the
30958value is @samp{y}, or disabled, in which case the value is @samp{n}.
30959Note that this is not the same as the field @code{enable}.
30960
30961@item addr
30962The address of the breakpoint. This may be a hexidecimal number,
30963giving the address; or the string @samp{<PENDING>}, for a pending
30964breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
30965multiple locations. This field will not be present if no address can
30966be determined. For example, a watchpoint does not have an address.
30967
aa7ca1bb
AH
30968@item addr_flags
30969Optional field containing any flags related to the address. These flags are
30970architecture-dependent; see @ref{Architectures} for their meaning for a
30971particular CPU.
30972
54516a0b
TT
30973@item func
30974If known, the function in which the breakpoint appears.
30975If not known, this field is not present.
30976
30977@item filename
30978The name of the source file which contains this function, if known.
30979If not known, this field is not present.
30980
30981@item fullname
30982The full file name of the source file which contains this function, if
30983known. If not known, this field is not present.
30984
30985@item line
30986The line number at which this breakpoint appears, if known.
30987If not known, this field is not present.
30988
30989@item at
30990If the source file is not known, this field may be provided. If
30991provided, this holds the address of the breakpoint, possibly followed
30992by a symbol name.
30993
30994@item pending
30995If this breakpoint is pending, this field is present and holds the
30996text used to set the breakpoint, as entered by the user.
30997
30998@item evaluated-by
30999Where this breakpoint's condition is evaluated, either @samp{host} or
31000@samp{target}.
31001
31002@item thread
31003If this is a thread-specific breakpoint, then this identifies the
31004thread in which the breakpoint can trigger.
31005
31006@item task
31007If this breakpoint is restricted to a particular Ada task, then this
31008field will hold the task identifier.
31009
31010@item cond
31011If the breakpoint is conditional, this is the condition expression.
31012
31013@item ignore
31014The ignore count of the breakpoint.
31015
31016@item enable
31017The enable count of the breakpoint.
31018
31019@item traceframe-usage
31020FIXME.
31021
31022@item static-tracepoint-marker-string-id
31023For a static tracepoint, the name of the static tracepoint marker.
31024
31025@item mask
31026For a masked watchpoint, this is the mask.
31027
31028@item pass
31029A tracepoint's pass count.
31030
31031@item original-location
31032The location of the breakpoint as originally specified by the user.
31033This field is optional.
31034
31035@item times
31036The number of times the breakpoint has been hit.
31037
31038@item installed
31039This field is only given for tracepoints. This is either @samp{y},
31040meaning that the tracepoint is installed, or @samp{n}, meaning that it
31041is not.
31042
31043@item what
31044Some extra data, the exact contents of which are type-dependent.
31045
b4be1b06
SM
31046@item locations
31047This field is present if the breakpoint has multiple locations. It is also
31048exceptionally present if the breakpoint is enabled and has a single, disabled
31049location.
31050
6b92c0d3 31051The value is a list of locations. The format of a location is described below.
b4be1b06
SM
31052
31053@end table
31054
31055A location in a multi-location breakpoint is represented as a tuple with the
31056following fields:
31057
31058@table @code
31059
31060@item number
31061The location number as a dotted pair, like @samp{1.2}. The first digit is the
31062number of the parent breakpoint. The second digit is the number of the
31063location within that breakpoint.
31064
31065@item enabled
31066This indicates whether the location is enabled, in which case the
31067value is @samp{y}, or disabled, in which case the value is @samp{n}.
31068Note that this is not the same as the field @code{enable}.
31069
31070@item addr
31071The address of this location as an hexidecimal number.
31072
aa7ca1bb
AH
31073@item addr_flags
31074Optional field containing any flags related to the address. These flags are
31075architecture-dependent; see @ref{Architectures} for their meaning for a
31076particular CPU.
31077
b4be1b06
SM
31078@item func
31079If known, the function in which the location appears.
31080If not known, this field is not present.
31081
31082@item file
31083The name of the source file which contains this location, if known.
31084If not known, this field is not present.
31085
31086@item fullname
31087The full file name of the source file which contains this location, if
31088known. If not known, this field is not present.
31089
31090@item line
31091The line number at which this location appears, if known.
31092If not known, this field is not present.
31093
31094@item thread-groups
31095The thread groups this location is in.
31096
54516a0b
TT
31097@end table
31098
31099For example, here is what the output of @code{-break-insert}
31100(@pxref{GDB/MI Breakpoint Commands}) might be:
31101
31102@smallexample
31103-> -break-insert main
31104<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31105 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
31106 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
31107 times="0"@}
54516a0b
TT
31108<- (gdb)
31109@end smallexample
31110
c3b108f7
VP
31111@node GDB/MI Frame Information
31112@subsection @sc{gdb/mi} Frame Information
31113
31114Response from many MI commands includes an information about stack
31115frame. This information is a tuple that may have the following
31116fields:
31117
31118@table @code
31119@item level
31120The level of the stack frame. The innermost frame has the level of
31121zero. This field is always present.
31122
31123@item func
31124The name of the function corresponding to the frame. This field may
31125be absent if @value{GDBN} is unable to determine the function name.
31126
31127@item addr
31128The code address for the frame. This field is always present.
31129
aa7ca1bb
AH
31130@item addr_flags
31131Optional field containing any flags related to the address. These flags are
31132architecture-dependent; see @ref{Architectures} for their meaning for a
31133particular CPU.
31134
c3b108f7
VP
31135@item file
31136The name of the source files that correspond to the frame's code
31137address. This field may be absent.
31138
31139@item line
31140The source line corresponding to the frames' code address. This field
31141may be absent.
31142
31143@item from
31144The name of the binary file (either executable or shared library) the
31145corresponds to the frame's code address. This field may be absent.
31146
31147@end table
82f68b1c 31148
dc146f7c
VP
31149@node GDB/MI Thread Information
31150@subsection @sc{gdb/mi} Thread Information
31151
31152Whenever @value{GDBN} has to report an information about a thread, it
ebe553db
SM
31153uses a tuple with the following fields. The fields are always present unless
31154stated otherwise.
dc146f7c
VP
31155
31156@table @code
31157@item id
ebe553db 31158The global numeric id assigned to the thread by @value{GDBN}.
dc146f7c
VP
31159
31160@item target-id
ebe553db 31161The target-specific string identifying the thread.
dc146f7c
VP
31162
31163@item details
31164Additional information about the thread provided by the target.
31165It is supposed to be human-readable and not interpreted by the
31166frontend. This field is optional.
31167
ebe553db
SM
31168@item name
31169The name of the thread. If the user specified a name using the
31170@code{thread name} command, then this name is given. Otherwise, if
31171@value{GDBN} can extract the thread name from the target, then that
31172name is given. If @value{GDBN} cannot find the thread name, then this
31173field is omitted.
31174
dc146f7c 31175@item state
ebe553db
SM
31176The execution state of the thread, either @samp{stopped} or @samp{running},
31177depending on whether the thread is presently running.
31178
31179@item frame
31180The stack frame currently executing in the thread. This field is only present
31181if the thread is stopped. Its format is documented in
31182@ref{GDB/MI Frame Information}.
dc146f7c
VP
31183
31184@item core
31185The value of this field is an integer number of the processor core the
31186thread was last seen on. This field is optional.
31187@end table
31188
956a9fb9
JB
31189@node GDB/MI Ada Exception Information
31190@subsection @sc{gdb/mi} Ada Exception Information
31191
31192Whenever a @code{*stopped} record is emitted because the program
31193stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
31194@value{GDBN} provides the name of the exception that was raised via
e547c119
JB
31195the @code{exception-name} field. Also, for exceptions that were raised
31196with an exception message, @value{GDBN} provides that message via
31197the @code{exception-message} field.
922fbb7b 31198
ef21caaf
NR
31199@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31200@node GDB/MI Simple Examples
31201@section Simple Examples of @sc{gdb/mi} Interaction
31202@cindex @sc{gdb/mi}, simple examples
31203
31204This subsection presents several simple examples of interaction using
31205the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
31206following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
31207the output received from @sc{gdb/mi}.
31208
d3e8051b 31209Note the line breaks shown in the examples are here only for
ef21caaf
NR
31210readability, they don't appear in the real output.
31211
79a6e687 31212@subheading Setting a Breakpoint
ef21caaf
NR
31213
31214Setting a breakpoint generates synchronous output which contains detailed
31215information of the breakpoint.
31216
31217@smallexample
31218-> -break-insert main
31219<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31220 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
31221 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
31222 times="0"@}
ef21caaf
NR
31223<- (gdb)
31224@end smallexample
31225
31226@subheading Program Execution
31227
31228Program execution generates asynchronous records and MI gives the
31229reason that execution stopped.
31230
31231@smallexample
31232-> -exec-run
31233<- ^running
31234<- (gdb)
a47ec5fe 31235<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
31236 frame=@{addr="0x08048564",func="main",
31237 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
6d52907e
JV
31238 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
31239 arch="i386:x86_64"@}
ef21caaf
NR
31240<- (gdb)
31241-> -exec-continue
31242<- ^running
31243<- (gdb)
31244<- *stopped,reason="exited-normally"
31245<- (gdb)
31246@end smallexample
31247
3f94c067 31248@subheading Quitting @value{GDBN}
ef21caaf 31249
3f94c067 31250Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
31251
31252@smallexample
31253-> (gdb)
31254<- -gdb-exit
31255<- ^exit
31256@end smallexample
31257
a6b29f87
VP
31258Please note that @samp{^exit} is printed immediately, but it might
31259take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
31260performs necessary cleanups, including killing programs being debugged
31261or disconnecting from debug hardware, so the frontend should wait till
31262@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
31263fails to exit in reasonable time.
31264
a2c02241 31265@subheading A Bad Command
ef21caaf
NR
31266
31267Here's what happens if you pass a non-existent command:
31268
31269@smallexample
31270-> -rubbish
31271<- ^error,msg="Undefined MI command: rubbish"
594fe323 31272<- (gdb)
ef21caaf
NR
31273@end smallexample
31274
31275
922fbb7b
AC
31276@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31277@node GDB/MI Command Description Format
31278@section @sc{gdb/mi} Command Description Format
31279
31280The remaining sections describe blocks of commands. Each block of
31281commands is laid out in a fashion similar to this section.
31282
922fbb7b
AC
31283@subheading Motivation
31284
31285The motivation for this collection of commands.
31286
31287@subheading Introduction
31288
31289A brief introduction to this collection of commands as a whole.
31290
31291@subheading Commands
31292
31293For each command in the block, the following is described:
31294
31295@subsubheading Synopsis
31296
31297@smallexample
31298 -command @var{args}@dots{}
31299@end smallexample
31300
922fbb7b
AC
31301@subsubheading Result
31302
265eeb58 31303@subsubheading @value{GDBN} Command
922fbb7b 31304
265eeb58 31305The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
31306
31307@subsubheading Example
31308
ef21caaf
NR
31309Example(s) formatted for readability. Some of the described commands have
31310not been implemented yet and these are labeled N.A.@: (not available).
31311
31312
922fbb7b 31313@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
31314@node GDB/MI Breakpoint Commands
31315@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
31316
31317@cindex breakpoint commands for @sc{gdb/mi}
31318@cindex @sc{gdb/mi}, breakpoint commands
31319This section documents @sc{gdb/mi} commands for manipulating
31320breakpoints.
31321
31322@subheading The @code{-break-after} Command
31323@findex -break-after
31324
31325@subsubheading Synopsis
31326
31327@smallexample
31328 -break-after @var{number} @var{count}
31329@end smallexample
31330
31331The breakpoint number @var{number} is not in effect until it has been
31332hit @var{count} times. To see how this is reflected in the output of
31333the @samp{-break-list} command, see the description of the
31334@samp{-break-list} command below.
31335
31336@subsubheading @value{GDBN} Command
31337
31338The corresponding @value{GDBN} command is @samp{ignore}.
31339
31340@subsubheading Example
31341
31342@smallexample
594fe323 31343(gdb)
922fbb7b 31344-break-insert main
a47ec5fe
AR
31345^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31346enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
31347fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
31348times="0"@}
594fe323 31349(gdb)
922fbb7b
AC
31350-break-after 1 3
31351~
31352^done
594fe323 31353(gdb)
922fbb7b
AC
31354-break-list
31355^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31356hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31357@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31358@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31359@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31360@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31361@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31362body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 31363addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31364line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 31365(gdb)
922fbb7b
AC
31366@end smallexample
31367
31368@ignore
31369@subheading The @code{-break-catch} Command
31370@findex -break-catch
48cb2d85 31371@end ignore
922fbb7b
AC
31372
31373@subheading The @code{-break-commands} Command
31374@findex -break-commands
922fbb7b 31375
48cb2d85
VP
31376@subsubheading Synopsis
31377
31378@smallexample
31379 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
31380@end smallexample
31381
31382Specifies the CLI commands that should be executed when breakpoint
31383@var{number} is hit. The parameters @var{command1} to @var{commandN}
31384are the commands. If no command is specified, any previously-set
31385commands are cleared. @xref{Break Commands}. Typical use of this
31386functionality is tracing a program, that is, printing of values of
31387some variables whenever breakpoint is hit and then continuing.
31388
31389@subsubheading @value{GDBN} Command
31390
31391The corresponding @value{GDBN} command is @samp{commands}.
31392
31393@subsubheading Example
31394
31395@smallexample
31396(gdb)
31397-break-insert main
31398^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31399enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
31400fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
31401times="0"@}
48cb2d85
VP
31402(gdb)
31403-break-commands 1 "print v" "continue"
31404^done
31405(gdb)
31406@end smallexample
922fbb7b
AC
31407
31408@subheading The @code{-break-condition} Command
31409@findex -break-condition
31410
31411@subsubheading Synopsis
31412
31413@smallexample
31414 -break-condition @var{number} @var{expr}
31415@end smallexample
31416
31417Breakpoint @var{number} will stop the program only if the condition in
31418@var{expr} is true. The condition becomes part of the
31419@samp{-break-list} output (see the description of the @samp{-break-list}
31420command below).
31421
31422@subsubheading @value{GDBN} Command
31423
31424The corresponding @value{GDBN} command is @samp{condition}.
31425
31426@subsubheading Example
31427
31428@smallexample
594fe323 31429(gdb)
922fbb7b
AC
31430-break-condition 1 1
31431^done
594fe323 31432(gdb)
922fbb7b
AC
31433-break-list
31434^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31435hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31436@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31437@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31438@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31439@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31440@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31441body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 31442addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31443line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 31444(gdb)
922fbb7b
AC
31445@end smallexample
31446
31447@subheading The @code{-break-delete} Command
31448@findex -break-delete
31449
31450@subsubheading Synopsis
31451
31452@smallexample
31453 -break-delete ( @var{breakpoint} )+
31454@end smallexample
31455
31456Delete the breakpoint(s) whose number(s) are specified in the argument
31457list. This is obviously reflected in the breakpoint list.
31458
79a6e687 31459@subsubheading @value{GDBN} Command
922fbb7b
AC
31460
31461The corresponding @value{GDBN} command is @samp{delete}.
31462
31463@subsubheading Example
31464
31465@smallexample
594fe323 31466(gdb)
922fbb7b
AC
31467-break-delete 1
31468^done
594fe323 31469(gdb)
922fbb7b
AC
31470-break-list
31471^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31472hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31473@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31474@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31475@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31476@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31477@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31478body=[]@}
594fe323 31479(gdb)
922fbb7b
AC
31480@end smallexample
31481
31482@subheading The @code{-break-disable} Command
31483@findex -break-disable
31484
31485@subsubheading Synopsis
31486
31487@smallexample
31488 -break-disable ( @var{breakpoint} )+
31489@end smallexample
31490
31491Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
31492break list is now set to @samp{n} for the named @var{breakpoint}(s).
31493
31494@subsubheading @value{GDBN} Command
31495
31496The corresponding @value{GDBN} command is @samp{disable}.
31497
31498@subsubheading Example
31499
31500@smallexample
594fe323 31501(gdb)
922fbb7b
AC
31502-break-disable 2
31503^done
594fe323 31504(gdb)
922fbb7b
AC
31505-break-list
31506^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31507hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31508@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31509@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31510@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31511@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31512@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31513body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102 31514addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31515line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 31516(gdb)
922fbb7b
AC
31517@end smallexample
31518
31519@subheading The @code{-break-enable} Command
31520@findex -break-enable
31521
31522@subsubheading Synopsis
31523
31524@smallexample
31525 -break-enable ( @var{breakpoint} )+
31526@end smallexample
31527
31528Enable (previously disabled) @var{breakpoint}(s).
31529
31530@subsubheading @value{GDBN} Command
31531
31532The corresponding @value{GDBN} command is @samp{enable}.
31533
31534@subsubheading Example
31535
31536@smallexample
594fe323 31537(gdb)
922fbb7b
AC
31538-break-enable 2
31539^done
594fe323 31540(gdb)
922fbb7b
AC
31541-break-list
31542^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31543hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31544@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31545@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31546@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31547@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31548@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31549body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 31550addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31551line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 31552(gdb)
922fbb7b
AC
31553@end smallexample
31554
31555@subheading The @code{-break-info} Command
31556@findex -break-info
31557
31558@subsubheading Synopsis
31559
31560@smallexample
31561 -break-info @var{breakpoint}
31562@end smallexample
31563
31564@c REDUNDANT???
31565Get information about a single breakpoint.
31566
54516a0b
TT
31567The result is a table of breakpoints. @xref{GDB/MI Breakpoint
31568Information}, for details on the format of each breakpoint in the
31569table.
31570
79a6e687 31571@subsubheading @value{GDBN} Command
922fbb7b
AC
31572
31573The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
31574
31575@subsubheading Example
31576N.A.
31577
31578@subheading The @code{-break-insert} Command
31579@findex -break-insert
629500fa 31580@anchor{-break-insert}
922fbb7b
AC
31581
31582@subsubheading Synopsis
31583
31584@smallexample
18148017 31585 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
922fbb7b 31586 [ -c @var{condition} ] [ -i @var{ignore-count} ]
472a2379 31587 [ -p @var{thread-id} ] [ @var{location} ]
922fbb7b
AC
31588@end smallexample
31589
31590@noindent
afe8ab22 31591If specified, @var{location}, can be one of:
922fbb7b 31592
629500fa
KS
31593@table @var
31594@item linespec location
31595A linespec location. @xref{Linespec Locations}.
31596
31597@item explicit location
31598An explicit location. @sc{gdb/mi} explicit locations are
31599analogous to the CLI's explicit locations using the option names
31600listed below. @xref{Explicit Locations}.
31601
31602@table @samp
31603@item --source @var{filename}
31604The source file name of the location. This option requires the use
31605of either @samp{--function} or @samp{--line}.
31606
31607@item --function @var{function}
31608The name of a function or method.
922fbb7b 31609
629500fa
KS
31610@item --label @var{label}
31611The name of a label.
31612
31613@item --line @var{lineoffset}
31614An absolute or relative line offset from the start of the location.
31615@end table
31616
31617@item address location
31618An address location, *@var{address}. @xref{Address Locations}.
31619@end table
31620
31621@noindent
922fbb7b
AC
31622The possible optional parameters of this command are:
31623
31624@table @samp
31625@item -t
948d5102 31626Insert a temporary breakpoint.
922fbb7b
AC
31627@item -h
31628Insert a hardware breakpoint.
afe8ab22
VP
31629@item -f
31630If @var{location} cannot be parsed (for example if it
31631refers to unknown files or functions), create a pending
31632breakpoint. Without this flag, @value{GDBN} will report
31633an error, and won't create a breakpoint, if @var{location}
31634cannot be parsed.
41447f92
VP
31635@item -d
31636Create a disabled breakpoint.
18148017
VP
31637@item -a
31638Create a tracepoint. @xref{Tracepoints}. When this parameter
31639is used together with @samp{-h}, a fast tracepoint is created.
472a2379
KS
31640@item -c @var{condition}
31641Make the breakpoint conditional on @var{condition}.
31642@item -i @var{ignore-count}
31643Initialize the @var{ignore-count}.
31644@item -p @var{thread-id}
5d5658a1
PA
31645Restrict the breakpoint to the thread with the specified global
31646@var{thread-id}.
922fbb7b
AC
31647@end table
31648
31649@subsubheading Result
31650
54516a0b
TT
31651@xref{GDB/MI Breakpoint Information}, for details on the format of the
31652resulting breakpoint.
922fbb7b
AC
31653
31654Note: this format is open to change.
31655@c An out-of-band breakpoint instead of part of the result?
31656
31657@subsubheading @value{GDBN} Command
31658
31659The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
496ee73e 31660@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
922fbb7b
AC
31661
31662@subsubheading Example
31663
31664@smallexample
594fe323 31665(gdb)
922fbb7b 31666-break-insert main
948d5102 31667^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
998580f1
MK
31668fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
31669times="0"@}
594fe323 31670(gdb)
922fbb7b 31671-break-insert -t foo
948d5102 31672^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
998580f1
MK
31673fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
31674times="0"@}
594fe323 31675(gdb)
922fbb7b
AC
31676-break-list
31677^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31678hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31679@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31680@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31681@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31682@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31683@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31684body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 31685addr="0x0001072c", func="main",file="recursive2.c",
998580f1
MK
31686fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
31687times="0"@},
922fbb7b 31688bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102 31689addr="0x00010774",func="foo",file="recursive2.c",
998580f1
MK
31690fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
31691times="0"@}]@}
594fe323 31692(gdb)
496ee73e
KS
31693@c -break-insert -r foo.*
31694@c ~int foo(int, int);
31695@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
998580f1
MK
31696@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
31697@c times="0"@}
496ee73e 31698@c (gdb)
922fbb7b
AC
31699@end smallexample
31700
c5867ab6
HZ
31701@subheading The @code{-dprintf-insert} Command
31702@findex -dprintf-insert
31703
31704@subsubheading Synopsis
31705
31706@smallexample
31707 -dprintf-insert [ -t ] [ -f ] [ -d ]
31708 [ -c @var{condition} ] [ -i @var{ignore-count} ]
31709 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
31710 [ @var{argument} ]
31711@end smallexample
31712
31713@noindent
629500fa
KS
31714If supplied, @var{location} may be specified the same way as for
31715the @code{-break-insert} command. @xref{-break-insert}.
c5867ab6
HZ
31716
31717The possible optional parameters of this command are:
31718
31719@table @samp
31720@item -t
31721Insert a temporary breakpoint.
31722@item -f
31723If @var{location} cannot be parsed (for example, if it
31724refers to unknown files or functions), create a pending
31725breakpoint. Without this flag, @value{GDBN} will report
31726an error, and won't create a breakpoint, if @var{location}
31727cannot be parsed.
31728@item -d
31729Create a disabled breakpoint.
31730@item -c @var{condition}
31731Make the breakpoint conditional on @var{condition}.
31732@item -i @var{ignore-count}
31733Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
31734to @var{ignore-count}.
31735@item -p @var{thread-id}
5d5658a1
PA
31736Restrict the breakpoint to the thread with the specified global
31737@var{thread-id}.
c5867ab6
HZ
31738@end table
31739
31740@subsubheading Result
31741
31742@xref{GDB/MI Breakpoint Information}, for details on the format of the
31743resulting breakpoint.
31744
31745@c An out-of-band breakpoint instead of part of the result?
31746
31747@subsubheading @value{GDBN} Command
31748
31749The corresponding @value{GDBN} command is @samp{dprintf}.
31750
31751@subsubheading Example
31752
31753@smallexample
31754(gdb)
317554-dprintf-insert foo "At foo entry\n"
317564^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
31757addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
31758fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
31759times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
31760original-location="foo"@}
31761(gdb)
317625-dprintf-insert 26 "arg=%d, g=%d\n" arg g
317635^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
31764addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
31765fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
31766times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
31767original-location="mi-dprintf.c:26"@}
31768(gdb)
31769@end smallexample
31770
922fbb7b
AC
31771@subheading The @code{-break-list} Command
31772@findex -break-list
31773
31774@subsubheading Synopsis
31775
31776@smallexample
31777 -break-list
31778@end smallexample
31779
31780Displays the list of inserted breakpoints, showing the following fields:
31781
31782@table @samp
31783@item Number
31784number of the breakpoint
31785@item Type
31786type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
31787@item Disposition
31788should the breakpoint be deleted or disabled when it is hit: @samp{keep}
31789or @samp{nokeep}
31790@item Enabled
31791is the breakpoint enabled or no: @samp{y} or @samp{n}
31792@item Address
31793memory location at which the breakpoint is set
31794@item What
31795logical location of the breakpoint, expressed by function name, file
31796name, line number
998580f1
MK
31797@item Thread-groups
31798list of thread groups to which this breakpoint applies
922fbb7b
AC
31799@item Times
31800number of times the breakpoint has been hit
31801@end table
31802
31803If there are no breakpoints or watchpoints, the @code{BreakpointTable}
31804@code{body} field is an empty list.
31805
31806@subsubheading @value{GDBN} Command
31807
31808The corresponding @value{GDBN} command is @samp{info break}.
31809
31810@subsubheading Example
31811
31812@smallexample
594fe323 31813(gdb)
922fbb7b
AC
31814-break-list
31815^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31816hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31817@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31818@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31819@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31820@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31821@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31822body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
998580f1
MK
31823addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
31824times="0"@},
922fbb7b 31825bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 31826addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31827line="13",thread-groups=["i1"],times="0"@}]@}
594fe323 31828(gdb)
922fbb7b
AC
31829@end smallexample
31830
31831Here's an example of the result when there are no breakpoints:
31832
31833@smallexample
594fe323 31834(gdb)
922fbb7b
AC
31835-break-list
31836^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31837hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31838@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31839@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31840@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31841@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31842@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31843body=[]@}
594fe323 31844(gdb)
922fbb7b
AC
31845@end smallexample
31846
18148017
VP
31847@subheading The @code{-break-passcount} Command
31848@findex -break-passcount
31849
31850@subsubheading Synopsis
31851
31852@smallexample
31853 -break-passcount @var{tracepoint-number} @var{passcount}
31854@end smallexample
31855
31856Set the passcount for tracepoint @var{tracepoint-number} to
31857@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
31858is not a tracepoint, error is emitted. This corresponds to CLI
31859command @samp{passcount}.
31860
922fbb7b
AC
31861@subheading The @code{-break-watch} Command
31862@findex -break-watch
31863
31864@subsubheading Synopsis
31865
31866@smallexample
31867 -break-watch [ -a | -r ]
31868@end smallexample
31869
31870Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 31871@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 31872read from or on a write to the memory location. With the @samp{-r}
d3e8051b 31873option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
31874trigger only when the memory location is accessed for reading. Without
31875either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 31876i.e., it will trigger when the memory location is accessed for writing.
79a6e687 31877@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
31878
31879Note that @samp{-break-list} will report a single list of watchpoints and
31880breakpoints inserted.
31881
31882@subsubheading @value{GDBN} Command
31883
31884The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
31885@samp{rwatch}.
31886
31887@subsubheading Example
31888
31889Setting a watchpoint on a variable in the @code{main} function:
31890
31891@smallexample
594fe323 31892(gdb)
922fbb7b
AC
31893-break-watch x
31894^done,wpt=@{number="2",exp="x"@}
594fe323 31895(gdb)
922fbb7b
AC
31896-exec-continue
31897^running
0869d01b
NR
31898(gdb)
31899*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 31900value=@{old="-268439212",new="55"@},
76ff342d 31901frame=@{func="main",args=[],file="recursive2.c",
6d52907e 31902fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
594fe323 31903(gdb)
922fbb7b
AC
31904@end smallexample
31905
31906Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
31907the program execution twice: first for the variable changing value, then
31908for the watchpoint going out of scope.
31909
31910@smallexample
594fe323 31911(gdb)
922fbb7b
AC
31912-break-watch C
31913^done,wpt=@{number="5",exp="C"@}
594fe323 31914(gdb)
922fbb7b
AC
31915-exec-continue
31916^running
0869d01b
NR
31917(gdb)
31918*stopped,reason="watchpoint-trigger",
922fbb7b
AC
31919wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
31920frame=@{func="callee4",args=[],
76ff342d 31921file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31922fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31923arch="i386:x86_64"@}
594fe323 31924(gdb)
922fbb7b
AC
31925-exec-continue
31926^running
0869d01b
NR
31927(gdb)
31928*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
31929frame=@{func="callee3",args=[@{name="strarg",
31930value="0x11940 \"A string argument.\""@}],
76ff342d 31931file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31932fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31933arch="i386:x86_64"@}
594fe323 31934(gdb)
922fbb7b
AC
31935@end smallexample
31936
31937Listing breakpoints and watchpoints, at different points in the program
31938execution. Note that once the watchpoint goes out of scope, it is
31939deleted.
31940
31941@smallexample
594fe323 31942(gdb)
922fbb7b
AC
31943-break-watch C
31944^done,wpt=@{number="2",exp="C"@}
594fe323 31945(gdb)
922fbb7b
AC
31946-break-list
31947^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31948hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31949@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31950@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31951@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31952@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31953@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31954body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31955addr="0x00010734",func="callee4",
948d5102 31956file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
31957fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
31958times="1"@},
922fbb7b 31959bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 31960enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
594fe323 31961(gdb)
922fbb7b
AC
31962-exec-continue
31963^running
0869d01b
NR
31964(gdb)
31965*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
31966value=@{old="-276895068",new="3"@},
31967frame=@{func="callee4",args=[],
76ff342d 31968file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31969fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31970arch="i386:x86_64"@}
594fe323 31971(gdb)
922fbb7b
AC
31972-break-list
31973^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31974hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31975@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31976@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31977@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31978@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31979@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31980body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31981addr="0x00010734",func="callee4",
948d5102 31982file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
31983fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
31984times="1"@},
922fbb7b 31985bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 31986enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
594fe323 31987(gdb)
922fbb7b
AC
31988-exec-continue
31989^running
31990^done,reason="watchpoint-scope",wpnum="2",
31991frame=@{func="callee3",args=[@{name="strarg",
31992value="0x11940 \"A string argument.\""@}],
76ff342d 31993file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31994fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31995arch="i386:x86_64"@}
594fe323 31996(gdb)
922fbb7b
AC
31997-break-list
31998^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31999hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32000@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32001@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32002@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32003@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32004@{width="40",alignment="2",col_name="what",colhdr="What"@}],
32005body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
32006addr="0x00010734",func="callee4",
948d5102
NR
32007file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32008fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
998580f1 32009thread-groups=["i1"],times="1"@}]@}
594fe323 32010(gdb)
922fbb7b
AC
32011@end smallexample
32012
3fa7bf06
MG
32013
32014@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32015@node GDB/MI Catchpoint Commands
32016@section @sc{gdb/mi} Catchpoint Commands
32017
32018This section documents @sc{gdb/mi} commands for manipulating
32019catchpoints.
32020
40555925
JB
32021@menu
32022* Shared Library GDB/MI Catchpoint Commands::
32023* Ada Exception GDB/MI Catchpoint Commands::
30056ea0 32024* C++ Exception GDB/MI Catchpoint Commands::
40555925
JB
32025@end menu
32026
32027@node Shared Library GDB/MI Catchpoint Commands
32028@subsection Shared Library @sc{gdb/mi} Catchpoints
32029
3fa7bf06
MG
32030@subheading The @code{-catch-load} Command
32031@findex -catch-load
32032
32033@subsubheading Synopsis
32034
32035@smallexample
32036 -catch-load [ -t ] [ -d ] @var{regexp}
32037@end smallexample
32038
32039Add a catchpoint for library load events. If the @samp{-t} option is used,
32040the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
32041Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
32042in a disabled state. The @samp{regexp} argument is a regular
32043expression used to match the name of the loaded library.
32044
32045
32046@subsubheading @value{GDBN} Command
32047
32048The corresponding @value{GDBN} command is @samp{catch load}.
32049
32050@subsubheading Example
32051
32052@smallexample
32053-catch-load -t foo.so
32054^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
8ac3646f 32055what="load of library matching foo.so",catch-type="load",times="0"@}
3fa7bf06
MG
32056(gdb)
32057@end smallexample
32058
32059
32060@subheading The @code{-catch-unload} Command
32061@findex -catch-unload
32062
32063@subsubheading Synopsis
32064
32065@smallexample
32066 -catch-unload [ -t ] [ -d ] @var{regexp}
32067@end smallexample
32068
32069Add a catchpoint for library unload events. If the @samp{-t} option is
32070used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
32071Breakpoints}). If the @samp{-d} option is used, the catchpoint is
32072created in a disabled state. The @samp{regexp} argument is a regular
32073expression used to match the name of the unloaded library.
32074
32075@subsubheading @value{GDBN} Command
32076
32077The corresponding @value{GDBN} command is @samp{catch unload}.
32078
32079@subsubheading Example
32080
32081@smallexample
32082-catch-unload -d bar.so
32083^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
8ac3646f 32084what="load of library matching bar.so",catch-type="unload",times="0"@}
3fa7bf06
MG
32085(gdb)
32086@end smallexample
32087
40555925
JB
32088@node Ada Exception GDB/MI Catchpoint Commands
32089@subsection Ada Exception @sc{gdb/mi} Catchpoints
32090
32091The following @sc{gdb/mi} commands can be used to create catchpoints
32092that stop the execution when Ada exceptions are being raised.
32093
32094@subheading The @code{-catch-assert} Command
32095@findex -catch-assert
32096
32097@subsubheading Synopsis
32098
32099@smallexample
32100 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
32101@end smallexample
32102
32103Add a catchpoint for failed Ada assertions.
32104
32105The possible optional parameters for this command are:
32106
32107@table @samp
32108@item -c @var{condition}
32109Make the catchpoint conditional on @var{condition}.
32110@item -d
32111Create a disabled catchpoint.
32112@item -t
32113Create a temporary catchpoint.
32114@end table
32115
32116@subsubheading @value{GDBN} Command
32117
32118The corresponding @value{GDBN} command is @samp{catch assert}.
32119
32120@subsubheading Example
32121
32122@smallexample
32123-catch-assert
32124^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
32125enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
32126thread-groups=["i1"],times="0",
32127original-location="__gnat_debug_raise_assert_failure"@}
32128(gdb)
32129@end smallexample
32130
32131@subheading The @code{-catch-exception} Command
32132@findex -catch-exception
32133
32134@subsubheading Synopsis
32135
32136@smallexample
32137 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
32138 [ -t ] [ -u ]
32139@end smallexample
32140
32141Add a catchpoint stopping when Ada exceptions are raised.
32142By default, the command stops the program when any Ada exception
32143gets raised. But it is also possible, by using some of the
32144optional parameters described below, to create more selective
32145catchpoints.
32146
32147The possible optional parameters for this command are:
32148
32149@table @samp
32150@item -c @var{condition}
32151Make the catchpoint conditional on @var{condition}.
32152@item -d
32153Create a disabled catchpoint.
32154@item -e @var{exception-name}
32155Only stop when @var{exception-name} is raised. This option cannot
32156be used combined with @samp{-u}.
32157@item -t
32158Create a temporary catchpoint.
32159@item -u
32160Stop only when an unhandled exception gets raised. This option
32161cannot be used combined with @samp{-e}.
32162@end table
32163
32164@subsubheading @value{GDBN} Command
32165
32166The corresponding @value{GDBN} commands are @samp{catch exception}
32167and @samp{catch exception unhandled}.
32168
32169@subsubheading Example
32170
32171@smallexample
32172-catch-exception -e Program_Error
32173^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
32174enabled="y",addr="0x0000000000404874",
32175what="`Program_Error' Ada exception", thread-groups=["i1"],
32176times="0",original-location="__gnat_debug_raise_exception"@}
32177(gdb)
32178@end smallexample
3fa7bf06 32179
bea298f9
XR
32180@subheading The @code{-catch-handlers} Command
32181@findex -catch-handlers
32182
32183@subsubheading Synopsis
32184
32185@smallexample
32186 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
32187 [ -t ]
32188@end smallexample
32189
32190Add a catchpoint stopping when Ada exceptions are handled.
32191By default, the command stops the program when any Ada exception
32192gets handled. But it is also possible, by using some of the
32193optional parameters described below, to create more selective
32194catchpoints.
32195
32196The possible optional parameters for this command are:
32197
32198@table @samp
32199@item -c @var{condition}
32200Make the catchpoint conditional on @var{condition}.
32201@item -d
32202Create a disabled catchpoint.
32203@item -e @var{exception-name}
32204Only stop when @var{exception-name} is handled.
32205@item -t
32206Create a temporary catchpoint.
32207@end table
32208
32209@subsubheading @value{GDBN} Command
32210
32211The corresponding @value{GDBN} command is @samp{catch handlers}.
32212
32213@subsubheading Example
32214
32215@smallexample
32216-catch-handlers -e Constraint_Error
32217^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
32218enabled="y",addr="0x0000000000402f68",
32219what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
32220times="0",original-location="__gnat_begin_handler"@}
32221(gdb)
32222@end smallexample
32223
30056ea0
AB
32224@node C++ Exception GDB/MI Catchpoint Commands
32225@subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
32226
32227The following @sc{gdb/mi} commands can be used to create catchpoints
32228that stop the execution when C@t{++} exceptions are being throw, rethrown,
32229or caught.
32230
32231@subheading The @code{-catch-throw} Command
32232@findex -catch-throw
32233
32234@subsubheading Synopsis
32235
32236@smallexample
32237 -catch-throw [ -t ] [ -r @var{regexp}]
32238@end smallexample
32239
32240Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
32241given, then only exceptions whose type matches the regular expression
32242will be caught.
32243
32244If @samp{-t} is given, then the catchpoint is enabled only for one
32245stop, the catchpoint is automatically deleted after stopping once for
32246the event.
32247
32248@subsubheading @value{GDBN} Command
32249
32250The corresponding @value{GDBN} commands are @samp{catch throw}
32251and @samp{tcatch throw} (@pxref{Set Catchpoints}).
32252
32253@subsubheading Example
32254
32255@smallexample
32256-catch-throw -r exception_type
cb1e4e32
PA
32257^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32258 what="exception throw",catch-type="throw",
32259 thread-groups=["i1"],
30056ea0
AB
32260 regexp="exception_type",times="0"@}
32261(gdb)
32262-exec-run
32263^running
32264(gdb)
32265~"\n"
32266~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
32267 in __cxa_throw () from /lib64/libstdc++.so.6\n"
32268*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32269 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
32270 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32271 thread-id="1",stopped-threads="all",core="6"
32272(gdb)
32273@end smallexample
32274
32275@subheading The @code{-catch-rethrow} Command
32276@findex -catch-rethrow
32277
32278@subsubheading Synopsis
32279
32280@smallexample
32281 -catch-rethrow [ -t ] [ -r @var{regexp}]
32282@end smallexample
32283
32284Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
32285then only exceptions whose type matches the regular expression will be
32286caught.
32287
32288If @samp{-t} is given, then the catchpoint is enabled only for one
32289stop, the catchpoint is automatically deleted after the first event is
32290caught.
32291
32292@subsubheading @value{GDBN} Command
32293
32294The corresponding @value{GDBN} commands are @samp{catch rethrow}
32295and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
32296
32297@subsubheading Example
32298
32299@smallexample
32300-catch-rethrow -r exception_type
cb1e4e32
PA
32301^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32302 what="exception rethrow",catch-type="rethrow",
32303 thread-groups=["i1"],
30056ea0
AB
32304 regexp="exception_type",times="0"@}
32305(gdb)
32306-exec-run
32307^running
32308(gdb)
32309~"\n"
32310~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
32311 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
32312*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32313 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
32314 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32315 thread-id="1",stopped-threads="all",core="6"
32316(gdb)
32317@end smallexample
32318
32319@subheading The @code{-catch-catch} Command
32320@findex -catch-catch
32321
32322@subsubheading Synopsis
32323
32324@smallexample
32325 -catch-catch [ -t ] [ -r @var{regexp}]
32326@end smallexample
32327
32328Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
32329is given, then only exceptions whose type matches the regular
32330expression will be caught.
32331
32332If @samp{-t} is given, then the catchpoint is enabled only for one
32333stop, the catchpoint is automatically deleted after the first event is
32334caught.
32335
32336@subsubheading @value{GDBN} Command
32337
32338The corresponding @value{GDBN} commands are @samp{catch catch}
32339and @samp{tcatch catch} (@pxref{Set Catchpoints}).
32340
32341@subsubheading Example
32342
32343@smallexample
32344-catch-catch -r exception_type
cb1e4e32
PA
32345^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32346 what="exception catch",catch-type="catch",
32347 thread-groups=["i1"],
30056ea0
AB
32348 regexp="exception_type",times="0"@}
32349(gdb)
32350-exec-run
32351^running
32352(gdb)
32353~"\n"
32354~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
32355 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
32356*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32357 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
32358 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32359 thread-id="1",stopped-threads="all",core="6"
32360(gdb)
32361@end smallexample
32362
922fbb7b 32363@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
32364@node GDB/MI Program Context
32365@section @sc{gdb/mi} Program Context
922fbb7b 32366
a2c02241
NR
32367@subheading The @code{-exec-arguments} Command
32368@findex -exec-arguments
922fbb7b 32369
922fbb7b
AC
32370
32371@subsubheading Synopsis
32372
32373@smallexample
a2c02241 32374 -exec-arguments @var{args}
922fbb7b
AC
32375@end smallexample
32376
a2c02241
NR
32377Set the inferior program arguments, to be used in the next
32378@samp{-exec-run}.
922fbb7b 32379
a2c02241 32380@subsubheading @value{GDBN} Command
922fbb7b 32381
a2c02241 32382The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 32383
a2c02241 32384@subsubheading Example
922fbb7b 32385
fbc5282e
MK
32386@smallexample
32387(gdb)
32388-exec-arguments -v word
32389^done
32390(gdb)
32391@end smallexample
922fbb7b 32392
a2c02241 32393
9901a55b 32394@ignore
a2c02241
NR
32395@subheading The @code{-exec-show-arguments} Command
32396@findex -exec-show-arguments
32397
32398@subsubheading Synopsis
32399
32400@smallexample
32401 -exec-show-arguments
32402@end smallexample
32403
32404Print the arguments of the program.
922fbb7b
AC
32405
32406@subsubheading @value{GDBN} Command
32407
a2c02241 32408The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
32409
32410@subsubheading Example
a2c02241 32411N.A.
9901a55b 32412@end ignore
922fbb7b 32413
922fbb7b 32414
a2c02241
NR
32415@subheading The @code{-environment-cd} Command
32416@findex -environment-cd
922fbb7b 32417
a2c02241 32418@subsubheading Synopsis
922fbb7b
AC
32419
32420@smallexample
a2c02241 32421 -environment-cd @var{pathdir}
922fbb7b
AC
32422@end smallexample
32423
a2c02241 32424Set @value{GDBN}'s working directory.
922fbb7b 32425
a2c02241 32426@subsubheading @value{GDBN} Command
922fbb7b 32427
a2c02241
NR
32428The corresponding @value{GDBN} command is @samp{cd}.
32429
32430@subsubheading Example
922fbb7b
AC
32431
32432@smallexample
594fe323 32433(gdb)
a2c02241
NR
32434-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
32435^done
594fe323 32436(gdb)
922fbb7b
AC
32437@end smallexample
32438
32439
a2c02241
NR
32440@subheading The @code{-environment-directory} Command
32441@findex -environment-directory
922fbb7b
AC
32442
32443@subsubheading Synopsis
32444
32445@smallexample
a2c02241 32446 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
32447@end smallexample
32448
a2c02241
NR
32449Add directories @var{pathdir} to beginning of search path for source files.
32450If the @samp{-r} option is used, the search path is reset to the default
32451search path. If directories @var{pathdir} are supplied in addition to the
32452@samp{-r} option, the search path is first reset and then addition
32453occurs as normal.
32454Multiple directories may be specified, separated by blanks. Specifying
32455multiple directories in a single command
32456results in the directories added to the beginning of the
32457search path in the same order they were presented in the command.
32458If blanks are needed as
32459part of a directory name, double-quotes should be used around
32460the name. In the command output, the path will show up separated
d3e8051b 32461by the system directory-separator character. The directory-separator
a2c02241
NR
32462character must not be used
32463in any directory name.
32464If no directories are specified, the current search path is displayed.
922fbb7b
AC
32465
32466@subsubheading @value{GDBN} Command
32467
a2c02241 32468The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
32469
32470@subsubheading Example
32471
922fbb7b 32472@smallexample
594fe323 32473(gdb)
a2c02241
NR
32474-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
32475^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 32476(gdb)
a2c02241
NR
32477-environment-directory ""
32478^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 32479(gdb)
a2c02241
NR
32480-environment-directory -r /home/jjohnstn/src/gdb /usr/src
32481^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 32482(gdb)
a2c02241
NR
32483-environment-directory -r
32484^done,source-path="$cdir:$cwd"
594fe323 32485(gdb)
922fbb7b
AC
32486@end smallexample
32487
32488
a2c02241
NR
32489@subheading The @code{-environment-path} Command
32490@findex -environment-path
922fbb7b
AC
32491
32492@subsubheading Synopsis
32493
32494@smallexample
a2c02241 32495 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
32496@end smallexample
32497
a2c02241
NR
32498Add directories @var{pathdir} to beginning of search path for object files.
32499If the @samp{-r} option is used, the search path is reset to the original
32500search path that existed at gdb start-up. If directories @var{pathdir} are
32501supplied in addition to the
32502@samp{-r} option, the search path is first reset and then addition
32503occurs as normal.
32504Multiple directories may be specified, separated by blanks. Specifying
32505multiple directories in a single command
32506results in the directories added to the beginning of the
32507search path in the same order they were presented in the command.
32508If blanks are needed as
32509part of a directory name, double-quotes should be used around
32510the name. In the command output, the path will show up separated
d3e8051b 32511by the system directory-separator character. The directory-separator
a2c02241
NR
32512character must not be used
32513in any directory name.
32514If no directories are specified, the current path is displayed.
32515
922fbb7b
AC
32516
32517@subsubheading @value{GDBN} Command
32518
a2c02241 32519The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
32520
32521@subsubheading Example
32522
922fbb7b 32523@smallexample
594fe323 32524(gdb)
a2c02241
NR
32525-environment-path
32526^done,path="/usr/bin"
594fe323 32527(gdb)
a2c02241
NR
32528-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
32529^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 32530(gdb)
a2c02241
NR
32531-environment-path -r /usr/local/bin
32532^done,path="/usr/local/bin:/usr/bin"
594fe323 32533(gdb)
922fbb7b
AC
32534@end smallexample
32535
32536
a2c02241
NR
32537@subheading The @code{-environment-pwd} Command
32538@findex -environment-pwd
922fbb7b
AC
32539
32540@subsubheading Synopsis
32541
32542@smallexample
a2c02241 32543 -environment-pwd
922fbb7b
AC
32544@end smallexample
32545
a2c02241 32546Show the current working directory.
922fbb7b 32547
79a6e687 32548@subsubheading @value{GDBN} Command
922fbb7b 32549
a2c02241 32550The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
32551
32552@subsubheading Example
32553
922fbb7b 32554@smallexample
594fe323 32555(gdb)
a2c02241
NR
32556-environment-pwd
32557^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 32558(gdb)
922fbb7b
AC
32559@end smallexample
32560
a2c02241
NR
32561@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32562@node GDB/MI Thread Commands
32563@section @sc{gdb/mi} Thread Commands
32564
32565
32566@subheading The @code{-thread-info} Command
32567@findex -thread-info
922fbb7b
AC
32568
32569@subsubheading Synopsis
32570
32571@smallexample
8e8901c5 32572 -thread-info [ @var{thread-id} ]
922fbb7b
AC
32573@end smallexample
32574
5d5658a1
PA
32575Reports information about either a specific thread, if the
32576@var{thread-id} parameter is present, or about all threads.
32577@var{thread-id} is the thread's global thread ID. When printing
32578information about all threads, also reports the global ID of the
32579current thread.
8e8901c5 32580
79a6e687 32581@subsubheading @value{GDBN} Command
922fbb7b 32582
8e8901c5
VP
32583The @samp{info thread} command prints the same information
32584about all threads.
922fbb7b 32585
4694da01 32586@subsubheading Result
922fbb7b 32587
ebe553db 32588The result contains the following attributes:
4694da01
TT
32589
32590@table @samp
ebe553db
SM
32591@item threads
32592A list of threads. The format of the elements of the list is described in
32593@ref{GDB/MI Thread Information}.
32594
32595@item current-thread-id
32596The global id of the currently selected thread. This field is omitted if there
32597is no selected thread (for example, when the selected inferior is not running,
32598and therefore has no threads) or if a @var{thread-id} argument was passed to
32599the command.
4694da01
TT
32600
32601@end table
32602
32603@subsubheading Example
32604
32605@smallexample
32606-thread-info
32607^done,threads=[
32608@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
32609 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
32610 args=[]@},state="running"@},
32611@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
32612 frame=@{level="0",addr="0x0804891f",func="foo",
32613 args=[@{name="i",value="10"@}],
6d52907e 32614 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
4694da01
TT
32615 state="running"@}],
32616current-thread-id="1"
32617(gdb)
32618@end smallexample
32619
a2c02241
NR
32620@subheading The @code{-thread-list-ids} Command
32621@findex -thread-list-ids
922fbb7b 32622
a2c02241 32623@subsubheading Synopsis
922fbb7b 32624
a2c02241
NR
32625@smallexample
32626 -thread-list-ids
32627@end smallexample
922fbb7b 32628
5d5658a1
PA
32629Produces a list of the currently known global @value{GDBN} thread ids.
32630At the end of the list it also prints the total number of such
32631threads.
922fbb7b 32632
c3b108f7
VP
32633This command is retained for historical reasons, the
32634@code{-thread-info} command should be used instead.
32635
922fbb7b
AC
32636@subsubheading @value{GDBN} Command
32637
a2c02241 32638Part of @samp{info threads} supplies the same information.
922fbb7b
AC
32639
32640@subsubheading Example
32641
922fbb7b 32642@smallexample
594fe323 32643(gdb)
a2c02241
NR
32644-thread-list-ids
32645^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 32646current-thread-id="1",number-of-threads="3"
594fe323 32647(gdb)
922fbb7b
AC
32648@end smallexample
32649
a2c02241
NR
32650
32651@subheading The @code{-thread-select} Command
32652@findex -thread-select
922fbb7b
AC
32653
32654@subsubheading Synopsis
32655
32656@smallexample
5d5658a1 32657 -thread-select @var{thread-id}
922fbb7b
AC
32658@end smallexample
32659
5d5658a1
PA
32660Make thread with global thread number @var{thread-id} the current
32661thread. It prints the number of the new current thread, and the
32662topmost frame for that thread.
922fbb7b 32663
c3b108f7
VP
32664This command is deprecated in favor of explicitly using the
32665@samp{--thread} option to each command.
32666
922fbb7b
AC
32667@subsubheading @value{GDBN} Command
32668
a2c02241 32669The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
32670
32671@subsubheading Example
922fbb7b
AC
32672
32673@smallexample
594fe323 32674(gdb)
a2c02241
NR
32675-exec-next
32676^running
594fe323 32677(gdb)
a2c02241
NR
32678*stopped,reason="end-stepping-range",thread-id="2",line="187",
32679file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 32680(gdb)
a2c02241
NR
32681-thread-list-ids
32682^done,
32683thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
32684number-of-threads="3"
594fe323 32685(gdb)
a2c02241
NR
32686-thread-select 3
32687^done,new-thread-id="3",
32688frame=@{level="0",func="vprintf",
32689args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
6d52907e 32690@{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
594fe323 32691(gdb)
922fbb7b
AC
32692@end smallexample
32693
5d77fe44
JB
32694@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32695@node GDB/MI Ada Tasking Commands
32696@section @sc{gdb/mi} Ada Tasking Commands
32697
32698@subheading The @code{-ada-task-info} Command
32699@findex -ada-task-info
32700
32701@subsubheading Synopsis
32702
32703@smallexample
32704 -ada-task-info [ @var{task-id} ]
32705@end smallexample
32706
32707Reports information about either a specific Ada task, if the
32708@var{task-id} parameter is present, or about all Ada tasks.
32709
32710@subsubheading @value{GDBN} Command
32711
32712The @samp{info tasks} command prints the same information
32713about all Ada tasks (@pxref{Ada Tasks}).
32714
32715@subsubheading Result
32716
32717The result is a table of Ada tasks. The following columns are
32718defined for each Ada task:
32719
32720@table @samp
32721@item current
32722This field exists only for the current thread. It has the value @samp{*}.
32723
32724@item id
32725The identifier that @value{GDBN} uses to refer to the Ada task.
32726
32727@item task-id
32728The identifier that the target uses to refer to the Ada task.
32729
32730@item thread-id
5d5658a1
PA
32731The global thread identifier of the thread corresponding to the Ada
32732task.
5d77fe44
JB
32733
32734This field should always exist, as Ada tasks are always implemented
32735on top of a thread. But if @value{GDBN} cannot find this corresponding
32736thread for any reason, the field is omitted.
32737
32738@item parent-id
32739This field exists only when the task was created by another task.
32740In this case, it provides the ID of the parent task.
32741
32742@item priority
32743The base priority of the task.
32744
32745@item state
32746The current state of the task. For a detailed description of the
32747possible states, see @ref{Ada Tasks}.
32748
32749@item name
32750The name of the task.
32751
32752@end table
32753
32754@subsubheading Example
32755
32756@smallexample
32757-ada-task-info
32758^done,tasks=@{nr_rows="3",nr_cols="8",
32759hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
32760@{width="3",alignment="1",col_name="id",colhdr="ID"@},
32761@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
32762@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
32763@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
32764@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
32765@{width="22",alignment="-1",col_name="state",colhdr="State"@},
32766@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
32767body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
32768state="Child Termination Wait",name="main_task"@}]@}
32769(gdb)
32770@end smallexample
32771
a2c02241
NR
32772@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32773@node GDB/MI Program Execution
32774@section @sc{gdb/mi} Program Execution
922fbb7b 32775
ef21caaf 32776These are the asynchronous commands which generate the out-of-band
3f94c067 32777record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
32778asynchronously with remote targets and this interaction is mimicked in
32779other cases.
922fbb7b 32780
922fbb7b
AC
32781@subheading The @code{-exec-continue} Command
32782@findex -exec-continue
32783
32784@subsubheading Synopsis
32785
32786@smallexample
540aa8e7 32787 -exec-continue [--reverse] [--all|--thread-group N]
922fbb7b
AC
32788@end smallexample
32789
540aa8e7
MS
32790Resumes the execution of the inferior program, which will continue
32791to execute until it reaches a debugger stop event. If the
32792@samp{--reverse} option is specified, execution resumes in reverse until
32793it reaches a stop event. Stop events may include
32794@itemize @bullet
32795@item
32796breakpoints or watchpoints
32797@item
32798signals or exceptions
32799@item
32800the end of the process (or its beginning under @samp{--reverse})
32801@item
32802the end or beginning of a replay log if one is being used.
32803@end itemize
32804In all-stop mode (@pxref{All-Stop
32805Mode}), may resume only one thread, or all threads, depending on the
32806value of the @samp{scheduler-locking} variable. If @samp{--all} is
a79b8f6e 32807specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
540aa8e7
MS
32808ignored in all-stop mode. If the @samp{--thread-group} options is
32809specified, then all threads in that thread group are resumed.
922fbb7b
AC
32810
32811@subsubheading @value{GDBN} Command
32812
32813The corresponding @value{GDBN} corresponding is @samp{continue}.
32814
32815@subsubheading Example
32816
32817@smallexample
32818-exec-continue
32819^running
594fe323 32820(gdb)
922fbb7b 32821@@Hello world
a47ec5fe
AR
32822*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
32823func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
6d52907e 32824line="13",arch="i386:x86_64"@}
594fe323 32825(gdb)
922fbb7b
AC
32826@end smallexample
32827
32828
32829@subheading The @code{-exec-finish} Command
32830@findex -exec-finish
32831
32832@subsubheading Synopsis
32833
32834@smallexample
540aa8e7 32835 -exec-finish [--reverse]
922fbb7b
AC
32836@end smallexample
32837
ef21caaf
NR
32838Resumes the execution of the inferior program until the current
32839function is exited. Displays the results returned by the function.
540aa8e7
MS
32840If the @samp{--reverse} option is specified, resumes the reverse
32841execution of the inferior program until the point where current
32842function was called.
922fbb7b
AC
32843
32844@subsubheading @value{GDBN} Command
32845
32846The corresponding @value{GDBN} command is @samp{finish}.
32847
32848@subsubheading Example
32849
32850Function returning @code{void}.
32851
32852@smallexample
32853-exec-finish
32854^running
594fe323 32855(gdb)
922fbb7b
AC
32856@@hello from foo
32857*stopped,reason="function-finished",frame=@{func="main",args=[],
6d52907e 32858file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
594fe323 32859(gdb)
922fbb7b
AC
32860@end smallexample
32861
32862Function returning other than @code{void}. The name of the internal
32863@value{GDBN} variable storing the result is printed, together with the
32864value itself.
32865
32866@smallexample
32867-exec-finish
32868^running
594fe323 32869(gdb)
922fbb7b
AC
32870*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
32871args=[@{name="a",value="1"],@{name="b",value="9"@}@},
6d52907e
JV
32872file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32873arch="i386:x86_64"@},
922fbb7b 32874gdb-result-var="$1",return-value="0"
594fe323 32875(gdb)
922fbb7b
AC
32876@end smallexample
32877
32878
32879@subheading The @code{-exec-interrupt} Command
32880@findex -exec-interrupt
32881
32882@subsubheading Synopsis
32883
32884@smallexample
c3b108f7 32885 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
32886@end smallexample
32887
ef21caaf
NR
32888Interrupts the background execution of the target. Note how the token
32889associated with the stop message is the one for the execution command
32890that has been interrupted. The token for the interrupt itself only
32891appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
32892interrupt a non-running program, an error message will be printed.
32893
c3b108f7
VP
32894Note that when asynchronous execution is enabled, this command is
32895asynchronous just like other execution commands. That is, first the
32896@samp{^done} response will be printed, and the target stop will be
32897reported after that using the @samp{*stopped} notification.
32898
32899In non-stop mode, only the context thread is interrupted by default.
a79b8f6e
VP
32900All threads (in all inferiors) will be interrupted if the
32901@samp{--all} option is specified. If the @samp{--thread-group}
32902option is specified, all threads in that group will be interrupted.
c3b108f7 32903
922fbb7b
AC
32904@subsubheading @value{GDBN} Command
32905
32906The corresponding @value{GDBN} command is @samp{interrupt}.
32907
32908@subsubheading Example
32909
32910@smallexample
594fe323 32911(gdb)
922fbb7b
AC
32912111-exec-continue
32913111^running
32914
594fe323 32915(gdb)
922fbb7b
AC
32916222-exec-interrupt
32917222^done
594fe323 32918(gdb)
922fbb7b 32919111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 32920frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
6d52907e 32921fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
594fe323 32922(gdb)
922fbb7b 32923
594fe323 32924(gdb)
922fbb7b
AC
32925-exec-interrupt
32926^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 32927(gdb)
922fbb7b
AC
32928@end smallexample
32929
83eba9b7
VP
32930@subheading The @code{-exec-jump} Command
32931@findex -exec-jump
32932
32933@subsubheading Synopsis
32934
32935@smallexample
32936 -exec-jump @var{location}
32937@end smallexample
32938
32939Resumes execution of the inferior program at the location specified by
32940parameter. @xref{Specify Location}, for a description of the
32941different forms of @var{location}.
32942
32943@subsubheading @value{GDBN} Command
32944
32945The corresponding @value{GDBN} command is @samp{jump}.
32946
32947@subsubheading Example
32948
32949@smallexample
32950-exec-jump foo.c:10
32951*running,thread-id="all"
32952^running
32953@end smallexample
32954
922fbb7b
AC
32955
32956@subheading The @code{-exec-next} Command
32957@findex -exec-next
32958
32959@subsubheading Synopsis
32960
32961@smallexample
540aa8e7 32962 -exec-next [--reverse]
922fbb7b
AC
32963@end smallexample
32964
ef21caaf
NR
32965Resumes execution of the inferior program, stopping when the beginning
32966of the next source line is reached.
922fbb7b 32967
540aa8e7
MS
32968If the @samp{--reverse} option is specified, resumes reverse execution
32969of the inferior program, stopping at the beginning of the previous
32970source line. If you issue this command on the first line of a
32971function, it will take you back to the caller of that function, to the
32972source line where the function was called.
32973
32974
922fbb7b
AC
32975@subsubheading @value{GDBN} Command
32976
32977The corresponding @value{GDBN} command is @samp{next}.
32978
32979@subsubheading Example
32980
32981@smallexample
32982-exec-next
32983^running
594fe323 32984(gdb)
922fbb7b 32985*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 32986(gdb)
922fbb7b
AC
32987@end smallexample
32988
32989
32990@subheading The @code{-exec-next-instruction} Command
32991@findex -exec-next-instruction
32992
32993@subsubheading Synopsis
32994
32995@smallexample
540aa8e7 32996 -exec-next-instruction [--reverse]
922fbb7b
AC
32997@end smallexample
32998
ef21caaf
NR
32999Executes one machine instruction. If the instruction is a function
33000call, continues until the function returns. If the program stops at an
33001instruction in the middle of a source line, the address will be
33002printed as well.
922fbb7b 33003
540aa8e7
MS
33004If the @samp{--reverse} option is specified, resumes reverse execution
33005of the inferior program, stopping at the previous instruction. If the
33006previously executed instruction was a return from another function,
33007it will continue to execute in reverse until the call to that function
33008(from the current stack frame) is reached.
33009
922fbb7b
AC
33010@subsubheading @value{GDBN} Command
33011
33012The corresponding @value{GDBN} command is @samp{nexti}.
33013
33014@subsubheading Example
33015
33016@smallexample
594fe323 33017(gdb)
922fbb7b
AC
33018-exec-next-instruction
33019^running
33020
594fe323 33021(gdb)
922fbb7b
AC
33022*stopped,reason="end-stepping-range",
33023addr="0x000100d4",line="5",file="hello.c"
594fe323 33024(gdb)
922fbb7b
AC
33025@end smallexample
33026
33027
33028@subheading The @code{-exec-return} Command
33029@findex -exec-return
33030
33031@subsubheading Synopsis
33032
33033@smallexample
33034 -exec-return
33035@end smallexample
33036
33037Makes current function return immediately. Doesn't execute the inferior.
33038Displays the new current frame.
33039
33040@subsubheading @value{GDBN} Command
33041
33042The corresponding @value{GDBN} command is @samp{return}.
33043
33044@subsubheading Example
33045
33046@smallexample
594fe323 33047(gdb)
922fbb7b
AC
33048200-break-insert callee4
33049200^done,bkpt=@{number="1",addr="0x00010734",
33050file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 33051(gdb)
922fbb7b
AC
33052000-exec-run
33053000^running
594fe323 33054(gdb)
a47ec5fe 33055000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 33056frame=@{func="callee4",args=[],
76ff342d 33057file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33058fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33059arch="i386:x86_64"@}
594fe323 33060(gdb)
922fbb7b
AC
33061205-break-delete
33062205^done
594fe323 33063(gdb)
922fbb7b
AC
33064111-exec-return
33065111^done,frame=@{level="0",func="callee3",
33066args=[@{name="strarg",
33067value="0x11940 \"A string argument.\""@}],
76ff342d 33068file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33069fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
33070arch="i386:x86_64"@}
594fe323 33071(gdb)
922fbb7b
AC
33072@end smallexample
33073
33074
33075@subheading The @code{-exec-run} Command
33076@findex -exec-run
33077
33078@subsubheading Synopsis
33079
33080@smallexample
5713b9b5 33081 -exec-run [ --all | --thread-group N ] [ --start ]
922fbb7b
AC
33082@end smallexample
33083
ef21caaf
NR
33084Starts execution of the inferior from the beginning. The inferior
33085executes until either a breakpoint is encountered or the program
33086exits. In the latter case the output will include an exit code, if
33087the program has exited exceptionally.
922fbb7b 33088
5713b9b5
JB
33089When neither the @samp{--all} nor the @samp{--thread-group} option
33090is specified, the current inferior is started. If the
a79b8f6e
VP
33091@samp{--thread-group} option is specified, it should refer to a thread
33092group of type @samp{process}, and that thread group will be started.
33093If the @samp{--all} option is specified, then all inferiors will be started.
33094
5713b9b5
JB
33095Using the @samp{--start} option instructs the debugger to stop
33096the execution at the start of the inferior's main subprogram,
33097following the same behavior as the @code{start} command
33098(@pxref{Starting}).
33099
922fbb7b
AC
33100@subsubheading @value{GDBN} Command
33101
33102The corresponding @value{GDBN} command is @samp{run}.
33103
ef21caaf 33104@subsubheading Examples
922fbb7b
AC
33105
33106@smallexample
594fe323 33107(gdb)
922fbb7b
AC
33108-break-insert main
33109^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 33110(gdb)
922fbb7b
AC
33111-exec-run
33112^running
594fe323 33113(gdb)
a47ec5fe 33114*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 33115frame=@{func="main",args=[],file="recursive2.c",
6d52907e 33116fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
594fe323 33117(gdb)
922fbb7b
AC
33118@end smallexample
33119
ef21caaf
NR
33120@noindent
33121Program exited normally:
33122
33123@smallexample
594fe323 33124(gdb)
ef21caaf
NR
33125-exec-run
33126^running
594fe323 33127(gdb)
ef21caaf
NR
33128x = 55
33129*stopped,reason="exited-normally"
594fe323 33130(gdb)
ef21caaf
NR
33131@end smallexample
33132
33133@noindent
33134Program exited exceptionally:
33135
33136@smallexample
594fe323 33137(gdb)
ef21caaf
NR
33138-exec-run
33139^running
594fe323 33140(gdb)
ef21caaf
NR
33141x = 55
33142*stopped,reason="exited",exit-code="01"
594fe323 33143(gdb)
ef21caaf
NR
33144@end smallexample
33145
33146Another way the program can terminate is if it receives a signal such as
33147@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
33148
33149@smallexample
594fe323 33150(gdb)
ef21caaf
NR
33151*stopped,reason="exited-signalled",signal-name="SIGINT",
33152signal-meaning="Interrupt"
33153@end smallexample
33154
922fbb7b 33155
a2c02241
NR
33156@c @subheading -exec-signal
33157
33158
33159@subheading The @code{-exec-step} Command
33160@findex -exec-step
922fbb7b
AC
33161
33162@subsubheading Synopsis
33163
33164@smallexample
540aa8e7 33165 -exec-step [--reverse]
922fbb7b
AC
33166@end smallexample
33167
a2c02241
NR
33168Resumes execution of the inferior program, stopping when the beginning
33169of the next source line is reached, if the next source line is not a
33170function call. If it is, stop at the first instruction of the called
540aa8e7
MS
33171function. If the @samp{--reverse} option is specified, resumes reverse
33172execution of the inferior program, stopping at the beginning of the
33173previously executed source line.
922fbb7b
AC
33174
33175@subsubheading @value{GDBN} Command
33176
a2c02241 33177The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
33178
33179@subsubheading Example
33180
33181Stepping into a function:
33182
33183@smallexample
33184-exec-step
33185^running
594fe323 33186(gdb)
922fbb7b
AC
33187*stopped,reason="end-stepping-range",
33188frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 33189@{name="b",value="0"@}],file="recursive2.c",
6d52907e 33190fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
594fe323 33191(gdb)
922fbb7b
AC
33192@end smallexample
33193
33194Regular stepping:
33195
33196@smallexample
33197-exec-step
33198^running
594fe323 33199(gdb)
922fbb7b 33200*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 33201(gdb)
922fbb7b
AC
33202@end smallexample
33203
33204
33205@subheading The @code{-exec-step-instruction} Command
33206@findex -exec-step-instruction
33207
33208@subsubheading Synopsis
33209
33210@smallexample
540aa8e7 33211 -exec-step-instruction [--reverse]
922fbb7b
AC
33212@end smallexample
33213
540aa8e7
MS
33214Resumes the inferior which executes one machine instruction. If the
33215@samp{--reverse} option is specified, resumes reverse execution of the
33216inferior program, stopping at the previously executed instruction.
33217The output, once @value{GDBN} has stopped, will vary depending on
33218whether we have stopped in the middle of a source line or not. In the
33219former case, the address at which the program stopped will be printed
33220as well.
922fbb7b
AC
33221
33222@subsubheading @value{GDBN} Command
33223
33224The corresponding @value{GDBN} command is @samp{stepi}.
33225
33226@subsubheading Example
33227
33228@smallexample
594fe323 33229(gdb)
922fbb7b
AC
33230-exec-step-instruction
33231^running
33232
594fe323 33233(gdb)
922fbb7b 33234*stopped,reason="end-stepping-range",
76ff342d 33235frame=@{func="foo",args=[],file="try.c",
6d52907e 33236fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 33237(gdb)
922fbb7b
AC
33238-exec-step-instruction
33239^running
33240
594fe323 33241(gdb)
922fbb7b 33242*stopped,reason="end-stepping-range",
76ff342d 33243frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
6d52907e 33244fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 33245(gdb)
922fbb7b
AC
33246@end smallexample
33247
33248
33249@subheading The @code{-exec-until} Command
33250@findex -exec-until
33251
33252@subsubheading Synopsis
33253
33254@smallexample
33255 -exec-until [ @var{location} ]
33256@end smallexample
33257
ef21caaf
NR
33258Executes the inferior until the @var{location} specified in the
33259argument is reached. If there is no argument, the inferior executes
33260until a source line greater than the current one is reached. The
33261reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
33262
33263@subsubheading @value{GDBN} Command
33264
33265The corresponding @value{GDBN} command is @samp{until}.
33266
33267@subsubheading Example
33268
33269@smallexample
594fe323 33270(gdb)
922fbb7b
AC
33271-exec-until recursive2.c:6
33272^running
594fe323 33273(gdb)
922fbb7b
AC
33274x = 55
33275*stopped,reason="location-reached",frame=@{func="main",args=[],
6d52907e
JV
33276file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
33277arch="i386:x86_64"@}
594fe323 33278(gdb)
922fbb7b
AC
33279@end smallexample
33280
33281@ignore
33282@subheading -file-clear
33283Is this going away????
33284@end ignore
33285
351ff01a 33286@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
33287@node GDB/MI Stack Manipulation
33288@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 33289
1e611234
PM
33290@subheading The @code{-enable-frame-filters} Command
33291@findex -enable-frame-filters
33292
33293@smallexample
33294-enable-frame-filters
33295@end smallexample
33296
33297@value{GDBN} allows Python-based frame filters to affect the output of
33298the MI commands relating to stack traces. As there is no way to
33299implement this in a fully backward-compatible way, a front end must
33300request that this functionality be enabled.
33301
33302Once enabled, this feature cannot be disabled.
33303
33304Note that if Python support has not been compiled into @value{GDBN},
33305this command will still succeed (and do nothing).
922fbb7b 33306
a2c02241
NR
33307@subheading The @code{-stack-info-frame} Command
33308@findex -stack-info-frame
922fbb7b
AC
33309
33310@subsubheading Synopsis
33311
33312@smallexample
a2c02241 33313 -stack-info-frame
922fbb7b
AC
33314@end smallexample
33315
a2c02241 33316Get info on the selected frame.
922fbb7b
AC
33317
33318@subsubheading @value{GDBN} Command
33319
a2c02241
NR
33320The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
33321(without arguments).
922fbb7b
AC
33322
33323@subsubheading Example
33324
33325@smallexample
594fe323 33326(gdb)
a2c02241
NR
33327-stack-info-frame
33328^done,frame=@{level="1",addr="0x0001076c",func="callee3",
33329file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33330fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
33331arch="i386:x86_64"@}
594fe323 33332(gdb)
922fbb7b
AC
33333@end smallexample
33334
a2c02241
NR
33335@subheading The @code{-stack-info-depth} Command
33336@findex -stack-info-depth
922fbb7b
AC
33337
33338@subsubheading Synopsis
33339
33340@smallexample
a2c02241 33341 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
33342@end smallexample
33343
a2c02241
NR
33344Return the depth of the stack. If the integer argument @var{max-depth}
33345is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
33346
33347@subsubheading @value{GDBN} Command
33348
a2c02241 33349There's no equivalent @value{GDBN} command.
922fbb7b
AC
33350
33351@subsubheading Example
33352
a2c02241
NR
33353For a stack with frame levels 0 through 11:
33354
922fbb7b 33355@smallexample
594fe323 33356(gdb)
a2c02241
NR
33357-stack-info-depth
33358^done,depth="12"
594fe323 33359(gdb)
a2c02241
NR
33360-stack-info-depth 4
33361^done,depth="4"
594fe323 33362(gdb)
a2c02241
NR
33363-stack-info-depth 12
33364^done,depth="12"
594fe323 33365(gdb)
a2c02241
NR
33366-stack-info-depth 11
33367^done,depth="11"
594fe323 33368(gdb)
a2c02241
NR
33369-stack-info-depth 13
33370^done,depth="12"
594fe323 33371(gdb)
922fbb7b
AC
33372@end smallexample
33373
1e611234 33374@anchor{-stack-list-arguments}
a2c02241
NR
33375@subheading The @code{-stack-list-arguments} Command
33376@findex -stack-list-arguments
922fbb7b
AC
33377
33378@subsubheading Synopsis
33379
33380@smallexample
6211c335 33381 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
a2c02241 33382 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
33383@end smallexample
33384
a2c02241
NR
33385Display a list of the arguments for the frames between @var{low-frame}
33386and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
33387@var{high-frame} are not provided, list the arguments for the whole
33388call stack. If the two arguments are equal, show the single frame
33389at the corresponding level. It is an error if @var{low-frame} is
33390larger than the actual number of frames. On the other hand,
33391@var{high-frame} may be larger than the actual number of frames, in
33392which case only existing frames will be returned.
a2c02241 33393
3afae151
VP
33394If @var{print-values} is 0 or @code{--no-values}, print only the names of
33395the variables; if it is 1 or @code{--all-values}, print also their
33396values; and if it is 2 or @code{--simple-values}, print the name,
33397type and value for simple data types, and the name and type for arrays,
1e611234
PM
33398structures and unions. If the option @code{--no-frame-filters} is
33399supplied, then Python frame filters will not be executed.
33400
6211c335
YQ
33401If the @code{--skip-unavailable} option is specified, arguments that
33402are not available are not listed. Partially available arguments
33403are still displayed, however.
922fbb7b 33404
b3372f91
VP
33405Use of this command to obtain arguments in a single frame is
33406deprecated in favor of the @samp{-stack-list-variables} command.
33407
922fbb7b
AC
33408@subsubheading @value{GDBN} Command
33409
a2c02241
NR
33410@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
33411@samp{gdb_get_args} command which partially overlaps with the
33412functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
33413
33414@subsubheading Example
922fbb7b 33415
a2c02241 33416@smallexample
594fe323 33417(gdb)
a2c02241
NR
33418-stack-list-frames
33419^done,
33420stack=[
33421frame=@{level="0",addr="0x00010734",func="callee4",
33422file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33423fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33424arch="i386:x86_64"@},
a2c02241
NR
33425frame=@{level="1",addr="0x0001076c",func="callee3",
33426file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33427fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
33428arch="i386:x86_64"@},
a2c02241
NR
33429frame=@{level="2",addr="0x0001078c",func="callee2",
33430file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33431fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
33432arch="i386:x86_64"@},
a2c02241
NR
33433frame=@{level="3",addr="0x000107b4",func="callee1",
33434file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33435fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
33436arch="i386:x86_64"@},
a2c02241
NR
33437frame=@{level="4",addr="0x000107e0",func="main",
33438file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33439fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
33440arch="i386:x86_64"@}]
594fe323 33441(gdb)
a2c02241
NR
33442-stack-list-arguments 0
33443^done,
33444stack-args=[
33445frame=@{level="0",args=[]@},
33446frame=@{level="1",args=[name="strarg"]@},
33447frame=@{level="2",args=[name="intarg",name="strarg"]@},
33448frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
33449frame=@{level="4",args=[]@}]
594fe323 33450(gdb)
a2c02241
NR
33451-stack-list-arguments 1
33452^done,
33453stack-args=[
33454frame=@{level="0",args=[]@},
33455frame=@{level="1",
33456 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
33457frame=@{level="2",args=[
33458@{name="intarg",value="2"@},
33459@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
33460@{frame=@{level="3",args=[
33461@{name="intarg",value="2"@},
33462@{name="strarg",value="0x11940 \"A string argument.\""@},
33463@{name="fltarg",value="3.5"@}]@},
33464frame=@{level="4",args=[]@}]
594fe323 33465(gdb)
a2c02241
NR
33466-stack-list-arguments 0 2 2
33467^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 33468(gdb)
a2c02241
NR
33469-stack-list-arguments 1 2 2
33470^done,stack-args=[frame=@{level="2",
33471args=[@{name="intarg",value="2"@},
33472@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 33473(gdb)
a2c02241
NR
33474@end smallexample
33475
33476@c @subheading -stack-list-exception-handlers
922fbb7b 33477
a2c02241 33478
1e611234 33479@anchor{-stack-list-frames}
a2c02241
NR
33480@subheading The @code{-stack-list-frames} Command
33481@findex -stack-list-frames
1abaf70c
BR
33482
33483@subsubheading Synopsis
33484
33485@smallexample
1e611234 33486 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
1abaf70c
BR
33487@end smallexample
33488
a2c02241
NR
33489List the frames currently on the stack. For each frame it displays the
33490following info:
33491
33492@table @samp
33493@item @var{level}
d3e8051b 33494The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
33495@item @var{addr}
33496The @code{$pc} value for that frame.
33497@item @var{func}
33498Function name.
33499@item @var{file}
33500File name of the source file where the function lives.
7d288aaa
TT
33501@item @var{fullname}
33502The full file name of the source file where the function lives.
a2c02241
NR
33503@item @var{line}
33504Line number corresponding to the @code{$pc}.
7d288aaa
TT
33505@item @var{from}
33506The shared library where this function is defined. This is only given
33507if the frame's function is not known.
6d52907e
JV
33508@item @var{arch}
33509Frame's architecture.
a2c02241
NR
33510@end table
33511
33512If invoked without arguments, this command prints a backtrace for the
33513whole stack. If given two integer arguments, it shows the frames whose
33514levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
33515are equal, it shows the single frame at the corresponding level. It is
33516an error if @var{low-frame} is larger than the actual number of
a5451f4e 33517frames. On the other hand, @var{high-frame} may be larger than the
1e611234
PM
33518actual number of frames, in which case only existing frames will be
33519returned. If the option @code{--no-frame-filters} is supplied, then
33520Python frame filters will not be executed.
1abaf70c
BR
33521
33522@subsubheading @value{GDBN} Command
33523
a2c02241 33524The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
33525
33526@subsubheading Example
33527
a2c02241
NR
33528Full stack backtrace:
33529
1abaf70c 33530@smallexample
594fe323 33531(gdb)
a2c02241
NR
33532-stack-list-frames
33533^done,stack=
33534[frame=@{level="0",addr="0x0001076c",func="foo",
6d52907e
JV
33535 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
33536 arch="i386:x86_64"@},
a2c02241 33537frame=@{level="1",addr="0x000107a4",func="foo",
6d52907e
JV
33538 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33539 arch="i386:x86_64"@},
a2c02241 33540frame=@{level="2",addr="0x000107a4",func="foo",
6d52907e
JV
33541 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33542 arch="i386:x86_64"@},
a2c02241 33543frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
33544 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33545 arch="i386:x86_64"@},
a2c02241 33546frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
33547 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33548 arch="i386:x86_64"@},
a2c02241 33549frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
33550 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33551 arch="i386:x86_64"@},
a2c02241 33552frame=@{level="6",addr="0x000107a4",func="foo",
6d52907e
JV
33553 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33554 arch="i386:x86_64"@},
a2c02241 33555frame=@{level="7",addr="0x000107a4",func="foo",
6d52907e
JV
33556 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33557 arch="i386:x86_64"@},
a2c02241 33558frame=@{level="8",addr="0x000107a4",func="foo",
6d52907e
JV
33559 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33560 arch="i386:x86_64"@},
a2c02241 33561frame=@{level="9",addr="0x000107a4",func="foo",
6d52907e
JV
33562 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33563 arch="i386:x86_64"@},
a2c02241 33564frame=@{level="10",addr="0x000107a4",func="foo",
6d52907e
JV
33565 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33566 arch="i386:x86_64"@},
a2c02241 33567frame=@{level="11",addr="0x00010738",func="main",
6d52907e
JV
33568 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
33569 arch="i386:x86_64"@}]
594fe323 33570(gdb)
1abaf70c
BR
33571@end smallexample
33572
a2c02241 33573Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 33574
a2c02241 33575@smallexample
594fe323 33576(gdb)
a2c02241
NR
33577-stack-list-frames 3 5
33578^done,stack=
33579[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
33580 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33581 arch="i386:x86_64"@},
a2c02241 33582frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
33583 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33584 arch="i386:x86_64"@},
a2c02241 33585frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
33586 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33587 arch="i386:x86_64"@}]
594fe323 33588(gdb)
a2c02241 33589@end smallexample
922fbb7b 33590
a2c02241 33591Show a single frame:
922fbb7b
AC
33592
33593@smallexample
594fe323 33594(gdb)
a2c02241
NR
33595-stack-list-frames 3 3
33596^done,stack=
33597[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
33598 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33599 arch="i386:x86_64"@}]
594fe323 33600(gdb)
922fbb7b
AC
33601@end smallexample
33602
922fbb7b 33603
a2c02241
NR
33604@subheading The @code{-stack-list-locals} Command
33605@findex -stack-list-locals
1e611234 33606@anchor{-stack-list-locals}
57c22c6c 33607
a2c02241 33608@subsubheading Synopsis
922fbb7b
AC
33609
33610@smallexample
6211c335 33611 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
922fbb7b
AC
33612@end smallexample
33613
a2c02241
NR
33614Display the local variable names for the selected frame. If
33615@var{print-values} is 0 or @code{--no-values}, print only the names of
33616the variables; if it is 1 or @code{--all-values}, print also their
33617values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 33618type and value for simple data types, and the name and type for arrays,
a2c02241
NR
33619structures and unions. In this last case, a frontend can immediately
33620display the value of simple data types and create variable objects for
d3e8051b 33621other data types when the user wishes to explore their values in
1e611234
PM
33622more detail. If the option @code{--no-frame-filters} is supplied, then
33623Python frame filters will not be executed.
922fbb7b 33624
6211c335
YQ
33625If the @code{--skip-unavailable} option is specified, local variables
33626that are not available are not listed. Partially available local
33627variables are still displayed, however.
33628
b3372f91
VP
33629This command is deprecated in favor of the
33630@samp{-stack-list-variables} command.
33631
922fbb7b
AC
33632@subsubheading @value{GDBN} Command
33633
a2c02241 33634@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
33635
33636@subsubheading Example
922fbb7b
AC
33637
33638@smallexample
594fe323 33639(gdb)
a2c02241
NR
33640-stack-list-locals 0
33641^done,locals=[name="A",name="B",name="C"]
594fe323 33642(gdb)
a2c02241
NR
33643-stack-list-locals --all-values
33644^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
33645 @{name="C",value="@{1, 2, 3@}"@}]
33646-stack-list-locals --simple-values
33647^done,locals=[@{name="A",type="int",value="1"@},
33648 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 33649(gdb)
922fbb7b
AC
33650@end smallexample
33651
1e611234 33652@anchor{-stack-list-variables}
b3372f91
VP
33653@subheading The @code{-stack-list-variables} Command
33654@findex -stack-list-variables
33655
33656@subsubheading Synopsis
33657
33658@smallexample
6211c335 33659 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
b3372f91
VP
33660@end smallexample
33661
33662Display the names of local variables and function arguments for the selected frame. If
33663@var{print-values} is 0 or @code{--no-values}, print only the names of
33664the variables; if it is 1 or @code{--all-values}, print also their
33665values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 33666type and value for simple data types, and the name and type for arrays,
1e611234
PM
33667structures and unions. If the option @code{--no-frame-filters} is
33668supplied, then Python frame filters will not be executed.
b3372f91 33669
6211c335
YQ
33670If the @code{--skip-unavailable} option is specified, local variables
33671and arguments that are not available are not listed. Partially
33672available arguments and local variables are still displayed, however.
33673
b3372f91
VP
33674@subsubheading Example
33675
33676@smallexample
33677(gdb)
33678-stack-list-variables --thread 1 --frame 0 --all-values
4f412fd0 33679^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
b3372f91
VP
33680(gdb)
33681@end smallexample
33682
922fbb7b 33683
a2c02241
NR
33684@subheading The @code{-stack-select-frame} Command
33685@findex -stack-select-frame
922fbb7b
AC
33686
33687@subsubheading Synopsis
33688
33689@smallexample
a2c02241 33690 -stack-select-frame @var{framenum}
922fbb7b
AC
33691@end smallexample
33692
a2c02241
NR
33693Change the selected frame. Select a different frame @var{framenum} on
33694the stack.
922fbb7b 33695
c3b108f7
VP
33696This command in deprecated in favor of passing the @samp{--frame}
33697option to every command.
33698
922fbb7b
AC
33699@subsubheading @value{GDBN} Command
33700
a2c02241
NR
33701The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
33702@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
33703
33704@subsubheading Example
33705
33706@smallexample
594fe323 33707(gdb)
a2c02241 33708-stack-select-frame 2
922fbb7b 33709^done
594fe323 33710(gdb)
922fbb7b
AC
33711@end smallexample
33712
33713@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
33714@node GDB/MI Variable Objects
33715@section @sc{gdb/mi} Variable Objects
922fbb7b 33716
a1b5960f 33717@ignore
922fbb7b 33718
a2c02241 33719@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 33720
a2c02241
NR
33721For the implementation of a variable debugger window (locals, watched
33722expressions, etc.), we are proposing the adaptation of the existing code
33723used by @code{Insight}.
922fbb7b 33724
a2c02241 33725The two main reasons for that are:
922fbb7b 33726
a2c02241
NR
33727@enumerate 1
33728@item
33729It has been proven in practice (it is already on its second generation).
922fbb7b 33730
a2c02241
NR
33731@item
33732It will shorten development time (needless to say how important it is
33733now).
33734@end enumerate
922fbb7b 33735
a2c02241
NR
33736The original interface was designed to be used by Tcl code, so it was
33737slightly changed so it could be used through @sc{gdb/mi}. This section
33738describes the @sc{gdb/mi} operations that will be available and gives some
33739hints about their use.
922fbb7b 33740
a2c02241
NR
33741@emph{Note}: In addition to the set of operations described here, we
33742expect the @sc{gui} implementation of a variable window to require, at
33743least, the following operations:
922fbb7b 33744
a2c02241
NR
33745@itemize @bullet
33746@item @code{-gdb-show} @code{output-radix}
33747@item @code{-stack-list-arguments}
33748@item @code{-stack-list-locals}
33749@item @code{-stack-select-frame}
33750@end itemize
922fbb7b 33751
a1b5960f
VP
33752@end ignore
33753
c8b2f53c 33754@subheading Introduction to Variable Objects
922fbb7b 33755
a2c02241 33756@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
33757
33758Variable objects are "object-oriented" MI interface for examining and
33759changing values of expressions. Unlike some other MI interfaces that
33760work with expressions, variable objects are specifically designed for
33761simple and efficient presentation in the frontend. A variable object
33762is identified by string name. When a variable object is created, the
33763frontend specifies the expression for that variable object. The
33764expression can be a simple variable, or it can be an arbitrary complex
33765expression, and can even involve CPU registers. After creating a
33766variable object, the frontend can invoke other variable object
33767operations---for example to obtain or change the value of a variable
33768object, or to change display format.
33769
33770Variable objects have hierarchical tree structure. Any variable object
33771that corresponds to a composite type, such as structure in C, has
33772a number of child variable objects, for example corresponding to each
33773element of a structure. A child variable object can itself have
33774children, recursively. Recursion ends when we reach
25d5ea92
VP
33775leaf variable objects, which always have built-in types. Child variable
33776objects are created only by explicit request, so if a frontend
33777is not interested in the children of a particular variable object, no
33778child will be created.
c8b2f53c
VP
33779
33780For a leaf variable object it is possible to obtain its value as a
33781string, or set the value from a string. String value can be also
33782obtained for a non-leaf variable object, but it's generally a string
33783that only indicates the type of the object, and does not list its
33784contents. Assignment to a non-leaf variable object is not allowed.
33785
33786A frontend does not need to read the values of all variable objects each time
33787the program stops. Instead, MI provides an update command that lists all
33788variable objects whose values has changed since the last update
33789operation. This considerably reduces the amount of data that must
25d5ea92
VP
33790be transferred to the frontend. As noted above, children variable
33791objects are created on demand, and only leaf variable objects have a
33792real value. As result, gdb will read target memory only for leaf
33793variables that frontend has created.
33794
33795The automatic update is not always desirable. For example, a frontend
33796might want to keep a value of some expression for future reference,
33797and never update it. For another example, fetching memory is
33798relatively slow for embedded targets, so a frontend might want
33799to disable automatic update for the variables that are either not
33800visible on the screen, or ``closed''. This is possible using so
33801called ``frozen variable objects''. Such variable objects are never
33802implicitly updated.
922fbb7b 33803
c3b108f7
VP
33804Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
33805fixed variable object, the expression is parsed when the variable
33806object is created, including associating identifiers to specific
33807variables. The meaning of expression never changes. For a floating
33808variable object the values of variables whose names appear in the
33809expressions are re-evaluated every time in the context of the current
33810frame. Consider this example:
33811
33812@smallexample
33813void do_work(...)
33814@{
33815 struct work_state state;
33816
33817 if (...)
33818 do_work(...);
33819@}
33820@end smallexample
33821
33822If a fixed variable object for the @code{state} variable is created in
7a9dd1b2 33823this function, and we enter the recursive call, the variable
c3b108f7
VP
33824object will report the value of @code{state} in the top-level
33825@code{do_work} invocation. On the other hand, a floating variable
33826object will report the value of @code{state} in the current frame.
33827
33828If an expression specified when creating a fixed variable object
33829refers to a local variable, the variable object becomes bound to the
33830thread and frame in which the variable object is created. When such
33831variable object is updated, @value{GDBN} makes sure that the
33832thread/frame combination the variable object is bound to still exists,
33833and re-evaluates the variable object in context of that thread/frame.
33834
a2c02241
NR
33835The following is the complete set of @sc{gdb/mi} operations defined to
33836access this functionality:
922fbb7b 33837
a2c02241
NR
33838@multitable @columnfractions .4 .6
33839@item @strong{Operation}
33840@tab @strong{Description}
922fbb7b 33841
0cc7d26f
TT
33842@item @code{-enable-pretty-printing}
33843@tab enable Python-based pretty-printing
a2c02241
NR
33844@item @code{-var-create}
33845@tab create a variable object
33846@item @code{-var-delete}
22d8a470 33847@tab delete the variable object and/or its children
a2c02241
NR
33848@item @code{-var-set-format}
33849@tab set the display format of this variable
33850@item @code{-var-show-format}
33851@tab show the display format of this variable
33852@item @code{-var-info-num-children}
33853@tab tells how many children this object has
33854@item @code{-var-list-children}
33855@tab return a list of the object's children
33856@item @code{-var-info-type}
33857@tab show the type of this variable object
33858@item @code{-var-info-expression}
02142340
VP
33859@tab print parent-relative expression that this variable object represents
33860@item @code{-var-info-path-expression}
33861@tab print full expression that this variable object represents
a2c02241
NR
33862@item @code{-var-show-attributes}
33863@tab is this variable editable? does it exist here?
33864@item @code{-var-evaluate-expression}
33865@tab get the value of this variable
33866@item @code{-var-assign}
33867@tab set the value of this variable
33868@item @code{-var-update}
33869@tab update the variable and its children
25d5ea92 33870@item @code{-var-set-frozen}
6b92c0d3 33871@tab set frozenness attribute
0cc7d26f
TT
33872@item @code{-var-set-update-range}
33873@tab set range of children to display on update
a2c02241 33874@end multitable
922fbb7b 33875
a2c02241
NR
33876In the next subsection we describe each operation in detail and suggest
33877how it can be used.
922fbb7b 33878
a2c02241 33879@subheading Description And Use of Operations on Variable Objects
922fbb7b 33880
0cc7d26f
TT
33881@subheading The @code{-enable-pretty-printing} Command
33882@findex -enable-pretty-printing
33883
33884@smallexample
33885-enable-pretty-printing
33886@end smallexample
33887
33888@value{GDBN} allows Python-based visualizers to affect the output of the
33889MI variable object commands. However, because there was no way to
33890implement this in a fully backward-compatible way, a front end must
33891request that this functionality be enabled.
33892
33893Once enabled, this feature cannot be disabled.
33894
33895Note that if Python support has not been compiled into @value{GDBN},
33896this command will still succeed (and do nothing).
33897
f43030c4
TT
33898This feature is currently (as of @value{GDBN} 7.0) experimental, and
33899may work differently in future versions of @value{GDBN}.
33900
a2c02241
NR
33901@subheading The @code{-var-create} Command
33902@findex -var-create
ef21caaf 33903
a2c02241 33904@subsubheading Synopsis
ef21caaf 33905
a2c02241
NR
33906@smallexample
33907 -var-create @{@var{name} | "-"@}
c3b108f7 33908 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
33909@end smallexample
33910
33911This operation creates a variable object, which allows the monitoring of
33912a variable, the result of an expression, a memory cell or a CPU
33913register.
ef21caaf 33914
a2c02241
NR
33915The @var{name} parameter is the string by which the object can be
33916referenced. It must be unique. If @samp{-} is specified, the varobj
33917system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 33918unique provided that one does not specify @var{name} of that format.
a2c02241 33919The command fails if a duplicate name is found.
ef21caaf 33920
a2c02241
NR
33921The frame under which the expression should be evaluated can be
33922specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
33923frame should be used. A @samp{@@} indicates that a floating variable
33924object must be created.
922fbb7b 33925
a2c02241
NR
33926@var{expression} is any expression valid on the current language set (must not
33927begin with a @samp{*}), or one of the following:
922fbb7b 33928
a2c02241
NR
33929@itemize @bullet
33930@item
33931@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 33932
a2c02241
NR
33933@item
33934@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 33935
a2c02241
NR
33936@item
33937@samp{$@var{regname}} --- a CPU register name
33938@end itemize
922fbb7b 33939
0cc7d26f
TT
33940@cindex dynamic varobj
33941A varobj's contents may be provided by a Python-based pretty-printer. In this
33942case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
33943have slightly different semantics in some cases. If the
33944@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
33945will never create a dynamic varobj. This ensures backward
33946compatibility for existing clients.
33947
a2c02241 33948@subsubheading Result
922fbb7b 33949
0cc7d26f
TT
33950This operation returns attributes of the newly-created varobj. These
33951are:
33952
33953@table @samp
33954@item name
33955The name of the varobj.
33956
33957@item numchild
33958The number of children of the varobj. This number is not necessarily
33959reliable for a dynamic varobj. Instead, you must examine the
33960@samp{has_more} attribute.
33961
33962@item value
33963The varobj's scalar value. For a varobj whose type is some sort of
33964aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
33965will not be interesting.
33966
33967@item type
33968The varobj's type. This is a string representation of the type, as
8264ba82
AG
33969would be printed by the @value{GDBN} CLI. If @samp{print object}
33970(@pxref{Print Settings, set print object}) is set to @code{on}, the
33971@emph{actual} (derived) type of the object is shown rather than the
33972@emph{declared} one.
0cc7d26f
TT
33973
33974@item thread-id
33975If a variable object is bound to a specific thread, then this is the
5d5658a1 33976thread's global identifier.
0cc7d26f
TT
33977
33978@item has_more
33979For a dynamic varobj, this indicates whether there appear to be any
33980children available. For a non-dynamic varobj, this will be 0.
33981
33982@item dynamic
33983This attribute will be present and have the value @samp{1} if the
33984varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33985then this attribute will not be present.
33986
33987@item displayhint
33988A dynamic varobj can supply a display hint to the front end. The
33989value comes directly from the Python pretty-printer object's
4c374409 33990@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
33991@end table
33992
33993Typical output will look like this:
922fbb7b
AC
33994
33995@smallexample
0cc7d26f
TT
33996 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
33997 has_more="@var{has_more}"
dcaaae04
NR
33998@end smallexample
33999
a2c02241
NR
34000
34001@subheading The @code{-var-delete} Command
34002@findex -var-delete
922fbb7b
AC
34003
34004@subsubheading Synopsis
34005
34006@smallexample
22d8a470 34007 -var-delete [ -c ] @var{name}
922fbb7b
AC
34008@end smallexample
34009
a2c02241 34010Deletes a previously created variable object and all of its children.
22d8a470 34011With the @samp{-c} option, just deletes the children.
922fbb7b 34012
a2c02241 34013Returns an error if the object @var{name} is not found.
922fbb7b 34014
922fbb7b 34015
a2c02241
NR
34016@subheading The @code{-var-set-format} Command
34017@findex -var-set-format
922fbb7b 34018
a2c02241 34019@subsubheading Synopsis
922fbb7b
AC
34020
34021@smallexample
a2c02241 34022 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
34023@end smallexample
34024
a2c02241
NR
34025Sets the output format for the value of the object @var{name} to be
34026@var{format-spec}.
34027
de051565 34028@anchor{-var-set-format}
a2c02241
NR
34029The syntax for the @var{format-spec} is as follows:
34030
34031@smallexample
34032 @var{format-spec} @expansion{}
1c35a88f 34033 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
a2c02241
NR
34034@end smallexample
34035
c8b2f53c
VP
34036The natural format is the default format choosen automatically
34037based on the variable type (like decimal for an @code{int}, hex
34038for pointers, etc.).
34039
1c35a88f
LM
34040The zero-hexadecimal format has a representation similar to hexadecimal
34041but with padding zeroes to the left of the value. For example, a 32-bit
34042hexadecimal value of 0x1234 would be represented as 0x00001234 in the
34043zero-hexadecimal format.
34044
c8b2f53c
VP
34045For a variable with children, the format is set only on the
34046variable itself, and the children are not affected.
a2c02241
NR
34047
34048@subheading The @code{-var-show-format} Command
34049@findex -var-show-format
922fbb7b
AC
34050
34051@subsubheading Synopsis
34052
34053@smallexample
a2c02241 34054 -var-show-format @var{name}
922fbb7b
AC
34055@end smallexample
34056
a2c02241 34057Returns the format used to display the value of the object @var{name}.
922fbb7b 34058
a2c02241
NR
34059@smallexample
34060 @var{format} @expansion{}
34061 @var{format-spec}
34062@end smallexample
922fbb7b 34063
922fbb7b 34064
a2c02241
NR
34065@subheading The @code{-var-info-num-children} Command
34066@findex -var-info-num-children
34067
34068@subsubheading Synopsis
34069
34070@smallexample
34071 -var-info-num-children @var{name}
34072@end smallexample
34073
34074Returns the number of children of a variable object @var{name}:
34075
34076@smallexample
34077 numchild=@var{n}
34078@end smallexample
34079
0cc7d26f
TT
34080Note that this number is not completely reliable for a dynamic varobj.
34081It will return the current number of children, but more children may
34082be available.
34083
a2c02241
NR
34084
34085@subheading The @code{-var-list-children} Command
34086@findex -var-list-children
34087
34088@subsubheading Synopsis
34089
34090@smallexample
0cc7d26f 34091 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
a2c02241 34092@end smallexample
b569d230 34093@anchor{-var-list-children}
a2c02241
NR
34094
34095Return a list of the children of the specified variable object and
34096create variable objects for them, if they do not already exist. With
f5011d11 34097a single argument or if @var{print-values} has a value of 0 or
a2c02241
NR
34098@code{--no-values}, print only the names of the variables; if
34099@var{print-values} is 1 or @code{--all-values}, also print their
34100values; and if it is 2 or @code{--simple-values} print the name and
34101value for simple data types and just the name for arrays, structures
34102and unions.
922fbb7b 34103
0cc7d26f
TT
34104@var{from} and @var{to}, if specified, indicate the range of children
34105to report. If @var{from} or @var{to} is less than zero, the range is
34106reset and all children will be reported. Otherwise, children starting
34107at @var{from} (zero-based) and up to and excluding @var{to} will be
34108reported.
34109
34110If a child range is requested, it will only affect the current call to
34111@code{-var-list-children}, but not future calls to @code{-var-update}.
34112For this, you must instead use @code{-var-set-update-range}. The
34113intent of this approach is to enable a front end to implement any
34114update approach it likes; for example, scrolling a view may cause the
34115front end to request more children with @code{-var-list-children}, and
34116then the front end could call @code{-var-set-update-range} with a
34117different range to ensure that future updates are restricted to just
34118the visible items.
34119
b569d230
EZ
34120For each child the following results are returned:
34121
34122@table @var
34123
34124@item name
34125Name of the variable object created for this child.
34126
34127@item exp
34128The expression to be shown to the user by the front end to designate this child.
34129For example this may be the name of a structure member.
34130
0cc7d26f
TT
34131For a dynamic varobj, this value cannot be used to form an
34132expression. There is no way to do this at all with a dynamic varobj.
34133
b569d230
EZ
34134For C/C@t{++} structures there are several pseudo children returned to
34135designate access qualifiers. For these pseudo children @var{exp} is
34136@samp{public}, @samp{private}, or @samp{protected}. In this case the
34137type and value are not present.
34138
0cc7d26f
TT
34139A dynamic varobj will not report the access qualifying
34140pseudo-children, regardless of the language. This information is not
34141available at all with a dynamic varobj.
34142
b569d230 34143@item numchild
0cc7d26f
TT
34144Number of children this child has. For a dynamic varobj, this will be
341450.
b569d230
EZ
34146
34147@item type
8264ba82
AG
34148The type of the child. If @samp{print object}
34149(@pxref{Print Settings, set print object}) is set to @code{on}, the
34150@emph{actual} (derived) type of the object is shown rather than the
34151@emph{declared} one.
b569d230
EZ
34152
34153@item value
34154If values were requested, this is the value.
34155
34156@item thread-id
5d5658a1
PA
34157If this variable object is associated with a thread, this is the
34158thread's global thread id. Otherwise this result is not present.
b569d230
EZ
34159
34160@item frozen
34161If the variable object is frozen, this variable will be present with a value of 1.
c78feb39 34162
9df9dbe0
YQ
34163@item displayhint
34164A dynamic varobj can supply a display hint to the front end. The
34165value comes directly from the Python pretty-printer object's
34166@code{display_hint} method. @xref{Pretty Printing API}.
34167
c78feb39
YQ
34168@item dynamic
34169This attribute will be present and have the value @samp{1} if the
34170varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
34171then this attribute will not be present.
34172
b569d230
EZ
34173@end table
34174
0cc7d26f
TT
34175The result may have its own attributes:
34176
34177@table @samp
34178@item displayhint
34179A dynamic varobj can supply a display hint to the front end. The
34180value comes directly from the Python pretty-printer object's
4c374409 34181@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
34182
34183@item has_more
34184This is an integer attribute which is nonzero if there are children
34185remaining after the end of the selected range.
34186@end table
34187
922fbb7b
AC
34188@subsubheading Example
34189
34190@smallexample
594fe323 34191(gdb)
a2c02241 34192 -var-list-children n
b569d230 34193 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 34194 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 34195(gdb)
a2c02241 34196 -var-list-children --all-values n
b569d230 34197 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 34198 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
34199@end smallexample
34200
922fbb7b 34201
a2c02241
NR
34202@subheading The @code{-var-info-type} Command
34203@findex -var-info-type
922fbb7b 34204
a2c02241
NR
34205@subsubheading Synopsis
34206
34207@smallexample
34208 -var-info-type @var{name}
34209@end smallexample
34210
34211Returns the type of the specified variable @var{name}. The type is
34212returned as a string in the same format as it is output by the
34213@value{GDBN} CLI:
34214
34215@smallexample
34216 type=@var{typename}
34217@end smallexample
34218
34219
34220@subheading The @code{-var-info-expression} Command
34221@findex -var-info-expression
922fbb7b
AC
34222
34223@subsubheading Synopsis
34224
34225@smallexample
a2c02241 34226 -var-info-expression @var{name}
922fbb7b
AC
34227@end smallexample
34228
02142340
VP
34229Returns a string that is suitable for presenting this
34230variable object in user interface. The string is generally
34231not valid expression in the current language, and cannot be evaluated.
34232
34233For example, if @code{a} is an array, and variable object
34234@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 34235
a2c02241 34236@smallexample
02142340
VP
34237(gdb) -var-info-expression A.1
34238^done,lang="C",exp="1"
a2c02241 34239@end smallexample
922fbb7b 34240
a2c02241 34241@noindent
fa4d0c40
YQ
34242Here, the value of @code{lang} is the language name, which can be
34243found in @ref{Supported Languages}.
02142340
VP
34244
34245Note that the output of the @code{-var-list-children} command also
34246includes those expressions, so the @code{-var-info-expression} command
34247is of limited use.
34248
34249@subheading The @code{-var-info-path-expression} Command
34250@findex -var-info-path-expression
34251
34252@subsubheading Synopsis
34253
34254@smallexample
34255 -var-info-path-expression @var{name}
34256@end smallexample
34257
34258Returns an expression that can be evaluated in the current
34259context and will yield the same value that a variable object has.
34260Compare this with the @code{-var-info-expression} command, which
34261result can be used only for UI presentation. Typical use of
34262the @code{-var-info-path-expression} command is creating a
34263watchpoint from a variable object.
34264
0cc7d26f
TT
34265This command is currently not valid for children of a dynamic varobj,
34266and will give an error when invoked on one.
34267
02142340
VP
34268For example, suppose @code{C} is a C@t{++} class, derived from class
34269@code{Base}, and that the @code{Base} class has a member called
34270@code{m_size}. Assume a variable @code{c} is has the type of
34271@code{C} and a variable object @code{C} was created for variable
34272@code{c}. Then, we'll get this output:
34273@smallexample
34274(gdb) -var-info-path-expression C.Base.public.m_size
34275^done,path_expr=((Base)c).m_size)
34276@end smallexample
922fbb7b 34277
a2c02241
NR
34278@subheading The @code{-var-show-attributes} Command
34279@findex -var-show-attributes
922fbb7b 34280
a2c02241 34281@subsubheading Synopsis
922fbb7b 34282
a2c02241
NR
34283@smallexample
34284 -var-show-attributes @var{name}
34285@end smallexample
922fbb7b 34286
a2c02241 34287List attributes of the specified variable object @var{name}:
922fbb7b
AC
34288
34289@smallexample
a2c02241 34290 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
34291@end smallexample
34292
a2c02241
NR
34293@noindent
34294where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
34295
34296@subheading The @code{-var-evaluate-expression} Command
34297@findex -var-evaluate-expression
34298
34299@subsubheading Synopsis
34300
34301@smallexample
de051565 34302 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
34303@end smallexample
34304
34305Evaluates the expression that is represented by the specified variable
de051565
MK
34306object and returns its value as a string. The format of the string
34307can be specified with the @samp{-f} option. The possible values of
34308this option are the same as for @code{-var-set-format}
34309(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
34310the current display format will be used. The current display format
34311can be changed using the @code{-var-set-format} command.
a2c02241
NR
34312
34313@smallexample
34314 value=@var{value}
34315@end smallexample
34316
34317Note that one must invoke @code{-var-list-children} for a variable
34318before the value of a child variable can be evaluated.
34319
34320@subheading The @code{-var-assign} Command
34321@findex -var-assign
34322
34323@subsubheading Synopsis
34324
34325@smallexample
34326 -var-assign @var{name} @var{expression}
34327@end smallexample
34328
34329Assigns the value of @var{expression} to the variable object specified
34330by @var{name}. The object must be @samp{editable}. If the variable's
34331value is altered by the assign, the variable will show up in any
34332subsequent @code{-var-update} list.
34333
34334@subsubheading Example
922fbb7b
AC
34335
34336@smallexample
594fe323 34337(gdb)
a2c02241
NR
34338-var-assign var1 3
34339^done,value="3"
594fe323 34340(gdb)
a2c02241
NR
34341-var-update *
34342^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 34343(gdb)
922fbb7b
AC
34344@end smallexample
34345
a2c02241
NR
34346@subheading The @code{-var-update} Command
34347@findex -var-update
34348
34349@subsubheading Synopsis
34350
34351@smallexample
34352 -var-update [@var{print-values}] @{@var{name} | "*"@}
34353@end smallexample
34354
c8b2f53c
VP
34355Reevaluate the expressions corresponding to the variable object
34356@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
34357list of variable objects whose values have changed; @var{name} must
34358be a root variable object. Here, ``changed'' means that the result of
34359@code{-var-evaluate-expression} before and after the
34360@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
34361object names, all existing variable objects are updated, except
34362for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 34363@var{print-values} determines whether both names and values, or just
de051565 34364names are printed. The possible values of this option are the same
36ece8b3
NR
34365as for @code{-var-list-children} (@pxref{-var-list-children}). It is
34366recommended to use the @samp{--all-values} option, to reduce the
34367number of MI commands needed on each program stop.
c8b2f53c 34368
c3b108f7
VP
34369With the @samp{*} parameter, if a variable object is bound to a
34370currently running thread, it will not be updated, without any
34371diagnostic.
a2c02241 34372
0cc7d26f
TT
34373If @code{-var-set-update-range} was previously used on a varobj, then
34374only the selected range of children will be reported.
922fbb7b 34375
0cc7d26f
TT
34376@code{-var-update} reports all the changed varobjs in a tuple named
34377@samp{changelist}.
34378
34379Each item in the change list is itself a tuple holding:
34380
34381@table @samp
34382@item name
34383The name of the varobj.
34384
34385@item value
34386If values were requested for this update, then this field will be
34387present and will hold the value of the varobj.
922fbb7b 34388
0cc7d26f 34389@item in_scope
9f708cb2 34390@anchor{-var-update}
0cc7d26f 34391This field is a string which may take one of three values:
36ece8b3
NR
34392
34393@table @code
34394@item "true"
34395The variable object's current value is valid.
34396
34397@item "false"
34398The variable object does not currently hold a valid value but it may
34399hold one in the future if its associated expression comes back into
34400scope.
34401
34402@item "invalid"
34403The variable object no longer holds a valid value.
34404This can occur when the executable file being debugged has changed,
34405either through recompilation or by using the @value{GDBN} @code{file}
34406command. The front end should normally choose to delete these variable
34407objects.
34408@end table
34409
34410In the future new values may be added to this list so the front should
34411be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
34412
0cc7d26f
TT
34413@item type_changed
34414This is only present if the varobj is still valid. If the type
34415changed, then this will be the string @samp{true}; otherwise it will
34416be @samp{false}.
34417
7191c139
JB
34418When a varobj's type changes, its children are also likely to have
34419become incorrect. Therefore, the varobj's children are automatically
34420deleted when this attribute is @samp{true}. Also, the varobj's update
34421range, when set using the @code{-var-set-update-range} command, is
34422unset.
34423
0cc7d26f
TT
34424@item new_type
34425If the varobj's type changed, then this field will be present and will
34426hold the new type.
34427
34428@item new_num_children
34429For a dynamic varobj, if the number of children changed, or if the
34430type changed, this will be the new number of children.
34431
34432The @samp{numchild} field in other varobj responses is generally not
34433valid for a dynamic varobj -- it will show the number of children that
34434@value{GDBN} knows about, but because dynamic varobjs lazily
34435instantiate their children, this will not reflect the number of
34436children which may be available.
34437
34438The @samp{new_num_children} attribute only reports changes to the
34439number of children known by @value{GDBN}. This is the only way to
34440detect whether an update has removed children (which necessarily can
34441only happen at the end of the update range).
34442
34443@item displayhint
34444The display hint, if any.
34445
34446@item has_more
34447This is an integer value, which will be 1 if there are more children
34448available outside the varobj's update range.
34449
34450@item dynamic
34451This attribute will be present and have the value @samp{1} if the
34452varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
34453then this attribute will not be present.
34454
34455@item new_children
34456If new children were added to a dynamic varobj within the selected
34457update range (as set by @code{-var-set-update-range}), then they will
34458be listed in this attribute.
34459@end table
34460
34461@subsubheading Example
34462
34463@smallexample
34464(gdb)
34465-var-assign var1 3
34466^done,value="3"
34467(gdb)
34468-var-update --all-values var1
34469^done,changelist=[@{name="var1",value="3",in_scope="true",
34470type_changed="false"@}]
34471(gdb)
34472@end smallexample
34473
25d5ea92
VP
34474@subheading The @code{-var-set-frozen} Command
34475@findex -var-set-frozen
9f708cb2 34476@anchor{-var-set-frozen}
25d5ea92
VP
34477
34478@subsubheading Synopsis
34479
34480@smallexample
9f708cb2 34481 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
34482@end smallexample
34483
9f708cb2 34484Set the frozenness flag on the variable object @var{name}. The
25d5ea92 34485@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 34486frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 34487frozen, then neither itself, nor any of its children, are
9f708cb2 34488implicitly updated by @code{-var-update} of
25d5ea92
VP
34489a parent variable or by @code{-var-update *}. Only
34490@code{-var-update} of the variable itself will update its value and
34491values of its children. After a variable object is unfrozen, it is
34492implicitly updated by all subsequent @code{-var-update} operations.
34493Unfreezing a variable does not update it, only subsequent
34494@code{-var-update} does.
34495
34496@subsubheading Example
34497
34498@smallexample
34499(gdb)
34500-var-set-frozen V 1
34501^done
34502(gdb)
34503@end smallexample
34504
0cc7d26f
TT
34505@subheading The @code{-var-set-update-range} command
34506@findex -var-set-update-range
34507@anchor{-var-set-update-range}
34508
34509@subsubheading Synopsis
34510
34511@smallexample
34512 -var-set-update-range @var{name} @var{from} @var{to}
34513@end smallexample
34514
34515Set the range of children to be returned by future invocations of
34516@code{-var-update}.
34517
34518@var{from} and @var{to} indicate the range of children to report. If
34519@var{from} or @var{to} is less than zero, the range is reset and all
34520children will be reported. Otherwise, children starting at @var{from}
34521(zero-based) and up to and excluding @var{to} will be reported.
34522
34523@subsubheading Example
34524
34525@smallexample
34526(gdb)
34527-var-set-update-range V 1 2
34528^done
34529@end smallexample
34530
b6313243
TT
34531@subheading The @code{-var-set-visualizer} command
34532@findex -var-set-visualizer
34533@anchor{-var-set-visualizer}
34534
34535@subsubheading Synopsis
34536
34537@smallexample
34538 -var-set-visualizer @var{name} @var{visualizer}
34539@end smallexample
34540
34541Set a visualizer for the variable object @var{name}.
34542
34543@var{visualizer} is the visualizer to use. The special value
34544@samp{None} means to disable any visualizer in use.
34545
34546If not @samp{None}, @var{visualizer} must be a Python expression.
34547This expression must evaluate to a callable object which accepts a
34548single argument. @value{GDBN} will call this object with the value of
34549the varobj @var{name} as an argument (this is done so that the same
34550Python pretty-printing code can be used for both the CLI and MI).
34551When called, this object must return an object which conforms to the
4c374409 34552pretty-printing interface (@pxref{Pretty Printing API}).
b6313243
TT
34553
34554The pre-defined function @code{gdb.default_visualizer} may be used to
34555select a visualizer by following the built-in process
34556(@pxref{Selecting Pretty-Printers}). This is done automatically when
34557a varobj is created, and so ordinarily is not needed.
34558
34559This feature is only available if Python support is enabled. The MI
d192b373 34560command @code{-list-features} (@pxref{GDB/MI Support Commands})
b6313243
TT
34561can be used to check this.
34562
34563@subsubheading Example
34564
34565Resetting the visualizer:
34566
34567@smallexample
34568(gdb)
34569-var-set-visualizer V None
34570^done
34571@end smallexample
34572
34573Reselecting the default (type-based) visualizer:
34574
34575@smallexample
34576(gdb)
34577-var-set-visualizer V gdb.default_visualizer
34578^done
34579@end smallexample
34580
34581Suppose @code{SomeClass} is a visualizer class. A lambda expression
34582can be used to instantiate this class for a varobj:
34583
34584@smallexample
34585(gdb)
34586-var-set-visualizer V "lambda val: SomeClass()"
34587^done
34588@end smallexample
25d5ea92 34589
a2c02241
NR
34590@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34591@node GDB/MI Data Manipulation
34592@section @sc{gdb/mi} Data Manipulation
922fbb7b 34593
a2c02241
NR
34594@cindex data manipulation, in @sc{gdb/mi}
34595@cindex @sc{gdb/mi}, data manipulation
34596This section describes the @sc{gdb/mi} commands that manipulate data:
34597examine memory and registers, evaluate expressions, etc.
34598
a86c90e6
SM
34599For details about what an addressable memory unit is,
34600@pxref{addressable memory unit}.
34601
a2c02241
NR
34602@c REMOVED FROM THE INTERFACE.
34603@c @subheading -data-assign
34604@c Change the value of a program variable. Plenty of side effects.
79a6e687 34605@c @subsubheading GDB Command
a2c02241
NR
34606@c set variable
34607@c @subsubheading Example
34608@c N.A.
34609
34610@subheading The @code{-data-disassemble} Command
34611@findex -data-disassemble
922fbb7b
AC
34612
34613@subsubheading Synopsis
34614
34615@smallexample
a2c02241
NR
34616 -data-disassemble
34617 [ -s @var{start-addr} -e @var{end-addr} ]
26fb3983 34618 | [ -a @var{addr} ]
a2c02241
NR
34619 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
34620 -- @var{mode}
922fbb7b
AC
34621@end smallexample
34622
a2c02241
NR
34623@noindent
34624Where:
34625
34626@table @samp
34627@item @var{start-addr}
34628is the beginning address (or @code{$pc})
34629@item @var{end-addr}
34630is the end address
26fb3983
JV
34631@item @var{addr}
34632is an address anywhere within (or the name of) the function to
34633disassemble. If an address is specified, the whole function
34634surrounding that address will be disassembled. If a name is
34635specified, the whole function with that name will be disassembled.
a2c02241
NR
34636@item @var{filename}
34637is the name of the file to disassemble
34638@item @var{linenum}
34639is the line number to disassemble around
34640@item @var{lines}
d3e8051b 34641is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
34642the whole function will be disassembled, in case no @var{end-addr} is
34643specified. If @var{end-addr} is specified as a non-zero value, and
34644@var{lines} is lower than the number of disassembly lines between
34645@var{start-addr} and @var{end-addr}, only @var{lines} lines are
34646displayed; if @var{lines} is higher than the number of lines between
34647@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
34648are displayed.
34649@item @var{mode}
6ff0ba5f
DE
34650is one of:
34651@itemize @bullet
34652@item 0 disassembly only
34653@item 1 mixed source and disassembly (deprecated)
34654@item 2 disassembly with raw opcodes
34655@item 3 mixed source and disassembly with raw opcodes (deprecated)
34656@item 4 mixed source and disassembly
34657@item 5 mixed source and disassembly with raw opcodes
34658@end itemize
34659
34660Modes 1 and 3 are deprecated. The output is ``source centric''
34661which hasn't proved useful in practice.
34662@xref{Machine Code}, for a discussion of the difference between
34663@code{/m} and @code{/s} output of the @code{disassemble} command.
a2c02241
NR
34664@end table
34665
34666@subsubheading Result
34667
ed8a1c2d
AB
34668The result of the @code{-data-disassemble} command will be a list named
34669@samp{asm_insns}, the contents of this list depend on the @var{mode}
34670used with the @code{-data-disassemble} command.
a2c02241 34671
ed8a1c2d
AB
34672For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
34673following fields:
34674
34675@table @code
34676@item address
34677The address at which this instruction was disassembled.
34678
34679@item func-name
34680The name of the function this instruction is within.
34681
34682@item offset
34683The decimal offset in bytes from the start of @samp{func-name}.
34684
34685@item inst
34686The text disassembly for this @samp{address}.
34687
34688@item opcodes
6ff0ba5f 34689This field is only present for modes 2, 3 and 5. This contains the raw opcode
ed8a1c2d
AB
34690bytes for the @samp{inst} field.
34691
34692@end table
34693
6ff0ba5f 34694For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
ed8a1c2d 34695@samp{src_and_asm_line}, each of which has the following fields:
a2c02241 34696
ed8a1c2d
AB
34697@table @code
34698@item line
34699The line number within @samp{file}.
34700
34701@item file
34702The file name from the compilation unit. This might be an absolute
34703file name or a relative file name depending on the compile command
34704used.
34705
34706@item fullname
f35a17b5
JK
34707Absolute file name of @samp{file}. It is converted to a canonical form
34708using the source file search path
34709(@pxref{Source Path, ,Specifying Source Directories})
34710and after resolving all the symbolic links.
34711
34712If the source file is not found this field will contain the path as
34713present in the debug information.
ed8a1c2d
AB
34714
34715@item line_asm_insn
34716This is a list of tuples containing the disassembly for @samp{line} in
34717@samp{file}. The fields of each tuple are the same as for
34718@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
34719@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
34720@samp{opcodes}.
34721
34722@end table
34723
34724Note that whatever included in the @samp{inst} field, is not
34725manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
34726adjust its format.
922fbb7b
AC
34727
34728@subsubheading @value{GDBN} Command
34729
ed8a1c2d 34730The corresponding @value{GDBN} command is @samp{disassemble}.
922fbb7b
AC
34731
34732@subsubheading Example
34733
a2c02241
NR
34734Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
34735
922fbb7b 34736@smallexample
594fe323 34737(gdb)
a2c02241
NR
34738-data-disassemble -s $pc -e "$pc + 20" -- 0
34739^done,
34740asm_insns=[
34741@{address="0x000107c0",func-name="main",offset="4",
34742inst="mov 2, %o0"@},
34743@{address="0x000107c4",func-name="main",offset="8",
34744inst="sethi %hi(0x11800), %o2"@},
34745@{address="0x000107c8",func-name="main",offset="12",
34746inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
34747@{address="0x000107cc",func-name="main",offset="16",
34748inst="sethi %hi(0x11800), %o2"@},
34749@{address="0x000107d0",func-name="main",offset="20",
34750inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 34751(gdb)
a2c02241
NR
34752@end smallexample
34753
34754Disassemble the whole @code{main} function. Line 32 is part of
34755@code{main}.
34756
34757@smallexample
34758-data-disassemble -f basics.c -l 32 -- 0
34759^done,asm_insns=[
34760@{address="0x000107bc",func-name="main",offset="0",
34761inst="save %sp, -112, %sp"@},
34762@{address="0x000107c0",func-name="main",offset="4",
34763inst="mov 2, %o0"@},
34764@{address="0x000107c4",func-name="main",offset="8",
34765inst="sethi %hi(0x11800), %o2"@},
34766[@dots{}]
34767@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
34768@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 34769(gdb)
922fbb7b
AC
34770@end smallexample
34771
a2c02241 34772Disassemble 3 instructions from the start of @code{main}:
922fbb7b 34773
a2c02241 34774@smallexample
594fe323 34775(gdb)
a2c02241
NR
34776-data-disassemble -f basics.c -l 32 -n 3 -- 0
34777^done,asm_insns=[
34778@{address="0x000107bc",func-name="main",offset="0",
34779inst="save %sp, -112, %sp"@},
34780@{address="0x000107c0",func-name="main",offset="4",
34781inst="mov 2, %o0"@},
34782@{address="0x000107c4",func-name="main",offset="8",
34783inst="sethi %hi(0x11800), %o2"@}]
594fe323 34784(gdb)
a2c02241
NR
34785@end smallexample
34786
34787Disassemble 3 instructions from the start of @code{main} in mixed mode:
34788
34789@smallexample
594fe323 34790(gdb)
a2c02241
NR
34791-data-disassemble -f basics.c -l 32 -n 3 -- 1
34792^done,asm_insns=[
34793src_and_asm_line=@{line="31",
ed8a1c2d
AB
34794file="../../../src/gdb/testsuite/gdb.mi/basics.c",
34795fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
34796line_asm_insn=[@{address="0x000107bc",
34797func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
a2c02241 34798src_and_asm_line=@{line="32",
ed8a1c2d
AB
34799file="../../../src/gdb/testsuite/gdb.mi/basics.c",
34800fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
34801line_asm_insn=[@{address="0x000107c0",
34802func-name="main",offset="4",inst="mov 2, %o0"@},
a2c02241
NR
34803@{address="0x000107c4",func-name="main",offset="8",
34804inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 34805(gdb)
a2c02241
NR
34806@end smallexample
34807
34808
34809@subheading The @code{-data-evaluate-expression} Command
34810@findex -data-evaluate-expression
922fbb7b
AC
34811
34812@subsubheading Synopsis
34813
34814@smallexample
a2c02241 34815 -data-evaluate-expression @var{expr}
922fbb7b
AC
34816@end smallexample
34817
a2c02241
NR
34818Evaluate @var{expr} as an expression. The expression could contain an
34819inferior function call. The function call will execute synchronously.
34820If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
34821
34822@subsubheading @value{GDBN} Command
34823
a2c02241
NR
34824The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
34825@samp{call}. In @code{gdbtk} only, there's a corresponding
34826@samp{gdb_eval} command.
922fbb7b
AC
34827
34828@subsubheading Example
34829
a2c02241
NR
34830In the following example, the numbers that precede the commands are the
34831@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
34832Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
34833output.
34834
922fbb7b 34835@smallexample
a2c02241
NR
34836211-data-evaluate-expression A
34837211^done,value="1"
594fe323 34838(gdb)
a2c02241
NR
34839311-data-evaluate-expression &A
34840311^done,value="0xefffeb7c"
594fe323 34841(gdb)
a2c02241
NR
34842411-data-evaluate-expression A+3
34843411^done,value="4"
594fe323 34844(gdb)
a2c02241
NR
34845511-data-evaluate-expression "A + 3"
34846511^done,value="4"
594fe323 34847(gdb)
a2c02241 34848@end smallexample
922fbb7b
AC
34849
34850
a2c02241
NR
34851@subheading The @code{-data-list-changed-registers} Command
34852@findex -data-list-changed-registers
922fbb7b
AC
34853
34854@subsubheading Synopsis
34855
34856@smallexample
a2c02241 34857 -data-list-changed-registers
922fbb7b
AC
34858@end smallexample
34859
a2c02241 34860Display a list of the registers that have changed.
922fbb7b
AC
34861
34862@subsubheading @value{GDBN} Command
34863
a2c02241
NR
34864@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
34865has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
34866
34867@subsubheading Example
922fbb7b 34868
a2c02241 34869On a PPC MBX board:
922fbb7b
AC
34870
34871@smallexample
594fe323 34872(gdb)
a2c02241
NR
34873-exec-continue
34874^running
922fbb7b 34875
594fe323 34876(gdb)
a47ec5fe
AR
34877*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
34878func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
6d52907e 34879line="5",arch="powerpc"@}
594fe323 34880(gdb)
a2c02241
NR
34881-data-list-changed-registers
34882^done,changed-registers=["0","1","2","4","5","6","7","8","9",
34883"10","11","13","14","15","16","17","18","19","20","21","22","23",
34884"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 34885(gdb)
a2c02241 34886@end smallexample
922fbb7b
AC
34887
34888
a2c02241
NR
34889@subheading The @code{-data-list-register-names} Command
34890@findex -data-list-register-names
922fbb7b
AC
34891
34892@subsubheading Synopsis
34893
34894@smallexample
a2c02241 34895 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
34896@end smallexample
34897
a2c02241
NR
34898Show a list of register names for the current target. If no arguments
34899are given, it shows a list of the names of all the registers. If
34900integer numbers are given as arguments, it will print a list of the
34901names of the registers corresponding to the arguments. To ensure
34902consistency between a register name and its number, the output list may
34903include empty register names.
922fbb7b
AC
34904
34905@subsubheading @value{GDBN} Command
34906
a2c02241
NR
34907@value{GDBN} does not have a command which corresponds to
34908@samp{-data-list-register-names}. In @code{gdbtk} there is a
34909corresponding command @samp{gdb_regnames}.
922fbb7b
AC
34910
34911@subsubheading Example
922fbb7b 34912
a2c02241
NR
34913For the PPC MBX board:
34914@smallexample
594fe323 34915(gdb)
a2c02241
NR
34916-data-list-register-names
34917^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
34918"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
34919"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
34920"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
34921"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
34922"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
34923"", "pc","ps","cr","lr","ctr","xer"]
594fe323 34924(gdb)
a2c02241
NR
34925-data-list-register-names 1 2 3
34926^done,register-names=["r1","r2","r3"]
594fe323 34927(gdb)
a2c02241 34928@end smallexample
922fbb7b 34929
a2c02241
NR
34930@subheading The @code{-data-list-register-values} Command
34931@findex -data-list-register-values
922fbb7b
AC
34932
34933@subsubheading Synopsis
34934
34935@smallexample
c898adb7
YQ
34936 -data-list-register-values
34937 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
34938@end smallexample
34939
697aa1b7
EZ
34940Display the registers' contents. The format according to which the
34941registers' contents are to be returned is given by @var{fmt}, followed
34942by an optional list of numbers specifying the registers to display. A
34943missing list of numbers indicates that the contents of all the
34944registers must be returned. The @code{--skip-unavailable} option
34945indicates that only the available registers are to be returned.
a2c02241
NR
34946
34947Allowed formats for @var{fmt} are:
34948
34949@table @code
34950@item x
34951Hexadecimal
34952@item o
34953Octal
34954@item t
34955Binary
34956@item d
34957Decimal
34958@item r
34959Raw
34960@item N
34961Natural
34962@end table
922fbb7b
AC
34963
34964@subsubheading @value{GDBN} Command
34965
a2c02241
NR
34966The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
34967all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
34968
34969@subsubheading Example
922fbb7b 34970
a2c02241
NR
34971For a PPC MBX board (note: line breaks are for readability only, they
34972don't appear in the actual output):
34973
34974@smallexample
594fe323 34975(gdb)
a2c02241
NR
34976-data-list-register-values r 64 65
34977^done,register-values=[@{number="64",value="0xfe00a300"@},
34978@{number="65",value="0x00029002"@}]
594fe323 34979(gdb)
a2c02241
NR
34980-data-list-register-values x
34981^done,register-values=[@{number="0",value="0xfe0043c8"@},
34982@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
34983@{number="3",value="0x0"@},@{number="4",value="0xa"@},
34984@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
34985@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
34986@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
34987@{number="11",value="0x1"@},@{number="12",value="0x0"@},
34988@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
34989@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
34990@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
34991@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
34992@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
34993@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
34994@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
34995@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
34996@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
34997@{number="31",value="0x0"@},@{number="32",value="0x0"@},
34998@{number="33",value="0x0"@},@{number="34",value="0x0"@},
34999@{number="35",value="0x0"@},@{number="36",value="0x0"@},
35000@{number="37",value="0x0"@},@{number="38",value="0x0"@},
35001@{number="39",value="0x0"@},@{number="40",value="0x0"@},
35002@{number="41",value="0x0"@},@{number="42",value="0x0"@},
35003@{number="43",value="0x0"@},@{number="44",value="0x0"@},
35004@{number="45",value="0x0"@},@{number="46",value="0x0"@},
35005@{number="47",value="0x0"@},@{number="48",value="0x0"@},
35006@{number="49",value="0x0"@},@{number="50",value="0x0"@},
35007@{number="51",value="0x0"@},@{number="52",value="0x0"@},
35008@{number="53",value="0x0"@},@{number="54",value="0x0"@},
35009@{number="55",value="0x0"@},@{number="56",value="0x0"@},
35010@{number="57",value="0x0"@},@{number="58",value="0x0"@},
35011@{number="59",value="0x0"@},@{number="60",value="0x0"@},
35012@{number="61",value="0x0"@},@{number="62",value="0x0"@},
35013@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
35014@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
35015@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
35016@{number="69",value="0x20002b03"@}]
594fe323 35017(gdb)
a2c02241 35018@end smallexample
922fbb7b 35019
a2c02241
NR
35020
35021@subheading The @code{-data-read-memory} Command
35022@findex -data-read-memory
922fbb7b 35023
8dedea02
VP
35024This command is deprecated, use @code{-data-read-memory-bytes} instead.
35025
922fbb7b
AC
35026@subsubheading Synopsis
35027
35028@smallexample
a2c02241
NR
35029 -data-read-memory [ -o @var{byte-offset} ]
35030 @var{address} @var{word-format} @var{word-size}
35031 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
35032@end smallexample
35033
a2c02241
NR
35034@noindent
35035where:
922fbb7b 35036
a2c02241
NR
35037@table @samp
35038@item @var{address}
35039An expression specifying the address of the first memory word to be
35040read. Complex expressions containing embedded white space should be
35041quoted using the C convention.
922fbb7b 35042
a2c02241
NR
35043@item @var{word-format}
35044The format to be used to print the memory words. The notation is the
35045same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 35046,Output Formats}).
922fbb7b 35047
a2c02241
NR
35048@item @var{word-size}
35049The size of each memory word in bytes.
922fbb7b 35050
a2c02241
NR
35051@item @var{nr-rows}
35052The number of rows in the output table.
922fbb7b 35053
a2c02241
NR
35054@item @var{nr-cols}
35055The number of columns in the output table.
922fbb7b 35056
a2c02241
NR
35057@item @var{aschar}
35058If present, indicates that each row should include an @sc{ascii} dump. The
35059value of @var{aschar} is used as a padding character when a byte is not a
35060member of the printable @sc{ascii} character set (printable @sc{ascii}
35061characters are those whose code is between 32 and 126, inclusively).
922fbb7b 35062
a2c02241
NR
35063@item @var{byte-offset}
35064An offset to add to the @var{address} before fetching memory.
35065@end table
922fbb7b 35066
a2c02241
NR
35067This command displays memory contents as a table of @var{nr-rows} by
35068@var{nr-cols} words, each word being @var{word-size} bytes. In total,
35069@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
35070(returned as @samp{total-bytes}). Should less than the requested number
35071of bytes be returned by the target, the missing words are identified
35072using @samp{N/A}. The number of bytes read from the target is returned
35073in @samp{nr-bytes} and the starting address used to read memory in
35074@samp{addr}.
35075
35076The address of the next/previous row or page is available in
35077@samp{next-row} and @samp{prev-row}, @samp{next-page} and
35078@samp{prev-page}.
922fbb7b
AC
35079
35080@subsubheading @value{GDBN} Command
35081
a2c02241
NR
35082The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
35083@samp{gdb_get_mem} memory read command.
922fbb7b
AC
35084
35085@subsubheading Example
32e7087d 35086
a2c02241
NR
35087Read six bytes of memory starting at @code{bytes+6} but then offset by
35088@code{-6} bytes. Format as three rows of two columns. One byte per
35089word. Display each word in hex.
32e7087d
JB
35090
35091@smallexample
594fe323 35092(gdb)
a2c02241
NR
350939-data-read-memory -o -6 -- bytes+6 x 1 3 2
350949^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
35095next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
35096prev-page="0x0000138a",memory=[
35097@{addr="0x00001390",data=["0x00","0x01"]@},
35098@{addr="0x00001392",data=["0x02","0x03"]@},
35099@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 35100(gdb)
32e7087d
JB
35101@end smallexample
35102
a2c02241
NR
35103Read two bytes of memory starting at address @code{shorts + 64} and
35104display as a single word formatted in decimal.
32e7087d 35105
32e7087d 35106@smallexample
594fe323 35107(gdb)
a2c02241
NR
351085-data-read-memory shorts+64 d 2 1 1
351095^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
35110next-row="0x00001512",prev-row="0x0000150e",
35111next-page="0x00001512",prev-page="0x0000150e",memory=[
35112@{addr="0x00001510",data=["128"]@}]
594fe323 35113(gdb)
32e7087d
JB
35114@end smallexample
35115
a2c02241
NR
35116Read thirty two bytes of memory starting at @code{bytes+16} and format
35117as eight rows of four columns. Include a string encoding with @samp{x}
35118used as the non-printable character.
922fbb7b
AC
35119
35120@smallexample
594fe323 35121(gdb)
a2c02241
NR
351224-data-read-memory bytes+16 x 1 8 4 x
351234^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
35124next-row="0x000013c0",prev-row="0x0000139c",
35125next-page="0x000013c0",prev-page="0x00001380",memory=[
35126@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
35127@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
35128@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
35129@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
35130@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
35131@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
35132@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
35133@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 35134(gdb)
922fbb7b
AC
35135@end smallexample
35136
8dedea02
VP
35137@subheading The @code{-data-read-memory-bytes} Command
35138@findex -data-read-memory-bytes
35139
35140@subsubheading Synopsis
35141
35142@smallexample
a86c90e6 35143 -data-read-memory-bytes [ -o @var{offset} ]
8dedea02
VP
35144 @var{address} @var{count}
35145@end smallexample
35146
35147@noindent
35148where:
35149
35150@table @samp
35151@item @var{address}
a86c90e6
SM
35152An expression specifying the address of the first addressable memory unit
35153to be read. Complex expressions containing embedded white space should be
8dedea02
VP
35154quoted using the C convention.
35155
35156@item @var{count}
a86c90e6
SM
35157The number of addressable memory units to read. This should be an integer
35158literal.
8dedea02 35159
a86c90e6
SM
35160@item @var{offset}
35161The offset relative to @var{address} at which to start reading. This
35162should be an integer literal. This option is provided so that a frontend
35163is not required to first evaluate address and then perform address
35164arithmetics itself.
8dedea02
VP
35165
35166@end table
35167
35168This command attempts to read all accessible memory regions in the
35169specified range. First, all regions marked as unreadable in the memory
35170map (if one is defined) will be skipped. @xref{Memory Region
35171Attributes}. Second, @value{GDBN} will attempt to read the remaining
35172regions. For each one, if reading full region results in an errors,
35173@value{GDBN} will try to read a subset of the region.
35174
a86c90e6
SM
35175In general, every single memory unit in the region may be readable or not,
35176and the only way to read every readable unit is to try a read at
8dedea02 35177every address, which is not practical. Therefore, @value{GDBN} will
a86c90e6 35178attempt to read all accessible memory units at either beginning or the end
8dedea02 35179of the region, using a binary division scheme. This heuristic works
6b92c0d3 35180well for reading across a memory map boundary. Note that if a region
8dedea02
VP
35181has a readable range that is neither at the beginning or the end,
35182@value{GDBN} will not read it.
35183
35184The result record (@pxref{GDB/MI Result Records}) that is output of
35185the command includes a field named @samp{memory} whose content is a
35186list of tuples. Each tuple represent a successfully read memory block
35187and has the following fields:
35188
35189@table @code
35190@item begin
35191The start address of the memory block, as hexadecimal literal.
35192
35193@item end
35194The end address of the memory block, as hexadecimal literal.
35195
35196@item offset
35197The offset of the memory block, as hexadecimal literal, relative to
35198the start address passed to @code{-data-read-memory-bytes}.
35199
35200@item contents
35201The contents of the memory block, in hex.
35202
35203@end table
35204
35205
35206
35207@subsubheading @value{GDBN} Command
35208
35209The corresponding @value{GDBN} command is @samp{x}.
35210
35211@subsubheading Example
35212
35213@smallexample
35214(gdb)
35215-data-read-memory-bytes &a 10
35216^done,memory=[@{begin="0xbffff154",offset="0x00000000",
35217 end="0xbffff15e",
35218 contents="01000000020000000300"@}]
35219(gdb)
35220@end smallexample
35221
35222
35223@subheading The @code{-data-write-memory-bytes} Command
35224@findex -data-write-memory-bytes
35225
35226@subsubheading Synopsis
35227
35228@smallexample
35229 -data-write-memory-bytes @var{address} @var{contents}
62747a60 35230 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
8dedea02
VP
35231@end smallexample
35232
35233@noindent
35234where:
35235
35236@table @samp
35237@item @var{address}
a86c90e6
SM
35238An expression specifying the address of the first addressable memory unit
35239to be written. Complex expressions containing embedded white space should
35240be quoted using the C convention.
8dedea02
VP
35241
35242@item @var{contents}
a86c90e6
SM
35243The hex-encoded data to write. It is an error if @var{contents} does
35244not represent an integral number of addressable memory units.
8dedea02 35245
62747a60 35246@item @var{count}
a86c90e6
SM
35247Optional argument indicating the number of addressable memory units to be
35248written. If @var{count} is greater than @var{contents}' length,
35249@value{GDBN} will repeatedly write @var{contents} until it fills
35250@var{count} memory units.
62747a60 35251
8dedea02
VP
35252@end table
35253
35254@subsubheading @value{GDBN} Command
35255
35256There's no corresponding @value{GDBN} command.
35257
35258@subsubheading Example
35259
35260@smallexample
35261(gdb)
35262-data-write-memory-bytes &a "aabbccdd"
35263^done
35264(gdb)
35265@end smallexample
35266
62747a60
TT
35267@smallexample
35268(gdb)
35269-data-write-memory-bytes &a "aabbccdd" 16e
35270^done
35271(gdb)
35272@end smallexample
8dedea02 35273
a2c02241
NR
35274@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35275@node GDB/MI Tracepoint Commands
35276@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 35277
18148017
VP
35278The commands defined in this section implement MI support for
35279tracepoints. For detailed introduction, see @ref{Tracepoints}.
35280
35281@subheading The @code{-trace-find} Command
35282@findex -trace-find
35283
35284@subsubheading Synopsis
35285
35286@smallexample
35287 -trace-find @var{mode} [@var{parameters}@dots{}]
35288@end smallexample
35289
35290Find a trace frame using criteria defined by @var{mode} and
35291@var{parameters}. The following table lists permissible
35292modes and their parameters. For details of operation, see @ref{tfind}.
35293
35294@table @samp
35295
35296@item none
35297No parameters are required. Stops examining trace frames.
35298
35299@item frame-number
35300An integer is required as parameter. Selects tracepoint frame with
35301that index.
35302
35303@item tracepoint-number
35304An integer is required as parameter. Finds next
35305trace frame that corresponds to tracepoint with the specified number.
35306
35307@item pc
35308An address is required as parameter. Finds
35309next trace frame that corresponds to any tracepoint at the specified
35310address.
35311
35312@item pc-inside-range
35313Two addresses are required as parameters. Finds next trace
35314frame that corresponds to a tracepoint at an address inside the
35315specified range. Both bounds are considered to be inside the range.
35316
35317@item pc-outside-range
35318Two addresses are required as parameters. Finds
35319next trace frame that corresponds to a tracepoint at an address outside
35320the specified range. Both bounds are considered to be inside the range.
35321
35322@item line
35323Line specification is required as parameter. @xref{Specify Location}.
35324Finds next trace frame that corresponds to a tracepoint at
35325the specified location.
35326
35327@end table
35328
35329If @samp{none} was passed as @var{mode}, the response does not
35330have fields. Otherwise, the response may have the following fields:
35331
35332@table @samp
35333@item found
35334This field has either @samp{0} or @samp{1} as the value, depending
35335on whether a matching tracepoint was found.
35336
35337@item traceframe
35338The index of the found traceframe. This field is present iff
35339the @samp{found} field has value of @samp{1}.
35340
35341@item tracepoint
35342The index of the found tracepoint. This field is present iff
35343the @samp{found} field has value of @samp{1}.
35344
35345@item frame
35346The information about the frame corresponding to the found trace
35347frame. This field is present only if a trace frame was found.
cd64ee31 35348@xref{GDB/MI Frame Information}, for description of this field.
18148017
VP
35349
35350@end table
35351
7d13fe92
SS
35352@subsubheading @value{GDBN} Command
35353
35354The corresponding @value{GDBN} command is @samp{tfind}.
35355
18148017
VP
35356@subheading -trace-define-variable
35357@findex -trace-define-variable
35358
35359@subsubheading Synopsis
35360
35361@smallexample
35362 -trace-define-variable @var{name} [ @var{value} ]
35363@end smallexample
35364
35365Create trace variable @var{name} if it does not exist. If
35366@var{value} is specified, sets the initial value of the specified
35367trace variable to that value. Note that the @var{name} should start
35368with the @samp{$} character.
35369
7d13fe92
SS
35370@subsubheading @value{GDBN} Command
35371
35372The corresponding @value{GDBN} command is @samp{tvariable}.
35373
dc673c81
YQ
35374@subheading The @code{-trace-frame-collected} Command
35375@findex -trace-frame-collected
35376
35377@subsubheading Synopsis
35378
35379@smallexample
35380 -trace-frame-collected
35381 [--var-print-values @var{var_pval}]
35382 [--comp-print-values @var{comp_pval}]
35383 [--registers-format @var{regformat}]
35384 [--memory-contents]
35385@end smallexample
35386
35387This command returns the set of collected objects, register names,
35388trace state variable names, memory ranges and computed expressions
35389that have been collected at a particular trace frame. The optional
35390parameters to the command affect the output format in different ways.
35391See the output description table below for more details.
35392
35393The reported names can be used in the normal manner to create
35394varobjs and inspect the objects themselves. The items returned by
35395this command are categorized so that it is clear which is a variable,
35396which is a register, which is a trace state variable, which is a
35397memory range and which is a computed expression.
35398
35399For instance, if the actions were
35400@smallexample
35401collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
35402collect *(int*)0xaf02bef0@@40
35403@end smallexample
35404
35405@noindent
35406the object collected in its entirety would be @code{myVar}. The
35407object @code{myArray} would be partially collected, because only the
35408element at index @code{myIndex} would be collected. The remaining
35409objects would be computed expressions.
35410
35411An example output would be:
35412
35413@smallexample
35414(gdb)
35415-trace-frame-collected
35416^done,
35417 explicit-variables=[@{name="myVar",value="1"@}],
35418 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
35419 @{name="myObj.field",value="0"@},
35420 @{name="myPtr->field",value="1"@},
35421 @{name="myCount + 2",value="3"@},
35422 @{name="$tvar1 + 1",value="43970027"@}],
35423 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
35424 @{number="1",value="0x0"@},
35425 @{number="2",value="0x4"@},
35426 ...
35427 @{number="125",value="0x0"@}],
35428 tvars=[@{name="$tvar1",current="43970026"@}],
35429 memory=[@{address="0x0000000000602264",length="4"@},
35430 @{address="0x0000000000615bc0",length="4"@}]
35431(gdb)
35432@end smallexample
35433
35434Where:
35435
35436@table @code
35437@item explicit-variables
35438The set of objects that have been collected in their entirety (as
35439opposed to collecting just a few elements of an array or a few struct
35440members). For each object, its name and value are printed.
35441The @code{--var-print-values} option affects how or whether the value
35442field is output. If @var{var_pval} is 0, then print only the names;
35443if it is 1, print also their values; and if it is 2, print the name,
35444type and value for simple data types, and the name and type for
35445arrays, structures and unions.
35446
35447@item computed-expressions
35448The set of computed expressions that have been collected at the
35449current trace frame. The @code{--comp-print-values} option affects
35450this set like the @code{--var-print-values} option affects the
35451@code{explicit-variables} set. See above.
35452
35453@item registers
35454The registers that have been collected at the current trace frame.
35455For each register collected, the name and current value are returned.
35456The value is formatted according to the @code{--registers-format}
35457option. See the @command{-data-list-register-values} command for a
35458list of the allowed formats. The default is @samp{x}.
35459
35460@item tvars
35461The trace state variables that have been collected at the current
35462trace frame. For each trace state variable collected, the name and
35463current value are returned.
35464
35465@item memory
35466The set of memory ranges that have been collected at the current trace
35467frame. Its content is a list of tuples. Each tuple represents a
35468collected memory range and has the following fields:
35469
35470@table @code
35471@item address
35472The start address of the memory range, as hexadecimal literal.
35473
35474@item length
35475The length of the memory range, as decimal literal.
35476
35477@item contents
35478The contents of the memory block, in hex. This field is only present
35479if the @code{--memory-contents} option is specified.
35480
35481@end table
35482
35483@end table
35484
35485@subsubheading @value{GDBN} Command
35486
35487There is no corresponding @value{GDBN} command.
35488
35489@subsubheading Example
35490
18148017
VP
35491@subheading -trace-list-variables
35492@findex -trace-list-variables
922fbb7b 35493
18148017 35494@subsubheading Synopsis
922fbb7b 35495
18148017
VP
35496@smallexample
35497 -trace-list-variables
35498@end smallexample
922fbb7b 35499
18148017
VP
35500Return a table of all defined trace variables. Each element of the
35501table has the following fields:
922fbb7b 35502
18148017
VP
35503@table @samp
35504@item name
35505The name of the trace variable. This field is always present.
922fbb7b 35506
18148017
VP
35507@item initial
35508The initial value. This is a 64-bit signed integer. This
35509field is always present.
922fbb7b 35510
18148017
VP
35511@item current
35512The value the trace variable has at the moment. This is a 64-bit
35513signed integer. This field is absent iff current value is
35514not defined, for example if the trace was never run, or is
35515presently running.
922fbb7b 35516
18148017 35517@end table
922fbb7b 35518
7d13fe92
SS
35519@subsubheading @value{GDBN} Command
35520
35521The corresponding @value{GDBN} command is @samp{tvariables}.
35522
18148017 35523@subsubheading Example
922fbb7b 35524
18148017
VP
35525@smallexample
35526(gdb)
35527-trace-list-variables
35528^done,trace-variables=@{nr_rows="1",nr_cols="3",
35529hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
35530 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
35531 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
35532body=[variable=@{name="$trace_timestamp",initial="0"@}
35533 variable=@{name="$foo",initial="10",current="15"@}]@}
35534(gdb)
35535@end smallexample
922fbb7b 35536
18148017
VP
35537@subheading -trace-save
35538@findex -trace-save
922fbb7b 35539
18148017
VP
35540@subsubheading Synopsis
35541
35542@smallexample
99e61eda 35543 -trace-save [ -r ] [ -ctf ] @var{filename}
18148017
VP
35544@end smallexample
35545
35546Saves the collected trace data to @var{filename}. Without the
35547@samp{-r} option, the data is downloaded from the target and saved
35548in a local file. With the @samp{-r} option the target is asked
35549to perform the save.
35550
99e61eda
SM
35551By default, this command will save the trace in the tfile format. You can
35552supply the optional @samp{-ctf} argument to save it the CTF format. See
35553@ref{Trace Files} for more information about CTF.
35554
7d13fe92
SS
35555@subsubheading @value{GDBN} Command
35556
35557The corresponding @value{GDBN} command is @samp{tsave}.
35558
18148017
VP
35559
35560@subheading -trace-start
35561@findex -trace-start
35562
35563@subsubheading Synopsis
35564
35565@smallexample
35566 -trace-start
35567@end smallexample
922fbb7b 35568
be06ba8c 35569Starts a tracing experiment. The result of this command does not
18148017 35570have any fields.
922fbb7b 35571
7d13fe92
SS
35572@subsubheading @value{GDBN} Command
35573
35574The corresponding @value{GDBN} command is @samp{tstart}.
35575
18148017
VP
35576@subheading -trace-status
35577@findex -trace-status
922fbb7b 35578
18148017
VP
35579@subsubheading Synopsis
35580
35581@smallexample
35582 -trace-status
35583@end smallexample
35584
a97153c7 35585Obtains the status of a tracing experiment. The result may include
18148017
VP
35586the following fields:
35587
35588@table @samp
35589
35590@item supported
35591May have a value of either @samp{0}, when no tracing operations are
35592supported, @samp{1}, when all tracing operations are supported, or
35593@samp{file} when examining trace file. In the latter case, examining
35594of trace frame is possible but new tracing experiement cannot be
35595started. This field is always present.
35596
35597@item running
35598May have a value of either @samp{0} or @samp{1} depending on whether
35599tracing experiement is in progress on target. This field is present
35600if @samp{supported} field is not @samp{0}.
35601
35602@item stop-reason
35603Report the reason why the tracing was stopped last time. This field
35604may be absent iff tracing was never stopped on target yet. The
35605value of @samp{request} means the tracing was stopped as result of
35606the @code{-trace-stop} command. The value of @samp{overflow} means
35607the tracing buffer is full. The value of @samp{disconnection} means
35608tracing was automatically stopped when @value{GDBN} has disconnected.
35609The value of @samp{passcount} means tracing was stopped when a
35610tracepoint was passed a maximal number of times for that tracepoint.
35611This field is present if @samp{supported} field is not @samp{0}.
35612
35613@item stopping-tracepoint
35614The number of tracepoint whose passcount as exceeded. This field is
35615present iff the @samp{stop-reason} field has the value of
35616@samp{passcount}.
35617
35618@item frames
87290684
SS
35619@itemx frames-created
35620The @samp{frames} field is a count of the total number of trace frames
35621in the trace buffer, while @samp{frames-created} is the total created
35622during the run, including ones that were discarded, such as when a
35623circular trace buffer filled up. Both fields are optional.
18148017
VP
35624
35625@item buffer-size
35626@itemx buffer-free
35627These fields tell the current size of the tracing buffer and the
87290684 35628remaining space. These fields are optional.
18148017 35629
a97153c7
PA
35630@item circular
35631The value of the circular trace buffer flag. @code{1} means that the
35632trace buffer is circular and old trace frames will be discarded if
35633necessary to make room, @code{0} means that the trace buffer is linear
35634and may fill up.
35635
35636@item disconnected
35637The value of the disconnected tracing flag. @code{1} means that
35638tracing will continue after @value{GDBN} disconnects, @code{0} means
35639that the trace run will stop.
35640
f5911ea1
HAQ
35641@item trace-file
35642The filename of the trace file being examined. This field is
35643optional, and only present when examining a trace file.
35644
18148017
VP
35645@end table
35646
7d13fe92
SS
35647@subsubheading @value{GDBN} Command
35648
35649The corresponding @value{GDBN} command is @samp{tstatus}.
35650
18148017
VP
35651@subheading -trace-stop
35652@findex -trace-stop
35653
35654@subsubheading Synopsis
35655
35656@smallexample
35657 -trace-stop
35658@end smallexample
922fbb7b 35659
18148017
VP
35660Stops a tracing experiment. The result of this command has the same
35661fields as @code{-trace-status}, except that the @samp{supported} and
35662@samp{running} fields are not output.
922fbb7b 35663
7d13fe92
SS
35664@subsubheading @value{GDBN} Command
35665
35666The corresponding @value{GDBN} command is @samp{tstop}.
35667
922fbb7b 35668
a2c02241
NR
35669@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35670@node GDB/MI Symbol Query
35671@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
35672
35673
9901a55b 35674@ignore
a2c02241
NR
35675@subheading The @code{-symbol-info-address} Command
35676@findex -symbol-info-address
922fbb7b
AC
35677
35678@subsubheading Synopsis
35679
35680@smallexample
a2c02241 35681 -symbol-info-address @var{symbol}
922fbb7b
AC
35682@end smallexample
35683
a2c02241 35684Describe where @var{symbol} is stored.
922fbb7b
AC
35685
35686@subsubheading @value{GDBN} Command
35687
a2c02241 35688The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
35689
35690@subsubheading Example
35691N.A.
35692
35693
a2c02241
NR
35694@subheading The @code{-symbol-info-file} Command
35695@findex -symbol-info-file
922fbb7b
AC
35696
35697@subsubheading Synopsis
35698
35699@smallexample
a2c02241 35700 -symbol-info-file
922fbb7b
AC
35701@end smallexample
35702
a2c02241 35703Show the file for the symbol.
922fbb7b 35704
a2c02241 35705@subsubheading @value{GDBN} Command
922fbb7b 35706
a2c02241
NR
35707There's no equivalent @value{GDBN} command. @code{gdbtk} has
35708@samp{gdb_find_file}.
922fbb7b
AC
35709
35710@subsubheading Example
35711N.A.
7dc42066
AB
35712@end ignore
35713
35714@subheading The @code{-symbol-info-functions} Command
35715@findex -symbol-info-functions
35716@anchor{-symbol-info-functions}
35717
35718@subsubheading Synopsis
35719
35720@smallexample
35721 -symbol-info-functions [--include-nondebug]
35722 [--type @var{type_regexp}]
35723 [--name @var{name_regexp}]
c2512106 35724 [--max-results @var{limit}]
7dc42066
AB
35725@end smallexample
35726
35727@noindent
35728Return a list containing the names and types for all global functions
35729taken from the debug information. The functions are grouped by source
35730file, and shown with the line number on which each function is
35731defined.
922fbb7b 35732
7dc42066
AB
35733The @code{--include-nondebug} option causes the output to include
35734code symbols from the symbol table.
922fbb7b 35735
7dc42066
AB
35736The options @code{--type} and @code{--name} allow the symbols returned
35737to be filtered based on either the name of the function, or the type
35738signature of the function.
35739
c2512106
AB
35740The option @code{--max-results} restricts the command to return no
35741more than @var{limit} results. If exactly @var{limit} results are
35742returned then there might be additional results available if a higher
35743limit is used.
35744
7dc42066
AB
35745@subsubheading @value{GDBN} Command
35746
35747The corresponding @value{GDBN} command is @samp{info functions}.
35748
35749@subsubheading Example
35750@smallexample
35751@group
35752(gdb)
35753-symbol-info-functions
35754^done,symbols=
35755 @{debug=
35756 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35757 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35758 symbols=[@{line="36", name="f4", type="void (int *)",
35759 description="void f4(int *);"@},
35760 @{line="42", name="main", type="int ()",
35761 description="int main();"@},
35762 @{line="30", name="f1", type="my_int_t (int, int)",
35763 description="static my_int_t f1(int, int);"@}]@},
35764 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35765 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35766 symbols=[@{line="33", name="f2", type="float (another_float_t)",
35767 description="float f2(another_float_t);"@},
35768 @{line="39", name="f3", type="int (another_int_t)",
35769 description="int f3(another_int_t);"@},
35770 @{line="27", name="f1", type="another_float_t (int)",
35771 description="static another_float_t f1(int);"@}]@}]@}
35772@end group
35773@group
35774(gdb)
35775-symbol-info-functions --name f1
35776^done,symbols=
35777 @{debug=
35778 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35779 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35780 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
35781 description="static my_int_t f1(int, int);"@}]@},
35782 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35783 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35784 symbols=[@{line="27", name="f1", type="another_float_t (int)",
35785 description="static another_float_t f1(int);"@}]@}]@}
35786@end group
35787@group
35788(gdb)
35789-symbol-info-functions --type void
35790^done,symbols=
35791 @{debug=
35792 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35793 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35794 symbols=[@{line="36", name="f4", type="void (int *)",
35795 description="void f4(int *);"@}]@}]@}
35796@end group
35797@group
35798(gdb)
35799-symbol-info-functions --include-nondebug
35800^done,symbols=
35801 @{debug=
35802 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35803 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35804 symbols=[@{line="36", name="f4", type="void (int *)",
35805 description="void f4(int *);"@},
35806 @{line="42", name="main", type="int ()",
35807 description="int main();"@},
35808 @{line="30", name="f1", type="my_int_t (int, int)",
35809 description="static my_int_t f1(int, int);"@}]@},
35810 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35811 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35812 symbols=[@{line="33", name="f2", type="float (another_float_t)",
35813 description="float f2(another_float_t);"@},
35814 @{line="39", name="f3", type="int (another_int_t)",
35815 description="int f3(another_int_t);"@},
35816 @{line="27", name="f1", type="another_float_t (int)",
35817 description="static another_float_t f1(int);"@}]@}],
35818 nondebug=
35819 [@{address="0x0000000000400398",name="_init"@},
35820 @{address="0x00000000004003b0",name="_start"@},
35821 ...
35822 ]@}
35823@end group
35824@end smallexample
35825
293b38d6
AB
35826@subheading The @code{-symbol-info-module-functions} Command
35827@findex -symbol-info-module-functions
35828@anchor{-symbol-info-module-functions}
35829
35830@subsubheading Synopsis
35831
35832@smallexample
35833 -symbol-info-module-functions [--module @var{module_regexp}]
35834 [--name @var{name_regexp}]
35835 [--type @var{type_regexp}]
35836@end smallexample
35837
35838@noindent
35839Return a list containing the names of all known functions within all
35840know Fortran modules. The functions are grouped by source file and
35841containing module, and shown with the line number on which each
35842function is defined.
35843
35844The option @code{--module} only returns results for modules matching
35845@var{module_regexp}. The option @code{--name} only returns functions
35846whose name matches @var{name_regexp}, and @code{--type} only returns
35847functions whose type matches @var{type_regexp}.
35848
35849@subsubheading @value{GDBN} Command
35850
35851The corresponding @value{GDBN} command is @samp{info module functions}.
35852
35853@subsubheading Example
35854
35855@smallexample
35856@group
35857(gdb)
35858-symbol-info-module-functions
35859^done,symbols=
35860 [@{module="mod1",
35861 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35862 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35863 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
35864 description="void mod1::check_all(void);"@}]@}]@},
35865 @{module="mod2",
35866 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35867 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35868 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
35869 description="void mod2::check_var_i(void);"@}]@}]@},
35870 @{module="mod3",
35871 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35872 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35873 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
35874 description="void mod3::check_all(void);"@},
35875 @{line="27",name="mod3::check_mod2",type="void (void)",
35876 description="void mod3::check_mod2(void);"@}]@}]@},
35877 @{module="modmany",
35878 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35879 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35880 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
35881 description="void modmany::check_some(void);"@}]@}]@},
35882 @{module="moduse",
35883 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35884 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35885 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
35886 description="void moduse::check_all(void);"@},
35887 @{line="49",name="moduse::check_var_x",type="void (void)",
35888 description="void moduse::check_var_x(void);"@}]@}]@}]
35889@end group
35890@end smallexample
35891
35892@subheading The @code{-symbol-info-module-variables} Command
35893@findex -symbol-info-module-variables
35894@anchor{-symbol-info-module-variables}
35895
35896@subsubheading Synopsis
35897
35898@smallexample
35899 -symbol-info-module-variables [--module @var{module_regexp}]
35900 [--name @var{name_regexp}]
35901 [--type @var{type_regexp}]
35902@end smallexample
35903
35904@noindent
35905Return a list containing the names of all known variables within all
35906know Fortran modules. The variables are grouped by source file and
35907containing module, and shown with the line number on which each
35908variable is defined.
35909
35910The option @code{--module} only returns results for modules matching
35911@var{module_regexp}. The option @code{--name} only returns variables
35912whose name matches @var{name_regexp}, and @code{--type} only returns
35913variables whose type matches @var{type_regexp}.
35914
35915@subsubheading @value{GDBN} Command
35916
35917The corresponding @value{GDBN} command is @samp{info module variables}.
35918
35919@subsubheading Example
35920
35921@smallexample
35922@group
35923(gdb)
35924-symbol-info-module-variables
35925^done,symbols=
35926 [@{module="mod1",
35927 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35928 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35929 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
35930 description="integer(kind=4) mod1::var_const;"@},
35931 @{line="17",name="mod1::var_i",type="integer(kind=4)",
35932 description="integer(kind=4) mod1::var_i;"@}]@}]@},
35933 @{module="mod2",
35934 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35935 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35936 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
35937 description="integer(kind=4) mod2::var_i;"@}]@}]@},
35938 @{module="mod3",
35939 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35940 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35941 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
35942 description="integer(kind=4) mod3::mod1;"@},
35943 @{line="17",name="mod3::mod2",type="integer(kind=4)",
35944 description="integer(kind=4) mod3::mod2;"@},
35945 @{line="19",name="mod3::var_i",type="integer(kind=4)",
35946 description="integer(kind=4) mod3::var_i;"@}]@}]@},
35947 @{module="modmany",
35948 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35949 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35950 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
35951 description="integer(kind=4) modmany::var_a;"@},
35952 @{line="33",name="modmany::var_b",type="integer(kind=4)",
35953 description="integer(kind=4) modmany::var_b;"@},
35954 @{line="33",name="modmany::var_c",type="integer(kind=4)",
35955 description="integer(kind=4) modmany::var_c;"@},
35956 @{line="33",name="modmany::var_i",type="integer(kind=4)",
35957 description="integer(kind=4) modmany::var_i;"@}]@}]@},
35958 @{module="moduse",
35959 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35960 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35961 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
35962 description="integer(kind=4) moduse::var_x;"@},
35963 @{line="42",name="moduse::var_y",type="integer(kind=4)",
35964 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
35965@end group
35966@end smallexample
35967
db5960b4
AB
35968@subheading The @code{-symbol-info-modules} Command
35969@findex -symbol-info-modules
35970@anchor{-symbol-info-modules}
35971
35972@subsubheading Synopsis
35973
35974@smallexample
35975 -symbol-info-modules [--name @var{name_regexp}]
c2512106
AB
35976 [--max-results @var{limit}]
35977
db5960b4
AB
35978@end smallexample
35979
35980@noindent
35981Return a list containing the names of all known Fortran modules. The
35982modules are grouped by source file, and shown with the line number on
35983which each modules is defined.
35984
35985The option @code{--name} allows the modules returned to be filtered
35986based the name of the module.
35987
c2512106
AB
35988The option @code{--max-results} restricts the command to return no
35989more than @var{limit} results. If exactly @var{limit} results are
35990returned then there might be additional results available if a higher
35991limit is used.
35992
db5960b4
AB
35993@subsubheading @value{GDBN} Command
35994
35995The corresponding @value{GDBN} command is @samp{info modules}.
35996
35997@subsubheading Example
35998@smallexample
35999@group
36000(gdb)
36001-symbol-info-modules
36002^done,symbols=
36003 @{debug=
36004 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36005 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36006 symbols=[@{line="16",name="mod1"@},
36007 @{line="22",name="mod2"@}]@},
36008 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36009 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36010 symbols=[@{line="16",name="mod3"@},
36011 @{line="22",name="modmany"@},
36012 @{line="26",name="moduse"@}]@}]@}
36013@end group
36014@group
36015(gdb)
36016-symbol-info-modules --name mod[123]
36017^done,symbols=
36018 @{debug=
36019 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36020 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36021 symbols=[@{line="16",name="mod1"@},
36022 @{line="22",name="mod2"@}]@},
36023 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36024 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36025 symbols=[@{line="16",name="mod3"@}]@}]@}
36026@end group
36027@end smallexample
36028
7dc42066
AB
36029@subheading The @code{-symbol-info-types} Command
36030@findex -symbol-info-types
36031@anchor{-symbol-info-types}
922fbb7b
AC
36032
36033@subsubheading Synopsis
36034
36035@smallexample
7dc42066 36036 -symbol-info-types [--name @var{name_regexp}]
c2512106
AB
36037 [--max-results @var{limit}]
36038
922fbb7b
AC
36039@end smallexample
36040
7dc42066
AB
36041@noindent
36042Return a list of all defined types. The types are grouped by source
36043file, and shown with the line number on which each user defined type
36044is defined. Some base types are not defined in the source code but
36045are added to the debug information by the compiler, for example
36046@code{int}, @code{float}, etc.; these types do not have an associated
36047line number.
36048
36049The option @code{--name} allows the list of types returned to be
36050filtered by name.
922fbb7b 36051
c2512106
AB
36052The option @code{--max-results} restricts the command to return no
36053more than @var{limit} results. If exactly @var{limit} results are
36054returned then there might be additional results available if a higher
36055limit is used.
36056
922fbb7b
AC
36057@subsubheading @value{GDBN} Command
36058
7dc42066 36059The corresponding @value{GDBN} command is @samp{info types}.
922fbb7b
AC
36060
36061@subsubheading Example
7dc42066
AB
36062@smallexample
36063@group
36064(gdb)
36065-symbol-info-types
36066^done,symbols=
36067 @{debug=
36068 [@{filename="gdb.mi/mi-sym-info-1.c",
36069 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36070 symbols=[@{name="float"@},
36071 @{name="int"@},
36072 @{line="27",name="typedef int my_int_t;"@}]@},
36073 @{filename="gdb.mi/mi-sym-info-2.c",
36074 fullname="/project/gdb.mi/mi-sym-info-2.c",
36075 symbols=[@{line="24",name="typedef float another_float_t;"@},
36076 @{line="23",name="typedef int another_int_t;"@},
36077 @{name="float"@},
36078 @{name="int"@}]@}]@}
36079@end group
36080@group
36081(gdb)
36082-symbol-info-types --name _int_
36083^done,symbols=
36084 @{debug=
36085 [@{filename="gdb.mi/mi-sym-info-1.c",
36086 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36087 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
36088 @{filename="gdb.mi/mi-sym-info-2.c",
36089 fullname="/project/gdb.mi/mi-sym-info-2.c",
36090 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
36091@end group
36092@end smallexample
36093
36094@subheading The @code{-symbol-info-variables} Command
36095@findex -symbol-info-variables
36096@anchor{-symbol-info-variables}
36097
36098@subsubheading Synopsis
36099
36100@smallexample
36101 -symbol-info-variables [--include-nondebug]
36102 [--type @var{type_regexp}]
36103 [--name @var{name_regexp}]
c2512106
AB
36104 [--max-results @var{limit}]
36105
7dc42066
AB
36106@end smallexample
36107
36108@noindent
36109Return a list containing the names and types for all global variables
36110taken from the debug information. The variables are grouped by source
36111file, and shown with the line number on which each variable is
36112defined.
36113
36114The @code{--include-nondebug} option causes the output to include
36115data symbols from the symbol table.
36116
36117The options @code{--type} and @code{--name} allow the symbols returned
36118to be filtered based on either the name of the variable, or the type
36119of the variable.
36120
c2512106
AB
36121The option @code{--max-results} restricts the command to return no
36122more than @var{limit} results. If exactly @var{limit} results are
36123returned then there might be additional results available if a higher
36124limit is used.
36125
7dc42066 36126@subsubheading @value{GDBN} Command
922fbb7b 36127
7dc42066 36128The corresponding @value{GDBN} command is @samp{info variables}.
922fbb7b 36129
7dc42066
AB
36130@subsubheading Example
36131@smallexample
36132@group
36133(gdb)
36134-symbol-info-variables
36135^done,symbols=
36136 @{debug=
36137 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36138 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36139 symbols=[@{line="25",name="global_f1",type="float",
36140 description="static float global_f1;"@},
36141 @{line="24",name="global_i1",type="int",
36142 description="static int global_i1;"@}]@},
36143 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36144 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36145 symbols=[@{line="21",name="global_f2",type="int",
36146 description="int global_f2;"@},
36147 @{line="20",name="global_i2",type="int",
36148 description="int global_i2;"@},
36149 @{line="19",name="global_f1",type="float",
36150 description="static float global_f1;"@},
36151 @{line="18",name="global_i1",type="int",
36152 description="static int global_i1;"@}]@}]@}
36153@end group
36154@group
36155(gdb)
36156-symbol-info-variables --name f1
36157^done,symbols=
36158 @{debug=
36159 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36160 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36161 symbols=[@{line="25",name="global_f1",type="float",
36162 description="static float global_f1;"@}]@},
36163 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36164 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36165 symbols=[@{line="19",name="global_f1",type="float",
36166 description="static float global_f1;"@}]@}]@}
36167@end group
36168@group
36169(gdb)
36170-symbol-info-variables --type float
36171^done,symbols=
36172 @{debug=
36173 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36174 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36175 symbols=[@{line="25",name="global_f1",type="float",
36176 description="static float global_f1;"@}]@},
36177 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36178 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36179 symbols=[@{line="19",name="global_f1",type="float",
36180 description="static float global_f1;"@}]@}]@}
36181@end group
36182@group
36183(gdb)
36184-symbol-info-variables --include-nondebug
36185^done,symbols=
36186 @{debug=
36187 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36188 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36189 symbols=[@{line="25",name="global_f1",type="float",
36190 description="static float global_f1;"@},
36191 @{line="24",name="global_i1",type="int",
36192 description="static int global_i1;"@}]@},
36193 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36194 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36195 symbols=[@{line="21",name="global_f2",type="int",
36196 description="int global_f2;"@},
36197 @{line="20",name="global_i2",type="int",
36198 description="int global_i2;"@},
36199 @{line="19",name="global_f1",type="float",
36200 description="static float global_f1;"@},
36201 @{line="18",name="global_i1",type="int",
36202 description="static int global_i1;"@}]@}],
36203 nondebug=
36204 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
36205 @{address="0x00000000004005d8",name="__dso_handle"@}
36206 ...
36207 ]@}
36208@end group
36209@end smallexample
36210
36211@ignore
a2c02241
NR
36212@subheading The @code{-symbol-info-line} Command
36213@findex -symbol-info-line
922fbb7b
AC
36214
36215@subsubheading Synopsis
36216
36217@smallexample
a2c02241 36218 -symbol-info-line
922fbb7b
AC
36219@end smallexample
36220
a2c02241 36221Show the core addresses of the code for a source line.
922fbb7b 36222
a2c02241 36223@subsubheading @value{GDBN} Command
922fbb7b 36224
a2c02241
NR
36225The corresponding @value{GDBN} command is @samp{info line}.
36226@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
36227
36228@subsubheading Example
a2c02241 36229N.A.
922fbb7b
AC
36230
36231
a2c02241
NR
36232@subheading The @code{-symbol-info-symbol} Command
36233@findex -symbol-info-symbol
07f31aa6
DJ
36234
36235@subsubheading Synopsis
36236
a2c02241
NR
36237@smallexample
36238 -symbol-info-symbol @var{addr}
36239@end smallexample
07f31aa6 36240
a2c02241 36241Describe what symbol is at location @var{addr}.
07f31aa6 36242
a2c02241 36243@subsubheading @value{GDBN} Command
07f31aa6 36244
a2c02241 36245The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
36246
36247@subsubheading Example
a2c02241 36248N.A.
07f31aa6
DJ
36249
36250
a2c02241
NR
36251@subheading The @code{-symbol-list-functions} Command
36252@findex -symbol-list-functions
922fbb7b
AC
36253
36254@subsubheading Synopsis
36255
36256@smallexample
a2c02241 36257 -symbol-list-functions
922fbb7b
AC
36258@end smallexample
36259
a2c02241 36260List the functions in the executable.
922fbb7b
AC
36261
36262@subsubheading @value{GDBN} Command
36263
a2c02241
NR
36264@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
36265@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
36266
36267@subsubheading Example
a2c02241 36268N.A.
9901a55b 36269@end ignore
922fbb7b
AC
36270
36271
a2c02241
NR
36272@subheading The @code{-symbol-list-lines} Command
36273@findex -symbol-list-lines
922fbb7b
AC
36274
36275@subsubheading Synopsis
36276
36277@smallexample
a2c02241 36278 -symbol-list-lines @var{filename}
922fbb7b
AC
36279@end smallexample
36280
a2c02241
NR
36281Print the list of lines that contain code and their associated program
36282addresses for the given source filename. The entries are sorted in
36283ascending PC order.
922fbb7b
AC
36284
36285@subsubheading @value{GDBN} Command
36286
a2c02241 36287There is no corresponding @value{GDBN} command.
922fbb7b
AC
36288
36289@subsubheading Example
a2c02241 36290@smallexample
594fe323 36291(gdb)
a2c02241
NR
36292-symbol-list-lines basics.c
36293^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 36294(gdb)
a2c02241 36295@end smallexample
922fbb7b
AC
36296
36297
9901a55b 36298@ignore
a2c02241
NR
36299@subheading The @code{-symbol-list-types} Command
36300@findex -symbol-list-types
922fbb7b
AC
36301
36302@subsubheading Synopsis
36303
36304@smallexample
a2c02241 36305 -symbol-list-types
922fbb7b
AC
36306@end smallexample
36307
a2c02241 36308List all the type names.
922fbb7b
AC
36309
36310@subsubheading @value{GDBN} Command
36311
a2c02241
NR
36312The corresponding commands are @samp{info types} in @value{GDBN},
36313@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
36314
36315@subsubheading Example
36316N.A.
36317
36318
a2c02241
NR
36319@subheading The @code{-symbol-list-variables} Command
36320@findex -symbol-list-variables
922fbb7b
AC
36321
36322@subsubheading Synopsis
36323
36324@smallexample
a2c02241 36325 -symbol-list-variables
922fbb7b
AC
36326@end smallexample
36327
a2c02241 36328List all the global and static variable names.
922fbb7b
AC
36329
36330@subsubheading @value{GDBN} Command
36331
a2c02241 36332@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
36333
36334@subsubheading Example
36335N.A.
36336
36337
a2c02241
NR
36338@subheading The @code{-symbol-locate} Command
36339@findex -symbol-locate
922fbb7b
AC
36340
36341@subsubheading Synopsis
36342
36343@smallexample
a2c02241 36344 -symbol-locate
922fbb7b
AC
36345@end smallexample
36346
922fbb7b
AC
36347@subsubheading @value{GDBN} Command
36348
a2c02241 36349@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
36350
36351@subsubheading Example
36352N.A.
36353
36354
a2c02241
NR
36355@subheading The @code{-symbol-type} Command
36356@findex -symbol-type
922fbb7b
AC
36357
36358@subsubheading Synopsis
36359
36360@smallexample
a2c02241 36361 -symbol-type @var{variable}
922fbb7b
AC
36362@end smallexample
36363
a2c02241 36364Show type of @var{variable}.
922fbb7b 36365
a2c02241 36366@subsubheading @value{GDBN} Command
922fbb7b 36367
a2c02241
NR
36368The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
36369@samp{gdb_obj_variable}.
36370
36371@subsubheading Example
36372N.A.
9901a55b 36373@end ignore
a2c02241
NR
36374
36375
36376@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36377@node GDB/MI File Commands
36378@section @sc{gdb/mi} File Commands
36379
36380This section describes the GDB/MI commands to specify executable file names
36381and to read in and obtain symbol table information.
36382
36383@subheading The @code{-file-exec-and-symbols} Command
36384@findex -file-exec-and-symbols
36385
36386@subsubheading Synopsis
922fbb7b
AC
36387
36388@smallexample
a2c02241 36389 -file-exec-and-symbols @var{file}
922fbb7b
AC
36390@end smallexample
36391
a2c02241
NR
36392Specify the executable file to be debugged. This file is the one from
36393which the symbol table is also read. If no file is specified, the
36394command clears the executable and symbol information. If breakpoints
36395are set when using this command with no arguments, @value{GDBN} will produce
36396error messages. Otherwise, no output is produced, except a completion
36397notification.
36398
922fbb7b
AC
36399@subsubheading @value{GDBN} Command
36400
a2c02241 36401The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
36402
36403@subsubheading Example
36404
36405@smallexample
594fe323 36406(gdb)
a2c02241
NR
36407-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36408^done
594fe323 36409(gdb)
922fbb7b
AC
36410@end smallexample
36411
922fbb7b 36412
a2c02241
NR
36413@subheading The @code{-file-exec-file} Command
36414@findex -file-exec-file
922fbb7b
AC
36415
36416@subsubheading Synopsis
36417
36418@smallexample
a2c02241 36419 -file-exec-file @var{file}
922fbb7b
AC
36420@end smallexample
36421
a2c02241
NR
36422Specify the executable file to be debugged. Unlike
36423@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
36424from this file. If used without argument, @value{GDBN} clears the information
36425about the executable file. No output is produced, except a completion
36426notification.
922fbb7b 36427
a2c02241
NR
36428@subsubheading @value{GDBN} Command
36429
36430The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
36431
36432@subsubheading Example
a2c02241
NR
36433
36434@smallexample
594fe323 36435(gdb)
a2c02241
NR
36436-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36437^done
594fe323 36438(gdb)
a2c02241 36439@end smallexample
922fbb7b
AC
36440
36441
9901a55b 36442@ignore
a2c02241
NR
36443@subheading The @code{-file-list-exec-sections} Command
36444@findex -file-list-exec-sections
922fbb7b
AC
36445
36446@subsubheading Synopsis
36447
36448@smallexample
a2c02241 36449 -file-list-exec-sections
922fbb7b
AC
36450@end smallexample
36451
a2c02241
NR
36452List the sections of the current executable file.
36453
922fbb7b
AC
36454@subsubheading @value{GDBN} Command
36455
a2c02241
NR
36456The @value{GDBN} command @samp{info file} shows, among the rest, the same
36457information as this command. @code{gdbtk} has a corresponding command
36458@samp{gdb_load_info}.
922fbb7b
AC
36459
36460@subsubheading Example
36461N.A.
9901a55b 36462@end ignore
922fbb7b
AC
36463
36464
a2c02241
NR
36465@subheading The @code{-file-list-exec-source-file} Command
36466@findex -file-list-exec-source-file
922fbb7b
AC
36467
36468@subsubheading Synopsis
36469
36470@smallexample
a2c02241 36471 -file-list-exec-source-file
922fbb7b
AC
36472@end smallexample
36473
a2c02241 36474List the line number, the current source file, and the absolute path
44288b44
NR
36475to the current source file for the current executable. The macro
36476information field has a value of @samp{1} or @samp{0} depending on
36477whether or not the file includes preprocessor macro information.
922fbb7b
AC
36478
36479@subsubheading @value{GDBN} Command
36480
a2c02241 36481The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
36482
36483@subsubheading Example
36484
922fbb7b 36485@smallexample
594fe323 36486(gdb)
a2c02241 36487123-file-list-exec-source-file
44288b44 36488123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 36489(gdb)
922fbb7b
AC
36490@end smallexample
36491
36492
a2c02241
NR
36493@subheading The @code{-file-list-exec-source-files} Command
36494@findex -file-list-exec-source-files
922fbb7b
AC
36495
36496@subsubheading Synopsis
36497
36498@smallexample
a2c02241 36499 -file-list-exec-source-files
922fbb7b
AC
36500@end smallexample
36501
a2c02241
NR
36502List the source files for the current executable.
36503
f35a17b5
JK
36504It will always output both the filename and fullname (absolute file
36505name) of a source file.
922fbb7b
AC
36506
36507@subsubheading @value{GDBN} Command
36508
a2c02241
NR
36509The @value{GDBN} equivalent is @samp{info sources}.
36510@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
36511
36512@subsubheading Example
922fbb7b 36513@smallexample
594fe323 36514(gdb)
a2c02241
NR
36515-file-list-exec-source-files
36516^done,files=[
36517@{file=foo.c,fullname=/home/foo.c@},
36518@{file=/home/bar.c,fullname=/home/bar.c@},
36519@{file=gdb_could_not_find_fullpath.c@}]
594fe323 36520(gdb)
922fbb7b
AC
36521@end smallexample
36522
a2c02241
NR
36523@subheading The @code{-file-list-shared-libraries} Command
36524@findex -file-list-shared-libraries
922fbb7b 36525
a2c02241 36526@subsubheading Synopsis
922fbb7b 36527
a2c02241 36528@smallexample
51457a05 36529 -file-list-shared-libraries [ @var{regexp} ]
a2c02241 36530@end smallexample
922fbb7b 36531
a2c02241 36532List the shared libraries in the program.
51457a05
MAL
36533With a regular expression @var{regexp}, only those libraries whose
36534names match @var{regexp} are listed.
922fbb7b 36535
a2c02241 36536@subsubheading @value{GDBN} Command
922fbb7b 36537
51457a05
MAL
36538The corresponding @value{GDBN} command is @samp{info shared}. The fields
36539have a similar meaning to the @code{=library-loaded} notification.
36540The @code{ranges} field specifies the multiple segments belonging to this
36541library. Each range has the following fields:
36542
36543@table @samp
36544@item from
36545The address defining the inclusive lower bound of the segment.
36546@item to
36547The address defining the exclusive upper bound of the segment.
36548@end table
922fbb7b 36549
a2c02241 36550@subsubheading Example
51457a05
MAL
36551@smallexample
36552(gdb)
36553-file-list-exec-source-files
36554^done,shared-libraries=[
36555@{id="/lib/libfoo.so",target-name="/lib/libfoo.so",host-name="/lib/libfoo.so",symbols-loaded="1",thread-group="i1",ranges=[@{from="0x72815989",to="0x728162c0"@}]@},
36556@{id="/lib/libbar.so",target-name="/lib/libbar.so",host-name="/lib/libbar.so",symbols-loaded="1",thread-group="i1",ranges=[@{from="0x76ee48c0",to="0x76ee9160"@}]@}]
36557(gdb)
36558@end smallexample
922fbb7b
AC
36559
36560
51457a05 36561@ignore
a2c02241
NR
36562@subheading The @code{-file-list-symbol-files} Command
36563@findex -file-list-symbol-files
922fbb7b 36564
a2c02241 36565@subsubheading Synopsis
922fbb7b 36566
a2c02241
NR
36567@smallexample
36568 -file-list-symbol-files
36569@end smallexample
922fbb7b 36570
a2c02241 36571List symbol files.
922fbb7b 36572
a2c02241 36573@subsubheading @value{GDBN} Command
922fbb7b 36574
a2c02241 36575The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 36576
a2c02241
NR
36577@subsubheading Example
36578N.A.
9901a55b 36579@end ignore
922fbb7b 36580
922fbb7b 36581
a2c02241
NR
36582@subheading The @code{-file-symbol-file} Command
36583@findex -file-symbol-file
922fbb7b 36584
a2c02241 36585@subsubheading Synopsis
922fbb7b 36586
a2c02241
NR
36587@smallexample
36588 -file-symbol-file @var{file}
36589@end smallexample
922fbb7b 36590
a2c02241
NR
36591Read symbol table info from the specified @var{file} argument. When
36592used without arguments, clears @value{GDBN}'s symbol table info. No output is
36593produced, except for a completion notification.
922fbb7b 36594
a2c02241 36595@subsubheading @value{GDBN} Command
922fbb7b 36596
a2c02241 36597The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 36598
a2c02241 36599@subsubheading Example
922fbb7b 36600
a2c02241 36601@smallexample
594fe323 36602(gdb)
a2c02241
NR
36603-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36604^done
594fe323 36605(gdb)
a2c02241 36606@end smallexample
922fbb7b 36607
a2c02241 36608@ignore
a2c02241
NR
36609@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36610@node GDB/MI Memory Overlay Commands
36611@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 36612
a2c02241 36613The memory overlay commands are not implemented.
922fbb7b 36614
a2c02241 36615@c @subheading -overlay-auto
922fbb7b 36616
a2c02241 36617@c @subheading -overlay-list-mapping-state
922fbb7b 36618
a2c02241 36619@c @subheading -overlay-list-overlays
922fbb7b 36620
a2c02241 36621@c @subheading -overlay-map
922fbb7b 36622
a2c02241 36623@c @subheading -overlay-off
922fbb7b 36624
a2c02241 36625@c @subheading -overlay-on
922fbb7b 36626
a2c02241 36627@c @subheading -overlay-unmap
922fbb7b 36628
a2c02241
NR
36629@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36630@node GDB/MI Signal Handling Commands
36631@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 36632
a2c02241 36633Signal handling commands are not implemented.
922fbb7b 36634
a2c02241 36635@c @subheading -signal-handle
922fbb7b 36636
a2c02241 36637@c @subheading -signal-list-handle-actions
922fbb7b 36638
a2c02241
NR
36639@c @subheading -signal-list-signal-types
36640@end ignore
922fbb7b 36641
922fbb7b 36642
a2c02241
NR
36643@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36644@node GDB/MI Target Manipulation
36645@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
36646
36647
a2c02241
NR
36648@subheading The @code{-target-attach} Command
36649@findex -target-attach
922fbb7b
AC
36650
36651@subsubheading Synopsis
36652
36653@smallexample
c3b108f7 36654 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
36655@end smallexample
36656
c3b108f7
VP
36657Attach to a process @var{pid} or a file @var{file} outside of
36658@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
36659group, the id previously returned by
36660@samp{-list-thread-groups --available} must be used.
922fbb7b 36661
79a6e687 36662@subsubheading @value{GDBN} Command
922fbb7b 36663
a2c02241 36664The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 36665
a2c02241 36666@subsubheading Example
b56e7235
VP
36667@smallexample
36668(gdb)
36669-target-attach 34
36670=thread-created,id="1"
5ae4183a 36671*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
36672^done
36673(gdb)
36674@end smallexample
a2c02241 36675
9901a55b 36676@ignore
a2c02241
NR
36677@subheading The @code{-target-compare-sections} Command
36678@findex -target-compare-sections
922fbb7b
AC
36679
36680@subsubheading Synopsis
36681
36682@smallexample
a2c02241 36683 -target-compare-sections [ @var{section} ]
922fbb7b
AC
36684@end smallexample
36685
a2c02241
NR
36686Compare data of section @var{section} on target to the exec file.
36687Without the argument, all sections are compared.
922fbb7b 36688
a2c02241 36689@subsubheading @value{GDBN} Command
922fbb7b 36690
a2c02241 36691The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 36692
a2c02241
NR
36693@subsubheading Example
36694N.A.
9901a55b 36695@end ignore
a2c02241
NR
36696
36697
36698@subheading The @code{-target-detach} Command
36699@findex -target-detach
922fbb7b
AC
36700
36701@subsubheading Synopsis
36702
36703@smallexample
c3b108f7 36704 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
36705@end smallexample
36706
a2c02241 36707Detach from the remote target which normally resumes its execution.
c3b108f7
VP
36708If either @var{pid} or @var{gid} is specified, detaches from either
36709the specified process, or specified thread group. There's no output.
a2c02241 36710
79a6e687 36711@subsubheading @value{GDBN} Command
a2c02241
NR
36712
36713The corresponding @value{GDBN} command is @samp{detach}.
36714
36715@subsubheading Example
922fbb7b
AC
36716
36717@smallexample
594fe323 36718(gdb)
a2c02241
NR
36719-target-detach
36720^done
594fe323 36721(gdb)
922fbb7b
AC
36722@end smallexample
36723
36724
a2c02241
NR
36725@subheading The @code{-target-disconnect} Command
36726@findex -target-disconnect
922fbb7b
AC
36727
36728@subsubheading Synopsis
36729
123dc839 36730@smallexample
a2c02241 36731 -target-disconnect
123dc839 36732@end smallexample
922fbb7b 36733
a2c02241
NR
36734Disconnect from the remote target. There's no output and the target is
36735generally not resumed.
36736
79a6e687 36737@subsubheading @value{GDBN} Command
a2c02241
NR
36738
36739The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
36740
36741@subsubheading Example
922fbb7b
AC
36742
36743@smallexample
594fe323 36744(gdb)
a2c02241
NR
36745-target-disconnect
36746^done
594fe323 36747(gdb)
922fbb7b
AC
36748@end smallexample
36749
36750
a2c02241
NR
36751@subheading The @code{-target-download} Command
36752@findex -target-download
922fbb7b
AC
36753
36754@subsubheading Synopsis
36755
36756@smallexample
a2c02241 36757 -target-download
922fbb7b
AC
36758@end smallexample
36759
a2c02241
NR
36760Loads the executable onto the remote target.
36761It prints out an update message every half second, which includes the fields:
36762
36763@table @samp
36764@item section
36765The name of the section.
36766@item section-sent
36767The size of what has been sent so far for that section.
36768@item section-size
36769The size of the section.
36770@item total-sent
36771The total size of what was sent so far (the current and the previous sections).
36772@item total-size
36773The size of the overall executable to download.
36774@end table
36775
36776@noindent
36777Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
36778@sc{gdb/mi} Output Syntax}).
36779
36780In addition, it prints the name and size of the sections, as they are
36781downloaded. These messages include the following fields:
36782
36783@table @samp
36784@item section
36785The name of the section.
36786@item section-size
36787The size of the section.
36788@item total-size
36789The size of the overall executable to download.
36790@end table
36791
36792@noindent
36793At the end, a summary is printed.
36794
36795@subsubheading @value{GDBN} Command
36796
36797The corresponding @value{GDBN} command is @samp{load}.
36798
36799@subsubheading Example
36800
36801Note: each status message appears on a single line. Here the messages
36802have been broken down so that they can fit onto a page.
922fbb7b
AC
36803
36804@smallexample
594fe323 36805(gdb)
a2c02241
NR
36806-target-download
36807+download,@{section=".text",section-size="6668",total-size="9880"@}
36808+download,@{section=".text",section-sent="512",section-size="6668",
36809total-sent="512",total-size="9880"@}
36810+download,@{section=".text",section-sent="1024",section-size="6668",
36811total-sent="1024",total-size="9880"@}
36812+download,@{section=".text",section-sent="1536",section-size="6668",
36813total-sent="1536",total-size="9880"@}
36814+download,@{section=".text",section-sent="2048",section-size="6668",
36815total-sent="2048",total-size="9880"@}
36816+download,@{section=".text",section-sent="2560",section-size="6668",
36817total-sent="2560",total-size="9880"@}
36818+download,@{section=".text",section-sent="3072",section-size="6668",
36819total-sent="3072",total-size="9880"@}
36820+download,@{section=".text",section-sent="3584",section-size="6668",
36821total-sent="3584",total-size="9880"@}
36822+download,@{section=".text",section-sent="4096",section-size="6668",
36823total-sent="4096",total-size="9880"@}
36824+download,@{section=".text",section-sent="4608",section-size="6668",
36825total-sent="4608",total-size="9880"@}
36826+download,@{section=".text",section-sent="5120",section-size="6668",
36827total-sent="5120",total-size="9880"@}
36828+download,@{section=".text",section-sent="5632",section-size="6668",
36829total-sent="5632",total-size="9880"@}
36830+download,@{section=".text",section-sent="6144",section-size="6668",
36831total-sent="6144",total-size="9880"@}
36832+download,@{section=".text",section-sent="6656",section-size="6668",
36833total-sent="6656",total-size="9880"@}
36834+download,@{section=".init",section-size="28",total-size="9880"@}
36835+download,@{section=".fini",section-size="28",total-size="9880"@}
36836+download,@{section=".data",section-size="3156",total-size="9880"@}
36837+download,@{section=".data",section-sent="512",section-size="3156",
36838total-sent="7236",total-size="9880"@}
36839+download,@{section=".data",section-sent="1024",section-size="3156",
36840total-sent="7748",total-size="9880"@}
36841+download,@{section=".data",section-sent="1536",section-size="3156",
36842total-sent="8260",total-size="9880"@}
36843+download,@{section=".data",section-sent="2048",section-size="3156",
36844total-sent="8772",total-size="9880"@}
36845+download,@{section=".data",section-sent="2560",section-size="3156",
36846total-sent="9284",total-size="9880"@}
36847+download,@{section=".data",section-sent="3072",section-size="3156",
36848total-sent="9796",total-size="9880"@}
36849^done,address="0x10004",load-size="9880",transfer-rate="6586",
36850write-rate="429"
594fe323 36851(gdb)
922fbb7b
AC
36852@end smallexample
36853
36854
9901a55b 36855@ignore
a2c02241
NR
36856@subheading The @code{-target-exec-status} Command
36857@findex -target-exec-status
922fbb7b
AC
36858
36859@subsubheading Synopsis
36860
36861@smallexample
a2c02241 36862 -target-exec-status
922fbb7b
AC
36863@end smallexample
36864
a2c02241
NR
36865Provide information on the state of the target (whether it is running or
36866not, for instance).
922fbb7b 36867
a2c02241 36868@subsubheading @value{GDBN} Command
922fbb7b 36869
a2c02241
NR
36870There's no equivalent @value{GDBN} command.
36871
36872@subsubheading Example
36873N.A.
922fbb7b 36874
a2c02241
NR
36875
36876@subheading The @code{-target-list-available-targets} Command
36877@findex -target-list-available-targets
922fbb7b
AC
36878
36879@subsubheading Synopsis
36880
36881@smallexample
a2c02241 36882 -target-list-available-targets
922fbb7b
AC
36883@end smallexample
36884
a2c02241 36885List the possible targets to connect to.
922fbb7b 36886
a2c02241 36887@subsubheading @value{GDBN} Command
922fbb7b 36888
a2c02241 36889The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 36890
a2c02241
NR
36891@subsubheading Example
36892N.A.
36893
36894
36895@subheading The @code{-target-list-current-targets} Command
36896@findex -target-list-current-targets
922fbb7b
AC
36897
36898@subsubheading Synopsis
36899
36900@smallexample
a2c02241 36901 -target-list-current-targets
922fbb7b
AC
36902@end smallexample
36903
a2c02241 36904Describe the current target.
922fbb7b 36905
a2c02241 36906@subsubheading @value{GDBN} Command
922fbb7b 36907
a2c02241
NR
36908The corresponding information is printed by @samp{info file} (among
36909other things).
922fbb7b 36910
a2c02241
NR
36911@subsubheading Example
36912N.A.
36913
36914
36915@subheading The @code{-target-list-parameters} Command
36916@findex -target-list-parameters
922fbb7b
AC
36917
36918@subsubheading Synopsis
36919
36920@smallexample
a2c02241 36921 -target-list-parameters
922fbb7b
AC
36922@end smallexample
36923
a2c02241 36924@c ????
9901a55b 36925@end ignore
a2c02241
NR
36926
36927@subsubheading @value{GDBN} Command
36928
36929No equivalent.
922fbb7b
AC
36930
36931@subsubheading Example
a2c02241
NR
36932N.A.
36933
78cbbba8
LM
36934@subheading The @code{-target-flash-erase} Command
36935@findex -target-flash-erase
36936
36937@subsubheading Synopsis
36938
36939@smallexample
36940 -target-flash-erase
36941@end smallexample
36942
36943Erases all known flash memory regions on the target.
36944
36945The corresponding @value{GDBN} command is @samp{flash-erase}.
36946
36947The output is a list of flash regions that have been erased, with starting
36948addresses and memory region sizes.
36949
36950@smallexample
36951(gdb)
36952-target-flash-erase
36953^done,erased-regions=@{address="0x0",size="0x40000"@}
36954(gdb)
36955@end smallexample
a2c02241
NR
36956
36957@subheading The @code{-target-select} Command
36958@findex -target-select
36959
36960@subsubheading Synopsis
922fbb7b
AC
36961
36962@smallexample
a2c02241 36963 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
36964@end smallexample
36965
a2c02241 36966Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 36967
a2c02241
NR
36968@table @samp
36969@item @var{type}
75c99385 36970The type of target, for instance @samp{remote}, etc.
a2c02241
NR
36971@item @var{parameters}
36972Device names, host names and the like. @xref{Target Commands, ,
79a6e687 36973Commands for Managing Targets}, for more details.
a2c02241
NR
36974@end table
36975
36976The output is a connection notification, followed by the address at
36977which the target program is, in the following form:
922fbb7b
AC
36978
36979@smallexample
a2c02241
NR
36980^connected,addr="@var{address}",func="@var{function name}",
36981 args=[@var{arg list}]
922fbb7b
AC
36982@end smallexample
36983
a2c02241
NR
36984@subsubheading @value{GDBN} Command
36985
36986The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
36987
36988@subsubheading Example
922fbb7b 36989
265eeb58 36990@smallexample
594fe323 36991(gdb)
75c99385 36992-target-select remote /dev/ttya
a2c02241 36993^connected,addr="0xfe00a300",func="??",args=[]
594fe323 36994(gdb)
265eeb58 36995@end smallexample
ef21caaf 36996
a6b151f1
DJ
36997@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36998@node GDB/MI File Transfer Commands
36999@section @sc{gdb/mi} File Transfer Commands
37000
37001
37002@subheading The @code{-target-file-put} Command
37003@findex -target-file-put
37004
37005@subsubheading Synopsis
37006
37007@smallexample
37008 -target-file-put @var{hostfile} @var{targetfile}
37009@end smallexample
37010
37011Copy file @var{hostfile} from the host system (the machine running
37012@value{GDBN}) to @var{targetfile} on the target system.
37013
37014@subsubheading @value{GDBN} Command
37015
37016The corresponding @value{GDBN} command is @samp{remote put}.
37017
37018@subsubheading Example
37019
37020@smallexample
37021(gdb)
37022-target-file-put localfile remotefile
37023^done
37024(gdb)
37025@end smallexample
37026
37027
1763a388 37028@subheading The @code{-target-file-get} Command
a6b151f1
DJ
37029@findex -target-file-get
37030
37031@subsubheading Synopsis
37032
37033@smallexample
37034 -target-file-get @var{targetfile} @var{hostfile}
37035@end smallexample
37036
37037Copy file @var{targetfile} from the target system to @var{hostfile}
37038on the host system.
37039
37040@subsubheading @value{GDBN} Command
37041
37042The corresponding @value{GDBN} command is @samp{remote get}.
37043
37044@subsubheading Example
37045
37046@smallexample
37047(gdb)
37048-target-file-get remotefile localfile
37049^done
37050(gdb)
37051@end smallexample
37052
37053
37054@subheading The @code{-target-file-delete} Command
37055@findex -target-file-delete
37056
37057@subsubheading Synopsis
37058
37059@smallexample
37060 -target-file-delete @var{targetfile}
37061@end smallexample
37062
37063Delete @var{targetfile} from the target system.
37064
37065@subsubheading @value{GDBN} Command
37066
37067The corresponding @value{GDBN} command is @samp{remote delete}.
37068
37069@subsubheading Example
37070
37071@smallexample
37072(gdb)
37073-target-file-delete remotefile
37074^done
37075(gdb)
37076@end smallexample
37077
37078
58d06528
JB
37079@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37080@node GDB/MI Ada Exceptions Commands
37081@section Ada Exceptions @sc{gdb/mi} Commands
37082
37083@subheading The @code{-info-ada-exceptions} Command
37084@findex -info-ada-exceptions
37085
37086@subsubheading Synopsis
37087
37088@smallexample
37089 -info-ada-exceptions [ @var{regexp}]
37090@end smallexample
37091
37092List all Ada exceptions defined within the program being debugged.
37093With a regular expression @var{regexp}, only those exceptions whose
37094names match @var{regexp} are listed.
37095
37096@subsubheading @value{GDBN} Command
37097
37098The corresponding @value{GDBN} command is @samp{info exceptions}.
37099
37100@subsubheading Result
37101
37102The result is a table of Ada exceptions. The following columns are
37103defined for each exception:
37104
37105@table @samp
37106@item name
37107The name of the exception.
37108
37109@item address
37110The address of the exception.
37111
37112@end table
37113
37114@subsubheading Example
37115
37116@smallexample
37117-info-ada-exceptions aint
37118^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
37119hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
37120@{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
37121body=[@{name="constraint_error",address="0x0000000000613da0"@},
37122@{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
37123@end smallexample
37124
37125@subheading Catching Ada Exceptions
37126
37127The commands describing how to ask @value{GDBN} to stop when a program
37128raises an exception are described at @ref{Ada Exception GDB/MI
37129Catchpoint Commands}.
37130
37131
ef21caaf 37132@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
d192b373
JB
37133@node GDB/MI Support Commands
37134@section @sc{gdb/mi} Support Commands
ef21caaf 37135
d192b373
JB
37136Since new commands and features get regularly added to @sc{gdb/mi},
37137some commands are available to help front-ends query the debugger
37138about support for these capabilities. Similarly, it is also possible
37139to query @value{GDBN} about target support of certain features.
ef21caaf 37140
6b7cbff1
JB
37141@subheading The @code{-info-gdb-mi-command} Command
37142@cindex @code{-info-gdb-mi-command}
37143@findex -info-gdb-mi-command
37144
37145@subsubheading Synopsis
37146
37147@smallexample
37148 -info-gdb-mi-command @var{cmd_name}
37149@end smallexample
37150
37151Query support for the @sc{gdb/mi} command named @var{cmd_name}.
37152
37153Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
37154is technically not part of the command name (@pxref{GDB/MI Input
37155Syntax}), and thus should be omitted in @var{cmd_name}. However,
37156for ease of use, this command also accepts the form with the leading
37157dash.
37158
37159@subsubheading @value{GDBN} Command
37160
37161There is no corresponding @value{GDBN} command.
37162
37163@subsubheading Result
37164
37165The result is a tuple. There is currently only one field:
37166
37167@table @samp
37168@item exists
37169This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
37170@code{"false"} otherwise.
37171
37172@end table
37173
37174@subsubheading Example
37175
37176Here is an example where the @sc{gdb/mi} command does not exist:
37177
37178@smallexample
37179-info-gdb-mi-command unsupported-command
37180^done,command=@{exists="false"@}
37181@end smallexample
37182
37183@noindent
37184And here is an example where the @sc{gdb/mi} command is known
37185to the debugger:
37186
37187@smallexample
37188-info-gdb-mi-command symbol-list-lines
37189^done,command=@{exists="true"@}
37190@end smallexample
37191
084344da
VP
37192@subheading The @code{-list-features} Command
37193@findex -list-features
9b26f0fb 37194@cindex supported @sc{gdb/mi} features, list
084344da
VP
37195
37196Returns a list of particular features of the MI protocol that
37197this version of gdb implements. A feature can be a command,
37198or a new field in an output of some command, or even an
37199important bugfix. While a frontend can sometimes detect presence
37200of a feature at runtime, it is easier to perform detection at debugger
d192b373 37201startup.
084344da
VP
37202
37203The command returns a list of strings, with each string naming an
37204available feature. Each returned string is just a name, it does not
d192b373 37205have any internal structure. The list of possible feature names
084344da
VP
37206is given below.
37207
37208Example output:
37209
37210@smallexample
37211(gdb) -list-features
37212^done,result=["feature1","feature2"]
37213@end smallexample
37214
37215The current list of features is:
37216
edef6000 37217@ftable @samp
30e026bb 37218@item frozen-varobjs
a05336a1 37219Indicates support for the @code{-var-set-frozen} command, as well
6b92c0d3 37220as possible presence of the @code{frozen} field in the output
30e026bb
VP
37221of @code{-varobj-create}.
37222@item pending-breakpoints
a05336a1
JB
37223Indicates support for the @option{-f} option to the @code{-break-insert}
37224command.
b6313243 37225@item python
a05336a1 37226Indicates Python scripting support, Python-based
b6313243
TT
37227pretty-printing commands, and possible presence of the
37228@samp{display_hint} field in the output of @code{-var-list-children}
30e026bb 37229@item thread-info
a05336a1 37230Indicates support for the @code{-thread-info} command.
8dedea02 37231@item data-read-memory-bytes
a05336a1 37232Indicates support for the @code{-data-read-memory-bytes} and the
8dedea02 37233@code{-data-write-memory-bytes} commands.
39c4d40a
TT
37234@item breakpoint-notifications
37235Indicates that changes to breakpoints and breakpoints created via the
37236CLI will be announced via async records.
5d77fe44 37237@item ada-task-info
6adcee18 37238Indicates support for the @code{-ada-task-info} command.
422ad5c2
JB
37239@item language-option
37240Indicates that all @sc{gdb/mi} commands accept the @option{--language}
37241option (@pxref{Context management}).
6b7cbff1
JB
37242@item info-gdb-mi-command
37243Indicates support for the @code{-info-gdb-mi-command} command.
2ea126fa
JB
37244@item undefined-command-error-code
37245Indicates support for the "undefined-command" error code in error result
37246records, produced when trying to execute an undefined @sc{gdb/mi} command
37247(@pxref{GDB/MI Result Records}).
72bfa06c
JB
37248@item exec-run-start-option
37249Indicates that the @code{-exec-run} command supports the @option{--start}
37250option (@pxref{GDB/MI Program Execution}).
26fb3983
JV
37251@item data-disassemble-a-option
37252Indicates that the @code{-data-disassemble} command supports the @option{-a}
37253option (@pxref{GDB/MI Data Manipulation}).
edef6000 37254@end ftable
084344da 37255
c6ebd6cf
VP
37256@subheading The @code{-list-target-features} Command
37257@findex -list-target-features
37258
37259Returns a list of particular features that are supported by the
37260target. Those features affect the permitted MI commands, but
37261unlike the features reported by the @code{-list-features} command, the
37262features depend on which target GDB is using at the moment. Whenever
37263a target can change, due to commands such as @code{-target-select},
37264@code{-target-attach} or @code{-exec-run}, the list of target features
37265may change, and the frontend should obtain it again.
37266Example output:
37267
37268@smallexample
b3d3b4bd 37269(gdb) -list-target-features
c6ebd6cf
VP
37270^done,result=["async"]
37271@end smallexample
37272
37273The current list of features is:
37274
37275@table @samp
37276@item async
37277Indicates that the target is capable of asynchronous command
37278execution, which means that @value{GDBN} will accept further commands
37279while the target is running.
37280
f75d858b
MK
37281@item reverse
37282Indicates that the target is capable of reverse execution.
37283@xref{Reverse Execution}, for more information.
37284
c6ebd6cf
VP
37285@end table
37286
d192b373
JB
37287@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37288@node GDB/MI Miscellaneous Commands
37289@section Miscellaneous @sc{gdb/mi} Commands
37290
37291@c @subheading -gdb-complete
37292
37293@subheading The @code{-gdb-exit} Command
37294@findex -gdb-exit
37295
37296@subsubheading Synopsis
37297
37298@smallexample
37299 -gdb-exit
37300@end smallexample
37301
37302Exit @value{GDBN} immediately.
37303
37304@subsubheading @value{GDBN} Command
37305
37306Approximately corresponds to @samp{quit}.
37307
37308@subsubheading Example
37309
37310@smallexample
37311(gdb)
37312-gdb-exit
37313^exit
37314@end smallexample
37315
37316
37317@ignore
37318@subheading The @code{-exec-abort} Command
37319@findex -exec-abort
37320
37321@subsubheading Synopsis
37322
37323@smallexample
37324 -exec-abort
37325@end smallexample
37326
37327Kill the inferior running program.
37328
37329@subsubheading @value{GDBN} Command
37330
37331The corresponding @value{GDBN} command is @samp{kill}.
37332
37333@subsubheading Example
37334N.A.
37335@end ignore
37336
37337
37338@subheading The @code{-gdb-set} Command
37339@findex -gdb-set
37340
37341@subsubheading Synopsis
37342
37343@smallexample
37344 -gdb-set
37345@end smallexample
37346
37347Set an internal @value{GDBN} variable.
37348@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
37349
37350@subsubheading @value{GDBN} Command
37351
37352The corresponding @value{GDBN} command is @samp{set}.
37353
37354@subsubheading Example
37355
37356@smallexample
37357(gdb)
37358-gdb-set $foo=3
37359^done
37360(gdb)
37361@end smallexample
37362
37363
37364@subheading The @code{-gdb-show} Command
37365@findex -gdb-show
37366
37367@subsubheading Synopsis
37368
37369@smallexample
37370 -gdb-show
37371@end smallexample
37372
37373Show the current value of a @value{GDBN} variable.
37374
37375@subsubheading @value{GDBN} Command
37376
37377The corresponding @value{GDBN} command is @samp{show}.
37378
37379@subsubheading Example
37380
37381@smallexample
37382(gdb)
37383-gdb-show annotate
37384^done,value="0"
37385(gdb)
37386@end smallexample
37387
37388@c @subheading -gdb-source
37389
37390
37391@subheading The @code{-gdb-version} Command
37392@findex -gdb-version
37393
37394@subsubheading Synopsis
37395
37396@smallexample
37397 -gdb-version
37398@end smallexample
37399
37400Show version information for @value{GDBN}. Used mostly in testing.
37401
37402@subsubheading @value{GDBN} Command
37403
37404The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
37405default shows this information when you start an interactive session.
37406
37407@subsubheading Example
37408
37409@c This example modifies the actual output from GDB to avoid overfull
37410@c box in TeX.
37411@smallexample
37412(gdb)
37413-gdb-version
37414~GNU gdb 5.2.1
37415~Copyright 2000 Free Software Foundation, Inc.
37416~GDB is free software, covered by the GNU General Public License, and
37417~you are welcome to change it and/or distribute copies of it under
37418~ certain conditions.
37419~Type "show copying" to see the conditions.
37420~There is absolutely no warranty for GDB. Type "show warranty" for
37421~ details.
37422~This GDB was configured as
37423 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
37424^done
37425(gdb)
37426@end smallexample
37427
c3b108f7
VP
37428@subheading The @code{-list-thread-groups} Command
37429@findex -list-thread-groups
37430
37431@subheading Synopsis
37432
37433@smallexample
dc146f7c 37434-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
c3b108f7
VP
37435@end smallexample
37436
dc146f7c
VP
37437Lists thread groups (@pxref{Thread groups}). When a single thread
37438group is passed as the argument, lists the children of that group.
37439When several thread group are passed, lists information about those
37440thread groups. Without any parameters, lists information about all
37441top-level thread groups.
37442
37443Normally, thread groups that are being debugged are reported.
37444With the @samp{--available} option, @value{GDBN} reports thread groups
37445available on the target.
37446
37447The output of this command may have either a @samp{threads} result or
37448a @samp{groups} result. The @samp{thread} result has a list of tuples
37449as value, with each tuple describing a thread (@pxref{GDB/MI Thread
37450Information}). The @samp{groups} result has a list of tuples as value,
37451each tuple describing a thread group. If top-level groups are
37452requested (that is, no parameter is passed), or when several groups
37453are passed, the output always has a @samp{groups} result. The format
37454of the @samp{group} result is described below.
37455
37456To reduce the number of roundtrips it's possible to list thread groups
37457together with their children, by passing the @samp{--recurse} option
37458and the recursion depth. Presently, only recursion depth of 1 is
37459permitted. If this option is present, then every reported thread group
37460will also include its children, either as @samp{group} or
37461@samp{threads} field.
37462
37463In general, any combination of option and parameters is permitted, with
37464the following caveats:
37465
37466@itemize @bullet
37467@item
37468When a single thread group is passed, the output will typically
37469be the @samp{threads} result. Because threads may not contain
37470anything, the @samp{recurse} option will be ignored.
37471
37472@item
37473When the @samp{--available} option is passed, limited information may
37474be available. In particular, the list of threads of a process might
37475be inaccessible. Further, specifying specific thread groups might
37476not give any performance advantage over listing all thread groups.
37477The frontend should assume that @samp{-list-thread-groups --available}
37478is always an expensive operation and cache the results.
37479
37480@end itemize
37481
37482The @samp{groups} result is a list of tuples, where each tuple may
37483have the following fields:
37484
37485@table @code
37486@item id
37487Identifier of the thread group. This field is always present.
a79b8f6e
VP
37488The identifier is an opaque string; frontends should not try to
37489convert it to an integer, even though it might look like one.
dc146f7c
VP
37490
37491@item type
37492The type of the thread group. At present, only @samp{process} is a
37493valid type.
37494
37495@item pid
37496The target-specific process identifier. This field is only present
a79b8f6e 37497for thread groups of type @samp{process} and only if the process exists.
c3b108f7 37498
2ddf4301
SM
37499@item exit-code
37500The exit code of this group's last exited thread, formatted in octal.
37501This field is only present for thread groups of type @samp{process} and
37502only if the process is not running.
37503
dc146f7c
VP
37504@item num_children
37505The number of children this thread group has. This field may be
37506absent for an available thread group.
37507
37508@item threads
37509This field has a list of tuples as value, each tuple describing a
37510thread. It may be present if the @samp{--recurse} option is
37511specified, and it's actually possible to obtain the threads.
37512
37513@item cores
37514This field is a list of integers, each identifying a core that one
37515thread of the group is running on. This field may be absent if
37516such information is not available.
37517
a79b8f6e
VP
37518@item executable
37519The name of the executable file that corresponds to this thread group.
37520The field is only present for thread groups of type @samp{process},
37521and only if there is a corresponding executable file.
37522
dc146f7c 37523@end table
c3b108f7
VP
37524
37525@subheading Example
37526
37527@smallexample
37528@value{GDBP}
37529-list-thread-groups
37530^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
37531-list-thread-groups 17
37532^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
37533 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
37534@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
37535 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
6d52907e 37536 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
dc146f7c
VP
37537-list-thread-groups --available
37538^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
37539-list-thread-groups --available --recurse 1
37540 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
37541 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
37542 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
37543-list-thread-groups --available --recurse 1 17 18
37544^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
37545 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
37546 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
c3b108f7 37547@end smallexample
c6ebd6cf 37548
f3e0e960
SS
37549@subheading The @code{-info-os} Command
37550@findex -info-os
37551
37552@subsubheading Synopsis
37553
37554@smallexample
37555-info-os [ @var{type} ]
37556@end smallexample
37557
37558If no argument is supplied, the command returns a table of available
37559operating-system-specific information types. If one of these types is
37560supplied as an argument @var{type}, then the command returns a table
37561of data of that type.
37562
37563The types of information available depend on the target operating
37564system.
37565
37566@subsubheading @value{GDBN} Command
37567
37568The corresponding @value{GDBN} command is @samp{info os}.
37569
37570@subsubheading Example
37571
37572When run on a @sc{gnu}/Linux system, the output will look something
37573like this:
37574
37575@smallexample
37576@value{GDBP}
37577-info-os
d33279b3 37578^done,OSDataTable=@{nr_rows="10",nr_cols="3",
f3e0e960 37579hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
71caed83
SS
37580 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
37581 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
d33279b3
AT
37582body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
37583 col2="CPUs"@},
37584 item=@{col0="files",col1="Listing of all file descriptors",
37585 col2="File descriptors"@},
37586 item=@{col0="modules",col1="Listing of all loaded kernel modules",
37587 col2="Kernel modules"@},
37588 item=@{col0="msg",col1="Listing of all message queues",
37589 col2="Message queues"@},
37590 item=@{col0="processes",col1="Listing of all processes",
71caed83
SS
37591 col2="Processes"@},
37592 item=@{col0="procgroups",col1="Listing of all process groups",
37593 col2="Process groups"@},
71caed83
SS
37594 item=@{col0="semaphores",col1="Listing of all semaphores",
37595 col2="Semaphores"@},
d33279b3
AT
37596 item=@{col0="shm",col1="Listing of all shared-memory regions",
37597 col2="Shared-memory regions"@},
37598 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
37599 col2="Sockets"@},
37600 item=@{col0="threads",col1="Listing of all threads",
37601 col2="Threads"@}]
f3e0e960
SS
37602@value{GDBP}
37603-info-os processes
37604^done,OSDataTable=@{nr_rows="190",nr_cols="4",
37605hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
37606 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
37607 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
37608 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
37609body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
37610 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
37611 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
37612 ...
37613 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
37614 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
37615(gdb)
37616@end smallexample
a79b8f6e 37617
71caed83
SS
37618(Note that the MI output here includes a @code{"Title"} column that
37619does not appear in command-line @code{info os}; this column is useful
37620for MI clients that want to enumerate the types of data, such as in a
37621popup menu, but is needless clutter on the command line, and
37622@code{info os} omits it.)
37623
a79b8f6e
VP
37624@subheading The @code{-add-inferior} Command
37625@findex -add-inferior
37626
37627@subheading Synopsis
37628
37629@smallexample
37630-add-inferior
37631@end smallexample
37632
37633Creates a new inferior (@pxref{Inferiors and Programs}). The created
37634inferior is not associated with any executable. Such association may
37635be established with the @samp{-file-exec-and-symbols} command
37636(@pxref{GDB/MI File Commands}). The command response has a single
b7742092 37637field, @samp{inferior}, whose value is the identifier of the
a79b8f6e
VP
37638thread group corresponding to the new inferior.
37639
37640@subheading Example
37641
37642@smallexample
37643@value{GDBP}
37644-add-inferior
b7742092 37645^done,inferior="i3"
a79b8f6e
VP
37646@end smallexample
37647
ef21caaf
NR
37648@subheading The @code{-interpreter-exec} Command
37649@findex -interpreter-exec
37650
37651@subheading Synopsis
37652
37653@smallexample
37654-interpreter-exec @var{interpreter} @var{command}
37655@end smallexample
a2c02241 37656@anchor{-interpreter-exec}
ef21caaf
NR
37657
37658Execute the specified @var{command} in the given @var{interpreter}.
37659
37660@subheading @value{GDBN} Command
37661
37662The corresponding @value{GDBN} command is @samp{interpreter-exec}.
37663
37664@subheading Example
37665
37666@smallexample
594fe323 37667(gdb)
ef21caaf
NR
37668-interpreter-exec console "break main"
37669&"During symbol reading, couldn't parse type; debugger out of date?.\n"
37670&"During symbol reading, bad structure-type format.\n"
37671~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
37672^done
594fe323 37673(gdb)
ef21caaf
NR
37674@end smallexample
37675
37676@subheading The @code{-inferior-tty-set} Command
37677@findex -inferior-tty-set
37678
37679@subheading Synopsis
37680
37681@smallexample
37682-inferior-tty-set /dev/pts/1
37683@end smallexample
37684
37685Set terminal for future runs of the program being debugged.
37686
37687@subheading @value{GDBN} Command
37688
37689The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
37690
37691@subheading Example
37692
37693@smallexample
594fe323 37694(gdb)
ef21caaf
NR
37695-inferior-tty-set /dev/pts/1
37696^done
594fe323 37697(gdb)
ef21caaf
NR
37698@end smallexample
37699
37700@subheading The @code{-inferior-tty-show} Command
37701@findex -inferior-tty-show
37702
37703@subheading Synopsis
37704
37705@smallexample
37706-inferior-tty-show
37707@end smallexample
37708
37709Show terminal for future runs of program being debugged.
37710
37711@subheading @value{GDBN} Command
37712
37713The corresponding @value{GDBN} command is @samp{show inferior-tty}.
37714
37715@subheading Example
37716
37717@smallexample
594fe323 37718(gdb)
ef21caaf
NR
37719-inferior-tty-set /dev/pts/1
37720^done
594fe323 37721(gdb)
ef21caaf
NR
37722-inferior-tty-show
37723^done,inferior_tty_terminal="/dev/pts/1"
594fe323 37724(gdb)
ef21caaf 37725@end smallexample
922fbb7b 37726
a4eefcd8
NR
37727@subheading The @code{-enable-timings} Command
37728@findex -enable-timings
37729
37730@subheading Synopsis
37731
37732@smallexample
37733-enable-timings [yes | no]
37734@end smallexample
37735
37736Toggle the printing of the wallclock, user and system times for an MI
37737command as a field in its output. This command is to help frontend
37738developers optimize the performance of their code. No argument is
37739equivalent to @samp{yes}.
37740
37741@subheading @value{GDBN} Command
37742
37743No equivalent.
37744
37745@subheading Example
37746
37747@smallexample
37748(gdb)
37749-enable-timings
37750^done
37751(gdb)
37752-break-insert main
37753^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
37754addr="0x080484ed",func="main",file="myprog.c",
998580f1
MK
37755fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
37756times="0"@},
a4eefcd8
NR
37757time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
37758(gdb)
37759-enable-timings no
37760^done
37761(gdb)
37762-exec-run
37763^running
37764(gdb)
a47ec5fe 37765*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
37766frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
37767@{name="argv",value="0xbfb60364"@}],file="myprog.c",
6d52907e 37768fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
a4eefcd8
NR
37769(gdb)
37770@end smallexample
37771
26648588
JV
37772@subheading The @code{-complete} Command
37773@findex -complete
37774
37775@subheading Synopsis
37776
37777@smallexample
37778-complete @var{command}
37779@end smallexample
37780
37781Show a list of completions for partially typed CLI @var{command}.
37782
37783This command is intended for @sc{gdb/mi} frontends that cannot use two separate
7166f90a 37784CLI and MI channels --- for example: because of lack of PTYs like on Windows or
26648588
JV
37785because @value{GDBN} is used remotely via a SSH connection.
37786
37787@subheading Result
37788
37789The result consists of two or three fields:
37790
37791@table @samp
37792@item completion
37793This field contains the completed @var{command}. If @var{command}
37794has no known completions, this field is omitted.
37795
37796@item matches
37797This field contains a (possibly empty) array of matches. It is always present.
37798
37799@item max_completions_reached
37800This field contains @code{1} if number of known completions is above
7166f90a 37801@code{max-completions} limit (@pxref{Completion}), otherwise it contains
26648588
JV
37802@code{0}. It is always present.
37803
37804@end table
37805
37806@subheading @value{GDBN} Command
37807
37808The corresponding @value{GDBN} command is @samp{complete}.
37809
37810@subheading Example
37811
37812@smallexample
37813(gdb)
37814-complete br
37815^done,completion="break",
37816 matches=["break","break-range"],
37817 max_completions_reached="0"
37818(gdb)
37819-complete "b ma"
37820^done,completion="b ma",
37821 matches=["b madvise","b main"],max_completions_reached="0"
37822(gdb)
37823-complete "b push_b"
37824^done,completion="b push_back(",
37825 matches=[
37826 "b A::push_back(void*)",
37827 "b std::string::push_back(char)",
37828 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
37829 max_completions_reached="0"
37830(gdb)
37831-complete "nonexist"
37832^done,matches=[],max_completions_reached="0"
37833(gdb)
37834
37835@end smallexample
37836
922fbb7b
AC
37837@node Annotations
37838@chapter @value{GDBN} Annotations
37839
086432e2
AC
37840This chapter describes annotations in @value{GDBN}. Annotations were
37841designed to interface @value{GDBN} to graphical user interfaces or other
37842similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
37843relatively high level.
37844
d3e8051b 37845The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
37846(@pxref{GDB/MI}).
37847
922fbb7b
AC
37848@ignore
37849This is Edition @value{EDITION}, @value{DATE}.
37850@end ignore
37851
37852@menu
37853* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 37854* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
37855* Prompting:: Annotations marking @value{GDBN}'s need for input.
37856* Errors:: Annotations for error messages.
922fbb7b
AC
37857* Invalidation:: Some annotations describe things now invalid.
37858* Annotations for Running::
37859 Whether the program is running, how it stopped, etc.
37860* Source Annotations:: Annotations describing source code.
922fbb7b
AC
37861@end menu
37862
37863@node Annotations Overview
37864@section What is an Annotation?
37865@cindex annotations
37866
922fbb7b
AC
37867Annotations start with a newline character, two @samp{control-z}
37868characters, and the name of the annotation. If there is no additional
37869information associated with this annotation, the name of the annotation
37870is followed immediately by a newline. If there is additional
37871information, the name of the annotation is followed by a space, the
37872additional information, and a newline. The additional information
37873cannot contain newline characters.
37874
37875Any output not beginning with a newline and two @samp{control-z}
37876characters denotes literal output from @value{GDBN}. Currently there is
37877no need for @value{GDBN} to output a newline followed by two
37878@samp{control-z} characters, but if there was such a need, the
37879annotations could be extended with an @samp{escape} annotation which
37880means those three characters as output.
37881
086432e2
AC
37882The annotation @var{level}, which is specified using the
37883@option{--annotate} command line option (@pxref{Mode Options}), controls
37884how much information @value{GDBN} prints together with its prompt,
37885values of expressions, source lines, and other types of output. Level 0
d3e8051b 37886is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
37887subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
37888for programs that control @value{GDBN}, and level 2 annotations have
37889been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
37890Interface, annotate, GDB's Obsolete Annotations}).
37891
37892@table @code
37893@kindex set annotate
37894@item set annotate @var{level}
e09f16f9 37895The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 37896annotations to the specified @var{level}.
9c16f35a
EZ
37897
37898@item show annotate
37899@kindex show annotate
37900Show the current annotation level.
09d4efe1
EZ
37901@end table
37902
37903This chapter describes level 3 annotations.
086432e2 37904
922fbb7b
AC
37905A simple example of starting up @value{GDBN} with annotations is:
37906
37907@smallexample
086432e2
AC
37908$ @kbd{gdb --annotate=3}
37909GNU gdb 6.0
37910Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
37911GDB is free software, covered by the GNU General Public License,
37912and you are welcome to change it and/or distribute copies of it
37913under certain conditions.
37914Type "show copying" to see the conditions.
37915There is absolutely no warranty for GDB. Type "show warranty"
37916for details.
086432e2 37917This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
37918
37919^Z^Zpre-prompt
f7dc1244 37920(@value{GDBP})
922fbb7b 37921^Z^Zprompt
086432e2 37922@kbd{quit}
922fbb7b
AC
37923
37924^Z^Zpost-prompt
b383017d 37925$
922fbb7b
AC
37926@end smallexample
37927
37928Here @samp{quit} is input to @value{GDBN}; the rest is output from
37929@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
37930denotes a @samp{control-z} character) are annotations; the rest is
37931output from @value{GDBN}.
37932
9e6c4bd5
NR
37933@node Server Prefix
37934@section The Server Prefix
37935@cindex server prefix
37936
37937If you prefix a command with @samp{server } then it will not affect
37938the command history, nor will it affect @value{GDBN}'s notion of which
37939command to repeat if @key{RET} is pressed on a line by itself. This
37940means that commands can be run behind a user's back by a front-end in
37941a transparent manner.
37942
d837706a
NR
37943The @code{server } prefix does not affect the recording of values into
37944the value history; to print a value without recording it into the
37945value history, use the @code{output} command instead of the
37946@code{print} command.
37947
37948Using this prefix also disables confirmation requests
37949(@pxref{confirmation requests}).
9e6c4bd5 37950
922fbb7b
AC
37951@node Prompting
37952@section Annotation for @value{GDBN} Input
37953
37954@cindex annotations for prompts
37955When @value{GDBN} prompts for input, it annotates this fact so it is possible
37956to know when to send output, when the output from a given command is
37957over, etc.
37958
37959Different kinds of input each have a different @dfn{input type}. Each
37960input type has three annotations: a @code{pre-} annotation, which
37961denotes the beginning of any prompt which is being output, a plain
37962annotation, which denotes the end of the prompt, and then a @code{post-}
37963annotation which denotes the end of any echo which may (or may not) be
37964associated with the input. For example, the @code{prompt} input type
37965features the following annotations:
37966
37967@smallexample
37968^Z^Zpre-prompt
37969^Z^Zprompt
37970^Z^Zpost-prompt
37971@end smallexample
37972
37973The input types are
37974
37975@table @code
e5ac9b53
EZ
37976@findex pre-prompt annotation
37977@findex prompt annotation
37978@findex post-prompt annotation
922fbb7b
AC
37979@item prompt
37980When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
37981
e5ac9b53
EZ
37982@findex pre-commands annotation
37983@findex commands annotation
37984@findex post-commands annotation
922fbb7b
AC
37985@item commands
37986When @value{GDBN} prompts for a set of commands, like in the @code{commands}
37987command. The annotations are repeated for each command which is input.
37988
e5ac9b53
EZ
37989@findex pre-overload-choice annotation
37990@findex overload-choice annotation
37991@findex post-overload-choice annotation
922fbb7b
AC
37992@item overload-choice
37993When @value{GDBN} wants the user to select between various overloaded functions.
37994
e5ac9b53
EZ
37995@findex pre-query annotation
37996@findex query annotation
37997@findex post-query annotation
922fbb7b
AC
37998@item query
37999When @value{GDBN} wants the user to confirm a potentially dangerous operation.
38000
e5ac9b53
EZ
38001@findex pre-prompt-for-continue annotation
38002@findex prompt-for-continue annotation
38003@findex post-prompt-for-continue annotation
922fbb7b
AC
38004@item prompt-for-continue
38005When @value{GDBN} is asking the user to press return to continue. Note: Don't
38006expect this to work well; instead use @code{set height 0} to disable
38007prompting. This is because the counting of lines is buggy in the
38008presence of annotations.
38009@end table
38010
38011@node Errors
38012@section Errors
38013@cindex annotations for errors, warnings and interrupts
38014
e5ac9b53 38015@findex quit annotation
922fbb7b
AC
38016@smallexample
38017^Z^Zquit
38018@end smallexample
38019
38020This annotation occurs right before @value{GDBN} responds to an interrupt.
38021
e5ac9b53 38022@findex error annotation
922fbb7b
AC
38023@smallexample
38024^Z^Zerror
38025@end smallexample
38026
38027This annotation occurs right before @value{GDBN} responds to an error.
38028
38029Quit and error annotations indicate that any annotations which @value{GDBN} was
38030in the middle of may end abruptly. For example, if a
38031@code{value-history-begin} annotation is followed by a @code{error}, one
38032cannot expect to receive the matching @code{value-history-end}. One
38033cannot expect not to receive it either, however; an error annotation
38034does not necessarily mean that @value{GDBN} is immediately returning all the way
38035to the top level.
38036
e5ac9b53 38037@findex error-begin annotation
922fbb7b
AC
38038A quit or error annotation may be preceded by
38039
38040@smallexample
38041^Z^Zerror-begin
38042@end smallexample
38043
38044Any output between that and the quit or error annotation is the error
38045message.
38046
38047Warning messages are not yet annotated.
38048@c If we want to change that, need to fix warning(), type_error(),
38049@c range_error(), and possibly other places.
38050
922fbb7b
AC
38051@node Invalidation
38052@section Invalidation Notices
38053
38054@cindex annotations for invalidation messages
38055The following annotations say that certain pieces of state may have
38056changed.
38057
38058@table @code
e5ac9b53 38059@findex frames-invalid annotation
922fbb7b
AC
38060@item ^Z^Zframes-invalid
38061
38062The frames (for example, output from the @code{backtrace} command) may
38063have changed.
38064
e5ac9b53 38065@findex breakpoints-invalid annotation
922fbb7b
AC
38066@item ^Z^Zbreakpoints-invalid
38067
38068The breakpoints may have changed. For example, the user just added or
38069deleted a breakpoint.
38070@end table
38071
38072@node Annotations for Running
38073@section Running the Program
38074@cindex annotations for running programs
38075
e5ac9b53
EZ
38076@findex starting annotation
38077@findex stopping annotation
922fbb7b 38078When the program starts executing due to a @value{GDBN} command such as
b383017d 38079@code{step} or @code{continue},
922fbb7b
AC
38080
38081@smallexample
38082^Z^Zstarting
38083@end smallexample
38084
b383017d 38085is output. When the program stops,
922fbb7b
AC
38086
38087@smallexample
38088^Z^Zstopped
38089@end smallexample
38090
38091is output. Before the @code{stopped} annotation, a variety of
38092annotations describe how the program stopped.
38093
38094@table @code
e5ac9b53 38095@findex exited annotation
922fbb7b
AC
38096@item ^Z^Zexited @var{exit-status}
38097The program exited, and @var{exit-status} is the exit status (zero for
38098successful exit, otherwise nonzero).
38099
e5ac9b53
EZ
38100@findex signalled annotation
38101@findex signal-name annotation
38102@findex signal-name-end annotation
38103@findex signal-string annotation
38104@findex signal-string-end annotation
922fbb7b
AC
38105@item ^Z^Zsignalled
38106The program exited with a signal. After the @code{^Z^Zsignalled}, the
38107annotation continues:
38108
38109@smallexample
38110@var{intro-text}
38111^Z^Zsignal-name
38112@var{name}
38113^Z^Zsignal-name-end
38114@var{middle-text}
38115^Z^Zsignal-string
38116@var{string}
38117^Z^Zsignal-string-end
38118@var{end-text}
38119@end smallexample
38120
38121@noindent
38122where @var{name} is the name of the signal, such as @code{SIGILL} or
38123@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
697aa1b7 38124as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
922fbb7b
AC
38125@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
38126user's benefit and have no particular format.
38127
e5ac9b53 38128@findex signal annotation
922fbb7b
AC
38129@item ^Z^Zsignal
38130The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
38131just saying that the program received the signal, not that it was
38132terminated with it.
38133
e5ac9b53 38134@findex breakpoint annotation
922fbb7b
AC
38135@item ^Z^Zbreakpoint @var{number}
38136The program hit breakpoint number @var{number}.
38137
e5ac9b53 38138@findex watchpoint annotation
922fbb7b
AC
38139@item ^Z^Zwatchpoint @var{number}
38140The program hit watchpoint number @var{number}.
38141@end table
38142
38143@node Source Annotations
38144@section Displaying Source
38145@cindex annotations for source display
38146
e5ac9b53 38147@findex source annotation
922fbb7b
AC
38148The following annotation is used instead of displaying source code:
38149
38150@smallexample
38151^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
38152@end smallexample
38153
38154where @var{filename} is an absolute file name indicating which source
38155file, @var{line} is the line number within that file (where 1 is the
38156first line in the file), @var{character} is the character position
38157within the file (where 0 is the first character in the file) (for most
38158debug formats this will necessarily point to the beginning of a line),
38159@var{middle} is @samp{middle} if @var{addr} is in the middle of the
38160line, or @samp{beg} if @var{addr} is at the beginning of the line, and
38161@var{addr} is the address in the target program associated with the
697aa1b7 38162source which is being displayed. The @var{addr} is in the form @samp{0x}
922fbb7b
AC
38163followed by one or more lowercase hex digits (note that this does not
38164depend on the language).
38165
4efc6507
DE
38166@node JIT Interface
38167@chapter JIT Compilation Interface
38168@cindex just-in-time compilation
38169@cindex JIT compilation interface
38170
38171This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
38172interface. A JIT compiler is a program or library that generates native
38173executable code at runtime and executes it, usually in order to achieve good
38174performance while maintaining platform independence.
38175
38176Programs that use JIT compilation are normally difficult to debug because
38177portions of their code are generated at runtime, instead of being loaded from
38178object files, which is where @value{GDBN} normally finds the program's symbols
38179and debug information. In order to debug programs that use JIT compilation,
38180@value{GDBN} has an interface that allows the program to register in-memory
38181symbol files with @value{GDBN} at runtime.
38182
38183If you are using @value{GDBN} to debug a program that uses this interface, then
38184it should work transparently so long as you have not stripped the binary. If
38185you are developing a JIT compiler, then the interface is documented in the rest
38186of this chapter. At this time, the only known client of this interface is the
38187LLVM JIT.
38188
38189Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
38190JIT compiler communicates with @value{GDBN} by writing data into a global
6b92c0d3 38191variable and calling a function at a well-known symbol. When @value{GDBN}
4efc6507
DE
38192attaches, it reads a linked list of symbol files from the global variable to
38193find existing code, and puts a breakpoint in the function so that it can find
38194out about additional code.
38195
38196@menu
38197* Declarations:: Relevant C struct declarations
38198* Registering Code:: Steps to register code
38199* Unregistering Code:: Steps to unregister code
f85b53f8 38200* Custom Debug Info:: Emit debug information in a custom format
4efc6507
DE
38201@end menu
38202
38203@node Declarations
38204@section JIT Declarations
38205
38206These are the relevant struct declarations that a C program should include to
38207implement the interface:
38208
38209@smallexample
38210typedef enum
38211@{
38212 JIT_NOACTION = 0,
38213 JIT_REGISTER_FN,
38214 JIT_UNREGISTER_FN
38215@} jit_actions_t;
38216
38217struct jit_code_entry
38218@{
38219 struct jit_code_entry *next_entry;
38220 struct jit_code_entry *prev_entry;
38221 const char *symfile_addr;
38222 uint64_t symfile_size;
38223@};
38224
38225struct jit_descriptor
38226@{
38227 uint32_t version;
38228 /* This type should be jit_actions_t, but we use uint32_t
38229 to be explicit about the bitwidth. */
38230 uint32_t action_flag;
38231 struct jit_code_entry *relevant_entry;
38232 struct jit_code_entry *first_entry;
38233@};
38234
38235/* GDB puts a breakpoint in this function. */
38236void __attribute__((noinline)) __jit_debug_register_code() @{ @};
38237
38238/* Make sure to specify the version statically, because the
38239 debugger may check the version before we can set it. */
38240struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
38241@end smallexample
38242
38243If the JIT is multi-threaded, then it is important that the JIT synchronize any
38244modifications to this global data properly, which can easily be done by putting
38245a global mutex around modifications to these structures.
38246
38247@node Registering Code
38248@section Registering Code
38249
38250To register code with @value{GDBN}, the JIT should follow this protocol:
38251
38252@itemize @bullet
38253@item
38254Generate an object file in memory with symbols and other desired debug
38255information. The file must include the virtual addresses of the sections.
38256
38257@item
38258Create a code entry for the file, which gives the start and size of the symbol
38259file.
38260
38261@item
38262Add it to the linked list in the JIT descriptor.
38263
38264@item
38265Point the relevant_entry field of the descriptor at the entry.
38266
38267@item
38268Set @code{action_flag} to @code{JIT_REGISTER} and call
38269@code{__jit_debug_register_code}.
38270@end itemize
38271
38272When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
38273@code{relevant_entry} pointer so it doesn't have to walk the list looking for
38274new code. However, the linked list must still be maintained in order to allow
38275@value{GDBN} to attach to a running process and still find the symbol files.
38276
38277@node Unregistering Code
38278@section Unregistering Code
38279
38280If code is freed, then the JIT should use the following protocol:
38281
38282@itemize @bullet
38283@item
38284Remove the code entry corresponding to the code from the linked list.
38285
38286@item
38287Point the @code{relevant_entry} field of the descriptor at the code entry.
38288
38289@item
38290Set @code{action_flag} to @code{JIT_UNREGISTER} and call
38291@code{__jit_debug_register_code}.
38292@end itemize
38293
38294If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
38295and the JIT will leak the memory used for the associated symbol files.
38296
f85b53f8
SD
38297@node Custom Debug Info
38298@section Custom Debug Info
38299@cindex custom JIT debug info
38300@cindex JIT debug info reader
38301
38302Generating debug information in platform-native file formats (like ELF
38303or COFF) may be an overkill for JIT compilers; especially if all the
38304debug info is used for is displaying a meaningful backtrace. The
38305issue can be resolved by having the JIT writers decide on a debug info
38306format and also provide a reader that parses the debug info generated
38307by the JIT compiler. This section gives a brief overview on writing
38308such a parser. More specific details can be found in the source file
38309@file{gdb/jit-reader.in}, which is also installed as a header at
38310@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
38311
38312The reader is implemented as a shared object (so this functionality is
38313not available on platforms which don't allow loading shared objects at
38314runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
38315@code{jit-reader-unload} are provided, to be used to load and unload
38316the readers from a preconfigured directory. Once loaded, the shared
38317object is used the parse the debug information emitted by the JIT
38318compiler.
38319
38320@menu
38321* Using JIT Debug Info Readers:: How to use supplied readers correctly
38322* Writing JIT Debug Info Readers:: Creating a debug-info reader
38323@end menu
38324
38325@node Using JIT Debug Info Readers
38326@subsection Using JIT Debug Info Readers
38327@kindex jit-reader-load
38328@kindex jit-reader-unload
38329
38330Readers can be loaded and unloaded using the @code{jit-reader-load}
38331and @code{jit-reader-unload} commands.
38332
38333@table @code
c9fb1240 38334@item jit-reader-load @var{reader}
697aa1b7 38335Load the JIT reader named @var{reader}, which is a shared
c9fb1240
SD
38336object specified as either an absolute or a relative file name. In
38337the latter case, @value{GDBN} will try to load the reader from a
38338pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
38339system (here @var{libdir} is the system library directory, often
38340@file{/usr/local/lib}).
38341
38342Only one reader can be active at a time; trying to load a second
38343reader when one is already loaded will result in @value{GDBN}
38344reporting an error. A new JIT reader can be loaded by first unloading
38345the current one using @code{jit-reader-unload} and then invoking
38346@code{jit-reader-load}.
f85b53f8
SD
38347
38348@item jit-reader-unload
38349Unload the currently loaded JIT reader.
38350
38351@end table
38352
38353@node Writing JIT Debug Info Readers
38354@subsection Writing JIT Debug Info Readers
38355@cindex writing JIT debug info readers
38356
38357As mentioned, a reader is essentially a shared object conforming to a
38358certain ABI. This ABI is described in @file{jit-reader.h}.
38359
38360@file{jit-reader.h} defines the structures, macros and functions
38361required to write a reader. It is installed (along with
38362@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
38363the system include directory.
38364
38365Readers need to be released under a GPL compatible license. A reader
38366can be declared as released under such a license by placing the macro
38367@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
38368
38369The entry point for readers is the symbol @code{gdb_init_reader},
38370which is expected to be a function with the prototype
38371
38372@findex gdb_init_reader
38373@smallexample
38374extern struct gdb_reader_funcs *gdb_init_reader (void);
38375@end smallexample
38376
38377@cindex @code{struct gdb_reader_funcs}
38378
38379@code{struct gdb_reader_funcs} contains a set of pointers to callback
38380functions. These functions are executed to read the debug info
38381generated by the JIT compiler (@code{read}), to unwind stack frames
38382(@code{unwind}) and to create canonical frame IDs
27f7b2f6 38383(@code{get_frame_id}). It also has a callback that is called when the
f85b53f8
SD
38384reader is being unloaded (@code{destroy}). The struct looks like this
38385
38386@smallexample
38387struct gdb_reader_funcs
38388@{
38389 /* Must be set to GDB_READER_INTERFACE_VERSION. */
38390 int reader_version;
38391
38392 /* For use by the reader. */
38393 void *priv_data;
38394
38395 gdb_read_debug_info *read;
38396 gdb_unwind_frame *unwind;
38397 gdb_get_frame_id *get_frame_id;
38398 gdb_destroy_reader *destroy;
38399@};
38400@end smallexample
38401
38402@cindex @code{struct gdb_symbol_callbacks}
38403@cindex @code{struct gdb_unwind_callbacks}
38404
38405The callbacks are provided with another set of callbacks by
38406@value{GDBN} to do their job. For @code{read}, these callbacks are
38407passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
38408and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
38409@code{struct gdb_symbol_callbacks} has callbacks to create new object
38410files and new symbol tables inside those object files. @code{struct
38411gdb_unwind_callbacks} has callbacks to read registers off the current
38412frame and to write out the values of the registers in the previous
38413frame. Both have a callback (@code{target_read}) to read bytes off the
38414target's address space.
38415
d1feda86
YQ
38416@node In-Process Agent
38417@chapter In-Process Agent
38418@cindex debugging agent
38419The traditional debugging model is conceptually low-speed, but works fine,
38420because most bugs can be reproduced in debugging-mode execution. However,
38421as multi-core or many-core processors are becoming mainstream, and
38422multi-threaded programs become more and more popular, there should be more
38423and more bugs that only manifest themselves at normal-mode execution, for
38424example, thread races, because debugger's interference with the program's
38425timing may conceal the bugs. On the other hand, in some applications,
38426it is not feasible for the debugger to interrupt the program's execution
38427long enough for the developer to learn anything helpful about its behavior.
38428If the program's correctness depends on its real-time behavior, delays
38429introduced by a debugger might cause the program to fail, even when the
38430code itself is correct. It is useful to be able to observe the program's
38431behavior without interrupting it.
38432
38433Therefore, traditional debugging model is too intrusive to reproduce
38434some bugs. In order to reduce the interference with the program, we can
38435reduce the number of operations performed by debugger. The
38436@dfn{In-Process Agent}, a shared library, is running within the same
38437process with inferior, and is able to perform some debugging operations
38438itself. As a result, debugger is only involved when necessary, and
38439performance of debugging can be improved accordingly. Note that
38440interference with program can be reduced but can't be removed completely,
38441because the in-process agent will still stop or slow down the program.
38442
38443The in-process agent can interpret and execute Agent Expressions
38444(@pxref{Agent Expressions}) during performing debugging operations. The
38445agent expressions can be used for different purposes, such as collecting
38446data in tracepoints, and condition evaluation in breakpoints.
38447
38448@anchor{Control Agent}
38449You can control whether the in-process agent is used as an aid for
38450debugging with the following commands:
38451
38452@table @code
38453@kindex set agent on
38454@item set agent on
38455Causes the in-process agent to perform some operations on behalf of the
38456debugger. Just which operations requested by the user will be done
38457by the in-process agent depends on the its capabilities. For example,
38458if you request to evaluate breakpoint conditions in the in-process agent,
38459and the in-process agent has such capability as well, then breakpoint
38460conditions will be evaluated in the in-process agent.
38461
38462@kindex set agent off
38463@item set agent off
38464Disables execution of debugging operations by the in-process agent. All
38465of the operations will be performed by @value{GDBN}.
38466
38467@kindex show agent
38468@item show agent
38469Display the current setting of execution of debugging operations by
38470the in-process agent.
38471@end table
38472
16bdd41f
YQ
38473@menu
38474* In-Process Agent Protocol::
38475@end menu
38476
38477@node In-Process Agent Protocol
38478@section In-Process Agent Protocol
38479@cindex in-process agent protocol
38480
38481The in-process agent is able to communicate with both @value{GDBN} and
38482GDBserver (@pxref{In-Process Agent}). This section documents the protocol
38483used for communications between @value{GDBN} or GDBserver and the IPA.
38484In general, @value{GDBN} or GDBserver sends commands
38485(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
38486in-process agent replies back with the return result of the command, or
38487some other information. The data sent to in-process agent is composed
38488of primitive data types, such as 4-byte or 8-byte type, and composite
38489types, which are called objects (@pxref{IPA Protocol Objects}).
38490
38491@menu
38492* IPA Protocol Objects::
38493* IPA Protocol Commands::
38494@end menu
38495
38496@node IPA Protocol Objects
38497@subsection IPA Protocol Objects
38498@cindex ipa protocol objects
38499
38500The commands sent to and results received from agent may contain some
38501complex data types called @dfn{objects}.
38502
38503The in-process agent is running on the same machine with @value{GDBN}
38504or GDBserver, so it doesn't have to handle as much differences between
38505two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
38506However, there are still some differences of two ends in two processes:
38507
38508@enumerate
38509@item
38510word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
38511compiled as a 64-bit executable, while in-process agent is a 32-bit one.
38512@item
38513ABI. Some machines may have multiple types of ABI, @value{GDBN} or
38514GDBserver is compiled with one, and in-process agent is compiled with
38515the other one.
38516@end enumerate
38517
38518Here are the IPA Protocol Objects:
38519
38520@enumerate
38521@item
38522agent expression object. It represents an agent expression
38523(@pxref{Agent Expressions}).
38524@anchor{agent expression object}
38525@item
38526tracepoint action object. It represents a tracepoint action
38527(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
38528memory, static trace data and to evaluate expression.
38529@anchor{tracepoint action object}
38530@item
38531tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
38532@anchor{tracepoint object}
38533
38534@end enumerate
38535
38536The following table describes important attributes of each IPA protocol
38537object:
38538
38539@multitable @columnfractions .30 .20 .50
38540@headitem Name @tab Size @tab Description
38541@item @emph{agent expression object} @tab @tab
38542@item length @tab 4 @tab length of bytes code
38543@item byte code @tab @var{length} @tab contents of byte code
38544@item @emph{tracepoint action for collecting memory} @tab @tab
38545@item 'M' @tab 1 @tab type of tracepoint action
38546@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
38547address of the lowest byte to collect, otherwise @var{addr} is the offset
38548of @var{basereg} for memory collecting.
38549@item len @tab 8 @tab length of memory for collecting
38550@item basereg @tab 4 @tab the register number containing the starting
38551memory address for collecting.
38552@item @emph{tracepoint action for collecting registers} @tab @tab
38553@item 'R' @tab 1 @tab type of tracepoint action
38554@item @emph{tracepoint action for collecting static trace data} @tab @tab
38555@item 'L' @tab 1 @tab type of tracepoint action
38556@item @emph{tracepoint action for expression evaluation} @tab @tab
38557@item 'X' @tab 1 @tab type of tracepoint action
38558@item agent expression @tab length of @tab @ref{agent expression object}
38559@item @emph{tracepoint object} @tab @tab
38560@item number @tab 4 @tab number of tracepoint
38561@item address @tab 8 @tab address of tracepoint inserted on
38562@item type @tab 4 @tab type of tracepoint
38563@item enabled @tab 1 @tab enable or disable of tracepoint
38564@item step_count @tab 8 @tab step
38565@item pass_count @tab 8 @tab pass
38566@item numactions @tab 4 @tab number of tracepoint actions
38567@item hit count @tab 8 @tab hit count
38568@item trace frame usage @tab 8 @tab trace frame usage
38569@item compiled_cond @tab 8 @tab compiled condition
38570@item orig_size @tab 8 @tab orig size
38571@item condition @tab 4 if condition is NULL otherwise length of
38572@ref{agent expression object}
38573@tab zero if condition is NULL, otherwise is
38574@ref{agent expression object}
38575@item actions @tab variable
38576@tab numactions number of @ref{tracepoint action object}
38577@end multitable
38578
38579@node IPA Protocol Commands
38580@subsection IPA Protocol Commands
38581@cindex ipa protocol commands
38582
38583The spaces in each command are delimiters to ease reading this commands
38584specification. They don't exist in real commands.
38585
38586@table @samp
38587
38588@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
38589Installs a new fast tracepoint described by @var{tracepoint_object}
697aa1b7 38590(@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
16bdd41f
YQ
38591head of @dfn{jumppad}, which is used to jump to data collection routine
38592in IPA finally.
38593
38594Replies:
38595@table @samp
38596@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
38597@var{target_address} is address of tracepoint in the inferior.
697aa1b7 38598The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
16bdd41f 38599@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
697aa1b7
EZ
38600The @var{fjump} contains a sequence of instructions jump to jumppad entry.
38601The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
16bdd41f
YQ
38602@item E @var{NN}
38603for an error
38604
38605@end table
38606
7255706c
YQ
38607@item close
38608Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
38609is about to kill inferiors.
38610
16bdd41f
YQ
38611@item qTfSTM
38612@xref{qTfSTM}.
38613@item qTsSTM
38614@xref{qTsSTM}.
38615@item qTSTMat
38616@xref{qTSTMat}.
38617@item probe_marker_at:@var{address}
38618Asks in-process agent to probe the marker at @var{address}.
38619
38620Replies:
38621@table @samp
38622@item E @var{NN}
38623for an error
38624@end table
38625@item unprobe_marker_at:@var{address}
38626Asks in-process agent to unprobe the marker at @var{address}.
38627@end table
38628
8e04817f
AC
38629@node GDB Bugs
38630@chapter Reporting Bugs in @value{GDBN}
38631@cindex bugs in @value{GDBN}
38632@cindex reporting bugs in @value{GDBN}
c906108c 38633
8e04817f 38634Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 38635
8e04817f
AC
38636Reporting a bug may help you by bringing a solution to your problem, or it
38637may not. But in any case the principal function of a bug report is to help
38638the entire community by making the next version of @value{GDBN} work better. Bug
38639reports are your contribution to the maintenance of @value{GDBN}.
c906108c 38640
8e04817f
AC
38641In order for a bug report to serve its purpose, you must include the
38642information that enables us to fix the bug.
c4555f82
SC
38643
38644@menu
8e04817f
AC
38645* Bug Criteria:: Have you found a bug?
38646* Bug Reporting:: How to report bugs
c4555f82
SC
38647@end menu
38648
8e04817f 38649@node Bug Criteria
79a6e687 38650@section Have You Found a Bug?
8e04817f 38651@cindex bug criteria
c4555f82 38652
8e04817f 38653If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
38654
38655@itemize @bullet
8e04817f
AC
38656@cindex fatal signal
38657@cindex debugger crash
38658@cindex crash of debugger
c4555f82 38659@item
8e04817f
AC
38660If the debugger gets a fatal signal, for any input whatever, that is a
38661@value{GDBN} bug. Reliable debuggers never crash.
38662
38663@cindex error on valid input
38664@item
38665If @value{GDBN} produces an error message for valid input, that is a
38666bug. (Note that if you're cross debugging, the problem may also be
38667somewhere in the connection to the target.)
c4555f82 38668
8e04817f 38669@cindex invalid input
c4555f82 38670@item
8e04817f
AC
38671If @value{GDBN} does not produce an error message for invalid input,
38672that is a bug. However, you should note that your idea of
38673``invalid input'' might be our idea of ``an extension'' or ``support
38674for traditional practice''.
38675
38676@item
38677If you are an experienced user of debugging tools, your suggestions
38678for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
38679@end itemize
38680
8e04817f 38681@node Bug Reporting
79a6e687 38682@section How to Report Bugs
8e04817f
AC
38683@cindex bug reports
38684@cindex @value{GDBN} bugs, reporting
38685
38686A number of companies and individuals offer support for @sc{gnu} products.
38687If you obtained @value{GDBN} from a support organization, we recommend you
38688contact that organization first.
38689
38690You can find contact information for many support companies and
38691individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
38692distribution.
38693@c should add a web page ref...
38694
c16158bc
JM
38695@ifset BUGURL
38696@ifset BUGURL_DEFAULT
129188f6 38697In any event, we also recommend that you submit bug reports for
d3e8051b 38698@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
38699@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
38700page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
38701be used.
8e04817f
AC
38702
38703@strong{Do not send bug reports to @samp{info-gdb}, or to
38704@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
38705not want to receive bug reports. Those that do have arranged to receive
38706@samp{bug-gdb}.
38707
38708The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
38709serves as a repeater. The mailing list and the newsgroup carry exactly
38710the same messages. Often people think of posting bug reports to the
38711newsgroup instead of mailing them. This appears to work, but it has one
38712problem which can be crucial: a newsgroup posting often lacks a mail
38713path back to the sender. Thus, if we need to ask for more information,
38714we may be unable to reach you. For this reason, it is better to send
38715bug reports to the mailing list.
c16158bc
JM
38716@end ifset
38717@ifclear BUGURL_DEFAULT
38718In any event, we also recommend that you submit bug reports for
38719@value{GDBN} to @value{BUGURL}.
38720@end ifclear
38721@end ifset
c4555f82 38722
8e04817f
AC
38723The fundamental principle of reporting bugs usefully is this:
38724@strong{report all the facts}. If you are not sure whether to state a
38725fact or leave it out, state it!
c4555f82 38726
8e04817f
AC
38727Often people omit facts because they think they know what causes the
38728problem and assume that some details do not matter. Thus, you might
38729assume that the name of the variable you use in an example does not matter.
38730Well, probably it does not, but one cannot be sure. Perhaps the bug is a
38731stray memory reference which happens to fetch from the location where that
38732name is stored in memory; perhaps, if the name were different, the contents
38733of that location would fool the debugger into doing the right thing despite
38734the bug. Play it safe and give a specific, complete example. That is the
38735easiest thing for you to do, and the most helpful.
c4555f82 38736
8e04817f
AC
38737Keep in mind that the purpose of a bug report is to enable us to fix the
38738bug. It may be that the bug has been reported previously, but neither
38739you nor we can know that unless your bug report is complete and
38740self-contained.
c4555f82 38741
8e04817f
AC
38742Sometimes people give a few sketchy facts and ask, ``Does this ring a
38743bell?'' Those bug reports are useless, and we urge everyone to
38744@emph{refuse to respond to them} except to chide the sender to report
38745bugs properly.
38746
38747To enable us to fix the bug, you should include all these things:
c4555f82
SC
38748
38749@itemize @bullet
38750@item
8e04817f
AC
38751The version of @value{GDBN}. @value{GDBN} announces it if you start
38752with no arguments; you can also print it at any time using @code{show
38753version}.
c4555f82 38754
8e04817f
AC
38755Without this, we will not know whether there is any point in looking for
38756the bug in the current version of @value{GDBN}.
c4555f82
SC
38757
38758@item
8e04817f
AC
38759The type of machine you are using, and the operating system name and
38760version number.
c4555f82 38761
6eaaf48b
EZ
38762@item
38763The details of the @value{GDBN} build-time configuration.
38764@value{GDBN} shows these details if you invoke it with the
38765@option{--configuration} command-line option, or if you type
38766@code{show configuration} at @value{GDBN}'s prompt.
38767
c4555f82 38768@item
c1468174 38769What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 38770``@value{GCC}--2.8.1''.
c4555f82
SC
38771
38772@item
8e04817f 38773What compiler (and its version) was used to compile the program you are
c1468174 38774debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
38775C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
38776to get this information; for other compilers, see the documentation for
38777those compilers.
c4555f82 38778
8e04817f
AC
38779@item
38780The command arguments you gave the compiler to compile your example and
38781observe the bug. For example, did you use @samp{-O}? To guarantee
38782you will not omit something important, list them all. A copy of the
38783Makefile (or the output from make) is sufficient.
c4555f82 38784
8e04817f
AC
38785If we were to try to guess the arguments, we would probably guess wrong
38786and then we might not encounter the bug.
c4555f82 38787
8e04817f
AC
38788@item
38789A complete input script, and all necessary source files, that will
38790reproduce the bug.
c4555f82 38791
8e04817f
AC
38792@item
38793A description of what behavior you observe that you believe is
38794incorrect. For example, ``It gets a fatal signal.''
c4555f82 38795
8e04817f
AC
38796Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
38797will certainly notice it. But if the bug is incorrect output, we might
38798not notice unless it is glaringly wrong. You might as well not give us
38799a chance to make a mistake.
c4555f82 38800
8e04817f
AC
38801Even if the problem you experience is a fatal signal, you should still
38802say so explicitly. Suppose something strange is going on, such as, your
38803copy of @value{GDBN} is out of synch, or you have encountered a bug in
38804the C library on your system. (This has happened!) Your copy might
38805crash and ours would not. If you told us to expect a crash, then when
38806ours fails to crash, we would know that the bug was not happening for
38807us. If you had not told us to expect a crash, then we would not be able
38808to draw any conclusion from our observations.
c4555f82 38809
e0c07bf0
MC
38810@pindex script
38811@cindex recording a session script
38812To collect all this information, you can use a session recording program
38813such as @command{script}, which is available on many Unix systems.
38814Just run your @value{GDBN} session inside @command{script} and then
38815include the @file{typescript} file with your bug report.
38816
38817Another way to record a @value{GDBN} session is to run @value{GDBN}
38818inside Emacs and then save the entire buffer to a file.
38819
8e04817f
AC
38820@item
38821If you wish to suggest changes to the @value{GDBN} source, send us context
38822diffs. If you even discuss something in the @value{GDBN} source, refer to
38823it by context, not by line number.
c4555f82 38824
8e04817f
AC
38825The line numbers in our development sources will not match those in your
38826sources. Your line numbers would convey no useful information to us.
c4555f82 38827
8e04817f 38828@end itemize
c4555f82 38829
8e04817f 38830Here are some things that are not necessary:
c4555f82 38831
8e04817f
AC
38832@itemize @bullet
38833@item
38834A description of the envelope of the bug.
c4555f82 38835
8e04817f
AC
38836Often people who encounter a bug spend a lot of time investigating
38837which changes to the input file will make the bug go away and which
38838changes will not affect it.
c4555f82 38839
8e04817f
AC
38840This is often time consuming and not very useful, because the way we
38841will find the bug is by running a single example under the debugger
38842with breakpoints, not by pure deduction from a series of examples.
38843We recommend that you save your time for something else.
c4555f82 38844
8e04817f
AC
38845Of course, if you can find a simpler example to report @emph{instead}
38846of the original one, that is a convenience for us. Errors in the
38847output will be easier to spot, running under the debugger will take
38848less time, and so on.
c4555f82 38849
8e04817f
AC
38850However, simplification is not vital; if you do not want to do this,
38851report the bug anyway and send us the entire test case you used.
c4555f82 38852
8e04817f
AC
38853@item
38854A patch for the bug.
c4555f82 38855
8e04817f
AC
38856A patch for the bug does help us if it is a good one. But do not omit
38857the necessary information, such as the test case, on the assumption that
38858a patch is all we need. We might see problems with your patch and decide
38859to fix the problem another way, or we might not understand it at all.
c4555f82 38860
8e04817f
AC
38861Sometimes with a program as complicated as @value{GDBN} it is very hard to
38862construct an example that will make the program follow a certain path
38863through the code. If you do not send us the example, we will not be able
38864to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 38865
8e04817f
AC
38866And if we cannot understand what bug you are trying to fix, or why your
38867patch should be an improvement, we will not install it. A test case will
38868help us to understand.
c4555f82 38869
8e04817f
AC
38870@item
38871A guess about what the bug is or what it depends on.
c4555f82 38872
8e04817f
AC
38873Such guesses are usually wrong. Even we cannot guess right about such
38874things without first using the debugger to find the facts.
38875@end itemize
c4555f82 38876
8e04817f
AC
38877@c The readline documentation is distributed with the readline code
38878@c and consists of the two following files:
cc88a640
JK
38879@c rluser.texi
38880@c hsuser.texi
8e04817f
AC
38881@c Use -I with makeinfo to point to the appropriate directory,
38882@c environment var TEXINPUTS with TeX.
39037522 38883@ifclear SYSTEM_READLINE
5bdf8622 38884@include rluser.texi
cc88a640 38885@include hsuser.texi
39037522 38886@end ifclear
c4555f82 38887
4ceed123
JB
38888@node In Memoriam
38889@appendix In Memoriam
38890
9ed350ad
JB
38891The @value{GDBN} project mourns the loss of the following long-time
38892contributors:
4ceed123
JB
38893
38894@table @code
38895@item Fred Fish
9ed350ad
JB
38896Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
38897to Free Software in general. Outside of @value{GDBN}, he was known in
38898the Amiga world for his series of Fish Disks, and the GeekGadget project.
4ceed123
JB
38899
38900@item Michael Snyder
9ed350ad
JB
38901Michael was one of the Global Maintainers of the @value{GDBN} project,
38902with contributions recorded as early as 1996, until 2011. In addition
38903to his day to day participation, he was a large driving force behind
38904adding Reverse Debugging to @value{GDBN}.
4ceed123
JB
38905@end table
38906
38907Beyond their technical contributions to the project, they were also
38908enjoyable members of the Free Software Community. We will miss them.
c4555f82 38909
8e04817f
AC
38910@node Formatting Documentation
38911@appendix Formatting Documentation
c4555f82 38912
8e04817f
AC
38913@cindex @value{GDBN} reference card
38914@cindex reference card
38915The @value{GDBN} 4 release includes an already-formatted reference card, ready
38916for printing with PostScript or Ghostscript, in the @file{gdb}
38917subdirectory of the main source directory@footnote{In
38918@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
38919release.}. If you can use PostScript or Ghostscript with your printer,
38920you can print the reference card immediately with @file{refcard.ps}.
c4555f82 38921
8e04817f
AC
38922The release also includes the source for the reference card. You
38923can format it, using @TeX{}, by typing:
c4555f82 38924
474c8240 38925@smallexample
8e04817f 38926make refcard.dvi
474c8240 38927@end smallexample
c4555f82 38928
8e04817f
AC
38929The @value{GDBN} reference card is designed to print in @dfn{landscape}
38930mode on US ``letter'' size paper;
38931that is, on a sheet 11 inches wide by 8.5 inches
38932high. You will need to specify this form of printing as an option to
38933your @sc{dvi} output program.
c4555f82 38934
8e04817f 38935@cindex documentation
c4555f82 38936
8e04817f
AC
38937All the documentation for @value{GDBN} comes as part of the machine-readable
38938distribution. The documentation is written in Texinfo format, which is
38939a documentation system that uses a single source file to produce both
38940on-line information and a printed manual. You can use one of the Info
38941formatting commands to create the on-line version of the documentation
38942and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 38943
8e04817f
AC
38944@value{GDBN} includes an already formatted copy of the on-line Info
38945version of this manual in the @file{gdb} subdirectory. The main Info
38946file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
38947subordinate files matching @samp{gdb.info*} in the same directory. If
38948necessary, you can print out these files, or read them with any editor;
38949but they are easier to read using the @code{info} subsystem in @sc{gnu}
38950Emacs or the standalone @code{info} program, available as part of the
38951@sc{gnu} Texinfo distribution.
c4555f82 38952
8e04817f
AC
38953If you want to format these Info files yourself, you need one of the
38954Info formatting programs, such as @code{texinfo-format-buffer} or
38955@code{makeinfo}.
c4555f82 38956
8e04817f
AC
38957If you have @code{makeinfo} installed, and are in the top level
38958@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
38959version @value{GDBVN}), you can make the Info file by typing:
c4555f82 38960
474c8240 38961@smallexample
8e04817f
AC
38962cd gdb
38963make gdb.info
474c8240 38964@end smallexample
c4555f82 38965
8e04817f
AC
38966If you want to typeset and print copies of this manual, you need @TeX{},
38967a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
38968Texinfo definitions file.
c4555f82 38969
8e04817f
AC
38970@TeX{} is a typesetting program; it does not print files directly, but
38971produces output files called @sc{dvi} files. To print a typeset
38972document, you need a program to print @sc{dvi} files. If your system
38973has @TeX{} installed, chances are it has such a program. The precise
38974command to use depends on your system; @kbd{lpr -d} is common; another
38975(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
38976require a file name without any extension or a @samp{.dvi} extension.
c4555f82 38977
8e04817f
AC
38978@TeX{} also requires a macro definitions file called
38979@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
38980written in Texinfo format. On its own, @TeX{} cannot either read or
38981typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
38982and is located in the @file{gdb-@var{version-number}/texinfo}
38983directory.
c4555f82 38984
8e04817f 38985If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 38986typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
38987subdirectory of the main source directory (for example, to
38988@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 38989
474c8240 38990@smallexample
8e04817f 38991make gdb.dvi
474c8240 38992@end smallexample
c4555f82 38993
8e04817f 38994Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 38995
8e04817f
AC
38996@node Installing GDB
38997@appendix Installing @value{GDBN}
8e04817f 38998@cindex installation
c4555f82 38999
7fa2210b
DJ
39000@menu
39001* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 39002* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
39003* Separate Objdir:: Compiling @value{GDBN} in another directory
39004* Config Names:: Specifying names for hosts and targets
39005* Configure Options:: Summary of options for configure
098b41a6 39006* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
39007@end menu
39008
39009@node Requirements
79a6e687 39010@section Requirements for Building @value{GDBN}
7fa2210b
DJ
39011@cindex building @value{GDBN}, requirements for
39012
39013Building @value{GDBN} requires various tools and packages to be available.
39014Other packages will be used only if they are found.
39015
79a6e687 39016@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b 39017@table @asis
7f0bd420
TT
39018@item C@t{++}11 compiler
39019@value{GDBN} is written in C@t{++}11. It should be buildable with any
39020recent C@t{++}11 compiler, e.g.@: GCC.
7fa2210b 39021
7f0bd420
TT
39022@item GNU make
39023@value{GDBN}'s build system relies on features only found in the GNU
39024make program. Other variants of @code{make} will not work.
7fa2210b
DJ
39025@end table
39026
79a6e687 39027@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
39028@table @asis
39029@item Expat
123dc839 39030@anchor{Expat}
7fa2210b
DJ
39031@value{GDBN} can use the Expat XML parsing library. This library may be
39032included with your operating system distribution; if it is not, you
39033can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 39034The @file{configure} script will search for this library in several
7fa2210b
DJ
39035standard locations; if it is installed in an unusual path, you can
39036use the @option{--with-libexpat-prefix} option to specify its location.
39037
9cceb671
DJ
39038Expat is used for:
39039
39040@itemize @bullet
39041@item
39042Remote protocol memory maps (@pxref{Memory Map Format})
39043@item
39044Target descriptions (@pxref{Target Descriptions})
39045@item
2268b414
JK
39046Remote shared library lists (@xref{Library List Format},
39047or alternatively @pxref{Library List Format for SVR4 Targets})
9cceb671
DJ
39048@item
39049MS-Windows shared libraries (@pxref{Shared Libraries})
b3b9301e
PA
39050@item
39051Traceframe info (@pxref{Traceframe Info Format})
2ae8c8e7 39052@item
f4abbc16
MM
39053Branch trace (@pxref{Branch Trace Format},
39054@pxref{Branch Trace Configuration Format})
9cceb671 39055@end itemize
7fa2210b 39056
7f0bd420
TT
39057@item Guile
39058@value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
39059default, @value{GDBN} will be compiled if the Guile libraries are
39060installed and are found by @file{configure}. You can use the
39061@code{--with-guile} option to request Guile, and pass either the Guile
39062version number or the file name of the relevant @code{pkg-config}
39063program to choose a particular version of Guile.
39064
39065@item iconv
39066@value{GDBN}'s features related to character sets (@pxref{Character
39067Sets}) require a functioning @code{iconv} implementation. If you are
39068on a GNU system, then this is provided by the GNU C Library. Some
39069other systems also provide a working @code{iconv}.
39070
39071If @value{GDBN} is using the @code{iconv} program which is installed
39072in a non-standard place, you will need to tell @value{GDBN} where to
39073find it. This is done with @option{--with-iconv-bin} which specifies
39074the directory that contains the @code{iconv} program. This program is
39075run in order to make a list of the available character sets.
39076
39077On systems without @code{iconv}, you can install GNU Libiconv. If
39078Libiconv is installed in a standard place, @value{GDBN} will
39079automatically use it if it is needed. If you have previously
39080installed Libiconv in a non-standard place, you can use the
39081@option{--with-libiconv-prefix} option to @file{configure}.
39082
39083@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
39084arrange to build Libiconv if a directory named @file{libiconv} appears
39085in the top-most source directory. If Libiconv is built this way, and
39086if the operating system does not provide a suitable @code{iconv}
39087implementation, then the just-built library will automatically be used
39088by @value{GDBN}. One easy way to set this up is to download GNU
39089Libiconv, unpack it inside the top-level directory of the @value{GDBN}
39090source tree, and then rename the directory holding the Libiconv source
39091code to @samp{libiconv}.
39092
39093@item lzma
39094@value{GDBN} can support debugging sections that are compressed with
39095the LZMA library. @xref{MiniDebugInfo}. If this library is not
39096included with your operating system, you can find it in the xz package
39097at @url{http://tukaani.org/xz/}. If the LZMA library is available in
39098the usual place, then the @file{configure} script will use it
39099automatically. If it is installed in an unusual path, you can use the
39100@option{--with-lzma-prefix} option to specify its location.
39101
2400729e
UW
39102@item MPFR
39103@anchor{MPFR}
39104@value{GDBN} can use the GNU MPFR multiple-precision floating-point
39105library. This library may be included with your operating system
39106distribution; if it is not, you can get the latest version from
39107@url{http://www.mpfr.org}. The @file{configure} script will search
39108for this library in several standard locations; if it is installed
39109in an unusual path, you can use the @option{--with-libmpfr-prefix}
39110option to specify its location.
39111
39112GNU MPFR is used to emulate target floating-point arithmetic during
39113expression evaluation when the target uses different floating-point
39114formats than the host. If GNU MPFR it is not available, @value{GDBN}
39115will fall back to using host floating-point arithmetic.
39116
7f0bd420
TT
39117@item Python
39118@value{GDBN} can be scripted using Python language. @xref{Python}.
39119By default, @value{GDBN} will be compiled if the Python libraries are
39120installed and are found by @file{configure}. You can use the
39121@code{--with-python} option to request Python, and pass either the
39122file name of the relevant @code{python} executable, or the name of the
39123directory in which Python is installed, to choose a particular
39124installation of Python.
39125
31fffb02
CS
39126@item zlib
39127@cindex compressed debug sections
39128@value{GDBN} will use the @samp{zlib} library, if available, to read
39129compressed debug sections. Some linkers, such as GNU gold, are capable
39130of producing binaries with compressed debug sections. If @value{GDBN}
39131is compiled with @samp{zlib}, it will be able to read the debug
39132information in such binaries.
39133
39134The @samp{zlib} library is likely included with your operating system
39135distribution; if it is not, you can get the latest version from
39136@url{http://zlib.net}.
7fa2210b
DJ
39137@end table
39138
39139@node Running Configure
db2e3e2e 39140@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 39141@cindex configuring @value{GDBN}
db2e3e2e 39142@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
39143of preparing @value{GDBN} for installation; you can then use @code{make} to
39144build the @code{gdb} program.
39145@iftex
39146@c irrelevant in info file; it's as current as the code it lives with.
39147@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
39148look at the @file{README} file in the sources; we may have improved the
39149installation procedures since publishing this manual.}
39150@end iftex
c4555f82 39151
8e04817f
AC
39152The @value{GDBN} distribution includes all the source code you need for
39153@value{GDBN} in a single directory, whose name is usually composed by
39154appending the version number to @samp{gdb}.
c4555f82 39155
8e04817f
AC
39156For example, the @value{GDBN} version @value{GDBVN} distribution is in the
39157@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 39158
8e04817f
AC
39159@table @code
39160@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
39161script for configuring @value{GDBN} and all its supporting libraries
c4555f82 39162
8e04817f
AC
39163@item gdb-@value{GDBVN}/gdb
39164the source specific to @value{GDBN} itself
c4555f82 39165
8e04817f
AC
39166@item gdb-@value{GDBVN}/bfd
39167source for the Binary File Descriptor library
c906108c 39168
8e04817f
AC
39169@item gdb-@value{GDBVN}/include
39170@sc{gnu} include files
c906108c 39171
8e04817f
AC
39172@item gdb-@value{GDBVN}/libiberty
39173source for the @samp{-liberty} free software library
c906108c 39174
8e04817f
AC
39175@item gdb-@value{GDBVN}/opcodes
39176source for the library of opcode tables and disassemblers
c906108c 39177
8e04817f
AC
39178@item gdb-@value{GDBVN}/readline
39179source for the @sc{gnu} command-line interface
8e04817f 39180@end table
c906108c 39181
7f0bd420
TT
39182There may be other subdirectories as well.
39183
db2e3e2e 39184The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
39185from the @file{gdb-@var{version-number}} source directory, which in
39186this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 39187
8e04817f 39188First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 39189if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
39190identifier for the platform on which @value{GDBN} will run as an
39191argument.
c906108c 39192
8e04817f 39193For example:
c906108c 39194
474c8240 39195@smallexample
8e04817f 39196cd gdb-@value{GDBVN}
7f0bd420 39197./configure
8e04817f 39198make
474c8240 39199@end smallexample
c906108c 39200
7f0bd420
TT
39201Running @samp{configure} and then running @code{make} builds the
39202included supporting libraries, then @code{gdb} itself. The configured
39203source files, and the binaries, are left in the corresponding source
39204directories.
c906108c 39205
8e04817f 39206@need 750
db2e3e2e 39207@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
39208system does not recognize this automatically when you run a different
39209shell, you may need to run @code{sh} on it explicitly:
c906108c 39210
474c8240 39211@smallexample
7f0bd420 39212sh configure
474c8240 39213@end smallexample
c906108c 39214
db2e3e2e 39215You should run the @file{configure} script from the top directory in the
94e91d6d 39216source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 39217@file{configure} from one of the subdirectories, you will configure only
94e91d6d 39218that subdirectory. That is usually not what you want. In particular,
db2e3e2e 39219if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
39220of the @file{gdb-@var{version-number}} directory, you will omit the
39221configuration of @file{bfd}, @file{readline}, and other sibling
39222directories of the @file{gdb} subdirectory. This leads to build errors
39223about missing include files such as @file{bfd/bfd.h}.
c906108c 39224
7f0bd420
TT
39225You can install @code{@value{GDBN}} anywhere. The best way to do this
39226is to pass the @code{--prefix} option to @code{configure}, and then
39227install it with @code{make install}.
c906108c 39228
8e04817f 39229@node Separate Objdir
79a6e687 39230@section Compiling @value{GDBN} in Another Directory
c906108c 39231
8e04817f
AC
39232If you want to run @value{GDBN} versions for several host or target machines,
39233you need a different @code{gdb} compiled for each combination of
db2e3e2e 39234host and target. @file{configure} is designed to make this easy by
8e04817f
AC
39235allowing you to generate each configuration in a separate subdirectory,
39236rather than in the source directory. If your @code{make} program
39237handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
39238@code{make} in each of these directories builds the @code{gdb}
39239program specified there.
c906108c 39240
db2e3e2e 39241To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 39242with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
39243(You also need to specify a path to find @file{configure}
39244itself from your working directory. If the path to @file{configure}
8e04817f
AC
39245would be the same as the argument to @samp{--srcdir}, you can leave out
39246the @samp{--srcdir} option; it is assumed.)
c906108c 39247
8e04817f
AC
39248For example, with version @value{GDBVN}, you can build @value{GDBN} in a
39249separate directory for a Sun 4 like this:
c906108c 39250
474c8240 39251@smallexample
8e04817f
AC
39252@group
39253cd gdb-@value{GDBVN}
39254mkdir ../gdb-sun4
39255cd ../gdb-sun4
7f0bd420 39256../gdb-@value{GDBVN}/configure
8e04817f
AC
39257make
39258@end group
474c8240 39259@end smallexample
c906108c 39260
db2e3e2e 39261When @file{configure} builds a configuration using a remote source
8e04817f
AC
39262directory, it creates a tree for the binaries with the same structure
39263(and using the same names) as the tree under the source directory. In
39264the example, you'd find the Sun 4 library @file{libiberty.a} in the
39265directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
39266@file{gdb-sun4/gdb}.
c906108c 39267
94e91d6d
MC
39268Make sure that your path to the @file{configure} script has just one
39269instance of @file{gdb} in it. If your path to @file{configure} looks
39270like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
39271one subdirectory of @value{GDBN}, not the whole package. This leads to
39272build errors about missing include files such as @file{bfd/bfd.h}.
39273
8e04817f
AC
39274One popular reason to build several @value{GDBN} configurations in separate
39275directories is to configure @value{GDBN} for cross-compiling (where
39276@value{GDBN} runs on one machine---the @dfn{host}---while debugging
39277programs that run on another machine---the @dfn{target}).
39278You specify a cross-debugging target by
db2e3e2e 39279giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 39280
8e04817f
AC
39281When you run @code{make} to build a program or library, you must run
39282it in a configured directory---whatever directory you were in when you
db2e3e2e 39283called @file{configure} (or one of its subdirectories).
c906108c 39284
db2e3e2e 39285The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
39286directory also runs recursively. If you type @code{make} in a source
39287directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
39288directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
39289will build all the required libraries, and then build GDB.
c906108c 39290
8e04817f
AC
39291When you have multiple hosts or targets configured in separate
39292directories, you can run @code{make} on them in parallel (for example,
39293if they are NFS-mounted on each of the hosts); they will not interfere
39294with each other.
c906108c 39295
8e04817f 39296@node Config Names
79a6e687 39297@section Specifying Names for Hosts and Targets
c906108c 39298
db2e3e2e 39299The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
39300script are based on a three-part naming scheme, but some short predefined
39301aliases are also supported. The full naming scheme encodes three pieces
39302of information in the following pattern:
c906108c 39303
474c8240 39304@smallexample
8e04817f 39305@var{architecture}-@var{vendor}-@var{os}
474c8240 39306@end smallexample
c906108c 39307
8e04817f
AC
39308For example, you can use the alias @code{sun4} as a @var{host} argument,
39309or as the value for @var{target} in a @code{--target=@var{target}}
39310option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 39311
db2e3e2e 39312The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 39313any query facility to list all supported host and target names or
db2e3e2e 39314aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
39315@code{config.sub} to map abbreviations to full names; you can read the
39316script, if you wish, or you can use it to test your guesses on
39317abbreviations---for example:
c906108c 39318
8e04817f
AC
39319@smallexample
39320% sh config.sub i386-linux
39321i386-pc-linux-gnu
39322% sh config.sub alpha-linux
39323alpha-unknown-linux-gnu
39324% sh config.sub hp9k700
39325hppa1.1-hp-hpux
39326% sh config.sub sun4
39327sparc-sun-sunos4.1.1
39328% sh config.sub sun3
39329m68k-sun-sunos4.1.1
39330% sh config.sub i986v
39331Invalid configuration `i986v': machine `i986v' not recognized
39332@end smallexample
c906108c 39333
8e04817f
AC
39334@noindent
39335@code{config.sub} is also distributed in the @value{GDBN} source
39336directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 39337
8e04817f 39338@node Configure Options
db2e3e2e 39339@section @file{configure} Options
c906108c 39340
db2e3e2e 39341Here is a summary of the @file{configure} options and arguments that
7f0bd420
TT
39342are most often useful for building @value{GDBN}. @file{configure}
39343also has several other options not listed here. @inforef{Running
39344configure scripts,,autoconf.info}, for a full
39345explanation of @file{configure}.
c906108c 39346
474c8240 39347@smallexample
8e04817f
AC
39348configure @r{[}--help@r{]}
39349 @r{[}--prefix=@var{dir}@r{]}
39350 @r{[}--exec-prefix=@var{dir}@r{]}
39351 @r{[}--srcdir=@var{dirname}@r{]}
8e04817f 39352 @r{[}--target=@var{target}@r{]}
474c8240 39353@end smallexample
c906108c 39354
8e04817f
AC
39355@noindent
39356You may introduce options with a single @samp{-} rather than
39357@samp{--} if you prefer; but you may abbreviate option names if you use
39358@samp{--}.
c906108c 39359
8e04817f
AC
39360@table @code
39361@item --help
db2e3e2e 39362Display a quick summary of how to invoke @file{configure}.
c906108c 39363
8e04817f
AC
39364@item --prefix=@var{dir}
39365Configure the source to install programs and files under directory
39366@file{@var{dir}}.
c906108c 39367
8e04817f
AC
39368@item --exec-prefix=@var{dir}
39369Configure the source to install programs under directory
39370@file{@var{dir}}.
c906108c 39371
8e04817f
AC
39372@c avoid splitting the warning from the explanation:
39373@need 2000
39374@item --srcdir=@var{dirname}
8e04817f
AC
39375Use this option to make configurations in directories separate from the
39376@value{GDBN} source directories. Among other things, you can use this to
39377build (or maintain) several configurations simultaneously, in separate
db2e3e2e 39378directories. @file{configure} writes configuration-specific files in
8e04817f 39379the current directory, but arranges for them to use the source in the
db2e3e2e 39380directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
39381the working directory in parallel to the source directories below
39382@var{dirname}.
c906108c 39383
8e04817f
AC
39384@item --target=@var{target}
39385Configure @value{GDBN} for cross-debugging programs running on the specified
39386@var{target}. Without this option, @value{GDBN} is configured to debug
39387programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 39388
a95746f9
TT
39389There is no convenient way to generate a list of all available
39390targets. Also see the @code{--enable-targets} option, below.
8e04817f 39391@end table
c906108c 39392
a95746f9
TT
39393There are many other options that are specific to @value{GDBN}. This
39394lists just the most common ones; there are some very specialized
39395options not described here.
39396
39397@table @code
39398@item --enable-targets=@r{[}@var{target}@r{]}@dots{}
39399@itemx --enable-targets=all
39400Configure @value{GDBN} for cross-debugging programs running on the
39401specified list of targets. The special value @samp{all} configures
39402@value{GDBN} for debugging programs running on any target it supports.
39403
39404@item --with-gdb-datadir=@var{path}
39405Set the @value{GDBN}-specific data directory. @value{GDBN} will look
39406here for certain supporting files or scripts. This defaults to the
6b92c0d3 39407@file{gdb} subdirectory of @samp{datadir} (which can be set using
a95746f9
TT
39408@code{--datadir}).
39409
39410@item --with-relocated-sources=@var{dir}
39411Sets up the default source path substitution rule so that directory
39412names recorded in debug information will be automatically adjusted for
39413any directory under @var{dir}. @var{dir} should be a subdirectory of
39414@value{GDBN}'s configured prefix, the one mentioned in the
39415@code{--prefix} or @code{--exec-prefix} options to configure. This
39416option is useful if GDB is supposed to be moved to a different place
39417after it is built.
39418
39419@item --enable-64-bit-bfd
39420Enable 64-bit support in BFD on 32-bit hosts.
39421
39422@item --disable-gdbmi
39423Build @value{GDBN} without the GDB/MI machine interface
39424(@pxref{GDB/MI}).
39425
39426@item --enable-tui
39427Build @value{GDBN} with the text-mode full-screen user interface
39428(TUI). Requires a curses library (ncurses and cursesX are also
39429supported).
39430
39431@item --with-curses
39432Use the curses library instead of the termcap library, for text-mode
39433terminal operations.
39434
39435@item --with-libunwind-ia64
39436Use the libunwind library for unwinding function call stack on ia64
39437target platforms. See http://www.nongnu.org/libunwind/index.html for
39438details.
39439
39440@item --with-system-readline
39441Use the readline library installed on the host, rather than the
86c6b807
TT
39442library supplied as part of @value{GDBN}. Readline 7 or newer is
39443required; this is enforced by the build system.
a95746f9
TT
39444
39445@item --with-system-zlib
39446Use the zlib library installed on the host, rather than the library
39447supplied as part of @value{GDBN}.
39448
39449@item --with-expat
39450Build @value{GDBN} with Expat, a library for XML parsing. (Done by
39451default if libexpat is installed and found at configure time.) This
39452library is used to read XML files supplied with @value{GDBN}. If it
39453is unavailable, some features, such as remote protocol memory maps,
39454target descriptions, and shared library lists, that are based on XML
39455files, will not be available in @value{GDBN}. If your host does not
39456have libexpat installed, you can get the latest version from
39457`http://expat.sourceforge.net'.
39458
39459@item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
39460
39461Build @value{GDBN} with GNU libiconv, a character set encoding
39462conversion library. This is not done by default, as on GNU systems
39463the @code{iconv} that is built in to the C library is sufficient. If
39464your host does not have a working @code{iconv}, you can get the latest
39465version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
39466
39467@value{GDBN}'s build system also supports building GNU libiconv as
39468part of the overall build. @xref{Requirements}.
39469
39470@item --with-lzma
39471Build @value{GDBN} with LZMA, a compression library. (Done by default
39472if liblzma is installed and found at configure time.) LZMA is used by
39473@value{GDBN}'s "mini debuginfo" feature, which is only useful on
39474platforms using the ELF object file format. If your host does not
39475have liblzma installed, you can get the latest version from
39476`https://tukaani.org/xz/'.
39477
39478@item --with-mpfr
39479Build @value{GDBN} with GNU MPFR, a library for multiple-precision
39480floating-point computation with correct rounding. (Done by default if
39481GNU MPFR is installed and found at configure time.) This library is
39482used to emulate target floating-point arithmetic during expression
39483evaluation when the target uses different floating-point formats than
39484the host. If GNU MPFR is not available, @value{GDBN} will fall back
39485to using host floating-point arithmetic. If your host does not have
39486GNU MPFR installed, you can get the latest version from
39487`http://www.mpfr.org'.
39488
39489@item --with-python@r{[}=@var{python}@r{]}
39490Build @value{GDBN} with Python scripting support. (Done by default if
39491libpython is present and found at configure time.) Python makes
39492@value{GDBN} scripting much more powerful than the restricted CLI
39493scripting language. If your host does not have Python installed, you
39494can find it on `http://www.python.org/download/'. The oldest version
2c3fc25d 39495of Python supported by GDB is 2.6. The optional argument @var{python}
a95746f9
TT
39496is used to find the Python headers and libraries. It can be either
39497the name of a Python executable, or the name of the directory in which
39498Python is installed.
39499
39500@item --with-guile[=GUILE]'
39501Build @value{GDBN} with GNU Guile scripting support. (Done by default
39502if libguile is present and found at configure time.) If your host
39503does not have Guile installed, you can find it at
39504`https://www.gnu.org/software/guile/'. The optional argument GUILE
39505can be a version number, which will cause @code{configure} to try to
39506use that version of Guile; or the file name of a @code{pkg-config}
39507executable, which will be queried to find the information needed to
39508compile and link against Guile.
39509
39510@item --without-included-regex
39511Don't use the regex library included with @value{GDBN} (as part of the
39512libiberty library). This is the default on hosts with version 2 of
39513the GNU C library.
39514
39515@item --with-sysroot=@var{dir}
39516Use @var{dir} as the default system root directory for libraries whose
39517file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
39518@var{dir} can be modified at run time by using the @command{set
39519sysroot} command.) If @var{dir} is under the @value{GDBN} configured
39520prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
39521default system root will be automatically adjusted if and when
39522@value{GDBN} is moved to a different location.
39523
39524@item --with-system-gdbinit=@var{file}
39525Configure @value{GDBN} to automatically load a system-wide init file.
39526@var{file} should be an absolute file name. If @var{file} is in a
39527directory under the configured prefix, and @value{GDBN} is moved to
39528another location after being built, the location of the system-wide
39529init file will be adjusted accordingly.
39530
ed2a2229
CB
39531@item --with-system-gdbinit-dir=@var{directory}
39532Configure @value{GDBN} to automatically load init files from a
39533system-wide directory. @var{directory} should be an absolute directory
39534name. If @var{directory} is in a directory under the configured
39535prefix, and @value{GDBN} is moved to another location after being
39536built, the location of the system-wide init directory will be
39537adjusted accordingly.
39538
a95746f9
TT
39539@item --enable-build-warnings
39540When building the @value{GDBN} sources, ask the compiler to warn about
39541any code which looks even vaguely suspicious. It passes many
39542different warning flags, depending on the exact version of the
39543compiler you are using.
39544
39545@item --enable-werror
39546Treat compiler warnings as werrors. It adds the @code{-Werror} flag
39547to the compiler, which will fail the compilation if the compiler
39548outputs any warning messages.
f35d5ade
TT
39549
39550@item --enable-ubsan
eff98030
TT
39551Enable the GCC undefined behavior sanitizer. This is disabled by
39552default, but passing @code{--enable-ubsan=yes} or
39553@code{--enable-ubsan=auto} to @code{configure} will enable it. The
39554undefined behavior sanitizer checks for C@t{++} undefined behavior.
39555It has a performance cost, so if you are looking at @value{GDBN}'s
39556performance, you should disable it. The undefined behavior sanitizer
39557was first introduced in GCC 4.9.
a95746f9 39558@end table
c906108c 39559
098b41a6
JG
39560@node System-wide configuration
39561@section System-wide configuration and settings
39562@cindex system-wide init file
39563
ed2a2229
CB
39564@value{GDBN} can be configured to have a system-wide init file and a
39565system-wide init file directory; this file and files in that directory
39566(if they have a recognized file extension) will be read and executed at
39567startup (@pxref{Startup, , What @value{GDBN} does during startup}).
098b41a6 39568
ed2a2229 39569Here are the corresponding configure options:
098b41a6
JG
39570
39571@table @code
39572@item --with-system-gdbinit=@var{file}
39573Specify that the default location of the system-wide init file is
39574@var{file}.
ed2a2229
CB
39575@item --with-system-gdbinit-dir=@var{directory}
39576Specify that the default location of the system-wide init file directory
39577is @var{directory}.
098b41a6
JG
39578@end table
39579
39580If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
ed2a2229 39581they may be subject to relocation. Two possible cases:
098b41a6
JG
39582
39583@itemize @bullet
39584@item
ed2a2229 39585If the default location of this init file/directory contains @file{$prefix},
098b41a6
JG
39586it will be subject to relocation. Suppose that the configure options
39587are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
39588if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
39589init file is looked for as @file{$install/etc/gdbinit} instead of
39590@file{$prefix/etc/gdbinit}.
39591
39592@item
39593By contrast, if the default location does not contain the prefix,
39594it will not be relocated. E.g.@: if @value{GDBN} has been configured with
39595@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
39596then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
39597wherever @value{GDBN} is installed.
39598@end itemize
39599
e64e0392
DE
39600If the configured location of the system-wide init file (as given by the
39601@option{--with-system-gdbinit} option at configure time) is in the
39602data-directory (as specified by @option{--with-gdb-datadir} at configure
39603time) or in one of its subdirectories, then @value{GDBN} will look for the
39604system-wide init file in the directory specified by the
39605@option{--data-directory} command-line option.
39606Note that the system-wide init file is only read once, during @value{GDBN}
39607initialization. If the data-directory is changed after @value{GDBN} has
39608started with the @code{set data-directory} command, the file will not be
39609reread.
39610
ed2a2229
CB
39611This applies similarly to the system-wide directory specified in
39612@option{--with-system-gdbinit-dir}.
39613
39614Any supported scripting language can be used for these init files, as long
39615as the file extension matches the scripting language. To be interpreted
39616as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
39617extension.
39618
5901af59
JB
39619@menu
39620* System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
39621@end menu
39622
39623@node System-wide Configuration Scripts
0201faac
JB
39624@subsection Installed System-wide Configuration Scripts
39625@cindex system-wide configuration scripts
39626
39627The @file{system-gdbinit} directory, located inside the data-directory
39628(as specified by @option{--with-gdb-datadir} at configure time) contains
39629a number of scripts which can be used as system-wide init files. To
39630automatically source those scripts at startup, @value{GDBN} should be
39631configured with @option{--with-system-gdbinit}. Otherwise, any user
39632should be able to source them by hand as needed.
39633
39634The following scripts are currently available:
39635@itemize @bullet
39636
39637@item @file{elinos.py}
39638@pindex elinos.py
39639@cindex ELinOS system-wide configuration script
39640This script is useful when debugging a program on an ELinOS target.
39641It takes advantage of the environment variables defined in a standard
39642ELinOS environment in order to determine the location of the system
39643shared libraries, and then sets the @samp{solib-absolute-prefix}
39644and @samp{solib-search-path} variables appropriately.
39645
39646@item @file{wrs-linux.py}
39647@pindex wrs-linux.py
39648@cindex Wind River Linux system-wide configuration script
39649This script is useful when debugging a program on a target running
39650Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
39651the host-side sysroot used by the target system.
39652
39653@end itemize
39654
8e04817f
AC
39655@node Maintenance Commands
39656@appendix Maintenance Commands
39657@cindex maintenance commands
39658@cindex internal commands
c906108c 39659
8e04817f 39660In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
39661includes a number of commands intended for @value{GDBN} developers,
39662that are not documented elsewhere in this manual. These commands are
da316a69
EZ
39663provided here for reference. (For commands that turn on debugging
39664messages, see @ref{Debugging Output}.)
c906108c 39665
8e04817f 39666@table @code
09d4efe1 39667@kindex maint agent
782b2b07 39668@kindex maint agent-eval
f77cc5f0
HZ
39669@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
39670@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
09d4efe1
EZ
39671Translate the given @var{expression} into remote agent bytecodes.
39672This command is useful for debugging the Agent Expression mechanism
782b2b07
SS
39673(@pxref{Agent Expressions}). The @samp{agent} version produces an
39674expression useful for data collection, such as by tracepoints, while
39675@samp{maint agent-eval} produces an expression that evaluates directly
39676to a result. For instance, a collection expression for @code{globa +
39677globb} will include bytecodes to record four bytes of memory at each
39678of the addresses of @code{globa} and @code{globb}, while discarding
39679the result of the addition, while an evaluation expression will do the
39680addition and return the sum.
f77cc5f0
HZ
39681If @code{-at} is given, generate remote agent bytecode for @var{location}.
39682If not, generate remote agent bytecode for current frame PC address.
09d4efe1 39683
d3ce09f5
SS
39684@kindex maint agent-printf
39685@item maint agent-printf @var{format},@var{expr},...
39686Translate the given format string and list of argument expressions
39687into remote agent bytecodes and display them as a disassembled list.
39688This command is useful for debugging the agent version of dynamic
6dd24dfa 39689printf (@pxref{Dynamic Printf}).
d3ce09f5 39690
8e04817f
AC
39691@kindex maint info breakpoints
39692@item @anchor{maint info breakpoints}maint info breakpoints
39693Using the same format as @samp{info breakpoints}, display both the
39694breakpoints you've set explicitly, and those @value{GDBN} is using for
39695internal purposes. Internal breakpoints are shown with negative
39696breakpoint numbers. The type column identifies what kind of breakpoint
39697is shown:
c906108c 39698
8e04817f
AC
39699@table @code
39700@item breakpoint
39701Normal, explicitly set breakpoint.
c906108c 39702
8e04817f
AC
39703@item watchpoint
39704Normal, explicitly set watchpoint.
c906108c 39705
8e04817f
AC
39706@item longjmp
39707Internal breakpoint, used to handle correctly stepping through
39708@code{longjmp} calls.
c906108c 39709
8e04817f
AC
39710@item longjmp resume
39711Internal breakpoint at the target of a @code{longjmp}.
c906108c 39712
8e04817f
AC
39713@item until
39714Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 39715
8e04817f
AC
39716@item finish
39717Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 39718
8e04817f
AC
39719@item shlib events
39720Shared library events.
c906108c 39721
8e04817f 39722@end table
c906108c 39723
b0627500
MM
39724@kindex maint info btrace
39725@item maint info btrace
39726Pint information about raw branch tracing data.
39727
39728@kindex maint btrace packet-history
39729@item maint btrace packet-history
39730Print the raw branch trace packets that are used to compute the
39731execution history for the @samp{record btrace} command. Both the
39732information and the format in which it is printed depend on the btrace
39733recording format.
39734
39735@table @code
39736@item bts
39737For the BTS recording format, print a list of blocks of sequential
39738code. For each block, the following information is printed:
39739
39740@table @asis
39741@item Block number
39742Newer blocks have higher numbers. The oldest block has number zero.
39743@item Lowest @samp{PC}
39744@item Highest @samp{PC}
39745@end table
39746
39747@item pt
bc504a31
PA
39748For the Intel Processor Trace recording format, print a list of
39749Intel Processor Trace packets. For each packet, the following
b0627500
MM
39750information is printed:
39751
39752@table @asis
39753@item Packet number
39754Newer packets have higher numbers. The oldest packet has number zero.
39755@item Trace offset
39756The packet's offset in the trace stream.
39757@item Packet opcode and payload
39758@end table
39759@end table
39760
39761@kindex maint btrace clear-packet-history
39762@item maint btrace clear-packet-history
39763Discards the cached packet history printed by the @samp{maint btrace
39764packet-history} command. The history will be computed again when
39765needed.
39766
39767@kindex maint btrace clear
39768@item maint btrace clear
39769Discard the branch trace data. The data will be fetched anew and the
39770branch trace will be recomputed when needed.
39771
39772This implicitly truncates the branch trace to a single branch trace
39773buffer. When updating branch trace incrementally, the branch trace
39774available to @value{GDBN} may be bigger than a single branch trace
39775buffer.
39776
39777@kindex maint set btrace pt skip-pad
39778@item maint set btrace pt skip-pad
39779@kindex maint show btrace pt skip-pad
39780@item maint show btrace pt skip-pad
39781Control whether @value{GDBN} will skip PAD packets when computing the
39782packet history.
39783
fff08868
HZ
39784@kindex set displaced-stepping
39785@kindex show displaced-stepping
237fc4c9
PA
39786@cindex displaced stepping support
39787@cindex out-of-line single-stepping
fff08868
HZ
39788@item set displaced-stepping
39789@itemx show displaced-stepping
237fc4c9 39790Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
39791if the target supports it. Displaced stepping is a way to single-step
39792over breakpoints without removing them from the inferior, by executing
39793an out-of-line copy of the instruction that was originally at the
39794breakpoint location. It is also known as out-of-line single-stepping.
39795
39796@table @code
39797@item set displaced-stepping on
39798If the target architecture supports it, @value{GDBN} will use
39799displaced stepping to step over breakpoints.
39800
39801@item set displaced-stepping off
39802@value{GDBN} will not use displaced stepping to step over breakpoints,
39803even if such is supported by the target architecture.
39804
39805@cindex non-stop mode, and @samp{set displaced-stepping}
39806@item set displaced-stepping auto
39807This is the default mode. @value{GDBN} will use displaced stepping
39808only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
39809architecture supports displaced stepping.
39810@end table
237fc4c9 39811
7d0c9981
DE
39812@kindex maint check-psymtabs
39813@item maint check-psymtabs
39814Check the consistency of currently expanded psymtabs versus symtabs.
39815Use this to check, for example, whether a symbol is in one but not the other.
39816
09d4efe1
EZ
39817@kindex maint check-symtabs
39818@item maint check-symtabs
7d0c9981
DE
39819Check the consistency of currently expanded symtabs.
39820
39821@kindex maint expand-symtabs
39822@item maint expand-symtabs [@var{regexp}]
39823Expand symbol tables.
39824If @var{regexp} is specified, only expand symbol tables for file
39825names matching @var{regexp}.
09d4efe1 39826
992c7d70
GB
39827@kindex maint set catch-demangler-crashes
39828@kindex maint show catch-demangler-crashes
39829@cindex demangler crashes
39830@item maint set catch-demangler-crashes [on|off]
39831@itemx maint show catch-demangler-crashes
39832Control whether @value{GDBN} should attempt to catch crashes in the
39833symbol name demangler. The default is to attempt to catch crashes.
39834If enabled, the first time a crash is caught, a core file is created,
39835the offending symbol is displayed and the user is presented with the
39836option to terminate the current session.
39837
09d4efe1
EZ
39838@kindex maint cplus first_component
39839@item maint cplus first_component @var{name}
39840Print the first C@t{++} class/namespace component of @var{name}.
39841
39842@kindex maint cplus namespace
39843@item maint cplus namespace
39844Print the list of possible C@t{++} namespaces.
39845
09d4efe1
EZ
39846@kindex maint deprecate
39847@kindex maint undeprecate
39848@cindex deprecated commands
39849@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
39850@itemx maint undeprecate @var{command}
39851Deprecate or undeprecate the named @var{command}. Deprecated commands
39852cause @value{GDBN} to issue a warning when you use them. The optional
39853argument @var{replacement} says which newer command should be used in
39854favor of the deprecated one; if it is given, @value{GDBN} will mention
39855the replacement as part of the warning.
39856
39857@kindex maint dump-me
39858@item maint dump-me
721c2651 39859@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 39860Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
39861This is supported only on systems which support aborting a program
39862with the @code{SIGQUIT} signal.
09d4efe1 39863
8d30a00d
AC
39864@kindex maint internal-error
39865@kindex maint internal-warning
57fcfb1b
GB
39866@kindex maint demangler-warning
39867@cindex demangler crashes
09d4efe1
EZ
39868@item maint internal-error @r{[}@var{message-text}@r{]}
39869@itemx maint internal-warning @r{[}@var{message-text}@r{]}
57fcfb1b
GB
39870@itemx maint demangler-warning @r{[}@var{message-text}@r{]}
39871
39872Cause @value{GDBN} to call the internal function @code{internal_error},
39873@code{internal_warning} or @code{demangler_warning} and hence behave
7ee67ee4 39874as though an internal problem has been detected. In addition to
57fcfb1b
GB
39875reporting the internal problem, these functions give the user the
39876opportunity to either quit @value{GDBN} or (for @code{internal_error}
39877and @code{internal_warning}) create a core file of the current
8d30a00d
AC
39878@value{GDBN} session.
39879
09d4efe1
EZ
39880These commands take an optional parameter @var{message-text} that is
39881used as the text of the error or warning message.
39882
d3e8051b 39883Here's an example of using @code{internal-error}:
09d4efe1 39884
8d30a00d 39885@smallexample
f7dc1244 39886(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
39887@dots{}/maint.c:121: internal-error: testing, 1, 2
39888A problem internal to GDB has been detected. Further
39889debugging may prove unreliable.
39890Quit this debugging session? (y or n) @kbd{n}
39891Create a core file? (y or n) @kbd{n}
f7dc1244 39892(@value{GDBP})
8d30a00d
AC
39893@end smallexample
39894
3c16cced
PA
39895@cindex @value{GDBN} internal error
39896@cindex internal errors, control of @value{GDBN} behavior
57fcfb1b 39897@cindex demangler crashes
3c16cced
PA
39898
39899@kindex maint set internal-error
39900@kindex maint show internal-error
39901@kindex maint set internal-warning
39902@kindex maint show internal-warning
57fcfb1b
GB
39903@kindex maint set demangler-warning
39904@kindex maint show demangler-warning
3c16cced
PA
39905@item maint set internal-error @var{action} [ask|yes|no]
39906@itemx maint show internal-error @var{action}
39907@itemx maint set internal-warning @var{action} [ask|yes|no]
39908@itemx maint show internal-warning @var{action}
57fcfb1b
GB
39909@itemx maint set demangler-warning @var{action} [ask|yes|no]
39910@itemx maint show demangler-warning @var{action}
3c16cced
PA
39911When @value{GDBN} reports an internal problem (error or warning) it
39912gives the user the opportunity to both quit @value{GDBN} and create a
39913core file of the current @value{GDBN} session. These commands let you
39914override the default behaviour for each particular @var{action},
39915described in the table below.
39916
39917@table @samp
39918@item quit
39919You can specify that @value{GDBN} should always (yes) or never (no)
39920quit. The default is to ask the user what to do.
39921
39922@item corefile
39923You can specify that @value{GDBN} should always (yes) or never (no)
57fcfb1b
GB
39924create a core file. The default is to ask the user what to do. Note
39925that there is no @code{corefile} option for @code{demangler-warning}:
39926demangler warnings always create a core file and this cannot be
39927disabled.
3c16cced
PA
39928@end table
39929
09d4efe1
EZ
39930@kindex maint packet
39931@item maint packet @var{text}
39932If @value{GDBN} is talking to an inferior via the serial protocol,
39933then this command sends the string @var{text} to the inferior, and
39934displays the response packet. @value{GDBN} supplies the initial
39935@samp{$} character, the terminating @samp{#} character, and the
39936checksum.
39937
39938@kindex maint print architecture
39939@item maint print architecture @r{[}@var{file}@r{]}
39940Print the entire architecture configuration. The optional argument
39941@var{file} names the file where the output goes.
8d30a00d 39942
8e2141c6 39943@kindex maint print c-tdesc @r{[}@var{file}@r{]}
81adfced 39944@item maint print c-tdesc
8e2141c6
YQ
39945Print the target description (@pxref{Target Descriptions}) as
39946a C source file. By default, the target description is for the current
39947target, but if the optional argument @var{file} is provided, that file
39948is used to produce the description. The @var{file} should be an XML
39949document, of the form described in @ref{Target Description Format}.
39950The created source file is built into @value{GDBN} when @value{GDBN} is
39951built again. This command is used by developers after they add or
39952modify XML target descriptions.
81adfced 39953
27d41eac
YQ
39954@kindex maint check xml-descriptions
39955@item maint check xml-descriptions @var{dir}
39956Check that the target descriptions dynamically created by @value{GDBN}
39957equal the descriptions created from XML files found in @var{dir}.
39958
41fc26a2 39959@anchor{maint check libthread-db}
5045b3d7
GB
39960@kindex maint check libthread-db
39961@item maint check libthread-db
39962Run integrity checks on the current inferior's thread debugging
39963library. This exercises all @code{libthread_db} functionality used by
39964@value{GDBN} on GNU/Linux systems, and by extension also exercises the
39965@code{proc_service} functions provided by @value{GDBN} that
39966@code{libthread_db} uses. Note that parts of the test may be skipped
39967on some platforms when debugging core files.
39968
00905d52
AC
39969@kindex maint print dummy-frames
39970@item maint print dummy-frames
00905d52
AC
39971Prints the contents of @value{GDBN}'s internal dummy-frame stack.
39972
39973@smallexample
f7dc1244 39974(@value{GDBP}) @kbd{b add}
00905d52 39975@dots{}
f7dc1244 39976(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
39977Breakpoint 2, add (a=2, b=3) at @dots{}
3997858 return (a + b);
39979The program being debugged stopped while in a function called from GDB.
39980@dots{}
f7dc1244 39981(@value{GDBP}) @kbd{maint print dummy-frames}
b67a2c6f 399820xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
f7dc1244 39983(@value{GDBP})
00905d52
AC
39984@end smallexample
39985
39986Takes an optional file parameter.
39987
0680b120
AC
39988@kindex maint print registers
39989@kindex maint print raw-registers
39990@kindex maint print cooked-registers
617073a9 39991@kindex maint print register-groups
c21236dc 39992@kindex maint print remote-registers
09d4efe1
EZ
39993@item maint print registers @r{[}@var{file}@r{]}
39994@itemx maint print raw-registers @r{[}@var{file}@r{]}
39995@itemx maint print cooked-registers @r{[}@var{file}@r{]}
39996@itemx maint print register-groups @r{[}@var{file}@r{]}
c21236dc 39997@itemx maint print remote-registers @r{[}@var{file}@r{]}
0680b120
AC
39998Print @value{GDBN}'s internal register data structures.
39999
617073a9 40000The command @code{maint print raw-registers} includes the contents of
c21236dc
PA
40001the raw register cache; the command @code{maint print
40002cooked-registers} includes the (cooked) value of all registers,
40003including registers which aren't available on the target nor visible
40004to user; the command @code{maint print register-groups} includes the
40005groups that each register is a member of; and the command @code{maint
40006print remote-registers} includes the remote target's register numbers
0a7cfe2c 40007and offsets in the `G' packets.
0680b120 40008
09d4efe1
EZ
40009These commands take an optional parameter, a file name to which to
40010write the information.
0680b120 40011
617073a9 40012@kindex maint print reggroups
09d4efe1
EZ
40013@item maint print reggroups @r{[}@var{file}@r{]}
40014Print @value{GDBN}'s internal register group data structures. The
40015optional argument @var{file} tells to what file to write the
40016information.
617073a9 40017
09d4efe1 40018The register groups info looks like this:
617073a9
AC
40019
40020@smallexample
f7dc1244 40021(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
40022 Group Type
40023 general user
40024 float user
40025 all user
40026 vector user
40027 system user
40028 save internal
40029 restore internal
617073a9
AC
40030@end smallexample
40031
09d4efe1
EZ
40032@kindex flushregs
40033@item flushregs
40034This command forces @value{GDBN} to flush its internal register cache.
40035
a8b43b7b
T
40036@kindex maint print address-spaces
40037@item maint print address-spaces @r{[}@var{file}@r{]}
40038Print @value{GDBN}'s internal address space data structures. The
40039optional argument @var{file} tells to what file to write the
40040information. @xref{maint print address-spaces,, @code{maint print
40041address-spaces}}.
40042
09d4efe1
EZ
40043@kindex maint print objfiles
40044@cindex info for known object files
52e260a3
DE
40045@item maint print objfiles @r{[}@var{regexp}@r{]}
40046Print a dump of all known object files.
40047If @var{regexp} is specified, only print object files whose names
40048match @var{regexp}. For each object file, this command prints its name,
40049address in memory, and all of its psymtabs and symtabs.
09d4efe1 40050
f5b95c01
AA
40051@kindex maint print user-registers
40052@cindex user registers
40053@item maint print user-registers
40054List all currently available @dfn{user registers}. User registers
40055typically provide alternate names for actual hardware registers. They
40056include the four ``standard'' registers @code{$fp}, @code{$pc},
40057@code{$sp}, and @code{$ps}. @xref{standard registers}. User
40058registers can be used in expressions in the same way as the canonical
40059register names, but only the latter are listed by the @code{info
40060registers} and @code{maint print registers} commands.
40061
8a1ea21f
DE
40062@kindex maint print section-scripts
40063@cindex info for known .debug_gdb_scripts-loaded scripts
40064@item maint print section-scripts [@var{regexp}]
40065Print a dump of scripts specified in the @code{.debug_gdb_section} section.
40066If @var{regexp} is specified, only print scripts loaded by object files
40067matching @var{regexp}.
40068For each script, this command prints its name as specified in the objfile,
40069and the full path if known.
8e0583c8 40070@xref{dotdebug_gdb_scripts section}.
8a1ea21f 40071
09d4efe1
EZ
40072@kindex maint print statistics
40073@cindex bcache statistics
40074@item maint print statistics
40075This command prints, for each object file in the program, various data
40076about that object file followed by the byte cache (@dfn{bcache})
40077statistics for the object file. The objfile data includes the number
d3e8051b 40078of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
40079defined by the objfile, the number of as yet unexpanded psym tables,
40080the number of line tables and string tables, and the amount of memory
40081used by the various tables. The bcache statistics include the counts,
40082sizes, and counts of duplicates of all and unique objects, max,
40083average, and median entry size, total memory used and its overhead and
40084savings, and various measures of the hash table size and chain
40085lengths.
40086
c7ba131e
JB
40087@kindex maint print target-stack
40088@cindex target stack description
40089@item maint print target-stack
40090A @dfn{target} is an interface between the debugger and a particular
40091kind of file or process. Targets can be stacked in @dfn{strata},
40092so that more than one target can potentially respond to a request.
40093In particular, memory accesses will walk down the stack of targets
40094until they find a target that is interested in handling that particular
40095address.
40096
40097This command prints a short description of each layer that was pushed on
40098the @dfn{target stack}, starting from the top layer down to the bottom one.
40099
09d4efe1
EZ
40100@kindex maint print type
40101@cindex type chain of a data type
40102@item maint print type @var{expr}
40103Print the type chain for a type specified by @var{expr}. The argument
40104can be either a type name or a symbol. If it is a symbol, the type of
40105that symbol is described. The type chain produced by this command is
40106a recursive definition of the data type as stored in @value{GDBN}'s
40107data structures, including its flags and contained types.
40108
dcd1f979
TT
40109@kindex maint selftest
40110@cindex self tests
1526853e 40111@item maint selftest @r{[}@var{filter}@r{]}
dcd1f979
TT
40112Run any self tests that were compiled in to @value{GDBN}. This will
40113print a message showing how many tests were run, and how many failed.
1526853e
SM
40114If a @var{filter} is passed, only the tests with @var{filter} in their
40115name will by ran.
40116
3c2fcaf9 40117@kindex maint info selftests
1526853e
SM
40118@cindex self tests
40119@item maint info selftests
40120List the selftests compiled in to @value{GDBN}.
dcd1f979 40121
b4f54984
DE
40122@kindex maint set dwarf always-disassemble
40123@kindex maint show dwarf always-disassemble
40124@item maint set dwarf always-disassemble
40125@item maint show dwarf always-disassemble
9eae7c52
TT
40126Control the behavior of @code{info address} when using DWARF debugging
40127information.
40128
40129The default is @code{off}, which means that @value{GDBN} should try to
40130describe a variable's location in an easily readable format. When
40131@code{on}, @value{GDBN} will instead display the DWARF location
40132expression in an assembly-like format. Note that some locations are
40133too complex for @value{GDBN} to describe simply; in this case you will
40134always see the disassembly form.
40135
40136Here is an example of the resulting disassembly:
40137
40138@smallexample
a8b43b7b 40139(@value{GDBP}) info addr argc
9eae7c52
TT
40140Symbol "argc" is a complex DWARF expression:
40141 1: DW_OP_fbreg 0
40142@end smallexample
40143
40144For more information on these expressions, see
40145@uref{http://www.dwarfstd.org/, the DWARF standard}.
40146
b4f54984
DE
40147@kindex maint set dwarf max-cache-age
40148@kindex maint show dwarf max-cache-age
40149@item maint set dwarf max-cache-age
40150@itemx maint show dwarf max-cache-age
40151Control the DWARF compilation unit cache.
09d4efe1 40152
b4f54984 40153@cindex DWARF compilation units cache
09d4efe1 40154In object files with inter-compilation-unit references, such as those
b4f54984 40155produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
09d4efe1
EZ
40156reader needs to frequently refer to previously read compilation units.
40157This setting controls how long a compilation unit will remain in the
40158cache if it is not referenced. A higher limit means that cached
40159compilation units will be stored in memory longer, and more total
40160memory will be used. Setting it to zero disables caching, which will
40161slow down @value{GDBN} startup, but reduce memory consumption.
40162
3c3bb058
AB
40163@kindex maint set dwarf unwinders
40164@kindex maint show dwarf unwinders
40165@item maint set dwarf unwinders
40166@itemx maint show dwarf unwinders
40167Control use of the DWARF frame unwinders.
40168
40169@cindex DWARF frame unwinders
40170Many targets that support DWARF debugging use @value{GDBN}'s DWARF
40171frame unwinders to build the backtrace. Many of these targets will
40172also have a second mechanism for building the backtrace for use in
40173cases where DWARF information is not available, this second mechanism
40174is often an analysis of a function's prologue.
40175
40176In order to extend testing coverage of the second level stack
40177unwinding mechanisms it is helpful to be able to disable the DWARF
40178stack unwinders, this can be done with this switch.
40179
40180In normal use of @value{GDBN} disabling the DWARF unwinders is not
40181advisable, there are cases that are better handled through DWARF than
40182prologue analysis, and the debug experience is likely to be better
40183with the DWARF frame unwinders enabled.
40184
40185If DWARF frame unwinders are not supported for a particular target
40186architecture, then enabling this flag does not cause them to be used.
22138db6
TT
40187
40188@kindex maint set worker-threads
40189@kindex maint show worker-threads
40190@item maint set worker-threads
40191@item maint show worker-threads
40192Control the number of worker threads that may be used by @value{GDBN}.
40193On capable hosts, @value{GDBN} may use multiple threads to speed up
40194certain CPU-intensive operations, such as demangling symbol names.
40195While the number of threads used by @value{GDBN} may vary, this
40196command can be used to set an upper bound on this number. The default
59e99ade
CB
40197is @code{0} (disabled). A value of @code{unlimited} lets @value{GDBN} choose a
40198reasonable number. Note that this only controls worker threads started by
40199@value{GDBN} itself; libraries used by @value{GDBN} may start threads of their
40200own.
22138db6 40201
e7ba9c65
DJ
40202@kindex maint set profile
40203@kindex maint show profile
40204@cindex profiling GDB
40205@item maint set profile
40206@itemx maint show profile
40207Control profiling of @value{GDBN}.
40208
40209Profiling will be disabled until you use the @samp{maint set profile}
40210command to enable it. When you enable profiling, the system will begin
40211collecting timing and execution count data; when you disable profiling or
40212exit @value{GDBN}, the results will be written to a log file. Remember that
40213if you use profiling, @value{GDBN} will overwrite the profiling log file
40214(often called @file{gmon.out}). If you have a record of important profiling
40215data in a @file{gmon.out} file, be sure to move it to a safe location.
40216
40217Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 40218compiled with the @samp{-pg} compiler option.
e7ba9c65 40219
cbe54154
PA
40220@kindex maint set show-debug-regs
40221@kindex maint show show-debug-regs
eac35c4e 40222@cindex hardware debug registers
cbe54154
PA
40223@item maint set show-debug-regs
40224@itemx maint show show-debug-regs
eac35c4e 40225Control whether to show variables that mirror the hardware debug
6dd315ba 40226registers. Use @code{on} to enable, @code{off} to disable. If
3f94c067 40227enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
40228removes a hardware breakpoint or watchpoint, and when the inferior
40229triggers a hardware-assisted breakpoint or watchpoint.
40230
711e434b
PM
40231@kindex maint set show-all-tib
40232@kindex maint show show-all-tib
40233@item maint set show-all-tib
40234@itemx maint show show-all-tib
40235Control whether to show all non zero areas within a 1k block starting
40236at thread local base, when using the @samp{info w32 thread-information-block}
40237command.
40238
329ea579
PA
40239@kindex maint set target-async
40240@kindex maint show target-async
40241@item maint set target-async
40242@itemx maint show target-async
40243This controls whether @value{GDBN} targets operate in synchronous or
40244asynchronous mode (@pxref{Background Execution}). Normally the
40245default is asynchronous, if it is available; but this can be changed
40246to more easily debug problems occurring only in synchronous mode.
40247
fbea99ea
PA
40248@kindex maint set target-non-stop @var{mode} [on|off|auto]
40249@kindex maint show target-non-stop
40250@item maint set target-non-stop
40251@itemx maint show target-non-stop
40252
40253This controls whether @value{GDBN} targets always operate in non-stop
40254mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
40255Mode}). The default is @code{auto}, meaning non-stop mode is enabled
40256if supported by the target.
40257
40258@table @code
40259@item maint set target-non-stop auto
40260This is the default mode. @value{GDBN} controls the target in
40261non-stop mode if the target supports it.
40262
40263@item maint set target-non-stop on
40264@value{GDBN} controls the target in non-stop mode even if the target
40265does not indicate support.
40266
40267@item maint set target-non-stop off
40268@value{GDBN} does not control the target in non-stop mode even if the
40269target supports it.
40270@end table
40271
45e42163
TT
40272@kindex maint set tui-resize-message
40273@kindex maint show tui-resize-message
40274@item maint set tui-resize-message
40275@item maint show tui-resize-message
40276Control whether @value{GDBN} displays a message each time the terminal
40277is resized when in TUI mode. The default is @code{off}, which means
40278that @value{GDBN} is silent during resizes. When @code{on},
40279@value{GDBN} will display a message after a resize is completed; the
40280message will include a number indicating how many times the terminal
40281has been resized. This setting is intended for use by the test suite,
40282where it would otherwise be difficult to determine when a resize and
40283refresh has been completed.
40284
bd712aed
DE
40285@kindex maint set per-command
40286@kindex maint show per-command
40287@item maint set per-command
40288@itemx maint show per-command
40289@cindex resources used by commands
09d4efe1 40290
bd712aed
DE
40291@value{GDBN} can display the resources used by each command.
40292This is useful in debugging performance problems.
40293
40294@table @code
40295@item maint set per-command space [on|off]
40296@itemx maint show per-command space
40297Enable or disable the printing of the memory used by GDB for each command.
40298If enabled, @value{GDBN} will display how much memory each command
40299took, following the command's own output.
40300This can also be requested by invoking @value{GDBN} with the
40301@option{--statistics} command-line switch (@pxref{Mode Options}).
40302
40303@item maint set per-command time [on|off]
40304@itemx maint show per-command time
40305Enable or disable the printing of the execution time of @value{GDBN}
40306for each command.
40307If enabled, @value{GDBN} will display how much time it
09d4efe1 40308took to execute each command, following the command's own output.
0a1c4d10
DE
40309Both CPU time and wallclock time are printed.
40310Printing both is useful when trying to determine whether the cost is
bd712aed 40311CPU or, e.g., disk/network latency.
0a1c4d10
DE
40312Note that the CPU time printed is for @value{GDBN} only, it does not include
40313the execution time of the inferior because there's no mechanism currently
40314to compute how much time was spent by @value{GDBN} and how much time was
40315spent by the program been debugged.
09d4efe1
EZ
40316This can also be requested by invoking @value{GDBN} with the
40317@option{--statistics} command-line switch (@pxref{Mode Options}).
40318
bd712aed
DE
40319@item maint set per-command symtab [on|off]
40320@itemx maint show per-command symtab
40321Enable or disable the printing of basic symbol table statistics
40322for each command.
40323If enabled, @value{GDBN} will display the following information:
40324
215b9f98
EZ
40325@enumerate a
40326@item
40327number of symbol tables
40328@item
40329number of primary symbol tables
40330@item
40331number of blocks in the blockvector
40332@end enumerate
bd712aed
DE
40333@end table
40334
5045b3d7
GB
40335@kindex maint set check-libthread-db
40336@kindex maint show check-libthread-db
40337@item maint set check-libthread-db [on|off]
40338@itemx maint show check-libthread-db
40339Control whether @value{GDBN} should run integrity checks on inferior
40340specific thread debugging libraries as they are loaded. The default
40341is not to perform such checks. If any check fails @value{GDBN} will
40342unload the library and continue searching for a suitable candidate as
40343described in @ref{set libthread-db-search-path}. For more information
40344about the tests, see @ref{maint check libthread-db}.
40345
bd712aed
DE
40346@kindex maint space
40347@cindex memory used by commands
40348@item maint space @var{value}
40349An alias for @code{maint set per-command space}.
40350A non-zero value enables it, zero disables it.
40351
40352@kindex maint time
40353@cindex time of command execution
40354@item maint time @var{value}
40355An alias for @code{maint set per-command time}.
40356A non-zero value enables it, zero disables it.
40357
09d4efe1
EZ
40358@kindex maint translate-address
40359@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
40360Find the symbol stored at the location specified by the address
40361@var{addr} and an optional section name @var{section}. If found,
40362@value{GDBN} prints the name of the closest symbol and an offset from
40363the symbol's location to the specified address. This is similar to
40364the @code{info address} command (@pxref{Symbols}), except that this
40365command also allows to find symbols in other sections.
ae038cb0 40366
c14c28ba
PP
40367If section was not specified, the section in which the symbol was found
40368is also printed. For dynamically linked executables, the name of
40369executable or shared library containing the symbol is printed as well.
40370
3345721a
PA
40371@kindex maint test-options
40372@item maint test-options require-delimiter
40373@itemx maint test-options unknown-is-error
40374@itemx maint test-options unknown-is-operand
40375These commands are used by the testsuite to validate the command
40376options framework. The @code{require-delimiter} variant requires a
40377double-dash delimiter to indicate end of options. The
40378@code{unknown-is-error} and @code{unknown-is-operand} do not. The
40379@code{unknown-is-error} variant throws an error on unknown option,
40380while @code{unknown-is-operand} treats unknown options as the start of
40381the command's operands. When run, the commands output the result of
40382the processed options. When completed, the commands store the
40383internal result of completion in a variable exposed by the @code{maint
40384show test-options-completion-result} command.
40385
40386@kindex maint show test-options-completion-result
40387@item maint show test-options-completion-result
40388Shows the result of completing the @code{maint test-options}
40389subcommands. This is used by the testsuite to validate completion
40390support in the command options framework.
40391
c6ac8931
PA
40392@kindex maint set test-settings
40393@kindex maint show test-settings
40394@item maint set test-settings @var{kind}
40395@itemx maint show test-settings @var{kind}
dca0f6c0
PA
40396These are representative commands for each @var{kind} of setting type
40397@value{GDBN} supports. They are used by the testsuite for exercising
40398the settings infrastructure.
fdbc9870
PA
40399
40400@kindex maint with
40401@item maint with @var{setting} [@var{value}] [-- @var{command}]
40402Like the @code{with} command, but works with @code{maintenance set}
40403variables. This is used by the testsuite to exercise the @code{with}
40404command's infrastructure.
40405
8e04817f 40406@end table
c906108c 40407
9c16f35a
EZ
40408The following command is useful for non-interactive invocations of
40409@value{GDBN}, such as in the test suite.
40410
40411@table @code
40412@item set watchdog @var{nsec}
40413@kindex set watchdog
40414@cindex watchdog timer
40415@cindex timeout for commands
40416Set the maximum number of seconds @value{GDBN} will wait for the
40417target operation to finish. If this time expires, @value{GDBN}
40418reports and error and the command is aborted.
40419
40420@item show watchdog
40421Show the current setting of the target wait timeout.
40422@end table
c906108c 40423
e0ce93ac 40424@node Remote Protocol
8e04817f 40425@appendix @value{GDBN} Remote Serial Protocol
c906108c 40426
ee2d5c50
AC
40427@menu
40428* Overview::
40429* Packets::
40430* Stop Reply Packets::
40431* General Query Packets::
a1dcb23a 40432* Architecture-Specific Protocol Details::
9d29849a 40433* Tracepoint Packets::
a6b151f1 40434* Host I/O Packets::
9a6253be 40435* Interrupts::
8b23ecc4
SL
40436* Notification Packets::
40437* Remote Non-Stop::
a6f3e723 40438* Packet Acknowledgment::
ee2d5c50 40439* Examples::
79a6e687 40440* File-I/O Remote Protocol Extension::
cfa9d6d9 40441* Library List Format::
2268b414 40442* Library List Format for SVR4 Targets::
79a6e687 40443* Memory Map Format::
dc146f7c 40444* Thread List Format::
b3b9301e 40445* Traceframe Info Format::
2ae8c8e7 40446* Branch Trace Format::
f4abbc16 40447* Branch Trace Configuration Format::
ee2d5c50
AC
40448@end menu
40449
40450@node Overview
40451@section Overview
40452
8e04817f
AC
40453There may be occasions when you need to know something about the
40454protocol---for example, if there is only one serial port to your target
40455machine, you might want your program to do something special if it
40456recognizes a packet meant for @value{GDBN}.
c906108c 40457
d2c6833e 40458In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 40459transmitted and received data, respectively.
c906108c 40460
8e04817f
AC
40461@cindex protocol, @value{GDBN} remote serial
40462@cindex serial protocol, @value{GDBN} remote
40463@cindex remote serial protocol
8b23ecc4
SL
40464All @value{GDBN} commands and responses (other than acknowledgments
40465and notifications, see @ref{Notification Packets}) are sent as a
40466@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
40467@samp{$}, the actual @var{packet-data}, and the terminating character
40468@samp{#} followed by a two-digit @var{checksum}:
c906108c 40469
474c8240 40470@smallexample
8e04817f 40471@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 40472@end smallexample
8e04817f 40473@noindent
c906108c 40474
8e04817f
AC
40475@cindex checksum, for @value{GDBN} remote
40476@noindent
40477The two-digit @var{checksum} is computed as the modulo 256 sum of all
40478characters between the leading @samp{$} and the trailing @samp{#} (an
40479eight bit unsigned checksum).
c906108c 40480
8e04817f
AC
40481Implementors should note that prior to @value{GDBN} 5.0 the protocol
40482specification also included an optional two-digit @var{sequence-id}:
c906108c 40483
474c8240 40484@smallexample
8e04817f 40485@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 40486@end smallexample
c906108c 40487
8e04817f
AC
40488@cindex sequence-id, for @value{GDBN} remote
40489@noindent
40490That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
40491has never output @var{sequence-id}s. Stubs that handle packets added
40492since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 40493
8e04817f
AC
40494When either the host or the target machine receives a packet, the first
40495response expected is an acknowledgment: either @samp{+} (to indicate
40496the package was received correctly) or @samp{-} (to request
40497retransmission):
c906108c 40498
474c8240 40499@smallexample
d2c6833e
AC
40500-> @code{$}@var{packet-data}@code{#}@var{checksum}
40501<- @code{+}
474c8240 40502@end smallexample
8e04817f 40503@noindent
53a5351d 40504
a6f3e723
SL
40505The @samp{+}/@samp{-} acknowledgments can be disabled
40506once a connection is established.
40507@xref{Packet Acknowledgment}, for details.
40508
8e04817f
AC
40509The host (@value{GDBN}) sends @var{command}s, and the target (the
40510debugging stub incorporated in your program) sends a @var{response}. In
40511the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
40512when the operation has completed, and the target has again stopped all
40513threads in all attached processes. This is the default all-stop mode
40514behavior, but the remote protocol also supports @value{GDBN}'s non-stop
40515execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 40516
8e04817f
AC
40517@var{packet-data} consists of a sequence of characters with the
40518exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
40519exceptions).
c906108c 40520
ee2d5c50 40521@cindex remote protocol, field separator
0876f84a 40522Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 40523@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 40524@sc{hex} with leading zeros suppressed.
c906108c 40525
8e04817f
AC
40526Implementors should note that prior to @value{GDBN} 5.0, the character
40527@samp{:} could not appear as the third character in a packet (as it
40528would potentially conflict with the @var{sequence-id}).
c906108c 40529
0876f84a
DJ
40530@cindex remote protocol, binary data
40531@anchor{Binary Data}
40532Binary data in most packets is encoded either as two hexadecimal
40533digits per byte of binary data. This allowed the traditional remote
40534protocol to work over connections which were only seven-bit clean.
40535Some packets designed more recently assume an eight-bit clean
40536connection, and use a more efficient encoding to send and receive
40537binary data.
40538
40539The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
40540as an escape character. Any escaped byte is transmitted as the escape
40541character followed by the original character XORed with @code{0x20}.
40542For example, the byte @code{0x7d} would be transmitted as the two
40543bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
40544@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
40545@samp{@}}) must always be escaped. Responses sent by the stub
40546must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
40547is not interpreted as the start of a run-length encoded sequence
40548(described next).
40549
1d3811f6
DJ
40550Response @var{data} can be run-length encoded to save space.
40551Run-length encoding replaces runs of identical characters with one
40552instance of the repeated character, followed by a @samp{*} and a
40553repeat count. The repeat count is itself sent encoded, to avoid
40554binary characters in @var{data}: a value of @var{n} is sent as
40555@code{@var{n}+29}. For a repeat count greater or equal to 3, this
40556produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
40557code 32) for a repeat count of 3. (This is because run-length
40558encoding starts to win for counts 3 or more.) Thus, for example,
40559@samp{0* } is a run-length encoding of ``0000'': the space character
40560after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
405613}} more times.
40562
40563The printable characters @samp{#} and @samp{$} or with a numeric value
40564greater than 126 must not be used. Runs of six repeats (@samp{#}) or
40565seven repeats (@samp{$}) can be expanded using a repeat count of only
40566five (@samp{"}). For example, @samp{00000000} can be encoded as
40567@samp{0*"00}.
c906108c 40568
8e04817f
AC
40569The error response returned for some packets includes a two character
40570error number. That number is not well defined.
c906108c 40571
f8da2bff 40572@cindex empty response, for unsupported packets
8e04817f
AC
40573For any @var{command} not supported by the stub, an empty response
40574(@samp{$#00}) should be returned. That way it is possible to extend the
40575protocol. A newer @value{GDBN} can tell if a packet is supported based
40576on that response.
c906108c 40577
393eab54
PA
40578At a minimum, a stub is required to support the @samp{g} and @samp{G}
40579commands for register access, and the @samp{m} and @samp{M} commands
40580for memory access. Stubs that only control single-threaded targets
40581can implement run control with the @samp{c} (continue), and @samp{s}
40582(step) commands. Stubs that support multi-threading targets should
40583support the @samp{vCont} command. All other commands are optional.
c906108c 40584
ee2d5c50
AC
40585@node Packets
40586@section Packets
40587
40588The following table provides a complete list of all currently defined
40589@var{command}s and their corresponding response @var{data}.
79a6e687 40590@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 40591I/O extension of the remote protocol.
ee2d5c50 40592
b8ff78ce
JB
40593Each packet's description has a template showing the packet's overall
40594syntax, followed by an explanation of the packet's meaning. We
40595include spaces in some of the templates for clarity; these are not
40596part of the packet's syntax. No @value{GDBN} packet uses spaces to
40597separate its components. For example, a template like @samp{foo
40598@var{bar} @var{baz}} describes a packet beginning with the three ASCII
40599bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 40600@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
40601@samp{foo} and the @var{bar}, or between the @var{bar} and the
40602@var{baz}.
40603
b90a069a
SL
40604@cindex @var{thread-id}, in remote protocol
40605@anchor{thread-id syntax}
40606Several packets and replies include a @var{thread-id} field to identify
40607a thread. Normally these are positive numbers with a target-specific
40608interpretation, formatted as big-endian hex strings. A @var{thread-id}
40609can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
40610pick any thread.
40611
40612In addition, the remote protocol supports a multiprocess feature in
40613which the @var{thread-id} syntax is extended to optionally include both
40614process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
40615The @var{pid} (process) and @var{tid} (thread) components each have the
40616format described above: a positive number with target-specific
40617interpretation formatted as a big-endian hex string, literal @samp{-1}
40618to indicate all processes or threads (respectively), or @samp{0} to
40619indicate an arbitrary process or thread. Specifying just a process, as
40620@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
40621error to specify all processes but a specific thread, such as
40622@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
40623for those packets and replies explicitly documented to include a process
40624ID, rather than a @var{thread-id}.
40625
40626The multiprocess @var{thread-id} syntax extensions are only used if both
40627@value{GDBN} and the stub report support for the @samp{multiprocess}
40628feature using @samp{qSupported}. @xref{multiprocess extensions}, for
40629more information.
40630
8ffe2530
JB
40631Note that all packet forms beginning with an upper- or lower-case
40632letter, other than those described here, are reserved for future use.
40633
b8ff78ce 40634Here are the packet descriptions.
ee2d5c50 40635
b8ff78ce 40636@table @samp
ee2d5c50 40637
b8ff78ce
JB
40638@item !
40639@cindex @samp{!} packet
2d717e4f 40640@anchor{extended mode}
8e04817f
AC
40641Enable extended mode. In extended mode, the remote server is made
40642persistent. The @samp{R} packet is used to restart the program being
40643debugged.
ee2d5c50
AC
40644
40645Reply:
40646@table @samp
40647@item OK
8e04817f 40648The remote target both supports and has enabled extended mode.
ee2d5c50 40649@end table
c906108c 40650
b8ff78ce
JB
40651@item ?
40652@cindex @samp{?} packet
36cb1214 40653@anchor{? packet}
ee2d5c50 40654Indicate the reason the target halted. The reply is the same as for
8b23ecc4
SL
40655step and continue. This packet has a special interpretation when the
40656target is in non-stop mode; see @ref{Remote Non-Stop}.
c906108c 40657
ee2d5c50
AC
40658Reply:
40659@xref{Stop Reply Packets}, for the reply specifications.
40660
b8ff78ce
JB
40661@item A @var{arglen},@var{argnum},@var{arg},@dots{}
40662@cindex @samp{A} packet
40663Initialized @code{argv[]} array passed into program. @var{arglen}
40664specifies the number of bytes in the hex encoded byte stream
40665@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
40666
40667Reply:
40668@table @samp
40669@item OK
b8ff78ce
JB
40670The arguments were set.
40671@item E @var{NN}
40672An error occurred.
ee2d5c50
AC
40673@end table
40674
b8ff78ce
JB
40675@item b @var{baud}
40676@cindex @samp{b} packet
40677(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
40678Change the serial line speed to @var{baud}.
40679
40680JTC: @emph{When does the transport layer state change? When it's
40681received, or after the ACK is transmitted. In either case, there are
40682problems if the command or the acknowledgment packet is dropped.}
40683
40684Stan: @emph{If people really wanted to add something like this, and get
40685it working for the first time, they ought to modify ser-unix.c to send
40686some kind of out-of-band message to a specially-setup stub and have the
40687switch happen "in between" packets, so that from remote protocol's point
40688of view, nothing actually happened.}
40689
b8ff78ce
JB
40690@item B @var{addr},@var{mode}
40691@cindex @samp{B} packet
8e04817f 40692Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
40693breakpoint at @var{addr}.
40694
b8ff78ce 40695Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 40696(@pxref{insert breakpoint or watchpoint packet}).
c906108c 40697
bacec72f 40698@cindex @samp{bc} packet
0d772ac9
MS
40699@anchor{bc}
40700@item bc
bacec72f
MS
40701Backward continue. Execute the target system in reverse. No parameter.
40702@xref{Reverse Execution}, for more information.
40703
40704Reply:
40705@xref{Stop Reply Packets}, for the reply specifications.
40706
bacec72f 40707@cindex @samp{bs} packet
0d772ac9
MS
40708@anchor{bs}
40709@item bs
bacec72f
MS
40710Backward single step. Execute one instruction in reverse. No parameter.
40711@xref{Reverse Execution}, for more information.
40712
40713Reply:
40714@xref{Stop Reply Packets}, for the reply specifications.
40715
4f553f88 40716@item c @r{[}@var{addr}@r{]}
b8ff78ce 40717@cindex @samp{c} packet
697aa1b7
EZ
40718Continue at @var{addr}, which is the address to resume. If @var{addr}
40719is omitted, resume at current address.
c906108c 40720
393eab54
PA
40721This packet is deprecated for multi-threading support. @xref{vCont
40722packet}.
40723
ee2d5c50
AC
40724Reply:
40725@xref{Stop Reply Packets}, for the reply specifications.
40726
4f553f88 40727@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 40728@cindex @samp{C} packet
8e04817f 40729Continue with signal @var{sig} (hex signal number). If
b8ff78ce 40730@samp{;@var{addr}} is omitted, resume at same address.
c906108c 40731
393eab54
PA
40732This packet is deprecated for multi-threading support. @xref{vCont
40733packet}.
40734
ee2d5c50
AC
40735Reply:
40736@xref{Stop Reply Packets}, for the reply specifications.
c906108c 40737
b8ff78ce
JB
40738@item d
40739@cindex @samp{d} packet
ee2d5c50
AC
40740Toggle debug flag.
40741
b8ff78ce
JB
40742Don't use this packet; instead, define a general set packet
40743(@pxref{General Query Packets}).
ee2d5c50 40744
b8ff78ce 40745@item D
b90a069a 40746@itemx D;@var{pid}
b8ff78ce 40747@cindex @samp{D} packet
b90a069a
SL
40748The first form of the packet is used to detach @value{GDBN} from the
40749remote system. It is sent to the remote target
07f31aa6 40750before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 40751
b90a069a
SL
40752The second form, including a process ID, is used when multiprocess
40753protocol extensions are enabled (@pxref{multiprocess extensions}), to
40754detach only a specific process. The @var{pid} is specified as a
40755big-endian hex string.
40756
ee2d5c50
AC
40757Reply:
40758@table @samp
10fac096
NW
40759@item OK
40760for success
b8ff78ce 40761@item E @var{NN}
10fac096 40762for an error
ee2d5c50 40763@end table
c906108c 40764
b8ff78ce
JB
40765@item F @var{RC},@var{EE},@var{CF};@var{XX}
40766@cindex @samp{F} packet
40767A reply from @value{GDBN} to an @samp{F} packet sent by the target.
40768This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 40769Remote Protocol Extension}, for the specification.
ee2d5c50 40770
b8ff78ce 40771@item g
ee2d5c50 40772@anchor{read registers packet}
b8ff78ce 40773@cindex @samp{g} packet
ee2d5c50
AC
40774Read general registers.
40775
40776Reply:
40777@table @samp
40778@item @var{XX@dots{}}
8e04817f
AC
40779Each byte of register data is described by two hex digits. The bytes
40780with the register are transmitted in target byte order. The size of
b8ff78ce 40781each register and their position within the @samp{g} packet are
4a9bb1df 40782determined by the @value{GDBN} internal gdbarch functions
4435e1cc 40783@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
ad196637
PA
40784
40785When reading registers from a trace frame (@pxref{Analyze Collected
40786Data,,Using the Collected Data}), the stub may also return a string of
40787literal @samp{x}'s in place of the register data digits, to indicate
40788that the corresponding register has not been collected, thus its value
40789is unavailable. For example, for an architecture with 4 registers of
407904 bytes each, the following reply indicates to @value{GDBN} that
40791registers 0 and 2 have not been collected, while registers 1 and 3
40792have been collected, and both have zero value:
40793
40794@smallexample
40795-> @code{g}
40796<- @code{xxxxxxxx00000000xxxxxxxx00000000}
40797@end smallexample
40798
b8ff78ce 40799@item E @var{NN}
ee2d5c50
AC
40800for an error.
40801@end table
c906108c 40802
b8ff78ce
JB
40803@item G @var{XX@dots{}}
40804@cindex @samp{G} packet
40805Write general registers. @xref{read registers packet}, for a
40806description of the @var{XX@dots{}} data.
ee2d5c50
AC
40807
40808Reply:
40809@table @samp
40810@item OK
40811for success
b8ff78ce 40812@item E @var{NN}
ee2d5c50
AC
40813for an error
40814@end table
40815
393eab54 40816@item H @var{op} @var{thread-id}
b8ff78ce 40817@cindex @samp{H} packet
8e04817f 40818Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
697aa1b7
EZ
40819@samp{G}, et.al.). Depending on the operation to be performed, @var{op}
40820should be @samp{c} for step and continue operations (note that this
393eab54 40821is deprecated, supporting the @samp{vCont} command is a better
697aa1b7 40822option), and @samp{g} for other operations. The thread designator
393eab54
PA
40823@var{thread-id} has the format and interpretation described in
40824@ref{thread-id syntax}.
ee2d5c50
AC
40825
40826Reply:
40827@table @samp
40828@item OK
40829for success
b8ff78ce 40830@item E @var{NN}
ee2d5c50
AC
40831for an error
40832@end table
c906108c 40833
8e04817f
AC
40834@c FIXME: JTC:
40835@c 'H': How restrictive (or permissive) is the thread model. If a
40836@c thread is selected and stopped, are other threads allowed
40837@c to continue to execute? As I mentioned above, I think the
40838@c semantics of each command when a thread is selected must be
40839@c described. For example:
40840@c
40841@c 'g': If the stub supports threads and a specific thread is
40842@c selected, returns the register block from that thread;
40843@c otherwise returns current registers.
40844@c
40845@c 'G' If the stub supports threads and a specific thread is
40846@c selected, sets the registers of the register block of
40847@c that thread; otherwise sets current registers.
c906108c 40848
b8ff78ce 40849@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 40850@anchor{cycle step packet}
b8ff78ce
JB
40851@cindex @samp{i} packet
40852Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
40853present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
40854step starting at that address.
c906108c 40855
b8ff78ce
JB
40856@item I
40857@cindex @samp{I} packet
40858Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
40859step packet}.
ee2d5c50 40860
b8ff78ce
JB
40861@item k
40862@cindex @samp{k} packet
40863Kill request.
c906108c 40864
36cb1214
HZ
40865The exact effect of this packet is not specified.
40866
40867For a bare-metal target, it may power cycle or reset the target
40868system. For that reason, the @samp{k} packet has no reply.
40869
40870For a single-process target, it may kill that process if possible.
40871
40872A multiple-process target may choose to kill just one process, or all
40873that are under @value{GDBN}'s control. For more precise control, use
40874the vKill packet (@pxref{vKill packet}).
40875
40876If the target system immediately closes the connection in response to
40877@samp{k}, @value{GDBN} does not consider the lack of packet
40878acknowledgment to be an error, and assumes the kill was successful.
40879
40880If connected using @kbd{target extended-remote}, and the target does
40881not close the connection in response to a kill request, @value{GDBN}
40882probes the target state as if a new connection was opened
40883(@pxref{? packet}).
c906108c 40884
b8ff78ce
JB
40885@item m @var{addr},@var{length}
40886@cindex @samp{m} packet
a86c90e6
SM
40887Read @var{length} addressable memory units starting at address @var{addr}
40888(@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
40889any particular boundary.
fb031cdf
JB
40890
40891The stub need not use any particular size or alignment when gathering
40892data from memory for the response; even if @var{addr} is word-aligned
40893and @var{length} is a multiple of the word size, the stub is free to
40894use byte accesses, or not. For this reason, this packet may not be
40895suitable for accessing memory-mapped I/O devices.
c43c5473
JB
40896@cindex alignment of remote memory accesses
40897@cindex size of remote memory accesses
40898@cindex memory, alignment and size of remote accesses
c906108c 40899
ee2d5c50
AC
40900Reply:
40901@table @samp
40902@item @var{XX@dots{}}
a86c90e6
SM
40903Memory contents; each byte is transmitted as a two-digit hexadecimal number.
40904The reply may contain fewer addressable memory units than requested if the
b8ff78ce
JB
40905server was able to read only part of the region of memory.
40906@item E @var{NN}
ee2d5c50
AC
40907@var{NN} is errno
40908@end table
40909
b8ff78ce
JB
40910@item M @var{addr},@var{length}:@var{XX@dots{}}
40911@cindex @samp{M} packet
a86c90e6
SM
40912Write @var{length} addressable memory units starting at address @var{addr}
40913(@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
40914byte is transmitted as a two-digit hexadecimal number.
ee2d5c50
AC
40915
40916Reply:
40917@table @samp
40918@item OK
40919for success
b8ff78ce 40920@item E @var{NN}
8e04817f
AC
40921for an error (this includes the case where only part of the data was
40922written).
ee2d5c50 40923@end table
c906108c 40924
b8ff78ce
JB
40925@item p @var{n}
40926@cindex @samp{p} packet
40927Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
40928@xref{read registers packet}, for a description of how the returned
40929register value is encoded.
ee2d5c50
AC
40930
40931Reply:
40932@table @samp
2e868123
AC
40933@item @var{XX@dots{}}
40934the register's value
b8ff78ce 40935@item E @var{NN}
2e868123 40936for an error
d57350ea 40937@item @w{}
2e868123 40938Indicating an unrecognized @var{query}.
ee2d5c50
AC
40939@end table
40940
b8ff78ce 40941@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 40942@anchor{write register packet}
b8ff78ce
JB
40943@cindex @samp{P} packet
40944Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 40945number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 40946digits for each byte in the register (target byte order).
c906108c 40947
ee2d5c50
AC
40948Reply:
40949@table @samp
40950@item OK
40951for success
b8ff78ce 40952@item E @var{NN}
ee2d5c50
AC
40953for an error
40954@end table
40955
5f3bebba
JB
40956@item q @var{name} @var{params}@dots{}
40957@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 40958@cindex @samp{q} packet
b8ff78ce 40959@cindex @samp{Q} packet
5f3bebba
JB
40960General query (@samp{q}) and set (@samp{Q}). These packets are
40961described fully in @ref{General Query Packets}.
c906108c 40962
b8ff78ce
JB
40963@item r
40964@cindex @samp{r} packet
8e04817f 40965Reset the entire system.
c906108c 40966
b8ff78ce 40967Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 40968
b8ff78ce
JB
40969@item R @var{XX}
40970@cindex @samp{R} packet
697aa1b7 40971Restart the program being debugged. The @var{XX}, while needed, is ignored.
2d717e4f 40972This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 40973
8e04817f 40974The @samp{R} packet has no reply.
ee2d5c50 40975
4f553f88 40976@item s @r{[}@var{addr}@r{]}
b8ff78ce 40977@cindex @samp{s} packet
697aa1b7 40978Single step, resuming at @var{addr}. If
b8ff78ce 40979@var{addr} is omitted, resume at same address.
c906108c 40980
393eab54
PA
40981This packet is deprecated for multi-threading support. @xref{vCont
40982packet}.
40983
ee2d5c50
AC
40984Reply:
40985@xref{Stop Reply Packets}, for the reply specifications.
40986
4f553f88 40987@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 40988@anchor{step with signal packet}
b8ff78ce
JB
40989@cindex @samp{S} packet
40990Step with signal. This is analogous to the @samp{C} packet, but
40991requests a single-step, rather than a normal resumption of execution.
c906108c 40992
393eab54
PA
40993This packet is deprecated for multi-threading support. @xref{vCont
40994packet}.
40995
ee2d5c50
AC
40996Reply:
40997@xref{Stop Reply Packets}, for the reply specifications.
40998
b8ff78ce
JB
40999@item t @var{addr}:@var{PP},@var{MM}
41000@cindex @samp{t} packet
8e04817f 41001Search backwards starting at address @var{addr} for a match with pattern
697aa1b7
EZ
41002@var{PP} and mask @var{MM}, both of which are are 4 byte long.
41003There must be at least 3 digits in @var{addr}.
c906108c 41004
b90a069a 41005@item T @var{thread-id}
b8ff78ce 41006@cindex @samp{T} packet
b90a069a 41007Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 41008
ee2d5c50
AC
41009Reply:
41010@table @samp
41011@item OK
41012thread is still alive
b8ff78ce 41013@item E @var{NN}
ee2d5c50
AC
41014thread is dead
41015@end table
41016
b8ff78ce
JB
41017@item v
41018Packets starting with @samp{v} are identified by a multi-letter name,
41019up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 41020
2d717e4f
DJ
41021@item vAttach;@var{pid}
41022@cindex @samp{vAttach} packet
8b23ecc4
SL
41023Attach to a new process with the specified process ID @var{pid}.
41024The process ID is a
41025hexadecimal integer identifying the process. In all-stop mode, all
41026threads in the attached process are stopped; in non-stop mode, it may be
41027attached without being stopped if that is supported by the target.
41028
41029@c In non-stop mode, on a successful vAttach, the stub should set the
41030@c current thread to a thread of the newly-attached process. After
41031@c attaching, GDB queries for the attached process's thread ID with qC.
41032@c Also note that, from a user perspective, whether or not the
41033@c target is stopped on attach in non-stop mode depends on whether you
41034@c use the foreground or background version of the attach command, not
41035@c on what vAttach does; GDB does the right thing with respect to either
41036@c stopping or restarting threads.
2d717e4f
DJ
41037
41038This packet is only available in extended mode (@pxref{extended mode}).
41039
41040Reply:
41041@table @samp
41042@item E @var{nn}
41043for an error
41044@item @r{Any stop packet}
8b23ecc4
SL
41045for success in all-stop mode (@pxref{Stop Reply Packets})
41046@item OK
41047for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
41048@end table
41049
b90a069a 41050@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce 41051@cindex @samp{vCont} packet
393eab54 41052@anchor{vCont packet}
b8ff78ce 41053Resume the inferior, specifying different actions for each thread.
ca6eff59
PA
41054
41055For each inferior thread, the leftmost action with a matching
41056@var{thread-id} is applied. Threads that don't match any action
41057remain in their current state. Thread IDs are specified using the
41058syntax described in @ref{thread-id syntax}. If multiprocess
41059extensions (@pxref{multiprocess extensions}) are supported, actions
41060can be specified to match all threads in a process by using the
41061@samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
39402e6c
PA
41062@var{thread-id} matches all threads. Specifying no actions is an
41063error.
b90a069a
SL
41064
41065Currently supported actions are:
86d30acc 41066
b8ff78ce 41067@table @samp
86d30acc
DJ
41068@item c
41069Continue.
b8ff78ce 41070@item C @var{sig}
8b23ecc4 41071Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
41072@item s
41073Step.
b8ff78ce 41074@item S @var{sig}
8b23ecc4
SL
41075Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
41076@item t
41077Stop.
c1e36e3e
PA
41078@item r @var{start},@var{end}
41079Step once, and then keep stepping as long as the thread stops at
41080addresses between @var{start} (inclusive) and @var{end} (exclusive).
41081The remote stub reports a stop reply when either the thread goes out
41082of the range or is stopped due to an unrelated reason, such as hitting
41083a breakpoint. @xref{range stepping}.
41084
41085If the range is empty (@var{start} == @var{end}), then the action
41086becomes equivalent to the @samp{s} action. In other words,
41087single-step once, and report the stop (even if the stepped instruction
41088jumps to @var{start}).
41089
41090(A stop reply may be sent at any point even if the PC is still within
41091the stepping range; for example, it is valid to implement this packet
41092in a degenerate way as a single instruction step operation.)
41093
86d30acc
DJ
41094@end table
41095
8b23ecc4
SL
41096The optional argument @var{addr} normally associated with the
41097@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 41098not supported in @samp{vCont}.
86d30acc 41099
08a0efd0
PA
41100The @samp{t} action is only relevant in non-stop mode
41101(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
8b23ecc4
SL
41102A stop reply should be generated for any affected thread not already stopped.
41103When a thread is stopped by means of a @samp{t} action,
41104the corresponding stop reply should indicate that the thread has stopped with
41105signal @samp{0}, regardless of whether the target uses some other signal
41106as an implementation detail.
41107
ca6eff59
PA
41108The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
41109@samp{r} actions for threads that are already running. Conversely,
41110the server must ignore @samp{t} actions for threads that are already
41111stopped.
41112
41113@emph{Note:} In non-stop mode, a thread is considered running until
6b92c0d3 41114@value{GDBN} acknowledges an asynchronous stop notification for it with
ca6eff59
PA
41115the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
41116
4220b2f8 41117The stub must support @samp{vCont} if it reports support for
ca6eff59 41118multiprocess extensions (@pxref{multiprocess extensions}).
4220b2f8 41119
86d30acc
DJ
41120Reply:
41121@xref{Stop Reply Packets}, for the reply specifications.
41122
b8ff78ce
JB
41123@item vCont?
41124@cindex @samp{vCont?} packet
d3e8051b 41125Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
41126
41127Reply:
41128@table @samp
b8ff78ce
JB
41129@item vCont@r{[};@var{action}@dots{}@r{]}
41130The @samp{vCont} packet is supported. Each @var{action} is a supported
41131command in the @samp{vCont} packet.
d57350ea 41132@item @w{}
b8ff78ce 41133The @samp{vCont} packet is not supported.
86d30acc 41134@end table
ee2d5c50 41135
de979965
PA
41136@anchor{vCtrlC packet}
41137@item vCtrlC
41138@cindex @samp{vCtrlC} packet
41139Interrupt remote target as if a control-C was pressed on the remote
41140terminal. This is the equivalent to reacting to the @code{^C}
41141(@samp{\003}, the control-C character) character in all-stop mode
41142while the target is running, except this works in non-stop mode.
41143@xref{interrupting remote targets}, for more info on the all-stop
41144variant.
41145
41146Reply:
41147@table @samp
41148@item E @var{nn}
41149for an error
41150@item OK
41151for success
41152@end table
41153
a6b151f1
DJ
41154@item vFile:@var{operation}:@var{parameter}@dots{}
41155@cindex @samp{vFile} packet
41156Perform a file operation on the target system. For details,
41157see @ref{Host I/O Packets}.
41158
68437a39
DJ
41159@item vFlashErase:@var{addr},@var{length}
41160@cindex @samp{vFlashErase} packet
41161Direct the stub to erase @var{length} bytes of flash starting at
41162@var{addr}. The region may enclose any number of flash blocks, but
41163its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
41164flash block size appearing in the memory map (@pxref{Memory Map
41165Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
41166together, and sends a @samp{vFlashDone} request after each group; the
41167stub is allowed to delay erase operation until the @samp{vFlashDone}
41168packet is received.
41169
41170Reply:
41171@table @samp
41172@item OK
41173for success
41174@item E @var{NN}
41175for an error
41176@end table
41177
41178@item vFlashWrite:@var{addr}:@var{XX@dots{}}
41179@cindex @samp{vFlashWrite} packet
41180Direct the stub to write data to flash address @var{addr}. The data
41181is passed in binary form using the same encoding as for the @samp{X}
41182packet (@pxref{Binary Data}). The memory ranges specified by
41183@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
41184not overlap, and must appear in order of increasing addresses
41185(although @samp{vFlashErase} packets for higher addresses may already
41186have been received; the ordering is guaranteed only between
41187@samp{vFlashWrite} packets). If a packet writes to an address that was
41188neither erased by a preceding @samp{vFlashErase} packet nor by some other
41189target-specific method, the results are unpredictable.
41190
41191
41192Reply:
41193@table @samp
41194@item OK
41195for success
41196@item E.memtype
41197for vFlashWrite addressing non-flash memory
41198@item E @var{NN}
41199for an error
41200@end table
41201
41202@item vFlashDone
41203@cindex @samp{vFlashDone} packet
41204Indicate to the stub that flash programming operation is finished.
41205The stub is permitted to delay or batch the effects of a group of
41206@samp{vFlashErase} and @samp{vFlashWrite} packets until a
41207@samp{vFlashDone} packet is received. The contents of the affected
41208regions of flash memory are unpredictable until the @samp{vFlashDone}
41209request is completed.
41210
b90a069a
SL
41211@item vKill;@var{pid}
41212@cindex @samp{vKill} packet
36cb1214 41213@anchor{vKill packet}
697aa1b7 41214Kill the process with the specified process ID @var{pid}, which is a
b90a069a
SL
41215hexadecimal integer identifying the process. This packet is used in
41216preference to @samp{k} when multiprocess protocol extensions are
41217supported; see @ref{multiprocess extensions}.
41218
41219Reply:
41220@table @samp
41221@item E @var{nn}
41222for an error
41223@item OK
41224for success
41225@end table
41226
176efed1
AB
41227@item vMustReplyEmpty
41228@cindex @samp{vMustReplyEmpty} packet
41229The correct reply to an unknown @samp{v} packet is to return the empty
41230string, however, some older versions of @command{gdbserver} would
41231incorrectly return @samp{OK} for unknown @samp{v} packets.
41232
41233The @samp{vMustReplyEmpty} is used as a feature test to check how
41234@command{gdbserver} handles unknown packets, it is important that this
41235packet be handled in the same way as other unknown @samp{v} packets.
41236If this packet is handled differently to other unknown @samp{v}
6b92c0d3 41237packets then it is possible that @value{GDBN} may run into problems in
176efed1
AB
41238other areas, specifically around use of @samp{vFile:setfs:}.
41239
2d717e4f
DJ
41240@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
41241@cindex @samp{vRun} packet
41242Run the program @var{filename}, passing it each @var{argument} on its
41243command line. The file and arguments are hex-encoded strings. If
41244@var{filename} is an empty string, the stub may use a default program
41245(e.g.@: the last program run). The program is created in the stopped
9b562ab8 41246state.
2d717e4f 41247
8b23ecc4
SL
41248@c FIXME: What about non-stop mode?
41249
2d717e4f
DJ
41250This packet is only available in extended mode (@pxref{extended mode}).
41251
41252Reply:
41253@table @samp
41254@item E @var{nn}
41255for an error
41256@item @r{Any stop packet}
41257for success (@pxref{Stop Reply Packets})
41258@end table
41259
8b23ecc4 41260@item vStopped
8b23ecc4 41261@cindex @samp{vStopped} packet
8dbe8ece 41262@xref{Notification Packets}.
8b23ecc4 41263
b8ff78ce 41264@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 41265@anchor{X packet}
b8ff78ce
JB
41266@cindex @samp{X} packet
41267Write data to memory, where the data is transmitted in binary.
a86c90e6
SM
41268Memory is specified by its address @var{addr} and number of addressable memory
41269units @var{length} (@pxref{addressable memory unit});
0876f84a 41270@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 41271
ee2d5c50
AC
41272Reply:
41273@table @samp
41274@item OK
41275for success
b8ff78ce 41276@item E @var{NN}
ee2d5c50
AC
41277for an error
41278@end table
41279
a1dcb23a
DJ
41280@item z @var{type},@var{addr},@var{kind}
41281@itemx Z @var{type},@var{addr},@var{kind}
2f870471 41282@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
41283@cindex @samp{z} packet
41284@cindex @samp{Z} packets
41285Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
a1dcb23a 41286watchpoint starting at address @var{address} of kind @var{kind}.
ee2d5c50 41287
2f870471
AC
41288Each breakpoint and watchpoint packet @var{type} is documented
41289separately.
41290
512217c7
AC
41291@emph{Implementation notes: A remote target shall return an empty string
41292for an unrecognized breakpoint or watchpoint packet @var{type}. A
41293remote target shall support either both or neither of a given
b8ff78ce 41294@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
41295avoid potential problems with duplicate packets, the operations should
41296be implemented in an idempotent way.}
41297
a1dcb23a 41298@item z0,@var{addr},@var{kind}
d3ce09f5 41299@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
41300@cindex @samp{z0} packet
41301@cindex @samp{Z0} packet
4435e1cc 41302Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
a1dcb23a 41303@var{addr} of type @var{kind}.
2f870471 41304
4435e1cc 41305A software breakpoint is implemented by replacing the instruction at
2f870471 41306@var{addr} with a software breakpoint or trap instruction. The
4435e1cc
TT
41307@var{kind} is target-specific and typically indicates the size of the
41308breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
41309@sc{mips} can insert either a 2 or 4 byte breakpoint. Some
41310architectures have additional meanings for @var{kind}
41311(@pxref{Architecture-Specific Protocol Details}); if no
41312architecture-specific value is being used, it should be @samp{0}.
41313@var{kind} is hex-encoded. @var{cond_list} is an optional list of
41314conditional expressions in bytecode form that should be evaluated on
41315the target's side. These are the conditions that should be taken into
41316consideration when deciding if the breakpoint trigger should be
41317reported back to @value{GDBN}.
83364271 41318
f7e6eed5 41319See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
4435e1cc 41320for how to best report a software breakpoint event to @value{GDBN}.
f7e6eed5 41321
83364271
LM
41322The @var{cond_list} parameter is comprised of a series of expressions,
41323concatenated without separators. Each expression has the following form:
41324
41325@table @samp
41326
41327@item X @var{len},@var{expr}
41328@var{len} is the length of the bytecode expression and @var{expr} is the
41329actual conditional expression in bytecode form.
41330
41331@end table
41332
d3ce09f5
SS
41333The optional @var{cmd_list} parameter introduces commands that may be
41334run on the target, rather than being reported back to @value{GDBN}.
41335The parameter starts with a numeric flag @var{persist}; if the flag is
41336nonzero, then the breakpoint may remain active and the commands
41337continue to be run even when @value{GDBN} disconnects from the target.
41338Following this flag is a series of expressions concatenated with no
41339separators. Each expression has the following form:
41340
41341@table @samp
41342
41343@item X @var{len},@var{expr}
41344@var{len} is the length of the bytecode expression and @var{expr} is the
0968fbae 41345actual commands expression in bytecode form.
d3ce09f5
SS
41346
41347@end table
41348
2f870471 41349@emph{Implementation note: It is possible for a target to copy or move
4435e1cc 41350code that contains software breakpoints (e.g., when implementing
2f870471
AC
41351overlays). The behavior of this packet, in the presence of such a
41352target, is not defined.}
c906108c 41353
ee2d5c50
AC
41354Reply:
41355@table @samp
2f870471
AC
41356@item OK
41357success
d57350ea 41358@item @w{}
2f870471 41359not supported
b8ff78ce 41360@item E @var{NN}
ee2d5c50 41361for an error
2f870471
AC
41362@end table
41363
a1dcb23a 41364@item z1,@var{addr},@var{kind}
4435e1cc 41365@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
41366@cindex @samp{z1} packet
41367@cindex @samp{Z1} packet
41368Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
a1dcb23a 41369address @var{addr}.
2f870471
AC
41370
41371A hardware breakpoint is implemented using a mechanism that is not
4435e1cc
TT
41372dependent on being able to modify the target's memory. The
41373@var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
41374same meaning as in @samp{Z0} packets.
2f870471
AC
41375
41376@emph{Implementation note: A hardware breakpoint is not affected by code
41377movement.}
41378
41379Reply:
41380@table @samp
ee2d5c50 41381@item OK
2f870471 41382success
d57350ea 41383@item @w{}
2f870471 41384not supported
b8ff78ce 41385@item E @var{NN}
2f870471
AC
41386for an error
41387@end table
41388
a1dcb23a
DJ
41389@item z2,@var{addr},@var{kind}
41390@itemx Z2,@var{addr},@var{kind}
b8ff78ce
JB
41391@cindex @samp{z2} packet
41392@cindex @samp{Z2} packet
a1dcb23a 41393Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
697aa1b7 41394The number of bytes to watch is specified by @var{kind}.
2f870471
AC
41395
41396Reply:
41397@table @samp
41398@item OK
41399success
d57350ea 41400@item @w{}
2f870471 41401not supported
b8ff78ce 41402@item E @var{NN}
2f870471
AC
41403for an error
41404@end table
41405
a1dcb23a
DJ
41406@item z3,@var{addr},@var{kind}
41407@itemx Z3,@var{addr},@var{kind}
b8ff78ce
JB
41408@cindex @samp{z3} packet
41409@cindex @samp{Z3} packet
a1dcb23a 41410Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
697aa1b7 41411The number of bytes to watch is specified by @var{kind}.
2f870471
AC
41412
41413Reply:
41414@table @samp
41415@item OK
41416success
d57350ea 41417@item @w{}
2f870471 41418not supported
b8ff78ce 41419@item E @var{NN}
2f870471
AC
41420for an error
41421@end table
41422
a1dcb23a
DJ
41423@item z4,@var{addr},@var{kind}
41424@itemx Z4,@var{addr},@var{kind}
b8ff78ce
JB
41425@cindex @samp{z4} packet
41426@cindex @samp{Z4} packet
a1dcb23a 41427Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
697aa1b7 41428The number of bytes to watch is specified by @var{kind}.
2f870471
AC
41429
41430Reply:
41431@table @samp
41432@item OK
41433success
d57350ea 41434@item @w{}
2f870471 41435not supported
b8ff78ce 41436@item E @var{NN}
2f870471 41437for an error
ee2d5c50
AC
41438@end table
41439
41440@end table
c906108c 41441
ee2d5c50
AC
41442@node Stop Reply Packets
41443@section Stop Reply Packets
41444@cindex stop reply packets
c906108c 41445
8b23ecc4
SL
41446The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
41447@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
41448receive any of the below as a reply. Except for @samp{?}
41449and @samp{vStopped}, that reply is only returned
b8ff78ce 41450when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
41451number} is defined by the header @file{include/gdb/signals.h} in the
41452@value{GDBN} source code.
c906108c 41453
4435e1cc
TT
41454In non-stop mode, the server will simply reply @samp{OK} to commands
41455such as @samp{vCont}; any stop will be the subject of a future
41456notification. @xref{Remote Non-Stop}.
41457
b8ff78ce
JB
41458As in the description of request packets, we include spaces in the
41459reply templates for clarity; these are not part of the reply packet's
41460syntax. No @value{GDBN} stop reply packet uses spaces to separate its
41461components.
c906108c 41462
b8ff78ce 41463@table @samp
ee2d5c50 41464
b8ff78ce 41465@item S @var{AA}
599b237a 41466The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
41467number). This is equivalent to a @samp{T} response with no
41468@var{n}:@var{r} pairs.
c906108c 41469
b8ff78ce
JB
41470@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
41471@cindex @samp{T} packet reply
599b237a 41472The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
41473number). This is equivalent to an @samp{S} response, except that the
41474@samp{@var{n}:@var{r}} pairs can carry values of important registers
41475and other information directly in the stop reply packet, reducing
41476round-trip latency. Single-step and breakpoint traps are reported
41477this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
41478
41479@itemize @bullet
b8ff78ce 41480@item
599b237a 41481If @var{n} is a hexadecimal number, it is a register number, and the
697aa1b7 41482corresponding @var{r} gives that register's value. The data @var{r} is a
b8ff78ce
JB
41483series of bytes in target byte order, with each byte given by a
41484two-digit hex number.
cfa9d6d9 41485
b8ff78ce 41486@item
b90a069a
SL
41487If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
41488the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 41489
dc146f7c
VP
41490@item
41491If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
41492the core on which the stop event was detected.
41493
b8ff78ce 41494@item
cfa9d6d9
DJ
41495If @var{n} is a recognized @dfn{stop reason}, it describes a more
41496specific event that stopped the target. The currently defined stop
697aa1b7 41497reasons are listed below. The @var{aa} should be @samp{05}, the trap
cfa9d6d9
DJ
41498signal. At most one stop reason should be present.
41499
b8ff78ce
JB
41500@item
41501Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
41502and go on to the next; this allows us to extend the protocol in the
41503future.
cfa9d6d9
DJ
41504@end itemize
41505
41506The currently defined stop reasons are:
41507
41508@table @samp
41509@item watch
41510@itemx rwatch
41511@itemx awatch
41512The packet indicates a watchpoint hit, and @var{r} is the data address, in
41513hex.
41514
82075af2
JS
41515@item syscall_entry
41516@itemx syscall_return
41517The packet indicates a syscall entry or return, and @var{r} is the
41518syscall number, in hex.
41519
cfa9d6d9
DJ
41520@cindex shared library events, remote reply
41521@item library
41522The packet indicates that the loaded libraries have changed.
41523@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
697aa1b7 41524list of loaded libraries. The @var{r} part is ignored.
bacec72f
MS
41525
41526@cindex replay log events, remote reply
41527@item replaylog
41528The packet indicates that the target cannot continue replaying
41529logged execution events, because it has reached the end (or the
41530beginning when executing backward) of the log. The value of @var{r}
41531will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
41532for more information.
f7e6eed5
PA
41533
41534@item swbreak
41535@anchor{swbreak stop reason}
4435e1cc 41536The packet indicates a software breakpoint instruction was executed,
f7e6eed5
PA
41537irrespective of whether it was @value{GDBN} that planted the
41538breakpoint or the breakpoint is hardcoded in the program. The @var{r}
41539part must be left empty.
41540
41541On some architectures, such as x86, at the architecture level, when a
41542breakpoint instruction executes the program counter points at the
41543breakpoint address plus an offset. On such targets, the stub is
41544responsible for adjusting the PC to point back at the breakpoint
41545address.
41546
41547This packet should not be sent by default; older @value{GDBN} versions
41548did not support it. @value{GDBN} requests it, by supplying an
41549appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41550remote stub must also supply the appropriate @samp{qSupported} feature
41551indicating support.
41552
41553This packet is required for correct non-stop mode operation.
41554
41555@item hwbreak
41556The packet indicates the target stopped for a hardware breakpoint.
41557The @var{r} part must be left empty.
41558
41559The same remarks about @samp{qSupported} and non-stop mode above
41560apply.
0d71eef5
DB
41561
41562@cindex fork events, remote reply
41563@item fork
41564The packet indicates that @code{fork} was called, and @var{r}
41565is the thread ID of the new child process. Refer to
41566@ref{thread-id syntax} for the format of the @var{thread-id}
41567field. This packet is only applicable to targets that support
41568fork events.
41569
41570This packet should not be sent by default; older @value{GDBN} versions
41571did not support it. @value{GDBN} requests it, by supplying an
41572appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41573remote stub must also supply the appropriate @samp{qSupported} feature
41574indicating support.
41575
41576@cindex vfork events, remote reply
41577@item vfork
41578The packet indicates that @code{vfork} was called, and @var{r}
41579is the thread ID of the new child process. Refer to
41580@ref{thread-id syntax} for the format of the @var{thread-id}
41581field. This packet is only applicable to targets that support
41582vfork events.
41583
41584This packet should not be sent by default; older @value{GDBN} versions
41585did not support it. @value{GDBN} requests it, by supplying an
41586appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41587remote stub must also supply the appropriate @samp{qSupported} feature
41588indicating support.
41589
41590@cindex vforkdone events, remote reply
41591@item vforkdone
e68fa6f0
PA
41592The packet indicates that a child process created by a vfork
41593has either called @code{exec} or terminated, so that the
41594address spaces of the parent and child process are no longer
41595shared. The @var{r} part is ignored. This packet is only
41596applicable to targets that support vforkdone events.
0d71eef5
DB
41597
41598This packet should not be sent by default; older @value{GDBN} versions
41599did not support it. @value{GDBN} requests it, by supplying an
41600appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41601remote stub must also supply the appropriate @samp{qSupported} feature
41602indicating support.
41603
b459a59b
DB
41604@cindex exec events, remote reply
41605@item exec
41606The packet indicates that @code{execve} was called, and @var{r}
41607is the absolute pathname of the file that was executed, in hex.
41608This packet is only applicable to targets that support exec events.
41609
41610This packet should not be sent by default; older @value{GDBN} versions
41611did not support it. @value{GDBN} requests it, by supplying an
41612appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41613remote stub must also supply the appropriate @samp{qSupported} feature
41614indicating support.
41615
65706a29
PA
41616@cindex thread create event, remote reply
41617@anchor{thread create event}
41618@item create
41619The packet indicates that the thread was just created. The new thread
41620is stopped until @value{GDBN} sets it running with a resumption packet
41621(@pxref{vCont packet}). This packet should not be sent by default;
41622@value{GDBN} requests it with the @ref{QThreadEvents} packet. See
4435e1cc
TT
41623also the @samp{w} (@pxref{thread exit event}) remote reply below. The
41624@var{r} part is ignored.
65706a29 41625
cfa9d6d9 41626@end table
ee2d5c50 41627
b8ff78ce 41628@item W @var{AA}
b90a069a 41629@itemx W @var{AA} ; process:@var{pid}
8e04817f 41630The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
41631applicable to certain targets.
41632
4435e1cc
TT
41633The second form of the response, including the process ID of the
41634exited process, can be used only when @value{GDBN} has reported
41635support for multiprocess protocol extensions; see @ref{multiprocess
41636extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
41637hex strings.
b90a069a 41638
b8ff78ce 41639@item X @var{AA}
b90a069a 41640@itemx X @var{AA} ; process:@var{pid}
8e04817f 41641The process terminated with signal @var{AA}.
c906108c 41642
b90a069a
SL
41643The second form of the response, including the process ID of the
41644terminated process, can be used only when @value{GDBN} has reported
41645support for multiprocess protocol extensions; see @ref{multiprocess
4435e1cc
TT
41646extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
41647hex strings.
b90a069a 41648
65706a29
PA
41649@anchor{thread exit event}
41650@cindex thread exit event, remote reply
41651@item w @var{AA} ; @var{tid}
41652
41653The thread exited, and @var{AA} is the exit status. This response
41654should not be sent by default; @value{GDBN} requests it with the
41655@ref{QThreadEvents} packet. See also @ref{thread create event} above.
4435e1cc 41656@var{AA} is formatted as a big-endian hex string.
65706a29 41657
f2faf941
PA
41658@item N
41659There are no resumed threads left in the target. In other words, even
41660though the process is alive, the last resumed thread has exited. For
41661example, say the target process has two threads: thread 1 and thread
416622. The client leaves thread 1 stopped, and resumes thread 2, which
41663subsequently exits. At this point, even though the process is still
41664alive, and thus no @samp{W} stop reply is sent, no thread is actually
41665executing either. The @samp{N} stop reply thus informs the client
41666that it can stop waiting for stop replies. This packet should not be
41667sent by default; older @value{GDBN} versions did not support it.
41668@value{GDBN} requests it, by supplying an appropriate
41669@samp{qSupported} feature (@pxref{qSupported}). The remote stub must
41670also supply the appropriate @samp{qSupported} feature indicating
41671support.
41672
b8ff78ce
JB
41673@item O @var{XX}@dots{}
41674@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
41675written as the program's console output. This can happen at any time
41676while the program is running and the debugger should continue to wait
8b23ecc4 41677for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 41678
b8ff78ce 41679@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
41680@var{call-id} is the identifier which says which host system call should
41681be called. This is just the name of the function. Translation into the
41682correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 41683@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
41684system calls.
41685
b8ff78ce
JB
41686@samp{@var{parameter}@dots{}} is a list of parameters as defined for
41687this very system call.
0ce1b118 41688
b8ff78ce
JB
41689The target replies with this packet when it expects @value{GDBN} to
41690call a host system call on behalf of the target. @value{GDBN} replies
41691with an appropriate @samp{F} packet and keeps up waiting for the next
41692reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
41693or @samp{s} action is expected to be continued. @xref{File-I/O Remote
41694Protocol Extension}, for more details.
0ce1b118 41695
ee2d5c50
AC
41696@end table
41697
41698@node General Query Packets
41699@section General Query Packets
9c16f35a 41700@cindex remote query requests
c906108c 41701
5f3bebba
JB
41702Packets starting with @samp{q} are @dfn{general query packets};
41703packets starting with @samp{Q} are @dfn{general set packets}. General
41704query and set packets are a semi-unified form for retrieving and
41705sending information to and from the stub.
41706
41707The initial letter of a query or set packet is followed by a name
41708indicating what sort of thing the packet applies to. For example,
41709@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
41710definitions with the stub. These packet names follow some
41711conventions:
41712
41713@itemize @bullet
41714@item
41715The name must not contain commas, colons or semicolons.
41716@item
41717Most @value{GDBN} query and set packets have a leading upper case
41718letter.
41719@item
41720The names of custom vendor packets should use a company prefix, in
41721lower case, followed by a period. For example, packets designed at
41722the Acme Corporation might begin with @samp{qacme.foo} (for querying
41723foos) or @samp{Qacme.bar} (for setting bars).
41724@end itemize
41725
aa56d27a
JB
41726The name of a query or set packet should be separated from any
41727parameters by a @samp{:}; the parameters themselves should be
41728separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
41729full packet name, and check for a separator or the end of the packet,
41730in case two packet names share a common prefix. New packets should not begin
41731with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
41732packets predate these conventions, and have arguments without any terminator
41733for the packet name; we suspect they are in widespread use in places that
41734are difficult to upgrade. The @samp{qC} packet has no arguments, but some
41735existing stubs (e.g.@: RedBoot) are known to not check for the end of the
41736packet.}.
c906108c 41737
b8ff78ce
JB
41738Like the descriptions of the other packets, each description here
41739has a template showing the packet's overall syntax, followed by an
41740explanation of the packet's meaning. We include spaces in some of the
41741templates for clarity; these are not part of the packet's syntax. No
41742@value{GDBN} packet uses spaces to separate its components.
41743
5f3bebba
JB
41744Here are the currently defined query and set packets:
41745
b8ff78ce 41746@table @samp
c906108c 41747
d1feda86 41748@item QAgent:1
af4238e5 41749@itemx QAgent:0
d1feda86
YQ
41750Turn on or off the agent as a helper to perform some debugging operations
41751delegated from @value{GDBN} (@pxref{Control Agent}).
41752
d914c394
SS
41753@item QAllow:@var{op}:@var{val}@dots{}
41754@cindex @samp{QAllow} packet
41755Specify which operations @value{GDBN} expects to request of the
41756target, as a semicolon-separated list of operation name and value
41757pairs. Possible values for @var{op} include @samp{WriteReg},
41758@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
41759@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
41760indicating that @value{GDBN} will not request the operation, or 1,
41761indicating that it may. (The target can then use this to set up its
41762own internals optimally, for instance if the debugger never expects to
41763insert breakpoints, it may not need to install its own trap handler.)
41764
b8ff78ce 41765@item qC
9c16f35a 41766@cindex current thread, remote request
b8ff78ce 41767@cindex @samp{qC} packet
b90a069a 41768Return the current thread ID.
ee2d5c50
AC
41769
41770Reply:
41771@table @samp
b90a069a
SL
41772@item QC @var{thread-id}
41773Where @var{thread-id} is a thread ID as documented in
41774@ref{thread-id syntax}.
b8ff78ce 41775@item @r{(anything else)}
b90a069a 41776Any other reply implies the old thread ID.
ee2d5c50
AC
41777@end table
41778
b8ff78ce 41779@item qCRC:@var{addr},@var{length}
ff2587ec 41780@cindex CRC of memory block, remote request
b8ff78ce 41781@cindex @samp{qCRC} packet
936d2992 41782@anchor{qCRC packet}
99e008fe
EZ
41783Compute the CRC checksum of a block of memory using CRC-32 defined in
41784IEEE 802.3. The CRC is computed byte at a time, taking the most
41785significant bit of each byte first. The initial pattern code
41786@code{0xffffffff} is used to ensure leading zeros affect the CRC.
41787
41788@emph{Note:} This is the same CRC used in validating separate debug
41789files (@pxref{Separate Debug Files, , Debugging Information in Separate
41790Files}). However the algorithm is slightly different. When validating
41791separate debug files, the CRC is computed taking the @emph{least}
41792significant bit of each byte first, and the final result is inverted to
41793detect trailing zeros.
41794
ff2587ec
WZ
41795Reply:
41796@table @samp
b8ff78ce 41797@item E @var{NN}
ff2587ec 41798An error (such as memory fault)
b8ff78ce
JB
41799@item C @var{crc32}
41800The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
41801@end table
41802
03583c20
UW
41803@item QDisableRandomization:@var{value}
41804@cindex disable address space randomization, remote request
41805@cindex @samp{QDisableRandomization} packet
41806Some target operating systems will randomize the virtual address space
41807of the inferior process as a security feature, but provide a feature
41808to disable such randomization, e.g.@: to allow for a more deterministic
41809debugging experience. On such systems, this packet with a @var{value}
41810of 1 directs the target to disable address space randomization for
41811processes subsequently started via @samp{vRun} packets, while a packet
41812with a @var{value} of 0 tells the target to enable address space
41813randomization.
41814
41815This packet is only available in extended mode (@pxref{extended mode}).
41816
41817Reply:
41818@table @samp
41819@item OK
41820The request succeeded.
41821
41822@item E @var{nn}
697aa1b7 41823An error occurred. The error number @var{nn} is given as hex digits.
03583c20 41824
d57350ea 41825@item @w{}
03583c20
UW
41826An empty reply indicates that @samp{QDisableRandomization} is not supported
41827by the stub.
41828@end table
41829
41830This packet is not probed by default; the remote stub must request it,
41831by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41832This should only be done on targets that actually support disabling
41833address space randomization.
41834
aefd8b33
SDJ
41835@item QStartupWithShell:@var{value}
41836@cindex startup with shell, remote request
41837@cindex @samp{QStartupWithShell} packet
41838On UNIX-like targets, it is possible to start the inferior using a
41839shell program. This is the default behavior on both @value{GDBN} and
41840@command{gdbserver} (@pxref{set startup-with-shell}). This packet is
41841used to inform @command{gdbserver} whether it should start the
41842inferior using a shell or not.
41843
41844If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
41845to start the inferior. If @var{value} is @samp{1},
41846@command{gdbserver} will use a shell to start the inferior. All other
41847values are considered an error.
41848
41849This packet is only available in extended mode (@pxref{extended
41850mode}).
41851
41852Reply:
41853@table @samp
41854@item OK
41855The request succeeded.
41856
41857@item E @var{nn}
41858An error occurred. The error number @var{nn} is given as hex digits.
41859@end table
41860
41861This packet is not probed by default; the remote stub must request it,
41862by supplying an appropriate @samp{qSupported} response
41863(@pxref{qSupported}). This should only be done on targets that
41864actually support starting the inferior using a shell.
41865
41866Use of this packet is controlled by the @code{set startup-with-shell}
41867command; @pxref{set startup-with-shell}.
41868
0a2dde4a
SDJ
41869@item QEnvironmentHexEncoded:@var{hex-value}
41870@anchor{QEnvironmentHexEncoded}
41871@cindex set environment variable, remote request
41872@cindex @samp{QEnvironmentHexEncoded} packet
41873On UNIX-like targets, it is possible to set environment variables that
41874will be passed to the inferior during the startup process. This
41875packet is used to inform @command{gdbserver} of an environment
41876variable that has been defined by the user on @value{GDBN} (@pxref{set
41877environment}).
41878
41879The packet is composed by @var{hex-value}, an hex encoded
41880representation of the @var{name=value} format representing an
41881environment variable. The name of the environment variable is
41882represented by @var{name}, and the value to be assigned to the
41883environment variable is represented by @var{value}. If the variable
41884has no value (i.e., the value is @code{null}), then @var{value} will
41885not be present.
41886
41887This packet is only available in extended mode (@pxref{extended
41888mode}).
41889
41890Reply:
41891@table @samp
41892@item OK
41893The request succeeded.
41894@end table
41895
41896This packet is not probed by default; the remote stub must request it,
41897by supplying an appropriate @samp{qSupported} response
41898(@pxref{qSupported}). This should only be done on targets that
41899actually support passing environment variables to the starting
41900inferior.
41901
41902This packet is related to the @code{set environment} command;
41903@pxref{set environment}.
41904
41905@item QEnvironmentUnset:@var{hex-value}
41906@anchor{QEnvironmentUnset}
41907@cindex unset environment variable, remote request
41908@cindex @samp{QEnvironmentUnset} packet
41909On UNIX-like targets, it is possible to unset environment variables
41910before starting the inferior in the remote target. This packet is
41911used to inform @command{gdbserver} of an environment variable that has
41912been unset by the user on @value{GDBN} (@pxref{unset environment}).
41913
41914The packet is composed by @var{hex-value}, an hex encoded
41915representation of the name of the environment variable to be unset.
41916
41917This packet is only available in extended mode (@pxref{extended
41918mode}).
41919
41920Reply:
41921@table @samp
41922@item OK
41923The request succeeded.
41924@end table
41925
41926This packet is not probed by default; the remote stub must request it,
41927by supplying an appropriate @samp{qSupported} response
41928(@pxref{qSupported}). This should only be done on targets that
41929actually support passing environment variables to the starting
41930inferior.
41931
41932This packet is related to the @code{unset environment} command;
41933@pxref{unset environment}.
41934
41935@item QEnvironmentReset
41936@anchor{QEnvironmentReset}
41937@cindex reset environment, remote request
41938@cindex @samp{QEnvironmentReset} packet
41939On UNIX-like targets, this packet is used to reset the state of
41940environment variables in the remote target before starting the
41941inferior. In this context, reset means unsetting all environment
41942variables that were previously set by the user (i.e., were not
41943initially present in the environment). It is sent to
41944@command{gdbserver} before the @samp{QEnvironmentHexEncoded}
41945(@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
41946(@pxref{QEnvironmentUnset}) packets.
41947
41948This packet is only available in extended mode (@pxref{extended
41949mode}).
41950
41951Reply:
41952@table @samp
41953@item OK
41954The request succeeded.
41955@end table
41956
41957This packet is not probed by default; the remote stub must request it,
41958by supplying an appropriate @samp{qSupported} response
41959(@pxref{qSupported}). This should only be done on targets that
41960actually support passing environment variables to the starting
41961inferior.
41962
bc3b087d
SDJ
41963@item QSetWorkingDir:@r{[}@var{directory}@r{]}
41964@anchor{QSetWorkingDir packet}
41965@cindex set working directory, remote request
41966@cindex @samp{QSetWorkingDir} packet
41967This packet is used to inform the remote server of the intended
41968current working directory for programs that are going to be executed.
41969
41970The packet is composed by @var{directory}, an hex encoded
41971representation of the directory that the remote inferior will use as
41972its current working directory. If @var{directory} is an empty string,
41973the remote server should reset the inferior's current working
41974directory to its original, empty value.
41975
41976This packet is only available in extended mode (@pxref{extended
41977mode}).
41978
41979Reply:
41980@table @samp
41981@item OK
41982The request succeeded.
41983@end table
41984
b8ff78ce
JB
41985@item qfThreadInfo
41986@itemx qsThreadInfo
9c16f35a 41987@cindex list active threads, remote request
b8ff78ce
JB
41988@cindex @samp{qfThreadInfo} packet
41989@cindex @samp{qsThreadInfo} packet
b90a069a 41990Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
41991may be too many active threads to fit into one reply packet, this query
41992works iteratively: it may require more than one query/reply sequence to
41993obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
41994be the @samp{qfThreadInfo} query; subsequent queries in the
41995sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 41996
b8ff78ce 41997NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
41998
41999Reply:
42000@table @samp
b90a069a
SL
42001@item m @var{thread-id}
42002A single thread ID
42003@item m @var{thread-id},@var{thread-id}@dots{}
42004a comma-separated list of thread IDs
b8ff78ce
JB
42005@item l
42006(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
42007@end table
42008
42009In response to each query, the target will reply with a list of one or
b90a069a 42010more thread IDs, separated by commas.
e1aac25b 42011@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 42012ids (using the @samp{qs} form of the query), until the target responds
501994c0 42013with @samp{l} (lower-case ell, for @dfn{last}).
b90a069a
SL
42014Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
42015fields.
c906108c 42016
8dfcab11
DT
42017@emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
42018initial connection with the remote target, and the very first thread ID
42019mentioned in the reply will be stopped by @value{GDBN} in a subsequent
42020message. Therefore, the stub should ensure that the first thread ID in
42021the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
42022
b8ff78ce 42023@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 42024@cindex get thread-local storage address, remote request
b8ff78ce 42025@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
42026Fetch the address associated with thread local storage specified
42027by @var{thread-id}, @var{offset}, and @var{lm}.
42028
b90a069a
SL
42029@var{thread-id} is the thread ID associated with the
42030thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
42031
42032@var{offset} is the (big endian, hex encoded) offset associated with the
42033thread local variable. (This offset is obtained from the debug
42034information associated with the variable.)
42035
db2e3e2e 42036@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
7a9dd1b2 42037load module associated with the thread local storage. For example,
ff2587ec
WZ
42038a @sc{gnu}/Linux system will pass the link map address of the shared
42039object associated with the thread local storage under consideration.
42040Other operating environments may choose to represent the load module
42041differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
42042
42043Reply:
b8ff78ce
JB
42044@table @samp
42045@item @var{XX}@dots{}
ff2587ec
WZ
42046Hex encoded (big endian) bytes representing the address of the thread
42047local storage requested.
42048
b8ff78ce 42049@item E @var{nn}
697aa1b7 42050An error occurred. The error number @var{nn} is given as hex digits.
ff2587ec 42051
d57350ea 42052@item @w{}
b8ff78ce 42053An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
42054@end table
42055
711e434b
PM
42056@item qGetTIBAddr:@var{thread-id}
42057@cindex get thread information block address
42058@cindex @samp{qGetTIBAddr} packet
42059Fetch address of the Windows OS specific Thread Information Block.
42060
42061@var{thread-id} is the thread ID associated with the thread.
42062
42063Reply:
42064@table @samp
42065@item @var{XX}@dots{}
42066Hex encoded (big endian) bytes representing the linear address of the
42067thread information block.
42068
42069@item E @var{nn}
42070An error occured. This means that either the thread was not found, or the
42071address could not be retrieved.
42072
d57350ea 42073@item @w{}
711e434b
PM
42074An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
42075@end table
42076
b8ff78ce 42077@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
42078Obtain thread information from RTOS. Where: @var{startflag} (one hex
42079digit) is one to indicate the first query and zero to indicate a
42080subsequent query; @var{threadcount} (two hex digits) is the maximum
42081number of threads the response packet can contain; and @var{nextthread}
42082(eight hex digits), for subsequent queries (@var{startflag} is zero), is
42083returned in the response as @var{argthread}.
ee2d5c50 42084
b8ff78ce 42085Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
42086
42087Reply:
42088@table @samp
b8ff78ce 42089@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
42090Where: @var{count} (two hex digits) is the number of threads being
42091returned; @var{done} (one hex digit) is zero to indicate more threads
42092and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 42093digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
697aa1b7
EZ
42094is a sequence of thread IDs, @var{threadid} (eight hex
42095digits), from the target. See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 42096@end table
c906108c 42097
b8ff78ce 42098@item qOffsets
9c16f35a 42099@cindex section offsets, remote request
b8ff78ce 42100@cindex @samp{qOffsets} packet
31d99776
DJ
42101Get section offsets that the target used when relocating the downloaded
42102image.
c906108c 42103
ee2d5c50
AC
42104Reply:
42105@table @samp
31d99776
DJ
42106@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
42107Relocate the @code{Text} section by @var{xxx} from its original address.
42108Relocate the @code{Data} section by @var{yyy} from its original address.
42109If the object file format provides segment information (e.g.@: @sc{elf}
42110@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
42111segments by the supplied offsets.
42112
42113@emph{Note: while a @code{Bss} offset may be included in the response,
42114@value{GDBN} ignores this and instead applies the @code{Data} offset
42115to the @code{Bss} section.}
42116
42117@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
42118Relocate the first segment of the object file, which conventionally
42119contains program code, to a starting address of @var{xxx}. If
42120@samp{DataSeg} is specified, relocate the second segment, which
42121conventionally contains modifiable data, to a starting address of
42122@var{yyy}. @value{GDBN} will report an error if the object file
42123does not contain segment information, or does not contain at least
42124as many segments as mentioned in the reply. Extra segments are
42125kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
42126@end table
42127
b90a069a 42128@item qP @var{mode} @var{thread-id}
9c16f35a 42129@cindex thread information, remote request
b8ff78ce 42130@cindex @samp{qP} packet
b90a069a
SL
42131Returns information on @var{thread-id}. Where: @var{mode} is a hex
42132encoded 32 bit mode; @var{thread-id} is a thread ID
42133(@pxref{thread-id syntax}).
ee2d5c50 42134
aa56d27a
JB
42135Don't use this packet; use the @samp{qThreadExtraInfo} query instead
42136(see below).
42137
b8ff78ce 42138Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 42139
8b23ecc4 42140@item QNonStop:1
687e43a4 42141@itemx QNonStop:0
8b23ecc4
SL
42142@cindex non-stop mode, remote request
42143@cindex @samp{QNonStop} packet
42144@anchor{QNonStop}
42145Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
42146@xref{Remote Non-Stop}, for more information.
42147
42148Reply:
42149@table @samp
42150@item OK
42151The request succeeded.
42152
42153@item E @var{nn}
697aa1b7 42154An error occurred. The error number @var{nn} is given as hex digits.
8b23ecc4 42155
d57350ea 42156@item @w{}
8b23ecc4
SL
42157An empty reply indicates that @samp{QNonStop} is not supported by
42158the stub.
42159@end table
42160
42161This packet is not probed by default; the remote stub must request it,
42162by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42163Use of this packet is controlled by the @code{set non-stop} command;
42164@pxref{Non-Stop Mode}.
42165
82075af2
JS
42166@item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
42167@itemx QCatchSyscalls:0
42168@cindex catch syscalls from inferior, remote request
42169@cindex @samp{QCatchSyscalls} packet
42170@anchor{QCatchSyscalls}
42171Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
42172catching syscalls from the inferior process.
42173
42174For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
42175in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
42176is listed, every system call should be reported.
42177
42178Note that if a syscall not in the list is reported, @value{GDBN} will
42179still filter the event according to its own list from all corresponding
42180@code{catch syscall} commands. However, it is more efficient to only
42181report the requested syscalls.
42182
42183Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
42184@samp{QCatchSyscalls:1} list is completely replaced by the new list.
42185
42186If the inferior process execs, the state of @samp{QCatchSyscalls} is
42187kept for the new process too. On targets where exec may affect syscall
42188numbers, for example with exec between 32 and 64-bit processes, the
42189client should send a new packet with the new syscall list.
42190
42191Reply:
42192@table @samp
42193@item OK
42194The request succeeded.
42195
42196@item E @var{nn}
42197An error occurred. @var{nn} are hex digits.
42198
42199@item @w{}
42200An empty reply indicates that @samp{QCatchSyscalls} is not supported by
42201the stub.
42202@end table
42203
42204Use of this packet is controlled by the @code{set remote catch-syscalls}
42205command (@pxref{Remote Configuration, set remote catch-syscalls}).
42206This packet is not probed by default; the remote stub must request it,
42207by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42208
89be2091
DJ
42209@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
42210@cindex pass signals to inferior, remote request
42211@cindex @samp{QPassSignals} packet
23181151 42212@anchor{QPassSignals}
89be2091
DJ
42213Each listed @var{signal} should be passed directly to the inferior process.
42214Signals are numbered identically to continue packets and stop replies
42215(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
42216strictly greater than the previous item. These signals do not need to stop
42217the inferior, or be reported to @value{GDBN}. All other signals should be
42218reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
42219combine; any earlier @samp{QPassSignals} list is completely replaced by the
42220new list. This packet improves performance when using @samp{handle
42221@var{signal} nostop noprint pass}.
42222
42223Reply:
42224@table @samp
42225@item OK
42226The request succeeded.
42227
42228@item E @var{nn}
697aa1b7 42229An error occurred. The error number @var{nn} is given as hex digits.
89be2091 42230
d57350ea 42231@item @w{}
89be2091
DJ
42232An empty reply indicates that @samp{QPassSignals} is not supported by
42233the stub.
42234@end table
42235
42236Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 42237command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
42238This packet is not probed by default; the remote stub must request it,
42239by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42240
9b224c5e
PA
42241@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
42242@cindex signals the inferior may see, remote request
42243@cindex @samp{QProgramSignals} packet
42244@anchor{QProgramSignals}
42245Each listed @var{signal} may be delivered to the inferior process.
42246Others should be silently discarded.
42247
42248In some cases, the remote stub may need to decide whether to deliver a
42249signal to the program or not without @value{GDBN} involvement. One
42250example of that is while detaching --- the program's threads may have
42251stopped for signals that haven't yet had a chance of being reported to
42252@value{GDBN}, and so the remote stub can use the signal list specified
42253by this packet to know whether to deliver or ignore those pending
42254signals.
42255
42256This does not influence whether to deliver a signal as requested by a
42257resumption packet (@pxref{vCont packet}).
42258
42259Signals are numbered identically to continue packets and stop replies
42260(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
42261strictly greater than the previous item. Multiple
42262@samp{QProgramSignals} packets do not combine; any earlier
42263@samp{QProgramSignals} list is completely replaced by the new list.
42264
42265Reply:
42266@table @samp
42267@item OK
42268The request succeeded.
42269
42270@item E @var{nn}
697aa1b7 42271An error occurred. The error number @var{nn} is given as hex digits.
9b224c5e 42272
d57350ea 42273@item @w{}
9b224c5e
PA
42274An empty reply indicates that @samp{QProgramSignals} is not supported
42275by the stub.
42276@end table
42277
42278Use of this packet is controlled by the @code{set remote program-signals}
42279command (@pxref{Remote Configuration, set remote program-signals}).
42280This packet is not probed by default; the remote stub must request it,
42281by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42282
65706a29
PA
42283@anchor{QThreadEvents}
42284@item QThreadEvents:1
42285@itemx QThreadEvents:0
42286@cindex thread create/exit events, remote request
42287@cindex @samp{QThreadEvents} packet
42288
42289Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
42290reporting of thread create and exit events. @xref{thread create
42291event}, for the reply specifications. For example, this is used in
42292non-stop mode when @value{GDBN} stops a set of threads and
42293synchronously waits for the their corresponding stop replies. Without
42294exit events, if one of the threads exits, @value{GDBN} would hang
42295forever not knowing that it should no longer expect a stop for that
42296same thread. @value{GDBN} does not enable this feature unless the
42297stub reports that it supports it by including @samp{QThreadEvents+} in
42298its @samp{qSupported} reply.
42299
42300Reply:
42301@table @samp
42302@item OK
42303The request succeeded.
42304
42305@item E @var{nn}
42306An error occurred. The error number @var{nn} is given as hex digits.
42307
42308@item @w{}
42309An empty reply indicates that @samp{QThreadEvents} is not supported by
42310the stub.
42311@end table
42312
42313Use of this packet is controlled by the @code{set remote thread-events}
42314command (@pxref{Remote Configuration, set remote thread-events}).
42315
b8ff78ce 42316@item qRcmd,@var{command}
ff2587ec 42317@cindex execute remote command, remote request
b8ff78ce 42318@cindex @samp{qRcmd} packet
ff2587ec 42319@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
42320execution. Invalid commands should be reported using the output
42321string. Before the final result packet, the target may also respond
42322with a number of intermediate @samp{O@var{output}} console output
42323packets. @emph{Implementors should note that providing access to a
42324stubs's interpreter may have security implications}.
fa93a9d8 42325
ff2587ec
WZ
42326Reply:
42327@table @samp
42328@item OK
42329A command response with no output.
42330@item @var{OUTPUT}
42331A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 42332@item E @var{NN}
ff2587ec 42333Indicate a badly formed request.
d57350ea 42334@item @w{}
b8ff78ce 42335An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 42336@end table
fa93a9d8 42337
aa56d27a
JB
42338(Note that the @code{qRcmd} packet's name is separated from the
42339command by a @samp{,}, not a @samp{:}, contrary to the naming
42340conventions above. Please don't use this packet as a model for new
42341packets.)
42342
08388c79
DE
42343@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
42344@cindex searching memory, in remote debugging
5c4808ca 42345@ifnotinfo
08388c79 42346@cindex @samp{qSearch:memory} packet
5c4808ca
EZ
42347@end ifnotinfo
42348@cindex @samp{qSearch memory} packet
08388c79
DE
42349@anchor{qSearch memory}
42350Search @var{length} bytes at @var{address} for @var{search-pattern}.
697aa1b7
EZ
42351Both @var{address} and @var{length} are encoded in hex;
42352@var{search-pattern} is a sequence of bytes, also hex encoded.
08388c79
DE
42353
42354Reply:
42355@table @samp
42356@item 0
42357The pattern was not found.
42358@item 1,address
42359The pattern was found at @var{address}.
42360@item E @var{NN}
42361A badly formed request or an error was encountered while searching memory.
d57350ea 42362@item @w{}
08388c79
DE
42363An empty reply indicates that @samp{qSearch:memory} is not recognized.
42364@end table
42365
a6f3e723
SL
42366@item QStartNoAckMode
42367@cindex @samp{QStartNoAckMode} packet
42368@anchor{QStartNoAckMode}
42369Request that the remote stub disable the normal @samp{+}/@samp{-}
42370protocol acknowledgments (@pxref{Packet Acknowledgment}).
42371
42372Reply:
42373@table @samp
42374@item OK
42375The stub has switched to no-acknowledgment mode.
6b92c0d3 42376@value{GDBN} acknowledges this response,
a6f3e723
SL
42377but neither the stub nor @value{GDBN} shall send or expect further
42378@samp{+}/@samp{-} acknowledgments in the current connection.
d57350ea 42379@item @w{}
a6f3e723
SL
42380An empty reply indicates that the stub does not support no-acknowledgment mode.
42381@end table
42382
be2a5f71
DJ
42383@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
42384@cindex supported packets, remote query
42385@cindex features of the remote protocol
42386@cindex @samp{qSupported} packet
0876f84a 42387@anchor{qSupported}
be2a5f71
DJ
42388Tell the remote stub about features supported by @value{GDBN}, and
42389query the stub for features it supports. This packet allows
42390@value{GDBN} and the remote stub to take advantage of each others'
42391features. @samp{qSupported} also consolidates multiple feature probes
42392at startup, to improve @value{GDBN} performance---a single larger
42393packet performs better than multiple smaller probe packets on
42394high-latency links. Some features may enable behavior which must not
42395be on by default, e.g.@: because it would confuse older clients or
42396stubs. Other features may describe packets which could be
42397automatically probed for, but are not. These features must be
42398reported before @value{GDBN} will use them. This ``default
42399unsupported'' behavior is not appropriate for all packets, but it
42400helps to keep the initial connection time under control with new
42401versions of @value{GDBN} which support increasing numbers of packets.
42402
42403Reply:
42404@table @samp
42405@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
42406The stub supports or does not support each returned @var{stubfeature},
42407depending on the form of each @var{stubfeature} (see below for the
42408possible forms).
d57350ea 42409@item @w{}
be2a5f71
DJ
42410An empty reply indicates that @samp{qSupported} is not recognized,
42411or that no features needed to be reported to @value{GDBN}.
42412@end table
42413
42414The allowed forms for each feature (either a @var{gdbfeature} in the
42415@samp{qSupported} packet, or a @var{stubfeature} in the response)
42416are:
42417
42418@table @samp
42419@item @var{name}=@var{value}
42420The remote protocol feature @var{name} is supported, and associated
42421with the specified @var{value}. The format of @var{value} depends
42422on the feature, but it must not include a semicolon.
42423@item @var{name}+
42424The remote protocol feature @var{name} is supported, and does not
42425need an associated value.
42426@item @var{name}-
42427The remote protocol feature @var{name} is not supported.
42428@item @var{name}?
42429The remote protocol feature @var{name} may be supported, and
42430@value{GDBN} should auto-detect support in some other way when it is
42431needed. This form will not be used for @var{gdbfeature} notifications,
42432but may be used for @var{stubfeature} responses.
42433@end table
42434
42435Whenever the stub receives a @samp{qSupported} request, the
42436supplied set of @value{GDBN} features should override any previous
42437request. This allows @value{GDBN} to put the stub in a known
42438state, even if the stub had previously been communicating with
42439a different version of @value{GDBN}.
42440
b90a069a
SL
42441The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
42442are defined:
42443
42444@table @samp
42445@item multiprocess
42446This feature indicates whether @value{GDBN} supports multiprocess
42447extensions to the remote protocol. @value{GDBN} does not use such
42448extensions unless the stub also reports that it supports them by
42449including @samp{multiprocess+} in its @samp{qSupported} reply.
42450@xref{multiprocess extensions}, for details.
c8d5aac9
L
42451
42452@item xmlRegisters
42453This feature indicates that @value{GDBN} supports the XML target
42454description. If the stub sees @samp{xmlRegisters=} with target
42455specific strings separated by a comma, it will report register
42456description.
dde08ee1
PA
42457
42458@item qRelocInsn
42459This feature indicates whether @value{GDBN} supports the
42460@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
42461instruction reply packet}).
f7e6eed5
PA
42462
42463@item swbreak
42464This feature indicates whether @value{GDBN} supports the swbreak stop
42465reason in stop replies. @xref{swbreak stop reason}, for details.
42466
42467@item hwbreak
42468This feature indicates whether @value{GDBN} supports the hwbreak stop
42469reason in stop replies. @xref{swbreak stop reason}, for details.
0d71eef5
DB
42470
42471@item fork-events
42472This feature indicates whether @value{GDBN} supports fork event
42473extensions to the remote protocol. @value{GDBN} does not use such
42474extensions unless the stub also reports that it supports them by
42475including @samp{fork-events+} in its @samp{qSupported} reply.
42476
42477@item vfork-events
42478This feature indicates whether @value{GDBN} supports vfork event
42479extensions to the remote protocol. @value{GDBN} does not use such
42480extensions unless the stub also reports that it supports them by
42481including @samp{vfork-events+} in its @samp{qSupported} reply.
b459a59b
DB
42482
42483@item exec-events
42484This feature indicates whether @value{GDBN} supports exec event
42485extensions to the remote protocol. @value{GDBN} does not use such
42486extensions unless the stub also reports that it supports them by
42487including @samp{exec-events+} in its @samp{qSupported} reply.
750ce8d1
YQ
42488
42489@item vContSupported
42490This feature indicates whether @value{GDBN} wants to know the
42491supported actions in the reply to @samp{vCont?} packet.
b90a069a
SL
42492@end table
42493
42494Stubs should ignore any unknown values for
be2a5f71
DJ
42495@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
42496packet supports receiving packets of unlimited length (earlier
b90a069a 42497versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
42498for @var{gdbfeature} may be defined in the future to let the stub take
42499advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
42500improvements in the remote protocol---the @samp{multiprocess} feature is
42501an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
42502of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
42503describes all the features it supports, and then the stub replies with
42504all the features it supports.
42505
42506Similarly, @value{GDBN} will silently ignore unrecognized stub feature
42507responses, as long as each response uses one of the standard forms.
42508
42509Some features are flags. A stub which supports a flag feature
42510should respond with a @samp{+} form response. Other features
42511require values, and the stub should respond with an @samp{=}
42512form response.
42513
42514Each feature has a default value, which @value{GDBN} will use if
42515@samp{qSupported} is not available or if the feature is not mentioned
42516in the @samp{qSupported} response. The default values are fixed; a
42517stub is free to omit any feature responses that match the defaults.
42518
42519Not all features can be probed, but for those which can, the probing
42520mechanism is useful: in some cases, a stub's internal
42521architecture may not allow the protocol layer to know some information
42522about the underlying target in advance. This is especially common in
42523stubs which may be configured for multiple targets.
42524
42525These are the currently defined stub features and their properties:
42526
cfa9d6d9 42527@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
42528@c NOTE: The first row should be @headitem, but we do not yet require
42529@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 42530@item Feature Name
be2a5f71
DJ
42531@tab Value Required
42532@tab Default
42533@tab Probe Allowed
42534
42535@item @samp{PacketSize}
42536@tab Yes
42537@tab @samp{-}
42538@tab No
42539
0876f84a
DJ
42540@item @samp{qXfer:auxv:read}
42541@tab No
42542@tab @samp{-}
42543@tab Yes
42544
2ae8c8e7
MM
42545@item @samp{qXfer:btrace:read}
42546@tab No
42547@tab @samp{-}
42548@tab Yes
42549
f4abbc16
MM
42550@item @samp{qXfer:btrace-conf:read}
42551@tab No
42552@tab @samp{-}
42553@tab Yes
42554
c78fa86a
GB
42555@item @samp{qXfer:exec-file:read}
42556@tab No
42557@tab @samp{-}
42558@tab Yes
42559
23181151
DJ
42560@item @samp{qXfer:features:read}
42561@tab No
42562@tab @samp{-}
42563@tab Yes
42564
cfa9d6d9
DJ
42565@item @samp{qXfer:libraries:read}
42566@tab No
42567@tab @samp{-}
42568@tab Yes
42569
85dc5a12
GB
42570@item @samp{qXfer:libraries-svr4:read}
42571@tab No
42572@tab @samp{-}
42573@tab Yes
42574
42575@item @samp{augmented-libraries-svr4-read}
42576@tab No
42577@tab @samp{-}
42578@tab No
42579
68437a39
DJ
42580@item @samp{qXfer:memory-map:read}
42581@tab No
42582@tab @samp{-}
42583@tab Yes
42584
0fb4aa4b
PA
42585@item @samp{qXfer:sdata:read}
42586@tab No
42587@tab @samp{-}
42588@tab Yes
42589
4aa995e1
PA
42590@item @samp{qXfer:siginfo:read}
42591@tab No
42592@tab @samp{-}
42593@tab Yes
42594
42595@item @samp{qXfer:siginfo:write}
42596@tab No
42597@tab @samp{-}
42598@tab Yes
42599
dc146f7c
VP
42600@item @samp{qXfer:threads:read}
42601@tab No
42602@tab @samp{-}
42603@tab Yes
42604
b3b9301e
PA
42605@item @samp{qXfer:traceframe-info:read}
42606@tab No
42607@tab @samp{-}
42608@tab Yes
42609
169081d0
TG
42610@item @samp{qXfer:uib:read}
42611@tab No
42612@tab @samp{-}
42613@tab Yes
42614
78d85199
YQ
42615@item @samp{qXfer:fdpic:read}
42616@tab No
42617@tab @samp{-}
42618@tab Yes
dc146f7c 42619
2ae8c8e7
MM
42620@item @samp{Qbtrace:off}
42621@tab Yes
42622@tab @samp{-}
42623@tab Yes
42624
42625@item @samp{Qbtrace:bts}
42626@tab Yes
42627@tab @samp{-}
42628@tab Yes
42629
b20a6524
MM
42630@item @samp{Qbtrace:pt}
42631@tab Yes
42632@tab @samp{-}
42633@tab Yes
42634
d33501a5
MM
42635@item @samp{Qbtrace-conf:bts:size}
42636@tab Yes
42637@tab @samp{-}
42638@tab Yes
42639
b20a6524
MM
42640@item @samp{Qbtrace-conf:pt:size}
42641@tab Yes
42642@tab @samp{-}
42643@tab Yes
42644
8b23ecc4
SL
42645@item @samp{QNonStop}
42646@tab No
42647@tab @samp{-}
42648@tab Yes
42649
82075af2
JS
42650@item @samp{QCatchSyscalls}
42651@tab No
42652@tab @samp{-}
42653@tab Yes
42654
89be2091
DJ
42655@item @samp{QPassSignals}
42656@tab No
42657@tab @samp{-}
42658@tab Yes
42659
a6f3e723
SL
42660@item @samp{QStartNoAckMode}
42661@tab No
42662@tab @samp{-}
42663@tab Yes
42664
b90a069a
SL
42665@item @samp{multiprocess}
42666@tab No
42667@tab @samp{-}
42668@tab No
42669
83364271
LM
42670@item @samp{ConditionalBreakpoints}
42671@tab No
42672@tab @samp{-}
42673@tab No
42674
782b2b07
SS
42675@item @samp{ConditionalTracepoints}
42676@tab No
42677@tab @samp{-}
42678@tab No
42679
0d772ac9
MS
42680@item @samp{ReverseContinue}
42681@tab No
2f8132f3 42682@tab @samp{-}
0d772ac9
MS
42683@tab No
42684
42685@item @samp{ReverseStep}
42686@tab No
2f8132f3 42687@tab @samp{-}
0d772ac9
MS
42688@tab No
42689
409873ef
SS
42690@item @samp{TracepointSource}
42691@tab No
42692@tab @samp{-}
42693@tab No
42694
d1feda86
YQ
42695@item @samp{QAgent}
42696@tab No
42697@tab @samp{-}
42698@tab No
42699
d914c394
SS
42700@item @samp{QAllow}
42701@tab No
42702@tab @samp{-}
42703@tab No
42704
03583c20
UW
42705@item @samp{QDisableRandomization}
42706@tab No
42707@tab @samp{-}
42708@tab No
42709
d248b706
KY
42710@item @samp{EnableDisableTracepoints}
42711@tab No
42712@tab @samp{-}
42713@tab No
42714
f6f899bf
HAQ
42715@item @samp{QTBuffer:size}
42716@tab No
42717@tab @samp{-}
42718@tab No
42719
3065dfb6
SS
42720@item @samp{tracenz}
42721@tab No
42722@tab @samp{-}
42723@tab No
42724
d3ce09f5
SS
42725@item @samp{BreakpointCommands}
42726@tab No
42727@tab @samp{-}
42728@tab No
42729
f7e6eed5
PA
42730@item @samp{swbreak}
42731@tab No
42732@tab @samp{-}
42733@tab No
42734
42735@item @samp{hwbreak}
42736@tab No
42737@tab @samp{-}
42738@tab No
42739
0d71eef5
DB
42740@item @samp{fork-events}
42741@tab No
42742@tab @samp{-}
42743@tab No
42744
42745@item @samp{vfork-events}
42746@tab No
42747@tab @samp{-}
42748@tab No
42749
b459a59b
DB
42750@item @samp{exec-events}
42751@tab No
42752@tab @samp{-}
42753@tab No
42754
65706a29
PA
42755@item @samp{QThreadEvents}
42756@tab No
42757@tab @samp{-}
42758@tab No
42759
f2faf941
PA
42760@item @samp{no-resumed}
42761@tab No
42762@tab @samp{-}
42763@tab No
42764
be2a5f71
DJ
42765@end multitable
42766
42767These are the currently defined stub features, in more detail:
42768
42769@table @samp
42770@cindex packet size, remote protocol
42771@item PacketSize=@var{bytes}
42772The remote stub can accept packets up to at least @var{bytes} in
42773length. @value{GDBN} will send packets up to this size for bulk
42774transfers, and will never send larger packets. This is a limit on the
42775data characters in the packet, including the frame and checksum.
42776There is no trailing NUL byte in a remote protocol packet; if the stub
42777stores packets in a NUL-terminated format, it should allow an extra
42778byte in its buffer for the NUL. If this stub feature is not supported,
42779@value{GDBN} guesses based on the size of the @samp{g} packet response.
42780
0876f84a
DJ
42781@item qXfer:auxv:read
42782The remote stub understands the @samp{qXfer:auxv:read} packet
42783(@pxref{qXfer auxiliary vector read}).
42784
2ae8c8e7
MM
42785@item qXfer:btrace:read
42786The remote stub understands the @samp{qXfer:btrace:read}
42787packet (@pxref{qXfer btrace read}).
42788
f4abbc16
MM
42789@item qXfer:btrace-conf:read
42790The remote stub understands the @samp{qXfer:btrace-conf:read}
42791packet (@pxref{qXfer btrace-conf read}).
42792
c78fa86a
GB
42793@item qXfer:exec-file:read
42794The remote stub understands the @samp{qXfer:exec-file:read} packet
42795(@pxref{qXfer executable filename read}).
42796
23181151
DJ
42797@item qXfer:features:read
42798The remote stub understands the @samp{qXfer:features:read} packet
42799(@pxref{qXfer target description read}).
42800
cfa9d6d9
DJ
42801@item qXfer:libraries:read
42802The remote stub understands the @samp{qXfer:libraries:read} packet
42803(@pxref{qXfer library list read}).
42804
2268b414
JK
42805@item qXfer:libraries-svr4:read
42806The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
42807(@pxref{qXfer svr4 library list read}).
42808
85dc5a12
GB
42809@item augmented-libraries-svr4-read
42810The remote stub understands the augmented form of the
42811@samp{qXfer:libraries-svr4:read} packet
42812(@pxref{qXfer svr4 library list read}).
42813
23181151
DJ
42814@item qXfer:memory-map:read
42815The remote stub understands the @samp{qXfer:memory-map:read} packet
42816(@pxref{qXfer memory map read}).
42817
0fb4aa4b
PA
42818@item qXfer:sdata:read
42819The remote stub understands the @samp{qXfer:sdata:read} packet
42820(@pxref{qXfer sdata read}).
42821
4aa995e1
PA
42822@item qXfer:siginfo:read
42823The remote stub understands the @samp{qXfer:siginfo:read} packet
42824(@pxref{qXfer siginfo read}).
42825
42826@item qXfer:siginfo:write
42827The remote stub understands the @samp{qXfer:siginfo:write} packet
42828(@pxref{qXfer siginfo write}).
42829
dc146f7c
VP
42830@item qXfer:threads:read
42831The remote stub understands the @samp{qXfer:threads:read} packet
42832(@pxref{qXfer threads read}).
42833
b3b9301e
PA
42834@item qXfer:traceframe-info:read
42835The remote stub understands the @samp{qXfer:traceframe-info:read}
42836packet (@pxref{qXfer traceframe info read}).
42837
169081d0
TG
42838@item qXfer:uib:read
42839The remote stub understands the @samp{qXfer:uib:read}
42840packet (@pxref{qXfer unwind info block}).
42841
78d85199
YQ
42842@item qXfer:fdpic:read
42843The remote stub understands the @samp{qXfer:fdpic:read}
42844packet (@pxref{qXfer fdpic loadmap read}).
42845
8b23ecc4
SL
42846@item QNonStop
42847The remote stub understands the @samp{QNonStop} packet
42848(@pxref{QNonStop}).
42849
82075af2
JS
42850@item QCatchSyscalls
42851The remote stub understands the @samp{QCatchSyscalls} packet
42852(@pxref{QCatchSyscalls}).
42853
23181151
DJ
42854@item QPassSignals
42855The remote stub understands the @samp{QPassSignals} packet
42856(@pxref{QPassSignals}).
42857
a6f3e723
SL
42858@item QStartNoAckMode
42859The remote stub understands the @samp{QStartNoAckMode} packet and
42860prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
42861
b90a069a
SL
42862@item multiprocess
42863@anchor{multiprocess extensions}
42864@cindex multiprocess extensions, in remote protocol
42865The remote stub understands the multiprocess extensions to the remote
42866protocol syntax. The multiprocess extensions affect the syntax of
42867thread IDs in both packets and replies (@pxref{thread-id syntax}), and
42868add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
42869replies. Note that reporting this feature indicates support for the
42870syntactic extensions only, not that the stub necessarily supports
42871debugging of more than one process at a time. The stub must not use
42872multiprocess extensions in packet replies unless @value{GDBN} has also
42873indicated it supports them in its @samp{qSupported} request.
42874
07e059b5
VP
42875@item qXfer:osdata:read
42876The remote stub understands the @samp{qXfer:osdata:read} packet
42877((@pxref{qXfer osdata read}).
42878
83364271
LM
42879@item ConditionalBreakpoints
42880The target accepts and implements evaluation of conditional expressions
42881defined for breakpoints. The target will only report breakpoint triggers
42882when such conditions are true (@pxref{Conditions, ,Break Conditions}).
42883
782b2b07
SS
42884@item ConditionalTracepoints
42885The remote stub accepts and implements conditional expressions defined
42886for tracepoints (@pxref{Tracepoint Conditions}).
42887
0d772ac9
MS
42888@item ReverseContinue
42889The remote stub accepts and implements the reverse continue packet
42890(@pxref{bc}).
42891
42892@item ReverseStep
42893The remote stub accepts and implements the reverse step packet
42894(@pxref{bs}).
42895
409873ef
SS
42896@item TracepointSource
42897The remote stub understands the @samp{QTDPsrc} packet that supplies
42898the source form of tracepoint definitions.
42899
d1feda86
YQ
42900@item QAgent
42901The remote stub understands the @samp{QAgent} packet.
42902
d914c394
SS
42903@item QAllow
42904The remote stub understands the @samp{QAllow} packet.
42905
03583c20
UW
42906@item QDisableRandomization
42907The remote stub understands the @samp{QDisableRandomization} packet.
42908
0fb4aa4b
PA
42909@item StaticTracepoint
42910@cindex static tracepoints, in remote protocol
42911The remote stub supports static tracepoints.
42912
1e4d1764
YQ
42913@item InstallInTrace
42914@anchor{install tracepoint in tracing}
42915The remote stub supports installing tracepoint in tracing.
42916
d248b706
KY
42917@item EnableDisableTracepoints
42918The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
42919@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
42920to be enabled and disabled while a trace experiment is running.
42921
f6f899bf 42922@item QTBuffer:size
28abe188 42923The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
f6f899bf
HAQ
42924packet that allows to change the size of the trace buffer.
42925
3065dfb6
SS
42926@item tracenz
42927@cindex string tracing, in remote protocol
42928The remote stub supports the @samp{tracenz} bytecode for collecting strings.
42929See @ref{Bytecode Descriptions} for details about the bytecode.
42930
d3ce09f5
SS
42931@item BreakpointCommands
42932@cindex breakpoint commands, in remote protocol
42933The remote stub supports running a breakpoint's command list itself,
42934rather than reporting the hit to @value{GDBN}.
42935
2ae8c8e7
MM
42936@item Qbtrace:off
42937The remote stub understands the @samp{Qbtrace:off} packet.
42938
42939@item Qbtrace:bts
42940The remote stub understands the @samp{Qbtrace:bts} packet.
42941
b20a6524
MM
42942@item Qbtrace:pt
42943The remote stub understands the @samp{Qbtrace:pt} packet.
42944
d33501a5
MM
42945@item Qbtrace-conf:bts:size
42946The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
42947
b20a6524
MM
42948@item Qbtrace-conf:pt:size
42949The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
42950
f7e6eed5
PA
42951@item swbreak
42952The remote stub reports the @samp{swbreak} stop reason for memory
42953breakpoints.
42954
42955@item hwbreak
42956The remote stub reports the @samp{hwbreak} stop reason for hardware
42957breakpoints.
42958
0d71eef5
DB
42959@item fork-events
42960The remote stub reports the @samp{fork} stop reason for fork events.
42961
42962@item vfork-events
42963The remote stub reports the @samp{vfork} stop reason for vfork events
42964and vforkdone events.
42965
b459a59b
DB
42966@item exec-events
42967The remote stub reports the @samp{exec} stop reason for exec events.
42968
750ce8d1
YQ
42969@item vContSupported
42970The remote stub reports the supported actions in the reply to
42971@samp{vCont?} packet.
42972
65706a29
PA
42973@item QThreadEvents
42974The remote stub understands the @samp{QThreadEvents} packet.
42975
f2faf941
PA
42976@item no-resumed
42977The remote stub reports the @samp{N} stop reply.
42978
be2a5f71
DJ
42979@end table
42980
b8ff78ce 42981@item qSymbol::
ff2587ec 42982@cindex symbol lookup, remote request
b8ff78ce 42983@cindex @samp{qSymbol} packet
ff2587ec
WZ
42984Notify the target that @value{GDBN} is prepared to serve symbol lookup
42985requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
42986
42987Reply:
ff2587ec 42988@table @samp
b8ff78ce 42989@item OK
ff2587ec 42990The target does not need to look up any (more) symbols.
b8ff78ce 42991@item qSymbol:@var{sym_name}
ff2587ec
WZ
42992The target requests the value of symbol @var{sym_name} (hex encoded).
42993@value{GDBN} may provide the value by using the
b8ff78ce
JB
42994@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
42995below.
ff2587ec 42996@end table
83761cbd 42997
b8ff78ce 42998@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
42999Set the value of @var{sym_name} to @var{sym_value}.
43000
43001@var{sym_name} (hex encoded) is the name of a symbol whose value the
43002target has previously requested.
43003
43004@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
43005@value{GDBN} cannot supply a value for @var{sym_name}, then this field
43006will be empty.
43007
43008Reply:
43009@table @samp
b8ff78ce 43010@item OK
ff2587ec 43011The target does not need to look up any (more) symbols.
b8ff78ce 43012@item qSymbol:@var{sym_name}
ff2587ec
WZ
43013The target requests the value of a new symbol @var{sym_name} (hex
43014encoded). @value{GDBN} will continue to supply the values of symbols
43015(if available), until the target ceases to request them.
fa93a9d8 43016@end table
0abb7bc7 43017
00bf0b85 43018@item qTBuffer
687e43a4
TT
43019@itemx QTBuffer
43020@itemx QTDisconnected
d5551862 43021@itemx QTDP
409873ef 43022@itemx QTDPsrc
d5551862 43023@itemx QTDV
00bf0b85
SS
43024@itemx qTfP
43025@itemx qTfV
9d29849a 43026@itemx QTFrame
405f8e94
SS
43027@itemx qTMinFTPILen
43028
9d29849a
JB
43029@xref{Tracepoint Packets}.
43030
b90a069a 43031@item qThreadExtraInfo,@var{thread-id}
ff2587ec 43032@cindex thread attributes info, remote request
b8ff78ce 43033@cindex @samp{qThreadExtraInfo} packet
697aa1b7
EZ
43034Obtain from the target OS a printable string description of thread
43035attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
43036for the forms of @var{thread-id}. This
b8ff78ce
JB
43037string may contain anything that the target OS thinks is interesting
43038for @value{GDBN} to tell the user about the thread. The string is
43039displayed in @value{GDBN}'s @code{info threads} display. Some
43040examples of possible thread extra info strings are @samp{Runnable}, or
43041@samp{Blocked on Mutex}.
ff2587ec
WZ
43042
43043Reply:
43044@table @samp
b8ff78ce
JB
43045@item @var{XX}@dots{}
43046Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
43047comprising the printable string containing the extra information about
43048the thread's attributes.
ff2587ec 43049@end table
814e32d7 43050
aa56d27a
JB
43051(Note that the @code{qThreadExtraInfo} packet's name is separated from
43052the command by a @samp{,}, not a @samp{:}, contrary to the naming
43053conventions above. Please don't use this packet as a model for new
43054packets.)
43055
f196051f 43056@item QTNotes
687e43a4
TT
43057@itemx qTP
43058@itemx QTSave
43059@itemx qTsP
43060@itemx qTsV
d5551862 43061@itemx QTStart
9d29849a 43062@itemx QTStop
d248b706
KY
43063@itemx QTEnable
43064@itemx QTDisable
9d29849a
JB
43065@itemx QTinit
43066@itemx QTro
43067@itemx qTStatus
d5551862 43068@itemx qTV
0fb4aa4b
PA
43069@itemx qTfSTM
43070@itemx qTsSTM
43071@itemx qTSTMat
9d29849a
JB
43072@xref{Tracepoint Packets}.
43073
0876f84a
DJ
43074@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
43075@cindex read special object, remote request
43076@cindex @samp{qXfer} packet
68437a39 43077@anchor{qXfer read}
0876f84a
DJ
43078Read uninterpreted bytes from the target's special data area
43079identified by the keyword @var{object}. Request @var{length} bytes
43080starting at @var{offset} bytes into the data. The content and
0e7f50da 43081encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
43082additional details about what data to access.
43083
c185ba27
EZ
43084Reply:
43085@table @samp
43086@item m @var{data}
43087Data @var{data} (@pxref{Binary Data}) has been read from the
43088target. There may be more data at a higher address (although
43089it is permitted to return @samp{m} even for the last valid
43090block of data, as long as at least one byte of data was read).
43091It is possible for @var{data} to have fewer bytes than the @var{length} in the
43092request.
43093
43094@item l @var{data}
43095Data @var{data} (@pxref{Binary Data}) has been read from the target.
43096There is no more data to be read. It is possible for @var{data} to
43097have fewer bytes than the @var{length} in the request.
43098
43099@item l
43100The @var{offset} in the request is at the end of the data.
43101There is no more data to be read.
43102
43103@item E00
43104The request was malformed, or @var{annex} was invalid.
43105
43106@item E @var{nn}
43107The offset was invalid, or there was an error encountered reading the data.
43108The @var{nn} part is a hex-encoded @code{errno} value.
43109
43110@item @w{}
43111An empty reply indicates the @var{object} string was not recognized by
43112the stub, or that the object does not support reading.
43113@end table
43114
43115Here are the specific requests of this form defined so far. All the
0876f84a 43116@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
c185ba27 43117formats, listed above.
0876f84a
DJ
43118
43119@table @samp
43120@item qXfer:auxv:read::@var{offset},@var{length}
43121@anchor{qXfer auxiliary vector read}
43122Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 43123auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
43124
43125This packet is not probed by default; the remote stub must request it,
89be2091 43126by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 43127
2ae8c8e7
MM
43128@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
43129@anchor{qXfer btrace read}
43130
43131Return a description of the current branch trace.
43132@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
43133packet may have one of the following values:
43134
43135@table @code
43136@item all
43137Returns all available branch trace.
43138
43139@item new
43140Returns all available branch trace if the branch trace changed since
43141the last read request.
969c39fb
MM
43142
43143@item delta
43144Returns the new branch trace since the last read request. Adds a new
43145block to the end of the trace that begins at zero and ends at the source
43146location of the first branch in the trace buffer. This extra block is
43147used to stitch traces together.
43148
43149If the trace buffer overflowed, returns an error indicating the overflow.
2ae8c8e7
MM
43150@end table
43151
43152This packet is not probed by default; the remote stub must request it
43153by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43154
f4abbc16
MM
43155@item qXfer:btrace-conf:read::@var{offset},@var{length}
43156@anchor{qXfer btrace-conf read}
43157
43158Return a description of the current branch trace configuration.
43159@xref{Branch Trace Configuration Format}.
43160
43161This packet is not probed by default; the remote stub must request it
43162by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
c78fa86a
GB
43163
43164@item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
43165@anchor{qXfer executable filename read}
43166Return the full absolute name of the file that was executed to create
43167a process running on the remote system. The annex specifies the
43168numeric process ID of the process to query, encoded as a hexadecimal
835205d0
GB
43169number. If the annex part is empty the remote stub should return the
43170filename corresponding to the currently executing process.
c78fa86a
GB
43171
43172This packet is not probed by default; the remote stub must request it,
43173by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
f4abbc16 43174
23181151
DJ
43175@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
43176@anchor{qXfer target description read}
43177Access the @dfn{target description}. @xref{Target Descriptions}. The
43178annex specifies which XML document to access. The main description is
43179always loaded from the @samp{target.xml} annex.
43180
43181This packet is not probed by default; the remote stub must request it,
43182by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43183
cfa9d6d9
DJ
43184@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
43185@anchor{qXfer library list read}
43186Access the target's list of loaded libraries. @xref{Library List Format}.
43187The annex part of the generic @samp{qXfer} packet must be empty
43188(@pxref{qXfer read}).
43189
43190Targets which maintain a list of libraries in the program's memory do
43191not need to implement this packet; it is designed for platforms where
43192the operating system manages the list of loaded libraries.
43193
43194This packet is not probed by default; the remote stub must request it,
43195by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43196
2268b414
JK
43197@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
43198@anchor{qXfer svr4 library list read}
43199Access the target's list of loaded libraries when the target is an SVR4
43200platform. @xref{Library List Format for SVR4 Targets}. The annex part
85dc5a12
GB
43201of the generic @samp{qXfer} packet must be empty unless the remote
43202stub indicated it supports the augmented form of this packet
43203by supplying an appropriate @samp{qSupported} response
43204(@pxref{qXfer read}, @ref{qSupported}).
2268b414
JK
43205
43206This packet is optional for better performance on SVR4 targets.
43207@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
43208
43209This packet is not probed by default; the remote stub must request it,
43210by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43211
85dc5a12
GB
43212If the remote stub indicates it supports the augmented form of this
43213packet then the annex part of the generic @samp{qXfer} packet may
43214contain a semicolon-separated list of @samp{@var{name}=@var{value}}
43215arguments. The currently supported arguments are:
43216
43217@table @code
43218@item start=@var{address}
43219A hexadecimal number specifying the address of the @samp{struct
43220link_map} to start reading the library list from. If unset or zero
43221then the first @samp{struct link_map} in the library list will be
43222chosen as the starting point.
43223
43224@item prev=@var{address}
43225A hexadecimal number specifying the address of the @samp{struct
43226link_map} immediately preceding the @samp{struct link_map}
43227specified by the @samp{start} argument. If unset or zero then
43228the remote stub will expect that no @samp{struct link_map}
43229exists prior to the starting point.
43230
43231@end table
43232
43233Arguments that are not understood by the remote stub will be silently
43234ignored.
43235
68437a39
DJ
43236@item qXfer:memory-map:read::@var{offset},@var{length}
43237@anchor{qXfer memory map read}
79a6e687 43238Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
43239annex part of the generic @samp{qXfer} packet must be empty
43240(@pxref{qXfer read}).
43241
0e7f50da
UW
43242This packet is not probed by default; the remote stub must request it,
43243by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43244
0fb4aa4b
PA
43245@item qXfer:sdata:read::@var{offset},@var{length}
43246@anchor{qXfer sdata read}
43247
43248Read contents of the extra collected static tracepoint marker
43249information. The annex part of the generic @samp{qXfer} packet must
43250be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
43251Action Lists}.
43252
43253This packet is not probed by default; the remote stub must request it,
43254by supplying an appropriate @samp{qSupported} response
43255(@pxref{qSupported}).
43256
4aa995e1
PA
43257@item qXfer:siginfo:read::@var{offset},@var{length}
43258@anchor{qXfer siginfo read}
43259Read contents of the extra signal information on the target
43260system. The annex part of the generic @samp{qXfer} packet must be
43261empty (@pxref{qXfer read}).
43262
43263This packet is not probed by default; the remote stub must request it,
43264by supplying an appropriate @samp{qSupported} response
43265(@pxref{qSupported}).
43266
dc146f7c
VP
43267@item qXfer:threads:read::@var{offset},@var{length}
43268@anchor{qXfer threads read}
43269Access the list of threads on target. @xref{Thread List Format}. The
43270annex part of the generic @samp{qXfer} packet must be empty
43271(@pxref{qXfer read}).
43272
43273This packet is not probed by default; the remote stub must request it,
43274by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43275
b3b9301e
PA
43276@item qXfer:traceframe-info:read::@var{offset},@var{length}
43277@anchor{qXfer traceframe info read}
43278
43279Return a description of the current traceframe's contents.
43280@xref{Traceframe Info Format}. The annex part of the generic
43281@samp{qXfer} packet must be empty (@pxref{qXfer read}).
43282
43283This packet is not probed by default; the remote stub must request it,
43284by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43285
169081d0
TG
43286@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
43287@anchor{qXfer unwind info block}
43288
43289Return the unwind information block for @var{pc}. This packet is used
43290on OpenVMS/ia64 to ask the kernel unwind information.
43291
43292This packet is not probed by default.
43293
78d85199
YQ
43294@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
43295@anchor{qXfer fdpic loadmap read}
43296Read contents of @code{loadmap}s on the target system. The
43297annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
43298executable @code{loadmap} or interpreter @code{loadmap} to read.
43299
43300This packet is not probed by default; the remote stub must request it,
43301by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43302
07e059b5
VP
43303@item qXfer:osdata:read::@var{offset},@var{length}
43304@anchor{qXfer osdata read}
697aa1b7 43305Access the target's @dfn{operating system information}.
07e059b5
VP
43306@xref{Operating System Information}.
43307
68437a39
DJ
43308@end table
43309
c185ba27
EZ
43310@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
43311@cindex write data into object, remote request
43312@anchor{qXfer write}
43313Write uninterpreted bytes into the target's special data area
43314identified by the keyword @var{object}, starting at @var{offset} bytes
43315into the data. The binary-encoded data (@pxref{Binary Data}) to be
43316written is given by @var{data}@dots{}. The content and encoding of @var{annex}
43317is specific to @var{object}; it can supply additional details about what data
43318to access.
43319
0876f84a
DJ
43320Reply:
43321@table @samp
c185ba27
EZ
43322@item @var{nn}
43323@var{nn} (hex encoded) is the number of bytes written.
43324This may be fewer bytes than supplied in the request.
0876f84a
DJ
43325
43326@item E00
43327The request was malformed, or @var{annex} was invalid.
43328
43329@item E @var{nn}
c185ba27 43330The offset was invalid, or there was an error encountered writing the data.
697aa1b7 43331The @var{nn} part is a hex-encoded @code{errno} value.
0876f84a 43332
d57350ea 43333@item @w{}
c185ba27
EZ
43334An empty reply indicates the @var{object} string was not
43335recognized by the stub, or that the object does not support writing.
0876f84a
DJ
43336@end table
43337
c185ba27 43338Here are the specific requests of this form defined so far. All the
0e7f50da 43339@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
c185ba27 43340formats, listed above.
0e7f50da
UW
43341
43342@table @samp
4aa995e1
PA
43343@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
43344@anchor{qXfer siginfo write}
43345Write @var{data} to the extra signal information on the target system.
43346The annex part of the generic @samp{qXfer} packet must be
43347empty (@pxref{qXfer write}).
43348
43349This packet is not probed by default; the remote stub must request it,
43350by supplying an appropriate @samp{qSupported} response
43351(@pxref{qSupported}).
0e7f50da 43352@end table
0876f84a 43353
0876f84a
DJ
43354@item qXfer:@var{object}:@var{operation}:@dots{}
43355Requests of this form may be added in the future. When a stub does
43356not recognize the @var{object} keyword, or its support for
43357@var{object} does not recognize the @var{operation} keyword, the stub
43358must respond with an empty packet.
43359
0b16c5cf
PA
43360@item qAttached:@var{pid}
43361@cindex query attached, remote request
43362@cindex @samp{qAttached} packet
43363Return an indication of whether the remote server attached to an
43364existing process or created a new process. When the multiprocess
43365protocol extensions are supported (@pxref{multiprocess extensions}),
43366@var{pid} is an integer in hexadecimal format identifying the target
43367process. Otherwise, @value{GDBN} will omit the @var{pid} field and
43368the query packet will be simplified as @samp{qAttached}.
43369
43370This query is used, for example, to know whether the remote process
43371should be detached or killed when a @value{GDBN} session is ended with
43372the @code{quit} command.
43373
43374Reply:
43375@table @samp
43376@item 1
43377The remote server attached to an existing process.
43378@item 0
43379The remote server created a new process.
43380@item E @var{NN}
43381A badly formed request or an error was encountered.
43382@end table
43383
2ae8c8e7 43384@item Qbtrace:bts
b20a6524
MM
43385Enable branch tracing for the current thread using Branch Trace Store.
43386
43387Reply:
43388@table @samp
43389@item OK
43390Branch tracing has been enabled.
43391@item E.errtext
43392A badly formed request or an error was encountered.
43393@end table
43394
43395@item Qbtrace:pt
bc504a31 43396Enable branch tracing for the current thread using Intel Processor Trace.
2ae8c8e7
MM
43397
43398Reply:
43399@table @samp
43400@item OK
43401Branch tracing has been enabled.
43402@item E.errtext
43403A badly formed request or an error was encountered.
43404@end table
43405
43406@item Qbtrace:off
43407Disable branch tracing for the current thread.
43408
43409Reply:
43410@table @samp
43411@item OK
43412Branch tracing has been disabled.
43413@item E.errtext
43414A badly formed request or an error was encountered.
43415@end table
43416
d33501a5
MM
43417@item Qbtrace-conf:bts:size=@var{value}
43418Set the requested ring buffer size for new threads that use the
43419btrace recording method in bts format.
43420
43421Reply:
43422@table @samp
43423@item OK
43424The ring buffer size has been set.
43425@item E.errtext
43426A badly formed request or an error was encountered.
43427@end table
43428
b20a6524
MM
43429@item Qbtrace-conf:pt:size=@var{value}
43430Set the requested ring buffer size for new threads that use the
43431btrace recording method in pt format.
43432
43433Reply:
43434@table @samp
43435@item OK
43436The ring buffer size has been set.
43437@item E.errtext
43438A badly formed request or an error was encountered.
43439@end table
43440
ee2d5c50
AC
43441@end table
43442
a1dcb23a
DJ
43443@node Architecture-Specific Protocol Details
43444@section Architecture-Specific Protocol Details
43445
43446This section describes how the remote protocol is applied to specific
43447target architectures. Also see @ref{Standard Target Features}, for
43448details of XML target descriptions for each architecture.
43449
02b67415
MR
43450@menu
43451* ARM-Specific Protocol Details::
43452* MIPS-Specific Protocol Details::
43453@end menu
43454
43455@node ARM-Specific Protocol Details
43456@subsection @acronym{ARM}-specific Protocol Details
43457
43458@menu
43459* ARM Breakpoint Kinds::
43460@end menu
a1dcb23a 43461
02b67415
MR
43462@node ARM Breakpoint Kinds
43463@subsubsection @acronym{ARM} Breakpoint Kinds
43464@cindex breakpoint kinds, @acronym{ARM}
a1dcb23a
DJ
43465
43466These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
43467
43468@table @r
43469
43470@item 2
4347116-bit Thumb mode breakpoint.
43472
43473@item 3
4347432-bit Thumb mode (Thumb-2) breakpoint.
43475
43476@item 4
02b67415 4347732-bit @acronym{ARM} mode breakpoint.
a1dcb23a
DJ
43478
43479@end table
43480
02b67415
MR
43481@node MIPS-Specific Protocol Details
43482@subsection @acronym{MIPS}-specific Protocol Details
43483
43484@menu
43485* MIPS Register packet Format::
4cc0665f 43486* MIPS Breakpoint Kinds::
02b67415 43487@end menu
a1dcb23a 43488
02b67415
MR
43489@node MIPS Register packet Format
43490@subsubsection @acronym{MIPS} Register Packet Format
eb17f351 43491@cindex register packet format, @acronym{MIPS}
eb12ee30 43492
b8ff78ce 43493The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
43494In the below, some thirty-two bit registers are transferred as
43495sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
43496to fill the space allocated. Register bytes are transferred in target
43497byte order. The two nibbles within a register byte are transferred
02b67415 43498most-significant -- least-significant.
eb12ee30 43499
ee2d5c50 43500@table @r
eb12ee30 43501
8e04817f 43502@item MIPS32
599b237a 43503All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
4350432 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
43505registers; fsr; fir; fp.
eb12ee30 43506
8e04817f 43507@item MIPS64
599b237a 43508All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
43509thirty-two bit registers such as @code{sr}). The ordering is the same
43510as @code{MIPS32}.
eb12ee30 43511
ee2d5c50
AC
43512@end table
43513
4cc0665f
MR
43514@node MIPS Breakpoint Kinds
43515@subsubsection @acronym{MIPS} Breakpoint Kinds
43516@cindex breakpoint kinds, @acronym{MIPS}
43517
43518These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
43519
43520@table @r
43521
43522@item 2
4352316-bit @acronym{MIPS16} mode breakpoint.
43524
43525@item 3
4352616-bit @acronym{microMIPS} mode breakpoint.
43527
43528@item 4
4352932-bit standard @acronym{MIPS} mode breakpoint.
43530
43531@item 5
4353232-bit @acronym{microMIPS} mode breakpoint.
43533
43534@end table
43535
9d29849a
JB
43536@node Tracepoint Packets
43537@section Tracepoint Packets
43538@cindex tracepoint packets
43539@cindex packets, tracepoint
43540
43541Here we describe the packets @value{GDBN} uses to implement
43542tracepoints (@pxref{Tracepoints}).
43543
43544@table @samp
43545
7a697b8d 43546@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
c614397c 43547@cindex @samp{QTDP} packet
9d29849a
JB
43548Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
43549is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
697aa1b7
EZ
43550the tracepoint is disabled. The @var{step} gives the tracepoint's step
43551count, and @var{pass} gives its pass count. If an @samp{F} is present,
7a697b8d
SS
43552then the tracepoint is to be a fast tracepoint, and the @var{flen} is
43553the number of bytes that the target should copy elsewhere to make room
43554for the tracepoint. If an @samp{X} is present, it introduces a
43555tracepoint condition, which consists of a hexadecimal length, followed
43556by a comma and hex-encoded bytes, in a manner similar to action
43557encodings as described below. If the trailing @samp{-} is present,
43558further @samp{QTDP} packets will follow to specify this tracepoint's
43559actions.
9d29849a
JB
43560
43561Replies:
43562@table @samp
43563@item OK
43564The packet was understood and carried out.
dde08ee1
PA
43565@item qRelocInsn
43566@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 43567@item @w{}
9d29849a
JB
43568The packet was not recognized.
43569@end table
43570
43571@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
697aa1b7 43572Define actions to be taken when a tracepoint is hit. The @var{n} and
9d29849a
JB
43573@var{addr} must be the same as in the initial @samp{QTDP} packet for
43574this tracepoint. This packet may only be sent immediately after
43575another @samp{QTDP} packet that ended with a @samp{-}. If the
43576trailing @samp{-} is present, further @samp{QTDP} packets will follow,
43577specifying more actions for this tracepoint.
43578
43579In the series of action packets for a given tracepoint, at most one
43580can have an @samp{S} before its first @var{action}. If such a packet
43581is sent, it and the following packets define ``while-stepping''
43582actions. Any prior packets define ordinary actions --- that is, those
43583taken when the tracepoint is first hit. If no action packet has an
43584@samp{S}, then all the packets in the series specify ordinary
43585tracepoint actions.
43586
43587The @samp{@var{action}@dots{}} portion of the packet is a series of
43588actions, concatenated without separators. Each action has one of the
43589following forms:
43590
43591@table @samp
43592
43593@item R @var{mask}
697aa1b7 43594Collect the registers whose bits are set in @var{mask},
599b237a 43595a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
43596@var{i} should be collected. (The least significant bit is numbered
43597zero.) Note that @var{mask} may be any number of digits long; it may
43598not fit in a 32-bit word.
43599
43600@item M @var{basereg},@var{offset},@var{len}
43601Collect @var{len} bytes of memory starting at the address in register
43602number @var{basereg}, plus @var{offset}. If @var{basereg} is
43603@samp{-1}, then the range has a fixed address: @var{offset} is the
43604address of the lowest byte to collect. The @var{basereg},
599b237a 43605@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
43606values (the @samp{-1} value for @var{basereg} is a special case).
43607
43608@item X @var{len},@var{expr}
43609Evaluate @var{expr}, whose length is @var{len}, and collect memory as
697aa1b7 43610it directs. The agent expression @var{expr} is as described in
9d29849a
JB
43611@ref{Agent Expressions}. Each byte of the expression is encoded as a
43612two-digit hex number in the packet; @var{len} is the number of bytes
43613in the expression (and thus one-half the number of hex digits in the
43614packet).
43615
43616@end table
43617
43618Any number of actions may be packed together in a single @samp{QTDP}
43619packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
43620length (400 bytes, for many stubs). There may be only one @samp{R}
43621action per tracepoint, and it must precede any @samp{M} or @samp{X}
43622actions. Any registers referred to by @samp{M} and @samp{X} actions
43623must be collected by a preceding @samp{R} action. (The
43624``while-stepping'' actions are treated as if they were attached to a
43625separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
43626
43627Replies:
43628@table @samp
43629@item OK
43630The packet was understood and carried out.
dde08ee1
PA
43631@item qRelocInsn
43632@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 43633@item @w{}
9d29849a
JB
43634The packet was not recognized.
43635@end table
43636
409873ef
SS
43637@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
43638@cindex @samp{QTDPsrc} packet
43639Specify a source string of tracepoint @var{n} at address @var{addr}.
43640This is useful to get accurate reproduction of the tracepoints
697aa1b7 43641originally downloaded at the beginning of the trace run. The @var{type}
409873ef
SS
43642is the name of the tracepoint part, such as @samp{cond} for the
43643tracepoint's conditional expression (see below for a list of types), while
43644@var{bytes} is the string, encoded in hexadecimal.
43645
43646@var{start} is the offset of the @var{bytes} within the overall source
43647string, while @var{slen} is the total length of the source string.
43648This is intended for handling source strings that are longer than will
43649fit in a single packet.
43650@c Add detailed example when this info is moved into a dedicated
43651@c tracepoint descriptions section.
43652
43653The available string types are @samp{at} for the location,
43654@samp{cond} for the conditional, and @samp{cmd} for an action command.
43655@value{GDBN} sends a separate packet for each command in the action
43656list, in the same order in which the commands are stored in the list.
43657
43658The target does not need to do anything with source strings except
43659report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
43660query packets.
43661
43662Although this packet is optional, and @value{GDBN} will only send it
43663if the target replies with @samp{TracepointSource} @xref{General
43664Query Packets}, it makes both disconnected tracing and trace files
43665much easier to use. Otherwise the user must be careful that the
43666tracepoints in effect while looking at trace frames are identical to
43667the ones in effect during the trace run; even a small discrepancy
43668could cause @samp{tdump} not to work, or a particular trace frame not
43669be found.
43670
fa3f8d5a 43671@item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
f61e138d
SS
43672@cindex define trace state variable, remote request
43673@cindex @samp{QTDV} packet
43674Create a new trace state variable, number @var{n}, with an initial
43675value of @var{value}, which is a 64-bit signed integer. Both @var{n}
43676and @var{value} are encoded as hexadecimal values. @value{GDBN} has
43677the option of not using this packet for initial values of zero; the
43678target should simply create the trace state variables as they are
fa3f8d5a
DT
43679mentioned in expressions. The value @var{builtin} should be 1 (one)
43680if the trace state variable is builtin and 0 (zero) if it is not builtin.
43681@value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
43682@samp{qTsV} packet had it set. The contents of @var{name} is the
43683hex-encoded name (without the leading @samp{$}) of the trace state
43684variable.
f61e138d 43685
9d29849a 43686@item QTFrame:@var{n}
c614397c 43687@cindex @samp{QTFrame} packet
9d29849a
JB
43688Select the @var{n}'th tracepoint frame from the buffer, and use the
43689register and memory contents recorded there to answer subsequent
43690request packets from @value{GDBN}.
43691
43692A successful reply from the stub indicates that the stub has found the
43693requested frame. The response is a series of parts, concatenated
43694without separators, describing the frame we selected. Each part has
43695one of the following forms:
43696
43697@table @samp
43698@item F @var{f}
43699The selected frame is number @var{n} in the trace frame buffer;
599b237a 43700@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
43701was no frame matching the criteria in the request packet.
43702
43703@item T @var{t}
43704The selected trace frame records a hit of tracepoint number @var{t};
599b237a 43705@var{t} is a hexadecimal number.
9d29849a
JB
43706
43707@end table
43708
43709@item QTFrame:pc:@var{addr}
43710Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43711currently selected frame whose PC is @var{addr};
599b237a 43712@var{addr} is a hexadecimal number.
9d29849a
JB
43713
43714@item QTFrame:tdp:@var{t}
43715Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43716currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 43717is a hexadecimal number.
9d29849a
JB
43718
43719@item QTFrame:range:@var{start}:@var{end}
43720Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43721currently selected frame whose PC is between @var{start} (inclusive)
081dfbf7 43722and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
43723numbers.
43724
43725@item QTFrame:outside:@var{start}:@var{end}
43726Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
081dfbf7 43727frame @emph{outside} the given range of addresses (exclusive).
9d29849a 43728
405f8e94 43729@item qTMinFTPILen
c614397c 43730@cindex @samp{qTMinFTPILen} packet
405f8e94
SS
43731This packet requests the minimum length of instruction at which a fast
43732tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
43733the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
43734it depends on the target system being able to create trampolines in
43735the first 64K of memory, which might or might not be possible for that
43736system. So the reply to this packet will be 4 if it is able to
43737arrange for that.
43738
43739Replies:
43740
43741@table @samp
43742@item 0
43743The minimum instruction length is currently unknown.
43744@item @var{length}
697aa1b7
EZ
43745The minimum instruction length is @var{length}, where @var{length}
43746is a hexadecimal number greater or equal to 1. A reply
43747of 1 means that a fast tracepoint may be placed on any instruction
43748regardless of size.
405f8e94
SS
43749@item E
43750An error has occurred.
d57350ea 43751@item @w{}
405f8e94
SS
43752An empty reply indicates that the request is not supported by the stub.
43753@end table
43754
9d29849a 43755@item QTStart
c614397c 43756@cindex @samp{QTStart} packet
dde08ee1
PA
43757Begin the tracepoint experiment. Begin collecting data from
43758tracepoint hits in the trace frame buffer. This packet supports the
43759@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
43760instruction reply packet}).
9d29849a
JB
43761
43762@item QTStop
c614397c 43763@cindex @samp{QTStop} packet
9d29849a
JB
43764End the tracepoint experiment. Stop collecting trace frames.
43765
d248b706
KY
43766@item QTEnable:@var{n}:@var{addr}
43767@anchor{QTEnable}
c614397c 43768@cindex @samp{QTEnable} packet
d248b706
KY
43769Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
43770experiment. If the tracepoint was previously disabled, then collection
43771of data from it will resume.
43772
43773@item QTDisable:@var{n}:@var{addr}
43774@anchor{QTDisable}
c614397c 43775@cindex @samp{QTDisable} packet
d248b706
KY
43776Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
43777experiment. No more data will be collected from the tracepoint unless
43778@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
43779
9d29849a 43780@item QTinit
c614397c 43781@cindex @samp{QTinit} packet
9d29849a
JB
43782Clear the table of tracepoints, and empty the trace frame buffer.
43783
43784@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
c614397c 43785@cindex @samp{QTro} packet
9d29849a
JB
43786Establish the given ranges of memory as ``transparent''. The stub
43787will answer requests for these ranges from memory's current contents,
43788if they were not collected as part of the tracepoint hit.
43789
43790@value{GDBN} uses this to mark read-only regions of memory, like those
43791containing program code. Since these areas never change, they should
43792still have the same contents they did when the tracepoint was hit, so
43793there's no reason for the stub to refuse to provide their contents.
43794
d5551862 43795@item QTDisconnected:@var{value}
c614397c 43796@cindex @samp{QTDisconnected} packet
d5551862
SS
43797Set the choice to what to do with the tracing run when @value{GDBN}
43798disconnects from the target. A @var{value} of 1 directs the target to
43799continue the tracing run, while 0 tells the target to stop tracing if
43800@value{GDBN} is no longer in the picture.
43801
9d29849a 43802@item qTStatus
c614397c 43803@cindex @samp{qTStatus} packet
9d29849a
JB
43804Ask the stub if there is a trace experiment running right now.
43805
4daf5ac0
SS
43806The reply has the form:
43807
43808@table @samp
43809
43810@item T@var{running}@r{[};@var{field}@r{]}@dots{}
43811@var{running} is a single digit @code{1} if the trace is presently
43812running, or @code{0} if not. It is followed by semicolon-separated
43813optional fields that an agent may use to report additional status.
43814
43815@end table
43816
43817If the trace is not running, the agent may report any of several
43818explanations as one of the optional fields:
43819
43820@table @samp
43821
43822@item tnotrun:0
43823No trace has been run yet.
43824
f196051f
SS
43825@item tstop[:@var{text}]:0
43826The trace was stopped by a user-originated stop command. The optional
43827@var{text} field is a user-supplied string supplied as part of the
43828stop command (for instance, an explanation of why the trace was
43829stopped manually). It is hex-encoded.
4daf5ac0
SS
43830
43831@item tfull:0
43832The trace stopped because the trace buffer filled up.
43833
43834@item tdisconnected:0
43835The trace stopped because @value{GDBN} disconnected from the target.
43836
43837@item tpasscount:@var{tpnum}
43838The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
43839
6c28cbf2
SS
43840@item terror:@var{text}:@var{tpnum}
43841The trace stopped because tracepoint @var{tpnum} had an error. The
43842string @var{text} is available to describe the nature of the error
697aa1b7
EZ
43843(for instance, a divide by zero in the condition expression); it
43844is hex encoded.
6c28cbf2 43845
4daf5ac0
SS
43846@item tunknown:0
43847The trace stopped for some other reason.
43848
43849@end table
43850
33da3f1c
SS
43851Additional optional fields supply statistical and other information.
43852Although not required, they are extremely useful for users monitoring
43853the progress of a trace run. If a trace has stopped, and these
43854numbers are reported, they must reflect the state of the just-stopped
43855trace.
4daf5ac0 43856
9d29849a 43857@table @samp
4daf5ac0
SS
43858
43859@item tframes:@var{n}
43860The number of trace frames in the buffer.
43861
43862@item tcreated:@var{n}
43863The total number of trace frames created during the run. This may
43864be larger than the trace frame count, if the buffer is circular.
43865
43866@item tsize:@var{n}
43867The total size of the trace buffer, in bytes.
43868
43869@item tfree:@var{n}
43870The number of bytes still unused in the buffer.
43871
33da3f1c
SS
43872@item circular:@var{n}
43873The value of the circular trace buffer flag. @code{1} means that the
43874trace buffer is circular and old trace frames will be discarded if
43875necessary to make room, @code{0} means that the trace buffer is linear
43876and may fill up.
43877
43878@item disconn:@var{n}
43879The value of the disconnected tracing flag. @code{1} means that
43880tracing will continue after @value{GDBN} disconnects, @code{0} means
43881that the trace run will stop.
43882
9d29849a
JB
43883@end table
43884
f196051f
SS
43885@item qTP:@var{tp}:@var{addr}
43886@cindex tracepoint status, remote request
43887@cindex @samp{qTP} packet
43888Ask the stub for the current state of tracepoint number @var{tp} at
43889address @var{addr}.
43890
43891Replies:
43892@table @samp
43893@item V@var{hits}:@var{usage}
43894The tracepoint has been hit @var{hits} times so far during the trace
43895run, and accounts for @var{usage} in the trace buffer. Note that
43896@code{while-stepping} steps are not counted as separate hits, but the
43897steps' space consumption is added into the usage number.
43898
43899@end table
43900
f61e138d
SS
43901@item qTV:@var{var}
43902@cindex trace state variable value, remote request
43903@cindex @samp{qTV} packet
43904Ask the stub for the value of the trace state variable number @var{var}.
43905
43906Replies:
43907@table @samp
43908@item V@var{value}
43909The value of the variable is @var{value}. This will be the current
43910value of the variable if the user is examining a running target, or a
43911saved value if the variable was collected in the trace frame that the
43912user is looking at. Note that multiple requests may result in
43913different reply values, such as when requesting values while the
43914program is running.
43915
43916@item U
43917The value of the variable is unknown. This would occur, for example,
43918if the user is examining a trace frame in which the requested variable
43919was not collected.
9d29849a
JB
43920@end table
43921
d5551862 43922@item qTfP
c614397c 43923@cindex @samp{qTfP} packet
d5551862 43924@itemx qTsP
c614397c 43925@cindex @samp{qTsP} packet
d5551862
SS
43926These packets request data about tracepoints that are being used by
43927the target. @value{GDBN} sends @code{qTfP} to get the first piece
43928of data, and multiple @code{qTsP} to get additional pieces. Replies
43929to these packets generally take the form of the @code{QTDP} packets
43930that define tracepoints. (FIXME add detailed syntax)
43931
00bf0b85 43932@item qTfV
c614397c 43933@cindex @samp{qTfV} packet
00bf0b85 43934@itemx qTsV
c614397c 43935@cindex @samp{qTsV} packet
00bf0b85
SS
43936These packets request data about trace state variables that are on the
43937target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
43938and multiple @code{qTsV} to get additional variables. Replies to
43939these packets follow the syntax of the @code{QTDV} packets that define
43940trace state variables.
43941
0fb4aa4b
PA
43942@item qTfSTM
43943@itemx qTsSTM
16bdd41f
YQ
43944@anchor{qTfSTM}
43945@anchor{qTsSTM}
c614397c
YQ
43946@cindex @samp{qTfSTM} packet
43947@cindex @samp{qTsSTM} packet
0fb4aa4b
PA
43948These packets request data about static tracepoint markers that exist
43949in the target program. @value{GDBN} sends @code{qTfSTM} to get the
43950first piece of data, and multiple @code{qTsSTM} to get additional
43951pieces. Replies to these packets take the following form:
43952
43953Reply:
43954@table @samp
43955@item m @var{address}:@var{id}:@var{extra}
43956A single marker
43957@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
43958a comma-separated list of markers
43959@item l
43960(lower case letter @samp{L}) denotes end of list.
43961@item E @var{nn}
697aa1b7 43962An error occurred. The error number @var{nn} is given as hex digits.
d57350ea 43963@item @w{}
0fb4aa4b
PA
43964An empty reply indicates that the request is not supported by the
43965stub.
43966@end table
43967
697aa1b7 43968The @var{address} is encoded in hex;
0fb4aa4b
PA
43969@var{id} and @var{extra} are strings encoded in hex.
43970
43971In response to each query, the target will reply with a list of one or
43972more markers, separated by commas. @value{GDBN} will respond to each
43973reply with a request for more markers (using the @samp{qs} form of the
43974query), until the target responds with @samp{l} (lower-case ell, for
43975@dfn{last}).
43976
43977@item qTSTMat:@var{address}
16bdd41f 43978@anchor{qTSTMat}
c614397c 43979@cindex @samp{qTSTMat} packet
0fb4aa4b
PA
43980This packets requests data about static tracepoint markers in the
43981target program at @var{address}. Replies to this packet follow the
43982syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
43983tracepoint markers.
43984
00bf0b85 43985@item QTSave:@var{filename}
c614397c 43986@cindex @samp{QTSave} packet
00bf0b85 43987This packet directs the target to save trace data to the file name
697aa1b7 43988@var{filename} in the target's filesystem. The @var{filename} is encoded
00bf0b85
SS
43989as a hex string; the interpretation of the file name (relative vs
43990absolute, wild cards, etc) is up to the target.
43991
43992@item qTBuffer:@var{offset},@var{len}
c614397c 43993@cindex @samp{qTBuffer} packet
00bf0b85
SS
43994Return up to @var{len} bytes of the current contents of trace buffer,
43995starting at @var{offset}. The trace buffer is treated as if it were
43996a contiguous collection of traceframes, as per the trace file format.
43997The reply consists as many hex-encoded bytes as the target can deliver
43998in a packet; it is not an error to return fewer than were asked for.
43999A reply consisting of just @code{l} indicates that no bytes are
44000available.
44001
4daf5ac0
SS
44002@item QTBuffer:circular:@var{value}
44003This packet directs the target to use a circular trace buffer if
44004@var{value} is 1, or a linear buffer if the value is 0.
44005
f6f899bf 44006@item QTBuffer:size:@var{size}
28abe188
EZ
44007@anchor{QTBuffer-size}
44008@cindex @samp{QTBuffer size} packet
f6f899bf
HAQ
44009This packet directs the target to make the trace buffer be of size
44010@var{size} if possible. A value of @code{-1} tells the target to
44011use whatever size it prefers.
44012
f196051f 44013@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
c614397c 44014@cindex @samp{QTNotes} packet
f196051f
SS
44015This packet adds optional textual notes to the trace run. Allowable
44016types include @code{user}, @code{notes}, and @code{tstop}, the
44017@var{text} fields are arbitrary strings, hex-encoded.
44018
f61e138d 44019@end table
9d29849a 44020
dde08ee1
PA
44021@subsection Relocate instruction reply packet
44022When installing fast tracepoints in memory, the target may need to
44023relocate the instruction currently at the tracepoint address to a
44024different address in memory. For most instructions, a simple copy is
44025enough, but, for example, call instructions that implicitly push the
44026return address on the stack, and relative branches or other
44027PC-relative instructions require offset adjustment, so that the effect
44028of executing the instruction at a different address is the same as if
44029it had executed in the original location.
44030
44031In response to several of the tracepoint packets, the target may also
44032respond with a number of intermediate @samp{qRelocInsn} request
44033packets before the final result packet, to have @value{GDBN} handle
44034this relocation operation. If a packet supports this mechanism, its
44035documentation will explicitly say so. See for example the above
44036descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
44037format of the request is:
44038
44039@table @samp
44040@item qRelocInsn:@var{from};@var{to}
44041
44042This requests @value{GDBN} to copy instruction at address @var{from}
44043to address @var{to}, possibly adjusted so that executing the
44044instruction at @var{to} has the same effect as executing it at
44045@var{from}. @value{GDBN} writes the adjusted instruction to target
44046memory starting at @var{to}.
44047@end table
44048
44049Replies:
44050@table @samp
44051@item qRelocInsn:@var{adjusted_size}
697aa1b7 44052Informs the stub the relocation is complete. The @var{adjusted_size} is
dde08ee1
PA
44053the length in bytes of resulting relocated instruction sequence.
44054@item E @var{NN}
44055A badly formed request was detected, or an error was encountered while
44056relocating the instruction.
44057@end table
44058
a6b151f1
DJ
44059@node Host I/O Packets
44060@section Host I/O Packets
44061@cindex Host I/O, remote protocol
44062@cindex file transfer, remote protocol
44063
44064The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
44065operations on the far side of a remote link. For example, Host I/O is
44066used to upload and download files to a remote target with its own
44067filesystem. Host I/O uses the same constant values and data structure
44068layout as the target-initiated File-I/O protocol. However, the
44069Host I/O packets are structured differently. The target-initiated
44070protocol relies on target memory to store parameters and buffers.
44071Host I/O requests are initiated by @value{GDBN}, and the
44072target's memory is not involved. @xref{File-I/O Remote Protocol
44073Extension}, for more details on the target-initiated protocol.
44074
44075The Host I/O request packets all encode a single operation along with
44076its arguments. They have this format:
44077
44078@table @samp
44079
44080@item vFile:@var{operation}: @var{parameter}@dots{}
44081@var{operation} is the name of the particular request; the target
44082should compare the entire packet name up to the second colon when checking
44083for a supported operation. The format of @var{parameter} depends on
44084the operation. Numbers are always passed in hexadecimal. Negative
44085numbers have an explicit minus sign (i.e.@: two's complement is not
44086used). Strings (e.g.@: filenames) are encoded as a series of
44087hexadecimal bytes. The last argument to a system call may be a
44088buffer of escaped binary data (@pxref{Binary Data}).
44089
44090@end table
44091
44092The valid responses to Host I/O packets are:
44093
44094@table @samp
44095
44096@item F @var{result} [, @var{errno}] [; @var{attachment}]
44097@var{result} is the integer value returned by this operation, usually
44098non-negative for success and -1 for errors. If an error has occured,
697aa1b7 44099@var{errno} will be included in the result specifying a
a6b151f1
DJ
44100value defined by the File-I/O protocol (@pxref{Errno Values}). For
44101operations which return data, @var{attachment} supplies the data as a
44102binary buffer. Binary buffers in response packets are escaped in the
44103normal way (@pxref{Binary Data}). See the individual packet
44104documentation for the interpretation of @var{result} and
44105@var{attachment}.
44106
d57350ea 44107@item @w{}
a6b151f1
DJ
44108An empty response indicates that this operation is not recognized.
44109
44110@end table
44111
44112These are the supported Host I/O operations:
44113
44114@table @samp
697aa1b7
EZ
44115@item vFile:open: @var{filename}, @var{flags}, @var{mode}
44116Open a file at @var{filename} and return a file descriptor for it, or
44117return -1 if an error occurs. The @var{filename} is a string,
a6b151f1
DJ
44118@var{flags} is an integer indicating a mask of open flags
44119(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
44120of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 44121@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
44122
44123@item vFile:close: @var{fd}
44124Close the open file corresponding to @var{fd} and return 0, or
44125-1 if an error occurs.
44126
44127@item vFile:pread: @var{fd}, @var{count}, @var{offset}
44128Read data from the open file corresponding to @var{fd}. Up to
44129@var{count} bytes will be read from the file, starting at @var{offset}
44130relative to the start of the file. The target may read fewer bytes;
44131common reasons include packet size limits and an end-of-file
44132condition. The number of bytes read is returned. Zero should only be
44133returned for a successful read at the end of the file, or if
44134@var{count} was zero.
44135
44136The data read should be returned as a binary attachment on success.
44137If zero bytes were read, the response should include an empty binary
44138attachment (i.e.@: a trailing semicolon). The return value is the
44139number of target bytes read; the binary attachment may be longer if
44140some characters were escaped.
44141
44142@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
44143Write @var{data} (a binary buffer) to the open file corresponding
44144to @var{fd}. Start the write at @var{offset} from the start of the
44145file. Unlike many @code{write} system calls, there is no
44146separate @var{count} argument; the length of @var{data} in the
fb092e09 44147packet is used. @samp{vFile:pwrite} returns the number of bytes written,
a6b151f1
DJ
44148which may be shorter than the length of @var{data}, or -1 if an
44149error occurred.
44150
0a93529c
GB
44151@item vFile:fstat: @var{fd}
44152Get information about the open file corresponding to @var{fd}.
44153On success the information is returned as a binary attachment
44154and the return value is the size of this attachment in bytes.
44155If an error occurs the return value is -1. The format of the
44156returned binary attachment is as described in @ref{struct stat}.
44157
697aa1b7
EZ
44158@item vFile:unlink: @var{filename}
44159Delete the file at @var{filename} on the target. Return 0,
44160or -1 if an error occurs. The @var{filename} is a string.
a6b151f1 44161
b9e7b9c3
UW
44162@item vFile:readlink: @var{filename}
44163Read value of symbolic link @var{filename} on the target. Return
44164the number of bytes read, or -1 if an error occurs.
44165
44166The data read should be returned as a binary attachment on success.
44167If zero bytes were read, the response should include an empty binary
44168attachment (i.e.@: a trailing semicolon). The return value is the
44169number of target bytes read; the binary attachment may be longer if
44170some characters were escaped.
44171
15a201c8
GB
44172@item vFile:setfs: @var{pid}
44173Select the filesystem on which @code{vFile} operations with
44174@var{filename} arguments will operate. This is required for
44175@value{GDBN} to be able to access files on remote targets where
44176the remote stub does not share a common filesystem with the
44177inferior(s).
44178
44179If @var{pid} is nonzero, select the filesystem as seen by process
44180@var{pid}. If @var{pid} is zero, select the filesystem as seen by
44181the remote stub. Return 0 on success, or -1 if an error occurs.
44182If @code{vFile:setfs:} indicates success, the selected filesystem
44183remains selected until the next successful @code{vFile:setfs:}
44184operation.
44185
a6b151f1
DJ
44186@end table
44187
9a6253be
KB
44188@node Interrupts
44189@section Interrupts
44190@cindex interrupts (remote protocol)
de979965 44191@anchor{interrupting remote targets}
9a6253be 44192
de979965
PA
44193In all-stop mode, when a program on the remote target is running,
44194@value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
44195@code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
44196is specified via @value{GDBN}'s @samp{interrupt-sequence}.
9a6253be
KB
44197
44198The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
44199mechanism and may, in fact, be undefined. @value{GDBN} does not
44200currently define a @code{BREAK} mechanism for any of the network
44201interfaces except for TCP, in which case @value{GDBN} sends the
44202@code{telnet} BREAK sequence.
9a6253be
KB
44203
44204@samp{Ctrl-C}, on the other hand, is defined and implemented for all
44205transport mechanisms. It is represented by sending the single byte
44206@code{0x03} without any of the usual packet overhead described in
44207the Overview section (@pxref{Overview}). When a @code{0x03} byte is
44208transmitted as part of a packet, it is considered to be packet data
44209and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 44210(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
44211@code{0x03} as part of its packet.
44212
9a7071a8
JB
44213@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
44214When Linux kernel receives this sequence from serial port,
44215it stops execution and connects to gdb.
44216
de979965
PA
44217In non-stop mode, because packet resumptions are asynchronous
44218(@pxref{vCont packet}), @value{GDBN} is always free to send a remote
44219command to the remote stub, even when the target is running. For that
44220reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
44221packet}) with the usual packet framing instead of the single byte
44222@code{0x03}.
44223
9a6253be
KB
44224Stubs are not required to recognize these interrupt mechanisms and the
44225precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
44226implementation defined. If the target supports debugging of multiple
44227threads and/or processes, it should attempt to interrupt all
44228currently-executing threads and processes.
44229If the stub is successful at interrupting the
44230running program, it should send one of the stop
44231reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
44232of successfully stopping the program in all-stop mode, and a stop reply
44233for each stopped thread in non-stop mode.
44234Interrupts received while the
cde67b27
YQ
44235program is stopped are queued and the program will be interrupted when
44236it is resumed next time.
8b23ecc4
SL
44237
44238@node Notification Packets
44239@section Notification Packets
44240@cindex notification packets
44241@cindex packets, notification
44242
44243The @value{GDBN} remote serial protocol includes @dfn{notifications},
44244packets that require no acknowledgment. Both the GDB and the stub
44245may send notifications (although the only notifications defined at
44246present are sent by the stub). Notifications carry information
44247without incurring the round-trip latency of an acknowledgment, and so
44248are useful for low-impact communications where occasional packet loss
44249is not a problem.
44250
44251A notification packet has the form @samp{% @var{data} #
44252@var{checksum}}, where @var{data} is the content of the notification,
44253and @var{checksum} is a checksum of @var{data}, computed and formatted
44254as for ordinary @value{GDBN} packets. A notification's @var{data}
44255never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
44256receiving a notification, the recipient sends no @samp{+} or @samp{-}
44257to acknowledge the notification's receipt or to report its corruption.
44258
44259Every notification's @var{data} begins with a name, which contains no
44260colon characters, followed by a colon character.
44261
44262Recipients should silently ignore corrupted notifications and
44263notifications they do not understand. Recipients should restart
44264timeout periods on receipt of a well-formed notification, whether or
44265not they understand it.
44266
44267Senders should only send the notifications described here when this
44268protocol description specifies that they are permitted. In the
44269future, we may extend the protocol to permit existing notifications in
44270new contexts; this rule helps older senders avoid confusing newer
44271recipients.
44272
44273(Older versions of @value{GDBN} ignore bytes received until they see
44274the @samp{$} byte that begins an ordinary packet, so new stubs may
44275transmit notifications without fear of confusing older clients. There
44276are no notifications defined for @value{GDBN} to send at the moment, but we
44277assume that most older stubs would ignore them, as well.)
44278
8dbe8ece 44279Each notification is comprised of three parts:
8b23ecc4 44280@table @samp
8dbe8ece
YQ
44281@item @var{name}:@var{event}
44282The notification packet is sent by the side that initiates the
44283exchange (currently, only the stub does that), with @var{event}
697aa1b7
EZ
44284carrying the specific information about the notification, and
44285@var{name} specifying the name of the notification.
8dbe8ece
YQ
44286@item @var{ack}
44287The acknowledge sent by the other side, usually @value{GDBN}, to
44288acknowledge the exchange and request the event.
44289@end table
44290
44291The purpose of an asynchronous notification mechanism is to report to
44292@value{GDBN} that something interesting happened in the remote stub.
44293
44294The remote stub may send notification @var{name}:@var{event}
44295at any time, but @value{GDBN} acknowledges the notification when
44296appropriate. The notification event is pending before @value{GDBN}
44297acknowledges. Only one notification at a time may be pending; if
44298additional events occur before @value{GDBN} has acknowledged the
44299previous notification, they must be queued by the stub for later
44300synchronous transmission in response to @var{ack} packets from
44301@value{GDBN}. Because the notification mechanism is unreliable,
44302the stub is permitted to resend a notification if it believes
44303@value{GDBN} may not have received it.
44304
44305Specifically, notifications may appear when @value{GDBN} is not
44306otherwise reading input from the stub, or when @value{GDBN} is
44307expecting to read a normal synchronous response or a
44308@samp{+}/@samp{-} acknowledgment to a packet it has sent.
44309Notification packets are distinct from any other communication from
44310the stub so there is no ambiguity.
44311
44312After receiving a notification, @value{GDBN} shall acknowledge it by
44313sending a @var{ack} packet as a regular, synchronous request to the
44314stub. Such acknowledgment is not required to happen immediately, as
44315@value{GDBN} is permitted to send other, unrelated packets to the
44316stub first, which the stub should process normally.
44317
44318Upon receiving a @var{ack} packet, if the stub has other queued
44319events to report to @value{GDBN}, it shall respond by sending a
44320normal @var{event}. @value{GDBN} shall then send another @var{ack}
44321packet to solicit further responses; again, it is permitted to send
44322other, unrelated packets as well which the stub should process
44323normally.
44324
44325If the stub receives a @var{ack} packet and there are no additional
44326@var{event} to report, the stub shall return an @samp{OK} response.
44327At this point, @value{GDBN} has finished processing a notification
44328and the stub has completed sending any queued events. @value{GDBN}
44329won't accept any new notifications until the final @samp{OK} is
44330received . If further notification events occur, the stub shall send
44331a new notification, @value{GDBN} shall accept the notification, and
44332the process shall be repeated.
44333
44334The process of asynchronous notification can be illustrated by the
44335following example:
44336@smallexample
4435e1cc 44337<- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
8dbe8ece
YQ
44338@code{...}
44339-> @code{vStopped}
44340<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
44341-> @code{vStopped}
44342<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
44343-> @code{vStopped}
44344<- @code{OK}
44345@end smallexample
44346
44347The following notifications are defined:
44348@multitable @columnfractions 0.12 0.12 0.38 0.38
44349
44350@item Notification
44351@tab Ack
44352@tab Event
44353@tab Description
44354
44355@item Stop
44356@tab vStopped
44357@tab @var{reply}. The @var{reply} has the form of a stop reply, as
8b23ecc4
SL
44358described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
44359for information on how these notifications are acknowledged by
44360@value{GDBN}.
8dbe8ece
YQ
44361@tab Report an asynchronous stop event in non-stop mode.
44362
44363@end multitable
8b23ecc4
SL
44364
44365@node Remote Non-Stop
44366@section Remote Protocol Support for Non-Stop Mode
44367
44368@value{GDBN}'s remote protocol supports non-stop debugging of
44369multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
44370supports non-stop mode, it should report that to @value{GDBN} by including
44371@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
44372
44373@value{GDBN} typically sends a @samp{QNonStop} packet only when
44374establishing a new connection with the stub. Entering non-stop mode
44375does not alter the state of any currently-running threads, but targets
44376must stop all threads in any already-attached processes when entering
44377all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
44378probe the target state after a mode change.
44379
44380In non-stop mode, when an attached process encounters an event that
44381would otherwise be reported with a stop reply, it uses the
44382asynchronous notification mechanism (@pxref{Notification Packets}) to
44383inform @value{GDBN}. In contrast to all-stop mode, where all threads
44384in all processes are stopped when a stop reply is sent, in non-stop
44385mode only the thread reporting the stop event is stopped. That is,
44386when reporting a @samp{S} or @samp{T} response to indicate completion
44387of a step operation, hitting a breakpoint, or a fault, only the
44388affected thread is stopped; any other still-running threads continue
44389to run. When reporting a @samp{W} or @samp{X} response, all running
44390threads belonging to other attached processes continue to run.
44391
8b23ecc4
SL
44392In non-stop mode, the target shall respond to the @samp{?} packet as
44393follows. First, any incomplete stop reply notification/@samp{vStopped}
44394sequence in progress is abandoned. The target must begin a new
44395sequence reporting stop events for all stopped threads, whether or not
44396it has previously reported those events to @value{GDBN}. The first
44397stop reply is sent as a synchronous reply to the @samp{?} packet, and
44398subsequent stop replies are sent as responses to @samp{vStopped} packets
44399using the mechanism described above. The target must not send
44400asynchronous stop reply notifications until the sequence is complete.
44401If all threads are running when the target receives the @samp{?} packet,
44402or if the target is not attached to any process, it shall respond
44403@samp{OK}.
9a6253be 44404
f7e6eed5
PA
44405If the stub supports non-stop mode, it should also support the
44406@samp{swbreak} stop reason if software breakpoints are supported, and
44407the @samp{hwbreak} stop reason if hardware breakpoints are supported
44408(@pxref{swbreak stop reason}). This is because given the asynchronous
44409nature of non-stop mode, between the time a thread hits a breakpoint
44410and the time the event is finally processed by @value{GDBN}, the
44411breakpoint may have already been removed from the target. Due to
44412this, @value{GDBN} needs to be able to tell whether a trap stop was
44413caused by a delayed breakpoint event, which should be ignored, as
44414opposed to a random trap signal, which should be reported to the user.
44415Note the @samp{swbreak} feature implies that the target is responsible
44416for adjusting the PC when a software breakpoint triggers, if
44417necessary, such as on the x86 architecture.
44418
a6f3e723
SL
44419@node Packet Acknowledgment
44420@section Packet Acknowledgment
44421
44422@cindex acknowledgment, for @value{GDBN} remote
44423@cindex packet acknowledgment, for @value{GDBN} remote
44424By default, when either the host or the target machine receives a packet,
44425the first response expected is an acknowledgment: either @samp{+} (to indicate
44426the package was received correctly) or @samp{-} (to request retransmission).
44427This mechanism allows the @value{GDBN} remote protocol to operate over
44428unreliable transport mechanisms, such as a serial line.
44429
44430In cases where the transport mechanism is itself reliable (such as a pipe or
44431TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
44432It may be desirable to disable them in that case to reduce communication
44433overhead, or for other reasons. This can be accomplished by means of the
44434@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
44435
44436When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
44437expect @samp{+}/@samp{-} protocol acknowledgments. The packet
44438and response format still includes the normal checksum, as described in
44439@ref{Overview}, but the checksum may be ignored by the receiver.
44440
44441If the stub supports @samp{QStartNoAckMode} and prefers to operate in
44442no-acknowledgment mode, it should report that to @value{GDBN}
44443by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
44444@pxref{qSupported}.
44445If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
44446disabled via the @code{set remote noack-packet off} command
44447(@pxref{Remote Configuration}),
44448@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
44449Only then may the stub actually turn off packet acknowledgments.
44450@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
44451response, which can be safely ignored by the stub.
44452
44453Note that @code{set remote noack-packet} command only affects negotiation
44454between @value{GDBN} and the stub when subsequent connections are made;
44455it does not affect the protocol acknowledgment state for any current
44456connection.
44457Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
44458new connection is established,
44459there is also no protocol request to re-enable the acknowledgments
44460for the current connection, once disabled.
44461
ee2d5c50
AC
44462@node Examples
44463@section Examples
eb12ee30 44464
8e04817f
AC
44465Example sequence of a target being re-started. Notice how the restart
44466does not get any direct output:
eb12ee30 44467
474c8240 44468@smallexample
d2c6833e
AC
44469-> @code{R00}
44470<- @code{+}
8e04817f 44471@emph{target restarts}
d2c6833e 44472-> @code{?}
8e04817f 44473<- @code{+}
d2c6833e
AC
44474<- @code{T001:1234123412341234}
44475-> @code{+}
474c8240 44476@end smallexample
eb12ee30 44477
8e04817f 44478Example sequence of a target being stepped by a single instruction:
eb12ee30 44479
474c8240 44480@smallexample
d2c6833e 44481-> @code{G1445@dots{}}
8e04817f 44482<- @code{+}
d2c6833e
AC
44483-> @code{s}
44484<- @code{+}
44485@emph{time passes}
44486<- @code{T001:1234123412341234}
8e04817f 44487-> @code{+}
d2c6833e 44488-> @code{g}
8e04817f 44489<- @code{+}
d2c6833e
AC
44490<- @code{1455@dots{}}
44491-> @code{+}
474c8240 44492@end smallexample
eb12ee30 44493
79a6e687
BW
44494@node File-I/O Remote Protocol Extension
44495@section File-I/O Remote Protocol Extension
0ce1b118
CV
44496@cindex File-I/O remote protocol extension
44497
44498@menu
44499* File-I/O Overview::
79a6e687
BW
44500* Protocol Basics::
44501* The F Request Packet::
44502* The F Reply Packet::
44503* The Ctrl-C Message::
0ce1b118 44504* Console I/O::
79a6e687 44505* List of Supported Calls::
db2e3e2e 44506* Protocol-specific Representation of Datatypes::
0ce1b118
CV
44507* Constants::
44508* File-I/O Examples::
44509@end menu
44510
44511@node File-I/O Overview
44512@subsection File-I/O Overview
44513@cindex file-i/o overview
44514
9c16f35a 44515The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 44516target to use the host's file system and console I/O to perform various
0ce1b118 44517system calls. System calls on the target system are translated into a
fc320d37
SL
44518remote protocol packet to the host system, which then performs the needed
44519actions and returns a response packet to the target system.
0ce1b118
CV
44520This simulates file system operations even on targets that lack file systems.
44521
fc320d37
SL
44522The protocol is defined to be independent of both the host and target systems.
44523It uses its own internal representation of datatypes and values. Both
0ce1b118 44524@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
44525translating the system-dependent value representations into the internal
44526protocol representations when data is transmitted.
0ce1b118 44527
fc320d37
SL
44528The communication is synchronous. A system call is possible only when
44529@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
44530or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 44531the target is stopped to allow deterministic access to the target's
fc320d37
SL
44532memory. Therefore File-I/O is not interruptible by target signals. On
44533the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 44534(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
44535
44536The target's request to perform a host system call does not finish
44537the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
44538after finishing the system call, the target returns to continuing the
44539previous activity (continue, step). No additional continue or step
44540request from @value{GDBN} is required.
44541
44542@smallexample
f7dc1244 44543(@value{GDBP}) continue
0ce1b118
CV
44544 <- target requests 'system call X'
44545 target is stopped, @value{GDBN} executes system call
3f94c067
BW
44546 -> @value{GDBN} returns result
44547 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
44548 <- target hits breakpoint and sends a Txx packet
44549@end smallexample
44550
fc320d37
SL
44551The protocol only supports I/O on the console and to regular files on
44552the host file system. Character or block special devices, pipes,
44553named pipes, sockets or any other communication method on the host
0ce1b118
CV
44554system are not supported by this protocol.
44555
8b23ecc4
SL
44556File I/O is not supported in non-stop mode.
44557
79a6e687
BW
44558@node Protocol Basics
44559@subsection Protocol Basics
0ce1b118
CV
44560@cindex protocol basics, file-i/o
44561
fc320d37
SL
44562The File-I/O protocol uses the @code{F} packet as the request as well
44563as reply packet. Since a File-I/O system call can only occur when
44564@value{GDBN} is waiting for a response from the continuing or stepping target,
44565the File-I/O request is a reply that @value{GDBN} has to expect as a result
44566of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
44567This @code{F} packet contains all information needed to allow @value{GDBN}
44568to call the appropriate host system call:
44569
44570@itemize @bullet
b383017d 44571@item
0ce1b118
CV
44572A unique identifier for the requested system call.
44573
44574@item
44575All parameters to the system call. Pointers are given as addresses
44576in the target memory address space. Pointers to strings are given as
b383017d 44577pointer/length pair. Numerical values are given as they are.
db2e3e2e 44578Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
44579
44580@end itemize
44581
fc320d37 44582At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
44583
44584@itemize @bullet
b383017d 44585@item
fc320d37
SL
44586If the parameters include pointer values to data needed as input to a
44587system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
44588standard @code{m} packet request. This additional communication has to be
44589expected by the target implementation and is handled as any other @code{m}
44590packet.
44591
44592@item
44593@value{GDBN} translates all value from protocol representation to host
44594representation as needed. Datatypes are coerced into the host types.
44595
44596@item
fc320d37 44597@value{GDBN} calls the system call.
0ce1b118
CV
44598
44599@item
44600It then coerces datatypes back to protocol representation.
44601
44602@item
fc320d37
SL
44603If the system call is expected to return data in buffer space specified
44604by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
44605target using a @code{M} or @code{X} packet. This packet has to be expected
44606by the target implementation and is handled as any other @code{M} or @code{X}
44607packet.
44608
44609@end itemize
44610
44611Eventually @value{GDBN} replies with another @code{F} packet which contains all
44612necessary information for the target to continue. This at least contains
44613
44614@itemize @bullet
44615@item
44616Return value.
44617
44618@item
44619@code{errno}, if has been changed by the system call.
44620
44621@item
44622``Ctrl-C'' flag.
44623
44624@end itemize
44625
44626After having done the needed type and value coercion, the target continues
44627the latest continue or step action.
44628
79a6e687
BW
44629@node The F Request Packet
44630@subsection The @code{F} Request Packet
0ce1b118
CV
44631@cindex file-i/o request packet
44632@cindex @code{F} request packet
44633
44634The @code{F} request packet has the following format:
44635
44636@table @samp
fc320d37 44637@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
44638
44639@var{call-id} is the identifier to indicate the host system call to be called.
44640This is just the name of the function.
44641
fc320d37
SL
44642@var{parameter@dots{}} are the parameters to the system call.
44643Parameters are hexadecimal integer values, either the actual values in case
44644of scalar datatypes, pointers to target buffer space in case of compound
44645datatypes and unspecified memory areas, or pointer/length pairs in case
44646of string parameters. These are appended to the @var{call-id} as a
44647comma-delimited list. All values are transmitted in ASCII
44648string representation, pointer/length pairs separated by a slash.
0ce1b118 44649
b383017d 44650@end table
0ce1b118 44651
fc320d37 44652
0ce1b118 44653
79a6e687
BW
44654@node The F Reply Packet
44655@subsection The @code{F} Reply Packet
0ce1b118
CV
44656@cindex file-i/o reply packet
44657@cindex @code{F} reply packet
44658
44659The @code{F} reply packet has the following format:
44660
44661@table @samp
44662
d3bdde98 44663@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
44664
44665@var{retcode} is the return code of the system call as hexadecimal value.
44666
db2e3e2e
BW
44667@var{errno} is the @code{errno} set by the call, in protocol-specific
44668representation.
0ce1b118
CV
44669This parameter can be omitted if the call was successful.
44670
fc320d37
SL
44671@var{Ctrl-C flag} is only sent if the user requested a break. In this
44672case, @var{errno} must be sent as well, even if the call was successful.
44673The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
44674
44675@smallexample
44676F0,0,C
44677@end smallexample
44678
44679@noindent
fc320d37 44680or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
44681
44682@smallexample
44683F-1,4,C
44684@end smallexample
44685
44686@noindent
db2e3e2e 44687assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
44688
44689@end table
44690
0ce1b118 44691
79a6e687
BW
44692@node The Ctrl-C Message
44693@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
44694@cindex ctrl-c message, in file-i/o protocol
44695
c8aa23ab 44696If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 44697reply packet (@pxref{The F Reply Packet}),
fc320d37 44698the target should behave as if it had
0ce1b118 44699gotten a break message. The meaning for the target is ``system call
fc320d37 44700interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 44701(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 44702packet.
fc320d37
SL
44703
44704It's important for the target to know in which
44705state the system call was interrupted. There are two possible cases:
0ce1b118
CV
44706
44707@itemize @bullet
44708@item
44709The system call hasn't been performed on the host yet.
44710
44711@item
44712The system call on the host has been finished.
44713
44714@end itemize
44715
44716These two states can be distinguished by the target by the value of the
44717returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
44718call hasn't been performed. This is equivalent to the @code{EINTR} handling
44719on POSIX systems. In any other case, the target may presume that the
fc320d37 44720system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
44721as if the break message arrived right after the system call.
44722
fc320d37 44723@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
44724yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
44725@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
44726before the user requests a break, the full action must be finished by
44727@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
44728The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
44729or the full action has been completed.
44730
44731@node Console I/O
44732@subsection Console I/O
44733@cindex console i/o as part of file-i/o
44734
d3e8051b 44735By default and if not explicitly closed by the target system, the file
0ce1b118
CV
44736descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
44737on the @value{GDBN} console is handled as any other file output operation
44738(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
44739by @value{GDBN} so that after the target read request from file descriptor
447400 all following typing is buffered until either one of the following
44741conditions is met:
44742
44743@itemize @bullet
44744@item
c8aa23ab 44745The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
44746@code{read}
44747system call is treated as finished.
44748
44749@item
7f9087cb 44750The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 44751newline.
0ce1b118
CV
44752
44753@item
c8aa23ab
EZ
44754The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
44755character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
44756
44757@end itemize
44758
fc320d37
SL
44759If the user has typed more characters than fit in the buffer given to
44760the @code{read} call, the trailing characters are buffered in @value{GDBN} until
44761either another @code{read(0, @dots{})} is requested by the target, or debugging
44762is stopped at the user's request.
0ce1b118 44763
0ce1b118 44764
79a6e687
BW
44765@node List of Supported Calls
44766@subsection List of Supported Calls
0ce1b118
CV
44767@cindex list of supported file-i/o calls
44768
44769@menu
44770* open::
44771* close::
44772* read::
44773* write::
44774* lseek::
44775* rename::
44776* unlink::
44777* stat/fstat::
44778* gettimeofday::
44779* isatty::
44780* system::
44781@end menu
44782
44783@node open
44784@unnumberedsubsubsec open
44785@cindex open, file-i/o system call
44786
fc320d37
SL
44787@table @asis
44788@item Synopsis:
0ce1b118 44789@smallexample
0ce1b118
CV
44790int open(const char *pathname, int flags);
44791int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
44792@end smallexample
44793
fc320d37
SL
44794@item Request:
44795@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
44796
0ce1b118 44797@noindent
fc320d37 44798@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
44799
44800@table @code
b383017d 44801@item O_CREAT
0ce1b118
CV
44802If the file does not exist it will be created. The host
44803rules apply as far as file ownership and time stamps
44804are concerned.
44805
b383017d 44806@item O_EXCL
fc320d37 44807When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
44808an error and open() fails.
44809
b383017d 44810@item O_TRUNC
0ce1b118 44811If the file already exists and the open mode allows
fc320d37
SL
44812writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
44813truncated to zero length.
0ce1b118 44814
b383017d 44815@item O_APPEND
0ce1b118
CV
44816The file is opened in append mode.
44817
b383017d 44818@item O_RDONLY
0ce1b118
CV
44819The file is opened for reading only.
44820
b383017d 44821@item O_WRONLY
0ce1b118
CV
44822The file is opened for writing only.
44823
b383017d 44824@item O_RDWR
0ce1b118 44825The file is opened for reading and writing.
fc320d37 44826@end table
0ce1b118
CV
44827
44828@noindent
fc320d37 44829Other bits are silently ignored.
0ce1b118 44830
0ce1b118
CV
44831
44832@noindent
fc320d37 44833@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
44834
44835@table @code
b383017d 44836@item S_IRUSR
0ce1b118
CV
44837User has read permission.
44838
b383017d 44839@item S_IWUSR
0ce1b118
CV
44840User has write permission.
44841
b383017d 44842@item S_IRGRP
0ce1b118
CV
44843Group has read permission.
44844
b383017d 44845@item S_IWGRP
0ce1b118
CV
44846Group has write permission.
44847
b383017d 44848@item S_IROTH
0ce1b118
CV
44849Others have read permission.
44850
b383017d 44851@item S_IWOTH
0ce1b118 44852Others have write permission.
fc320d37 44853@end table
0ce1b118
CV
44854
44855@noindent
fc320d37 44856Other bits are silently ignored.
0ce1b118 44857
0ce1b118 44858
fc320d37
SL
44859@item Return value:
44860@code{open} returns the new file descriptor or -1 if an error
44861occurred.
0ce1b118 44862
fc320d37 44863@item Errors:
0ce1b118
CV
44864
44865@table @code
b383017d 44866@item EEXIST
fc320d37 44867@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 44868
b383017d 44869@item EISDIR
fc320d37 44870@var{pathname} refers to a directory.
0ce1b118 44871
b383017d 44872@item EACCES
0ce1b118
CV
44873The requested access is not allowed.
44874
44875@item ENAMETOOLONG
fc320d37 44876@var{pathname} was too long.
0ce1b118 44877
b383017d 44878@item ENOENT
fc320d37 44879A directory component in @var{pathname} does not exist.
0ce1b118 44880
b383017d 44881@item ENODEV
fc320d37 44882@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 44883
b383017d 44884@item EROFS
fc320d37 44885@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
44886write access was requested.
44887
b383017d 44888@item EFAULT
fc320d37 44889@var{pathname} is an invalid pointer value.
0ce1b118 44890
b383017d 44891@item ENOSPC
0ce1b118
CV
44892No space on device to create the file.
44893
b383017d 44894@item EMFILE
0ce1b118
CV
44895The process already has the maximum number of files open.
44896
b383017d 44897@item ENFILE
0ce1b118
CV
44898The limit on the total number of files open on the system
44899has been reached.
44900
b383017d 44901@item EINTR
0ce1b118
CV
44902The call was interrupted by the user.
44903@end table
44904
fc320d37
SL
44905@end table
44906
0ce1b118
CV
44907@node close
44908@unnumberedsubsubsec close
44909@cindex close, file-i/o system call
44910
fc320d37
SL
44911@table @asis
44912@item Synopsis:
0ce1b118 44913@smallexample
0ce1b118 44914int close(int fd);
fc320d37 44915@end smallexample
0ce1b118 44916
fc320d37
SL
44917@item Request:
44918@samp{Fclose,@var{fd}}
0ce1b118 44919
fc320d37
SL
44920@item Return value:
44921@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 44922
fc320d37 44923@item Errors:
0ce1b118
CV
44924
44925@table @code
b383017d 44926@item EBADF
fc320d37 44927@var{fd} isn't a valid open file descriptor.
0ce1b118 44928
b383017d 44929@item EINTR
0ce1b118
CV
44930The call was interrupted by the user.
44931@end table
44932
fc320d37
SL
44933@end table
44934
0ce1b118
CV
44935@node read
44936@unnumberedsubsubsec read
44937@cindex read, file-i/o system call
44938
fc320d37
SL
44939@table @asis
44940@item Synopsis:
0ce1b118 44941@smallexample
0ce1b118 44942int read(int fd, void *buf, unsigned int count);
fc320d37 44943@end smallexample
0ce1b118 44944
fc320d37
SL
44945@item Request:
44946@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 44947
fc320d37 44948@item Return value:
0ce1b118
CV
44949On success, the number of bytes read is returned.
44950Zero indicates end of file. If count is zero, read
b383017d 44951returns zero as well. On error, -1 is returned.
0ce1b118 44952
fc320d37 44953@item Errors:
0ce1b118
CV
44954
44955@table @code
b383017d 44956@item EBADF
fc320d37 44957@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
44958reading.
44959
b383017d 44960@item EFAULT
fc320d37 44961@var{bufptr} is an invalid pointer value.
0ce1b118 44962
b383017d 44963@item EINTR
0ce1b118
CV
44964The call was interrupted by the user.
44965@end table
44966
fc320d37
SL
44967@end table
44968
0ce1b118
CV
44969@node write
44970@unnumberedsubsubsec write
44971@cindex write, file-i/o system call
44972
fc320d37
SL
44973@table @asis
44974@item Synopsis:
0ce1b118 44975@smallexample
0ce1b118 44976int write(int fd, const void *buf, unsigned int count);
fc320d37 44977@end smallexample
0ce1b118 44978
fc320d37
SL
44979@item Request:
44980@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 44981
fc320d37 44982@item Return value:
0ce1b118
CV
44983On success, the number of bytes written are returned.
44984Zero indicates nothing was written. On error, -1
44985is returned.
44986
fc320d37 44987@item Errors:
0ce1b118
CV
44988
44989@table @code
b383017d 44990@item EBADF
fc320d37 44991@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
44992writing.
44993
b383017d 44994@item EFAULT
fc320d37 44995@var{bufptr} is an invalid pointer value.
0ce1b118 44996
b383017d 44997@item EFBIG
0ce1b118 44998An attempt was made to write a file that exceeds the
db2e3e2e 44999host-specific maximum file size allowed.
0ce1b118 45000
b383017d 45001@item ENOSPC
0ce1b118
CV
45002No space on device to write the data.
45003
b383017d 45004@item EINTR
0ce1b118
CV
45005The call was interrupted by the user.
45006@end table
45007
fc320d37
SL
45008@end table
45009
0ce1b118
CV
45010@node lseek
45011@unnumberedsubsubsec lseek
45012@cindex lseek, file-i/o system call
45013
fc320d37
SL
45014@table @asis
45015@item Synopsis:
0ce1b118 45016@smallexample
0ce1b118 45017long lseek (int fd, long offset, int flag);
0ce1b118
CV
45018@end smallexample
45019
fc320d37
SL
45020@item Request:
45021@samp{Flseek,@var{fd},@var{offset},@var{flag}}
45022
45023@var{flag} is one of:
0ce1b118
CV
45024
45025@table @code
b383017d 45026@item SEEK_SET
fc320d37 45027The offset is set to @var{offset} bytes.
0ce1b118 45028
b383017d 45029@item SEEK_CUR
fc320d37 45030The offset is set to its current location plus @var{offset}
0ce1b118
CV
45031bytes.
45032
b383017d 45033@item SEEK_END
fc320d37 45034The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
45035bytes.
45036@end table
45037
fc320d37 45038@item Return value:
0ce1b118
CV
45039On success, the resulting unsigned offset in bytes from
45040the beginning of the file is returned. Otherwise, a
45041value of -1 is returned.
45042
fc320d37 45043@item Errors:
0ce1b118
CV
45044
45045@table @code
b383017d 45046@item EBADF
fc320d37 45047@var{fd} is not a valid open file descriptor.
0ce1b118 45048
b383017d 45049@item ESPIPE
fc320d37 45050@var{fd} is associated with the @value{GDBN} console.
0ce1b118 45051
b383017d 45052@item EINVAL
fc320d37 45053@var{flag} is not a proper value.
0ce1b118 45054
b383017d 45055@item EINTR
0ce1b118
CV
45056The call was interrupted by the user.
45057@end table
45058
fc320d37
SL
45059@end table
45060
0ce1b118
CV
45061@node rename
45062@unnumberedsubsubsec rename
45063@cindex rename, file-i/o system call
45064
fc320d37
SL
45065@table @asis
45066@item Synopsis:
0ce1b118 45067@smallexample
0ce1b118 45068int rename(const char *oldpath, const char *newpath);
fc320d37 45069@end smallexample
0ce1b118 45070
fc320d37
SL
45071@item Request:
45072@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 45073
fc320d37 45074@item Return value:
0ce1b118
CV
45075On success, zero is returned. On error, -1 is returned.
45076
fc320d37 45077@item Errors:
0ce1b118
CV
45078
45079@table @code
b383017d 45080@item EISDIR
fc320d37 45081@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
45082directory.
45083
b383017d 45084@item EEXIST
fc320d37 45085@var{newpath} is a non-empty directory.
0ce1b118 45086
b383017d 45087@item EBUSY
fc320d37 45088@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
45089process.
45090
b383017d 45091@item EINVAL
0ce1b118
CV
45092An attempt was made to make a directory a subdirectory
45093of itself.
45094
b383017d 45095@item ENOTDIR
fc320d37
SL
45096A component used as a directory in @var{oldpath} or new
45097path is not a directory. Or @var{oldpath} is a directory
45098and @var{newpath} exists but is not a directory.
0ce1b118 45099
b383017d 45100@item EFAULT
fc320d37 45101@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 45102
b383017d 45103@item EACCES
0ce1b118
CV
45104No access to the file or the path of the file.
45105
45106@item ENAMETOOLONG
b383017d 45107
fc320d37 45108@var{oldpath} or @var{newpath} was too long.
0ce1b118 45109
b383017d 45110@item ENOENT
fc320d37 45111A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 45112
b383017d 45113@item EROFS
0ce1b118
CV
45114The file is on a read-only filesystem.
45115
b383017d 45116@item ENOSPC
0ce1b118
CV
45117The device containing the file has no room for the new
45118directory entry.
45119
b383017d 45120@item EINTR
0ce1b118
CV
45121The call was interrupted by the user.
45122@end table
45123
fc320d37
SL
45124@end table
45125
0ce1b118
CV
45126@node unlink
45127@unnumberedsubsubsec unlink
45128@cindex unlink, file-i/o system call
45129
fc320d37
SL
45130@table @asis
45131@item Synopsis:
0ce1b118 45132@smallexample
0ce1b118 45133int unlink(const char *pathname);
fc320d37 45134@end smallexample
0ce1b118 45135
fc320d37
SL
45136@item Request:
45137@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 45138
fc320d37 45139@item Return value:
0ce1b118
CV
45140On success, zero is returned. On error, -1 is returned.
45141
fc320d37 45142@item Errors:
0ce1b118
CV
45143
45144@table @code
b383017d 45145@item EACCES
0ce1b118
CV
45146No access to the file or the path of the file.
45147
b383017d 45148@item EPERM
0ce1b118
CV
45149The system does not allow unlinking of directories.
45150
b383017d 45151@item EBUSY
fc320d37 45152The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
45153being used by another process.
45154
b383017d 45155@item EFAULT
fc320d37 45156@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
45157
45158@item ENAMETOOLONG
fc320d37 45159@var{pathname} was too long.
0ce1b118 45160
b383017d 45161@item ENOENT
fc320d37 45162A directory component in @var{pathname} does not exist.
0ce1b118 45163
b383017d 45164@item ENOTDIR
0ce1b118
CV
45165A component of the path is not a directory.
45166
b383017d 45167@item EROFS
0ce1b118
CV
45168The file is on a read-only filesystem.
45169
b383017d 45170@item EINTR
0ce1b118
CV
45171The call was interrupted by the user.
45172@end table
45173
fc320d37
SL
45174@end table
45175
0ce1b118
CV
45176@node stat/fstat
45177@unnumberedsubsubsec stat/fstat
45178@cindex fstat, file-i/o system call
45179@cindex stat, file-i/o system call
45180
fc320d37
SL
45181@table @asis
45182@item Synopsis:
0ce1b118 45183@smallexample
0ce1b118
CV
45184int stat(const char *pathname, struct stat *buf);
45185int fstat(int fd, struct stat *buf);
fc320d37 45186@end smallexample
0ce1b118 45187
fc320d37
SL
45188@item Request:
45189@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
45190@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 45191
fc320d37 45192@item Return value:
0ce1b118
CV
45193On success, zero is returned. On error, -1 is returned.
45194
fc320d37 45195@item Errors:
0ce1b118
CV
45196
45197@table @code
b383017d 45198@item EBADF
fc320d37 45199@var{fd} is not a valid open file.
0ce1b118 45200
b383017d 45201@item ENOENT
fc320d37 45202A directory component in @var{pathname} does not exist or the
0ce1b118
CV
45203path is an empty string.
45204
b383017d 45205@item ENOTDIR
0ce1b118
CV
45206A component of the path is not a directory.
45207
b383017d 45208@item EFAULT
fc320d37 45209@var{pathnameptr} is an invalid pointer value.
0ce1b118 45210
b383017d 45211@item EACCES
0ce1b118
CV
45212No access to the file or the path of the file.
45213
45214@item ENAMETOOLONG
fc320d37 45215@var{pathname} was too long.
0ce1b118 45216
b383017d 45217@item EINTR
0ce1b118
CV
45218The call was interrupted by the user.
45219@end table
45220
fc320d37
SL
45221@end table
45222
0ce1b118
CV
45223@node gettimeofday
45224@unnumberedsubsubsec gettimeofday
45225@cindex gettimeofday, file-i/o system call
45226
fc320d37
SL
45227@table @asis
45228@item Synopsis:
0ce1b118 45229@smallexample
0ce1b118 45230int gettimeofday(struct timeval *tv, void *tz);
fc320d37 45231@end smallexample
0ce1b118 45232
fc320d37
SL
45233@item Request:
45234@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 45235
fc320d37 45236@item Return value:
0ce1b118
CV
45237On success, 0 is returned, -1 otherwise.
45238
fc320d37 45239@item Errors:
0ce1b118
CV
45240
45241@table @code
b383017d 45242@item EINVAL
fc320d37 45243@var{tz} is a non-NULL pointer.
0ce1b118 45244
b383017d 45245@item EFAULT
fc320d37
SL
45246@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
45247@end table
45248
0ce1b118
CV
45249@end table
45250
45251@node isatty
45252@unnumberedsubsubsec isatty
45253@cindex isatty, file-i/o system call
45254
fc320d37
SL
45255@table @asis
45256@item Synopsis:
0ce1b118 45257@smallexample
0ce1b118 45258int isatty(int fd);
fc320d37 45259@end smallexample
0ce1b118 45260
fc320d37
SL
45261@item Request:
45262@samp{Fisatty,@var{fd}}
0ce1b118 45263
fc320d37
SL
45264@item Return value:
45265Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 45266
fc320d37 45267@item Errors:
0ce1b118
CV
45268
45269@table @code
b383017d 45270@item EINTR
0ce1b118
CV
45271The call was interrupted by the user.
45272@end table
45273
fc320d37
SL
45274@end table
45275
45276Note that the @code{isatty} call is treated as a special case: it returns
452771 to the target if the file descriptor is attached
45278to the @value{GDBN} console, 0 otherwise. Implementing through system calls
45279would require implementing @code{ioctl} and would be more complex than
45280needed.
45281
45282
0ce1b118
CV
45283@node system
45284@unnumberedsubsubsec system
45285@cindex system, file-i/o system call
45286
fc320d37
SL
45287@table @asis
45288@item Synopsis:
0ce1b118 45289@smallexample
0ce1b118 45290int system(const char *command);
fc320d37 45291@end smallexample
0ce1b118 45292
fc320d37
SL
45293@item Request:
45294@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 45295
fc320d37 45296@item Return value:
5600ea19
NS
45297If @var{len} is zero, the return value indicates whether a shell is
45298available. A zero return value indicates a shell is not available.
45299For non-zero @var{len}, the value returned is -1 on error and the
45300return status of the command otherwise. Only the exit status of the
45301command is returned, which is extracted from the host's @code{system}
45302return value by calling @code{WEXITSTATUS(retval)}. In case
45303@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 45304
fc320d37 45305@item Errors:
0ce1b118
CV
45306
45307@table @code
b383017d 45308@item EINTR
0ce1b118
CV
45309The call was interrupted by the user.
45310@end table
45311
fc320d37
SL
45312@end table
45313
45314@value{GDBN} takes over the full task of calling the necessary host calls
45315to perform the @code{system} call. The return value of @code{system} on
45316the host is simplified before it's returned
45317to the target. Any termination signal information from the child process
45318is discarded, and the return value consists
45319entirely of the exit status of the called command.
45320
45321Due to security concerns, the @code{system} call is by default refused
45322by @value{GDBN}. The user has to allow this call explicitly with the
45323@code{set remote system-call-allowed 1} command.
45324
45325@table @code
45326@item set remote system-call-allowed
45327@kindex set remote system-call-allowed
45328Control whether to allow the @code{system} calls in the File I/O
45329protocol for the remote target. The default is zero (disabled).
45330
45331@item show remote system-call-allowed
45332@kindex show remote system-call-allowed
45333Show whether the @code{system} calls are allowed in the File I/O
45334protocol.
45335@end table
45336
db2e3e2e
BW
45337@node Protocol-specific Representation of Datatypes
45338@subsection Protocol-specific Representation of Datatypes
45339@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
45340
45341@menu
79a6e687
BW
45342* Integral Datatypes::
45343* Pointer Values::
45344* Memory Transfer::
0ce1b118
CV
45345* struct stat::
45346* struct timeval::
45347@end menu
45348
79a6e687
BW
45349@node Integral Datatypes
45350@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
45351@cindex integral datatypes, in file-i/o protocol
45352
fc320d37
SL
45353The integral datatypes used in the system calls are @code{int},
45354@code{unsigned int}, @code{long}, @code{unsigned long},
45355@code{mode_t}, and @code{time_t}.
0ce1b118 45356
fc320d37 45357@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
45358implemented as 32 bit values in this protocol.
45359
fc320d37 45360@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 45361
0ce1b118
CV
45362@xref{Limits}, for corresponding MIN and MAX values (similar to those
45363in @file{limits.h}) to allow range checking on host and target.
45364
45365@code{time_t} datatypes are defined as seconds since the Epoch.
45366
45367All integral datatypes transferred as part of a memory read or write of a
45368structured datatype e.g.@: a @code{struct stat} have to be given in big endian
45369byte order.
45370
79a6e687
BW
45371@node Pointer Values
45372@unnumberedsubsubsec Pointer Values
0ce1b118
CV
45373@cindex pointer values, in file-i/o protocol
45374
45375Pointers to target data are transmitted as they are. An exception
45376is made for pointers to buffers for which the length isn't
45377transmitted as part of the function call, namely strings. Strings
45378are transmitted as a pointer/length pair, both as hex values, e.g.@:
45379
45380@smallexample
45381@code{1aaf/12}
45382@end smallexample
45383
45384@noindent
45385which is a pointer to data of length 18 bytes at position 0x1aaf.
45386The length is defined as the full string length in bytes, including
fc320d37
SL
45387the trailing null byte. For example, the string @code{"hello world"}
45388at address 0x123456 is transmitted as
0ce1b118
CV
45389
45390@smallexample
fc320d37 45391@code{123456/d}
0ce1b118
CV
45392@end smallexample
45393
79a6e687
BW
45394@node Memory Transfer
45395@unnumberedsubsubsec Memory Transfer
fc320d37
SL
45396@cindex memory transfer, in file-i/o protocol
45397
45398Structured data which is transferred using a memory read or write (for
db2e3e2e 45399example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
45400with all scalar multibyte datatypes being big endian. Translation to
45401this representation needs to be done both by the target before the @code{F}
45402packet is sent, and by @value{GDBN} before
45403it transfers memory to the target. Transferred pointers to structured
45404data should point to the already-coerced data at any time.
0ce1b118 45405
0ce1b118
CV
45406
45407@node struct stat
45408@unnumberedsubsubsec struct stat
45409@cindex struct stat, in file-i/o protocol
45410
fc320d37
SL
45411The buffer of type @code{struct stat} used by the target and @value{GDBN}
45412is defined as follows:
0ce1b118
CV
45413
45414@smallexample
45415struct stat @{
45416 unsigned int st_dev; /* device */
45417 unsigned int st_ino; /* inode */
45418 mode_t st_mode; /* protection */
45419 unsigned int st_nlink; /* number of hard links */
45420 unsigned int st_uid; /* user ID of owner */
45421 unsigned int st_gid; /* group ID of owner */
45422 unsigned int st_rdev; /* device type (if inode device) */
45423 unsigned long st_size; /* total size, in bytes */
45424 unsigned long st_blksize; /* blocksize for filesystem I/O */
45425 unsigned long st_blocks; /* number of blocks allocated */
45426 time_t st_atime; /* time of last access */
45427 time_t st_mtime; /* time of last modification */
45428 time_t st_ctime; /* time of last change */
45429@};
45430@end smallexample
45431
fc320d37 45432The integral datatypes conform to the definitions given in the
79a6e687 45433appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
45434structure is of size 64 bytes.
45435
45436The values of several fields have a restricted meaning and/or
45437range of values.
45438
fc320d37 45439@table @code
0ce1b118 45440
fc320d37
SL
45441@item st_dev
45442A value of 0 represents a file, 1 the console.
0ce1b118 45443
fc320d37
SL
45444@item st_ino
45445No valid meaning for the target. Transmitted unchanged.
0ce1b118 45446
fc320d37
SL
45447@item st_mode
45448Valid mode bits are described in @ref{Constants}. Any other
45449bits have currently no meaning for the target.
0ce1b118 45450
fc320d37
SL
45451@item st_uid
45452@itemx st_gid
45453@itemx st_rdev
45454No valid meaning for the target. Transmitted unchanged.
0ce1b118 45455
fc320d37
SL
45456@item st_atime
45457@itemx st_mtime
45458@itemx st_ctime
45459These values have a host and file system dependent
45460accuracy. Especially on Windows hosts, the file system may not
45461support exact timing values.
45462@end table
0ce1b118 45463
fc320d37
SL
45464The target gets a @code{struct stat} of the above representation and is
45465responsible for coercing it to the target representation before
0ce1b118
CV
45466continuing.
45467
fc320d37
SL
45468Note that due to size differences between the host, target, and protocol
45469representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
45470get truncated on the target.
45471
45472@node struct timeval
45473@unnumberedsubsubsec struct timeval
45474@cindex struct timeval, in file-i/o protocol
45475
fc320d37 45476The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
45477is defined as follows:
45478
45479@smallexample
b383017d 45480struct timeval @{
0ce1b118
CV
45481 time_t tv_sec; /* second */
45482 long tv_usec; /* microsecond */
45483@};
45484@end smallexample
45485
fc320d37 45486The integral datatypes conform to the definitions given in the
79a6e687 45487appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
45488structure is of size 8 bytes.
45489
45490@node Constants
45491@subsection Constants
45492@cindex constants, in file-i/o protocol
45493
45494The following values are used for the constants inside of the
fc320d37 45495protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
45496values before and after the call as needed.
45497
45498@menu
79a6e687
BW
45499* Open Flags::
45500* mode_t Values::
45501* Errno Values::
45502* Lseek Flags::
0ce1b118
CV
45503* Limits::
45504@end menu
45505
79a6e687
BW
45506@node Open Flags
45507@unnumberedsubsubsec Open Flags
0ce1b118
CV
45508@cindex open flags, in file-i/o protocol
45509
45510All values are given in hexadecimal representation.
45511
45512@smallexample
45513 O_RDONLY 0x0
45514 O_WRONLY 0x1
45515 O_RDWR 0x2
45516 O_APPEND 0x8
45517 O_CREAT 0x200
45518 O_TRUNC 0x400
45519 O_EXCL 0x800
45520@end smallexample
45521
79a6e687
BW
45522@node mode_t Values
45523@unnumberedsubsubsec mode_t Values
0ce1b118
CV
45524@cindex mode_t values, in file-i/o protocol
45525
45526All values are given in octal representation.
45527
45528@smallexample
45529 S_IFREG 0100000
45530 S_IFDIR 040000
45531 S_IRUSR 0400
45532 S_IWUSR 0200
45533 S_IXUSR 0100
45534 S_IRGRP 040
45535 S_IWGRP 020
45536 S_IXGRP 010
45537 S_IROTH 04
45538 S_IWOTH 02
45539 S_IXOTH 01
45540@end smallexample
45541
79a6e687
BW
45542@node Errno Values
45543@unnumberedsubsubsec Errno Values
0ce1b118
CV
45544@cindex errno values, in file-i/o protocol
45545
45546All values are given in decimal representation.
45547
45548@smallexample
45549 EPERM 1
45550 ENOENT 2
45551 EINTR 4
45552 EBADF 9
45553 EACCES 13
45554 EFAULT 14
45555 EBUSY 16
45556 EEXIST 17
45557 ENODEV 19
45558 ENOTDIR 20
45559 EISDIR 21
45560 EINVAL 22
45561 ENFILE 23
45562 EMFILE 24
45563 EFBIG 27
45564 ENOSPC 28
45565 ESPIPE 29
45566 EROFS 30
45567 ENAMETOOLONG 91
45568 EUNKNOWN 9999
45569@end smallexample
45570
fc320d37 45571 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
45572 any error value not in the list of supported error numbers.
45573
79a6e687
BW
45574@node Lseek Flags
45575@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
45576@cindex lseek flags, in file-i/o protocol
45577
45578@smallexample
45579 SEEK_SET 0
45580 SEEK_CUR 1
45581 SEEK_END 2
45582@end smallexample
45583
45584@node Limits
45585@unnumberedsubsubsec Limits
45586@cindex limits, in file-i/o protocol
45587
45588All values are given in decimal representation.
45589
45590@smallexample
45591 INT_MIN -2147483648
45592 INT_MAX 2147483647
45593 UINT_MAX 4294967295
45594 LONG_MIN -9223372036854775808
45595 LONG_MAX 9223372036854775807
45596 ULONG_MAX 18446744073709551615
45597@end smallexample
45598
45599@node File-I/O Examples
45600@subsection File-I/O Examples
45601@cindex file-i/o examples
45602
45603Example sequence of a write call, file descriptor 3, buffer is at target
45604address 0x1234, 6 bytes should be written:
45605
45606@smallexample
45607<- @code{Fwrite,3,1234,6}
45608@emph{request memory read from target}
45609-> @code{m1234,6}
45610<- XXXXXX
45611@emph{return "6 bytes written"}
45612-> @code{F6}
45613@end smallexample
45614
45615Example sequence of a read call, file descriptor 3, buffer is at target
45616address 0x1234, 6 bytes should be read:
45617
45618@smallexample
45619<- @code{Fread,3,1234,6}
45620@emph{request memory write to target}
45621-> @code{X1234,6:XXXXXX}
45622@emph{return "6 bytes read"}
45623-> @code{F6}
45624@end smallexample
45625
45626Example sequence of a read call, call fails on the host due to invalid
fc320d37 45627file descriptor (@code{EBADF}):
0ce1b118
CV
45628
45629@smallexample
45630<- @code{Fread,3,1234,6}
45631-> @code{F-1,9}
45632@end smallexample
45633
c8aa23ab 45634Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
45635host is called:
45636
45637@smallexample
45638<- @code{Fread,3,1234,6}
45639-> @code{F-1,4,C}
45640<- @code{T02}
45641@end smallexample
45642
c8aa23ab 45643Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
45644host is called:
45645
45646@smallexample
45647<- @code{Fread,3,1234,6}
45648-> @code{X1234,6:XXXXXX}
45649<- @code{T02}
45650@end smallexample
45651
cfa9d6d9
DJ
45652@node Library List Format
45653@section Library List Format
45654@cindex library list format, remote protocol
45655
45656On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
45657same process as your application to manage libraries. In this case,
45658@value{GDBN} can use the loader's symbol table and normal memory
45659operations to maintain a list of shared libraries. On other
45660platforms, the operating system manages loaded libraries.
45661@value{GDBN} can not retrieve the list of currently loaded libraries
45662through memory operations, so it uses the @samp{qXfer:libraries:read}
45663packet (@pxref{qXfer library list read}) instead. The remote stub
45664queries the target's operating system and reports which libraries
45665are loaded.
45666
45667The @samp{qXfer:libraries:read} packet returns an XML document which
45668lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
45669associated name and one or more segment or section base addresses,
45670which report where the library was loaded in memory.
45671
45672For the common case of libraries that are fully linked binaries, the
45673library should have a list of segments. If the target supports
45674dynamic linking of a relocatable object file, its library XML element
45675should instead include a list of allocated sections. The segment or
45676section bases are start addresses, not relocation offsets; they do not
45677depend on the library's link-time base addresses.
cfa9d6d9 45678
9cceb671
DJ
45679@value{GDBN} must be linked with the Expat library to support XML
45680library lists. @xref{Expat}.
45681
cfa9d6d9
DJ
45682A simple memory map, with one loaded library relocated by a single
45683offset, looks like this:
45684
45685@smallexample
45686<library-list>
45687 <library name="/lib/libc.so.6">
45688 <segment address="0x10000000"/>
45689 </library>
45690</library-list>
45691@end smallexample
45692
1fddbabb
PA
45693Another simple memory map, with one loaded library with three
45694allocated sections (.text, .data, .bss), looks like this:
45695
45696@smallexample
45697<library-list>
45698 <library name="sharedlib.o">
45699 <section address="0x10000000"/>
45700 <section address="0x20000000"/>
45701 <section address="0x30000000"/>
45702 </library>
45703</library-list>
45704@end smallexample
45705
cfa9d6d9
DJ
45706The format of a library list is described by this DTD:
45707
45708@smallexample
45709<!-- library-list: Root element with versioning -->
45710<!ELEMENT library-list (library)*>
45711<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 45712<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
45713<!ATTLIST library name CDATA #REQUIRED>
45714<!ELEMENT segment EMPTY>
45715<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
45716<!ELEMENT section EMPTY>
45717<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
45718@end smallexample
45719
1fddbabb
PA
45720In addition, segments and section descriptors cannot be mixed within a
45721single library element, and you must supply at least one segment or
45722section for each library.
45723
2268b414
JK
45724@node Library List Format for SVR4 Targets
45725@section Library List Format for SVR4 Targets
45726@cindex library list format, remote protocol
45727
45728On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
45729(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
45730shared libraries. Still a special library list provided by this packet is
45731more efficient for the @value{GDBN} remote protocol.
45732
45733The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
45734loaded libraries and their SVR4 linker parameters. For each library on SVR4
45735target, the following parameters are reported:
45736
45737@itemize @minus
45738@item
45739@code{name}, the absolute file name from the @code{l_name} field of
45740@code{struct link_map}.
45741@item
45742@code{lm} with address of @code{struct link_map} used for TLS
45743(Thread Local Storage) access.
45744@item
45745@code{l_addr}, the displacement as read from the field @code{l_addr} of
45746@code{struct link_map}. For prelinked libraries this is not an absolute
45747memory address. It is a displacement of absolute memory address against
45748address the file was prelinked to during the library load.
45749@item
45750@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
45751@end itemize
45752
45753Additionally the single @code{main-lm} attribute specifies address of
45754@code{struct link_map} used for the main executable. This parameter is used
45755for TLS access and its presence is optional.
45756
45757@value{GDBN} must be linked with the Expat library to support XML
45758SVR4 library lists. @xref{Expat}.
45759
45760A simple memory map, with two loaded libraries (which do not use prelink),
45761looks like this:
45762
45763@smallexample
45764<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
45765 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
45766 l_ld="0xe4eefc"/>
45767 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
db1ff28b 45768 l_ld="0x152350"/>
2268b414
JK
45769</library-list-svr>
45770@end smallexample
45771
45772The format of an SVR4 library list is described by this DTD:
45773
45774@smallexample
45775<!-- library-list-svr4: Root element with versioning -->
45776<!ELEMENT library-list-svr4 (library)*>
db1ff28b
JK
45777<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
45778<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
2268b414 45779<!ELEMENT library EMPTY>
db1ff28b
JK
45780<!ATTLIST library name CDATA #REQUIRED>
45781<!ATTLIST library lm CDATA #REQUIRED>
45782<!ATTLIST library l_addr CDATA #REQUIRED>
45783<!ATTLIST library l_ld CDATA #REQUIRED>
2268b414
JK
45784@end smallexample
45785
79a6e687
BW
45786@node Memory Map Format
45787@section Memory Map Format
68437a39
DJ
45788@cindex memory map format
45789
45790To be able to write into flash memory, @value{GDBN} needs to obtain a
45791memory map from the target. This section describes the format of the
45792memory map.
45793
45794The memory map is obtained using the @samp{qXfer:memory-map:read}
45795(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
45796lists memory regions.
45797
45798@value{GDBN} must be linked with the Expat library to support XML
45799memory maps. @xref{Expat}.
45800
45801The top-level structure of the document is shown below:
68437a39
DJ
45802
45803@smallexample
45804<?xml version="1.0"?>
45805<!DOCTYPE memory-map
45806 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45807 "http://sourceware.org/gdb/gdb-memory-map.dtd">
45808<memory-map>
45809 region...
45810</memory-map>
45811@end smallexample
45812
45813Each region can be either:
45814
45815@itemize
45816
45817@item
45818A region of RAM starting at @var{addr} and extending for @var{length}
45819bytes from there:
45820
45821@smallexample
45822<memory type="ram" start="@var{addr}" length="@var{length}"/>
45823@end smallexample
45824
45825
45826@item
45827A region of read-only memory:
45828
45829@smallexample
45830<memory type="rom" start="@var{addr}" length="@var{length}"/>
45831@end smallexample
45832
45833
45834@item
45835A region of flash memory, with erasure blocks @var{blocksize}
45836bytes in length:
45837
45838@smallexample
45839<memory type="flash" start="@var{addr}" length="@var{length}">
45840 <property name="blocksize">@var{blocksize}</property>
45841</memory>
45842@end smallexample
45843
45844@end itemize
45845
45846Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
45847by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
45848packets to write to addresses in such ranges.
45849
45850The formal DTD for memory map format is given below:
45851
45852@smallexample
45853<!-- ................................................... -->
45854<!-- Memory Map XML DTD ................................ -->
45855<!-- File: memory-map.dtd .............................. -->
45856<!-- .................................... .............. -->
45857<!-- memory-map.dtd -->
45858<!-- memory-map: Root element with versioning -->
5f1ca24a 45859<!ELEMENT memory-map (memory)*>
68437a39 45860<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
5f1ca24a 45861<!ELEMENT memory (property)*>
68437a39
DJ
45862<!-- memory: Specifies a memory region,
45863 and its type, or device. -->
5f1ca24a 45864<!ATTLIST memory type (ram|rom|flash) #REQUIRED
68437a39 45865 start CDATA #REQUIRED
5f1ca24a 45866 length CDATA #REQUIRED>
68437a39
DJ
45867<!-- property: Generic attribute tag -->
45868<!ELEMENT property (#PCDATA | property)*>
5f1ca24a 45869<!ATTLIST property name (blocksize) #REQUIRED>
68437a39
DJ
45870@end smallexample
45871
dc146f7c
VP
45872@node Thread List Format
45873@section Thread List Format
45874@cindex thread list format
45875
45876To efficiently update the list of threads and their attributes,
45877@value{GDBN} issues the @samp{qXfer:threads:read} packet
45878(@pxref{qXfer threads read}) and obtains the XML document with
45879the following structure:
45880
45881@smallexample
45882<?xml version="1.0"?>
45883<threads>
79efa585 45884 <thread id="id" core="0" name="name">
dc146f7c
VP
45885 ... description ...
45886 </thread>
45887</threads>
45888@end smallexample
45889
45890Each @samp{thread} element must have the @samp{id} attribute that
45891identifies the thread (@pxref{thread-id syntax}). The
45892@samp{core} attribute, if present, specifies which processor core
79efa585
SM
45893the thread was last executing on. The @samp{name} attribute, if
45894present, specifies the human-readable name of the thread. The content
45895of the of @samp{thread} element is interpreted as human-readable
f2ff95c5
KB
45896auxiliary information. The @samp{handle} attribute, if present,
45897is a hex encoded representation of the thread handle.
45898
dc146f7c 45899
b3b9301e
PA
45900@node Traceframe Info Format
45901@section Traceframe Info Format
45902@cindex traceframe info format
45903
45904To be able to know which objects in the inferior can be examined when
45905inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
45906memory ranges, registers and trace state variables that have been
45907collected in a traceframe.
45908
45909This list is obtained using the @samp{qXfer:traceframe-info:read}
45910(@pxref{qXfer traceframe info read}) packet and is an XML document.
45911
45912@value{GDBN} must be linked with the Expat library to support XML
45913traceframe info discovery. @xref{Expat}.
45914
45915The top-level structure of the document is shown below:
45916
45917@smallexample
45918<?xml version="1.0"?>
45919<!DOCTYPE traceframe-info
45920 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45921 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
45922<traceframe-info>
45923 block...
45924</traceframe-info>
45925@end smallexample
45926
45927Each traceframe block can be either:
45928
45929@itemize
45930
45931@item
45932A region of collected memory starting at @var{addr} and extending for
45933@var{length} bytes from there:
45934
45935@smallexample
45936<memory start="@var{addr}" length="@var{length}"/>
45937@end smallexample
45938
28a93511
YQ
45939@item
45940A block indicating trace state variable numbered @var{number} has been
45941collected:
45942
45943@smallexample
45944<tvar id="@var{number}"/>
45945@end smallexample
45946
b3b9301e
PA
45947@end itemize
45948
45949The formal DTD for the traceframe info format is given below:
45950
45951@smallexample
28a93511 45952<!ELEMENT traceframe-info (memory | tvar)* >
b3b9301e
PA
45953<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
45954
45955<!ELEMENT memory EMPTY>
45956<!ATTLIST memory start CDATA #REQUIRED
45957 length CDATA #REQUIRED>
28a93511
YQ
45958<!ELEMENT tvar>
45959<!ATTLIST tvar id CDATA #REQUIRED>
b3b9301e
PA
45960@end smallexample
45961
2ae8c8e7
MM
45962@node Branch Trace Format
45963@section Branch Trace Format
45964@cindex branch trace format
45965
45966In order to display the branch trace of an inferior thread,
45967@value{GDBN} needs to obtain the list of branches. This list is
45968represented as list of sequential code blocks that are connected via
45969branches. The code in each block has been executed sequentially.
45970
45971This list is obtained using the @samp{qXfer:btrace:read}
45972(@pxref{qXfer btrace read}) packet and is an XML document.
45973
45974@value{GDBN} must be linked with the Expat library to support XML
45975traceframe info discovery. @xref{Expat}.
45976
45977The top-level structure of the document is shown below:
45978
45979@smallexample
45980<?xml version="1.0"?>
45981<!DOCTYPE btrace
45982 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
45983 "http://sourceware.org/gdb/gdb-btrace.dtd">
45984<btrace>
45985 block...
45986</btrace>
45987@end smallexample
45988
45989@itemize
45990
45991@item
45992A block of sequentially executed instructions starting at @var{begin}
45993and ending at @var{end}:
45994
45995@smallexample
45996<block begin="@var{begin}" end="@var{end}"/>
45997@end smallexample
45998
45999@end itemize
46000
46001The formal DTD for the branch trace format is given below:
46002
46003@smallexample
b20a6524 46004<!ELEMENT btrace (block* | pt) >
2ae8c8e7
MM
46005<!ATTLIST btrace version CDATA #FIXED "1.0">
46006
46007<!ELEMENT block EMPTY>
46008<!ATTLIST block begin CDATA #REQUIRED
46009 end CDATA #REQUIRED>
b20a6524
MM
46010
46011<!ELEMENT pt (pt-config?, raw?)>
46012
46013<!ELEMENT pt-config (cpu?)>
46014
46015<!ELEMENT cpu EMPTY>
46016<!ATTLIST cpu vendor CDATA #REQUIRED
46017 family CDATA #REQUIRED
46018 model CDATA #REQUIRED
46019 stepping CDATA #REQUIRED>
46020
46021<!ELEMENT raw (#PCDATA)>
2ae8c8e7
MM
46022@end smallexample
46023
f4abbc16
MM
46024@node Branch Trace Configuration Format
46025@section Branch Trace Configuration Format
46026@cindex branch trace configuration format
46027
46028For each inferior thread, @value{GDBN} can obtain the branch trace
46029configuration using the @samp{qXfer:btrace-conf:read}
46030(@pxref{qXfer btrace-conf read}) packet.
46031
46032The configuration describes the branch trace format and configuration
d33501a5
MM
46033settings for that format. The following information is described:
46034
46035@table @code
46036@item bts
46037This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
46038@table @code
46039@item size
46040The size of the @acronym{BTS} ring buffer in bytes.
46041@end table
b20a6524 46042@item pt
bc504a31 46043This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
b20a6524
MM
46044PT}) format.
46045@table @code
46046@item size
bc504a31 46047The size of the @acronym{Intel PT} ring buffer in bytes.
b20a6524 46048@end table
d33501a5 46049@end table
f4abbc16
MM
46050
46051@value{GDBN} must be linked with the Expat library to support XML
46052branch trace configuration discovery. @xref{Expat}.
46053
46054The formal DTD for the branch trace configuration format is given below:
46055
46056@smallexample
b20a6524 46057<!ELEMENT btrace-conf (bts?, pt?)>
f4abbc16
MM
46058<!ATTLIST btrace-conf version CDATA #FIXED "1.0">
46059
46060<!ELEMENT bts EMPTY>
d33501a5 46061<!ATTLIST bts size CDATA #IMPLIED>
b20a6524
MM
46062
46063<!ELEMENT pt EMPTY>
46064<!ATTLIST pt size CDATA #IMPLIED>
f4abbc16
MM
46065@end smallexample
46066
f418dd93
DJ
46067@include agentexpr.texi
46068
23181151
DJ
46069@node Target Descriptions
46070@appendix Target Descriptions
46071@cindex target descriptions
46072
23181151
DJ
46073One of the challenges of using @value{GDBN} to debug embedded systems
46074is that there are so many minor variants of each processor
46075architecture in use. It is common practice for vendors to start with
eb17f351 46076a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
23181151
DJ
46077and then make changes to adapt it to a particular market niche. Some
46078architectures have hundreds of variants, available from dozens of
46079vendors. This leads to a number of problems:
46080
46081@itemize @bullet
46082@item
46083With so many different customized processors, it is difficult for
46084the @value{GDBN} maintainers to keep up with the changes.
46085@item
46086Since individual variants may have short lifetimes or limited
46087audiences, it may not be worthwhile to carry information about every
46088variant in the @value{GDBN} source tree.
46089@item
46090When @value{GDBN} does support the architecture of the embedded system
46091at hand, the task of finding the correct architecture name to give the
46092@command{set architecture} command can be error-prone.
46093@end itemize
46094
46095To address these problems, the @value{GDBN} remote protocol allows a
46096target system to not only identify itself to @value{GDBN}, but to
46097actually describe its own features. This lets @value{GDBN} support
46098processor variants it has never seen before --- to the extent that the
46099descriptions are accurate, and that @value{GDBN} understands them.
46100
9cceb671
DJ
46101@value{GDBN} must be linked with the Expat library to support XML
46102target descriptions. @xref{Expat}.
123dc839 46103
23181151
DJ
46104@menu
46105* Retrieving Descriptions:: How descriptions are fetched from a target.
46106* Target Description Format:: The contents of a target description.
123dc839
DJ
46107* Predefined Target Types:: Standard types available for target
46108 descriptions.
81516450 46109* Enum Target Types:: How to define enum target types.
123dc839 46110* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
46111@end menu
46112
46113@node Retrieving Descriptions
46114@section Retrieving Descriptions
46115
46116Target descriptions can be read from the target automatically, or
46117specified by the user manually. The default behavior is to read the
46118description from the target. @value{GDBN} retrieves it via the remote
46119protocol using @samp{qXfer} requests (@pxref{General Query Packets,
46120qXfer}). The @var{annex} in the @samp{qXfer} packet will be
46121@samp{target.xml}. The contents of the @samp{target.xml} annex are an
46122XML document, of the form described in @ref{Target Description
46123Format}.
46124
46125Alternatively, you can specify a file to read for the target description.
46126If a file is set, the target will not be queried. The commands to
46127specify a file are:
46128
46129@table @code
46130@cindex set tdesc filename
46131@item set tdesc filename @var{path}
46132Read the target description from @var{path}.
46133
46134@cindex unset tdesc filename
46135@item unset tdesc filename
46136Do not read the XML target description from a file. @value{GDBN}
46137will use the description supplied by the current target.
46138
46139@cindex show tdesc filename
46140@item show tdesc filename
46141Show the filename to read for a target description, if any.
46142@end table
46143
46144
46145@node Target Description Format
46146@section Target Description Format
46147@cindex target descriptions, XML format
46148
46149A target description annex is an @uref{http://www.w3.org/XML/, XML}
46150document which complies with the Document Type Definition provided in
46151the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
46152means you can use generally available tools like @command{xmllint} to
46153check that your feature descriptions are well-formed and valid.
46154However, to help people unfamiliar with XML write descriptions for
46155their targets, we also describe the grammar here.
46156
123dc839
DJ
46157Target descriptions can identify the architecture of the remote target
46158and (for some architectures) provide information about custom register
08d16641
PA
46159sets. They can also identify the OS ABI of the remote target.
46160@value{GDBN} can use this information to autoconfigure for your
123dc839 46161target, or to warn you if you connect to an unsupported target.
23181151
DJ
46162
46163Here is a simple target description:
46164
123dc839 46165@smallexample
1780a0ed 46166<target version="1.0">
23181151
DJ
46167 <architecture>i386:x86-64</architecture>
46168</target>
123dc839 46169@end smallexample
23181151
DJ
46170
46171@noindent
46172This minimal description only says that the target uses
46173the x86-64 architecture.
46174
123dc839
DJ
46175A target description has the following overall form, with [ ] marking
46176optional elements and @dots{} marking repeatable elements. The elements
46177are explained further below.
23181151 46178
123dc839 46179@smallexample
23181151
DJ
46180<?xml version="1.0"?>
46181<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 46182<target version="1.0">
123dc839 46183 @r{[}@var{architecture}@r{]}
08d16641 46184 @r{[}@var{osabi}@r{]}
e35359c5 46185 @r{[}@var{compatible}@r{]}
123dc839 46186 @r{[}@var{feature}@dots{}@r{]}
23181151 46187</target>
123dc839 46188@end smallexample
23181151
DJ
46189
46190@noindent
46191The description is generally insensitive to whitespace and line
46192breaks, under the usual common-sense rules. The XML version
46193declaration and document type declaration can generally be omitted
46194(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
46195useful for XML validation tools. The @samp{version} attribute for
46196@samp{<target>} may also be omitted, but we recommend
46197including it; if future versions of @value{GDBN} use an incompatible
46198revision of @file{gdb-target.dtd}, they will detect and report
46199the version mismatch.
23181151 46200
108546a0
DJ
46201@subsection Inclusion
46202@cindex target descriptions, inclusion
46203@cindex XInclude
46204@ifnotinfo
46205@cindex <xi:include>
46206@end ifnotinfo
46207
46208It can sometimes be valuable to split a target description up into
46209several different annexes, either for organizational purposes, or to
46210share files between different possible target descriptions. You can
46211divide a description into multiple files by replacing any element of
46212the target description with an inclusion directive of the form:
46213
123dc839 46214@smallexample
108546a0 46215<xi:include href="@var{document}"/>
123dc839 46216@end smallexample
108546a0
DJ
46217
46218@noindent
46219When @value{GDBN} encounters an element of this form, it will retrieve
46220the named XML @var{document}, and replace the inclusion directive with
46221the contents of that document. If the current description was read
46222using @samp{qXfer}, then so will be the included document;
46223@var{document} will be interpreted as the name of an annex. If the
46224current description was read from a file, @value{GDBN} will look for
46225@var{document} as a file in the same directory where it found the
46226original description.
46227
123dc839
DJ
46228@subsection Architecture
46229@cindex <architecture>
46230
46231An @samp{<architecture>} element has this form:
46232
46233@smallexample
46234 <architecture>@var{arch}</architecture>
46235@end smallexample
46236
e35359c5
UW
46237@var{arch} is one of the architectures from the set accepted by
46238@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
123dc839 46239
08d16641
PA
46240@subsection OS ABI
46241@cindex @code{<osabi>}
46242
46243This optional field was introduced in @value{GDBN} version 7.0.
46244Previous versions of @value{GDBN} ignore it.
46245
46246An @samp{<osabi>} element has this form:
46247
46248@smallexample
46249 <osabi>@var{abi-name}</osabi>
46250@end smallexample
46251
46252@var{abi-name} is an OS ABI name from the same selection accepted by
46253@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
46254
e35359c5
UW
46255@subsection Compatible Architecture
46256@cindex @code{<compatible>}
46257
46258This optional field was introduced in @value{GDBN} version 7.0.
46259Previous versions of @value{GDBN} ignore it.
46260
46261A @samp{<compatible>} element has this form:
46262
46263@smallexample
46264 <compatible>@var{arch}</compatible>
46265@end smallexample
46266
46267@var{arch} is one of the architectures from the set accepted by
46268@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
46269
46270A @samp{<compatible>} element is used to specify that the target
46271is able to run binaries in some other than the main target architecture
46272given by the @samp{<architecture>} element. For example, on the
46273Cell Broadband Engine, the main architecture is @code{powerpc:common}
46274or @code{powerpc:common64}, but the system is able to run binaries
46275in the @code{spu} architecture as well. The way to describe this
46276capability with @samp{<compatible>} is as follows:
46277
46278@smallexample
46279 <architecture>powerpc:common</architecture>
46280 <compatible>spu</compatible>
46281@end smallexample
46282
123dc839
DJ
46283@subsection Features
46284@cindex <feature>
46285
46286Each @samp{<feature>} describes some logical portion of the target
46287system. Features are currently used to describe available CPU
46288registers and the types of their contents. A @samp{<feature>} element
46289has this form:
46290
46291@smallexample
46292<feature name="@var{name}">
46293 @r{[}@var{type}@dots{}@r{]}
46294 @var{reg}@dots{}
46295</feature>
46296@end smallexample
46297
46298@noindent
46299Each feature's name should be unique within the description. The name
46300of a feature does not matter unless @value{GDBN} has some special
46301knowledge of the contents of that feature; if it does, the feature
46302should have its standard name. @xref{Standard Target Features}.
46303
46304@subsection Types
46305
46306Any register's value is a collection of bits which @value{GDBN} must
46307interpret. The default interpretation is a two's complement integer,
46308but other types can be requested by name in the register description.
46309Some predefined types are provided by @value{GDBN} (@pxref{Predefined
81516450
DE
46310Target Types}), and the description can define additional composite
46311and enum types.
123dc839
DJ
46312
46313Each type element must have an @samp{id} attribute, which gives
46314a unique (within the containing @samp{<feature>}) name to the type.
46315Types must be defined before they are used.
46316
46317@cindex <vector>
46318Some targets offer vector registers, which can be treated as arrays
46319of scalar elements. These types are written as @samp{<vector>} elements,
46320specifying the array element type, @var{type}, and the number of elements,
46321@var{count}:
46322
46323@smallexample
46324<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
46325@end smallexample
46326
46327@cindex <union>
46328If a register's value is usefully viewed in multiple ways, define it
46329with a union type containing the useful representations. The
46330@samp{<union>} element contains one or more @samp{<field>} elements,
46331each of which has a @var{name} and a @var{type}:
46332
46333@smallexample
46334<union id="@var{id}">
46335 <field name="@var{name}" type="@var{type}"/>
46336 @dots{}
46337</union>
46338@end smallexample
46339
f5dff777 46340@cindex <struct>
81516450 46341@cindex <flags>
f5dff777 46342If a register's value is composed from several separate values, define
81516450
DE
46343it with either a structure type or a flags type.
46344A flags type may only contain bitfields.
46345A structure type may either contain only bitfields or contain no bitfields.
46346If the value contains only bitfields, its total size in bytes must be
46347specified.
46348
46349Non-bitfield values have a @var{name} and @var{type}.
f5dff777
DJ
46350
46351@smallexample
81516450
DE
46352<struct id="@var{id}">
46353 <field name="@var{name}" type="@var{type}"/>
f5dff777
DJ
46354 @dots{}
46355</struct>
46356@end smallexample
46357
81516450
DE
46358Both @var{name} and @var{type} values are required.
46359No implicit padding is added.
46360
46361Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
f5dff777
DJ
46362
46363@smallexample
81516450
DE
46364<struct id="@var{id}" size="@var{size}">
46365 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
46366 @dots{}
46367</struct>
46368@end smallexample
46369
f5dff777
DJ
46370@smallexample
46371<flags id="@var{id}" size="@var{size}">
81516450 46372 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
46373 @dots{}
46374</flags>
46375@end smallexample
46376
81516450
DE
46377The @var{name} value is required.
46378Bitfield values may be named with the empty string, @samp{""},
46379in which case the field is ``filler'' and its value is not printed.
46380Not all bits need to be specified, so ``filler'' fields are optional.
46381
ee8da4b8
DE
46382The @var{start} and @var{end} values are required, and @var{type}
46383is optional.
81516450
DE
46384The field's @var{start} must be less than or equal to its @var{end},
46385and zero represents the least significant bit.
81516450 46386
ee8da4b8
DE
46387The default value of @var{type} is @code{bool} for single bit fields,
46388and an unsigned integer otherwise.
81516450
DE
46389
46390Which to choose? Structures or flags?
46391
46392Registers defined with @samp{flags} have these advantages over
46393defining them with @samp{struct}:
46394
46395@itemize @bullet
46396@item
46397Arithmetic may be performed on them as if they were integers.
46398@item
46399They are printed in a more readable fashion.
46400@end itemize
46401
46402Registers defined with @samp{struct} have one advantage over
46403defining them with @samp{flags}:
46404
46405@itemize @bullet
46406@item
46407One can fetch individual fields like in @samp{C}.
46408
46409@smallexample
a8b43b7b 46410(@value{GDBP}) print $my_struct_reg.field3
81516450
DE
46411$1 = 42
46412@end smallexample
46413
46414@end itemize
46415
123dc839
DJ
46416@subsection Registers
46417@cindex <reg>
46418
46419Each register is represented as an element with this form:
46420
46421@smallexample
46422<reg name="@var{name}"
46423 bitsize="@var{size}"
46424 @r{[}regnum="@var{num}"@r{]}
46425 @r{[}save-restore="@var{save-restore}"@r{]}
46426 @r{[}type="@var{type}"@r{]}
46427 @r{[}group="@var{group}"@r{]}/>
46428@end smallexample
46429
46430@noindent
46431The components are as follows:
46432
46433@table @var
46434
46435@item name
46436The register's name; it must be unique within the target description.
46437
46438@item bitsize
46439The register's size, in bits.
46440
46441@item regnum
46442The register's number. If omitted, a register's number is one greater
46443than that of the previous register (either in the current feature or in
177b42fe 46444a preceding feature); the first register in the target description
123dc839
DJ
46445defaults to zero. This register number is used to read or write
46446the register; e.g.@: it is used in the remote @code{p} and @code{P}
46447packets, and registers appear in the @code{g} and @code{G} packets
46448in order of increasing register number.
46449
46450@item save-restore
46451Whether the register should be preserved across inferior function
46452calls; this must be either @code{yes} or @code{no}. The default is
46453@code{yes}, which is appropriate for most registers except for
46454some system control registers; this is not related to the target's
46455ABI.
46456
46457@item type
697aa1b7 46458The type of the register. It may be a predefined type, a type
123dc839
DJ
46459defined in the current feature, or one of the special types @code{int}
46460and @code{float}. @code{int} is an integer type of the correct size
46461for @var{bitsize}, and @code{float} is a floating point type (in the
46462architecture's normal floating point format) of the correct size for
46463@var{bitsize}. The default is @code{int}.
46464
46465@item group
cef0f868
SH
46466The register group to which this register belongs. It can be one of the
46467standard register groups @code{general}, @code{float}, @code{vector} or an
46468arbitrary string. Group names should be limited to alphanumeric characters.
46469If a group name is made up of multiple words the words may be separated by
46470hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
46471@var{group} is specified, @value{GDBN} will not display the register in
46472@code{info registers}.
123dc839
DJ
46473
46474@end table
46475
46476@node Predefined Target Types
46477@section Predefined Target Types
46478@cindex target descriptions, predefined types
46479
46480Type definitions in the self-description can build up composite types
46481from basic building blocks, but can not define fundamental types. Instead,
46482standard identifiers are provided by @value{GDBN} for the fundamental
46483types. The currently supported types are:
46484
46485@table @code
46486
81516450
DE
46487@item bool
46488Boolean type, occupying a single bit.
46489
123dc839
DJ
46490@item int8
46491@itemx int16
d1908f2d 46492@itemx int24
123dc839
DJ
46493@itemx int32
46494@itemx int64
7cc46491 46495@itemx int128
123dc839
DJ
46496Signed integer types holding the specified number of bits.
46497
46498@item uint8
46499@itemx uint16
d1908f2d 46500@itemx uint24
123dc839
DJ
46501@itemx uint32
46502@itemx uint64
7cc46491 46503@itemx uint128
123dc839
DJ
46504Unsigned integer types holding the specified number of bits.
46505
46506@item code_ptr
46507@itemx data_ptr
46508Pointers to unspecified code and data. The program counter and
46509any dedicated return address register may be marked as code
46510pointers; printing a code pointer converts it into a symbolic
46511address. The stack pointer and any dedicated address registers
46512may be marked as data pointers.
46513
6e3bbd1a
PB
46514@item ieee_single
46515Single precision IEEE floating point.
46516
46517@item ieee_double
46518Double precision IEEE floating point.
46519
123dc839
DJ
46520@item arm_fpa_ext
46521The 12-byte extended precision format used by ARM FPA registers.
46522
075b51b7
L
46523@item i387_ext
46524The 10-byte extended precision format used by x87 registers.
46525
46526@item i386_eflags
4652732bit @sc{eflags} register used by x86.
46528
46529@item i386_mxcsr
4653032bit @sc{mxcsr} register used by x86.
46531
123dc839
DJ
46532@end table
46533
81516450
DE
46534@node Enum Target Types
46535@section Enum Target Types
46536@cindex target descriptions, enum types
46537
46538Enum target types are useful in @samp{struct} and @samp{flags}
46539register descriptions. @xref{Target Description Format}.
46540
46541Enum types have a name, size and a list of name/value pairs.
46542
46543@smallexample
46544<enum id="@var{id}" size="@var{size}">
46545 <evalue name="@var{name}" value="@var{value}"/>
46546 @dots{}
46547</enum>
46548@end smallexample
46549
46550Enums must be defined before they are used.
46551
46552@smallexample
46553<enum id="levels_type" size="4">
46554 <evalue name="low" value="0"/>
46555 <evalue name="high" value="1"/>
46556</enum>
46557<flags id="flags_type" size="4">
46558 <field name="X" start="0"/>
46559 <field name="LEVEL" start="1" end="1" type="levels_type"/>
46560</flags>
46561<reg name="flags" bitsize="32" type="flags_type"/>
46562@end smallexample
46563
46564Given that description, a value of 3 for the @samp{flags} register
46565would be printed as:
46566
46567@smallexample
a8b43b7b 46568(@value{GDBP}) info register flags
81516450
DE
46569flags 0x3 [ X LEVEL=high ]
46570@end smallexample
46571
123dc839
DJ
46572@node Standard Target Features
46573@section Standard Target Features
46574@cindex target descriptions, standard features
46575
46576A target description must contain either no registers or all the
46577target's registers. If the description contains no registers, then
46578@value{GDBN} will assume a default register layout, selected based on
46579the architecture. If the description contains any registers, the
46580default layout will not be used; the standard registers must be
46581described in the target description, in such a way that @value{GDBN}
46582can recognize them.
46583
46584This is accomplished by giving specific names to feature elements
46585which contain standard registers. @value{GDBN} will look for features
46586with those names and verify that they contain the expected registers;
46587if any known feature is missing required registers, or if any required
46588feature is missing, @value{GDBN} will reject the target
46589description. You can add additional registers to any of the
46590standard features --- @value{GDBN} will display them just as if
46591they were added to an unrecognized feature.
46592
46593This section lists the known features and their expected contents.
46594Sample XML documents for these features are included in the
46595@value{GDBN} source tree, in the directory @file{gdb/features}.
46596
46597Names recognized by @value{GDBN} should include the name of the
46598company or organization which selected the name, and the overall
46599architecture to which the feature applies; so e.g.@: the feature
46600containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
46601
ff6f572f
DJ
46602The names of registers are not case sensitive for the purpose
46603of recognizing standard features, but @value{GDBN} will only display
46604registers using the capitalization used in the description.
46605
e9c17194 46606@menu
430ed3f0 46607* AArch64 Features::
ad0a504f 46608* ARC Features::
e9c17194 46609* ARM Features::
3bb8d5c3 46610* i386 Features::
164224e9 46611* MicroBlaze Features::
1e26b4f8 46612* MIPS Features::
e9c17194 46613* M68K Features::
a28d8e50 46614* NDS32 Features::
a1217d97 46615* Nios II Features::
a994fec4 46616* OpenRISC 1000 Features::
1e26b4f8 46617* PowerPC Features::
b5ffee31 46618* RISC-V Features::
e3ec872f 46619* RX Features::
4ac33720 46620* S/390 and System z Features::
3f7b46f2 46621* Sparc Features::
224bbe49 46622* TIC6x Features::
e9c17194
VP
46623@end menu
46624
46625
430ed3f0
MS
46626@node AArch64 Features
46627@subsection AArch64 Features
46628@cindex target descriptions, AArch64 features
46629
46630The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
46631targets. It should contain registers @samp{x0} through @samp{x30},
46632@samp{sp}, @samp{pc}, and @samp{cpsr}.
46633
46634The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
46635it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
46636and @samp{fpcr}.
46637
95228a0d
AH
46638The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
46639it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
46640through @samp{p15}, @samp{ffr} and @samp{vg}.
46641
6dc0ebde
AH
46642The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
46643it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
46644
ad0a504f
AK
46645@node ARC Features
46646@subsection ARC Features
46647@cindex target descriptions, ARC Features
46648
46649ARC processors are highly configurable, so even core registers and their number
46650are not completely predetermined. In addition flags and PC registers which are
46651important to @value{GDBN} are not ``core'' registers in ARC. It is required
46652that one of the core registers features is present.
46653@samp{org.gnu.gdb.arc.aux-minimal} feature is mandatory.
46654
46655The @samp{org.gnu.gdb.arc.core.v2} feature is required for ARC EM and ARC HS
46656targets with a normal register file. It should contain registers @samp{r0}
46657through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
46658@samp{lp_count} and @samp{pcl}. This feature may contain register @samp{ilink}
46659and any of extension core registers @samp{r32} through @samp{r59/acch}.
46660@samp{ilink} and extension core registers are not available to read/write, when
46661debugging GNU/Linux applications, thus @samp{ilink} is made optional.
46662
46663The @samp{org.gnu.gdb.arc.core-reduced.v2} feature is required for ARC EM and
46664ARC HS targets with a reduced register file. It should contain registers
46665@samp{r0} through @samp{r3}, @samp{r10} through @samp{r15}, @samp{gp},
46666@samp{fp}, @samp{sp}, @samp{r30}, @samp{blink}, @samp{lp_count} and @samp{pcl}.
46667This feature may contain register @samp{ilink} and any of extension core
46668registers @samp{r32} through @samp{r59/acch}.
46669
46670The @samp{org.gnu.gdb.arc.core.arcompact} feature is required for ARCompact
46671targets with a normal register file. It should contain registers @samp{r0}
46672through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
46673@samp{lp_count} and @samp{pcl}. This feature may contain registers
46674@samp{ilink1}, @samp{ilink2} and any of extension core registers @samp{r32}
46675through @samp{r59/acch}. @samp{ilink1} and @samp{ilink2} and extension core
46676registers are not available when debugging GNU/Linux applications. The only
46677difference with @samp{org.gnu.gdb.arc.core.v2} feature is in the names of
46678@samp{ilink1} and @samp{ilink2} registers and that @samp{r30} is mandatory in
46679ARC v2, but @samp{ilink2} is optional on ARCompact.
46680
46681The @samp{org.gnu.gdb.arc.aux-minimal} feature is required for all ARC
46682targets. It should contain registers @samp{pc} and @samp{status32}.
46683
e9c17194 46684@node ARM Features
123dc839
DJ
46685@subsection ARM Features
46686@cindex target descriptions, ARM features
46687
9779414d
DJ
46688The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
46689ARM targets.
123dc839
DJ
46690It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
46691@samp{lr}, @samp{pc}, and @samp{cpsr}.
46692
9779414d
DJ
46693For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
46694feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
46695registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
46696and @samp{xpsr}.
46697
123dc839
DJ
46698The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
46699should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
46700
ff6f572f
DJ
46701The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
46702it should contain at least registers @samp{wR0} through @samp{wR15} and
46703@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
46704@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 46705
58d6951d
DJ
46706The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
46707should contain at least registers @samp{d0} through @samp{d15}. If
46708they are present, @samp{d16} through @samp{d31} should also be included.
46709@value{GDBN} will synthesize the single-precision registers from
46710halves of the double-precision registers.
46711
46712The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
46713need to contain registers; it instructs @value{GDBN} to display the
46714VFP double-precision registers as vectors and to synthesize the
46715quad-precision registers from pairs of double-precision registers.
46716If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
46717be present and include 32 double-precision registers.
46718
3bb8d5c3
L
46719@node i386 Features
46720@subsection i386 Features
46721@cindex target descriptions, i386 features
46722
46723The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
46724targets. It should describe the following registers:
46725
46726@itemize @minus
46727@item
46728@samp{eax} through @samp{edi} plus @samp{eip} for i386
46729@item
46730@samp{rax} through @samp{r15} plus @samp{rip} for amd64
46731@item
46732@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
46733@samp{fs}, @samp{gs}
46734@item
46735@samp{st0} through @samp{st7}
46736@item
46737@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
46738@samp{foseg}, @samp{fooff} and @samp{fop}
46739@end itemize
46740
46741The register sets may be different, depending on the target.
46742
3a13a53b 46743The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
3bb8d5c3
L
46744describe registers:
46745
46746@itemize @minus
46747@item
46748@samp{xmm0} through @samp{xmm7} for i386
46749@item
46750@samp{xmm0} through @samp{xmm15} for amd64
46751@item
46752@samp{mxcsr}
46753@end itemize
46754
3a13a53b
L
46755The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
46756@samp{org.gnu.gdb.i386.sse} feature. It should
f68eb612
L
46757describe the upper 128 bits of @sc{ymm} registers:
46758
46759@itemize @minus
46760@item
46761@samp{ymm0h} through @samp{ymm7h} for i386
46762@item
46763@samp{ymm0h} through @samp{ymm15h} for amd64
f68eb612
L
46764@end itemize
46765
bc504a31 46766The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
ca8941bb
WT
46767Memory Protection Extension (MPX). It should describe the following registers:
46768
46769@itemize @minus
46770@item
46771@samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
46772@item
46773@samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
46774@end itemize
46775
3bb8d5c3
L
46776The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
46777describe a single register, @samp{orig_eax}.
46778
2735833d
WT
46779The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
46780describe two system registers: @samp{fs_base} and @samp{gs_base}.
46781
01f9f808
MS
46782The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
46783@samp{org.gnu.gdb.i386.avx} feature. It should
46784describe additional @sc{xmm} registers:
46785
46786@itemize @minus
46787@item
46788@samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
46789@end itemize
46790
46791It should describe the upper 128 bits of additional @sc{ymm} registers:
46792
46793@itemize @minus
46794@item
46795@samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
46796@end itemize
46797
46798It should
46799describe the upper 256 bits of @sc{zmm} registers:
46800
46801@itemize @minus
46802@item
46803@samp{zmm0h} through @samp{zmm7h} for i386.
46804@item
46805@samp{zmm0h} through @samp{zmm15h} for amd64.
46806@end itemize
46807
46808It should
46809describe the additional @sc{zmm} registers:
46810
46811@itemize @minus
46812@item
46813@samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
46814@end itemize
46815
51547df6
MS
46816The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
46817describe a single register, @samp{pkru}. It is a 32-bit register
46818valid for i386 and amd64.
46819
164224e9
ME
46820@node MicroBlaze Features
46821@subsection MicroBlaze Features
46822@cindex target descriptions, MicroBlaze features
46823
46824The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
46825targets. It should contain registers @samp{r0} through @samp{r31},
46826@samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
46827@samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
46828@samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
46829
46830The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
46831If present, it should contain registers @samp{rshr} and @samp{rslr}
46832
1e26b4f8 46833@node MIPS Features
eb17f351
EZ
46834@subsection @acronym{MIPS} Features
46835@cindex target descriptions, @acronym{MIPS} features
f8b73d13 46836
eb17f351 46837The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
f8b73d13
DJ
46838It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
46839@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
46840on the target.
46841
46842The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
46843contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
46844registers. They may be 32-bit or 64-bit depending on the target.
46845
46846The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
46847it may be optional in a future version of @value{GDBN}. It should
46848contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
46849@samp{fir}. They may be 32-bit or 64-bit depending on the target.
46850
1faeff08
MR
46851The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
46852contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
46853@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
46854be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
46855
822b6570
DJ
46856The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
46857contain a single register, @samp{restart}, which is used by the
46858Linux kernel to control restartable syscalls.
46859
e9c17194
VP
46860@node M68K Features
46861@subsection M68K Features
46862@cindex target descriptions, M68K features
46863
46864@table @code
46865@item @samp{org.gnu.gdb.m68k.core}
46866@itemx @samp{org.gnu.gdb.coldfire.core}
46867@itemx @samp{org.gnu.gdb.fido.core}
46868One of those features must be always present.
249e1128 46869The feature that is present determines which flavor of m68k is
e9c17194
VP
46870used. The feature that is present should contain registers
46871@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
46872@samp{sp}, @samp{ps} and @samp{pc}.
46873
46874@item @samp{org.gnu.gdb.coldfire.fp}
46875This feature is optional. If present, it should contain registers
46876@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
46877@samp{fpiaddr}.
46878@end table
46879
a28d8e50
YTL
46880@node NDS32 Features
46881@subsection NDS32 Features
46882@cindex target descriptions, NDS32 features
46883
46884The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
46885targets. It should contain at least registers @samp{r0} through
46886@samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
46887and @samp{pc}.
46888
46889The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
46890it should contain 64-bit double-precision floating-point registers
46891@samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
46892@samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
46893
46894@emph{Note:} The first sixteen 64-bit double-precision floating-point
46895registers are overlapped with the thirty-two 32-bit single-precision
46896floating-point registers. The 32-bit single-precision registers, if
46897not being listed explicitly, will be synthesized from halves of the
46898overlapping 64-bit double-precision registers. Listing 32-bit
46899single-precision registers explicitly is deprecated, and the
46900support to it could be totally removed some day.
46901
a1217d97
SL
46902@node Nios II Features
46903@subsection Nios II Features
46904@cindex target descriptions, Nios II features
46905
46906The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
46907targets. It should contain the 32 core registers (@samp{zero},
46908@samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
46909@samp{pc}, and the 16 control registers (@samp{status} through
46910@samp{mpuacc}).
46911
a994fec4
FJ
46912@node OpenRISC 1000 Features
46913@subsection Openrisc 1000 Features
46914@cindex target descriptions, OpenRISC 1000 features
46915
46916The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
46917targets. It should contain the 32 general purpose registers (@samp{r0}
46918through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
46919
1e26b4f8 46920@node PowerPC Features
7cc46491
DJ
46921@subsection PowerPC Features
46922@cindex target descriptions, PowerPC features
46923
46924The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
46925targets. It should contain registers @samp{r0} through @samp{r31},
46926@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
46927@samp{xer}. They may be 32-bit or 64-bit depending on the target.
46928
46929The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
46930contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
46931
46932The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
6f072a10
PFC
46933contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
46934@samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
46935through @samp{v31} as aliases for the corresponding @samp{vrX}
46936registers.
7cc46491 46937
677c5bb1 46938The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
4b905ae1
PFC
46939contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
46940combine these registers with the floating point registers (@samp{f0}
46941through @samp{f31}) and the altivec registers (@samp{vr0} through
46942@samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
46943@samp{vs63}, the set of vector-scalar registers for POWER7.
46944Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
46945@samp{org.gnu.gdb.power.altivec}.
677c5bb1 46946
7cc46491
DJ
46947The @samp{org.gnu.gdb.power.spe} feature is optional. It should
46948contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
46949@samp{spefscr}. SPE targets should provide 32-bit registers in
46950@samp{org.gnu.gdb.power.core} and provide the upper halves in
46951@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
46952these to present registers @samp{ev0} through @samp{ev31} to the
46953user.
46954
7ca18ed6
EBM
46955The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
46956contain the 64-bit register @samp{ppr}.
46957
46958The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
46959contain the 64-bit register @samp{dscr}.
46960
f2cf6173
EBM
46961The @samp{org.gnu.gdb.power.tar} feature is optional. It should
46962contain the 64-bit register @samp{tar}.
46963
232bfb86
EBM
46964The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
46965contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
4696664-bit wide.
46967
46968The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
46969contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
46970and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
46971server PMU registers provided by @sc{gnu}/Linux.
46972
8d619c01
EBM
46973The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
46974contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
4697564-bit wide.
46976
46977The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
46978contain the checkpointed general-purpose registers @samp{cr0} through
46979@samp{cr31}, as well as the checkpointed registers @samp{clr} and
46980@samp{cctr}. These registers may all be either 32-bit or 64-bit
46981depending on the target. It should also contain the checkpointed
46982registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
46983wide.
46984
46985The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
46986contain the checkpointed 64-bit floating-point registers @samp{cf0}
46987through @samp{cf31}, as well as the checkpointed 64-bit register
46988@samp{cfpscr}.
46989
46990The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
46991should contain the checkpointed altivec registers @samp{cvr0} through
46992@samp{cvr31}, all 128-bit wide. It should also contain the
46993checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
46994wide.
46995
46996The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
46997contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
46998will combine these registers with the checkpointed floating point
46999registers (@samp{cf0} through @samp{cf31}) and the checkpointed
47000altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
47001128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
47002@samp{cvs63}. Therefore, this feature requires both
47003@samp{org.gnu.gdb.power.htm.altivec} and
47004@samp{org.gnu.gdb.power.htm.fpu}.
47005
47006The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
47007contain the 64-bit checkpointed register @samp{cppr}.
47008
47009The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
47010contain the 64-bit checkpointed register @samp{cdscr}.
47011
47012The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
47013contain the 64-bit checkpointed register @samp{ctar}.
47014
b5ffee31
AB
47015
47016@node RISC-V Features
47017@subsection RISC-V Features
47018@cindex target descriptions, RISC-V Features
47019
47020The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
47021targets. It should contain the registers @samp{x0} through
47022@samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
47023@samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
47024etc).
47025
47026The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
47027should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
47028@samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
47029architectural register names, or the ABI names can be used.
47030
47031The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
47032it should contain registers that are not backed by real registers on
47033the target, but are instead virtual, where the register value is
47034derived from other target state. In many ways these are like
47035@value{GDBN}s pseudo-registers, except implemented by the target.
47036Currently the only register expected in this set is the one byte
47037@samp{priv} register that contains the target's privilege level in the
47038least significant two bits.
47039
47040The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
47041should contain all of the target's standard CSRs. Standard CSRs are
47042those defined in the RISC-V specification documents. There is some
47043overlap between this feature and the fpu feature; the @samp{fflags},
47044@samp{frm}, and @samp{fcsr} registers could be in either feature. The
47045expectation is that these registers will be in the fpu feature if the
47046target has floating point hardware, but can be moved into the csr
47047feature if the target has the floating point control registers, but no
47048other floating point hardware.
47049
e3ec872f
YS
47050@node RX Features
47051@subsection RX Features
47052@cindex target descriptions, RX Features
47053
47054The @samp{org.gnu.gdb.rx.core} feature is required for RX
47055targets. It should contain the registers @samp{r0} through
47056@samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
47057@samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
47058
4ac33720
UW
47059@node S/390 and System z Features
47060@subsection S/390 and System z Features
47061@cindex target descriptions, S/390 features
47062@cindex target descriptions, System z features
47063
47064The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
47065System z targets. It should contain the PSW and the 16 general
47066registers. In particular, System z targets should provide the 64-bit
47067registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
47068S/390 targets should provide the 32-bit versions of these registers.
47069A System z target that runs in 31-bit addressing mode should provide
4707032-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
47071register's upper halves @samp{r0h} through @samp{r15h}, and their
47072lower halves @samp{r0l} through @samp{r15l}.
47073
47074The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
47075contain the 64-bit registers @samp{f0} through @samp{f15}, and
47076@samp{fpc}.
47077
47078The @samp{org.gnu.gdb.s390.acr} feature is required. It should
47079contain the 32-bit registers @samp{acr0} through @samp{acr15}.
47080
47081The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
47082contain the register @samp{orig_r2}, which is 64-bit wide on System z
47083targets and 32-bit otherwise. In addition, the feature may contain
47084the @samp{last_break} register, whose width depends on the addressing
47085mode, as well as the @samp{system_call} register, which is always
4708632-bit wide.
47087
47088The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
47089contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
47090@samp{atia}, and @samp{tr0} through @samp{tr15}.
47091
446899e4
AA
47092The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
4709364-bit wide registers @samp{v0l} through @samp{v15l}, which will be
47094combined by @value{GDBN} with the floating point registers @samp{f0}
47095through @samp{f15} to present the 128-bit wide vector registers
47096@samp{v0} through @samp{v15}. In addition, this feature should
47097contain the 128-bit wide vector registers @samp{v16} through
47098@samp{v31}.
47099
289e23aa
AA
47100The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
47101the 64-bit wide guarded-storage-control registers @samp{gsd},
47102@samp{gssm}, and @samp{gsepla}.
47103
47104The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
47105the 64-bit wide guarded-storage broadcast control registers
47106@samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
47107
3f7b46f2
IR
47108@node Sparc Features
47109@subsection Sparc Features
47110@cindex target descriptions, sparc32 features
47111@cindex target descriptions, sparc64 features
47112The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
47113targets. It should describe the following registers:
47114
47115@itemize @minus
47116@item
47117@samp{g0} through @samp{g7}
47118@item
47119@samp{o0} through @samp{o7}
47120@item
47121@samp{l0} through @samp{l7}
47122@item
47123@samp{i0} through @samp{i7}
47124@end itemize
47125
47126They may be 32-bit or 64-bit depending on the target.
47127
47128Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
47129targets. It should describe the following registers:
47130
47131@itemize @minus
47132@item
47133@samp{f0} through @samp{f31}
47134@item
47135@samp{f32} through @samp{f62} for sparc64
47136@end itemize
47137
47138The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
47139targets. It should describe the following registers:
47140
47141@itemize @minus
47142@item
47143@samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
47144@samp{fsr}, and @samp{csr} for sparc32
47145@item
47146@samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
47147for sparc64
47148@end itemize
47149
224bbe49
YQ
47150@node TIC6x Features
47151@subsection TMS320C6x Features
47152@cindex target descriptions, TIC6x features
47153@cindex target descriptions, TMS320C6x features
47154The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
47155targets. It should contain registers @samp{A0} through @samp{A15},
47156registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
47157
47158The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
47159contain registers @samp{A16} through @samp{A31} and @samp{B16}
47160through @samp{B31}.
47161
47162The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
47163contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
47164
07e059b5
VP
47165@node Operating System Information
47166@appendix Operating System Information
47167@cindex operating system information
47168
47169@menu
47170* Process list::
47171@end menu
47172
47173Users of @value{GDBN} often wish to obtain information about the state of
47174the operating system running on the target---for example the list of
47175processes, or the list of open files. This section describes the
47176mechanism that makes it possible. This mechanism is similar to the
47177target features mechanism (@pxref{Target Descriptions}), but focuses
47178on a different aspect of target.
47179
6b92c0d3 47180Operating system information is retrieved from the target via the
07e059b5
VP
47181remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
47182read}). The object name in the request should be @samp{osdata}, and
47183the @var{annex} identifies the data to be fetched.
47184
47185@node Process list
47186@appendixsection Process list
47187@cindex operating system information, process list
47188
47189When requesting the process list, the @var{annex} field in the
47190@samp{qXfer} request should be @samp{processes}. The returned data is
47191an XML document. The formal syntax of this document is defined in
47192@file{gdb/features/osdata.dtd}.
47193
47194An example document is:
47195
47196@smallexample
47197<?xml version="1.0"?>
47198<!DOCTYPE target SYSTEM "osdata.dtd">
47199<osdata type="processes">
47200 <item>
47201 <column name="pid">1</column>
47202 <column name="user">root</column>
47203 <column name="command">/sbin/init</column>
dc146f7c 47204 <column name="cores">1,2,3</column>
07e059b5
VP
47205 </item>
47206</osdata>
47207@end smallexample
47208
47209Each item should include a column whose name is @samp{pid}. The value
47210of that column should identify the process on the target. The
47211@samp{user} and @samp{command} columns are optional, and will be
dc146f7c
VP
47212displayed by @value{GDBN}. The @samp{cores} column, if present,
47213should contain a comma-separated list of cores that this process
47214is running on. Target may provide additional columns,
07e059b5
VP
47215which @value{GDBN} currently ignores.
47216
05c8c3f5
TT
47217@node Trace File Format
47218@appendix Trace File Format
47219@cindex trace file format
47220
47221The trace file comes in three parts: a header, a textual description
47222section, and a trace frame section with binary data.
47223
47224The header has the form @code{\x7fTRACE0\n}. The first byte is
47225@code{0x7f} so as to indicate that the file contains binary data,
47226while the @code{0} is a version number that may have different values
47227in the future.
47228
47229The description section consists of multiple lines of @sc{ascii} text
47230separated by newline characters (@code{0xa}). The lines may include a
47231variety of optional descriptive or context-setting information, such
47232as tracepoint definitions or register set size. @value{GDBN} will
47233ignore any line that it does not recognize. An empty line marks the end
47234of this section.
47235
0748bf3e
MK
47236@table @code
47237@item R @var{size}
47238Specifies the size of a register block in bytes. This is equal to the
47239size of a @code{g} packet payload in the remote protocol. @var{size}
47240is an ascii decimal number. There should be only one such line in
47241a single trace file.
47242
47243@item status @var{status}
47244Trace status. @var{status} has the same format as a @code{qTStatus}
47245remote packet reply. There should be only one such line in a single trace
47246file.
47247
47248@item tp @var{payload}
47249Tracepoint definition. The @var{payload} has the same format as
47250@code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
47251may take multiple lines of definition, corresponding to the multiple
47252reply packets.
47253
47254@item tsv @var{payload}
47255Trace state variable definition. The @var{payload} has the same format as
47256@code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
47257may take multiple lines of definition, corresponding to the multiple
47258reply packets.
47259
47260@item tdesc @var{payload}
47261Target description in XML format. The @var{payload} is a single line of
47262the XML file. All such lines should be concatenated together to get
47263the original XML file. This file is in the same format as @code{qXfer}
47264@code{features} payload, and corresponds to the main @code{target.xml}
47265file. Includes are not allowed.
47266
47267@end table
05c8c3f5
TT
47268
47269The trace frame section consists of a number of consecutive frames.
47270Each frame begins with a two-byte tracepoint number, followed by a
47271four-byte size giving the amount of data in the frame. The data in
47272the frame consists of a number of blocks, each introduced by a
47273character indicating its type (at least register, memory, and trace
47274state variable). The data in this section is raw binary, not a
47275hexadecimal or other encoding; its endianness matches the target's
47276endianness.
47277
47278@c FIXME bi-arch may require endianness/arch info in description section
47279
47280@table @code
47281@item R @var{bytes}
47282Register block. The number and ordering of bytes matches that of a
47283@code{g} packet in the remote protocol. Note that these are the
e909d859 47284actual bytes, in target order, not a hexadecimal encoding.
05c8c3f5
TT
47285
47286@item M @var{address} @var{length} @var{bytes}...
47287Memory block. This is a contiguous block of memory, at the 8-byte
47288address @var{address}, with a 2-byte length @var{length}, followed by
47289@var{length} bytes.
47290
47291@item V @var{number} @var{value}
47292Trace state variable block. This records the 8-byte signed value
47293@var{value} of trace state variable numbered @var{number}.
47294
47295@end table
47296
47297Future enhancements of the trace file format may include additional types
47298of blocks.
47299
90476074
TT
47300@node Index Section Format
47301@appendix @code{.gdb_index} section format
47302@cindex .gdb_index section format
47303@cindex index section format
47304
47305This section documents the index section that is created by @code{save
47306gdb-index} (@pxref{Index Files}). The index section is
47307DWARF-specific; some knowledge of DWARF is assumed in this
47308description.
47309
47310The mapped index file format is designed to be directly
47311@code{mmap}able on any architecture. In most cases, a datum is
47312represented using a little-endian 32-bit integer value, called an
47313@code{offset_type}. Big endian machines must byte-swap the values
47314before using them. Exceptions to this rule are noted. The data is
47315laid out such that alignment is always respected.
47316
47317A mapped index consists of several areas, laid out in order.
47318
47319@enumerate
47320@item
47321The file header. This is a sequence of values, of @code{offset_type}
47322unless otherwise noted:
47323
47324@enumerate
47325@item
796a7ff8 47326The version number, currently 8. Versions 1, 2 and 3 are obsolete.
481860b3 47327Version 4 uses a different hashing function from versions 5 and 6.
b6ba681c
TT
47328Version 6 includes symbols for inlined functions, whereas versions 4
47329and 5 do not. Version 7 adds attributes to the CU indices in the
796a7ff8
DE
47330symbol table. Version 8 specifies that symbols from DWARF type units
47331(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
47332compilation unit (@samp{DW_TAG_comp_unit}) using the type.
47333
47334@value{GDBN} will only read version 4, 5, or 6 indices
e615022a 47335by specifying @code{set use-deprecated-index-sections on}.
796a7ff8
DE
47336GDB has a workaround for potentially broken version 7 indices so it is
47337currently not flagged as deprecated.
90476074
TT
47338
47339@item
47340The offset, from the start of the file, of the CU list.
47341
47342@item
47343The offset, from the start of the file, of the types CU list. Note
47344that this area can be empty, in which case this offset will be equal
47345to the next offset.
47346
47347@item
47348The offset, from the start of the file, of the address area.
47349
47350@item
47351The offset, from the start of the file, of the symbol table.
47352
47353@item
47354The offset, from the start of the file, of the constant pool.
47355@end enumerate
47356
47357@item
47358The CU list. This is a sequence of pairs of 64-bit little-endian
47359values, sorted by the CU offset. The first element in each pair is
47360the offset of a CU in the @code{.debug_info} section. The second
47361element in each pair is the length of that CU. References to a CU
47362elsewhere in the map are done using a CU index, which is just the
473630-based index into this table. Note that if there are type CUs, then
47364conceptually CUs and type CUs form a single list for the purposes of
47365CU indices.
47366
47367@item
47368The types CU list. This is a sequence of triplets of 64-bit
47369little-endian values. In a triplet, the first value is the CU offset,
47370the second value is the type offset in the CU, and the third value is
47371the type signature. The types CU list is not sorted.
47372
47373@item
47374The address area. The address area consists of a sequence of address
47375entries. Each address entry has three elements:
47376
47377@enumerate
47378@item
47379The low address. This is a 64-bit little-endian value.
47380
47381@item
47382The high address. This is a 64-bit little-endian value. Like
47383@code{DW_AT_high_pc}, the value is one byte beyond the end.
47384
47385@item
47386The CU index. This is an @code{offset_type} value.
47387@end enumerate
47388
47389@item
47390The symbol table. This is an open-addressed hash table. The size of
47391the hash table is always a power of 2.
47392
47393Each slot in the hash table consists of a pair of @code{offset_type}
47394values. The first value is the offset of the symbol's name in the
47395constant pool. The second value is the offset of the CU vector in the
47396constant pool.
47397
47398If both values are 0, then this slot in the hash table is empty. This
47399is ok because while 0 is a valid constant pool index, it cannot be a
47400valid index for both a string and a CU vector.
47401
47402The hash value for a table entry is computed by applying an
47403iterative hash function to the symbol's name. Starting with an
47404initial value of @code{r = 0}, each (unsigned) character @samp{c} in
559a7a62
JK
47405the string is incorporated into the hash using the formula depending on the
47406index version:
47407
47408@table @asis
47409@item Version 4
47410The formula is @code{r = r * 67 + c - 113}.
47411
156942c7 47412@item Versions 5 to 7
559a7a62
JK
47413The formula is @code{r = r * 67 + tolower (c) - 113}.
47414@end table
47415
47416The terminating @samp{\0} is not incorporated into the hash.
90476074
TT
47417
47418The step size used in the hash table is computed via
47419@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
47420value, and @samp{size} is the size of the hash table. The step size
47421is used to find the next candidate slot when handling a hash
47422collision.
47423
47424The names of C@t{++} symbols in the hash table are canonicalized. We
47425don't currently have a simple description of the canonicalization
47426algorithm; if you intend to create new index sections, you must read
47427the code.
47428
47429@item
47430The constant pool. This is simply a bunch of bytes. It is organized
47431so that alignment is correct: CU vectors are stored first, followed by
47432strings.
47433
47434A CU vector in the constant pool is a sequence of @code{offset_type}
47435values. The first value is the number of CU indices in the vector.
156942c7
DE
47436Each subsequent value is the index and symbol attributes of a CU in
47437the CU list. This element in the hash table is used to indicate which
47438CUs define the symbol and how the symbol is used.
47439See below for the format of each CU index+attributes entry.
90476074
TT
47440
47441A string in the constant pool is zero-terminated.
47442@end enumerate
47443
156942c7
DE
47444Attributes were added to CU index values in @code{.gdb_index} version 7.
47445If a symbol has multiple uses within a CU then there is one
47446CU index+attributes value for each use.
47447
47448The format of each CU index+attributes entry is as follows
47449(bit 0 = LSB):
47450
47451@table @asis
47452
47453@item Bits 0-23
47454This is the index of the CU in the CU list.
47455@item Bits 24-27
47456These bits are reserved for future purposes and must be zero.
47457@item Bits 28-30
47458The kind of the symbol in the CU.
47459
47460@table @asis
47461@item 0
47462This value is reserved and should not be used.
47463By reserving zero the full @code{offset_type} value is backwards compatible
47464with previous versions of the index.
47465@item 1
47466The symbol is a type.
47467@item 2
47468The symbol is a variable or an enum value.
47469@item 3
47470The symbol is a function.
47471@item 4
47472Any other kind of symbol.
47473@item 5,6,7
47474These values are reserved.
47475@end table
47476
47477@item Bit 31
47478This bit is zero if the value is global and one if it is static.
47479
47480The determination of whether a symbol is global or static is complicated.
47481The authorative reference is the file @file{dwarf2read.c} in
47482@value{GDBN} sources.
47483
47484@end table
47485
47486This pseudo-code describes the computation of a symbol's kind and
47487global/static attributes in the index.
47488
47489@smallexample
47490is_external = get_attribute (die, DW_AT_external);
47491language = get_attribute (cu_die, DW_AT_language);
47492switch (die->tag)
47493 @{
47494 case DW_TAG_typedef:
47495 case DW_TAG_base_type:
47496 case DW_TAG_subrange_type:
47497 kind = TYPE;
47498 is_static = 1;
47499 break;
47500 case DW_TAG_enumerator:
47501 kind = VARIABLE;
9c37b5ae 47502 is_static = language != CPLUS;
156942c7
DE
47503 break;
47504 case DW_TAG_subprogram:
47505 kind = FUNCTION;
47506 is_static = ! (is_external || language == ADA);
47507 break;
47508 case DW_TAG_constant:
47509 kind = VARIABLE;
47510 is_static = ! is_external;
47511 break;
47512 case DW_TAG_variable:
47513 kind = VARIABLE;
47514 is_static = ! is_external;
47515 break;
47516 case DW_TAG_namespace:
47517 kind = TYPE;
47518 is_static = 0;
47519 break;
47520 case DW_TAG_class_type:
47521 case DW_TAG_interface_type:
47522 case DW_TAG_structure_type:
47523 case DW_TAG_union_type:
47524 case DW_TAG_enumeration_type:
47525 kind = TYPE;
9c37b5ae 47526 is_static = language != CPLUS;
156942c7
DE
47527 break;
47528 default:
47529 assert (0);
47530 @}
47531@end smallexample
47532
43662968
JK
47533@node Man Pages
47534@appendix Manual pages
47535@cindex Man pages
47536
47537@menu
47538* gdb man:: The GNU Debugger man page
47539* gdbserver man:: Remote Server for the GNU Debugger man page
b292c783 47540* gcore man:: Generate a core file of a running program
43662968 47541* gdbinit man:: gdbinit scripts
ba643918 47542* gdb-add-index man:: Add index files to speed up GDB
43662968
JK
47543@end menu
47544
47545@node gdb man
47546@heading gdb man
47547
47548@c man title gdb The GNU Debugger
47549
47550@c man begin SYNOPSIS gdb
47551gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
47552[@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
47553[@option{-b}@w{ }@var{bps}]
47554 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
47555[@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
906ccdf0
JK
47556[@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
47557 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
47558[@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
43662968
JK
47559@c man end
47560
47561@c man begin DESCRIPTION gdb
47562The purpose of a debugger such as @value{GDBN} is to allow you to see what is
47563going on ``inside'' another program while it executes -- or what another
47564program was doing at the moment it crashed.
47565
47566@value{GDBN} can do four main kinds of things (plus other things in support of
47567these) to help you catch bugs in the act:
47568
47569@itemize @bullet
47570@item
47571Start your program, specifying anything that might affect its behavior.
47572
47573@item
47574Make your program stop on specified conditions.
47575
47576@item
47577Examine what has happened, when your program has stopped.
47578
47579@item
47580Change things in your program, so you can experiment with correcting the
47581effects of one bug and go on to learn about another.
47582@end itemize
47583
906ccdf0
JK
47584You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
47585Modula-2.
43662968
JK
47586
47587@value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
47588commands from the terminal until you tell it to exit with the @value{GDBN}
47589command @code{quit}. You can get online help from @value{GDBN} itself
47590by using the command @code{help}.
47591
47592You can run @code{gdb} with no arguments or options; but the most
47593usual way to start @value{GDBN} is with one argument or two, specifying an
47594executable program as the argument:
47595
47596@smallexample
47597gdb program
47598@end smallexample
47599
47600You can also start with both an executable program and a core file specified:
47601
47602@smallexample
47603gdb program core
47604@end smallexample
47605
4ed4690f
SM
47606You can, instead, specify a process ID as a second argument or use option
47607@code{-p}, if you want to debug a running process:
43662968
JK
47608
47609@smallexample
47610gdb program 1234
906ccdf0 47611gdb -p 1234
43662968
JK
47612@end smallexample
47613
47614@noindent
4ed4690f
SM
47615would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
47616can omit the @var{program} filename.
43662968
JK
47617
47618Here are some of the most frequently needed @value{GDBN} commands:
47619
47620@c pod2man highlights the right hand side of the @item lines.
47621@table @env
224f10c1 47622@item break [@var{file}:]@var{function}
43662968
JK
47623Set a breakpoint at @var{function} (in @var{file}).
47624
47625@item run [@var{arglist}]
47626Start your program (with @var{arglist}, if specified).
47627
47628@item bt
47629Backtrace: display the program stack.
47630
47631@item print @var{expr}
47632Display the value of an expression.
47633
47634@item c
47635Continue running your program (after stopping, e.g. at a breakpoint).
47636
47637@item next
47638Execute next program line (after stopping); step @emph{over} any
47639function calls in the line.
47640
47641@item edit [@var{file}:]@var{function}
47642look at the program line where it is presently stopped.
47643
47644@item list [@var{file}:]@var{function}
47645type the text of the program in the vicinity of where it is presently stopped.
47646
47647@item step
47648Execute next program line (after stopping); step @emph{into} any
47649function calls in the line.
47650
47651@item help [@var{name}]
47652Show information about @value{GDBN} command @var{name}, or general information
47653about using @value{GDBN}.
47654
47655@item quit
47656Exit from @value{GDBN}.
47657@end table
47658
47659@ifset man
47660For full details on @value{GDBN},
47661see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47662by Richard M. Stallman and Roland H. Pesch. The same text is available online
47663as the @code{gdb} entry in the @code{info} program.
47664@end ifset
47665@c man end
47666
47667@c man begin OPTIONS gdb
47668Any arguments other than options specify an executable
47669file and core file (or process ID); that is, the first argument
47670encountered with no
47671associated option flag is equivalent to a @option{-se} option, and the second,
47672if any, is equivalent to a @option{-c} option if it's the name of a file.
47673Many options have
47674both long and short forms; both are shown here. The long forms are also
47675recognized if you truncate them, so long as enough of the option is
47676present to be unambiguous. (If you prefer, you can flag option
47677arguments with @option{+} rather than @option{-}, though we illustrate the
47678more usual convention.)
47679
47680All the options and command line arguments you give are processed
47681in sequential order. The order makes a difference when the @option{-x}
47682option is used.
47683
47684@table @env
47685@item -help
47686@itemx -h
47687List all options, with brief explanations.
47688
47689@item -symbols=@var{file}
47690@itemx -s @var{file}
47691Read symbol table from file @var{file}.
47692
47693@item -write
47694Enable writing into executable and core files.
47695
47696@item -exec=@var{file}
47697@itemx -e @var{file}
47698Use file @var{file} as the executable file to execute when
47699appropriate, and for examining pure data in conjunction with a core
47700dump.
47701
47702@item -se=@var{file}
47703Read symbol table from file @var{file} and use it as the executable
47704file.
47705
47706@item -core=@var{file}
47707@itemx -c @var{file}
47708Use file @var{file} as a core dump to examine.
47709
47710@item -command=@var{file}
47711@itemx -x @var{file}
47712Execute @value{GDBN} commands from file @var{file}.
47713
47714@item -ex @var{command}
47715Execute given @value{GDBN} @var{command}.
47716
47717@item -directory=@var{directory}
47718@itemx -d @var{directory}
47719Add @var{directory} to the path to search for source files.
47720
47721@item -nh
47722Do not execute commands from @file{~/.gdbinit}.
47723
47724@item -nx
47725@itemx -n
47726Do not execute commands from any @file{.gdbinit} initialization files.
47727
47728@item -quiet
47729@itemx -q
47730``Quiet''. Do not print the introductory and copyright messages. These
47731messages are also suppressed in batch mode.
47732
47733@item -batch
47734Run in batch mode. Exit with status @code{0} after processing all the command
47735files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
47736Exit with nonzero status if an error occurs in executing the @value{GDBN}
47737commands in the command files.
47738
47739Batch mode may be useful for running @value{GDBN} as a filter, for example to
47740download and run a program on another computer; in order to make this
47741more useful, the message
47742
47743@smallexample
47744Program exited normally.
47745@end smallexample
47746
47747@noindent
47748(which is ordinarily issued whenever a program running under @value{GDBN} control
47749terminates) is not issued when running in batch mode.
47750
47751@item -cd=@var{directory}
47752Run @value{GDBN} using @var{directory} as its working directory,
47753instead of the current directory.
47754
47755@item -fullname
47756@itemx -f
47757Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
47758@value{GDBN} to output the full file name and line number in a standard,
47759recognizable fashion each time a stack frame is displayed (which
47760includes each time the program stops). This recognizable format looks
47761like two @samp{\032} characters, followed by the file name, line number
47762and character position separated by colons, and a newline. The
47763Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
47764characters as a signal to display the source code for the frame.
47765
47766@item -b @var{bps}
47767Set the line speed (baud rate or bits per second) of any serial
47768interface used by @value{GDBN} for remote debugging.
47769
47770@item -tty=@var{device}
47771Run using @var{device} for your program's standard input and output.
47772@end table
47773@c man end
47774
47775@c man begin SEEALSO gdb
47776@ifset man
47777The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47778If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47779documentation are properly installed at your site, the command
47780
47781@smallexample
47782info gdb
47783@end smallexample
47784
47785@noindent
47786should give you access to the complete manual.
47787
47788@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47789Richard M. Stallman and Roland H. Pesch, July 1991.
47790@end ifset
47791@c man end
47792
47793@node gdbserver man
47794@heading gdbserver man
47795
47796@c man title gdbserver Remote Server for the GNU Debugger
47797@format
47798@c man begin SYNOPSIS gdbserver
5b8b6385 47799gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
43662968 47800
5b8b6385
JK
47801gdbserver --attach @var{comm} @var{pid}
47802
47803gdbserver --multi @var{comm}
43662968
JK
47804@c man end
47805@end format
47806
47807@c man begin DESCRIPTION gdbserver
47808@command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
47809than the one which is running the program being debugged.
47810
47811@ifclear man
47812@subheading Usage (server (target) side)
47813@end ifclear
47814@ifset man
47815Usage (server (target) side):
47816@end ifset
47817
47818First, you need to have a copy of the program you want to debug put onto
47819the target system. The program can be stripped to save space if needed, as
47820@command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
47821the @value{GDBN} running on the host system.
47822
47823To use the server, you log on to the target system, and run the @command{gdbserver}
47824program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
47825your program, and (c) its arguments. The general syntax is:
47826
47827@smallexample
47828target> gdbserver @var{comm} @var{program} [@var{args} ...]
47829@end smallexample
47830
47831For example, using a serial port, you might say:
47832
47833@smallexample
47834@ifset man
47835@c @file would wrap it as F</dev/com1>.
47836target> gdbserver /dev/com1 emacs foo.txt
47837@end ifset
47838@ifclear man
47839target> gdbserver @file{/dev/com1} emacs foo.txt
47840@end ifclear
47841@end smallexample
47842
47843This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
47844to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
47845waits patiently for the host @value{GDBN} to communicate with it.
47846
47847To use a TCP connection, you could say:
47848
47849@smallexample
47850target> gdbserver host:2345 emacs foo.txt
47851@end smallexample
47852
47853This says pretty much the same thing as the last example, except that we are
47854going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
47855that we are expecting to see a TCP connection from @code{host} to local TCP port
478562345. (Currently, the @code{host} part is ignored.) You can choose any number you
47857want for the port number as long as it does not conflict with any existing TCP
47858ports on the target system. This same port number must be used in the host
47859@value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
47860you chose a port number that conflicts with another service, @command{gdbserver} will
47861print an error message and exit.
47862
5b8b6385 47863@command{gdbserver} can also attach to running programs.
43662968
JK
47864This is accomplished via the @option{--attach} argument. The syntax is:
47865
47866@smallexample
5b8b6385 47867target> gdbserver --attach @var{comm} @var{pid}
43662968
JK
47868@end smallexample
47869
47870@var{pid} is the process ID of a currently running process. It isn't
47871necessary to point @command{gdbserver} at a binary for the running process.
47872
5b8b6385
JK
47873To start @code{gdbserver} without supplying an initial command to run
47874or process ID to attach, use the @option{--multi} command line option.
47875In such case you should connect using @kbd{target extended-remote} to start
47876the program you want to debug.
47877
47878@smallexample
47879target> gdbserver --multi @var{comm}
47880@end smallexample
47881
43662968
JK
47882@ifclear man
47883@subheading Usage (host side)
47884@end ifclear
47885@ifset man
47886Usage (host side):
47887@end ifset
47888
47889You need an unstripped copy of the target program on your host system, since
1a088a2e 47890@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
43662968
JK
47891would, with the target program as the first argument. (You may need to use the
47892@option{--baud} option if the serial line is running at anything except 9600 baud.)
47893That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
5b8b6385
JK
47894new command you need to know about is @code{target remote}
47895(or @code{target extended-remote}). Its argument is either
43662968
JK
47896a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
47897descriptor. For example:
47898
47899@smallexample
47900@ifset man
47901@c @file would wrap it as F</dev/ttyb>.
a8b43b7b 47902(@value{GDBP}) target remote /dev/ttyb
43662968
JK
47903@end ifset
47904@ifclear man
a8b43b7b 47905(@value{GDBP}) target remote @file{/dev/ttyb}
43662968
JK
47906@end ifclear
47907@end smallexample
47908
47909@noindent
47910communicates with the server via serial line @file{/dev/ttyb}, and:
47911
47912@smallexample
a8b43b7b 47913(@value{GDBP}) target remote the-target:2345
43662968
JK
47914@end smallexample
47915
47916@noindent
47917communicates via a TCP connection to port 2345 on host `the-target', where
47918you previously started up @command{gdbserver} with the same port number. Note that for
47919TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
47920command, otherwise you may get an error that looks something like
47921`Connection refused'.
5b8b6385
JK
47922
47923@command{gdbserver} can also debug multiple inferiors at once,
47924described in
47925@ifset man
47926the @value{GDBN} manual in node @code{Inferiors and Programs}
47927-- shell command @code{info -f gdb -n 'Inferiors and Programs'}.
47928@end ifset
47929@ifclear man
47930@ref{Inferiors and Programs}.
47931@end ifclear
47932In such case use the @code{extended-remote} @value{GDBN} command variant:
47933
47934@smallexample
a8b43b7b 47935(@value{GDBP}) target extended-remote the-target:2345
5b8b6385
JK
47936@end smallexample
47937
47938The @command{gdbserver} option @option{--multi} may or may not be used in such
47939case.
43662968
JK
47940@c man end
47941
47942@c man begin OPTIONS gdbserver
5b8b6385
JK
47943There are three different modes for invoking @command{gdbserver}:
47944
47945@itemize @bullet
47946
47947@item
47948Debug a specific program specified by its program name:
47949
47950@smallexample
47951gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
47952@end smallexample
47953
47954The @var{comm} parameter specifies how should the server communicate
47955with @value{GDBN}; it is either a device name (to use a serial line),
47956a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
47957stdin/stdout of @code{gdbserver}. Specify the name of the program to
47958debug in @var{prog}. Any remaining arguments will be passed to the
47959program verbatim. When the program exits, @value{GDBN} will close the
47960connection, and @code{gdbserver} will exit.
47961
47962@item
47963Debug a specific program by specifying the process ID of a running
47964program:
47965
47966@smallexample
47967gdbserver --attach @var{comm} @var{pid}
47968@end smallexample
47969
47970The @var{comm} parameter is as described above. Supply the process ID
47971of a running program in @var{pid}; @value{GDBN} will do everything
47972else. Like with the previous mode, when the process @var{pid} exits,
47973@value{GDBN} will close the connection, and @code{gdbserver} will exit.
47974
47975@item
47976Multi-process mode -- debug more than one program/process:
47977
47978@smallexample
47979gdbserver --multi @var{comm}
47980@end smallexample
47981
47982In this mode, @value{GDBN} can instruct @command{gdbserver} which
47983command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
47984close the connection when a process being debugged exits, so you can
47985debug several processes in the same session.
47986@end itemize
47987
47988In each of the modes you may specify these options:
47989
47990@table @env
47991
47992@item --help
47993List all options, with brief explanations.
47994
47995@item --version
47996This option causes @command{gdbserver} to print its version number and exit.
47997
47998@item --attach
47999@command{gdbserver} will attach to a running program. The syntax is:
48000
48001@smallexample
48002target> gdbserver --attach @var{comm} @var{pid}
48003@end smallexample
48004
48005@var{pid} is the process ID of a currently running process. It isn't
48006necessary to point @command{gdbserver} at a binary for the running process.
48007
48008@item --multi
48009To start @code{gdbserver} without supplying an initial command to run
48010or process ID to attach, use this command line option.
48011Then you can connect using @kbd{target extended-remote} and start
48012the program you want to debug. The syntax is:
48013
48014@smallexample
48015target> gdbserver --multi @var{comm}
48016@end smallexample
48017
48018@item --debug
48019Instruct @code{gdbserver} to display extra status information about the debugging
48020process.
48021This option is intended for @code{gdbserver} development and for bug reports to
48022the developers.
48023
48024@item --remote-debug
48025Instruct @code{gdbserver} to display remote protocol debug output.
48026This option is intended for @code{gdbserver} development and for bug reports to
48027the developers.
48028
aeb2e706
AH
48029@item --debug-file=@var{filename}
48030Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
48031This option is intended for @code{gdbserver} development and for bug reports to
48032the developers.
48033
87ce2a04
DE
48034@item --debug-format=option1@r{[},option2,...@r{]}
48035Instruct @code{gdbserver} to include extra information in each line
48036of debugging output.
48037@xref{Other Command-Line Arguments for gdbserver}.
48038
5b8b6385
JK
48039@item --wrapper
48040Specify a wrapper to launch programs
48041for debugging. The option should be followed by the name of the
48042wrapper, then any command-line arguments to pass to the wrapper, then
48043@kbd{--} indicating the end of the wrapper arguments.
48044
48045@item --once
48046By default, @command{gdbserver} keeps the listening TCP port open, so that
48047additional connections are possible. However, if you start @code{gdbserver}
48048with the @option{--once} option, it will stop listening for any further
48049connection attempts after connecting to the first @value{GDBN} session.
48050
48051@c --disable-packet is not documented for users.
48052
48053@c --disable-randomization and --no-disable-randomization are superseded by
48054@c QDisableRandomization.
48055
48056@end table
43662968
JK
48057@c man end
48058
48059@c man begin SEEALSO gdbserver
48060@ifset man
48061The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48062If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48063documentation are properly installed at your site, the command
48064
48065@smallexample
48066info gdb
48067@end smallexample
48068
48069should give you access to the complete manual.
48070
48071@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48072Richard M. Stallman and Roland H. Pesch, July 1991.
48073@end ifset
48074@c man end
48075
b292c783
JK
48076@node gcore man
48077@heading gcore
48078
48079@c man title gcore Generate a core file of a running program
48080
48081@format
48082@c man begin SYNOPSIS gcore
129eb0f1 48083gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
b292c783
JK
48084@c man end
48085@end format
48086
48087@c man begin DESCRIPTION gcore
129eb0f1
SDJ
48088Generate core dumps of one or more running programs with process IDs
48089@var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
48090is equivalent to one produced by the kernel when the process crashes
48091(and when @kbd{ulimit -c} was used to set up an appropriate core dump
48092limit). However, unlike after a crash, after @command{gcore} finishes
48093its job the program remains running without any change.
b292c783
JK
48094@c man end
48095
48096@c man begin OPTIONS gcore
48097@table @env
c179febe
SL
48098@item -a
48099Dump all memory mappings. The actual effect of this option depends on
48100the Operating System. On @sc{gnu}/Linux, it will disable
48101@code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
48102enable @code{dump-excluded-mappings} (@pxref{set
48103dump-excluded-mappings}).
48104
129eb0f1
SDJ
48105@item -o @var{prefix}
48106The optional argument @var{prefix} specifies the prefix to be used
48107when composing the file names of the core dumps. The file name is
48108composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
48109process ID of the running program being analyzed by @command{gcore}.
48110If not specified, @var{prefix} defaults to @var{gcore}.
b292c783
JK
48111@end table
48112@c man end
48113
48114@c man begin SEEALSO gcore
48115@ifset man
48116The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48117If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48118documentation are properly installed at your site, the command
48119
48120@smallexample
48121info gdb
48122@end smallexample
48123
48124@noindent
48125should give you access to the complete manual.
48126
48127@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48128Richard M. Stallman and Roland H. Pesch, July 1991.
48129@end ifset
48130@c man end
48131
43662968
JK
48132@node gdbinit man
48133@heading gdbinit
48134
48135@c man title gdbinit GDB initialization scripts
48136
48137@format
48138@c man begin SYNOPSIS gdbinit
48139@ifset SYSTEM_GDBINIT
48140@value{SYSTEM_GDBINIT}
48141@end ifset
48142
ed2a2229
CB
48143@ifset SYSTEM_GDBINIT_DIR
48144@value{SYSTEM_GDBINIT_DIR}/*
48145@end ifset
48146
43662968
JK
48147~/.gdbinit
48148
48149./.gdbinit
48150@c man end
48151@end format
48152
48153@c man begin DESCRIPTION gdbinit
48154These files contain @value{GDBN} commands to automatically execute during
48155@value{GDBN} startup. The lines of contents are canned sequences of commands,
48156described in
48157@ifset man
48158the @value{GDBN} manual in node @code{Sequences}
48159-- shell command @code{info -f gdb -n Sequences}.
48160@end ifset
48161@ifclear man
48162@ref{Sequences}.
48163@end ifclear
48164
48165Please read more in
48166@ifset man
48167the @value{GDBN} manual in node @code{Startup}
48168-- shell command @code{info -f gdb -n Startup}.
48169@end ifset
48170@ifclear man
48171@ref{Startup}.
48172@end ifclear
48173
48174@table @env
48175@ifset SYSTEM_GDBINIT
48176@item @value{SYSTEM_GDBINIT}
48177@end ifset
48178@ifclear SYSTEM_GDBINIT
48179@item (not enabled with @code{--with-system-gdbinit} during compilation)
48180@end ifclear
48181System-wide initialization file. It is executed unless user specified
48182@value{GDBN} option @code{-nx} or @code{-n}.
48183See more in
48184@ifset man
48185the @value{GDBN} manual in node @code{System-wide configuration}
48186-- shell command @code{info -f gdb -n 'System-wide configuration'}.
48187@end ifset
ed2a2229
CB
48188@ifset SYSTEM_GDBINIT_DIR
48189@item @value{SYSTEM_GDBINIT_DIR}
48190@end ifset
48191@ifclear SYSTEM_GDBINIT_DIR
48192@item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
48193@end ifclear
48194System-wide initialization directory. All files in this directory are
48195executed on startup unless user specified @value{GDBN} option @code{-nx} or
48196@code{-n}, as long as they have a recognized file extension.
48197See more in
48198@ifset man
48199the @value{GDBN} manual in node @code{System-wide configuration}
48200-- shell command @code{info -f gdb -n 'System-wide configuration'}.
48201@end ifset
43662968
JK
48202@ifclear man
48203@ref{System-wide configuration}.
48204@end ifclear
48205
48206@item ~/.gdbinit
48207User initialization file. It is executed unless user specified
48208@value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
48209
48210@item ./.gdbinit
48211Initialization file for current directory. It may need to be enabled with
48212@value{GDBN} security command @code{set auto-load local-gdbinit}.
48213See more in
48214@ifset man
48215the @value{GDBN} manual in node @code{Init File in the Current Directory}
48216-- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
48217@end ifset
48218@ifclear man
48219@ref{Init File in the Current Directory}.
48220@end ifclear
48221@end table
48222@c man end
48223
48224@c man begin SEEALSO gdbinit
48225@ifset man
48226gdb(1), @code{info -f gdb -n Startup}
48227
48228The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48229If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48230documentation are properly installed at your site, the command
ba643918
SDJ
48231
48232@smallexample
48233info gdb
48234@end smallexample
48235
48236should give you access to the complete manual.
48237
48238@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48239Richard M. Stallman and Roland H. Pesch, July 1991.
48240@end ifset
48241@c man end
48242
48243@node gdb-add-index man
ba643918 48244@heading gdb-add-index
d726cb5d 48245@pindex gdb-add-index
dbfa4523 48246@anchor{gdb-add-index}
ba643918
SDJ
48247
48248@c man title gdb-add-index Add index files to speed up GDB
48249
48250@c man begin SYNOPSIS gdb-add-index
48251gdb-add-index @var{filename}
48252@c man end
48253
48254@c man begin DESCRIPTION gdb-add-index
48255When @value{GDBN} finds a symbol file, it scans the symbols in the
48256file in order to construct an internal symbol table. This lets most
48257@value{GDBN} operations work quickly--at the cost of a delay early on.
48258For large programs, this delay can be quite lengthy, so @value{GDBN}
48259provides a way to build an index, which speeds up startup.
48260
48261To determine whether a file contains such an index, use the command
48262@kbd{readelf -S filename}: the index is stored in a section named
48263@code{.gdb_index}. The index file can only be produced on systems
48264which use ELF binaries and DWARF debug information (i.e., sections
48265named @code{.debug_*}).
48266
48267@command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
48268in the @env{PATH} environment variable. If you want to use different
48269versions of these programs, you can specify them through the
48270@env{GDB} and @env{OBJDUMP} environment variables.
48271
48272See more in
48273@ifset man
48274the @value{GDBN} manual in node @code{Index Files}
48275-- shell command @kbd{info -f gdb -n "Index Files"}.
48276@end ifset
48277@ifclear man
48278@ref{Index Files}.
48279@end ifclear
48280@c man end
48281
48282@c man begin SEEALSO gdb-add-index
48283@ifset man
48284The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48285If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48286documentation are properly installed at your site, the command
43662968
JK
48287
48288@smallexample
48289info gdb
48290@end smallexample
48291
48292should give you access to the complete manual.
48293
48294@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48295Richard M. Stallman and Roland H. Pesch, July 1991.
48296@end ifset
48297@c man end
48298
aab4e0ec 48299@include gpl.texi
eb12ee30 48300
e4c0cfae
SS
48301@node GNU Free Documentation License
48302@appendix GNU Free Documentation License
6826cf00
EZ
48303@include fdl.texi
48304
00595b5e
EZ
48305@node Concept Index
48306@unnumbered Concept Index
c906108c
SS
48307
48308@printindex cp
48309
00595b5e
EZ
48310@node Command and Variable Index
48311@unnumbered Command, Variable, and Function Index
48312
48313@printindex fn
48314
c906108c 48315@tex
984359d2 48316% I think something like @@colophon should be in texinfo. In the
c906108c
SS
48317% meantime:
48318\long\def\colophon{\hbox to0pt{}\vfill
48319\centerline{The body of this manual is set in}
48320\centerline{\fontname\tenrm,}
48321\centerline{with headings in {\bf\fontname\tenbf}}
48322\centerline{and examples in {\tt\fontname\tentt}.}
48323\centerline{{\it\fontname\tenit\/},}
48324\centerline{{\bf\fontname\tenbf}, and}
48325\centerline{{\sl\fontname\tensl\/}}
48326\centerline{are used for emphasis.}\vfill}
48327\page\colophon
984359d2 48328% Blame: doc@@cygnus.com, 1991.
c906108c
SS
48329@end tex
48330
c906108c 48331@bye
This page took 7.999788 seconds and 4 git commands to generate.