Update ROCgdb User Manual
[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
T
26203
26204@item
dc442902
T
26205``Arcturus'' which is displayed as @samp{arcturus} by @value{GDBN} and
26206denoted as @samp{gfx908} by the compiler.
a8b43b7b
T
26207
26208@end itemize
26209
26210@value{GDBN} supports the following source languages:
26211
26212@table @emph
26213
26214@item HIP
26215The
26216@url{https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_kernel_language.md,
26217HIP Programming Language} is supported.
26218
26219When compiling, the @w{@option{-ggdb}} option should be used to
26220produce debugging information suitable for use by @value{GDBN}. The
26221@w{@option{--amdgpu-target}} option is used to specify the AMD GPUs
26222that the executable is required to support. For example, to compile a
dc442902
T
26223HIP program that can utilize ``Vega 10'', ``Vega 7nm'', and
26224``Arcturus'' AMD GPU chips, with no optimization:
a8b43b7b
T
26225
26226@smallexample
26227hipcc -O0 -ggdb --amdgpu-target=gfx900 --amdgpu-target=gfx906 \
26228 --amdgpu-target=gfx908 bit_extract.cpp -o bit_extract
26229@end smallexample
26230
2bf5040d
T
26231The AMD GPU ROCm compiler maps HIP source language work-items to the
26232lanes of an AMD GPU wavefront, which are represented in @value{GDBN}
26233as heterogeneous lanes.
a8b43b7b
T
26234
26235@item Assembly Code
26236Assembly code kernels are supported.
26237
26238@item Other Languages
26239Other languages, including OpenCL and Fortran, are currently supported
26240as the minimal pseudo-language, provided they are compiled specifying
2bf5040d
T
26241at least the AMD GPU Code Object V3 and DWARF 4 formats.
26242@xref{Unsupported Languages}.
a8b43b7b
T
26243
26244@end table
26245
26246The @code{info agents} command (@pxref{Heterogeneous Debugging}) lists
26247the following information for each @acronym{AMD GPU} heterogeneous
26248agent (in this order):
26249
26250@enumerate
26251@item
26252the per-inferior heterogeneous agent number assigned by @value{GDBN}
26253
26254@item
26255the global heterogeneous agent number assigned by @value{GDBN}, if the
26256@w{@option{-gid}} option was specified
26257
26258@item
26259the @acronym{PCIe} slot number in @acronym{BDF, Bus:Device.Function}
26260notation
26261
26262@item
26263the device name
26264
26265@item
26266the number of shader engines
26267
26268@item
26269the number of @acronym{CU, Compute Unit}
26270
26271@item
26272the number of @acronym{SIMD, Single Instruction Multiple Data} units per @acronym{CU}
26273
26274@item
26275the number of wavefronts per @acronym{SIMD}
26276
26277@end enumerate
26278
26279For example,
26280
26281@smallexample
26282(@value{GDBP}) info agents
26283Id PCI Slot Device Name Shader Engines Compute Units SIMD/CU Wavefronts/SIMD
262841 43:00.0 vega10 4 56 4 10
26285@end smallexample
26286
26287@acronym{AMD GPU} heterogeneous agents are not listed until the
26288inferior has started executing the program.
26289
26290The @code{info queues}, @code{info dispatches}, and @code{info
26291packets} commands are not yet supported by @acronym{AMD GPU}.
26292
26293An AMD GPU wavefront is represented in @value{GDBN} as a thread.
26294
26295@acronym{AMD GPU} supports the following @var{reggroup} values for the
26296@samp{info registers @var{reggroup} @dots{}} command:
26297
26298@itemize @bullet
26299
26300@item
26301general
26302
26303@item
26304vector
26305
26306@item
26307scalar
26308
26309@item
26310system
26311
26312@end itemize
26313
26314The number of scalar and vector registers is configured when a
26315wavefront is created. Only allocated registers are displayed. Scalar
26316registers are reported as 32-bit signed integer values. Vector
26317registers are reported as a wavefront size vector of signed 32-bit
26318values. The @code{pc} is reported as a function pointer value. The
26319@code{exec} register is reported as a wavefront size-bit unsigned
26320integer value. The @code{vcc} and @code{xnack_mask} pseudo registers
26321are reported as a wavefront size-bit unsigned integer value. The
26322@code{flat_scratch} pseudo register is reported as a 64-bit unsigned
26323integer value.
26324
26325AMD GPU code objects are loaded into each AMD GPU device separately.
26326The @code{info sharedlibrary} command will therefore show the same
26327code object loaded multiple times. As a consequence, setting a
26328breakpoint in AMD GPU code will result in multiple breakpoints if
26329there are multiple AMD GPU devices.
26330
26331If the source language runtime defers loading code objects until
26332kernels are launched, then setting breakpoints may result in pending
26333breakpoints that will be set when the code object is finally loaded.
26334
26335Threads created on @acronym{AMD GPU} heterogeneous agents have the
26336following identifier formats:
26337
26338@table @asis
26339
26340@item @var{systag}
26341The target system's thread identifier (@var{systag}) string has the
26342following format:
26343
26344@smallexample
26345ROCm 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}
26346@end smallexample
26347
26348@c TODO: What order should coordinates be: x,y,z or z,y,x?
26349
26350@item @var{lane_systag}
26351The target system's heterogeneous lane identifier (@var{lane_systag})
26352string has the following format:
26353
26354@smallexample
26355ROCm 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})
26356@end smallexample
26357
26358@item @code{$_dispatch_pos}
26359The string returned by the @code{$_dispatch_pos} debugger convenience
26360variable has the following format:
26361
26362@smallexample
26363(@var{work-group-x},@var{work-group-y},@var{work-group-z})/@var{work-group-thread-index}
26364@end smallexample
26365
26366@item @code{$_thread_workgroup_pos}
26367The string returned by the @code{$_thread_workgroup_pos} debugger
26368convenience variable has the following format:
26369
26370@smallexample
26371@var{work-group-thread-index}
26372@end smallexample
26373
26374@item @code{$_lane_workgroup_pos}
26375The string returned by the @code{$_lane_workgroup_pos} debugger
26376convenience variable has the following format:
26377
26378@smallexample
26379(@var{work-item-x},@var{work-item-y},@var{work-item-z})
26380@end smallexample
26381
26382@end table
26383
26384@noindent
26385Where:
26386
26387@table @var
26388
26389@item process-num
26390the inferior process LWP number
26391
26392@item agent-num
26393@itemx queue-num
26394@itemx dispatch-num
26395the per-inferior heterogeneous agent number, the per-inferior
26396heterogeneous queue number, and the per-inferior heterogeneous
26397dispatch number associated with the thread respectively
26398
26399@item work-group-x
26400@itemx work-group-y
26401@itemx work-group-z
26402the grid position of the thread's work-group within the heterogeneous
26403dispatch
26404
26405@item work-group-thread-index
26406the threads's number within the heterogeneous work-group
26407
26408@item work-item-x
26409@itemx work-item-y
26410@itemx work-item-z
26411the position of the heterogeneous lane's work-item within the
26412heterogeneous work-group
26413
26414@end table
26415
26416@acronym{AMD GPU} heterogeneous agents support the following address
26417spaces:
26418
26419@table @code
26420
26421@item global
26422the default global virtual address space
26423
26424@item group
26425the per heterogeneous work-group shared address space (@acronym{LDS,
26426Local Data Store})
26427
26428@item private
26429the per heterogeneous lane private address space (Scratch)
26430
26431@item generic
26432the generic address space that can access the @var{global},
26433@var{group}, or @var{private} address spaces (Flat)
26434
26435@end table
26436
26437The @code{set debug amd-dbgapi log-level @var{level}} command can be
26438used to enable diagnostic messages for the AMD GPU target, where
26439@var{level} can be:
26440
26441@table @code
26442
26443@item off
26444no logging is enabled
26445
26446@item error
26447fatal errors are reported
26448
26449@item warning
26450fatal errors and warnings are reported
26451
26452@item info
26453fatal errors, warnings, and info messages are reported
26454
26455@item verbose
26456all messages are reported
26457
26458@end table
26459
26460The @code{show debug amd-dbgapi log-level} command displays the
26461current AMD GPU target log level.
26462
26463For example, the following will enable information messages and send
26464the log to a new file:
26465
26466@smallexample
26467(@value{GDBP}) set debug amd-dbgapi log-level info
26468(@value{GDBP}) set logging overwrite
26469(@value{GDBP}) set logging file log.out
26470(@value{GDBP}) set logging debugredirect on
26471(@value{GDBP}) set logging on
26472@end smallexample
26473
26474If you want to print the log to both the console and a file, ommit the
26475@code{set the logging debugredirect} command. @xref{Logging Output}.
26476
26477@c TODO: Add when support available:
26478@c
26479@c The @var{AMD_???} environment variable can be set to disable the kernel
26480@c driver from ensuring that all AMD GPU wavefronts created will fully
26481@c support the @value{GDBN} if it attached. If AMD GPU wavefronts are
26482@c created when support is disabled, @value{GDBN} will be unable to
26483@c report the heterogeneous dispatch associated with the wavefront, or the
26484@c wavefront's heterogeneous work-group position. The default is enabled.
26485@c Disabling may very marginally improve wavefront launch latency.
26486
26487@value{GDBN} @acronym{AMD GPU} support is currently a prototype and
2bf5040d 26488has the following restrictions. Future releases aim to address these
a8b43b7b
T
26489restrictions.
26490
26491@enumerate
26492
26493@item
26494The debugger convenience variables, convenience functions, and
26495commands described in @ref{Heterogeneous Debugging} are not yet
26496implemented. The exception is the @code{info agents} command, which
26497only currently supports the textual MI interface and does not have a
26498Python binding.
26499
26500However, the debugger convenience variable @code{$_wave_id} is
26501available which returns a string that has the format:
26502
26503@smallexample
26504(@var{work-group-z},@var{work-group-y},@var{work-group-x})/@var{work-group-thread-index}
26505@end smallexample
26506
26507Where:
26508
26509@table @var
26510
26511@item work-group-x
26512@itemx work-group-y
26513@itemx work-group-z
26514the grid position of the thread's work-group within the heterogeneous
26515dispatch
26516
26517@item work-group-thread-index
26518the threads's number within the heterogeneous work-group
26519
26520@end table
26521
26522The AMD GPU system's thread identifier (@var{systag}) string format
26523differs from that described above, and currently has the following
26524format:
26525
26526@smallexample
26527AMDGPU Thread @var{dispatch-num}.@var{wave-num} (@var{work-group-z},@var{work-group-y},@var{work-group-x})/@var{work-group-thread-index}
26528@end smallexample
26529
26530Where:
26531
26532@table @var
26533
26534@item dispatch-num
26535the thread's per-heterogeneous queue ROCm AQL packet number of the
26536associated dispatch packet
26537
26538@item wave-num
26539the thread's per-inferior AMD GPU target wavefront number
26540
26541@item work-group-x
26542@itemx work-group-y
26543@itemx work-group-z
26544the grid position of the thread's work-group within the heterogeneous
26545dispatch
26546
26547@item work-group-thread-index
26548the threads's number within the heterogeneous work-group
26549
26550@end table
26551
a8b43b7b 26552The address space qualification of addresses described in
2bf5040d
T
26553@ref{Heterogeneous Debugging} is not implemented. However, the
26554default address space for AMD GPU threads is @code{generic}. This
26555allows a generic address to be used to read or write in the
26556@code{global}, @code{group}, or @code{private} address spaces. For
26557the ROCm release the AMD GPU generic address value for @code{global}
26558addresses is the same, for @code{group} addresses it has the most
26559significant 32-bits of the address set to 0x00010000, and for
26560@code{private} addresses is has the host significant 32-bits of the
26561address set to 0x00020000. A generic private address only accesses
26562lane 0 of the currently focused wavefront. A group address accesses
26563the @code{group} segment memory shared by all wavefronts that are
26564members of the same work-group as the currently focused wavefront.
26565
26566@item
26567The AMD GPU ROCm release compiler currently does not yet support
26568generating valid DWARF information for symbolic variables and call
26569frame information. As a consequence:
a8b43b7b
T
26570
26571@itemize @bullet{}
26572
26573@item
26574Source variables or expressions cannot be specified in any command,
26575such as the @code{print} command and breakpoint conditions. This
26576includes static variables, local variables, function arguments, and
26577any language types. However, global symbols for functions and
26578variables can be specified, and source line information is available.
26579
26580@item
26581The @code{backtrace} command can only show the current frame and
26582parent frames that are fully inlined. Function or kernel arguments
26583will not be displayed and instead an empty formal argument list may be
26584shown.
26585
26586@item
26587The @code{next} command may not step over function calls, but instead
26588stop at the first statement of the called function.
26589
26590@item
26591Breakpoints are only reported for wavefronts. There is no support for
26592HIP work-items that are mapped to heterogeneous lanes. The HIP
26593work-item ID of a heterogeneous lane is not available.
26594
26595@end itemize
26596
2bf5040d 26597The AMD GPU ROCm compiler currently adds the
a8b43b7b 26598@w{@option{-gline-tables-only}} @w{@option{-disable-O0-noinline}}
2bf5040d
T
26599@w{@option{-disable-O0-optnone}}
26600@w{@option{-amdgpu-spill-cfi-saved-regs}} options when the
26601@w{@option{-ggdb}} option is specified. These ensure source line
26602information is generated, but not invalid DWARF, full inlining is
26603performed, even at @w{@option{-O0}}, and registers not currently
26604supported by the CFI generation are saved so the CFI information is
26605correct. If these options are not used the invalid DWARF may cause
26606@value{GDBN} to report that it is unable to read memory (such as when
26607reading arguments in a backtrace), and may limit the backtrace to only
26608the top frame.
a8b43b7b 26609
2bf5040d
T
26610@value{GDBN} does not currently support the AMD GPU compiler
26611genenerated CFI information. The options to force full inlining allow
26612the backtrace to be available even without the CFI support. Note that
26613even with @w{@option{-ggdb}}, functions marked @code{noinline} may
26614result in function call frames which will prevent a full backtrace.
26615If function calls are not inlined, the @code{next} command may report
26616errors inserting breakpoints when stepping over calls due to the
26617missing CFI support.
a8b43b7b
T
26618
26619@item
2bf5040d
T
26620Only AMD GPU Code Object V3 and above is supported. This is the
26621default for the AMD GPU ROCm release compiler. The following error
26622will be reported for incompatible code objects:
a8b43b7b
T
26623
26624@smallexample
2bf5040d
T
26625Error while mapping shared library sections:
26626`file:///rocm/bit_extract#offset=6751&size=3136': ELF file ABI version (0) is not supported.
a8b43b7b
T
26627@end smallexample
26628
26629@item
26630DWARF 5 is not yet supported. There is no support for compressed or split
26631DWARF.
26632
2bf5040d 26633DWARF 4 is the default for the AMD GPU ROCm release compiler.
a8b43b7b
T
26634
26635@item
26636No support yet for AMD GPU core dumps.
26637
26638@item
26639The @code{watch} command is not yet support on AMD GPU devices.
26640
26641@item
26642When in all-stop mode, AMD GPU does not currently prevent new
26643wavefronts from being created, which may report breakpoints being hit.
26644However, @value{GDBN} is configured by default to not remove
26645breakpoints when at the command line in all-stop mode. This prevents
26646breakpoints being missed by wavefronts created after at the command
26647line in all-stop mode. The @code{set breakpoint always-inserted on}
26648command can be used to change the default to remove breakpoints when
26649at the command line in all-stop mode, but this may result in new
26650wavefronts missing breakpoints.
26651
26652@item
26653The performance of resuming from a breakpoint when a large number of
2bf5040d 26654threads have hit a breakpoint can currently take up to 10 seconds on a
a8b43b7b
T
26655fully occupied single AMD GPU device. The techniques described in
26656@xref{Heterogeneous Debugging} can be used to mitigate this. Once
26657continued from the first breakpoint hit, the responsiveness of
26658commands normally is better. Other techniques that can improve
26659responsiveness are:
26660
26661@itemize @bullet{}
26662
26663@item
26664Try to avoid having a lot of threads stopping at a breakpoint. For
26665example, by placing breakpoints in conditional paths only executed by
26666one thread.
26667
26668@item
26669Use of @code{tbreak} so only one thread reports the breakpoint and the
26670other threads hitting the breakpoint will be continued. A similar
26671effect can be achieved by deleting the breakpoint manually when it is
26672hit.
26673
26674@item
26675Reduce the number of wavefronts when debugging if practical.
26676
26677@end itemize
26678
26679@item
26680Currently each AMD GPU device can only be in use by one process that
26681is being debugged by @value{GDBN}. The Linux @emph{cgroups} facility
26682can be used to limit which AMD GPU devices are used by a process. In
26683order for a @value{GDBN} process to access the AMD GPU devices of the
26684process it is debugging, the AMD GPU devices must be included in the
26685@value{GDBN} process @emph{cgroup}.
26686
26687Therefore, multiple @value{GDBN} processes can each debug a process
26688provided the @emph{cgroups} specify disjoint sets of AMD GPU devices.
26689However, a single @value{GDBN} process cannot debug multiple inferiors
26690that use AMD GPU devices even if those inferiors have @emph{cgroups}
26691that specify disjoint AMD GPU devices. This is because the
26692@value{GDBN} process must have all the AMD GPU devices in its
26693@emph{cgroups} and so will attempt to enable debugging for all AMD GPU
26694devices for all inferiors it is debugging.
26695
26696The @code{HIP_VISIBLE_DEVICES} environment variable can also be used
2bf5040d 26697to limit the visible GPUs used by the HIP runtime. For example,
a8b43b7b
T
26698
26699@smallexample
26700export HIP_VISIBLE_DEVICES=0
26701@end smallexample
26702
26703@item
2bf5040d
T
26704Currently the @code{flat_scratch} and @code{xnack_mask} special scalar
26705registers are only accessible using their scalar register numbers and
26706not by their register names. This will not match the assembly source
26707text which uses register names.
a8b43b7b
T
26708
26709@item
26710The @code{until} command does not work when multiple AMD GPUs are
26711present as @value{GDBN} has limitations when there are multiple code
26712objects that have the same breakpoint set. The work around is to use
26713@samp{tbreak @var{line}; continue}.
26714
26715@item
2bf5040d
T
26716The HIP runtime currently performs deferred code object loading by
26717default. AMD GPU code objects are not loaded until the first kernel
26718is launched. Before then, all breakpoints have to be set as pending
26719breakpoints using source line positions.
26720
26721The @code{HIP_DISABLE_LAZY_KERNEL_LOADING} environment variable can be
26722used to disable deferred code object loading by the HIP runtime. This
26723allows breakpoints to be set in AMD GPU code as soon as the inferior
26724reaches the @code{main} funtion.
26725
26726For example,
a8b43b7b
T
26727
26728@smallexample
2bf5040d 26729export HIP_DISABLE_LAZY_KERNEL_LOADING=1
a8b43b7b
T
26730@end smallexample
26731
a8b43b7b 26732@item
2bf5040d
T
26733Memory violations are reported to the wavefronts that cause them.
26734However, the program location at which they are reported by be after
26735the source statement that caused them. The ROCm runtime can currently
26736cause the inferior to terminate before the memory violation is
26737reported. This can be avoided by setting a breakpoint in @code{abort}
26738and using the non-stop mode (@pxref{Non-Stop Mode}). This will
26739prevent the ROCm runtime from terminating the inferior, while allowing
26740@value{GDBN} to report the memory violation.
a8b43b7b
T
26741
26742@item
26743@value{GDBN} does not support following a forked process.
26744
26745@item
26746The @code{gdbserver} is not supported.
26747
26748@item
26749No language specific support for Fortran or OpenCL. No OpenMP
26750language extension support for C, C++, or Fortran.
26751
26752@item
26753Does not support the AMD GPU ROCm for HIP-HCC release compiler or
2bf5040d 26754runtime available as part of releases before ROCm 3.5.
a8b43b7b
T
26755
26756@item
26757AMD GPU does not currently support the compiler address, memory, or
26758thread sanitizers.
26759
2bf5040d
T
26760@item
26761AMD GPU does not currently support calling inferior functions.
26762
26763@item
26764@value{GDBN} support for AMD GPU is not currently available under
26765virtualization.
26766
a8b43b7b 26767@end enumerate
51d21d60 26768
8e04817f
AC
26769@node Controlling GDB
26770@chapter Controlling @value{GDBN}
26771
26772You can alter the way @value{GDBN} interacts with you by using the
26773@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 26774data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
26775described here.
26776
26777@menu
26778* Prompt:: Prompt
26779* Editing:: Command editing
d620b259 26780* Command History:: Command history
8e04817f 26781* Screen Size:: Screen size
140a4bc0 26782* Output Styling:: Output styling
8e04817f 26783* Numbers:: Numbers
1e698235 26784* ABI:: Configuring the current ABI
bf88dd68 26785* Auto-loading:: Automatically loading associated files
8e04817f
AC
26786* Messages/Warnings:: Optional warnings and messages
26787* Debugging Output:: Optional messages about internal happenings
14fb1bac 26788* Other Misc Settings:: Other Miscellaneous Settings
8e04817f
AC
26789@end menu
26790
26791@node Prompt
26792@section Prompt
104c1213 26793
8e04817f 26794@cindex prompt
104c1213 26795
8e04817f
AC
26796@value{GDBN} indicates its readiness to read a command by printing a string
26797called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
26798can change the prompt string with the @code{set prompt} command. For
26799instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
26800the prompt in one of the @value{GDBN} sessions so that you can always tell
26801which one you are talking to.
104c1213 26802
8e04817f
AC
26803@emph{Note:} @code{set prompt} does not add a space for you after the
26804prompt you set. This allows you to set a prompt which ends in a space
26805or a prompt that does not.
104c1213 26806
8e04817f
AC
26807@table @code
26808@kindex set prompt
26809@item set prompt @var{newprompt}
26810Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 26811
8e04817f
AC
26812@kindex show prompt
26813@item show prompt
26814Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
26815@end table
26816
fa3a4f15
PM
26817Versions of @value{GDBN} that ship with Python scripting enabled have
26818prompt extensions. The commands for interacting with these extensions
26819are:
26820
26821@table @code
26822@kindex set extended-prompt
26823@item set extended-prompt @var{prompt}
26824Set an extended prompt that allows for substitutions.
26825@xref{gdb.prompt}, for a list of escape sequences that can be used for
26826substitution. Any escape sequences specified as part of the prompt
26827string are replaced with the corresponding strings each time the prompt
26828is displayed.
26829
26830For example:
26831
26832@smallexample
a8b43b7b 26833set extended-prompt Current working directory: \w (@value{GDBP})
fa3a4f15
PM
26834@end smallexample
26835
26836Note that when an extended-prompt is set, it takes control of the
26837@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
26838
26839@kindex show extended-prompt
26840@item show extended-prompt
26841Prints the extended prompt. Any escape sequences specified as part of
26842the prompt string with @code{set extended-prompt}, are replaced with the
26843corresponding strings each time the prompt is displayed.
26844@end table
26845
8e04817f 26846@node Editing
79a6e687 26847@section Command Editing
8e04817f
AC
26848@cindex readline
26849@cindex command line editing
104c1213 26850
703663ab 26851@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
26852@sc{gnu} library provides consistent behavior for programs which provide a
26853command line interface to the user. Advantages are @sc{gnu} Emacs-style
26854or @dfn{vi}-style inline editing of commands, @code{csh}-like history
26855substitution, and a storage and recall of command history across
26856debugging sessions.
104c1213 26857
8e04817f
AC
26858You may control the behavior of command line editing in @value{GDBN} with the
26859command @code{set}.
104c1213 26860
8e04817f
AC
26861@table @code
26862@kindex set editing
26863@cindex editing
26864@item set editing
26865@itemx set editing on
26866Enable command line editing (enabled by default).
104c1213 26867
8e04817f
AC
26868@item set editing off
26869Disable command line editing.
104c1213 26870
8e04817f
AC
26871@kindex show editing
26872@item show editing
26873Show whether command line editing is enabled.
104c1213
JM
26874@end table
26875
39037522
TT
26876@ifset SYSTEM_READLINE
26877@xref{Command Line Editing, , , rluserman, GNU Readline Library},
26878@end ifset
26879@ifclear SYSTEM_READLINE
26880@xref{Command Line Editing},
26881@end ifclear
26882for more details about the Readline
703663ab
EZ
26883interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
26884encouraged to read that chapter.
26885
11061048
TT
26886@cindex Readline application name
26887@value{GDBN} sets the Readline application name to @samp{gdb}. This
26888is useful for conditions in @file{.inputrc}.
26889
c71acd15
TT
26890@cindex operate-and-get-next
26891@value{GDBN} defines a bindable Readline command,
26892@code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
26893This command accepts the current line for execution and fetches the
26894next line relative to the current line from the history for editing.
26895Any argument is ignored.
26896
d620b259 26897@node Command History
79a6e687 26898@section Command History
703663ab 26899@cindex command history
8e04817f
AC
26900
26901@value{GDBN} can keep track of the commands you type during your
26902debugging sessions, so that you can be certain of precisely what
26903happened. Use these commands to manage the @value{GDBN} command
26904history facility.
104c1213 26905
703663ab 26906@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
39037522
TT
26907package, to provide the history facility.
26908@ifset SYSTEM_READLINE
26909@xref{Using History Interactively, , , history, GNU History Library},
26910@end ifset
26911@ifclear SYSTEM_READLINE
26912@xref{Using History Interactively},
26913@end ifclear
26914for the detailed description of the History library.
703663ab 26915
d620b259 26916To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
26917the state which is seen by users, prefix it with @samp{server }
26918(@pxref{Server Prefix}). This
d620b259
NR
26919means that this command will not affect the command history, nor will it
26920affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
26921pressed on a line by itself.
26922
26923@cindex @code{server}, command prefix
26924The server prefix does not affect the recording of values into the value
26925history; to print a value without recording it into the value history,
26926use the @code{output} command instead of the @code{print} command.
26927
703663ab
EZ
26928Here is the description of @value{GDBN} commands related to command
26929history.
26930
104c1213 26931@table @code
8e04817f
AC
26932@cindex history substitution
26933@cindex history file
26934@kindex set history filename
4644b6e3 26935@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
26936@item set history filename @var{fname}
26937Set the name of the @value{GDBN} command history file to @var{fname}.
26938This is the file where @value{GDBN} reads an initial command history
26939list, and where it writes the command history from this session when it
26940exits. You can access this list through history expansion or through
26941the history command editing characters listed below. This file defaults
26942to the value of the environment variable @code{GDBHISTFILE}, or to
26943@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
26944is not set.
104c1213 26945
9c16f35a
EZ
26946@cindex save command history
26947@kindex set history save
8e04817f
AC
26948@item set history save
26949@itemx set history save on
26950Record command history in a file, whose name may be specified with the
26951@code{set history filename} command. By default, this option is disabled.
104c1213 26952
8e04817f
AC
26953@item set history save off
26954Stop recording command history in a file.
104c1213 26955
8e04817f 26956@cindex history size
9c16f35a 26957@kindex set history size
b58c513b 26958@cindex @env{GDBHISTSIZE}, environment variable
8e04817f 26959@item set history size @var{size}
f81d1120 26960@itemx set history size unlimited
8e04817f 26961Set the number of commands which @value{GDBN} keeps in its history list.
bc460514
PP
26962This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
26963to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
0eacb298
PP
26964are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
26965either a negative number or the empty string, then the number of commands
26966@value{GDBN} keeps in the history list is unlimited.
fc637f04
PP
26967
26968@cindex remove duplicate history
26969@kindex set history remove-duplicates
26970@item set history remove-duplicates @var{count}
26971@itemx set history remove-duplicates unlimited
26972Control the removal of duplicate history entries in the command history list.
26973If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
26974history entries and remove the first entry that is a duplicate of the current
26975entry being added to the command history list. If @var{count} is
26976@code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
26977removal of duplicate history entries is disabled.
26978
26979Only history entries added during the current session are considered for
26980removal. This option is set to 0 by default.
26981
104c1213
JM
26982@end table
26983
8e04817f 26984History expansion assigns special meaning to the character @kbd{!}.
39037522
TT
26985@ifset SYSTEM_READLINE
26986@xref{Event Designators, , , history, GNU History Library},
26987@end ifset
26988@ifclear SYSTEM_READLINE
26989@xref{Event Designators},
26990@end ifclear
26991for more details.
8e04817f 26992
703663ab 26993@cindex history expansion, turn on/off
8e04817f
AC
26994Since @kbd{!} is also the logical not operator in C, history expansion
26995is off by default. If you decide to enable history expansion with the
26996@code{set history expansion on} command, you may sometimes need to
26997follow @kbd{!} (when it is used as logical not, in an expression) with
26998a space or a tab to prevent it from being expanded. The readline
26999history facilities do not attempt substitution on the strings
27000@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
27001
27002The commands to control history expansion are:
104c1213
JM
27003
27004@table @code
8e04817f
AC
27005@item set history expansion on
27006@itemx set history expansion
703663ab 27007@kindex set history expansion
8e04817f 27008Enable history expansion. History expansion is off by default.
104c1213 27009
8e04817f
AC
27010@item set history expansion off
27011Disable history expansion.
104c1213 27012
8e04817f
AC
27013@c @group
27014@kindex show history
27015@item show history
27016@itemx show history filename
27017@itemx show history save
27018@itemx show history size
27019@itemx show history expansion
27020These commands display the state of the @value{GDBN} history parameters.
27021@code{show history} by itself displays all four states.
27022@c @end group
27023@end table
27024
27025@table @code
9c16f35a
EZ
27026@kindex show commands
27027@cindex show last commands
27028@cindex display command history
8e04817f
AC
27029@item show commands
27030Display the last ten commands in the command history.
104c1213 27031
8e04817f
AC
27032@item show commands @var{n}
27033Print ten commands centered on command number @var{n}.
27034
27035@item show commands +
27036Print ten commands just after the commands last printed.
104c1213
JM
27037@end table
27038
8e04817f 27039@node Screen Size
79a6e687 27040@section Screen Size
8e04817f 27041@cindex size of screen
f179cf97
EZ
27042@cindex screen size
27043@cindex pagination
27044@cindex page size
8e04817f 27045@cindex pauses in output
104c1213 27046
8e04817f
AC
27047Certain commands to @value{GDBN} may produce large amounts of
27048information output to the screen. To help you read all of it,
27049@value{GDBN} pauses and asks you for input at the end of each page of
eb6af809
TT
27050output. Type @key{RET} when you want to see one more page of output,
27051@kbd{q} to discard the remaining output, or @kbd{c} to continue
27052without paging for the rest of the current command. Also, the screen
27053width setting determines when to wrap lines of output. Depending on
27054what is being printed, @value{GDBN} tries to break the line at a
27055readable place, rather than simply letting it overflow onto the
27056following line.
8e04817f
AC
27057
27058Normally @value{GDBN} knows the size of the screen from the terminal
27059driver software. For example, on Unix @value{GDBN} uses the termcap data base
27060together with the value of the @code{TERM} environment variable and the
27061@code{stty rows} and @code{stty cols} settings. If this is not correct,
27062you can override it with the @code{set height} and @code{set
27063width} commands:
27064
27065@table @code
27066@kindex set height
27067@kindex set width
27068@kindex show width
27069@kindex show height
27070@item set height @var{lpp}
f81d1120 27071@itemx set height unlimited
8e04817f
AC
27072@itemx show height
27073@itemx set width @var{cpl}
f81d1120 27074@itemx set width unlimited
8e04817f
AC
27075@itemx show width
27076These @code{set} commands specify a screen height of @var{lpp} lines and
27077a screen width of @var{cpl} characters. The associated @code{show}
27078commands display the current settings.
104c1213 27079
f81d1120
PA
27080If you specify a height of either @code{unlimited} or zero lines,
27081@value{GDBN} does not pause during output no matter how long the
27082output is. This is useful if output is to a file or to an editor
27083buffer.
104c1213 27084
f81d1120
PA
27085Likewise, you can specify @samp{set width unlimited} or @samp{set
27086width 0} to prevent @value{GDBN} from wrapping its output.
9c16f35a
EZ
27087
27088@item set pagination on
27089@itemx set pagination off
27090@kindex set pagination
27091Turn the output pagination on or off; the default is on. Turning
f81d1120 27092pagination off is the alternative to @code{set height unlimited}. Note that
7c953934
TT
27093running @value{GDBN} with the @option{--batch} option (@pxref{Mode
27094Options, -batch}) also automatically disables pagination.
9c16f35a
EZ
27095
27096@item show pagination
27097@kindex show pagination
27098Show the current pagination mode.
104c1213
JM
27099@end table
27100
140a4bc0
TT
27101@node Output Styling
27102@section Output Styling
27103@cindex styling
27104@cindex colors
27105
27106@kindex set style
27107@kindex show style
27108@value{GDBN} can style its output on a capable terminal. This is
7557a514
AH
27109enabled by default on most systems, but disabled by default when in
27110batch mode (@pxref{Mode Options}). Various style settings are available;
27111and styles can also be disabled entirely.
140a4bc0
TT
27112
27113@table @code
27114@item set style enabled @samp{on|off}
27115Enable or disable all styling. The default is host-dependent, with
27116most hosts defaulting to @samp{on}.
27117
27118@item show style enabled
27119Show the current state of styling.
d085f989
TT
27120
27121@item set style sources @samp{on|off}
27122Enable or disable source code styling. This affects whether source
27123code, such as the output of the @code{list} command, is styled. Note
27124that source styling only works if styling in general is enabled, and
27125if @value{GDBN} was linked with the GNU Source Highlight library. The
27126default is @samp{on}.
27127
27128@item show style sources
27129Show the current state of source code styling.
140a4bc0
TT
27130@end table
27131
27132Subcommands of @code{set style} control specific forms of styling.
27133These subcommands all follow the same pattern: each style-able object
27134can be styled with a foreground color, a background color, and an
27135intensity.
27136
27137For example, the style of file names can be controlled using the
27138@code{set style filename} group of commands:
27139
27140@table @code
27141@item set style filename background @var{color}
27142Set the background to @var{color}. Valid colors are @samp{none}
27143(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 27144@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
27145and@samp{white}.
27146
27147@item set style filename foreground @var{color}
27148Set the foreground to @var{color}. Valid colors are @samp{none}
27149(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 27150@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
27151and@samp{white}.
27152
27153@item set style filename intensity @var{value}
27154Set the intensity to @var{value}. Valid intensities are @samp{normal}
27155(the default), @samp{bold}, and @samp{dim}.
27156@end table
27157
e664d728
PW
27158The @code{show style} command and its subcommands are styling
27159a style name in their output using its own style.
27160So, use @command{show style} to see the complete list of styles,
27161their characteristics and the visual aspect of each style.
27162
140a4bc0
TT
27163The style-able objects are:
27164@table @code
27165@item filename
e3624a40
EZ
27166Control the styling of file names. By default, this style's
27167foreground color is green.
140a4bc0
TT
27168
27169@item function
27170Control the styling of function names. These are managed with the
e3624a40
EZ
27171@code{set style function} family of commands. By default, this
27172style's foreground color is yellow.
140a4bc0
TT
27173
27174@item variable
27175Control the styling of variable names. These are managed with the
e3624a40
EZ
27176@code{set style variable} family of commands. By default, this style's
27177foreground color is cyan.
140a4bc0
TT
27178
27179@item address
27180Control the styling of addresses. These are managed with the
e3624a40
EZ
27181@code{set style address} family of commands. By default, this style's
27182foreground color is blue.
e664d728
PW
27183
27184@item title
27185Control the styling of titles. These are managed with the
27186@code{set style title} family of commands. By default, this style's
27187intensity is bold. Commands are using the title style to improve
6b92c0d3 27188the readability of large output. For example, the commands
e664d728
PW
27189@command{apropos} and @command{help} are using the title style
27190for the command names.
27191
27192@item highlight
27193Control the styling of highlightings. These are managed with the
27194@code{set style highlight} family of commands. By default, this style's
27195foreground color is red. Commands are using the highlight style to draw
27196the user attention to some specific parts of their output. For example,
27197the command @command{apropos -v REGEXP} uses the highlight style to
27198mark the documentation parts matching @var{regexp}.
27199
a2a7af0c
TT
27200@item tui-border
27201Control the styling of the TUI border. Note that, unlike other
27202styling options, only the color of the border can be controlled via
27203@code{set style}. This was done for compatibility reasons, as TUI
27204controls to set the border's intensity predated the addition of
27205general styling to @value{GDBN}. @xref{TUI Configuration}.
27206
27207@item tui-active-border
27208Control the styling of the active TUI border; that is, the TUI window
27209that has the focus.
27210
140a4bc0
TT
27211@end table
27212
8e04817f
AC
27213@node Numbers
27214@section Numbers
27215@cindex number representation
27216@cindex entering numbers
104c1213 27217
8e04817f
AC
27218You can always enter numbers in octal, decimal, or hexadecimal in
27219@value{GDBN} by the usual conventions: octal numbers begin with
27220@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
27221begin with @samp{0x}. Numbers that neither begin with @samp{0} or
27222@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2722310; likewise, the default display for numbers---when no particular
27224format is specified---is base 10. You can change the default base for
27225both input and output with the commands described below.
104c1213 27226
8e04817f
AC
27227@table @code
27228@kindex set input-radix
27229@item set input-radix @var{base}
27230Set the default base for numeric input. Supported choices
697aa1b7 27231for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 27232specified either unambiguously or using the current input radix; for
8e04817f 27233example, any of
104c1213 27234
8e04817f 27235@smallexample
9c16f35a
EZ
27236set input-radix 012
27237set input-radix 10.
27238set input-radix 0xa
8e04817f 27239@end smallexample
104c1213 27240
8e04817f 27241@noindent
9c16f35a 27242sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
27243leaves the input radix unchanged, no matter what it was, since
27244@samp{10}, being without any leading or trailing signs of its base, is
27245interpreted in the current radix. Thus, if the current radix is 16,
27246@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
27247change the radix.
104c1213 27248
8e04817f
AC
27249@kindex set output-radix
27250@item set output-radix @var{base}
27251Set the default base for numeric display. Supported choices
697aa1b7 27252for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 27253specified either unambiguously or using the current input radix.
104c1213 27254
8e04817f
AC
27255@kindex show input-radix
27256@item show input-radix
27257Display the current default base for numeric input.
104c1213 27258
8e04817f
AC
27259@kindex show output-radix
27260@item show output-radix
27261Display the current default base for numeric display.
9c16f35a
EZ
27262
27263@item set radix @r{[}@var{base}@r{]}
27264@itemx show radix
27265@kindex set radix
27266@kindex show radix
27267These commands set and show the default base for both input and output
27268of numbers. @code{set radix} sets the radix of input and output to
27269the same base; without an argument, it resets the radix back to its
27270default value of 10.
27271
8e04817f 27272@end table
104c1213 27273
1e698235 27274@node ABI
79a6e687 27275@section Configuring the Current ABI
1e698235
DJ
27276
27277@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
27278application automatically. However, sometimes you need to override its
27279conclusions. Use these commands to manage @value{GDBN}'s view of the
27280current ABI.
27281
98b45e30
DJ
27282@cindex OS ABI
27283@kindex set osabi
b4e9345d 27284@kindex show osabi
430ed3f0 27285@cindex Newlib OS ABI and its influence on the longjmp handling
98b45e30
DJ
27286
27287One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 27288system targets, either via remote debugging or native emulation.
98b45e30
DJ
27289@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
27290but you can override its conclusion using the @code{set osabi} command.
27291One example where this is useful is in debugging of binaries which use
27292an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
27293not have the same identifying marks that the standard C library for your
27294platform provides.
27295
430ed3f0
MS
27296When @value{GDBN} is debugging the AArch64 architecture, it provides a
27297``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
27298@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
27299The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
27300
98b45e30
DJ
27301@table @code
27302@item show osabi
27303Show the OS ABI currently in use.
27304
27305@item set osabi
27306With no argument, show the list of registered available OS ABI's.
27307
27308@item set osabi @var{abi}
27309Set the current OS ABI to @var{abi}.
27310@end table
27311
1e698235 27312@cindex float promotion
1e698235
DJ
27313
27314Generally, the way that an argument of type @code{float} is passed to a
27315function depends on whether the function is prototyped. For a prototyped
27316(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
27317according to the architecture's convention for @code{float}. For unprototyped
27318(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
27319@code{double} and then passed.
27320
27321Unfortunately, some forms of debug information do not reliably indicate whether
27322a function is prototyped. If @value{GDBN} calls a function that is not marked
27323as prototyped, it consults @kbd{set coerce-float-to-double}.
27324
27325@table @code
a8f24a35 27326@kindex set coerce-float-to-double
1e698235
DJ
27327@item set coerce-float-to-double
27328@itemx set coerce-float-to-double on
27329Arguments of type @code{float} will be promoted to @code{double} when passed
27330to an unprototyped function. This is the default setting.
27331
27332@item set coerce-float-to-double off
27333Arguments of type @code{float} will be passed directly to unprototyped
27334functions.
9c16f35a
EZ
27335
27336@kindex show coerce-float-to-double
27337@item show coerce-float-to-double
27338Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
27339@end table
27340
f1212245
DJ
27341@kindex set cp-abi
27342@kindex show cp-abi
27343@value{GDBN} needs to know the ABI used for your program's C@t{++}
27344objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
27345used to build your application. @value{GDBN} only fully supports
27346programs with a single C@t{++} ABI; if your program contains code using
27347multiple C@t{++} ABI's or if @value{GDBN} can not identify your
27348program's ABI correctly, you can tell @value{GDBN} which ABI to use.
27349Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
27350before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
27351``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
27352use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
27353``auto''.
27354
27355@table @code
27356@item show cp-abi
27357Show the C@t{++} ABI currently in use.
27358
27359@item set cp-abi
27360With no argument, show the list of supported C@t{++} ABI's.
27361
27362@item set cp-abi @var{abi}
27363@itemx set cp-abi auto
27364Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
27365@end table
27366
bf88dd68
JK
27367@node Auto-loading
27368@section Automatically loading associated files
27369@cindex auto-loading
27370
27371@value{GDBN} sometimes reads files with commands and settings automatically,
27372without being explicitly told so by the user. We call this feature
27373@dfn{auto-loading}. While auto-loading is useful for automatically adapting
27374@value{GDBN} to the needs of your project, it can sometimes produce unexpected
27375results or introduce security risks (e.g., if the file comes from untrusted
27376sources).
27377
71b8c845
DE
27378@menu
27379* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
27380* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
27381
27382* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
27383* Auto-loading verbose mode:: @samp{set/show debug auto-load}
27384@end menu
27385
27386There are various kinds of files @value{GDBN} can automatically load.
27387In addition to these files, @value{GDBN} supports auto-loading code written
27388in various extension languages. @xref{Auto-loading extensions}.
27389
c1668e4e
JK
27390Note that loading of these associated files (including the local @file{.gdbinit}
27391file) requires accordingly configured @code{auto-load safe-path}
27392(@pxref{Auto-loading safe path}).
27393
bf88dd68
JK
27394For these reasons, @value{GDBN} includes commands and options to let you
27395control when to auto-load files and which files should be auto-loaded.
27396
27397@table @code
27398@anchor{set auto-load off}
27399@kindex set auto-load off
27400@item set auto-load off
27401Globally disable loading of all auto-loaded files.
27402You may want to use this command with the @samp{-iex} option
27403(@pxref{Option -init-eval-command}) such as:
27404@smallexample
27405$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
27406@end smallexample
27407
27408Be aware that system init file (@pxref{System-wide configuration})
27409and init files from your home directory (@pxref{Home Directory Init File})
27410still get read (as they come from generally trusted directories).
27411To prevent @value{GDBN} from auto-loading even those init files, use the
27412@option{-nx} option (@pxref{Mode Options}), in addition to
27413@code{set auto-load no}.
27414
27415@anchor{show auto-load}
27416@kindex show auto-load
27417@item show auto-load
27418Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
27419or disabled.
27420
27421@smallexample
a8b43b7b 27422(@value{GDBP}) show auto-load
bf88dd68
JK
27423gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
27424libthread-db: Auto-loading of inferior specific libthread_db is on.
1ccacbcd
JK
27425local-gdbinit: Auto-loading of .gdbinit script from current directory
27426 is on.
bf88dd68 27427python-scripts: Auto-loading of Python scripts is on.
bccbefd2 27428safe-path: List of directories from which it is safe to auto-load files
1564a261 27429 is $debugdir:$datadir/auto-load.
7349ff92 27430scripts-directory: List of directories from which to load auto-loaded scripts
1564a261 27431 is $debugdir:$datadir/auto-load.
bf88dd68
JK
27432@end smallexample
27433
27434@anchor{info auto-load}
27435@kindex info auto-load
27436@item info auto-load
27437Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
27438not.
27439
27440@smallexample
a8b43b7b 27441(@value{GDBP}) info auto-load
bf88dd68
JK
27442gdb-scripts:
27443Loaded Script
27444Yes /home/user/gdb/gdb-gdb.gdb
27445libthread-db: No auto-loaded libthread-db.
1ccacbcd
JK
27446local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
27447 loaded.
bf88dd68
JK
27448python-scripts:
27449Loaded Script
27450Yes /home/user/gdb/gdb-gdb.py
27451@end smallexample
27452@end table
27453
bf88dd68
JK
27454These are @value{GDBN} control commands for the auto-loading:
27455
27456@multitable @columnfractions .5 .5
27457@item @xref{set auto-load off}.
27458@tab Disable auto-loading globally.
27459@item @xref{show auto-load}.
27460@tab Show setting of all kinds of files.
27461@item @xref{info auto-load}.
27462@tab Show state of all kinds of files.
27463@item @xref{set auto-load gdb-scripts}.
27464@tab Control for @value{GDBN} command scripts.
27465@item @xref{show auto-load gdb-scripts}.
27466@tab Show setting of @value{GDBN} command scripts.
27467@item @xref{info auto-load gdb-scripts}.
27468@tab Show state of @value{GDBN} command scripts.
27469@item @xref{set auto-load python-scripts}.
27470@tab Control for @value{GDBN} Python scripts.
27471@item @xref{show auto-load python-scripts}.
27472@tab Show setting of @value{GDBN} Python scripts.
27473@item @xref{info auto-load python-scripts}.
27474@tab Show state of @value{GDBN} Python scripts.
ed3ef339
DE
27475@item @xref{set auto-load guile-scripts}.
27476@tab Control for @value{GDBN} Guile scripts.
27477@item @xref{show auto-load guile-scripts}.
27478@tab Show setting of @value{GDBN} Guile scripts.
27479@item @xref{info auto-load guile-scripts}.
27480@tab Show state of @value{GDBN} Guile scripts.
7349ff92
JK
27481@item @xref{set auto-load scripts-directory}.
27482@tab Control for @value{GDBN} auto-loaded scripts location.
27483@item @xref{show auto-load scripts-directory}.
27484@tab Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
27485@item @xref{add-auto-load-scripts-directory}.
27486@tab Add directory for auto-loaded scripts location list.
bf88dd68
JK
27487@item @xref{set auto-load local-gdbinit}.
27488@tab Control for init file in the current directory.
27489@item @xref{show auto-load local-gdbinit}.
27490@tab Show setting of init file in the current directory.
27491@item @xref{info auto-load local-gdbinit}.
27492@tab Show state of init file in the current directory.
27493@item @xref{set auto-load libthread-db}.
27494@tab Control for thread debugging library.
27495@item @xref{show auto-load libthread-db}.
27496@tab Show setting of thread debugging library.
27497@item @xref{info auto-load libthread-db}.
27498@tab Show state of thread debugging library.
bccbefd2
JK
27499@item @xref{set auto-load safe-path}.
27500@tab Control directories trusted for automatic loading.
27501@item @xref{show auto-load safe-path}.
27502@tab Show directories trusted for automatic loading.
27503@item @xref{add-auto-load-safe-path}.
27504@tab Add directory trusted for automatic loading.
bf88dd68
JK
27505@end multitable
27506
bf88dd68
JK
27507@node Init File in the Current Directory
27508@subsection Automatically loading init file in the current directory
27509@cindex auto-loading init file in the current directory
27510
27511By default, @value{GDBN} reads and executes the canned sequences of commands
27512from init file (if any) in the current working directory,
27513see @ref{Init File in the Current Directory during Startup}.
27514
c1668e4e
JK
27515Note that loading of this local @file{.gdbinit} file also requires accordingly
27516configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27517
bf88dd68
JK
27518@table @code
27519@anchor{set auto-load local-gdbinit}
27520@kindex set auto-load local-gdbinit
27521@item set auto-load local-gdbinit [on|off]
27522Enable or disable the auto-loading of canned sequences of commands
27523(@pxref{Sequences}) found in init file in the current directory.
27524
27525@anchor{show auto-load local-gdbinit}
27526@kindex show auto-load local-gdbinit
27527@item show auto-load local-gdbinit
27528Show whether auto-loading of canned sequences of commands from init file in the
27529current directory is enabled or disabled.
27530
27531@anchor{info auto-load local-gdbinit}
27532@kindex info auto-load local-gdbinit
27533@item info auto-load local-gdbinit
27534Print whether canned sequences of commands from init file in the
27535current directory have been auto-loaded.
27536@end table
27537
27538@node libthread_db.so.1 file
27539@subsection Automatically loading thread debugging library
27540@cindex auto-loading libthread_db.so.1
27541
27542This feature is currently present only on @sc{gnu}/Linux native hosts.
27543
27544@value{GDBN} reads in some cases thread debugging library from places specific
27545to the inferior (@pxref{set libthread-db-search-path}).
27546
27547The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
27548without checking this @samp{set auto-load libthread-db} switch as system
27549libraries have to be trusted in general. In all other cases of
27550@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
27551auto-load libthread-db} is enabled before trying to open such thread debugging
27552library.
27553
c1668e4e
JK
27554Note that loading of this debugging library also requires accordingly configured
27555@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27556
bf88dd68
JK
27557@table @code
27558@anchor{set auto-load libthread-db}
27559@kindex set auto-load libthread-db
27560@item set auto-load libthread-db [on|off]
27561Enable or disable the auto-loading of inferior specific thread debugging library.
27562
27563@anchor{show auto-load libthread-db}
27564@kindex show auto-load libthread-db
27565@item show auto-load libthread-db
27566Show whether auto-loading of inferior specific thread debugging library is
27567enabled or disabled.
27568
27569@anchor{info auto-load libthread-db}
27570@kindex info auto-load libthread-db
27571@item info auto-load libthread-db
27572Print the list of all loaded inferior specific thread debugging libraries and
27573for each such library print list of inferior @var{pid}s using it.
27574@end table
27575
bccbefd2
JK
27576@node Auto-loading safe path
27577@subsection Security restriction for auto-loading
27578@cindex auto-loading safe-path
27579
27580As the files of inferior can come from untrusted source (such as submitted by
27581an application user) @value{GDBN} does not always load any files automatically.
27582@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
27583directories trusted for loading files not explicitly requested by user.
202cbf1c 27584Each directory can also be a shell wildcard pattern.
bccbefd2
JK
27585
27586If the path is not set properly you will see a warning and the file will not
27587get loaded:
27588
27589@smallexample
27590$ ./gdb -q ./gdb
27591Reading symbols from /home/user/gdb/gdb...done.
27592warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
1564a261
JK
27593 declined by your `auto-load safe-path' set
27594 to "$debugdir:$datadir/auto-load".
bccbefd2 27595warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
1564a261
JK
27596 declined by your `auto-load safe-path' set
27597 to "$debugdir:$datadir/auto-load".
bccbefd2
JK
27598@end smallexample
27599
2c91021c
JK
27600@noindent
27601To instruct @value{GDBN} to go ahead and use the init files anyway,
27602invoke @value{GDBN} like this:
27603
27604@smallexample
27605$ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
27606@end smallexample
27607
bccbefd2
JK
27608The list of trusted directories is controlled by the following commands:
27609
27610@table @code
27611@anchor{set auto-load safe-path}
27612@kindex set auto-load safe-path
af2c1515 27613@item set auto-load safe-path @r{[}@var{directories}@r{]}
bccbefd2
JK
27614Set the list of directories (and their subdirectories) trusted for automatic
27615loading and execution of scripts. You can also enter a specific trusted file.
202cbf1c
JK
27616Each directory can also be a shell wildcard pattern; wildcards do not match
27617directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
27618(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
af2c1515
JK
27619If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
27620its default value as specified during @value{GDBN} compilation.
27621
d9242c17 27622The list of directories uses path separator (@samp{:} on GNU and Unix
bccbefd2
JK
27623systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27624to the @env{PATH} environment variable.
27625
27626@anchor{show auto-load safe-path}
27627@kindex show auto-load safe-path
27628@item show auto-load safe-path
27629Show the list of directories trusted for automatic loading and execution of
27630scripts.
27631
27632@anchor{add-auto-load-safe-path}
27633@kindex add-auto-load-safe-path
27634@item add-auto-load-safe-path
413b59ae
JK
27635Add an entry (or list of entries) to the list of directories trusted for
27636automatic loading and execution of scripts. Multiple entries may be delimited
27637by the host platform path separator in use.
bccbefd2
JK
27638@end table
27639
7349ff92 27640This variable defaults to what @code{--with-auto-load-dir} has been configured
1564a261
JK
27641to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
27642substitution applies the same as for @ref{set auto-load scripts-directory}.
27643The default @code{set auto-load safe-path} value can be also overriden by
27644@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
6dea1fbd 27645
6dea1fbd
JK
27646Setting this variable to @file{/} disables this security protection,
27647corresponding @value{GDBN} configuration option is
27648@option{--without-auto-load-safe-path}.
bccbefd2
JK
27649This variable is supposed to be set to the system directories writable by the
27650system superuser only. Users can add their source directories in init files in
27651their home directories (@pxref{Home Directory Init File}). See also deprecated
27652init file in the current directory
27653(@pxref{Init File in the Current Directory during Startup}).
27654
27655To force @value{GDBN} to load the files it declined to load in the previous
27656example, you could use one of the following ways:
27657
0511cc75
JK
27658@table @asis
27659@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
bccbefd2
JK
27660Specify this trusted directory (or a file) as additional component of the list.
27661You have to specify also any existing directories displayed by
27662by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
27663
174bb630 27664@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
bccbefd2
JK
27665Specify this directory as in the previous case but just for a single
27666@value{GDBN} session.
27667
af2c1515 27668@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
bccbefd2
JK
27669Disable auto-loading safety for a single @value{GDBN} session.
27670This assumes all the files you debug during this @value{GDBN} session will come
27671from trusted sources.
27672
27673@item @kbd{./configure --without-auto-load-safe-path}
27674During compilation of @value{GDBN} you may disable any auto-loading safety.
27675This assumes all the files you will ever debug with this @value{GDBN} come from
27676trusted sources.
0511cc75 27677@end table
bccbefd2
JK
27678
27679On the other hand you can also explicitly forbid automatic files loading which
27680also suppresses any such warning messages:
27681
0511cc75 27682@table @asis
174bb630 27683@item @kbd{gdb -iex "set auto-load no" @dots{}}
bccbefd2
JK
27684You can use @value{GDBN} command-line option for a single @value{GDBN} session.
27685
0511cc75 27686@item @file{~/.gdbinit}: @samp{set auto-load no}
bccbefd2
JK
27687Disable auto-loading globally for the user
27688(@pxref{Home Directory Init File}). While it is improbable, you could also
27689use system init file instead (@pxref{System-wide configuration}).
0511cc75 27690@end table
bccbefd2
JK
27691
27692This setting applies to the file names as entered by user. If no entry matches
27693@value{GDBN} tries as a last resort to also resolve all the file names into
27694their canonical form (typically resolving symbolic links) and compare the
27695entries again. @value{GDBN} already canonicalizes most of the filenames on its
27696own before starting the comparison so a canonical form of directories is
27697recommended to be entered.
27698
4dc84fd1
JK
27699@node Auto-loading verbose mode
27700@subsection Displaying files tried for auto-load
27701@cindex auto-loading verbose mode
27702
27703For better visibility of all the file locations where you can place scripts to
27704be auto-loaded with inferior --- or to protect yourself against accidental
27705execution of untrusted scripts --- @value{GDBN} provides a feature for printing
27706all the files attempted to be loaded. Both existing and non-existing files may
27707be printed.
27708
27709For example the list of directories from which it is safe to auto-load files
27710(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
27711may not be too obvious while setting it up.
27712
27713@smallexample
a8b43b7b
T
27714(@value{GDBP}) set debug auto-load on
27715(@value{GDBP}) file ~/src/t/true
4dc84fd1
JK
27716auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
27717 for objfile "/tmp/true".
27718auto-load: Updating directories of "/usr:/opt".
27719auto-load: Using directory "/usr".
27720auto-load: Using directory "/opt".
27721warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
27722 by your `auto-load safe-path' set to "/usr:/opt".
27723@end smallexample
27724
27725@table @code
27726@anchor{set debug auto-load}
27727@kindex set debug auto-load
27728@item set debug auto-load [on|off]
27729Set whether to print the filenames attempted to be auto-loaded.
27730
27731@anchor{show debug auto-load}
27732@kindex show debug auto-load
27733@item show debug auto-load
27734Show whether printing of the filenames attempted to be auto-loaded is turned
27735on or off.
27736@end table
27737
8e04817f 27738@node Messages/Warnings
79a6e687 27739@section Optional Warnings and Messages
104c1213 27740
9c16f35a
EZ
27741@cindex verbose operation
27742@cindex optional warnings
8e04817f
AC
27743By default, @value{GDBN} is silent about its inner workings. If you are
27744running on a slow machine, you may want to use the @code{set verbose}
27745command. This makes @value{GDBN} tell you when it does a lengthy
27746internal operation, so you will not think it has crashed.
104c1213 27747
8e04817f
AC
27748Currently, the messages controlled by @code{set verbose} are those
27749which announce that the symbol table for a source file is being read;
79a6e687 27750see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 27751
8e04817f
AC
27752@table @code
27753@kindex set verbose
27754@item set verbose on
27755Enables @value{GDBN} output of certain informational messages.
104c1213 27756
8e04817f
AC
27757@item set verbose off
27758Disables @value{GDBN} output of certain informational messages.
104c1213 27759
8e04817f
AC
27760@kindex show verbose
27761@item show verbose
27762Displays whether @code{set verbose} is on or off.
27763@end table
104c1213 27764
8e04817f
AC
27765By default, if @value{GDBN} encounters bugs in the symbol table of an
27766object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
27767find this information useful (@pxref{Symbol Errors, ,Errors Reading
27768Symbol Files}).
104c1213 27769
8e04817f 27770@table @code
104c1213 27771
8e04817f
AC
27772@kindex set complaints
27773@item set complaints @var{limit}
27774Permits @value{GDBN} to output @var{limit} complaints about each type of
27775unusual symbols before becoming silent about the problem. Set
27776@var{limit} to zero to suppress all complaints; set it to a large number
27777to prevent complaints from being suppressed.
104c1213 27778
8e04817f
AC
27779@kindex show complaints
27780@item show complaints
27781Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 27782
8e04817f 27783@end table
104c1213 27784
d837706a 27785@anchor{confirmation requests}
8e04817f
AC
27786By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
27787lot of stupid questions to confirm certain commands. For example, if
27788you try to run a program which is already running:
104c1213 27789
474c8240 27790@smallexample
8e04817f
AC
27791(@value{GDBP}) run
27792The program being debugged has been started already.
27793Start it from the beginning? (y or n)
474c8240 27794@end smallexample
104c1213 27795
8e04817f
AC
27796If you are willing to unflinchingly face the consequences of your own
27797commands, you can disable this ``feature'':
104c1213 27798
8e04817f 27799@table @code
104c1213 27800
8e04817f
AC
27801@kindex set confirm
27802@cindex flinching
27803@cindex confirmation
27804@cindex stupid questions
27805@item set confirm off
7c953934
TT
27806Disables confirmation requests. Note that running @value{GDBN} with
27807the @option{--batch} option (@pxref{Mode Options, -batch}) also
27808automatically disables confirmation requests.
104c1213 27809
8e04817f
AC
27810@item set confirm on
27811Enables confirmation requests (the default).
104c1213 27812
8e04817f
AC
27813@kindex show confirm
27814@item show confirm
27815Displays state of confirmation requests.
27816
27817@end table
104c1213 27818
16026cd7
AS
27819@cindex command tracing
27820If you need to debug user-defined commands or sourced files you may find it
27821useful to enable @dfn{command tracing}. In this mode each command will be
27822printed as it is executed, prefixed with one or more @samp{+} symbols, the
27823quantity denoting the call depth of each command.
27824
27825@table @code
27826@kindex set trace-commands
27827@cindex command scripts, debugging
27828@item set trace-commands on
27829Enable command tracing.
27830@item set trace-commands off
27831Disable command tracing.
27832@item show trace-commands
27833Display the current state of command tracing.
27834@end table
27835
8e04817f 27836@node Debugging Output
79a6e687 27837@section Optional Messages about Internal Happenings
4644b6e3
EZ
27838@cindex optional debugging messages
27839
da316a69
EZ
27840@value{GDBN} has commands that enable optional debugging messages from
27841various @value{GDBN} subsystems; normally these commands are of
27842interest to @value{GDBN} maintainers, or when reporting a bug. This
27843section documents those commands.
27844
104c1213 27845@table @code
a8f24a35
EZ
27846@kindex set exec-done-display
27847@item set exec-done-display
27848Turns on or off the notification of asynchronous commands'
27849completion. When on, @value{GDBN} will print a message when an
27850asynchronous command finishes its execution. The default is off.
27851@kindex show exec-done-display
27852@item show exec-done-display
27853Displays the current setting of asynchronous command completion
27854notification.
4644b6e3 27855@kindex set debug
be9a8770
PA
27856@cindex ARM AArch64
27857@item set debug aarch64
27858Turns on or off display of debugging messages related to ARM AArch64.
27859The default is off.
27860@kindex show debug
27861@item show debug aarch64
27862Displays the current state of displaying debugging messages related to
27863ARM AArch64.
4644b6e3 27864@cindex gdbarch debugging info
a8f24a35 27865@cindex architecture debugging info
8e04817f 27866@item set debug arch
a8f24a35 27867Turns on or off display of gdbarch debugging info. The default is off
8e04817f
AC
27868@item show debug arch
27869Displays the current state of displaying gdbarch debugging info.
9a005eb9
JB
27870@item set debug aix-solib
27871@cindex AIX shared library debugging
27872Control display of debugging messages from the AIX shared library
27873support module. The default is off.
27874@item show debug aix-thread
27875Show the current state of displaying AIX shared library debugging messages.
721c2651
EZ
27876@item set debug aix-thread
27877@cindex AIX threads
27878Display debugging messages about inner workings of the AIX thread
27879module.
27880@item show debug aix-thread
27881Show the current state of AIX thread debugging info display.
900e11f9
JK
27882@item set debug check-physname
27883@cindex physname
27884Check the results of the ``physname'' computation. When reading DWARF
27885debugging information for C@t{++}, @value{GDBN} attempts to compute
27886each entity's name. @value{GDBN} can do this computation in two
27887different ways, depending on exactly what information is present.
27888When enabled, this setting causes @value{GDBN} to compute the names
27889both ways and display any discrepancies.
27890@item show debug check-physname
27891Show the current state of ``physname'' checking.
be9a8770
PA
27892@item set debug coff-pe-read
27893@cindex COFF/PE exported symbols
27894Control display of debugging messages related to reading of COFF/PE
27895exported symbols. The default is off.
27896@item show debug coff-pe-read
27897Displays the current state of displaying debugging messages related to
27898reading of COFF/PE exported symbols.
b4f54984
DE
27899@item set debug dwarf-die
27900@cindex DWARF DIEs
27901Dump DWARF DIEs after they are read in.
d97bc12b
DE
27902The value is the number of nesting levels to print.
27903A value of zero turns off the display.
b4f54984
DE
27904@item show debug dwarf-die
27905Show the current state of DWARF DIE debugging.
27e0867f
DE
27906@item set debug dwarf-line
27907@cindex DWARF Line Tables
27908Turns on or off display of debugging messages related to reading
27909DWARF line tables. The default is 0 (off).
27910A value of 1 provides basic information.
27911A value greater than 1 provides more verbose information.
27912@item show debug dwarf-line
27913Show the current state of DWARF line table debugging.
b4f54984
DE
27914@item set debug dwarf-read
27915@cindex DWARF Reading
45cfd468 27916Turns on or off display of debugging messages related to reading
73be47f5
DE
27917DWARF debug info. The default is 0 (off).
27918A value of 1 provides basic information.
27919A value greater than 1 provides more verbose information.
b4f54984
DE
27920@item show debug dwarf-read
27921Show the current state of DWARF reader debugging.
237fc4c9
PA
27922@item set debug displaced
27923@cindex displaced stepping debugging info
27924Turns on or off display of @value{GDBN} debugging info for the
27925displaced stepping support. The default is off.
27926@item show debug displaced
27927Displays the current state of displaying @value{GDBN} debugging info
27928related to displaced stepping.
8e04817f 27929@item set debug event
4644b6e3 27930@cindex event debugging info
a8f24a35 27931Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 27932default is off.
8e04817f
AC
27933@item show debug event
27934Displays the current state of displaying @value{GDBN} event debugging
27935info.
8e04817f 27936@item set debug expression
4644b6e3 27937@cindex expression debugging info
721c2651
EZ
27938Turns on or off display of debugging info about @value{GDBN}
27939expression parsing. The default is off.
8e04817f 27940@item show debug expression
721c2651
EZ
27941Displays the current state of displaying debugging info about
27942@value{GDBN} expression parsing.
6e9567fe
JB
27943@item set debug fbsd-lwp
27944@cindex FreeBSD LWP debug messages
27945Turns on or off debugging messages from the FreeBSD LWP debug support.
27946@item show debug fbsd-lwp
27947Show the current state of FreeBSD LWP debugging messages.
386a8676
JB
27948@item set debug fbsd-nat
27949@cindex FreeBSD native target debug messages
27950Turns on or off debugging messages from the FreeBSD native target.
27951@item show debug fbsd-nat
27952Show the current state of FreeBSD native target debugging messages.
7453dc06 27953@item set debug frame
4644b6e3 27954@cindex frame debugging info
7453dc06
AC
27955Turns on or off display of @value{GDBN} frame debugging info. The
27956default is off.
7453dc06
AC
27957@item show debug frame
27958Displays the current state of displaying @value{GDBN} frame debugging
27959info.
cbe54154
PA
27960@item set debug gnu-nat
27961@cindex @sc{gnu}/Hurd debug messages
67ebd9cb 27962Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
cbe54154
PA
27963@item show debug gnu-nat
27964Show the current state of @sc{gnu}/Hurd debugging messages.
30e91e0b
RC
27965@item set debug infrun
27966@cindex inferior debugging info
27967Turns on or off display of @value{GDBN} debugging info for running the inferior.
27968The default is off. @file{infrun.c} contains GDB's runtime state machine used
27969for implementing operations such as single-stepping the inferior.
27970@item show debug infrun
27971Displays the current state of @value{GDBN} inferior debugging.
a255712f
PP
27972@item set debug jit
27973@cindex just-in-time compilation, debugging messages
67ebd9cb 27974Turn on or off debugging messages from JIT debug support.
a255712f
PP
27975@item show debug jit
27976Displays the current state of @value{GDBN} JIT debugging.
da316a69
EZ
27977@item set debug lin-lwp
27978@cindex @sc{gnu}/Linux LWP debug messages
27979@cindex Linux lightweight processes
67ebd9cb 27980Turn on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
27981@item show debug lin-lwp
27982Show the current state of Linux LWP debugging messages.
7a6a1731
GB
27983@item set debug linux-namespaces
27984@cindex @sc{gnu}/Linux namespaces debug messages
67ebd9cb 27985Turn on or off debugging messages from the Linux namespaces debug support.
7a6a1731
GB
27986@item show debug linux-namespaces
27987Show the current state of Linux namespaces debugging messages.
be9a8770
PA
27988@item set debug mach-o
27989@cindex Mach-O symbols processing
27990Control display of debugging messages related to Mach-O symbols
27991processing. The default is off.
27992@item show debug mach-o
27993Displays the current state of displaying debugging messages related to
27994reading of COFF/PE exported symbols.
c9b6281a
YQ
27995@item set debug notification
27996@cindex remote async notification debugging info
67ebd9cb 27997Turn on or off debugging messages about remote async notification.
c9b6281a
YQ
27998The default is off.
27999@item show debug notification
28000Displays the current state of remote async notification debugging messages.
2b4855ab 28001@item set debug observer
4644b6e3 28002@cindex observer debugging info
2b4855ab
AC
28003Turns on or off display of @value{GDBN} observer debugging. This
28004includes info such as the notification of observable events.
2b4855ab
AC
28005@item show debug observer
28006Displays the current state of observer debugging.
8e04817f 28007@item set debug overload
4644b6e3 28008@cindex C@t{++} overload debugging info
8e04817f 28009Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 28010info. This includes info such as ranking of functions, etc. The default
8e04817f 28011is off.
8e04817f
AC
28012@item show debug overload
28013Displays the current state of displaying @value{GDBN} C@t{++} overload
28014debugging info.
92981e24
TT
28015@cindex expression parser, debugging info
28016@cindex debug expression parser
28017@item set debug parser
28018Turns on or off the display of expression parser debugging output.
28019Internally, this sets the @code{yydebug} variable in the expression
28020parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
28021details. The default is off.
28022@item show debug parser
28023Show the current state of expression parser debugging.
8e04817f
AC
28024@cindex packets, reporting on stdout
28025@cindex serial connections, debugging
605a56cb
DJ
28026@cindex debug remote protocol
28027@cindex remote protocol debugging
28028@cindex display remote packets
8e04817f
AC
28029@item set debug remote
28030Turns on or off display of reports on all packets sent back and forth across
28031the serial line to the remote machine. The info is printed on the
28032@value{GDBN} standard output stream. The default is off.
8e04817f
AC
28033@item show debug remote
28034Displays the state of display of remote packets.
c4dcb155 28035
6cc8564b
LM
28036@item set debug remote-packet-max-chars
28037Sets the maximum number of characters to display for each remote packet when
28038@code{set debug remote} is on. This is useful to prevent @value{GDBN} from
28039displaying lengthy remote packets and polluting the console.
28040
28041The default value is @code{512}, which means @value{GDBN} will truncate each
28042remote packet after 512 bytes.
28043
28044Setting this option to @code{unlimited} will disable truncation and will output
28045the full length of the remote packets.
28046@item show debug remote-packet-max-chars
28047Displays the number of bytes to output for remote packet debugging.
28048
c4dcb155
SM
28049@item set debug separate-debug-file
28050Turns on or off display of debug output about separate debug file search.
28051@item show debug separate-debug-file
28052Displays the state of separate debug file search debug output.
28053
8e04817f
AC
28054@item set debug serial
28055Turns on or off display of @value{GDBN} serial debugging info. The
28056default is off.
8e04817f
AC
28057@item show debug serial
28058Displays the current state of displaying @value{GDBN} serial debugging
28059info.
c45da7e6
EZ
28060@item set debug solib-frv
28061@cindex FR-V shared-library debugging
67ebd9cb 28062Turn on or off debugging messages for FR-V shared-library code.
c45da7e6
EZ
28063@item show debug solib-frv
28064Display the current state of FR-V shared-library code debugging
28065messages.
cc485e62
DE
28066@item set debug symbol-lookup
28067@cindex symbol lookup
28068Turns on or off display of debugging messages related to symbol lookup.
28069The default is 0 (off).
28070A value of 1 provides basic information.
28071A value greater than 1 provides more verbose information.
28072@item show debug symbol-lookup
28073Show the current state of symbol lookup debugging messages.
8fb8eb5c
DE
28074@item set debug symfile
28075@cindex symbol file functions
28076Turns on or off display of debugging messages related to symbol file functions.
28077The default is off. @xref{Files}.
28078@item show debug symfile
28079Show the current state of symbol file debugging messages.
45cfd468
DE
28080@item set debug symtab-create
28081@cindex symbol table creation
28082Turns on or off display of debugging messages related to symbol table creation.
db0fec5c
DE
28083The default is 0 (off).
28084A value of 1 provides basic information.
28085A value greater than 1 provides more verbose information.
45cfd468
DE
28086@item show debug symtab-create
28087Show the current state of symbol table creation debugging.
8e04817f 28088@item set debug target
4644b6e3 28089@cindex target debugging info
8e04817f
AC
28090Turns on or off display of @value{GDBN} target debugging info. This info
28091includes what is going on at the target level of GDB, as it happens. The
701b08bb 28092default is 0. Set it to 1 to track events, and to 2 to also track the
3cecbbbe 28093value of large memory transfers.
8e04817f
AC
28094@item show debug target
28095Displays the current state of displaying @value{GDBN} target debugging
28096info.
75feb17d 28097@item set debug timestamp
6b92c0d3 28098@cindex timestamping debugging info
75feb17d
DJ
28099Turns on or off display of timestamps with @value{GDBN} debugging info.
28100When enabled, seconds and microseconds are displayed before each debugging
28101message.
28102@item show debug timestamp
28103Displays the current state of displaying timestamps with @value{GDBN}
28104debugging info.
f989a1c8 28105@item set debug varobj
4644b6e3 28106@cindex variable object debugging info
8e04817f
AC
28107Turns on or off display of @value{GDBN} variable object debugging
28108info. The default is off.
f989a1c8 28109@item show debug varobj
8e04817f
AC
28110Displays the current state of displaying @value{GDBN} variable object
28111debugging info.
e776119f
DJ
28112@item set debug xml
28113@cindex XML parser debugging
67ebd9cb 28114Turn on or off debugging messages for built-in XML parsers.
e776119f
DJ
28115@item show debug xml
28116Displays the current state of XML debugging messages.
8e04817f 28117@end table
104c1213 28118
14fb1bac
JB
28119@node Other Misc Settings
28120@section Other Miscellaneous Settings
28121@cindex miscellaneous settings
28122
28123@table @code
28124@kindex set interactive-mode
28125@item set interactive-mode
7bfc9434
JB
28126If @code{on}, forces @value{GDBN} to assume that GDB was started
28127in a terminal. In practice, this means that @value{GDBN} should wait
28128for the user to answer queries generated by commands entered at
28129the command prompt. If @code{off}, forces @value{GDBN} to operate
28130in the opposite mode, and it uses the default answers to all queries.
28131If @code{auto} (the default), @value{GDBN} tries to determine whether
28132its standard input is a terminal, and works in interactive-mode if it
28133is, non-interactively otherwise.
14fb1bac
JB
28134
28135In the vast majority of cases, the debugger should be able to guess
28136correctly which mode should be used. But this setting can be useful
28137in certain specific cases, such as running a MinGW @value{GDBN}
28138inside a cygwin window.
28139
28140@kindex show interactive-mode
28141@item show interactive-mode
28142Displays whether the debugger is operating in interactive mode or not.
28143@end table
28144
d57a3c85
TJB
28145@node Extending GDB
28146@chapter Extending @value{GDBN}
28147@cindex extending GDB
28148
71b8c845
DE
28149@value{GDBN} provides several mechanisms for extension.
28150@value{GDBN} also provides the ability to automatically load
28151extensions when it reads a file for debugging. This allows the
28152user to automatically customize @value{GDBN} for the program
28153being debugged.
d57a3c85 28154
71b8c845
DE
28155@menu
28156* Sequences:: Canned Sequences of @value{GDBN} Commands
28157* Python:: Extending @value{GDBN} using Python
ed3ef339 28158* Guile:: Extending @value{GDBN} using Guile
71b8c845 28159* Auto-loading extensions:: Automatically loading extensions
ed3ef339 28160* Multiple Extension Languages:: Working with multiple extension languages
71b8c845
DE
28161* Aliases:: Creating new spellings of existing commands
28162@end menu
28163
28164To facilitate the use of extension languages, @value{GDBN} is capable
95433b34 28165of evaluating the contents of a file. When doing so, @value{GDBN}
71b8c845 28166can recognize which extension language is being used by looking at
95433b34
JB
28167the filename extension. Files with an unrecognized filename extension
28168are always treated as a @value{GDBN} Command Files.
28169@xref{Command Files,, Command files}.
28170
28171You can control how @value{GDBN} evaluates these files with the following
28172setting:
28173
28174@table @code
28175@kindex set script-extension
28176@kindex show script-extension
28177@item set script-extension off
28178All scripts are always evaluated as @value{GDBN} Command Files.
28179
28180@item set script-extension soft
28181The debugger determines the scripting language based on filename
28182extension. If this scripting language is supported, @value{GDBN}
28183evaluates the script using that language. Otherwise, it evaluates
28184the file as a @value{GDBN} Command File.
28185
28186@item set script-extension strict
28187The debugger determines the scripting language based on filename
28188extension, and evaluates the script using that language. If the
28189language is not supported, then the evaluation fails.
28190
28191@item show script-extension
28192Display the current value of the @code{script-extension} option.
28193
28194@end table
28195
ed2a2229
CB
28196@ifset SYSTEM_GDBINIT_DIR
28197This setting is not used for files in the system-wide gdbinit directory.
28198Files in that directory must have an extension matching their language,
28199or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
28200commands. @xref{Startup}.
28201@end ifset
28202
8e04817f 28203@node Sequences
d57a3c85 28204@section Canned Sequences of Commands
104c1213 28205
8e04817f 28206Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 28207Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
28208commands for execution as a unit: user-defined commands and command
28209files.
104c1213 28210
8e04817f 28211@menu
fcc73fe3
EZ
28212* Define:: How to define your own commands
28213* Hooks:: Hooks for user-defined commands
28214* Command Files:: How to write scripts of commands to be stored in a file
28215* Output:: Commands for controlled output
71b8c845 28216* Auto-loading sequences:: Controlling auto-loaded command files
8e04817f 28217@end menu
104c1213 28218
8e04817f 28219@node Define
d57a3c85 28220@subsection User-defined Commands
104c1213 28221
8e04817f 28222@cindex user-defined command
fcc73fe3 28223@cindex arguments, to user-defined commands
8e04817f
AC
28224A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
28225which you assign a new name as a command. This is done with the
df3ee9ca 28226@code{define} command. User commands may accept an unlimited number of arguments
8e04817f 28227separated by whitespace. Arguments are accessed within the user command
df3ee9ca 28228via @code{$arg0@dots{}$argN}. A trivial example:
104c1213 28229
8e04817f
AC
28230@smallexample
28231define adder
28232 print $arg0 + $arg1 + $arg2
c03c782f 28233end
8e04817f 28234@end smallexample
104c1213
JM
28235
28236@noindent
8e04817f 28237To execute the command use:
104c1213 28238
8e04817f
AC
28239@smallexample
28240adder 1 2 3
28241@end smallexample
104c1213 28242
8e04817f
AC
28243@noindent
28244This defines the command @code{adder}, which prints the sum of
28245its three arguments. Note the arguments are text substitutions, so they may
28246reference variables, use complex expressions, or even perform inferior
28247functions calls.
104c1213 28248
fcc73fe3
EZ
28249@cindex argument count in user-defined commands
28250@cindex how many arguments (user-defined commands)
c03c782f 28251In addition, @code{$argc} may be used to find out how many arguments have
df3ee9ca 28252been passed.
c03c782f
AS
28253
28254@smallexample
28255define adder
28256 if $argc == 2
28257 print $arg0 + $arg1
28258 end
28259 if $argc == 3
28260 print $arg0 + $arg1 + $arg2
28261 end
28262end
28263@end smallexample
28264
01770bbd
PA
28265Combining with the @code{eval} command (@pxref{eval}) makes it easier
28266to process a variable number of arguments:
28267
28268@smallexample
28269define adder
28270 set $i = 0
28271 set $sum = 0
28272 while $i < $argc
28273 eval "set $sum = $sum + $arg%d", $i
28274 set $i = $i + 1
28275 end
28276 print $sum
28277end
28278@end smallexample
28279
104c1213 28280@table @code
104c1213 28281
8e04817f
AC
28282@kindex define
28283@item define @var{commandname}
28284Define a command named @var{commandname}. If there is already a command
28285by that name, you are asked to confirm that you want to redefine it.
697aa1b7 28286The argument @var{commandname} may be a bare command name consisting of letters,
bf498525
PW
28287numbers, dashes, dots, and underscores. It may also start with any
28288predefined or user-defined prefix command.
28289For example, @samp{define target my-target} creates
adb483fe 28290a user-defined @samp{target my-target} command.
104c1213 28291
8e04817f
AC
28292The definition of the command is made up of other @value{GDBN} command lines,
28293which are given following the @code{define} command. The end of these
28294commands is marked by a line containing @code{end}.
104c1213 28295
8e04817f 28296@kindex document
ca91424e 28297@kindex end@r{ (user-defined commands)}
8e04817f
AC
28298@item document @var{commandname}
28299Document the user-defined command @var{commandname}, so that it can be
28300accessed by @code{help}. The command @var{commandname} must already be
28301defined. This command reads lines of documentation just as @code{define}
28302reads the lines of the command definition, ending with @code{end}.
28303After the @code{document} command is finished, @code{help} on command
28304@var{commandname} displays the documentation you have written.
104c1213 28305
8e04817f
AC
28306You may use the @code{document} command again to change the
28307documentation of a command. Redefining the command with @code{define}
28308does not change the documentation.
104c1213 28309
bf498525
PW
28310@kindex define-prefix
28311@item define-prefix @var{commandname}
28312Define or mark the command @var{commandname} as a user-defined prefix
28313command. Once marked, @var{commandname} can be used as prefix command
28314by the @code{define} command.
28315Note that @code{define-prefix} can be used with a not yet defined
28316@var{commandname}. In such a case, @var{commandname} is defined as
28317an empty user-defined command.
28318In case you redefine a command that was marked as a user-defined
28319prefix command, the subcommands of the redefined command are kept
28320(and @value{GDBN} indicates so to the user).
28321
28322Example:
28323@example
a8b43b7b
T
28324(@value{GDBP}) define-prefix abc
28325(@value{GDBP}) define-prefix abc def
28326(@value{GDBP}) define abc def
bf498525
PW
28327Type commands for definition of "abc def".
28328End with a line saying just "end".
28329>echo command initial def\n
28330>end
a8b43b7b 28331(@value{GDBP}) define abc def ghi
bf498525
PW
28332Type commands for definition of "abc def ghi".
28333End with a line saying just "end".
28334>echo command ghi\n
28335>end
a8b43b7b 28336(@value{GDBP}) define abc def
bf498525
PW
28337Keeping subcommands of prefix command "def".
28338Redefine command "def"? (y or n) y
28339Type commands for definition of "abc def".
28340End with a line saying just "end".
28341>echo command def\n
28342>end
a8b43b7b 28343(@value{GDBP}) abc def ghi
bf498525 28344command ghi
a8b43b7b 28345(@value{GDBP}) abc def
bf498525 28346command def
a8b43b7b 28347(@value{GDBP})
bf498525
PW
28348@end example
28349
c45da7e6
EZ
28350@kindex dont-repeat
28351@cindex don't repeat command
28352@item dont-repeat
28353Used inside a user-defined command, this tells @value{GDBN} that this
28354command should not be repeated when the user hits @key{RET}
28355(@pxref{Command Syntax, repeat last command}).
28356
8e04817f
AC
28357@kindex help user-defined
28358@item help user-defined
7d74f244 28359List all user-defined commands and all python commands defined in class
6b92c0d3 28360COMMAND_USER. The first line of the documentation or docstring is
7d74f244 28361included (if any).
104c1213 28362
8e04817f
AC
28363@kindex show user
28364@item show user
28365@itemx show user @var{commandname}
28366Display the @value{GDBN} commands used to define @var{commandname} (but
28367not its documentation). If no @var{commandname} is given, display the
28368definitions for all user-defined commands.
7d74f244 28369This does not work for user-defined python commands.
104c1213 28370
fcc73fe3 28371@cindex infinite recursion in user-defined commands
20f01a46
DH
28372@kindex show max-user-call-depth
28373@kindex set max-user-call-depth
28374@item show max-user-call-depth
5ca0cb28
DH
28375@itemx set max-user-call-depth
28376The value of @code{max-user-call-depth} controls how many recursion
3f94c067 28377levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 28378infinite recursion and aborts the command.
7d74f244 28379This does not apply to user-defined python commands.
104c1213
JM
28380@end table
28381
fcc73fe3
EZ
28382In addition to the above commands, user-defined commands frequently
28383use control flow commands, described in @ref{Command Files}.
28384
8e04817f
AC
28385When user-defined commands are executed, the
28386commands of the definition are not printed. An error in any command
28387stops execution of the user-defined command.
104c1213 28388
8e04817f
AC
28389If used interactively, commands that would ask for confirmation proceed
28390without asking when used inside a user-defined command. Many @value{GDBN}
28391commands that normally print messages to say what they are doing omit the
28392messages when used in a user-defined command.
104c1213 28393
8e04817f 28394@node Hooks
d57a3c85 28395@subsection User-defined Command Hooks
8e04817f
AC
28396@cindex command hooks
28397@cindex hooks, for commands
28398@cindex hooks, pre-command
104c1213 28399
8e04817f 28400@kindex hook
8e04817f
AC
28401You may define @dfn{hooks}, which are a special kind of user-defined
28402command. Whenever you run the command @samp{foo}, if the user-defined
28403command @samp{hook-foo} exists, it is executed (with no arguments)
28404before that command.
104c1213 28405
8e04817f
AC
28406@cindex hooks, post-command
28407@kindex hookpost
8e04817f
AC
28408A hook may also be defined which is run after the command you executed.
28409Whenever you run the command @samp{foo}, if the user-defined command
28410@samp{hookpost-foo} exists, it is executed (with no arguments) after
28411that command. Post-execution hooks may exist simultaneously with
28412pre-execution hooks, for the same command.
104c1213 28413
8e04817f 28414It is valid for a hook to call the command which it hooks. If this
9f1c6395 28415occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 28416
8e04817f
AC
28417@c It would be nice if hookpost could be passed a parameter indicating
28418@c if the command it hooks executed properly or not. FIXME!
104c1213 28419
8e04817f
AC
28420@kindex stop@r{, a pseudo-command}
28421In addition, a pseudo-command, @samp{stop} exists. Defining
28422(@samp{hook-stop}) makes the associated commands execute every time
28423execution stops in your program: before breakpoint commands are run,
28424displays are printed, or the stack frame is printed.
104c1213 28425
8e04817f
AC
28426For example, to ignore @code{SIGALRM} signals while
28427single-stepping, but treat them normally during normal execution,
28428you could define:
104c1213 28429
474c8240 28430@smallexample
8e04817f
AC
28431define hook-stop
28432handle SIGALRM nopass
28433end
104c1213 28434
8e04817f
AC
28435define hook-run
28436handle SIGALRM pass
28437end
104c1213 28438
8e04817f 28439define hook-continue
d3e8051b 28440handle SIGALRM pass
8e04817f 28441end
474c8240 28442@end smallexample
104c1213 28443
d3e8051b 28444As a further example, to hook at the beginning and end of the @code{echo}
b383017d 28445command, and to add extra text to the beginning and end of the message,
8e04817f 28446you could define:
104c1213 28447
474c8240 28448@smallexample
8e04817f
AC
28449define hook-echo
28450echo <<<---
28451end
104c1213 28452
8e04817f
AC
28453define hookpost-echo
28454echo --->>>\n
28455end
104c1213 28456
8e04817f
AC
28457(@value{GDBP}) echo Hello World
28458<<<---Hello World--->>>
28459(@value{GDBP})
104c1213 28460
474c8240 28461@end smallexample
104c1213 28462
8e04817f
AC
28463You can define a hook for any single-word command in @value{GDBN}, but
28464not for command aliases; you should define a hook for the basic command
c1468174 28465name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
28466@c FIXME! So how does Joe User discover whether a command is an alias
28467@c or not?
adb483fe
DJ
28468You can hook a multi-word command by adding @code{hook-} or
28469@code{hookpost-} to the last word of the command, e.g.@:
28470@samp{define target hook-remote} to add a hook to @samp{target remote}.
28471
8e04817f
AC
28472If an error occurs during the execution of your hook, execution of
28473@value{GDBN} commands stops and @value{GDBN} issues a prompt
28474(before the command that you actually typed had a chance to run).
104c1213 28475
8e04817f
AC
28476If you try to define a hook which does not match any known command, you
28477get a warning from the @code{define} command.
c906108c 28478
8e04817f 28479@node Command Files
d57a3c85 28480@subsection Command Files
c906108c 28481
8e04817f 28482@cindex command files
fcc73fe3 28483@cindex scripting commands
6fc08d32
EZ
28484A command file for @value{GDBN} is a text file made of lines that are
28485@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
28486also be included. An empty line in a command file does nothing; it
28487does not mean to repeat the last command, as it would from the
28488terminal.
c906108c 28489
6fc08d32 28490You can request the execution of a command file with the @code{source}
95433b34
JB
28491command. Note that the @code{source} command is also used to evaluate
28492scripts that are not Command Files. The exact behavior can be configured
28493using the @code{script-extension} setting.
28494@xref{Extending GDB,, Extending GDB}.
c906108c 28495
8e04817f
AC
28496@table @code
28497@kindex source
ca91424e 28498@cindex execute commands from a file
3f7b2faa 28499@item source [-s] [-v] @var{filename}
8e04817f 28500Execute the command file @var{filename}.
c906108c
SS
28501@end table
28502
fcc73fe3
EZ
28503The lines in a command file are generally executed sequentially,
28504unless the order of execution is changed by one of the
28505@emph{flow-control commands} described below. The commands are not
a71ec265
DH
28506printed as they are executed. An error in any command terminates
28507execution of the command file and control is returned to the console.
c906108c 28508
08001717
DE
28509@value{GDBN} first searches for @var{filename} in the current directory.
28510If the file is not found there, and @var{filename} does not specify a
28511directory, then @value{GDBN} also looks for the file on the source search path
28512(specified with the @samp{directory} command);
28513except that @file{$cdir} is not searched because the compilation directory
28514is not relevant to scripts.
4b505b12 28515
3f7b2faa
DE
28516If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
28517on the search path even if @var{filename} specifies a directory.
28518The search is done by appending @var{filename} to each element of the
28519search path. So, for example, if @var{filename} is @file{mylib/myscript}
28520and the search path contains @file{/home/user} then @value{GDBN} will
28521look for the script @file{/home/user/mylib/myscript}.
28522The search is also done if @var{filename} is an absolute path.
28523For example, if @var{filename} is @file{/tmp/myscript} and
28524the search path contains @file{/home/user} then @value{GDBN} will
28525look for the script @file{/home/user/tmp/myscript}.
28526For DOS-like systems, if @var{filename} contains a drive specification,
28527it is stripped before concatenation. For example, if @var{filename} is
28528@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
28529will look for the script @file{c:/tmp/myscript}.
28530
16026cd7
AS
28531If @code{-v}, for verbose mode, is given then @value{GDBN} displays
28532each command as it is executed. The option must be given before
28533@var{filename}, and is interpreted as part of the filename anywhere else.
28534
8e04817f
AC
28535Commands that would ask for confirmation if used interactively proceed
28536without asking when used in a command file. Many @value{GDBN} commands that
28537normally print messages to say what they are doing omit the messages
28538when called from command files.
c906108c 28539
8e04817f
AC
28540@value{GDBN} also accepts command input from standard input. In this
28541mode, normal output goes to standard output and error output goes to
28542standard error. Errors in a command file supplied on standard input do
6fc08d32 28543not terminate execution of the command file---execution continues with
8e04817f 28544the next command.
c906108c 28545
474c8240 28546@smallexample
8e04817f 28547gdb < cmds > log 2>&1
474c8240 28548@end smallexample
c906108c 28549
8e04817f
AC
28550(The syntax above will vary depending on the shell used.) This example
28551will execute commands from the file @file{cmds}. All output and errors
28552would be directed to @file{log}.
c906108c 28553
fcc73fe3
EZ
28554Since commands stored on command files tend to be more general than
28555commands typed interactively, they frequently need to deal with
28556complicated situations, such as different or unexpected values of
28557variables and symbols, changes in how the program being debugged is
28558built, etc. @value{GDBN} provides a set of flow-control commands to
28559deal with these complexities. Using these commands, you can write
28560complex scripts that loop over data structures, execute commands
28561conditionally, etc.
28562
28563@table @code
28564@kindex if
28565@kindex else
28566@item if
28567@itemx else
28568This command allows to include in your script conditionally executed
28569commands. The @code{if} command takes a single argument, which is an
28570expression to evaluate. It is followed by a series of commands that
28571are executed only if the expression is true (its value is nonzero).
28572There can then optionally be an @code{else} line, followed by a series
28573of commands that are only executed if the expression was false. The
28574end of the list is marked by a line containing @code{end}.
28575
28576@kindex while
28577@item while
28578This command allows to write loops. Its syntax is similar to
28579@code{if}: the command takes a single argument, which is an expression
28580to evaluate, and must be followed by the commands to execute, one per
28581line, terminated by an @code{end}. These commands are called the
28582@dfn{body} of the loop. The commands in the body of @code{while} are
28583executed repeatedly as long as the expression evaluates to true.
28584
28585@kindex loop_break
28586@item loop_break
28587This command exits the @code{while} loop in whose body it is included.
28588Execution of the script continues after that @code{while}s @code{end}
28589line.
28590
28591@kindex loop_continue
28592@item loop_continue
28593This command skips the execution of the rest of the body of commands
28594in the @code{while} loop in whose body it is included. Execution
28595branches to the beginning of the @code{while} loop, where it evaluates
28596the controlling expression.
ca91424e
EZ
28597
28598@kindex end@r{ (if/else/while commands)}
28599@item end
28600Terminate the block of commands that are the body of @code{if},
28601@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
28602@end table
28603
28604
8e04817f 28605@node Output
d57a3c85 28606@subsection Commands for Controlled Output
c906108c 28607
8e04817f
AC
28608During the execution of a command file or a user-defined command, normal
28609@value{GDBN} output is suppressed; the only output that appears is what is
28610explicitly printed by the commands in the definition. This section
28611describes three commands useful for generating exactly the output you
28612want.
c906108c
SS
28613
28614@table @code
8e04817f
AC
28615@kindex echo
28616@item echo @var{text}
28617@c I do not consider backslash-space a standard C escape sequence
28618@c because it is not in ANSI.
28619Print @var{text}. Nonprinting characters can be included in
28620@var{text} using C escape sequences, such as @samp{\n} to print a
28621newline. @strong{No newline is printed unless you specify one.}
28622In addition to the standard C escape sequences, a backslash followed
28623by a space stands for a space. This is useful for displaying a
28624string with spaces at the beginning or the end, since leading and
28625trailing spaces are otherwise trimmed from all arguments.
28626To print @samp{@w{ }and foo =@w{ }}, use the command
28627@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 28628
8e04817f
AC
28629A backslash at the end of @var{text} can be used, as in C, to continue
28630the command onto subsequent lines. For example,
c906108c 28631
474c8240 28632@smallexample
8e04817f
AC
28633echo This is some text\n\
28634which is continued\n\
28635onto several lines.\n
474c8240 28636@end smallexample
c906108c 28637
8e04817f 28638produces the same output as
c906108c 28639
474c8240 28640@smallexample
8e04817f
AC
28641echo This is some text\n
28642echo which is continued\n
28643echo onto several lines.\n
474c8240 28644@end smallexample
c906108c 28645
8e04817f
AC
28646@kindex output
28647@item output @var{expression}
28648Print the value of @var{expression} and nothing but that value: no
28649newlines, no @samp{$@var{nn} = }. The value is not entered in the
28650value history either. @xref{Expressions, ,Expressions}, for more information
28651on expressions.
c906108c 28652
8e04817f
AC
28653@item output/@var{fmt} @var{expression}
28654Print the value of @var{expression} in format @var{fmt}. You can use
28655the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 28656Formats}, for more information.
c906108c 28657
8e04817f 28658@kindex printf
82160952
EZ
28659@item printf @var{template}, @var{expressions}@dots{}
28660Print the values of one or more @var{expressions} under the control of
28661the string @var{template}. To print several values, make
28662@var{expressions} be a comma-separated list of individual expressions,
28663which may be either numbers or pointers. Their values are printed as
28664specified by @var{template}, exactly as a C program would do by
28665executing the code below:
c906108c 28666
474c8240 28667@smallexample
82160952 28668printf (@var{template}, @var{expressions}@dots{});
474c8240 28669@end smallexample
c906108c 28670
82160952
EZ
28671As in @code{C} @code{printf}, ordinary characters in @var{template}
28672are printed verbatim, while @dfn{conversion specification} introduced
28673by the @samp{%} character cause subsequent @var{expressions} to be
28674evaluated, their values converted and formatted according to type and
28675style information encoded in the conversion specifications, and then
28676printed.
28677
8e04817f 28678For example, you can print two values in hex like this:
c906108c 28679
8e04817f
AC
28680@smallexample
28681printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
28682@end smallexample
c906108c 28683
82160952
EZ
28684@code{printf} supports all the standard @code{C} conversion
28685specifications, including the flags and modifiers between the @samp{%}
28686character and the conversion letter, with the following exceptions:
28687
28688@itemize @bullet
28689@item
28690The argument-ordering modifiers, such as @samp{2$}, are not supported.
28691
28692@item
28693The modifier @samp{*} is not supported for specifying precision or
28694width.
28695
28696@item
28697The @samp{'} flag (for separation of digits into groups according to
28698@code{LC_NUMERIC'}) is not supported.
28699
28700@item
28701The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
28702supported.
28703
28704@item
28705The conversion letter @samp{n} (as in @samp{%n}) is not supported.
28706
28707@item
28708The conversion letters @samp{a} and @samp{A} are not supported.
28709@end itemize
28710
28711@noindent
28712Note that the @samp{ll} type modifier is supported only if the
28713underlying @code{C} implementation used to build @value{GDBN} supports
28714the @code{long long int} type, and the @samp{L} type modifier is
28715supported only if @code{long double} type is available.
28716
28717As in @code{C}, @code{printf} supports simple backslash-escape
28718sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
28719@samp{\a}, and @samp{\f}, that consist of backslash followed by a
28720single character. Octal and hexadecimal escape sequences are not
28721supported.
1a619819
LM
28722
28723Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
28724(@dfn{Decimal Floating Point}) types using the following length modifiers
28725together with a floating point specifier.
1a619819
LM
28726letters:
28727
28728@itemize @bullet
28729@item
28730@samp{H} for printing @code{Decimal32} types.
28731
28732@item
28733@samp{D} for printing @code{Decimal64} types.
28734
28735@item
28736@samp{DD} for printing @code{Decimal128} types.
28737@end itemize
28738
28739If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 28740support for the three length modifiers for DFP types, other modifiers
3b784c4f 28741such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
28742
28743In case there is no such @code{C} support, no additional modifiers will be
28744available and the value will be printed in the standard way.
28745
28746Here's an example of printing DFP types using the above conversion letters:
28747@smallexample
0aea4bf3 28748printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
28749@end smallexample
28750
01770bbd 28751@anchor{eval}
f1421989
HZ
28752@kindex eval
28753@item eval @var{template}, @var{expressions}@dots{}
28754Convert the values of one or more @var{expressions} under the control of
28755the string @var{template} to a command line, and call it.
28756
c906108c
SS
28757@end table
28758
71b8c845
DE
28759@node Auto-loading sequences
28760@subsection Controlling auto-loading native @value{GDBN} scripts
28761@cindex native script auto-loading
28762
28763When a new object file is read (for example, due to the @code{file}
28764command, or because the inferior has loaded a shared library),
28765@value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
28766@xref{Auto-loading extensions}.
28767
28768Auto-loading can be enabled or disabled,
28769and the list of auto-loaded scripts can be printed.
28770
28771@table @code
28772@anchor{set auto-load gdb-scripts}
28773@kindex set auto-load gdb-scripts
28774@item set auto-load gdb-scripts [on|off]
28775Enable or disable the auto-loading of canned sequences of commands scripts.
28776
28777@anchor{show auto-load gdb-scripts}
28778@kindex show auto-load gdb-scripts
28779@item show auto-load gdb-scripts
28780Show whether auto-loading of canned sequences of commands scripts is enabled or
28781disabled.
28782
28783@anchor{info auto-load gdb-scripts}
28784@kindex info auto-load gdb-scripts
28785@cindex print list of auto-loaded canned sequences of commands scripts
28786@item info auto-load gdb-scripts [@var{regexp}]
28787Print the list of all canned sequences of commands scripts that @value{GDBN}
28788auto-loaded.
28789@end table
28790
28791If @var{regexp} is supplied only canned sequences of commands scripts with
28792matching names are printed.
28793
329baa95
DE
28794@c Python docs live in a separate file.
28795@include python.texi
0e3509db 28796
ed3ef339
DE
28797@c Guile docs live in a separate file.
28798@include guile.texi
28799
71b8c845
DE
28800@node Auto-loading extensions
28801@section Auto-loading extensions
28802@cindex auto-loading extensions
28803
28804@value{GDBN} provides two mechanisms for automatically loading extensions
28805when a new object file is read (for example, due to the @code{file}
28806command, or because the inferior has loaded a shared library):
28807@file{@var{objfile}-gdb.@var{ext}} and the @code{.debug_gdb_scripts}
28808section of modern file formats like ELF.
28809
28810@menu
28811* objfile-gdb.ext file: objfile-gdbdotext file. The @file{@var{objfile}-gdb.@var{ext}} file
28812* .debug_gdb_scripts section: dotdebug_gdb_scripts section. The @code{.debug_gdb_scripts} section
28813* Which flavor to choose?::
28814@end menu
28815
28816The auto-loading feature is useful for supplying application-specific
28817debugging commands and features.
28818
28819Auto-loading can be enabled or disabled,
28820and the list of auto-loaded scripts can be printed.
28821See the @samp{auto-loading} section of each extension language
28822for more information.
28823For @value{GDBN} command files see @ref{Auto-loading sequences}.
28824For Python files see @ref{Python Auto-loading}.
28825
28826Note that loading of this script file also requires accordingly configured
28827@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28828
28829@node objfile-gdbdotext file
28830@subsection The @file{@var{objfile}-gdb.@var{ext}} file
28831@cindex @file{@var{objfile}-gdb.gdb}
28832@cindex @file{@var{objfile}-gdb.py}
28833@cindex @file{@var{objfile}-gdb.scm}
28834
28835When a new object file is read, @value{GDBN} looks for a file named
28836@file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
28837where @var{objfile} is the object file's name and
28838where @var{ext} is the file extension for the extension language:
28839
28840@table @code
28841@item @file{@var{objfile}-gdb.gdb}
28842GDB's own command language
28843@item @file{@var{objfile}-gdb.py}
28844Python
ed3ef339
DE
28845@item @file{@var{objfile}-gdb.scm}
28846Guile
71b8c845
DE
28847@end table
28848
28849@var{script-name} is formed by ensuring that the file name of @var{objfile}
28850is absolute, following all symlinks, and resolving @code{.} and @code{..}
28851components, and appending the @file{-gdb.@var{ext}} suffix.
28852If this file exists and is readable, @value{GDBN} will evaluate it as a
28853script in the specified extension language.
28854
28855If this file does not exist, then @value{GDBN} will look for
28856@var{script-name} file in all of the directories as specified below.
28857
28858Note that loading of these files requires an accordingly configured
28859@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28860
28861For object files using @file{.exe} suffix @value{GDBN} tries to load first the
28862scripts normally according to its @file{.exe} filename. But if no scripts are
28863found @value{GDBN} also tries script filenames matching the object file without
28864its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
28865is attempted on any platform. This makes the script filenames compatible
28866between Unix and MS-Windows hosts.
28867
28868@table @code
28869@anchor{set auto-load scripts-directory}
28870@kindex set auto-load scripts-directory
28871@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
28872Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
28873may be delimited by the host platform path separator in use
28874(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
28875
28876Each entry here needs to be covered also by the security setting
28877@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
28878
28879@anchor{with-auto-load-dir}
28880This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
28881@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
28882configuration option @option{--with-auto-load-dir}.
28883
28884Any reference to @file{$debugdir} will get replaced by
28885@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
28886reference to @file{$datadir} will get replaced by @var{data-directory} which is
28887determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
28888@file{$datadir} must be placed as a directory component --- either alone or
28889delimited by @file{/} or @file{\} directory separators, depending on the host
28890platform.
28891
28892The list of directories uses path separator (@samp{:} on GNU and Unix
28893systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
28894to the @env{PATH} environment variable.
28895
28896@anchor{show auto-load scripts-directory}
28897@kindex show auto-load scripts-directory
28898@item show auto-load scripts-directory
28899Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
28900
28901@anchor{add-auto-load-scripts-directory}
28902@kindex add-auto-load-scripts-directory
28903@item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
28904Add an entry (or list of entries) to the list of auto-loaded scripts locations.
28905Multiple entries may be delimited by the host platform path separator in use.
71b8c845
DE
28906@end table
28907
28908@value{GDBN} does not track which files it has already auto-loaded this way.
28909@value{GDBN} will load the associated script every time the corresponding
28910@var{objfile} is opened.
28911So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
28912is evaluated more than once.
28913
28914@node dotdebug_gdb_scripts section
28915@subsection The @code{.debug_gdb_scripts} section
28916@cindex @code{.debug_gdb_scripts} section
28917
28918For systems using file formats like ELF and COFF,
28919when @value{GDBN} loads a new object file
28920it will look for a special section named @code{.debug_gdb_scripts}.
9f050062
DE
28921If this section exists, its contents is a list of null-terminated entries
28922specifying scripts to load. Each entry begins with a non-null prefix byte that
28923specifies the kind of entry, typically the extension language and whether the
28924script is in a file or inlined in @code{.debug_gdb_scripts}.
71b8c845 28925
9f050062
DE
28926The following entries are supported:
28927
28928@table @code
28929@item SECTION_SCRIPT_ID_PYTHON_FILE = 1
28930@item SECTION_SCRIPT_ID_SCHEME_FILE = 3
28931@item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
28932@item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
28933@end table
28934
28935@subsubsection Script File Entries
28936
28937If the entry specifies a file, @value{GDBN} will look for the file first
28938in the current directory and then along the source search path
71b8c845
DE
28939(@pxref{Source Path, ,Specifying Source Directories}),
28940except that @file{$cdir} is not searched, since the compilation
28941directory is not relevant to scripts.
28942
9f050062 28943File entries can be placed in section @code{.debug_gdb_scripts} with,
71b8c845
DE
28944for example, this GCC macro for Python scripts.
28945
28946@example
28947/* Note: The "MS" section flags are to remove duplicates. */
28948#define DEFINE_GDB_PY_SCRIPT(script_name) \
28949 asm("\
28950.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
28951.byte 1 /* Python */\n\
28952.asciz \"" script_name "\"\n\
28953.popsection \n\
28954");
28955@end example
28956
28957@noindent
ed3ef339 28958For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
71b8c845
DE
28959Then one can reference the macro in a header or source file like this:
28960
28961@example
28962DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
28963@end example
28964
28965The script name may include directories if desired.
28966
28967Note that loading of this script file also requires accordingly configured
28968@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28969
28970If the macro invocation is put in a header, any application or library
28971using this header will get a reference to the specified script,
28972and with the use of @code{"MS"} attributes on the section, the linker
28973will remove duplicates.
28974
9f050062
DE
28975@subsubsection Script Text Entries
28976
28977Script text entries allow to put the executable script in the entry
28978itself instead of loading it from a file.
28979The first line of the entry, everything after the prefix byte and up to
28980the first newline (@code{0xa}) character, is the script name, and must not
28981contain any kind of space character, e.g., spaces or tabs.
28982The rest of the entry, up to the trailing null byte, is the script to
28983execute in the specified language. The name needs to be unique among
28984all script names, as @value{GDBN} executes each script only once based
28985on its name.
28986
28987Here is an example from file @file{py-section-script.c} in the @value{GDBN}
28988testsuite.
28989
28990@example
28991#include "symcat.h"
28992#include "gdb/section-scripts.h"
28993asm(
28994".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
28995".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
28996".ascii \"gdb.inlined-script\\n\"\n"
28997".ascii \"class test_cmd (gdb.Command):\\n\"\n"
28998".ascii \" def __init__ (self):\\n\"\n"
28999".ascii \" super (test_cmd, self).__init__ ("
29000 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
29001".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
29002".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
29003".ascii \"test_cmd ()\\n\"\n"
29004".byte 0\n"
29005".popsection\n"
29006);
29007@end example
29008
29009Loading of inlined scripts requires a properly configured
29010@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29011The path to specify in @code{auto-load safe-path} is the path of the file
29012containing the @code{.debug_gdb_scripts} section.
29013
71b8c845
DE
29014@node Which flavor to choose?
29015@subsection Which flavor to choose?
29016
29017Given the multiple ways of auto-loading extensions, it might not always
29018be clear which one to choose. This section provides some guidance.
29019
29020@noindent
29021Benefits of the @file{-gdb.@var{ext}} way:
29022
29023@itemize @bullet
29024@item
29025Can be used with file formats that don't support multiple sections.
29026
29027@item
29028Ease of finding scripts for public libraries.
29029
29030Scripts specified in the @code{.debug_gdb_scripts} section are searched for
29031in the source search path.
29032For publicly installed libraries, e.g., @file{libstdc++}, there typically
29033isn't a source directory in which to find the script.
29034
29035@item
29036Doesn't require source code additions.
29037@end itemize
29038
29039@noindent
29040Benefits of the @code{.debug_gdb_scripts} way:
29041
29042@itemize @bullet
29043@item
29044Works with static linking.
29045
29046Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
29047trigger their loading. When an application is statically linked the only
29048objfile available is the executable, and it is cumbersome to attach all the
29049scripts from all the input libraries to the executable's
29050@file{-gdb.@var{ext}} script.
29051
29052@item
29053Works with classes that are entirely inlined.
29054
29055Some classes can be entirely inlined, and thus there may not be an associated
29056shared library to attach a @file{-gdb.@var{ext}} script to.
29057
29058@item
29059Scripts needn't be copied out of the source tree.
29060
29061In some circumstances, apps can be built out of large collections of internal
29062libraries, and the build infrastructure necessary to install the
29063@file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
29064cumbersome. It may be easier to specify the scripts in the
29065@code{.debug_gdb_scripts} section as relative paths, and add a path to the
29066top of the source tree to the source search path.
29067@end itemize
29068
ed3ef339
DE
29069@node Multiple Extension Languages
29070@section Multiple Extension Languages
29071
29072The Guile and Python extension languages do not share any state,
29073and generally do not interfere with each other.
29074There are some things to be aware of, however.
29075
29076@subsection Python comes first
29077
29078Python was @value{GDBN}'s first extension language, and to avoid breaking
29079existing behaviour Python comes first. This is generally solved by the
29080``first one wins'' principle. @value{GDBN} maintains a list of enabled
29081extension languages, and when it makes a call to an extension language,
29082(say to pretty-print a value), it tries each in turn until an extension
29083language indicates it has performed the request (e.g., has returned the
29084pretty-printed form of a value).
29085This extends to errors while performing such requests: If an error happens
29086while, for example, trying to pretty-print an object then the error is
29087reported and any following extension languages are not tried.
29088
5a56e9c5
DE
29089@node Aliases
29090@section Creating new spellings of existing commands
29091@cindex aliases for commands
29092
29093It is often useful to define alternate spellings of existing commands.
29094For example, if a new @value{GDBN} command defined in Python has
29095a long name to type, it is handy to have an abbreviated version of it
29096that involves less typing.
29097
29098@value{GDBN} itself uses aliases. For example @samp{s} is an alias
29099of the @samp{step} command even though it is otherwise an ambiguous
29100abbreviation of other commands like @samp{set} and @samp{show}.
29101
29102Aliases are also used to provide shortened or more common versions
29103of multi-word commands. For example, @value{GDBN} provides the
29104@samp{tty} alias of the @samp{set inferior-tty} command.
29105
29106You can define a new alias with the @samp{alias} command.
29107
29108@table @code
29109
29110@kindex alias
29111@item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
29112
29113@end table
29114
29115@var{ALIAS} specifies the name of the new alias.
29116Each word of @var{ALIAS} must consist of letters, numbers, dashes and
29117underscores.
29118
29119@var{COMMAND} specifies the name of an existing command
29120that is being aliased.
29121
29122The @samp{-a} option specifies that the new alias is an abbreviation
29123of the command. Abbreviations are not shown in command
29124lists displayed by the @samp{help} command.
29125
29126The @samp{--} option specifies the end of options,
29127and is useful when @var{ALIAS} begins with a dash.
29128
29129Here is a simple example showing how to make an abbreviation
29130of a command so that there is less to type.
29131Suppose you were tired of typing @samp{disas}, the current
29132shortest unambiguous abbreviation of the @samp{disassemble} command
29133and you wanted an even shorter version named @samp{di}.
29134The following will accomplish this.
29135
29136@smallexample
a8b43b7b 29137(@value{GDBP}) alias -a di = disas
5a56e9c5
DE
29138@end smallexample
29139
29140Note that aliases are different from user-defined commands.
29141With a user-defined command, you also need to write documentation
29142for it with the @samp{document} command.
29143An alias automatically picks up the documentation of the existing command.
29144
29145Here is an example where we make @samp{elms} an abbreviation of
29146@samp{elements} in the @samp{set print elements} command.
29147This is to show that you can make an abbreviation of any part
29148of a command.
29149
29150@smallexample
a8b43b7b
T
29151(@value{GDBP}) alias -a set print elms = set print elements
29152(@value{GDBP}) alias -a show print elms = show print elements
29153(@value{GDBP}) set p elms 20
29154(@value{GDBP}) show p elms
5a56e9c5
DE
29155Limit on string chars or array elements to print is 200.
29156@end smallexample
29157
29158Note that if you are defining an alias of a @samp{set} command,
29159and you want to have an alias for the corresponding @samp{show}
29160command, then you need to define the latter separately.
29161
29162Unambiguously abbreviated commands are allowed in @var{COMMAND} and
29163@var{ALIAS}, just as they are normally.
29164
29165@smallexample
a8b43b7b 29166(@value{GDBP}) alias -a set pr elms = set p ele
5a56e9c5
DE
29167@end smallexample
29168
29169Finally, here is an example showing the creation of a one word
29170alias for a more complex command.
29171This creates alias @samp{spe} of the command @samp{set print elements}.
29172
29173@smallexample
a8b43b7b
T
29174(@value{GDBP}) alias spe = set print elements
29175(@value{GDBP}) spe 20
5a56e9c5
DE
29176@end smallexample
29177
21c294e6
AC
29178@node Interpreters
29179@chapter Command Interpreters
29180@cindex command interpreters
29181
29182@value{GDBN} supports multiple command interpreters, and some command
29183infrastructure to allow users or user interface writers to switch
29184between interpreters or run commands in other interpreters.
29185
29186@value{GDBN} currently supports two command interpreters, the console
29187interpreter (sometimes called the command-line interpreter or @sc{cli})
29188and the machine interface interpreter (or @sc{gdb/mi}). This manual
29189describes both of these interfaces in great detail.
29190
29191By default, @value{GDBN} will start with the console interpreter.
29192However, the user may choose to start @value{GDBN} with another
29193interpreter by specifying the @option{-i} or @option{--interpreter}
29194startup options. Defined interpreters include:
29195
29196@table @code
29197@item console
29198@cindex console interpreter
29199The traditional console or command-line interpreter. This is the most often
29200used interpreter with @value{GDBN}. With no interpreter specified at runtime,
29201@value{GDBN} will use this interpreter.
29202
29203@item mi
29204@cindex mi interpreter
b4be1b06 29205The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
21c294e6
AC
29206by programs wishing to use @value{GDBN} as a backend for a debugger GUI
29207or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
29208Interface}.
29209
b4be1b06
SM
29210@item mi3
29211@cindex mi3 interpreter
29212The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
29213
21c294e6
AC
29214@item mi2
29215@cindex mi2 interpreter
b4be1b06 29216The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
21c294e6
AC
29217
29218@item mi1
29219@cindex mi1 interpreter
b4be1b06 29220The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
21c294e6
AC
29221
29222@end table
29223
29224@cindex invoke another interpreter
21c294e6
AC
29225
29226@kindex interpreter-exec
86f78169
PA
29227You may execute commands in any interpreter from the current
29228interpreter using the appropriate command. If you are running the
29229console interpreter, simply use the @code{interpreter-exec} command:
21c294e6
AC
29230
29231@smallexample
29232interpreter-exec mi "-data-list-register-names"
29233@end smallexample
29234
29235@sc{gdb/mi} has a similar command, although it is only available in versions of
29236@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
29237
86f78169
PA
29238Note that @code{interpreter-exec} only changes the interpreter for the
29239duration of the specified command. It does not change the interpreter
29240permanently.
29241
29242@cindex start a new independent interpreter
29243
29244Although you may only choose a single interpreter at startup, it is
29245possible to run an independent interpreter on a specified input/output
29246device (usually a tty).
29247
29248For example, consider a debugger GUI or IDE that wants to provide a
29249@value{GDBN} console view. It may do so by embedding a terminal
29250emulator widget in its GUI, starting @value{GDBN} in the traditional
29251command-line mode with stdin/stdout/stderr redirected to that
29252terminal, and then creating an MI interpreter running on a specified
29253input/output device. The console interpreter created by @value{GDBN}
29254at startup handles commands the user types in the terminal widget,
29255while the GUI controls and synchronizes state with @value{GDBN} using
29256the separate MI interpreter.
29257
29258To start a new secondary @dfn{user interface} running MI, use the
29259@code{new-ui} command:
29260
29261@kindex new-ui
29262@cindex new user interface
29263@smallexample
29264new-ui @var{interpreter} @var{tty}
29265@end smallexample
29266
29267The @var{interpreter} parameter specifies the interpreter to run.
29268This accepts the same values as the @code{interpreter-exec} command.
29269For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
29270@var{tty} parameter specifies the name of the bidirectional file the
29271interpreter uses for input/output, usually the name of a
29272pseudoterminal slave on Unix systems. For example:
29273
29274@smallexample
29275(@value{GDBP}) new-ui mi /dev/pts/9
29276@end smallexample
29277
29278@noindent
29279runs an MI interpreter on @file{/dev/pts/9}.
29280
8e04817f
AC
29281@node TUI
29282@chapter @value{GDBN} Text User Interface
29283@cindex TUI
d0d5df6f 29284@cindex Text User Interface
c906108c 29285
8e04817f
AC
29286@menu
29287* TUI Overview:: TUI overview
29288* TUI Keys:: TUI key bindings
7cf36c78 29289* TUI Single Key Mode:: TUI single key mode
db2e3e2e 29290* TUI Commands:: TUI-specific commands
8e04817f
AC
29291* TUI Configuration:: TUI configuration variables
29292@end menu
c906108c 29293
46ba6afa 29294The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
29295interface which uses the @code{curses} library to show the source
29296file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
29297commands in separate text windows. The TUI mode is supported only
29298on platforms where a suitable version of the @code{curses} library
29299is available.
d0d5df6f 29300
46ba6afa 29301The TUI mode is enabled by default when you invoke @value{GDBN} as
217bff3e 29302@samp{@value{GDBP} -tui}.
46ba6afa 29303You can also switch in and out of TUI mode while @value{GDBN} runs by
a4ea0946 29304using various TUI commands and key bindings, such as @command{tui
bcd8537c 29305enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
a4ea0946 29306@ref{TUI Keys, ,TUI Key Bindings}.
c906108c 29307
8e04817f 29308@node TUI Overview
79a6e687 29309@section TUI Overview
c906108c 29310
46ba6afa 29311In TUI mode, @value{GDBN} can display several text windows:
c906108c 29312
8e04817f
AC
29313@table @emph
29314@item command
29315This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
29316prompt and the @value{GDBN} output. The @value{GDBN} input is still
29317managed using readline.
c906108c 29318
8e04817f
AC
29319@item source
29320The source window shows the source file of the program. The current
46ba6afa 29321line and active breakpoints are displayed in this window.
c906108c 29322
8e04817f
AC
29323@item assembly
29324The assembly window shows the disassembly output of the program.
c906108c 29325
8e04817f 29326@item register
46ba6afa
BW
29327This window shows the processor registers. Registers are highlighted
29328when their values change.
c906108c
SS
29329@end table
29330
269c21fe 29331The source and assembly windows show the current program position
46ba6afa
BW
29332by highlighting the current line and marking it with a @samp{>} marker.
29333Breakpoints are indicated with two markers. The first marker
269c21fe
SC
29334indicates the breakpoint type:
29335
29336@table @code
29337@item B
29338Breakpoint which was hit at least once.
29339
29340@item b
29341Breakpoint which was never hit.
29342
29343@item H
29344Hardware breakpoint which was hit at least once.
29345
29346@item h
29347Hardware breakpoint which was never hit.
269c21fe
SC
29348@end table
29349
29350The second marker indicates whether the breakpoint is enabled or not:
29351
29352@table @code
29353@item +
29354Breakpoint is enabled.
29355
29356@item -
29357Breakpoint is disabled.
269c21fe
SC
29358@end table
29359
46ba6afa
BW
29360The source, assembly and register windows are updated when the current
29361thread changes, when the frame changes, or when the program counter
29362changes.
29363
29364These windows are not all visible at the same time. The command
29365window is always visible. The others can be arranged in several
29366layouts:
c906108c 29367
8e04817f
AC
29368@itemize @bullet
29369@item
46ba6afa 29370source only,
2df3850c 29371
8e04817f 29372@item
46ba6afa 29373assembly only,
8e04817f
AC
29374
29375@item
46ba6afa 29376source and assembly,
8e04817f
AC
29377
29378@item
46ba6afa 29379source and registers, or
c906108c 29380
8e04817f 29381@item
46ba6afa 29382assembly and registers.
8e04817f 29383@end itemize
c906108c 29384
46ba6afa 29385A status line above the command window shows the following information:
b7bb15bc
SC
29386
29387@table @emph
29388@item target
46ba6afa 29389Indicates the current @value{GDBN} target.
b7bb15bc
SC
29390(@pxref{Targets, ,Specifying a Debugging Target}).
29391
29392@item process
46ba6afa 29393Gives the current process or thread number.
b7bb15bc
SC
29394When no process is being debugged, this field is set to @code{No process}.
29395
29396@item function
29397Gives the current function name for the selected frame.
29398The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 29399When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
29400the string @code{??} is displayed.
29401
29402@item line
29403Indicates the current line number for the selected frame.
46ba6afa 29404When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
29405
29406@item pc
29407Indicates the current program counter address.
b7bb15bc
SC
29408@end table
29409
8e04817f
AC
29410@node TUI Keys
29411@section TUI Key Bindings
29412@cindex TUI key bindings
c906108c 29413
8e04817f 29414The TUI installs several key bindings in the readline keymaps
39037522
TT
29415@ifset SYSTEM_READLINE
29416(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
29417@end ifset
29418@ifclear SYSTEM_READLINE
29419(@pxref{Command Line Editing}).
29420@end ifclear
29421The following key bindings are installed for both TUI mode and the
29422@value{GDBN} standard mode.
c906108c 29423
8e04817f
AC
29424@table @kbd
29425@kindex C-x C-a
29426@item C-x C-a
29427@kindex C-x a
29428@itemx C-x a
29429@kindex C-x A
29430@itemx C-x A
46ba6afa
BW
29431Enter or leave the TUI mode. When leaving the TUI mode,
29432the curses window management stops and @value{GDBN} operates using
29433its standard mode, writing on the terminal directly. When reentering
29434the TUI mode, control is given back to the curses windows.
8e04817f 29435The screen is then refreshed.
c906108c 29436
c86d74cc
TT
29437This key binding uses the bindable Readline function
29438@code{tui-switch-mode}.
29439
8e04817f
AC
29440@kindex C-x 1
29441@item C-x 1
29442Use a TUI layout with only one window. The layout will
29443either be @samp{source} or @samp{assembly}. When the TUI mode
29444is not active, it will switch to the TUI mode.
2df3850c 29445
8e04817f 29446Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 29447
c86d74cc
TT
29448This key binding uses the bindable Readline function
29449@code{tui-delete-other-windows}.
29450
8e04817f
AC
29451@kindex C-x 2
29452@item C-x 2
29453Use a TUI layout with at least two windows. When the current
46ba6afa 29454layout already has two windows, the next layout with two windows is used.
8e04817f
AC
29455When a new layout is chosen, one window will always be common to the
29456previous layout and the new one.
c906108c 29457
8e04817f 29458Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 29459
c86d74cc
TT
29460This key binding uses the bindable Readline function
29461@code{tui-change-windows}.
29462
72ffddc9
SC
29463@kindex C-x o
29464@item C-x o
29465Change the active window. The TUI associates several key bindings
46ba6afa 29466(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
29467gives the focus to the next TUI window.
29468
29469Think of it as the Emacs @kbd{C-x o} binding.
29470
c86d74cc
TT
29471This key binding uses the bindable Readline function
29472@code{tui-other-window}.
29473
7cf36c78
SC
29474@kindex C-x s
29475@item C-x s
46ba6afa
BW
29476Switch in and out of the TUI SingleKey mode that binds single
29477keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c86d74cc
TT
29478
29479This key binding uses the bindable Readline function
29480@code{next-keymap}.
c906108c
SS
29481@end table
29482
46ba6afa 29483The following key bindings only work in the TUI mode:
5d161b24 29484
46ba6afa 29485@table @asis
8e04817f 29486@kindex PgUp
46ba6afa 29487@item @key{PgUp}
8e04817f 29488Scroll the active window one page up.
c906108c 29489
8e04817f 29490@kindex PgDn
46ba6afa 29491@item @key{PgDn}
8e04817f 29492Scroll the active window one page down.
c906108c 29493
8e04817f 29494@kindex Up
46ba6afa 29495@item @key{Up}
8e04817f 29496Scroll the active window one line up.
c906108c 29497
8e04817f 29498@kindex Down
46ba6afa 29499@item @key{Down}
8e04817f 29500Scroll the active window one line down.
c906108c 29501
8e04817f 29502@kindex Left
46ba6afa 29503@item @key{Left}
8e04817f 29504Scroll the active window one column left.
c906108c 29505
8e04817f 29506@kindex Right
46ba6afa 29507@item @key{Right}
8e04817f 29508Scroll the active window one column right.
c906108c 29509
8e04817f 29510@kindex C-L
46ba6afa 29511@item @kbd{C-L}
8e04817f 29512Refresh the screen.
8e04817f 29513@end table
c906108c 29514
46ba6afa
BW
29515Because the arrow keys scroll the active window in the TUI mode, they
29516are not available for their normal use by readline unless the command
29517window has the focus. When another window is active, you must use
29518other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
29519and @kbd{C-f} to control the command window.
8e04817f 29520
7cf36c78
SC
29521@node TUI Single Key Mode
29522@section TUI Single Key Mode
29523@cindex TUI single key mode
29524
46ba6afa
BW
29525The TUI also provides a @dfn{SingleKey} mode, which binds several
29526frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
29527switch into this mode, where the following key bindings are used:
7cf36c78
SC
29528
29529@table @kbd
29530@kindex c @r{(SingleKey TUI key)}
29531@item c
29532continue
29533
29534@kindex d @r{(SingleKey TUI key)}
29535@item d
29536down
29537
29538@kindex f @r{(SingleKey TUI key)}
29539@item f
29540finish
29541
29542@kindex n @r{(SingleKey TUI key)}
29543@item n
29544next
29545
a5afdb16
RK
29546@kindex o @r{(SingleKey TUI key)}
29547@item o
29548nexti. The shortcut letter @samp{o} stands for ``step Over''.
29549
7cf36c78
SC
29550@kindex q @r{(SingleKey TUI key)}
29551@item q
46ba6afa 29552exit the SingleKey mode.
7cf36c78
SC
29553
29554@kindex r @r{(SingleKey TUI key)}
29555@item r
29556run
29557
29558@kindex s @r{(SingleKey TUI key)}
29559@item s
29560step
29561
a5afdb16
RK
29562@kindex i @r{(SingleKey TUI key)}
29563@item i
29564stepi. The shortcut letter @samp{i} stands for ``step Into''.
29565
7cf36c78
SC
29566@kindex u @r{(SingleKey TUI key)}
29567@item u
29568up
29569
29570@kindex v @r{(SingleKey TUI key)}
29571@item v
29572info locals
29573
29574@kindex w @r{(SingleKey TUI key)}
29575@item w
29576where
7cf36c78
SC
29577@end table
29578
29579Other keys temporarily switch to the @value{GDBN} command prompt.
29580The key that was pressed is inserted in the editing buffer so that
29581it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
29582with the TUI SingleKey mode. Once the command is entered the TUI
29583SingleKey mode is restored. The only way to permanently leave
7f9087cb 29584this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78 29585
11061048
TT
29586@cindex SingleKey keymap name
29587If @value{GDBN} was built with Readline 8.0 or later, the TUI
29588SingleKey keymap will be named @samp{SingleKey}. This can be used in
29589@file{.inputrc} to add additional bindings to this keymap.
7cf36c78 29590
8e04817f 29591@node TUI Commands
db2e3e2e 29592@section TUI-specific Commands
8e04817f
AC
29593@cindex TUI commands
29594
29595The TUI has specific commands to control the text windows.
46ba6afa
BW
29596These commands are always available, even when @value{GDBN} is not in
29597the TUI mode. When @value{GDBN} is in the standard mode, most
29598of these commands will automatically switch to the TUI mode.
c906108c 29599
ff12863f
PA
29600Note that if @value{GDBN}'s @code{stdout} is not connected to a
29601terminal, or @value{GDBN} has been started with the machine interface
29602interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
29603these commands will fail with an error, because it would not be
29604possible or desirable to enable curses window management.
29605
c906108c 29606@table @code
a4ea0946
AB
29607@item tui enable
29608@kindex tui enable
29609Activate TUI mode. The last active TUI window layout will be used if
760f7560 29610TUI mode has previously been used in the current debugging session,
a4ea0946
AB
29611otherwise a default layout is used.
29612
29613@item tui disable
29614@kindex tui disable
29615Disable TUI mode, returning to the console interpreter.
29616
3d757584
SC
29617@item info win
29618@kindex info win
29619List and give the size of all displayed windows.
29620
6008fc5f 29621@item layout @var{name}
4644b6e3 29622@kindex layout
6008fc5f
AB
29623Changes which TUI windows are displayed. In each layout the command
29624window is always displayed, the @var{name} parameter controls which
29625additional windows are displayed, and can be any of the following:
29626
29627@table @code
29628@item next
8e04817f 29629Display the next layout.
2df3850c 29630
6008fc5f 29631@item prev
8e04817f 29632Display the previous layout.
c906108c 29633
6008fc5f
AB
29634@item src
29635Display the source and command windows.
c906108c 29636
6008fc5f
AB
29637@item asm
29638Display the assembly and command windows.
c906108c 29639
6008fc5f
AB
29640@item split
29641Display the source, assembly, and command windows.
c906108c 29642
6008fc5f
AB
29643@item regs
29644When in @code{src} layout display the register, source, and command
29645windows. When in @code{asm} or @code{split} layout display the
29646register, assembler, and command windows.
29647@end table
8e04817f 29648
6008fc5f 29649@item focus @var{name}
8e04817f 29650@kindex focus
6008fc5f
AB
29651Changes which TUI window is currently active for scrolling. The
29652@var{name} parameter can be any of the following:
29653
29654@table @code
29655@item next
46ba6afa
BW
29656Make the next window active for scrolling.
29657
6008fc5f 29658@item prev
46ba6afa
BW
29659Make the previous window active for scrolling.
29660
6008fc5f 29661@item src
46ba6afa
BW
29662Make the source window active for scrolling.
29663
6008fc5f 29664@item asm
46ba6afa
BW
29665Make the assembly window active for scrolling.
29666
6008fc5f 29667@item regs
46ba6afa
BW
29668Make the register window active for scrolling.
29669
6008fc5f 29670@item cmd
46ba6afa 29671Make the command window active for scrolling.
6008fc5f 29672@end table
c906108c 29673
8e04817f
AC
29674@item refresh
29675@kindex refresh
7f9087cb 29676Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 29677
51f0e40d 29678@item tui reg @var{group}
6a1b180d 29679@kindex tui reg
51f0e40d
AB
29680Changes the register group displayed in the tui register window to
29681@var{group}. If the register window is not currently displayed this
29682command will cause the register window to be displayed. The list of
29683register groups, as well as their order is target specific. The
29684following groups are available on most targets:
29685@table @code
29686@item next
29687Repeatedly selecting this group will cause the display to cycle
29688through all of the available register groups.
29689
29690@item prev
29691Repeatedly selecting this group will cause the display to cycle
29692through all of the available register groups in the reverse order to
29693@var{next}.
29694
29695@item general
29696Display the general registers.
29697@item float
29698Display the floating point registers.
29699@item system
29700Display the system registers.
29701@item vector
29702Display the vector registers.
29703@item all
29704Display all registers.
29705@end table
6a1b180d 29706
8e04817f
AC
29707@item update
29708@kindex update
29709Update the source window and the current execution point.
c906108c 29710
8e04817f
AC
29711@item winheight @var{name} +@var{count}
29712@itemx winheight @var{name} -@var{count}
29713@kindex winheight
29714Change the height of the window @var{name} by @var{count}
29715lines. Positive counts increase the height, while negative counts
bf555842
EZ
29716decrease it. The @var{name} parameter can be one of @code{src} (the
29717source window), @code{cmd} (the command window), @code{asm} (the
29718disassembly window), or @code{regs} (the register display window).
d6677607 29719@end table
2df3850c 29720
8e04817f 29721@node TUI Configuration
79a6e687 29722@section TUI Configuration Variables
8e04817f 29723@cindex TUI configuration variables
c906108c 29724
46ba6afa 29725Several configuration variables control the appearance of TUI windows.
c906108c 29726
8e04817f
AC
29727@table @code
29728@item set tui border-kind @var{kind}
29729@kindex set tui border-kind
29730Select the border appearance for the source, assembly and register windows.
29731The possible values are the following:
29732@table @code
29733@item space
29734Use a space character to draw the border.
c906108c 29735
8e04817f 29736@item ascii
46ba6afa 29737Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 29738
8e04817f
AC
29739@item acs
29740Use the Alternate Character Set to draw the border. The border is
29741drawn using character line graphics if the terminal supports them.
8e04817f 29742@end table
c78b4128 29743
8e04817f
AC
29744@item set tui border-mode @var{mode}
29745@kindex set tui border-mode
46ba6afa
BW
29746@itemx set tui active-border-mode @var{mode}
29747@kindex set tui active-border-mode
29748Select the display attributes for the borders of the inactive windows
29749or the active window. The @var{mode} can be one of the following:
8e04817f
AC
29750@table @code
29751@item normal
29752Use normal attributes to display the border.
c906108c 29753
8e04817f
AC
29754@item standout
29755Use standout mode.
c906108c 29756
8e04817f
AC
29757@item reverse
29758Use reverse video mode.
c906108c 29759
8e04817f
AC
29760@item half
29761Use half bright mode.
c906108c 29762
8e04817f
AC
29763@item half-standout
29764Use half bright and standout mode.
c906108c 29765
8e04817f
AC
29766@item bold
29767Use extra bright or bold mode.
c78b4128 29768
8e04817f
AC
29769@item bold-standout
29770Use extra bright or bold and standout mode.
8e04817f 29771@end table
7806cea7
TT
29772
29773@item set tui tab-width @var{nchars}
29774@kindex set tui tab-width
29775@kindex tabset
29776Set the width of tab stops to be @var{nchars} characters. This
29777setting affects the display of TAB characters in the source and
29778assembly windows.
d1da6b01
TT
29779
29780@item set tui compact-source @r{[}on@r{|}off@r{]}
29781@kindex set tui compact-source
29782Set whether the TUI source window is displayed in ``compact'' form.
29783The default display uses more space for line numbers and starts the
29784source text at the next tab stop; the compact display uses only as
29785much space as is needed for the line numbers in the current file, and
29786only a single space to separate the line numbers from the source.
7806cea7 29787@end table
c78b4128 29788
a2a7af0c
TT
29789Note that the colors of the TUI borders can be controlled using the
29790appropriate @code{set style} commands. @xref{Output Styling}.
29791
8e04817f
AC
29792@node Emacs
29793@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 29794
8e04817f
AC
29795@cindex Emacs
29796@cindex @sc{gnu} Emacs
29797A special interface allows you to use @sc{gnu} Emacs to view (and
29798edit) the source files for the program you are debugging with
29799@value{GDBN}.
c906108c 29800
8e04817f
AC
29801To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
29802executable file you want to debug as an argument. This command starts
29803@value{GDBN} as a subprocess of Emacs, with input and output through a newly
29804created Emacs buffer.
29805@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 29806
5e252a2e 29807Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 29808things:
c906108c 29809
8e04817f
AC
29810@itemize @bullet
29811@item
5e252a2e
NR
29812All ``terminal'' input and output goes through an Emacs buffer, called
29813the GUD buffer.
c906108c 29814
8e04817f
AC
29815This applies both to @value{GDBN} commands and their output, and to the input
29816and output done by the program you are debugging.
bf0184be 29817
8e04817f
AC
29818This is useful because it means that you can copy the text of previous
29819commands and input them again; you can even use parts of the output
29820in this way.
bf0184be 29821
8e04817f
AC
29822All the facilities of Emacs' Shell mode are available for interacting
29823with your program. In particular, you can send signals the usual
29824way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
29825stop.
bf0184be
ND
29826
29827@item
8e04817f 29828@value{GDBN} displays source code through Emacs.
bf0184be 29829
8e04817f
AC
29830Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
29831source file for that frame and puts an arrow (@samp{=>}) at the
29832left margin of the current line. Emacs uses a separate buffer for
29833source display, and splits the screen to show both your @value{GDBN} session
29834and the source.
bf0184be 29835
8e04817f
AC
29836Explicit @value{GDBN} @code{list} or search commands still produce output as
29837usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
29838@end itemize
29839
29840We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
29841a graphical mode, enabled by default, which provides further buffers
29842that can control the execution and describe the state of your program.
29843@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 29844
64fabec2
AC
29845If you specify an absolute file name when prompted for the @kbd{M-x
29846gdb} argument, then Emacs sets your current working directory to where
29847your program resides. If you only specify the file name, then Emacs
7a9dd1b2 29848sets your current working directory to the directory associated
64fabec2
AC
29849with the previous buffer. In this case, @value{GDBN} may find your
29850program by searching your environment's @code{PATH} variable, but on
29851some operating systems it might not find the source. So, although the
29852@value{GDBN} input and output session proceeds normally, the auxiliary
29853buffer does not display the current source and line of execution.
29854
29855The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
29856line of the GUD buffer and this serves as a default for the commands
29857that specify files for @value{GDBN} to operate on. @xref{Files,
29858,Commands to Specify Files}.
64fabec2
AC
29859
29860By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
29861need to call @value{GDBN} by a different name (for example, if you
29862keep several configurations around, with different names) you can
29863customize the Emacs variable @code{gud-gdb-command-name} to run the
29864one you want.
8e04817f 29865
5e252a2e 29866In the GUD buffer, you can use these special Emacs commands in
8e04817f 29867addition to the standard Shell mode commands:
c906108c 29868
8e04817f
AC
29869@table @kbd
29870@item C-h m
5e252a2e 29871Describe the features of Emacs' GUD Mode.
c906108c 29872
64fabec2 29873@item C-c C-s
8e04817f
AC
29874Execute to another source line, like the @value{GDBN} @code{step} command; also
29875update the display window to show the current file and location.
c906108c 29876
64fabec2 29877@item C-c C-n
8e04817f
AC
29878Execute to next source line in this function, skipping all function
29879calls, like the @value{GDBN} @code{next} command. Then update the display window
29880to show the current file and location.
c906108c 29881
64fabec2 29882@item C-c C-i
8e04817f
AC
29883Execute one instruction, like the @value{GDBN} @code{stepi} command; update
29884display window accordingly.
c906108c 29885
8e04817f
AC
29886@item C-c C-f
29887Execute until exit from the selected stack frame, like the @value{GDBN}
29888@code{finish} command.
c906108c 29889
64fabec2 29890@item C-c C-r
8e04817f
AC
29891Continue execution of your program, like the @value{GDBN} @code{continue}
29892command.
b433d00b 29893
64fabec2 29894@item C-c <
8e04817f
AC
29895Go up the number of frames indicated by the numeric argument
29896(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
29897like the @value{GDBN} @code{up} command.
b433d00b 29898
64fabec2 29899@item C-c >
8e04817f
AC
29900Go down the number of frames indicated by the numeric argument, like the
29901@value{GDBN} @code{down} command.
8e04817f 29902@end table
c906108c 29903
7f9087cb 29904In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 29905tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 29906
5e252a2e
NR
29907In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
29908separate frame which shows a backtrace when the GUD buffer is current.
29909Move point to any frame in the stack and type @key{RET} to make it
29910become the current frame and display the associated source in the
29911source buffer. Alternatively, click @kbd{Mouse-2} to make the
29912selected frame become the current one. In graphical mode, the
29913speedbar displays watch expressions.
64fabec2 29914
8e04817f
AC
29915If you accidentally delete the source-display buffer, an easy way to get
29916it back is to type the command @code{f} in the @value{GDBN} buffer, to
29917request a frame display; when you run under Emacs, this recreates
29918the source buffer if necessary to show you the context of the current
29919frame.
c906108c 29920
8e04817f
AC
29921The source files displayed in Emacs are in ordinary Emacs buffers
29922which are visiting the source files in the usual way. You can edit
29923the files with these buffers if you wish; but keep in mind that @value{GDBN}
29924communicates with Emacs in terms of line numbers. If you add or
29925delete lines from the text, the line numbers that @value{GDBN} knows cease
29926to correspond properly with the code.
b383017d 29927
5e252a2e
NR
29928A more detailed description of Emacs' interaction with @value{GDBN} is
29929given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
29930Emacs Manual}).
c906108c 29931
922fbb7b
AC
29932@node GDB/MI
29933@chapter The @sc{gdb/mi} Interface
29934
29935@unnumberedsec Function and Purpose
29936
29937@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
29938@sc{gdb/mi} is a line based machine oriented text interface to
29939@value{GDBN} and is activated by specifying using the
29940@option{--interpreter} command line option (@pxref{Mode Options}). It
29941is specifically intended to support the development of systems which
29942use the debugger as just one small component of a larger system.
922fbb7b
AC
29943
29944This chapter is a specification of the @sc{gdb/mi} interface. It is written
29945in the form of a reference manual.
29946
29947Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
29948features described below are incomplete and subject to change
29949(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
29950
29951@unnumberedsec Notation and Terminology
29952
29953@cindex notational conventions, for @sc{gdb/mi}
29954This chapter uses the following notation:
29955
29956@itemize @bullet
29957@item
29958@code{|} separates two alternatives.
29959
29960@item
29961@code{[ @var{something} ]} indicates that @var{something} is optional:
29962it may or may not be given.
29963
29964@item
29965@code{( @var{group} )*} means that @var{group} inside the parentheses
29966may repeat zero or more times.
29967
29968@item
29969@code{( @var{group} )+} means that @var{group} inside the parentheses
29970may repeat one or more times.
29971
29972@item
29973@code{"@var{string}"} means a literal @var{string}.
29974@end itemize
29975
29976@ignore
29977@heading Dependencies
29978@end ignore
29979
922fbb7b 29980@menu
c3b108f7 29981* GDB/MI General Design::
922fbb7b
AC
29982* GDB/MI Command Syntax::
29983* GDB/MI Compatibility with CLI::
af6eff6f 29984* GDB/MI Development and Front Ends::
922fbb7b 29985* GDB/MI Output Records::
ef21caaf 29986* GDB/MI Simple Examples::
922fbb7b 29987* GDB/MI Command Description Format::
ef21caaf 29988* GDB/MI Breakpoint Commands::
3fa7bf06 29989* GDB/MI Catchpoint Commands::
a2c02241
NR
29990* GDB/MI Program Context::
29991* GDB/MI Thread Commands::
5d77fe44 29992* GDB/MI Ada Tasking Commands::
a2c02241
NR
29993* GDB/MI Program Execution::
29994* GDB/MI Stack Manipulation::
29995* GDB/MI Variable Objects::
922fbb7b 29996* GDB/MI Data Manipulation::
a2c02241
NR
29997* GDB/MI Tracepoint Commands::
29998* GDB/MI Symbol Query::
351ff01a 29999* GDB/MI File Commands::
922fbb7b
AC
30000@ignore
30001* GDB/MI Kod Commands::
30002* GDB/MI Memory Overlay Commands::
30003* GDB/MI Signal Handling Commands::
30004@end ignore
922fbb7b 30005* GDB/MI Target Manipulation::
a6b151f1 30006* GDB/MI File Transfer Commands::
58d06528 30007* GDB/MI Ada Exceptions Commands::
d192b373 30008* GDB/MI Support Commands::
ef21caaf 30009* GDB/MI Miscellaneous Commands::
922fbb7b
AC
30010@end menu
30011
c3b108f7
VP
30012@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30013@node GDB/MI General Design
30014@section @sc{gdb/mi} General Design
30015@cindex GDB/MI General Design
30016
30017Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
30018parts---commands sent to @value{GDBN}, responses to those commands
30019and notifications. Each command results in exactly one response,
30020indicating either successful completion of the command, or an error.
30021For the commands that do not resume the target, the response contains the
30022requested information. For the commands that resume the target, the
30023response only indicates whether the target was successfully resumed.
30024Notifications is the mechanism for reporting changes in the state of the
30025target, or in @value{GDBN} state, that cannot conveniently be associated with
30026a command and reported as part of that command response.
30027
30028The important examples of notifications are:
30029@itemize @bullet
30030
30031@item
30032Exec notifications. These are used to report changes in
30033target state---when a target is resumed, or stopped. It would not
30034be feasible to include this information in response of resuming
30035commands, because one resume commands can result in multiple events in
30036different threads. Also, quite some time may pass before any event
30037happens in the target, while a frontend needs to know whether the resuming
30038command itself was successfully executed.
30039
30040@item
30041Console output, and status notifications. Console output
30042notifications are used to report output of CLI commands, as well as
30043diagnostics for other commands. Status notifications are used to
30044report the progress of a long-running operation. Naturally, including
30045this information in command response would mean no output is produced
30046until the command is finished, which is undesirable.
30047
30048@item
30049General notifications. Commands may have various side effects on
30050the @value{GDBN} or target state beyond their official purpose. For example,
30051a command may change the selected thread. Although such changes can
30052be included in command response, using notification allows for more
30053orthogonal frontend design.
30054
30055@end itemize
30056
30057There's no guarantee that whenever an MI command reports an error,
30058@value{GDBN} or the target are in any specific state, and especially,
30059the state is not reverted to the state before the MI command was
30060processed. Therefore, whenever an MI command results in an error,
30061we recommend that the frontend refreshes all the information shown in
30062the user interface.
30063
508094de
NR
30064
30065@menu
30066* Context management::
30067* Asynchronous and non-stop modes::
30068* Thread groups::
30069@end menu
30070
30071@node Context management
c3b108f7
VP
30072@subsection Context management
30073
403cb6b1
JB
30074@subsubsection Threads and Frames
30075
c3b108f7
VP
30076In most cases when @value{GDBN} accesses the target, this access is
30077done in context of a specific thread and frame (@pxref{Frames}).
30078Often, even when accessing global data, the target requires that a thread
30079be specified. The CLI interface maintains the selected thread and frame,
30080and supplies them to target on each command. This is convenient,
30081because a command line user would not want to specify that information
30082explicitly on each command, and because user interacts with
30083@value{GDBN} via a single terminal, so no confusion is possible as
30084to what thread and frame are the current ones.
30085
30086In the case of MI, the concept of selected thread and frame is less
30087useful. First, a frontend can easily remember this information
30088itself. Second, a graphical frontend can have more than one window,
30089each one used for debugging a different thread, and the frontend might
30090want to access additional threads for internal purposes. This
30091increases the risk that by relying on implicitly selected thread, the
30092frontend may be operating on a wrong one. Therefore, each MI command
30093should explicitly specify which thread and frame to operate on. To
30094make it possible, each MI command accepts the @samp{--thread} and
5d5658a1
PA
30095@samp{--frame} options, the value to each is @value{GDBN} global
30096identifier for thread and frame to operate on.
c3b108f7
VP
30097
30098Usually, each top-level window in a frontend allows the user to select
30099a thread and a frame, and remembers the user selection for further
30100operations. However, in some cases @value{GDBN} may suggest that the
4034d0ff
AT
30101current thread or frame be changed. For example, when stopping on a
30102breakpoint it is reasonable to switch to the thread where breakpoint is
30103hit. For another example, if the user issues the CLI @samp{thread} or
30104@samp{frame} commands via the frontend, it is desirable to change the
30105frontend's selection to the one specified by user. @value{GDBN}
30106communicates the suggestion to change current thread and frame using the
30107@samp{=thread-selected} notification.
c3b108f7
VP
30108
30109Note that historically, MI shares the selected thread with CLI, so
30110frontends used the @code{-thread-select} to execute commands in the
30111right context. However, getting this to work right is cumbersome. The
30112simplest way is for frontend to emit @code{-thread-select} command
30113before every command. This doubles the number of commands that need
30114to be sent. The alternative approach is to suppress @code{-thread-select}
30115if the selected thread in @value{GDBN} is supposed to be identical to the
30116thread the frontend wants to operate on. However, getting this
30117optimization right can be tricky. In particular, if the frontend
30118sends several commands to @value{GDBN}, and one of the commands changes the
30119selected thread, then the behaviour of subsequent commands will
30120change. So, a frontend should either wait for response from such
30121problematic commands, or explicitly add @code{-thread-select} for
30122all subsequent commands. No frontend is known to do this exactly
30123right, so it is suggested to just always pass the @samp{--thread} and
30124@samp{--frame} options.
30125
403cb6b1
JB
30126@subsubsection Language
30127
30128The execution of several commands depends on which language is selected.
30129By default, the current language (@pxref{show language}) is used.
30130But for commands known to be language-sensitive, it is recommended
30131to use the @samp{--language} option. This option takes one argument,
30132which is the name of the language to use while executing the command.
30133For instance:
30134
30135@smallexample
30136-data-evaluate-expression --language c "sizeof (void*)"
30137^done,value="4"
30138(gdb)
30139@end smallexample
30140
30141The valid language names are the same names accepted by the
30142@samp{set language} command (@pxref{Manually}), excluding @samp{auto},
30143@samp{local} or @samp{unknown}.
30144
508094de 30145@node Asynchronous and non-stop modes
c3b108f7
VP
30146@subsection Asynchronous command execution and non-stop mode
30147
30148On some targets, @value{GDBN} is capable of processing MI commands
30149even while the target is running. This is called @dfn{asynchronous
30150command execution} (@pxref{Background Execution}). The frontend may
6b92c0d3 30151specify a preference for asynchronous execution using the
329ea579 30152@code{-gdb-set mi-async 1} command, which should be emitted before
c3b108f7
VP
30153either running the executable or attaching to the target. After the
30154frontend has started the executable or attached to the target, it can
30155find if asynchronous execution is enabled using the
30156@code{-list-target-features} command.
30157
329ea579
PA
30158@table @code
30159@item -gdb-set mi-async on
30160@item -gdb-set mi-async off
30161Set whether MI is in asynchronous mode.
30162
30163When @code{off}, which is the default, MI execution commands (e.g.,
30164@code{-exec-continue}) are foreground commands, and @value{GDBN} waits
30165for the program to stop before processing further commands.
30166
30167When @code{on}, MI execution commands are background execution
30168commands (e.g., @code{-exec-continue} becomes the equivalent of the
30169@code{c&} CLI command), and so @value{GDBN} is capable of processing
30170MI commands even while the target is running.
30171
30172@item -gdb-show mi-async
30173Show whether MI asynchronous mode is enabled.
30174@end table
30175
30176Note: In @value{GDBN} version 7.7 and earlier, this option was called
30177@code{target-async} instead of @code{mi-async}, and it had the effect
30178of both putting MI in asynchronous mode and making CLI background
30179commands possible. CLI background commands are now always possible
30180``out of the box'' if the target supports them. The old spelling is
30181kept as a deprecated alias for backwards compatibility.
30182
c3b108f7
VP
30183Even if @value{GDBN} can accept a command while target is running,
30184many commands that access the target do not work when the target is
30185running. Therefore, asynchronous command execution is most useful
30186when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
30187it is possible to examine the state of one thread, while other threads
30188are running.
30189
30190When a given thread is running, MI commands that try to access the
30191target in the context of that thread may not work, or may work only on
30192some targets. In particular, commands that try to operate on thread's
30193stack will not work, on any target. Commands that read memory, or
30194modify breakpoints, may work or not work, depending on the target. Note
30195that even commands that operate on global state, such as @code{print},
30196@code{set}, and breakpoint commands, still access the target in the
30197context of a specific thread, so frontend should try to find a
30198stopped thread and perform the operation on that thread (using the
30199@samp{--thread} option).
30200
30201Which commands will work in the context of a running thread is
30202highly target dependent. However, the two commands
30203@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
30204to find the state of a thread, will always work.
30205
508094de 30206@node Thread groups
c3b108f7
VP
30207@subsection Thread groups
30208@value{GDBN} may be used to debug several processes at the same time.
6b92c0d3 30209On some platforms, @value{GDBN} may support debugging of several
c3b108f7
VP
30210hardware systems, each one having several cores with several different
30211processes running on each core. This section describes the MI
30212mechanism to support such debugging scenarios.
30213
30214The key observation is that regardless of the structure of the
30215target, MI can have a global list of threads, because most commands that
30216accept the @samp{--thread} option do not need to know what process that
30217thread belongs to. Therefore, it is not necessary to introduce
30218neither additional @samp{--process} option, nor an notion of the
30219current process in the MI interface. The only strictly new feature
30220that is required is the ability to find how the threads are grouped
30221into processes.
30222
30223To allow the user to discover such grouping, and to support arbitrary
30224hierarchy of machines/cores/processes, MI introduces the concept of a
30225@dfn{thread group}. Thread group is a collection of threads and other
30226thread groups. A thread group always has a string identifier, a type,
30227and may have additional attributes specific to the type. A new
30228command, @code{-list-thread-groups}, returns the list of top-level
30229thread groups, which correspond to processes that @value{GDBN} is
30230debugging at the moment. By passing an identifier of a thread group
30231to the @code{-list-thread-groups} command, it is possible to obtain
30232the members of specific thread group.
30233
30234To allow the user to easily discover processes, and other objects, he
30235wishes to debug, a concept of @dfn{available thread group} is
30236introduced. Available thread group is an thread group that
30237@value{GDBN} is not debugging, but that can be attached to, using the
30238@code{-target-attach} command. The list of available top-level thread
30239groups can be obtained using @samp{-list-thread-groups --available}.
30240In general, the content of a thread group may be only retrieved only
30241after attaching to that thread group.
30242
a79b8f6e
VP
30243Thread groups are related to inferiors (@pxref{Inferiors and
30244Programs}). Each inferior corresponds to a thread group of a special
30245type @samp{process}, and some additional operations are permitted on
30246such thread groups.
30247
922fbb7b
AC
30248@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30249@node GDB/MI Command Syntax
30250@section @sc{gdb/mi} Command Syntax
30251
30252@menu
30253* GDB/MI Input Syntax::
30254* GDB/MI Output Syntax::
922fbb7b
AC
30255@end menu
30256
30257@node GDB/MI Input Syntax
30258@subsection @sc{gdb/mi} Input Syntax
30259
30260@cindex input syntax for @sc{gdb/mi}
30261@cindex @sc{gdb/mi}, input syntax
30262@table @code
30263@item @var{command} @expansion{}
30264@code{@var{cli-command} | @var{mi-command}}
30265
30266@item @var{cli-command} @expansion{}
30267@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
30268@var{cli-command} is any existing @value{GDBN} CLI command.
30269
30270@item @var{mi-command} @expansion{}
30271@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
30272@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
30273
30274@item @var{token} @expansion{}
30275"any sequence of digits"
30276
30277@item @var{option} @expansion{}
30278@code{"-" @var{parameter} [ " " @var{parameter} ]}
30279
30280@item @var{parameter} @expansion{}
30281@code{@var{non-blank-sequence} | @var{c-string}}
30282
30283@item @var{operation} @expansion{}
30284@emph{any of the operations described in this chapter}
30285
30286@item @var{non-blank-sequence} @expansion{}
30287@emph{anything, provided it doesn't contain special characters such as
30288"-", @var{nl}, """ and of course " "}
30289
30290@item @var{c-string} @expansion{}
30291@code{""" @var{seven-bit-iso-c-string-content} """}
30292
30293@item @var{nl} @expansion{}
30294@code{CR | CR-LF}
30295@end table
30296
30297@noindent
30298Notes:
30299
30300@itemize @bullet
30301@item
30302The CLI commands are still handled by the @sc{mi} interpreter; their
30303output is described below.
30304
30305@item
30306The @code{@var{token}}, when present, is passed back when the command
30307finishes.
30308
30309@item
30310Some @sc{mi} commands accept optional arguments as part of the parameter
30311list. Each option is identified by a leading @samp{-} (dash) and may be
30312followed by an optional argument parameter. Options occur first in the
30313parameter list and can be delimited from normal parameters using
30314@samp{--} (this is useful when some parameters begin with a dash).
30315@end itemize
30316
30317Pragmatics:
30318
30319@itemize @bullet
30320@item
30321We want easy access to the existing CLI syntax (for debugging).
30322
30323@item
30324We want it to be easy to spot a @sc{mi} operation.
30325@end itemize
30326
30327@node GDB/MI Output Syntax
30328@subsection @sc{gdb/mi} Output Syntax
30329
30330@cindex output syntax of @sc{gdb/mi}
30331@cindex @sc{gdb/mi}, output syntax
30332The output from @sc{gdb/mi} consists of zero or more out-of-band records
30333followed, optionally, by a single result record. This result record
30334is for the most recent command. The sequence of output records is
594fe323 30335terminated by @samp{(gdb)}.
922fbb7b
AC
30336
30337If an input command was prefixed with a @code{@var{token}} then the
30338corresponding output for that command will also be prefixed by that same
30339@var{token}.
30340
30341@table @code
30342@item @var{output} @expansion{}
594fe323 30343@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
30344
30345@item @var{result-record} @expansion{}
30346@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
30347
30348@item @var{out-of-band-record} @expansion{}
30349@code{@var{async-record} | @var{stream-record}}
30350
30351@item @var{async-record} @expansion{}
30352@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
30353
30354@item @var{exec-async-output} @expansion{}
dcf106f3 30355@code{[ @var{token} ] "*" @var{async-output nl}}
922fbb7b
AC
30356
30357@item @var{status-async-output} @expansion{}
dcf106f3 30358@code{[ @var{token} ] "+" @var{async-output nl}}
922fbb7b
AC
30359
30360@item @var{notify-async-output} @expansion{}
dcf106f3 30361@code{[ @var{token} ] "=" @var{async-output nl}}
922fbb7b
AC
30362
30363@item @var{async-output} @expansion{}
dcf106f3 30364@code{@var{async-class} ( "," @var{result} )*}
922fbb7b
AC
30365
30366@item @var{result-class} @expansion{}
30367@code{"done" | "running" | "connected" | "error" | "exit"}
30368
30369@item @var{async-class} @expansion{}
30370@code{"stopped" | @var{others}} (where @var{others} will be added
30371depending on the needs---this is still in development).
30372
30373@item @var{result} @expansion{}
30374@code{ @var{variable} "=" @var{value}}
30375
30376@item @var{variable} @expansion{}
30377@code{ @var{string} }
30378
30379@item @var{value} @expansion{}
30380@code{ @var{const} | @var{tuple} | @var{list} }
30381
30382@item @var{const} @expansion{}
30383@code{@var{c-string}}
30384
30385@item @var{tuple} @expansion{}
30386@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
30387
30388@item @var{list} @expansion{}
30389@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
30390@var{result} ( "," @var{result} )* "]" }
30391
30392@item @var{stream-record} @expansion{}
30393@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
30394
30395@item @var{console-stream-output} @expansion{}
dcf106f3 30396@code{"~" @var{c-string nl}}
922fbb7b
AC
30397
30398@item @var{target-stream-output} @expansion{}
dcf106f3 30399@code{"@@" @var{c-string nl}}
922fbb7b
AC
30400
30401@item @var{log-stream-output} @expansion{}
dcf106f3 30402@code{"&" @var{c-string nl}}
922fbb7b
AC
30403
30404@item @var{nl} @expansion{}
30405@code{CR | CR-LF}
30406
30407@item @var{token} @expansion{}
30408@emph{any sequence of digits}.
30409@end table
30410
30411@noindent
30412Notes:
30413
30414@itemize @bullet
30415@item
30416All output sequences end in a single line containing a period.
30417
30418@item
721c02de
VP
30419The @code{@var{token}} is from the corresponding request. Note that
30420for all async output, while the token is allowed by the grammar and
30421may be output by future versions of @value{GDBN} for select async
30422output messages, it is generally omitted. Frontends should treat
30423all async output as reporting general changes in the state of the
30424target and there should be no need to associate async output to any
30425prior command.
922fbb7b
AC
30426
30427@item
30428@cindex status output in @sc{gdb/mi}
30429@var{status-async-output} contains on-going status information about the
30430progress of a slow operation. It can be discarded. All status output is
30431prefixed by @samp{+}.
30432
30433@item
30434@cindex async output in @sc{gdb/mi}
30435@var{exec-async-output} contains asynchronous state change on the target
30436(stopped, started, disappeared). All async output is prefixed by
30437@samp{*}.
30438
30439@item
30440@cindex notify output in @sc{gdb/mi}
30441@var{notify-async-output} contains supplementary information that the
30442client should handle (e.g., a new breakpoint information). All notify
30443output is prefixed by @samp{=}.
30444
30445@item
30446@cindex console output in @sc{gdb/mi}
30447@var{console-stream-output} is output that should be displayed as is in the
30448console. It is the textual response to a CLI command. All the console
30449output is prefixed by @samp{~}.
30450
30451@item
30452@cindex target output in @sc{gdb/mi}
30453@var{target-stream-output} is the output produced by the target program.
30454All the target output is prefixed by @samp{@@}.
30455
30456@item
30457@cindex log output in @sc{gdb/mi}
30458@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
30459instance messages that should be displayed as part of an error log. All
30460the log output is prefixed by @samp{&}.
30461
30462@item
30463@cindex list output in @sc{gdb/mi}
30464New @sc{gdb/mi} commands should only output @var{lists} containing
30465@var{values}.
30466
30467
30468@end itemize
30469
30470@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
30471details about the various output records.
30472
922fbb7b
AC
30473@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30474@node GDB/MI Compatibility with CLI
30475@section @sc{gdb/mi} Compatibility with CLI
30476
30477@cindex compatibility, @sc{gdb/mi} and CLI
30478@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 30479
a2c02241
NR
30480For the developers convenience CLI commands can be entered directly,
30481but there may be some unexpected behaviour. For example, commands
30482that query the user will behave as if the user replied yes, breakpoint
30483command lists are not executed and some CLI commands, such as
30484@code{if}, @code{when} and @code{define}, prompt for further input with
30485@samp{>}, which is not valid MI output.
ef21caaf
NR
30486
30487This feature may be removed at some stage in the future and it is
a2c02241
NR
30488recommended that front ends use the @code{-interpreter-exec} command
30489(@pxref{-interpreter-exec}).
922fbb7b 30490
af6eff6f
NR
30491@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30492@node GDB/MI Development and Front Ends
30493@section @sc{gdb/mi} Development and Front Ends
30494@cindex @sc{gdb/mi} development
30495
30496The application which takes the MI output and presents the state of the
30497program being debugged to the user is called a @dfn{front end}.
30498
1fea0d53
SM
30499Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
30500to the MI interface may break existing usage. This section describes how the
30501protocol changes and how to request previous version of the protocol when it
30502does.
af6eff6f
NR
30503
30504Some changes in MI need not break a carefully designed front end, and
30505for these the MI version will remain unchanged. The following is a
30506list of changes that may occur within one level, so front ends should
30507parse MI output in a way that can handle them:
30508
30509@itemize @bullet
30510@item
30511New MI commands may be added.
30512
30513@item
30514New fields may be added to the output of any MI command.
30515
36ece8b3
NR
30516@item
30517The range of values for fields with specified values, e.g.,
9f708cb2 30518@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 30519
af6eff6f
NR
30520@c The format of field's content e.g type prefix, may change so parse it
30521@c at your own risk. Yes, in general?
30522
30523@c The order of fields may change? Shouldn't really matter but it might
30524@c resolve inconsistencies.
30525@end itemize
30526
30527If the changes are likely to break front ends, the MI version level
1fea0d53
SM
30528will be increased by one. The new versions of the MI protocol are not compatible
30529with the old versions. Old versions of MI remain available, allowing front ends
30530to keep using them until they are modified to use the latest MI version.
af6eff6f 30531
1fea0d53
SM
30532Since @code{--interpreter=mi} always points to the latest MI version, it is
30533recommended that front ends request a specific version of MI when launching
30534@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
30535interpreter with the MI version they expect.
30536
30537The following table gives a summary of the the released versions of the MI
30538interface: the version number, the version of GDB in which it first appeared
30539and the breaking changes compared to the previous version.
30540
30541@multitable @columnfractions .05 .05 .9
30542@headitem MI version @tab GDB version @tab Breaking changes
30543
30544@item
30545@center 1
30546@tab
30547@center 5.1
30548@tab
30549None
30550
30551@item
30552@center 2
30553@tab
30554@center 6.0
30555@tab
30556
30557@itemize
30558@item
30559The @code{-environment-pwd}, @code{-environment-directory} and
30560@code{-environment-path} commands now returns values using the MI output
30561syntax, rather than CLI output syntax.
30562
30563@item
30564@code{-var-list-children}'s @code{children} result field is now a list, rather
30565than a tuple.
30566
30567@item
30568@code{-var-update}'s @code{changelist} result field is now a list, rather than
30569a tuple.
30570@end itemize
30571
b4be1b06
SM
30572@item
30573@center 3
30574@tab
30575@center 9.1
30576@tab
30577
30578@itemize
30579@item
30580The output of information about multi-location breakpoints has changed in the
30581responses to the @code{-break-insert} and @code{-break-info} commands, as well
30582as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
30583The multiple locations are now placed in a @code{locations} field, whose value
30584is a list.
30585@end itemize
30586
1fea0d53 30587@end multitable
af6eff6f 30588
b4be1b06
SM
30589If your front end cannot yet migrate to a more recent version of the
30590MI protocol, you can nevertheless selectively enable specific features
30591available in those recent MI versions, using the following commands:
30592
30593@table @code
30594
30595@item -fix-multi-location-breakpoint-output
30596Use the output for multi-location breakpoints which was introduced by
30597MI 3, even when using MI versions 2 or 1. This command has no
30598effect when using MI version 3 or later.
30599
5c85e20d 30600@end table
b4be1b06 30601
af6eff6f
NR
30602The best way to avoid unexpected changes in MI that might break your front
30603end is to make your project known to @value{GDBN} developers and
7a9a6b69 30604follow development on @email{gdb@@sourceware.org} and
fa0f268d 30605@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
30606@cindex mailing lists
30607
922fbb7b
AC
30608@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30609@node GDB/MI Output Records
30610@section @sc{gdb/mi} Output Records
30611
30612@menu
30613* GDB/MI Result Records::
30614* GDB/MI Stream Records::
82f68b1c 30615* GDB/MI Async Records::
54516a0b 30616* GDB/MI Breakpoint Information::
c3b108f7 30617* GDB/MI Frame Information::
dc146f7c 30618* GDB/MI Thread Information::
4368ebeb 30619* GDB/MI Ada Exception Information::
922fbb7b
AC
30620@end menu
30621
30622@node GDB/MI Result Records
30623@subsection @sc{gdb/mi} Result Records
30624
30625@cindex result records in @sc{gdb/mi}
30626@cindex @sc{gdb/mi}, result records
30627In addition to a number of out-of-band notifications, the response to a
30628@sc{gdb/mi} command includes one of the following result indications:
30629
30630@table @code
30631@findex ^done
30632@item "^done" [ "," @var{results} ]
30633The synchronous operation was successful, @code{@var{results}} are the return
30634values.
30635
30636@item "^running"
30637@findex ^running
8e9c5e02
VP
30638This result record is equivalent to @samp{^done}. Historically, it
30639was output instead of @samp{^done} if the command has resumed the
30640target. This behaviour is maintained for backward compatibility, but
30641all frontends should treat @samp{^done} and @samp{^running}
30642identically and rely on the @samp{*running} output record to determine
30643which threads are resumed.
922fbb7b 30644
ef21caaf
NR
30645@item "^connected"
30646@findex ^connected
3f94c067 30647@value{GDBN} has connected to a remote target.
ef21caaf 30648
2ea126fa 30649@item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
922fbb7b 30650@findex ^error
2ea126fa
JB
30651The operation failed. The @code{msg=@var{c-string}} variable contains
30652the corresponding error message.
30653
30654If present, the @code{code=@var{c-string}} variable provides an error
30655code on which consumers can rely on to detect the corresponding
30656error condition. At present, only one error code is defined:
30657
30658@table @samp
30659@item "undefined-command"
30660Indicates that the command causing the error does not exist.
30661@end table
ef21caaf
NR
30662
30663@item "^exit"
30664@findex ^exit
3f94c067 30665@value{GDBN} has terminated.
ef21caaf 30666
922fbb7b
AC
30667@end table
30668
30669@node GDB/MI Stream Records
30670@subsection @sc{gdb/mi} Stream Records
30671
30672@cindex @sc{gdb/mi}, stream records
30673@cindex stream records in @sc{gdb/mi}
30674@value{GDBN} internally maintains a number of output streams: the console, the
30675target, and the log. The output intended for each of these streams is
30676funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
30677
30678Each stream record begins with a unique @dfn{prefix character} which
30679identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
30680Syntax}). In addition to the prefix, each stream record contains a
30681@code{@var{string-output}}. This is either raw text (with an implicit new
30682line) or a quoted C string (which does not contain an implicit newline).
30683
30684@table @code
30685@item "~" @var{string-output}
30686The console output stream contains text that should be displayed in the
30687CLI console window. It contains the textual responses to CLI commands.
30688
30689@item "@@" @var{string-output}
30690The target output stream contains any textual output from the running
ef21caaf
NR
30691target. This is only present when GDB's event loop is truly
30692asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
30693
30694@item "&" @var{string-output}
30695The log stream contains debugging messages being produced by @value{GDBN}'s
30696internals.
30697@end table
30698
82f68b1c
VP
30699@node GDB/MI Async Records
30700@subsection @sc{gdb/mi} Async Records
922fbb7b 30701
82f68b1c
VP
30702@cindex async records in @sc{gdb/mi}
30703@cindex @sc{gdb/mi}, async records
30704@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 30705additional changes that have occurred. Those changes can either be a
82f68b1c 30706consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
30707target activity (e.g., target stopped).
30708
8eb41542 30709The following is the list of possible async records:
922fbb7b
AC
30710
30711@table @code
034dad6f 30712
e1ac3328 30713@item *running,thread-id="@var{thread}"
5d5658a1
PA
30714The target is now running. The @var{thread} field can be the global
30715thread ID of the the thread that is now running, and it can be
30716@samp{all} if all threads are running. The frontend should assume
30717that no interaction with a running thread is possible after this
30718notification is produced. The frontend should not assume that this
30719notification is output only once for any command. @value{GDBN} may
30720emit this notification several times, either for different threads,
30721because it cannot resume all threads together, or even for a single
30722thread, if the thread must be stepped though some code before letting
30723it run freely.
e1ac3328 30724
dc146f7c 30725@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
82f68b1c
VP
30726The target has stopped. The @var{reason} field can have one of the
30727following values:
034dad6f
BR
30728
30729@table @code
30730@item breakpoint-hit
30731A breakpoint was reached.
30732@item watchpoint-trigger
30733A watchpoint was triggered.
30734@item read-watchpoint-trigger
30735A read watchpoint was triggered.
30736@item access-watchpoint-trigger
30737An access watchpoint was triggered.
30738@item function-finished
30739An -exec-finish or similar CLI command was accomplished.
30740@item location-reached
30741An -exec-until or similar CLI command was accomplished.
30742@item watchpoint-scope
30743A watchpoint has gone out of scope.
30744@item end-stepping-range
30745An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
30746similar CLI command was accomplished.
30747@item exited-signalled
30748The inferior exited because of a signal.
30749@item exited
30750The inferior exited.
30751@item exited-normally
30752The inferior exited normally.
30753@item signal-received
30754A signal was received by the inferior.
36dfb11c
TT
30755@item solib-event
30756The inferior has stopped due to a library being loaded or unloaded.
edcc5120
TT
30757This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
30758set or when a @code{catch load} or @code{catch unload} catchpoint is
30759in use (@pxref{Set Catchpoints}).
36dfb11c
TT
30760@item fork
30761The inferior has forked. This is reported when @code{catch fork}
30762(@pxref{Set Catchpoints}) has been used.
30763@item vfork
30764The inferior has vforked. This is reported in when @code{catch vfork}
30765(@pxref{Set Catchpoints}) has been used.
30766@item syscall-entry
30767The inferior entered a system call. This is reported when @code{catch
30768syscall} (@pxref{Set Catchpoints}) has been used.
a64c9f7b 30769@item syscall-return
36dfb11c
TT
30770The inferior returned from a system call. This is reported when
30771@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
30772@item exec
30773The inferior called @code{exec}. This is reported when @code{catch exec}
30774(@pxref{Set Catchpoints}) has been used.
922fbb7b
AC
30775@end table
30776
5d5658a1
PA
30777The @var{id} field identifies the global thread ID of the thread
30778that directly caused the stop -- for example by hitting a breakpoint.
30779Depending on whether all-stop
c3b108f7
VP
30780mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
30781stop all threads, or only the thread that directly triggered the stop.
30782If all threads are stopped, the @var{stopped} field will have the
30783value of @code{"all"}. Otherwise, the value of the @var{stopped}
30784field will be a list of thread identifiers. Presently, this list will
30785always include a single thread, but frontend should be prepared to see
dc146f7c
VP
30786several threads in the list. The @var{core} field reports the
30787processor core on which the stop event has happened. This field may be absent
30788if such information is not available.
c3b108f7 30789
a79b8f6e
VP
30790@item =thread-group-added,id="@var{id}"
30791@itemx =thread-group-removed,id="@var{id}"
30792A thread group was either added or removed. The @var{id} field
30793contains the @value{GDBN} identifier of the thread group. When a thread
30794group is added, it generally might not be associated with a running
30795process. When a thread group is removed, its id becomes invalid and
30796cannot be used in any way.
30797
30798@item =thread-group-started,id="@var{id}",pid="@var{pid}"
30799A thread group became associated with a running program,
30800either because the program was just started or the thread group
30801was attached to a program. The @var{id} field contains the
30802@value{GDBN} identifier of the thread group. The @var{pid} field
30803contains process identifier, specific to the operating system.
30804
8cf64490 30805@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
a79b8f6e
VP
30806A thread group is no longer associated with a running program,
30807either because the program has exited, or because it was detached
c3b108f7 30808from. The @var{id} field contains the @value{GDBN} identifier of the
697aa1b7 30809thread group. The @var{code} field is the exit code of the inferior; it exists
8cf64490 30810only when the inferior exited with some code.
c3b108f7
VP
30811
30812@item =thread-created,id="@var{id}",group-id="@var{gid}"
30813@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 30814A thread either was created, or has exited. The @var{id} field
5d5658a1 30815contains the global @value{GDBN} identifier of the thread. The @var{gid}
c3b108f7 30816field identifies the thread group this thread belongs to.
66bb093b 30817
4034d0ff
AT
30818@item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
30819Informs that the selected thread or frame were changed. This notification
30820is not emitted as result of the @code{-thread-select} or
30821@code{-stack-select-frame} commands, but is emitted whenever an MI command
30822that is not documented to change the selected thread and frame actually
30823changes them. In particular, invoking, directly or indirectly
30824(via user-defined command), the CLI @code{thread} or @code{frame} commands,
30825will generate this notification. Changing the thread or frame from another
30826user interface (see @ref{Interpreters}) will also generate this notification.
30827
30828The @var{frame} field is only present if the newly selected thread is
30829stopped. See @ref{GDB/MI Frame Information} for the format of its value.
66bb093b
VP
30830
30831We suggest that in response to this notification, front ends
30832highlight the selected thread and cause subsequent commands to apply to
30833that thread.
30834
c86cf029
VP
30835@item =library-loaded,...
30836Reports that a new library file was loaded by the program. This
51457a05
MAL
30837notification has 5 fields---@var{id}, @var{target-name},
30838@var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
c86cf029
VP
30839opaque identifier of the library. For remote debugging case,
30840@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
30841library file on the target, and on the host respectively. For native
30842debugging, both those fields have the same value. The
f1cbe1d3
TT
30843@var{symbols-loaded} field is emitted only for backward compatibility
30844and should not be relied on to convey any useful information. The
30845@var{thread-group} field, if present, specifies the id of the thread
30846group in whose context the library was loaded. If the field is
30847absent, it means the library was loaded in the context of all present
51457a05
MAL
30848thread groups. The @var{ranges} field specifies the ranges of addresses belonging
30849to this library.
c86cf029
VP
30850
30851@item =library-unloaded,...
134eb42c 30852Reports that a library was unloaded by the program. This notification
c86cf029 30853has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
a79b8f6e
VP
30854the same meaning as for the @code{=library-loaded} notification.
30855The @var{thread-group} field, if present, specifies the id of the
30856thread group in whose context the library was unloaded. If the field is
30857absent, it means the library was unloaded in the context of all present
30858thread groups.
c86cf029 30859
201b4506
YQ
30860@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
30861@itemx =traceframe-changed,end
30862Reports that the trace frame was changed and its new number is
30863@var{tfnum}. The number of the tracepoint associated with this trace
30864frame is @var{tpnum}.
30865
134a2066 30866@item =tsv-created,name=@var{name},initial=@var{initial}
bb25a15c 30867Reports that the new trace state variable @var{name} is created with
134a2066 30868initial value @var{initial}.
bb25a15c
YQ
30869
30870@item =tsv-deleted,name=@var{name}
30871@itemx =tsv-deleted
30872Reports that the trace state variable @var{name} is deleted or all
30873trace state variables are deleted.
30874
134a2066
YQ
30875@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
30876Reports that the trace state variable @var{name} is modified with
30877the initial value @var{initial}. The current value @var{current} of
30878trace state variable is optional and is reported if the current
30879value of trace state variable is known.
30880
8d3788bd
VP
30881@item =breakpoint-created,bkpt=@{...@}
30882@itemx =breakpoint-modified,bkpt=@{...@}
d9f08f52 30883@itemx =breakpoint-deleted,id=@var{number}
8d3788bd
VP
30884Reports that a breakpoint was created, modified, or deleted,
30885respectively. Only user-visible breakpoints are reported to the MI
30886user.
30887
30888The @var{bkpt} argument is of the same form as returned by the various
d9f08f52
YQ
30889breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
30890@var{number} is the ordinal number of the breakpoint.
8d3788bd
VP
30891
30892Note that if a breakpoint is emitted in the result record of a
30893command, then it will not also be emitted in an async record.
30894
38b022b4 30895@item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
82a90ccf
YQ
30896@itemx =record-stopped,thread-group="@var{id}"
30897Execution log recording was either started or stopped on an
30898inferior. The @var{id} is the @value{GDBN} identifier of the thread
30899group corresponding to the affected inferior.
30900
38b022b4
SM
30901The @var{method} field indicates the method used to record execution. If the
30902method in use supports multiple recording formats, @var{format} will be present
8504e097 30903and contain the currently used format. @xref{Process Record and Replay},
38b022b4
SM
30904for existing method and format values.
30905
5b9afe8a
YQ
30906@item =cmd-param-changed,param=@var{param},value=@var{value}
30907Reports that a parameter of the command @code{set @var{param}} is
30908changed to @var{value}. In the multi-word @code{set} command,
30909the @var{param} is the whole parameter list to @code{set} command.
30910For example, In command @code{set check type on}, @var{param}
30911is @code{check type} and @var{value} is @code{on}.
8de0566d
YQ
30912
30913@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
30914Reports that bytes from @var{addr} to @var{data} + @var{len} were
30915written in an inferior. The @var{id} is the identifier of the
30916thread group corresponding to the affected inferior. The optional
30917@code{type="code"} part is reported if the memory written to holds
30918executable code.
82f68b1c
VP
30919@end table
30920
54516a0b
TT
30921@node GDB/MI Breakpoint Information
30922@subsection @sc{gdb/mi} Breakpoint Information
30923
30924When @value{GDBN} reports information about a breakpoint, a
30925tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
30926following fields:
30927
30928@table @code
30929@item number
b4be1b06 30930The breakpoint number.
54516a0b
TT
30931
30932@item type
30933The type of the breakpoint. For ordinary breakpoints this will be
30934@samp{breakpoint}, but many values are possible.
30935
8ac3646f
TT
30936@item catch-type
30937If the type of the breakpoint is @samp{catchpoint}, then this
30938indicates the exact type of catchpoint.
30939
54516a0b
TT
30940@item disp
30941This is the breakpoint disposition---either @samp{del}, meaning that
30942the breakpoint will be deleted at the next stop, or @samp{keep},
30943meaning that the breakpoint will not be deleted.
30944
30945@item enabled
30946This indicates whether the breakpoint is enabled, in which case the
30947value is @samp{y}, or disabled, in which case the value is @samp{n}.
30948Note that this is not the same as the field @code{enable}.
30949
30950@item addr
30951The address of the breakpoint. This may be a hexidecimal number,
30952giving the address; or the string @samp{<PENDING>}, for a pending
30953breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
30954multiple locations. This field will not be present if no address can
30955be determined. For example, a watchpoint does not have an address.
30956
aa7ca1bb
AH
30957@item addr_flags
30958Optional field containing any flags related to the address. These flags are
30959architecture-dependent; see @ref{Architectures} for their meaning for a
30960particular CPU.
30961
54516a0b
TT
30962@item func
30963If known, the function in which the breakpoint appears.
30964If not known, this field is not present.
30965
30966@item filename
30967The name of the source file which contains this function, if known.
30968If not known, this field is not present.
30969
30970@item fullname
30971The full file name of the source file which contains this function, if
30972known. If not known, this field is not present.
30973
30974@item line
30975The line number at which this breakpoint appears, if known.
30976If not known, this field is not present.
30977
30978@item at
30979If the source file is not known, this field may be provided. If
30980provided, this holds the address of the breakpoint, possibly followed
30981by a symbol name.
30982
30983@item pending
30984If this breakpoint is pending, this field is present and holds the
30985text used to set the breakpoint, as entered by the user.
30986
30987@item evaluated-by
30988Where this breakpoint's condition is evaluated, either @samp{host} or
30989@samp{target}.
30990
30991@item thread
30992If this is a thread-specific breakpoint, then this identifies the
30993thread in which the breakpoint can trigger.
30994
30995@item task
30996If this breakpoint is restricted to a particular Ada task, then this
30997field will hold the task identifier.
30998
30999@item cond
31000If the breakpoint is conditional, this is the condition expression.
31001
31002@item ignore
31003The ignore count of the breakpoint.
31004
31005@item enable
31006The enable count of the breakpoint.
31007
31008@item traceframe-usage
31009FIXME.
31010
31011@item static-tracepoint-marker-string-id
31012For a static tracepoint, the name of the static tracepoint marker.
31013
31014@item mask
31015For a masked watchpoint, this is the mask.
31016
31017@item pass
31018A tracepoint's pass count.
31019
31020@item original-location
31021The location of the breakpoint as originally specified by the user.
31022This field is optional.
31023
31024@item times
31025The number of times the breakpoint has been hit.
31026
31027@item installed
31028This field is only given for tracepoints. This is either @samp{y},
31029meaning that the tracepoint is installed, or @samp{n}, meaning that it
31030is not.
31031
31032@item what
31033Some extra data, the exact contents of which are type-dependent.
31034
b4be1b06
SM
31035@item locations
31036This field is present if the breakpoint has multiple locations. It is also
31037exceptionally present if the breakpoint is enabled and has a single, disabled
31038location.
31039
6b92c0d3 31040The value is a list of locations. The format of a location is described below.
b4be1b06
SM
31041
31042@end table
31043
31044A location in a multi-location breakpoint is represented as a tuple with the
31045following fields:
31046
31047@table @code
31048
31049@item number
31050The location number as a dotted pair, like @samp{1.2}. The first digit is the
31051number of the parent breakpoint. The second digit is the number of the
31052location within that breakpoint.
31053
31054@item enabled
31055This indicates whether the location is enabled, in which case the
31056value is @samp{y}, or disabled, in which case the value is @samp{n}.
31057Note that this is not the same as the field @code{enable}.
31058
31059@item addr
31060The address of this location as an hexidecimal number.
31061
aa7ca1bb
AH
31062@item addr_flags
31063Optional field containing any flags related to the address. These flags are
31064architecture-dependent; see @ref{Architectures} for their meaning for a
31065particular CPU.
31066
b4be1b06
SM
31067@item func
31068If known, the function in which the location appears.
31069If not known, this field is not present.
31070
31071@item file
31072The name of the source file which contains this location, if known.
31073If not known, this field is not present.
31074
31075@item fullname
31076The full file name of the source file which contains this location, if
31077known. If not known, this field is not present.
31078
31079@item line
31080The line number at which this location appears, if known.
31081If not known, this field is not present.
31082
31083@item thread-groups
31084The thread groups this location is in.
31085
54516a0b
TT
31086@end table
31087
31088For example, here is what the output of @code{-break-insert}
31089(@pxref{GDB/MI Breakpoint Commands}) might be:
31090
31091@smallexample
31092-> -break-insert main
31093<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31094 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
31095 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
31096 times="0"@}
54516a0b
TT
31097<- (gdb)
31098@end smallexample
31099
c3b108f7
VP
31100@node GDB/MI Frame Information
31101@subsection @sc{gdb/mi} Frame Information
31102
31103Response from many MI commands includes an information about stack
31104frame. This information is a tuple that may have the following
31105fields:
31106
31107@table @code
31108@item level
31109The level of the stack frame. The innermost frame has the level of
31110zero. This field is always present.
31111
31112@item func
31113The name of the function corresponding to the frame. This field may
31114be absent if @value{GDBN} is unable to determine the function name.
31115
31116@item addr
31117The code address for the frame. This field is always present.
31118
aa7ca1bb
AH
31119@item addr_flags
31120Optional field containing any flags related to the address. These flags are
31121architecture-dependent; see @ref{Architectures} for their meaning for a
31122particular CPU.
31123
c3b108f7
VP
31124@item file
31125The name of the source files that correspond to the frame's code
31126address. This field may be absent.
31127
31128@item line
31129The source line corresponding to the frames' code address. This field
31130may be absent.
31131
31132@item from
31133The name of the binary file (either executable or shared library) the
31134corresponds to the frame's code address. This field may be absent.
31135
31136@end table
82f68b1c 31137
dc146f7c
VP
31138@node GDB/MI Thread Information
31139@subsection @sc{gdb/mi} Thread Information
31140
31141Whenever @value{GDBN} has to report an information about a thread, it
ebe553db
SM
31142uses a tuple with the following fields. The fields are always present unless
31143stated otherwise.
dc146f7c
VP
31144
31145@table @code
31146@item id
ebe553db 31147The global numeric id assigned to the thread by @value{GDBN}.
dc146f7c
VP
31148
31149@item target-id
ebe553db 31150The target-specific string identifying the thread.
dc146f7c
VP
31151
31152@item details
31153Additional information about the thread provided by the target.
31154It is supposed to be human-readable and not interpreted by the
31155frontend. This field is optional.
31156
ebe553db
SM
31157@item name
31158The name of the thread. If the user specified a name using the
31159@code{thread name} command, then this name is given. Otherwise, if
31160@value{GDBN} can extract the thread name from the target, then that
31161name is given. If @value{GDBN} cannot find the thread name, then this
31162field is omitted.
31163
dc146f7c 31164@item state
ebe553db
SM
31165The execution state of the thread, either @samp{stopped} or @samp{running},
31166depending on whether the thread is presently running.
31167
31168@item frame
31169The stack frame currently executing in the thread. This field is only present
31170if the thread is stopped. Its format is documented in
31171@ref{GDB/MI Frame Information}.
dc146f7c
VP
31172
31173@item core
31174The value of this field is an integer number of the processor core the
31175thread was last seen on. This field is optional.
31176@end table
31177
956a9fb9
JB
31178@node GDB/MI Ada Exception Information
31179@subsection @sc{gdb/mi} Ada Exception Information
31180
31181Whenever a @code{*stopped} record is emitted because the program
31182stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
31183@value{GDBN} provides the name of the exception that was raised via
e547c119
JB
31184the @code{exception-name} field. Also, for exceptions that were raised
31185with an exception message, @value{GDBN} provides that message via
31186the @code{exception-message} field.
922fbb7b 31187
ef21caaf
NR
31188@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31189@node GDB/MI Simple Examples
31190@section Simple Examples of @sc{gdb/mi} Interaction
31191@cindex @sc{gdb/mi}, simple examples
31192
31193This subsection presents several simple examples of interaction using
31194the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
31195following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
31196the output received from @sc{gdb/mi}.
31197
d3e8051b 31198Note the line breaks shown in the examples are here only for
ef21caaf
NR
31199readability, they don't appear in the real output.
31200
79a6e687 31201@subheading Setting a Breakpoint
ef21caaf
NR
31202
31203Setting a breakpoint generates synchronous output which contains detailed
31204information of the breakpoint.
31205
31206@smallexample
31207-> -break-insert main
31208<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31209 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
31210 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
31211 times="0"@}
ef21caaf
NR
31212<- (gdb)
31213@end smallexample
31214
31215@subheading Program Execution
31216
31217Program execution generates asynchronous records and MI gives the
31218reason that execution stopped.
31219
31220@smallexample
31221-> -exec-run
31222<- ^running
31223<- (gdb)
a47ec5fe 31224<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
31225 frame=@{addr="0x08048564",func="main",
31226 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
6d52907e
JV
31227 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
31228 arch="i386:x86_64"@}
ef21caaf
NR
31229<- (gdb)
31230-> -exec-continue
31231<- ^running
31232<- (gdb)
31233<- *stopped,reason="exited-normally"
31234<- (gdb)
31235@end smallexample
31236
3f94c067 31237@subheading Quitting @value{GDBN}
ef21caaf 31238
3f94c067 31239Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
31240
31241@smallexample
31242-> (gdb)
31243<- -gdb-exit
31244<- ^exit
31245@end smallexample
31246
a6b29f87
VP
31247Please note that @samp{^exit} is printed immediately, but it might
31248take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
31249performs necessary cleanups, including killing programs being debugged
31250or disconnecting from debug hardware, so the frontend should wait till
31251@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
31252fails to exit in reasonable time.
31253
a2c02241 31254@subheading A Bad Command
ef21caaf
NR
31255
31256Here's what happens if you pass a non-existent command:
31257
31258@smallexample
31259-> -rubbish
31260<- ^error,msg="Undefined MI command: rubbish"
594fe323 31261<- (gdb)
ef21caaf
NR
31262@end smallexample
31263
31264
922fbb7b
AC
31265@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31266@node GDB/MI Command Description Format
31267@section @sc{gdb/mi} Command Description Format
31268
31269The remaining sections describe blocks of commands. Each block of
31270commands is laid out in a fashion similar to this section.
31271
922fbb7b
AC
31272@subheading Motivation
31273
31274The motivation for this collection of commands.
31275
31276@subheading Introduction
31277
31278A brief introduction to this collection of commands as a whole.
31279
31280@subheading Commands
31281
31282For each command in the block, the following is described:
31283
31284@subsubheading Synopsis
31285
31286@smallexample
31287 -command @var{args}@dots{}
31288@end smallexample
31289
922fbb7b
AC
31290@subsubheading Result
31291
265eeb58 31292@subsubheading @value{GDBN} Command
922fbb7b 31293
265eeb58 31294The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
31295
31296@subsubheading Example
31297
ef21caaf
NR
31298Example(s) formatted for readability. Some of the described commands have
31299not been implemented yet and these are labeled N.A.@: (not available).
31300
31301
922fbb7b 31302@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
31303@node GDB/MI Breakpoint Commands
31304@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
31305
31306@cindex breakpoint commands for @sc{gdb/mi}
31307@cindex @sc{gdb/mi}, breakpoint commands
31308This section documents @sc{gdb/mi} commands for manipulating
31309breakpoints.
31310
31311@subheading The @code{-break-after} Command
31312@findex -break-after
31313
31314@subsubheading Synopsis
31315
31316@smallexample
31317 -break-after @var{number} @var{count}
31318@end smallexample
31319
31320The breakpoint number @var{number} is not in effect until it has been
31321hit @var{count} times. To see how this is reflected in the output of
31322the @samp{-break-list} command, see the description of the
31323@samp{-break-list} command below.
31324
31325@subsubheading @value{GDBN} Command
31326
31327The corresponding @value{GDBN} command is @samp{ignore}.
31328
31329@subsubheading Example
31330
31331@smallexample
594fe323 31332(gdb)
922fbb7b 31333-break-insert main
a47ec5fe
AR
31334^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31335enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
31336fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
31337times="0"@}
594fe323 31338(gdb)
922fbb7b
AC
31339-break-after 1 3
31340~
31341^done
594fe323 31342(gdb)
922fbb7b
AC
31343-break-list
31344^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31345hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31346@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31347@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31348@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31349@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31350@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31351body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 31352addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31353line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 31354(gdb)
922fbb7b
AC
31355@end smallexample
31356
31357@ignore
31358@subheading The @code{-break-catch} Command
31359@findex -break-catch
48cb2d85 31360@end ignore
922fbb7b
AC
31361
31362@subheading The @code{-break-commands} Command
31363@findex -break-commands
922fbb7b 31364
48cb2d85
VP
31365@subsubheading Synopsis
31366
31367@smallexample
31368 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
31369@end smallexample
31370
31371Specifies the CLI commands that should be executed when breakpoint
31372@var{number} is hit. The parameters @var{command1} to @var{commandN}
31373are the commands. If no command is specified, any previously-set
31374commands are cleared. @xref{Break Commands}. Typical use of this
31375functionality is tracing a program, that is, printing of values of
31376some variables whenever breakpoint is hit and then continuing.
31377
31378@subsubheading @value{GDBN} Command
31379
31380The corresponding @value{GDBN} command is @samp{commands}.
31381
31382@subsubheading Example
31383
31384@smallexample
31385(gdb)
31386-break-insert main
31387^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31388enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
31389fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
31390times="0"@}
48cb2d85
VP
31391(gdb)
31392-break-commands 1 "print v" "continue"
31393^done
31394(gdb)
31395@end smallexample
922fbb7b
AC
31396
31397@subheading The @code{-break-condition} Command
31398@findex -break-condition
31399
31400@subsubheading Synopsis
31401
31402@smallexample
31403 -break-condition @var{number} @var{expr}
31404@end smallexample
31405
31406Breakpoint @var{number} will stop the program only if the condition in
31407@var{expr} is true. The condition becomes part of the
31408@samp{-break-list} output (see the description of the @samp{-break-list}
31409command below).
31410
31411@subsubheading @value{GDBN} Command
31412
31413The corresponding @value{GDBN} command is @samp{condition}.
31414
31415@subsubheading Example
31416
31417@smallexample
594fe323 31418(gdb)
922fbb7b
AC
31419-break-condition 1 1
31420^done
594fe323 31421(gdb)
922fbb7b
AC
31422-break-list
31423^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31424hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31425@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31426@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31427@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31428@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31429@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31430body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 31431addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31432line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 31433(gdb)
922fbb7b
AC
31434@end smallexample
31435
31436@subheading The @code{-break-delete} Command
31437@findex -break-delete
31438
31439@subsubheading Synopsis
31440
31441@smallexample
31442 -break-delete ( @var{breakpoint} )+
31443@end smallexample
31444
31445Delete the breakpoint(s) whose number(s) are specified in the argument
31446list. This is obviously reflected in the breakpoint list.
31447
79a6e687 31448@subsubheading @value{GDBN} Command
922fbb7b
AC
31449
31450The corresponding @value{GDBN} command is @samp{delete}.
31451
31452@subsubheading Example
31453
31454@smallexample
594fe323 31455(gdb)
922fbb7b
AC
31456-break-delete 1
31457^done
594fe323 31458(gdb)
922fbb7b
AC
31459-break-list
31460^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31461hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31462@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31463@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31464@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31465@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31466@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31467body=[]@}
594fe323 31468(gdb)
922fbb7b
AC
31469@end smallexample
31470
31471@subheading The @code{-break-disable} Command
31472@findex -break-disable
31473
31474@subsubheading Synopsis
31475
31476@smallexample
31477 -break-disable ( @var{breakpoint} )+
31478@end smallexample
31479
31480Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
31481break list is now set to @samp{n} for the named @var{breakpoint}(s).
31482
31483@subsubheading @value{GDBN} Command
31484
31485The corresponding @value{GDBN} command is @samp{disable}.
31486
31487@subsubheading Example
31488
31489@smallexample
594fe323 31490(gdb)
922fbb7b
AC
31491-break-disable 2
31492^done
594fe323 31493(gdb)
922fbb7b
AC
31494-break-list
31495^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31496hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31497@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31498@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31499@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31500@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31501@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31502body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102 31503addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31504line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 31505(gdb)
922fbb7b
AC
31506@end smallexample
31507
31508@subheading The @code{-break-enable} Command
31509@findex -break-enable
31510
31511@subsubheading Synopsis
31512
31513@smallexample
31514 -break-enable ( @var{breakpoint} )+
31515@end smallexample
31516
31517Enable (previously disabled) @var{breakpoint}(s).
31518
31519@subsubheading @value{GDBN} Command
31520
31521The corresponding @value{GDBN} command is @samp{enable}.
31522
31523@subsubheading Example
31524
31525@smallexample
594fe323 31526(gdb)
922fbb7b
AC
31527-break-enable 2
31528^done
594fe323 31529(gdb)
922fbb7b
AC
31530-break-list
31531^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31532hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31533@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31534@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31535@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31536@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31537@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31538body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 31539addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31540line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 31541(gdb)
922fbb7b
AC
31542@end smallexample
31543
31544@subheading The @code{-break-info} Command
31545@findex -break-info
31546
31547@subsubheading Synopsis
31548
31549@smallexample
31550 -break-info @var{breakpoint}
31551@end smallexample
31552
31553@c REDUNDANT???
31554Get information about a single breakpoint.
31555
54516a0b
TT
31556The result is a table of breakpoints. @xref{GDB/MI Breakpoint
31557Information}, for details on the format of each breakpoint in the
31558table.
31559
79a6e687 31560@subsubheading @value{GDBN} Command
922fbb7b
AC
31561
31562The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
31563
31564@subsubheading Example
31565N.A.
31566
31567@subheading The @code{-break-insert} Command
31568@findex -break-insert
629500fa 31569@anchor{-break-insert}
922fbb7b
AC
31570
31571@subsubheading Synopsis
31572
31573@smallexample
18148017 31574 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
922fbb7b 31575 [ -c @var{condition} ] [ -i @var{ignore-count} ]
472a2379 31576 [ -p @var{thread-id} ] [ @var{location} ]
922fbb7b
AC
31577@end smallexample
31578
31579@noindent
afe8ab22 31580If specified, @var{location}, can be one of:
922fbb7b 31581
629500fa
KS
31582@table @var
31583@item linespec location
31584A linespec location. @xref{Linespec Locations}.
31585
31586@item explicit location
31587An explicit location. @sc{gdb/mi} explicit locations are
31588analogous to the CLI's explicit locations using the option names
31589listed below. @xref{Explicit Locations}.
31590
31591@table @samp
31592@item --source @var{filename}
31593The source file name of the location. This option requires the use
31594of either @samp{--function} or @samp{--line}.
31595
31596@item --function @var{function}
31597The name of a function or method.
922fbb7b 31598
629500fa
KS
31599@item --label @var{label}
31600The name of a label.
31601
31602@item --line @var{lineoffset}
31603An absolute or relative line offset from the start of the location.
31604@end table
31605
31606@item address location
31607An address location, *@var{address}. @xref{Address Locations}.
31608@end table
31609
31610@noindent
922fbb7b
AC
31611The possible optional parameters of this command are:
31612
31613@table @samp
31614@item -t
948d5102 31615Insert a temporary breakpoint.
922fbb7b
AC
31616@item -h
31617Insert a hardware breakpoint.
afe8ab22
VP
31618@item -f
31619If @var{location} cannot be parsed (for example if it
31620refers to unknown files or functions), create a pending
31621breakpoint. Without this flag, @value{GDBN} will report
31622an error, and won't create a breakpoint, if @var{location}
31623cannot be parsed.
41447f92
VP
31624@item -d
31625Create a disabled breakpoint.
18148017
VP
31626@item -a
31627Create a tracepoint. @xref{Tracepoints}. When this parameter
31628is used together with @samp{-h}, a fast tracepoint is created.
472a2379
KS
31629@item -c @var{condition}
31630Make the breakpoint conditional on @var{condition}.
31631@item -i @var{ignore-count}
31632Initialize the @var{ignore-count}.
31633@item -p @var{thread-id}
5d5658a1
PA
31634Restrict the breakpoint to the thread with the specified global
31635@var{thread-id}.
922fbb7b
AC
31636@end table
31637
31638@subsubheading Result
31639
54516a0b
TT
31640@xref{GDB/MI Breakpoint Information}, for details on the format of the
31641resulting breakpoint.
922fbb7b
AC
31642
31643Note: this format is open to change.
31644@c An out-of-band breakpoint instead of part of the result?
31645
31646@subsubheading @value{GDBN} Command
31647
31648The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
496ee73e 31649@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
922fbb7b
AC
31650
31651@subsubheading Example
31652
31653@smallexample
594fe323 31654(gdb)
922fbb7b 31655-break-insert main
948d5102 31656^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
998580f1
MK
31657fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
31658times="0"@}
594fe323 31659(gdb)
922fbb7b 31660-break-insert -t foo
948d5102 31661^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
998580f1
MK
31662fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
31663times="0"@}
594fe323 31664(gdb)
922fbb7b
AC
31665-break-list
31666^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31667hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31668@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31669@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31670@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31671@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31672@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31673body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 31674addr="0x0001072c", func="main",file="recursive2.c",
998580f1
MK
31675fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
31676times="0"@},
922fbb7b 31677bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102 31678addr="0x00010774",func="foo",file="recursive2.c",
998580f1
MK
31679fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
31680times="0"@}]@}
594fe323 31681(gdb)
496ee73e
KS
31682@c -break-insert -r foo.*
31683@c ~int foo(int, int);
31684@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
998580f1
MK
31685@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
31686@c times="0"@}
496ee73e 31687@c (gdb)
922fbb7b
AC
31688@end smallexample
31689
c5867ab6
HZ
31690@subheading The @code{-dprintf-insert} Command
31691@findex -dprintf-insert
31692
31693@subsubheading Synopsis
31694
31695@smallexample
31696 -dprintf-insert [ -t ] [ -f ] [ -d ]
31697 [ -c @var{condition} ] [ -i @var{ignore-count} ]
31698 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
31699 [ @var{argument} ]
31700@end smallexample
31701
31702@noindent
629500fa
KS
31703If supplied, @var{location} may be specified the same way as for
31704the @code{-break-insert} command. @xref{-break-insert}.
c5867ab6
HZ
31705
31706The possible optional parameters of this command are:
31707
31708@table @samp
31709@item -t
31710Insert a temporary breakpoint.
31711@item -f
31712If @var{location} cannot be parsed (for example, if it
31713refers to unknown files or functions), create a pending
31714breakpoint. Without this flag, @value{GDBN} will report
31715an error, and won't create a breakpoint, if @var{location}
31716cannot be parsed.
31717@item -d
31718Create a disabled breakpoint.
31719@item -c @var{condition}
31720Make the breakpoint conditional on @var{condition}.
31721@item -i @var{ignore-count}
31722Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
31723to @var{ignore-count}.
31724@item -p @var{thread-id}
5d5658a1
PA
31725Restrict the breakpoint to the thread with the specified global
31726@var{thread-id}.
c5867ab6
HZ
31727@end table
31728
31729@subsubheading Result
31730
31731@xref{GDB/MI Breakpoint Information}, for details on the format of the
31732resulting breakpoint.
31733
31734@c An out-of-band breakpoint instead of part of the result?
31735
31736@subsubheading @value{GDBN} Command
31737
31738The corresponding @value{GDBN} command is @samp{dprintf}.
31739
31740@subsubheading Example
31741
31742@smallexample
31743(gdb)
317444-dprintf-insert foo "At foo entry\n"
317454^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
31746addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
31747fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
31748times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
31749original-location="foo"@}
31750(gdb)
317515-dprintf-insert 26 "arg=%d, g=%d\n" arg g
317525^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
31753addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
31754fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
31755times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
31756original-location="mi-dprintf.c:26"@}
31757(gdb)
31758@end smallexample
31759
922fbb7b
AC
31760@subheading The @code{-break-list} Command
31761@findex -break-list
31762
31763@subsubheading Synopsis
31764
31765@smallexample
31766 -break-list
31767@end smallexample
31768
31769Displays the list of inserted breakpoints, showing the following fields:
31770
31771@table @samp
31772@item Number
31773number of the breakpoint
31774@item Type
31775type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
31776@item Disposition
31777should the breakpoint be deleted or disabled when it is hit: @samp{keep}
31778or @samp{nokeep}
31779@item Enabled
31780is the breakpoint enabled or no: @samp{y} or @samp{n}
31781@item Address
31782memory location at which the breakpoint is set
31783@item What
31784logical location of the breakpoint, expressed by function name, file
31785name, line number
998580f1
MK
31786@item Thread-groups
31787list of thread groups to which this breakpoint applies
922fbb7b
AC
31788@item Times
31789number of times the breakpoint has been hit
31790@end table
31791
31792If there are no breakpoints or watchpoints, the @code{BreakpointTable}
31793@code{body} field is an empty list.
31794
31795@subsubheading @value{GDBN} Command
31796
31797The corresponding @value{GDBN} command is @samp{info break}.
31798
31799@subsubheading Example
31800
31801@smallexample
594fe323 31802(gdb)
922fbb7b
AC
31803-break-list
31804^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31805hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31806@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31807@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31808@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31809@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31810@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31811body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
998580f1
MK
31812addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
31813times="0"@},
922fbb7b 31814bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 31815addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
998580f1 31816line="13",thread-groups=["i1"],times="0"@}]@}
594fe323 31817(gdb)
922fbb7b
AC
31818@end smallexample
31819
31820Here's an example of the result when there are no breakpoints:
31821
31822@smallexample
594fe323 31823(gdb)
922fbb7b
AC
31824-break-list
31825^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31826hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31827@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31828@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31829@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31830@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31831@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31832body=[]@}
594fe323 31833(gdb)
922fbb7b
AC
31834@end smallexample
31835
18148017
VP
31836@subheading The @code{-break-passcount} Command
31837@findex -break-passcount
31838
31839@subsubheading Synopsis
31840
31841@smallexample
31842 -break-passcount @var{tracepoint-number} @var{passcount}
31843@end smallexample
31844
31845Set the passcount for tracepoint @var{tracepoint-number} to
31846@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
31847is not a tracepoint, error is emitted. This corresponds to CLI
31848command @samp{passcount}.
31849
922fbb7b
AC
31850@subheading The @code{-break-watch} Command
31851@findex -break-watch
31852
31853@subsubheading Synopsis
31854
31855@smallexample
31856 -break-watch [ -a | -r ]
31857@end smallexample
31858
31859Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 31860@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 31861read from or on a write to the memory location. With the @samp{-r}
d3e8051b 31862option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
31863trigger only when the memory location is accessed for reading. Without
31864either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 31865i.e., it will trigger when the memory location is accessed for writing.
79a6e687 31866@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
31867
31868Note that @samp{-break-list} will report a single list of watchpoints and
31869breakpoints inserted.
31870
31871@subsubheading @value{GDBN} Command
31872
31873The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
31874@samp{rwatch}.
31875
31876@subsubheading Example
31877
31878Setting a watchpoint on a variable in the @code{main} function:
31879
31880@smallexample
594fe323 31881(gdb)
922fbb7b
AC
31882-break-watch x
31883^done,wpt=@{number="2",exp="x"@}
594fe323 31884(gdb)
922fbb7b
AC
31885-exec-continue
31886^running
0869d01b
NR
31887(gdb)
31888*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 31889value=@{old="-268439212",new="55"@},
76ff342d 31890frame=@{func="main",args=[],file="recursive2.c",
6d52907e 31891fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
594fe323 31892(gdb)
922fbb7b
AC
31893@end smallexample
31894
31895Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
31896the program execution twice: first for the variable changing value, then
31897for the watchpoint going out of scope.
31898
31899@smallexample
594fe323 31900(gdb)
922fbb7b
AC
31901-break-watch C
31902^done,wpt=@{number="5",exp="C"@}
594fe323 31903(gdb)
922fbb7b
AC
31904-exec-continue
31905^running
0869d01b
NR
31906(gdb)
31907*stopped,reason="watchpoint-trigger",
922fbb7b
AC
31908wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
31909frame=@{func="callee4",args=[],
76ff342d 31910file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31911fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31912arch="i386:x86_64"@}
594fe323 31913(gdb)
922fbb7b
AC
31914-exec-continue
31915^running
0869d01b
NR
31916(gdb)
31917*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
31918frame=@{func="callee3",args=[@{name="strarg",
31919value="0x11940 \"A string argument.\""@}],
76ff342d 31920file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31921fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31922arch="i386:x86_64"@}
594fe323 31923(gdb)
922fbb7b
AC
31924@end smallexample
31925
31926Listing breakpoints and watchpoints, at different points in the program
31927execution. Note that once the watchpoint goes out of scope, it is
31928deleted.
31929
31930@smallexample
594fe323 31931(gdb)
922fbb7b
AC
31932-break-watch C
31933^done,wpt=@{number="2",exp="C"@}
594fe323 31934(gdb)
922fbb7b
AC
31935-break-list
31936^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31937hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31938@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31939@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31940@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31941@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31942@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31943body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31944addr="0x00010734",func="callee4",
948d5102 31945file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
31946fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
31947times="1"@},
922fbb7b 31948bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 31949enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
594fe323 31950(gdb)
922fbb7b
AC
31951-exec-continue
31952^running
0869d01b
NR
31953(gdb)
31954*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
31955value=@{old="-276895068",new="3"@},
31956frame=@{func="callee4",args=[],
76ff342d 31957file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31958fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31959arch="i386:x86_64"@}
594fe323 31960(gdb)
922fbb7b
AC
31961-break-list
31962^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31963hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31964@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31965@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31966@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31967@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31968@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31969body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31970addr="0x00010734",func="callee4",
948d5102 31971file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
31972fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
31973times="1"@},
922fbb7b 31974bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 31975enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
594fe323 31976(gdb)
922fbb7b
AC
31977-exec-continue
31978^running
31979^done,reason="watchpoint-scope",wpnum="2",
31980frame=@{func="callee3",args=[@{name="strarg",
31981value="0x11940 \"A string argument.\""@}],
76ff342d 31982file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31983fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31984arch="i386:x86_64"@}
594fe323 31985(gdb)
922fbb7b
AC
31986-break-list
31987^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31988hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31989@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31990@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31991@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31992@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31993@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31994body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31995addr="0x00010734",func="callee4",
948d5102
NR
31996file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31997fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
998580f1 31998thread-groups=["i1"],times="1"@}]@}
594fe323 31999(gdb)
922fbb7b
AC
32000@end smallexample
32001
3fa7bf06
MG
32002
32003@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32004@node GDB/MI Catchpoint Commands
32005@section @sc{gdb/mi} Catchpoint Commands
32006
32007This section documents @sc{gdb/mi} commands for manipulating
32008catchpoints.
32009
40555925
JB
32010@menu
32011* Shared Library GDB/MI Catchpoint Commands::
32012* Ada Exception GDB/MI Catchpoint Commands::
30056ea0 32013* C++ Exception GDB/MI Catchpoint Commands::
40555925
JB
32014@end menu
32015
32016@node Shared Library GDB/MI Catchpoint Commands
32017@subsection Shared Library @sc{gdb/mi} Catchpoints
32018
3fa7bf06
MG
32019@subheading The @code{-catch-load} Command
32020@findex -catch-load
32021
32022@subsubheading Synopsis
32023
32024@smallexample
32025 -catch-load [ -t ] [ -d ] @var{regexp}
32026@end smallexample
32027
32028Add a catchpoint for library load events. If the @samp{-t} option is used,
32029the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
32030Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
32031in a disabled state. The @samp{regexp} argument is a regular
32032expression used to match the name of the loaded library.
32033
32034
32035@subsubheading @value{GDBN} Command
32036
32037The corresponding @value{GDBN} command is @samp{catch load}.
32038
32039@subsubheading Example
32040
32041@smallexample
32042-catch-load -t foo.so
32043^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
8ac3646f 32044what="load of library matching foo.so",catch-type="load",times="0"@}
3fa7bf06
MG
32045(gdb)
32046@end smallexample
32047
32048
32049@subheading The @code{-catch-unload} Command
32050@findex -catch-unload
32051
32052@subsubheading Synopsis
32053
32054@smallexample
32055 -catch-unload [ -t ] [ -d ] @var{regexp}
32056@end smallexample
32057
32058Add a catchpoint for library unload events. If the @samp{-t} option is
32059used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
32060Breakpoints}). If the @samp{-d} option is used, the catchpoint is
32061created in a disabled state. The @samp{regexp} argument is a regular
32062expression used to match the name of the unloaded library.
32063
32064@subsubheading @value{GDBN} Command
32065
32066The corresponding @value{GDBN} command is @samp{catch unload}.
32067
32068@subsubheading Example
32069
32070@smallexample
32071-catch-unload -d bar.so
32072^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
8ac3646f 32073what="load of library matching bar.so",catch-type="unload",times="0"@}
3fa7bf06
MG
32074(gdb)
32075@end smallexample
32076
40555925
JB
32077@node Ada Exception GDB/MI Catchpoint Commands
32078@subsection Ada Exception @sc{gdb/mi} Catchpoints
32079
32080The following @sc{gdb/mi} commands can be used to create catchpoints
32081that stop the execution when Ada exceptions are being raised.
32082
32083@subheading The @code{-catch-assert} Command
32084@findex -catch-assert
32085
32086@subsubheading Synopsis
32087
32088@smallexample
32089 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
32090@end smallexample
32091
32092Add a catchpoint for failed Ada assertions.
32093
32094The possible optional parameters for this command are:
32095
32096@table @samp
32097@item -c @var{condition}
32098Make the catchpoint conditional on @var{condition}.
32099@item -d
32100Create a disabled catchpoint.
32101@item -t
32102Create a temporary catchpoint.
32103@end table
32104
32105@subsubheading @value{GDBN} Command
32106
32107The corresponding @value{GDBN} command is @samp{catch assert}.
32108
32109@subsubheading Example
32110
32111@smallexample
32112-catch-assert
32113^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
32114enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
32115thread-groups=["i1"],times="0",
32116original-location="__gnat_debug_raise_assert_failure"@}
32117(gdb)
32118@end smallexample
32119
32120@subheading The @code{-catch-exception} Command
32121@findex -catch-exception
32122
32123@subsubheading Synopsis
32124
32125@smallexample
32126 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
32127 [ -t ] [ -u ]
32128@end smallexample
32129
32130Add a catchpoint stopping when Ada exceptions are raised.
32131By default, the command stops the program when any Ada exception
32132gets raised. But it is also possible, by using some of the
32133optional parameters described below, to create more selective
32134catchpoints.
32135
32136The possible optional parameters for this command are:
32137
32138@table @samp
32139@item -c @var{condition}
32140Make the catchpoint conditional on @var{condition}.
32141@item -d
32142Create a disabled catchpoint.
32143@item -e @var{exception-name}
32144Only stop when @var{exception-name} is raised. This option cannot
32145be used combined with @samp{-u}.
32146@item -t
32147Create a temporary catchpoint.
32148@item -u
32149Stop only when an unhandled exception gets raised. This option
32150cannot be used combined with @samp{-e}.
32151@end table
32152
32153@subsubheading @value{GDBN} Command
32154
32155The corresponding @value{GDBN} commands are @samp{catch exception}
32156and @samp{catch exception unhandled}.
32157
32158@subsubheading Example
32159
32160@smallexample
32161-catch-exception -e Program_Error
32162^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
32163enabled="y",addr="0x0000000000404874",
32164what="`Program_Error' Ada exception", thread-groups=["i1"],
32165times="0",original-location="__gnat_debug_raise_exception"@}
32166(gdb)
32167@end smallexample
3fa7bf06 32168
bea298f9
XR
32169@subheading The @code{-catch-handlers} Command
32170@findex -catch-handlers
32171
32172@subsubheading Synopsis
32173
32174@smallexample
32175 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
32176 [ -t ]
32177@end smallexample
32178
32179Add a catchpoint stopping when Ada exceptions are handled.
32180By default, the command stops the program when any Ada exception
32181gets handled. But it is also possible, by using some of the
32182optional parameters described below, to create more selective
32183catchpoints.
32184
32185The possible optional parameters for this command are:
32186
32187@table @samp
32188@item -c @var{condition}
32189Make the catchpoint conditional on @var{condition}.
32190@item -d
32191Create a disabled catchpoint.
32192@item -e @var{exception-name}
32193Only stop when @var{exception-name} is handled.
32194@item -t
32195Create a temporary catchpoint.
32196@end table
32197
32198@subsubheading @value{GDBN} Command
32199
32200The corresponding @value{GDBN} command is @samp{catch handlers}.
32201
32202@subsubheading Example
32203
32204@smallexample
32205-catch-handlers -e Constraint_Error
32206^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
32207enabled="y",addr="0x0000000000402f68",
32208what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
32209times="0",original-location="__gnat_begin_handler"@}
32210(gdb)
32211@end smallexample
32212
30056ea0
AB
32213@node C++ Exception GDB/MI Catchpoint Commands
32214@subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
32215
32216The following @sc{gdb/mi} commands can be used to create catchpoints
32217that stop the execution when C@t{++} exceptions are being throw, rethrown,
32218or caught.
32219
32220@subheading The @code{-catch-throw} Command
32221@findex -catch-throw
32222
32223@subsubheading Synopsis
32224
32225@smallexample
32226 -catch-throw [ -t ] [ -r @var{regexp}]
32227@end smallexample
32228
32229Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
32230given, then only exceptions whose type matches the regular expression
32231will be caught.
32232
32233If @samp{-t} is given, then the catchpoint is enabled only for one
32234stop, the catchpoint is automatically deleted after stopping once for
32235the event.
32236
32237@subsubheading @value{GDBN} Command
32238
32239The corresponding @value{GDBN} commands are @samp{catch throw}
32240and @samp{tcatch throw} (@pxref{Set Catchpoints}).
32241
32242@subsubheading Example
32243
32244@smallexample
32245-catch-throw -r exception_type
cb1e4e32
PA
32246^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32247 what="exception throw",catch-type="throw",
32248 thread-groups=["i1"],
30056ea0
AB
32249 regexp="exception_type",times="0"@}
32250(gdb)
32251-exec-run
32252^running
32253(gdb)
32254~"\n"
32255~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
32256 in __cxa_throw () from /lib64/libstdc++.so.6\n"
32257*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32258 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
32259 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32260 thread-id="1",stopped-threads="all",core="6"
32261(gdb)
32262@end smallexample
32263
32264@subheading The @code{-catch-rethrow} Command
32265@findex -catch-rethrow
32266
32267@subsubheading Synopsis
32268
32269@smallexample
32270 -catch-rethrow [ -t ] [ -r @var{regexp}]
32271@end smallexample
32272
32273Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
32274then only exceptions whose type matches the regular expression will be
32275caught.
32276
32277If @samp{-t} is given, then the catchpoint is enabled only for one
32278stop, the catchpoint is automatically deleted after the first event is
32279caught.
32280
32281@subsubheading @value{GDBN} Command
32282
32283The corresponding @value{GDBN} commands are @samp{catch rethrow}
32284and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
32285
32286@subsubheading Example
32287
32288@smallexample
32289-catch-rethrow -r exception_type
cb1e4e32
PA
32290^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32291 what="exception rethrow",catch-type="rethrow",
32292 thread-groups=["i1"],
30056ea0
AB
32293 regexp="exception_type",times="0"@}
32294(gdb)
32295-exec-run
32296^running
32297(gdb)
32298~"\n"
32299~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
32300 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
32301*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32302 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
32303 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32304 thread-id="1",stopped-threads="all",core="6"
32305(gdb)
32306@end smallexample
32307
32308@subheading The @code{-catch-catch} Command
32309@findex -catch-catch
32310
32311@subsubheading Synopsis
32312
32313@smallexample
32314 -catch-catch [ -t ] [ -r @var{regexp}]
32315@end smallexample
32316
32317Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
32318is given, then only exceptions whose type matches the regular
32319expression will be caught.
32320
32321If @samp{-t} is given, then the catchpoint is enabled only for one
32322stop, the catchpoint is automatically deleted after the first event is
32323caught.
32324
32325@subsubheading @value{GDBN} Command
32326
32327The corresponding @value{GDBN} commands are @samp{catch catch}
32328and @samp{tcatch catch} (@pxref{Set Catchpoints}).
32329
32330@subsubheading Example
32331
32332@smallexample
32333-catch-catch -r exception_type
cb1e4e32
PA
32334^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32335 what="exception catch",catch-type="catch",
32336 thread-groups=["i1"],
30056ea0
AB
32337 regexp="exception_type",times="0"@}
32338(gdb)
32339-exec-run
32340^running
32341(gdb)
32342~"\n"
32343~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
32344 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
32345*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32346 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
32347 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32348 thread-id="1",stopped-threads="all",core="6"
32349(gdb)
32350@end smallexample
32351
922fbb7b 32352@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
32353@node GDB/MI Program Context
32354@section @sc{gdb/mi} Program Context
922fbb7b 32355
a2c02241
NR
32356@subheading The @code{-exec-arguments} Command
32357@findex -exec-arguments
922fbb7b 32358
922fbb7b
AC
32359
32360@subsubheading Synopsis
32361
32362@smallexample
a2c02241 32363 -exec-arguments @var{args}
922fbb7b
AC
32364@end smallexample
32365
a2c02241
NR
32366Set the inferior program arguments, to be used in the next
32367@samp{-exec-run}.
922fbb7b 32368
a2c02241 32369@subsubheading @value{GDBN} Command
922fbb7b 32370
a2c02241 32371The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 32372
a2c02241 32373@subsubheading Example
922fbb7b 32374
fbc5282e
MK
32375@smallexample
32376(gdb)
32377-exec-arguments -v word
32378^done
32379(gdb)
32380@end smallexample
922fbb7b 32381
a2c02241 32382
9901a55b 32383@ignore
a2c02241
NR
32384@subheading The @code{-exec-show-arguments} Command
32385@findex -exec-show-arguments
32386
32387@subsubheading Synopsis
32388
32389@smallexample
32390 -exec-show-arguments
32391@end smallexample
32392
32393Print the arguments of the program.
922fbb7b
AC
32394
32395@subsubheading @value{GDBN} Command
32396
a2c02241 32397The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
32398
32399@subsubheading Example
a2c02241 32400N.A.
9901a55b 32401@end ignore
922fbb7b 32402
922fbb7b 32403
a2c02241
NR
32404@subheading The @code{-environment-cd} Command
32405@findex -environment-cd
922fbb7b 32406
a2c02241 32407@subsubheading Synopsis
922fbb7b
AC
32408
32409@smallexample
a2c02241 32410 -environment-cd @var{pathdir}
922fbb7b
AC
32411@end smallexample
32412
a2c02241 32413Set @value{GDBN}'s working directory.
922fbb7b 32414
a2c02241 32415@subsubheading @value{GDBN} Command
922fbb7b 32416
a2c02241
NR
32417The corresponding @value{GDBN} command is @samp{cd}.
32418
32419@subsubheading Example
922fbb7b
AC
32420
32421@smallexample
594fe323 32422(gdb)
a2c02241
NR
32423-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
32424^done
594fe323 32425(gdb)
922fbb7b
AC
32426@end smallexample
32427
32428
a2c02241
NR
32429@subheading The @code{-environment-directory} Command
32430@findex -environment-directory
922fbb7b
AC
32431
32432@subsubheading Synopsis
32433
32434@smallexample
a2c02241 32435 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
32436@end smallexample
32437
a2c02241
NR
32438Add directories @var{pathdir} to beginning of search path for source files.
32439If the @samp{-r} option is used, the search path is reset to the default
32440search path. If directories @var{pathdir} are supplied in addition to the
32441@samp{-r} option, the search path is first reset and then addition
32442occurs as normal.
32443Multiple directories may be specified, separated by blanks. Specifying
32444multiple directories in a single command
32445results in the directories added to the beginning of the
32446search path in the same order they were presented in the command.
32447If blanks are needed as
32448part of a directory name, double-quotes should be used around
32449the name. In the command output, the path will show up separated
d3e8051b 32450by the system directory-separator character. The directory-separator
a2c02241
NR
32451character must not be used
32452in any directory name.
32453If no directories are specified, the current search path is displayed.
922fbb7b
AC
32454
32455@subsubheading @value{GDBN} Command
32456
a2c02241 32457The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
32458
32459@subsubheading Example
32460
922fbb7b 32461@smallexample
594fe323 32462(gdb)
a2c02241
NR
32463-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
32464^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 32465(gdb)
a2c02241
NR
32466-environment-directory ""
32467^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 32468(gdb)
a2c02241
NR
32469-environment-directory -r /home/jjohnstn/src/gdb /usr/src
32470^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 32471(gdb)
a2c02241
NR
32472-environment-directory -r
32473^done,source-path="$cdir:$cwd"
594fe323 32474(gdb)
922fbb7b
AC
32475@end smallexample
32476
32477
a2c02241
NR
32478@subheading The @code{-environment-path} Command
32479@findex -environment-path
922fbb7b
AC
32480
32481@subsubheading Synopsis
32482
32483@smallexample
a2c02241 32484 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
32485@end smallexample
32486
a2c02241
NR
32487Add directories @var{pathdir} to beginning of search path for object files.
32488If the @samp{-r} option is used, the search path is reset to the original
32489search path that existed at gdb start-up. If directories @var{pathdir} are
32490supplied in addition to the
32491@samp{-r} option, the search path is first reset and then addition
32492occurs as normal.
32493Multiple directories may be specified, separated by blanks. Specifying
32494multiple directories in a single command
32495results in the directories added to the beginning of the
32496search path in the same order they were presented in the command.
32497If blanks are needed as
32498part of a directory name, double-quotes should be used around
32499the name. In the command output, the path will show up separated
d3e8051b 32500by the system directory-separator character. The directory-separator
a2c02241
NR
32501character must not be used
32502in any directory name.
32503If no directories are specified, the current path is displayed.
32504
922fbb7b
AC
32505
32506@subsubheading @value{GDBN} Command
32507
a2c02241 32508The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
32509
32510@subsubheading Example
32511
922fbb7b 32512@smallexample
594fe323 32513(gdb)
a2c02241
NR
32514-environment-path
32515^done,path="/usr/bin"
594fe323 32516(gdb)
a2c02241
NR
32517-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
32518^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 32519(gdb)
a2c02241
NR
32520-environment-path -r /usr/local/bin
32521^done,path="/usr/local/bin:/usr/bin"
594fe323 32522(gdb)
922fbb7b
AC
32523@end smallexample
32524
32525
a2c02241
NR
32526@subheading The @code{-environment-pwd} Command
32527@findex -environment-pwd
922fbb7b
AC
32528
32529@subsubheading Synopsis
32530
32531@smallexample
a2c02241 32532 -environment-pwd
922fbb7b
AC
32533@end smallexample
32534
a2c02241 32535Show the current working directory.
922fbb7b 32536
79a6e687 32537@subsubheading @value{GDBN} Command
922fbb7b 32538
a2c02241 32539The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
32540
32541@subsubheading Example
32542
922fbb7b 32543@smallexample
594fe323 32544(gdb)
a2c02241
NR
32545-environment-pwd
32546^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 32547(gdb)
922fbb7b
AC
32548@end smallexample
32549
a2c02241
NR
32550@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32551@node GDB/MI Thread Commands
32552@section @sc{gdb/mi} Thread Commands
32553
32554
32555@subheading The @code{-thread-info} Command
32556@findex -thread-info
922fbb7b
AC
32557
32558@subsubheading Synopsis
32559
32560@smallexample
8e8901c5 32561 -thread-info [ @var{thread-id} ]
922fbb7b
AC
32562@end smallexample
32563
5d5658a1
PA
32564Reports information about either a specific thread, if the
32565@var{thread-id} parameter is present, or about all threads.
32566@var{thread-id} is the thread's global thread ID. When printing
32567information about all threads, also reports the global ID of the
32568current thread.
8e8901c5 32569
79a6e687 32570@subsubheading @value{GDBN} Command
922fbb7b 32571
8e8901c5
VP
32572The @samp{info thread} command prints the same information
32573about all threads.
922fbb7b 32574
4694da01 32575@subsubheading Result
922fbb7b 32576
ebe553db 32577The result contains the following attributes:
4694da01
TT
32578
32579@table @samp
ebe553db
SM
32580@item threads
32581A list of threads. The format of the elements of the list is described in
32582@ref{GDB/MI Thread Information}.
32583
32584@item current-thread-id
32585The global id of the currently selected thread. This field is omitted if there
32586is no selected thread (for example, when the selected inferior is not running,
32587and therefore has no threads) or if a @var{thread-id} argument was passed to
32588the command.
4694da01
TT
32589
32590@end table
32591
32592@subsubheading Example
32593
32594@smallexample
32595-thread-info
32596^done,threads=[
32597@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
32598 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
32599 args=[]@},state="running"@},
32600@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
32601 frame=@{level="0",addr="0x0804891f",func="foo",
32602 args=[@{name="i",value="10"@}],
6d52907e 32603 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
4694da01
TT
32604 state="running"@}],
32605current-thread-id="1"
32606(gdb)
32607@end smallexample
32608
a2c02241
NR
32609@subheading The @code{-thread-list-ids} Command
32610@findex -thread-list-ids
922fbb7b 32611
a2c02241 32612@subsubheading Synopsis
922fbb7b 32613
a2c02241
NR
32614@smallexample
32615 -thread-list-ids
32616@end smallexample
922fbb7b 32617
5d5658a1
PA
32618Produces a list of the currently known global @value{GDBN} thread ids.
32619At the end of the list it also prints the total number of such
32620threads.
922fbb7b 32621
c3b108f7
VP
32622This command is retained for historical reasons, the
32623@code{-thread-info} command should be used instead.
32624
922fbb7b
AC
32625@subsubheading @value{GDBN} Command
32626
a2c02241 32627Part of @samp{info threads} supplies the same information.
922fbb7b
AC
32628
32629@subsubheading Example
32630
922fbb7b 32631@smallexample
594fe323 32632(gdb)
a2c02241
NR
32633-thread-list-ids
32634^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 32635current-thread-id="1",number-of-threads="3"
594fe323 32636(gdb)
922fbb7b
AC
32637@end smallexample
32638
a2c02241
NR
32639
32640@subheading The @code{-thread-select} Command
32641@findex -thread-select
922fbb7b
AC
32642
32643@subsubheading Synopsis
32644
32645@smallexample
5d5658a1 32646 -thread-select @var{thread-id}
922fbb7b
AC
32647@end smallexample
32648
5d5658a1
PA
32649Make thread with global thread number @var{thread-id} the current
32650thread. It prints the number of the new current thread, and the
32651topmost frame for that thread.
922fbb7b 32652
c3b108f7
VP
32653This command is deprecated in favor of explicitly using the
32654@samp{--thread} option to each command.
32655
922fbb7b
AC
32656@subsubheading @value{GDBN} Command
32657
a2c02241 32658The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
32659
32660@subsubheading Example
922fbb7b
AC
32661
32662@smallexample
594fe323 32663(gdb)
a2c02241
NR
32664-exec-next
32665^running
594fe323 32666(gdb)
a2c02241
NR
32667*stopped,reason="end-stepping-range",thread-id="2",line="187",
32668file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 32669(gdb)
a2c02241
NR
32670-thread-list-ids
32671^done,
32672thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
32673number-of-threads="3"
594fe323 32674(gdb)
a2c02241
NR
32675-thread-select 3
32676^done,new-thread-id="3",
32677frame=@{level="0",func="vprintf",
32678args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
6d52907e 32679@{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
594fe323 32680(gdb)
922fbb7b
AC
32681@end smallexample
32682
5d77fe44
JB
32683@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32684@node GDB/MI Ada Tasking Commands
32685@section @sc{gdb/mi} Ada Tasking Commands
32686
32687@subheading The @code{-ada-task-info} Command
32688@findex -ada-task-info
32689
32690@subsubheading Synopsis
32691
32692@smallexample
32693 -ada-task-info [ @var{task-id} ]
32694@end smallexample
32695
32696Reports information about either a specific Ada task, if the
32697@var{task-id} parameter is present, or about all Ada tasks.
32698
32699@subsubheading @value{GDBN} Command
32700
32701The @samp{info tasks} command prints the same information
32702about all Ada tasks (@pxref{Ada Tasks}).
32703
32704@subsubheading Result
32705
32706The result is a table of Ada tasks. The following columns are
32707defined for each Ada task:
32708
32709@table @samp
32710@item current
32711This field exists only for the current thread. It has the value @samp{*}.
32712
32713@item id
32714The identifier that @value{GDBN} uses to refer to the Ada task.
32715
32716@item task-id
32717The identifier that the target uses to refer to the Ada task.
32718
32719@item thread-id
5d5658a1
PA
32720The global thread identifier of the thread corresponding to the Ada
32721task.
5d77fe44
JB
32722
32723This field should always exist, as Ada tasks are always implemented
32724on top of a thread. But if @value{GDBN} cannot find this corresponding
32725thread for any reason, the field is omitted.
32726
32727@item parent-id
32728This field exists only when the task was created by another task.
32729In this case, it provides the ID of the parent task.
32730
32731@item priority
32732The base priority of the task.
32733
32734@item state
32735The current state of the task. For a detailed description of the
32736possible states, see @ref{Ada Tasks}.
32737
32738@item name
32739The name of the task.
32740
32741@end table
32742
32743@subsubheading Example
32744
32745@smallexample
32746-ada-task-info
32747^done,tasks=@{nr_rows="3",nr_cols="8",
32748hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
32749@{width="3",alignment="1",col_name="id",colhdr="ID"@},
32750@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
32751@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
32752@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
32753@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
32754@{width="22",alignment="-1",col_name="state",colhdr="State"@},
32755@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
32756body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
32757state="Child Termination Wait",name="main_task"@}]@}
32758(gdb)
32759@end smallexample
32760
a2c02241
NR
32761@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32762@node GDB/MI Program Execution
32763@section @sc{gdb/mi} Program Execution
922fbb7b 32764
ef21caaf 32765These are the asynchronous commands which generate the out-of-band
3f94c067 32766record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
32767asynchronously with remote targets and this interaction is mimicked in
32768other cases.
922fbb7b 32769
922fbb7b
AC
32770@subheading The @code{-exec-continue} Command
32771@findex -exec-continue
32772
32773@subsubheading Synopsis
32774
32775@smallexample
540aa8e7 32776 -exec-continue [--reverse] [--all|--thread-group N]
922fbb7b
AC
32777@end smallexample
32778
540aa8e7
MS
32779Resumes the execution of the inferior program, which will continue
32780to execute until it reaches a debugger stop event. If the
32781@samp{--reverse} option is specified, execution resumes in reverse until
32782it reaches a stop event. Stop events may include
32783@itemize @bullet
32784@item
32785breakpoints or watchpoints
32786@item
32787signals or exceptions
32788@item
32789the end of the process (or its beginning under @samp{--reverse})
32790@item
32791the end or beginning of a replay log if one is being used.
32792@end itemize
32793In all-stop mode (@pxref{All-Stop
32794Mode}), may resume only one thread, or all threads, depending on the
32795value of the @samp{scheduler-locking} variable. If @samp{--all} is
a79b8f6e 32796specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
540aa8e7
MS
32797ignored in all-stop mode. If the @samp{--thread-group} options is
32798specified, then all threads in that thread group are resumed.
922fbb7b
AC
32799
32800@subsubheading @value{GDBN} Command
32801
32802The corresponding @value{GDBN} corresponding is @samp{continue}.
32803
32804@subsubheading Example
32805
32806@smallexample
32807-exec-continue
32808^running
594fe323 32809(gdb)
922fbb7b 32810@@Hello world
a47ec5fe
AR
32811*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
32812func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
6d52907e 32813line="13",arch="i386:x86_64"@}
594fe323 32814(gdb)
922fbb7b
AC
32815@end smallexample
32816
32817
32818@subheading The @code{-exec-finish} Command
32819@findex -exec-finish
32820
32821@subsubheading Synopsis
32822
32823@smallexample
540aa8e7 32824 -exec-finish [--reverse]
922fbb7b
AC
32825@end smallexample
32826
ef21caaf
NR
32827Resumes the execution of the inferior program until the current
32828function is exited. Displays the results returned by the function.
540aa8e7
MS
32829If the @samp{--reverse} option is specified, resumes the reverse
32830execution of the inferior program until the point where current
32831function was called.
922fbb7b
AC
32832
32833@subsubheading @value{GDBN} Command
32834
32835The corresponding @value{GDBN} command is @samp{finish}.
32836
32837@subsubheading Example
32838
32839Function returning @code{void}.
32840
32841@smallexample
32842-exec-finish
32843^running
594fe323 32844(gdb)
922fbb7b
AC
32845@@hello from foo
32846*stopped,reason="function-finished",frame=@{func="main",args=[],
6d52907e 32847file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
594fe323 32848(gdb)
922fbb7b
AC
32849@end smallexample
32850
32851Function returning other than @code{void}. The name of the internal
32852@value{GDBN} variable storing the result is printed, together with the
32853value itself.
32854
32855@smallexample
32856-exec-finish
32857^running
594fe323 32858(gdb)
922fbb7b
AC
32859*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
32860args=[@{name="a",value="1"],@{name="b",value="9"@}@},
6d52907e
JV
32861file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32862arch="i386:x86_64"@},
922fbb7b 32863gdb-result-var="$1",return-value="0"
594fe323 32864(gdb)
922fbb7b
AC
32865@end smallexample
32866
32867
32868@subheading The @code{-exec-interrupt} Command
32869@findex -exec-interrupt
32870
32871@subsubheading Synopsis
32872
32873@smallexample
c3b108f7 32874 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
32875@end smallexample
32876
ef21caaf
NR
32877Interrupts the background execution of the target. Note how the token
32878associated with the stop message is the one for the execution command
32879that has been interrupted. The token for the interrupt itself only
32880appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
32881interrupt a non-running program, an error message will be printed.
32882
c3b108f7
VP
32883Note that when asynchronous execution is enabled, this command is
32884asynchronous just like other execution commands. That is, first the
32885@samp{^done} response will be printed, and the target stop will be
32886reported after that using the @samp{*stopped} notification.
32887
32888In non-stop mode, only the context thread is interrupted by default.
a79b8f6e
VP
32889All threads (in all inferiors) will be interrupted if the
32890@samp{--all} option is specified. If the @samp{--thread-group}
32891option is specified, all threads in that group will be interrupted.
c3b108f7 32892
922fbb7b
AC
32893@subsubheading @value{GDBN} Command
32894
32895The corresponding @value{GDBN} command is @samp{interrupt}.
32896
32897@subsubheading Example
32898
32899@smallexample
594fe323 32900(gdb)
922fbb7b
AC
32901111-exec-continue
32902111^running
32903
594fe323 32904(gdb)
922fbb7b
AC
32905222-exec-interrupt
32906222^done
594fe323 32907(gdb)
922fbb7b 32908111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 32909frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
6d52907e 32910fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
594fe323 32911(gdb)
922fbb7b 32912
594fe323 32913(gdb)
922fbb7b
AC
32914-exec-interrupt
32915^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 32916(gdb)
922fbb7b
AC
32917@end smallexample
32918
83eba9b7
VP
32919@subheading The @code{-exec-jump} Command
32920@findex -exec-jump
32921
32922@subsubheading Synopsis
32923
32924@smallexample
32925 -exec-jump @var{location}
32926@end smallexample
32927
32928Resumes execution of the inferior program at the location specified by
32929parameter. @xref{Specify Location}, for a description of the
32930different forms of @var{location}.
32931
32932@subsubheading @value{GDBN} Command
32933
32934The corresponding @value{GDBN} command is @samp{jump}.
32935
32936@subsubheading Example
32937
32938@smallexample
32939-exec-jump foo.c:10
32940*running,thread-id="all"
32941^running
32942@end smallexample
32943
922fbb7b
AC
32944
32945@subheading The @code{-exec-next} Command
32946@findex -exec-next
32947
32948@subsubheading Synopsis
32949
32950@smallexample
540aa8e7 32951 -exec-next [--reverse]
922fbb7b
AC
32952@end smallexample
32953
ef21caaf
NR
32954Resumes execution of the inferior program, stopping when the beginning
32955of the next source line is reached.
922fbb7b 32956
540aa8e7
MS
32957If the @samp{--reverse} option is specified, resumes reverse execution
32958of the inferior program, stopping at the beginning of the previous
32959source line. If you issue this command on the first line of a
32960function, it will take you back to the caller of that function, to the
32961source line where the function was called.
32962
32963
922fbb7b
AC
32964@subsubheading @value{GDBN} Command
32965
32966The corresponding @value{GDBN} command is @samp{next}.
32967
32968@subsubheading Example
32969
32970@smallexample
32971-exec-next
32972^running
594fe323 32973(gdb)
922fbb7b 32974*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 32975(gdb)
922fbb7b
AC
32976@end smallexample
32977
32978
32979@subheading The @code{-exec-next-instruction} Command
32980@findex -exec-next-instruction
32981
32982@subsubheading Synopsis
32983
32984@smallexample
540aa8e7 32985 -exec-next-instruction [--reverse]
922fbb7b
AC
32986@end smallexample
32987
ef21caaf
NR
32988Executes one machine instruction. If the instruction is a function
32989call, continues until the function returns. If the program stops at an
32990instruction in the middle of a source line, the address will be
32991printed as well.
922fbb7b 32992
540aa8e7
MS
32993If the @samp{--reverse} option is specified, resumes reverse execution
32994of the inferior program, stopping at the previous instruction. If the
32995previously executed instruction was a return from another function,
32996it will continue to execute in reverse until the call to that function
32997(from the current stack frame) is reached.
32998
922fbb7b
AC
32999@subsubheading @value{GDBN} Command
33000
33001The corresponding @value{GDBN} command is @samp{nexti}.
33002
33003@subsubheading Example
33004
33005@smallexample
594fe323 33006(gdb)
922fbb7b
AC
33007-exec-next-instruction
33008^running
33009
594fe323 33010(gdb)
922fbb7b
AC
33011*stopped,reason="end-stepping-range",
33012addr="0x000100d4",line="5",file="hello.c"
594fe323 33013(gdb)
922fbb7b
AC
33014@end smallexample
33015
33016
33017@subheading The @code{-exec-return} Command
33018@findex -exec-return
33019
33020@subsubheading Synopsis
33021
33022@smallexample
33023 -exec-return
33024@end smallexample
33025
33026Makes current function return immediately. Doesn't execute the inferior.
33027Displays the new current frame.
33028
33029@subsubheading @value{GDBN} Command
33030
33031The corresponding @value{GDBN} command is @samp{return}.
33032
33033@subsubheading Example
33034
33035@smallexample
594fe323 33036(gdb)
922fbb7b
AC
33037200-break-insert callee4
33038200^done,bkpt=@{number="1",addr="0x00010734",
33039file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 33040(gdb)
922fbb7b
AC
33041000-exec-run
33042000^running
594fe323 33043(gdb)
a47ec5fe 33044000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 33045frame=@{func="callee4",args=[],
76ff342d 33046file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33047fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33048arch="i386:x86_64"@}
594fe323 33049(gdb)
922fbb7b
AC
33050205-break-delete
33051205^done
594fe323 33052(gdb)
922fbb7b
AC
33053111-exec-return
33054111^done,frame=@{level="0",func="callee3",
33055args=[@{name="strarg",
33056value="0x11940 \"A string argument.\""@}],
76ff342d 33057file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33058fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
33059arch="i386:x86_64"@}
594fe323 33060(gdb)
922fbb7b
AC
33061@end smallexample
33062
33063
33064@subheading The @code{-exec-run} Command
33065@findex -exec-run
33066
33067@subsubheading Synopsis
33068
33069@smallexample
5713b9b5 33070 -exec-run [ --all | --thread-group N ] [ --start ]
922fbb7b
AC
33071@end smallexample
33072
ef21caaf
NR
33073Starts execution of the inferior from the beginning. The inferior
33074executes until either a breakpoint is encountered or the program
33075exits. In the latter case the output will include an exit code, if
33076the program has exited exceptionally.
922fbb7b 33077
5713b9b5
JB
33078When neither the @samp{--all} nor the @samp{--thread-group} option
33079is specified, the current inferior is started. If the
a79b8f6e
VP
33080@samp{--thread-group} option is specified, it should refer to a thread
33081group of type @samp{process}, and that thread group will be started.
33082If the @samp{--all} option is specified, then all inferiors will be started.
33083
5713b9b5
JB
33084Using the @samp{--start} option instructs the debugger to stop
33085the execution at the start of the inferior's main subprogram,
33086following the same behavior as the @code{start} command
33087(@pxref{Starting}).
33088
922fbb7b
AC
33089@subsubheading @value{GDBN} Command
33090
33091The corresponding @value{GDBN} command is @samp{run}.
33092
ef21caaf 33093@subsubheading Examples
922fbb7b
AC
33094
33095@smallexample
594fe323 33096(gdb)
922fbb7b
AC
33097-break-insert main
33098^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 33099(gdb)
922fbb7b
AC
33100-exec-run
33101^running
594fe323 33102(gdb)
a47ec5fe 33103*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 33104frame=@{func="main",args=[],file="recursive2.c",
6d52907e 33105fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
594fe323 33106(gdb)
922fbb7b
AC
33107@end smallexample
33108
ef21caaf
NR
33109@noindent
33110Program exited normally:
33111
33112@smallexample
594fe323 33113(gdb)
ef21caaf
NR
33114-exec-run
33115^running
594fe323 33116(gdb)
ef21caaf
NR
33117x = 55
33118*stopped,reason="exited-normally"
594fe323 33119(gdb)
ef21caaf
NR
33120@end smallexample
33121
33122@noindent
33123Program exited exceptionally:
33124
33125@smallexample
594fe323 33126(gdb)
ef21caaf
NR
33127-exec-run
33128^running
594fe323 33129(gdb)
ef21caaf
NR
33130x = 55
33131*stopped,reason="exited",exit-code="01"
594fe323 33132(gdb)
ef21caaf
NR
33133@end smallexample
33134
33135Another way the program can terminate is if it receives a signal such as
33136@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
33137
33138@smallexample
594fe323 33139(gdb)
ef21caaf
NR
33140*stopped,reason="exited-signalled",signal-name="SIGINT",
33141signal-meaning="Interrupt"
33142@end smallexample
33143
922fbb7b 33144
a2c02241
NR
33145@c @subheading -exec-signal
33146
33147
33148@subheading The @code{-exec-step} Command
33149@findex -exec-step
922fbb7b
AC
33150
33151@subsubheading Synopsis
33152
33153@smallexample
540aa8e7 33154 -exec-step [--reverse]
922fbb7b
AC
33155@end smallexample
33156
a2c02241
NR
33157Resumes execution of the inferior program, stopping when the beginning
33158of the next source line is reached, if the next source line is not a
33159function call. If it is, stop at the first instruction of the called
540aa8e7
MS
33160function. If the @samp{--reverse} option is specified, resumes reverse
33161execution of the inferior program, stopping at the beginning of the
33162previously executed source line.
922fbb7b
AC
33163
33164@subsubheading @value{GDBN} Command
33165
a2c02241 33166The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
33167
33168@subsubheading Example
33169
33170Stepping into a function:
33171
33172@smallexample
33173-exec-step
33174^running
594fe323 33175(gdb)
922fbb7b
AC
33176*stopped,reason="end-stepping-range",
33177frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 33178@{name="b",value="0"@}],file="recursive2.c",
6d52907e 33179fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
594fe323 33180(gdb)
922fbb7b
AC
33181@end smallexample
33182
33183Regular stepping:
33184
33185@smallexample
33186-exec-step
33187^running
594fe323 33188(gdb)
922fbb7b 33189*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 33190(gdb)
922fbb7b
AC
33191@end smallexample
33192
33193
33194@subheading The @code{-exec-step-instruction} Command
33195@findex -exec-step-instruction
33196
33197@subsubheading Synopsis
33198
33199@smallexample
540aa8e7 33200 -exec-step-instruction [--reverse]
922fbb7b
AC
33201@end smallexample
33202
540aa8e7
MS
33203Resumes the inferior which executes one machine instruction. If the
33204@samp{--reverse} option is specified, resumes reverse execution of the
33205inferior program, stopping at the previously executed instruction.
33206The output, once @value{GDBN} has stopped, will vary depending on
33207whether we have stopped in the middle of a source line or not. In the
33208former case, the address at which the program stopped will be printed
33209as well.
922fbb7b
AC
33210
33211@subsubheading @value{GDBN} Command
33212
33213The corresponding @value{GDBN} command is @samp{stepi}.
33214
33215@subsubheading Example
33216
33217@smallexample
594fe323 33218(gdb)
922fbb7b
AC
33219-exec-step-instruction
33220^running
33221
594fe323 33222(gdb)
922fbb7b 33223*stopped,reason="end-stepping-range",
76ff342d 33224frame=@{func="foo",args=[],file="try.c",
6d52907e 33225fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 33226(gdb)
922fbb7b
AC
33227-exec-step-instruction
33228^running
33229
594fe323 33230(gdb)
922fbb7b 33231*stopped,reason="end-stepping-range",
76ff342d 33232frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
6d52907e 33233fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 33234(gdb)
922fbb7b
AC
33235@end smallexample
33236
33237
33238@subheading The @code{-exec-until} Command
33239@findex -exec-until
33240
33241@subsubheading Synopsis
33242
33243@smallexample
33244 -exec-until [ @var{location} ]
33245@end smallexample
33246
ef21caaf
NR
33247Executes the inferior until the @var{location} specified in the
33248argument is reached. If there is no argument, the inferior executes
33249until a source line greater than the current one is reached. The
33250reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
33251
33252@subsubheading @value{GDBN} Command
33253
33254The corresponding @value{GDBN} command is @samp{until}.
33255
33256@subsubheading Example
33257
33258@smallexample
594fe323 33259(gdb)
922fbb7b
AC
33260-exec-until recursive2.c:6
33261^running
594fe323 33262(gdb)
922fbb7b
AC
33263x = 55
33264*stopped,reason="location-reached",frame=@{func="main",args=[],
6d52907e
JV
33265file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
33266arch="i386:x86_64"@}
594fe323 33267(gdb)
922fbb7b
AC
33268@end smallexample
33269
33270@ignore
33271@subheading -file-clear
33272Is this going away????
33273@end ignore
33274
351ff01a 33275@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
33276@node GDB/MI Stack Manipulation
33277@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 33278
1e611234
PM
33279@subheading The @code{-enable-frame-filters} Command
33280@findex -enable-frame-filters
33281
33282@smallexample
33283-enable-frame-filters
33284@end smallexample
33285
33286@value{GDBN} allows Python-based frame filters to affect the output of
33287the MI commands relating to stack traces. As there is no way to
33288implement this in a fully backward-compatible way, a front end must
33289request that this functionality be enabled.
33290
33291Once enabled, this feature cannot be disabled.
33292
33293Note that if Python support has not been compiled into @value{GDBN},
33294this command will still succeed (and do nothing).
922fbb7b 33295
a2c02241
NR
33296@subheading The @code{-stack-info-frame} Command
33297@findex -stack-info-frame
922fbb7b
AC
33298
33299@subsubheading Synopsis
33300
33301@smallexample
a2c02241 33302 -stack-info-frame
922fbb7b
AC
33303@end smallexample
33304
a2c02241 33305Get info on the selected frame.
922fbb7b
AC
33306
33307@subsubheading @value{GDBN} Command
33308
a2c02241
NR
33309The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
33310(without arguments).
922fbb7b
AC
33311
33312@subsubheading Example
33313
33314@smallexample
594fe323 33315(gdb)
a2c02241
NR
33316-stack-info-frame
33317^done,frame=@{level="1",addr="0x0001076c",func="callee3",
33318file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33319fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
33320arch="i386:x86_64"@}
594fe323 33321(gdb)
922fbb7b
AC
33322@end smallexample
33323
a2c02241
NR
33324@subheading The @code{-stack-info-depth} Command
33325@findex -stack-info-depth
922fbb7b
AC
33326
33327@subsubheading Synopsis
33328
33329@smallexample
a2c02241 33330 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
33331@end smallexample
33332
a2c02241
NR
33333Return the depth of the stack. If the integer argument @var{max-depth}
33334is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
33335
33336@subsubheading @value{GDBN} Command
33337
a2c02241 33338There's no equivalent @value{GDBN} command.
922fbb7b
AC
33339
33340@subsubheading Example
33341
a2c02241
NR
33342For a stack with frame levels 0 through 11:
33343
922fbb7b 33344@smallexample
594fe323 33345(gdb)
a2c02241
NR
33346-stack-info-depth
33347^done,depth="12"
594fe323 33348(gdb)
a2c02241
NR
33349-stack-info-depth 4
33350^done,depth="4"
594fe323 33351(gdb)
a2c02241
NR
33352-stack-info-depth 12
33353^done,depth="12"
594fe323 33354(gdb)
a2c02241
NR
33355-stack-info-depth 11
33356^done,depth="11"
594fe323 33357(gdb)
a2c02241
NR
33358-stack-info-depth 13
33359^done,depth="12"
594fe323 33360(gdb)
922fbb7b
AC
33361@end smallexample
33362
1e611234 33363@anchor{-stack-list-arguments}
a2c02241
NR
33364@subheading The @code{-stack-list-arguments} Command
33365@findex -stack-list-arguments
922fbb7b
AC
33366
33367@subsubheading Synopsis
33368
33369@smallexample
6211c335 33370 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
a2c02241 33371 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
33372@end smallexample
33373
a2c02241
NR
33374Display a list of the arguments for the frames between @var{low-frame}
33375and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
33376@var{high-frame} are not provided, list the arguments for the whole
33377call stack. If the two arguments are equal, show the single frame
33378at the corresponding level. It is an error if @var{low-frame} is
33379larger than the actual number of frames. On the other hand,
33380@var{high-frame} may be larger than the actual number of frames, in
33381which case only existing frames will be returned.
a2c02241 33382
3afae151
VP
33383If @var{print-values} is 0 or @code{--no-values}, print only the names of
33384the variables; if it is 1 or @code{--all-values}, print also their
33385values; and if it is 2 or @code{--simple-values}, print the name,
33386type and value for simple data types, and the name and type for arrays,
1e611234
PM
33387structures and unions. If the option @code{--no-frame-filters} is
33388supplied, then Python frame filters will not be executed.
33389
6211c335
YQ
33390If the @code{--skip-unavailable} option is specified, arguments that
33391are not available are not listed. Partially available arguments
33392are still displayed, however.
922fbb7b 33393
b3372f91
VP
33394Use of this command to obtain arguments in a single frame is
33395deprecated in favor of the @samp{-stack-list-variables} command.
33396
922fbb7b
AC
33397@subsubheading @value{GDBN} Command
33398
a2c02241
NR
33399@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
33400@samp{gdb_get_args} command which partially overlaps with the
33401functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
33402
33403@subsubheading Example
922fbb7b 33404
a2c02241 33405@smallexample
594fe323 33406(gdb)
a2c02241
NR
33407-stack-list-frames
33408^done,
33409stack=[
33410frame=@{level="0",addr="0x00010734",func="callee4",
33411file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33412fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33413arch="i386:x86_64"@},
a2c02241
NR
33414frame=@{level="1",addr="0x0001076c",func="callee3",
33415file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33416fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
33417arch="i386:x86_64"@},
a2c02241
NR
33418frame=@{level="2",addr="0x0001078c",func="callee2",
33419file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33420fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
33421arch="i386:x86_64"@},
a2c02241
NR
33422frame=@{level="3",addr="0x000107b4",func="callee1",
33423file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33424fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
33425arch="i386:x86_64"@},
a2c02241
NR
33426frame=@{level="4",addr="0x000107e0",func="main",
33427file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
33428fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
33429arch="i386:x86_64"@}]
594fe323 33430(gdb)
a2c02241
NR
33431-stack-list-arguments 0
33432^done,
33433stack-args=[
33434frame=@{level="0",args=[]@},
33435frame=@{level="1",args=[name="strarg"]@},
33436frame=@{level="2",args=[name="intarg",name="strarg"]@},
33437frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
33438frame=@{level="4",args=[]@}]
594fe323 33439(gdb)
a2c02241
NR
33440-stack-list-arguments 1
33441^done,
33442stack-args=[
33443frame=@{level="0",args=[]@},
33444frame=@{level="1",
33445 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
33446frame=@{level="2",args=[
33447@{name="intarg",value="2"@},
33448@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
33449@{frame=@{level="3",args=[
33450@{name="intarg",value="2"@},
33451@{name="strarg",value="0x11940 \"A string argument.\""@},
33452@{name="fltarg",value="3.5"@}]@},
33453frame=@{level="4",args=[]@}]
594fe323 33454(gdb)
a2c02241
NR
33455-stack-list-arguments 0 2 2
33456^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 33457(gdb)
a2c02241
NR
33458-stack-list-arguments 1 2 2
33459^done,stack-args=[frame=@{level="2",
33460args=[@{name="intarg",value="2"@},
33461@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 33462(gdb)
a2c02241
NR
33463@end smallexample
33464
33465@c @subheading -stack-list-exception-handlers
922fbb7b 33466
a2c02241 33467
1e611234 33468@anchor{-stack-list-frames}
a2c02241
NR
33469@subheading The @code{-stack-list-frames} Command
33470@findex -stack-list-frames
1abaf70c
BR
33471
33472@subsubheading Synopsis
33473
33474@smallexample
1e611234 33475 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
1abaf70c
BR
33476@end smallexample
33477
a2c02241
NR
33478List the frames currently on the stack. For each frame it displays the
33479following info:
33480
33481@table @samp
33482@item @var{level}
d3e8051b 33483The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
33484@item @var{addr}
33485The @code{$pc} value for that frame.
33486@item @var{func}
33487Function name.
33488@item @var{file}
33489File name of the source file where the function lives.
7d288aaa
TT
33490@item @var{fullname}
33491The full file name of the source file where the function lives.
a2c02241
NR
33492@item @var{line}
33493Line number corresponding to the @code{$pc}.
7d288aaa
TT
33494@item @var{from}
33495The shared library where this function is defined. This is only given
33496if the frame's function is not known.
6d52907e
JV
33497@item @var{arch}
33498Frame's architecture.
a2c02241
NR
33499@end table
33500
33501If invoked without arguments, this command prints a backtrace for the
33502whole stack. If given two integer arguments, it shows the frames whose
33503levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
33504are equal, it shows the single frame at the corresponding level. It is
33505an error if @var{low-frame} is larger than the actual number of
a5451f4e 33506frames. On the other hand, @var{high-frame} may be larger than the
1e611234
PM
33507actual number of frames, in which case only existing frames will be
33508returned. If the option @code{--no-frame-filters} is supplied, then
33509Python frame filters will not be executed.
1abaf70c
BR
33510
33511@subsubheading @value{GDBN} Command
33512
a2c02241 33513The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
33514
33515@subsubheading Example
33516
a2c02241
NR
33517Full stack backtrace:
33518
1abaf70c 33519@smallexample
594fe323 33520(gdb)
a2c02241
NR
33521-stack-list-frames
33522^done,stack=
33523[frame=@{level="0",addr="0x0001076c",func="foo",
6d52907e
JV
33524 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
33525 arch="i386:x86_64"@},
a2c02241 33526frame=@{level="1",addr="0x000107a4",func="foo",
6d52907e
JV
33527 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33528 arch="i386:x86_64"@},
a2c02241 33529frame=@{level="2",addr="0x000107a4",func="foo",
6d52907e
JV
33530 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33531 arch="i386:x86_64"@},
a2c02241 33532frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
33533 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33534 arch="i386:x86_64"@},
a2c02241 33535frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
33536 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33537 arch="i386:x86_64"@},
a2c02241 33538frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
33539 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33540 arch="i386:x86_64"@},
a2c02241 33541frame=@{level="6",addr="0x000107a4",func="foo",
6d52907e
JV
33542 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33543 arch="i386:x86_64"@},
a2c02241 33544frame=@{level="7",addr="0x000107a4",func="foo",
6d52907e
JV
33545 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33546 arch="i386:x86_64"@},
a2c02241 33547frame=@{level="8",addr="0x000107a4",func="foo",
6d52907e
JV
33548 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33549 arch="i386:x86_64"@},
a2c02241 33550frame=@{level="9",addr="0x000107a4",func="foo",
6d52907e
JV
33551 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33552 arch="i386:x86_64"@},
a2c02241 33553frame=@{level="10",addr="0x000107a4",func="foo",
6d52907e
JV
33554 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33555 arch="i386:x86_64"@},
a2c02241 33556frame=@{level="11",addr="0x00010738",func="main",
6d52907e
JV
33557 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
33558 arch="i386:x86_64"@}]
594fe323 33559(gdb)
1abaf70c
BR
33560@end smallexample
33561
a2c02241 33562Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 33563
a2c02241 33564@smallexample
594fe323 33565(gdb)
a2c02241
NR
33566-stack-list-frames 3 5
33567^done,stack=
33568[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
33569 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33570 arch="i386:x86_64"@},
a2c02241 33571frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
33572 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33573 arch="i386:x86_64"@},
a2c02241 33574frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
33575 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33576 arch="i386:x86_64"@}]
594fe323 33577(gdb)
a2c02241 33578@end smallexample
922fbb7b 33579
a2c02241 33580Show a single frame:
922fbb7b
AC
33581
33582@smallexample
594fe323 33583(gdb)
a2c02241
NR
33584-stack-list-frames 3 3
33585^done,stack=
33586[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
33587 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33588 arch="i386:x86_64"@}]
594fe323 33589(gdb)
922fbb7b
AC
33590@end smallexample
33591
922fbb7b 33592
a2c02241
NR
33593@subheading The @code{-stack-list-locals} Command
33594@findex -stack-list-locals
1e611234 33595@anchor{-stack-list-locals}
57c22c6c 33596
a2c02241 33597@subsubheading Synopsis
922fbb7b
AC
33598
33599@smallexample
6211c335 33600 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
922fbb7b
AC
33601@end smallexample
33602
a2c02241
NR
33603Display the local variable names for the selected frame. If
33604@var{print-values} is 0 or @code{--no-values}, print only the names of
33605the variables; if it is 1 or @code{--all-values}, print also their
33606values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 33607type and value for simple data types, and the name and type for arrays,
a2c02241
NR
33608structures and unions. In this last case, a frontend can immediately
33609display the value of simple data types and create variable objects for
d3e8051b 33610other data types when the user wishes to explore their values in
1e611234
PM
33611more detail. If the option @code{--no-frame-filters} is supplied, then
33612Python frame filters will not be executed.
922fbb7b 33613
6211c335
YQ
33614If the @code{--skip-unavailable} option is specified, local variables
33615that are not available are not listed. Partially available local
33616variables are still displayed, however.
33617
b3372f91
VP
33618This command is deprecated in favor of the
33619@samp{-stack-list-variables} command.
33620
922fbb7b
AC
33621@subsubheading @value{GDBN} Command
33622
a2c02241 33623@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
33624
33625@subsubheading Example
922fbb7b
AC
33626
33627@smallexample
594fe323 33628(gdb)
a2c02241
NR
33629-stack-list-locals 0
33630^done,locals=[name="A",name="B",name="C"]
594fe323 33631(gdb)
a2c02241
NR
33632-stack-list-locals --all-values
33633^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
33634 @{name="C",value="@{1, 2, 3@}"@}]
33635-stack-list-locals --simple-values
33636^done,locals=[@{name="A",type="int",value="1"@},
33637 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 33638(gdb)
922fbb7b
AC
33639@end smallexample
33640
1e611234 33641@anchor{-stack-list-variables}
b3372f91
VP
33642@subheading The @code{-stack-list-variables} Command
33643@findex -stack-list-variables
33644
33645@subsubheading Synopsis
33646
33647@smallexample
6211c335 33648 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
b3372f91
VP
33649@end smallexample
33650
33651Display the names of local variables and function arguments for the selected frame. If
33652@var{print-values} is 0 or @code{--no-values}, print only the names of
33653the variables; if it is 1 or @code{--all-values}, print also their
33654values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 33655type and value for simple data types, and the name and type for arrays,
1e611234
PM
33656structures and unions. If the option @code{--no-frame-filters} is
33657supplied, then Python frame filters will not be executed.
b3372f91 33658
6211c335
YQ
33659If the @code{--skip-unavailable} option is specified, local variables
33660and arguments that are not available are not listed. Partially
33661available arguments and local variables are still displayed, however.
33662
b3372f91
VP
33663@subsubheading Example
33664
33665@smallexample
33666(gdb)
33667-stack-list-variables --thread 1 --frame 0 --all-values
4f412fd0 33668^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
b3372f91
VP
33669(gdb)
33670@end smallexample
33671
922fbb7b 33672
a2c02241
NR
33673@subheading The @code{-stack-select-frame} Command
33674@findex -stack-select-frame
922fbb7b
AC
33675
33676@subsubheading Synopsis
33677
33678@smallexample
a2c02241 33679 -stack-select-frame @var{framenum}
922fbb7b
AC
33680@end smallexample
33681
a2c02241
NR
33682Change the selected frame. Select a different frame @var{framenum} on
33683the stack.
922fbb7b 33684
c3b108f7
VP
33685This command in deprecated in favor of passing the @samp{--frame}
33686option to every command.
33687
922fbb7b
AC
33688@subsubheading @value{GDBN} Command
33689
a2c02241
NR
33690The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
33691@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
33692
33693@subsubheading Example
33694
33695@smallexample
594fe323 33696(gdb)
a2c02241 33697-stack-select-frame 2
922fbb7b 33698^done
594fe323 33699(gdb)
922fbb7b
AC
33700@end smallexample
33701
33702@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
33703@node GDB/MI Variable Objects
33704@section @sc{gdb/mi} Variable Objects
922fbb7b 33705
a1b5960f 33706@ignore
922fbb7b 33707
a2c02241 33708@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 33709
a2c02241
NR
33710For the implementation of a variable debugger window (locals, watched
33711expressions, etc.), we are proposing the adaptation of the existing code
33712used by @code{Insight}.
922fbb7b 33713
a2c02241 33714The two main reasons for that are:
922fbb7b 33715
a2c02241
NR
33716@enumerate 1
33717@item
33718It has been proven in practice (it is already on its second generation).
922fbb7b 33719
a2c02241
NR
33720@item
33721It will shorten development time (needless to say how important it is
33722now).
33723@end enumerate
922fbb7b 33724
a2c02241
NR
33725The original interface was designed to be used by Tcl code, so it was
33726slightly changed so it could be used through @sc{gdb/mi}. This section
33727describes the @sc{gdb/mi} operations that will be available and gives some
33728hints about their use.
922fbb7b 33729
a2c02241
NR
33730@emph{Note}: In addition to the set of operations described here, we
33731expect the @sc{gui} implementation of a variable window to require, at
33732least, the following operations:
922fbb7b 33733
a2c02241
NR
33734@itemize @bullet
33735@item @code{-gdb-show} @code{output-radix}
33736@item @code{-stack-list-arguments}
33737@item @code{-stack-list-locals}
33738@item @code{-stack-select-frame}
33739@end itemize
922fbb7b 33740
a1b5960f
VP
33741@end ignore
33742
c8b2f53c 33743@subheading Introduction to Variable Objects
922fbb7b 33744
a2c02241 33745@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
33746
33747Variable objects are "object-oriented" MI interface for examining and
33748changing values of expressions. Unlike some other MI interfaces that
33749work with expressions, variable objects are specifically designed for
33750simple and efficient presentation in the frontend. A variable object
33751is identified by string name. When a variable object is created, the
33752frontend specifies the expression for that variable object. The
33753expression can be a simple variable, or it can be an arbitrary complex
33754expression, and can even involve CPU registers. After creating a
33755variable object, the frontend can invoke other variable object
33756operations---for example to obtain or change the value of a variable
33757object, or to change display format.
33758
33759Variable objects have hierarchical tree structure. Any variable object
33760that corresponds to a composite type, such as structure in C, has
33761a number of child variable objects, for example corresponding to each
33762element of a structure. A child variable object can itself have
33763children, recursively. Recursion ends when we reach
25d5ea92
VP
33764leaf variable objects, which always have built-in types. Child variable
33765objects are created only by explicit request, so if a frontend
33766is not interested in the children of a particular variable object, no
33767child will be created.
c8b2f53c
VP
33768
33769For a leaf variable object it is possible to obtain its value as a
33770string, or set the value from a string. String value can be also
33771obtained for a non-leaf variable object, but it's generally a string
33772that only indicates the type of the object, and does not list its
33773contents. Assignment to a non-leaf variable object is not allowed.
33774
33775A frontend does not need to read the values of all variable objects each time
33776the program stops. Instead, MI provides an update command that lists all
33777variable objects whose values has changed since the last update
33778operation. This considerably reduces the amount of data that must
25d5ea92
VP
33779be transferred to the frontend. As noted above, children variable
33780objects are created on demand, and only leaf variable objects have a
33781real value. As result, gdb will read target memory only for leaf
33782variables that frontend has created.
33783
33784The automatic update is not always desirable. For example, a frontend
33785might want to keep a value of some expression for future reference,
33786and never update it. For another example, fetching memory is
33787relatively slow for embedded targets, so a frontend might want
33788to disable automatic update for the variables that are either not
33789visible on the screen, or ``closed''. This is possible using so
33790called ``frozen variable objects''. Such variable objects are never
33791implicitly updated.
922fbb7b 33792
c3b108f7
VP
33793Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
33794fixed variable object, the expression is parsed when the variable
33795object is created, including associating identifiers to specific
33796variables. The meaning of expression never changes. For a floating
33797variable object the values of variables whose names appear in the
33798expressions are re-evaluated every time in the context of the current
33799frame. Consider this example:
33800
33801@smallexample
33802void do_work(...)
33803@{
33804 struct work_state state;
33805
33806 if (...)
33807 do_work(...);
33808@}
33809@end smallexample
33810
33811If a fixed variable object for the @code{state} variable is created in
7a9dd1b2 33812this function, and we enter the recursive call, the variable
c3b108f7
VP
33813object will report the value of @code{state} in the top-level
33814@code{do_work} invocation. On the other hand, a floating variable
33815object will report the value of @code{state} in the current frame.
33816
33817If an expression specified when creating a fixed variable object
33818refers to a local variable, the variable object becomes bound to the
33819thread and frame in which the variable object is created. When such
33820variable object is updated, @value{GDBN} makes sure that the
33821thread/frame combination the variable object is bound to still exists,
33822and re-evaluates the variable object in context of that thread/frame.
33823
a2c02241
NR
33824The following is the complete set of @sc{gdb/mi} operations defined to
33825access this functionality:
922fbb7b 33826
a2c02241
NR
33827@multitable @columnfractions .4 .6
33828@item @strong{Operation}
33829@tab @strong{Description}
922fbb7b 33830
0cc7d26f
TT
33831@item @code{-enable-pretty-printing}
33832@tab enable Python-based pretty-printing
a2c02241
NR
33833@item @code{-var-create}
33834@tab create a variable object
33835@item @code{-var-delete}
22d8a470 33836@tab delete the variable object and/or its children
a2c02241
NR
33837@item @code{-var-set-format}
33838@tab set the display format of this variable
33839@item @code{-var-show-format}
33840@tab show the display format of this variable
33841@item @code{-var-info-num-children}
33842@tab tells how many children this object has
33843@item @code{-var-list-children}
33844@tab return a list of the object's children
33845@item @code{-var-info-type}
33846@tab show the type of this variable object
33847@item @code{-var-info-expression}
02142340
VP
33848@tab print parent-relative expression that this variable object represents
33849@item @code{-var-info-path-expression}
33850@tab print full expression that this variable object represents
a2c02241
NR
33851@item @code{-var-show-attributes}
33852@tab is this variable editable? does it exist here?
33853@item @code{-var-evaluate-expression}
33854@tab get the value of this variable
33855@item @code{-var-assign}
33856@tab set the value of this variable
33857@item @code{-var-update}
33858@tab update the variable and its children
25d5ea92 33859@item @code{-var-set-frozen}
6b92c0d3 33860@tab set frozenness attribute
0cc7d26f
TT
33861@item @code{-var-set-update-range}
33862@tab set range of children to display on update
a2c02241 33863@end multitable
922fbb7b 33864
a2c02241
NR
33865In the next subsection we describe each operation in detail and suggest
33866how it can be used.
922fbb7b 33867
a2c02241 33868@subheading Description And Use of Operations on Variable Objects
922fbb7b 33869
0cc7d26f
TT
33870@subheading The @code{-enable-pretty-printing} Command
33871@findex -enable-pretty-printing
33872
33873@smallexample
33874-enable-pretty-printing
33875@end smallexample
33876
33877@value{GDBN} allows Python-based visualizers to affect the output of the
33878MI variable object commands. However, because there was no way to
33879implement this in a fully backward-compatible way, a front end must
33880request that this functionality be enabled.
33881
33882Once enabled, this feature cannot be disabled.
33883
33884Note that if Python support has not been compiled into @value{GDBN},
33885this command will still succeed (and do nothing).
33886
f43030c4
TT
33887This feature is currently (as of @value{GDBN} 7.0) experimental, and
33888may work differently in future versions of @value{GDBN}.
33889
a2c02241
NR
33890@subheading The @code{-var-create} Command
33891@findex -var-create
ef21caaf 33892
a2c02241 33893@subsubheading Synopsis
ef21caaf 33894
a2c02241
NR
33895@smallexample
33896 -var-create @{@var{name} | "-"@}
c3b108f7 33897 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
33898@end smallexample
33899
33900This operation creates a variable object, which allows the monitoring of
33901a variable, the result of an expression, a memory cell or a CPU
33902register.
ef21caaf 33903
a2c02241
NR
33904The @var{name} parameter is the string by which the object can be
33905referenced. It must be unique. If @samp{-} is specified, the varobj
33906system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 33907unique provided that one does not specify @var{name} of that format.
a2c02241 33908The command fails if a duplicate name is found.
ef21caaf 33909
a2c02241
NR
33910The frame under which the expression should be evaluated can be
33911specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
33912frame should be used. A @samp{@@} indicates that a floating variable
33913object must be created.
922fbb7b 33914
a2c02241
NR
33915@var{expression} is any expression valid on the current language set (must not
33916begin with a @samp{*}), or one of the following:
922fbb7b 33917
a2c02241
NR
33918@itemize @bullet
33919@item
33920@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 33921
a2c02241
NR
33922@item
33923@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 33924
a2c02241
NR
33925@item
33926@samp{$@var{regname}} --- a CPU register name
33927@end itemize
922fbb7b 33928
0cc7d26f
TT
33929@cindex dynamic varobj
33930A varobj's contents may be provided by a Python-based pretty-printer. In this
33931case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
33932have slightly different semantics in some cases. If the
33933@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
33934will never create a dynamic varobj. This ensures backward
33935compatibility for existing clients.
33936
a2c02241 33937@subsubheading Result
922fbb7b 33938
0cc7d26f
TT
33939This operation returns attributes of the newly-created varobj. These
33940are:
33941
33942@table @samp
33943@item name
33944The name of the varobj.
33945
33946@item numchild
33947The number of children of the varobj. This number is not necessarily
33948reliable for a dynamic varobj. Instead, you must examine the
33949@samp{has_more} attribute.
33950
33951@item value
33952The varobj's scalar value. For a varobj whose type is some sort of
33953aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
33954will not be interesting.
33955
33956@item type
33957The varobj's type. This is a string representation of the type, as
8264ba82
AG
33958would be printed by the @value{GDBN} CLI. If @samp{print object}
33959(@pxref{Print Settings, set print object}) is set to @code{on}, the
33960@emph{actual} (derived) type of the object is shown rather than the
33961@emph{declared} one.
0cc7d26f
TT
33962
33963@item thread-id
33964If a variable object is bound to a specific thread, then this is the
5d5658a1 33965thread's global identifier.
0cc7d26f
TT
33966
33967@item has_more
33968For a dynamic varobj, this indicates whether there appear to be any
33969children available. For a non-dynamic varobj, this will be 0.
33970
33971@item dynamic
33972This attribute will be present and have the value @samp{1} if the
33973varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33974then this attribute will not be present.
33975
33976@item displayhint
33977A dynamic varobj can supply a display hint to the front end. The
33978value comes directly from the Python pretty-printer object's
4c374409 33979@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
33980@end table
33981
33982Typical output will look like this:
922fbb7b
AC
33983
33984@smallexample
0cc7d26f
TT
33985 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
33986 has_more="@var{has_more}"
dcaaae04
NR
33987@end smallexample
33988
a2c02241
NR
33989
33990@subheading The @code{-var-delete} Command
33991@findex -var-delete
922fbb7b
AC
33992
33993@subsubheading Synopsis
33994
33995@smallexample
22d8a470 33996 -var-delete [ -c ] @var{name}
922fbb7b
AC
33997@end smallexample
33998
a2c02241 33999Deletes a previously created variable object and all of its children.
22d8a470 34000With the @samp{-c} option, just deletes the children.
922fbb7b 34001
a2c02241 34002Returns an error if the object @var{name} is not found.
922fbb7b 34003
922fbb7b 34004
a2c02241
NR
34005@subheading The @code{-var-set-format} Command
34006@findex -var-set-format
922fbb7b 34007
a2c02241 34008@subsubheading Synopsis
922fbb7b
AC
34009
34010@smallexample
a2c02241 34011 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
34012@end smallexample
34013
a2c02241
NR
34014Sets the output format for the value of the object @var{name} to be
34015@var{format-spec}.
34016
de051565 34017@anchor{-var-set-format}
a2c02241
NR
34018The syntax for the @var{format-spec} is as follows:
34019
34020@smallexample
34021 @var{format-spec} @expansion{}
1c35a88f 34022 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
a2c02241
NR
34023@end smallexample
34024
c8b2f53c
VP
34025The natural format is the default format choosen automatically
34026based on the variable type (like decimal for an @code{int}, hex
34027for pointers, etc.).
34028
1c35a88f
LM
34029The zero-hexadecimal format has a representation similar to hexadecimal
34030but with padding zeroes to the left of the value. For example, a 32-bit
34031hexadecimal value of 0x1234 would be represented as 0x00001234 in the
34032zero-hexadecimal format.
34033
c8b2f53c
VP
34034For a variable with children, the format is set only on the
34035variable itself, and the children are not affected.
a2c02241
NR
34036
34037@subheading The @code{-var-show-format} Command
34038@findex -var-show-format
922fbb7b
AC
34039
34040@subsubheading Synopsis
34041
34042@smallexample
a2c02241 34043 -var-show-format @var{name}
922fbb7b
AC
34044@end smallexample
34045
a2c02241 34046Returns the format used to display the value of the object @var{name}.
922fbb7b 34047
a2c02241
NR
34048@smallexample
34049 @var{format} @expansion{}
34050 @var{format-spec}
34051@end smallexample
922fbb7b 34052
922fbb7b 34053
a2c02241
NR
34054@subheading The @code{-var-info-num-children} Command
34055@findex -var-info-num-children
34056
34057@subsubheading Synopsis
34058
34059@smallexample
34060 -var-info-num-children @var{name}
34061@end smallexample
34062
34063Returns the number of children of a variable object @var{name}:
34064
34065@smallexample
34066 numchild=@var{n}
34067@end smallexample
34068
0cc7d26f
TT
34069Note that this number is not completely reliable for a dynamic varobj.
34070It will return the current number of children, but more children may
34071be available.
34072
a2c02241
NR
34073
34074@subheading The @code{-var-list-children} Command
34075@findex -var-list-children
34076
34077@subsubheading Synopsis
34078
34079@smallexample
0cc7d26f 34080 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
a2c02241 34081@end smallexample
b569d230 34082@anchor{-var-list-children}
a2c02241
NR
34083
34084Return a list of the children of the specified variable object and
34085create variable objects for them, if they do not already exist. With
f5011d11 34086a single argument or if @var{print-values} has a value of 0 or
a2c02241
NR
34087@code{--no-values}, print only the names of the variables; if
34088@var{print-values} is 1 or @code{--all-values}, also print their
34089values; and if it is 2 or @code{--simple-values} print the name and
34090value for simple data types and just the name for arrays, structures
34091and unions.
922fbb7b 34092
0cc7d26f
TT
34093@var{from} and @var{to}, if specified, indicate the range of children
34094to report. If @var{from} or @var{to} is less than zero, the range is
34095reset and all children will be reported. Otherwise, children starting
34096at @var{from} (zero-based) and up to and excluding @var{to} will be
34097reported.
34098
34099If a child range is requested, it will only affect the current call to
34100@code{-var-list-children}, but not future calls to @code{-var-update}.
34101For this, you must instead use @code{-var-set-update-range}. The
34102intent of this approach is to enable a front end to implement any
34103update approach it likes; for example, scrolling a view may cause the
34104front end to request more children with @code{-var-list-children}, and
34105then the front end could call @code{-var-set-update-range} with a
34106different range to ensure that future updates are restricted to just
34107the visible items.
34108
b569d230
EZ
34109For each child the following results are returned:
34110
34111@table @var
34112
34113@item name
34114Name of the variable object created for this child.
34115
34116@item exp
34117The expression to be shown to the user by the front end to designate this child.
34118For example this may be the name of a structure member.
34119
0cc7d26f
TT
34120For a dynamic varobj, this value cannot be used to form an
34121expression. There is no way to do this at all with a dynamic varobj.
34122
b569d230
EZ
34123For C/C@t{++} structures there are several pseudo children returned to
34124designate access qualifiers. For these pseudo children @var{exp} is
34125@samp{public}, @samp{private}, or @samp{protected}. In this case the
34126type and value are not present.
34127
0cc7d26f
TT
34128A dynamic varobj will not report the access qualifying
34129pseudo-children, regardless of the language. This information is not
34130available at all with a dynamic varobj.
34131
b569d230 34132@item numchild
0cc7d26f
TT
34133Number of children this child has. For a dynamic varobj, this will be
341340.
b569d230
EZ
34135
34136@item type
8264ba82
AG
34137The type of the child. If @samp{print object}
34138(@pxref{Print Settings, set print object}) is set to @code{on}, the
34139@emph{actual} (derived) type of the object is shown rather than the
34140@emph{declared} one.
b569d230
EZ
34141
34142@item value
34143If values were requested, this is the value.
34144
34145@item thread-id
5d5658a1
PA
34146If this variable object is associated with a thread, this is the
34147thread's global thread id. Otherwise this result is not present.
b569d230
EZ
34148
34149@item frozen
34150If the variable object is frozen, this variable will be present with a value of 1.
c78feb39 34151
9df9dbe0
YQ
34152@item displayhint
34153A dynamic varobj can supply a display hint to the front end. The
34154value comes directly from the Python pretty-printer object's
34155@code{display_hint} method. @xref{Pretty Printing API}.
34156
c78feb39
YQ
34157@item dynamic
34158This attribute will be present and have the value @samp{1} if the
34159varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
34160then this attribute will not be present.
34161
b569d230
EZ
34162@end table
34163
0cc7d26f
TT
34164The result may have its own attributes:
34165
34166@table @samp
34167@item displayhint
34168A dynamic varobj can supply a display hint to the front end. The
34169value comes directly from the Python pretty-printer object's
4c374409 34170@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
34171
34172@item has_more
34173This is an integer attribute which is nonzero if there are children
34174remaining after the end of the selected range.
34175@end table
34176
922fbb7b
AC
34177@subsubheading Example
34178
34179@smallexample
594fe323 34180(gdb)
a2c02241 34181 -var-list-children n
b569d230 34182 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 34183 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 34184(gdb)
a2c02241 34185 -var-list-children --all-values n
b569d230 34186 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 34187 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
34188@end smallexample
34189
922fbb7b 34190
a2c02241
NR
34191@subheading The @code{-var-info-type} Command
34192@findex -var-info-type
922fbb7b 34193
a2c02241
NR
34194@subsubheading Synopsis
34195
34196@smallexample
34197 -var-info-type @var{name}
34198@end smallexample
34199
34200Returns the type of the specified variable @var{name}. The type is
34201returned as a string in the same format as it is output by the
34202@value{GDBN} CLI:
34203
34204@smallexample
34205 type=@var{typename}
34206@end smallexample
34207
34208
34209@subheading The @code{-var-info-expression} Command
34210@findex -var-info-expression
922fbb7b
AC
34211
34212@subsubheading Synopsis
34213
34214@smallexample
a2c02241 34215 -var-info-expression @var{name}
922fbb7b
AC
34216@end smallexample
34217
02142340
VP
34218Returns a string that is suitable for presenting this
34219variable object in user interface. The string is generally
34220not valid expression in the current language, and cannot be evaluated.
34221
34222For example, if @code{a} is an array, and variable object
34223@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 34224
a2c02241 34225@smallexample
02142340
VP
34226(gdb) -var-info-expression A.1
34227^done,lang="C",exp="1"
a2c02241 34228@end smallexample
922fbb7b 34229
a2c02241 34230@noindent
fa4d0c40
YQ
34231Here, the value of @code{lang} is the language name, which can be
34232found in @ref{Supported Languages}.
02142340
VP
34233
34234Note that the output of the @code{-var-list-children} command also
34235includes those expressions, so the @code{-var-info-expression} command
34236is of limited use.
34237
34238@subheading The @code{-var-info-path-expression} Command
34239@findex -var-info-path-expression
34240
34241@subsubheading Synopsis
34242
34243@smallexample
34244 -var-info-path-expression @var{name}
34245@end smallexample
34246
34247Returns an expression that can be evaluated in the current
34248context and will yield the same value that a variable object has.
34249Compare this with the @code{-var-info-expression} command, which
34250result can be used only for UI presentation. Typical use of
34251the @code{-var-info-path-expression} command is creating a
34252watchpoint from a variable object.
34253
0cc7d26f
TT
34254This command is currently not valid for children of a dynamic varobj,
34255and will give an error when invoked on one.
34256
02142340
VP
34257For example, suppose @code{C} is a C@t{++} class, derived from class
34258@code{Base}, and that the @code{Base} class has a member called
34259@code{m_size}. Assume a variable @code{c} is has the type of
34260@code{C} and a variable object @code{C} was created for variable
34261@code{c}. Then, we'll get this output:
34262@smallexample
34263(gdb) -var-info-path-expression C.Base.public.m_size
34264^done,path_expr=((Base)c).m_size)
34265@end smallexample
922fbb7b 34266
a2c02241
NR
34267@subheading The @code{-var-show-attributes} Command
34268@findex -var-show-attributes
922fbb7b 34269
a2c02241 34270@subsubheading Synopsis
922fbb7b 34271
a2c02241
NR
34272@smallexample
34273 -var-show-attributes @var{name}
34274@end smallexample
922fbb7b 34275
a2c02241 34276List attributes of the specified variable object @var{name}:
922fbb7b
AC
34277
34278@smallexample
a2c02241 34279 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
34280@end smallexample
34281
a2c02241
NR
34282@noindent
34283where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
34284
34285@subheading The @code{-var-evaluate-expression} Command
34286@findex -var-evaluate-expression
34287
34288@subsubheading Synopsis
34289
34290@smallexample
de051565 34291 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
34292@end smallexample
34293
34294Evaluates the expression that is represented by the specified variable
de051565
MK
34295object and returns its value as a string. The format of the string
34296can be specified with the @samp{-f} option. The possible values of
34297this option are the same as for @code{-var-set-format}
34298(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
34299the current display format will be used. The current display format
34300can be changed using the @code{-var-set-format} command.
a2c02241
NR
34301
34302@smallexample
34303 value=@var{value}
34304@end smallexample
34305
34306Note that one must invoke @code{-var-list-children} for a variable
34307before the value of a child variable can be evaluated.
34308
34309@subheading The @code{-var-assign} Command
34310@findex -var-assign
34311
34312@subsubheading Synopsis
34313
34314@smallexample
34315 -var-assign @var{name} @var{expression}
34316@end smallexample
34317
34318Assigns the value of @var{expression} to the variable object specified
34319by @var{name}. The object must be @samp{editable}. If the variable's
34320value is altered by the assign, the variable will show up in any
34321subsequent @code{-var-update} list.
34322
34323@subsubheading Example
922fbb7b
AC
34324
34325@smallexample
594fe323 34326(gdb)
a2c02241
NR
34327-var-assign var1 3
34328^done,value="3"
594fe323 34329(gdb)
a2c02241
NR
34330-var-update *
34331^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 34332(gdb)
922fbb7b
AC
34333@end smallexample
34334
a2c02241
NR
34335@subheading The @code{-var-update} Command
34336@findex -var-update
34337
34338@subsubheading Synopsis
34339
34340@smallexample
34341 -var-update [@var{print-values}] @{@var{name} | "*"@}
34342@end smallexample
34343
c8b2f53c
VP
34344Reevaluate the expressions corresponding to the variable object
34345@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
34346list of variable objects whose values have changed; @var{name} must
34347be a root variable object. Here, ``changed'' means that the result of
34348@code{-var-evaluate-expression} before and after the
34349@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
34350object names, all existing variable objects are updated, except
34351for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 34352@var{print-values} determines whether both names and values, or just
de051565 34353names are printed. The possible values of this option are the same
36ece8b3
NR
34354as for @code{-var-list-children} (@pxref{-var-list-children}). It is
34355recommended to use the @samp{--all-values} option, to reduce the
34356number of MI commands needed on each program stop.
c8b2f53c 34357
c3b108f7
VP
34358With the @samp{*} parameter, if a variable object is bound to a
34359currently running thread, it will not be updated, without any
34360diagnostic.
a2c02241 34361
0cc7d26f
TT
34362If @code{-var-set-update-range} was previously used on a varobj, then
34363only the selected range of children will be reported.
922fbb7b 34364
0cc7d26f
TT
34365@code{-var-update} reports all the changed varobjs in a tuple named
34366@samp{changelist}.
34367
34368Each item in the change list is itself a tuple holding:
34369
34370@table @samp
34371@item name
34372The name of the varobj.
34373
34374@item value
34375If values were requested for this update, then this field will be
34376present and will hold the value of the varobj.
922fbb7b 34377
0cc7d26f 34378@item in_scope
9f708cb2 34379@anchor{-var-update}
0cc7d26f 34380This field is a string which may take one of three values:
36ece8b3
NR
34381
34382@table @code
34383@item "true"
34384The variable object's current value is valid.
34385
34386@item "false"
34387The variable object does not currently hold a valid value but it may
34388hold one in the future if its associated expression comes back into
34389scope.
34390
34391@item "invalid"
34392The variable object no longer holds a valid value.
34393This can occur when the executable file being debugged has changed,
34394either through recompilation or by using the @value{GDBN} @code{file}
34395command. The front end should normally choose to delete these variable
34396objects.
34397@end table
34398
34399In the future new values may be added to this list so the front should
34400be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
34401
0cc7d26f
TT
34402@item type_changed
34403This is only present if the varobj is still valid. If the type
34404changed, then this will be the string @samp{true}; otherwise it will
34405be @samp{false}.
34406
7191c139
JB
34407When a varobj's type changes, its children are also likely to have
34408become incorrect. Therefore, the varobj's children are automatically
34409deleted when this attribute is @samp{true}. Also, the varobj's update
34410range, when set using the @code{-var-set-update-range} command, is
34411unset.
34412
0cc7d26f
TT
34413@item new_type
34414If the varobj's type changed, then this field will be present and will
34415hold the new type.
34416
34417@item new_num_children
34418For a dynamic varobj, if the number of children changed, or if the
34419type changed, this will be the new number of children.
34420
34421The @samp{numchild} field in other varobj responses is generally not
34422valid for a dynamic varobj -- it will show the number of children that
34423@value{GDBN} knows about, but because dynamic varobjs lazily
34424instantiate their children, this will not reflect the number of
34425children which may be available.
34426
34427The @samp{new_num_children} attribute only reports changes to the
34428number of children known by @value{GDBN}. This is the only way to
34429detect whether an update has removed children (which necessarily can
34430only happen at the end of the update range).
34431
34432@item displayhint
34433The display hint, if any.
34434
34435@item has_more
34436This is an integer value, which will be 1 if there are more children
34437available outside the varobj's update range.
34438
34439@item dynamic
34440This attribute will be present and have the value @samp{1} if the
34441varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
34442then this attribute will not be present.
34443
34444@item new_children
34445If new children were added to a dynamic varobj within the selected
34446update range (as set by @code{-var-set-update-range}), then they will
34447be listed in this attribute.
34448@end table
34449
34450@subsubheading Example
34451
34452@smallexample
34453(gdb)
34454-var-assign var1 3
34455^done,value="3"
34456(gdb)
34457-var-update --all-values var1
34458^done,changelist=[@{name="var1",value="3",in_scope="true",
34459type_changed="false"@}]
34460(gdb)
34461@end smallexample
34462
25d5ea92
VP
34463@subheading The @code{-var-set-frozen} Command
34464@findex -var-set-frozen
9f708cb2 34465@anchor{-var-set-frozen}
25d5ea92
VP
34466
34467@subsubheading Synopsis
34468
34469@smallexample
9f708cb2 34470 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
34471@end smallexample
34472
9f708cb2 34473Set the frozenness flag on the variable object @var{name}. The
25d5ea92 34474@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 34475frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 34476frozen, then neither itself, nor any of its children, are
9f708cb2 34477implicitly updated by @code{-var-update} of
25d5ea92
VP
34478a parent variable or by @code{-var-update *}. Only
34479@code{-var-update} of the variable itself will update its value and
34480values of its children. After a variable object is unfrozen, it is
34481implicitly updated by all subsequent @code{-var-update} operations.
34482Unfreezing a variable does not update it, only subsequent
34483@code{-var-update} does.
34484
34485@subsubheading Example
34486
34487@smallexample
34488(gdb)
34489-var-set-frozen V 1
34490^done
34491(gdb)
34492@end smallexample
34493
0cc7d26f
TT
34494@subheading The @code{-var-set-update-range} command
34495@findex -var-set-update-range
34496@anchor{-var-set-update-range}
34497
34498@subsubheading Synopsis
34499
34500@smallexample
34501 -var-set-update-range @var{name} @var{from} @var{to}
34502@end smallexample
34503
34504Set the range of children to be returned by future invocations of
34505@code{-var-update}.
34506
34507@var{from} and @var{to} indicate the range of children to report. If
34508@var{from} or @var{to} is less than zero, the range is reset and all
34509children will be reported. Otherwise, children starting at @var{from}
34510(zero-based) and up to and excluding @var{to} will be reported.
34511
34512@subsubheading Example
34513
34514@smallexample
34515(gdb)
34516-var-set-update-range V 1 2
34517^done
34518@end smallexample
34519
b6313243
TT
34520@subheading The @code{-var-set-visualizer} command
34521@findex -var-set-visualizer
34522@anchor{-var-set-visualizer}
34523
34524@subsubheading Synopsis
34525
34526@smallexample
34527 -var-set-visualizer @var{name} @var{visualizer}
34528@end smallexample
34529
34530Set a visualizer for the variable object @var{name}.
34531
34532@var{visualizer} is the visualizer to use. The special value
34533@samp{None} means to disable any visualizer in use.
34534
34535If not @samp{None}, @var{visualizer} must be a Python expression.
34536This expression must evaluate to a callable object which accepts a
34537single argument. @value{GDBN} will call this object with the value of
34538the varobj @var{name} as an argument (this is done so that the same
34539Python pretty-printing code can be used for both the CLI and MI).
34540When called, this object must return an object which conforms to the
4c374409 34541pretty-printing interface (@pxref{Pretty Printing API}).
b6313243
TT
34542
34543The pre-defined function @code{gdb.default_visualizer} may be used to
34544select a visualizer by following the built-in process
34545(@pxref{Selecting Pretty-Printers}). This is done automatically when
34546a varobj is created, and so ordinarily is not needed.
34547
34548This feature is only available if Python support is enabled. The MI
d192b373 34549command @code{-list-features} (@pxref{GDB/MI Support Commands})
b6313243
TT
34550can be used to check this.
34551
34552@subsubheading Example
34553
34554Resetting the visualizer:
34555
34556@smallexample
34557(gdb)
34558-var-set-visualizer V None
34559^done
34560@end smallexample
34561
34562Reselecting the default (type-based) visualizer:
34563
34564@smallexample
34565(gdb)
34566-var-set-visualizer V gdb.default_visualizer
34567^done
34568@end smallexample
34569
34570Suppose @code{SomeClass} is a visualizer class. A lambda expression
34571can be used to instantiate this class for a varobj:
34572
34573@smallexample
34574(gdb)
34575-var-set-visualizer V "lambda val: SomeClass()"
34576^done
34577@end smallexample
25d5ea92 34578
a2c02241
NR
34579@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34580@node GDB/MI Data Manipulation
34581@section @sc{gdb/mi} Data Manipulation
922fbb7b 34582
a2c02241
NR
34583@cindex data manipulation, in @sc{gdb/mi}
34584@cindex @sc{gdb/mi}, data manipulation
34585This section describes the @sc{gdb/mi} commands that manipulate data:
34586examine memory and registers, evaluate expressions, etc.
34587
a86c90e6
SM
34588For details about what an addressable memory unit is,
34589@pxref{addressable memory unit}.
34590
a2c02241
NR
34591@c REMOVED FROM THE INTERFACE.
34592@c @subheading -data-assign
34593@c Change the value of a program variable. Plenty of side effects.
79a6e687 34594@c @subsubheading GDB Command
a2c02241
NR
34595@c set variable
34596@c @subsubheading Example
34597@c N.A.
34598
34599@subheading The @code{-data-disassemble} Command
34600@findex -data-disassemble
922fbb7b
AC
34601
34602@subsubheading Synopsis
34603
34604@smallexample
a2c02241
NR
34605 -data-disassemble
34606 [ -s @var{start-addr} -e @var{end-addr} ]
26fb3983 34607 | [ -a @var{addr} ]
a2c02241
NR
34608 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
34609 -- @var{mode}
922fbb7b
AC
34610@end smallexample
34611
a2c02241
NR
34612@noindent
34613Where:
34614
34615@table @samp
34616@item @var{start-addr}
34617is the beginning address (or @code{$pc})
34618@item @var{end-addr}
34619is the end address
26fb3983
JV
34620@item @var{addr}
34621is an address anywhere within (or the name of) the function to
34622disassemble. If an address is specified, the whole function
34623surrounding that address will be disassembled. If a name is
34624specified, the whole function with that name will be disassembled.
a2c02241
NR
34625@item @var{filename}
34626is the name of the file to disassemble
34627@item @var{linenum}
34628is the line number to disassemble around
34629@item @var{lines}
d3e8051b 34630is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
34631the whole function will be disassembled, in case no @var{end-addr} is
34632specified. If @var{end-addr} is specified as a non-zero value, and
34633@var{lines} is lower than the number of disassembly lines between
34634@var{start-addr} and @var{end-addr}, only @var{lines} lines are
34635displayed; if @var{lines} is higher than the number of lines between
34636@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
34637are displayed.
34638@item @var{mode}
6ff0ba5f
DE
34639is one of:
34640@itemize @bullet
34641@item 0 disassembly only
34642@item 1 mixed source and disassembly (deprecated)
34643@item 2 disassembly with raw opcodes
34644@item 3 mixed source and disassembly with raw opcodes (deprecated)
34645@item 4 mixed source and disassembly
34646@item 5 mixed source and disassembly with raw opcodes
34647@end itemize
34648
34649Modes 1 and 3 are deprecated. The output is ``source centric''
34650which hasn't proved useful in practice.
34651@xref{Machine Code}, for a discussion of the difference between
34652@code{/m} and @code{/s} output of the @code{disassemble} command.
a2c02241
NR
34653@end table
34654
34655@subsubheading Result
34656
ed8a1c2d
AB
34657The result of the @code{-data-disassemble} command will be a list named
34658@samp{asm_insns}, the contents of this list depend on the @var{mode}
34659used with the @code{-data-disassemble} command.
a2c02241 34660
ed8a1c2d
AB
34661For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
34662following fields:
34663
34664@table @code
34665@item address
34666The address at which this instruction was disassembled.
34667
34668@item func-name
34669The name of the function this instruction is within.
34670
34671@item offset
34672The decimal offset in bytes from the start of @samp{func-name}.
34673
34674@item inst
34675The text disassembly for this @samp{address}.
34676
34677@item opcodes
6ff0ba5f 34678This field is only present for modes 2, 3 and 5. This contains the raw opcode
ed8a1c2d
AB
34679bytes for the @samp{inst} field.
34680
34681@end table
34682
6ff0ba5f 34683For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
ed8a1c2d 34684@samp{src_and_asm_line}, each of which has the following fields:
a2c02241 34685
ed8a1c2d
AB
34686@table @code
34687@item line
34688The line number within @samp{file}.
34689
34690@item file
34691The file name from the compilation unit. This might be an absolute
34692file name or a relative file name depending on the compile command
34693used.
34694
34695@item fullname
f35a17b5
JK
34696Absolute file name of @samp{file}. It is converted to a canonical form
34697using the source file search path
34698(@pxref{Source Path, ,Specifying Source Directories})
34699and after resolving all the symbolic links.
34700
34701If the source file is not found this field will contain the path as
34702present in the debug information.
ed8a1c2d
AB
34703
34704@item line_asm_insn
34705This is a list of tuples containing the disassembly for @samp{line} in
34706@samp{file}. The fields of each tuple are the same as for
34707@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
34708@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
34709@samp{opcodes}.
34710
34711@end table
34712
34713Note that whatever included in the @samp{inst} field, is not
34714manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
34715adjust its format.
922fbb7b
AC
34716
34717@subsubheading @value{GDBN} Command
34718
ed8a1c2d 34719The corresponding @value{GDBN} command is @samp{disassemble}.
922fbb7b
AC
34720
34721@subsubheading Example
34722
a2c02241
NR
34723Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
34724
922fbb7b 34725@smallexample
594fe323 34726(gdb)
a2c02241
NR
34727-data-disassemble -s $pc -e "$pc + 20" -- 0
34728^done,
34729asm_insns=[
34730@{address="0x000107c0",func-name="main",offset="4",
34731inst="mov 2, %o0"@},
34732@{address="0x000107c4",func-name="main",offset="8",
34733inst="sethi %hi(0x11800), %o2"@},
34734@{address="0x000107c8",func-name="main",offset="12",
34735inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
34736@{address="0x000107cc",func-name="main",offset="16",
34737inst="sethi %hi(0x11800), %o2"@},
34738@{address="0x000107d0",func-name="main",offset="20",
34739inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 34740(gdb)
a2c02241
NR
34741@end smallexample
34742
34743Disassemble the whole @code{main} function. Line 32 is part of
34744@code{main}.
34745
34746@smallexample
34747-data-disassemble -f basics.c -l 32 -- 0
34748^done,asm_insns=[
34749@{address="0x000107bc",func-name="main",offset="0",
34750inst="save %sp, -112, %sp"@},
34751@{address="0x000107c0",func-name="main",offset="4",
34752inst="mov 2, %o0"@},
34753@{address="0x000107c4",func-name="main",offset="8",
34754inst="sethi %hi(0x11800), %o2"@},
34755[@dots{}]
34756@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
34757@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 34758(gdb)
922fbb7b
AC
34759@end smallexample
34760
a2c02241 34761Disassemble 3 instructions from the start of @code{main}:
922fbb7b 34762
a2c02241 34763@smallexample
594fe323 34764(gdb)
a2c02241
NR
34765-data-disassemble -f basics.c -l 32 -n 3 -- 0
34766^done,asm_insns=[
34767@{address="0x000107bc",func-name="main",offset="0",
34768inst="save %sp, -112, %sp"@},
34769@{address="0x000107c0",func-name="main",offset="4",
34770inst="mov 2, %o0"@},
34771@{address="0x000107c4",func-name="main",offset="8",
34772inst="sethi %hi(0x11800), %o2"@}]
594fe323 34773(gdb)
a2c02241
NR
34774@end smallexample
34775
34776Disassemble 3 instructions from the start of @code{main} in mixed mode:
34777
34778@smallexample
594fe323 34779(gdb)
a2c02241
NR
34780-data-disassemble -f basics.c -l 32 -n 3 -- 1
34781^done,asm_insns=[
34782src_and_asm_line=@{line="31",
ed8a1c2d
AB
34783file="../../../src/gdb/testsuite/gdb.mi/basics.c",
34784fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
34785line_asm_insn=[@{address="0x000107bc",
34786func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
a2c02241 34787src_and_asm_line=@{line="32",
ed8a1c2d
AB
34788file="../../../src/gdb/testsuite/gdb.mi/basics.c",
34789fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
34790line_asm_insn=[@{address="0x000107c0",
34791func-name="main",offset="4",inst="mov 2, %o0"@},
a2c02241
NR
34792@{address="0x000107c4",func-name="main",offset="8",
34793inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 34794(gdb)
a2c02241
NR
34795@end smallexample
34796
34797
34798@subheading The @code{-data-evaluate-expression} Command
34799@findex -data-evaluate-expression
922fbb7b
AC
34800
34801@subsubheading Synopsis
34802
34803@smallexample
a2c02241 34804 -data-evaluate-expression @var{expr}
922fbb7b
AC
34805@end smallexample
34806
a2c02241
NR
34807Evaluate @var{expr} as an expression. The expression could contain an
34808inferior function call. The function call will execute synchronously.
34809If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
34810
34811@subsubheading @value{GDBN} Command
34812
a2c02241
NR
34813The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
34814@samp{call}. In @code{gdbtk} only, there's a corresponding
34815@samp{gdb_eval} command.
922fbb7b
AC
34816
34817@subsubheading Example
34818
a2c02241
NR
34819In the following example, the numbers that precede the commands are the
34820@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
34821Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
34822output.
34823
922fbb7b 34824@smallexample
a2c02241
NR
34825211-data-evaluate-expression A
34826211^done,value="1"
594fe323 34827(gdb)
a2c02241
NR
34828311-data-evaluate-expression &A
34829311^done,value="0xefffeb7c"
594fe323 34830(gdb)
a2c02241
NR
34831411-data-evaluate-expression A+3
34832411^done,value="4"
594fe323 34833(gdb)
a2c02241
NR
34834511-data-evaluate-expression "A + 3"
34835511^done,value="4"
594fe323 34836(gdb)
a2c02241 34837@end smallexample
922fbb7b
AC
34838
34839
a2c02241
NR
34840@subheading The @code{-data-list-changed-registers} Command
34841@findex -data-list-changed-registers
922fbb7b
AC
34842
34843@subsubheading Synopsis
34844
34845@smallexample
a2c02241 34846 -data-list-changed-registers
922fbb7b
AC
34847@end smallexample
34848
a2c02241 34849Display a list of the registers that have changed.
922fbb7b
AC
34850
34851@subsubheading @value{GDBN} Command
34852
a2c02241
NR
34853@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
34854has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
34855
34856@subsubheading Example
922fbb7b 34857
a2c02241 34858On a PPC MBX board:
922fbb7b
AC
34859
34860@smallexample
594fe323 34861(gdb)
a2c02241
NR
34862-exec-continue
34863^running
922fbb7b 34864
594fe323 34865(gdb)
a47ec5fe
AR
34866*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
34867func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
6d52907e 34868line="5",arch="powerpc"@}
594fe323 34869(gdb)
a2c02241
NR
34870-data-list-changed-registers
34871^done,changed-registers=["0","1","2","4","5","6","7","8","9",
34872"10","11","13","14","15","16","17","18","19","20","21","22","23",
34873"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 34874(gdb)
a2c02241 34875@end smallexample
922fbb7b
AC
34876
34877
a2c02241
NR
34878@subheading The @code{-data-list-register-names} Command
34879@findex -data-list-register-names
922fbb7b
AC
34880
34881@subsubheading Synopsis
34882
34883@smallexample
a2c02241 34884 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
34885@end smallexample
34886
a2c02241
NR
34887Show a list of register names for the current target. If no arguments
34888are given, it shows a list of the names of all the registers. If
34889integer numbers are given as arguments, it will print a list of the
34890names of the registers corresponding to the arguments. To ensure
34891consistency between a register name and its number, the output list may
34892include empty register names.
922fbb7b
AC
34893
34894@subsubheading @value{GDBN} Command
34895
a2c02241
NR
34896@value{GDBN} does not have a command which corresponds to
34897@samp{-data-list-register-names}. In @code{gdbtk} there is a
34898corresponding command @samp{gdb_regnames}.
922fbb7b
AC
34899
34900@subsubheading Example
922fbb7b 34901
a2c02241
NR
34902For the PPC MBX board:
34903@smallexample
594fe323 34904(gdb)
a2c02241
NR
34905-data-list-register-names
34906^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
34907"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
34908"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
34909"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
34910"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
34911"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
34912"", "pc","ps","cr","lr","ctr","xer"]
594fe323 34913(gdb)
a2c02241
NR
34914-data-list-register-names 1 2 3
34915^done,register-names=["r1","r2","r3"]
594fe323 34916(gdb)
a2c02241 34917@end smallexample
922fbb7b 34918
a2c02241
NR
34919@subheading The @code{-data-list-register-values} Command
34920@findex -data-list-register-values
922fbb7b
AC
34921
34922@subsubheading Synopsis
34923
34924@smallexample
c898adb7
YQ
34925 -data-list-register-values
34926 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
34927@end smallexample
34928
697aa1b7
EZ
34929Display the registers' contents. The format according to which the
34930registers' contents are to be returned is given by @var{fmt}, followed
34931by an optional list of numbers specifying the registers to display. A
34932missing list of numbers indicates that the contents of all the
34933registers must be returned. The @code{--skip-unavailable} option
34934indicates that only the available registers are to be returned.
a2c02241
NR
34935
34936Allowed formats for @var{fmt} are:
34937
34938@table @code
34939@item x
34940Hexadecimal
34941@item o
34942Octal
34943@item t
34944Binary
34945@item d
34946Decimal
34947@item r
34948Raw
34949@item N
34950Natural
34951@end table
922fbb7b
AC
34952
34953@subsubheading @value{GDBN} Command
34954
a2c02241
NR
34955The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
34956all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
34957
34958@subsubheading Example
922fbb7b 34959
a2c02241
NR
34960For a PPC MBX board (note: line breaks are for readability only, they
34961don't appear in the actual output):
34962
34963@smallexample
594fe323 34964(gdb)
a2c02241
NR
34965-data-list-register-values r 64 65
34966^done,register-values=[@{number="64",value="0xfe00a300"@},
34967@{number="65",value="0x00029002"@}]
594fe323 34968(gdb)
a2c02241
NR
34969-data-list-register-values x
34970^done,register-values=[@{number="0",value="0xfe0043c8"@},
34971@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
34972@{number="3",value="0x0"@},@{number="4",value="0xa"@},
34973@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
34974@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
34975@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
34976@{number="11",value="0x1"@},@{number="12",value="0x0"@},
34977@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
34978@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
34979@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
34980@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
34981@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
34982@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
34983@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
34984@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
34985@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
34986@{number="31",value="0x0"@},@{number="32",value="0x0"@},
34987@{number="33",value="0x0"@},@{number="34",value="0x0"@},
34988@{number="35",value="0x0"@},@{number="36",value="0x0"@},
34989@{number="37",value="0x0"@},@{number="38",value="0x0"@},
34990@{number="39",value="0x0"@},@{number="40",value="0x0"@},
34991@{number="41",value="0x0"@},@{number="42",value="0x0"@},
34992@{number="43",value="0x0"@},@{number="44",value="0x0"@},
34993@{number="45",value="0x0"@},@{number="46",value="0x0"@},
34994@{number="47",value="0x0"@},@{number="48",value="0x0"@},
34995@{number="49",value="0x0"@},@{number="50",value="0x0"@},
34996@{number="51",value="0x0"@},@{number="52",value="0x0"@},
34997@{number="53",value="0x0"@},@{number="54",value="0x0"@},
34998@{number="55",value="0x0"@},@{number="56",value="0x0"@},
34999@{number="57",value="0x0"@},@{number="58",value="0x0"@},
35000@{number="59",value="0x0"@},@{number="60",value="0x0"@},
35001@{number="61",value="0x0"@},@{number="62",value="0x0"@},
35002@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
35003@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
35004@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
35005@{number="69",value="0x20002b03"@}]
594fe323 35006(gdb)
a2c02241 35007@end smallexample
922fbb7b 35008
a2c02241
NR
35009
35010@subheading The @code{-data-read-memory} Command
35011@findex -data-read-memory
922fbb7b 35012
8dedea02
VP
35013This command is deprecated, use @code{-data-read-memory-bytes} instead.
35014
922fbb7b
AC
35015@subsubheading Synopsis
35016
35017@smallexample
a2c02241
NR
35018 -data-read-memory [ -o @var{byte-offset} ]
35019 @var{address} @var{word-format} @var{word-size}
35020 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
35021@end smallexample
35022
a2c02241
NR
35023@noindent
35024where:
922fbb7b 35025
a2c02241
NR
35026@table @samp
35027@item @var{address}
35028An expression specifying the address of the first memory word to be
35029read. Complex expressions containing embedded white space should be
35030quoted using the C convention.
922fbb7b 35031
a2c02241
NR
35032@item @var{word-format}
35033The format to be used to print the memory words. The notation is the
35034same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 35035,Output Formats}).
922fbb7b 35036
a2c02241
NR
35037@item @var{word-size}
35038The size of each memory word in bytes.
922fbb7b 35039
a2c02241
NR
35040@item @var{nr-rows}
35041The number of rows in the output table.
922fbb7b 35042
a2c02241
NR
35043@item @var{nr-cols}
35044The number of columns in the output table.
922fbb7b 35045
a2c02241
NR
35046@item @var{aschar}
35047If present, indicates that each row should include an @sc{ascii} dump. The
35048value of @var{aschar} is used as a padding character when a byte is not a
35049member of the printable @sc{ascii} character set (printable @sc{ascii}
35050characters are those whose code is between 32 and 126, inclusively).
922fbb7b 35051
a2c02241
NR
35052@item @var{byte-offset}
35053An offset to add to the @var{address} before fetching memory.
35054@end table
922fbb7b 35055
a2c02241
NR
35056This command displays memory contents as a table of @var{nr-rows} by
35057@var{nr-cols} words, each word being @var{word-size} bytes. In total,
35058@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
35059(returned as @samp{total-bytes}). Should less than the requested number
35060of bytes be returned by the target, the missing words are identified
35061using @samp{N/A}. The number of bytes read from the target is returned
35062in @samp{nr-bytes} and the starting address used to read memory in
35063@samp{addr}.
35064
35065The address of the next/previous row or page is available in
35066@samp{next-row} and @samp{prev-row}, @samp{next-page} and
35067@samp{prev-page}.
922fbb7b
AC
35068
35069@subsubheading @value{GDBN} Command
35070
a2c02241
NR
35071The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
35072@samp{gdb_get_mem} memory read command.
922fbb7b
AC
35073
35074@subsubheading Example
32e7087d 35075
a2c02241
NR
35076Read six bytes of memory starting at @code{bytes+6} but then offset by
35077@code{-6} bytes. Format as three rows of two columns. One byte per
35078word. Display each word in hex.
32e7087d
JB
35079
35080@smallexample
594fe323 35081(gdb)
a2c02241
NR
350829-data-read-memory -o -6 -- bytes+6 x 1 3 2
350839^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
35084next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
35085prev-page="0x0000138a",memory=[
35086@{addr="0x00001390",data=["0x00","0x01"]@},
35087@{addr="0x00001392",data=["0x02","0x03"]@},
35088@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 35089(gdb)
32e7087d
JB
35090@end smallexample
35091
a2c02241
NR
35092Read two bytes of memory starting at address @code{shorts + 64} and
35093display as a single word formatted in decimal.
32e7087d 35094
32e7087d 35095@smallexample
594fe323 35096(gdb)
a2c02241
NR
350975-data-read-memory shorts+64 d 2 1 1
350985^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
35099next-row="0x00001512",prev-row="0x0000150e",
35100next-page="0x00001512",prev-page="0x0000150e",memory=[
35101@{addr="0x00001510",data=["128"]@}]
594fe323 35102(gdb)
32e7087d
JB
35103@end smallexample
35104
a2c02241
NR
35105Read thirty two bytes of memory starting at @code{bytes+16} and format
35106as eight rows of four columns. Include a string encoding with @samp{x}
35107used as the non-printable character.
922fbb7b
AC
35108
35109@smallexample
594fe323 35110(gdb)
a2c02241
NR
351114-data-read-memory bytes+16 x 1 8 4 x
351124^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
35113next-row="0x000013c0",prev-row="0x0000139c",
35114next-page="0x000013c0",prev-page="0x00001380",memory=[
35115@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
35116@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
35117@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
35118@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
35119@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
35120@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
35121@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
35122@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 35123(gdb)
922fbb7b
AC
35124@end smallexample
35125
8dedea02
VP
35126@subheading The @code{-data-read-memory-bytes} Command
35127@findex -data-read-memory-bytes
35128
35129@subsubheading Synopsis
35130
35131@smallexample
a86c90e6 35132 -data-read-memory-bytes [ -o @var{offset} ]
8dedea02
VP
35133 @var{address} @var{count}
35134@end smallexample
35135
35136@noindent
35137where:
35138
35139@table @samp
35140@item @var{address}
a86c90e6
SM
35141An expression specifying the address of the first addressable memory unit
35142to be read. Complex expressions containing embedded white space should be
8dedea02
VP
35143quoted using the C convention.
35144
35145@item @var{count}
a86c90e6
SM
35146The number of addressable memory units to read. This should be an integer
35147literal.
8dedea02 35148
a86c90e6
SM
35149@item @var{offset}
35150The offset relative to @var{address} at which to start reading. This
35151should be an integer literal. This option is provided so that a frontend
35152is not required to first evaluate address and then perform address
35153arithmetics itself.
8dedea02
VP
35154
35155@end table
35156
35157This command attempts to read all accessible memory regions in the
35158specified range. First, all regions marked as unreadable in the memory
35159map (if one is defined) will be skipped. @xref{Memory Region
35160Attributes}. Second, @value{GDBN} will attempt to read the remaining
35161regions. For each one, if reading full region results in an errors,
35162@value{GDBN} will try to read a subset of the region.
35163
a86c90e6
SM
35164In general, every single memory unit in the region may be readable or not,
35165and the only way to read every readable unit is to try a read at
8dedea02 35166every address, which is not practical. Therefore, @value{GDBN} will
a86c90e6 35167attempt to read all accessible memory units at either beginning or the end
8dedea02 35168of the region, using a binary division scheme. This heuristic works
6b92c0d3 35169well for reading across a memory map boundary. Note that if a region
8dedea02
VP
35170has a readable range that is neither at the beginning or the end,
35171@value{GDBN} will not read it.
35172
35173The result record (@pxref{GDB/MI Result Records}) that is output of
35174the command includes a field named @samp{memory} whose content is a
35175list of tuples. Each tuple represent a successfully read memory block
35176and has the following fields:
35177
35178@table @code
35179@item begin
35180The start address of the memory block, as hexadecimal literal.
35181
35182@item end
35183The end address of the memory block, as hexadecimal literal.
35184
35185@item offset
35186The offset of the memory block, as hexadecimal literal, relative to
35187the start address passed to @code{-data-read-memory-bytes}.
35188
35189@item contents
35190The contents of the memory block, in hex.
35191
35192@end table
35193
35194
35195
35196@subsubheading @value{GDBN} Command
35197
35198The corresponding @value{GDBN} command is @samp{x}.
35199
35200@subsubheading Example
35201
35202@smallexample
35203(gdb)
35204-data-read-memory-bytes &a 10
35205^done,memory=[@{begin="0xbffff154",offset="0x00000000",
35206 end="0xbffff15e",
35207 contents="01000000020000000300"@}]
35208(gdb)
35209@end smallexample
35210
35211
35212@subheading The @code{-data-write-memory-bytes} Command
35213@findex -data-write-memory-bytes
35214
35215@subsubheading Synopsis
35216
35217@smallexample
35218 -data-write-memory-bytes @var{address} @var{contents}
62747a60 35219 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
8dedea02
VP
35220@end smallexample
35221
35222@noindent
35223where:
35224
35225@table @samp
35226@item @var{address}
a86c90e6
SM
35227An expression specifying the address of the first addressable memory unit
35228to be written. Complex expressions containing embedded white space should
35229be quoted using the C convention.
8dedea02
VP
35230
35231@item @var{contents}
a86c90e6
SM
35232The hex-encoded data to write. It is an error if @var{contents} does
35233not represent an integral number of addressable memory units.
8dedea02 35234
62747a60 35235@item @var{count}
a86c90e6
SM
35236Optional argument indicating the number of addressable memory units to be
35237written. If @var{count} is greater than @var{contents}' length,
35238@value{GDBN} will repeatedly write @var{contents} until it fills
35239@var{count} memory units.
62747a60 35240
8dedea02
VP
35241@end table
35242
35243@subsubheading @value{GDBN} Command
35244
35245There's no corresponding @value{GDBN} command.
35246
35247@subsubheading Example
35248
35249@smallexample
35250(gdb)
35251-data-write-memory-bytes &a "aabbccdd"
35252^done
35253(gdb)
35254@end smallexample
35255
62747a60
TT
35256@smallexample
35257(gdb)
35258-data-write-memory-bytes &a "aabbccdd" 16e
35259^done
35260(gdb)
35261@end smallexample
8dedea02 35262
a2c02241
NR
35263@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35264@node GDB/MI Tracepoint Commands
35265@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 35266
18148017
VP
35267The commands defined in this section implement MI support for
35268tracepoints. For detailed introduction, see @ref{Tracepoints}.
35269
35270@subheading The @code{-trace-find} Command
35271@findex -trace-find
35272
35273@subsubheading Synopsis
35274
35275@smallexample
35276 -trace-find @var{mode} [@var{parameters}@dots{}]
35277@end smallexample
35278
35279Find a trace frame using criteria defined by @var{mode} and
35280@var{parameters}. The following table lists permissible
35281modes and their parameters. For details of operation, see @ref{tfind}.
35282
35283@table @samp
35284
35285@item none
35286No parameters are required. Stops examining trace frames.
35287
35288@item frame-number
35289An integer is required as parameter. Selects tracepoint frame with
35290that index.
35291
35292@item tracepoint-number
35293An integer is required as parameter. Finds next
35294trace frame that corresponds to tracepoint with the specified number.
35295
35296@item pc
35297An address is required as parameter. Finds
35298next trace frame that corresponds to any tracepoint at the specified
35299address.
35300
35301@item pc-inside-range
35302Two addresses are required as parameters. Finds next trace
35303frame that corresponds to a tracepoint at an address inside the
35304specified range. Both bounds are considered to be inside the range.
35305
35306@item pc-outside-range
35307Two addresses are required as parameters. Finds
35308next trace frame that corresponds to a tracepoint at an address outside
35309the specified range. Both bounds are considered to be inside the range.
35310
35311@item line
35312Line specification is required as parameter. @xref{Specify Location}.
35313Finds next trace frame that corresponds to a tracepoint at
35314the specified location.
35315
35316@end table
35317
35318If @samp{none} was passed as @var{mode}, the response does not
35319have fields. Otherwise, the response may have the following fields:
35320
35321@table @samp
35322@item found
35323This field has either @samp{0} or @samp{1} as the value, depending
35324on whether a matching tracepoint was found.
35325
35326@item traceframe
35327The index of the found traceframe. This field is present iff
35328the @samp{found} field has value of @samp{1}.
35329
35330@item tracepoint
35331The index of the found tracepoint. This field is present iff
35332the @samp{found} field has value of @samp{1}.
35333
35334@item frame
35335The information about the frame corresponding to the found trace
35336frame. This field is present only if a trace frame was found.
cd64ee31 35337@xref{GDB/MI Frame Information}, for description of this field.
18148017
VP
35338
35339@end table
35340
7d13fe92
SS
35341@subsubheading @value{GDBN} Command
35342
35343The corresponding @value{GDBN} command is @samp{tfind}.
35344
18148017
VP
35345@subheading -trace-define-variable
35346@findex -trace-define-variable
35347
35348@subsubheading Synopsis
35349
35350@smallexample
35351 -trace-define-variable @var{name} [ @var{value} ]
35352@end smallexample
35353
35354Create trace variable @var{name} if it does not exist. If
35355@var{value} is specified, sets the initial value of the specified
35356trace variable to that value. Note that the @var{name} should start
35357with the @samp{$} character.
35358
7d13fe92
SS
35359@subsubheading @value{GDBN} Command
35360
35361The corresponding @value{GDBN} command is @samp{tvariable}.
35362
dc673c81
YQ
35363@subheading The @code{-trace-frame-collected} Command
35364@findex -trace-frame-collected
35365
35366@subsubheading Synopsis
35367
35368@smallexample
35369 -trace-frame-collected
35370 [--var-print-values @var{var_pval}]
35371 [--comp-print-values @var{comp_pval}]
35372 [--registers-format @var{regformat}]
35373 [--memory-contents]
35374@end smallexample
35375
35376This command returns the set of collected objects, register names,
35377trace state variable names, memory ranges and computed expressions
35378that have been collected at a particular trace frame. The optional
35379parameters to the command affect the output format in different ways.
35380See the output description table below for more details.
35381
35382The reported names can be used in the normal manner to create
35383varobjs and inspect the objects themselves. The items returned by
35384this command are categorized so that it is clear which is a variable,
35385which is a register, which is a trace state variable, which is a
35386memory range and which is a computed expression.
35387
35388For instance, if the actions were
35389@smallexample
35390collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
35391collect *(int*)0xaf02bef0@@40
35392@end smallexample
35393
35394@noindent
35395the object collected in its entirety would be @code{myVar}. The
35396object @code{myArray} would be partially collected, because only the
35397element at index @code{myIndex} would be collected. The remaining
35398objects would be computed expressions.
35399
35400An example output would be:
35401
35402@smallexample
35403(gdb)
35404-trace-frame-collected
35405^done,
35406 explicit-variables=[@{name="myVar",value="1"@}],
35407 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
35408 @{name="myObj.field",value="0"@},
35409 @{name="myPtr->field",value="1"@},
35410 @{name="myCount + 2",value="3"@},
35411 @{name="$tvar1 + 1",value="43970027"@}],
35412 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
35413 @{number="1",value="0x0"@},
35414 @{number="2",value="0x4"@},
35415 ...
35416 @{number="125",value="0x0"@}],
35417 tvars=[@{name="$tvar1",current="43970026"@}],
35418 memory=[@{address="0x0000000000602264",length="4"@},
35419 @{address="0x0000000000615bc0",length="4"@}]
35420(gdb)
35421@end smallexample
35422
35423Where:
35424
35425@table @code
35426@item explicit-variables
35427The set of objects that have been collected in their entirety (as
35428opposed to collecting just a few elements of an array or a few struct
35429members). For each object, its name and value are printed.
35430The @code{--var-print-values} option affects how or whether the value
35431field is output. If @var{var_pval} is 0, then print only the names;
35432if it is 1, print also their values; and if it is 2, print the name,
35433type and value for simple data types, and the name and type for
35434arrays, structures and unions.
35435
35436@item computed-expressions
35437The set of computed expressions that have been collected at the
35438current trace frame. The @code{--comp-print-values} option affects
35439this set like the @code{--var-print-values} option affects the
35440@code{explicit-variables} set. See above.
35441
35442@item registers
35443The registers that have been collected at the current trace frame.
35444For each register collected, the name and current value are returned.
35445The value is formatted according to the @code{--registers-format}
35446option. See the @command{-data-list-register-values} command for a
35447list of the allowed formats. The default is @samp{x}.
35448
35449@item tvars
35450The trace state variables that have been collected at the current
35451trace frame. For each trace state variable collected, the name and
35452current value are returned.
35453
35454@item memory
35455The set of memory ranges that have been collected at the current trace
35456frame. Its content is a list of tuples. Each tuple represents a
35457collected memory range and has the following fields:
35458
35459@table @code
35460@item address
35461The start address of the memory range, as hexadecimal literal.
35462
35463@item length
35464The length of the memory range, as decimal literal.
35465
35466@item contents
35467The contents of the memory block, in hex. This field is only present
35468if the @code{--memory-contents} option is specified.
35469
35470@end table
35471
35472@end table
35473
35474@subsubheading @value{GDBN} Command
35475
35476There is no corresponding @value{GDBN} command.
35477
35478@subsubheading Example
35479
18148017
VP
35480@subheading -trace-list-variables
35481@findex -trace-list-variables
922fbb7b 35482
18148017 35483@subsubheading Synopsis
922fbb7b 35484
18148017
VP
35485@smallexample
35486 -trace-list-variables
35487@end smallexample
922fbb7b 35488
18148017
VP
35489Return a table of all defined trace variables. Each element of the
35490table has the following fields:
922fbb7b 35491
18148017
VP
35492@table @samp
35493@item name
35494The name of the trace variable. This field is always present.
922fbb7b 35495
18148017
VP
35496@item initial
35497The initial value. This is a 64-bit signed integer. This
35498field is always present.
922fbb7b 35499
18148017
VP
35500@item current
35501The value the trace variable has at the moment. This is a 64-bit
35502signed integer. This field is absent iff current value is
35503not defined, for example if the trace was never run, or is
35504presently running.
922fbb7b 35505
18148017 35506@end table
922fbb7b 35507
7d13fe92
SS
35508@subsubheading @value{GDBN} Command
35509
35510The corresponding @value{GDBN} command is @samp{tvariables}.
35511
18148017 35512@subsubheading Example
922fbb7b 35513
18148017
VP
35514@smallexample
35515(gdb)
35516-trace-list-variables
35517^done,trace-variables=@{nr_rows="1",nr_cols="3",
35518hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
35519 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
35520 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
35521body=[variable=@{name="$trace_timestamp",initial="0"@}
35522 variable=@{name="$foo",initial="10",current="15"@}]@}
35523(gdb)
35524@end smallexample
922fbb7b 35525
18148017
VP
35526@subheading -trace-save
35527@findex -trace-save
922fbb7b 35528
18148017
VP
35529@subsubheading Synopsis
35530
35531@smallexample
99e61eda 35532 -trace-save [ -r ] [ -ctf ] @var{filename}
18148017
VP
35533@end smallexample
35534
35535Saves the collected trace data to @var{filename}. Without the
35536@samp{-r} option, the data is downloaded from the target and saved
35537in a local file. With the @samp{-r} option the target is asked
35538to perform the save.
35539
99e61eda
SM
35540By default, this command will save the trace in the tfile format. You can
35541supply the optional @samp{-ctf} argument to save it the CTF format. See
35542@ref{Trace Files} for more information about CTF.
35543
7d13fe92
SS
35544@subsubheading @value{GDBN} Command
35545
35546The corresponding @value{GDBN} command is @samp{tsave}.
35547
18148017
VP
35548
35549@subheading -trace-start
35550@findex -trace-start
35551
35552@subsubheading Synopsis
35553
35554@smallexample
35555 -trace-start
35556@end smallexample
922fbb7b 35557
be06ba8c 35558Starts a tracing experiment. The result of this command does not
18148017 35559have any fields.
922fbb7b 35560
7d13fe92
SS
35561@subsubheading @value{GDBN} Command
35562
35563The corresponding @value{GDBN} command is @samp{tstart}.
35564
18148017
VP
35565@subheading -trace-status
35566@findex -trace-status
922fbb7b 35567
18148017
VP
35568@subsubheading Synopsis
35569
35570@smallexample
35571 -trace-status
35572@end smallexample
35573
a97153c7 35574Obtains the status of a tracing experiment. The result may include
18148017
VP
35575the following fields:
35576
35577@table @samp
35578
35579@item supported
35580May have a value of either @samp{0}, when no tracing operations are
35581supported, @samp{1}, when all tracing operations are supported, or
35582@samp{file} when examining trace file. In the latter case, examining
35583of trace frame is possible but new tracing experiement cannot be
35584started. This field is always present.
35585
35586@item running
35587May have a value of either @samp{0} or @samp{1} depending on whether
35588tracing experiement is in progress on target. This field is present
35589if @samp{supported} field is not @samp{0}.
35590
35591@item stop-reason
35592Report the reason why the tracing was stopped last time. This field
35593may be absent iff tracing was never stopped on target yet. The
35594value of @samp{request} means the tracing was stopped as result of
35595the @code{-trace-stop} command. The value of @samp{overflow} means
35596the tracing buffer is full. The value of @samp{disconnection} means
35597tracing was automatically stopped when @value{GDBN} has disconnected.
35598The value of @samp{passcount} means tracing was stopped when a
35599tracepoint was passed a maximal number of times for that tracepoint.
35600This field is present if @samp{supported} field is not @samp{0}.
35601
35602@item stopping-tracepoint
35603The number of tracepoint whose passcount as exceeded. This field is
35604present iff the @samp{stop-reason} field has the value of
35605@samp{passcount}.
35606
35607@item frames
87290684
SS
35608@itemx frames-created
35609The @samp{frames} field is a count of the total number of trace frames
35610in the trace buffer, while @samp{frames-created} is the total created
35611during the run, including ones that were discarded, such as when a
35612circular trace buffer filled up. Both fields are optional.
18148017
VP
35613
35614@item buffer-size
35615@itemx buffer-free
35616These fields tell the current size of the tracing buffer and the
87290684 35617remaining space. These fields are optional.
18148017 35618
a97153c7
PA
35619@item circular
35620The value of the circular trace buffer flag. @code{1} means that the
35621trace buffer is circular and old trace frames will be discarded if
35622necessary to make room, @code{0} means that the trace buffer is linear
35623and may fill up.
35624
35625@item disconnected
35626The value of the disconnected tracing flag. @code{1} means that
35627tracing will continue after @value{GDBN} disconnects, @code{0} means
35628that the trace run will stop.
35629
f5911ea1
HAQ
35630@item trace-file
35631The filename of the trace file being examined. This field is
35632optional, and only present when examining a trace file.
35633
18148017
VP
35634@end table
35635
7d13fe92
SS
35636@subsubheading @value{GDBN} Command
35637
35638The corresponding @value{GDBN} command is @samp{tstatus}.
35639
18148017
VP
35640@subheading -trace-stop
35641@findex -trace-stop
35642
35643@subsubheading Synopsis
35644
35645@smallexample
35646 -trace-stop
35647@end smallexample
922fbb7b 35648
18148017
VP
35649Stops a tracing experiment. The result of this command has the same
35650fields as @code{-trace-status}, except that the @samp{supported} and
35651@samp{running} fields are not output.
922fbb7b 35652
7d13fe92
SS
35653@subsubheading @value{GDBN} Command
35654
35655The corresponding @value{GDBN} command is @samp{tstop}.
35656
922fbb7b 35657
a2c02241
NR
35658@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35659@node GDB/MI Symbol Query
35660@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
35661
35662
9901a55b 35663@ignore
a2c02241
NR
35664@subheading The @code{-symbol-info-address} Command
35665@findex -symbol-info-address
922fbb7b
AC
35666
35667@subsubheading Synopsis
35668
35669@smallexample
a2c02241 35670 -symbol-info-address @var{symbol}
922fbb7b
AC
35671@end smallexample
35672
a2c02241 35673Describe where @var{symbol} is stored.
922fbb7b
AC
35674
35675@subsubheading @value{GDBN} Command
35676
a2c02241 35677The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
35678
35679@subsubheading Example
35680N.A.
35681
35682
a2c02241
NR
35683@subheading The @code{-symbol-info-file} Command
35684@findex -symbol-info-file
922fbb7b
AC
35685
35686@subsubheading Synopsis
35687
35688@smallexample
a2c02241 35689 -symbol-info-file
922fbb7b
AC
35690@end smallexample
35691
a2c02241 35692Show the file for the symbol.
922fbb7b 35693
a2c02241 35694@subsubheading @value{GDBN} Command
922fbb7b 35695
a2c02241
NR
35696There's no equivalent @value{GDBN} command. @code{gdbtk} has
35697@samp{gdb_find_file}.
922fbb7b
AC
35698
35699@subsubheading Example
35700N.A.
7dc42066
AB
35701@end ignore
35702
35703@subheading The @code{-symbol-info-functions} Command
35704@findex -symbol-info-functions
35705@anchor{-symbol-info-functions}
35706
35707@subsubheading Synopsis
35708
35709@smallexample
35710 -symbol-info-functions [--include-nondebug]
35711 [--type @var{type_regexp}]
35712 [--name @var{name_regexp}]
c2512106 35713 [--max-results @var{limit}]
7dc42066
AB
35714@end smallexample
35715
35716@noindent
35717Return a list containing the names and types for all global functions
35718taken from the debug information. The functions are grouped by source
35719file, and shown with the line number on which each function is
35720defined.
922fbb7b 35721
7dc42066
AB
35722The @code{--include-nondebug} option causes the output to include
35723code symbols from the symbol table.
922fbb7b 35724
7dc42066
AB
35725The options @code{--type} and @code{--name} allow the symbols returned
35726to be filtered based on either the name of the function, or the type
35727signature of the function.
35728
c2512106
AB
35729The option @code{--max-results} restricts the command to return no
35730more than @var{limit} results. If exactly @var{limit} results are
35731returned then there might be additional results available if a higher
35732limit is used.
35733
7dc42066
AB
35734@subsubheading @value{GDBN} Command
35735
35736The corresponding @value{GDBN} command is @samp{info functions}.
35737
35738@subsubheading Example
35739@smallexample
35740@group
35741(gdb)
35742-symbol-info-functions
35743^done,symbols=
35744 @{debug=
35745 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35746 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35747 symbols=[@{line="36", name="f4", type="void (int *)",
35748 description="void f4(int *);"@},
35749 @{line="42", name="main", type="int ()",
35750 description="int main();"@},
35751 @{line="30", name="f1", type="my_int_t (int, int)",
35752 description="static my_int_t f1(int, int);"@}]@},
35753 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35754 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35755 symbols=[@{line="33", name="f2", type="float (another_float_t)",
35756 description="float f2(another_float_t);"@},
35757 @{line="39", name="f3", type="int (another_int_t)",
35758 description="int f3(another_int_t);"@},
35759 @{line="27", name="f1", type="another_float_t (int)",
35760 description="static another_float_t f1(int);"@}]@}]@}
35761@end group
35762@group
35763(gdb)
35764-symbol-info-functions --name f1
35765^done,symbols=
35766 @{debug=
35767 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35768 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35769 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
35770 description="static my_int_t f1(int, int);"@}]@},
35771 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35772 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35773 symbols=[@{line="27", name="f1", type="another_float_t (int)",
35774 description="static another_float_t f1(int);"@}]@}]@}
35775@end group
35776@group
35777(gdb)
35778-symbol-info-functions --type void
35779^done,symbols=
35780 @{debug=
35781 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35782 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35783 symbols=[@{line="36", name="f4", type="void (int *)",
35784 description="void f4(int *);"@}]@}]@}
35785@end group
35786@group
35787(gdb)
35788-symbol-info-functions --include-nondebug
35789^done,symbols=
35790 @{debug=
35791 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35792 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35793 symbols=[@{line="36", name="f4", type="void (int *)",
35794 description="void f4(int *);"@},
35795 @{line="42", name="main", type="int ()",
35796 description="int main();"@},
35797 @{line="30", name="f1", type="my_int_t (int, int)",
35798 description="static my_int_t f1(int, int);"@}]@},
35799 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35800 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35801 symbols=[@{line="33", name="f2", type="float (another_float_t)",
35802 description="float f2(another_float_t);"@},
35803 @{line="39", name="f3", type="int (another_int_t)",
35804 description="int f3(another_int_t);"@},
35805 @{line="27", name="f1", type="another_float_t (int)",
35806 description="static another_float_t f1(int);"@}]@}],
35807 nondebug=
35808 [@{address="0x0000000000400398",name="_init"@},
35809 @{address="0x00000000004003b0",name="_start"@},
35810 ...
35811 ]@}
35812@end group
35813@end smallexample
35814
293b38d6
AB
35815@subheading The @code{-symbol-info-module-functions} Command
35816@findex -symbol-info-module-functions
35817@anchor{-symbol-info-module-functions}
35818
35819@subsubheading Synopsis
35820
35821@smallexample
35822 -symbol-info-module-functions [--module @var{module_regexp}]
35823 [--name @var{name_regexp}]
35824 [--type @var{type_regexp}]
35825@end smallexample
35826
35827@noindent
35828Return a list containing the names of all known functions within all
35829know Fortran modules. The functions are grouped by source file and
35830containing module, and shown with the line number on which each
35831function is defined.
35832
35833The option @code{--module} only returns results for modules matching
35834@var{module_regexp}. The option @code{--name} only returns functions
35835whose name matches @var{name_regexp}, and @code{--type} only returns
35836functions whose type matches @var{type_regexp}.
35837
35838@subsubheading @value{GDBN} Command
35839
35840The corresponding @value{GDBN} command is @samp{info module functions}.
35841
35842@subsubheading Example
35843
35844@smallexample
35845@group
35846(gdb)
35847-symbol-info-module-functions
35848^done,symbols=
35849 [@{module="mod1",
35850 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35851 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35852 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
35853 description="void mod1::check_all(void);"@}]@}]@},
35854 @{module="mod2",
35855 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35856 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35857 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
35858 description="void mod2::check_var_i(void);"@}]@}]@},
35859 @{module="mod3",
35860 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35861 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35862 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
35863 description="void mod3::check_all(void);"@},
35864 @{line="27",name="mod3::check_mod2",type="void (void)",
35865 description="void mod3::check_mod2(void);"@}]@}]@},
35866 @{module="modmany",
35867 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35868 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35869 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
35870 description="void modmany::check_some(void);"@}]@}]@},
35871 @{module="moduse",
35872 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35873 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35874 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
35875 description="void moduse::check_all(void);"@},
35876 @{line="49",name="moduse::check_var_x",type="void (void)",
35877 description="void moduse::check_var_x(void);"@}]@}]@}]
35878@end group
35879@end smallexample
35880
35881@subheading The @code{-symbol-info-module-variables} Command
35882@findex -symbol-info-module-variables
35883@anchor{-symbol-info-module-variables}
35884
35885@subsubheading Synopsis
35886
35887@smallexample
35888 -symbol-info-module-variables [--module @var{module_regexp}]
35889 [--name @var{name_regexp}]
35890 [--type @var{type_regexp}]
35891@end smallexample
35892
35893@noindent
35894Return a list containing the names of all known variables within all
35895know Fortran modules. The variables are grouped by source file and
35896containing module, and shown with the line number on which each
35897variable is defined.
35898
35899The option @code{--module} only returns results for modules matching
35900@var{module_regexp}. The option @code{--name} only returns variables
35901whose name matches @var{name_regexp}, and @code{--type} only returns
35902variables whose type matches @var{type_regexp}.
35903
35904@subsubheading @value{GDBN} Command
35905
35906The corresponding @value{GDBN} command is @samp{info module variables}.
35907
35908@subsubheading Example
35909
35910@smallexample
35911@group
35912(gdb)
35913-symbol-info-module-variables
35914^done,symbols=
35915 [@{module="mod1",
35916 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35917 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35918 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
35919 description="integer(kind=4) mod1::var_const;"@},
35920 @{line="17",name="mod1::var_i",type="integer(kind=4)",
35921 description="integer(kind=4) mod1::var_i;"@}]@}]@},
35922 @{module="mod2",
35923 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35924 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35925 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
35926 description="integer(kind=4) mod2::var_i;"@}]@}]@},
35927 @{module="mod3",
35928 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35929 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35930 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
35931 description="integer(kind=4) mod3::mod1;"@},
35932 @{line="17",name="mod3::mod2",type="integer(kind=4)",
35933 description="integer(kind=4) mod3::mod2;"@},
35934 @{line="19",name="mod3::var_i",type="integer(kind=4)",
35935 description="integer(kind=4) mod3::var_i;"@}]@}]@},
35936 @{module="modmany",
35937 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35938 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35939 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
35940 description="integer(kind=4) modmany::var_a;"@},
35941 @{line="33",name="modmany::var_b",type="integer(kind=4)",
35942 description="integer(kind=4) modmany::var_b;"@},
35943 @{line="33",name="modmany::var_c",type="integer(kind=4)",
35944 description="integer(kind=4) modmany::var_c;"@},
35945 @{line="33",name="modmany::var_i",type="integer(kind=4)",
35946 description="integer(kind=4) modmany::var_i;"@}]@}]@},
35947 @{module="moduse",
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="42",name="moduse::var_x",type="integer(kind=4)",
35951 description="integer(kind=4) moduse::var_x;"@},
35952 @{line="42",name="moduse::var_y",type="integer(kind=4)",
35953 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
35954@end group
35955@end smallexample
35956
db5960b4
AB
35957@subheading The @code{-symbol-info-modules} Command
35958@findex -symbol-info-modules
35959@anchor{-symbol-info-modules}
35960
35961@subsubheading Synopsis
35962
35963@smallexample
35964 -symbol-info-modules [--name @var{name_regexp}]
c2512106
AB
35965 [--max-results @var{limit}]
35966
db5960b4
AB
35967@end smallexample
35968
35969@noindent
35970Return a list containing the names of all known Fortran modules. The
35971modules are grouped by source file, and shown with the line number on
35972which each modules is defined.
35973
35974The option @code{--name} allows the modules returned to be filtered
35975based the name of the module.
35976
c2512106
AB
35977The option @code{--max-results} restricts the command to return no
35978more than @var{limit} results. If exactly @var{limit} results are
35979returned then there might be additional results available if a higher
35980limit is used.
35981
db5960b4
AB
35982@subsubheading @value{GDBN} Command
35983
35984The corresponding @value{GDBN} command is @samp{info modules}.
35985
35986@subsubheading Example
35987@smallexample
35988@group
35989(gdb)
35990-symbol-info-modules
35991^done,symbols=
35992 @{debug=
35993 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35994 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35995 symbols=[@{line="16",name="mod1"@},
35996 @{line="22",name="mod2"@}]@},
35997 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35998 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35999 symbols=[@{line="16",name="mod3"@},
36000 @{line="22",name="modmany"@},
36001 @{line="26",name="moduse"@}]@}]@}
36002@end group
36003@group
36004(gdb)
36005-symbol-info-modules --name mod[123]
36006^done,symbols=
36007 @{debug=
36008 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36009 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36010 symbols=[@{line="16",name="mod1"@},
36011 @{line="22",name="mod2"@}]@},
36012 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36013 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36014 symbols=[@{line="16",name="mod3"@}]@}]@}
36015@end group
36016@end smallexample
36017
7dc42066
AB
36018@subheading The @code{-symbol-info-types} Command
36019@findex -symbol-info-types
36020@anchor{-symbol-info-types}
922fbb7b
AC
36021
36022@subsubheading Synopsis
36023
36024@smallexample
7dc42066 36025 -symbol-info-types [--name @var{name_regexp}]
c2512106
AB
36026 [--max-results @var{limit}]
36027
922fbb7b
AC
36028@end smallexample
36029
7dc42066
AB
36030@noindent
36031Return a list of all defined types. The types are grouped by source
36032file, and shown with the line number on which each user defined type
36033is defined. Some base types are not defined in the source code but
36034are added to the debug information by the compiler, for example
36035@code{int}, @code{float}, etc.; these types do not have an associated
36036line number.
36037
36038The option @code{--name} allows the list of types returned to be
36039filtered by name.
922fbb7b 36040
c2512106
AB
36041The option @code{--max-results} restricts the command to return no
36042more than @var{limit} results. If exactly @var{limit} results are
36043returned then there might be additional results available if a higher
36044limit is used.
36045
922fbb7b
AC
36046@subsubheading @value{GDBN} Command
36047
7dc42066 36048The corresponding @value{GDBN} command is @samp{info types}.
922fbb7b
AC
36049
36050@subsubheading Example
7dc42066
AB
36051@smallexample
36052@group
36053(gdb)
36054-symbol-info-types
36055^done,symbols=
36056 @{debug=
36057 [@{filename="gdb.mi/mi-sym-info-1.c",
36058 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36059 symbols=[@{name="float"@},
36060 @{name="int"@},
36061 @{line="27",name="typedef int my_int_t;"@}]@},
36062 @{filename="gdb.mi/mi-sym-info-2.c",
36063 fullname="/project/gdb.mi/mi-sym-info-2.c",
36064 symbols=[@{line="24",name="typedef float another_float_t;"@},
36065 @{line="23",name="typedef int another_int_t;"@},
36066 @{name="float"@},
36067 @{name="int"@}]@}]@}
36068@end group
36069@group
36070(gdb)
36071-symbol-info-types --name _int_
36072^done,symbols=
36073 @{debug=
36074 [@{filename="gdb.mi/mi-sym-info-1.c",
36075 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36076 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
36077 @{filename="gdb.mi/mi-sym-info-2.c",
36078 fullname="/project/gdb.mi/mi-sym-info-2.c",
36079 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
36080@end group
36081@end smallexample
36082
36083@subheading The @code{-symbol-info-variables} Command
36084@findex -symbol-info-variables
36085@anchor{-symbol-info-variables}
36086
36087@subsubheading Synopsis
36088
36089@smallexample
36090 -symbol-info-variables [--include-nondebug]
36091 [--type @var{type_regexp}]
36092 [--name @var{name_regexp}]
c2512106
AB
36093 [--max-results @var{limit}]
36094
7dc42066
AB
36095@end smallexample
36096
36097@noindent
36098Return a list containing the names and types for all global variables
36099taken from the debug information. The variables are grouped by source
36100file, and shown with the line number on which each variable is
36101defined.
36102
36103The @code{--include-nondebug} option causes the output to include
36104data symbols from the symbol table.
36105
36106The options @code{--type} and @code{--name} allow the symbols returned
36107to be filtered based on either the name of the variable, or the type
36108of the variable.
36109
c2512106
AB
36110The option @code{--max-results} restricts the command to return no
36111more than @var{limit} results. If exactly @var{limit} results are
36112returned then there might be additional results available if a higher
36113limit is used.
36114
7dc42066 36115@subsubheading @value{GDBN} Command
922fbb7b 36116
7dc42066 36117The corresponding @value{GDBN} command is @samp{info variables}.
922fbb7b 36118
7dc42066
AB
36119@subsubheading Example
36120@smallexample
36121@group
36122(gdb)
36123-symbol-info-variables
36124^done,symbols=
36125 @{debug=
36126 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36127 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36128 symbols=[@{line="25",name="global_f1",type="float",
36129 description="static float global_f1;"@},
36130 @{line="24",name="global_i1",type="int",
36131 description="static int global_i1;"@}]@},
36132 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36133 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36134 symbols=[@{line="21",name="global_f2",type="int",
36135 description="int global_f2;"@},
36136 @{line="20",name="global_i2",type="int",
36137 description="int global_i2;"@},
36138 @{line="19",name="global_f1",type="float",
36139 description="static float global_f1;"@},
36140 @{line="18",name="global_i1",type="int",
36141 description="static int global_i1;"@}]@}]@}
36142@end group
36143@group
36144(gdb)
36145-symbol-info-variables --name f1
36146^done,symbols=
36147 @{debug=
36148 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36149 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36150 symbols=[@{line="25",name="global_f1",type="float",
36151 description="static float global_f1;"@}]@},
36152 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36153 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36154 symbols=[@{line="19",name="global_f1",type="float",
36155 description="static float global_f1;"@}]@}]@}
36156@end group
36157@group
36158(gdb)
36159-symbol-info-variables --type float
36160^done,symbols=
36161 @{debug=
36162 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36163 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36164 symbols=[@{line="25",name="global_f1",type="float",
36165 description="static float global_f1;"@}]@},
36166 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36167 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36168 symbols=[@{line="19",name="global_f1",type="float",
36169 description="static float global_f1;"@}]@}]@}
36170@end group
36171@group
36172(gdb)
36173-symbol-info-variables --include-nondebug
36174^done,symbols=
36175 @{debug=
36176 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36177 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36178 symbols=[@{line="25",name="global_f1",type="float",
36179 description="static float global_f1;"@},
36180 @{line="24",name="global_i1",type="int",
36181 description="static int global_i1;"@}]@},
36182 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36183 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36184 symbols=[@{line="21",name="global_f2",type="int",
36185 description="int global_f2;"@},
36186 @{line="20",name="global_i2",type="int",
36187 description="int global_i2;"@},
36188 @{line="19",name="global_f1",type="float",
36189 description="static float global_f1;"@},
36190 @{line="18",name="global_i1",type="int",
36191 description="static int global_i1;"@}]@}],
36192 nondebug=
36193 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
36194 @{address="0x00000000004005d8",name="__dso_handle"@}
36195 ...
36196 ]@}
36197@end group
36198@end smallexample
36199
36200@ignore
a2c02241
NR
36201@subheading The @code{-symbol-info-line} Command
36202@findex -symbol-info-line
922fbb7b
AC
36203
36204@subsubheading Synopsis
36205
36206@smallexample
a2c02241 36207 -symbol-info-line
922fbb7b
AC
36208@end smallexample
36209
a2c02241 36210Show the core addresses of the code for a source line.
922fbb7b 36211
a2c02241 36212@subsubheading @value{GDBN} Command
922fbb7b 36213
a2c02241
NR
36214The corresponding @value{GDBN} command is @samp{info line}.
36215@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
36216
36217@subsubheading Example
a2c02241 36218N.A.
922fbb7b
AC
36219
36220
a2c02241
NR
36221@subheading The @code{-symbol-info-symbol} Command
36222@findex -symbol-info-symbol
07f31aa6
DJ
36223
36224@subsubheading Synopsis
36225
a2c02241
NR
36226@smallexample
36227 -symbol-info-symbol @var{addr}
36228@end smallexample
07f31aa6 36229
a2c02241 36230Describe what symbol is at location @var{addr}.
07f31aa6 36231
a2c02241 36232@subsubheading @value{GDBN} Command
07f31aa6 36233
a2c02241 36234The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
36235
36236@subsubheading Example
a2c02241 36237N.A.
07f31aa6
DJ
36238
36239
a2c02241
NR
36240@subheading The @code{-symbol-list-functions} Command
36241@findex -symbol-list-functions
922fbb7b
AC
36242
36243@subsubheading Synopsis
36244
36245@smallexample
a2c02241 36246 -symbol-list-functions
922fbb7b
AC
36247@end smallexample
36248
a2c02241 36249List the functions in the executable.
922fbb7b
AC
36250
36251@subsubheading @value{GDBN} Command
36252
a2c02241
NR
36253@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
36254@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
36255
36256@subsubheading Example
a2c02241 36257N.A.
9901a55b 36258@end ignore
922fbb7b
AC
36259
36260
a2c02241
NR
36261@subheading The @code{-symbol-list-lines} Command
36262@findex -symbol-list-lines
922fbb7b
AC
36263
36264@subsubheading Synopsis
36265
36266@smallexample
a2c02241 36267 -symbol-list-lines @var{filename}
922fbb7b
AC
36268@end smallexample
36269
a2c02241
NR
36270Print the list of lines that contain code and their associated program
36271addresses for the given source filename. The entries are sorted in
36272ascending PC order.
922fbb7b
AC
36273
36274@subsubheading @value{GDBN} Command
36275
a2c02241 36276There is no corresponding @value{GDBN} command.
922fbb7b
AC
36277
36278@subsubheading Example
a2c02241 36279@smallexample
594fe323 36280(gdb)
a2c02241
NR
36281-symbol-list-lines basics.c
36282^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 36283(gdb)
a2c02241 36284@end smallexample
922fbb7b
AC
36285
36286
9901a55b 36287@ignore
a2c02241
NR
36288@subheading The @code{-symbol-list-types} Command
36289@findex -symbol-list-types
922fbb7b
AC
36290
36291@subsubheading Synopsis
36292
36293@smallexample
a2c02241 36294 -symbol-list-types
922fbb7b
AC
36295@end smallexample
36296
a2c02241 36297List all the type names.
922fbb7b
AC
36298
36299@subsubheading @value{GDBN} Command
36300
a2c02241
NR
36301The corresponding commands are @samp{info types} in @value{GDBN},
36302@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
36303
36304@subsubheading Example
36305N.A.
36306
36307
a2c02241
NR
36308@subheading The @code{-symbol-list-variables} Command
36309@findex -symbol-list-variables
922fbb7b
AC
36310
36311@subsubheading Synopsis
36312
36313@smallexample
a2c02241 36314 -symbol-list-variables
922fbb7b
AC
36315@end smallexample
36316
a2c02241 36317List all the global and static variable names.
922fbb7b
AC
36318
36319@subsubheading @value{GDBN} Command
36320
a2c02241 36321@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
36322
36323@subsubheading Example
36324N.A.
36325
36326
a2c02241
NR
36327@subheading The @code{-symbol-locate} Command
36328@findex -symbol-locate
922fbb7b
AC
36329
36330@subsubheading Synopsis
36331
36332@smallexample
a2c02241 36333 -symbol-locate
922fbb7b
AC
36334@end smallexample
36335
922fbb7b
AC
36336@subsubheading @value{GDBN} Command
36337
a2c02241 36338@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
36339
36340@subsubheading Example
36341N.A.
36342
36343
a2c02241
NR
36344@subheading The @code{-symbol-type} Command
36345@findex -symbol-type
922fbb7b
AC
36346
36347@subsubheading Synopsis
36348
36349@smallexample
a2c02241 36350 -symbol-type @var{variable}
922fbb7b
AC
36351@end smallexample
36352
a2c02241 36353Show type of @var{variable}.
922fbb7b 36354
a2c02241 36355@subsubheading @value{GDBN} Command
922fbb7b 36356
a2c02241
NR
36357The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
36358@samp{gdb_obj_variable}.
36359
36360@subsubheading Example
36361N.A.
9901a55b 36362@end ignore
a2c02241
NR
36363
36364
36365@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36366@node GDB/MI File Commands
36367@section @sc{gdb/mi} File Commands
36368
36369This section describes the GDB/MI commands to specify executable file names
36370and to read in and obtain symbol table information.
36371
36372@subheading The @code{-file-exec-and-symbols} Command
36373@findex -file-exec-and-symbols
36374
36375@subsubheading Synopsis
922fbb7b
AC
36376
36377@smallexample
a2c02241 36378 -file-exec-and-symbols @var{file}
922fbb7b
AC
36379@end smallexample
36380
a2c02241
NR
36381Specify the executable file to be debugged. This file is the one from
36382which the symbol table is also read. If no file is specified, the
36383command clears the executable and symbol information. If breakpoints
36384are set when using this command with no arguments, @value{GDBN} will produce
36385error messages. Otherwise, no output is produced, except a completion
36386notification.
36387
922fbb7b
AC
36388@subsubheading @value{GDBN} Command
36389
a2c02241 36390The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
36391
36392@subsubheading Example
36393
36394@smallexample
594fe323 36395(gdb)
a2c02241
NR
36396-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36397^done
594fe323 36398(gdb)
922fbb7b
AC
36399@end smallexample
36400
922fbb7b 36401
a2c02241
NR
36402@subheading The @code{-file-exec-file} Command
36403@findex -file-exec-file
922fbb7b
AC
36404
36405@subsubheading Synopsis
36406
36407@smallexample
a2c02241 36408 -file-exec-file @var{file}
922fbb7b
AC
36409@end smallexample
36410
a2c02241
NR
36411Specify the executable file to be debugged. Unlike
36412@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
36413from this file. If used without argument, @value{GDBN} clears the information
36414about the executable file. No output is produced, except a completion
36415notification.
922fbb7b 36416
a2c02241
NR
36417@subsubheading @value{GDBN} Command
36418
36419The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
36420
36421@subsubheading Example
a2c02241
NR
36422
36423@smallexample
594fe323 36424(gdb)
a2c02241
NR
36425-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36426^done
594fe323 36427(gdb)
a2c02241 36428@end smallexample
922fbb7b
AC
36429
36430
9901a55b 36431@ignore
a2c02241
NR
36432@subheading The @code{-file-list-exec-sections} Command
36433@findex -file-list-exec-sections
922fbb7b
AC
36434
36435@subsubheading Synopsis
36436
36437@smallexample
a2c02241 36438 -file-list-exec-sections
922fbb7b
AC
36439@end smallexample
36440
a2c02241
NR
36441List the sections of the current executable file.
36442
922fbb7b
AC
36443@subsubheading @value{GDBN} Command
36444
a2c02241
NR
36445The @value{GDBN} command @samp{info file} shows, among the rest, the same
36446information as this command. @code{gdbtk} has a corresponding command
36447@samp{gdb_load_info}.
922fbb7b
AC
36448
36449@subsubheading Example
36450N.A.
9901a55b 36451@end ignore
922fbb7b
AC
36452
36453
a2c02241
NR
36454@subheading The @code{-file-list-exec-source-file} Command
36455@findex -file-list-exec-source-file
922fbb7b
AC
36456
36457@subsubheading Synopsis
36458
36459@smallexample
a2c02241 36460 -file-list-exec-source-file
922fbb7b
AC
36461@end smallexample
36462
a2c02241 36463List the line number, the current source file, and the absolute path
44288b44
NR
36464to the current source file for the current executable. The macro
36465information field has a value of @samp{1} or @samp{0} depending on
36466whether or not the file includes preprocessor macro information.
922fbb7b
AC
36467
36468@subsubheading @value{GDBN} Command
36469
a2c02241 36470The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
36471
36472@subsubheading Example
36473
922fbb7b 36474@smallexample
594fe323 36475(gdb)
a2c02241 36476123-file-list-exec-source-file
44288b44 36477123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 36478(gdb)
922fbb7b
AC
36479@end smallexample
36480
36481
a2c02241
NR
36482@subheading The @code{-file-list-exec-source-files} Command
36483@findex -file-list-exec-source-files
922fbb7b
AC
36484
36485@subsubheading Synopsis
36486
36487@smallexample
a2c02241 36488 -file-list-exec-source-files
922fbb7b
AC
36489@end smallexample
36490
a2c02241
NR
36491List the source files for the current executable.
36492
f35a17b5
JK
36493It will always output both the filename and fullname (absolute file
36494name) of a source file.
922fbb7b
AC
36495
36496@subsubheading @value{GDBN} Command
36497
a2c02241
NR
36498The @value{GDBN} equivalent is @samp{info sources}.
36499@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
36500
36501@subsubheading Example
922fbb7b 36502@smallexample
594fe323 36503(gdb)
a2c02241
NR
36504-file-list-exec-source-files
36505^done,files=[
36506@{file=foo.c,fullname=/home/foo.c@},
36507@{file=/home/bar.c,fullname=/home/bar.c@},
36508@{file=gdb_could_not_find_fullpath.c@}]
594fe323 36509(gdb)
922fbb7b
AC
36510@end smallexample
36511
a2c02241
NR
36512@subheading The @code{-file-list-shared-libraries} Command
36513@findex -file-list-shared-libraries
922fbb7b 36514
a2c02241 36515@subsubheading Synopsis
922fbb7b 36516
a2c02241 36517@smallexample
51457a05 36518 -file-list-shared-libraries [ @var{regexp} ]
a2c02241 36519@end smallexample
922fbb7b 36520
a2c02241 36521List the shared libraries in the program.
51457a05
MAL
36522With a regular expression @var{regexp}, only those libraries whose
36523names match @var{regexp} are listed.
922fbb7b 36524
a2c02241 36525@subsubheading @value{GDBN} Command
922fbb7b 36526
51457a05
MAL
36527The corresponding @value{GDBN} command is @samp{info shared}. The fields
36528have a similar meaning to the @code{=library-loaded} notification.
36529The @code{ranges} field specifies the multiple segments belonging to this
36530library. Each range has the following fields:
36531
36532@table @samp
36533@item from
36534The address defining the inclusive lower bound of the segment.
36535@item to
36536The address defining the exclusive upper bound of the segment.
36537@end table
922fbb7b 36538
a2c02241 36539@subsubheading Example
51457a05
MAL
36540@smallexample
36541(gdb)
36542-file-list-exec-source-files
36543^done,shared-libraries=[
36544@{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"@}]@},
36545@{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"@}]@}]
36546(gdb)
36547@end smallexample
922fbb7b
AC
36548
36549
51457a05 36550@ignore
a2c02241
NR
36551@subheading The @code{-file-list-symbol-files} Command
36552@findex -file-list-symbol-files
922fbb7b 36553
a2c02241 36554@subsubheading Synopsis
922fbb7b 36555
a2c02241
NR
36556@smallexample
36557 -file-list-symbol-files
36558@end smallexample
922fbb7b 36559
a2c02241 36560List symbol files.
922fbb7b 36561
a2c02241 36562@subsubheading @value{GDBN} Command
922fbb7b 36563
a2c02241 36564The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 36565
a2c02241
NR
36566@subsubheading Example
36567N.A.
9901a55b 36568@end ignore
922fbb7b 36569
922fbb7b 36570
a2c02241
NR
36571@subheading The @code{-file-symbol-file} Command
36572@findex -file-symbol-file
922fbb7b 36573
a2c02241 36574@subsubheading Synopsis
922fbb7b 36575
a2c02241
NR
36576@smallexample
36577 -file-symbol-file @var{file}
36578@end smallexample
922fbb7b 36579
a2c02241
NR
36580Read symbol table info from the specified @var{file} argument. When
36581used without arguments, clears @value{GDBN}'s symbol table info. No output is
36582produced, except for a completion notification.
922fbb7b 36583
a2c02241 36584@subsubheading @value{GDBN} Command
922fbb7b 36585
a2c02241 36586The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 36587
a2c02241 36588@subsubheading Example
922fbb7b 36589
a2c02241 36590@smallexample
594fe323 36591(gdb)
a2c02241
NR
36592-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36593^done
594fe323 36594(gdb)
a2c02241 36595@end smallexample
922fbb7b 36596
a2c02241 36597@ignore
a2c02241
NR
36598@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36599@node GDB/MI Memory Overlay Commands
36600@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 36601
a2c02241 36602The memory overlay commands are not implemented.
922fbb7b 36603
a2c02241 36604@c @subheading -overlay-auto
922fbb7b 36605
a2c02241 36606@c @subheading -overlay-list-mapping-state
922fbb7b 36607
a2c02241 36608@c @subheading -overlay-list-overlays
922fbb7b 36609
a2c02241 36610@c @subheading -overlay-map
922fbb7b 36611
a2c02241 36612@c @subheading -overlay-off
922fbb7b 36613
a2c02241 36614@c @subheading -overlay-on
922fbb7b 36615
a2c02241 36616@c @subheading -overlay-unmap
922fbb7b 36617
a2c02241
NR
36618@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36619@node GDB/MI Signal Handling Commands
36620@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 36621
a2c02241 36622Signal handling commands are not implemented.
922fbb7b 36623
a2c02241 36624@c @subheading -signal-handle
922fbb7b 36625
a2c02241 36626@c @subheading -signal-list-handle-actions
922fbb7b 36627
a2c02241
NR
36628@c @subheading -signal-list-signal-types
36629@end ignore
922fbb7b 36630
922fbb7b 36631
a2c02241
NR
36632@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36633@node GDB/MI Target Manipulation
36634@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
36635
36636
a2c02241
NR
36637@subheading The @code{-target-attach} Command
36638@findex -target-attach
922fbb7b
AC
36639
36640@subsubheading Synopsis
36641
36642@smallexample
c3b108f7 36643 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
36644@end smallexample
36645
c3b108f7
VP
36646Attach to a process @var{pid} or a file @var{file} outside of
36647@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
36648group, the id previously returned by
36649@samp{-list-thread-groups --available} must be used.
922fbb7b 36650
79a6e687 36651@subsubheading @value{GDBN} Command
922fbb7b 36652
a2c02241 36653The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 36654
a2c02241 36655@subsubheading Example
b56e7235
VP
36656@smallexample
36657(gdb)
36658-target-attach 34
36659=thread-created,id="1"
5ae4183a 36660*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
36661^done
36662(gdb)
36663@end smallexample
a2c02241 36664
9901a55b 36665@ignore
a2c02241
NR
36666@subheading The @code{-target-compare-sections} Command
36667@findex -target-compare-sections
922fbb7b
AC
36668
36669@subsubheading Synopsis
36670
36671@smallexample
a2c02241 36672 -target-compare-sections [ @var{section} ]
922fbb7b
AC
36673@end smallexample
36674
a2c02241
NR
36675Compare data of section @var{section} on target to the exec file.
36676Without the argument, all sections are compared.
922fbb7b 36677
a2c02241 36678@subsubheading @value{GDBN} Command
922fbb7b 36679
a2c02241 36680The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 36681
a2c02241
NR
36682@subsubheading Example
36683N.A.
9901a55b 36684@end ignore
a2c02241
NR
36685
36686
36687@subheading The @code{-target-detach} Command
36688@findex -target-detach
922fbb7b
AC
36689
36690@subsubheading Synopsis
36691
36692@smallexample
c3b108f7 36693 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
36694@end smallexample
36695
a2c02241 36696Detach from the remote target which normally resumes its execution.
c3b108f7
VP
36697If either @var{pid} or @var{gid} is specified, detaches from either
36698the specified process, or specified thread group. There's no output.
a2c02241 36699
79a6e687 36700@subsubheading @value{GDBN} Command
a2c02241
NR
36701
36702The corresponding @value{GDBN} command is @samp{detach}.
36703
36704@subsubheading Example
922fbb7b
AC
36705
36706@smallexample
594fe323 36707(gdb)
a2c02241
NR
36708-target-detach
36709^done
594fe323 36710(gdb)
922fbb7b
AC
36711@end smallexample
36712
36713
a2c02241
NR
36714@subheading The @code{-target-disconnect} Command
36715@findex -target-disconnect
922fbb7b
AC
36716
36717@subsubheading Synopsis
36718
123dc839 36719@smallexample
a2c02241 36720 -target-disconnect
123dc839 36721@end smallexample
922fbb7b 36722
a2c02241
NR
36723Disconnect from the remote target. There's no output and the target is
36724generally not resumed.
36725
79a6e687 36726@subsubheading @value{GDBN} Command
a2c02241
NR
36727
36728The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
36729
36730@subsubheading Example
922fbb7b
AC
36731
36732@smallexample
594fe323 36733(gdb)
a2c02241
NR
36734-target-disconnect
36735^done
594fe323 36736(gdb)
922fbb7b
AC
36737@end smallexample
36738
36739
a2c02241
NR
36740@subheading The @code{-target-download} Command
36741@findex -target-download
922fbb7b
AC
36742
36743@subsubheading Synopsis
36744
36745@smallexample
a2c02241 36746 -target-download
922fbb7b
AC
36747@end smallexample
36748
a2c02241
NR
36749Loads the executable onto the remote target.
36750It prints out an update message every half second, which includes the fields:
36751
36752@table @samp
36753@item section
36754The name of the section.
36755@item section-sent
36756The size of what has been sent so far for that section.
36757@item section-size
36758The size of the section.
36759@item total-sent
36760The total size of what was sent so far (the current and the previous sections).
36761@item total-size
36762The size of the overall executable to download.
36763@end table
36764
36765@noindent
36766Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
36767@sc{gdb/mi} Output Syntax}).
36768
36769In addition, it prints the name and size of the sections, as they are
36770downloaded. These messages include the following fields:
36771
36772@table @samp
36773@item section
36774The name of the section.
36775@item section-size
36776The size of the section.
36777@item total-size
36778The size of the overall executable to download.
36779@end table
36780
36781@noindent
36782At the end, a summary is printed.
36783
36784@subsubheading @value{GDBN} Command
36785
36786The corresponding @value{GDBN} command is @samp{load}.
36787
36788@subsubheading Example
36789
36790Note: each status message appears on a single line. Here the messages
36791have been broken down so that they can fit onto a page.
922fbb7b
AC
36792
36793@smallexample
594fe323 36794(gdb)
a2c02241
NR
36795-target-download
36796+download,@{section=".text",section-size="6668",total-size="9880"@}
36797+download,@{section=".text",section-sent="512",section-size="6668",
36798total-sent="512",total-size="9880"@}
36799+download,@{section=".text",section-sent="1024",section-size="6668",
36800total-sent="1024",total-size="9880"@}
36801+download,@{section=".text",section-sent="1536",section-size="6668",
36802total-sent="1536",total-size="9880"@}
36803+download,@{section=".text",section-sent="2048",section-size="6668",
36804total-sent="2048",total-size="9880"@}
36805+download,@{section=".text",section-sent="2560",section-size="6668",
36806total-sent="2560",total-size="9880"@}
36807+download,@{section=".text",section-sent="3072",section-size="6668",
36808total-sent="3072",total-size="9880"@}
36809+download,@{section=".text",section-sent="3584",section-size="6668",
36810total-sent="3584",total-size="9880"@}
36811+download,@{section=".text",section-sent="4096",section-size="6668",
36812total-sent="4096",total-size="9880"@}
36813+download,@{section=".text",section-sent="4608",section-size="6668",
36814total-sent="4608",total-size="9880"@}
36815+download,@{section=".text",section-sent="5120",section-size="6668",
36816total-sent="5120",total-size="9880"@}
36817+download,@{section=".text",section-sent="5632",section-size="6668",
36818total-sent="5632",total-size="9880"@}
36819+download,@{section=".text",section-sent="6144",section-size="6668",
36820total-sent="6144",total-size="9880"@}
36821+download,@{section=".text",section-sent="6656",section-size="6668",
36822total-sent="6656",total-size="9880"@}
36823+download,@{section=".init",section-size="28",total-size="9880"@}
36824+download,@{section=".fini",section-size="28",total-size="9880"@}
36825+download,@{section=".data",section-size="3156",total-size="9880"@}
36826+download,@{section=".data",section-sent="512",section-size="3156",
36827total-sent="7236",total-size="9880"@}
36828+download,@{section=".data",section-sent="1024",section-size="3156",
36829total-sent="7748",total-size="9880"@}
36830+download,@{section=".data",section-sent="1536",section-size="3156",
36831total-sent="8260",total-size="9880"@}
36832+download,@{section=".data",section-sent="2048",section-size="3156",
36833total-sent="8772",total-size="9880"@}
36834+download,@{section=".data",section-sent="2560",section-size="3156",
36835total-sent="9284",total-size="9880"@}
36836+download,@{section=".data",section-sent="3072",section-size="3156",
36837total-sent="9796",total-size="9880"@}
36838^done,address="0x10004",load-size="9880",transfer-rate="6586",
36839write-rate="429"
594fe323 36840(gdb)
922fbb7b
AC
36841@end smallexample
36842
36843
9901a55b 36844@ignore
a2c02241
NR
36845@subheading The @code{-target-exec-status} Command
36846@findex -target-exec-status
922fbb7b
AC
36847
36848@subsubheading Synopsis
36849
36850@smallexample
a2c02241 36851 -target-exec-status
922fbb7b
AC
36852@end smallexample
36853
a2c02241
NR
36854Provide information on the state of the target (whether it is running or
36855not, for instance).
922fbb7b 36856
a2c02241 36857@subsubheading @value{GDBN} Command
922fbb7b 36858
a2c02241
NR
36859There's no equivalent @value{GDBN} command.
36860
36861@subsubheading Example
36862N.A.
922fbb7b 36863
a2c02241
NR
36864
36865@subheading The @code{-target-list-available-targets} Command
36866@findex -target-list-available-targets
922fbb7b
AC
36867
36868@subsubheading Synopsis
36869
36870@smallexample
a2c02241 36871 -target-list-available-targets
922fbb7b
AC
36872@end smallexample
36873
a2c02241 36874List the possible targets to connect to.
922fbb7b 36875
a2c02241 36876@subsubheading @value{GDBN} Command
922fbb7b 36877
a2c02241 36878The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 36879
a2c02241
NR
36880@subsubheading Example
36881N.A.
36882
36883
36884@subheading The @code{-target-list-current-targets} Command
36885@findex -target-list-current-targets
922fbb7b
AC
36886
36887@subsubheading Synopsis
36888
36889@smallexample
a2c02241 36890 -target-list-current-targets
922fbb7b
AC
36891@end smallexample
36892
a2c02241 36893Describe the current target.
922fbb7b 36894
a2c02241 36895@subsubheading @value{GDBN} Command
922fbb7b 36896
a2c02241
NR
36897The corresponding information is printed by @samp{info file} (among
36898other things).
922fbb7b 36899
a2c02241
NR
36900@subsubheading Example
36901N.A.
36902
36903
36904@subheading The @code{-target-list-parameters} Command
36905@findex -target-list-parameters
922fbb7b
AC
36906
36907@subsubheading Synopsis
36908
36909@smallexample
a2c02241 36910 -target-list-parameters
922fbb7b
AC
36911@end smallexample
36912
a2c02241 36913@c ????
9901a55b 36914@end ignore
a2c02241
NR
36915
36916@subsubheading @value{GDBN} Command
36917
36918No equivalent.
922fbb7b
AC
36919
36920@subsubheading Example
a2c02241
NR
36921N.A.
36922
78cbbba8
LM
36923@subheading The @code{-target-flash-erase} Command
36924@findex -target-flash-erase
36925
36926@subsubheading Synopsis
36927
36928@smallexample
36929 -target-flash-erase
36930@end smallexample
36931
36932Erases all known flash memory regions on the target.
36933
36934The corresponding @value{GDBN} command is @samp{flash-erase}.
36935
36936The output is a list of flash regions that have been erased, with starting
36937addresses and memory region sizes.
36938
36939@smallexample
36940(gdb)
36941-target-flash-erase
36942^done,erased-regions=@{address="0x0",size="0x40000"@}
36943(gdb)
36944@end smallexample
a2c02241
NR
36945
36946@subheading The @code{-target-select} Command
36947@findex -target-select
36948
36949@subsubheading Synopsis
922fbb7b
AC
36950
36951@smallexample
a2c02241 36952 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
36953@end smallexample
36954
a2c02241 36955Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 36956
a2c02241
NR
36957@table @samp
36958@item @var{type}
75c99385 36959The type of target, for instance @samp{remote}, etc.
a2c02241
NR
36960@item @var{parameters}
36961Device names, host names and the like. @xref{Target Commands, ,
79a6e687 36962Commands for Managing Targets}, for more details.
a2c02241
NR
36963@end table
36964
36965The output is a connection notification, followed by the address at
36966which the target program is, in the following form:
922fbb7b
AC
36967
36968@smallexample
a2c02241
NR
36969^connected,addr="@var{address}",func="@var{function name}",
36970 args=[@var{arg list}]
922fbb7b
AC
36971@end smallexample
36972
a2c02241
NR
36973@subsubheading @value{GDBN} Command
36974
36975The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
36976
36977@subsubheading Example
922fbb7b 36978
265eeb58 36979@smallexample
594fe323 36980(gdb)
75c99385 36981-target-select remote /dev/ttya
a2c02241 36982^connected,addr="0xfe00a300",func="??",args=[]
594fe323 36983(gdb)
265eeb58 36984@end smallexample
ef21caaf 36985
a6b151f1
DJ
36986@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36987@node GDB/MI File Transfer Commands
36988@section @sc{gdb/mi} File Transfer Commands
36989
36990
36991@subheading The @code{-target-file-put} Command
36992@findex -target-file-put
36993
36994@subsubheading Synopsis
36995
36996@smallexample
36997 -target-file-put @var{hostfile} @var{targetfile}
36998@end smallexample
36999
37000Copy file @var{hostfile} from the host system (the machine running
37001@value{GDBN}) to @var{targetfile} on the target system.
37002
37003@subsubheading @value{GDBN} Command
37004
37005The corresponding @value{GDBN} command is @samp{remote put}.
37006
37007@subsubheading Example
37008
37009@smallexample
37010(gdb)
37011-target-file-put localfile remotefile
37012^done
37013(gdb)
37014@end smallexample
37015
37016
1763a388 37017@subheading The @code{-target-file-get} Command
a6b151f1
DJ
37018@findex -target-file-get
37019
37020@subsubheading Synopsis
37021
37022@smallexample
37023 -target-file-get @var{targetfile} @var{hostfile}
37024@end smallexample
37025
37026Copy file @var{targetfile} from the target system to @var{hostfile}
37027on the host system.
37028
37029@subsubheading @value{GDBN} Command
37030
37031The corresponding @value{GDBN} command is @samp{remote get}.
37032
37033@subsubheading Example
37034
37035@smallexample
37036(gdb)
37037-target-file-get remotefile localfile
37038^done
37039(gdb)
37040@end smallexample
37041
37042
37043@subheading The @code{-target-file-delete} Command
37044@findex -target-file-delete
37045
37046@subsubheading Synopsis
37047
37048@smallexample
37049 -target-file-delete @var{targetfile}
37050@end smallexample
37051
37052Delete @var{targetfile} from the target system.
37053
37054@subsubheading @value{GDBN} Command
37055
37056The corresponding @value{GDBN} command is @samp{remote delete}.
37057
37058@subsubheading Example
37059
37060@smallexample
37061(gdb)
37062-target-file-delete remotefile
37063^done
37064(gdb)
37065@end smallexample
37066
37067
58d06528
JB
37068@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37069@node GDB/MI Ada Exceptions Commands
37070@section Ada Exceptions @sc{gdb/mi} Commands
37071
37072@subheading The @code{-info-ada-exceptions} Command
37073@findex -info-ada-exceptions
37074
37075@subsubheading Synopsis
37076
37077@smallexample
37078 -info-ada-exceptions [ @var{regexp}]
37079@end smallexample
37080
37081List all Ada exceptions defined within the program being debugged.
37082With a regular expression @var{regexp}, only those exceptions whose
37083names match @var{regexp} are listed.
37084
37085@subsubheading @value{GDBN} Command
37086
37087The corresponding @value{GDBN} command is @samp{info exceptions}.
37088
37089@subsubheading Result
37090
37091The result is a table of Ada exceptions. The following columns are
37092defined for each exception:
37093
37094@table @samp
37095@item name
37096The name of the exception.
37097
37098@item address
37099The address of the exception.
37100
37101@end table
37102
37103@subsubheading Example
37104
37105@smallexample
37106-info-ada-exceptions aint
37107^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
37108hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
37109@{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
37110body=[@{name="constraint_error",address="0x0000000000613da0"@},
37111@{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
37112@end smallexample
37113
37114@subheading Catching Ada Exceptions
37115
37116The commands describing how to ask @value{GDBN} to stop when a program
37117raises an exception are described at @ref{Ada Exception GDB/MI
37118Catchpoint Commands}.
37119
37120
ef21caaf 37121@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
d192b373
JB
37122@node GDB/MI Support Commands
37123@section @sc{gdb/mi} Support Commands
ef21caaf 37124
d192b373
JB
37125Since new commands and features get regularly added to @sc{gdb/mi},
37126some commands are available to help front-ends query the debugger
37127about support for these capabilities. Similarly, it is also possible
37128to query @value{GDBN} about target support of certain features.
ef21caaf 37129
6b7cbff1
JB
37130@subheading The @code{-info-gdb-mi-command} Command
37131@cindex @code{-info-gdb-mi-command}
37132@findex -info-gdb-mi-command
37133
37134@subsubheading Synopsis
37135
37136@smallexample
37137 -info-gdb-mi-command @var{cmd_name}
37138@end smallexample
37139
37140Query support for the @sc{gdb/mi} command named @var{cmd_name}.
37141
37142Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
37143is technically not part of the command name (@pxref{GDB/MI Input
37144Syntax}), and thus should be omitted in @var{cmd_name}. However,
37145for ease of use, this command also accepts the form with the leading
37146dash.
37147
37148@subsubheading @value{GDBN} Command
37149
37150There is no corresponding @value{GDBN} command.
37151
37152@subsubheading Result
37153
37154The result is a tuple. There is currently only one field:
37155
37156@table @samp
37157@item exists
37158This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
37159@code{"false"} otherwise.
37160
37161@end table
37162
37163@subsubheading Example
37164
37165Here is an example where the @sc{gdb/mi} command does not exist:
37166
37167@smallexample
37168-info-gdb-mi-command unsupported-command
37169^done,command=@{exists="false"@}
37170@end smallexample
37171
37172@noindent
37173And here is an example where the @sc{gdb/mi} command is known
37174to the debugger:
37175
37176@smallexample
37177-info-gdb-mi-command symbol-list-lines
37178^done,command=@{exists="true"@}
37179@end smallexample
37180
084344da
VP
37181@subheading The @code{-list-features} Command
37182@findex -list-features
9b26f0fb 37183@cindex supported @sc{gdb/mi} features, list
084344da
VP
37184
37185Returns a list of particular features of the MI protocol that
37186this version of gdb implements. A feature can be a command,
37187or a new field in an output of some command, or even an
37188important bugfix. While a frontend can sometimes detect presence
37189of a feature at runtime, it is easier to perform detection at debugger
d192b373 37190startup.
084344da
VP
37191
37192The command returns a list of strings, with each string naming an
37193available feature. Each returned string is just a name, it does not
d192b373 37194have any internal structure. The list of possible feature names
084344da
VP
37195is given below.
37196
37197Example output:
37198
37199@smallexample
37200(gdb) -list-features
37201^done,result=["feature1","feature2"]
37202@end smallexample
37203
37204The current list of features is:
37205
edef6000 37206@ftable @samp
30e026bb 37207@item frozen-varobjs
a05336a1 37208Indicates support for the @code{-var-set-frozen} command, as well
6b92c0d3 37209as possible presence of the @code{frozen} field in the output
30e026bb
VP
37210of @code{-varobj-create}.
37211@item pending-breakpoints
a05336a1
JB
37212Indicates support for the @option{-f} option to the @code{-break-insert}
37213command.
b6313243 37214@item python
a05336a1 37215Indicates Python scripting support, Python-based
b6313243
TT
37216pretty-printing commands, and possible presence of the
37217@samp{display_hint} field in the output of @code{-var-list-children}
30e026bb 37218@item thread-info
a05336a1 37219Indicates support for the @code{-thread-info} command.
8dedea02 37220@item data-read-memory-bytes
a05336a1 37221Indicates support for the @code{-data-read-memory-bytes} and the
8dedea02 37222@code{-data-write-memory-bytes} commands.
39c4d40a
TT
37223@item breakpoint-notifications
37224Indicates that changes to breakpoints and breakpoints created via the
37225CLI will be announced via async records.
5d77fe44 37226@item ada-task-info
6adcee18 37227Indicates support for the @code{-ada-task-info} command.
422ad5c2
JB
37228@item language-option
37229Indicates that all @sc{gdb/mi} commands accept the @option{--language}
37230option (@pxref{Context management}).
6b7cbff1
JB
37231@item info-gdb-mi-command
37232Indicates support for the @code{-info-gdb-mi-command} command.
2ea126fa
JB
37233@item undefined-command-error-code
37234Indicates support for the "undefined-command" error code in error result
37235records, produced when trying to execute an undefined @sc{gdb/mi} command
37236(@pxref{GDB/MI Result Records}).
72bfa06c
JB
37237@item exec-run-start-option
37238Indicates that the @code{-exec-run} command supports the @option{--start}
37239option (@pxref{GDB/MI Program Execution}).
26fb3983
JV
37240@item data-disassemble-a-option
37241Indicates that the @code{-data-disassemble} command supports the @option{-a}
37242option (@pxref{GDB/MI Data Manipulation}).
edef6000 37243@end ftable
084344da 37244
c6ebd6cf
VP
37245@subheading The @code{-list-target-features} Command
37246@findex -list-target-features
37247
37248Returns a list of particular features that are supported by the
37249target. Those features affect the permitted MI commands, but
37250unlike the features reported by the @code{-list-features} command, the
37251features depend on which target GDB is using at the moment. Whenever
37252a target can change, due to commands such as @code{-target-select},
37253@code{-target-attach} or @code{-exec-run}, the list of target features
37254may change, and the frontend should obtain it again.
37255Example output:
37256
37257@smallexample
b3d3b4bd 37258(gdb) -list-target-features
c6ebd6cf
VP
37259^done,result=["async"]
37260@end smallexample
37261
37262The current list of features is:
37263
37264@table @samp
37265@item async
37266Indicates that the target is capable of asynchronous command
37267execution, which means that @value{GDBN} will accept further commands
37268while the target is running.
37269
f75d858b
MK
37270@item reverse
37271Indicates that the target is capable of reverse execution.
37272@xref{Reverse Execution}, for more information.
37273
c6ebd6cf
VP
37274@end table
37275
d192b373
JB
37276@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37277@node GDB/MI Miscellaneous Commands
37278@section Miscellaneous @sc{gdb/mi} Commands
37279
37280@c @subheading -gdb-complete
37281
37282@subheading The @code{-gdb-exit} Command
37283@findex -gdb-exit
37284
37285@subsubheading Synopsis
37286
37287@smallexample
37288 -gdb-exit
37289@end smallexample
37290
37291Exit @value{GDBN} immediately.
37292
37293@subsubheading @value{GDBN} Command
37294
37295Approximately corresponds to @samp{quit}.
37296
37297@subsubheading Example
37298
37299@smallexample
37300(gdb)
37301-gdb-exit
37302^exit
37303@end smallexample
37304
37305
37306@ignore
37307@subheading The @code{-exec-abort} Command
37308@findex -exec-abort
37309
37310@subsubheading Synopsis
37311
37312@smallexample
37313 -exec-abort
37314@end smallexample
37315
37316Kill the inferior running program.
37317
37318@subsubheading @value{GDBN} Command
37319
37320The corresponding @value{GDBN} command is @samp{kill}.
37321
37322@subsubheading Example
37323N.A.
37324@end ignore
37325
37326
37327@subheading The @code{-gdb-set} Command
37328@findex -gdb-set
37329
37330@subsubheading Synopsis
37331
37332@smallexample
37333 -gdb-set
37334@end smallexample
37335
37336Set an internal @value{GDBN} variable.
37337@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
37338
37339@subsubheading @value{GDBN} Command
37340
37341The corresponding @value{GDBN} command is @samp{set}.
37342
37343@subsubheading Example
37344
37345@smallexample
37346(gdb)
37347-gdb-set $foo=3
37348^done
37349(gdb)
37350@end smallexample
37351
37352
37353@subheading The @code{-gdb-show} Command
37354@findex -gdb-show
37355
37356@subsubheading Synopsis
37357
37358@smallexample
37359 -gdb-show
37360@end smallexample
37361
37362Show the current value of a @value{GDBN} variable.
37363
37364@subsubheading @value{GDBN} Command
37365
37366The corresponding @value{GDBN} command is @samp{show}.
37367
37368@subsubheading Example
37369
37370@smallexample
37371(gdb)
37372-gdb-show annotate
37373^done,value="0"
37374(gdb)
37375@end smallexample
37376
37377@c @subheading -gdb-source
37378
37379
37380@subheading The @code{-gdb-version} Command
37381@findex -gdb-version
37382
37383@subsubheading Synopsis
37384
37385@smallexample
37386 -gdb-version
37387@end smallexample
37388
37389Show version information for @value{GDBN}. Used mostly in testing.
37390
37391@subsubheading @value{GDBN} Command
37392
37393The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
37394default shows this information when you start an interactive session.
37395
37396@subsubheading Example
37397
37398@c This example modifies the actual output from GDB to avoid overfull
37399@c box in TeX.
37400@smallexample
37401(gdb)
37402-gdb-version
37403~GNU gdb 5.2.1
37404~Copyright 2000 Free Software Foundation, Inc.
37405~GDB is free software, covered by the GNU General Public License, and
37406~you are welcome to change it and/or distribute copies of it under
37407~ certain conditions.
37408~Type "show copying" to see the conditions.
37409~There is absolutely no warranty for GDB. Type "show warranty" for
37410~ details.
37411~This GDB was configured as
37412 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
37413^done
37414(gdb)
37415@end smallexample
37416
c3b108f7
VP
37417@subheading The @code{-list-thread-groups} Command
37418@findex -list-thread-groups
37419
37420@subheading Synopsis
37421
37422@smallexample
dc146f7c 37423-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
c3b108f7
VP
37424@end smallexample
37425
dc146f7c
VP
37426Lists thread groups (@pxref{Thread groups}). When a single thread
37427group is passed as the argument, lists the children of that group.
37428When several thread group are passed, lists information about those
37429thread groups. Without any parameters, lists information about all
37430top-level thread groups.
37431
37432Normally, thread groups that are being debugged are reported.
37433With the @samp{--available} option, @value{GDBN} reports thread groups
37434available on the target.
37435
37436The output of this command may have either a @samp{threads} result or
37437a @samp{groups} result. The @samp{thread} result has a list of tuples
37438as value, with each tuple describing a thread (@pxref{GDB/MI Thread
37439Information}). The @samp{groups} result has a list of tuples as value,
37440each tuple describing a thread group. If top-level groups are
37441requested (that is, no parameter is passed), or when several groups
37442are passed, the output always has a @samp{groups} result. The format
37443of the @samp{group} result is described below.
37444
37445To reduce the number of roundtrips it's possible to list thread groups
37446together with their children, by passing the @samp{--recurse} option
37447and the recursion depth. Presently, only recursion depth of 1 is
37448permitted. If this option is present, then every reported thread group
37449will also include its children, either as @samp{group} or
37450@samp{threads} field.
37451
37452In general, any combination of option and parameters is permitted, with
37453the following caveats:
37454
37455@itemize @bullet
37456@item
37457When a single thread group is passed, the output will typically
37458be the @samp{threads} result. Because threads may not contain
37459anything, the @samp{recurse} option will be ignored.
37460
37461@item
37462When the @samp{--available} option is passed, limited information may
37463be available. In particular, the list of threads of a process might
37464be inaccessible. Further, specifying specific thread groups might
37465not give any performance advantage over listing all thread groups.
37466The frontend should assume that @samp{-list-thread-groups --available}
37467is always an expensive operation and cache the results.
37468
37469@end itemize
37470
37471The @samp{groups} result is a list of tuples, where each tuple may
37472have the following fields:
37473
37474@table @code
37475@item id
37476Identifier of the thread group. This field is always present.
a79b8f6e
VP
37477The identifier is an opaque string; frontends should not try to
37478convert it to an integer, even though it might look like one.
dc146f7c
VP
37479
37480@item type
37481The type of the thread group. At present, only @samp{process} is a
37482valid type.
37483
37484@item pid
37485The target-specific process identifier. This field is only present
a79b8f6e 37486for thread groups of type @samp{process} and only if the process exists.
c3b108f7 37487
2ddf4301
SM
37488@item exit-code
37489The exit code of this group's last exited thread, formatted in octal.
37490This field is only present for thread groups of type @samp{process} and
37491only if the process is not running.
37492
dc146f7c
VP
37493@item num_children
37494The number of children this thread group has. This field may be
37495absent for an available thread group.
37496
37497@item threads
37498This field has a list of tuples as value, each tuple describing a
37499thread. It may be present if the @samp{--recurse} option is
37500specified, and it's actually possible to obtain the threads.
37501
37502@item cores
37503This field is a list of integers, each identifying a core that one
37504thread of the group is running on. This field may be absent if
37505such information is not available.
37506
a79b8f6e
VP
37507@item executable
37508The name of the executable file that corresponds to this thread group.
37509The field is only present for thread groups of type @samp{process},
37510and only if there is a corresponding executable file.
37511
dc146f7c 37512@end table
c3b108f7
VP
37513
37514@subheading Example
37515
37516@smallexample
37517@value{GDBP}
37518-list-thread-groups
37519^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
37520-list-thread-groups 17
37521^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
37522 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
37523@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
37524 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
6d52907e 37525 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
dc146f7c
VP
37526-list-thread-groups --available
37527^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
37528-list-thread-groups --available --recurse 1
37529 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
37530 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
37531 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
37532-list-thread-groups --available --recurse 1 17 18
37533^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
37534 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
37535 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
c3b108f7 37536@end smallexample
c6ebd6cf 37537
f3e0e960
SS
37538@subheading The @code{-info-os} Command
37539@findex -info-os
37540
37541@subsubheading Synopsis
37542
37543@smallexample
37544-info-os [ @var{type} ]
37545@end smallexample
37546
37547If no argument is supplied, the command returns a table of available
37548operating-system-specific information types. If one of these types is
37549supplied as an argument @var{type}, then the command returns a table
37550of data of that type.
37551
37552The types of information available depend on the target operating
37553system.
37554
37555@subsubheading @value{GDBN} Command
37556
37557The corresponding @value{GDBN} command is @samp{info os}.
37558
37559@subsubheading Example
37560
37561When run on a @sc{gnu}/Linux system, the output will look something
37562like this:
37563
37564@smallexample
37565@value{GDBP}
37566-info-os
d33279b3 37567^done,OSDataTable=@{nr_rows="10",nr_cols="3",
f3e0e960 37568hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
71caed83
SS
37569 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
37570 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
d33279b3
AT
37571body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
37572 col2="CPUs"@},
37573 item=@{col0="files",col1="Listing of all file descriptors",
37574 col2="File descriptors"@},
37575 item=@{col0="modules",col1="Listing of all loaded kernel modules",
37576 col2="Kernel modules"@},
37577 item=@{col0="msg",col1="Listing of all message queues",
37578 col2="Message queues"@},
37579 item=@{col0="processes",col1="Listing of all processes",
71caed83
SS
37580 col2="Processes"@},
37581 item=@{col0="procgroups",col1="Listing of all process groups",
37582 col2="Process groups"@},
71caed83
SS
37583 item=@{col0="semaphores",col1="Listing of all semaphores",
37584 col2="Semaphores"@},
d33279b3
AT
37585 item=@{col0="shm",col1="Listing of all shared-memory regions",
37586 col2="Shared-memory regions"@},
37587 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
37588 col2="Sockets"@},
37589 item=@{col0="threads",col1="Listing of all threads",
37590 col2="Threads"@}]
f3e0e960
SS
37591@value{GDBP}
37592-info-os processes
37593^done,OSDataTable=@{nr_rows="190",nr_cols="4",
37594hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
37595 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
37596 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
37597 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
37598body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
37599 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
37600 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
37601 ...
37602 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
37603 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
37604(gdb)
37605@end smallexample
a79b8f6e 37606
71caed83
SS
37607(Note that the MI output here includes a @code{"Title"} column that
37608does not appear in command-line @code{info os}; this column is useful
37609for MI clients that want to enumerate the types of data, such as in a
37610popup menu, but is needless clutter on the command line, and
37611@code{info os} omits it.)
37612
a79b8f6e
VP
37613@subheading The @code{-add-inferior} Command
37614@findex -add-inferior
37615
37616@subheading Synopsis
37617
37618@smallexample
37619-add-inferior
37620@end smallexample
37621
37622Creates a new inferior (@pxref{Inferiors and Programs}). The created
37623inferior is not associated with any executable. Such association may
37624be established with the @samp{-file-exec-and-symbols} command
37625(@pxref{GDB/MI File Commands}). The command response has a single
b7742092 37626field, @samp{inferior}, whose value is the identifier of the
a79b8f6e
VP
37627thread group corresponding to the new inferior.
37628
37629@subheading Example
37630
37631@smallexample
37632@value{GDBP}
37633-add-inferior
b7742092 37634^done,inferior="i3"
a79b8f6e
VP
37635@end smallexample
37636
ef21caaf
NR
37637@subheading The @code{-interpreter-exec} Command
37638@findex -interpreter-exec
37639
37640@subheading Synopsis
37641
37642@smallexample
37643-interpreter-exec @var{interpreter} @var{command}
37644@end smallexample
a2c02241 37645@anchor{-interpreter-exec}
ef21caaf
NR
37646
37647Execute the specified @var{command} in the given @var{interpreter}.
37648
37649@subheading @value{GDBN} Command
37650
37651The corresponding @value{GDBN} command is @samp{interpreter-exec}.
37652
37653@subheading Example
37654
37655@smallexample
594fe323 37656(gdb)
ef21caaf
NR
37657-interpreter-exec console "break main"
37658&"During symbol reading, couldn't parse type; debugger out of date?.\n"
37659&"During symbol reading, bad structure-type format.\n"
37660~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
37661^done
594fe323 37662(gdb)
ef21caaf
NR
37663@end smallexample
37664
37665@subheading The @code{-inferior-tty-set} Command
37666@findex -inferior-tty-set
37667
37668@subheading Synopsis
37669
37670@smallexample
37671-inferior-tty-set /dev/pts/1
37672@end smallexample
37673
37674Set terminal for future runs of the program being debugged.
37675
37676@subheading @value{GDBN} Command
37677
37678The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
37679
37680@subheading Example
37681
37682@smallexample
594fe323 37683(gdb)
ef21caaf
NR
37684-inferior-tty-set /dev/pts/1
37685^done
594fe323 37686(gdb)
ef21caaf
NR
37687@end smallexample
37688
37689@subheading The @code{-inferior-tty-show} Command
37690@findex -inferior-tty-show
37691
37692@subheading Synopsis
37693
37694@smallexample
37695-inferior-tty-show
37696@end smallexample
37697
37698Show terminal for future runs of program being debugged.
37699
37700@subheading @value{GDBN} Command
37701
37702The corresponding @value{GDBN} command is @samp{show inferior-tty}.
37703
37704@subheading Example
37705
37706@smallexample
594fe323 37707(gdb)
ef21caaf
NR
37708-inferior-tty-set /dev/pts/1
37709^done
594fe323 37710(gdb)
ef21caaf
NR
37711-inferior-tty-show
37712^done,inferior_tty_terminal="/dev/pts/1"
594fe323 37713(gdb)
ef21caaf 37714@end smallexample
922fbb7b 37715
a4eefcd8
NR
37716@subheading The @code{-enable-timings} Command
37717@findex -enable-timings
37718
37719@subheading Synopsis
37720
37721@smallexample
37722-enable-timings [yes | no]
37723@end smallexample
37724
37725Toggle the printing of the wallclock, user and system times for an MI
37726command as a field in its output. This command is to help frontend
37727developers optimize the performance of their code. No argument is
37728equivalent to @samp{yes}.
37729
37730@subheading @value{GDBN} Command
37731
37732No equivalent.
37733
37734@subheading Example
37735
37736@smallexample
37737(gdb)
37738-enable-timings
37739^done
37740(gdb)
37741-break-insert main
37742^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
37743addr="0x080484ed",func="main",file="myprog.c",
998580f1
MK
37744fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
37745times="0"@},
a4eefcd8
NR
37746time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
37747(gdb)
37748-enable-timings no
37749^done
37750(gdb)
37751-exec-run
37752^running
37753(gdb)
a47ec5fe 37754*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
37755frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
37756@{name="argv",value="0xbfb60364"@}],file="myprog.c",
6d52907e 37757fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
a4eefcd8
NR
37758(gdb)
37759@end smallexample
37760
26648588
JV
37761@subheading The @code{-complete} Command
37762@findex -complete
37763
37764@subheading Synopsis
37765
37766@smallexample
37767-complete @var{command}
37768@end smallexample
37769
37770Show a list of completions for partially typed CLI @var{command}.
37771
37772This command is intended for @sc{gdb/mi} frontends that cannot use two separate
7166f90a 37773CLI and MI channels --- for example: because of lack of PTYs like on Windows or
26648588
JV
37774because @value{GDBN} is used remotely via a SSH connection.
37775
37776@subheading Result
37777
37778The result consists of two or three fields:
37779
37780@table @samp
37781@item completion
37782This field contains the completed @var{command}. If @var{command}
37783has no known completions, this field is omitted.
37784
37785@item matches
37786This field contains a (possibly empty) array of matches. It is always present.
37787
37788@item max_completions_reached
37789This field contains @code{1} if number of known completions is above
7166f90a 37790@code{max-completions} limit (@pxref{Completion}), otherwise it contains
26648588
JV
37791@code{0}. It is always present.
37792
37793@end table
37794
37795@subheading @value{GDBN} Command
37796
37797The corresponding @value{GDBN} command is @samp{complete}.
37798
37799@subheading Example
37800
37801@smallexample
37802(gdb)
37803-complete br
37804^done,completion="break",
37805 matches=["break","break-range"],
37806 max_completions_reached="0"
37807(gdb)
37808-complete "b ma"
37809^done,completion="b ma",
37810 matches=["b madvise","b main"],max_completions_reached="0"
37811(gdb)
37812-complete "b push_b"
37813^done,completion="b push_back(",
37814 matches=[
37815 "b A::push_back(void*)",
37816 "b std::string::push_back(char)",
37817 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
37818 max_completions_reached="0"
37819(gdb)
37820-complete "nonexist"
37821^done,matches=[],max_completions_reached="0"
37822(gdb)
37823
37824@end smallexample
37825
922fbb7b
AC
37826@node Annotations
37827@chapter @value{GDBN} Annotations
37828
086432e2
AC
37829This chapter describes annotations in @value{GDBN}. Annotations were
37830designed to interface @value{GDBN} to graphical user interfaces or other
37831similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
37832relatively high level.
37833
d3e8051b 37834The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
37835(@pxref{GDB/MI}).
37836
922fbb7b
AC
37837@ignore
37838This is Edition @value{EDITION}, @value{DATE}.
37839@end ignore
37840
37841@menu
37842* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 37843* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
37844* Prompting:: Annotations marking @value{GDBN}'s need for input.
37845* Errors:: Annotations for error messages.
922fbb7b
AC
37846* Invalidation:: Some annotations describe things now invalid.
37847* Annotations for Running::
37848 Whether the program is running, how it stopped, etc.
37849* Source Annotations:: Annotations describing source code.
922fbb7b
AC
37850@end menu
37851
37852@node Annotations Overview
37853@section What is an Annotation?
37854@cindex annotations
37855
922fbb7b
AC
37856Annotations start with a newline character, two @samp{control-z}
37857characters, and the name of the annotation. If there is no additional
37858information associated with this annotation, the name of the annotation
37859is followed immediately by a newline. If there is additional
37860information, the name of the annotation is followed by a space, the
37861additional information, and a newline. The additional information
37862cannot contain newline characters.
37863
37864Any output not beginning with a newline and two @samp{control-z}
37865characters denotes literal output from @value{GDBN}. Currently there is
37866no need for @value{GDBN} to output a newline followed by two
37867@samp{control-z} characters, but if there was such a need, the
37868annotations could be extended with an @samp{escape} annotation which
37869means those three characters as output.
37870
086432e2
AC
37871The annotation @var{level}, which is specified using the
37872@option{--annotate} command line option (@pxref{Mode Options}), controls
37873how much information @value{GDBN} prints together with its prompt,
37874values of expressions, source lines, and other types of output. Level 0
d3e8051b 37875is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
37876subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
37877for programs that control @value{GDBN}, and level 2 annotations have
37878been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
37879Interface, annotate, GDB's Obsolete Annotations}).
37880
37881@table @code
37882@kindex set annotate
37883@item set annotate @var{level}
e09f16f9 37884The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 37885annotations to the specified @var{level}.
9c16f35a
EZ
37886
37887@item show annotate
37888@kindex show annotate
37889Show the current annotation level.
09d4efe1
EZ
37890@end table
37891
37892This chapter describes level 3 annotations.
086432e2 37893
922fbb7b
AC
37894A simple example of starting up @value{GDBN} with annotations is:
37895
37896@smallexample
086432e2
AC
37897$ @kbd{gdb --annotate=3}
37898GNU gdb 6.0
37899Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
37900GDB is free software, covered by the GNU General Public License,
37901and you are welcome to change it and/or distribute copies of it
37902under certain conditions.
37903Type "show copying" to see the conditions.
37904There is absolutely no warranty for GDB. Type "show warranty"
37905for details.
086432e2 37906This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
37907
37908^Z^Zpre-prompt
f7dc1244 37909(@value{GDBP})
922fbb7b 37910^Z^Zprompt
086432e2 37911@kbd{quit}
922fbb7b
AC
37912
37913^Z^Zpost-prompt
b383017d 37914$
922fbb7b
AC
37915@end smallexample
37916
37917Here @samp{quit} is input to @value{GDBN}; the rest is output from
37918@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
37919denotes a @samp{control-z} character) are annotations; the rest is
37920output from @value{GDBN}.
37921
9e6c4bd5
NR
37922@node Server Prefix
37923@section The Server Prefix
37924@cindex server prefix
37925
37926If you prefix a command with @samp{server } then it will not affect
37927the command history, nor will it affect @value{GDBN}'s notion of which
37928command to repeat if @key{RET} is pressed on a line by itself. This
37929means that commands can be run behind a user's back by a front-end in
37930a transparent manner.
37931
d837706a
NR
37932The @code{server } prefix does not affect the recording of values into
37933the value history; to print a value without recording it into the
37934value history, use the @code{output} command instead of the
37935@code{print} command.
37936
37937Using this prefix also disables confirmation requests
37938(@pxref{confirmation requests}).
9e6c4bd5 37939
922fbb7b
AC
37940@node Prompting
37941@section Annotation for @value{GDBN} Input
37942
37943@cindex annotations for prompts
37944When @value{GDBN} prompts for input, it annotates this fact so it is possible
37945to know when to send output, when the output from a given command is
37946over, etc.
37947
37948Different kinds of input each have a different @dfn{input type}. Each
37949input type has three annotations: a @code{pre-} annotation, which
37950denotes the beginning of any prompt which is being output, a plain
37951annotation, which denotes the end of the prompt, and then a @code{post-}
37952annotation which denotes the end of any echo which may (or may not) be
37953associated with the input. For example, the @code{prompt} input type
37954features the following annotations:
37955
37956@smallexample
37957^Z^Zpre-prompt
37958^Z^Zprompt
37959^Z^Zpost-prompt
37960@end smallexample
37961
37962The input types are
37963
37964@table @code
e5ac9b53
EZ
37965@findex pre-prompt annotation
37966@findex prompt annotation
37967@findex post-prompt annotation
922fbb7b
AC
37968@item prompt
37969When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
37970
e5ac9b53
EZ
37971@findex pre-commands annotation
37972@findex commands annotation
37973@findex post-commands annotation
922fbb7b
AC
37974@item commands
37975When @value{GDBN} prompts for a set of commands, like in the @code{commands}
37976command. The annotations are repeated for each command which is input.
37977
e5ac9b53
EZ
37978@findex pre-overload-choice annotation
37979@findex overload-choice annotation
37980@findex post-overload-choice annotation
922fbb7b
AC
37981@item overload-choice
37982When @value{GDBN} wants the user to select between various overloaded functions.
37983
e5ac9b53
EZ
37984@findex pre-query annotation
37985@findex query annotation
37986@findex post-query annotation
922fbb7b
AC
37987@item query
37988When @value{GDBN} wants the user to confirm a potentially dangerous operation.
37989
e5ac9b53
EZ
37990@findex pre-prompt-for-continue annotation
37991@findex prompt-for-continue annotation
37992@findex post-prompt-for-continue annotation
922fbb7b
AC
37993@item prompt-for-continue
37994When @value{GDBN} is asking the user to press return to continue. Note: Don't
37995expect this to work well; instead use @code{set height 0} to disable
37996prompting. This is because the counting of lines is buggy in the
37997presence of annotations.
37998@end table
37999
38000@node Errors
38001@section Errors
38002@cindex annotations for errors, warnings and interrupts
38003
e5ac9b53 38004@findex quit annotation
922fbb7b
AC
38005@smallexample
38006^Z^Zquit
38007@end smallexample
38008
38009This annotation occurs right before @value{GDBN} responds to an interrupt.
38010
e5ac9b53 38011@findex error annotation
922fbb7b
AC
38012@smallexample
38013^Z^Zerror
38014@end smallexample
38015
38016This annotation occurs right before @value{GDBN} responds to an error.
38017
38018Quit and error annotations indicate that any annotations which @value{GDBN} was
38019in the middle of may end abruptly. For example, if a
38020@code{value-history-begin} annotation is followed by a @code{error}, one
38021cannot expect to receive the matching @code{value-history-end}. One
38022cannot expect not to receive it either, however; an error annotation
38023does not necessarily mean that @value{GDBN} is immediately returning all the way
38024to the top level.
38025
e5ac9b53 38026@findex error-begin annotation
922fbb7b
AC
38027A quit or error annotation may be preceded by
38028
38029@smallexample
38030^Z^Zerror-begin
38031@end smallexample
38032
38033Any output between that and the quit or error annotation is the error
38034message.
38035
38036Warning messages are not yet annotated.
38037@c If we want to change that, need to fix warning(), type_error(),
38038@c range_error(), and possibly other places.
38039
922fbb7b
AC
38040@node Invalidation
38041@section Invalidation Notices
38042
38043@cindex annotations for invalidation messages
38044The following annotations say that certain pieces of state may have
38045changed.
38046
38047@table @code
e5ac9b53 38048@findex frames-invalid annotation
922fbb7b
AC
38049@item ^Z^Zframes-invalid
38050
38051The frames (for example, output from the @code{backtrace} command) may
38052have changed.
38053
e5ac9b53 38054@findex breakpoints-invalid annotation
922fbb7b
AC
38055@item ^Z^Zbreakpoints-invalid
38056
38057The breakpoints may have changed. For example, the user just added or
38058deleted a breakpoint.
38059@end table
38060
38061@node Annotations for Running
38062@section Running the Program
38063@cindex annotations for running programs
38064
e5ac9b53
EZ
38065@findex starting annotation
38066@findex stopping annotation
922fbb7b 38067When the program starts executing due to a @value{GDBN} command such as
b383017d 38068@code{step} or @code{continue},
922fbb7b
AC
38069
38070@smallexample
38071^Z^Zstarting
38072@end smallexample
38073
b383017d 38074is output. When the program stops,
922fbb7b
AC
38075
38076@smallexample
38077^Z^Zstopped
38078@end smallexample
38079
38080is output. Before the @code{stopped} annotation, a variety of
38081annotations describe how the program stopped.
38082
38083@table @code
e5ac9b53 38084@findex exited annotation
922fbb7b
AC
38085@item ^Z^Zexited @var{exit-status}
38086The program exited, and @var{exit-status} is the exit status (zero for
38087successful exit, otherwise nonzero).
38088
e5ac9b53
EZ
38089@findex signalled annotation
38090@findex signal-name annotation
38091@findex signal-name-end annotation
38092@findex signal-string annotation
38093@findex signal-string-end annotation
922fbb7b
AC
38094@item ^Z^Zsignalled
38095The program exited with a signal. After the @code{^Z^Zsignalled}, the
38096annotation continues:
38097
38098@smallexample
38099@var{intro-text}
38100^Z^Zsignal-name
38101@var{name}
38102^Z^Zsignal-name-end
38103@var{middle-text}
38104^Z^Zsignal-string
38105@var{string}
38106^Z^Zsignal-string-end
38107@var{end-text}
38108@end smallexample
38109
38110@noindent
38111where @var{name} is the name of the signal, such as @code{SIGILL} or
38112@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
697aa1b7 38113as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
922fbb7b
AC
38114@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
38115user's benefit and have no particular format.
38116
e5ac9b53 38117@findex signal annotation
922fbb7b
AC
38118@item ^Z^Zsignal
38119The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
38120just saying that the program received the signal, not that it was
38121terminated with it.
38122
e5ac9b53 38123@findex breakpoint annotation
922fbb7b
AC
38124@item ^Z^Zbreakpoint @var{number}
38125The program hit breakpoint number @var{number}.
38126
e5ac9b53 38127@findex watchpoint annotation
922fbb7b
AC
38128@item ^Z^Zwatchpoint @var{number}
38129The program hit watchpoint number @var{number}.
38130@end table
38131
38132@node Source Annotations
38133@section Displaying Source
38134@cindex annotations for source display
38135
e5ac9b53 38136@findex source annotation
922fbb7b
AC
38137The following annotation is used instead of displaying source code:
38138
38139@smallexample
38140^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
38141@end smallexample
38142
38143where @var{filename} is an absolute file name indicating which source
38144file, @var{line} is the line number within that file (where 1 is the
38145first line in the file), @var{character} is the character position
38146within the file (where 0 is the first character in the file) (for most
38147debug formats this will necessarily point to the beginning of a line),
38148@var{middle} is @samp{middle} if @var{addr} is in the middle of the
38149line, or @samp{beg} if @var{addr} is at the beginning of the line, and
38150@var{addr} is the address in the target program associated with the
697aa1b7 38151source which is being displayed. The @var{addr} is in the form @samp{0x}
922fbb7b
AC
38152followed by one or more lowercase hex digits (note that this does not
38153depend on the language).
38154
4efc6507
DE
38155@node JIT Interface
38156@chapter JIT Compilation Interface
38157@cindex just-in-time compilation
38158@cindex JIT compilation interface
38159
38160This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
38161interface. A JIT compiler is a program or library that generates native
38162executable code at runtime and executes it, usually in order to achieve good
38163performance while maintaining platform independence.
38164
38165Programs that use JIT compilation are normally difficult to debug because
38166portions of their code are generated at runtime, instead of being loaded from
38167object files, which is where @value{GDBN} normally finds the program's symbols
38168and debug information. In order to debug programs that use JIT compilation,
38169@value{GDBN} has an interface that allows the program to register in-memory
38170symbol files with @value{GDBN} at runtime.
38171
38172If you are using @value{GDBN} to debug a program that uses this interface, then
38173it should work transparently so long as you have not stripped the binary. If
38174you are developing a JIT compiler, then the interface is documented in the rest
38175of this chapter. At this time, the only known client of this interface is the
38176LLVM JIT.
38177
38178Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
38179JIT compiler communicates with @value{GDBN} by writing data into a global
6b92c0d3 38180variable and calling a function at a well-known symbol. When @value{GDBN}
4efc6507
DE
38181attaches, it reads a linked list of symbol files from the global variable to
38182find existing code, and puts a breakpoint in the function so that it can find
38183out about additional code.
38184
38185@menu
38186* Declarations:: Relevant C struct declarations
38187* Registering Code:: Steps to register code
38188* Unregistering Code:: Steps to unregister code
f85b53f8 38189* Custom Debug Info:: Emit debug information in a custom format
4efc6507
DE
38190@end menu
38191
38192@node Declarations
38193@section JIT Declarations
38194
38195These are the relevant struct declarations that a C program should include to
38196implement the interface:
38197
38198@smallexample
38199typedef enum
38200@{
38201 JIT_NOACTION = 0,
38202 JIT_REGISTER_FN,
38203 JIT_UNREGISTER_FN
38204@} jit_actions_t;
38205
38206struct jit_code_entry
38207@{
38208 struct jit_code_entry *next_entry;
38209 struct jit_code_entry *prev_entry;
38210 const char *symfile_addr;
38211 uint64_t symfile_size;
38212@};
38213
38214struct jit_descriptor
38215@{
38216 uint32_t version;
38217 /* This type should be jit_actions_t, but we use uint32_t
38218 to be explicit about the bitwidth. */
38219 uint32_t action_flag;
38220 struct jit_code_entry *relevant_entry;
38221 struct jit_code_entry *first_entry;
38222@};
38223
38224/* GDB puts a breakpoint in this function. */
38225void __attribute__((noinline)) __jit_debug_register_code() @{ @};
38226
38227/* Make sure to specify the version statically, because the
38228 debugger may check the version before we can set it. */
38229struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
38230@end smallexample
38231
38232If the JIT is multi-threaded, then it is important that the JIT synchronize any
38233modifications to this global data properly, which can easily be done by putting
38234a global mutex around modifications to these structures.
38235
38236@node Registering Code
38237@section Registering Code
38238
38239To register code with @value{GDBN}, the JIT should follow this protocol:
38240
38241@itemize @bullet
38242@item
38243Generate an object file in memory with symbols and other desired debug
38244information. The file must include the virtual addresses of the sections.
38245
38246@item
38247Create a code entry for the file, which gives the start and size of the symbol
38248file.
38249
38250@item
38251Add it to the linked list in the JIT descriptor.
38252
38253@item
38254Point the relevant_entry field of the descriptor at the entry.
38255
38256@item
38257Set @code{action_flag} to @code{JIT_REGISTER} and call
38258@code{__jit_debug_register_code}.
38259@end itemize
38260
38261When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
38262@code{relevant_entry} pointer so it doesn't have to walk the list looking for
38263new code. However, the linked list must still be maintained in order to allow
38264@value{GDBN} to attach to a running process and still find the symbol files.
38265
38266@node Unregistering Code
38267@section Unregistering Code
38268
38269If code is freed, then the JIT should use the following protocol:
38270
38271@itemize @bullet
38272@item
38273Remove the code entry corresponding to the code from the linked list.
38274
38275@item
38276Point the @code{relevant_entry} field of the descriptor at the code entry.
38277
38278@item
38279Set @code{action_flag} to @code{JIT_UNREGISTER} and call
38280@code{__jit_debug_register_code}.
38281@end itemize
38282
38283If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
38284and the JIT will leak the memory used for the associated symbol files.
38285
f85b53f8
SD
38286@node Custom Debug Info
38287@section Custom Debug Info
38288@cindex custom JIT debug info
38289@cindex JIT debug info reader
38290
38291Generating debug information in platform-native file formats (like ELF
38292or COFF) may be an overkill for JIT compilers; especially if all the
38293debug info is used for is displaying a meaningful backtrace. The
38294issue can be resolved by having the JIT writers decide on a debug info
38295format and also provide a reader that parses the debug info generated
38296by the JIT compiler. This section gives a brief overview on writing
38297such a parser. More specific details can be found in the source file
38298@file{gdb/jit-reader.in}, which is also installed as a header at
38299@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
38300
38301The reader is implemented as a shared object (so this functionality is
38302not available on platforms which don't allow loading shared objects at
38303runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
38304@code{jit-reader-unload} are provided, to be used to load and unload
38305the readers from a preconfigured directory. Once loaded, the shared
38306object is used the parse the debug information emitted by the JIT
38307compiler.
38308
38309@menu
38310* Using JIT Debug Info Readers:: How to use supplied readers correctly
38311* Writing JIT Debug Info Readers:: Creating a debug-info reader
38312@end menu
38313
38314@node Using JIT Debug Info Readers
38315@subsection Using JIT Debug Info Readers
38316@kindex jit-reader-load
38317@kindex jit-reader-unload
38318
38319Readers can be loaded and unloaded using the @code{jit-reader-load}
38320and @code{jit-reader-unload} commands.
38321
38322@table @code
c9fb1240 38323@item jit-reader-load @var{reader}
697aa1b7 38324Load the JIT reader named @var{reader}, which is a shared
c9fb1240
SD
38325object specified as either an absolute or a relative file name. In
38326the latter case, @value{GDBN} will try to load the reader from a
38327pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
38328system (here @var{libdir} is the system library directory, often
38329@file{/usr/local/lib}).
38330
38331Only one reader can be active at a time; trying to load a second
38332reader when one is already loaded will result in @value{GDBN}
38333reporting an error. A new JIT reader can be loaded by first unloading
38334the current one using @code{jit-reader-unload} and then invoking
38335@code{jit-reader-load}.
f85b53f8
SD
38336
38337@item jit-reader-unload
38338Unload the currently loaded JIT reader.
38339
38340@end table
38341
38342@node Writing JIT Debug Info Readers
38343@subsection Writing JIT Debug Info Readers
38344@cindex writing JIT debug info readers
38345
38346As mentioned, a reader is essentially a shared object conforming to a
38347certain ABI. This ABI is described in @file{jit-reader.h}.
38348
38349@file{jit-reader.h} defines the structures, macros and functions
38350required to write a reader. It is installed (along with
38351@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
38352the system include directory.
38353
38354Readers need to be released under a GPL compatible license. A reader
38355can be declared as released under such a license by placing the macro
38356@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
38357
38358The entry point for readers is the symbol @code{gdb_init_reader},
38359which is expected to be a function with the prototype
38360
38361@findex gdb_init_reader
38362@smallexample
38363extern struct gdb_reader_funcs *gdb_init_reader (void);
38364@end smallexample
38365
38366@cindex @code{struct gdb_reader_funcs}
38367
38368@code{struct gdb_reader_funcs} contains a set of pointers to callback
38369functions. These functions are executed to read the debug info
38370generated by the JIT compiler (@code{read}), to unwind stack frames
38371(@code{unwind}) and to create canonical frame IDs
27f7b2f6 38372(@code{get_frame_id}). It also has a callback that is called when the
f85b53f8
SD
38373reader is being unloaded (@code{destroy}). The struct looks like this
38374
38375@smallexample
38376struct gdb_reader_funcs
38377@{
38378 /* Must be set to GDB_READER_INTERFACE_VERSION. */
38379 int reader_version;
38380
38381 /* For use by the reader. */
38382 void *priv_data;
38383
38384 gdb_read_debug_info *read;
38385 gdb_unwind_frame *unwind;
38386 gdb_get_frame_id *get_frame_id;
38387 gdb_destroy_reader *destroy;
38388@};
38389@end smallexample
38390
38391@cindex @code{struct gdb_symbol_callbacks}
38392@cindex @code{struct gdb_unwind_callbacks}
38393
38394The callbacks are provided with another set of callbacks by
38395@value{GDBN} to do their job. For @code{read}, these callbacks are
38396passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
38397and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
38398@code{struct gdb_symbol_callbacks} has callbacks to create new object
38399files and new symbol tables inside those object files. @code{struct
38400gdb_unwind_callbacks} has callbacks to read registers off the current
38401frame and to write out the values of the registers in the previous
38402frame. Both have a callback (@code{target_read}) to read bytes off the
38403target's address space.
38404
d1feda86
YQ
38405@node In-Process Agent
38406@chapter In-Process Agent
38407@cindex debugging agent
38408The traditional debugging model is conceptually low-speed, but works fine,
38409because most bugs can be reproduced in debugging-mode execution. However,
38410as multi-core or many-core processors are becoming mainstream, and
38411multi-threaded programs become more and more popular, there should be more
38412and more bugs that only manifest themselves at normal-mode execution, for
38413example, thread races, because debugger's interference with the program's
38414timing may conceal the bugs. On the other hand, in some applications,
38415it is not feasible for the debugger to interrupt the program's execution
38416long enough for the developer to learn anything helpful about its behavior.
38417If the program's correctness depends on its real-time behavior, delays
38418introduced by a debugger might cause the program to fail, even when the
38419code itself is correct. It is useful to be able to observe the program's
38420behavior without interrupting it.
38421
38422Therefore, traditional debugging model is too intrusive to reproduce
38423some bugs. In order to reduce the interference with the program, we can
38424reduce the number of operations performed by debugger. The
38425@dfn{In-Process Agent}, a shared library, is running within the same
38426process with inferior, and is able to perform some debugging operations
38427itself. As a result, debugger is only involved when necessary, and
38428performance of debugging can be improved accordingly. Note that
38429interference with program can be reduced but can't be removed completely,
38430because the in-process agent will still stop or slow down the program.
38431
38432The in-process agent can interpret and execute Agent Expressions
38433(@pxref{Agent Expressions}) during performing debugging operations. The
38434agent expressions can be used for different purposes, such as collecting
38435data in tracepoints, and condition evaluation in breakpoints.
38436
38437@anchor{Control Agent}
38438You can control whether the in-process agent is used as an aid for
38439debugging with the following commands:
38440
38441@table @code
38442@kindex set agent on
38443@item set agent on
38444Causes the in-process agent to perform some operations on behalf of the
38445debugger. Just which operations requested by the user will be done
38446by the in-process agent depends on the its capabilities. For example,
38447if you request to evaluate breakpoint conditions in the in-process agent,
38448and the in-process agent has such capability as well, then breakpoint
38449conditions will be evaluated in the in-process agent.
38450
38451@kindex set agent off
38452@item set agent off
38453Disables execution of debugging operations by the in-process agent. All
38454of the operations will be performed by @value{GDBN}.
38455
38456@kindex show agent
38457@item show agent
38458Display the current setting of execution of debugging operations by
38459the in-process agent.
38460@end table
38461
16bdd41f
YQ
38462@menu
38463* In-Process Agent Protocol::
38464@end menu
38465
38466@node In-Process Agent Protocol
38467@section In-Process Agent Protocol
38468@cindex in-process agent protocol
38469
38470The in-process agent is able to communicate with both @value{GDBN} and
38471GDBserver (@pxref{In-Process Agent}). This section documents the protocol
38472used for communications between @value{GDBN} or GDBserver and the IPA.
38473In general, @value{GDBN} or GDBserver sends commands
38474(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
38475in-process agent replies back with the return result of the command, or
38476some other information. The data sent to in-process agent is composed
38477of primitive data types, such as 4-byte or 8-byte type, and composite
38478types, which are called objects (@pxref{IPA Protocol Objects}).
38479
38480@menu
38481* IPA Protocol Objects::
38482* IPA Protocol Commands::
38483@end menu
38484
38485@node IPA Protocol Objects
38486@subsection IPA Protocol Objects
38487@cindex ipa protocol objects
38488
38489The commands sent to and results received from agent may contain some
38490complex data types called @dfn{objects}.
38491
38492The in-process agent is running on the same machine with @value{GDBN}
38493or GDBserver, so it doesn't have to handle as much differences between
38494two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
38495However, there are still some differences of two ends in two processes:
38496
38497@enumerate
38498@item
38499word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
38500compiled as a 64-bit executable, while in-process agent is a 32-bit one.
38501@item
38502ABI. Some machines may have multiple types of ABI, @value{GDBN} or
38503GDBserver is compiled with one, and in-process agent is compiled with
38504the other one.
38505@end enumerate
38506
38507Here are the IPA Protocol Objects:
38508
38509@enumerate
38510@item
38511agent expression object. It represents an agent expression
38512(@pxref{Agent Expressions}).
38513@anchor{agent expression object}
38514@item
38515tracepoint action object. It represents a tracepoint action
38516(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
38517memory, static trace data and to evaluate expression.
38518@anchor{tracepoint action object}
38519@item
38520tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
38521@anchor{tracepoint object}
38522
38523@end enumerate
38524
38525The following table describes important attributes of each IPA protocol
38526object:
38527
38528@multitable @columnfractions .30 .20 .50
38529@headitem Name @tab Size @tab Description
38530@item @emph{agent expression object} @tab @tab
38531@item length @tab 4 @tab length of bytes code
38532@item byte code @tab @var{length} @tab contents of byte code
38533@item @emph{tracepoint action for collecting memory} @tab @tab
38534@item 'M' @tab 1 @tab type of tracepoint action
38535@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
38536address of the lowest byte to collect, otherwise @var{addr} is the offset
38537of @var{basereg} for memory collecting.
38538@item len @tab 8 @tab length of memory for collecting
38539@item basereg @tab 4 @tab the register number containing the starting
38540memory address for collecting.
38541@item @emph{tracepoint action for collecting registers} @tab @tab
38542@item 'R' @tab 1 @tab type of tracepoint action
38543@item @emph{tracepoint action for collecting static trace data} @tab @tab
38544@item 'L' @tab 1 @tab type of tracepoint action
38545@item @emph{tracepoint action for expression evaluation} @tab @tab
38546@item 'X' @tab 1 @tab type of tracepoint action
38547@item agent expression @tab length of @tab @ref{agent expression object}
38548@item @emph{tracepoint object} @tab @tab
38549@item number @tab 4 @tab number of tracepoint
38550@item address @tab 8 @tab address of tracepoint inserted on
38551@item type @tab 4 @tab type of tracepoint
38552@item enabled @tab 1 @tab enable or disable of tracepoint
38553@item step_count @tab 8 @tab step
38554@item pass_count @tab 8 @tab pass
38555@item numactions @tab 4 @tab number of tracepoint actions
38556@item hit count @tab 8 @tab hit count
38557@item trace frame usage @tab 8 @tab trace frame usage
38558@item compiled_cond @tab 8 @tab compiled condition
38559@item orig_size @tab 8 @tab orig size
38560@item condition @tab 4 if condition is NULL otherwise length of
38561@ref{agent expression object}
38562@tab zero if condition is NULL, otherwise is
38563@ref{agent expression object}
38564@item actions @tab variable
38565@tab numactions number of @ref{tracepoint action object}
38566@end multitable
38567
38568@node IPA Protocol Commands
38569@subsection IPA Protocol Commands
38570@cindex ipa protocol commands
38571
38572The spaces in each command are delimiters to ease reading this commands
38573specification. They don't exist in real commands.
38574
38575@table @samp
38576
38577@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
38578Installs a new fast tracepoint described by @var{tracepoint_object}
697aa1b7 38579(@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
16bdd41f
YQ
38580head of @dfn{jumppad}, which is used to jump to data collection routine
38581in IPA finally.
38582
38583Replies:
38584@table @samp
38585@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
38586@var{target_address} is address of tracepoint in the inferior.
697aa1b7 38587The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
16bdd41f 38588@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
697aa1b7
EZ
38589The @var{fjump} contains a sequence of instructions jump to jumppad entry.
38590The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
16bdd41f
YQ
38591@item E @var{NN}
38592for an error
38593
38594@end table
38595
7255706c
YQ
38596@item close
38597Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
38598is about to kill inferiors.
38599
16bdd41f
YQ
38600@item qTfSTM
38601@xref{qTfSTM}.
38602@item qTsSTM
38603@xref{qTsSTM}.
38604@item qTSTMat
38605@xref{qTSTMat}.
38606@item probe_marker_at:@var{address}
38607Asks in-process agent to probe the marker at @var{address}.
38608
38609Replies:
38610@table @samp
38611@item E @var{NN}
38612for an error
38613@end table
38614@item unprobe_marker_at:@var{address}
38615Asks in-process agent to unprobe the marker at @var{address}.
38616@end table
38617
8e04817f
AC
38618@node GDB Bugs
38619@chapter Reporting Bugs in @value{GDBN}
38620@cindex bugs in @value{GDBN}
38621@cindex reporting bugs in @value{GDBN}
c906108c 38622
8e04817f 38623Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 38624
8e04817f
AC
38625Reporting a bug may help you by bringing a solution to your problem, or it
38626may not. But in any case the principal function of a bug report is to help
38627the entire community by making the next version of @value{GDBN} work better. Bug
38628reports are your contribution to the maintenance of @value{GDBN}.
c906108c 38629
8e04817f
AC
38630In order for a bug report to serve its purpose, you must include the
38631information that enables us to fix the bug.
c4555f82
SC
38632
38633@menu
8e04817f
AC
38634* Bug Criteria:: Have you found a bug?
38635* Bug Reporting:: How to report bugs
c4555f82
SC
38636@end menu
38637
8e04817f 38638@node Bug Criteria
79a6e687 38639@section Have You Found a Bug?
8e04817f 38640@cindex bug criteria
c4555f82 38641
8e04817f 38642If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
38643
38644@itemize @bullet
8e04817f
AC
38645@cindex fatal signal
38646@cindex debugger crash
38647@cindex crash of debugger
c4555f82 38648@item
8e04817f
AC
38649If the debugger gets a fatal signal, for any input whatever, that is a
38650@value{GDBN} bug. Reliable debuggers never crash.
38651
38652@cindex error on valid input
38653@item
38654If @value{GDBN} produces an error message for valid input, that is a
38655bug. (Note that if you're cross debugging, the problem may also be
38656somewhere in the connection to the target.)
c4555f82 38657
8e04817f 38658@cindex invalid input
c4555f82 38659@item
8e04817f
AC
38660If @value{GDBN} does not produce an error message for invalid input,
38661that is a bug. However, you should note that your idea of
38662``invalid input'' might be our idea of ``an extension'' or ``support
38663for traditional practice''.
38664
38665@item
38666If you are an experienced user of debugging tools, your suggestions
38667for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
38668@end itemize
38669
8e04817f 38670@node Bug Reporting
79a6e687 38671@section How to Report Bugs
8e04817f
AC
38672@cindex bug reports
38673@cindex @value{GDBN} bugs, reporting
38674
38675A number of companies and individuals offer support for @sc{gnu} products.
38676If you obtained @value{GDBN} from a support organization, we recommend you
38677contact that organization first.
38678
38679You can find contact information for many support companies and
38680individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
38681distribution.
38682@c should add a web page ref...
38683
c16158bc
JM
38684@ifset BUGURL
38685@ifset BUGURL_DEFAULT
129188f6 38686In any event, we also recommend that you submit bug reports for
d3e8051b 38687@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
38688@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
38689page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
38690be used.
8e04817f
AC
38691
38692@strong{Do not send bug reports to @samp{info-gdb}, or to
38693@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
38694not want to receive bug reports. Those that do have arranged to receive
38695@samp{bug-gdb}.
38696
38697The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
38698serves as a repeater. The mailing list and the newsgroup carry exactly
38699the same messages. Often people think of posting bug reports to the
38700newsgroup instead of mailing them. This appears to work, but it has one
38701problem which can be crucial: a newsgroup posting often lacks a mail
38702path back to the sender. Thus, if we need to ask for more information,
38703we may be unable to reach you. For this reason, it is better to send
38704bug reports to the mailing list.
c16158bc
JM
38705@end ifset
38706@ifclear BUGURL_DEFAULT
38707In any event, we also recommend that you submit bug reports for
38708@value{GDBN} to @value{BUGURL}.
38709@end ifclear
38710@end ifset
c4555f82 38711
8e04817f
AC
38712The fundamental principle of reporting bugs usefully is this:
38713@strong{report all the facts}. If you are not sure whether to state a
38714fact or leave it out, state it!
c4555f82 38715
8e04817f
AC
38716Often people omit facts because they think they know what causes the
38717problem and assume that some details do not matter. Thus, you might
38718assume that the name of the variable you use in an example does not matter.
38719Well, probably it does not, but one cannot be sure. Perhaps the bug is a
38720stray memory reference which happens to fetch from the location where that
38721name is stored in memory; perhaps, if the name were different, the contents
38722of that location would fool the debugger into doing the right thing despite
38723the bug. Play it safe and give a specific, complete example. That is the
38724easiest thing for you to do, and the most helpful.
c4555f82 38725
8e04817f
AC
38726Keep in mind that the purpose of a bug report is to enable us to fix the
38727bug. It may be that the bug has been reported previously, but neither
38728you nor we can know that unless your bug report is complete and
38729self-contained.
c4555f82 38730
8e04817f
AC
38731Sometimes people give a few sketchy facts and ask, ``Does this ring a
38732bell?'' Those bug reports are useless, and we urge everyone to
38733@emph{refuse to respond to them} except to chide the sender to report
38734bugs properly.
38735
38736To enable us to fix the bug, you should include all these things:
c4555f82
SC
38737
38738@itemize @bullet
38739@item
8e04817f
AC
38740The version of @value{GDBN}. @value{GDBN} announces it if you start
38741with no arguments; you can also print it at any time using @code{show
38742version}.
c4555f82 38743
8e04817f
AC
38744Without this, we will not know whether there is any point in looking for
38745the bug in the current version of @value{GDBN}.
c4555f82
SC
38746
38747@item
8e04817f
AC
38748The type of machine you are using, and the operating system name and
38749version number.
c4555f82 38750
6eaaf48b
EZ
38751@item
38752The details of the @value{GDBN} build-time configuration.
38753@value{GDBN} shows these details if you invoke it with the
38754@option{--configuration} command-line option, or if you type
38755@code{show configuration} at @value{GDBN}'s prompt.
38756
c4555f82 38757@item
c1468174 38758What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 38759``@value{GCC}--2.8.1''.
c4555f82
SC
38760
38761@item
8e04817f 38762What compiler (and its version) was used to compile the program you are
c1468174 38763debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
38764C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
38765to get this information; for other compilers, see the documentation for
38766those compilers.
c4555f82 38767
8e04817f
AC
38768@item
38769The command arguments you gave the compiler to compile your example and
38770observe the bug. For example, did you use @samp{-O}? To guarantee
38771you will not omit something important, list them all. A copy of the
38772Makefile (or the output from make) is sufficient.
c4555f82 38773
8e04817f
AC
38774If we were to try to guess the arguments, we would probably guess wrong
38775and then we might not encounter the bug.
c4555f82 38776
8e04817f
AC
38777@item
38778A complete input script, and all necessary source files, that will
38779reproduce the bug.
c4555f82 38780
8e04817f
AC
38781@item
38782A description of what behavior you observe that you believe is
38783incorrect. For example, ``It gets a fatal signal.''
c4555f82 38784
8e04817f
AC
38785Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
38786will certainly notice it. But if the bug is incorrect output, we might
38787not notice unless it is glaringly wrong. You might as well not give us
38788a chance to make a mistake.
c4555f82 38789
8e04817f
AC
38790Even if the problem you experience is a fatal signal, you should still
38791say so explicitly. Suppose something strange is going on, such as, your
38792copy of @value{GDBN} is out of synch, or you have encountered a bug in
38793the C library on your system. (This has happened!) Your copy might
38794crash and ours would not. If you told us to expect a crash, then when
38795ours fails to crash, we would know that the bug was not happening for
38796us. If you had not told us to expect a crash, then we would not be able
38797to draw any conclusion from our observations.
c4555f82 38798
e0c07bf0
MC
38799@pindex script
38800@cindex recording a session script
38801To collect all this information, you can use a session recording program
38802such as @command{script}, which is available on many Unix systems.
38803Just run your @value{GDBN} session inside @command{script} and then
38804include the @file{typescript} file with your bug report.
38805
38806Another way to record a @value{GDBN} session is to run @value{GDBN}
38807inside Emacs and then save the entire buffer to a file.
38808
8e04817f
AC
38809@item
38810If you wish to suggest changes to the @value{GDBN} source, send us context
38811diffs. If you even discuss something in the @value{GDBN} source, refer to
38812it by context, not by line number.
c4555f82 38813
8e04817f
AC
38814The line numbers in our development sources will not match those in your
38815sources. Your line numbers would convey no useful information to us.
c4555f82 38816
8e04817f 38817@end itemize
c4555f82 38818
8e04817f 38819Here are some things that are not necessary:
c4555f82 38820
8e04817f
AC
38821@itemize @bullet
38822@item
38823A description of the envelope of the bug.
c4555f82 38824
8e04817f
AC
38825Often people who encounter a bug spend a lot of time investigating
38826which changes to the input file will make the bug go away and which
38827changes will not affect it.
c4555f82 38828
8e04817f
AC
38829This is often time consuming and not very useful, because the way we
38830will find the bug is by running a single example under the debugger
38831with breakpoints, not by pure deduction from a series of examples.
38832We recommend that you save your time for something else.
c4555f82 38833
8e04817f
AC
38834Of course, if you can find a simpler example to report @emph{instead}
38835of the original one, that is a convenience for us. Errors in the
38836output will be easier to spot, running under the debugger will take
38837less time, and so on.
c4555f82 38838
8e04817f
AC
38839However, simplification is not vital; if you do not want to do this,
38840report the bug anyway and send us the entire test case you used.
c4555f82 38841
8e04817f
AC
38842@item
38843A patch for the bug.
c4555f82 38844
8e04817f
AC
38845A patch for the bug does help us if it is a good one. But do not omit
38846the necessary information, such as the test case, on the assumption that
38847a patch is all we need. We might see problems with your patch and decide
38848to fix the problem another way, or we might not understand it at all.
c4555f82 38849
8e04817f
AC
38850Sometimes with a program as complicated as @value{GDBN} it is very hard to
38851construct an example that will make the program follow a certain path
38852through the code. If you do not send us the example, we will not be able
38853to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 38854
8e04817f
AC
38855And if we cannot understand what bug you are trying to fix, or why your
38856patch should be an improvement, we will not install it. A test case will
38857help us to understand.
c4555f82 38858
8e04817f
AC
38859@item
38860A guess about what the bug is or what it depends on.
c4555f82 38861
8e04817f
AC
38862Such guesses are usually wrong. Even we cannot guess right about such
38863things without first using the debugger to find the facts.
38864@end itemize
c4555f82 38865
8e04817f
AC
38866@c The readline documentation is distributed with the readline code
38867@c and consists of the two following files:
cc88a640
JK
38868@c rluser.texi
38869@c hsuser.texi
8e04817f
AC
38870@c Use -I with makeinfo to point to the appropriate directory,
38871@c environment var TEXINPUTS with TeX.
39037522 38872@ifclear SYSTEM_READLINE
5bdf8622 38873@include rluser.texi
cc88a640 38874@include hsuser.texi
39037522 38875@end ifclear
c4555f82 38876
4ceed123
JB
38877@node In Memoriam
38878@appendix In Memoriam
38879
9ed350ad
JB
38880The @value{GDBN} project mourns the loss of the following long-time
38881contributors:
4ceed123
JB
38882
38883@table @code
38884@item Fred Fish
9ed350ad
JB
38885Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
38886to Free Software in general. Outside of @value{GDBN}, he was known in
38887the Amiga world for his series of Fish Disks, and the GeekGadget project.
4ceed123
JB
38888
38889@item Michael Snyder
9ed350ad
JB
38890Michael was one of the Global Maintainers of the @value{GDBN} project,
38891with contributions recorded as early as 1996, until 2011. In addition
38892to his day to day participation, he was a large driving force behind
38893adding Reverse Debugging to @value{GDBN}.
4ceed123
JB
38894@end table
38895
38896Beyond their technical contributions to the project, they were also
38897enjoyable members of the Free Software Community. We will miss them.
c4555f82 38898
8e04817f
AC
38899@node Formatting Documentation
38900@appendix Formatting Documentation
c4555f82 38901
8e04817f
AC
38902@cindex @value{GDBN} reference card
38903@cindex reference card
38904The @value{GDBN} 4 release includes an already-formatted reference card, ready
38905for printing with PostScript or Ghostscript, in the @file{gdb}
38906subdirectory of the main source directory@footnote{In
38907@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
38908release.}. If you can use PostScript or Ghostscript with your printer,
38909you can print the reference card immediately with @file{refcard.ps}.
c4555f82 38910
8e04817f
AC
38911The release also includes the source for the reference card. You
38912can format it, using @TeX{}, by typing:
c4555f82 38913
474c8240 38914@smallexample
8e04817f 38915make refcard.dvi
474c8240 38916@end smallexample
c4555f82 38917
8e04817f
AC
38918The @value{GDBN} reference card is designed to print in @dfn{landscape}
38919mode on US ``letter'' size paper;
38920that is, on a sheet 11 inches wide by 8.5 inches
38921high. You will need to specify this form of printing as an option to
38922your @sc{dvi} output program.
c4555f82 38923
8e04817f 38924@cindex documentation
c4555f82 38925
8e04817f
AC
38926All the documentation for @value{GDBN} comes as part of the machine-readable
38927distribution. The documentation is written in Texinfo format, which is
38928a documentation system that uses a single source file to produce both
38929on-line information and a printed manual. You can use one of the Info
38930formatting commands to create the on-line version of the documentation
38931and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 38932
8e04817f
AC
38933@value{GDBN} includes an already formatted copy of the on-line Info
38934version of this manual in the @file{gdb} subdirectory. The main Info
38935file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
38936subordinate files matching @samp{gdb.info*} in the same directory. If
38937necessary, you can print out these files, or read them with any editor;
38938but they are easier to read using the @code{info} subsystem in @sc{gnu}
38939Emacs or the standalone @code{info} program, available as part of the
38940@sc{gnu} Texinfo distribution.
c4555f82 38941
8e04817f
AC
38942If you want to format these Info files yourself, you need one of the
38943Info formatting programs, such as @code{texinfo-format-buffer} or
38944@code{makeinfo}.
c4555f82 38945
8e04817f
AC
38946If you have @code{makeinfo} installed, and are in the top level
38947@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
38948version @value{GDBVN}), you can make the Info file by typing:
c4555f82 38949
474c8240 38950@smallexample
8e04817f
AC
38951cd gdb
38952make gdb.info
474c8240 38953@end smallexample
c4555f82 38954
8e04817f
AC
38955If you want to typeset and print copies of this manual, you need @TeX{},
38956a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
38957Texinfo definitions file.
c4555f82 38958
8e04817f
AC
38959@TeX{} is a typesetting program; it does not print files directly, but
38960produces output files called @sc{dvi} files. To print a typeset
38961document, you need a program to print @sc{dvi} files. If your system
38962has @TeX{} installed, chances are it has such a program. The precise
38963command to use depends on your system; @kbd{lpr -d} is common; another
38964(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
38965require a file name without any extension or a @samp{.dvi} extension.
c4555f82 38966
8e04817f
AC
38967@TeX{} also requires a macro definitions file called
38968@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
38969written in Texinfo format. On its own, @TeX{} cannot either read or
38970typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
38971and is located in the @file{gdb-@var{version-number}/texinfo}
38972directory.
c4555f82 38973
8e04817f 38974If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 38975typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
38976subdirectory of the main source directory (for example, to
38977@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 38978
474c8240 38979@smallexample
8e04817f 38980make gdb.dvi
474c8240 38981@end smallexample
c4555f82 38982
8e04817f 38983Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 38984
8e04817f
AC
38985@node Installing GDB
38986@appendix Installing @value{GDBN}
8e04817f 38987@cindex installation
c4555f82 38988
7fa2210b
DJ
38989@menu
38990* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 38991* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
38992* Separate Objdir:: Compiling @value{GDBN} in another directory
38993* Config Names:: Specifying names for hosts and targets
38994* Configure Options:: Summary of options for configure
098b41a6 38995* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
38996@end menu
38997
38998@node Requirements
79a6e687 38999@section Requirements for Building @value{GDBN}
7fa2210b
DJ
39000@cindex building @value{GDBN}, requirements for
39001
39002Building @value{GDBN} requires various tools and packages to be available.
39003Other packages will be used only if they are found.
39004
79a6e687 39005@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b 39006@table @asis
7f0bd420
TT
39007@item C@t{++}11 compiler
39008@value{GDBN} is written in C@t{++}11. It should be buildable with any
39009recent C@t{++}11 compiler, e.g.@: GCC.
7fa2210b 39010
7f0bd420
TT
39011@item GNU make
39012@value{GDBN}'s build system relies on features only found in the GNU
39013make program. Other variants of @code{make} will not work.
7fa2210b
DJ
39014@end table
39015
79a6e687 39016@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
39017@table @asis
39018@item Expat
123dc839 39019@anchor{Expat}
7fa2210b
DJ
39020@value{GDBN} can use the Expat XML parsing library. This library may be
39021included with your operating system distribution; if it is not, you
39022can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 39023The @file{configure} script will search for this library in several
7fa2210b
DJ
39024standard locations; if it is installed in an unusual path, you can
39025use the @option{--with-libexpat-prefix} option to specify its location.
39026
9cceb671
DJ
39027Expat is used for:
39028
39029@itemize @bullet
39030@item
39031Remote protocol memory maps (@pxref{Memory Map Format})
39032@item
39033Target descriptions (@pxref{Target Descriptions})
39034@item
2268b414
JK
39035Remote shared library lists (@xref{Library List Format},
39036or alternatively @pxref{Library List Format for SVR4 Targets})
9cceb671
DJ
39037@item
39038MS-Windows shared libraries (@pxref{Shared Libraries})
b3b9301e
PA
39039@item
39040Traceframe info (@pxref{Traceframe Info Format})
2ae8c8e7 39041@item
f4abbc16
MM
39042Branch trace (@pxref{Branch Trace Format},
39043@pxref{Branch Trace Configuration Format})
9cceb671 39044@end itemize
7fa2210b 39045
7f0bd420
TT
39046@item Guile
39047@value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
39048default, @value{GDBN} will be compiled if the Guile libraries are
39049installed and are found by @file{configure}. You can use the
39050@code{--with-guile} option to request Guile, and pass either the Guile
39051version number or the file name of the relevant @code{pkg-config}
39052program to choose a particular version of Guile.
39053
39054@item iconv
39055@value{GDBN}'s features related to character sets (@pxref{Character
39056Sets}) require a functioning @code{iconv} implementation. If you are
39057on a GNU system, then this is provided by the GNU C Library. Some
39058other systems also provide a working @code{iconv}.
39059
39060If @value{GDBN} is using the @code{iconv} program which is installed
39061in a non-standard place, you will need to tell @value{GDBN} where to
39062find it. This is done with @option{--with-iconv-bin} which specifies
39063the directory that contains the @code{iconv} program. This program is
39064run in order to make a list of the available character sets.
39065
39066On systems without @code{iconv}, you can install GNU Libiconv. If
39067Libiconv is installed in a standard place, @value{GDBN} will
39068automatically use it if it is needed. If you have previously
39069installed Libiconv in a non-standard place, you can use the
39070@option{--with-libiconv-prefix} option to @file{configure}.
39071
39072@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
39073arrange to build Libiconv if a directory named @file{libiconv} appears
39074in the top-most source directory. If Libiconv is built this way, and
39075if the operating system does not provide a suitable @code{iconv}
39076implementation, then the just-built library will automatically be used
39077by @value{GDBN}. One easy way to set this up is to download GNU
39078Libiconv, unpack it inside the top-level directory of the @value{GDBN}
39079source tree, and then rename the directory holding the Libiconv source
39080code to @samp{libiconv}.
39081
39082@item lzma
39083@value{GDBN} can support debugging sections that are compressed with
39084the LZMA library. @xref{MiniDebugInfo}. If this library is not
39085included with your operating system, you can find it in the xz package
39086at @url{http://tukaani.org/xz/}. If the LZMA library is available in
39087the usual place, then the @file{configure} script will use it
39088automatically. If it is installed in an unusual path, you can use the
39089@option{--with-lzma-prefix} option to specify its location.
39090
2400729e
UW
39091@item MPFR
39092@anchor{MPFR}
39093@value{GDBN} can use the GNU MPFR multiple-precision floating-point
39094library. This library may be included with your operating system
39095distribution; if it is not, you can get the latest version from
39096@url{http://www.mpfr.org}. The @file{configure} script will search
39097for this library in several standard locations; if it is installed
39098in an unusual path, you can use the @option{--with-libmpfr-prefix}
39099option to specify its location.
39100
39101GNU MPFR is used to emulate target floating-point arithmetic during
39102expression evaluation when the target uses different floating-point
39103formats than the host. If GNU MPFR it is not available, @value{GDBN}
39104will fall back to using host floating-point arithmetic.
39105
7f0bd420
TT
39106@item Python
39107@value{GDBN} can be scripted using Python language. @xref{Python}.
39108By default, @value{GDBN} will be compiled if the Python libraries are
39109installed and are found by @file{configure}. You can use the
39110@code{--with-python} option to request Python, and pass either the
39111file name of the relevant @code{python} executable, or the name of the
39112directory in which Python is installed, to choose a particular
39113installation of Python.
39114
31fffb02
CS
39115@item zlib
39116@cindex compressed debug sections
39117@value{GDBN} will use the @samp{zlib} library, if available, to read
39118compressed debug sections. Some linkers, such as GNU gold, are capable
39119of producing binaries with compressed debug sections. If @value{GDBN}
39120is compiled with @samp{zlib}, it will be able to read the debug
39121information in such binaries.
39122
39123The @samp{zlib} library is likely included with your operating system
39124distribution; if it is not, you can get the latest version from
39125@url{http://zlib.net}.
7fa2210b
DJ
39126@end table
39127
39128@node Running Configure
db2e3e2e 39129@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 39130@cindex configuring @value{GDBN}
db2e3e2e 39131@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
39132of preparing @value{GDBN} for installation; you can then use @code{make} to
39133build the @code{gdb} program.
39134@iftex
39135@c irrelevant in info file; it's as current as the code it lives with.
39136@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
39137look at the @file{README} file in the sources; we may have improved the
39138installation procedures since publishing this manual.}
39139@end iftex
c4555f82 39140
8e04817f
AC
39141The @value{GDBN} distribution includes all the source code you need for
39142@value{GDBN} in a single directory, whose name is usually composed by
39143appending the version number to @samp{gdb}.
c4555f82 39144
8e04817f
AC
39145For example, the @value{GDBN} version @value{GDBVN} distribution is in the
39146@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 39147
8e04817f
AC
39148@table @code
39149@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
39150script for configuring @value{GDBN} and all its supporting libraries
c4555f82 39151
8e04817f
AC
39152@item gdb-@value{GDBVN}/gdb
39153the source specific to @value{GDBN} itself
c4555f82 39154
8e04817f
AC
39155@item gdb-@value{GDBVN}/bfd
39156source for the Binary File Descriptor library
c906108c 39157
8e04817f
AC
39158@item gdb-@value{GDBVN}/include
39159@sc{gnu} include files
c906108c 39160
8e04817f
AC
39161@item gdb-@value{GDBVN}/libiberty
39162source for the @samp{-liberty} free software library
c906108c 39163
8e04817f
AC
39164@item gdb-@value{GDBVN}/opcodes
39165source for the library of opcode tables and disassemblers
c906108c 39166
8e04817f
AC
39167@item gdb-@value{GDBVN}/readline
39168source for the @sc{gnu} command-line interface
8e04817f 39169@end table
c906108c 39170
7f0bd420
TT
39171There may be other subdirectories as well.
39172
db2e3e2e 39173The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
39174from the @file{gdb-@var{version-number}} source directory, which in
39175this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 39176
8e04817f 39177First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 39178if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
39179identifier for the platform on which @value{GDBN} will run as an
39180argument.
c906108c 39181
8e04817f 39182For example:
c906108c 39183
474c8240 39184@smallexample
8e04817f 39185cd gdb-@value{GDBVN}
7f0bd420 39186./configure
8e04817f 39187make
474c8240 39188@end smallexample
c906108c 39189
7f0bd420
TT
39190Running @samp{configure} and then running @code{make} builds the
39191included supporting libraries, then @code{gdb} itself. The configured
39192source files, and the binaries, are left in the corresponding source
39193directories.
c906108c 39194
8e04817f 39195@need 750
db2e3e2e 39196@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
39197system does not recognize this automatically when you run a different
39198shell, you may need to run @code{sh} on it explicitly:
c906108c 39199
474c8240 39200@smallexample
7f0bd420 39201sh configure
474c8240 39202@end smallexample
c906108c 39203
db2e3e2e 39204You should run the @file{configure} script from the top directory in the
94e91d6d 39205source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 39206@file{configure} from one of the subdirectories, you will configure only
94e91d6d 39207that subdirectory. That is usually not what you want. In particular,
db2e3e2e 39208if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
39209of the @file{gdb-@var{version-number}} directory, you will omit the
39210configuration of @file{bfd}, @file{readline}, and other sibling
39211directories of the @file{gdb} subdirectory. This leads to build errors
39212about missing include files such as @file{bfd/bfd.h}.
c906108c 39213
7f0bd420
TT
39214You can install @code{@value{GDBN}} anywhere. The best way to do this
39215is to pass the @code{--prefix} option to @code{configure}, and then
39216install it with @code{make install}.
c906108c 39217
8e04817f 39218@node Separate Objdir
79a6e687 39219@section Compiling @value{GDBN} in Another Directory
c906108c 39220
8e04817f
AC
39221If you want to run @value{GDBN} versions for several host or target machines,
39222you need a different @code{gdb} compiled for each combination of
db2e3e2e 39223host and target. @file{configure} is designed to make this easy by
8e04817f
AC
39224allowing you to generate each configuration in a separate subdirectory,
39225rather than in the source directory. If your @code{make} program
39226handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
39227@code{make} in each of these directories builds the @code{gdb}
39228program specified there.
c906108c 39229
db2e3e2e 39230To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 39231with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
39232(You also need to specify a path to find @file{configure}
39233itself from your working directory. If the path to @file{configure}
8e04817f
AC
39234would be the same as the argument to @samp{--srcdir}, you can leave out
39235the @samp{--srcdir} option; it is assumed.)
c906108c 39236
8e04817f
AC
39237For example, with version @value{GDBVN}, you can build @value{GDBN} in a
39238separate directory for a Sun 4 like this:
c906108c 39239
474c8240 39240@smallexample
8e04817f
AC
39241@group
39242cd gdb-@value{GDBVN}
39243mkdir ../gdb-sun4
39244cd ../gdb-sun4
7f0bd420 39245../gdb-@value{GDBVN}/configure
8e04817f
AC
39246make
39247@end group
474c8240 39248@end smallexample
c906108c 39249
db2e3e2e 39250When @file{configure} builds a configuration using a remote source
8e04817f
AC
39251directory, it creates a tree for the binaries with the same structure
39252(and using the same names) as the tree under the source directory. In
39253the example, you'd find the Sun 4 library @file{libiberty.a} in the
39254directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
39255@file{gdb-sun4/gdb}.
c906108c 39256
94e91d6d
MC
39257Make sure that your path to the @file{configure} script has just one
39258instance of @file{gdb} in it. If your path to @file{configure} looks
39259like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
39260one subdirectory of @value{GDBN}, not the whole package. This leads to
39261build errors about missing include files such as @file{bfd/bfd.h}.
39262
8e04817f
AC
39263One popular reason to build several @value{GDBN} configurations in separate
39264directories is to configure @value{GDBN} for cross-compiling (where
39265@value{GDBN} runs on one machine---the @dfn{host}---while debugging
39266programs that run on another machine---the @dfn{target}).
39267You specify a cross-debugging target by
db2e3e2e 39268giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 39269
8e04817f
AC
39270When you run @code{make} to build a program or library, you must run
39271it in a configured directory---whatever directory you were in when you
db2e3e2e 39272called @file{configure} (or one of its subdirectories).
c906108c 39273
db2e3e2e 39274The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
39275directory also runs recursively. If you type @code{make} in a source
39276directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
39277directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
39278will build all the required libraries, and then build GDB.
c906108c 39279
8e04817f
AC
39280When you have multiple hosts or targets configured in separate
39281directories, you can run @code{make} on them in parallel (for example,
39282if they are NFS-mounted on each of the hosts); they will not interfere
39283with each other.
c906108c 39284
8e04817f 39285@node Config Names
79a6e687 39286@section Specifying Names for Hosts and Targets
c906108c 39287
db2e3e2e 39288The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
39289script are based on a three-part naming scheme, but some short predefined
39290aliases are also supported. The full naming scheme encodes three pieces
39291of information in the following pattern:
c906108c 39292
474c8240 39293@smallexample
8e04817f 39294@var{architecture}-@var{vendor}-@var{os}
474c8240 39295@end smallexample
c906108c 39296
8e04817f
AC
39297For example, you can use the alias @code{sun4} as a @var{host} argument,
39298or as the value for @var{target} in a @code{--target=@var{target}}
39299option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 39300
db2e3e2e 39301The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 39302any query facility to list all supported host and target names or
db2e3e2e 39303aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
39304@code{config.sub} to map abbreviations to full names; you can read the
39305script, if you wish, or you can use it to test your guesses on
39306abbreviations---for example:
c906108c 39307
8e04817f
AC
39308@smallexample
39309% sh config.sub i386-linux
39310i386-pc-linux-gnu
39311% sh config.sub alpha-linux
39312alpha-unknown-linux-gnu
39313% sh config.sub hp9k700
39314hppa1.1-hp-hpux
39315% sh config.sub sun4
39316sparc-sun-sunos4.1.1
39317% sh config.sub sun3
39318m68k-sun-sunos4.1.1
39319% sh config.sub i986v
39320Invalid configuration `i986v': machine `i986v' not recognized
39321@end smallexample
c906108c 39322
8e04817f
AC
39323@noindent
39324@code{config.sub} is also distributed in the @value{GDBN} source
39325directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 39326
8e04817f 39327@node Configure Options
db2e3e2e 39328@section @file{configure} Options
c906108c 39329
db2e3e2e 39330Here is a summary of the @file{configure} options and arguments that
7f0bd420
TT
39331are most often useful for building @value{GDBN}. @file{configure}
39332also has several other options not listed here. @inforef{Running
39333configure scripts,,autoconf.info}, for a full
39334explanation of @file{configure}.
c906108c 39335
474c8240 39336@smallexample
8e04817f
AC
39337configure @r{[}--help@r{]}
39338 @r{[}--prefix=@var{dir}@r{]}
39339 @r{[}--exec-prefix=@var{dir}@r{]}
39340 @r{[}--srcdir=@var{dirname}@r{]}
8e04817f 39341 @r{[}--target=@var{target}@r{]}
474c8240 39342@end smallexample
c906108c 39343
8e04817f
AC
39344@noindent
39345You may introduce options with a single @samp{-} rather than
39346@samp{--} if you prefer; but you may abbreviate option names if you use
39347@samp{--}.
c906108c 39348
8e04817f
AC
39349@table @code
39350@item --help
db2e3e2e 39351Display a quick summary of how to invoke @file{configure}.
c906108c 39352
8e04817f
AC
39353@item --prefix=@var{dir}
39354Configure the source to install programs and files under directory
39355@file{@var{dir}}.
c906108c 39356
8e04817f
AC
39357@item --exec-prefix=@var{dir}
39358Configure the source to install programs under directory
39359@file{@var{dir}}.
c906108c 39360
8e04817f
AC
39361@c avoid splitting the warning from the explanation:
39362@need 2000
39363@item --srcdir=@var{dirname}
8e04817f
AC
39364Use this option to make configurations in directories separate from the
39365@value{GDBN} source directories. Among other things, you can use this to
39366build (or maintain) several configurations simultaneously, in separate
db2e3e2e 39367directories. @file{configure} writes configuration-specific files in
8e04817f 39368the current directory, but arranges for them to use the source in the
db2e3e2e 39369directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
39370the working directory in parallel to the source directories below
39371@var{dirname}.
c906108c 39372
8e04817f
AC
39373@item --target=@var{target}
39374Configure @value{GDBN} for cross-debugging programs running on the specified
39375@var{target}. Without this option, @value{GDBN} is configured to debug
39376programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 39377
a95746f9
TT
39378There is no convenient way to generate a list of all available
39379targets. Also see the @code{--enable-targets} option, below.
8e04817f 39380@end table
c906108c 39381
a95746f9
TT
39382There are many other options that are specific to @value{GDBN}. This
39383lists just the most common ones; there are some very specialized
39384options not described here.
39385
39386@table @code
39387@item --enable-targets=@r{[}@var{target}@r{]}@dots{}
39388@itemx --enable-targets=all
39389Configure @value{GDBN} for cross-debugging programs running on the
39390specified list of targets. The special value @samp{all} configures
39391@value{GDBN} for debugging programs running on any target it supports.
39392
39393@item --with-gdb-datadir=@var{path}
39394Set the @value{GDBN}-specific data directory. @value{GDBN} will look
39395here for certain supporting files or scripts. This defaults to the
6b92c0d3 39396@file{gdb} subdirectory of @samp{datadir} (which can be set using
a95746f9
TT
39397@code{--datadir}).
39398
39399@item --with-relocated-sources=@var{dir}
39400Sets up the default source path substitution rule so that directory
39401names recorded in debug information will be automatically adjusted for
39402any directory under @var{dir}. @var{dir} should be a subdirectory of
39403@value{GDBN}'s configured prefix, the one mentioned in the
39404@code{--prefix} or @code{--exec-prefix} options to configure. This
39405option is useful if GDB is supposed to be moved to a different place
39406after it is built.
39407
39408@item --enable-64-bit-bfd
39409Enable 64-bit support in BFD on 32-bit hosts.
39410
39411@item --disable-gdbmi
39412Build @value{GDBN} without the GDB/MI machine interface
39413(@pxref{GDB/MI}).
39414
39415@item --enable-tui
39416Build @value{GDBN} with the text-mode full-screen user interface
39417(TUI). Requires a curses library (ncurses and cursesX are also
39418supported).
39419
39420@item --with-curses
39421Use the curses library instead of the termcap library, for text-mode
39422terminal operations.
39423
39424@item --with-libunwind-ia64
39425Use the libunwind library for unwinding function call stack on ia64
39426target platforms. See http://www.nongnu.org/libunwind/index.html for
39427details.
39428
39429@item --with-system-readline
39430Use the readline library installed on the host, rather than the
86c6b807
TT
39431library supplied as part of @value{GDBN}. Readline 7 or newer is
39432required; this is enforced by the build system.
a95746f9
TT
39433
39434@item --with-system-zlib
39435Use the zlib library installed on the host, rather than the library
39436supplied as part of @value{GDBN}.
39437
39438@item --with-expat
39439Build @value{GDBN} with Expat, a library for XML parsing. (Done by
39440default if libexpat is installed and found at configure time.) This
39441library is used to read XML files supplied with @value{GDBN}. If it
39442is unavailable, some features, such as remote protocol memory maps,
39443target descriptions, and shared library lists, that are based on XML
39444files, will not be available in @value{GDBN}. If your host does not
39445have libexpat installed, you can get the latest version from
39446`http://expat.sourceforge.net'.
39447
39448@item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
39449
39450Build @value{GDBN} with GNU libiconv, a character set encoding
39451conversion library. This is not done by default, as on GNU systems
39452the @code{iconv} that is built in to the C library is sufficient. If
39453your host does not have a working @code{iconv}, you can get the latest
39454version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
39455
39456@value{GDBN}'s build system also supports building GNU libiconv as
39457part of the overall build. @xref{Requirements}.
39458
39459@item --with-lzma
39460Build @value{GDBN} with LZMA, a compression library. (Done by default
39461if liblzma is installed and found at configure time.) LZMA is used by
39462@value{GDBN}'s "mini debuginfo" feature, which is only useful on
39463platforms using the ELF object file format. If your host does not
39464have liblzma installed, you can get the latest version from
39465`https://tukaani.org/xz/'.
39466
39467@item --with-mpfr
39468Build @value{GDBN} with GNU MPFR, a library for multiple-precision
39469floating-point computation with correct rounding. (Done by default if
39470GNU MPFR is installed and found at configure time.) This library is
39471used to emulate target floating-point arithmetic during expression
39472evaluation when the target uses different floating-point formats than
39473the host. If GNU MPFR is not available, @value{GDBN} will fall back
39474to using host floating-point arithmetic. If your host does not have
39475GNU MPFR installed, you can get the latest version from
39476`http://www.mpfr.org'.
39477
39478@item --with-python@r{[}=@var{python}@r{]}
39479Build @value{GDBN} with Python scripting support. (Done by default if
39480libpython is present and found at configure time.) Python makes
39481@value{GDBN} scripting much more powerful than the restricted CLI
39482scripting language. If your host does not have Python installed, you
39483can find it on `http://www.python.org/download/'. The oldest version
2c3fc25d 39484of Python supported by GDB is 2.6. The optional argument @var{python}
a95746f9
TT
39485is used to find the Python headers and libraries. It can be either
39486the name of a Python executable, or the name of the directory in which
39487Python is installed.
39488
39489@item --with-guile[=GUILE]'
39490Build @value{GDBN} with GNU Guile scripting support. (Done by default
39491if libguile is present and found at configure time.) If your host
39492does not have Guile installed, you can find it at
39493`https://www.gnu.org/software/guile/'. The optional argument GUILE
39494can be a version number, which will cause @code{configure} to try to
39495use that version of Guile; or the file name of a @code{pkg-config}
39496executable, which will be queried to find the information needed to
39497compile and link against Guile.
39498
39499@item --without-included-regex
39500Don't use the regex library included with @value{GDBN} (as part of the
39501libiberty library). This is the default on hosts with version 2 of
39502the GNU C library.
39503
39504@item --with-sysroot=@var{dir}
39505Use @var{dir} as the default system root directory for libraries whose
39506file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
39507@var{dir} can be modified at run time by using the @command{set
39508sysroot} command.) If @var{dir} is under the @value{GDBN} configured
39509prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
39510default system root will be automatically adjusted if and when
39511@value{GDBN} is moved to a different location.
39512
39513@item --with-system-gdbinit=@var{file}
39514Configure @value{GDBN} to automatically load a system-wide init file.
39515@var{file} should be an absolute file name. If @var{file} is in a
39516directory under the configured prefix, and @value{GDBN} is moved to
39517another location after being built, the location of the system-wide
39518init file will be adjusted accordingly.
39519
ed2a2229
CB
39520@item --with-system-gdbinit-dir=@var{directory}
39521Configure @value{GDBN} to automatically load init files from a
39522system-wide directory. @var{directory} should be an absolute directory
39523name. If @var{directory} is in a directory under the configured
39524prefix, and @value{GDBN} is moved to another location after being
39525built, the location of the system-wide init directory will be
39526adjusted accordingly.
39527
a95746f9
TT
39528@item --enable-build-warnings
39529When building the @value{GDBN} sources, ask the compiler to warn about
39530any code which looks even vaguely suspicious. It passes many
39531different warning flags, depending on the exact version of the
39532compiler you are using.
39533
39534@item --enable-werror
39535Treat compiler warnings as werrors. It adds the @code{-Werror} flag
39536to the compiler, which will fail the compilation if the compiler
39537outputs any warning messages.
f35d5ade
TT
39538
39539@item --enable-ubsan
eff98030
TT
39540Enable the GCC undefined behavior sanitizer. This is disabled by
39541default, but passing @code{--enable-ubsan=yes} or
39542@code{--enable-ubsan=auto} to @code{configure} will enable it. The
39543undefined behavior sanitizer checks for C@t{++} undefined behavior.
39544It has a performance cost, so if you are looking at @value{GDBN}'s
39545performance, you should disable it. The undefined behavior sanitizer
39546was first introduced in GCC 4.9.
a95746f9 39547@end table
c906108c 39548
098b41a6
JG
39549@node System-wide configuration
39550@section System-wide configuration and settings
39551@cindex system-wide init file
39552
ed2a2229
CB
39553@value{GDBN} can be configured to have a system-wide init file and a
39554system-wide init file directory; this file and files in that directory
39555(if they have a recognized file extension) will be read and executed at
39556startup (@pxref{Startup, , What @value{GDBN} does during startup}).
098b41a6 39557
ed2a2229 39558Here are the corresponding configure options:
098b41a6
JG
39559
39560@table @code
39561@item --with-system-gdbinit=@var{file}
39562Specify that the default location of the system-wide init file is
39563@var{file}.
ed2a2229
CB
39564@item --with-system-gdbinit-dir=@var{directory}
39565Specify that the default location of the system-wide init file directory
39566is @var{directory}.
098b41a6
JG
39567@end table
39568
39569If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
ed2a2229 39570they may be subject to relocation. Two possible cases:
098b41a6
JG
39571
39572@itemize @bullet
39573@item
ed2a2229 39574If the default location of this init file/directory contains @file{$prefix},
098b41a6
JG
39575it will be subject to relocation. Suppose that the configure options
39576are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
39577if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
39578init file is looked for as @file{$install/etc/gdbinit} instead of
39579@file{$prefix/etc/gdbinit}.
39580
39581@item
39582By contrast, if the default location does not contain the prefix,
39583it will not be relocated. E.g.@: if @value{GDBN} has been configured with
39584@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
39585then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
39586wherever @value{GDBN} is installed.
39587@end itemize
39588
e64e0392
DE
39589If the configured location of the system-wide init file (as given by the
39590@option{--with-system-gdbinit} option at configure time) is in the
39591data-directory (as specified by @option{--with-gdb-datadir} at configure
39592time) or in one of its subdirectories, then @value{GDBN} will look for the
39593system-wide init file in the directory specified by the
39594@option{--data-directory} command-line option.
39595Note that the system-wide init file is only read once, during @value{GDBN}
39596initialization. If the data-directory is changed after @value{GDBN} has
39597started with the @code{set data-directory} command, the file will not be
39598reread.
39599
ed2a2229
CB
39600This applies similarly to the system-wide directory specified in
39601@option{--with-system-gdbinit-dir}.
39602
39603Any supported scripting language can be used for these init files, as long
39604as the file extension matches the scripting language. To be interpreted
39605as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
39606extension.
39607
5901af59
JB
39608@menu
39609* System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
39610@end menu
39611
39612@node System-wide Configuration Scripts
0201faac
JB
39613@subsection Installed System-wide Configuration Scripts
39614@cindex system-wide configuration scripts
39615
39616The @file{system-gdbinit} directory, located inside the data-directory
39617(as specified by @option{--with-gdb-datadir} at configure time) contains
39618a number of scripts which can be used as system-wide init files. To
39619automatically source those scripts at startup, @value{GDBN} should be
39620configured with @option{--with-system-gdbinit}. Otherwise, any user
39621should be able to source them by hand as needed.
39622
39623The following scripts are currently available:
39624@itemize @bullet
39625
39626@item @file{elinos.py}
39627@pindex elinos.py
39628@cindex ELinOS system-wide configuration script
39629This script is useful when debugging a program on an ELinOS target.
39630It takes advantage of the environment variables defined in a standard
39631ELinOS environment in order to determine the location of the system
39632shared libraries, and then sets the @samp{solib-absolute-prefix}
39633and @samp{solib-search-path} variables appropriately.
39634
39635@item @file{wrs-linux.py}
39636@pindex wrs-linux.py
39637@cindex Wind River Linux system-wide configuration script
39638This script is useful when debugging a program on a target running
39639Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
39640the host-side sysroot used by the target system.
39641
39642@end itemize
39643
8e04817f
AC
39644@node Maintenance Commands
39645@appendix Maintenance Commands
39646@cindex maintenance commands
39647@cindex internal commands
c906108c 39648
8e04817f 39649In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
39650includes a number of commands intended for @value{GDBN} developers,
39651that are not documented elsewhere in this manual. These commands are
da316a69
EZ
39652provided here for reference. (For commands that turn on debugging
39653messages, see @ref{Debugging Output}.)
c906108c 39654
8e04817f 39655@table @code
09d4efe1 39656@kindex maint agent
782b2b07 39657@kindex maint agent-eval
f77cc5f0
HZ
39658@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
39659@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
09d4efe1
EZ
39660Translate the given @var{expression} into remote agent bytecodes.
39661This command is useful for debugging the Agent Expression mechanism
782b2b07
SS
39662(@pxref{Agent Expressions}). The @samp{agent} version produces an
39663expression useful for data collection, such as by tracepoints, while
39664@samp{maint agent-eval} produces an expression that evaluates directly
39665to a result. For instance, a collection expression for @code{globa +
39666globb} will include bytecodes to record four bytes of memory at each
39667of the addresses of @code{globa} and @code{globb}, while discarding
39668the result of the addition, while an evaluation expression will do the
39669addition and return the sum.
f77cc5f0
HZ
39670If @code{-at} is given, generate remote agent bytecode for @var{location}.
39671If not, generate remote agent bytecode for current frame PC address.
09d4efe1 39672
d3ce09f5
SS
39673@kindex maint agent-printf
39674@item maint agent-printf @var{format},@var{expr},...
39675Translate the given format string and list of argument expressions
39676into remote agent bytecodes and display them as a disassembled list.
39677This command is useful for debugging the agent version of dynamic
6dd24dfa 39678printf (@pxref{Dynamic Printf}).
d3ce09f5 39679
8e04817f
AC
39680@kindex maint info breakpoints
39681@item @anchor{maint info breakpoints}maint info breakpoints
39682Using the same format as @samp{info breakpoints}, display both the
39683breakpoints you've set explicitly, and those @value{GDBN} is using for
39684internal purposes. Internal breakpoints are shown with negative
39685breakpoint numbers. The type column identifies what kind of breakpoint
39686is shown:
c906108c 39687
8e04817f
AC
39688@table @code
39689@item breakpoint
39690Normal, explicitly set breakpoint.
c906108c 39691
8e04817f
AC
39692@item watchpoint
39693Normal, explicitly set watchpoint.
c906108c 39694
8e04817f
AC
39695@item longjmp
39696Internal breakpoint, used to handle correctly stepping through
39697@code{longjmp} calls.
c906108c 39698
8e04817f
AC
39699@item longjmp resume
39700Internal breakpoint at the target of a @code{longjmp}.
c906108c 39701
8e04817f
AC
39702@item until
39703Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 39704
8e04817f
AC
39705@item finish
39706Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 39707
8e04817f
AC
39708@item shlib events
39709Shared library events.
c906108c 39710
8e04817f 39711@end table
c906108c 39712
b0627500
MM
39713@kindex maint info btrace
39714@item maint info btrace
39715Pint information about raw branch tracing data.
39716
39717@kindex maint btrace packet-history
39718@item maint btrace packet-history
39719Print the raw branch trace packets that are used to compute the
39720execution history for the @samp{record btrace} command. Both the
39721information and the format in which it is printed depend on the btrace
39722recording format.
39723
39724@table @code
39725@item bts
39726For the BTS recording format, print a list of blocks of sequential
39727code. For each block, the following information is printed:
39728
39729@table @asis
39730@item Block number
39731Newer blocks have higher numbers. The oldest block has number zero.
39732@item Lowest @samp{PC}
39733@item Highest @samp{PC}
39734@end table
39735
39736@item pt
bc504a31
PA
39737For the Intel Processor Trace recording format, print a list of
39738Intel Processor Trace packets. For each packet, the following
b0627500
MM
39739information is printed:
39740
39741@table @asis
39742@item Packet number
39743Newer packets have higher numbers. The oldest packet has number zero.
39744@item Trace offset
39745The packet's offset in the trace stream.
39746@item Packet opcode and payload
39747@end table
39748@end table
39749
39750@kindex maint btrace clear-packet-history
39751@item maint btrace clear-packet-history
39752Discards the cached packet history printed by the @samp{maint btrace
39753packet-history} command. The history will be computed again when
39754needed.
39755
39756@kindex maint btrace clear
39757@item maint btrace clear
39758Discard the branch trace data. The data will be fetched anew and the
39759branch trace will be recomputed when needed.
39760
39761This implicitly truncates the branch trace to a single branch trace
39762buffer. When updating branch trace incrementally, the branch trace
39763available to @value{GDBN} may be bigger than a single branch trace
39764buffer.
39765
39766@kindex maint set btrace pt skip-pad
39767@item maint set btrace pt skip-pad
39768@kindex maint show btrace pt skip-pad
39769@item maint show btrace pt skip-pad
39770Control whether @value{GDBN} will skip PAD packets when computing the
39771packet history.
39772
fff08868
HZ
39773@kindex set displaced-stepping
39774@kindex show displaced-stepping
237fc4c9
PA
39775@cindex displaced stepping support
39776@cindex out-of-line single-stepping
fff08868
HZ
39777@item set displaced-stepping
39778@itemx show displaced-stepping
237fc4c9 39779Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
39780if the target supports it. Displaced stepping is a way to single-step
39781over breakpoints without removing them from the inferior, by executing
39782an out-of-line copy of the instruction that was originally at the
39783breakpoint location. It is also known as out-of-line single-stepping.
39784
39785@table @code
39786@item set displaced-stepping on
39787If the target architecture supports it, @value{GDBN} will use
39788displaced stepping to step over breakpoints.
39789
39790@item set displaced-stepping off
39791@value{GDBN} will not use displaced stepping to step over breakpoints,
39792even if such is supported by the target architecture.
39793
39794@cindex non-stop mode, and @samp{set displaced-stepping}
39795@item set displaced-stepping auto
39796This is the default mode. @value{GDBN} will use displaced stepping
39797only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
39798architecture supports displaced stepping.
39799@end table
237fc4c9 39800
7d0c9981
DE
39801@kindex maint check-psymtabs
39802@item maint check-psymtabs
39803Check the consistency of currently expanded psymtabs versus symtabs.
39804Use this to check, for example, whether a symbol is in one but not the other.
39805
09d4efe1
EZ
39806@kindex maint check-symtabs
39807@item maint check-symtabs
7d0c9981
DE
39808Check the consistency of currently expanded symtabs.
39809
39810@kindex maint expand-symtabs
39811@item maint expand-symtabs [@var{regexp}]
39812Expand symbol tables.
39813If @var{regexp} is specified, only expand symbol tables for file
39814names matching @var{regexp}.
09d4efe1 39815
992c7d70
GB
39816@kindex maint set catch-demangler-crashes
39817@kindex maint show catch-demangler-crashes
39818@cindex demangler crashes
39819@item maint set catch-demangler-crashes [on|off]
39820@itemx maint show catch-demangler-crashes
39821Control whether @value{GDBN} should attempt to catch crashes in the
39822symbol name demangler. The default is to attempt to catch crashes.
39823If enabled, the first time a crash is caught, a core file is created,
39824the offending symbol is displayed and the user is presented with the
39825option to terminate the current session.
39826
09d4efe1
EZ
39827@kindex maint cplus first_component
39828@item maint cplus first_component @var{name}
39829Print the first C@t{++} class/namespace component of @var{name}.
39830
39831@kindex maint cplus namespace
39832@item maint cplus namespace
39833Print the list of possible C@t{++} namespaces.
39834
09d4efe1
EZ
39835@kindex maint deprecate
39836@kindex maint undeprecate
39837@cindex deprecated commands
39838@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
39839@itemx maint undeprecate @var{command}
39840Deprecate or undeprecate the named @var{command}. Deprecated commands
39841cause @value{GDBN} to issue a warning when you use them. The optional
39842argument @var{replacement} says which newer command should be used in
39843favor of the deprecated one; if it is given, @value{GDBN} will mention
39844the replacement as part of the warning.
39845
39846@kindex maint dump-me
39847@item maint dump-me
721c2651 39848@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 39849Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
39850This is supported only on systems which support aborting a program
39851with the @code{SIGQUIT} signal.
09d4efe1 39852
8d30a00d
AC
39853@kindex maint internal-error
39854@kindex maint internal-warning
57fcfb1b
GB
39855@kindex maint demangler-warning
39856@cindex demangler crashes
09d4efe1
EZ
39857@item maint internal-error @r{[}@var{message-text}@r{]}
39858@itemx maint internal-warning @r{[}@var{message-text}@r{]}
57fcfb1b
GB
39859@itemx maint demangler-warning @r{[}@var{message-text}@r{]}
39860
39861Cause @value{GDBN} to call the internal function @code{internal_error},
39862@code{internal_warning} or @code{demangler_warning} and hence behave
7ee67ee4 39863as though an internal problem has been detected. In addition to
57fcfb1b
GB
39864reporting the internal problem, these functions give the user the
39865opportunity to either quit @value{GDBN} or (for @code{internal_error}
39866and @code{internal_warning}) create a core file of the current
8d30a00d
AC
39867@value{GDBN} session.
39868
09d4efe1
EZ
39869These commands take an optional parameter @var{message-text} that is
39870used as the text of the error or warning message.
39871
d3e8051b 39872Here's an example of using @code{internal-error}:
09d4efe1 39873
8d30a00d 39874@smallexample
f7dc1244 39875(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
39876@dots{}/maint.c:121: internal-error: testing, 1, 2
39877A problem internal to GDB has been detected. Further
39878debugging may prove unreliable.
39879Quit this debugging session? (y or n) @kbd{n}
39880Create a core file? (y or n) @kbd{n}
f7dc1244 39881(@value{GDBP})
8d30a00d
AC
39882@end smallexample
39883
3c16cced
PA
39884@cindex @value{GDBN} internal error
39885@cindex internal errors, control of @value{GDBN} behavior
57fcfb1b 39886@cindex demangler crashes
3c16cced
PA
39887
39888@kindex maint set internal-error
39889@kindex maint show internal-error
39890@kindex maint set internal-warning
39891@kindex maint show internal-warning
57fcfb1b
GB
39892@kindex maint set demangler-warning
39893@kindex maint show demangler-warning
3c16cced
PA
39894@item maint set internal-error @var{action} [ask|yes|no]
39895@itemx maint show internal-error @var{action}
39896@itemx maint set internal-warning @var{action} [ask|yes|no]
39897@itemx maint show internal-warning @var{action}
57fcfb1b
GB
39898@itemx maint set demangler-warning @var{action} [ask|yes|no]
39899@itemx maint show demangler-warning @var{action}
3c16cced
PA
39900When @value{GDBN} reports an internal problem (error or warning) it
39901gives the user the opportunity to both quit @value{GDBN} and create a
39902core file of the current @value{GDBN} session. These commands let you
39903override the default behaviour for each particular @var{action},
39904described in the table below.
39905
39906@table @samp
39907@item quit
39908You can specify that @value{GDBN} should always (yes) or never (no)
39909quit. The default is to ask the user what to do.
39910
39911@item corefile
39912You can specify that @value{GDBN} should always (yes) or never (no)
57fcfb1b
GB
39913create a core file. The default is to ask the user what to do. Note
39914that there is no @code{corefile} option for @code{demangler-warning}:
39915demangler warnings always create a core file and this cannot be
39916disabled.
3c16cced
PA
39917@end table
39918
09d4efe1
EZ
39919@kindex maint packet
39920@item maint packet @var{text}
39921If @value{GDBN} is talking to an inferior via the serial protocol,
39922then this command sends the string @var{text} to the inferior, and
39923displays the response packet. @value{GDBN} supplies the initial
39924@samp{$} character, the terminating @samp{#} character, and the
39925checksum.
39926
39927@kindex maint print architecture
39928@item maint print architecture @r{[}@var{file}@r{]}
39929Print the entire architecture configuration. The optional argument
39930@var{file} names the file where the output goes.
8d30a00d 39931
8e2141c6 39932@kindex maint print c-tdesc @r{[}@var{file}@r{]}
81adfced 39933@item maint print c-tdesc
8e2141c6
YQ
39934Print the target description (@pxref{Target Descriptions}) as
39935a C source file. By default, the target description is for the current
39936target, but if the optional argument @var{file} is provided, that file
39937is used to produce the description. The @var{file} should be an XML
39938document, of the form described in @ref{Target Description Format}.
39939The created source file is built into @value{GDBN} when @value{GDBN} is
39940built again. This command is used by developers after they add or
39941modify XML target descriptions.
81adfced 39942
27d41eac
YQ
39943@kindex maint check xml-descriptions
39944@item maint check xml-descriptions @var{dir}
39945Check that the target descriptions dynamically created by @value{GDBN}
39946equal the descriptions created from XML files found in @var{dir}.
39947
41fc26a2 39948@anchor{maint check libthread-db}
5045b3d7
GB
39949@kindex maint check libthread-db
39950@item maint check libthread-db
39951Run integrity checks on the current inferior's thread debugging
39952library. This exercises all @code{libthread_db} functionality used by
39953@value{GDBN} on GNU/Linux systems, and by extension also exercises the
39954@code{proc_service} functions provided by @value{GDBN} that
39955@code{libthread_db} uses. Note that parts of the test may be skipped
39956on some platforms when debugging core files.
39957
00905d52
AC
39958@kindex maint print dummy-frames
39959@item maint print dummy-frames
00905d52
AC
39960Prints the contents of @value{GDBN}'s internal dummy-frame stack.
39961
39962@smallexample
f7dc1244 39963(@value{GDBP}) @kbd{b add}
00905d52 39964@dots{}
f7dc1244 39965(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
39966Breakpoint 2, add (a=2, b=3) at @dots{}
3996758 return (a + b);
39968The program being debugged stopped while in a function called from GDB.
39969@dots{}
f7dc1244 39970(@value{GDBP}) @kbd{maint print dummy-frames}
b67a2c6f 399710xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
f7dc1244 39972(@value{GDBP})
00905d52
AC
39973@end smallexample
39974
39975Takes an optional file parameter.
39976
0680b120
AC
39977@kindex maint print registers
39978@kindex maint print raw-registers
39979@kindex maint print cooked-registers
617073a9 39980@kindex maint print register-groups
c21236dc 39981@kindex maint print remote-registers
09d4efe1
EZ
39982@item maint print registers @r{[}@var{file}@r{]}
39983@itemx maint print raw-registers @r{[}@var{file}@r{]}
39984@itemx maint print cooked-registers @r{[}@var{file}@r{]}
39985@itemx maint print register-groups @r{[}@var{file}@r{]}
c21236dc 39986@itemx maint print remote-registers @r{[}@var{file}@r{]}
0680b120
AC
39987Print @value{GDBN}'s internal register data structures.
39988
617073a9 39989The command @code{maint print raw-registers} includes the contents of
c21236dc
PA
39990the raw register cache; the command @code{maint print
39991cooked-registers} includes the (cooked) value of all registers,
39992including registers which aren't available on the target nor visible
39993to user; the command @code{maint print register-groups} includes the
39994groups that each register is a member of; and the command @code{maint
39995print remote-registers} includes the remote target's register numbers
0a7cfe2c 39996and offsets in the `G' packets.
0680b120 39997
09d4efe1
EZ
39998These commands take an optional parameter, a file name to which to
39999write the information.
0680b120 40000
617073a9 40001@kindex maint print reggroups
09d4efe1
EZ
40002@item maint print reggroups @r{[}@var{file}@r{]}
40003Print @value{GDBN}'s internal register group data structures. The
40004optional argument @var{file} tells to what file to write the
40005information.
617073a9 40006
09d4efe1 40007The register groups info looks like this:
617073a9
AC
40008
40009@smallexample
f7dc1244 40010(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
40011 Group Type
40012 general user
40013 float user
40014 all user
40015 vector user
40016 system user
40017 save internal
40018 restore internal
617073a9
AC
40019@end smallexample
40020
09d4efe1
EZ
40021@kindex flushregs
40022@item flushregs
40023This command forces @value{GDBN} to flush its internal register cache.
40024
a8b43b7b
T
40025@kindex maint print address-spaces
40026@item maint print address-spaces @r{[}@var{file}@r{]}
40027Print @value{GDBN}'s internal address space data structures. The
40028optional argument @var{file} tells to what file to write the
40029information. @xref{maint print address-spaces,, @code{maint print
40030address-spaces}}.
40031
09d4efe1
EZ
40032@kindex maint print objfiles
40033@cindex info for known object files
52e260a3
DE
40034@item maint print objfiles @r{[}@var{regexp}@r{]}
40035Print a dump of all known object files.
40036If @var{regexp} is specified, only print object files whose names
40037match @var{regexp}. For each object file, this command prints its name,
40038address in memory, and all of its psymtabs and symtabs.
09d4efe1 40039
f5b95c01
AA
40040@kindex maint print user-registers
40041@cindex user registers
40042@item maint print user-registers
40043List all currently available @dfn{user registers}. User registers
40044typically provide alternate names for actual hardware registers. They
40045include the four ``standard'' registers @code{$fp}, @code{$pc},
40046@code{$sp}, and @code{$ps}. @xref{standard registers}. User
40047registers can be used in expressions in the same way as the canonical
40048register names, but only the latter are listed by the @code{info
40049registers} and @code{maint print registers} commands.
40050
8a1ea21f
DE
40051@kindex maint print section-scripts
40052@cindex info for known .debug_gdb_scripts-loaded scripts
40053@item maint print section-scripts [@var{regexp}]
40054Print a dump of scripts specified in the @code{.debug_gdb_section} section.
40055If @var{regexp} is specified, only print scripts loaded by object files
40056matching @var{regexp}.
40057For each script, this command prints its name as specified in the objfile,
40058and the full path if known.
8e0583c8 40059@xref{dotdebug_gdb_scripts section}.
8a1ea21f 40060
09d4efe1
EZ
40061@kindex maint print statistics
40062@cindex bcache statistics
40063@item maint print statistics
40064This command prints, for each object file in the program, various data
40065about that object file followed by the byte cache (@dfn{bcache})
40066statistics for the object file. The objfile data includes the number
d3e8051b 40067of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
40068defined by the objfile, the number of as yet unexpanded psym tables,
40069the number of line tables and string tables, and the amount of memory
40070used by the various tables. The bcache statistics include the counts,
40071sizes, and counts of duplicates of all and unique objects, max,
40072average, and median entry size, total memory used and its overhead and
40073savings, and various measures of the hash table size and chain
40074lengths.
40075
c7ba131e
JB
40076@kindex maint print target-stack
40077@cindex target stack description
40078@item maint print target-stack
40079A @dfn{target} is an interface between the debugger and a particular
40080kind of file or process. Targets can be stacked in @dfn{strata},
40081so that more than one target can potentially respond to a request.
40082In particular, memory accesses will walk down the stack of targets
40083until they find a target that is interested in handling that particular
40084address.
40085
40086This command prints a short description of each layer that was pushed on
40087the @dfn{target stack}, starting from the top layer down to the bottom one.
40088
09d4efe1
EZ
40089@kindex maint print type
40090@cindex type chain of a data type
40091@item maint print type @var{expr}
40092Print the type chain for a type specified by @var{expr}. The argument
40093can be either a type name or a symbol. If it is a symbol, the type of
40094that symbol is described. The type chain produced by this command is
40095a recursive definition of the data type as stored in @value{GDBN}'s
40096data structures, including its flags and contained types.
40097
dcd1f979
TT
40098@kindex maint selftest
40099@cindex self tests
1526853e 40100@item maint selftest @r{[}@var{filter}@r{]}
dcd1f979
TT
40101Run any self tests that were compiled in to @value{GDBN}. This will
40102print a message showing how many tests were run, and how many failed.
1526853e
SM
40103If a @var{filter} is passed, only the tests with @var{filter} in their
40104name will by ran.
40105
3c2fcaf9 40106@kindex maint info selftests
1526853e
SM
40107@cindex self tests
40108@item maint info selftests
40109List the selftests compiled in to @value{GDBN}.
dcd1f979 40110
b4f54984
DE
40111@kindex maint set dwarf always-disassemble
40112@kindex maint show dwarf always-disassemble
40113@item maint set dwarf always-disassemble
40114@item maint show dwarf always-disassemble
9eae7c52
TT
40115Control the behavior of @code{info address} when using DWARF debugging
40116information.
40117
40118The default is @code{off}, which means that @value{GDBN} should try to
40119describe a variable's location in an easily readable format. When
40120@code{on}, @value{GDBN} will instead display the DWARF location
40121expression in an assembly-like format. Note that some locations are
40122too complex for @value{GDBN} to describe simply; in this case you will
40123always see the disassembly form.
40124
40125Here is an example of the resulting disassembly:
40126
40127@smallexample
a8b43b7b 40128(@value{GDBP}) info addr argc
9eae7c52
TT
40129Symbol "argc" is a complex DWARF expression:
40130 1: DW_OP_fbreg 0
40131@end smallexample
40132
40133For more information on these expressions, see
40134@uref{http://www.dwarfstd.org/, the DWARF standard}.
40135
b4f54984
DE
40136@kindex maint set dwarf max-cache-age
40137@kindex maint show dwarf max-cache-age
40138@item maint set dwarf max-cache-age
40139@itemx maint show dwarf max-cache-age
40140Control the DWARF compilation unit cache.
09d4efe1 40141
b4f54984 40142@cindex DWARF compilation units cache
09d4efe1 40143In object files with inter-compilation-unit references, such as those
b4f54984 40144produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
09d4efe1
EZ
40145reader needs to frequently refer to previously read compilation units.
40146This setting controls how long a compilation unit will remain in the
40147cache if it is not referenced. A higher limit means that cached
40148compilation units will be stored in memory longer, and more total
40149memory will be used. Setting it to zero disables caching, which will
40150slow down @value{GDBN} startup, but reduce memory consumption.
40151
3c3bb058
AB
40152@kindex maint set dwarf unwinders
40153@kindex maint show dwarf unwinders
40154@item maint set dwarf unwinders
40155@itemx maint show dwarf unwinders
40156Control use of the DWARF frame unwinders.
40157
40158@cindex DWARF frame unwinders
40159Many targets that support DWARF debugging use @value{GDBN}'s DWARF
40160frame unwinders to build the backtrace. Many of these targets will
40161also have a second mechanism for building the backtrace for use in
40162cases where DWARF information is not available, this second mechanism
40163is often an analysis of a function's prologue.
40164
40165In order to extend testing coverage of the second level stack
40166unwinding mechanisms it is helpful to be able to disable the DWARF
40167stack unwinders, this can be done with this switch.
40168
40169In normal use of @value{GDBN} disabling the DWARF unwinders is not
40170advisable, there are cases that are better handled through DWARF than
40171prologue analysis, and the debug experience is likely to be better
40172with the DWARF frame unwinders enabled.
40173
40174If DWARF frame unwinders are not supported for a particular target
40175architecture, then enabling this flag does not cause them to be used.
22138db6
TT
40176
40177@kindex maint set worker-threads
40178@kindex maint show worker-threads
40179@item maint set worker-threads
40180@item maint show worker-threads
40181Control the number of worker threads that may be used by @value{GDBN}.
40182On capable hosts, @value{GDBN} may use multiple threads to speed up
40183certain CPU-intensive operations, such as demangling symbol names.
40184While the number of threads used by @value{GDBN} may vary, this
40185command can be used to set an upper bound on this number. The default
59e99ade
CB
40186is @code{0} (disabled). A value of @code{unlimited} lets @value{GDBN} choose a
40187reasonable number. Note that this only controls worker threads started by
40188@value{GDBN} itself; libraries used by @value{GDBN} may start threads of their
40189own.
22138db6 40190
e7ba9c65
DJ
40191@kindex maint set profile
40192@kindex maint show profile
40193@cindex profiling GDB
40194@item maint set profile
40195@itemx maint show profile
40196Control profiling of @value{GDBN}.
40197
40198Profiling will be disabled until you use the @samp{maint set profile}
40199command to enable it. When you enable profiling, the system will begin
40200collecting timing and execution count data; when you disable profiling or
40201exit @value{GDBN}, the results will be written to a log file. Remember that
40202if you use profiling, @value{GDBN} will overwrite the profiling log file
40203(often called @file{gmon.out}). If you have a record of important profiling
40204data in a @file{gmon.out} file, be sure to move it to a safe location.
40205
40206Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 40207compiled with the @samp{-pg} compiler option.
e7ba9c65 40208
cbe54154
PA
40209@kindex maint set show-debug-regs
40210@kindex maint show show-debug-regs
eac35c4e 40211@cindex hardware debug registers
cbe54154
PA
40212@item maint set show-debug-regs
40213@itemx maint show show-debug-regs
eac35c4e 40214Control whether to show variables that mirror the hardware debug
6dd315ba 40215registers. Use @code{on} to enable, @code{off} to disable. If
3f94c067 40216enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
40217removes a hardware breakpoint or watchpoint, and when the inferior
40218triggers a hardware-assisted breakpoint or watchpoint.
40219
711e434b
PM
40220@kindex maint set show-all-tib
40221@kindex maint show show-all-tib
40222@item maint set show-all-tib
40223@itemx maint show show-all-tib
40224Control whether to show all non zero areas within a 1k block starting
40225at thread local base, when using the @samp{info w32 thread-information-block}
40226command.
40227
329ea579
PA
40228@kindex maint set target-async
40229@kindex maint show target-async
40230@item maint set target-async
40231@itemx maint show target-async
40232This controls whether @value{GDBN} targets operate in synchronous or
40233asynchronous mode (@pxref{Background Execution}). Normally the
40234default is asynchronous, if it is available; but this can be changed
40235to more easily debug problems occurring only in synchronous mode.
40236
fbea99ea
PA
40237@kindex maint set target-non-stop @var{mode} [on|off|auto]
40238@kindex maint show target-non-stop
40239@item maint set target-non-stop
40240@itemx maint show target-non-stop
40241
40242This controls whether @value{GDBN} targets always operate in non-stop
40243mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
40244Mode}). The default is @code{auto}, meaning non-stop mode is enabled
40245if supported by the target.
40246
40247@table @code
40248@item maint set target-non-stop auto
40249This is the default mode. @value{GDBN} controls the target in
40250non-stop mode if the target supports it.
40251
40252@item maint set target-non-stop on
40253@value{GDBN} controls the target in non-stop mode even if the target
40254does not indicate support.
40255
40256@item maint set target-non-stop off
40257@value{GDBN} does not control the target in non-stop mode even if the
40258target supports it.
40259@end table
40260
45e42163
TT
40261@kindex maint set tui-resize-message
40262@kindex maint show tui-resize-message
40263@item maint set tui-resize-message
40264@item maint show tui-resize-message
40265Control whether @value{GDBN} displays a message each time the terminal
40266is resized when in TUI mode. The default is @code{off}, which means
40267that @value{GDBN} is silent during resizes. When @code{on},
40268@value{GDBN} will display a message after a resize is completed; the
40269message will include a number indicating how many times the terminal
40270has been resized. This setting is intended for use by the test suite,
40271where it would otherwise be difficult to determine when a resize and
40272refresh has been completed.
40273
bd712aed
DE
40274@kindex maint set per-command
40275@kindex maint show per-command
40276@item maint set per-command
40277@itemx maint show per-command
40278@cindex resources used by commands
09d4efe1 40279
bd712aed
DE
40280@value{GDBN} can display the resources used by each command.
40281This is useful in debugging performance problems.
40282
40283@table @code
40284@item maint set per-command space [on|off]
40285@itemx maint show per-command space
40286Enable or disable the printing of the memory used by GDB for each command.
40287If enabled, @value{GDBN} will display how much memory each command
40288took, following the command's own output.
40289This can also be requested by invoking @value{GDBN} with the
40290@option{--statistics} command-line switch (@pxref{Mode Options}).
40291
40292@item maint set per-command time [on|off]
40293@itemx maint show per-command time
40294Enable or disable the printing of the execution time of @value{GDBN}
40295for each command.
40296If enabled, @value{GDBN} will display how much time it
09d4efe1 40297took to execute each command, following the command's own output.
0a1c4d10
DE
40298Both CPU time and wallclock time are printed.
40299Printing both is useful when trying to determine whether the cost is
bd712aed 40300CPU or, e.g., disk/network latency.
0a1c4d10
DE
40301Note that the CPU time printed is for @value{GDBN} only, it does not include
40302the execution time of the inferior because there's no mechanism currently
40303to compute how much time was spent by @value{GDBN} and how much time was
40304spent by the program been debugged.
09d4efe1
EZ
40305This can also be requested by invoking @value{GDBN} with the
40306@option{--statistics} command-line switch (@pxref{Mode Options}).
40307
bd712aed
DE
40308@item maint set per-command symtab [on|off]
40309@itemx maint show per-command symtab
40310Enable or disable the printing of basic symbol table statistics
40311for each command.
40312If enabled, @value{GDBN} will display the following information:
40313
215b9f98
EZ
40314@enumerate a
40315@item
40316number of symbol tables
40317@item
40318number of primary symbol tables
40319@item
40320number of blocks in the blockvector
40321@end enumerate
bd712aed
DE
40322@end table
40323
5045b3d7
GB
40324@kindex maint set check-libthread-db
40325@kindex maint show check-libthread-db
40326@item maint set check-libthread-db [on|off]
40327@itemx maint show check-libthread-db
40328Control whether @value{GDBN} should run integrity checks on inferior
40329specific thread debugging libraries as they are loaded. The default
40330is not to perform such checks. If any check fails @value{GDBN} will
40331unload the library and continue searching for a suitable candidate as
40332described in @ref{set libthread-db-search-path}. For more information
40333about the tests, see @ref{maint check libthread-db}.
40334
bd712aed
DE
40335@kindex maint space
40336@cindex memory used by commands
40337@item maint space @var{value}
40338An alias for @code{maint set per-command space}.
40339A non-zero value enables it, zero disables it.
40340
40341@kindex maint time
40342@cindex time of command execution
40343@item maint time @var{value}
40344An alias for @code{maint set per-command time}.
40345A non-zero value enables it, zero disables it.
40346
09d4efe1
EZ
40347@kindex maint translate-address
40348@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
40349Find the symbol stored at the location specified by the address
40350@var{addr} and an optional section name @var{section}. If found,
40351@value{GDBN} prints the name of the closest symbol and an offset from
40352the symbol's location to the specified address. This is similar to
40353the @code{info address} command (@pxref{Symbols}), except that this
40354command also allows to find symbols in other sections.
ae038cb0 40355
c14c28ba
PP
40356If section was not specified, the section in which the symbol was found
40357is also printed. For dynamically linked executables, the name of
40358executable or shared library containing the symbol is printed as well.
40359
3345721a
PA
40360@kindex maint test-options
40361@item maint test-options require-delimiter
40362@itemx maint test-options unknown-is-error
40363@itemx maint test-options unknown-is-operand
40364These commands are used by the testsuite to validate the command
40365options framework. The @code{require-delimiter} variant requires a
40366double-dash delimiter to indicate end of options. The
40367@code{unknown-is-error} and @code{unknown-is-operand} do not. The
40368@code{unknown-is-error} variant throws an error on unknown option,
40369while @code{unknown-is-operand} treats unknown options as the start of
40370the command's operands. When run, the commands output the result of
40371the processed options. When completed, the commands store the
40372internal result of completion in a variable exposed by the @code{maint
40373show test-options-completion-result} command.
40374
40375@kindex maint show test-options-completion-result
40376@item maint show test-options-completion-result
40377Shows the result of completing the @code{maint test-options}
40378subcommands. This is used by the testsuite to validate completion
40379support in the command options framework.
40380
c6ac8931
PA
40381@kindex maint set test-settings
40382@kindex maint show test-settings
40383@item maint set test-settings @var{kind}
40384@itemx maint show test-settings @var{kind}
dca0f6c0
PA
40385These are representative commands for each @var{kind} of setting type
40386@value{GDBN} supports. They are used by the testsuite for exercising
40387the settings infrastructure.
fdbc9870
PA
40388
40389@kindex maint with
40390@item maint with @var{setting} [@var{value}] [-- @var{command}]
40391Like the @code{with} command, but works with @code{maintenance set}
40392variables. This is used by the testsuite to exercise the @code{with}
40393command's infrastructure.
40394
8e04817f 40395@end table
c906108c 40396
9c16f35a
EZ
40397The following command is useful for non-interactive invocations of
40398@value{GDBN}, such as in the test suite.
40399
40400@table @code
40401@item set watchdog @var{nsec}
40402@kindex set watchdog
40403@cindex watchdog timer
40404@cindex timeout for commands
40405Set the maximum number of seconds @value{GDBN} will wait for the
40406target operation to finish. If this time expires, @value{GDBN}
40407reports and error and the command is aborted.
40408
40409@item show watchdog
40410Show the current setting of the target wait timeout.
40411@end table
c906108c 40412
e0ce93ac 40413@node Remote Protocol
8e04817f 40414@appendix @value{GDBN} Remote Serial Protocol
c906108c 40415
ee2d5c50
AC
40416@menu
40417* Overview::
40418* Packets::
40419* Stop Reply Packets::
40420* General Query Packets::
a1dcb23a 40421* Architecture-Specific Protocol Details::
9d29849a 40422* Tracepoint Packets::
a6b151f1 40423* Host I/O Packets::
9a6253be 40424* Interrupts::
8b23ecc4
SL
40425* Notification Packets::
40426* Remote Non-Stop::
a6f3e723 40427* Packet Acknowledgment::
ee2d5c50 40428* Examples::
79a6e687 40429* File-I/O Remote Protocol Extension::
cfa9d6d9 40430* Library List Format::
2268b414 40431* Library List Format for SVR4 Targets::
79a6e687 40432* Memory Map Format::
dc146f7c 40433* Thread List Format::
b3b9301e 40434* Traceframe Info Format::
2ae8c8e7 40435* Branch Trace Format::
f4abbc16 40436* Branch Trace Configuration Format::
ee2d5c50
AC
40437@end menu
40438
40439@node Overview
40440@section Overview
40441
8e04817f
AC
40442There may be occasions when you need to know something about the
40443protocol---for example, if there is only one serial port to your target
40444machine, you might want your program to do something special if it
40445recognizes a packet meant for @value{GDBN}.
c906108c 40446
d2c6833e 40447In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 40448transmitted and received data, respectively.
c906108c 40449
8e04817f
AC
40450@cindex protocol, @value{GDBN} remote serial
40451@cindex serial protocol, @value{GDBN} remote
40452@cindex remote serial protocol
8b23ecc4
SL
40453All @value{GDBN} commands and responses (other than acknowledgments
40454and notifications, see @ref{Notification Packets}) are sent as a
40455@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
40456@samp{$}, the actual @var{packet-data}, and the terminating character
40457@samp{#} followed by a two-digit @var{checksum}:
c906108c 40458
474c8240 40459@smallexample
8e04817f 40460@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 40461@end smallexample
8e04817f 40462@noindent
c906108c 40463
8e04817f
AC
40464@cindex checksum, for @value{GDBN} remote
40465@noindent
40466The two-digit @var{checksum} is computed as the modulo 256 sum of all
40467characters between the leading @samp{$} and the trailing @samp{#} (an
40468eight bit unsigned checksum).
c906108c 40469
8e04817f
AC
40470Implementors should note that prior to @value{GDBN} 5.0 the protocol
40471specification also included an optional two-digit @var{sequence-id}:
c906108c 40472
474c8240 40473@smallexample
8e04817f 40474@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 40475@end smallexample
c906108c 40476
8e04817f
AC
40477@cindex sequence-id, for @value{GDBN} remote
40478@noindent
40479That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
40480has never output @var{sequence-id}s. Stubs that handle packets added
40481since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 40482
8e04817f
AC
40483When either the host or the target machine receives a packet, the first
40484response expected is an acknowledgment: either @samp{+} (to indicate
40485the package was received correctly) or @samp{-} (to request
40486retransmission):
c906108c 40487
474c8240 40488@smallexample
d2c6833e
AC
40489-> @code{$}@var{packet-data}@code{#}@var{checksum}
40490<- @code{+}
474c8240 40491@end smallexample
8e04817f 40492@noindent
53a5351d 40493
a6f3e723
SL
40494The @samp{+}/@samp{-} acknowledgments can be disabled
40495once a connection is established.
40496@xref{Packet Acknowledgment}, for details.
40497
8e04817f
AC
40498The host (@value{GDBN}) sends @var{command}s, and the target (the
40499debugging stub incorporated in your program) sends a @var{response}. In
40500the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
40501when the operation has completed, and the target has again stopped all
40502threads in all attached processes. This is the default all-stop mode
40503behavior, but the remote protocol also supports @value{GDBN}'s non-stop
40504execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 40505
8e04817f
AC
40506@var{packet-data} consists of a sequence of characters with the
40507exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
40508exceptions).
c906108c 40509
ee2d5c50 40510@cindex remote protocol, field separator
0876f84a 40511Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 40512@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 40513@sc{hex} with leading zeros suppressed.
c906108c 40514
8e04817f
AC
40515Implementors should note that prior to @value{GDBN} 5.0, the character
40516@samp{:} could not appear as the third character in a packet (as it
40517would potentially conflict with the @var{sequence-id}).
c906108c 40518
0876f84a
DJ
40519@cindex remote protocol, binary data
40520@anchor{Binary Data}
40521Binary data in most packets is encoded either as two hexadecimal
40522digits per byte of binary data. This allowed the traditional remote
40523protocol to work over connections which were only seven-bit clean.
40524Some packets designed more recently assume an eight-bit clean
40525connection, and use a more efficient encoding to send and receive
40526binary data.
40527
40528The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
40529as an escape character. Any escaped byte is transmitted as the escape
40530character followed by the original character XORed with @code{0x20}.
40531For example, the byte @code{0x7d} would be transmitted as the two
40532bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
40533@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
40534@samp{@}}) must always be escaped. Responses sent by the stub
40535must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
40536is not interpreted as the start of a run-length encoded sequence
40537(described next).
40538
1d3811f6
DJ
40539Response @var{data} can be run-length encoded to save space.
40540Run-length encoding replaces runs of identical characters with one
40541instance of the repeated character, followed by a @samp{*} and a
40542repeat count. The repeat count is itself sent encoded, to avoid
40543binary characters in @var{data}: a value of @var{n} is sent as
40544@code{@var{n}+29}. For a repeat count greater or equal to 3, this
40545produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
40546code 32) for a repeat count of 3. (This is because run-length
40547encoding starts to win for counts 3 or more.) Thus, for example,
40548@samp{0* } is a run-length encoding of ``0000'': the space character
40549after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
405503}} more times.
40551
40552The printable characters @samp{#} and @samp{$} or with a numeric value
40553greater than 126 must not be used. Runs of six repeats (@samp{#}) or
40554seven repeats (@samp{$}) can be expanded using a repeat count of only
40555five (@samp{"}). For example, @samp{00000000} can be encoded as
40556@samp{0*"00}.
c906108c 40557
8e04817f
AC
40558The error response returned for some packets includes a two character
40559error number. That number is not well defined.
c906108c 40560
f8da2bff 40561@cindex empty response, for unsupported packets
8e04817f
AC
40562For any @var{command} not supported by the stub, an empty response
40563(@samp{$#00}) should be returned. That way it is possible to extend the
40564protocol. A newer @value{GDBN} can tell if a packet is supported based
40565on that response.
c906108c 40566
393eab54
PA
40567At a minimum, a stub is required to support the @samp{g} and @samp{G}
40568commands for register access, and the @samp{m} and @samp{M} commands
40569for memory access. Stubs that only control single-threaded targets
40570can implement run control with the @samp{c} (continue), and @samp{s}
40571(step) commands. Stubs that support multi-threading targets should
40572support the @samp{vCont} command. All other commands are optional.
c906108c 40573
ee2d5c50
AC
40574@node Packets
40575@section Packets
40576
40577The following table provides a complete list of all currently defined
40578@var{command}s and their corresponding response @var{data}.
79a6e687 40579@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 40580I/O extension of the remote protocol.
ee2d5c50 40581
b8ff78ce
JB
40582Each packet's description has a template showing the packet's overall
40583syntax, followed by an explanation of the packet's meaning. We
40584include spaces in some of the templates for clarity; these are not
40585part of the packet's syntax. No @value{GDBN} packet uses spaces to
40586separate its components. For example, a template like @samp{foo
40587@var{bar} @var{baz}} describes a packet beginning with the three ASCII
40588bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 40589@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
40590@samp{foo} and the @var{bar}, or between the @var{bar} and the
40591@var{baz}.
40592
b90a069a
SL
40593@cindex @var{thread-id}, in remote protocol
40594@anchor{thread-id syntax}
40595Several packets and replies include a @var{thread-id} field to identify
40596a thread. Normally these are positive numbers with a target-specific
40597interpretation, formatted as big-endian hex strings. A @var{thread-id}
40598can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
40599pick any thread.
40600
40601In addition, the remote protocol supports a multiprocess feature in
40602which the @var{thread-id} syntax is extended to optionally include both
40603process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
40604The @var{pid} (process) and @var{tid} (thread) components each have the
40605format described above: a positive number with target-specific
40606interpretation formatted as a big-endian hex string, literal @samp{-1}
40607to indicate all processes or threads (respectively), or @samp{0} to
40608indicate an arbitrary process or thread. Specifying just a process, as
40609@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
40610error to specify all processes but a specific thread, such as
40611@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
40612for those packets and replies explicitly documented to include a process
40613ID, rather than a @var{thread-id}.
40614
40615The multiprocess @var{thread-id} syntax extensions are only used if both
40616@value{GDBN} and the stub report support for the @samp{multiprocess}
40617feature using @samp{qSupported}. @xref{multiprocess extensions}, for
40618more information.
40619
8ffe2530
JB
40620Note that all packet forms beginning with an upper- or lower-case
40621letter, other than those described here, are reserved for future use.
40622
b8ff78ce 40623Here are the packet descriptions.
ee2d5c50 40624
b8ff78ce 40625@table @samp
ee2d5c50 40626
b8ff78ce
JB
40627@item !
40628@cindex @samp{!} packet
2d717e4f 40629@anchor{extended mode}
8e04817f
AC
40630Enable extended mode. In extended mode, the remote server is made
40631persistent. The @samp{R} packet is used to restart the program being
40632debugged.
ee2d5c50
AC
40633
40634Reply:
40635@table @samp
40636@item OK
8e04817f 40637The remote target both supports and has enabled extended mode.
ee2d5c50 40638@end table
c906108c 40639
b8ff78ce
JB
40640@item ?
40641@cindex @samp{?} packet
36cb1214 40642@anchor{? packet}
ee2d5c50 40643Indicate the reason the target halted. The reply is the same as for
8b23ecc4
SL
40644step and continue. This packet has a special interpretation when the
40645target is in non-stop mode; see @ref{Remote Non-Stop}.
c906108c 40646
ee2d5c50
AC
40647Reply:
40648@xref{Stop Reply Packets}, for the reply specifications.
40649
b8ff78ce
JB
40650@item A @var{arglen},@var{argnum},@var{arg},@dots{}
40651@cindex @samp{A} packet
40652Initialized @code{argv[]} array passed into program. @var{arglen}
40653specifies the number of bytes in the hex encoded byte stream
40654@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
40655
40656Reply:
40657@table @samp
40658@item OK
b8ff78ce
JB
40659The arguments were set.
40660@item E @var{NN}
40661An error occurred.
ee2d5c50
AC
40662@end table
40663
b8ff78ce
JB
40664@item b @var{baud}
40665@cindex @samp{b} packet
40666(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
40667Change the serial line speed to @var{baud}.
40668
40669JTC: @emph{When does the transport layer state change? When it's
40670received, or after the ACK is transmitted. In either case, there are
40671problems if the command or the acknowledgment packet is dropped.}
40672
40673Stan: @emph{If people really wanted to add something like this, and get
40674it working for the first time, they ought to modify ser-unix.c to send
40675some kind of out-of-band message to a specially-setup stub and have the
40676switch happen "in between" packets, so that from remote protocol's point
40677of view, nothing actually happened.}
40678
b8ff78ce
JB
40679@item B @var{addr},@var{mode}
40680@cindex @samp{B} packet
8e04817f 40681Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
40682breakpoint at @var{addr}.
40683
b8ff78ce 40684Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 40685(@pxref{insert breakpoint or watchpoint packet}).
c906108c 40686
bacec72f 40687@cindex @samp{bc} packet
0d772ac9
MS
40688@anchor{bc}
40689@item bc
bacec72f
MS
40690Backward continue. Execute the target system in reverse. No parameter.
40691@xref{Reverse Execution}, for more information.
40692
40693Reply:
40694@xref{Stop Reply Packets}, for the reply specifications.
40695
bacec72f 40696@cindex @samp{bs} packet
0d772ac9
MS
40697@anchor{bs}
40698@item bs
bacec72f
MS
40699Backward single step. Execute one instruction in reverse. No parameter.
40700@xref{Reverse Execution}, for more information.
40701
40702Reply:
40703@xref{Stop Reply Packets}, for the reply specifications.
40704
4f553f88 40705@item c @r{[}@var{addr}@r{]}
b8ff78ce 40706@cindex @samp{c} packet
697aa1b7
EZ
40707Continue at @var{addr}, which is the address to resume. If @var{addr}
40708is omitted, resume at current address.
c906108c 40709
393eab54
PA
40710This packet is deprecated for multi-threading support. @xref{vCont
40711packet}.
40712
ee2d5c50
AC
40713Reply:
40714@xref{Stop Reply Packets}, for the reply specifications.
40715
4f553f88 40716@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 40717@cindex @samp{C} packet
8e04817f 40718Continue with signal @var{sig} (hex signal number). If
b8ff78ce 40719@samp{;@var{addr}} is omitted, resume at same 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.
c906108c 40726
b8ff78ce
JB
40727@item d
40728@cindex @samp{d} packet
ee2d5c50
AC
40729Toggle debug flag.
40730
b8ff78ce
JB
40731Don't use this packet; instead, define a general set packet
40732(@pxref{General Query Packets}).
ee2d5c50 40733
b8ff78ce 40734@item D
b90a069a 40735@itemx D;@var{pid}
b8ff78ce 40736@cindex @samp{D} packet
b90a069a
SL
40737The first form of the packet is used to detach @value{GDBN} from the
40738remote system. It is sent to the remote target
07f31aa6 40739before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 40740
b90a069a
SL
40741The second form, including a process ID, is used when multiprocess
40742protocol extensions are enabled (@pxref{multiprocess extensions}), to
40743detach only a specific process. The @var{pid} is specified as a
40744big-endian hex string.
40745
ee2d5c50
AC
40746Reply:
40747@table @samp
10fac096
NW
40748@item OK
40749for success
b8ff78ce 40750@item E @var{NN}
10fac096 40751for an error
ee2d5c50 40752@end table
c906108c 40753
b8ff78ce
JB
40754@item F @var{RC},@var{EE},@var{CF};@var{XX}
40755@cindex @samp{F} packet
40756A reply from @value{GDBN} to an @samp{F} packet sent by the target.
40757This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 40758Remote Protocol Extension}, for the specification.
ee2d5c50 40759
b8ff78ce 40760@item g
ee2d5c50 40761@anchor{read registers packet}
b8ff78ce 40762@cindex @samp{g} packet
ee2d5c50
AC
40763Read general registers.
40764
40765Reply:
40766@table @samp
40767@item @var{XX@dots{}}
8e04817f
AC
40768Each byte of register data is described by two hex digits. The bytes
40769with the register are transmitted in target byte order. The size of
b8ff78ce 40770each register and their position within the @samp{g} packet are
4a9bb1df 40771determined by the @value{GDBN} internal gdbarch functions
4435e1cc 40772@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
ad196637
PA
40773
40774When reading registers from a trace frame (@pxref{Analyze Collected
40775Data,,Using the Collected Data}), the stub may also return a string of
40776literal @samp{x}'s in place of the register data digits, to indicate
40777that the corresponding register has not been collected, thus its value
40778is unavailable. For example, for an architecture with 4 registers of
407794 bytes each, the following reply indicates to @value{GDBN} that
40780registers 0 and 2 have not been collected, while registers 1 and 3
40781have been collected, and both have zero value:
40782
40783@smallexample
40784-> @code{g}
40785<- @code{xxxxxxxx00000000xxxxxxxx00000000}
40786@end smallexample
40787
b8ff78ce 40788@item E @var{NN}
ee2d5c50
AC
40789for an error.
40790@end table
c906108c 40791
b8ff78ce
JB
40792@item G @var{XX@dots{}}
40793@cindex @samp{G} packet
40794Write general registers. @xref{read registers packet}, for a
40795description of the @var{XX@dots{}} data.
ee2d5c50
AC
40796
40797Reply:
40798@table @samp
40799@item OK
40800for success
b8ff78ce 40801@item E @var{NN}
ee2d5c50
AC
40802for an error
40803@end table
40804
393eab54 40805@item H @var{op} @var{thread-id}
b8ff78ce 40806@cindex @samp{H} packet
8e04817f 40807Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
697aa1b7
EZ
40808@samp{G}, et.al.). Depending on the operation to be performed, @var{op}
40809should be @samp{c} for step and continue operations (note that this
393eab54 40810is deprecated, supporting the @samp{vCont} command is a better
697aa1b7 40811option), and @samp{g} for other operations. The thread designator
393eab54
PA
40812@var{thread-id} has the format and interpretation described in
40813@ref{thread-id syntax}.
ee2d5c50
AC
40814
40815Reply:
40816@table @samp
40817@item OK
40818for success
b8ff78ce 40819@item E @var{NN}
ee2d5c50
AC
40820for an error
40821@end table
c906108c 40822
8e04817f
AC
40823@c FIXME: JTC:
40824@c 'H': How restrictive (or permissive) is the thread model. If a
40825@c thread is selected and stopped, are other threads allowed
40826@c to continue to execute? As I mentioned above, I think the
40827@c semantics of each command when a thread is selected must be
40828@c described. For example:
40829@c
40830@c 'g': If the stub supports threads and a specific thread is
40831@c selected, returns the register block from that thread;
40832@c otherwise returns current registers.
40833@c
40834@c 'G' If the stub supports threads and a specific thread is
40835@c selected, sets the registers of the register block of
40836@c that thread; otherwise sets current registers.
c906108c 40837
b8ff78ce 40838@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 40839@anchor{cycle step packet}
b8ff78ce
JB
40840@cindex @samp{i} packet
40841Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
40842present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
40843step starting at that address.
c906108c 40844
b8ff78ce
JB
40845@item I
40846@cindex @samp{I} packet
40847Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
40848step packet}.
ee2d5c50 40849
b8ff78ce
JB
40850@item k
40851@cindex @samp{k} packet
40852Kill request.
c906108c 40853
36cb1214
HZ
40854The exact effect of this packet is not specified.
40855
40856For a bare-metal target, it may power cycle or reset the target
40857system. For that reason, the @samp{k} packet has no reply.
40858
40859For a single-process target, it may kill that process if possible.
40860
40861A multiple-process target may choose to kill just one process, or all
40862that are under @value{GDBN}'s control. For more precise control, use
40863the vKill packet (@pxref{vKill packet}).
40864
40865If the target system immediately closes the connection in response to
40866@samp{k}, @value{GDBN} does not consider the lack of packet
40867acknowledgment to be an error, and assumes the kill was successful.
40868
40869If connected using @kbd{target extended-remote}, and the target does
40870not close the connection in response to a kill request, @value{GDBN}
40871probes the target state as if a new connection was opened
40872(@pxref{? packet}).
c906108c 40873
b8ff78ce
JB
40874@item m @var{addr},@var{length}
40875@cindex @samp{m} packet
a86c90e6
SM
40876Read @var{length} addressable memory units starting at address @var{addr}
40877(@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
40878any particular boundary.
fb031cdf
JB
40879
40880The stub need not use any particular size or alignment when gathering
40881data from memory for the response; even if @var{addr} is word-aligned
40882and @var{length} is a multiple of the word size, the stub is free to
40883use byte accesses, or not. For this reason, this packet may not be
40884suitable for accessing memory-mapped I/O devices.
c43c5473
JB
40885@cindex alignment of remote memory accesses
40886@cindex size of remote memory accesses
40887@cindex memory, alignment and size of remote accesses
c906108c 40888
ee2d5c50
AC
40889Reply:
40890@table @samp
40891@item @var{XX@dots{}}
a86c90e6
SM
40892Memory contents; each byte is transmitted as a two-digit hexadecimal number.
40893The reply may contain fewer addressable memory units than requested if the
b8ff78ce
JB
40894server was able to read only part of the region of memory.
40895@item E @var{NN}
ee2d5c50
AC
40896@var{NN} is errno
40897@end table
40898
b8ff78ce
JB
40899@item M @var{addr},@var{length}:@var{XX@dots{}}
40900@cindex @samp{M} packet
a86c90e6
SM
40901Write @var{length} addressable memory units starting at address @var{addr}
40902(@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
40903byte is transmitted as a two-digit hexadecimal number.
ee2d5c50
AC
40904
40905Reply:
40906@table @samp
40907@item OK
40908for success
b8ff78ce 40909@item E @var{NN}
8e04817f
AC
40910for an error (this includes the case where only part of the data was
40911written).
ee2d5c50 40912@end table
c906108c 40913
b8ff78ce
JB
40914@item p @var{n}
40915@cindex @samp{p} packet
40916Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
40917@xref{read registers packet}, for a description of how the returned
40918register value is encoded.
ee2d5c50
AC
40919
40920Reply:
40921@table @samp
2e868123
AC
40922@item @var{XX@dots{}}
40923the register's value
b8ff78ce 40924@item E @var{NN}
2e868123 40925for an error
d57350ea 40926@item @w{}
2e868123 40927Indicating an unrecognized @var{query}.
ee2d5c50
AC
40928@end table
40929
b8ff78ce 40930@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 40931@anchor{write register packet}
b8ff78ce
JB
40932@cindex @samp{P} packet
40933Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 40934number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 40935digits for each byte in the register (target byte order).
c906108c 40936
ee2d5c50
AC
40937Reply:
40938@table @samp
40939@item OK
40940for success
b8ff78ce 40941@item E @var{NN}
ee2d5c50
AC
40942for an error
40943@end table
40944
5f3bebba
JB
40945@item q @var{name} @var{params}@dots{}
40946@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 40947@cindex @samp{q} packet
b8ff78ce 40948@cindex @samp{Q} packet
5f3bebba
JB
40949General query (@samp{q}) and set (@samp{Q}). These packets are
40950described fully in @ref{General Query Packets}.
c906108c 40951
b8ff78ce
JB
40952@item r
40953@cindex @samp{r} packet
8e04817f 40954Reset the entire system.
c906108c 40955
b8ff78ce 40956Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 40957
b8ff78ce
JB
40958@item R @var{XX}
40959@cindex @samp{R} packet
697aa1b7 40960Restart the program being debugged. The @var{XX}, while needed, is ignored.
2d717e4f 40961This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 40962
8e04817f 40963The @samp{R} packet has no reply.
ee2d5c50 40964
4f553f88 40965@item s @r{[}@var{addr}@r{]}
b8ff78ce 40966@cindex @samp{s} packet
697aa1b7 40967Single step, resuming at @var{addr}. If
b8ff78ce 40968@var{addr} is omitted, resume at same address.
c906108c 40969
393eab54
PA
40970This packet is deprecated for multi-threading support. @xref{vCont
40971packet}.
40972
ee2d5c50
AC
40973Reply:
40974@xref{Stop Reply Packets}, for the reply specifications.
40975
4f553f88 40976@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 40977@anchor{step with signal packet}
b8ff78ce
JB
40978@cindex @samp{S} packet
40979Step with signal. This is analogous to the @samp{C} packet, but
40980requests a single-step, rather than a normal resumption of execution.
c906108c 40981
393eab54
PA
40982This packet is deprecated for multi-threading support. @xref{vCont
40983packet}.
40984
ee2d5c50
AC
40985Reply:
40986@xref{Stop Reply Packets}, for the reply specifications.
40987
b8ff78ce
JB
40988@item t @var{addr}:@var{PP},@var{MM}
40989@cindex @samp{t} packet
8e04817f 40990Search backwards starting at address @var{addr} for a match with pattern
697aa1b7
EZ
40991@var{PP} and mask @var{MM}, both of which are are 4 byte long.
40992There must be at least 3 digits in @var{addr}.
c906108c 40993
b90a069a 40994@item T @var{thread-id}
b8ff78ce 40995@cindex @samp{T} packet
b90a069a 40996Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 40997
ee2d5c50
AC
40998Reply:
40999@table @samp
41000@item OK
41001thread is still alive
b8ff78ce 41002@item E @var{NN}
ee2d5c50
AC
41003thread is dead
41004@end table
41005
b8ff78ce
JB
41006@item v
41007Packets starting with @samp{v} are identified by a multi-letter name,
41008up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 41009
2d717e4f
DJ
41010@item vAttach;@var{pid}
41011@cindex @samp{vAttach} packet
8b23ecc4
SL
41012Attach to a new process with the specified process ID @var{pid}.
41013The process ID is a
41014hexadecimal integer identifying the process. In all-stop mode, all
41015threads in the attached process are stopped; in non-stop mode, it may be
41016attached without being stopped if that is supported by the target.
41017
41018@c In non-stop mode, on a successful vAttach, the stub should set the
41019@c current thread to a thread of the newly-attached process. After
41020@c attaching, GDB queries for the attached process's thread ID with qC.
41021@c Also note that, from a user perspective, whether or not the
41022@c target is stopped on attach in non-stop mode depends on whether you
41023@c use the foreground or background version of the attach command, not
41024@c on what vAttach does; GDB does the right thing with respect to either
41025@c stopping or restarting threads.
2d717e4f
DJ
41026
41027This packet is only available in extended mode (@pxref{extended mode}).
41028
41029Reply:
41030@table @samp
41031@item E @var{nn}
41032for an error
41033@item @r{Any stop packet}
8b23ecc4
SL
41034for success in all-stop mode (@pxref{Stop Reply Packets})
41035@item OK
41036for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
41037@end table
41038
b90a069a 41039@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce 41040@cindex @samp{vCont} packet
393eab54 41041@anchor{vCont packet}
b8ff78ce 41042Resume the inferior, specifying different actions for each thread.
ca6eff59
PA
41043
41044For each inferior thread, the leftmost action with a matching
41045@var{thread-id} is applied. Threads that don't match any action
41046remain in their current state. Thread IDs are specified using the
41047syntax described in @ref{thread-id syntax}. If multiprocess
41048extensions (@pxref{multiprocess extensions}) are supported, actions
41049can be specified to match all threads in a process by using the
41050@samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
39402e6c
PA
41051@var{thread-id} matches all threads. Specifying no actions is an
41052error.
b90a069a
SL
41053
41054Currently supported actions are:
86d30acc 41055
b8ff78ce 41056@table @samp
86d30acc
DJ
41057@item c
41058Continue.
b8ff78ce 41059@item C @var{sig}
8b23ecc4 41060Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
41061@item s
41062Step.
b8ff78ce 41063@item S @var{sig}
8b23ecc4
SL
41064Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
41065@item t
41066Stop.
c1e36e3e
PA
41067@item r @var{start},@var{end}
41068Step once, and then keep stepping as long as the thread stops at
41069addresses between @var{start} (inclusive) and @var{end} (exclusive).
41070The remote stub reports a stop reply when either the thread goes out
41071of the range or is stopped due to an unrelated reason, such as hitting
41072a breakpoint. @xref{range stepping}.
41073
41074If the range is empty (@var{start} == @var{end}), then the action
41075becomes equivalent to the @samp{s} action. In other words,
41076single-step once, and report the stop (even if the stepped instruction
41077jumps to @var{start}).
41078
41079(A stop reply may be sent at any point even if the PC is still within
41080the stepping range; for example, it is valid to implement this packet
41081in a degenerate way as a single instruction step operation.)
41082
86d30acc
DJ
41083@end table
41084
8b23ecc4
SL
41085The optional argument @var{addr} normally associated with the
41086@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 41087not supported in @samp{vCont}.
86d30acc 41088
08a0efd0
PA
41089The @samp{t} action is only relevant in non-stop mode
41090(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
8b23ecc4
SL
41091A stop reply should be generated for any affected thread not already stopped.
41092When a thread is stopped by means of a @samp{t} action,
41093the corresponding stop reply should indicate that the thread has stopped with
41094signal @samp{0}, regardless of whether the target uses some other signal
41095as an implementation detail.
41096
ca6eff59
PA
41097The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
41098@samp{r} actions for threads that are already running. Conversely,
41099the server must ignore @samp{t} actions for threads that are already
41100stopped.
41101
41102@emph{Note:} In non-stop mode, a thread is considered running until
6b92c0d3 41103@value{GDBN} acknowledges an asynchronous stop notification for it with
ca6eff59
PA
41104the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
41105
4220b2f8 41106The stub must support @samp{vCont} if it reports support for
ca6eff59 41107multiprocess extensions (@pxref{multiprocess extensions}).
4220b2f8 41108
86d30acc
DJ
41109Reply:
41110@xref{Stop Reply Packets}, for the reply specifications.
41111
b8ff78ce
JB
41112@item vCont?
41113@cindex @samp{vCont?} packet
d3e8051b 41114Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
41115
41116Reply:
41117@table @samp
b8ff78ce
JB
41118@item vCont@r{[};@var{action}@dots{}@r{]}
41119The @samp{vCont} packet is supported. Each @var{action} is a supported
41120command in the @samp{vCont} packet.
d57350ea 41121@item @w{}
b8ff78ce 41122The @samp{vCont} packet is not supported.
86d30acc 41123@end table
ee2d5c50 41124
de979965
PA
41125@anchor{vCtrlC packet}
41126@item vCtrlC
41127@cindex @samp{vCtrlC} packet
41128Interrupt remote target as if a control-C was pressed on the remote
41129terminal. This is the equivalent to reacting to the @code{^C}
41130(@samp{\003}, the control-C character) character in all-stop mode
41131while the target is running, except this works in non-stop mode.
41132@xref{interrupting remote targets}, for more info on the all-stop
41133variant.
41134
41135Reply:
41136@table @samp
41137@item E @var{nn}
41138for an error
41139@item OK
41140for success
41141@end table
41142
a6b151f1
DJ
41143@item vFile:@var{operation}:@var{parameter}@dots{}
41144@cindex @samp{vFile} packet
41145Perform a file operation on the target system. For details,
41146see @ref{Host I/O Packets}.
41147
68437a39
DJ
41148@item vFlashErase:@var{addr},@var{length}
41149@cindex @samp{vFlashErase} packet
41150Direct the stub to erase @var{length} bytes of flash starting at
41151@var{addr}. The region may enclose any number of flash blocks, but
41152its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
41153flash block size appearing in the memory map (@pxref{Memory Map
41154Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
41155together, and sends a @samp{vFlashDone} request after each group; the
41156stub is allowed to delay erase operation until the @samp{vFlashDone}
41157packet is received.
41158
41159Reply:
41160@table @samp
41161@item OK
41162for success
41163@item E @var{NN}
41164for an error
41165@end table
41166
41167@item vFlashWrite:@var{addr}:@var{XX@dots{}}
41168@cindex @samp{vFlashWrite} packet
41169Direct the stub to write data to flash address @var{addr}. The data
41170is passed in binary form using the same encoding as for the @samp{X}
41171packet (@pxref{Binary Data}). The memory ranges specified by
41172@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
41173not overlap, and must appear in order of increasing addresses
41174(although @samp{vFlashErase} packets for higher addresses may already
41175have been received; the ordering is guaranteed only between
41176@samp{vFlashWrite} packets). If a packet writes to an address that was
41177neither erased by a preceding @samp{vFlashErase} packet nor by some other
41178target-specific method, the results are unpredictable.
41179
41180
41181Reply:
41182@table @samp
41183@item OK
41184for success
41185@item E.memtype
41186for vFlashWrite addressing non-flash memory
41187@item E @var{NN}
41188for an error
41189@end table
41190
41191@item vFlashDone
41192@cindex @samp{vFlashDone} packet
41193Indicate to the stub that flash programming operation is finished.
41194The stub is permitted to delay or batch the effects of a group of
41195@samp{vFlashErase} and @samp{vFlashWrite} packets until a
41196@samp{vFlashDone} packet is received. The contents of the affected
41197regions of flash memory are unpredictable until the @samp{vFlashDone}
41198request is completed.
41199
b90a069a
SL
41200@item vKill;@var{pid}
41201@cindex @samp{vKill} packet
36cb1214 41202@anchor{vKill packet}
697aa1b7 41203Kill the process with the specified process ID @var{pid}, which is a
b90a069a
SL
41204hexadecimal integer identifying the process. This packet is used in
41205preference to @samp{k} when multiprocess protocol extensions are
41206supported; see @ref{multiprocess extensions}.
41207
41208Reply:
41209@table @samp
41210@item E @var{nn}
41211for an error
41212@item OK
41213for success
41214@end table
41215
176efed1
AB
41216@item vMustReplyEmpty
41217@cindex @samp{vMustReplyEmpty} packet
41218The correct reply to an unknown @samp{v} packet is to return the empty
41219string, however, some older versions of @command{gdbserver} would
41220incorrectly return @samp{OK} for unknown @samp{v} packets.
41221
41222The @samp{vMustReplyEmpty} is used as a feature test to check how
41223@command{gdbserver} handles unknown packets, it is important that this
41224packet be handled in the same way as other unknown @samp{v} packets.
41225If this packet is handled differently to other unknown @samp{v}
6b92c0d3 41226packets then it is possible that @value{GDBN} may run into problems in
176efed1
AB
41227other areas, specifically around use of @samp{vFile:setfs:}.
41228
2d717e4f
DJ
41229@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
41230@cindex @samp{vRun} packet
41231Run the program @var{filename}, passing it each @var{argument} on its
41232command line. The file and arguments are hex-encoded strings. If
41233@var{filename} is an empty string, the stub may use a default program
41234(e.g.@: the last program run). The program is created in the stopped
9b562ab8 41235state.
2d717e4f 41236
8b23ecc4
SL
41237@c FIXME: What about non-stop mode?
41238
2d717e4f
DJ
41239This packet is only available in extended mode (@pxref{extended mode}).
41240
41241Reply:
41242@table @samp
41243@item E @var{nn}
41244for an error
41245@item @r{Any stop packet}
41246for success (@pxref{Stop Reply Packets})
41247@end table
41248
8b23ecc4 41249@item vStopped
8b23ecc4 41250@cindex @samp{vStopped} packet
8dbe8ece 41251@xref{Notification Packets}.
8b23ecc4 41252
b8ff78ce 41253@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 41254@anchor{X packet}
b8ff78ce
JB
41255@cindex @samp{X} packet
41256Write data to memory, where the data is transmitted in binary.
a86c90e6
SM
41257Memory is specified by its address @var{addr} and number of addressable memory
41258units @var{length} (@pxref{addressable memory unit});
0876f84a 41259@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 41260
ee2d5c50
AC
41261Reply:
41262@table @samp
41263@item OK
41264for success
b8ff78ce 41265@item E @var{NN}
ee2d5c50
AC
41266for an error
41267@end table
41268
a1dcb23a
DJ
41269@item z @var{type},@var{addr},@var{kind}
41270@itemx Z @var{type},@var{addr},@var{kind}
2f870471 41271@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
41272@cindex @samp{z} packet
41273@cindex @samp{Z} packets
41274Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
a1dcb23a 41275watchpoint starting at address @var{address} of kind @var{kind}.
ee2d5c50 41276
2f870471
AC
41277Each breakpoint and watchpoint packet @var{type} is documented
41278separately.
41279
512217c7
AC
41280@emph{Implementation notes: A remote target shall return an empty string
41281for an unrecognized breakpoint or watchpoint packet @var{type}. A
41282remote target shall support either both or neither of a given
b8ff78ce 41283@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
41284avoid potential problems with duplicate packets, the operations should
41285be implemented in an idempotent way.}
41286
a1dcb23a 41287@item z0,@var{addr},@var{kind}
d3ce09f5 41288@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
41289@cindex @samp{z0} packet
41290@cindex @samp{Z0} packet
4435e1cc 41291Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
a1dcb23a 41292@var{addr} of type @var{kind}.
2f870471 41293
4435e1cc 41294A software breakpoint is implemented by replacing the instruction at
2f870471 41295@var{addr} with a software breakpoint or trap instruction. The
4435e1cc
TT
41296@var{kind} is target-specific and typically indicates the size of the
41297breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
41298@sc{mips} can insert either a 2 or 4 byte breakpoint. Some
41299architectures have additional meanings for @var{kind}
41300(@pxref{Architecture-Specific Protocol Details}); if no
41301architecture-specific value is being used, it should be @samp{0}.
41302@var{kind} is hex-encoded. @var{cond_list} is an optional list of
41303conditional expressions in bytecode form that should be evaluated on
41304the target's side. These are the conditions that should be taken into
41305consideration when deciding if the breakpoint trigger should be
41306reported back to @value{GDBN}.
83364271 41307
f7e6eed5 41308See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
4435e1cc 41309for how to best report a software breakpoint event to @value{GDBN}.
f7e6eed5 41310
83364271
LM
41311The @var{cond_list} parameter is comprised of a series of expressions,
41312concatenated without separators. Each expression has the following form:
41313
41314@table @samp
41315
41316@item X @var{len},@var{expr}
41317@var{len} is the length of the bytecode expression and @var{expr} is the
41318actual conditional expression in bytecode form.
41319
41320@end table
41321
d3ce09f5
SS
41322The optional @var{cmd_list} parameter introduces commands that may be
41323run on the target, rather than being reported back to @value{GDBN}.
41324The parameter starts with a numeric flag @var{persist}; if the flag is
41325nonzero, then the breakpoint may remain active and the commands
41326continue to be run even when @value{GDBN} disconnects from the target.
41327Following this flag is a series of expressions concatenated with no
41328separators. Each expression has the following form:
41329
41330@table @samp
41331
41332@item X @var{len},@var{expr}
41333@var{len} is the length of the bytecode expression and @var{expr} is the
0968fbae 41334actual commands expression in bytecode form.
d3ce09f5
SS
41335
41336@end table
41337
2f870471 41338@emph{Implementation note: It is possible for a target to copy or move
4435e1cc 41339code that contains software breakpoints (e.g., when implementing
2f870471
AC
41340overlays). The behavior of this packet, in the presence of such a
41341target, is not defined.}
c906108c 41342
ee2d5c50
AC
41343Reply:
41344@table @samp
2f870471
AC
41345@item OK
41346success
d57350ea 41347@item @w{}
2f870471 41348not supported
b8ff78ce 41349@item E @var{NN}
ee2d5c50 41350for an error
2f870471
AC
41351@end table
41352
a1dcb23a 41353@item z1,@var{addr},@var{kind}
4435e1cc 41354@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
41355@cindex @samp{z1} packet
41356@cindex @samp{Z1} packet
41357Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
a1dcb23a 41358address @var{addr}.
2f870471
AC
41359
41360A hardware breakpoint is implemented using a mechanism that is not
4435e1cc
TT
41361dependent on being able to modify the target's memory. The
41362@var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
41363same meaning as in @samp{Z0} packets.
2f870471
AC
41364
41365@emph{Implementation note: A hardware breakpoint is not affected by code
41366movement.}
41367
41368Reply:
41369@table @samp
ee2d5c50 41370@item OK
2f870471 41371success
d57350ea 41372@item @w{}
2f870471 41373not supported
b8ff78ce 41374@item E @var{NN}
2f870471
AC
41375for an error
41376@end table
41377
a1dcb23a
DJ
41378@item z2,@var{addr},@var{kind}
41379@itemx Z2,@var{addr},@var{kind}
b8ff78ce
JB
41380@cindex @samp{z2} packet
41381@cindex @samp{Z2} packet
a1dcb23a 41382Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
697aa1b7 41383The number of bytes to watch is specified by @var{kind}.
2f870471
AC
41384
41385Reply:
41386@table @samp
41387@item OK
41388success
d57350ea 41389@item @w{}
2f870471 41390not supported
b8ff78ce 41391@item E @var{NN}
2f870471
AC
41392for an error
41393@end table
41394
a1dcb23a
DJ
41395@item z3,@var{addr},@var{kind}
41396@itemx Z3,@var{addr},@var{kind}
b8ff78ce
JB
41397@cindex @samp{z3} packet
41398@cindex @samp{Z3} packet
a1dcb23a 41399Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
697aa1b7 41400The number of bytes to watch is specified by @var{kind}.
2f870471
AC
41401
41402Reply:
41403@table @samp
41404@item OK
41405success
d57350ea 41406@item @w{}
2f870471 41407not supported
b8ff78ce 41408@item E @var{NN}
2f870471
AC
41409for an error
41410@end table
41411
a1dcb23a
DJ
41412@item z4,@var{addr},@var{kind}
41413@itemx Z4,@var{addr},@var{kind}
b8ff78ce
JB
41414@cindex @samp{z4} packet
41415@cindex @samp{Z4} packet
a1dcb23a 41416Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
697aa1b7 41417The number of bytes to watch is specified by @var{kind}.
2f870471
AC
41418
41419Reply:
41420@table @samp
41421@item OK
41422success
d57350ea 41423@item @w{}
2f870471 41424not supported
b8ff78ce 41425@item E @var{NN}
2f870471 41426for an error
ee2d5c50
AC
41427@end table
41428
41429@end table
c906108c 41430
ee2d5c50
AC
41431@node Stop Reply Packets
41432@section Stop Reply Packets
41433@cindex stop reply packets
c906108c 41434
8b23ecc4
SL
41435The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
41436@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
41437receive any of the below as a reply. Except for @samp{?}
41438and @samp{vStopped}, that reply is only returned
b8ff78ce 41439when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
41440number} is defined by the header @file{include/gdb/signals.h} in the
41441@value{GDBN} source code.
c906108c 41442
4435e1cc
TT
41443In non-stop mode, the server will simply reply @samp{OK} to commands
41444such as @samp{vCont}; any stop will be the subject of a future
41445notification. @xref{Remote Non-Stop}.
41446
b8ff78ce
JB
41447As in the description of request packets, we include spaces in the
41448reply templates for clarity; these are not part of the reply packet's
41449syntax. No @value{GDBN} stop reply packet uses spaces to separate its
41450components.
c906108c 41451
b8ff78ce 41452@table @samp
ee2d5c50 41453
b8ff78ce 41454@item S @var{AA}
599b237a 41455The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
41456number). This is equivalent to a @samp{T} response with no
41457@var{n}:@var{r} pairs.
c906108c 41458
b8ff78ce
JB
41459@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
41460@cindex @samp{T} packet reply
599b237a 41461The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
41462number). This is equivalent to an @samp{S} response, except that the
41463@samp{@var{n}:@var{r}} pairs can carry values of important registers
41464and other information directly in the stop reply packet, reducing
41465round-trip latency. Single-step and breakpoint traps are reported
41466this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
41467
41468@itemize @bullet
b8ff78ce 41469@item
599b237a 41470If @var{n} is a hexadecimal number, it is a register number, and the
697aa1b7 41471corresponding @var{r} gives that register's value. The data @var{r} is a
b8ff78ce
JB
41472series of bytes in target byte order, with each byte given by a
41473two-digit hex number.
cfa9d6d9 41474
b8ff78ce 41475@item
b90a069a
SL
41476If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
41477the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 41478
dc146f7c
VP
41479@item
41480If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
41481the core on which the stop event was detected.
41482
b8ff78ce 41483@item
cfa9d6d9
DJ
41484If @var{n} is a recognized @dfn{stop reason}, it describes a more
41485specific event that stopped the target. The currently defined stop
697aa1b7 41486reasons are listed below. The @var{aa} should be @samp{05}, the trap
cfa9d6d9
DJ
41487signal. At most one stop reason should be present.
41488
b8ff78ce
JB
41489@item
41490Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
41491and go on to the next; this allows us to extend the protocol in the
41492future.
cfa9d6d9
DJ
41493@end itemize
41494
41495The currently defined stop reasons are:
41496
41497@table @samp
41498@item watch
41499@itemx rwatch
41500@itemx awatch
41501The packet indicates a watchpoint hit, and @var{r} is the data address, in
41502hex.
41503
82075af2
JS
41504@item syscall_entry
41505@itemx syscall_return
41506The packet indicates a syscall entry or return, and @var{r} is the
41507syscall number, in hex.
41508
cfa9d6d9
DJ
41509@cindex shared library events, remote reply
41510@item library
41511The packet indicates that the loaded libraries have changed.
41512@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
697aa1b7 41513list of loaded libraries. The @var{r} part is ignored.
bacec72f
MS
41514
41515@cindex replay log events, remote reply
41516@item replaylog
41517The packet indicates that the target cannot continue replaying
41518logged execution events, because it has reached the end (or the
41519beginning when executing backward) of the log. The value of @var{r}
41520will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
41521for more information.
f7e6eed5
PA
41522
41523@item swbreak
41524@anchor{swbreak stop reason}
4435e1cc 41525The packet indicates a software breakpoint instruction was executed,
f7e6eed5
PA
41526irrespective of whether it was @value{GDBN} that planted the
41527breakpoint or the breakpoint is hardcoded in the program. The @var{r}
41528part must be left empty.
41529
41530On some architectures, such as x86, at the architecture level, when a
41531breakpoint instruction executes the program counter points at the
41532breakpoint address plus an offset. On such targets, the stub is
41533responsible for adjusting the PC to point back at the breakpoint
41534address.
41535
41536This packet should not be sent by default; older @value{GDBN} versions
41537did not support it. @value{GDBN} requests it, by supplying an
41538appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41539remote stub must also supply the appropriate @samp{qSupported} feature
41540indicating support.
41541
41542This packet is required for correct non-stop mode operation.
41543
41544@item hwbreak
41545The packet indicates the target stopped for a hardware breakpoint.
41546The @var{r} part must be left empty.
41547
41548The same remarks about @samp{qSupported} and non-stop mode above
41549apply.
0d71eef5
DB
41550
41551@cindex fork events, remote reply
41552@item fork
41553The packet indicates that @code{fork} was called, and @var{r}
41554is the thread ID of the new child process. Refer to
41555@ref{thread-id syntax} for the format of the @var{thread-id}
41556field. This packet is only applicable to targets that support
41557fork events.
41558
41559This packet should not be sent by default; older @value{GDBN} versions
41560did not support it. @value{GDBN} requests it, by supplying an
41561appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41562remote stub must also supply the appropriate @samp{qSupported} feature
41563indicating support.
41564
41565@cindex vfork events, remote reply
41566@item vfork
41567The packet indicates that @code{vfork} was called, and @var{r}
41568is the thread ID of the new child process. Refer to
41569@ref{thread-id syntax} for the format of the @var{thread-id}
41570field. This packet is only applicable to targets that support
41571vfork events.
41572
41573This packet should not be sent by default; older @value{GDBN} versions
41574did not support it. @value{GDBN} requests it, by supplying an
41575appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41576remote stub must also supply the appropriate @samp{qSupported} feature
41577indicating support.
41578
41579@cindex vforkdone events, remote reply
41580@item vforkdone
e68fa6f0
PA
41581The packet indicates that a child process created by a vfork
41582has either called @code{exec} or terminated, so that the
41583address spaces of the parent and child process are no longer
41584shared. The @var{r} part is ignored. This packet is only
41585applicable to targets that support vforkdone events.
0d71eef5
DB
41586
41587This packet should not be sent by default; older @value{GDBN} versions
41588did not support it. @value{GDBN} requests it, by supplying an
41589appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41590remote stub must also supply the appropriate @samp{qSupported} feature
41591indicating support.
41592
b459a59b
DB
41593@cindex exec events, remote reply
41594@item exec
41595The packet indicates that @code{execve} was called, and @var{r}
41596is the absolute pathname of the file that was executed, in hex.
41597This packet is only applicable to targets that support exec events.
41598
41599This packet should not be sent by default; older @value{GDBN} versions
41600did not support it. @value{GDBN} requests it, by supplying an
41601appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41602remote stub must also supply the appropriate @samp{qSupported} feature
41603indicating support.
41604
65706a29
PA
41605@cindex thread create event, remote reply
41606@anchor{thread create event}
41607@item create
41608The packet indicates that the thread was just created. The new thread
41609is stopped until @value{GDBN} sets it running with a resumption packet
41610(@pxref{vCont packet}). This packet should not be sent by default;
41611@value{GDBN} requests it with the @ref{QThreadEvents} packet. See
4435e1cc
TT
41612also the @samp{w} (@pxref{thread exit event}) remote reply below. The
41613@var{r} part is ignored.
65706a29 41614
cfa9d6d9 41615@end table
ee2d5c50 41616
b8ff78ce 41617@item W @var{AA}
b90a069a 41618@itemx W @var{AA} ; process:@var{pid}
8e04817f 41619The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
41620applicable to certain targets.
41621
4435e1cc
TT
41622The second form of the response, including the process ID of the
41623exited process, can be used only when @value{GDBN} has reported
41624support for multiprocess protocol extensions; see @ref{multiprocess
41625extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
41626hex strings.
b90a069a 41627
b8ff78ce 41628@item X @var{AA}
b90a069a 41629@itemx X @var{AA} ; process:@var{pid}
8e04817f 41630The process terminated with signal @var{AA}.
c906108c 41631
b90a069a
SL
41632The second form of the response, including the process ID of the
41633terminated process, can be used only when @value{GDBN} has reported
41634support for multiprocess protocol extensions; see @ref{multiprocess
4435e1cc
TT
41635extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
41636hex strings.
b90a069a 41637
65706a29
PA
41638@anchor{thread exit event}
41639@cindex thread exit event, remote reply
41640@item w @var{AA} ; @var{tid}
41641
41642The thread exited, and @var{AA} is the exit status. This response
41643should not be sent by default; @value{GDBN} requests it with the
41644@ref{QThreadEvents} packet. See also @ref{thread create event} above.
4435e1cc 41645@var{AA} is formatted as a big-endian hex string.
65706a29 41646
f2faf941
PA
41647@item N
41648There are no resumed threads left in the target. In other words, even
41649though the process is alive, the last resumed thread has exited. For
41650example, say the target process has two threads: thread 1 and thread
416512. The client leaves thread 1 stopped, and resumes thread 2, which
41652subsequently exits. At this point, even though the process is still
41653alive, and thus no @samp{W} stop reply is sent, no thread is actually
41654executing either. The @samp{N} stop reply thus informs the client
41655that it can stop waiting for stop replies. This packet should not be
41656sent by default; older @value{GDBN} versions did not support it.
41657@value{GDBN} requests it, by supplying an appropriate
41658@samp{qSupported} feature (@pxref{qSupported}). The remote stub must
41659also supply the appropriate @samp{qSupported} feature indicating
41660support.
41661
b8ff78ce
JB
41662@item O @var{XX}@dots{}
41663@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
41664written as the program's console output. This can happen at any time
41665while the program is running and the debugger should continue to wait
8b23ecc4 41666for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 41667
b8ff78ce 41668@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
41669@var{call-id} is the identifier which says which host system call should
41670be called. This is just the name of the function. Translation into the
41671correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 41672@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
41673system calls.
41674
b8ff78ce
JB
41675@samp{@var{parameter}@dots{}} is a list of parameters as defined for
41676this very system call.
0ce1b118 41677
b8ff78ce
JB
41678The target replies with this packet when it expects @value{GDBN} to
41679call a host system call on behalf of the target. @value{GDBN} replies
41680with an appropriate @samp{F} packet and keeps up waiting for the next
41681reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
41682or @samp{s} action is expected to be continued. @xref{File-I/O Remote
41683Protocol Extension}, for more details.
0ce1b118 41684
ee2d5c50
AC
41685@end table
41686
41687@node General Query Packets
41688@section General Query Packets
9c16f35a 41689@cindex remote query requests
c906108c 41690
5f3bebba
JB
41691Packets starting with @samp{q} are @dfn{general query packets};
41692packets starting with @samp{Q} are @dfn{general set packets}. General
41693query and set packets are a semi-unified form for retrieving and
41694sending information to and from the stub.
41695
41696The initial letter of a query or set packet is followed by a name
41697indicating what sort of thing the packet applies to. For example,
41698@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
41699definitions with the stub. These packet names follow some
41700conventions:
41701
41702@itemize @bullet
41703@item
41704The name must not contain commas, colons or semicolons.
41705@item
41706Most @value{GDBN} query and set packets have a leading upper case
41707letter.
41708@item
41709The names of custom vendor packets should use a company prefix, in
41710lower case, followed by a period. For example, packets designed at
41711the Acme Corporation might begin with @samp{qacme.foo} (for querying
41712foos) or @samp{Qacme.bar} (for setting bars).
41713@end itemize
41714
aa56d27a
JB
41715The name of a query or set packet should be separated from any
41716parameters by a @samp{:}; the parameters themselves should be
41717separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
41718full packet name, and check for a separator or the end of the packet,
41719in case two packet names share a common prefix. New packets should not begin
41720with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
41721packets predate these conventions, and have arguments without any terminator
41722for the packet name; we suspect they are in widespread use in places that
41723are difficult to upgrade. The @samp{qC} packet has no arguments, but some
41724existing stubs (e.g.@: RedBoot) are known to not check for the end of the
41725packet.}.
c906108c 41726
b8ff78ce
JB
41727Like the descriptions of the other packets, each description here
41728has a template showing the packet's overall syntax, followed by an
41729explanation of the packet's meaning. We include spaces in some of the
41730templates for clarity; these are not part of the packet's syntax. No
41731@value{GDBN} packet uses spaces to separate its components.
41732
5f3bebba
JB
41733Here are the currently defined query and set packets:
41734
b8ff78ce 41735@table @samp
c906108c 41736
d1feda86 41737@item QAgent:1
af4238e5 41738@itemx QAgent:0
d1feda86
YQ
41739Turn on or off the agent as a helper to perform some debugging operations
41740delegated from @value{GDBN} (@pxref{Control Agent}).
41741
d914c394
SS
41742@item QAllow:@var{op}:@var{val}@dots{}
41743@cindex @samp{QAllow} packet
41744Specify which operations @value{GDBN} expects to request of the
41745target, as a semicolon-separated list of operation name and value
41746pairs. Possible values for @var{op} include @samp{WriteReg},
41747@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
41748@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
41749indicating that @value{GDBN} will not request the operation, or 1,
41750indicating that it may. (The target can then use this to set up its
41751own internals optimally, for instance if the debugger never expects to
41752insert breakpoints, it may not need to install its own trap handler.)
41753
b8ff78ce 41754@item qC
9c16f35a 41755@cindex current thread, remote request
b8ff78ce 41756@cindex @samp{qC} packet
b90a069a 41757Return the current thread ID.
ee2d5c50
AC
41758
41759Reply:
41760@table @samp
b90a069a
SL
41761@item QC @var{thread-id}
41762Where @var{thread-id} is a thread ID as documented in
41763@ref{thread-id syntax}.
b8ff78ce 41764@item @r{(anything else)}
b90a069a 41765Any other reply implies the old thread ID.
ee2d5c50
AC
41766@end table
41767
b8ff78ce 41768@item qCRC:@var{addr},@var{length}
ff2587ec 41769@cindex CRC of memory block, remote request
b8ff78ce 41770@cindex @samp{qCRC} packet
936d2992 41771@anchor{qCRC packet}
99e008fe
EZ
41772Compute the CRC checksum of a block of memory using CRC-32 defined in
41773IEEE 802.3. The CRC is computed byte at a time, taking the most
41774significant bit of each byte first. The initial pattern code
41775@code{0xffffffff} is used to ensure leading zeros affect the CRC.
41776
41777@emph{Note:} This is the same CRC used in validating separate debug
41778files (@pxref{Separate Debug Files, , Debugging Information in Separate
41779Files}). However the algorithm is slightly different. When validating
41780separate debug files, the CRC is computed taking the @emph{least}
41781significant bit of each byte first, and the final result is inverted to
41782detect trailing zeros.
41783
ff2587ec
WZ
41784Reply:
41785@table @samp
b8ff78ce 41786@item E @var{NN}
ff2587ec 41787An error (such as memory fault)
b8ff78ce
JB
41788@item C @var{crc32}
41789The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
41790@end table
41791
03583c20
UW
41792@item QDisableRandomization:@var{value}
41793@cindex disable address space randomization, remote request
41794@cindex @samp{QDisableRandomization} packet
41795Some target operating systems will randomize the virtual address space
41796of the inferior process as a security feature, but provide a feature
41797to disable such randomization, e.g.@: to allow for a more deterministic
41798debugging experience. On such systems, this packet with a @var{value}
41799of 1 directs the target to disable address space randomization for
41800processes subsequently started via @samp{vRun} packets, while a packet
41801with a @var{value} of 0 tells the target to enable address space
41802randomization.
41803
41804This packet is only available in extended mode (@pxref{extended mode}).
41805
41806Reply:
41807@table @samp
41808@item OK
41809The request succeeded.
41810
41811@item E @var{nn}
697aa1b7 41812An error occurred. The error number @var{nn} is given as hex digits.
03583c20 41813
d57350ea 41814@item @w{}
03583c20
UW
41815An empty reply indicates that @samp{QDisableRandomization} is not supported
41816by the stub.
41817@end table
41818
41819This packet is not probed by default; the remote stub must request it,
41820by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41821This should only be done on targets that actually support disabling
41822address space randomization.
41823
aefd8b33
SDJ
41824@item QStartupWithShell:@var{value}
41825@cindex startup with shell, remote request
41826@cindex @samp{QStartupWithShell} packet
41827On UNIX-like targets, it is possible to start the inferior using a
41828shell program. This is the default behavior on both @value{GDBN} and
41829@command{gdbserver} (@pxref{set startup-with-shell}). This packet is
41830used to inform @command{gdbserver} whether it should start the
41831inferior using a shell or not.
41832
41833If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
41834to start the inferior. If @var{value} is @samp{1},
41835@command{gdbserver} will use a shell to start the inferior. All other
41836values are considered an error.
41837
41838This packet is only available in extended mode (@pxref{extended
41839mode}).
41840
41841Reply:
41842@table @samp
41843@item OK
41844The request succeeded.
41845
41846@item E @var{nn}
41847An error occurred. The error number @var{nn} is given as hex digits.
41848@end table
41849
41850This packet is not probed by default; the remote stub must request it,
41851by supplying an appropriate @samp{qSupported} response
41852(@pxref{qSupported}). This should only be done on targets that
41853actually support starting the inferior using a shell.
41854
41855Use of this packet is controlled by the @code{set startup-with-shell}
41856command; @pxref{set startup-with-shell}.
41857
0a2dde4a
SDJ
41858@item QEnvironmentHexEncoded:@var{hex-value}
41859@anchor{QEnvironmentHexEncoded}
41860@cindex set environment variable, remote request
41861@cindex @samp{QEnvironmentHexEncoded} packet
41862On UNIX-like targets, it is possible to set environment variables that
41863will be passed to the inferior during the startup process. This
41864packet is used to inform @command{gdbserver} of an environment
41865variable that has been defined by the user on @value{GDBN} (@pxref{set
41866environment}).
41867
41868The packet is composed by @var{hex-value}, an hex encoded
41869representation of the @var{name=value} format representing an
41870environment variable. The name of the environment variable is
41871represented by @var{name}, and the value to be assigned to the
41872environment variable is represented by @var{value}. If the variable
41873has no value (i.e., the value is @code{null}), then @var{value} will
41874not be present.
41875
41876This packet is only available in extended mode (@pxref{extended
41877mode}).
41878
41879Reply:
41880@table @samp
41881@item OK
41882The request succeeded.
41883@end table
41884
41885This packet is not probed by default; the remote stub must request it,
41886by supplying an appropriate @samp{qSupported} response
41887(@pxref{qSupported}). This should only be done on targets that
41888actually support passing environment variables to the starting
41889inferior.
41890
41891This packet is related to the @code{set environment} command;
41892@pxref{set environment}.
41893
41894@item QEnvironmentUnset:@var{hex-value}
41895@anchor{QEnvironmentUnset}
41896@cindex unset environment variable, remote request
41897@cindex @samp{QEnvironmentUnset} packet
41898On UNIX-like targets, it is possible to unset environment variables
41899before starting the inferior in the remote target. This packet is
41900used to inform @command{gdbserver} of an environment variable that has
41901been unset by the user on @value{GDBN} (@pxref{unset environment}).
41902
41903The packet is composed by @var{hex-value}, an hex encoded
41904representation of the name of the environment variable to be unset.
41905
41906This packet is only available in extended mode (@pxref{extended
41907mode}).
41908
41909Reply:
41910@table @samp
41911@item OK
41912The request succeeded.
41913@end table
41914
41915This packet is not probed by default; the remote stub must request it,
41916by supplying an appropriate @samp{qSupported} response
41917(@pxref{qSupported}). This should only be done on targets that
41918actually support passing environment variables to the starting
41919inferior.
41920
41921This packet is related to the @code{unset environment} command;
41922@pxref{unset environment}.
41923
41924@item QEnvironmentReset
41925@anchor{QEnvironmentReset}
41926@cindex reset environment, remote request
41927@cindex @samp{QEnvironmentReset} packet
41928On UNIX-like targets, this packet is used to reset the state of
41929environment variables in the remote target before starting the
41930inferior. In this context, reset means unsetting all environment
41931variables that were previously set by the user (i.e., were not
41932initially present in the environment). It is sent to
41933@command{gdbserver} before the @samp{QEnvironmentHexEncoded}
41934(@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
41935(@pxref{QEnvironmentUnset}) packets.
41936
41937This packet is only available in extended mode (@pxref{extended
41938mode}).
41939
41940Reply:
41941@table @samp
41942@item OK
41943The request succeeded.
41944@end table
41945
41946This packet is not probed by default; the remote stub must request it,
41947by supplying an appropriate @samp{qSupported} response
41948(@pxref{qSupported}). This should only be done on targets that
41949actually support passing environment variables to the starting
41950inferior.
41951
bc3b087d
SDJ
41952@item QSetWorkingDir:@r{[}@var{directory}@r{]}
41953@anchor{QSetWorkingDir packet}
41954@cindex set working directory, remote request
41955@cindex @samp{QSetWorkingDir} packet
41956This packet is used to inform the remote server of the intended
41957current working directory for programs that are going to be executed.
41958
41959The packet is composed by @var{directory}, an hex encoded
41960representation of the directory that the remote inferior will use as
41961its current working directory. If @var{directory} is an empty string,
41962the remote server should reset the inferior's current working
41963directory to its original, empty value.
41964
41965This packet is only available in extended mode (@pxref{extended
41966mode}).
41967
41968Reply:
41969@table @samp
41970@item OK
41971The request succeeded.
41972@end table
41973
b8ff78ce
JB
41974@item qfThreadInfo
41975@itemx qsThreadInfo
9c16f35a 41976@cindex list active threads, remote request
b8ff78ce
JB
41977@cindex @samp{qfThreadInfo} packet
41978@cindex @samp{qsThreadInfo} packet
b90a069a 41979Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
41980may be too many active threads to fit into one reply packet, this query
41981works iteratively: it may require more than one query/reply sequence to
41982obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
41983be the @samp{qfThreadInfo} query; subsequent queries in the
41984sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 41985
b8ff78ce 41986NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
41987
41988Reply:
41989@table @samp
b90a069a
SL
41990@item m @var{thread-id}
41991A single thread ID
41992@item m @var{thread-id},@var{thread-id}@dots{}
41993a comma-separated list of thread IDs
b8ff78ce
JB
41994@item l
41995(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
41996@end table
41997
41998In response to each query, the target will reply with a list of one or
b90a069a 41999more thread IDs, separated by commas.
e1aac25b 42000@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 42001ids (using the @samp{qs} form of the query), until the target responds
501994c0 42002with @samp{l} (lower-case ell, for @dfn{last}).
b90a069a
SL
42003Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
42004fields.
c906108c 42005
8dfcab11
DT
42006@emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
42007initial connection with the remote target, and the very first thread ID
42008mentioned in the reply will be stopped by @value{GDBN} in a subsequent
42009message. Therefore, the stub should ensure that the first thread ID in
42010the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
42011
b8ff78ce 42012@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 42013@cindex get thread-local storage address, remote request
b8ff78ce 42014@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
42015Fetch the address associated with thread local storage specified
42016by @var{thread-id}, @var{offset}, and @var{lm}.
42017
b90a069a
SL
42018@var{thread-id} is the thread ID associated with the
42019thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
42020
42021@var{offset} is the (big endian, hex encoded) offset associated with the
42022thread local variable. (This offset is obtained from the debug
42023information associated with the variable.)
42024
db2e3e2e 42025@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
7a9dd1b2 42026load module associated with the thread local storage. For example,
ff2587ec
WZ
42027a @sc{gnu}/Linux system will pass the link map address of the shared
42028object associated with the thread local storage under consideration.
42029Other operating environments may choose to represent the load module
42030differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
42031
42032Reply:
b8ff78ce
JB
42033@table @samp
42034@item @var{XX}@dots{}
ff2587ec
WZ
42035Hex encoded (big endian) bytes representing the address of the thread
42036local storage requested.
42037
b8ff78ce 42038@item E @var{nn}
697aa1b7 42039An error occurred. The error number @var{nn} is given as hex digits.
ff2587ec 42040
d57350ea 42041@item @w{}
b8ff78ce 42042An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
42043@end table
42044
711e434b
PM
42045@item qGetTIBAddr:@var{thread-id}
42046@cindex get thread information block address
42047@cindex @samp{qGetTIBAddr} packet
42048Fetch address of the Windows OS specific Thread Information Block.
42049
42050@var{thread-id} is the thread ID associated with the thread.
42051
42052Reply:
42053@table @samp
42054@item @var{XX}@dots{}
42055Hex encoded (big endian) bytes representing the linear address of the
42056thread information block.
42057
42058@item E @var{nn}
42059An error occured. This means that either the thread was not found, or the
42060address could not be retrieved.
42061
d57350ea 42062@item @w{}
711e434b
PM
42063An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
42064@end table
42065
b8ff78ce 42066@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
42067Obtain thread information from RTOS. Where: @var{startflag} (one hex
42068digit) is one to indicate the first query and zero to indicate a
42069subsequent query; @var{threadcount} (two hex digits) is the maximum
42070number of threads the response packet can contain; and @var{nextthread}
42071(eight hex digits), for subsequent queries (@var{startflag} is zero), is
42072returned in the response as @var{argthread}.
ee2d5c50 42073
b8ff78ce 42074Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
42075
42076Reply:
42077@table @samp
b8ff78ce 42078@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
42079Where: @var{count} (two hex digits) is the number of threads being
42080returned; @var{done} (one hex digit) is zero to indicate more threads
42081and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 42082digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
697aa1b7
EZ
42083is a sequence of thread IDs, @var{threadid} (eight hex
42084digits), from the target. See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 42085@end table
c906108c 42086
b8ff78ce 42087@item qOffsets
9c16f35a 42088@cindex section offsets, remote request
b8ff78ce 42089@cindex @samp{qOffsets} packet
31d99776
DJ
42090Get section offsets that the target used when relocating the downloaded
42091image.
c906108c 42092
ee2d5c50
AC
42093Reply:
42094@table @samp
31d99776
DJ
42095@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
42096Relocate the @code{Text} section by @var{xxx} from its original address.
42097Relocate the @code{Data} section by @var{yyy} from its original address.
42098If the object file format provides segment information (e.g.@: @sc{elf}
42099@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
42100segments by the supplied offsets.
42101
42102@emph{Note: while a @code{Bss} offset may be included in the response,
42103@value{GDBN} ignores this and instead applies the @code{Data} offset
42104to the @code{Bss} section.}
42105
42106@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
42107Relocate the first segment of the object file, which conventionally
42108contains program code, to a starting address of @var{xxx}. If
42109@samp{DataSeg} is specified, relocate the second segment, which
42110conventionally contains modifiable data, to a starting address of
42111@var{yyy}. @value{GDBN} will report an error if the object file
42112does not contain segment information, or does not contain at least
42113as many segments as mentioned in the reply. Extra segments are
42114kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
42115@end table
42116
b90a069a 42117@item qP @var{mode} @var{thread-id}
9c16f35a 42118@cindex thread information, remote request
b8ff78ce 42119@cindex @samp{qP} packet
b90a069a
SL
42120Returns information on @var{thread-id}. Where: @var{mode} is a hex
42121encoded 32 bit mode; @var{thread-id} is a thread ID
42122(@pxref{thread-id syntax}).
ee2d5c50 42123
aa56d27a
JB
42124Don't use this packet; use the @samp{qThreadExtraInfo} query instead
42125(see below).
42126
b8ff78ce 42127Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 42128
8b23ecc4 42129@item QNonStop:1
687e43a4 42130@itemx QNonStop:0
8b23ecc4
SL
42131@cindex non-stop mode, remote request
42132@cindex @samp{QNonStop} packet
42133@anchor{QNonStop}
42134Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
42135@xref{Remote Non-Stop}, for more information.
42136
42137Reply:
42138@table @samp
42139@item OK
42140The request succeeded.
42141
42142@item E @var{nn}
697aa1b7 42143An error occurred. The error number @var{nn} is given as hex digits.
8b23ecc4 42144
d57350ea 42145@item @w{}
8b23ecc4
SL
42146An empty reply indicates that @samp{QNonStop} is not supported by
42147the stub.
42148@end table
42149
42150This packet is not probed by default; the remote stub must request it,
42151by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42152Use of this packet is controlled by the @code{set non-stop} command;
42153@pxref{Non-Stop Mode}.
42154
82075af2
JS
42155@item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
42156@itemx QCatchSyscalls:0
42157@cindex catch syscalls from inferior, remote request
42158@cindex @samp{QCatchSyscalls} packet
42159@anchor{QCatchSyscalls}
42160Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
42161catching syscalls from the inferior process.
42162
42163For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
42164in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
42165is listed, every system call should be reported.
42166
42167Note that if a syscall not in the list is reported, @value{GDBN} will
42168still filter the event according to its own list from all corresponding
42169@code{catch syscall} commands. However, it is more efficient to only
42170report the requested syscalls.
42171
42172Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
42173@samp{QCatchSyscalls:1} list is completely replaced by the new list.
42174
42175If the inferior process execs, the state of @samp{QCatchSyscalls} is
42176kept for the new process too. On targets where exec may affect syscall
42177numbers, for example with exec between 32 and 64-bit processes, the
42178client should send a new packet with the new syscall list.
42179
42180Reply:
42181@table @samp
42182@item OK
42183The request succeeded.
42184
42185@item E @var{nn}
42186An error occurred. @var{nn} are hex digits.
42187
42188@item @w{}
42189An empty reply indicates that @samp{QCatchSyscalls} is not supported by
42190the stub.
42191@end table
42192
42193Use of this packet is controlled by the @code{set remote catch-syscalls}
42194command (@pxref{Remote Configuration, set remote catch-syscalls}).
42195This packet is not probed by default; the remote stub must request it,
42196by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42197
89be2091
DJ
42198@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
42199@cindex pass signals to inferior, remote request
42200@cindex @samp{QPassSignals} packet
23181151 42201@anchor{QPassSignals}
89be2091
DJ
42202Each listed @var{signal} should be passed directly to the inferior process.
42203Signals are numbered identically to continue packets and stop replies
42204(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
42205strictly greater than the previous item. These signals do not need to stop
42206the inferior, or be reported to @value{GDBN}. All other signals should be
42207reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
42208combine; any earlier @samp{QPassSignals} list is completely replaced by the
42209new list. This packet improves performance when using @samp{handle
42210@var{signal} nostop noprint pass}.
42211
42212Reply:
42213@table @samp
42214@item OK
42215The request succeeded.
42216
42217@item E @var{nn}
697aa1b7 42218An error occurred. The error number @var{nn} is given as hex digits.
89be2091 42219
d57350ea 42220@item @w{}
89be2091
DJ
42221An empty reply indicates that @samp{QPassSignals} is not supported by
42222the stub.
42223@end table
42224
42225Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 42226command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
42227This packet is not probed by default; the remote stub must request it,
42228by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42229
9b224c5e
PA
42230@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
42231@cindex signals the inferior may see, remote request
42232@cindex @samp{QProgramSignals} packet
42233@anchor{QProgramSignals}
42234Each listed @var{signal} may be delivered to the inferior process.
42235Others should be silently discarded.
42236
42237In some cases, the remote stub may need to decide whether to deliver a
42238signal to the program or not without @value{GDBN} involvement. One
42239example of that is while detaching --- the program's threads may have
42240stopped for signals that haven't yet had a chance of being reported to
42241@value{GDBN}, and so the remote stub can use the signal list specified
42242by this packet to know whether to deliver or ignore those pending
42243signals.
42244
42245This does not influence whether to deliver a signal as requested by a
42246resumption packet (@pxref{vCont packet}).
42247
42248Signals are numbered identically to continue packets and stop replies
42249(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
42250strictly greater than the previous item. Multiple
42251@samp{QProgramSignals} packets do not combine; any earlier
42252@samp{QProgramSignals} list is completely replaced by the new list.
42253
42254Reply:
42255@table @samp
42256@item OK
42257The request succeeded.
42258
42259@item E @var{nn}
697aa1b7 42260An error occurred. The error number @var{nn} is given as hex digits.
9b224c5e 42261
d57350ea 42262@item @w{}
9b224c5e
PA
42263An empty reply indicates that @samp{QProgramSignals} is not supported
42264by the stub.
42265@end table
42266
42267Use of this packet is controlled by the @code{set remote program-signals}
42268command (@pxref{Remote Configuration, set remote program-signals}).
42269This packet is not probed by default; the remote stub must request it,
42270by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42271
65706a29
PA
42272@anchor{QThreadEvents}
42273@item QThreadEvents:1
42274@itemx QThreadEvents:0
42275@cindex thread create/exit events, remote request
42276@cindex @samp{QThreadEvents} packet
42277
42278Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
42279reporting of thread create and exit events. @xref{thread create
42280event}, for the reply specifications. For example, this is used in
42281non-stop mode when @value{GDBN} stops a set of threads and
42282synchronously waits for the their corresponding stop replies. Without
42283exit events, if one of the threads exits, @value{GDBN} would hang
42284forever not knowing that it should no longer expect a stop for that
42285same thread. @value{GDBN} does not enable this feature unless the
42286stub reports that it supports it by including @samp{QThreadEvents+} in
42287its @samp{qSupported} reply.
42288
42289Reply:
42290@table @samp
42291@item OK
42292The request succeeded.
42293
42294@item E @var{nn}
42295An error occurred. The error number @var{nn} is given as hex digits.
42296
42297@item @w{}
42298An empty reply indicates that @samp{QThreadEvents} is not supported by
42299the stub.
42300@end table
42301
42302Use of this packet is controlled by the @code{set remote thread-events}
42303command (@pxref{Remote Configuration, set remote thread-events}).
42304
b8ff78ce 42305@item qRcmd,@var{command}
ff2587ec 42306@cindex execute remote command, remote request
b8ff78ce 42307@cindex @samp{qRcmd} packet
ff2587ec 42308@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
42309execution. Invalid commands should be reported using the output
42310string. Before the final result packet, the target may also respond
42311with a number of intermediate @samp{O@var{output}} console output
42312packets. @emph{Implementors should note that providing access to a
42313stubs's interpreter may have security implications}.
fa93a9d8 42314
ff2587ec
WZ
42315Reply:
42316@table @samp
42317@item OK
42318A command response with no output.
42319@item @var{OUTPUT}
42320A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 42321@item E @var{NN}
ff2587ec 42322Indicate a badly formed request.
d57350ea 42323@item @w{}
b8ff78ce 42324An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 42325@end table
fa93a9d8 42326
aa56d27a
JB
42327(Note that the @code{qRcmd} packet's name is separated from the
42328command by a @samp{,}, not a @samp{:}, contrary to the naming
42329conventions above. Please don't use this packet as a model for new
42330packets.)
42331
08388c79
DE
42332@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
42333@cindex searching memory, in remote debugging
5c4808ca 42334@ifnotinfo
08388c79 42335@cindex @samp{qSearch:memory} packet
5c4808ca
EZ
42336@end ifnotinfo
42337@cindex @samp{qSearch memory} packet
08388c79
DE
42338@anchor{qSearch memory}
42339Search @var{length} bytes at @var{address} for @var{search-pattern}.
697aa1b7
EZ
42340Both @var{address} and @var{length} are encoded in hex;
42341@var{search-pattern} is a sequence of bytes, also hex encoded.
08388c79
DE
42342
42343Reply:
42344@table @samp
42345@item 0
42346The pattern was not found.
42347@item 1,address
42348The pattern was found at @var{address}.
42349@item E @var{NN}
42350A badly formed request or an error was encountered while searching memory.
d57350ea 42351@item @w{}
08388c79
DE
42352An empty reply indicates that @samp{qSearch:memory} is not recognized.
42353@end table
42354
a6f3e723
SL
42355@item QStartNoAckMode
42356@cindex @samp{QStartNoAckMode} packet
42357@anchor{QStartNoAckMode}
42358Request that the remote stub disable the normal @samp{+}/@samp{-}
42359protocol acknowledgments (@pxref{Packet Acknowledgment}).
42360
42361Reply:
42362@table @samp
42363@item OK
42364The stub has switched to no-acknowledgment mode.
6b92c0d3 42365@value{GDBN} acknowledges this response,
a6f3e723
SL
42366but neither the stub nor @value{GDBN} shall send or expect further
42367@samp{+}/@samp{-} acknowledgments in the current connection.
d57350ea 42368@item @w{}
a6f3e723
SL
42369An empty reply indicates that the stub does not support no-acknowledgment mode.
42370@end table
42371
be2a5f71
DJ
42372@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
42373@cindex supported packets, remote query
42374@cindex features of the remote protocol
42375@cindex @samp{qSupported} packet
0876f84a 42376@anchor{qSupported}
be2a5f71
DJ
42377Tell the remote stub about features supported by @value{GDBN}, and
42378query the stub for features it supports. This packet allows
42379@value{GDBN} and the remote stub to take advantage of each others'
42380features. @samp{qSupported} also consolidates multiple feature probes
42381at startup, to improve @value{GDBN} performance---a single larger
42382packet performs better than multiple smaller probe packets on
42383high-latency links. Some features may enable behavior which must not
42384be on by default, e.g.@: because it would confuse older clients or
42385stubs. Other features may describe packets which could be
42386automatically probed for, but are not. These features must be
42387reported before @value{GDBN} will use them. This ``default
42388unsupported'' behavior is not appropriate for all packets, but it
42389helps to keep the initial connection time under control with new
42390versions of @value{GDBN} which support increasing numbers of packets.
42391
42392Reply:
42393@table @samp
42394@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
42395The stub supports or does not support each returned @var{stubfeature},
42396depending on the form of each @var{stubfeature} (see below for the
42397possible forms).
d57350ea 42398@item @w{}
be2a5f71
DJ
42399An empty reply indicates that @samp{qSupported} is not recognized,
42400or that no features needed to be reported to @value{GDBN}.
42401@end table
42402
42403The allowed forms for each feature (either a @var{gdbfeature} in the
42404@samp{qSupported} packet, or a @var{stubfeature} in the response)
42405are:
42406
42407@table @samp
42408@item @var{name}=@var{value}
42409The remote protocol feature @var{name} is supported, and associated
42410with the specified @var{value}. The format of @var{value} depends
42411on the feature, but it must not include a semicolon.
42412@item @var{name}+
42413The remote protocol feature @var{name} is supported, and does not
42414need an associated value.
42415@item @var{name}-
42416The remote protocol feature @var{name} is not supported.
42417@item @var{name}?
42418The remote protocol feature @var{name} may be supported, and
42419@value{GDBN} should auto-detect support in some other way when it is
42420needed. This form will not be used for @var{gdbfeature} notifications,
42421but may be used for @var{stubfeature} responses.
42422@end table
42423
42424Whenever the stub receives a @samp{qSupported} request, the
42425supplied set of @value{GDBN} features should override any previous
42426request. This allows @value{GDBN} to put the stub in a known
42427state, even if the stub had previously been communicating with
42428a different version of @value{GDBN}.
42429
b90a069a
SL
42430The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
42431are defined:
42432
42433@table @samp
42434@item multiprocess
42435This feature indicates whether @value{GDBN} supports multiprocess
42436extensions to the remote protocol. @value{GDBN} does not use such
42437extensions unless the stub also reports that it supports them by
42438including @samp{multiprocess+} in its @samp{qSupported} reply.
42439@xref{multiprocess extensions}, for details.
c8d5aac9
L
42440
42441@item xmlRegisters
42442This feature indicates that @value{GDBN} supports the XML target
42443description. If the stub sees @samp{xmlRegisters=} with target
42444specific strings separated by a comma, it will report register
42445description.
dde08ee1
PA
42446
42447@item qRelocInsn
42448This feature indicates whether @value{GDBN} supports the
42449@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
42450instruction reply packet}).
f7e6eed5
PA
42451
42452@item swbreak
42453This feature indicates whether @value{GDBN} supports the swbreak stop
42454reason in stop replies. @xref{swbreak stop reason}, for details.
42455
42456@item hwbreak
42457This feature indicates whether @value{GDBN} supports the hwbreak stop
42458reason in stop replies. @xref{swbreak stop reason}, for details.
0d71eef5
DB
42459
42460@item fork-events
42461This feature indicates whether @value{GDBN} supports fork event
42462extensions to the remote protocol. @value{GDBN} does not use such
42463extensions unless the stub also reports that it supports them by
42464including @samp{fork-events+} in its @samp{qSupported} reply.
42465
42466@item vfork-events
42467This feature indicates whether @value{GDBN} supports vfork event
42468extensions to the remote protocol. @value{GDBN} does not use such
42469extensions unless the stub also reports that it supports them by
42470including @samp{vfork-events+} in its @samp{qSupported} reply.
b459a59b
DB
42471
42472@item exec-events
42473This feature indicates whether @value{GDBN} supports exec event
42474extensions to the remote protocol. @value{GDBN} does not use such
42475extensions unless the stub also reports that it supports them by
42476including @samp{exec-events+} in its @samp{qSupported} reply.
750ce8d1
YQ
42477
42478@item vContSupported
42479This feature indicates whether @value{GDBN} wants to know the
42480supported actions in the reply to @samp{vCont?} packet.
b90a069a
SL
42481@end table
42482
42483Stubs should ignore any unknown values for
be2a5f71
DJ
42484@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
42485packet supports receiving packets of unlimited length (earlier
b90a069a 42486versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
42487for @var{gdbfeature} may be defined in the future to let the stub take
42488advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
42489improvements in the remote protocol---the @samp{multiprocess} feature is
42490an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
42491of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
42492describes all the features it supports, and then the stub replies with
42493all the features it supports.
42494
42495Similarly, @value{GDBN} will silently ignore unrecognized stub feature
42496responses, as long as each response uses one of the standard forms.
42497
42498Some features are flags. A stub which supports a flag feature
42499should respond with a @samp{+} form response. Other features
42500require values, and the stub should respond with an @samp{=}
42501form response.
42502
42503Each feature has a default value, which @value{GDBN} will use if
42504@samp{qSupported} is not available or if the feature is not mentioned
42505in the @samp{qSupported} response. The default values are fixed; a
42506stub is free to omit any feature responses that match the defaults.
42507
42508Not all features can be probed, but for those which can, the probing
42509mechanism is useful: in some cases, a stub's internal
42510architecture may not allow the protocol layer to know some information
42511about the underlying target in advance. This is especially common in
42512stubs which may be configured for multiple targets.
42513
42514These are the currently defined stub features and their properties:
42515
cfa9d6d9 42516@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
42517@c NOTE: The first row should be @headitem, but we do not yet require
42518@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 42519@item Feature Name
be2a5f71
DJ
42520@tab Value Required
42521@tab Default
42522@tab Probe Allowed
42523
42524@item @samp{PacketSize}
42525@tab Yes
42526@tab @samp{-}
42527@tab No
42528
0876f84a
DJ
42529@item @samp{qXfer:auxv:read}
42530@tab No
42531@tab @samp{-}
42532@tab Yes
42533
2ae8c8e7
MM
42534@item @samp{qXfer:btrace:read}
42535@tab No
42536@tab @samp{-}
42537@tab Yes
42538
f4abbc16
MM
42539@item @samp{qXfer:btrace-conf:read}
42540@tab No
42541@tab @samp{-}
42542@tab Yes
42543
c78fa86a
GB
42544@item @samp{qXfer:exec-file:read}
42545@tab No
42546@tab @samp{-}
42547@tab Yes
42548
23181151
DJ
42549@item @samp{qXfer:features:read}
42550@tab No
42551@tab @samp{-}
42552@tab Yes
42553
cfa9d6d9
DJ
42554@item @samp{qXfer:libraries:read}
42555@tab No
42556@tab @samp{-}
42557@tab Yes
42558
85dc5a12
GB
42559@item @samp{qXfer:libraries-svr4:read}
42560@tab No
42561@tab @samp{-}
42562@tab Yes
42563
42564@item @samp{augmented-libraries-svr4-read}
42565@tab No
42566@tab @samp{-}
42567@tab No
42568
68437a39
DJ
42569@item @samp{qXfer:memory-map:read}
42570@tab No
42571@tab @samp{-}
42572@tab Yes
42573
0fb4aa4b
PA
42574@item @samp{qXfer:sdata:read}
42575@tab No
42576@tab @samp{-}
42577@tab Yes
42578
4aa995e1
PA
42579@item @samp{qXfer:siginfo:read}
42580@tab No
42581@tab @samp{-}
42582@tab Yes
42583
42584@item @samp{qXfer:siginfo:write}
42585@tab No
42586@tab @samp{-}
42587@tab Yes
42588
dc146f7c
VP
42589@item @samp{qXfer:threads:read}
42590@tab No
42591@tab @samp{-}
42592@tab Yes
42593
b3b9301e
PA
42594@item @samp{qXfer:traceframe-info:read}
42595@tab No
42596@tab @samp{-}
42597@tab Yes
42598
169081d0
TG
42599@item @samp{qXfer:uib:read}
42600@tab No
42601@tab @samp{-}
42602@tab Yes
42603
78d85199
YQ
42604@item @samp{qXfer:fdpic:read}
42605@tab No
42606@tab @samp{-}
42607@tab Yes
dc146f7c 42608
2ae8c8e7
MM
42609@item @samp{Qbtrace:off}
42610@tab Yes
42611@tab @samp{-}
42612@tab Yes
42613
42614@item @samp{Qbtrace:bts}
42615@tab Yes
42616@tab @samp{-}
42617@tab Yes
42618
b20a6524
MM
42619@item @samp{Qbtrace:pt}
42620@tab Yes
42621@tab @samp{-}
42622@tab Yes
42623
d33501a5
MM
42624@item @samp{Qbtrace-conf:bts:size}
42625@tab Yes
42626@tab @samp{-}
42627@tab Yes
42628
b20a6524
MM
42629@item @samp{Qbtrace-conf:pt:size}
42630@tab Yes
42631@tab @samp{-}
42632@tab Yes
42633
8b23ecc4
SL
42634@item @samp{QNonStop}
42635@tab No
42636@tab @samp{-}
42637@tab Yes
42638
82075af2
JS
42639@item @samp{QCatchSyscalls}
42640@tab No
42641@tab @samp{-}
42642@tab Yes
42643
89be2091
DJ
42644@item @samp{QPassSignals}
42645@tab No
42646@tab @samp{-}
42647@tab Yes
42648
a6f3e723
SL
42649@item @samp{QStartNoAckMode}
42650@tab No
42651@tab @samp{-}
42652@tab Yes
42653
b90a069a
SL
42654@item @samp{multiprocess}
42655@tab No
42656@tab @samp{-}
42657@tab No
42658
83364271
LM
42659@item @samp{ConditionalBreakpoints}
42660@tab No
42661@tab @samp{-}
42662@tab No
42663
782b2b07
SS
42664@item @samp{ConditionalTracepoints}
42665@tab No
42666@tab @samp{-}
42667@tab No
42668
0d772ac9
MS
42669@item @samp{ReverseContinue}
42670@tab No
2f8132f3 42671@tab @samp{-}
0d772ac9
MS
42672@tab No
42673
42674@item @samp{ReverseStep}
42675@tab No
2f8132f3 42676@tab @samp{-}
0d772ac9
MS
42677@tab No
42678
409873ef
SS
42679@item @samp{TracepointSource}
42680@tab No
42681@tab @samp{-}
42682@tab No
42683
d1feda86
YQ
42684@item @samp{QAgent}
42685@tab No
42686@tab @samp{-}
42687@tab No
42688
d914c394
SS
42689@item @samp{QAllow}
42690@tab No
42691@tab @samp{-}
42692@tab No
42693
03583c20
UW
42694@item @samp{QDisableRandomization}
42695@tab No
42696@tab @samp{-}
42697@tab No
42698
d248b706
KY
42699@item @samp{EnableDisableTracepoints}
42700@tab No
42701@tab @samp{-}
42702@tab No
42703
f6f899bf
HAQ
42704@item @samp{QTBuffer:size}
42705@tab No
42706@tab @samp{-}
42707@tab No
42708
3065dfb6
SS
42709@item @samp{tracenz}
42710@tab No
42711@tab @samp{-}
42712@tab No
42713
d3ce09f5
SS
42714@item @samp{BreakpointCommands}
42715@tab No
42716@tab @samp{-}
42717@tab No
42718
f7e6eed5
PA
42719@item @samp{swbreak}
42720@tab No
42721@tab @samp{-}
42722@tab No
42723
42724@item @samp{hwbreak}
42725@tab No
42726@tab @samp{-}
42727@tab No
42728
0d71eef5
DB
42729@item @samp{fork-events}
42730@tab No
42731@tab @samp{-}
42732@tab No
42733
42734@item @samp{vfork-events}
42735@tab No
42736@tab @samp{-}
42737@tab No
42738
b459a59b
DB
42739@item @samp{exec-events}
42740@tab No
42741@tab @samp{-}
42742@tab No
42743
65706a29
PA
42744@item @samp{QThreadEvents}
42745@tab No
42746@tab @samp{-}
42747@tab No
42748
f2faf941
PA
42749@item @samp{no-resumed}
42750@tab No
42751@tab @samp{-}
42752@tab No
42753
be2a5f71
DJ
42754@end multitable
42755
42756These are the currently defined stub features, in more detail:
42757
42758@table @samp
42759@cindex packet size, remote protocol
42760@item PacketSize=@var{bytes}
42761The remote stub can accept packets up to at least @var{bytes} in
42762length. @value{GDBN} will send packets up to this size for bulk
42763transfers, and will never send larger packets. This is a limit on the
42764data characters in the packet, including the frame and checksum.
42765There is no trailing NUL byte in a remote protocol packet; if the stub
42766stores packets in a NUL-terminated format, it should allow an extra
42767byte in its buffer for the NUL. If this stub feature is not supported,
42768@value{GDBN} guesses based on the size of the @samp{g} packet response.
42769
0876f84a
DJ
42770@item qXfer:auxv:read
42771The remote stub understands the @samp{qXfer:auxv:read} packet
42772(@pxref{qXfer auxiliary vector read}).
42773
2ae8c8e7
MM
42774@item qXfer:btrace:read
42775The remote stub understands the @samp{qXfer:btrace:read}
42776packet (@pxref{qXfer btrace read}).
42777
f4abbc16
MM
42778@item qXfer:btrace-conf:read
42779The remote stub understands the @samp{qXfer:btrace-conf:read}
42780packet (@pxref{qXfer btrace-conf read}).
42781
c78fa86a
GB
42782@item qXfer:exec-file:read
42783The remote stub understands the @samp{qXfer:exec-file:read} packet
42784(@pxref{qXfer executable filename read}).
42785
23181151
DJ
42786@item qXfer:features:read
42787The remote stub understands the @samp{qXfer:features:read} packet
42788(@pxref{qXfer target description read}).
42789
cfa9d6d9
DJ
42790@item qXfer:libraries:read
42791The remote stub understands the @samp{qXfer:libraries:read} packet
42792(@pxref{qXfer library list read}).
42793
2268b414
JK
42794@item qXfer:libraries-svr4:read
42795The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
42796(@pxref{qXfer svr4 library list read}).
42797
85dc5a12
GB
42798@item augmented-libraries-svr4-read
42799The remote stub understands the augmented form of the
42800@samp{qXfer:libraries-svr4:read} packet
42801(@pxref{qXfer svr4 library list read}).
42802
23181151
DJ
42803@item qXfer:memory-map:read
42804The remote stub understands the @samp{qXfer:memory-map:read} packet
42805(@pxref{qXfer memory map read}).
42806
0fb4aa4b
PA
42807@item qXfer:sdata:read
42808The remote stub understands the @samp{qXfer:sdata:read} packet
42809(@pxref{qXfer sdata read}).
42810
4aa995e1
PA
42811@item qXfer:siginfo:read
42812The remote stub understands the @samp{qXfer:siginfo:read} packet
42813(@pxref{qXfer siginfo read}).
42814
42815@item qXfer:siginfo:write
42816The remote stub understands the @samp{qXfer:siginfo:write} packet
42817(@pxref{qXfer siginfo write}).
42818
dc146f7c
VP
42819@item qXfer:threads:read
42820The remote stub understands the @samp{qXfer:threads:read} packet
42821(@pxref{qXfer threads read}).
42822
b3b9301e
PA
42823@item qXfer:traceframe-info:read
42824The remote stub understands the @samp{qXfer:traceframe-info:read}
42825packet (@pxref{qXfer traceframe info read}).
42826
169081d0
TG
42827@item qXfer:uib:read
42828The remote stub understands the @samp{qXfer:uib:read}
42829packet (@pxref{qXfer unwind info block}).
42830
78d85199
YQ
42831@item qXfer:fdpic:read
42832The remote stub understands the @samp{qXfer:fdpic:read}
42833packet (@pxref{qXfer fdpic loadmap read}).
42834
8b23ecc4
SL
42835@item QNonStop
42836The remote stub understands the @samp{QNonStop} packet
42837(@pxref{QNonStop}).
42838
82075af2
JS
42839@item QCatchSyscalls
42840The remote stub understands the @samp{QCatchSyscalls} packet
42841(@pxref{QCatchSyscalls}).
42842
23181151
DJ
42843@item QPassSignals
42844The remote stub understands the @samp{QPassSignals} packet
42845(@pxref{QPassSignals}).
42846
a6f3e723
SL
42847@item QStartNoAckMode
42848The remote stub understands the @samp{QStartNoAckMode} packet and
42849prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
42850
b90a069a
SL
42851@item multiprocess
42852@anchor{multiprocess extensions}
42853@cindex multiprocess extensions, in remote protocol
42854The remote stub understands the multiprocess extensions to the remote
42855protocol syntax. The multiprocess extensions affect the syntax of
42856thread IDs in both packets and replies (@pxref{thread-id syntax}), and
42857add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
42858replies. Note that reporting this feature indicates support for the
42859syntactic extensions only, not that the stub necessarily supports
42860debugging of more than one process at a time. The stub must not use
42861multiprocess extensions in packet replies unless @value{GDBN} has also
42862indicated it supports them in its @samp{qSupported} request.
42863
07e059b5
VP
42864@item qXfer:osdata:read
42865The remote stub understands the @samp{qXfer:osdata:read} packet
42866((@pxref{qXfer osdata read}).
42867
83364271
LM
42868@item ConditionalBreakpoints
42869The target accepts and implements evaluation of conditional expressions
42870defined for breakpoints. The target will only report breakpoint triggers
42871when such conditions are true (@pxref{Conditions, ,Break Conditions}).
42872
782b2b07
SS
42873@item ConditionalTracepoints
42874The remote stub accepts and implements conditional expressions defined
42875for tracepoints (@pxref{Tracepoint Conditions}).
42876
0d772ac9
MS
42877@item ReverseContinue
42878The remote stub accepts and implements the reverse continue packet
42879(@pxref{bc}).
42880
42881@item ReverseStep
42882The remote stub accepts and implements the reverse step packet
42883(@pxref{bs}).
42884
409873ef
SS
42885@item TracepointSource
42886The remote stub understands the @samp{QTDPsrc} packet that supplies
42887the source form of tracepoint definitions.
42888
d1feda86
YQ
42889@item QAgent
42890The remote stub understands the @samp{QAgent} packet.
42891
d914c394
SS
42892@item QAllow
42893The remote stub understands the @samp{QAllow} packet.
42894
03583c20
UW
42895@item QDisableRandomization
42896The remote stub understands the @samp{QDisableRandomization} packet.
42897
0fb4aa4b
PA
42898@item StaticTracepoint
42899@cindex static tracepoints, in remote protocol
42900The remote stub supports static tracepoints.
42901
1e4d1764
YQ
42902@item InstallInTrace
42903@anchor{install tracepoint in tracing}
42904The remote stub supports installing tracepoint in tracing.
42905
d248b706
KY
42906@item EnableDisableTracepoints
42907The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
42908@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
42909to be enabled and disabled while a trace experiment is running.
42910
f6f899bf 42911@item QTBuffer:size
28abe188 42912The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
f6f899bf
HAQ
42913packet that allows to change the size of the trace buffer.
42914
3065dfb6
SS
42915@item tracenz
42916@cindex string tracing, in remote protocol
42917The remote stub supports the @samp{tracenz} bytecode for collecting strings.
42918See @ref{Bytecode Descriptions} for details about the bytecode.
42919
d3ce09f5
SS
42920@item BreakpointCommands
42921@cindex breakpoint commands, in remote protocol
42922The remote stub supports running a breakpoint's command list itself,
42923rather than reporting the hit to @value{GDBN}.
42924
2ae8c8e7
MM
42925@item Qbtrace:off
42926The remote stub understands the @samp{Qbtrace:off} packet.
42927
42928@item Qbtrace:bts
42929The remote stub understands the @samp{Qbtrace:bts} packet.
42930
b20a6524
MM
42931@item Qbtrace:pt
42932The remote stub understands the @samp{Qbtrace:pt} packet.
42933
d33501a5
MM
42934@item Qbtrace-conf:bts:size
42935The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
42936
b20a6524
MM
42937@item Qbtrace-conf:pt:size
42938The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
42939
f7e6eed5
PA
42940@item swbreak
42941The remote stub reports the @samp{swbreak} stop reason for memory
42942breakpoints.
42943
42944@item hwbreak
42945The remote stub reports the @samp{hwbreak} stop reason for hardware
42946breakpoints.
42947
0d71eef5
DB
42948@item fork-events
42949The remote stub reports the @samp{fork} stop reason for fork events.
42950
42951@item vfork-events
42952The remote stub reports the @samp{vfork} stop reason for vfork events
42953and vforkdone events.
42954
b459a59b
DB
42955@item exec-events
42956The remote stub reports the @samp{exec} stop reason for exec events.
42957
750ce8d1
YQ
42958@item vContSupported
42959The remote stub reports the supported actions in the reply to
42960@samp{vCont?} packet.
42961
65706a29
PA
42962@item QThreadEvents
42963The remote stub understands the @samp{QThreadEvents} packet.
42964
f2faf941
PA
42965@item no-resumed
42966The remote stub reports the @samp{N} stop reply.
42967
be2a5f71
DJ
42968@end table
42969
b8ff78ce 42970@item qSymbol::
ff2587ec 42971@cindex symbol lookup, remote request
b8ff78ce 42972@cindex @samp{qSymbol} packet
ff2587ec
WZ
42973Notify the target that @value{GDBN} is prepared to serve symbol lookup
42974requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
42975
42976Reply:
ff2587ec 42977@table @samp
b8ff78ce 42978@item OK
ff2587ec 42979The target does not need to look up any (more) symbols.
b8ff78ce 42980@item qSymbol:@var{sym_name}
ff2587ec
WZ
42981The target requests the value of symbol @var{sym_name} (hex encoded).
42982@value{GDBN} may provide the value by using the
b8ff78ce
JB
42983@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
42984below.
ff2587ec 42985@end table
83761cbd 42986
b8ff78ce 42987@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
42988Set the value of @var{sym_name} to @var{sym_value}.
42989
42990@var{sym_name} (hex encoded) is the name of a symbol whose value the
42991target has previously requested.
42992
42993@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
42994@value{GDBN} cannot supply a value for @var{sym_name}, then this field
42995will be empty.
42996
42997Reply:
42998@table @samp
b8ff78ce 42999@item OK
ff2587ec 43000The target does not need to look up any (more) symbols.
b8ff78ce 43001@item qSymbol:@var{sym_name}
ff2587ec
WZ
43002The target requests the value of a new symbol @var{sym_name} (hex
43003encoded). @value{GDBN} will continue to supply the values of symbols
43004(if available), until the target ceases to request them.
fa93a9d8 43005@end table
0abb7bc7 43006
00bf0b85 43007@item qTBuffer
687e43a4
TT
43008@itemx QTBuffer
43009@itemx QTDisconnected
d5551862 43010@itemx QTDP
409873ef 43011@itemx QTDPsrc
d5551862 43012@itemx QTDV
00bf0b85
SS
43013@itemx qTfP
43014@itemx qTfV
9d29849a 43015@itemx QTFrame
405f8e94
SS
43016@itemx qTMinFTPILen
43017
9d29849a
JB
43018@xref{Tracepoint Packets}.
43019
b90a069a 43020@item qThreadExtraInfo,@var{thread-id}
ff2587ec 43021@cindex thread attributes info, remote request
b8ff78ce 43022@cindex @samp{qThreadExtraInfo} packet
697aa1b7
EZ
43023Obtain from the target OS a printable string description of thread
43024attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
43025for the forms of @var{thread-id}. This
b8ff78ce
JB
43026string may contain anything that the target OS thinks is interesting
43027for @value{GDBN} to tell the user about the thread. The string is
43028displayed in @value{GDBN}'s @code{info threads} display. Some
43029examples of possible thread extra info strings are @samp{Runnable}, or
43030@samp{Blocked on Mutex}.
ff2587ec
WZ
43031
43032Reply:
43033@table @samp
b8ff78ce
JB
43034@item @var{XX}@dots{}
43035Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
43036comprising the printable string containing the extra information about
43037the thread's attributes.
ff2587ec 43038@end table
814e32d7 43039
aa56d27a
JB
43040(Note that the @code{qThreadExtraInfo} packet's name is separated from
43041the command by a @samp{,}, not a @samp{:}, contrary to the naming
43042conventions above. Please don't use this packet as a model for new
43043packets.)
43044
f196051f 43045@item QTNotes
687e43a4
TT
43046@itemx qTP
43047@itemx QTSave
43048@itemx qTsP
43049@itemx qTsV
d5551862 43050@itemx QTStart
9d29849a 43051@itemx QTStop
d248b706
KY
43052@itemx QTEnable
43053@itemx QTDisable
9d29849a
JB
43054@itemx QTinit
43055@itemx QTro
43056@itemx qTStatus
d5551862 43057@itemx qTV
0fb4aa4b
PA
43058@itemx qTfSTM
43059@itemx qTsSTM
43060@itemx qTSTMat
9d29849a
JB
43061@xref{Tracepoint Packets}.
43062
0876f84a
DJ
43063@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
43064@cindex read special object, remote request
43065@cindex @samp{qXfer} packet
68437a39 43066@anchor{qXfer read}
0876f84a
DJ
43067Read uninterpreted bytes from the target's special data area
43068identified by the keyword @var{object}. Request @var{length} bytes
43069starting at @var{offset} bytes into the data. The content and
0e7f50da 43070encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
43071additional details about what data to access.
43072
c185ba27
EZ
43073Reply:
43074@table @samp
43075@item m @var{data}
43076Data @var{data} (@pxref{Binary Data}) has been read from the
43077target. There may be more data at a higher address (although
43078it is permitted to return @samp{m} even for the last valid
43079block of data, as long as at least one byte of data was read).
43080It is possible for @var{data} to have fewer bytes than the @var{length} in the
43081request.
43082
43083@item l @var{data}
43084Data @var{data} (@pxref{Binary Data}) has been read from the target.
43085There is no more data to be read. It is possible for @var{data} to
43086have fewer bytes than the @var{length} in the request.
43087
43088@item l
43089The @var{offset} in the request is at the end of the data.
43090There is no more data to be read.
43091
43092@item E00
43093The request was malformed, or @var{annex} was invalid.
43094
43095@item E @var{nn}
43096The offset was invalid, or there was an error encountered reading the data.
43097The @var{nn} part is a hex-encoded @code{errno} value.
43098
43099@item @w{}
43100An empty reply indicates the @var{object} string was not recognized by
43101the stub, or that the object does not support reading.
43102@end table
43103
43104Here are the specific requests of this form defined so far. All the
0876f84a 43105@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
c185ba27 43106formats, listed above.
0876f84a
DJ
43107
43108@table @samp
43109@item qXfer:auxv:read::@var{offset},@var{length}
43110@anchor{qXfer auxiliary vector read}
43111Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 43112auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
43113
43114This packet is not probed by default; the remote stub must request it,
89be2091 43115by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 43116
2ae8c8e7
MM
43117@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
43118@anchor{qXfer btrace read}
43119
43120Return a description of the current branch trace.
43121@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
43122packet may have one of the following values:
43123
43124@table @code
43125@item all
43126Returns all available branch trace.
43127
43128@item new
43129Returns all available branch trace if the branch trace changed since
43130the last read request.
969c39fb
MM
43131
43132@item delta
43133Returns the new branch trace since the last read request. Adds a new
43134block to the end of the trace that begins at zero and ends at the source
43135location of the first branch in the trace buffer. This extra block is
43136used to stitch traces together.
43137
43138If the trace buffer overflowed, returns an error indicating the overflow.
2ae8c8e7
MM
43139@end table
43140
43141This packet is not probed by default; the remote stub must request it
43142by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43143
f4abbc16
MM
43144@item qXfer:btrace-conf:read::@var{offset},@var{length}
43145@anchor{qXfer btrace-conf read}
43146
43147Return a description of the current branch trace configuration.
43148@xref{Branch Trace Configuration Format}.
43149
43150This packet is not probed by default; the remote stub must request it
43151by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
c78fa86a
GB
43152
43153@item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
43154@anchor{qXfer executable filename read}
43155Return the full absolute name of the file that was executed to create
43156a process running on the remote system. The annex specifies the
43157numeric process ID of the process to query, encoded as a hexadecimal
835205d0
GB
43158number. If the annex part is empty the remote stub should return the
43159filename corresponding to the currently executing process.
c78fa86a
GB
43160
43161This packet is not probed by default; the remote stub must request it,
43162by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
f4abbc16 43163
23181151
DJ
43164@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
43165@anchor{qXfer target description read}
43166Access the @dfn{target description}. @xref{Target Descriptions}. The
43167annex specifies which XML document to access. The main description is
43168always loaded from the @samp{target.xml} annex.
43169
43170This packet is not probed by default; the remote stub must request it,
43171by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43172
cfa9d6d9
DJ
43173@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
43174@anchor{qXfer library list read}
43175Access the target's list of loaded libraries. @xref{Library List Format}.
43176The annex part of the generic @samp{qXfer} packet must be empty
43177(@pxref{qXfer read}).
43178
43179Targets which maintain a list of libraries in the program's memory do
43180not need to implement this packet; it is designed for platforms where
43181the operating system manages the list of loaded libraries.
43182
43183This packet is not probed by default; the remote stub must request it,
43184by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43185
2268b414
JK
43186@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
43187@anchor{qXfer svr4 library list read}
43188Access the target's list of loaded libraries when the target is an SVR4
43189platform. @xref{Library List Format for SVR4 Targets}. The annex part
85dc5a12
GB
43190of the generic @samp{qXfer} packet must be empty unless the remote
43191stub indicated it supports the augmented form of this packet
43192by supplying an appropriate @samp{qSupported} response
43193(@pxref{qXfer read}, @ref{qSupported}).
2268b414
JK
43194
43195This packet is optional for better performance on SVR4 targets.
43196@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
43197
43198This packet is not probed by default; the remote stub must request it,
43199by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43200
85dc5a12
GB
43201If the remote stub indicates it supports the augmented form of this
43202packet then the annex part of the generic @samp{qXfer} packet may
43203contain a semicolon-separated list of @samp{@var{name}=@var{value}}
43204arguments. The currently supported arguments are:
43205
43206@table @code
43207@item start=@var{address}
43208A hexadecimal number specifying the address of the @samp{struct
43209link_map} to start reading the library list from. If unset or zero
43210then the first @samp{struct link_map} in the library list will be
43211chosen as the starting point.
43212
43213@item prev=@var{address}
43214A hexadecimal number specifying the address of the @samp{struct
43215link_map} immediately preceding the @samp{struct link_map}
43216specified by the @samp{start} argument. If unset or zero then
43217the remote stub will expect that no @samp{struct link_map}
43218exists prior to the starting point.
43219
43220@end table
43221
43222Arguments that are not understood by the remote stub will be silently
43223ignored.
43224
68437a39
DJ
43225@item qXfer:memory-map:read::@var{offset},@var{length}
43226@anchor{qXfer memory map read}
79a6e687 43227Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
43228annex part of the generic @samp{qXfer} packet must be empty
43229(@pxref{qXfer read}).
43230
0e7f50da
UW
43231This packet is not probed by default; the remote stub must request it,
43232by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43233
0fb4aa4b
PA
43234@item qXfer:sdata:read::@var{offset},@var{length}
43235@anchor{qXfer sdata read}
43236
43237Read contents of the extra collected static tracepoint marker
43238information. The annex part of the generic @samp{qXfer} packet must
43239be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
43240Action Lists}.
43241
43242This packet is not probed by default; the remote stub must request it,
43243by supplying an appropriate @samp{qSupported} response
43244(@pxref{qSupported}).
43245
4aa995e1
PA
43246@item qXfer:siginfo:read::@var{offset},@var{length}
43247@anchor{qXfer siginfo read}
43248Read contents of the extra signal information on the target
43249system. The annex part of the generic @samp{qXfer} packet must be
43250empty (@pxref{qXfer read}).
43251
43252This packet is not probed by default; the remote stub must request it,
43253by supplying an appropriate @samp{qSupported} response
43254(@pxref{qSupported}).
43255
dc146f7c
VP
43256@item qXfer:threads:read::@var{offset},@var{length}
43257@anchor{qXfer threads read}
43258Access the list of threads on target. @xref{Thread List Format}. The
43259annex part of the generic @samp{qXfer} packet must be empty
43260(@pxref{qXfer read}).
43261
43262This packet is not probed by default; the remote stub must request it,
43263by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43264
b3b9301e
PA
43265@item qXfer:traceframe-info:read::@var{offset},@var{length}
43266@anchor{qXfer traceframe info read}
43267
43268Return a description of the current traceframe's contents.
43269@xref{Traceframe Info Format}. The annex part of the generic
43270@samp{qXfer} packet must be empty (@pxref{qXfer read}).
43271
43272This packet is not probed by default; the remote stub must request it,
43273by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43274
169081d0
TG
43275@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
43276@anchor{qXfer unwind info block}
43277
43278Return the unwind information block for @var{pc}. This packet is used
43279on OpenVMS/ia64 to ask the kernel unwind information.
43280
43281This packet is not probed by default.
43282
78d85199
YQ
43283@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
43284@anchor{qXfer fdpic loadmap read}
43285Read contents of @code{loadmap}s on the target system. The
43286annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
43287executable @code{loadmap} or interpreter @code{loadmap} to read.
43288
43289This packet is not probed by default; the remote stub must request it,
43290by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43291
07e059b5
VP
43292@item qXfer:osdata:read::@var{offset},@var{length}
43293@anchor{qXfer osdata read}
697aa1b7 43294Access the target's @dfn{operating system information}.
07e059b5
VP
43295@xref{Operating System Information}.
43296
68437a39
DJ
43297@end table
43298
c185ba27
EZ
43299@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
43300@cindex write data into object, remote request
43301@anchor{qXfer write}
43302Write uninterpreted bytes into the target's special data area
43303identified by the keyword @var{object}, starting at @var{offset} bytes
43304into the data. The binary-encoded data (@pxref{Binary Data}) to be
43305written is given by @var{data}@dots{}. The content and encoding of @var{annex}
43306is specific to @var{object}; it can supply additional details about what data
43307to access.
43308
0876f84a
DJ
43309Reply:
43310@table @samp
c185ba27
EZ
43311@item @var{nn}
43312@var{nn} (hex encoded) is the number of bytes written.
43313This may be fewer bytes than supplied in the request.
0876f84a
DJ
43314
43315@item E00
43316The request was malformed, or @var{annex} was invalid.
43317
43318@item E @var{nn}
c185ba27 43319The offset was invalid, or there was an error encountered writing the data.
697aa1b7 43320The @var{nn} part is a hex-encoded @code{errno} value.
0876f84a 43321
d57350ea 43322@item @w{}
c185ba27
EZ
43323An empty reply indicates the @var{object} string was not
43324recognized by the stub, or that the object does not support writing.
0876f84a
DJ
43325@end table
43326
c185ba27 43327Here are the specific requests of this form defined so far. All the
0e7f50da 43328@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
c185ba27 43329formats, listed above.
0e7f50da
UW
43330
43331@table @samp
4aa995e1
PA
43332@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
43333@anchor{qXfer siginfo write}
43334Write @var{data} to the extra signal information on the target system.
43335The annex part of the generic @samp{qXfer} packet must be
43336empty (@pxref{qXfer write}).
43337
43338This packet is not probed by default; the remote stub must request it,
43339by supplying an appropriate @samp{qSupported} response
43340(@pxref{qSupported}).
0e7f50da 43341@end table
0876f84a 43342
0876f84a
DJ
43343@item qXfer:@var{object}:@var{operation}:@dots{}
43344Requests of this form may be added in the future. When a stub does
43345not recognize the @var{object} keyword, or its support for
43346@var{object} does not recognize the @var{operation} keyword, the stub
43347must respond with an empty packet.
43348
0b16c5cf
PA
43349@item qAttached:@var{pid}
43350@cindex query attached, remote request
43351@cindex @samp{qAttached} packet
43352Return an indication of whether the remote server attached to an
43353existing process or created a new process. When the multiprocess
43354protocol extensions are supported (@pxref{multiprocess extensions}),
43355@var{pid} is an integer in hexadecimal format identifying the target
43356process. Otherwise, @value{GDBN} will omit the @var{pid} field and
43357the query packet will be simplified as @samp{qAttached}.
43358
43359This query is used, for example, to know whether the remote process
43360should be detached or killed when a @value{GDBN} session is ended with
43361the @code{quit} command.
43362
43363Reply:
43364@table @samp
43365@item 1
43366The remote server attached to an existing process.
43367@item 0
43368The remote server created a new process.
43369@item E @var{NN}
43370A badly formed request or an error was encountered.
43371@end table
43372
2ae8c8e7 43373@item Qbtrace:bts
b20a6524
MM
43374Enable branch tracing for the current thread using Branch Trace Store.
43375
43376Reply:
43377@table @samp
43378@item OK
43379Branch tracing has been enabled.
43380@item E.errtext
43381A badly formed request or an error was encountered.
43382@end table
43383
43384@item Qbtrace:pt
bc504a31 43385Enable branch tracing for the current thread using Intel Processor Trace.
2ae8c8e7
MM
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:off
43396Disable branch tracing for the current thread.
43397
43398Reply:
43399@table @samp
43400@item OK
43401Branch tracing has been disabled.
43402@item E.errtext
43403A badly formed request or an error was encountered.
43404@end table
43405
d33501a5
MM
43406@item Qbtrace-conf:bts:size=@var{value}
43407Set the requested ring buffer size for new threads that use the
43408btrace recording method in bts format.
43409
43410Reply:
43411@table @samp
43412@item OK
43413The ring buffer size has been set.
43414@item E.errtext
43415A badly formed request or an error was encountered.
43416@end table
43417
b20a6524
MM
43418@item Qbtrace-conf:pt:size=@var{value}
43419Set the requested ring buffer size for new threads that use the
43420btrace recording method in pt format.
43421
43422Reply:
43423@table @samp
43424@item OK
43425The ring buffer size has been set.
43426@item E.errtext
43427A badly formed request or an error was encountered.
43428@end table
43429
ee2d5c50
AC
43430@end table
43431
a1dcb23a
DJ
43432@node Architecture-Specific Protocol Details
43433@section Architecture-Specific Protocol Details
43434
43435This section describes how the remote protocol is applied to specific
43436target architectures. Also see @ref{Standard Target Features}, for
43437details of XML target descriptions for each architecture.
43438
02b67415
MR
43439@menu
43440* ARM-Specific Protocol Details::
43441* MIPS-Specific Protocol Details::
43442@end menu
43443
43444@node ARM-Specific Protocol Details
43445@subsection @acronym{ARM}-specific Protocol Details
43446
43447@menu
43448* ARM Breakpoint Kinds::
43449@end menu
a1dcb23a 43450
02b67415
MR
43451@node ARM Breakpoint Kinds
43452@subsubsection @acronym{ARM} Breakpoint Kinds
43453@cindex breakpoint kinds, @acronym{ARM}
a1dcb23a
DJ
43454
43455These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
43456
43457@table @r
43458
43459@item 2
4346016-bit Thumb mode breakpoint.
43461
43462@item 3
4346332-bit Thumb mode (Thumb-2) breakpoint.
43464
43465@item 4
02b67415 4346632-bit @acronym{ARM} mode breakpoint.
a1dcb23a
DJ
43467
43468@end table
43469
02b67415
MR
43470@node MIPS-Specific Protocol Details
43471@subsection @acronym{MIPS}-specific Protocol Details
43472
43473@menu
43474* MIPS Register packet Format::
4cc0665f 43475* MIPS Breakpoint Kinds::
02b67415 43476@end menu
a1dcb23a 43477
02b67415
MR
43478@node MIPS Register packet Format
43479@subsubsection @acronym{MIPS} Register Packet Format
eb17f351 43480@cindex register packet format, @acronym{MIPS}
eb12ee30 43481
b8ff78ce 43482The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
43483In the below, some thirty-two bit registers are transferred as
43484sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
43485to fill the space allocated. Register bytes are transferred in target
43486byte order. The two nibbles within a register byte are transferred
02b67415 43487most-significant -- least-significant.
eb12ee30 43488
ee2d5c50 43489@table @r
eb12ee30 43490
8e04817f 43491@item MIPS32
599b237a 43492All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
4349332 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
43494registers; fsr; fir; fp.
eb12ee30 43495
8e04817f 43496@item MIPS64
599b237a 43497All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
43498thirty-two bit registers such as @code{sr}). The ordering is the same
43499as @code{MIPS32}.
eb12ee30 43500
ee2d5c50
AC
43501@end table
43502
4cc0665f
MR
43503@node MIPS Breakpoint Kinds
43504@subsubsection @acronym{MIPS} Breakpoint Kinds
43505@cindex breakpoint kinds, @acronym{MIPS}
43506
43507These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
43508
43509@table @r
43510
43511@item 2
4351216-bit @acronym{MIPS16} mode breakpoint.
43513
43514@item 3
4351516-bit @acronym{microMIPS} mode breakpoint.
43516
43517@item 4
4351832-bit standard @acronym{MIPS} mode breakpoint.
43519
43520@item 5
4352132-bit @acronym{microMIPS} mode breakpoint.
43522
43523@end table
43524
9d29849a
JB
43525@node Tracepoint Packets
43526@section Tracepoint Packets
43527@cindex tracepoint packets
43528@cindex packets, tracepoint
43529
43530Here we describe the packets @value{GDBN} uses to implement
43531tracepoints (@pxref{Tracepoints}).
43532
43533@table @samp
43534
7a697b8d 43535@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
c614397c 43536@cindex @samp{QTDP} packet
9d29849a
JB
43537Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
43538is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
697aa1b7
EZ
43539the tracepoint is disabled. The @var{step} gives the tracepoint's step
43540count, and @var{pass} gives its pass count. If an @samp{F} is present,
7a697b8d
SS
43541then the tracepoint is to be a fast tracepoint, and the @var{flen} is
43542the number of bytes that the target should copy elsewhere to make room
43543for the tracepoint. If an @samp{X} is present, it introduces a
43544tracepoint condition, which consists of a hexadecimal length, followed
43545by a comma and hex-encoded bytes, in a manner similar to action
43546encodings as described below. If the trailing @samp{-} is present,
43547further @samp{QTDP} packets will follow to specify this tracepoint's
43548actions.
9d29849a
JB
43549
43550Replies:
43551@table @samp
43552@item OK
43553The packet was understood and carried out.
dde08ee1
PA
43554@item qRelocInsn
43555@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 43556@item @w{}
9d29849a
JB
43557The packet was not recognized.
43558@end table
43559
43560@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
697aa1b7 43561Define actions to be taken when a tracepoint is hit. The @var{n} and
9d29849a
JB
43562@var{addr} must be the same as in the initial @samp{QTDP} packet for
43563this tracepoint. This packet may only be sent immediately after
43564another @samp{QTDP} packet that ended with a @samp{-}. If the
43565trailing @samp{-} is present, further @samp{QTDP} packets will follow,
43566specifying more actions for this tracepoint.
43567
43568In the series of action packets for a given tracepoint, at most one
43569can have an @samp{S} before its first @var{action}. If such a packet
43570is sent, it and the following packets define ``while-stepping''
43571actions. Any prior packets define ordinary actions --- that is, those
43572taken when the tracepoint is first hit. If no action packet has an
43573@samp{S}, then all the packets in the series specify ordinary
43574tracepoint actions.
43575
43576The @samp{@var{action}@dots{}} portion of the packet is a series of
43577actions, concatenated without separators. Each action has one of the
43578following forms:
43579
43580@table @samp
43581
43582@item R @var{mask}
697aa1b7 43583Collect the registers whose bits are set in @var{mask},
599b237a 43584a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
43585@var{i} should be collected. (The least significant bit is numbered
43586zero.) Note that @var{mask} may be any number of digits long; it may
43587not fit in a 32-bit word.
43588
43589@item M @var{basereg},@var{offset},@var{len}
43590Collect @var{len} bytes of memory starting at the address in register
43591number @var{basereg}, plus @var{offset}. If @var{basereg} is
43592@samp{-1}, then the range has a fixed address: @var{offset} is the
43593address of the lowest byte to collect. The @var{basereg},
599b237a 43594@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
43595values (the @samp{-1} value for @var{basereg} is a special case).
43596
43597@item X @var{len},@var{expr}
43598Evaluate @var{expr}, whose length is @var{len}, and collect memory as
697aa1b7 43599it directs. The agent expression @var{expr} is as described in
9d29849a
JB
43600@ref{Agent Expressions}. Each byte of the expression is encoded as a
43601two-digit hex number in the packet; @var{len} is the number of bytes
43602in the expression (and thus one-half the number of hex digits in the
43603packet).
43604
43605@end table
43606
43607Any number of actions may be packed together in a single @samp{QTDP}
43608packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
43609length (400 bytes, for many stubs). There may be only one @samp{R}
43610action per tracepoint, and it must precede any @samp{M} or @samp{X}
43611actions. Any registers referred to by @samp{M} and @samp{X} actions
43612must be collected by a preceding @samp{R} action. (The
43613``while-stepping'' actions are treated as if they were attached to a
43614separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
43615
43616Replies:
43617@table @samp
43618@item OK
43619The packet was understood and carried out.
dde08ee1
PA
43620@item qRelocInsn
43621@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 43622@item @w{}
9d29849a
JB
43623The packet was not recognized.
43624@end table
43625
409873ef
SS
43626@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
43627@cindex @samp{QTDPsrc} packet
43628Specify a source string of tracepoint @var{n} at address @var{addr}.
43629This is useful to get accurate reproduction of the tracepoints
697aa1b7 43630originally downloaded at the beginning of the trace run. The @var{type}
409873ef
SS
43631is the name of the tracepoint part, such as @samp{cond} for the
43632tracepoint's conditional expression (see below for a list of types), while
43633@var{bytes} is the string, encoded in hexadecimal.
43634
43635@var{start} is the offset of the @var{bytes} within the overall source
43636string, while @var{slen} is the total length of the source string.
43637This is intended for handling source strings that are longer than will
43638fit in a single packet.
43639@c Add detailed example when this info is moved into a dedicated
43640@c tracepoint descriptions section.
43641
43642The available string types are @samp{at} for the location,
43643@samp{cond} for the conditional, and @samp{cmd} for an action command.
43644@value{GDBN} sends a separate packet for each command in the action
43645list, in the same order in which the commands are stored in the list.
43646
43647The target does not need to do anything with source strings except
43648report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
43649query packets.
43650
43651Although this packet is optional, and @value{GDBN} will only send it
43652if the target replies with @samp{TracepointSource} @xref{General
43653Query Packets}, it makes both disconnected tracing and trace files
43654much easier to use. Otherwise the user must be careful that the
43655tracepoints in effect while looking at trace frames are identical to
43656the ones in effect during the trace run; even a small discrepancy
43657could cause @samp{tdump} not to work, or a particular trace frame not
43658be found.
43659
fa3f8d5a 43660@item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
f61e138d
SS
43661@cindex define trace state variable, remote request
43662@cindex @samp{QTDV} packet
43663Create a new trace state variable, number @var{n}, with an initial
43664value of @var{value}, which is a 64-bit signed integer. Both @var{n}
43665and @var{value} are encoded as hexadecimal values. @value{GDBN} has
43666the option of not using this packet for initial values of zero; the
43667target should simply create the trace state variables as they are
fa3f8d5a
DT
43668mentioned in expressions. The value @var{builtin} should be 1 (one)
43669if the trace state variable is builtin and 0 (zero) if it is not builtin.
43670@value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
43671@samp{qTsV} packet had it set. The contents of @var{name} is the
43672hex-encoded name (without the leading @samp{$}) of the trace state
43673variable.
f61e138d 43674
9d29849a 43675@item QTFrame:@var{n}
c614397c 43676@cindex @samp{QTFrame} packet
9d29849a
JB
43677Select the @var{n}'th tracepoint frame from the buffer, and use the
43678register and memory contents recorded there to answer subsequent
43679request packets from @value{GDBN}.
43680
43681A successful reply from the stub indicates that the stub has found the
43682requested frame. The response is a series of parts, concatenated
43683without separators, describing the frame we selected. Each part has
43684one of the following forms:
43685
43686@table @samp
43687@item F @var{f}
43688The selected frame is number @var{n} in the trace frame buffer;
599b237a 43689@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
43690was no frame matching the criteria in the request packet.
43691
43692@item T @var{t}
43693The selected trace frame records a hit of tracepoint number @var{t};
599b237a 43694@var{t} is a hexadecimal number.
9d29849a
JB
43695
43696@end table
43697
43698@item QTFrame:pc:@var{addr}
43699Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43700currently selected frame whose PC is @var{addr};
599b237a 43701@var{addr} is a hexadecimal number.
9d29849a
JB
43702
43703@item QTFrame:tdp:@var{t}
43704Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43705currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 43706is a hexadecimal number.
9d29849a
JB
43707
43708@item QTFrame:range:@var{start}:@var{end}
43709Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43710currently selected frame whose PC is between @var{start} (inclusive)
081dfbf7 43711and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
43712numbers.
43713
43714@item QTFrame:outside:@var{start}:@var{end}
43715Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
081dfbf7 43716frame @emph{outside} the given range of addresses (exclusive).
9d29849a 43717
405f8e94 43718@item qTMinFTPILen
c614397c 43719@cindex @samp{qTMinFTPILen} packet
405f8e94
SS
43720This packet requests the minimum length of instruction at which a fast
43721tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
43722the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
43723it depends on the target system being able to create trampolines in
43724the first 64K of memory, which might or might not be possible for that
43725system. So the reply to this packet will be 4 if it is able to
43726arrange for that.
43727
43728Replies:
43729
43730@table @samp
43731@item 0
43732The minimum instruction length is currently unknown.
43733@item @var{length}
697aa1b7
EZ
43734The minimum instruction length is @var{length}, where @var{length}
43735is a hexadecimal number greater or equal to 1. A reply
43736of 1 means that a fast tracepoint may be placed on any instruction
43737regardless of size.
405f8e94
SS
43738@item E
43739An error has occurred.
d57350ea 43740@item @w{}
405f8e94
SS
43741An empty reply indicates that the request is not supported by the stub.
43742@end table
43743
9d29849a 43744@item QTStart
c614397c 43745@cindex @samp{QTStart} packet
dde08ee1
PA
43746Begin the tracepoint experiment. Begin collecting data from
43747tracepoint hits in the trace frame buffer. This packet supports the
43748@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
43749instruction reply packet}).
9d29849a
JB
43750
43751@item QTStop
c614397c 43752@cindex @samp{QTStop} packet
9d29849a
JB
43753End the tracepoint experiment. Stop collecting trace frames.
43754
d248b706
KY
43755@item QTEnable:@var{n}:@var{addr}
43756@anchor{QTEnable}
c614397c 43757@cindex @samp{QTEnable} packet
d248b706
KY
43758Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
43759experiment. If the tracepoint was previously disabled, then collection
43760of data from it will resume.
43761
43762@item QTDisable:@var{n}:@var{addr}
43763@anchor{QTDisable}
c614397c 43764@cindex @samp{QTDisable} packet
d248b706
KY
43765Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
43766experiment. No more data will be collected from the tracepoint unless
43767@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
43768
9d29849a 43769@item QTinit
c614397c 43770@cindex @samp{QTinit} packet
9d29849a
JB
43771Clear the table of tracepoints, and empty the trace frame buffer.
43772
43773@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
c614397c 43774@cindex @samp{QTro} packet
9d29849a
JB
43775Establish the given ranges of memory as ``transparent''. The stub
43776will answer requests for these ranges from memory's current contents,
43777if they were not collected as part of the tracepoint hit.
43778
43779@value{GDBN} uses this to mark read-only regions of memory, like those
43780containing program code. Since these areas never change, they should
43781still have the same contents they did when the tracepoint was hit, so
43782there's no reason for the stub to refuse to provide their contents.
43783
d5551862 43784@item QTDisconnected:@var{value}
c614397c 43785@cindex @samp{QTDisconnected} packet
d5551862
SS
43786Set the choice to what to do with the tracing run when @value{GDBN}
43787disconnects from the target. A @var{value} of 1 directs the target to
43788continue the tracing run, while 0 tells the target to stop tracing if
43789@value{GDBN} is no longer in the picture.
43790
9d29849a 43791@item qTStatus
c614397c 43792@cindex @samp{qTStatus} packet
9d29849a
JB
43793Ask the stub if there is a trace experiment running right now.
43794
4daf5ac0
SS
43795The reply has the form:
43796
43797@table @samp
43798
43799@item T@var{running}@r{[};@var{field}@r{]}@dots{}
43800@var{running} is a single digit @code{1} if the trace is presently
43801running, or @code{0} if not. It is followed by semicolon-separated
43802optional fields that an agent may use to report additional status.
43803
43804@end table
43805
43806If the trace is not running, the agent may report any of several
43807explanations as one of the optional fields:
43808
43809@table @samp
43810
43811@item tnotrun:0
43812No trace has been run yet.
43813
f196051f
SS
43814@item tstop[:@var{text}]:0
43815The trace was stopped by a user-originated stop command. The optional
43816@var{text} field is a user-supplied string supplied as part of the
43817stop command (for instance, an explanation of why the trace was
43818stopped manually). It is hex-encoded.
4daf5ac0
SS
43819
43820@item tfull:0
43821The trace stopped because the trace buffer filled up.
43822
43823@item tdisconnected:0
43824The trace stopped because @value{GDBN} disconnected from the target.
43825
43826@item tpasscount:@var{tpnum}
43827The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
43828
6c28cbf2
SS
43829@item terror:@var{text}:@var{tpnum}
43830The trace stopped because tracepoint @var{tpnum} had an error. The
43831string @var{text} is available to describe the nature of the error
697aa1b7
EZ
43832(for instance, a divide by zero in the condition expression); it
43833is hex encoded.
6c28cbf2 43834
4daf5ac0
SS
43835@item tunknown:0
43836The trace stopped for some other reason.
43837
43838@end table
43839
33da3f1c
SS
43840Additional optional fields supply statistical and other information.
43841Although not required, they are extremely useful for users monitoring
43842the progress of a trace run. If a trace has stopped, and these
43843numbers are reported, they must reflect the state of the just-stopped
43844trace.
4daf5ac0 43845
9d29849a 43846@table @samp
4daf5ac0
SS
43847
43848@item tframes:@var{n}
43849The number of trace frames in the buffer.
43850
43851@item tcreated:@var{n}
43852The total number of trace frames created during the run. This may
43853be larger than the trace frame count, if the buffer is circular.
43854
43855@item tsize:@var{n}
43856The total size of the trace buffer, in bytes.
43857
43858@item tfree:@var{n}
43859The number of bytes still unused in the buffer.
43860
33da3f1c
SS
43861@item circular:@var{n}
43862The value of the circular trace buffer flag. @code{1} means that the
43863trace buffer is circular and old trace frames will be discarded if
43864necessary to make room, @code{0} means that the trace buffer is linear
43865and may fill up.
43866
43867@item disconn:@var{n}
43868The value of the disconnected tracing flag. @code{1} means that
43869tracing will continue after @value{GDBN} disconnects, @code{0} means
43870that the trace run will stop.
43871
9d29849a
JB
43872@end table
43873
f196051f
SS
43874@item qTP:@var{tp}:@var{addr}
43875@cindex tracepoint status, remote request
43876@cindex @samp{qTP} packet
43877Ask the stub for the current state of tracepoint number @var{tp} at
43878address @var{addr}.
43879
43880Replies:
43881@table @samp
43882@item V@var{hits}:@var{usage}
43883The tracepoint has been hit @var{hits} times so far during the trace
43884run, and accounts for @var{usage} in the trace buffer. Note that
43885@code{while-stepping} steps are not counted as separate hits, but the
43886steps' space consumption is added into the usage number.
43887
43888@end table
43889
f61e138d
SS
43890@item qTV:@var{var}
43891@cindex trace state variable value, remote request
43892@cindex @samp{qTV} packet
43893Ask the stub for the value of the trace state variable number @var{var}.
43894
43895Replies:
43896@table @samp
43897@item V@var{value}
43898The value of the variable is @var{value}. This will be the current
43899value of the variable if the user is examining a running target, or a
43900saved value if the variable was collected in the trace frame that the
43901user is looking at. Note that multiple requests may result in
43902different reply values, such as when requesting values while the
43903program is running.
43904
43905@item U
43906The value of the variable is unknown. This would occur, for example,
43907if the user is examining a trace frame in which the requested variable
43908was not collected.
9d29849a
JB
43909@end table
43910
d5551862 43911@item qTfP
c614397c 43912@cindex @samp{qTfP} packet
d5551862 43913@itemx qTsP
c614397c 43914@cindex @samp{qTsP} packet
d5551862
SS
43915These packets request data about tracepoints that are being used by
43916the target. @value{GDBN} sends @code{qTfP} to get the first piece
43917of data, and multiple @code{qTsP} to get additional pieces. Replies
43918to these packets generally take the form of the @code{QTDP} packets
43919that define tracepoints. (FIXME add detailed syntax)
43920
00bf0b85 43921@item qTfV
c614397c 43922@cindex @samp{qTfV} packet
00bf0b85 43923@itemx qTsV
c614397c 43924@cindex @samp{qTsV} packet
00bf0b85
SS
43925These packets request data about trace state variables that are on the
43926target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
43927and multiple @code{qTsV} to get additional variables. Replies to
43928these packets follow the syntax of the @code{QTDV} packets that define
43929trace state variables.
43930
0fb4aa4b
PA
43931@item qTfSTM
43932@itemx qTsSTM
16bdd41f
YQ
43933@anchor{qTfSTM}
43934@anchor{qTsSTM}
c614397c
YQ
43935@cindex @samp{qTfSTM} packet
43936@cindex @samp{qTsSTM} packet
0fb4aa4b
PA
43937These packets request data about static tracepoint markers that exist
43938in the target program. @value{GDBN} sends @code{qTfSTM} to get the
43939first piece of data, and multiple @code{qTsSTM} to get additional
43940pieces. Replies to these packets take the following form:
43941
43942Reply:
43943@table @samp
43944@item m @var{address}:@var{id}:@var{extra}
43945A single marker
43946@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
43947a comma-separated list of markers
43948@item l
43949(lower case letter @samp{L}) denotes end of list.
43950@item E @var{nn}
697aa1b7 43951An error occurred. The error number @var{nn} is given as hex digits.
d57350ea 43952@item @w{}
0fb4aa4b
PA
43953An empty reply indicates that the request is not supported by the
43954stub.
43955@end table
43956
697aa1b7 43957The @var{address} is encoded in hex;
0fb4aa4b
PA
43958@var{id} and @var{extra} are strings encoded in hex.
43959
43960In response to each query, the target will reply with a list of one or
43961more markers, separated by commas. @value{GDBN} will respond to each
43962reply with a request for more markers (using the @samp{qs} form of the
43963query), until the target responds with @samp{l} (lower-case ell, for
43964@dfn{last}).
43965
43966@item qTSTMat:@var{address}
16bdd41f 43967@anchor{qTSTMat}
c614397c 43968@cindex @samp{qTSTMat} packet
0fb4aa4b
PA
43969This packets requests data about static tracepoint markers in the
43970target program at @var{address}. Replies to this packet follow the
43971syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
43972tracepoint markers.
43973
00bf0b85 43974@item QTSave:@var{filename}
c614397c 43975@cindex @samp{QTSave} packet
00bf0b85 43976This packet directs the target to save trace data to the file name
697aa1b7 43977@var{filename} in the target's filesystem. The @var{filename} is encoded
00bf0b85
SS
43978as a hex string; the interpretation of the file name (relative vs
43979absolute, wild cards, etc) is up to the target.
43980
43981@item qTBuffer:@var{offset},@var{len}
c614397c 43982@cindex @samp{qTBuffer} packet
00bf0b85
SS
43983Return up to @var{len} bytes of the current contents of trace buffer,
43984starting at @var{offset}. The trace buffer is treated as if it were
43985a contiguous collection of traceframes, as per the trace file format.
43986The reply consists as many hex-encoded bytes as the target can deliver
43987in a packet; it is not an error to return fewer than were asked for.
43988A reply consisting of just @code{l} indicates that no bytes are
43989available.
43990
4daf5ac0
SS
43991@item QTBuffer:circular:@var{value}
43992This packet directs the target to use a circular trace buffer if
43993@var{value} is 1, or a linear buffer if the value is 0.
43994
f6f899bf 43995@item QTBuffer:size:@var{size}
28abe188
EZ
43996@anchor{QTBuffer-size}
43997@cindex @samp{QTBuffer size} packet
f6f899bf
HAQ
43998This packet directs the target to make the trace buffer be of size
43999@var{size} if possible. A value of @code{-1} tells the target to
44000use whatever size it prefers.
44001
f196051f 44002@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
c614397c 44003@cindex @samp{QTNotes} packet
f196051f
SS
44004This packet adds optional textual notes to the trace run. Allowable
44005types include @code{user}, @code{notes}, and @code{tstop}, the
44006@var{text} fields are arbitrary strings, hex-encoded.
44007
f61e138d 44008@end table
9d29849a 44009
dde08ee1
PA
44010@subsection Relocate instruction reply packet
44011When installing fast tracepoints in memory, the target may need to
44012relocate the instruction currently at the tracepoint address to a
44013different address in memory. For most instructions, a simple copy is
44014enough, but, for example, call instructions that implicitly push the
44015return address on the stack, and relative branches or other
44016PC-relative instructions require offset adjustment, so that the effect
44017of executing the instruction at a different address is the same as if
44018it had executed in the original location.
44019
44020In response to several of the tracepoint packets, the target may also
44021respond with a number of intermediate @samp{qRelocInsn} request
44022packets before the final result packet, to have @value{GDBN} handle
44023this relocation operation. If a packet supports this mechanism, its
44024documentation will explicitly say so. See for example the above
44025descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
44026format of the request is:
44027
44028@table @samp
44029@item qRelocInsn:@var{from};@var{to}
44030
44031This requests @value{GDBN} to copy instruction at address @var{from}
44032to address @var{to}, possibly adjusted so that executing the
44033instruction at @var{to} has the same effect as executing it at
44034@var{from}. @value{GDBN} writes the adjusted instruction to target
44035memory starting at @var{to}.
44036@end table
44037
44038Replies:
44039@table @samp
44040@item qRelocInsn:@var{adjusted_size}
697aa1b7 44041Informs the stub the relocation is complete. The @var{adjusted_size} is
dde08ee1
PA
44042the length in bytes of resulting relocated instruction sequence.
44043@item E @var{NN}
44044A badly formed request was detected, or an error was encountered while
44045relocating the instruction.
44046@end table
44047
a6b151f1
DJ
44048@node Host I/O Packets
44049@section Host I/O Packets
44050@cindex Host I/O, remote protocol
44051@cindex file transfer, remote protocol
44052
44053The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
44054operations on the far side of a remote link. For example, Host I/O is
44055used to upload and download files to a remote target with its own
44056filesystem. Host I/O uses the same constant values and data structure
44057layout as the target-initiated File-I/O protocol. However, the
44058Host I/O packets are structured differently. The target-initiated
44059protocol relies on target memory to store parameters and buffers.
44060Host I/O requests are initiated by @value{GDBN}, and the
44061target's memory is not involved. @xref{File-I/O Remote Protocol
44062Extension}, for more details on the target-initiated protocol.
44063
44064The Host I/O request packets all encode a single operation along with
44065its arguments. They have this format:
44066
44067@table @samp
44068
44069@item vFile:@var{operation}: @var{parameter}@dots{}
44070@var{operation} is the name of the particular request; the target
44071should compare the entire packet name up to the second colon when checking
44072for a supported operation. The format of @var{parameter} depends on
44073the operation. Numbers are always passed in hexadecimal. Negative
44074numbers have an explicit minus sign (i.e.@: two's complement is not
44075used). Strings (e.g.@: filenames) are encoded as a series of
44076hexadecimal bytes. The last argument to a system call may be a
44077buffer of escaped binary data (@pxref{Binary Data}).
44078
44079@end table
44080
44081The valid responses to Host I/O packets are:
44082
44083@table @samp
44084
44085@item F @var{result} [, @var{errno}] [; @var{attachment}]
44086@var{result} is the integer value returned by this operation, usually
44087non-negative for success and -1 for errors. If an error has occured,
697aa1b7 44088@var{errno} will be included in the result specifying a
a6b151f1
DJ
44089value defined by the File-I/O protocol (@pxref{Errno Values}). For
44090operations which return data, @var{attachment} supplies the data as a
44091binary buffer. Binary buffers in response packets are escaped in the
44092normal way (@pxref{Binary Data}). See the individual packet
44093documentation for the interpretation of @var{result} and
44094@var{attachment}.
44095
d57350ea 44096@item @w{}
a6b151f1
DJ
44097An empty response indicates that this operation is not recognized.
44098
44099@end table
44100
44101These are the supported Host I/O operations:
44102
44103@table @samp
697aa1b7
EZ
44104@item vFile:open: @var{filename}, @var{flags}, @var{mode}
44105Open a file at @var{filename} and return a file descriptor for it, or
44106return -1 if an error occurs. The @var{filename} is a string,
a6b151f1
DJ
44107@var{flags} is an integer indicating a mask of open flags
44108(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
44109of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 44110@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
44111
44112@item vFile:close: @var{fd}
44113Close the open file corresponding to @var{fd} and return 0, or
44114-1 if an error occurs.
44115
44116@item vFile:pread: @var{fd}, @var{count}, @var{offset}
44117Read data from the open file corresponding to @var{fd}. Up to
44118@var{count} bytes will be read from the file, starting at @var{offset}
44119relative to the start of the file. The target may read fewer bytes;
44120common reasons include packet size limits and an end-of-file
44121condition. The number of bytes read is returned. Zero should only be
44122returned for a successful read at the end of the file, or if
44123@var{count} was zero.
44124
44125The data read should be returned as a binary attachment on success.
44126If zero bytes were read, the response should include an empty binary
44127attachment (i.e.@: a trailing semicolon). The return value is the
44128number of target bytes read; the binary attachment may be longer if
44129some characters were escaped.
44130
44131@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
44132Write @var{data} (a binary buffer) to the open file corresponding
44133to @var{fd}. Start the write at @var{offset} from the start of the
44134file. Unlike many @code{write} system calls, there is no
44135separate @var{count} argument; the length of @var{data} in the
fb092e09 44136packet is used. @samp{vFile:pwrite} returns the number of bytes written,
a6b151f1
DJ
44137which may be shorter than the length of @var{data}, or -1 if an
44138error occurred.
44139
0a93529c
GB
44140@item vFile:fstat: @var{fd}
44141Get information about the open file corresponding to @var{fd}.
44142On success the information is returned as a binary attachment
44143and the return value is the size of this attachment in bytes.
44144If an error occurs the return value is -1. The format of the
44145returned binary attachment is as described in @ref{struct stat}.
44146
697aa1b7
EZ
44147@item vFile:unlink: @var{filename}
44148Delete the file at @var{filename} on the target. Return 0,
44149or -1 if an error occurs. The @var{filename} is a string.
a6b151f1 44150
b9e7b9c3
UW
44151@item vFile:readlink: @var{filename}
44152Read value of symbolic link @var{filename} on the target. Return
44153the number of bytes read, or -1 if an error occurs.
44154
44155The data read should be returned as a binary attachment on success.
44156If zero bytes were read, the response should include an empty binary
44157attachment (i.e.@: a trailing semicolon). The return value is the
44158number of target bytes read; the binary attachment may be longer if
44159some characters were escaped.
44160
15a201c8
GB
44161@item vFile:setfs: @var{pid}
44162Select the filesystem on which @code{vFile} operations with
44163@var{filename} arguments will operate. This is required for
44164@value{GDBN} to be able to access files on remote targets where
44165the remote stub does not share a common filesystem with the
44166inferior(s).
44167
44168If @var{pid} is nonzero, select the filesystem as seen by process
44169@var{pid}. If @var{pid} is zero, select the filesystem as seen by
44170the remote stub. Return 0 on success, or -1 if an error occurs.
44171If @code{vFile:setfs:} indicates success, the selected filesystem
44172remains selected until the next successful @code{vFile:setfs:}
44173operation.
44174
a6b151f1
DJ
44175@end table
44176
9a6253be
KB
44177@node Interrupts
44178@section Interrupts
44179@cindex interrupts (remote protocol)
de979965 44180@anchor{interrupting remote targets}
9a6253be 44181
de979965
PA
44182In all-stop mode, when a program on the remote target is running,
44183@value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
44184@code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
44185is specified via @value{GDBN}'s @samp{interrupt-sequence}.
9a6253be
KB
44186
44187The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
44188mechanism and may, in fact, be undefined. @value{GDBN} does not
44189currently define a @code{BREAK} mechanism for any of the network
44190interfaces except for TCP, in which case @value{GDBN} sends the
44191@code{telnet} BREAK sequence.
9a6253be
KB
44192
44193@samp{Ctrl-C}, on the other hand, is defined and implemented for all
44194transport mechanisms. It is represented by sending the single byte
44195@code{0x03} without any of the usual packet overhead described in
44196the Overview section (@pxref{Overview}). When a @code{0x03} byte is
44197transmitted as part of a packet, it is considered to be packet data
44198and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 44199(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
44200@code{0x03} as part of its packet.
44201
9a7071a8
JB
44202@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
44203When Linux kernel receives this sequence from serial port,
44204it stops execution and connects to gdb.
44205
de979965
PA
44206In non-stop mode, because packet resumptions are asynchronous
44207(@pxref{vCont packet}), @value{GDBN} is always free to send a remote
44208command to the remote stub, even when the target is running. For that
44209reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
44210packet}) with the usual packet framing instead of the single byte
44211@code{0x03}.
44212
9a6253be
KB
44213Stubs are not required to recognize these interrupt mechanisms and the
44214precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
44215implementation defined. If the target supports debugging of multiple
44216threads and/or processes, it should attempt to interrupt all
44217currently-executing threads and processes.
44218If the stub is successful at interrupting the
44219running program, it should send one of the stop
44220reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
44221of successfully stopping the program in all-stop mode, and a stop reply
44222for each stopped thread in non-stop mode.
44223Interrupts received while the
cde67b27
YQ
44224program is stopped are queued and the program will be interrupted when
44225it is resumed next time.
8b23ecc4
SL
44226
44227@node Notification Packets
44228@section Notification Packets
44229@cindex notification packets
44230@cindex packets, notification
44231
44232The @value{GDBN} remote serial protocol includes @dfn{notifications},
44233packets that require no acknowledgment. Both the GDB and the stub
44234may send notifications (although the only notifications defined at
44235present are sent by the stub). Notifications carry information
44236without incurring the round-trip latency of an acknowledgment, and so
44237are useful for low-impact communications where occasional packet loss
44238is not a problem.
44239
44240A notification packet has the form @samp{% @var{data} #
44241@var{checksum}}, where @var{data} is the content of the notification,
44242and @var{checksum} is a checksum of @var{data}, computed and formatted
44243as for ordinary @value{GDBN} packets. A notification's @var{data}
44244never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
44245receiving a notification, the recipient sends no @samp{+} or @samp{-}
44246to acknowledge the notification's receipt or to report its corruption.
44247
44248Every notification's @var{data} begins with a name, which contains no
44249colon characters, followed by a colon character.
44250
44251Recipients should silently ignore corrupted notifications and
44252notifications they do not understand. Recipients should restart
44253timeout periods on receipt of a well-formed notification, whether or
44254not they understand it.
44255
44256Senders should only send the notifications described here when this
44257protocol description specifies that they are permitted. In the
44258future, we may extend the protocol to permit existing notifications in
44259new contexts; this rule helps older senders avoid confusing newer
44260recipients.
44261
44262(Older versions of @value{GDBN} ignore bytes received until they see
44263the @samp{$} byte that begins an ordinary packet, so new stubs may
44264transmit notifications without fear of confusing older clients. There
44265are no notifications defined for @value{GDBN} to send at the moment, but we
44266assume that most older stubs would ignore them, as well.)
44267
8dbe8ece 44268Each notification is comprised of three parts:
8b23ecc4 44269@table @samp
8dbe8ece
YQ
44270@item @var{name}:@var{event}
44271The notification packet is sent by the side that initiates the
44272exchange (currently, only the stub does that), with @var{event}
697aa1b7
EZ
44273carrying the specific information about the notification, and
44274@var{name} specifying the name of the notification.
8dbe8ece
YQ
44275@item @var{ack}
44276The acknowledge sent by the other side, usually @value{GDBN}, to
44277acknowledge the exchange and request the event.
44278@end table
44279
44280The purpose of an asynchronous notification mechanism is to report to
44281@value{GDBN} that something interesting happened in the remote stub.
44282
44283The remote stub may send notification @var{name}:@var{event}
44284at any time, but @value{GDBN} acknowledges the notification when
44285appropriate. The notification event is pending before @value{GDBN}
44286acknowledges. Only one notification at a time may be pending; if
44287additional events occur before @value{GDBN} has acknowledged the
44288previous notification, they must be queued by the stub for later
44289synchronous transmission in response to @var{ack} packets from
44290@value{GDBN}. Because the notification mechanism is unreliable,
44291the stub is permitted to resend a notification if it believes
44292@value{GDBN} may not have received it.
44293
44294Specifically, notifications may appear when @value{GDBN} is not
44295otherwise reading input from the stub, or when @value{GDBN} is
44296expecting to read a normal synchronous response or a
44297@samp{+}/@samp{-} acknowledgment to a packet it has sent.
44298Notification packets are distinct from any other communication from
44299the stub so there is no ambiguity.
44300
44301After receiving a notification, @value{GDBN} shall acknowledge it by
44302sending a @var{ack} packet as a regular, synchronous request to the
44303stub. Such acknowledgment is not required to happen immediately, as
44304@value{GDBN} is permitted to send other, unrelated packets to the
44305stub first, which the stub should process normally.
44306
44307Upon receiving a @var{ack} packet, if the stub has other queued
44308events to report to @value{GDBN}, it shall respond by sending a
44309normal @var{event}. @value{GDBN} shall then send another @var{ack}
44310packet to solicit further responses; again, it is permitted to send
44311other, unrelated packets as well which the stub should process
44312normally.
44313
44314If the stub receives a @var{ack} packet and there are no additional
44315@var{event} to report, the stub shall return an @samp{OK} response.
44316At this point, @value{GDBN} has finished processing a notification
44317and the stub has completed sending any queued events. @value{GDBN}
44318won't accept any new notifications until the final @samp{OK} is
44319received . If further notification events occur, the stub shall send
44320a new notification, @value{GDBN} shall accept the notification, and
44321the process shall be repeated.
44322
44323The process of asynchronous notification can be illustrated by the
44324following example:
44325@smallexample
4435e1cc 44326<- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
8dbe8ece
YQ
44327@code{...}
44328-> @code{vStopped}
44329<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
44330-> @code{vStopped}
44331<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
44332-> @code{vStopped}
44333<- @code{OK}
44334@end smallexample
44335
44336The following notifications are defined:
44337@multitable @columnfractions 0.12 0.12 0.38 0.38
44338
44339@item Notification
44340@tab Ack
44341@tab Event
44342@tab Description
44343
44344@item Stop
44345@tab vStopped
44346@tab @var{reply}. The @var{reply} has the form of a stop reply, as
8b23ecc4
SL
44347described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
44348for information on how these notifications are acknowledged by
44349@value{GDBN}.
8dbe8ece
YQ
44350@tab Report an asynchronous stop event in non-stop mode.
44351
44352@end multitable
8b23ecc4
SL
44353
44354@node Remote Non-Stop
44355@section Remote Protocol Support for Non-Stop Mode
44356
44357@value{GDBN}'s remote protocol supports non-stop debugging of
44358multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
44359supports non-stop mode, it should report that to @value{GDBN} by including
44360@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
44361
44362@value{GDBN} typically sends a @samp{QNonStop} packet only when
44363establishing a new connection with the stub. Entering non-stop mode
44364does not alter the state of any currently-running threads, but targets
44365must stop all threads in any already-attached processes when entering
44366all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
44367probe the target state after a mode change.
44368
44369In non-stop mode, when an attached process encounters an event that
44370would otherwise be reported with a stop reply, it uses the
44371asynchronous notification mechanism (@pxref{Notification Packets}) to
44372inform @value{GDBN}. In contrast to all-stop mode, where all threads
44373in all processes are stopped when a stop reply is sent, in non-stop
44374mode only the thread reporting the stop event is stopped. That is,
44375when reporting a @samp{S} or @samp{T} response to indicate completion
44376of a step operation, hitting a breakpoint, or a fault, only the
44377affected thread is stopped; any other still-running threads continue
44378to run. When reporting a @samp{W} or @samp{X} response, all running
44379threads belonging to other attached processes continue to run.
44380
8b23ecc4
SL
44381In non-stop mode, the target shall respond to the @samp{?} packet as
44382follows. First, any incomplete stop reply notification/@samp{vStopped}
44383sequence in progress is abandoned. The target must begin a new
44384sequence reporting stop events for all stopped threads, whether or not
44385it has previously reported those events to @value{GDBN}. The first
44386stop reply is sent as a synchronous reply to the @samp{?} packet, and
44387subsequent stop replies are sent as responses to @samp{vStopped} packets
44388using the mechanism described above. The target must not send
44389asynchronous stop reply notifications until the sequence is complete.
44390If all threads are running when the target receives the @samp{?} packet,
44391or if the target is not attached to any process, it shall respond
44392@samp{OK}.
9a6253be 44393
f7e6eed5
PA
44394If the stub supports non-stop mode, it should also support the
44395@samp{swbreak} stop reason if software breakpoints are supported, and
44396the @samp{hwbreak} stop reason if hardware breakpoints are supported
44397(@pxref{swbreak stop reason}). This is because given the asynchronous
44398nature of non-stop mode, between the time a thread hits a breakpoint
44399and the time the event is finally processed by @value{GDBN}, the
44400breakpoint may have already been removed from the target. Due to
44401this, @value{GDBN} needs to be able to tell whether a trap stop was
44402caused by a delayed breakpoint event, which should be ignored, as
44403opposed to a random trap signal, which should be reported to the user.
44404Note the @samp{swbreak} feature implies that the target is responsible
44405for adjusting the PC when a software breakpoint triggers, if
44406necessary, such as on the x86 architecture.
44407
a6f3e723
SL
44408@node Packet Acknowledgment
44409@section Packet Acknowledgment
44410
44411@cindex acknowledgment, for @value{GDBN} remote
44412@cindex packet acknowledgment, for @value{GDBN} remote
44413By default, when either the host or the target machine receives a packet,
44414the first response expected is an acknowledgment: either @samp{+} (to indicate
44415the package was received correctly) or @samp{-} (to request retransmission).
44416This mechanism allows the @value{GDBN} remote protocol to operate over
44417unreliable transport mechanisms, such as a serial line.
44418
44419In cases where the transport mechanism is itself reliable (such as a pipe or
44420TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
44421It may be desirable to disable them in that case to reduce communication
44422overhead, or for other reasons. This can be accomplished by means of the
44423@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
44424
44425When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
44426expect @samp{+}/@samp{-} protocol acknowledgments. The packet
44427and response format still includes the normal checksum, as described in
44428@ref{Overview}, but the checksum may be ignored by the receiver.
44429
44430If the stub supports @samp{QStartNoAckMode} and prefers to operate in
44431no-acknowledgment mode, it should report that to @value{GDBN}
44432by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
44433@pxref{qSupported}.
44434If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
44435disabled via the @code{set remote noack-packet off} command
44436(@pxref{Remote Configuration}),
44437@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
44438Only then may the stub actually turn off packet acknowledgments.
44439@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
44440response, which can be safely ignored by the stub.
44441
44442Note that @code{set remote noack-packet} command only affects negotiation
44443between @value{GDBN} and the stub when subsequent connections are made;
44444it does not affect the protocol acknowledgment state for any current
44445connection.
44446Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
44447new connection is established,
44448there is also no protocol request to re-enable the acknowledgments
44449for the current connection, once disabled.
44450
ee2d5c50
AC
44451@node Examples
44452@section Examples
eb12ee30 44453
8e04817f
AC
44454Example sequence of a target being re-started. Notice how the restart
44455does not get any direct output:
eb12ee30 44456
474c8240 44457@smallexample
d2c6833e
AC
44458-> @code{R00}
44459<- @code{+}
8e04817f 44460@emph{target restarts}
d2c6833e 44461-> @code{?}
8e04817f 44462<- @code{+}
d2c6833e
AC
44463<- @code{T001:1234123412341234}
44464-> @code{+}
474c8240 44465@end smallexample
eb12ee30 44466
8e04817f 44467Example sequence of a target being stepped by a single instruction:
eb12ee30 44468
474c8240 44469@smallexample
d2c6833e 44470-> @code{G1445@dots{}}
8e04817f 44471<- @code{+}
d2c6833e
AC
44472-> @code{s}
44473<- @code{+}
44474@emph{time passes}
44475<- @code{T001:1234123412341234}
8e04817f 44476-> @code{+}
d2c6833e 44477-> @code{g}
8e04817f 44478<- @code{+}
d2c6833e
AC
44479<- @code{1455@dots{}}
44480-> @code{+}
474c8240 44481@end smallexample
eb12ee30 44482
79a6e687
BW
44483@node File-I/O Remote Protocol Extension
44484@section File-I/O Remote Protocol Extension
0ce1b118
CV
44485@cindex File-I/O remote protocol extension
44486
44487@menu
44488* File-I/O Overview::
79a6e687
BW
44489* Protocol Basics::
44490* The F Request Packet::
44491* The F Reply Packet::
44492* The Ctrl-C Message::
0ce1b118 44493* Console I/O::
79a6e687 44494* List of Supported Calls::
db2e3e2e 44495* Protocol-specific Representation of Datatypes::
0ce1b118
CV
44496* Constants::
44497* File-I/O Examples::
44498@end menu
44499
44500@node File-I/O Overview
44501@subsection File-I/O Overview
44502@cindex file-i/o overview
44503
9c16f35a 44504The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 44505target to use the host's file system and console I/O to perform various
0ce1b118 44506system calls. System calls on the target system are translated into a
fc320d37
SL
44507remote protocol packet to the host system, which then performs the needed
44508actions and returns a response packet to the target system.
0ce1b118
CV
44509This simulates file system operations even on targets that lack file systems.
44510
fc320d37
SL
44511The protocol is defined to be independent of both the host and target systems.
44512It uses its own internal representation of datatypes and values. Both
0ce1b118 44513@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
44514translating the system-dependent value representations into the internal
44515protocol representations when data is transmitted.
0ce1b118 44516
fc320d37
SL
44517The communication is synchronous. A system call is possible only when
44518@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
44519or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 44520the target is stopped to allow deterministic access to the target's
fc320d37
SL
44521memory. Therefore File-I/O is not interruptible by target signals. On
44522the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 44523(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
44524
44525The target's request to perform a host system call does not finish
44526the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
44527after finishing the system call, the target returns to continuing the
44528previous activity (continue, step). No additional continue or step
44529request from @value{GDBN} is required.
44530
44531@smallexample
f7dc1244 44532(@value{GDBP}) continue
0ce1b118
CV
44533 <- target requests 'system call X'
44534 target is stopped, @value{GDBN} executes system call
3f94c067
BW
44535 -> @value{GDBN} returns result
44536 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
44537 <- target hits breakpoint and sends a Txx packet
44538@end smallexample
44539
fc320d37
SL
44540The protocol only supports I/O on the console and to regular files on
44541the host file system. Character or block special devices, pipes,
44542named pipes, sockets or any other communication method on the host
0ce1b118
CV
44543system are not supported by this protocol.
44544
8b23ecc4
SL
44545File I/O is not supported in non-stop mode.
44546
79a6e687
BW
44547@node Protocol Basics
44548@subsection Protocol Basics
0ce1b118
CV
44549@cindex protocol basics, file-i/o
44550
fc320d37
SL
44551The File-I/O protocol uses the @code{F} packet as the request as well
44552as reply packet. Since a File-I/O system call can only occur when
44553@value{GDBN} is waiting for a response from the continuing or stepping target,
44554the File-I/O request is a reply that @value{GDBN} has to expect as a result
44555of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
44556This @code{F} packet contains all information needed to allow @value{GDBN}
44557to call the appropriate host system call:
44558
44559@itemize @bullet
b383017d 44560@item
0ce1b118
CV
44561A unique identifier for the requested system call.
44562
44563@item
44564All parameters to the system call. Pointers are given as addresses
44565in the target memory address space. Pointers to strings are given as
b383017d 44566pointer/length pair. Numerical values are given as they are.
db2e3e2e 44567Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
44568
44569@end itemize
44570
fc320d37 44571At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
44572
44573@itemize @bullet
b383017d 44574@item
fc320d37
SL
44575If the parameters include pointer values to data needed as input to a
44576system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
44577standard @code{m} packet request. This additional communication has to be
44578expected by the target implementation and is handled as any other @code{m}
44579packet.
44580
44581@item
44582@value{GDBN} translates all value from protocol representation to host
44583representation as needed. Datatypes are coerced into the host types.
44584
44585@item
fc320d37 44586@value{GDBN} calls the system call.
0ce1b118
CV
44587
44588@item
44589It then coerces datatypes back to protocol representation.
44590
44591@item
fc320d37
SL
44592If the system call is expected to return data in buffer space specified
44593by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
44594target using a @code{M} or @code{X} packet. This packet has to be expected
44595by the target implementation and is handled as any other @code{M} or @code{X}
44596packet.
44597
44598@end itemize
44599
44600Eventually @value{GDBN} replies with another @code{F} packet which contains all
44601necessary information for the target to continue. This at least contains
44602
44603@itemize @bullet
44604@item
44605Return value.
44606
44607@item
44608@code{errno}, if has been changed by the system call.
44609
44610@item
44611``Ctrl-C'' flag.
44612
44613@end itemize
44614
44615After having done the needed type and value coercion, the target continues
44616the latest continue or step action.
44617
79a6e687
BW
44618@node The F Request Packet
44619@subsection The @code{F} Request Packet
0ce1b118
CV
44620@cindex file-i/o request packet
44621@cindex @code{F} request packet
44622
44623The @code{F} request packet has the following format:
44624
44625@table @samp
fc320d37 44626@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
44627
44628@var{call-id} is the identifier to indicate the host system call to be called.
44629This is just the name of the function.
44630
fc320d37
SL
44631@var{parameter@dots{}} are the parameters to the system call.
44632Parameters are hexadecimal integer values, either the actual values in case
44633of scalar datatypes, pointers to target buffer space in case of compound
44634datatypes and unspecified memory areas, or pointer/length pairs in case
44635of string parameters. These are appended to the @var{call-id} as a
44636comma-delimited list. All values are transmitted in ASCII
44637string representation, pointer/length pairs separated by a slash.
0ce1b118 44638
b383017d 44639@end table
0ce1b118 44640
fc320d37 44641
0ce1b118 44642
79a6e687
BW
44643@node The F Reply Packet
44644@subsection The @code{F} Reply Packet
0ce1b118
CV
44645@cindex file-i/o reply packet
44646@cindex @code{F} reply packet
44647
44648The @code{F} reply packet has the following format:
44649
44650@table @samp
44651
d3bdde98 44652@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
44653
44654@var{retcode} is the return code of the system call as hexadecimal value.
44655
db2e3e2e
BW
44656@var{errno} is the @code{errno} set by the call, in protocol-specific
44657representation.
0ce1b118
CV
44658This parameter can be omitted if the call was successful.
44659
fc320d37
SL
44660@var{Ctrl-C flag} is only sent if the user requested a break. In this
44661case, @var{errno} must be sent as well, even if the call was successful.
44662The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
44663
44664@smallexample
44665F0,0,C
44666@end smallexample
44667
44668@noindent
fc320d37 44669or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
44670
44671@smallexample
44672F-1,4,C
44673@end smallexample
44674
44675@noindent
db2e3e2e 44676assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
44677
44678@end table
44679
0ce1b118 44680
79a6e687
BW
44681@node The Ctrl-C Message
44682@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
44683@cindex ctrl-c message, in file-i/o protocol
44684
c8aa23ab 44685If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 44686reply packet (@pxref{The F Reply Packet}),
fc320d37 44687the target should behave as if it had
0ce1b118 44688gotten a break message. The meaning for the target is ``system call
fc320d37 44689interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 44690(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 44691packet.
fc320d37
SL
44692
44693It's important for the target to know in which
44694state the system call was interrupted. There are two possible cases:
0ce1b118
CV
44695
44696@itemize @bullet
44697@item
44698The system call hasn't been performed on the host yet.
44699
44700@item
44701The system call on the host has been finished.
44702
44703@end itemize
44704
44705These two states can be distinguished by the target by the value of the
44706returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
44707call hasn't been performed. This is equivalent to the @code{EINTR} handling
44708on POSIX systems. In any other case, the target may presume that the
fc320d37 44709system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
44710as if the break message arrived right after the system call.
44711
fc320d37 44712@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
44713yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
44714@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
44715before the user requests a break, the full action must be finished by
44716@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
44717The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
44718or the full action has been completed.
44719
44720@node Console I/O
44721@subsection Console I/O
44722@cindex console i/o as part of file-i/o
44723
d3e8051b 44724By default and if not explicitly closed by the target system, the file
0ce1b118
CV
44725descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
44726on the @value{GDBN} console is handled as any other file output operation
44727(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
44728by @value{GDBN} so that after the target read request from file descriptor
447290 all following typing is buffered until either one of the following
44730conditions is met:
44731
44732@itemize @bullet
44733@item
c8aa23ab 44734The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
44735@code{read}
44736system call is treated as finished.
44737
44738@item
7f9087cb 44739The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 44740newline.
0ce1b118
CV
44741
44742@item
c8aa23ab
EZ
44743The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
44744character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
44745
44746@end itemize
44747
fc320d37
SL
44748If the user has typed more characters than fit in the buffer given to
44749the @code{read} call, the trailing characters are buffered in @value{GDBN} until
44750either another @code{read(0, @dots{})} is requested by the target, or debugging
44751is stopped at the user's request.
0ce1b118 44752
0ce1b118 44753
79a6e687
BW
44754@node List of Supported Calls
44755@subsection List of Supported Calls
0ce1b118
CV
44756@cindex list of supported file-i/o calls
44757
44758@menu
44759* open::
44760* close::
44761* read::
44762* write::
44763* lseek::
44764* rename::
44765* unlink::
44766* stat/fstat::
44767* gettimeofday::
44768* isatty::
44769* system::
44770@end menu
44771
44772@node open
44773@unnumberedsubsubsec open
44774@cindex open, file-i/o system call
44775
fc320d37
SL
44776@table @asis
44777@item Synopsis:
0ce1b118 44778@smallexample
0ce1b118
CV
44779int open(const char *pathname, int flags);
44780int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
44781@end smallexample
44782
fc320d37
SL
44783@item Request:
44784@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
44785
0ce1b118 44786@noindent
fc320d37 44787@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
44788
44789@table @code
b383017d 44790@item O_CREAT
0ce1b118
CV
44791If the file does not exist it will be created. The host
44792rules apply as far as file ownership and time stamps
44793are concerned.
44794
b383017d 44795@item O_EXCL
fc320d37 44796When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
44797an error and open() fails.
44798
b383017d 44799@item O_TRUNC
0ce1b118 44800If the file already exists and the open mode allows
fc320d37
SL
44801writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
44802truncated to zero length.
0ce1b118 44803
b383017d 44804@item O_APPEND
0ce1b118
CV
44805The file is opened in append mode.
44806
b383017d 44807@item O_RDONLY
0ce1b118
CV
44808The file is opened for reading only.
44809
b383017d 44810@item O_WRONLY
0ce1b118
CV
44811The file is opened for writing only.
44812
b383017d 44813@item O_RDWR
0ce1b118 44814The file is opened for reading and writing.
fc320d37 44815@end table
0ce1b118
CV
44816
44817@noindent
fc320d37 44818Other bits are silently ignored.
0ce1b118 44819
0ce1b118
CV
44820
44821@noindent
fc320d37 44822@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
44823
44824@table @code
b383017d 44825@item S_IRUSR
0ce1b118
CV
44826User has read permission.
44827
b383017d 44828@item S_IWUSR
0ce1b118
CV
44829User has write permission.
44830
b383017d 44831@item S_IRGRP
0ce1b118
CV
44832Group has read permission.
44833
b383017d 44834@item S_IWGRP
0ce1b118
CV
44835Group has write permission.
44836
b383017d 44837@item S_IROTH
0ce1b118
CV
44838Others have read permission.
44839
b383017d 44840@item S_IWOTH
0ce1b118 44841Others have write permission.
fc320d37 44842@end table
0ce1b118
CV
44843
44844@noindent
fc320d37 44845Other bits are silently ignored.
0ce1b118 44846
0ce1b118 44847
fc320d37
SL
44848@item Return value:
44849@code{open} returns the new file descriptor or -1 if an error
44850occurred.
0ce1b118 44851
fc320d37 44852@item Errors:
0ce1b118
CV
44853
44854@table @code
b383017d 44855@item EEXIST
fc320d37 44856@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 44857
b383017d 44858@item EISDIR
fc320d37 44859@var{pathname} refers to a directory.
0ce1b118 44860
b383017d 44861@item EACCES
0ce1b118
CV
44862The requested access is not allowed.
44863
44864@item ENAMETOOLONG
fc320d37 44865@var{pathname} was too long.
0ce1b118 44866
b383017d 44867@item ENOENT
fc320d37 44868A directory component in @var{pathname} does not exist.
0ce1b118 44869
b383017d 44870@item ENODEV
fc320d37 44871@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 44872
b383017d 44873@item EROFS
fc320d37 44874@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
44875write access was requested.
44876
b383017d 44877@item EFAULT
fc320d37 44878@var{pathname} is an invalid pointer value.
0ce1b118 44879
b383017d 44880@item ENOSPC
0ce1b118
CV
44881No space on device to create the file.
44882
b383017d 44883@item EMFILE
0ce1b118
CV
44884The process already has the maximum number of files open.
44885
b383017d 44886@item ENFILE
0ce1b118
CV
44887The limit on the total number of files open on the system
44888has been reached.
44889
b383017d 44890@item EINTR
0ce1b118
CV
44891The call was interrupted by the user.
44892@end table
44893
fc320d37
SL
44894@end table
44895
0ce1b118
CV
44896@node close
44897@unnumberedsubsubsec close
44898@cindex close, file-i/o system call
44899
fc320d37
SL
44900@table @asis
44901@item Synopsis:
0ce1b118 44902@smallexample
0ce1b118 44903int close(int fd);
fc320d37 44904@end smallexample
0ce1b118 44905
fc320d37
SL
44906@item Request:
44907@samp{Fclose,@var{fd}}
0ce1b118 44908
fc320d37
SL
44909@item Return value:
44910@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 44911
fc320d37 44912@item Errors:
0ce1b118
CV
44913
44914@table @code
b383017d 44915@item EBADF
fc320d37 44916@var{fd} isn't a valid open file descriptor.
0ce1b118 44917
b383017d 44918@item EINTR
0ce1b118
CV
44919The call was interrupted by the user.
44920@end table
44921
fc320d37
SL
44922@end table
44923
0ce1b118
CV
44924@node read
44925@unnumberedsubsubsec read
44926@cindex read, file-i/o system call
44927
fc320d37
SL
44928@table @asis
44929@item Synopsis:
0ce1b118 44930@smallexample
0ce1b118 44931int read(int fd, void *buf, unsigned int count);
fc320d37 44932@end smallexample
0ce1b118 44933
fc320d37
SL
44934@item Request:
44935@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 44936
fc320d37 44937@item Return value:
0ce1b118
CV
44938On success, the number of bytes read is returned.
44939Zero indicates end of file. If count is zero, read
b383017d 44940returns zero as well. On error, -1 is returned.
0ce1b118 44941
fc320d37 44942@item Errors:
0ce1b118
CV
44943
44944@table @code
b383017d 44945@item EBADF
fc320d37 44946@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
44947reading.
44948
b383017d 44949@item EFAULT
fc320d37 44950@var{bufptr} is an invalid pointer value.
0ce1b118 44951
b383017d 44952@item EINTR
0ce1b118
CV
44953The call was interrupted by the user.
44954@end table
44955
fc320d37
SL
44956@end table
44957
0ce1b118
CV
44958@node write
44959@unnumberedsubsubsec write
44960@cindex write, file-i/o system call
44961
fc320d37
SL
44962@table @asis
44963@item Synopsis:
0ce1b118 44964@smallexample
0ce1b118 44965int write(int fd, const void *buf, unsigned int count);
fc320d37 44966@end smallexample
0ce1b118 44967
fc320d37
SL
44968@item Request:
44969@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 44970
fc320d37 44971@item Return value:
0ce1b118
CV
44972On success, the number of bytes written are returned.
44973Zero indicates nothing was written. On error, -1
44974is returned.
44975
fc320d37 44976@item Errors:
0ce1b118
CV
44977
44978@table @code
b383017d 44979@item EBADF
fc320d37 44980@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
44981writing.
44982
b383017d 44983@item EFAULT
fc320d37 44984@var{bufptr} is an invalid pointer value.
0ce1b118 44985
b383017d 44986@item EFBIG
0ce1b118 44987An attempt was made to write a file that exceeds the
db2e3e2e 44988host-specific maximum file size allowed.
0ce1b118 44989
b383017d 44990@item ENOSPC
0ce1b118
CV
44991No space on device to write the data.
44992
b383017d 44993@item EINTR
0ce1b118
CV
44994The call was interrupted by the user.
44995@end table
44996
fc320d37
SL
44997@end table
44998
0ce1b118
CV
44999@node lseek
45000@unnumberedsubsubsec lseek
45001@cindex lseek, file-i/o system call
45002
fc320d37
SL
45003@table @asis
45004@item Synopsis:
0ce1b118 45005@smallexample
0ce1b118 45006long lseek (int fd, long offset, int flag);
0ce1b118
CV
45007@end smallexample
45008
fc320d37
SL
45009@item Request:
45010@samp{Flseek,@var{fd},@var{offset},@var{flag}}
45011
45012@var{flag} is one of:
0ce1b118
CV
45013
45014@table @code
b383017d 45015@item SEEK_SET
fc320d37 45016The offset is set to @var{offset} bytes.
0ce1b118 45017
b383017d 45018@item SEEK_CUR
fc320d37 45019The offset is set to its current location plus @var{offset}
0ce1b118
CV
45020bytes.
45021
b383017d 45022@item SEEK_END
fc320d37 45023The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
45024bytes.
45025@end table
45026
fc320d37 45027@item Return value:
0ce1b118
CV
45028On success, the resulting unsigned offset in bytes from
45029the beginning of the file is returned. Otherwise, a
45030value of -1 is returned.
45031
fc320d37 45032@item Errors:
0ce1b118
CV
45033
45034@table @code
b383017d 45035@item EBADF
fc320d37 45036@var{fd} is not a valid open file descriptor.
0ce1b118 45037
b383017d 45038@item ESPIPE
fc320d37 45039@var{fd} is associated with the @value{GDBN} console.
0ce1b118 45040
b383017d 45041@item EINVAL
fc320d37 45042@var{flag} is not a proper value.
0ce1b118 45043
b383017d 45044@item EINTR
0ce1b118
CV
45045The call was interrupted by the user.
45046@end table
45047
fc320d37
SL
45048@end table
45049
0ce1b118
CV
45050@node rename
45051@unnumberedsubsubsec rename
45052@cindex rename, file-i/o system call
45053
fc320d37
SL
45054@table @asis
45055@item Synopsis:
0ce1b118 45056@smallexample
0ce1b118 45057int rename(const char *oldpath, const char *newpath);
fc320d37 45058@end smallexample
0ce1b118 45059
fc320d37
SL
45060@item Request:
45061@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 45062
fc320d37 45063@item Return value:
0ce1b118
CV
45064On success, zero is returned. On error, -1 is returned.
45065
fc320d37 45066@item Errors:
0ce1b118
CV
45067
45068@table @code
b383017d 45069@item EISDIR
fc320d37 45070@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
45071directory.
45072
b383017d 45073@item EEXIST
fc320d37 45074@var{newpath} is a non-empty directory.
0ce1b118 45075
b383017d 45076@item EBUSY
fc320d37 45077@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
45078process.
45079
b383017d 45080@item EINVAL
0ce1b118
CV
45081An attempt was made to make a directory a subdirectory
45082of itself.
45083
b383017d 45084@item ENOTDIR
fc320d37
SL
45085A component used as a directory in @var{oldpath} or new
45086path is not a directory. Or @var{oldpath} is a directory
45087and @var{newpath} exists but is not a directory.
0ce1b118 45088
b383017d 45089@item EFAULT
fc320d37 45090@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 45091
b383017d 45092@item EACCES
0ce1b118
CV
45093No access to the file or the path of the file.
45094
45095@item ENAMETOOLONG
b383017d 45096
fc320d37 45097@var{oldpath} or @var{newpath} was too long.
0ce1b118 45098
b383017d 45099@item ENOENT
fc320d37 45100A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 45101
b383017d 45102@item EROFS
0ce1b118
CV
45103The file is on a read-only filesystem.
45104
b383017d 45105@item ENOSPC
0ce1b118
CV
45106The device containing the file has no room for the new
45107directory entry.
45108
b383017d 45109@item EINTR
0ce1b118
CV
45110The call was interrupted by the user.
45111@end table
45112
fc320d37
SL
45113@end table
45114
0ce1b118
CV
45115@node unlink
45116@unnumberedsubsubsec unlink
45117@cindex unlink, file-i/o system call
45118
fc320d37
SL
45119@table @asis
45120@item Synopsis:
0ce1b118 45121@smallexample
0ce1b118 45122int unlink(const char *pathname);
fc320d37 45123@end smallexample
0ce1b118 45124
fc320d37
SL
45125@item Request:
45126@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 45127
fc320d37 45128@item Return value:
0ce1b118
CV
45129On success, zero is returned. On error, -1 is returned.
45130
fc320d37 45131@item Errors:
0ce1b118
CV
45132
45133@table @code
b383017d 45134@item EACCES
0ce1b118
CV
45135No access to the file or the path of the file.
45136
b383017d 45137@item EPERM
0ce1b118
CV
45138The system does not allow unlinking of directories.
45139
b383017d 45140@item EBUSY
fc320d37 45141The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
45142being used by another process.
45143
b383017d 45144@item EFAULT
fc320d37 45145@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
45146
45147@item ENAMETOOLONG
fc320d37 45148@var{pathname} was too long.
0ce1b118 45149
b383017d 45150@item ENOENT
fc320d37 45151A directory component in @var{pathname} does not exist.
0ce1b118 45152
b383017d 45153@item ENOTDIR
0ce1b118
CV
45154A component of the path is not a directory.
45155
b383017d 45156@item EROFS
0ce1b118
CV
45157The file is on a read-only filesystem.
45158
b383017d 45159@item EINTR
0ce1b118
CV
45160The call was interrupted by the user.
45161@end table
45162
fc320d37
SL
45163@end table
45164
0ce1b118
CV
45165@node stat/fstat
45166@unnumberedsubsubsec stat/fstat
45167@cindex fstat, file-i/o system call
45168@cindex stat, file-i/o system call
45169
fc320d37
SL
45170@table @asis
45171@item Synopsis:
0ce1b118 45172@smallexample
0ce1b118
CV
45173int stat(const char *pathname, struct stat *buf);
45174int fstat(int fd, struct stat *buf);
fc320d37 45175@end smallexample
0ce1b118 45176
fc320d37
SL
45177@item Request:
45178@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
45179@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 45180
fc320d37 45181@item Return value:
0ce1b118
CV
45182On success, zero is returned. On error, -1 is returned.
45183
fc320d37 45184@item Errors:
0ce1b118
CV
45185
45186@table @code
b383017d 45187@item EBADF
fc320d37 45188@var{fd} is not a valid open file.
0ce1b118 45189
b383017d 45190@item ENOENT
fc320d37 45191A directory component in @var{pathname} does not exist or the
0ce1b118
CV
45192path is an empty string.
45193
b383017d 45194@item ENOTDIR
0ce1b118
CV
45195A component of the path is not a directory.
45196
b383017d 45197@item EFAULT
fc320d37 45198@var{pathnameptr} is an invalid pointer value.
0ce1b118 45199
b383017d 45200@item EACCES
0ce1b118
CV
45201No access to the file or the path of the file.
45202
45203@item ENAMETOOLONG
fc320d37 45204@var{pathname} was too long.
0ce1b118 45205
b383017d 45206@item EINTR
0ce1b118
CV
45207The call was interrupted by the user.
45208@end table
45209
fc320d37
SL
45210@end table
45211
0ce1b118
CV
45212@node gettimeofday
45213@unnumberedsubsubsec gettimeofday
45214@cindex gettimeofday, file-i/o system call
45215
fc320d37
SL
45216@table @asis
45217@item Synopsis:
0ce1b118 45218@smallexample
0ce1b118 45219int gettimeofday(struct timeval *tv, void *tz);
fc320d37 45220@end smallexample
0ce1b118 45221
fc320d37
SL
45222@item Request:
45223@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 45224
fc320d37 45225@item Return value:
0ce1b118
CV
45226On success, 0 is returned, -1 otherwise.
45227
fc320d37 45228@item Errors:
0ce1b118
CV
45229
45230@table @code
b383017d 45231@item EINVAL
fc320d37 45232@var{tz} is a non-NULL pointer.
0ce1b118 45233
b383017d 45234@item EFAULT
fc320d37
SL
45235@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
45236@end table
45237
0ce1b118
CV
45238@end table
45239
45240@node isatty
45241@unnumberedsubsubsec isatty
45242@cindex isatty, file-i/o system call
45243
fc320d37
SL
45244@table @asis
45245@item Synopsis:
0ce1b118 45246@smallexample
0ce1b118 45247int isatty(int fd);
fc320d37 45248@end smallexample
0ce1b118 45249
fc320d37
SL
45250@item Request:
45251@samp{Fisatty,@var{fd}}
0ce1b118 45252
fc320d37
SL
45253@item Return value:
45254Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 45255
fc320d37 45256@item Errors:
0ce1b118
CV
45257
45258@table @code
b383017d 45259@item EINTR
0ce1b118
CV
45260The call was interrupted by the user.
45261@end table
45262
fc320d37
SL
45263@end table
45264
45265Note that the @code{isatty} call is treated as a special case: it returns
452661 to the target if the file descriptor is attached
45267to the @value{GDBN} console, 0 otherwise. Implementing through system calls
45268would require implementing @code{ioctl} and would be more complex than
45269needed.
45270
45271
0ce1b118
CV
45272@node system
45273@unnumberedsubsubsec system
45274@cindex system, file-i/o system call
45275
fc320d37
SL
45276@table @asis
45277@item Synopsis:
0ce1b118 45278@smallexample
0ce1b118 45279int system(const char *command);
fc320d37 45280@end smallexample
0ce1b118 45281
fc320d37
SL
45282@item Request:
45283@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 45284
fc320d37 45285@item Return value:
5600ea19
NS
45286If @var{len} is zero, the return value indicates whether a shell is
45287available. A zero return value indicates a shell is not available.
45288For non-zero @var{len}, the value returned is -1 on error and the
45289return status of the command otherwise. Only the exit status of the
45290command is returned, which is extracted from the host's @code{system}
45291return value by calling @code{WEXITSTATUS(retval)}. In case
45292@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 45293
fc320d37 45294@item Errors:
0ce1b118
CV
45295
45296@table @code
b383017d 45297@item EINTR
0ce1b118
CV
45298The call was interrupted by the user.
45299@end table
45300
fc320d37
SL
45301@end table
45302
45303@value{GDBN} takes over the full task of calling the necessary host calls
45304to perform the @code{system} call. The return value of @code{system} on
45305the host is simplified before it's returned
45306to the target. Any termination signal information from the child process
45307is discarded, and the return value consists
45308entirely of the exit status of the called command.
45309
45310Due to security concerns, the @code{system} call is by default refused
45311by @value{GDBN}. The user has to allow this call explicitly with the
45312@code{set remote system-call-allowed 1} command.
45313
45314@table @code
45315@item set remote system-call-allowed
45316@kindex set remote system-call-allowed
45317Control whether to allow the @code{system} calls in the File I/O
45318protocol for the remote target. The default is zero (disabled).
45319
45320@item show remote system-call-allowed
45321@kindex show remote system-call-allowed
45322Show whether the @code{system} calls are allowed in the File I/O
45323protocol.
45324@end table
45325
db2e3e2e
BW
45326@node Protocol-specific Representation of Datatypes
45327@subsection Protocol-specific Representation of Datatypes
45328@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
45329
45330@menu
79a6e687
BW
45331* Integral Datatypes::
45332* Pointer Values::
45333* Memory Transfer::
0ce1b118
CV
45334* struct stat::
45335* struct timeval::
45336@end menu
45337
79a6e687
BW
45338@node Integral Datatypes
45339@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
45340@cindex integral datatypes, in file-i/o protocol
45341
fc320d37
SL
45342The integral datatypes used in the system calls are @code{int},
45343@code{unsigned int}, @code{long}, @code{unsigned long},
45344@code{mode_t}, and @code{time_t}.
0ce1b118 45345
fc320d37 45346@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
45347implemented as 32 bit values in this protocol.
45348
fc320d37 45349@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 45350
0ce1b118
CV
45351@xref{Limits}, for corresponding MIN and MAX values (similar to those
45352in @file{limits.h}) to allow range checking on host and target.
45353
45354@code{time_t} datatypes are defined as seconds since the Epoch.
45355
45356All integral datatypes transferred as part of a memory read or write of a
45357structured datatype e.g.@: a @code{struct stat} have to be given in big endian
45358byte order.
45359
79a6e687
BW
45360@node Pointer Values
45361@unnumberedsubsubsec Pointer Values
0ce1b118
CV
45362@cindex pointer values, in file-i/o protocol
45363
45364Pointers to target data are transmitted as they are. An exception
45365is made for pointers to buffers for which the length isn't
45366transmitted as part of the function call, namely strings. Strings
45367are transmitted as a pointer/length pair, both as hex values, e.g.@:
45368
45369@smallexample
45370@code{1aaf/12}
45371@end smallexample
45372
45373@noindent
45374which is a pointer to data of length 18 bytes at position 0x1aaf.
45375The length is defined as the full string length in bytes, including
fc320d37
SL
45376the trailing null byte. For example, the string @code{"hello world"}
45377at address 0x123456 is transmitted as
0ce1b118
CV
45378
45379@smallexample
fc320d37 45380@code{123456/d}
0ce1b118
CV
45381@end smallexample
45382
79a6e687
BW
45383@node Memory Transfer
45384@unnumberedsubsubsec Memory Transfer
fc320d37
SL
45385@cindex memory transfer, in file-i/o protocol
45386
45387Structured data which is transferred using a memory read or write (for
db2e3e2e 45388example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
45389with all scalar multibyte datatypes being big endian. Translation to
45390this representation needs to be done both by the target before the @code{F}
45391packet is sent, and by @value{GDBN} before
45392it transfers memory to the target. Transferred pointers to structured
45393data should point to the already-coerced data at any time.
0ce1b118 45394
0ce1b118
CV
45395
45396@node struct stat
45397@unnumberedsubsubsec struct stat
45398@cindex struct stat, in file-i/o protocol
45399
fc320d37
SL
45400The buffer of type @code{struct stat} used by the target and @value{GDBN}
45401is defined as follows:
0ce1b118
CV
45402
45403@smallexample
45404struct stat @{
45405 unsigned int st_dev; /* device */
45406 unsigned int st_ino; /* inode */
45407 mode_t st_mode; /* protection */
45408 unsigned int st_nlink; /* number of hard links */
45409 unsigned int st_uid; /* user ID of owner */
45410 unsigned int st_gid; /* group ID of owner */
45411 unsigned int st_rdev; /* device type (if inode device) */
45412 unsigned long st_size; /* total size, in bytes */
45413 unsigned long st_blksize; /* blocksize for filesystem I/O */
45414 unsigned long st_blocks; /* number of blocks allocated */
45415 time_t st_atime; /* time of last access */
45416 time_t st_mtime; /* time of last modification */
45417 time_t st_ctime; /* time of last change */
45418@};
45419@end smallexample
45420
fc320d37 45421The integral datatypes conform to the definitions given in the
79a6e687 45422appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
45423structure is of size 64 bytes.
45424
45425The values of several fields have a restricted meaning and/or
45426range of values.
45427
fc320d37 45428@table @code
0ce1b118 45429
fc320d37
SL
45430@item st_dev
45431A value of 0 represents a file, 1 the console.
0ce1b118 45432
fc320d37
SL
45433@item st_ino
45434No valid meaning for the target. Transmitted unchanged.
0ce1b118 45435
fc320d37
SL
45436@item st_mode
45437Valid mode bits are described in @ref{Constants}. Any other
45438bits have currently no meaning for the target.
0ce1b118 45439
fc320d37
SL
45440@item st_uid
45441@itemx st_gid
45442@itemx st_rdev
45443No valid meaning for the target. Transmitted unchanged.
0ce1b118 45444
fc320d37
SL
45445@item st_atime
45446@itemx st_mtime
45447@itemx st_ctime
45448These values have a host and file system dependent
45449accuracy. Especially on Windows hosts, the file system may not
45450support exact timing values.
45451@end table
0ce1b118 45452
fc320d37
SL
45453The target gets a @code{struct stat} of the above representation and is
45454responsible for coercing it to the target representation before
0ce1b118
CV
45455continuing.
45456
fc320d37
SL
45457Note that due to size differences between the host, target, and protocol
45458representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
45459get truncated on the target.
45460
45461@node struct timeval
45462@unnumberedsubsubsec struct timeval
45463@cindex struct timeval, in file-i/o protocol
45464
fc320d37 45465The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
45466is defined as follows:
45467
45468@smallexample
b383017d 45469struct timeval @{
0ce1b118
CV
45470 time_t tv_sec; /* second */
45471 long tv_usec; /* microsecond */
45472@};
45473@end smallexample
45474
fc320d37 45475The integral datatypes conform to the definitions given in the
79a6e687 45476appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
45477structure is of size 8 bytes.
45478
45479@node Constants
45480@subsection Constants
45481@cindex constants, in file-i/o protocol
45482
45483The following values are used for the constants inside of the
fc320d37 45484protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
45485values before and after the call as needed.
45486
45487@menu
79a6e687
BW
45488* Open Flags::
45489* mode_t Values::
45490* Errno Values::
45491* Lseek Flags::
0ce1b118
CV
45492* Limits::
45493@end menu
45494
79a6e687
BW
45495@node Open Flags
45496@unnumberedsubsubsec Open Flags
0ce1b118
CV
45497@cindex open flags, in file-i/o protocol
45498
45499All values are given in hexadecimal representation.
45500
45501@smallexample
45502 O_RDONLY 0x0
45503 O_WRONLY 0x1
45504 O_RDWR 0x2
45505 O_APPEND 0x8
45506 O_CREAT 0x200
45507 O_TRUNC 0x400
45508 O_EXCL 0x800
45509@end smallexample
45510
79a6e687
BW
45511@node mode_t Values
45512@unnumberedsubsubsec mode_t Values
0ce1b118
CV
45513@cindex mode_t values, in file-i/o protocol
45514
45515All values are given in octal representation.
45516
45517@smallexample
45518 S_IFREG 0100000
45519 S_IFDIR 040000
45520 S_IRUSR 0400
45521 S_IWUSR 0200
45522 S_IXUSR 0100
45523 S_IRGRP 040
45524 S_IWGRP 020
45525 S_IXGRP 010
45526 S_IROTH 04
45527 S_IWOTH 02
45528 S_IXOTH 01
45529@end smallexample
45530
79a6e687
BW
45531@node Errno Values
45532@unnumberedsubsubsec Errno Values
0ce1b118
CV
45533@cindex errno values, in file-i/o protocol
45534
45535All values are given in decimal representation.
45536
45537@smallexample
45538 EPERM 1
45539 ENOENT 2
45540 EINTR 4
45541 EBADF 9
45542 EACCES 13
45543 EFAULT 14
45544 EBUSY 16
45545 EEXIST 17
45546 ENODEV 19
45547 ENOTDIR 20
45548 EISDIR 21
45549 EINVAL 22
45550 ENFILE 23
45551 EMFILE 24
45552 EFBIG 27
45553 ENOSPC 28
45554 ESPIPE 29
45555 EROFS 30
45556 ENAMETOOLONG 91
45557 EUNKNOWN 9999
45558@end smallexample
45559
fc320d37 45560 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
45561 any error value not in the list of supported error numbers.
45562
79a6e687
BW
45563@node Lseek Flags
45564@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
45565@cindex lseek flags, in file-i/o protocol
45566
45567@smallexample
45568 SEEK_SET 0
45569 SEEK_CUR 1
45570 SEEK_END 2
45571@end smallexample
45572
45573@node Limits
45574@unnumberedsubsubsec Limits
45575@cindex limits, in file-i/o protocol
45576
45577All values are given in decimal representation.
45578
45579@smallexample
45580 INT_MIN -2147483648
45581 INT_MAX 2147483647
45582 UINT_MAX 4294967295
45583 LONG_MIN -9223372036854775808
45584 LONG_MAX 9223372036854775807
45585 ULONG_MAX 18446744073709551615
45586@end smallexample
45587
45588@node File-I/O Examples
45589@subsection File-I/O Examples
45590@cindex file-i/o examples
45591
45592Example sequence of a write call, file descriptor 3, buffer is at target
45593address 0x1234, 6 bytes should be written:
45594
45595@smallexample
45596<- @code{Fwrite,3,1234,6}
45597@emph{request memory read from target}
45598-> @code{m1234,6}
45599<- XXXXXX
45600@emph{return "6 bytes written"}
45601-> @code{F6}
45602@end smallexample
45603
45604Example sequence of a read call, file descriptor 3, buffer is at target
45605address 0x1234, 6 bytes should be read:
45606
45607@smallexample
45608<- @code{Fread,3,1234,6}
45609@emph{request memory write to target}
45610-> @code{X1234,6:XXXXXX}
45611@emph{return "6 bytes read"}
45612-> @code{F6}
45613@end smallexample
45614
45615Example sequence of a read call, call fails on the host due to invalid
fc320d37 45616file descriptor (@code{EBADF}):
0ce1b118
CV
45617
45618@smallexample
45619<- @code{Fread,3,1234,6}
45620-> @code{F-1,9}
45621@end smallexample
45622
c8aa23ab 45623Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
45624host is called:
45625
45626@smallexample
45627<- @code{Fread,3,1234,6}
45628-> @code{F-1,4,C}
45629<- @code{T02}
45630@end smallexample
45631
c8aa23ab 45632Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
45633host is called:
45634
45635@smallexample
45636<- @code{Fread,3,1234,6}
45637-> @code{X1234,6:XXXXXX}
45638<- @code{T02}
45639@end smallexample
45640
cfa9d6d9
DJ
45641@node Library List Format
45642@section Library List Format
45643@cindex library list format, remote protocol
45644
45645On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
45646same process as your application to manage libraries. In this case,
45647@value{GDBN} can use the loader's symbol table and normal memory
45648operations to maintain a list of shared libraries. On other
45649platforms, the operating system manages loaded libraries.
45650@value{GDBN} can not retrieve the list of currently loaded libraries
45651through memory operations, so it uses the @samp{qXfer:libraries:read}
45652packet (@pxref{qXfer library list read}) instead. The remote stub
45653queries the target's operating system and reports which libraries
45654are loaded.
45655
45656The @samp{qXfer:libraries:read} packet returns an XML document which
45657lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
45658associated name and one or more segment or section base addresses,
45659which report where the library was loaded in memory.
45660
45661For the common case of libraries that are fully linked binaries, the
45662library should have a list of segments. If the target supports
45663dynamic linking of a relocatable object file, its library XML element
45664should instead include a list of allocated sections. The segment or
45665section bases are start addresses, not relocation offsets; they do not
45666depend on the library's link-time base addresses.
cfa9d6d9 45667
9cceb671
DJ
45668@value{GDBN} must be linked with the Expat library to support XML
45669library lists. @xref{Expat}.
45670
cfa9d6d9
DJ
45671A simple memory map, with one loaded library relocated by a single
45672offset, looks like this:
45673
45674@smallexample
45675<library-list>
45676 <library name="/lib/libc.so.6">
45677 <segment address="0x10000000"/>
45678 </library>
45679</library-list>
45680@end smallexample
45681
1fddbabb
PA
45682Another simple memory map, with one loaded library with three
45683allocated sections (.text, .data, .bss), looks like this:
45684
45685@smallexample
45686<library-list>
45687 <library name="sharedlib.o">
45688 <section address="0x10000000"/>
45689 <section address="0x20000000"/>
45690 <section address="0x30000000"/>
45691 </library>
45692</library-list>
45693@end smallexample
45694
cfa9d6d9
DJ
45695The format of a library list is described by this DTD:
45696
45697@smallexample
45698<!-- library-list: Root element with versioning -->
45699<!ELEMENT library-list (library)*>
45700<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 45701<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
45702<!ATTLIST library name CDATA #REQUIRED>
45703<!ELEMENT segment EMPTY>
45704<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
45705<!ELEMENT section EMPTY>
45706<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
45707@end smallexample
45708
1fddbabb
PA
45709In addition, segments and section descriptors cannot be mixed within a
45710single library element, and you must supply at least one segment or
45711section for each library.
45712
2268b414
JK
45713@node Library List Format for SVR4 Targets
45714@section Library List Format for SVR4 Targets
45715@cindex library list format, remote protocol
45716
45717On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
45718(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
45719shared libraries. Still a special library list provided by this packet is
45720more efficient for the @value{GDBN} remote protocol.
45721
45722The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
45723loaded libraries and their SVR4 linker parameters. For each library on SVR4
45724target, the following parameters are reported:
45725
45726@itemize @minus
45727@item
45728@code{name}, the absolute file name from the @code{l_name} field of
45729@code{struct link_map}.
45730@item
45731@code{lm} with address of @code{struct link_map} used for TLS
45732(Thread Local Storage) access.
45733@item
45734@code{l_addr}, the displacement as read from the field @code{l_addr} of
45735@code{struct link_map}. For prelinked libraries this is not an absolute
45736memory address. It is a displacement of absolute memory address against
45737address the file was prelinked to during the library load.
45738@item
45739@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
45740@end itemize
45741
45742Additionally the single @code{main-lm} attribute specifies address of
45743@code{struct link_map} used for the main executable. This parameter is used
45744for TLS access and its presence is optional.
45745
45746@value{GDBN} must be linked with the Expat library to support XML
45747SVR4 library lists. @xref{Expat}.
45748
45749A simple memory map, with two loaded libraries (which do not use prelink),
45750looks like this:
45751
45752@smallexample
45753<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
45754 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
45755 l_ld="0xe4eefc"/>
45756 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
db1ff28b 45757 l_ld="0x152350"/>
2268b414
JK
45758</library-list-svr>
45759@end smallexample
45760
45761The format of an SVR4 library list is described by this DTD:
45762
45763@smallexample
45764<!-- library-list-svr4: Root element with versioning -->
45765<!ELEMENT library-list-svr4 (library)*>
db1ff28b
JK
45766<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
45767<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
2268b414 45768<!ELEMENT library EMPTY>
db1ff28b
JK
45769<!ATTLIST library name CDATA #REQUIRED>
45770<!ATTLIST library lm CDATA #REQUIRED>
45771<!ATTLIST library l_addr CDATA #REQUIRED>
45772<!ATTLIST library l_ld CDATA #REQUIRED>
2268b414
JK
45773@end smallexample
45774
79a6e687
BW
45775@node Memory Map Format
45776@section Memory Map Format
68437a39
DJ
45777@cindex memory map format
45778
45779To be able to write into flash memory, @value{GDBN} needs to obtain a
45780memory map from the target. This section describes the format of the
45781memory map.
45782
45783The memory map is obtained using the @samp{qXfer:memory-map:read}
45784(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
45785lists memory regions.
45786
45787@value{GDBN} must be linked with the Expat library to support XML
45788memory maps. @xref{Expat}.
45789
45790The top-level structure of the document is shown below:
68437a39
DJ
45791
45792@smallexample
45793<?xml version="1.0"?>
45794<!DOCTYPE memory-map
45795 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45796 "http://sourceware.org/gdb/gdb-memory-map.dtd">
45797<memory-map>
45798 region...
45799</memory-map>
45800@end smallexample
45801
45802Each region can be either:
45803
45804@itemize
45805
45806@item
45807A region of RAM starting at @var{addr} and extending for @var{length}
45808bytes from there:
45809
45810@smallexample
45811<memory type="ram" start="@var{addr}" length="@var{length}"/>
45812@end smallexample
45813
45814
45815@item
45816A region of read-only memory:
45817
45818@smallexample
45819<memory type="rom" start="@var{addr}" length="@var{length}"/>
45820@end smallexample
45821
45822
45823@item
45824A region of flash memory, with erasure blocks @var{blocksize}
45825bytes in length:
45826
45827@smallexample
45828<memory type="flash" start="@var{addr}" length="@var{length}">
45829 <property name="blocksize">@var{blocksize}</property>
45830</memory>
45831@end smallexample
45832
45833@end itemize
45834
45835Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
45836by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
45837packets to write to addresses in such ranges.
45838
45839The formal DTD for memory map format is given below:
45840
45841@smallexample
45842<!-- ................................................... -->
45843<!-- Memory Map XML DTD ................................ -->
45844<!-- File: memory-map.dtd .............................. -->
45845<!-- .................................... .............. -->
45846<!-- memory-map.dtd -->
45847<!-- memory-map: Root element with versioning -->
5f1ca24a 45848<!ELEMENT memory-map (memory)*>
68437a39 45849<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
5f1ca24a 45850<!ELEMENT memory (property)*>
68437a39
DJ
45851<!-- memory: Specifies a memory region,
45852 and its type, or device. -->
5f1ca24a 45853<!ATTLIST memory type (ram|rom|flash) #REQUIRED
68437a39 45854 start CDATA #REQUIRED
5f1ca24a 45855 length CDATA #REQUIRED>
68437a39
DJ
45856<!-- property: Generic attribute tag -->
45857<!ELEMENT property (#PCDATA | property)*>
5f1ca24a 45858<!ATTLIST property name (blocksize) #REQUIRED>
68437a39
DJ
45859@end smallexample
45860
dc146f7c
VP
45861@node Thread List Format
45862@section Thread List Format
45863@cindex thread list format
45864
45865To efficiently update the list of threads and their attributes,
45866@value{GDBN} issues the @samp{qXfer:threads:read} packet
45867(@pxref{qXfer threads read}) and obtains the XML document with
45868the following structure:
45869
45870@smallexample
45871<?xml version="1.0"?>
45872<threads>
79efa585 45873 <thread id="id" core="0" name="name">
dc146f7c
VP
45874 ... description ...
45875 </thread>
45876</threads>
45877@end smallexample
45878
45879Each @samp{thread} element must have the @samp{id} attribute that
45880identifies the thread (@pxref{thread-id syntax}). The
45881@samp{core} attribute, if present, specifies which processor core
79efa585
SM
45882the thread was last executing on. The @samp{name} attribute, if
45883present, specifies the human-readable name of the thread. The content
45884of the of @samp{thread} element is interpreted as human-readable
f2ff95c5
KB
45885auxiliary information. The @samp{handle} attribute, if present,
45886is a hex encoded representation of the thread handle.
45887
dc146f7c 45888
b3b9301e
PA
45889@node Traceframe Info Format
45890@section Traceframe Info Format
45891@cindex traceframe info format
45892
45893To be able to know which objects in the inferior can be examined when
45894inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
45895memory ranges, registers and trace state variables that have been
45896collected in a traceframe.
45897
45898This list is obtained using the @samp{qXfer:traceframe-info:read}
45899(@pxref{qXfer traceframe info read}) packet and is an XML document.
45900
45901@value{GDBN} must be linked with the Expat library to support XML
45902traceframe info discovery. @xref{Expat}.
45903
45904The top-level structure of the document is shown below:
45905
45906@smallexample
45907<?xml version="1.0"?>
45908<!DOCTYPE traceframe-info
45909 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45910 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
45911<traceframe-info>
45912 block...
45913</traceframe-info>
45914@end smallexample
45915
45916Each traceframe block can be either:
45917
45918@itemize
45919
45920@item
45921A region of collected memory starting at @var{addr} and extending for
45922@var{length} bytes from there:
45923
45924@smallexample
45925<memory start="@var{addr}" length="@var{length}"/>
45926@end smallexample
45927
28a93511
YQ
45928@item
45929A block indicating trace state variable numbered @var{number} has been
45930collected:
45931
45932@smallexample
45933<tvar id="@var{number}"/>
45934@end smallexample
45935
b3b9301e
PA
45936@end itemize
45937
45938The formal DTD for the traceframe info format is given below:
45939
45940@smallexample
28a93511 45941<!ELEMENT traceframe-info (memory | tvar)* >
b3b9301e
PA
45942<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
45943
45944<!ELEMENT memory EMPTY>
45945<!ATTLIST memory start CDATA #REQUIRED
45946 length CDATA #REQUIRED>
28a93511
YQ
45947<!ELEMENT tvar>
45948<!ATTLIST tvar id CDATA #REQUIRED>
b3b9301e
PA
45949@end smallexample
45950
2ae8c8e7
MM
45951@node Branch Trace Format
45952@section Branch Trace Format
45953@cindex branch trace format
45954
45955In order to display the branch trace of an inferior thread,
45956@value{GDBN} needs to obtain the list of branches. This list is
45957represented as list of sequential code blocks that are connected via
45958branches. The code in each block has been executed sequentially.
45959
45960This list is obtained using the @samp{qXfer:btrace:read}
45961(@pxref{qXfer btrace read}) packet and is an XML document.
45962
45963@value{GDBN} must be linked with the Expat library to support XML
45964traceframe info discovery. @xref{Expat}.
45965
45966The top-level structure of the document is shown below:
45967
45968@smallexample
45969<?xml version="1.0"?>
45970<!DOCTYPE btrace
45971 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
45972 "http://sourceware.org/gdb/gdb-btrace.dtd">
45973<btrace>
45974 block...
45975</btrace>
45976@end smallexample
45977
45978@itemize
45979
45980@item
45981A block of sequentially executed instructions starting at @var{begin}
45982and ending at @var{end}:
45983
45984@smallexample
45985<block begin="@var{begin}" end="@var{end}"/>
45986@end smallexample
45987
45988@end itemize
45989
45990The formal DTD for the branch trace format is given below:
45991
45992@smallexample
b20a6524 45993<!ELEMENT btrace (block* | pt) >
2ae8c8e7
MM
45994<!ATTLIST btrace version CDATA #FIXED "1.0">
45995
45996<!ELEMENT block EMPTY>
45997<!ATTLIST block begin CDATA #REQUIRED
45998 end CDATA #REQUIRED>
b20a6524
MM
45999
46000<!ELEMENT pt (pt-config?, raw?)>
46001
46002<!ELEMENT pt-config (cpu?)>
46003
46004<!ELEMENT cpu EMPTY>
46005<!ATTLIST cpu vendor CDATA #REQUIRED
46006 family CDATA #REQUIRED
46007 model CDATA #REQUIRED
46008 stepping CDATA #REQUIRED>
46009
46010<!ELEMENT raw (#PCDATA)>
2ae8c8e7
MM
46011@end smallexample
46012
f4abbc16
MM
46013@node Branch Trace Configuration Format
46014@section Branch Trace Configuration Format
46015@cindex branch trace configuration format
46016
46017For each inferior thread, @value{GDBN} can obtain the branch trace
46018configuration using the @samp{qXfer:btrace-conf:read}
46019(@pxref{qXfer btrace-conf read}) packet.
46020
46021The configuration describes the branch trace format and configuration
d33501a5
MM
46022settings for that format. The following information is described:
46023
46024@table @code
46025@item bts
46026This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
46027@table @code
46028@item size
46029The size of the @acronym{BTS} ring buffer in bytes.
46030@end table
b20a6524 46031@item pt
bc504a31 46032This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
b20a6524
MM
46033PT}) format.
46034@table @code
46035@item size
bc504a31 46036The size of the @acronym{Intel PT} ring buffer in bytes.
b20a6524 46037@end table
d33501a5 46038@end table
f4abbc16
MM
46039
46040@value{GDBN} must be linked with the Expat library to support XML
46041branch trace configuration discovery. @xref{Expat}.
46042
46043The formal DTD for the branch trace configuration format is given below:
46044
46045@smallexample
b20a6524 46046<!ELEMENT btrace-conf (bts?, pt?)>
f4abbc16
MM
46047<!ATTLIST btrace-conf version CDATA #FIXED "1.0">
46048
46049<!ELEMENT bts EMPTY>
d33501a5 46050<!ATTLIST bts size CDATA #IMPLIED>
b20a6524
MM
46051
46052<!ELEMENT pt EMPTY>
46053<!ATTLIST pt size CDATA #IMPLIED>
f4abbc16
MM
46054@end smallexample
46055
f418dd93
DJ
46056@include agentexpr.texi
46057
23181151
DJ
46058@node Target Descriptions
46059@appendix Target Descriptions
46060@cindex target descriptions
46061
23181151
DJ
46062One of the challenges of using @value{GDBN} to debug embedded systems
46063is that there are so many minor variants of each processor
46064architecture in use. It is common practice for vendors to start with
eb17f351 46065a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
23181151
DJ
46066and then make changes to adapt it to a particular market niche. Some
46067architectures have hundreds of variants, available from dozens of
46068vendors. This leads to a number of problems:
46069
46070@itemize @bullet
46071@item
46072With so many different customized processors, it is difficult for
46073the @value{GDBN} maintainers to keep up with the changes.
46074@item
46075Since individual variants may have short lifetimes or limited
46076audiences, it may not be worthwhile to carry information about every
46077variant in the @value{GDBN} source tree.
46078@item
46079When @value{GDBN} does support the architecture of the embedded system
46080at hand, the task of finding the correct architecture name to give the
46081@command{set architecture} command can be error-prone.
46082@end itemize
46083
46084To address these problems, the @value{GDBN} remote protocol allows a
46085target system to not only identify itself to @value{GDBN}, but to
46086actually describe its own features. This lets @value{GDBN} support
46087processor variants it has never seen before --- to the extent that the
46088descriptions are accurate, and that @value{GDBN} understands them.
46089
9cceb671
DJ
46090@value{GDBN} must be linked with the Expat library to support XML
46091target descriptions. @xref{Expat}.
123dc839 46092
23181151
DJ
46093@menu
46094* Retrieving Descriptions:: How descriptions are fetched from a target.
46095* Target Description Format:: The contents of a target description.
123dc839
DJ
46096* Predefined Target Types:: Standard types available for target
46097 descriptions.
81516450 46098* Enum Target Types:: How to define enum target types.
123dc839 46099* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
46100@end menu
46101
46102@node Retrieving Descriptions
46103@section Retrieving Descriptions
46104
46105Target descriptions can be read from the target automatically, or
46106specified by the user manually. The default behavior is to read the
46107description from the target. @value{GDBN} retrieves it via the remote
46108protocol using @samp{qXfer} requests (@pxref{General Query Packets,
46109qXfer}). The @var{annex} in the @samp{qXfer} packet will be
46110@samp{target.xml}. The contents of the @samp{target.xml} annex are an
46111XML document, of the form described in @ref{Target Description
46112Format}.
46113
46114Alternatively, you can specify a file to read for the target description.
46115If a file is set, the target will not be queried. The commands to
46116specify a file are:
46117
46118@table @code
46119@cindex set tdesc filename
46120@item set tdesc filename @var{path}
46121Read the target description from @var{path}.
46122
46123@cindex unset tdesc filename
46124@item unset tdesc filename
46125Do not read the XML target description from a file. @value{GDBN}
46126will use the description supplied by the current target.
46127
46128@cindex show tdesc filename
46129@item show tdesc filename
46130Show the filename to read for a target description, if any.
46131@end table
46132
46133
46134@node Target Description Format
46135@section Target Description Format
46136@cindex target descriptions, XML format
46137
46138A target description annex is an @uref{http://www.w3.org/XML/, XML}
46139document which complies with the Document Type Definition provided in
46140the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
46141means you can use generally available tools like @command{xmllint} to
46142check that your feature descriptions are well-formed and valid.
46143However, to help people unfamiliar with XML write descriptions for
46144their targets, we also describe the grammar here.
46145
123dc839
DJ
46146Target descriptions can identify the architecture of the remote target
46147and (for some architectures) provide information about custom register
08d16641
PA
46148sets. They can also identify the OS ABI of the remote target.
46149@value{GDBN} can use this information to autoconfigure for your
123dc839 46150target, or to warn you if you connect to an unsupported target.
23181151
DJ
46151
46152Here is a simple target description:
46153
123dc839 46154@smallexample
1780a0ed 46155<target version="1.0">
23181151
DJ
46156 <architecture>i386:x86-64</architecture>
46157</target>
123dc839 46158@end smallexample
23181151
DJ
46159
46160@noindent
46161This minimal description only says that the target uses
46162the x86-64 architecture.
46163
123dc839
DJ
46164A target description has the following overall form, with [ ] marking
46165optional elements and @dots{} marking repeatable elements. The elements
46166are explained further below.
23181151 46167
123dc839 46168@smallexample
23181151
DJ
46169<?xml version="1.0"?>
46170<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 46171<target version="1.0">
123dc839 46172 @r{[}@var{architecture}@r{]}
08d16641 46173 @r{[}@var{osabi}@r{]}
e35359c5 46174 @r{[}@var{compatible}@r{]}
123dc839 46175 @r{[}@var{feature}@dots{}@r{]}
23181151 46176</target>
123dc839 46177@end smallexample
23181151
DJ
46178
46179@noindent
46180The description is generally insensitive to whitespace and line
46181breaks, under the usual common-sense rules. The XML version
46182declaration and document type declaration can generally be omitted
46183(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
46184useful for XML validation tools. The @samp{version} attribute for
46185@samp{<target>} may also be omitted, but we recommend
46186including it; if future versions of @value{GDBN} use an incompatible
46187revision of @file{gdb-target.dtd}, they will detect and report
46188the version mismatch.
23181151 46189
108546a0
DJ
46190@subsection Inclusion
46191@cindex target descriptions, inclusion
46192@cindex XInclude
46193@ifnotinfo
46194@cindex <xi:include>
46195@end ifnotinfo
46196
46197It can sometimes be valuable to split a target description up into
46198several different annexes, either for organizational purposes, or to
46199share files between different possible target descriptions. You can
46200divide a description into multiple files by replacing any element of
46201the target description with an inclusion directive of the form:
46202
123dc839 46203@smallexample
108546a0 46204<xi:include href="@var{document}"/>
123dc839 46205@end smallexample
108546a0
DJ
46206
46207@noindent
46208When @value{GDBN} encounters an element of this form, it will retrieve
46209the named XML @var{document}, and replace the inclusion directive with
46210the contents of that document. If the current description was read
46211using @samp{qXfer}, then so will be the included document;
46212@var{document} will be interpreted as the name of an annex. If the
46213current description was read from a file, @value{GDBN} will look for
46214@var{document} as a file in the same directory where it found the
46215original description.
46216
123dc839
DJ
46217@subsection Architecture
46218@cindex <architecture>
46219
46220An @samp{<architecture>} element has this form:
46221
46222@smallexample
46223 <architecture>@var{arch}</architecture>
46224@end smallexample
46225
e35359c5
UW
46226@var{arch} is one of the architectures from the set accepted by
46227@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
123dc839 46228
08d16641
PA
46229@subsection OS ABI
46230@cindex @code{<osabi>}
46231
46232This optional field was introduced in @value{GDBN} version 7.0.
46233Previous versions of @value{GDBN} ignore it.
46234
46235An @samp{<osabi>} element has this form:
46236
46237@smallexample
46238 <osabi>@var{abi-name}</osabi>
46239@end smallexample
46240
46241@var{abi-name} is an OS ABI name from the same selection accepted by
46242@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
46243
e35359c5
UW
46244@subsection Compatible Architecture
46245@cindex @code{<compatible>}
46246
46247This optional field was introduced in @value{GDBN} version 7.0.
46248Previous versions of @value{GDBN} ignore it.
46249
46250A @samp{<compatible>} element has this form:
46251
46252@smallexample
46253 <compatible>@var{arch}</compatible>
46254@end smallexample
46255
46256@var{arch} is one of the architectures from the set accepted by
46257@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
46258
46259A @samp{<compatible>} element is used to specify that the target
46260is able to run binaries in some other than the main target architecture
46261given by the @samp{<architecture>} element. For example, on the
46262Cell Broadband Engine, the main architecture is @code{powerpc:common}
46263or @code{powerpc:common64}, but the system is able to run binaries
46264in the @code{spu} architecture as well. The way to describe this
46265capability with @samp{<compatible>} is as follows:
46266
46267@smallexample
46268 <architecture>powerpc:common</architecture>
46269 <compatible>spu</compatible>
46270@end smallexample
46271
123dc839
DJ
46272@subsection Features
46273@cindex <feature>
46274
46275Each @samp{<feature>} describes some logical portion of the target
46276system. Features are currently used to describe available CPU
46277registers and the types of their contents. A @samp{<feature>} element
46278has this form:
46279
46280@smallexample
46281<feature name="@var{name}">
46282 @r{[}@var{type}@dots{}@r{]}
46283 @var{reg}@dots{}
46284</feature>
46285@end smallexample
46286
46287@noindent
46288Each feature's name should be unique within the description. The name
46289of a feature does not matter unless @value{GDBN} has some special
46290knowledge of the contents of that feature; if it does, the feature
46291should have its standard name. @xref{Standard Target Features}.
46292
46293@subsection Types
46294
46295Any register's value is a collection of bits which @value{GDBN} must
46296interpret. The default interpretation is a two's complement integer,
46297but other types can be requested by name in the register description.
46298Some predefined types are provided by @value{GDBN} (@pxref{Predefined
81516450
DE
46299Target Types}), and the description can define additional composite
46300and enum types.
123dc839
DJ
46301
46302Each type element must have an @samp{id} attribute, which gives
46303a unique (within the containing @samp{<feature>}) name to the type.
46304Types must be defined before they are used.
46305
46306@cindex <vector>
46307Some targets offer vector registers, which can be treated as arrays
46308of scalar elements. These types are written as @samp{<vector>} elements,
46309specifying the array element type, @var{type}, and the number of elements,
46310@var{count}:
46311
46312@smallexample
46313<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
46314@end smallexample
46315
46316@cindex <union>
46317If a register's value is usefully viewed in multiple ways, define it
46318with a union type containing the useful representations. The
46319@samp{<union>} element contains one or more @samp{<field>} elements,
46320each of which has a @var{name} and a @var{type}:
46321
46322@smallexample
46323<union id="@var{id}">
46324 <field name="@var{name}" type="@var{type}"/>
46325 @dots{}
46326</union>
46327@end smallexample
46328
f5dff777 46329@cindex <struct>
81516450 46330@cindex <flags>
f5dff777 46331If a register's value is composed from several separate values, define
81516450
DE
46332it with either a structure type or a flags type.
46333A flags type may only contain bitfields.
46334A structure type may either contain only bitfields or contain no bitfields.
46335If the value contains only bitfields, its total size in bytes must be
46336specified.
46337
46338Non-bitfield values have a @var{name} and @var{type}.
f5dff777
DJ
46339
46340@smallexample
81516450
DE
46341<struct id="@var{id}">
46342 <field name="@var{name}" type="@var{type}"/>
f5dff777
DJ
46343 @dots{}
46344</struct>
46345@end smallexample
46346
81516450
DE
46347Both @var{name} and @var{type} values are required.
46348No implicit padding is added.
46349
46350Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
f5dff777
DJ
46351
46352@smallexample
81516450
DE
46353<struct id="@var{id}" size="@var{size}">
46354 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
46355 @dots{}
46356</struct>
46357@end smallexample
46358
f5dff777
DJ
46359@smallexample
46360<flags id="@var{id}" size="@var{size}">
81516450 46361 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
46362 @dots{}
46363</flags>
46364@end smallexample
46365
81516450
DE
46366The @var{name} value is required.
46367Bitfield values may be named with the empty string, @samp{""},
46368in which case the field is ``filler'' and its value is not printed.
46369Not all bits need to be specified, so ``filler'' fields are optional.
46370
ee8da4b8
DE
46371The @var{start} and @var{end} values are required, and @var{type}
46372is optional.
81516450
DE
46373The field's @var{start} must be less than or equal to its @var{end},
46374and zero represents the least significant bit.
81516450 46375
ee8da4b8
DE
46376The default value of @var{type} is @code{bool} for single bit fields,
46377and an unsigned integer otherwise.
81516450
DE
46378
46379Which to choose? Structures or flags?
46380
46381Registers defined with @samp{flags} have these advantages over
46382defining them with @samp{struct}:
46383
46384@itemize @bullet
46385@item
46386Arithmetic may be performed on them as if they were integers.
46387@item
46388They are printed in a more readable fashion.
46389@end itemize
46390
46391Registers defined with @samp{struct} have one advantage over
46392defining them with @samp{flags}:
46393
46394@itemize @bullet
46395@item
46396One can fetch individual fields like in @samp{C}.
46397
46398@smallexample
a8b43b7b 46399(@value{GDBP}) print $my_struct_reg.field3
81516450
DE
46400$1 = 42
46401@end smallexample
46402
46403@end itemize
46404
123dc839
DJ
46405@subsection Registers
46406@cindex <reg>
46407
46408Each register is represented as an element with this form:
46409
46410@smallexample
46411<reg name="@var{name}"
46412 bitsize="@var{size}"
46413 @r{[}regnum="@var{num}"@r{]}
46414 @r{[}save-restore="@var{save-restore}"@r{]}
46415 @r{[}type="@var{type}"@r{]}
46416 @r{[}group="@var{group}"@r{]}/>
46417@end smallexample
46418
46419@noindent
46420The components are as follows:
46421
46422@table @var
46423
46424@item name
46425The register's name; it must be unique within the target description.
46426
46427@item bitsize
46428The register's size, in bits.
46429
46430@item regnum
46431The register's number. If omitted, a register's number is one greater
46432than that of the previous register (either in the current feature or in
177b42fe 46433a preceding feature); the first register in the target description
123dc839
DJ
46434defaults to zero. This register number is used to read or write
46435the register; e.g.@: it is used in the remote @code{p} and @code{P}
46436packets, and registers appear in the @code{g} and @code{G} packets
46437in order of increasing register number.
46438
46439@item save-restore
46440Whether the register should be preserved across inferior function
46441calls; this must be either @code{yes} or @code{no}. The default is
46442@code{yes}, which is appropriate for most registers except for
46443some system control registers; this is not related to the target's
46444ABI.
46445
46446@item type
697aa1b7 46447The type of the register. It may be a predefined type, a type
123dc839
DJ
46448defined in the current feature, or one of the special types @code{int}
46449and @code{float}. @code{int} is an integer type of the correct size
46450for @var{bitsize}, and @code{float} is a floating point type (in the
46451architecture's normal floating point format) of the correct size for
46452@var{bitsize}. The default is @code{int}.
46453
46454@item group
cef0f868
SH
46455The register group to which this register belongs. It can be one of the
46456standard register groups @code{general}, @code{float}, @code{vector} or an
46457arbitrary string. Group names should be limited to alphanumeric characters.
46458If a group name is made up of multiple words the words may be separated by
46459hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
46460@var{group} is specified, @value{GDBN} will not display the register in
46461@code{info registers}.
123dc839
DJ
46462
46463@end table
46464
46465@node Predefined Target Types
46466@section Predefined Target Types
46467@cindex target descriptions, predefined types
46468
46469Type definitions in the self-description can build up composite types
46470from basic building blocks, but can not define fundamental types. Instead,
46471standard identifiers are provided by @value{GDBN} for the fundamental
46472types. The currently supported types are:
46473
46474@table @code
46475
81516450
DE
46476@item bool
46477Boolean type, occupying a single bit.
46478
123dc839
DJ
46479@item int8
46480@itemx int16
d1908f2d 46481@itemx int24
123dc839
DJ
46482@itemx int32
46483@itemx int64
7cc46491 46484@itemx int128
123dc839
DJ
46485Signed integer types holding the specified number of bits.
46486
46487@item uint8
46488@itemx uint16
d1908f2d 46489@itemx uint24
123dc839
DJ
46490@itemx uint32
46491@itemx uint64
7cc46491 46492@itemx uint128
123dc839
DJ
46493Unsigned integer types holding the specified number of bits.
46494
46495@item code_ptr
46496@itemx data_ptr
46497Pointers to unspecified code and data. The program counter and
46498any dedicated return address register may be marked as code
46499pointers; printing a code pointer converts it into a symbolic
46500address. The stack pointer and any dedicated address registers
46501may be marked as data pointers.
46502
6e3bbd1a
PB
46503@item ieee_single
46504Single precision IEEE floating point.
46505
46506@item ieee_double
46507Double precision IEEE floating point.
46508
123dc839
DJ
46509@item arm_fpa_ext
46510The 12-byte extended precision format used by ARM FPA registers.
46511
075b51b7
L
46512@item i387_ext
46513The 10-byte extended precision format used by x87 registers.
46514
46515@item i386_eflags
4651632bit @sc{eflags} register used by x86.
46517
46518@item i386_mxcsr
4651932bit @sc{mxcsr} register used by x86.
46520
123dc839
DJ
46521@end table
46522
81516450
DE
46523@node Enum Target Types
46524@section Enum Target Types
46525@cindex target descriptions, enum types
46526
46527Enum target types are useful in @samp{struct} and @samp{flags}
46528register descriptions. @xref{Target Description Format}.
46529
46530Enum types have a name, size and a list of name/value pairs.
46531
46532@smallexample
46533<enum id="@var{id}" size="@var{size}">
46534 <evalue name="@var{name}" value="@var{value}"/>
46535 @dots{}
46536</enum>
46537@end smallexample
46538
46539Enums must be defined before they are used.
46540
46541@smallexample
46542<enum id="levels_type" size="4">
46543 <evalue name="low" value="0"/>
46544 <evalue name="high" value="1"/>
46545</enum>
46546<flags id="flags_type" size="4">
46547 <field name="X" start="0"/>
46548 <field name="LEVEL" start="1" end="1" type="levels_type"/>
46549</flags>
46550<reg name="flags" bitsize="32" type="flags_type"/>
46551@end smallexample
46552
46553Given that description, a value of 3 for the @samp{flags} register
46554would be printed as:
46555
46556@smallexample
a8b43b7b 46557(@value{GDBP}) info register flags
81516450
DE
46558flags 0x3 [ X LEVEL=high ]
46559@end smallexample
46560
123dc839
DJ
46561@node Standard Target Features
46562@section Standard Target Features
46563@cindex target descriptions, standard features
46564
46565A target description must contain either no registers or all the
46566target's registers. If the description contains no registers, then
46567@value{GDBN} will assume a default register layout, selected based on
46568the architecture. If the description contains any registers, the
46569default layout will not be used; the standard registers must be
46570described in the target description, in such a way that @value{GDBN}
46571can recognize them.
46572
46573This is accomplished by giving specific names to feature elements
46574which contain standard registers. @value{GDBN} will look for features
46575with those names and verify that they contain the expected registers;
46576if any known feature is missing required registers, or if any required
46577feature is missing, @value{GDBN} will reject the target
46578description. You can add additional registers to any of the
46579standard features --- @value{GDBN} will display them just as if
46580they were added to an unrecognized feature.
46581
46582This section lists the known features and their expected contents.
46583Sample XML documents for these features are included in the
46584@value{GDBN} source tree, in the directory @file{gdb/features}.
46585
46586Names recognized by @value{GDBN} should include the name of the
46587company or organization which selected the name, and the overall
46588architecture to which the feature applies; so e.g.@: the feature
46589containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
46590
ff6f572f
DJ
46591The names of registers are not case sensitive for the purpose
46592of recognizing standard features, but @value{GDBN} will only display
46593registers using the capitalization used in the description.
46594
e9c17194 46595@menu
430ed3f0 46596* AArch64 Features::
ad0a504f 46597* ARC Features::
e9c17194 46598* ARM Features::
3bb8d5c3 46599* i386 Features::
164224e9 46600* MicroBlaze Features::
1e26b4f8 46601* MIPS Features::
e9c17194 46602* M68K Features::
a28d8e50 46603* NDS32 Features::
a1217d97 46604* Nios II Features::
a994fec4 46605* OpenRISC 1000 Features::
1e26b4f8 46606* PowerPC Features::
b5ffee31 46607* RISC-V Features::
e3ec872f 46608* RX Features::
4ac33720 46609* S/390 and System z Features::
3f7b46f2 46610* Sparc Features::
224bbe49 46611* TIC6x Features::
e9c17194
VP
46612@end menu
46613
46614
430ed3f0
MS
46615@node AArch64 Features
46616@subsection AArch64 Features
46617@cindex target descriptions, AArch64 features
46618
46619The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
46620targets. It should contain registers @samp{x0} through @samp{x30},
46621@samp{sp}, @samp{pc}, and @samp{cpsr}.
46622
46623The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
46624it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
46625and @samp{fpcr}.
46626
95228a0d
AH
46627The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
46628it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
46629through @samp{p15}, @samp{ffr} and @samp{vg}.
46630
6dc0ebde
AH
46631The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
46632it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
46633
ad0a504f
AK
46634@node ARC Features
46635@subsection ARC Features
46636@cindex target descriptions, ARC Features
46637
46638ARC processors are highly configurable, so even core registers and their number
46639are not completely predetermined. In addition flags and PC registers which are
46640important to @value{GDBN} are not ``core'' registers in ARC. It is required
46641that one of the core registers features is present.
46642@samp{org.gnu.gdb.arc.aux-minimal} feature is mandatory.
46643
46644The @samp{org.gnu.gdb.arc.core.v2} feature is required for ARC EM and ARC HS
46645targets with a normal register file. It should contain registers @samp{r0}
46646through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
46647@samp{lp_count} and @samp{pcl}. This feature may contain register @samp{ilink}
46648and any of extension core registers @samp{r32} through @samp{r59/acch}.
46649@samp{ilink} and extension core registers are not available to read/write, when
46650debugging GNU/Linux applications, thus @samp{ilink} is made optional.
46651
46652The @samp{org.gnu.gdb.arc.core-reduced.v2} feature is required for ARC EM and
46653ARC HS targets with a reduced register file. It should contain registers
46654@samp{r0} through @samp{r3}, @samp{r10} through @samp{r15}, @samp{gp},
46655@samp{fp}, @samp{sp}, @samp{r30}, @samp{blink}, @samp{lp_count} and @samp{pcl}.
46656This feature may contain register @samp{ilink} and any of extension core
46657registers @samp{r32} through @samp{r59/acch}.
46658
46659The @samp{org.gnu.gdb.arc.core.arcompact} feature is required for ARCompact
46660targets with a normal register file. It should contain registers @samp{r0}
46661through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
46662@samp{lp_count} and @samp{pcl}. This feature may contain registers
46663@samp{ilink1}, @samp{ilink2} and any of extension core registers @samp{r32}
46664through @samp{r59/acch}. @samp{ilink1} and @samp{ilink2} and extension core
46665registers are not available when debugging GNU/Linux applications. The only
46666difference with @samp{org.gnu.gdb.arc.core.v2} feature is in the names of
46667@samp{ilink1} and @samp{ilink2} registers and that @samp{r30} is mandatory in
46668ARC v2, but @samp{ilink2} is optional on ARCompact.
46669
46670The @samp{org.gnu.gdb.arc.aux-minimal} feature is required for all ARC
46671targets. It should contain registers @samp{pc} and @samp{status32}.
46672
e9c17194 46673@node ARM Features
123dc839
DJ
46674@subsection ARM Features
46675@cindex target descriptions, ARM features
46676
9779414d
DJ
46677The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
46678ARM targets.
123dc839
DJ
46679It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
46680@samp{lr}, @samp{pc}, and @samp{cpsr}.
46681
9779414d
DJ
46682For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
46683feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
46684registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
46685and @samp{xpsr}.
46686
123dc839
DJ
46687The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
46688should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
46689
ff6f572f
DJ
46690The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
46691it should contain at least registers @samp{wR0} through @samp{wR15} and
46692@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
46693@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 46694
58d6951d
DJ
46695The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
46696should contain at least registers @samp{d0} through @samp{d15}. If
46697they are present, @samp{d16} through @samp{d31} should also be included.
46698@value{GDBN} will synthesize the single-precision registers from
46699halves of the double-precision registers.
46700
46701The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
46702need to contain registers; it instructs @value{GDBN} to display the
46703VFP double-precision registers as vectors and to synthesize the
46704quad-precision registers from pairs of double-precision registers.
46705If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
46706be present and include 32 double-precision registers.
46707
3bb8d5c3
L
46708@node i386 Features
46709@subsection i386 Features
46710@cindex target descriptions, i386 features
46711
46712The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
46713targets. It should describe the following registers:
46714
46715@itemize @minus
46716@item
46717@samp{eax} through @samp{edi} plus @samp{eip} for i386
46718@item
46719@samp{rax} through @samp{r15} plus @samp{rip} for amd64
46720@item
46721@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
46722@samp{fs}, @samp{gs}
46723@item
46724@samp{st0} through @samp{st7}
46725@item
46726@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
46727@samp{foseg}, @samp{fooff} and @samp{fop}
46728@end itemize
46729
46730The register sets may be different, depending on the target.
46731
3a13a53b 46732The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
3bb8d5c3
L
46733describe registers:
46734
46735@itemize @minus
46736@item
46737@samp{xmm0} through @samp{xmm7} for i386
46738@item
46739@samp{xmm0} through @samp{xmm15} for amd64
46740@item
46741@samp{mxcsr}
46742@end itemize
46743
3a13a53b
L
46744The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
46745@samp{org.gnu.gdb.i386.sse} feature. It should
f68eb612
L
46746describe the upper 128 bits of @sc{ymm} registers:
46747
46748@itemize @minus
46749@item
46750@samp{ymm0h} through @samp{ymm7h} for i386
46751@item
46752@samp{ymm0h} through @samp{ymm15h} for amd64
f68eb612
L
46753@end itemize
46754
bc504a31 46755The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
ca8941bb
WT
46756Memory Protection Extension (MPX). It should describe the following registers:
46757
46758@itemize @minus
46759@item
46760@samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
46761@item
46762@samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
46763@end itemize
46764
3bb8d5c3
L
46765The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
46766describe a single register, @samp{orig_eax}.
46767
2735833d
WT
46768The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
46769describe two system registers: @samp{fs_base} and @samp{gs_base}.
46770
01f9f808
MS
46771The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
46772@samp{org.gnu.gdb.i386.avx} feature. It should
46773describe additional @sc{xmm} registers:
46774
46775@itemize @minus
46776@item
46777@samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
46778@end itemize
46779
46780It should describe the upper 128 bits of additional @sc{ymm} registers:
46781
46782@itemize @minus
46783@item
46784@samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
46785@end itemize
46786
46787It should
46788describe the upper 256 bits of @sc{zmm} registers:
46789
46790@itemize @minus
46791@item
46792@samp{zmm0h} through @samp{zmm7h} for i386.
46793@item
46794@samp{zmm0h} through @samp{zmm15h} for amd64.
46795@end itemize
46796
46797It should
46798describe the additional @sc{zmm} registers:
46799
46800@itemize @minus
46801@item
46802@samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
46803@end itemize
46804
51547df6
MS
46805The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
46806describe a single register, @samp{pkru}. It is a 32-bit register
46807valid for i386 and amd64.
46808
164224e9
ME
46809@node MicroBlaze Features
46810@subsection MicroBlaze Features
46811@cindex target descriptions, MicroBlaze features
46812
46813The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
46814targets. It should contain registers @samp{r0} through @samp{r31},
46815@samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
46816@samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
46817@samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
46818
46819The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
46820If present, it should contain registers @samp{rshr} and @samp{rslr}
46821
1e26b4f8 46822@node MIPS Features
eb17f351
EZ
46823@subsection @acronym{MIPS} Features
46824@cindex target descriptions, @acronym{MIPS} features
f8b73d13 46825
eb17f351 46826The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
f8b73d13
DJ
46827It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
46828@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
46829on the target.
46830
46831The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
46832contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
46833registers. They may be 32-bit or 64-bit depending on the target.
46834
46835The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
46836it may be optional in a future version of @value{GDBN}. It should
46837contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
46838@samp{fir}. They may be 32-bit or 64-bit depending on the target.
46839
1faeff08
MR
46840The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
46841contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
46842@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
46843be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
46844
822b6570
DJ
46845The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
46846contain a single register, @samp{restart}, which is used by the
46847Linux kernel to control restartable syscalls.
46848
e9c17194
VP
46849@node M68K Features
46850@subsection M68K Features
46851@cindex target descriptions, M68K features
46852
46853@table @code
46854@item @samp{org.gnu.gdb.m68k.core}
46855@itemx @samp{org.gnu.gdb.coldfire.core}
46856@itemx @samp{org.gnu.gdb.fido.core}
46857One of those features must be always present.
249e1128 46858The feature that is present determines which flavor of m68k is
e9c17194
VP
46859used. The feature that is present should contain registers
46860@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
46861@samp{sp}, @samp{ps} and @samp{pc}.
46862
46863@item @samp{org.gnu.gdb.coldfire.fp}
46864This feature is optional. If present, it should contain registers
46865@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
46866@samp{fpiaddr}.
46867@end table
46868
a28d8e50
YTL
46869@node NDS32 Features
46870@subsection NDS32 Features
46871@cindex target descriptions, NDS32 features
46872
46873The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
46874targets. It should contain at least registers @samp{r0} through
46875@samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
46876and @samp{pc}.
46877
46878The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
46879it should contain 64-bit double-precision floating-point registers
46880@samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
46881@samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
46882
46883@emph{Note:} The first sixteen 64-bit double-precision floating-point
46884registers are overlapped with the thirty-two 32-bit single-precision
46885floating-point registers. The 32-bit single-precision registers, if
46886not being listed explicitly, will be synthesized from halves of the
46887overlapping 64-bit double-precision registers. Listing 32-bit
46888single-precision registers explicitly is deprecated, and the
46889support to it could be totally removed some day.
46890
a1217d97
SL
46891@node Nios II Features
46892@subsection Nios II Features
46893@cindex target descriptions, Nios II features
46894
46895The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
46896targets. It should contain the 32 core registers (@samp{zero},
46897@samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
46898@samp{pc}, and the 16 control registers (@samp{status} through
46899@samp{mpuacc}).
46900
a994fec4
FJ
46901@node OpenRISC 1000 Features
46902@subsection Openrisc 1000 Features
46903@cindex target descriptions, OpenRISC 1000 features
46904
46905The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
46906targets. It should contain the 32 general purpose registers (@samp{r0}
46907through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
46908
1e26b4f8 46909@node PowerPC Features
7cc46491
DJ
46910@subsection PowerPC Features
46911@cindex target descriptions, PowerPC features
46912
46913The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
46914targets. It should contain registers @samp{r0} through @samp{r31},
46915@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
46916@samp{xer}. They may be 32-bit or 64-bit depending on the target.
46917
46918The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
46919contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
46920
46921The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
6f072a10
PFC
46922contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
46923@samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
46924through @samp{v31} as aliases for the corresponding @samp{vrX}
46925registers.
7cc46491 46926
677c5bb1 46927The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
4b905ae1
PFC
46928contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
46929combine these registers with the floating point registers (@samp{f0}
46930through @samp{f31}) and the altivec registers (@samp{vr0} through
46931@samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
46932@samp{vs63}, the set of vector-scalar registers for POWER7.
46933Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
46934@samp{org.gnu.gdb.power.altivec}.
677c5bb1 46935
7cc46491
DJ
46936The @samp{org.gnu.gdb.power.spe} feature is optional. It should
46937contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
46938@samp{spefscr}. SPE targets should provide 32-bit registers in
46939@samp{org.gnu.gdb.power.core} and provide the upper halves in
46940@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
46941these to present registers @samp{ev0} through @samp{ev31} to the
46942user.
46943
7ca18ed6
EBM
46944The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
46945contain the 64-bit register @samp{ppr}.
46946
46947The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
46948contain the 64-bit register @samp{dscr}.
46949
f2cf6173
EBM
46950The @samp{org.gnu.gdb.power.tar} feature is optional. It should
46951contain the 64-bit register @samp{tar}.
46952
232bfb86
EBM
46953The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
46954contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
4695564-bit wide.
46956
46957The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
46958contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
46959and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
46960server PMU registers provided by @sc{gnu}/Linux.
46961
8d619c01
EBM
46962The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
46963contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
4696464-bit wide.
46965
46966The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
46967contain the checkpointed general-purpose registers @samp{cr0} through
46968@samp{cr31}, as well as the checkpointed registers @samp{clr} and
46969@samp{cctr}. These registers may all be either 32-bit or 64-bit
46970depending on the target. It should also contain the checkpointed
46971registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
46972wide.
46973
46974The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
46975contain the checkpointed 64-bit floating-point registers @samp{cf0}
46976through @samp{cf31}, as well as the checkpointed 64-bit register
46977@samp{cfpscr}.
46978
46979The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
46980should contain the checkpointed altivec registers @samp{cvr0} through
46981@samp{cvr31}, all 128-bit wide. It should also contain the
46982checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
46983wide.
46984
46985The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
46986contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
46987will combine these registers with the checkpointed floating point
46988registers (@samp{cf0} through @samp{cf31}) and the checkpointed
46989altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
46990128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
46991@samp{cvs63}. Therefore, this feature requires both
46992@samp{org.gnu.gdb.power.htm.altivec} and
46993@samp{org.gnu.gdb.power.htm.fpu}.
46994
46995The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
46996contain the 64-bit checkpointed register @samp{cppr}.
46997
46998The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
46999contain the 64-bit checkpointed register @samp{cdscr}.
47000
47001The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
47002contain the 64-bit checkpointed register @samp{ctar}.
47003
b5ffee31
AB
47004
47005@node RISC-V Features
47006@subsection RISC-V Features
47007@cindex target descriptions, RISC-V Features
47008
47009The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
47010targets. It should contain the registers @samp{x0} through
47011@samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
47012@samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
47013etc).
47014
47015The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
47016should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
47017@samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
47018architectural register names, or the ABI names can be used.
47019
47020The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
47021it should contain registers that are not backed by real registers on
47022the target, but are instead virtual, where the register value is
47023derived from other target state. In many ways these are like
47024@value{GDBN}s pseudo-registers, except implemented by the target.
47025Currently the only register expected in this set is the one byte
47026@samp{priv} register that contains the target's privilege level in the
47027least significant two bits.
47028
47029The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
47030should contain all of the target's standard CSRs. Standard CSRs are
47031those defined in the RISC-V specification documents. There is some
47032overlap between this feature and the fpu feature; the @samp{fflags},
47033@samp{frm}, and @samp{fcsr} registers could be in either feature. The
47034expectation is that these registers will be in the fpu feature if the
47035target has floating point hardware, but can be moved into the csr
47036feature if the target has the floating point control registers, but no
47037other floating point hardware.
47038
e3ec872f
YS
47039@node RX Features
47040@subsection RX Features
47041@cindex target descriptions, RX Features
47042
47043The @samp{org.gnu.gdb.rx.core} feature is required for RX
47044targets. It should contain the registers @samp{r0} through
47045@samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
47046@samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
47047
4ac33720
UW
47048@node S/390 and System z Features
47049@subsection S/390 and System z Features
47050@cindex target descriptions, S/390 features
47051@cindex target descriptions, System z features
47052
47053The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
47054System z targets. It should contain the PSW and the 16 general
47055registers. In particular, System z targets should provide the 64-bit
47056registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
47057S/390 targets should provide the 32-bit versions of these registers.
47058A System z target that runs in 31-bit addressing mode should provide
4705932-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
47060register's upper halves @samp{r0h} through @samp{r15h}, and their
47061lower halves @samp{r0l} through @samp{r15l}.
47062
47063The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
47064contain the 64-bit registers @samp{f0} through @samp{f15}, and
47065@samp{fpc}.
47066
47067The @samp{org.gnu.gdb.s390.acr} feature is required. It should
47068contain the 32-bit registers @samp{acr0} through @samp{acr15}.
47069
47070The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
47071contain the register @samp{orig_r2}, which is 64-bit wide on System z
47072targets and 32-bit otherwise. In addition, the feature may contain
47073the @samp{last_break} register, whose width depends on the addressing
47074mode, as well as the @samp{system_call} register, which is always
4707532-bit wide.
47076
47077The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
47078contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
47079@samp{atia}, and @samp{tr0} through @samp{tr15}.
47080
446899e4
AA
47081The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
4708264-bit wide registers @samp{v0l} through @samp{v15l}, which will be
47083combined by @value{GDBN} with the floating point registers @samp{f0}
47084through @samp{f15} to present the 128-bit wide vector registers
47085@samp{v0} through @samp{v15}. In addition, this feature should
47086contain the 128-bit wide vector registers @samp{v16} through
47087@samp{v31}.
47088
289e23aa
AA
47089The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
47090the 64-bit wide guarded-storage-control registers @samp{gsd},
47091@samp{gssm}, and @samp{gsepla}.
47092
47093The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
47094the 64-bit wide guarded-storage broadcast control registers
47095@samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
47096
3f7b46f2
IR
47097@node Sparc Features
47098@subsection Sparc Features
47099@cindex target descriptions, sparc32 features
47100@cindex target descriptions, sparc64 features
47101The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
47102targets. It should describe the following registers:
47103
47104@itemize @minus
47105@item
47106@samp{g0} through @samp{g7}
47107@item
47108@samp{o0} through @samp{o7}
47109@item
47110@samp{l0} through @samp{l7}
47111@item
47112@samp{i0} through @samp{i7}
47113@end itemize
47114
47115They may be 32-bit or 64-bit depending on the target.
47116
47117Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
47118targets. It should describe the following registers:
47119
47120@itemize @minus
47121@item
47122@samp{f0} through @samp{f31}
47123@item
47124@samp{f32} through @samp{f62} for sparc64
47125@end itemize
47126
47127The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
47128targets. It should describe the following registers:
47129
47130@itemize @minus
47131@item
47132@samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
47133@samp{fsr}, and @samp{csr} for sparc32
47134@item
47135@samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
47136for sparc64
47137@end itemize
47138
224bbe49
YQ
47139@node TIC6x Features
47140@subsection TMS320C6x Features
47141@cindex target descriptions, TIC6x features
47142@cindex target descriptions, TMS320C6x features
47143The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
47144targets. It should contain registers @samp{A0} through @samp{A15},
47145registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
47146
47147The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
47148contain registers @samp{A16} through @samp{A31} and @samp{B16}
47149through @samp{B31}.
47150
47151The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
47152contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
47153
07e059b5
VP
47154@node Operating System Information
47155@appendix Operating System Information
47156@cindex operating system information
47157
47158@menu
47159* Process list::
47160@end menu
47161
47162Users of @value{GDBN} often wish to obtain information about the state of
47163the operating system running on the target---for example the list of
47164processes, or the list of open files. This section describes the
47165mechanism that makes it possible. This mechanism is similar to the
47166target features mechanism (@pxref{Target Descriptions}), but focuses
47167on a different aspect of target.
47168
6b92c0d3 47169Operating system information is retrieved from the target via the
07e059b5
VP
47170remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
47171read}). The object name in the request should be @samp{osdata}, and
47172the @var{annex} identifies the data to be fetched.
47173
47174@node Process list
47175@appendixsection Process list
47176@cindex operating system information, process list
47177
47178When requesting the process list, the @var{annex} field in the
47179@samp{qXfer} request should be @samp{processes}. The returned data is
47180an XML document. The formal syntax of this document is defined in
47181@file{gdb/features/osdata.dtd}.
47182
47183An example document is:
47184
47185@smallexample
47186<?xml version="1.0"?>
47187<!DOCTYPE target SYSTEM "osdata.dtd">
47188<osdata type="processes">
47189 <item>
47190 <column name="pid">1</column>
47191 <column name="user">root</column>
47192 <column name="command">/sbin/init</column>
dc146f7c 47193 <column name="cores">1,2,3</column>
07e059b5
VP
47194 </item>
47195</osdata>
47196@end smallexample
47197
47198Each item should include a column whose name is @samp{pid}. The value
47199of that column should identify the process on the target. The
47200@samp{user} and @samp{command} columns are optional, and will be
dc146f7c
VP
47201displayed by @value{GDBN}. The @samp{cores} column, if present,
47202should contain a comma-separated list of cores that this process
47203is running on. Target may provide additional columns,
07e059b5
VP
47204which @value{GDBN} currently ignores.
47205
05c8c3f5
TT
47206@node Trace File Format
47207@appendix Trace File Format
47208@cindex trace file format
47209
47210The trace file comes in three parts: a header, a textual description
47211section, and a trace frame section with binary data.
47212
47213The header has the form @code{\x7fTRACE0\n}. The first byte is
47214@code{0x7f} so as to indicate that the file contains binary data,
47215while the @code{0} is a version number that may have different values
47216in the future.
47217
47218The description section consists of multiple lines of @sc{ascii} text
47219separated by newline characters (@code{0xa}). The lines may include a
47220variety of optional descriptive or context-setting information, such
47221as tracepoint definitions or register set size. @value{GDBN} will
47222ignore any line that it does not recognize. An empty line marks the end
47223of this section.
47224
0748bf3e
MK
47225@table @code
47226@item R @var{size}
47227Specifies the size of a register block in bytes. This is equal to the
47228size of a @code{g} packet payload in the remote protocol. @var{size}
47229is an ascii decimal number. There should be only one such line in
47230a single trace file.
47231
47232@item status @var{status}
47233Trace status. @var{status} has the same format as a @code{qTStatus}
47234remote packet reply. There should be only one such line in a single trace
47235file.
47236
47237@item tp @var{payload}
47238Tracepoint definition. The @var{payload} has the same format as
47239@code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
47240may take multiple lines of definition, corresponding to the multiple
47241reply packets.
47242
47243@item tsv @var{payload}
47244Trace state variable definition. The @var{payload} has the same format as
47245@code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
47246may take multiple lines of definition, corresponding to the multiple
47247reply packets.
47248
47249@item tdesc @var{payload}
47250Target description in XML format. The @var{payload} is a single line of
47251the XML file. All such lines should be concatenated together to get
47252the original XML file. This file is in the same format as @code{qXfer}
47253@code{features} payload, and corresponds to the main @code{target.xml}
47254file. Includes are not allowed.
47255
47256@end table
05c8c3f5
TT
47257
47258The trace frame section consists of a number of consecutive frames.
47259Each frame begins with a two-byte tracepoint number, followed by a
47260four-byte size giving the amount of data in the frame. The data in
47261the frame consists of a number of blocks, each introduced by a
47262character indicating its type (at least register, memory, and trace
47263state variable). The data in this section is raw binary, not a
47264hexadecimal or other encoding; its endianness matches the target's
47265endianness.
47266
47267@c FIXME bi-arch may require endianness/arch info in description section
47268
47269@table @code
47270@item R @var{bytes}
47271Register block. The number and ordering of bytes matches that of a
47272@code{g} packet in the remote protocol. Note that these are the
e909d859 47273actual bytes, in target order, not a hexadecimal encoding.
05c8c3f5
TT
47274
47275@item M @var{address} @var{length} @var{bytes}...
47276Memory block. This is a contiguous block of memory, at the 8-byte
47277address @var{address}, with a 2-byte length @var{length}, followed by
47278@var{length} bytes.
47279
47280@item V @var{number} @var{value}
47281Trace state variable block. This records the 8-byte signed value
47282@var{value} of trace state variable numbered @var{number}.
47283
47284@end table
47285
47286Future enhancements of the trace file format may include additional types
47287of blocks.
47288
90476074
TT
47289@node Index Section Format
47290@appendix @code{.gdb_index} section format
47291@cindex .gdb_index section format
47292@cindex index section format
47293
47294This section documents the index section that is created by @code{save
47295gdb-index} (@pxref{Index Files}). The index section is
47296DWARF-specific; some knowledge of DWARF is assumed in this
47297description.
47298
47299The mapped index file format is designed to be directly
47300@code{mmap}able on any architecture. In most cases, a datum is
47301represented using a little-endian 32-bit integer value, called an
47302@code{offset_type}. Big endian machines must byte-swap the values
47303before using them. Exceptions to this rule are noted. The data is
47304laid out such that alignment is always respected.
47305
47306A mapped index consists of several areas, laid out in order.
47307
47308@enumerate
47309@item
47310The file header. This is a sequence of values, of @code{offset_type}
47311unless otherwise noted:
47312
47313@enumerate
47314@item
796a7ff8 47315The version number, currently 8. Versions 1, 2 and 3 are obsolete.
481860b3 47316Version 4 uses a different hashing function from versions 5 and 6.
b6ba681c
TT
47317Version 6 includes symbols for inlined functions, whereas versions 4
47318and 5 do not. Version 7 adds attributes to the CU indices in the
796a7ff8
DE
47319symbol table. Version 8 specifies that symbols from DWARF type units
47320(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
47321compilation unit (@samp{DW_TAG_comp_unit}) using the type.
47322
47323@value{GDBN} will only read version 4, 5, or 6 indices
e615022a 47324by specifying @code{set use-deprecated-index-sections on}.
796a7ff8
DE
47325GDB has a workaround for potentially broken version 7 indices so it is
47326currently not flagged as deprecated.
90476074
TT
47327
47328@item
47329The offset, from the start of the file, of the CU list.
47330
47331@item
47332The offset, from the start of the file, of the types CU list. Note
47333that this area can be empty, in which case this offset will be equal
47334to the next offset.
47335
47336@item
47337The offset, from the start of the file, of the address area.
47338
47339@item
47340The offset, from the start of the file, of the symbol table.
47341
47342@item
47343The offset, from the start of the file, of the constant pool.
47344@end enumerate
47345
47346@item
47347The CU list. This is a sequence of pairs of 64-bit little-endian
47348values, sorted by the CU offset. The first element in each pair is
47349the offset of a CU in the @code{.debug_info} section. The second
47350element in each pair is the length of that CU. References to a CU
47351elsewhere in the map are done using a CU index, which is just the
473520-based index into this table. Note that if there are type CUs, then
47353conceptually CUs and type CUs form a single list for the purposes of
47354CU indices.
47355
47356@item
47357The types CU list. This is a sequence of triplets of 64-bit
47358little-endian values. In a triplet, the first value is the CU offset,
47359the second value is the type offset in the CU, and the third value is
47360the type signature. The types CU list is not sorted.
47361
47362@item
47363The address area. The address area consists of a sequence of address
47364entries. Each address entry has three elements:
47365
47366@enumerate
47367@item
47368The low address. This is a 64-bit little-endian value.
47369
47370@item
47371The high address. This is a 64-bit little-endian value. Like
47372@code{DW_AT_high_pc}, the value is one byte beyond the end.
47373
47374@item
47375The CU index. This is an @code{offset_type} value.
47376@end enumerate
47377
47378@item
47379The symbol table. This is an open-addressed hash table. The size of
47380the hash table is always a power of 2.
47381
47382Each slot in the hash table consists of a pair of @code{offset_type}
47383values. The first value is the offset of the symbol's name in the
47384constant pool. The second value is the offset of the CU vector in the
47385constant pool.
47386
47387If both values are 0, then this slot in the hash table is empty. This
47388is ok because while 0 is a valid constant pool index, it cannot be a
47389valid index for both a string and a CU vector.
47390
47391The hash value for a table entry is computed by applying an
47392iterative hash function to the symbol's name. Starting with an
47393initial value of @code{r = 0}, each (unsigned) character @samp{c} in
559a7a62
JK
47394the string is incorporated into the hash using the formula depending on the
47395index version:
47396
47397@table @asis
47398@item Version 4
47399The formula is @code{r = r * 67 + c - 113}.
47400
156942c7 47401@item Versions 5 to 7
559a7a62
JK
47402The formula is @code{r = r * 67 + tolower (c) - 113}.
47403@end table
47404
47405The terminating @samp{\0} is not incorporated into the hash.
90476074
TT
47406
47407The step size used in the hash table is computed via
47408@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
47409value, and @samp{size} is the size of the hash table. The step size
47410is used to find the next candidate slot when handling a hash
47411collision.
47412
47413The names of C@t{++} symbols in the hash table are canonicalized. We
47414don't currently have a simple description of the canonicalization
47415algorithm; if you intend to create new index sections, you must read
47416the code.
47417
47418@item
47419The constant pool. This is simply a bunch of bytes. It is organized
47420so that alignment is correct: CU vectors are stored first, followed by
47421strings.
47422
47423A CU vector in the constant pool is a sequence of @code{offset_type}
47424values. The first value is the number of CU indices in the vector.
156942c7
DE
47425Each subsequent value is the index and symbol attributes of a CU in
47426the CU list. This element in the hash table is used to indicate which
47427CUs define the symbol and how the symbol is used.
47428See below for the format of each CU index+attributes entry.
90476074
TT
47429
47430A string in the constant pool is zero-terminated.
47431@end enumerate
47432
156942c7
DE
47433Attributes were added to CU index values in @code{.gdb_index} version 7.
47434If a symbol has multiple uses within a CU then there is one
47435CU index+attributes value for each use.
47436
47437The format of each CU index+attributes entry is as follows
47438(bit 0 = LSB):
47439
47440@table @asis
47441
47442@item Bits 0-23
47443This is the index of the CU in the CU list.
47444@item Bits 24-27
47445These bits are reserved for future purposes and must be zero.
47446@item Bits 28-30
47447The kind of the symbol in the CU.
47448
47449@table @asis
47450@item 0
47451This value is reserved and should not be used.
47452By reserving zero the full @code{offset_type} value is backwards compatible
47453with previous versions of the index.
47454@item 1
47455The symbol is a type.
47456@item 2
47457The symbol is a variable or an enum value.
47458@item 3
47459The symbol is a function.
47460@item 4
47461Any other kind of symbol.
47462@item 5,6,7
47463These values are reserved.
47464@end table
47465
47466@item Bit 31
47467This bit is zero if the value is global and one if it is static.
47468
47469The determination of whether a symbol is global or static is complicated.
47470The authorative reference is the file @file{dwarf2read.c} in
47471@value{GDBN} sources.
47472
47473@end table
47474
47475This pseudo-code describes the computation of a symbol's kind and
47476global/static attributes in the index.
47477
47478@smallexample
47479is_external = get_attribute (die, DW_AT_external);
47480language = get_attribute (cu_die, DW_AT_language);
47481switch (die->tag)
47482 @{
47483 case DW_TAG_typedef:
47484 case DW_TAG_base_type:
47485 case DW_TAG_subrange_type:
47486 kind = TYPE;
47487 is_static = 1;
47488 break;
47489 case DW_TAG_enumerator:
47490 kind = VARIABLE;
9c37b5ae 47491 is_static = language != CPLUS;
156942c7
DE
47492 break;
47493 case DW_TAG_subprogram:
47494 kind = FUNCTION;
47495 is_static = ! (is_external || language == ADA);
47496 break;
47497 case DW_TAG_constant:
47498 kind = VARIABLE;
47499 is_static = ! is_external;
47500 break;
47501 case DW_TAG_variable:
47502 kind = VARIABLE;
47503 is_static = ! is_external;
47504 break;
47505 case DW_TAG_namespace:
47506 kind = TYPE;
47507 is_static = 0;
47508 break;
47509 case DW_TAG_class_type:
47510 case DW_TAG_interface_type:
47511 case DW_TAG_structure_type:
47512 case DW_TAG_union_type:
47513 case DW_TAG_enumeration_type:
47514 kind = TYPE;
9c37b5ae 47515 is_static = language != CPLUS;
156942c7
DE
47516 break;
47517 default:
47518 assert (0);
47519 @}
47520@end smallexample
47521
43662968
JK
47522@node Man Pages
47523@appendix Manual pages
47524@cindex Man pages
47525
47526@menu
47527* gdb man:: The GNU Debugger man page
47528* gdbserver man:: Remote Server for the GNU Debugger man page
b292c783 47529* gcore man:: Generate a core file of a running program
43662968 47530* gdbinit man:: gdbinit scripts
ba643918 47531* gdb-add-index man:: Add index files to speed up GDB
43662968
JK
47532@end menu
47533
47534@node gdb man
47535@heading gdb man
47536
47537@c man title gdb The GNU Debugger
47538
47539@c man begin SYNOPSIS gdb
47540gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
47541[@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
47542[@option{-b}@w{ }@var{bps}]
47543 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
47544[@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
906ccdf0
JK
47545[@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
47546 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
47547[@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
43662968
JK
47548@c man end
47549
47550@c man begin DESCRIPTION gdb
47551The purpose of a debugger such as @value{GDBN} is to allow you to see what is
47552going on ``inside'' another program while it executes -- or what another
47553program was doing at the moment it crashed.
47554
47555@value{GDBN} can do four main kinds of things (plus other things in support of
47556these) to help you catch bugs in the act:
47557
47558@itemize @bullet
47559@item
47560Start your program, specifying anything that might affect its behavior.
47561
47562@item
47563Make your program stop on specified conditions.
47564
47565@item
47566Examine what has happened, when your program has stopped.
47567
47568@item
47569Change things in your program, so you can experiment with correcting the
47570effects of one bug and go on to learn about another.
47571@end itemize
47572
906ccdf0
JK
47573You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
47574Modula-2.
43662968
JK
47575
47576@value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
47577commands from the terminal until you tell it to exit with the @value{GDBN}
47578command @code{quit}. You can get online help from @value{GDBN} itself
47579by using the command @code{help}.
47580
47581You can run @code{gdb} with no arguments or options; but the most
47582usual way to start @value{GDBN} is with one argument or two, specifying an
47583executable program as the argument:
47584
47585@smallexample
47586gdb program
47587@end smallexample
47588
47589You can also start with both an executable program and a core file specified:
47590
47591@smallexample
47592gdb program core
47593@end smallexample
47594
4ed4690f
SM
47595You can, instead, specify a process ID as a second argument or use option
47596@code{-p}, if you want to debug a running process:
43662968
JK
47597
47598@smallexample
47599gdb program 1234
906ccdf0 47600gdb -p 1234
43662968
JK
47601@end smallexample
47602
47603@noindent
4ed4690f
SM
47604would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
47605can omit the @var{program} filename.
43662968
JK
47606
47607Here are some of the most frequently needed @value{GDBN} commands:
47608
47609@c pod2man highlights the right hand side of the @item lines.
47610@table @env
224f10c1 47611@item break [@var{file}:]@var{function}
43662968
JK
47612Set a breakpoint at @var{function} (in @var{file}).
47613
47614@item run [@var{arglist}]
47615Start your program (with @var{arglist}, if specified).
47616
47617@item bt
47618Backtrace: display the program stack.
47619
47620@item print @var{expr}
47621Display the value of an expression.
47622
47623@item c
47624Continue running your program (after stopping, e.g. at a breakpoint).
47625
47626@item next
47627Execute next program line (after stopping); step @emph{over} any
47628function calls in the line.
47629
47630@item edit [@var{file}:]@var{function}
47631look at the program line where it is presently stopped.
47632
47633@item list [@var{file}:]@var{function}
47634type the text of the program in the vicinity of where it is presently stopped.
47635
47636@item step
47637Execute next program line (after stopping); step @emph{into} any
47638function calls in the line.
47639
47640@item help [@var{name}]
47641Show information about @value{GDBN} command @var{name}, or general information
47642about using @value{GDBN}.
47643
47644@item quit
47645Exit from @value{GDBN}.
47646@end table
47647
47648@ifset man
47649For full details on @value{GDBN},
47650see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47651by Richard M. Stallman and Roland H. Pesch. The same text is available online
47652as the @code{gdb} entry in the @code{info} program.
47653@end ifset
47654@c man end
47655
47656@c man begin OPTIONS gdb
47657Any arguments other than options specify an executable
47658file and core file (or process ID); that is, the first argument
47659encountered with no
47660associated option flag is equivalent to a @option{-se} option, and the second,
47661if any, is equivalent to a @option{-c} option if it's the name of a file.
47662Many options have
47663both long and short forms; both are shown here. The long forms are also
47664recognized if you truncate them, so long as enough of the option is
47665present to be unambiguous. (If you prefer, you can flag option
47666arguments with @option{+} rather than @option{-}, though we illustrate the
47667more usual convention.)
47668
47669All the options and command line arguments you give are processed
47670in sequential order. The order makes a difference when the @option{-x}
47671option is used.
47672
47673@table @env
47674@item -help
47675@itemx -h
47676List all options, with brief explanations.
47677
47678@item -symbols=@var{file}
47679@itemx -s @var{file}
47680Read symbol table from file @var{file}.
47681
47682@item -write
47683Enable writing into executable and core files.
47684
47685@item -exec=@var{file}
47686@itemx -e @var{file}
47687Use file @var{file} as the executable file to execute when
47688appropriate, and for examining pure data in conjunction with a core
47689dump.
47690
47691@item -se=@var{file}
47692Read symbol table from file @var{file} and use it as the executable
47693file.
47694
47695@item -core=@var{file}
47696@itemx -c @var{file}
47697Use file @var{file} as a core dump to examine.
47698
47699@item -command=@var{file}
47700@itemx -x @var{file}
47701Execute @value{GDBN} commands from file @var{file}.
47702
47703@item -ex @var{command}
47704Execute given @value{GDBN} @var{command}.
47705
47706@item -directory=@var{directory}
47707@itemx -d @var{directory}
47708Add @var{directory} to the path to search for source files.
47709
47710@item -nh
47711Do not execute commands from @file{~/.gdbinit}.
47712
47713@item -nx
47714@itemx -n
47715Do not execute commands from any @file{.gdbinit} initialization files.
47716
47717@item -quiet
47718@itemx -q
47719``Quiet''. Do not print the introductory and copyright messages. These
47720messages are also suppressed in batch mode.
47721
47722@item -batch
47723Run in batch mode. Exit with status @code{0} after processing all the command
47724files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
47725Exit with nonzero status if an error occurs in executing the @value{GDBN}
47726commands in the command files.
47727
47728Batch mode may be useful for running @value{GDBN} as a filter, for example to
47729download and run a program on another computer; in order to make this
47730more useful, the message
47731
47732@smallexample
47733Program exited normally.
47734@end smallexample
47735
47736@noindent
47737(which is ordinarily issued whenever a program running under @value{GDBN} control
47738terminates) is not issued when running in batch mode.
47739
47740@item -cd=@var{directory}
47741Run @value{GDBN} using @var{directory} as its working directory,
47742instead of the current directory.
47743
47744@item -fullname
47745@itemx -f
47746Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
47747@value{GDBN} to output the full file name and line number in a standard,
47748recognizable fashion each time a stack frame is displayed (which
47749includes each time the program stops). This recognizable format looks
47750like two @samp{\032} characters, followed by the file name, line number
47751and character position separated by colons, and a newline. The
47752Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
47753characters as a signal to display the source code for the frame.
47754
47755@item -b @var{bps}
47756Set the line speed (baud rate or bits per second) of any serial
47757interface used by @value{GDBN} for remote debugging.
47758
47759@item -tty=@var{device}
47760Run using @var{device} for your program's standard input and output.
47761@end table
47762@c man end
47763
47764@c man begin SEEALSO gdb
47765@ifset man
47766The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47767If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47768documentation are properly installed at your site, the command
47769
47770@smallexample
47771info gdb
47772@end smallexample
47773
47774@noindent
47775should give you access to the complete manual.
47776
47777@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47778Richard M. Stallman and Roland H. Pesch, July 1991.
47779@end ifset
47780@c man end
47781
47782@node gdbserver man
47783@heading gdbserver man
47784
47785@c man title gdbserver Remote Server for the GNU Debugger
47786@format
47787@c man begin SYNOPSIS gdbserver
5b8b6385 47788gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
43662968 47789
5b8b6385
JK
47790gdbserver --attach @var{comm} @var{pid}
47791
47792gdbserver --multi @var{comm}
43662968
JK
47793@c man end
47794@end format
47795
47796@c man begin DESCRIPTION gdbserver
47797@command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
47798than the one which is running the program being debugged.
47799
47800@ifclear man
47801@subheading Usage (server (target) side)
47802@end ifclear
47803@ifset man
47804Usage (server (target) side):
47805@end ifset
47806
47807First, you need to have a copy of the program you want to debug put onto
47808the target system. The program can be stripped to save space if needed, as
47809@command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
47810the @value{GDBN} running on the host system.
47811
47812To use the server, you log on to the target system, and run the @command{gdbserver}
47813program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
47814your program, and (c) its arguments. The general syntax is:
47815
47816@smallexample
47817target> gdbserver @var{comm} @var{program} [@var{args} ...]
47818@end smallexample
47819
47820For example, using a serial port, you might say:
47821
47822@smallexample
47823@ifset man
47824@c @file would wrap it as F</dev/com1>.
47825target> gdbserver /dev/com1 emacs foo.txt
47826@end ifset
47827@ifclear man
47828target> gdbserver @file{/dev/com1} emacs foo.txt
47829@end ifclear
47830@end smallexample
47831
47832This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
47833to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
47834waits patiently for the host @value{GDBN} to communicate with it.
47835
47836To use a TCP connection, you could say:
47837
47838@smallexample
47839target> gdbserver host:2345 emacs foo.txt
47840@end smallexample
47841
47842This says pretty much the same thing as the last example, except that we are
47843going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
47844that we are expecting to see a TCP connection from @code{host} to local TCP port
478452345. (Currently, the @code{host} part is ignored.) You can choose any number you
47846want for the port number as long as it does not conflict with any existing TCP
47847ports on the target system. This same port number must be used in the host
47848@value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
47849you chose a port number that conflicts with another service, @command{gdbserver} will
47850print an error message and exit.
47851
5b8b6385 47852@command{gdbserver} can also attach to running programs.
43662968
JK
47853This is accomplished via the @option{--attach} argument. The syntax is:
47854
47855@smallexample
5b8b6385 47856target> gdbserver --attach @var{comm} @var{pid}
43662968
JK
47857@end smallexample
47858
47859@var{pid} is the process ID of a currently running process. It isn't
47860necessary to point @command{gdbserver} at a binary for the running process.
47861
5b8b6385
JK
47862To start @code{gdbserver} without supplying an initial command to run
47863or process ID to attach, use the @option{--multi} command line option.
47864In such case you should connect using @kbd{target extended-remote} to start
47865the program you want to debug.
47866
47867@smallexample
47868target> gdbserver --multi @var{comm}
47869@end smallexample
47870
43662968
JK
47871@ifclear man
47872@subheading Usage (host side)
47873@end ifclear
47874@ifset man
47875Usage (host side):
47876@end ifset
47877
47878You need an unstripped copy of the target program on your host system, since
1a088a2e 47879@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
43662968
JK
47880would, with the target program as the first argument. (You may need to use the
47881@option{--baud} option if the serial line is running at anything except 9600 baud.)
47882That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
5b8b6385
JK
47883new command you need to know about is @code{target remote}
47884(or @code{target extended-remote}). Its argument is either
43662968
JK
47885a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
47886descriptor. For example:
47887
47888@smallexample
47889@ifset man
47890@c @file would wrap it as F</dev/ttyb>.
a8b43b7b 47891(@value{GDBP}) target remote /dev/ttyb
43662968
JK
47892@end ifset
47893@ifclear man
a8b43b7b 47894(@value{GDBP}) target remote @file{/dev/ttyb}
43662968
JK
47895@end ifclear
47896@end smallexample
47897
47898@noindent
47899communicates with the server via serial line @file{/dev/ttyb}, and:
47900
47901@smallexample
a8b43b7b 47902(@value{GDBP}) target remote the-target:2345
43662968
JK
47903@end smallexample
47904
47905@noindent
47906communicates via a TCP connection to port 2345 on host `the-target', where
47907you previously started up @command{gdbserver} with the same port number. Note that for
47908TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
47909command, otherwise you may get an error that looks something like
47910`Connection refused'.
5b8b6385
JK
47911
47912@command{gdbserver} can also debug multiple inferiors at once,
47913described in
47914@ifset man
47915the @value{GDBN} manual in node @code{Inferiors and Programs}
47916-- shell command @code{info -f gdb -n 'Inferiors and Programs'}.
47917@end ifset
47918@ifclear man
47919@ref{Inferiors and Programs}.
47920@end ifclear
47921In such case use the @code{extended-remote} @value{GDBN} command variant:
47922
47923@smallexample
a8b43b7b 47924(@value{GDBP}) target extended-remote the-target:2345
5b8b6385
JK
47925@end smallexample
47926
47927The @command{gdbserver} option @option{--multi} may or may not be used in such
47928case.
43662968
JK
47929@c man end
47930
47931@c man begin OPTIONS gdbserver
5b8b6385
JK
47932There are three different modes for invoking @command{gdbserver}:
47933
47934@itemize @bullet
47935
47936@item
47937Debug a specific program specified by its program name:
47938
47939@smallexample
47940gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
47941@end smallexample
47942
47943The @var{comm} parameter specifies how should the server communicate
47944with @value{GDBN}; it is either a device name (to use a serial line),
47945a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
47946stdin/stdout of @code{gdbserver}. Specify the name of the program to
47947debug in @var{prog}. Any remaining arguments will be passed to the
47948program verbatim. When the program exits, @value{GDBN} will close the
47949connection, and @code{gdbserver} will exit.
47950
47951@item
47952Debug a specific program by specifying the process ID of a running
47953program:
47954
47955@smallexample
47956gdbserver --attach @var{comm} @var{pid}
47957@end smallexample
47958
47959The @var{comm} parameter is as described above. Supply the process ID
47960of a running program in @var{pid}; @value{GDBN} will do everything
47961else. Like with the previous mode, when the process @var{pid} exits,
47962@value{GDBN} will close the connection, and @code{gdbserver} will exit.
47963
47964@item
47965Multi-process mode -- debug more than one program/process:
47966
47967@smallexample
47968gdbserver --multi @var{comm}
47969@end smallexample
47970
47971In this mode, @value{GDBN} can instruct @command{gdbserver} which
47972command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
47973close the connection when a process being debugged exits, so you can
47974debug several processes in the same session.
47975@end itemize
47976
47977In each of the modes you may specify these options:
47978
47979@table @env
47980
47981@item --help
47982List all options, with brief explanations.
47983
47984@item --version
47985This option causes @command{gdbserver} to print its version number and exit.
47986
47987@item --attach
47988@command{gdbserver} will attach to a running program. The syntax is:
47989
47990@smallexample
47991target> gdbserver --attach @var{comm} @var{pid}
47992@end smallexample
47993
47994@var{pid} is the process ID of a currently running process. It isn't
47995necessary to point @command{gdbserver} at a binary for the running process.
47996
47997@item --multi
47998To start @code{gdbserver} without supplying an initial command to run
47999or process ID to attach, use this command line option.
48000Then you can connect using @kbd{target extended-remote} and start
48001the program you want to debug. The syntax is:
48002
48003@smallexample
48004target> gdbserver --multi @var{comm}
48005@end smallexample
48006
48007@item --debug
48008Instruct @code{gdbserver} to display extra status information about the debugging
48009process.
48010This option is intended for @code{gdbserver} development and for bug reports to
48011the developers.
48012
48013@item --remote-debug
48014Instruct @code{gdbserver} to display remote protocol debug output.
48015This option is intended for @code{gdbserver} development and for bug reports to
48016the developers.
48017
aeb2e706
AH
48018@item --debug-file=@var{filename}
48019Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
48020This option is intended for @code{gdbserver} development and for bug reports to
48021the developers.
48022
87ce2a04
DE
48023@item --debug-format=option1@r{[},option2,...@r{]}
48024Instruct @code{gdbserver} to include extra information in each line
48025of debugging output.
48026@xref{Other Command-Line Arguments for gdbserver}.
48027
5b8b6385
JK
48028@item --wrapper
48029Specify a wrapper to launch programs
48030for debugging. The option should be followed by the name of the
48031wrapper, then any command-line arguments to pass to the wrapper, then
48032@kbd{--} indicating the end of the wrapper arguments.
48033
48034@item --once
48035By default, @command{gdbserver} keeps the listening TCP port open, so that
48036additional connections are possible. However, if you start @code{gdbserver}
48037with the @option{--once} option, it will stop listening for any further
48038connection attempts after connecting to the first @value{GDBN} session.
48039
48040@c --disable-packet is not documented for users.
48041
48042@c --disable-randomization and --no-disable-randomization are superseded by
48043@c QDisableRandomization.
48044
48045@end table
43662968
JK
48046@c man end
48047
48048@c man begin SEEALSO gdbserver
48049@ifset man
48050The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48051If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48052documentation are properly installed at your site, the command
48053
48054@smallexample
48055info gdb
48056@end smallexample
48057
48058should give you access to the complete manual.
48059
48060@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48061Richard M. Stallman and Roland H. Pesch, July 1991.
48062@end ifset
48063@c man end
48064
b292c783
JK
48065@node gcore man
48066@heading gcore
48067
48068@c man title gcore Generate a core file of a running program
48069
48070@format
48071@c man begin SYNOPSIS gcore
129eb0f1 48072gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
b292c783
JK
48073@c man end
48074@end format
48075
48076@c man begin DESCRIPTION gcore
129eb0f1
SDJ
48077Generate core dumps of one or more running programs with process IDs
48078@var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
48079is equivalent to one produced by the kernel when the process crashes
48080(and when @kbd{ulimit -c} was used to set up an appropriate core dump
48081limit). However, unlike after a crash, after @command{gcore} finishes
48082its job the program remains running without any change.
b292c783
JK
48083@c man end
48084
48085@c man begin OPTIONS gcore
48086@table @env
c179febe
SL
48087@item -a
48088Dump all memory mappings. The actual effect of this option depends on
48089the Operating System. On @sc{gnu}/Linux, it will disable
48090@code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
48091enable @code{dump-excluded-mappings} (@pxref{set
48092dump-excluded-mappings}).
48093
129eb0f1
SDJ
48094@item -o @var{prefix}
48095The optional argument @var{prefix} specifies the prefix to be used
48096when composing the file names of the core dumps. The file name is
48097composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
48098process ID of the running program being analyzed by @command{gcore}.
48099If not specified, @var{prefix} defaults to @var{gcore}.
b292c783
JK
48100@end table
48101@c man end
48102
48103@c man begin SEEALSO gcore
48104@ifset man
48105The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48106If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48107documentation are properly installed at your site, the command
48108
48109@smallexample
48110info gdb
48111@end smallexample
48112
48113@noindent
48114should give you access to the complete manual.
48115
48116@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48117Richard M. Stallman and Roland H. Pesch, July 1991.
48118@end ifset
48119@c man end
48120
43662968
JK
48121@node gdbinit man
48122@heading gdbinit
48123
48124@c man title gdbinit GDB initialization scripts
48125
48126@format
48127@c man begin SYNOPSIS gdbinit
48128@ifset SYSTEM_GDBINIT
48129@value{SYSTEM_GDBINIT}
48130@end ifset
48131
ed2a2229
CB
48132@ifset SYSTEM_GDBINIT_DIR
48133@value{SYSTEM_GDBINIT_DIR}/*
48134@end ifset
48135
43662968
JK
48136~/.gdbinit
48137
48138./.gdbinit
48139@c man end
48140@end format
48141
48142@c man begin DESCRIPTION gdbinit
48143These files contain @value{GDBN} commands to automatically execute during
48144@value{GDBN} startup. The lines of contents are canned sequences of commands,
48145described in
48146@ifset man
48147the @value{GDBN} manual in node @code{Sequences}
48148-- shell command @code{info -f gdb -n Sequences}.
48149@end ifset
48150@ifclear man
48151@ref{Sequences}.
48152@end ifclear
48153
48154Please read more in
48155@ifset man
48156the @value{GDBN} manual in node @code{Startup}
48157-- shell command @code{info -f gdb -n Startup}.
48158@end ifset
48159@ifclear man
48160@ref{Startup}.
48161@end ifclear
48162
48163@table @env
48164@ifset SYSTEM_GDBINIT
48165@item @value{SYSTEM_GDBINIT}
48166@end ifset
48167@ifclear SYSTEM_GDBINIT
48168@item (not enabled with @code{--with-system-gdbinit} during compilation)
48169@end ifclear
48170System-wide initialization file. It is executed unless user specified
48171@value{GDBN} option @code{-nx} or @code{-n}.
48172See more in
48173@ifset man
48174the @value{GDBN} manual in node @code{System-wide configuration}
48175-- shell command @code{info -f gdb -n 'System-wide configuration'}.
48176@end ifset
ed2a2229
CB
48177@ifset SYSTEM_GDBINIT_DIR
48178@item @value{SYSTEM_GDBINIT_DIR}
48179@end ifset
48180@ifclear SYSTEM_GDBINIT_DIR
48181@item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
48182@end ifclear
48183System-wide initialization directory. All files in this directory are
48184executed on startup unless user specified @value{GDBN} option @code{-nx} or
48185@code{-n}, as long as they have a recognized file extension.
48186See more in
48187@ifset man
48188the @value{GDBN} manual in node @code{System-wide configuration}
48189-- shell command @code{info -f gdb -n 'System-wide configuration'}.
48190@end ifset
43662968
JK
48191@ifclear man
48192@ref{System-wide configuration}.
48193@end ifclear
48194
48195@item ~/.gdbinit
48196User initialization file. It is executed unless user specified
48197@value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
48198
48199@item ./.gdbinit
48200Initialization file for current directory. It may need to be enabled with
48201@value{GDBN} security command @code{set auto-load local-gdbinit}.
48202See more in
48203@ifset man
48204the @value{GDBN} manual in node @code{Init File in the Current Directory}
48205-- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
48206@end ifset
48207@ifclear man
48208@ref{Init File in the Current Directory}.
48209@end ifclear
48210@end table
48211@c man end
48212
48213@c man begin SEEALSO gdbinit
48214@ifset man
48215gdb(1), @code{info -f gdb -n Startup}
48216
48217The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48218If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48219documentation are properly installed at your site, the command
ba643918
SDJ
48220
48221@smallexample
48222info gdb
48223@end smallexample
48224
48225should give you access to the complete manual.
48226
48227@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48228Richard M. Stallman and Roland H. Pesch, July 1991.
48229@end ifset
48230@c man end
48231
48232@node gdb-add-index man
ba643918 48233@heading gdb-add-index
d726cb5d 48234@pindex gdb-add-index
dbfa4523 48235@anchor{gdb-add-index}
ba643918
SDJ
48236
48237@c man title gdb-add-index Add index files to speed up GDB
48238
48239@c man begin SYNOPSIS gdb-add-index
48240gdb-add-index @var{filename}
48241@c man end
48242
48243@c man begin DESCRIPTION gdb-add-index
48244When @value{GDBN} finds a symbol file, it scans the symbols in the
48245file in order to construct an internal symbol table. This lets most
48246@value{GDBN} operations work quickly--at the cost of a delay early on.
48247For large programs, this delay can be quite lengthy, so @value{GDBN}
48248provides a way to build an index, which speeds up startup.
48249
48250To determine whether a file contains such an index, use the command
48251@kbd{readelf -S filename}: the index is stored in a section named
48252@code{.gdb_index}. The index file can only be produced on systems
48253which use ELF binaries and DWARF debug information (i.e., sections
48254named @code{.debug_*}).
48255
48256@command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
48257in the @env{PATH} environment variable. If you want to use different
48258versions of these programs, you can specify them through the
48259@env{GDB} and @env{OBJDUMP} environment variables.
48260
48261See more in
48262@ifset man
48263the @value{GDBN} manual in node @code{Index Files}
48264-- shell command @kbd{info -f gdb -n "Index Files"}.
48265@end ifset
48266@ifclear man
48267@ref{Index Files}.
48268@end ifclear
48269@c man end
48270
48271@c man begin SEEALSO gdb-add-index
48272@ifset man
48273The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48274If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48275documentation are properly installed at your site, the command
43662968
JK
48276
48277@smallexample
48278info gdb
48279@end smallexample
48280
48281should give you access to the complete manual.
48282
48283@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48284Richard M. Stallman and Roland H. Pesch, July 1991.
48285@end ifset
48286@c man end
48287
aab4e0ec 48288@include gpl.texi
eb12ee30 48289
e4c0cfae
SS
48290@node GNU Free Documentation License
48291@appendix GNU Free Documentation License
6826cf00
EZ
48292@include fdl.texi
48293
00595b5e
EZ
48294@node Concept Index
48295@unnumbered Concept Index
c906108c
SS
48296
48297@printindex cp
48298
00595b5e
EZ
48299@node Command and Variable Index
48300@unnumbered Command, Variable, and Function Index
48301
48302@printindex fn
48303
c906108c 48304@tex
984359d2 48305% I think something like @@colophon should be in texinfo. In the
c906108c
SS
48306% meantime:
48307\long\def\colophon{\hbox to0pt{}\vfill
48308\centerline{The body of this manual is set in}
48309\centerline{\fontname\tenrm,}
48310\centerline{with headings in {\bf\fontname\tenbf}}
48311\centerline{and examples in {\tt\fontname\tentt}.}
48312\centerline{{\it\fontname\tenit\/},}
48313\centerline{{\bf\fontname\tenbf}, and}
48314\centerline{{\sl\fontname\tensl\/}}
48315\centerline{are used for emphasis.}\vfill}
48316\page\colophon
984359d2 48317% Blame: doc@@cygnus.com, 1991.
c906108c
SS
48318@end tex
48319
c906108c 48320@bye
This page took 7.989234 seconds and 4 git commands to generate.