gdb: don't print escape characters when a style is disabled
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
3666a048 2@c Copyright (C) 1988--2021 Free Software Foundation, Inc.
c906108c 3@c
5d161b24 4@c %**start of header
c906108c
SS
5@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
6@c of @set vars. However, you can override filename with makeinfo -o.
7@setfilename gdb.info
8@c
43662968 9@c man begin INCLUDE
c906108c 10@include gdb-cfg.texi
43662968 11@c man end
c906108c 12@c
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
00595b5e
EZ
23@c To avoid file-name clashes between index.html and Index.html, when
24@c the manual is produced on a Posix host and then moved to a
25@c case-insensitive filesystem (e.g., MS-Windows), we separate the
26@c indices into two: Concept Index and all the rest.
27@syncodeindex ky fn
28@syncodeindex tp fn
c906108c 29
41afff9a 30@c readline appendices use @vindex, @findex and @ftable,
48e934c6 31@c annotate.texi and gdbmi use @findex.
00595b5e 32@syncodeindex vr fn
c906108c
SS
33
34@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 35@c This is updated by GNU Press.
26829f2b 36@set EDITION Tenth
c906108c 37
87885426
FN
38@c !!set GDB edit command default editor
39@set EDITOR /bin/ex
c906108c 40
6c0e9fb3 41@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 42
c906108c 43@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 44@c manuals to an info tree.
03727ca6 45@dircategory Software development
96a2c332 46@direntry
03727ca6 47* Gdb: (gdb). The GNU debugger.
6cb999f8 48* gdbserver: (gdb) Server. The GNU debugging server.
96a2c332
SS
49@end direntry
50
a67ec3f4 51@copying
43662968 52@c man begin COPYRIGHT
b5b5650a 53Copyright @copyright{} 1988-2021 Free Software Foundation, Inc.
c906108c 54
e9c75b65 55Permission is granted to copy, distribute and/or modify this document
4f5d9f07 56under the terms of the GNU Free Documentation License, Version 1.3 or
e9c75b65 57any later version published by the Free Software Foundation; with the
959acfd1
EZ
58Invariant Sections being ``Free Software'' and ``Free Software Needs
59Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
60and with the Back-Cover Texts as in (a) below.
c906108c 61
b8533aec
DJ
62(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
63this GNU Manual. Buying copies from GNU Press supports the FSF in
64developing GNU and promoting software freedom.''
43662968 65@c man end
a67ec3f4
JM
66@end copying
67
68@ifnottex
69This file documents the @sc{gnu} debugger @value{GDBN}.
70
71This is the @value{EDITION} Edition, of @cite{Debugging with
72@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
73@ifset VERSION_PACKAGE
74@value{VERSION_PACKAGE}
75@end ifset
76Version @value{GDBVN}.
77
78@insertcopying
79@end ifnottex
c906108c
SS
80
81@titlepage
82@title Debugging with @value{GDBN}
83@subtitle The @sc{gnu} Source-Level Debugger
c906108c 84@sp 1
c906108c 85@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
c16158bc
JM
86@ifset VERSION_PACKAGE
87@sp 1
88@subtitle @value{VERSION_PACKAGE}
89@end ifset
9e9c5ae7 90@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 91@page
c906108c
SS
92@tex
93{\parskip=0pt
c16158bc 94\hfill (Send bugs and comments on @value{GDBN} to @value{BUGURL}.)\par
c906108c
SS
95\hfill {\it Debugging with @value{GDBN}}\par
96\hfill \TeX{}info \texinfoversion\par
97}
98@end tex
53a5351d 99
c906108c 100@vskip 0pt plus 1filll
c906108c 101Published by the Free Software Foundation @*
c02a867d
EZ
10251 Franklin Street, Fifth Floor,
103Boston, MA 02110-1301, USA@*
26829f2b 104ISBN 978-0-9831592-3-0 @*
e9c75b65 105
a67ec3f4 106@insertcopying
c906108c
SS
107@end titlepage
108@page
109
6c0e9fb3 110@ifnottex
c5a6a07f 111@node Top, Summary
6d2ebf8b 112
c906108c
SS
113@top Debugging with @value{GDBN}
114
115This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
c16158bc
JM
117This is the @value{EDITION} Edition, for @value{GDBN}
118@ifset VERSION_PACKAGE
119@value{VERSION_PACKAGE}
120@end ifset
121Version @value{GDBVN}.
c906108c 122
b5b5650a 123Copyright (C) 1988-2021 Free Software Foundation, Inc.
6d2ebf8b 124
3fb6a982
JB
125This edition of the GDB manual is dedicated to the memory of Fred
126Fish. Fred was a long-standing contributor to GDB and to Free
127software in general. We will miss him.
128
6d2ebf8b
SS
129@menu
130* Summary:: Summary of @value{GDBN}
131* Sample Session:: A sample @value{GDBN} session
132
133* Invocation:: Getting in and out of @value{GDBN}
134* Commands:: @value{GDBN} commands
135* Running:: Running programs under @value{GDBN}
136* Stopping:: Stopping and continuing
bacec72f 137* Reverse Execution:: Running programs backward
a2311334 138* Process Record and Replay:: Recording inferior's execution and replaying it
6d2ebf8b
SS
139* Stack:: Examining the stack
140* Source:: Examining source files
141* Data:: Examining data
edb3359d 142* Optimized Code:: Debugging optimized code
e2e0bcd1 143* Macros:: Preprocessor Macros
b37052ae 144* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 145* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
146
147* Languages:: Using @value{GDBN} with different languages
148
149* Symbols:: Examining the symbol table
150* Altering:: Altering execution
151* GDB Files:: @value{GDBN} files
152* Targets:: Specifying a debugging target
6b2f586d 153* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
154* Configurations:: Configuration-specific information
155* Controlling GDB:: Controlling @value{GDBN}
d57a3c85 156* Extending GDB:: Extending @value{GDBN}
21c294e6 157* Interpreters:: Command Interpreters
c8f4133a 158* TUI:: @value{GDBN} Text User Interface
6d2ebf8b 159* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
7162c0ca 160* GDB/MI:: @value{GDBN}'s Machine Interface.
c8f4133a 161* Annotations:: @value{GDBN}'s annotation interface.
4efc6507 162* JIT Interface:: Using the JIT debugging interface.
d1feda86 163* In-Process Agent:: In-Process Agent
6d2ebf8b
SS
164
165* GDB Bugs:: Reporting bugs in @value{GDBN}
6d2ebf8b 166
39037522
TT
167@ifset SYSTEM_READLINE
168* Command Line Editing: (rluserman). Command Line Editing
169* Using History Interactively: (history). Using History Interactively
170@end ifset
171@ifclear SYSTEM_READLINE
6d2ebf8b
SS
172* Command Line Editing:: Command Line Editing
173* Using History Interactively:: Using History Interactively
39037522 174@end ifclear
4ceed123 175* In Memoriam:: In Memoriam
0869d01b 176* Formatting Documentation:: How to format and print @value{GDBN} documentation
6d2ebf8b 177* Installing GDB:: Installing GDB
eb12ee30 178* Maintenance Commands:: Maintenance Commands
e0ce93ac 179* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 180* Agent Expressions:: The GDB Agent Expression Mechanism
23181151
DJ
181* Target Descriptions:: How targets can describe themselves to
182 @value{GDBN}
07e059b5
VP
183* Operating System Information:: Getting additional information from
184 the operating system
00bf0b85 185* Trace File Format:: GDB trace file format
90476074 186* Index Section Format:: .gdb_index section format
43662968 187* Man Pages:: Manual pages
aab4e0ec
AC
188* Copying:: GNU General Public License says
189 how you can copy and share GDB
6826cf00 190* GNU Free Documentation License:: The license for this documentation
00595b5e
EZ
191* Concept Index:: Index of @value{GDBN} concepts
192* Command and Variable Index:: Index of @value{GDBN} commands, variables,
193 functions, and Python data types
6d2ebf8b
SS
194@end menu
195
6c0e9fb3 196@end ifnottex
c906108c 197
449f3b6c 198@contents
449f3b6c 199
6d2ebf8b 200@node Summary
c906108c
SS
201@unnumbered Summary of @value{GDBN}
202
203The purpose of a debugger such as @value{GDBN} is to allow you to see what is
204going on ``inside'' another program while it executes---or what another
205program was doing at the moment it crashed.
206
207@value{GDBN} can do four main kinds of things (plus other things in support of
208these) to help you catch bugs in the act:
209
210@itemize @bullet
211@item
212Start your program, specifying anything that might affect its behavior.
213
214@item
215Make your program stop on specified conditions.
216
217@item
218Examine what has happened, when your program has stopped.
219
220@item
221Change things in your program, so you can experiment with correcting the
222effects of one bug and go on to learn about another.
223@end itemize
224
49efadf5 225You can use @value{GDBN} to debug programs written in C and C@t{++}.
79a6e687 226For more information, see @ref{Supported Languages,,Supported Languages}.
c906108c
SS
227For more information, see @ref{C,,C and C++}.
228
6aecb9c2
JB
229Support for D is partial. For information on D, see
230@ref{D,,D}.
231
cce74817 232@cindex Modula-2
e632838e
AC
233Support for Modula-2 is partial. For information on Modula-2, see
234@ref{Modula-2,,Modula-2}.
c906108c 235
f4b8a18d
KW
236Support for OpenCL C is partial. For information on OpenCL C, see
237@ref{OpenCL C,,OpenCL C}.
238
cce74817
JM
239@cindex Pascal
240Debugging Pascal programs which use sets, subranges, file variables, or
241nested functions does not currently work. @value{GDBN} does not support
242entering expressions, printing values, or similar features using Pascal
243syntax.
c906108c 244
c906108c
SS
245@cindex Fortran
246@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 247it may be necessary to refer to some variables with a trailing
cce74817 248underscore.
c906108c 249
b37303ee
AF
250@value{GDBN} can be used to debug programs written in Objective-C,
251using either the Apple/NeXT or the GNU Objective-C runtime.
252
c906108c
SS
253@menu
254* Free Software:: Freely redistributable software
984359d2 255* Free Documentation:: Free Software Needs Free Documentation
c906108c
SS
256* Contributors:: Contributors to GDB
257@end menu
258
6d2ebf8b 259@node Free Software
79a6e687 260@unnumberedsec Free Software
c906108c 261
5d161b24 262@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
263General Public License
264(GPL). The GPL gives you the freedom to copy or adapt a licensed
265program---but every person getting a copy also gets with it the
266freedom to modify that copy (which means that they must get access to
267the source code), and the freedom to distribute further copies.
268Typical software companies use copyrights to limit your freedoms; the
269Free Software Foundation uses the GPL to preserve these freedoms.
270
271Fundamentally, the General Public License is a license which says that
272you have these freedoms and that you cannot take these freedoms away
273from anyone else.
274
984359d2 275@node Free Documentation
2666264b 276@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
277
278The biggest deficiency in the free software community today is not in
279the software---it is the lack of good free documentation that we can
280include with the free software. Many of our most important
281programs do not come with free reference manuals and free introductory
282texts. Documentation is an essential part of any software package;
283when an important free software package does not come with a free
284manual and a free tutorial, that is a major gap. We have many such
285gaps today.
286
287Consider Perl, for instance. The tutorial manuals that people
288normally use are non-free. How did this come about? Because the
289authors of those manuals published them with restrictive terms---no
290copying, no modification, source files not available---which exclude
291them from the free software world.
292
293That wasn't the first time this sort of thing happened, and it was far
294from the last. Many times we have heard a GNU user eagerly describe a
295manual that he is writing, his intended contribution to the community,
296only to learn that he had ruined everything by signing a publication
297contract to make it non-free.
298
299Free documentation, like free software, is a matter of freedom, not
300price. The problem with the non-free manual is not that publishers
301charge a price for printed copies---that in itself is fine. (The Free
302Software Foundation sells printed copies of manuals, too.) The
303problem is the restrictions on the use of the manual. Free manuals
304are available in source code form, and give you permission to copy and
305modify. Non-free manuals do not allow this.
306
307The criteria of freedom for a free manual are roughly the same as for
308free software. Redistribution (including the normal kinds of
309commercial redistribution) must be permitted, so that the manual can
310accompany every copy of the program, both on-line and on paper.
311
312Permission for modification of the technical content is crucial too.
313When people modify the software, adding or changing features, if they
314are conscientious they will change the manual too---so they can
315provide accurate and clear documentation for the modified program. A
316manual that leaves you no choice but to write a new manual to document
317a changed version of the program is not really available to our
318community.
319
320Some kinds of limits on the way modification is handled are
321acceptable. For example, requirements to preserve the original
322author's copyright notice, the distribution terms, or the list of
323authors, are ok. It is also no problem to require modified versions
324to include notice that they were modified. Even entire sections that
325may not be deleted or changed are acceptable, as long as they deal
326with nontechnical topics (like this one). These kinds of restrictions
327are acceptable because they don't obstruct the community's normal use
328of the manual.
329
330However, it must be possible to modify all the @emph{technical}
331content of the manual, and then distribute the result in all the usual
332media, through all the usual channels. Otherwise, the restrictions
333obstruct the use of the manual, it is not free, and we need another
334manual to replace it.
335
336Please spread the word about this issue. Our community continues to
337lose manuals to proprietary publishing. If we spread the word that
338free software needs free reference manuals and free tutorials, perhaps
339the next person who wants to contribute by writing documentation will
340realize, before it is too late, that only free manuals contribute to
341the free software community.
342
343If you are writing documentation, please insist on publishing it under
344the GNU Free Documentation License or another free documentation
345license. Remember that this decision requires your approval---you
346don't have to let the publisher decide. Some commercial publishers
347will use a free license if you insist, but they will not propose the
348option; it is up to you to raise the issue and say firmly that this is
349what you want. If the publisher you are dealing with refuses, please
350try other publishers. If you're not sure whether a proposed license
42584a72 351is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
352
353You can encourage commercial publishers to sell more free, copylefted
354manuals and tutorials by buying them, and particularly by buying
355copies from the publishers that paid for their writing or for major
356improvements. Meanwhile, try to avoid buying non-free documentation
357at all. Check the distribution terms of a manual before you buy it,
358and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
359Check the history of the book, and try to reward the publishers that
360have paid or pay the authors to work on it.
959acfd1
EZ
361
362The Free Software Foundation maintains a list of free documentation
363published by other publishers, at
364@url{http://www.fsf.org/doc/other-free-books.html}.
365
6d2ebf8b 366@node Contributors
96a2c332
SS
367@unnumberedsec Contributors to @value{GDBN}
368
369Richard Stallman was the original author of @value{GDBN}, and of many
370other @sc{gnu} programs. Many others have contributed to its
371development. This section attempts to credit major contributors. One
372of the virtues of free software is that everyone is free to contribute
373to it; with regret, we cannot actually acknowledge everyone here. The
374file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
375blow-by-blow account.
376
377Changes much prior to version 2.0 are lost in the mists of time.
378
379@quotation
380@emph{Plea:} Additions to this section are particularly welcome. If you
381or your friends (or enemies, to be evenhanded) have been unfairly
382omitted from this list, we would like to add your names!
383@end quotation
384
385So that they may not regard their many labors as thankless, we
386particularly thank those who shepherded @value{GDBN} through major
387releases:
7ba3cf9c 388Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
389Jim Blandy (release 4.18);
390Jason Molenda (release 4.17);
391Stan Shebs (release 4.14);
392Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
393Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
394John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
395Jim Kingdon (releases 3.5, 3.4, and 3.3);
396and Randy Smith (releases 3.2, 3.1, and 3.0).
397
398Richard Stallman, assisted at various times by Peter TerMaat, Chris
399Hanson, and Richard Mlynarik, handled releases through 2.8.
400
b37052ae
EZ
401Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
402in @value{GDBN}, with significant additional contributions from Per
403Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
404demangler. Early work on C@t{++} was by Peter TerMaat (who also did
405much general update work leading to release 3.0).
c906108c 406
b37052ae 407@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
408object-file formats; BFD was a joint project of David V.
409Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
410
411David Johnson wrote the original COFF support; Pace Willison did
412the original support for encapsulated COFF.
413
0179ffac 414Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
415
416Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
417Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
418support.
419Jean-Daniel Fekete contributed Sun 386i support.
420Chris Hanson improved the HP9000 support.
421Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
422David Johnson contributed Encore Umax support.
423Jyrki Kuoppala contributed Altos 3068 support.
424Jeff Law contributed HP PA and SOM support.
425Keith Packard contributed NS32K support.
426Doug Rabson contributed Acorn Risc Machine support.
427Bob Rusk contributed Harris Nighthawk CX-UX support.
428Chris Smith contributed Convex support (and Fortran debugging).
429Jonathan Stone contributed Pyramid support.
430Michael Tiemann contributed SPARC support.
431Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
432Pace Willison contributed Intel 386 support.
433Jay Vosburgh contributed Symmetry support.
a37295f9 434Marko Mlinar contributed OpenRISC 1000 support.
c906108c 435
1104b9e7 436Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
437
438Rich Schaefer and Peter Schauer helped with support of SunOS shared
439libraries.
440
441Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
442about several machine instruction sets.
443
444Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
445remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
446contributed remote debugging modules for the i960, VxWorks, A29K UDI,
447and RDI targets, respectively.
448
449Brian Fox is the author of the readline libraries providing
450command-line editing and command history.
451
7a292a7a
SS
452Andrew Beers of SUNY Buffalo wrote the language-switching code, the
453Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 454
5d161b24 455Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 456He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 457symbols.
c906108c 458
f24c5e49
KI
459Hitachi America (now Renesas America), Ltd. sponsored the support for
460H8/300, H8/500, and Super-H processors.
c906108c
SS
461
462NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
463
f24c5e49
KI
464Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
465processors.
c906108c
SS
466
467Toshiba sponsored the support for the TX39 Mips processor.
468
469Matsushita sponsored the support for the MN10200 and MN10300 processors.
470
96a2c332 471Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
472
473Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
474watchpoints.
475
476Michael Snyder added support for tracepoints.
477
478Stu Grossman wrote gdbserver.
479
480Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 481nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
482
483The following people at the Hewlett-Packard Company contributed
484support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 485(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
486compiler, and the Text User Interface (nee Terminal User Interface):
487Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
488Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
489provided HP-specific information in this manual.
c906108c 490
b37052ae
EZ
491DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
492Robert Hoehne made significant contributions to the DJGPP port.
493
96a2c332
SS
494Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
495development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
496fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
497Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
498Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
499Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
500Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
501addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
502JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
503Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
504Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
505Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
506Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
507Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
508Zuhn have made contributions both large and small.
c906108c 509
ffed4509
AC
510Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
511Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
512
e2e0bcd1
JB
513Jim Blandy added support for preprocessor macros, while working for Red
514Hat.
c906108c 515
a9967aef
AC
516Andrew Cagney designed @value{GDBN}'s architecture vector. Many
517people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
518Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
519Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
520Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
521with the migration of old architectures to this new framework.
522
c5e30d01
AC
523Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
524unwinder framework, this consisting of a fresh new design featuring
525frame IDs, independent frame sniffers, and the sentinel frame. Mark
526Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
527libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
db2e3e2e 528trad unwinders. The architecture-specific changes, each involving a
c5e30d01
AC
529complete rewrite of the architecture's frame code, were carried out by
530Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
531Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
532Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
533Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
534Weigand.
535
ca3bf3bd
DJ
536Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
537Tensilica, Inc.@: contributed support for Xtensa processors. Others
538who have worked on the Xtensa port of @value{GDBN} in the past include
539Steve Tjiang, John Newlin, and Scott Foehner.
540
08be9d71
ME
541Michael Eager and staff of Xilinx, Inc., contributed support for the
542Xilinx MicroBlaze architecture.
543
387360da
JB
544Initial support for the FreeBSD/mips target and native configuration
545was developed by SRI International and the University of Cambridge
546Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
547("CTSRD"), as part of the DARPA CRASH research programme.
548
74792ff7
JB
549Initial support for the FreeBSD/riscv target and native configuration
550was developed by SRI International and the University of Cambridge
551Computer Laboratory (Department of Computer Science and Technology)
552under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the DARPA
553SSITH research programme.
554
a994fec4
FJ
555The original port to the OpenRISC 1000 is believed to be due to
556Alessandro Forin and Per Bothner. More recent ports have been the work
557of Jeremy Bennett, Franck Jullien, Stefan Wallentowitz and
558Stafford Horne.
559
39791af2
JM
560Weimin Pan, David Faust and Jose E. Marchesi contributed support for
561the Linux kernel BPF virtual architecture. This work was sponsored by
562Oracle.
563
6d2ebf8b 564@node Sample Session
c906108c
SS
565@chapter A Sample @value{GDBN} Session
566
567You can use this manual at your leisure to read all about @value{GDBN}.
568However, a handful of commands are enough to get started using the
569debugger. This chapter illustrates those commands.
570
571@iftex
572In this sample session, we emphasize user input like this: @b{input},
573to make it easier to pick out from the surrounding output.
574@end iftex
575
576@c FIXME: this example may not be appropriate for some configs, where
577@c FIXME...primary interest is in remote use.
578
579One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
580processor) exhibits the following bug: sometimes, when we change its
581quote strings from the default, the commands used to capture one macro
582definition within another stop working. In the following short @code{m4}
583session, we define a macro @code{foo} which expands to @code{0000}; we
584then use the @code{m4} built-in @code{defn} to define @code{bar} as the
585same thing. However, when we change the open quote string to
586@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
587procedure fails to define a new synonym @code{baz}:
588
589@smallexample
590$ @b{cd gnu/m4}
591$ @b{./m4}
592@b{define(foo,0000)}
593
594@b{foo}
5950000
596@b{define(bar,defn(`foo'))}
597
598@b{bar}
5990000
600@b{changequote(<QUOTE>,<UNQUOTE>)}
601
602@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
603@b{baz}
c8aa23ab 604@b{Ctrl-d}
c906108c
SS
605m4: End of input: 0: fatal error: EOF in string
606@end smallexample
607
608@noindent
609Let us use @value{GDBN} to try to see what is going on.
610
c906108c
SS
611@smallexample
612$ @b{@value{GDBP} m4}
613@c FIXME: this falsifies the exact text played out, to permit smallbook
614@c FIXME... format to come out better.
615@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 616 of it under certain conditions; type "show copying" to see
c906108c 617 the conditions.
5d161b24 618There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
619 for details.
620
621@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
622(@value{GDBP})
623@end smallexample
c906108c
SS
624
625@noindent
626@value{GDBN} reads only enough symbol data to know where to find the
627rest when needed; as a result, the first prompt comes up very quickly.
628We now tell @value{GDBN} to use a narrower display width than usual, so
629that examples fit in this manual.
630
631@smallexample
632(@value{GDBP}) @b{set width 70}
633@end smallexample
634
635@noindent
636We need to see how the @code{m4} built-in @code{changequote} works.
637Having looked at the source, we know the relevant subroutine is
638@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
639@code{break} command.
640
641@smallexample
642(@value{GDBP}) @b{break m4_changequote}
643Breakpoint 1 at 0x62f4: file builtin.c, line 879.
644@end smallexample
645
646@noindent
647Using the @code{run} command, we start @code{m4} running under @value{GDBN}
648control; as long as control does not reach the @code{m4_changequote}
649subroutine, the program runs as usual:
650
651@smallexample
652(@value{GDBP}) @b{run}
653Starting program: /work/Editorial/gdb/gnu/m4/m4
654@b{define(foo,0000)}
655
656@b{foo}
6570000
658@end smallexample
659
660@noindent
661To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
662suspends execution of @code{m4}, displaying information about the
663context where it stops.
664
665@smallexample
666@b{changequote(<QUOTE>,<UNQUOTE>)}
667
5d161b24 668Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
669 at builtin.c:879
670879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
671@end smallexample
672
673@noindent
674Now we use the command @code{n} (@code{next}) to advance execution to
675the next line of the current function.
676
677@smallexample
678(@value{GDBP}) @b{n}
679882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
680 : nil,
681@end smallexample
682
683@noindent
684@code{set_quotes} looks like a promising subroutine. We can go into it
685by using the command @code{s} (@code{step}) instead of @code{next}.
686@code{step} goes to the next line to be executed in @emph{any}
687subroutine, so it steps into @code{set_quotes}.
688
689@smallexample
690(@value{GDBP}) @b{s}
691set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
692 at input.c:530
693530 if (lquote != def_lquote)
694@end smallexample
695
696@noindent
697The display that shows the subroutine where @code{m4} is now
698suspended (and its arguments) is called a stack frame display. It
699shows a summary of the stack. We can use the @code{backtrace}
700command (which can also be spelled @code{bt}), to see where we are
701in the stack as a whole: the @code{backtrace} command displays a
702stack frame for each active subroutine.
703
704@smallexample
705(@value{GDBP}) @b{bt}
706#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
707 at input.c:530
5d161b24 708#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
709 at builtin.c:882
710#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
711#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
712 at macro.c:71
713#4 0x79dc in expand_input () at macro.c:40
714#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
715@end smallexample
716
717@noindent
718We step through a few more lines to see what happens. The first two
719times, we can use @samp{s}; the next two times we use @code{n} to avoid
720falling into the @code{xstrdup} subroutine.
721
722@smallexample
723(@value{GDBP}) @b{s}
7240x3b5c 532 if (rquote != def_rquote)
725(@value{GDBP}) @b{s}
7260x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
727def_lquote : xstrdup(lq);
728(@value{GDBP}) @b{n}
729536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
730 : xstrdup(rq);
731(@value{GDBP}) @b{n}
732538 len_lquote = strlen(rquote);
733@end smallexample
734
735@noindent
736The last line displayed looks a little odd; we can examine the variables
737@code{lquote} and @code{rquote} to see if they are in fact the new left
738and right quotes we specified. We use the command @code{p}
739(@code{print}) to see their values.
740
741@smallexample
742(@value{GDBP}) @b{p lquote}
743$1 = 0x35d40 "<QUOTE>"
744(@value{GDBP}) @b{p rquote}
745$2 = 0x35d50 "<UNQUOTE>"
746@end smallexample
747
748@noindent
749@code{lquote} and @code{rquote} are indeed the new left and right quotes.
750To look at some context, we can display ten lines of source
751surrounding the current line with the @code{l} (@code{list}) command.
752
753@smallexample
754(@value{GDBP}) @b{l}
755533 xfree(rquote);
756534
757535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
758 : xstrdup (lq);
759536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
760 : xstrdup (rq);
761537
762538 len_lquote = strlen(rquote);
763539 len_rquote = strlen(lquote);
764540 @}
765541
766542 void
767@end smallexample
768
769@noindent
770Let us step past the two lines that set @code{len_lquote} and
771@code{len_rquote}, and then examine the values of those variables.
772
773@smallexample
774(@value{GDBP}) @b{n}
775539 len_rquote = strlen(lquote);
776(@value{GDBP}) @b{n}
777540 @}
778(@value{GDBP}) @b{p len_lquote}
779$3 = 9
780(@value{GDBP}) @b{p len_rquote}
781$4 = 7
782@end smallexample
783
784@noindent
785That certainly looks wrong, assuming @code{len_lquote} and
786@code{len_rquote} are meant to be the lengths of @code{lquote} and
787@code{rquote} respectively. We can set them to better values using
788the @code{p} command, since it can print the value of
789any expression---and that expression can include subroutine calls and
790assignments.
791
792@smallexample
793(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
794$5 = 7
795(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
796$6 = 9
797@end smallexample
798
799@noindent
800Is that enough to fix the problem of using the new quotes with the
801@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
802executing with the @code{c} (@code{continue}) command, and then try the
803example that caused trouble initially:
804
805@smallexample
806(@value{GDBP}) @b{c}
807Continuing.
808
809@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
810
811baz
8120000
813@end smallexample
814
815@noindent
816Success! The new quotes now work just as well as the default ones. The
817problem seems to have been just the two typos defining the wrong
818lengths. We allow @code{m4} exit by giving it an EOF as input:
819
820@smallexample
c8aa23ab 821@b{Ctrl-d}
c906108c
SS
822Program exited normally.
823@end smallexample
824
825@noindent
826The message @samp{Program exited normally.} is from @value{GDBN}; it
827indicates @code{m4} has finished executing. We can end our @value{GDBN}
828session with the @value{GDBN} @code{quit} command.
829
830@smallexample
831(@value{GDBP}) @b{quit}
832@end smallexample
c906108c 833
6d2ebf8b 834@node Invocation
c906108c
SS
835@chapter Getting In and Out of @value{GDBN}
836
837This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 838The essentials are:
c906108c 839@itemize @bullet
5d161b24 840@item
53a5351d 841type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 842@item
c8aa23ab 843type @kbd{quit} or @kbd{Ctrl-d} to exit.
c906108c
SS
844@end itemize
845
846@menu
847* Invoking GDB:: How to start @value{GDBN}
848* Quitting GDB:: How to quit @value{GDBN}
849* Shell Commands:: How to use shell commands inside @value{GDBN}
79a6e687 850* Logging Output:: How to log @value{GDBN}'s output to a file
c906108c
SS
851@end menu
852
6d2ebf8b 853@node Invoking GDB
c906108c
SS
854@section Invoking @value{GDBN}
855
c906108c
SS
856Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
857@value{GDBN} reads commands from the terminal until you tell it to exit.
858
859You can also run @code{@value{GDBP}} with a variety of arguments and options,
860to specify more of your debugging environment at the outset.
861
c906108c
SS
862The command-line options described here are designed
863to cover a variety of situations; in some environments, some of these
5d161b24 864options may effectively be unavailable.
c906108c
SS
865
866The most usual way to start @value{GDBN} is with one argument,
867specifying an executable program:
868
474c8240 869@smallexample
c906108c 870@value{GDBP} @var{program}
474c8240 871@end smallexample
c906108c 872
c906108c
SS
873@noindent
874You can also start with both an executable program and a core file
875specified:
876
474c8240 877@smallexample
c906108c 878@value{GDBP} @var{program} @var{core}
474c8240 879@end smallexample
c906108c 880
4ed4690f
SM
881You can, instead, specify a process ID as a second argument or use option
882@code{-p}, if you want to debug a running process:
c906108c 883
474c8240 884@smallexample
c906108c 885@value{GDBP} @var{program} 1234
4ed4690f 886@value{GDBP} -p 1234
474c8240 887@end smallexample
c906108c
SS
888
889@noindent
4ed4690f
SM
890would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
891can omit the @var{program} filename.
c906108c 892
c906108c 893Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
894complete operating system; when you use @value{GDBN} as a remote
895debugger attached to a bare board, there may not be any notion of
896``process'', and there is often no way to get a core dump. @value{GDBN}
897will warn you if it is unable to attach or to read core dumps.
c906108c 898
aa26fa3a
TT
899You can optionally have @code{@value{GDBP}} pass any arguments after the
900executable file to the inferior using @code{--args}. This option stops
901option processing.
474c8240 902@smallexample
3f94c067 903@value{GDBP} --args gcc -O2 -c foo.c
474c8240 904@end smallexample
aa26fa3a
TT
905This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
906@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
907
96a2c332 908You can run @code{@value{GDBP}} without printing the front material, which describes
adcc0a31 909@value{GDBN}'s non-warranty, by specifying @code{--silent}
910(or @code{-q}/@code{--quiet}):
c906108c
SS
911
912@smallexample
adcc0a31 913@value{GDBP} --silent
c906108c
SS
914@end smallexample
915
916@noindent
917You can further control how @value{GDBN} starts up by using command-line
918options. @value{GDBN} itself can remind you of the options available.
919
920@noindent
921Type
922
474c8240 923@smallexample
c906108c 924@value{GDBP} -help
474c8240 925@end smallexample
c906108c
SS
926
927@noindent
928to display all available options and briefly describe their use
929(@samp{@value{GDBP} -h} is a shorter equivalent).
930
931All options and command line arguments you give are processed
932in sequential order. The order makes a difference when the
933@samp{-x} option is used.
934
935
936@menu
c906108c
SS
937* File Options:: Choosing files
938* Mode Options:: Choosing modes
6fc08d32 939* Startup:: What @value{GDBN} does during startup
64aaad63 940* Initialization Files:: Initialization Files
c906108c
SS
941@end menu
942
6d2ebf8b 943@node File Options
79a6e687 944@subsection Choosing Files
c906108c 945
2df3850c 946When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
947specifying an executable file and core file (or process ID). This is
948the same as if the arguments were specified by the @samp{-se} and
d52fb0e9 949@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
19837790
MS
950first argument that does not have an associated option flag as
951equivalent to the @samp{-se} option followed by that argument; and the
952second argument that does not have an associated option flag, if any, as
953equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
954If the second argument begins with a decimal digit, @value{GDBN} will
955first attempt to attach to it as a process, and if that fails, attempt
956to open it as a corefile. If you have a corefile whose name begins with
b383017d 957a digit, you can prevent @value{GDBN} from treating it as a pid by
c1468174 958prefixing it with @file{./}, e.g.@: @file{./12345}.
7a292a7a
SS
959
960If @value{GDBN} has not been configured to included core file support,
961such as for most embedded targets, then it will complain about a second
962argument and ignore it.
c906108c
SS
963
964Many options have both long and short forms; both are shown in the
965following list. @value{GDBN} also recognizes the long forms if you truncate
966them, so long as enough of the option is present to be unambiguous.
967(If you prefer, you can flag option arguments with @samp{--} rather
968than @samp{-}, though we illustrate the more usual convention.)
969
d700128c
EZ
970@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
971@c way, both those who look for -foo and --foo in the index, will find
972@c it.
973
c906108c
SS
974@table @code
975@item -symbols @var{file}
976@itemx -s @var{file}
d700128c
EZ
977@cindex @code{--symbols}
978@cindex @code{-s}
c906108c
SS
979Read symbol table from file @var{file}.
980
981@item -exec @var{file}
982@itemx -e @var{file}
d700128c
EZ
983@cindex @code{--exec}
984@cindex @code{-e}
7a292a7a
SS
985Use file @var{file} as the executable file to execute when appropriate,
986and for examining pure data in conjunction with a core dump.
c906108c
SS
987
988@item -se @var{file}
d700128c 989@cindex @code{--se}
c906108c
SS
990Read symbol table from file @var{file} and use it as the executable
991file.
992
c906108c
SS
993@item -core @var{file}
994@itemx -c @var{file}
d700128c
EZ
995@cindex @code{--core}
996@cindex @code{-c}
b383017d 997Use file @var{file} as a core dump to examine.
c906108c 998
19837790
MS
999@item -pid @var{number}
1000@itemx -p @var{number}
1001@cindex @code{--pid}
1002@cindex @code{-p}
1003Connect to process ID @var{number}, as with the @code{attach} command.
c906108c
SS
1004
1005@item -command @var{file}
1006@itemx -x @var{file}
d700128c
EZ
1007@cindex @code{--command}
1008@cindex @code{-x}
95433b34
JB
1009Execute commands from file @var{file}. The contents of this file is
1010evaluated exactly as the @code{source} command would.
8150ff9c 1011@xref{Command Files,, Command files}.
c906108c 1012
8a5a3c82
AS
1013@item -eval-command @var{command}
1014@itemx -ex @var{command}
1015@cindex @code{--eval-command}
1016@cindex @code{-ex}
1017Execute a single @value{GDBN} command.
1018
1019This option may be used multiple times to call multiple commands. It may
1020also be interleaved with @samp{-command} as required.
1021
1022@smallexample
1023@value{GDBP} -ex 'target sim' -ex 'load' \
1024 -x setbreakpoints -ex 'run' a.out
1025@end smallexample
1026
8320cc4f
JK
1027@item -init-command @var{file}
1028@itemx -ix @var{file}
1029@cindex @code{--init-command}
1030@cindex @code{-ix}
2d7b58e8
JK
1031Execute commands from file @var{file} before loading the inferior (but
1032after loading gdbinit files).
8320cc4f
JK
1033@xref{Startup}.
1034
1035@item -init-eval-command @var{command}
1036@itemx -iex @var{command}
1037@cindex @code{--init-eval-command}
1038@cindex @code{-iex}
2d7b58e8
JK
1039Execute a single @value{GDBN} command before loading the inferior (but
1040after loading gdbinit files).
8320cc4f
JK
1041@xref{Startup}.
1042
c906108c
SS
1043@item -directory @var{directory}
1044@itemx -d @var{directory}
d700128c
EZ
1045@cindex @code{--directory}
1046@cindex @code{-d}
4b505b12 1047Add @var{directory} to the path to search for source and script files.
c906108c 1048
c906108c
SS
1049@item -r
1050@itemx -readnow
d700128c
EZ
1051@cindex @code{--readnow}
1052@cindex @code{-r}
c906108c
SS
1053Read each symbol file's entire symbol table immediately, rather than
1054the default, which is to read it incrementally as it is needed.
1055This makes startup slower, but makes future operations faster.
53a5351d 1056
97cbe998
SDJ
1057@item --readnever
1058@anchor{--readnever}
1059@cindex @code{--readnever}, command-line option
1060Do not read each symbol file's symbolic debug information. This makes
1061startup faster but at the expense of not being able to perform
1062symbolic debugging. DWARF unwind information is also not read,
1063meaning backtraces may become incomplete or inaccurate. One use of
1064this is when a user simply wants to do the following sequence: attach,
1065dump core, detach. Loading the debugging information in this case is
1066an unnecessary cause of delay.
c906108c
SS
1067@end table
1068
6d2ebf8b 1069@node Mode Options
79a6e687 1070@subsection Choosing Modes
c906108c
SS
1071
1072You can run @value{GDBN} in various alternative modes---for example, in
1073batch mode or quiet mode.
1074
1075@table @code
bf88dd68 1076@anchor{-nx}
c906108c
SS
1077@item -nx
1078@itemx -n
d700128c
EZ
1079@cindex @code{--nx}
1080@cindex @code{-n}
64aaad63
AB
1081Do not execute commands found in any initialization files
1082(@pxref{Initialization Files}).
07540c15
DE
1083
1084@anchor{-nh}
1085@item -nh
1086@cindex @code{--nh}
64aaad63
AB
1087Do not execute commands found in any home directory initialization
1088file (@pxref{Initialization Files,,Home directory initialization
1089file}). The system wide and current directory initialization files
1090are still loaded.
c906108c
SS
1091
1092@item -quiet
d700128c 1093@itemx -silent
c906108c 1094@itemx -q
d700128c
EZ
1095@cindex @code{--quiet}
1096@cindex @code{--silent}
1097@cindex @code{-q}
c906108c
SS
1098``Quiet''. Do not print the introductory and copyright messages. These
1099messages are also suppressed in batch mode.
1100
1101@item -batch
d700128c 1102@cindex @code{--batch}
c906108c
SS
1103Run in batch mode. Exit with status @code{0} after processing all the
1104command files specified with @samp{-x} (and all commands from
1105initialization files, if not inhibited with @samp{-n}). Exit with
1106nonzero status if an error occurs in executing the @value{GDBN} commands
5da1313b
JK
1107in the command files. Batch mode also disables pagination, sets unlimited
1108terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1109off} were in effect (@pxref{Messages/Warnings}).
c906108c 1110
2df3850c
JM
1111Batch mode may be useful for running @value{GDBN} as a filter, for
1112example to download and run a program on another computer; in order to
1113make this more useful, the message
c906108c 1114
474c8240 1115@smallexample
c906108c 1116Program exited normally.
474c8240 1117@end smallexample
c906108c
SS
1118
1119@noindent
2df3850c
JM
1120(which is ordinarily issued whenever a program running under
1121@value{GDBN} control terminates) is not issued when running in batch
1122mode.
1123
1a088d06
AS
1124@item -batch-silent
1125@cindex @code{--batch-silent}
1126Run in batch mode exactly like @samp{-batch}, but totally silently. All
1127@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1128unaffected). This is much quieter than @samp{-silent} and would be useless
1129for an interactive session.
1130
1131This is particularly useful when using targets that give @samp{Loading section}
1132messages, for example.
1133
1134Note that targets that give their output via @value{GDBN}, as opposed to
1135writing directly to @code{stdout}, will also be made silent.
1136
4b0ad762
AS
1137@item -return-child-result
1138@cindex @code{--return-child-result}
1139The return code from @value{GDBN} will be the return code from the child
1140process (the process being debugged), with the following exceptions:
1141
1142@itemize @bullet
1143@item
1144@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1145internal error. In this case the exit code is the same as it would have been
1146without @samp{-return-child-result}.
1147@item
1148The user quits with an explicit value. E.g., @samp{quit 1}.
1149@item
1150The child process never runs, or is not allowed to terminate, in which case
1151the exit code will be -1.
1152@end itemize
1153
1154This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1155when @value{GDBN} is being used as a remote program loader or simulator
1156interface.
1157
2df3850c
JM
1158@item -nowindows
1159@itemx -nw
d700128c
EZ
1160@cindex @code{--nowindows}
1161@cindex @code{-nw}
2df3850c 1162``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1163(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1164interface. If no GUI is available, this option has no effect.
1165
1166@item -windows
1167@itemx -w
d700128c
EZ
1168@cindex @code{--windows}
1169@cindex @code{-w}
2df3850c
JM
1170If @value{GDBN} includes a GUI, then this option requires it to be
1171used if possible.
c906108c
SS
1172
1173@item -cd @var{directory}
d700128c 1174@cindex @code{--cd}
c906108c
SS
1175Run @value{GDBN} using @var{directory} as its working directory,
1176instead of the current directory.
1177
aae1c79a 1178@item -data-directory @var{directory}
8d551b02 1179@itemx -D @var{directory}
aae1c79a 1180@cindex @code{--data-directory}
8d551b02 1181@cindex @code{-D}
aae1c79a
DE
1182Run @value{GDBN} using @var{directory} as its data directory.
1183The data directory is where @value{GDBN} searches for its
1184auxiliary files. @xref{Data Files}.
1185
c906108c
SS
1186@item -fullname
1187@itemx -f
d700128c
EZ
1188@cindex @code{--fullname}
1189@cindex @code{-f}
7a292a7a
SS
1190@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1191subprocess. It tells @value{GDBN} to output the full file name and line
1192number in a standard, recognizable fashion each time a stack frame is
1193displayed (which includes each time your program stops). This
1194recognizable format looks like two @samp{\032} characters, followed by
1195the file name, line number and character position separated by colons,
1196and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1197@samp{\032} characters as a signal to display the source code for the
1198frame.
c906108c 1199
d700128c
EZ
1200@item -annotate @var{level}
1201@cindex @code{--annotate}
1202This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1203effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1204(@pxref{Annotations}). The annotation @var{level} controls how much
1205information @value{GDBN} prints together with its prompt, values of
1206expressions, source lines, and other types of output. Level 0 is the
1207normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1208@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1209that control @value{GDBN}, and level 2 has been deprecated.
1210
265eeb58 1211The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1212(@pxref{GDB/MI}).
d700128c 1213
aa26fa3a
TT
1214@item --args
1215@cindex @code{--args}
1216Change interpretation of command line so that arguments following the
1217executable file are passed as command line arguments to the inferior.
1218This option stops option processing.
1219
2df3850c
JM
1220@item -baud @var{bps}
1221@itemx -b @var{bps}
d700128c
EZ
1222@cindex @code{--baud}
1223@cindex @code{-b}
c906108c
SS
1224Set the line speed (baud rate or bits per second) of any serial
1225interface used by @value{GDBN} for remote debugging.
c906108c 1226
f47b1503
AS
1227@item -l @var{timeout}
1228@cindex @code{-l}
1229Set the timeout (in seconds) of any communication used by @value{GDBN}
1230for remote debugging.
1231
c906108c 1232@item -tty @var{device}
d700128c
EZ
1233@itemx -t @var{device}
1234@cindex @code{--tty}
1235@cindex @code{-t}
c906108c
SS
1236Run using @var{device} for your program's standard input and output.
1237@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1238
53a5351d 1239@c resolve the situation of these eventually
c4555f82
SC
1240@item -tui
1241@cindex @code{--tui}
d0d5df6f
AC
1242Activate the @dfn{Text User Interface} when starting. The Text User
1243Interface manages several text windows on the terminal, showing
1244source, assembly, registers and @value{GDBN} command outputs
217bff3e
JK
1245(@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1246option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1247Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d 1248
d700128c
EZ
1249@item -interpreter @var{interp}
1250@cindex @code{--interpreter}
1251Use the interpreter @var{interp} for interface with the controlling
1252program or device. This option is meant to be set by programs which
94bbb2c0 1253communicate with @value{GDBN} using it as a back end.
21c294e6 1254@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1255
b4be1b06
SM
1256@samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1257@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1258The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1259version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1260included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1261interfaces are no longer supported.
d700128c
EZ
1262
1263@item -write
1264@cindex @code{--write}
1265Open the executable and core files for both reading and writing. This
1266is equivalent to the @samp{set write on} command inside @value{GDBN}
1267(@pxref{Patching}).
1268
1269@item -statistics
1270@cindex @code{--statistics}
1271This option causes @value{GDBN} to print statistics about time and
1272memory usage after it completes each command and returns to the prompt.
1273
1274@item -version
1275@cindex @code{--version}
1276This option causes @value{GDBN} to print its version number and
1277no-warranty blurb, and exit.
1278
6eaaf48b
EZ
1279@item -configuration
1280@cindex @code{--configuration}
1281This option causes @value{GDBN} to print details about its build-time
1282configuration parameters, and then exit. These details can be
1283important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1284
c906108c
SS
1285@end table
1286
6fc08d32 1287@node Startup
79a6e687 1288@subsection What @value{GDBN} Does During Startup
6fc08d32
EZ
1289@cindex @value{GDBN} startup
1290
1291Here's the description of what @value{GDBN} does during session startup:
1292
1293@enumerate
1294@item
1295Sets up the command interpreter as specified by the command line
1296(@pxref{Mode Options, interpreter}).
1297
1298@item
1299@cindex init file
64aaad63
AB
1300Reads the system wide initialization file and the files from the
1301system wide initialization directory, @pxref{System Wide Init Files}.
098b41a6
JG
1302
1303@item
64aaad63
AB
1304Reads the initialization file (if any) in your home directory and
1305executes all the commands in that file, @pxref{Home Directory Init
1306File}.
6fc08d32 1307
2d7b58e8
JK
1308@anchor{Option -init-eval-command}
1309@item
1310Executes commands and command files specified by the @samp{-iex} and
1311@samp{-ix} options in their specified order. Usually you should use the
1312@samp{-ex} and @samp{-x} options instead, but this way you can apply
1313settings before @value{GDBN} init files get executed and before inferior
1314gets loaded.
1315
6fc08d32
EZ
1316@item
1317Processes command line options and operands.
1318
1319@item
64aaad63
AB
1320Reads and executes the commands from the initialization file (if any)
1321in the current working directory as long as @samp{set auto-load
1322local-gdbinit} is set to @samp{on} (@pxref{Init File in the Current
1323Directory}). This is only done if the current directory is different
1324from your home directory. Thus, you can have more than one init file,
1325one generic in your home directory, and another, specific to the
1326program you are debugging, in the directory where you invoke
1327@value{GDBN}. @xref{Init File in the Current Directory during
1328Startup}.
6fc08d32 1329
a86caf66
DE
1330@item
1331If the command line specified a program to debug, or a process to
1332attach to, or a core file, @value{GDBN} loads any auto-loaded
1333scripts provided for the program or for its loaded shared libraries.
1334@xref{Auto-loading}.
1335
1336If you wish to disable the auto-loading during startup,
1337you must do something like the following:
1338
1339@smallexample
bf88dd68 1340$ gdb -iex "set auto-load python-scripts off" myprogram
a86caf66
DE
1341@end smallexample
1342
8320cc4f
JK
1343Option @samp{-ex} does not work because the auto-loading is then turned
1344off too late.
a86caf66 1345
6fc08d32 1346@item
6fe37d23
JK
1347Executes commands and command files specified by the @samp{-ex} and
1348@samp{-x} options in their specified order. @xref{Command Files}, for
1349more details about @value{GDBN} command files.
6fc08d32
EZ
1350
1351@item
1352Reads the command history recorded in the @dfn{history file}.
d620b259 1353@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1354files where @value{GDBN} records it.
1355@end enumerate
1356
64aaad63
AB
1357@node Initialization Files
1358@subsection Initialization Files
1359@cindex init file name
6fc08d32 1360
64aaad63
AB
1361During startup (@pxref{Startup}) @value{GDBN} will execute commands
1362from several initialization files. These initialization files use the
1363same syntax as @dfn{command files} (@pxref{Command Files}) and are
1364processed by @value{GDBN} in the same way.
098b41a6 1365
64aaad63
AB
1366To display the list of initialization files loaded by @value{GDBN} at
1367startup, in the order they will be loaded, you can use @kbd{gdb
1368--help}.
1369
1370As the system wide and home directory initialization files are
1371processed before most command line options, changes to settings
1372(e.g. @samp{set complaints}) can affect subsequent processing of
1373command line options and operands.
1374
1375The following sections describe where @value{GDBN} looks for the
1376initialization and the order that the files are searched for.
1377
1378@anchor{System Wide Init Files}
1379@subsubsection System wide initialization files
1380
1381There are two locations that are searched for system wide
1382initialization files. Both of these locations are always checked:
1383
1384@table @code
1385
1386@item @file{system.gdbinit}
1387This is a single system-wide initialization file. Its location is
1388specified with the @code{--with-system-gdbinit} configure option
1389(@pxref{System-wide configuration}). It is loaded first when
1390@value{GDBN} starts, before command line options have been processed.
1391
1392@item @file{system.gdbinit.d}
1393This is the system-wide initialization directory. Its location is
1394specified with the @code{--with-system-gdbinit-dir} configure option
1395(@pxref{System-wide configuration}). Files in this directory are
1396loaded in alphabetical order immediately after @file{system.gdbinit}
1397(if enabled) when @value{GDBN} starts, before command line options
1398have been processed. Files need to have a recognized scripting
1399language extension (@file{.py}/@file{.scm}) or be named with a
1400@file{.gdb} extension to be interpreted as regular @value{GDBN}
1401commands. @value{GDBN} will not recurse into any subdirectories of
1402this directory.
1403
1404@end table
1405
1406It is possible to prevent the system wide initialization files from
1407being loaded using the @samp{-nx} command line option, @pxref{Mode
1408Options,,Choosing Modes}.
1409
1410@anchor{Home Directory Init File}
1411@subsubsection Home directory initialization file
1412@cindex @file{gdbinit}
6fc08d32 1413@cindex @file{.gdbinit}
119b882a 1414@cindex @file{gdb.ini}
119b882a 1415
64aaad63
AB
1416After loading the system wide initialization files @value{GDBN} will
1417look for an initialization file in the users home
1418directory@footnote{On DOS/Windows systems, the home directory is the
1419one pointed to by the @code{HOME} environment variable.}. There are a
1420number of locations that @value{GDBN} will search in the home
1421directory, these locations are searched in order and @value{GDBN} will
1422load the first file that it finds, and subsequent locations will not
1423be checked.
1424
1425On non-Apple hosts the locations searched are:
1426@table @file
1427@item $XDG_CONFIG_HOME/gdb/gdbinit
1428@item $HOME/.config/gdb/gdbinit
1429@item $HOME/.gdbinit
1430@end table
1431
1432While on Apple hosts the locations searched are:
1433@table @file
1434@item $HOME/Library/Preferences/gdb/gdbinit
1435@item $HOME/.gdbinit
1436@end table
1437
1438It is possible to prevent the home directory initialization file from
1439being loaded using the @samp{-nx} or @samp{-nh} command line options,
1440@pxref{Mode Options,,Choosing Modes}.
1441
1442The DJGPP port of @value{GDBN} uses the name @file{gdb.ini} instead of
1443@file{.gdbinit} or @file{gdbinit}, due to the limitations of file
1444names imposed by DOS filesystems. The Windows port of @value{GDBN}
1445uses the standard name, but if it finds a @file{gdb.ini} file in your
1446home directory, it warns you about that and suggests to rename the
1447file to the standard name.
1448
1449@anchor{Init File in the Current Directory during Startup}
1450@subsubsection Local directory initialization file
1451
1452@value{GDBN} will check the current directory for a file called
1453@file{.gdbinit}. It is loaded last, after command line options
1454other than @samp{-x} and @samp{-ex} have been processed. The command
1455line options @samp{-x} and @samp{-ex} are processed last, after
1456@file{.gdbinit} has been loaded, @pxref{File Options,,Choosing
1457Files}.
1458
1459If the file in the current directory was already loaded as the home
1460directory initialization file then it will not be loaded a second
1461time.
1462
1463It is possible to prevent the local directory initialization file from
1464being loaded using the @samp{-nx} command line option, @pxref{Mode
1465Options,,Choosing Modes}.
6fc08d32 1466
6d2ebf8b 1467@node Quitting GDB
c906108c
SS
1468@section Quitting @value{GDBN}
1469@cindex exiting @value{GDBN}
1470@cindex leaving @value{GDBN}
1471
1472@table @code
1473@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1474@kindex q @r{(@code{quit})}
96a2c332
SS
1475@item quit @r{[}@var{expression}@r{]}
1476@itemx q
1477To exit @value{GDBN}, use the @code{quit} command (abbreviated
c8aa23ab 1478@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
96a2c332
SS
1479do not supply @var{expression}, @value{GDBN} will terminate normally;
1480otherwise it will terminate using the result of @var{expression} as the
1481error code.
c906108c
SS
1482@end table
1483
1484@cindex interrupt
c8aa23ab 1485An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
c906108c
SS
1486terminates the action of any @value{GDBN} command that is in progress and
1487returns to @value{GDBN} command level. It is safe to type the interrupt
1488character at any time because @value{GDBN} does not allow it to take effect
1489until a time when it is safe.
1490
c906108c
SS
1491If you have been using @value{GDBN} to control an attached process or
1492device, you can release it with the @code{detach} command
79a6e687 1493(@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 1494
6d2ebf8b 1495@node Shell Commands
79a6e687 1496@section Shell Commands
c906108c
SS
1497
1498If you need to execute occasional shell commands during your
1499debugging session, there is no need to leave or suspend @value{GDBN}; you can
1500just use the @code{shell} command.
1501
1502@table @code
1503@kindex shell
ed59ded5 1504@kindex !
c906108c 1505@cindex shell escape
ed59ded5
DE
1506@item shell @var{command-string}
1507@itemx !@var{command-string}
1508Invoke a standard shell to execute @var{command-string}.
1509Note that no space is needed between @code{!} and @var{command-string}.
edf92af0
EZ
1510On GNU and Unix systems, the environment variable @code{SHELL}, if it
1511exists, determines which shell to run. Otherwise @value{GDBN} uses
1512the default shell (@file{/bin/sh} on GNU and Unix systems,
1513@file{cmd.exe} on MS-Windows, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1514@end table
1515
1516The utility @code{make} is often needed in development environments.
1517You do not have to use the @code{shell} command for this purpose in
1518@value{GDBN}:
1519
1520@table @code
1521@kindex make
1522@cindex calling make
1523@item make @var{make-args}
1524Execute the @code{make} program with the specified
1525arguments. This is equivalent to @samp{shell make @var{make-args}}.
1526@end table
1527
e2c52041
PW
1528@table @code
1529@kindex pipe
1530@kindex |
1531@cindex send the output of a gdb command to a shell command
1532@anchor{pipe}
1533@item pipe [@var{command}] | @var{shell_command}
1534@itemx | [@var{command}] | @var{shell_command}
1535@itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1536@itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1537Executes @var{command} and sends its output to @var{shell_command}.
1538Note that no space is needed around @code{|}.
1539If no @var{command} is provided, the last command executed is repeated.
1540
1541In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1542can be used to specify an alternate delimiter string @var{delim} that separates
1543the @var{command} from the @var{shell_command}.
1544
1545Example:
1546@smallexample
1547@group
1548(gdb) p var
1549$1 = @{
1550 black = 144,
1551 red = 233,
1552 green = 377,
1553 blue = 610,
1554 white = 987
1555@}
1556@end group
1557@group
1558(gdb) pipe p var|wc
1559 7 19 80
1560(gdb) |p var|wc -l
15617
1562@end group
1563@group
1564(gdb) p /x var
1565$4 = @{
1566 black = 0x90,
1567 red = 0xe9,
1568 green = 0x179,
1569 blue = 0x262,
1570 white = 0x3db
1571@}
1572(gdb) ||grep red
1573 red => 0xe9,
1574@end group
1575@group
1576(gdb) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1577this contains a PIPE char
1578(gdb) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1579this contains a PIPE char!
1580(gdb)
1581@end group
1582@end smallexample
1583@end table
1584
1585The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1586can be used to examine the exit status of the last shell command launched
1587by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1588@xref{Convenience Vars,, Convenience Variables}.
1589
79a6e687
BW
1590@node Logging Output
1591@section Logging Output
0fac0b41 1592@cindex logging @value{GDBN} output
9c16f35a 1593@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1594
1595You may want to save the output of @value{GDBN} commands to a file.
1596There are several commands to control @value{GDBN}'s logging.
1597
1598@table @code
1599@kindex set logging
1600@item set logging on
1601Enable logging.
1602@item set logging off
1603Disable logging.
9c16f35a 1604@cindex logging file name
0fac0b41
DJ
1605@item set logging file @var{file}
1606Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1607@item set logging overwrite [on|off]
1608By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1609you want @code{set logging on} to overwrite the logfile instead.
1610@item set logging redirect [on|off]
1611By default, @value{GDBN} output will go to both the terminal and the logfile.
1612Set @code{redirect} if you want output to go only to the log file.
b7060614
AH
1613@item set logging debugredirect [on|off]
1614By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1615Set @code{debugredirect} if you want debug output to go only to the log file.
0fac0b41
DJ
1616@kindex show logging
1617@item show logging
1618Show the current values of the logging settings.
1619@end table
1620
e2c52041
PW
1621You can also redirect the output of a @value{GDBN} command to a
1622shell command. @xref{pipe}.
6d2ebf8b 1623@node Commands
c906108c
SS
1624@chapter @value{GDBN} Commands
1625
1626You can abbreviate a @value{GDBN} command to the first few letters of the command
1627name, if that abbreviation is unambiguous; and you can repeat certain
1628@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1629key to get @value{GDBN} to fill out the rest of a word in a command (or to
1630show you the alternatives available, if there is more than one possibility).
1631
1632@menu
1633* Command Syntax:: How to give commands to @value{GDBN}
fdbc9870 1634* Command Settings:: How to change default behavior of commands
c906108c 1635* Completion:: Command completion
3345721a 1636* Command Options:: Command options
c906108c
SS
1637* Help:: How to ask @value{GDBN} for help
1638@end menu
1639
6d2ebf8b 1640@node Command Syntax
79a6e687 1641@section Command Syntax
c906108c
SS
1642
1643A @value{GDBN} command is a single line of input. There is no limit on
1644how long it can be. It starts with a command name, which is followed by
1645arguments whose meaning depends on the command name. For example, the
1646command @code{step} accepts an argument which is the number of times to
1647step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1648with no arguments. Some commands do not allow any arguments.
c906108c
SS
1649
1650@cindex abbreviation
1651@value{GDBN} command names may always be truncated if that abbreviation is
1652unambiguous. Other possible command abbreviations are listed in the
1653documentation for individual commands. In some cases, even ambiguous
1654abbreviations are allowed; for example, @code{s} is specially defined as
1655equivalent to @code{step} even though there are other commands whose
1656names start with @code{s}. You can test abbreviations by using them as
1657arguments to the @code{help} command.
1658
1659@cindex repeating commands
41afff9a 1660@kindex RET @r{(repeat last command)}
c906108c 1661A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1662repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1663will not repeat this way; these are commands whose unintentional
1664repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1665repeat. User-defined commands can disable this feature; see
1666@ref{Define, dont-repeat}.
c906108c
SS
1667
1668The @code{list} and @code{x} commands, when you repeat them with
1669@key{RET}, construct new arguments rather than repeating
1670exactly as typed. This permits easy scanning of source or memory.
1671
1672@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1673output, in a way similar to the common utility @code{more}
79a6e687 1674(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
c906108c
SS
1675@key{RET} too many in this situation, @value{GDBN} disables command
1676repetition after any command that generates this sort of display.
1677
41afff9a 1678@kindex # @r{(a comment)}
c906108c
SS
1679@cindex comment
1680Any text from a @kbd{#} to the end of the line is a comment; it does
1681nothing. This is useful mainly in command files (@pxref{Command
79a6e687 1682Files,,Command Files}).
c906108c 1683
88118b3a 1684@cindex repeating command sequences
c8aa23ab
EZ
1685@kindex Ctrl-o @r{(operate-and-get-next)}
1686The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
7f9087cb 1687commands. This command accepts the current line, like @key{RET}, and
88118b3a
TT
1688then fetches the next line relative to the current line from the history
1689for editing.
1690
fdbc9870
PA
1691
1692@node Command Settings
1693@section Command Settings
1694@cindex default behavior of commands, changing
1695@cindex default settings, changing
1696
1697Many commands change their behavior according to command-specific
1698variables or settings. These settings can be changed with the
1699@code{set} subcommands. For example, the @code{print} command
1700(@pxref{Data, ,Examining Data}) prints arrays differently depending on
1701settings changeable with the commands @code{set print elements
1702NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1703
1704You can change these settings to your preference in the gdbinit files
1705loaded at @value{GDBN} startup. @xref{Startup}.
1706
1707The settings can also be changed interactively during the debugging
1708session. For example, to change the limit of array elements to print,
1709you can do the following:
1710@smallexample
1711(@value{GDBN}) set print elements 10
1712(@value{GDBN}) print some_array
1713$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1714@end smallexample
1715
1716The above @code{set print elements 10} command changes the number of
1717elements to print from the default of 200 to 10. If you only intend
1718this limit of 10 to be used for printing @code{some_array}, then you
1719must restore the limit back to 200, with @code{set print elements
1720200}.
1721
1722Some commands allow overriding settings with command options. For
1723example, the @code{print} command supports a number of options that
1724allow overriding relevant global print settings as set by @code{set
1725print} subcommands. @xref{print options}. The example above could be
1726rewritten as:
1727@smallexample
1728(@value{GDBN}) print -elements 10 -- some_array
1729$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1730@end smallexample
1731
1732Alternatively, you can use the @code{with} command to change a setting
1733temporarily, for the duration of a command invocation.
1734
1735@table @code
1736@kindex with command
1737@kindex w @r{(@code{with})}
1738@cindex settings
1739@cindex temporarily change settings
1740@item with @var{setting} [@var{value}] [-- @var{command}]
1741@itemx w @var{setting} [@var{value}] [-- @var{command}]
1742Temporarily set @var{setting} to @var{value} for the duration of
1743@var{command}.
1744
1745@var{setting} is any setting you can change with the @code{set}
1746subcommands. @var{value} is the value to assign to @code{setting}
1747while running @code{command}.
1748
1749If no @var{command} is provided, the last command executed is
1750repeated.
1751
1752If a @var{command} is provided, it must be preceded by a double dash
1753(@code{--}) separator. This is required because some settings accept
1754free-form arguments, such as expressions or filenames.
1755
1756For example, the command
1757@smallexample
1758(@value{GDBN}) with print array on -- print some_array
1759@end smallexample
1760@noindent
1761is equivalent to the following 3 commands:
1762@smallexample
1763(@value{GDBN}) set print array on
1764(@value{GDBN}) print some_array
1765(@value{GDBN}) set print array off
1766@end smallexample
1767
1768The @code{with} command is particularly useful when you want to
1769override a setting while running user-defined commands, or commands
1770defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1771
1772@smallexample
1773(@value{GDBN}) with print pretty on -- my_complex_command
1774@end smallexample
1775
1776To change several settings for the same command, you can nest
1777@code{with} commands. For example, @code{with language ada -- with
1778print elements 10} temporarily changes the language to Ada and sets a
1779limit of 10 elements to print for arrays and strings.
1780
1781@end table
1782
6d2ebf8b 1783@node Completion
79a6e687 1784@section Command Completion
c906108c
SS
1785
1786@cindex completion
1787@cindex word completion
1788@value{GDBN} can fill in the rest of a word in a command for you, if there is
1789only one possibility; it can also show you what the valid possibilities
1790are for the next word in a command, at any time. This works for @value{GDBN}
3345721a
PA
1791commands, @value{GDBN} subcommands, command options, and the names of symbols
1792in your program.
c906108c
SS
1793
1794Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1795of a word. If there is only one possibility, @value{GDBN} fills in the
1796word, and waits for you to finish the command (or press @key{RET} to
1797enter it). For example, if you type
1798
1799@c FIXME "@key" does not distinguish its argument sufficiently to permit
1800@c complete accuracy in these examples; space introduced for clarity.
1801@c If texinfo enhancements make it unnecessary, it would be nice to
1802@c replace " @key" by "@key" in the following...
474c8240 1803@smallexample
c906108c 1804(@value{GDBP}) info bre @key{TAB}
474c8240 1805@end smallexample
c906108c
SS
1806
1807@noindent
1808@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1809the only @code{info} subcommand beginning with @samp{bre}:
1810
474c8240 1811@smallexample
c906108c 1812(@value{GDBP}) info breakpoints
474c8240 1813@end smallexample
c906108c
SS
1814
1815@noindent
1816You can either press @key{RET} at this point, to run the @code{info
1817breakpoints} command, or backspace and enter something else, if
1818@samp{breakpoints} does not look like the command you expected. (If you
1819were sure you wanted @code{info breakpoints} in the first place, you
1820might as well just type @key{RET} immediately after @samp{info bre},
1821to exploit command abbreviations rather than command completion).
1822
1823If there is more than one possibility for the next word when you press
1824@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1825characters and try again, or just press @key{TAB} a second time;
1826@value{GDBN} displays all the possible completions for that word. For
1827example, you might want to set a breakpoint on a subroutine whose name
1828begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1829just sounds the bell. Typing @key{TAB} again displays all the
1830function names in your program that begin with those characters, for
1831example:
1832
474c8240 1833@smallexample
c906108c
SS
1834(@value{GDBP}) b make_ @key{TAB}
1835@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1836make_a_section_from_file make_environ
1837make_abs_section make_function_type
1838make_blockvector make_pointer_type
1839make_cleanup make_reference_type
c906108c
SS
1840make_command make_symbol_completion_list
1841(@value{GDBP}) b make_
474c8240 1842@end smallexample
c906108c
SS
1843
1844@noindent
1845After displaying the available possibilities, @value{GDBN} copies your
1846partial input (@samp{b make_} in the example) so you can finish the
1847command.
1848
1849If you just want to see the list of alternatives in the first place, you
b37052ae 1850can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1851means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1852key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1853one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c 1854
ef0b411a
GB
1855If the number of possible completions is large, @value{GDBN} will
1856print as much of the list as it has collected, as well as a message
1857indicating that the list may be truncated.
1858
1859@smallexample
1860(@value{GDBP}) b m@key{TAB}@key{TAB}
1861main
1862<... the rest of the possible completions ...>
1863*** List may be truncated, max-completions reached. ***
1864(@value{GDBP}) b m
1865@end smallexample
1866
1867@noindent
1868This behavior can be controlled with the following commands:
1869
1870@table @code
1871@kindex set max-completions
1872@item set max-completions @var{limit}
1873@itemx set max-completions unlimited
1874Set the maximum number of completion candidates. @value{GDBN} will
1875stop looking for more completions once it collects this many candidates.
1876This is useful when completing on things like function names as collecting
1877all the possible candidates can be time consuming.
1878The default value is 200. A value of zero disables tab-completion.
1879Note that setting either no limit or a very large limit can make
1880completion slow.
1881@kindex show max-completions
1882@item show max-completions
1883Show the maximum number of candidates that @value{GDBN} will collect and show
1884during completion.
1885@end table
1886
c906108c
SS
1887@cindex quotes in commands
1888@cindex completion of quoted strings
1889Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1890parentheses or other characters that @value{GDBN} normally excludes from
1891its notion of a word. To permit word completion to work in this
1892situation, you may enclose words in @code{'} (single quote marks) in
1893@value{GDBN} commands.
c906108c 1894
d044bac8
PA
1895A likely situation where you might need this is in typing an
1896expression that involves a C@t{++} symbol name with template
1897parameters. This is because when completing expressions, GDB treats
1898the @samp{<} character as word delimiter, assuming that it's the
1899less-than comparison operator (@pxref{C Operators, , C and C@t{++}
1900Operators}).
1901
1902For example, when you want to call a C@t{++} template function
1903interactively using the @code{print} or @code{call} commands, you may
1904need to distinguish whether you mean the version of @code{name} that
1905was specialized for @code{int}, @code{name<int>()}, or the version
1906that was specialized for @code{float}, @code{name<float>()}. To use
1907the word-completion facilities in this situation, type a single quote
b37052ae
EZ
1908@code{'} at the beginning of the function name. This alerts
1909@value{GDBN} that it may need to consider more information than usual
1910when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1911
474c8240 1912@smallexample
d044bac8
PA
1913(@value{GDBP}) p 'func< @kbd{M-?}
1914func<int>() func<float>()
1915(@value{GDBP}) p 'func<
474c8240 1916@end smallexample
c906108c 1917
d044bac8
PA
1918When setting breakpoints however (@pxref{Specify Location}), you don't
1919usually need to type a quote before the function name, because
1920@value{GDBN} understands that you want to set a breakpoint on a
1921function:
c906108c 1922
474c8240 1923@smallexample
d044bac8
PA
1924(@value{GDBP}) b func< @kbd{M-?}
1925func<int>() func<float>()
1926(@value{GDBP}) b func<
474c8240 1927@end smallexample
c906108c 1928
d044bac8
PA
1929This is true even in the case of typing the name of C@t{++} overloaded
1930functions (multiple definitions of the same function, distinguished by
1931argument type). For example, when you want to set a breakpoint you
1932don't need to distinguish whether you mean the version of @code{name}
1933that takes an @code{int} parameter, @code{name(int)}, or the version
1934that takes a @code{float} parameter, @code{name(float)}.
1935
1936@smallexample
1937(@value{GDBP}) b bubble( @kbd{M-?}
1938bubble(int) bubble(double)
1939(@value{GDBP}) b bubble(dou @kbd{M-?}
1940bubble(double)
1941@end smallexample
1942
1943See @ref{quoting names} for a description of other scenarios that
1944require quoting.
c906108c 1945
79a6e687
BW
1946For more information about overloaded functions, see @ref{C Plus Plus
1947Expressions, ,C@t{++} Expressions}. You can use the command @code{set
c906108c 1948overload-resolution off} to disable overload resolution;
79a6e687 1949see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
c906108c 1950
65d12d83
TT
1951@cindex completion of structure field names
1952@cindex structure field name completion
1953@cindex completion of union field names
1954@cindex union field name completion
1955When completing in an expression which looks up a field in a
1956structure, @value{GDBN} also tries@footnote{The completer can be
1957confused by certain kinds of invalid expressions. Also, it only
1958examines the static type of the expression, not the dynamic type.} to
1959limit completions to the field names available in the type of the
1960left-hand-side:
1961
1962@smallexample
1963(@value{GDBP}) p gdb_stdout.@kbd{M-?}
01124a23
DE
1964magic to_fputs to_rewind
1965to_data to_isatty to_write
1966to_delete to_put to_write_async_safe
1967to_flush to_read
65d12d83
TT
1968@end smallexample
1969
1970@noindent
1971This is because the @code{gdb_stdout} is a variable of the type
1972@code{struct ui_file} that is defined in @value{GDBN} sources as
1973follows:
1974
1975@smallexample
1976struct ui_file
1977@{
1978 int *magic;
1979 ui_file_flush_ftype *to_flush;
1980 ui_file_write_ftype *to_write;
01124a23 1981 ui_file_write_async_safe_ftype *to_write_async_safe;
65d12d83
TT
1982 ui_file_fputs_ftype *to_fputs;
1983 ui_file_read_ftype *to_read;
1984 ui_file_delete_ftype *to_delete;
1985 ui_file_isatty_ftype *to_isatty;
1986 ui_file_rewind_ftype *to_rewind;
1987 ui_file_put_ftype *to_put;
1988 void *to_data;
1989@}
1990@end smallexample
1991
3345721a
PA
1992@node Command Options
1993@section Command options
1994
1995@cindex command options
1996Some commands accept options starting with a leading dash. For
1997example, @code{print -pretty}. Similarly to command names, you can
1998abbreviate a @value{GDBN} option to the first few letters of the
1999option name, if that abbreviation is unambiguous, and you can also use
2000the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
2001in an option (or to show you the alternatives available, if there is
2002more than one possibility).
2003
2004@cindex command options, raw input
2005Some commands take raw input as argument. For example, the print
2006command processes arbitrary expressions in any of the languages
2007supported by @value{GDBN}. With such commands, because raw input may
2008start with a leading dash that would be confused with an option or any
d8edc8b7
PW
2009of its abbreviations, e.g.@: @code{print -p} (short for @code{print
2010-pretty} or printing negative @code{p}?), if you specify any command
3345721a
PA
2011option, then you must use a double-dash (@code{--}) delimiter to
2012indicate the end of options.
2013
2014@cindex command options, boolean
2015
2016Some options are described as accepting an argument which can be
2017either @code{on} or @code{off}. These are known as @dfn{boolean
2018options}. Similarly to boolean settings commands---@code{on} and
2019@code{off} are the typical values, but any of @code{1}, @code{yes} and
2020@code{enable} can also be used as ``true'' value, and any of @code{0},
2021@code{no} and @code{disable} can also be used as ``false'' value. You
2022can also omit a ``true'' value, as it is implied by default.
2023
2024For example, these are equivalent:
2025
2026@smallexample
2027(@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
2028(@value{GDBP}) p -o -p 0 -e u -- *myptr
2029@end smallexample
2030
2031You can discover the set of options some command accepts by completing
2032on @code{-} after the command name. For example:
2033
2034@smallexample
2035(@value{GDBP}) print -@key{TAB}@key{TAB}
d8edc8b7
PW
2036-address -max-depth -raw-values -union
2037-array -null-stop -repeats -vtbl
2038-array-indexes -object -static-members
2039-elements -pretty -symbol
3345721a
PA
2040@end smallexample
2041
2042Completion will in some cases guide you with a suggestion of what kind
2043of argument an option expects. For example:
2044
2045@smallexample
2046(@value{GDBP}) print -elements @key{TAB}@key{TAB}
2047NUMBER unlimited
2048@end smallexample
2049
2050Here, the option expects a number (e.g., @code{100}), not literal
2051@code{NUMBER}. Such metasyntactical arguments are always presented in
2052uppercase.
2053
2054(For more on using the @code{print} command, see @ref{Data, ,Examining
2055Data}.)
c906108c 2056
6d2ebf8b 2057@node Help
79a6e687 2058@section Getting Help
c906108c
SS
2059@cindex online documentation
2060@kindex help
2061
5d161b24 2062You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
2063using the command @code{help}.
2064
2065@table @code
41afff9a 2066@kindex h @r{(@code{help})}
c906108c
SS
2067@item help
2068@itemx h
2069You can use @code{help} (abbreviated @code{h}) with no arguments to
2070display a short list of named classes of commands:
2071
2072@smallexample
2073(@value{GDBP}) help
2074List of classes of commands:
2075
5b860c93 2076aliases -- User-defined aliases of other commands
c906108c 2077breakpoints -- Making program stop at certain points
2df3850c 2078data -- Examining data
c906108c 2079files -- Specifying and examining files
2df3850c
JM
2080internals -- Maintenance commands
2081obscure -- Obscure features
2082running -- Running the program
2083stack -- Examining the stack
c906108c
SS
2084status -- Status inquiries
2085support -- Support facilities
12c27660 2086tracepoints -- Tracing of program execution without
96a2c332 2087 stopping the program
c906108c 2088user-defined -- User-defined commands
c906108c 2089
5d161b24 2090Type "help" followed by a class name for a list of
c906108c 2091commands in that class.
5d161b24 2092Type "help" followed by command name for full
c906108c
SS
2093documentation.
2094Command name abbreviations are allowed if unambiguous.
2095(@value{GDBP})
2096@end smallexample
96a2c332 2097@c the above line break eliminates huge line overfull...
c906108c
SS
2098
2099@item help @var{class}
2100Using one of the general help classes as an argument, you can get a
5b4a1a8d
PW
2101list of the individual commands in that class. If a command has
2102aliases, the aliases are given after the command name, separated by
5b860c93
PW
2103commas. If an alias has default arguments, the full definition of
2104the alias is given after the first line.
2105For example, here is the help display for the class @code{status}:
c906108c
SS
2106
2107@smallexample
2108(@value{GDBP}) help status
2109Status inquiries.
2110
2111List of commands:
2112
2113@c Line break in "show" line falsifies real output, but needed
2114@c to fit in smallbook page size.
5b4a1a8d 2115info, inf, i -- Generic command for showing things
12c27660 2116 about the program being debugged
5b860c93
PW
2117info address, iamain -- Describe where symbol SYM is stored.
2118 alias iamain = info address main
2119info all-registers -- List of all registers and their contents,
2120 for selected stack frame.
5b4a1a8d
PW
2121...
2122show, info set -- Generic command for showing things
12c27660 2123 about the debugger
c906108c 2124
5d161b24 2125Type "help" followed by command name for full
c906108c
SS
2126documentation.
2127Command name abbreviations are allowed if unambiguous.
2128(@value{GDBP})
2129@end smallexample
2130
2131@item help @var{command}
2132With a command name as @code{help} argument, @value{GDBN} displays a
5b4a1a8d
PW
2133short paragraph on how to use that command. If that command has
2134one or more aliases, @value{GDBN} will display a first line with
2135the command name and all its aliases separated by commas.
5b860c93
PW
2136This first line will be followed by the full definition of all aliases
2137having default arguments.
c906108c 2138
6837a0a2 2139@kindex apropos
e664d728 2140@item apropos [-v] @var{regexp}
09d4efe1 2141The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2 2142commands, and their documentation, for the regular expression specified in
e664d728
PW
2143@var{args}. It prints out all matches found. The optional flag @samp{-v},
2144which stands for @samp{verbose}, indicates to output the full documentation
2145of the matching commands and highlight the parts of the documentation
2146matching @var{regexp}. For example:
6837a0a2
DB
2147
2148@smallexample
16899756 2149apropos alias
6837a0a2
DB
2150@end smallexample
2151
b37052ae
EZ
2152@noindent
2153results in:
6837a0a2
DB
2154
2155@smallexample
e664d728 2156@group
16899756 2157alias -- Define a new command that is an alias of an existing command
5b860c93 2158aliases -- User-defined aliases of other commands
e664d728
PW
2159@end group
2160@end smallexample
2161
2162@noindent
2163while
2164
2165@smallexample
2166apropos -v cut.*thread apply
2167@end smallexample
2168
2169@noindent
2170results in the below output, where @samp{cut for 'thread apply}
2171is highlighted if styling is enabled.
2172
2173@smallexample
2174@group
2175taas -- Apply a command to all threads (ignoring errors
2176and empty output).
2177Usage: taas COMMAND
2178shortcut for 'thread apply all -s COMMAND'
2179
2180tfaas -- Apply a command to all frames of all threads
2181(ignoring errors and empty output).
2182Usage: tfaas COMMAND
2183shortcut for 'thread apply all -s frame apply all -s COMMAND'
2184@end group
6837a0a2
DB
2185@end smallexample
2186
c906108c
SS
2187@kindex complete
2188@item complete @var{args}
2189The @code{complete @var{args}} command lists all the possible completions
2190for the beginning of a command. Use @var{args} to specify the beginning of the
2191command you want completed. For example:
2192
2193@smallexample
2194complete i
2195@end smallexample
2196
2197@noindent results in:
2198
2199@smallexample
2200@group
2df3850c
JM
2201if
2202ignore
c906108c
SS
2203info
2204inspect
c906108c
SS
2205@end group
2206@end smallexample
2207
2208@noindent This is intended for use by @sc{gnu} Emacs.
2209@end table
2210
2211In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2212and @code{show} to inquire about the state of your program, or the state
2213of @value{GDBN} itself. Each command supports many topics of inquiry; this
2214manual introduces each of them in the appropriate context. The listings
00595b5e
EZ
2215under @code{info} and under @code{show} in the Command, Variable, and
2216Function Index point to all the sub-commands. @xref{Command and Variable
2217Index}.
c906108c
SS
2218
2219@c @group
2220@table @code
2221@kindex info
41afff9a 2222@kindex i @r{(@code{info})}
c906108c
SS
2223@item info
2224This command (abbreviated @code{i}) is for describing the state of your
cda4ce5a 2225program. For example, you can show the arguments passed to a function
c906108c
SS
2226with @code{info args}, list the registers currently in use with @code{info
2227registers}, or list the breakpoints you have set with @code{info breakpoints}.
2228You can get a complete list of the @code{info} sub-commands with
2229@w{@code{help info}}.
2230
2231@kindex set
2232@item set
5d161b24 2233You can assign the result of an expression to an environment variable with
c906108c
SS
2234@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2235@code{set prompt $}.
2236
2237@kindex show
2238@item show
5d161b24 2239In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
2240@value{GDBN} itself.
2241You can change most of the things you can @code{show}, by using the
2242related command @code{set}; for example, you can control what number
2243system is used for displays with @code{set radix}, or simply inquire
2244which is currently in use with @code{show radix}.
2245
2246@kindex info set
2247To display all the settable parameters and their current
2248values, you can use @code{show} with no arguments; you may also use
2249@code{info set}. Both commands produce the same display.
2250@c FIXME: "info set" violates the rule that "info" is for state of
2251@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2252@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2253@end table
2254@c @end group
2255
6eaaf48b 2256Here are several miscellaneous @code{show} subcommands, all of which are
c906108c
SS
2257exceptional in lacking corresponding @code{set} commands:
2258
2259@table @code
2260@kindex show version
9c16f35a 2261@cindex @value{GDBN} version number
c906108c
SS
2262@item show version
2263Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
2264information in @value{GDBN} bug-reports. If multiple versions of
2265@value{GDBN} are in use at your site, you may need to determine which
2266version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2267commands are introduced, and old ones may wither away. Also, many
2268system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 2269variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
2270The version number is the same as the one announced when you start
2271@value{GDBN}.
c906108c
SS
2272
2273@kindex show copying
09d4efe1 2274@kindex info copying
9c16f35a 2275@cindex display @value{GDBN} copyright
c906108c 2276@item show copying
09d4efe1 2277@itemx info copying
c906108c
SS
2278Display information about permission for copying @value{GDBN}.
2279
2280@kindex show warranty
09d4efe1 2281@kindex info warranty
c906108c 2282@item show warranty
09d4efe1 2283@itemx info warranty
2df3850c 2284Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 2285if your version of @value{GDBN} comes with one.
2df3850c 2286
6eaaf48b
EZ
2287@kindex show configuration
2288@item show configuration
2289Display detailed information about the way @value{GDBN} was configured
2290when it was built. This displays the optional arguments passed to the
2291@file{configure} script and also configuration parameters detected
2292automatically by @command{configure}. When reporting a @value{GDBN}
2293bug (@pxref{GDB Bugs}), it is important to include this information in
2294your report.
2295
c906108c
SS
2296@end table
2297
6d2ebf8b 2298@node Running
c906108c
SS
2299@chapter Running Programs Under @value{GDBN}
2300
2301When you run a program under @value{GDBN}, you must first generate
2302debugging information when you compile it.
7a292a7a
SS
2303
2304You may start @value{GDBN} with its arguments, if any, in an environment
2305of your choice. If you are doing native debugging, you may redirect
2306your program's input and output, debug an already running process, or
2307kill a child process.
c906108c
SS
2308
2309@menu
2310* Compilation:: Compiling for debugging
2311* Starting:: Starting your program
c906108c
SS
2312* Arguments:: Your program's arguments
2313* Environment:: Your program's environment
c906108c
SS
2314
2315* Working Directory:: Your program's working directory
2316* Input/Output:: Your program's input and output
2317* Attach:: Debugging an already-running process
2318* Kill Process:: Killing the child process
65c574f6
PA
2319* Inferiors Connections and Programs:: Debugging multiple inferiors
2320 connections and programs
c906108c 2321* Threads:: Debugging programs with multiple threads
6c95b8df 2322* Forks:: Debugging forks
5c95884b 2323* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
c906108c
SS
2324@end menu
2325
6d2ebf8b 2326@node Compilation
79a6e687 2327@section Compiling for Debugging
c906108c
SS
2328
2329In order to debug a program effectively, you need to generate
2330debugging information when you compile it. This debugging information
2331is stored in the object file; it describes the data type of each
2332variable or function and the correspondence between source line numbers
2333and addresses in the executable code.
2334
2335To request debugging information, specify the @samp{-g} option when you run
2336the compiler.
2337
514c4d71 2338Programs that are to be shipped to your customers are compiled with
edb3359d 2339optimizations, using the @samp{-O} compiler option. However, some
514c4d71
EZ
2340compilers are unable to handle the @samp{-g} and @samp{-O} options
2341together. Using those compilers, you cannot generate optimized
c906108c
SS
2342executables containing debugging information.
2343
514c4d71 2344@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
2345without @samp{-O}, making it possible to debug optimized code. We
2346recommend that you @emph{always} use @samp{-g} whenever you compile a
2347program. You may think your program is correct, but there is no sense
edb3359d 2348in pushing your luck. For more information, see @ref{Optimized Code}.
c906108c
SS
2349
2350Older versions of the @sc{gnu} C compiler permitted a variant option
2351@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
2352format; if your @sc{gnu} C compiler has this option, do not use it.
2353
514c4d71
EZ
2354@value{GDBN} knows about preprocessor macros and can show you their
2355expansion (@pxref{Macros}). Most compilers do not include information
2356about preprocessor macros in the debugging information if you specify
e0f8f636
TT
2357the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2358the @sc{gnu} C compiler, provides macro information if you are using
2359the DWARF debugging format, and specify the option @option{-g3}.
2360
2361@xref{Debugging Options,,Options for Debugging Your Program or GCC,
f5a476a7 2362gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
e0f8f636
TT
2363information on @value{NGCC} options affecting debug information.
2364
2365You will have the best debugging experience if you use the latest
2366version of the DWARF debugging format that your compiler supports.
2367DWARF is currently the most expressive and best supported debugging
2368format in @value{GDBN}.
514c4d71 2369
c906108c 2370@need 2000
6d2ebf8b 2371@node Starting
79a6e687 2372@section Starting your Program
c906108c
SS
2373@cindex starting
2374@cindex running
2375
2376@table @code
2377@kindex run
41afff9a 2378@kindex r @r{(@code{run})}
c906108c
SS
2379@item run
2380@itemx r
7a292a7a 2381Use the @code{run} command to start your program under @value{GDBN}.
deb8ff2b
PA
2382You must first specify the program name with an argument to
2383@value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2384@value{GDBN}}), or by using the @code{file} or @code{exec-file}
2385command (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
2386
2387@end table
2388
c906108c
SS
2389If you are running your program in an execution environment that
2390supports processes, @code{run} creates an inferior process and makes
8edfe269
DJ
2391that process run your program. In some environments without processes,
2392@code{run} jumps to the start of your program. Other targets,
2393like @samp{remote}, are always running. If you get an error
2394message like this one:
2395
2396@smallexample
2397The "remote" target does not support "run".
2398Try "help target" or "continue".
2399@end smallexample
2400
2401@noindent
2402then use @code{continue} to run your program. You may need @code{load}
2403first (@pxref{load}).
c906108c
SS
2404
2405The execution of a program is affected by certain information it
2406receives from its superior. @value{GDBN} provides ways to specify this
2407information, which you must do @emph{before} starting your program. (You
2408can change it after starting your program, but such changes only affect
2409your program the next time you start it.) This information may be
2410divided into four categories:
2411
2412@table @asis
2413@item The @emph{arguments.}
2414Specify the arguments to give your program as the arguments of the
2415@code{run} command. If a shell is available on your target, the shell
2416is used to pass the arguments, so that you may use normal conventions
2417(such as wildcard expansion or variable substitution) in describing
2418the arguments.
2419In Unix systems, you can control which shell is used with the
98882a26
PA
2420@code{SHELL} environment variable. If you do not define @code{SHELL},
2421@value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2422use of any shell with the @code{set startup-with-shell} command (see
2423below for details).
c906108c
SS
2424
2425@item The @emph{environment.}
2426Your program normally inherits its environment from @value{GDBN}, but you can
2427use the @value{GDBN} commands @code{set environment} and @code{unset
2428environment} to change parts of the environment that affect
79a6e687 2429your program. @xref{Environment, ,Your Program's Environment}.
c906108c
SS
2430
2431@item The @emph{working directory.}
d092c5a2
SDJ
2432You can set your program's working directory with the command
2433@kbd{set cwd}. If you do not set any working directory with this
bc3b087d
SDJ
2434command, your program will inherit @value{GDBN}'s working directory if
2435native debugging, or the remote server's working directory if remote
2436debugging. @xref{Working Directory, ,Your Program's Working
2437Directory}.
c906108c
SS
2438
2439@item The @emph{standard input and output.}
2440Your program normally uses the same device for standard input and
2441standard output as @value{GDBN} is using. You can redirect input and output
2442in the @code{run} command line, or you can use the @code{tty} command to
2443set a different device for your program.
79a6e687 2444@xref{Input/Output, ,Your Program's Input and Output}.
c906108c
SS
2445
2446@cindex pipes
2447@emph{Warning:} While input and output redirection work, you cannot use
2448pipes to pass the output of the program you are debugging to another
2449program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2450wrong program.
2451@end table
c906108c
SS
2452
2453When you issue the @code{run} command, your program begins to execute
79a6e687 2454immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
c906108c
SS
2455of how to arrange for your program to stop. Once your program has
2456stopped, you may call functions in your program, using the @code{print}
2457or @code{call} commands. @xref{Data, ,Examining Data}.
2458
2459If the modification time of your symbol file has changed since the last
2460time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2461table, and reads it again. When it does this, @value{GDBN} tries to retain
2462your current breakpoints.
2463
4e8b0763
JB
2464@table @code
2465@kindex start
2466@item start
2467@cindex run to main procedure
2468The name of the main procedure can vary from language to language.
2469With C or C@t{++}, the main procedure name is always @code{main}, but
2470other languages such as Ada do not require a specific name for their
2471main procedure. The debugger provides a convenient way to start the
2472execution of the program and to stop at the beginning of the main
2473procedure, depending on the language used.
2474
2475The @samp{start} command does the equivalent of setting a temporary
2476breakpoint at the beginning of the main procedure and then invoking
2477the @samp{run} command.
2478
f018e82f
EZ
2479@cindex elaboration phase
2480Some programs contain an @dfn{elaboration} phase where some startup code is
2481executed before the main procedure is called. This depends on the
2482languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
2483constructors for static and global objects are executed before
2484@code{main} is called. It is therefore possible that the debugger stops
2485before reaching the main procedure. However, the temporary breakpoint
2486will remain to halt execution.
2487
2488Specify the arguments to give to your program as arguments to the
2489@samp{start} command. These arguments will be given verbatim to the
2490underlying @samp{run} command. Note that the same arguments will be
2491reused if no argument is provided during subsequent calls to
2492@samp{start} or @samp{run}.
2493
2494It is sometimes necessary to debug the program during elaboration. In
4e5a4f58
JB
2495these cases, using the @code{start} command would stop the execution
2496of your program too late, as the program would have already completed
2497the elaboration phase. Under these circumstances, either insert
2498breakpoints in your elaboration code before running your program or
2499use the @code{starti} command.
2500
2501@kindex starti
2502@item starti
2503@cindex run to first instruction
2504The @samp{starti} command does the equivalent of setting a temporary
2505breakpoint at the first instruction of a program's execution and then
2506invoking the @samp{run} command. For programs containing an
2507elaboration phase, the @code{starti} command will stop execution at
2508the start of the elaboration phase.
ccd213ac 2509
41ef2965 2510@anchor{set exec-wrapper}
ccd213ac
DJ
2511@kindex set exec-wrapper
2512@item set exec-wrapper @var{wrapper}
2513@itemx show exec-wrapper
2514@itemx unset exec-wrapper
2515When @samp{exec-wrapper} is set, the specified wrapper is used to
2516launch programs for debugging. @value{GDBN} starts your program
2517with a shell command of the form @kbd{exec @var{wrapper}
2518@var{program}}. Quoting is added to @var{program} and its
2519arguments, but not to @var{wrapper}, so you should add quotes if
2520appropriate for your shell. The wrapper runs until it executes
2521your program, and then @value{GDBN} takes control.
2522
2523You can use any program that eventually calls @code{execve} with
2524its arguments as a wrapper. Several standard Unix utilities do
2525this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2526with @code{exec "$@@"} will also work.
2527
2528For example, you can use @code{env} to pass an environment variable to
2529the debugged program, without setting the variable in your shell's
2530environment:
2531
2532@smallexample
2533(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2534(@value{GDBP}) run
2535@end smallexample
2536
2537This command is available when debugging locally on most targets, excluding
2538@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2539
98882a26 2540@kindex set startup-with-shell
aefd8b33 2541@anchor{set startup-with-shell}
98882a26
PA
2542@item set startup-with-shell
2543@itemx set startup-with-shell on
2544@itemx set startup-with-shell off
ca145713 2545@itemx show startup-with-shell
98882a26
PA
2546On Unix systems, by default, if a shell is available on your target,
2547@value{GDBN}) uses it to start your program. Arguments of the
2548@code{run} command are passed to the shell, which does variable
2549substitution, expands wildcard characters and performs redirection of
2550I/O. In some circumstances, it may be useful to disable such use of a
2551shell, for example, when debugging the shell itself or diagnosing
2552startup failures such as:
2553
2554@smallexample
2555(@value{GDBP}) run
2556Starting program: ./a.out
2557During startup program terminated with signal SIGSEGV, Segmentation fault.
2558@end smallexample
2559
2560@noindent
2561which indicates the shell or the wrapper specified with
2562@samp{exec-wrapper} crashed, not your program. Most often, this is
afa332ce
PA
2563caused by something odd in your shell's non-interactive mode
2564initialization file---such as @file{.cshrc} for C-shell,
2565$@file{.zshenv} for the Z shell, or the file specified in the
2566@samp{BASH_ENV} environment variable for BASH.
98882a26 2567
6a3cb8e8
PA
2568@anchor{set auto-connect-native-target}
2569@kindex set auto-connect-native-target
2570@item set auto-connect-native-target
2571@itemx set auto-connect-native-target on
2572@itemx set auto-connect-native-target off
2573@itemx show auto-connect-native-target
2574
65c574f6
PA
2575By default, if the current inferior is not connected to any target yet
2576(e.g., with @code{target remote}), the @code{run} command starts your
2577program as a native process under @value{GDBN}, on your local machine.
2578If you're sure you don't want to debug programs on your local machine,
2579you can tell @value{GDBN} to not connect to the native target
2580automatically with the @code{set auto-connect-native-target off}
2581command.
6a3cb8e8 2582
65c574f6 2583If @code{on}, which is the default, and if the current inferior is not
6a3cb8e8
PA
2584connected to a target already, the @code{run} command automaticaly
2585connects to the native target, if one is available.
2586
65c574f6
PA
2587If @code{off}, and if the current inferior is not connected to a
2588target already, the @code{run} command fails with an error:
6a3cb8e8
PA
2589
2590@smallexample
2591(@value{GDBP}) run
2592Don't know how to run. Try "help target".
2593@end smallexample
2594
65c574f6
PA
2595If the current inferior is already connected to a target, @value{GDBN}
2596always uses it with the @code{run} command.
6a3cb8e8
PA
2597
2598In any case, you can explicitly connect to the native target with the
2599@code{target native} command. For example,
2600
2601@smallexample
2602(@value{GDBP}) set auto-connect-native-target off
2603(@value{GDBP}) run
2604Don't know how to run. Try "help target".
2605(@value{GDBP}) target native
2606(@value{GDBP}) run
2607Starting program: ./a.out
2608[Inferior 1 (process 10421) exited normally]
2609@end smallexample
2610
2611In case you connected explicitly to the @code{native} target,
2612@value{GDBN} remains connected even if all inferiors exit, ready for
2613the next @code{run} command. Use the @code{disconnect} command to
2614disconnect.
2615
2616Examples of other commands that likewise respect the
2617@code{auto-connect-native-target} setting: @code{attach}, @code{info
2618proc}, @code{info os}.
2619
10568435
JK
2620@kindex set disable-randomization
2621@item set disable-randomization
2622@itemx set disable-randomization on
2623This option (enabled by default in @value{GDBN}) will turn off the native
2624randomization of the virtual address space of the started program. This option
2625is useful for multiple debugging sessions to make the execution better
2626reproducible and memory addresses reusable across debugging sessions.
2627
03583c20
UW
2628This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2629On @sc{gnu}/Linux you can get the same behavior using
10568435
JK
2630
2631@smallexample
2632(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2633@end smallexample
2634
2635@item set disable-randomization off
2636Leave the behavior of the started executable unchanged. Some bugs rear their
2637ugly heads only when the program is loaded at certain addresses. If your bug
2638disappears when you run the program under @value{GDBN}, that might be because
2639@value{GDBN} by default disables the address randomization on platforms, such
2640as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2641disable-randomization off} to try to reproduce such elusive bugs.
2642
03583c20
UW
2643On targets where it is available, virtual address space randomization
2644protects the programs against certain kinds of security attacks. In these
10568435
JK
2645cases the attacker needs to know the exact location of a concrete executable
2646code. Randomizing its location makes it impossible to inject jumps misusing
2647a code at its expected addresses.
2648
2649Prelinking shared libraries provides a startup performance advantage but it
2650makes addresses in these libraries predictable for privileged processes by
2651having just unprivileged access at the target system. Reading the shared
2652library binary gives enough information for assembling the malicious code
2653misusing it. Still even a prelinked shared library can get loaded at a new
2654random address just requiring the regular relocation process during the
2655startup. Shared libraries not already prelinked are always loaded at
2656a randomly chosen address.
2657
2658Position independent executables (PIE) contain position independent code
2659similar to the shared libraries and therefore such executables get loaded at
2660a randomly chosen address upon startup. PIE executables always load even
2661already prelinked shared libraries at a random address. You can build such
2662executable using @command{gcc -fPIE -pie}.
2663
2664Heap (malloc storage), stack and custom mmap areas are always placed randomly
2665(as long as the randomization is enabled).
2666
2667@item show disable-randomization
2668Show the current setting of the explicit disable of the native randomization of
2669the virtual address space of the started program.
2670
4e8b0763
JB
2671@end table
2672
6d2ebf8b 2673@node Arguments
79a6e687 2674@section Your Program's Arguments
c906108c
SS
2675
2676@cindex arguments (to your program)
2677The arguments to your program can be specified by the arguments of the
5d161b24 2678@code{run} command.
c906108c
SS
2679They are passed to a shell, which expands wildcard characters and
2680performs redirection of I/O, and thence to your program. Your
2681@code{SHELL} environment variable (if it exists) specifies what shell
2682@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
2683the default shell (@file{/bin/sh} on Unix).
2684
2685On non-Unix systems, the program is usually invoked directly by
2686@value{GDBN}, which emulates I/O redirection via the appropriate system
2687calls, and the wildcard characters are expanded by the startup code of
2688the program, not by the shell.
c906108c
SS
2689
2690@code{run} with no arguments uses the same arguments used by the previous
2691@code{run}, or those set by the @code{set args} command.
2692
c906108c 2693@table @code
41afff9a 2694@kindex set args
c906108c
SS
2695@item set args
2696Specify the arguments to be used the next time your program is run. If
2697@code{set args} has no arguments, @code{run} executes your program
2698with no arguments. Once you have run your program with arguments,
2699using @code{set args} before the next @code{run} is the only way to run
2700it again without arguments.
2701
2702@kindex show args
2703@item show args
2704Show the arguments to give your program when it is started.
2705@end table
2706
6d2ebf8b 2707@node Environment
79a6e687 2708@section Your Program's Environment
c906108c
SS
2709
2710@cindex environment (of your program)
2711The @dfn{environment} consists of a set of environment variables and
2712their values. Environment variables conventionally record such things as
2713your user name, your home directory, your terminal type, and your search
2714path for programs to run. Usually you set up environment variables with
2715the shell and they are inherited by all the other programs you run. When
2716debugging, it can be useful to try running your program with a modified
2717environment without having to start @value{GDBN} over again.
2718
2719@table @code
2720@kindex path
2721@item path @var{directory}
2722Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
2723(the search path for executables) that will be passed to your program.
2724The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
2725You may specify several directory names, separated by whitespace or by a
2726system-dependent separator character (@samp{:} on Unix, @samp{;} on
2727MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2728is moved to the front, so it is searched sooner.
c906108c
SS
2729
2730You can use the string @samp{$cwd} to refer to whatever is the current
2731working directory at the time @value{GDBN} searches the path. If you
2732use @samp{.} instead, it refers to the directory where you executed the
2733@code{path} command. @value{GDBN} replaces @samp{.} in the
2734@var{directory} argument (with the current path) before adding
2735@var{directory} to the search path.
2736@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2737@c document that, since repeating it would be a no-op.
2738
2739@kindex show paths
2740@item show paths
2741Display the list of search paths for executables (the @code{PATH}
2742environment variable).
2743
2744@kindex show environment
2745@item show environment @r{[}@var{varname}@r{]}
2746Print the value of environment variable @var{varname} to be given to
2747your program when it starts. If you do not supply @var{varname},
2748print the names and values of all environment variables to be given to
2749your program. You can abbreviate @code{environment} as @code{env}.
2750
2751@kindex set environment
0a2dde4a 2752@anchor{set environment}
53a5351d 2753@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c 2754Set environment variable @var{varname} to @var{value}. The value
41ef2965 2755changes for your program (and the shell @value{GDBN} uses to launch
697aa1b7 2756it), not for @value{GDBN} itself. The @var{value} may be any string; the
41ef2965
PA
2757values of environment variables are just strings, and any
2758interpretation is supplied by your program itself. The @var{value}
c906108c
SS
2759parameter is optional; if it is eliminated, the variable is set to a
2760null value.
2761@c "any string" here does not include leading, trailing
2762@c blanks. Gnu asks: does anyone care?
2763
2764For example, this command:
2765
474c8240 2766@smallexample
c906108c 2767set env USER = foo
474c8240 2768@end smallexample
c906108c
SS
2769
2770@noindent
d4f3574e 2771tells the debugged program, when subsequently run, that its user is named
c906108c
SS
2772@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2773are not actually required.)
2774
41ef2965
PA
2775Note that on Unix systems, @value{GDBN} runs your program via a shell,
2776which also inherits the environment set with @code{set environment}.
2777If necessary, you can avoid that by using the @samp{env} program as a
2778wrapper instead of using @code{set environment}. @xref{set
2779exec-wrapper}, for an example doing just that.
2780
0a2dde4a
SDJ
2781Environment variables that are set by the user are also transmitted to
2782@command{gdbserver} to be used when starting the remote inferior.
2783@pxref{QEnvironmentHexEncoded}.
2784
c906108c 2785@kindex unset environment
0a2dde4a 2786@anchor{unset environment}
c906108c
SS
2787@item unset environment @var{varname}
2788Remove variable @var{varname} from the environment to be passed to your
2789program. This is different from @samp{set env @var{varname} =};
2790@code{unset environment} removes the variable from the environment,
2791rather than assigning it an empty value.
0a2dde4a
SDJ
2792
2793Environment variables that are unset by the user are also unset on
2794@command{gdbserver} when starting the remote inferior.
2795@pxref{QEnvironmentUnset}.
c906108c
SS
2796@end table
2797
d4f3574e 2798@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
afa332ce
PA
2799the shell indicated by your @code{SHELL} environment variable if it
2800exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2801names a shell that runs an initialization file when started
2802non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2803for the Z shell, or the file specified in the @samp{BASH_ENV}
2804environment variable for BASH---any variables you set in that file
2805affect your program. You may wish to move setting of environment
2806variables to files that are only run when you sign on, such as
2807@file{.login} or @file{.profile}.
c906108c 2808
6d2ebf8b 2809@node Working Directory
79a6e687 2810@section Your Program's Working Directory
c906108c
SS
2811
2812@cindex working directory (of your program)
d092c5a2
SDJ
2813Each time you start your program with @code{run}, the inferior will be
2814initialized with the current working directory specified by the
2815@kbd{set cwd} command. If no directory has been specified by this
2816command, then the inferior will inherit @value{GDBN}'s current working
bc3b087d
SDJ
2817directory as its working directory if native debugging, or it will
2818inherit the remote server's current working directory if remote
2819debugging.
c906108c
SS
2820
2821@table @code
d092c5a2
SDJ
2822@kindex set cwd
2823@cindex change inferior's working directory
2824@anchor{set cwd command}
2825@item set cwd @r{[}@var{directory}@r{]}
2826Set the inferior's working directory to @var{directory}, which will be
2827@code{glob}-expanded in order to resolve tildes (@file{~}). If no
2828argument has been specified, the command clears the setting and resets
2829it to an empty state. This setting has no effect on @value{GDBN}'s
2830working directory, and it only takes effect the next time you start
2831the inferior. The @file{~} in @var{directory} is a short for the
2832@dfn{home directory}, usually pointed to by the @env{HOME} environment
2833variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2834uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2835fallback.
2836
2837You can also change @value{GDBN}'s current working directory by using
2838the @code{cd} command.
dbfa4523 2839@xref{cd command}.
d092c5a2
SDJ
2840
2841@kindex show cwd
2842@cindex show inferior's working directory
2843@item show cwd
2844Show the inferior's working directory. If no directory has been
2845specified by @kbd{set cwd}, then the default inferior's working
2846directory is the same as @value{GDBN}'s working directory.
2847
c906108c 2848@kindex cd
d092c5a2
SDJ
2849@cindex change @value{GDBN}'s working directory
2850@anchor{cd command}
f3c8a52a
JK
2851@item cd @r{[}@var{directory}@r{]}
2852Set the @value{GDBN} working directory to @var{directory}. If not
2853given, @var{directory} uses @file{'~'}.
c906108c 2854
d092c5a2
SDJ
2855The @value{GDBN} working directory serves as a default for the
2856commands that specify files for @value{GDBN} to operate on.
2857@xref{Files, ,Commands to Specify Files}.
dbfa4523 2858@xref{set cwd command}.
d092c5a2 2859
c906108c
SS
2860@kindex pwd
2861@item pwd
2862Print the @value{GDBN} working directory.
2863@end table
2864
60bf7e09
EZ
2865It is generally impossible to find the current working directory of
2866the process being debugged (since a program can change its directory
2d97a5d9 2867during its run). If you work on a system where @value{GDBN} supports
754452f0 2868the @code{info proc} command (@pxref{Process Information}), you can
2d97a5d9 2869use the @code{info proc} command to find out the
60bf7e09
EZ
2870current working directory of the debuggee.
2871
6d2ebf8b 2872@node Input/Output
79a6e687 2873@section Your Program's Input and Output
c906108c
SS
2874
2875@cindex redirection
2876@cindex i/o
2877@cindex terminal
2878By default, the program you run under @value{GDBN} does input and output to
5d161b24 2879the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2880to its own terminal modes to interact with you, but it records the terminal
2881modes your program was using and switches back to them when you continue
2882running your program.
2883
2884@table @code
2885@kindex info terminal
2886@item info terminal
2887Displays information recorded by @value{GDBN} about the terminal modes your
2888program is using.
2889@end table
2890
2891You can redirect your program's input and/or output using shell
2892redirection with the @code{run} command. For example,
2893
474c8240 2894@smallexample
c906108c 2895run > outfile
474c8240 2896@end smallexample
c906108c
SS
2897
2898@noindent
2899starts your program, diverting its output to the file @file{outfile}.
2900
2901@kindex tty
2902@cindex controlling terminal
2903Another way to specify where your program should do input and output is
2904with the @code{tty} command. This command accepts a file name as
2905argument, and causes this file to be the default for future @code{run}
2906commands. It also resets the controlling terminal for the child
2907process, for future @code{run} commands. For example,
2908
474c8240 2909@smallexample
c906108c 2910tty /dev/ttyb
474c8240 2911@end smallexample
c906108c
SS
2912
2913@noindent
2914directs that processes started with subsequent @code{run} commands
2915default to do input and output on the terminal @file{/dev/ttyb} and have
2916that as their controlling terminal.
2917
2918An explicit redirection in @code{run} overrides the @code{tty} command's
2919effect on the input/output device, but not its effect on the controlling
2920terminal.
2921
2922When you use the @code{tty} command or redirect input in the @code{run}
2923command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2924for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2925for @code{set inferior-tty}.
2926
2927@cindex inferior tty
2928@cindex set inferior controlling terminal
2929You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2930display the name of the terminal that will be used for future runs of your
2931program.
2932
2933@table @code
0a1ddfa6 2934@item set inferior-tty [ @var{tty} ]
3cb3b8df 2935@kindex set inferior-tty
0a1ddfa6
SM
2936Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
2937restores the default behavior, which is to use the same terminal as
2938@value{GDBN}.
3cb3b8df
BR
2939
2940@item show inferior-tty
2941@kindex show inferior-tty
2942Show the current tty for the program being debugged.
2943@end table
c906108c 2944
6d2ebf8b 2945@node Attach
79a6e687 2946@section Debugging an Already-running Process
c906108c
SS
2947@kindex attach
2948@cindex attach
2949
2950@table @code
2951@item attach @var{process-id}
2952This command attaches to a running process---one that was started
2953outside @value{GDBN}. (@code{info files} shows your active
2954targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2955find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2956or with the @samp{jobs -l} shell command.
2957
2958@code{attach} does not repeat if you press @key{RET} a second time after
2959executing the command.
2960@end table
2961
2962To use @code{attach}, your program must be running in an environment
2963which supports processes; for example, @code{attach} does not work for
2964programs on bare-board targets that lack an operating system. You must
2965also have permission to send the process a signal.
2966
2967When you use @code{attach}, the debugger finds the program running in
2968the process first by looking in the current working directory, then (if
2969the program is not found) by using the source file search path
79a6e687 2970(@pxref{Source Path, ,Specifying Source Directories}). You can also use
c906108c
SS
2971the @code{file} command to load the program. @xref{Files, ,Commands to
2972Specify Files}.
2973
e47e48f6 2974@anchor{set exec-file-mismatch}
98c59b52
PA
2975If the debugger can determine that the executable file running in the
2976process it is attaching to does not match the current exec-file loaded
2977by @value{GDBN}, the option @code{exec-file-mismatch} specifies how to
2978handle the mismatch. @value{GDBN} tries to compare the files by
2979comparing their build IDs (@pxref{build ID}), if available.
e47e48f6
PW
2980
2981@table @code
2982@kindex exec-file-mismatch
2983@cindex set exec-file-mismatch
2984@item set exec-file-mismatch @samp{ask|warn|off}
2985
98c59b52
PA
2986Whether to detect mismatch between the current executable file loaded
2987by @value{GDBN} and the executable file used to start the process. If
2988@samp{ask}, the default, display a warning and ask the user whether to
2989load the process executable file; if @samp{warn}, just display a
2990warning; if @samp{off}, don't attempt to detect a mismatch.
0a278aa7
PW
2991If the user confirms loading the process executable file, then its symbols
2992will be loaded as well.
e47e48f6
PW
2993
2994@cindex show exec-file-mismatch
2995@item show exec-file-mismatch
2996Show the current value of @code{exec-file-mismatch}.
2997
2998@end table
2999
c906108c
SS
3000The first thing @value{GDBN} does after arranging to debug the specified
3001process is to stop it. You can examine and modify an attached process
53a5351d
JM
3002with all the @value{GDBN} commands that are ordinarily available when
3003you start processes with @code{run}. You can insert breakpoints; you
3004can step and continue; you can modify storage. If you would rather the
3005process continue running, you may use the @code{continue} command after
c906108c
SS
3006attaching @value{GDBN} to the process.
3007
3008@table @code
3009@kindex detach
3010@item detach
3011When you have finished debugging the attached process, you can use the
3012@code{detach} command to release it from @value{GDBN} control. Detaching
3013the process continues its execution. After the @code{detach} command,
3014that process and @value{GDBN} become completely independent once more, and you
3015are ready to @code{attach} another process or start one with @code{run}.
3016@code{detach} does not repeat if you press @key{RET} again after
3017executing the command.
3018@end table
3019
159fcc13
JK
3020If you exit @value{GDBN} while you have an attached process, you detach
3021that process. If you use the @code{run} command, you kill that process.
3022By default, @value{GDBN} asks for confirmation if you try to do either of these
3023things; you can control whether or not you need to confirm by using the
3024@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
79a6e687 3025Messages}).
c906108c 3026
6d2ebf8b 3027@node Kill Process
79a6e687 3028@section Killing the Child Process
c906108c
SS
3029
3030@table @code
3031@kindex kill
3032@item kill
3033Kill the child process in which your program is running under @value{GDBN}.
3034@end table
3035
3036This command is useful if you wish to debug a core dump instead of a
3037running process. @value{GDBN} ignores any core dump file while your program
3038is running.
3039
3040On some operating systems, a program cannot be executed outside @value{GDBN}
3041while you have breakpoints set on it inside @value{GDBN}. You can use the
3042@code{kill} command in this situation to permit running your program
3043outside the debugger.
3044
3045The @code{kill} command is also useful if you wish to recompile and
3046relink your program, since on many systems it is impossible to modify an
3047executable file while it is running in a process. In this case, when you
3048next type @code{run}, @value{GDBN} notices that the file has changed, and
3049reads the symbol table again (while trying to preserve your current
3050breakpoint settings).
3051
65c574f6
PA
3052@node Inferiors Connections and Programs
3053@section Debugging Multiple Inferiors Connections and Programs
b77209e0 3054
6c95b8df
PA
3055@value{GDBN} lets you run and debug multiple programs in a single
3056session. In addition, @value{GDBN} on some systems may let you run
3057several programs simultaneously (otherwise you have to exit from one
65c574f6
PA
3058before starting another). On some systems @value{GDBN} may even let
3059you debug several programs simultaneously on different remote systems.
3060In the most general case, you can have multiple threads of execution
3061in each of multiple processes, launched from multiple executables,
3062running on different machines.
b77209e0
PA
3063
3064@cindex inferior
3065@value{GDBN} represents the state of each program execution with an
3066object called an @dfn{inferior}. An inferior typically corresponds to
3067a process, but is more general and applies also to targets that do not
3068have processes. Inferiors may be created before a process runs, and
6c95b8df
PA
3069may be retained after a process exits. Inferiors have unique
3070identifiers that are different from process ids. Usually each
3071inferior will also have its own distinct address space, although some
3072embedded targets may have several inferiors running in different parts
3073of a single address space. Each inferior may in turn have multiple
3074threads running in it.
b77209e0 3075
6c95b8df
PA
3076To find out what inferiors exist at any moment, use @w{@code{info
3077inferiors}}:
b77209e0
PA
3078
3079@table @code
a3c25011 3080@kindex info inferiors [ @var{id}@dots{} ]
b77209e0
PA
3081@item info inferiors
3082Print a list of all inferiors currently being managed by @value{GDBN}.
a3c25011
TT
3083By default all inferiors are printed, but the argument @var{id}@dots{}
3084-- a space separated list of inferior numbers -- can be used to limit
3085the display to just the requested inferiors.
3a1ff0b6
PA
3086
3087@value{GDBN} displays for each inferior (in this order):
3088
3089@enumerate
3090@item
3091the inferior number assigned by @value{GDBN}
3092
3093@item
3094the target system's inferior identifier
6c95b8df 3095
65c574f6
PA
3096@item
3097the target connection the inferior is bound to, including the unique
3098connection number assigned by @value{GDBN}, and the protocol used by
3099the connection.
3100
6c95b8df
PA
3101@item
3102the name of the executable the inferior is running.
3103
3a1ff0b6
PA
3104@end enumerate
3105
3106@noindent
3107An asterisk @samp{*} preceding the @value{GDBN} inferior number
3108indicates the current inferior.
3109
3110For example,
2277426b 3111@end table
3a1ff0b6
PA
3112@c end table here to get a little more width for example
3113
3114@smallexample
3115(@value{GDBP}) info inferiors
65c574f6
PA
3116 Num Description Connection Executable
3117* 1 process 3401 1 (native) goodbye
3118 2 process 2307 2 (extended-remote host:10000) hello
3119@end smallexample
3120
3121To find out what open target connections exist at any moment, use
3122@w{@code{info connections}}:
3123
3124@table @code
3125@kindex info connections [ @var{id}@dots{} ]
3126@item info connections
3127Print a list of all open target connections currently being managed by
3128@value{GDBN}. By default all connections are printed, but the
3129argument @var{id}@dots{} -- a space separated list of connections
3130numbers -- can be used to limit the display to just the requested
3131connections.
3132
3133@value{GDBN} displays for each connection (in this order):
3134
3135@enumerate
3136@item
3137the connection number assigned by @value{GDBN}.
3138
3139@item
3140the protocol used by the connection.
3141
3142@item
3143a textual description of the protocol used by the connection.
3144
3145@end enumerate
3146
3147@noindent
3148An asterisk @samp{*} preceding the connection number indicates the
3149connection of the current inferior.
3150
3151For example,
3152@end table
3153@c end table here to get a little more width for example
3154
3155@smallexample
3156(@value{GDBP}) info connections
3157 Num What Description
3158* 1 extended-remote host:10000 Extended remote serial target in gdb-specific protocol
3159 2 native Native process
3160 3 core Local core dump file
3a1ff0b6 3161@end smallexample
2277426b
PA
3162
3163To switch focus between inferiors, use the @code{inferior} command:
3164
3165@table @code
3a1ff0b6
PA
3166@kindex inferior @var{infno}
3167@item inferior @var{infno}
3168Make inferior number @var{infno} the current inferior. The argument
3169@var{infno} is the inferior number assigned by @value{GDBN}, as shown
3170in the first field of the @samp{info inferiors} display.
2277426b
PA
3171@end table
3172
e3940304
PA
3173@vindex $_inferior@r{, convenience variable}
3174The debugger convenience variable @samp{$_inferior} contains the
3175number of the current inferior. You may find this useful in writing
3176breakpoint conditional expressions, command scripts, and so forth.
3177@xref{Convenience Vars,, Convenience Variables}, for general
3178information on convenience variables.
6c95b8df
PA
3179
3180You can get multiple executables into a debugging session via the
3181@code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3182systems @value{GDBN} can add inferiors to the debug session
3183automatically by following calls to @code{fork} and @code{exec}. To
3184remove inferiors from the debugging session use the
af624141 3185@w{@code{remove-inferiors}} command.
6c95b8df
PA
3186
3187@table @code
3188@kindex add-inferior
65c574f6 3189@item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ] [-no-connection ]
6c95b8df 3190Adds @var{n} inferiors to be run using @var{executable} as the
697aa1b7 3191executable; @var{n} defaults to 1. If no executable is specified,
6c95b8df
PA
3192the inferiors begins empty, with no program. You can still assign or
3193change the program assigned to the inferior at any time by using the
3194@code{file} command with the executable name as its argument.
3195
65c574f6
PA
3196By default, the new inferior begins connected to the same target
3197connection as the current inferior. For example, if the current
3198inferior was connected to @code{gdbserver} with @code{target remote},
3199then the new inferior will be connected to the same @code{gdbserver}
3200instance. The @samp{-no-connection} option starts the new inferior
3201with no connection yet. You can then for example use the @code{target
3202remote} command to connect to some other @code{gdbserver} instance,
3203use @code{run} to spawn a local program, etc.
3204
6c95b8df
PA
3205@kindex clone-inferior
3206@item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3207Adds @var{n} inferiors ready to execute the same program as inferior
697aa1b7 3208@var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
6c95b8df
PA
3209number of the current inferior. This is a convenient command when you
3210want to run another instance of the inferior you are debugging.
3211
3212@smallexample
3213(@value{GDBP}) info inferiors
65c574f6
PA
3214 Num Description Connection Executable
3215* 1 process 29964 1 (native) helloworld
6c95b8df
PA
3216(@value{GDBP}) clone-inferior
3217Added inferior 2.
32181 inferiors added.
3219(@value{GDBP}) info inferiors
65c574f6
PA
3220 Num Description Connection Executable
3221* 1 process 29964 1 (native) helloworld
3222 2 <null> 1 (native) helloworld
6c95b8df
PA
3223@end smallexample
3224
3225You can now simply switch focus to inferior 2 and run it.
3226
af624141
MS
3227@kindex remove-inferiors
3228@item remove-inferiors @var{infno}@dots{}
3229Removes the inferior or inferiors @var{infno}@dots{}. It is not
3230possible to remove an inferior that is running with this command. For
3231those, use the @code{kill} or @code{detach} command first.
6c95b8df
PA
3232
3233@end table
3234
3235To quit debugging one of the running inferiors that is not the current
3236inferior, you can either detach from it by using the @w{@code{detach
3237inferior}} command (allowing it to run independently), or kill it
af624141 3238using the @w{@code{kill inferiors}} command:
2277426b
PA
3239
3240@table @code
af624141
MS
3241@kindex detach inferiors @var{infno}@dots{}
3242@item detach inferior @var{infno}@dots{}
3243Detach from the inferior or inferiors identified by @value{GDBN}
5e30da2c 3244inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
af624141
MS
3245still stays on the list of inferiors shown by @code{info inferiors},
3246but its Description will show @samp{<null>}.
3247
3248@kindex kill inferiors @var{infno}@dots{}
3249@item kill inferiors @var{infno}@dots{}
3250Kill the inferior or inferiors identified by @value{GDBN} inferior
3251number(s) @var{infno}@dots{}. Note that the inferior's entry still
3252stays on the list of inferiors shown by @code{info inferiors}, but its
3253Description will show @samp{<null>}.
2277426b
PA
3254@end table
3255
6c95b8df 3256After the successful completion of a command such as @code{detach},
af624141 3257@code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
6c95b8df
PA
3258a normal process exit, the inferior is still valid and listed with
3259@code{info inferiors}, ready to be restarted.
3260
3261
2277426b
PA
3262To be notified when inferiors are started or exit under @value{GDBN}'s
3263control use @w{@code{set print inferior-events}}:
b77209e0 3264
2277426b 3265@table @code
b77209e0
PA
3266@kindex set print inferior-events
3267@cindex print messages on inferior start and exit
3268@item set print inferior-events
3269@itemx set print inferior-events on
3270@itemx set print inferior-events off
3271The @code{set print inferior-events} command allows you to enable or
3272disable printing of messages when @value{GDBN} notices that new
3273inferiors have started or that inferiors have exited or have been
3274detached. By default, these messages will not be printed.
3275
3276@kindex show print inferior-events
3277@item show print inferior-events
3278Show whether messages will be printed when @value{GDBN} detects that
3279inferiors have started, exited or have been detached.
3280@end table
3281
6c95b8df
PA
3282Many commands will work the same with multiple programs as with a
3283single program: e.g., @code{print myglobal} will simply display the
3284value of @code{myglobal} in the current inferior.
3285
3286
6b92c0d3 3287Occasionally, when debugging @value{GDBN} itself, it may be useful to
6c95b8df
PA
3288get more info about the relationship of inferiors, programs, address
3289spaces in a debug session. You can do that with the @w{@code{maint
3290info program-spaces}} command.
3291
3292@table @code
3293@kindex maint info program-spaces
3294@item maint info program-spaces
3295Print a list of all program spaces currently being managed by
3296@value{GDBN}.
3297
3298@value{GDBN} displays for each program space (in this order):
3299
3300@enumerate
3301@item
3302the program space number assigned by @value{GDBN}
3303
3304@item
3305the name of the executable loaded into the program space, with e.g.,
3306the @code{file} command.
3307
3308@end enumerate
3309
3310@noindent
3311An asterisk @samp{*} preceding the @value{GDBN} program space number
3312indicates the current program space.
3313
3314In addition, below each program space line, @value{GDBN} prints extra
3315information that isn't suitable to display in tabular form. For
3316example, the list of inferiors bound to the program space.
3317
3318@smallexample
3319(@value{GDBP}) maint info program-spaces
3320 Id Executable
b05b1202 3321* 1 hello
6c95b8df
PA
3322 2 goodbye
3323 Bound inferiors: ID 1 (process 21561)
6c95b8df
PA
3324@end smallexample
3325
3326Here we can see that no inferior is running the program @code{hello},
3327while @code{process 21561} is running the program @code{goodbye}. On
3328some targets, it is possible that multiple inferiors are bound to the
3329same program space. The most common example is that of debugging both
3330the parent and child processes of a @code{vfork} call. For example,
3331
3332@smallexample
3333(@value{GDBP}) maint info program-spaces
3334 Id Executable
3335* 1 vfork-test
3336 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3337@end smallexample
3338
3339Here, both inferior 2 and inferior 1 are running in the same program
3340space as a result of inferior 1 having executed a @code{vfork} call.
3341@end table
3342
6d2ebf8b 3343@node Threads
79a6e687 3344@section Debugging Programs with Multiple Threads
c906108c
SS
3345
3346@cindex threads of execution
3347@cindex multiple threads
3348@cindex switching threads
b1236ac3 3349In some operating systems, such as GNU/Linux and Solaris, a single program
c906108c
SS
3350may have more than one @dfn{thread} of execution. The precise semantics
3351of threads differ from one operating system to another, but in general
3352the threads of a single program are akin to multiple processes---except
3353that they share one address space (that is, they can all examine and
3354modify the same variables). On the other hand, each thread has its own
3355registers and execution stack, and perhaps private memory.
3356
3357@value{GDBN} provides these facilities for debugging multi-thread
3358programs:
3359
3360@itemize @bullet
3361@item automatic notification of new threads
5d5658a1 3362@item @samp{thread @var{thread-id}}, a command to switch among threads
c906108c 3363@item @samp{info threads}, a command to inquire about existing threads
0a232300 3364@item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
c906108c
SS
3365a command to apply a command to a list of threads
3366@item thread-specific breakpoints
93815fbf
VP
3367@item @samp{set print thread-events}, which controls printing of
3368messages on thread start and exit.
17a37d48
PP
3369@item @samp{set libthread-db-search-path @var{path}}, which lets
3370the user specify which @code{libthread_db} to use if the default choice
3371isn't compatible with the program.
c906108c
SS
3372@end itemize
3373
c906108c
SS
3374@cindex focus of debugging
3375@cindex current thread
3376The @value{GDBN} thread debugging facility allows you to observe all
3377threads while your program runs---but whenever @value{GDBN} takes
3378control, one thread in particular is always the focus of debugging.
3379This thread is called the @dfn{current thread}. Debugging commands show
3380program information from the perspective of the current thread.
3381
41afff9a 3382@cindex @code{New} @var{systag} message
c906108c
SS
3383@cindex thread identifier (system)
3384@c FIXME-implementors!! It would be more helpful if the [New...] message
3385@c included GDB's numeric thread handle, so you could just go to that
3386@c thread without first checking `info threads'.
3387Whenever @value{GDBN} detects a new thread in your program, it displays
3388the target system's identification for the thread with a message in the
697aa1b7 3389form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
c906108c 3390whose form varies depending on the particular system. For example, on
8807d78b 3391@sc{gnu}/Linux, you might see
c906108c 3392
474c8240 3393@smallexample
08e796bc 3394[New Thread 0x41e02940 (LWP 25582)]
474c8240 3395@end smallexample
c906108c
SS
3396
3397@noindent
b1236ac3 3398when @value{GDBN} notices a new thread. In contrast, on other systems,
c906108c
SS
3399the @var{systag} is simply something like @samp{process 368}, with no
3400further qualifier.
3401
3402@c FIXME!! (1) Does the [New...] message appear even for the very first
3403@c thread of a program, or does it only appear for the
6ca652b0 3404@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
3405@c program?
3406@c (2) *Is* there necessarily a first thread always? Or do some
3407@c multithread systems permit starting a program with multiple
5d161b24 3408@c threads ab initio?
c906108c 3409
5d5658a1
PA
3410@anchor{thread numbers}
3411@cindex thread number, per inferior
c906108c 3412@cindex thread identifier (GDB)
5d5658a1
PA
3413For debugging purposes, @value{GDBN} associates its own thread number
3414---always a single integer---with each thread of an inferior. This
3415number is unique between all threads of an inferior, but not unique
3416between threads of different inferiors.
3417
3418@cindex qualified thread ID
3419You can refer to a given thread in an inferior using the qualified
3420@var{inferior-num}.@var{thread-num} syntax, also known as
3421@dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3422number and @var{thread-num} being the thread number of the given
3423inferior. For example, thread @code{2.3} refers to thread number 3 of
3424inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3425then @value{GDBN} infers you're referring to a thread of the current
3426inferior.
3427
3428Until you create a second inferior, @value{GDBN} does not show the
3429@var{inferior-num} part of thread IDs, even though you can always use
3430the full @var{inferior-num}.@var{thread-num} form to refer to threads
3431of inferior 1, the initial inferior.
3432
3433@anchor{thread ID lists}
3434@cindex thread ID lists
3435Some commands accept a space-separated @dfn{thread ID list} as
71ef29a8
PA
3436argument. A list element can be:
3437
3438@enumerate
3439@item
3440A thread ID as shown in the first field of the @samp{info threads}
3441display, with or without an inferior qualifier. E.g., @samp{2.1} or
3442@samp{1}.
3443
3444@item
3445A range of thread numbers, again with or without an inferior
3446qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3447@var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3448
3449@item
3450All threads of an inferior, specified with a star wildcard, with or
3451without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3452@samp{1.*}) or @code{*}. The former refers to all threads of the
3453given inferior, and the latter form without an inferior qualifier
3454refers to all threads of the current inferior.
3455
3456@end enumerate
3457
3458For example, if the current inferior is 1, and inferior 7 has one
3459thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3460includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
34617 to 9 of inferior 6 and all threads of inferior 7. That is, in
3462expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
34637.1}.
3464
5d5658a1
PA
3465
3466@anchor{global thread numbers}
3467@cindex global thread number
3468@cindex global thread identifier (GDB)
3469In addition to a @emph{per-inferior} number, each thread is also
3470assigned a unique @emph{global} number, also known as @dfn{global
3471thread ID}, a single integer. Unlike the thread number component of
3472the thread ID, no two threads have the same global ID, even when
3473you're debugging multiple inferiors.
c906108c 3474
f4f4330e
PA
3475From @value{GDBN}'s perspective, a process always has at least one
3476thread. In other words, @value{GDBN} assigns a thread number to the
3477program's ``main thread'' even if the program is not multi-threaded.
3478
5d5658a1 3479@vindex $_thread@r{, convenience variable}
663f6d42
PA
3480@vindex $_gthread@r{, convenience variable}
3481The debugger convenience variables @samp{$_thread} and
3482@samp{$_gthread} contain, respectively, the per-inferior thread number
3483and the global thread number of the current thread. You may find this
5d5658a1
PA
3484useful in writing breakpoint conditional expressions, command scripts,
3485and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3486general information on convenience variables.
3487
f303dbd6
PA
3488If @value{GDBN} detects the program is multi-threaded, it augments the
3489usual message about stopping at a breakpoint with the ID and name of
3490the thread that hit the breakpoint.
3491
3492@smallexample
3493Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3494@end smallexample
3495
3496Likewise when the program receives a signal:
3497
3498@smallexample
3499Thread 1 "main" received signal SIGINT, Interrupt.
3500@end smallexample
3501
c906108c
SS
3502@table @code
3503@kindex info threads
5d5658a1
PA
3504@item info threads @r{[}@var{thread-id-list}@r{]}
3505
3506Display information about one or more threads. With no arguments
3507displays information about all threads. You can specify the list of
3508threads that you want to display using the thread ID list syntax
3509(@pxref{thread ID lists}).
3510
60f98dde 3511@value{GDBN} displays for each thread (in this order):
c906108c
SS
3512
3513@enumerate
09d4efe1 3514@item
5d5658a1 3515the per-inferior thread number assigned by @value{GDBN}
c906108c 3516
c84f6bbf
PA
3517@item
3518the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3519option was specified
3520
09d4efe1
EZ
3521@item
3522the target system's thread identifier (@var{systag})
c906108c 3523
4694da01
TT
3524@item
3525the thread's name, if one is known. A thread can either be named by
3526the user (see @code{thread name}, below), or, in some cases, by the
3527program itself.
3528
09d4efe1
EZ
3529@item
3530the current stack frame summary for that thread
c906108c
SS
3531@end enumerate
3532
3533@noindent
3534An asterisk @samp{*} to the left of the @value{GDBN} thread number
3535indicates the current thread.
3536
5d161b24 3537For example,
c906108c
SS
3538@end table
3539@c end table here to get a little more width for example
3540
3541@smallexample
3542(@value{GDBP}) info threads
e56d7f1e 3543 Id Target Id Frame
c0ecb95f 3544* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
b05b1202
PA
3545 2 process 35 thread 23 0x34e5 in sigpause ()
3546 3 process 35 thread 27 0x34e5 in sigpause ()
c906108c
SS
3547 at threadtest.c:68
3548@end smallexample
53a5351d 3549
5d5658a1
PA
3550If you're debugging multiple inferiors, @value{GDBN} displays thread
3551IDs using the qualified @var{inferior-num}.@var{thread-num} format.
c84f6bbf
PA
3552Otherwise, only @var{thread-num} is shown.
3553
3554If you specify the @samp{-gid} option, @value{GDBN} displays a column
3555indicating each thread's global thread ID:
5d5658a1
PA
3556
3557@smallexample
3558(@value{GDBP}) info threads
c84f6bbf
PA
3559 Id GId Target Id Frame
3560 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3561 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3562 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3563* 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
5d5658a1
PA
3564@end smallexample
3565
c45da7e6
EZ
3566On Solaris, you can display more information about user threads with a
3567Solaris-specific command:
3568
3569@table @code
3570@item maint info sol-threads
3571@kindex maint info sol-threads
3572@cindex thread info (Solaris)
3573Display info on Solaris user threads.
3574@end table
3575
c906108c 3576@table @code
5d5658a1
PA
3577@kindex thread @var{thread-id}
3578@item thread @var{thread-id}
3579Make thread ID @var{thread-id} the current thread. The command
3580argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3581the first field of the @samp{info threads} display, with or without an
3582inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3583
3584@value{GDBN} responds by displaying the system identifier of the
3585thread you selected, and its current stack frame summary:
c906108c
SS
3586
3587@smallexample
c906108c 3588(@value{GDBP}) thread 2
13fd8b81
TT
3589[Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3590#0 some_function (ignore=0x0) at example.c:8
35918 printf ("hello\n");
c906108c
SS
3592@end smallexample
3593
3594@noindent
3595As with the @samp{[New @dots{}]} message, the form of the text after
3596@samp{Switching to} depends on your system's conventions for identifying
5d161b24 3597threads.
c906108c 3598
3345721a 3599@anchor{thread apply all}
9c16f35a 3600@kindex thread apply
638ac427 3601@cindex apply command to several threads
0a232300 3602@item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
839c27b7 3603The @code{thread apply} command allows you to apply the named
5d5658a1
PA
3604@var{command} to one or more threads. Specify the threads that you
3605want affected using the thread ID list syntax (@pxref{thread ID
3606lists}), or specify @code{all} to apply to all threads. To apply a
3607command to all threads in descending order, type @kbd{thread apply all
253828f1
JK
3608@var{command}}. To apply a command to all threads in ascending order,
3609type @kbd{thread apply all -ascending @var{command}}.
3610
0a232300
PW
3611The @var{flag} arguments control what output to produce and how to handle
3612errors raised when applying @var{command} to a thread. @var{flag}
3613must start with a @code{-} directly followed by one letter in
3614@code{qcs}. If several flags are provided, they must be given
3615individually, such as @code{-c -q}.
3616
3617By default, @value{GDBN} displays some thread information before the
3618output produced by @var{command}, and an error raised during the
3619execution of a @var{command} will abort @code{thread apply}. The
3620following flags can be used to fine-tune this behavior:
3621
3622@table @code
3623@item -c
3624The flag @code{-c}, which stands for @samp{continue}, causes any
3625errors in @var{command} to be displayed, and the execution of
3626@code{thread apply} then continues.
3627@item -s
3628The flag @code{-s}, which stands for @samp{silent}, causes any errors
3629or empty output produced by a @var{command} to be silently ignored.
3630That is, the execution continues, but the thread information and errors
3631are not printed.
3632@item -q
3633The flag @code{-q} (@samp{quiet}) disables printing the thread
3634information.
3635@end table
3636
3637Flags @code{-c} and @code{-s} cannot be used together.
3638
3639@kindex taas
3640@cindex apply command to all threads (ignoring errors and empty output)
3345721a
PA
3641@item taas [@var{option}]@dots{} @var{command}
3642Shortcut for @code{thread apply all -s [@var{option}]@dots{} @var{command}}.
0a232300
PW
3643Applies @var{command} on all threads, ignoring errors and empty output.
3644
3345721a
PA
3645The @code{taas} command accepts the same options as the @code{thread
3646apply all} command. @xref{thread apply all}.
3647
0a232300
PW
3648@kindex tfaas
3649@cindex apply a command to all frames of all threads (ignoring errors and empty output)
3345721a
PA
3650@item tfaas [@var{option}]@dots{} @var{command}
3651Shortcut for @code{thread apply all -s -- frame apply all -s [@var{option}]@dots{} @var{command}}.
0a232300
PW
3652Applies @var{command} on all frames of all threads, ignoring errors
3653and empty output. Note that the flag @code{-s} is specified twice:
3654The first @code{-s} ensures that @code{thread apply} only shows the thread
3655information of the threads for which @code{frame apply} produces
3656some output. The second @code{-s} is needed to ensure that @code{frame
3657apply} shows the frame information of a frame only if the
3658@var{command} successfully produced some output.
3659
3660It can for example be used to print a local variable or a function
3661argument without knowing the thread or frame where this variable or argument
3662is, using:
3663@smallexample
3664(@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3665@end smallexample
3666
3345721a 3667The @code{tfaas} command accepts the same options as the @code{frame
ed788fee 3668apply} command. @xref{Frame Apply,,frame apply}.
93815fbf 3669
4694da01
TT
3670@kindex thread name
3671@cindex name a thread
3672@item thread name [@var{name}]
3673This command assigns a name to the current thread. If no argument is
3674given, any existing user-specified name is removed. The thread name
3675appears in the @samp{info threads} display.
3676
3677On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3678determine the name of the thread as given by the OS. On these
3679systems, a name specified with @samp{thread name} will override the
3680system-give name, and removing the user-specified name will cause
3681@value{GDBN} to once again display the system-specified name.
3682
60f98dde
MS
3683@kindex thread find
3684@cindex search for a thread
3685@item thread find [@var{regexp}]
3686Search for and display thread ids whose name or @var{systag}
3687matches the supplied regular expression.
3688
3689As well as being the complement to the @samp{thread name} command,
3690this command also allows you to identify a thread by its target
3691@var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3692is the LWP id.
3693
3694@smallexample
3695(@value{GDBN}) thread find 26688
3696Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3697(@value{GDBN}) info thread 4
3698 Id Target Id Frame
3699 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3700@end smallexample
3701
93815fbf
VP
3702@kindex set print thread-events
3703@cindex print messages on thread start and exit
3704@item set print thread-events
3705@itemx set print thread-events on
3706@itemx set print thread-events off
3707The @code{set print thread-events} command allows you to enable or
3708disable printing of messages when @value{GDBN} notices that new threads have
3709started or that threads have exited. By default, these messages will
3710be printed if detection of these events is supported by the target.
3711Note that these messages cannot be disabled on all targets.
3712
3713@kindex show print thread-events
3714@item show print thread-events
3715Show whether messages will be printed when @value{GDBN} detects that threads
3716have started and exited.
c906108c
SS
3717@end table
3718
79a6e687 3719@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
c906108c
SS
3720more information about how @value{GDBN} behaves when you stop and start
3721programs with multiple threads.
3722
79a6e687 3723@xref{Set Watchpoints,,Setting Watchpoints}, for information about
c906108c 3724watchpoints in programs with multiple threads.
c906108c 3725
bf88dd68 3726@anchor{set libthread-db-search-path}
17a37d48
PP
3727@table @code
3728@kindex set libthread-db-search-path
3729@cindex search path for @code{libthread_db}
3730@item set libthread-db-search-path @r{[}@var{path}@r{]}
3731If this variable is set, @var{path} is a colon-separated list of
3732directories @value{GDBN} will use to search for @code{libthread_db}.
3733If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
98a5dd13 3734its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
7e0396aa
DE
3735Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3736macro.
17a37d48
PP
3737
3738On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3739@code{libthread_db} library to obtain information about threads in the
3740inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
bf88dd68
JK
3741to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3742specific thread debugging library loading is enabled
3743by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
98a5dd13
DE
3744
3745A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3746refers to the default system directories that are
bf88dd68
JK
3747normally searched for loading shared libraries. The @samp{$sdir} entry
3748is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3749(@pxref{libthread_db.so.1 file}).
98a5dd13
DE
3750
3751A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3752refers to the directory from which @code{libpthread}
3753was loaded in the inferior process.
17a37d48
PP
3754
3755For any @code{libthread_db} library @value{GDBN} finds in above directories,
3756@value{GDBN} attempts to initialize it with the current inferior process.
3757If this initialization fails (which could happen because of a version
3758mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3759will unload @code{libthread_db}, and continue with the next directory.
3760If none of @code{libthread_db} libraries initialize successfully,
3761@value{GDBN} will issue a warning and thread debugging will be disabled.
3762
3763Setting @code{libthread-db-search-path} is currently implemented
3764only on some platforms.
3765
3766@kindex show libthread-db-search-path
3767@item show libthread-db-search-path
3768Display current libthread_db search path.
02d868e8
PP
3769
3770@kindex set debug libthread-db
3771@kindex show debug libthread-db
3772@cindex debugging @code{libthread_db}
3773@item set debug libthread-db
3774@itemx show debug libthread-db
3775Turns on or off display of @code{libthread_db}-related events.
3776Use @code{1} to enable, @code{0} to disable.
17a37d48
PP
3777@end table
3778
6c95b8df
PA
3779@node Forks
3780@section Debugging Forks
c906108c
SS
3781
3782@cindex fork, debugging programs which call
3783@cindex multiple processes
3784@cindex processes, multiple
53a5351d
JM
3785On most systems, @value{GDBN} has no special support for debugging
3786programs which create additional processes using the @code{fork}
3787function. When a program forks, @value{GDBN} will continue to debug the
3788parent process and the child process will run unimpeded. If you have
3789set a breakpoint in any code which the child then executes, the child
3790will get a @code{SIGTRAP} signal which (unless it catches the signal)
3791will cause it to terminate.
c906108c
SS
3792
3793However, if you want to debug the child process there is a workaround
3794which isn't too painful. Put a call to @code{sleep} in the code which
3795the child process executes after the fork. It may be useful to sleep
3796only if a certain environment variable is set, or a certain file exists,
3797so that the delay need not occur when you don't want to run @value{GDBN}
3798on the child. While the child is sleeping, use the @code{ps} program to
3799get its process ID. Then tell @value{GDBN} (a new invocation of
3800@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 3801the child process (@pxref{Attach}). From that point on you can debug
c906108c 3802the child process just like any other process which you attached to.
c906108c 3803
b1236ac3
PA
3804On some systems, @value{GDBN} provides support for debugging programs
3805that create additional processes using the @code{fork} or @code{vfork}
3806functions. On @sc{gnu}/Linux platforms, this feature is supported
19d9d4ef 3807with kernel version 2.5.46 and later.
c906108c 3808
19d9d4ef
DB
3809The fork debugging commands are supported in native mode and when
3810connected to @code{gdbserver} in either @code{target remote} mode or
3811@code{target extended-remote} mode.
0d71eef5 3812
c906108c
SS
3813By default, when a program forks, @value{GDBN} will continue to debug
3814the parent process and the child process will run unimpeded.
3815
3816If you want to follow the child process instead of the parent process,
3817use the command @w{@code{set follow-fork-mode}}.
3818
3819@table @code
3820@kindex set follow-fork-mode
3821@item set follow-fork-mode @var{mode}
3822Set the debugger response to a program call of @code{fork} or
3823@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 3824process. The @var{mode} argument can be:
c906108c
SS
3825
3826@table @code
3827@item parent
3828The original process is debugged after a fork. The child process runs
2df3850c 3829unimpeded. This is the default.
c906108c
SS
3830
3831@item child
3832The new process is debugged after a fork. The parent process runs
3833unimpeded.
3834
c906108c
SS
3835@end table
3836
9c16f35a 3837@kindex show follow-fork-mode
c906108c 3838@item show follow-fork-mode
2df3850c 3839Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
3840@end table
3841
5c95884b
MS
3842@cindex debugging multiple processes
3843On Linux, if you want to debug both the parent and child processes, use the
3844command @w{@code{set detach-on-fork}}.
3845
3846@table @code
3847@kindex set detach-on-fork
3848@item set detach-on-fork @var{mode}
3849Tells gdb whether to detach one of the processes after a fork, or
3850retain debugger control over them both.
3851
3852@table @code
3853@item on
3854The child process (or parent process, depending on the value of
3855@code{follow-fork-mode}) will be detached and allowed to run
3856independently. This is the default.
3857
3858@item off
3859Both processes will be held under the control of @value{GDBN}.
3860One process (child or parent, depending on the value of
3861@code{follow-fork-mode}) is debugged as usual, while the other
3862is held suspended.
3863
3864@end table
3865
11310833
NR
3866@kindex show detach-on-fork
3867@item show detach-on-fork
3868Show whether detach-on-fork mode is on/off.
5c95884b
MS
3869@end table
3870
2277426b
PA
3871If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3872will retain control of all forked processes (including nested forks).
3873You can list the forked processes under the control of @value{GDBN} by
3874using the @w{@code{info inferiors}} command, and switch from one fork
65c574f6
PA
3875to another by using the @code{inferior} command (@pxref{Inferiors Connections and
3876Programs, ,Debugging Multiple Inferiors Connections and Programs}).
5c95884b
MS
3877
3878To quit debugging one of the forked processes, you can either detach
af624141
MS
3879from it by using the @w{@code{detach inferiors}} command (allowing it
3880to run independently), or kill it using the @w{@code{kill inferiors}}
65c574f6
PA
3881command. @xref{Inferiors Connections and Programs, ,Debugging
3882Multiple Inferiors Connections and Programs}.
5c95884b 3883
c906108c
SS
3884If you ask to debug a child process and a @code{vfork} is followed by an
3885@code{exec}, @value{GDBN} executes the new target up to the first
3886breakpoint in the new target. If you have a breakpoint set on
3887@code{main} in your original program, the breakpoint will also be set on
3888the child process's @code{main}.
3889
2277426b
PA
3890On some systems, when a child process is spawned by @code{vfork}, you
3891cannot debug the child or parent until an @code{exec} call completes.
c906108c
SS
3892
3893If you issue a @code{run} command to @value{GDBN} after an @code{exec}
6c95b8df
PA
3894call executes, the new target restarts. To restart the parent
3895process, use the @code{file} command with the parent executable name
3896as its argument. By default, after an @code{exec} call executes,
3897@value{GDBN} discards the symbols of the previous executable image.
3898You can change this behaviour with the @w{@code{set follow-exec-mode}}
3899command.
3900
3901@table @code
3902@kindex set follow-exec-mode
3903@item set follow-exec-mode @var{mode}
3904
3905Set debugger response to a program call of @code{exec}. An
3906@code{exec} call replaces the program image of a process.
3907
3908@code{follow-exec-mode} can be:
3909
3910@table @code
3911@item new
3912@value{GDBN} creates a new inferior and rebinds the process to this
3913new inferior. The program the process was running before the
3914@code{exec} call can be restarted afterwards by restarting the
3915original inferior.
3916
3917For example:
3918
3919@smallexample
3920(@value{GDBP}) info inferiors
3921(gdb) info inferior
3922 Id Description Executable
3923* 1 <null> prog1
3924(@value{GDBP}) run
3925process 12020 is executing new program: prog2
3926Program exited normally.
3927(@value{GDBP}) info inferiors
3928 Id Description Executable
c0ecb95f 3929 1 <null> prog1
b05b1202 3930* 2 <null> prog2
6c95b8df
PA
3931@end smallexample
3932
3933@item same
3934@value{GDBN} keeps the process bound to the same inferior. The new
3935executable image replaces the previous executable loaded in the
3936inferior. Restarting the inferior after the @code{exec} call, with
3937e.g., the @code{run} command, restarts the executable the process was
3938running after the @code{exec} call. This is the default mode.
3939
3940For example:
3941
3942@smallexample
3943(@value{GDBP}) info inferiors
3944 Id Description Executable
3945* 1 <null> prog1
3946(@value{GDBP}) run
3947process 12020 is executing new program: prog2
3948Program exited normally.
3949(@value{GDBP}) info inferiors
3950 Id Description Executable
3951* 1 <null> prog2
3952@end smallexample
3953
3954@end table
3955@end table
c906108c 3956
19d9d4ef
DB
3957@code{follow-exec-mode} is supported in native mode and
3958@code{target extended-remote} mode.
3959
c906108c
SS
3960You can use the @code{catch} command to make @value{GDBN} stop whenever
3961a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
79a6e687 3962Catchpoints, ,Setting Catchpoints}.
c906108c 3963
5c95884b 3964@node Checkpoint/Restart
79a6e687 3965@section Setting a @emph{Bookmark} to Return to Later
5c95884b
MS
3966
3967@cindex checkpoint
3968@cindex restart
3969@cindex bookmark
3970@cindex snapshot of a process
3971@cindex rewind program state
3972
3973On certain operating systems@footnote{Currently, only
3974@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3975program's state, called a @dfn{checkpoint}, and come back to it
3976later.
3977
3978Returning to a checkpoint effectively undoes everything that has
3979happened in the program since the @code{checkpoint} was saved. This
3980includes changes in memory, registers, and even (within some limits)
3981system state. Effectively, it is like going back in time to the
3982moment when the checkpoint was saved.
3983
3984Thus, if you're stepping thru a program and you think you're
3985getting close to the point where things go wrong, you can save
3986a checkpoint. Then, if you accidentally go too far and miss
3987the critical statement, instead of having to restart your program
3988from the beginning, you can just go back to the checkpoint and
3989start again from there.
3990
3991This can be especially useful if it takes a lot of time or
3992steps to reach the point where you think the bug occurs.
3993
3994To use the @code{checkpoint}/@code{restart} method of debugging:
3995
3996@table @code
3997@kindex checkpoint
3998@item checkpoint
3999Save a snapshot of the debugged program's current execution state.
4000The @code{checkpoint} command takes no arguments, but each checkpoint
4001is assigned a small integer id, similar to a breakpoint id.
4002
4003@kindex info checkpoints
4004@item info checkpoints
4005List the checkpoints that have been saved in the current debugging
4006session. For each checkpoint, the following information will be
4007listed:
4008
4009@table @code
4010@item Checkpoint ID
4011@item Process ID
4012@item Code Address
4013@item Source line, or label
4014@end table
4015
4016@kindex restart @var{checkpoint-id}
4017@item restart @var{checkpoint-id}
4018Restore the program state that was saved as checkpoint number
4019@var{checkpoint-id}. All program variables, registers, stack frames
4020etc.@: will be returned to the values that they had when the checkpoint
4021was saved. In essence, gdb will ``wind back the clock'' to the point
4022in time when the checkpoint was saved.
4023
4024Note that breakpoints, @value{GDBN} variables, command history etc.
4025are not affected by restoring a checkpoint. In general, a checkpoint
4026only restores things that reside in the program being debugged, not in
4027the debugger.
4028
b8db102d
MS
4029@kindex delete checkpoint @var{checkpoint-id}
4030@item delete checkpoint @var{checkpoint-id}
5c95884b
MS
4031Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
4032
4033@end table
4034
4035Returning to a previously saved checkpoint will restore the user state
4036of the program being debugged, plus a significant subset of the system
4037(OS) state, including file pointers. It won't ``un-write'' data from
4038a file, but it will rewind the file pointer to the previous location,
4039so that the previously written data can be overwritten. For files
4040opened in read mode, the pointer will also be restored so that the
4041previously read data can be read again.
4042
4043Of course, characters that have been sent to a printer (or other
4044external device) cannot be ``snatched back'', and characters received
4045from eg.@: a serial device can be removed from internal program buffers,
4046but they cannot be ``pushed back'' into the serial pipeline, ready to
4047be received again. Similarly, the actual contents of files that have
4048been changed cannot be restored (at this time).
4049
4050However, within those constraints, you actually can ``rewind'' your
4051program to a previously saved point in time, and begin debugging it
4052again --- and you can change the course of events so as to debug a
4053different execution path this time.
4054
4055@cindex checkpoints and process id
4056Finally, there is one bit of internal program state that will be
4057different when you return to a checkpoint --- the program's process
4058id. Each checkpoint will have a unique process id (or @var{pid}),
4059and each will be different from the program's original @var{pid}.
4060If your program has saved a local copy of its process id, this could
4061potentially pose a problem.
4062
79a6e687 4063@subsection A Non-obvious Benefit of Using Checkpoints
5c95884b
MS
4064
4065On some systems such as @sc{gnu}/Linux, address space randomization
4066is performed on new processes for security reasons. This makes it
4067difficult or impossible to set a breakpoint, or watchpoint, on an
4068absolute address if you have to restart the program, since the
4069absolute location of a symbol will change from one execution to the
4070next.
4071
4072A checkpoint, however, is an @emph{identical} copy of a process.
4073Therefore if you create a checkpoint at (eg.@:) the start of main,
4074and simply return to that checkpoint instead of restarting the
4075process, you can avoid the effects of address randomization and
4076your symbols will all stay in the same place.
4077
6d2ebf8b 4078@node Stopping
c906108c
SS
4079@chapter Stopping and Continuing
4080
4081The principal purposes of using a debugger are so that you can stop your
4082program before it terminates; or so that, if your program runs into
4083trouble, you can investigate and find out why.
4084
7a292a7a
SS
4085Inside @value{GDBN}, your program may stop for any of several reasons,
4086such as a signal, a breakpoint, or reaching a new line after a
4087@value{GDBN} command such as @code{step}. You may then examine and
4088change variables, set new breakpoints or remove old ones, and then
4089continue execution. Usually, the messages shown by @value{GDBN} provide
4090ample explanation of the status of your program---but you can also
4091explicitly request this information at any time.
c906108c
SS
4092
4093@table @code
4094@kindex info program
4095@item info program
4096Display information about the status of your program: whether it is
7a292a7a 4097running or not, what process it is, and why it stopped.
c906108c
SS
4098@end table
4099
4100@menu
4101* Breakpoints:: Breakpoints, watchpoints, and catchpoints
4102* Continuing and Stepping:: Resuming execution
aad1c02c
TT
4103* Skipping Over Functions and Files::
4104 Skipping over functions and files
c906108c 4105* Signals:: Signals
c906108c 4106* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
4107@end menu
4108
6d2ebf8b 4109@node Breakpoints
79a6e687 4110@section Breakpoints, Watchpoints, and Catchpoints
c906108c
SS
4111
4112@cindex breakpoints
4113A @dfn{breakpoint} makes your program stop whenever a certain point in
4114the program is reached. For each breakpoint, you can add conditions to
4115control in finer detail whether your program stops. You can set
4116breakpoints with the @code{break} command and its variants (@pxref{Set
79a6e687 4117Breaks, ,Setting Breakpoints}), to specify the place where your program
c906108c
SS
4118should stop by line number, function name or exact address in the
4119program.
4120
09d4efe1 4121On some systems, you can set breakpoints in shared libraries before
b1236ac3 4122the executable is run.
c906108c
SS
4123
4124@cindex watchpoints
fd60e0df 4125@cindex data breakpoints
c906108c
SS
4126@cindex memory tracing
4127@cindex breakpoint on memory address
4128@cindex breakpoint on variable modification
4129A @dfn{watchpoint} is a special breakpoint that stops your program
fd60e0df 4130when the value of an expression changes. The expression may be a value
0ced0c34 4131of a variable, or it could involve values of one or more variables
fd60e0df
EZ
4132combined by operators, such as @samp{a + b}. This is sometimes called
4133@dfn{data breakpoints}. You must use a different command to set
79a6e687 4134watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
fd60e0df
EZ
4135from that, you can manage a watchpoint like any other breakpoint: you
4136enable, disable, and delete both breakpoints and watchpoints using the
4137same commands.
c906108c
SS
4138
4139You can arrange to have values from your program displayed automatically
4140whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
79a6e687 4141Automatic Display}.
c906108c
SS
4142
4143@cindex catchpoints
4144@cindex breakpoint on events
4145A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 4146when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
4147exception or the loading of a library. As with watchpoints, you use a
4148different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
79a6e687 4149Catchpoints}), but aside from that, you can manage a catchpoint like any
c906108c 4150other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 4151@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
4152
4153@cindex breakpoint numbers
4154@cindex numbers for breakpoints
4155@value{GDBN} assigns a number to each breakpoint, watchpoint, or
4156catchpoint when you create it; these numbers are successive integers
4157starting with one. In many of the commands for controlling various
4158features of breakpoints you use the breakpoint number to say which
4159breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4160@dfn{disabled}; if disabled, it has no effect on your program until you
4161enable it again.
4162
c5394b80 4163@cindex breakpoint ranges
18da0c51 4164@cindex breakpoint lists
c5394b80 4165@cindex ranges of breakpoints
18da0c51
MG
4166@cindex lists of breakpoints
4167Some @value{GDBN} commands accept a space-separated list of breakpoints
4168on which to operate. A list element can be either a single breakpoint number,
4169like @samp{5}, or a range of such numbers, like @samp{5-7}.
4170When a breakpoint list is given to a command, all breakpoints in that list
4171are operated on.
c5394b80 4172
c906108c
SS
4173@menu
4174* Set Breaks:: Setting breakpoints
4175* Set Watchpoints:: Setting watchpoints
4176* Set Catchpoints:: Setting catchpoints
4177* Delete Breaks:: Deleting breakpoints
4178* Disabling:: Disabling breakpoints
4179* Conditions:: Break conditions
4180* Break Commands:: Breakpoint command lists
e7e0cddf 4181* Dynamic Printf:: Dynamic printf
6149aea9 4182* Save Breakpoints:: How to save breakpoints in a file
62e5f89c 4183* Static Probe Points:: Listing static probe points
d4f3574e 4184* Error in Breakpoints:: ``Cannot insert breakpoints''
79a6e687 4185* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
c906108c
SS
4186@end menu
4187
6d2ebf8b 4188@node Set Breaks
79a6e687 4189@subsection Setting Breakpoints
c906108c 4190
5d161b24 4191@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
4192@c consider in particular declaration with/without initialization.
4193@c
4194@c FIXME 2 is there stuff on this already? break at fun start, already init?
4195
4196@kindex break
41afff9a
EZ
4197@kindex b @r{(@code{break})}
4198@vindex $bpnum@r{, convenience variable}
c906108c
SS
4199@cindex latest breakpoint
4200Breakpoints are set with the @code{break} command (abbreviated
5d161b24 4201@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 4202number of the breakpoint you've set most recently; see @ref{Convenience
79a6e687 4203Vars,, Convenience Variables}, for a discussion of what you can do with
c906108c
SS
4204convenience variables.
4205
c906108c 4206@table @code
2a25a5ba
EZ
4207@item break @var{location}
4208Set a breakpoint at the given @var{location}, which can specify a
4209function name, a line number, or an address of an instruction.
4210(@xref{Specify Location}, for a list of all the possible ways to
4211specify a @var{location}.) The breakpoint will stop your program just
4212before it executes any of the code in the specified @var{location}.
4213
c906108c 4214When using source languages that permit overloading of symbols, such as
2a25a5ba 4215C@t{++}, a function name may refer to more than one possible place to break.
6ba66d6a
JB
4216@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4217that situation.
c906108c 4218
45ac276d 4219It is also possible to insert a breakpoint that will stop the program
2c88c651
JB
4220only if a specific thread (@pxref{Thread-Specific Breakpoints})
4221or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
45ac276d 4222
c906108c
SS
4223@item break
4224When called without any arguments, @code{break} sets a breakpoint at
4225the next instruction to be executed in the selected stack frame
4226(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4227innermost, this makes your program stop as soon as control
4228returns to that frame. This is similar to the effect of a
4229@code{finish} command in the frame inside the selected frame---except
4230that @code{finish} does not leave an active breakpoint. If you use
4231@code{break} without an argument in the innermost frame, @value{GDBN} stops
4232the next time it reaches the current location; this may be useful
4233inside loops.
4234
4235@value{GDBN} normally ignores breakpoints when it resumes execution, until at
4236least one instruction has been executed. If it did not do this, you
4237would be unable to proceed past a breakpoint without first disabling the
4238breakpoint. This rule applies whether or not the breakpoint already
4239existed when your program stopped.
4240
4241@item break @dots{} if @var{cond}
4242Set a breakpoint with condition @var{cond}; evaluate the expression
4243@var{cond} each time the breakpoint is reached, and stop only if the
4244value is nonzero---that is, if @var{cond} evaluates as true.
4245@samp{@dots{}} stands for one of the possible arguments described
4246above (or no argument) specifying where to break. @xref{Conditions,
79a6e687 4247,Break Conditions}, for more information on breakpoint conditions.
c906108c 4248
b5fa468f
TBA
4249The breakpoint may be mapped to multiple locations. If the breakpoint
4250condition @var{cond} is invalid at some but not all of the locations,
4251the locations for which the condition is invalid are disabled. For
4252example, @value{GDBN} reports below that two of the three locations
4253are disabled.
4254
4255@smallexample
4256(@value{GDBP}) break func if a == 10
4257warning: failed to validate condition at location 0x11ce, disabling:
4258 No symbol "a" in current context.
4259warning: failed to validate condition at location 0x11b6, disabling:
4260 No symbol "a" in current context.
4261Breakpoint 1 at 0x11b6: func. (3 locations)
4262@end smallexample
4263
4264Locations that are disabled because of the condition are denoted by an
4265uppercase @code{N} in the output of the @code{info breakpoints}
4266command:
4267
4268@smallexample
4269(@value{GDBP}) info breakpoints
4270Num Type Disp Enb Address What
42711 breakpoint keep y <MULTIPLE>
4272 stop only if a == 10
42731.1 N* 0x00000000000011b6 in ...
42741.2 y 0x00000000000011c2 in ...
42751.3 N* 0x00000000000011ce in ...
4276(*): Breakpoint condition is invalid at this location.
4277@end smallexample
4278
4279If the breakpoint condition @var{cond} is invalid in the context of
4280@emph{all} the locations of the breakpoint, @value{GDBN} refuses to
4281define the breakpoint. For example, if variable @code{foo} is an
4282undefined variable:
4283
4284@smallexample
4285(@value{GDBP}) break func if foo
4286No symbol "foo" in current context.
4287@end smallexample
4288
733d554a
TBA
4289@item break @dots{} -force-condition if @var{cond}
4290There may be cases where the condition @var{cond} is invalid at all
4291the current locations, but the user knows that it will be valid at a
4292future location; for example, because of a library load. In such
4293cases, by using the @code{-force-condition} keyword before @samp{if},
4294@value{GDBN} can be forced to define the breakpoint with the given
4295condition expression instead of refusing it.
4296
4297@smallexample
4298(@value{GDBP}) break func -force-condition if foo
4299warning: failed to validate condition at location 1, disabling:
4300 No symbol "foo" in current context.
4301warning: failed to validate condition at location 2, disabling:
4302 No symbol "foo" in current context.
4303warning: failed to validate condition at location 3, disabling:
4304 No symbol "foo" in current context.
4305Breakpoint 1 at 0x1158: test.c:18. (3 locations)
4306@end smallexample
4307
4308This causes all the present locations where the breakpoint would
4309otherwise be inserted, to be disabled, as seen in the example above.
4310However, if there exist locations at which the condition is valid, the
4311@code{-force-condition} keyword has no effect.
4312
c906108c
SS
4313@kindex tbreak
4314@item tbreak @var{args}
697aa1b7 4315Set a breakpoint enabled only for one stop. The @var{args} are the
c906108c
SS
4316same as for the @code{break} command, and the breakpoint is set in the same
4317way, but the breakpoint is automatically deleted after the first time your
79a6e687 4318program stops there. @xref{Disabling, ,Disabling Breakpoints}.
c906108c 4319
c906108c 4320@kindex hbreak
ba04e063 4321@cindex hardware breakpoints
c906108c 4322@item hbreak @var{args}
697aa1b7 4323Set a hardware-assisted breakpoint. The @var{args} are the same as for the
d4f3574e 4324@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
4325breakpoint requires hardware support and some target hardware may not
4326have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
4327debugging, so you can set a breakpoint at an instruction without
4328changing the instruction. This can be used with the new trap-generation
09d4efe1 4329provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
4330will generate traps when a program accesses some data or instruction
4331address that is assigned to the debug registers. However the hardware
4332breakpoint registers can take a limited number of breakpoints. For
4333example, on the DSU, only two data breakpoints can be set at a time, and
4334@value{GDBN} will reject this command if more than two are used. Delete
4335or disable unused hardware breakpoints before setting new ones
79a6e687
BW
4336(@pxref{Disabling, ,Disabling Breakpoints}).
4337@xref{Conditions, ,Break Conditions}.
9c16f35a
EZ
4338For remote targets, you can restrict the number of hardware
4339breakpoints @value{GDBN} will use, see @ref{set remote
4340hardware-breakpoint-limit}.
501eef12 4341
c906108c
SS
4342@kindex thbreak
4343@item thbreak @var{args}
697aa1b7 4344Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
c906108c 4345are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 4346the same way. However, like the @code{tbreak} command,
c906108c
SS
4347the breakpoint is automatically deleted after the
4348first time your program stops there. Also, like the @code{hbreak}
5d161b24 4349command, the breakpoint requires hardware support and some target hardware
79a6e687
BW
4350may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4351See also @ref{Conditions, ,Break Conditions}.
c906108c
SS
4352
4353@kindex rbreak
4354@cindex regular expression
8bd10a10 4355@cindex breakpoints at functions matching a regexp
c45da7e6 4356@cindex set breakpoints in many functions
c906108c 4357@item rbreak @var{regex}
c906108c 4358Set breakpoints on all functions matching the regular expression
11cf8741
JM
4359@var{regex}. This command sets an unconditional breakpoint on all
4360matches, printing a list of all breakpoints it set. Once these
4361breakpoints are set, they are treated just like the breakpoints set with
4362the @code{break} command. You can delete them, disable them, or make
4363them conditional the same way as any other breakpoint.
4364
20813a0b
PW
4365In programs using different languages, @value{GDBN} chooses the syntax
4366to print the list of all breakpoints it sets according to the
4367@samp{set language} value: using @samp{set language auto}
4368(see @ref{Automatically, ,Set Language Automatically}) means to use the
4369language of the breakpoint's function, other values mean to use
4370the manually specified language (see @ref{Manually, ,Set Language Manually}).
4371
11cf8741
JM
4372The syntax of the regular expression is the standard one used with tools
4373like @file{grep}. Note that this is different from the syntax used by
4374shells, so for instance @code{foo*} matches all functions that include
4375an @code{fo} followed by zero or more @code{o}s. There is an implicit
4376@code{.*} leading and trailing the regular expression you supply, so to
4377match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 4378
f7dc1244 4379@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 4380When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
4381breakpoints on overloaded functions that are not members of any special
4382classes.
c906108c 4383
f7dc1244
EZ
4384@cindex set breakpoints on all functions
4385The @code{rbreak} command can be used to set breakpoints in
4386@strong{all} the functions in a program, like this:
4387
4388@smallexample
4389(@value{GDBP}) rbreak .
4390@end smallexample
4391
8bd10a10
CM
4392@item rbreak @var{file}:@var{regex}
4393If @code{rbreak} is called with a filename qualification, it limits
4394the search for functions matching the given regular expression to the
4395specified @var{file}. This can be used, for example, to set breakpoints on
4396every function in a given file:
4397
4398@smallexample
4399(@value{GDBP}) rbreak file.c:.
4400@end smallexample
4401
4402The colon separating the filename qualifier from the regex may
4403optionally be surrounded by spaces.
4404
c906108c
SS
4405@kindex info breakpoints
4406@cindex @code{$_} and @code{info breakpoints}
18da0c51
MG
4407@item info breakpoints @r{[}@var{list}@dots{}@r{]}
4408@itemx info break @r{[}@var{list}@dots{}@r{]}
c906108c 4409Print a table of all breakpoints, watchpoints, and catchpoints set and
45ac1734 4410not deleted. Optional argument @var{n} means print information only
e5a67952
MS
4411about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4412For each breakpoint, following columns are printed:
c906108c
SS
4413
4414@table @emph
4415@item Breakpoint Numbers
4416@item Type
4417Breakpoint, watchpoint, or catchpoint.
4418@item Disposition
4419Whether the breakpoint is marked to be disabled or deleted when hit.
4420@item Enabled or Disabled
4421Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
b3db7447 4422that are not enabled.
c906108c 4423@item Address
fe6fbf8b 4424Where the breakpoint is in your program, as a memory address. For a
b3db7447
NR
4425pending breakpoint whose address is not yet known, this field will
4426contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4427library that has the symbol or line referred by breakpoint is loaded.
4428See below for details. A breakpoint with several locations will
3b784c4f 4429have @samp{<MULTIPLE>} in this field---see below for details.
c906108c
SS
4430@item What
4431Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
4432line number. For a pending breakpoint, the original string passed to
4433the breakpoint command will be listed as it cannot be resolved until
4434the appropriate shared library is loaded in the future.
c906108c
SS
4435@end table
4436
4437@noindent
83364271
LM
4438If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4439``target''. If mode is ``host'', breakpoint condition evaluation is done by
4440@value{GDBN} on the host's side. If it is ``target'', then the condition
4441is evaluated by the target. The @code{info break} command shows
4442the condition on the line following the affected breakpoint, together with
4443its condition evaluation mode in between parentheses.
4444
4445Breakpoint commands, if any, are listed after that. A pending breakpoint is
4446allowed to have a condition specified for it. The condition is not parsed for
4447validity until a shared library is loaded that allows the pending
4448breakpoint to resolve to a valid location.
c906108c
SS
4449
4450@noindent
4451@code{info break} with a breakpoint
4452number @var{n} as argument lists only that breakpoint. The
4453convenience variable @code{$_} and the default examining-address for
4454the @code{x} command are set to the address of the last breakpoint
79a6e687 4455listed (@pxref{Memory, ,Examining Memory}).
c906108c
SS
4456
4457@noindent
4458@code{info break} displays a count of the number of times the breakpoint
4459has been hit. This is especially useful in conjunction with the
4460@code{ignore} command. You can ignore a large number of breakpoint
4461hits, look at the breakpoint info to see how many times the breakpoint
4462was hit, and then run again, ignoring one less than that number. This
4463will get you quickly to the last hit of that breakpoint.
816338b5
SS
4464
4465@noindent
4466For a breakpoints with an enable count (xref) greater than 1,
4467@code{info break} also displays that count.
4468
c906108c
SS
4469@end table
4470
4471@value{GDBN} allows you to set any number of breakpoints at the same place in
4472your program. There is nothing silly or meaningless about this. When
4473the breakpoints are conditional, this is even useful
79a6e687 4474(@pxref{Conditions, ,Break Conditions}).
c906108c 4475
2e9132cc
EZ
4476@cindex multiple locations, breakpoints
4477@cindex breakpoints, multiple locations
fcda367b 4478It is possible that a breakpoint corresponds to several locations
fe6fbf8b
VP
4479in your program. Examples of this situation are:
4480
4481@itemize @bullet
f8eba3c6
TT
4482@item
4483Multiple functions in the program may have the same name.
4484
fe6fbf8b
VP
4485@item
4486For a C@t{++} constructor, the @value{NGCC} compiler generates several
4487instances of the function body, used in different cases.
4488
4489@item
4490For a C@t{++} template function, a given line in the function can
4491correspond to any number of instantiations.
4492
4493@item
4494For an inlined function, a given source line can correspond to
4495several places where that function is inlined.
fe6fbf8b
VP
4496@end itemize
4497
4498In all those cases, @value{GDBN} will insert a breakpoint at all
f8eba3c6 4499the relevant locations.
fe6fbf8b 4500
3b784c4f
EZ
4501A breakpoint with multiple locations is displayed in the breakpoint
4502table using several rows---one header row, followed by one row for
4503each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4504address column. The rows for individual locations contain the actual
4505addresses for locations, and show the functions to which those
4506locations belong. The number column for a location is of the form
fe6fbf8b
VP
4507@var{breakpoint-number}.@var{location-number}.
4508
4509For example:
3b784c4f 4510
fe6fbf8b
VP
4511@smallexample
4512Num Type Disp Enb Address What
45131 breakpoint keep y <MULTIPLE>
4514 stop only if i==1
4515 breakpoint already hit 1 time
45161.1 y 0x080486a2 in void foo<int>() at t.cc:8
45171.2 y 0x080486ca in void foo<double>() at t.cc:8
4518@end smallexample
4519
d0fe4701
XR
4520You cannot delete the individual locations from a breakpoint. However,
4521each location can be individually enabled or disabled by passing
fe6fbf8b 4522@var{breakpoint-number}.@var{location-number} as argument to the
d0fe4701
XR
4523@code{enable} and @code{disable} commands. It's also possible to
4524@code{enable} and @code{disable} a range of @var{location-number}
4525locations using a @var{breakpoint-number} and two @var{location-number}s,
4526in increasing order, separated by a hyphen, like
4527@kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4528in which case @value{GDBN} acts on all the locations in the range (inclusive).
4529Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4530all of the locations that belong to that breakpoint.
fe6fbf8b 4531
2650777c 4532@cindex pending breakpoints
fe6fbf8b 4533It's quite common to have a breakpoint inside a shared library.
3b784c4f 4534Shared libraries can be loaded and unloaded explicitly,
fe6fbf8b
VP
4535and possibly repeatedly, as the program is executed. To support
4536this use case, @value{GDBN} updates breakpoint locations whenever
4537any shared library is loaded or unloaded. Typically, you would
fcda367b 4538set a breakpoint in a shared library at the beginning of your
fe6fbf8b
VP
4539debugging session, when the library is not loaded, and when the
4540symbols from the library are not available. When you try to set
4541breakpoint, @value{GDBN} will ask you if you want to set
3b784c4f 4542a so called @dfn{pending breakpoint}---breakpoint whose address
fe6fbf8b
VP
4543is not yet resolved.
4544
4545After the program is run, whenever a new shared library is loaded,
4546@value{GDBN} reevaluates all the breakpoints. When a newly loaded
4547shared library contains the symbol or line referred to by some
4548pending breakpoint, that breakpoint is resolved and becomes an
4549ordinary breakpoint. When a library is unloaded, all breakpoints
4550that refer to its symbols or source lines become pending again.
4551
4552This logic works for breakpoints with multiple locations, too. For
4553example, if you have a breakpoint in a C@t{++} template function, and
4554a newly loaded shared library has an instantiation of that template,
4555a new location is added to the list of locations for the breakpoint.
4556
4557Except for having unresolved address, pending breakpoints do not
4558differ from regular breakpoints. You can set conditions or commands,
4559enable and disable them and perform other breakpoint operations.
4560
4561@value{GDBN} provides some additional commands for controlling what
4562happens when the @samp{break} command cannot resolve breakpoint
4563address specification to an address:
dd79a6cf
JJ
4564
4565@kindex set breakpoint pending
4566@kindex show breakpoint pending
4567@table @code
4568@item set breakpoint pending auto
4569This is the default behavior. When @value{GDBN} cannot find the breakpoint
4570location, it queries you whether a pending breakpoint should be created.
4571
4572@item set breakpoint pending on
4573This indicates that an unrecognized breakpoint location should automatically
4574result in a pending breakpoint being created.
4575
4576@item set breakpoint pending off
4577This indicates that pending breakpoints are not to be created. Any
4578unrecognized breakpoint location results in an error. This setting does
4579not affect any pending breakpoints previously created.
4580
4581@item show breakpoint pending
4582Show the current behavior setting for creating pending breakpoints.
4583@end table
2650777c 4584
fe6fbf8b
VP
4585The settings above only affect the @code{break} command and its
4586variants. Once breakpoint is set, it will be automatically updated
4587as shared libraries are loaded and unloaded.
2650777c 4588
765dc015
VP
4589@cindex automatic hardware breakpoints
4590For some targets, @value{GDBN} can automatically decide if hardware or
4591software breakpoints should be used, depending on whether the
4592breakpoint address is read-only or read-write. This applies to
4593breakpoints set with the @code{break} command as well as to internal
4594breakpoints set by commands like @code{next} and @code{finish}. For
fcda367b 4595breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
765dc015
VP
4596breakpoints.
4597
18da0c51 4598You can control this automatic behaviour with the following commands:
765dc015
VP
4599
4600@kindex set breakpoint auto-hw
4601@kindex show breakpoint auto-hw
4602@table @code
4603@item set breakpoint auto-hw on
4604This is the default behavior. When @value{GDBN} sets a breakpoint, it
4605will try to use the target memory map to decide if software or hardware
4606breakpoint must be used.
4607
4608@item set breakpoint auto-hw off
4609This indicates @value{GDBN} should not automatically select breakpoint
4610type. If the target provides a memory map, @value{GDBN} will warn when
4611trying to set software breakpoint at a read-only address.
4612@end table
4613
74960c60
VP
4614@value{GDBN} normally implements breakpoints by replacing the program code
4615at the breakpoint address with a special instruction, which, when
4616executed, given control to the debugger. By default, the program
4617code is so modified only when the program is resumed. As soon as
4618the program stops, @value{GDBN} restores the original instructions. This
4619behaviour guards against leaving breakpoints inserted in the
4620target should gdb abrubptly disconnect. However, with slow remote
4621targets, inserting and removing breakpoint can reduce the performance.
4622This behavior can be controlled with the following commands::
4623
4624@kindex set breakpoint always-inserted
4625@kindex show breakpoint always-inserted
4626@table @code
4627@item set breakpoint always-inserted off
33e5cbd6
PA
4628All breakpoints, including newly added by the user, are inserted in
4629the target only when the target is resumed. All breakpoints are
a25a5a45 4630removed from the target when it stops. This is the default mode.
74960c60
VP
4631
4632@item set breakpoint always-inserted on
4633Causes all breakpoints to be inserted in the target at all times. If
4634the user adds a new breakpoint, or changes an existing breakpoint, the
4635breakpoints in the target are updated immediately. A breakpoint is
a25a5a45 4636removed from the target only when breakpoint itself is deleted.
342cc091 4637@end table
765dc015 4638
83364271
LM
4639@value{GDBN} handles conditional breakpoints by evaluating these conditions
4640when a breakpoint breaks. If the condition is true, then the process being
4641debugged stops, otherwise the process is resumed.
4642
4643If the target supports evaluating conditions on its end, @value{GDBN} may
4644download the breakpoint, together with its conditions, to it.
4645
4646This feature can be controlled via the following commands:
4647
4648@kindex set breakpoint condition-evaluation
4649@kindex show breakpoint condition-evaluation
4650@table @code
4651@item set breakpoint condition-evaluation host
4652This option commands @value{GDBN} to evaluate the breakpoint
4653conditions on the host's side. Unconditional breakpoints are sent to
4654the target which in turn receives the triggers and reports them back to GDB
4655for condition evaluation. This is the standard evaluation mode.
4656
4657@item set breakpoint condition-evaluation target
4658This option commands @value{GDBN} to download breakpoint conditions
4659to the target at the moment of their insertion. The target
4660is responsible for evaluating the conditional expression and reporting
4661breakpoint stop events back to @value{GDBN} whenever the condition
4662is true. Due to limitations of target-side evaluation, some conditions
4663cannot be evaluated there, e.g., conditions that depend on local data
4664that is only known to the host. Examples include
4665conditional expressions involving convenience variables, complex types
4666that cannot be handled by the agent expression parser and expressions
4667that are too long to be sent over to the target, specially when the
4668target is a remote system. In these cases, the conditions will be
4669evaluated by @value{GDBN}.
4670
4671@item set breakpoint condition-evaluation auto
4672This is the default mode. If the target supports evaluating breakpoint
4673conditions on its end, @value{GDBN} will download breakpoint conditions to
4674the target (limitations mentioned previously apply). If the target does
4675not support breakpoint condition evaluation, then @value{GDBN} will fallback
4676to evaluating all these conditions on the host's side.
4677@end table
4678
4679
c906108c
SS
4680@cindex negative breakpoint numbers
4681@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
4682@value{GDBN} itself sometimes sets breakpoints in your program for
4683special purposes, such as proper handling of @code{longjmp} (in C
4684programs). These internal breakpoints are assigned negative numbers,
4685starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 4686You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 4687@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
4688
4689
6d2ebf8b 4690@node Set Watchpoints
79a6e687 4691@subsection Setting Watchpoints
c906108c
SS
4692
4693@cindex setting watchpoints
c906108c
SS
4694You can use a watchpoint to stop execution whenever the value of an
4695expression changes, without having to predict a particular place where
fd60e0df
EZ
4696this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4697The expression may be as simple as the value of a single variable, or
4698as complex as many variables combined by operators. Examples include:
4699
4700@itemize @bullet
4701@item
4702A reference to the value of a single variable.
4703
4704@item
4705An address cast to an appropriate data type. For example,
4706@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4707address (assuming an @code{int} occupies 4 bytes).
4708
4709@item
4710An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4711expression can use any operators valid in the program's native
4712language (@pxref{Languages}).
4713@end itemize
c906108c 4714
fa4727a6
DJ
4715You can set a watchpoint on an expression even if the expression can
4716not be evaluated yet. For instance, you can set a watchpoint on
4717@samp{*global_ptr} before @samp{global_ptr} is initialized.
4718@value{GDBN} will stop when your program sets @samp{global_ptr} and
4719the expression produces a valid value. If the expression becomes
4720valid in some other way than changing a variable (e.g.@: if the memory
4721pointed to by @samp{*global_ptr} becomes readable as the result of a
4722@code{malloc} call), @value{GDBN} may not stop until the next time
4723the expression changes.
4724
82f2d802
EZ
4725@cindex software watchpoints
4726@cindex hardware watchpoints
c906108c 4727Depending on your system, watchpoints may be implemented in software or
2df3850c 4728hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
4729program and testing the variable's value each time, which is hundreds of
4730times slower than normal execution. (But this may still be worth it, to
4731catch errors where you have no clue what part of your program is the
4732culprit.)
4733
b1236ac3
PA
4734On some systems, such as most PowerPC or x86-based targets,
4735@value{GDBN} includes support for hardware watchpoints, which do not
4736slow down the running of your program.
c906108c
SS
4737
4738@table @code
4739@kindex watch
5d5658a1 4740@item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
fd60e0df
EZ
4741Set a watchpoint for an expression. @value{GDBN} will break when the
4742expression @var{expr} is written into by the program and its value
4743changes. The simplest (and the most popular) use of this command is
4744to watch the value of a single variable:
4745
4746@smallexample
4747(@value{GDBP}) watch foo
4748@end smallexample
c906108c 4749
5d5658a1 4750If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
9c06b0b4 4751argument, @value{GDBN} breaks only when the thread identified by
5d5658a1 4752@var{thread-id} changes the value of @var{expr}. If any other threads
d8b2a693
JB
4753change the value of @var{expr}, @value{GDBN} will not break. Note
4754that watchpoints restricted to a single thread in this way only work
4755with Hardware Watchpoints.
4756
06a64a0b
TT
4757Ordinarily a watchpoint respects the scope of variables in @var{expr}
4758(see below). The @code{-location} argument tells @value{GDBN} to
4759instead watch the memory referred to by @var{expr}. In this case,
4760@value{GDBN} will evaluate @var{expr}, take the address of the result,
4761and watch the memory at that address. The type of the result is used
4762to determine the size of the watched memory. If the expression's
4763result does not have an address, then @value{GDBN} will print an
4764error.
4765
9c06b0b4
TJB
4766The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4767of masked watchpoints, if the current architecture supports this
4768feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4769Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4770to an address to watch. The mask specifies that some bits of an address
4771(the bits which are reset in the mask) should be ignored when matching
4772the address accessed by the inferior against the watchpoint address.
4773Thus, a masked watchpoint watches many addresses simultaneously---those
4774addresses whose unmasked bits are identical to the unmasked bits in the
4775watchpoint address. The @code{mask} argument implies @code{-location}.
4776Examples:
4777
4778@smallexample
4779(@value{GDBP}) watch foo mask 0xffff00ff
4780(@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4781@end smallexample
4782
c906108c 4783@kindex rwatch
5d5658a1 4784@item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
4785Set a watchpoint that will break when the value of @var{expr} is read
4786by the program.
c906108c
SS
4787
4788@kindex awatch
5d5658a1 4789@item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
4790Set a watchpoint that will break when @var{expr} is either read from
4791or written into by the program.
c906108c 4792
18da0c51
MG
4793@kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4794@item info watchpoints @r{[}@var{list}@dots{}@r{]}
d77f58be
SS
4795This command prints a list of watchpoints, using the same format as
4796@code{info break} (@pxref{Set Breaks}).
c906108c
SS
4797@end table
4798
65d79d4b
SDJ
4799If you watch for a change in a numerically entered address you need to
4800dereference it, as the address itself is just a constant number which will
4801never change. @value{GDBN} refuses to create a watchpoint that watches
4802a never-changing value:
4803
4804@smallexample
4805(@value{GDBP}) watch 0x600850
4806Cannot watch constant value 0x600850.
4807(@value{GDBP}) watch *(int *) 0x600850
4808Watchpoint 1: *(int *) 6293584
4809@end smallexample
4810
c906108c
SS
4811@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4812watchpoints execute very quickly, and the debugger reports a change in
4813value at the exact instruction where the change occurs. If @value{GDBN}
4814cannot set a hardware watchpoint, it sets a software watchpoint, which
4815executes more slowly and reports the change in value at the next
82f2d802
EZ
4816@emph{statement}, not the instruction, after the change occurs.
4817
82f2d802
EZ
4818@cindex use only software watchpoints
4819You can force @value{GDBN} to use only software watchpoints with the
4820@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4821zero, @value{GDBN} will never try to use hardware watchpoints, even if
4822the underlying system supports them. (Note that hardware-assisted
4823watchpoints that were set @emph{before} setting
4824@code{can-use-hw-watchpoints} to zero will still use the hardware
d3e8051b 4825mechanism of watching expression values.)
c906108c 4826
9c16f35a
EZ
4827@table @code
4828@item set can-use-hw-watchpoints
4829@kindex set can-use-hw-watchpoints
4830Set whether or not to use hardware watchpoints.
4831
4832@item show can-use-hw-watchpoints
4833@kindex show can-use-hw-watchpoints
4834Show the current mode of using hardware watchpoints.
4835@end table
4836
4837For remote targets, you can restrict the number of hardware
4838watchpoints @value{GDBN} will use, see @ref{set remote
4839hardware-breakpoint-limit}.
4840
c906108c
SS
4841When you issue the @code{watch} command, @value{GDBN} reports
4842
474c8240 4843@smallexample
c906108c 4844Hardware watchpoint @var{num}: @var{expr}
474c8240 4845@end smallexample
c906108c
SS
4846
4847@noindent
4848if it was able to set a hardware watchpoint.
4849
7be570e7
JM
4850Currently, the @code{awatch} and @code{rwatch} commands can only set
4851hardware watchpoints, because accesses to data that don't change the
4852value of the watched expression cannot be detected without examining
4853every instruction as it is being executed, and @value{GDBN} does not do
4854that currently. If @value{GDBN} finds that it is unable to set a
4855hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4856will print a message like this:
4857
4858@smallexample
4859Expression cannot be implemented with read/access watchpoint.
4860@end smallexample
4861
4862Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4863data type of the watched expression is wider than what a hardware
4864watchpoint on the target machine can handle. For example, some systems
4865can only watch regions that are up to 4 bytes wide; on such systems you
4866cannot set hardware watchpoints for an expression that yields a
4867double-precision floating-point number (which is typically 8 bytes
4868wide). As a work-around, it might be possible to break the large region
4869into a series of smaller ones and watch them with separate watchpoints.
4870
4871If you set too many hardware watchpoints, @value{GDBN} might be unable
4872to insert all of them when you resume the execution of your program.
4873Since the precise number of active watchpoints is unknown until such
4874time as the program is about to be resumed, @value{GDBN} might not be
4875able to warn you about this when you set the watchpoints, and the
4876warning will be printed only when the program is resumed:
4877
4878@smallexample
4879Hardware watchpoint @var{num}: Could not insert watchpoint
4880@end smallexample
4881
4882@noindent
4883If this happens, delete or disable some of the watchpoints.
4884
fd60e0df
EZ
4885Watching complex expressions that reference many variables can also
4886exhaust the resources available for hardware-assisted watchpoints.
4887That's because @value{GDBN} needs to watch every variable in the
4888expression with separately allocated resources.
4889
c906108c 4890If you call a function interactively using @code{print} or @code{call},
2df3850c 4891any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
4892kind of breakpoint or the call completes.
4893
7be570e7
JM
4894@value{GDBN} automatically deletes watchpoints that watch local
4895(automatic) variables, or expressions that involve such variables, when
4896they go out of scope, that is, when the execution leaves the block in
4897which these variables were defined. In particular, when the program
4898being debugged terminates, @emph{all} local variables go out of scope,
4899and so only watchpoints that watch global variables remain set. If you
4900rerun the program, you will need to set all such watchpoints again. One
4901way of doing that would be to set a code breakpoint at the entry to the
4902@code{main} function and when it breaks, set all the watchpoints.
4903
c906108c
SS
4904@cindex watchpoints and threads
4905@cindex threads and watchpoints
d983da9c
DJ
4906In multi-threaded programs, watchpoints will detect changes to the
4907watched expression from every thread.
4908
4909@quotation
4910@emph{Warning:} In multi-threaded programs, software watchpoints
53a5351d
JM
4911have only limited usefulness. If @value{GDBN} creates a software
4912watchpoint, it can only watch the value of an expression @emph{in a
4913single thread}. If you are confident that the expression can only
4914change due to the current thread's activity (and if you are also
4915confident that no other thread can become current), then you can use
4916software watchpoints as usual. However, @value{GDBN} may not notice
4917when a non-current thread's activity changes the expression. (Hardware
4918watchpoints, in contrast, watch an expression in all threads.)
c906108c 4919@end quotation
c906108c 4920
501eef12
AC
4921@xref{set remote hardware-watchpoint-limit}.
4922
6d2ebf8b 4923@node Set Catchpoints
79a6e687 4924@subsection Setting Catchpoints
d4f3574e 4925@cindex catchpoints, setting
c906108c
SS
4926@cindex exception handlers
4927@cindex event handling
4928
4929You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 4930kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
4931shared library. Use the @code{catch} command to set a catchpoint.
4932
4933@table @code
4934@kindex catch
4935@item catch @var{event}
697aa1b7 4936Stop when @var{event} occurs. The @var{event} can be any of the following:
591f19e8 4937
c906108c 4938@table @code
cc16e6c9
TT
4939@item throw @r{[}@var{regexp}@r{]}
4940@itemx rethrow @r{[}@var{regexp}@r{]}
4941@itemx catch @r{[}@var{regexp}@r{]}
1a4f73eb
TT
4942@kindex catch throw
4943@kindex catch rethrow
4944@kindex catch catch
4644b6e3 4945@cindex stop on C@t{++} exceptions
591f19e8
TT
4946The throwing, re-throwing, or catching of a C@t{++} exception.
4947
cc16e6c9
TT
4948If @var{regexp} is given, then only exceptions whose type matches the
4949regular expression will be caught.
4950
72f1fe8a
TT
4951@vindex $_exception@r{, convenience variable}
4952The convenience variable @code{$_exception} is available at an
4953exception-related catchpoint, on some systems. This holds the
4954exception being thrown.
4955
591f19e8
TT
4956There are currently some limitations to C@t{++} exception handling in
4957@value{GDBN}:
c906108c 4958
591f19e8
TT
4959@itemize @bullet
4960@item
4961The support for these commands is system-dependent. Currently, only
4962systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4963supported.
4964
72f1fe8a 4965@item
cc16e6c9
TT
4966The regular expression feature and the @code{$_exception} convenience
4967variable rely on the presence of some SDT probes in @code{libstdc++}.
4968If these probes are not present, then these features cannot be used.
dee368d3
TT
4969These probes were first available in the GCC 4.8 release, but whether
4970or not they are available in your GCC also depends on how it was
4971built.
72f1fe8a
TT
4972
4973@item
4974The @code{$_exception} convenience variable is only valid at the
4975instruction at which an exception-related catchpoint is set.
4976
591f19e8
TT
4977@item
4978When an exception-related catchpoint is hit, @value{GDBN} stops at a
4979location in the system library which implements runtime exception
4980support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4981(@pxref{Selection}) to get to your code.
4982
4983@item
4984If you call a function interactively, @value{GDBN} normally returns
4985control to you when the function has finished executing. If the call
4986raises an exception, however, the call may bypass the mechanism that
4987returns control to you and cause your program either to abort or to
4988simply continue running until it hits a breakpoint, catches a signal
4989that @value{GDBN} is listening for, or exits. This is the case even if
4990you set a catchpoint for the exception; catchpoints on exceptions are
4991disabled within interactive calls. @xref{Calling}, for information on
4992controlling this with @code{set unwind-on-terminating-exception}.
4993
4994@item
4995You cannot raise an exception interactively.
4996
4997@item
4998You cannot install an exception handler interactively.
4999@end itemize
c906108c 5000
b8e07335 5001@item exception @r{[}@var{name}@r{]}
1a4f73eb 5002@kindex catch exception
8936fcda
JB
5003@cindex Ada exception catching
5004@cindex catch Ada exceptions
5005An Ada exception being raised. If an exception name is specified
5006at the end of the command (eg @code{catch exception Program_Error}),
5007the debugger will stop only when this specific exception is raised.
5008Otherwise, the debugger stops execution when any Ada exception is raised.
5009
87f67dba
JB
5010When inserting an exception catchpoint on a user-defined exception whose
5011name is identical to one of the exceptions defined by the language, the
5012fully qualified name must be used as the exception name. Otherwise,
5013@value{GDBN} will assume that it should stop on the pre-defined exception
5014rather than the user-defined one. For instance, assuming an exception
5015called @code{Constraint_Error} is defined in package @code{Pck}, then
5016the command to use to catch such exceptions is @kbd{catch exception
5017Pck.Constraint_Error}.
5018
37f6a7f4
TT
5019@vindex $_ada_exception@r{, convenience variable}
5020The convenience variable @code{$_ada_exception} holds the address of
5021the exception being thrown. This can be useful when setting a
5022condition for such a catchpoint.
5023
b8e07335
TT
5024@item exception unhandled
5025@kindex catch exception unhandled
37f6a7f4
TT
5026An exception that was raised but is not handled by the program. The
5027convenience variable @code{$_ada_exception} is set as for @code{catch
5028exception}.
b8e07335
TT
5029
5030@item handlers @r{[}@var{name}@r{]}
9f757bf7
XR
5031@kindex catch handlers
5032@cindex Ada exception handlers catching
5033@cindex catch Ada exceptions when handled
5034An Ada exception being handled. If an exception name is
5035specified at the end of the command
5036 (eg @kbd{catch handlers Program_Error}), the debugger will stop
5037only when this specific exception is handled.
5038Otherwise, the debugger stops execution when any Ada exception is handled.
5039
5040When inserting a handlers catchpoint on a user-defined
5041exception whose name is identical to one of the exceptions
5042defined by the language, the fully qualified name must be used
5043as the exception name. Otherwise, @value{GDBN} will assume that it
5044should stop on the pre-defined exception rather than the
5045user-defined one. For instance, assuming an exception called
5046 @code{Constraint_Error} is defined in package @code{Pck}, then the
5047command to use to catch such exceptions handling is
5048@kbd{catch handlers Pck.Constraint_Error}.
5049
37f6a7f4
TT
5050The convenience variable @code{$_ada_exception} is set as for
5051@code{catch exception}.
5052
8936fcda 5053@item assert
1a4f73eb 5054@kindex catch assert
37f6a7f4
TT
5055A failed Ada assertion. Note that the convenience variable
5056@code{$_ada_exception} is @emph{not} set by this catchpoint.
8936fcda 5057
c906108c 5058@item exec
1a4f73eb 5059@kindex catch exec
4644b6e3 5060@cindex break on fork/exec
b1236ac3 5061A call to @code{exec}.
c906108c 5062
e9076973 5063@anchor{catch syscall}
a96d9b2e 5064@item syscall
e3487908 5065@itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
1a4f73eb 5066@kindex catch syscall
a96d9b2e
SDJ
5067@cindex break on a system call.
5068A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
5069syscall is a mechanism for application programs to request a service
5070from the operating system (OS) or one of the OS system services.
5071@value{GDBN} can catch some or all of the syscalls issued by the
5072debuggee, and show the related information for each syscall. If no
5073argument is specified, calls to and returns from all system calls
5074will be caught.
5075
5076@var{name} can be any system call name that is valid for the
5077underlying OS. Just what syscalls are valid depends on the OS. On
5078GNU and Unix systems, you can find the full list of valid syscall
5079names on @file{/usr/include/asm/unistd.h}.
5080
5081@c For MS-Windows, the syscall names and the corresponding numbers
5082@c can be found, e.g., on this URL:
5083@c http://www.metasploit.com/users/opcode/syscalls.html
5084@c but we don't support Windows syscalls yet.
5085
5086Normally, @value{GDBN} knows in advance which syscalls are valid for
5087each OS, so you can use the @value{GDBN} command-line completion
5088facilities (@pxref{Completion,, command completion}) to list the
5089available choices.
5090
5091You may also specify the system call numerically. A syscall's
5092number is the value passed to the OS's syscall dispatcher to
5093identify the requested service. When you specify the syscall by its
5094name, @value{GDBN} uses its database of syscalls to convert the name
5095into the corresponding numeric code, but using the number directly
5096may be useful if @value{GDBN}'s database does not have the complete
5097list of syscalls on your system (e.g., because @value{GDBN} lags
5098behind the OS upgrades).
5099
e3487908
GKB
5100You may specify a group of related syscalls to be caught at once using
5101the @code{group:} syntax (@code{g:} is a shorter equivalent). For
5102instance, on some platforms @value{GDBN} allows you to catch all
5103network related syscalls, by passing the argument @code{group:network}
5104to @code{catch syscall}. Note that not all syscall groups are
5105available in every system. You can use the command completion
5106facilities (@pxref{Completion,, command completion}) to list the
5107syscall groups available on your environment.
5108
a96d9b2e
SDJ
5109The example below illustrates how this command works if you don't provide
5110arguments to it:
5111
5112@smallexample
5113(@value{GDBP}) catch syscall
5114Catchpoint 1 (syscall)
5115(@value{GDBP}) r
5116Starting program: /tmp/catch-syscall
5117
5118Catchpoint 1 (call to syscall 'close'), \
5119 0xffffe424 in __kernel_vsyscall ()
5120(@value{GDBP}) c
5121Continuing.
5122
5123Catchpoint 1 (returned from syscall 'close'), \
5124 0xffffe424 in __kernel_vsyscall ()
5125(@value{GDBP})
5126@end smallexample
5127
5128Here is an example of catching a system call by name:
5129
5130@smallexample
5131(@value{GDBP}) catch syscall chroot
5132Catchpoint 1 (syscall 'chroot' [61])
5133(@value{GDBP}) r
5134Starting program: /tmp/catch-syscall
5135
5136Catchpoint 1 (call to syscall 'chroot'), \
5137 0xffffe424 in __kernel_vsyscall ()
5138(@value{GDBP}) c
5139Continuing.
5140
5141Catchpoint 1 (returned from syscall 'chroot'), \
5142 0xffffe424 in __kernel_vsyscall ()
5143(@value{GDBP})
5144@end smallexample
5145
5146An example of specifying a system call numerically. In the case
5147below, the syscall number has a corresponding entry in the XML
5148file, so @value{GDBN} finds its name and prints it:
5149
5150@smallexample
5151(@value{GDBP}) catch syscall 252
5152Catchpoint 1 (syscall(s) 'exit_group')
5153(@value{GDBP}) r
5154Starting program: /tmp/catch-syscall
5155
5156Catchpoint 1 (call to syscall 'exit_group'), \
5157 0xffffe424 in __kernel_vsyscall ()
5158(@value{GDBP}) c
5159Continuing.
5160
5161Program exited normally.
5162(@value{GDBP})
5163@end smallexample
5164
e3487908
GKB
5165Here is an example of catching a syscall group:
5166
5167@smallexample
5168(@value{GDBP}) catch syscall group:process
5169Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
5170'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
5171'exit_group' [252] 'waitid' [284] 'unshare' [310])
5172(@value{GDBP}) r
5173Starting program: /tmp/catch-syscall
5174
5175Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
5176 from /lib64/ld-linux-x86-64.so.2
5177
5178(@value{GDBP}) c
5179Continuing.
5180@end smallexample
5181
a96d9b2e
SDJ
5182However, there can be situations when there is no corresponding name
5183in XML file for that syscall number. In this case, @value{GDBN} prints
5184a warning message saying that it was not able to find the syscall name,
5185but the catchpoint will be set anyway. See the example below:
5186
5187@smallexample
5188(@value{GDBP}) catch syscall 764
5189warning: The number '764' does not represent a known syscall.
5190Catchpoint 2 (syscall 764)
5191(@value{GDBP})
5192@end smallexample
5193
5194If you configure @value{GDBN} using the @samp{--without-expat} option,
5195it will not be able to display syscall names. Also, if your
5196architecture does not have an XML file describing its system calls,
5197you will not be able to see the syscall names. It is important to
5198notice that these two features are used for accessing the syscall
5199name database. In either case, you will see a warning like this:
5200
5201@smallexample
5202(@value{GDBP}) catch syscall
5203warning: Could not open "syscalls/i386-linux.xml"
5204warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5205GDB will not be able to display syscall names.
5206Catchpoint 1 (syscall)
5207(@value{GDBP})
5208@end smallexample
5209
5210Of course, the file name will change depending on your architecture and system.
5211
5212Still using the example above, you can also try to catch a syscall by its
5213number. In this case, you would see something like:
5214
5215@smallexample
5216(@value{GDBP}) catch syscall 252
5217Catchpoint 1 (syscall(s) 252)
5218@end smallexample
5219
5220Again, in this case @value{GDBN} would not be able to display syscall's names.
5221
c906108c 5222@item fork
1a4f73eb 5223@kindex catch fork
b1236ac3 5224A call to @code{fork}.
c906108c
SS
5225
5226@item vfork
1a4f73eb 5227@kindex catch vfork
b1236ac3 5228A call to @code{vfork}.
c906108c 5229
b8e07335
TT
5230@item load @r{[}@var{regexp}@r{]}
5231@itemx unload @r{[}@var{regexp}@r{]}
1a4f73eb
TT
5232@kindex catch load
5233@kindex catch unload
edcc5120
TT
5234The loading or unloading of a shared library. If @var{regexp} is
5235given, then the catchpoint will stop only if the regular expression
5236matches one of the affected libraries.
5237
ab04a2af 5238@item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
1a4f73eb 5239@kindex catch signal
ab04a2af
TT
5240The delivery of a signal.
5241
5242With no arguments, this catchpoint will catch any signal that is not
5243used internally by @value{GDBN}, specifically, all signals except
5244@samp{SIGTRAP} and @samp{SIGINT}.
5245
5246With the argument @samp{all}, all signals, including those used by
5247@value{GDBN}, will be caught. This argument cannot be used with other
5248signal names.
5249
5250Otherwise, the arguments are a list of signal names as given to
5251@code{handle} (@pxref{Signals}). Only signals specified in this list
5252will be caught.
5253
5254One reason that @code{catch signal} can be more useful than
5255@code{handle} is that you can attach commands and conditions to the
5256catchpoint.
5257
5258When a signal is caught by a catchpoint, the signal's @code{stop} and
5259@code{print} settings, as specified by @code{handle}, are ignored.
5260However, whether the signal is still delivered to the inferior depends
5261on the @code{pass} setting; this can be changed in the catchpoint's
5262commands.
5263
c906108c
SS
5264@end table
5265
5266@item tcatch @var{event}
1a4f73eb 5267@kindex tcatch
c906108c
SS
5268Set a catchpoint that is enabled only for one stop. The catchpoint is
5269automatically deleted after the first time the event is caught.
5270
5271@end table
5272
5273Use the @code{info break} command to list the current catchpoints.
5274
c906108c 5275
6d2ebf8b 5276@node Delete Breaks
79a6e687 5277@subsection Deleting Breakpoints
c906108c
SS
5278
5279@cindex clearing breakpoints, watchpoints, catchpoints
5280@cindex deleting breakpoints, watchpoints, catchpoints
5281It is often necessary to eliminate a breakpoint, watchpoint, or
5282catchpoint once it has done its job and you no longer want your program
5283to stop there. This is called @dfn{deleting} the breakpoint. A
5284breakpoint that has been deleted no longer exists; it is forgotten.
5285
5286With the @code{clear} command you can delete breakpoints according to
5287where they are in your program. With the @code{delete} command you can
5288delete individual breakpoints, watchpoints, or catchpoints by specifying
5289their breakpoint numbers.
5290
5291It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5292automatically ignores breakpoints on the first instruction to be executed
5293when you continue execution without changing the execution address.
5294
5295@table @code
5296@kindex clear
5297@item clear
5298Delete any breakpoints at the next instruction to be executed in the
79a6e687 5299selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
c906108c
SS
5300the innermost frame is selected, this is a good way to delete a
5301breakpoint where your program just stopped.
5302
2a25a5ba
EZ
5303@item clear @var{location}
5304Delete any breakpoints set at the specified @var{location}.
5305@xref{Specify Location}, for the various forms of @var{location}; the
5306most useful ones are listed below:
5307
5308@table @code
c906108c
SS
5309@item clear @var{function}
5310@itemx clear @var{filename}:@var{function}
09d4efe1 5311Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
5312
5313@item clear @var{linenum}
5314@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
5315Delete any breakpoints set at or within the code of the specified
5316@var{linenum} of the specified @var{filename}.
2a25a5ba 5317@end table
c906108c
SS
5318
5319@cindex delete breakpoints
5320@kindex delete
41afff9a 5321@kindex d @r{(@code{delete})}
18da0c51 5322@item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c5394b80 5323Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
18da0c51 5324list specified as argument. If no argument is specified, delete all
c906108c
SS
5325breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5326confirm off}). You can abbreviate this command as @code{d}.
5327@end table
5328
6d2ebf8b 5329@node Disabling
79a6e687 5330@subsection Disabling Breakpoints
c906108c 5331
4644b6e3 5332@cindex enable/disable a breakpoint
c906108c
SS
5333Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5334prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5335it had been deleted, but remembers the information on the breakpoint so
5336that you can @dfn{enable} it again later.
5337
5338You disable and enable breakpoints, watchpoints, and catchpoints with
d77f58be
SS
5339the @code{enable} and @code{disable} commands, optionally specifying
5340one or more breakpoint numbers as arguments. Use @code{info break} to
5341print a list of all breakpoints, watchpoints, and catchpoints if you
5342do not know which numbers to use.
c906108c 5343
3b784c4f
EZ
5344Disabling and enabling a breakpoint that has multiple locations
5345affects all of its locations.
5346
816338b5
SS
5347A breakpoint, watchpoint, or catchpoint can have any of several
5348different states of enablement:
c906108c
SS
5349
5350@itemize @bullet
5351@item
5352Enabled. The breakpoint stops your program. A breakpoint set
5353with the @code{break} command starts out in this state.
5354@item
5355Disabled. The breakpoint has no effect on your program.
5356@item
5357Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 5358disabled.
c906108c 5359@item
816338b5
SS
5360Enabled for a count. The breakpoint stops your program for the next
5361N times, then becomes disabled.
5362@item
c906108c 5363Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
5364immediately after it does so it is deleted permanently. A breakpoint
5365set with the @code{tbreak} command starts out in this state.
c906108c
SS
5366@end itemize
5367
5368You can use the following commands to enable or disable breakpoints,
5369watchpoints, and catchpoints:
5370
5371@table @code
c906108c 5372@kindex disable
41afff9a 5373@kindex dis @r{(@code{disable})}
18da0c51 5374@item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5375Disable the specified breakpoints---or all breakpoints, if none are
5376listed. A disabled breakpoint has no effect but is not forgotten. All
5377options such as ignore-counts, conditions and commands are remembered in
5378case the breakpoint is enabled again later. You may abbreviate
5379@code{disable} as @code{dis}.
5380
c906108c 5381@kindex enable
18da0c51 5382@item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5383Enable the specified breakpoints (or all defined breakpoints). They
5384become effective once again in stopping your program.
5385
18da0c51 5386@item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
c906108c
SS
5387Enable the specified breakpoints temporarily. @value{GDBN} disables any
5388of these breakpoints immediately after stopping your program.
5389
18da0c51 5390@item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
816338b5
SS
5391Enable the specified breakpoints temporarily. @value{GDBN} records
5392@var{count} with each of the specified breakpoints, and decrements a
5393breakpoint's count when it is hit. When any count reaches 0,
5394@value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5395count (@pxref{Conditions, ,Break Conditions}), that will be
5396decremented to 0 before @var{count} is affected.
5397
18da0c51 5398@item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
c906108c
SS
5399Enable the specified breakpoints to work once, then die. @value{GDBN}
5400deletes any of these breakpoints as soon as your program stops there.
09d4efe1 5401Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
5402@end table
5403
d4f3574e
SS
5404@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5405@c confusing: tbreak is also initially enabled.
c906108c 5406Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
79a6e687 5407,Setting Breakpoints}), breakpoints that you set are initially enabled;
c906108c
SS
5408subsequently, they become disabled or enabled only when you use one of
5409the commands above. (The command @code{until} can set and delete a
5410breakpoint of its own, but it does not change the state of your other
5411breakpoints; see @ref{Continuing and Stepping, ,Continuing and
79a6e687 5412Stepping}.)
c906108c 5413
6d2ebf8b 5414@node Conditions
79a6e687 5415@subsection Break Conditions
c906108c
SS
5416@cindex conditional breakpoints
5417@cindex breakpoint conditions
5418
5419@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 5420@c in particular for a watchpoint?
c906108c
SS
5421The simplest sort of breakpoint breaks every time your program reaches a
5422specified place. You can also specify a @dfn{condition} for a
5423breakpoint. A condition is just a Boolean expression in your
5424programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5425a condition evaluates the expression each time your program reaches it,
5426and your program stops only if the condition is @emph{true}.
5427
5428This is the converse of using assertions for program validation; in that
5429situation, you want to stop when the assertion is violated---that is,
5430when the condition is false. In C, if you want to test an assertion expressed
5431by the condition @var{assert}, you should set the condition
5432@samp{! @var{assert}} on the appropriate breakpoint.
5433
5434Conditions are also accepted for watchpoints; you may not need them,
5435since a watchpoint is inspecting the value of an expression anyhow---but
5436it might be simpler, say, to just set a watchpoint on a variable name,
5437and specify a condition that tests whether the new value is an interesting
5438one.
5439
5440Break conditions can have side effects, and may even call functions in
5441your program. This can be useful, for example, to activate functions
5442that log program progress, or to use your own print functions to
99e008fe 5443format special data structures. The effects are completely predictable
c906108c
SS
5444unless there is another enabled breakpoint at the same address. (In
5445that case, @value{GDBN} might see the other breakpoint first and stop your
5446program without checking the condition of this one.) Note that
d4f3574e
SS
5447breakpoint commands are usually more convenient and flexible than break
5448conditions for the
c906108c 5449purpose of performing side effects when a breakpoint is reached
79a6e687 5450(@pxref{Break Commands, ,Breakpoint Command Lists}).
c906108c 5451
83364271
LM
5452Breakpoint conditions can also be evaluated on the target's side if
5453the target supports it. Instead of evaluating the conditions locally,
5454@value{GDBN} encodes the expression into an agent expression
5455(@pxref{Agent Expressions}) suitable for execution on the target,
5456independently of @value{GDBN}. Global variables become raw memory
5457locations, locals become stack accesses, and so forth.
5458
5459In this case, @value{GDBN} will only be notified of a breakpoint trigger
5460when its condition evaluates to true. This mechanism may provide faster
5461response times depending on the performance characteristics of the target
5462since it does not need to keep @value{GDBN} informed about
5463every breakpoint trigger, even those with false conditions.
5464
c906108c
SS
5465Break conditions can be specified when a breakpoint is set, by using
5466@samp{if} in the arguments to the @code{break} command. @xref{Set
79a6e687 5467Breaks, ,Setting Breakpoints}. They can also be changed at any time
c906108c 5468with the @code{condition} command.
53a5351d 5469
c906108c
SS
5470You can also use the @code{if} keyword with the @code{watch} command.
5471The @code{catch} command does not recognize the @code{if} keyword;
5472@code{condition} is the only way to impose a further condition on a
5473catchpoint.
c906108c
SS
5474
5475@table @code
5476@kindex condition
5477@item condition @var{bnum} @var{expression}
5478Specify @var{expression} as the break condition for breakpoint,
5479watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5480breakpoint @var{bnum} stops your program only if the value of
5481@var{expression} is true (nonzero, in C). When you use
5482@code{condition}, @value{GDBN} checks @var{expression} immediately for
5483syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
5484referents in the context of your breakpoint. If @var{expression} uses
5485symbols not referenced in the context of the breakpoint, @value{GDBN}
5486prints an error message:
5487
474c8240 5488@smallexample
d4f3574e 5489No symbol "foo" in current context.
474c8240 5490@end smallexample
d4f3574e
SS
5491
5492@noindent
c906108c
SS
5493@value{GDBN} does
5494not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
5495command (or a command that sets a breakpoint with a condition, like
5496@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c 5497
733d554a
TBA
5498@item condition -force @var{bnum} @var{expression}
5499When the @code{-force} flag is used, define the condition even if
5500@var{expression} is invalid at all the current locations of breakpoint
5501@var{bnum}. This is similar to the @code{-force-condition} option
5502of the @code{break} command.
5503
c906108c
SS
5504@item condition @var{bnum}
5505Remove the condition from breakpoint number @var{bnum}. It becomes
5506an ordinary unconditional breakpoint.
5507@end table
5508
5509@cindex ignore count (of breakpoint)
5510A special case of a breakpoint condition is to stop only when the
5511breakpoint has been reached a certain number of times. This is so
5512useful that there is a special way to do it, using the @dfn{ignore
5513count} of the breakpoint. Every breakpoint has an ignore count, which
5514is an integer. Most of the time, the ignore count is zero, and
5515therefore has no effect. But if your program reaches a breakpoint whose
5516ignore count is positive, then instead of stopping, it just decrements
5517the ignore count by one and continues. As a result, if the ignore count
5518value is @var{n}, the breakpoint does not stop the next @var{n} times
5519your program reaches it.
5520
5521@table @code
5522@kindex ignore
5523@item ignore @var{bnum} @var{count}
5524Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5525The next @var{count} times the breakpoint is reached, your program's
5526execution does not stop; other than to decrement the ignore count, @value{GDBN}
5527takes no action.
5528
5529To make the breakpoint stop the next time it is reached, specify
5530a count of zero.
5531
5532When you use @code{continue} to resume execution of your program from a
5533breakpoint, you can specify an ignore count directly as an argument to
5534@code{continue}, rather than using @code{ignore}. @xref{Continuing and
79a6e687 5535Stepping,,Continuing and Stepping}.
c906108c
SS
5536
5537If a breakpoint has a positive ignore count and a condition, the
5538condition is not checked. Once the ignore count reaches zero,
5539@value{GDBN} resumes checking the condition.
5540
5541You could achieve the effect of the ignore count with a condition such
5542as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5543is decremented each time. @xref{Convenience Vars, ,Convenience
79a6e687 5544Variables}.
c906108c
SS
5545@end table
5546
5547Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5548
5549
6d2ebf8b 5550@node Break Commands
79a6e687 5551@subsection Breakpoint Command Lists
c906108c
SS
5552
5553@cindex breakpoint commands
5554You can give any breakpoint (or watchpoint or catchpoint) a series of
5555commands to execute when your program stops due to that breakpoint. For
5556example, you might want to print the values of certain expressions, or
5557enable other breakpoints.
5558
5559@table @code
5560@kindex commands
ca91424e 5561@kindex end@r{ (breakpoint commands)}
18da0c51 5562@item commands @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5563@itemx @dots{} @var{command-list} @dots{}
5564@itemx end
95a42b64 5565Specify a list of commands for the given breakpoints. The commands
c906108c
SS
5566themselves appear on the following lines. Type a line containing just
5567@code{end} to terminate the commands.
5568
5569To remove all commands from a breakpoint, type @code{commands} and
5570follow it immediately with @code{end}; that is, give no commands.
5571
95a42b64
TT
5572With no argument, @code{commands} refers to the last breakpoint,
5573watchpoint, or catchpoint set (not to the breakpoint most recently
5574encountered). If the most recent breakpoints were set with a single
5575command, then the @code{commands} will apply to all the breakpoints
5576set by that command. This applies to breakpoints set by
86b17b60
PA
5577@code{rbreak}, and also applies when a single @code{break} command
5578creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5579Expressions}).
c906108c
SS
5580@end table
5581
5582Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5583disabled within a @var{command-list}.
5584
5585You can use breakpoint commands to start your program up again. Simply
5586use the @code{continue} command, or @code{step}, or any other command
5587that resumes execution.
5588
5589Any other commands in the command list, after a command that resumes
5590execution, are ignored. This is because any time you resume execution
5591(even with a simple @code{next} or @code{step}), you may encounter
5592another breakpoint---which could have its own command list, leading to
5593ambiguities about which list to execute.
5594
5595@kindex silent
5596If the first command you specify in a command list is @code{silent}, the
5597usual message about stopping at a breakpoint is not printed. This may
5598be desirable for breakpoints that are to print a specific message and
5599then continue. If none of the remaining commands print anything, you
5600see no sign that the breakpoint was reached. @code{silent} is
5601meaningful only at the beginning of a breakpoint command list.
5602
5603The commands @code{echo}, @code{output}, and @code{printf} allow you to
5604print precisely controlled output, and are often useful in silent
79a6e687 5605breakpoints. @xref{Output, ,Commands for Controlled Output}.
c906108c
SS
5606
5607For example, here is how you could use breakpoint commands to print the
5608value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5609
474c8240 5610@smallexample
c906108c
SS
5611break foo if x>0
5612commands
5613silent
5614printf "x is %d\n",x
5615cont
5616end
474c8240 5617@end smallexample
c906108c
SS
5618
5619One application for breakpoint commands is to compensate for one bug so
5620you can test for another. Put a breakpoint just after the erroneous line
5621of code, give it a condition to detect the case in which something
5622erroneous has been done, and give it commands to assign correct values
5623to any variables that need them. End with the @code{continue} command
5624so that your program does not stop, and start with the @code{silent}
5625command so that no output is produced. Here is an example:
5626
474c8240 5627@smallexample
c906108c
SS
5628break 403
5629commands
5630silent
5631set x = y + 4
5632cont
5633end
474c8240 5634@end smallexample
c906108c 5635
e7e0cddf
SS
5636@node Dynamic Printf
5637@subsection Dynamic Printf
5638
5639@cindex dynamic printf
5640@cindex dprintf
5641The dynamic printf command @code{dprintf} combines a breakpoint with
5642formatted printing of your program's data to give you the effect of
5643inserting @code{printf} calls into your program on-the-fly, without
5644having to recompile it.
5645
5646In its most basic form, the output goes to the GDB console. However,
5647you can set the variable @code{dprintf-style} for alternate handling.
5648For instance, you can ask to format the output by calling your
5649program's @code{printf} function. This has the advantage that the
5650characters go to the program's output device, so they can recorded in
5651redirects to files and so forth.
5652
d3ce09f5
SS
5653If you are doing remote debugging with a stub or agent, you can also
5654ask to have the printf handled by the remote agent. In addition to
5655ensuring that the output goes to the remote program's device along
5656with any other output the program might produce, you can also ask that
5657the dprintf remain active even after disconnecting from the remote
5658target. Using the stub/agent is also more efficient, as it can do
5659everything without needing to communicate with @value{GDBN}.
5660
e7e0cddf
SS
5661@table @code
5662@kindex dprintf
5663@item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5664Whenever execution reaches @var{location}, print the values of one or
5665more @var{expressions} under the control of the string @var{template}.
5666To print several values, separate them with commas.
5667
5668@item set dprintf-style @var{style}
5669Set the dprintf output to be handled in one of several different
5670styles enumerated below. A change of style affects all existing
5671dynamic printfs immediately. (If you need individual control over the
5672print commands, simply define normal breakpoints with
5673explicitly-supplied command lists.)
5674
18da0c51 5675@table @code
e7e0cddf
SS
5676@item gdb
5677@kindex dprintf-style gdb
5678Handle the output using the @value{GDBN} @code{printf} command.
5679
5680@item call
5681@kindex dprintf-style call
5682Handle the output by calling a function in your program (normally
5683@code{printf}).
5684
d3ce09f5
SS
5685@item agent
5686@kindex dprintf-style agent
5687Have the remote debugging agent (such as @code{gdbserver}) handle
5688the output itself. This style is only available for agents that
5689support running commands on the target.
18da0c51 5690@end table
d3ce09f5 5691
e7e0cddf
SS
5692@item set dprintf-function @var{function}
5693Set the function to call if the dprintf style is @code{call}. By
5694default its value is @code{printf}. You may set it to any expression.
5695that @value{GDBN} can evaluate to a function, as per the @code{call}
5696command.
5697
5698@item set dprintf-channel @var{channel}
5699Set a ``channel'' for dprintf. If set to a non-empty value,
5700@value{GDBN} will evaluate it as an expression and pass the result as
5701a first argument to the @code{dprintf-function}, in the manner of
5702@code{fprintf} and similar functions. Otherwise, the dprintf format
5703string will be the first argument, in the manner of @code{printf}.
5704
5705As an example, if you wanted @code{dprintf} output to go to a logfile
5706that is a standard I/O stream assigned to the variable @code{mylog},
5707you could do the following:
5708
5709@example
5710(gdb) set dprintf-style call
5711(gdb) set dprintf-function fprintf
5712(gdb) set dprintf-channel mylog
5713(gdb) dprintf 25,"at line 25, glob=%d\n",glob
5714Dprintf 1 at 0x123456: file main.c, line 25.
5715(gdb) info break
57161 dprintf keep y 0x00123456 in main at main.c:25
5717 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5718 continue
5719(gdb)
5720@end example
5721
5722Note that the @code{info break} displays the dynamic printf commands
5723as normal breakpoint commands; you can thus easily see the effect of
5724the variable settings.
5725
d3ce09f5
SS
5726@item set disconnected-dprintf on
5727@itemx set disconnected-dprintf off
5728@kindex set disconnected-dprintf
5729Choose whether @code{dprintf} commands should continue to run if
5730@value{GDBN} has disconnected from the target. This only applies
5731if the @code{dprintf-style} is @code{agent}.
5732
5733@item show disconnected-dprintf off
5734@kindex show disconnected-dprintf
5735Show the current choice for disconnected @code{dprintf}.
5736
e7e0cddf
SS
5737@end table
5738
5739@value{GDBN} does not check the validity of function and channel,
5740relying on you to supply values that are meaningful for the contexts
5741in which they are being used. For instance, the function and channel
5742may be the values of local variables, but if that is the case, then
5743all enabled dynamic prints must be at locations within the scope of
5744those locals. If evaluation fails, @value{GDBN} will report an error.
5745
6149aea9
PA
5746@node Save Breakpoints
5747@subsection How to save breakpoints to a file
5748
5749To save breakpoint definitions to a file use the @w{@code{save
5750breakpoints}} command.
5751
5752@table @code
5753@kindex save breakpoints
5754@cindex save breakpoints to a file for future sessions
5755@item save breakpoints [@var{filename}]
5756This command saves all current breakpoint definitions together with
5757their commands and ignore counts, into a file @file{@var{filename}}
5758suitable for use in a later debugging session. This includes all
5759types of breakpoints (breakpoints, watchpoints, catchpoints,
5760tracepoints). To read the saved breakpoint definitions, use the
5761@code{source} command (@pxref{Command Files}). Note that watchpoints
5762with expressions involving local variables may fail to be recreated
5763because it may not be possible to access the context where the
5764watchpoint is valid anymore. Because the saved breakpoint definitions
5765are simply a sequence of @value{GDBN} commands that recreate the
5766breakpoints, you can edit the file in your favorite editing program,
5767and remove the breakpoint definitions you're not interested in, or
5768that can no longer be recreated.
5769@end table
5770
62e5f89c
SDJ
5771@node Static Probe Points
5772@subsection Static Probe Points
5773
5774@cindex static probe point, SystemTap
3133f8c1 5775@cindex static probe point, DTrace
62e5f89c
SDJ
5776@value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5777for Statically Defined Tracing, and the probes are designed to have a tiny
3133f8c1
JM
5778runtime code and data footprint, and no dynamic relocations.
5779
5780Currently, the following types of probes are supported on
5781ELF-compatible systems:
5782
5783@itemize @bullet
62e5f89c 5784
3133f8c1
JM
5785@item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5786@acronym{SDT} probes@footnote{See
62e5f89c 5787@uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
3133f8c1
JM
5788for more information on how to add @code{SystemTap} @acronym{SDT}
5789probes in your applications.}. @code{SystemTap} probes are usable
5790from assembly, C and C@t{++} languages@footnote{See
5791@uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5792for a good reference on how the @acronym{SDT} probes are implemented.}.
5793
5794@item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5795@acronym{USDT} probes. @code{DTrace} probes are usable from C and
5796C@t{++} languages.
5797@end itemize
62e5f89c
SDJ
5798
5799@cindex semaphores on static probe points
3133f8c1
JM
5800Some @code{SystemTap} probes have an associated semaphore variable;
5801for instance, this happens automatically if you defined your probe
5802using a DTrace-style @file{.d} file. If your probe has a semaphore,
5803@value{GDBN} will automatically enable it when you specify a
5804breakpoint using the @samp{-probe-stap} notation. But, if you put a
5805breakpoint at a probe's location by some other method (e.g.,
5806@code{break file:line}), then @value{GDBN} will not automatically set
5807the semaphore. @code{DTrace} probes do not support semaphores.
62e5f89c
SDJ
5808
5809You can examine the available static static probes using @code{info
5810probes}, with optional arguments:
5811
5812@table @code
5813@kindex info probes
3133f8c1
JM
5814@item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5815If given, @var{type} is either @code{stap} for listing
5816@code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5817probes. If omitted all probes are listed regardless of their types.
5818
62e5f89c
SDJ
5819If given, @var{provider} is a regular expression used to match against provider
5820names when selecting which probes to list. If omitted, probes by all
5821probes from all providers are listed.
5822
5823If given, @var{name} is a regular expression to match against probe names
5824when selecting which probes to list. If omitted, probe names are not
5825considered when deciding whether to display them.
5826
5827If given, @var{objfile} is a regular expression used to select which
5828object files (executable or shared libraries) to examine. If not
5829given, all object files are considered.
5830
5831@item info probes all
5832List the available static probes, from all types.
5833@end table
5834
9aca2ff8
JM
5835@cindex enabling and disabling probes
5836Some probe points can be enabled and/or disabled. The effect of
5837enabling or disabling a probe depends on the type of probe being
3133f8c1
JM
5838handled. Some @code{DTrace} probes can be enabled or
5839disabled, but @code{SystemTap} probes cannot be disabled.
9aca2ff8
JM
5840
5841You can enable (or disable) one or more probes using the following
5842commands, with optional arguments:
5843
5844@table @code
5845@kindex enable probes
5846@item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5847If given, @var{provider} is a regular expression used to match against
5848provider names when selecting which probes to enable. If omitted,
5849all probes from all providers are enabled.
5850
5851If given, @var{name} is a regular expression to match against probe
5852names when selecting which probes to enable. If omitted, probe names
5853are not considered when deciding whether to enable them.
5854
5855If given, @var{objfile} is a regular expression used to select which
5856object files (executable or shared libraries) to examine. If not
5857given, all object files are considered.
5858
5859@kindex disable probes
5860@item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5861See the @code{enable probes} command above for a description of the
5862optional arguments accepted by this command.
5863@end table
5864
62e5f89c
SDJ
5865@vindex $_probe_arg@r{, convenience variable}
5866A probe may specify up to twelve arguments. These are available at the
5867point at which the probe is defined---that is, when the current PC is
5868at the probe's location. The arguments are available using the
5869convenience variables (@pxref{Convenience Vars})
3133f8c1
JM
5870@code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5871probes each probe argument is an integer of the appropriate size;
5872types are not preserved. In @code{DTrace} probes types are preserved
5873provided that they are recognized as such by @value{GDBN}; otherwise
5874the value of the probe argument will be a long integer. The
62e5f89c
SDJ
5875convenience variable @code{$_probe_argc} holds the number of arguments
5876at the current probe point.
5877
5878These variables are always available, but attempts to access them at
5879any location other than a probe point will cause @value{GDBN} to give
5880an error message.
5881
5882
c906108c 5883@c @ifclear BARETARGET
6d2ebf8b 5884@node Error in Breakpoints
d4f3574e 5885@subsection ``Cannot insert breakpoints''
c906108c 5886
fa3a767f
PA
5887If you request too many active hardware-assisted breakpoints and
5888watchpoints, you will see this error message:
d4f3574e
SS
5889
5890@c FIXME: the precise wording of this message may change; the relevant
5891@c source change is not committed yet (Sep 3, 1999).
5892@smallexample
5893Stopped; cannot insert breakpoints.
5894You may have requested too many hardware breakpoints and watchpoints.
5895@end smallexample
5896
5897@noindent
5898This message is printed when you attempt to resume the program, since
5899only then @value{GDBN} knows exactly how many hardware breakpoints and
5900watchpoints it needs to insert.
5901
5902When this message is printed, you need to disable or remove some of the
5903hardware-assisted breakpoints and watchpoints, and then continue.
5904
79a6e687 5905@node Breakpoint-related Warnings
1485d690
KB
5906@subsection ``Breakpoint address adjusted...''
5907@cindex breakpoint address adjusted
5908
5909Some processor architectures place constraints on the addresses at
5910which breakpoints may be placed. For architectures thus constrained,
5911@value{GDBN} will attempt to adjust the breakpoint's address to comply
5912with the constraints dictated by the architecture.
5913
5914One example of such an architecture is the Fujitsu FR-V. The FR-V is
5915a VLIW architecture in which a number of RISC-like instructions may be
5916bundled together for parallel execution. The FR-V architecture
5917constrains the location of a breakpoint instruction within such a
5918bundle to the instruction with the lowest address. @value{GDBN}
5919honors this constraint by adjusting a breakpoint's address to the
5920first in the bundle.
5921
5922It is not uncommon for optimized code to have bundles which contain
5923instructions from different source statements, thus it may happen that
5924a breakpoint's address will be adjusted from one source statement to
5925another. Since this adjustment may significantly alter @value{GDBN}'s
5926breakpoint related behavior from what the user expects, a warning is
5927printed when the breakpoint is first set and also when the breakpoint
5928is hit.
5929
5930A warning like the one below is printed when setting a breakpoint
5931that's been subject to address adjustment:
5932
5933@smallexample
5934warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5935@end smallexample
5936
5937Such warnings are printed both for user settable and @value{GDBN}'s
5938internal breakpoints. If you see one of these warnings, you should
5939verify that a breakpoint set at the adjusted address will have the
5940desired affect. If not, the breakpoint in question may be removed and
b383017d 5941other breakpoints may be set which will have the desired behavior.
1485d690
KB
5942E.g., it may be sufficient to place the breakpoint at a later
5943instruction. A conditional breakpoint may also be useful in some
5944cases to prevent the breakpoint from triggering too often.
5945
5946@value{GDBN} will also issue a warning when stopping at one of these
5947adjusted breakpoints:
5948
5949@smallexample
5950warning: Breakpoint 1 address previously adjusted from 0x00010414
5951to 0x00010410.
5952@end smallexample
5953
5954When this warning is encountered, it may be too late to take remedial
5955action except in cases where the breakpoint is hit earlier or more
5956frequently than expected.
d4f3574e 5957
6d2ebf8b 5958@node Continuing and Stepping
79a6e687 5959@section Continuing and Stepping
c906108c
SS
5960
5961@cindex stepping
5962@cindex continuing
5963@cindex resuming execution
5964@dfn{Continuing} means resuming program execution until your program
5965completes normally. In contrast, @dfn{stepping} means executing just
5966one more ``step'' of your program, where ``step'' may mean either one
5967line of source code, or one machine instruction (depending on what
7a292a7a
SS
5968particular command you use). Either when continuing or when stepping,
5969your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e 5970it stops due to a signal, you may want to use @code{handle}, or use
e5f8a7cc
PA
5971@samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5972or you may step into the signal's handler (@pxref{stepping and signal
5973handlers}).)
c906108c
SS
5974
5975@table @code
5976@kindex continue
41afff9a
EZ
5977@kindex c @r{(@code{continue})}
5978@kindex fg @r{(resume foreground execution)}
c906108c
SS
5979@item continue @r{[}@var{ignore-count}@r{]}
5980@itemx c @r{[}@var{ignore-count}@r{]}
5981@itemx fg @r{[}@var{ignore-count}@r{]}
5982Resume program execution, at the address where your program last stopped;
5983any breakpoints set at that address are bypassed. The optional argument
5984@var{ignore-count} allows you to specify a further number of times to
5985ignore a breakpoint at this location; its effect is like that of
79a6e687 5986@code{ignore} (@pxref{Conditions, ,Break Conditions}).
c906108c
SS
5987
5988The argument @var{ignore-count} is meaningful only when your program
5989stopped due to a breakpoint. At other times, the argument to
5990@code{continue} is ignored.
5991
d4f3574e
SS
5992The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5993debugged program is deemed to be the foreground program) are provided
5994purely for convenience, and have exactly the same behavior as
5995@code{continue}.
c906108c
SS
5996@end table
5997
5998To resume execution at a different place, you can use @code{return}
79a6e687 5999(@pxref{Returning, ,Returning from a Function}) to go back to the
c906108c 6000calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
79a6e687 6001Different Address}) to go to an arbitrary location in your program.
c906108c
SS
6002
6003A typical technique for using stepping is to set a breakpoint
79a6e687 6004(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
c906108c
SS
6005beginning of the function or the section of your program where a problem
6006is believed to lie, run your program until it stops at that breakpoint,
6007and then step through the suspect area, examining the variables that are
6008interesting, until you see the problem happen.
6009
6010@table @code
6011@kindex step
41afff9a 6012@kindex s @r{(@code{step})}
c906108c
SS
6013@item step
6014Continue running your program until control reaches a different source
6015line, then stop it and return control to @value{GDBN}. This command is
6016abbreviated @code{s}.
6017
6018@quotation
6019@c "without debugging information" is imprecise; actually "without line
6020@c numbers in the debugging information". (gcc -g1 has debugging info but
6021@c not line numbers). But it seems complex to try to make that
6022@c distinction here.
6023@emph{Warning:} If you use the @code{step} command while control is
6024within a function that was compiled without debugging information,
6025execution proceeds until control reaches a function that does have
6026debugging information. Likewise, it will not step into a function which
6027is compiled without debugging information. To step through functions
6028without debugging information, use the @code{stepi} command, described
6029below.
6030@end quotation
6031
4a92d011
EZ
6032The @code{step} command only stops at the first instruction of a source
6033line. This prevents the multiple stops that could otherwise occur in
6034@code{switch} statements, @code{for} loops, etc. @code{step} continues
6035to stop if a function that has debugging information is called within
6036the line. In other words, @code{step} @emph{steps inside} any functions
6037called within the line.
c906108c 6038
d4f3574e
SS
6039Also, the @code{step} command only enters a function if there is line
6040number information for the function. Otherwise it acts like the
5d161b24 6041@code{next} command. This avoids problems when using @code{cc -gl}
eb17f351 6042on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5d161b24 6043was any debugging information about the routine.
c906108c
SS
6044
6045@item step @var{count}
6046Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
6047breakpoint is reached, or a signal not related to stepping occurs before
6048@var{count} steps, stepping stops right away.
c906108c
SS
6049
6050@kindex next
41afff9a 6051@kindex n @r{(@code{next})}
c906108c
SS
6052@item next @r{[}@var{count}@r{]}
6053Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
6054This is similar to @code{step}, but function calls that appear within
6055the line of code are executed without stopping. Execution stops when
6056control reaches a different line of code at the original stack level
6057that was executing when you gave the @code{next} command. This command
6058is abbreviated @code{n}.
c906108c
SS
6059
6060An argument @var{count} is a repeat count, as for @code{step}.
6061
6062
6063@c FIX ME!! Do we delete this, or is there a way it fits in with
6064@c the following paragraph? --- Vctoria
6065@c
6066@c @code{next} within a function that lacks debugging information acts like
6067@c @code{step}, but any function calls appearing within the code of the
6068@c function are executed without stopping.
6069
d4f3574e
SS
6070The @code{next} command only stops at the first instruction of a
6071source line. This prevents multiple stops that could otherwise occur in
4a92d011 6072@code{switch} statements, @code{for} loops, etc.
c906108c 6073
b90a5f51
CF
6074@kindex set step-mode
6075@item set step-mode
6076@cindex functions without line info, and stepping
6077@cindex stepping into functions with no line info
6078@itemx set step-mode on
4a92d011 6079The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
6080stop at the first instruction of a function which contains no debug line
6081information rather than stepping over it.
6082
4a92d011
EZ
6083This is useful in cases where you may be interested in inspecting the
6084machine instructions of a function which has no symbolic info and do not
6085want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
6086
6087@item set step-mode off
4a92d011 6088Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
6089debug information. This is the default.
6090
9c16f35a
EZ
6091@item show step-mode
6092Show whether @value{GDBN} will stop in or step over functions without
6093source line debug information.
6094
c906108c 6095@kindex finish
8dfa32fc 6096@kindex fin @r{(@code{finish})}
c906108c
SS
6097@item finish
6098Continue running until just after function in the selected stack frame
8dfa32fc
JB
6099returns. Print the returned value (if any). This command can be
6100abbreviated as @code{fin}.
c906108c
SS
6101
6102Contrast this with the @code{return} command (@pxref{Returning,
79a6e687 6103,Returning from a Function}).
c906108c 6104
000439d5
TT
6105@kindex set print finish
6106@kindex show print finish
6107@item set print finish @r{[}on|off@r{]}
6108@itemx show print finish
6109By default the @code{finish} command will show the value that is
6110returned by the function. This can be disabled using @code{set print
6111finish off}. When disabled, the value is still entered into the value
6112history (@pxref{Value History}), but not displayed.
6113
c906108c 6114@kindex until
41afff9a 6115@kindex u @r{(@code{until})}
09d4efe1 6116@cindex run until specified location
c906108c
SS
6117@item until
6118@itemx u
6119Continue running until a source line past the current line, in the
6120current stack frame, is reached. This command is used to avoid single
6121stepping through a loop more than once. It is like the @code{next}
6122command, except that when @code{until} encounters a jump, it
6123automatically continues execution until the program counter is greater
6124than the address of the jump.
6125
6126This means that when you reach the end of a loop after single stepping
6127though it, @code{until} makes your program continue execution until it
6128exits the loop. In contrast, a @code{next} command at the end of a loop
6129simply steps back to the beginning of the loop, which forces you to step
6130through the next iteration.
6131
6132@code{until} always stops your program if it attempts to exit the current
6133stack frame.
6134
6135@code{until} may produce somewhat counterintuitive results if the order
6136of machine code does not match the order of the source lines. For
6137example, in the following excerpt from a debugging session, the @code{f}
6138(@code{frame}) command shows that execution is stopped at line
6139@code{206}; yet when we use @code{until}, we get to line @code{195}:
6140
474c8240 6141@smallexample
c906108c
SS
6142(@value{GDBP}) f
6143#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
6144206 expand_input();
6145(@value{GDBP}) until
6146195 for ( ; argc > 0; NEXTARG) @{
474c8240 6147@end smallexample
c906108c
SS
6148
6149This happened because, for execution efficiency, the compiler had
6150generated code for the loop closure test at the end, rather than the
6151start, of the loop---even though the test in a C @code{for}-loop is
6152written before the body of the loop. The @code{until} command appeared
6153to step back to the beginning of the loop when it advanced to this
6154expression; however, it has not really gone to an earlier
6155statement---not in terms of the actual machine code.
6156
6157@code{until} with no argument works by means of single
6158instruction stepping, and hence is slower than @code{until} with an
6159argument.
6160
6161@item until @var{location}
6162@itemx u @var{location}
697aa1b7
EZ
6163Continue running your program until either the specified @var{location} is
6164reached, or the current stack frame returns. The location is any of
2a25a5ba
EZ
6165the forms described in @ref{Specify Location}.
6166This form of the command uses temporary breakpoints, and
c60eb6f1
EZ
6167hence is quicker than @code{until} without an argument. The specified
6168location is actually reached only if it is in the current frame. This
6169implies that @code{until} can be used to skip over recursive function
6170invocations. For instance in the code below, if the current location is
6171line @code{96}, issuing @code{until 99} will execute the program up to
db2e3e2e 6172line @code{99} in the same invocation of factorial, i.e., after the inner
c60eb6f1
EZ
6173invocations have returned.
6174
6175@smallexample
617694 int factorial (int value)
617795 @{
617896 if (value > 1) @{
617997 value *= factorial (value - 1);
618098 @}
618199 return (value);
6182100 @}
6183@end smallexample
6184
6185
6186@kindex advance @var{location}
984359d2 6187@item advance @var{location}
09d4efe1 6188Continue running the program up to the given @var{location}. An argument is
2a25a5ba
EZ
6189required, which should be of one of the forms described in
6190@ref{Specify Location}.
6191Execution will also stop upon exit from the current stack
c60eb6f1
EZ
6192frame. This command is similar to @code{until}, but @code{advance} will
6193not skip over recursive function calls, and the target location doesn't
6194have to be in the same frame as the current one.
6195
c906108c
SS
6196
6197@kindex stepi
41afff9a 6198@kindex si @r{(@code{stepi})}
c906108c 6199@item stepi
96a2c332 6200@itemx stepi @var{arg}
c906108c
SS
6201@itemx si
6202Execute one machine instruction, then stop and return to the debugger.
6203
6204It is often useful to do @samp{display/i $pc} when stepping by machine
6205instructions. This makes @value{GDBN} automatically display the next
6206instruction to be executed, each time your program stops. @xref{Auto
79a6e687 6207Display,, Automatic Display}.
c906108c
SS
6208
6209An argument is a repeat count, as in @code{step}.
6210
6211@need 750
6212@kindex nexti
41afff9a 6213@kindex ni @r{(@code{nexti})}
c906108c 6214@item nexti
96a2c332 6215@itemx nexti @var{arg}
c906108c
SS
6216@itemx ni
6217Execute one machine instruction, but if it is a function call,
6218proceed until the function returns.
6219
6220An argument is a repeat count, as in @code{next}.
c1e36e3e
PA
6221
6222@end table
6223
6224@anchor{range stepping}
6225@cindex range stepping
6226@cindex target-assisted range stepping
6227By default, and if available, @value{GDBN} makes use of
6228target-assisted @dfn{range stepping}. In other words, whenever you
6229use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6230tells the target to step the corresponding range of instruction
6231addresses instead of issuing multiple single-steps. This speeds up
6232line stepping, particularly for remote targets. Ideally, there should
6233be no reason you would want to turn range stepping off. However, it's
6234possible that a bug in the debug info, a bug in the remote stub (for
6235remote targets), or even a bug in @value{GDBN} could make line
6236stepping behave incorrectly when target-assisted range stepping is
6237enabled. You can use the following command to turn off range stepping
6238if necessary:
6239
6240@table @code
6241@kindex set range-stepping
6242@kindex show range-stepping
6243@item set range-stepping
6244@itemx show range-stepping
6245Control whether range stepping is enabled.
6246
6247If @code{on}, and the target supports it, @value{GDBN} tells the
6248target to step a range of addresses itself, instead of issuing
6249multiple single-steps. If @code{off}, @value{GDBN} always issues
6250single-steps, even if range stepping is supported by the target. The
6251default is @code{on}.
6252
c906108c
SS
6253@end table
6254
aad1c02c
TT
6255@node Skipping Over Functions and Files
6256@section Skipping Over Functions and Files
1bfeeb0f
JL
6257@cindex skipping over functions and files
6258
6259The program you are debugging may contain some functions which are
8244c20d 6260uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
cce0e923
DE
6261skip a function, all functions in a file or a particular function in
6262a particular file when stepping.
1bfeeb0f
JL
6263
6264For example, consider the following C function:
6265
6266@smallexample
6267101 int func()
6268102 @{
6269103 foo(boring());
6270104 bar(boring());
6271105 @}
6272@end smallexample
6273
6274@noindent
6275Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6276are not interested in stepping through @code{boring}. If you run @code{step}
6277at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6278step over both @code{foo} and @code{boring}!
6279
6280One solution is to @code{step} into @code{boring} and use the @code{finish}
6281command to immediately exit it. But this can become tedious if @code{boring}
6282is called from many places.
6283
6284A more flexible solution is to execute @kbd{skip boring}. This instructs
6285@value{GDBN} never to step into @code{boring}. Now when you execute
6286@code{step} at line 103, you'll step over @code{boring} and directly into
6287@code{foo}.
6288
cce0e923
DE
6289Functions may be skipped by providing either a function name, linespec
6290(@pxref{Specify Location}), regular expression that matches the function's
6291name, file name or a @code{glob}-style pattern that matches the file name.
6292
6293On Posix systems the form of the regular expression is
6294``Extended Regular Expressions''. See for example @samp{man 7 regex}
6295on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6296expression is whatever is provided by the @code{regcomp} function of
6297the underlying system.
6298See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6299description of @code{glob}-style patterns.
6300
6301@table @code
6302@kindex skip
6303@item skip @r{[}@var{options}@r{]}
6304The basic form of the @code{skip} command takes zero or more options
6305that specify what to skip.
6306The @var{options} argument is any useful combination of the following:
1bfeeb0f
JL
6307
6308@table @code
cce0e923
DE
6309@item -file @var{file}
6310@itemx -fi @var{file}
6311Functions in @var{file} will be skipped over when stepping.
6312
6313@item -gfile @var{file-glob-pattern}
6314@itemx -gfi @var{file-glob-pattern}
6315@cindex skipping over files via glob-style patterns
6316Functions in files matching @var{file-glob-pattern} will be skipped
6317over when stepping.
6318
6319@smallexample
6320(gdb) skip -gfi utils/*.c
6321@end smallexample
6322
6323@item -function @var{linespec}
6324@itemx -fu @var{linespec}
6325Functions named by @var{linespec} or the function containing the line
6326named by @var{linespec} will be skipped over when stepping.
6327@xref{Specify Location}.
6328
6329@item -rfunction @var{regexp}
6330@itemx -rfu @var{regexp}
6331@cindex skipping over functions via regular expressions
6332Functions whose name matches @var{regexp} will be skipped over when stepping.
6333
6334This form is useful for complex function names.
6335For example, there is generally no need to step into C@t{++} @code{std::string}
6336constructors or destructors. Plus with C@t{++} templates it can be hard to
6337write out the full name of the function, and often it doesn't matter what
6338the template arguments are. Specifying the function to be skipped as a
6339regular expression makes this easier.
6340
6341@smallexample
6342(gdb) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6343@end smallexample
6344
6345If you want to skip every templated C@t{++} constructor and destructor
6346in the @code{std} namespace you can do:
6347
6348@smallexample
6349(gdb) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6350@end smallexample
6351@end table
6352
6353If no options are specified, the function you're currently debugging
6354will be skipped.
6355
1bfeeb0f 6356@kindex skip function
cce0e923 6357@item skip function @r{[}@var{linespec}@r{]}
1bfeeb0f
JL
6358After running this command, the function named by @var{linespec} or the
6359function containing the line named by @var{linespec} will be skipped over when
983fb131 6360stepping. @xref{Specify Location}.
1bfeeb0f
JL
6361
6362If you do not specify @var{linespec}, the function you're currently debugging
6363will be skipped.
6364
6365(If you have a function called @code{file} that you want to skip, use
6366@kbd{skip function file}.)
6367
6368@kindex skip file
6369@item skip file @r{[}@var{filename}@r{]}
6370After running this command, any function whose source lives in @var{filename}
6371will be skipped over when stepping.
6372
cce0e923
DE
6373@smallexample
6374(gdb) skip file boring.c
6375File boring.c will be skipped when stepping.
6376@end smallexample
6377
1bfeeb0f
JL
6378If you do not specify @var{filename}, functions whose source lives in the file
6379you're currently debugging will be skipped.
6380@end table
6381
6382Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6383These are the commands for managing your list of skips:
6384
6385@table @code
6386@kindex info skip
6387@item info skip @r{[}@var{range}@r{]}
6388Print details about the specified skip(s). If @var{range} is not specified,
6389print a table with details about all functions and files marked for skipping.
6390@code{info skip} prints the following information about each skip:
6391
6392@table @emph
6393@item Identifier
6394A number identifying this skip.
1bfeeb0f 6395@item Enabled or Disabled
cce0e923
DE
6396Enabled skips are marked with @samp{y}.
6397Disabled skips are marked with @samp{n}.
6398@item Glob
6399If the file name is a @samp{glob} pattern this is @samp{y}.
6400Otherwise it is @samp{n}.
6401@item File
6402The name or @samp{glob} pattern of the file to be skipped.
6403If no file is specified this is @samp{<none>}.
6404@item RE
6405If the function name is a @samp{regular expression} this is @samp{y}.
6406Otherwise it is @samp{n}.
6407@item Function
6408The name or regular expression of the function to skip.
6409If no function is specified this is @samp{<none>}.
1bfeeb0f
JL
6410@end table
6411
6412@kindex skip delete
6413@item skip delete @r{[}@var{range}@r{]}
6414Delete the specified skip(s). If @var{range} is not specified, delete all
6415skips.
6416
6417@kindex skip enable
6418@item skip enable @r{[}@var{range}@r{]}
6419Enable the specified skip(s). If @var{range} is not specified, enable all
6420skips.
6421
6422@kindex skip disable
6423@item skip disable @r{[}@var{range}@r{]}
6424Disable the specified skip(s). If @var{range} is not specified, disable all
6425skips.
6426
3e68067f
SM
6427@kindex set debug skip
6428@item set debug skip @r{[}on|off@r{]}
6429Set whether to print the debug output about skipping files and functions.
6430
6431@kindex show debug skip
6432@item show debug skip
6433Show whether the debug output about skipping files and functions is printed.
6434
1bfeeb0f
JL
6435@end table
6436
6d2ebf8b 6437@node Signals
c906108c
SS
6438@section Signals
6439@cindex signals
6440
6441A signal is an asynchronous event that can happen in a program. The
6442operating system defines the possible kinds of signals, and gives each
6443kind a name and a number. For example, in Unix @code{SIGINT} is the
c8aa23ab 6444signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
c906108c
SS
6445@code{SIGSEGV} is the signal a program gets from referencing a place in
6446memory far away from all the areas in use; @code{SIGALRM} occurs when
6447the alarm clock timer goes off (which happens only if your program has
6448requested an alarm).
6449
6450@cindex fatal signals
6451Some signals, including @code{SIGALRM}, are a normal part of the
6452functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 6453errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
6454program has not specified in advance some other way to handle the signal.
6455@code{SIGINT} does not indicate an error in your program, but it is normally
6456fatal so it can carry out the purpose of the interrupt: to kill the program.
6457
6458@value{GDBN} has the ability to detect any occurrence of a signal in your
6459program. You can tell @value{GDBN} in advance what to do for each kind of
6460signal.
6461
6462@cindex handling signals
24f93129
EZ
6463Normally, @value{GDBN} is set up to let the non-erroneous signals like
6464@code{SIGALRM} be silently passed to your program
6465(so as not to interfere with their role in the program's functioning)
c906108c
SS
6466but to stop your program immediately whenever an error signal happens.
6467You can change these settings with the @code{handle} command.
6468
6469@table @code
6470@kindex info signals
09d4efe1 6471@kindex info handle
c906108c 6472@item info signals
96a2c332 6473@itemx info handle
c906108c
SS
6474Print a table of all the kinds of signals and how @value{GDBN} has been told to
6475handle each one. You can use this to see the signal numbers of all
6476the defined types of signals.
6477
45ac1734
EZ
6478@item info signals @var{sig}
6479Similar, but print information only about the specified signal number.
6480
d4f3574e 6481@code{info handle} is an alias for @code{info signals}.
c906108c 6482
ab04a2af
TT
6483@item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6484Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6485for details about this command.
6486
c906108c 6487@kindex handle
45ac1734 6488@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
697aa1b7 6489Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
5ece1a18 6490can be the number of a signal or its name (with or without the
24f93129 6491@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18 6492@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
45ac1734
EZ
6493known signals. Optional arguments @var{keywords}, described below,
6494say what change to make.
c906108c
SS
6495@end table
6496
6497@c @group
6498The keywords allowed by the @code{handle} command can be abbreviated.
6499Their full names are:
6500
6501@table @code
6502@item nostop
6503@value{GDBN} should not stop your program when this signal happens. It may
6504still print a message telling you that the signal has come in.
6505
6506@item stop
6507@value{GDBN} should stop your program when this signal happens. This implies
6508the @code{print} keyword as well.
6509
6510@item print
6511@value{GDBN} should print a message when this signal happens.
6512
6513@item noprint
6514@value{GDBN} should not mention the occurrence of the signal at all. This
6515implies the @code{nostop} keyword as well.
6516
6517@item pass
5ece1a18 6518@itemx noignore
c906108c
SS
6519@value{GDBN} should allow your program to see this signal; your program
6520can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 6521and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
6522
6523@item nopass
5ece1a18 6524@itemx ignore
c906108c 6525@value{GDBN} should not allow your program to see this signal.
5ece1a18 6526@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
6527@end table
6528@c @end group
6529
d4f3574e
SS
6530When a signal stops your program, the signal is not visible to the
6531program until you
c906108c
SS
6532continue. Your program sees the signal then, if @code{pass} is in
6533effect for the signal in question @emph{at that time}. In other words,
6534after @value{GDBN} reports a signal, you can use the @code{handle}
6535command with @code{pass} or @code{nopass} to control whether your
6536program sees that signal when you continue.
6537
24f93129
EZ
6538The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6539non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6540@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6541erroneous signals.
6542
c906108c
SS
6543You can also use the @code{signal} command to prevent your program from
6544seeing a signal, or cause it to see a signal it normally would not see,
6545or to give it any signal at any time. For example, if your program stopped
6546due to some sort of memory reference error, you might store correct
6547values into the erroneous variables and continue, hoping to see more
6548execution; but your program would probably terminate immediately as
6549a result of the fatal signal once it saw the signal. To prevent this,
6550you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
79a6e687 6551Program a Signal}.
c906108c 6552
e5f8a7cc
PA
6553@cindex stepping and signal handlers
6554@anchor{stepping and signal handlers}
6555
6556@value{GDBN} optimizes for stepping the mainline code. If a signal
6557that has @code{handle nostop} and @code{handle pass} set arrives while
6558a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6559in progress, @value{GDBN} lets the signal handler run and then resumes
6560stepping the mainline code once the signal handler returns. In other
6561words, @value{GDBN} steps over the signal handler. This prevents
6562signals that you've specified as not interesting (with @code{handle
6563nostop}) from changing the focus of debugging unexpectedly. Note that
6564the signal handler itself may still hit a breakpoint, stop for another
6565signal that has @code{handle stop} in effect, or for any other event
6566that normally results in stopping the stepping command sooner. Also
6567note that @value{GDBN} still informs you that the program received a
6568signal if @code{handle print} is set.
6569
6570@anchor{stepping into signal handlers}
6571
6572If you set @code{handle pass} for a signal, and your program sets up a
6573handler for it, then issuing a stepping command, such as @code{step}
6574or @code{stepi}, when your program is stopped due to the signal will
6575step @emph{into} the signal handler (if the target supports that).
6576
6577Likewise, if you use the @code{queue-signal} command to queue a signal
6578to be delivered to the current thread when execution of the thread
6579resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6580stepping command will step into the signal handler.
6581
6582Here's an example, using @code{stepi} to step to the first instruction
6583of @code{SIGUSR1}'s handler:
6584
6585@smallexample
6586(@value{GDBP}) handle SIGUSR1
6587Signal Stop Print Pass to program Description
6588SIGUSR1 Yes Yes Yes User defined signal 1
6589(@value{GDBP}) c
6590Continuing.
6591
6592Program received signal SIGUSR1, User defined signal 1.
6593main () sigusr1.c:28
659428 p = 0;
6595(@value{GDBP}) si
6596sigusr1_handler () at sigusr1.c:9
65979 @{
6598@end smallexample
6599
6600The same, but using @code{queue-signal} instead of waiting for the
6601program to receive the signal first:
6602
6603@smallexample
6604(@value{GDBP}) n
660528 p = 0;
6606(@value{GDBP}) queue-signal SIGUSR1
6607(@value{GDBP}) si
6608sigusr1_handler () at sigusr1.c:9
66099 @{
6610(@value{GDBP})
6611@end smallexample
6612
4aa995e1
PA
6613@cindex extra signal information
6614@anchor{extra signal information}
6615
6616On some targets, @value{GDBN} can inspect extra signal information
6617associated with the intercepted signal, before it is actually
6618delivered to the program being debugged. This information is exported
6619by the convenience variable @code{$_siginfo}, and consists of data
6620that is passed by the kernel to the signal handler at the time of the
6621receipt of a signal. The data type of the information itself is
6622target dependent. You can see the data type using the @code{ptype
6623$_siginfo} command. On Unix systems, it typically corresponds to the
6624standard @code{siginfo_t} type, as defined in the @file{signal.h}
6625system header.
6626
6627Here's an example, on a @sc{gnu}/Linux system, printing the stray
6628referenced address that raised a segmentation fault.
6629
6630@smallexample
6631@group
6632(@value{GDBP}) continue
6633Program received signal SIGSEGV, Segmentation fault.
66340x0000000000400766 in main ()
663569 *(int *)p = 0;
6636(@value{GDBP}) ptype $_siginfo
6637type = struct @{
6638 int si_signo;
6639 int si_errno;
6640 int si_code;
6641 union @{
6642 int _pad[28];
6643 struct @{...@} _kill;
6644 struct @{...@} _timer;
6645 struct @{...@} _rt;
6646 struct @{...@} _sigchld;
6647 struct @{...@} _sigfault;
6648 struct @{...@} _sigpoll;
6649 @} _sifields;
6650@}
6651(@value{GDBP}) ptype $_siginfo._sifields._sigfault
6652type = struct @{
6653 void *si_addr;
6654@}
6655(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6656$1 = (void *) 0x7ffff7ff7000
6657@end group
6658@end smallexample
6659
6660Depending on target support, @code{$_siginfo} may also be writable.
6661
012b3a21
WT
6662@cindex Intel MPX boundary violations
6663@cindex boundary violations, Intel MPX
6664On some targets, a @code{SIGSEGV} can be caused by a boundary
6665violation, i.e., accessing an address outside of the allowed range.
6666In those cases @value{GDBN} may displays additional information,
6667depending on how @value{GDBN} has been told to handle the signal.
6668With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6669kind: "Upper" or "Lower", the memory address accessed and the
6670bounds, while with @code{handle nostop SIGSEGV} no additional
6671information is displayed.
6672
6673The usual output of a segfault is:
6674@smallexample
6675Program received signal SIGSEGV, Segmentation fault
66760x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
667768 value = *(p + len);
6678@end smallexample
6679
6680While a bound violation is presented as:
6681@smallexample
6682Program received signal SIGSEGV, Segmentation fault
6683Upper bound violation while accessing address 0x7fffffffc3b3
6684Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
66850x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
668668 value = *(p + len);
6687@end smallexample
6688
6d2ebf8b 6689@node Thread Stops
79a6e687 6690@section Stopping and Starting Multi-thread Programs
c906108c 6691
0606b73b
SL
6692@cindex stopped threads
6693@cindex threads, stopped
6694
6695@cindex continuing threads
6696@cindex threads, continuing
6697
6698@value{GDBN} supports debugging programs with multiple threads
6699(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6700are two modes of controlling execution of your program within the
6701debugger. In the default mode, referred to as @dfn{all-stop mode},
6702when any thread in your program stops (for example, at a breakpoint
6703or while being stepped), all other threads in the program are also stopped by
6704@value{GDBN}. On some targets, @value{GDBN} also supports
6705@dfn{non-stop mode}, in which other threads can continue to run freely while
6706you examine the stopped thread in the debugger.
6707
6708@menu
6709* All-Stop Mode:: All threads stop when GDB takes control
6710* Non-Stop Mode:: Other threads continue to execute
6711* Background Execution:: Running your program asynchronously
6712* Thread-Specific Breakpoints:: Controlling breakpoints
6713* Interrupted System Calls:: GDB may interfere with system calls
d914c394 6714* Observer Mode:: GDB does not alter program behavior
0606b73b
SL
6715@end menu
6716
6717@node All-Stop Mode
6718@subsection All-Stop Mode
6719
6720@cindex all-stop mode
6721
6722In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6723@emph{all} threads of execution stop, not just the current thread. This
6724allows you to examine the overall state of the program, including
6725switching between threads, without worrying that things may change
6726underfoot.
6727
6728Conversely, whenever you restart the program, @emph{all} threads start
6729executing. @emph{This is true even when single-stepping} with commands
6730like @code{step} or @code{next}.
6731
6732In particular, @value{GDBN} cannot single-step all threads in lockstep.
6733Since thread scheduling is up to your debugging target's operating
6734system (not controlled by @value{GDBN}), other threads may
6735execute more than one statement while the current thread completes a
6736single step. Moreover, in general other threads stop in the middle of a
6737statement, rather than at a clean statement boundary, when the program
6738stops.
6739
6740You might even find your program stopped in another thread after
6741continuing or even single-stepping. This happens whenever some other
6742thread runs into a breakpoint, a signal, or an exception before the
6743first thread completes whatever you requested.
6744
6745@cindex automatic thread selection
6746@cindex switching threads automatically
6747@cindex threads, automatic switching
6748Whenever @value{GDBN} stops your program, due to a breakpoint or a
6749signal, it automatically selects the thread where that breakpoint or
6750signal happened. @value{GDBN} alerts you to the context switch with a
6751message such as @samp{[Switching to Thread @var{n}]} to identify the
6752thread.
6753
6754On some OSes, you can modify @value{GDBN}'s default behavior by
6755locking the OS scheduler to allow only a single thread to run.
6756
6757@table @code
6758@item set scheduler-locking @var{mode}
6759@cindex scheduler locking mode
6760@cindex lock scheduler
f2665db5
MM
6761Set the scheduler locking mode. It applies to normal execution,
6762record mode, and replay mode. If it is @code{off}, then there is no
6763locking and any thread may run at any time. If @code{on}, then only
6764the current thread may run when the inferior is resumed. The
6765@code{step} mode optimizes for single-stepping; it prevents other
6766threads from preempting the current thread while you are stepping, so
6767that the focus of debugging does not change unexpectedly. Other
6768threads never get a chance to run when you step, and they are
6769completely free to run when you use commands like @samp{continue},
6770@samp{until}, or @samp{finish}. However, unless another thread hits a
6771breakpoint during its timeslice, @value{GDBN} does not change the
6772current thread away from the thread that you are debugging. The
6773@code{replay} mode behaves like @code{off} in record mode and like
6774@code{on} in replay mode.
0606b73b
SL
6775
6776@item show scheduler-locking
6777Display the current scheduler locking mode.
6778@end table
6779
d4db2f36
PA
6780@cindex resume threads of multiple processes simultaneously
6781By default, when you issue one of the execution commands such as
6782@code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6783threads of the current inferior to run. For example, if @value{GDBN}
6784is attached to two inferiors, each with two threads, the
6785@code{continue} command resumes only the two threads of the current
6786inferior. This is useful, for example, when you debug a program that
6787forks and you want to hold the parent stopped (so that, for instance,
6788it doesn't run to exit), while you debug the child. In other
6789situations, you may not be interested in inspecting the current state
6790of any of the processes @value{GDBN} is attached to, and you may want
6791to resume them all until some breakpoint is hit. In the latter case,
6792you can instruct @value{GDBN} to allow all threads of all the
6793inferiors to run with the @w{@code{set schedule-multiple}} command.
6794
6795@table @code
6796@kindex set schedule-multiple
6797@item set schedule-multiple
6798Set the mode for allowing threads of multiple processes to be resumed
6799when an execution command is issued. When @code{on}, all threads of
6800all processes are allowed to run. When @code{off}, only the threads
6801of the current process are resumed. The default is @code{off}. The
6802@code{scheduler-locking} mode takes precedence when set to @code{on},
6803or while you are stepping and set to @code{step}.
6804
6805@item show schedule-multiple
6806Display the current mode for resuming the execution of threads of
6807multiple processes.
6808@end table
6809
0606b73b
SL
6810@node Non-Stop Mode
6811@subsection Non-Stop Mode
6812
6813@cindex non-stop mode
6814
6815@c This section is really only a place-holder, and needs to be expanded
97d8f0ee 6816@c with more details.
0606b73b
SL
6817
6818For some multi-threaded targets, @value{GDBN} supports an optional
6819mode of operation in which you can examine stopped program threads in
6820the debugger while other threads continue to execute freely. This
97d8f0ee
DE
6821minimizes intrusion when debugging live systems, such as programs
6822where some threads have real-time constraints or must continue to
0606b73b
SL
6823respond to external events. This is referred to as @dfn{non-stop} mode.
6824
6825In non-stop mode, when a thread stops to report a debugging event,
6826@emph{only} that thread is stopped; @value{GDBN} does not stop other
6827threads as well, in contrast to the all-stop mode behavior. Additionally,
6828execution commands such as @code{continue} and @code{step} apply by default
6829only to the current thread in non-stop mode, rather than all threads as
6830in all-stop mode. This allows you to control threads explicitly in
97d8f0ee 6831ways that are not possible in all-stop mode --- for example, stepping
0606b73b 6832one thread while allowing others to run freely, stepping
97d8f0ee 6833one thread while holding all others stopped, or stepping several threads
0606b73b
SL
6834independently and simultaneously.
6835
6836To enter non-stop mode, use this sequence of commands before you run
6837or attach to your program:
6838
0606b73b 6839@smallexample
0606b73b
SL
6840# If using the CLI, pagination breaks non-stop.
6841set pagination off
6842
6843# Finally, turn it on!
6844set non-stop on
6845@end smallexample
6846
6847You can use these commands to manipulate the non-stop mode setting:
6848
6849@table @code
6850@kindex set non-stop
6851@item set non-stop on
6852Enable selection of non-stop mode.
6853@item set non-stop off
6854Disable selection of non-stop mode.
6855@kindex show non-stop
6856@item show non-stop
6857Show the current non-stop enablement setting.
6858@end table
6859
6860Note these commands only reflect whether non-stop mode is enabled,
97d8f0ee 6861not whether the currently-executing program is being run in non-stop mode.
0606b73b 6862In particular, the @code{set non-stop} preference is only consulted when
97d8f0ee 6863@value{GDBN} starts or connects to the target program, and it is generally
0606b73b
SL
6864not possible to switch modes once debugging has started. Furthermore,
6865since not all targets support non-stop mode, even when you have enabled
6866non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6867default.
6868
6869In non-stop mode, all execution commands apply only to the current thread
97d8f0ee 6870by default. That is, @code{continue} only continues one thread.
0606b73b
SL
6871To continue all threads, issue @code{continue -a} or @code{c -a}.
6872
97d8f0ee 6873You can use @value{GDBN}'s background execution commands
0606b73b 6874(@pxref{Background Execution}) to run some threads in the background
97d8f0ee 6875while you continue to examine or step others from @value{GDBN}.
0606b73b
SL
6876The MI execution commands (@pxref{GDB/MI Program Execution}) are
6877always executed asynchronously in non-stop mode.
6878
6879Suspending execution is done with the @code{interrupt} command when
97d8f0ee
DE
6880running in the background, or @kbd{Ctrl-c} during foreground execution.
6881In all-stop mode, this stops the whole process;
6882but in non-stop mode the interrupt applies only to the current thread.
0606b73b
SL
6883To stop the whole program, use @code{interrupt -a}.
6884
6885Other execution commands do not currently support the @code{-a} option.
6886
6887In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6888that thread current, as it does in all-stop mode. This is because the
97d8f0ee 6889thread stop notifications are asynchronous with respect to @value{GDBN}'s
0606b73b
SL
6890command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6891changed to a different thread just as you entered a command to operate on the
6892previously current thread.
6893
6894@node Background Execution
6895@subsection Background Execution
6896
6897@cindex foreground execution
6898@cindex background execution
6899@cindex asynchronous execution
6900@cindex execution, foreground, background and asynchronous
6901
6902@value{GDBN}'s execution commands have two variants: the normal
6903foreground (synchronous) behavior, and a background
97d8f0ee 6904(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
0606b73b
SL
6905the program to report that some thread has stopped before prompting for
6906another command. In background execution, @value{GDBN} immediately gives
6907a command prompt so that you can issue other commands while your program runs.
6908
32fc0df9
PA
6909If the target doesn't support async mode, @value{GDBN} issues an error
6910message if you attempt to use the background execution commands.
6911
74fdb8ff 6912@cindex @code{&}, background execution of commands
0606b73b
SL
6913To specify background execution, add a @code{&} to the command. For example,
6914the background form of the @code{continue} command is @code{continue&}, or
6915just @code{c&}. The execution commands that accept background execution
6916are:
6917
6918@table @code
6919@kindex run&
6920@item run
6921@xref{Starting, , Starting your Program}.
6922
6923@item attach
6924@kindex attach&
6925@xref{Attach, , Debugging an Already-running Process}.
6926
6927@item step
6928@kindex step&
6929@xref{Continuing and Stepping, step}.
6930
6931@item stepi
6932@kindex stepi&
6933@xref{Continuing and Stepping, stepi}.
6934
6935@item next
6936@kindex next&
6937@xref{Continuing and Stepping, next}.
6938
7ce58dd2
DE
6939@item nexti
6940@kindex nexti&
6941@xref{Continuing and Stepping, nexti}.
6942
0606b73b
SL
6943@item continue
6944@kindex continue&
6945@xref{Continuing and Stepping, continue}.
6946
6947@item finish
6948@kindex finish&
6949@xref{Continuing and Stepping, finish}.
6950
6951@item until
6952@kindex until&
6953@xref{Continuing and Stepping, until}.
6954
6955@end table
6956
6957Background execution is especially useful in conjunction with non-stop
6958mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6959However, you can also use these commands in the normal all-stop mode with
6960the restriction that you cannot issue another execution command until the
6961previous one finishes. Examples of commands that are valid in all-stop
6962mode while the program is running include @code{help} and @code{info break}.
6963
6964You can interrupt your program while it is running in the background by
6965using the @code{interrupt} command.
6966
6967@table @code
6968@kindex interrupt
6969@item interrupt
6970@itemx interrupt -a
6971
97d8f0ee 6972Suspend execution of the running program. In all-stop mode,
0606b73b 6973@code{interrupt} stops the whole process, but in non-stop mode, it stops
97d8f0ee 6974only the current thread. To stop the whole program in non-stop mode,
0606b73b
SL
6975use @code{interrupt -a}.
6976@end table
6977
0606b73b
SL
6978@node Thread-Specific Breakpoints
6979@subsection Thread-Specific Breakpoints
6980
c906108c 6981When your program has multiple threads (@pxref{Threads,, Debugging
79a6e687 6982Programs with Multiple Threads}), you can choose whether to set
c906108c
SS
6983breakpoints on all threads, or on a particular thread.
6984
6985@table @code
6986@cindex breakpoints and threads
6987@cindex thread breakpoints
5d5658a1
PA
6988@kindex break @dots{} thread @var{thread-id}
6989@item break @var{location} thread @var{thread-id}
6990@itemx break @var{location} thread @var{thread-id} if @dots{}
629500fa 6991@var{location} specifies source lines; there are several ways of
2a25a5ba
EZ
6992writing them (@pxref{Specify Location}), but the effect is always to
6993specify some source line.
c906108c 6994
5d5658a1 6995Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
c906108c 6996to specify that you only want @value{GDBN} to stop the program when a
5d5658a1
PA
6997particular thread reaches this breakpoint. The @var{thread-id} specifier
6998is one of the thread identifiers assigned by @value{GDBN}, shown
697aa1b7 6999in the first column of the @samp{info threads} display.
c906108c 7000
5d5658a1 7001If you do not specify @samp{thread @var{thread-id}} when you set a
c906108c
SS
7002breakpoint, the breakpoint applies to @emph{all} threads of your
7003program.
7004
7005You can use the @code{thread} qualifier on conditional breakpoints as
5d5658a1 7006well; in this case, place @samp{thread @var{thread-id}} before or
b6199126 7007after the breakpoint condition, like this:
c906108c
SS
7008
7009@smallexample
2df3850c 7010(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
7011@end smallexample
7012
7013@end table
7014
f4fb82a1
PA
7015Thread-specific breakpoints are automatically deleted when
7016@value{GDBN} detects the corresponding thread is no longer in the
7017thread list. For example:
7018
7019@smallexample
7020(@value{GDBP}) c
7021Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
7022@end smallexample
7023
7024There are several ways for a thread to disappear, such as a regular
7025thread exit, but also when you detach from the process with the
7026@code{detach} command (@pxref{Attach, ,Debugging an Already-running
7027Process}), or if @value{GDBN} loses the remote connection
7028(@pxref{Remote Debugging}), etc. Note that with some targets,
7029@value{GDBN} is only able to detect a thread has exited when the user
7030explictly asks for the thread list with the @code{info threads}
7031command.
7032
0606b73b
SL
7033@node Interrupted System Calls
7034@subsection Interrupted System Calls
c906108c 7035
36d86913
MC
7036@cindex thread breakpoints and system calls
7037@cindex system calls and thread breakpoints
7038@cindex premature return from system calls
0606b73b
SL
7039There is an unfortunate side effect when using @value{GDBN} to debug
7040multi-threaded programs. If one thread stops for a
36d86913
MC
7041breakpoint, or for some other reason, and another thread is blocked in a
7042system call, then the system call may return prematurely. This is a
7043consequence of the interaction between multiple threads and the signals
7044that @value{GDBN} uses to implement breakpoints and other events that
7045stop execution.
7046
7047To handle this problem, your program should check the return value of
7048each system call and react appropriately. This is good programming
7049style anyways.
7050
7051For example, do not write code like this:
7052
7053@smallexample
7054 sleep (10);
7055@end smallexample
7056
7057The call to @code{sleep} will return early if a different thread stops
7058at a breakpoint or for some other reason.
7059
7060Instead, write this:
7061
7062@smallexample
7063 int unslept = 10;
7064 while (unslept > 0)
7065 unslept = sleep (unslept);
7066@end smallexample
7067
7068A system call is allowed to return early, so the system is still
7069conforming to its specification. But @value{GDBN} does cause your
7070multi-threaded program to behave differently than it would without
7071@value{GDBN}.
7072
7073Also, @value{GDBN} uses internal breakpoints in the thread library to
7074monitor certain events such as thread creation and thread destruction.
7075When such an event happens, a system call in another thread may return
7076prematurely, even though your program does not appear to stop.
7077
d914c394
SS
7078@node Observer Mode
7079@subsection Observer Mode
7080
7081If you want to build on non-stop mode and observe program behavior
7082without any chance of disruption by @value{GDBN}, you can set
7083variables to disable all of the debugger's attempts to modify state,
7084whether by writing memory, inserting breakpoints, etc. These operate
7085at a low level, intercepting operations from all commands.
7086
7087When all of these are set to @code{off}, then @value{GDBN} is said to
7088be @dfn{observer mode}. As a convenience, the variable
7089@code{observer} can be set to disable these, plus enable non-stop
7090mode.
7091
7092Note that @value{GDBN} will not prevent you from making nonsensical
7093combinations of these settings. For instance, if you have enabled
7094@code{may-insert-breakpoints} but disabled @code{may-write-memory},
7095then breakpoints that work by writing trap instructions into the code
7096stream will still not be able to be placed.
7097
7098@table @code
7099
7100@kindex observer
7101@item set observer on
7102@itemx set observer off
7103When set to @code{on}, this disables all the permission variables
7104below (except for @code{insert-fast-tracepoints}), plus enables
7105non-stop debugging. Setting this to @code{off} switches back to
7106normal debugging, though remaining in non-stop mode.
7107
7108@item show observer
7109Show whether observer mode is on or off.
7110
7111@kindex may-write-registers
7112@item set may-write-registers on
7113@itemx set may-write-registers off
7114This controls whether @value{GDBN} will attempt to alter the values of
7115registers, such as with assignment expressions in @code{print}, or the
7116@code{jump} command. It defaults to @code{on}.
7117
7118@item show may-write-registers
7119Show the current permission to write registers.
7120
7121@kindex may-write-memory
7122@item set may-write-memory on
7123@itemx set may-write-memory off
7124This controls whether @value{GDBN} will attempt to alter the contents
7125of memory, such as with assignment expressions in @code{print}. It
7126defaults to @code{on}.
7127
7128@item show may-write-memory
7129Show the current permission to write memory.
7130
7131@kindex may-insert-breakpoints
7132@item set may-insert-breakpoints on
7133@itemx set may-insert-breakpoints off
7134This controls whether @value{GDBN} will attempt to insert breakpoints.
7135This affects all breakpoints, including internal breakpoints defined
7136by @value{GDBN}. It defaults to @code{on}.
7137
7138@item show may-insert-breakpoints
7139Show the current permission to insert breakpoints.
7140
7141@kindex may-insert-tracepoints
7142@item set may-insert-tracepoints on
7143@itemx set may-insert-tracepoints off
7144This controls whether @value{GDBN} will attempt to insert (regular)
7145tracepoints at the beginning of a tracing experiment. It affects only
7146non-fast tracepoints, fast tracepoints being under the control of
7147@code{may-insert-fast-tracepoints}. It defaults to @code{on}.
7148
7149@item show may-insert-tracepoints
7150Show the current permission to insert tracepoints.
7151
7152@kindex may-insert-fast-tracepoints
7153@item set may-insert-fast-tracepoints on
7154@itemx set may-insert-fast-tracepoints off
7155This controls whether @value{GDBN} will attempt to insert fast
7156tracepoints at the beginning of a tracing experiment. It affects only
7157fast tracepoints, regular (non-fast) tracepoints being under the
7158control of @code{may-insert-tracepoints}. It defaults to @code{on}.
7159
7160@item show may-insert-fast-tracepoints
7161Show the current permission to insert fast tracepoints.
7162
7163@kindex may-interrupt
7164@item set may-interrupt on
7165@itemx set may-interrupt off
7166This controls whether @value{GDBN} will attempt to interrupt or stop
7167program execution. When this variable is @code{off}, the
7168@code{interrupt} command will have no effect, nor will
7169@kbd{Ctrl-c}. It defaults to @code{on}.
7170
7171@item show may-interrupt
7172Show the current permission to interrupt or stop the program.
7173
7174@end table
c906108c 7175
bacec72f
MS
7176@node Reverse Execution
7177@chapter Running programs backward
7178@cindex reverse execution
7179@cindex running programs backward
7180
7181When you are debugging a program, it is not unusual to realize that
7182you have gone too far, and some event of interest has already happened.
7183If the target environment supports it, @value{GDBN} can allow you to
7184``rewind'' the program by running it backward.
7185
7186A target environment that supports reverse execution should be able
7187to ``undo'' the changes in machine state that have taken place as the
7188program was executing normally. Variables, registers etc.@: should
7189revert to their previous values. Obviously this requires a great
7190deal of sophistication on the part of the target environment; not
7191all target environments can support reverse execution.
7192
7193When a program is executed in reverse, the instructions that
7194have most recently been executed are ``un-executed'', in reverse
7195order. The program counter runs backward, following the previous
7196thread of execution in reverse. As each instruction is ``un-executed'',
7197the values of memory and/or registers that were changed by that
7198instruction are reverted to their previous states. After executing
7199a piece of source code in reverse, all side effects of that code
7200should be ``undone'', and all variables should be returned to their
7201prior values@footnote{
7202Note that some side effects are easier to undo than others. For instance,
7203memory and registers are relatively easy, but device I/O is hard. Some
7204targets may be able undo things like device I/O, and some may not.
7205
7206The contract between @value{GDBN} and the reverse executing target
7207requires only that the target do something reasonable when
7208@value{GDBN} tells it to execute backwards, and then report the
7209results back to @value{GDBN}. Whatever the target reports back to
7210@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7211assumes that the memory and registers that the target reports are in a
6b92c0d3 7212consistent state, but @value{GDBN} accepts whatever it is given.
bacec72f
MS
7213}.
7214
73f8a590
PA
7215On some platforms, @value{GDBN} has built-in support for reverse
7216execution, activated with the @code{record} or @code{record btrace}
7217commands. @xref{Process Record and Replay}. Some remote targets,
7218typically full system emulators, support reverse execution directly
7219without requiring any special command.
7220
bacec72f
MS
7221If you are debugging in a target environment that supports
7222reverse execution, @value{GDBN} provides the following commands.
7223
7224@table @code
7225@kindex reverse-continue
7226@kindex rc @r{(@code{reverse-continue})}
7227@item reverse-continue @r{[}@var{ignore-count}@r{]}
7228@itemx rc @r{[}@var{ignore-count}@r{]}
7229Beginning at the point where your program last stopped, start executing
7230in reverse. Reverse execution will stop for breakpoints and synchronous
7231exceptions (signals), just like normal execution. Behavior of
7232asynchronous signals depends on the target environment.
7233
7234@kindex reverse-step
7235@kindex rs @r{(@code{step})}
7236@item reverse-step @r{[}@var{count}@r{]}
7237Run the program backward until control reaches the start of a
7238different source line; then stop it, and return control to @value{GDBN}.
7239
7240Like the @code{step} command, @code{reverse-step} will only stop
7241at the beginning of a source line. It ``un-executes'' the previously
7242executed source line. If the previous source line included calls to
7243debuggable functions, @code{reverse-step} will step (backward) into
7244the called function, stopping at the beginning of the @emph{last}
7245statement in the called function (typically a return statement).
7246
7247Also, as with the @code{step} command, if non-debuggable functions are
7248called, @code{reverse-step} will run thru them backward without stopping.
7249
7250@kindex reverse-stepi
7251@kindex rsi @r{(@code{reverse-stepi})}
7252@item reverse-stepi @r{[}@var{count}@r{]}
7253Reverse-execute one machine instruction. Note that the instruction
7254to be reverse-executed is @emph{not} the one pointed to by the program
7255counter, but the instruction executed prior to that one. For instance,
7256if the last instruction was a jump, @code{reverse-stepi} will take you
7257back from the destination of the jump to the jump instruction itself.
7258
7259@kindex reverse-next
7260@kindex rn @r{(@code{reverse-next})}
7261@item reverse-next @r{[}@var{count}@r{]}
7262Run backward to the beginning of the previous line executed in
7263the current (innermost) stack frame. If the line contains function
7264calls, they will be ``un-executed'' without stopping. Starting from
7265the first line of a function, @code{reverse-next} will take you back
7266to the caller of that function, @emph{before} the function was called,
7267just as the normal @code{next} command would take you from the last
7268line of a function back to its return to its caller
16af530a 7269@footnote{Unless the code is too heavily optimized.}.
bacec72f
MS
7270
7271@kindex reverse-nexti
7272@kindex rni @r{(@code{reverse-nexti})}
7273@item reverse-nexti @r{[}@var{count}@r{]}
7274Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7275in reverse, except that called functions are ``un-executed'' atomically.
7276That is, if the previously executed instruction was a return from
540aa8e7 7277another function, @code{reverse-nexti} will continue to execute
bacec72f
MS
7278in reverse until the call to that function (from the current stack
7279frame) is reached.
7280
7281@kindex reverse-finish
7282@item reverse-finish
7283Just as the @code{finish} command takes you to the point where the
7284current function returns, @code{reverse-finish} takes you to the point
7285where it was called. Instead of ending up at the end of the current
7286function invocation, you end up at the beginning.
7287
7288@kindex set exec-direction
7289@item set exec-direction
7290Set the direction of target execution.
984359d2 7291@item set exec-direction reverse
bacec72f
MS
7292@cindex execute forward or backward in time
7293@value{GDBN} will perform all execution commands in reverse, until the
7294exec-direction mode is changed to ``forward''. Affected commands include
7295@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7296command cannot be used in reverse mode.
7297@item set exec-direction forward
7298@value{GDBN} will perform all execution commands in the normal fashion.
7299This is the default.
7300@end table
7301
c906108c 7302
a2311334
EZ
7303@node Process Record and Replay
7304@chapter Recording Inferior's Execution and Replaying It
53cc454a
HZ
7305@cindex process record and replay
7306@cindex recording inferior's execution and replaying it
7307
8e05493c
EZ
7308On some platforms, @value{GDBN} provides a special @dfn{process record
7309and replay} target that can record a log of the process execution, and
7310replay it later with both forward and reverse execution commands.
a2311334
EZ
7311
7312@cindex replay mode
7313When this target is in use, if the execution log includes the record
7314for the next instruction, @value{GDBN} will debug in @dfn{replay
7315mode}. In the replay mode, the inferior does not really execute code
7316instructions. Instead, all the events that normally happen during
7317code execution are taken from the execution log. While code is not
7318really executed in replay mode, the values of registers (including the
7319program counter register) and the memory of the inferior are still
8e05493c
EZ
7320changed as they normally would. Their contents are taken from the
7321execution log.
a2311334
EZ
7322
7323@cindex record mode
7324If the record for the next instruction is not in the execution log,
7325@value{GDBN} will debug in @dfn{record mode}. In this mode, the
7326inferior executes normally, and @value{GDBN} records the execution log
7327for future replay.
7328
8e05493c
EZ
7329The process record and replay target supports reverse execution
7330(@pxref{Reverse Execution}), even if the platform on which the
7331inferior runs does not. However, the reverse execution is limited in
7332this case by the range of the instructions recorded in the execution
7333log. In other words, reverse execution on platforms that don't
7334support it directly can only be done in the replay mode.
7335
7336When debugging in the reverse direction, @value{GDBN} will work in
7337replay mode as long as the execution log includes the record for the
7338previous instruction; otherwise, it will work in record mode, if the
7339platform supports reverse execution, or stop if not.
7340
73f8a590
PA
7341Currently, process record and replay is supported on ARM, Aarch64,
7342Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7343GNU/Linux. Process record and replay can be used both when native
7344debugging, and when remote debugging via @code{gdbserver}.
7345
a2311334
EZ
7346For architecture environments that support process record and replay,
7347@value{GDBN} provides the following commands:
53cc454a
HZ
7348
7349@table @code
7350@kindex target record
59ea5688
MM
7351@kindex target record-full
7352@kindex target record-btrace
53cc454a 7353@kindex record
59ea5688
MM
7354@kindex record full
7355@kindex record btrace
f4abbc16 7356@kindex record btrace bts
b20a6524 7357@kindex record btrace pt
f4abbc16 7358@kindex record bts
b20a6524 7359@kindex record pt
53cc454a 7360@kindex rec
59ea5688
MM
7361@kindex rec full
7362@kindex rec btrace
f4abbc16 7363@kindex rec btrace bts
b20a6524 7364@kindex rec btrace pt
f4abbc16 7365@kindex rec bts
b20a6524 7366@kindex rec pt
59ea5688
MM
7367@item record @var{method}
7368This command starts the process record and replay target. The
7369recording method can be specified as parameter. Without a parameter
7370the command uses the @code{full} recording method. The following
7371recording methods are available:
a2311334 7372
59ea5688
MM
7373@table @code
7374@item full
7375Full record/replay recording using @value{GDBN}'s software record and
7376replay implementation. This method allows replaying and reverse
7377execution.
7378
f4abbc16 7379@item btrace @var{format}
73f8a590
PA
7380Hardware-supported instruction recording, supported on Intel
7381processors. This method does not record data. Further, the data is
7382collected in a ring buffer so old data will be overwritten when the
7383buffer is full. It allows limited reverse execution. Variables and
7384registers are not available during reverse execution. In remote
7385debugging, recording continues on disconnect. Recorded data can be
7386inspected after reconnecting. The recording may be stopped using
7387@code{record stop}.
59ea5688 7388
f4abbc16
MM
7389The recording format can be specified as parameter. Without a parameter
7390the command chooses the recording format. The following recording
7391formats are available:
7392
7393@table @code
7394@item bts
7395@cindex branch trace store
7396Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7397this format, the processor stores a from/to record for each executed
7398branch in the btrace ring buffer.
b20a6524
MM
7399
7400@item pt
bc504a31
PA
7401@cindex Intel Processor Trace
7402Use the @dfn{Intel Processor Trace} recording format. In this
b20a6524
MM
7403format, the processor stores the execution trace in a compressed form
7404that is afterwards decoded by @value{GDBN}.
7405
7406The trace can be recorded with very low overhead. The compressed
7407trace format also allows small trace buffers to already contain a big
7408number of instructions compared to @acronym{BTS}.
7409
7410Decoding the recorded execution trace, on the other hand, is more
7411expensive than decoding @acronym{BTS} trace. This is mostly due to the
7412increased number of instructions to process. You should increase the
7413buffer-size with care.
f4abbc16
MM
7414@end table
7415
7416Not all recording formats may be available on all processors.
59ea5688
MM
7417@end table
7418
7419The process record and replay target can only debug a process that is
7420already running. Therefore, you need first to start the process with
7421the @kbd{run} or @kbd{start} commands, and then start the recording
7422with the @kbd{record @var{method}} command.
7423
a2311334
EZ
7424@cindex displaced stepping, and process record and replay
7425Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7426will be automatically disabled when process record and replay target
7427is started. That's because the process record and replay target
7428doesn't support displaced stepping.
7429
7430@cindex non-stop mode, and process record and replay
7431@cindex asynchronous execution, and process record and replay
7432If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
59ea5688
MM
7433the asynchronous execution mode (@pxref{Background Execution}), not
7434all recording methods are available. The @code{full} recording method
7435does not support these two modes.
53cc454a
HZ
7436
7437@kindex record stop
7438@kindex rec s
7439@item record stop
a2311334
EZ
7440Stop the process record and replay target. When process record and
7441replay target stops, the entire execution log will be deleted and the
7442inferior will either be terminated, or will remain in its final state.
53cc454a 7443
a2311334
EZ
7444When you stop the process record and replay target in record mode (at
7445the end of the execution log), the inferior will be stopped at the
7446next instruction that would have been recorded. In other words, if
7447you record for a while and then stop recording, the inferior process
7448will be left in the same state as if the recording never happened.
53cc454a 7449
a2311334
EZ
7450On the other hand, if the process record and replay target is stopped
7451while in replay mode (that is, not at the end of the execution log,
7452but at some earlier point), the inferior process will become ``live''
7453at that earlier state, and it will then be possible to continue the
7454usual ``live'' debugging of the process from that state.
53cc454a 7455
a2311334
EZ
7456When the inferior process exits, or @value{GDBN} detaches from it,
7457process record and replay target will automatically stop itself.
53cc454a 7458
742ce053
MM
7459@kindex record goto
7460@item record goto
7461Go to a specific location in the execution log. There are several
7462ways to specify the location to go to:
7463
7464@table @code
7465@item record goto begin
7466@itemx record goto start
7467Go to the beginning of the execution log.
7468
7469@item record goto end
7470Go to the end of the execution log.
7471
7472@item record goto @var{n}
7473Go to instruction number @var{n} in the execution log.
7474@end table
7475
24e933df
HZ
7476@kindex record save
7477@item record save @var{filename}
7478Save the execution log to a file @file{@var{filename}}.
7479Default filename is @file{gdb_record.@var{process_id}}, where
7480@var{process_id} is the process ID of the inferior.
7481
59ea5688
MM
7482This command may not be available for all recording methods.
7483
24e933df
HZ
7484@kindex record restore
7485@item record restore @var{filename}
7486Restore the execution log from a file @file{@var{filename}}.
7487File must have been created with @code{record save}.
7488
59ea5688
MM
7489@kindex set record full
7490@item set record full insn-number-max @var{limit}
f81d1120 7491@itemx set record full insn-number-max unlimited
59ea5688
MM
7492Set the limit of instructions to be recorded for the @code{full}
7493recording method. Default value is 200000.
53cc454a 7494
a2311334
EZ
7495If @var{limit} is a positive number, then @value{GDBN} will start
7496deleting instructions from the log once the number of the record
7497instructions becomes greater than @var{limit}. For every new recorded
7498instruction, @value{GDBN} will delete the earliest recorded
7499instruction to keep the number of recorded instructions at the limit.
7500(Since deleting recorded instructions loses information, @value{GDBN}
7501lets you control what happens when the limit is reached, by means of
7502the @code{stop-at-limit} option, described below.)
53cc454a 7503
f81d1120
PA
7504If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7505delete recorded instructions from the execution log. The number of
7506recorded instructions is limited only by the available memory.
53cc454a 7507
59ea5688
MM
7508@kindex show record full
7509@item show record full insn-number-max
7510Show the limit of instructions to be recorded with the @code{full}
7511recording method.
53cc454a 7512
59ea5688
MM
7513@item set record full stop-at-limit
7514Control the behavior of the @code{full} recording method when the
7515number of recorded instructions reaches the limit. If ON (the
7516default), @value{GDBN} will stop when the limit is reached for the
7517first time and ask you whether you want to stop the inferior or
7518continue running it and recording the execution log. If you decide
7519to continue recording, each new recorded instruction will cause the
7520oldest one to be deleted.
53cc454a 7521
a2311334
EZ
7522If this option is OFF, @value{GDBN} will automatically delete the
7523oldest record to make room for each new one, without asking.
53cc454a 7524
59ea5688 7525@item show record full stop-at-limit
a2311334 7526Show the current setting of @code{stop-at-limit}.
53cc454a 7527
59ea5688 7528@item set record full memory-query
bb08c432 7529Control the behavior when @value{GDBN} is unable to record memory
59ea5688
MM
7530changes caused by an instruction for the @code{full} recording method.
7531If ON, @value{GDBN} will query whether to stop the inferior in that
7532case.
bb08c432
HZ
7533
7534If this option is OFF (the default), @value{GDBN} will automatically
7535ignore the effect of such instructions on memory. Later, when
7536@value{GDBN} replays this execution log, it will mark the log of this
7537instruction as not accessible, and it will not affect the replay
7538results.
7539
59ea5688 7540@item show record full memory-query
bb08c432
HZ
7541Show the current setting of @code{memory-query}.
7542
67b5c0c1
MM
7543@kindex set record btrace
7544The @code{btrace} record target does not trace data. As a
7545convenience, when replaying, @value{GDBN} reads read-only memory off
7546the live program directly, assuming that the addresses of the
7547read-only areas don't change. This for example makes it possible to
7548disassemble code while replaying, but not to print variables.
7549In some cases, being able to inspect variables might be useful.
7550You can use the following command for that:
7551
7552@item set record btrace replay-memory-access
7553Control the behavior of the @code{btrace} recording method when
7554accessing memory during replay. If @code{read-only} (the default),
7555@value{GDBN} will only allow accesses to read-only memory.
7556If @code{read-write}, @value{GDBN} will allow accesses to read-only
7557and to read-write memory. Beware that the accessed memory corresponds
7558to the live target and not necessarily to the current replay
7559position.
7560
4a4495d6
MM
7561@item set record btrace cpu @var{identifier}
7562Set the processor to be used for enabling workarounds for processor
7563errata when decoding the trace.
7564
7565Processor errata are defects in processor operation, caused by its
7566design or manufacture. They can cause a trace not to match the
7567specification. This, in turn, may cause trace decode to fail.
7568@value{GDBN} can detect erroneous trace packets and correct them, thus
7569avoiding the decoding failures. These corrections are known as
7570@dfn{errata workarounds}, and are enabled based on the processor on
7571which the trace was recorded.
7572
7573By default, @value{GDBN} attempts to detect the processor
7574automatically, and apply the necessary workarounds for it. However,
7575you may need to specify the processor if @value{GDBN} does not yet
7576support it. This command allows you to do that, and also allows to
7577disable the workarounds.
7578
7579The argument @var{identifier} identifies the @sc{cpu} and is of the
6b92c0d3 7580form: @code{@var{vendor}:@var{processor identifier}}. In addition,
4a4495d6
MM
7581there are two special identifiers, @code{none} and @code{auto}
7582(default).
7583
7584The following vendor identifiers and corresponding processor
7585identifiers are currently supported:
7586
7587@multitable @columnfractions .1 .9
7588
7589@item @code{intel}
7590@tab @var{family}/@var{model}[/@var{stepping}]
7591
7592@end multitable
7593
7594On GNU/Linux systems, the processor @var{family}, @var{model}, and
7595@var{stepping} can be obtained from @code{/proc/cpuinfo}.
7596
7597If @var{identifier} is @code{auto}, enable errata workarounds for the
7598processor on which the trace was recorded. If @var{identifier} is
7599@code{none}, errata workarounds are disabled.
7600
7601For example, when using an old @value{GDBN} on a new system, decode
7602may fail because @value{GDBN} does not support the new processor. It
7603often suffices to specify an older processor that @value{GDBN}
7604supports.
7605
7606@smallexample
7607(gdb) info record
7608Active record target: record-btrace
7609Recording format: Intel Processor Trace.
7610Buffer size: 16kB.
7611Failed to configure the Intel Processor Trace decoder: unknown cpu.
7612(gdb) set record btrace cpu intel:6/158
7613(gdb) info record
7614Active record target: record-btrace
7615Recording format: Intel Processor Trace.
7616Buffer size: 16kB.
7617Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7618@end smallexample
7619
67b5c0c1
MM
7620@kindex show record btrace
7621@item show record btrace replay-memory-access
7622Show the current setting of @code{replay-memory-access}.
7623
4a4495d6
MM
7624@item show record btrace cpu
7625Show the processor to be used for enabling trace decode errata
7626workarounds.
7627
d33501a5
MM
7628@kindex set record btrace bts
7629@item set record btrace bts buffer-size @var{size}
7630@itemx set record btrace bts buffer-size unlimited
7631Set the requested ring buffer size for branch tracing in @acronym{BTS}
7632format. Default is 64KB.
7633
7634If @var{size} is a positive number, then @value{GDBN} will try to
7635allocate a buffer of at least @var{size} bytes for each new thread
7636that uses the btrace recording method and the @acronym{BTS} format.
7637The actually obtained buffer size may differ from the requested
7638@var{size}. Use the @code{info record} command to see the actual
7639buffer size for each thread that uses the btrace recording method and
7640the @acronym{BTS} format.
7641
7642If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7643allocate a buffer of 4MB.
7644
7645Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7646also need longer to process the branch trace data before it can be used.
7647
7648@item show record btrace bts buffer-size @var{size}
7649Show the current setting of the requested ring buffer size for branch
7650tracing in @acronym{BTS} format.
7651
b20a6524
MM
7652@kindex set record btrace pt
7653@item set record btrace pt buffer-size @var{size}
7654@itemx set record btrace pt buffer-size unlimited
bc504a31 7655Set the requested ring buffer size for branch tracing in Intel
b20a6524
MM
7656Processor Trace format. Default is 16KB.
7657
7658If @var{size} is a positive number, then @value{GDBN} will try to
7659allocate a buffer of at least @var{size} bytes for each new thread
bc504a31 7660that uses the btrace recording method and the Intel Processor Trace
b20a6524
MM
7661format. The actually obtained buffer size may differ from the
7662requested @var{size}. Use the @code{info record} command to see the
7663actual buffer size for each thread.
7664
7665If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7666allocate a buffer of 4MB.
7667
7668Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7669also need longer to process the branch trace data before it can be used.
7670
7671@item show record btrace pt buffer-size @var{size}
7672Show the current setting of the requested ring buffer size for branch
bc504a31 7673tracing in Intel Processor Trace format.
b20a6524 7674
29153c24
MS
7675@kindex info record
7676@item info record
59ea5688
MM
7677Show various statistics about the recording depending on the recording
7678method:
7679
7680@table @code
7681@item full
7682For the @code{full} recording method, it shows the state of process
7683record and its in-memory execution log buffer, including:
29153c24
MS
7684
7685@itemize @bullet
7686@item
7687Whether in record mode or replay mode.
7688@item
7689Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7690@item
7691Highest recorded instruction number.
7692@item
7693Current instruction about to be replayed (if in replay mode).
7694@item
7695Number of instructions contained in the execution log.
7696@item
7697Maximum number of instructions that may be contained in the execution log.
7698@end itemize
53cc454a 7699
59ea5688 7700@item btrace
d33501a5
MM
7701For the @code{btrace} recording method, it shows:
7702
7703@itemize @bullet
7704@item
7705Recording format.
7706@item
7707Number of instructions that have been recorded.
7708@item
7709Number of blocks of sequential control-flow formed by the recorded
7710instructions.
7711@item
7712Whether in record mode or replay mode.
7713@end itemize
7714
7715For the @code{bts} recording format, it also shows:
7716@itemize @bullet
7717@item
7718Size of the perf ring buffer.
7719@end itemize
b20a6524
MM
7720
7721For the @code{pt} recording format, it also shows:
7722@itemize @bullet
7723@item
7724Size of the perf ring buffer.
7725@end itemize
59ea5688
MM
7726@end table
7727
53cc454a
HZ
7728@kindex record delete
7729@kindex rec del
7730@item record delete
a2311334 7731When record target runs in replay mode (``in the past''), delete the
53cc454a 7732subsequent execution log and begin to record a new execution log starting
a2311334 7733from the current address. This means you will abandon the previously
53cc454a 7734recorded ``future'' and begin recording a new ``future''.
59ea5688
MM
7735
7736@kindex record instruction-history
7737@kindex rec instruction-history
7738@item record instruction-history
7739Disassembles instructions from the recorded execution log. By
7740default, ten instructions are disassembled. This can be changed using
7741the @code{set record instruction-history-size} command. Instructions
da8c46d2
MM
7742are printed in execution order.
7743
0c532a29
MM
7744It can also print mixed source+disassembly if you specify the the
7745@code{/m} or @code{/s} modifier, and print the raw instructions in hex
7746as well as in symbolic form by specifying the @code{/r} modifier.
7747
7748The current position marker is printed for the instruction at the
7749current program counter value. This instruction can appear multiple
7750times in the trace and the current position marker will be printed
7751every time. To omit the current position marker, specify the
7752@code{/p} modifier.
7753
7754To better align the printed instructions when the trace contains
7755instructions from more than one function, the function name may be
7756omitted by specifying the @code{/f} modifier.
7757
da8c46d2
MM
7758Speculatively executed instructions are prefixed with @samp{?}. This
7759feature is not available for all recording formats.
7760
7761There are several ways to specify what part of the execution log to
7762disassemble:
59ea5688
MM
7763
7764@table @code
7765@item record instruction-history @var{insn}
7766Disassembles ten instructions starting from instruction number
7767@var{insn}.
7768
7769@item record instruction-history @var{insn}, +/-@var{n}
7770Disassembles @var{n} instructions around instruction number
7771@var{insn}. If @var{n} is preceded with @code{+}, disassembles
7772@var{n} instructions after instruction number @var{insn}. If
7773@var{n} is preceded with @code{-}, disassembles @var{n}
7774instructions before instruction number @var{insn}.
7775
7776@item record instruction-history
7777Disassembles ten more instructions after the last disassembly.
7778
7779@item record instruction-history -
7780Disassembles ten more instructions before the last disassembly.
7781
792005b0 7782@item record instruction-history @var{begin}, @var{end}
59ea5688
MM
7783Disassembles instructions beginning with instruction number
7784@var{begin} until instruction number @var{end}. The instruction
0688d04e 7785number @var{end} is included.
59ea5688
MM
7786@end table
7787
7788This command may not be available for all recording methods.
7789
7790@kindex set record
f81d1120
PA
7791@item set record instruction-history-size @var{size}
7792@itemx set record instruction-history-size unlimited
59ea5688
MM
7793Define how many instructions to disassemble in the @code{record
7794instruction-history} command. The default value is 10.
f81d1120 7795A @var{size} of @code{unlimited} means unlimited instructions.
59ea5688
MM
7796
7797@kindex show record
7798@item show record instruction-history-size
7799Show how many instructions to disassemble in the @code{record
7800instruction-history} command.
7801
7802@kindex record function-call-history
7803@kindex rec function-call-history
7804@item record function-call-history
7805Prints the execution history at function granularity. It prints one
7806line for each sequence of instructions that belong to the same
7807function giving the name of that function, the source lines
7808for this instruction sequence (if the @code{/l} modifier is
7809specified), and the instructions numbers that form the sequence (if
8710b709
MM
7810the @code{/i} modifier is specified). The function names are indented
7811to reflect the call stack depth if the @code{/c} modifier is
7812specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7813given together.
59ea5688
MM
7814
7815@smallexample
7816(@value{GDBP}) @b{list 1, 10}
78171 void foo (void)
78182 @{
78193 @}
78204
78215 void bar (void)
78226 @{
78237 ...
78248 foo ();
78259 ...
782610 @}
8710b709
MM
7827(@value{GDBP}) @b{record function-call-history /ilc}
78281 bar inst 1,4 at foo.c:6,8
78292 foo inst 5,10 at foo.c:2,3
78303 bar inst 11,13 at foo.c:9,10
59ea5688
MM
7831@end smallexample
7832
7833By default, ten lines are printed. This can be changed using the
7834@code{set record function-call-history-size} command. Functions are
7835printed in execution order. There are several ways to specify what
7836to print:
7837
7838@table @code
7839@item record function-call-history @var{func}
7840Prints ten functions starting from function number @var{func}.
7841
7842@item record function-call-history @var{func}, +/-@var{n}
7843Prints @var{n} functions around function number @var{func}. If
7844@var{n} is preceded with @code{+}, prints @var{n} functions after
7845function number @var{func}. If @var{n} is preceded with @code{-},
7846prints @var{n} functions before function number @var{func}.
7847
7848@item record function-call-history
7849Prints ten more functions after the last ten-line print.
7850
7851@item record function-call-history -
7852Prints ten more functions before the last ten-line print.
7853
792005b0 7854@item record function-call-history @var{begin}, @var{end}
59ea5688 7855Prints functions beginning with function number @var{begin} until
0688d04e 7856function number @var{end}. The function number @var{end} is included.
59ea5688
MM
7857@end table
7858
7859This command may not be available for all recording methods.
7860
f81d1120
PA
7861@item set record function-call-history-size @var{size}
7862@itemx set record function-call-history-size unlimited
59ea5688
MM
7863Define how many lines to print in the
7864@code{record function-call-history} command. The default value is 10.
f81d1120 7865A size of @code{unlimited} means unlimited lines.
59ea5688
MM
7866
7867@item show record function-call-history-size
7868Show how many lines to print in the
7869@code{record function-call-history} command.
53cc454a
HZ
7870@end table
7871
7872
6d2ebf8b 7873@node Stack
c906108c
SS
7874@chapter Examining the Stack
7875
7876When your program has stopped, the first thing you need to know is where it
7877stopped and how it got there.
7878
7879@cindex call stack
5d161b24
DB
7880Each time your program performs a function call, information about the call
7881is generated.
7882That information includes the location of the call in your program,
7883the arguments of the call,
c906108c 7884and the local variables of the function being called.
5d161b24 7885The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
7886The stack frames are allocated in a region of memory called the @dfn{call
7887stack}.
7888
7889When your program stops, the @value{GDBN} commands for examining the
7890stack allow you to see all of this information.
7891
7892@cindex selected frame
7893One of the stack frames is @dfn{selected} by @value{GDBN} and many
7894@value{GDBN} commands refer implicitly to the selected frame. In
7895particular, whenever you ask @value{GDBN} for the value of a variable in
7896your program, the value is found in the selected frame. There are
7897special @value{GDBN} commands to select whichever frame you are
79a6e687 7898interested in. @xref{Selection, ,Selecting a Frame}.
c906108c
SS
7899
7900When your program stops, @value{GDBN} automatically selects the
5d161b24 7901currently executing frame and describes it briefly, similar to the
79a6e687 7902@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
c906108c
SS
7903
7904@menu
7905* Frames:: Stack frames
7906* Backtrace:: Backtraces
7907* Selection:: Selecting a frame
7908* Frame Info:: Information on a frame
0a232300 7909* Frame Apply:: Applying a command to several frames
0f59c28f 7910* Frame Filter Management:: Managing frame filters
c906108c
SS
7911
7912@end menu
7913
6d2ebf8b 7914@node Frames
79a6e687 7915@section Stack Frames
c906108c 7916
d4f3574e 7917@cindex frame, definition
c906108c
SS
7918@cindex stack frame
7919The call stack is divided up into contiguous pieces called @dfn{stack
7920frames}, or @dfn{frames} for short; each frame is the data associated
7921with one call to one function. The frame contains the arguments given
7922to the function, the function's local variables, and the address at
7923which the function is executing.
7924
7925@cindex initial frame
7926@cindex outermost frame
7927@cindex innermost frame
7928When your program is started, the stack has only one frame, that of the
7929function @code{main}. This is called the @dfn{initial} frame or the
7930@dfn{outermost} frame. Each time a function is called, a new frame is
7931made. Each time a function returns, the frame for that function invocation
7932is eliminated. If a function is recursive, there can be many frames for
7933the same function. The frame for the function in which execution is
7934actually occurring is called the @dfn{innermost} frame. This is the most
7935recently created of all the stack frames that still exist.
7936
7937@cindex frame pointer
7938Inside your program, stack frames are identified by their addresses. A
7939stack frame consists of many bytes, each of which has its own address; each
7940kind of computer has a convention for choosing one byte whose
7941address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
7942in a register called the @dfn{frame pointer register}
7943(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c 7944
f67ffa6a 7945@cindex frame level
c906108c 7946@cindex frame number
f67ffa6a
AB
7947@value{GDBN} labels each existing stack frame with a @dfn{level}, a
7948number that is zero for the innermost frame, one for the frame that
7949called it, and so on upward. These level numbers give you a way of
7950designating stack frames in @value{GDBN} commands. The terms
7951@dfn{frame number} and @dfn{frame level} can be used interchangeably to
7952describe this number.
c906108c 7953
6d2ebf8b
SS
7954@c The -fomit-frame-pointer below perennially causes hbox overflow
7955@c underflow problems.
c906108c
SS
7956@cindex frameless execution
7957Some compilers provide a way to compile functions so that they operate
e22ea452 7958without stack frames. (For example, the @value{NGCC} option
474c8240 7959@smallexample
6d2ebf8b 7960@samp{-fomit-frame-pointer}
474c8240 7961@end smallexample
6d2ebf8b 7962generates functions without a frame.)
c906108c
SS
7963This is occasionally done with heavily used library functions to save
7964the frame setup time. @value{GDBN} has limited facilities for dealing
7965with these function invocations. If the innermost function invocation
7966has no stack frame, @value{GDBN} nevertheless regards it as though
7967it had a separate frame, which is numbered zero as usual, allowing
7968correct tracing of the function call chain. However, @value{GDBN} has
7969no provision for frameless functions elsewhere in the stack.
7970
6d2ebf8b 7971@node Backtrace
c906108c
SS
7972@section Backtraces
7973
09d4efe1
EZ
7974@cindex traceback
7975@cindex call stack traces
c906108c
SS
7976A backtrace is a summary of how your program got where it is. It shows one
7977line per frame, for many frames, starting with the currently executing
7978frame (frame zero), followed by its caller (frame one), and on up the
7979stack.
7980
1e611234 7981@anchor{backtrace-command}
c906108c 7982@kindex backtrace
41afff9a 7983@kindex bt @r{(@code{backtrace})}
ea3b0687
TT
7984To print a backtrace of the entire stack, use the @code{backtrace}
7985command, or its alias @code{bt}. This command will print one line per
7986frame for frames in the stack. By default, all stack frames are
7987printed. You can stop the backtrace at any time by typing the system
7988interrupt character, normally @kbd{Ctrl-c}.
7989
7990@table @code
3345721a
PA
7991@item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7992@itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7993Print the backtrace of the entire stack.
7994
7995The optional @var{count} can be one of the following:
ea3b0687
TT
7996
7997@table @code
7998@item @var{n}
7999@itemx @var{n}
8000Print only the innermost @var{n} frames, where @var{n} is a positive
8001number.
8002
8003@item -@var{n}
8004@itemx -@var{n}
8005Print only the outermost @var{n} frames, where @var{n} is a positive
8006number.
3345721a 8007@end table
ea3b0687 8008
3345721a
PA
8009Options:
8010
8011@table @code
8012@item -full
ea3b0687 8013Print the values of the local variables also. This can be combined
3345721a 8014with the optional @var{count} to limit the number of frames shown.
ea3b0687 8015
3345721a 8016@item -no-filters
1e611234
PM
8017Do not run Python frame filters on this backtrace. @xref{Frame
8018Filter API}, for more information. Additionally use @ref{disable
8019frame-filter all} to turn off all frame filters. This is only
8020relevant when @value{GDBN} has been configured with @code{Python}
8021support.
978d6c75 8022
3345721a 8023@item -hide
978d6c75
TT
8024A Python frame filter might decide to ``elide'' some frames. Normally
8025such elided frames are still printed, but they are indented relative
3345721a 8026to the filtered frames that cause them to be elided. The @code{-hide}
978d6c75 8027option causes elided frames to not be printed at all.
c906108c 8028@end table
3345721a
PA
8029
8030The @code{backtrace} command also supports a number of options that
8031allow overriding relevant global print settings as set by @code{set
8032backtrace} and @code{set print} subcommands:
8033
8034@table @code
8035@item -past-main [@code{on}|@code{off}]
8036Set whether backtraces should continue past @code{main}. Related setting:
8037@ref{set backtrace past-main}.
8038
8039@item -past-entry [@code{on}|@code{off}]
8040Set whether backtraces should continue past the entry point of a program.
8041Related setting: @ref{set backtrace past-entry}.
8042
8043@item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
8044Set printing of function arguments at function entry.
8045Related setting: @ref{set print entry-values}.
8046
8047@item -frame-arguments @code{all}|@code{scalars}|@code{none}
8048Set printing of non-scalar frame arguments.
8049Related setting: @ref{set print frame-arguments}.
8050
8051@item -raw-frame-arguments [@code{on}|@code{off}]
8052Set whether to print frame arguments in raw form.
8053Related setting: @ref{set print raw-frame-arguments}.
bc4268a5
PW
8054
8055@item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
8056Set printing of frame information.
8057Related setting: @ref{set print frame-info}.
3345721a
PA
8058@end table
8059
8060The optional @var{qualifier} is maintained for backward compatibility.
8061It can be one of the following:
8062
8063@table @code
8064@item full
8065Equivalent to the @code{-full} option.
8066
8067@item no-filters
8068Equivalent to the @code{-no-filters} option.
8069
8070@item hide
8071Equivalent to the @code{-hide} option.
8072@end table
8073
ea3b0687 8074@end table
c906108c
SS
8075
8076@kindex where
8077@kindex info stack
c906108c
SS
8078The names @code{where} and @code{info stack} (abbreviated @code{info s})
8079are additional aliases for @code{backtrace}.
8080
839c27b7
EZ
8081@cindex multiple threads, backtrace
8082In a multi-threaded program, @value{GDBN} by default shows the
8083backtrace only for the current thread. To display the backtrace for
8084several or all of the threads, use the command @code{thread apply}
8085(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
8086apply all backtrace}, @value{GDBN} will display the backtrace for all
8087the threads; this is handy when you debug a core dump of a
8088multi-threaded program.
8089
c906108c
SS
8090Each line in the backtrace shows the frame number and the function name.
8091The program counter value is also shown---unless you use @code{set
8092print address off}. The backtrace also shows the source file name and
8093line number, as well as the arguments to the function. The program
8094counter value is omitted if it is at the beginning of the code for that
8095line number.
8096
8097Here is an example of a backtrace. It was made with the command
8098@samp{bt 3}, so it shows the innermost three frames.
8099
8100@smallexample
8101@group
5d161b24 8102#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c 8103 at builtin.c:993
4f5376b2 8104#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
c906108c
SS
8105#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
8106 at macro.c:71
8107(More stack frames follow...)
8108@end group
8109@end smallexample
8110
8111@noindent
8112The display for frame zero does not begin with a program counter
8113value, indicating that your program has stopped at the beginning of the
8114code for line @code{993} of @code{builtin.c}.
8115
4f5376b2
JB
8116@noindent
8117The value of parameter @code{data} in frame 1 has been replaced by
8118@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
8119only if it is a scalar (integer, pointer, enumeration, etc). See command
8120@kbd{set print frame-arguments} in @ref{Print Settings} for more details
8121on how to configure the way function parameter values are printed.
bc4268a5
PW
8122The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
8123what frame information is printed.
4f5376b2 8124
585fdaa1 8125@cindex optimized out, in backtrace
18999be5
EZ
8126@cindex function call arguments, optimized out
8127If your program was compiled with optimizations, some compilers will
8128optimize away arguments passed to functions if those arguments are
8129never used after the call. Such optimizations generate code that
8130passes arguments through registers, but doesn't store those arguments
8131in the stack frame. @value{GDBN} has no way of displaying such
8132arguments in stack frames other than the innermost one. Here's what
8133such a backtrace might look like:
8134
8135@smallexample
8136@group
8137#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8138 at builtin.c:993
585fdaa1
PA
8139#1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
8140#2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
18999be5
EZ
8141 at macro.c:71
8142(More stack frames follow...)
8143@end group
8144@end smallexample
8145
8146@noindent
8147The values of arguments that were not saved in their stack frames are
585fdaa1 8148shown as @samp{<optimized out>}.
18999be5
EZ
8149
8150If you need to display the values of such optimized-out arguments,
8151either deduce that from other variables whose values depend on the one
8152you are interested in, or recompile without optimizations.
8153
a8f24a35
EZ
8154@cindex backtrace beyond @code{main} function
8155@cindex program entry point
8156@cindex startup code, and backtrace
25d29d70
AC
8157Most programs have a standard user entry point---a place where system
8158libraries and startup code transition into user code. For C this is
d416eeec
EZ
8159@code{main}@footnote{
8160Note that embedded programs (the so-called ``free-standing''
8161environment) are not required to have a @code{main} function as the
8162entry point. They could even have multiple entry points.}.
8163When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
8164it will terminate the backtrace, to avoid tracing into highly
8165system-specific (and generally uninteresting) code.
8166
8167If you need to examine the startup code, or limit the number of levels
8168in a backtrace, you can change this behavior:
95f90d25
DJ
8169
8170@table @code
25d29d70
AC
8171@item set backtrace past-main
8172@itemx set backtrace past-main on
3345721a 8173@anchor{set backtrace past-main}
4644b6e3 8174@kindex set backtrace
25d29d70
AC
8175Backtraces will continue past the user entry point.
8176
8177@item set backtrace past-main off
95f90d25
DJ
8178Backtraces will stop when they encounter the user entry point. This is the
8179default.
8180
25d29d70 8181@item show backtrace past-main
4644b6e3 8182@kindex show backtrace
25d29d70
AC
8183Display the current user entry point backtrace policy.
8184
2315ffec
RC
8185@item set backtrace past-entry
8186@itemx set backtrace past-entry on
3345721a 8187@anchor{set backtrace past-entry}
a8f24a35 8188Backtraces will continue past the internal entry point of an application.
2315ffec
RC
8189This entry point is encoded by the linker when the application is built,
8190and is likely before the user entry point @code{main} (or equivalent) is called.
8191
8192@item set backtrace past-entry off
d3e8051b 8193Backtraces will stop when they encounter the internal entry point of an
2315ffec
RC
8194application. This is the default.
8195
8196@item show backtrace past-entry
8197Display the current internal entry point backtrace policy.
8198
25d29d70
AC
8199@item set backtrace limit @var{n}
8200@itemx set backtrace limit 0
f81d1120 8201@itemx set backtrace limit unlimited
3345721a 8202@anchor{set backtrace limit}
25d29d70 8203@cindex backtrace limit
f81d1120
PA
8204Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8205or zero means unlimited levels.
95f90d25 8206
25d29d70
AC
8207@item show backtrace limit
8208Display the current limit on backtrace levels.
95f90d25
DJ
8209@end table
8210
1b56eb55
JK
8211You can control how file names are displayed.
8212
8213@table @code
8214@item set filename-display
8215@itemx set filename-display relative
8216@cindex filename-display
8217Display file names relative to the compilation directory. This is the default.
8218
8219@item set filename-display basename
8220Display only basename of a filename.
8221
8222@item set filename-display absolute
8223Display an absolute filename.
8224
8225@item show filename-display
8226Show the current way to display filenames.
8227@end table
8228
6d2ebf8b 8229@node Selection
79a6e687 8230@section Selecting a Frame
c906108c
SS
8231
8232Most commands for examining the stack and other data in your program work on
8233whichever stack frame is selected at the moment. Here are the commands for
8234selecting a stack frame; all of them finish by printing a brief description
8235of the stack frame just selected.
8236
8237@table @code
d4f3574e 8238@kindex frame@r{, selecting}
41afff9a 8239@kindex f @r{(@code{frame})}
f67ffa6a
AB
8240@item frame @r{[} @var{frame-selection-spec} @r{]}
8241@item f @r{[} @var{frame-selection-spec} @r{]}
8242The @command{frame} command allows different stack frames to be
8243selected. The @var{frame-selection-spec} can be any of the following:
8244
8245@table @code
8246@kindex frame level
8247@item @var{num}
8248@item level @var{num}
8249Select frame level @var{num}. Recall that frame zero is the innermost
c906108c 8250(currently executing) frame, frame one is the frame that called the
f67ffa6a
AB
8251innermost one, and so on. The highest level frame is usually the one
8252for @code{main}.
8253
8254As this is the most common method of navigating the frame stack, the
8255string @command{level} can be omitted. For example, the following two
8256commands are equivalent:
8257
8258@smallexample
8259(@value{GDBP}) frame 3
8260(@value{GDBP}) frame level 3
8261@end smallexample
8262
8263@kindex frame address
8264@item address @var{stack-address}
8265Select the frame with stack address @var{stack-address}. The
8266@var{stack-address} for a frame can be seen in the output of
8267@command{info frame}, for example:
8268
8269@smallexample
8270(gdb) info frame
8271Stack level 1, frame at 0x7fffffffda30:
8272 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8273 tail call frame, caller of frame at 0x7fffffffda30
8274 source language c++.
8275 Arglist at unknown address.
8276 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8277@end smallexample
8278
8279The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8280indicated by the line:
8281
8282@smallexample
8283Stack level 1, frame at 0x7fffffffda30:
8284@end smallexample
8285
8286@kindex frame function
8287@item function @var{function-name}
8288Select the stack frame for function @var{function-name}. If there are
8289multiple stack frames for function @var{function-name} then the inner
8290most stack frame is selected.
8291
8292@kindex frame view
8293@item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8294View a frame that is not part of @value{GDBN}'s backtrace. The frame
8295viewed has stack address @var{stack-addr}, and optionally, a program
8296counter address of @var{pc-addr}.
8297
8298This is useful mainly if the chaining of stack frames has been
8299damaged by a bug, making it impossible for @value{GDBN} to assign
8300numbers properly to all frames. In addition, this can be useful
8301when your program has multiple stacks and switches between them.
8302
8303When viewing a frame outside the current backtrace using
8304@command{frame view} then you can always return to the original
8305stack using one of the previous stack frame selection instructions,
8306for example @command{frame level 0}.
8307
8308@end table
c906108c
SS
8309
8310@kindex up
8311@item up @var{n}
697aa1b7
EZ
8312Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8313numbers @var{n}, this advances toward the outermost frame, to higher
8314frame numbers, to frames that have existed longer.
c906108c
SS
8315
8316@kindex down
41afff9a 8317@kindex do @r{(@code{down})}
c906108c 8318@item down @var{n}
697aa1b7
EZ
8319Move @var{n} frames down the stack; @var{n} defaults to 1. For
8320positive numbers @var{n}, this advances toward the innermost frame, to
8321lower frame numbers, to frames that were created more recently.
8322You may abbreviate @code{down} as @code{do}.
c906108c
SS
8323@end table
8324
8325All of these commands end by printing two lines of output describing the
8326frame. The first line shows the frame number, the function name, the
8327arguments, and the source file and line number of execution in that
5d161b24 8328frame. The second line shows the text of that source line.
c906108c
SS
8329
8330@need 1000
8331For example:
8332
8333@smallexample
8334@group
8335(@value{GDBP}) up
8336#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8337 at env.c:10
833810 read_input_file (argv[i]);
8339@end group
8340@end smallexample
8341
8342After such a printout, the @code{list} command with no arguments
8343prints ten lines centered on the point of execution in the frame.
87885426
FN
8344You can also edit the program at the point of execution with your favorite
8345editing program by typing @code{edit}.
79a6e687 8346@xref{List, ,Printing Source Lines},
87885426 8347for details.
c906108c
SS
8348
8349@table @code
fc58fa65 8350@kindex select-frame
f67ffa6a 8351@item select-frame @r{[} @var{frame-selection-spec} @r{]}
fc58fa65
AB
8352The @code{select-frame} command is a variant of @code{frame} that does
8353not display the new frame after selecting it. This command is
8354intended primarily for use in @value{GDBN} command scripts, where the
f67ffa6a
AB
8355output might be unnecessary and distracting. The
8356@var{frame-selection-spec} is as for the @command{frame} command
8357described in @ref{Selection, ,Selecting a Frame}.
fc58fa65 8358
c906108c
SS
8359@kindex down-silently
8360@kindex up-silently
8361@item up-silently @var{n}
8362@itemx down-silently @var{n}
8363These two commands are variants of @code{up} and @code{down},
8364respectively; they differ in that they do their work silently, without
8365causing display of the new frame. They are intended primarily for use
8366in @value{GDBN} command scripts, where the output might be unnecessary and
8367distracting.
8368@end table
8369
6d2ebf8b 8370@node Frame Info
79a6e687 8371@section Information About a Frame
c906108c
SS
8372
8373There are several other commands to print information about the selected
8374stack frame.
8375
8376@table @code
8377@item frame
8378@itemx f
8379When used without any argument, this command does not change which
8380frame is selected, but prints a brief description of the currently
8381selected stack frame. It can be abbreviated @code{f}. With an
8382argument, this command is used to select a stack frame.
79a6e687 8383@xref{Selection, ,Selecting a Frame}.
c906108c
SS
8384
8385@kindex info frame
41afff9a 8386@kindex info f @r{(@code{info frame})}
c906108c
SS
8387@item info frame
8388@itemx info f
8389This command prints a verbose description of the selected stack frame,
8390including:
8391
8392@itemize @bullet
5d161b24
DB
8393@item
8394the address of the frame
c906108c
SS
8395@item
8396the address of the next frame down (called by this frame)
8397@item
8398the address of the next frame up (caller of this frame)
8399@item
8400the language in which the source code corresponding to this frame is written
8401@item
8402the address of the frame's arguments
8403@item
d4f3574e
SS
8404the address of the frame's local variables
8405@item
c906108c
SS
8406the program counter saved in it (the address of execution in the caller frame)
8407@item
8408which registers were saved in the frame
8409@end itemize
8410
8411@noindent The verbose description is useful when
8412something has gone wrong that has made the stack format fail to fit
8413the usual conventions.
8414
f67ffa6a
AB
8415@item info frame @r{[} @var{frame-selection-spec} @r{]}
8416@itemx info f @r{[} @var{frame-selection-spec} @r{]}
8417Print a verbose description of the frame selected by
8418@var{frame-selection-spec}. The @var{frame-selection-spec} is the
8419same as for the @command{frame} command (@pxref{Selection, ,Selecting
8420a Frame}). The selected frame remains unchanged by this command.
c906108c
SS
8421
8422@kindex info args
d321477b 8423@item info args [-q]
c906108c
SS
8424Print the arguments of the selected frame, each on a separate line.
8425
d321477b
PW
8426The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8427printing header information and messages explaining why no argument
8428have been printed.
8429
8430@item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8431Like @kbd{info args}, but only print the arguments selected
8432with the provided regexp(s).
8433
8434If @var{regexp} is provided, print only the arguments whose names
8435match the regular expression @var{regexp}.
8436
8437If @var{type_regexp} is provided, print only the arguments whose
8438types, as printed by the @code{whatis} command, match
8439the regular expression @var{type_regexp}.
8440If @var{type_regexp} contains space(s), it should be enclosed in
8441quote characters. If needed, use backslash to escape the meaning
8442of special characters or quotes.
8443
8444If both @var{regexp} and @var{type_regexp} are provided, an argument
8445is printed only if its name matches @var{regexp} and its type matches
8446@var{type_regexp}.
8447
8448@item info locals [-q]
c906108c
SS
8449@kindex info locals
8450Print the local variables of the selected frame, each on a separate
8451line. These are all variables (declared either static or automatic)
8452accessible at the point of execution of the selected frame.
8453
d321477b
PW
8454The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8455printing header information and messages explaining why no local variables
8456have been printed.
8457
8458@item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8459Like @kbd{info locals}, but only print the local variables selected
8460with the provided regexp(s).
8461
8462If @var{regexp} is provided, print only the local variables whose names
8463match the regular expression @var{regexp}.
8464
8465If @var{type_regexp} is provided, print only the local variables whose
8466types, as printed by the @code{whatis} command, match
8467the regular expression @var{type_regexp}.
8468If @var{type_regexp} contains space(s), it should be enclosed in
8469quote characters. If needed, use backslash to escape the meaning
8470of special characters or quotes.
8471
8472If both @var{regexp} and @var{type_regexp} are provided, a local variable
8473is printed only if its name matches @var{regexp} and its type matches
8474@var{type_regexp}.
8475
8476The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8477combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8478For example, your program might use Resource Acquisition Is
8479Initialization types (RAII) such as @code{lock_something_t}: each
8480local variable of type @code{lock_something_t} automatically places a
8481lock that is destroyed when the variable goes out of scope. You can
8482then list all acquired locks in your program by doing
8483@smallexample
8484thread apply all -s frame apply all -s info locals -q -t lock_something_t
8485@end smallexample
8486@noindent
8487or the equivalent shorter form
8488@smallexample
8489tfaas i lo -q -t lock_something_t
8490@end smallexample
8491
c906108c
SS
8492@end table
8493
0a232300
PW
8494@node Frame Apply
8495@section Applying a Command to Several Frames.
8496@kindex frame apply
8497@cindex apply command to several frames
8498@table @code
3345721a 8499@item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
0a232300
PW
8500The @code{frame apply} command allows you to apply the named
8501@var{command} to one or more frames.
8502
8503@table @code
8504@item @code{all}
8505Specify @code{all} to apply @var{command} to all frames.
8506
8507@item @var{count}
8508Use @var{count} to apply @var{command} to the innermost @var{count}
8509frames, where @var{count} is a positive number.
8510
8511@item @var{-count}
8512Use @var{-count} to apply @var{command} to the outermost @var{count}
8513frames, where @var{count} is a positive number.
8514
8515@item @code{level}
8516Use @code{level} to apply @var{command} to the set of frames identified
8517by the @var{level} list. @var{level} is a frame level or a range of frame
8518levels as @var{level1}-@var{level2}. The frame level is the number shown
8519in the first field of the @samp{backtrace} command output.
8520E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8521at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8522
8523@end table
8524
0a232300
PW
8525Note that the frames on which @code{frame apply} applies a command are
8526also influenced by the @code{set backtrace} settings such as @code{set
3345721a 8527backtrace past-main} and @code{set backtrace limit N}.
0a232300
PW
8528@xref{Backtrace,,Backtraces}.
8529
3345721a
PA
8530The @code{frame apply} command also supports a number of options that
8531allow overriding relevant @code{set backtrace} settings:
8532
8533@table @code
8534@item -past-main [@code{on}|@code{off}]
8535Whether backtraces should continue past @code{main}.
8536Related setting: @ref{set backtrace past-main}.
8537
8538@item -past-entry [@code{on}|@code{off}]
8539Whether backtraces should continue past the entry point of a program.
8540Related setting: @ref{set backtrace past-entry}.
8541@end table
0a232300
PW
8542
8543By default, @value{GDBN} displays some frame information before the
8544output produced by @var{command}, and an error raised during the
8545execution of a @var{command} will abort @code{frame apply}. The
3345721a 8546following options can be used to fine-tune these behaviors:
0a232300
PW
8547
8548@table @code
8549@item -c
8550The flag @code{-c}, which stands for @samp{continue}, causes any
8551errors in @var{command} to be displayed, and the execution of
8552@code{frame apply} then continues.
8553@item -s
8554The flag @code{-s}, which stands for @samp{silent}, causes any errors
8555or empty output produced by a @var{command} to be silently ignored.
8556That is, the execution continues, but the frame information and errors
8557are not printed.
8558@item -q
8559The flag @code{-q} (@samp{quiet}) disables printing the frame
8560information.
8561@end table
8562
8563The following example shows how the flags @code{-c} and @code{-s} are
8564working when applying the command @code{p j} to all frames, where
8565variable @code{j} can only be successfully printed in the outermost
8566@code{#1 main} frame.
8567
8568@smallexample
8569@group
8570(gdb) frame apply all p j
8571#0 some_function (i=5) at fun.c:4
8572No symbol "j" in current context.
8573(gdb) frame apply all -c p j
8574#0 some_function (i=5) at fun.c:4
8575No symbol "j" in current context.
8576#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8577$1 = 5
8578(gdb) frame apply all -s p j
8579#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8580$2 = 5
8581(gdb)
8582@end group
8583@end smallexample
8584
8585By default, @samp{frame apply}, prints the frame location
8586information before the command output:
8587
8588@smallexample
8589@group
8590(gdb) frame apply all p $sp
8591#0 some_function (i=5) at fun.c:4
8592$4 = (void *) 0xffffd1e0
8593#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8594$5 = (void *) 0xffffd1f0
8595(gdb)
8596@end group
8597@end smallexample
8598
3345721a 8599If the flag @code{-q} is given, no frame information is printed:
0a232300
PW
8600@smallexample
8601@group
8602(gdb) frame apply all -q p $sp
8603$12 = (void *) 0xffffd1e0
8604$13 = (void *) 0xffffd1f0
8605(gdb)
8606@end group
8607@end smallexample
8608
3345721a
PA
8609@end table
8610
0a232300
PW
8611@table @code
8612
8613@kindex faas
8614@cindex apply a command to all frames (ignoring errors and empty output)
8615@item faas @var{command}
8616Shortcut for @code{frame apply all -s @var{command}}.
8617Applies @var{command} on all frames, ignoring errors and empty output.
8618
8619It can for example be used to print a local variable or a function
8620argument without knowing the frame where this variable or argument
8621is, using:
8622@smallexample
8623(@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8624@end smallexample
8625
3345721a 8626The @code{faas} command accepts the same options as the @code{frame
ed788fee 8627apply} command. @xref{Frame Apply,,frame apply}.
3345721a 8628
0a232300
PW
8629Note that the command @code{tfaas @var{command}} applies @var{command}
8630on all frames of all threads. See @xref{Threads,,Threads}.
8631@end table
8632
8633
fc58fa65
AB
8634@node Frame Filter Management
8635@section Management of Frame Filters.
8636@cindex managing frame filters
8637
8638Frame filters are Python based utilities to manage and decorate the
8639output of frames. @xref{Frame Filter API}, for further information.
8640
8641Managing frame filters is performed by several commands available
8642within @value{GDBN}, detailed here.
8643
8644@table @code
8645@kindex info frame-filter
8646@item info frame-filter
8647Print a list of installed frame filters from all dictionaries, showing
8648their name, priority and enabled status.
8649
8650@kindex disable frame-filter
8651@anchor{disable frame-filter all}
8652@item disable frame-filter @var{filter-dictionary} @var{filter-name}
8653Disable a frame filter in the dictionary matching
8654@var{filter-dictionary} and @var{filter-name}. The
8655@var{filter-dictionary} may be @code{all}, @code{global},
8656@code{progspace}, or the name of the object file where the frame filter
8657dictionary resides. When @code{all} is specified, all frame filters
8658across all dictionaries are disabled. The @var{filter-name} is the name
8659of the frame filter and is used when @code{all} is not the option for
8660@var{filter-dictionary}. A disabled frame-filter is not deleted, it
8661may be enabled again later.
8662
8663@kindex enable frame-filter
8664@item enable frame-filter @var{filter-dictionary} @var{filter-name}
8665Enable a frame filter in the dictionary matching
8666@var{filter-dictionary} and @var{filter-name}. The
8667@var{filter-dictionary} may be @code{all}, @code{global},
8668@code{progspace} or the name of the object file where the frame filter
8669dictionary resides. When @code{all} is specified, all frame filters across
8670all dictionaries are enabled. The @var{filter-name} is the name of the frame
8671filter and is used when @code{all} is not the option for
8672@var{filter-dictionary}.
8673
8674Example:
8675
8676@smallexample
8677(gdb) info frame-filter
8678
8679global frame-filters:
8680 Priority Enabled Name
8681 1000 No PrimaryFunctionFilter
8682 100 Yes Reverse
8683
8684progspace /build/test frame-filters:
8685 Priority Enabled Name
8686 100 Yes ProgspaceFilter
8687
8688objfile /build/test frame-filters:
8689 Priority Enabled Name
6b92c0d3 8690 999 Yes BuildProgramFilter
fc58fa65
AB
8691
8692(gdb) disable frame-filter /build/test BuildProgramFilter
8693(gdb) info frame-filter
8694
8695global frame-filters:
8696 Priority Enabled Name
8697 1000 No PrimaryFunctionFilter
8698 100 Yes Reverse
8699
8700progspace /build/test frame-filters:
8701 Priority Enabled Name
8702 100 Yes ProgspaceFilter
8703
8704objfile /build/test frame-filters:
8705 Priority Enabled Name
8706 999 No BuildProgramFilter
8707
8708(gdb) enable frame-filter global PrimaryFunctionFilter
8709(gdb) info frame-filter
8710
8711global frame-filters:
8712 Priority Enabled Name
8713 1000 Yes PrimaryFunctionFilter
8714 100 Yes Reverse
8715
8716progspace /build/test frame-filters:
8717 Priority Enabled Name
8718 100 Yes ProgspaceFilter
8719
8720objfile /build/test frame-filters:
8721 Priority Enabled Name
8722 999 No BuildProgramFilter
8723@end smallexample
8724
8725@kindex set frame-filter priority
8726@item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8727Set the @var{priority} of a frame filter in the dictionary matching
8728@var{filter-dictionary}, and the frame filter name matching
8729@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8730@code{progspace} or the name of the object file where the frame filter
8731dictionary resides. The @var{priority} is an integer.
8732
8733@kindex show frame-filter priority
8734@item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8735Show the @var{priority} of a frame filter in the dictionary matching
8736@var{filter-dictionary}, and the frame filter name matching
8737@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8738@code{progspace} or the name of the object file where the frame filter
8739dictionary resides.
8740
8741Example:
8742
8743@smallexample
8744(gdb) info frame-filter
8745
8746global frame-filters:
8747 Priority Enabled Name
8748 1000 Yes PrimaryFunctionFilter
8749 100 Yes Reverse
8750
8751progspace /build/test frame-filters:
8752 Priority Enabled Name
8753 100 Yes ProgspaceFilter
8754
8755objfile /build/test frame-filters:
8756 Priority Enabled Name
8757 999 No BuildProgramFilter
8758
8759(gdb) set frame-filter priority global Reverse 50
8760(gdb) info frame-filter
8761
8762global frame-filters:
8763 Priority Enabled Name
8764 1000 Yes PrimaryFunctionFilter
8765 50 Yes Reverse
8766
8767progspace /build/test frame-filters:
8768 Priority Enabled Name
8769 100 Yes ProgspaceFilter
8770
8771objfile /build/test frame-filters:
8772 Priority Enabled Name
8773 999 No BuildProgramFilter
8774@end smallexample
8775@end table
c906108c 8776
6d2ebf8b 8777@node Source
c906108c
SS
8778@chapter Examining Source Files
8779
8780@value{GDBN} can print parts of your program's source, since the debugging
8781information recorded in the program tells @value{GDBN} what source files were
8782used to build it. When your program stops, @value{GDBN} spontaneously prints
8783the line where it stopped. Likewise, when you select a stack frame
79a6e687 8784(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
c906108c
SS
8785execution in that frame has stopped. You can print other portions of
8786source files by explicit command.
8787
7a292a7a 8788If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 8789prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 8790@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
8791
8792@menu
8793* List:: Printing source lines
2a25a5ba 8794* Specify Location:: How to specify code locations
87885426 8795* Edit:: Editing source files
c906108c 8796* Search:: Searching source files
c906108c
SS
8797* Source Path:: Specifying source directories
8798* Machine Code:: Source and machine code
8799@end menu
8800
6d2ebf8b 8801@node List
79a6e687 8802@section Printing Source Lines
c906108c
SS
8803
8804@kindex list
41afff9a 8805@kindex l @r{(@code{list})}
c906108c 8806To print lines from a source file, use the @code{list} command
5d161b24 8807(abbreviated @code{l}). By default, ten lines are printed.
2a25a5ba
EZ
8808There are several ways to specify what part of the file you want to
8809print; see @ref{Specify Location}, for the full list.
c906108c
SS
8810
8811Here are the forms of the @code{list} command most commonly used:
8812
8813@table @code
8814@item list @var{linenum}
8815Print lines centered around line number @var{linenum} in the
8816current source file.
8817
8818@item list @var{function}
8819Print lines centered around the beginning of function
8820@var{function}.
8821
8822@item list
8823Print more lines. If the last lines printed were printed with a
8824@code{list} command, this prints lines following the last lines
8825printed; however, if the last line printed was a solitary line printed
8826as part of displaying a stack frame (@pxref{Stack, ,Examining the
8827Stack}), this prints lines centered around that line.
8828
8829@item list -
8830Print lines just before the lines last printed.
8831@end table
8832
9c16f35a 8833@cindex @code{list}, how many lines to display
c906108c
SS
8834By default, @value{GDBN} prints ten source lines with any of these forms of
8835the @code{list} command. You can change this using @code{set listsize}:
8836
8837@table @code
8838@kindex set listsize
8839@item set listsize @var{count}
f81d1120 8840@itemx set listsize unlimited
c906108c
SS
8841Make the @code{list} command display @var{count} source lines (unless
8842the @code{list} argument explicitly specifies some other number).
f81d1120 8843Setting @var{count} to @code{unlimited} or 0 means there's no limit.
c906108c
SS
8844
8845@kindex show listsize
8846@item show listsize
8847Display the number of lines that @code{list} prints.
8848@end table
8849
8850Repeating a @code{list} command with @key{RET} discards the argument,
8851so it is equivalent to typing just @code{list}. This is more useful
8852than listing the same lines again. An exception is made for an
8853argument of @samp{-}; that argument is preserved in repetition so that
8854each repetition moves up in the source file.
8855
c906108c 8856In general, the @code{list} command expects you to supply zero, one or two
629500fa 8857@dfn{locations}. Locations specify source lines; there are several ways
2a25a5ba
EZ
8858of writing them (@pxref{Specify Location}), but the effect is always
8859to specify some source line.
8860
c906108c
SS
8861Here is a complete description of the possible arguments for @code{list}:
8862
8863@table @code
629500fa
KS
8864@item list @var{location}
8865Print lines centered around the line specified by @var{location}.
c906108c
SS
8866
8867@item list @var{first},@var{last}
8868Print lines from @var{first} to @var{last}. Both arguments are
629500fa
KS
8869locations. When a @code{list} command has two locations, and the
8870source file of the second location is omitted, this refers to
8871the same source file as the first location.
c906108c
SS
8872
8873@item list ,@var{last}
8874Print lines ending with @var{last}.
8875
8876@item list @var{first},
8877Print lines starting with @var{first}.
8878
8879@item list +
8880Print lines just after the lines last printed.
8881
8882@item list -
8883Print lines just before the lines last printed.
8884
8885@item list
8886As described in the preceding table.
8887@end table
8888
2a25a5ba
EZ
8889@node Specify Location
8890@section Specifying a Location
8891@cindex specifying location
629500fa
KS
8892@cindex location
8893@cindex source location
8894
8895@menu
8896* Linespec Locations:: Linespec locations
8897* Explicit Locations:: Explicit locations
8898* Address Locations:: Address locations
8899@end menu
c906108c 8900
2a25a5ba
EZ
8901Several @value{GDBN} commands accept arguments that specify a location
8902of your program's code. Since @value{GDBN} is a source-level
629500fa
KS
8903debugger, a location usually specifies some line in the source code.
8904Locations may be specified using three different formats:
8905linespec locations, explicit locations, or address locations.
c906108c 8906
629500fa
KS
8907@node Linespec Locations
8908@subsection Linespec Locations
8909@cindex linespec locations
8910
8911A @dfn{linespec} is a colon-separated list of source location parameters such
8912as file name, function name, etc. Here are all the different ways of
8913specifying a linespec:
c906108c 8914
2a25a5ba
EZ
8915@table @code
8916@item @var{linenum}
8917Specifies the line number @var{linenum} of the current source file.
c906108c 8918
2a25a5ba
EZ
8919@item -@var{offset}
8920@itemx +@var{offset}
8921Specifies the line @var{offset} lines before or after the @dfn{current
8922line}. For the @code{list} command, the current line is the last one
8923printed; for the breakpoint commands, this is the line at which
8924execution stopped in the currently selected @dfn{stack frame}
8925(@pxref{Frames, ,Frames}, for a description of stack frames.) When
8926used as the second of the two linespecs in a @code{list} command,
8927this specifies the line @var{offset} lines up or down from the first
8928linespec.
8929
8930@item @var{filename}:@var{linenum}
8931Specifies the line @var{linenum} in the source file @var{filename}.
4aac40c8
TT
8932If @var{filename} is a relative file name, then it will match any
8933source file name with the same trailing components. For example, if
8934@var{filename} is @samp{gcc/expr.c}, then it will match source file
8935name of @file{/build/trunk/gcc/expr.c}, but not
8936@file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
c906108c
SS
8937
8938@item @var{function}
8939Specifies the line that begins the body of the function @var{function}.
2a25a5ba 8940For example, in C, this is the line with the open brace.
c906108c 8941
a20714ff
PA
8942By default, in C@t{++} and Ada, @var{function} is interpreted as
8943specifying all functions named @var{function} in all scopes. For
8944C@t{++}, this means in all namespaces and classes. For Ada, this
8945means in all packages.
8946
8947For example, assuming a program with C@t{++} symbols named
8948@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8949func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8950
8951Commands that accept a linespec let you override this with the
8952@code{-qualified} option. For example, @w{@kbd{break -qualified
8953func}} sets a breakpoint on a free-function named @code{func} ignoring
8954any C@t{++} class methods and namespace functions called @code{func}.
8955
8956@xref{Explicit Locations}.
8957
9ef07c8c
TT
8958@item @var{function}:@var{label}
8959Specifies the line where @var{label} appears in @var{function}.
8960
c906108c 8961@item @var{filename}:@var{function}
2a25a5ba
EZ
8962Specifies the line that begins the body of the function @var{function}
8963in the file @var{filename}. You only need the file name with a
8964function name to avoid ambiguity when there are identically named
8965functions in different source files.
c906108c 8966
0f5238ed 8967@item @var{label}
629500fa
KS
8968Specifies the line at which the label named @var{label} appears
8969in the function corresponding to the currently selected stack frame.
8970If there is no current selected stack frame (for instance, if the inferior
8971is not running), then @value{GDBN} will not search for a label.
8972
8973@cindex breakpoint at static probe point
8974@item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8975The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8976applications to embed static probes. @xref{Static Probe Points}, for more
8977information on finding and using static probes. This form of linespec
8978specifies the location of such a static probe.
8979
8980If @var{objfile} is given, only probes coming from that shared library
8981or executable matching @var{objfile} as a regular expression are considered.
8982If @var{provider} is given, then only probes from that provider are considered.
8983If several probes match the spec, @value{GDBN} will insert a breakpoint at
8984each one of those probes.
8985@end table
8986
8987@node Explicit Locations
8988@subsection Explicit Locations
8989@cindex explicit locations
8990
8991@dfn{Explicit locations} allow the user to directly specify the source
8992location's parameters using option-value pairs.
8993
8994Explicit locations are useful when several functions, labels, or
8995file names have the same name (base name for files) in the program's
8996sources. In these cases, explicit locations point to the source
8997line you meant more accurately and unambiguously. Also, using
8998explicit locations might be faster in large programs.
8999
9000For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
9001defined in the file named @file{foo} or the label @code{bar} in a function
9002named @code{foo}. @value{GDBN} must search either the file system or
9003the symbol table to know.
9004
9005The list of valid explicit location options is summarized in the
9006following table:
9007
9008@table @code
9009@item -source @var{filename}
9010The value specifies the source file name. To differentiate between
9011files with the same base name, prepend as many directories as is necessary
9012to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
9013@value{GDBN} will use the first file it finds with the given base
9014name. This option requires the use of either @code{-function} or @code{-line}.
9015
9016@item -function @var{function}
9017The value specifies the name of a function. Operations
9018on function locations unmodified by other options (such as @code{-label}
9019or @code{-line}) refer to the line that begins the body of the function.
9020In C, for example, this is the line with the open brace.
9021
a20714ff
PA
9022By default, in C@t{++} and Ada, @var{function} is interpreted as
9023specifying all functions named @var{function} in all scopes. For
9024C@t{++}, this means in all namespaces and classes. For Ada, this
9025means in all packages.
9026
9027For example, assuming a program with C@t{++} symbols named
9028@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9029-function func}} and @w{@kbd{break -function B::func}} set a
9030breakpoint on both symbols.
9031
9032You can use the @kbd{-qualified} flag to override this (see below).
9033
9034@item -qualified
9035
9036This flag makes @value{GDBN} interpret a function name specified with
9037@kbd{-function} as a complete fully-qualified name.
9038
9039For example, assuming a C@t{++} program with symbols named
9040@code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
9041-function B::func}} command sets a breakpoint on @code{B::func}, only.
9042
9043(Note: the @kbd{-qualified} option can precede a linespec as well
9044(@pxref{Linespec Locations}), so the particular example above could be
9045simplified as @w{@kbd{break -qualified B::func}}.)
9046
629500fa
KS
9047@item -label @var{label}
9048The value specifies the name of a label. When the function
9049name is not specified, the label is searched in the function of the currently
9050selected stack frame.
9051
9052@item -line @var{number}
9053The value specifies a line offset for the location. The offset may either
9054be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
9055the command. When specified without any other options, the line offset is
9056relative to the current line.
9057@end table
9058
9059Explicit location options may be abbreviated by omitting any non-unique
a20714ff 9060trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
629500fa
KS
9061
9062@node Address Locations
9063@subsection Address Locations
9064@cindex address locations
9065
9066@dfn{Address locations} indicate a specific program address. They have
9067the generalized form *@var{address}.
9068
9069For line-oriented commands, such as @code{list} and @code{edit}, this
9070specifies a source line that contains @var{address}. For @code{break} and
9071other breakpoint-oriented commands, this can be used to set breakpoints in
2a25a5ba
EZ
9072parts of your program which do not have debugging information or
9073source files.
9074
9075Here @var{address} may be any expression valid in the current working
9076language (@pxref{Languages, working language}) that specifies a code
5fa54e5d 9077address. In addition, as a convenience, @value{GDBN} extends the
629500fa
KS
9078semantics of expressions used in locations to cover several situations
9079that frequently occur during debugging. Here are the various forms
5fa54e5d 9080of @var{address}:
2a25a5ba
EZ
9081
9082@table @code
9083@item @var{expression}
9084Any expression valid in the current working language.
9085
9086@item @var{funcaddr}
9087An address of a function or procedure derived from its name. In C,
9c37b5ae 9088C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
2a25a5ba
EZ
9089simply the function's name @var{function} (and actually a special case
9090of a valid expression). In Pascal and Modula-2, this is
9091@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
9092(although the Pascal form also works).
9093
9094This form specifies the address of the function's first instruction,
9095before the stack frame and arguments have been set up.
9096
9a284c97 9097@item '@var{filename}':@var{funcaddr}
2a25a5ba
EZ
9098Like @var{funcaddr} above, but also specifies the name of the source
9099file explicitly. This is useful if the name of the function does not
9100specify the function unambiguously, e.g., if there are several
9101functions with identical names in different source files.
c906108c
SS
9102@end table
9103
87885426 9104@node Edit
79a6e687 9105@section Editing Source Files
87885426
FN
9106@cindex editing source files
9107
9108@kindex edit
9109@kindex e @r{(@code{edit})}
9110To edit the lines in a source file, use the @code{edit} command.
9111The editing program of your choice
9112is invoked with the current line set to
9113the active line in the program.
9114Alternatively, there are several ways to specify what part of the file you
2a25a5ba 9115want to print if you want to see other parts of the program:
87885426
FN
9116
9117@table @code
2a25a5ba
EZ
9118@item edit @var{location}
9119Edit the source file specified by @code{location}. Editing starts at
9120that @var{location}, e.g., at the specified source line of the
9121specified file. @xref{Specify Location}, for all the possible forms
9122of the @var{location} argument; here are the forms of the @code{edit}
9123command most commonly used:
87885426 9124
2a25a5ba 9125@table @code
87885426
FN
9126@item edit @var{number}
9127Edit the current source file with @var{number} as the active line number.
9128
9129@item edit @var{function}
9130Edit the file containing @var{function} at the beginning of its definition.
2a25a5ba 9131@end table
87885426 9132
87885426
FN
9133@end table
9134
79a6e687 9135@subsection Choosing your Editor
87885426
FN
9136You can customize @value{GDBN} to use any editor you want
9137@footnote{
9138The only restriction is that your editor (say @code{ex}), recognizes the
9139following command-line syntax:
10998722 9140@smallexample
87885426 9141ex +@var{number} file
10998722 9142@end smallexample
15387254
EZ
9143The optional numeric value +@var{number} specifies the number of the line in
9144the file where to start editing.}.
9145By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
9146by setting the environment variable @code{EDITOR} before using
9147@value{GDBN}. For example, to configure @value{GDBN} to use the
9148@code{vi} editor, you could use these commands with the @code{sh} shell:
9149@smallexample
87885426
FN
9150EDITOR=/usr/bin/vi
9151export EDITOR
15387254 9152gdb @dots{}
10998722 9153@end smallexample
87885426 9154or in the @code{csh} shell,
10998722 9155@smallexample
87885426 9156setenv EDITOR /usr/bin/vi
15387254 9157gdb @dots{}
10998722 9158@end smallexample
87885426 9159
6d2ebf8b 9160@node Search
79a6e687 9161@section Searching Source Files
15387254 9162@cindex searching source files
c906108c
SS
9163
9164There are two commands for searching through the current source file for a
9165regular expression.
9166
9167@table @code
9168@kindex search
9169@kindex forward-search
1e96de83 9170@kindex fo @r{(@code{forward-search})}
c906108c
SS
9171@item forward-search @var{regexp}
9172@itemx search @var{regexp}
9173The command @samp{forward-search @var{regexp}} checks each line,
9174starting with the one following the last line listed, for a match for
5d161b24 9175@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
9176synonym @samp{search @var{regexp}} or abbreviate the command name as
9177@code{fo}.
9178
09d4efe1 9179@kindex reverse-search
c906108c
SS
9180@item reverse-search @var{regexp}
9181The command @samp{reverse-search @var{regexp}} checks each line, starting
9182with the one before the last line listed and going backward, for a match
9183for @var{regexp}. It lists the line that is found. You can abbreviate
9184this command as @code{rev}.
9185@end table
c906108c 9186
6d2ebf8b 9187@node Source Path
79a6e687 9188@section Specifying Source Directories
c906108c
SS
9189
9190@cindex source path
9191@cindex directories for source files
9192Executable programs sometimes do not record the directories of the source
9193files from which they were compiled, just the names. Even when they do,
9194the directories could be moved between the compilation and your debugging
9195session. @value{GDBN} has a list of directories to search for source files;
9196this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9197it tries all the directories in the list, in the order they are present
0b66e38c
EZ
9198in the list, until it finds a file with the desired name.
9199
9200For example, suppose an executable references the file
f1b620e9
MG
9201@file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9202directory, and the @dfn{source path} is @file{/mnt/cross}.
9203@value{GDBN} would look for the source file in the following
9204locations:
9205
9206@enumerate
9207
9208@item @file{/usr/src/foo-1.0/lib/foo.c}
9209@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9210@item @file{/mnt/cross/foo.c}
9211
9212@end enumerate
9213
9214If the source file is not present at any of the above locations then
9215an error is printed. @value{GDBN} does not look up the parts of the
0b66e38c
EZ
9216source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9217Likewise, the subdirectories of the source path are not searched: if
9218the source path is @file{/mnt/cross}, and the binary refers to
9219@file{foo.c}, @value{GDBN} would not find it under
9220@file{/mnt/cross/usr/src/foo-1.0/lib}.
9221
9222Plain file names, relative file names with leading directories, file
f1b620e9
MG
9223names containing dots, etc.@: are all treated as described above,
9224except that non-absolute file names are not looked up literally. If
9225the @dfn{source path} is @file{/mnt/cross}, the source file is
9226recorded as @file{../lib/foo.c}, and no compilation directory is
9227recorded, then @value{GDBN} will search in the following locations:
9228
9229@enumerate
9230
9231@item @file{/mnt/cross/../lib/foo.c}
9232@item @file{/mnt/cross/foo.c}
9233
9234@end enumerate
9235
9236@kindex cdir
9237@kindex cwd
9238@vindex $cdir@r{, convenience variable}
9239@vindex $cwd@r{, convenience variable}
9240@cindex compilation directory
9241@cindex current directory
9242@cindex working directory
9243@cindex directory, current
9244@cindex directory, compilation
9245The @dfn{source path} will always include two special entries
9246@samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9247(if one is recorded) and the current working directory respectively.
9248
9249@samp{$cdir} causes @value{GDBN} to search within the compilation
9250directory, if one is recorded in the debug information. If no
9251compilation directory is recorded in the debug information then
9252@samp{$cdir} is ignored.
9253
9254@samp{$cwd} is not the same as @samp{.}---the former tracks the
9255current working directory as it changes during your @value{GDBN}
9256session, while the latter is immediately expanded to the current
9257directory at the time you add an entry to the source path.
9258
9259If a compilation directory is recorded in the debug information, and
9260@value{GDBN} has not found the source file after the first search
9261using @dfn{source path}, then @value{GDBN} will combine the
9262compilation directory and the filename, and then search for the source
9263file again using the @dfn{source path}.
9264
9265For example, if the executable records the source file as
9266@file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9267recorded as @file{/project/build}, and the @dfn{source path} is
9268@file{/mnt/cross:$cdir:$cwd} while the current working directory of
9269the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
6b92c0d3 9270search for the source file in the following locations:
f1b620e9
MG
9271
9272@enumerate
9273
9274@item @file{/usr/src/foo-1.0/lib/foo.c}
9275@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9276@item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9277@item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9278@item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9279@item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9280@item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9281@item @file{/mnt/cross/foo.c}
9282@item @file{/project/build/foo.c}
9283@item @file{/home/user/foo.c}
9284
9285@end enumerate
9286
9287If the file name in the previous example had been recorded in the
9288executable as a relative path rather than an absolute path, then the
9289first look up would not have occurred, but all of the remaining steps
9290would be similar.
9291
9292When searching for source files on MS-DOS and MS-Windows, where
9293absolute paths start with a drive letter (e.g.
9294@file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9295from the file name before appending it to a search directory from
9296@dfn{source path}; for instance if the executable references the
9297source file @file{C:/project/foo.c} and @dfn{source path} is set to
9298@file{D:/mnt/cross}, then @value{GDBN} will search in the following
9299locations for the source file:
9300
9301@enumerate
9302
9303@item @file{C:/project/foo.c}
9304@item @file{D:/mnt/cross/project/foo.c}
9305@item @file{D:/mnt/cross/foo.c}
9306
9307@end enumerate
0b66e38c
EZ
9308
9309Note that the executable search path is @emph{not} used to locate the
cd852561 9310source files.
c906108c
SS
9311
9312Whenever you reset or rearrange the source path, @value{GDBN} clears out
9313any information it has cached about where source files are found and where
9314each line is in the file.
9315
9316@kindex directory
9317@kindex dir
f1b620e9
MG
9318When you start @value{GDBN}, its source path includes only @samp{$cdir}
9319and @samp{$cwd}, in that order.
c906108c
SS
9320To add other directories, use the @code{directory} command.
9321
4b505b12
AS
9322The search path is used to find both program source files and @value{GDBN}
9323script files (read using the @samp{-command} option and @samp{source} command).
9324
30daae6c
JB
9325In addition to the source path, @value{GDBN} provides a set of commands
9326that manage a list of source path substitution rules. A @dfn{substitution
9327rule} specifies how to rewrite source directories stored in the program's
9328debug information in case the sources were moved to a different
9329directory between compilation and debugging. A rule is made of
9330two strings, the first specifying what needs to be rewritten in
9331the path, and the second specifying how it should be rewritten.
9332In @ref{set substitute-path}, we name these two parts @var{from} and
9333@var{to} respectively. @value{GDBN} does a simple string replacement
9334of @var{from} with @var{to} at the start of the directory part of the
9335source file name, and uses that result instead of the original file
9336name to look up the sources.
9337
9338Using the previous example, suppose the @file{foo-1.0} tree has been
9339moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
3f94c067 9340@value{GDBN} to replace @file{/usr/src} in all source path names with
30daae6c
JB
9341@file{/mnt/cross}. The first lookup will then be
9342@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9343of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9344substitution rule, use the @code{set substitute-path} command
9345(@pxref{set substitute-path}).
9346
9347To avoid unexpected substitution results, a rule is applied only if the
9348@var{from} part of the directory name ends at a directory separator.
9349For instance, a rule substituting @file{/usr/source} into
9350@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9351not to @file{/usr/sourceware/foo-2.0}. And because the substitution
d3e8051b 9352is applied only at the beginning of the directory name, this rule will
30daae6c
JB
9353not be applied to @file{/root/usr/source/baz.c} either.
9354
9355In many cases, you can achieve the same result using the @code{directory}
9356command. However, @code{set substitute-path} can be more efficient in
9357the case where the sources are organized in a complex tree with multiple
9358subdirectories. With the @code{directory} command, you need to add each
9359subdirectory of your project. If you moved the entire tree while
9360preserving its internal organization, then @code{set substitute-path}
9361allows you to direct the debugger to all the sources with one single
9362command.
9363
9364@code{set substitute-path} is also more than just a shortcut command.
9365The source path is only used if the file at the original location no
9366longer exists. On the other hand, @code{set substitute-path} modifies
9367the debugger behavior to look at the rewritten location instead. So, if
9368for any reason a source file that is not relevant to your executable is
9369located at the original location, a substitution rule is the only
3f94c067 9370method available to point @value{GDBN} at the new location.
30daae6c 9371
29b0e8a2
JM
9372@cindex @samp{--with-relocated-sources}
9373@cindex default source path substitution
9374You can configure a default source path substitution rule by
9375configuring @value{GDBN} with the
9376@samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9377should be the name of a directory under @value{GDBN}'s configured
9378prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9379directory names in debug information under @var{dir} will be adjusted
9380automatically if the installed @value{GDBN} is moved to a new
9381location. This is useful if @value{GDBN}, libraries or executables
9382with debug information and corresponding source code are being moved
9383together.
9384
c906108c
SS
9385@table @code
9386@item directory @var{dirname} @dots{}
9387@item dir @var{dirname} @dots{}
9388Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
9389directory names may be given to this command, separated by @samp{:}
9390(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9391part of absolute file names) or
c906108c
SS
9392whitespace. You may specify a directory that is already in the source
9393path; this moves it forward, so @value{GDBN} searches it sooner.
9394
f1b620e9
MG
9395The special strings @samp{$cdir} (to refer to the compilation
9396directory, if one is recorded), and @samp{$cwd} (to refer to the
9397current working directory) can also be included in the list of
9398directories @var{dirname}. Though these will already be in the source
9399path they will be moved forward in the list so @value{GDBN} searches
9400them sooner.
c906108c
SS
9401
9402@item directory
cd852561 9403Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
c906108c
SS
9404
9405@c RET-repeat for @code{directory} is explicitly disabled, but since
9406@c repeating it would be a no-op we do not say that. (thanks to RMS)
9407
99e7ae30
DE
9408@item set directories @var{path-list}
9409@kindex set directories
9410Set the source path to @var{path-list}.
9411@samp{$cdir:$cwd} are added if missing.
9412
c906108c
SS
9413@item show directories
9414@kindex show directories
9415Print the source path: show which directories it contains.
30daae6c
JB
9416
9417@anchor{set substitute-path}
9418@item set substitute-path @var{from} @var{to}
9419@kindex set substitute-path
9420Define a source path substitution rule, and add it at the end of the
9421current list of existing substitution rules. If a rule with the same
9422@var{from} was already defined, then the old rule is also deleted.
9423
9424For example, if the file @file{/foo/bar/baz.c} was moved to
9425@file{/mnt/cross/baz.c}, then the command
9426
9427@smallexample
c58b006b 9428(@value{GDBP}) set substitute-path /foo/bar /mnt/cross
30daae6c
JB
9429@end smallexample
9430
9431@noindent
c58b006b 9432will tell @value{GDBN} to replace @samp{/foo/bar} with
30daae6c
JB
9433@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9434@file{baz.c} even though it was moved.
9435
9436In the case when more than one substitution rule have been defined,
9437the rules are evaluated one by one in the order where they have been
9438defined. The first one matching, if any, is selected to perform
9439the substitution.
9440
9441For instance, if we had entered the following commands:
9442
9443@smallexample
9444(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9445(@value{GDBP}) set substitute-path /usr/src /mnt/src
9446@end smallexample
9447
9448@noindent
9449@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9450@file{/mnt/include/defs.h} by using the first rule. However, it would
9451use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9452@file{/mnt/src/lib/foo.c}.
9453
9454
9455@item unset substitute-path [path]
9456@kindex unset substitute-path
9457If a path is specified, search the current list of substitution rules
9458for a rule that would rewrite that path. Delete that rule if found.
9459A warning is emitted by the debugger if no rule could be found.
9460
9461If no path is specified, then all substitution rules are deleted.
9462
9463@item show substitute-path [path]
9464@kindex show substitute-path
9465If a path is specified, then print the source path substitution rule
9466which would rewrite that path, if any.
9467
9468If no path is specified, then print all existing source path substitution
9469rules.
9470
c906108c
SS
9471@end table
9472
9473If your source path is cluttered with directories that are no longer of
9474interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9475versions of source. You can correct the situation as follows:
9476
9477@enumerate
9478@item
cd852561 9479Use @code{directory} with no argument to reset the source path to its default value.
c906108c
SS
9480
9481@item
9482Use @code{directory} with suitable arguments to reinstall the
9483directories you want in the source path. You can add all the
9484directories in one command.
9485@end enumerate
9486
6d2ebf8b 9487@node Machine Code
79a6e687 9488@section Source and Machine Code
15387254 9489@cindex source line and its code address
c906108c
SS
9490
9491You can use the command @code{info line} to map source lines to program
9492addresses (and vice versa), and the command @code{disassemble} to display
91440f57
HZ
9493a range of addresses as machine instructions. You can use the command
9494@code{set disassemble-next-line} to set whether to disassemble next
9495source line when execution stops. When run under @sc{gnu} Emacs
d4f3574e 9496mode, the @code{info line} command causes the arrow to point to the
5d161b24 9497line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
9498well as hex.
9499
9500@table @code
9501@kindex info line
db1ae9c5
AB
9502@item info line
9503@itemx info line @var{location}
c906108c 9504Print the starting and ending addresses of the compiled code for
629500fa 9505source line @var{location}. You can specify source lines in any of
db1ae9c5
AB
9506the ways documented in @ref{Specify Location}. With no @var{location}
9507information about the current source line is printed.
c906108c
SS
9508@end table
9509
9510For example, we can use @code{info line} to discover the location of
9511the object code for the first line of function
9512@code{m4_changequote}:
9513
9514@smallexample
96a2c332 9515(@value{GDBP}) info line m4_changequote
db1ae9c5
AB
9516Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9517 ends at 0x6350 <m4_changequote+4>.
c906108c
SS
9518@end smallexample
9519
9520@noindent
15387254 9521@cindex code address and its source line
c906108c 9522We can also inquire (using @code{*@var{addr}} as the form for
629500fa 9523@var{location}) what source line covers a particular address:
c906108c
SS
9524@smallexample
9525(@value{GDBP}) info line *0x63ff
db1ae9c5
AB
9526Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9527 ends at 0x6404 <m4_changequote+184>.
c906108c
SS
9528@end smallexample
9529
9530@cindex @code{$_} and @code{info line}
15387254 9531@cindex @code{x} command, default address
41afff9a 9532@kindex x@r{(examine), and} info line
c906108c
SS
9533After @code{info line}, the default address for the @code{x} command
9534is changed to the starting address of the line, so that @samp{x/i} is
9535sufficient to begin examining the machine code (@pxref{Memory,
79a6e687 9536,Examining Memory}). Also, this address is saved as the value of the
c906108c 9537convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
79a6e687 9538Variables}).
c906108c 9539
db1ae9c5
AB
9540@cindex info line, repeated calls
9541After @code{info line}, using @code{info line} again without
9542specifying a location will display information about the next source
9543line.
9544
c906108c
SS
9545@table @code
9546@kindex disassemble
9547@cindex assembly instructions
9548@cindex instructions, assembly
9549@cindex machine instructions
9550@cindex listing machine instructions
9551@item disassemble
d14508fe 9552@itemx disassemble /m
6ff0ba5f 9553@itemx disassemble /s
9b117ef3 9554@itemx disassemble /r
c906108c 9555This specialized command dumps a range of memory as machine
d14508fe 9556instructions. It can also print mixed source+disassembly by specifying
6ff0ba5f
DE
9557the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9558as well as in symbolic form by specifying the @code{/r} modifier.
d14508fe 9559The default memory range is the function surrounding the
c906108c
SS
9560program counter of the selected frame. A single argument to this
9561command is a program counter value; @value{GDBN} dumps the function
21a0512e
PP
9562surrounding this value. When two arguments are given, they should
9563be separated by a comma, possibly surrounded by whitespace. The
53a71c06
CR
9564arguments specify a range of addresses to dump, in one of two forms:
9565
9566@table @code
9567@item @var{start},@var{end}
9568the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9569@item @var{start},+@var{length}
9570the addresses from @var{start} (inclusive) to
9571@code{@var{start}+@var{length}} (exclusive).
9572@end table
9573
9574@noindent
9575When 2 arguments are specified, the name of the function is also
9576printed (since there could be several functions in the given range).
21a0512e
PP
9577
9578The argument(s) can be any expression yielding a numeric value, such as
9579@samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
2b28d209
PP
9580
9581If the range of memory being disassembled contains current program counter,
9582the instruction at that location is shown with a @code{=>} marker.
c906108c
SS
9583@end table
9584
c906108c
SS
9585The following example shows the disassembly of a range of addresses of
9586HP PA-RISC 2.0 code:
9587
9588@smallexample
21a0512e 9589(@value{GDBP}) disas 0x32c4, 0x32e4
c906108c 9590Dump of assembler code from 0x32c4 to 0x32e4:
2b28d209
PP
9591 0x32c4 <main+204>: addil 0,dp
9592 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9593 0x32cc <main+212>: ldil 0x3000,r31
9594 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9595 0x32d4 <main+220>: ldo 0(r31),rp
9596 0x32d8 <main+224>: addil -0x800,dp
9597 0x32dc <main+228>: ldo 0x588(r1),r26
9598 0x32e0 <main+232>: ldil 0x3000,r31
c906108c
SS
9599End of assembler dump.
9600@end smallexample
c906108c 9601
6ff0ba5f
DE
9602Here is an example showing mixed source+assembly for Intel x86
9603with @code{/m} or @code{/s}, when the program is stopped just after
9604function prologue in a non-optimized function with no inline code.
d14508fe
DE
9605
9606@smallexample
9607(@value{GDBP}) disas /m main
9608Dump of assembler code for function main:
96095 @{
9c419145
PP
9610 0x08048330 <+0>: push %ebp
9611 0x08048331 <+1>: mov %esp,%ebp
9612 0x08048333 <+3>: sub $0x8,%esp
9613 0x08048336 <+6>: and $0xfffffff0,%esp
9614 0x08048339 <+9>: sub $0x10,%esp
d14508fe
DE
9615
96166 printf ("Hello.\n");
9c419145
PP
9617=> 0x0804833c <+12>: movl $0x8048440,(%esp)
9618 0x08048343 <+19>: call 0x8048284 <puts@@plt>
d14508fe
DE
9619
96207 return 0;
96218 @}
9c419145
PP
9622 0x08048348 <+24>: mov $0x0,%eax
9623 0x0804834d <+29>: leave
9624 0x0804834e <+30>: ret
d14508fe
DE
9625
9626End of assembler dump.
9627@end smallexample
9628
6ff0ba5f
DE
9629The @code{/m} option is deprecated as its output is not useful when
9630there is either inlined code or re-ordered code.
9631The @code{/s} option is the preferred choice.
9632Here is an example for AMD x86-64 showing the difference between
9633@code{/m} output and @code{/s} output.
9634This example has one inline function defined in a header file,
9635and the code is compiled with @samp{-O2} optimization.
9636Note how the @code{/m} output is missing the disassembly of
9637several instructions that are present in the @code{/s} output.
9638
9639@file{foo.h}:
9640
9641@smallexample
9642int
9643foo (int a)
9644@{
9645 if (a < 0)
9646 return a * 2;
9647 if (a == 0)
9648 return 1;
9649 return a + 10;
9650@}
9651@end smallexample
9652
9653@file{foo.c}:
9654
9655@smallexample
9656#include "foo.h"
9657volatile int x, y;
9658int
9659main ()
9660@{
9661 x = foo (y);
9662 return 0;
9663@}
9664@end smallexample
9665
9666@smallexample
9667(@value{GDBP}) disas /m main
9668Dump of assembler code for function main:
96695 @{
9670
96716 x = foo (y);
9672 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9673 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9674
96757 return 0;
96768 @}
9677 0x000000000040041d <+29>: xor %eax,%eax
9678 0x000000000040041f <+31>: retq
9679 0x0000000000400420 <+32>: add %eax,%eax
9680 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9681
9682End of assembler dump.
9683(@value{GDBP}) disas /s main
9684Dump of assembler code for function main:
9685foo.c:
96865 @{
96876 x = foo (y);
9688 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9689
9690foo.h:
96914 if (a < 0)
9692 0x0000000000400406 <+6>: test %eax,%eax
9693 0x0000000000400408 <+8>: js 0x400420 <main+32>
9694
96956 if (a == 0)
96967 return 1;
96978 return a + 10;
9698 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9699 0x000000000040040d <+13>: test %eax,%eax
9700 0x000000000040040f <+15>: mov $0x1,%eax
9701 0x0000000000400414 <+20>: cmovne %edx,%eax
9702
9703foo.c:
97046 x = foo (y);
9705 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9706
97077 return 0;
97088 @}
9709 0x000000000040041d <+29>: xor %eax,%eax
9710 0x000000000040041f <+31>: retq
9711
9712foo.h:
97135 return a * 2;
9714 0x0000000000400420 <+32>: add %eax,%eax
9715 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9716End of assembler dump.
9717@end smallexample
9718
53a71c06
CR
9719Here is another example showing raw instructions in hex for AMD x86-64,
9720
9721@smallexample
9722(gdb) disas /r 0x400281,+10
9723Dump of assembler code from 0x400281 to 0x40028b:
9724 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9725 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9726 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9727 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9728End of assembler dump.
9729@end smallexample
9730
629500fa 9731Addresses cannot be specified as a location (@pxref{Specify Location}).
7e1e0340
DE
9732So, for example, if you want to disassemble function @code{bar}
9733in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9734and not @samp{disassemble foo.c:bar}.
9735
c906108c
SS
9736Some architectures have more than one commonly-used set of instruction
9737mnemonics or other syntax.
9738
76d17f34
EZ
9739For programs that were dynamically linked and use shared libraries,
9740instructions that call functions or branch to locations in the shared
9741libraries might show a seemingly bogus location---it's actually a
9742location of the relocation table. On some architectures, @value{GDBN}
9743might be able to resolve these to actual function names.
9744
65b48a81
PB
9745@table @code
9746@kindex set disassembler-options
9747@cindex disassembler options
9748@item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9749This command controls the passing of target specific information to
9750the disassembler. For a list of valid options, please refer to the
9751@code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9752manual and/or the output of @kbd{objdump --help}
f5a476a7 9753(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
65b48a81
PB
9754The default value is the empty string.
9755
9756If it is necessary to specify more than one disassembler option, then
9757multiple options can be placed together into a comma separated list.
471b9d15 9758Currently this command is only supported on targets ARM, MIPS, PowerPC
65b48a81
PB
9759and S/390.
9760
9761@kindex show disassembler-options
9762@item show disassembler-options
9763Show the current setting of the disassembler options.
9764@end table
9765
c906108c 9766@table @code
d4f3574e 9767@kindex set disassembly-flavor
d4f3574e
SS
9768@cindex Intel disassembly flavor
9769@cindex AT&T disassembly flavor
9770@item set disassembly-flavor @var{instruction-set}
c906108c
SS
9771Select the instruction set to use when disassembling the
9772program via the @code{disassemble} or @code{x/i} commands.
9773
9774Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
9775can set @var{instruction-set} to either @code{intel} or @code{att}.
9776The default is @code{att}, the AT&T flavor used by default by Unix
9777assemblers for x86-based targets.
9c16f35a
EZ
9778
9779@kindex show disassembly-flavor
9780@item show disassembly-flavor
9781Show the current setting of the disassembly flavor.
c906108c
SS
9782@end table
9783
91440f57
HZ
9784@table @code
9785@kindex set disassemble-next-line
9786@kindex show disassemble-next-line
9787@item set disassemble-next-line
9788@itemx show disassemble-next-line
32ae1842
EZ
9789Control whether or not @value{GDBN} will disassemble the next source
9790line or instruction when execution stops. If ON, @value{GDBN} will
9791display disassembly of the next source line when execution of the
9792program being debugged stops. This is @emph{in addition} to
9793displaying the source line itself, which @value{GDBN} always does if
9794possible. If the next source line cannot be displayed for some reason
9795(e.g., if @value{GDBN} cannot find the source file, or there's no line
9796info in the debug info), @value{GDBN} will display disassembly of the
9797next @emph{instruction} instead of showing the next source line. If
9798AUTO, @value{GDBN} will display disassembly of next instruction only
9799if the source line cannot be displayed. This setting causes
9800@value{GDBN} to display some feedback when you step through a function
9801with no line info or whose source file is unavailable. The default is
9802OFF, which means never display the disassembly of the next line or
9803instruction.
91440f57
HZ
9804@end table
9805
c906108c 9806
6d2ebf8b 9807@node Data
c906108c
SS
9808@chapter Examining Data
9809
9810@cindex printing data
9811@cindex examining data
9812@kindex print
9813@kindex inspect
c906108c 9814The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
9815command (abbreviated @code{p}), or its synonym @code{inspect}. It
9816evaluates and prints the value of an expression of the language your
9817program is written in (@pxref{Languages, ,Using @value{GDBN} with
78e2826b
TT
9818Different Languages}). It may also print the expression using a
9819Python-based pretty-printer (@pxref{Pretty Printing}).
c906108c
SS
9820
9821@table @code
3345721a
PA
9822@item print [[@var{options}] --] @var{expr}
9823@itemx print [[@var{options}] --] /@var{f} @var{expr}
d4f3574e
SS
9824@var{expr} is an expression (in the source language). By default the
9825value of @var{expr} is printed in a format appropriate to its data type;
c906108c 9826you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 9827@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
79a6e687 9828Formats}.
c906108c 9829
3345721a
PA
9830@anchor{print options}
9831The @code{print} command supports a number of options that allow
9832overriding relevant global print settings as set by @code{set print}
9833subcommands:
9834
9835@table @code
9836@item -address [@code{on}|@code{off}]
9837Set printing of addresses.
9838Related setting: @ref{set print address}.
9839
9840@item -array [@code{on}|@code{off}]
9841Pretty formatting of arrays.
9842Related setting: @ref{set print array}.
9843
9844@item -array-indexes [@code{on}|@code{off}]
9845Set printing of array indexes.
9846Related setting: @ref{set print array-indexes}.
9847
9848@item -elements @var{number-of-elements}|@code{unlimited}
9849Set limit on string chars or array elements to print. The value
9850@code{unlimited} causes there to be no limit. Related setting:
9851@ref{set print elements}.
9852
9853@item -max-depth @var{depth}|@code{unlimited}
9854Set the threshold after which nested structures are replaced with
9855ellipsis. Related setting: @ref{set print max-depth}.
9856
9857@item -null-stop [@code{on}|@code{off}]
9858Set printing of char arrays to stop at first null char. Related
9859setting: @ref{set print null-stop}.
9860
9861@item -object [@code{on}|@code{off}]
9862Set printing C@t{++} virtual function tables. Related setting:
9863@ref{set print object}.
9864
9865@item -pretty [@code{on}|@code{off}]
9866Set pretty formatting of structures. Related setting: @ref{set print
9867pretty}.
9868
d8edc8b7
PW
9869@item -raw-values [@code{on}|@code{off}]
9870Set whether to print values in raw form, bypassing any
9871pretty-printers for that value. Related setting: @ref{set print
9872raw-values}.
9873
3345721a
PA
9874@item -repeats @var{number-of-repeats}|@code{unlimited}
9875Set threshold for repeated print elements. @code{unlimited} causes
9876all elements to be individually printed. Related setting: @ref{set
9877print repeats}.
9878
9879@item -static-members [@code{on}|@code{off}]
9880Set printing C@t{++} static members. Related setting: @ref{set print
9881static-members}.
9882
9883@item -symbol [@code{on}|@code{off}]
9884Set printing of symbol names when printing pointers. Related setting:
9885@ref{set print symbol}.
9886
9887@item -union [@code{on}|@code{off}]
9888Set printing of unions interior to structures. Related setting:
9889@ref{set print union}.
9890
9891@item -vtbl [@code{on}|@code{off}]
9892Set printing of C++ virtual function tables. Related setting:
9893@ref{set print vtbl}.
9894@end table
9895
9896Because the @code{print} command accepts arbitrary expressions which
9897may look like options (including abbreviations), if you specify any
9898command option, then you must use a double dash (@code{--}) to mark
9899the end of option processing.
9900
d8edc8b7 9901For example, this prints the value of the @code{-p} expression:
3345721a
PA
9902
9903@smallexample
d8edc8b7 9904(@value{GDBP}) print -p
3345721a
PA
9905@end smallexample
9906
9907While this repeats the last value in the value history (see below)
d8edc8b7 9908with the @code{-pretty} option in effect:
3345721a
PA
9909
9910@smallexample
d8edc8b7 9911(@value{GDBP}) print -p --
3345721a
PA
9912@end smallexample
9913
9914Here is an example including both on option and an expression:
9915
9916@smallexample
9917@group
9918(@value{GDBP}) print -pretty -- *myptr
9919$1 = @{
9920 next = 0x0,
9921 flags = @{
9922 sweet = 1,
9923 sour = 1
9924 @},
9925 meat = 0x54 "Pork"
9926@}
9927@end group
9928@end smallexample
9929
9930@item print [@var{options}]
9931@itemx print [@var{options}] /@var{f}
15387254 9932@cindex reprint the last value
d4f3574e 9933If you omit @var{expr}, @value{GDBN} displays the last value again (from the
79a6e687 9934@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
c906108c
SS
9935conveniently inspect the same value in an alternative format.
9936@end table
9937
9938A more low-level way of examining data is with the @code{x} command.
9939It examines data in memory at a specified address and prints it in a
79a6e687 9940specified format. @xref{Memory, ,Examining Memory}.
c906108c 9941
7a292a7a 9942If you are interested in information about types, or about how the
d4f3574e
SS
9943fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9944command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 9945Table}.
c906108c 9946
06fc020f
SCR
9947@cindex exploring hierarchical data structures
9948@kindex explore
9949Another way of examining values of expressions and type information is
9950through the Python extension command @code{explore} (available only if
9951the @value{GDBN} build is configured with @code{--with-python}). It
9952offers an interactive way to start at the highest level (or, the most
9953abstract level) of the data type of an expression (or, the data type
9954itself) and explore all the way down to leaf scalar values/fields
9955embedded in the higher level data types.
9956
9957@table @code
9958@item explore @var{arg}
9959@var{arg} is either an expression (in the source language), or a type
9960visible in the current context of the program being debugged.
9961@end table
9962
9963The working of the @code{explore} command can be illustrated with an
9964example. If a data type @code{struct ComplexStruct} is defined in your
9965C program as
9966
9967@smallexample
9968struct SimpleStruct
9969@{
9970 int i;
9971 double d;
9972@};
9973
9974struct ComplexStruct
9975@{
9976 struct SimpleStruct *ss_p;
9977 int arr[10];
9978@};
9979@end smallexample
9980
9981@noindent
9982followed by variable declarations as
9983
9984@smallexample
9985struct SimpleStruct ss = @{ 10, 1.11 @};
9986struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
9987@end smallexample
9988
9989@noindent
9990then, the value of the variable @code{cs} can be explored using the
9991@code{explore} command as follows.
9992
9993@smallexample
9994(gdb) explore cs
9995The value of `cs' is a struct/class of type `struct ComplexStruct' with
9996the following fields:
9997
9998 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
9999 arr = <Enter 1 to explore this field of type `int [10]'>
10000
10001Enter the field number of choice:
10002@end smallexample
10003
10004@noindent
10005Since the fields of @code{cs} are not scalar values, you are being
10006prompted to chose the field you want to explore. Let's say you choose
10007the field @code{ss_p} by entering @code{0}. Then, since this field is a
10008pointer, you will be asked if it is pointing to a single value. From
10009the declaration of @code{cs} above, it is indeed pointing to a single
10010value, hence you enter @code{y}. If you enter @code{n}, then you will
10011be asked if it were pointing to an array of values, in which case this
10012field will be explored as if it were an array.
10013
10014@smallexample
10015`cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
10016Continue exploring it as a pointer to a single value [y/n]: y
10017The value of `*(cs.ss_p)' is a struct/class of type `struct
10018SimpleStruct' with the following fields:
10019
10020 i = 10 .. (Value of type `int')
10021 d = 1.1100000000000001 .. (Value of type `double')
10022
10023Press enter to return to parent value:
10024@end smallexample
10025
10026@noindent
10027If the field @code{arr} of @code{cs} was chosen for exploration by
10028entering @code{1} earlier, then since it is as array, you will be
10029prompted to enter the index of the element in the array that you want
10030to explore.
10031
10032@smallexample
10033`cs.arr' is an array of `int'.
10034Enter the index of the element you want to explore in `cs.arr': 5
10035
10036`(cs.arr)[5]' is a scalar value of type `int'.
10037
10038(cs.arr)[5] = 4
10039
10040Press enter to return to parent value:
10041@end smallexample
10042
10043In general, at any stage of exploration, you can go deeper towards the
10044leaf values by responding to the prompts appropriately, or hit the
10045return key to return to the enclosing data structure (the @i{higher}
10046level data structure).
10047
10048Similar to exploring values, you can use the @code{explore} command to
10049explore types. Instead of specifying a value (which is typically a
10050variable name or an expression valid in the current context of the
10051program being debugged), you specify a type name. If you consider the
10052same example as above, your can explore the type
10053@code{struct ComplexStruct} by passing the argument
10054@code{struct ComplexStruct} to the @code{explore} command.
10055
10056@smallexample
10057(gdb) explore struct ComplexStruct
10058@end smallexample
10059
10060@noindent
10061By responding to the prompts appropriately in the subsequent interactive
10062session, you can explore the type @code{struct ComplexStruct} in a
10063manner similar to how the value @code{cs} was explored in the above
10064example.
10065
10066The @code{explore} command also has two sub-commands,
10067@code{explore value} and @code{explore type}. The former sub-command is
10068a way to explicitly specify that value exploration of the argument is
10069being invoked, while the latter is a way to explicitly specify that type
10070exploration of the argument is being invoked.
10071
10072@table @code
10073@item explore value @var{expr}
10074@cindex explore value
10075This sub-command of @code{explore} explores the value of the
10076expression @var{expr} (if @var{expr} is an expression valid in the
10077current context of the program being debugged). The behavior of this
10078command is identical to that of the behavior of the @code{explore}
10079command being passed the argument @var{expr}.
10080
10081@item explore type @var{arg}
10082@cindex explore type
10083This sub-command of @code{explore} explores the type of @var{arg} (if
10084@var{arg} is a type visible in the current context of program being
10085debugged), or the type of the value/expression @var{arg} (if @var{arg}
10086is an expression valid in the current context of the program being
10087debugged). If @var{arg} is a type, then the behavior of this command is
10088identical to that of the @code{explore} command being passed the
10089argument @var{arg}. If @var{arg} is an expression, then the behavior of
10090this command will be identical to that of the @code{explore} command
10091being passed the type of @var{arg} as the argument.
10092@end table
10093
c906108c
SS
10094@menu
10095* Expressions:: Expressions
6ba66d6a 10096* Ambiguous Expressions:: Ambiguous Expressions
c906108c
SS
10097* Variables:: Program variables
10098* Arrays:: Artificial arrays
10099* Output Formats:: Output formats
10100* Memory:: Examining memory
10101* Auto Display:: Automatic display
10102* Print Settings:: Print settings
4c374409 10103* Pretty Printing:: Python pretty printing
c906108c
SS
10104* Value History:: Value history
10105* Convenience Vars:: Convenience variables
a72c3253 10106* Convenience Funs:: Convenience functions
c906108c 10107* Registers:: Registers
c906108c 10108* Floating Point Hardware:: Floating point hardware
53c69bd7 10109* Vector Unit:: Vector Unit
721c2651 10110* OS Information:: Auxiliary data provided by operating system
29e57380 10111* Memory Region Attributes:: Memory region attributes
16d9dec6 10112* Dump/Restore Files:: Copy between memory and a file
384ee23f 10113* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
10114* Character Sets:: Debugging programs that use a different
10115 character set than GDB does
b12039c6 10116* Caching Target Data:: Data caching for targets
08388c79 10117* Searching Memory:: Searching memory for a sequence of bytes
5fdf6324 10118* Value Sizes:: Managing memory allocated for values
c906108c
SS
10119@end menu
10120
6d2ebf8b 10121@node Expressions
c906108c
SS
10122@section Expressions
10123
10124@cindex expressions
10125@code{print} and many other @value{GDBN} commands accept an expression and
10126compute its value. Any kind of constant, variable or operator defined
10127by the programming language you are using is valid in an expression in
e2e0bcd1
JB
10128@value{GDBN}. This includes conditional expressions, function calls,
10129casts, and string constants. It also includes preprocessor macros, if
10130you compiled your program to include this information; see
10131@ref{Compilation}.
c906108c 10132
15387254 10133@cindex arrays in expressions
d4f3574e
SS
10134@value{GDBN} supports array constants in expressions input by
10135the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
63092375
DJ
10136you can use the command @code{print @{1, 2, 3@}} to create an array
10137of three integers. If you pass an array to a function or assign it
10138to a program variable, @value{GDBN} copies the array to memory that
10139is @code{malloc}ed in the target program.
c906108c 10140
c906108c
SS
10141Because C is so widespread, most of the expressions shown in examples in
10142this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
10143Languages}, for information on how to use expressions in other
10144languages.
10145
10146In this section, we discuss operators that you can use in @value{GDBN}
10147expressions regardless of your programming language.
10148
15387254 10149@cindex casts, in expressions
c906108c
SS
10150Casts are supported in all languages, not just in C, because it is so
10151useful to cast a number into a pointer in order to examine a structure
10152at that address in memory.
10153@c FIXME: casts supported---Mod2 true?
c906108c
SS
10154
10155@value{GDBN} supports these operators, in addition to those common
10156to programming languages:
10157
10158@table @code
10159@item @@
10160@samp{@@} is a binary operator for treating parts of memory as arrays.
79a6e687 10161@xref{Arrays, ,Artificial Arrays}, for more information.
c906108c
SS
10162
10163@item ::
10164@samp{::} allows you to specify a variable in terms of the file or
79a6e687 10165function where it is defined. @xref{Variables, ,Program Variables}.
c906108c
SS
10166
10167@cindex @{@var{type}@}
10168@cindex type casting memory
10169@cindex memory, viewing as typed object
10170@cindex casts, to view memory
10171@item @{@var{type}@} @var{addr}
10172Refers to an object of type @var{type} stored at address @var{addr} in
697aa1b7
EZ
10173memory. The address @var{addr} may be any expression whose value is
10174an integer or pointer (but parentheses are required around binary
10175operators, just as in a cast). This construct is allowed regardless
10176of what kind of data is normally supposed to reside at @var{addr}.
c906108c
SS
10177@end table
10178
6ba66d6a
JB
10179@node Ambiguous Expressions
10180@section Ambiguous Expressions
10181@cindex ambiguous expressions
10182
10183Expressions can sometimes contain some ambiguous elements. For instance,
10184some programming languages (notably Ada, C@t{++} and Objective-C) permit
10185a single function name to be defined several times, for application in
10186different contexts. This is called @dfn{overloading}. Another example
10187involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
10188templates and is typically instantiated several times, resulting in
10189the same function name being defined in different contexts.
10190
10191In some cases and depending on the language, it is possible to adjust
10192the expression to remove the ambiguity. For instance in C@t{++}, you
10193can specify the signature of the function you want to break on, as in
10194@kbd{break @var{function}(@var{types})}. In Ada, using the fully
10195qualified name of your function often makes the expression unambiguous
10196as well.
10197
10198When an ambiguity that needs to be resolved is detected, the debugger
10199has the capability to display a menu of numbered choices for each
10200possibility, and then waits for the selection with the prompt @samp{>}.
10201The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10202aborts the current command. If the command in which the expression was
10203used allows more than one choice to be selected, the next option in the
10204menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10205choices.
10206
10207For example, the following session excerpt shows an attempt to set a
10208breakpoint at the overloaded symbol @code{String::after}.
10209We choose three particular definitions of that function name:
10210
10211@c FIXME! This is likely to change to show arg type lists, at least
10212@smallexample
10213@group
10214(@value{GDBP}) b String::after
10215[0] cancel
10216[1] all
10217[2] file:String.cc; line number:867
10218[3] file:String.cc; line number:860
10219[4] file:String.cc; line number:875
10220[5] file:String.cc; line number:853
10221[6] file:String.cc; line number:846
10222[7] file:String.cc; line number:735
10223> 2 4 6
10224Breakpoint 1 at 0xb26c: file String.cc, line 867.
10225Breakpoint 2 at 0xb344: file String.cc, line 875.
10226Breakpoint 3 at 0xafcc: file String.cc, line 846.
10227Multiple breakpoints were set.
10228Use the "delete" command to delete unwanted
10229 breakpoints.
10230(@value{GDBP})
10231@end group
10232@end smallexample
10233
10234@table @code
10235@kindex set multiple-symbols
10236@item set multiple-symbols @var{mode}
10237@cindex multiple-symbols menu
10238
10239This option allows you to adjust the debugger behavior when an expression
10240is ambiguous.
10241
10242By default, @var{mode} is set to @code{all}. If the command with which
10243the expression is used allows more than one choice, then @value{GDBN}
10244automatically selects all possible choices. For instance, inserting
10245a breakpoint on a function using an ambiguous name results in a breakpoint
10246inserted on each possible match. However, if a unique choice must be made,
10247then @value{GDBN} uses the menu to help you disambiguate the expression.
10248For instance, printing the address of an overloaded function will result
10249in the use of the menu.
10250
10251When @var{mode} is set to @code{ask}, the debugger always uses the menu
10252when an ambiguity is detected.
10253
10254Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10255an error due to the ambiguity and the command is aborted.
10256
10257@kindex show multiple-symbols
10258@item show multiple-symbols
10259Show the current value of the @code{multiple-symbols} setting.
10260@end table
10261
6d2ebf8b 10262@node Variables
79a6e687 10263@section Program Variables
c906108c
SS
10264
10265The most common kind of expression to use is the name of a variable
10266in your program.
10267
10268Variables in expressions are understood in the selected stack frame
79a6e687 10269(@pxref{Selection, ,Selecting a Frame}); they must be either:
c906108c
SS
10270
10271@itemize @bullet
10272@item
10273global (or file-static)
10274@end itemize
10275
5d161b24 10276@noindent or
c906108c
SS
10277
10278@itemize @bullet
10279@item
10280visible according to the scope rules of the
10281programming language from the point of execution in that frame
5d161b24 10282@end itemize
c906108c
SS
10283
10284@noindent This means that in the function
10285
474c8240 10286@smallexample
c906108c
SS
10287foo (a)
10288 int a;
10289@{
10290 bar (a);
10291 @{
10292 int b = test ();
10293 bar (b);
10294 @}
10295@}
474c8240 10296@end smallexample
c906108c
SS
10297
10298@noindent
10299you can examine and use the variable @code{a} whenever your program is
10300executing within the function @code{foo}, but you can only use or
10301examine the variable @code{b} while your program is executing inside
10302the block where @code{b} is declared.
10303
10304@cindex variable name conflict
10305There is an exception: you can refer to a variable or function whose
10306scope is a single source file even if the current execution point is not
10307in this file. But it is possible to have more than one such variable or
10308function with the same name (in different source files). If that
10309happens, referring to that name has unpredictable effects. If you wish,
72384ba3 10310you can specify a static variable in a particular function or file by
15387254 10311using the colon-colon (@code{::}) notation:
c906108c 10312
d4f3574e 10313@cindex colon-colon, context for variables/functions
12c27660 10314@ifnotinfo
c906108c 10315@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 10316@cindex @code{::}, context for variables/functions
12c27660 10317@end ifnotinfo
474c8240 10318@smallexample
c906108c
SS
10319@var{file}::@var{variable}
10320@var{function}::@var{variable}
474c8240 10321@end smallexample
c906108c
SS
10322
10323@noindent
10324Here @var{file} or @var{function} is the name of the context for the
10325static @var{variable}. In the case of file names, you can use quotes to
10326make sure @value{GDBN} parses the file name as a single word---for example,
10327to print a global value of @code{x} defined in @file{f2.c}:
10328
474c8240 10329@smallexample
c906108c 10330(@value{GDBP}) p 'f2.c'::x
474c8240 10331@end smallexample
c906108c 10332
72384ba3
PH
10333The @code{::} notation is normally used for referring to
10334static variables, since you typically disambiguate uses of local variables
10335in functions by selecting the appropriate frame and using the
10336simple name of the variable. However, you may also use this notation
10337to refer to local variables in frames enclosing the selected frame:
10338
10339@smallexample
10340void
10341foo (int a)
10342@{
10343 if (a < 10)
10344 bar (a);
10345 else
10346 process (a); /* Stop here */
10347@}
10348
10349int
10350bar (int a)
10351@{
10352 foo (a + 5);
10353@}
10354@end smallexample
10355
10356@noindent
10357For example, if there is a breakpoint at the commented line,
10358here is what you might see
10359when the program stops after executing the call @code{bar(0)}:
10360
10361@smallexample
10362(@value{GDBP}) p a
10363$1 = 10
10364(@value{GDBP}) p bar::a
10365$2 = 5
10366(@value{GDBP}) up 2
10367#2 0x080483d0 in foo (a=5) at foobar.c:12
10368(@value{GDBP}) p a
10369$3 = 5
10370(@value{GDBP}) p bar::a
10371$4 = 0
10372@end smallexample
10373
b37052ae 10374@cindex C@t{++} scope resolution
805e1f19
TT
10375These uses of @samp{::} are very rarely in conflict with the very
10376similar use of the same notation in C@t{++}. When they are in
10377conflict, the C@t{++} meaning takes precedence; however, this can be
10378overridden by quoting the file or function name with single quotes.
10379
10380For example, suppose the program is stopped in a method of a class
10381that has a field named @code{includefile}, and there is also an
10382include file named @file{includefile} that defines a variable,
10383@code{some_global}.
10384
10385@smallexample
10386(@value{GDBP}) p includefile
10387$1 = 23
10388(@value{GDBP}) p includefile::some_global
10389A syntax error in expression, near `'.
10390(@value{GDBP}) p 'includefile'::some_global
10391$2 = 27
10392@end smallexample
c906108c
SS
10393
10394@cindex wrong values
10395@cindex variable values, wrong
15387254
EZ
10396@cindex function entry/exit, wrong values of variables
10397@cindex optimized code, wrong values of variables
c906108c
SS
10398@quotation
10399@emph{Warning:} Occasionally, a local variable may appear to have the
10400wrong value at certain points in a function---just after entry to a new
10401scope, and just before exit.
10402@end quotation
10403You may see this problem when you are stepping by machine instructions.
10404This is because, on most machines, it takes more than one instruction to
10405set up a stack frame (including local variable definitions); if you are
10406stepping by machine instructions, variables may appear to have the wrong
10407values until the stack frame is completely built. On exit, it usually
10408also takes more than one machine instruction to destroy a stack frame;
10409after you begin stepping through that group of instructions, local
10410variable definitions may be gone.
10411
10412This may also happen when the compiler does significant optimizations.
10413To be sure of always seeing accurate values, turn off all optimization
10414when compiling.
10415
d4f3574e
SS
10416@cindex ``No symbol "foo" in current context''
10417Another possible effect of compiler optimizations is to optimize
10418unused variables out of existence, or assign variables to registers (as
10419opposed to memory addresses). Depending on the support for such cases
10420offered by the debug info format used by the compiler, @value{GDBN}
10421might not be able to display values for such local variables. If that
10422happens, @value{GDBN} will print a message like this:
10423
474c8240 10424@smallexample
d4f3574e 10425No symbol "foo" in current context.
474c8240 10426@end smallexample
d4f3574e
SS
10427
10428To solve such problems, either recompile without optimizations, or use a
10429different debug info format, if the compiler supports several such
e0f8f636
TT
10430formats. @xref{Compilation}, for more information on choosing compiler
10431options. @xref{C, ,C and C@t{++}}, for more information about debug
10432info formats that are best suited to C@t{++} programs.
d4f3574e 10433
ab1adacd
EZ
10434If you ask to print an object whose contents are unknown to
10435@value{GDBN}, e.g., because its data type is not completely specified
10436by the debug information, @value{GDBN} will say @samp{<incomplete
10437type>}. @xref{Symbols, incomplete type}, for more about this.
10438
d69cf9b2
PA
10439@cindex no debug info variables
10440If you try to examine or use the value of a (global) variable for
10441which @value{GDBN} has no type information, e.g., because the program
10442includes no debug information, @value{GDBN} displays an error message.
10443@xref{Symbols, unknown type}, for more about unknown types. If you
10444cast the variable to its declared type, @value{GDBN} gets the
10445variable's value using the cast-to type as the variable's type. For
10446example, in a C program:
10447
10448@smallexample
10449 (@value{GDBP}) p var
10450 'var' has unknown type; cast it to its declared type
10451 (@value{GDBP}) p (float) var
10452 $1 = 3.14
10453@end smallexample
10454
36b11add
JK
10455If you append @kbd{@@entry} string to a function parameter name you get its
10456value at the time the function got called. If the value is not available an
10457error message is printed. Entry values are available only with some compilers.
10458Entry values are normally also printed at the function parameter list according
10459to @ref{set print entry-values}.
10460
10461@smallexample
10462Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
1046329 i++;
10464(gdb) next
1046530 e (i);
10466(gdb) print i
10467$1 = 31
10468(gdb) print i@@entry
10469$2 = 30
10470@end smallexample
10471
3a60f64e
JK
10472Strings are identified as arrays of @code{char} values without specified
10473signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10474printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10475@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10476defines literal string type @code{"char"} as @code{char} without a sign.
10477For program code
10478
10479@smallexample
10480char var0[] = "A";
10481signed char var1[] = "A";
10482@end smallexample
10483
10484You get during debugging
10485@smallexample
10486(gdb) print var0
10487$1 = "A"
10488(gdb) print var1
10489$2 = @{65 'A', 0 '\0'@}
10490@end smallexample
10491
6d2ebf8b 10492@node Arrays
79a6e687 10493@section Artificial Arrays
c906108c
SS
10494
10495@cindex artificial array
15387254 10496@cindex arrays
41afff9a 10497@kindex @@@r{, referencing memory as an array}
c906108c
SS
10498It is often useful to print out several successive objects of the
10499same type in memory; a section of an array, or an array of
10500dynamically determined size for which only a pointer exists in the
10501program.
10502
10503You can do this by referring to a contiguous span of memory as an
10504@dfn{artificial array}, using the binary operator @samp{@@}. The left
10505operand of @samp{@@} should be the first element of the desired array
10506and be an individual object. The right operand should be the desired length
10507of the array. The result is an array value whose elements are all of
10508the type of the left argument. The first element is actually the left
10509argument; the second element comes from bytes of memory immediately
10510following those that hold the first element, and so on. Here is an
10511example. If a program says
10512
474c8240 10513@smallexample
c906108c 10514int *array = (int *) malloc (len * sizeof (int));
474c8240 10515@end smallexample
c906108c
SS
10516
10517@noindent
10518you can print the contents of @code{array} with
10519
474c8240 10520@smallexample
c906108c 10521p *array@@len
474c8240 10522@end smallexample
c906108c
SS
10523
10524The left operand of @samp{@@} must reside in memory. Array values made
10525with @samp{@@} in this way behave just like other arrays in terms of
10526subscripting, and are coerced to pointers when used in expressions.
10527Artificial arrays most often appear in expressions via the value history
79a6e687 10528(@pxref{Value History, ,Value History}), after printing one out.
c906108c
SS
10529
10530Another way to create an artificial array is to use a cast.
10531This re-interprets a value as if it were an array.
10532The value need not be in memory:
474c8240 10533@smallexample
c906108c
SS
10534(@value{GDBP}) p/x (short[2])0x12345678
10535$1 = @{0x1234, 0x5678@}
474c8240 10536@end smallexample
c906108c
SS
10537
10538As a convenience, if you leave the array length out (as in
c3f6f71d 10539@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 10540the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 10541@smallexample
c906108c
SS
10542(@value{GDBP}) p/x (short[])0x12345678
10543$2 = @{0x1234, 0x5678@}
474c8240 10544@end smallexample
c906108c
SS
10545
10546Sometimes the artificial array mechanism is not quite enough; in
10547moderately complex data structures, the elements of interest may not
10548actually be adjacent---for example, if you are interested in the values
10549of pointers in an array. One useful work-around in this situation is
10550to use a convenience variable (@pxref{Convenience Vars, ,Convenience
79a6e687 10551Variables}) as a counter in an expression that prints the first
c906108c
SS
10552interesting value, and then repeat that expression via @key{RET}. For
10553instance, suppose you have an array @code{dtab} of pointers to
10554structures, and you are interested in the values of a field @code{fv}
10555in each structure. Here is an example of what you might type:
10556
474c8240 10557@smallexample
c906108c
SS
10558set $i = 0
10559p dtab[$i++]->fv
10560@key{RET}
10561@key{RET}
10562@dots{}
474c8240 10563@end smallexample
c906108c 10564
6d2ebf8b 10565@node Output Formats
79a6e687 10566@section Output Formats
c906108c
SS
10567
10568@cindex formatted output
10569@cindex output formats
10570By default, @value{GDBN} prints a value according to its data type. Sometimes
10571this is not what you want. For example, you might want to print a number
10572in hex, or a pointer in decimal. Or you might want to view data in memory
10573at a certain address as a character string or as an instruction. To do
10574these things, specify an @dfn{output format} when you print a value.
10575
10576The simplest use of output formats is to say how to print a value
10577already computed. This is done by starting the arguments of the
10578@code{print} command with a slash and a format letter. The format
10579letters supported are:
10580
10581@table @code
10582@item x
10583Regard the bits of the value as an integer, and print the integer in
10584hexadecimal.
10585
10586@item d
10587Print as integer in signed decimal.
10588
10589@item u
10590Print as integer in unsigned decimal.
10591
10592@item o
10593Print as integer in octal.
10594
10595@item t
10596Print as integer in binary. The letter @samp{t} stands for ``two''.
10597@footnote{@samp{b} cannot be used because these format letters are also
10598used with the @code{x} command, where @samp{b} stands for ``byte'';
79a6e687 10599see @ref{Memory,,Examining Memory}.}
c906108c
SS
10600
10601@item a
10602@cindex unknown address, locating
3d67e040 10603@cindex locate address
c906108c
SS
10604Print as an address, both absolute in hexadecimal and as an offset from
10605the nearest preceding symbol. You can use this format used to discover
10606where (in what function) an unknown address is located:
10607
474c8240 10608@smallexample
c906108c
SS
10609(@value{GDBP}) p/a 0x54320
10610$3 = 0x54320 <_initialize_vx+396>
474c8240 10611@end smallexample
c906108c 10612
3d67e040
EZ
10613@noindent
10614The command @code{info symbol 0x54320} yields similar results.
10615@xref{Symbols, info symbol}.
10616
c906108c 10617@item c
51274035
EZ
10618Regard as an integer and print it as a character constant. This
10619prints both the numerical value and its character representation. The
10620character representation is replaced with the octal escape @samp{\nnn}
10621for characters outside the 7-bit @sc{ascii} range.
c906108c 10622
ea37ba09
DJ
10623Without this format, @value{GDBN} displays @code{char},
10624@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10625constants. Single-byte members of vectors are displayed as integer
10626data.
10627
c906108c
SS
10628@item f
10629Regard the bits of the value as a floating point number and print
10630using typical floating point syntax.
ea37ba09
DJ
10631
10632@item s
10633@cindex printing strings
10634@cindex printing byte arrays
10635Regard as a string, if possible. With this format, pointers to single-byte
10636data are displayed as null-terminated strings and arrays of single-byte data
10637are displayed as fixed-length strings. Other values are displayed in their
10638natural types.
10639
10640Without this format, @value{GDBN} displays pointers to and arrays of
10641@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10642strings. Single-byte members of a vector are displayed as an integer
10643array.
a6bac58e 10644
6fbe845e
AB
10645@item z
10646Like @samp{x} formatting, the value is treated as an integer and
10647printed as hexadecimal, but leading zeros are printed to pad the value
10648to the size of the integer type.
10649
a6bac58e
TT
10650@item r
10651@cindex raw printing
10652Print using the @samp{raw} formatting. By default, @value{GDBN} will
78e2826b
TT
10653use a Python-based pretty-printer, if one is available (@pxref{Pretty
10654Printing}). This typically results in a higher-level display of the
10655value's contents. The @samp{r} format bypasses any Python
10656pretty-printer which might exist.
c906108c
SS
10657@end table
10658
10659For example, to print the program counter in hex (@pxref{Registers}), type
10660
474c8240 10661@smallexample
c906108c 10662p/x $pc
474c8240 10663@end smallexample
c906108c
SS
10664
10665@noindent
10666Note that no space is required before the slash; this is because command
10667names in @value{GDBN} cannot contain a slash.
10668
10669To reprint the last value in the value history with a different format,
10670you can use the @code{print} command with just a format and no
10671expression. For example, @samp{p/x} reprints the last value in hex.
10672
6d2ebf8b 10673@node Memory
79a6e687 10674@section Examining Memory
c906108c
SS
10675
10676You can use the command @code{x} (for ``examine'') to examine memory in
10677any of several formats, independently of your program's data types.
10678
10679@cindex examining memory
10680@table @code
41afff9a 10681@kindex x @r{(examine memory)}
c906108c
SS
10682@item x/@var{nfu} @var{addr}
10683@itemx x @var{addr}
10684@itemx x
10685Use the @code{x} command to examine memory.
10686@end table
10687
10688@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10689much memory to display and how to format it; @var{addr} is an
10690expression giving the address where you want to start displaying memory.
10691If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10692Several commands set convenient defaults for @var{addr}.
10693
10694@table @r
10695@item @var{n}, the repeat count
10696The repeat count is a decimal integer; the default is 1. It specifies
bb556f1f
TK
10697how much memory (counting by units @var{u}) to display. If a negative
10698number is specified, memory is examined backward from @var{addr}.
c906108c
SS
10699@c This really is **decimal**; unaffected by 'set radix' as of GDB
10700@c 4.1.2.
10701
10702@item @var{f}, the display format
51274035
EZ
10703The display format is one of the formats used by @code{print}
10704(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
ea37ba09
DJ
10705@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10706The default is @samp{x} (hexadecimal) initially. The default changes
10707each time you use either @code{x} or @code{print}.
c906108c
SS
10708
10709@item @var{u}, the unit size
10710The unit size is any of
10711
10712@table @code
10713@item b
10714Bytes.
10715@item h
10716Halfwords (two bytes).
10717@item w
10718Words (four bytes). This is the initial default.
10719@item g
10720Giant words (eight bytes).
10721@end table
10722
10723Each time you specify a unit size with @code{x}, that size becomes the
9a22f0d0
PM
10724default unit the next time you use @code{x}. For the @samp{i} format,
10725the unit size is ignored and is normally not written. For the @samp{s} format,
10726the unit size defaults to @samp{b}, unless it is explicitly given.
10727Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
1072832-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10729Note that the results depend on the programming language of the
10730current compilation unit. If the language is C, the @samp{s}
10731modifier will use the UTF-16 encoding while @samp{w} will use
10732UTF-32. The encoding is set by the programming language and cannot
10733be altered.
c906108c
SS
10734
10735@item @var{addr}, starting display address
10736@var{addr} is the address where you want @value{GDBN} to begin displaying
10737memory. The expression need not have a pointer value (though it may);
10738it is always interpreted as an integer address of a byte of memory.
10739@xref{Expressions, ,Expressions}, for more information on expressions. The default for
10740@var{addr} is usually just after the last address examined---but several
10741other commands also set the default address: @code{info breakpoints} (to
10742the address of the last breakpoint listed), @code{info line} (to the
10743starting address of a line), and @code{print} (if you use it to display
10744a value from memory).
10745@end table
10746
10747For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10748(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10749starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10750words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 10751@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c 10752
bb556f1f
TK
10753You can also specify a negative repeat count to examine memory backward
10754from the given address. For example, @samp{x/-3uh 0x54320} prints three
10755halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10756
c906108c
SS
10757Since the letters indicating unit sizes are all distinct from the
10758letters specifying output formats, you do not have to remember whether
10759unit size or format comes first; either order works. The output
10760specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10761(However, the count @var{n} must come first; @samp{wx4} does not work.)
10762
10763Even though the unit size @var{u} is ignored for the formats @samp{s}
10764and @samp{i}, you might still want to use a count @var{n}; for example,
10765@samp{3i} specifies that you want to see three machine instructions,
a4642986
MR
10766including any operands. For convenience, especially when used with
10767the @code{display} command, the @samp{i} format also prints branch delay
10768slot instructions, if any, beyond the count specified, which immediately
10769follow the last instruction that is within the count. The command
10770@code{disassemble} gives an alternative way of inspecting machine
10771instructions; see @ref{Machine Code,,Source and Machine Code}.
c906108c 10772
bb556f1f
TK
10773If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10774the command displays null-terminated strings or instructions before the given
10775address as many as the absolute value of the given number. For the @samp{i}
10776format, we use line number information in the debug info to accurately locate
10777instruction boundaries while disassembling backward. If line info is not
10778available, the command stops examining memory with an error message.
10779
c906108c
SS
10780All the defaults for the arguments to @code{x} are designed to make it
10781easy to continue scanning memory with minimal specifications each time
10782you use @code{x}. For example, after you have inspected three machine
10783instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10784with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10785the repeat count @var{n} is used again; the other arguments default as
10786for successive uses of @code{x}.
10787
2b28d209
PP
10788When examining machine instructions, the instruction at current program
10789counter is shown with a @code{=>} marker. For example:
10790
10791@smallexample
10792(@value{GDBP}) x/5i $pc-6
10793 0x804837f <main+11>: mov %esp,%ebp
10794 0x8048381 <main+13>: push %ecx
10795 0x8048382 <main+14>: sub $0x4,%esp
10796=> 0x8048385 <main+17>: movl $0x8048460,(%esp)
10797 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10798@end smallexample
10799
c906108c
SS
10800@cindex @code{$_}, @code{$__}, and value history
10801The addresses and contents printed by the @code{x} command are not saved
10802in the value history because there is often too much of them and they
10803would get in the way. Instead, @value{GDBN} makes these values available for
10804subsequent use in expressions as values of the convenience variables
10805@code{$_} and @code{$__}. After an @code{x} command, the last address
10806examined is available for use in expressions in the convenience variable
10807@code{$_}. The contents of that address, as examined, are available in
10808the convenience variable @code{$__}.
10809
10810If the @code{x} command has a repeat count, the address and contents saved
10811are from the last memory unit printed; this is not the same as the last
10812address printed if several units were printed on the last line of output.
10813
a86c90e6
SM
10814@anchor{addressable memory unit}
10815@cindex addressable memory unit
10816Most targets have an addressable memory unit size of 8 bits. This means
10817that to each memory address are associated 8 bits of data. Some
10818targets, however, have other addressable memory unit sizes.
10819Within @value{GDBN} and this document, the term
10820@dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10821when explicitly referring to a chunk of data of that size. The word
10822@dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10823the addressable memory unit size of the target. For most systems,
10824addressable memory unit is a synonym of byte.
10825
09d4efe1 10826@cindex remote memory comparison
936d2992 10827@cindex target memory comparison
09d4efe1 10828@cindex verify remote memory image
936d2992 10829@cindex verify target memory image
09d4efe1 10830When you are debugging a program running on a remote target machine
936d2992
PA
10831(@pxref{Remote Debugging}), you may wish to verify the program's image
10832in the remote machine's memory against the executable file you
10833downloaded to the target. Or, on any target, you may want to check
10834whether the program has corrupted its own read-only sections. The
10835@code{compare-sections} command is provided for such situations.
09d4efe1
EZ
10836
10837@table @code
10838@kindex compare-sections
95cf3b38 10839@item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
09d4efe1
EZ
10840Compare the data of a loadable section @var{section-name} in the
10841executable file of the program being debugged with the same section in
936d2992 10842the target machine's memory, and report any mismatches. With no
95cf3b38 10843arguments, compares all loadable sections. With an argument of
936d2992
PA
10844@code{-r}, compares all loadable read-only sections.
10845
10846Note: for remote targets, this command can be accelerated if the
10847target supports computing the CRC checksum of a block of memory
10848(@pxref{qCRC packet}).
09d4efe1
EZ
10849@end table
10850
6d2ebf8b 10851@node Auto Display
79a6e687 10852@section Automatic Display
c906108c
SS
10853@cindex automatic display
10854@cindex display of expressions
10855
10856If you find that you want to print the value of an expression frequently
10857(to see how it changes), you might want to add it to the @dfn{automatic
10858display list} so that @value{GDBN} prints its value each time your program stops.
10859Each expression added to the list is given a number to identify it;
10860to remove an expression from the list, you specify that number.
10861The automatic display looks like this:
10862
474c8240 10863@smallexample
c906108c
SS
108642: foo = 38
108653: bar[5] = (struct hack *) 0x3804
474c8240 10866@end smallexample
c906108c
SS
10867
10868@noindent
10869This display shows item numbers, expressions and their current values. As with
10870displays you request manually using @code{x} or @code{print}, you can
10871specify the output format you prefer; in fact, @code{display} decides
ea37ba09
DJ
10872whether to use @code{print} or @code{x} depending your format
10873specification---it uses @code{x} if you specify either the @samp{i}
10874or @samp{s} format, or a unit size; otherwise it uses @code{print}.
c906108c
SS
10875
10876@table @code
10877@kindex display
d4f3574e
SS
10878@item display @var{expr}
10879Add the expression @var{expr} to the list of expressions to display
c906108c
SS
10880each time your program stops. @xref{Expressions, ,Expressions}.
10881
10882@code{display} does not repeat if you press @key{RET} again after using it.
10883
d4f3574e 10884@item display/@var{fmt} @var{expr}
c906108c 10885For @var{fmt} specifying only a display format and not a size or
d4f3574e 10886count, add the expression @var{expr} to the auto-display list but
c906108c 10887arrange to display it each time in the specified format @var{fmt}.
79a6e687 10888@xref{Output Formats,,Output Formats}.
c906108c
SS
10889
10890@item display/@var{fmt} @var{addr}
10891For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10892number of units, add the expression @var{addr} as a memory address to
10893be examined each time your program stops. Examining means in effect
79a6e687 10894doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
c906108c
SS
10895@end table
10896
10897For example, @samp{display/i $pc} can be helpful, to see the machine
10898instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 10899is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
10900
10901@table @code
10902@kindex delete display
10903@kindex undisplay
10904@item undisplay @var{dnums}@dots{}
10905@itemx delete display @var{dnums}@dots{}
c9174737
PA
10906Remove items from the list of expressions to display. Specify the
10907numbers of the displays that you want affected with the command
10908argument @var{dnums}. It can be a single display number, one of the
10909numbers shown in the first field of the @samp{info display} display;
10910or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
10911
10912@code{undisplay} does not repeat if you press @key{RET} after using it.
10913(Otherwise you would just get the error @samp{No display number @dots{}}.)
10914
10915@kindex disable display
10916@item disable display @var{dnums}@dots{}
10917Disable the display of item numbers @var{dnums}. A disabled display
10918item is not printed automatically, but is not forgotten. It may be
c9174737
PA
10919enabled again later. Specify the numbers of the displays that you
10920want affected with the command argument @var{dnums}. It can be a
10921single display number, one of the numbers shown in the first field of
10922the @samp{info display} display; or it could be a range of display
10923numbers, as in @code{2-4}.
c906108c
SS
10924
10925@kindex enable display
10926@item enable display @var{dnums}@dots{}
10927Enable display of item numbers @var{dnums}. It becomes effective once
10928again in auto display of its expression, until you specify otherwise.
c9174737
PA
10929Specify the numbers of the displays that you want affected with the
10930command argument @var{dnums}. It can be a single display number, one
10931of the numbers shown in the first field of the @samp{info display}
10932display; or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
10933
10934@item display
10935Display the current values of the expressions on the list, just as is
10936done when your program stops.
10937
10938@kindex info display
10939@item info display
10940Print the list of expressions previously set up to display
10941automatically, each one with its item number, but without showing the
10942values. This includes disabled expressions, which are marked as such.
10943It also includes expressions which would not be displayed right now
10944because they refer to automatic variables not currently available.
10945@end table
10946
15387254 10947@cindex display disabled out of scope
c906108c
SS
10948If a display expression refers to local variables, then it does not make
10949sense outside the lexical context for which it was set up. Such an
10950expression is disabled when execution enters a context where one of its
10951variables is not defined. For example, if you give the command
10952@code{display last_char} while inside a function with an argument
10953@code{last_char}, @value{GDBN} displays this argument while your program
10954continues to stop inside that function. When it stops elsewhere---where
10955there is no variable @code{last_char}---the display is disabled
10956automatically. The next time your program stops where @code{last_char}
10957is meaningful, you can enable the display expression once again.
10958
6d2ebf8b 10959@node Print Settings
79a6e687 10960@section Print Settings
c906108c
SS
10961
10962@cindex format options
10963@cindex print settings
10964@value{GDBN} provides the following ways to control how arrays, structures,
10965and symbols are printed.
10966
10967@noindent
10968These settings are useful for debugging programs in any language:
10969
10970@table @code
4644b6e3 10971@kindex set print
3345721a 10972@anchor{set print address}
c906108c
SS
10973@item set print address
10974@itemx set print address on
4644b6e3 10975@cindex print/don't print memory addresses
c906108c
SS
10976@value{GDBN} prints memory addresses showing the location of stack
10977traces, structure values, pointer values, breakpoints, and so forth,
10978even when it also displays the contents of those addresses. The default
10979is @code{on}. For example, this is what a stack frame display looks like with
10980@code{set print address on}:
10981
10982@smallexample
10983@group
10984(@value{GDBP}) f
10985#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
10986 at input.c:530
10987530 if (lquote != def_lquote)
10988@end group
10989@end smallexample
10990
10991@item set print address off
10992Do not print addresses when displaying their contents. For example,
10993this is the same stack frame displayed with @code{set print address off}:
10994
10995@smallexample
10996@group
10997(@value{GDBP}) set print addr off
10998(@value{GDBP}) f
10999#0 set_quotes (lq="<<", rq=">>") at input.c:530
11000530 if (lquote != def_lquote)
11001@end group
11002@end smallexample
11003
11004You can use @samp{set print address off} to eliminate all machine
11005dependent displays from the @value{GDBN} interface. For example, with
11006@code{print address off}, you should get the same text for backtraces on
11007all machines---whether or not they involve pointer arguments.
11008
4644b6e3 11009@kindex show print
c906108c
SS
11010@item show print address
11011Show whether or not addresses are to be printed.
11012@end table
11013
11014When @value{GDBN} prints a symbolic address, it normally prints the
11015closest earlier symbol plus an offset. If that symbol does not uniquely
11016identify the address (for example, it is a name whose scope is a single
11017source file), you may need to clarify. One way to do this is with
11018@code{info line}, for example @samp{info line *0x4537}. Alternately,
11019you can set @value{GDBN} to print the source file and line number when
11020it prints a symbolic address:
11021
11022@table @code
c906108c 11023@item set print symbol-filename on
9c16f35a
EZ
11024@cindex source file and line of a symbol
11025@cindex symbol, source file and line
c906108c
SS
11026Tell @value{GDBN} to print the source file name and line number of a
11027symbol in the symbolic form of an address.
11028
11029@item set print symbol-filename off
11030Do not print source file name and line number of a symbol. This is the
11031default.
11032
c906108c
SS
11033@item show print symbol-filename
11034Show whether or not @value{GDBN} will print the source file name and
11035line number of a symbol in the symbolic form of an address.
11036@end table
11037
11038Another situation where it is helpful to show symbol filenames and line
11039numbers is when disassembling code; @value{GDBN} shows you the line
11040number and source file that corresponds to each instruction.
11041
11042Also, you may wish to see the symbolic form only if the address being
11043printed is reasonably close to the closest earlier symbol:
11044
11045@table @code
c906108c 11046@item set print max-symbolic-offset @var{max-offset}
f81d1120 11047@itemx set print max-symbolic-offset unlimited
4644b6e3 11048@cindex maximum value for offset of closest symbol
c906108c
SS
11049Tell @value{GDBN} to only display the symbolic form of an address if the
11050offset between the closest earlier symbol and the address is less than
f81d1120
PA
11051@var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
11052to always print the symbolic form of an address if any symbol precedes
11053it. Zero is equivalent to @code{unlimited}.
c906108c 11054
c906108c
SS
11055@item show print max-symbolic-offset
11056Ask how large the maximum offset is that @value{GDBN} prints in a
11057symbolic address.
11058@end table
11059
11060@cindex wild pointer, interpreting
11061@cindex pointer, finding referent
11062If you have a pointer and you are not sure where it points, try
11063@samp{set print symbol-filename on}. Then you can determine the name
11064and source file location of the variable where it points, using
11065@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
11066For example, here @value{GDBN} shows that a variable @code{ptt} points
11067at another variable @code{t}, defined in @file{hi2.c}:
11068
474c8240 11069@smallexample
c906108c
SS
11070(@value{GDBP}) set print symbol-filename on
11071(@value{GDBP}) p/a ptt
11072$4 = 0xe008 <t in hi2.c>
474c8240 11073@end smallexample
c906108c
SS
11074
11075@quotation
11076@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
11077does not show the symbol name and filename of the referent, even with
11078the appropriate @code{set print} options turned on.
11079@end quotation
11080
9cb709b6
TT
11081You can also enable @samp{/a}-like formatting all the time using
11082@samp{set print symbol on}:
11083
3345721a 11084@anchor{set print symbol}
9cb709b6
TT
11085@table @code
11086@item set print symbol on
11087Tell @value{GDBN} to print the symbol corresponding to an address, if
11088one exists.
11089
11090@item set print symbol off
11091Tell @value{GDBN} not to print the symbol corresponding to an
11092address. In this mode, @value{GDBN} will still print the symbol
11093corresponding to pointers to functions. This is the default.
11094
11095@item show print symbol
11096Show whether @value{GDBN} will display the symbol corresponding to an
11097address.
11098@end table
11099
c906108c
SS
11100Other settings control how different kinds of objects are printed:
11101
11102@table @code
3345721a 11103@anchor{set print array}
c906108c
SS
11104@item set print array
11105@itemx set print array on
4644b6e3 11106@cindex pretty print arrays
c906108c
SS
11107Pretty print arrays. This format is more convenient to read,
11108but uses more space. The default is off.
11109
11110@item set print array off
11111Return to compressed format for arrays.
11112
c906108c
SS
11113@item show print array
11114Show whether compressed or pretty format is selected for displaying
11115arrays.
11116
3c9c013a 11117@cindex print array indexes
3345721a 11118@anchor{set print array-indexes}
3c9c013a
JB
11119@item set print array-indexes
11120@itemx set print array-indexes on
11121Print the index of each element when displaying arrays. May be more
11122convenient to locate a given element in the array or quickly find the
11123index of a given element in that printed array. The default is off.
11124
11125@item set print array-indexes off
11126Stop printing element indexes when displaying arrays.
11127
11128@item show print array-indexes
11129Show whether the index of each element is printed when displaying
11130arrays.
11131
3345721a 11132@anchor{set print elements}
c906108c 11133@item set print elements @var{number-of-elements}
f81d1120 11134@itemx set print elements unlimited
4644b6e3 11135@cindex number of array elements to print
9c16f35a 11136@cindex limit on number of printed array elements
c906108c
SS
11137Set a limit on how many elements of an array @value{GDBN} will print.
11138If @value{GDBN} is printing a large array, it stops printing after it has
11139printed the number of elements set by the @code{set print elements} command.
11140This limit also applies to the display of strings.
d4f3574e 11141When @value{GDBN} starts, this limit is set to 200.
f81d1120
PA
11142Setting @var{number-of-elements} to @code{unlimited} or zero means
11143that the number of elements to print is unlimited.
c906108c 11144
c906108c
SS
11145@item show print elements
11146Display the number of elements of a large array that @value{GDBN} will print.
11147If the number is 0, then the printing is unlimited.
11148
3345721a 11149@anchor{set print frame-arguments}
b4740add 11150@item set print frame-arguments @var{value}
a0381d3a 11151@kindex set print frame-arguments
b4740add
JB
11152@cindex printing frame argument values
11153@cindex print all frame argument values
11154@cindex print frame argument values for scalars only
bc4268a5 11155@cindex do not print frame arguments
b4740add
JB
11156This command allows to control how the values of arguments are printed
11157when the debugger prints a frame (@pxref{Frames}). The possible
11158values are:
11159
11160@table @code
11161@item all
4f5376b2 11162The values of all arguments are printed.
b4740add
JB
11163
11164@item scalars
11165Print the value of an argument only if it is a scalar. The value of more
11166complex arguments such as arrays, structures, unions, etc, is replaced
4f5376b2
JB
11167by @code{@dots{}}. This is the default. Here is an example where
11168only scalar arguments are shown:
b4740add
JB
11169
11170@smallexample
11171#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
11172 at frame-args.c:23
11173@end smallexample
11174
11175@item none
11176None of the argument values are printed. Instead, the value of each argument
11177is replaced by @code{@dots{}}. In this case, the example above now becomes:
11178
11179@smallexample
11180#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
11181 at frame-args.c:23
11182@end smallexample
bc4268a5
PW
11183
11184@item presence
11185Only the presence of arguments is indicated by @code{@dots{}}.
11186The @code{@dots{}} are not printed for function without any arguments.
11187None of the argument names and values are printed.
11188In this case, the example above now becomes:
11189
11190@smallexample
11191#1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11192@end smallexample
11193
b4740add
JB
11194@end table
11195
4f5376b2
JB
11196By default, only scalar arguments are printed. This command can be used
11197to configure the debugger to print the value of all arguments, regardless
11198of their type. However, it is often advantageous to not print the value
11199of more complex parameters. For instance, it reduces the amount of
11200information printed in each frame, making the backtrace more readable.
11201Also, it improves performance when displaying Ada frames, because
11202the computation of large arguments can sometimes be CPU-intensive,
11203especially in large applications. Setting @code{print frame-arguments}
bc4268a5
PW
11204to @code{scalars} (the default), @code{none} or @code{presence} avoids
11205this computation, thus speeding up the display of each Ada frame.
b4740add
JB
11206
11207@item show print frame-arguments
11208Show how the value of arguments should be displayed when printing a frame.
11209
3345721a 11210@anchor{set print raw-frame-arguments}
2daf894e 11211@item set print raw-frame-arguments on
e7045703
DE
11212Print frame arguments in raw, non pretty-printed, form.
11213
2daf894e 11214@item set print raw-frame-arguments off
e7045703
DE
11215Print frame arguments in pretty-printed form, if there is a pretty-printer
11216for the value (@pxref{Pretty Printing}),
11217otherwise print the value in raw form.
11218This is the default.
11219
2daf894e 11220@item show print raw-frame-arguments
e7045703
DE
11221Show whether to print frame arguments in raw form.
11222
36b11add 11223@anchor{set print entry-values}
e18b2753
JK
11224@item set print entry-values @var{value}
11225@kindex set print entry-values
11226Set printing of frame argument values at function entry. In some cases
11227@value{GDBN} can determine the value of function argument which was passed by
11228the function caller, even if the value was modified inside the called function
11229and therefore is different. With optimized code, the current value could be
11230unavailable, but the entry value may still be known.
11231
11232The default value is @code{default} (see below for its description). Older
11233@value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11234this feature will behave in the @code{default} setting the same way as with the
11235@code{no} setting.
11236
11237This functionality is currently supported only by DWARF 2 debugging format and
216f72a1 11238the compiler has to produce @samp{DW_TAG_call_site} tags. With
e18b2753
JK
11239@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11240this information.
11241
11242The @var{value} parameter can be one of the following:
11243
11244@table @code
11245@item no
11246Print only actual parameter values, never print values from function entry
11247point.
11248@smallexample
11249#0 equal (val=5)
11250#0 different (val=6)
11251#0 lost (val=<optimized out>)
11252#0 born (val=10)
11253#0 invalid (val=<optimized out>)
11254@end smallexample
11255
11256@item only
11257Print only parameter values from function entry point. The actual parameter
11258values are never printed.
11259@smallexample
11260#0 equal (val@@entry=5)
11261#0 different (val@@entry=5)
11262#0 lost (val@@entry=5)
11263#0 born (val@@entry=<optimized out>)
11264#0 invalid (val@@entry=<optimized out>)
11265@end smallexample
11266
11267@item preferred
11268Print only parameter values from function entry point. If value from function
11269entry point is not known while the actual value is known, print the actual
11270value for such parameter.
11271@smallexample
11272#0 equal (val@@entry=5)
11273#0 different (val@@entry=5)
11274#0 lost (val@@entry=5)
11275#0 born (val=10)
11276#0 invalid (val@@entry=<optimized out>)
11277@end smallexample
11278
11279@item if-needed
11280Print actual parameter values. If actual parameter value is not known while
11281value from function entry point is known, print the entry point value for such
11282parameter.
11283@smallexample
11284#0 equal (val=5)
11285#0 different (val=6)
11286#0 lost (val@@entry=5)
11287#0 born (val=10)
11288#0 invalid (val=<optimized out>)
11289@end smallexample
11290
11291@item both
11292Always print both the actual parameter value and its value from function entry
11293point, even if values of one or both are not available due to compiler
11294optimizations.
11295@smallexample
11296#0 equal (val=5, val@@entry=5)
11297#0 different (val=6, val@@entry=5)
11298#0 lost (val=<optimized out>, val@@entry=5)
11299#0 born (val=10, val@@entry=<optimized out>)
11300#0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11301@end smallexample
11302
11303@item compact
11304Print the actual parameter value if it is known and also its value from
11305function entry point if it is known. If neither is known, print for the actual
11306value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11307values are known and identical, print the shortened
11308@code{param=param@@entry=VALUE} notation.
11309@smallexample
11310#0 equal (val=val@@entry=5)
11311#0 different (val=6, val@@entry=5)
11312#0 lost (val@@entry=5)
11313#0 born (val=10)
11314#0 invalid (val=<optimized out>)
11315@end smallexample
11316
11317@item default
11318Always print the actual parameter value. Print also its value from function
11319entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11320if both values are known and identical, print the shortened
11321@code{param=param@@entry=VALUE} notation.
11322@smallexample
11323#0 equal (val=val@@entry=5)
11324#0 different (val=6, val@@entry=5)
11325#0 lost (val=<optimized out>, val@@entry=5)
11326#0 born (val=10)
11327#0 invalid (val=<optimized out>)
11328@end smallexample
11329@end table
11330
11331For analysis messages on possible failures of frame argument values at function
11332entry resolution see @ref{set debug entry-values}.
11333
11334@item show print entry-values
11335Show the method being used for printing of frame argument values at function
11336entry.
11337
bc4268a5
PW
11338@anchor{set print frame-info}
11339@item set print frame-info @var{value}
11340@kindex set print frame-info
11341@cindex printing frame information
11342@cindex frame information, printing
11343This command allows to control the information printed when
11344the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11345for a general explanation about frames and frame information.
11346Note that some other settings (such as @code{set print frame-arguments}
11347and @code{set print address}) are also influencing if and how some frame
11348information is displayed. In particular, the frame program counter is never
11349printed if @code{set print address} is off.
11350
11351The possible values for @code{set print frame-info} are:
11352@table @code
11353@item short-location
11354Print the frame level, the program counter (if not at the
11355beginning of the location source line), the function, the function
11356arguments.
11357@item location
11358Same as @code{short-location} but also print the source file and source line
11359number.
11360@item location-and-address
11361Same as @code{location} but print the program counter even if located at the
11362beginning of the location source line.
11363@item source-line
11364Print the program counter (if not at the beginning of the location
11365source line), the line number and the source line.
11366@item source-and-location
11367Print what @code{location} and @code{source-line} are printing.
11368@item auto
11369The information printed for a frame is decided automatically
11370by the @value{GDBN} command that prints a frame.
11371For example, @code{frame} prints the information printed by
11372@code{source-and-location} while @code{stepi} will switch between
11373@code{source-line} and @code{source-and-location} depending on the program
11374counter.
11375The default value is @code{auto}.
11376@end table
11377
3345721a 11378@anchor{set print repeats}
f81d1120
PA
11379@item set print repeats @var{number-of-repeats}
11380@itemx set print repeats unlimited
9c16f35a
EZ
11381@cindex repeated array elements
11382Set the threshold for suppressing display of repeated array
d3e8051b 11383elements. When the number of consecutive identical elements of an
9c16f35a
EZ
11384array exceeds the threshold, @value{GDBN} prints the string
11385@code{"<repeats @var{n} times>"}, where @var{n} is the number of
11386identical repetitions, instead of displaying the identical elements
f81d1120
PA
11387themselves. Setting the threshold to @code{unlimited} or zero will
11388cause all elements to be individually printed. The default threshold
11389is 10.
9c16f35a
EZ
11390
11391@item show print repeats
11392Display the current threshold for printing repeated identical
11393elements.
11394
3345721a 11395@anchor{set print max-depth}
2e62ab40
AB
11396@item set print max-depth @var{depth}
11397@item set print max-depth unlimited
11398@cindex printing nested structures
11399Set the threshold after which nested structures are replaced with
11400ellipsis, this can make visualising deeply nested structures easier.
11401
11402For example, given this C code
11403
11404@smallexample
11405typedef struct s1 @{ int a; @} s1;
11406typedef struct s2 @{ s1 b; @} s2;
11407typedef struct s3 @{ s2 c; @} s3;
11408typedef struct s4 @{ s3 d; @} s4;
11409
11410s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11411@end smallexample
11412
11413The following table shows how different values of @var{depth} will
11414effect how @code{var} is printed by @value{GDBN}:
11415
11416@multitable @columnfractions .3 .7
11417@headitem @var{depth} setting @tab Result of @samp{p var}
11418@item unlimited
11419@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11420@item @code{0}
11421@tab @code{$1 = @{...@}}
11422@item @code{1}
11423@tab @code{$1 = @{d = @{...@}@}}
11424@item @code{2}
11425@tab @code{$1 = @{d = @{c = @{...@}@}@}}
11426@item @code{3}
11427@tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11428@item @code{4}
11429@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11430@end multitable
11431
11432To see the contents of structures that have been hidden the user can
11433either increase the print max-depth, or they can print the elements of
11434the structure that are visible, for example
11435
11436@smallexample
11437(gdb) set print max-depth 2
11438(gdb) p var
11439$1 = @{d = @{c = @{...@}@}@}
11440(gdb) p var.d
11441$2 = @{c = @{b = @{...@}@}@}
11442(gdb) p var.d.c
11443$3 = @{b = @{a = 3@}@}
11444@end smallexample
11445
11446The pattern used to replace nested structures varies based on
11447language, for most languages @code{@{...@}} is used, but Fortran uses
11448@code{(...)}.
11449
11450@item show print max-depth
11451Display the current threshold after which nested structures are
11452replaces with ellipsis.
11453
3345721a 11454@anchor{set print null-stop}
c906108c 11455@item set print null-stop
4644b6e3 11456@cindex @sc{null} elements in arrays
c906108c 11457Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 11458@sc{null} is encountered. This is useful when large arrays actually
c906108c 11459contain only short strings.
d4f3574e 11460The default is off.
c906108c 11461
9c16f35a
EZ
11462@item show print null-stop
11463Show whether @value{GDBN} stops printing an array on the first
11464@sc{null} character.
11465
3345721a 11466@anchor{set print pretty}
c906108c 11467@item set print pretty on
9c16f35a
EZ
11468@cindex print structures in indented form
11469@cindex indentation in structure display
5d161b24 11470Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
11471per line, like this:
11472
11473@smallexample
11474@group
11475$1 = @{
11476 next = 0x0,
11477 flags = @{
11478 sweet = 1,
11479 sour = 1
11480 @},
11481 meat = 0x54 "Pork"
11482@}
11483@end group
11484@end smallexample
11485
11486@item set print pretty off
11487Cause @value{GDBN} to print structures in a compact format, like this:
11488
11489@smallexample
11490@group
11491$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11492meat = 0x54 "Pork"@}
11493@end group
11494@end smallexample
11495
11496@noindent
11497This is the default format.
11498
c906108c
SS
11499@item show print pretty
11500Show which format @value{GDBN} is using to print structures.
11501
d8edc8b7
PW
11502@anchor{set print raw-values}
11503@item set print raw-values on
11504Print values in raw form, without applying the pretty
11505printers for the value.
11506
11507@item set print raw-values off
11508Print values in pretty-printed form, if there is a pretty-printer
11509for the value (@pxref{Pretty Printing}),
11510otherwise print the value in raw form.
11511
11512The default setting is ``off''.
11513
11514@item show print raw-values
11515Show whether to print values in raw form.
11516
c906108c 11517@item set print sevenbit-strings on
4644b6e3
EZ
11518@cindex eight-bit characters in strings
11519@cindex octal escapes in strings
c906108c
SS
11520Print using only seven-bit characters; if this option is set,
11521@value{GDBN} displays any eight-bit characters (in strings or
11522character values) using the notation @code{\}@var{nnn}. This setting is
11523best if you are working in English (@sc{ascii}) and you use the
11524high-order bit of characters as a marker or ``meta'' bit.
11525
11526@item set print sevenbit-strings off
11527Print full eight-bit characters. This allows the use of more
11528international character sets, and is the default.
11529
c906108c
SS
11530@item show print sevenbit-strings
11531Show whether or not @value{GDBN} is printing only seven-bit characters.
11532
3345721a 11533@anchor{set print union}
c906108c 11534@item set print union on
4644b6e3 11535@cindex unions in structures, printing
9c16f35a
EZ
11536Tell @value{GDBN} to print unions which are contained in structures
11537and other unions. This is the default setting.
c906108c
SS
11538
11539@item set print union off
9c16f35a
EZ
11540Tell @value{GDBN} not to print unions which are contained in
11541structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11542instead.
c906108c 11543
c906108c
SS
11544@item show print union
11545Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 11546structures and other unions.
c906108c
SS
11547
11548For example, given the declarations
11549
11550@smallexample
11551typedef enum @{Tree, Bug@} Species;
11552typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 11553typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
11554 Bug_forms;
11555
11556struct thing @{
11557 Species it;
11558 union @{
11559 Tree_forms tree;
11560 Bug_forms bug;
11561 @} form;
11562@};
11563
11564struct thing foo = @{Tree, @{Acorn@}@};
11565@end smallexample
11566
11567@noindent
11568with @code{set print union on} in effect @samp{p foo} would print
11569
11570@smallexample
11571$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11572@end smallexample
11573
11574@noindent
11575and with @code{set print union off} in effect it would print
11576
11577@smallexample
11578$1 = @{it = Tree, form = @{...@}@}
11579@end smallexample
9c16f35a
EZ
11580
11581@noindent
11582@code{set print union} affects programs written in C-like languages
11583and in Pascal.
c906108c
SS
11584@end table
11585
c906108c
SS
11586@need 1000
11587@noindent
b37052ae 11588These settings are of interest when debugging C@t{++} programs:
c906108c
SS
11589
11590@table @code
4644b6e3 11591@cindex demangling C@t{++} names
c906108c
SS
11592@item set print demangle
11593@itemx set print demangle on
b37052ae 11594Print C@t{++} names in their source form rather than in the encoded
c906108c 11595(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 11596linkage. The default is on.
c906108c 11597
c906108c 11598@item show print demangle
b37052ae 11599Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 11600
c906108c
SS
11601@item set print asm-demangle
11602@itemx set print asm-demangle on
b37052ae 11603Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
11604in assembler code printouts such as instruction disassemblies.
11605The default is off.
11606
c906108c 11607@item show print asm-demangle
b37052ae 11608Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
11609or demangled form.
11610
b37052ae
EZ
11611@cindex C@t{++} symbol decoding style
11612@cindex symbol decoding style, C@t{++}
a8f24a35 11613@kindex set demangle-style
c906108c 11614@item set demangle-style @var{style}
041be526
SM
11615Choose among several encoding schemes used by different compilers to represent
11616C@t{++} names. If you omit @var{style}, you will see a list of possible
11617formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11618decoding style by inspecting your program.
c906108c 11619
c906108c 11620@item show demangle-style
b37052ae 11621Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 11622
3345721a 11623@anchor{set print object}
c906108c
SS
11624@item set print object
11625@itemx set print object on
4644b6e3 11626@cindex derived type of an object, printing
9c16f35a 11627@cindex display derived types
c906108c
SS
11628When displaying a pointer to an object, identify the @emph{actual}
11629(derived) type of the object rather than the @emph{declared} type, using
625c0d47
TT
11630the virtual function table. Note that the virtual function table is
11631required---this feature can only work for objects that have run-time
11632type identification; a single virtual method in the object's declared
8264ba82
AG
11633type is sufficient. Note that this setting is also taken into account when
11634working with variable objects via MI (@pxref{GDB/MI}).
c906108c
SS
11635
11636@item set print object off
11637Display only the declared type of objects, without reference to the
11638virtual function table. This is the default setting.
11639
c906108c
SS
11640@item show print object
11641Show whether actual, or declared, object types are displayed.
11642
3345721a 11643@anchor{set print static-members}
c906108c
SS
11644@item set print static-members
11645@itemx set print static-members on
4644b6e3 11646@cindex static members of C@t{++} objects
b37052ae 11647Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
11648
11649@item set print static-members off
b37052ae 11650Do not print static members when displaying a C@t{++} object.
c906108c 11651
c906108c 11652@item show print static-members
9c16f35a
EZ
11653Show whether C@t{++} static members are printed or not.
11654
11655@item set print pascal_static-members
11656@itemx set print pascal_static-members on
d3e8051b
EZ
11657@cindex static members of Pascal objects
11658@cindex Pascal objects, static members display
9c16f35a
EZ
11659Print static members when displaying a Pascal object. The default is on.
11660
11661@item set print pascal_static-members off
11662Do not print static members when displaying a Pascal object.
11663
11664@item show print pascal_static-members
11665Show whether Pascal static members are printed or not.
c906108c
SS
11666
11667@c These don't work with HP ANSI C++ yet.
3345721a 11668@anchor{set print vtbl}
c906108c
SS
11669@item set print vtbl
11670@itemx set print vtbl on
4644b6e3 11671@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
11672@cindex virtual functions (C@t{++}) display
11673@cindex VTBL display
b37052ae 11674Pretty print C@t{++} virtual function tables. The default is off.
c906108c 11675(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 11676ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
11677
11678@item set print vtbl off
b37052ae 11679Do not pretty print C@t{++} virtual function tables.
c906108c 11680
c906108c 11681@item show print vtbl
b37052ae 11682Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 11683@end table
c906108c 11684
4c374409
JK
11685@node Pretty Printing
11686@section Pretty Printing
11687
11688@value{GDBN} provides a mechanism to allow pretty-printing of values using
11689Python code. It greatly simplifies the display of complex objects. This
11690mechanism works for both MI and the CLI.
11691
7b51bc51
DE
11692@menu
11693* Pretty-Printer Introduction:: Introduction to pretty-printers
11694* Pretty-Printer Example:: An example pretty-printer
11695* Pretty-Printer Commands:: Pretty-printer commands
11696@end menu
11697
11698@node Pretty-Printer Introduction
11699@subsection Pretty-Printer Introduction
11700
11701When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11702registered for the value. If there is then @value{GDBN} invokes the
11703pretty-printer to print the value. Otherwise the value is printed normally.
11704
11705Pretty-printers are normally named. This makes them easy to manage.
11706The @samp{info pretty-printer} command will list all the installed
11707pretty-printers with their names.
11708If a pretty-printer can handle multiple data types, then its
11709@dfn{subprinters} are the printers for the individual data types.
11710Each such subprinter has its own name.
4e04c971 11711The format of the name is @var{printer-name};@var{subprinter-name}.
7b51bc51
DE
11712
11713Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11714Typically they are automatically loaded and registered when the corresponding
11715debug information is loaded, thus making them available without having to
11716do anything special.
11717
11718There are three places where a pretty-printer can be registered.
11719
11720@itemize @bullet
11721@item
11722Pretty-printers registered globally are available when debugging
11723all inferiors.
11724
11725@item
11726Pretty-printers registered with a program space are available only
11727when debugging that program.
11728@xref{Progspaces In Python}, for more details on program spaces in Python.
11729
11730@item
11731Pretty-printers registered with an objfile are loaded and unloaded
11732with the corresponding objfile (e.g., shared library).
11733@xref{Objfiles In Python}, for more details on objfiles in Python.
11734@end itemize
11735
11736@xref{Selecting Pretty-Printers}, for further information on how
11737pretty-printers are selected,
11738
11739@xref{Writing a Pretty-Printer}, for implementing pretty printers
11740for new types.
11741
11742@node Pretty-Printer Example
11743@subsection Pretty-Printer Example
11744
11745Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
4c374409
JK
11746
11747@smallexample
11748(@value{GDBP}) print s
11749$1 = @{
11750 static npos = 4294967295,
11751 _M_dataplus = @{
11752 <std::allocator<char>> = @{
11753 <__gnu_cxx::new_allocator<char>> = @{
11754 <No data fields>@}, <No data fields>
11755 @},
11756 members of std::basic_string<char, std::char_traits<char>,
11757 std::allocator<char> >::_Alloc_hider:
11758 _M_p = 0x804a014 "abcd"
11759 @}
11760@}
11761@end smallexample
11762
11763With a pretty-printer for @code{std::string} only the contents are printed:
11764
11765@smallexample
11766(@value{GDBP}) print s
11767$2 = "abcd"
11768@end smallexample
11769
7b51bc51
DE
11770@node Pretty-Printer Commands
11771@subsection Pretty-Printer Commands
11772@cindex pretty-printer commands
11773
11774@table @code
11775@kindex info pretty-printer
11776@item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11777Print the list of installed pretty-printers.
11778This includes disabled pretty-printers, which are marked as such.
11779
11780@var{object-regexp} is a regular expression matching the objects
11781whose pretty-printers to list.
11782Objects can be @code{global}, the program space's file
11783(@pxref{Progspaces In Python}),
11784and the object files within that program space (@pxref{Objfiles In Python}).
11785@xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11786looks up a printer from these three objects.
11787
11788@var{name-regexp} is a regular expression matching the name of the printers
11789to list.
11790
11791@kindex disable pretty-printer
11792@item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11793Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11794A disabled pretty-printer is not forgotten, it may be enabled again later.
11795
11796@kindex enable pretty-printer
11797@item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11798Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11799@end table
11800
11801Example:
11802
11803Suppose we have three pretty-printers installed: one from library1.so
11804named @code{foo} that prints objects of type @code{foo}, and
11805another from library2.so named @code{bar} that prints two types of objects,
11806@code{bar1} and @code{bar2}.
11807
11808@smallexample
11809(gdb) info pretty-printer
11810library1.so:
11811 foo
11812library2.so:
11813 bar
11814 bar1
11815 bar2
11816(gdb) info pretty-printer library2
11817library2.so:
11818 bar
11819 bar1
11820 bar2
11821(gdb) disable pretty-printer library1
118221 printer disabled
118232 of 3 printers enabled
11824(gdb) info pretty-printer
11825library1.so:
11826 foo [disabled]
11827library2.so:
11828 bar
11829 bar1
11830 bar2
088a96da 11831(gdb) disable pretty-printer library2 bar;bar1
7b51bc51
DE
118321 printer disabled
118331 of 3 printers enabled
11834(gdb) info pretty-printer library2
11835library1.so:
11836 foo [disabled]
11837library2.so:
11838 bar
11839 bar1 [disabled]
11840 bar2
11841(gdb) disable pretty-printer library2 bar
118421 printer disabled
118430 of 3 printers enabled
11844(gdb) info pretty-printer library2
11845library1.so:
11846 foo [disabled]
11847library2.so:
11848 bar [disabled]
11849 bar1 [disabled]
11850 bar2
11851@end smallexample
11852
11853Note that for @code{bar} the entire printer can be disabled,
11854as can each individual subprinter.
4c374409 11855
d8edc8b7
PW
11856Printing values and frame arguments is done by default using
11857the enabled pretty printers.
11858
11859The print option @code{-raw-values} and @value{GDBN} setting
11860@code{set print raw-values} (@pxref{set print raw-values}) can be
11861used to print values without applying the enabled pretty printers.
11862
11863Similarly, the backtrace option @code{-raw-frame-arguments} and
11864@value{GDBN} setting @code{set print raw-frame-arguments}
11865(@pxref{set print raw-frame-arguments}) can be used to ignore the
11866enabled pretty printers when printing frame argument values.
11867
6d2ebf8b 11868@node Value History
79a6e687 11869@section Value History
c906108c
SS
11870
11871@cindex value history
9c16f35a 11872@cindex history of values printed by @value{GDBN}
5d161b24
DB
11873Values printed by the @code{print} command are saved in the @value{GDBN}
11874@dfn{value history}. This allows you to refer to them in other expressions.
11875Values are kept until the symbol table is re-read or discarded
11876(for example with the @code{file} or @code{symbol-file} commands).
11877When the symbol table changes, the value history is discarded,
11878since the values may contain pointers back to the types defined in the
c906108c
SS
11879symbol table.
11880
11881@cindex @code{$}
11882@cindex @code{$$}
11883@cindex history number
11884The values printed are given @dfn{history numbers} by which you can
11885refer to them. These are successive integers starting with one.
11886@code{print} shows you the history number assigned to a value by
11887printing @samp{$@var{num} = } before the value; here @var{num} is the
11888history number.
11889
11890To refer to any previous value, use @samp{$} followed by the value's
11891history number. The way @code{print} labels its output is designed to
11892remind you of this. Just @code{$} refers to the most recent value in
11893the history, and @code{$$} refers to the value before that.
11894@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11895is the value just prior to @code{$$}, @code{$$1} is equivalent to
11896@code{$$}, and @code{$$0} is equivalent to @code{$}.
11897
11898For example, suppose you have just printed a pointer to a structure and
11899want to see the contents of the structure. It suffices to type
11900
474c8240 11901@smallexample
c906108c 11902p *$
474c8240 11903@end smallexample
c906108c
SS
11904
11905If you have a chain of structures where the component @code{next} points
11906to the next one, you can print the contents of the next one with this:
11907
474c8240 11908@smallexample
c906108c 11909p *$.next
474c8240 11910@end smallexample
c906108c
SS
11911
11912@noindent
11913You can print successive links in the chain by repeating this
11914command---which you can do by just typing @key{RET}.
11915
11916Note that the history records values, not expressions. If the value of
11917@code{x} is 4 and you type these commands:
11918
474c8240 11919@smallexample
c906108c
SS
11920print x
11921set x=5
474c8240 11922@end smallexample
c906108c
SS
11923
11924@noindent
11925then the value recorded in the value history by the @code{print} command
11926remains 4 even though the value of @code{x} has changed.
11927
11928@table @code
11929@kindex show values
11930@item show values
11931Print the last ten values in the value history, with their item numbers.
11932This is like @samp{p@ $$9} repeated ten times, except that @code{show
11933values} does not change the history.
11934
11935@item show values @var{n}
11936Print ten history values centered on history item number @var{n}.
11937
11938@item show values +
11939Print ten history values just after the values last printed. If no more
11940values are available, @code{show values +} produces no display.
11941@end table
11942
11943Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11944same effect as @samp{show values +}.
11945
6d2ebf8b 11946@node Convenience Vars
79a6e687 11947@section Convenience Variables
c906108c
SS
11948
11949@cindex convenience variables
9c16f35a 11950@cindex user-defined variables
c906108c
SS
11951@value{GDBN} provides @dfn{convenience variables} that you can use within
11952@value{GDBN} to hold on to a value and refer to it later. These variables
11953exist entirely within @value{GDBN}; they are not part of your program, and
11954setting a convenience variable has no direct effect on further execution
11955of your program. That is why you can use them freely.
11956
11957Convenience variables are prefixed with @samp{$}. Any name preceded by
11958@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 11959the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c 11960(Value history references, in contrast, are @emph{numbers} preceded
79a6e687 11961by @samp{$}. @xref{Value History, ,Value History}.)
c906108c
SS
11962
11963You can save a value in a convenience variable with an assignment
11964expression, just as you would set a variable in your program.
11965For example:
11966
474c8240 11967@smallexample
c906108c 11968set $foo = *object_ptr
474c8240 11969@end smallexample
c906108c
SS
11970
11971@noindent
11972would save in @code{$foo} the value contained in the object pointed to by
11973@code{object_ptr}.
11974
11975Using a convenience variable for the first time creates it, but its
11976value is @code{void} until you assign a new value. You can alter the
11977value with another assignment at any time.
11978
11979Convenience variables have no fixed types. You can assign a convenience
11980variable any type of value, including structures and arrays, even if
11981that variable already has a value of a different type. The convenience
11982variable, when used as an expression, has the type of its current value.
11983
11984@table @code
11985@kindex show convenience
f47f77df 11986@cindex show all user variables and functions
c906108c 11987@item show convenience
f47f77df
DE
11988Print a list of convenience variables used so far, and their values,
11989as well as a list of the convenience functions.
d4f3574e 11990Abbreviated @code{show conv}.
53e5f3cf
AS
11991
11992@kindex init-if-undefined
11993@cindex convenience variables, initializing
11994@item init-if-undefined $@var{variable} = @var{expression}
11995Set a convenience variable if it has not already been set. This is useful
11996for user-defined commands that keep some state. It is similar, in concept,
11997to using local static variables with initializers in C (except that
11998convenience variables are global). It can also be used to allow users to
11999override default values used in a command script.
12000
12001If the variable is already defined then the expression is not evaluated so
12002any side-effects do not occur.
c906108c
SS
12003@end table
12004
12005One of the ways to use a convenience variable is as a counter to be
12006incremented or a pointer to be advanced. For example, to print
12007a field from successive elements of an array of structures:
12008
474c8240 12009@smallexample
c906108c
SS
12010set $i = 0
12011print bar[$i++]->contents
474c8240 12012@end smallexample
c906108c 12013
d4f3574e
SS
12014@noindent
12015Repeat that command by typing @key{RET}.
c906108c
SS
12016
12017Some convenience variables are created automatically by @value{GDBN} and given
12018values likely to be useful.
12019
12020@table @code
41afff9a 12021@vindex $_@r{, convenience variable}
c906108c
SS
12022@item $_
12023The variable @code{$_} is automatically set by the @code{x} command to
79a6e687 12024the last address examined (@pxref{Memory, ,Examining Memory}). Other
c906108c
SS
12025commands which provide a default address for @code{x} to examine also
12026set @code{$_} to that address; these commands include @code{info line}
12027and @code{info breakpoint}. The type of @code{$_} is @code{void *}
12028except when set by the @code{x} command, in which case it is a pointer
12029to the type of @code{$__}.
12030
41afff9a 12031@vindex $__@r{, convenience variable}
c906108c
SS
12032@item $__
12033The variable @code{$__} is automatically set by the @code{x} command
12034to the value found in the last address examined. Its type is chosen
12035to match the format in which the data was printed.
12036
12037@item $_exitcode
41afff9a 12038@vindex $_exitcode@r{, convenience variable}
0c557179
SDJ
12039When the program being debugged terminates normally, @value{GDBN}
12040automatically sets this variable to the exit code of the program, and
12041resets @code{$_exitsignal} to @code{void}.
12042
12043@item $_exitsignal
12044@vindex $_exitsignal@r{, convenience variable}
12045When the program being debugged dies due to an uncaught signal,
12046@value{GDBN} automatically sets this variable to that signal's number,
12047and resets @code{$_exitcode} to @code{void}.
12048
12049To distinguish between whether the program being debugged has exited
12050(i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
12051@code{$_exitsignal} is not @code{void}), the convenience function
12052@code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
12053Functions}). For example, considering the following source code:
12054
12055@smallexample
12056#include <signal.h>
12057
12058int
12059main (int argc, char *argv[])
12060@{
12061 raise (SIGALRM);
12062 return 0;
12063@}
12064@end smallexample
12065
12066A valid way of telling whether the program being debugged has exited
12067or signalled would be:
12068
12069@smallexample
12070(@value{GDBP}) define has_exited_or_signalled
12071Type commands for definition of ``has_exited_or_signalled''.
12072End with a line saying just ``end''.
12073>if $_isvoid ($_exitsignal)
12074 >echo The program has exited\n
12075 >else
12076 >echo The program has signalled\n
12077 >end
12078>end
12079(@value{GDBP}) run
12080Starting program:
12081
12082Program terminated with signal SIGALRM, Alarm clock.
12083The program no longer exists.
12084(@value{GDBP}) has_exited_or_signalled
12085The program has signalled
12086@end smallexample
12087
12088As can be seen, @value{GDBN} correctly informs that the program being
12089debugged has signalled, since it calls @code{raise} and raises a
12090@code{SIGALRM} signal. If the program being debugged had not called
12091@code{raise}, then @value{GDBN} would report a normal exit:
12092
12093@smallexample
12094(@value{GDBP}) has_exited_or_signalled
12095The program has exited
12096@end smallexample
4aa995e1 12097
72f1fe8a
TT
12098@item $_exception
12099The variable @code{$_exception} is set to the exception object being
12100thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
12101
37f6a7f4
TT
12102@item $_ada_exception
12103The variable @code{$_ada_exception} is set to the address of the
12104exception being caught or thrown at an Ada exception-related
12105catchpoint. @xref{Set Catchpoints}.
12106
62e5f89c
SDJ
12107@item $_probe_argc
12108@itemx $_probe_arg0@dots{}$_probe_arg11
12109Arguments to a static probe. @xref{Static Probe Points}.
12110
0fb4aa4b
PA
12111@item $_sdata
12112@vindex $_sdata@r{, inspect, convenience variable}
12113The variable @code{$_sdata} contains extra collected static tracepoint
12114data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
12115@code{$_sdata} could be empty, if not inspecting a trace buffer, or
12116if extra static tracepoint data has not been collected.
12117
4aa995e1
PA
12118@item $_siginfo
12119@vindex $_siginfo@r{, convenience variable}
ec7e75e7
PP
12120The variable @code{$_siginfo} contains extra signal information
12121(@pxref{extra signal information}). Note that @code{$_siginfo}
12122could be empty, if the application has not yet received any signals.
12123For example, it will be empty before you execute the @code{run} command.
711e434b
PM
12124
12125@item $_tlb
12126@vindex $_tlb@r{, convenience variable}
12127The variable @code{$_tlb} is automatically set when debugging
12128applications running on MS-Windows in native mode or connected to
7734102d 12129gdbserver that supports the @code{qGetTIBAddr} request.
711e434b
PM
12130@xref{General Query Packets}.
12131This variable contains the address of the thread information block.
12132
e3940304 12133@item $_inferior
65c574f6
PA
12134The number of the current inferior. @xref{Inferiors Connections and
12135Programs, ,Debugging Multiple Inferiors Connections and Programs}.
e3940304 12136
5d5658a1
PA
12137@item $_thread
12138The thread number of the current thread. @xref{thread numbers}.
12139
663f6d42
PA
12140@item $_gthread
12141The global number of the current thread. @xref{global thread numbers}.
12142
7734102d
EZ
12143@item $_gdb_major
12144@itemx $_gdb_minor
12145@vindex $_gdb_major@r{, convenience variable}
12146@vindex $_gdb_minor@r{, convenience variable}
12147The major and minor version numbers of the running @value{GDBN}.
12148Development snapshots and pretest versions have their minor version
12149incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
12150the value 12 for @code{$_gdb_minor}. These variables allow you to
12151write scripts that work with different versions of @value{GDBN}
12152without errors caused by features unavailable in some of those
12153versions.
e2c52041
PW
12154
12155@item $_shell_exitcode
12156@itemx $_shell_exitsignal
12157@vindex $_shell_exitcode@r{, convenience variable}
12158@vindex $_shell_exitsignal@r{, convenience variable}
12159@cindex shell command, exit code
12160@cindex shell command, exit signal
12161@cindex exit status of shell commands
12162@value{GDBN} commands such as @code{shell} and @code{|} are launching
12163shell commands. When a launched command terminates, @value{GDBN}
12164automatically maintains the variables @code{$_shell_exitcode}
12165and @code{$_shell_exitsignal} according to the exit status of the last
12166launched command. These variables are set and used similarly to
12167the variables @code{$_exitcode} and @code{$_exitsignal}.
12168
c906108c
SS
12169@end table
12170
a72c3253
DE
12171@node Convenience Funs
12172@section Convenience Functions
12173
bc3b79fd
TJB
12174@cindex convenience functions
12175@value{GDBN} also supplies some @dfn{convenience functions}. These
12176have a syntax similar to convenience variables. A convenience
12177function can be used in an expression just like an ordinary function;
12178however, a convenience function is implemented internally to
12179@value{GDBN}.
12180
a280dbd1
SDJ
12181These functions do not require @value{GDBN} to be configured with
12182@code{Python} support, which means that they are always available.
12183
12184@table @code
12185
12186@item $_isvoid (@var{expr})
12187@findex $_isvoid@r{, convenience function}
12188Return one if the expression @var{expr} is @code{void}. Otherwise it
12189returns zero.
12190
12191A @code{void} expression is an expression where the type of the result
12192is @code{void}. For example, you can examine a convenience variable
12193(see @ref{Convenience Vars,, Convenience Variables}) to check whether
12194it is @code{void}:
12195
12196@smallexample
12197(@value{GDBP}) print $_exitcode
12198$1 = void
12199(@value{GDBP}) print $_isvoid ($_exitcode)
12200$2 = 1
12201(@value{GDBP}) run
12202Starting program: ./a.out
12203[Inferior 1 (process 29572) exited normally]
12204(@value{GDBP}) print $_exitcode
12205$3 = 0
12206(@value{GDBP}) print $_isvoid ($_exitcode)
12207$4 = 0
12208@end smallexample
12209
12210In the example above, we used @code{$_isvoid} to check whether
12211@code{$_exitcode} is @code{void} before and after the execution of the
12212program being debugged. Before the execution there is no exit code to
12213be examined, therefore @code{$_exitcode} is @code{void}. After the
12214execution the program being debugged returned zero, therefore
12215@code{$_exitcode} is zero, which means that it is not @code{void}
12216anymore.
12217
12218The @code{void} expression can also be a call of a function from the
12219program being debugged. For example, given the following function:
12220
12221@smallexample
12222void
12223foo (void)
12224@{
12225@}
12226@end smallexample
12227
12228The result of calling it inside @value{GDBN} is @code{void}:
12229
12230@smallexample
12231(@value{GDBP}) print foo ()
12232$1 = void
12233(@value{GDBP}) print $_isvoid (foo ())
12234$2 = 1
12235(@value{GDBP}) set $v = foo ()
12236(@value{GDBP}) print $v
12237$3 = void
12238(@value{GDBP}) print $_isvoid ($v)
12239$4 = 1
12240@end smallexample
12241
aed61d02
PW
12242@item $_gdb_setting_str (@var{setting})
12243@findex $_gdb_setting_str@r{, convenience function}
12244Return the value of the @value{GDBN} @var{setting} as a string.
12245@var{setting} is any setting that can be used in a @code{set} or
12246@code{show} command (@pxref{Controlling GDB}).
12247
12248@smallexample
12249(@value{GDBP}) show print frame-arguments
12250Printing of non-scalar frame arguments is "scalars".
12251(@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12252$1 = "scalars"
12253(@value{GDBP}) p $_gdb_setting_str("height")
12254$2 = "30"
12255(@value{GDBP})
12256@end smallexample
12257
12258@item $_gdb_setting (@var{setting})
12259@findex $_gdb_setting@r{, convenience function}
12260Return the value of the @value{GDBN} @var{setting}.
12261The type of the returned value depends on the setting.
12262
12263The value type for boolean and auto boolean settings is @code{int}.
12264The boolean values @code{off} and @code{on} are converted to
12265the integer values @code{0} and @code{1}. The value @code{auto} is
12266converted to the value @code{-1}.
12267
12268The value type for integer settings is either @code{unsigned int}
12269or @code{int}, depending on the setting.
12270
12271Some integer settings accept an @code{unlimited} value.
12272Depending on the setting, the @code{set} command also accepts
12273the value @code{0} or the value @code{@minus{}1} as a synonym for
12274@code{unlimited}.
12275For example, @code{set height unlimited} is equivalent to
12276@code{set height 0}.
12277
12278Some other settings that accept the @code{unlimited} value
12279use the value @code{0} to literally mean zero.
12280For example, @code{set history size 0} indicates to not
12281record any @value{GDBN} commands in the command history.
12282For such settings, @code{@minus{}1} is the synonym
12283for @code{unlimited}.
12284
12285See the documentation of the corresponding @code{set} command for
12286the numerical value equivalent to @code{unlimited}.
12287
12288The @code{$_gdb_setting} function converts the unlimited value
12289to a @code{0} or a @code{@minus{}1} value according to what the
12290@code{set} command uses.
12291
12292@smallexample
12293@group
12294(@value{GDBP}) p $_gdb_setting_str("height")
12295$1 = "30"
12296(@value{GDBP}) p $_gdb_setting("height")
12297$2 = 30
12298(@value{GDBP}) set height unlimited
12299(@value{GDBP}) p $_gdb_setting_str("height")
12300$3 = "unlimited"
12301(@value{GDBP}) p $_gdb_setting("height")
12302$4 = 0
12303@end group
12304@group
12305(@value{GDBP}) p $_gdb_setting_str("history size")
12306$5 = "unlimited"
12307(@value{GDBP}) p $_gdb_setting("history size")
12308$6 = -1
12309(@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12310$7 = "auto"
12311(@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12312$8 = -1
12313(@value{GDBP})
12314@end group
12315@end smallexample
12316
12317Other setting types (enum, filename, optional filename, string, string noescape)
12318are returned as string values.
12319
12320
12321@item $_gdb_maint_setting_str (@var{setting})
12322@findex $_gdb_maint_setting_str@r{, convenience function}
12323Like the @code{$_gdb_setting_str} function, but works with
12324@code{maintenance set} variables.
12325
12326@item $_gdb_maint_setting (@var{setting})
12327@findex $_gdb_maint_setting@r{, convenience function}
12328Like the @code{$_gdb_setting} function, but works with
12329@code{maintenance set} variables.
12330
a280dbd1
SDJ
12331@end table
12332
aed61d02 12333The following functions require @value{GDBN} to be configured with
a72c3253
DE
12334@code{Python} support.
12335
12336@table @code
12337
12338@item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12339@findex $_memeq@r{, convenience function}
12340Returns one if the @var{length} bytes at the addresses given by
12341@var{buf1} and @var{buf2} are equal.
12342Otherwise it returns zero.
12343
12344@item $_regex(@var{str}, @var{regex})
12345@findex $_regex@r{, convenience function}
12346Returns one if the string @var{str} matches the regular expression
12347@var{regex}. Otherwise it returns zero.
12348The syntax of the regular expression is that specified by @code{Python}'s
12349regular expression support.
12350
12351@item $_streq(@var{str1}, @var{str2})
12352@findex $_streq@r{, convenience function}
12353Returns one if the strings @var{str1} and @var{str2} are equal.
12354Otherwise it returns zero.
12355
12356@item $_strlen(@var{str})
12357@findex $_strlen@r{, convenience function}
12358Returns the length of string @var{str}.
12359
faa42425
DE
12360@item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12361@findex $_caller_is@r{, convenience function}
12362Returns one if the calling function's name is equal to @var{name}.
12363Otherwise it returns zero.
12364
12365If the optional argument @var{number_of_frames} is provided,
12366it is the number of frames up in the stack to look.
12367The default is 1.
12368
12369Example:
12370
12371@smallexample
12372(gdb) backtrace
12373#0 bottom_func ()
12374 at testsuite/gdb.python/py-caller-is.c:21
12375#1 0x00000000004005a0 in middle_func ()
12376 at testsuite/gdb.python/py-caller-is.c:27
12377#2 0x00000000004005ab in top_func ()
12378 at testsuite/gdb.python/py-caller-is.c:33
12379#3 0x00000000004005b6 in main ()
12380 at testsuite/gdb.python/py-caller-is.c:39
12381(gdb) print $_caller_is ("middle_func")
12382$1 = 1
12383(gdb) print $_caller_is ("top_func", 2)
12384$1 = 1
12385@end smallexample
12386
12387@item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12388@findex $_caller_matches@r{, convenience function}
12389Returns one if the calling function's name matches the regular expression
12390@var{regexp}. Otherwise it returns zero.
12391
12392If the optional argument @var{number_of_frames} is provided,
12393it is the number of frames up in the stack to look.
12394The default is 1.
12395
12396@item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12397@findex $_any_caller_is@r{, convenience function}
12398Returns one if any calling function's name is equal to @var{name}.
12399Otherwise it returns zero.
12400
12401If the optional argument @var{number_of_frames} is provided,
12402it is the number of frames up in the stack to look.
12403The default is 1.
12404
12405This function differs from @code{$_caller_is} in that this function
12406checks all stack frames from the immediate caller to the frame specified
12407by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12408frame specified by @var{number_of_frames}.
12409
12410@item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12411@findex $_any_caller_matches@r{, convenience function}
12412Returns one if any calling function's name matches the regular expression
12413@var{regexp}. Otherwise it returns zero.
12414
12415If the optional argument @var{number_of_frames} is provided,
12416it is the number of frames up in the stack to look.
12417The default is 1.
12418
12419This function differs from @code{$_caller_matches} in that this function
12420checks all stack frames from the immediate caller to the frame specified
12421by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12422frame specified by @var{number_of_frames}.
12423
f2f3ccb9
SM
12424@item $_as_string(@var{value})
12425@findex $_as_string@r{, convenience function}
12426Return the string representation of @var{value}.
12427
12428This function is useful to obtain the textual label (enumerator) of an
12429enumeration value. For example, assuming the variable @var{node} is of
12430an enumerated type:
12431
12432@smallexample
12433(gdb) printf "Visiting node of type %s\n", $_as_string(node)
12434Visiting node of type NODE_INTEGER
12435@end smallexample
12436
8bdc1658
AB
12437@item $_cimag(@var{value})
12438@itemx $_creal(@var{value})
12439@findex $_cimag@r{, convenience function}
12440@findex $_creal@r{, convenience function}
12441Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12442the complex number @var{value}.
12443
12444The type of the imaginary or real part depends on the type of the
12445complex number, e.g., using @code{$_cimag} on a @code{float complex}
12446will return an imaginary part of type @code{float}.
12447
a72c3253
DE
12448@end table
12449
12450@value{GDBN} provides the ability to list and get help on
12451convenience functions.
12452
bc3b79fd
TJB
12453@table @code
12454@item help function
12455@kindex help function
12456@cindex show all convenience functions
12457Print a list of all convenience functions.
12458@end table
12459
6d2ebf8b 12460@node Registers
c906108c
SS
12461@section Registers
12462
12463@cindex registers
12464You can refer to machine register contents, in expressions, as variables
12465with names starting with @samp{$}. The names of registers are different
12466for each machine; use @code{info registers} to see the names used on
12467your machine.
12468
12469@table @code
12470@kindex info registers
12471@item info registers
12472Print the names and values of all registers except floating-point
c85508ee 12473and vector registers (in the selected stack frame).
c906108c
SS
12474
12475@kindex info all-registers
12476@cindex floating point registers
12477@item info all-registers
12478Print the names and values of all registers, including floating-point
c85508ee 12479and vector registers (in the selected stack frame).
c906108c 12480
64cb3757 12481@anchor{info_registers_reggroup}
b67d92b0
SH
12482@item info registers @var{reggroup} @dots{}
12483Print the name and value of the registers in each of the specified
6b92c0d3 12484@var{reggroup}s. The @var{reggroup} can be any of those returned by
b67d92b0
SH
12485@code{maint print reggroups} (@pxref{Maintenance Commands}).
12486
c906108c
SS
12487@item info registers @var{regname} @dots{}
12488Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24 12489As discussed in detail below, register values are normally relative to
697aa1b7 12490the selected stack frame. The @var{regname} may be any register name valid on
c906108c
SS
12491the machine you are using, with or without the initial @samp{$}.
12492@end table
12493
f5b95c01 12494@anchor{standard registers}
e09f16f9
EZ
12495@cindex stack pointer register
12496@cindex program counter register
12497@cindex process status register
12498@cindex frame pointer register
12499@cindex standard registers
c906108c
SS
12500@value{GDBN} has four ``standard'' register names that are available (in
12501expressions) on most machines---whenever they do not conflict with an
12502architecture's canonical mnemonics for registers. The register names
12503@code{$pc} and @code{$sp} are used for the program counter register and
12504the stack pointer. @code{$fp} is used for a register that contains a
12505pointer to the current stack frame, and @code{$ps} is used for a
12506register that contains the processor status. For example,
12507you could print the program counter in hex with
12508
474c8240 12509@smallexample
c906108c 12510p/x $pc
474c8240 12511@end smallexample
c906108c
SS
12512
12513@noindent
12514or print the instruction to be executed next with
12515
474c8240 12516@smallexample
c906108c 12517x/i $pc
474c8240 12518@end smallexample
c906108c
SS
12519
12520@noindent
12521or add four to the stack pointer@footnote{This is a way of removing
12522one word from the stack, on machines where stacks grow downward in
12523memory (most machines, nowadays). This assumes that the innermost
12524stack frame is selected; setting @code{$sp} is not allowed when other
12525stack frames are selected. To pop entire frames off the stack,
12526regardless of machine architecture, use @code{return};
79a6e687 12527see @ref{Returning, ,Returning from a Function}.} with
c906108c 12528
474c8240 12529@smallexample
c906108c 12530set $sp += 4
474c8240 12531@end smallexample
c906108c
SS
12532
12533Whenever possible, these four standard register names are available on
12534your machine even though the machine has different canonical mnemonics,
12535so long as there is no conflict. The @code{info registers} command
12536shows the canonical names. For example, on the SPARC, @code{info
12537registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
12538can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12539is an alias for the @sc{eflags} register.
c906108c
SS
12540
12541@value{GDBN} always considers the contents of an ordinary register as an
12542integer when the register is examined in this way. Some machines have
12543special registers which can hold nothing but floating point; these
12544registers are considered to have floating point values. There is no way
12545to refer to the contents of an ordinary register as floating point value
12546(although you can @emph{print} it as a floating point value with
12547@samp{print/f $@var{regname}}).
12548
12549Some registers have distinct ``raw'' and ``virtual'' data formats. This
12550means that the data format in which the register contents are saved by
12551the operating system is not the same one that your program normally
12552sees. For example, the registers of the 68881 floating point
12553coprocessor are always saved in ``extended'' (raw) format, but all C
12554programs expect to work with ``double'' (virtual) format. In such
5d161b24 12555cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
12556that makes sense for your program), but the @code{info registers} command
12557prints the data in both formats.
12558
36b80e65
EZ
12559@cindex SSE registers (x86)
12560@cindex MMX registers (x86)
12561Some machines have special registers whose contents can be interpreted
12562in several different ways. For example, modern x86-based machines
12563have SSE and MMX registers that can hold several values packed
12564together in several different formats. @value{GDBN} refers to such
12565registers in @code{struct} notation:
12566
12567@smallexample
12568(@value{GDBP}) print $xmm1
12569$1 = @{
12570 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12571 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12572 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12573 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12574 v4_int32 = @{0, 20657912, 11, 13@},
12575 v2_int64 = @{88725056443645952, 55834574859@},
12576 uint128 = 0x0000000d0000000b013b36f800000000
12577@}
12578@end smallexample
12579
12580@noindent
12581To set values of such registers, you need to tell @value{GDBN} which
12582view of the register you wish to change, as if you were assigning
12583value to a @code{struct} member:
12584
12585@smallexample
12586 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12587@end smallexample
12588
c906108c 12589Normally, register values are relative to the selected stack frame
79a6e687 12590(@pxref{Selection, ,Selecting a Frame}). This means that you get the
c906108c
SS
12591value that the register would contain if all stack frames farther in
12592were exited and their saved registers restored. In order to see the
12593true contents of hardware registers, you must select the innermost
12594frame (with @samp{frame 0}).
12595
901461f8
PA
12596@cindex caller-saved registers
12597@cindex call-clobbered registers
12598@cindex volatile registers
12599@cindex <not saved> values
12600Usually ABIs reserve some registers as not needed to be saved by the
12601callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12602registers). It may therefore not be possible for @value{GDBN} to know
12603the value a register had before the call (in other words, in the outer
12604frame), if the register value has since been changed by the callee.
12605@value{GDBN} tries to deduce where the inner frame saved
12606(``callee-saved'') registers, from the debug info, unwind info, or the
12607machine code generated by your compiler. If some register is not
12608saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12609its own knowledge of the ABI, or because the debug/unwind info
12610explicitly says the register's value is undefined), @value{GDBN}
12611displays @w{@samp{<not saved>}} as the register's value. With targets
12612that @value{GDBN} has no knowledge of the register saving convention,
12613if a register was not saved by the callee, then its value and location
12614in the outer frame are assumed to be the same of the inner frame.
12615This is usually harmless, because if the register is call-clobbered,
12616the caller either does not care what is in the register after the
12617call, or has code to restore the value that it does care about. Note,
12618however, that if you change such a register in the outer frame, you
12619may also be affecting the inner frame. Also, the more ``outer'' the
12620frame is you're looking at, the more likely a call-clobbered
12621register's value is to be wrong, in the sense that it doesn't actually
12622represent the value the register had just before the call.
c906108c 12623
6d2ebf8b 12624@node Floating Point Hardware
79a6e687 12625@section Floating Point Hardware
c906108c
SS
12626@cindex floating point
12627
12628Depending on the configuration, @value{GDBN} may be able to give
12629you more information about the status of the floating point hardware.
12630
12631@table @code
12632@kindex info float
12633@item info float
12634Display hardware-dependent information about the floating
12635point unit. The exact contents and layout vary depending on the
12636floating point chip. Currently, @samp{info float} is supported on
12637the ARM and x86 machines.
12638@end table
c906108c 12639
e76f1f2e
AC
12640@node Vector Unit
12641@section Vector Unit
12642@cindex vector unit
12643
12644Depending on the configuration, @value{GDBN} may be able to give you
12645more information about the status of the vector unit.
12646
12647@table @code
12648@kindex info vector
12649@item info vector
12650Display information about the vector unit. The exact contents and
12651layout vary depending on the hardware.
12652@end table
12653
721c2651 12654@node OS Information
79a6e687 12655@section Operating System Auxiliary Information
721c2651
EZ
12656@cindex OS information
12657
12658@value{GDBN} provides interfaces to useful OS facilities that can help
12659you debug your program.
12660
b383017d
RM
12661@cindex auxiliary vector
12662@cindex vector, auxiliary
b383017d
RM
12663Some operating systems supply an @dfn{auxiliary vector} to programs at
12664startup. This is akin to the arguments and environment that you
12665specify for a program, but contains a system-dependent variety of
12666binary values that tell system libraries important details about the
12667hardware, operating system, and process. Each value's purpose is
12668identified by an integer tag; the meanings are well-known but system-specific.
12669Depending on the configuration and operating system facilities,
9c16f35a
EZ
12670@value{GDBN} may be able to show you this information. For remote
12671targets, this functionality may further depend on the remote stub's
427c3a89
DJ
12672support of the @samp{qXfer:auxv:read} packet, see
12673@ref{qXfer auxiliary vector read}.
b383017d
RM
12674
12675@table @code
12676@kindex info auxv
12677@item info auxv
12678Display the auxiliary vector of the inferior, which can be either a
e4937fc1 12679live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
12680numerically, and also shows names and text descriptions for recognized
12681tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 12682pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
12683most appropriate form for a recognized tag, and in hexadecimal for
12684an unrecognized tag.
12685@end table
12686
85d4a676
SS
12687On some targets, @value{GDBN} can access operating system-specific
12688information and show it to you. The types of information available
12689will differ depending on the type of operating system running on the
12690target. The mechanism used to fetch the data is described in
12691@ref{Operating System Information}. For remote targets, this
12692functionality depends on the remote stub's support of the
07e059b5
VP
12693@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12694
12695@table @code
a61408f8 12696@kindex info os
85d4a676
SS
12697@item info os @var{infotype}
12698
12699Display OS information of the requested type.
a61408f8 12700
85d4a676
SS
12701On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12702
12703@anchor{linux info os infotypes}
12704@table @code
d33279b3
AT
12705@kindex info os cpus
12706@item cpus
12707Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12708the available fields from /proc/cpuinfo. For each supported architecture
12709different fields are available. Two common entries are processor which gives
12710CPU number and bogomips; a system constant that is calculated during
12711kernel initialization.
12712
12713@kindex info os files
12714@item files
12715Display the list of open file descriptors on the target. For each
12716file descriptor, @value{GDBN} prints the identifier of the process
12717owning the descriptor, the command of the owning process, the value
12718of the descriptor, and the target of the descriptor.
12719
12720@kindex info os modules
12721@item modules
12722Display the list of all loaded kernel modules on the target. For each
12723module, @value{GDBN} prints the module name, the size of the module in
12724bytes, the number of times the module is used, the dependencies of the
12725module, the status of the module, and the address of the loaded module
12726in memory.
12727
12728@kindex info os msg
12729@item msg
12730Display the list of all System V message queues on the target. For each
12731message queue, @value{GDBN} prints the message queue key, the message
12732queue identifier, the access permissions, the current number of bytes
12733on the queue, the current number of messages on the queue, the processes
12734that last sent and received a message on the queue, the user and group
12735of the owner and creator of the message queue, the times at which a
12736message was last sent and received on the queue, and the time at which
12737the message queue was last changed.
12738
07e059b5 12739@kindex info os processes
85d4a676 12740@item processes
07e059b5 12741Display the list of processes on the target. For each process,
85d4a676
SS
12742@value{GDBN} prints the process identifier, the name of the user, the
12743command corresponding to the process, and the list of processor cores
12744that the process is currently running on. (To understand what these
12745properties mean, for this and the following info types, please consult
12746the general @sc{gnu}/Linux documentation.)
12747
12748@kindex info os procgroups
12749@item procgroups
12750Display the list of process groups on the target. For each process,
12751@value{GDBN} prints the identifier of the process group that it belongs
12752to, the command corresponding to the process group leader, the process
12753identifier, and the command line of the process. The list is sorted
12754first by the process group identifier, then by the process identifier,
12755so that processes belonging to the same process group are grouped together
12756and the process group leader is listed first.
12757
d33279b3
AT
12758@kindex info os semaphores
12759@item semaphores
12760Display the list of all System V semaphore sets on the target. For each
12761semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12762set identifier, the access permissions, the number of semaphores in the
12763set, the user and group of the owner and creator of the semaphore set,
12764and the times at which the semaphore set was operated upon and changed.
85d4a676
SS
12765
12766@kindex info os shm
12767@item shm
12768Display the list of all System V shared-memory regions on the target.
12769For each shared-memory region, @value{GDBN} prints the region key,
12770the shared-memory identifier, the access permissions, the size of the
12771region, the process that created the region, the process that last
12772attached to or detached from the region, the current number of live
12773attaches to the region, and the times at which the region was last
12774attached to, detach from, and changed.
12775
d33279b3
AT
12776@kindex info os sockets
12777@item sockets
12778Display the list of Internet-domain sockets on the target. For each
12779socket, @value{GDBN} prints the address and port of the local and
12780remote endpoints, the current state of the connection, the creator of
12781the socket, the IP address family of the socket, and the type of the
12782connection.
85d4a676 12783
d33279b3
AT
12784@kindex info os threads
12785@item threads
12786Display the list of threads running on the target. For each thread,
12787@value{GDBN} prints the identifier of the process that the thread
12788belongs to, the command of the process, the thread identifier, and the
12789processor core that it is currently running on. The main thread of a
12790process is not listed.
85d4a676
SS
12791@end table
12792
12793@item info os
12794If @var{infotype} is omitted, then list the possible values for
12795@var{infotype} and the kind of OS information available for each
12796@var{infotype}. If the target does not return a list of possible
12797types, this command will report an error.
07e059b5 12798@end table
721c2651 12799
29e57380 12800@node Memory Region Attributes
79a6e687 12801@section Memory Region Attributes
29e57380
C
12802@cindex memory region attributes
12803
b383017d 12804@dfn{Memory region attributes} allow you to describe special handling
fd79ecee
DJ
12805required by regions of your target's memory. @value{GDBN} uses
12806attributes to determine whether to allow certain types of memory
12807accesses; whether to use specific width accesses; and whether to cache
12808target memory. By default the description of memory regions is
12809fetched from the target (if the current target supports this), but the
12810user can override the fetched regions.
29e57380
C
12811
12812Defined memory regions can be individually enabled and disabled. When a
12813memory region is disabled, @value{GDBN} uses the default attributes when
12814accessing memory in that region. Similarly, if no memory regions have
12815been defined, @value{GDBN} uses the default attributes when accessing
12816all memory.
12817
b383017d 12818When a memory region is defined, it is given a number to identify it;
29e57380
C
12819to enable, disable, or remove a memory region, you specify that number.
12820
12821@table @code
12822@kindex mem
bfac230e 12823@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
12824Define a memory region bounded by @var{lower} and @var{upper} with
12825attributes @var{attributes}@dots{}, and add it to the list of regions
12826monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
d3e8051b 12827case: it is treated as the target's maximum memory address.
bfac230e 12828(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380 12829
fd79ecee
DJ
12830@item mem auto
12831Discard any user changes to the memory regions and use target-supplied
12832regions, if available, or no regions if the target does not support.
12833
29e57380
C
12834@kindex delete mem
12835@item delete mem @var{nums}@dots{}
09d4efe1
EZ
12836Remove memory regions @var{nums}@dots{} from the list of regions
12837monitored by @value{GDBN}.
29e57380
C
12838
12839@kindex disable mem
12840@item disable mem @var{nums}@dots{}
09d4efe1 12841Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 12842A disabled memory region is not forgotten.
29e57380
C
12843It may be enabled again later.
12844
12845@kindex enable mem
12846@item enable mem @var{nums}@dots{}
09d4efe1 12847Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
12848
12849@kindex info mem
12850@item info mem
12851Print a table of all defined memory regions, with the following columns
09d4efe1 12852for each region:
29e57380
C
12853
12854@table @emph
12855@item Memory Region Number
12856@item Enabled or Disabled.
b383017d 12857Enabled memory regions are marked with @samp{y}.
29e57380
C
12858Disabled memory regions are marked with @samp{n}.
12859
12860@item Lo Address
12861The address defining the inclusive lower bound of the memory region.
12862
12863@item Hi Address
12864The address defining the exclusive upper bound of the memory region.
12865
12866@item Attributes
12867The list of attributes set for this memory region.
12868@end table
12869@end table
12870
12871
12872@subsection Attributes
12873
b383017d 12874@subsubsection Memory Access Mode
29e57380
C
12875The access mode attributes set whether @value{GDBN} may make read or
12876write accesses to a memory region.
12877
12878While these attributes prevent @value{GDBN} from performing invalid
12879memory accesses, they do nothing to prevent the target system, I/O DMA,
359df76b 12880etc.@: from accessing memory.
29e57380
C
12881
12882@table @code
12883@item ro
12884Memory is read only.
12885@item wo
12886Memory is write only.
12887@item rw
6ca652b0 12888Memory is read/write. This is the default.
29e57380
C
12889@end table
12890
12891@subsubsection Memory Access Size
d3e8051b 12892The access size attribute tells @value{GDBN} to use specific sized
29e57380
C
12893accesses in the memory region. Often memory mapped device registers
12894require specific sized accesses. If no access size attribute is
12895specified, @value{GDBN} may use accesses of any size.
12896
12897@table @code
12898@item 8
12899Use 8 bit memory accesses.
12900@item 16
12901Use 16 bit memory accesses.
12902@item 32
12903Use 32 bit memory accesses.
12904@item 64
12905Use 64 bit memory accesses.
12906@end table
12907
12908@c @subsubsection Hardware/Software Breakpoints
12909@c The hardware/software breakpoint attributes set whether @value{GDBN}
12910@c will use hardware or software breakpoints for the internal breakpoints
12911@c used by the step, next, finish, until, etc. commands.
12912@c
12913@c @table @code
12914@c @item hwbreak
b383017d 12915@c Always use hardware breakpoints
29e57380
C
12916@c @item swbreak (default)
12917@c @end table
12918
12919@subsubsection Data Cache
12920The data cache attributes set whether @value{GDBN} will cache target
12921memory. While this generally improves performance by reducing debug
12922protocol overhead, it can lead to incorrect results because @value{GDBN}
12923does not know about volatile variables or memory mapped device
12924registers.
12925
12926@table @code
12927@item cache
b383017d 12928Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
12929@item nocache
12930Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
12931@end table
12932
4b5752d0
VP
12933@subsection Memory Access Checking
12934@value{GDBN} can be instructed to refuse accesses to memory that is
12935not explicitly described. This can be useful if accessing such
12936regions has undesired effects for a specific target, or to provide
12937better error checking. The following commands control this behaviour.
12938
12939@table @code
12940@kindex set mem inaccessible-by-default
12941@item set mem inaccessible-by-default [on|off]
12942If @code{on} is specified, make @value{GDBN} treat memory not
12943explicitly described by the memory ranges as non-existent and refuse accesses
12944to such memory. The checks are only performed if there's at least one
12945memory range defined. If @code{off} is specified, make @value{GDBN}
12946treat the memory not explicitly described by the memory ranges as RAM.
56cf5405 12947The default value is @code{on}.
4b5752d0
VP
12948@kindex show mem inaccessible-by-default
12949@item show mem inaccessible-by-default
12950Show the current handling of accesses to unknown memory.
12951@end table
12952
12953
29e57380 12954@c @subsubsection Memory Write Verification
b383017d 12955@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
12956@c will re-reads data after each write to verify the write was successful.
12957@c
12958@c @table @code
12959@c @item verify
12960@c @item noverify (default)
12961@c @end table
12962
16d9dec6 12963@node Dump/Restore Files
79a6e687 12964@section Copy Between Memory and a File
16d9dec6
MS
12965@cindex dump/restore files
12966@cindex append data to a file
12967@cindex dump data to a file
12968@cindex restore data from a file
16d9dec6 12969
df5215a6
JB
12970You can use the commands @code{dump}, @code{append}, and
12971@code{restore} to copy data between target memory and a file. The
12972@code{dump} and @code{append} commands write data to a file, and the
12973@code{restore} command reads data from a file back into the inferior's
cf75d6c3
AB
12974memory. Files may be in binary, Motorola S-record, Intel hex,
12975Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12976append to binary files, and cannot read from Verilog Hex files.
df5215a6
JB
12977
12978@table @code
12979
12980@kindex dump
12981@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12982@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12983Dump the contents of memory from @var{start_addr} to @var{end_addr},
12984or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 12985
df5215a6 12986The @var{format} parameter may be any one of:
16d9dec6 12987@table @code
df5215a6
JB
12988@item binary
12989Raw binary form.
12990@item ihex
12991Intel hex format.
12992@item srec
12993Motorola S-record format.
12994@item tekhex
12995Tektronix Hex format.
cf75d6c3
AB
12996@item verilog
12997Verilog Hex format.
df5215a6
JB
12998@end table
12999
13000@value{GDBN} uses the same definitions of these formats as the
13001@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
13002@var{format} is omitted, @value{GDBN} dumps the data in raw binary
13003form.
13004
13005@kindex append
13006@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13007@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
13008Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 13009or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
13010(@value{GDBN} can only append data to files in raw binary form.)
13011
13012@kindex restore
13013@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
13014Restore the contents of file @var{filename} into memory. The
13015@code{restore} command can automatically recognize any known @sc{bfd}
13016file format, except for raw binary. To restore a raw binary file you
13017must specify the optional keyword @code{binary} after the filename.
16d9dec6 13018
b383017d 13019If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
13020contained in the file. Binary files always start at address zero, so
13021they will be restored at address @var{bias}. Other bfd files have
13022a built-in location; they will be restored at offset @var{bias}
13023from that location.
13024
13025If @var{start} and/or @var{end} are non-zero, then only data between
13026file offset @var{start} and file offset @var{end} will be restored.
b383017d 13027These offsets are relative to the addresses in the file, before
16d9dec6
MS
13028the @var{bias} argument is applied.
13029
13030@end table
13031
384ee23f
EZ
13032@node Core File Generation
13033@section How to Produce a Core File from Your Program
13034@cindex dump core from inferior
13035
13036A @dfn{core file} or @dfn{core dump} is a file that records the memory
13037image of a running process and its process status (register values
13038etc.). Its primary use is post-mortem debugging of a program that
13039crashed while it ran outside a debugger. A program that crashes
13040automatically produces a core file, unless this feature is disabled by
13041the user. @xref{Files}, for information on invoking @value{GDBN} in
13042the post-mortem debugging mode.
13043
13044Occasionally, you may wish to produce a core file of the program you
13045are debugging in order to preserve a snapshot of its state.
13046@value{GDBN} has a special command for that.
13047
13048@table @code
13049@kindex gcore
13050@kindex generate-core-file
13051@item generate-core-file [@var{file}]
13052@itemx gcore [@var{file}]
13053Produce a core dump of the inferior process. The optional argument
13054@var{file} specifies the file name where to put the core dump. If not
13055specified, the file name defaults to @file{core.@var{pid}}, where
13056@var{pid} is the inferior process ID.
13057
13058Note that this command is implemented only for some systems (as of
05b4bd79 13059this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
df8411da
SDJ
13060
13061On @sc{gnu}/Linux, this command can take into account the value of the
13062file @file{/proc/@var{pid}/coredump_filter} when generating the core
1e52e849
SL
13063dump (@pxref{set use-coredump-filter}), and by default honors the
13064@code{VM_DONTDUMP} flag for mappings where it is present in the file
13065@file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
df8411da
SDJ
13066
13067@kindex set use-coredump-filter
13068@anchor{set use-coredump-filter}
13069@item set use-coredump-filter on
13070@itemx set use-coredump-filter off
13071Enable or disable the use of the file
13072@file{/proc/@var{pid}/coredump_filter} when generating core dump
13073files. This file is used by the Linux kernel to decide what types of
13074memory mappings will be dumped or ignored when generating a core dump
13075file. @var{pid} is the process ID of a currently running process.
13076
13077To make use of this feature, you have to write in the
13078@file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13079which is a bit mask representing the memory mapping types. If a bit
13080is set in the bit mask, then the memory mappings of the corresponding
13081types will be dumped; otherwise, they will be ignored. This
13082configuration is inherited by child processes. For more information
13083about the bits that can be set in the
13084@file{/proc/@var{pid}/coredump_filter} file, please refer to the
13085manpage of @code{core(5)}.
13086
13087By default, this option is @code{on}. If this option is turned
13088@code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13089and instead uses the same default value as the Linux kernel in order
13090to decide which pages will be dumped in the core dump file. This
13091value is currently @code{0x33}, which means that bits @code{0}
13092(anonymous private mappings), @code{1} (anonymous shared mappings),
13093@code{4} (ELF headers) and @code{5} (private huge pages) are active.
13094This will cause these memory mappings to be dumped automatically.
1e52e849
SL
13095
13096@kindex set dump-excluded-mappings
13097@anchor{set dump-excluded-mappings}
13098@item set dump-excluded-mappings on
13099@itemx set dump-excluded-mappings off
13100If @code{on} is specified, @value{GDBN} will dump memory mappings
13101marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13102the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13103
13104The default value is @code{off}.
384ee23f
EZ
13105@end table
13106
a0eb71c5
KB
13107@node Character Sets
13108@section Character Sets
13109@cindex character sets
13110@cindex charset
13111@cindex translating between character sets
13112@cindex host character set
13113@cindex target character set
13114
13115If the program you are debugging uses a different character set to
13116represent characters and strings than the one @value{GDBN} uses itself,
13117@value{GDBN} can automatically translate between the character sets for
13118you. The character set @value{GDBN} uses we call the @dfn{host
13119character set}; the one the inferior program uses we call the
13120@dfn{target character set}.
13121
13122For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13123uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
ea35711c 13124remote protocol (@pxref{Remote Debugging}) to debug a program
a0eb71c5
KB
13125running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13126then the host character set is Latin-1, and the target character set is
13127@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 13128target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
13129@sc{ebcdic} and Latin 1 as you print character or string values, or use
13130character and string literals in expressions.
13131
13132@value{GDBN} has no way to automatically recognize which character set
13133the inferior program uses; you must tell it, using the @code{set
13134target-charset} command, described below.
13135
13136Here are the commands for controlling @value{GDBN}'s character set
13137support:
13138
13139@table @code
13140@item set target-charset @var{charset}
13141@kindex set target-charset
10af6951
EZ
13142Set the current target character set to @var{charset}. To display the
13143list of supported target character sets, type
13144@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
a0eb71c5 13145
a0eb71c5
KB
13146@item set host-charset @var{charset}
13147@kindex set host-charset
13148Set the current host character set to @var{charset}.
13149
13150By default, @value{GDBN} uses a host character set appropriate to the
13151system it is running on; you can override that default using the
732f6a93
TT
13152@code{set host-charset} command. On some systems, @value{GDBN} cannot
13153automatically determine the appropriate host character set. In this
13154case, @value{GDBN} uses @samp{UTF-8}.
a0eb71c5
KB
13155
13156@value{GDBN} can only use certain character sets as its host character
c1b6b909 13157set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
10af6951 13158@value{GDBN} will list the host character sets it supports.
a0eb71c5
KB
13159
13160@item set charset @var{charset}
13161@kindex set charset
e33d66ec 13162Set the current host and target character sets to @var{charset}. As
10af6951
EZ
13163above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13164@value{GDBN} will list the names of the character sets that can be used
e33d66ec
EZ
13165for both host and target.
13166
a0eb71c5 13167@item show charset
a0eb71c5 13168@kindex show charset
10af6951 13169Show the names of the current host and target character sets.
e33d66ec 13170
10af6951 13171@item show host-charset
a0eb71c5 13172@kindex show host-charset
10af6951 13173Show the name of the current host character set.
e33d66ec 13174
10af6951 13175@item show target-charset
a0eb71c5 13176@kindex show target-charset
10af6951 13177Show the name of the current target character set.
a0eb71c5 13178
10af6951
EZ
13179@item set target-wide-charset @var{charset}
13180@kindex set target-wide-charset
13181Set the current target's wide character set to @var{charset}. This is
13182the character set used by the target's @code{wchar_t} type. To
13183display the list of supported wide character sets, type
13184@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13185
13186@item show target-wide-charset
13187@kindex show target-wide-charset
13188Show the name of the current target's wide character set.
a0eb71c5
KB
13189@end table
13190
a0eb71c5
KB
13191Here is an example of @value{GDBN}'s character set support in action.
13192Assume that the following source code has been placed in the file
13193@file{charset-test.c}:
13194
13195@smallexample
13196#include <stdio.h>
13197
13198char ascii_hello[]
13199 = @{72, 101, 108, 108, 111, 44, 32, 119,
13200 111, 114, 108, 100, 33, 10, 0@};
13201char ibm1047_hello[]
13202 = @{200, 133, 147, 147, 150, 107, 64, 166,
13203 150, 153, 147, 132, 90, 37, 0@};
13204
13205main ()
13206@{
13207 printf ("Hello, world!\n");
13208@}
10998722 13209@end smallexample
a0eb71c5
KB
13210
13211In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13212containing the string @samp{Hello, world!} followed by a newline,
13213encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13214
13215We compile the program, and invoke the debugger on it:
13216
13217@smallexample
13218$ gcc -g charset-test.c -o charset-test
13219$ gdb -nw charset-test
13220GNU gdb 2001-12-19-cvs
13221Copyright 2001 Free Software Foundation, Inc.
13222@dots{}
f7dc1244 13223(@value{GDBP})
10998722 13224@end smallexample
a0eb71c5
KB
13225
13226We can use the @code{show charset} command to see what character sets
13227@value{GDBN} is currently using to interpret and display characters and
13228strings:
13229
13230@smallexample
f7dc1244 13231(@value{GDBP}) show charset
e33d66ec 13232The current host and target character set is `ISO-8859-1'.
f7dc1244 13233(@value{GDBP})
10998722 13234@end smallexample
a0eb71c5
KB
13235
13236For the sake of printing this manual, let's use @sc{ascii} as our
13237initial character set:
13238@smallexample
f7dc1244
EZ
13239(@value{GDBP}) set charset ASCII
13240(@value{GDBP}) show charset
e33d66ec 13241The current host and target character set is `ASCII'.
f7dc1244 13242(@value{GDBP})
10998722 13243@end smallexample
a0eb71c5
KB
13244
13245Let's assume that @sc{ascii} is indeed the correct character set for our
13246host system --- in other words, let's assume that if @value{GDBN} prints
13247characters using the @sc{ascii} character set, our terminal will display
13248them properly. Since our current target character set is also
13249@sc{ascii}, the contents of @code{ascii_hello} print legibly:
13250
13251@smallexample
f7dc1244 13252(@value{GDBP}) print ascii_hello
a0eb71c5 13253$1 = 0x401698 "Hello, world!\n"
f7dc1244 13254(@value{GDBP}) print ascii_hello[0]
a0eb71c5 13255$2 = 72 'H'
f7dc1244 13256(@value{GDBP})
10998722 13257@end smallexample
a0eb71c5
KB
13258
13259@value{GDBN} uses the target character set for character and string
13260literals you use in expressions:
13261
13262@smallexample
f7dc1244 13263(@value{GDBP}) print '+'
a0eb71c5 13264$3 = 43 '+'
f7dc1244 13265(@value{GDBP})
10998722 13266@end smallexample
a0eb71c5
KB
13267
13268The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13269character.
13270
13271@value{GDBN} relies on the user to tell it which character set the
13272target program uses. If we print @code{ibm1047_hello} while our target
13273character set is still @sc{ascii}, we get jibberish:
13274
13275@smallexample
f7dc1244 13276(@value{GDBP}) print ibm1047_hello
a0eb71c5 13277$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 13278(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 13279$5 = 200 '\310'
f7dc1244 13280(@value{GDBP})
10998722 13281@end smallexample
a0eb71c5 13282
e33d66ec 13283If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
13284@value{GDBN} tells us the character sets it supports:
13285
13286@smallexample
f7dc1244 13287(@value{GDBP}) set target-charset
b383017d 13288ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 13289(@value{GDBP}) set target-charset
10998722 13290@end smallexample
a0eb71c5
KB
13291
13292We can select @sc{ibm1047} as our target character set, and examine the
13293program's strings again. Now the @sc{ascii} string is wrong, but
13294@value{GDBN} translates the contents of @code{ibm1047_hello} from the
13295target character set, @sc{ibm1047}, to the host character set,
13296@sc{ascii}, and they display correctly:
13297
13298@smallexample
f7dc1244
EZ
13299(@value{GDBP}) set target-charset IBM1047
13300(@value{GDBP}) show charset
e33d66ec
EZ
13301The current host character set is `ASCII'.
13302The current target character set is `IBM1047'.
f7dc1244 13303(@value{GDBP}) print ascii_hello
a0eb71c5 13304$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 13305(@value{GDBP}) print ascii_hello[0]
a0eb71c5 13306$7 = 72 '\110'
f7dc1244 13307(@value{GDBP}) print ibm1047_hello
a0eb71c5 13308$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 13309(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 13310$9 = 200 'H'
f7dc1244 13311(@value{GDBP})
10998722 13312@end smallexample
a0eb71c5
KB
13313
13314As above, @value{GDBN} uses the target character set for character and
13315string literals you use in expressions:
13316
13317@smallexample
f7dc1244 13318(@value{GDBP}) print '+'
a0eb71c5 13319$10 = 78 '+'
f7dc1244 13320(@value{GDBP})
10998722 13321@end smallexample
a0eb71c5 13322
e33d66ec 13323The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
13324character.
13325
b12039c6
YQ
13326@node Caching Target Data
13327@section Caching Data of Targets
13328@cindex caching data of targets
13329
13330@value{GDBN} caches data exchanged between the debugger and a target.
b26dfc9a 13331Each cache is associated with the address space of the inferior.
65c574f6 13332@xref{Inferiors Connections and Programs}, about inferior and address space.
b12039c6
YQ
13333Such caching generally improves performance in remote debugging
13334(@pxref{Remote Debugging}), because it reduces the overhead of the
13335remote protocol by bundling memory reads and writes into large chunks.
13336Unfortunately, simply caching everything would lead to incorrect results,
13337since @value{GDBN} does not necessarily know anything about volatile
13338values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13339(@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13340is executing.
29b090c0
DE
13341Therefore, by default, @value{GDBN} only caches data
13342known to be on the stack@footnote{In non-stop mode, it is moderately
13343rare for a running thread to modify the stack of a stopped thread
13344in a way that would interfere with a backtrace, and caching of
29453a14
YQ
13345stack reads provides a significant speed up of remote backtraces.} or
13346in the code segment.
29b090c0 13347Other regions of memory can be explicitly marked as
27b81af3 13348cacheable; @pxref{Memory Region Attributes}.
09d4efe1
EZ
13349
13350@table @code
13351@kindex set remotecache
13352@item set remotecache on
13353@itemx set remotecache off
4e5d721f
DE
13354This option no longer does anything; it exists for compatibility
13355with old scripts.
09d4efe1
EZ
13356
13357@kindex show remotecache
13358@item show remotecache
4e5d721f
DE
13359Show the current state of the obsolete remotecache flag.
13360
13361@kindex set stack-cache
13362@item set stack-cache on
13363@itemx set stack-cache off
6dd315ba
YQ
13364Enable or disable caching of stack accesses. When @code{on}, use
13365caching. By default, this option is @code{on}.
4e5d721f
DE
13366
13367@kindex show stack-cache
13368@item show stack-cache
13369Show the current state of data caching for memory accesses.
09d4efe1 13370
29453a14
YQ
13371@kindex set code-cache
13372@item set code-cache on
13373@itemx set code-cache off
13374Enable or disable caching of code segment accesses. When @code{on},
13375use caching. By default, this option is @code{on}. This improves
13376performance of disassembly in remote debugging.
13377
13378@kindex show code-cache
13379@item show code-cache
13380Show the current state of target memory cache for code segment
13381accesses.
13382
09d4efe1 13383@kindex info dcache
4e5d721f 13384@item info dcache @r{[}line@r{]}
b26dfc9a
YQ
13385Print the information about the performance of data cache of the
13386current inferior's address space. The information displayed
13387includes the dcache width and depth, and for each cache line, its
13388number, address, and how many times it was referenced. This
13389command is useful for debugging the data cache operation.
4e5d721f
DE
13390
13391If a line number is specified, the contents of that line will be
13392printed in hex.
1a532630
PP
13393
13394@item set dcache size @var{size}
13395@cindex dcache size
13396@kindex set dcache size
13397Set maximum number of entries in dcache (dcache depth above).
13398
13399@item set dcache line-size @var{line-size}
13400@cindex dcache line-size
13401@kindex set dcache line-size
13402Set number of bytes each dcache entry caches (dcache width above).
13403Must be a power of 2.
13404
13405@item show dcache size
13406@kindex show dcache size
b12039c6 13407Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
1a532630
PP
13408
13409@item show dcache line-size
13410@kindex show dcache line-size
b12039c6 13411Show default size of dcache lines.
1a532630 13412
ee9812a0
AB
13413@item maint flush dcache
13414@cindex dcache, flushing
13415@kindex maint flush dcache
13416Flush the contents (if any) of the dcache. This maintainer command is
13417useful when debugging the dcache implementation.
13418
09d4efe1
EZ
13419@end table
13420
08388c79
DE
13421@node Searching Memory
13422@section Search Memory
13423@cindex searching memory
13424
13425Memory can be searched for a particular sequence of bytes with the
13426@code{find} command.
13427
13428@table @code
13429@kindex find
13430@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13431@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13432Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13433etc. The search begins at address @var{start_addr} and continues for either
13434@var{len} bytes or through to @var{end_addr} inclusive.
13435@end table
13436
13437@var{s} and @var{n} are optional parameters.
13438They may be specified in either order, apart or together.
13439
13440@table @r
13441@item @var{s}, search query size
13442The size of each search query value.
13443
13444@table @code
13445@item b
13446bytes
13447@item h
13448halfwords (two bytes)
13449@item w
13450words (four bytes)
13451@item g
13452giant words (eight bytes)
13453@end table
13454
13455All values are interpreted in the current language.
13456This means, for example, that if the current source language is C/C@t{++}
13457then searching for the string ``hello'' includes the trailing '\0'.
ee9a09e9
DC
13458The null terminator can be removed from searching by using casts,
13459e.g.: @samp{@{char[5]@}"hello"}.
08388c79
DE
13460
13461If the value size is not specified, it is taken from the
13462value's type in the current language.
13463This is useful when one wants to specify the search
13464pattern as a mixture of types.
13465Note that this means, for example, that in the case of C-like languages
13466a search for an untyped 0x42 will search for @samp{(int) 0x42}
13467which is typically four bytes.
13468
13469@item @var{n}, maximum number of finds
13470The maximum number of matches to print. The default is to print all finds.
13471@end table
13472
13473You can use strings as search values. Quote them with double-quotes
13474 (@code{"}).
13475The string value is copied into the search pattern byte by byte,
13476regardless of the endianness of the target and the size specification.
13477
13478The address of each match found is printed as well as a count of the
13479number of matches found.
13480
13481The address of the last value found is stored in convenience variable
13482@samp{$_}.
13483A count of the number of matches is stored in @samp{$numfound}.
13484
13485For example, if stopped at the @code{printf} in this function:
13486
13487@smallexample
13488void
13489hello ()
13490@{
13491 static char hello[] = "hello-hello";
13492 static struct @{ char c; short s; int i; @}
13493 __attribute__ ((packed)) mixed
13494 = @{ 'c', 0x1234, 0x87654321 @};
13495 printf ("%s\n", hello);
13496@}
13497@end smallexample
13498
13499@noindent
13500you get during debugging:
13501
13502@smallexample
13503(gdb) find &hello[0], +sizeof(hello), "hello"
135040x804956d <hello.1620+6>
135051 pattern found
13506(gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
135070x8049567 <hello.1620>
135080x804956d <hello.1620+6>
ee9a09e9
DC
135092 patterns found.
13510(gdb) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
135110x8049567 <hello.1620>
135120x804956d <hello.1620+6>
135132 patterns found.
08388c79
DE
13514(gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
135150x8049567 <hello.1620>
135161 pattern found
13517(gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
135180x8049560 <mixed.1625>
135191 pattern found
13520(gdb) print $numfound
13521$1 = 1
13522(gdb) print $_
13523$2 = (void *) 0x8049560
13524@end smallexample
a0eb71c5 13525
5fdf6324
AB
13526@node Value Sizes
13527@section Value Sizes
13528
13529Whenever @value{GDBN} prints a value memory will be allocated within
13530@value{GDBN} to hold the contents of the value. It is possible in
13531some languages with dynamic typing systems, that an invalid program
13532may indicate a value that is incorrectly large, this in turn may cause
6b92c0d3 13533@value{GDBN} to try and allocate an overly large amount of memory.
5fdf6324
AB
13534
13535@table @code
13536@kindex set max-value-size
713cdcbf 13537@item set max-value-size @var{bytes}
5fdf6324
AB
13538@itemx set max-value-size unlimited
13539Set the maximum size of memory that @value{GDBN} will allocate for the
13540contents of a value to @var{bytes}, trying to display a value that
13541requires more memory than that will result in an error.
13542
13543Setting this variable does not effect values that have already been
13544allocated within @value{GDBN}, only future allocations.
13545
13546There's a minimum size that @code{max-value-size} can be set to in
13547order that @value{GDBN} can still operate correctly, this minimum is
13548currently 16 bytes.
13549
13550The limit applies to the results of some subexpressions as well as to
13551complete expressions. For example, an expression denoting a simple
13552integer component, such as @code{x.y.z}, may fail if the size of
13553@var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13554@value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13555@var{A} is an array variable with non-constant size, will generally
13556succeed regardless of the bounds on @var{A}, as long as the component
13557size is less than @var{bytes}.
13558
13559The default value of @code{max-value-size} is currently 64k.
13560
13561@kindex show max-value-size
13562@item show max-value-size
13563Show the maximum size of memory, in bytes, that @value{GDBN} will
13564allocate for the contents of a value.
13565@end table
13566
edb3359d
DJ
13567@node Optimized Code
13568@chapter Debugging Optimized Code
13569@cindex optimized code, debugging
13570@cindex debugging optimized code
13571
13572Almost all compilers support optimization. With optimization
13573disabled, the compiler generates assembly code that corresponds
13574directly to your source code, in a simplistic way. As the compiler
13575applies more powerful optimizations, the generated assembly code
13576diverges from your original source code. With help from debugging
13577information generated by the compiler, @value{GDBN} can map from
13578the running program back to constructs from your original source.
13579
13580@value{GDBN} is more accurate with optimization disabled. If you
13581can recompile without optimization, it is easier to follow the
13582progress of your program during debugging. But, there are many cases
13583where you may need to debug an optimized version.
13584
13585When you debug a program compiled with @samp{-g -O}, remember that the
13586optimizer has rearranged your code; the debugger shows you what is
13587really there. Do not be too surprised when the execution path does not
13588exactly match your source file! An extreme example: if you define a
13589variable, but never use it, @value{GDBN} never sees that
13590variable---because the compiler optimizes it out of existence.
13591
13592Some things do not work as well with @samp{-g -O} as with just
13593@samp{-g}, particularly on machines with instruction scheduling. If in
13594doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13595please report it to us as a bug (including a test case!).
13596@xref{Variables}, for more information about debugging optimized code.
13597
13598@menu
13599* Inline Functions:: How @value{GDBN} presents inlining
111c6489 13600* Tail Call Frames:: @value{GDBN} analysis of jumps to functions
edb3359d
DJ
13601@end menu
13602
13603@node Inline Functions
13604@section Inline Functions
13605@cindex inline functions, debugging
13606
13607@dfn{Inlining} is an optimization that inserts a copy of the function
13608body directly at each call site, instead of jumping to a shared
13609routine. @value{GDBN} displays inlined functions just like
13610non-inlined functions. They appear in backtraces. You can view their
13611arguments and local variables, step into them with @code{step}, skip
13612them with @code{next}, and escape from them with @code{finish}.
13613You can check whether a function was inlined by using the
13614@code{info frame} command.
13615
13616For @value{GDBN} to support inlined functions, the compiler must
13617record information about inlining in the debug information ---
13618@value{NGCC} using the @sc{dwarf 2} format does this, and several
13619other compilers do also. @value{GDBN} only supports inlined functions
13620when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13621do not emit two required attributes (@samp{DW_AT_call_file} and
13622@samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13623function calls with earlier versions of @value{NGCC}. It instead
13624displays the arguments and local variables of inlined functions as
13625local variables in the caller.
13626
13627The body of an inlined function is directly included at its call site;
13628unlike a non-inlined function, there are no instructions devoted to
13629the call. @value{GDBN} still pretends that the call site and the
13630start of the inlined function are different instructions. Stepping to
13631the call site shows the call site, and then stepping again shows
13632the first line of the inlined function, even though no additional
13633instructions are executed.
13634
13635This makes source-level debugging much clearer; you can see both the
13636context of the call and then the effect of the call. Only stepping by
13637a single instruction using @code{stepi} or @code{nexti} does not do
13638this; single instruction steps always show the inlined body.
13639
13640There are some ways that @value{GDBN} does not pretend that inlined
13641function calls are the same as normal calls:
13642
13643@itemize @bullet
edb3359d
DJ
13644@item
13645Setting breakpoints at the call site of an inlined function may not
13646work, because the call site does not contain any code. @value{GDBN}
13647may incorrectly move the breakpoint to the next line of the enclosing
13648function, after the call. This limitation will be removed in a future
13649version of @value{GDBN}; until then, set a breakpoint on an earlier line
13650or inside the inlined function instead.
13651
13652@item
13653@value{GDBN} cannot locate the return value of inlined calls after
13654using the @code{finish} command. This is a limitation of compiler-generated
13655debugging information; after @code{finish}, you can step to the next line
13656and print a variable where your program stored the return value.
13657
13658@end itemize
13659
111c6489
JK
13660@node Tail Call Frames
13661@section Tail Call Frames
13662@cindex tail call frames, debugging
13663
13664Function @code{B} can call function @code{C} in its very last statement. In
13665unoptimized compilation the call of @code{C} is immediately followed by return
13666instruction at the end of @code{B} code. Optimizing compiler may replace the
13667call and return in function @code{B} into one jump to function @code{C}
13668instead. Such use of a jump instruction is called @dfn{tail call}.
13669
13670During execution of function @code{C}, there will be no indication in the
13671function call stack frames that it was tail-called from @code{B}. If function
13672@code{A} regularly calls function @code{B} which tail-calls function @code{C},
13673then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13674some cases @value{GDBN} can determine that @code{C} was tail-called from
13675@code{B}, and it will then create fictitious call frame for that, with the
13676return address set up as if @code{B} called @code{C} normally.
13677
13678This functionality is currently supported only by DWARF 2 debugging format and
216f72a1 13679the compiler has to produce @samp{DW_TAG_call_site} tags. With
111c6489
JK
13680@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13681this information.
13682
13683@kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13684kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13685
13686@smallexample
13687(gdb) x/i $pc - 2
13688 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
13689(gdb) info frame
13690Stack level 1, frame at 0x7fffffffda30:
13691 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13692 tail call frame, caller of frame at 0x7fffffffda30
13693 source language c++.
13694 Arglist at unknown address.
13695 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13696@end smallexample
13697
13698The detection of all the possible code path executions can find them ambiguous.
13699There is no execution history stored (possible @ref{Reverse Execution} is never
13700used for this purpose) and the last known caller could have reached the known
13701callee by multiple different jump sequences. In such case @value{GDBN} still
13702tries to show at least all the unambiguous top tail callers and all the
13703unambiguous bottom tail calees, if any.
13704
13705@table @code
e18b2753 13706@anchor{set debug entry-values}
111c6489
JK
13707@item set debug entry-values
13708@kindex set debug entry-values
13709When set to on, enables printing of analysis messages for both frame argument
13710values at function entry and tail calls. It will show all the possible valid
13711tail calls code paths it has considered. It will also print the intersection
13712of them with the final unambiguous (possibly partial or even empty) code path
13713result.
13714
13715@item show debug entry-values
13716@kindex show debug entry-values
13717Show the current state of analysis messages printing for both frame argument
13718values at function entry and tail calls.
13719@end table
13720
13721The analysis messages for tail calls can for example show why the virtual tail
13722call frame for function @code{c} has not been recognized (due to the indirect
13723reference by variable @code{x}):
13724
13725@smallexample
13726static void __attribute__((noinline, noclone)) c (void);
13727void (*x) (void) = c;
13728static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13729static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13730int main (void) @{ x (); return 0; @}
13731
216f72a1
JK
13732Breakpoint 1, DW_OP_entry_value resolving cannot find
13733DW_TAG_call_site 0x40039a in main
111c6489
JK
13734a () at t.c:3
137353 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13736(gdb) bt
13737#0 a () at t.c:3
13738#1 0x000000000040039a in main () at t.c:5
13739@end smallexample
13740
13741Another possibility is an ambiguous virtual tail call frames resolution:
13742
13743@smallexample
13744int i;
13745static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13746static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13747static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13748static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13749static void __attribute__((noinline, noclone)) b (void)
13750@{ if (i) c (); else e (); @}
13751static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13752int main (void) @{ a (); return 0; @}
13753
13754tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13755tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13756tailcall: reduced: 0x4004d2(a) |
13757(gdb) bt
13758#0 f () at t.c:2
13759#1 0x00000000004004d2 in a () at t.c:8
13760#2 0x0000000000400395 in main () at t.c:9
13761@end smallexample
13762
5048e516
JK
13763@set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13764@set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13765
13766@c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13767@ifset HAVE_MAKEINFO_CLICK
13768@set ARROW @click{}
13769@set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13770@set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13771@end ifset
13772@ifclear HAVE_MAKEINFO_CLICK
13773@set ARROW ->
13774@set CALLSEQ1B @value{CALLSEQ1A}
13775@set CALLSEQ2B @value{CALLSEQ2A}
13776@end ifclear
13777
13778Frames #0 and #2 are real, #1 is a virtual tail call frame.
13779The code can have possible execution paths @value{CALLSEQ1B} or
13780@value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
111c6489
JK
13781
13782@code{initial:} state shows some random possible calling sequence @value{GDBN}
6b92c0d3 13783has found. It then finds another possible calling sequence - that one is
111c6489
JK
13784prefixed by @code{compare:}. The non-ambiguous intersection of these two is
13785printed as the @code{reduced:} calling sequence. That one could have many
6b92c0d3 13786further @code{compare:} and @code{reduced:} statements as long as there remain
111c6489
JK
13787any non-ambiguous sequence entries.
13788
13789For the frame of function @code{b} in both cases there are different possible
13790@code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
6b92c0d3 13791also ambiguous. The only non-ambiguous frame is the one for function @code{a},
111c6489
JK
13792therefore this one is displayed to the user while the ambiguous frames are
13793omitted.
edb3359d 13794
e18b2753
JK
13795There can be also reasons why printing of frame argument values at function
13796entry may fail:
13797
13798@smallexample
13799int v;
13800static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
13801static void __attribute__((noinline, noclone)) a (int i);
13802static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
13803static void __attribute__((noinline, noclone)) a (int i)
13804@{ if (i) b (i - 1); else c (0); @}
13805int main (void) @{ a (5); return 0; @}
13806
13807(gdb) bt
13808#0 c (i=i@@entry=0) at t.c:2
216f72a1 13809#1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
e18b2753
JK
13810function "a" at 0x400420 can call itself via tail calls
13811i=<optimized out>) at t.c:6
13812#2 0x000000000040036e in main () at t.c:7
13813@end smallexample
13814
13815@value{GDBN} cannot find out from the inferior state if and how many times did
13816function @code{a} call itself (via function @code{b}) as these calls would be
6b92c0d3 13817tail calls. Such tail calls would modify the @code{i} variable, therefore
e18b2753
JK
13818@value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
13819prints @code{<optimized out>} instead.
13820
e2e0bcd1
JB
13821@node Macros
13822@chapter C Preprocessor Macros
13823
49efadf5 13824Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
13825``preprocessor macros'' which expand into strings of tokens.
13826@value{GDBN} can evaluate expressions containing macro invocations, show
13827the result of macro expansion, and show a macro's definition, including
13828where it was defined.
13829
13830You may need to compile your program specially to provide @value{GDBN}
13831with information about preprocessor macros. Most compilers do not
13832include macros in their debugging information, even when you compile
13833with the @option{-g} flag. @xref{Compilation}.
13834
13835A program may define a macro at one point, remove that definition later,
13836and then provide a different definition after that. Thus, at different
13837points in the program, a macro may have different definitions, or have
13838no definition at all. If there is a current stack frame, @value{GDBN}
13839uses the macros in scope at that frame's source code line. Otherwise,
13840@value{GDBN} uses the macros in scope at the current listing location;
13841see @ref{List}.
13842
e2e0bcd1
JB
13843Whenever @value{GDBN} evaluates an expression, it always expands any
13844macro invocations present in the expression. @value{GDBN} also provides
13845the following commands for working with macros explicitly.
13846
13847@table @code
13848
13849@kindex macro expand
13850@cindex macro expansion, showing the results of preprocessor
13851@cindex preprocessor macro expansion, showing the results of
13852@cindex expanding preprocessor macros
13853@item macro expand @var{expression}
13854@itemx macro exp @var{expression}
13855Show the results of expanding all preprocessor macro invocations in
13856@var{expression}. Since @value{GDBN} simply expands macros, but does
13857not parse the result, @var{expression} need not be a valid expression;
13858it can be any string of tokens.
13859
09d4efe1 13860@kindex macro exp1
e2e0bcd1
JB
13861@item macro expand-once @var{expression}
13862@itemx macro exp1 @var{expression}
4644b6e3 13863@cindex expand macro once
e2e0bcd1
JB
13864@i{(This command is not yet implemented.)} Show the results of
13865expanding those preprocessor macro invocations that appear explicitly in
13866@var{expression}. Macro invocations appearing in that expansion are
13867left unchanged. This command allows you to see the effect of a
13868particular macro more clearly, without being confused by further
13869expansions. Since @value{GDBN} simply expands macros, but does not
13870parse the result, @var{expression} need not be a valid expression; it
13871can be any string of tokens.
13872
475b0867 13873@kindex info macro
e2e0bcd1 13874@cindex macro definition, showing
9b158ba0 13875@cindex definition of a macro, showing
13876@cindex macros, from debug info
71eba9c2 13877@item info macro [-a|-all] [--] @var{macro}
13878Show the current definition or all definitions of the named @var{macro},
13879and describe the source location or compiler command-line where that
13880definition was established. The optional double dash is to signify the end of
13881argument processing and the beginning of @var{macro} for non C-like macros where
13882the macro may begin with a hyphen.
e2e0bcd1 13883
9b158ba0 13884@kindex info macros
629500fa 13885@item info macros @var{location}
9b158ba0 13886Show all macro definitions that are in effect at the location specified
629500fa 13887by @var{location}, and describe the source location or compiler
9b158ba0 13888command-line where those definitions were established.
13889
e2e0bcd1
JB
13890@kindex macro define
13891@cindex user-defined macros
13892@cindex defining macros interactively
13893@cindex macros, user-defined
13894@item macro define @var{macro} @var{replacement-list}
13895@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
d7d9f01e
TT
13896Introduce a definition for a preprocessor macro named @var{macro},
13897invocations of which are replaced by the tokens given in
13898@var{replacement-list}. The first form of this command defines an
13899``object-like'' macro, which takes no arguments; the second form
13900defines a ``function-like'' macro, which takes the arguments given in
13901@var{arglist}.
13902
13903A definition introduced by this command is in scope in every
13904expression evaluated in @value{GDBN}, until it is removed with the
13905@code{macro undef} command, described below. The definition overrides
13906all definitions for @var{macro} present in the program being debugged,
13907as well as any previous user-supplied definition.
e2e0bcd1
JB
13908
13909@kindex macro undef
13910@item macro undef @var{macro}
d7d9f01e
TT
13911Remove any user-supplied definition for the macro named @var{macro}.
13912This command only affects definitions provided with the @code{macro
13913define} command, described above; it cannot remove definitions present
13914in the program being debugged.
e2e0bcd1 13915
09d4efe1
EZ
13916@kindex macro list
13917@item macro list
d7d9f01e 13918List all the macros defined using the @code{macro define} command.
e2e0bcd1
JB
13919@end table
13920
13921@cindex macros, example of debugging with
13922Here is a transcript showing the above commands in action. First, we
13923show our source files:
13924
13925@smallexample
13926$ cat sample.c
13927#include <stdio.h>
13928#include "sample.h"
13929
13930#define M 42
13931#define ADD(x) (M + x)
13932
13933main ()
13934@{
13935#define N 28
13936 printf ("Hello, world!\n");
13937#undef N
13938 printf ("We're so creative.\n");
13939#define N 1729
13940 printf ("Goodbye, world!\n");
13941@}
13942$ cat sample.h
13943#define Q <
13944$
13945@end smallexample
13946
e0f8f636
TT
13947Now, we compile the program using the @sc{gnu} C compiler,
13948@value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13949minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13950and @option{-gdwarf-4}; we recommend always choosing the most recent
13951version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13952includes information about preprocessor macros in the debugging
e2e0bcd1
JB
13953information.
13954
13955@smallexample
13956$ gcc -gdwarf-2 -g3 sample.c -o sample
13957$
13958@end smallexample
13959
13960Now, we start @value{GDBN} on our sample program:
13961
13962@smallexample
13963$ gdb -nw sample
13964GNU gdb 2002-05-06-cvs
13965Copyright 2002 Free Software Foundation, Inc.
13966GDB is free software, @dots{}
f7dc1244 13967(@value{GDBP})
e2e0bcd1
JB
13968@end smallexample
13969
13970We can expand macros and examine their definitions, even when the
13971program is not running. @value{GDBN} uses the current listing position
13972to decide which macro definitions are in scope:
13973
13974@smallexample
f7dc1244 13975(@value{GDBP}) list main
e2e0bcd1
JB
139763
139774 #define M 42
139785 #define ADD(x) (M + x)
139796
139807 main ()
139818 @{
139829 #define N 28
1398310 printf ("Hello, world!\n");
1398411 #undef N
1398512 printf ("We're so creative.\n");
f7dc1244 13986(@value{GDBP}) info macro ADD
e2e0bcd1
JB
13987Defined at /home/jimb/gdb/macros/play/sample.c:5
13988#define ADD(x) (M + x)
f7dc1244 13989(@value{GDBP}) info macro Q
e2e0bcd1
JB
13990Defined at /home/jimb/gdb/macros/play/sample.h:1
13991 included at /home/jimb/gdb/macros/play/sample.c:2
13992#define Q <
f7dc1244 13993(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 13994expands to: (42 + 1)
f7dc1244 13995(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 13996expands to: once (M + 1)
f7dc1244 13997(@value{GDBP})
e2e0bcd1
JB
13998@end smallexample
13999
d7d9f01e 14000In the example above, note that @code{macro expand-once} expands only
e2e0bcd1
JB
14001the macro invocation explicit in the original text --- the invocation of
14002@code{ADD} --- but does not expand the invocation of the macro @code{M},
14003which was introduced by @code{ADD}.
14004
3f94c067
BW
14005Once the program is running, @value{GDBN} uses the macro definitions in
14006force at the source line of the current stack frame:
e2e0bcd1
JB
14007
14008@smallexample
f7dc1244 14009(@value{GDBP}) break main
e2e0bcd1 14010Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 14011(@value{GDBP}) run
b383017d 14012Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
14013
14014Breakpoint 1, main () at sample.c:10
1401510 printf ("Hello, world!\n");
f7dc1244 14016(@value{GDBP})
e2e0bcd1
JB
14017@end smallexample
14018
14019At line 10, the definition of the macro @code{N} at line 9 is in force:
14020
14021@smallexample
f7dc1244 14022(@value{GDBP}) info macro N
e2e0bcd1
JB
14023Defined at /home/jimb/gdb/macros/play/sample.c:9
14024#define N 28
f7dc1244 14025(@value{GDBP}) macro expand N Q M
e2e0bcd1 14026expands to: 28 < 42
f7dc1244 14027(@value{GDBP}) print N Q M
e2e0bcd1 14028$1 = 1
f7dc1244 14029(@value{GDBP})
e2e0bcd1
JB
14030@end smallexample
14031
14032As we step over directives that remove @code{N}'s definition, and then
14033give it a new definition, @value{GDBN} finds the definition (or lack
14034thereof) in force at each point:
14035
14036@smallexample
f7dc1244 14037(@value{GDBP}) next
e2e0bcd1
JB
14038Hello, world!
1403912 printf ("We're so creative.\n");
f7dc1244 14040(@value{GDBP}) info macro N
e2e0bcd1
JB
14041The symbol `N' has no definition as a C/C++ preprocessor macro
14042at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 14043(@value{GDBP}) next
e2e0bcd1
JB
14044We're so creative.
1404514 printf ("Goodbye, world!\n");
f7dc1244 14046(@value{GDBP}) info macro N
e2e0bcd1
JB
14047Defined at /home/jimb/gdb/macros/play/sample.c:13
14048#define N 1729
f7dc1244 14049(@value{GDBP}) macro expand N Q M
e2e0bcd1 14050expands to: 1729 < 42
f7dc1244 14051(@value{GDBP}) print N Q M
e2e0bcd1 14052$2 = 0
f7dc1244 14053(@value{GDBP})
e2e0bcd1
JB
14054@end smallexample
14055
484086b7
JK
14056In addition to source files, macros can be defined on the compilation command
14057line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
14058such a way, @value{GDBN} displays the location of their definition as line zero
14059of the source file submitted to the compiler.
14060
14061@smallexample
14062(@value{GDBP}) info macro __STDC__
14063Defined at /home/jimb/gdb/macros/play/sample.c:0
14064-D__STDC__=1
14065(@value{GDBP})
14066@end smallexample
14067
e2e0bcd1 14068
b37052ae
EZ
14069@node Tracepoints
14070@chapter Tracepoints
14071@c This chapter is based on the documentation written by Michael
14072@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14073
14074@cindex tracepoints
14075In some applications, it is not feasible for the debugger to interrupt
14076the program's execution long enough for the developer to learn
14077anything helpful about its behavior. If the program's correctness
14078depends on its real-time behavior, delays introduced by a debugger
14079might cause the program to change its behavior drastically, or perhaps
14080fail, even when the code itself is correct. It is useful to be able
14081to observe the program's behavior without interrupting it.
14082
14083Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14084specify locations in the program, called @dfn{tracepoints}, and
14085arbitrary expressions to evaluate when those tracepoints are reached.
14086Later, using the @code{tfind} command, you can examine the values
14087those expressions had when the program hit the tracepoints. The
14088expressions may also denote objects in memory---structures or arrays,
14089for example---whose values @value{GDBN} should record; while visiting
14090a particular tracepoint, you may inspect those objects as if they were
14091in memory at that moment. However, because @value{GDBN} records these
14092values without interacting with you, it can do so quickly and
14093unobtrusively, hopefully not disturbing the program's behavior.
14094
14095The tracepoint facility is currently available only for remote
9d29849a
JB
14096targets. @xref{Targets}. In addition, your remote target must know
14097how to collect trace data. This functionality is implemented in the
14098remote stub; however, none of the stubs distributed with @value{GDBN}
14099support tracepoints as of this writing. The format of the remote
14100packets used to implement tracepoints are described in @ref{Tracepoint
14101Packets}.
b37052ae 14102
00bf0b85
SS
14103It is also possible to get trace data from a file, in a manner reminiscent
14104of corefiles; you specify the filename, and use @code{tfind} to search
14105through the file. @xref{Trace Files}, for more details.
14106
b37052ae
EZ
14107This chapter describes the tracepoint commands and features.
14108
14109@menu
b383017d
RM
14110* Set Tracepoints::
14111* Analyze Collected Data::
14112* Tracepoint Variables::
00bf0b85 14113* Trace Files::
b37052ae
EZ
14114@end menu
14115
14116@node Set Tracepoints
14117@section Commands to Set Tracepoints
14118
14119Before running such a @dfn{trace experiment}, an arbitrary number of
1042e4c0
SS
14120tracepoints can be set. A tracepoint is actually a special type of
14121breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14122standard breakpoint commands. For instance, as with breakpoints,
14123tracepoint numbers are successive integers starting from one, and many
14124of the commands associated with tracepoints take the tracepoint number
14125as their argument, to identify which tracepoint to work on.
b37052ae
EZ
14126
14127For each tracepoint, you can specify, in advance, some arbitrary set
14128of data that you want the target to collect in the trace buffer when
14129it hits that tracepoint. The collected data can include registers,
14130local variables, or global data. Later, you can use @value{GDBN}
14131commands to examine the values these data had at the time the
14132tracepoint was hit.
14133
7d13fe92
SS
14134Tracepoints do not support every breakpoint feature. Ignore counts on
14135tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14136commands when they are hit. Tracepoints may not be thread-specific
14137either.
1042e4c0 14138
7a697b8d
SS
14139@cindex fast tracepoints
14140Some targets may support @dfn{fast tracepoints}, which are inserted in
14141a different way (such as with a jump instead of a trap), that is
14142faster but possibly restricted in where they may be installed.
14143
0fb4aa4b
PA
14144@cindex static tracepoints
14145@cindex markers, static tracepoints
14146@cindex probing markers, static tracepoints
14147Regular and fast tracepoints are dynamic tracing facilities, meaning
14148that they can be used to insert tracepoints at (almost) any location
14149in the target. Some targets may also support controlling @dfn{static
14150tracepoints} from @value{GDBN}. With static tracing, a set of
14151instrumentation points, also known as @dfn{markers}, are embedded in
14152the target program, and can be activated or deactivated by name or
14153address. These are usually placed at locations which facilitate
14154investigating what the target is actually doing. @value{GDBN}'s
14155support for static tracing includes being able to list instrumentation
14156points, and attach them with @value{GDBN} defined high level
14157tracepoints that expose the whole range of convenience of
8786b2bd 14158@value{GDBN}'s tracepoints support. Namely, support for collecting
0fb4aa4b
PA
14159registers values and values of global or local (to the instrumentation
14160point) variables; tracepoint conditions and trace state variables.
14161The act of installing a @value{GDBN} static tracepoint on an
14162instrumentation point, or marker, is referred to as @dfn{probing} a
14163static tracepoint marker.
14164
fa593d66
PA
14165@code{gdbserver} supports tracepoints on some target systems.
14166@xref{Server,,Tracepoints support in @code{gdbserver}}.
14167
b37052ae
EZ
14168This section describes commands to set tracepoints and associated
14169conditions and actions.
14170
14171@menu
b383017d
RM
14172* Create and Delete Tracepoints::
14173* Enable and Disable Tracepoints::
14174* Tracepoint Passcounts::
782b2b07 14175* Tracepoint Conditions::
f61e138d 14176* Trace State Variables::
b383017d
RM
14177* Tracepoint Actions::
14178* Listing Tracepoints::
0fb4aa4b 14179* Listing Static Tracepoint Markers::
79a6e687 14180* Starting and Stopping Trace Experiments::
c9429232 14181* Tracepoint Restrictions::
b37052ae
EZ
14182@end menu
14183
14184@node Create and Delete Tracepoints
14185@subsection Create and Delete Tracepoints
14186
14187@table @code
14188@cindex set tracepoint
14189@kindex trace
1042e4c0 14190@item trace @var{location}
b37052ae 14191The @code{trace} command is very similar to the @code{break} command.
629500fa
KS
14192Its argument @var{location} can be any valid location.
14193@xref{Specify Location}. The @code{trace} command defines a tracepoint,
14194which is a point in the target program where the debugger will briefly stop,
14195collect some data, and then allow the program to continue. Setting a tracepoint
14196or changing its actions takes effect immediately if the remote stub
1e4d1764
YQ
14197supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14198in tracing}).
14199If remote stub doesn't support the @samp{InstallInTrace} feature, all
14200these changes don't take effect until the next @code{tstart}
1042e4c0 14201command, and once a trace experiment is running, further changes will
bfccc43c
YQ
14202not have any effect until the next trace experiment starts. In addition,
14203@value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14204address is not yet resolved. (This is similar to pending breakpoints.)
14205Pending tracepoints are not downloaded to the target and not installed
14206until they are resolved. The resolution of pending tracepoints requires
14207@value{GDBN} support---when debugging with the remote target, and
14208@value{GDBN} disconnects from the remote stub (@pxref{disconnected
14209tracing}), pending tracepoints can not be resolved (and downloaded to
14210the remote stub) while @value{GDBN} is disconnected.
b37052ae
EZ
14211
14212Here are some examples of using the @code{trace} command:
14213
14214@smallexample
14215(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14216
14217(@value{GDBP}) @b{trace +2} // 2 lines forward
14218
14219(@value{GDBP}) @b{trace my_function} // first source line of function
14220
14221(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14222
14223(@value{GDBP}) @b{trace *0x2117c4} // an address
14224@end smallexample
14225
14226@noindent
14227You can abbreviate @code{trace} as @code{tr}.
14228
782b2b07
SS
14229@item trace @var{location} if @var{cond}
14230Set a tracepoint with condition @var{cond}; evaluate the expression
14231@var{cond} each time the tracepoint is reached, and collect data only
14232if the value is nonzero---that is, if @var{cond} evaluates as true.
14233@xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14234information on tracepoint conditions.
14235
7a697b8d
SS
14236@item ftrace @var{location} [ if @var{cond} ]
14237@cindex set fast tracepoint
74c761c1 14238@cindex fast tracepoints, setting
7a697b8d
SS
14239@kindex ftrace
14240The @code{ftrace} command sets a fast tracepoint. For targets that
14241support them, fast tracepoints will use a more efficient but possibly
14242less general technique to trigger data collection, such as a jump
14243instruction instead of a trap, or some sort of hardware support. It
14244may not be possible to create a fast tracepoint at the desired
14245location, in which case the command will exit with an explanatory
14246message.
14247
14248@value{GDBN} handles arguments to @code{ftrace} exactly as for
14249@code{trace}.
14250
405f8e94
SS
14251On 32-bit x86-architecture systems, fast tracepoints normally need to
14252be placed at an instruction that is 5 bytes or longer, but can be
14253placed at 4-byte instructions if the low 64K of memory of the target
14254program is available to install trampolines. Some Unix-type systems,
14255such as @sc{gnu}/Linux, exclude low addresses from the program's
14256address space; but for instance with the Linux kernel it is possible
14257to let @value{GDBN} use this area by doing a @command{sysctl} command
14258to set the @code{mmap_min_addr} kernel parameter, as in
14259
14260@example
14261sudo sysctl -w vm.mmap_min_addr=32768
14262@end example
14263
14264@noindent
14265which sets the low address to 32K, which leaves plenty of room for
14266trampolines. The minimum address should be set to a page boundary.
14267
0fb4aa4b 14268@item strace @var{location} [ if @var{cond} ]
74c761c1
PA
14269@cindex set static tracepoint
14270@cindex static tracepoints, setting
14271@cindex probe static tracepoint marker
0fb4aa4b
PA
14272@kindex strace
14273The @code{strace} command sets a static tracepoint. For targets that
14274support it, setting a static tracepoint probes a static
14275instrumentation point, or marker, found at @var{location}. It may not
14276be possible to set a static tracepoint at the desired location, in
14277which case the command will exit with an explanatory message.
14278
14279@value{GDBN} handles arguments to @code{strace} exactly as for
14280@code{trace}, with the addition that the user can also specify
14281@code{-m @var{marker}} as @var{location}. This probes the marker
14282identified by the @var{marker} string identifier. This identifier
14283depends on the static tracepoint backend library your program is
14284using. You can find all the marker identifiers in the @samp{ID} field
14285of the @code{info static-tracepoint-markers} command output.
14286@xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14287Markers}. For example, in the following small program using the UST
14288tracing engine:
14289
14290@smallexample
14291main ()
14292@{
14293 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14294@}
14295@end smallexample
14296
14297@noindent
14298the marker id is composed of joining the first two arguments to the
14299@code{trace_mark} call with a slash, which translates to:
14300
14301@smallexample
14302(@value{GDBP}) info static-tracepoint-markers
14303Cnt Enb ID Address What
143041 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14305 Data: "str %s"
14306[etc...]
14307@end smallexample
14308
14309@noindent
14310so you may probe the marker above with:
14311
14312@smallexample
14313(@value{GDBP}) strace -m ust/bar33
14314@end smallexample
14315
14316Static tracepoints accept an extra collect action --- @code{collect
14317$_sdata}. This collects arbitrary user data passed in the probe point
14318call to the tracing library. In the UST example above, you'll see
14319that the third argument to @code{trace_mark} is a printf-like format
6b92c0d3 14320string. The user data is then the result of running that formatting
0fb4aa4b
PA
14321string against the following arguments. Note that @code{info
14322static-tracepoint-markers} command output lists that format string in
14323the @samp{Data:} field.
14324
14325You can inspect this data when analyzing the trace buffer, by printing
14326the $_sdata variable like any other variable available to
14327@value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14328
b37052ae
EZ
14329@vindex $tpnum
14330@cindex last tracepoint number
14331@cindex recent tracepoint number
14332@cindex tracepoint number
14333The convenience variable @code{$tpnum} records the tracepoint number
14334of the most recently set tracepoint.
14335
14336@kindex delete tracepoint
14337@cindex tracepoint deletion
14338@item delete tracepoint @r{[}@var{num}@r{]}
14339Permanently delete one or more tracepoints. With no argument, the
1042e4c0
SS
14340default is to delete all tracepoints. Note that the regular
14341@code{delete} command can remove tracepoints also.
b37052ae
EZ
14342
14343Examples:
14344
14345@smallexample
14346(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14347
14348(@value{GDBP}) @b{delete trace} // remove all tracepoints
14349@end smallexample
14350
14351@noindent
14352You can abbreviate this command as @code{del tr}.
14353@end table
14354
14355@node Enable and Disable Tracepoints
14356@subsection Enable and Disable Tracepoints
14357
1042e4c0
SS
14358These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14359
b37052ae
EZ
14360@table @code
14361@kindex disable tracepoint
14362@item disable tracepoint @r{[}@var{num}@r{]}
14363Disable tracepoint @var{num}, or all tracepoints if no argument
14364@var{num} is given. A disabled tracepoint will have no effect during
d248b706 14365a trace experiment, but it is not forgotten. You can re-enable
b37052ae 14366a disabled tracepoint using the @code{enable tracepoint} command.
d248b706
KY
14367If the command is issued during a trace experiment and the debug target
14368has support for disabling tracepoints during a trace experiment, then the
14369change will be effective immediately. Otherwise, it will be applied to the
14370next trace experiment.
b37052ae
EZ
14371
14372@kindex enable tracepoint
14373@item enable tracepoint @r{[}@var{num}@r{]}
d248b706
KY
14374Enable tracepoint @var{num}, or all tracepoints. If this command is
14375issued during a trace experiment and the debug target supports enabling
14376tracepoints during a trace experiment, then the enabled tracepoints will
14377become effective immediately. Otherwise, they will become effective the
14378next time a trace experiment is run.
b37052ae
EZ
14379@end table
14380
14381@node Tracepoint Passcounts
14382@subsection Tracepoint Passcounts
14383
14384@table @code
14385@kindex passcount
14386@cindex tracepoint pass count
14387@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14388Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14389automatically stop a trace experiment. If a tracepoint's passcount is
14390@var{n}, then the trace experiment will be automatically stopped on
14391the @var{n}'th time that tracepoint is hit. If the tracepoint number
14392@var{num} is not specified, the @code{passcount} command sets the
14393passcount of the most recently defined tracepoint. If no passcount is
14394given, the trace experiment will run until stopped explicitly by the
14395user.
14396
14397Examples:
14398
14399@smallexample
b383017d 14400(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 14401@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
14402
14403(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 14404@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
14405(@value{GDBP}) @b{trace foo}
14406(@value{GDBP}) @b{pass 3}
14407(@value{GDBP}) @b{trace bar}
14408(@value{GDBP}) @b{pass 2}
14409(@value{GDBP}) @b{trace baz}
14410(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
14411@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14412@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14413@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
14414@end smallexample
14415@end table
14416
782b2b07
SS
14417@node Tracepoint Conditions
14418@subsection Tracepoint Conditions
14419@cindex conditional tracepoints
14420@cindex tracepoint conditions
14421
14422The simplest sort of tracepoint collects data every time your program
14423reaches a specified place. You can also specify a @dfn{condition} for
14424a tracepoint. A condition is just a Boolean expression in your
14425programming language (@pxref{Expressions, ,Expressions}). A
14426tracepoint with a condition evaluates the expression each time your
14427program reaches it, and data collection happens only if the condition
14428is true.
14429
14430Tracepoint conditions can be specified when a tracepoint is set, by
14431using @samp{if} in the arguments to the @code{trace} command.
14432@xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14433also be set or changed at any time with the @code{condition} command,
14434just as with breakpoints.
14435
14436Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14437the conditional expression itself. Instead, @value{GDBN} encodes the
6dcd5565 14438expression into an agent expression (@pxref{Agent Expressions})
782b2b07
SS
14439suitable for execution on the target, independently of @value{GDBN}.
14440Global variables become raw memory locations, locals become stack
14441accesses, and so forth.
14442
14443For instance, suppose you have a function that is usually called
14444frequently, but should not be called after an error has occurred. You
14445could use the following tracepoint command to collect data about calls
14446of that function that happen while the error code is propagating
14447through the program; an unconditional tracepoint could end up
14448collecting thousands of useless trace frames that you would have to
14449search through.
14450
14451@smallexample
14452(@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14453@end smallexample
14454
f61e138d
SS
14455@node Trace State Variables
14456@subsection Trace State Variables
14457@cindex trace state variables
14458
14459A @dfn{trace state variable} is a special type of variable that is
14460created and managed by target-side code. The syntax is the same as
14461that for GDB's convenience variables (a string prefixed with ``$''),
14462but they are stored on the target. They must be created explicitly,
14463using a @code{tvariable} command. They are always 64-bit signed
14464integers.
14465
14466Trace state variables are remembered by @value{GDBN}, and downloaded
14467to the target along with tracepoint information when the trace
14468experiment starts. There are no intrinsic limits on the number of
14469trace state variables, beyond memory limitations of the target.
14470
14471@cindex convenience variables, and trace state variables
14472Although trace state variables are managed by the target, you can use
14473them in print commands and expressions as if they were convenience
14474variables; @value{GDBN} will get the current value from the target
14475while the trace experiment is running. Trace state variables share
14476the same namespace as other ``$'' variables, which means that you
14477cannot have trace state variables with names like @code{$23} or
14478@code{$pc}, nor can you have a trace state variable and a convenience
14479variable with the same name.
14480
14481@table @code
14482
14483@item tvariable $@var{name} [ = @var{expression} ]
14484@kindex tvariable
14485The @code{tvariable} command creates a new trace state variable named
14486@code{$@var{name}}, and optionally gives it an initial value of
697aa1b7 14487@var{expression}. The @var{expression} is evaluated when this command is
f61e138d
SS
14488entered; the result will be converted to an integer if possible,
14489otherwise @value{GDBN} will report an error. A subsequent
14490@code{tvariable} command specifying the same name does not create a
14491variable, but instead assigns the supplied initial value to the
14492existing variable of that name, overwriting any previous initial
14493value. The default initial value is 0.
14494
14495@item info tvariables
14496@kindex info tvariables
14497List all the trace state variables along with their initial values.
14498Their current values may also be displayed, if the trace experiment is
14499currently running.
14500
14501@item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14502@kindex delete tvariable
14503Delete the given trace state variables, or all of them if no arguments
14504are specified.
14505
14506@end table
14507
b37052ae
EZ
14508@node Tracepoint Actions
14509@subsection Tracepoint Action Lists
14510
14511@table @code
14512@kindex actions
14513@cindex tracepoint actions
14514@item actions @r{[}@var{num}@r{]}
14515This command will prompt for a list of actions to be taken when the
14516tracepoint is hit. If the tracepoint number @var{num} is not
14517specified, this command sets the actions for the one that was most
14518recently defined (so that you can define a tracepoint and then say
14519@code{actions} without bothering about its number). You specify the
14520actions themselves on the following lines, one action at a time, and
14521terminate the actions list with a line containing just @code{end}. So
7d13fe92 14522far, the only defined actions are @code{collect}, @code{teval}, and
b37052ae
EZ
14523@code{while-stepping}.
14524
5a9351ae
SS
14525@code{actions} is actually equivalent to @code{commands} (@pxref{Break
14526Commands, ,Breakpoint Command Lists}), except that only the defined
14527actions are allowed; any other @value{GDBN} command is rejected.
14528
b37052ae
EZ
14529@cindex remove actions from a tracepoint
14530To remove all actions from a tracepoint, type @samp{actions @var{num}}
14531and follow it immediately with @samp{end}.
14532
14533@smallexample
14534(@value{GDBP}) @b{collect @var{data}} // collect some data
14535
6826cf00 14536(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 14537
6826cf00 14538(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
14539@end smallexample
14540
14541In the following example, the action list begins with @code{collect}
14542commands indicating the things to be collected when the tracepoint is
14543hit. Then, in order to single-step and collect additional data
14544following the tracepoint, a @code{while-stepping} command is used,
7d13fe92
SS
14545followed by the list of things to be collected after each step in a
14546sequence of single steps. The @code{while-stepping} command is
14547terminated by its own separate @code{end} command. Lastly, the action
14548list is terminated by an @code{end} command.
b37052ae
EZ
14549
14550@smallexample
14551(@value{GDBP}) @b{trace foo}
14552(@value{GDBP}) @b{actions}
14553Enter actions for tracepoint 1, one per line:
14554> collect bar,baz
14555> collect $regs
14556> while-stepping 12
5a9351ae 14557 > collect $pc, arr[i]
b37052ae
EZ
14558 > end
14559end
14560@end smallexample
14561
14562@kindex collect @r{(tracepoints)}
3065dfb6 14563@item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
b37052ae
EZ
14564Collect values of the given expressions when the tracepoint is hit.
14565This command accepts a comma-separated list of any valid expressions.
14566In addition to global, static, or local variables, the following
14567special arguments are supported:
14568
14569@table @code
14570@item $regs
0fb4aa4b 14571Collect all registers.
b37052ae
EZ
14572
14573@item $args
0fb4aa4b 14574Collect all function arguments.
b37052ae
EZ
14575
14576@item $locals
0fb4aa4b
PA
14577Collect all local variables.
14578
6710bf39
SS
14579@item $_ret
14580Collect the return address. This is helpful if you want to see more
14581of a backtrace.
14582
2a60e18f 14583@emph{Note:} The return address location can not always be reliably
45fa2529
PA
14584determined up front, and the wrong address / registers may end up
14585collected instead. On some architectures the reliability is higher
14586for tracepoints at function entry, while on others it's the opposite.
14587When this happens, backtracing will stop because the return address is
14588found unavailable (unless another collect rule happened to match it).
14589
62e5f89c
SDJ
14590@item $_probe_argc
14591Collects the number of arguments from the static probe at which the
14592tracepoint is located.
14593@xref{Static Probe Points}.
14594
14595@item $_probe_arg@var{n}
14596@var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14597from the static probe at which the tracepoint is located.
14598@xref{Static Probe Points}.
14599
0fb4aa4b
PA
14600@item $_sdata
14601@vindex $_sdata@r{, collect}
14602Collect static tracepoint marker specific data. Only available for
14603static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14604Lists}. On the UST static tracepoints library backend, an
14605instrumentation point resembles a @code{printf} function call. The
14606tracing library is able to collect user specified data formatted to a
14607character string using the format provided by the programmer that
14608instrumented the program. Other backends have similar mechanisms.
14609Here's an example of a UST marker call:
14610
14611@smallexample
14612 const char master_name[] = "$your_name";
14613 trace_mark(channel1, marker1, "hello %s", master_name)
14614@end smallexample
14615
14616In this case, collecting @code{$_sdata} collects the string
14617@samp{hello $yourname}. When analyzing the trace buffer, you can
14618inspect @samp{$_sdata} like any other variable available to
14619@value{GDBN}.
b37052ae
EZ
14620@end table
14621
14622You can give several consecutive @code{collect} commands, each one
14623with a single argument, or one @code{collect} command with several
5a9351ae 14624arguments separated by commas; the effect is the same.
b37052ae 14625
3065dfb6
SS
14626The optional @var{mods} changes the usual handling of the arguments.
14627@code{s} requests that pointers to chars be handled as strings, in
14628particular collecting the contents of the memory being pointed at, up
14629to the first zero. The upper bound is by default the value of the
14630@code{print elements} variable; if @code{s} is followed by a decimal
14631number, that is the upper bound instead. So for instance
14632@samp{collect/s25 mystr} collects as many as 25 characters at
14633@samp{mystr}.
14634
f5c37c66
EZ
14635The command @code{info scope} (@pxref{Symbols, info scope}) is
14636particularly useful for figuring out what data to collect.
14637
6da95a67
SS
14638@kindex teval @r{(tracepoints)}
14639@item teval @var{expr1}, @var{expr2}, @dots{}
14640Evaluate the given expressions when the tracepoint is hit. This
14641command accepts a comma-separated list of expressions. The results
14642are discarded, so this is mainly useful for assigning values to trace
14643state variables (@pxref{Trace State Variables}) without adding those
14644values to the trace buffer, as would be the case if the @code{collect}
14645action were used.
14646
b37052ae
EZ
14647@kindex while-stepping @r{(tracepoints)}
14648@item while-stepping @var{n}
c9429232 14649Perform @var{n} single-step instruction traces after the tracepoint,
7d13fe92 14650collecting new data after each step. The @code{while-stepping}
c9429232
SS
14651command is followed by the list of what to collect while stepping
14652(followed by its own @code{end} command):
b37052ae
EZ
14653
14654@smallexample
14655> while-stepping 12
14656 > collect $regs, myglobal
14657 > end
14658>
14659@end smallexample
14660
14661@noindent
7d13fe92
SS
14662Note that @code{$pc} is not automatically collected by
14663@code{while-stepping}; you need to explicitly collect that register if
14664you need it. You may abbreviate @code{while-stepping} as @code{ws} or
b37052ae 14665@code{stepping}.
236f1d4d
SS
14666
14667@item set default-collect @var{expr1}, @var{expr2}, @dots{}
14668@kindex set default-collect
14669@cindex default collection action
14670This variable is a list of expressions to collect at each tracepoint
14671hit. It is effectively an additional @code{collect} action prepended
14672to every tracepoint action list. The expressions are parsed
14673individually for each tracepoint, so for instance a variable named
14674@code{xyz} may be interpreted as a global for one tracepoint, and a
14675local for another, as appropriate to the tracepoint's location.
14676
14677@item show default-collect
14678@kindex show default-collect
14679Show the list of expressions that are collected by default at each
14680tracepoint hit.
14681
b37052ae
EZ
14682@end table
14683
14684@node Listing Tracepoints
14685@subsection Listing Tracepoints
14686
14687@table @code
e5a67952
MS
14688@kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14689@kindex info tp @r{[}@var{n}@dots{}@r{]}
b37052ae 14690@cindex information about tracepoints
e5a67952 14691@item info tracepoints @r{[}@var{num}@dots{}@r{]}
1042e4c0
SS
14692Display information about the tracepoint @var{num}. If you don't
14693specify a tracepoint number, displays information about all the
14694tracepoints defined so far. The format is similar to that used for
14695@code{info breakpoints}; in fact, @code{info tracepoints} is the same
14696command, simply restricting itself to tracepoints.
14697
14698A tracepoint's listing may include additional information specific to
14699tracing:
b37052ae
EZ
14700
14701@itemize @bullet
14702@item
b37052ae 14703its passcount as given by the @code{passcount @var{n}} command
f2a8bc8a
YQ
14704
14705@item
14706the state about installed on target of each location
b37052ae
EZ
14707@end itemize
14708
14709@smallexample
14710(@value{GDBP}) @b{info trace}
1042e4c0
SS
14711Num Type Disp Enb Address What
147121 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
5a9351ae
SS
14713 while-stepping 20
14714 collect globfoo, $regs
14715 end
14716 collect globfoo2
14717 end
1042e4c0 14718 pass count 1200
f2a8bc8a
YQ
147192 tracepoint keep y <MULTIPLE>
14720 collect $eip
147212.1 y 0x0804859c in func4 at change-loc.h:35
14722 installed on target
147232.2 y 0xb7ffc480 in func4 at change-loc.h:35
14724 installed on target
147252.3 y <PENDING> set_tracepoint
147263 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14727 not installed on target
b37052ae
EZ
14728(@value{GDBP})
14729@end smallexample
14730
14731@noindent
14732This command can be abbreviated @code{info tp}.
14733@end table
14734
0fb4aa4b
PA
14735@node Listing Static Tracepoint Markers
14736@subsection Listing Static Tracepoint Markers
14737
14738@table @code
14739@kindex info static-tracepoint-markers
14740@cindex information about static tracepoint markers
14741@item info static-tracepoint-markers
14742Display information about all static tracepoint markers defined in the
14743program.
14744
14745For each marker, the following columns are printed:
14746
14747@table @emph
14748@item Count
14749An incrementing counter, output to help readability. This is not a
14750stable identifier.
14751@item ID
14752The marker ID, as reported by the target.
14753@item Enabled or Disabled
14754Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14755that are not enabled.
14756@item Address
14757Where the marker is in your program, as a memory address.
14758@item What
14759Where the marker is in the source for your program, as a file and line
14760number. If the debug information included in the program does not
14761allow @value{GDBN} to locate the source of the marker, this column
14762will be left blank.
14763@end table
14764
14765@noindent
14766In addition, the following information may be printed for each marker:
14767
14768@table @emph
14769@item Data
14770User data passed to the tracing library by the marker call. In the
14771UST backend, this is the format string passed as argument to the
14772marker call.
14773@item Static tracepoints probing the marker
14774The list of static tracepoints attached to the marker.
14775@end table
14776
14777@smallexample
14778(@value{GDBP}) info static-tracepoint-markers
14779Cnt ID Enb Address What
147801 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
14781 Data: number1 %d number2 %d
14782 Probed by static tracepoints: #2
147832 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
14784 Data: str %s
14785(@value{GDBP})
14786@end smallexample
14787@end table
14788
79a6e687
BW
14789@node Starting and Stopping Trace Experiments
14790@subsection Starting and Stopping Trace Experiments
b37052ae
EZ
14791
14792@table @code
f196051f 14793@kindex tstart [ @var{notes} ]
b37052ae
EZ
14794@cindex start a new trace experiment
14795@cindex collected data discarded
14796@item tstart
f196051f
SS
14797This command starts the trace experiment, and begins collecting data.
14798It has the side effect of discarding all the data collected in the
14799trace buffer during the previous trace experiment. If any arguments
14800are supplied, they are taken as a note and stored with the trace
14801experiment's state. The notes may be arbitrary text, and are
14802especially useful with disconnected tracing in a multi-user context;
14803the notes can explain what the trace is doing, supply user contact
14804information, and so forth.
14805
14806@kindex tstop [ @var{notes} ]
b37052ae
EZ
14807@cindex stop a running trace experiment
14808@item tstop
f196051f
SS
14809This command stops the trace experiment. If any arguments are
14810supplied, they are recorded with the experiment as a note. This is
14811useful if you are stopping a trace started by someone else, for
14812instance if the trace is interfering with the system's behavior and
14813needs to be stopped quickly.
b37052ae 14814
68c71a2e 14815@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
14816automatically if any tracepoint's passcount is reached
14817(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
14818
14819@kindex tstatus
14820@cindex status of trace data collection
14821@cindex trace experiment, status of
14822@item tstatus
14823This command displays the status of the current trace data
14824collection.
14825@end table
14826
14827Here is an example of the commands we described so far:
14828
14829@smallexample
14830(@value{GDBP}) @b{trace gdb_c_test}
14831(@value{GDBP}) @b{actions}
14832Enter actions for tracepoint #1, one per line.
14833> collect $regs,$locals,$args
14834> while-stepping 11
14835 > collect $regs
14836 > end
14837> end
14838(@value{GDBP}) @b{tstart}
14839 [time passes @dots{}]
14840(@value{GDBP}) @b{tstop}
14841@end smallexample
14842
03f2bd59 14843@anchor{disconnected tracing}
d5551862
SS
14844@cindex disconnected tracing
14845You can choose to continue running the trace experiment even if
14846@value{GDBN} disconnects from the target, voluntarily or
14847involuntarily. For commands such as @code{detach}, the debugger will
14848ask what you want to do with the trace. But for unexpected
14849terminations (@value{GDBN} crash, network outage), it would be
14850unfortunate to lose hard-won trace data, so the variable
14851@code{disconnected-tracing} lets you decide whether the trace should
14852continue running without @value{GDBN}.
14853
14854@table @code
14855@item set disconnected-tracing on
14856@itemx set disconnected-tracing off
14857@kindex set disconnected-tracing
14858Choose whether a tracing run should continue to run if @value{GDBN}
14859has disconnected from the target. Note that @code{detach} or
14860@code{quit} will ask you directly what to do about a running trace no
14861matter what this variable's setting, so the variable is mainly useful
14862for handling unexpected situations, such as loss of the network.
14863
14864@item show disconnected-tracing
14865@kindex show disconnected-tracing
14866Show the current choice for disconnected tracing.
14867
14868@end table
14869
14870When you reconnect to the target, the trace experiment may or may not
14871still be running; it might have filled the trace buffer in the
14872meantime, or stopped for one of the other reasons. If it is running,
14873it will continue after reconnection.
14874
14875Upon reconnection, the target will upload information about the
14876tracepoints in effect. @value{GDBN} will then compare that
14877information to the set of tracepoints currently defined, and attempt
14878to match them up, allowing for the possibility that the numbers may
14879have changed due to creation and deletion in the meantime. If one of
14880the target's tracepoints does not match any in @value{GDBN}, the
14881debugger will create a new tracepoint, so that you have a number with
14882which to specify that tracepoint. This matching-up process is
14883necessarily heuristic, and it may result in useless tracepoints being
14884created; you may simply delete them if they are of no use.
b37052ae 14885
4daf5ac0
SS
14886@cindex circular trace buffer
14887If your target agent supports a @dfn{circular trace buffer}, then you
14888can run a trace experiment indefinitely without filling the trace
14889buffer; when space runs out, the agent deletes already-collected trace
14890frames, oldest first, until there is enough room to continue
14891collecting. This is especially useful if your tracepoints are being
14892hit too often, and your trace gets terminated prematurely because the
14893buffer is full. To ask for a circular trace buffer, simply set
81896e36 14894@samp{circular-trace-buffer} to on. You can set this at any time,
4daf5ac0
SS
14895including during tracing; if the agent can do it, it will change
14896buffer handling on the fly, otherwise it will not take effect until
14897the next run.
14898
14899@table @code
14900@item set circular-trace-buffer on
14901@itemx set circular-trace-buffer off
14902@kindex set circular-trace-buffer
14903Choose whether a tracing run should use a linear or circular buffer
14904for trace data. A linear buffer will not lose any trace data, but may
14905fill up prematurely, while a circular buffer will discard old trace
14906data, but it will have always room for the latest tracepoint hits.
14907
14908@item show circular-trace-buffer
14909@kindex show circular-trace-buffer
14910Show the current choice for the trace buffer. Note that this may not
14911match the agent's current buffer handling, nor is it guaranteed to
14912match the setting that might have been in effect during a past run,
14913for instance if you are looking at frames from a trace file.
14914
14915@end table
14916
f6f899bf
HAQ
14917@table @code
14918@item set trace-buffer-size @var{n}
f81d1120 14919@itemx set trace-buffer-size unlimited
f6f899bf
HAQ
14920@kindex set trace-buffer-size
14921Request that the target use a trace buffer of @var{n} bytes. Not all
14922targets will honor the request; they may have a compiled-in size for
14923the trace buffer, or some other limitation. Set to a value of
f81d1120
PA
14924@code{unlimited} or @code{-1} to let the target use whatever size it
14925likes. This is also the default.
f6f899bf
HAQ
14926
14927@item show trace-buffer-size
14928@kindex show trace-buffer-size
14929Show the current requested size for the trace buffer. Note that this
14930will only match the actual size if the target supports size-setting,
14931and was able to handle the requested size. For instance, if the
14932target can only change buffer size between runs, this variable will
14933not reflect the change until the next run starts. Use @code{tstatus}
14934to get a report of the actual buffer size.
14935@end table
14936
f196051f
SS
14937@table @code
14938@item set trace-user @var{text}
14939@kindex set trace-user
14940
14941@item show trace-user
14942@kindex show trace-user
14943
14944@item set trace-notes @var{text}
14945@kindex set trace-notes
14946Set the trace run's notes.
14947
14948@item show trace-notes
14949@kindex show trace-notes
14950Show the trace run's notes.
14951
14952@item set trace-stop-notes @var{text}
14953@kindex set trace-stop-notes
14954Set the trace run's stop notes. The handling of the note is as for
14955@code{tstop} arguments; the set command is convenient way to fix a
14956stop note that is mistaken or incomplete.
14957
14958@item show trace-stop-notes
14959@kindex show trace-stop-notes
14960Show the trace run's stop notes.
14961
14962@end table
14963
c9429232
SS
14964@node Tracepoint Restrictions
14965@subsection Tracepoint Restrictions
14966
14967@cindex tracepoint restrictions
14968There are a number of restrictions on the use of tracepoints. As
14969described above, tracepoint data gathering occurs on the target
14970without interaction from @value{GDBN}. Thus the full capabilities of
14971the debugger are not available during data gathering, and then at data
14972examination time, you will be limited by only having what was
14973collected. The following items describe some common problems, but it
14974is not exhaustive, and you may run into additional difficulties not
14975mentioned here.
14976
14977@itemize @bullet
14978
14979@item
14980Tracepoint expressions are intended to gather objects (lvalues). Thus
14981the full flexibility of GDB's expression evaluator is not available.
14982You cannot call functions, cast objects to aggregate types, access
14983convenience variables or modify values (except by assignment to trace
14984state variables). Some language features may implicitly call
14985functions (for instance Objective-C fields with accessors), and therefore
14986cannot be collected either.
14987
14988@item
14989Collection of local variables, either individually or in bulk with
14990@code{$locals} or @code{$args}, during @code{while-stepping} may
14991behave erratically. The stepping action may enter a new scope (for
14992instance by stepping into a function), or the location of the variable
14993may change (for instance it is loaded into a register). The
14994tracepoint data recorded uses the location information for the
14995variables that is correct for the tracepoint location. When the
14996tracepoint is created, it is not possible, in general, to determine
14997where the steps of a @code{while-stepping} sequence will advance the
14998program---particularly if a conditional branch is stepped.
14999
15000@item
15001Collection of an incompletely-initialized or partially-destroyed object
15002may result in something that @value{GDBN} cannot display, or displays
15003in a misleading way.
15004
15005@item
15006When @value{GDBN} displays a pointer to character it automatically
15007dereferences the pointer to also display characters of the string
15008being pointed to. However, collecting the pointer during tracing does
15009not automatically collect the string. You need to explicitly
15010dereference the pointer and provide size information if you want to
15011collect not only the pointer, but the memory pointed to. For example,
15012@code{*ptr@@50} can be used to collect the 50 element array pointed to
15013by @code{ptr}.
15014
15015@item
15016It is not possible to collect a complete stack backtrace at a
15017tracepoint. Instead, you may collect the registers and a few hundred
d99f7e48 15018bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
c9429232
SS
15019(adjust to use the name of the actual stack pointer register on your
15020target architecture, and the amount of stack you wish to capture).
15021Then the @code{backtrace} command will show a partial backtrace when
15022using a trace frame. The number of stack frames that can be examined
15023depends on the sizes of the frames in the collected stack. Note that
15024if you ask for a block so large that it goes past the bottom of the
15025stack, the target agent may report an error trying to read from an
15026invalid address.
15027
af54718e
SS
15028@item
15029If you do not collect registers at a tracepoint, @value{GDBN} can
15030infer that the value of @code{$pc} must be the same as the address of
15031the tracepoint and use that when you are looking at a trace frame
15032for that tracepoint. However, this cannot work if the tracepoint has
15033multiple locations (for instance if it was set in a function that was
15034inlined), or if it has a @code{while-stepping} loop. In those cases
15035@value{GDBN} will warn you that it can't infer @code{$pc}, and default
15036it to zero.
15037
c9429232
SS
15038@end itemize
15039
b37052ae 15040@node Analyze Collected Data
79a6e687 15041@section Using the Collected Data
b37052ae
EZ
15042
15043After the tracepoint experiment ends, you use @value{GDBN} commands
15044for examining the trace data. The basic idea is that each tracepoint
15045collects a trace @dfn{snapshot} every time it is hit and another
15046snapshot every time it single-steps. All these snapshots are
15047consecutively numbered from zero and go into a buffer, and you can
15048examine them later. The way you examine them is to @dfn{focus} on a
15049specific trace snapshot. When the remote stub is focused on a trace
15050snapshot, it will respond to all @value{GDBN} requests for memory and
15051registers by reading from the buffer which belongs to that snapshot,
15052rather than from @emph{real} memory or registers of the program being
15053debugged. This means that @strong{all} @value{GDBN} commands
15054(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
15055behave as if we were currently debugging the program state as it was
15056when the tracepoint occurred. Any requests for data that are not in
15057the buffer will fail.
15058
15059@menu
15060* tfind:: How to select a trace snapshot
15061* tdump:: How to display all data for a snapshot
6149aea9 15062* save tracepoints:: How to save tracepoints for a future run
b37052ae
EZ
15063@end menu
15064
15065@node tfind
15066@subsection @code{tfind @var{n}}
15067
15068@kindex tfind
15069@cindex select trace snapshot
15070@cindex find trace snapshot
15071The basic command for selecting a trace snapshot from the buffer is
15072@code{tfind @var{n}}, which finds trace snapshot number @var{n},
15073counting from zero. If no argument @var{n} is given, the next
15074snapshot is selected.
15075
15076Here are the various forms of using the @code{tfind} command.
15077
15078@table @code
15079@item tfind start
15080Find the first snapshot in the buffer. This is a synonym for
15081@code{tfind 0} (since 0 is the number of the first snapshot).
15082
15083@item tfind none
15084Stop debugging trace snapshots, resume @emph{live} debugging.
15085
15086@item tfind end
15087Same as @samp{tfind none}.
15088
15089@item tfind
310cdbb6
YQ
15090No argument means find the next trace snapshot or find the first
15091one if no trace snapshot is selected.
b37052ae
EZ
15092
15093@item tfind -
15094Find the previous trace snapshot before the current one. This permits
15095retracing earlier steps.
15096
15097@item tfind tracepoint @var{num}
15098Find the next snapshot associated with tracepoint @var{num}. Search
15099proceeds forward from the last examined trace snapshot. If no
15100argument @var{num} is given, it means find the next snapshot collected
15101for the same tracepoint as the current snapshot.
15102
15103@item tfind pc @var{addr}
15104Find the next snapshot associated with the value @var{addr} of the
15105program counter. Search proceeds forward from the last examined trace
15106snapshot. If no argument @var{addr} is given, it means find the next
15107snapshot with the same value of PC as the current snapshot.
15108
15109@item tfind outside @var{addr1}, @var{addr2}
15110Find the next snapshot whose PC is outside the given range of
081dfbf7 15111addresses (exclusive).
b37052ae
EZ
15112
15113@item tfind range @var{addr1}, @var{addr2}
15114Find the next snapshot whose PC is between @var{addr1} and
081dfbf7 15115@var{addr2} (inclusive).
b37052ae
EZ
15116
15117@item tfind line @r{[}@var{file}:@r{]}@var{n}
15118Find the next snapshot associated with the source line @var{n}. If
15119the optional argument @var{file} is given, refer to line @var{n} in
15120that source file. Search proceeds forward from the last examined
15121trace snapshot. If no argument @var{n} is given, it means find the
15122next line other than the one currently being examined; thus saying
15123@code{tfind line} repeatedly can appear to have the same effect as
15124stepping from line to line in a @emph{live} debugging session.
15125@end table
15126
15127The default arguments for the @code{tfind} commands are specifically
15128designed to make it easy to scan through the trace buffer. For
15129instance, @code{tfind} with no argument selects the next trace
15130snapshot, and @code{tfind -} with no argument selects the previous
15131trace snapshot. So, by giving one @code{tfind} command, and then
15132simply hitting @key{RET} repeatedly you can examine all the trace
15133snapshots in order. Or, by saying @code{tfind -} and then hitting
15134@key{RET} repeatedly you can examine the snapshots in reverse order.
15135The @code{tfind line} command with no argument selects the snapshot
15136for the next source line executed. The @code{tfind pc} command with
15137no argument selects the next snapshot with the same program counter
15138(PC) as the current frame. The @code{tfind tracepoint} command with
15139no argument selects the next trace snapshot collected by the same
15140tracepoint as the current one.
15141
15142In addition to letting you scan through the trace buffer manually,
15143these commands make it easy to construct @value{GDBN} scripts that
15144scan through the trace buffer and print out whatever collected data
15145you are interested in. Thus, if we want to examine the PC, FP, and SP
15146registers from each trace frame in the buffer, we can say this:
15147
15148@smallexample
15149(@value{GDBP}) @b{tfind start}
15150(@value{GDBP}) @b{while ($trace_frame != -1)}
15151> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15152 $trace_frame, $pc, $sp, $fp
15153> tfind
15154> end
15155
15156Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15157Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15158Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15159Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15160Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15161Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15162Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15163Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15164Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15165Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15166Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15167@end smallexample
15168
15169Or, if we want to examine the variable @code{X} at each source line in
15170the buffer:
15171
15172@smallexample
15173(@value{GDBP}) @b{tfind start}
15174(@value{GDBP}) @b{while ($trace_frame != -1)}
15175> printf "Frame %d, X == %d\n", $trace_frame, X
15176> tfind line
15177> end
15178
15179Frame 0, X = 1
15180Frame 7, X = 2
15181Frame 13, X = 255
15182@end smallexample
15183
15184@node tdump
15185@subsection @code{tdump}
15186@kindex tdump
15187@cindex dump all data collected at tracepoint
15188@cindex tracepoint data, display
15189
15190This command takes no arguments. It prints all the data collected at
15191the current trace snapshot.
15192
15193@smallexample
15194(@value{GDBP}) @b{trace 444}
15195(@value{GDBP}) @b{actions}
15196Enter actions for tracepoint #2, one per line:
15197> collect $regs, $locals, $args, gdb_long_test
15198> end
15199
15200(@value{GDBP}) @b{tstart}
15201
15202(@value{GDBP}) @b{tfind line 444}
15203#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15204at gdb_test.c:444
15205444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15206
15207(@value{GDBP}) @b{tdump}
15208Data collected at tracepoint 2, trace frame 1:
15209d0 0xc4aa0085 -995491707
15210d1 0x18 24
15211d2 0x80 128
15212d3 0x33 51
15213d4 0x71aea3d 119204413
15214d5 0x22 34
15215d6 0xe0 224
15216d7 0x380035 3670069
15217a0 0x19e24a 1696330
15218a1 0x3000668 50333288
15219a2 0x100 256
15220a3 0x322000 3284992
15221a4 0x3000698 50333336
15222a5 0x1ad3cc 1758156
15223fp 0x30bf3c 0x30bf3c
15224sp 0x30bf34 0x30bf34
15225ps 0x0 0
15226pc 0x20b2c8 0x20b2c8
15227fpcontrol 0x0 0
15228fpstatus 0x0 0
15229fpiaddr 0x0 0
15230p = 0x20e5b4 "gdb-test"
15231p1 = (void *) 0x11
15232p2 = (void *) 0x22
15233p3 = (void *) 0x33
15234p4 = (void *) 0x44
15235p5 = (void *) 0x55
15236p6 = (void *) 0x66
15237gdb_long_test = 17 '\021'
15238
15239(@value{GDBP})
15240@end smallexample
15241
af54718e
SS
15242@code{tdump} works by scanning the tracepoint's current collection
15243actions and printing the value of each expression listed. So
15244@code{tdump} can fail, if after a run, you change the tracepoint's
15245actions to mention variables that were not collected during the run.
15246
15247Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15248uses the collected value of @code{$pc} to distinguish between trace
15249frames that were collected at the tracepoint hit, and frames that were
15250collected while stepping. This allows it to correctly choose whether
15251to display the basic list of collections, or the collections from the
15252body of the while-stepping loop. However, if @code{$pc} was not collected,
15253then @code{tdump} will always attempt to dump using the basic collection
15254list, and may fail if a while-stepping frame does not include all the
15255same data that is collected at the tracepoint hit.
15256@c This is getting pretty arcane, example would be good.
15257
6149aea9
PA
15258@node save tracepoints
15259@subsection @code{save tracepoints @var{filename}}
15260@kindex save tracepoints
b37052ae
EZ
15261@kindex save-tracepoints
15262@cindex save tracepoints for future sessions
15263
15264This command saves all current tracepoint definitions together with
15265their actions and passcounts, into a file @file{@var{filename}}
15266suitable for use in a later debugging session. To read the saved
15267tracepoint definitions, use the @code{source} command (@pxref{Command
6149aea9
PA
15268Files}). The @w{@code{save-tracepoints}} command is a deprecated
15269alias for @w{@code{save tracepoints}}
b37052ae
EZ
15270
15271@node Tracepoint Variables
15272@section Convenience Variables for Tracepoints
15273@cindex tracepoint variables
15274@cindex convenience variables for tracepoints
15275
15276@table @code
15277@vindex $trace_frame
15278@item (int) $trace_frame
15279The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15280snapshot is selected.
15281
15282@vindex $tracepoint
15283@item (int) $tracepoint
15284The tracepoint for the current trace snapshot.
15285
15286@vindex $trace_line
15287@item (int) $trace_line
15288The line number for the current trace snapshot.
15289
15290@vindex $trace_file
15291@item (char []) $trace_file
15292The source file for the current trace snapshot.
15293
15294@vindex $trace_func
15295@item (char []) $trace_func
15296The name of the function containing @code{$tracepoint}.
15297@end table
15298
15299Note: @code{$trace_file} is not suitable for use in @code{printf},
15300use @code{output} instead.
15301
15302Here's a simple example of using these convenience variables for
15303stepping through all the trace snapshots and printing some of their
f61e138d
SS
15304data. Note that these are not the same as trace state variables,
15305which are managed by the target.
b37052ae
EZ
15306
15307@smallexample
15308(@value{GDBP}) @b{tfind start}
15309
15310(@value{GDBP}) @b{while $trace_frame != -1}
15311> output $trace_file
15312> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15313> tfind
15314> end
15315@end smallexample
15316
00bf0b85
SS
15317@node Trace Files
15318@section Using Trace Files
15319@cindex trace files
15320
15321In some situations, the target running a trace experiment may no
15322longer be available; perhaps it crashed, or the hardware was needed
15323for a different activity. To handle these cases, you can arrange to
15324dump the trace data into a file, and later use that file as a source
15325of trace data, via the @code{target tfile} command.
15326
15327@table @code
15328
15329@kindex tsave
15330@item tsave [ -r ] @var{filename}
d0353e76 15331@itemx tsave [-ctf] @var{dirname}
00bf0b85
SS
15332Save the trace data to @var{filename}. By default, this command
15333assumes that @var{filename} refers to the host filesystem, so if
15334necessary @value{GDBN} will copy raw trace data up from the target and
15335then save it. If the target supports it, you can also supply the
15336optional argument @code{-r} (``remote'') to direct the target to save
15337the data directly into @var{filename} in its own filesystem, which may be
15338more efficient if the trace buffer is very large. (Note, however, that
15339@code{target tfile} can only read from files accessible to the host.)
d0353e76 15340By default, this command will save trace frame in tfile format.
be06ba8c 15341You can supply the optional argument @code{-ctf} to save data in CTF
d0353e76
YQ
15342format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15343that can be shared by multiple debugging and tracing tools. Please go to
15344@indicateurl{http://www.efficios.com/ctf} to get more information.
00bf0b85
SS
15345
15346@kindex target tfile
15347@kindex tfile
393fd4c3
YQ
15348@kindex target ctf
15349@kindex ctf
00bf0b85 15350@item target tfile @var{filename}
393fd4c3
YQ
15351@itemx target ctf @var{dirname}
15352Use the file named @var{filename} or directory named @var{dirname} as
15353a source of trace data. Commands that examine data work as they do with
15354a live target, but it is not possible to run any new trace experiments.
15355@code{tstatus} will report the state of the trace run at the moment
15356the data was saved, as well as the current trace frame you are examining.
697aa1b7 15357Both @var{filename} and @var{dirname} must be on a filesystem accessible to
393fd4c3
YQ
15358the host.
15359
15360@smallexample
15361(@value{GDBP}) target ctf ctf.ctf
15362(@value{GDBP}) tfind
15363Found trace frame 0, tracepoint 2
1536439 ++a; /* set tracepoint 1 here */
15365(@value{GDBP}) tdump
15366Data collected at tracepoint 2, trace frame 0:
15367i = 0
15368a = 0
15369b = 1 '\001'
15370c = @{"123", "456", "789", "123", "456", "789"@}
15371d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15372(@value{GDBP}) p b
15373$1 = 1
15374@end smallexample
00bf0b85
SS
15375
15376@end table
15377
df0cd8c5
JB
15378@node Overlays
15379@chapter Debugging Programs That Use Overlays
15380@cindex overlays
15381
15382If your program is too large to fit completely in your target system's
15383memory, you can sometimes use @dfn{overlays} to work around this
15384problem. @value{GDBN} provides some support for debugging programs that
15385use overlays.
15386
15387@menu
15388* How Overlays Work:: A general explanation of overlays.
15389* Overlay Commands:: Managing overlays in @value{GDBN}.
15390* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15391 mapped by asking the inferior.
15392* Overlay Sample Program:: A sample program using overlays.
15393@end menu
15394
15395@node How Overlays Work
15396@section How Overlays Work
15397@cindex mapped overlays
15398@cindex unmapped overlays
15399@cindex load address, overlay's
15400@cindex mapped address
15401@cindex overlay area
15402
15403Suppose you have a computer whose instruction address space is only 64
15404kilobytes long, but which has much more memory which can be accessed by
15405other means: special instructions, segment registers, or memory
15406management hardware, for example. Suppose further that you want to
15407adapt a program which is larger than 64 kilobytes to run on this system.
15408
15409One solution is to identify modules of your program which are relatively
15410independent, and need not call each other directly; call these modules
15411@dfn{overlays}. Separate the overlays from the main program, and place
15412their machine code in the larger memory. Place your main program in
15413instruction memory, but leave at least enough space there to hold the
15414largest overlay as well.
15415
15416Now, to call a function located in an overlay, you must first copy that
15417overlay's machine code from the large memory into the space set aside
15418for it in the instruction memory, and then jump to its entry point
15419there.
15420
c928edc0
AC
15421@c NB: In the below the mapped area's size is greater or equal to the
15422@c size of all overlays. This is intentional to remind the developer
15423@c that overlays don't necessarily need to be the same size.
15424
474c8240 15425@smallexample
df0cd8c5 15426@group
c928edc0
AC
15427 Data Instruction Larger
15428Address Space Address Space Address Space
15429+-----------+ +-----------+ +-----------+
15430| | | | | |
15431+-----------+ +-----------+ +-----------+<-- overlay 1
15432| program | | main | .----| overlay 1 | load address
15433| variables | | program | | +-----------+
15434| and heap | | | | | |
15435+-----------+ | | | +-----------+<-- overlay 2
15436| | +-----------+ | | | load address
15437+-----------+ | | | .-| overlay 2 |
15438 | | | | | |
15439 mapped --->+-----------+ | | +-----------+
15440 address | | | | | |
15441 | overlay | <-' | | |
15442 | area | <---' +-----------+<-- overlay 3
15443 | | <---. | | load address
15444 +-----------+ `--| overlay 3 |
15445 | | | |
15446 +-----------+ | |
15447 +-----------+
15448 | |
15449 +-----------+
15450
15451 @anchor{A code overlay}A code overlay
df0cd8c5 15452@end group
474c8240 15453@end smallexample
df0cd8c5 15454
c928edc0
AC
15455The diagram (@pxref{A code overlay}) shows a system with separate data
15456and instruction address spaces. To map an overlay, the program copies
15457its code from the larger address space to the instruction address space.
15458Since the overlays shown here all use the same mapped address, only one
15459may be mapped at a time. For a system with a single address space for
15460data and instructions, the diagram would be similar, except that the
15461program variables and heap would share an address space with the main
15462program and the overlay area.
df0cd8c5
JB
15463
15464An overlay loaded into instruction memory and ready for use is called a
15465@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15466instruction memory. An overlay not present (or only partially present)
15467in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15468is its address in the larger memory. The mapped address is also called
15469the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15470called the @dfn{load memory address}, or @dfn{LMA}.
15471
15472Unfortunately, overlays are not a completely transparent way to adapt a
15473program to limited instruction memory. They introduce a new set of
15474global constraints you must keep in mind as you design your program:
15475
15476@itemize @bullet
15477
15478@item
15479Before calling or returning to a function in an overlay, your program
15480must make sure that overlay is actually mapped. Otherwise, the call or
15481return will transfer control to the right address, but in the wrong
15482overlay, and your program will probably crash.
15483
15484@item
15485If the process of mapping an overlay is expensive on your system, you
15486will need to choose your overlays carefully to minimize their effect on
15487your program's performance.
15488
15489@item
15490The executable file you load onto your system must contain each
15491overlay's instructions, appearing at the overlay's load address, not its
15492mapped address. However, each overlay's instructions must be relocated
15493and its symbols defined as if the overlay were at its mapped address.
15494You can use GNU linker scripts to specify different load and relocation
15495addresses for pieces of your program; see @ref{Overlay Description,,,
15496ld.info, Using ld: the GNU linker}.
15497
15498@item
15499The procedure for loading executable files onto your system must be able
15500to load their contents into the larger address space as well as the
15501instruction and data spaces.
15502
15503@end itemize
15504
15505The overlay system described above is rather simple, and could be
15506improved in many ways:
15507
15508@itemize @bullet
15509
15510@item
15511If your system has suitable bank switch registers or memory management
15512hardware, you could use those facilities to make an overlay's load area
15513contents simply appear at their mapped address in instruction space.
15514This would probably be faster than copying the overlay to its mapped
15515area in the usual way.
15516
15517@item
15518If your overlays are small enough, you could set aside more than one
15519overlay area, and have more than one overlay mapped at a time.
15520
15521@item
15522You can use overlays to manage data, as well as instructions. In
15523general, data overlays are even less transparent to your design than
15524code overlays: whereas code overlays only require care when you call or
15525return to functions, data overlays require care every time you access
15526the data. Also, if you change the contents of a data overlay, you
15527must copy its contents back out to its load address before you can copy a
15528different data overlay into the same mapped area.
15529
15530@end itemize
15531
15532
15533@node Overlay Commands
15534@section Overlay Commands
15535
15536To use @value{GDBN}'s overlay support, each overlay in your program must
15537correspond to a separate section of the executable file. The section's
15538virtual memory address and load memory address must be the overlay's
15539mapped and load addresses. Identifying overlays with sections allows
15540@value{GDBN} to determine the appropriate address of a function or
15541variable, depending on whether the overlay is mapped or not.
15542
15543@value{GDBN}'s overlay commands all start with the word @code{overlay};
15544you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15545
15546@table @code
15547@item overlay off
4644b6e3 15548@kindex overlay
df0cd8c5
JB
15549Disable @value{GDBN}'s overlay support. When overlay support is
15550disabled, @value{GDBN} assumes that all functions and variables are
15551always present at their mapped addresses. By default, @value{GDBN}'s
15552overlay support is disabled.
15553
15554@item overlay manual
df0cd8c5
JB
15555@cindex manual overlay debugging
15556Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15557relies on you to tell it which overlays are mapped, and which are not,
15558using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15559commands described below.
15560
15561@item overlay map-overlay @var{overlay}
15562@itemx overlay map @var{overlay}
df0cd8c5
JB
15563@cindex map an overlay
15564Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15565be the name of the object file section containing the overlay. When an
15566overlay is mapped, @value{GDBN} assumes it can find the overlay's
15567functions and variables at their mapped addresses. @value{GDBN} assumes
15568that any other overlays whose mapped ranges overlap that of
15569@var{overlay} are now unmapped.
15570
15571@item overlay unmap-overlay @var{overlay}
15572@itemx overlay unmap @var{overlay}
df0cd8c5
JB
15573@cindex unmap an overlay
15574Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15575must be the name of the object file section containing the overlay.
15576When an overlay is unmapped, @value{GDBN} assumes it can find the
15577overlay's functions and variables at their load addresses.
15578
15579@item overlay auto
df0cd8c5
JB
15580Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15581consults a data structure the overlay manager maintains in the inferior
15582to see which overlays are mapped. For details, see @ref{Automatic
15583Overlay Debugging}.
15584
15585@item overlay load-target
15586@itemx overlay load
df0cd8c5
JB
15587@cindex reloading the overlay table
15588Re-read the overlay table from the inferior. Normally, @value{GDBN}
15589re-reads the table @value{GDBN} automatically each time the inferior
15590stops, so this command should only be necessary if you have changed the
15591overlay mapping yourself using @value{GDBN}. This command is only
15592useful when using automatic overlay debugging.
15593
15594@item overlay list-overlays
15595@itemx overlay list
15596@cindex listing mapped overlays
15597Display a list of the overlays currently mapped, along with their mapped
15598addresses, load addresses, and sizes.
15599
15600@end table
15601
15602Normally, when @value{GDBN} prints a code address, it includes the name
15603of the function the address falls in:
15604
474c8240 15605@smallexample
f7dc1244 15606(@value{GDBP}) print main
df0cd8c5 15607$3 = @{int ()@} 0x11a0 <main>
474c8240 15608@end smallexample
df0cd8c5
JB
15609@noindent
15610When overlay debugging is enabled, @value{GDBN} recognizes code in
15611unmapped overlays, and prints the names of unmapped functions with
15612asterisks around them. For example, if @code{foo} is a function in an
15613unmapped overlay, @value{GDBN} prints it this way:
15614
474c8240 15615@smallexample
f7dc1244 15616(@value{GDBP}) overlay list
df0cd8c5 15617No sections are mapped.
f7dc1244 15618(@value{GDBP}) print foo
df0cd8c5 15619$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 15620@end smallexample
df0cd8c5
JB
15621@noindent
15622When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15623name normally:
15624
474c8240 15625@smallexample
f7dc1244 15626(@value{GDBP}) overlay list
b383017d 15627Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 15628 mapped at 0x1016 - 0x104a
f7dc1244 15629(@value{GDBP}) print foo
df0cd8c5 15630$6 = @{int (int)@} 0x1016 <foo>
474c8240 15631@end smallexample
df0cd8c5
JB
15632
15633When overlay debugging is enabled, @value{GDBN} can find the correct
15634address for functions and variables in an overlay, whether or not the
15635overlay is mapped. This allows most @value{GDBN} commands, like
15636@code{break} and @code{disassemble}, to work normally, even on unmapped
15637code. However, @value{GDBN}'s breakpoint support has some limitations:
15638
15639@itemize @bullet
15640@item
15641@cindex breakpoints in overlays
15642@cindex overlays, setting breakpoints in
15643You can set breakpoints in functions in unmapped overlays, as long as
15644@value{GDBN} can write to the overlay at its load address.
15645@item
15646@value{GDBN} can not set hardware or simulator-based breakpoints in
15647unmapped overlays. However, if you set a breakpoint at the end of your
15648overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15649you are using manual overlay management), @value{GDBN} will re-set its
15650breakpoints properly.
15651@end itemize
15652
15653
15654@node Automatic Overlay Debugging
15655@section Automatic Overlay Debugging
15656@cindex automatic overlay debugging
15657
15658@value{GDBN} can automatically track which overlays are mapped and which
15659are not, given some simple co-operation from the overlay manager in the
15660inferior. If you enable automatic overlay debugging with the
15661@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15662looks in the inferior's memory for certain variables describing the
15663current state of the overlays.
15664
15665Here are the variables your overlay manager must define to support
15666@value{GDBN}'s automatic overlay debugging:
15667
15668@table @asis
15669
15670@item @code{_ovly_table}:
15671This variable must be an array of the following structures:
15672
474c8240 15673@smallexample
df0cd8c5
JB
15674struct
15675@{
15676 /* The overlay's mapped address. */
15677 unsigned long vma;
15678
15679 /* The size of the overlay, in bytes. */
15680 unsigned long size;
15681
15682 /* The overlay's load address. */
15683 unsigned long lma;
15684
15685 /* Non-zero if the overlay is currently mapped;
15686 zero otherwise. */
15687 unsigned long mapped;
15688@}
474c8240 15689@end smallexample
df0cd8c5
JB
15690
15691@item @code{_novlys}:
15692This variable must be a four-byte signed integer, holding the total
15693number of elements in @code{_ovly_table}.
15694
15695@end table
15696
15697To decide whether a particular overlay is mapped or not, @value{GDBN}
15698looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15699@code{lma} members equal the VMA and LMA of the overlay's section in the
15700executable file. When @value{GDBN} finds a matching entry, it consults
15701the entry's @code{mapped} member to determine whether the overlay is
15702currently mapped.
15703
81d46470 15704In addition, your overlay manager may define a function called
def71bfa 15705@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
15706will silently set a breakpoint there. If the overlay manager then
15707calls this function whenever it has changed the overlay table, this
15708will enable @value{GDBN} to accurately keep track of which overlays
15709are in program memory, and update any breakpoints that may be set
b383017d 15710in overlays. This will allow breakpoints to work even if the
81d46470
MS
15711overlays are kept in ROM or other non-writable memory while they
15712are not being executed.
df0cd8c5
JB
15713
15714@node Overlay Sample Program
15715@section Overlay Sample Program
15716@cindex overlay example program
15717
15718When linking a program which uses overlays, you must place the overlays
15719at their load addresses, while relocating them to run at their mapped
15720addresses. To do this, you must write a linker script (@pxref{Overlay
15721Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15722since linker scripts are specific to a particular host system, target
15723architecture, and target memory layout, this manual cannot provide
15724portable sample code demonstrating @value{GDBN}'s overlay support.
15725
15726However, the @value{GDBN} source distribution does contain an overlaid
15727program, with linker scripts for a few systems, as part of its test
15728suite. The program consists of the following files from
15729@file{gdb/testsuite/gdb.base}:
15730
15731@table @file
15732@item overlays.c
15733The main program file.
15734@item ovlymgr.c
15735A simple overlay manager, used by @file{overlays.c}.
15736@item foo.c
15737@itemx bar.c
15738@itemx baz.c
15739@itemx grbx.c
15740Overlay modules, loaded and used by @file{overlays.c}.
15741@item d10v.ld
15742@itemx m32r.ld
15743Linker scripts for linking the test program on the @code{d10v-elf}
15744and @code{m32r-elf} targets.
15745@end table
15746
15747You can build the test program using the @code{d10v-elf} GCC
15748cross-compiler like this:
15749
474c8240 15750@smallexample
df0cd8c5
JB
15751$ d10v-elf-gcc -g -c overlays.c
15752$ d10v-elf-gcc -g -c ovlymgr.c
15753$ d10v-elf-gcc -g -c foo.c
15754$ d10v-elf-gcc -g -c bar.c
15755$ d10v-elf-gcc -g -c baz.c
15756$ d10v-elf-gcc -g -c grbx.c
15757$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15758 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 15759@end smallexample
df0cd8c5
JB
15760
15761The build process is identical for any other architecture, except that
15762you must substitute the appropriate compiler and linker script for the
15763target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15764
15765
6d2ebf8b 15766@node Languages
c906108c
SS
15767@chapter Using @value{GDBN} with Different Languages
15768@cindex languages
15769
c906108c
SS
15770Although programming languages generally have common aspects, they are
15771rarely expressed in the same manner. For instance, in ANSI C,
15772dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15773Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 15774represented (and displayed) differently. Hex numbers in C appear as
c906108c 15775@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
15776
15777@cindex working language
15778Language-specific information is built into @value{GDBN} for some languages,
15779allowing you to express operations like the above in your program's
15780native language, and allowing @value{GDBN} to output values in a manner
15781consistent with the syntax of your program's native language. The
15782language you use to build expressions is called the @dfn{working
15783language}.
15784
15785@menu
15786* Setting:: Switching between source languages
15787* Show:: Displaying the language
c906108c 15788* Checks:: Type and range checks
79a6e687
BW
15789* Supported Languages:: Supported languages
15790* Unsupported Languages:: Unsupported languages
c906108c
SS
15791@end menu
15792
6d2ebf8b 15793@node Setting
79a6e687 15794@section Switching Between Source Languages
c906108c
SS
15795
15796There are two ways to control the working language---either have @value{GDBN}
15797set it automatically, or select it manually yourself. You can use the
15798@code{set language} command for either purpose. On startup, @value{GDBN}
15799defaults to setting the language automatically. The working language is
15800used to determine how expressions you type are interpreted, how values
15801are printed, etc.
15802
15803In addition to the working language, every source file that
15804@value{GDBN} knows about has its own working language. For some object
15805file formats, the compiler might indicate which language a particular
15806source file is in. However, most of the time @value{GDBN} infers the
15807language from the name of the file. The language of a source file
b37052ae 15808controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 15809show each frame appropriately for its own language. There is no way to
d4f3574e
SS
15810set the language of a source file from within @value{GDBN}, but you can
15811set the language associated with a filename extension. @xref{Show, ,
79a6e687 15812Displaying the Language}.
c906108c
SS
15813
15814This is most commonly a problem when you use a program, such
5d161b24 15815as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
15816another language. In that case, make the
15817program use @code{#line} directives in its C output; that way
15818@value{GDBN} will know the correct language of the source code of the original
15819program, and will display that source code, not the generated C code.
15820
15821@menu
15822* Filenames:: Filename extensions and languages.
15823* Manually:: Setting the working language manually
15824* Automatically:: Having @value{GDBN} infer the source language
15825@end menu
15826
6d2ebf8b 15827@node Filenames
79a6e687 15828@subsection List of Filename Extensions and Languages
c906108c
SS
15829
15830If a source file name ends in one of the following extensions, then
15831@value{GDBN} infers that its language is the one indicated.
15832
15833@table @file
e07c999f
PH
15834@item .ada
15835@itemx .ads
15836@itemx .adb
15837@itemx .a
15838Ada source file.
c906108c
SS
15839
15840@item .c
15841C source file
15842
15843@item .C
15844@itemx .cc
15845@itemx .cp
15846@itemx .cpp
15847@itemx .cxx
15848@itemx .c++
b37052ae 15849C@t{++} source file
c906108c 15850
6aecb9c2
JB
15851@item .d
15852D source file
15853
b37303ee
AF
15854@item .m
15855Objective-C source file
15856
c906108c
SS
15857@item .f
15858@itemx .F
15859Fortran source file
15860
c906108c
SS
15861@item .mod
15862Modula-2 source file
c906108c
SS
15863
15864@item .s
15865@itemx .S
15866Assembler source file. This actually behaves almost like C, but
15867@value{GDBN} does not skip over function prologues when stepping.
15868@end table
15869
15870In addition, you may set the language associated with a filename
79a6e687 15871extension. @xref{Show, , Displaying the Language}.
c906108c 15872
6d2ebf8b 15873@node Manually
79a6e687 15874@subsection Setting the Working Language
c906108c
SS
15875
15876If you allow @value{GDBN} to set the language automatically,
15877expressions are interpreted the same way in your debugging session and
15878your program.
15879
15880@kindex set language
15881If you wish, you may set the language manually. To do this, issue the
15882command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 15883a language, such as
c906108c 15884@code{c} or @code{modula-2}.
c906108c
SS
15885For a list of the supported languages, type @samp{set language}.
15886
c906108c
SS
15887Setting the language manually prevents @value{GDBN} from updating the working
15888language automatically. This can lead to confusion if you try
15889to debug a program when the working language is not the same as the
15890source language, when an expression is acceptable to both
15891languages---but means different things. For instance, if the current
15892source file were written in C, and @value{GDBN} was parsing Modula-2, a
15893command such as:
15894
474c8240 15895@smallexample
c906108c 15896print a = b + c
474c8240 15897@end smallexample
c906108c
SS
15898
15899@noindent
15900might not have the effect you intended. In C, this means to add
15901@code{b} and @code{c} and place the result in @code{a}. The result
15902printed would be the value of @code{a}. In Modula-2, this means to compare
15903@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 15904
6d2ebf8b 15905@node Automatically
79a6e687 15906@subsection Having @value{GDBN} Infer the Source Language
c906108c
SS
15907
15908To have @value{GDBN} set the working language automatically, use
15909@samp{set language local} or @samp{set language auto}. @value{GDBN}
15910then infers the working language. That is, when your program stops in a
15911frame (usually by encountering a breakpoint), @value{GDBN} sets the
15912working language to the language recorded for the function in that
15913frame. If the language for a frame is unknown (that is, if the function
15914or block corresponding to the frame was defined in a source file that
15915does not have a recognized extension), the current working language is
15916not changed, and @value{GDBN} issues a warning.
15917
15918This may not seem necessary for most programs, which are written
15919entirely in one source language. However, program modules and libraries
15920written in one source language can be used by a main program written in
15921a different source language. Using @samp{set language auto} in this
15922case frees you from having to set the working language manually.
15923
6d2ebf8b 15924@node Show
79a6e687 15925@section Displaying the Language
c906108c
SS
15926
15927The following commands help you find out which language is the
15928working language, and also what language source files were written in.
15929
c906108c
SS
15930@table @code
15931@item show language
403cb6b1 15932@anchor{show language}
9c16f35a 15933@kindex show language
c906108c
SS
15934Display the current working language. This is the
15935language you can use with commands such as @code{print} to
15936build and compute expressions that may involve variables in your program.
15937
15938@item info frame
4644b6e3 15939@kindex info frame@r{, show the source language}
5d161b24 15940Display the source language for this frame. This language becomes the
c906108c 15941working language if you use an identifier from this frame.
79a6e687 15942@xref{Frame Info, ,Information about a Frame}, to identify the other
c906108c
SS
15943information listed here.
15944
15945@item info source
4644b6e3 15946@kindex info source@r{, show the source language}
c906108c 15947Display the source language of this source file.
5d161b24 15948@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
15949information listed here.
15950@end table
15951
15952In unusual circumstances, you may have source files with extensions
15953not in the standard list. You can then set the extension associated
15954with a language explicitly:
15955
c906108c 15956@table @code
09d4efe1 15957@item set extension-language @var{ext} @var{language}
9c16f35a 15958@kindex set extension-language
09d4efe1
EZ
15959Tell @value{GDBN} that source files with extension @var{ext} are to be
15960assumed as written in the source language @var{language}.
c906108c
SS
15961
15962@item info extensions
9c16f35a 15963@kindex info extensions
c906108c
SS
15964List all the filename extensions and the associated languages.
15965@end table
15966
6d2ebf8b 15967@node Checks
79a6e687 15968@section Type and Range Checking
c906108c 15969
c906108c
SS
15970Some languages are designed to guard you against making seemingly common
15971errors through a series of compile- and run-time checks. These include
a451cb65 15972checking the type of arguments to functions and operators and making
c906108c
SS
15973sure mathematical overflows are caught at run time. Checks such as
15974these help to ensure a program's correctness once it has been compiled
a451cb65 15975by eliminating type mismatches and providing active checks for range
c906108c
SS
15976errors when your program is running.
15977
a451cb65
KS
15978By default @value{GDBN} checks for these errors according to the
15979rules of the current source language. Although @value{GDBN} does not check
15980the statements in your program, it can check expressions entered directly
15981into @value{GDBN} for evaluation via the @code{print} command, for example.
c906108c
SS
15982
15983@menu
15984* Type Checking:: An overview of type checking
15985* Range Checking:: An overview of range checking
15986@end menu
15987
15988@cindex type checking
15989@cindex checks, type
6d2ebf8b 15990@node Type Checking
79a6e687 15991@subsection An Overview of Type Checking
c906108c 15992
a451cb65 15993Some languages, such as C and C@t{++}, are strongly typed, meaning that the
c906108c
SS
15994arguments to operators and functions have to be of the correct type,
15995otherwise an error occurs. These checks prevent type mismatch
15996errors from ever causing any run-time problems. For example,
15997
15998@smallexample
a451cb65
KS
15999int klass::my_method(char *b) @{ return b ? 1 : 2; @}
16000
16001(@value{GDBP}) print obj.my_method (0)
16002$1 = 2
c906108c 16003@exdent but
a451cb65
KS
16004(@value{GDBP}) print obj.my_method (0x1234)
16005Cannot resolve method klass::my_method to any overloaded instance
c906108c
SS
16006@end smallexample
16007
a451cb65
KS
16008The second example fails because in C@t{++} the integer constant
16009@samp{0x1234} is not type-compatible with the pointer parameter type.
c906108c 16010
a451cb65
KS
16011For the expressions you use in @value{GDBN} commands, you can tell
16012@value{GDBN} to not enforce strict type checking or
5d161b24 16013to treat any mismatches as errors and abandon the expression;
a451cb65
KS
16014When type checking is disabled, @value{GDBN} successfully evaluates
16015expressions like the second example above.
c906108c 16016
a451cb65 16017Even if type checking is off, there may be other reasons
5d161b24
DB
16018related to type that prevent @value{GDBN} from evaluating an expression.
16019For instance, @value{GDBN} does not know how to add an @code{int} and
16020a @code{struct foo}. These particular type errors have nothing to do
a451cb65
KS
16021with the language in use and usually arise from expressions which make
16022little sense to evaluate anyway.
c906108c 16023
a451cb65 16024@value{GDBN} provides some additional commands for controlling type checking:
c906108c 16025
c906108c
SS
16026@kindex set check type
16027@kindex show check type
16028@table @code
c906108c
SS
16029@item set check type on
16030@itemx set check type off
a451cb65 16031Set strict type checking on or off. If any type mismatches occur in
d4f3574e 16032evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
16033message and aborts evaluation of the expression.
16034
a451cb65
KS
16035@item show check type
16036Show the current setting of type checking and whether @value{GDBN}
16037is enforcing strict type checking rules.
c906108c
SS
16038@end table
16039
16040@cindex range checking
16041@cindex checks, range
6d2ebf8b 16042@node Range Checking
79a6e687 16043@subsection An Overview of Range Checking
c906108c
SS
16044
16045In some languages (such as Modula-2), it is an error to exceed the
16046bounds of a type; this is enforced with run-time checks. Such range
16047checking is meant to ensure program correctness by making sure
16048computations do not overflow, or indices on an array element access do
16049not exceed the bounds of the array.
16050
16051For expressions you use in @value{GDBN} commands, you can tell
16052@value{GDBN} to treat range errors in one of three ways: ignore them,
16053always treat them as errors and abandon the expression, or issue
16054warnings but evaluate the expression anyway.
16055
16056A range error can result from numerical overflow, from exceeding an
16057array index bound, or when you type a constant that is not a member
16058of any type. Some languages, however, do not treat overflows as an
16059error. In many implementations of C, mathematical overflow causes the
16060result to ``wrap around'' to lower values---for example, if @var{m} is
16061the largest integer value, and @var{s} is the smallest, then
16062
474c8240 16063@smallexample
c906108c 16064@var{m} + 1 @result{} @var{s}
474c8240 16065@end smallexample
c906108c
SS
16066
16067This, too, is specific to individual languages, and in some cases
79a6e687
BW
16068specific to individual compilers or machines. @xref{Supported Languages, ,
16069Supported Languages}, for further details on specific languages.
c906108c
SS
16070
16071@value{GDBN} provides some additional commands for controlling the range checker:
16072
c906108c
SS
16073@kindex set check range
16074@kindex show check range
16075@table @code
16076@item set check range auto
16077Set range checking on or off based on the current working language.
79a6e687 16078@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
16079each language.
16080
16081@item set check range on
16082@itemx set check range off
16083Set range checking on or off, overriding the default setting for the
16084current working language. A warning is issued if the setting does not
c3f6f71d
JM
16085match the language default. If a range error occurs and range checking is on,
16086then a message is printed and evaluation of the expression is aborted.
c906108c
SS
16087
16088@item set check range warn
16089Output messages when the @value{GDBN} range checker detects a range error,
16090but attempt to evaluate the expression anyway. Evaluating the
16091expression may still be impossible for other reasons, such as accessing
16092memory that the process does not own (a typical example from many Unix
16093systems).
16094
85be4f5a 16095@item show check range
c906108c
SS
16096Show the current setting of the range checker, and whether or not it is
16097being set automatically by @value{GDBN}.
16098@end table
c906108c 16099
79a6e687
BW
16100@node Supported Languages
16101@section Supported Languages
c906108c 16102
9c37b5ae 16103@value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
0bdfa368 16104OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
cce74817 16105@c This is false ...
c906108c
SS
16106Some @value{GDBN} features may be used in expressions regardless of the
16107language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16108and the @samp{@{type@}addr} construct (@pxref{Expressions,
16109,Expressions}) can be used with the constructs of any supported
16110language.
16111
16112The following sections detail to what degree each source language is
16113supported by @value{GDBN}. These sections are not meant to be language
16114tutorials or references, but serve only as a reference guide to what the
16115@value{GDBN} expression parser accepts, and what input and output
16116formats should look like for different languages. There are many good
16117books written on each of these languages; please look to these for a
16118language reference or tutorial.
16119
c906108c 16120@menu
b37303ee 16121* C:: C and C@t{++}
6aecb9c2 16122* D:: D
a766d390 16123* Go:: Go
b383017d 16124* Objective-C:: Objective-C
f4b8a18d 16125* OpenCL C:: OpenCL C
09d4efe1 16126* Fortran:: Fortran
9c16f35a 16127* Pascal:: Pascal
0bdfa368 16128* Rust:: Rust
b37303ee 16129* Modula-2:: Modula-2
e07c999f 16130* Ada:: Ada
c906108c
SS
16131@end menu
16132
6d2ebf8b 16133@node C
b37052ae 16134@subsection C and C@t{++}
7a292a7a 16135
b37052ae
EZ
16136@cindex C and C@t{++}
16137@cindex expressions in C or C@t{++}
c906108c 16138
b37052ae 16139Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
16140to both languages. Whenever this is the case, we discuss those languages
16141together.
16142
41afff9a
EZ
16143@cindex C@t{++}
16144@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
16145@cindex @sc{gnu} C@t{++}
16146The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16147compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16148effectively, you must compile your C@t{++} programs with a supported
16149C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
16150compiler (@code{aCC}).
16151
c906108c 16152@menu
b37052ae
EZ
16153* C Operators:: C and C@t{++} operators
16154* C Constants:: C and C@t{++} constants
79a6e687 16155* C Plus Plus Expressions:: C@t{++} expressions
b37052ae
EZ
16156* C Defaults:: Default settings for C and C@t{++}
16157* C Checks:: C and C@t{++} type and range checks
c906108c 16158* Debugging C:: @value{GDBN} and C
79a6e687 16159* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
febe4383 16160* Decimal Floating Point:: Numbers in Decimal Floating Point format
c906108c 16161@end menu
c906108c 16162
6d2ebf8b 16163@node C Operators
79a6e687 16164@subsubsection C and C@t{++} Operators
7a292a7a 16165
b37052ae 16166@cindex C and C@t{++} operators
c906108c
SS
16167
16168Operators must be defined on values of specific types. For instance,
16169@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 16170often defined on groups of types.
c906108c 16171
b37052ae 16172For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
16173
16174@itemize @bullet
53a5351d 16175
c906108c 16176@item
c906108c 16177@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 16178specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
16179
16180@item
d4f3574e
SS
16181@emph{Floating-point types} include @code{float}, @code{double}, and
16182@code{long double} (if supported by the target platform).
c906108c
SS
16183
16184@item
53a5351d 16185@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
16186
16187@item
16188@emph{Scalar types} include all of the above.
53a5351d 16189
c906108c
SS
16190@end itemize
16191
16192@noindent
16193The following operators are supported. They are listed here
16194in order of increasing precedence:
16195
16196@table @code
16197@item ,
16198The comma or sequencing operator. Expressions in a comma-separated list
16199are evaluated from left to right, with the result of the entire
16200expression being the last expression evaluated.
16201
16202@item =
16203Assignment. The value of an assignment expression is the value
16204assigned. Defined on scalar types.
16205
16206@item @var{op}=
16207Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16208and translated to @w{@code{@var{a} = @var{a op b}}}.
697aa1b7 16209@w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
c906108c
SS
16210@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16211@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16212
16213@item ?:
16214The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
697aa1b7
EZ
16215of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16216should be of an integral type.
c906108c
SS
16217
16218@item ||
16219Logical @sc{or}. Defined on integral types.
16220
16221@item &&
16222Logical @sc{and}. Defined on integral types.
16223
16224@item |
16225Bitwise @sc{or}. Defined on integral types.
16226
16227@item ^
16228Bitwise exclusive-@sc{or}. Defined on integral types.
16229
16230@item &
16231Bitwise @sc{and}. Defined on integral types.
16232
16233@item ==@r{, }!=
16234Equality and inequality. Defined on scalar types. The value of these
16235expressions is 0 for false and non-zero for true.
16236
16237@item <@r{, }>@r{, }<=@r{, }>=
16238Less than, greater than, less than or equal, greater than or equal.
16239Defined on scalar types. The value of these expressions is 0 for false
16240and non-zero for true.
16241
16242@item <<@r{, }>>
16243left shift, and right shift. Defined on integral types.
16244
16245@item @@
16246The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16247
16248@item +@r{, }-
16249Addition and subtraction. Defined on integral types, floating-point types and
16250pointer types.
16251
16252@item *@r{, }/@r{, }%
16253Multiplication, division, and modulus. Multiplication and division are
16254defined on integral and floating-point types. Modulus is defined on
16255integral types.
16256
16257@item ++@r{, }--
16258Increment and decrement. When appearing before a variable, the
16259operation is performed before the variable is used in an expression;
16260when appearing after it, the variable's value is used before the
16261operation takes place.
16262
16263@item *
16264Pointer dereferencing. Defined on pointer types. Same precedence as
16265@code{++}.
16266
16267@item &
16268Address operator. Defined on variables. Same precedence as @code{++}.
16269
b37052ae
EZ
16270For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16271allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
b17828ca 16272to examine the address
b37052ae 16273where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 16274stored.
c906108c
SS
16275
16276@item -
16277Negative. Defined on integral and floating-point types. Same
16278precedence as @code{++}.
16279
16280@item !
16281Logical negation. Defined on integral types. Same precedence as
16282@code{++}.
16283
16284@item ~
16285Bitwise complement operator. Defined on integral types. Same precedence as
16286@code{++}.
16287
16288
16289@item .@r{, }->
16290Structure member, and pointer-to-structure member. For convenience,
16291@value{GDBN} regards the two as equivalent, choosing whether to dereference a
16292pointer based on the stored type information.
16293Defined on @code{struct} and @code{union} data.
16294
c906108c
SS
16295@item .*@r{, }->*
16296Dereferences of pointers to members.
c906108c
SS
16297
16298@item []
16299Array indexing. @code{@var{a}[@var{i}]} is defined as
16300@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16301
16302@item ()
16303Function parameter list. Same precedence as @code{->}.
16304
c906108c 16305@item ::
b37052ae 16306C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 16307and @code{class} types.
c906108c
SS
16308
16309@item ::
7a292a7a
SS
16310Doubled colons also represent the @value{GDBN} scope operator
16311(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16312above.
c906108c
SS
16313@end table
16314
c906108c
SS
16315If an operator is redefined in the user code, @value{GDBN} usually
16316attempts to invoke the redefined version instead of using the operator's
16317predefined meaning.
c906108c 16318
6d2ebf8b 16319@node C Constants
79a6e687 16320@subsubsection C and C@t{++} Constants
c906108c 16321
b37052ae 16322@cindex C and C@t{++} constants
c906108c 16323
b37052ae 16324@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 16325following ways:
c906108c
SS
16326
16327@itemize @bullet
16328@item
16329Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
16330specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16331by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
16332@samp{l}, specifying that the constant should be treated as a
16333@code{long} value.
16334
16335@item
16336Floating point constants are a sequence of digits, followed by a decimal
16337point, followed by a sequence of digits, and optionally followed by an
16338exponent. An exponent is of the form:
16339@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16340sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
16341A floating-point constant may also end with a letter @samp{f} or
16342@samp{F}, specifying that the constant should be treated as being of
16343the @code{float} (as opposed to the default @code{double}) type; or with
16344a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16345constant.
c906108c
SS
16346
16347@item
16348Enumerated constants consist of enumerated identifiers, or their
16349integral equivalents.
16350
16351@item
16352Character constants are a single character surrounded by single quotes
16353(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 16354(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
16355be represented by a letter or by @dfn{escape sequences}, which are of
16356the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16357of the character's ordinal value; or of the form @samp{\@var{x}}, where
16358@samp{@var{x}} is a predefined special character---for example,
16359@samp{\n} for newline.
16360
e0f8f636
TT
16361Wide character constants can be written by prefixing a character
16362constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16363form of @samp{x}. The target wide character set is used when
16364computing the value of this constant (@pxref{Character Sets}).
16365
c906108c 16366@item
96a2c332
SS
16367String constants are a sequence of character constants surrounded by
16368double quotes (@code{"}). Any valid character constant (as described
16369above) may appear. Double quotes within the string must be preceded by
16370a backslash, so for instance @samp{"a\"b'c"} is a string of five
16371characters.
c906108c 16372
e0f8f636
TT
16373Wide string constants can be written by prefixing a string constant
16374with @samp{L}, as in C. The target wide character set is used when
16375computing the value of this constant (@pxref{Character Sets}).
16376
c906108c
SS
16377@item
16378Pointer constants are an integral value. You can also write pointers
16379to constants using the C operator @samp{&}.
16380
16381@item
16382Array constants are comma-separated lists surrounded by braces @samp{@{}
16383and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16384integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16385and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16386@end itemize
16387
79a6e687
BW
16388@node C Plus Plus Expressions
16389@subsubsection C@t{++} Expressions
b37052ae
EZ
16390
16391@cindex expressions in C@t{++}
16392@value{GDBN} expression handling can interpret most C@t{++} expressions.
16393
0179ffac
DC
16394@cindex debugging C@t{++} programs
16395@cindex C@t{++} compilers
16396@cindex debug formats and C@t{++}
16397@cindex @value{NGCC} and C@t{++}
c906108c 16398@quotation
e0f8f636
TT
16399@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16400the proper compiler and the proper debug format. Currently,
16401@value{GDBN} works best when debugging C@t{++} code that is compiled
16402with the most recent version of @value{NGCC} possible. The DWARF
16403debugging format is preferred; @value{NGCC} defaults to this on most
16404popular platforms. Other compilers and/or debug formats are likely to
16405work badly or not at all when using @value{GDBN} to debug C@t{++}
16406code. @xref{Compilation}.
c906108c 16407@end quotation
c906108c
SS
16408
16409@enumerate
16410
16411@cindex member functions
16412@item
16413Member function calls are allowed; you can use expressions like
16414
474c8240 16415@smallexample
c906108c 16416count = aml->GetOriginal(x, y)
474c8240 16417@end smallexample
c906108c 16418
41afff9a 16419@vindex this@r{, inside C@t{++} member functions}
b37052ae 16420@cindex namespace in C@t{++}
c906108c
SS
16421@item
16422While a member function is active (in the selected stack frame), your
16423expressions have the same namespace available as the member function;
16424that is, @value{GDBN} allows implicit references to the class instance
e0f8f636
TT
16425pointer @code{this} following the same rules as C@t{++}. @code{using}
16426declarations in the current scope are also respected by @value{GDBN}.
c906108c 16427
c906108c 16428@cindex call overloaded functions
d4f3574e 16429@cindex overloaded functions, calling
b37052ae 16430@cindex type conversions in C@t{++}
c906108c
SS
16431@item
16432You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 16433call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
16434perform overload resolution involving user-defined type conversions,
16435calls to constructors, or instantiations of templates that do not exist
16436in the program. It also cannot handle ellipsis argument lists or
16437default arguments.
16438
16439It does perform integral conversions and promotions, floating-point
16440promotions, arithmetic conversions, pointer conversions, conversions of
16441class objects to base classes, and standard conversions such as those of
16442functions or arrays to pointers; it requires an exact match on the
16443number of function arguments.
16444
16445Overload resolution is always performed, unless you have specified
79a6e687
BW
16446@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16447,@value{GDBN} Features for C@t{++}}.
c906108c 16448
d4f3574e 16449You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
16450explicit function signature to call an overloaded function, as in
16451@smallexample
16452p 'foo(char,int)'('x', 13)
16453@end smallexample
d4f3574e 16454
c906108c 16455The @value{GDBN} command-completion facility can simplify this;
79a6e687 16456see @ref{Completion, ,Command Completion}.
c906108c 16457
c906108c
SS
16458@cindex reference declarations
16459@item
c0f55cc6
AV
16460@value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16461references; you can use them in expressions just as you do in C@t{++}
16462source---they are automatically dereferenced.
c906108c
SS
16463
16464In the parameter list shown when @value{GDBN} displays a frame, the values of
16465reference variables are not displayed (unlike other variables); this
16466avoids clutter, since references are often used for large structures.
16467The @emph{address} of a reference variable is always shown, unless
16468you have specified @samp{set print address off}.
16469
16470@item
b37052ae 16471@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
16472expressions can use it just as expressions in your program do. Since
16473one scope may be defined in another, you can use @code{::} repeatedly if
16474necessary, for example in an expression like
16475@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 16476resolving name scope by reference to source files, in both C and C@t{++}
79a6e687 16477debugging (@pxref{Variables, ,Program Variables}).
c906108c 16478
e0f8f636
TT
16479@item
16480@value{GDBN} performs argument-dependent lookup, following the C@t{++}
16481specification.
16482@end enumerate
c906108c 16483
6d2ebf8b 16484@node C Defaults
79a6e687 16485@subsubsection C and C@t{++} Defaults
7a292a7a 16486
b37052ae 16487@cindex C and C@t{++} defaults
c906108c 16488
a451cb65
KS
16489If you allow @value{GDBN} to set range checking automatically, it
16490defaults to @code{off} whenever the working language changes to
b37052ae 16491C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 16492selects the working language.
c906108c
SS
16493
16494If you allow @value{GDBN} to set the language automatically, it
16495recognizes source files whose names end with @file{.c}, @file{.C}, or
16496@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 16497these files, it sets the working language to C or C@t{++}.
79a6e687 16498@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
c906108c
SS
16499for further details.
16500
6d2ebf8b 16501@node C Checks
79a6e687 16502@subsubsection C and C@t{++} Type and Range Checks
7a292a7a 16503
b37052ae 16504@cindex C and C@t{++} checks
c906108c 16505
a451cb65
KS
16506By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16507checking is used. However, if you turn type checking off, @value{GDBN}
16508will allow certain non-standard conversions, such as promoting integer
16509constants to pointers.
c906108c
SS
16510
16511Range checking, if turned on, is done on mathematical operations. Array
16512indices are not checked, since they are often used to index a pointer
16513that is not itself an array.
c906108c 16514
6d2ebf8b 16515@node Debugging C
c906108c 16516@subsubsection @value{GDBN} and C
c906108c
SS
16517
16518The @code{set print union} and @code{show print union} commands apply to
16519the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
16520inside a @code{struct} or @code{class} is also printed. Otherwise, it
16521appears as @samp{@{...@}}.
c906108c
SS
16522
16523The @code{@@} operator aids in the debugging of dynamic arrays, formed
16524with pointers and a memory allocation function. @xref{Expressions,
16525,Expressions}.
16526
79a6e687
BW
16527@node Debugging C Plus Plus
16528@subsubsection @value{GDBN} Features for C@t{++}
c906108c 16529
b37052ae 16530@cindex commands for C@t{++}
7a292a7a 16531
b37052ae
EZ
16532Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16533designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
16534
16535@table @code
16536@cindex break in overloaded functions
16537@item @r{breakpoint menus}
16538When you want a breakpoint in a function whose name is overloaded,
6ba66d6a
JB
16539@value{GDBN} has the capability to display a menu of possible breakpoint
16540locations to help you specify which function definition you want.
16541@xref{Ambiguous Expressions,,Ambiguous Expressions}.
c906108c 16542
b37052ae 16543@cindex overloading in C@t{++}
c906108c
SS
16544@item rbreak @var{regex}
16545Setting breakpoints using regular expressions is helpful for setting
16546breakpoints on overloaded functions that are not members of any special
16547classes.
79a6e687 16548@xref{Set Breaks, ,Setting Breakpoints}.
c906108c 16549
b37052ae 16550@cindex C@t{++} exception handling
c906108c 16551@item catch throw
591f19e8 16552@itemx catch rethrow
c906108c 16553@itemx catch catch
b37052ae 16554Debug C@t{++} exception handling using these commands. @xref{Set
79a6e687 16555Catchpoints, , Setting Catchpoints}.
c906108c
SS
16556
16557@cindex inheritance
16558@item ptype @var{typename}
16559Print inheritance relationships as well as other information for type
16560@var{typename}.
16561@xref{Symbols, ,Examining the Symbol Table}.
16562
c4aeac85
TT
16563@item info vtbl @var{expression}.
16564The @code{info vtbl} command can be used to display the virtual
16565method tables of the object computed by @var{expression}. This shows
16566one entry per virtual table; there may be multiple virtual tables when
16567multiple inheritance is in use.
16568
439250fb
DE
16569@cindex C@t{++} demangling
16570@item demangle @var{name}
16571Demangle @var{name}.
16572@xref{Symbols}, for a more complete description of the @code{demangle} command.
16573
b37052ae 16574@cindex C@t{++} symbol display
c906108c
SS
16575@item set print demangle
16576@itemx show print demangle
16577@itemx set print asm-demangle
16578@itemx show print asm-demangle
b37052ae
EZ
16579Control whether C@t{++} symbols display in their source form, both when
16580displaying code as C@t{++} source and when displaying disassemblies.
79a6e687 16581@xref{Print Settings, ,Print Settings}.
c906108c
SS
16582
16583@item set print object
16584@itemx show print object
16585Choose whether to print derived (actual) or declared types of objects.
79a6e687 16586@xref{Print Settings, ,Print Settings}.
c906108c
SS
16587
16588@item set print vtbl
16589@itemx show print vtbl
16590Control the format for printing virtual function tables.
79a6e687 16591@xref{Print Settings, ,Print Settings}.
c906108c 16592(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 16593ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
16594
16595@kindex set overload-resolution
d4f3574e 16596@cindex overloaded functions, overload resolution
c906108c 16597@item set overload-resolution on
b37052ae 16598Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
16599is on. For overloaded functions, @value{GDBN} evaluates the arguments
16600and searches for a function whose signature matches the argument types,
79a6e687
BW
16601using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16602Expressions, ,C@t{++} Expressions}, for details).
16603If it cannot find a match, it emits a message.
c906108c
SS
16604
16605@item set overload-resolution off
b37052ae 16606Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
16607overloaded functions that are not class member functions, @value{GDBN}
16608chooses the first function of the specified name that it finds in the
16609symbol table, whether or not its arguments are of the correct type. For
16610overloaded functions that are class member functions, @value{GDBN}
16611searches for a function whose signature @emph{exactly} matches the
16612argument types.
c906108c 16613
9c16f35a
EZ
16614@kindex show overload-resolution
16615@item show overload-resolution
16616Show the current setting of overload resolution.
16617
c906108c
SS
16618@item @r{Overloaded symbol names}
16619You can specify a particular definition of an overloaded symbol, using
b37052ae 16620the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
16621@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16622also use the @value{GDBN} command-line word completion facilities to list the
16623available choices, or to finish the type list for you.
79a6e687 16624@xref{Completion,, Command Completion}, for details on how to do this.
bd69330d
PA
16625
16626@item @r{Breakpoints in functions with ABI tags}
16627
16628The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16629correspond to changes in the ABI of a type, function, or variable that
16630would not otherwise be reflected in a mangled name. See
16631@url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16632for more detail.
16633
16634The ABI tags are visible in C@t{++} demangled names. For example, a
16635function that returns a std::string:
16636
16637@smallexample
16638std::string function(int);
16639@end smallexample
16640
16641@noindent
16642when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16643tag, and @value{GDBN} displays the symbol like this:
16644
16645@smallexample
16646function[abi:cxx11](int)
16647@end smallexample
16648
16649You can set a breakpoint on such functions simply as if they had no
16650tag. For example:
16651
16652@smallexample
16653(gdb) b function(int)
16654Breakpoint 2 at 0x40060d: file main.cc, line 10.
16655(gdb) info breakpoints
16656Num Type Disp Enb Address What
166571 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16658 at main.cc:10
16659@end smallexample
16660
16661On the rare occasion you need to disambiguate between different ABI
16662tags, you can do so by simply including the ABI tag in the function
16663name, like:
16664
16665@smallexample
16666(@value{GDBP}) b ambiguous[abi:other_tag](int)
16667@end smallexample
c906108c 16668@end table
c906108c 16669
febe4383
TJB
16670@node Decimal Floating Point
16671@subsubsection Decimal Floating Point format
16672@cindex decimal floating point format
16673
16674@value{GDBN} can examine, set and perform computations with numbers in
16675decimal floating point format, which in the C language correspond to the
16676@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16677specified by the extension to support decimal floating-point arithmetic.
16678
16679There are two encodings in use, depending on the architecture: BID (Binary
16680Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
4ac33720
UW
16681PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16682configured target.
febe4383
TJB
16683
16684Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16685to manipulate decimal floating point numbers, it is not possible to convert
16686(using a cast, for example) integers wider than 32-bit to decimal float.
16687
16688In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16689point computations, error checking in decimal float operations ignores
16690underflow, overflow and divide by zero exceptions.
16691
4acd40f3 16692In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
99e008fe
EZ
16693to inspect @code{_Decimal128} values stored in floating point registers.
16694See @ref{PowerPC,,PowerPC} for more details.
4acd40f3 16695
6aecb9c2
JB
16696@node D
16697@subsection D
16698
16699@cindex D
16700@value{GDBN} can be used to debug programs written in D and compiled with
16701GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16702specific feature --- dynamic arrays.
16703
a766d390
DE
16704@node Go
16705@subsection Go
16706
16707@cindex Go (programming language)
16708@value{GDBN} can be used to debug programs written in Go and compiled with
16709@file{gccgo} or @file{6g} compilers.
16710
16711Here is a summary of the Go-specific features and restrictions:
16712
16713@table @code
16714@cindex current Go package
16715@item The current Go package
16716The name of the current package does not need to be specified when
16717specifying global variables and functions.
16718
16719For example, given the program:
16720
16721@example
16722package main
16723var myglob = "Shall we?"
16724func main () @{
16725 // ...
16726@}
16727@end example
16728
16729When stopped inside @code{main} either of these work:
16730
16731@example
16732(gdb) p myglob
16733(gdb) p main.myglob
16734@end example
16735
16736@cindex builtin Go types
16737@item Builtin Go types
16738The @code{string} type is recognized by @value{GDBN} and is printed
16739as a string.
16740
16741@cindex builtin Go functions
16742@item Builtin Go functions
16743The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16744function and handles it internally.
a766d390
DE
16745
16746@cindex restrictions on Go expressions
16747@item Restrictions on Go expressions
16748All Go operators are supported except @code{&^}.
16749The Go @code{_} ``blank identifier'' is not supported.
16750Automatic dereferencing of pointers is not supported.
50f042b9 16751@end table
a766d390 16752
b37303ee
AF
16753@node Objective-C
16754@subsection Objective-C
16755
16756@cindex Objective-C
16757This section provides information about some commands and command
721c2651
EZ
16758options that are useful for debugging Objective-C code. See also
16759@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16760few more commands specific to Objective-C support.
b37303ee
AF
16761
16762@menu
b383017d
RM
16763* Method Names in Commands::
16764* The Print Command with Objective-C::
b37303ee
AF
16765@end menu
16766
c8f4133a 16767@node Method Names in Commands
b37303ee
AF
16768@subsubsection Method Names in Commands
16769
16770The following commands have been extended to accept Objective-C method
16771names as line specifications:
16772
16773@kindex clear@r{, and Objective-C}
16774@kindex break@r{, and Objective-C}
16775@kindex info line@r{, and Objective-C}
16776@kindex jump@r{, and Objective-C}
16777@kindex list@r{, and Objective-C}
16778@itemize
16779@item @code{clear}
16780@item @code{break}
16781@item @code{info line}
16782@item @code{jump}
16783@item @code{list}
16784@end itemize
16785
16786A fully qualified Objective-C method name is specified as
16787
16788@smallexample
16789-[@var{Class} @var{methodName}]
16790@end smallexample
16791
c552b3bb
JM
16792where the minus sign is used to indicate an instance method and a
16793plus sign (not shown) is used to indicate a class method. The class
16794name @var{Class} and method name @var{methodName} are enclosed in
16795brackets, similar to the way messages are specified in Objective-C
16796source code. For example, to set a breakpoint at the @code{create}
16797instance method of class @code{Fruit} in the program currently being
16798debugged, enter:
b37303ee
AF
16799
16800@smallexample
16801break -[Fruit create]
16802@end smallexample
16803
16804To list ten program lines around the @code{initialize} class method,
16805enter:
16806
16807@smallexample
16808list +[NSText initialize]
16809@end smallexample
16810
c552b3bb
JM
16811In the current version of @value{GDBN}, the plus or minus sign is
16812required. In future versions of @value{GDBN}, the plus or minus
16813sign will be optional, but you can use it to narrow the search. It
16814is also possible to specify just a method name:
b37303ee
AF
16815
16816@smallexample
16817break create
16818@end smallexample
16819
16820You must specify the complete method name, including any colons. If
16821your program's source files contain more than one @code{create} method,
16822you'll be presented with a numbered list of classes that implement that
16823method. Indicate your choice by number, or type @samp{0} to exit if
16824none apply.
16825
16826As another example, to clear a breakpoint established at the
16827@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
16828
16829@smallexample
16830clear -[NSWindow makeKeyAndOrderFront:]
16831@end smallexample
16832
16833@node The Print Command with Objective-C
16834@subsubsection The Print Command With Objective-C
721c2651 16835@cindex Objective-C, print objects
c552b3bb
JM
16836@kindex print-object
16837@kindex po @r{(@code{print-object})}
b37303ee 16838
c552b3bb 16839The print command has also been extended to accept methods. For example:
b37303ee
AF
16840
16841@smallexample
c552b3bb 16842print -[@var{object} hash]
b37303ee
AF
16843@end smallexample
16844
16845@cindex print an Objective-C object description
c552b3bb
JM
16846@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
16847@noindent
16848will tell @value{GDBN} to send the @code{hash} message to @var{object}
16849and print the result. Also, an additional command has been added,
16850@code{print-object} or @code{po} for short, which is meant to print
16851the description of an object. However, this command may only work
16852with certain Objective-C libraries that have a particular hook
16853function, @code{_NSPrintForDebugger}, defined.
b37303ee 16854
f4b8a18d
KW
16855@node OpenCL C
16856@subsection OpenCL C
16857
16858@cindex OpenCL C
16859This section provides information about @value{GDBN}s OpenCL C support.
16860
16861@menu
16862* OpenCL C Datatypes::
16863* OpenCL C Expressions::
16864* OpenCL C Operators::
16865@end menu
16866
16867@node OpenCL C Datatypes
16868@subsubsection OpenCL C Datatypes
16869
16870@cindex OpenCL C Datatypes
16871@value{GDBN} supports the builtin scalar and vector datatypes specified
16872by OpenCL 1.1. In addition the half- and double-precision floating point
16873data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16874extensions are also known to @value{GDBN}.
16875
16876@node OpenCL C Expressions
16877@subsubsection OpenCL C Expressions
16878
16879@cindex OpenCL C Expressions
16880@value{GDBN} supports accesses to vector components including the access as
16881lvalue where possible. Since OpenCL C is based on C99 most C expressions
16882supported by @value{GDBN} can be used as well.
16883
16884@node OpenCL C Operators
16885@subsubsection OpenCL C Operators
16886
16887@cindex OpenCL C Operators
16888@value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16889vector data types.
16890
09d4efe1
EZ
16891@node Fortran
16892@subsection Fortran
16893@cindex Fortran-specific support in @value{GDBN}
16894
814e32d7
WZ
16895@value{GDBN} can be used to debug programs written in Fortran, but it
16896currently supports only the features of Fortran 77 language.
16897
16898@cindex trailing underscore, in Fortran symbols
16899Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16900among them) append an underscore to the names of variables and
16901functions. When you debug programs compiled by those compilers, you
16902will need to refer to variables and functions with a trailing
16903underscore.
16904
16905@menu
16906* Fortran Operators:: Fortran operators and expressions
16907* Fortran Defaults:: Default settings for Fortran
79a6e687 16908* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
814e32d7
WZ
16909@end menu
16910
16911@node Fortran Operators
79a6e687 16912@subsubsection Fortran Operators and Expressions
814e32d7
WZ
16913
16914@cindex Fortran operators and expressions
16915
16916Operators must be defined on values of specific types. For instance,
16917@code{+} is defined on numbers, but not on characters or other non-
ff2587ec 16918arithmetic types. Operators are often defined on groups of types.
814e32d7
WZ
16919
16920@table @code
16921@item **
99e008fe 16922The exponentiation operator. It raises the first operand to the power
814e32d7
WZ
16923of the second one.
16924
16925@item :
16926The range operator. Normally used in the form of array(low:high) to
16927represent a section of array.
68837c9d
MD
16928
16929@item %
16930The access component operator. Normally used to access elements in derived
16931types. Also suitable for unions. As unions aren't part of regular Fortran,
16932this can only happen when accessing a register that uses a gdbarch-defined
16933union type.
0a4b0913
AB
16934@item ::
16935The scope operator. Normally used to access variables in modules or
16936to set breakpoints on subroutines nested in modules or in other
16937subroutines (internal subroutines).
814e32d7
WZ
16938@end table
16939
16940@node Fortran Defaults
16941@subsubsection Fortran Defaults
16942
16943@cindex Fortran Defaults
16944
16945Fortran symbols are usually case-insensitive, so @value{GDBN} by
16946default uses case-insensitive matches for Fortran symbols. You can
16947change that with the @samp{set case-insensitive} command, see
16948@ref{Symbols}, for the details.
16949
79a6e687
BW
16950@node Special Fortran Commands
16951@subsubsection Special Fortran Commands
814e32d7
WZ
16952
16953@cindex Special Fortran commands
16954
db2e3e2e
BW
16955@value{GDBN} has some commands to support Fortran-specific features,
16956such as displaying common blocks.
814e32d7 16957
09d4efe1
EZ
16958@table @code
16959@cindex @code{COMMON} blocks, Fortran
16960@kindex info common
16961@item info common @r{[}@var{common-name}@r{]}
16962This command prints the values contained in the Fortran @code{COMMON}
16963block whose name is @var{common-name}. With no argument, the names of
d52fb0e9 16964all @code{COMMON} blocks visible at the current program location are
09d4efe1 16965printed.
a5c641b5
AB
16966@cindex arrays slices (Fortran)
16967@kindex set fortran repack-array-slices
16968@kindex show fortran repack-array-slices
16969@item set fortran repack-array-slices [on|off]
16970@item show fortran repack-array-slices
16971When taking a slice from an array, a Fortran compiler can choose to
16972either produce an array descriptor that describes the slice in place,
16973or it may repack the slice, copying the elements of the slice into a
16974new region of memory.
16975
16976When this setting is on, then @value{GDBN} will also repack array
16977slices in some situations. When this setting is off, then
16978@value{GDBN} will create array descriptors for slices that reference
16979the original data in place.
16980
16981@value{GDBN} will never repack an array slice if the data for the
16982slice is contiguous within the original array.
16983
16984@value{GDBN} will always repack string slices if the data for the
16985slice is non-contiguous within the original string as @value{GDBN}
16986does not support printing non-contiguous strings.
16987
16988The default for this setting is @code{off}.
09d4efe1
EZ
16989@end table
16990
9c16f35a
EZ
16991@node Pascal
16992@subsection Pascal
16993
16994@cindex Pascal support in @value{GDBN}, limitations
16995Debugging Pascal programs which use sets, subranges, file variables, or
16996nested functions does not currently work. @value{GDBN} does not support
16997entering expressions, printing values, or similar features using Pascal
16998syntax.
16999
17000The Pascal-specific command @code{set print pascal_static-members}
17001controls whether static members of Pascal objects are displayed.
17002@xref{Print Settings, pascal_static-members}.
17003
0bdfa368
TT
17004@node Rust
17005@subsection Rust
17006
17007@value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
17008Programming Language}. Type- and value-printing, and expression
17009parsing, are reasonably complete. However, there are a few
17010peculiarities and holes to be aware of.
17011
17012@itemize @bullet
17013@item
17014Linespecs (@pxref{Specify Location}) are never relative to the current
17015crate. Instead, they act as if there were a global namespace of
17016crates, somewhat similar to the way @code{extern crate} behaves.
17017
17018That is, if @value{GDBN} is stopped at a breakpoint in a function in
17019crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
17020to set a breakpoint in a function named @samp{f} in a crate named
17021@samp{B}.
17022
17023As a consequence of this approach, linespecs also cannot refer to
17024items using @samp{self::} or @samp{super::}.
17025
17026@item
17027Because @value{GDBN} implements Rust name-lookup semantics in
17028expressions, it will sometimes prepend the current crate to a name.
17029For example, if @value{GDBN} is stopped at a breakpoint in the crate
17030@samp{K}, then @code{print ::x::y} will try to find the symbol
17031@samp{K::x::y}.
17032
17033However, since it is useful to be able to refer to other crates when
17034debugging, @value{GDBN} provides the @code{extern} extension to
17035circumvent this. To use the extension, just put @code{extern} before
17036a path expression to refer to the otherwise unavailable ``global''
17037scope.
17038
17039In the above example, if you wanted to refer to the symbol @samp{y} in
17040the crate @samp{x}, you would use @code{print extern x::y}.
17041
17042@item
17043The Rust expression evaluator does not support ``statement-like''
17044expressions such as @code{if} or @code{match}, or lambda expressions.
17045
17046@item
17047Tuple expressions are not implemented.
17048
17049@item
17050The Rust expression evaluator does not currently implement the
17051@code{Drop} trait. Objects that may be created by the evaluator will
17052never be destroyed.
17053
17054@item
17055@value{GDBN} does not implement type inference for generics. In order
17056to call generic functions or otherwise refer to generic items, you
17057will have to specify the type parameters manually.
17058
17059@item
17060@value{GDBN} currently uses the C@t{++} demangler for Rust. In most
17061cases this does not cause any problems. However, in an expression
17062context, completing a generic function name will give syntactically
17063invalid results. This happens because Rust requires the @samp{::}
17064operator between the function name and its generic arguments. For
17065example, @value{GDBN} might provide a completion like
17066@code{crate::f<u32>}, where the parser would require
17067@code{crate::f::<u32>}.
17068
17069@item
17070As of this writing, the Rust compiler (version 1.8) has a few holes in
17071the debugging information it generates. These holes prevent certain
17072features from being implemented by @value{GDBN}:
17073@itemize @bullet
17074
17075@item
17076Method calls cannot be made via traits.
17077
0bdfa368
TT
17078@item
17079Operator overloading is not implemented.
17080
17081@item
17082When debugging in a monomorphized function, you cannot use the generic
17083type names.
17084
17085@item
17086The type @code{Self} is not available.
17087
17088@item
17089@code{use} statements are not available, so some names may not be
17090available in the crate.
17091@end itemize
17092@end itemize
17093
09d4efe1 17094@node Modula-2
c906108c 17095@subsection Modula-2
7a292a7a 17096
d4f3574e 17097@cindex Modula-2, @value{GDBN} support
c906108c
SS
17098
17099The extensions made to @value{GDBN} to support Modula-2 only support
17100output from the @sc{gnu} Modula-2 compiler (which is currently being
17101developed). Other Modula-2 compilers are not currently supported, and
17102attempting to debug executables produced by them is most likely
17103to give an error as @value{GDBN} reads in the executable's symbol
17104table.
17105
17106@cindex expressions in Modula-2
17107@menu
17108* M2 Operators:: Built-in operators
17109* Built-In Func/Proc:: Built-in functions and procedures
17110* M2 Constants:: Modula-2 constants
72019c9c 17111* M2 Types:: Modula-2 types
c906108c
SS
17112* M2 Defaults:: Default settings for Modula-2
17113* Deviations:: Deviations from standard Modula-2
17114* M2 Checks:: Modula-2 type and range checks
17115* M2 Scope:: The scope operators @code{::} and @code{.}
17116* GDB/M2:: @value{GDBN} and Modula-2
17117@end menu
17118
6d2ebf8b 17119@node M2 Operators
c906108c
SS
17120@subsubsection Operators
17121@cindex Modula-2 operators
17122
17123Operators must be defined on values of specific types. For instance,
17124@code{+} is defined on numbers, but not on structures. Operators are
17125often defined on groups of types. For the purposes of Modula-2, the
17126following definitions hold:
17127
17128@itemize @bullet
17129
17130@item
17131@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17132their subranges.
17133
17134@item
17135@emph{Character types} consist of @code{CHAR} and its subranges.
17136
17137@item
17138@emph{Floating-point types} consist of @code{REAL}.
17139
17140@item
17141@emph{Pointer types} consist of anything declared as @code{POINTER TO
17142@var{type}}.
17143
17144@item
17145@emph{Scalar types} consist of all of the above.
17146
17147@item
17148@emph{Set types} consist of @code{SET} and @code{BITSET} types.
17149
17150@item
17151@emph{Boolean types} consist of @code{BOOLEAN}.
17152@end itemize
17153
17154@noindent
17155The following operators are supported, and appear in order of
17156increasing precedence:
17157
17158@table @code
17159@item ,
17160Function argument or array index separator.
17161
17162@item :=
17163Assignment. The value of @var{var} @code{:=} @var{value} is
17164@var{value}.
17165
17166@item <@r{, }>
17167Less than, greater than on integral, floating-point, or enumerated
17168types.
17169
17170@item <=@r{, }>=
96a2c332 17171Less than or equal to, greater than or equal to
c906108c
SS
17172on integral, floating-point and enumerated types, or set inclusion on
17173set types. Same precedence as @code{<}.
17174
17175@item =@r{, }<>@r{, }#
17176Equality and two ways of expressing inequality, valid on scalar types.
17177Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17178available for inequality, since @code{#} conflicts with the script
17179comment character.
17180
17181@item IN
17182Set membership. Defined on set types and the types of their members.
17183Same precedence as @code{<}.
17184
17185@item OR
17186Boolean disjunction. Defined on boolean types.
17187
17188@item AND@r{, }&
d4f3574e 17189Boolean conjunction. Defined on boolean types.
c906108c
SS
17190
17191@item @@
17192The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17193
17194@item +@r{, }-
17195Addition and subtraction on integral and floating-point types, or union
17196and difference on set types.
17197
17198@item *
17199Multiplication on integral and floating-point types, or set intersection
17200on set types.
17201
17202@item /
17203Division on floating-point types, or symmetric set difference on set
17204types. Same precedence as @code{*}.
17205
17206@item DIV@r{, }MOD
17207Integer division and remainder. Defined on integral types. Same
17208precedence as @code{*}.
17209
17210@item -
99e008fe 17211Negative. Defined on @code{INTEGER} and @code{REAL} data.
c906108c
SS
17212
17213@item ^
17214Pointer dereferencing. Defined on pointer types.
17215
17216@item NOT
17217Boolean negation. Defined on boolean types. Same precedence as
17218@code{^}.
17219
17220@item .
17221@code{RECORD} field selector. Defined on @code{RECORD} data. Same
17222precedence as @code{^}.
17223
17224@item []
17225Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17226
17227@item ()
17228Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17229as @code{^}.
17230
17231@item ::@r{, }.
17232@value{GDBN} and Modula-2 scope operators.
17233@end table
17234
17235@quotation
72019c9c 17236@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
c906108c
SS
17237treats the use of the operator @code{IN}, or the use of operators
17238@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17239@code{<=}, and @code{>=} on sets as an error.
17240@end quotation
17241
cb51c4e0 17242
6d2ebf8b 17243@node Built-In Func/Proc
79a6e687 17244@subsubsection Built-in Functions and Procedures
cb51c4e0 17245@cindex Modula-2 built-ins
c906108c
SS
17246
17247Modula-2 also makes available several built-in procedures and functions.
17248In describing these, the following metavariables are used:
17249
17250@table @var
17251
17252@item a
17253represents an @code{ARRAY} variable.
17254
17255@item c
17256represents a @code{CHAR} constant or variable.
17257
17258@item i
17259represents a variable or constant of integral type.
17260
17261@item m
17262represents an identifier that belongs to a set. Generally used in the
17263same function with the metavariable @var{s}. The type of @var{s} should
17264be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17265
17266@item n
17267represents a variable or constant of integral or floating-point type.
17268
17269@item r
17270represents a variable or constant of floating-point type.
17271
17272@item t
17273represents a type.
17274
17275@item v
17276represents a variable.
17277
17278@item x
17279represents a variable or constant of one of many types. See the
17280explanation of the function for details.
17281@end table
17282
17283All Modula-2 built-in procedures also return a result, described below.
17284
17285@table @code
17286@item ABS(@var{n})
17287Returns the absolute value of @var{n}.
17288
17289@item CAP(@var{c})
17290If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 17291equivalent, otherwise it returns its argument.
c906108c
SS
17292
17293@item CHR(@var{i})
17294Returns the character whose ordinal value is @var{i}.
17295
17296@item DEC(@var{v})
c3f6f71d 17297Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
17298
17299@item DEC(@var{v},@var{i})
17300Decrements the value in the variable @var{v} by @var{i}. Returns the
17301new value.
17302
17303@item EXCL(@var{m},@var{s})
17304Removes the element @var{m} from the set @var{s}. Returns the new
17305set.
17306
17307@item FLOAT(@var{i})
17308Returns the floating point equivalent of the integer @var{i}.
17309
17310@item HIGH(@var{a})
17311Returns the index of the last member of @var{a}.
17312
17313@item INC(@var{v})
c3f6f71d 17314Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
17315
17316@item INC(@var{v},@var{i})
17317Increments the value in the variable @var{v} by @var{i}. Returns the
17318new value.
17319
17320@item INCL(@var{m},@var{s})
17321Adds the element @var{m} to the set @var{s} if it is not already
17322there. Returns the new set.
17323
17324@item MAX(@var{t})
17325Returns the maximum value of the type @var{t}.
17326
17327@item MIN(@var{t})
17328Returns the minimum value of the type @var{t}.
17329
17330@item ODD(@var{i})
17331Returns boolean TRUE if @var{i} is an odd number.
17332
17333@item ORD(@var{x})
17334Returns the ordinal value of its argument. For example, the ordinal
697aa1b7
EZ
17335value of a character is its @sc{ascii} value (on machines supporting
17336the @sc{ascii} character set). The argument @var{x} must be of an
17337ordered type, which include integral, character and enumerated types.
c906108c
SS
17338
17339@item SIZE(@var{x})
697aa1b7
EZ
17340Returns the size of its argument. The argument @var{x} can be a
17341variable or a type.
c906108c
SS
17342
17343@item TRUNC(@var{r})
17344Returns the integral part of @var{r}.
17345
844781a1 17346@item TSIZE(@var{x})
697aa1b7
EZ
17347Returns the size of its argument. The argument @var{x} can be a
17348variable or a type.
844781a1 17349
c906108c
SS
17350@item VAL(@var{t},@var{i})
17351Returns the member of the type @var{t} whose ordinal value is @var{i}.
17352@end table
17353
17354@quotation
17355@emph{Warning:} Sets and their operations are not yet supported, so
17356@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17357an error.
17358@end quotation
17359
17360@cindex Modula-2 constants
6d2ebf8b 17361@node M2 Constants
c906108c
SS
17362@subsubsection Constants
17363
17364@value{GDBN} allows you to express the constants of Modula-2 in the following
17365ways:
17366
17367@itemize @bullet
17368
17369@item
17370Integer constants are simply a sequence of digits. When used in an
17371expression, a constant is interpreted to be type-compatible with the
17372rest of the expression. Hexadecimal integers are specified by a
17373trailing @samp{H}, and octal integers by a trailing @samp{B}.
17374
17375@item
17376Floating point constants appear as a sequence of digits, followed by a
17377decimal point and another sequence of digits. An optional exponent can
17378then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17379@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17380digits of the floating point constant must be valid decimal (base 10)
17381digits.
17382
17383@item
17384Character constants consist of a single character enclosed by a pair of
17385like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 17386also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
17387followed by a @samp{C}.
17388
17389@item
17390String constants consist of a sequence of characters enclosed by a
17391pair of like quotes, either single (@code{'}) or double (@code{"}).
17392Escape sequences in the style of C are also allowed. @xref{C
79a6e687 17393Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
c906108c
SS
17394sequences.
17395
17396@item
17397Enumerated constants consist of an enumerated identifier.
17398
17399@item
17400Boolean constants consist of the identifiers @code{TRUE} and
17401@code{FALSE}.
17402
17403@item
17404Pointer constants consist of integral values only.
17405
17406@item
17407Set constants are not yet supported.
17408@end itemize
17409
72019c9c
GM
17410@node M2 Types
17411@subsubsection Modula-2 Types
17412@cindex Modula-2 types
17413
17414Currently @value{GDBN} can print the following data types in Modula-2
17415syntax: array types, record types, set types, pointer types, procedure
17416types, enumerated types, subrange types and base types. You can also
17417print the contents of variables declared using these type.
17418This section gives a number of simple source code examples together with
17419sample @value{GDBN} sessions.
17420
17421The first example contains the following section of code:
17422
17423@smallexample
17424VAR
17425 s: SET OF CHAR ;
17426 r: [20..40] ;
17427@end smallexample
17428
17429@noindent
17430and you can request @value{GDBN} to interrogate the type and value of
17431@code{r} and @code{s}.
17432
17433@smallexample
17434(@value{GDBP}) print s
17435@{'A'..'C', 'Z'@}
17436(@value{GDBP}) ptype s
17437SET OF CHAR
17438(@value{GDBP}) print r
1743921
17440(@value{GDBP}) ptype r
17441[20..40]
17442@end smallexample
17443
17444@noindent
17445Likewise if your source code declares @code{s} as:
17446
17447@smallexample
17448VAR
17449 s: SET ['A'..'Z'] ;
17450@end smallexample
17451
17452@noindent
17453then you may query the type of @code{s} by:
17454
17455@smallexample
17456(@value{GDBP}) ptype s
17457type = SET ['A'..'Z']
17458@end smallexample
17459
17460@noindent
17461Note that at present you cannot interactively manipulate set
17462expressions using the debugger.
17463
17464The following example shows how you might declare an array in Modula-2
17465and how you can interact with @value{GDBN} to print its type and contents:
17466
17467@smallexample
17468VAR
17469 s: ARRAY [-10..10] OF CHAR ;
17470@end smallexample
17471
17472@smallexample
17473(@value{GDBP}) ptype s
17474ARRAY [-10..10] OF CHAR
17475@end smallexample
17476
17477Note that the array handling is not yet complete and although the type
17478is printed correctly, expression handling still assumes that all
17479arrays have a lower bound of zero and not @code{-10} as in the example
844781a1 17480above.
72019c9c
GM
17481
17482Here are some more type related Modula-2 examples:
17483
17484@smallexample
17485TYPE
17486 colour = (blue, red, yellow, green) ;
17487 t = [blue..yellow] ;
17488VAR
17489 s: t ;
17490BEGIN
17491 s := blue ;
17492@end smallexample
17493
17494@noindent
17495The @value{GDBN} interaction shows how you can query the data type
17496and value of a variable.
17497
17498@smallexample
17499(@value{GDBP}) print s
17500$1 = blue
17501(@value{GDBP}) ptype t
17502type = [blue..yellow]
17503@end smallexample
17504
17505@noindent
17506In this example a Modula-2 array is declared and its contents
17507displayed. Observe that the contents are written in the same way as
17508their @code{C} counterparts.
17509
17510@smallexample
17511VAR
17512 s: ARRAY [1..5] OF CARDINAL ;
17513BEGIN
17514 s[1] := 1 ;
17515@end smallexample
17516
17517@smallexample
17518(@value{GDBP}) print s
17519$1 = @{1, 0, 0, 0, 0@}
17520(@value{GDBP}) ptype s
17521type = ARRAY [1..5] OF CARDINAL
17522@end smallexample
17523
17524The Modula-2 language interface to @value{GDBN} also understands
17525pointer types as shown in this example:
17526
17527@smallexample
17528VAR
17529 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17530BEGIN
17531 NEW(s) ;
17532 s^[1] := 1 ;
17533@end smallexample
17534
17535@noindent
17536and you can request that @value{GDBN} describes the type of @code{s}.
17537
17538@smallexample
17539(@value{GDBP}) ptype s
17540type = POINTER TO ARRAY [1..5] OF CARDINAL
17541@end smallexample
17542
17543@value{GDBN} handles compound types as we can see in this example.
17544Here we combine array types, record types, pointer types and subrange
17545types:
17546
17547@smallexample
17548TYPE
17549 foo = RECORD
17550 f1: CARDINAL ;
17551 f2: CHAR ;
17552 f3: myarray ;
17553 END ;
17554
17555 myarray = ARRAY myrange OF CARDINAL ;
17556 myrange = [-2..2] ;
17557VAR
17558 s: POINTER TO ARRAY myrange OF foo ;
17559@end smallexample
17560
17561@noindent
17562and you can ask @value{GDBN} to describe the type of @code{s} as shown
17563below.
17564
17565@smallexample
17566(@value{GDBP}) ptype s
17567type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17568 f1 : CARDINAL;
17569 f2 : CHAR;
17570 f3 : ARRAY [-2..2] OF CARDINAL;
17571END
17572@end smallexample
17573
6d2ebf8b 17574@node M2 Defaults
79a6e687 17575@subsubsection Modula-2 Defaults
c906108c
SS
17576@cindex Modula-2 defaults
17577
17578If type and range checking are set automatically by @value{GDBN}, they
17579both default to @code{on} whenever the working language changes to
d4f3574e 17580Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
17581selected the working language.
17582
17583If you allow @value{GDBN} to set the language automatically, then entering
17584code compiled from a file whose name ends with @file{.mod} sets the
79a6e687
BW
17585working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17586Infer the Source Language}, for further details.
c906108c 17587
6d2ebf8b 17588@node Deviations
79a6e687 17589@subsubsection Deviations from Standard Modula-2
c906108c
SS
17590@cindex Modula-2, deviations from
17591
17592A few changes have been made to make Modula-2 programs easier to debug.
17593This is done primarily via loosening its type strictness:
17594
17595@itemize @bullet
17596@item
17597Unlike in standard Modula-2, pointer constants can be formed by
17598integers. This allows you to modify pointer variables during
17599debugging. (In standard Modula-2, the actual address contained in a
17600pointer variable is hidden from you; it can only be modified
17601through direct assignment to another pointer variable or expression that
17602returned a pointer.)
17603
17604@item
17605C escape sequences can be used in strings and characters to represent
17606non-printable characters. @value{GDBN} prints out strings with these
17607escape sequences embedded. Single non-printable characters are
17608printed using the @samp{CHR(@var{nnn})} format.
17609
17610@item
17611The assignment operator (@code{:=}) returns the value of its right-hand
17612argument.
17613
17614@item
17615All built-in procedures both modify @emph{and} return their argument.
17616@end itemize
17617
6d2ebf8b 17618@node M2 Checks
79a6e687 17619@subsubsection Modula-2 Type and Range Checks
c906108c
SS
17620@cindex Modula-2 checks
17621
17622@quotation
17623@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17624range checking.
17625@end quotation
17626@c FIXME remove warning when type/range checks added
17627
17628@value{GDBN} considers two Modula-2 variables type equivalent if:
17629
17630@itemize @bullet
17631@item
17632They are of types that have been declared equivalent via a @code{TYPE
17633@var{t1} = @var{t2}} statement
17634
17635@item
17636They have been declared on the same line. (Note: This is true of the
17637@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17638@end itemize
17639
17640As long as type checking is enabled, any attempt to combine variables
17641whose types are not equivalent is an error.
17642
17643Range checking is done on all mathematical operations, assignment, array
17644index bounds, and all built-in functions and procedures.
17645
6d2ebf8b 17646@node M2 Scope
79a6e687 17647@subsubsection The Scope Operators @code{::} and @code{.}
c906108c 17648@cindex scope
41afff9a 17649@cindex @code{.}, Modula-2 scope operator
c906108c
SS
17650@cindex colon, doubled as scope operator
17651@ifinfo
41afff9a 17652@vindex colon-colon@r{, in Modula-2}
c906108c
SS
17653@c Info cannot handle :: but TeX can.
17654@end ifinfo
a67ec3f4 17655@ifnotinfo
41afff9a 17656@vindex ::@r{, in Modula-2}
a67ec3f4 17657@end ifnotinfo
c906108c
SS
17658
17659There are a few subtle differences between the Modula-2 scope operator
17660(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17661similar syntax:
17662
474c8240 17663@smallexample
c906108c
SS
17664
17665@var{module} . @var{id}
17666@var{scope} :: @var{id}
474c8240 17667@end smallexample
c906108c
SS
17668
17669@noindent
17670where @var{scope} is the name of a module or a procedure,
17671@var{module} the name of a module, and @var{id} is any declared
17672identifier within your program, except another module.
17673
17674Using the @code{::} operator makes @value{GDBN} search the scope
17675specified by @var{scope} for the identifier @var{id}. If it is not
17676found in the specified scope, then @value{GDBN} searches all scopes
17677enclosing the one specified by @var{scope}.
17678
17679Using the @code{.} operator makes @value{GDBN} search the current scope for
17680the identifier specified by @var{id} that was imported from the
17681definition module specified by @var{module}. With this operator, it is
17682an error if the identifier @var{id} was not imported from definition
17683module @var{module}, or if @var{id} is not an identifier in
17684@var{module}.
17685
6d2ebf8b 17686@node GDB/M2
c906108c
SS
17687@subsubsection @value{GDBN} and Modula-2
17688
17689Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17690Five subcommands of @code{set print} and @code{show print} apply
b37052ae 17691specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 17692@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 17693apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
17694analogue in Modula-2.
17695
17696The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 17697with any language, is not useful with Modula-2. Its
c906108c 17698intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 17699created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 17700address can be specified by an integral constant, the construct
d4f3574e 17701@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
17702
17703@cindex @code{#} in Modula-2
17704In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17705interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 17706
e07c999f
PH
17707@node Ada
17708@subsection Ada
17709@cindex Ada
17710
17711The extensions made to @value{GDBN} for Ada only support
17712output from the @sc{gnu} Ada (GNAT) compiler.
17713Other Ada compilers are not currently supported, and
17714attempting to debug executables produced by them is most likely
17715to be difficult.
17716
17717
17718@cindex expressions in Ada
17719@menu
17720* Ada Mode Intro:: General remarks on the Ada syntax
17721 and semantics supported by Ada mode
17722 in @value{GDBN}.
17723* Omissions from Ada:: Restrictions on the Ada expression syntax.
17724* Additions to Ada:: Extensions of the Ada expression syntax.
3685b09f
PMR
17725* Overloading support for Ada:: Support for expressions involving overloaded
17726 subprograms.
e07c999f 17727* Stopping Before Main Program:: Debugging the program during elaboration.
58d06528 17728* Ada Exceptions:: Ada Exceptions
20924a55
JB
17729* Ada Tasks:: Listing and setting breakpoints in tasks.
17730* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
6e1bb179
JB
17731* Ravenscar Profile:: Tasking Support when using the Ravenscar
17732 Profile
3fcded8f 17733* Ada Settings:: New settable GDB parameters for Ada.
e07c999f
PH
17734* Ada Glitches:: Known peculiarities of Ada mode.
17735@end menu
17736
17737@node Ada Mode Intro
17738@subsubsection Introduction
17739@cindex Ada mode, general
17740
17741The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17742syntax, with some extensions.
17743The philosophy behind the design of this subset is
17744
17745@itemize @bullet
17746@item
17747That @value{GDBN} should provide basic literals and access to operations for
17748arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17749leaving more sophisticated computations to subprograms written into the
17750program (which therefore may be called from @value{GDBN}).
17751
17752@item
17753That type safety and strict adherence to Ada language restrictions
17754are not particularly important to the @value{GDBN} user.
17755
17756@item
17757That brevity is important to the @value{GDBN} user.
17758@end itemize
17759
f3a2dd1a
JB
17760Thus, for brevity, the debugger acts as if all names declared in
17761user-written packages are directly visible, even if they are not visible
17762according to Ada rules, thus making it unnecessary to fully qualify most
17763names with their packages, regardless of context. Where this causes
17764ambiguity, @value{GDBN} asks the user's intent.
e07c999f
PH
17765
17766The debugger will start in Ada mode if it detects an Ada main program.
17767As for other languages, it will enter Ada mode when stopped in a program that
17768was translated from an Ada source file.
17769
17770While in Ada mode, you may use `@t{--}' for comments. This is useful
17771mostly for documenting command files. The standard @value{GDBN} comment
17772(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17773middle (to allow based literals).
17774
e07c999f
PH
17775@node Omissions from Ada
17776@subsubsection Omissions from Ada
17777@cindex Ada, omissions from
17778
17779Here are the notable omissions from the subset:
17780
17781@itemize @bullet
17782@item
17783Only a subset of the attributes are supported:
17784
17785@itemize @minus
17786@item
17787@t{'First}, @t{'Last}, and @t{'Length}
17788 on array objects (not on types and subtypes).
17789
17790@item
17791@t{'Min} and @t{'Max}.
17792
17793@item
17794@t{'Pos} and @t{'Val}.
17795
17796@item
17797@t{'Tag}.
17798
17799@item
17800@t{'Range} on array objects (not subtypes), but only as the right
17801operand of the membership (@code{in}) operator.
17802
17803@item
17804@t{'Access}, @t{'Unchecked_Access}, and
17805@t{'Unrestricted_Access} (a GNAT extension).
17806
17807@item
17808@t{'Address}.
17809@end itemize
17810
17811@item
17812The names in
17813@code{Characters.Latin_1} are not available and
17814concatenation is not implemented. Thus, escape characters in strings are
17815not currently available.
17816
17817@item
17818Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
17819equality of representations. They will generally work correctly
17820for strings and arrays whose elements have integer or enumeration types.
17821They may not work correctly for arrays whose element
17822types have user-defined equality, for arrays of real values
17823(in particular, IEEE-conformant floating point, because of negative
17824zeroes and NaNs), and for arrays whose elements contain unused bits with
17825indeterminate values.
17826
17827@item
17828The other component-by-component array operations (@code{and}, @code{or},
17829@code{xor}, @code{not}, and relational tests other than equality)
17830are not implemented.
17831
17832@item
860701dc
PH
17833@cindex array aggregates (Ada)
17834@cindex record aggregates (Ada)
17835@cindex aggregates (Ada)
17836There is limited support for array and record aggregates. They are
17837permitted only on the right sides of assignments, as in these examples:
17838
17839@smallexample
077e0a52
JB
17840(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
17841(@value{GDBP}) set An_Array := (1, others => 0)
17842(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
17843(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
17844(@value{GDBP}) set A_Record := (1, "Peter", True);
17845(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
860701dc
PH
17846@end smallexample
17847
17848Changing a
17849discriminant's value by assigning an aggregate has an
17850undefined effect if that discriminant is used within the record.
17851However, you can first modify discriminants by directly assigning to
17852them (which normally would not be allowed in Ada), and then performing an
17853aggregate assignment. For example, given a variable @code{A_Rec}
17854declared to have a type such as:
17855
17856@smallexample
17857type Rec (Len : Small_Integer := 0) is record
17858 Id : Integer;
17859 Vals : IntArray (1 .. Len);
17860end record;
17861@end smallexample
17862
17863you can assign a value with a different size of @code{Vals} with two
17864assignments:
17865
17866@smallexample
077e0a52
JB
17867(@value{GDBP}) set A_Rec.Len := 4
17868(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
860701dc
PH
17869@end smallexample
17870
17871As this example also illustrates, @value{GDBN} is very loose about the usual
17872rules concerning aggregates. You may leave out some of the
17873components of an array or record aggregate (such as the @code{Len}
17874component in the assignment to @code{A_Rec} above); they will retain their
17875original values upon assignment. You may freely use dynamic values as
17876indices in component associations. You may even use overlapping or
17877redundant component associations, although which component values are
17878assigned in such cases is not defined.
e07c999f
PH
17879
17880@item
17881Calls to dispatching subprograms are not implemented.
17882
17883@item
17884The overloading algorithm is much more limited (i.e., less selective)
ae21e955
BW
17885than that of real Ada. It makes only limited use of the context in
17886which a subexpression appears to resolve its meaning, and it is much
17887looser in its rules for allowing type matches. As a result, some
17888function calls will be ambiguous, and the user will be asked to choose
17889the proper resolution.
e07c999f
PH
17890
17891@item
17892The @code{new} operator is not implemented.
17893
17894@item
17895Entry calls are not implemented.
17896
17897@item
17898Aside from printing, arithmetic operations on the native VAX floating-point
17899formats are not supported.
17900
17901@item
17902It is not possible to slice a packed array.
158c7665
PH
17903
17904@item
17905The names @code{True} and @code{False}, when not part of a qualified name,
17906are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17907context.
17908Should your program
17909redefine these names in a package or procedure (at best a dubious practice),
17910you will have to use fully qualified names to access their new definitions.
e07c999f
PH
17911@end itemize
17912
17913@node Additions to Ada
17914@subsubsection Additions to Ada
17915@cindex Ada, deviations from
17916
17917As it does for other languages, @value{GDBN} makes certain generic
17918extensions to Ada (@pxref{Expressions}):
17919
17920@itemize @bullet
17921@item
ae21e955
BW
17922If the expression @var{E} is a variable residing in memory (typically
17923a local variable or array element) and @var{N} is a positive integer,
17924then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17925@var{N}-1 adjacent variables following it in memory as an array. In
17926Ada, this operator is generally not necessary, since its prime use is
17927in displaying parts of an array, and slicing will usually do this in
17928Ada. However, there are occasional uses when debugging programs in
17929which certain debugging information has been optimized away.
e07c999f
PH
17930
17931@item
ae21e955
BW
17932@code{@var{B}::@var{var}} means ``the variable named @var{var} that
17933appears in function or file @var{B}.'' When @var{B} is a file name,
17934you must typically surround it in single quotes.
e07c999f
PH
17935
17936@item
17937The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17938@var{type} that appears at address @var{addr}.''
17939
17940@item
17941A name starting with @samp{$} is a convenience variable
17942(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17943@end itemize
17944
ae21e955
BW
17945In addition, @value{GDBN} provides a few other shortcuts and outright
17946additions specific to Ada:
e07c999f
PH
17947
17948@itemize @bullet
17949@item
17950The assignment statement is allowed as an expression, returning
17951its right-hand operand as its value. Thus, you may enter
17952
17953@smallexample
077e0a52
JB
17954(@value{GDBP}) set x := y + 3
17955(@value{GDBP}) print A(tmp := y + 1)
e07c999f
PH
17956@end smallexample
17957
17958@item
17959The semicolon is allowed as an ``operator,'' returning as its value
17960the value of its right-hand operand.
17961This allows, for example,
17962complex conditional breaks:
17963
17964@smallexample
077e0a52
JB
17965(@value{GDBP}) break f
17966(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
e07c999f
PH
17967@end smallexample
17968
17969@item
17970Rather than use catenation and symbolic character names to introduce special
17971characters into strings, one may instead use a special bracket notation,
17972which is also used to print strings. A sequence of characters of the form
17973@samp{["@var{XX}"]} within a string or character literal denotes the
17974(single) character whose numeric encoding is @var{XX} in hexadecimal. The
17975sequence of characters @samp{["""]} also denotes a single quotation mark
17976in strings. For example,
17977@smallexample
17978 "One line.["0a"]Next line.["0a"]"
17979@end smallexample
17980@noindent
ae21e955
BW
17981contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17982after each period.
e07c999f
PH
17983
17984@item
17985The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
17986@t{'Max} is optional (and is ignored in any case). For example, it is valid
17987to write
17988
17989@smallexample
077e0a52 17990(@value{GDBP}) print 'max(x, y)
e07c999f
PH
17991@end smallexample
17992
17993@item
17994When printing arrays, @value{GDBN} uses positional notation when the
17995array has a lower bound of 1, and uses a modified named notation otherwise.
ae21e955
BW
17996For example, a one-dimensional array of three integers with a lower bound
17997of 3 might print as
e07c999f
PH
17998
17999@smallexample
18000(3 => 10, 17, 1)
18001@end smallexample
18002
18003@noindent
18004That is, in contrast to valid Ada, only the first component has a @code{=>}
18005clause.
18006
18007@item
18008You may abbreviate attributes in expressions with any unique,
18009multi-character subsequence of
18010their names (an exact match gets preference).
18011For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
18012in place of @t{a'length}.
18013
18014@item
18015@cindex quoting Ada internal identifiers
18016Since Ada is case-insensitive, the debugger normally maps identifiers you type
18017to lower case. The GNAT compiler uses upper-case characters for
18018some of its internal identifiers, which are normally of no interest to users.
18019For the rare occasions when you actually have to look at them,
18020enclose them in angle brackets to avoid the lower-case mapping.
18021For example,
18022@smallexample
077e0a52 18023(@value{GDBP}) print <JMPBUF_SAVE>[0]
e07c999f
PH
18024@end smallexample
18025
18026@item
18027Printing an object of class-wide type or dereferencing an
18028access-to-class-wide value will display all the components of the object's
18029specific type (as indicated by its run-time tag). Likewise, component
18030selection on such a value will operate on the specific type of the
18031object.
18032
18033@end itemize
18034
3685b09f
PMR
18035@node Overloading support for Ada
18036@subsubsection Overloading support for Ada
18037@cindex overloading, Ada
18038
18039The debugger supports limited overloading. Given a subprogram call in which
18040the function symbol has multiple definitions, it will use the number of
18041actual parameters and some information about their types to attempt to narrow
18042the set of definitions. It also makes very limited use of context, preferring
18043procedures to functions in the context of the @code{call} command, and
18044functions to procedures elsewhere.
18045
18046If, after narrowing, the set of matching definitions still contains more than
18047one definition, @value{GDBN} will display a menu to query which one it should
18048use, for instance:
18049
18050@smallexample
18051(@value{GDBP}) print f(1)
18052Multiple matches for f
18053[0] cancel
18054[1] foo.f (integer) return boolean at foo.adb:23
18055[2] foo.f (foo.new_integer) return boolean at foo.adb:28
18056>
18057@end smallexample
18058
18059In this case, just select one menu entry either to cancel expression evaluation
18060(type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
18061instance (type the corresponding number and press @key{RET}).
18062
18063Here are a couple of commands to customize @value{GDBN}'s behavior in this
18064case:
18065
18066@table @code
18067
18068@kindex set ada print-signatures
18069@item set ada print-signatures
18070Control whether parameter types and return types are displayed in overloads
18071selection menus. It is @code{on} by default.
18072@xref{Overloading support for Ada}.
18073
18074@kindex show ada print-signatures
18075@item show ada print-signatures
18076Show the current setting for displaying parameter types and return types in
18077overloads selection menu.
18078@xref{Overloading support for Ada}.
18079
18080@end table
18081
e07c999f
PH
18082@node Stopping Before Main Program
18083@subsubsection Stopping at the Very Beginning
18084
18085@cindex breakpointing Ada elaboration code
18086It is sometimes necessary to debug the program during elaboration, and
18087before reaching the main procedure.
18088As defined in the Ada Reference
18089Manual, the elaboration code is invoked from a procedure called
18090@code{adainit}. To run your program up to the beginning of
18091elaboration, simply use the following two commands:
18092@code{tbreak adainit} and @code{run}.
18093
58d06528
JB
18094@node Ada Exceptions
18095@subsubsection Ada Exceptions
18096
18097A command is provided to list all Ada exceptions:
18098
18099@table @code
18100@kindex info exceptions
18101@item info exceptions
18102@itemx info exceptions @var{regexp}
18103The @code{info exceptions} command allows you to list all Ada exceptions
18104defined within the program being debugged, as well as their addresses.
18105With a regular expression, @var{regexp}, as argument, only those exceptions
18106whose names match @var{regexp} are listed.
18107@end table
18108
18109Below is a small example, showing how the command can be used, first
18110without argument, and next with a regular expression passed as an
18111argument.
18112
18113@smallexample
18114(@value{GDBP}) info exceptions
18115All defined Ada exceptions:
18116constraint_error: 0x613da0
18117program_error: 0x613d20
18118storage_error: 0x613ce0
18119tasking_error: 0x613ca0
18120const.aint_global_e: 0x613b00
18121(@value{GDBP}) info exceptions const.aint
18122All Ada exceptions matching regular expression "const.aint":
18123constraint_error: 0x613da0
18124const.aint_global_e: 0x613b00
18125@end smallexample
18126
18127It is also possible to ask @value{GDBN} to stop your program's execution
18128when an exception is raised. For more details, see @ref{Set Catchpoints}.
18129
20924a55
JB
18130@node Ada Tasks
18131@subsubsection Extensions for Ada Tasks
18132@cindex Ada, tasking
18133
18134Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18135@value{GDBN} provides the following task-related commands:
18136
18137@table @code
18138@kindex info tasks
18139@item info tasks
18140This command shows a list of current Ada tasks, as in the following example:
18141
18142
18143@smallexample
18144@iftex
18145@leftskip=0.5cm
18146@end iftex
18147(@value{GDBP}) info tasks
18148 ID TID P-ID Pri State Name
18149 1 8088000 0 15 Child Activation Wait main_task
18150 2 80a4000 1 15 Accept Statement b
18151 3 809a800 1 15 Child Activation Wait a
32cd1edc 18152* 4 80ae800 3 15 Runnable c
20924a55
JB
18153
18154@end smallexample
18155
18156@noindent
18157In this listing, the asterisk before the last task indicates it to be the
18158task currently being inspected.
18159
18160@table @asis
18161@item ID
18162Represents @value{GDBN}'s internal task number.
18163
18164@item TID
18165The Ada task ID.
18166
18167@item P-ID
18168The parent's task ID (@value{GDBN}'s internal task number).
18169
18170@item Pri
18171The base priority of the task.
18172
18173@item State
18174Current state of the task.
18175
18176@table @code
18177@item Unactivated
18178The task has been created but has not been activated. It cannot be
18179executing.
18180
20924a55
JB
18181@item Runnable
18182The task is not blocked for any reason known to Ada. (It may be waiting
18183for a mutex, though.) It is conceptually "executing" in normal mode.
18184
18185@item Terminated
18186The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18187that were waiting on terminate alternatives have been awakened and have
18188terminated themselves.
18189
18190@item Child Activation Wait
18191The task is waiting for created tasks to complete activation.
18192
18193@item Accept Statement
18194The task is waiting on an accept or selective wait statement.
18195
18196@item Waiting on entry call
18197The task is waiting on an entry call.
18198
18199@item Async Select Wait
18200The task is waiting to start the abortable part of an asynchronous
18201select statement.
18202
18203@item Delay Sleep
18204The task is waiting on a select statement with only a delay
18205alternative open.
18206
18207@item Child Termination Wait
18208The task is sleeping having completed a master within itself, and is
18209waiting for the tasks dependent on that master to become terminated or
18210waiting on a terminate Phase.
18211
18212@item Wait Child in Term Alt
18213The task is sleeping waiting for tasks on terminate alternatives to
18214finish terminating.
18215
18216@item Accepting RV with @var{taskno}
18217The task is accepting a rendez-vous with the task @var{taskno}.
18218@end table
18219
18220@item Name
18221Name of the task in the program.
18222
18223@end table
18224
18225@kindex info task @var{taskno}
18226@item info task @var{taskno}
6b92c0d3 18227This command shows detailed informations on the specified task, as in
20924a55
JB
18228the following example:
18229@smallexample
18230@iftex
18231@leftskip=0.5cm
18232@end iftex
18233(@value{GDBP}) info tasks
18234 ID TID P-ID Pri State Name
18235 1 8077880 0 15 Child Activation Wait main_task
32cd1edc 18236* 2 807c468 1 15 Runnable task_1
20924a55
JB
18237(@value{GDBP}) info task 2
18238Ada Task: 0x807c468
4993045d 18239Name: "task_1"
87f7ab7b
JB
18240Thread: 0
18241LWP: 0x1fac
4993045d 18242Parent: 1 ("main_task")
20924a55
JB
18243Base Priority: 15
18244State: Runnable
18245@end smallexample
18246
18247@item task
18248@kindex task@r{ (Ada)}
18249@cindex current Ada task ID
4993045d 18250This command prints the ID and name of the current task.
20924a55
JB
18251
18252@smallexample
18253@iftex
18254@leftskip=0.5cm
18255@end iftex
18256(@value{GDBP}) info tasks
18257 ID TID P-ID Pri State Name
18258 1 8077870 0 15 Child Activation Wait main_task
4993045d 18259* 2 807c458 1 15 Runnable some_task
20924a55 18260(@value{GDBP}) task
4993045d 18261[Current task is 2 "some_task"]
20924a55
JB
18262@end smallexample
18263
18264@item task @var{taskno}
18265@cindex Ada task switching
5d5658a1 18266This command is like the @code{thread @var{thread-id}}
20924a55
JB
18267command (@pxref{Threads}). It switches the context of debugging
18268from the current task to the given task.
18269
18270@smallexample
18271@iftex
18272@leftskip=0.5cm
18273@end iftex
18274(@value{GDBP}) info tasks
18275 ID TID P-ID Pri State Name
18276 1 8077870 0 15 Child Activation Wait main_task
4993045d 18277* 2 807c458 1 15 Runnable some_task
20924a55 18278(@value{GDBP}) task 1
4993045d 18279[Switching to task 1 "main_task"]
20924a55
JB
18280#0 0x8067726 in pthread_cond_wait ()
18281(@value{GDBP}) bt
18282#0 0x8067726 in pthread_cond_wait ()
18283#1 0x8056714 in system.os_interface.pthread_cond_wait ()
18284#2 0x805cb63 in system.task_primitives.operations.sleep ()
18285#3 0x806153e in system.tasking.stages.activate_tasks ()
18286#4 0x804aacc in un () at un.adb:5
18287@end smallexample
18288
629500fa
KS
18289@item break @var{location} task @var{taskno}
18290@itemx break @var{location} task @var{taskno} if @dots{}
45ac276d
JB
18291@cindex breakpoints and tasks, in Ada
18292@cindex task breakpoints, in Ada
18293@kindex break @dots{} task @var{taskno}@r{ (Ada)}
18294These commands are like the @code{break @dots{} thread @dots{}}
697aa1b7 18295command (@pxref{Thread Stops}). The
629500fa 18296@var{location} argument specifies source lines, as described
45ac276d
JB
18297in @ref{Specify Location}.
18298
18299Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18300to specify that you only want @value{GDBN} to stop the program when a
697aa1b7 18301particular Ada task reaches this breakpoint. The @var{taskno} is one of the
45ac276d
JB
18302numeric task identifiers assigned by @value{GDBN}, shown in the first
18303column of the @samp{info tasks} display.
18304
18305If you do not specify @samp{task @var{taskno}} when you set a
18306breakpoint, the breakpoint applies to @emph{all} tasks of your
18307program.
18308
18309You can use the @code{task} qualifier on conditional breakpoints as
18310well; in this case, place @samp{task @var{taskno}} before the
18311breakpoint condition (before the @code{if}).
18312
18313For example,
18314
18315@smallexample
18316@iftex
18317@leftskip=0.5cm
18318@end iftex
18319(@value{GDBP}) info tasks
18320 ID TID P-ID Pri State Name
18321 1 140022020 0 15 Child Activation Wait main_task
18322 2 140045060 1 15 Accept/Select Wait t2
18323 3 140044840 1 15 Runnable t1
18324* 4 140056040 1 15 Runnable t3
18325(@value{GDBP}) b 15 task 2
18326Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18327(@value{GDBP}) cont
18328Continuing.
18329task # 1 running
18330task # 2 running
18331
18332Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1833315 flush;
18334(@value{GDBP}) info tasks
18335 ID TID P-ID Pri State Name
18336 1 140022020 0 15 Child Activation Wait main_task
18337* 2 140045060 1 15 Runnable t2
18338 3 140044840 1 15 Runnable t1
18339 4 140056040 1 15 Delay Sleep t3
18340@end smallexample
20924a55
JB
18341@end table
18342
18343@node Ada Tasks and Core Files
18344@subsubsection Tasking Support when Debugging Core Files
18345@cindex Ada tasking and core file debugging
18346
18347When inspecting a core file, as opposed to debugging a live program,
18348tasking support may be limited or even unavailable, depending on
18349the platform being used.
18350For instance, on x86-linux, the list of tasks is available, but task
32a8097b 18351switching is not supported.
20924a55 18352
32a8097b 18353On certain platforms, the debugger needs to perform some
20924a55
JB
18354memory writes in order to provide Ada tasking support. When inspecting
18355a core file, this means that the core file must be opened with read-write
18356privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18357Under these circumstances, you should make a backup copy of the core
18358file before inspecting it with @value{GDBN}.
18359
6e1bb179
JB
18360@node Ravenscar Profile
18361@subsubsection Tasking Support when using the Ravenscar Profile
18362@cindex Ravenscar Profile
18363
18364The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18365specifically designed for systems with safety-critical real-time
18366requirements.
18367
18368@table @code
18369@kindex set ravenscar task-switching on
18370@cindex task switching with program using Ravenscar Profile
18371@item set ravenscar task-switching on
18372Allows task switching when debugging a program that uses the Ravenscar
18373Profile. This is the default.
18374
18375@kindex set ravenscar task-switching off
18376@item set ravenscar task-switching off
18377Turn off task switching when debugging a program that uses the Ravenscar
18378Profile. This is mostly intended to disable the code that adds support
18379for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18380the Ravenscar runtime is preventing @value{GDBN} from working properly.
18381To be effective, this command should be run before the program is started.
18382
18383@kindex show ravenscar task-switching
18384@item show ravenscar task-switching
18385Show whether it is possible to switch from task to task in a program
18386using the Ravenscar Profile.
18387
18388@end table
18389
e09eef98
TT
18390@cindex Ravenscar thread
18391When Ravenscar task-switching is enabled, Ravenscar tasks are
18392announced by @value{GDBN} as if they were threads:
18393
18394@smallexample
18395(gdb) continue
18396[New Ravenscar Thread 0x2b8f0]
18397@end smallexample
18398
18399Both Ravenscar tasks and the underlying CPU threads will show up in
18400the output of @code{info threads}:
18401
18402@smallexample
18403(gdb) info threads
18404 Id Target Id Frame
18405 1 Thread 1 (CPU#0 [running]) simple () at simple.adb:10
18406 2 Thread 2 (CPU#1 [running]) 0x0000000000003d34 in __gnat_initialize_cpu_devices ()
18407 3 Thread 3 (CPU#2 [running]) 0x0000000000003d28 in __gnat_initialize_cpu_devices ()
18408 4 Thread 4 (CPU#3 [halted ]) 0x000000000000c6ec in system.task_primitives.operations.idle ()
18409* 5 Ravenscar Thread 0x2b8f0 simple () at simple.adb:10
18410 6 Ravenscar Thread 0x2f150 0x000000000000c6ec in system.task_primitives.operations.idle ()
18411@end smallexample
18412
18413One known limitation of the Ravenscar support in @value{GDBN} is that
18414it isn't currently possible to single-step through the runtime
18415initialization sequence. If you need to debug this code, you should
18416use @code{set ravenscar task-switching off}.
18417
3fcded8f
JB
18418@node Ada Settings
18419@subsubsection Ada Settings
18420@cindex Ada settings
18421
18422@table @code
18423@kindex set varsize-limit
18424@item set varsize-limit @var{size}
18425Prevent @value{GDBN} from attempting to evaluate objects whose size
18426is above the given limit (@var{size}) when those sizes are computed
18427from run-time quantities. This is typically the case when the object
18428has a variable size, such as an array whose bounds are not known at
18429compile time for example. Setting @var{size} to @code{unlimited}
18430removes the size limitation. By default, the limit is about 65KB.
18431
18432The purpose of having such a limit is to prevent @value{GDBN} from
18433trying to grab enormous chunks of virtual memory when asked to evaluate
18434a quantity whose bounds have been corrupted or have not yet been fully
18435initialized. The limit applies to the results of some subexpressions
18436as well as to complete expressions. For example, an expression denoting
18437a simple integer component, such as @code{x.y.z}, may fail if the size of
18438@code{x.y} is variable and exceeds @code{size}. On the other hand,
18439@value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18440@code{A} is an array variable with non-constant size, will generally
18441succeed regardless of the bounds on @code{A}, as long as the component
18442size is less than @var{size}.
18443
18444@kindex show varsize-limit
18445@item show varsize-limit
18446Show the limit on types whose size is determined by run-time quantities.
18447@end table
18448
e07c999f
PH
18449@node Ada Glitches
18450@subsubsection Known Peculiarities of Ada Mode
18451@cindex Ada, problems
18452
18453Besides the omissions listed previously (@pxref{Omissions from Ada}),
18454we know of several problems with and limitations of Ada mode in
18455@value{GDBN},
18456some of which will be fixed with planned future releases of the debugger
18457and the GNU Ada compiler.
18458
18459@itemize @bullet
e07c999f
PH
18460@item
18461Static constants that the compiler chooses not to materialize as objects in
18462storage are invisible to the debugger.
18463
18464@item
18465Named parameter associations in function argument lists are ignored (the
18466argument lists are treated as positional).
18467
18468@item
18469Many useful library packages are currently invisible to the debugger.
18470
18471@item
18472Fixed-point arithmetic, conversions, input, and output is carried out using
18473floating-point arithmetic, and may give results that only approximate those on
18474the host machine.
18475
e07c999f
PH
18476@item
18477The GNAT compiler never generates the prefix @code{Standard} for any of
18478the standard symbols defined by the Ada language. @value{GDBN} knows about
18479this: it will strip the prefix from names when you use it, and will never
18480look for a name you have so qualified among local symbols, nor match against
18481symbols in other packages or subprograms. If you have
18482defined entities anywhere in your program other than parameters and
18483local variables whose simple names match names in @code{Standard},
18484GNAT's lack of qualification here can cause confusion. When this happens,
18485you can usually resolve the confusion
18486by qualifying the problematic names with package
18487@code{Standard} explicitly.
18488@end itemize
18489
95433b34
JB
18490Older versions of the compiler sometimes generate erroneous debugging
18491information, resulting in the debugger incorrectly printing the value
18492of affected entities. In some cases, the debugger is able to work
18493around an issue automatically. In other cases, the debugger is able
18494to work around the issue, but the work-around has to be specifically
18495enabled.
18496
18497@kindex set ada trust-PAD-over-XVS
18498@kindex show ada trust-PAD-over-XVS
18499@table @code
18500
18501@item set ada trust-PAD-over-XVS on
18502Configure GDB to strictly follow the GNAT encoding when computing the
18503value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18504types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18505a complete description of the encoding used by the GNAT compiler).
18506This is the default.
18507
18508@item set ada trust-PAD-over-XVS off
18509This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18510sometimes prints the wrong value for certain entities, changing @code{ada
18511trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18512the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18513@code{off}, but this incurs a slight performance penalty, so it is
18514recommended to leave this setting to @code{on} unless necessary.
18515
18516@end table
18517
c6044dd1
JB
18518@cindex GNAT descriptive types
18519@cindex GNAT encoding
18520Internally, the debugger also relies on the compiler following a number
18521of conventions known as the @samp{GNAT Encoding}, all documented in
18522@file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18523how the debugging information should be generated for certain types.
18524In particular, this convention makes use of @dfn{descriptive types},
18525which are artificial types generated purely to help the debugger.
18526
18527These encodings were defined at a time when the debugging information
18528format used was not powerful enough to describe some of the more complex
18529types available in Ada. Since DWARF allows us to express nearly all
18530Ada features, the long-term goal is to slowly replace these descriptive
18531types by their pure DWARF equivalent. To facilitate that transition,
18532a new maintenance option is available to force the debugger to ignore
18533those descriptive types. It allows the user to quickly evaluate how
18534well @value{GDBN} works without them.
18535
18536@table @code
18537
18538@kindex maint ada set ignore-descriptive-types
18539@item maintenance ada set ignore-descriptive-types [on|off]
18540Control whether the debugger should ignore descriptive types.
18541The default is not to ignore descriptives types (@code{off}).
18542
18543@kindex maint ada show ignore-descriptive-types
18544@item maintenance ada show ignore-descriptive-types
18545Show if descriptive types are ignored by @value{GDBN}.
18546
18547@end table
18548
79a6e687
BW
18549@node Unsupported Languages
18550@section Unsupported Languages
4e562065
JB
18551
18552@cindex unsupported languages
18553@cindex minimal language
18554In addition to the other fully-supported programming languages,
18555@value{GDBN} also provides a pseudo-language, called @code{minimal}.
18556It does not represent a real programming language, but provides a set
18557of capabilities close to what the C or assembly languages provide.
18558This should allow most simple operations to be performed while debugging
18559an application that uses a language currently not supported by @value{GDBN}.
18560
18561If the language is set to @code{auto}, @value{GDBN} will automatically
18562select this language if the current frame corresponds to an unsupported
18563language.
18564
6d2ebf8b 18565@node Symbols
c906108c
SS
18566@chapter Examining the Symbol Table
18567
d4f3574e 18568The commands described in this chapter allow you to inquire about the
c906108c
SS
18569symbols (names of variables, functions and types) defined in your
18570program. This information is inherent in the text of your program and
18571does not change as your program executes. @value{GDBN} finds it in your
18572program's symbol table, in the file indicated when you started @value{GDBN}
79a6e687
BW
18573(@pxref{File Options, ,Choosing Files}), or by one of the
18574file-management commands (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
18575
18576@cindex symbol names
18577@cindex names of symbols
18578@cindex quoting names
d044bac8 18579@anchor{quoting names}
c906108c
SS
18580Occasionally, you may need to refer to symbols that contain unusual
18581characters, which @value{GDBN} ordinarily treats as word delimiters. The
18582most frequent case is in referring to static variables in other
79a6e687 18583source files (@pxref{Variables,,Program Variables}). File names
c906108c
SS
18584are recorded in object files as debugging symbols, but @value{GDBN} would
18585ordinarily parse a typical file name, like @file{foo.c}, as the three words
18586@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18587@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18588
474c8240 18589@smallexample
c906108c 18590p 'foo.c'::x
474c8240 18591@end smallexample
c906108c
SS
18592
18593@noindent
18594looks up the value of @code{x} in the scope of the file @file{foo.c}.
18595
18596@table @code
a8f24a35
EZ
18597@cindex case-insensitive symbol names
18598@cindex case sensitivity in symbol names
18599@kindex set case-sensitive
18600@item set case-sensitive on
18601@itemx set case-sensitive off
18602@itemx set case-sensitive auto
18603Normally, when @value{GDBN} looks up symbols, it matches their names
18604with case sensitivity determined by the current source language.
18605Occasionally, you may wish to control that. The command @code{set
18606case-sensitive} lets you do that by specifying @code{on} for
18607case-sensitive matches or @code{off} for case-insensitive ones. If
18608you specify @code{auto}, case sensitivity is reset to the default
18609suitable for the source language. The default is case-sensitive
18610matches for all languages except for Fortran, for which the default is
18611case-insensitive matches.
18612
9c16f35a
EZ
18613@kindex show case-sensitive
18614@item show case-sensitive
a8f24a35
EZ
18615This command shows the current setting of case sensitivity for symbols
18616lookups.
18617
53342f27
TT
18618@kindex set print type methods
18619@item set print type methods
18620@itemx set print type methods on
18621@itemx set print type methods off
18622Normally, when @value{GDBN} prints a class, it displays any methods
18623declared in that class. You can control this behavior either by
18624passing the appropriate flag to @code{ptype}, or using @command{set
18625print type methods}. Specifying @code{on} will cause @value{GDBN} to
18626display the methods; this is the default. Specifying @code{off} will
18627cause @value{GDBN} to omit the methods.
18628
18629@kindex show print type methods
18630@item show print type methods
18631This command shows the current setting of method display when printing
18632classes.
18633
883fd55a
KS
18634@kindex set print type nested-type-limit
18635@item set print type nested-type-limit @var{limit}
18636@itemx set print type nested-type-limit unlimited
18637Set the limit of displayed nested types that the type printer will
18638show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18639nested definitions. By default, the type printer will not show any nested
18640types defined in classes.
18641
18642@kindex show print type nested-type-limit
18643@item show print type nested-type-limit
18644This command shows the current display limit of nested types when
18645printing classes.
18646
53342f27
TT
18647@kindex set print type typedefs
18648@item set print type typedefs
18649@itemx set print type typedefs on
18650@itemx set print type typedefs off
18651
18652Normally, when @value{GDBN} prints a class, it displays any typedefs
18653defined in that class. You can control this behavior either by
18654passing the appropriate flag to @code{ptype}, or using @command{set
18655print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18656display the typedef definitions; this is the default. Specifying
18657@code{off} will cause @value{GDBN} to omit the typedef definitions.
18658Note that this controls whether the typedef definition itself is
18659printed, not whether typedef names are substituted when printing other
18660types.
18661
18662@kindex show print type typedefs
18663@item show print type typedefs
18664This command shows the current setting of typedef display when
18665printing classes.
18666
c906108c 18667@kindex info address
b37052ae 18668@cindex address of a symbol
c906108c
SS
18669@item info address @var{symbol}
18670Describe where the data for @var{symbol} is stored. For a register
18671variable, this says which register it is kept in. For a non-register
18672local variable, this prints the stack-frame offset at which the variable
18673is always stored.
18674
18675Note the contrast with @samp{print &@var{symbol}}, which does not work
18676at all for a register variable, and for a stack local variable prints
18677the exact address of the current instantiation of the variable.
18678
3d67e040 18679@kindex info symbol
b37052ae 18680@cindex symbol from address
9c16f35a 18681@cindex closest symbol and offset for an address
3d67e040
EZ
18682@item info symbol @var{addr}
18683Print the name of a symbol which is stored at the address @var{addr}.
18684If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18685nearest symbol and an offset from it:
18686
474c8240 18687@smallexample
3d67e040
EZ
18688(@value{GDBP}) info symbol 0x54320
18689_initialize_vx + 396 in section .text
474c8240 18690@end smallexample
3d67e040
EZ
18691
18692@noindent
18693This is the opposite of the @code{info address} command. You can use
18694it to find out the name of a variable or a function given its address.
18695
c14c28ba
PP
18696For dynamically linked executables, the name of executable or shared
18697library containing the symbol is also printed:
18698
18699@smallexample
18700(@value{GDBP}) info symbol 0x400225
18701_start + 5 in section .text of /tmp/a.out
18702(@value{GDBP}) info symbol 0x2aaaac2811cf
18703__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18704@end smallexample
18705
439250fb
DE
18706@kindex demangle
18707@cindex demangle
18708@item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18709Demangle @var{name}.
18710If @var{language} is provided it is the name of the language to demangle
18711@var{name} in. Otherwise @var{name} is demangled in the current language.
18712
18713The @samp{--} option specifies the end of options,
18714and is useful when @var{name} begins with a dash.
18715
18716The parameter @code{demangle-style} specifies how to interpret the kind
18717of mangling used. @xref{Print Settings}.
18718
c906108c 18719@kindex whatis
53342f27 18720@item whatis[/@var{flags}] [@var{arg}]
177bc839
JK
18721Print the data type of @var{arg}, which can be either an expression
18722or a name of a data type. With no argument, print the data type of
18723@code{$}, the last value in the value history.
18724
18725If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18726is not actually evaluated, and any side-effecting operations (such as
18727assignments or function calls) inside it do not take place.
18728
18729If @var{arg} is a variable or an expression, @code{whatis} prints its
18730literal type as it is used in the source code. If the type was
18731defined using a @code{typedef}, @code{whatis} will @emph{not} print
18732the data type underlying the @code{typedef}. If the type of the
18733variable or the expression is a compound data type, such as
18734@code{struct} or @code{class}, @code{whatis} never prints their
18735fields or methods. It just prints the @code{struct}/@code{class}
18736name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18737such a compound data type, use @code{ptype}.
18738
18739If @var{arg} is a type name that was defined using @code{typedef},
18740@code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18741Unrolling means that @code{whatis} will show the underlying type used
18742in the @code{typedef} declaration of @var{arg}. However, if that
18743underlying type is also a @code{typedef}, @code{whatis} will not
18744unroll it.
18745
18746For C code, the type names may also have the form @samp{class
18747@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18748@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 18749
53342f27
TT
18750@var{flags} can be used to modify how the type is displayed.
18751Available flags are:
18752
18753@table @code
18754@item r
18755Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18756parameters and typedefs defined in a class when printing the class'
18757members. The @code{/r} flag disables this.
18758
18759@item m
18760Do not print methods defined in the class.
18761
18762@item M
18763Print methods defined in the class. This is the default, but the flag
18764exists in case you change the default with @command{set print type methods}.
18765
18766@item t
18767Do not print typedefs defined in the class. Note that this controls
18768whether the typedef definition itself is printed, not whether typedef
18769names are substituted when printing other types.
18770
18771@item T
18772Print typedefs defined in the class. This is the default, but the flag
18773exists in case you change the default with @command{set print type typedefs}.
7c161838
SDJ
18774
18775@item o
18776Print the offsets and sizes of fields in a struct, similar to what the
18777@command{pahole} tool does. This option implies the @code{/tm} flags.
18778
18779For example, given the following declarations:
18780
18781@smallexample
18782struct tuv
18783@{
18784 int a1;
18785 char *a2;
18786 int a3;
18787@};
18788
18789struct xyz
18790@{
18791 int f1;
18792 char f2;
18793 void *f3;
18794 struct tuv f4;
18795@};
18796
18797union qwe
18798@{
18799 struct tuv fff1;
18800 struct xyz fff2;
18801@};
18802
18803struct tyu
18804@{
18805 int a1 : 1;
18806 int a2 : 3;
18807 int a3 : 23;
18808 char a4 : 2;
18809 int64_t a5;
18810 int a6 : 5;
18811 int64_t a7 : 3;
18812@};
18813@end smallexample
18814
18815Issuing a @kbd{ptype /o struct tuv} command would print:
18816
18817@smallexample
18818(@value{GDBP}) ptype /o struct tuv
18819/* offset | size */ type = struct tuv @{
18820/* 0 | 4 */ int a1;
18821/* XXX 4-byte hole */
18822/* 8 | 8 */ char *a2;
18823/* 16 | 4 */ int a3;
18824
18825 /* total size (bytes): 24 */
18826 @}
18827@end smallexample
18828
18829Notice the format of the first column of comments. There, you can
18830find two parts separated by the @samp{|} character: the @emph{offset},
18831which indicates where the field is located inside the struct, in
18832bytes, and the @emph{size} of the field. Another interesting line is
18833the marker of a @emph{hole} in the struct, indicating that it may be
18834possible to pack the struct and make it use less space by reorganizing
18835its fields.
18836
18837It is also possible to print offsets inside an union:
18838
18839@smallexample
18840(@value{GDBP}) ptype /o union qwe
18841/* offset | size */ type = union qwe @{
18842/* 24 */ struct tuv @{
18843/* 0 | 4 */ int a1;
18844/* XXX 4-byte hole */
18845/* 8 | 8 */ char *a2;
18846/* 16 | 4 */ int a3;
18847
18848 /* total size (bytes): 24 */
18849 @} fff1;
18850/* 40 */ struct xyz @{
18851/* 0 | 4 */ int f1;
18852/* 4 | 1 */ char f2;
18853/* XXX 3-byte hole */
18854/* 8 | 8 */ void *f3;
18855/* 16 | 24 */ struct tuv @{
18856/* 16 | 4 */ int a1;
18857/* XXX 4-byte hole */
18858/* 24 | 8 */ char *a2;
18859/* 32 | 4 */ int a3;
18860
18861 /* total size (bytes): 24 */
18862 @} f4;
18863
18864 /* total size (bytes): 40 */
18865 @} fff2;
18866
18867 /* total size (bytes): 40 */
18868 @}
18869@end smallexample
18870
18871In this case, since @code{struct tuv} and @code{struct xyz} occupy the
18872same space (because we are dealing with an union), the offset is not
18873printed for them. However, you can still examine the offset of each
18874of these structures' fields.
18875
18876Another useful scenario is printing the offsets of a struct containing
18877bitfields:
18878
18879@smallexample
18880(@value{GDBP}) ptype /o struct tyu
18881/* offset | size */ type = struct tyu @{
18882/* 0:31 | 4 */ int a1 : 1;
18883/* 0:28 | 4 */ int a2 : 3;
18884/* 0: 5 | 4 */ int a3 : 23;
18885/* 3: 3 | 1 */ signed char a4 : 2;
18886/* XXX 3-bit hole */
18887/* XXX 4-byte hole */
18888/* 8 | 8 */ int64_t a5;
9d3421af
TT
18889/* 16: 0 | 4 */ int a6 : 5;
18890/* 16: 5 | 8 */ int64_t a7 : 3;
18891"/* XXX 7-byte padding */
7c161838
SDJ
18892
18893 /* total size (bytes): 24 */
18894 @}
18895@end smallexample
18896
9d3421af
TT
18897Note how the offset information is now extended to also include the
18898first bit of the bitfield.
53342f27
TT
18899@end table
18900
c906108c 18901@kindex ptype
53342f27 18902@item ptype[/@var{flags}] [@var{arg}]
62f3a2ba
FF
18903@code{ptype} accepts the same arguments as @code{whatis}, but prints a
18904detailed description of the type, instead of just the name of the type.
18905@xref{Expressions, ,Expressions}.
c906108c 18906
177bc839
JK
18907Contrary to @code{whatis}, @code{ptype} always unrolls any
18908@code{typedef}s in its argument declaration, whether the argument is
18909a variable, expression, or a data type. This means that @code{ptype}
18910of a variable or an expression will not print literally its type as
18911present in the source code---use @code{whatis} for that. @code{typedef}s at
18912the pointer or reference targets are also unrolled. Only @code{typedef}s of
18913fields, methods and inner @code{class typedef}s of @code{struct}s,
18914@code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18915
c906108c
SS
18916For example, for this variable declaration:
18917
474c8240 18918@smallexample
177bc839
JK
18919typedef double real_t;
18920struct complex @{ real_t real; double imag; @};
18921typedef struct complex complex_t;
18922complex_t var;
18923real_t *real_pointer_var;
474c8240 18924@end smallexample
c906108c
SS
18925
18926@noindent
18927the two commands give this output:
18928
474c8240 18929@smallexample
c906108c 18930@group
177bc839
JK
18931(@value{GDBP}) whatis var
18932type = complex_t
18933(@value{GDBP}) ptype var
18934type = struct complex @{
18935 real_t real;
18936 double imag;
18937@}
18938(@value{GDBP}) whatis complex_t
18939type = struct complex
18940(@value{GDBP}) whatis struct complex
c906108c 18941type = struct complex
177bc839 18942(@value{GDBP}) ptype struct complex
c906108c 18943type = struct complex @{
177bc839 18944 real_t real;
c906108c
SS
18945 double imag;
18946@}
177bc839
JK
18947(@value{GDBP}) whatis real_pointer_var
18948type = real_t *
18949(@value{GDBP}) ptype real_pointer_var
18950type = double *
c906108c 18951@end group
474c8240 18952@end smallexample
c906108c
SS
18953
18954@noindent
18955As with @code{whatis}, using @code{ptype} without an argument refers to
18956the type of @code{$}, the last value in the value history.
18957
ab1adacd
EZ
18958@cindex incomplete type
18959Sometimes, programs use opaque data types or incomplete specifications
18960of complex data structure. If the debug information included in the
18961program does not allow @value{GDBN} to display a full declaration of
18962the data type, it will say @samp{<incomplete type>}. For example,
18963given these declarations:
18964
18965@smallexample
18966 struct foo;
18967 struct foo *fooptr;
18968@end smallexample
18969
18970@noindent
18971but no definition for @code{struct foo} itself, @value{GDBN} will say:
18972
18973@smallexample
ddb50cd7 18974 (@value{GDBP}) ptype foo
ab1adacd
EZ
18975 $1 = <incomplete type>
18976@end smallexample
18977
18978@noindent
18979``Incomplete type'' is C terminology for data types that are not
18980completely specified.
18981
d69cf9b2
PA
18982@cindex unknown type
18983Othertimes, information about a variable's type is completely absent
18984from the debug information included in the program. This most often
18985happens when the program or library where the variable is defined
18986includes no debug information at all. @value{GDBN} knows the variable
18987exists from inspecting the linker/loader symbol table (e.g., the ELF
18988dynamic symbol table), but such symbols do not contain type
18989information. Inspecting the type of a (global) variable for which
18990@value{GDBN} has no type information shows:
18991
18992@smallexample
18993 (@value{GDBP}) ptype var
18994 type = <data variable, no debug info>
18995@end smallexample
18996
18997@xref{Variables, no debug info variables}, for how to print the values
18998of such variables.
18999
c906108c 19000@kindex info types
a8eab7c6 19001@item info types [-q] [@var{regexp}]
09d4efe1
EZ
19002Print a brief description of all types whose names match the regular
19003expression @var{regexp} (or all types in your program, if you supply
19004no argument). Each complete typename is matched as though it were a
19005complete line; thus, @samp{i type value} gives information on all
19006types in your program whose names include the string @code{value}, but
19007@samp{i type ^value$} gives information only on types whose complete
19008name is @code{value}.
c906108c 19009
20813a0b
PW
19010In programs using different languages, @value{GDBN} chooses the syntax
19011to print the type description according to the
19012@samp{set language} value: using @samp{set language auto}
19013(see @ref{Automatically, ,Set Language Automatically}) means to use the
19014language of the type, other values mean to use
19015the manually specified language (see @ref{Manually, ,Set Language Manually}).
19016
c906108c
SS
19017This command differs from @code{ptype} in two ways: first, like
19018@code{whatis}, it does not print a detailed description; second, it
b744723f 19019lists all source files and line numbers where a type is defined.
c906108c 19020
a8eab7c6
AB
19021The output from @samp{into types} is proceeded with a header line
19022describing what types are being listed. The optional flag @samp{-q},
19023which stands for @samp{quiet}, disables printing this header
19024information.
19025
18a9fc12
TT
19026@kindex info type-printers
19027@item info type-printers
19028Versions of @value{GDBN} that ship with Python scripting enabled may
19029have ``type printers'' available. When using @command{ptype} or
19030@command{whatis}, these printers are consulted when the name of a type
19031is needed. @xref{Type Printing API}, for more information on writing
19032type printers.
19033
19034@code{info type-printers} displays all the available type printers.
19035
19036@kindex enable type-printer
19037@kindex disable type-printer
19038@item enable type-printer @var{name}@dots{}
19039@item disable type-printer @var{name}@dots{}
19040These commands can be used to enable or disable type printers.
19041
b37052ae
EZ
19042@kindex info scope
19043@cindex local variables
09d4efe1 19044@item info scope @var{location}
b37052ae 19045List all the variables local to a particular scope. This command
09d4efe1
EZ
19046accepts a @var{location} argument---a function name, a source line, or
19047an address preceded by a @samp{*}, and prints all the variables local
2a25a5ba
EZ
19048to the scope defined by that location. (@xref{Specify Location}, for
19049details about supported forms of @var{location}.) For example:
b37052ae
EZ
19050
19051@smallexample
19052(@value{GDBP}) @b{info scope command_line_handler}
19053Scope for command_line_handler:
19054Symbol rl is an argument at stack/frame offset 8, length 4.
19055Symbol linebuffer is in static storage at address 0x150a18, length 4.
19056Symbol linelength is in static storage at address 0x150a1c, length 4.
19057Symbol p is a local variable in register $esi, length 4.
19058Symbol p1 is a local variable in register $ebx, length 4.
19059Symbol nline is a local variable in register $edx, length 4.
19060Symbol repeat is a local variable at frame offset -8, length 4.
19061@end smallexample
19062
f5c37c66
EZ
19063@noindent
19064This command is especially useful for determining what data to collect
19065during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
19066collect}.
19067
c906108c
SS
19068@kindex info source
19069@item info source
919d772c
JB
19070Show information about the current source file---that is, the source file for
19071the function containing the current point of execution:
19072@itemize @bullet
19073@item
19074the name of the source file, and the directory containing it,
19075@item
19076the directory it was compiled in,
19077@item
19078its length, in lines,
19079@item
19080which programming language it is written in,
19081@item
b6577aab
DE
19082if the debug information provides it, the program that compiled the file
19083(which may include, e.g., the compiler version and command line arguments),
19084@item
919d772c
JB
19085whether the executable includes debugging information for that file, and
19086if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
19087@item
19088whether the debugging information includes information about
19089preprocessor macros.
19090@end itemize
19091
c906108c
SS
19092
19093@kindex info sources
19094@item info sources
19095Print the names of all source files in your program for which there is
19096debugging information, organized into two lists: files whose symbols
19097have already been read, and files whose symbols will be read when needed.
19098
ae60f04e
PW
19099@item info sources [-dirname | -basename] [--] [@var{regexp}]
19100Like @samp{info sources}, but only print the names of the files
19101matching the provided @var{regexp}.
19102By default, the @var{regexp} is used to match anywhere in the filename.
19103If @code{-dirname}, only files having a dirname matching @var{regexp} are shown.
19104If @code{-basename}, only files having a basename matching @var{regexp}
19105are shown.
19106The matching is case-sensitive, except on operating systems that
19107have case-insensitive filesystem (e.g., MS-Windows).
19108
c906108c 19109@kindex info functions
4acfdd20 19110@item info functions [-q] [-n]
c906108c 19111Print the names and data types of all defined functions.
b744723f
AA
19112Similarly to @samp{info types}, this command groups its output by source
19113files and annotates each function definition with its source line
19114number.
c906108c 19115
20813a0b
PW
19116In programs using different languages, @value{GDBN} chooses the syntax
19117to print the function name and type according to the
19118@samp{set language} value: using @samp{set language auto}
19119(see @ref{Automatically, ,Set Language Automatically}) means to use the
19120language of the function, other values mean to use
19121the manually specified language (see @ref{Manually, ,Set Language Manually}).
19122
4acfdd20
AB
19123The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19124results. A non-debugging symbol is a symbol that comes from the
19125executable's symbol table, not from the debug information (for
19126example, DWARF) associated with the executable.
19127
d321477b
PW
19128The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19129printing header information and messages explaining why no functions
19130have been printed.
19131
4acfdd20 19132@item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
d321477b
PW
19133Like @samp{info functions}, but only print the names and data types
19134of the functions selected with the provided regexp(s).
19135
19136If @var{regexp} is provided, print only the functions whose names
19137match the regular expression @var{regexp}.
19138Thus, @samp{info fun step} finds all functions whose
b744723f
AA
19139names include @code{step}; @samp{info fun ^step} finds those whose names
19140start with @code{step}. If a function name contains characters that
19141conflict with the regular expression language (e.g.@:
1c5dfdad 19142@samp{operator*()}), they may be quoted with a backslash.
c906108c 19143
d321477b
PW
19144If @var{type_regexp} is provided, print only the functions whose
19145types, as printed by the @code{whatis} command, match
19146the regular expression @var{type_regexp}.
19147If @var{type_regexp} contains space(s), it should be enclosed in
19148quote characters. If needed, use backslash to escape the meaning
19149of special characters or quotes.
19150Thus, @samp{info fun -t '^int ('} finds the functions that return
19151an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19152have an argument type containing int; @samp{info fun -t '^int (' ^step}
19153finds the functions whose names start with @code{step} and that return
19154int.
19155
19156If both @var{regexp} and @var{type_regexp} are provided, a function
19157is printed only if its name matches @var{regexp} and its type matches
19158@var{type_regexp}.
19159
19160
c906108c 19161@kindex info variables
4acfdd20 19162@item info variables [-q] [-n]
0fe7935b 19163Print the names and data types of all variables that are defined
6ca652b0 19164outside of functions (i.e.@: excluding local variables).
b744723f
AA
19165The printed variables are grouped by source files and annotated with
19166their respective source line numbers.
c906108c 19167
20813a0b
PW
19168In programs using different languages, @value{GDBN} chooses the syntax
19169to print the variable name and type according to the
19170@samp{set language} value: using @samp{set language auto}
19171(see @ref{Automatically, ,Set Language Automatically}) means to use the
19172language of the variable, other values mean to use
19173the manually specified language (see @ref{Manually, ,Set Language Manually}).
19174
4acfdd20
AB
19175The @samp{-n} flag excludes non-debugging symbols from the results.
19176
d321477b
PW
19177The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19178printing header information and messages explaining why no variables
19179have been printed.
19180
4acfdd20 19181@item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
d321477b
PW
19182Like @kbd{info variables}, but only print the variables selected
19183with the provided regexp(s).
19184
19185If @var{regexp} is provided, print only the variables whose names
19186match the regular expression @var{regexp}.
19187
19188If @var{type_regexp} is provided, print only the variables whose
19189types, as printed by the @code{whatis} command, match
19190the regular expression @var{type_regexp}.
19191If @var{type_regexp} contains space(s), it should be enclosed in
19192quote characters. If needed, use backslash to escape the meaning
19193of special characters or quotes.
19194
19195If both @var{regexp} and @var{type_regexp} are provided, an argument
19196is printed only if its name matches @var{regexp} and its type matches
19197@var{type_regexp}.
c906108c 19198
59c35742
AB
19199@kindex info modules
19200@cindex modules
19201@item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19202List all Fortran modules in the program, or all modules matching the
19203optional regular expression @var{regexp}.
19204
19205The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19206printing header information and messages explaining why no modules
19207have been printed.
165f8965
AB
19208
19209@kindex info module
19210@cindex Fortran modules, information about
19211@cindex functions and variables by Fortran module
19212@cindex module functions and variables
19213@item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19214@itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19215List all functions or variables within all Fortran modules. The set
19216of functions or variables listed can be limited by providing some or
19217all of the optional regular expressions. If @var{module-regexp} is
19218provided, then only Fortran modules matching @var{module-regexp} will
19219be searched. Only functions or variables whose type matches the
19220optional regular expression @var{type-regexp} will be listed. And
19221only functions or variables whose name matches the optional regular
19222expression @var{regexp} will be listed.
19223
19224The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19225printing header information and messages explaining why no functions
19226or variables have been printed.
59c35742 19227
b37303ee 19228@kindex info classes
721c2651 19229@cindex Objective-C, classes and selectors
b37303ee
AF
19230@item info classes
19231@itemx info classes @var{regexp}
19232Display all Objective-C classes in your program, or
19233(with the @var{regexp} argument) all those matching a particular regular
19234expression.
19235
19236@kindex info selectors
19237@item info selectors
19238@itemx info selectors @var{regexp}
19239Display all Objective-C selectors in your program, or
19240(with the @var{regexp} argument) all those matching a particular regular
19241expression.
19242
c906108c
SS
19243@ignore
19244This was never implemented.
19245@kindex info methods
19246@item info methods
19247@itemx info methods @var{regexp}
19248The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
19249methods within C@t{++} program, or (with the @var{regexp} argument) a
19250specific set of methods found in the various C@t{++} classes. Many
19251C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
19252from the @code{ptype} command can be overwhelming and hard to use. The
19253@code{info-methods} command filters the methods, printing only those
19254which match the regular-expression @var{regexp}.
19255@end ignore
19256
9c16f35a 19257@cindex opaque data types
c906108c
SS
19258@kindex set opaque-type-resolution
19259@item set opaque-type-resolution on
19260Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19261declared as a pointer to a @code{struct}, @code{class}, or
19262@code{union}---for example, @code{struct MyType *}---that is used in one
19263source file although the full declaration of @code{struct MyType} is in
19264another source file. The default is on.
19265
19266A change in the setting of this subcommand will not take effect until
19267the next time symbols for a file are loaded.
19268
19269@item set opaque-type-resolution off
19270Tell @value{GDBN} not to resolve opaque types. In this case, the type
19271is printed as follows:
19272@smallexample
19273@{<no data fields>@}
19274@end smallexample
19275
19276@kindex show opaque-type-resolution
19277@item show opaque-type-resolution
19278Show whether opaque types are resolved or not.
c906108c 19279
770e7fc7
DE
19280@kindex set print symbol-loading
19281@cindex print messages when symbols are loaded
19282@item set print symbol-loading
19283@itemx set print symbol-loading full
19284@itemx set print symbol-loading brief
19285@itemx set print symbol-loading off
19286The @code{set print symbol-loading} command allows you to control the
19287printing of messages when @value{GDBN} loads symbol information.
19288By default a message is printed for the executable and one for each
19289shared library, and normally this is what you want. However, when
19290debugging apps with large numbers of shared libraries these messages
19291can be annoying.
19292When set to @code{brief} a message is printed for each executable,
19293and when @value{GDBN} loads a collection of shared libraries at once
19294it will only print one message regardless of the number of shared
19295libraries. When set to @code{off} no messages are printed.
19296
19297@kindex show print symbol-loading
19298@item show print symbol-loading
19299Show whether messages will be printed when a @value{GDBN} command
19300entered from the keyboard causes symbol information to be loaded.
19301
c906108c
SS
19302@kindex maint print symbols
19303@cindex symbol dump
19304@kindex maint print psymbols
19305@cindex partial symbol dump
7c57fa1e
YQ
19306@kindex maint print msymbols
19307@cindex minimal symbol dump
34c41c68
DE
19308@item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19309@itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19310@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19311@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19312@itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19313Write a dump of debugging symbol data into the file @var{filename} or
19314the terminal if @var{filename} is unspecified.
19315If @code{-objfile @var{objfile}} is specified, only dump symbols for
19316that objfile.
19317If @code{-pc @var{address}} is specified, only dump symbols for the file
19318with code at that address. Note that @var{address} may be a symbol like
19319@code{main}.
19320If @code{-source @var{source}} is specified, only dump symbols for that
19321source file.
19322
19323These commands are used to debug the @value{GDBN} symbol-reading code.
19324These commands do not modify internal @value{GDBN} state, therefore
19325@samp{maint print symbols} will only print symbols for already expanded symbol
19326tables.
19327You can use the command @code{info sources} to find out which files these are.
19328If you use @samp{maint print psymbols} instead, the dump shows information
19329about symbols that @value{GDBN} only knows partially---that is, symbols
19330defined in files that @value{GDBN} has skimmed, but not yet read completely.
19331Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19332``ELF symbols''.
19333
79a6e687 19334@xref{Files, ,Commands to Specify Files}, for a discussion of how
c906108c 19335@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 19336
5e7b2f39
JB
19337@kindex maint info symtabs
19338@kindex maint info psymtabs
44ea7b70
JB
19339@cindex listing @value{GDBN}'s internal symbol tables
19340@cindex symbol tables, listing @value{GDBN}'s internal
19341@cindex full symbol tables, listing @value{GDBN}'s internal
19342@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
19343@item maint info symtabs @r{[} @var{regexp} @r{]}
19344@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
19345
19346List the @code{struct symtab} or @code{struct partial_symtab}
19347structures whose names match @var{regexp}. If @var{regexp} is not
19348given, list them all. The output includes expressions which you can
19349copy into a @value{GDBN} debugging this one to examine a particular
19350structure in more detail. For example:
19351
19352@smallexample
5e7b2f39 19353(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
19354@{ objfile /home/gnu/build/gdb/gdb
19355 ((struct objfile *) 0x82e69d0)
b383017d 19356 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
19357 ((struct partial_symtab *) 0x8474b10)
19358 readin no
19359 fullname (null)
19360 text addresses 0x814d3c8 -- 0x8158074
19361 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19362 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19363 dependencies (none)
19364 @}
19365@}
5e7b2f39 19366(@value{GDBP}) maint info symtabs
44ea7b70
JB
19367(@value{GDBP})
19368@end smallexample
19369@noindent
19370We see that there is one partial symbol table whose filename contains
19371the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19372and we see that @value{GDBN} has not read in any symtabs yet at all.
19373If we set a breakpoint on a function, that will cause @value{GDBN} to
19374read the symtab for the compilation unit containing that function:
19375
19376@smallexample
19377(@value{GDBP}) break dwarf2_psymtab_to_symtab
19378Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19379line 1574.
5e7b2f39 19380(@value{GDBP}) maint info symtabs
b383017d 19381@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 19382 ((struct objfile *) 0x82e69d0)
b383017d 19383 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
19384 ((struct symtab *) 0x86c1f38)
19385 dirname (null)
19386 fullname (null)
19387 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
1b39d5c0 19388 linetable ((struct linetable *) 0x8370fa0)
44ea7b70
JB
19389 debugformat DWARF 2
19390 @}
19391@}
b383017d 19392(@value{GDBP})
44ea7b70 19393@end smallexample
44ea7b70 19394
f2403c39
AB
19395@kindex maint info line-table
19396@cindex listing @value{GDBN}'s internal line tables
19397@cindex line tables, listing @value{GDBN}'s internal
19398@item maint info line-table @r{[} @var{regexp} @r{]}
19399
19400List the @code{struct linetable} from all @code{struct symtab}
19401instances whose name matches @var{regexp}. If @var{regexp} is not
19402given, list the @code{struct linetable} from all @code{struct symtab}.
19403
f57d2163
DE
19404@kindex maint set symbol-cache-size
19405@cindex symbol cache size
19406@item maint set symbol-cache-size @var{size}
19407Set the size of the symbol cache to @var{size}.
19408The default size is intended to be good enough for debugging
19409most applications. This option exists to allow for experimenting
19410with different sizes.
19411
19412@kindex maint show symbol-cache-size
19413@item maint show symbol-cache-size
19414Show the size of the symbol cache.
19415
19416@kindex maint print symbol-cache
19417@cindex symbol cache, printing its contents
19418@item maint print symbol-cache
19419Print the contents of the symbol cache.
19420This is useful when debugging symbol cache issues.
19421
19422@kindex maint print symbol-cache-statistics
19423@cindex symbol cache, printing usage statistics
19424@item maint print symbol-cache-statistics
19425Print symbol cache usage statistics.
19426This helps determine how well the cache is being utilized.
19427
50a5f187 19428@kindex maint flush symbol-cache
f57d2163
DE
19429@kindex maint flush-symbol-cache
19430@cindex symbol cache, flushing
50a5f187
AB
19431@item maint flush symbol-cache
19432@itemx maint flush-symbol-cache
19433Flush the contents of the symbol cache, all entries are removed. This
19434command is useful when debugging the symbol cache. It is also useful
19435when collecting performance data. The command @code{maint
19436flush-symbol-cache} is deprecated in favor of @code{maint flush
19437symbol-cache}..
f57d2163
DE
19438
19439@end table
6a3ca067 19440
6d2ebf8b 19441@node Altering
c906108c
SS
19442@chapter Altering Execution
19443
19444Once you think you have found an error in your program, you might want to
19445find out for certain whether correcting the apparent error would lead to
19446correct results in the rest of the run. You can find the answer by
19447experiment, using the @value{GDBN} features for altering execution of the
19448program.
19449
19450For example, you can store new values into variables or memory
7a292a7a
SS
19451locations, give your program a signal, restart it at a different
19452address, or even return prematurely from a function.
c906108c
SS
19453
19454@menu
19455* Assignment:: Assignment to variables
19456* Jumping:: Continuing at a different address
c906108c 19457* Signaling:: Giving your program a signal
c906108c
SS
19458* Returning:: Returning from a function
19459* Calling:: Calling your program's functions
19460* Patching:: Patching your program
bb2ec1b3 19461* Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
c906108c
SS
19462@end menu
19463
6d2ebf8b 19464@node Assignment
79a6e687 19465@section Assignment to Variables
c906108c
SS
19466
19467@cindex assignment
19468@cindex setting variables
19469To alter the value of a variable, evaluate an assignment expression.
19470@xref{Expressions, ,Expressions}. For example,
19471
474c8240 19472@smallexample
c906108c 19473print x=4
474c8240 19474@end smallexample
c906108c
SS
19475
19476@noindent
19477stores the value 4 into the variable @code{x}, and then prints the
5d161b24 19478value of the assignment expression (which is 4).
c906108c
SS
19479@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19480information on operators in supported languages.
c906108c
SS
19481
19482@kindex set variable
19483@cindex variables, setting
19484If you are not interested in seeing the value of the assignment, use the
19485@code{set} command instead of the @code{print} command. @code{set} is
19486really the same as @code{print} except that the expression's value is
19487not printed and is not put in the value history (@pxref{Value History,
79a6e687 19488,Value History}). The expression is evaluated only for its effects.
c906108c 19489
c906108c
SS
19490If the beginning of the argument string of the @code{set} command
19491appears identical to a @code{set} subcommand, use the @code{set
19492variable} command instead of just @code{set}. This command is identical
19493to @code{set} except for its lack of subcommands. For example, if your
19494program has a variable @code{width}, you get an error if you try to set
19495a new value with just @samp{set width=13}, because @value{GDBN} has the
19496command @code{set width}:
19497
474c8240 19498@smallexample
c906108c
SS
19499(@value{GDBP}) whatis width
19500type = double
19501(@value{GDBP}) p width
19502$4 = 13
19503(@value{GDBP}) set width=47
19504Invalid syntax in expression.
474c8240 19505@end smallexample
c906108c
SS
19506
19507@noindent
19508The invalid expression, of course, is @samp{=47}. In
19509order to actually set the program's variable @code{width}, use
19510
474c8240 19511@smallexample
c906108c 19512(@value{GDBP}) set var width=47
474c8240 19513@end smallexample
53a5351d 19514
c906108c
SS
19515Because the @code{set} command has many subcommands that can conflict
19516with the names of program variables, it is a good idea to use the
19517@code{set variable} command instead of just @code{set}. For example, if
19518your program has a variable @code{g}, you run into problems if you try
19519to set a new value with just @samp{set g=4}, because @value{GDBN} has
19520the command @code{set gnutarget}, abbreviated @code{set g}:
19521
474c8240 19522@smallexample
c906108c
SS
19523@group
19524(@value{GDBP}) whatis g
19525type = double
19526(@value{GDBP}) p g
19527$1 = 1
19528(@value{GDBP}) set g=4
2df3850c 19529(@value{GDBP}) p g
c906108c
SS
19530$2 = 1
19531(@value{GDBP}) r
19532The program being debugged has been started already.
19533Start it from the beginning? (y or n) y
19534Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
19535"/home/smith/cc_progs/a.out": can't open to read symbols:
19536 Invalid bfd target.
c906108c
SS
19537(@value{GDBP}) show g
19538The current BFD target is "=4".
19539@end group
474c8240 19540@end smallexample
c906108c
SS
19541
19542@noindent
19543The program variable @code{g} did not change, and you silently set the
19544@code{gnutarget} to an invalid value. In order to set the variable
19545@code{g}, use
19546
474c8240 19547@smallexample
c906108c 19548(@value{GDBP}) set var g=4
474c8240 19549@end smallexample
c906108c
SS
19550
19551@value{GDBN} allows more implicit conversions in assignments than C; you can
19552freely store an integer value into a pointer variable or vice versa,
19553and you can convert any structure to any other structure that is the
19554same length or shorter.
19555@comment FIXME: how do structs align/pad in these conversions?
19556@comment /doc@cygnus.com 18dec1990
19557
19558To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19559construct to generate a value of specified type at a specified address
19560(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19561to memory location @code{0x83040} as an integer (which implies a certain size
19562and representation in memory), and
19563
474c8240 19564@smallexample
c906108c 19565set @{int@}0x83040 = 4
474c8240 19566@end smallexample
c906108c
SS
19567
19568@noindent
19569stores the value 4 into that memory location.
19570
6d2ebf8b 19571@node Jumping
79a6e687 19572@section Continuing at a Different Address
c906108c
SS
19573
19574Ordinarily, when you continue your program, you do so at the place where
19575it stopped, with the @code{continue} command. You can instead continue at
19576an address of your own choosing, with the following commands:
19577
19578@table @code
19579@kindex jump
c1d780c2 19580@kindex j @r{(@code{jump})}
629500fa 19581@item jump @var{location}
c1d780c2 19582@itemx j @var{location}
629500fa
KS
19583Resume execution at @var{location}. Execution stops again immediately
19584if there is a breakpoint there. @xref{Specify Location}, for a description
19585of the different forms of @var{location}. It is common
2a25a5ba
EZ
19586practice to use the @code{tbreak} command in conjunction with
19587@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
c906108c
SS
19588
19589The @code{jump} command does not change the current stack frame, or
19590the stack pointer, or the contents of any memory location or any
629500fa 19591register other than the program counter. If @var{location} is in
c906108c
SS
19592a different function from the one currently executing, the results may
19593be bizarre if the two functions expect different patterns of arguments or
19594of local variables. For this reason, the @code{jump} command requests
19595confirmation if the specified line is not in the function currently
19596executing. However, even bizarre results are predictable if you are
19597well acquainted with the machine-language code of your program.
c906108c
SS
19598@end table
19599
53a5351d
JM
19600On many systems, you can get much the same effect as the @code{jump}
19601command by storing a new value into the register @code{$pc}. The
19602difference is that this does not start your program running; it only
19603changes the address of where it @emph{will} run when you continue. For
19604example,
c906108c 19605
474c8240 19606@smallexample
c906108c 19607set $pc = 0x485
474c8240 19608@end smallexample
c906108c
SS
19609
19610@noindent
19611makes the next @code{continue} command or stepping command execute at
19612address @code{0x485}, rather than at the address where your program stopped.
79a6e687 19613@xref{Continuing and Stepping, ,Continuing and Stepping}.
c906108c
SS
19614
19615The most common occasion to use the @code{jump} command is to back
19616up---perhaps with more breakpoints set---over a portion of a program
19617that has already executed, in order to examine its execution in more
19618detail.
19619
c906108c 19620@c @group
6d2ebf8b 19621@node Signaling
79a6e687 19622@section Giving your Program a Signal
9c16f35a 19623@cindex deliver a signal to a program
c906108c
SS
19624
19625@table @code
19626@kindex signal
19627@item signal @var{signal}
70509625 19628Resume execution where your program is stopped, but immediately give it the
697aa1b7 19629signal @var{signal}. The @var{signal} can be the name or the number of a
c906108c
SS
19630signal. For example, on many systems @code{signal 2} and @code{signal
19631SIGINT} are both ways of sending an interrupt signal.
19632
19633Alternatively, if @var{signal} is zero, continue execution without
19634giving a signal. This is useful when your program stopped on account of
ae606bee 19635a signal and would ordinarily see the signal when resumed with the
c906108c
SS
19636@code{continue} command; @samp{signal 0} causes it to resume without a
19637signal.
19638
70509625
PA
19639@emph{Note:} When resuming a multi-threaded program, @var{signal} is
19640delivered to the currently selected thread, not the thread that last
19641reported a stop. This includes the situation where a thread was
19642stopped due to a signal. So if you want to continue execution
19643suppressing the signal that stopped a thread, you should select that
19644same thread before issuing the @samp{signal 0} command. If you issue
19645the @samp{signal 0} command with another thread as the selected one,
19646@value{GDBN} detects that and asks for confirmation.
19647
c906108c
SS
19648Invoking the @code{signal} command is not the same as invoking the
19649@code{kill} utility from the shell. Sending a signal with @code{kill}
19650causes @value{GDBN} to decide what to do with the signal depending on
19651the signal handling tables (@pxref{Signals}). The @code{signal} command
19652passes the signal directly to your program.
19653
81219e53
DE
19654@code{signal} does not repeat when you press @key{RET} a second time
19655after executing the command.
19656
19657@kindex queue-signal
19658@item queue-signal @var{signal}
19659Queue @var{signal} to be delivered immediately to the current thread
19660when execution of the thread resumes. The @var{signal} can be the name or
19661the number of a signal. For example, on many systems @code{signal 2} and
19662@code{signal SIGINT} are both ways of sending an interrupt signal.
19663The handling of the signal must be set to pass the signal to the program,
19664otherwise @value{GDBN} will report an error.
19665You can control the handling of signals from @value{GDBN} with the
19666@code{handle} command (@pxref{Signals}).
19667
19668Alternatively, if @var{signal} is zero, any currently queued signal
19669for the current thread is discarded and when execution resumes no signal
19670will be delivered. This is useful when your program stopped on account
19671of a signal and would ordinarily see the signal when resumed with the
19672@code{continue} command.
19673
19674This command differs from the @code{signal} command in that the signal
19675is just queued, execution is not resumed. And @code{queue-signal} cannot
19676be used to pass a signal whose handling state has been set to @code{nopass}
19677(@pxref{Signals}).
19678@end table
19679@c @end group
c906108c 19680
e5f8a7cc
PA
19681@xref{stepping into signal handlers}, for information on how stepping
19682commands behave when the thread has a signal queued.
19683
6d2ebf8b 19684@node Returning
79a6e687 19685@section Returning from a Function
c906108c
SS
19686
19687@table @code
19688@cindex returning from a function
19689@kindex return
19690@item return
19691@itemx return @var{expression}
19692You can cancel execution of a function call with the @code{return}
19693command. If you give an
19694@var{expression} argument, its value is used as the function's return
19695value.
19696@end table
19697
19698When you use @code{return}, @value{GDBN} discards the selected stack frame
19699(and all frames within it). You can think of this as making the
19700discarded frame return prematurely. If you wish to specify a value to
19701be returned, give that value as the argument to @code{return}.
19702
19703This pops the selected stack frame (@pxref{Selection, ,Selecting a
79a6e687 19704Frame}), and any other frames inside of it, leaving its caller as the
c906108c
SS
19705innermost remaining frame. That frame becomes selected. The
19706specified value is stored in the registers used for returning values
19707of functions.
19708
19709The @code{return} command does not resume execution; it leaves the
19710program stopped in the state that would exist if the function had just
19711returned. In contrast, the @code{finish} command (@pxref{Continuing
79a6e687 19712and Stepping, ,Continuing and Stepping}) resumes execution until the
c906108c
SS
19713selected stack frame returns naturally.
19714
61ff14c6
JK
19715@value{GDBN} needs to know how the @var{expression} argument should be set for
19716the inferior. The concrete registers assignment depends on the OS ABI and the
19717type being returned by the selected stack frame. For example it is common for
19718OS ABI to return floating point values in FPU registers while integer values in
19719CPU registers. Still some ABIs return even floating point values in CPU
19720registers. Larger integer widths (such as @code{long long int}) also have
19721specific placement rules. @value{GDBN} already knows the OS ABI from its
19722current target so it needs to find out also the type being returned to make the
19723assignment into the right register(s).
19724
19725Normally, the selected stack frame has debug info. @value{GDBN} will always
19726use the debug info instead of the implicit type of @var{expression} when the
19727debug info is available. For example, if you type @kbd{return -1}, and the
19728function in the current stack frame is declared to return a @code{long long
19729int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19730into a @code{long long int}:
19731
19732@smallexample
19733Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1973429 return 31;
19735(@value{GDBP}) return -1
19736Make func return now? (y or n) y
19737#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1973843 printf ("result=%lld\n", func ());
19739(@value{GDBP})
19740@end smallexample
19741
19742However, if the selected stack frame does not have a debug info, e.g., if the
19743function was compiled without debug info, @value{GDBN} has to find out the type
19744to return from user. Specifying a different type by mistake may set the value
19745in different inferior registers than the caller code expects. For example,
19746typing @kbd{return -1} with its implicit type @code{int} would set only a part
19747of a @code{long long int} result for a debug info less function (on 32-bit
19748architectures). Therefore the user is required to specify the return type by
19749an appropriate cast explicitly:
19750
19751@smallexample
19752Breakpoint 2, 0x0040050b in func ()
19753(@value{GDBP}) return -1
19754Return value type not available for selected stack frame.
19755Please use an explicit cast of the value to return.
19756(@value{GDBP}) return (long long int) -1
19757Make selected stack frame return now? (y or n) y
19758#0 0x00400526 in main ()
19759(@value{GDBP})
19760@end smallexample
19761
6d2ebf8b 19762@node Calling
79a6e687 19763@section Calling Program Functions
c906108c 19764
f8568604 19765@table @code
c906108c 19766@cindex calling functions
f8568604
EZ
19767@cindex inferior functions, calling
19768@item print @var{expr}
d3e8051b 19769Evaluate the expression @var{expr} and display the resulting value.
697aa1b7 19770The expression may include calls to functions in the program being
f8568604
EZ
19771debugged.
19772
c906108c 19773@kindex call
c906108c
SS
19774@item call @var{expr}
19775Evaluate the expression @var{expr} without displaying @code{void}
19776returned values.
c906108c
SS
19777
19778You can use this variant of the @code{print} command if you want to
f8568604
EZ
19779execute a function from your program that does not return anything
19780(a.k.a.@: @dfn{a void function}), but without cluttering the output
19781with @code{void} returned values that @value{GDBN} will otherwise
19782print. If the result is not void, it is printed and saved in the
19783value history.
19784@end table
19785
9c16f35a
EZ
19786It is possible for the function you call via the @code{print} or
19787@code{call} command to generate a signal (e.g., if there's a bug in
19788the function, or if you passed it incorrect arguments). What happens
19789in that case is controlled by the @code{set unwindonsignal} command.
19790
7cd1089b
PM
19791Similarly, with a C@t{++} program it is possible for the function you
19792call via the @code{print} or @code{call} command to generate an
19793exception that is not handled due to the constraints of the dummy
19794frame. In this case, any exception that is raised in the frame, but has
19795an out-of-frame exception handler will not be found. GDB builds a
19796dummy-frame for the inferior function call, and the unwinder cannot
19797seek for exception handlers outside of this dummy-frame. What happens
19798in that case is controlled by the
19799@code{set unwind-on-terminating-exception} command.
19800
9c16f35a
EZ
19801@table @code
19802@item set unwindonsignal
19803@kindex set unwindonsignal
19804@cindex unwind stack in called functions
19805@cindex call dummy stack unwinding
19806Set unwinding of the stack if a signal is received while in a function
19807that @value{GDBN} called in the program being debugged. If set to on,
19808@value{GDBN} unwinds the stack it created for the call and restores
19809the context to what it was before the call. If set to off (the
19810default), @value{GDBN} stops in the frame where the signal was
19811received.
19812
19813@item show unwindonsignal
19814@kindex show unwindonsignal
19815Show the current setting of stack unwinding in the functions called by
19816@value{GDBN}.
7cd1089b
PM
19817
19818@item set unwind-on-terminating-exception
19819@kindex set unwind-on-terminating-exception
19820@cindex unwind stack in called functions with unhandled exceptions
19821@cindex call dummy stack unwinding on unhandled exception.
19822Set unwinding of the stack if a C@t{++} exception is raised, but left
19823unhandled while in a function that @value{GDBN} called in the program being
19824debugged. If set to on (the default), @value{GDBN} unwinds the stack
19825it created for the call and restores the context to what it was before
19826the call. If set to off, @value{GDBN} the exception is delivered to
19827the default C@t{++} exception handler and the inferior terminated.
19828
19829@item show unwind-on-terminating-exception
19830@kindex show unwind-on-terminating-exception
19831Show the current setting of stack unwinding in the functions called by
19832@value{GDBN}.
19833
136afab8
PW
19834@item set may-call-functions
19835@kindex set may-call-functions
19836@cindex disabling calling functions in the program
19837@cindex calling functions in the program, disabling
19838Set permission to call functions in the program.
19839This controls whether @value{GDBN} will attempt to call functions in
19840the program, such as with expressions in the @code{print} command. It
19841defaults to @code{on}.
19842
19843To call a function in the program, @value{GDBN} has to temporarily
19844modify the state of the inferior. This has potentially undesired side
19845effects. Also, having @value{GDBN} call nested functions is likely to
19846be erroneous and may even crash the program being debugged. You can
19847avoid such hazards by forbidding @value{GDBN} from calling functions
19848in the program being debugged. If calling functions in the program
19849is forbidden, GDB will throw an error when a command (such as printing
19850an expression) starts a function call in the program.
19851
19852@item show may-call-functions
19853@kindex show may-call-functions
19854Show permission to call functions in the program.
19855
9c16f35a
EZ
19856@end table
19857
d69cf9b2
PA
19858@subsection Calling functions with no debug info
19859
19860@cindex no debug info functions
19861Sometimes, a function you wish to call is missing debug information.
19862In such case, @value{GDBN} does not know the type of the function,
19863including the types of the function's parameters. To avoid calling
19864the inferior function incorrectly, which could result in the called
19865function functioning erroneously and even crash, @value{GDBN} refuses
19866to call the function unless you tell it the type of the function.
19867
19868For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
19869to do that. The simplest is to cast the call to the function's
19870declared return type. For example:
19871
19872@smallexample
19873(@value{GDBP}) p getenv ("PATH")
19874'getenv' has unknown return type; cast the call to its declared return type
19875(@value{GDBP}) p (char *) getenv ("PATH")
19876$1 = 0x7fffffffe7ba "/usr/local/bin:/"...
19877@end smallexample
19878
19879Casting the return type of a no-debug function is equivalent to
19880casting the function to a pointer to a prototyped function that has a
19881prototype that matches the types of the passed-in arguments, and
19882calling that. I.e., the call above is equivalent to:
19883
19884@smallexample
19885(@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
19886@end smallexample
19887
19888@noindent
19889and given this prototyped C or C++ function with float parameters:
19890
19891@smallexample
19892float multiply (float v1, float v2) @{ return v1 * v2; @}
19893@end smallexample
19894
19895@noindent
19896these calls are equivalent:
19897
19898@smallexample
19899(@value{GDBP}) p (float) multiply (2.0f, 3.0f)
19900(@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
19901@end smallexample
19902
19903If the function you wish to call is declared as unprototyped (i.e.@:
19904old K&R style), you must use the cast-to-function-pointer syntax, so
19905that @value{GDBN} knows that it needs to apply default argument
19906promotions (promote float arguments to double). @xref{ABI, float
19907promotion}. For example, given this unprototyped C function with
19908float parameters, and no debug info:
19909
19910@smallexample
19911float
19912multiply_noproto (v1, v2)
19913 float v1, v2;
19914@{
19915 return v1 * v2;
19916@}
19917@end smallexample
19918
19919@noindent
19920you call it like this:
19921
19922@smallexample
19923 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
19924@end smallexample
c906108c 19925
6d2ebf8b 19926@node Patching
79a6e687 19927@section Patching Programs
7a292a7a 19928
c906108c
SS
19929@cindex patching binaries
19930@cindex writing into executables
c906108c 19931@cindex writing into corefiles
c906108c 19932
7a292a7a
SS
19933By default, @value{GDBN} opens the file containing your program's
19934executable code (or the corefile) read-only. This prevents accidental
19935alterations to machine code; but it also prevents you from intentionally
19936patching your program's binary.
c906108c
SS
19937
19938If you'd like to be able to patch the binary, you can specify that
19939explicitly with the @code{set write} command. For example, you might
19940want to turn on internal debugging flags, or even to make emergency
19941repairs.
19942
19943@table @code
19944@kindex set write
19945@item set write on
19946@itemx set write off
7a292a7a 19947If you specify @samp{set write on}, @value{GDBN} opens executable and
20924a55 19948core files for both reading and writing; if you specify @kbd{set write
c906108c
SS
19949off} (the default), @value{GDBN} opens them read-only.
19950
19951If you have already loaded a file, you must load it again (using the
7a292a7a
SS
19952@code{exec-file} or @code{core-file} command) after changing @code{set
19953write}, for your new setting to take effect.
c906108c
SS
19954
19955@item show write
19956@kindex show write
7a292a7a
SS
19957Display whether executable files and core files are opened for writing
19958as well as reading.
c906108c
SS
19959@end table
19960
bb2ec1b3
TT
19961@node Compiling and Injecting Code
19962@section Compiling and injecting code in @value{GDBN}
19963@cindex injecting code
19964@cindex writing into executables
19965@cindex compiling code
19966
19967@value{GDBN} supports on-demand compilation and code injection into
19968programs running under @value{GDBN}. GCC 5.0 or higher built with
19969@file{libcc1.so} must be installed for this functionality to be enabled.
19970This functionality is implemented with the following commands.
19971
19972@table @code
19973@kindex compile code
19974@item compile code @var{source-code}
19975@itemx compile code -raw @var{--} @var{source-code}
19976Compile @var{source-code} with the compiler language found as the current
19977language in @value{GDBN} (@pxref{Languages}). If compilation and
19978injection is not supported with the current language specified in
19979@value{GDBN}, or the compiler does not support this feature, an error
19980message will be printed. If @var{source-code} compiles and links
19981successfully, @value{GDBN} will load the object-code emitted,
19982and execute it within the context of the currently selected inferior.
19983It is important to note that the compiled code is executed immediately.
19984After execution, the compiled code is removed from @value{GDBN} and any
19985new types or variables you have defined will be deleted.
19986
19987The command allows you to specify @var{source-code} in two ways.
19988The simplest method is to provide a single line of code to the command.
19989E.g.:
19990
19991@smallexample
19992compile code printf ("hello world\n");
19993@end smallexample
19994
19995If you specify options on the command line as well as source code, they
19996may conflict. The @samp{--} delimiter can be used to separate options
19997from actual source code. E.g.:
19998
19999@smallexample
20000compile code -r -- printf ("hello world\n");
20001@end smallexample
20002
20003Alternatively you can enter source code as multiple lines of text. To
20004enter this mode, invoke the @samp{compile code} command without any text
20005following the command. This will start the multiple-line editor and
20006allow you to type as many lines of source code as required. When you
20007have completed typing, enter @samp{end} on its own line to exit the
20008editor.
20009
20010@smallexample
20011compile code
20012>printf ("hello\n");
20013>printf ("world\n");
20014>end
20015@end smallexample
20016
20017Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
20018provided @var{source-code} in a callable scope. In this case, you must
20019specify the entry point of the code by defining a function named
20020@code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
20021inferior. Using @samp{-raw} option may be needed for example when
20022@var{source-code} requires @samp{#include} lines which may conflict with
20023inferior symbols otherwise.
20024
20025@kindex compile file
20026@item compile file @var{filename}
20027@itemx compile file -raw @var{filename}
20028Like @code{compile code}, but take the source code from @var{filename}.
20029
20030@smallexample
20031compile file /home/user/example.c
20032@end smallexample
20033@end table
20034
36de76f9 20035@table @code
3345721a
PA
20036@item compile print [[@var{options}] --] @var{expr}
20037@itemx compile print [[@var{options}] --] /@var{f} @var{expr}
36de76f9
JK
20038Compile and execute @var{expr} with the compiler language found as the
20039current language in @value{GDBN} (@pxref{Languages}). By default the
20040value of @var{expr} is printed in a format appropriate to its data type;
20041you can choose a different format by specifying @samp{/@var{f}}, where
20042@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
3345721a
PA
20043Formats}. The @code{compile print} command accepts the same options
20044as the @code{print} command; see @ref{print options}.
36de76f9 20045
3345721a
PA
20046@item compile print [[@var{options}] --]
20047@itemx compile print [[@var{options}] --] /@var{f}
36de76f9
JK
20048@cindex reprint the last value
20049Alternatively you can enter the expression (source code producing it) as
20050multiple lines of text. To enter this mode, invoke the @samp{compile print}
20051command without any text following the command. This will start the
20052multiple-line editor.
20053@end table
20054
e7a8570f
JK
20055@noindent
20056The process of compiling and injecting the code can be inspected using:
20057
20058@table @code
20059@anchor{set debug compile}
20060@item set debug compile
20061@cindex compile command debugging info
20062Turns on or off display of @value{GDBN} process of compiling and
20063injecting the code. The default is off.
20064
20065@item show debug compile
20066Displays the current state of displaying @value{GDBN} process of
20067compiling and injecting the code.
078a0207
KS
20068
20069@anchor{set debug compile-cplus-types}
20070@item set debug compile-cplus-types
20071@cindex compile C@t{++} type conversion
20072Turns on or off the display of C@t{++} type conversion debugging information.
20073The default is off.
20074
20075@item show debug compile-cplus-types
20076Displays the current state of displaying debugging information for
20077C@t{++} type conversion.
e7a8570f
JK
20078@end table
20079
20080@subsection Compilation options for the @code{compile} command
20081
20082@value{GDBN} needs to specify the right compilation options for the code
20083to be injected, in part to make its ABI compatible with the inferior
20084and in part to make the injected code compatible with @value{GDBN}'s
20085injecting process.
20086
20087@noindent
20088The options used, in increasing precedence:
20089
20090@table @asis
20091@item target architecture and OS options (@code{gdbarch})
20092These options depend on target processor type and target operating
20093system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
20094(@code{-m64}) compilation option.
20095
20096@item compilation options recorded in the target
20097@value{NGCC} (since version 4.7) stores the options used for compilation
20098into @code{DW_AT_producer} part of DWARF debugging information according
20099to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
20100explicitly specify @code{-g} during inferior compilation otherwise
20101@value{NGCC} produces no DWARF. This feature is only relevant for
20102platforms where @code{-g} produces DWARF by default, otherwise one may
20103try to enforce DWARF by using @code{-gdwarf-4}.
20104
20105@item compilation options set by @code{set compile-args}
20106@end table
20107
20108@noindent
20109You can override compilation options using the following command:
20110
20111@table @code
20112@item set compile-args
20113@cindex compile command options override
20114Set compilation options used for compiling and injecting code with the
20115@code{compile} commands. These options override any conflicting ones
20116from the target architecture and/or options stored during inferior
20117compilation.
20118
20119@item show compile-args
20120Displays the current state of compilation options override.
20121This does not show all the options actually used during compilation,
20122use @ref{set debug compile} for that.
20123@end table
20124
bb2ec1b3
TT
20125@subsection Caveats when using the @code{compile} command
20126
20127There are a few caveats to keep in mind when using the @code{compile}
20128command. As the caveats are different per language, the table below
20129highlights specific issues on a per language basis.
20130
20131@table @asis
20132@item C code examples and caveats
20133When the language in @value{GDBN} is set to @samp{C}, the compiler will
20134attempt to compile the source code with a @samp{C} compiler. The source
20135code provided to the @code{compile} command will have much the same
20136access to variables and types as it normally would if it were part of
20137the program currently being debugged in @value{GDBN}.
20138
20139Below is a sample program that forms the basis of the examples that
20140follow. This program has been compiled and loaded into @value{GDBN},
20141much like any other normal debugging session.
20142
20143@smallexample
20144void function1 (void)
20145@{
20146 int i = 42;
20147 printf ("function 1\n");
20148@}
20149
20150void function2 (void)
20151@{
20152 int j = 12;
20153 function1 ();
20154@}
20155
20156int main(void)
20157@{
20158 int k = 6;
20159 int *p;
20160 function2 ();
20161 return 0;
20162@}
20163@end smallexample
20164
20165For the purposes of the examples in this section, the program above has
20166been compiled, loaded into @value{GDBN}, stopped at the function
20167@code{main}, and @value{GDBN} is awaiting input from the user.
20168
20169To access variables and types for any program in @value{GDBN}, the
20170program must be compiled and packaged with debug information. The
20171@code{compile} command is not an exception to this rule. Without debug
20172information, you can still use the @code{compile} command, but you will
20173be very limited in what variables and types you can access.
20174
20175So with that in mind, the example above has been compiled with debug
20176information enabled. The @code{compile} command will have access to
20177all variables and types (except those that may have been optimized
20178out). Currently, as @value{GDBN} has stopped the program in the
20179@code{main} function, the @code{compile} command would have access to
20180the variable @code{k}. You could invoke the @code{compile} command
20181and type some source code to set the value of @code{k}. You can also
20182read it, or do anything with that variable you would normally do in
20183@code{C}. Be aware that changes to inferior variables in the
20184@code{compile} command are persistent. In the following example:
20185
20186@smallexample
20187compile code k = 3;
20188@end smallexample
20189
20190@noindent
20191the variable @code{k} is now 3. It will retain that value until
20192something else in the example program changes it, or another
20193@code{compile} command changes it.
20194
20195Normal scope and access rules apply to source code compiled and
20196injected by the @code{compile} command. In the example, the variables
20197@code{j} and @code{k} are not accessible yet, because the program is
20198currently stopped in the @code{main} function, where these variables
20199are not in scope. Therefore, the following command
20200
20201@smallexample
20202compile code j = 3;
20203@end smallexample
20204
20205@noindent
20206will result in a compilation error message.
20207
20208Once the program is continued, execution will bring these variables in
20209scope, and they will become accessible; then the code you specify via
20210the @code{compile} command will be able to access them.
20211
20212You can create variables and types with the @code{compile} command as
20213part of your source code. Variables and types that are created as part
20214of the @code{compile} command are not visible to the rest of the program for
20215the duration of its run. This example is valid:
20216
20217@smallexample
20218compile code int ff = 5; printf ("ff is %d\n", ff);
20219@end smallexample
20220
20221However, if you were to type the following into @value{GDBN} after that
20222command has completed:
20223
20224@smallexample
20225compile code printf ("ff is %d\n'', ff);
20226@end smallexample
20227
20228@noindent
20229a compiler error would be raised as the variable @code{ff} no longer
20230exists. Object code generated and injected by the @code{compile}
20231command is removed when its execution ends. Caution is advised
20232when assigning to program variables values of variables created by the
20233code submitted to the @code{compile} command. This example is valid:
20234
20235@smallexample
20236compile code int ff = 5; k = ff;
20237@end smallexample
20238
20239The value of the variable @code{ff} is assigned to @code{k}. The variable
20240@code{k} does not require the existence of @code{ff} to maintain the value
20241it has been assigned. However, pointers require particular care in
20242assignment. If the source code compiled with the @code{compile} command
20243changed the address of a pointer in the example program, perhaps to a
20244variable created in the @code{compile} command, that pointer would point
20245to an invalid location when the command exits. The following example
20246would likely cause issues with your debugged program:
20247
20248@smallexample
20249compile code int ff = 5; p = &ff;
20250@end smallexample
20251
20252In this example, @code{p} would point to @code{ff} when the
20253@code{compile} command is executing the source code provided to it.
20254However, as variables in the (example) program persist with their
20255assigned values, the variable @code{p} would point to an invalid
20256location when the command exists. A general rule should be followed
20257in that you should either assign @code{NULL} to any assigned pointers,
20258or restore a valid location to the pointer before the command exits.
20259
20260Similar caution must be exercised with any structs, unions, and typedefs
20261defined in @code{compile} command. Types defined in the @code{compile}
20262command will no longer be available in the next @code{compile} command.
20263Therefore, if you cast a variable to a type defined in the
20264@code{compile} command, care must be taken to ensure that any future
20265need to resolve the type can be achieved.
20266
20267@smallexample
20268(gdb) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20269(gdb) compile code printf ("%d\n", ((struct a *) argv)->a);
20270gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20271Compilation failed.
20272(gdb) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
2027342
20274@end smallexample
20275
20276Variables that have been optimized away by the compiler are not
20277accessible to the code submitted to the @code{compile} command.
20278Access to those variables will generate a compiler error which @value{GDBN}
20279will print to the console.
20280@end table
20281
e7a8570f
JK
20282@subsection Compiler search for the @code{compile} command
20283
6e41ddec
JK
20284@value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20285which may not be obvious for remote targets of different architecture
20286than where @value{GDBN} is running. Environment variable @code{PATH} on
e7a8570f 20287@value{GDBN} host is searched for @value{NGCC} binary matching the
6e41ddec
JK
20288target architecture and operating system. This search can be overriden
20289by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
20290taken from shell that executed @value{GDBN}, it is not the value set by
20291@value{GDBN} command @code{set environment}). @xref{Environment}.
20292
e7a8570f
JK
20293
20294Specifically @code{PATH} is searched for binaries matching regular expression
20295@code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20296debugged. @var{arch} is processor name --- multiarch is supported, so for
20297example both @code{i386} and @code{x86_64} targets look for pattern
20298@code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20299for pattern @code{s390x?}. @var{os} is currently supported only for
20300pattern @code{linux(-gnu)?}.
20301
6e41ddec
JK
20302On Posix hosts the compiler driver @value{GDBN} needs to find also
20303shared library @file{libcc1.so} from the compiler. It is searched in
20304default shared library search path (overridable with usual environment
20305variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
20306compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20307according to the installation of the found compiler --- as possibly
20308specified by the @code{set compile-gcc} command.
20309
20310@table @code
20311@item set compile-gcc
20312@cindex compile command driver filename override
20313Set compilation command used for compiling and injecting code with the
20314@code{compile} commands. If this option is not set (it is set to
20315an empty string), the search described above will occur --- that is the
20316default.
20317
20318@item show compile-gcc
20319Displays the current compile command @value{NGCC} driver filename.
20320If set, it is the main command @command{gcc}, found usually for example
20321under name @file{x86_64-linux-gnu-gcc}.
20322@end table
20323
6d2ebf8b 20324@node GDB Files
c906108c
SS
20325@chapter @value{GDBN} Files
20326
7a292a7a
SS
20327@value{GDBN} needs to know the file name of the program to be debugged,
20328both in order to read its symbol table and in order to start your
20329program. To debug a core dump of a previous run, you must also tell
20330@value{GDBN} the name of the core dump file.
c906108c
SS
20331
20332@menu
20333* Files:: Commands to specify files
2b4bf6af 20334* File Caching:: Information about @value{GDBN}'s file caching
5b5d99cf 20335* Separate Debug Files:: Debugging information in separate files
608e2dbb 20336* MiniDebugInfo:: Debugging information in a special section
9291a0cd 20337* Index Files:: Index files speed up GDB
c906108c 20338* Symbol Errors:: Errors reading symbol files
b14b1491 20339* Data Files:: GDB data files
c906108c
SS
20340@end menu
20341
6d2ebf8b 20342@node Files
79a6e687 20343@section Commands to Specify Files
c906108c 20344
7a292a7a 20345@cindex symbol table
c906108c 20346@cindex core dump file
7a292a7a
SS
20347
20348You may want to specify executable and core dump file names. The usual
20349way to do this is at start-up time, using the arguments to
20350@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20351Out of @value{GDBN}}).
c906108c
SS
20352
20353Occasionally it is necessary to change to a different file during a
397ca115
EZ
20354@value{GDBN} session. Or you may run @value{GDBN} and forget to
20355specify a file you want to use. Or you are debugging a remote target
79a6e687
BW
20356via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20357Program}). In these situations the @value{GDBN} commands to specify
0869d01b 20358new files are useful.
c906108c
SS
20359
20360@table @code
20361@cindex executable file
20362@kindex file
20363@item file @var{filename}
20364Use @var{filename} as the program to be debugged. It is read for its
20365symbols and for the contents of pure memory. It is also the program
20366executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
20367directory and the file is not found in the @value{GDBN} working directory,
20368@value{GDBN} uses the environment variable @code{PATH} as a list of
20369directories to search, just as the shell does when looking for a program
20370to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
20371and your program, using the @code{path} command.
20372
fc8be69e
EZ
20373@cindex unlinked object files
20374@cindex patching object files
20375You can load unlinked object @file{.o} files into @value{GDBN} using
20376the @code{file} command. You will not be able to ``run'' an object
20377file, but you can disassemble functions and inspect variables. Also,
20378if the underlying BFD functionality supports it, you could use
20379@kbd{gdb -write} to patch object files using this technique. Note
20380that @value{GDBN} can neither interpret nor modify relocations in this
20381case, so branches and some initialized variables will appear to go to
20382the wrong place. But this feature is still handy from time to time.
20383
c906108c
SS
20384@item file
20385@code{file} with no argument makes @value{GDBN} discard any information it
20386has on both executable file and the symbol table.
20387
20388@kindex exec-file
20389@item exec-file @r{[} @var{filename} @r{]}
20390Specify that the program to be run (but not the symbol table) is found
20391in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
20392if necessary to locate your program. Omitting @var{filename} means to
20393discard information on the executable file.
20394
20395@kindex symbol-file
d4d429d5 20396@item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
c906108c
SS
20397Read symbol table information from file @var{filename}. @code{PATH} is
20398searched when necessary. Use the @code{file} command to get both symbol
20399table and program to run from the same file.
20400
d4d429d5
PT
20401If an optional @var{offset} is specified, it is added to the start
20402address of each section in the symbol file. This is useful if the
20403program is relocated at runtime, such as the Linux kernel with kASLR
20404enabled.
20405
c906108c
SS
20406@code{symbol-file} with no argument clears out @value{GDBN} information on your
20407program's symbol table.
20408
ae5a43e0
DJ
20409The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20410some breakpoints and auto-display expressions. This is because they may
20411contain pointers to the internal data recording symbols and data types,
20412which are part of the old symbol table data being discarded inside
20413@value{GDBN}.
c906108c
SS
20414
20415@code{symbol-file} does not repeat if you press @key{RET} again after
20416executing it once.
20417
20418When @value{GDBN} is configured for a particular environment, it
20419understands debugging information in whatever format is the standard
20420generated for that environment; you may use either a @sc{gnu} compiler, or
20421other compilers that adhere to the local conventions.
c906108c 20422Best results are usually obtained from @sc{gnu} compilers; for example,
e22ea452 20423using @code{@value{NGCC}} you can generate debugging information for
c906108c 20424optimized code.
c906108c
SS
20425
20426For most kinds of object files, with the exception of old SVR3 systems
20427using COFF, the @code{symbol-file} command does not normally read the
20428symbol table in full right away. Instead, it scans the symbol table
20429quickly to find which source files and which symbols are present. The
20430details are read later, one source file at a time, as they are needed.
20431
20432The purpose of this two-stage reading strategy is to make @value{GDBN}
20433start up faster. For the most part, it is invisible except for
20434occasional pauses while the symbol table details for a particular source
20435file are being read. (The @code{set verbose} command can turn these
20436pauses into messages if desired. @xref{Messages/Warnings, ,Optional
79a6e687 20437Warnings and Messages}.)
c906108c 20438
c906108c
SS
20439We have not implemented the two-stage strategy for COFF yet. When the
20440symbol table is stored in COFF format, @code{symbol-file} reads the
20441symbol table data in full right away. Note that ``stabs-in-COFF''
20442still does the two-stage strategy, since the debug info is actually
20443in stabs format.
20444
20445@kindex readnow
20446@cindex reading symbols immediately
20447@cindex symbols, reading immediately
6ac33a4e
TT
20448@item symbol-file @r{[} -readnow @r{]} @var{filename}
20449@itemx file @r{[} -readnow @r{]} @var{filename}
c906108c
SS
20450You can override the @value{GDBN} two-stage strategy for reading symbol
20451tables by using the @samp{-readnow} option with any of the commands that
20452load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 20453entire symbol table available.
c906108c 20454
97cbe998
SDJ
20455@cindex @code{-readnever}, option for symbol-file command
20456@cindex never read symbols
20457@cindex symbols, never read
20458@item symbol-file @r{[} -readnever @r{]} @var{filename}
20459@itemx file @r{[} -readnever @r{]} @var{filename}
20460You can instruct @value{GDBN} to never read the symbolic information
20461contained in @var{filename} by using the @samp{-readnever} option.
20462@xref{--readnever}.
20463
c906108c
SS
20464@c FIXME: for now no mention of directories, since this seems to be in
20465@c flux. 13mar1992 status is that in theory GDB would look either in
20466@c current dir or in same dir as myprog; but issues like competing
20467@c GDB's, or clutter in system dirs, mean that in practice right now
20468@c only current dir is used. FFish says maybe a special GDB hierarchy
20469@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20470@c files.
20471
c906108c 20472@kindex core-file
09d4efe1 20473@item core-file @r{[}@var{filename}@r{]}
4644b6e3 20474@itemx core
c906108c
SS
20475Specify the whereabouts of a core dump file to be used as the ``contents
20476of memory''. Traditionally, core files contain only some parts of the
20477address space of the process that generated them; @value{GDBN} can access the
20478executable file itself for other parts.
20479
20480@code{core-file} with no argument specifies that no core file is
20481to be used.
20482
20483Note that the core file is ignored when your program is actually running
7a292a7a
SS
20484under @value{GDBN}. So, if you have been running your program and you
20485wish to debug a core file instead, you must kill the subprocess in which
20486the program is running. To do this, use the @code{kill} command
79a6e687 20487(@pxref{Kill Process, ,Killing the Child Process}).
c906108c 20488
c906108c
SS
20489@kindex add-symbol-file
20490@cindex dynamic linking
291f9a96 20491@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
20492The @code{add-symbol-file} command reads additional symbol table
20493information from the file @var{filename}. You would use this command
20494when @var{filename} has been dynamically loaded (by some other means)
ed6dfe51
PT
20495into the program that is running. The @var{textaddress} parameter gives
20496the memory address at which the file's text section has been loaded.
20497You can additionally specify the base address of other sections using
20498an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20499If a section is omitted, @value{GDBN} will use its default addresses
20500as found in @var{filename}. Any @var{address} or @var{textaddress}
20501can be given as an expression.
c906108c 20502
291f9a96
PT
20503If an optional @var{offset} is specified, it is added to the start
20504address of each section, except those for which the address was
20505specified explicitly.
20506
c906108c
SS
20507The symbol table of the file @var{filename} is added to the symbol table
20508originally read with the @code{symbol-file} command. You can use the
96a2c332 20509@code{add-symbol-file} command any number of times; the new symbol data
98297bf6
NB
20510thus read is kept in addition to the old.
20511
20512Changes can be reverted using the command @code{remove-symbol-file}.
c906108c 20513
17d9d558
JB
20514@cindex relocatable object files, reading symbols from
20515@cindex object files, relocatable, reading symbols from
20516@cindex reading symbols from relocatable object files
20517@cindex symbols, reading from relocatable object files
20518@cindex @file{.o} files, reading symbols from
20519Although @var{filename} is typically a shared library file, an
20520executable file, or some other object file which has been fully
20521relocated for loading into a process, you can also load symbolic
20522information from relocatable @file{.o} files, as long as:
20523
20524@itemize @bullet
20525@item
20526the file's symbolic information refers only to linker symbols defined in
20527that file, not to symbols defined by other object files,
20528@item
20529every section the file's symbolic information refers to has actually
20530been loaded into the inferior, as it appears in the file, and
20531@item
20532you can determine the address at which every section was loaded, and
20533provide these to the @code{add-symbol-file} command.
20534@end itemize
20535
20536@noindent
20537Some embedded operating systems, like Sun Chorus and VxWorks, can load
20538relocatable files into an already running program; such systems
20539typically make the requirements above easy to meet. However, it's
20540important to recognize that many native systems use complex link
49efadf5 20541procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
20542assembly, for example) that make the requirements difficult to meet. In
20543general, one cannot assume that using @code{add-symbol-file} to read a
20544relocatable object file's symbolic information will have the same effect
20545as linking the relocatable object file into the program in the normal
20546way.
20547
c906108c
SS
20548@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20549
98297bf6
NB
20550@kindex remove-symbol-file
20551@item remove-symbol-file @var{filename}
20552@item remove-symbol-file -a @var{address}
20553Remove a symbol file added via the @code{add-symbol-file} command. The
20554file to remove can be identified by its @var{filename} or by an @var{address}
20555that lies within the boundaries of this symbol file in memory. Example:
20556
20557@smallexample
20558(gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
20559add symbol table from file "/home/user/gdb/mylib.so" at
20560 .text_addr = 0x7ffff7ff9480
20561(y or n) y
0bab6cf1 20562Reading symbols from /home/user/gdb/mylib.so...
98297bf6
NB
20563(gdb) remove-symbol-file -a 0x7ffff7ff9480
20564Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
20565(gdb)
20566@end smallexample
20567
20568
20569@code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20570
c45da7e6
EZ
20571@kindex add-symbol-file-from-memory
20572@cindex @code{syscall DSO}
20573@cindex load symbols from memory
20574@item add-symbol-file-from-memory @var{address}
20575Load symbols from the given @var{address} in a dynamically loaded
20576object file whose image is mapped directly into the inferior's memory.
20577For example, the Linux kernel maps a @code{syscall DSO} into each
20578process's address space; this DSO provides kernel-specific code for
20579some system calls. The argument can be any expression whose
20580evaluation yields the address of the file's shared object file header.
20581For this command to work, you must have used @code{symbol-file} or
20582@code{exec-file} commands in advance.
20583
c906108c 20584@kindex section
09d4efe1
EZ
20585@item section @var{section} @var{addr}
20586The @code{section} command changes the base address of the named
20587@var{section} of the exec file to @var{addr}. This can be used if the
20588exec file does not contain section addresses, (such as in the
20589@code{a.out} format), or when the addresses specified in the file
20590itself are wrong. Each section must be changed separately. The
20591@code{info files} command, described below, lists all the sections and
20592their addresses.
c906108c
SS
20593
20594@kindex info files
20595@kindex info target
20596@item info files
20597@itemx info target
7a292a7a
SS
20598@code{info files} and @code{info target} are synonymous; both print the
20599current target (@pxref{Targets, ,Specifying a Debugging Target}),
20600including the names of the executable and core dump files currently in
20601use by @value{GDBN}, and the files from which symbols were loaded. The
20602command @code{help target} lists all possible targets rather than
20603current ones.
20604
fe95c787
MS
20605@kindex maint info sections
20606@item maint info sections
20607Another command that can give you extra information about program sections
20608is @code{maint info sections}. In addition to the section information
20609displayed by @code{info files}, this command displays the flags and file
20610offset of each section in the executable and core dump files. In addition,
20611@code{maint info sections} provides the following command options (which
20612may be arbitrarily combined):
20613
20614@table @code
20615@item ALLOBJ
20616Display sections for all loaded object files, including shared libraries.
20617@item @var{sections}
6600abed 20618Display info only for named @var{sections}.
fe95c787
MS
20619@item @var{section-flags}
20620Display info only for sections for which @var{section-flags} are true.
20621The section flags that @value{GDBN} currently knows about are:
20622@table @code
20623@item ALLOC
20624Section will have space allocated in the process when loaded.
20625Set for all sections except those containing debug information.
20626@item LOAD
20627Section will be loaded from the file into the child process memory.
20628Set for pre-initialized code and data, clear for @code{.bss} sections.
20629@item RELOC
20630Section needs to be relocated before loading.
20631@item READONLY
20632Section cannot be modified by the child process.
20633@item CODE
20634Section contains executable code only.
6600abed 20635@item DATA
fe95c787
MS
20636Section contains data only (no executable code).
20637@item ROM
20638Section will reside in ROM.
20639@item CONSTRUCTOR
20640Section contains data for constructor/destructor lists.
20641@item HAS_CONTENTS
20642Section is not empty.
20643@item NEVER_LOAD
20644An instruction to the linker to not output the section.
20645@item COFF_SHARED_LIBRARY
20646A notification to the linker that the section contains
20647COFF shared library information.
20648@item IS_COMMON
20649Section contains common symbols.
20650@end table
20651@end table
6763aef9 20652@kindex set trust-readonly-sections
9c16f35a 20653@cindex read-only sections
6763aef9
MS
20654@item set trust-readonly-sections on
20655Tell @value{GDBN} that readonly sections in your object file
6ca652b0 20656really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
20657In that case, @value{GDBN} can fetch values from these sections
20658out of the object file, rather than from the target program.
20659For some targets (notably embedded ones), this can be a significant
20660enhancement to debugging performance.
20661
20662The default is off.
20663
20664@item set trust-readonly-sections off
15110bc3 20665Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
20666the contents of the section might change while the program is running,
20667and must therefore be fetched from the target when needed.
9c16f35a
EZ
20668
20669@item show trust-readonly-sections
20670Show the current setting of trusting readonly sections.
c906108c
SS
20671@end table
20672
20673All file-specifying commands allow both absolute and relative file names
20674as arguments. @value{GDBN} always converts the file name to an absolute file
20675name and remembers it that way.
20676
c906108c 20677@cindex shared libraries
9cceb671 20678@anchor{Shared Libraries}
b1236ac3
PA
20679@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20680Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20681DSBT (TIC6X) shared libraries.
53a5351d 20682
9cceb671
DJ
20683On MS-Windows @value{GDBN} must be linked with the Expat library to support
20684shared libraries. @xref{Expat}.
20685
c906108c
SS
20686@value{GDBN} automatically loads symbol definitions from shared libraries
20687when you use the @code{run} command, or when you examine a core file.
20688(Before you issue the @code{run} command, @value{GDBN} does not understand
20689references to a function in a shared library, however---unless you are
20690debugging a core file).
53a5351d 20691
c906108c
SS
20692@c FIXME: some @value{GDBN} release may permit some refs to undef
20693@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20694@c FIXME...lib; check this from time to time when updating manual
20695
b7209cb4
FF
20696There are times, however, when you may wish to not automatically load
20697symbol definitions from shared libraries, such as when they are
20698particularly large or there are many of them.
20699
20700To control the automatic loading of shared library symbols, use the
20701commands:
20702
20703@table @code
20704@kindex set auto-solib-add
20705@item set auto-solib-add @var{mode}
20706If @var{mode} is @code{on}, symbols from all shared object libraries
20707will be loaded automatically when the inferior begins execution, you
20708attach to an independently started inferior, or when the dynamic linker
20709informs @value{GDBN} that a new library has been loaded. If @var{mode}
20710is @code{off}, symbols must be loaded manually, using the
20711@code{sharedlibrary} command. The default value is @code{on}.
20712
dcaf7c2c
EZ
20713@cindex memory used for symbol tables
20714If your program uses lots of shared libraries with debug info that
20715takes large amounts of memory, you can decrease the @value{GDBN}
20716memory footprint by preventing it from automatically loading the
20717symbols from shared libraries. To that end, type @kbd{set
20718auto-solib-add off} before running the inferior, then load each
20719library whose debug symbols you do need with @kbd{sharedlibrary
d3e8051b 20720@var{regexp}}, where @var{regexp} is a regular expression that matches
dcaf7c2c
EZ
20721the libraries whose symbols you want to be loaded.
20722
b7209cb4
FF
20723@kindex show auto-solib-add
20724@item show auto-solib-add
20725Display the current autoloading mode.
20726@end table
20727
c45da7e6 20728@cindex load shared library
b7209cb4
FF
20729To explicitly load shared library symbols, use the @code{sharedlibrary}
20730command:
20731
c906108c
SS
20732@table @code
20733@kindex info sharedlibrary
20734@kindex info share
55333a84
DE
20735@item info share @var{regex}
20736@itemx info sharedlibrary @var{regex}
20737Print the names of the shared libraries which are currently loaded
20738that match @var{regex}. If @var{regex} is omitted then print
20739all shared libraries that are loaded.
c906108c 20740
b30a0bc3
JB
20741@kindex info dll
20742@item info dll @var{regex}
20743This is an alias of @code{info sharedlibrary}.
20744
c906108c
SS
20745@kindex sharedlibrary
20746@kindex share
20747@item sharedlibrary @var{regex}
20748@itemx share @var{regex}
c906108c
SS
20749Load shared object library symbols for files matching a
20750Unix regular expression.
20751As with files loaded automatically, it only loads shared libraries
20752required by your program for a core file or after typing @code{run}. If
20753@var{regex} is omitted all shared libraries required by your program are
20754loaded.
c45da7e6
EZ
20755
20756@item nosharedlibrary
20757@kindex nosharedlibrary
20758@cindex unload symbols from shared libraries
20759Unload all shared object library symbols. This discards all symbols
20760that have been loaded from all shared libraries. Symbols from shared
20761libraries that were loaded by explicit user requests are not
20762discarded.
c906108c
SS
20763@end table
20764
721c2651 20765Sometimes you may wish that @value{GDBN} stops and gives you control
edcc5120
TT
20766when any of shared library events happen. The best way to do this is
20767to use @code{catch load} and @code{catch unload} (@pxref{Set
20768Catchpoints}).
20769
09f2921c 20770@value{GDBN} also supports the @code{set stop-on-solib-events}
edcc5120
TT
20771command for this. This command exists for historical reasons. It is
20772less useful than setting a catchpoint, because it does not allow for
20773conditions or commands as a catchpoint does.
721c2651
EZ
20774
20775@table @code
20776@item set stop-on-solib-events
20777@kindex set stop-on-solib-events
20778This command controls whether @value{GDBN} should give you control
20779when the dynamic linker notifies it about some shared library event.
20780The most common event of interest is loading or unloading of a new
20781shared library.
20782
20783@item show stop-on-solib-events
20784@kindex show stop-on-solib-events
20785Show whether @value{GDBN} stops and gives you control when shared
20786library events happen.
20787@end table
20788
f5ebfba0 20789Shared libraries are also supported in many cross or remote debugging
f1838a98
UW
20790configurations. @value{GDBN} needs to have access to the target's libraries;
20791this can be accomplished either by providing copies of the libraries
20792on the host system, or by asking @value{GDBN} to automatically retrieve the
20793libraries from the target. If copies of the target libraries are
20794provided, they need to be the same as the target libraries, although the
f5ebfba0
DJ
20795copies on the target can be stripped as long as the copies on the host are
20796not.
20797
59b7b46f
EZ
20798@cindex where to look for shared libraries
20799For remote debugging, you need to tell @value{GDBN} where the target
20800libraries are, so that it can load the correct copies---otherwise, it
20801may try to load the host's libraries. @value{GDBN} has two variables
20802to specify the search directories for target libraries.
f5ebfba0
DJ
20803
20804@table @code
a9a5a3d1 20805@cindex prefix for executable and shared library file names
f822c95b 20806@cindex system root, alternate
f5ebfba0 20807@kindex set solib-absolute-prefix
f822c95b
DJ
20808@kindex set sysroot
20809@item set sysroot @var{path}
20810Use @var{path} as the system root for the program being debugged. Any
20811absolute shared library paths will be prefixed with @var{path}; many
20812runtime loaders store the absolute paths to the shared library in the
a9a5a3d1
GB
20813target program's memory. When starting processes remotely, and when
20814attaching to already-running processes (local or remote), their
20815executable filenames will be prefixed with @var{path} if reported to
20816@value{GDBN} as absolute by the operating system. If you use
20817@code{set sysroot} to find executables and shared libraries, they need
20818to be laid out in the same way that they are on the target, with
20819e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
20820@var{path}.
f822c95b 20821
599bd15c
GB
20822If @var{path} starts with the sequence @file{target:} and the target
20823system is remote then @value{GDBN} will retrieve the target binaries
20824from the remote system. This is only supported when using a remote
20825target that supports the @code{remote get} command (@pxref{File
20826Transfer,,Sending files to a remote system}). The part of @var{path}
20827following the initial @file{target:} (if present) is used as system
20828root prefix on the remote file system. If @var{path} starts with the
20829sequence @file{remote:} this is converted to the sequence
20830@file{target:} by @code{set sysroot}@footnote{Historically the
20831functionality to retrieve binaries from the remote system was
20832provided by prefixing @var{path} with @file{remote:}}. If you want
20833to specify a local system root using a directory that happens to be
20834named @file{target:} or @file{remote:}, you need to use some
20835equivalent variant of the name like @file{./target:}.
f1838a98 20836
ab38a727
PA
20837For targets with an MS-DOS based filesystem, such as MS-Windows and
20838SymbianOS, @value{GDBN} tries prefixing a few variants of the target
20839absolute file name with @var{path}. But first, on Unix hosts,
20840@value{GDBN} converts all backslash directory separators into forward
20841slashes, because the backslash is not a directory separator on Unix:
20842
20843@smallexample
20844 c:\foo\bar.dll @result{} c:/foo/bar.dll
20845@end smallexample
20846
20847Then, @value{GDBN} attempts prefixing the target file name with
20848@var{path}, and looks for the resulting file name in the host file
20849system:
20850
20851@smallexample
20852 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
20853@end smallexample
20854
a9a5a3d1 20855If that does not find the binary, @value{GDBN} tries removing
ab38a727
PA
20856the @samp{:} character from the drive spec, both for convenience, and,
20857for the case of the host file system not supporting file names with
20858colons:
20859
20860@smallexample
20861 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
20862@end smallexample
20863
20864This makes it possible to have a system root that mirrors a target
20865with more than one drive. E.g., you may want to setup your local
20866copies of the target system shared libraries like so (note @samp{c} vs
20867@samp{z}):
20868
20869@smallexample
20870 @file{/path/to/sysroot/c/sys/bin/foo.dll}
20871 @file{/path/to/sysroot/c/sys/bin/bar.dll}
20872 @file{/path/to/sysroot/z/sys/bin/bar.dll}
20873@end smallexample
20874
20875@noindent
20876and point the system root at @file{/path/to/sysroot}, so that
20877@value{GDBN} can find the correct copies of both
20878@file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
20879
a9a5a3d1 20880If that still does not find the binary, @value{GDBN} tries
ab38a727
PA
20881removing the whole drive spec from the target file name:
20882
20883@smallexample
20884 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
20885@end smallexample
20886
20887This last lookup makes it possible to not care about the drive name,
20888if you don't want or need to.
20889
f822c95b
DJ
20890The @code{set solib-absolute-prefix} command is an alias for @code{set
20891sysroot}.
20892
20893@cindex default system root
59b7b46f 20894@cindex @samp{--with-sysroot}
f822c95b
DJ
20895You can set the default system root by using the configure-time
20896@samp{--with-sysroot} option. If the system root is inside
20897@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20898@samp{--exec-prefix}), then the default system root will be updated
20899automatically if the installed @value{GDBN} is moved to a new
20900location.
20901
20902@kindex show sysroot
20903@item show sysroot
a9a5a3d1 20904Display the current executable and shared library prefix.
f5ebfba0
DJ
20905
20906@kindex set solib-search-path
20907@item set solib-search-path @var{path}
f822c95b
DJ
20908If this variable is set, @var{path} is a colon-separated list of
20909directories to search for shared libraries. @samp{solib-search-path}
20910is used after @samp{sysroot} fails to locate the library, or if the
20911path to the library is relative instead of absolute. If you want to
20912use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
d3e8051b 20913@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
f822c95b 20914finding your host's libraries. @samp{sysroot} is preferred; setting
d3e8051b 20915it to a nonexistent directory may interfere with automatic loading
f822c95b 20916of shared library symbols.
f5ebfba0
DJ
20917
20918@kindex show solib-search-path
20919@item show solib-search-path
20920Display the current shared library search path.
ab38a727
PA
20921
20922@cindex DOS file-name semantics of file names.
20923@kindex set target-file-system-kind (unix|dos-based|auto)
20924@kindex show target-file-system-kind
20925@item set target-file-system-kind @var{kind}
20926Set assumed file system kind for target reported file names.
20927
20928Shared library file names as reported by the target system may not
20929make sense as is on the system @value{GDBN} is running on. For
20930example, when remote debugging a target that has MS-DOS based file
20931system semantics, from a Unix host, the target may be reporting to
20932@value{GDBN} a list of loaded shared libraries with file names such as
20933@file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
20934drive letters, so the @samp{c:\} prefix is not normally understood as
20935indicating an absolute file name, and neither is the backslash
20936normally considered a directory separator character. In that case,
20937the native file system would interpret this whole absolute file name
20938as a relative file name with no directory components. This would make
20939it impossible to point @value{GDBN} at a copy of the remote target's
20940shared libraries on the host using @code{set sysroot}, and impractical
20941with @code{set solib-search-path}. Setting
20942@code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
20943to interpret such file names similarly to how the target would, and to
20944map them to file names valid on @value{GDBN}'s native file system
20945semantics. The value of @var{kind} can be @code{"auto"}, in addition
20946to one of the supported file system kinds. In that case, @value{GDBN}
20947tries to determine the appropriate file system variant based on the
20948current target's operating system (@pxref{ABI, ,Configuring the
20949Current ABI}). The supported file system settings are:
20950
20951@table @code
20952@item unix
20953Instruct @value{GDBN} to assume the target file system is of Unix
20954kind. Only file names starting the forward slash (@samp{/}) character
20955are considered absolute, and the directory separator character is also
20956the forward slash.
20957
20958@item dos-based
20959Instruct @value{GDBN} to assume the target file system is DOS based.
20960File names starting with either a forward slash, or a drive letter
20961followed by a colon (e.g., @samp{c:}), are considered absolute, and
20962both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20963considered directory separators.
20964
20965@item auto
20966Instruct @value{GDBN} to use the file system kind associated with the
20967target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20968This is the default.
20969@end table
f5ebfba0
DJ
20970@end table
20971
c011a4f4
DE
20972@cindex file name canonicalization
20973@cindex base name differences
20974When processing file names provided by the user, @value{GDBN}
20975frequently needs to compare them to the file names recorded in the
20976program's debug info. Normally, @value{GDBN} compares just the
20977@dfn{base names} of the files as strings, which is reasonably fast
20978even for very large programs. (The base name of a file is the last
20979portion of its name, after stripping all the leading directories.)
20980This shortcut in comparison is based upon the assumption that files
20981cannot have more than one base name. This is usually true, but
20982references to files that use symlinks or similar filesystem
20983facilities violate that assumption. If your program records files
20984using such facilities, or if you provide file names to @value{GDBN}
20985using symlinks etc., you can set @code{basenames-may-differ} to
20986@code{true} to instruct @value{GDBN} to completely canonicalize each
20987pair of file names it needs to compare. This will make file-name
20988comparisons accurate, but at a price of a significant slowdown.
20989
20990@table @code
20991@item set basenames-may-differ
20992@kindex set basenames-may-differ
20993Set whether a source file may have multiple base names.
20994
20995@item show basenames-may-differ
20996@kindex show basenames-may-differ
20997Show whether a source file may have multiple base names.
20998@end table
5b5d99cf 20999
18989b3c
AB
21000@node File Caching
21001@section File Caching
21002@cindex caching of opened files
21003@cindex caching of bfd objects
21004
21005To speed up file loading, and reduce memory usage, @value{GDBN} will
21006reuse the @code{bfd} objects used to track open files. @xref{Top, ,
21007BFD, bfd, The Binary File Descriptor Library}. The following commands
21008allow visibility and control of the caching behavior.
21009
21010@table @code
21011@kindex maint info bfds
21012@item maint info bfds
21013This prints information about each @code{bfd} object that is known to
21014@value{GDBN}.
21015
21016@kindex maint set bfd-sharing
21017@kindex maint show bfd-sharing
21018@kindex bfd caching
21019@item maint set bfd-sharing
21020@item maint show bfd-sharing
21021Control whether @code{bfd} objects can be shared. When sharing is
21022enabled @value{GDBN} reuses already open @code{bfd} objects rather
21023than reopening the same file. Turning sharing off does not cause
21024already shared @code{bfd} objects to be unshared, but all future files
21025that are opened will create a new @code{bfd} object. Similarly,
21026re-enabling sharing does not cause multiple existing @code{bfd}
21027objects to be collapsed into a single shared @code{bfd} object.
566f5e3b
AB
21028
21029@kindex set debug bfd-cache @var{level}
21030@kindex bfd caching
21031@item set debug bfd-cache @var{level}
21032Turns on debugging of the bfd cache, setting the level to @var{level}.
21033
21034@kindex show debug bfd-cache
21035@kindex bfd caching
21036@item show debug bfd-cache
21037Show the current debugging level of the bfd cache.
18989b3c
AB
21038@end table
21039
5b5d99cf
JB
21040@node Separate Debug Files
21041@section Debugging Information in Separate Files
21042@cindex separate debugging information files
21043@cindex debugging information in separate files
21044@cindex @file{.debug} subdirectories
21045@cindex debugging information directory, global
f307c045 21046@cindex global debugging information directories
c7e83d54
EZ
21047@cindex build ID, and separate debugging files
21048@cindex @file{.build-id} directory
5b5d99cf
JB
21049
21050@value{GDBN} allows you to put a program's debugging information in a
21051file separate from the executable itself, in a way that allows
21052@value{GDBN} to find and load the debugging information automatically.
c7e83d54
EZ
21053Since debugging information can be very large---sometimes larger
21054than the executable code itself---some systems distribute debugging
5b5d99cf
JB
21055information for their executables in separate files, which users can
21056install only when they need to debug a problem.
21057
c7e83d54
EZ
21058@value{GDBN} supports two ways of specifying the separate debug info
21059file:
5b5d99cf
JB
21060
21061@itemize @bullet
21062@item
c7e83d54
EZ
21063The executable contains a @dfn{debug link} that specifies the name of
21064the separate debug info file. The separate debug file's name is
21065usually @file{@var{executable}.debug}, where @var{executable} is the
21066name of the corresponding executable file without leading directories
21067(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
99e008fe
EZ
21068debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
21069checksum for the debug file, which @value{GDBN} uses to validate that
21070the executable and the debug file came from the same build.
c7e83d54
EZ
21071
21072@item
98c59b52 21073@anchor{build ID}
7e27a47a 21074The executable contains a @dfn{build ID}, a unique bit string that is
c7e83d54 21075also present in the corresponding debug info file. (This is supported
c74f7d1c 21076only on some operating systems, when using the ELF or PE file formats
7e27a47a
EZ
21077for binary files and the @sc{gnu} Binutils.) For more details about
21078this feature, see the description of the @option{--build-id}
f5a476a7 21079command-line option in @ref{Options, , Command Line Options, ld,
7e27a47a
EZ
21080The GNU Linker}. The debug info file's name is not specified
21081explicitly by the build ID, but can be computed from the build ID, see
21082below.
d3750b24
JK
21083@end itemize
21084
c7e83d54
EZ
21085Depending on the way the debug info file is specified, @value{GDBN}
21086uses two different methods of looking for the debug file:
d3750b24
JK
21087
21088@itemize @bullet
21089@item
c7e83d54
EZ
21090For the ``debug link'' method, @value{GDBN} looks up the named file in
21091the directory of the executable file, then in a subdirectory of that
5f2459c2
EZ
21092directory named @file{.debug}, and finally under each one of the
21093global debug directories, in a subdirectory whose name is identical to
21094the leading directories of the executable's absolute file name. (On
21095MS-Windows/MS-DOS, the drive letter of the executable's leading
21096directories is converted to a one-letter subdirectory, i.e.@:
21097@file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
21098filesystems disallow colons in file names.)
c7e83d54
EZ
21099
21100@item
83f83d7f 21101For the ``build ID'' method, @value{GDBN} looks in the
f307c045
JK
21102@file{.build-id} subdirectory of each one of the global debug directories for
21103a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
7e27a47a
EZ
21104first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
21105are the rest of the bit string. (Real build ID strings are 32 or more
21106hex characters, not 10.)
c7e83d54
EZ
21107@end itemize
21108
21109So, for example, suppose you ask @value{GDBN} to debug
7e27a47a
EZ
21110@file{/usr/bin/ls}, which has a debug link that specifies the
21111file @file{ls.debug}, and a build ID whose value in hex is
f307c045 21112@code{abcdef1234}. If the list of the global debug directories includes
c7e83d54
EZ
21113@file{/usr/lib/debug}, then @value{GDBN} will look for the following
21114debug information files, in the indicated order:
21115
21116@itemize @minus
21117@item
21118@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
d3750b24 21119@item
c7e83d54 21120@file{/usr/bin/ls.debug}
5b5d99cf 21121@item
c7e83d54 21122@file{/usr/bin/.debug/ls.debug}
5b5d99cf 21123@item
c7e83d54 21124@file{/usr/lib/debug/usr/bin/ls.debug}.
5b5d99cf 21125@end itemize
5b5d99cf 21126
1564a261
JK
21127@anchor{debug-file-directory}
21128Global debugging info directories default to what is set by @value{GDBN}
21129configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21130you can also set the global debugging info directories, and view the list
21131@value{GDBN} is currently using.
5b5d99cf
JB
21132
21133@table @code
21134
21135@kindex set debug-file-directory
24ddea62
JK
21136@item set debug-file-directory @var{directories}
21137Set the directories which @value{GDBN} searches for separate debugging
d9242c17
JK
21138information files to @var{directory}. Multiple path components can be set
21139concatenating them by a path separator.
5b5d99cf
JB
21140
21141@kindex show debug-file-directory
21142@item show debug-file-directory
24ddea62 21143Show the directories @value{GDBN} searches for separate debugging
5b5d99cf
JB
21144information files.
21145
21146@end table
21147
21148@cindex @code{.gnu_debuglink} sections
c7e83d54 21149@cindex debug link sections
5b5d99cf
JB
21150A debug link is a special section of the executable file named
21151@code{.gnu_debuglink}. The section must contain:
21152
21153@itemize
21154@item
21155A filename, with any leading directory components removed, followed by
21156a zero byte,
21157@item
21158zero to three bytes of padding, as needed to reach the next four-byte
21159boundary within the section, and
21160@item
21161a four-byte CRC checksum, stored in the same endianness used for the
21162executable file itself. The checksum is computed on the debugging
21163information file's full contents by the function given below, passing
21164zero as the @var{crc} argument.
21165@end itemize
21166
21167Any executable file format can carry a debug link, as long as it can
21168contain a section named @code{.gnu_debuglink} with the contents
21169described above.
21170
d3750b24 21171@cindex @code{.note.gnu.build-id} sections
c7e83d54 21172@cindex build ID sections
7e27a47a
EZ
21173The build ID is a special section in the executable file (and in other
21174ELF binary files that @value{GDBN} may consider). This section is
21175often named @code{.note.gnu.build-id}, but that name is not mandatory.
21176It contains unique identification for the built files---the ID remains
21177the same across multiple builds of the same build tree. The default
21178algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21179content for the build ID string. The same section with an identical
21180value is present in the original built binary with symbols, in its
21181stripped variant, and in the separate debugging information file.
d3750b24 21182
5b5d99cf
JB
21183The debugging information file itself should be an ordinary
21184executable, containing a full set of linker symbols, sections, and
21185debugging information. The sections of the debugging information file
c7e83d54
EZ
21186should have the same names, addresses, and sizes as the original file,
21187but they need not contain any data---much like a @code{.bss} section
5b5d99cf
JB
21188in an ordinary executable.
21189
7e27a47a 21190The @sc{gnu} binary utilities (Binutils) package includes the
c7e83d54
EZ
21191@samp{objcopy} utility that can produce
21192the separated executable / debugging information file pairs using the
21193following commands:
21194
21195@smallexample
21196@kbd{objcopy --only-keep-debug foo foo.debug}
21197@kbd{strip -g foo}
c7e83d54
EZ
21198@end smallexample
21199
21200@noindent
21201These commands remove the debugging
83f83d7f
JK
21202information from the executable file @file{foo} and place it in the file
21203@file{foo.debug}. You can use the first, second or both methods to link the
21204two files:
21205
21206@itemize @bullet
21207@item
21208The debug link method needs the following additional command to also leave
21209behind a debug link in @file{foo}:
21210
21211@smallexample
21212@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21213@end smallexample
21214
21215Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
d3750b24 21216a version of the @code{strip} command such that the command @kbd{strip foo -f
83f83d7f
JK
21217foo.debug} has the same functionality as the two @code{objcopy} commands and
21218the @code{ln -s} command above, together.
21219
21220@item
21221Build ID gets embedded into the main executable using @code{ld --build-id} or
21222the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21223compatibility fixes for debug files separation are present in @sc{gnu} binary
7e27a47a 21224utilities (Binutils) package since version 2.18.
83f83d7f
JK
21225@end itemize
21226
21227@noindent
d3750b24 21228
99e008fe
EZ
21229@cindex CRC algorithm definition
21230The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21231IEEE 802.3 using the polynomial:
21232
21233@c TexInfo requires naked braces for multi-digit exponents for Tex
21234@c output, but this causes HTML output to barf. HTML has to be set using
21235@c raw commands. So we end up having to specify this equation in 2
21236@c different ways!
21237@ifhtml
21238@display
21239@html
21240 <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>
21241 + <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
21242@end html
21243@end display
21244@end ifhtml
21245@ifnothtml
21246@display
21247 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21248 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21249@end display
21250@end ifnothtml
21251
21252The function is computed byte at a time, taking the least
21253significant bit of each byte first. The initial pattern
21254@code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21255the final result is inverted to ensure trailing zeros also affect the
21256CRC.
21257
21258@emph{Note:} This is the same CRC polynomial as used in handling the
936d2992
PA
21259@dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21260However in the case of the Remote Serial Protocol, the CRC is computed
21261@emph{most} significant bit first, and the result is not inverted, so
21262trailing zeros have no effect on the CRC value.
99e008fe
EZ
21263
21264To complete the description, we show below the code of the function
21265which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21266initially supplied @code{crc} argument means that an initial call to
21267this function passing in zero will start computing the CRC using
21268@code{0xffffffff}.
5b5d99cf 21269
4644b6e3 21270@kindex gnu_debuglink_crc32
5b5d99cf
JB
21271@smallexample
21272unsigned long
21273gnu_debuglink_crc32 (unsigned long crc,
21274 unsigned char *buf, size_t len)
21275@{
21276 static const unsigned long crc32_table[256] =
21277 @{
21278 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21279 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21280 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21281 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21282 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21283 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21284 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21285 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21286 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21287 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21288 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21289 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21290 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21291 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21292 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21293 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21294 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21295 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21296 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21297 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21298 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21299 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21300 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21301 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21302 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21303 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21304 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21305 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21306 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21307 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21308 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21309 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21310 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21311 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21312 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21313 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21314 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21315 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21316 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21317 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21318 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21319 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21320 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21321 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21322 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21323 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21324 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21325 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21326 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21327 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21328 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21329 0x2d02ef8d
21330 @};
21331 unsigned char *end;
21332
21333 crc = ~crc & 0xffffffff;
21334 for (end = buf + len; buf < end; ++buf)
21335 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 21336 return ~crc & 0xffffffff;
5b5d99cf
JB
21337@}
21338@end smallexample
21339
c7e83d54
EZ
21340@noindent
21341This computation does not apply to the ``build ID'' method.
21342
608e2dbb
TT
21343@node MiniDebugInfo
21344@section Debugging information in a special section
21345@cindex separate debug sections
21346@cindex @samp{.gnu_debugdata} section
21347
21348Some systems ship pre-built executables and libraries that have a
21349special @samp{.gnu_debugdata} section. This feature is called
21350@dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21351is used to supply extra symbols for backtraces.
21352
21353The intent of this section is to provide extra minimal debugging
21354information for use in simple backtraces. It is not intended to be a
21355replacement for full separate debugging information (@pxref{Separate
21356Debug Files}). The example below shows the intended use; however,
21357@value{GDBN} does not currently put restrictions on what sort of
21358debugging information might be included in the section.
21359
21360@value{GDBN} has support for this extension. If the section exists,
21361then it is used provided that no other source of debugging information
21362can be found, and that @value{GDBN} was configured with LZMA support.
21363
21364This section can be easily created using @command{objcopy} and other
21365standard utilities:
21366
21367@smallexample
21368# Extract the dynamic symbols from the main binary, there is no need
5423b017 21369# to also have these in the normal symbol table.
608e2dbb
TT
21370nm -D @var{binary} --format=posix --defined-only \
21371 | awk '@{ print $1 @}' | sort > dynsyms
21372
5423b017 21373# Extract all the text (i.e. function) symbols from the debuginfo.
1d236d23
JK
21374# (Note that we actually also accept "D" symbols, for the benefit
21375# of platforms like PowerPC64 that use function descriptors.)
608e2dbb 21376nm @var{binary} --format=posix --defined-only \
1d236d23 21377 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
608e2dbb
TT
21378 | sort > funcsyms
21379
21380# Keep all the function symbols not already in the dynamic symbol
21381# table.
21382comm -13 dynsyms funcsyms > keep_symbols
21383
edf9f00c
JK
21384# Separate full debug info into debug binary.
21385objcopy --only-keep-debug @var{binary} debug
21386
608e2dbb
TT
21387# Copy the full debuginfo, keeping only a minimal set of symbols and
21388# removing some unnecessary sections.
21389objcopy -S --remove-section .gdb_index --remove-section .comment \
edf9f00c
JK
21390 --keep-symbols=keep_symbols debug mini_debuginfo
21391
21392# Drop the full debug info from the original binary.
21393strip --strip-all -R .comment @var{binary}
608e2dbb
TT
21394
21395# Inject the compressed data into the .gnu_debugdata section of the
21396# original binary.
21397xz mini_debuginfo
21398objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21399@end smallexample
5b5d99cf 21400
9291a0cd
TT
21401@node Index Files
21402@section Index Files Speed Up @value{GDBN}
21403@cindex index files
21404@cindex @samp{.gdb_index} section
21405
21406When @value{GDBN} finds a symbol file, it scans the symbols in the
21407file in order to construct an internal symbol table. This lets most
21408@value{GDBN} operations work quickly---at the cost of a delay early
21409on. For large programs, this delay can be quite lengthy, so
21410@value{GDBN} provides a way to build an index, which speeds up
21411startup.
21412
ba643918
SDJ
21413For convenience, @value{GDBN} comes with a program,
21414@command{gdb-add-index}, which can be used to add the index to a
21415symbol file. It takes the symbol file as its only argument:
21416
21417@smallexample
21418$ gdb-add-index symfile
21419@end smallexample
21420
21421@xref{gdb-add-index}.
21422
21423It is also possible to do the work manually. Here is what
21424@command{gdb-add-index} does behind the curtains.
21425
9291a0cd
TT
21426The index is stored as a section in the symbol file. @value{GDBN} can
21427write the index to a file, then you can put it into the symbol file
21428using @command{objcopy}.
21429
21430To create an index file, use the @code{save gdb-index} command:
21431
21432@table @code
437afbb8 21433@item save gdb-index [-dwarf-5] @var{directory}
9291a0cd 21434@kindex save gdb-index
437afbb8
JK
21435Create index files for all symbol files currently known by
21436@value{GDBN}. For each known @var{symbol-file}, this command by
21437default creates it produces a single file
21438@file{@var{symbol-file}.gdb-index}. If you invoke this command with
21439the @option{-dwarf-5} option, it produces 2 files:
21440@file{@var{symbol-file}.debug_names} and
21441@file{@var{symbol-file}.debug_str}. The files are created in the
21442given @var{directory}.
9291a0cd
TT
21443@end table
21444
21445Once you have created an index file you can merge it into your symbol
21446file, here named @file{symfile}, using @command{objcopy}:
21447
21448@smallexample
21449$ objcopy --add-section .gdb_index=symfile.gdb-index \
21450 --set-section-flags .gdb_index=readonly symfile symfile
21451@end smallexample
21452
437afbb8
JK
21453Or for @code{-dwarf-5}:
21454
21455@smallexample
21456$ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21457$ cat symfile.debug_str >>symfile.debug_str.new
21458$ objcopy --add-section .debug_names=symfile.gdb-index \
21459 --set-section-flags .debug_names=readonly \
21460 --update-section .debug_str=symfile.debug_str.new symfile symfile
21461@end smallexample
21462
e615022a
DE
21463@value{GDBN} will normally ignore older versions of @file{.gdb_index}
21464sections that have been deprecated. Usually they are deprecated because
21465they are missing a new feature or have performance issues.
21466To tell @value{GDBN} to use a deprecated index section anyway
21467specify @code{set use-deprecated-index-sections on}.
21468The default is @code{off}.
21469This can speed up startup, but may result in some functionality being lost.
21470@xref{Index Section Format}.
21471
21472@emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21473must be done before gdb reads the file. The following will not work:
21474
21475@smallexample
21476$ gdb -ex "set use-deprecated-index-sections on" <program>
21477@end smallexample
21478
21479Instead you must do, for example,
21480
21481@smallexample
21482$ gdb -iex "set use-deprecated-index-sections on" <program>
21483@end smallexample
21484
914592f9 21485Indices only work when using DWARF debugging information, not stabs.
9291a0cd 21486
7d11235d
SM
21487@subsection Automatic symbol index cache
21488
a0a3a1e9 21489@cindex automatic symbol index cache
7d11235d
SM
21490It is possible for @value{GDBN} to automatically save a copy of this index in a
21491cache on disk and retrieve it from there when loading the same binary in the
21492future. This feature can be turned on with @kbd{set index-cache on}. The
21493following commands can be used to tweak the behavior of the index cache.
21494
21495@table @code
21496
a0a3a1e9 21497@kindex set index-cache
7d11235d
SM
21498@item set index-cache on
21499@itemx set index-cache off
21500Enable or disable the use of the symbol index cache.
21501
21502@item set index-cache directory @var{directory}
a0a3a1e9 21503@kindex show index-cache
7d11235d 21504@itemx show index-cache directory
e6cd1dc1
TT
21505Set/show the directory where index files will be saved.
21506
21507The default value for this directory depends on the host platform. On
21508most systems, the index is cached in the @file{gdb} subdirectory of
21509the directory pointed to by the @env{XDG_CACHE_HOME} environment
21510variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21511of your home directory. However, on some systems, the default may
21512differ according to local convention.
7d11235d
SM
21513
21514There is no limit on the disk space used by index cache. It is perfectly safe
21515to delete the content of that directory to free up disk space.
21516
21517@item show index-cache stats
21518Print the number of cache hits and misses since the launch of @value{GDBN}.
21519
21520@end table
21521
6d2ebf8b 21522@node Symbol Errors
79a6e687 21523@section Errors Reading Symbol Files
c906108c
SS
21524
21525While reading a symbol file, @value{GDBN} occasionally encounters problems,
21526such as symbol types it does not recognize, or known bugs in compiler
21527output. By default, @value{GDBN} does not notify you of such problems, since
21528they are relatively common and primarily of interest to people
21529debugging compilers. If you are interested in seeing information
21530about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21531only one message about each such type of problem, no matter how many
21532times the problem occurs; or you can ask @value{GDBN} to print more messages,
21533to see how many times the problems occur, with the @code{set
79a6e687
BW
21534complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21535Messages}).
c906108c
SS
21536
21537The messages currently printed, and their meanings, include:
21538
21539@table @code
21540@item inner block not inside outer block in @var{symbol}
21541
21542The symbol information shows where symbol scopes begin and end
21543(such as at the start of a function or a block of statements). This
21544error indicates that an inner scope block is not fully contained
21545in its outer scope blocks.
21546
21547@value{GDBN} circumvents the problem by treating the inner block as if it had
21548the same scope as the outer block. In the error message, @var{symbol}
21549may be shown as ``@code{(don't know)}'' if the outer block is not a
21550function.
21551
21552@item block at @var{address} out of order
21553
21554The symbol information for symbol scope blocks should occur in
21555order of increasing addresses. This error indicates that it does not
21556do so.
21557
21558@value{GDBN} does not circumvent this problem, and has trouble
21559locating symbols in the source file whose symbols it is reading. (You
21560can often determine what source file is affected by specifying
79a6e687
BW
21561@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21562Messages}.)
c906108c
SS
21563
21564@item bad block start address patched
21565
21566The symbol information for a symbol scope block has a start address
21567smaller than the address of the preceding source line. This is known
21568to occur in the SunOS 4.1.1 (and earlier) C compiler.
21569
21570@value{GDBN} circumvents the problem by treating the symbol scope block as
21571starting on the previous source line.
21572
21573@item bad string table offset in symbol @var{n}
21574
21575@cindex foo
21576Symbol number @var{n} contains a pointer into the string table which is
21577larger than the size of the string table.
21578
21579@value{GDBN} circumvents the problem by considering the symbol to have the
21580name @code{foo}, which may cause other problems if many symbols end up
21581with this name.
21582
21583@item unknown symbol type @code{0x@var{nn}}
21584
7a292a7a
SS
21585The symbol information contains new data types that @value{GDBN} does
21586not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 21587uncomprehended information, in hexadecimal.
c906108c 21588
7a292a7a
SS
21589@value{GDBN} circumvents the error by ignoring this symbol information.
21590This usually allows you to debug your program, though certain symbols
c906108c 21591are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
21592debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21593on @code{complain}, then go up to the function @code{read_dbx_symtab}
21594and examine @code{*bufp} to see the symbol.
c906108c
SS
21595
21596@item stub type has NULL name
c906108c 21597
7a292a7a 21598@value{GDBN} could not find the full definition for a struct or class.
c906108c 21599
7a292a7a 21600@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 21601The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
21602information that recent versions of the compiler should have output for
21603it.
c906108c
SS
21604
21605@item info mismatch between compiler and debugger
21606
21607@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 21608
c906108c
SS
21609@end table
21610
b14b1491
TT
21611@node Data Files
21612@section GDB Data Files
21613
21614@cindex prefix for data files
21615@value{GDBN} will sometimes read an auxiliary data file. These files
21616are kept in a directory known as the @dfn{data directory}.
21617
21618You can set the data directory's name, and view the name @value{GDBN}
21619is currently using.
21620
21621@table @code
21622@kindex set data-directory
21623@item set data-directory @var{directory}
21624Set the directory which @value{GDBN} searches for auxiliary data files
21625to @var{directory}.
21626
21627@kindex show data-directory
21628@item show data-directory
21629Show the directory @value{GDBN} searches for auxiliary data files.
21630@end table
21631
21632@cindex default data directory
21633@cindex @samp{--with-gdb-datadir}
21634You can set the default data directory by using the configure-time
21635@samp{--with-gdb-datadir} option. If the data directory is inside
21636@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21637@samp{--exec-prefix}), then the default data directory will be updated
21638automatically if the installed @value{GDBN} is moved to a new
21639location.
21640
aae1c79a
DE
21641The data directory may also be specified with the
21642@code{--data-directory} command line option.
21643@xref{Mode Options}.
21644
6d2ebf8b 21645@node Targets
c906108c 21646@chapter Specifying a Debugging Target
7a292a7a 21647
c906108c 21648@cindex debugging target
c906108c 21649A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
21650
21651Often, @value{GDBN} runs in the same host environment as your program;
21652in that case, the debugging target is specified as a side effect when
21653you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
21654flexibility---for example, running @value{GDBN} on a physically separate
21655host, or controlling a standalone system over a serial port or a
53a5351d
JM
21656realtime system over a TCP/IP connection---you can use the @code{target}
21657command to specify one of the target types configured for @value{GDBN}
79a6e687 21658(@pxref{Target Commands, ,Commands for Managing Targets}).
c906108c 21659
a8f24a35
EZ
21660@cindex target architecture
21661It is possible to build @value{GDBN} for several different @dfn{target
21662architectures}. When @value{GDBN} is built like that, you can choose
21663one of the available architectures with the @kbd{set architecture}
21664command.
21665
21666@table @code
21667@kindex set architecture
21668@kindex show architecture
21669@item set architecture @var{arch}
21670This command sets the current target architecture to @var{arch}. The
21671value of @var{arch} can be @code{"auto"}, in addition to one of the
21672supported architectures.
21673
21674@item show architecture
21675Show the current target architecture.
9c16f35a
EZ
21676
21677@item set processor
21678@itemx processor
21679@kindex set processor
21680@kindex show processor
21681These are alias commands for, respectively, @code{set architecture}
21682and @code{show architecture}.
a8f24a35
EZ
21683@end table
21684
c906108c
SS
21685@menu
21686* Active Targets:: Active targets
21687* Target Commands:: Commands for managing targets
c906108c 21688* Byte Order:: Choosing target byte order
c906108c
SS
21689@end menu
21690
6d2ebf8b 21691@node Active Targets
79a6e687 21692@section Active Targets
7a292a7a 21693
c906108c
SS
21694@cindex stacking targets
21695@cindex active targets
21696@cindex multiple targets
21697
8ea5bce5 21698There are multiple classes of targets such as: processes, executable files or
c0edd9ed
JK
21699recording sessions. Core files belong to the process class, making core file
21700and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21701on multiple active targets, one in each class. This allows you to (for
21702example) start a process and inspect its activity, while still having access to
21703the executable file after the process finishes. Or if you start process
21704recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21705presented a virtual layer of the recording target, while the process target
21706remains stopped at the chronologically last point of the process execution.
21707
21708Use the @code{core-file} and @code{exec-file} commands to select a new core
21709file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21710specify as a target a process that is already running, use the @code{attach}
21711command (@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 21712
6d2ebf8b 21713@node Target Commands
79a6e687 21714@section Commands for Managing Targets
c906108c
SS
21715
21716@table @code
21717@item target @var{type} @var{parameters}
7a292a7a
SS
21718Connects the @value{GDBN} host environment to a target machine or
21719process. A target is typically a protocol for talking to debugging
21720facilities. You use the argument @var{type} to specify the type or
21721protocol of the target machine.
c906108c
SS
21722
21723Further @var{parameters} are interpreted by the target protocol, but
21724typically include things like device names or host names to connect
21725with, process numbers, and baud rates.
c906108c
SS
21726
21727The @code{target} command does not repeat if you press @key{RET} again
21728after executing the command.
21729
21730@kindex help target
21731@item help target
21732Displays the names of all targets available. To display targets
21733currently selected, use either @code{info target} or @code{info files}
79a6e687 21734(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
21735
21736@item help target @var{name}
21737Describe a particular target, including any parameters necessary to
21738select it.
21739
21740@kindex set gnutarget
21741@item set gnutarget @var{args}
5d161b24 21742@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 21743knows whether it is reading an @dfn{executable},
5d161b24
DB
21744a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
21745with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
21746with @code{gnutarget} the @code{target} refers to a program, not a machine.
21747
d4f3574e 21748@quotation
c906108c
SS
21749@emph{Warning:} To specify a file format with @code{set gnutarget},
21750you must know the actual BFD name.
d4f3574e 21751@end quotation
c906108c 21752
d4f3574e 21753@noindent
79a6e687 21754@xref{Files, , Commands to Specify Files}.
c906108c 21755
5d161b24 21756@kindex show gnutarget
c906108c
SS
21757@item show gnutarget
21758Use the @code{show gnutarget} command to display what file format
21759@code{gnutarget} is set to read. If you have not set @code{gnutarget},
21760@value{GDBN} will determine the file format for each file automatically,
c4957902 21761and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
c906108c
SS
21762@end table
21763
4644b6e3 21764@cindex common targets
c906108c
SS
21765Here are some common targets (available, or not, depending on the GDB
21766configuration):
c906108c
SS
21767
21768@table @code
4644b6e3 21769@kindex target
c906108c 21770@item target exec @var{program}
4644b6e3 21771@cindex executable file target
c906108c
SS
21772An executable file. @samp{target exec @var{program}} is the same as
21773@samp{exec-file @var{program}}.
21774
c906108c 21775@item target core @var{filename}
4644b6e3 21776@cindex core dump file target
c906108c
SS
21777A core dump file. @samp{target core @var{filename}} is the same as
21778@samp{core-file @var{filename}}.
c906108c 21779
1a10341b 21780@item target remote @var{medium}
4644b6e3 21781@cindex remote target
1a10341b
JB
21782A remote system connected to @value{GDBN} via a serial line or network
21783connection. This command tells @value{GDBN} to use its own remote
21784protocol over @var{medium} for debugging. @xref{Remote Debugging}.
21785
21786For example, if you have a board connected to @file{/dev/ttya} on the
21787machine running @value{GDBN}, you could say:
21788
21789@smallexample
21790target remote /dev/ttya
21791@end smallexample
21792
21793@code{target remote} supports the @code{load} command. This is only
21794useful if you have some other way of getting the stub to the target
21795system, and you can put it somewhere in memory where it won't get
21796clobbered by the download.
c906108c 21797
ee8e71d4 21798@item target sim @r{[}@var{simargs}@r{]} @dots{}
4644b6e3 21799@cindex built-in simulator target
2df3850c 21800Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 21801In general,
474c8240 21802@smallexample
104c1213
JM
21803 target sim
21804 load
21805 run
474c8240 21806@end smallexample
d4f3574e 21807@noindent
104c1213 21808works; however, you cannot assume that a specific memory map, device
d4f3574e 21809drivers, or even basic I/O is available, although some simulators do
104c1213
JM
21810provide these. For info about any processor-specific simulator details,
21811see the appropriate section in @ref{Embedded Processors, ,Embedded
21812Processors}.
21813
6a3cb8e8
PA
21814@item target native
21815@cindex native target
21816Setup for local/native process debugging. Useful to make the
21817@code{run} command spawn native processes (likewise @code{attach},
21818etc.@:) even when @code{set auto-connect-native-target} is @code{off}
21819(@pxref{set auto-connect-native-target}).
21820
c906108c
SS
21821@end table
21822
5d161b24 21823Different targets are available on different configurations of @value{GDBN};
c906108c 21824your configuration may have more or fewer targets.
c906108c 21825
721c2651
EZ
21826Many remote targets require you to download the executable's code once
21827you've successfully established a connection. You may wish to control
3d00d119
DJ
21828various aspects of this process.
21829
21830@table @code
721c2651
EZ
21831
21832@item set hash
21833@kindex set hash@r{, for remote monitors}
21834@cindex hash mark while downloading
21835This command controls whether a hash mark @samp{#} is displayed while
21836downloading a file to the remote monitor. If on, a hash mark is
21837displayed after each S-record is successfully downloaded to the
21838monitor.
21839
21840@item show hash
21841@kindex show hash@r{, for remote monitors}
21842Show the current status of displaying the hash mark.
21843
21844@item set debug monitor
21845@kindex set debug monitor
21846@cindex display remote monitor communications
21847Enable or disable display of communications messages between
21848@value{GDBN} and the remote monitor.
21849
21850@item show debug monitor
21851@kindex show debug monitor
21852Show the current status of displaying communications between
21853@value{GDBN} and the remote monitor.
a8f24a35 21854@end table
c906108c
SS
21855
21856@table @code
21857
5cf30ebf
LM
21858@kindex load @var{filename} @var{offset}
21859@item load @var{filename} @var{offset}
8edfe269 21860@anchor{load}
c906108c
SS
21861Depending on what remote debugging facilities are configured into
21862@value{GDBN}, the @code{load} command may be available. Where it exists, it
21863is meant to make @var{filename} (an executable) available for debugging
21864on the remote system---by downloading, or dynamic linking, for example.
21865@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
21866the @code{add-symbol-file} command.
21867
21868If your @value{GDBN} does not have a @code{load} command, attempting to
21869execute it gets the error message ``@code{You can't do that when your
21870target is @dots{}}''
c906108c
SS
21871
21872The file is loaded at whatever address is specified in the executable.
21873For some object file formats, you can specify the load address when you
21874link the program; for other formats, like a.out, the object file format
21875specifies a fixed address.
21876@c FIXME! This would be a good place for an xref to the GNU linker doc.
21877
5cf30ebf
LM
21878It is also possible to tell @value{GDBN} to load the executable file at a
21879specific offset described by the optional argument @var{offset}. When
21880@var{offset} is provided, @var{filename} must also be provided.
21881
68437a39
DJ
21882Depending on the remote side capabilities, @value{GDBN} may be able to
21883load programs into flash memory.
21884
c906108c
SS
21885@code{load} does not repeat if you press @key{RET} again after using it.
21886@end table
21887
78cbbba8
LM
21888@table @code
21889
21890@kindex flash-erase
21891@item flash-erase
21892@anchor{flash-erase}
21893
21894Erases all known flash memory regions on the target.
21895
21896@end table
21897
6d2ebf8b 21898@node Byte Order
79a6e687 21899@section Choosing Target Byte Order
7a292a7a 21900
c906108c
SS
21901@cindex choosing target byte order
21902@cindex target byte order
c906108c 21903
eb17f351 21904Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
c906108c
SS
21905offer the ability to run either big-endian or little-endian byte
21906orders. Usually the executable or symbol will include a bit to
21907designate the endian-ness, and you will not need to worry about
21908which to use. However, you may still find it useful to adjust
d4f3574e 21909@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
21910
21911@table @code
4644b6e3 21912@kindex set endian
c906108c
SS
21913@item set endian big
21914Instruct @value{GDBN} to assume the target is big-endian.
21915
c906108c
SS
21916@item set endian little
21917Instruct @value{GDBN} to assume the target is little-endian.
21918
c906108c
SS
21919@item set endian auto
21920Instruct @value{GDBN} to use the byte order associated with the
21921executable.
21922
21923@item show endian
21924Display @value{GDBN}'s current idea of the target byte order.
21925
21926@end table
21927
4b2dfa9d
MR
21928If the @code{set endian auto} mode is in effect and no executable has
21929been selected, then the endianness used is the last one chosen either
21930by one of the @code{set endian big} and @code{set endian little}
21931commands or by inferring from the last executable used. If no
21932endianness has been previously chosen, then the default for this mode
21933is inferred from the target @value{GDBN} has been built for, and is
21934@code{little} if the name of the target CPU has an @code{el} suffix
21935and @code{big} otherwise.
21936
c906108c
SS
21937Note that these commands merely adjust interpretation of symbolic
21938data on the host, and that they have absolutely no effect on the
21939target system.
21940
ea35711c
DJ
21941
21942@node Remote Debugging
21943@chapter Debugging Remote Programs
c906108c
SS
21944@cindex remote debugging
21945
21946If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
21947@value{GDBN} in the usual way, it is often useful to use remote debugging.
21948For example, you might use remote debugging on an operating system kernel,
c906108c
SS
21949or on a small system which does not have a general purpose operating system
21950powerful enough to run a full-featured debugger.
21951
21952Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
21953to make this work with particular debugging targets. In addition,
5d161b24 21954@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
21955but not specific to any particular target system) which you can use if you
21956write the remote stubs---the code that runs on the remote system to
21957communicate with @value{GDBN}.
21958
21959Other remote targets may be available in your
21960configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 21961
6b2f586d 21962@menu
07f31aa6 21963* Connecting:: Connecting to a remote target
a6b151f1 21964* File Transfer:: Sending files to a remote system
6b2f586d 21965* Server:: Using the gdbserver program
79a6e687
BW
21966* Remote Configuration:: Remote configuration
21967* Remote Stub:: Implementing a remote stub
6b2f586d
AC
21968@end menu
21969
07f31aa6 21970@node Connecting
79a6e687 21971@section Connecting to a Remote Target
19d9d4ef
DB
21972@cindex remote debugging, connecting
21973@cindex @code{gdbserver}, connecting
21974@cindex remote debugging, types of connections
21975@cindex @code{gdbserver}, types of connections
21976@cindex @code{gdbserver}, @code{target remote} mode
21977@cindex @code{gdbserver}, @code{target extended-remote} mode
21978
21979This section describes how to connect to a remote target, including the
21980types of connections and their differences, how to set up executable and
21981symbol files on the host and target, and the commands used for
21982connecting to and disconnecting from the remote target.
21983
21984@subsection Types of Remote Connections
21985
21986@value{GDBN} supports two types of remote connections, @code{target remote}
21987mode and @code{target extended-remote} mode. Note that many remote targets
21988support only @code{target remote} mode. There are several major
21989differences between the two types of connections, enumerated here:
21990
21991@table @asis
21992
21993@cindex remote debugging, detach and program exit
21994@item Result of detach or program exit
21995@strong{With target remote mode:} When the debugged program exits or you
21996detach from it, @value{GDBN} disconnects from the target. When using
21997@code{gdbserver}, @code{gdbserver} will exit.
21998
21999@strong{With target extended-remote mode:} When the debugged program exits or
22000you detach from it, @value{GDBN} remains connected to the target, even
22001though no program is running. You can rerun the program, attach to a
22002running program, or use @code{monitor} commands specific to the target.
22003
22004When using @code{gdbserver} in this case, it does not exit unless it was
22005invoked using the @option{--once} option. If the @option{--once} option
22006was not used, you can ask @code{gdbserver} to exit using the
22007@code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
22008
22009@item Specifying the program to debug
22010For both connection types you use the @code{file} command to specify the
22011program on the host system. If you are using @code{gdbserver} there are
22012some differences in how to specify the location of the program on the
22013target.
22014
22015@strong{With target remote mode:} You must either specify the program to debug
22016on the @code{gdbserver} command line or use the @option{--attach} option
22017(@pxref{Attaching to a program,,Attaching to a Running Program}).
22018
22019@cindex @option{--multi}, @code{gdbserver} option
22020@strong{With target extended-remote mode:} You may specify the program to debug
22021on the @code{gdbserver} command line, or you can load the program or attach
22022to it using @value{GDBN} commands after connecting to @code{gdbserver}.
22023
22024@anchor{--multi Option in Types of Remote Connnections}
22025You can start @code{gdbserver} without supplying an initial command to run
22026or process ID to attach. To do this, use the @option{--multi} command line
22027option. Then you can connect using @code{target extended-remote} and start
22028the program you want to debug (see below for details on using the
22029@code{run} command in this scenario). Note that the conditions under which
22030@code{gdbserver} terminates depend on how @value{GDBN} connects to it
22031(@code{target remote} or @code{target extended-remote}). The
22032@option{--multi} option to @code{gdbserver} has no influence on that.
07f31aa6 22033
19d9d4ef
DB
22034@item The @code{run} command
22035@strong{With target remote mode:} The @code{run} command is not
22036supported. Once a connection has been established, you can use all
22037the usual @value{GDBN} commands to examine and change data. The
22038remote program is already running, so you can use commands like
22039@kbd{step} and @kbd{continue}.
22040
22041@strong{With target extended-remote mode:} The @code{run} command is
22042supported. The @code{run} command uses the value set by
22043@code{set remote exec-file} (@pxref{set remote exec-file}) to select
22044the program to run. Command line arguments are supported, except for
22045wildcard expansion and I/O redirection (@pxref{Arguments}).
22046
22047If you specify the program to debug on the command line, then the
22048@code{run} command is not required to start execution, and you can
22049resume using commands like @kbd{step} and @kbd{continue} as with
22050@code{target remote} mode.
22051
22052@anchor{Attaching in Types of Remote Connections}
22053@item Attaching
22054@strong{With target remote mode:} The @value{GDBN} command @code{attach} is
22055not supported. To attach to a running program using @code{gdbserver}, you
22056must use the @option{--attach} option (@pxref{Running gdbserver}).
22057
22058@strong{With target extended-remote mode:} To attach to a running program,
22059you may use the @code{attach} command after the connection has been
22060established. If you are using @code{gdbserver}, you may also invoke
22061@code{gdbserver} using the @option{--attach} option
22062(@pxref{Running gdbserver}).
22063
e47e48f6
PW
22064Some remote targets allow @value{GDBN} to determine the executable file running
22065in the process the debugger is attaching to. In such a case, @value{GDBN}
22066uses the value of @code{exec-file-mismatch} to handle a possible mismatch
22067between the executable file name running in the process and the name of the
22068current exec-file loaded by @value{GDBN} (@pxref{set exec-file-mismatch}).
22069
19d9d4ef
DB
22070@end table
22071
22072@anchor{Host and target files}
22073@subsection Host and Target Files
22074@cindex remote debugging, symbol files
22075@cindex symbol files, remote debugging
22076
22077@value{GDBN}, running on the host, needs access to symbol and debugging
22078information for your program running on the target. This requires
22079access to an unstripped copy of your program, and possibly any associated
22080symbol files. Note that this section applies equally to both @code{target
22081remote} mode and @code{target extended-remote} mode.
22082
22083Some remote targets (@pxref{qXfer executable filename read}, and
22084@pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
22085the same connection used to communicate with @value{GDBN}. With such a
22086target, if the remote program is unstripped, the only command you need is
22087@code{target remote} (or @code{target extended-remote}).
22088
22089If the remote program is stripped, or the target does not support remote
22090program file access, start up @value{GDBN} using the name of the local
1b6e6f5c 22091unstripped copy of your program as the first argument, or use the
19d9d4ef
DB
22092@code{file} command. Use @code{set sysroot} to specify the location (on
22093the host) of target libraries (unless your @value{GDBN} was compiled with
22094the correct sysroot using @code{--with-sysroot}). Alternatively, you
22095may use @code{set solib-search-path} to specify how @value{GDBN} locates
22096target libraries.
22097
22098The symbol file and target libraries must exactly match the executable
22099and libraries on the target, with one exception: the files on the host
22100system should not be stripped, even if the files on the target system
22101are. Mismatched or missing files will lead to confusing results
22102during debugging. On @sc{gnu}/Linux targets, mismatched or missing
22103files may also prevent @code{gdbserver} from debugging multi-threaded
22104programs.
07f31aa6 22105
19d9d4ef
DB
22106@subsection Remote Connection Commands
22107@cindex remote connection commands
c1168a2f
JD
22108@value{GDBN} can communicate with the target over a serial line, a
22109local Unix domain socket, or
86941c27
JB
22110over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22111each case, @value{GDBN} uses the same protocol for debugging your
22112program; only the medium carrying the debugging packets varies. The
19d9d4ef
DB
22113@code{target remote} and @code{target extended-remote} commands
22114establish a connection to the target. Both commands accept the same
22115arguments, which indicate the medium to use:
86941c27
JB
22116
22117@table @code
22118
22119@item target remote @var{serial-device}
19d9d4ef 22120@itemx target extended-remote @var{serial-device}
07f31aa6 22121@cindex serial line, @code{target remote}
86941c27
JB
22122Use @var{serial-device} to communicate with the target. For example,
22123to use a serial line connected to the device named @file{/dev/ttyb}:
22124
22125@smallexample
22126target remote /dev/ttyb
22127@end smallexample
22128
07f31aa6 22129If you're using a serial line, you may want to give @value{GDBN} the
2446f5ea 22130@samp{--baud} option, or use the @code{set serial baud} command
0d12017b 22131(@pxref{Remote Configuration, set serial baud}) before the
9c16f35a 22132@code{target} command.
07f31aa6 22133
c1168a2f
JD
22134@item target remote @var{local-socket}
22135@itemx target extended-remote @var{local-socket}
22136@cindex local socket, @code{target remote}
22137@cindex Unix domain socket
22138Use @var{local-socket} to communicate with the target. For example,
22139to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22140
22141@smallexample
22142target remote /tmp/gdb-socket0
22143@end smallexample
22144
22145Note that this command has the same form as the command to connect
22146to a serial line. @value{GDBN} will automatically determine which
22147kind of file you have specified and will make the appropriate kind
22148of connection.
22149This feature is not available if the host system does not support
22150Unix domain sockets.
22151
86941c27 22152@item target remote @code{@var{host}:@var{port}}
0ca4866a 22153@itemx target remote @code{[@var{host}]:@var{port}}
86941c27 22154@itemx target remote @code{tcp:@var{host}:@var{port}}
0ca4866a 22155@itemx target remote @code{tcp:[@var{host}]:@var{port}}
c7ab0aef
SDJ
22156@itemx target remote @code{tcp4:@var{host}:@var{port}}
22157@itemx target remote @code{tcp6:@var{host}:@var{port}}
0ca4866a 22158@itemx target remote @code{tcp6:[@var{host}]:@var{port}}
19d9d4ef 22159@itemx target extended-remote @code{@var{host}:@var{port}}
0ca4866a 22160@itemx target extended-remote @code{[@var{host}]:@var{port}}
19d9d4ef 22161@itemx target extended-remote @code{tcp:@var{host}:@var{port}}
0ca4866a 22162@itemx target extended-remote @code{tcp:[@var{host}]:@var{port}}
c7ab0aef
SDJ
22163@itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
22164@itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
0ca4866a 22165@itemx target extended-remote @code{tcp6:[@var{host}]:@var{port}}
86941c27 22166@cindex @acronym{TCP} port, @code{target remote}
6a0b3457 22167Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
c7ab0aef
SDJ
22168The @var{host} may be either a host name, a numeric @acronym{IPv4}
22169address, or a numeric @acronym{IPv6} address (with or without the
22170square brackets to separate the address from the port); @var{port}
22171must be a decimal number. The @var{host} could be the target machine
22172itself, if it is directly connected to the net, or it might be a
22173terminal server which in turn has a serial line to the target.
07f31aa6 22174
86941c27
JB
22175For example, to connect to port 2828 on a terminal server named
22176@code{manyfarms}:
07f31aa6
DJ
22177
22178@smallexample
22179target remote manyfarms:2828
22180@end smallexample
22181
c7ab0aef
SDJ
22182To connect to port 2828 on a terminal server whose address is
22183@code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
22184square bracket syntax:
22185
22186@smallexample
22187target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
22188@end smallexample
22189
22190@noindent
22191or explicitly specify the @acronym{IPv6} protocol:
22192
22193@smallexample
22194target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
22195@end smallexample
22196
22197This last example may be confusing to the reader, because there is no
22198visible separation between the hostname and the port number.
22199Therefore, we recommend the user to provide @acronym{IPv6} addresses
22200using square brackets for clarity. However, it is important to
22201mention that for @value{GDBN} there is no ambiguity: the number after
22202the last colon is considered to be the port number.
22203
86941c27
JB
22204If your remote target is actually running on the same machine as your
22205debugger session (e.g.@: a simulator for your target running on the
22206same host), you can omit the hostname. For example, to connect to
22207port 1234 on your local machine:
07f31aa6
DJ
22208
22209@smallexample
22210target remote :1234
22211@end smallexample
22212@noindent
22213
22214Note that the colon is still required here.
22215
86941c27 22216@item target remote @code{udp:@var{host}:@var{port}}
0ca4866a 22217@itemx target remote @code{udp:[@var{host}]:@var{port}}
c7ab0aef 22218@itemx target remote @code{udp4:@var{host}:@var{port}}
0ca4866a 22219@itemx target remote @code{udp6:[@var{host}]:@var{port}}
c7ab0aef 22220@itemx target extended-remote @code{udp:@var{host}:@var{port}}
19d9d4ef 22221@itemx target extended-remote @code{udp:@var{host}:@var{port}}
0ca4866a 22222@itemx target extended-remote @code{udp:[@var{host}]:@var{port}}
c7ab0aef
SDJ
22223@itemx target extended-remote @code{udp4:@var{host}:@var{port}}
22224@itemx target extended-remote @code{udp6:@var{host}:@var{port}}
0ca4866a 22225@itemx target extended-remote @code{udp6:[@var{host}]:@var{port}}
86941c27
JB
22226@cindex @acronym{UDP} port, @code{target remote}
22227Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
22228connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
07f31aa6
DJ
22229
22230@smallexample
22231target remote udp:manyfarms:2828
22232@end smallexample
22233
86941c27
JB
22234When using a @acronym{UDP} connection for remote debugging, you should
22235keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
22236can silently drop packets on busy or unreliable networks, which will
22237cause havoc with your debugging session.
22238
66b8c7f6 22239@item target remote | @var{command}
19d9d4ef 22240@itemx target extended-remote | @var{command}
66b8c7f6
JB
22241@cindex pipe, @code{target remote} to
22242Run @var{command} in the background and communicate with it using a
22243pipe. The @var{command} is a shell command, to be parsed and expanded
22244by the system's command shell, @code{/bin/sh}; it should expect remote
22245protocol packets on its standard input, and send replies on its
22246standard output. You could use this to run a stand-alone simulator
22247that speaks the remote debugging protocol, to make net connections
22248using programs like @code{ssh}, or for other similar tricks.
22249
22250If @var{command} closes its standard output (perhaps by exiting),
22251@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
22252program has already exited, this will have no effect.)
22253
86941c27 22254@end table
07f31aa6 22255
07f31aa6
DJ
22256@cindex interrupting remote programs
22257@cindex remote programs, interrupting
22258Whenever @value{GDBN} is waiting for the remote program, if you type the
c8aa23ab 22259interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
07f31aa6
DJ
22260program. This may or may not succeed, depending in part on the hardware
22261and the serial drivers the remote system uses. If you type the
22262interrupt character once again, @value{GDBN} displays this prompt:
22263
22264@smallexample
22265Interrupted while waiting for the program.
22266Give up (and stop debugging it)? (y or n)
22267@end smallexample
22268
19d9d4ef
DB
22269In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
22270the remote debugging session. (If you decide you want to try again later,
22271you can use @kbd{target remote} again to connect once more.) If you type
22272@kbd{n}, @value{GDBN} goes back to waiting.
22273
22274In @code{target extended-remote} mode, typing @kbd{n} will leave
22275@value{GDBN} connected to the target.
07f31aa6
DJ
22276
22277@table @code
22278@kindex detach (remote)
22279@item detach
22280When you have finished debugging the remote program, you can use the
22281@code{detach} command to release it from @value{GDBN} control.
22282Detaching from the target normally resumes its execution, but the results
22283will depend on your particular remote stub. After the @code{detach}
19d9d4ef
DB
22284command in @code{target remote} mode, @value{GDBN} is free to connect to
22285another target. In @code{target extended-remote} mode, @value{GDBN} is
22286still connected to the target.
07f31aa6
DJ
22287
22288@kindex disconnect
22289@item disconnect
19d9d4ef 22290The @code{disconnect} command closes the connection to the target, and
07f31aa6
DJ
22291the target is generally not resumed. It will wait for @value{GDBN}
22292(this instance or another one) to connect and continue debugging. After
22293the @code{disconnect} command, @value{GDBN} is again free to connect to
22294another target.
09d4efe1
EZ
22295
22296@cindex send command to remote monitor
fad38dfa
EZ
22297@cindex extend @value{GDBN} for remote targets
22298@cindex add new commands for external monitor
09d4efe1
EZ
22299@kindex monitor
22300@item monitor @var{cmd}
fad38dfa
EZ
22301This command allows you to send arbitrary commands directly to the
22302remote monitor. Since @value{GDBN} doesn't care about the commands it
22303sends like this, this command is the way to extend @value{GDBN}---you
22304can add new commands that only the external monitor will understand
22305and implement.
07f31aa6
DJ
22306@end table
22307
a6b151f1
DJ
22308@node File Transfer
22309@section Sending files to a remote system
22310@cindex remote target, file transfer
22311@cindex file transfer
22312@cindex sending files to remote systems
22313
22314Some remote targets offer the ability to transfer files over the same
22315connection used to communicate with @value{GDBN}. This is convenient
22316for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
22317running @code{gdbserver} over a network interface. For other targets,
22318e.g.@: embedded devices with only a single serial port, this may be
22319the only way to upload or download files.
22320
22321Not all remote targets support these commands.
22322
22323@table @code
22324@kindex remote put
22325@item remote put @var{hostfile} @var{targetfile}
22326Copy file @var{hostfile} from the host system (the machine running
22327@value{GDBN}) to @var{targetfile} on the target system.
22328
22329@kindex remote get
22330@item remote get @var{targetfile} @var{hostfile}
22331Copy file @var{targetfile} from the target system to @var{hostfile}
22332on the host system.
22333
22334@kindex remote delete
22335@item remote delete @var{targetfile}
22336Delete @var{targetfile} from the target system.
22337
22338@end table
22339
6f05cf9f 22340@node Server
79a6e687 22341@section Using the @code{gdbserver} Program
6f05cf9f
AC
22342
22343@kindex gdbserver
22344@cindex remote connection without stubs
22345@code{gdbserver} is a control program for Unix-like systems, which
22346allows you to connect your program with a remote @value{GDBN} via
19d9d4ef
DB
22347@code{target remote} or @code{target extended-remote}---but without
22348linking in the usual debugging stub.
6f05cf9f
AC
22349
22350@code{gdbserver} is not a complete replacement for the debugging stubs,
22351because it requires essentially the same operating-system facilities
22352that @value{GDBN} itself does. In fact, a system that can run
22353@code{gdbserver} to connect to a remote @value{GDBN} could also run
22354@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
22355because it is a much smaller program than @value{GDBN} itself. It is
22356also easier to port than all of @value{GDBN}, so you may be able to get
22357started more quickly on a new system by using @code{gdbserver}.
22358Finally, if you develop code for real-time systems, you may find that
22359the tradeoffs involved in real-time operation make it more convenient to
22360do as much development work as possible on another system, for example
22361by cross-compiling. You can use @code{gdbserver} to make a similar
22362choice for debugging.
22363
22364@value{GDBN} and @code{gdbserver} communicate via either a serial line
22365or a TCP connection, using the standard @value{GDBN} remote serial
22366protocol.
22367
2d717e4f
DJ
22368@quotation
22369@emph{Warning:} @code{gdbserver} does not have any built-in security.
22370Do not run @code{gdbserver} connected to any public network; a
22371@value{GDBN} connection to @code{gdbserver} provides access to the
22372target system with the same privileges as the user running
22373@code{gdbserver}.
22374@end quotation
22375
19d9d4ef 22376@anchor{Running gdbserver}
2d717e4f
DJ
22377@subsection Running @code{gdbserver}
22378@cindex arguments, to @code{gdbserver}
d9b1a651 22379@cindex @code{gdbserver}, command-line arguments
2d717e4f
DJ
22380
22381Run @code{gdbserver} on the target system. You need a copy of the
22382program you want to debug, including any libraries it requires.
6f05cf9f
AC
22383@code{gdbserver} does not need your program's symbol table, so you can
22384strip the program if necessary to save space. @value{GDBN} on the host
22385system does all the symbol handling.
22386
22387To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 22388the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
22389syntax is:
22390
22391@smallexample
22392target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
22393@end smallexample
22394
6cf36756
SM
22395@var{comm} is either a device name (to use a serial line), or a TCP
22396hostname and portnumber, or @code{-} or @code{stdio} to use
22397stdin/stdout of @code{gdbserver}.
e0f9f062 22398For example, to debug Emacs with the argument
6f05cf9f
AC
22399@samp{foo.txt} and communicate with @value{GDBN} over the serial port
22400@file{/dev/com1}:
22401
22402@smallexample
22403target> gdbserver /dev/com1 emacs foo.txt
22404@end smallexample
22405
6cf36756
SM
22406@code{gdbserver} waits passively for the host @value{GDBN} to communicate
22407with it.
6f05cf9f
AC
22408
22409To use a TCP connection instead of a serial line:
22410
22411@smallexample
22412target> gdbserver host:2345 emacs foo.txt
22413@end smallexample
22414
22415The only difference from the previous example is the first argument,
22416specifying that you are communicating with the host @value{GDBN} via
22417TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
22418expect a TCP connection from machine @samp{host} to local TCP port 2345.
22419(Currently, the @samp{host} part is ignored.) You can choose any number
22420you want for the port number as long as it does not conflict with any
22421TCP ports already in use on the target system (for example, @code{23} is
22422reserved for @code{telnet}).@footnote{If you choose a port number that
22423conflicts with another service, @code{gdbserver} prints an error message
22424and exits.} You must use the same port number with the host @value{GDBN}
22425@code{target remote} command.
22426
6cf36756
SM
22427The @code{stdio} connection is useful when starting @code{gdbserver}
22428with ssh:
e0f9f062
DE
22429
22430@smallexample
6cf36756 22431(gdb) target remote | ssh -T hostname gdbserver - hello
e0f9f062
DE
22432@end smallexample
22433
6cf36756
SM
22434The @samp{-T} option to ssh is provided because we don't need a remote pty,
22435and we don't want escape-character handling. Ssh does this by default when
22436a command is provided, the flag is provided to make it explicit.
22437You could elide it if you want to.
e0f9f062 22438
6cf36756
SM
22439Programs started with stdio-connected gdbserver have @file{/dev/null} for
22440@code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
22441display through a pipe connected to gdbserver.
22442Both @code{stdout} and @code{stderr} use the same pipe.
e0f9f062 22443
19d9d4ef 22444@anchor{Attaching to a program}
2d717e4f 22445@subsubsection Attaching to a Running Program
d9b1a651
EZ
22446@cindex attach to a program, @code{gdbserver}
22447@cindex @option{--attach}, @code{gdbserver} option
2d717e4f 22448
56460a61
DJ
22449On some targets, @code{gdbserver} can also attach to running programs.
22450This is accomplished via the @code{--attach} argument. The syntax is:
22451
22452@smallexample
2d717e4f 22453target> gdbserver --attach @var{comm} @var{pid}
56460a61
DJ
22454@end smallexample
22455
19d9d4ef
DB
22456@var{pid} is the process ID of a currently running process. It isn't
22457necessary to point @code{gdbserver} at a binary for the running process.
22458
22459In @code{target extended-remote} mode, you can also attach using the
22460@value{GDBN} attach command
22461(@pxref{Attaching in Types of Remote Connections}).
56460a61 22462
b1fe9455 22463@pindex pidof
b1fe9455
DJ
22464You can debug processes by name instead of process ID if your target has the
22465@code{pidof} utility:
22466
22467@smallexample
2d717e4f 22468target> gdbserver --attach @var{comm} `pidof @var{program}`
b1fe9455
DJ
22469@end smallexample
22470
f822c95b 22471In case more than one copy of @var{program} is running, or @var{program}
b1fe9455
DJ
22472has multiple threads, most versions of @code{pidof} support the
22473@code{-s} option to only return the first process ID.
22474
03f2bd59
JK
22475@subsubsection TCP port allocation lifecycle of @code{gdbserver}
22476
19d9d4ef
DB
22477This section applies only when @code{gdbserver} is run to listen on a TCP
22478port.
03f2bd59
JK
22479
22480@code{gdbserver} normally terminates after all of its debugged processes have
22481terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
22482extended-remote}, @code{gdbserver} stays running even with no processes left.
22483@value{GDBN} normally terminates the spawned debugged process on its exit,
22484which normally also terminates @code{gdbserver} in the @kbd{target remote}
22485mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
22486cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
22487stays running even in the @kbd{target remote} mode.
22488
22489When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
22490Such reconnecting is useful for features like @ref{disconnected tracing}. For
22491completeness, at most one @value{GDBN} can be connected at a time.
22492
22493@cindex @option{--once}, @code{gdbserver} option
22494By default, @code{gdbserver} keeps the listening TCP port open, so that
6e8c5661 22495subsequent connections are possible. However, if you start @code{gdbserver}
03f2bd59
JK
22496with the @option{--once} option, it will stop listening for any further
22497connection attempts after connecting to the first @value{GDBN} session. This
22498means no further connections to @code{gdbserver} will be possible after the
22499first one. It also means @code{gdbserver} will terminate after the first
22500connection with remote @value{GDBN} has closed, even for unexpectedly closed
22501connections and even in the @kbd{target extended-remote} mode. The
22502@option{--once} option allows reusing the same port number for connecting to
22503multiple instances of @code{gdbserver} running on the same host, since each
22504instance closes its port after the first connection.
2d717e4f 22505
87ce2a04 22506@anchor{Other Command-Line Arguments for gdbserver}
2d717e4f
DJ
22507@subsubsection Other Command-Line Arguments for @code{gdbserver}
22508
19d9d4ef
DB
22509You can use the @option{--multi} option to start @code{gdbserver} without
22510specifying a program to debug or a process to attach to. Then you can
22511attach in @code{target extended-remote} mode and run or attach to a
22512program. For more information,
22513@pxref{--multi Option in Types of Remote Connnections}.
22514
d9b1a651 22515@cindex @option{--debug}, @code{gdbserver} option
62709adf 22516The @option{--debug} option tells @code{gdbserver} to display extra
d9b1a651
EZ
22517status information about the debugging process.
22518@cindex @option{--remote-debug}, @code{gdbserver} option
22519The @option{--remote-debug} option tells @code{gdbserver} to display
aeb2e706
AH
22520remote protocol debug output.
22521@cindex @option{--debug-file}, @code{gdbserver} option
22522@cindex @code{gdbserver}, send all debug output to a single file
22523The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
22524write any debug output to the given @var{filename}. These options are intended
22525for @code{gdbserver} development and for bug reports to the developers.
2d717e4f 22526
87ce2a04
DE
22527@cindex @option{--debug-format}, @code{gdbserver} option
22528The @option{--debug-format=option1[,option2,...]} option tells
22529@code{gdbserver} to include additional information in each output.
22530Possible options are:
22531
22532@table @code
22533@item none
22534Turn off all extra information in debugging output.
22535@item all
22536Turn on all extra information in debugging output.
22537@item timestamps
22538Include a timestamp in each line of debugging output.
22539@end table
22540
22541Options are processed in order. Thus, for example, if @option{none}
22542appears last then no additional information is added to debugging output.
22543
d9b1a651 22544@cindex @option{--wrapper}, @code{gdbserver} option
ccd213ac
DJ
22545The @option{--wrapper} option specifies a wrapper to launch programs
22546for debugging. The option should be followed by the name of the
22547wrapper, then any command-line arguments to pass to the wrapper, then
22548@kbd{--} indicating the end of the wrapper arguments.
22549
22550@code{gdbserver} runs the specified wrapper program with a combined
22551command line including the wrapper arguments, then the name of the
22552program to debug, then any arguments to the program. The wrapper
22553runs until it executes your program, and then @value{GDBN} gains control.
22554
22555You can use any program that eventually calls @code{execve} with
22556its arguments as a wrapper. Several standard Unix utilities do
22557this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
22558with @code{exec "$@@"} will also work.
22559
22560For example, you can use @code{env} to pass an environment variable to
22561the debugged program, without setting the variable in @code{gdbserver}'s
22562environment:
22563
22564@smallexample
22565$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
22566@end smallexample
22567
6d580b63
YQ
22568@cindex @option{--selftest}
22569The @option{--selftest} option runs the self tests in @code{gdbserver}:
22570
22571@smallexample
22572$ gdbserver --selftest
22573Ran 2 unit tests, 0 failed
22574@end smallexample
22575
22576These tests are disabled in release.
2d717e4f
DJ
22577@subsection Connecting to @code{gdbserver}
22578
19d9d4ef
DB
22579The basic procedure for connecting to the remote target is:
22580@itemize
2d717e4f 22581
19d9d4ef
DB
22582@item
22583Run @value{GDBN} on the host system.
f822c95b 22584
19d9d4ef
DB
22585@item
22586Make sure you have the necessary symbol files
22587(@pxref{Host and target files}).
22588Load symbols for your application using the @code{file} command before you
22589connect. Use @code{set sysroot} to locate target libraries (unless your
22590@value{GDBN} was compiled with the correct sysroot using
22591@code{--with-sysroot}).
f822c95b 22592
19d9d4ef 22593@item
79a6e687 22594Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
6f05cf9f 22595For TCP connections, you must start up @code{gdbserver} prior to using
19d9d4ef 22596the @code{target} command. Otherwise you may get an error whose
6f05cf9f 22597text depends on the host system, but which usually looks something like
2d717e4f 22598@samp{Connection refused}. Don't use the @code{load}
19d9d4ef
DB
22599command in @value{GDBN} when using @code{target remote} mode, since the
22600program is already on the target.
22601
22602@end itemize
07f31aa6 22603
19d9d4ef 22604@anchor{Monitor Commands for gdbserver}
79a6e687 22605@subsection Monitor Commands for @code{gdbserver}
c74d0ad8
DJ
22606@cindex monitor commands, for @code{gdbserver}
22607
22608During a @value{GDBN} session using @code{gdbserver}, you can use the
22609@code{monitor} command to send special requests to @code{gdbserver}.
2d717e4f 22610Here are the available commands.
c74d0ad8
DJ
22611
22612@table @code
22613@item monitor help
22614List the available monitor commands.
22615
22616@item monitor set debug 0
22617@itemx monitor set debug 1
22618Disable or enable general debugging messages.
22619
22620@item monitor set remote-debug 0
22621@itemx monitor set remote-debug 1
22622Disable or enable specific debugging messages associated with the remote
22623protocol (@pxref{Remote Protocol}).
22624
aeb2e706
AH
22625@item monitor set debug-file filename
22626@itemx monitor set debug-file
22627Send any debug output to the given file, or to stderr.
22628
87ce2a04
DE
22629@item monitor set debug-format option1@r{[},option2,...@r{]}
22630Specify additional text to add to debugging messages.
22631Possible options are:
22632
22633@table @code
22634@item none
22635Turn off all extra information in debugging output.
22636@item all
22637Turn on all extra information in debugging output.
22638@item timestamps
22639Include a timestamp in each line of debugging output.
22640@end table
22641
22642Options are processed in order. Thus, for example, if @option{none}
22643appears last then no additional information is added to debugging output.
22644
cdbfd419
PP
22645@item monitor set libthread-db-search-path [PATH]
22646@cindex gdbserver, search path for @code{libthread_db}
22647When this command is issued, @var{path} is a colon-separated list of
22648directories to search for @code{libthread_db} (@pxref{Threads,,set
22649libthread-db-search-path}). If you omit @var{path},
84e578fb 22650@samp{libthread-db-search-path} will be reset to its default value.
cdbfd419 22651
98a5dd13
DE
22652The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
22653not supported in @code{gdbserver}.
22654
2d717e4f
DJ
22655@item monitor exit
22656Tell gdbserver to exit immediately. This command should be followed by
22657@code{disconnect} to close the debugging session. @code{gdbserver} will
22658detach from any attached processes and kill any processes it created.
22659Use @code{monitor exit} to terminate @code{gdbserver} at the end
22660of a multi-process mode debug session.
22661
c74d0ad8
DJ
22662@end table
22663
fa593d66
PA
22664@subsection Tracepoints support in @code{gdbserver}
22665@cindex tracepoints support in @code{gdbserver}
22666
0fb4aa4b
PA
22667On some targets, @code{gdbserver} supports tracepoints, fast
22668tracepoints and static tracepoints.
fa593d66 22669
0fb4aa4b 22670For fast or static tracepoints to work, a special library called the
fa593d66
PA
22671@dfn{in-process agent} (IPA), must be loaded in the inferior process.
22672This library is built and distributed as an integral part of
0fb4aa4b
PA
22673@code{gdbserver}. In addition, support for static tracepoints
22674requires building the in-process agent library with static tracepoints
22675support. At present, the UST (LTTng Userspace Tracer,
22676@url{http://lttng.org/ust}) tracing engine is supported. This support
22677is automatically available if UST development headers are found in the
22678standard include path when @code{gdbserver} is built, or if
22679@code{gdbserver} was explicitly configured using @option{--with-ust}
22680to point at such headers. You can explicitly disable the support
22681using @option{--with-ust=no}.
fa593d66
PA
22682
22683There are several ways to load the in-process agent in your program:
22684
22685@table @code
22686@item Specifying it as dependency at link time
22687
22688You can link your program dynamically with the in-process agent
22689library. On most systems, this is accomplished by adding
22690@code{-linproctrace} to the link command.
22691
22692@item Using the system's preloading mechanisms
22693
22694You can force loading the in-process agent at startup time by using
22695your system's support for preloading shared libraries. Many Unixes
22696support the concept of preloading user defined libraries. In most
22697cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
22698in the environment. See also the description of @code{gdbserver}'s
22699@option{--wrapper} command line option.
22700
22701@item Using @value{GDBN} to force loading the agent at run time
22702
22703On some systems, you can force the inferior to load a shared library,
22704by calling a dynamic loader function in the inferior that takes care
22705of dynamically looking up and loading a shared library. On most Unix
22706systems, the function is @code{dlopen}. You'll use the @code{call}
22707command for that. For example:
22708
22709@smallexample
22710(@value{GDBP}) call dlopen ("libinproctrace.so", ...)
22711@end smallexample
22712
22713Note that on most Unix systems, for the @code{dlopen} function to be
22714available, the program needs to be linked with @code{-ldl}.
22715@end table
22716
22717On systems that have a userspace dynamic loader, like most Unix
22718systems, when you connect to @code{gdbserver} using @code{target
22719remote}, you'll find that the program is stopped at the dynamic
22720loader's entry point, and no shared library has been loaded in the
22721program's address space yet, including the in-process agent. In that
0fb4aa4b
PA
22722case, before being able to use any of the fast or static tracepoints
22723features, you need to let the loader run and load the shared
22724libraries. The simplest way to do that is to run the program to the
22725main procedure. E.g., if debugging a C or C@t{++} program, start
fa593d66
PA
22726@code{gdbserver} like so:
22727
22728@smallexample
22729$ gdbserver :9999 myprogram
22730@end smallexample
22731
22732Start GDB and connect to @code{gdbserver} like so, and run to main:
22733
22734@smallexample
22735$ gdb myprogram
22736(@value{GDBP}) target remote myhost:9999
227370x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
22738(@value{GDBP}) b main
22739(@value{GDBP}) continue
22740@end smallexample
22741
22742The in-process tracing agent library should now be loaded into the
22743process; you can confirm it with the @code{info sharedlibrary}
22744command, which will list @file{libinproctrace.so} as loaded in the
0fb4aa4b
PA
22745process. You are now ready to install fast tracepoints, list static
22746tracepoint markers, probe static tracepoints markers, and start
fa593d66
PA
22747tracing.
22748
79a6e687
BW
22749@node Remote Configuration
22750@section Remote Configuration
501eef12 22751
9c16f35a
EZ
22752@kindex set remote
22753@kindex show remote
22754This section documents the configuration options available when
22755debugging remote programs. For the options related to the File I/O
fc320d37 22756extensions of the remote protocol, see @ref{system,
9c16f35a 22757system-call-allowed}.
501eef12
AC
22758
22759@table @code
9c16f35a 22760@item set remoteaddresssize @var{bits}
d3e8051b 22761@cindex address size for remote targets
9c16f35a
EZ
22762@cindex bits in remote address
22763Set the maximum size of address in a memory packet to the specified
22764number of bits. @value{GDBN} will mask off the address bits above
22765that number, when it passes addresses to the remote target. The
22766default value is the number of bits in the target's address.
22767
22768@item show remoteaddresssize
22769Show the current value of remote address size in bits.
22770
0d12017b 22771@item set serial baud @var{n}
9c16f35a
EZ
22772@cindex baud rate for remote targets
22773Set the baud rate for the remote serial I/O to @var{n} baud. The
22774value is used to set the speed of the serial port used for debugging
22775remote targets.
22776
0d12017b 22777@item show serial baud
9c16f35a
EZ
22778Show the current speed of the remote connection.
22779
236af5e3
YG
22780@item set serial parity @var{parity}
22781Set the parity for the remote serial I/O. Supported values of @var{parity} are:
22782@code{even}, @code{none}, and @code{odd}. The default is @code{none}.
22783
22784@item show serial parity
22785Show the current parity of the serial port.
22786
9c16f35a
EZ
22787@item set remotebreak
22788@cindex interrupt remote programs
22789@cindex BREAK signal instead of Ctrl-C
9a6253be 22790@anchor{set remotebreak}
9c16f35a 22791If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
c8aa23ab 22792when you type @kbd{Ctrl-c} to interrupt the program running
9a7a1b36 22793on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
9c16f35a
EZ
22794character instead. The default is off, since most remote systems
22795expect to see @samp{Ctrl-C} as the interrupt signal.
22796
22797@item show remotebreak
22798Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
22799interrupt the remote program.
22800
23776285
MR
22801@item set remoteflow on
22802@itemx set remoteflow off
22803@kindex set remoteflow
22804Enable or disable hardware flow control (@code{RTS}/@code{CTS})
22805on the serial port used to communicate to the remote target.
22806
22807@item show remoteflow
22808@kindex show remoteflow
22809Show the current setting of hardware flow control.
22810
9c16f35a
EZ
22811@item set remotelogbase @var{base}
22812Set the base (a.k.a.@: radix) of logging serial protocol
22813communications to @var{base}. Supported values of @var{base} are:
22814@code{ascii}, @code{octal}, and @code{hex}. The default is
22815@code{ascii}.
22816
22817@item show remotelogbase
22818Show the current setting of the radix for logging remote serial
22819protocol.
22820
22821@item set remotelogfile @var{file}
22822@cindex record serial communications on file
22823Record remote serial communications on the named @var{file}. The
22824default is not to record at all.
22825
2d8b6830 22826@item show remotelogfile
9c16f35a
EZ
22827Show the current setting of the file name on which to record the
22828serial communications.
22829
22830@item set remotetimeout @var{num}
22831@cindex timeout for serial communications
22832@cindex remote timeout
22833Set the timeout limit to wait for the remote target to respond to
22834@var{num} seconds. The default is 2 seconds.
22835
22836@item show remotetimeout
22837Show the current number of seconds to wait for the remote target
22838responses.
22839
22840@cindex limit hardware breakpoints and watchpoints
22841@cindex remote target, limit break- and watchpoints
501eef12
AC
22842@anchor{set remote hardware-watchpoint-limit}
22843@anchor{set remote hardware-breakpoint-limit}
22844@item set remote hardware-watchpoint-limit @var{limit}
22845@itemx set remote hardware-breakpoint-limit @var{limit}
055303e2
AB
22846Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
22847or breakpoints. The @var{limit} can be set to 0 to disable hardware
22848watchpoints or breakpoints, and @code{unlimited} for unlimited
22849watchpoints or breakpoints.
22850
22851@item show remote hardware-watchpoint-limit
22852@itemx show remote hardware-breakpoint-limit
22853Show the current limit for the number of hardware watchpoints or
22854breakpoints that @value{GDBN} can use.
2d717e4f 22855
480a3f21
PW
22856@cindex limit hardware watchpoints length
22857@cindex remote target, limit watchpoints length
22858@anchor{set remote hardware-watchpoint-length-limit}
22859@item set remote hardware-watchpoint-length-limit @var{limit}
055303e2
AB
22860Restrict @value{GDBN} to using @var{limit} bytes for the maximum
22861length of a remote hardware watchpoint. A @var{limit} of 0 disables
22862hardware watchpoints and @code{unlimited} allows watchpoints of any
22863length.
480a3f21
PW
22864
22865@item show remote hardware-watchpoint-length-limit
22866Show the current limit (in bytes) of the maximum length of
22867a remote hardware watchpoint.
22868
2d717e4f
DJ
22869@item set remote exec-file @var{filename}
22870@itemx show remote exec-file
22871@anchor{set remote exec-file}
22872@cindex executable file, for remote target
22873Select the file used for @code{run} with @code{target
22874extended-remote}. This should be set to a filename valid on the
22875target system. If it is not set, the target will use a default
22876filename (e.g.@: the last program run).
84603566 22877
9a7071a8
JB
22878@item set remote interrupt-sequence
22879@cindex interrupt remote programs
22880@cindex select Ctrl-C, BREAK or BREAK-g
22881Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
22882@samp{BREAK-g} as the
22883sequence to the remote target in order to interrupt the execution.
22884@samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
22885is high level of serial line for some certain time.
22886Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
22887It is @code{BREAK} signal followed by character @code{g}.
22888
22889@item show interrupt-sequence
22890Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
22891is sent by @value{GDBN} to interrupt the remote program.
22892@code{BREAK-g} is BREAK signal followed by @code{g} and
22893also known as Magic SysRq g.
22894
22895@item set remote interrupt-on-connect
22896@cindex send interrupt-sequence on start
22897Specify whether interrupt-sequence is sent to remote target when
22898@value{GDBN} connects to it. This is mostly needed when you debug
22899Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
22900which is known as Magic SysRq g in order to connect @value{GDBN}.
22901
22902@item show interrupt-on-connect
22903Show whether interrupt-sequence is sent
22904to remote target when @value{GDBN} connects to it.
22905
84603566
SL
22906@kindex set tcp
22907@kindex show tcp
22908@item set tcp auto-retry on
22909@cindex auto-retry, for remote TCP target
22910Enable auto-retry for remote TCP connections. This is useful if the remote
22911debugging agent is launched in parallel with @value{GDBN}; there is a race
22912condition because the agent may not become ready to accept the connection
22913before @value{GDBN} attempts to connect. When auto-retry is
22914enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
22915to establish the connection using the timeout specified by
22916@code{set tcp connect-timeout}.
22917
22918@item set tcp auto-retry off
22919Do not auto-retry failed TCP connections.
22920
22921@item show tcp auto-retry
22922Show the current auto-retry setting.
22923
22924@item set tcp connect-timeout @var{seconds}
f81d1120 22925@itemx set tcp connect-timeout unlimited
84603566
SL
22926@cindex connection timeout, for remote TCP target
22927@cindex timeout, for remote target connection
22928Set the timeout for establishing a TCP connection to the remote target to
22929@var{seconds}. The timeout affects both polling to retry failed connections
22930(enabled by @code{set tcp auto-retry on}) and waiting for connections
22931that are merely slow to complete, and represents an approximate cumulative
f81d1120
PA
22932value. If @var{seconds} is @code{unlimited}, there is no timeout and
22933@value{GDBN} will keep attempting to establish a connection forever,
22934unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
84603566
SL
22935
22936@item show tcp connect-timeout
22937Show the current connection timeout setting.
501eef12
AC
22938@end table
22939
427c3a89
DJ
22940@cindex remote packets, enabling and disabling
22941The @value{GDBN} remote protocol autodetects the packets supported by
22942your debugging stub. If you need to override the autodetection, you
22943can use these commands to enable or disable individual packets. Each
22944packet can be set to @samp{on} (the remote target supports this
22945packet), @samp{off} (the remote target does not support this packet),
22946or @samp{auto} (detect remote target support for this packet). They
22947all default to @samp{auto}. For more information about each packet,
22948see @ref{Remote Protocol}.
22949
22950During normal use, you should not have to use any of these commands.
22951If you do, that may be a bug in your remote debugging stub, or a bug
22952in @value{GDBN}. You may want to report the problem to the
22953@value{GDBN} developers.
22954
cfa9d6d9
DJ
22955For each packet @var{name}, the command to enable or disable the
22956packet is @code{set remote @var{name}-packet}. The available settings
22957are:
427c3a89 22958
cfa9d6d9 22959@multitable @columnfractions 0.28 0.32 0.25
427c3a89
DJ
22960@item Command Name
22961@tab Remote Packet
22962@tab Related Features
22963
cfa9d6d9 22964@item @code{fetch-register}
427c3a89
DJ
22965@tab @code{p}
22966@tab @code{info registers}
22967
cfa9d6d9 22968@item @code{set-register}
427c3a89
DJ
22969@tab @code{P}
22970@tab @code{set}
22971
cfa9d6d9 22972@item @code{binary-download}
427c3a89
DJ
22973@tab @code{X}
22974@tab @code{load}, @code{set}
22975
cfa9d6d9 22976@item @code{read-aux-vector}
427c3a89
DJ
22977@tab @code{qXfer:auxv:read}
22978@tab @code{info auxv}
22979
cfa9d6d9 22980@item @code{symbol-lookup}
427c3a89
DJ
22981@tab @code{qSymbol}
22982@tab Detecting multiple threads
22983
2d717e4f
DJ
22984@item @code{attach}
22985@tab @code{vAttach}
22986@tab @code{attach}
22987
cfa9d6d9 22988@item @code{verbose-resume}
427c3a89
DJ
22989@tab @code{vCont}
22990@tab Stepping or resuming multiple threads
22991
2d717e4f
DJ
22992@item @code{run}
22993@tab @code{vRun}
22994@tab @code{run}
22995
cfa9d6d9 22996@item @code{software-breakpoint}
427c3a89
DJ
22997@tab @code{Z0}
22998@tab @code{break}
22999
cfa9d6d9 23000@item @code{hardware-breakpoint}
427c3a89
DJ
23001@tab @code{Z1}
23002@tab @code{hbreak}
23003
cfa9d6d9 23004@item @code{write-watchpoint}
427c3a89
DJ
23005@tab @code{Z2}
23006@tab @code{watch}
23007
cfa9d6d9 23008@item @code{read-watchpoint}
427c3a89
DJ
23009@tab @code{Z3}
23010@tab @code{rwatch}
23011
cfa9d6d9 23012@item @code{access-watchpoint}
427c3a89
DJ
23013@tab @code{Z4}
23014@tab @code{awatch}
23015
c78fa86a
GB
23016@item @code{pid-to-exec-file}
23017@tab @code{qXfer:exec-file:read}
23018@tab @code{attach}, @code{run}
23019
cfa9d6d9
DJ
23020@item @code{target-features}
23021@tab @code{qXfer:features:read}
23022@tab @code{set architecture}
23023
23024@item @code{library-info}
23025@tab @code{qXfer:libraries:read}
23026@tab @code{info sharedlibrary}
23027
23028@item @code{memory-map}
23029@tab @code{qXfer:memory-map:read}
23030@tab @code{info mem}
23031
0fb4aa4b
PA
23032@item @code{read-sdata-object}
23033@tab @code{qXfer:sdata:read}
23034@tab @code{print $_sdata}
23035
4aa995e1
PA
23036@item @code{read-siginfo-object}
23037@tab @code{qXfer:siginfo:read}
23038@tab @code{print $_siginfo}
23039
23040@item @code{write-siginfo-object}
23041@tab @code{qXfer:siginfo:write}
23042@tab @code{set $_siginfo}
23043
dc146f7c
VP
23044@item @code{threads}
23045@tab @code{qXfer:threads:read}
23046@tab @code{info threads}
23047
cfa9d6d9 23048@item @code{get-thread-local-@*storage-address}
427c3a89
DJ
23049@tab @code{qGetTLSAddr}
23050@tab Displaying @code{__thread} variables
23051
711e434b
PM
23052@item @code{get-thread-information-block-address}
23053@tab @code{qGetTIBAddr}
23054@tab Display MS-Windows Thread Information Block.
23055
08388c79
DE
23056@item @code{search-memory}
23057@tab @code{qSearch:memory}
23058@tab @code{find}
23059
427c3a89
DJ
23060@item @code{supported-packets}
23061@tab @code{qSupported}
23062@tab Remote communications parameters
23063
82075af2
JS
23064@item @code{catch-syscalls}
23065@tab @code{QCatchSyscalls}
23066@tab @code{catch syscall}
23067
cfa9d6d9 23068@item @code{pass-signals}
89be2091
DJ
23069@tab @code{QPassSignals}
23070@tab @code{handle @var{signal}}
23071
9b224c5e
PA
23072@item @code{program-signals}
23073@tab @code{QProgramSignals}
23074@tab @code{handle @var{signal}}
23075
a6b151f1
DJ
23076@item @code{hostio-close-packet}
23077@tab @code{vFile:close}
23078@tab @code{remote get}, @code{remote put}
23079
23080@item @code{hostio-open-packet}
23081@tab @code{vFile:open}
23082@tab @code{remote get}, @code{remote put}
23083
23084@item @code{hostio-pread-packet}
23085@tab @code{vFile:pread}
23086@tab @code{remote get}, @code{remote put}
23087
23088@item @code{hostio-pwrite-packet}
23089@tab @code{vFile:pwrite}
23090@tab @code{remote get}, @code{remote put}
23091
23092@item @code{hostio-unlink-packet}
23093@tab @code{vFile:unlink}
23094@tab @code{remote delete}
a6f3e723 23095
b9e7b9c3
UW
23096@item @code{hostio-readlink-packet}
23097@tab @code{vFile:readlink}
23098@tab Host I/O
23099
0a93529c
GB
23100@item @code{hostio-fstat-packet}
23101@tab @code{vFile:fstat}
23102@tab Host I/O
23103
15a201c8
GB
23104@item @code{hostio-setfs-packet}
23105@tab @code{vFile:setfs}
23106@tab Host I/O
23107
a6f3e723
SL
23108@item @code{noack-packet}
23109@tab @code{QStartNoAckMode}
23110@tab Packet acknowledgment
07e059b5
VP
23111
23112@item @code{osdata}
23113@tab @code{qXfer:osdata:read}
23114@tab @code{info os}
0b16c5cf
PA
23115
23116@item @code{query-attached}
23117@tab @code{qAttached}
23118@tab Querying remote process attach state.
b3b9301e 23119
a46c1e42
PA
23120@item @code{trace-buffer-size}
23121@tab @code{QTBuffer:size}
23122@tab @code{set trace-buffer-size}
23123
bd3eecc3
PA
23124@item @code{trace-status}
23125@tab @code{qTStatus}
23126@tab @code{tstatus}
23127
b3b9301e
PA
23128@item @code{traceframe-info}
23129@tab @code{qXfer:traceframe-info:read}
23130@tab Traceframe info
03583c20 23131
1e4d1764
YQ
23132@item @code{install-in-trace}
23133@tab @code{InstallInTrace}
23134@tab Install tracepoint in tracing
23135
03583c20
UW
23136@item @code{disable-randomization}
23137@tab @code{QDisableRandomization}
23138@tab @code{set disable-randomization}
83364271 23139
aefd8b33
SDJ
23140@item @code{startup-with-shell}
23141@tab @code{QStartupWithShell}
23142@tab @code{set startup-with-shell}
23143
0a2dde4a
SDJ
23144@item @code{environment-hex-encoded}
23145@tab @code{QEnvironmentHexEncoded}
23146@tab @code{set environment}
23147
23148@item @code{environment-unset}
23149@tab @code{QEnvironmentUnset}
23150@tab @code{unset environment}
23151
23152@item @code{environment-reset}
23153@tab @code{QEnvironmentReset}
23154@tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23155
bc3b087d
SDJ
23156@item @code{set-working-dir}
23157@tab @code{QSetWorkingDir}
23158@tab @code{set cwd}
23159
83364271
LM
23160@item @code{conditional-breakpoints-packet}
23161@tab @code{Z0 and Z1}
23162@tab @code{Support for target-side breakpoint condition evaluation}
f7e6eed5 23163
73b8c1fd
PA
23164@item @code{multiprocess-extensions}
23165@tab @code{multiprocess extensions}
23166@tab Debug multiple processes and remote process PID awareness
23167
f7e6eed5
PA
23168@item @code{swbreak-feature}
23169@tab @code{swbreak stop reason}
23170@tab @code{break}
23171
23172@item @code{hwbreak-feature}
23173@tab @code{hwbreak stop reason}
23174@tab @code{hbreak}
23175
0d71eef5
DB
23176@item @code{fork-event-feature}
23177@tab @code{fork stop reason}
23178@tab @code{fork}
23179
23180@item @code{vfork-event-feature}
23181@tab @code{vfork stop reason}
23182@tab @code{vfork}
23183
b459a59b
DB
23184@item @code{exec-event-feature}
23185@tab @code{exec stop reason}
23186@tab @code{exec}
23187
65706a29
PA
23188@item @code{thread-events}
23189@tab @code{QThreadEvents}
23190@tab Tracking thread lifetime.
23191
f2faf941
PA
23192@item @code{no-resumed-stop-reply}
23193@tab @code{no resumed thread left stop reply}
23194@tab Tracking thread lifetime.
23195
427c3a89
DJ
23196@end multitable
23197
79a6e687
BW
23198@node Remote Stub
23199@section Implementing a Remote Stub
7a292a7a 23200
8e04817f
AC
23201@cindex debugging stub, example
23202@cindex remote stub, example
23203@cindex stub example, remote debugging
23204The stub files provided with @value{GDBN} implement the target side of the
23205communication protocol, and the @value{GDBN} side is implemented in the
23206@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
23207these subroutines to communicate, and ignore the details. (If you're
23208implementing your own stub file, you can still ignore the details: start
23209with one of the existing stub files. @file{sparc-stub.c} is the best
23210organized, and therefore the easiest to read.)
23211
104c1213
JM
23212@cindex remote serial debugging, overview
23213To debug a program running on another machine (the debugging
23214@dfn{target} machine), you must first arrange for all the usual
23215prerequisites for the program to run by itself. For example, for a C
23216program, you need:
c906108c 23217
104c1213
JM
23218@enumerate
23219@item
23220A startup routine to set up the C runtime environment; these usually
23221have a name like @file{crt0}. The startup routine may be supplied by
23222your hardware supplier, or you may have to write your own.
96baa820 23223
5d161b24 23224@item
d4f3574e 23225A C subroutine library to support your program's
104c1213 23226subroutine calls, notably managing input and output.
96baa820 23227
104c1213
JM
23228@item
23229A way of getting your program to the other machine---for example, a
23230download program. These are often supplied by the hardware
23231manufacturer, but you may have to write your own from hardware
23232documentation.
23233@end enumerate
96baa820 23234
104c1213
JM
23235The next step is to arrange for your program to use a serial port to
23236communicate with the machine where @value{GDBN} is running (the @dfn{host}
23237machine). In general terms, the scheme looks like this:
96baa820 23238
104c1213
JM
23239@table @emph
23240@item On the host,
23241@value{GDBN} already understands how to use this protocol; when everything
23242else is set up, you can simply use the @samp{target remote} command
23243(@pxref{Targets,,Specifying a Debugging Target}).
23244
23245@item On the target,
23246you must link with your program a few special-purpose subroutines that
23247implement the @value{GDBN} remote serial protocol. The file containing these
23248subroutines is called a @dfn{debugging stub}.
23249
23250On certain remote targets, you can use an auxiliary program
23251@code{gdbserver} instead of linking a stub into your program.
79a6e687 23252@xref{Server,,Using the @code{gdbserver} Program}, for details.
104c1213 23253@end table
96baa820 23254
104c1213
JM
23255The debugging stub is specific to the architecture of the remote
23256machine; for example, use @file{sparc-stub.c} to debug programs on
23257@sc{sparc} boards.
96baa820 23258
104c1213
JM
23259@cindex remote serial stub list
23260These working remote stubs are distributed with @value{GDBN}:
96baa820 23261
104c1213
JM
23262@table @code
23263
23264@item i386-stub.c
41afff9a 23265@cindex @file{i386-stub.c}
104c1213
JM
23266@cindex Intel
23267@cindex i386
23268For Intel 386 and compatible architectures.
23269
23270@item m68k-stub.c
41afff9a 23271@cindex @file{m68k-stub.c}
104c1213
JM
23272@cindex Motorola 680x0
23273@cindex m680x0
23274For Motorola 680x0 architectures.
23275
23276@item sh-stub.c
41afff9a 23277@cindex @file{sh-stub.c}
172c2a43 23278@cindex Renesas
104c1213 23279@cindex SH
172c2a43 23280For Renesas SH architectures.
104c1213
JM
23281
23282@item sparc-stub.c
41afff9a 23283@cindex @file{sparc-stub.c}
104c1213
JM
23284@cindex Sparc
23285For @sc{sparc} architectures.
23286
23287@item sparcl-stub.c
41afff9a 23288@cindex @file{sparcl-stub.c}
104c1213
JM
23289@cindex Fujitsu
23290@cindex SparcLite
23291For Fujitsu @sc{sparclite} architectures.
23292
23293@end table
23294
23295The @file{README} file in the @value{GDBN} distribution may list other
23296recently added stubs.
23297
23298@menu
23299* Stub Contents:: What the stub can do for you
23300* Bootstrapping:: What you must do for the stub
23301* Debug Session:: Putting it all together
104c1213
JM
23302@end menu
23303
6d2ebf8b 23304@node Stub Contents
79a6e687 23305@subsection What the Stub Can Do for You
104c1213
JM
23306
23307@cindex remote serial stub
23308The debugging stub for your architecture supplies these three
23309subroutines:
23310
23311@table @code
23312@item set_debug_traps
4644b6e3 23313@findex set_debug_traps
104c1213
JM
23314@cindex remote serial stub, initialization
23315This routine arranges for @code{handle_exception} to run when your
2fb860fc
PA
23316program stops. You must call this subroutine explicitly in your
23317program's startup code.
104c1213
JM
23318
23319@item handle_exception
4644b6e3 23320@findex handle_exception
104c1213
JM
23321@cindex remote serial stub, main routine
23322This is the central workhorse, but your program never calls it
23323explicitly---the setup code arranges for @code{handle_exception} to
23324run when a trap is triggered.
23325
23326@code{handle_exception} takes control when your program stops during
23327execution (for example, on a breakpoint), and mediates communications
23328with @value{GDBN} on the host machine. This is where the communications
23329protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 23330representative on the target machine. It begins by sending summary
104c1213
JM
23331information on the state of your program, then continues to execute,
23332retrieving and transmitting any information @value{GDBN} needs, until you
23333execute a @value{GDBN} command that makes your program resume; at that point,
23334@code{handle_exception} returns control to your own code on the target
5d161b24 23335machine.
104c1213
JM
23336
23337@item breakpoint
23338@cindex @code{breakpoint} subroutine, remote
23339Use this auxiliary subroutine to make your program contain a
23340breakpoint. Depending on the particular situation, this may be the only
23341way for @value{GDBN} to get control. For instance, if your target
23342machine has some sort of interrupt button, you won't need to call this;
23343pressing the interrupt button transfers control to
23344@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
23345simply receiving characters on the serial port may also trigger a trap;
23346again, in that situation, you don't need to call @code{breakpoint} from
23347your own program---simply running @samp{target remote} from the host
5d161b24 23348@value{GDBN} session gets control.
104c1213
JM
23349
23350Call @code{breakpoint} if none of these is true, or if you simply want
23351to make certain your program stops at a predetermined point for the
23352start of your debugging session.
23353@end table
23354
6d2ebf8b 23355@node Bootstrapping
79a6e687 23356@subsection What You Must Do for the Stub
104c1213
JM
23357
23358@cindex remote stub, support routines
23359The debugging stubs that come with @value{GDBN} are set up for a particular
23360chip architecture, but they have no information about the rest of your
23361debugging target machine.
23362
23363First of all you need to tell the stub how to communicate with the
23364serial port.
23365
23366@table @code
23367@item int getDebugChar()
4644b6e3 23368@findex getDebugChar
104c1213
JM
23369Write this subroutine to read a single character from the serial port.
23370It may be identical to @code{getchar} for your target system; a
23371different name is used to allow you to distinguish the two if you wish.
23372
23373@item void putDebugChar(int)
4644b6e3 23374@findex putDebugChar
104c1213 23375Write this subroutine to write a single character to the serial port.
5d161b24 23376It may be identical to @code{putchar} for your target system; a
104c1213
JM
23377different name is used to allow you to distinguish the two if you wish.
23378@end table
23379
23380@cindex control C, and remote debugging
23381@cindex interrupting remote targets
23382If you want @value{GDBN} to be able to stop your program while it is
23383running, you need to use an interrupt-driven serial driver, and arrange
23384for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
23385character). That is the character which @value{GDBN} uses to tell the
23386remote system to stop.
23387
23388Getting the debugging target to return the proper status to @value{GDBN}
23389probably requires changes to the standard stub; one quick and dirty way
23390is to just execute a breakpoint instruction (the ``dirty'' part is that
23391@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
23392
23393Other routines you need to supply are:
23394
23395@table @code
23396@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 23397@findex exceptionHandler
104c1213
JM
23398Write this function to install @var{exception_address} in the exception
23399handling tables. You need to do this because the stub does not have any
23400way of knowing what the exception handling tables on your target system
23401are like (for example, the processor's table might be in @sc{rom},
23402containing entries which point to a table in @sc{ram}).
697aa1b7 23403The @var{exception_number} specifies the exception which should be changed;
104c1213
JM
23404its meaning is architecture-dependent (for example, different numbers
23405might represent divide by zero, misaligned access, etc). When this
23406exception occurs, control should be transferred directly to
23407@var{exception_address}, and the processor state (stack, registers,
23408and so on) should be just as it is when a processor exception occurs. So if
23409you want to use a jump instruction to reach @var{exception_address}, it
23410should be a simple jump, not a jump to subroutine.
23411
23412For the 386, @var{exception_address} should be installed as an interrupt
23413gate so that interrupts are masked while the handler runs. The gate
23414should be at privilege level 0 (the most privileged level). The
23415@sc{sparc} and 68k stubs are able to mask interrupts themselves without
23416help from @code{exceptionHandler}.
23417
23418@item void flush_i_cache()
4644b6e3 23419@findex flush_i_cache
d4f3574e 23420On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
23421instruction cache, if any, on your target machine. If there is no
23422instruction cache, this subroutine may be a no-op.
23423
23424On target machines that have instruction caches, @value{GDBN} requires this
23425function to make certain that the state of your program is stable.
23426@end table
23427
23428@noindent
23429You must also make sure this library routine is available:
23430
23431@table @code
23432@item void *memset(void *, int, int)
4644b6e3 23433@findex memset
104c1213
JM
23434This is the standard library function @code{memset} that sets an area of
23435memory to a known value. If you have one of the free versions of
23436@code{libc.a}, @code{memset} can be found there; otherwise, you must
23437either obtain it from your hardware manufacturer, or write your own.
23438@end table
23439
23440If you do not use the GNU C compiler, you may need other standard
23441library subroutines as well; this varies from one stub to another,
23442but in general the stubs are likely to use any of the common library
e22ea452 23443subroutines which @code{@value{NGCC}} generates as inline code.
104c1213
JM
23444
23445
6d2ebf8b 23446@node Debug Session
79a6e687 23447@subsection Putting it All Together
104c1213
JM
23448
23449@cindex remote serial debugging summary
23450In summary, when your program is ready to debug, you must follow these
23451steps.
23452
23453@enumerate
23454@item
6d2ebf8b 23455Make sure you have defined the supporting low-level routines
79a6e687 23456(@pxref{Bootstrapping,,What You Must Do for the Stub}):
104c1213
JM
23457@display
23458@code{getDebugChar}, @code{putDebugChar},
23459@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
23460@end display
23461
23462@item
2fb860fc
PA
23463Insert these lines in your program's startup code, before the main
23464procedure is called:
104c1213 23465
474c8240 23466@smallexample
104c1213
JM
23467set_debug_traps();
23468breakpoint();
474c8240 23469@end smallexample
104c1213 23470
2fb860fc
PA
23471On some machines, when a breakpoint trap is raised, the hardware
23472automatically makes the PC point to the instruction after the
23473breakpoint. If your machine doesn't do that, you may need to adjust
23474@code{handle_exception} to arrange for it to return to the instruction
23475after the breakpoint on this first invocation, so that your program
23476doesn't keep hitting the initial breakpoint instead of making
23477progress.
23478
104c1213
JM
23479@item
23480For the 680x0 stub only, you need to provide a variable called
23481@code{exceptionHook}. Normally you just use:
23482
474c8240 23483@smallexample
104c1213 23484void (*exceptionHook)() = 0;
474c8240 23485@end smallexample
104c1213 23486
d4f3574e 23487@noindent
104c1213 23488but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 23489function in your program, that function is called when
104c1213
JM
23490@code{@value{GDBN}} continues after stopping on a trap (for example, bus
23491error). The function indicated by @code{exceptionHook} is called with
23492one parameter: an @code{int} which is the exception number.
23493
23494@item
23495Compile and link together: your program, the @value{GDBN} debugging stub for
23496your target architecture, and the supporting subroutines.
23497
23498@item
23499Make sure you have a serial connection between your target machine and
23500the @value{GDBN} host, and identify the serial port on the host.
23501
23502@item
23503@c The "remote" target now provides a `load' command, so we should
23504@c document that. FIXME.
23505Download your program to your target machine (or get it there by
23506whatever means the manufacturer provides), and start it.
23507
23508@item
07f31aa6 23509Start @value{GDBN} on the host, and connect to the target
79a6e687 23510(@pxref{Connecting,,Connecting to a Remote Target}).
9db8d71f 23511
104c1213
JM
23512@end enumerate
23513
8e04817f
AC
23514@node Configurations
23515@chapter Configuration-Specific Information
104c1213 23516
8e04817f
AC
23517While nearly all @value{GDBN} commands are available for all native and
23518cross versions of the debugger, there are some exceptions. This chapter
23519describes things that are only available in certain configurations.
104c1213 23520
8e04817f
AC
23521There are three major categories of configurations: native
23522configurations, where the host and target are the same, embedded
23523operating system configurations, which are usually the same for several
23524different processor architectures, and bare embedded processors, which
23525are quite different from each other.
104c1213 23526
8e04817f
AC
23527@menu
23528* Native::
23529* Embedded OS::
23530* Embedded Processors::
23531* Architectures::
23532@end menu
104c1213 23533
8e04817f
AC
23534@node Native
23535@section Native
104c1213 23536
8e04817f
AC
23537This section describes details specific to particular native
23538configurations.
6cf7e474 23539
8e04817f 23540@menu
7561d450 23541* BSD libkvm Interface:: Debugging BSD kernel memory images
2d97a5d9 23542* Process Information:: Process information
8e04817f 23543* DJGPP Native:: Features specific to the DJGPP port
78c47bea 23544* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 23545* Hurd Native:: Features specific to @sc{gnu} Hurd
a80b95ba 23546* Darwin:: Features specific to Darwin
e9076973 23547* FreeBSD:: Features specific to FreeBSD
8e04817f 23548@end menu
6cf7e474 23549
7561d450
MK
23550@node BSD libkvm Interface
23551@subsection BSD libkvm Interface
23552
23553@cindex libkvm
23554@cindex kernel memory image
23555@cindex kernel crash dump
23556
23557BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
23558interface that provides a uniform interface for accessing kernel virtual
23559memory images, including live systems and crash dumps. @value{GDBN}
23560uses this interface to allow you to debug live kernels and kernel crash
23561dumps on many native BSD configurations. This is implemented as a
23562special @code{kvm} debugging target. For debugging a live system, load
23563the currently running kernel into @value{GDBN} and connect to the
23564@code{kvm} target:
23565
23566@smallexample
23567(@value{GDBP}) @b{target kvm}
23568@end smallexample
23569
23570For debugging crash dumps, provide the file name of the crash dump as an
23571argument:
23572
23573@smallexample
23574(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
23575@end smallexample
23576
23577Once connected to the @code{kvm} target, the following commands are
23578available:
23579
23580@table @code
23581@kindex kvm
23582@item kvm pcb
721c2651 23583Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
23584
23585@item kvm proc
23586Set current context from proc address. This command isn't available on
23587modern FreeBSD systems.
23588@end table
23589
2d97a5d9
JB
23590@node Process Information
23591@subsection Process Information
60bf7e09
EZ
23592@cindex /proc
23593@cindex examine process image
23594@cindex process info via @file{/proc}
104c1213 23595
2d97a5d9
JB
23596Some operating systems provide interfaces to fetch additional
23597information about running processes beyond memory and per-thread
23598register state. If @value{GDBN} is configured for an operating system
23599with a supported interface, the command @code{info proc} is available
23600to report information about the process running your program, or about
23601any process running on your system.
451b7c33 23602
2d97a5d9
JB
23603One supported interface is a facility called @samp{/proc} that can be
23604used to examine the image of a running process using file-system
23605subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
23606systems.
451b7c33 23607
aa8509b4
KR
23608On FreeBSD and NetBSD systems, system control nodes are used to query
23609process information.
2d97a5d9
JB
23610
23611In addition, some systems may provide additional process information
23612in core files. Note that a core file may include a subset of the
23613information available from a live process. Process information is
6b92c0d3 23614currently available from cores created on @sc{gnu}/Linux and FreeBSD
2d97a5d9 23615systems.
104c1213 23616
8e04817f
AC
23617@table @code
23618@kindex info proc
60bf7e09 23619@cindex process ID
8e04817f 23620@item info proc
60bf7e09 23621@itemx info proc @var{process-id}
73f1bd76 23622Summarize available information about a process. If a
60bf7e09
EZ
23623process ID is specified by @var{process-id}, display information about
23624that process; otherwise display information about the program being
23625debugged. The summary includes the debugged process ID, the command
23626line used to invoke it, its current working directory, and its
23627executable file's absolute file name.
23628
23629On some systems, @var{process-id} can be of the form
23630@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
23631within a process. If the optional @var{pid} part is missing, it means
23632a thread from the process being debugged (the leading @samp{/} still
23633needs to be present, or else @value{GDBN} will interpret the number as
23634a process ID rather than a thread ID).
6cf7e474 23635
0c631110
TT
23636@item info proc cmdline
23637@cindex info proc cmdline
23638Show the original command line of the process. This command is
aa8509b4 23639supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
0c631110
TT
23640
23641@item info proc cwd
23642@cindex info proc cwd
23643Show the current working directory of the process. This command is
aa8509b4 23644supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
0c631110
TT
23645
23646@item info proc exe
23647@cindex info proc exe
2d97a5d9 23648Show the name of executable of the process. This command is supported
aa8509b4 23649on @sc{gnu}/Linux, FreeBSD and NetBSD.
0c631110 23650
8b113111
JB
23651@item info proc files
23652@cindex info proc files
23653Show the file descriptors open by the process. For each open file
23654descriptor, @value{GDBN} shows its number, type (file, directory,
23655character device, socket), file pointer offset, and the name of the
23656resource open on the descriptor. The resource name can be a file name
23657(for files, directories, and devices) or a protocol followed by socket
23658address (for network connections). This command is supported on
23659FreeBSD.
23660
23661This example shows the open file descriptors for a process using a
23662tty for standard input and output as well as two network sockets:
23663
23664@smallexample
23665(gdb) info proc files 22136
23666process 22136
23667Open files:
23668
23669 FD Type Offset Flags Name
23670 text file - r-------- /usr/bin/ssh
23671 ctty chr - rw------- /dev/pts/20
23672 cwd dir - r-------- /usr/home/john
23673 root dir - r-------- /
23674 0 chr 0x32933a4 rw------- /dev/pts/20
23675 1 chr 0x32933a4 rw------- /dev/pts/20
23676 2 chr 0x32933a4 rw------- /dev/pts/20
23677 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
23678 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
23679@end smallexample
23680
8e04817f 23681@item info proc mappings
60bf7e09 23682@cindex memory address space mappings
73f1bd76 23683Report the memory address space ranges accessible in a process. On
aa8509b4
KR
23684Solaris, FreeBSD and NetBSD systems, each memory range includes information
23685on whether the process has read, write, or execute access rights to each
23686range. On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
2d97a5d9 23687includes the object file which is mapped to that range.
60bf7e09
EZ
23688
23689@item info proc stat
23690@itemx info proc status
23691@cindex process detailed status information
2d97a5d9
JB
23692Show additional process-related information, including the user ID and
23693group ID; virtual memory usage; the signals that are pending, blocked,
23694and ignored; its TTY; its consumption of system and user time; its
23695stack size; its @samp{nice} value; etc. These commands are supported
aa8509b4 23696on @sc{gnu}/Linux, FreeBSD and NetBSD.
2d97a5d9
JB
23697
23698For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
23699information (type @kbd{man 5 proc} from your shell prompt).
23700
aa8509b4
KR
23701For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
23702@code{info proc status}.
60bf7e09
EZ
23703
23704@item info proc all
23705Show all the information about the process described under all of the
23706above @code{info proc} subcommands.
23707
8e04817f
AC
23708@ignore
23709@comment These sub-options of 'info proc' were not included when
23710@comment procfs.c was re-written. Keep their descriptions around
23711@comment against the day when someone finds the time to put them back in.
23712@kindex info proc times
23713@item info proc times
23714Starting time, user CPU time, and system CPU time for your program and
23715its children.
6cf7e474 23716
8e04817f
AC
23717@kindex info proc id
23718@item info proc id
23719Report on the process IDs related to your program: its own process ID,
23720the ID of its parent, the process group ID, and the session ID.
8e04817f 23721@end ignore
721c2651
EZ
23722
23723@item set procfs-trace
23724@kindex set procfs-trace
23725@cindex @code{procfs} API calls
23726This command enables and disables tracing of @code{procfs} API calls.
23727
23728@item show procfs-trace
23729@kindex show procfs-trace
23730Show the current state of @code{procfs} API call tracing.
23731
23732@item set procfs-file @var{file}
23733@kindex set procfs-file
23734Tell @value{GDBN} to write @code{procfs} API trace to the named
23735@var{file}. @value{GDBN} appends the trace info to the previous
23736contents of the file. The default is to display the trace on the
23737standard output.
23738
23739@item show procfs-file
23740@kindex show procfs-file
23741Show the file to which @code{procfs} API trace is written.
23742
23743@item proc-trace-entry
23744@itemx proc-trace-exit
23745@itemx proc-untrace-entry
23746@itemx proc-untrace-exit
23747@kindex proc-trace-entry
23748@kindex proc-trace-exit
23749@kindex proc-untrace-entry
23750@kindex proc-untrace-exit
23751These commands enable and disable tracing of entries into and exits
23752from the @code{syscall} interface.
23753
23754@item info pidlist
23755@kindex info pidlist
23756@cindex process list, QNX Neutrino
23757For QNX Neutrino only, this command displays the list of all the
23758processes and all the threads within each process.
23759
23760@item info meminfo
23761@kindex info meminfo
23762@cindex mapinfo list, QNX Neutrino
23763For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 23764@end table
104c1213 23765
8e04817f
AC
23766@node DJGPP Native
23767@subsection Features for Debugging @sc{djgpp} Programs
23768@cindex @sc{djgpp} debugging
23769@cindex native @sc{djgpp} debugging
23770@cindex MS-DOS-specific commands
104c1213 23771
514c4d71
EZ
23772@cindex DPMI
23773@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
23774MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
23775that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
23776top of real-mode DOS systems and their emulations.
104c1213 23777
8e04817f
AC
23778@value{GDBN} supports native debugging of @sc{djgpp} programs, and
23779defines a few commands specific to the @sc{djgpp} port. This
23780subsection describes those commands.
104c1213 23781
8e04817f
AC
23782@table @code
23783@kindex info dos
23784@item info dos
23785This is a prefix of @sc{djgpp}-specific commands which print
23786information about the target system and important OS structures.
f1251bdd 23787
8e04817f
AC
23788@kindex sysinfo
23789@cindex MS-DOS system info
23790@cindex free memory information (MS-DOS)
23791@item info dos sysinfo
23792This command displays assorted information about the underlying
23793platform: the CPU type and features, the OS version and flavor, the
23794DPMI version, and the available conventional and DPMI memory.
104c1213 23795
8e04817f
AC
23796@cindex GDT
23797@cindex LDT
23798@cindex IDT
23799@cindex segment descriptor tables
23800@cindex descriptor tables display
23801@item info dos gdt
23802@itemx info dos ldt
23803@itemx info dos idt
23804These 3 commands display entries from, respectively, Global, Local,
23805and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
23806tables are data structures which store a descriptor for each segment
23807that is currently in use. The segment's selector is an index into a
23808descriptor table; the table entry for that index holds the
23809descriptor's base address and limit, and its attributes and access
23810rights.
104c1213 23811
8e04817f
AC
23812A typical @sc{djgpp} program uses 3 segments: a code segment, a data
23813segment (used for both data and the stack), and a DOS segment (which
23814allows access to DOS/BIOS data structures and absolute addresses in
23815conventional memory). However, the DPMI host will usually define
23816additional segments in order to support the DPMI environment.
d4f3574e 23817
8e04817f
AC
23818@cindex garbled pointers
23819These commands allow to display entries from the descriptor tables.
23820Without an argument, all entries from the specified table are
23821displayed. An argument, which should be an integer expression, means
23822display a single entry whose index is given by the argument. For
23823example, here's a convenient way to display information about the
23824debugged program's data segment:
104c1213 23825
8e04817f
AC
23826@smallexample
23827@exdent @code{(@value{GDBP}) info dos ldt $ds}
23828@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
23829@end smallexample
104c1213 23830
8e04817f
AC
23831@noindent
23832This comes in handy when you want to see whether a pointer is outside
23833the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 23834
8e04817f
AC
23835@cindex page tables display (MS-DOS)
23836@item info dos pde
23837@itemx info dos pte
23838These two commands display entries from, respectively, the Page
23839Directory and the Page Tables. Page Directories and Page Tables are
23840data structures which control how virtual memory addresses are mapped
23841into physical addresses. A Page Table includes an entry for every
23842page of memory that is mapped into the program's address space; there
23843may be several Page Tables, each one holding up to 4096 entries. A
23844Page Directory has up to 4096 entries, one each for every Page Table
23845that is currently in use.
104c1213 23846
8e04817f
AC
23847Without an argument, @kbd{info dos pde} displays the entire Page
23848Directory, and @kbd{info dos pte} displays all the entries in all of
23849the Page Tables. An argument, an integer expression, given to the
23850@kbd{info dos pde} command means display only that entry from the Page
23851Directory table. An argument given to the @kbd{info dos pte} command
23852means display entries from a single Page Table, the one pointed to by
23853the specified entry in the Page Directory.
104c1213 23854
8e04817f
AC
23855@cindex direct memory access (DMA) on MS-DOS
23856These commands are useful when your program uses @dfn{DMA} (Direct
23857Memory Access), which needs physical addresses to program the DMA
23858controller.
104c1213 23859
8e04817f 23860These commands are supported only with some DPMI servers.
104c1213 23861
8e04817f
AC
23862@cindex physical address from linear address
23863@item info dos address-pte @var{addr}
23864This command displays the Page Table entry for a specified linear
514c4d71
EZ
23865address. The argument @var{addr} is a linear address which should
23866already have the appropriate segment's base address added to it,
23867because this command accepts addresses which may belong to @emph{any}
23868segment. For example, here's how to display the Page Table entry for
23869the page where a variable @code{i} is stored:
104c1213 23870
b383017d 23871@smallexample
8e04817f
AC
23872@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
23873@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 23874@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 23875@end smallexample
104c1213 23876
8e04817f
AC
23877@noindent
23878This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 23879whose physical base address is @code{0x02698000}, and shows all the
8e04817f 23880attributes of that page.
104c1213 23881
8e04817f
AC
23882Note that you must cast the addresses of variables to a @code{char *},
23883since otherwise the value of @code{__djgpp_base_address}, the base
23884address of all variables and functions in a @sc{djgpp} program, will
23885be added using the rules of C pointer arithmetics: if @code{i} is
23886declared an @code{int}, @value{GDBN} will add 4 times the value of
23887@code{__djgpp_base_address} to the address of @code{i}.
104c1213 23888
8e04817f
AC
23889Here's another example, it displays the Page Table entry for the
23890transfer buffer:
104c1213 23891
8e04817f
AC
23892@smallexample
23893@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
23894@exdent @code{Page Table entry for address 0x29110:}
23895@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
23896@end smallexample
104c1213 23897
8e04817f
AC
23898@noindent
23899(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
239003rd member of the @code{_go32_info_block} structure.) The output
23901clearly shows that this DPMI server maps the addresses in conventional
23902memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
23903linear (@code{0x29110}) addresses are identical.
104c1213 23904
8e04817f
AC
23905This command is supported only with some DPMI servers.
23906@end table
104c1213 23907
c45da7e6 23908@cindex DOS serial data link, remote debugging
a8f24a35
EZ
23909In addition to native debugging, the DJGPP port supports remote
23910debugging via a serial data link. The following commands are specific
23911to remote serial debugging in the DJGPP port of @value{GDBN}.
23912
23913@table @code
23914@kindex set com1base
23915@kindex set com1irq
23916@kindex set com2base
23917@kindex set com2irq
23918@kindex set com3base
23919@kindex set com3irq
23920@kindex set com4base
23921@kindex set com4irq
23922@item set com1base @var{addr}
23923This command sets the base I/O port address of the @file{COM1} serial
23924port.
23925
23926@item set com1irq @var{irq}
23927This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
23928for the @file{COM1} serial port.
23929
23930There are similar commands @samp{set com2base}, @samp{set com3irq},
23931etc.@: for setting the port address and the @code{IRQ} lines for the
23932other 3 COM ports.
23933
23934@kindex show com1base
23935@kindex show com1irq
23936@kindex show com2base
23937@kindex show com2irq
23938@kindex show com3base
23939@kindex show com3irq
23940@kindex show com4base
23941@kindex show com4irq
23942The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
23943display the current settings of the base address and the @code{IRQ}
23944lines used by the COM ports.
c45da7e6
EZ
23945
23946@item info serial
23947@kindex info serial
23948@cindex DOS serial port status
23949This command prints the status of the 4 DOS serial ports. For each
23950port, it prints whether it's active or not, its I/O base address and
23951IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
23952counts of various errors encountered so far.
a8f24a35
EZ
23953@end table
23954
23955
78c47bea 23956@node Cygwin Native
79a6e687 23957@subsection Features for Debugging MS Windows PE Executables
78c47bea
PM
23958@cindex MS Windows debugging
23959@cindex native Cygwin debugging
23960@cindex Cygwin-specific commands
23961
be448670 23962@value{GDBN} supports native debugging of MS Windows programs, including
cbb8f428
EZ
23963DLLs with and without symbolic debugging information.
23964
23965@cindex Ctrl-BREAK, MS-Windows
23966@cindex interrupt debuggee on MS-Windows
23967MS-Windows programs that call @code{SetConsoleMode} to switch off the
23968special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
23969by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
23970supports @kbd{C-@key{BREAK}} as an alternative interrupt key
23971sequence, which can be used to interrupt the debuggee even if it
23972ignores @kbd{C-c}.
23973
23974There are various additional Cygwin-specific commands, described in
23975this section. Working with DLLs that have no debugging symbols is
23976described in @ref{Non-debug DLL Symbols}.
78c47bea
PM
23977
23978@table @code
23979@kindex info w32
23980@item info w32
db2e3e2e 23981This is a prefix of MS Windows-specific commands which print
78c47bea
PM
23982information about the target system and important OS structures.
23983
23984@item info w32 selector
23985This command displays information returned by
23986the Win32 API @code{GetThreadSelectorEntry} function.
23987It takes an optional argument that is evaluated to
23988a long value to give the information about this given selector.
23989Without argument, this command displays information
d3e8051b 23990about the six segment registers.
78c47bea 23991
711e434b
PM
23992@item info w32 thread-information-block
23993This command displays thread specific information stored in the
23994Thread Information Block (readable on the X86 CPU family using @code{$fs}
23995selector for 32-bit programs and @code{$gs} for 64-bit programs).
23996
463888ab
РИ
23997@kindex signal-event
23998@item signal-event @var{id}
23999This command signals an event with user-provided @var{id}. Used to resume
24000crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
24001
24002To use it, create or edit the following keys in
24003@code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
24004@code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
24005(for x86_64 versions):
24006
24007@itemize @minus
24008@item
24009@code{Debugger} (REG_SZ) --- a command to launch the debugger.
24010Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
24011"attach %ld" -ex "signal-event %ld" -ex "continue"}.
24012
24013The first @code{%ld} will be replaced by the process ID of the
24014crashing process, the second @code{%ld} will be replaced by the ID of
24015the event that blocks the crashing process, waiting for @value{GDBN}
24016to attach.
24017
24018@item
24019@code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
24020make the system run debugger specified by the Debugger key
24021automatically, @code{0} will cause a dialog box with ``OK'' and
24022``Cancel'' buttons to appear, which allows the user to either
24023terminate the crashing process (OK) or debug it (Cancel).
24024@end itemize
24025
be90c084 24026@kindex set cygwin-exceptions
e16b02ee
EZ
24027@cindex debugging the Cygwin DLL
24028@cindex Cygwin DLL, debugging
be90c084 24029@item set cygwin-exceptions @var{mode}
e16b02ee
EZ
24030If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
24031happen inside the Cygwin DLL. If @var{mode} is @code{off},
24032@value{GDBN} will delay recognition of exceptions, and may ignore some
24033exceptions which seem to be caused by internal Cygwin DLL
24034``bookkeeping''. This option is meant primarily for debugging the
24035Cygwin DLL itself; the default value is @code{off} to avoid annoying
24036@value{GDBN} users with false @code{SIGSEGV} signals.
be90c084
CF
24037
24038@kindex show cygwin-exceptions
24039@item show cygwin-exceptions
e16b02ee
EZ
24040Displays whether @value{GDBN} will break on exceptions that happen
24041inside the Cygwin DLL itself.
be90c084 24042
b383017d 24043@kindex set new-console
78c47bea 24044@item set new-console @var{mode}
b383017d 24045If @var{mode} is @code{on} the debuggee will
78c47bea 24046be started in a new console on next start.
e03e5e7b 24047If @var{mode} is @code{off}, the debuggee will
78c47bea
PM
24048be started in the same console as the debugger.
24049
24050@kindex show new-console
24051@item show new-console
24052Displays whether a new console is used
24053when the debuggee is started.
24054
24055@kindex set new-group
24056@item set new-group @var{mode}
24057This boolean value controls whether the debuggee should
24058start a new group or stay in the same group as the debugger.
24059This affects the way the Windows OS handles
c8aa23ab 24060@samp{Ctrl-C}.
78c47bea
PM
24061
24062@kindex show new-group
24063@item show new-group
24064Displays current value of new-group boolean.
24065
24066@kindex set debugevents
24067@item set debugevents
219eec71
EZ
24068This boolean value adds debug output concerning kernel events related
24069to the debuggee seen by the debugger. This includes events that
24070signal thread and process creation and exit, DLL loading and
24071unloading, console interrupts, and debugging messages produced by the
24072Windows @code{OutputDebugString} API call.
78c47bea
PM
24073
24074@kindex set debugexec
24075@item set debugexec
b383017d 24076This boolean value adds debug output concerning execute events
219eec71 24077(such as resume thread) seen by the debugger.
78c47bea
PM
24078
24079@kindex set debugexceptions
24080@item set debugexceptions
219eec71
EZ
24081This boolean value adds debug output concerning exceptions in the
24082debuggee seen by the debugger.
78c47bea
PM
24083
24084@kindex set debugmemory
24085@item set debugmemory
219eec71
EZ
24086This boolean value adds debug output concerning debuggee memory reads
24087and writes by the debugger.
78c47bea
PM
24088
24089@kindex set shell
24090@item set shell
24091This boolean values specifies whether the debuggee is called
24092via a shell or directly (default value is on).
24093
24094@kindex show shell
24095@item show shell
24096Displays if the debuggee will be started with a shell.
24097
24098@end table
24099
be448670 24100@menu
79a6e687 24101* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
be448670
CF
24102@end menu
24103
79a6e687
BW
24104@node Non-debug DLL Symbols
24105@subsubsection Support for DLLs without Debugging Symbols
be448670
CF
24106@cindex DLLs with no debugging symbols
24107@cindex Minimal symbols and DLLs
24108
24109Very often on windows, some of the DLLs that your program relies on do
24110not include symbolic debugging information (for example,
db2e3e2e 24111@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
be448670 24112symbols in a DLL, it relies on the minimal amount of symbolic
db2e3e2e 24113information contained in the DLL's export table. This section
be448670
CF
24114describes working with such symbols, known internally to @value{GDBN} as
24115``minimal symbols''.
24116
24117Note that before the debugged program has started execution, no DLLs
db2e3e2e 24118will have been loaded. The easiest way around this problem is simply to
be448670 24119start the program --- either by setting a breakpoint or letting the
95060284 24120program run once to completion.
be448670 24121
79a6e687 24122@subsubsection DLL Name Prefixes
be448670
CF
24123
24124In keeping with the naming conventions used by the Microsoft debugging
24125tools, DLL export symbols are made available with a prefix based on the
24126DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24127also entered into the symbol table, so @code{CreateFileA} is often
99e008fe 24128sufficient. In some cases there will be name clashes within a program
be448670
CF
24129(particularly if the executable itself includes full debugging symbols)
24130necessitating the use of the fully qualified name when referring to the
99e008fe 24131contents of the DLL. Use single-quotes around the name to avoid the
be448670
CF
24132exclamation mark (``!'') being interpreted as a language operator.
24133
24134Note that the internal name of the DLL may be all upper-case, even
99e008fe 24135though the file name of the DLL is lower-case, or vice-versa. Since
be448670
CF
24136symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24137some confusion. If in doubt, try the @code{info functions} and
0869d01b
NR
24138@code{info variables} commands or even @code{maint print msymbols}
24139(@pxref{Symbols}). Here's an example:
be448670
CF
24140
24141@smallexample
f7dc1244 24142(@value{GDBP}) info function CreateFileA
be448670
CF
24143All functions matching regular expression "CreateFileA":
24144
24145Non-debugging symbols:
241460x77e885f4 CreateFileA
241470x77e885f4 KERNEL32!CreateFileA
24148@end smallexample
24149
24150@smallexample
f7dc1244 24151(@value{GDBP}) info function !
be448670
CF
24152All functions matching regular expression "!":
24153
24154Non-debugging symbols:
241550x6100114c cygwin1!__assert
241560x61004034 cygwin1!_dll_crt0@@0
241570x61004240 cygwin1!dll_crt0(per_process *)
24158[etc...]
24159@end smallexample
24160
79a6e687 24161@subsubsection Working with Minimal Symbols
be448670
CF
24162
24163Symbols extracted from a DLL's export table do not contain very much
24164type information. All that @value{GDBN} can do is guess whether a symbol
24165refers to a function or variable depending on the linker section that
24166contains the symbol. Also note that the actual contents of the memory
24167contained in a DLL are not available unless the program is running. This
24168means that you cannot examine the contents of a variable or disassemble
24169a function within a DLL without a running program.
24170
24171Variables are generally treated as pointers and dereferenced
24172automatically. For this reason, it is often necessary to prefix a
24173variable name with the address-of operator (``&'') and provide explicit
24174type information in the command. Here's an example of the type of
24175problem:
24176
24177@smallexample
f7dc1244 24178(@value{GDBP}) print 'cygwin1!__argv'
d69cf9b2 24179'cygwin1!__argv' has unknown type; cast it to its declared type
be448670
CF
24180@end smallexample
24181
24182@smallexample
f7dc1244 24183(@value{GDBP}) x 'cygwin1!__argv'
d69cf9b2 24184'cygwin1!__argv' has unknown type; cast it to its declared type
be448670
CF
24185@end smallexample
24186
24187And two possible solutions:
24188
24189@smallexample
f7dc1244 24190(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
24191$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
24192@end smallexample
24193
24194@smallexample
f7dc1244 24195(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 241960x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 24197(@value{GDBP}) x/x 0x10021608
be448670 241980x10021608: 0x0022fd98
f7dc1244 24199(@value{GDBP}) x/s 0x0022fd98
be448670
CF
242000x22fd98: "/cygdrive/c/mydirectory/myprogram"
24201@end smallexample
24202
24203Setting a break point within a DLL is possible even before the program
24204starts execution. However, under these circumstances, @value{GDBN} can't
24205examine the initial instructions of the function in order to skip the
24206function's frame set-up code. You can work around this by using ``*&''
24207to set the breakpoint at a raw memory address:
24208
24209@smallexample
f7dc1244 24210(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
24211Breakpoint 1 at 0x1e04eff0
24212@end smallexample
24213
24214The author of these extensions is not entirely convinced that setting a
24215break point within a shared DLL like @file{kernel32.dll} is completely
24216safe.
24217
14d6dd68 24218@node Hurd Native
79a6e687 24219@subsection Commands Specific to @sc{gnu} Hurd Systems
14d6dd68
EZ
24220@cindex @sc{gnu} Hurd debugging
24221
24222This subsection describes @value{GDBN} commands specific to the
24223@sc{gnu} Hurd native debugging.
24224
24225@table @code
24226@item set signals
24227@itemx set sigs
24228@kindex set signals@r{, Hurd command}
24229@kindex set sigs@r{, Hurd command}
24230This command toggles the state of inferior signal interception by
24231@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
24232affected by this command. @code{sigs} is a shorthand alias for
24233@code{signals}.
24234
24235@item show signals
24236@itemx show sigs
24237@kindex show signals@r{, Hurd command}
24238@kindex show sigs@r{, Hurd command}
24239Show the current state of intercepting inferior's signals.
24240
24241@item set signal-thread
24242@itemx set sigthread
24243@kindex set signal-thread
24244@kindex set sigthread
24245This command tells @value{GDBN} which thread is the @code{libc} signal
24246thread. That thread is run when a signal is delivered to a running
24247process. @code{set sigthread} is the shorthand alias of @code{set
24248signal-thread}.
24249
24250@item show signal-thread
24251@itemx show sigthread
24252@kindex show signal-thread
24253@kindex show sigthread
24254These two commands show which thread will run when the inferior is
24255delivered a signal.
24256
24257@item set stopped
24258@kindex set stopped@r{, Hurd command}
24259This commands tells @value{GDBN} that the inferior process is stopped,
24260as with the @code{SIGSTOP} signal. The stopped process can be
24261continued by delivering a signal to it.
24262
24263@item show stopped
24264@kindex show stopped@r{, Hurd command}
24265This command shows whether @value{GDBN} thinks the debuggee is
24266stopped.
24267
24268@item set exceptions
24269@kindex set exceptions@r{, Hurd command}
24270Use this command to turn off trapping of exceptions in the inferior.
24271When exception trapping is off, neither breakpoints nor
24272single-stepping will work. To restore the default, set exception
24273trapping on.
24274
24275@item show exceptions
24276@kindex show exceptions@r{, Hurd command}
24277Show the current state of trapping exceptions in the inferior.
24278
24279@item set task pause
24280@kindex set task@r{, Hurd commands}
24281@cindex task attributes (@sc{gnu} Hurd)
24282@cindex pause current task (@sc{gnu} Hurd)
24283This command toggles task suspension when @value{GDBN} has control.
24284Setting it to on takes effect immediately, and the task is suspended
24285whenever @value{GDBN} gets control. Setting it to off will take
24286effect the next time the inferior is continued. If this option is set
24287to off, you can use @code{set thread default pause on} or @code{set
24288thread pause on} (see below) to pause individual threads.
24289
24290@item show task pause
24291@kindex show task@r{, Hurd commands}
24292Show the current state of task suspension.
24293
24294@item set task detach-suspend-count
24295@cindex task suspend count
24296@cindex detach from task, @sc{gnu} Hurd
24297This command sets the suspend count the task will be left with when
24298@value{GDBN} detaches from it.
24299
24300@item show task detach-suspend-count
24301Show the suspend count the task will be left with when detaching.
24302
24303@item set task exception-port
24304@itemx set task excp
24305@cindex task exception port, @sc{gnu} Hurd
24306This command sets the task exception port to which @value{GDBN} will
24307forward exceptions. The argument should be the value of the @dfn{send
24308rights} of the task. @code{set task excp} is a shorthand alias.
24309
24310@item set noninvasive
24311@cindex noninvasive task options
24312This command switches @value{GDBN} to a mode that is the least
24313invasive as far as interfering with the inferior is concerned. This
24314is the same as using @code{set task pause}, @code{set exceptions}, and
24315@code{set signals} to values opposite to the defaults.
24316
24317@item info send-rights
24318@itemx info receive-rights
24319@itemx info port-rights
24320@itemx info port-sets
24321@itemx info dead-names
24322@itemx info ports
24323@itemx info psets
24324@cindex send rights, @sc{gnu} Hurd
24325@cindex receive rights, @sc{gnu} Hurd
24326@cindex port rights, @sc{gnu} Hurd
24327@cindex port sets, @sc{gnu} Hurd
24328@cindex dead names, @sc{gnu} Hurd
24329These commands display information about, respectively, send rights,
24330receive rights, port rights, port sets, and dead names of a task.
24331There are also shorthand aliases: @code{info ports} for @code{info
24332port-rights} and @code{info psets} for @code{info port-sets}.
24333
24334@item set thread pause
24335@kindex set thread@r{, Hurd command}
24336@cindex thread properties, @sc{gnu} Hurd
24337@cindex pause current thread (@sc{gnu} Hurd)
24338This command toggles current thread suspension when @value{GDBN} has
24339control. Setting it to on takes effect immediately, and the current
24340thread is suspended whenever @value{GDBN} gets control. Setting it to
24341off will take effect the next time the inferior is continued.
24342Normally, this command has no effect, since when @value{GDBN} has
24343control, the whole task is suspended. However, if you used @code{set
24344task pause off} (see above), this command comes in handy to suspend
24345only the current thread.
24346
24347@item show thread pause
24348@kindex show thread@r{, Hurd command}
24349This command shows the state of current thread suspension.
24350
24351@item set thread run
d3e8051b 24352This command sets whether the current thread is allowed to run.
14d6dd68
EZ
24353
24354@item show thread run
24355Show whether the current thread is allowed to run.
24356
24357@item set thread detach-suspend-count
24358@cindex thread suspend count, @sc{gnu} Hurd
24359@cindex detach from thread, @sc{gnu} Hurd
24360This command sets the suspend count @value{GDBN} will leave on a
24361thread when detaching. This number is relative to the suspend count
24362found by @value{GDBN} when it notices the thread; use @code{set thread
24363takeover-suspend-count} to force it to an absolute value.
24364
24365@item show thread detach-suspend-count
24366Show the suspend count @value{GDBN} will leave on the thread when
24367detaching.
24368
24369@item set thread exception-port
24370@itemx set thread excp
24371Set the thread exception port to which to forward exceptions. This
24372overrides the port set by @code{set task exception-port} (see above).
24373@code{set thread excp} is the shorthand alias.
24374
24375@item set thread takeover-suspend-count
24376Normally, @value{GDBN}'s thread suspend counts are relative to the
24377value @value{GDBN} finds when it notices each thread. This command
24378changes the suspend counts to be absolute instead.
24379
24380@item set thread default
24381@itemx show thread default
24382@cindex thread default settings, @sc{gnu} Hurd
24383Each of the above @code{set thread} commands has a @code{set thread
24384default} counterpart (e.g., @code{set thread default pause}, @code{set
24385thread default exception-port}, etc.). The @code{thread default}
24386variety of commands sets the default thread properties for all
24387threads; you can then change the properties of individual threads with
24388the non-default commands.
24389@end table
24390
a80b95ba
TG
24391@node Darwin
24392@subsection Darwin
24393@cindex Darwin
24394
24395@value{GDBN} provides the following commands specific to the Darwin target:
24396
24397@table @code
24398@item set debug darwin @var{num}
24399@kindex set debug darwin
24400When set to a non zero value, enables debugging messages specific to
24401the Darwin support. Higher values produce more verbose output.
24402
24403@item show debug darwin
24404@kindex show debug darwin
24405Show the current state of Darwin messages.
24406
24407@item set debug mach-o @var{num}
24408@kindex set debug mach-o
24409When set to a non zero value, enables debugging messages while
24410@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
24411file format used on Darwin for object and executable files.) Higher
24412values produce more verbose output. This is a command to diagnose
24413problems internal to @value{GDBN} and should not be needed in normal
24414usage.
24415
24416@item show debug mach-o
24417@kindex show debug mach-o
24418Show the current state of Mach-O file messages.
24419
24420@item set mach-exceptions on
24421@itemx set mach-exceptions off
24422@kindex set mach-exceptions
24423On Darwin, faults are first reported as a Mach exception and are then
24424mapped to a Posix signal. Use this command to turn on trapping of
24425Mach exceptions in the inferior. This might be sometimes useful to
24426better understand the cause of a fault. The default is off.
24427
24428@item show mach-exceptions
24429@kindex show mach-exceptions
24430Show the current state of exceptions trapping.
24431@end table
24432
e9076973
JB
24433@node FreeBSD
24434@subsection FreeBSD
24435@cindex FreeBSD
24436
24437When the ABI of a system call is changed in the FreeBSD kernel, this
24438is implemented by leaving a compatibility system call using the old
24439ABI at the existing number and allocating a new system call number for
24440the version using the new ABI. As a convenience, when a system call
24441is caught by name (@pxref{catch syscall}), compatibility system calls
24442are also caught.
24443
24444For example, FreeBSD 12 introduced a new variant of the @code{kevent}
24445system call and catching the @code{kevent} system call by name catches
24446both variants:
24447
24448@smallexample
24449(@value{GDBP}) catch syscall kevent
24450Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
24451(@value{GDBP})
24452@end smallexample
24453
a64548ea 24454
8e04817f
AC
24455@node Embedded OS
24456@section Embedded Operating Systems
104c1213 24457
8e04817f
AC
24458This section describes configurations involving the debugging of
24459embedded operating systems that are available for several different
24460architectures.
d4f3574e 24461
8e04817f
AC
24462@value{GDBN} includes the ability to debug programs running on
24463various real-time operating systems.
104c1213 24464
6d2ebf8b 24465@node Embedded Processors
104c1213
JM
24466@section Embedded Processors
24467
24468This section goes into details specific to particular embedded
24469configurations.
24470
c45da7e6
EZ
24471@cindex send command to simulator
24472Whenever a specific embedded processor has a simulator, @value{GDBN}
24473allows to send an arbitrary command to the simulator.
24474
24475@table @code
24476@item sim @var{command}
24477@kindex sim@r{, a command}
24478Send an arbitrary @var{command} string to the simulator. Consult the
24479documentation for the specific simulator in use for information about
24480acceptable commands.
24481@end table
24482
7d86b5d5 24483
104c1213 24484@menu
ad0a504f 24485* ARC:: Synopsys ARC
bb615428 24486* ARM:: ARM
39791af2 24487* BPF:: eBPF
104c1213 24488* M68K:: Motorola M68K
08be9d71 24489* MicroBlaze:: Xilinx MicroBlaze
104c1213 24490* MIPS Embedded:: MIPS Embedded
a994fec4 24491* OpenRISC 1000:: OpenRISC 1000 (or1k)
4acd40f3 24492* PowerPC Embedded:: PowerPC Embedded
a64548ea
EZ
24493* AVR:: Atmel AVR
24494* CRIS:: CRIS
24495* Super-H:: Renesas Super-H
104c1213
JM
24496@end menu
24497
ad0a504f
AK
24498@node ARC
24499@subsection Synopsys ARC
24500@cindex Synopsys ARC
24501@cindex ARC specific commands
24502@cindex ARC600
24503@cindex ARC700
24504@cindex ARC EM
24505@cindex ARC HS
24506
24507@value{GDBN} provides the following ARC-specific commands:
24508
24509@table @code
24510@item set debug arc
24511@kindex set debug arc
24512Control the level of ARC specific debug messages. Use 0 for no messages (the
fe5f7374 24513default), 1 for debug messages, and 2 for even more debug messages.
ad0a504f
AK
24514
24515@item show debug arc
24516@kindex show debug arc
24517Show the level of ARC specific debugging in operation.
24518
eea78757
AK
24519@item maint print arc arc-instruction @var{address}
24520@kindex maint print arc arc-instruction
24521Print internal disassembler information about instruction at a given address.
24522
ad0a504f
AK
24523@end table
24524
6d2ebf8b 24525@node ARM
104c1213 24526@subsection ARM
8e04817f 24527
e2f4edfd
EZ
24528@value{GDBN} provides the following ARM-specific commands:
24529
24530@table @code
24531@item set arm disassembler
24532@kindex set arm
24533This commands selects from a list of disassembly styles. The
24534@code{"std"} style is the standard style.
24535
24536@item show arm disassembler
24537@kindex show arm
24538Show the current disassembly style.
24539
24540@item set arm apcs32
24541@cindex ARM 32-bit mode
24542This command toggles ARM operation mode between 32-bit and 26-bit.
24543
24544@item show arm apcs32
24545Display the current usage of the ARM 32-bit mode.
24546
24547@item set arm fpu @var{fputype}
24548This command sets the ARM floating-point unit (FPU) type. The
24549argument @var{fputype} can be one of these:
24550
24551@table @code
24552@item auto
24553Determine the FPU type by querying the OS ABI.
24554@item softfpa
24555Software FPU, with mixed-endian doubles on little-endian ARM
24556processors.
24557@item fpa
24558GCC-compiled FPA co-processor.
24559@item softvfp
24560Software FPU with pure-endian doubles.
24561@item vfp
24562VFP co-processor.
24563@end table
24564
24565@item show arm fpu
24566Show the current type of the FPU.
24567
24568@item set arm abi
24569This command forces @value{GDBN} to use the specified ABI.
24570
24571@item show arm abi
24572Show the currently used ABI.
24573
0428b8f5
DJ
24574@item set arm fallback-mode (arm|thumb|auto)
24575@value{GDBN} uses the symbol table, when available, to determine
24576whether instructions are ARM or Thumb. This command controls
24577@value{GDBN}'s default behavior when the symbol table is not
24578available. The default is @samp{auto}, which causes @value{GDBN} to
24579use the current execution mode (from the @code{T} bit in the @code{CPSR}
24580register).
24581
24582@item show arm fallback-mode
24583Show the current fallback instruction mode.
24584
24585@item set arm force-mode (arm|thumb|auto)
24586This command overrides use of the symbol table to determine whether
24587instructions are ARM or Thumb. The default is @samp{auto}, which
24588causes @value{GDBN} to use the symbol table and then the setting
24589of @samp{set arm fallback-mode}.
24590
24591@item show arm force-mode
24592Show the current forced instruction mode.
24593
e2f4edfd
EZ
24594@item set debug arm
24595Toggle whether to display ARM-specific debugging messages from the ARM
24596target support subsystem.
24597
24598@item show debug arm
24599Show whether ARM-specific debugging messages are enabled.
24600@end table
24601
ee8e71d4
EZ
24602@table @code
24603@item target sim @r{[}@var{simargs}@r{]} @dots{}
24604The @value{GDBN} ARM simulator accepts the following optional arguments.
24605
24606@table @code
24607@item --swi-support=@var{type}
697aa1b7 24608Tell the simulator which SWI interfaces to support. The argument
ee8e71d4
EZ
24609@var{type} may be a comma separated list of the following values.
24610The default value is @code{all}.
24611
24612@table @code
24613@item none
24614@item demon
24615@item angel
24616@item redboot
24617@item all
24618@end table
24619@end table
24620@end table
e2f4edfd 24621
39791af2
JM
24622@node BPF
24623@subsection BPF
24624
24625@table @code
24626@item target sim @r{[}@var{simargs}@r{]} @dots{}
24627The @value{GDBN} BPF simulator accepts the following optional arguments.
24628
24629@table @code
24630@item --skb-data-offset=@var{offset}
24631Tell the simulator the offset, measured in bytes, of the
24632@code{skb_data} field in the kernel @code{struct sk_buff} structure.
24633This offset is used by some BPF specific-purpose load/store
24634instructions. Defaults to 0.
24635@end table
24636@end table
24637
8e04817f
AC
24638@node M68K
24639@subsection M68k
24640
bb615428 24641The Motorola m68k configuration includes ColdFire support.
8e04817f 24642
08be9d71
ME
24643@node MicroBlaze
24644@subsection MicroBlaze
24645@cindex Xilinx MicroBlaze
24646@cindex XMD, Xilinx Microprocessor Debugger
24647
24648The MicroBlaze is a soft-core processor supported on various Xilinx
24649FPGAs, such as Spartan or Virtex series. Boards with these processors
24650usually have JTAG ports which connect to a host system running the Xilinx
24651Embedded Development Kit (EDK) or Software Development Kit (SDK).
24652This host system is used to download the configuration bitstream to
24653the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
24654communicates with the target board using the JTAG interface and
24655presents a @code{gdbserver} interface to the board. By default
24656@code{xmd} uses port @code{1234}. (While it is possible to change
24657this default port, it requires the use of undocumented @code{xmd}
24658commands. Contact Xilinx support if you need to do this.)
24659
24660Use these GDB commands to connect to the MicroBlaze target processor.
24661
24662@table @code
24663@item target remote :1234
24664Use this command to connect to the target if you are running @value{GDBN}
24665on the same system as @code{xmd}.
24666
24667@item target remote @var{xmd-host}:1234
24668Use this command to connect to the target if it is connected to @code{xmd}
24669running on a different system named @var{xmd-host}.
24670
24671@item load
24672Use this command to download a program to the MicroBlaze target.
24673
24674@item set debug microblaze @var{n}
24675Enable MicroBlaze-specific debugging messages if non-zero.
24676
24677@item show debug microblaze @var{n}
24678Show MicroBlaze-specific debugging level.
24679@end table
24680
8e04817f 24681@node MIPS Embedded
eb17f351 24682@subsection @acronym{MIPS} Embedded
8e04817f 24683
8e04817f 24684@noindent
f7c38292 24685@value{GDBN} supports these special commands for @acronym{MIPS} targets:
104c1213 24686
8e04817f 24687@table @code
8e04817f
AC
24688@item set mipsfpu double
24689@itemx set mipsfpu single
24690@itemx set mipsfpu none
a64548ea 24691@itemx set mipsfpu auto
8e04817f
AC
24692@itemx show mipsfpu
24693@kindex set mipsfpu
24694@kindex show mipsfpu
eb17f351
EZ
24695@cindex @acronym{MIPS} remote floating point
24696@cindex floating point, @acronym{MIPS} remote
24697If your target board does not support the @acronym{MIPS} floating point
8e04817f
AC
24698coprocessor, you should use the command @samp{set mipsfpu none} (if you
24699need this, you may wish to put the command in your @value{GDBN} init
24700file). This tells @value{GDBN} how to find the return value of
24701functions which return floating point values. It also allows
24702@value{GDBN} to avoid saving the floating point registers when calling
24703functions on the board. If you are using a floating point coprocessor
24704with only single precision floating point support, as on the @sc{r4650}
24705processor, use the command @samp{set mipsfpu single}. The default
24706double precision floating point coprocessor may be selected using
24707@samp{set mipsfpu double}.
104c1213 24708
8e04817f
AC
24709In previous versions the only choices were double precision or no
24710floating point, so @samp{set mipsfpu on} will select double precision
24711and @samp{set mipsfpu off} will select no floating point.
104c1213 24712
8e04817f
AC
24713As usual, you can inquire about the @code{mipsfpu} variable with
24714@samp{show mipsfpu}.
8e04817f 24715@end table
104c1213 24716
a994fec4
FJ
24717@node OpenRISC 1000
24718@subsection OpenRISC 1000
24719@cindex OpenRISC 1000
24720
24721@noindent
24722The OpenRISC 1000 provides a free RISC instruction set architecture. It is
24723mainly provided as a soft-core which can run on Xilinx, Altera and other
24724FPGA's.
24725
24726@value{GDBN} for OpenRISC supports the below commands when connecting to
24727a target:
24728
24729@table @code
24730
24731@kindex target sim
24732@item target sim
24733
24734Runs the builtin CPU simulator which can run very basic
24735programs but does not support most hardware functions like MMU.
24736For more complex use cases the user is advised to run an external
24737target, and connect using @samp{target remote}.
24738
24739Example: @code{target sim}
24740
24741@item set debug or1k
24742Toggle whether to display OpenRISC-specific debugging messages from the
24743OpenRISC target support subsystem.
24744
24745@item show debug or1k
24746Show whether OpenRISC-specific debugging messages are enabled.
24747@end table
24748
4acd40f3
TJB
24749@node PowerPC Embedded
24750@subsection PowerPC Embedded
104c1213 24751
66b73624
TJB
24752@cindex DVC register
24753@value{GDBN} supports using the DVC (Data Value Compare) register to
24754implement in hardware simple hardware watchpoint conditions of the form:
24755
24756@smallexample
cc4bc93e
AB
24757(@value{GDBP}) watch @var{address|variable} \
24758 if @var{address|variable} == @var{constant expression}
66b73624
TJB
24759@end smallexample
24760
e09342b5
TJB
24761The DVC register will be automatically used when @value{GDBN} detects
24762such pattern in a condition expression, and the created watchpoint uses one
24763debug register (either the @code{exact-watchpoints} option is on and the
24764variable is scalar, or the variable has a length of one byte). This feature
24765is available in native @value{GDBN} running on a Linux kernel version 2.6.34
24766or newer.
24767
24768When running on PowerPC embedded processors, @value{GDBN} automatically uses
24769ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
24770in which case watchpoints using only one debug register are created when
24771watching variables of scalar types.
24772
24773You can create an artificial array to watch an arbitrary memory
24774region using one of the following commands (@pxref{Expressions}):
24775
24776@smallexample
24777(@value{GDBP}) watch *((char *) @var{address})@@@var{length}
24778(@value{GDBP}) watch @{char[@var{length}]@} @var{address}
24779@end smallexample
66b73624 24780
9c06b0b4
TJB
24781PowerPC embedded processors support masked watchpoints. See the discussion
24782about the @code{mask} argument in @ref{Set Watchpoints}.
24783
f1310107
TJB
24784@cindex ranged breakpoint
24785PowerPC embedded processors support hardware accelerated
24786@dfn{ranged breakpoints}. A ranged breakpoint stops execution of
24787the inferior whenever it executes an instruction at any address within
24788the range it specifies. To set a ranged breakpoint in @value{GDBN},
24789use the @code{break-range} command.
24790
55eddb0f
DJ
24791@value{GDBN} provides the following PowerPC-specific commands:
24792
104c1213 24793@table @code
f1310107
TJB
24794@kindex break-range
24795@item break-range @var{start-location}, @var{end-location}
697aa1b7
EZ
24796Set a breakpoint for an address range given by
24797@var{start-location} and @var{end-location}, which can specify a function name,
f1310107
TJB
24798a line number, an offset of lines from the current line or from the start
24799location, or an address of an instruction (see @ref{Specify Location},
24800for a list of all the possible ways to specify a @var{location}.)
24801The breakpoint will stop execution of the inferior whenever it
24802executes an instruction at any address within the specified range,
24803(including @var{start-location} and @var{end-location}.)
24804
55eddb0f
DJ
24805@kindex set powerpc
24806@item set powerpc soft-float
24807@itemx show powerpc soft-float
24808Force @value{GDBN} to use (or not use) a software floating point calling
24809convention. By default, @value{GDBN} selects the calling convention based
24810on the selected architecture and the provided executable file.
24811
24812@item set powerpc vector-abi
24813@itemx show powerpc vector-abi
24814Force @value{GDBN} to use the specified calling convention for vector
24815arguments and return values. The valid options are @samp{auto};
24816@samp{generic}, to avoid vector registers even if they are present;
24817@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
24818registers. By default, @value{GDBN} selects the calling convention
24819based on the selected architecture and the provided executable file.
24820
e09342b5
TJB
24821@item set powerpc exact-watchpoints
24822@itemx show powerpc exact-watchpoints
24823Allow @value{GDBN} to use only one debug register when watching a variable
24824of scalar type, thus assuming that the variable is accessed through the
24825address of its first byte.
24826
104c1213
JM
24827@end table
24828
a64548ea
EZ
24829@node AVR
24830@subsection Atmel AVR
24831@cindex AVR
24832
24833When configured for debugging the Atmel AVR, @value{GDBN} supports the
24834following AVR-specific commands:
24835
24836@table @code
24837@item info io_registers
24838@kindex info io_registers@r{, AVR}
24839@cindex I/O registers (Atmel AVR)
24840This command displays information about the AVR I/O registers. For
24841each register, @value{GDBN} prints its number and value.
24842@end table
24843
24844@node CRIS
24845@subsection CRIS
24846@cindex CRIS
24847
24848When configured for debugging CRIS, @value{GDBN} provides the
24849following CRIS-specific commands:
24850
24851@table @code
24852@item set cris-version @var{ver}
24853@cindex CRIS version
e22e55c9
OF
24854Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
24855The CRIS version affects register names and sizes. This command is useful in
24856case autodetection of the CRIS version fails.
a64548ea
EZ
24857
24858@item show cris-version
24859Show the current CRIS version.
24860
24861@item set cris-dwarf2-cfi
24862@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
24863Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
24864Change to @samp{off} when using @code{gcc-cris} whose version is below
24865@code{R59}.
a64548ea
EZ
24866
24867@item show cris-dwarf2-cfi
24868Show the current state of using DWARF-2 CFI.
e22e55c9
OF
24869
24870@item set cris-mode @var{mode}
24871@cindex CRIS mode
24872Set the current CRIS mode to @var{mode}. It should only be changed when
24873debugging in guru mode, in which case it should be set to
24874@samp{guru} (the default is @samp{normal}).
24875
24876@item show cris-mode
24877Show the current CRIS mode.
a64548ea
EZ
24878@end table
24879
24880@node Super-H
24881@subsection Renesas Super-H
24882@cindex Super-H
24883
24884For the Renesas Super-H processor, @value{GDBN} provides these
24885commands:
24886
24887@table @code
c055b101
CV
24888@item set sh calling-convention @var{convention}
24889@kindex set sh calling-convention
24890Set the calling-convention used when calling functions from @value{GDBN}.
24891Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
24892With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
24893convention. If the DWARF-2 information of the called function specifies
24894that the function follows the Renesas calling convention, the function
24895is called using the Renesas calling convention. If the calling convention
24896is set to @samp{renesas}, the Renesas calling convention is always used,
24897regardless of the DWARF-2 information. This can be used to override the
24898default of @samp{gcc} if debug information is missing, or the compiler
24899does not emit the DWARF-2 calling convention entry for a function.
24900
24901@item show sh calling-convention
24902@kindex show sh calling-convention
24903Show the current calling convention setting.
24904
a64548ea
EZ
24905@end table
24906
24907
8e04817f
AC
24908@node Architectures
24909@section Architectures
104c1213 24910
8e04817f
AC
24911This section describes characteristics of architectures that affect
24912all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 24913
8e04817f 24914@menu
430ed3f0 24915* AArch64::
9c16f35a 24916* i386::
8e04817f
AC
24917* Alpha::
24918* MIPS::
a64548ea 24919* HPPA:: HP PA architecture
4acd40f3 24920* PowerPC::
a1217d97 24921* Nios II::
58afddc6 24922* Sparc64::
51d21d60 24923* S12Z::
8e04817f 24924@end menu
104c1213 24925
430ed3f0
MS
24926@node AArch64
24927@subsection AArch64
24928@cindex AArch64 support
24929
24930When @value{GDBN} is debugging the AArch64 architecture, it provides the
24931following special commands:
24932
24933@table @code
24934@item set debug aarch64
24935@kindex set debug aarch64
24936This command determines whether AArch64 architecture-specific debugging
24937messages are to be displayed.
24938
24939@item show debug aarch64
24940Show whether AArch64 debugging messages are displayed.
24941
24942@end table
24943
1461bdac
AH
24944@subsubsection AArch64 SVE.
24945@cindex AArch64 SVE.
24946
24947When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
24948Extension (SVE) is present, then @value{GDBN} will provide the vector registers
24949@code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
24950@code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
24951@code{$vg} will be provided. This is the vector granule for the current thread
24952and represents the number of 64-bit chunks in an SVE @code{z} register.
24953
24954If the vector length changes, then the @code{$vg} register will be updated,
24955but the lengths of the @code{z} and @code{p} registers will not change. This
24956is a known limitation of @value{GDBN} and does not affect the execution of the
24957target process.
24958
3d31bc39
AH
24959@subsubsection AArch64 Pointer Authentication.
24960@cindex AArch64 Pointer Authentication.
24961
24962When @value{GDBN} is debugging the AArch64 architecture, and the program is
24963using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
1ba7cdcd 24964register @code{$lr} is pointing to an PAC function its value will be masked.
3d31bc39 24965When GDB prints a backtrace, any addresses that required unmasking will be
aa7ca1bb
AH
24966postfixed with the marker [PAC]. When using the MI, this is printed as part
24967of the @code{addr_flags} field.
1461bdac 24968
9c16f35a 24969@node i386
db2e3e2e 24970@subsection x86 Architecture-specific Issues
9c16f35a
EZ
24971
24972@table @code
24973@item set struct-convention @var{mode}
24974@kindex set struct-convention
24975@cindex struct return convention
24976@cindex struct/union returned in registers
24977Set the convention used by the inferior to return @code{struct}s and
24978@code{union}s from functions to @var{mode}. Possible values of
24979@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
24980default). @code{"default"} or @code{"pcc"} means that @code{struct}s
24981are returned on the stack, while @code{"reg"} means that a
24982@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
24983be returned in a register.
24984
24985@item show struct-convention
24986@kindex show struct-convention
24987Show the current setting of the convention to return @code{struct}s
24988from functions.
966f0aef 24989@end table
29c1c244 24990
ca8941bb 24991
bc504a31
PA
24992@subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
24993@cindex Intel Memory Protection Extensions (MPX).
ca8941bb 24994
ca8941bb
WT
24995Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
24996@footnote{The register named with capital letters represent the architecture
24997registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
24998which are the lower bound and upper bound. Bounds are effective addresses or
24999memory locations. The upper bounds are architecturally represented in 1's
25000complement form. A bound having lower bound = 0, and upper bound = 0
25001(1's complement of all bits set) will allow access to the entire address space.
25002
25003@samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
25004through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
25005display the upper bound performing the complement of one operation on the
25006upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
25007@value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
25008can also be noted that the upper bounds are inclusive.
25009
25010As an example, assume that the register BND0 holds bounds for a pointer having
25011access allowed for the range between 0x32 and 0x71. The values present on
25012bnd0raw and bnd registers are presented as follows:
25013
25014@smallexample
25015 bnd0raw = @{0x32, 0xffffffff8e@}
25016 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
25017@end smallexample
25018
22f25c9d
EZ
25019This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
25020change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
25021counterpart. When the bnd0@dots{}bnd3 registers are displayed via
25022Python, the display includes the memory size, in bits, accessible to
25023the pointer.
9c16f35a 25024
29c1c244
WT
25025Bounds can also be stored in bounds tables, which are stored in
25026application memory. These tables store bounds for pointers by specifying
25027the bounds pointer's value along with its bounds. Evaluating and changing
25028bounds located in bound tables is therefore interesting while investigating
25029bugs on MPX context. @value{GDBN} provides commands for this purpose:
25030
966f0aef 25031@table @code
29c1c244
WT
25032@item show mpx bound @var{pointer}
25033@kindex show mpx bound
25034Display bounds of the given @var{pointer}.
25035
25036@item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
25037@kindex set mpx bound
25038Set the bounds of a pointer in the bound table.
25039This command takes three parameters: @var{pointer} is the pointers
25040whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
25041for lower and upper bounds respectively.
25042@end table
25043
4a612d6f
WT
25044When you call an inferior function on an Intel MPX enabled program,
25045GDB sets the inferior's bound registers to the init (disabled) state
25046before calling the function. As a consequence, bounds checks for the
25047pointer arguments passed to the function will always pass.
25048
25049This is necessary because when you call an inferior function, the
25050program is usually in the middle of the execution of other function.
25051Since at that point bound registers are in an arbitrary state, not
25052clearing them would lead to random bound violations in the called
25053function.
25054
25055You can still examine the influence of the bound registers on the
25056execution of the called function by stopping the execution of the
25057called function at its prologue, setting bound registers, and
25058continuing the execution. For example:
25059
25060@smallexample
25061 $ break *upper
25062 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
25063 $ print upper (a, b, c, d, 1)
25064 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
25065 $ print $bnd0
5cf70512 25066 @{lbound = 0x0, ubound = ffffffff@} : size -1
4a612d6f
WT
25067@end smallexample
25068
25069At this last step the value of bnd0 can be changed for investigation of bound
25070violations caused along the execution of the call. In order to know how to
25071set the bound registers or bound table for the call consult the ABI.
25072
8e04817f
AC
25073@node Alpha
25074@subsection Alpha
104c1213 25075
8e04817f 25076See the following section.
104c1213 25077
8e04817f 25078@node MIPS
eb17f351 25079@subsection @acronym{MIPS}
104c1213 25080
8e04817f 25081@cindex stack on Alpha
eb17f351 25082@cindex stack on @acronym{MIPS}
8e04817f 25083@cindex Alpha stack
eb17f351
EZ
25084@cindex @acronym{MIPS} stack
25085Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
8e04817f
AC
25086sometimes requires @value{GDBN} to search backward in the object code to
25087find the beginning of a function.
104c1213 25088
eb17f351 25089@cindex response time, @acronym{MIPS} debugging
8e04817f
AC
25090To improve response time (especially for embedded applications, where
25091@value{GDBN} may be restricted to a slow serial line for this search)
25092you may want to limit the size of this search, using one of these
25093commands:
104c1213 25094
8e04817f 25095@table @code
eb17f351 25096@cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
8e04817f
AC
25097@item set heuristic-fence-post @var{limit}
25098Restrict @value{GDBN} to examining at most @var{limit} bytes in its
25099search for the beginning of a function. A value of @var{0} (the
25100default) means there is no limit. However, except for @var{0}, the
25101larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
25102and therefore the longer it takes to run. You should only need to use
25103this command when debugging a stripped executable.
104c1213 25104
8e04817f
AC
25105@item show heuristic-fence-post
25106Display the current limit.
25107@end table
104c1213
JM
25108
25109@noindent
8e04817f 25110These commands are available @emph{only} when @value{GDBN} is configured
eb17f351 25111for debugging programs on Alpha or @acronym{MIPS} processors.
104c1213 25112
eb17f351 25113Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
a64548ea
EZ
25114programs:
25115
25116@table @code
a64548ea
EZ
25117@item set mips abi @var{arg}
25118@kindex set mips abi
eb17f351
EZ
25119@cindex set ABI for @acronym{MIPS}
25120Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
a64548ea
EZ
25121values of @var{arg} are:
25122
25123@table @samp
25124@item auto
25125The default ABI associated with the current binary (this is the
25126default).
25127@item o32
25128@item o64
25129@item n32
25130@item n64
25131@item eabi32
25132@item eabi64
a64548ea
EZ
25133@end table
25134
25135@item show mips abi
25136@kindex show mips abi
eb17f351 25137Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
a64548ea 25138
4cc0665f
MR
25139@item set mips compression @var{arg}
25140@kindex set mips compression
25141@cindex code compression, @acronym{MIPS}
25142Tell @value{GDBN} which @acronym{MIPS} compressed
25143@acronym{ISA, Instruction Set Architecture} encoding is used by the
25144inferior. @value{GDBN} uses this for code disassembly and other
25145internal interpretation purposes. This setting is only referred to
25146when no executable has been associated with the debugging session or
25147the executable does not provide information about the encoding it uses.
25148Otherwise this setting is automatically updated from information
25149provided by the executable.
25150
25151Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25152The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25153executables containing @acronym{MIPS16} code frequently are not
25154identified as such.
25155
25156This setting is ``sticky''; that is, it retains its value across
25157debugging sessions until reset either explicitly with this command or
25158implicitly from an executable.
25159
25160The compiler and/or assembler typically add symbol table annotations to
25161identify functions compiled for the @acronym{MIPS16} or
25162@acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25163are present, @value{GDBN} uses them in preference to the global
25164compressed @acronym{ISA} encoding setting.
25165
25166@item show mips compression
25167@kindex show mips compression
25168Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25169@value{GDBN} to debug the inferior.
25170
a64548ea
EZ
25171@item set mipsfpu
25172@itemx show mipsfpu
25173@xref{MIPS Embedded, set mipsfpu}.
25174
25175@item set mips mask-address @var{arg}
25176@kindex set mips mask-address
eb17f351 25177@cindex @acronym{MIPS} addresses, masking
a64548ea 25178This command determines whether the most-significant 32 bits of 64-bit
eb17f351 25179@acronym{MIPS} addresses are masked off. The argument @var{arg} can be
a64548ea
EZ
25180@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
25181setting, which lets @value{GDBN} determine the correct value.
25182
25183@item show mips mask-address
25184@kindex show mips mask-address
eb17f351 25185Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
a64548ea
EZ
25186not.
25187
25188@item set remote-mips64-transfers-32bit-regs
25189@kindex set remote-mips64-transfers-32bit-regs
eb17f351
EZ
25190This command controls compatibility with 64-bit @acronym{MIPS} targets that
25191transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
a64548ea
EZ
25192that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
25193and 64 bits for other registers, set this option to @samp{on}.
25194
25195@item show remote-mips64-transfers-32bit-regs
25196@kindex show remote-mips64-transfers-32bit-regs
eb17f351 25197Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
a64548ea
EZ
25198
25199@item set debug mips
25200@kindex set debug mips
eb17f351 25201This command turns on and off debugging messages for the @acronym{MIPS}-specific
a64548ea
EZ
25202target code in @value{GDBN}.
25203
25204@item show debug mips
25205@kindex show debug mips
eb17f351 25206Show the current setting of @acronym{MIPS} debugging messages.
a64548ea
EZ
25207@end table
25208
25209
25210@node HPPA
25211@subsection HPPA
25212@cindex HPPA support
25213
d3e8051b 25214When @value{GDBN} is debugging the HP PA architecture, it provides the
a64548ea
EZ
25215following special commands:
25216
25217@table @code
25218@item set debug hppa
25219@kindex set debug hppa
db2e3e2e 25220This command determines whether HPPA architecture-specific debugging
a64548ea
EZ
25221messages are to be displayed.
25222
25223@item show debug hppa
25224Show whether HPPA debugging messages are displayed.
25225
25226@item maint print unwind @var{address}
25227@kindex maint print unwind@r{, HPPA}
25228This command displays the contents of the unwind table entry at the
25229given @var{address}.
25230
25231@end table
25232
104c1213 25233
4acd40f3
TJB
25234@node PowerPC
25235@subsection PowerPC
25236@cindex PowerPC architecture
25237
25238When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
25239pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
25240numbers stored in the floating point registers. These values must be stored
25241in two consecutive registers, always starting at an even register like
25242@code{f0} or @code{f2}.
25243
25244The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
25245by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
25246@code{f2} and @code{f3} for @code{$dl1} and so on.
25247
aeac0ff9 25248For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
677c5bb1
LM
25249wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
25250
a1217d97
SL
25251@node Nios II
25252@subsection Nios II
25253@cindex Nios II architecture
25254
25255When @value{GDBN} is debugging the Nios II architecture,
25256it provides the following special commands:
25257
25258@table @code
25259
25260@item set debug nios2
25261@kindex set debug nios2
25262This command turns on and off debugging messages for the Nios II
25263target code in @value{GDBN}.
25264
25265@item show debug nios2
25266@kindex show debug nios2
25267Show the current setting of Nios II debugging messages.
25268@end table
23d964e7 25269
58afddc6
WP
25270@node Sparc64
25271@subsection Sparc64
25272@cindex Sparc64 support
25273@cindex Application Data Integrity
25274@subsubsection ADI Support
25275
25276The M7 processor supports an Application Data Integrity (ADI) feature that
25277detects invalid data accesses. When software allocates memory and enables
25278ADI on the allocated memory, it chooses a 4-bit version number, sets the
25279version in the upper 4 bits of the 64-bit pointer to that data, and stores
25280the 4-bit version in every cacheline of that data. Hardware saves the latter
25281in spare bits in the cache and memory hierarchy. On each load and store,
25282the processor compares the upper 4 VA (virtual address) bits to the
25283cacheline's version. If there is a mismatch, the processor generates a
25284version mismatch trap which can be either precise or disrupting. The trap
25285is an error condition which the kernel delivers to the process as a SIGSEGV
25286signal.
25287
25288Note that only 64-bit applications can use ADI and need to be built with
25289ADI-enabled.
25290
25291Values of the ADI version tags, which are in granularity of a
25292cacheline (64 bytes), can be viewed or modified.
25293
25294
25295@table @code
25296@kindex adi examine
25297@item adi (examine | x) [ / @var{n} ] @var{addr}
25298
25299The @code{adi examine} command displays the value of one ADI version tag per
25300cacheline.
25301
25302@var{n} is a decimal integer specifying the number in bytes; the default
25303is 1. It specifies how much ADI version information, at the ratio of 1:ADI
25304block size, to display.
25305
25306@var{addr} is the address in user address space where you want @value{GDBN}
25307to begin displaying the ADI version tags.
25308
25309Below is an example of displaying ADI versions of variable "shmaddr".
25310
25311@smallexample
25312(@value{GDBP}) adi x/100 shmaddr
25313 0xfff800010002c000: 0 0
25314@end smallexample
25315
25316@kindex adi assign
25317@item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
25318
25319The @code{adi assign} command is used to assign new ADI version tag
25320to an address.
25321
25322@var{n} is a decimal integer specifying the number in bytes;
25323the default is 1. It specifies how much ADI version information, at the
25324ratio of 1:ADI block size, to modify.
25325
25326@var{addr} is the address in user address space where you want @value{GDBN}
25327to begin modifying the ADI version tags.
25328
25329@var{tag} is the new ADI version tag.
25330
25331For example, do the following to modify then verify ADI versions of
25332variable "shmaddr":
25333
25334@smallexample
25335(@value{GDBP}) adi a/100 shmaddr = 7
25336(@value{GDBP}) adi x/100 shmaddr
25337 0xfff800010002c000: 7 7
25338@end smallexample
25339
25340@end table
25341
51d21d60
JD
25342@node S12Z
25343@subsection S12Z
25344@cindex S12Z support
25345
25346When @value{GDBN} is debugging the S12Z architecture,
25347it provides the following special command:
25348
25349@table @code
25350@item maint info bdccsr
25351@kindex maint info bdccsr@r{, S12Z}
25352This command displays the current value of the microprocessor's
25353BDCCSR register.
25354@end table
25355
25356
8e04817f
AC
25357@node Controlling GDB
25358@chapter Controlling @value{GDBN}
25359
25360You can alter the way @value{GDBN} interacts with you by using the
25361@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 25362data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
25363described here.
25364
25365@menu
25366* Prompt:: Prompt
25367* Editing:: Command editing
d620b259 25368* Command History:: Command history
8e04817f 25369* Screen Size:: Screen size
140a4bc0 25370* Output Styling:: Output styling
8e04817f 25371* Numbers:: Numbers
1e698235 25372* ABI:: Configuring the current ABI
bf88dd68 25373* Auto-loading:: Automatically loading associated files
8e04817f
AC
25374* Messages/Warnings:: Optional warnings and messages
25375* Debugging Output:: Optional messages about internal happenings
14fb1bac 25376* Other Misc Settings:: Other Miscellaneous Settings
8e04817f
AC
25377@end menu
25378
25379@node Prompt
25380@section Prompt
104c1213 25381
8e04817f 25382@cindex prompt
104c1213 25383
8e04817f
AC
25384@value{GDBN} indicates its readiness to read a command by printing a string
25385called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
25386can change the prompt string with the @code{set prompt} command. For
25387instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
25388the prompt in one of the @value{GDBN} sessions so that you can always tell
25389which one you are talking to.
104c1213 25390
8e04817f
AC
25391@emph{Note:} @code{set prompt} does not add a space for you after the
25392prompt you set. This allows you to set a prompt which ends in a space
25393or a prompt that does not.
104c1213 25394
8e04817f
AC
25395@table @code
25396@kindex set prompt
25397@item set prompt @var{newprompt}
25398Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 25399
8e04817f
AC
25400@kindex show prompt
25401@item show prompt
25402Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
25403@end table
25404
fa3a4f15
PM
25405Versions of @value{GDBN} that ship with Python scripting enabled have
25406prompt extensions. The commands for interacting with these extensions
25407are:
25408
25409@table @code
25410@kindex set extended-prompt
25411@item set extended-prompt @var{prompt}
25412Set an extended prompt that allows for substitutions.
25413@xref{gdb.prompt}, for a list of escape sequences that can be used for
25414substitution. Any escape sequences specified as part of the prompt
25415string are replaced with the corresponding strings each time the prompt
25416is displayed.
25417
25418For example:
25419
25420@smallexample
25421set extended-prompt Current working directory: \w (gdb)
25422@end smallexample
25423
25424Note that when an extended-prompt is set, it takes control of the
25425@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
25426
25427@kindex show extended-prompt
25428@item show extended-prompt
25429Prints the extended prompt. Any escape sequences specified as part of
25430the prompt string with @code{set extended-prompt}, are replaced with the
25431corresponding strings each time the prompt is displayed.
25432@end table
25433
8e04817f 25434@node Editing
79a6e687 25435@section Command Editing
8e04817f
AC
25436@cindex readline
25437@cindex command line editing
104c1213 25438
703663ab 25439@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
25440@sc{gnu} library provides consistent behavior for programs which provide a
25441command line interface to the user. Advantages are @sc{gnu} Emacs-style
25442or @dfn{vi}-style inline editing of commands, @code{csh}-like history
25443substitution, and a storage and recall of command history across
25444debugging sessions.
104c1213 25445
8e04817f
AC
25446You may control the behavior of command line editing in @value{GDBN} with the
25447command @code{set}.
104c1213 25448
8e04817f
AC
25449@table @code
25450@kindex set editing
25451@cindex editing
25452@item set editing
25453@itemx set editing on
25454Enable command line editing (enabled by default).
104c1213 25455
8e04817f
AC
25456@item set editing off
25457Disable command line editing.
104c1213 25458
8e04817f
AC
25459@kindex show editing
25460@item show editing
25461Show whether command line editing is enabled.
104c1213
JM
25462@end table
25463
39037522
TT
25464@ifset SYSTEM_READLINE
25465@xref{Command Line Editing, , , rluserman, GNU Readline Library},
25466@end ifset
25467@ifclear SYSTEM_READLINE
25468@xref{Command Line Editing},
25469@end ifclear
25470for more details about the Readline
703663ab
EZ
25471interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
25472encouraged to read that chapter.
25473
11061048
TT
25474@cindex Readline application name
25475@value{GDBN} sets the Readline application name to @samp{gdb}. This
25476is useful for conditions in @file{.inputrc}.
25477
c71acd15
TT
25478@cindex operate-and-get-next
25479@value{GDBN} defines a bindable Readline command,
25480@code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
25481This command accepts the current line for execution and fetches the
25482next line relative to the current line from the history for editing.
25483Any argument is ignored.
25484
d620b259 25485@node Command History
79a6e687 25486@section Command History
703663ab 25487@cindex command history
8e04817f
AC
25488
25489@value{GDBN} can keep track of the commands you type during your
25490debugging sessions, so that you can be certain of precisely what
25491happened. Use these commands to manage the @value{GDBN} command
25492history facility.
104c1213 25493
703663ab 25494@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
39037522
TT
25495package, to provide the history facility.
25496@ifset SYSTEM_READLINE
25497@xref{Using History Interactively, , , history, GNU History Library},
25498@end ifset
25499@ifclear SYSTEM_READLINE
25500@xref{Using History Interactively},
25501@end ifclear
25502for the detailed description of the History library.
703663ab 25503
d620b259 25504To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
25505the state which is seen by users, prefix it with @samp{server }
25506(@pxref{Server Prefix}). This
d620b259
NR
25507means that this command will not affect the command history, nor will it
25508affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
25509pressed on a line by itself.
25510
25511@cindex @code{server}, command prefix
25512The server prefix does not affect the recording of values into the value
25513history; to print a value without recording it into the value history,
25514use the @code{output} command instead of the @code{print} command.
25515
703663ab
EZ
25516Here is the description of @value{GDBN} commands related to command
25517history.
25518
104c1213 25519@table @code
8e04817f
AC
25520@cindex history substitution
25521@cindex history file
25522@kindex set history filename
4644b6e3 25523@cindex @env{GDBHISTFILE}, environment variable
63e163f2 25524@item set history filename @r{[}@var{fname}@r{]}
8e04817f
AC
25525Set the name of the @value{GDBN} command history file to @var{fname}.
25526This is the file where @value{GDBN} reads an initial command history
25527list, and where it writes the command history from this session when it
25528exits. You can access this list through history expansion or through
25529the history command editing characters listed below. This file defaults
25530to the value of the environment variable @code{GDBHISTFILE}, or to
25531@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
25532is not set.
104c1213 25533
63e163f2
AB
25534The @code{GDBHISTFILE} environment variable is read after processing
25535any @value{GDBN} initialization files (@pxref{Startup}) and after
25536processing any commands passed using command line options (for
25537example, @code{-ex}).
25538
25539If the @var{fname} argument is not given, or if the @code{GDBHISTFILE}
25540is the empty string then @value{GDBN} will neither try to load an
25541existing history file, nor will it try to save the history on exit.
25542
9c16f35a
EZ
25543@cindex save command history
25544@kindex set history save
8e04817f
AC
25545@item set history save
25546@itemx set history save on
25547Record command history in a file, whose name may be specified with the
63e163f2
AB
25548@code{set history filename} command. By default, this option is
25549disabled. The command history will be recorded when @value{GDBN}
25550exits. If @code{set history filename} is set to the empty string then
25551history saving is disabled, even when @code{set history save} is
25552@code{on}.
104c1213 25553
8e04817f 25554@item set history save off
63e163f2
AB
25555Don't record the command history into the file specified by @code{set
25556history filename} when @value{GDBN} exits.
104c1213 25557
8e04817f 25558@cindex history size
9c16f35a 25559@kindex set history size
b58c513b 25560@cindex @env{GDBHISTSIZE}, environment variable
8e04817f 25561@item set history size @var{size}
f81d1120 25562@itemx set history size unlimited
8e04817f 25563Set the number of commands which @value{GDBN} keeps in its history list.
bc460514
PP
25564This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
25565to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
0eacb298
PP
25566are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
25567either a negative number or the empty string, then the number of commands
25568@value{GDBN} keeps in the history list is unlimited.
fc637f04 25569
63e163f2
AB
25570The @code{GDBHISTSIZE} environment variable is read after processing
25571any @value{GDBN} initialization files (@pxref{Startup}) and after
25572processing any commands passed using command line options (for
25573example, @code{-ex}).
25574
fc637f04
PP
25575@cindex remove duplicate history
25576@kindex set history remove-duplicates
25577@item set history remove-duplicates @var{count}
25578@itemx set history remove-duplicates unlimited
25579Control the removal of duplicate history entries in the command history list.
25580If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
25581history entries and remove the first entry that is a duplicate of the current
25582entry being added to the command history list. If @var{count} is
25583@code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
25584removal of duplicate history entries is disabled.
25585
25586Only history entries added during the current session are considered for
25587removal. This option is set to 0 by default.
25588
104c1213
JM
25589@end table
25590
8e04817f 25591History expansion assigns special meaning to the character @kbd{!}.
39037522
TT
25592@ifset SYSTEM_READLINE
25593@xref{Event Designators, , , history, GNU History Library},
25594@end ifset
25595@ifclear SYSTEM_READLINE
25596@xref{Event Designators},
25597@end ifclear
25598for more details.
8e04817f 25599
703663ab 25600@cindex history expansion, turn on/off
8e04817f
AC
25601Since @kbd{!} is also the logical not operator in C, history expansion
25602is off by default. If you decide to enable history expansion with the
25603@code{set history expansion on} command, you may sometimes need to
25604follow @kbd{!} (when it is used as logical not, in an expression) with
25605a space or a tab to prevent it from being expanded. The readline
25606history facilities do not attempt substitution on the strings
25607@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
25608
25609The commands to control history expansion are:
104c1213
JM
25610
25611@table @code
8e04817f
AC
25612@item set history expansion on
25613@itemx set history expansion
703663ab 25614@kindex set history expansion
8e04817f 25615Enable history expansion. History expansion is off by default.
104c1213 25616
8e04817f
AC
25617@item set history expansion off
25618Disable history expansion.
104c1213 25619
8e04817f
AC
25620@c @group
25621@kindex show history
25622@item show history
25623@itemx show history filename
25624@itemx show history save
25625@itemx show history size
25626@itemx show history expansion
25627These commands display the state of the @value{GDBN} history parameters.
25628@code{show history} by itself displays all four states.
25629@c @end group
25630@end table
25631
25632@table @code
9c16f35a
EZ
25633@kindex show commands
25634@cindex show last commands
25635@cindex display command history
8e04817f
AC
25636@item show commands
25637Display the last ten commands in the command history.
104c1213 25638
8e04817f
AC
25639@item show commands @var{n}
25640Print ten commands centered on command number @var{n}.
25641
25642@item show commands +
25643Print ten commands just after the commands last printed.
104c1213
JM
25644@end table
25645
8e04817f 25646@node Screen Size
79a6e687 25647@section Screen Size
8e04817f 25648@cindex size of screen
f179cf97
EZ
25649@cindex screen size
25650@cindex pagination
25651@cindex page size
8e04817f 25652@cindex pauses in output
104c1213 25653
8e04817f
AC
25654Certain commands to @value{GDBN} may produce large amounts of
25655information output to the screen. To help you read all of it,
25656@value{GDBN} pauses and asks you for input at the end of each page of
eb6af809
TT
25657output. Type @key{RET} when you want to see one more page of output,
25658@kbd{q} to discard the remaining output, or @kbd{c} to continue
25659without paging for the rest of the current command. Also, the screen
25660width setting determines when to wrap lines of output. Depending on
25661what is being printed, @value{GDBN} tries to break the line at a
25662readable place, rather than simply letting it overflow onto the
25663following line.
8e04817f
AC
25664
25665Normally @value{GDBN} knows the size of the screen from the terminal
25666driver software. For example, on Unix @value{GDBN} uses the termcap data base
25667together with the value of the @code{TERM} environment variable and the
25668@code{stty rows} and @code{stty cols} settings. If this is not correct,
25669you can override it with the @code{set height} and @code{set
25670width} commands:
25671
25672@table @code
25673@kindex set height
25674@kindex set width
25675@kindex show width
25676@kindex show height
25677@item set height @var{lpp}
f81d1120 25678@itemx set height unlimited
8e04817f
AC
25679@itemx show height
25680@itemx set width @var{cpl}
f81d1120 25681@itemx set width unlimited
8e04817f
AC
25682@itemx show width
25683These @code{set} commands specify a screen height of @var{lpp} lines and
25684a screen width of @var{cpl} characters. The associated @code{show}
25685commands display the current settings.
104c1213 25686
f81d1120
PA
25687If you specify a height of either @code{unlimited} or zero lines,
25688@value{GDBN} does not pause during output no matter how long the
25689output is. This is useful if output is to a file or to an editor
25690buffer.
104c1213 25691
f81d1120
PA
25692Likewise, you can specify @samp{set width unlimited} or @samp{set
25693width 0} to prevent @value{GDBN} from wrapping its output.
9c16f35a
EZ
25694
25695@item set pagination on
25696@itemx set pagination off
25697@kindex set pagination
25698Turn the output pagination on or off; the default is on. Turning
f81d1120 25699pagination off is the alternative to @code{set height unlimited}. Note that
7c953934
TT
25700running @value{GDBN} with the @option{--batch} option (@pxref{Mode
25701Options, -batch}) also automatically disables pagination.
9c16f35a
EZ
25702
25703@item show pagination
25704@kindex show pagination
25705Show the current pagination mode.
104c1213
JM
25706@end table
25707
140a4bc0
TT
25708@node Output Styling
25709@section Output Styling
25710@cindex styling
25711@cindex colors
25712
25713@kindex set style
25714@kindex show style
25715@value{GDBN} can style its output on a capable terminal. This is
7557a514
AH
25716enabled by default on most systems, but disabled by default when in
25717batch mode (@pxref{Mode Options}). Various style settings are available;
25718and styles can also be disabled entirely.
140a4bc0
TT
25719
25720@table @code
25721@item set style enabled @samp{on|off}
25722Enable or disable all styling. The default is host-dependent, with
25723most hosts defaulting to @samp{on}.
25724
25725@item show style enabled
25726Show the current state of styling.
d085f989
TT
25727
25728@item set style sources @samp{on|off}
25729Enable or disable source code styling. This affects whether source
25730code, such as the output of the @code{list} command, is styled. Note
25731that source styling only works if styling in general is enabled, and
25732if @value{GDBN} was linked with the GNU Source Highlight library. The
25733default is @samp{on}.
25734
25735@item show style sources
25736Show the current state of source code styling.
140a4bc0
TT
25737@end table
25738
25739Subcommands of @code{set style} control specific forms of styling.
25740These subcommands all follow the same pattern: each style-able object
25741can be styled with a foreground color, a background color, and an
25742intensity.
25743
25744For example, the style of file names can be controlled using the
25745@code{set style filename} group of commands:
25746
25747@table @code
25748@item set style filename background @var{color}
25749Set the background to @var{color}. Valid colors are @samp{none}
25750(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 25751@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
25752and@samp{white}.
25753
25754@item set style filename foreground @var{color}
25755Set the foreground to @var{color}. Valid colors are @samp{none}
25756(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 25757@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
25758and@samp{white}.
25759
25760@item set style filename intensity @var{value}
25761Set the intensity to @var{value}. Valid intensities are @samp{normal}
25762(the default), @samp{bold}, and @samp{dim}.
25763@end table
25764
e664d728
PW
25765The @code{show style} command and its subcommands are styling
25766a style name in their output using its own style.
25767So, use @command{show style} to see the complete list of styles,
25768their characteristics and the visual aspect of each style.
25769
140a4bc0
TT
25770The style-able objects are:
25771@table @code
25772@item filename
e3624a40
EZ
25773Control the styling of file names. By default, this style's
25774foreground color is green.
140a4bc0
TT
25775
25776@item function
25777Control the styling of function names. These are managed with the
e3624a40
EZ
25778@code{set style function} family of commands. By default, this
25779style's foreground color is yellow.
140a4bc0
TT
25780
25781@item variable
25782Control the styling of variable names. These are managed with the
e3624a40
EZ
25783@code{set style variable} family of commands. By default, this style's
25784foreground color is cyan.
140a4bc0
TT
25785
25786@item address
25787Control the styling of addresses. These are managed with the
e3624a40
EZ
25788@code{set style address} family of commands. By default, this style's
25789foreground color is blue.
e664d728
PW
25790
25791@item title
25792Control the styling of titles. These are managed with the
25793@code{set style title} family of commands. By default, this style's
25794intensity is bold. Commands are using the title style to improve
6b92c0d3 25795the readability of large output. For example, the commands
e664d728
PW
25796@command{apropos} and @command{help} are using the title style
25797for the command names.
25798
25799@item highlight
25800Control the styling of highlightings. These are managed with the
25801@code{set style highlight} family of commands. By default, this style's
25802foreground color is red. Commands are using the highlight style to draw
25803the user attention to some specific parts of their output. For example,
25804the command @command{apropos -v REGEXP} uses the highlight style to
25805mark the documentation parts matching @var{regexp}.
25806
a2a7af0c
TT
25807@item tui-border
25808Control the styling of the TUI border. Note that, unlike other
25809styling options, only the color of the border can be controlled via
25810@code{set style}. This was done for compatibility reasons, as TUI
25811controls to set the border's intensity predated the addition of
25812general styling to @value{GDBN}. @xref{TUI Configuration}.
25813
25814@item tui-active-border
25815Control the styling of the active TUI border; that is, the TUI window
25816that has the focus.
25817
140a4bc0
TT
25818@end table
25819
8e04817f
AC
25820@node Numbers
25821@section Numbers
25822@cindex number representation
25823@cindex entering numbers
104c1213 25824
8e04817f
AC
25825You can always enter numbers in octal, decimal, or hexadecimal in
25826@value{GDBN} by the usual conventions: octal numbers begin with
25827@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
25828begin with @samp{0x}. Numbers that neither begin with @samp{0} or
25829@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2583010; likewise, the default display for numbers---when no particular
25831format is specified---is base 10. You can change the default base for
25832both input and output with the commands described below.
104c1213 25833
8e04817f
AC
25834@table @code
25835@kindex set input-radix
25836@item set input-radix @var{base}
25837Set the default base for numeric input. Supported choices
697aa1b7 25838for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 25839specified either unambiguously or using the current input radix; for
8e04817f 25840example, any of
104c1213 25841
8e04817f 25842@smallexample
9c16f35a
EZ
25843set input-radix 012
25844set input-radix 10.
25845set input-radix 0xa
8e04817f 25846@end smallexample
104c1213 25847
8e04817f 25848@noindent
9c16f35a 25849sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
25850leaves the input radix unchanged, no matter what it was, since
25851@samp{10}, being without any leading or trailing signs of its base, is
25852interpreted in the current radix. Thus, if the current radix is 16,
25853@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
25854change the radix.
104c1213 25855
8e04817f
AC
25856@kindex set output-radix
25857@item set output-radix @var{base}
25858Set the default base for numeric display. Supported choices
697aa1b7 25859for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 25860specified either unambiguously or using the current input radix.
104c1213 25861
8e04817f
AC
25862@kindex show input-radix
25863@item show input-radix
25864Display the current default base for numeric input.
104c1213 25865
8e04817f
AC
25866@kindex show output-radix
25867@item show output-radix
25868Display the current default base for numeric display.
9c16f35a
EZ
25869
25870@item set radix @r{[}@var{base}@r{]}
25871@itemx show radix
25872@kindex set radix
25873@kindex show radix
25874These commands set and show the default base for both input and output
25875of numbers. @code{set radix} sets the radix of input and output to
25876the same base; without an argument, it resets the radix back to its
25877default value of 10.
25878
8e04817f 25879@end table
104c1213 25880
1e698235 25881@node ABI
79a6e687 25882@section Configuring the Current ABI
1e698235
DJ
25883
25884@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
25885application automatically. However, sometimes you need to override its
25886conclusions. Use these commands to manage @value{GDBN}'s view of the
25887current ABI.
25888
98b45e30
DJ
25889@cindex OS ABI
25890@kindex set osabi
b4e9345d 25891@kindex show osabi
430ed3f0 25892@cindex Newlib OS ABI and its influence on the longjmp handling
98b45e30
DJ
25893
25894One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 25895system targets, either via remote debugging or native emulation.
98b45e30
DJ
25896@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
25897but you can override its conclusion using the @code{set osabi} command.
25898One example where this is useful is in debugging of binaries which use
25899an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
25900not have the same identifying marks that the standard C library for your
25901platform provides.
25902
430ed3f0
MS
25903When @value{GDBN} is debugging the AArch64 architecture, it provides a
25904``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
25905@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
25906The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
25907
98b45e30
DJ
25908@table @code
25909@item show osabi
25910Show the OS ABI currently in use.
25911
25912@item set osabi
25913With no argument, show the list of registered available OS ABI's.
25914
25915@item set osabi @var{abi}
25916Set the current OS ABI to @var{abi}.
25917@end table
25918
1e698235 25919@cindex float promotion
1e698235
DJ
25920
25921Generally, the way that an argument of type @code{float} is passed to a
25922function depends on whether the function is prototyped. For a prototyped
25923(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
25924according to the architecture's convention for @code{float}. For unprototyped
25925(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
25926@code{double} and then passed.
25927
25928Unfortunately, some forms of debug information do not reliably indicate whether
25929a function is prototyped. If @value{GDBN} calls a function that is not marked
25930as prototyped, it consults @kbd{set coerce-float-to-double}.
25931
25932@table @code
a8f24a35 25933@kindex set coerce-float-to-double
1e698235
DJ
25934@item set coerce-float-to-double
25935@itemx set coerce-float-to-double on
25936Arguments of type @code{float} will be promoted to @code{double} when passed
25937to an unprototyped function. This is the default setting.
25938
25939@item set coerce-float-to-double off
25940Arguments of type @code{float} will be passed directly to unprototyped
25941functions.
9c16f35a
EZ
25942
25943@kindex show coerce-float-to-double
25944@item show coerce-float-to-double
25945Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
25946@end table
25947
f1212245
DJ
25948@kindex set cp-abi
25949@kindex show cp-abi
25950@value{GDBN} needs to know the ABI used for your program's C@t{++}
25951objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
25952used to build your application. @value{GDBN} only fully supports
25953programs with a single C@t{++} ABI; if your program contains code using
25954multiple C@t{++} ABI's or if @value{GDBN} can not identify your
25955program's ABI correctly, you can tell @value{GDBN} which ABI to use.
25956Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
25957before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
25958``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
25959use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
25960``auto''.
25961
25962@table @code
25963@item show cp-abi
25964Show the C@t{++} ABI currently in use.
25965
25966@item set cp-abi
25967With no argument, show the list of supported C@t{++} ABI's.
25968
25969@item set cp-abi @var{abi}
25970@itemx set cp-abi auto
25971Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
25972@end table
25973
bf88dd68
JK
25974@node Auto-loading
25975@section Automatically loading associated files
25976@cindex auto-loading
25977
25978@value{GDBN} sometimes reads files with commands and settings automatically,
25979without being explicitly told so by the user. We call this feature
25980@dfn{auto-loading}. While auto-loading is useful for automatically adapting
25981@value{GDBN} to the needs of your project, it can sometimes produce unexpected
25982results or introduce security risks (e.g., if the file comes from untrusted
25983sources).
25984
71b8c845
DE
25985@menu
25986* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
25987* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
25988
25989* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
25990* Auto-loading verbose mode:: @samp{set/show debug auto-load}
25991@end menu
25992
25993There are various kinds of files @value{GDBN} can automatically load.
25994In addition to these files, @value{GDBN} supports auto-loading code written
25995in various extension languages. @xref{Auto-loading extensions}.
25996
c1668e4e
JK
25997Note that loading of these associated files (including the local @file{.gdbinit}
25998file) requires accordingly configured @code{auto-load safe-path}
25999(@pxref{Auto-loading safe path}).
26000
bf88dd68
JK
26001For these reasons, @value{GDBN} includes commands and options to let you
26002control when to auto-load files and which files should be auto-loaded.
26003
26004@table @code
26005@anchor{set auto-load off}
26006@kindex set auto-load off
26007@item set auto-load off
26008Globally disable loading of all auto-loaded files.
26009You may want to use this command with the @samp{-iex} option
26010(@pxref{Option -init-eval-command}) such as:
26011@smallexample
26012$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
26013@end smallexample
26014
26015Be aware that system init file (@pxref{System-wide configuration})
26016and init files from your home directory (@pxref{Home Directory Init File})
26017still get read (as they come from generally trusted directories).
26018To prevent @value{GDBN} from auto-loading even those init files, use the
26019@option{-nx} option (@pxref{Mode Options}), in addition to
26020@code{set auto-load no}.
26021
26022@anchor{show auto-load}
26023@kindex show auto-load
26024@item show auto-load
26025Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
26026or disabled.
26027
26028@smallexample
26029(gdb) show auto-load
26030gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
26031libthread-db: Auto-loading of inferior specific libthread_db is on.
1ccacbcd
JK
26032local-gdbinit: Auto-loading of .gdbinit script from current directory
26033 is on.
bf88dd68 26034python-scripts: Auto-loading of Python scripts is on.
bccbefd2 26035safe-path: List of directories from which it is safe to auto-load files
1564a261 26036 is $debugdir:$datadir/auto-load.
7349ff92 26037scripts-directory: List of directories from which to load auto-loaded scripts
1564a261 26038 is $debugdir:$datadir/auto-load.
bf88dd68
JK
26039@end smallexample
26040
26041@anchor{info auto-load}
26042@kindex info auto-load
26043@item info auto-load
26044Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
26045not.
26046
26047@smallexample
26048(gdb) info auto-load
26049gdb-scripts:
26050Loaded Script
26051Yes /home/user/gdb/gdb-gdb.gdb
26052libthread-db: No auto-loaded libthread-db.
1ccacbcd
JK
26053local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
26054 loaded.
bf88dd68
JK
26055python-scripts:
26056Loaded Script
26057Yes /home/user/gdb/gdb-gdb.py
26058@end smallexample
26059@end table
26060
bf88dd68
JK
26061These are @value{GDBN} control commands for the auto-loading:
26062
26063@multitable @columnfractions .5 .5
26064@item @xref{set auto-load off}.
26065@tab Disable auto-loading globally.
26066@item @xref{show auto-load}.
26067@tab Show setting of all kinds of files.
26068@item @xref{info auto-load}.
26069@tab Show state of all kinds of files.
26070@item @xref{set auto-load gdb-scripts}.
26071@tab Control for @value{GDBN} command scripts.
26072@item @xref{show auto-load gdb-scripts}.
26073@tab Show setting of @value{GDBN} command scripts.
26074@item @xref{info auto-load gdb-scripts}.
26075@tab Show state of @value{GDBN} command scripts.
26076@item @xref{set auto-load python-scripts}.
26077@tab Control for @value{GDBN} Python scripts.
26078@item @xref{show auto-load python-scripts}.
26079@tab Show setting of @value{GDBN} Python scripts.
26080@item @xref{info auto-load python-scripts}.
26081@tab Show state of @value{GDBN} Python scripts.
ed3ef339
DE
26082@item @xref{set auto-load guile-scripts}.
26083@tab Control for @value{GDBN} Guile scripts.
26084@item @xref{show auto-load guile-scripts}.
26085@tab Show setting of @value{GDBN} Guile scripts.
26086@item @xref{info auto-load guile-scripts}.
26087@tab Show state of @value{GDBN} Guile scripts.
7349ff92
JK
26088@item @xref{set auto-load scripts-directory}.
26089@tab Control for @value{GDBN} auto-loaded scripts location.
26090@item @xref{show auto-load scripts-directory}.
26091@tab Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
26092@item @xref{add-auto-load-scripts-directory}.
26093@tab Add directory for auto-loaded scripts location list.
bf88dd68
JK
26094@item @xref{set auto-load local-gdbinit}.
26095@tab Control for init file in the current directory.
26096@item @xref{show auto-load local-gdbinit}.
26097@tab Show setting of init file in the current directory.
26098@item @xref{info auto-load local-gdbinit}.
26099@tab Show state of init file in the current directory.
26100@item @xref{set auto-load libthread-db}.
26101@tab Control for thread debugging library.
26102@item @xref{show auto-load libthread-db}.
26103@tab Show setting of thread debugging library.
26104@item @xref{info auto-load libthread-db}.
26105@tab Show state of thread debugging library.
bccbefd2
JK
26106@item @xref{set auto-load safe-path}.
26107@tab Control directories trusted for automatic loading.
26108@item @xref{show auto-load safe-path}.
26109@tab Show directories trusted for automatic loading.
26110@item @xref{add-auto-load-safe-path}.
26111@tab Add directory trusted for automatic loading.
bf88dd68
JK
26112@end multitable
26113
bf88dd68
JK
26114@node Init File in the Current Directory
26115@subsection Automatically loading init file in the current directory
26116@cindex auto-loading init file in the current directory
26117
26118By default, @value{GDBN} reads and executes the canned sequences of commands
26119from init file (if any) in the current working directory,
26120see @ref{Init File in the Current Directory during Startup}.
26121
c1668e4e
JK
26122Note that loading of this local @file{.gdbinit} file also requires accordingly
26123configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26124
bf88dd68
JK
26125@table @code
26126@anchor{set auto-load local-gdbinit}
26127@kindex set auto-load local-gdbinit
26128@item set auto-load local-gdbinit [on|off]
26129Enable or disable the auto-loading of canned sequences of commands
26130(@pxref{Sequences}) found in init file in the current directory.
26131
26132@anchor{show auto-load local-gdbinit}
26133@kindex show auto-load local-gdbinit
26134@item show auto-load local-gdbinit
26135Show whether auto-loading of canned sequences of commands from init file in the
26136current directory is enabled or disabled.
26137
26138@anchor{info auto-load local-gdbinit}
26139@kindex info auto-load local-gdbinit
26140@item info auto-load local-gdbinit
26141Print whether canned sequences of commands from init file in the
26142current directory have been auto-loaded.
26143@end table
26144
26145@node libthread_db.so.1 file
26146@subsection Automatically loading thread debugging library
26147@cindex auto-loading libthread_db.so.1
26148
26149This feature is currently present only on @sc{gnu}/Linux native hosts.
26150
26151@value{GDBN} reads in some cases thread debugging library from places specific
26152to the inferior (@pxref{set libthread-db-search-path}).
26153
26154The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
26155without checking this @samp{set auto-load libthread-db} switch as system
26156libraries have to be trusted in general. In all other cases of
26157@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
26158auto-load libthread-db} is enabled before trying to open such thread debugging
26159library.
26160
c1668e4e
JK
26161Note that loading of this debugging library also requires accordingly configured
26162@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26163
bf88dd68
JK
26164@table @code
26165@anchor{set auto-load libthread-db}
26166@kindex set auto-load libthread-db
26167@item set auto-load libthread-db [on|off]
26168Enable or disable the auto-loading of inferior specific thread debugging library.
26169
26170@anchor{show auto-load libthread-db}
26171@kindex show auto-load libthread-db
26172@item show auto-load libthread-db
26173Show whether auto-loading of inferior specific thread debugging library is
26174enabled or disabled.
26175
26176@anchor{info auto-load libthread-db}
26177@kindex info auto-load libthread-db
26178@item info auto-load libthread-db
26179Print the list of all loaded inferior specific thread debugging libraries and
26180for each such library print list of inferior @var{pid}s using it.
26181@end table
26182
bccbefd2
JK
26183@node Auto-loading safe path
26184@subsection Security restriction for auto-loading
26185@cindex auto-loading safe-path
26186
26187As the files of inferior can come from untrusted source (such as submitted by
26188an application user) @value{GDBN} does not always load any files automatically.
26189@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
26190directories trusted for loading files not explicitly requested by user.
202cbf1c 26191Each directory can also be a shell wildcard pattern.
bccbefd2
JK
26192
26193If the path is not set properly you will see a warning and the file will not
26194get loaded:
26195
26196@smallexample
26197$ ./gdb -q ./gdb
0bab6cf1 26198Reading symbols from /home/user/gdb/gdb...
bccbefd2 26199warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
1564a261
JK
26200 declined by your `auto-load safe-path' set
26201 to "$debugdir:$datadir/auto-load".
bccbefd2 26202warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
1564a261
JK
26203 declined by your `auto-load safe-path' set
26204 to "$debugdir:$datadir/auto-load".
bccbefd2
JK
26205@end smallexample
26206
2c91021c
JK
26207@noindent
26208To instruct @value{GDBN} to go ahead and use the init files anyway,
26209invoke @value{GDBN} like this:
26210
26211@smallexample
26212$ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
26213@end smallexample
26214
bccbefd2
JK
26215The list of trusted directories is controlled by the following commands:
26216
26217@table @code
26218@anchor{set auto-load safe-path}
26219@kindex set auto-load safe-path
af2c1515 26220@item set auto-load safe-path @r{[}@var{directories}@r{]}
bccbefd2
JK
26221Set the list of directories (and their subdirectories) trusted for automatic
26222loading and execution of scripts. You can also enter a specific trusted file.
202cbf1c
JK
26223Each directory can also be a shell wildcard pattern; wildcards do not match
26224directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
26225(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
af2c1515
JK
26226If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
26227its default value as specified during @value{GDBN} compilation.
26228
d9242c17 26229The list of directories uses path separator (@samp{:} on GNU and Unix
bccbefd2
JK
26230systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26231to the @env{PATH} environment variable.
26232
26233@anchor{show auto-load safe-path}
26234@kindex show auto-load safe-path
26235@item show auto-load safe-path
26236Show the list of directories trusted for automatic loading and execution of
26237scripts.
26238
26239@anchor{add-auto-load-safe-path}
26240@kindex add-auto-load-safe-path
26241@item add-auto-load-safe-path
413b59ae
JK
26242Add an entry (or list of entries) to the list of directories trusted for
26243automatic loading and execution of scripts. Multiple entries may be delimited
26244by the host platform path separator in use.
bccbefd2
JK
26245@end table
26246
7349ff92 26247This variable defaults to what @code{--with-auto-load-dir} has been configured
1564a261
JK
26248to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
26249substitution applies the same as for @ref{set auto-load scripts-directory}.
26250The default @code{set auto-load safe-path} value can be also overriden by
26251@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
6dea1fbd 26252
6dea1fbd
JK
26253Setting this variable to @file{/} disables this security protection,
26254corresponding @value{GDBN} configuration option is
26255@option{--without-auto-load-safe-path}.
bccbefd2
JK
26256This variable is supposed to be set to the system directories writable by the
26257system superuser only. Users can add their source directories in init files in
26258their home directories (@pxref{Home Directory Init File}). See also deprecated
26259init file in the current directory
26260(@pxref{Init File in the Current Directory during Startup}).
26261
26262To force @value{GDBN} to load the files it declined to load in the previous
26263example, you could use one of the following ways:
26264
0511cc75
JK
26265@table @asis
26266@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
bccbefd2
JK
26267Specify this trusted directory (or a file) as additional component of the list.
26268You have to specify also any existing directories displayed by
26269by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
26270
174bb630 26271@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
bccbefd2
JK
26272Specify this directory as in the previous case but just for a single
26273@value{GDBN} session.
26274
af2c1515 26275@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
bccbefd2
JK
26276Disable auto-loading safety for a single @value{GDBN} session.
26277This assumes all the files you debug during this @value{GDBN} session will come
26278from trusted sources.
26279
26280@item @kbd{./configure --without-auto-load-safe-path}
26281During compilation of @value{GDBN} you may disable any auto-loading safety.
26282This assumes all the files you will ever debug with this @value{GDBN} come from
26283trusted sources.
0511cc75 26284@end table
bccbefd2
JK
26285
26286On the other hand you can also explicitly forbid automatic files loading which
26287also suppresses any such warning messages:
26288
0511cc75 26289@table @asis
174bb630 26290@item @kbd{gdb -iex "set auto-load no" @dots{}}
bccbefd2
JK
26291You can use @value{GDBN} command-line option for a single @value{GDBN} session.
26292
0511cc75 26293@item @file{~/.gdbinit}: @samp{set auto-load no}
bccbefd2
JK
26294Disable auto-loading globally for the user
26295(@pxref{Home Directory Init File}). While it is improbable, you could also
26296use system init file instead (@pxref{System-wide configuration}).
0511cc75 26297@end table
bccbefd2
JK
26298
26299This setting applies to the file names as entered by user. If no entry matches
26300@value{GDBN} tries as a last resort to also resolve all the file names into
26301their canonical form (typically resolving symbolic links) and compare the
26302entries again. @value{GDBN} already canonicalizes most of the filenames on its
26303own before starting the comparison so a canonical form of directories is
26304recommended to be entered.
26305
4dc84fd1
JK
26306@node Auto-loading verbose mode
26307@subsection Displaying files tried for auto-load
26308@cindex auto-loading verbose mode
26309
26310For better visibility of all the file locations where you can place scripts to
26311be auto-loaded with inferior --- or to protect yourself against accidental
26312execution of untrusted scripts --- @value{GDBN} provides a feature for printing
26313all the files attempted to be loaded. Both existing and non-existing files may
26314be printed.
26315
26316For example the list of directories from which it is safe to auto-load files
26317(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
26318may not be too obvious while setting it up.
26319
26320@smallexample
0070f25a 26321(gdb) set debug auto-load on
4dc84fd1
JK
26322(gdb) file ~/src/t/true
26323auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
26324 for objfile "/tmp/true".
26325auto-load: Updating directories of "/usr:/opt".
26326auto-load: Using directory "/usr".
26327auto-load: Using directory "/opt".
26328warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
26329 by your `auto-load safe-path' set to "/usr:/opt".
26330@end smallexample
26331
26332@table @code
26333@anchor{set debug auto-load}
26334@kindex set debug auto-load
26335@item set debug auto-load [on|off]
26336Set whether to print the filenames attempted to be auto-loaded.
26337
26338@anchor{show debug auto-load}
26339@kindex show debug auto-load
26340@item show debug auto-load
26341Show whether printing of the filenames attempted to be auto-loaded is turned
26342on or off.
26343@end table
26344
8e04817f 26345@node Messages/Warnings
79a6e687 26346@section Optional Warnings and Messages
104c1213 26347
9c16f35a
EZ
26348@cindex verbose operation
26349@cindex optional warnings
8e04817f
AC
26350By default, @value{GDBN} is silent about its inner workings. If you are
26351running on a slow machine, you may want to use the @code{set verbose}
26352command. This makes @value{GDBN} tell you when it does a lengthy
26353internal operation, so you will not think it has crashed.
104c1213 26354
8e04817f
AC
26355Currently, the messages controlled by @code{set verbose} are those
26356which announce that the symbol table for a source file is being read;
79a6e687 26357see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 26358
8e04817f
AC
26359@table @code
26360@kindex set verbose
26361@item set verbose on
26362Enables @value{GDBN} output of certain informational messages.
104c1213 26363
8e04817f
AC
26364@item set verbose off
26365Disables @value{GDBN} output of certain informational messages.
104c1213 26366
8e04817f
AC
26367@kindex show verbose
26368@item show verbose
26369Displays whether @code{set verbose} is on or off.
26370@end table
104c1213 26371
8e04817f
AC
26372By default, if @value{GDBN} encounters bugs in the symbol table of an
26373object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
26374find this information useful (@pxref{Symbol Errors, ,Errors Reading
26375Symbol Files}).
104c1213 26376
8e04817f 26377@table @code
104c1213 26378
8e04817f
AC
26379@kindex set complaints
26380@item set complaints @var{limit}
26381Permits @value{GDBN} to output @var{limit} complaints about each type of
26382unusual symbols before becoming silent about the problem. Set
26383@var{limit} to zero to suppress all complaints; set it to a large number
26384to prevent complaints from being suppressed.
104c1213 26385
8e04817f
AC
26386@kindex show complaints
26387@item show complaints
26388Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 26389
8e04817f 26390@end table
104c1213 26391
d837706a 26392@anchor{confirmation requests}
8e04817f
AC
26393By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
26394lot of stupid questions to confirm certain commands. For example, if
26395you try to run a program which is already running:
104c1213 26396
474c8240 26397@smallexample
8e04817f
AC
26398(@value{GDBP}) run
26399The program being debugged has been started already.
26400Start it from the beginning? (y or n)
474c8240 26401@end smallexample
104c1213 26402
8e04817f
AC
26403If you are willing to unflinchingly face the consequences of your own
26404commands, you can disable this ``feature'':
104c1213 26405
8e04817f 26406@table @code
104c1213 26407
8e04817f
AC
26408@kindex set confirm
26409@cindex flinching
26410@cindex confirmation
26411@cindex stupid questions
26412@item set confirm off
7c953934
TT
26413Disables confirmation requests. Note that running @value{GDBN} with
26414the @option{--batch} option (@pxref{Mode Options, -batch}) also
26415automatically disables confirmation requests.
104c1213 26416
8e04817f
AC
26417@item set confirm on
26418Enables confirmation requests (the default).
104c1213 26419
8e04817f
AC
26420@kindex show confirm
26421@item show confirm
26422Displays state of confirmation requests.
26423
26424@end table
104c1213 26425
16026cd7
AS
26426@cindex command tracing
26427If you need to debug user-defined commands or sourced files you may find it
26428useful to enable @dfn{command tracing}. In this mode each command will be
26429printed as it is executed, prefixed with one or more @samp{+} symbols, the
26430quantity denoting the call depth of each command.
26431
26432@table @code
26433@kindex set trace-commands
26434@cindex command scripts, debugging
26435@item set trace-commands on
26436Enable command tracing.
26437@item set trace-commands off
26438Disable command tracing.
26439@item show trace-commands
26440Display the current state of command tracing.
26441@end table
26442
8e04817f 26443@node Debugging Output
79a6e687 26444@section Optional Messages about Internal Happenings
4644b6e3
EZ
26445@cindex optional debugging messages
26446
da316a69
EZ
26447@value{GDBN} has commands that enable optional debugging messages from
26448various @value{GDBN} subsystems; normally these commands are of
26449interest to @value{GDBN} maintainers, or when reporting a bug. This
26450section documents those commands.
26451
104c1213 26452@table @code
a8f24a35
EZ
26453@kindex set exec-done-display
26454@item set exec-done-display
26455Turns on or off the notification of asynchronous commands'
26456completion. When on, @value{GDBN} will print a message when an
26457asynchronous command finishes its execution. The default is off.
26458@kindex show exec-done-display
26459@item show exec-done-display
26460Displays the current setting of asynchronous command completion
26461notification.
7b085b1c 26462
4644b6e3 26463@kindex set debug
be9a8770
PA
26464@cindex ARM AArch64
26465@item set debug aarch64
26466Turns on or off display of debugging messages related to ARM AArch64.
26467The default is off.
26468@kindex show debug
26469@item show debug aarch64
26470Displays the current state of displaying debugging messages related to
26471ARM AArch64.
7b085b1c 26472
4644b6e3 26473@cindex gdbarch debugging info
a8f24a35 26474@cindex architecture debugging info
8e04817f 26475@item set debug arch
a8f24a35 26476Turns on or off display of gdbarch debugging info. The default is off
8e04817f
AC
26477@item show debug arch
26478Displays the current state of displaying gdbarch debugging info.
7b085b1c 26479
9a005eb9
JB
26480@item set debug aix-solib
26481@cindex AIX shared library debugging
26482Control display of debugging messages from the AIX shared library
26483support module. The default is off.
7b085b1c 26484@item show debug aix-solib
9a005eb9 26485Show the current state of displaying AIX shared library debugging messages.
7b085b1c 26486
721c2651
EZ
26487@item set debug aix-thread
26488@cindex AIX threads
26489Display debugging messages about inner workings of the AIX thread
26490module.
26491@item show debug aix-thread
26492Show the current state of AIX thread debugging info display.
7b085b1c 26493
900e11f9
JK
26494@item set debug check-physname
26495@cindex physname
26496Check the results of the ``physname'' computation. When reading DWARF
26497debugging information for C@t{++}, @value{GDBN} attempts to compute
26498each entity's name. @value{GDBN} can do this computation in two
26499different ways, depending on exactly what information is present.
26500When enabled, this setting causes @value{GDBN} to compute the names
26501both ways and display any discrepancies.
26502@item show debug check-physname
26503Show the current state of ``physname'' checking.
7b085b1c 26504
be9a8770
PA
26505@item set debug coff-pe-read
26506@cindex COFF/PE exported symbols
26507Control display of debugging messages related to reading of COFF/PE
26508exported symbols. The default is off.
26509@item show debug coff-pe-read
26510Displays the current state of displaying debugging messages related to
26511reading of COFF/PE exported symbols.
7b085b1c 26512
b4f54984
DE
26513@item set debug dwarf-die
26514@cindex DWARF DIEs
26515Dump DWARF DIEs after they are read in.
d97bc12b
DE
26516The value is the number of nesting levels to print.
26517A value of zero turns off the display.
b4f54984
DE
26518@item show debug dwarf-die
26519Show the current state of DWARF DIE debugging.
7b085b1c 26520
27e0867f
DE
26521@item set debug dwarf-line
26522@cindex DWARF Line Tables
26523Turns on or off display of debugging messages related to reading
26524DWARF line tables. The default is 0 (off).
26525A value of 1 provides basic information.
26526A value greater than 1 provides more verbose information.
26527@item show debug dwarf-line
26528Show the current state of DWARF line table debugging.
7b085b1c 26529
b4f54984
DE
26530@item set debug dwarf-read
26531@cindex DWARF Reading
45cfd468 26532Turns on or off display of debugging messages related to reading
73be47f5
DE
26533DWARF debug info. The default is 0 (off).
26534A value of 1 provides basic information.
26535A value greater than 1 provides more verbose information.
b4f54984
DE
26536@item show debug dwarf-read
26537Show the current state of DWARF reader debugging.
7b085b1c 26538
237fc4c9
PA
26539@item set debug displaced
26540@cindex displaced stepping debugging info
26541Turns on or off display of @value{GDBN} debugging info for the
26542displaced stepping support. The default is off.
26543@item show debug displaced
26544Displays the current state of displaying @value{GDBN} debugging info
26545related to displaced stepping.
7b085b1c 26546
8e04817f 26547@item set debug event
4644b6e3 26548@cindex event debugging info
a8f24a35 26549Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 26550default is off.
8e04817f
AC
26551@item show debug event
26552Displays the current state of displaying @value{GDBN} event debugging
26553info.
7b085b1c 26554
8d378f27
SM
26555@item set debug event-loop
26556@cindex event-loop debugging
26557Controls output of debugging info about the event loop. The possible
26558values are @samp{off}, @samp{all} (shows all debugging info) and
26559@samp{all-except-ui} (shows all debugging info except those about
26560UI-related events).
26561@item show debug event-loop
26562Shows the current state of displaying debugging info about the event
26563loop.
26564
8e04817f 26565@item set debug expression
4644b6e3 26566@cindex expression debugging info
721c2651
EZ
26567Turns on or off display of debugging info about @value{GDBN}
26568expression parsing. The default is off.
8e04817f 26569@item show debug expression
721c2651
EZ
26570Displays the current state of displaying debugging info about
26571@value{GDBN} expression parsing.
7b085b1c 26572
6e9567fe
JB
26573@item set debug fbsd-lwp
26574@cindex FreeBSD LWP debug messages
26575Turns on or off debugging messages from the FreeBSD LWP debug support.
26576@item show debug fbsd-lwp
26577Show the current state of FreeBSD LWP debugging messages.
7b085b1c 26578
386a8676
JB
26579@item set debug fbsd-nat
26580@cindex FreeBSD native target debug messages
26581Turns on or off debugging messages from the FreeBSD native target.
26582@item show debug fbsd-nat
26583Show the current state of FreeBSD native target debugging messages.
7b085b1c 26584
a5c641b5
AB
26585@item set debug fortran-array-slicing
26586@cindex fortran array slicing debugging info
26587Turns on or off display of @value{GDBN} Fortran array slicing
26588debugging info. The default is off.
26589
26590@item show debug fortran-array-slicing
26591Displays the current state of displaying @value{GDBN} Fortran array
26592slicing debugging info.
26593
7453dc06 26594@item set debug frame
4644b6e3 26595@cindex frame debugging info
7453dc06
AC
26596Turns on or off display of @value{GDBN} frame debugging info. The
26597default is off.
7453dc06
AC
26598@item show debug frame
26599Displays the current state of displaying @value{GDBN} frame debugging
26600info.
7b085b1c 26601
cbe54154
PA
26602@item set debug gnu-nat
26603@cindex @sc{gnu}/Hurd debug messages
67ebd9cb 26604Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
cbe54154
PA
26605@item show debug gnu-nat
26606Show the current state of @sc{gnu}/Hurd debugging messages.
7b085b1c 26607
30e91e0b
RC
26608@item set debug infrun
26609@cindex inferior debugging info
26610Turns on or off display of @value{GDBN} debugging info for running the inferior.
26611The default is off. @file{infrun.c} contains GDB's runtime state machine used
26612for implementing operations such as single-stepping the inferior.
26613@item show debug infrun
26614Displays the current state of @value{GDBN} inferior debugging.
7b085b1c 26615
a255712f
PP
26616@item set debug jit
26617@cindex just-in-time compilation, debugging messages
67ebd9cb 26618Turn on or off debugging messages from JIT debug support.
a255712f
PP
26619@item show debug jit
26620Displays the current state of @value{GDBN} JIT debugging.
7b085b1c 26621
da316a69
EZ
26622@item set debug lin-lwp
26623@cindex @sc{gnu}/Linux LWP debug messages
26624@cindex Linux lightweight processes
67ebd9cb 26625Turn on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
26626@item show debug lin-lwp
26627Show the current state of Linux LWP debugging messages.
7b085b1c 26628
7a6a1731
GB
26629@item set debug linux-namespaces
26630@cindex @sc{gnu}/Linux namespaces debug messages
67ebd9cb 26631Turn on or off debugging messages from the Linux namespaces debug support.
7a6a1731
GB
26632@item show debug linux-namespaces
26633Show the current state of Linux namespaces debugging messages.
7b085b1c 26634
be9a8770
PA
26635@item set debug mach-o
26636@cindex Mach-O symbols processing
26637Control display of debugging messages related to Mach-O symbols
26638processing. The default is off.
26639@item show debug mach-o
26640Displays the current state of displaying debugging messages related to
26641reading of COFF/PE exported symbols.
7b085b1c 26642
c9b6281a
YQ
26643@item set debug notification
26644@cindex remote async notification debugging info
67ebd9cb 26645Turn on or off debugging messages about remote async notification.
c9b6281a
YQ
26646The default is off.
26647@item show debug notification
26648Displays the current state of remote async notification debugging messages.
7b085b1c 26649
2b4855ab 26650@item set debug observer
4644b6e3 26651@cindex observer debugging info
2b4855ab
AC
26652Turns on or off display of @value{GDBN} observer debugging. This
26653includes info such as the notification of observable events.
2b4855ab
AC
26654@item show debug observer
26655Displays the current state of observer debugging.
7b085b1c 26656
8e04817f 26657@item set debug overload
4644b6e3 26658@cindex C@t{++} overload debugging info
8e04817f 26659Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 26660info. This includes info such as ranking of functions, etc. The default
8e04817f 26661is off.
8e04817f
AC
26662@item show debug overload
26663Displays the current state of displaying @value{GDBN} C@t{++} overload
26664debugging info.
7b085b1c 26665
92981e24
TT
26666@cindex expression parser, debugging info
26667@cindex debug expression parser
26668@item set debug parser
26669Turns on or off the display of expression parser debugging output.
26670Internally, this sets the @code{yydebug} variable in the expression
26671parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
26672details. The default is off.
26673@item show debug parser
26674Show the current state of expression parser debugging.
7b085b1c 26675
8e04817f
AC
26676@cindex packets, reporting on stdout
26677@cindex serial connections, debugging
605a56cb
DJ
26678@cindex debug remote protocol
26679@cindex remote protocol debugging
26680@cindex display remote packets
8e04817f
AC
26681@item set debug remote
26682Turns on or off display of reports on all packets sent back and forth across
26683the serial line to the remote machine. The info is printed on the
26684@value{GDBN} standard output stream. The default is off.
8e04817f
AC
26685@item show debug remote
26686Displays the state of display of remote packets.
c4dcb155 26687
6cc8564b
LM
26688@item set debug remote-packet-max-chars
26689Sets the maximum number of characters to display for each remote packet when
26690@code{set debug remote} is on. This is useful to prevent @value{GDBN} from
26691displaying lengthy remote packets and polluting the console.
26692
26693The default value is @code{512}, which means @value{GDBN} will truncate each
26694remote packet after 512 bytes.
26695
26696Setting this option to @code{unlimited} will disable truncation and will output
26697the full length of the remote packets.
26698@item show debug remote-packet-max-chars
26699Displays the number of bytes to output for remote packet debugging.
26700
c4dcb155
SM
26701@item set debug separate-debug-file
26702Turns on or off display of debug output about separate debug file search.
26703@item show debug separate-debug-file
26704Displays the state of separate debug file search debug output.
26705
8e04817f
AC
26706@item set debug serial
26707Turns on or off display of @value{GDBN} serial debugging info. The
26708default is off.
8e04817f
AC
26709@item show debug serial
26710Displays the current state of displaying @value{GDBN} serial debugging
26711info.
7b085b1c 26712
c45da7e6
EZ
26713@item set debug solib-frv
26714@cindex FR-V shared-library debugging
67ebd9cb 26715Turn on or off debugging messages for FR-V shared-library code.
c45da7e6
EZ
26716@item show debug solib-frv
26717Display the current state of FR-V shared-library code debugging
26718messages.
7b085b1c 26719
cc485e62
DE
26720@item set debug symbol-lookup
26721@cindex symbol lookup
26722Turns on or off display of debugging messages related to symbol lookup.
26723The default is 0 (off).
26724A value of 1 provides basic information.
26725A value greater than 1 provides more verbose information.
26726@item show debug symbol-lookup
26727Show the current state of symbol lookup debugging messages.
7b085b1c 26728
8fb8eb5c
DE
26729@item set debug symfile
26730@cindex symbol file functions
26731Turns on or off display of debugging messages related to symbol file functions.
26732The default is off. @xref{Files}.
26733@item show debug symfile
26734Show the current state of symbol file debugging messages.
7b085b1c 26735
45cfd468
DE
26736@item set debug symtab-create
26737@cindex symbol table creation
26738Turns on or off display of debugging messages related to symbol table creation.
db0fec5c
DE
26739The default is 0 (off).
26740A value of 1 provides basic information.
26741A value greater than 1 provides more verbose information.
45cfd468
DE
26742@item show debug symtab-create
26743Show the current state of symbol table creation debugging.
7b085b1c 26744
8e04817f 26745@item set debug target
4644b6e3 26746@cindex target debugging info
8e04817f
AC
26747Turns on or off display of @value{GDBN} target debugging info. This info
26748includes what is going on at the target level of GDB, as it happens. The
701b08bb 26749default is 0. Set it to 1 to track events, and to 2 to also track the
3cecbbbe 26750value of large memory transfers.
8e04817f
AC
26751@item show debug target
26752Displays the current state of displaying @value{GDBN} target debugging
26753info.
7b085b1c 26754
75feb17d 26755@item set debug timestamp
6b92c0d3 26756@cindex timestamping debugging info
75feb17d
DJ
26757Turns on or off display of timestamps with @value{GDBN} debugging info.
26758When enabled, seconds and microseconds are displayed before each debugging
26759message.
26760@item show debug timestamp
26761Displays the current state of displaying timestamps with @value{GDBN}
26762debugging info.
7b085b1c 26763
f989a1c8 26764@item set debug varobj
4644b6e3 26765@cindex variable object debugging info
8e04817f
AC
26766Turns on or off display of @value{GDBN} variable object debugging
26767info. The default is off.
f989a1c8 26768@item show debug varobj
8e04817f
AC
26769Displays the current state of displaying @value{GDBN} variable object
26770debugging info.
7b085b1c 26771
e776119f
DJ
26772@item set debug xml
26773@cindex XML parser debugging
67ebd9cb 26774Turn on or off debugging messages for built-in XML parsers.
e776119f
DJ
26775@item show debug xml
26776Displays the current state of XML debugging messages.
8e04817f 26777@end table
104c1213 26778
14fb1bac
JB
26779@node Other Misc Settings
26780@section Other Miscellaneous Settings
26781@cindex miscellaneous settings
26782
26783@table @code
26784@kindex set interactive-mode
26785@item set interactive-mode
7bfc9434
JB
26786If @code{on}, forces @value{GDBN} to assume that GDB was started
26787in a terminal. In practice, this means that @value{GDBN} should wait
26788for the user to answer queries generated by commands entered at
26789the command prompt. If @code{off}, forces @value{GDBN} to operate
26790in the opposite mode, and it uses the default answers to all queries.
26791If @code{auto} (the default), @value{GDBN} tries to determine whether
26792its standard input is a terminal, and works in interactive-mode if it
26793is, non-interactively otherwise.
14fb1bac
JB
26794
26795In the vast majority of cases, the debugger should be able to guess
26796correctly which mode should be used. But this setting can be useful
26797in certain specific cases, such as running a MinGW @value{GDBN}
26798inside a cygwin window.
26799
26800@kindex show interactive-mode
26801@item show interactive-mode
26802Displays whether the debugger is operating in interactive mode or not.
26803@end table
26804
d57a3c85
TJB
26805@node Extending GDB
26806@chapter Extending @value{GDBN}
26807@cindex extending GDB
26808
71b8c845
DE
26809@value{GDBN} provides several mechanisms for extension.
26810@value{GDBN} also provides the ability to automatically load
26811extensions when it reads a file for debugging. This allows the
26812user to automatically customize @value{GDBN} for the program
26813being debugged.
d57a3c85 26814
71b8c845
DE
26815@menu
26816* Sequences:: Canned Sequences of @value{GDBN} Commands
a72d0f3d 26817* Aliases:: Command Aliases
71b8c845 26818* Python:: Extending @value{GDBN} using Python
ed3ef339 26819* Guile:: Extending @value{GDBN} using Guile
71b8c845 26820* Auto-loading extensions:: Automatically loading extensions
ed3ef339 26821* Multiple Extension Languages:: Working with multiple extension languages
71b8c845
DE
26822@end menu
26823
26824To facilitate the use of extension languages, @value{GDBN} is capable
95433b34 26825of evaluating the contents of a file. When doing so, @value{GDBN}
71b8c845 26826can recognize which extension language is being used by looking at
95433b34
JB
26827the filename extension. Files with an unrecognized filename extension
26828are always treated as a @value{GDBN} Command Files.
26829@xref{Command Files,, Command files}.
26830
26831You can control how @value{GDBN} evaluates these files with the following
26832setting:
26833
26834@table @code
26835@kindex set script-extension
26836@kindex show script-extension
26837@item set script-extension off
26838All scripts are always evaluated as @value{GDBN} Command Files.
26839
26840@item set script-extension soft
26841The debugger determines the scripting language based on filename
26842extension. If this scripting language is supported, @value{GDBN}
26843evaluates the script using that language. Otherwise, it evaluates
26844the file as a @value{GDBN} Command File.
26845
26846@item set script-extension strict
26847The debugger determines the scripting language based on filename
26848extension, and evaluates the script using that language. If the
26849language is not supported, then the evaluation fails.
26850
26851@item show script-extension
26852Display the current value of the @code{script-extension} option.
26853
26854@end table
26855
ed2a2229
CB
26856@ifset SYSTEM_GDBINIT_DIR
26857This setting is not used for files in the system-wide gdbinit directory.
26858Files in that directory must have an extension matching their language,
26859or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
26860commands. @xref{Startup}.
26861@end ifset
26862
8e04817f 26863@node Sequences
d57a3c85 26864@section Canned Sequences of Commands
104c1213 26865
8e04817f 26866Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 26867Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
26868commands for execution as a unit: user-defined commands and command
26869files.
104c1213 26870
8e04817f 26871@menu
fcc73fe3
EZ
26872* Define:: How to define your own commands
26873* Hooks:: Hooks for user-defined commands
26874* Command Files:: How to write scripts of commands to be stored in a file
26875* Output:: Commands for controlled output
71b8c845 26876* Auto-loading sequences:: Controlling auto-loaded command files
8e04817f 26877@end menu
104c1213 26878
8e04817f 26879@node Define
d57a3c85 26880@subsection User-defined Commands
104c1213 26881
8e04817f 26882@cindex user-defined command
fcc73fe3 26883@cindex arguments, to user-defined commands
8e04817f
AC
26884A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
26885which you assign a new name as a command. This is done with the
df3ee9ca 26886@code{define} command. User commands may accept an unlimited number of arguments
8e04817f 26887separated by whitespace. Arguments are accessed within the user command
df3ee9ca 26888via @code{$arg0@dots{}$argN}. A trivial example:
104c1213 26889
8e04817f
AC
26890@smallexample
26891define adder
26892 print $arg0 + $arg1 + $arg2
c03c782f 26893end
8e04817f 26894@end smallexample
104c1213
JM
26895
26896@noindent
8e04817f 26897To execute the command use:
104c1213 26898
8e04817f
AC
26899@smallexample
26900adder 1 2 3
26901@end smallexample
104c1213 26902
8e04817f
AC
26903@noindent
26904This defines the command @code{adder}, which prints the sum of
26905its three arguments. Note the arguments are text substitutions, so they may
26906reference variables, use complex expressions, or even perform inferior
26907functions calls.
104c1213 26908
fcc73fe3
EZ
26909@cindex argument count in user-defined commands
26910@cindex how many arguments (user-defined commands)
c03c782f 26911In addition, @code{$argc} may be used to find out how many arguments have
df3ee9ca 26912been passed.
c03c782f
AS
26913
26914@smallexample
26915define adder
26916 if $argc == 2
26917 print $arg0 + $arg1
26918 end
26919 if $argc == 3
26920 print $arg0 + $arg1 + $arg2
26921 end
26922end
26923@end smallexample
26924
01770bbd
PA
26925Combining with the @code{eval} command (@pxref{eval}) makes it easier
26926to process a variable number of arguments:
26927
26928@smallexample
26929define adder
26930 set $i = 0
26931 set $sum = 0
26932 while $i < $argc
26933 eval "set $sum = $sum + $arg%d", $i
26934 set $i = $i + 1
26935 end
26936 print $sum
26937end
26938@end smallexample
26939
104c1213 26940@table @code
104c1213 26941
8e04817f
AC
26942@kindex define
26943@item define @var{commandname}
26944Define a command named @var{commandname}. If there is already a command
26945by that name, you are asked to confirm that you want to redefine it.
697aa1b7 26946The argument @var{commandname} may be a bare command name consisting of letters,
bf498525
PW
26947numbers, dashes, dots, and underscores. It may also start with any
26948predefined or user-defined prefix command.
26949For example, @samp{define target my-target} creates
adb483fe 26950a user-defined @samp{target my-target} command.
104c1213 26951
8e04817f
AC
26952The definition of the command is made up of other @value{GDBN} command lines,
26953which are given following the @code{define} command. The end of these
26954commands is marked by a line containing @code{end}.
104c1213 26955
8e04817f 26956@kindex document
ca91424e 26957@kindex end@r{ (user-defined commands)}
8e04817f
AC
26958@item document @var{commandname}
26959Document the user-defined command @var{commandname}, so that it can be
26960accessed by @code{help}. The command @var{commandname} must already be
26961defined. This command reads lines of documentation just as @code{define}
26962reads the lines of the command definition, ending with @code{end}.
26963After the @code{document} command is finished, @code{help} on command
26964@var{commandname} displays the documentation you have written.
104c1213 26965
8e04817f
AC
26966You may use the @code{document} command again to change the
26967documentation of a command. Redefining the command with @code{define}
26968does not change the documentation.
104c1213 26969
bf498525
PW
26970@kindex define-prefix
26971@item define-prefix @var{commandname}
26972Define or mark the command @var{commandname} as a user-defined prefix
26973command. Once marked, @var{commandname} can be used as prefix command
26974by the @code{define} command.
26975Note that @code{define-prefix} can be used with a not yet defined
26976@var{commandname}. In such a case, @var{commandname} is defined as
26977an empty user-defined command.
26978In case you redefine a command that was marked as a user-defined
26979prefix command, the subcommands of the redefined command are kept
26980(and @value{GDBN} indicates so to the user).
26981
26982Example:
26983@example
26984(gdb) define-prefix abc
26985(gdb) define-prefix abc def
26986(gdb) define abc def
26987Type commands for definition of "abc def".
26988End with a line saying just "end".
26989>echo command initial def\n
26990>end
26991(gdb) define abc def ghi
26992Type commands for definition of "abc def ghi".
26993End with a line saying just "end".
26994>echo command ghi\n
26995>end
26996(gdb) define abc def
26997Keeping subcommands of prefix command "def".
26998Redefine command "def"? (y or n) y
26999Type commands for definition of "abc def".
27000End with a line saying just "end".
27001>echo command def\n
27002>end
27003(gdb) abc def ghi
27004command ghi
27005(gdb) abc def
27006command def
27007(gdb)
27008@end example
27009
c45da7e6
EZ
27010@kindex dont-repeat
27011@cindex don't repeat command
27012@item dont-repeat
27013Used inside a user-defined command, this tells @value{GDBN} that this
27014command should not be repeated when the user hits @key{RET}
27015(@pxref{Command Syntax, repeat last command}).
27016
8e04817f
AC
27017@kindex help user-defined
27018@item help user-defined
7d74f244 27019List all user-defined commands and all python commands defined in class
6b92c0d3 27020COMMAND_USER. The first line of the documentation or docstring is
7d74f244 27021included (if any).
104c1213 27022
8e04817f
AC
27023@kindex show user
27024@item show user
27025@itemx show user @var{commandname}
27026Display the @value{GDBN} commands used to define @var{commandname} (but
27027not its documentation). If no @var{commandname} is given, display the
27028definitions for all user-defined commands.
7d74f244 27029This does not work for user-defined python commands.
104c1213 27030
fcc73fe3 27031@cindex infinite recursion in user-defined commands
20f01a46
DH
27032@kindex show max-user-call-depth
27033@kindex set max-user-call-depth
27034@item show max-user-call-depth
5ca0cb28
DH
27035@itemx set max-user-call-depth
27036The value of @code{max-user-call-depth} controls how many recursion
3f94c067 27037levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 27038infinite recursion and aborts the command.
7d74f244 27039This does not apply to user-defined python commands.
104c1213
JM
27040@end table
27041
fcc73fe3
EZ
27042In addition to the above commands, user-defined commands frequently
27043use control flow commands, described in @ref{Command Files}.
27044
8e04817f
AC
27045When user-defined commands are executed, the
27046commands of the definition are not printed. An error in any command
27047stops execution of the user-defined command.
104c1213 27048
8e04817f
AC
27049If used interactively, commands that would ask for confirmation proceed
27050without asking when used inside a user-defined command. Many @value{GDBN}
27051commands that normally print messages to say what they are doing omit the
27052messages when used in a user-defined command.
104c1213 27053
8e04817f 27054@node Hooks
d57a3c85 27055@subsection User-defined Command Hooks
8e04817f
AC
27056@cindex command hooks
27057@cindex hooks, for commands
27058@cindex hooks, pre-command
104c1213 27059
8e04817f 27060@kindex hook
8e04817f
AC
27061You may define @dfn{hooks}, which are a special kind of user-defined
27062command. Whenever you run the command @samp{foo}, if the user-defined
27063command @samp{hook-foo} exists, it is executed (with no arguments)
27064before that command.
104c1213 27065
8e04817f
AC
27066@cindex hooks, post-command
27067@kindex hookpost
8e04817f
AC
27068A hook may also be defined which is run after the command you executed.
27069Whenever you run the command @samp{foo}, if the user-defined command
27070@samp{hookpost-foo} exists, it is executed (with no arguments) after
27071that command. Post-execution hooks may exist simultaneously with
27072pre-execution hooks, for the same command.
104c1213 27073
8e04817f 27074It is valid for a hook to call the command which it hooks. If this
9f1c6395 27075occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 27076
8e04817f
AC
27077@c It would be nice if hookpost could be passed a parameter indicating
27078@c if the command it hooks executed properly or not. FIXME!
104c1213 27079
8e04817f
AC
27080@kindex stop@r{, a pseudo-command}
27081In addition, a pseudo-command, @samp{stop} exists. Defining
27082(@samp{hook-stop}) makes the associated commands execute every time
27083execution stops in your program: before breakpoint commands are run,
27084displays are printed, or the stack frame is printed.
104c1213 27085
8e04817f
AC
27086For example, to ignore @code{SIGALRM} signals while
27087single-stepping, but treat them normally during normal execution,
27088you could define:
104c1213 27089
474c8240 27090@smallexample
8e04817f
AC
27091define hook-stop
27092handle SIGALRM nopass
27093end
104c1213 27094
8e04817f
AC
27095define hook-run
27096handle SIGALRM pass
27097end
104c1213 27098
8e04817f 27099define hook-continue
d3e8051b 27100handle SIGALRM pass
8e04817f 27101end
474c8240 27102@end smallexample
104c1213 27103
d3e8051b 27104As a further example, to hook at the beginning and end of the @code{echo}
b383017d 27105command, and to add extra text to the beginning and end of the message,
8e04817f 27106you could define:
104c1213 27107
474c8240 27108@smallexample
8e04817f
AC
27109define hook-echo
27110echo <<<---
27111end
104c1213 27112
8e04817f
AC
27113define hookpost-echo
27114echo --->>>\n
27115end
104c1213 27116
8e04817f
AC
27117(@value{GDBP}) echo Hello World
27118<<<---Hello World--->>>
27119(@value{GDBP})
104c1213 27120
474c8240 27121@end smallexample
104c1213 27122
8e04817f
AC
27123You can define a hook for any single-word command in @value{GDBN}, but
27124not for command aliases; you should define a hook for the basic command
c1468174 27125name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
27126@c FIXME! So how does Joe User discover whether a command is an alias
27127@c or not?
adb483fe
DJ
27128You can hook a multi-word command by adding @code{hook-} or
27129@code{hookpost-} to the last word of the command, e.g.@:
27130@samp{define target hook-remote} to add a hook to @samp{target remote}.
27131
8e04817f
AC
27132If an error occurs during the execution of your hook, execution of
27133@value{GDBN} commands stops and @value{GDBN} issues a prompt
27134(before the command that you actually typed had a chance to run).
104c1213 27135
8e04817f
AC
27136If you try to define a hook which does not match any known command, you
27137get a warning from the @code{define} command.
c906108c 27138
8e04817f 27139@node Command Files
d57a3c85 27140@subsection Command Files
c906108c 27141
8e04817f 27142@cindex command files
fcc73fe3 27143@cindex scripting commands
6fc08d32
EZ
27144A command file for @value{GDBN} is a text file made of lines that are
27145@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
27146also be included. An empty line in a command file does nothing; it
27147does not mean to repeat the last command, as it would from the
27148terminal.
c906108c 27149
6fc08d32 27150You can request the execution of a command file with the @code{source}
95433b34
JB
27151command. Note that the @code{source} command is also used to evaluate
27152scripts that are not Command Files. The exact behavior can be configured
27153using the @code{script-extension} setting.
27154@xref{Extending GDB,, Extending GDB}.
c906108c 27155
8e04817f
AC
27156@table @code
27157@kindex source
ca91424e 27158@cindex execute commands from a file
3f7b2faa 27159@item source [-s] [-v] @var{filename}
8e04817f 27160Execute the command file @var{filename}.
c906108c
SS
27161@end table
27162
fcc73fe3
EZ
27163The lines in a command file are generally executed sequentially,
27164unless the order of execution is changed by one of the
27165@emph{flow-control commands} described below. The commands are not
a71ec265
DH
27166printed as they are executed. An error in any command terminates
27167execution of the command file and control is returned to the console.
c906108c 27168
08001717
DE
27169@value{GDBN} first searches for @var{filename} in the current directory.
27170If the file is not found there, and @var{filename} does not specify a
27171directory, then @value{GDBN} also looks for the file on the source search path
27172(specified with the @samp{directory} command);
27173except that @file{$cdir} is not searched because the compilation directory
27174is not relevant to scripts.
4b505b12 27175
3f7b2faa
DE
27176If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
27177on the search path even if @var{filename} specifies a directory.
27178The search is done by appending @var{filename} to each element of the
27179search path. So, for example, if @var{filename} is @file{mylib/myscript}
27180and the search path contains @file{/home/user} then @value{GDBN} will
27181look for the script @file{/home/user/mylib/myscript}.
27182The search is also done if @var{filename} is an absolute path.
27183For example, if @var{filename} is @file{/tmp/myscript} and
27184the search path contains @file{/home/user} then @value{GDBN} will
27185look for the script @file{/home/user/tmp/myscript}.
27186For DOS-like systems, if @var{filename} contains a drive specification,
27187it is stripped before concatenation. For example, if @var{filename} is
27188@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
27189will look for the script @file{c:/tmp/myscript}.
27190
16026cd7
AS
27191If @code{-v}, for verbose mode, is given then @value{GDBN} displays
27192each command as it is executed. The option must be given before
27193@var{filename}, and is interpreted as part of the filename anywhere else.
27194
8e04817f
AC
27195Commands that would ask for confirmation if used interactively proceed
27196without asking when used in a command file. Many @value{GDBN} commands that
27197normally print messages to say what they are doing omit the messages
27198when called from command files.
c906108c 27199
8e04817f
AC
27200@value{GDBN} also accepts command input from standard input. In this
27201mode, normal output goes to standard output and error output goes to
27202standard error. Errors in a command file supplied on standard input do
6fc08d32 27203not terminate execution of the command file---execution continues with
8e04817f 27204the next command.
c906108c 27205
474c8240 27206@smallexample
8e04817f 27207gdb < cmds > log 2>&1
474c8240 27208@end smallexample
c906108c 27209
8e04817f
AC
27210(The syntax above will vary depending on the shell used.) This example
27211will execute commands from the file @file{cmds}. All output and errors
27212would be directed to @file{log}.
c906108c 27213
fcc73fe3
EZ
27214Since commands stored on command files tend to be more general than
27215commands typed interactively, they frequently need to deal with
27216complicated situations, such as different or unexpected values of
27217variables and symbols, changes in how the program being debugged is
27218built, etc. @value{GDBN} provides a set of flow-control commands to
27219deal with these complexities. Using these commands, you can write
27220complex scripts that loop over data structures, execute commands
27221conditionally, etc.
27222
27223@table @code
27224@kindex if
27225@kindex else
27226@item if
27227@itemx else
27228This command allows to include in your script conditionally executed
27229commands. The @code{if} command takes a single argument, which is an
27230expression to evaluate. It is followed by a series of commands that
27231are executed only if the expression is true (its value is nonzero).
27232There can then optionally be an @code{else} line, followed by a series
27233of commands that are only executed if the expression was false. The
27234end of the list is marked by a line containing @code{end}.
27235
27236@kindex while
27237@item while
27238This command allows to write loops. Its syntax is similar to
27239@code{if}: the command takes a single argument, which is an expression
27240to evaluate, and must be followed by the commands to execute, one per
27241line, terminated by an @code{end}. These commands are called the
27242@dfn{body} of the loop. The commands in the body of @code{while} are
27243executed repeatedly as long as the expression evaluates to true.
27244
27245@kindex loop_break
27246@item loop_break
27247This command exits the @code{while} loop in whose body it is included.
27248Execution of the script continues after that @code{while}s @code{end}
27249line.
27250
27251@kindex loop_continue
27252@item loop_continue
27253This command skips the execution of the rest of the body of commands
27254in the @code{while} loop in whose body it is included. Execution
27255branches to the beginning of the @code{while} loop, where it evaluates
27256the controlling expression.
ca91424e
EZ
27257
27258@kindex end@r{ (if/else/while commands)}
27259@item end
27260Terminate the block of commands that are the body of @code{if},
27261@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
27262@end table
27263
27264
8e04817f 27265@node Output
d57a3c85 27266@subsection Commands for Controlled Output
c906108c 27267
8e04817f
AC
27268During the execution of a command file or a user-defined command, normal
27269@value{GDBN} output is suppressed; the only output that appears is what is
27270explicitly printed by the commands in the definition. This section
27271describes three commands useful for generating exactly the output you
27272want.
c906108c
SS
27273
27274@table @code
8e04817f
AC
27275@kindex echo
27276@item echo @var{text}
27277@c I do not consider backslash-space a standard C escape sequence
27278@c because it is not in ANSI.
27279Print @var{text}. Nonprinting characters can be included in
27280@var{text} using C escape sequences, such as @samp{\n} to print a
27281newline. @strong{No newline is printed unless you specify one.}
27282In addition to the standard C escape sequences, a backslash followed
27283by a space stands for a space. This is useful for displaying a
27284string with spaces at the beginning or the end, since leading and
27285trailing spaces are otherwise trimmed from all arguments.
27286To print @samp{@w{ }and foo =@w{ }}, use the command
27287@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 27288
8e04817f
AC
27289A backslash at the end of @var{text} can be used, as in C, to continue
27290the command onto subsequent lines. For example,
c906108c 27291
474c8240 27292@smallexample
8e04817f
AC
27293echo This is some text\n\
27294which is continued\n\
27295onto several lines.\n
474c8240 27296@end smallexample
c906108c 27297
8e04817f 27298produces the same output as
c906108c 27299
474c8240 27300@smallexample
8e04817f
AC
27301echo This is some text\n
27302echo which is continued\n
27303echo onto several lines.\n
474c8240 27304@end smallexample
c906108c 27305
8e04817f
AC
27306@kindex output
27307@item output @var{expression}
27308Print the value of @var{expression} and nothing but that value: no
27309newlines, no @samp{$@var{nn} = }. The value is not entered in the
27310value history either. @xref{Expressions, ,Expressions}, for more information
27311on expressions.
c906108c 27312
8e04817f
AC
27313@item output/@var{fmt} @var{expression}
27314Print the value of @var{expression} in format @var{fmt}. You can use
27315the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 27316Formats}, for more information.
c906108c 27317
8e04817f 27318@kindex printf
82160952
EZ
27319@item printf @var{template}, @var{expressions}@dots{}
27320Print the values of one or more @var{expressions} under the control of
27321the string @var{template}. To print several values, make
27322@var{expressions} be a comma-separated list of individual expressions,
27323which may be either numbers or pointers. Their values are printed as
27324specified by @var{template}, exactly as a C program would do by
27325executing the code below:
c906108c 27326
474c8240 27327@smallexample
82160952 27328printf (@var{template}, @var{expressions}@dots{});
474c8240 27329@end smallexample
c906108c 27330
82160952
EZ
27331As in @code{C} @code{printf}, ordinary characters in @var{template}
27332are printed verbatim, while @dfn{conversion specification} introduced
27333by the @samp{%} character cause subsequent @var{expressions} to be
27334evaluated, their values converted and formatted according to type and
27335style information encoded in the conversion specifications, and then
27336printed.
27337
8e04817f 27338For example, you can print two values in hex like this:
c906108c 27339
8e04817f
AC
27340@smallexample
27341printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
27342@end smallexample
c906108c 27343
82160952
EZ
27344@code{printf} supports all the standard @code{C} conversion
27345specifications, including the flags and modifiers between the @samp{%}
27346character and the conversion letter, with the following exceptions:
27347
27348@itemize @bullet
27349@item
27350The argument-ordering modifiers, such as @samp{2$}, are not supported.
27351
27352@item
27353The modifier @samp{*} is not supported for specifying precision or
27354width.
27355
27356@item
27357The @samp{'} flag (for separation of digits into groups according to
27358@code{LC_NUMERIC'}) is not supported.
27359
27360@item
27361The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
27362supported.
27363
27364@item
27365The conversion letter @samp{n} (as in @samp{%n}) is not supported.
27366
27367@item
27368The conversion letters @samp{a} and @samp{A} are not supported.
27369@end itemize
27370
27371@noindent
27372Note that the @samp{ll} type modifier is supported only if the
27373underlying @code{C} implementation used to build @value{GDBN} supports
27374the @code{long long int} type, and the @samp{L} type modifier is
27375supported only if @code{long double} type is available.
27376
27377As in @code{C}, @code{printf} supports simple backslash-escape
27378sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
27379@samp{\a}, and @samp{\f}, that consist of backslash followed by a
27380single character. Octal and hexadecimal escape sequences are not
27381supported.
1a619819
LM
27382
27383Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
27384(@dfn{Decimal Floating Point}) types using the following length modifiers
27385together with a floating point specifier.
1a619819
LM
27386letters:
27387
27388@itemize @bullet
27389@item
27390@samp{H} for printing @code{Decimal32} types.
27391
27392@item
27393@samp{D} for printing @code{Decimal64} types.
27394
27395@item
27396@samp{DD} for printing @code{Decimal128} types.
27397@end itemize
27398
27399If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 27400support for the three length modifiers for DFP types, other modifiers
3b784c4f 27401such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
27402
27403In case there is no such @code{C} support, no additional modifiers will be
27404available and the value will be printed in the standard way.
27405
27406Here's an example of printing DFP types using the above conversion letters:
27407@smallexample
0aea4bf3 27408printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
27409@end smallexample
27410
01770bbd 27411@anchor{eval}
f1421989
HZ
27412@kindex eval
27413@item eval @var{template}, @var{expressions}@dots{}
27414Convert the values of one or more @var{expressions} under the control of
27415the string @var{template} to a command line, and call it.
27416
c906108c
SS
27417@end table
27418
71b8c845
DE
27419@node Auto-loading sequences
27420@subsection Controlling auto-loading native @value{GDBN} scripts
27421@cindex native script auto-loading
27422
27423When a new object file is read (for example, due to the @code{file}
27424command, or because the inferior has loaded a shared library),
27425@value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
27426@xref{Auto-loading extensions}.
27427
27428Auto-loading can be enabled or disabled,
27429and the list of auto-loaded scripts can be printed.
27430
27431@table @code
27432@anchor{set auto-load gdb-scripts}
27433@kindex set auto-load gdb-scripts
27434@item set auto-load gdb-scripts [on|off]
27435Enable or disable the auto-loading of canned sequences of commands scripts.
27436
27437@anchor{show auto-load gdb-scripts}
27438@kindex show auto-load gdb-scripts
27439@item show auto-load gdb-scripts
27440Show whether auto-loading of canned sequences of commands scripts is enabled or
27441disabled.
27442
27443@anchor{info auto-load gdb-scripts}
27444@kindex info auto-load gdb-scripts
27445@cindex print list of auto-loaded canned sequences of commands scripts
27446@item info auto-load gdb-scripts [@var{regexp}]
27447Print the list of all canned sequences of commands scripts that @value{GDBN}
27448auto-loaded.
27449@end table
27450
27451If @var{regexp} is supplied only canned sequences of commands scripts with
27452matching names are printed.
27453
a72d0f3d
AB
27454@node Aliases
27455@section Command Aliases
27456@cindex aliases for commands
27457
a72d0f3d
AB
27458Aliases allow you to define alternate spellings for existing commands.
27459For example, if a new @value{GDBN} command defined in Python
27460(@pxref{Python}) has a long name, it is handy to have an abbreviated
27461version of it that involves less typing.
27462
27463@value{GDBN} itself uses aliases. For example @samp{s} is an alias
27464of the @samp{step} command even though it is otherwise an ambiguous
27465abbreviation of other commands like @samp{set} and @samp{show}.
27466
27467Aliases are also used to provide shortened or more common versions
27468of multi-word commands. For example, @value{GDBN} provides the
27469@samp{tty} alias of the @samp{set inferior-tty} command.
27470
27471You can define a new alias with the @samp{alias} command.
27472
27473@table @code
27474
27475@kindex alias
27476@item alias [-a] [--] @var{alias} = @var{command} [@var{default-args}]
27477
27478@end table
27479
27480@var{alias} specifies the name of the new alias. Each word of
27481@var{alias} must consist of letters, numbers, dashes and underscores.
27482
27483@var{command} specifies the name of an existing command
27484that is being aliased.
27485
27486@var{command} can also be the name of an existing alias. In this
27487case, @var{command} cannot be an alias that has default arguments.
27488
27489The @samp{-a} option specifies that the new alias is an abbreviation
27490of the command. Abbreviations are not used in command completion.
27491
27492The @samp{--} option specifies the end of options,
27493and is useful when @var{alias} begins with a dash.
27494
27495You can specify @var{default-args} for your alias. These
27496@var{default-args} will be automatically added before the alias
27497arguments typed explicitly on the command line.
27498
27499For example, the below defines an alias @code{btfullall} that shows all local
27500variables and all frame arguments:
27501@smallexample
27502(@value{GDBP}) alias btfullall = backtrace -full -frame-arguments all
27503@end smallexample
27504
27505For more information about @var{default-args}, see @ref{Command
27506aliases default args, ,Default Arguments}.
27507
27508Here is a simple example showing how to make an abbreviation of a
27509command so that there is less to type. Suppose you were tired of
27510typing @samp{disas}, the current shortest unambiguous abbreviation of
27511the @samp{disassemble} command and you wanted an even shorter version
27512named @samp{di}. The following will accomplish this.
27513
27514@smallexample
27515(gdb) alias -a di = disas
27516@end smallexample
27517
27518Note that aliases are different from user-defined commands. With a
27519user-defined command, you also need to write documentation for it with
27520the @samp{document} command. An alias automatically picks up the
27521documentation of the existing command.
27522
27523Here is an example where we make @samp{elms} an abbreviation of
27524@samp{elements} in the @samp{set print elements} command.
27525This is to show that you can make an abbreviation of any part
27526of a command.
27527
27528@smallexample
27529(gdb) alias -a set print elms = set print elements
27530(gdb) alias -a show print elms = show print elements
27531(gdb) set p elms 20
27532(gdb) show p elms
27533Limit on string chars or array elements to print is 200.
27534@end smallexample
27535
27536Note that if you are defining an alias of a @samp{set} command,
27537and you want to have an alias for the corresponding @samp{show}
27538command, then you need to define the latter separately.
27539
27540Unambiguously abbreviated commands are allowed in @var{command} and
27541@var{alias}, just as they are normally.
27542
27543@smallexample
27544(gdb) alias -a set pr elms = set p ele
27545@end smallexample
27546
27547Finally, here is an example showing the creation of a one word
27548alias for a more complex command.
27549This creates alias @samp{spe} of the command @samp{set print elements}.
27550
27551@smallexample
27552(gdb) alias spe = set print elements
27553(gdb) spe 20
27554@end smallexample
27555
fe461d2f
AB
27556@menu
27557* Command aliases default args:: Default arguments for aliases
27558@end menu
27559
a72d0f3d
AB
27560@node Command aliases default args
27561@subsection Default Arguments
27562@cindex aliases for commands, default arguments
27563
27564You can tell @value{GDBN} to always prepend some default arguments to
27565the list of arguments provided explicitly by the user when using a
27566user-defined alias.
27567
27568If you repeatedly use the same arguments or options for a command, you
27569can define an alias for this command and tell @value{GDBN} to
27570automatically prepend these arguments or options to the list of
27571arguments you type explicitly when using the alias@footnote{@value{GDBN}
27572could easily accept default arguments for pre-defined commands and aliases,
27573but it was deemed this would be confusing, and so is not allowed.}.
27574
27575For example, if you often use the command @code{thread apply all}
27576specifying to work on the threads in ascending order and to continue in case it
27577encounters an error, you can tell @value{GDBN} to automatically preprend
27578the @code{-ascending} and @code{-c} options by using:
27579
27580@smallexample
27581(@value{GDBP}) alias thread apply asc-all = thread apply all -ascending -c
27582@end smallexample
27583
27584Once you have defined this alias with its default args, any time you type
27585the @code{thread apply asc-all} followed by @code{some arguments},
27586@value{GDBN} will execute @code{thread apply all -ascending -c some arguments}.
27587
27588To have even less to type, you can also define a one word alias:
27589@smallexample
27590(@value{GDBP}) alias t_a_c = thread apply all -ascending -c
27591@end smallexample
27592
27593As usual, unambiguous abbreviations can be used for @var{alias}
27594and @var{default-args}.
27595
27596The different aliases of a command do not share their default args.
27597For example, you define a new alias @code{bt_ALL} showing all possible
27598information and another alias @code{bt_SMALL} showing very limited information
27599using:
27600@smallexample
27601(@value{GDBP}) alias bt_ALL = backtrace -entry-values both -frame-arg all \
27602 -past-main -past-entry -full
27603(@value{GDBP}) alias bt_SMALL = backtrace -entry-values no -frame-arg none \
27604 -past-main off -past-entry off
27605@end smallexample
27606
27607(For more on using the @code{alias} command, see @ref{Aliases}.)
27608
27609Default args are not limited to the arguments and options of @var{command},
27610but can specify nested commands if @var{command} accepts such a nested command
27611as argument.
27612For example, the below defines @code{faalocalsoftype} that lists the
27613frames having locals of a certain type, together with the matching
27614local vars:
27615@smallexample
27616(@value{GDBP}) alias faalocalsoftype = frame apply all info locals -q -t
27617(@value{GDBP}) faalocalsoftype int
27618#1 0x55554f5e in sleeper_or_burner (v=0xdf50) at sleepers.c:86
27619i = 0
27620ret = 21845
27621@end smallexample
27622
27623This is also very useful to define an alias for a set of nested @code{with}
27624commands to have a particular combination of temporary settings. For example,
27625the below defines the alias @code{pp10} that pretty prints an expression
27626argument, with a maximum of 10 elements if the expression is a string or
27627an array:
27628@smallexample
27629(@value{GDBP}) alias pp10 = with print pretty -- with print elements 10 -- print
27630@end smallexample
27631This defines the alias @code{pp10} as being a sequence of 3 commands.
27632The first part @code{with print pretty --} temporarily activates the setting
27633@code{set print pretty}, then launches the command that follows the separator
27634@code{--}.
27635The command following the first part is also a @code{with} command that
27636temporarily changes the setting @code{set print elements} to 10, then
27637launches the command that follows the second separator @code{--}.
27638The third part @code{print} is the command the @code{pp10} alias will launch,
27639using the temporary values of the settings and the arguments explicitly given
27640by the user.
27641For more information about the @code{with} command usage,
27642see @ref{Command Settings}.
27643
329baa95
DE
27644@c Python docs live in a separate file.
27645@include python.texi
0e3509db 27646
ed3ef339
DE
27647@c Guile docs live in a separate file.
27648@include guile.texi
27649
71b8c845
DE
27650@node Auto-loading extensions
27651@section Auto-loading extensions
27652@cindex auto-loading extensions
27653
d8c4766d
AB
27654@value{GDBN} provides two mechanisms for automatically loading
27655extensions when a new object file is read (for example, due to the
27656@code{file} command, or because the inferior has loaded a shared
27657library): @file{@var{objfile}-gdb.@var{ext}} (@pxref{objfile-gdbdotext
27658file,,The @file{@var{objfile}-gdb.@var{ext}} file}) and the
27659@code{.debug_gdb_scripts} section of modern file formats like ELF
27660(@pxref {dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
27661section}). For a discussion of the differences between these two
27662approaches see @ref{Which flavor to choose?}.
71b8c845
DE
27663
27664The auto-loading feature is useful for supplying application-specific
27665debugging commands and features.
27666
27667Auto-loading can be enabled or disabled,
27668and the list of auto-loaded scripts can be printed.
27669See the @samp{auto-loading} section of each extension language
27670for more information.
27671For @value{GDBN} command files see @ref{Auto-loading sequences}.
27672For Python files see @ref{Python Auto-loading}.
27673
27674Note that loading of this script file also requires accordingly configured
27675@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27676
d8c4766d
AB
27677@menu
27678* objfile-gdbdotext file:: The @file{@var{objfile}-gdb.@var{ext}} file
27679* dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
27680* Which flavor to choose?:: Choosing between these approaches
27681@end menu
27682
71b8c845
DE
27683@node objfile-gdbdotext file
27684@subsection The @file{@var{objfile}-gdb.@var{ext}} file
27685@cindex @file{@var{objfile}-gdb.gdb}
27686@cindex @file{@var{objfile}-gdb.py}
27687@cindex @file{@var{objfile}-gdb.scm}
27688
27689When a new object file is read, @value{GDBN} looks for a file named
27690@file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
27691where @var{objfile} is the object file's name and
27692where @var{ext} is the file extension for the extension language:
27693
27694@table @code
27695@item @file{@var{objfile}-gdb.gdb}
27696GDB's own command language
27697@item @file{@var{objfile}-gdb.py}
27698Python
ed3ef339
DE
27699@item @file{@var{objfile}-gdb.scm}
27700Guile
71b8c845
DE
27701@end table
27702
27703@var{script-name} is formed by ensuring that the file name of @var{objfile}
27704is absolute, following all symlinks, and resolving @code{.} and @code{..}
27705components, and appending the @file{-gdb.@var{ext}} suffix.
27706If this file exists and is readable, @value{GDBN} will evaluate it as a
27707script in the specified extension language.
27708
27709If this file does not exist, then @value{GDBN} will look for
27710@var{script-name} file in all of the directories as specified below.
6e2469ff
HD
27711(On MS-Windows/MS-DOS, the drive letter of the executable's leading
27712directories is converted to a one-letter subdirectory, i.e.@:
27713@file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
27714filesystems disallow colons in file names.)
71b8c845
DE
27715
27716Note that loading of these files requires an accordingly configured
27717@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27718
27719For object files using @file{.exe} suffix @value{GDBN} tries to load first the
27720scripts normally according to its @file{.exe} filename. But if no scripts are
27721found @value{GDBN} also tries script filenames matching the object file without
27722its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
27723is attempted on any platform. This makes the script filenames compatible
27724between Unix and MS-Windows hosts.
27725
27726@table @code
27727@anchor{set auto-load scripts-directory}
27728@kindex set auto-load scripts-directory
27729@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
27730Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
27731may be delimited by the host platform path separator in use
27732(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
27733
27734Each entry here needs to be covered also by the security setting
27735@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
27736
27737@anchor{with-auto-load-dir}
27738This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
27739@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
27740configuration option @option{--with-auto-load-dir}.
27741
27742Any reference to @file{$debugdir} will get replaced by
27743@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
27744reference to @file{$datadir} will get replaced by @var{data-directory} which is
27745determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
27746@file{$datadir} must be placed as a directory component --- either alone or
27747delimited by @file{/} or @file{\} directory separators, depending on the host
27748platform.
27749
27750The list of directories uses path separator (@samp{:} on GNU and Unix
27751systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27752to the @env{PATH} environment variable.
27753
27754@anchor{show auto-load scripts-directory}
27755@kindex show auto-load scripts-directory
27756@item show auto-load scripts-directory
27757Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
27758
27759@anchor{add-auto-load-scripts-directory}
27760@kindex add-auto-load-scripts-directory
27761@item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
27762Add an entry (or list of entries) to the list of auto-loaded scripts locations.
27763Multiple entries may be delimited by the host platform path separator in use.
71b8c845
DE
27764@end table
27765
27766@value{GDBN} does not track which files it has already auto-loaded this way.
27767@value{GDBN} will load the associated script every time the corresponding
27768@var{objfile} is opened.
27769So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
27770is evaluated more than once.
27771
27772@node dotdebug_gdb_scripts section
27773@subsection The @code{.debug_gdb_scripts} section
27774@cindex @code{.debug_gdb_scripts} section
27775
27776For systems using file formats like ELF and COFF,
27777when @value{GDBN} loads a new object file
27778it will look for a special section named @code{.debug_gdb_scripts}.
9f050062
DE
27779If this section exists, its contents is a list of null-terminated entries
27780specifying scripts to load. Each entry begins with a non-null prefix byte that
27781specifies the kind of entry, typically the extension language and whether the
27782script is in a file or inlined in @code{.debug_gdb_scripts}.
71b8c845 27783
9f050062
DE
27784The following entries are supported:
27785
27786@table @code
27787@item SECTION_SCRIPT_ID_PYTHON_FILE = 1
27788@item SECTION_SCRIPT_ID_SCHEME_FILE = 3
27789@item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
27790@item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
27791@end table
27792
27793@subsubsection Script File Entries
27794
27795If the entry specifies a file, @value{GDBN} will look for the file first
27796in the current directory and then along the source search path
71b8c845
DE
27797(@pxref{Source Path, ,Specifying Source Directories}),
27798except that @file{$cdir} is not searched, since the compilation
27799directory is not relevant to scripts.
27800
9f050062 27801File entries can be placed in section @code{.debug_gdb_scripts} with,
71b8c845
DE
27802for example, this GCC macro for Python scripts.
27803
27804@example
27805/* Note: The "MS" section flags are to remove duplicates. */
27806#define DEFINE_GDB_PY_SCRIPT(script_name) \
27807 asm("\
27808.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
27809.byte 1 /* Python */\n\
27810.asciz \"" script_name "\"\n\
27811.popsection \n\
27812");
27813@end example
27814
27815@noindent
ed3ef339 27816For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
71b8c845
DE
27817Then one can reference the macro in a header or source file like this:
27818
27819@example
27820DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
27821@end example
27822
27823The script name may include directories if desired.
27824
27825Note that loading of this script file also requires accordingly configured
27826@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27827
27828If the macro invocation is put in a header, any application or library
27829using this header will get a reference to the specified script,
27830and with the use of @code{"MS"} attributes on the section, the linker
27831will remove duplicates.
27832
9f050062
DE
27833@subsubsection Script Text Entries
27834
27835Script text entries allow to put the executable script in the entry
27836itself instead of loading it from a file.
27837The first line of the entry, everything after the prefix byte and up to
27838the first newline (@code{0xa}) character, is the script name, and must not
27839contain any kind of space character, e.g., spaces or tabs.
27840The rest of the entry, up to the trailing null byte, is the script to
27841execute in the specified language. The name needs to be unique among
27842all script names, as @value{GDBN} executes each script only once based
27843on its name.
27844
27845Here is an example from file @file{py-section-script.c} in the @value{GDBN}
27846testsuite.
27847
27848@example
27849#include "symcat.h"
27850#include "gdb/section-scripts.h"
27851asm(
27852".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
27853".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
27854".ascii \"gdb.inlined-script\\n\"\n"
27855".ascii \"class test_cmd (gdb.Command):\\n\"\n"
27856".ascii \" def __init__ (self):\\n\"\n"
27857".ascii \" super (test_cmd, self).__init__ ("
27858 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
27859".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
27860".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
27861".ascii \"test_cmd ()\\n\"\n"
27862".byte 0\n"
27863".popsection\n"
27864);
27865@end example
27866
27867Loading of inlined scripts requires a properly configured
27868@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27869The path to specify in @code{auto-load safe-path} is the path of the file
27870containing the @code{.debug_gdb_scripts} section.
27871
71b8c845
DE
27872@node Which flavor to choose?
27873@subsection Which flavor to choose?
27874
27875Given the multiple ways of auto-loading extensions, it might not always
27876be clear which one to choose. This section provides some guidance.
27877
27878@noindent
27879Benefits of the @file{-gdb.@var{ext}} way:
27880
27881@itemize @bullet
27882@item
27883Can be used with file formats that don't support multiple sections.
27884
27885@item
27886Ease of finding scripts for public libraries.
27887
27888Scripts specified in the @code{.debug_gdb_scripts} section are searched for
27889in the source search path.
27890For publicly installed libraries, e.g., @file{libstdc++}, there typically
27891isn't a source directory in which to find the script.
27892
27893@item
27894Doesn't require source code additions.
27895@end itemize
27896
27897@noindent
27898Benefits of the @code{.debug_gdb_scripts} way:
27899
27900@itemize @bullet
27901@item
27902Works with static linking.
27903
27904Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
27905trigger their loading. When an application is statically linked the only
27906objfile available is the executable, and it is cumbersome to attach all the
27907scripts from all the input libraries to the executable's
27908@file{-gdb.@var{ext}} script.
27909
27910@item
27911Works with classes that are entirely inlined.
27912
27913Some classes can be entirely inlined, and thus there may not be an associated
27914shared library to attach a @file{-gdb.@var{ext}} script to.
27915
27916@item
27917Scripts needn't be copied out of the source tree.
27918
27919In some circumstances, apps can be built out of large collections of internal
27920libraries, and the build infrastructure necessary to install the
27921@file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
27922cumbersome. It may be easier to specify the scripts in the
27923@code{.debug_gdb_scripts} section as relative paths, and add a path to the
27924top of the source tree to the source search path.
27925@end itemize
27926
ed3ef339
DE
27927@node Multiple Extension Languages
27928@section Multiple Extension Languages
27929
27930The Guile and Python extension languages do not share any state,
27931and generally do not interfere with each other.
27932There are some things to be aware of, however.
27933
27934@subsection Python comes first
27935
27936Python was @value{GDBN}'s first extension language, and to avoid breaking
27937existing behaviour Python comes first. This is generally solved by the
27938``first one wins'' principle. @value{GDBN} maintains a list of enabled
27939extension languages, and when it makes a call to an extension language,
27940(say to pretty-print a value), it tries each in turn until an extension
27941language indicates it has performed the request (e.g., has returned the
27942pretty-printed form of a value).
27943This extends to errors while performing such requests: If an error happens
27944while, for example, trying to pretty-print an object then the error is
27945reported and any following extension languages are not tried.
27946
21c294e6
AC
27947@node Interpreters
27948@chapter Command Interpreters
27949@cindex command interpreters
27950
27951@value{GDBN} supports multiple command interpreters, and some command
27952infrastructure to allow users or user interface writers to switch
27953between interpreters or run commands in other interpreters.
27954
27955@value{GDBN} currently supports two command interpreters, the console
27956interpreter (sometimes called the command-line interpreter or @sc{cli})
27957and the machine interface interpreter (or @sc{gdb/mi}). This manual
27958describes both of these interfaces in great detail.
27959
27960By default, @value{GDBN} will start with the console interpreter.
27961However, the user may choose to start @value{GDBN} with another
27962interpreter by specifying the @option{-i} or @option{--interpreter}
27963startup options. Defined interpreters include:
27964
27965@table @code
27966@item console
27967@cindex console interpreter
27968The traditional console or command-line interpreter. This is the most often
27969used interpreter with @value{GDBN}. With no interpreter specified at runtime,
27970@value{GDBN} will use this interpreter.
27971
27972@item mi
27973@cindex mi interpreter
b4be1b06 27974The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
21c294e6
AC
27975by programs wishing to use @value{GDBN} as a backend for a debugger GUI
27976or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
27977Interface}.
27978
b4be1b06
SM
27979@item mi3
27980@cindex mi3 interpreter
27981The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
27982
21c294e6
AC
27983@item mi2
27984@cindex mi2 interpreter
b4be1b06 27985The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
21c294e6
AC
27986
27987@item mi1
27988@cindex mi1 interpreter
b4be1b06 27989The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
21c294e6
AC
27990
27991@end table
27992
27993@cindex invoke another interpreter
21c294e6
AC
27994
27995@kindex interpreter-exec
86f78169
PA
27996You may execute commands in any interpreter from the current
27997interpreter using the appropriate command. If you are running the
27998console interpreter, simply use the @code{interpreter-exec} command:
21c294e6
AC
27999
28000@smallexample
28001interpreter-exec mi "-data-list-register-names"
28002@end smallexample
28003
28004@sc{gdb/mi} has a similar command, although it is only available in versions of
28005@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
28006
86f78169
PA
28007Note that @code{interpreter-exec} only changes the interpreter for the
28008duration of the specified command. It does not change the interpreter
28009permanently.
28010
28011@cindex start a new independent interpreter
28012
28013Although you may only choose a single interpreter at startup, it is
28014possible to run an independent interpreter on a specified input/output
28015device (usually a tty).
28016
28017For example, consider a debugger GUI or IDE that wants to provide a
28018@value{GDBN} console view. It may do so by embedding a terminal
28019emulator widget in its GUI, starting @value{GDBN} in the traditional
28020command-line mode with stdin/stdout/stderr redirected to that
28021terminal, and then creating an MI interpreter running on a specified
28022input/output device. The console interpreter created by @value{GDBN}
28023at startup handles commands the user types in the terminal widget,
28024while the GUI controls and synchronizes state with @value{GDBN} using
28025the separate MI interpreter.
28026
28027To start a new secondary @dfn{user interface} running MI, use the
28028@code{new-ui} command:
28029
28030@kindex new-ui
28031@cindex new user interface
28032@smallexample
28033new-ui @var{interpreter} @var{tty}
28034@end smallexample
28035
28036The @var{interpreter} parameter specifies the interpreter to run.
28037This accepts the same values as the @code{interpreter-exec} command.
28038For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
28039@var{tty} parameter specifies the name of the bidirectional file the
28040interpreter uses for input/output, usually the name of a
28041pseudoterminal slave on Unix systems. For example:
28042
28043@smallexample
28044(@value{GDBP}) new-ui mi /dev/pts/9
28045@end smallexample
28046
28047@noindent
28048runs an MI interpreter on @file{/dev/pts/9}.
28049
8e04817f
AC
28050@node TUI
28051@chapter @value{GDBN} Text User Interface
28052@cindex TUI
d0d5df6f 28053@cindex Text User Interface
c906108c 28054
8e04817f
AC
28055@menu
28056* TUI Overview:: TUI overview
28057* TUI Keys:: TUI key bindings
7cf36c78 28058* TUI Single Key Mode:: TUI single key mode
db2e3e2e 28059* TUI Commands:: TUI-specific commands
8e04817f
AC
28060* TUI Configuration:: TUI configuration variables
28061@end menu
c906108c 28062
46ba6afa 28063The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
28064interface which uses the @code{curses} library to show the source
28065file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
28066commands in separate text windows. The TUI mode is supported only
28067on platforms where a suitable version of the @code{curses} library
28068is available.
d0d5df6f 28069
46ba6afa 28070The TUI mode is enabled by default when you invoke @value{GDBN} as
217bff3e 28071@samp{@value{GDBP} -tui}.
46ba6afa 28072You can also switch in and out of TUI mode while @value{GDBN} runs by
a4ea0946 28073using various TUI commands and key bindings, such as @command{tui
bcd8537c 28074enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
a4ea0946 28075@ref{TUI Keys, ,TUI Key Bindings}.
c906108c 28076
8e04817f 28077@node TUI Overview
79a6e687 28078@section TUI Overview
c906108c 28079
46ba6afa 28080In TUI mode, @value{GDBN} can display several text windows:
c906108c 28081
8e04817f
AC
28082@table @emph
28083@item command
28084This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
28085prompt and the @value{GDBN} output. The @value{GDBN} input is still
28086managed using readline.
c906108c 28087
8e04817f
AC
28088@item source
28089The source window shows the source file of the program. The current
46ba6afa 28090line and active breakpoints are displayed in this window.
c906108c 28091
8e04817f
AC
28092@item assembly
28093The assembly window shows the disassembly output of the program.
c906108c 28094
8e04817f 28095@item register
46ba6afa
BW
28096This window shows the processor registers. Registers are highlighted
28097when their values change.
c906108c
SS
28098@end table
28099
269c21fe 28100The source and assembly windows show the current program position
46ba6afa
BW
28101by highlighting the current line and marking it with a @samp{>} marker.
28102Breakpoints are indicated with two markers. The first marker
269c21fe
SC
28103indicates the breakpoint type:
28104
28105@table @code
28106@item B
28107Breakpoint which was hit at least once.
28108
28109@item b
28110Breakpoint which was never hit.
28111
28112@item H
28113Hardware breakpoint which was hit at least once.
28114
28115@item h
28116Hardware breakpoint which was never hit.
269c21fe
SC
28117@end table
28118
28119The second marker indicates whether the breakpoint is enabled or not:
28120
28121@table @code
28122@item +
28123Breakpoint is enabled.
28124
28125@item -
28126Breakpoint is disabled.
269c21fe
SC
28127@end table
28128
46ba6afa
BW
28129The source, assembly and register windows are updated when the current
28130thread changes, when the frame changes, or when the program counter
28131changes.
28132
28133These windows are not all visible at the same time. The command
28134window is always visible. The others can be arranged in several
28135layouts:
c906108c 28136
8e04817f
AC
28137@itemize @bullet
28138@item
46ba6afa 28139source only,
2df3850c 28140
8e04817f 28141@item
46ba6afa 28142assembly only,
8e04817f
AC
28143
28144@item
46ba6afa 28145source and assembly,
8e04817f
AC
28146
28147@item
46ba6afa 28148source and registers, or
c906108c 28149
8e04817f 28150@item
46ba6afa 28151assembly and registers.
8e04817f 28152@end itemize
c906108c 28153
ee325b61
TT
28154These are the standard layouts, but other layouts can be defined.
28155
46ba6afa 28156A status line above the command window shows the following information:
b7bb15bc
SC
28157
28158@table @emph
28159@item target
46ba6afa 28160Indicates the current @value{GDBN} target.
b7bb15bc
SC
28161(@pxref{Targets, ,Specifying a Debugging Target}).
28162
28163@item process
46ba6afa 28164Gives the current process or thread number.
b7bb15bc
SC
28165When no process is being debugged, this field is set to @code{No process}.
28166
28167@item function
28168Gives the current function name for the selected frame.
28169The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 28170When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
28171the string @code{??} is displayed.
28172
28173@item line
28174Indicates the current line number for the selected frame.
46ba6afa 28175When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
28176
28177@item pc
28178Indicates the current program counter address.
b7bb15bc
SC
28179@end table
28180
8e04817f
AC
28181@node TUI Keys
28182@section TUI Key Bindings
28183@cindex TUI key bindings
c906108c 28184
8e04817f 28185The TUI installs several key bindings in the readline keymaps
39037522
TT
28186@ifset SYSTEM_READLINE
28187(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
28188@end ifset
28189@ifclear SYSTEM_READLINE
28190(@pxref{Command Line Editing}).
28191@end ifclear
28192The following key bindings are installed for both TUI mode and the
28193@value{GDBN} standard mode.
c906108c 28194
8e04817f
AC
28195@table @kbd
28196@kindex C-x C-a
28197@item C-x C-a
28198@kindex C-x a
28199@itemx C-x a
28200@kindex C-x A
28201@itemx C-x A
46ba6afa
BW
28202Enter or leave the TUI mode. When leaving the TUI mode,
28203the curses window management stops and @value{GDBN} operates using
28204its standard mode, writing on the terminal directly. When reentering
28205the TUI mode, control is given back to the curses windows.
8e04817f 28206The screen is then refreshed.
c906108c 28207
c86d74cc
TT
28208This key binding uses the bindable Readline function
28209@code{tui-switch-mode}.
28210
8e04817f
AC
28211@kindex C-x 1
28212@item C-x 1
28213Use a TUI layout with only one window. The layout will
28214either be @samp{source} or @samp{assembly}. When the TUI mode
28215is not active, it will switch to the TUI mode.
2df3850c 28216
8e04817f 28217Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 28218
c86d74cc
TT
28219This key binding uses the bindable Readline function
28220@code{tui-delete-other-windows}.
28221
8e04817f
AC
28222@kindex C-x 2
28223@item C-x 2
28224Use a TUI layout with at least two windows. When the current
46ba6afa 28225layout already has two windows, the next layout with two windows is used.
8e04817f
AC
28226When a new layout is chosen, one window will always be common to the
28227previous layout and the new one.
c906108c 28228
8e04817f 28229Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 28230
c86d74cc
TT
28231This key binding uses the bindable Readline function
28232@code{tui-change-windows}.
28233
72ffddc9
SC
28234@kindex C-x o
28235@item C-x o
28236Change the active window. The TUI associates several key bindings
46ba6afa 28237(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
28238gives the focus to the next TUI window.
28239
28240Think of it as the Emacs @kbd{C-x o} binding.
28241
c86d74cc
TT
28242This key binding uses the bindable Readline function
28243@code{tui-other-window}.
28244
7cf36c78
SC
28245@kindex C-x s
28246@item C-x s
46ba6afa
BW
28247Switch in and out of the TUI SingleKey mode that binds single
28248keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c86d74cc
TT
28249
28250This key binding uses the bindable Readline function
28251@code{next-keymap}.
c906108c
SS
28252@end table
28253
46ba6afa 28254The following key bindings only work in the TUI mode:
5d161b24 28255
46ba6afa 28256@table @asis
8e04817f 28257@kindex PgUp
46ba6afa 28258@item @key{PgUp}
8e04817f 28259Scroll the active window one page up.
c906108c 28260
8e04817f 28261@kindex PgDn
46ba6afa 28262@item @key{PgDn}
8e04817f 28263Scroll the active window one page down.
c906108c 28264
8e04817f 28265@kindex Up
46ba6afa 28266@item @key{Up}
8e04817f 28267Scroll the active window one line up.
c906108c 28268
8e04817f 28269@kindex Down
46ba6afa 28270@item @key{Down}
8e04817f 28271Scroll the active window one line down.
c906108c 28272
8e04817f 28273@kindex Left
46ba6afa 28274@item @key{Left}
8e04817f 28275Scroll the active window one column left.
c906108c 28276
8e04817f 28277@kindex Right
46ba6afa 28278@item @key{Right}
8e04817f 28279Scroll the active window one column right.
c906108c 28280
8e04817f 28281@kindex C-L
46ba6afa 28282@item @kbd{C-L}
8e04817f 28283Refresh the screen.
8e04817f 28284@end table
c906108c 28285
46ba6afa
BW
28286Because the arrow keys scroll the active window in the TUI mode, they
28287are not available for their normal use by readline unless the command
28288window has the focus. When another window is active, you must use
28289other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
28290and @kbd{C-f} to control the command window.
8e04817f 28291
7cf36c78
SC
28292@node TUI Single Key Mode
28293@section TUI Single Key Mode
28294@cindex TUI single key mode
28295
46ba6afa
BW
28296The TUI also provides a @dfn{SingleKey} mode, which binds several
28297frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
28298switch into this mode, where the following key bindings are used:
7cf36c78
SC
28299
28300@table @kbd
28301@kindex c @r{(SingleKey TUI key)}
28302@item c
28303continue
28304
28305@kindex d @r{(SingleKey TUI key)}
28306@item d
28307down
28308
28309@kindex f @r{(SingleKey TUI key)}
28310@item f
28311finish
28312
28313@kindex n @r{(SingleKey TUI key)}
28314@item n
28315next
28316
a5afdb16
RK
28317@kindex o @r{(SingleKey TUI key)}
28318@item o
28319nexti. The shortcut letter @samp{o} stands for ``step Over''.
28320
7cf36c78
SC
28321@kindex q @r{(SingleKey TUI key)}
28322@item q
46ba6afa 28323exit the SingleKey mode.
7cf36c78
SC
28324
28325@kindex r @r{(SingleKey TUI key)}
28326@item r
28327run
28328
28329@kindex s @r{(SingleKey TUI key)}
28330@item s
28331step
28332
a5afdb16
RK
28333@kindex i @r{(SingleKey TUI key)}
28334@item i
28335stepi. The shortcut letter @samp{i} stands for ``step Into''.
28336
7cf36c78
SC
28337@kindex u @r{(SingleKey TUI key)}
28338@item u
28339up
28340
28341@kindex v @r{(SingleKey TUI key)}
28342@item v
28343info locals
28344
28345@kindex w @r{(SingleKey TUI key)}
28346@item w
28347where
7cf36c78
SC
28348@end table
28349
28350Other keys temporarily switch to the @value{GDBN} command prompt.
28351The key that was pressed is inserted in the editing buffer so that
28352it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
28353with the TUI SingleKey mode. Once the command is entered the TUI
28354SingleKey mode is restored. The only way to permanently leave
7f9087cb 28355this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78 28356
11061048
TT
28357@cindex SingleKey keymap name
28358If @value{GDBN} was built with Readline 8.0 or later, the TUI
28359SingleKey keymap will be named @samp{SingleKey}. This can be used in
28360@file{.inputrc} to add additional bindings to this keymap.
7cf36c78 28361
8e04817f 28362@node TUI Commands
db2e3e2e 28363@section TUI-specific Commands
8e04817f
AC
28364@cindex TUI commands
28365
28366The TUI has specific commands to control the text windows.
46ba6afa
BW
28367These commands are always available, even when @value{GDBN} is not in
28368the TUI mode. When @value{GDBN} is in the standard mode, most
28369of these commands will automatically switch to the TUI mode.
c906108c 28370
ff12863f
PA
28371Note that if @value{GDBN}'s @code{stdout} is not connected to a
28372terminal, or @value{GDBN} has been started with the machine interface
28373interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
28374these commands will fail with an error, because it would not be
28375possible or desirable to enable curses window management.
28376
c906108c 28377@table @code
a4ea0946
AB
28378@item tui enable
28379@kindex tui enable
28380Activate TUI mode. The last active TUI window layout will be used if
760f7560 28381TUI mode has previously been used in the current debugging session,
a4ea0946
AB
28382otherwise a default layout is used.
28383
28384@item tui disable
28385@kindex tui disable
28386Disable TUI mode, returning to the console interpreter.
28387
3d757584
SC
28388@item info win
28389@kindex info win
28390List and give the size of all displayed windows.
28391
ee325b61
TT
28392@item tui new-layout @var{name} @var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}
28393@kindex tui new-layout
28394Create a new TUI layout. The new layout will be named @var{name}, and
28395can be accessed using the @code{layout} command (see below).
28396
7c043ba6
TT
28397Each @var{window} parameter is either the name of a window to display,
28398or a window description. The windows will be displayed from top to
28399bottom in the order listed.
28400
28401The names of the windows are the same as the ones given to the
ee325b61 28402@code{focus} command (see below); additional, the @code{status}
7c043ba6
TT
28403window can be specified. Note that, because it is of fixed height,
28404the weight assigned to the status window is of no importance. It is
28405conventional to use @samp{0} here.
28406
28407A window description looks a bit like an invocation of @code{tui
28408new-layout}, and is of the form
28409@{@r{[}@code{-horizontal}@r{]}@var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}@}.
28410
28411This specifies a sub-layout. If @code{-horizontal} is given, the
28412windows in this description will be arranged side-by-side, rather than
28413top-to-bottom.
ee325b61
TT
28414
28415Each @var{weight} is an integer. It is the weight of this window
28416relative to all the other windows in the layout. These numbers are
28417used to calculate how much of the screen is given to each window.
28418
28419For example:
28420
28421@example
28422(gdb) tui new-layout example src 1 regs 1 status 0 cmd 1
28423@end example
28424
28425Here, the new layout is called @samp{example}. It shows the source
28426and register windows, followed by the status window, and then finally
28427the command window. The non-status windows all have the same weight,
28428so the terminal will be split into three roughly equal sections.
28429
7c043ba6
TT
28430Here is a more complex example, showing a horizontal layout:
28431
28432@example
28433(gdb) tui new-layout example @{-horizontal src 1 asm 1@} 2 status 0 cmd 1
28434@end example
28435
28436This will result in side-by-side source and assembly windows; with the
28437status and command window being beneath these, filling the entire
28438width of the terminal. Because they have weight 2, the source and
28439assembly windows will be twice the height of the command window.
28440
6008fc5f 28441@item layout @var{name}
4644b6e3 28442@kindex layout
ee325b61
TT
28443Changes which TUI windows are displayed. The @var{name} parameter
28444controls which layout is shown. It can be either one of the built-in
28445layout names, or the name of a layout defined by the user using
28446@code{tui new-layout}.
28447
28448The built-in layouts are as follows:
6008fc5f
AB
28449
28450@table @code
28451@item next
8e04817f 28452Display the next layout.
2df3850c 28453
6008fc5f 28454@item prev
8e04817f 28455Display the previous layout.
c906108c 28456
6008fc5f
AB
28457@item src
28458Display the source and command windows.
c906108c 28459
6008fc5f
AB
28460@item asm
28461Display the assembly and command windows.
c906108c 28462
6008fc5f
AB
28463@item split
28464Display the source, assembly, and command windows.
c906108c 28465
6008fc5f
AB
28466@item regs
28467When in @code{src} layout display the register, source, and command
28468windows. When in @code{asm} or @code{split} layout display the
28469register, assembler, and command windows.
28470@end table
8e04817f 28471
6008fc5f 28472@item focus @var{name}
8e04817f 28473@kindex focus
6008fc5f
AB
28474Changes which TUI window is currently active for scrolling. The
28475@var{name} parameter can be any of the following:
28476
28477@table @code
28478@item next
46ba6afa
BW
28479Make the next window active for scrolling.
28480
6008fc5f 28481@item prev
46ba6afa
BW
28482Make the previous window active for scrolling.
28483
6008fc5f 28484@item src
46ba6afa
BW
28485Make the source window active for scrolling.
28486
6008fc5f 28487@item asm
46ba6afa
BW
28488Make the assembly window active for scrolling.
28489
6008fc5f 28490@item regs
46ba6afa
BW
28491Make the register window active for scrolling.
28492
6008fc5f 28493@item cmd
46ba6afa 28494Make the command window active for scrolling.
6008fc5f 28495@end table
c906108c 28496
8e04817f
AC
28497@item refresh
28498@kindex refresh
7f9087cb 28499Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 28500
51f0e40d 28501@item tui reg @var{group}
6a1b180d 28502@kindex tui reg
51f0e40d
AB
28503Changes the register group displayed in the tui register window to
28504@var{group}. If the register window is not currently displayed this
28505command will cause the register window to be displayed. The list of
28506register groups, as well as their order is target specific. The
28507following groups are available on most targets:
28508@table @code
28509@item next
28510Repeatedly selecting this group will cause the display to cycle
28511through all of the available register groups.
28512
28513@item prev
28514Repeatedly selecting this group will cause the display to cycle
28515through all of the available register groups in the reverse order to
28516@var{next}.
28517
28518@item general
28519Display the general registers.
28520@item float
28521Display the floating point registers.
28522@item system
28523Display the system registers.
28524@item vector
28525Display the vector registers.
28526@item all
28527Display all registers.
28528@end table
6a1b180d 28529
8e04817f
AC
28530@item update
28531@kindex update
28532Update the source window and the current execution point.
c906108c 28533
8e04817f
AC
28534@item winheight @var{name} +@var{count}
28535@itemx winheight @var{name} -@var{count}
28536@kindex winheight
28537Change the height of the window @var{name} by @var{count}
28538lines. Positive counts increase the height, while negative counts
bf555842
EZ
28539decrease it. The @var{name} parameter can be one of @code{src} (the
28540source window), @code{cmd} (the command window), @code{asm} (the
28541disassembly window), or @code{regs} (the register display window).
d6677607 28542@end table
2df3850c 28543
8e04817f 28544@node TUI Configuration
79a6e687 28545@section TUI Configuration Variables
8e04817f 28546@cindex TUI configuration variables
c906108c 28547
46ba6afa 28548Several configuration variables control the appearance of TUI windows.
c906108c 28549
8e04817f
AC
28550@table @code
28551@item set tui border-kind @var{kind}
28552@kindex set tui border-kind
28553Select the border appearance for the source, assembly and register windows.
28554The possible values are the following:
28555@table @code
28556@item space
28557Use a space character to draw the border.
c906108c 28558
8e04817f 28559@item ascii
46ba6afa 28560Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 28561
8e04817f
AC
28562@item acs
28563Use the Alternate Character Set to draw the border. The border is
28564drawn using character line graphics if the terminal supports them.
8e04817f 28565@end table
c78b4128 28566
8e04817f
AC
28567@item set tui border-mode @var{mode}
28568@kindex set tui border-mode
46ba6afa
BW
28569@itemx set tui active-border-mode @var{mode}
28570@kindex set tui active-border-mode
28571Select the display attributes for the borders of the inactive windows
28572or the active window. The @var{mode} can be one of the following:
8e04817f
AC
28573@table @code
28574@item normal
28575Use normal attributes to display the border.
c906108c 28576
8e04817f
AC
28577@item standout
28578Use standout mode.
c906108c 28579
8e04817f
AC
28580@item reverse
28581Use reverse video mode.
c906108c 28582
8e04817f
AC
28583@item half
28584Use half bright mode.
c906108c 28585
8e04817f
AC
28586@item half-standout
28587Use half bright and standout mode.
c906108c 28588
8e04817f
AC
28589@item bold
28590Use extra bright or bold mode.
c78b4128 28591
8e04817f
AC
28592@item bold-standout
28593Use extra bright or bold and standout mode.
8e04817f 28594@end table
7806cea7
TT
28595
28596@item set tui tab-width @var{nchars}
28597@kindex set tui tab-width
28598@kindex tabset
28599Set the width of tab stops to be @var{nchars} characters. This
28600setting affects the display of TAB characters in the source and
28601assembly windows.
d1da6b01
TT
28602
28603@item set tui compact-source @r{[}on@r{|}off@r{]}
28604@kindex set tui compact-source
28605Set whether the TUI source window is displayed in ``compact'' form.
28606The default display uses more space for line numbers and starts the
28607source text at the next tab stop; the compact display uses only as
28608much space as is needed for the line numbers in the current file, and
28609only a single space to separate the line numbers from the source.
7806cea7 28610@end table
c78b4128 28611
a2a7af0c
TT
28612Note that the colors of the TUI borders can be controlled using the
28613appropriate @code{set style} commands. @xref{Output Styling}.
28614
8e04817f
AC
28615@node Emacs
28616@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 28617
8e04817f
AC
28618@cindex Emacs
28619@cindex @sc{gnu} Emacs
28620A special interface allows you to use @sc{gnu} Emacs to view (and
28621edit) the source files for the program you are debugging with
28622@value{GDBN}.
c906108c 28623
8e04817f
AC
28624To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
28625executable file you want to debug as an argument. This command starts
28626@value{GDBN} as a subprocess of Emacs, with input and output through a newly
28627created Emacs buffer.
28628@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 28629
5e252a2e 28630Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 28631things:
c906108c 28632
8e04817f
AC
28633@itemize @bullet
28634@item
5e252a2e
NR
28635All ``terminal'' input and output goes through an Emacs buffer, called
28636the GUD buffer.
c906108c 28637
8e04817f
AC
28638This applies both to @value{GDBN} commands and their output, and to the input
28639and output done by the program you are debugging.
bf0184be 28640
8e04817f
AC
28641This is useful because it means that you can copy the text of previous
28642commands and input them again; you can even use parts of the output
28643in this way.
bf0184be 28644
8e04817f
AC
28645All the facilities of Emacs' Shell mode are available for interacting
28646with your program. In particular, you can send signals the usual
28647way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
28648stop.
bf0184be
ND
28649
28650@item
8e04817f 28651@value{GDBN} displays source code through Emacs.
bf0184be 28652
8e04817f
AC
28653Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
28654source file for that frame and puts an arrow (@samp{=>}) at the
28655left margin of the current line. Emacs uses a separate buffer for
28656source display, and splits the screen to show both your @value{GDBN} session
28657and the source.
bf0184be 28658
8e04817f
AC
28659Explicit @value{GDBN} @code{list} or search commands still produce output as
28660usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
28661@end itemize
28662
28663We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
28664a graphical mode, enabled by default, which provides further buffers
28665that can control the execution and describe the state of your program.
28666@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 28667
64fabec2
AC
28668If you specify an absolute file name when prompted for the @kbd{M-x
28669gdb} argument, then Emacs sets your current working directory to where
28670your program resides. If you only specify the file name, then Emacs
7a9dd1b2 28671sets your current working directory to the directory associated
64fabec2
AC
28672with the previous buffer. In this case, @value{GDBN} may find your
28673program by searching your environment's @code{PATH} variable, but on
28674some operating systems it might not find the source. So, although the
28675@value{GDBN} input and output session proceeds normally, the auxiliary
28676buffer does not display the current source and line of execution.
28677
28678The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
28679line of the GUD buffer and this serves as a default for the commands
28680that specify files for @value{GDBN} to operate on. @xref{Files,
28681,Commands to Specify Files}.
64fabec2
AC
28682
28683By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
28684need to call @value{GDBN} by a different name (for example, if you
28685keep several configurations around, with different names) you can
28686customize the Emacs variable @code{gud-gdb-command-name} to run the
28687one you want.
8e04817f 28688
5e252a2e 28689In the GUD buffer, you can use these special Emacs commands in
8e04817f 28690addition to the standard Shell mode commands:
c906108c 28691
8e04817f
AC
28692@table @kbd
28693@item C-h m
5e252a2e 28694Describe the features of Emacs' GUD Mode.
c906108c 28695
64fabec2 28696@item C-c C-s
8e04817f
AC
28697Execute to another source line, like the @value{GDBN} @code{step} command; also
28698update the display window to show the current file and location.
c906108c 28699
64fabec2 28700@item C-c C-n
8e04817f
AC
28701Execute to next source line in this function, skipping all function
28702calls, like the @value{GDBN} @code{next} command. Then update the display window
28703to show the current file and location.
c906108c 28704
64fabec2 28705@item C-c C-i
8e04817f
AC
28706Execute one instruction, like the @value{GDBN} @code{stepi} command; update
28707display window accordingly.
c906108c 28708
8e04817f
AC
28709@item C-c C-f
28710Execute until exit from the selected stack frame, like the @value{GDBN}
28711@code{finish} command.
c906108c 28712
64fabec2 28713@item C-c C-r
8e04817f
AC
28714Continue execution of your program, like the @value{GDBN} @code{continue}
28715command.
b433d00b 28716
64fabec2 28717@item C-c <
8e04817f
AC
28718Go up the number of frames indicated by the numeric argument
28719(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
28720like the @value{GDBN} @code{up} command.
b433d00b 28721
64fabec2 28722@item C-c >
8e04817f
AC
28723Go down the number of frames indicated by the numeric argument, like the
28724@value{GDBN} @code{down} command.
8e04817f 28725@end table
c906108c 28726
7f9087cb 28727In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 28728tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 28729
5e252a2e
NR
28730In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
28731separate frame which shows a backtrace when the GUD buffer is current.
28732Move point to any frame in the stack and type @key{RET} to make it
28733become the current frame and display the associated source in the
28734source buffer. Alternatively, click @kbd{Mouse-2} to make the
28735selected frame become the current one. In graphical mode, the
28736speedbar displays watch expressions.
64fabec2 28737
8e04817f
AC
28738If you accidentally delete the source-display buffer, an easy way to get
28739it back is to type the command @code{f} in the @value{GDBN} buffer, to
28740request a frame display; when you run under Emacs, this recreates
28741the source buffer if necessary to show you the context of the current
28742frame.
c906108c 28743
8e04817f
AC
28744The source files displayed in Emacs are in ordinary Emacs buffers
28745which are visiting the source files in the usual way. You can edit
28746the files with these buffers if you wish; but keep in mind that @value{GDBN}
28747communicates with Emacs in terms of line numbers. If you add or
28748delete lines from the text, the line numbers that @value{GDBN} knows cease
28749to correspond properly with the code.
b383017d 28750
5e252a2e
NR
28751A more detailed description of Emacs' interaction with @value{GDBN} is
28752given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
28753Emacs Manual}).
c906108c 28754
922fbb7b
AC
28755@node GDB/MI
28756@chapter The @sc{gdb/mi} Interface
28757
28758@unnumberedsec Function and Purpose
28759
28760@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
28761@sc{gdb/mi} is a line based machine oriented text interface to
28762@value{GDBN} and is activated by specifying using the
28763@option{--interpreter} command line option (@pxref{Mode Options}). It
28764is specifically intended to support the development of systems which
28765use the debugger as just one small component of a larger system.
922fbb7b
AC
28766
28767This chapter is a specification of the @sc{gdb/mi} interface. It is written
28768in the form of a reference manual.
28769
28770Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
28771features described below are incomplete and subject to change
28772(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
28773
28774@unnumberedsec Notation and Terminology
28775
28776@cindex notational conventions, for @sc{gdb/mi}
28777This chapter uses the following notation:
28778
28779@itemize @bullet
28780@item
28781@code{|} separates two alternatives.
28782
28783@item
28784@code{[ @var{something} ]} indicates that @var{something} is optional:
28785it may or may not be given.
28786
28787@item
28788@code{( @var{group} )*} means that @var{group} inside the parentheses
28789may repeat zero or more times.
28790
28791@item
28792@code{( @var{group} )+} means that @var{group} inside the parentheses
28793may repeat one or more times.
28794
28795@item
28796@code{"@var{string}"} means a literal @var{string}.
28797@end itemize
28798
28799@ignore
28800@heading Dependencies
28801@end ignore
28802
922fbb7b 28803@menu
c3b108f7 28804* GDB/MI General Design::
922fbb7b
AC
28805* GDB/MI Command Syntax::
28806* GDB/MI Compatibility with CLI::
af6eff6f 28807* GDB/MI Development and Front Ends::
922fbb7b 28808* GDB/MI Output Records::
ef21caaf 28809* GDB/MI Simple Examples::
922fbb7b 28810* GDB/MI Command Description Format::
ef21caaf 28811* GDB/MI Breakpoint Commands::
3fa7bf06 28812* GDB/MI Catchpoint Commands::
a2c02241
NR
28813* GDB/MI Program Context::
28814* GDB/MI Thread Commands::
5d77fe44 28815* GDB/MI Ada Tasking Commands::
a2c02241
NR
28816* GDB/MI Program Execution::
28817* GDB/MI Stack Manipulation::
28818* GDB/MI Variable Objects::
922fbb7b 28819* GDB/MI Data Manipulation::
a2c02241
NR
28820* GDB/MI Tracepoint Commands::
28821* GDB/MI Symbol Query::
351ff01a 28822* GDB/MI File Commands::
922fbb7b
AC
28823@ignore
28824* GDB/MI Kod Commands::
28825* GDB/MI Memory Overlay Commands::
28826* GDB/MI Signal Handling Commands::
28827@end ignore
922fbb7b 28828* GDB/MI Target Manipulation::
a6b151f1 28829* GDB/MI File Transfer Commands::
58d06528 28830* GDB/MI Ada Exceptions Commands::
d192b373 28831* GDB/MI Support Commands::
ef21caaf 28832* GDB/MI Miscellaneous Commands::
922fbb7b
AC
28833@end menu
28834
c3b108f7
VP
28835@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28836@node GDB/MI General Design
28837@section @sc{gdb/mi} General Design
28838@cindex GDB/MI General Design
28839
28840Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
28841parts---commands sent to @value{GDBN}, responses to those commands
28842and notifications. Each command results in exactly one response,
28843indicating either successful completion of the command, or an error.
28844For the commands that do not resume the target, the response contains the
28845requested information. For the commands that resume the target, the
28846response only indicates whether the target was successfully resumed.
28847Notifications is the mechanism for reporting changes in the state of the
28848target, or in @value{GDBN} state, that cannot conveniently be associated with
28849a command and reported as part of that command response.
28850
28851The important examples of notifications are:
28852@itemize @bullet
28853
28854@item
28855Exec notifications. These are used to report changes in
28856target state---when a target is resumed, or stopped. It would not
28857be feasible to include this information in response of resuming
28858commands, because one resume commands can result in multiple events in
28859different threads. Also, quite some time may pass before any event
28860happens in the target, while a frontend needs to know whether the resuming
28861command itself was successfully executed.
28862
28863@item
28864Console output, and status notifications. Console output
28865notifications are used to report output of CLI commands, as well as
28866diagnostics for other commands. Status notifications are used to
28867report the progress of a long-running operation. Naturally, including
28868this information in command response would mean no output is produced
28869until the command is finished, which is undesirable.
28870
28871@item
28872General notifications. Commands may have various side effects on
28873the @value{GDBN} or target state beyond their official purpose. For example,
28874a command may change the selected thread. Although such changes can
28875be included in command response, using notification allows for more
28876orthogonal frontend design.
28877
28878@end itemize
28879
28880There's no guarantee that whenever an MI command reports an error,
28881@value{GDBN} or the target are in any specific state, and especially,
28882the state is not reverted to the state before the MI command was
28883processed. Therefore, whenever an MI command results in an error,
28884we recommend that the frontend refreshes all the information shown in
28885the user interface.
28886
508094de
NR
28887
28888@menu
28889* Context management::
28890* Asynchronous and non-stop modes::
28891* Thread groups::
28892@end menu
28893
28894@node Context management
c3b108f7
VP
28895@subsection Context management
28896
403cb6b1
JB
28897@subsubsection Threads and Frames
28898
c3b108f7
VP
28899In most cases when @value{GDBN} accesses the target, this access is
28900done in context of a specific thread and frame (@pxref{Frames}).
28901Often, even when accessing global data, the target requires that a thread
28902be specified. The CLI interface maintains the selected thread and frame,
28903and supplies them to target on each command. This is convenient,
28904because a command line user would not want to specify that information
28905explicitly on each command, and because user interacts with
28906@value{GDBN} via a single terminal, so no confusion is possible as
28907to what thread and frame are the current ones.
28908
28909In the case of MI, the concept of selected thread and frame is less
28910useful. First, a frontend can easily remember this information
28911itself. Second, a graphical frontend can have more than one window,
28912each one used for debugging a different thread, and the frontend might
28913want to access additional threads for internal purposes. This
28914increases the risk that by relying on implicitly selected thread, the
28915frontend may be operating on a wrong one. Therefore, each MI command
28916should explicitly specify which thread and frame to operate on. To
28917make it possible, each MI command accepts the @samp{--thread} and
5d5658a1
PA
28918@samp{--frame} options, the value to each is @value{GDBN} global
28919identifier for thread and frame to operate on.
c3b108f7
VP
28920
28921Usually, each top-level window in a frontend allows the user to select
28922a thread and a frame, and remembers the user selection for further
28923operations. However, in some cases @value{GDBN} may suggest that the
4034d0ff
AT
28924current thread or frame be changed. For example, when stopping on a
28925breakpoint it is reasonable to switch to the thread where breakpoint is
28926hit. For another example, if the user issues the CLI @samp{thread} or
28927@samp{frame} commands via the frontend, it is desirable to change the
28928frontend's selection to the one specified by user. @value{GDBN}
28929communicates the suggestion to change current thread and frame using the
28930@samp{=thread-selected} notification.
c3b108f7
VP
28931
28932Note that historically, MI shares the selected thread with CLI, so
28933frontends used the @code{-thread-select} to execute commands in the
28934right context. However, getting this to work right is cumbersome. The
28935simplest way is for frontend to emit @code{-thread-select} command
28936before every command. This doubles the number of commands that need
28937to be sent. The alternative approach is to suppress @code{-thread-select}
28938if the selected thread in @value{GDBN} is supposed to be identical to the
28939thread the frontend wants to operate on. However, getting this
28940optimization right can be tricky. In particular, if the frontend
28941sends several commands to @value{GDBN}, and one of the commands changes the
28942selected thread, then the behaviour of subsequent commands will
28943change. So, a frontend should either wait for response from such
28944problematic commands, or explicitly add @code{-thread-select} for
28945all subsequent commands. No frontend is known to do this exactly
28946right, so it is suggested to just always pass the @samp{--thread} and
28947@samp{--frame} options.
28948
403cb6b1
JB
28949@subsubsection Language
28950
28951The execution of several commands depends on which language is selected.
28952By default, the current language (@pxref{show language}) is used.
28953But for commands known to be language-sensitive, it is recommended
28954to use the @samp{--language} option. This option takes one argument,
28955which is the name of the language to use while executing the command.
28956For instance:
28957
28958@smallexample
28959-data-evaluate-expression --language c "sizeof (void*)"
28960^done,value="4"
28961(gdb)
28962@end smallexample
28963
28964The valid language names are the same names accepted by the
28965@samp{set language} command (@pxref{Manually}), excluding @samp{auto},
28966@samp{local} or @samp{unknown}.
28967
508094de 28968@node Asynchronous and non-stop modes
c3b108f7
VP
28969@subsection Asynchronous command execution and non-stop mode
28970
28971On some targets, @value{GDBN} is capable of processing MI commands
28972even while the target is running. This is called @dfn{asynchronous
28973command execution} (@pxref{Background Execution}). The frontend may
6b92c0d3 28974specify a preference for asynchronous execution using the
329ea579 28975@code{-gdb-set mi-async 1} command, which should be emitted before
c3b108f7
VP
28976either running the executable or attaching to the target. After the
28977frontend has started the executable or attached to the target, it can
28978find if asynchronous execution is enabled using the
28979@code{-list-target-features} command.
28980
329ea579
PA
28981@table @code
28982@item -gdb-set mi-async on
28983@item -gdb-set mi-async off
28984Set whether MI is in asynchronous mode.
28985
28986When @code{off}, which is the default, MI execution commands (e.g.,
28987@code{-exec-continue}) are foreground commands, and @value{GDBN} waits
28988for the program to stop before processing further commands.
28989
28990When @code{on}, MI execution commands are background execution
28991commands (e.g., @code{-exec-continue} becomes the equivalent of the
28992@code{c&} CLI command), and so @value{GDBN} is capable of processing
28993MI commands even while the target is running.
28994
28995@item -gdb-show mi-async
28996Show whether MI asynchronous mode is enabled.
28997@end table
28998
28999Note: In @value{GDBN} version 7.7 and earlier, this option was called
29000@code{target-async} instead of @code{mi-async}, and it had the effect
29001of both putting MI in asynchronous mode and making CLI background
29002commands possible. CLI background commands are now always possible
29003``out of the box'' if the target supports them. The old spelling is
29004kept as a deprecated alias for backwards compatibility.
29005
c3b108f7
VP
29006Even if @value{GDBN} can accept a command while target is running,
29007many commands that access the target do not work when the target is
29008running. Therefore, asynchronous command execution is most useful
29009when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
29010it is possible to examine the state of one thread, while other threads
29011are running.
29012
29013When a given thread is running, MI commands that try to access the
29014target in the context of that thread may not work, or may work only on
29015some targets. In particular, commands that try to operate on thread's
29016stack will not work, on any target. Commands that read memory, or
29017modify breakpoints, may work or not work, depending on the target. Note
29018that even commands that operate on global state, such as @code{print},
29019@code{set}, and breakpoint commands, still access the target in the
29020context of a specific thread, so frontend should try to find a
29021stopped thread and perform the operation on that thread (using the
29022@samp{--thread} option).
29023
29024Which commands will work in the context of a running thread is
29025highly target dependent. However, the two commands
29026@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
29027to find the state of a thread, will always work.
29028
508094de 29029@node Thread groups
c3b108f7
VP
29030@subsection Thread groups
29031@value{GDBN} may be used to debug several processes at the same time.
6b92c0d3 29032On some platforms, @value{GDBN} may support debugging of several
c3b108f7
VP
29033hardware systems, each one having several cores with several different
29034processes running on each core. This section describes the MI
29035mechanism to support such debugging scenarios.
29036
29037The key observation is that regardless of the structure of the
29038target, MI can have a global list of threads, because most commands that
29039accept the @samp{--thread} option do not need to know what process that
29040thread belongs to. Therefore, it is not necessary to introduce
29041neither additional @samp{--process} option, nor an notion of the
29042current process in the MI interface. The only strictly new feature
29043that is required is the ability to find how the threads are grouped
29044into processes.
29045
29046To allow the user to discover such grouping, and to support arbitrary
29047hierarchy of machines/cores/processes, MI introduces the concept of a
29048@dfn{thread group}. Thread group is a collection of threads and other
29049thread groups. A thread group always has a string identifier, a type,
29050and may have additional attributes specific to the type. A new
29051command, @code{-list-thread-groups}, returns the list of top-level
29052thread groups, which correspond to processes that @value{GDBN} is
29053debugging at the moment. By passing an identifier of a thread group
29054to the @code{-list-thread-groups} command, it is possible to obtain
29055the members of specific thread group.
29056
29057To allow the user to easily discover processes, and other objects, he
29058wishes to debug, a concept of @dfn{available thread group} is
29059introduced. Available thread group is an thread group that
29060@value{GDBN} is not debugging, but that can be attached to, using the
29061@code{-target-attach} command. The list of available top-level thread
29062groups can be obtained using @samp{-list-thread-groups --available}.
29063In general, the content of a thread group may be only retrieved only
29064after attaching to that thread group.
29065
65c574f6 29066Thread groups are related to inferiors (@pxref{Inferiors Connections and
a79b8f6e
VP
29067Programs}). Each inferior corresponds to a thread group of a special
29068type @samp{process}, and some additional operations are permitted on
29069such thread groups.
29070
922fbb7b
AC
29071@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29072@node GDB/MI Command Syntax
29073@section @sc{gdb/mi} Command Syntax
29074
29075@menu
29076* GDB/MI Input Syntax::
29077* GDB/MI Output Syntax::
922fbb7b
AC
29078@end menu
29079
29080@node GDB/MI Input Syntax
29081@subsection @sc{gdb/mi} Input Syntax
29082
29083@cindex input syntax for @sc{gdb/mi}
29084@cindex @sc{gdb/mi}, input syntax
29085@table @code
29086@item @var{command} @expansion{}
29087@code{@var{cli-command} | @var{mi-command}}
29088
29089@item @var{cli-command} @expansion{}
29090@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
29091@var{cli-command} is any existing @value{GDBN} CLI command.
29092
29093@item @var{mi-command} @expansion{}
29094@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
29095@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
29096
29097@item @var{token} @expansion{}
29098"any sequence of digits"
29099
29100@item @var{option} @expansion{}
29101@code{"-" @var{parameter} [ " " @var{parameter} ]}
29102
29103@item @var{parameter} @expansion{}
29104@code{@var{non-blank-sequence} | @var{c-string}}
29105
29106@item @var{operation} @expansion{}
29107@emph{any of the operations described in this chapter}
29108
29109@item @var{non-blank-sequence} @expansion{}
29110@emph{anything, provided it doesn't contain special characters such as
29111"-", @var{nl}, """ and of course " "}
29112
29113@item @var{c-string} @expansion{}
29114@code{""" @var{seven-bit-iso-c-string-content} """}
29115
29116@item @var{nl} @expansion{}
29117@code{CR | CR-LF}
29118@end table
29119
29120@noindent
29121Notes:
29122
29123@itemize @bullet
29124@item
29125The CLI commands are still handled by the @sc{mi} interpreter; their
29126output is described below.
29127
29128@item
29129The @code{@var{token}}, when present, is passed back when the command
29130finishes.
29131
29132@item
29133Some @sc{mi} commands accept optional arguments as part of the parameter
29134list. Each option is identified by a leading @samp{-} (dash) and may be
29135followed by an optional argument parameter. Options occur first in the
29136parameter list and can be delimited from normal parameters using
29137@samp{--} (this is useful when some parameters begin with a dash).
29138@end itemize
29139
29140Pragmatics:
29141
29142@itemize @bullet
29143@item
29144We want easy access to the existing CLI syntax (for debugging).
29145
29146@item
29147We want it to be easy to spot a @sc{mi} operation.
29148@end itemize
29149
29150@node GDB/MI Output Syntax
29151@subsection @sc{gdb/mi} Output Syntax
29152
29153@cindex output syntax of @sc{gdb/mi}
29154@cindex @sc{gdb/mi}, output syntax
29155The output from @sc{gdb/mi} consists of zero or more out-of-band records
29156followed, optionally, by a single result record. This result record
29157is for the most recent command. The sequence of output records is
594fe323 29158terminated by @samp{(gdb)}.
922fbb7b
AC
29159
29160If an input command was prefixed with a @code{@var{token}} then the
29161corresponding output for that command will also be prefixed by that same
29162@var{token}.
29163
29164@table @code
29165@item @var{output} @expansion{}
594fe323 29166@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
29167
29168@item @var{result-record} @expansion{}
29169@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
29170
29171@item @var{out-of-band-record} @expansion{}
29172@code{@var{async-record} | @var{stream-record}}
29173
29174@item @var{async-record} @expansion{}
29175@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
29176
29177@item @var{exec-async-output} @expansion{}
dcf106f3 29178@code{[ @var{token} ] "*" @var{async-output nl}}
922fbb7b
AC
29179
29180@item @var{status-async-output} @expansion{}
dcf106f3 29181@code{[ @var{token} ] "+" @var{async-output nl}}
922fbb7b
AC
29182
29183@item @var{notify-async-output} @expansion{}
dcf106f3 29184@code{[ @var{token} ] "=" @var{async-output nl}}
922fbb7b
AC
29185
29186@item @var{async-output} @expansion{}
dcf106f3 29187@code{@var{async-class} ( "," @var{result} )*}
922fbb7b
AC
29188
29189@item @var{result-class} @expansion{}
29190@code{"done" | "running" | "connected" | "error" | "exit"}
29191
29192@item @var{async-class} @expansion{}
29193@code{"stopped" | @var{others}} (where @var{others} will be added
29194depending on the needs---this is still in development).
29195
29196@item @var{result} @expansion{}
29197@code{ @var{variable} "=" @var{value}}
29198
29199@item @var{variable} @expansion{}
29200@code{ @var{string} }
29201
29202@item @var{value} @expansion{}
29203@code{ @var{const} | @var{tuple} | @var{list} }
29204
29205@item @var{const} @expansion{}
29206@code{@var{c-string}}
29207
29208@item @var{tuple} @expansion{}
29209@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
29210
29211@item @var{list} @expansion{}
29212@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
29213@var{result} ( "," @var{result} )* "]" }
29214
29215@item @var{stream-record} @expansion{}
29216@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
29217
29218@item @var{console-stream-output} @expansion{}
dcf106f3 29219@code{"~" @var{c-string nl}}
922fbb7b
AC
29220
29221@item @var{target-stream-output} @expansion{}
dcf106f3 29222@code{"@@" @var{c-string nl}}
922fbb7b
AC
29223
29224@item @var{log-stream-output} @expansion{}
dcf106f3 29225@code{"&" @var{c-string nl}}
922fbb7b
AC
29226
29227@item @var{nl} @expansion{}
29228@code{CR | CR-LF}
29229
29230@item @var{token} @expansion{}
29231@emph{any sequence of digits}.
29232@end table
29233
29234@noindent
29235Notes:
29236
29237@itemize @bullet
29238@item
29239All output sequences end in a single line containing a period.
29240
29241@item
721c02de
VP
29242The @code{@var{token}} is from the corresponding request. Note that
29243for all async output, while the token is allowed by the grammar and
29244may be output by future versions of @value{GDBN} for select async
29245output messages, it is generally omitted. Frontends should treat
29246all async output as reporting general changes in the state of the
29247target and there should be no need to associate async output to any
29248prior command.
922fbb7b
AC
29249
29250@item
29251@cindex status output in @sc{gdb/mi}
29252@var{status-async-output} contains on-going status information about the
29253progress of a slow operation. It can be discarded. All status output is
29254prefixed by @samp{+}.
29255
29256@item
29257@cindex async output in @sc{gdb/mi}
29258@var{exec-async-output} contains asynchronous state change on the target
29259(stopped, started, disappeared). All async output is prefixed by
29260@samp{*}.
29261
29262@item
29263@cindex notify output in @sc{gdb/mi}
29264@var{notify-async-output} contains supplementary information that the
29265client should handle (e.g., a new breakpoint information). All notify
29266output is prefixed by @samp{=}.
29267
29268@item
29269@cindex console output in @sc{gdb/mi}
29270@var{console-stream-output} is output that should be displayed as is in the
29271console. It is the textual response to a CLI command. All the console
29272output is prefixed by @samp{~}.
29273
29274@item
29275@cindex target output in @sc{gdb/mi}
29276@var{target-stream-output} is the output produced by the target program.
29277All the target output is prefixed by @samp{@@}.
29278
29279@item
29280@cindex log output in @sc{gdb/mi}
29281@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
29282instance messages that should be displayed as part of an error log. All
29283the log output is prefixed by @samp{&}.
29284
29285@item
29286@cindex list output in @sc{gdb/mi}
29287New @sc{gdb/mi} commands should only output @var{lists} containing
29288@var{values}.
29289
29290
29291@end itemize
29292
29293@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
29294details about the various output records.
29295
922fbb7b
AC
29296@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29297@node GDB/MI Compatibility with CLI
29298@section @sc{gdb/mi} Compatibility with CLI
29299
29300@cindex compatibility, @sc{gdb/mi} and CLI
29301@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 29302
a2c02241
NR
29303For the developers convenience CLI commands can be entered directly,
29304but there may be some unexpected behaviour. For example, commands
29305that query the user will behave as if the user replied yes, breakpoint
29306command lists are not executed and some CLI commands, such as
29307@code{if}, @code{when} and @code{define}, prompt for further input with
29308@samp{>}, which is not valid MI output.
ef21caaf
NR
29309
29310This feature may be removed at some stage in the future and it is
a2c02241
NR
29311recommended that front ends use the @code{-interpreter-exec} command
29312(@pxref{-interpreter-exec}).
922fbb7b 29313
af6eff6f
NR
29314@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29315@node GDB/MI Development and Front Ends
29316@section @sc{gdb/mi} Development and Front Ends
29317@cindex @sc{gdb/mi} development
29318
29319The application which takes the MI output and presents the state of the
29320program being debugged to the user is called a @dfn{front end}.
29321
1fea0d53
SM
29322Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
29323to the MI interface may break existing usage. This section describes how the
29324protocol changes and how to request previous version of the protocol when it
29325does.
af6eff6f
NR
29326
29327Some changes in MI need not break a carefully designed front end, and
29328for these the MI version will remain unchanged. The following is a
29329list of changes that may occur within one level, so front ends should
29330parse MI output in a way that can handle them:
29331
29332@itemize @bullet
29333@item
29334New MI commands may be added.
29335
29336@item
29337New fields may be added to the output of any MI command.
29338
36ece8b3
NR
29339@item
29340The range of values for fields with specified values, e.g.,
9f708cb2 29341@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 29342
af6eff6f
NR
29343@c The format of field's content e.g type prefix, may change so parse it
29344@c at your own risk. Yes, in general?
29345
29346@c The order of fields may change? Shouldn't really matter but it might
29347@c resolve inconsistencies.
29348@end itemize
29349
29350If the changes are likely to break front ends, the MI version level
1fea0d53
SM
29351will be increased by one. The new versions of the MI protocol are not compatible
29352with the old versions. Old versions of MI remain available, allowing front ends
29353to keep using them until they are modified to use the latest MI version.
af6eff6f 29354
1fea0d53
SM
29355Since @code{--interpreter=mi} always points to the latest MI version, it is
29356recommended that front ends request a specific version of MI when launching
29357@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
29358interpreter with the MI version they expect.
29359
09f2921c 29360The following table gives a summary of the released versions of the MI
1fea0d53
SM
29361interface: the version number, the version of GDB in which it first appeared
29362and the breaking changes compared to the previous version.
29363
29364@multitable @columnfractions .05 .05 .9
29365@headitem MI version @tab GDB version @tab Breaking changes
29366
29367@item
29368@center 1
29369@tab
29370@center 5.1
29371@tab
29372None
29373
29374@item
29375@center 2
29376@tab
29377@center 6.0
29378@tab
29379
29380@itemize
29381@item
29382The @code{-environment-pwd}, @code{-environment-directory} and
29383@code{-environment-path} commands now returns values using the MI output
29384syntax, rather than CLI output syntax.
29385
29386@item
29387@code{-var-list-children}'s @code{children} result field is now a list, rather
29388than a tuple.
29389
29390@item
29391@code{-var-update}'s @code{changelist} result field is now a list, rather than
29392a tuple.
29393@end itemize
29394
b4be1b06
SM
29395@item
29396@center 3
29397@tab
29398@center 9.1
29399@tab
29400
29401@itemize
29402@item
29403The output of information about multi-location breakpoints has changed in the
29404responses to the @code{-break-insert} and @code{-break-info} commands, as well
29405as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
29406The multiple locations are now placed in a @code{locations} field, whose value
29407is a list.
29408@end itemize
29409
1fea0d53 29410@end multitable
af6eff6f 29411
b4be1b06
SM
29412If your front end cannot yet migrate to a more recent version of the
29413MI protocol, you can nevertheless selectively enable specific features
29414available in those recent MI versions, using the following commands:
29415
29416@table @code
29417
29418@item -fix-multi-location-breakpoint-output
29419Use the output for multi-location breakpoints which was introduced by
29420MI 3, even when using MI versions 2 or 1. This command has no
29421effect when using MI version 3 or later.
29422
5c85e20d 29423@end table
b4be1b06 29424
af6eff6f
NR
29425The best way to avoid unexpected changes in MI that might break your front
29426end is to make your project known to @value{GDBN} developers and
7a9a6b69 29427follow development on @email{gdb@@sourceware.org} and
fa0f268d 29428@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
29429@cindex mailing lists
29430
922fbb7b
AC
29431@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29432@node GDB/MI Output Records
29433@section @sc{gdb/mi} Output Records
29434
29435@menu
29436* GDB/MI Result Records::
29437* GDB/MI Stream Records::
82f68b1c 29438* GDB/MI Async Records::
54516a0b 29439* GDB/MI Breakpoint Information::
c3b108f7 29440* GDB/MI Frame Information::
dc146f7c 29441* GDB/MI Thread Information::
4368ebeb 29442* GDB/MI Ada Exception Information::
922fbb7b
AC
29443@end menu
29444
29445@node GDB/MI Result Records
29446@subsection @sc{gdb/mi} Result Records
29447
29448@cindex result records in @sc{gdb/mi}
29449@cindex @sc{gdb/mi}, result records
29450In addition to a number of out-of-band notifications, the response to a
29451@sc{gdb/mi} command includes one of the following result indications:
29452
29453@table @code
29454@findex ^done
29455@item "^done" [ "," @var{results} ]
29456The synchronous operation was successful, @code{@var{results}} are the return
29457values.
29458
29459@item "^running"
29460@findex ^running
8e9c5e02
VP
29461This result record is equivalent to @samp{^done}. Historically, it
29462was output instead of @samp{^done} if the command has resumed the
29463target. This behaviour is maintained for backward compatibility, but
29464all frontends should treat @samp{^done} and @samp{^running}
29465identically and rely on the @samp{*running} output record to determine
29466which threads are resumed.
922fbb7b 29467
ef21caaf
NR
29468@item "^connected"
29469@findex ^connected
3f94c067 29470@value{GDBN} has connected to a remote target.
ef21caaf 29471
2ea126fa 29472@item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
922fbb7b 29473@findex ^error
2ea126fa
JB
29474The operation failed. The @code{msg=@var{c-string}} variable contains
29475the corresponding error message.
29476
29477If present, the @code{code=@var{c-string}} variable provides an error
29478code on which consumers can rely on to detect the corresponding
29479error condition. At present, only one error code is defined:
29480
29481@table @samp
29482@item "undefined-command"
29483Indicates that the command causing the error does not exist.
29484@end table
ef21caaf
NR
29485
29486@item "^exit"
29487@findex ^exit
3f94c067 29488@value{GDBN} has terminated.
ef21caaf 29489
922fbb7b
AC
29490@end table
29491
29492@node GDB/MI Stream Records
29493@subsection @sc{gdb/mi} Stream Records
29494
29495@cindex @sc{gdb/mi}, stream records
29496@cindex stream records in @sc{gdb/mi}
29497@value{GDBN} internally maintains a number of output streams: the console, the
29498target, and the log. The output intended for each of these streams is
29499funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
29500
29501Each stream record begins with a unique @dfn{prefix character} which
29502identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
29503Syntax}). In addition to the prefix, each stream record contains a
29504@code{@var{string-output}}. This is either raw text (with an implicit new
29505line) or a quoted C string (which does not contain an implicit newline).
29506
29507@table @code
29508@item "~" @var{string-output}
29509The console output stream contains text that should be displayed in the
29510CLI console window. It contains the textual responses to CLI commands.
29511
29512@item "@@" @var{string-output}
29513The target output stream contains any textual output from the running
ef21caaf
NR
29514target. This is only present when GDB's event loop is truly
29515asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
29516
29517@item "&" @var{string-output}
29518The log stream contains debugging messages being produced by @value{GDBN}'s
29519internals.
29520@end table
29521
82f68b1c
VP
29522@node GDB/MI Async Records
29523@subsection @sc{gdb/mi} Async Records
922fbb7b 29524
82f68b1c
VP
29525@cindex async records in @sc{gdb/mi}
29526@cindex @sc{gdb/mi}, async records
29527@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 29528additional changes that have occurred. Those changes can either be a
82f68b1c 29529consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
29530target activity (e.g., target stopped).
29531
8eb41542 29532The following is the list of possible async records:
922fbb7b
AC
29533
29534@table @code
034dad6f 29535
e1ac3328 29536@item *running,thread-id="@var{thread}"
5d5658a1 29537The target is now running. The @var{thread} field can be the global
09f2921c 29538thread ID of the thread that is now running, and it can be
5d5658a1
PA
29539@samp{all} if all threads are running. The frontend should assume
29540that no interaction with a running thread is possible after this
29541notification is produced. The frontend should not assume that this
29542notification is output only once for any command. @value{GDBN} may
29543emit this notification several times, either for different threads,
29544because it cannot resume all threads together, or even for a single
29545thread, if the thread must be stepped though some code before letting
29546it run freely.
e1ac3328 29547
dc146f7c 29548@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
82f68b1c
VP
29549The target has stopped. The @var{reason} field can have one of the
29550following values:
034dad6f
BR
29551
29552@table @code
29553@item breakpoint-hit
29554A breakpoint was reached.
29555@item watchpoint-trigger
29556A watchpoint was triggered.
29557@item read-watchpoint-trigger
29558A read watchpoint was triggered.
29559@item access-watchpoint-trigger
29560An access watchpoint was triggered.
29561@item function-finished
29562An -exec-finish or similar CLI command was accomplished.
29563@item location-reached
29564An -exec-until or similar CLI command was accomplished.
29565@item watchpoint-scope
29566A watchpoint has gone out of scope.
29567@item end-stepping-range
29568An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
29569similar CLI command was accomplished.
29570@item exited-signalled
29571The inferior exited because of a signal.
29572@item exited
29573The inferior exited.
29574@item exited-normally
29575The inferior exited normally.
29576@item signal-received
29577A signal was received by the inferior.
36dfb11c
TT
29578@item solib-event
29579The inferior has stopped due to a library being loaded or unloaded.
edcc5120
TT
29580This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
29581set or when a @code{catch load} or @code{catch unload} catchpoint is
29582in use (@pxref{Set Catchpoints}).
36dfb11c
TT
29583@item fork
29584The inferior has forked. This is reported when @code{catch fork}
29585(@pxref{Set Catchpoints}) has been used.
29586@item vfork
29587The inferior has vforked. This is reported in when @code{catch vfork}
29588(@pxref{Set Catchpoints}) has been used.
29589@item syscall-entry
29590The inferior entered a system call. This is reported when @code{catch
29591syscall} (@pxref{Set Catchpoints}) has been used.
a64c9f7b 29592@item syscall-return
36dfb11c
TT
29593The inferior returned from a system call. This is reported when
29594@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
29595@item exec
29596The inferior called @code{exec}. This is reported when @code{catch exec}
29597(@pxref{Set Catchpoints}) has been used.
922fbb7b
AC
29598@end table
29599
5d5658a1
PA
29600The @var{id} field identifies the global thread ID of the thread
29601that directly caused the stop -- for example by hitting a breakpoint.
29602Depending on whether all-stop
c3b108f7
VP
29603mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
29604stop all threads, or only the thread that directly triggered the stop.
29605If all threads are stopped, the @var{stopped} field will have the
29606value of @code{"all"}. Otherwise, the value of the @var{stopped}
29607field will be a list of thread identifiers. Presently, this list will
29608always include a single thread, but frontend should be prepared to see
dc146f7c
VP
29609several threads in the list. The @var{core} field reports the
29610processor core on which the stop event has happened. This field may be absent
29611if such information is not available.
c3b108f7 29612
a79b8f6e
VP
29613@item =thread-group-added,id="@var{id}"
29614@itemx =thread-group-removed,id="@var{id}"
29615A thread group was either added or removed. The @var{id} field
29616contains the @value{GDBN} identifier of the thread group. When a thread
29617group is added, it generally might not be associated with a running
29618process. When a thread group is removed, its id becomes invalid and
29619cannot be used in any way.
29620
29621@item =thread-group-started,id="@var{id}",pid="@var{pid}"
29622A thread group became associated with a running program,
29623either because the program was just started or the thread group
29624was attached to a program. The @var{id} field contains the
29625@value{GDBN} identifier of the thread group. The @var{pid} field
29626contains process identifier, specific to the operating system.
29627
8cf64490 29628@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
a79b8f6e
VP
29629A thread group is no longer associated with a running program,
29630either because the program has exited, or because it was detached
c3b108f7 29631from. The @var{id} field contains the @value{GDBN} identifier of the
697aa1b7 29632thread group. The @var{code} field is the exit code of the inferior; it exists
8cf64490 29633only when the inferior exited with some code.
c3b108f7
VP
29634
29635@item =thread-created,id="@var{id}",group-id="@var{gid}"
29636@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 29637A thread either was created, or has exited. The @var{id} field
5d5658a1 29638contains the global @value{GDBN} identifier of the thread. The @var{gid}
c3b108f7 29639field identifies the thread group this thread belongs to.
66bb093b 29640
4034d0ff
AT
29641@item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
29642Informs that the selected thread or frame were changed. This notification
29643is not emitted as result of the @code{-thread-select} or
29644@code{-stack-select-frame} commands, but is emitted whenever an MI command
29645that is not documented to change the selected thread and frame actually
29646changes them. In particular, invoking, directly or indirectly
29647(via user-defined command), the CLI @code{thread} or @code{frame} commands,
29648will generate this notification. Changing the thread or frame from another
29649user interface (see @ref{Interpreters}) will also generate this notification.
29650
29651The @var{frame} field is only present if the newly selected thread is
29652stopped. See @ref{GDB/MI Frame Information} for the format of its value.
66bb093b
VP
29653
29654We suggest that in response to this notification, front ends
29655highlight the selected thread and cause subsequent commands to apply to
29656that thread.
29657
c86cf029
VP
29658@item =library-loaded,...
29659Reports that a new library file was loaded by the program. This
51457a05
MAL
29660notification has 5 fields---@var{id}, @var{target-name},
29661@var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
c86cf029
VP
29662opaque identifier of the library. For remote debugging case,
29663@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
29664library file on the target, and on the host respectively. For native
29665debugging, both those fields have the same value. The
f1cbe1d3
TT
29666@var{symbols-loaded} field is emitted only for backward compatibility
29667and should not be relied on to convey any useful information. The
29668@var{thread-group} field, if present, specifies the id of the thread
29669group in whose context the library was loaded. If the field is
29670absent, it means the library was loaded in the context of all present
51457a05
MAL
29671thread groups. The @var{ranges} field specifies the ranges of addresses belonging
29672to this library.
c86cf029
VP
29673
29674@item =library-unloaded,...
134eb42c 29675Reports that a library was unloaded by the program. This notification
c86cf029 29676has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
a79b8f6e
VP
29677the same meaning as for the @code{=library-loaded} notification.
29678The @var{thread-group} field, if present, specifies the id of the
29679thread group in whose context the library was unloaded. If the field is
29680absent, it means the library was unloaded in the context of all present
29681thread groups.
c86cf029 29682
201b4506
YQ
29683@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
29684@itemx =traceframe-changed,end
29685Reports that the trace frame was changed and its new number is
29686@var{tfnum}. The number of the tracepoint associated with this trace
29687frame is @var{tpnum}.
29688
134a2066 29689@item =tsv-created,name=@var{name},initial=@var{initial}
bb25a15c 29690Reports that the new trace state variable @var{name} is created with
134a2066 29691initial value @var{initial}.
bb25a15c
YQ
29692
29693@item =tsv-deleted,name=@var{name}
29694@itemx =tsv-deleted
29695Reports that the trace state variable @var{name} is deleted or all
29696trace state variables are deleted.
29697
134a2066
YQ
29698@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
29699Reports that the trace state variable @var{name} is modified with
29700the initial value @var{initial}. The current value @var{current} of
29701trace state variable is optional and is reported if the current
29702value of trace state variable is known.
29703
8d3788bd
VP
29704@item =breakpoint-created,bkpt=@{...@}
29705@itemx =breakpoint-modified,bkpt=@{...@}
d9f08f52 29706@itemx =breakpoint-deleted,id=@var{number}
8d3788bd
VP
29707Reports that a breakpoint was created, modified, or deleted,
29708respectively. Only user-visible breakpoints are reported to the MI
29709user.
29710
29711The @var{bkpt} argument is of the same form as returned by the various
d9f08f52
YQ
29712breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
29713@var{number} is the ordinal number of the breakpoint.
8d3788bd
VP
29714
29715Note that if a breakpoint is emitted in the result record of a
29716command, then it will not also be emitted in an async record.
29717
38b022b4 29718@item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
82a90ccf
YQ
29719@itemx =record-stopped,thread-group="@var{id}"
29720Execution log recording was either started or stopped on an
29721inferior. The @var{id} is the @value{GDBN} identifier of the thread
29722group corresponding to the affected inferior.
29723
38b022b4
SM
29724The @var{method} field indicates the method used to record execution. If the
29725method in use supports multiple recording formats, @var{format} will be present
8504e097 29726and contain the currently used format. @xref{Process Record and Replay},
38b022b4
SM
29727for existing method and format values.
29728
5b9afe8a
YQ
29729@item =cmd-param-changed,param=@var{param},value=@var{value}
29730Reports that a parameter of the command @code{set @var{param}} is
29731changed to @var{value}. In the multi-word @code{set} command,
29732the @var{param} is the whole parameter list to @code{set} command.
29733For example, In command @code{set check type on}, @var{param}
29734is @code{check type} and @var{value} is @code{on}.
8de0566d
YQ
29735
29736@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
29737Reports that bytes from @var{addr} to @var{data} + @var{len} were
29738written in an inferior. The @var{id} is the identifier of the
29739thread group corresponding to the affected inferior. The optional
29740@code{type="code"} part is reported if the memory written to holds
29741executable code.
82f68b1c
VP
29742@end table
29743
54516a0b
TT
29744@node GDB/MI Breakpoint Information
29745@subsection @sc{gdb/mi} Breakpoint Information
29746
29747When @value{GDBN} reports information about a breakpoint, a
29748tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
29749following fields:
29750
29751@table @code
29752@item number
b4be1b06 29753The breakpoint number.
54516a0b
TT
29754
29755@item type
29756The type of the breakpoint. For ordinary breakpoints this will be
29757@samp{breakpoint}, but many values are possible.
29758
8ac3646f
TT
29759@item catch-type
29760If the type of the breakpoint is @samp{catchpoint}, then this
29761indicates the exact type of catchpoint.
29762
54516a0b
TT
29763@item disp
29764This is the breakpoint disposition---either @samp{del}, meaning that
29765the breakpoint will be deleted at the next stop, or @samp{keep},
29766meaning that the breakpoint will not be deleted.
29767
29768@item enabled
29769This indicates whether the breakpoint is enabled, in which case the
29770value is @samp{y}, or disabled, in which case the value is @samp{n}.
29771Note that this is not the same as the field @code{enable}.
29772
29773@item addr
29774The address of the breakpoint. This may be a hexidecimal number,
29775giving the address; or the string @samp{<PENDING>}, for a pending
29776breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
29777multiple locations. This field will not be present if no address can
29778be determined. For example, a watchpoint does not have an address.
29779
aa7ca1bb
AH
29780@item addr_flags
29781Optional field containing any flags related to the address. These flags are
29782architecture-dependent; see @ref{Architectures} for their meaning for a
29783particular CPU.
29784
54516a0b
TT
29785@item func
29786If known, the function in which the breakpoint appears.
29787If not known, this field is not present.
29788
29789@item filename
29790The name of the source file which contains this function, if known.
29791If not known, this field is not present.
29792
29793@item fullname
29794The full file name of the source file which contains this function, if
29795known. If not known, this field is not present.
29796
29797@item line
29798The line number at which this breakpoint appears, if known.
29799If not known, this field is not present.
29800
29801@item at
29802If the source file is not known, this field may be provided. If
29803provided, this holds the address of the breakpoint, possibly followed
29804by a symbol name.
29805
29806@item pending
29807If this breakpoint is pending, this field is present and holds the
29808text used to set the breakpoint, as entered by the user.
29809
29810@item evaluated-by
29811Where this breakpoint's condition is evaluated, either @samp{host} or
29812@samp{target}.
29813
29814@item thread
29815If this is a thread-specific breakpoint, then this identifies the
29816thread in which the breakpoint can trigger.
29817
29818@item task
29819If this breakpoint is restricted to a particular Ada task, then this
29820field will hold the task identifier.
29821
29822@item cond
29823If the breakpoint is conditional, this is the condition expression.
29824
29825@item ignore
29826The ignore count of the breakpoint.
29827
29828@item enable
29829The enable count of the breakpoint.
29830
29831@item traceframe-usage
29832FIXME.
29833
29834@item static-tracepoint-marker-string-id
29835For a static tracepoint, the name of the static tracepoint marker.
29836
29837@item mask
29838For a masked watchpoint, this is the mask.
29839
29840@item pass
29841A tracepoint's pass count.
29842
29843@item original-location
29844The location of the breakpoint as originally specified by the user.
29845This field is optional.
29846
29847@item times
29848The number of times the breakpoint has been hit.
29849
29850@item installed
29851This field is only given for tracepoints. This is either @samp{y},
29852meaning that the tracepoint is installed, or @samp{n}, meaning that it
29853is not.
29854
29855@item what
29856Some extra data, the exact contents of which are type-dependent.
29857
b4be1b06
SM
29858@item locations
29859This field is present if the breakpoint has multiple locations. It is also
29860exceptionally present if the breakpoint is enabled and has a single, disabled
29861location.
29862
6b92c0d3 29863The value is a list of locations. The format of a location is described below.
b4be1b06
SM
29864
29865@end table
29866
29867A location in a multi-location breakpoint is represented as a tuple with the
29868following fields:
29869
29870@table @code
29871
29872@item number
29873The location number as a dotted pair, like @samp{1.2}. The first digit is the
29874number of the parent breakpoint. The second digit is the number of the
29875location within that breakpoint.
29876
29877@item enabled
29878This indicates whether the location is enabled, in which case the
29879value is @samp{y}, or disabled, in which case the value is @samp{n}.
29880Note that this is not the same as the field @code{enable}.
29881
29882@item addr
29883The address of this location as an hexidecimal number.
29884
aa7ca1bb
AH
29885@item addr_flags
29886Optional field containing any flags related to the address. These flags are
29887architecture-dependent; see @ref{Architectures} for their meaning for a
29888particular CPU.
29889
b4be1b06
SM
29890@item func
29891If known, the function in which the location appears.
29892If not known, this field is not present.
29893
29894@item file
29895The name of the source file which contains this location, if known.
29896If not known, this field is not present.
29897
29898@item fullname
29899The full file name of the source file which contains this location, if
29900known. If not known, this field is not present.
29901
29902@item line
29903The line number at which this location appears, if known.
29904If not known, this field is not present.
29905
29906@item thread-groups
29907The thread groups this location is in.
29908
54516a0b
TT
29909@end table
29910
29911For example, here is what the output of @code{-break-insert}
29912(@pxref{GDB/MI Breakpoint Commands}) might be:
29913
29914@smallexample
29915-> -break-insert main
29916<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29917 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
29918 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
29919 times="0"@}
54516a0b
TT
29920<- (gdb)
29921@end smallexample
29922
c3b108f7
VP
29923@node GDB/MI Frame Information
29924@subsection @sc{gdb/mi} Frame Information
29925
29926Response from many MI commands includes an information about stack
29927frame. This information is a tuple that may have the following
29928fields:
29929
29930@table @code
29931@item level
29932The level of the stack frame. The innermost frame has the level of
29933zero. This field is always present.
29934
29935@item func
29936The name of the function corresponding to the frame. This field may
29937be absent if @value{GDBN} is unable to determine the function name.
29938
29939@item addr
29940The code address for the frame. This field is always present.
29941
aa7ca1bb
AH
29942@item addr_flags
29943Optional field containing any flags related to the address. These flags are
29944architecture-dependent; see @ref{Architectures} for their meaning for a
29945particular CPU.
29946
c3b108f7
VP
29947@item file
29948The name of the source files that correspond to the frame's code
29949address. This field may be absent.
29950
29951@item line
29952The source line corresponding to the frames' code address. This field
29953may be absent.
29954
29955@item from
29956The name of the binary file (either executable or shared library) the
29957corresponds to the frame's code address. This field may be absent.
29958
29959@end table
82f68b1c 29960
dc146f7c
VP
29961@node GDB/MI Thread Information
29962@subsection @sc{gdb/mi} Thread Information
29963
29964Whenever @value{GDBN} has to report an information about a thread, it
ebe553db
SM
29965uses a tuple with the following fields. The fields are always present unless
29966stated otherwise.
dc146f7c
VP
29967
29968@table @code
29969@item id
ebe553db 29970The global numeric id assigned to the thread by @value{GDBN}.
dc146f7c
VP
29971
29972@item target-id
ebe553db 29973The target-specific string identifying the thread.
dc146f7c
VP
29974
29975@item details
29976Additional information about the thread provided by the target.
29977It is supposed to be human-readable and not interpreted by the
29978frontend. This field is optional.
29979
ebe553db
SM
29980@item name
29981The name of the thread. If the user specified a name using the
29982@code{thread name} command, then this name is given. Otherwise, if
29983@value{GDBN} can extract the thread name from the target, then that
29984name is given. If @value{GDBN} cannot find the thread name, then this
29985field is omitted.
29986
dc146f7c 29987@item state
ebe553db
SM
29988The execution state of the thread, either @samp{stopped} or @samp{running},
29989depending on whether the thread is presently running.
29990
29991@item frame
29992The stack frame currently executing in the thread. This field is only present
29993if the thread is stopped. Its format is documented in
29994@ref{GDB/MI Frame Information}.
dc146f7c
VP
29995
29996@item core
29997The value of this field is an integer number of the processor core the
29998thread was last seen on. This field is optional.
29999@end table
30000
956a9fb9
JB
30001@node GDB/MI Ada Exception Information
30002@subsection @sc{gdb/mi} Ada Exception Information
30003
30004Whenever a @code{*stopped} record is emitted because the program
30005stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
30006@value{GDBN} provides the name of the exception that was raised via
e547c119
JB
30007the @code{exception-name} field. Also, for exceptions that were raised
30008with an exception message, @value{GDBN} provides that message via
30009the @code{exception-message} field.
922fbb7b 30010
ef21caaf
NR
30011@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30012@node GDB/MI Simple Examples
30013@section Simple Examples of @sc{gdb/mi} Interaction
30014@cindex @sc{gdb/mi}, simple examples
30015
30016This subsection presents several simple examples of interaction using
30017the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
30018following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
30019the output received from @sc{gdb/mi}.
30020
d3e8051b 30021Note the line breaks shown in the examples are here only for
ef21caaf
NR
30022readability, they don't appear in the real output.
30023
79a6e687 30024@subheading Setting a Breakpoint
ef21caaf
NR
30025
30026Setting a breakpoint generates synchronous output which contains detailed
30027information of the breakpoint.
30028
30029@smallexample
30030-> -break-insert main
30031<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30032 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
30033 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
30034 times="0"@}
ef21caaf
NR
30035<- (gdb)
30036@end smallexample
30037
30038@subheading Program Execution
30039
30040Program execution generates asynchronous records and MI gives the
30041reason that execution stopped.
30042
30043@smallexample
30044-> -exec-run
30045<- ^running
30046<- (gdb)
a47ec5fe 30047<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
30048 frame=@{addr="0x08048564",func="main",
30049 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
6d52907e
JV
30050 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
30051 arch="i386:x86_64"@}
ef21caaf
NR
30052<- (gdb)
30053-> -exec-continue
30054<- ^running
30055<- (gdb)
30056<- *stopped,reason="exited-normally"
30057<- (gdb)
30058@end smallexample
30059
3f94c067 30060@subheading Quitting @value{GDBN}
ef21caaf 30061
3f94c067 30062Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
30063
30064@smallexample
30065-> (gdb)
30066<- -gdb-exit
30067<- ^exit
30068@end smallexample
30069
a6b29f87
VP
30070Please note that @samp{^exit} is printed immediately, but it might
30071take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
30072performs necessary cleanups, including killing programs being debugged
30073or disconnecting from debug hardware, so the frontend should wait till
30074@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
30075fails to exit in reasonable time.
30076
a2c02241 30077@subheading A Bad Command
ef21caaf
NR
30078
30079Here's what happens if you pass a non-existent command:
30080
30081@smallexample
30082-> -rubbish
30083<- ^error,msg="Undefined MI command: rubbish"
594fe323 30084<- (gdb)
ef21caaf
NR
30085@end smallexample
30086
30087
922fbb7b
AC
30088@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30089@node GDB/MI Command Description Format
30090@section @sc{gdb/mi} Command Description Format
30091
30092The remaining sections describe blocks of commands. Each block of
30093commands is laid out in a fashion similar to this section.
30094
922fbb7b
AC
30095@subheading Motivation
30096
30097The motivation for this collection of commands.
30098
30099@subheading Introduction
30100
30101A brief introduction to this collection of commands as a whole.
30102
30103@subheading Commands
30104
30105For each command in the block, the following is described:
30106
30107@subsubheading Synopsis
30108
30109@smallexample
30110 -command @var{args}@dots{}
30111@end smallexample
30112
922fbb7b
AC
30113@subsubheading Result
30114
265eeb58 30115@subsubheading @value{GDBN} Command
922fbb7b 30116
265eeb58 30117The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
30118
30119@subsubheading Example
30120
ef21caaf
NR
30121Example(s) formatted for readability. Some of the described commands have
30122not been implemented yet and these are labeled N.A.@: (not available).
30123
30124
922fbb7b 30125@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
30126@node GDB/MI Breakpoint Commands
30127@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
30128
30129@cindex breakpoint commands for @sc{gdb/mi}
30130@cindex @sc{gdb/mi}, breakpoint commands
30131This section documents @sc{gdb/mi} commands for manipulating
30132breakpoints.
30133
30134@subheading The @code{-break-after} Command
30135@findex -break-after
30136
30137@subsubheading Synopsis
30138
30139@smallexample
30140 -break-after @var{number} @var{count}
30141@end smallexample
30142
30143The breakpoint number @var{number} is not in effect until it has been
30144hit @var{count} times. To see how this is reflected in the output of
30145the @samp{-break-list} command, see the description of the
30146@samp{-break-list} command below.
30147
30148@subsubheading @value{GDBN} Command
30149
30150The corresponding @value{GDBN} command is @samp{ignore}.
30151
30152@subsubheading Example
30153
30154@smallexample
594fe323 30155(gdb)
922fbb7b 30156-break-insert main
a47ec5fe
AR
30157^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30158enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
30159fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30160times="0"@}
594fe323 30161(gdb)
922fbb7b
AC
30162-break-after 1 3
30163~
30164^done
594fe323 30165(gdb)
922fbb7b
AC
30166-break-list
30167^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30168hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30169@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30170@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30171@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30172@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30173@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30174body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 30175addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30176line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 30177(gdb)
922fbb7b
AC
30178@end smallexample
30179
30180@ignore
30181@subheading The @code{-break-catch} Command
30182@findex -break-catch
48cb2d85 30183@end ignore
922fbb7b
AC
30184
30185@subheading The @code{-break-commands} Command
30186@findex -break-commands
922fbb7b 30187
48cb2d85
VP
30188@subsubheading Synopsis
30189
30190@smallexample
30191 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
30192@end smallexample
30193
30194Specifies the CLI commands that should be executed when breakpoint
30195@var{number} is hit. The parameters @var{command1} to @var{commandN}
30196are the commands. If no command is specified, any previously-set
30197commands are cleared. @xref{Break Commands}. Typical use of this
30198functionality is tracing a program, that is, printing of values of
30199some variables whenever breakpoint is hit and then continuing.
30200
30201@subsubheading @value{GDBN} Command
30202
30203The corresponding @value{GDBN} command is @samp{commands}.
30204
30205@subsubheading Example
30206
30207@smallexample
30208(gdb)
30209-break-insert main
30210^done,bkpt=@{number="1",type="breakpoint",disp="keep",
30211enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
30212fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
30213times="0"@}
48cb2d85
VP
30214(gdb)
30215-break-commands 1 "print v" "continue"
30216^done
30217(gdb)
30218@end smallexample
922fbb7b
AC
30219
30220@subheading The @code{-break-condition} Command
30221@findex -break-condition
30222
30223@subsubheading Synopsis
30224
30225@smallexample
30226 -break-condition @var{number} @var{expr}
30227@end smallexample
30228
30229Breakpoint @var{number} will stop the program only if the condition in
30230@var{expr} is true. The condition becomes part of the
30231@samp{-break-list} output (see the description of the @samp{-break-list}
30232command below).
30233
30234@subsubheading @value{GDBN} Command
30235
30236The corresponding @value{GDBN} command is @samp{condition}.
30237
30238@subsubheading Example
30239
30240@smallexample
594fe323 30241(gdb)
922fbb7b
AC
30242-break-condition 1 1
30243^done
594fe323 30244(gdb)
922fbb7b
AC
30245-break-list
30246^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30247hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30248@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30249@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30250@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30251@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30252@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30253body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 30254addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30255line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 30256(gdb)
922fbb7b
AC
30257@end smallexample
30258
30259@subheading The @code{-break-delete} Command
30260@findex -break-delete
30261
30262@subsubheading Synopsis
30263
30264@smallexample
30265 -break-delete ( @var{breakpoint} )+
30266@end smallexample
30267
30268Delete the breakpoint(s) whose number(s) are specified in the argument
30269list. This is obviously reflected in the breakpoint list.
30270
79a6e687 30271@subsubheading @value{GDBN} Command
922fbb7b
AC
30272
30273The corresponding @value{GDBN} command is @samp{delete}.
30274
30275@subsubheading Example
30276
30277@smallexample
594fe323 30278(gdb)
922fbb7b
AC
30279-break-delete 1
30280^done
594fe323 30281(gdb)
922fbb7b
AC
30282-break-list
30283^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30284hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30285@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30286@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30287@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30288@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30289@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30290body=[]@}
594fe323 30291(gdb)
922fbb7b
AC
30292@end smallexample
30293
30294@subheading The @code{-break-disable} Command
30295@findex -break-disable
30296
30297@subsubheading Synopsis
30298
30299@smallexample
30300 -break-disable ( @var{breakpoint} )+
30301@end smallexample
30302
30303Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
30304break list is now set to @samp{n} for the named @var{breakpoint}(s).
30305
30306@subsubheading @value{GDBN} Command
30307
30308The corresponding @value{GDBN} command is @samp{disable}.
30309
30310@subsubheading Example
30311
30312@smallexample
594fe323 30313(gdb)
922fbb7b
AC
30314-break-disable 2
30315^done
594fe323 30316(gdb)
922fbb7b
AC
30317-break-list
30318^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30319hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30320@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30321@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30322@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30323@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30324@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30325body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102 30326addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30327line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 30328(gdb)
922fbb7b
AC
30329@end smallexample
30330
30331@subheading The @code{-break-enable} Command
30332@findex -break-enable
30333
30334@subsubheading Synopsis
30335
30336@smallexample
30337 -break-enable ( @var{breakpoint} )+
30338@end smallexample
30339
30340Enable (previously disabled) @var{breakpoint}(s).
30341
30342@subsubheading @value{GDBN} Command
30343
30344The corresponding @value{GDBN} command is @samp{enable}.
30345
30346@subsubheading Example
30347
30348@smallexample
594fe323 30349(gdb)
922fbb7b
AC
30350-break-enable 2
30351^done
594fe323 30352(gdb)
922fbb7b
AC
30353-break-list
30354^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30355hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30356@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30357@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30358@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30359@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30360@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30361body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 30362addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30363line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 30364(gdb)
922fbb7b
AC
30365@end smallexample
30366
30367@subheading The @code{-break-info} Command
30368@findex -break-info
30369
30370@subsubheading Synopsis
30371
30372@smallexample
30373 -break-info @var{breakpoint}
30374@end smallexample
30375
30376@c REDUNDANT???
30377Get information about a single breakpoint.
30378
54516a0b
TT
30379The result is a table of breakpoints. @xref{GDB/MI Breakpoint
30380Information}, for details on the format of each breakpoint in the
30381table.
30382
79a6e687 30383@subsubheading @value{GDBN} Command
922fbb7b
AC
30384
30385The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
30386
30387@subsubheading Example
30388N.A.
30389
30390@subheading The @code{-break-insert} Command
30391@findex -break-insert
629500fa 30392@anchor{-break-insert}
922fbb7b
AC
30393
30394@subsubheading Synopsis
30395
30396@smallexample
6791b117 30397 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ] [ --qualified ]
922fbb7b 30398 [ -c @var{condition} ] [ -i @var{ignore-count} ]
472a2379 30399 [ -p @var{thread-id} ] [ @var{location} ]
922fbb7b
AC
30400@end smallexample
30401
30402@noindent
afe8ab22 30403If specified, @var{location}, can be one of:
922fbb7b 30404
629500fa
KS
30405@table @var
30406@item linespec location
30407A linespec location. @xref{Linespec Locations}.
30408
30409@item explicit location
30410An explicit location. @sc{gdb/mi} explicit locations are
30411analogous to the CLI's explicit locations using the option names
30412listed below. @xref{Explicit Locations}.
30413
30414@table @samp
30415@item --source @var{filename}
30416The source file name of the location. This option requires the use
30417of either @samp{--function} or @samp{--line}.
30418
30419@item --function @var{function}
30420The name of a function or method.
922fbb7b 30421
629500fa
KS
30422@item --label @var{label}
30423The name of a label.
30424
30425@item --line @var{lineoffset}
30426An absolute or relative line offset from the start of the location.
30427@end table
30428
30429@item address location
30430An address location, *@var{address}. @xref{Address Locations}.
30431@end table
30432
30433@noindent
922fbb7b
AC
30434The possible optional parameters of this command are:
30435
30436@table @samp
30437@item -t
948d5102 30438Insert a temporary breakpoint.
922fbb7b
AC
30439@item -h
30440Insert a hardware breakpoint.
afe8ab22
VP
30441@item -f
30442If @var{location} cannot be parsed (for example if it
30443refers to unknown files or functions), create a pending
30444breakpoint. Without this flag, @value{GDBN} will report
30445an error, and won't create a breakpoint, if @var{location}
30446cannot be parsed.
41447f92
VP
30447@item -d
30448Create a disabled breakpoint.
18148017
VP
30449@item -a
30450Create a tracepoint. @xref{Tracepoints}. When this parameter
30451is used together with @samp{-h}, a fast tracepoint is created.
472a2379
KS
30452@item -c @var{condition}
30453Make the breakpoint conditional on @var{condition}.
30454@item -i @var{ignore-count}
30455Initialize the @var{ignore-count}.
30456@item -p @var{thread-id}
5d5658a1
PA
30457Restrict the breakpoint to the thread with the specified global
30458@var{thread-id}.
6791b117
PA
30459@item --qualified
30460This option makes @value{GDBN} interpret a function name specified as
30461a complete fully-qualified name.
922fbb7b
AC
30462@end table
30463
30464@subsubheading Result
30465
54516a0b
TT
30466@xref{GDB/MI Breakpoint Information}, for details on the format of the
30467resulting breakpoint.
922fbb7b
AC
30468
30469Note: this format is open to change.
30470@c An out-of-band breakpoint instead of part of the result?
30471
30472@subsubheading @value{GDBN} Command
30473
30474The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
496ee73e 30475@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
922fbb7b
AC
30476
30477@subsubheading Example
30478
30479@smallexample
594fe323 30480(gdb)
922fbb7b 30481-break-insert main
948d5102 30482^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
998580f1
MK
30483fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
30484times="0"@}
594fe323 30485(gdb)
922fbb7b 30486-break-insert -t foo
948d5102 30487^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
998580f1
MK
30488fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
30489times="0"@}
594fe323 30490(gdb)
922fbb7b
AC
30491-break-list
30492^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30493hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30494@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30495@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30496@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30497@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30498@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30499body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 30500addr="0x0001072c", func="main",file="recursive2.c",
998580f1
MK
30501fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
30502times="0"@},
922fbb7b 30503bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102 30504addr="0x00010774",func="foo",file="recursive2.c",
998580f1
MK
30505fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30506times="0"@}]@}
594fe323 30507(gdb)
496ee73e
KS
30508@c -break-insert -r foo.*
30509@c ~int foo(int, int);
30510@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
998580f1
MK
30511@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30512@c times="0"@}
496ee73e 30513@c (gdb)
922fbb7b
AC
30514@end smallexample
30515
c5867ab6
HZ
30516@subheading The @code{-dprintf-insert} Command
30517@findex -dprintf-insert
30518
30519@subsubheading Synopsis
30520
30521@smallexample
6791b117 30522 -dprintf-insert [ -t ] [ -f ] [ -d ] [ --qualified ]
c5867ab6
HZ
30523 [ -c @var{condition} ] [ -i @var{ignore-count} ]
30524 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
30525 [ @var{argument} ]
30526@end smallexample
30527
30528@noindent
6791b117
PA
30529If supplied, @var{location} and @code{--qualified} may be specified
30530the same way as for the @code{-break-insert} command.
30531@xref{-break-insert}.
c5867ab6
HZ
30532
30533The possible optional parameters of this command are:
30534
30535@table @samp
30536@item -t
30537Insert a temporary breakpoint.
30538@item -f
30539If @var{location} cannot be parsed (for example, if it
30540refers to unknown files or functions), create a pending
30541breakpoint. Without this flag, @value{GDBN} will report
30542an error, and won't create a breakpoint, if @var{location}
30543cannot be parsed.
30544@item -d
30545Create a disabled breakpoint.
30546@item -c @var{condition}
30547Make the breakpoint conditional on @var{condition}.
30548@item -i @var{ignore-count}
30549Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
30550to @var{ignore-count}.
30551@item -p @var{thread-id}
5d5658a1
PA
30552Restrict the breakpoint to the thread with the specified global
30553@var{thread-id}.
c5867ab6
HZ
30554@end table
30555
30556@subsubheading Result
30557
30558@xref{GDB/MI Breakpoint Information}, for details on the format of the
30559resulting breakpoint.
30560
30561@c An out-of-band breakpoint instead of part of the result?
30562
30563@subsubheading @value{GDBN} Command
30564
30565The corresponding @value{GDBN} command is @samp{dprintf}.
30566
30567@subsubheading Example
30568
30569@smallexample
30570(gdb)
305714-dprintf-insert foo "At foo entry\n"
305724^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
30573addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
30574fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
30575times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
30576original-location="foo"@}
30577(gdb)
305785-dprintf-insert 26 "arg=%d, g=%d\n" arg g
305795^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
30580addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
30581fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
30582times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
30583original-location="mi-dprintf.c:26"@}
30584(gdb)
30585@end smallexample
30586
922fbb7b
AC
30587@subheading The @code{-break-list} Command
30588@findex -break-list
30589
30590@subsubheading Synopsis
30591
30592@smallexample
30593 -break-list
30594@end smallexample
30595
30596Displays the list of inserted breakpoints, showing the following fields:
30597
30598@table @samp
30599@item Number
30600number of the breakpoint
30601@item Type
30602type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
30603@item Disposition
30604should the breakpoint be deleted or disabled when it is hit: @samp{keep}
30605or @samp{nokeep}
30606@item Enabled
30607is the breakpoint enabled or no: @samp{y} or @samp{n}
30608@item Address
30609memory location at which the breakpoint is set
30610@item What
30611logical location of the breakpoint, expressed by function name, file
30612name, line number
998580f1
MK
30613@item Thread-groups
30614list of thread groups to which this breakpoint applies
922fbb7b
AC
30615@item Times
30616number of times the breakpoint has been hit
30617@end table
30618
30619If there are no breakpoints or watchpoints, the @code{BreakpointTable}
30620@code{body} field is an empty list.
30621
30622@subsubheading @value{GDBN} Command
30623
30624The corresponding @value{GDBN} command is @samp{info break}.
30625
30626@subsubheading Example
30627
30628@smallexample
594fe323 30629(gdb)
922fbb7b
AC
30630-break-list
30631^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30632hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30633@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30634@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30635@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30636@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30637@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30638body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
998580f1
MK
30639addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
30640times="0"@},
922fbb7b 30641bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 30642addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30643line="13",thread-groups=["i1"],times="0"@}]@}
594fe323 30644(gdb)
922fbb7b
AC
30645@end smallexample
30646
30647Here's an example of the result when there are no breakpoints:
30648
30649@smallexample
594fe323 30650(gdb)
922fbb7b
AC
30651-break-list
30652^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30653hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30654@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30655@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30656@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30657@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30658@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30659body=[]@}
594fe323 30660(gdb)
922fbb7b
AC
30661@end smallexample
30662
18148017
VP
30663@subheading The @code{-break-passcount} Command
30664@findex -break-passcount
30665
30666@subsubheading Synopsis
30667
30668@smallexample
30669 -break-passcount @var{tracepoint-number} @var{passcount}
30670@end smallexample
30671
30672Set the passcount for tracepoint @var{tracepoint-number} to
30673@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
30674is not a tracepoint, error is emitted. This corresponds to CLI
30675command @samp{passcount}.
30676
922fbb7b
AC
30677@subheading The @code{-break-watch} Command
30678@findex -break-watch
30679
30680@subsubheading Synopsis
30681
30682@smallexample
30683 -break-watch [ -a | -r ]
30684@end smallexample
30685
30686Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 30687@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 30688read from or on a write to the memory location. With the @samp{-r}
d3e8051b 30689option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
30690trigger only when the memory location is accessed for reading. Without
30691either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 30692i.e., it will trigger when the memory location is accessed for writing.
79a6e687 30693@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
30694
30695Note that @samp{-break-list} will report a single list of watchpoints and
30696breakpoints inserted.
30697
30698@subsubheading @value{GDBN} Command
30699
30700The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
30701@samp{rwatch}.
30702
30703@subsubheading Example
30704
30705Setting a watchpoint on a variable in the @code{main} function:
30706
30707@smallexample
594fe323 30708(gdb)
922fbb7b
AC
30709-break-watch x
30710^done,wpt=@{number="2",exp="x"@}
594fe323 30711(gdb)
922fbb7b
AC
30712-exec-continue
30713^running
0869d01b
NR
30714(gdb)
30715*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 30716value=@{old="-268439212",new="55"@},
76ff342d 30717frame=@{func="main",args=[],file="recursive2.c",
6d52907e 30718fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
594fe323 30719(gdb)
922fbb7b
AC
30720@end smallexample
30721
30722Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
30723the program execution twice: first for the variable changing value, then
30724for the watchpoint going out of scope.
30725
30726@smallexample
594fe323 30727(gdb)
922fbb7b
AC
30728-break-watch C
30729^done,wpt=@{number="5",exp="C"@}
594fe323 30730(gdb)
922fbb7b
AC
30731-exec-continue
30732^running
0869d01b
NR
30733(gdb)
30734*stopped,reason="watchpoint-trigger",
922fbb7b
AC
30735wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
30736frame=@{func="callee4",args=[],
76ff342d 30737file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30738fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30739arch="i386:x86_64"@}
594fe323 30740(gdb)
922fbb7b
AC
30741-exec-continue
30742^running
0869d01b
NR
30743(gdb)
30744*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
30745frame=@{func="callee3",args=[@{name="strarg",
30746value="0x11940 \"A string argument.\""@}],
76ff342d 30747file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30748fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30749arch="i386:x86_64"@}
594fe323 30750(gdb)
922fbb7b
AC
30751@end smallexample
30752
30753Listing breakpoints and watchpoints, at different points in the program
30754execution. Note that once the watchpoint goes out of scope, it is
30755deleted.
30756
30757@smallexample
594fe323 30758(gdb)
922fbb7b
AC
30759-break-watch C
30760^done,wpt=@{number="2",exp="C"@}
594fe323 30761(gdb)
922fbb7b
AC
30762-break-list
30763^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30764hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30765@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30766@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30767@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30768@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30769@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30770body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30771addr="0x00010734",func="callee4",
948d5102 30772file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
30773fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
30774times="1"@},
922fbb7b 30775bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 30776enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
594fe323 30777(gdb)
922fbb7b
AC
30778-exec-continue
30779^running
0869d01b
NR
30780(gdb)
30781*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
30782value=@{old="-276895068",new="3"@},
30783frame=@{func="callee4",args=[],
76ff342d 30784file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30785fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30786arch="i386:x86_64"@}
594fe323 30787(gdb)
922fbb7b
AC
30788-break-list
30789^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30790hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30791@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30792@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30793@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30794@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30795@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30796body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30797addr="0x00010734",func="callee4",
948d5102 30798file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
30799fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
30800times="1"@},
922fbb7b 30801bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 30802enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
594fe323 30803(gdb)
922fbb7b
AC
30804-exec-continue
30805^running
30806^done,reason="watchpoint-scope",wpnum="2",
30807frame=@{func="callee3",args=[@{name="strarg",
30808value="0x11940 \"A string argument.\""@}],
76ff342d 30809file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30810fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30811arch="i386:x86_64"@}
594fe323 30812(gdb)
922fbb7b
AC
30813-break-list
30814^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30815hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30816@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30817@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30818@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30819@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30820@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30821body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30822addr="0x00010734",func="callee4",
948d5102
NR
30823file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30824fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
998580f1 30825thread-groups=["i1"],times="1"@}]@}
594fe323 30826(gdb)
922fbb7b
AC
30827@end smallexample
30828
3fa7bf06
MG
30829
30830@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30831@node GDB/MI Catchpoint Commands
30832@section @sc{gdb/mi} Catchpoint Commands
30833
30834This section documents @sc{gdb/mi} commands for manipulating
30835catchpoints.
30836
40555925
JB
30837@menu
30838* Shared Library GDB/MI Catchpoint Commands::
30839* Ada Exception GDB/MI Catchpoint Commands::
30056ea0 30840* C++ Exception GDB/MI Catchpoint Commands::
40555925
JB
30841@end menu
30842
30843@node Shared Library GDB/MI Catchpoint Commands
30844@subsection Shared Library @sc{gdb/mi} Catchpoints
30845
3fa7bf06
MG
30846@subheading The @code{-catch-load} Command
30847@findex -catch-load
30848
30849@subsubheading Synopsis
30850
30851@smallexample
30852 -catch-load [ -t ] [ -d ] @var{regexp}
30853@end smallexample
30854
30855Add a catchpoint for library load events. If the @samp{-t} option is used,
30856the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30857Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
30858in a disabled state. The @samp{regexp} argument is a regular
30859expression used to match the name of the loaded library.
30860
30861
30862@subsubheading @value{GDBN} Command
30863
30864The corresponding @value{GDBN} command is @samp{catch load}.
30865
30866@subsubheading Example
30867
30868@smallexample
30869-catch-load -t foo.so
30870^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
8ac3646f 30871what="load of library matching foo.so",catch-type="load",times="0"@}
3fa7bf06
MG
30872(gdb)
30873@end smallexample
30874
30875
30876@subheading The @code{-catch-unload} Command
30877@findex -catch-unload
30878
30879@subsubheading Synopsis
30880
30881@smallexample
30882 -catch-unload [ -t ] [ -d ] @var{regexp}
30883@end smallexample
30884
30885Add a catchpoint for library unload events. If the @samp{-t} option is
30886used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30887Breakpoints}). If the @samp{-d} option is used, the catchpoint is
30888created in a disabled state. The @samp{regexp} argument is a regular
30889expression used to match the name of the unloaded library.
30890
30891@subsubheading @value{GDBN} Command
30892
30893The corresponding @value{GDBN} command is @samp{catch unload}.
30894
30895@subsubheading Example
30896
30897@smallexample
30898-catch-unload -d bar.so
30899^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
8ac3646f 30900what="load of library matching bar.so",catch-type="unload",times="0"@}
3fa7bf06
MG
30901(gdb)
30902@end smallexample
30903
40555925
JB
30904@node Ada Exception GDB/MI Catchpoint Commands
30905@subsection Ada Exception @sc{gdb/mi} Catchpoints
30906
30907The following @sc{gdb/mi} commands can be used to create catchpoints
30908that stop the execution when Ada exceptions are being raised.
30909
30910@subheading The @code{-catch-assert} Command
30911@findex -catch-assert
30912
30913@subsubheading Synopsis
30914
30915@smallexample
30916 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
30917@end smallexample
30918
30919Add a catchpoint for failed Ada assertions.
30920
30921The possible optional parameters for this command are:
30922
30923@table @samp
30924@item -c @var{condition}
30925Make the catchpoint conditional on @var{condition}.
30926@item -d
30927Create a disabled catchpoint.
30928@item -t
30929Create a temporary catchpoint.
30930@end table
30931
30932@subsubheading @value{GDBN} Command
30933
30934The corresponding @value{GDBN} command is @samp{catch assert}.
30935
30936@subsubheading Example
30937
30938@smallexample
30939-catch-assert
30940^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
30941enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
30942thread-groups=["i1"],times="0",
30943original-location="__gnat_debug_raise_assert_failure"@}
30944(gdb)
30945@end smallexample
30946
30947@subheading The @code{-catch-exception} Command
30948@findex -catch-exception
30949
30950@subsubheading Synopsis
30951
30952@smallexample
30953 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
30954 [ -t ] [ -u ]
30955@end smallexample
30956
30957Add a catchpoint stopping when Ada exceptions are raised.
30958By default, the command stops the program when any Ada exception
30959gets raised. But it is also possible, by using some of the
30960optional parameters described below, to create more selective
30961catchpoints.
30962
30963The possible optional parameters for this command are:
30964
30965@table @samp
30966@item -c @var{condition}
30967Make the catchpoint conditional on @var{condition}.
30968@item -d
30969Create a disabled catchpoint.
30970@item -e @var{exception-name}
30971Only stop when @var{exception-name} is raised. This option cannot
30972be used combined with @samp{-u}.
30973@item -t
30974Create a temporary catchpoint.
30975@item -u
30976Stop only when an unhandled exception gets raised. This option
30977cannot be used combined with @samp{-e}.
30978@end table
30979
30980@subsubheading @value{GDBN} Command
30981
30982The corresponding @value{GDBN} commands are @samp{catch exception}
30983and @samp{catch exception unhandled}.
30984
30985@subsubheading Example
30986
30987@smallexample
30988-catch-exception -e Program_Error
30989^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
30990enabled="y",addr="0x0000000000404874",
30991what="`Program_Error' Ada exception", thread-groups=["i1"],
30992times="0",original-location="__gnat_debug_raise_exception"@}
30993(gdb)
30994@end smallexample
3fa7bf06 30995
bea298f9
XR
30996@subheading The @code{-catch-handlers} Command
30997@findex -catch-handlers
30998
30999@subsubheading Synopsis
31000
31001@smallexample
31002 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
31003 [ -t ]
31004@end smallexample
31005
31006Add a catchpoint stopping when Ada exceptions are handled.
31007By default, the command stops the program when any Ada exception
31008gets handled. But it is also possible, by using some of the
31009optional parameters described below, to create more selective
31010catchpoints.
31011
31012The possible optional parameters for this command are:
31013
31014@table @samp
31015@item -c @var{condition}
31016Make the catchpoint conditional on @var{condition}.
31017@item -d
31018Create a disabled catchpoint.
31019@item -e @var{exception-name}
31020Only stop when @var{exception-name} is handled.
31021@item -t
31022Create a temporary catchpoint.
31023@end table
31024
31025@subsubheading @value{GDBN} Command
31026
31027The corresponding @value{GDBN} command is @samp{catch handlers}.
31028
31029@subsubheading Example
31030
31031@smallexample
31032-catch-handlers -e Constraint_Error
31033^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
31034enabled="y",addr="0x0000000000402f68",
31035what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
31036times="0",original-location="__gnat_begin_handler"@}
31037(gdb)
31038@end smallexample
31039
30056ea0
AB
31040@node C++ Exception GDB/MI Catchpoint Commands
31041@subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
31042
31043The following @sc{gdb/mi} commands can be used to create catchpoints
31044that stop the execution when C@t{++} exceptions are being throw, rethrown,
31045or caught.
31046
31047@subheading The @code{-catch-throw} Command
31048@findex -catch-throw
31049
31050@subsubheading Synopsis
31051
31052@smallexample
31053 -catch-throw [ -t ] [ -r @var{regexp}]
31054@end smallexample
31055
31056Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
31057given, then only exceptions whose type matches the regular expression
31058will be caught.
31059
31060If @samp{-t} is given, then the catchpoint is enabled only for one
31061stop, the catchpoint is automatically deleted after stopping once for
31062the event.
31063
31064@subsubheading @value{GDBN} Command
31065
31066The corresponding @value{GDBN} commands are @samp{catch throw}
31067and @samp{tcatch throw} (@pxref{Set Catchpoints}).
31068
31069@subsubheading Example
31070
31071@smallexample
31072-catch-throw -r exception_type
cb1e4e32
PA
31073^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31074 what="exception throw",catch-type="throw",
31075 thread-groups=["i1"],
30056ea0
AB
31076 regexp="exception_type",times="0"@}
31077(gdb)
31078-exec-run
31079^running
31080(gdb)
31081~"\n"
31082~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
31083 in __cxa_throw () from /lib64/libstdc++.so.6\n"
31084*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31085 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
31086 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31087 thread-id="1",stopped-threads="all",core="6"
31088(gdb)
31089@end smallexample
31090
31091@subheading The @code{-catch-rethrow} Command
31092@findex -catch-rethrow
31093
31094@subsubheading Synopsis
31095
31096@smallexample
31097 -catch-rethrow [ -t ] [ -r @var{regexp}]
31098@end smallexample
31099
31100Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
31101then only exceptions whose type matches the regular expression will be
31102caught.
31103
31104If @samp{-t} is given, then the catchpoint is enabled only for one
31105stop, the catchpoint is automatically deleted after the first event is
31106caught.
31107
31108@subsubheading @value{GDBN} Command
31109
31110The corresponding @value{GDBN} commands are @samp{catch rethrow}
31111and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
31112
31113@subsubheading Example
31114
31115@smallexample
31116-catch-rethrow -r exception_type
cb1e4e32
PA
31117^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31118 what="exception rethrow",catch-type="rethrow",
31119 thread-groups=["i1"],
30056ea0
AB
31120 regexp="exception_type",times="0"@}
31121(gdb)
31122-exec-run
31123^running
31124(gdb)
31125~"\n"
31126~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
31127 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
31128*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31129 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
31130 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31131 thread-id="1",stopped-threads="all",core="6"
31132(gdb)
31133@end smallexample
31134
31135@subheading The @code{-catch-catch} Command
31136@findex -catch-catch
31137
31138@subsubheading Synopsis
31139
31140@smallexample
31141 -catch-catch [ -t ] [ -r @var{regexp}]
31142@end smallexample
31143
31144Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
31145is given, then only exceptions whose type matches the regular
31146expression will be caught.
31147
31148If @samp{-t} is given, then the catchpoint is enabled only for one
31149stop, the catchpoint is automatically deleted after the first event is
31150caught.
31151
31152@subsubheading @value{GDBN} Command
31153
31154The corresponding @value{GDBN} commands are @samp{catch catch}
31155and @samp{tcatch catch} (@pxref{Set Catchpoints}).
31156
31157@subsubheading Example
31158
31159@smallexample
31160-catch-catch -r exception_type
cb1e4e32
PA
31161^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
31162 what="exception catch",catch-type="catch",
31163 thread-groups=["i1"],
30056ea0
AB
31164 regexp="exception_type",times="0"@}
31165(gdb)
31166-exec-run
31167^running
31168(gdb)
31169~"\n"
31170~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
31171 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
31172*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
31173 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
31174 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
31175 thread-id="1",stopped-threads="all",core="6"
31176(gdb)
31177@end smallexample
31178
922fbb7b 31179@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
31180@node GDB/MI Program Context
31181@section @sc{gdb/mi} Program Context
922fbb7b 31182
a2c02241
NR
31183@subheading The @code{-exec-arguments} Command
31184@findex -exec-arguments
922fbb7b 31185
922fbb7b
AC
31186
31187@subsubheading Synopsis
31188
31189@smallexample
a2c02241 31190 -exec-arguments @var{args}
922fbb7b
AC
31191@end smallexample
31192
a2c02241
NR
31193Set the inferior program arguments, to be used in the next
31194@samp{-exec-run}.
922fbb7b 31195
a2c02241 31196@subsubheading @value{GDBN} Command
922fbb7b 31197
a2c02241 31198The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 31199
a2c02241 31200@subsubheading Example
922fbb7b 31201
fbc5282e
MK
31202@smallexample
31203(gdb)
31204-exec-arguments -v word
31205^done
31206(gdb)
31207@end smallexample
922fbb7b 31208
a2c02241 31209
9901a55b 31210@ignore
a2c02241
NR
31211@subheading The @code{-exec-show-arguments} Command
31212@findex -exec-show-arguments
31213
31214@subsubheading Synopsis
31215
31216@smallexample
31217 -exec-show-arguments
31218@end smallexample
31219
31220Print the arguments of the program.
922fbb7b
AC
31221
31222@subsubheading @value{GDBN} Command
31223
a2c02241 31224The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
31225
31226@subsubheading Example
a2c02241 31227N.A.
9901a55b 31228@end ignore
922fbb7b 31229
922fbb7b 31230
a2c02241
NR
31231@subheading The @code{-environment-cd} Command
31232@findex -environment-cd
922fbb7b 31233
a2c02241 31234@subsubheading Synopsis
922fbb7b
AC
31235
31236@smallexample
a2c02241 31237 -environment-cd @var{pathdir}
922fbb7b
AC
31238@end smallexample
31239
a2c02241 31240Set @value{GDBN}'s working directory.
922fbb7b 31241
a2c02241 31242@subsubheading @value{GDBN} Command
922fbb7b 31243
a2c02241
NR
31244The corresponding @value{GDBN} command is @samp{cd}.
31245
31246@subsubheading Example
922fbb7b
AC
31247
31248@smallexample
594fe323 31249(gdb)
a2c02241
NR
31250-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31251^done
594fe323 31252(gdb)
922fbb7b
AC
31253@end smallexample
31254
31255
a2c02241
NR
31256@subheading The @code{-environment-directory} Command
31257@findex -environment-directory
922fbb7b
AC
31258
31259@subsubheading Synopsis
31260
31261@smallexample
a2c02241 31262 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
31263@end smallexample
31264
a2c02241
NR
31265Add directories @var{pathdir} to beginning of search path for source files.
31266If the @samp{-r} option is used, the search path is reset to the default
31267search path. If directories @var{pathdir} are supplied in addition to the
31268@samp{-r} option, the search path is first reset and then addition
31269occurs as normal.
31270Multiple directories may be specified, separated by blanks. Specifying
31271multiple directories in a single command
31272results in the directories added to the beginning of the
31273search path in the same order they were presented in the command.
31274If blanks are needed as
31275part of a directory name, double-quotes should be used around
31276the name. In the command output, the path will show up separated
d3e8051b 31277by the system directory-separator character. The directory-separator
a2c02241
NR
31278character must not be used
31279in any directory name.
31280If no directories are specified, the current search path is displayed.
922fbb7b
AC
31281
31282@subsubheading @value{GDBN} Command
31283
a2c02241 31284The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
31285
31286@subsubheading Example
31287
922fbb7b 31288@smallexample
594fe323 31289(gdb)
a2c02241
NR
31290-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31291^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 31292(gdb)
a2c02241
NR
31293-environment-directory ""
31294^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 31295(gdb)
a2c02241
NR
31296-environment-directory -r /home/jjohnstn/src/gdb /usr/src
31297^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 31298(gdb)
a2c02241
NR
31299-environment-directory -r
31300^done,source-path="$cdir:$cwd"
594fe323 31301(gdb)
922fbb7b
AC
31302@end smallexample
31303
31304
a2c02241
NR
31305@subheading The @code{-environment-path} Command
31306@findex -environment-path
922fbb7b
AC
31307
31308@subsubheading Synopsis
31309
31310@smallexample
a2c02241 31311 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
31312@end smallexample
31313
a2c02241
NR
31314Add directories @var{pathdir} to beginning of search path for object files.
31315If the @samp{-r} option is used, the search path is reset to the original
31316search path that existed at gdb start-up. If directories @var{pathdir} are
31317supplied in addition to the
31318@samp{-r} option, the search path is first reset and then addition
31319occurs as normal.
31320Multiple directories may be specified, separated by blanks. Specifying
31321multiple directories in a single command
31322results in the directories added to the beginning of the
31323search path in the same order they were presented in the command.
31324If blanks are needed as
31325part of a directory name, double-quotes should be used around
31326the name. In the command output, the path will show up separated
d3e8051b 31327by the system directory-separator character. The directory-separator
a2c02241
NR
31328character must not be used
31329in any directory name.
31330If no directories are specified, the current path is displayed.
31331
922fbb7b
AC
31332
31333@subsubheading @value{GDBN} Command
31334
a2c02241 31335The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
31336
31337@subsubheading Example
31338
922fbb7b 31339@smallexample
594fe323 31340(gdb)
a2c02241
NR
31341-environment-path
31342^done,path="/usr/bin"
594fe323 31343(gdb)
a2c02241
NR
31344-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
31345^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 31346(gdb)
a2c02241
NR
31347-environment-path -r /usr/local/bin
31348^done,path="/usr/local/bin:/usr/bin"
594fe323 31349(gdb)
922fbb7b
AC
31350@end smallexample
31351
31352
a2c02241
NR
31353@subheading The @code{-environment-pwd} Command
31354@findex -environment-pwd
922fbb7b
AC
31355
31356@subsubheading Synopsis
31357
31358@smallexample
a2c02241 31359 -environment-pwd
922fbb7b
AC
31360@end smallexample
31361
a2c02241 31362Show the current working directory.
922fbb7b 31363
79a6e687 31364@subsubheading @value{GDBN} Command
922fbb7b 31365
a2c02241 31366The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
31367
31368@subsubheading Example
31369
922fbb7b 31370@smallexample
594fe323 31371(gdb)
a2c02241
NR
31372-environment-pwd
31373^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 31374(gdb)
922fbb7b
AC
31375@end smallexample
31376
a2c02241
NR
31377@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31378@node GDB/MI Thread Commands
31379@section @sc{gdb/mi} Thread Commands
31380
31381
31382@subheading The @code{-thread-info} Command
31383@findex -thread-info
922fbb7b
AC
31384
31385@subsubheading Synopsis
31386
31387@smallexample
8e8901c5 31388 -thread-info [ @var{thread-id} ]
922fbb7b
AC
31389@end smallexample
31390
5d5658a1
PA
31391Reports information about either a specific thread, if the
31392@var{thread-id} parameter is present, or about all threads.
31393@var{thread-id} is the thread's global thread ID. When printing
31394information about all threads, also reports the global ID of the
31395current thread.
8e8901c5 31396
79a6e687 31397@subsubheading @value{GDBN} Command
922fbb7b 31398
8e8901c5
VP
31399The @samp{info thread} command prints the same information
31400about all threads.
922fbb7b 31401
4694da01 31402@subsubheading Result
922fbb7b 31403
ebe553db 31404The result contains the following attributes:
4694da01
TT
31405
31406@table @samp
ebe553db
SM
31407@item threads
31408A list of threads. The format of the elements of the list is described in
31409@ref{GDB/MI Thread Information}.
31410
31411@item current-thread-id
31412The global id of the currently selected thread. This field is omitted if there
31413is no selected thread (for example, when the selected inferior is not running,
31414and therefore has no threads) or if a @var{thread-id} argument was passed to
31415the command.
4694da01
TT
31416
31417@end table
31418
31419@subsubheading Example
31420
31421@smallexample
31422-thread-info
31423^done,threads=[
31424@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
31425 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
31426 args=[]@},state="running"@},
31427@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
31428 frame=@{level="0",addr="0x0804891f",func="foo",
31429 args=[@{name="i",value="10"@}],
6d52907e 31430 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
4694da01
TT
31431 state="running"@}],
31432current-thread-id="1"
31433(gdb)
31434@end smallexample
31435
a2c02241
NR
31436@subheading The @code{-thread-list-ids} Command
31437@findex -thread-list-ids
922fbb7b 31438
a2c02241 31439@subsubheading Synopsis
922fbb7b 31440
a2c02241
NR
31441@smallexample
31442 -thread-list-ids
31443@end smallexample
922fbb7b 31444
5d5658a1
PA
31445Produces a list of the currently known global @value{GDBN} thread ids.
31446At the end of the list it also prints the total number of such
31447threads.
922fbb7b 31448
c3b108f7
VP
31449This command is retained for historical reasons, the
31450@code{-thread-info} command should be used instead.
31451
922fbb7b
AC
31452@subsubheading @value{GDBN} Command
31453
a2c02241 31454Part of @samp{info threads} supplies the same information.
922fbb7b
AC
31455
31456@subsubheading Example
31457
922fbb7b 31458@smallexample
594fe323 31459(gdb)
a2c02241
NR
31460-thread-list-ids
31461^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 31462current-thread-id="1",number-of-threads="3"
594fe323 31463(gdb)
922fbb7b
AC
31464@end smallexample
31465
a2c02241
NR
31466
31467@subheading The @code{-thread-select} Command
31468@findex -thread-select
922fbb7b
AC
31469
31470@subsubheading Synopsis
31471
31472@smallexample
5d5658a1 31473 -thread-select @var{thread-id}
922fbb7b
AC
31474@end smallexample
31475
5d5658a1
PA
31476Make thread with global thread number @var{thread-id} the current
31477thread. It prints the number of the new current thread, and the
31478topmost frame for that thread.
922fbb7b 31479
c3b108f7
VP
31480This command is deprecated in favor of explicitly using the
31481@samp{--thread} option to each command.
31482
922fbb7b
AC
31483@subsubheading @value{GDBN} Command
31484
a2c02241 31485The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
31486
31487@subsubheading Example
922fbb7b
AC
31488
31489@smallexample
594fe323 31490(gdb)
a2c02241
NR
31491-exec-next
31492^running
594fe323 31493(gdb)
a2c02241
NR
31494*stopped,reason="end-stepping-range",thread-id="2",line="187",
31495file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 31496(gdb)
a2c02241
NR
31497-thread-list-ids
31498^done,
31499thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31500number-of-threads="3"
594fe323 31501(gdb)
a2c02241
NR
31502-thread-select 3
31503^done,new-thread-id="3",
31504frame=@{level="0",func="vprintf",
31505args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
6d52907e 31506@{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
594fe323 31507(gdb)
922fbb7b
AC
31508@end smallexample
31509
5d77fe44
JB
31510@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31511@node GDB/MI Ada Tasking Commands
31512@section @sc{gdb/mi} Ada Tasking Commands
31513
31514@subheading The @code{-ada-task-info} Command
31515@findex -ada-task-info
31516
31517@subsubheading Synopsis
31518
31519@smallexample
31520 -ada-task-info [ @var{task-id} ]
31521@end smallexample
31522
31523Reports information about either a specific Ada task, if the
31524@var{task-id} parameter is present, or about all Ada tasks.
31525
31526@subsubheading @value{GDBN} Command
31527
31528The @samp{info tasks} command prints the same information
31529about all Ada tasks (@pxref{Ada Tasks}).
31530
31531@subsubheading Result
31532
31533The result is a table of Ada tasks. The following columns are
31534defined for each Ada task:
31535
31536@table @samp
31537@item current
31538This field exists only for the current thread. It has the value @samp{*}.
31539
31540@item id
31541The identifier that @value{GDBN} uses to refer to the Ada task.
31542
31543@item task-id
31544The identifier that the target uses to refer to the Ada task.
31545
31546@item thread-id
5d5658a1
PA
31547The global thread identifier of the thread corresponding to the Ada
31548task.
5d77fe44
JB
31549
31550This field should always exist, as Ada tasks are always implemented
31551on top of a thread. But if @value{GDBN} cannot find this corresponding
31552thread for any reason, the field is omitted.
31553
31554@item parent-id
31555This field exists only when the task was created by another task.
31556In this case, it provides the ID of the parent task.
31557
31558@item priority
31559The base priority of the task.
31560
31561@item state
31562The current state of the task. For a detailed description of the
31563possible states, see @ref{Ada Tasks}.
31564
31565@item name
31566The name of the task.
31567
31568@end table
31569
31570@subsubheading Example
31571
31572@smallexample
31573-ada-task-info
31574^done,tasks=@{nr_rows="3",nr_cols="8",
31575hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
31576@{width="3",alignment="1",col_name="id",colhdr="ID"@},
31577@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
31578@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
31579@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
31580@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
31581@{width="22",alignment="-1",col_name="state",colhdr="State"@},
31582@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
31583body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
31584state="Child Termination Wait",name="main_task"@}]@}
31585(gdb)
31586@end smallexample
31587
a2c02241
NR
31588@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31589@node GDB/MI Program Execution
31590@section @sc{gdb/mi} Program Execution
922fbb7b 31591
ef21caaf 31592These are the asynchronous commands which generate the out-of-band
3f94c067 31593record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
31594asynchronously with remote targets and this interaction is mimicked in
31595other cases.
922fbb7b 31596
922fbb7b
AC
31597@subheading The @code{-exec-continue} Command
31598@findex -exec-continue
31599
31600@subsubheading Synopsis
31601
31602@smallexample
540aa8e7 31603 -exec-continue [--reverse] [--all|--thread-group N]
922fbb7b
AC
31604@end smallexample
31605
540aa8e7
MS
31606Resumes the execution of the inferior program, which will continue
31607to execute until it reaches a debugger stop event. If the
31608@samp{--reverse} option is specified, execution resumes in reverse until
31609it reaches a stop event. Stop events may include
31610@itemize @bullet
31611@item
31612breakpoints or watchpoints
31613@item
31614signals or exceptions
31615@item
31616the end of the process (or its beginning under @samp{--reverse})
31617@item
31618the end or beginning of a replay log if one is being used.
31619@end itemize
31620In all-stop mode (@pxref{All-Stop
31621Mode}), may resume only one thread, or all threads, depending on the
31622value of the @samp{scheduler-locking} variable. If @samp{--all} is
a79b8f6e 31623specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
540aa8e7
MS
31624ignored in all-stop mode. If the @samp{--thread-group} options is
31625specified, then all threads in that thread group are resumed.
922fbb7b
AC
31626
31627@subsubheading @value{GDBN} Command
31628
31629The corresponding @value{GDBN} corresponding is @samp{continue}.
31630
31631@subsubheading Example
31632
31633@smallexample
31634-exec-continue
31635^running
594fe323 31636(gdb)
922fbb7b 31637@@Hello world
a47ec5fe
AR
31638*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
31639func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
6d52907e 31640line="13",arch="i386:x86_64"@}
594fe323 31641(gdb)
922fbb7b
AC
31642@end smallexample
31643
31644
31645@subheading The @code{-exec-finish} Command
31646@findex -exec-finish
31647
31648@subsubheading Synopsis
31649
31650@smallexample
540aa8e7 31651 -exec-finish [--reverse]
922fbb7b
AC
31652@end smallexample
31653
ef21caaf
NR
31654Resumes the execution of the inferior program until the current
31655function is exited. Displays the results returned by the function.
540aa8e7
MS
31656If the @samp{--reverse} option is specified, resumes the reverse
31657execution of the inferior program until the point where current
31658function was called.
922fbb7b
AC
31659
31660@subsubheading @value{GDBN} Command
31661
31662The corresponding @value{GDBN} command is @samp{finish}.
31663
31664@subsubheading Example
31665
31666Function returning @code{void}.
31667
31668@smallexample
31669-exec-finish
31670^running
594fe323 31671(gdb)
922fbb7b
AC
31672@@hello from foo
31673*stopped,reason="function-finished",frame=@{func="main",args=[],
6d52907e 31674file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
594fe323 31675(gdb)
922fbb7b
AC
31676@end smallexample
31677
31678Function returning other than @code{void}. The name of the internal
31679@value{GDBN} variable storing the result is printed, together with the
31680value itself.
31681
31682@smallexample
31683-exec-finish
31684^running
594fe323 31685(gdb)
922fbb7b
AC
31686*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
31687args=[@{name="a",value="1"],@{name="b",value="9"@}@},
6d52907e
JV
31688file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
31689arch="i386:x86_64"@},
922fbb7b 31690gdb-result-var="$1",return-value="0"
594fe323 31691(gdb)
922fbb7b
AC
31692@end smallexample
31693
31694
31695@subheading The @code{-exec-interrupt} Command
31696@findex -exec-interrupt
31697
31698@subsubheading Synopsis
31699
31700@smallexample
c3b108f7 31701 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
31702@end smallexample
31703
ef21caaf
NR
31704Interrupts the background execution of the target. Note how the token
31705associated with the stop message is the one for the execution command
31706that has been interrupted. The token for the interrupt itself only
31707appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
31708interrupt a non-running program, an error message will be printed.
31709
c3b108f7
VP
31710Note that when asynchronous execution is enabled, this command is
31711asynchronous just like other execution commands. That is, first the
31712@samp{^done} response will be printed, and the target stop will be
31713reported after that using the @samp{*stopped} notification.
31714
31715In non-stop mode, only the context thread is interrupted by default.
a79b8f6e
VP
31716All threads (in all inferiors) will be interrupted if the
31717@samp{--all} option is specified. If the @samp{--thread-group}
31718option is specified, all threads in that group will be interrupted.
c3b108f7 31719
922fbb7b
AC
31720@subsubheading @value{GDBN} Command
31721
31722The corresponding @value{GDBN} command is @samp{interrupt}.
31723
31724@subsubheading Example
31725
31726@smallexample
594fe323 31727(gdb)
922fbb7b
AC
31728111-exec-continue
31729111^running
31730
594fe323 31731(gdb)
922fbb7b
AC
31732222-exec-interrupt
31733222^done
594fe323 31734(gdb)
922fbb7b 31735111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 31736frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
6d52907e 31737fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
594fe323 31738(gdb)
922fbb7b 31739
594fe323 31740(gdb)
922fbb7b
AC
31741-exec-interrupt
31742^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 31743(gdb)
922fbb7b
AC
31744@end smallexample
31745
83eba9b7
VP
31746@subheading The @code{-exec-jump} Command
31747@findex -exec-jump
31748
31749@subsubheading Synopsis
31750
31751@smallexample
31752 -exec-jump @var{location}
31753@end smallexample
31754
31755Resumes execution of the inferior program at the location specified by
31756parameter. @xref{Specify Location}, for a description of the
31757different forms of @var{location}.
31758
31759@subsubheading @value{GDBN} Command
31760
31761The corresponding @value{GDBN} command is @samp{jump}.
31762
31763@subsubheading Example
31764
31765@smallexample
31766-exec-jump foo.c:10
31767*running,thread-id="all"
31768^running
31769@end smallexample
31770
922fbb7b
AC
31771
31772@subheading The @code{-exec-next} Command
31773@findex -exec-next
31774
31775@subsubheading Synopsis
31776
31777@smallexample
540aa8e7 31778 -exec-next [--reverse]
922fbb7b
AC
31779@end smallexample
31780
ef21caaf
NR
31781Resumes execution of the inferior program, stopping when the beginning
31782of the next source line is reached.
922fbb7b 31783
540aa8e7
MS
31784If the @samp{--reverse} option is specified, resumes reverse execution
31785of the inferior program, stopping at the beginning of the previous
31786source line. If you issue this command on the first line of a
31787function, it will take you back to the caller of that function, to the
31788source line where the function was called.
31789
31790
922fbb7b
AC
31791@subsubheading @value{GDBN} Command
31792
31793The corresponding @value{GDBN} command is @samp{next}.
31794
31795@subsubheading Example
31796
31797@smallexample
31798-exec-next
31799^running
594fe323 31800(gdb)
922fbb7b 31801*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 31802(gdb)
922fbb7b
AC
31803@end smallexample
31804
31805
31806@subheading The @code{-exec-next-instruction} Command
31807@findex -exec-next-instruction
31808
31809@subsubheading Synopsis
31810
31811@smallexample
540aa8e7 31812 -exec-next-instruction [--reverse]
922fbb7b
AC
31813@end smallexample
31814
ef21caaf
NR
31815Executes one machine instruction. If the instruction is a function
31816call, continues until the function returns. If the program stops at an
31817instruction in the middle of a source line, the address will be
31818printed as well.
922fbb7b 31819
540aa8e7
MS
31820If the @samp{--reverse} option is specified, resumes reverse execution
31821of the inferior program, stopping at the previous instruction. If the
31822previously executed instruction was a return from another function,
31823it will continue to execute in reverse until the call to that function
31824(from the current stack frame) is reached.
31825
922fbb7b
AC
31826@subsubheading @value{GDBN} Command
31827
31828The corresponding @value{GDBN} command is @samp{nexti}.
31829
31830@subsubheading Example
31831
31832@smallexample
594fe323 31833(gdb)
922fbb7b
AC
31834-exec-next-instruction
31835^running
31836
594fe323 31837(gdb)
922fbb7b
AC
31838*stopped,reason="end-stepping-range",
31839addr="0x000100d4",line="5",file="hello.c"
594fe323 31840(gdb)
922fbb7b
AC
31841@end smallexample
31842
31843
31844@subheading The @code{-exec-return} Command
31845@findex -exec-return
31846
31847@subsubheading Synopsis
31848
31849@smallexample
31850 -exec-return
31851@end smallexample
31852
31853Makes current function return immediately. Doesn't execute the inferior.
31854Displays the new current frame.
31855
31856@subsubheading @value{GDBN} Command
31857
31858The corresponding @value{GDBN} command is @samp{return}.
31859
31860@subsubheading Example
31861
31862@smallexample
594fe323 31863(gdb)
922fbb7b
AC
31864200-break-insert callee4
31865200^done,bkpt=@{number="1",addr="0x00010734",
31866file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 31867(gdb)
922fbb7b
AC
31868000-exec-run
31869000^running
594fe323 31870(gdb)
a47ec5fe 31871000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 31872frame=@{func="callee4",args=[],
76ff342d 31873file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31874fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
31875arch="i386:x86_64"@}
594fe323 31876(gdb)
922fbb7b
AC
31877205-break-delete
31878205^done
594fe323 31879(gdb)
922fbb7b
AC
31880111-exec-return
31881111^done,frame=@{level="0",func="callee3",
31882args=[@{name="strarg",
31883value="0x11940 \"A string argument.\""@}],
76ff342d 31884file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31885fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31886arch="i386:x86_64"@}
594fe323 31887(gdb)
922fbb7b
AC
31888@end smallexample
31889
31890
31891@subheading The @code{-exec-run} Command
31892@findex -exec-run
31893
31894@subsubheading Synopsis
31895
31896@smallexample
5713b9b5 31897 -exec-run [ --all | --thread-group N ] [ --start ]
922fbb7b
AC
31898@end smallexample
31899
ef21caaf
NR
31900Starts execution of the inferior from the beginning. The inferior
31901executes until either a breakpoint is encountered or the program
31902exits. In the latter case the output will include an exit code, if
31903the program has exited exceptionally.
922fbb7b 31904
5713b9b5
JB
31905When neither the @samp{--all} nor the @samp{--thread-group} option
31906is specified, the current inferior is started. If the
a79b8f6e
VP
31907@samp{--thread-group} option is specified, it should refer to a thread
31908group of type @samp{process}, and that thread group will be started.
31909If the @samp{--all} option is specified, then all inferiors will be started.
31910
5713b9b5
JB
31911Using the @samp{--start} option instructs the debugger to stop
31912the execution at the start of the inferior's main subprogram,
31913following the same behavior as the @code{start} command
31914(@pxref{Starting}).
31915
922fbb7b
AC
31916@subsubheading @value{GDBN} Command
31917
31918The corresponding @value{GDBN} command is @samp{run}.
31919
ef21caaf 31920@subsubheading Examples
922fbb7b
AC
31921
31922@smallexample
594fe323 31923(gdb)
922fbb7b
AC
31924-break-insert main
31925^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 31926(gdb)
922fbb7b
AC
31927-exec-run
31928^running
594fe323 31929(gdb)
a47ec5fe 31930*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 31931frame=@{func="main",args=[],file="recursive2.c",
6d52907e 31932fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
594fe323 31933(gdb)
922fbb7b
AC
31934@end smallexample
31935
ef21caaf
NR
31936@noindent
31937Program exited normally:
31938
31939@smallexample
594fe323 31940(gdb)
ef21caaf
NR
31941-exec-run
31942^running
594fe323 31943(gdb)
ef21caaf
NR
31944x = 55
31945*stopped,reason="exited-normally"
594fe323 31946(gdb)
ef21caaf
NR
31947@end smallexample
31948
31949@noindent
31950Program exited exceptionally:
31951
31952@smallexample
594fe323 31953(gdb)
ef21caaf
NR
31954-exec-run
31955^running
594fe323 31956(gdb)
ef21caaf
NR
31957x = 55
31958*stopped,reason="exited",exit-code="01"
594fe323 31959(gdb)
ef21caaf
NR
31960@end smallexample
31961
31962Another way the program can terminate is if it receives a signal such as
31963@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
31964
31965@smallexample
594fe323 31966(gdb)
ef21caaf
NR
31967*stopped,reason="exited-signalled",signal-name="SIGINT",
31968signal-meaning="Interrupt"
31969@end smallexample
31970
922fbb7b 31971
a2c02241
NR
31972@c @subheading -exec-signal
31973
31974
31975@subheading The @code{-exec-step} Command
31976@findex -exec-step
922fbb7b
AC
31977
31978@subsubheading Synopsis
31979
31980@smallexample
540aa8e7 31981 -exec-step [--reverse]
922fbb7b
AC
31982@end smallexample
31983
a2c02241
NR
31984Resumes execution of the inferior program, stopping when the beginning
31985of the next source line is reached, if the next source line is not a
31986function call. If it is, stop at the first instruction of the called
540aa8e7
MS
31987function. If the @samp{--reverse} option is specified, resumes reverse
31988execution of the inferior program, stopping at the beginning of the
31989previously executed source line.
922fbb7b
AC
31990
31991@subsubheading @value{GDBN} Command
31992
a2c02241 31993The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
31994
31995@subsubheading Example
31996
31997Stepping into a function:
31998
31999@smallexample
32000-exec-step
32001^running
594fe323 32002(gdb)
922fbb7b
AC
32003*stopped,reason="end-stepping-range",
32004frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 32005@{name="b",value="0"@}],file="recursive2.c",
6d52907e 32006fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
594fe323 32007(gdb)
922fbb7b
AC
32008@end smallexample
32009
32010Regular stepping:
32011
32012@smallexample
32013-exec-step
32014^running
594fe323 32015(gdb)
922fbb7b 32016*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 32017(gdb)
922fbb7b
AC
32018@end smallexample
32019
32020
32021@subheading The @code{-exec-step-instruction} Command
32022@findex -exec-step-instruction
32023
32024@subsubheading Synopsis
32025
32026@smallexample
540aa8e7 32027 -exec-step-instruction [--reverse]
922fbb7b
AC
32028@end smallexample
32029
540aa8e7
MS
32030Resumes the inferior which executes one machine instruction. If the
32031@samp{--reverse} option is specified, resumes reverse execution of the
32032inferior program, stopping at the previously executed instruction.
32033The output, once @value{GDBN} has stopped, will vary depending on
32034whether we have stopped in the middle of a source line or not. In the
32035former case, the address at which the program stopped will be printed
32036as well.
922fbb7b
AC
32037
32038@subsubheading @value{GDBN} Command
32039
32040The corresponding @value{GDBN} command is @samp{stepi}.
32041
32042@subsubheading Example
32043
32044@smallexample
594fe323 32045(gdb)
922fbb7b
AC
32046-exec-step-instruction
32047^running
32048
594fe323 32049(gdb)
922fbb7b 32050*stopped,reason="end-stepping-range",
76ff342d 32051frame=@{func="foo",args=[],file="try.c",
6d52907e 32052fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 32053(gdb)
922fbb7b
AC
32054-exec-step-instruction
32055^running
32056
594fe323 32057(gdb)
922fbb7b 32058*stopped,reason="end-stepping-range",
76ff342d 32059frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
6d52907e 32060fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 32061(gdb)
922fbb7b
AC
32062@end smallexample
32063
32064
32065@subheading The @code{-exec-until} Command
32066@findex -exec-until
32067
32068@subsubheading Synopsis
32069
32070@smallexample
32071 -exec-until [ @var{location} ]
32072@end smallexample
32073
ef21caaf
NR
32074Executes the inferior until the @var{location} specified in the
32075argument is reached. If there is no argument, the inferior executes
32076until a source line greater than the current one is reached. The
32077reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
32078
32079@subsubheading @value{GDBN} Command
32080
32081The corresponding @value{GDBN} command is @samp{until}.
32082
32083@subsubheading Example
32084
32085@smallexample
594fe323 32086(gdb)
922fbb7b
AC
32087-exec-until recursive2.c:6
32088^running
594fe323 32089(gdb)
922fbb7b
AC
32090x = 55
32091*stopped,reason="location-reached",frame=@{func="main",args=[],
6d52907e
JV
32092file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
32093arch="i386:x86_64"@}
594fe323 32094(gdb)
922fbb7b
AC
32095@end smallexample
32096
32097@ignore
32098@subheading -file-clear
32099Is this going away????
32100@end ignore
32101
351ff01a 32102@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
32103@node GDB/MI Stack Manipulation
32104@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 32105
1e611234
PM
32106@subheading The @code{-enable-frame-filters} Command
32107@findex -enable-frame-filters
32108
32109@smallexample
32110-enable-frame-filters
32111@end smallexample
32112
32113@value{GDBN} allows Python-based frame filters to affect the output of
32114the MI commands relating to stack traces. As there is no way to
32115implement this in a fully backward-compatible way, a front end must
32116request that this functionality be enabled.
32117
32118Once enabled, this feature cannot be disabled.
32119
32120Note that if Python support has not been compiled into @value{GDBN},
32121this command will still succeed (and do nothing).
922fbb7b 32122
a2c02241
NR
32123@subheading The @code{-stack-info-frame} Command
32124@findex -stack-info-frame
922fbb7b
AC
32125
32126@subsubheading Synopsis
32127
32128@smallexample
a2c02241 32129 -stack-info-frame
922fbb7b
AC
32130@end smallexample
32131
a2c02241 32132Get info on the selected frame.
922fbb7b
AC
32133
32134@subsubheading @value{GDBN} Command
32135
a2c02241
NR
32136The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
32137(without arguments).
922fbb7b
AC
32138
32139@subsubheading Example
32140
32141@smallexample
594fe323 32142(gdb)
a2c02241
NR
32143-stack-info-frame
32144^done,frame=@{level="1",addr="0x0001076c",func="callee3",
32145file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
32146fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32147arch="i386:x86_64"@}
594fe323 32148(gdb)
922fbb7b
AC
32149@end smallexample
32150
a2c02241
NR
32151@subheading The @code{-stack-info-depth} Command
32152@findex -stack-info-depth
922fbb7b
AC
32153
32154@subsubheading Synopsis
32155
32156@smallexample
a2c02241 32157 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
32158@end smallexample
32159
a2c02241
NR
32160Return the depth of the stack. If the integer argument @var{max-depth}
32161is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
32162
32163@subsubheading @value{GDBN} Command
32164
a2c02241 32165There's no equivalent @value{GDBN} command.
922fbb7b
AC
32166
32167@subsubheading Example
32168
a2c02241
NR
32169For a stack with frame levels 0 through 11:
32170
922fbb7b 32171@smallexample
594fe323 32172(gdb)
a2c02241
NR
32173-stack-info-depth
32174^done,depth="12"
594fe323 32175(gdb)
a2c02241
NR
32176-stack-info-depth 4
32177^done,depth="4"
594fe323 32178(gdb)
a2c02241
NR
32179-stack-info-depth 12
32180^done,depth="12"
594fe323 32181(gdb)
a2c02241
NR
32182-stack-info-depth 11
32183^done,depth="11"
594fe323 32184(gdb)
a2c02241
NR
32185-stack-info-depth 13
32186^done,depth="12"
594fe323 32187(gdb)
922fbb7b
AC
32188@end smallexample
32189
1e611234 32190@anchor{-stack-list-arguments}
a2c02241
NR
32191@subheading The @code{-stack-list-arguments} Command
32192@findex -stack-list-arguments
922fbb7b
AC
32193
32194@subsubheading Synopsis
32195
32196@smallexample
6211c335 32197 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
a2c02241 32198 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
32199@end smallexample
32200
a2c02241
NR
32201Display a list of the arguments for the frames between @var{low-frame}
32202and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
32203@var{high-frame} are not provided, list the arguments for the whole
32204call stack. If the two arguments are equal, show the single frame
32205at the corresponding level. It is an error if @var{low-frame} is
32206larger than the actual number of frames. On the other hand,
32207@var{high-frame} may be larger than the actual number of frames, in
32208which case only existing frames will be returned.
a2c02241 32209
3afae151
VP
32210If @var{print-values} is 0 or @code{--no-values}, print only the names of
32211the variables; if it is 1 or @code{--all-values}, print also their
32212values; and if it is 2 or @code{--simple-values}, print the name,
32213type and value for simple data types, and the name and type for arrays,
1e611234
PM
32214structures and unions. If the option @code{--no-frame-filters} is
32215supplied, then Python frame filters will not be executed.
32216
6211c335
YQ
32217If the @code{--skip-unavailable} option is specified, arguments that
32218are not available are not listed. Partially available arguments
32219are still displayed, however.
922fbb7b 32220
b3372f91
VP
32221Use of this command to obtain arguments in a single frame is
32222deprecated in favor of the @samp{-stack-list-variables} command.
32223
922fbb7b
AC
32224@subsubheading @value{GDBN} Command
32225
a2c02241
NR
32226@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
32227@samp{gdb_get_args} command which partially overlaps with the
32228functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
32229
32230@subsubheading Example
922fbb7b 32231
a2c02241 32232@smallexample
594fe323 32233(gdb)
a2c02241
NR
32234-stack-list-frames
32235^done,
32236stack=[
32237frame=@{level="0",addr="0x00010734",func="callee4",
32238file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
32239fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
32240arch="i386:x86_64"@},
a2c02241
NR
32241frame=@{level="1",addr="0x0001076c",func="callee3",
32242file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
32243fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
32244arch="i386:x86_64"@},
a2c02241
NR
32245frame=@{level="2",addr="0x0001078c",func="callee2",
32246file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
32247fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
32248arch="i386:x86_64"@},
a2c02241
NR
32249frame=@{level="3",addr="0x000107b4",func="callee1",
32250file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
32251fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
32252arch="i386:x86_64"@},
a2c02241
NR
32253frame=@{level="4",addr="0x000107e0",func="main",
32254file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
32255fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
32256arch="i386:x86_64"@}]
594fe323 32257(gdb)
a2c02241
NR
32258-stack-list-arguments 0
32259^done,
32260stack-args=[
32261frame=@{level="0",args=[]@},
32262frame=@{level="1",args=[name="strarg"]@},
32263frame=@{level="2",args=[name="intarg",name="strarg"]@},
32264frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
32265frame=@{level="4",args=[]@}]
594fe323 32266(gdb)
a2c02241
NR
32267-stack-list-arguments 1
32268^done,
32269stack-args=[
32270frame=@{level="0",args=[]@},
32271frame=@{level="1",
32272 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32273frame=@{level="2",args=[
32274@{name="intarg",value="2"@},
32275@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32276@{frame=@{level="3",args=[
32277@{name="intarg",value="2"@},
32278@{name="strarg",value="0x11940 \"A string argument.\""@},
32279@{name="fltarg",value="3.5"@}]@},
32280frame=@{level="4",args=[]@}]
594fe323 32281(gdb)
a2c02241
NR
32282-stack-list-arguments 0 2 2
32283^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 32284(gdb)
a2c02241
NR
32285-stack-list-arguments 1 2 2
32286^done,stack-args=[frame=@{level="2",
32287args=[@{name="intarg",value="2"@},
32288@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 32289(gdb)
a2c02241
NR
32290@end smallexample
32291
32292@c @subheading -stack-list-exception-handlers
922fbb7b 32293
a2c02241 32294
1e611234 32295@anchor{-stack-list-frames}
a2c02241
NR
32296@subheading The @code{-stack-list-frames} Command
32297@findex -stack-list-frames
1abaf70c
BR
32298
32299@subsubheading Synopsis
32300
32301@smallexample
1e611234 32302 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
1abaf70c
BR
32303@end smallexample
32304
a2c02241
NR
32305List the frames currently on the stack. For each frame it displays the
32306following info:
32307
32308@table @samp
32309@item @var{level}
d3e8051b 32310The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
32311@item @var{addr}
32312The @code{$pc} value for that frame.
32313@item @var{func}
32314Function name.
32315@item @var{file}
32316File name of the source file where the function lives.
7d288aaa
TT
32317@item @var{fullname}
32318The full file name of the source file where the function lives.
a2c02241
NR
32319@item @var{line}
32320Line number corresponding to the @code{$pc}.
7d288aaa
TT
32321@item @var{from}
32322The shared library where this function is defined. This is only given
32323if the frame's function is not known.
6d52907e
JV
32324@item @var{arch}
32325Frame's architecture.
a2c02241
NR
32326@end table
32327
32328If invoked without arguments, this command prints a backtrace for the
32329whole stack. If given two integer arguments, it shows the frames whose
32330levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
32331are equal, it shows the single frame at the corresponding level. It is
32332an error if @var{low-frame} is larger than the actual number of
a5451f4e 32333frames. On the other hand, @var{high-frame} may be larger than the
1e611234
PM
32334actual number of frames, in which case only existing frames will be
32335returned. If the option @code{--no-frame-filters} is supplied, then
32336Python frame filters will not be executed.
1abaf70c
BR
32337
32338@subsubheading @value{GDBN} Command
32339
a2c02241 32340The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
32341
32342@subsubheading Example
32343
a2c02241
NR
32344Full stack backtrace:
32345
1abaf70c 32346@smallexample
594fe323 32347(gdb)
a2c02241
NR
32348-stack-list-frames
32349^done,stack=
32350[frame=@{level="0",addr="0x0001076c",func="foo",
6d52907e
JV
32351 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
32352 arch="i386:x86_64"@},
a2c02241 32353frame=@{level="1",addr="0x000107a4",func="foo",
6d52907e
JV
32354 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32355 arch="i386:x86_64"@},
a2c02241 32356frame=@{level="2",addr="0x000107a4",func="foo",
6d52907e
JV
32357 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32358 arch="i386:x86_64"@},
a2c02241 32359frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
32360 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32361 arch="i386:x86_64"@},
a2c02241 32362frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
32363 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32364 arch="i386:x86_64"@},
a2c02241 32365frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
32366 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32367 arch="i386:x86_64"@},
a2c02241 32368frame=@{level="6",addr="0x000107a4",func="foo",
6d52907e
JV
32369 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32370 arch="i386:x86_64"@},
a2c02241 32371frame=@{level="7",addr="0x000107a4",func="foo",
6d52907e
JV
32372 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32373 arch="i386:x86_64"@},
a2c02241 32374frame=@{level="8",addr="0x000107a4",func="foo",
6d52907e
JV
32375 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32376 arch="i386:x86_64"@},
a2c02241 32377frame=@{level="9",addr="0x000107a4",func="foo",
6d52907e
JV
32378 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32379 arch="i386:x86_64"@},
a2c02241 32380frame=@{level="10",addr="0x000107a4",func="foo",
6d52907e
JV
32381 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32382 arch="i386:x86_64"@},
a2c02241 32383frame=@{level="11",addr="0x00010738",func="main",
6d52907e
JV
32384 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
32385 arch="i386:x86_64"@}]
594fe323 32386(gdb)
1abaf70c
BR
32387@end smallexample
32388
a2c02241 32389Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 32390
a2c02241 32391@smallexample
594fe323 32392(gdb)
a2c02241
NR
32393-stack-list-frames 3 5
32394^done,stack=
32395[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
32396 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32397 arch="i386:x86_64"@},
a2c02241 32398frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
32399 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32400 arch="i386:x86_64"@},
a2c02241 32401frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
32402 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32403 arch="i386:x86_64"@}]
594fe323 32404(gdb)
a2c02241 32405@end smallexample
922fbb7b 32406
a2c02241 32407Show a single frame:
922fbb7b
AC
32408
32409@smallexample
594fe323 32410(gdb)
a2c02241
NR
32411-stack-list-frames 3 3
32412^done,stack=
32413[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
32414 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32415 arch="i386:x86_64"@}]
594fe323 32416(gdb)
922fbb7b
AC
32417@end smallexample
32418
922fbb7b 32419
a2c02241
NR
32420@subheading The @code{-stack-list-locals} Command
32421@findex -stack-list-locals
1e611234 32422@anchor{-stack-list-locals}
57c22c6c 32423
a2c02241 32424@subsubheading Synopsis
922fbb7b
AC
32425
32426@smallexample
6211c335 32427 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
922fbb7b
AC
32428@end smallexample
32429
a2c02241
NR
32430Display the local variable names for the selected frame. If
32431@var{print-values} is 0 or @code{--no-values}, print only the names of
32432the variables; if it is 1 or @code{--all-values}, print also their
32433values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 32434type and value for simple data types, and the name and type for arrays,
a2c02241
NR
32435structures and unions. In this last case, a frontend can immediately
32436display the value of simple data types and create variable objects for
d3e8051b 32437other data types when the user wishes to explore their values in
1e611234
PM
32438more detail. If the option @code{--no-frame-filters} is supplied, then
32439Python frame filters will not be executed.
922fbb7b 32440
6211c335
YQ
32441If the @code{--skip-unavailable} option is specified, local variables
32442that are not available are not listed. Partially available local
32443variables are still displayed, however.
32444
b3372f91
VP
32445This command is deprecated in favor of the
32446@samp{-stack-list-variables} command.
32447
922fbb7b
AC
32448@subsubheading @value{GDBN} Command
32449
a2c02241 32450@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
32451
32452@subsubheading Example
922fbb7b
AC
32453
32454@smallexample
594fe323 32455(gdb)
a2c02241
NR
32456-stack-list-locals 0
32457^done,locals=[name="A",name="B",name="C"]
594fe323 32458(gdb)
a2c02241
NR
32459-stack-list-locals --all-values
32460^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
32461 @{name="C",value="@{1, 2, 3@}"@}]
32462-stack-list-locals --simple-values
32463^done,locals=[@{name="A",type="int",value="1"@},
32464 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 32465(gdb)
922fbb7b
AC
32466@end smallexample
32467
1e611234 32468@anchor{-stack-list-variables}
b3372f91
VP
32469@subheading The @code{-stack-list-variables} Command
32470@findex -stack-list-variables
32471
32472@subsubheading Synopsis
32473
32474@smallexample
6211c335 32475 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
b3372f91
VP
32476@end smallexample
32477
32478Display the names of local variables and function arguments for the selected frame. If
32479@var{print-values} is 0 or @code{--no-values}, print only the names of
32480the variables; if it is 1 or @code{--all-values}, print also their
32481values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 32482type and value for simple data types, and the name and type for arrays,
1e611234
PM
32483structures and unions. If the option @code{--no-frame-filters} is
32484supplied, then Python frame filters will not be executed.
b3372f91 32485
6211c335
YQ
32486If the @code{--skip-unavailable} option is specified, local variables
32487and arguments that are not available are not listed. Partially
32488available arguments and local variables are still displayed, however.
32489
b3372f91
VP
32490@subsubheading Example
32491
32492@smallexample
32493(gdb)
32494-stack-list-variables --thread 1 --frame 0 --all-values
4f412fd0 32495^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
b3372f91
VP
32496(gdb)
32497@end smallexample
32498
922fbb7b 32499
a2c02241
NR
32500@subheading The @code{-stack-select-frame} Command
32501@findex -stack-select-frame
922fbb7b
AC
32502
32503@subsubheading Synopsis
32504
32505@smallexample
a2c02241 32506 -stack-select-frame @var{framenum}
922fbb7b
AC
32507@end smallexample
32508
a2c02241
NR
32509Change the selected frame. Select a different frame @var{framenum} on
32510the stack.
922fbb7b 32511
c3b108f7
VP
32512This command in deprecated in favor of passing the @samp{--frame}
32513option to every command.
32514
922fbb7b
AC
32515@subsubheading @value{GDBN} Command
32516
a2c02241
NR
32517The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
32518@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
32519
32520@subsubheading Example
32521
32522@smallexample
594fe323 32523(gdb)
a2c02241 32524-stack-select-frame 2
922fbb7b 32525^done
594fe323 32526(gdb)
922fbb7b
AC
32527@end smallexample
32528
32529@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
32530@node GDB/MI Variable Objects
32531@section @sc{gdb/mi} Variable Objects
922fbb7b 32532
a1b5960f 32533@ignore
922fbb7b 32534
a2c02241 32535@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 32536
a2c02241
NR
32537For the implementation of a variable debugger window (locals, watched
32538expressions, etc.), we are proposing the adaptation of the existing code
32539used by @code{Insight}.
922fbb7b 32540
a2c02241 32541The two main reasons for that are:
922fbb7b 32542
a2c02241
NR
32543@enumerate 1
32544@item
32545It has been proven in practice (it is already on its second generation).
922fbb7b 32546
a2c02241
NR
32547@item
32548It will shorten development time (needless to say how important it is
32549now).
32550@end enumerate
922fbb7b 32551
a2c02241
NR
32552The original interface was designed to be used by Tcl code, so it was
32553slightly changed so it could be used through @sc{gdb/mi}. This section
32554describes the @sc{gdb/mi} operations that will be available and gives some
32555hints about their use.
922fbb7b 32556
a2c02241
NR
32557@emph{Note}: In addition to the set of operations described here, we
32558expect the @sc{gui} implementation of a variable window to require, at
32559least, the following operations:
922fbb7b 32560
a2c02241
NR
32561@itemize @bullet
32562@item @code{-gdb-show} @code{output-radix}
32563@item @code{-stack-list-arguments}
32564@item @code{-stack-list-locals}
32565@item @code{-stack-select-frame}
32566@end itemize
922fbb7b 32567
a1b5960f
VP
32568@end ignore
32569
c8b2f53c 32570@subheading Introduction to Variable Objects
922fbb7b 32571
a2c02241 32572@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
32573
32574Variable objects are "object-oriented" MI interface for examining and
32575changing values of expressions. Unlike some other MI interfaces that
32576work with expressions, variable objects are specifically designed for
32577simple and efficient presentation in the frontend. A variable object
32578is identified by string name. When a variable object is created, the
32579frontend specifies the expression for that variable object. The
32580expression can be a simple variable, or it can be an arbitrary complex
32581expression, and can even involve CPU registers. After creating a
32582variable object, the frontend can invoke other variable object
32583operations---for example to obtain or change the value of a variable
32584object, or to change display format.
32585
32586Variable objects have hierarchical tree structure. Any variable object
32587that corresponds to a composite type, such as structure in C, has
32588a number of child variable objects, for example corresponding to each
32589element of a structure. A child variable object can itself have
32590children, recursively. Recursion ends when we reach
25d5ea92
VP
32591leaf variable objects, which always have built-in types. Child variable
32592objects are created only by explicit request, so if a frontend
32593is not interested in the children of a particular variable object, no
32594child will be created.
c8b2f53c
VP
32595
32596For a leaf variable object it is possible to obtain its value as a
32597string, or set the value from a string. String value can be also
32598obtained for a non-leaf variable object, but it's generally a string
32599that only indicates the type of the object, and does not list its
32600contents. Assignment to a non-leaf variable object is not allowed.
32601
32602A frontend does not need to read the values of all variable objects each time
32603the program stops. Instead, MI provides an update command that lists all
32604variable objects whose values has changed since the last update
32605operation. This considerably reduces the amount of data that must
25d5ea92
VP
32606be transferred to the frontend. As noted above, children variable
32607objects are created on demand, and only leaf variable objects have a
32608real value. As result, gdb will read target memory only for leaf
32609variables that frontend has created.
32610
32611The automatic update is not always desirable. For example, a frontend
32612might want to keep a value of some expression for future reference,
32613and never update it. For another example, fetching memory is
32614relatively slow for embedded targets, so a frontend might want
32615to disable automatic update for the variables that are either not
32616visible on the screen, or ``closed''. This is possible using so
32617called ``frozen variable objects''. Such variable objects are never
32618implicitly updated.
922fbb7b 32619
c3b108f7
VP
32620Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
32621fixed variable object, the expression is parsed when the variable
32622object is created, including associating identifiers to specific
32623variables. The meaning of expression never changes. For a floating
32624variable object the values of variables whose names appear in the
32625expressions are re-evaluated every time in the context of the current
32626frame. Consider this example:
32627
32628@smallexample
32629void do_work(...)
32630@{
32631 struct work_state state;
32632
32633 if (...)
32634 do_work(...);
32635@}
32636@end smallexample
32637
32638If a fixed variable object for the @code{state} variable is created in
7a9dd1b2 32639this function, and we enter the recursive call, the variable
c3b108f7
VP
32640object will report the value of @code{state} in the top-level
32641@code{do_work} invocation. On the other hand, a floating variable
32642object will report the value of @code{state} in the current frame.
32643
32644If an expression specified when creating a fixed variable object
32645refers to a local variable, the variable object becomes bound to the
32646thread and frame in which the variable object is created. When such
32647variable object is updated, @value{GDBN} makes sure that the
32648thread/frame combination the variable object is bound to still exists,
32649and re-evaluates the variable object in context of that thread/frame.
32650
a2c02241
NR
32651The following is the complete set of @sc{gdb/mi} operations defined to
32652access this functionality:
922fbb7b 32653
a2c02241
NR
32654@multitable @columnfractions .4 .6
32655@item @strong{Operation}
32656@tab @strong{Description}
922fbb7b 32657
0cc7d26f
TT
32658@item @code{-enable-pretty-printing}
32659@tab enable Python-based pretty-printing
a2c02241
NR
32660@item @code{-var-create}
32661@tab create a variable object
32662@item @code{-var-delete}
22d8a470 32663@tab delete the variable object and/or its children
a2c02241
NR
32664@item @code{-var-set-format}
32665@tab set the display format of this variable
32666@item @code{-var-show-format}
32667@tab show the display format of this variable
32668@item @code{-var-info-num-children}
32669@tab tells how many children this object has
32670@item @code{-var-list-children}
32671@tab return a list of the object's children
32672@item @code{-var-info-type}
32673@tab show the type of this variable object
32674@item @code{-var-info-expression}
02142340
VP
32675@tab print parent-relative expression that this variable object represents
32676@item @code{-var-info-path-expression}
32677@tab print full expression that this variable object represents
a2c02241
NR
32678@item @code{-var-show-attributes}
32679@tab is this variable editable? does it exist here?
32680@item @code{-var-evaluate-expression}
32681@tab get the value of this variable
32682@item @code{-var-assign}
32683@tab set the value of this variable
32684@item @code{-var-update}
32685@tab update the variable and its children
25d5ea92 32686@item @code{-var-set-frozen}
6b92c0d3 32687@tab set frozenness attribute
0cc7d26f
TT
32688@item @code{-var-set-update-range}
32689@tab set range of children to display on update
a2c02241 32690@end multitable
922fbb7b 32691
a2c02241
NR
32692In the next subsection we describe each operation in detail and suggest
32693how it can be used.
922fbb7b 32694
a2c02241 32695@subheading Description And Use of Operations on Variable Objects
922fbb7b 32696
0cc7d26f
TT
32697@subheading The @code{-enable-pretty-printing} Command
32698@findex -enable-pretty-printing
32699
32700@smallexample
32701-enable-pretty-printing
32702@end smallexample
32703
32704@value{GDBN} allows Python-based visualizers to affect the output of the
32705MI variable object commands. However, because there was no way to
32706implement this in a fully backward-compatible way, a front end must
32707request that this functionality be enabled.
32708
32709Once enabled, this feature cannot be disabled.
32710
32711Note that if Python support has not been compiled into @value{GDBN},
32712this command will still succeed (and do nothing).
32713
f43030c4
TT
32714This feature is currently (as of @value{GDBN} 7.0) experimental, and
32715may work differently in future versions of @value{GDBN}.
32716
a2c02241
NR
32717@subheading The @code{-var-create} Command
32718@findex -var-create
ef21caaf 32719
a2c02241 32720@subsubheading Synopsis
ef21caaf 32721
a2c02241
NR
32722@smallexample
32723 -var-create @{@var{name} | "-"@}
c3b108f7 32724 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
32725@end smallexample
32726
32727This operation creates a variable object, which allows the monitoring of
32728a variable, the result of an expression, a memory cell or a CPU
32729register.
ef21caaf 32730
a2c02241
NR
32731The @var{name} parameter is the string by which the object can be
32732referenced. It must be unique. If @samp{-} is specified, the varobj
32733system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 32734unique provided that one does not specify @var{name} of that format.
a2c02241 32735The command fails if a duplicate name is found.
ef21caaf 32736
a2c02241
NR
32737The frame under which the expression should be evaluated can be
32738specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
32739frame should be used. A @samp{@@} indicates that a floating variable
32740object must be created.
922fbb7b 32741
a2c02241
NR
32742@var{expression} is any expression valid on the current language set (must not
32743begin with a @samp{*}), or one of the following:
922fbb7b 32744
a2c02241
NR
32745@itemize @bullet
32746@item
32747@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 32748
a2c02241
NR
32749@item
32750@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 32751
a2c02241
NR
32752@item
32753@samp{$@var{regname}} --- a CPU register name
32754@end itemize
922fbb7b 32755
0cc7d26f
TT
32756@cindex dynamic varobj
32757A varobj's contents may be provided by a Python-based pretty-printer. In this
32758case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
32759have slightly different semantics in some cases. If the
32760@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
32761will never create a dynamic varobj. This ensures backward
32762compatibility for existing clients.
32763
a2c02241 32764@subsubheading Result
922fbb7b 32765
0cc7d26f
TT
32766This operation returns attributes of the newly-created varobj. These
32767are:
32768
32769@table @samp
32770@item name
32771The name of the varobj.
32772
32773@item numchild
32774The number of children of the varobj. This number is not necessarily
32775reliable for a dynamic varobj. Instead, you must examine the
32776@samp{has_more} attribute.
32777
32778@item value
32779The varobj's scalar value. For a varobj whose type is some sort of
32780aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
32781will not be interesting.
32782
32783@item type
32784The varobj's type. This is a string representation of the type, as
8264ba82
AG
32785would be printed by the @value{GDBN} CLI. If @samp{print object}
32786(@pxref{Print Settings, set print object}) is set to @code{on}, the
32787@emph{actual} (derived) type of the object is shown rather than the
32788@emph{declared} one.
0cc7d26f
TT
32789
32790@item thread-id
32791If a variable object is bound to a specific thread, then this is the
5d5658a1 32792thread's global identifier.
0cc7d26f
TT
32793
32794@item has_more
32795For a dynamic varobj, this indicates whether there appear to be any
32796children available. For a non-dynamic varobj, this will be 0.
32797
32798@item dynamic
32799This attribute will be present and have the value @samp{1} if the
32800varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32801then this attribute will not be present.
32802
32803@item displayhint
32804A dynamic varobj can supply a display hint to the front end. The
32805value comes directly from the Python pretty-printer object's
4c374409 32806@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
32807@end table
32808
32809Typical output will look like this:
922fbb7b
AC
32810
32811@smallexample
0cc7d26f
TT
32812 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
32813 has_more="@var{has_more}"
dcaaae04
NR
32814@end smallexample
32815
a2c02241
NR
32816
32817@subheading The @code{-var-delete} Command
32818@findex -var-delete
922fbb7b
AC
32819
32820@subsubheading Synopsis
32821
32822@smallexample
22d8a470 32823 -var-delete [ -c ] @var{name}
922fbb7b
AC
32824@end smallexample
32825
a2c02241 32826Deletes a previously created variable object and all of its children.
22d8a470 32827With the @samp{-c} option, just deletes the children.
922fbb7b 32828
a2c02241 32829Returns an error if the object @var{name} is not found.
922fbb7b 32830
922fbb7b 32831
a2c02241
NR
32832@subheading The @code{-var-set-format} Command
32833@findex -var-set-format
922fbb7b 32834
a2c02241 32835@subsubheading Synopsis
922fbb7b
AC
32836
32837@smallexample
a2c02241 32838 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
32839@end smallexample
32840
a2c02241
NR
32841Sets the output format for the value of the object @var{name} to be
32842@var{format-spec}.
32843
de051565 32844@anchor{-var-set-format}
a2c02241
NR
32845The syntax for the @var{format-spec} is as follows:
32846
32847@smallexample
32848 @var{format-spec} @expansion{}
1c35a88f 32849 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
a2c02241
NR
32850@end smallexample
32851
c8b2f53c
VP
32852The natural format is the default format choosen automatically
32853based on the variable type (like decimal for an @code{int}, hex
32854for pointers, etc.).
32855
1c35a88f
LM
32856The zero-hexadecimal format has a representation similar to hexadecimal
32857but with padding zeroes to the left of the value. For example, a 32-bit
32858hexadecimal value of 0x1234 would be represented as 0x00001234 in the
32859zero-hexadecimal format.
32860
c8b2f53c
VP
32861For a variable with children, the format is set only on the
32862variable itself, and the children are not affected.
a2c02241
NR
32863
32864@subheading The @code{-var-show-format} Command
32865@findex -var-show-format
922fbb7b
AC
32866
32867@subsubheading Synopsis
32868
32869@smallexample
a2c02241 32870 -var-show-format @var{name}
922fbb7b
AC
32871@end smallexample
32872
a2c02241 32873Returns the format used to display the value of the object @var{name}.
922fbb7b 32874
a2c02241
NR
32875@smallexample
32876 @var{format} @expansion{}
32877 @var{format-spec}
32878@end smallexample
922fbb7b 32879
922fbb7b 32880
a2c02241
NR
32881@subheading The @code{-var-info-num-children} Command
32882@findex -var-info-num-children
32883
32884@subsubheading Synopsis
32885
32886@smallexample
32887 -var-info-num-children @var{name}
32888@end smallexample
32889
32890Returns the number of children of a variable object @var{name}:
32891
32892@smallexample
32893 numchild=@var{n}
32894@end smallexample
32895
0cc7d26f
TT
32896Note that this number is not completely reliable for a dynamic varobj.
32897It will return the current number of children, but more children may
32898be available.
32899
a2c02241
NR
32900
32901@subheading The @code{-var-list-children} Command
32902@findex -var-list-children
32903
32904@subsubheading Synopsis
32905
32906@smallexample
0cc7d26f 32907 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
a2c02241 32908@end smallexample
b569d230 32909@anchor{-var-list-children}
a2c02241
NR
32910
32911Return a list of the children of the specified variable object and
32912create variable objects for them, if they do not already exist. With
f5011d11 32913a single argument or if @var{print-values} has a value of 0 or
a2c02241
NR
32914@code{--no-values}, print only the names of the variables; if
32915@var{print-values} is 1 or @code{--all-values}, also print their
32916values; and if it is 2 or @code{--simple-values} print the name and
32917value for simple data types and just the name for arrays, structures
32918and unions.
922fbb7b 32919
0cc7d26f
TT
32920@var{from} and @var{to}, if specified, indicate the range of children
32921to report. If @var{from} or @var{to} is less than zero, the range is
32922reset and all children will be reported. Otherwise, children starting
32923at @var{from} (zero-based) and up to and excluding @var{to} will be
32924reported.
32925
32926If a child range is requested, it will only affect the current call to
32927@code{-var-list-children}, but not future calls to @code{-var-update}.
32928For this, you must instead use @code{-var-set-update-range}. The
32929intent of this approach is to enable a front end to implement any
32930update approach it likes; for example, scrolling a view may cause the
32931front end to request more children with @code{-var-list-children}, and
32932then the front end could call @code{-var-set-update-range} with a
32933different range to ensure that future updates are restricted to just
32934the visible items.
32935
b569d230
EZ
32936For each child the following results are returned:
32937
32938@table @var
32939
32940@item name
32941Name of the variable object created for this child.
32942
32943@item exp
32944The expression to be shown to the user by the front end to designate this child.
32945For example this may be the name of a structure member.
32946
0cc7d26f
TT
32947For a dynamic varobj, this value cannot be used to form an
32948expression. There is no way to do this at all with a dynamic varobj.
32949
b569d230
EZ
32950For C/C@t{++} structures there are several pseudo children returned to
32951designate access qualifiers. For these pseudo children @var{exp} is
32952@samp{public}, @samp{private}, or @samp{protected}. In this case the
32953type and value are not present.
32954
0cc7d26f
TT
32955A dynamic varobj will not report the access qualifying
32956pseudo-children, regardless of the language. This information is not
32957available at all with a dynamic varobj.
32958
b569d230 32959@item numchild
0cc7d26f
TT
32960Number of children this child has. For a dynamic varobj, this will be
329610.
b569d230
EZ
32962
32963@item type
8264ba82
AG
32964The type of the child. If @samp{print object}
32965(@pxref{Print Settings, set print object}) is set to @code{on}, the
32966@emph{actual} (derived) type of the object is shown rather than the
32967@emph{declared} one.
b569d230
EZ
32968
32969@item value
32970If values were requested, this is the value.
32971
32972@item thread-id
5d5658a1
PA
32973If this variable object is associated with a thread, this is the
32974thread's global thread id. Otherwise this result is not present.
b569d230
EZ
32975
32976@item frozen
32977If the variable object is frozen, this variable will be present with a value of 1.
c78feb39 32978
9df9dbe0
YQ
32979@item displayhint
32980A dynamic varobj can supply a display hint to the front end. The
32981value comes directly from the Python pretty-printer object's
32982@code{display_hint} method. @xref{Pretty Printing API}.
32983
c78feb39
YQ
32984@item dynamic
32985This attribute will be present and have the value @samp{1} if the
32986varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32987then this attribute will not be present.
32988
b569d230
EZ
32989@end table
32990
0cc7d26f
TT
32991The result may have its own attributes:
32992
32993@table @samp
32994@item displayhint
32995A dynamic varobj can supply a display hint to the front end. The
32996value comes directly from the Python pretty-printer object's
4c374409 32997@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
32998
32999@item has_more
33000This is an integer attribute which is nonzero if there are children
33001remaining after the end of the selected range.
33002@end table
33003
922fbb7b
AC
33004@subsubheading Example
33005
33006@smallexample
594fe323 33007(gdb)
a2c02241 33008 -var-list-children n
b569d230 33009 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 33010 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 33011(gdb)
a2c02241 33012 -var-list-children --all-values n
b569d230 33013 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 33014 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
33015@end smallexample
33016
922fbb7b 33017
a2c02241
NR
33018@subheading The @code{-var-info-type} Command
33019@findex -var-info-type
922fbb7b 33020
a2c02241
NR
33021@subsubheading Synopsis
33022
33023@smallexample
33024 -var-info-type @var{name}
33025@end smallexample
33026
33027Returns the type of the specified variable @var{name}. The type is
33028returned as a string in the same format as it is output by the
33029@value{GDBN} CLI:
33030
33031@smallexample
33032 type=@var{typename}
33033@end smallexample
33034
33035
33036@subheading The @code{-var-info-expression} Command
33037@findex -var-info-expression
922fbb7b
AC
33038
33039@subsubheading Synopsis
33040
33041@smallexample
a2c02241 33042 -var-info-expression @var{name}
922fbb7b
AC
33043@end smallexample
33044
02142340
VP
33045Returns a string that is suitable for presenting this
33046variable object in user interface. The string is generally
33047not valid expression in the current language, and cannot be evaluated.
33048
33049For example, if @code{a} is an array, and variable object
33050@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 33051
a2c02241 33052@smallexample
02142340
VP
33053(gdb) -var-info-expression A.1
33054^done,lang="C",exp="1"
a2c02241 33055@end smallexample
922fbb7b 33056
a2c02241 33057@noindent
fa4d0c40
YQ
33058Here, the value of @code{lang} is the language name, which can be
33059found in @ref{Supported Languages}.
02142340
VP
33060
33061Note that the output of the @code{-var-list-children} command also
33062includes those expressions, so the @code{-var-info-expression} command
33063is of limited use.
33064
33065@subheading The @code{-var-info-path-expression} Command
33066@findex -var-info-path-expression
33067
33068@subsubheading Synopsis
33069
33070@smallexample
33071 -var-info-path-expression @var{name}
33072@end smallexample
33073
33074Returns an expression that can be evaluated in the current
33075context and will yield the same value that a variable object has.
33076Compare this with the @code{-var-info-expression} command, which
33077result can be used only for UI presentation. Typical use of
33078the @code{-var-info-path-expression} command is creating a
33079watchpoint from a variable object.
33080
0cc7d26f
TT
33081This command is currently not valid for children of a dynamic varobj,
33082and will give an error when invoked on one.
33083
02142340
VP
33084For example, suppose @code{C} is a C@t{++} class, derived from class
33085@code{Base}, and that the @code{Base} class has a member called
33086@code{m_size}. Assume a variable @code{c} is has the type of
33087@code{C} and a variable object @code{C} was created for variable
33088@code{c}. Then, we'll get this output:
33089@smallexample
33090(gdb) -var-info-path-expression C.Base.public.m_size
33091^done,path_expr=((Base)c).m_size)
33092@end smallexample
922fbb7b 33093
a2c02241
NR
33094@subheading The @code{-var-show-attributes} Command
33095@findex -var-show-attributes
922fbb7b 33096
a2c02241 33097@subsubheading Synopsis
922fbb7b 33098
a2c02241
NR
33099@smallexample
33100 -var-show-attributes @var{name}
33101@end smallexample
922fbb7b 33102
a2c02241 33103List attributes of the specified variable object @var{name}:
922fbb7b
AC
33104
33105@smallexample
a2c02241 33106 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
33107@end smallexample
33108
a2c02241
NR
33109@noindent
33110where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
33111
33112@subheading The @code{-var-evaluate-expression} Command
33113@findex -var-evaluate-expression
33114
33115@subsubheading Synopsis
33116
33117@smallexample
de051565 33118 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
33119@end smallexample
33120
33121Evaluates the expression that is represented by the specified variable
de051565
MK
33122object and returns its value as a string. The format of the string
33123can be specified with the @samp{-f} option. The possible values of
33124this option are the same as for @code{-var-set-format}
33125(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
33126the current display format will be used. The current display format
33127can be changed using the @code{-var-set-format} command.
a2c02241
NR
33128
33129@smallexample
33130 value=@var{value}
33131@end smallexample
33132
33133Note that one must invoke @code{-var-list-children} for a variable
33134before the value of a child variable can be evaluated.
33135
33136@subheading The @code{-var-assign} Command
33137@findex -var-assign
33138
33139@subsubheading Synopsis
33140
33141@smallexample
33142 -var-assign @var{name} @var{expression}
33143@end smallexample
33144
33145Assigns the value of @var{expression} to the variable object specified
33146by @var{name}. The object must be @samp{editable}. If the variable's
33147value is altered by the assign, the variable will show up in any
33148subsequent @code{-var-update} list.
33149
33150@subsubheading Example
922fbb7b
AC
33151
33152@smallexample
594fe323 33153(gdb)
a2c02241
NR
33154-var-assign var1 3
33155^done,value="3"
594fe323 33156(gdb)
a2c02241
NR
33157-var-update *
33158^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 33159(gdb)
922fbb7b
AC
33160@end smallexample
33161
a2c02241
NR
33162@subheading The @code{-var-update} Command
33163@findex -var-update
33164
33165@subsubheading Synopsis
33166
33167@smallexample
33168 -var-update [@var{print-values}] @{@var{name} | "*"@}
33169@end smallexample
33170
c8b2f53c
VP
33171Reevaluate the expressions corresponding to the variable object
33172@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
33173list of variable objects whose values have changed; @var{name} must
33174be a root variable object. Here, ``changed'' means that the result of
33175@code{-var-evaluate-expression} before and after the
33176@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
33177object names, all existing variable objects are updated, except
33178for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 33179@var{print-values} determines whether both names and values, or just
de051565 33180names are printed. The possible values of this option are the same
36ece8b3
NR
33181as for @code{-var-list-children} (@pxref{-var-list-children}). It is
33182recommended to use the @samp{--all-values} option, to reduce the
33183number of MI commands needed on each program stop.
c8b2f53c 33184
c3b108f7
VP
33185With the @samp{*} parameter, if a variable object is bound to a
33186currently running thread, it will not be updated, without any
33187diagnostic.
a2c02241 33188
0cc7d26f
TT
33189If @code{-var-set-update-range} was previously used on a varobj, then
33190only the selected range of children will be reported.
922fbb7b 33191
0cc7d26f
TT
33192@code{-var-update} reports all the changed varobjs in a tuple named
33193@samp{changelist}.
33194
33195Each item in the change list is itself a tuple holding:
33196
33197@table @samp
33198@item name
33199The name of the varobj.
33200
33201@item value
33202If values were requested for this update, then this field will be
33203present and will hold the value of the varobj.
922fbb7b 33204
0cc7d26f 33205@item in_scope
9f708cb2 33206@anchor{-var-update}
0cc7d26f 33207This field is a string which may take one of three values:
36ece8b3
NR
33208
33209@table @code
33210@item "true"
33211The variable object's current value is valid.
33212
33213@item "false"
33214The variable object does not currently hold a valid value but it may
33215hold one in the future if its associated expression comes back into
33216scope.
33217
33218@item "invalid"
33219The variable object no longer holds a valid value.
33220This can occur when the executable file being debugged has changed,
33221either through recompilation or by using the @value{GDBN} @code{file}
33222command. The front end should normally choose to delete these variable
33223objects.
33224@end table
33225
33226In the future new values may be added to this list so the front should
33227be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
33228
0cc7d26f
TT
33229@item type_changed
33230This is only present if the varobj is still valid. If the type
33231changed, then this will be the string @samp{true}; otherwise it will
33232be @samp{false}.
33233
7191c139
JB
33234When a varobj's type changes, its children are also likely to have
33235become incorrect. Therefore, the varobj's children are automatically
33236deleted when this attribute is @samp{true}. Also, the varobj's update
33237range, when set using the @code{-var-set-update-range} command, is
33238unset.
33239
0cc7d26f
TT
33240@item new_type
33241If the varobj's type changed, then this field will be present and will
33242hold the new type.
33243
33244@item new_num_children
33245For a dynamic varobj, if the number of children changed, or if the
33246type changed, this will be the new number of children.
33247
33248The @samp{numchild} field in other varobj responses is generally not
33249valid for a dynamic varobj -- it will show the number of children that
33250@value{GDBN} knows about, but because dynamic varobjs lazily
33251instantiate their children, this will not reflect the number of
33252children which may be available.
33253
33254The @samp{new_num_children} attribute only reports changes to the
33255number of children known by @value{GDBN}. This is the only way to
33256detect whether an update has removed children (which necessarily can
33257only happen at the end of the update range).
33258
33259@item displayhint
33260The display hint, if any.
33261
33262@item has_more
33263This is an integer value, which will be 1 if there are more children
33264available outside the varobj's update range.
33265
33266@item dynamic
33267This attribute will be present and have the value @samp{1} if the
33268varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33269then this attribute will not be present.
33270
33271@item new_children
33272If new children were added to a dynamic varobj within the selected
33273update range (as set by @code{-var-set-update-range}), then they will
33274be listed in this attribute.
33275@end table
33276
33277@subsubheading Example
33278
33279@smallexample
33280(gdb)
33281-var-assign var1 3
33282^done,value="3"
33283(gdb)
33284-var-update --all-values var1
33285^done,changelist=[@{name="var1",value="3",in_scope="true",
33286type_changed="false"@}]
33287(gdb)
33288@end smallexample
33289
25d5ea92
VP
33290@subheading The @code{-var-set-frozen} Command
33291@findex -var-set-frozen
9f708cb2 33292@anchor{-var-set-frozen}
25d5ea92
VP
33293
33294@subsubheading Synopsis
33295
33296@smallexample
9f708cb2 33297 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
33298@end smallexample
33299
9f708cb2 33300Set the frozenness flag on the variable object @var{name}. The
25d5ea92 33301@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 33302frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 33303frozen, then neither itself, nor any of its children, are
9f708cb2 33304implicitly updated by @code{-var-update} of
25d5ea92
VP
33305a parent variable or by @code{-var-update *}. Only
33306@code{-var-update} of the variable itself will update its value and
33307values of its children. After a variable object is unfrozen, it is
33308implicitly updated by all subsequent @code{-var-update} operations.
33309Unfreezing a variable does not update it, only subsequent
33310@code{-var-update} does.
33311
33312@subsubheading Example
33313
33314@smallexample
33315(gdb)
33316-var-set-frozen V 1
33317^done
33318(gdb)
33319@end smallexample
33320
0cc7d26f
TT
33321@subheading The @code{-var-set-update-range} command
33322@findex -var-set-update-range
33323@anchor{-var-set-update-range}
33324
33325@subsubheading Synopsis
33326
33327@smallexample
33328 -var-set-update-range @var{name} @var{from} @var{to}
33329@end smallexample
33330
33331Set the range of children to be returned by future invocations of
33332@code{-var-update}.
33333
33334@var{from} and @var{to} indicate the range of children to report. If
33335@var{from} or @var{to} is less than zero, the range is reset and all
33336children will be reported. Otherwise, children starting at @var{from}
33337(zero-based) and up to and excluding @var{to} will be reported.
33338
33339@subsubheading Example
33340
33341@smallexample
33342(gdb)
33343-var-set-update-range V 1 2
33344^done
33345@end smallexample
33346
b6313243
TT
33347@subheading The @code{-var-set-visualizer} command
33348@findex -var-set-visualizer
33349@anchor{-var-set-visualizer}
33350
33351@subsubheading Synopsis
33352
33353@smallexample
33354 -var-set-visualizer @var{name} @var{visualizer}
33355@end smallexample
33356
33357Set a visualizer for the variable object @var{name}.
33358
33359@var{visualizer} is the visualizer to use. The special value
33360@samp{None} means to disable any visualizer in use.
33361
33362If not @samp{None}, @var{visualizer} must be a Python expression.
33363This expression must evaluate to a callable object which accepts a
33364single argument. @value{GDBN} will call this object with the value of
33365the varobj @var{name} as an argument (this is done so that the same
33366Python pretty-printing code can be used for both the CLI and MI).
33367When called, this object must return an object which conforms to the
4c374409 33368pretty-printing interface (@pxref{Pretty Printing API}).
b6313243
TT
33369
33370The pre-defined function @code{gdb.default_visualizer} may be used to
33371select a visualizer by following the built-in process
33372(@pxref{Selecting Pretty-Printers}). This is done automatically when
33373a varobj is created, and so ordinarily is not needed.
33374
33375This feature is only available if Python support is enabled. The MI
d192b373 33376command @code{-list-features} (@pxref{GDB/MI Support Commands})
b6313243
TT
33377can be used to check this.
33378
33379@subsubheading Example
33380
33381Resetting the visualizer:
33382
33383@smallexample
33384(gdb)
33385-var-set-visualizer V None
33386^done
33387@end smallexample
33388
33389Reselecting the default (type-based) visualizer:
33390
33391@smallexample
33392(gdb)
33393-var-set-visualizer V gdb.default_visualizer
33394^done
33395@end smallexample
33396
33397Suppose @code{SomeClass} is a visualizer class. A lambda expression
33398can be used to instantiate this class for a varobj:
33399
33400@smallexample
33401(gdb)
33402-var-set-visualizer V "lambda val: SomeClass()"
33403^done
33404@end smallexample
25d5ea92 33405
a2c02241
NR
33406@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33407@node GDB/MI Data Manipulation
33408@section @sc{gdb/mi} Data Manipulation
922fbb7b 33409
a2c02241
NR
33410@cindex data manipulation, in @sc{gdb/mi}
33411@cindex @sc{gdb/mi}, data manipulation
33412This section describes the @sc{gdb/mi} commands that manipulate data:
33413examine memory and registers, evaluate expressions, etc.
33414
a86c90e6
SM
33415For details about what an addressable memory unit is,
33416@pxref{addressable memory unit}.
33417
a2c02241
NR
33418@c REMOVED FROM THE INTERFACE.
33419@c @subheading -data-assign
33420@c Change the value of a program variable. Plenty of side effects.
79a6e687 33421@c @subsubheading GDB Command
a2c02241
NR
33422@c set variable
33423@c @subsubheading Example
33424@c N.A.
33425
33426@subheading The @code{-data-disassemble} Command
33427@findex -data-disassemble
922fbb7b
AC
33428
33429@subsubheading Synopsis
33430
33431@smallexample
a2c02241
NR
33432 -data-disassemble
33433 [ -s @var{start-addr} -e @var{end-addr} ]
26fb3983 33434 | [ -a @var{addr} ]
a2c02241
NR
33435 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
33436 -- @var{mode}
922fbb7b
AC
33437@end smallexample
33438
a2c02241
NR
33439@noindent
33440Where:
33441
33442@table @samp
33443@item @var{start-addr}
33444is the beginning address (or @code{$pc})
33445@item @var{end-addr}
33446is the end address
26fb3983
JV
33447@item @var{addr}
33448is an address anywhere within (or the name of) the function to
33449disassemble. If an address is specified, the whole function
33450surrounding that address will be disassembled. If a name is
33451specified, the whole function with that name will be disassembled.
a2c02241
NR
33452@item @var{filename}
33453is the name of the file to disassemble
33454@item @var{linenum}
33455is the line number to disassemble around
33456@item @var{lines}
d3e8051b 33457is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
33458the whole function will be disassembled, in case no @var{end-addr} is
33459specified. If @var{end-addr} is specified as a non-zero value, and
33460@var{lines} is lower than the number of disassembly lines between
33461@var{start-addr} and @var{end-addr}, only @var{lines} lines are
33462displayed; if @var{lines} is higher than the number of lines between
33463@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
33464are displayed.
33465@item @var{mode}
6ff0ba5f
DE
33466is one of:
33467@itemize @bullet
33468@item 0 disassembly only
33469@item 1 mixed source and disassembly (deprecated)
33470@item 2 disassembly with raw opcodes
33471@item 3 mixed source and disassembly with raw opcodes (deprecated)
33472@item 4 mixed source and disassembly
33473@item 5 mixed source and disassembly with raw opcodes
33474@end itemize
33475
33476Modes 1 and 3 are deprecated. The output is ``source centric''
33477which hasn't proved useful in practice.
33478@xref{Machine Code}, for a discussion of the difference between
33479@code{/m} and @code{/s} output of the @code{disassemble} command.
a2c02241
NR
33480@end table
33481
33482@subsubheading Result
33483
ed8a1c2d
AB
33484The result of the @code{-data-disassemble} command will be a list named
33485@samp{asm_insns}, the contents of this list depend on the @var{mode}
33486used with the @code{-data-disassemble} command.
a2c02241 33487
ed8a1c2d
AB
33488For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
33489following fields:
33490
33491@table @code
33492@item address
33493The address at which this instruction was disassembled.
33494
33495@item func-name
33496The name of the function this instruction is within.
33497
33498@item offset
33499The decimal offset in bytes from the start of @samp{func-name}.
33500
33501@item inst
33502The text disassembly for this @samp{address}.
33503
33504@item opcodes
6ff0ba5f 33505This field is only present for modes 2, 3 and 5. This contains the raw opcode
ed8a1c2d
AB
33506bytes for the @samp{inst} field.
33507
33508@end table
33509
6ff0ba5f 33510For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
ed8a1c2d 33511@samp{src_and_asm_line}, each of which has the following fields:
a2c02241 33512
ed8a1c2d
AB
33513@table @code
33514@item line
33515The line number within @samp{file}.
33516
33517@item file
33518The file name from the compilation unit. This might be an absolute
33519file name or a relative file name depending on the compile command
33520used.
33521
33522@item fullname
f35a17b5
JK
33523Absolute file name of @samp{file}. It is converted to a canonical form
33524using the source file search path
33525(@pxref{Source Path, ,Specifying Source Directories})
33526and after resolving all the symbolic links.
33527
33528If the source file is not found this field will contain the path as
33529present in the debug information.
ed8a1c2d
AB
33530
33531@item line_asm_insn
33532This is a list of tuples containing the disassembly for @samp{line} in
33533@samp{file}. The fields of each tuple are the same as for
33534@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
33535@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
33536@samp{opcodes}.
33537
33538@end table
33539
33540Note that whatever included in the @samp{inst} field, is not
33541manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
33542adjust its format.
922fbb7b
AC
33543
33544@subsubheading @value{GDBN} Command
33545
ed8a1c2d 33546The corresponding @value{GDBN} command is @samp{disassemble}.
922fbb7b
AC
33547
33548@subsubheading Example
33549
a2c02241
NR
33550Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
33551
922fbb7b 33552@smallexample
594fe323 33553(gdb)
a2c02241
NR
33554-data-disassemble -s $pc -e "$pc + 20" -- 0
33555^done,
33556asm_insns=[
33557@{address="0x000107c0",func-name="main",offset="4",
33558inst="mov 2, %o0"@},
33559@{address="0x000107c4",func-name="main",offset="8",
33560inst="sethi %hi(0x11800), %o2"@},
33561@{address="0x000107c8",func-name="main",offset="12",
33562inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
33563@{address="0x000107cc",func-name="main",offset="16",
33564inst="sethi %hi(0x11800), %o2"@},
33565@{address="0x000107d0",func-name="main",offset="20",
33566inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 33567(gdb)
a2c02241
NR
33568@end smallexample
33569
33570Disassemble the whole @code{main} function. Line 32 is part of
33571@code{main}.
33572
33573@smallexample
33574-data-disassemble -f basics.c -l 32 -- 0
33575^done,asm_insns=[
33576@{address="0x000107bc",func-name="main",offset="0",
33577inst="save %sp, -112, %sp"@},
33578@{address="0x000107c0",func-name="main",offset="4",
33579inst="mov 2, %o0"@},
33580@{address="0x000107c4",func-name="main",offset="8",
33581inst="sethi %hi(0x11800), %o2"@},
33582[@dots{}]
33583@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
33584@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 33585(gdb)
922fbb7b
AC
33586@end smallexample
33587
a2c02241 33588Disassemble 3 instructions from the start of @code{main}:
922fbb7b 33589
a2c02241 33590@smallexample
594fe323 33591(gdb)
a2c02241
NR
33592-data-disassemble -f basics.c -l 32 -n 3 -- 0
33593^done,asm_insns=[
33594@{address="0x000107bc",func-name="main",offset="0",
33595inst="save %sp, -112, %sp"@},
33596@{address="0x000107c0",func-name="main",offset="4",
33597inst="mov 2, %o0"@},
33598@{address="0x000107c4",func-name="main",offset="8",
33599inst="sethi %hi(0x11800), %o2"@}]
594fe323 33600(gdb)
a2c02241
NR
33601@end smallexample
33602
33603Disassemble 3 instructions from the start of @code{main} in mixed mode:
33604
33605@smallexample
594fe323 33606(gdb)
a2c02241
NR
33607-data-disassemble -f basics.c -l 32 -n 3 -- 1
33608^done,asm_insns=[
33609src_and_asm_line=@{line="31",
ed8a1c2d
AB
33610file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33611fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33612line_asm_insn=[@{address="0x000107bc",
33613func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
a2c02241 33614src_and_asm_line=@{line="32",
ed8a1c2d
AB
33615file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33616fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33617line_asm_insn=[@{address="0x000107c0",
33618func-name="main",offset="4",inst="mov 2, %o0"@},
a2c02241
NR
33619@{address="0x000107c4",func-name="main",offset="8",
33620inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 33621(gdb)
a2c02241
NR
33622@end smallexample
33623
33624
33625@subheading The @code{-data-evaluate-expression} Command
33626@findex -data-evaluate-expression
922fbb7b
AC
33627
33628@subsubheading Synopsis
33629
33630@smallexample
a2c02241 33631 -data-evaluate-expression @var{expr}
922fbb7b
AC
33632@end smallexample
33633
a2c02241
NR
33634Evaluate @var{expr} as an expression. The expression could contain an
33635inferior function call. The function call will execute synchronously.
33636If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
33637
33638@subsubheading @value{GDBN} Command
33639
a2c02241
NR
33640The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
33641@samp{call}. In @code{gdbtk} only, there's a corresponding
33642@samp{gdb_eval} command.
922fbb7b
AC
33643
33644@subsubheading Example
33645
a2c02241
NR
33646In the following example, the numbers that precede the commands are the
33647@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
33648Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
33649output.
33650
922fbb7b 33651@smallexample
a2c02241
NR
33652211-data-evaluate-expression A
33653211^done,value="1"
594fe323 33654(gdb)
a2c02241
NR
33655311-data-evaluate-expression &A
33656311^done,value="0xefffeb7c"
594fe323 33657(gdb)
a2c02241
NR
33658411-data-evaluate-expression A+3
33659411^done,value="4"
594fe323 33660(gdb)
a2c02241
NR
33661511-data-evaluate-expression "A + 3"
33662511^done,value="4"
594fe323 33663(gdb)
a2c02241 33664@end smallexample
922fbb7b
AC
33665
33666
a2c02241
NR
33667@subheading The @code{-data-list-changed-registers} Command
33668@findex -data-list-changed-registers
922fbb7b
AC
33669
33670@subsubheading Synopsis
33671
33672@smallexample
a2c02241 33673 -data-list-changed-registers
922fbb7b
AC
33674@end smallexample
33675
a2c02241 33676Display a list of the registers that have changed.
922fbb7b
AC
33677
33678@subsubheading @value{GDBN} Command
33679
a2c02241
NR
33680@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
33681has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
33682
33683@subsubheading Example
922fbb7b 33684
a2c02241 33685On a PPC MBX board:
922fbb7b
AC
33686
33687@smallexample
594fe323 33688(gdb)
a2c02241
NR
33689-exec-continue
33690^running
922fbb7b 33691
594fe323 33692(gdb)
a47ec5fe
AR
33693*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
33694func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
6d52907e 33695line="5",arch="powerpc"@}
594fe323 33696(gdb)
a2c02241
NR
33697-data-list-changed-registers
33698^done,changed-registers=["0","1","2","4","5","6","7","8","9",
33699"10","11","13","14","15","16","17","18","19","20","21","22","23",
33700"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 33701(gdb)
a2c02241 33702@end smallexample
922fbb7b
AC
33703
33704
a2c02241
NR
33705@subheading The @code{-data-list-register-names} Command
33706@findex -data-list-register-names
922fbb7b
AC
33707
33708@subsubheading Synopsis
33709
33710@smallexample
a2c02241 33711 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
33712@end smallexample
33713
a2c02241
NR
33714Show a list of register names for the current target. If no arguments
33715are given, it shows a list of the names of all the registers. If
33716integer numbers are given as arguments, it will print a list of the
33717names of the registers corresponding to the arguments. To ensure
33718consistency between a register name and its number, the output list may
33719include empty register names.
922fbb7b
AC
33720
33721@subsubheading @value{GDBN} Command
33722
a2c02241
NR
33723@value{GDBN} does not have a command which corresponds to
33724@samp{-data-list-register-names}. In @code{gdbtk} there is a
33725corresponding command @samp{gdb_regnames}.
922fbb7b
AC
33726
33727@subsubheading Example
922fbb7b 33728
a2c02241
NR
33729For the PPC MBX board:
33730@smallexample
594fe323 33731(gdb)
a2c02241
NR
33732-data-list-register-names
33733^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
33734"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
33735"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
33736"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
33737"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
33738"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
33739"", "pc","ps","cr","lr","ctr","xer"]
594fe323 33740(gdb)
a2c02241
NR
33741-data-list-register-names 1 2 3
33742^done,register-names=["r1","r2","r3"]
594fe323 33743(gdb)
a2c02241 33744@end smallexample
922fbb7b 33745
a2c02241
NR
33746@subheading The @code{-data-list-register-values} Command
33747@findex -data-list-register-values
922fbb7b
AC
33748
33749@subsubheading Synopsis
33750
33751@smallexample
c898adb7
YQ
33752 -data-list-register-values
33753 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
33754@end smallexample
33755
697aa1b7
EZ
33756Display the registers' contents. The format according to which the
33757registers' contents are to be returned is given by @var{fmt}, followed
33758by an optional list of numbers specifying the registers to display. A
33759missing list of numbers indicates that the contents of all the
33760registers must be returned. The @code{--skip-unavailable} option
33761indicates that only the available registers are to be returned.
a2c02241
NR
33762
33763Allowed formats for @var{fmt} are:
33764
33765@table @code
33766@item x
33767Hexadecimal
33768@item o
33769Octal
33770@item t
33771Binary
33772@item d
33773Decimal
33774@item r
33775Raw
33776@item N
33777Natural
33778@end table
922fbb7b
AC
33779
33780@subsubheading @value{GDBN} Command
33781
a2c02241
NR
33782The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
33783all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
33784
33785@subsubheading Example
922fbb7b 33786
a2c02241
NR
33787For a PPC MBX board (note: line breaks are for readability only, they
33788don't appear in the actual output):
33789
33790@smallexample
594fe323 33791(gdb)
a2c02241
NR
33792-data-list-register-values r 64 65
33793^done,register-values=[@{number="64",value="0xfe00a300"@},
33794@{number="65",value="0x00029002"@}]
594fe323 33795(gdb)
a2c02241
NR
33796-data-list-register-values x
33797^done,register-values=[@{number="0",value="0xfe0043c8"@},
33798@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
33799@{number="3",value="0x0"@},@{number="4",value="0xa"@},
33800@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
33801@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
33802@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
33803@{number="11",value="0x1"@},@{number="12",value="0x0"@},
33804@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
33805@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
33806@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
33807@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
33808@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
33809@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
33810@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
33811@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
33812@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
33813@{number="31",value="0x0"@},@{number="32",value="0x0"@},
33814@{number="33",value="0x0"@},@{number="34",value="0x0"@},
33815@{number="35",value="0x0"@},@{number="36",value="0x0"@},
33816@{number="37",value="0x0"@},@{number="38",value="0x0"@},
33817@{number="39",value="0x0"@},@{number="40",value="0x0"@},
33818@{number="41",value="0x0"@},@{number="42",value="0x0"@},
33819@{number="43",value="0x0"@},@{number="44",value="0x0"@},
33820@{number="45",value="0x0"@},@{number="46",value="0x0"@},
33821@{number="47",value="0x0"@},@{number="48",value="0x0"@},
33822@{number="49",value="0x0"@},@{number="50",value="0x0"@},
33823@{number="51",value="0x0"@},@{number="52",value="0x0"@},
33824@{number="53",value="0x0"@},@{number="54",value="0x0"@},
33825@{number="55",value="0x0"@},@{number="56",value="0x0"@},
33826@{number="57",value="0x0"@},@{number="58",value="0x0"@},
33827@{number="59",value="0x0"@},@{number="60",value="0x0"@},
33828@{number="61",value="0x0"@},@{number="62",value="0x0"@},
33829@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
33830@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
33831@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
33832@{number="69",value="0x20002b03"@}]
594fe323 33833(gdb)
a2c02241 33834@end smallexample
922fbb7b 33835
a2c02241
NR
33836
33837@subheading The @code{-data-read-memory} Command
33838@findex -data-read-memory
922fbb7b 33839
8dedea02
VP
33840This command is deprecated, use @code{-data-read-memory-bytes} instead.
33841
922fbb7b
AC
33842@subsubheading Synopsis
33843
33844@smallexample
a2c02241
NR
33845 -data-read-memory [ -o @var{byte-offset} ]
33846 @var{address} @var{word-format} @var{word-size}
33847 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
33848@end smallexample
33849
a2c02241
NR
33850@noindent
33851where:
922fbb7b 33852
a2c02241
NR
33853@table @samp
33854@item @var{address}
33855An expression specifying the address of the first memory word to be
33856read. Complex expressions containing embedded white space should be
33857quoted using the C convention.
922fbb7b 33858
a2c02241
NR
33859@item @var{word-format}
33860The format to be used to print the memory words. The notation is the
33861same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 33862,Output Formats}).
922fbb7b 33863
a2c02241
NR
33864@item @var{word-size}
33865The size of each memory word in bytes.
922fbb7b 33866
a2c02241
NR
33867@item @var{nr-rows}
33868The number of rows in the output table.
922fbb7b 33869
a2c02241
NR
33870@item @var{nr-cols}
33871The number of columns in the output table.
922fbb7b 33872
a2c02241
NR
33873@item @var{aschar}
33874If present, indicates that each row should include an @sc{ascii} dump. The
33875value of @var{aschar} is used as a padding character when a byte is not a
33876member of the printable @sc{ascii} character set (printable @sc{ascii}
33877characters are those whose code is between 32 and 126, inclusively).
922fbb7b 33878
a2c02241
NR
33879@item @var{byte-offset}
33880An offset to add to the @var{address} before fetching memory.
33881@end table
922fbb7b 33882
a2c02241
NR
33883This command displays memory contents as a table of @var{nr-rows} by
33884@var{nr-cols} words, each word being @var{word-size} bytes. In total,
33885@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
33886(returned as @samp{total-bytes}). Should less than the requested number
33887of bytes be returned by the target, the missing words are identified
33888using @samp{N/A}. The number of bytes read from the target is returned
33889in @samp{nr-bytes} and the starting address used to read memory in
33890@samp{addr}.
33891
33892The address of the next/previous row or page is available in
33893@samp{next-row} and @samp{prev-row}, @samp{next-page} and
33894@samp{prev-page}.
922fbb7b
AC
33895
33896@subsubheading @value{GDBN} Command
33897
a2c02241
NR
33898The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
33899@samp{gdb_get_mem} memory read command.
922fbb7b
AC
33900
33901@subsubheading Example
32e7087d 33902
a2c02241
NR
33903Read six bytes of memory starting at @code{bytes+6} but then offset by
33904@code{-6} bytes. Format as three rows of two columns. One byte per
33905word. Display each word in hex.
32e7087d
JB
33906
33907@smallexample
594fe323 33908(gdb)
a2c02241
NR
339099-data-read-memory -o -6 -- bytes+6 x 1 3 2
339109^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
33911next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
33912prev-page="0x0000138a",memory=[
33913@{addr="0x00001390",data=["0x00","0x01"]@},
33914@{addr="0x00001392",data=["0x02","0x03"]@},
33915@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 33916(gdb)
32e7087d
JB
33917@end smallexample
33918
a2c02241
NR
33919Read two bytes of memory starting at address @code{shorts + 64} and
33920display as a single word formatted in decimal.
32e7087d 33921
32e7087d 33922@smallexample
594fe323 33923(gdb)
a2c02241
NR
339245-data-read-memory shorts+64 d 2 1 1
339255^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
33926next-row="0x00001512",prev-row="0x0000150e",
33927next-page="0x00001512",prev-page="0x0000150e",memory=[
33928@{addr="0x00001510",data=["128"]@}]
594fe323 33929(gdb)
32e7087d
JB
33930@end smallexample
33931
a2c02241
NR
33932Read thirty two bytes of memory starting at @code{bytes+16} and format
33933as eight rows of four columns. Include a string encoding with @samp{x}
33934used as the non-printable character.
922fbb7b
AC
33935
33936@smallexample
594fe323 33937(gdb)
a2c02241
NR
339384-data-read-memory bytes+16 x 1 8 4 x
339394^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
33940next-row="0x000013c0",prev-row="0x0000139c",
33941next-page="0x000013c0",prev-page="0x00001380",memory=[
33942@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
33943@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
33944@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
33945@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
33946@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
33947@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
33948@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
33949@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 33950(gdb)
922fbb7b
AC
33951@end smallexample
33952
8dedea02
VP
33953@subheading The @code{-data-read-memory-bytes} Command
33954@findex -data-read-memory-bytes
33955
33956@subsubheading Synopsis
33957
33958@smallexample
a86c90e6 33959 -data-read-memory-bytes [ -o @var{offset} ]
8dedea02
VP
33960 @var{address} @var{count}
33961@end smallexample
33962
33963@noindent
33964where:
33965
33966@table @samp
33967@item @var{address}
a86c90e6
SM
33968An expression specifying the address of the first addressable memory unit
33969to be read. Complex expressions containing embedded white space should be
8dedea02
VP
33970quoted using the C convention.
33971
33972@item @var{count}
a86c90e6
SM
33973The number of addressable memory units to read. This should be an integer
33974literal.
8dedea02 33975
a86c90e6
SM
33976@item @var{offset}
33977The offset relative to @var{address} at which to start reading. This
33978should be an integer literal. This option is provided so that a frontend
33979is not required to first evaluate address and then perform address
33980arithmetics itself.
8dedea02
VP
33981
33982@end table
33983
33984This command attempts to read all accessible memory regions in the
33985specified range. First, all regions marked as unreadable in the memory
33986map (if one is defined) will be skipped. @xref{Memory Region
33987Attributes}. Second, @value{GDBN} will attempt to read the remaining
33988regions. For each one, if reading full region results in an errors,
33989@value{GDBN} will try to read a subset of the region.
33990
a86c90e6
SM
33991In general, every single memory unit in the region may be readable or not,
33992and the only way to read every readable unit is to try a read at
8dedea02 33993every address, which is not practical. Therefore, @value{GDBN} will
a86c90e6 33994attempt to read all accessible memory units at either beginning or the end
8dedea02 33995of the region, using a binary division scheme. This heuristic works
6b92c0d3 33996well for reading across a memory map boundary. Note that if a region
8dedea02
VP
33997has a readable range that is neither at the beginning or the end,
33998@value{GDBN} will not read it.
33999
34000The result record (@pxref{GDB/MI Result Records}) that is output of
34001the command includes a field named @samp{memory} whose content is a
34002list of tuples. Each tuple represent a successfully read memory block
34003and has the following fields:
34004
34005@table @code
34006@item begin
34007The start address of the memory block, as hexadecimal literal.
34008
34009@item end
34010The end address of the memory block, as hexadecimal literal.
34011
34012@item offset
34013The offset of the memory block, as hexadecimal literal, relative to
34014the start address passed to @code{-data-read-memory-bytes}.
34015
34016@item contents
34017The contents of the memory block, in hex.
34018
34019@end table
34020
34021
34022
34023@subsubheading @value{GDBN} Command
34024
34025The corresponding @value{GDBN} command is @samp{x}.
34026
34027@subsubheading Example
34028
34029@smallexample
34030(gdb)
34031-data-read-memory-bytes &a 10
34032^done,memory=[@{begin="0xbffff154",offset="0x00000000",
34033 end="0xbffff15e",
34034 contents="01000000020000000300"@}]
34035(gdb)
34036@end smallexample
34037
34038
34039@subheading The @code{-data-write-memory-bytes} Command
34040@findex -data-write-memory-bytes
34041
34042@subsubheading Synopsis
34043
34044@smallexample
34045 -data-write-memory-bytes @var{address} @var{contents}
62747a60 34046 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
8dedea02
VP
34047@end smallexample
34048
34049@noindent
34050where:
34051
34052@table @samp
34053@item @var{address}
a86c90e6
SM
34054An expression specifying the address of the first addressable memory unit
34055to be written. Complex expressions containing embedded white space should
34056be quoted using the C convention.
8dedea02
VP
34057
34058@item @var{contents}
a86c90e6
SM
34059The hex-encoded data to write. It is an error if @var{contents} does
34060not represent an integral number of addressable memory units.
8dedea02 34061
62747a60 34062@item @var{count}
a86c90e6
SM
34063Optional argument indicating the number of addressable memory units to be
34064written. If @var{count} is greater than @var{contents}' length,
34065@value{GDBN} will repeatedly write @var{contents} until it fills
34066@var{count} memory units.
62747a60 34067
8dedea02
VP
34068@end table
34069
34070@subsubheading @value{GDBN} Command
34071
34072There's no corresponding @value{GDBN} command.
34073
34074@subsubheading Example
34075
34076@smallexample
34077(gdb)
34078-data-write-memory-bytes &a "aabbccdd"
34079^done
34080(gdb)
34081@end smallexample
34082
62747a60
TT
34083@smallexample
34084(gdb)
34085-data-write-memory-bytes &a "aabbccdd" 16e
34086^done
34087(gdb)
34088@end smallexample
8dedea02 34089
a2c02241
NR
34090@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34091@node GDB/MI Tracepoint Commands
34092@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 34093
18148017
VP
34094The commands defined in this section implement MI support for
34095tracepoints. For detailed introduction, see @ref{Tracepoints}.
34096
34097@subheading The @code{-trace-find} Command
34098@findex -trace-find
34099
34100@subsubheading Synopsis
34101
34102@smallexample
34103 -trace-find @var{mode} [@var{parameters}@dots{}]
34104@end smallexample
34105
34106Find a trace frame using criteria defined by @var{mode} and
34107@var{parameters}. The following table lists permissible
34108modes and their parameters. For details of operation, see @ref{tfind}.
34109
34110@table @samp
34111
34112@item none
34113No parameters are required. Stops examining trace frames.
34114
34115@item frame-number
34116An integer is required as parameter. Selects tracepoint frame with
34117that index.
34118
34119@item tracepoint-number
34120An integer is required as parameter. Finds next
34121trace frame that corresponds to tracepoint with the specified number.
34122
34123@item pc
34124An address is required as parameter. Finds
34125next trace frame that corresponds to any tracepoint at the specified
34126address.
34127
34128@item pc-inside-range
34129Two addresses are required as parameters. Finds next trace
34130frame that corresponds to a tracepoint at an address inside the
34131specified range. Both bounds are considered to be inside the range.
34132
34133@item pc-outside-range
34134Two addresses are required as parameters. Finds
34135next trace frame that corresponds to a tracepoint at an address outside
34136the specified range. Both bounds are considered to be inside the range.
34137
34138@item line
34139Line specification is required as parameter. @xref{Specify Location}.
34140Finds next trace frame that corresponds to a tracepoint at
34141the specified location.
34142
34143@end table
34144
34145If @samp{none} was passed as @var{mode}, the response does not
34146have fields. Otherwise, the response may have the following fields:
34147
34148@table @samp
34149@item found
34150This field has either @samp{0} or @samp{1} as the value, depending
34151on whether a matching tracepoint was found.
34152
34153@item traceframe
34154The index of the found traceframe. This field is present iff
34155the @samp{found} field has value of @samp{1}.
34156
34157@item tracepoint
34158The index of the found tracepoint. This field is present iff
34159the @samp{found} field has value of @samp{1}.
34160
34161@item frame
34162The information about the frame corresponding to the found trace
34163frame. This field is present only if a trace frame was found.
cd64ee31 34164@xref{GDB/MI Frame Information}, for description of this field.
18148017
VP
34165
34166@end table
34167
7d13fe92
SS
34168@subsubheading @value{GDBN} Command
34169
34170The corresponding @value{GDBN} command is @samp{tfind}.
34171
18148017
VP
34172@subheading -trace-define-variable
34173@findex -trace-define-variable
34174
34175@subsubheading Synopsis
34176
34177@smallexample
34178 -trace-define-variable @var{name} [ @var{value} ]
34179@end smallexample
34180
34181Create trace variable @var{name} if it does not exist. If
34182@var{value} is specified, sets the initial value of the specified
34183trace variable to that value. Note that the @var{name} should start
34184with the @samp{$} character.
34185
7d13fe92
SS
34186@subsubheading @value{GDBN} Command
34187
34188The corresponding @value{GDBN} command is @samp{tvariable}.
34189
dc673c81
YQ
34190@subheading The @code{-trace-frame-collected} Command
34191@findex -trace-frame-collected
34192
34193@subsubheading Synopsis
34194
34195@smallexample
34196 -trace-frame-collected
34197 [--var-print-values @var{var_pval}]
34198 [--comp-print-values @var{comp_pval}]
34199 [--registers-format @var{regformat}]
34200 [--memory-contents]
34201@end smallexample
34202
34203This command returns the set of collected objects, register names,
34204trace state variable names, memory ranges and computed expressions
34205that have been collected at a particular trace frame. The optional
34206parameters to the command affect the output format in different ways.
34207See the output description table below for more details.
34208
34209The reported names can be used in the normal manner to create
34210varobjs and inspect the objects themselves. The items returned by
34211this command are categorized so that it is clear which is a variable,
34212which is a register, which is a trace state variable, which is a
34213memory range and which is a computed expression.
34214
34215For instance, if the actions were
34216@smallexample
34217collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
34218collect *(int*)0xaf02bef0@@40
34219@end smallexample
34220
34221@noindent
34222the object collected in its entirety would be @code{myVar}. The
34223object @code{myArray} would be partially collected, because only the
34224element at index @code{myIndex} would be collected. The remaining
34225objects would be computed expressions.
34226
34227An example output would be:
34228
34229@smallexample
34230(gdb)
34231-trace-frame-collected
34232^done,
34233 explicit-variables=[@{name="myVar",value="1"@}],
34234 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
34235 @{name="myObj.field",value="0"@},
34236 @{name="myPtr->field",value="1"@},
34237 @{name="myCount + 2",value="3"@},
34238 @{name="$tvar1 + 1",value="43970027"@}],
34239 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
34240 @{number="1",value="0x0"@},
34241 @{number="2",value="0x4"@},
34242 ...
34243 @{number="125",value="0x0"@}],
34244 tvars=[@{name="$tvar1",current="43970026"@}],
34245 memory=[@{address="0x0000000000602264",length="4"@},
34246 @{address="0x0000000000615bc0",length="4"@}]
34247(gdb)
34248@end smallexample
34249
34250Where:
34251
34252@table @code
34253@item explicit-variables
34254The set of objects that have been collected in their entirety (as
34255opposed to collecting just a few elements of an array or a few struct
34256members). For each object, its name and value are printed.
34257The @code{--var-print-values} option affects how or whether the value
34258field is output. If @var{var_pval} is 0, then print only the names;
34259if it is 1, print also their values; and if it is 2, print the name,
34260type and value for simple data types, and the name and type for
34261arrays, structures and unions.
34262
34263@item computed-expressions
34264The set of computed expressions that have been collected at the
34265current trace frame. The @code{--comp-print-values} option affects
34266this set like the @code{--var-print-values} option affects the
34267@code{explicit-variables} set. See above.
34268
34269@item registers
34270The registers that have been collected at the current trace frame.
34271For each register collected, the name and current value are returned.
34272The value is formatted according to the @code{--registers-format}
34273option. See the @command{-data-list-register-values} command for a
34274list of the allowed formats. The default is @samp{x}.
34275
34276@item tvars
34277The trace state variables that have been collected at the current
34278trace frame. For each trace state variable collected, the name and
34279current value are returned.
34280
34281@item memory
34282The set of memory ranges that have been collected at the current trace
34283frame. Its content is a list of tuples. Each tuple represents a
34284collected memory range and has the following fields:
34285
34286@table @code
34287@item address
34288The start address of the memory range, as hexadecimal literal.
34289
34290@item length
34291The length of the memory range, as decimal literal.
34292
34293@item contents
34294The contents of the memory block, in hex. This field is only present
34295if the @code{--memory-contents} option is specified.
34296
34297@end table
34298
34299@end table
34300
34301@subsubheading @value{GDBN} Command
34302
34303There is no corresponding @value{GDBN} command.
34304
34305@subsubheading Example
34306
18148017
VP
34307@subheading -trace-list-variables
34308@findex -trace-list-variables
922fbb7b 34309
18148017 34310@subsubheading Synopsis
922fbb7b 34311
18148017
VP
34312@smallexample
34313 -trace-list-variables
34314@end smallexample
922fbb7b 34315
18148017
VP
34316Return a table of all defined trace variables. Each element of the
34317table has the following fields:
922fbb7b 34318
18148017
VP
34319@table @samp
34320@item name
34321The name of the trace variable. This field is always present.
922fbb7b 34322
18148017
VP
34323@item initial
34324The initial value. This is a 64-bit signed integer. This
34325field is always present.
922fbb7b 34326
18148017
VP
34327@item current
34328The value the trace variable has at the moment. This is a 64-bit
34329signed integer. This field is absent iff current value is
34330not defined, for example if the trace was never run, or is
34331presently running.
922fbb7b 34332
18148017 34333@end table
922fbb7b 34334
7d13fe92
SS
34335@subsubheading @value{GDBN} Command
34336
34337The corresponding @value{GDBN} command is @samp{tvariables}.
34338
18148017 34339@subsubheading Example
922fbb7b 34340
18148017
VP
34341@smallexample
34342(gdb)
34343-trace-list-variables
34344^done,trace-variables=@{nr_rows="1",nr_cols="3",
34345hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
34346 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
34347 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
34348body=[variable=@{name="$trace_timestamp",initial="0"@}
34349 variable=@{name="$foo",initial="10",current="15"@}]@}
34350(gdb)
34351@end smallexample
922fbb7b 34352
18148017
VP
34353@subheading -trace-save
34354@findex -trace-save
922fbb7b 34355
18148017
VP
34356@subsubheading Synopsis
34357
34358@smallexample
99e61eda 34359 -trace-save [ -r ] [ -ctf ] @var{filename}
18148017
VP
34360@end smallexample
34361
34362Saves the collected trace data to @var{filename}. Without the
34363@samp{-r} option, the data is downloaded from the target and saved
34364in a local file. With the @samp{-r} option the target is asked
34365to perform the save.
34366
99e61eda
SM
34367By default, this command will save the trace in the tfile format. You can
34368supply the optional @samp{-ctf} argument to save it the CTF format. See
34369@ref{Trace Files} for more information about CTF.
34370
7d13fe92
SS
34371@subsubheading @value{GDBN} Command
34372
34373The corresponding @value{GDBN} command is @samp{tsave}.
34374
18148017
VP
34375
34376@subheading -trace-start
34377@findex -trace-start
34378
34379@subsubheading Synopsis
34380
34381@smallexample
34382 -trace-start
34383@end smallexample
922fbb7b 34384
be06ba8c 34385Starts a tracing experiment. The result of this command does not
18148017 34386have any fields.
922fbb7b 34387
7d13fe92
SS
34388@subsubheading @value{GDBN} Command
34389
34390The corresponding @value{GDBN} command is @samp{tstart}.
34391
18148017
VP
34392@subheading -trace-status
34393@findex -trace-status
922fbb7b 34394
18148017
VP
34395@subsubheading Synopsis
34396
34397@smallexample
34398 -trace-status
34399@end smallexample
34400
a97153c7 34401Obtains the status of a tracing experiment. The result may include
18148017
VP
34402the following fields:
34403
34404@table @samp
34405
34406@item supported
34407May have a value of either @samp{0}, when no tracing operations are
34408supported, @samp{1}, when all tracing operations are supported, or
34409@samp{file} when examining trace file. In the latter case, examining
34410of trace frame is possible but new tracing experiement cannot be
34411started. This field is always present.
34412
34413@item running
34414May have a value of either @samp{0} or @samp{1} depending on whether
34415tracing experiement is in progress on target. This field is present
34416if @samp{supported} field is not @samp{0}.
34417
34418@item stop-reason
34419Report the reason why the tracing was stopped last time. This field
34420may be absent iff tracing was never stopped on target yet. The
34421value of @samp{request} means the tracing was stopped as result of
34422the @code{-trace-stop} command. The value of @samp{overflow} means
34423the tracing buffer is full. The value of @samp{disconnection} means
34424tracing was automatically stopped when @value{GDBN} has disconnected.
34425The value of @samp{passcount} means tracing was stopped when a
34426tracepoint was passed a maximal number of times for that tracepoint.
34427This field is present if @samp{supported} field is not @samp{0}.
34428
34429@item stopping-tracepoint
34430The number of tracepoint whose passcount as exceeded. This field is
34431present iff the @samp{stop-reason} field has the value of
34432@samp{passcount}.
34433
34434@item frames
87290684
SS
34435@itemx frames-created
34436The @samp{frames} field is a count of the total number of trace frames
34437in the trace buffer, while @samp{frames-created} is the total created
34438during the run, including ones that were discarded, such as when a
34439circular trace buffer filled up. Both fields are optional.
18148017
VP
34440
34441@item buffer-size
34442@itemx buffer-free
34443These fields tell the current size of the tracing buffer and the
87290684 34444remaining space. These fields are optional.
18148017 34445
a97153c7
PA
34446@item circular
34447The value of the circular trace buffer flag. @code{1} means that the
34448trace buffer is circular and old trace frames will be discarded if
34449necessary to make room, @code{0} means that the trace buffer is linear
34450and may fill up.
34451
34452@item disconnected
34453The value of the disconnected tracing flag. @code{1} means that
34454tracing will continue after @value{GDBN} disconnects, @code{0} means
34455that the trace run will stop.
34456
f5911ea1
HAQ
34457@item trace-file
34458The filename of the trace file being examined. This field is
34459optional, and only present when examining a trace file.
34460
18148017
VP
34461@end table
34462
7d13fe92
SS
34463@subsubheading @value{GDBN} Command
34464
34465The corresponding @value{GDBN} command is @samp{tstatus}.
34466
18148017
VP
34467@subheading -trace-stop
34468@findex -trace-stop
34469
34470@subsubheading Synopsis
34471
34472@smallexample
34473 -trace-stop
34474@end smallexample
922fbb7b 34475
18148017
VP
34476Stops a tracing experiment. The result of this command has the same
34477fields as @code{-trace-status}, except that the @samp{supported} and
34478@samp{running} fields are not output.
922fbb7b 34479
7d13fe92
SS
34480@subsubheading @value{GDBN} Command
34481
34482The corresponding @value{GDBN} command is @samp{tstop}.
34483
922fbb7b 34484
a2c02241
NR
34485@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34486@node GDB/MI Symbol Query
34487@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
34488
34489
9901a55b 34490@ignore
a2c02241
NR
34491@subheading The @code{-symbol-info-address} Command
34492@findex -symbol-info-address
922fbb7b
AC
34493
34494@subsubheading Synopsis
34495
34496@smallexample
a2c02241 34497 -symbol-info-address @var{symbol}
922fbb7b
AC
34498@end smallexample
34499
a2c02241 34500Describe where @var{symbol} is stored.
922fbb7b
AC
34501
34502@subsubheading @value{GDBN} Command
34503
a2c02241 34504The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
34505
34506@subsubheading Example
34507N.A.
34508
34509
a2c02241
NR
34510@subheading The @code{-symbol-info-file} Command
34511@findex -symbol-info-file
922fbb7b
AC
34512
34513@subsubheading Synopsis
34514
34515@smallexample
a2c02241 34516 -symbol-info-file
922fbb7b
AC
34517@end smallexample
34518
a2c02241 34519Show the file for the symbol.
922fbb7b 34520
a2c02241 34521@subsubheading @value{GDBN} Command
922fbb7b 34522
a2c02241
NR
34523There's no equivalent @value{GDBN} command. @code{gdbtk} has
34524@samp{gdb_find_file}.
922fbb7b
AC
34525
34526@subsubheading Example
34527N.A.
7dc42066
AB
34528@end ignore
34529
34530@subheading The @code{-symbol-info-functions} Command
34531@findex -symbol-info-functions
34532@anchor{-symbol-info-functions}
34533
34534@subsubheading Synopsis
34535
34536@smallexample
34537 -symbol-info-functions [--include-nondebug]
34538 [--type @var{type_regexp}]
34539 [--name @var{name_regexp}]
c2512106 34540 [--max-results @var{limit}]
7dc42066
AB
34541@end smallexample
34542
34543@noindent
34544Return a list containing the names and types for all global functions
34545taken from the debug information. The functions are grouped by source
34546file, and shown with the line number on which each function is
34547defined.
922fbb7b 34548
7dc42066
AB
34549The @code{--include-nondebug} option causes the output to include
34550code symbols from the symbol table.
922fbb7b 34551
7dc42066
AB
34552The options @code{--type} and @code{--name} allow the symbols returned
34553to be filtered based on either the name of the function, or the type
34554signature of the function.
34555
c2512106
AB
34556The option @code{--max-results} restricts the command to return no
34557more than @var{limit} results. If exactly @var{limit} results are
34558returned then there might be additional results available if a higher
34559limit is used.
34560
7dc42066
AB
34561@subsubheading @value{GDBN} Command
34562
34563The corresponding @value{GDBN} command is @samp{info functions}.
34564
34565@subsubheading Example
34566@smallexample
34567@group
34568(gdb)
34569-symbol-info-functions
34570^done,symbols=
34571 @{debug=
34572 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34573 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34574 symbols=[@{line="36", name="f4", type="void (int *)",
34575 description="void f4(int *);"@},
34576 @{line="42", name="main", type="int ()",
34577 description="int main();"@},
34578 @{line="30", name="f1", type="my_int_t (int, int)",
34579 description="static my_int_t f1(int, int);"@}]@},
34580 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34581 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34582 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34583 description="float f2(another_float_t);"@},
34584 @{line="39", name="f3", type="int (another_int_t)",
34585 description="int f3(another_int_t);"@},
34586 @{line="27", name="f1", type="another_float_t (int)",
34587 description="static another_float_t f1(int);"@}]@}]@}
34588@end group
34589@group
34590(gdb)
34591-symbol-info-functions --name f1
34592^done,symbols=
34593 @{debug=
34594 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34595 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34596 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
34597 description="static my_int_t f1(int, int);"@}]@},
34598 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34599 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34600 symbols=[@{line="27", name="f1", type="another_float_t (int)",
34601 description="static another_float_t f1(int);"@}]@}]@}
34602@end group
34603@group
34604(gdb)
34605-symbol-info-functions --type void
34606^done,symbols=
34607 @{debug=
34608 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34609 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34610 symbols=[@{line="36", name="f4", type="void (int *)",
34611 description="void f4(int *);"@}]@}]@}
34612@end group
34613@group
34614(gdb)
34615-symbol-info-functions --include-nondebug
34616^done,symbols=
34617 @{debug=
34618 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34619 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34620 symbols=[@{line="36", name="f4", type="void (int *)",
34621 description="void f4(int *);"@},
34622 @{line="42", name="main", type="int ()",
34623 description="int main();"@},
34624 @{line="30", name="f1", type="my_int_t (int, int)",
34625 description="static my_int_t f1(int, int);"@}]@},
34626 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34627 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34628 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34629 description="float f2(another_float_t);"@},
34630 @{line="39", name="f3", type="int (another_int_t)",
34631 description="int f3(another_int_t);"@},
34632 @{line="27", name="f1", type="another_float_t (int)",
34633 description="static another_float_t f1(int);"@}]@}],
34634 nondebug=
34635 [@{address="0x0000000000400398",name="_init"@},
34636 @{address="0x00000000004003b0",name="_start"@},
34637 ...
34638 ]@}
34639@end group
34640@end smallexample
34641
293b38d6
AB
34642@subheading The @code{-symbol-info-module-functions} Command
34643@findex -symbol-info-module-functions
34644@anchor{-symbol-info-module-functions}
34645
34646@subsubheading Synopsis
34647
34648@smallexample
34649 -symbol-info-module-functions [--module @var{module_regexp}]
34650 [--name @var{name_regexp}]
34651 [--type @var{type_regexp}]
34652@end smallexample
34653
34654@noindent
34655Return a list containing the names of all known functions within all
34656know Fortran modules. The functions are grouped by source file and
34657containing module, and shown with the line number on which each
34658function is defined.
34659
34660The option @code{--module} only returns results for modules matching
34661@var{module_regexp}. The option @code{--name} only returns functions
34662whose name matches @var{name_regexp}, and @code{--type} only returns
34663functions whose type matches @var{type_regexp}.
34664
34665@subsubheading @value{GDBN} Command
34666
34667The corresponding @value{GDBN} command is @samp{info module functions}.
34668
34669@subsubheading Example
34670
34671@smallexample
34672@group
34673(gdb)
34674-symbol-info-module-functions
34675^done,symbols=
34676 [@{module="mod1",
34677 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34678 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34679 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
34680 description="void mod1::check_all(void);"@}]@}]@},
34681 @{module="mod2",
34682 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34683 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34684 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
34685 description="void mod2::check_var_i(void);"@}]@}]@},
34686 @{module="mod3",
34687 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34688 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34689 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
34690 description="void mod3::check_all(void);"@},
34691 @{line="27",name="mod3::check_mod2",type="void (void)",
34692 description="void mod3::check_mod2(void);"@}]@}]@},
34693 @{module="modmany",
34694 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34695 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34696 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
34697 description="void modmany::check_some(void);"@}]@}]@},
34698 @{module="moduse",
34699 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34700 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34701 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
34702 description="void moduse::check_all(void);"@},
34703 @{line="49",name="moduse::check_var_x",type="void (void)",
34704 description="void moduse::check_var_x(void);"@}]@}]@}]
34705@end group
34706@end smallexample
34707
34708@subheading The @code{-symbol-info-module-variables} Command
34709@findex -symbol-info-module-variables
34710@anchor{-symbol-info-module-variables}
34711
34712@subsubheading Synopsis
34713
34714@smallexample
34715 -symbol-info-module-variables [--module @var{module_regexp}]
34716 [--name @var{name_regexp}]
34717 [--type @var{type_regexp}]
34718@end smallexample
34719
34720@noindent
34721Return a list containing the names of all known variables within all
34722know Fortran modules. The variables are grouped by source file and
34723containing module, and shown with the line number on which each
34724variable is defined.
34725
34726The option @code{--module} only returns results for modules matching
34727@var{module_regexp}. The option @code{--name} only returns variables
34728whose name matches @var{name_regexp}, and @code{--type} only returns
34729variables whose type matches @var{type_regexp}.
34730
34731@subsubheading @value{GDBN} Command
34732
34733The corresponding @value{GDBN} command is @samp{info module variables}.
34734
34735@subsubheading Example
34736
34737@smallexample
34738@group
34739(gdb)
34740-symbol-info-module-variables
34741^done,symbols=
34742 [@{module="mod1",
34743 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34744 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34745 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
34746 description="integer(kind=4) mod1::var_const;"@},
34747 @{line="17",name="mod1::var_i",type="integer(kind=4)",
34748 description="integer(kind=4) mod1::var_i;"@}]@}]@},
34749 @{module="mod2",
34750 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34751 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34752 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
34753 description="integer(kind=4) mod2::var_i;"@}]@}]@},
34754 @{module="mod3",
34755 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34756 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34757 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
34758 description="integer(kind=4) mod3::mod1;"@},
34759 @{line="17",name="mod3::mod2",type="integer(kind=4)",
34760 description="integer(kind=4) mod3::mod2;"@},
34761 @{line="19",name="mod3::var_i",type="integer(kind=4)",
34762 description="integer(kind=4) mod3::var_i;"@}]@}]@},
34763 @{module="modmany",
34764 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34765 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34766 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
34767 description="integer(kind=4) modmany::var_a;"@},
34768 @{line="33",name="modmany::var_b",type="integer(kind=4)",
34769 description="integer(kind=4) modmany::var_b;"@},
34770 @{line="33",name="modmany::var_c",type="integer(kind=4)",
34771 description="integer(kind=4) modmany::var_c;"@},
34772 @{line="33",name="modmany::var_i",type="integer(kind=4)",
34773 description="integer(kind=4) modmany::var_i;"@}]@}]@},
34774 @{module="moduse",
34775 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34776 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34777 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
34778 description="integer(kind=4) moduse::var_x;"@},
34779 @{line="42",name="moduse::var_y",type="integer(kind=4)",
34780 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
34781@end group
34782@end smallexample
34783
db5960b4
AB
34784@subheading The @code{-symbol-info-modules} Command
34785@findex -symbol-info-modules
34786@anchor{-symbol-info-modules}
34787
34788@subsubheading Synopsis
34789
34790@smallexample
34791 -symbol-info-modules [--name @var{name_regexp}]
c2512106
AB
34792 [--max-results @var{limit}]
34793
db5960b4
AB
34794@end smallexample
34795
34796@noindent
34797Return a list containing the names of all known Fortran modules. The
34798modules are grouped by source file, and shown with the line number on
34799which each modules is defined.
34800
34801The option @code{--name} allows the modules returned to be filtered
34802based the name of the module.
34803
c2512106
AB
34804The option @code{--max-results} restricts the command to return no
34805more than @var{limit} results. If exactly @var{limit} results are
34806returned then there might be additional results available if a higher
34807limit is used.
34808
db5960b4
AB
34809@subsubheading @value{GDBN} Command
34810
34811The corresponding @value{GDBN} command is @samp{info modules}.
34812
34813@subsubheading Example
34814@smallexample
34815@group
34816(gdb)
34817-symbol-info-modules
34818^done,symbols=
34819 @{debug=
34820 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34821 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34822 symbols=[@{line="16",name="mod1"@},
34823 @{line="22",name="mod2"@}]@},
34824 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34825 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34826 symbols=[@{line="16",name="mod3"@},
34827 @{line="22",name="modmany"@},
34828 @{line="26",name="moduse"@}]@}]@}
34829@end group
34830@group
34831(gdb)
34832-symbol-info-modules --name mod[123]
34833^done,symbols=
34834 @{debug=
34835 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34836 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34837 symbols=[@{line="16",name="mod1"@},
34838 @{line="22",name="mod2"@}]@},
34839 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34840 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34841 symbols=[@{line="16",name="mod3"@}]@}]@}
34842@end group
34843@end smallexample
34844
7dc42066
AB
34845@subheading The @code{-symbol-info-types} Command
34846@findex -symbol-info-types
34847@anchor{-symbol-info-types}
922fbb7b
AC
34848
34849@subsubheading Synopsis
34850
34851@smallexample
7dc42066 34852 -symbol-info-types [--name @var{name_regexp}]
c2512106
AB
34853 [--max-results @var{limit}]
34854
922fbb7b
AC
34855@end smallexample
34856
7dc42066
AB
34857@noindent
34858Return a list of all defined types. The types are grouped by source
34859file, and shown with the line number on which each user defined type
34860is defined. Some base types are not defined in the source code but
34861are added to the debug information by the compiler, for example
34862@code{int}, @code{float}, etc.; these types do not have an associated
34863line number.
34864
34865The option @code{--name} allows the list of types returned to be
34866filtered by name.
922fbb7b 34867
c2512106
AB
34868The option @code{--max-results} restricts the command to return no
34869more than @var{limit} results. If exactly @var{limit} results are
34870returned then there might be additional results available if a higher
34871limit is used.
34872
922fbb7b
AC
34873@subsubheading @value{GDBN} Command
34874
7dc42066 34875The corresponding @value{GDBN} command is @samp{info types}.
922fbb7b
AC
34876
34877@subsubheading Example
7dc42066
AB
34878@smallexample
34879@group
34880(gdb)
34881-symbol-info-types
34882^done,symbols=
34883 @{debug=
34884 [@{filename="gdb.mi/mi-sym-info-1.c",
34885 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34886 symbols=[@{name="float"@},
34887 @{name="int"@},
34888 @{line="27",name="typedef int my_int_t;"@}]@},
34889 @{filename="gdb.mi/mi-sym-info-2.c",
34890 fullname="/project/gdb.mi/mi-sym-info-2.c",
34891 symbols=[@{line="24",name="typedef float another_float_t;"@},
34892 @{line="23",name="typedef int another_int_t;"@},
34893 @{name="float"@},
34894 @{name="int"@}]@}]@}
34895@end group
34896@group
34897(gdb)
34898-symbol-info-types --name _int_
34899^done,symbols=
34900 @{debug=
34901 [@{filename="gdb.mi/mi-sym-info-1.c",
34902 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34903 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
34904 @{filename="gdb.mi/mi-sym-info-2.c",
34905 fullname="/project/gdb.mi/mi-sym-info-2.c",
34906 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
34907@end group
34908@end smallexample
34909
34910@subheading The @code{-symbol-info-variables} Command
34911@findex -symbol-info-variables
34912@anchor{-symbol-info-variables}
34913
34914@subsubheading Synopsis
34915
34916@smallexample
34917 -symbol-info-variables [--include-nondebug]
34918 [--type @var{type_regexp}]
34919 [--name @var{name_regexp}]
c2512106
AB
34920 [--max-results @var{limit}]
34921
7dc42066
AB
34922@end smallexample
34923
34924@noindent
34925Return a list containing the names and types for all global variables
34926taken from the debug information. The variables are grouped by source
34927file, and shown with the line number on which each variable is
34928defined.
34929
34930The @code{--include-nondebug} option causes the output to include
34931data symbols from the symbol table.
34932
34933The options @code{--type} and @code{--name} allow the symbols returned
34934to be filtered based on either the name of the variable, or the type
34935of the variable.
34936
c2512106
AB
34937The option @code{--max-results} restricts the command to return no
34938more than @var{limit} results. If exactly @var{limit} results are
34939returned then there might be additional results available if a higher
34940limit is used.
34941
7dc42066 34942@subsubheading @value{GDBN} Command
922fbb7b 34943
7dc42066 34944The corresponding @value{GDBN} command is @samp{info variables}.
922fbb7b 34945
7dc42066
AB
34946@subsubheading Example
34947@smallexample
34948@group
34949(gdb)
34950-symbol-info-variables
34951^done,symbols=
34952 @{debug=
34953 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34954 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34955 symbols=[@{line="25",name="global_f1",type="float",
34956 description="static float global_f1;"@},
34957 @{line="24",name="global_i1",type="int",
34958 description="static int global_i1;"@}]@},
34959 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34960 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34961 symbols=[@{line="21",name="global_f2",type="int",
34962 description="int global_f2;"@},
34963 @{line="20",name="global_i2",type="int",
34964 description="int global_i2;"@},
34965 @{line="19",name="global_f1",type="float",
34966 description="static float global_f1;"@},
34967 @{line="18",name="global_i1",type="int",
34968 description="static int global_i1;"@}]@}]@}
34969@end group
34970@group
34971(gdb)
34972-symbol-info-variables --name f1
34973^done,symbols=
34974 @{debug=
34975 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34976 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34977 symbols=[@{line="25",name="global_f1",type="float",
34978 description="static float global_f1;"@}]@},
34979 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34980 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34981 symbols=[@{line="19",name="global_f1",type="float",
34982 description="static float global_f1;"@}]@}]@}
34983@end group
34984@group
34985(gdb)
34986-symbol-info-variables --type float
34987^done,symbols=
34988 @{debug=
34989 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34990 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34991 symbols=[@{line="25",name="global_f1",type="float",
34992 description="static float global_f1;"@}]@},
34993 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34994 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34995 symbols=[@{line="19",name="global_f1",type="float",
34996 description="static float global_f1;"@}]@}]@}
34997@end group
34998@group
34999(gdb)
35000-symbol-info-variables --include-nondebug
35001^done,symbols=
35002 @{debug=
35003 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35004 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35005 symbols=[@{line="25",name="global_f1",type="float",
35006 description="static float global_f1;"@},
35007 @{line="24",name="global_i1",type="int",
35008 description="static int global_i1;"@}]@},
35009 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35010 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35011 symbols=[@{line="21",name="global_f2",type="int",
35012 description="int global_f2;"@},
35013 @{line="20",name="global_i2",type="int",
35014 description="int global_i2;"@},
35015 @{line="19",name="global_f1",type="float",
35016 description="static float global_f1;"@},
35017 @{line="18",name="global_i1",type="int",
35018 description="static int global_i1;"@}]@}],
35019 nondebug=
35020 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
35021 @{address="0x00000000004005d8",name="__dso_handle"@}
35022 ...
35023 ]@}
35024@end group
35025@end smallexample
35026
35027@ignore
a2c02241
NR
35028@subheading The @code{-symbol-info-line} Command
35029@findex -symbol-info-line
922fbb7b
AC
35030
35031@subsubheading Synopsis
35032
35033@smallexample
a2c02241 35034 -symbol-info-line
922fbb7b
AC
35035@end smallexample
35036
a2c02241 35037Show the core addresses of the code for a source line.
922fbb7b 35038
a2c02241 35039@subsubheading @value{GDBN} Command
922fbb7b 35040
a2c02241
NR
35041The corresponding @value{GDBN} command is @samp{info line}.
35042@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
35043
35044@subsubheading Example
a2c02241 35045N.A.
922fbb7b
AC
35046
35047
a2c02241
NR
35048@subheading The @code{-symbol-info-symbol} Command
35049@findex -symbol-info-symbol
07f31aa6
DJ
35050
35051@subsubheading Synopsis
35052
a2c02241
NR
35053@smallexample
35054 -symbol-info-symbol @var{addr}
35055@end smallexample
07f31aa6 35056
a2c02241 35057Describe what symbol is at location @var{addr}.
07f31aa6 35058
a2c02241 35059@subsubheading @value{GDBN} Command
07f31aa6 35060
a2c02241 35061The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
35062
35063@subsubheading Example
a2c02241 35064N.A.
07f31aa6
DJ
35065
35066
a2c02241
NR
35067@subheading The @code{-symbol-list-functions} Command
35068@findex -symbol-list-functions
922fbb7b
AC
35069
35070@subsubheading Synopsis
35071
35072@smallexample
a2c02241 35073 -symbol-list-functions
922fbb7b
AC
35074@end smallexample
35075
a2c02241 35076List the functions in the executable.
922fbb7b
AC
35077
35078@subsubheading @value{GDBN} Command
35079
a2c02241
NR
35080@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
35081@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
35082
35083@subsubheading Example
a2c02241 35084N.A.
9901a55b 35085@end ignore
922fbb7b
AC
35086
35087
a2c02241
NR
35088@subheading The @code{-symbol-list-lines} Command
35089@findex -symbol-list-lines
922fbb7b
AC
35090
35091@subsubheading Synopsis
35092
35093@smallexample
a2c02241 35094 -symbol-list-lines @var{filename}
922fbb7b
AC
35095@end smallexample
35096
a2c02241
NR
35097Print the list of lines that contain code and their associated program
35098addresses for the given source filename. The entries are sorted in
35099ascending PC order.
922fbb7b
AC
35100
35101@subsubheading @value{GDBN} Command
35102
a2c02241 35103There is no corresponding @value{GDBN} command.
922fbb7b
AC
35104
35105@subsubheading Example
a2c02241 35106@smallexample
594fe323 35107(gdb)
a2c02241
NR
35108-symbol-list-lines basics.c
35109^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 35110(gdb)
a2c02241 35111@end smallexample
922fbb7b
AC
35112
35113
9901a55b 35114@ignore
a2c02241
NR
35115@subheading The @code{-symbol-list-types} Command
35116@findex -symbol-list-types
922fbb7b
AC
35117
35118@subsubheading Synopsis
35119
35120@smallexample
a2c02241 35121 -symbol-list-types
922fbb7b
AC
35122@end smallexample
35123
a2c02241 35124List all the type names.
922fbb7b
AC
35125
35126@subsubheading @value{GDBN} Command
35127
a2c02241
NR
35128The corresponding commands are @samp{info types} in @value{GDBN},
35129@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
35130
35131@subsubheading Example
35132N.A.
35133
35134
a2c02241
NR
35135@subheading The @code{-symbol-list-variables} Command
35136@findex -symbol-list-variables
922fbb7b
AC
35137
35138@subsubheading Synopsis
35139
35140@smallexample
a2c02241 35141 -symbol-list-variables
922fbb7b
AC
35142@end smallexample
35143
a2c02241 35144List all the global and static variable names.
922fbb7b
AC
35145
35146@subsubheading @value{GDBN} Command
35147
a2c02241 35148@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
35149
35150@subsubheading Example
35151N.A.
35152
35153
a2c02241
NR
35154@subheading The @code{-symbol-locate} Command
35155@findex -symbol-locate
922fbb7b
AC
35156
35157@subsubheading Synopsis
35158
35159@smallexample
a2c02241 35160 -symbol-locate
922fbb7b
AC
35161@end smallexample
35162
922fbb7b
AC
35163@subsubheading @value{GDBN} Command
35164
a2c02241 35165@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
35166
35167@subsubheading Example
35168N.A.
35169
35170
a2c02241
NR
35171@subheading The @code{-symbol-type} Command
35172@findex -symbol-type
922fbb7b
AC
35173
35174@subsubheading Synopsis
35175
35176@smallexample
a2c02241 35177 -symbol-type @var{variable}
922fbb7b
AC
35178@end smallexample
35179
a2c02241 35180Show type of @var{variable}.
922fbb7b 35181
a2c02241 35182@subsubheading @value{GDBN} Command
922fbb7b 35183
a2c02241
NR
35184The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
35185@samp{gdb_obj_variable}.
35186
35187@subsubheading Example
35188N.A.
9901a55b 35189@end ignore
a2c02241
NR
35190
35191
35192@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35193@node GDB/MI File Commands
35194@section @sc{gdb/mi} File Commands
35195
35196This section describes the GDB/MI commands to specify executable file names
35197and to read in and obtain symbol table information.
35198
35199@subheading The @code{-file-exec-and-symbols} Command
35200@findex -file-exec-and-symbols
35201
35202@subsubheading Synopsis
922fbb7b
AC
35203
35204@smallexample
a2c02241 35205 -file-exec-and-symbols @var{file}
922fbb7b
AC
35206@end smallexample
35207
a2c02241
NR
35208Specify the executable file to be debugged. This file is the one from
35209which the symbol table is also read. If no file is specified, the
35210command clears the executable and symbol information. If breakpoints
35211are set when using this command with no arguments, @value{GDBN} will produce
35212error messages. Otherwise, no output is produced, except a completion
35213notification.
35214
922fbb7b
AC
35215@subsubheading @value{GDBN} Command
35216
a2c02241 35217The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
35218
35219@subsubheading Example
35220
35221@smallexample
594fe323 35222(gdb)
a2c02241
NR
35223-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35224^done
594fe323 35225(gdb)
922fbb7b
AC
35226@end smallexample
35227
922fbb7b 35228
a2c02241
NR
35229@subheading The @code{-file-exec-file} Command
35230@findex -file-exec-file
922fbb7b
AC
35231
35232@subsubheading Synopsis
35233
35234@smallexample
a2c02241 35235 -file-exec-file @var{file}
922fbb7b
AC
35236@end smallexample
35237
a2c02241
NR
35238Specify the executable file to be debugged. Unlike
35239@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
35240from this file. If used without argument, @value{GDBN} clears the information
35241about the executable file. No output is produced, except a completion
35242notification.
922fbb7b 35243
a2c02241
NR
35244@subsubheading @value{GDBN} Command
35245
35246The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
35247
35248@subsubheading Example
a2c02241
NR
35249
35250@smallexample
594fe323 35251(gdb)
a2c02241
NR
35252-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35253^done
594fe323 35254(gdb)
a2c02241 35255@end smallexample
922fbb7b
AC
35256
35257
9901a55b 35258@ignore
a2c02241
NR
35259@subheading The @code{-file-list-exec-sections} Command
35260@findex -file-list-exec-sections
922fbb7b
AC
35261
35262@subsubheading Synopsis
35263
35264@smallexample
a2c02241 35265 -file-list-exec-sections
922fbb7b
AC
35266@end smallexample
35267
a2c02241
NR
35268List the sections of the current executable file.
35269
922fbb7b
AC
35270@subsubheading @value{GDBN} Command
35271
a2c02241
NR
35272The @value{GDBN} command @samp{info file} shows, among the rest, the same
35273information as this command. @code{gdbtk} has a corresponding command
35274@samp{gdb_load_info}.
922fbb7b
AC
35275
35276@subsubheading Example
35277N.A.
9901a55b 35278@end ignore
922fbb7b
AC
35279
35280
a2c02241
NR
35281@subheading The @code{-file-list-exec-source-file} Command
35282@findex -file-list-exec-source-file
922fbb7b
AC
35283
35284@subsubheading Synopsis
35285
35286@smallexample
a2c02241 35287 -file-list-exec-source-file
922fbb7b
AC
35288@end smallexample
35289
a2c02241 35290List the line number, the current source file, and the absolute path
44288b44
NR
35291to the current source file for the current executable. The macro
35292information field has a value of @samp{1} or @samp{0} depending on
35293whether or not the file includes preprocessor macro information.
922fbb7b
AC
35294
35295@subsubheading @value{GDBN} Command
35296
a2c02241 35297The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
35298
35299@subsubheading Example
35300
922fbb7b 35301@smallexample
594fe323 35302(gdb)
a2c02241 35303123-file-list-exec-source-file
44288b44 35304123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 35305(gdb)
922fbb7b
AC
35306@end smallexample
35307
35308
a2c02241
NR
35309@subheading The @code{-file-list-exec-source-files} Command
35310@findex -file-list-exec-source-files
922fbb7b
AC
35311
35312@subsubheading Synopsis
35313
35314@smallexample
a2c02241 35315 -file-list-exec-source-files
922fbb7b
AC
35316@end smallexample
35317
a2c02241
NR
35318List the source files for the current executable.
35319
f35a17b5
JK
35320It will always output both the filename and fullname (absolute file
35321name) of a source file.
922fbb7b
AC
35322
35323@subsubheading @value{GDBN} Command
35324
a2c02241
NR
35325The @value{GDBN} equivalent is @samp{info sources}.
35326@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
35327
35328@subsubheading Example
922fbb7b 35329@smallexample
594fe323 35330(gdb)
a2c02241
NR
35331-file-list-exec-source-files
35332^done,files=[
35333@{file=foo.c,fullname=/home/foo.c@},
35334@{file=/home/bar.c,fullname=/home/bar.c@},
35335@{file=gdb_could_not_find_fullpath.c@}]
594fe323 35336(gdb)
922fbb7b
AC
35337@end smallexample
35338
a2c02241
NR
35339@subheading The @code{-file-list-shared-libraries} Command
35340@findex -file-list-shared-libraries
922fbb7b 35341
a2c02241 35342@subsubheading Synopsis
922fbb7b 35343
a2c02241 35344@smallexample
51457a05 35345 -file-list-shared-libraries [ @var{regexp} ]
a2c02241 35346@end smallexample
922fbb7b 35347
a2c02241 35348List the shared libraries in the program.
51457a05
MAL
35349With a regular expression @var{regexp}, only those libraries whose
35350names match @var{regexp} are listed.
922fbb7b 35351
a2c02241 35352@subsubheading @value{GDBN} Command
922fbb7b 35353
51457a05
MAL
35354The corresponding @value{GDBN} command is @samp{info shared}. The fields
35355have a similar meaning to the @code{=library-loaded} notification.
35356The @code{ranges} field specifies the multiple segments belonging to this
35357library. Each range has the following fields:
35358
35359@table @samp
35360@item from
35361The address defining the inclusive lower bound of the segment.
35362@item to
35363The address defining the exclusive upper bound of the segment.
35364@end table
922fbb7b 35365
a2c02241 35366@subsubheading Example
51457a05
MAL
35367@smallexample
35368(gdb)
35369-file-list-exec-source-files
35370^done,shared-libraries=[
35371@{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"@}]@},
35372@{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"@}]@}]
35373(gdb)
35374@end smallexample
922fbb7b
AC
35375
35376
51457a05 35377@ignore
a2c02241
NR
35378@subheading The @code{-file-list-symbol-files} Command
35379@findex -file-list-symbol-files
922fbb7b 35380
a2c02241 35381@subsubheading Synopsis
922fbb7b 35382
a2c02241
NR
35383@smallexample
35384 -file-list-symbol-files
35385@end smallexample
922fbb7b 35386
a2c02241 35387List symbol files.
922fbb7b 35388
a2c02241 35389@subsubheading @value{GDBN} Command
922fbb7b 35390
a2c02241 35391The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 35392
a2c02241
NR
35393@subsubheading Example
35394N.A.
9901a55b 35395@end ignore
922fbb7b 35396
922fbb7b 35397
a2c02241
NR
35398@subheading The @code{-file-symbol-file} Command
35399@findex -file-symbol-file
922fbb7b 35400
a2c02241 35401@subsubheading Synopsis
922fbb7b 35402
a2c02241
NR
35403@smallexample
35404 -file-symbol-file @var{file}
35405@end smallexample
922fbb7b 35406
a2c02241
NR
35407Read symbol table info from the specified @var{file} argument. When
35408used without arguments, clears @value{GDBN}'s symbol table info. No output is
35409produced, except for a completion notification.
922fbb7b 35410
a2c02241 35411@subsubheading @value{GDBN} Command
922fbb7b 35412
a2c02241 35413The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 35414
a2c02241 35415@subsubheading Example
922fbb7b 35416
a2c02241 35417@smallexample
594fe323 35418(gdb)
a2c02241
NR
35419-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35420^done
594fe323 35421(gdb)
a2c02241 35422@end smallexample
922fbb7b 35423
a2c02241 35424@ignore
a2c02241
NR
35425@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35426@node GDB/MI Memory Overlay Commands
35427@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 35428
a2c02241 35429The memory overlay commands are not implemented.
922fbb7b 35430
a2c02241 35431@c @subheading -overlay-auto
922fbb7b 35432
a2c02241 35433@c @subheading -overlay-list-mapping-state
922fbb7b 35434
a2c02241 35435@c @subheading -overlay-list-overlays
922fbb7b 35436
a2c02241 35437@c @subheading -overlay-map
922fbb7b 35438
a2c02241 35439@c @subheading -overlay-off
922fbb7b 35440
a2c02241 35441@c @subheading -overlay-on
922fbb7b 35442
a2c02241 35443@c @subheading -overlay-unmap
922fbb7b 35444
a2c02241
NR
35445@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35446@node GDB/MI Signal Handling Commands
35447@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 35448
a2c02241 35449Signal handling commands are not implemented.
922fbb7b 35450
a2c02241 35451@c @subheading -signal-handle
922fbb7b 35452
a2c02241 35453@c @subheading -signal-list-handle-actions
922fbb7b 35454
a2c02241
NR
35455@c @subheading -signal-list-signal-types
35456@end ignore
922fbb7b 35457
922fbb7b 35458
a2c02241
NR
35459@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35460@node GDB/MI Target Manipulation
35461@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
35462
35463
a2c02241
NR
35464@subheading The @code{-target-attach} Command
35465@findex -target-attach
922fbb7b
AC
35466
35467@subsubheading Synopsis
35468
35469@smallexample
c3b108f7 35470 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
35471@end smallexample
35472
c3b108f7
VP
35473Attach to a process @var{pid} or a file @var{file} outside of
35474@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
35475group, the id previously returned by
35476@samp{-list-thread-groups --available} must be used.
922fbb7b 35477
79a6e687 35478@subsubheading @value{GDBN} Command
922fbb7b 35479
a2c02241 35480The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 35481
a2c02241 35482@subsubheading Example
b56e7235
VP
35483@smallexample
35484(gdb)
35485-target-attach 34
35486=thread-created,id="1"
5ae4183a 35487*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
35488^done
35489(gdb)
35490@end smallexample
a2c02241 35491
9901a55b 35492@ignore
a2c02241
NR
35493@subheading The @code{-target-compare-sections} Command
35494@findex -target-compare-sections
922fbb7b
AC
35495
35496@subsubheading Synopsis
35497
35498@smallexample
a2c02241 35499 -target-compare-sections [ @var{section} ]
922fbb7b
AC
35500@end smallexample
35501
a2c02241
NR
35502Compare data of section @var{section} on target to the exec file.
35503Without the argument, all sections are compared.
922fbb7b 35504
a2c02241 35505@subsubheading @value{GDBN} Command
922fbb7b 35506
a2c02241 35507The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 35508
a2c02241
NR
35509@subsubheading Example
35510N.A.
9901a55b 35511@end ignore
a2c02241
NR
35512
35513
35514@subheading The @code{-target-detach} Command
35515@findex -target-detach
922fbb7b
AC
35516
35517@subsubheading Synopsis
35518
35519@smallexample
c3b108f7 35520 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
35521@end smallexample
35522
a2c02241 35523Detach from the remote target which normally resumes its execution.
c3b108f7
VP
35524If either @var{pid} or @var{gid} is specified, detaches from either
35525the specified process, or specified thread group. There's no output.
a2c02241 35526
79a6e687 35527@subsubheading @value{GDBN} Command
a2c02241
NR
35528
35529The corresponding @value{GDBN} command is @samp{detach}.
35530
35531@subsubheading Example
922fbb7b
AC
35532
35533@smallexample
594fe323 35534(gdb)
a2c02241
NR
35535-target-detach
35536^done
594fe323 35537(gdb)
922fbb7b
AC
35538@end smallexample
35539
35540
a2c02241
NR
35541@subheading The @code{-target-disconnect} Command
35542@findex -target-disconnect
922fbb7b
AC
35543
35544@subsubheading Synopsis
35545
123dc839 35546@smallexample
a2c02241 35547 -target-disconnect
123dc839 35548@end smallexample
922fbb7b 35549
a2c02241
NR
35550Disconnect from the remote target. There's no output and the target is
35551generally not resumed.
35552
79a6e687 35553@subsubheading @value{GDBN} Command
a2c02241
NR
35554
35555The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
35556
35557@subsubheading Example
922fbb7b
AC
35558
35559@smallexample
594fe323 35560(gdb)
a2c02241
NR
35561-target-disconnect
35562^done
594fe323 35563(gdb)
922fbb7b
AC
35564@end smallexample
35565
35566
a2c02241
NR
35567@subheading The @code{-target-download} Command
35568@findex -target-download
922fbb7b
AC
35569
35570@subsubheading Synopsis
35571
35572@smallexample
a2c02241 35573 -target-download
922fbb7b
AC
35574@end smallexample
35575
a2c02241
NR
35576Loads the executable onto the remote target.
35577It prints out an update message every half second, which includes the fields:
35578
35579@table @samp
35580@item section
35581The name of the section.
35582@item section-sent
35583The size of what has been sent so far for that section.
35584@item section-size
35585The size of the section.
35586@item total-sent
35587The total size of what was sent so far (the current and the previous sections).
35588@item total-size
35589The size of the overall executable to download.
35590@end table
35591
35592@noindent
35593Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
35594@sc{gdb/mi} Output Syntax}).
35595
35596In addition, it prints the name and size of the sections, as they are
35597downloaded. These messages include the following fields:
35598
35599@table @samp
35600@item section
35601The name of the section.
35602@item section-size
35603The size of the section.
35604@item total-size
35605The size of the overall executable to download.
35606@end table
35607
35608@noindent
35609At the end, a summary is printed.
35610
35611@subsubheading @value{GDBN} Command
35612
35613The corresponding @value{GDBN} command is @samp{load}.
35614
35615@subsubheading Example
35616
35617Note: each status message appears on a single line. Here the messages
35618have been broken down so that they can fit onto a page.
922fbb7b
AC
35619
35620@smallexample
594fe323 35621(gdb)
a2c02241
NR
35622-target-download
35623+download,@{section=".text",section-size="6668",total-size="9880"@}
35624+download,@{section=".text",section-sent="512",section-size="6668",
35625total-sent="512",total-size="9880"@}
35626+download,@{section=".text",section-sent="1024",section-size="6668",
35627total-sent="1024",total-size="9880"@}
35628+download,@{section=".text",section-sent="1536",section-size="6668",
35629total-sent="1536",total-size="9880"@}
35630+download,@{section=".text",section-sent="2048",section-size="6668",
35631total-sent="2048",total-size="9880"@}
35632+download,@{section=".text",section-sent="2560",section-size="6668",
35633total-sent="2560",total-size="9880"@}
35634+download,@{section=".text",section-sent="3072",section-size="6668",
35635total-sent="3072",total-size="9880"@}
35636+download,@{section=".text",section-sent="3584",section-size="6668",
35637total-sent="3584",total-size="9880"@}
35638+download,@{section=".text",section-sent="4096",section-size="6668",
35639total-sent="4096",total-size="9880"@}
35640+download,@{section=".text",section-sent="4608",section-size="6668",
35641total-sent="4608",total-size="9880"@}
35642+download,@{section=".text",section-sent="5120",section-size="6668",
35643total-sent="5120",total-size="9880"@}
35644+download,@{section=".text",section-sent="5632",section-size="6668",
35645total-sent="5632",total-size="9880"@}
35646+download,@{section=".text",section-sent="6144",section-size="6668",
35647total-sent="6144",total-size="9880"@}
35648+download,@{section=".text",section-sent="6656",section-size="6668",
35649total-sent="6656",total-size="9880"@}
35650+download,@{section=".init",section-size="28",total-size="9880"@}
35651+download,@{section=".fini",section-size="28",total-size="9880"@}
35652+download,@{section=".data",section-size="3156",total-size="9880"@}
35653+download,@{section=".data",section-sent="512",section-size="3156",
35654total-sent="7236",total-size="9880"@}
35655+download,@{section=".data",section-sent="1024",section-size="3156",
35656total-sent="7748",total-size="9880"@}
35657+download,@{section=".data",section-sent="1536",section-size="3156",
35658total-sent="8260",total-size="9880"@}
35659+download,@{section=".data",section-sent="2048",section-size="3156",
35660total-sent="8772",total-size="9880"@}
35661+download,@{section=".data",section-sent="2560",section-size="3156",
35662total-sent="9284",total-size="9880"@}
35663+download,@{section=".data",section-sent="3072",section-size="3156",
35664total-sent="9796",total-size="9880"@}
35665^done,address="0x10004",load-size="9880",transfer-rate="6586",
35666write-rate="429"
594fe323 35667(gdb)
922fbb7b
AC
35668@end smallexample
35669
35670
9901a55b 35671@ignore
a2c02241
NR
35672@subheading The @code{-target-exec-status} Command
35673@findex -target-exec-status
922fbb7b
AC
35674
35675@subsubheading Synopsis
35676
35677@smallexample
a2c02241 35678 -target-exec-status
922fbb7b
AC
35679@end smallexample
35680
a2c02241
NR
35681Provide information on the state of the target (whether it is running or
35682not, for instance).
922fbb7b 35683
a2c02241 35684@subsubheading @value{GDBN} Command
922fbb7b 35685
a2c02241
NR
35686There's no equivalent @value{GDBN} command.
35687
35688@subsubheading Example
35689N.A.
922fbb7b 35690
a2c02241
NR
35691
35692@subheading The @code{-target-list-available-targets} Command
35693@findex -target-list-available-targets
922fbb7b
AC
35694
35695@subsubheading Synopsis
35696
35697@smallexample
a2c02241 35698 -target-list-available-targets
922fbb7b
AC
35699@end smallexample
35700
a2c02241 35701List the possible targets to connect to.
922fbb7b 35702
a2c02241 35703@subsubheading @value{GDBN} Command
922fbb7b 35704
a2c02241 35705The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 35706
a2c02241
NR
35707@subsubheading Example
35708N.A.
35709
35710
35711@subheading The @code{-target-list-current-targets} Command
35712@findex -target-list-current-targets
922fbb7b
AC
35713
35714@subsubheading Synopsis
35715
35716@smallexample
a2c02241 35717 -target-list-current-targets
922fbb7b
AC
35718@end smallexample
35719
a2c02241 35720Describe the current target.
922fbb7b 35721
a2c02241 35722@subsubheading @value{GDBN} Command
922fbb7b 35723
a2c02241
NR
35724The corresponding information is printed by @samp{info file} (among
35725other things).
922fbb7b 35726
a2c02241
NR
35727@subsubheading Example
35728N.A.
35729
35730
35731@subheading The @code{-target-list-parameters} Command
35732@findex -target-list-parameters
922fbb7b
AC
35733
35734@subsubheading Synopsis
35735
35736@smallexample
a2c02241 35737 -target-list-parameters
922fbb7b
AC
35738@end smallexample
35739
a2c02241 35740@c ????
9901a55b 35741@end ignore
a2c02241
NR
35742
35743@subsubheading @value{GDBN} Command
35744
35745No equivalent.
922fbb7b
AC
35746
35747@subsubheading Example
a2c02241
NR
35748N.A.
35749
78cbbba8
LM
35750@subheading The @code{-target-flash-erase} Command
35751@findex -target-flash-erase
35752
35753@subsubheading Synopsis
35754
35755@smallexample
35756 -target-flash-erase
35757@end smallexample
35758
35759Erases all known flash memory regions on the target.
35760
35761The corresponding @value{GDBN} command is @samp{flash-erase}.
35762
35763The output is a list of flash regions that have been erased, with starting
35764addresses and memory region sizes.
35765
35766@smallexample
35767(gdb)
35768-target-flash-erase
35769^done,erased-regions=@{address="0x0",size="0x40000"@}
35770(gdb)
35771@end smallexample
a2c02241
NR
35772
35773@subheading The @code{-target-select} Command
35774@findex -target-select
35775
35776@subsubheading Synopsis
922fbb7b
AC
35777
35778@smallexample
a2c02241 35779 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
35780@end smallexample
35781
a2c02241 35782Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 35783
a2c02241
NR
35784@table @samp
35785@item @var{type}
75c99385 35786The type of target, for instance @samp{remote}, etc.
a2c02241
NR
35787@item @var{parameters}
35788Device names, host names and the like. @xref{Target Commands, ,
79a6e687 35789Commands for Managing Targets}, for more details.
a2c02241
NR
35790@end table
35791
35792The output is a connection notification, followed by the address at
35793which the target program is, in the following form:
922fbb7b
AC
35794
35795@smallexample
a2c02241
NR
35796^connected,addr="@var{address}",func="@var{function name}",
35797 args=[@var{arg list}]
922fbb7b
AC
35798@end smallexample
35799
a2c02241
NR
35800@subsubheading @value{GDBN} Command
35801
35802The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
35803
35804@subsubheading Example
922fbb7b 35805
265eeb58 35806@smallexample
594fe323 35807(gdb)
75c99385 35808-target-select remote /dev/ttya
a2c02241 35809^connected,addr="0xfe00a300",func="??",args=[]
594fe323 35810(gdb)
265eeb58 35811@end smallexample
ef21caaf 35812
a6b151f1
DJ
35813@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35814@node GDB/MI File Transfer Commands
35815@section @sc{gdb/mi} File Transfer Commands
35816
35817
35818@subheading The @code{-target-file-put} Command
35819@findex -target-file-put
35820
35821@subsubheading Synopsis
35822
35823@smallexample
35824 -target-file-put @var{hostfile} @var{targetfile}
35825@end smallexample
35826
35827Copy file @var{hostfile} from the host system (the machine running
35828@value{GDBN}) to @var{targetfile} on the target system.
35829
35830@subsubheading @value{GDBN} Command
35831
35832The corresponding @value{GDBN} command is @samp{remote put}.
35833
35834@subsubheading Example
35835
35836@smallexample
35837(gdb)
35838-target-file-put localfile remotefile
35839^done
35840(gdb)
35841@end smallexample
35842
35843
1763a388 35844@subheading The @code{-target-file-get} Command
a6b151f1
DJ
35845@findex -target-file-get
35846
35847@subsubheading Synopsis
35848
35849@smallexample
35850 -target-file-get @var{targetfile} @var{hostfile}
35851@end smallexample
35852
35853Copy file @var{targetfile} from the target system to @var{hostfile}
35854on the host system.
35855
35856@subsubheading @value{GDBN} Command
35857
35858The corresponding @value{GDBN} command is @samp{remote get}.
35859
35860@subsubheading Example
35861
35862@smallexample
35863(gdb)
35864-target-file-get remotefile localfile
35865^done
35866(gdb)
35867@end smallexample
35868
35869
35870@subheading The @code{-target-file-delete} Command
35871@findex -target-file-delete
35872
35873@subsubheading Synopsis
35874
35875@smallexample
35876 -target-file-delete @var{targetfile}
35877@end smallexample
35878
35879Delete @var{targetfile} from the target system.
35880
35881@subsubheading @value{GDBN} Command
35882
35883The corresponding @value{GDBN} command is @samp{remote delete}.
35884
35885@subsubheading Example
35886
35887@smallexample
35888(gdb)
35889-target-file-delete remotefile
35890^done
35891(gdb)
35892@end smallexample
35893
35894
58d06528
JB
35895@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35896@node GDB/MI Ada Exceptions Commands
35897@section Ada Exceptions @sc{gdb/mi} Commands
35898
35899@subheading The @code{-info-ada-exceptions} Command
35900@findex -info-ada-exceptions
35901
35902@subsubheading Synopsis
35903
35904@smallexample
35905 -info-ada-exceptions [ @var{regexp}]
35906@end smallexample
35907
35908List all Ada exceptions defined within the program being debugged.
35909With a regular expression @var{regexp}, only those exceptions whose
35910names match @var{regexp} are listed.
35911
35912@subsubheading @value{GDBN} Command
35913
35914The corresponding @value{GDBN} command is @samp{info exceptions}.
35915
35916@subsubheading Result
35917
35918The result is a table of Ada exceptions. The following columns are
35919defined for each exception:
35920
35921@table @samp
35922@item name
35923The name of the exception.
35924
35925@item address
35926The address of the exception.
35927
35928@end table
35929
35930@subsubheading Example
35931
35932@smallexample
35933-info-ada-exceptions aint
35934^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
35935hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
35936@{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
35937body=[@{name="constraint_error",address="0x0000000000613da0"@},
35938@{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
35939@end smallexample
35940
35941@subheading Catching Ada Exceptions
35942
35943The commands describing how to ask @value{GDBN} to stop when a program
35944raises an exception are described at @ref{Ada Exception GDB/MI
35945Catchpoint Commands}.
35946
35947
ef21caaf 35948@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
d192b373
JB
35949@node GDB/MI Support Commands
35950@section @sc{gdb/mi} Support Commands
ef21caaf 35951
d192b373
JB
35952Since new commands and features get regularly added to @sc{gdb/mi},
35953some commands are available to help front-ends query the debugger
35954about support for these capabilities. Similarly, it is also possible
35955to query @value{GDBN} about target support of certain features.
ef21caaf 35956
6b7cbff1
JB
35957@subheading The @code{-info-gdb-mi-command} Command
35958@cindex @code{-info-gdb-mi-command}
35959@findex -info-gdb-mi-command
35960
35961@subsubheading Synopsis
35962
35963@smallexample
35964 -info-gdb-mi-command @var{cmd_name}
35965@end smallexample
35966
35967Query support for the @sc{gdb/mi} command named @var{cmd_name}.
35968
35969Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
35970is technically not part of the command name (@pxref{GDB/MI Input
35971Syntax}), and thus should be omitted in @var{cmd_name}. However,
35972for ease of use, this command also accepts the form with the leading
35973dash.
35974
35975@subsubheading @value{GDBN} Command
35976
35977There is no corresponding @value{GDBN} command.
35978
35979@subsubheading Result
35980
35981The result is a tuple. There is currently only one field:
35982
35983@table @samp
35984@item exists
35985This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
35986@code{"false"} otherwise.
35987
35988@end table
35989
35990@subsubheading Example
35991
35992Here is an example where the @sc{gdb/mi} command does not exist:
35993
35994@smallexample
35995-info-gdb-mi-command unsupported-command
35996^done,command=@{exists="false"@}
35997@end smallexample
35998
35999@noindent
36000And here is an example where the @sc{gdb/mi} command is known
36001to the debugger:
36002
36003@smallexample
36004-info-gdb-mi-command symbol-list-lines
36005^done,command=@{exists="true"@}
36006@end smallexample
36007
084344da
VP
36008@subheading The @code{-list-features} Command
36009@findex -list-features
9b26f0fb 36010@cindex supported @sc{gdb/mi} features, list
084344da
VP
36011
36012Returns a list of particular features of the MI protocol that
36013this version of gdb implements. A feature can be a command,
36014or a new field in an output of some command, or even an
36015important bugfix. While a frontend can sometimes detect presence
36016of a feature at runtime, it is easier to perform detection at debugger
d192b373 36017startup.
084344da
VP
36018
36019The command returns a list of strings, with each string naming an
36020available feature. Each returned string is just a name, it does not
d192b373 36021have any internal structure. The list of possible feature names
084344da
VP
36022is given below.
36023
36024Example output:
36025
36026@smallexample
36027(gdb) -list-features
36028^done,result=["feature1","feature2"]
36029@end smallexample
36030
36031The current list of features is:
36032
edef6000 36033@ftable @samp
30e026bb 36034@item frozen-varobjs
a05336a1 36035Indicates support for the @code{-var-set-frozen} command, as well
6b92c0d3 36036as possible presence of the @code{frozen} field in the output
30e026bb
VP
36037of @code{-varobj-create}.
36038@item pending-breakpoints
a05336a1
JB
36039Indicates support for the @option{-f} option to the @code{-break-insert}
36040command.
b6313243 36041@item python
a05336a1 36042Indicates Python scripting support, Python-based
b6313243
TT
36043pretty-printing commands, and possible presence of the
36044@samp{display_hint} field in the output of @code{-var-list-children}
30e026bb 36045@item thread-info
a05336a1 36046Indicates support for the @code{-thread-info} command.
8dedea02 36047@item data-read-memory-bytes
a05336a1 36048Indicates support for the @code{-data-read-memory-bytes} and the
8dedea02 36049@code{-data-write-memory-bytes} commands.
39c4d40a
TT
36050@item breakpoint-notifications
36051Indicates that changes to breakpoints and breakpoints created via the
36052CLI will be announced via async records.
5d77fe44 36053@item ada-task-info
6adcee18 36054Indicates support for the @code{-ada-task-info} command.
422ad5c2
JB
36055@item language-option
36056Indicates that all @sc{gdb/mi} commands accept the @option{--language}
36057option (@pxref{Context management}).
6b7cbff1
JB
36058@item info-gdb-mi-command
36059Indicates support for the @code{-info-gdb-mi-command} command.
2ea126fa
JB
36060@item undefined-command-error-code
36061Indicates support for the "undefined-command" error code in error result
36062records, produced when trying to execute an undefined @sc{gdb/mi} command
36063(@pxref{GDB/MI Result Records}).
72bfa06c
JB
36064@item exec-run-start-option
36065Indicates that the @code{-exec-run} command supports the @option{--start}
36066option (@pxref{GDB/MI Program Execution}).
26fb3983
JV
36067@item data-disassemble-a-option
36068Indicates that the @code{-data-disassemble} command supports the @option{-a}
36069option (@pxref{GDB/MI Data Manipulation}).
edef6000 36070@end ftable
084344da 36071
c6ebd6cf
VP
36072@subheading The @code{-list-target-features} Command
36073@findex -list-target-features
36074
36075Returns a list of particular features that are supported by the
36076target. Those features affect the permitted MI commands, but
36077unlike the features reported by the @code{-list-features} command, the
36078features depend on which target GDB is using at the moment. Whenever
36079a target can change, due to commands such as @code{-target-select},
36080@code{-target-attach} or @code{-exec-run}, the list of target features
36081may change, and the frontend should obtain it again.
36082Example output:
36083
36084@smallexample
b3d3b4bd 36085(gdb) -list-target-features
c6ebd6cf
VP
36086^done,result=["async"]
36087@end smallexample
36088
36089The current list of features is:
36090
36091@table @samp
36092@item async
36093Indicates that the target is capable of asynchronous command
36094execution, which means that @value{GDBN} will accept further commands
36095while the target is running.
36096
f75d858b
MK
36097@item reverse
36098Indicates that the target is capable of reverse execution.
36099@xref{Reverse Execution}, for more information.
36100
c6ebd6cf
VP
36101@end table
36102
d192b373
JB
36103@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36104@node GDB/MI Miscellaneous Commands
36105@section Miscellaneous @sc{gdb/mi} Commands
36106
36107@c @subheading -gdb-complete
36108
36109@subheading The @code{-gdb-exit} Command
36110@findex -gdb-exit
36111
36112@subsubheading Synopsis
36113
36114@smallexample
36115 -gdb-exit
36116@end smallexample
36117
36118Exit @value{GDBN} immediately.
36119
36120@subsubheading @value{GDBN} Command
36121
36122Approximately corresponds to @samp{quit}.
36123
36124@subsubheading Example
36125
36126@smallexample
36127(gdb)
36128-gdb-exit
36129^exit
36130@end smallexample
36131
36132
36133@ignore
36134@subheading The @code{-exec-abort} Command
36135@findex -exec-abort
36136
36137@subsubheading Synopsis
36138
36139@smallexample
36140 -exec-abort
36141@end smallexample
36142
36143Kill the inferior running program.
36144
36145@subsubheading @value{GDBN} Command
36146
36147The corresponding @value{GDBN} command is @samp{kill}.
36148
36149@subsubheading Example
36150N.A.
36151@end ignore
36152
36153
36154@subheading The @code{-gdb-set} Command
36155@findex -gdb-set
36156
36157@subsubheading Synopsis
36158
36159@smallexample
36160 -gdb-set
36161@end smallexample
36162
36163Set an internal @value{GDBN} variable.
36164@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
36165
36166@subsubheading @value{GDBN} Command
36167
36168The corresponding @value{GDBN} command is @samp{set}.
36169
36170@subsubheading Example
36171
36172@smallexample
36173(gdb)
36174-gdb-set $foo=3
36175^done
36176(gdb)
36177@end smallexample
36178
36179
36180@subheading The @code{-gdb-show} Command
36181@findex -gdb-show
36182
36183@subsubheading Synopsis
36184
36185@smallexample
36186 -gdb-show
36187@end smallexample
36188
36189Show the current value of a @value{GDBN} variable.
36190
36191@subsubheading @value{GDBN} Command
36192
36193The corresponding @value{GDBN} command is @samp{show}.
36194
36195@subsubheading Example
36196
36197@smallexample
36198(gdb)
36199-gdb-show annotate
36200^done,value="0"
36201(gdb)
36202@end smallexample
36203
36204@c @subheading -gdb-source
36205
36206
36207@subheading The @code{-gdb-version} Command
36208@findex -gdb-version
36209
36210@subsubheading Synopsis
36211
36212@smallexample
36213 -gdb-version
36214@end smallexample
36215
36216Show version information for @value{GDBN}. Used mostly in testing.
36217
36218@subsubheading @value{GDBN} Command
36219
36220The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
36221default shows this information when you start an interactive session.
36222
36223@subsubheading Example
36224
36225@c This example modifies the actual output from GDB to avoid overfull
36226@c box in TeX.
36227@smallexample
36228(gdb)
36229-gdb-version
36230~GNU gdb 5.2.1
36231~Copyright 2000 Free Software Foundation, Inc.
36232~GDB is free software, covered by the GNU General Public License, and
36233~you are welcome to change it and/or distribute copies of it under
36234~ certain conditions.
36235~Type "show copying" to see the conditions.
36236~There is absolutely no warranty for GDB. Type "show warranty" for
36237~ details.
36238~This GDB was configured as
36239 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
36240^done
36241(gdb)
36242@end smallexample
36243
c3b108f7
VP
36244@subheading The @code{-list-thread-groups} Command
36245@findex -list-thread-groups
36246
36247@subheading Synopsis
36248
36249@smallexample
dc146f7c 36250-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
c3b108f7
VP
36251@end smallexample
36252
dc146f7c
VP
36253Lists thread groups (@pxref{Thread groups}). When a single thread
36254group is passed as the argument, lists the children of that group.
36255When several thread group are passed, lists information about those
36256thread groups. Without any parameters, lists information about all
36257top-level thread groups.
36258
36259Normally, thread groups that are being debugged are reported.
36260With the @samp{--available} option, @value{GDBN} reports thread groups
36261available on the target.
36262
36263The output of this command may have either a @samp{threads} result or
36264a @samp{groups} result. The @samp{thread} result has a list of tuples
36265as value, with each tuple describing a thread (@pxref{GDB/MI Thread
36266Information}). The @samp{groups} result has a list of tuples as value,
36267each tuple describing a thread group. If top-level groups are
36268requested (that is, no parameter is passed), or when several groups
36269are passed, the output always has a @samp{groups} result. The format
36270of the @samp{group} result is described below.
36271
36272To reduce the number of roundtrips it's possible to list thread groups
36273together with their children, by passing the @samp{--recurse} option
36274and the recursion depth. Presently, only recursion depth of 1 is
36275permitted. If this option is present, then every reported thread group
36276will also include its children, either as @samp{group} or
36277@samp{threads} field.
36278
36279In general, any combination of option and parameters is permitted, with
36280the following caveats:
36281
36282@itemize @bullet
36283@item
36284When a single thread group is passed, the output will typically
36285be the @samp{threads} result. Because threads may not contain
36286anything, the @samp{recurse} option will be ignored.
36287
36288@item
36289When the @samp{--available} option is passed, limited information may
36290be available. In particular, the list of threads of a process might
36291be inaccessible. Further, specifying specific thread groups might
36292not give any performance advantage over listing all thread groups.
36293The frontend should assume that @samp{-list-thread-groups --available}
36294is always an expensive operation and cache the results.
36295
36296@end itemize
36297
36298The @samp{groups} result is a list of tuples, where each tuple may
36299have the following fields:
36300
36301@table @code
36302@item id
36303Identifier of the thread group. This field is always present.
a79b8f6e
VP
36304The identifier is an opaque string; frontends should not try to
36305convert it to an integer, even though it might look like one.
dc146f7c
VP
36306
36307@item type
36308The type of the thread group. At present, only @samp{process} is a
36309valid type.
36310
36311@item pid
36312The target-specific process identifier. This field is only present
a79b8f6e 36313for thread groups of type @samp{process} and only if the process exists.
c3b108f7 36314
2ddf4301
SM
36315@item exit-code
36316The exit code of this group's last exited thread, formatted in octal.
36317This field is only present for thread groups of type @samp{process} and
36318only if the process is not running.
36319
dc146f7c
VP
36320@item num_children
36321The number of children this thread group has. This field may be
36322absent for an available thread group.
36323
36324@item threads
36325This field has a list of tuples as value, each tuple describing a
36326thread. It may be present if the @samp{--recurse} option is
36327specified, and it's actually possible to obtain the threads.
36328
36329@item cores
36330This field is a list of integers, each identifying a core that one
36331thread of the group is running on. This field may be absent if
36332such information is not available.
36333
a79b8f6e
VP
36334@item executable
36335The name of the executable file that corresponds to this thread group.
36336The field is only present for thread groups of type @samp{process},
36337and only if there is a corresponding executable file.
36338
dc146f7c 36339@end table
c3b108f7
VP
36340
36341@subheading Example
36342
36343@smallexample
36344@value{GDBP}
36345-list-thread-groups
36346^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
36347-list-thread-groups 17
36348^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
36349 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
36350@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
36351 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
6d52907e 36352 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
dc146f7c
VP
36353-list-thread-groups --available
36354^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
36355-list-thread-groups --available --recurse 1
36356 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36357 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36358 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
36359-list-thread-groups --available --recurse 1 17 18
36360^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36361 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36362 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
c3b108f7 36363@end smallexample
c6ebd6cf 36364
f3e0e960
SS
36365@subheading The @code{-info-os} Command
36366@findex -info-os
36367
36368@subsubheading Synopsis
36369
36370@smallexample
36371-info-os [ @var{type} ]
36372@end smallexample
36373
36374If no argument is supplied, the command returns a table of available
36375operating-system-specific information types. If one of these types is
36376supplied as an argument @var{type}, then the command returns a table
36377of data of that type.
36378
36379The types of information available depend on the target operating
36380system.
36381
36382@subsubheading @value{GDBN} Command
36383
36384The corresponding @value{GDBN} command is @samp{info os}.
36385
36386@subsubheading Example
36387
36388When run on a @sc{gnu}/Linux system, the output will look something
36389like this:
36390
36391@smallexample
36392@value{GDBP}
36393-info-os
d33279b3 36394^done,OSDataTable=@{nr_rows="10",nr_cols="3",
f3e0e960 36395hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
71caed83
SS
36396 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
36397 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
d33279b3
AT
36398body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
36399 col2="CPUs"@},
36400 item=@{col0="files",col1="Listing of all file descriptors",
36401 col2="File descriptors"@},
36402 item=@{col0="modules",col1="Listing of all loaded kernel modules",
36403 col2="Kernel modules"@},
36404 item=@{col0="msg",col1="Listing of all message queues",
36405 col2="Message queues"@},
36406 item=@{col0="processes",col1="Listing of all processes",
71caed83
SS
36407 col2="Processes"@},
36408 item=@{col0="procgroups",col1="Listing of all process groups",
36409 col2="Process groups"@},
71caed83
SS
36410 item=@{col0="semaphores",col1="Listing of all semaphores",
36411 col2="Semaphores"@},
d33279b3
AT
36412 item=@{col0="shm",col1="Listing of all shared-memory regions",
36413 col2="Shared-memory regions"@},
36414 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
36415 col2="Sockets"@},
36416 item=@{col0="threads",col1="Listing of all threads",
36417 col2="Threads"@}]
f3e0e960
SS
36418@value{GDBP}
36419-info-os processes
36420^done,OSDataTable=@{nr_rows="190",nr_cols="4",
36421hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
36422 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
36423 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
36424 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
36425body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
36426 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
36427 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
36428 ...
36429 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
36430 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
36431(gdb)
36432@end smallexample
a79b8f6e 36433
71caed83
SS
36434(Note that the MI output here includes a @code{"Title"} column that
36435does not appear in command-line @code{info os}; this column is useful
36436for MI clients that want to enumerate the types of data, such as in a
36437popup menu, but is needless clutter on the command line, and
36438@code{info os} omits it.)
36439
a79b8f6e
VP
36440@subheading The @code{-add-inferior} Command
36441@findex -add-inferior
36442
36443@subheading Synopsis
36444
36445@smallexample
36446-add-inferior
36447@end smallexample
36448
65c574f6 36449Creates a new inferior (@pxref{Inferiors Connections and Programs}). The created
a79b8f6e
VP
36450inferior is not associated with any executable. Such association may
36451be established with the @samp{-file-exec-and-symbols} command
36452(@pxref{GDB/MI File Commands}). The command response has a single
b7742092 36453field, @samp{inferior}, whose value is the identifier of the
a79b8f6e
VP
36454thread group corresponding to the new inferior.
36455
36456@subheading Example
36457
36458@smallexample
36459@value{GDBP}
36460-add-inferior
b7742092 36461^done,inferior="i3"
a79b8f6e
VP
36462@end smallexample
36463
ef21caaf
NR
36464@subheading The @code{-interpreter-exec} Command
36465@findex -interpreter-exec
36466
36467@subheading Synopsis
36468
36469@smallexample
36470-interpreter-exec @var{interpreter} @var{command}
36471@end smallexample
a2c02241 36472@anchor{-interpreter-exec}
ef21caaf
NR
36473
36474Execute the specified @var{command} in the given @var{interpreter}.
36475
36476@subheading @value{GDBN} Command
36477
36478The corresponding @value{GDBN} command is @samp{interpreter-exec}.
36479
36480@subheading Example
36481
36482@smallexample
594fe323 36483(gdb)
ef21caaf
NR
36484-interpreter-exec console "break main"
36485&"During symbol reading, couldn't parse type; debugger out of date?.\n"
36486&"During symbol reading, bad structure-type format.\n"
36487~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
36488^done
594fe323 36489(gdb)
ef21caaf
NR
36490@end smallexample
36491
36492@subheading The @code{-inferior-tty-set} Command
36493@findex -inferior-tty-set
36494
36495@subheading Synopsis
36496
36497@smallexample
36498-inferior-tty-set /dev/pts/1
36499@end smallexample
36500
36501Set terminal for future runs of the program being debugged.
36502
36503@subheading @value{GDBN} Command
36504
36505The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
36506
36507@subheading Example
36508
36509@smallexample
594fe323 36510(gdb)
ef21caaf
NR
36511-inferior-tty-set /dev/pts/1
36512^done
594fe323 36513(gdb)
ef21caaf
NR
36514@end smallexample
36515
36516@subheading The @code{-inferior-tty-show} Command
36517@findex -inferior-tty-show
36518
36519@subheading Synopsis
36520
36521@smallexample
36522-inferior-tty-show
36523@end smallexample
36524
36525Show terminal for future runs of program being debugged.
36526
36527@subheading @value{GDBN} Command
36528
36529The corresponding @value{GDBN} command is @samp{show inferior-tty}.
36530
36531@subheading Example
36532
36533@smallexample
594fe323 36534(gdb)
ef21caaf
NR
36535-inferior-tty-set /dev/pts/1
36536^done
594fe323 36537(gdb)
ef21caaf
NR
36538-inferior-tty-show
36539^done,inferior_tty_terminal="/dev/pts/1"
594fe323 36540(gdb)
ef21caaf 36541@end smallexample
922fbb7b 36542
a4eefcd8
NR
36543@subheading The @code{-enable-timings} Command
36544@findex -enable-timings
36545
36546@subheading Synopsis
36547
36548@smallexample
36549-enable-timings [yes | no]
36550@end smallexample
36551
36552Toggle the printing of the wallclock, user and system times for an MI
36553command as a field in its output. This command is to help frontend
36554developers optimize the performance of their code. No argument is
36555equivalent to @samp{yes}.
36556
36557@subheading @value{GDBN} Command
36558
36559No equivalent.
36560
36561@subheading Example
36562
36563@smallexample
36564(gdb)
36565-enable-timings
36566^done
36567(gdb)
36568-break-insert main
36569^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
36570addr="0x080484ed",func="main",file="myprog.c",
998580f1
MK
36571fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
36572times="0"@},
a4eefcd8
NR
36573time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
36574(gdb)
36575-enable-timings no
36576^done
36577(gdb)
36578-exec-run
36579^running
36580(gdb)
a47ec5fe 36581*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
36582frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
36583@{name="argv",value="0xbfb60364"@}],file="myprog.c",
6d52907e 36584fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
a4eefcd8
NR
36585(gdb)
36586@end smallexample
36587
26648588
JV
36588@subheading The @code{-complete} Command
36589@findex -complete
36590
36591@subheading Synopsis
36592
36593@smallexample
36594-complete @var{command}
36595@end smallexample
36596
36597Show a list of completions for partially typed CLI @var{command}.
36598
36599This command is intended for @sc{gdb/mi} frontends that cannot use two separate
7166f90a 36600CLI and MI channels --- for example: because of lack of PTYs like on Windows or
26648588
JV
36601because @value{GDBN} is used remotely via a SSH connection.
36602
36603@subheading Result
36604
36605The result consists of two or three fields:
36606
36607@table @samp
36608@item completion
36609This field contains the completed @var{command}. If @var{command}
36610has no known completions, this field is omitted.
36611
36612@item matches
36613This field contains a (possibly empty) array of matches. It is always present.
36614
36615@item max_completions_reached
36616This field contains @code{1} if number of known completions is above
7166f90a 36617@code{max-completions} limit (@pxref{Completion}), otherwise it contains
26648588
JV
36618@code{0}. It is always present.
36619
36620@end table
36621
36622@subheading @value{GDBN} Command
36623
36624The corresponding @value{GDBN} command is @samp{complete}.
36625
36626@subheading Example
36627
36628@smallexample
36629(gdb)
36630-complete br
36631^done,completion="break",
36632 matches=["break","break-range"],
36633 max_completions_reached="0"
36634(gdb)
36635-complete "b ma"
36636^done,completion="b ma",
36637 matches=["b madvise","b main"],max_completions_reached="0"
36638(gdb)
36639-complete "b push_b"
36640^done,completion="b push_back(",
36641 matches=[
36642 "b A::push_back(void*)",
36643 "b std::string::push_back(char)",
36644 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
36645 max_completions_reached="0"
36646(gdb)
36647-complete "nonexist"
36648^done,matches=[],max_completions_reached="0"
36649(gdb)
36650
36651@end smallexample
36652
922fbb7b
AC
36653@node Annotations
36654@chapter @value{GDBN} Annotations
36655
086432e2
AC
36656This chapter describes annotations in @value{GDBN}. Annotations were
36657designed to interface @value{GDBN} to graphical user interfaces or other
36658similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
36659relatively high level.
36660
d3e8051b 36661The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
36662(@pxref{GDB/MI}).
36663
922fbb7b
AC
36664@ignore
36665This is Edition @value{EDITION}, @value{DATE}.
36666@end ignore
36667
36668@menu
36669* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 36670* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
36671* Prompting:: Annotations marking @value{GDBN}'s need for input.
36672* Errors:: Annotations for error messages.
922fbb7b
AC
36673* Invalidation:: Some annotations describe things now invalid.
36674* Annotations for Running::
36675 Whether the program is running, how it stopped, etc.
36676* Source Annotations:: Annotations describing source code.
922fbb7b
AC
36677@end menu
36678
36679@node Annotations Overview
36680@section What is an Annotation?
36681@cindex annotations
36682
922fbb7b
AC
36683Annotations start with a newline character, two @samp{control-z}
36684characters, and the name of the annotation. If there is no additional
36685information associated with this annotation, the name of the annotation
36686is followed immediately by a newline. If there is additional
36687information, the name of the annotation is followed by a space, the
36688additional information, and a newline. The additional information
36689cannot contain newline characters.
36690
36691Any output not beginning with a newline and two @samp{control-z}
36692characters denotes literal output from @value{GDBN}. Currently there is
36693no need for @value{GDBN} to output a newline followed by two
36694@samp{control-z} characters, but if there was such a need, the
36695annotations could be extended with an @samp{escape} annotation which
36696means those three characters as output.
36697
086432e2
AC
36698The annotation @var{level}, which is specified using the
36699@option{--annotate} command line option (@pxref{Mode Options}), controls
36700how much information @value{GDBN} prints together with its prompt,
36701values of expressions, source lines, and other types of output. Level 0
d3e8051b 36702is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
36703subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
36704for programs that control @value{GDBN}, and level 2 annotations have
36705been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
36706Interface, annotate, GDB's Obsolete Annotations}).
36707
36708@table @code
36709@kindex set annotate
36710@item set annotate @var{level}
e09f16f9 36711The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 36712annotations to the specified @var{level}.
9c16f35a
EZ
36713
36714@item show annotate
36715@kindex show annotate
36716Show the current annotation level.
09d4efe1
EZ
36717@end table
36718
36719This chapter describes level 3 annotations.
086432e2 36720
922fbb7b
AC
36721A simple example of starting up @value{GDBN} with annotations is:
36722
36723@smallexample
086432e2
AC
36724$ @kbd{gdb --annotate=3}
36725GNU gdb 6.0
36726Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
36727GDB is free software, covered by the GNU General Public License,
36728and you are welcome to change it and/or distribute copies of it
36729under certain conditions.
36730Type "show copying" to see the conditions.
36731There is absolutely no warranty for GDB. Type "show warranty"
36732for details.
086432e2 36733This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
36734
36735^Z^Zpre-prompt
f7dc1244 36736(@value{GDBP})
922fbb7b 36737^Z^Zprompt
086432e2 36738@kbd{quit}
922fbb7b
AC
36739
36740^Z^Zpost-prompt
b383017d 36741$
922fbb7b
AC
36742@end smallexample
36743
36744Here @samp{quit} is input to @value{GDBN}; the rest is output from
36745@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
36746denotes a @samp{control-z} character) are annotations; the rest is
36747output from @value{GDBN}.
36748
9e6c4bd5
NR
36749@node Server Prefix
36750@section The Server Prefix
36751@cindex server prefix
36752
36753If you prefix a command with @samp{server } then it will not affect
36754the command history, nor will it affect @value{GDBN}'s notion of which
36755command to repeat if @key{RET} is pressed on a line by itself. This
36756means that commands can be run behind a user's back by a front-end in
36757a transparent manner.
36758
d837706a
NR
36759The @code{server } prefix does not affect the recording of values into
36760the value history; to print a value without recording it into the
36761value history, use the @code{output} command instead of the
36762@code{print} command.
36763
36764Using this prefix also disables confirmation requests
36765(@pxref{confirmation requests}).
9e6c4bd5 36766
922fbb7b
AC
36767@node Prompting
36768@section Annotation for @value{GDBN} Input
36769
36770@cindex annotations for prompts
36771When @value{GDBN} prompts for input, it annotates this fact so it is possible
36772to know when to send output, when the output from a given command is
36773over, etc.
36774
36775Different kinds of input each have a different @dfn{input type}. Each
36776input type has three annotations: a @code{pre-} annotation, which
36777denotes the beginning of any prompt which is being output, a plain
36778annotation, which denotes the end of the prompt, and then a @code{post-}
36779annotation which denotes the end of any echo which may (or may not) be
36780associated with the input. For example, the @code{prompt} input type
36781features the following annotations:
36782
36783@smallexample
36784^Z^Zpre-prompt
36785^Z^Zprompt
36786^Z^Zpost-prompt
36787@end smallexample
36788
36789The input types are
36790
36791@table @code
e5ac9b53
EZ
36792@findex pre-prompt annotation
36793@findex prompt annotation
36794@findex post-prompt annotation
922fbb7b
AC
36795@item prompt
36796When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
36797
e5ac9b53
EZ
36798@findex pre-commands annotation
36799@findex commands annotation
36800@findex post-commands annotation
922fbb7b
AC
36801@item commands
36802When @value{GDBN} prompts for a set of commands, like in the @code{commands}
36803command. The annotations are repeated for each command which is input.
36804
e5ac9b53
EZ
36805@findex pre-overload-choice annotation
36806@findex overload-choice annotation
36807@findex post-overload-choice annotation
922fbb7b
AC
36808@item overload-choice
36809When @value{GDBN} wants the user to select between various overloaded functions.
36810
e5ac9b53
EZ
36811@findex pre-query annotation
36812@findex query annotation
36813@findex post-query annotation
922fbb7b
AC
36814@item query
36815When @value{GDBN} wants the user to confirm a potentially dangerous operation.
36816
e5ac9b53
EZ
36817@findex pre-prompt-for-continue annotation
36818@findex prompt-for-continue annotation
36819@findex post-prompt-for-continue annotation
922fbb7b
AC
36820@item prompt-for-continue
36821When @value{GDBN} is asking the user to press return to continue. Note: Don't
36822expect this to work well; instead use @code{set height 0} to disable
36823prompting. This is because the counting of lines is buggy in the
36824presence of annotations.
36825@end table
36826
36827@node Errors
36828@section Errors
36829@cindex annotations for errors, warnings and interrupts
36830
e5ac9b53 36831@findex quit annotation
922fbb7b
AC
36832@smallexample
36833^Z^Zquit
36834@end smallexample
36835
36836This annotation occurs right before @value{GDBN} responds to an interrupt.
36837
e5ac9b53 36838@findex error annotation
922fbb7b
AC
36839@smallexample
36840^Z^Zerror
36841@end smallexample
36842
36843This annotation occurs right before @value{GDBN} responds to an error.
36844
36845Quit and error annotations indicate that any annotations which @value{GDBN} was
36846in the middle of may end abruptly. For example, if a
36847@code{value-history-begin} annotation is followed by a @code{error}, one
36848cannot expect to receive the matching @code{value-history-end}. One
36849cannot expect not to receive it either, however; an error annotation
36850does not necessarily mean that @value{GDBN} is immediately returning all the way
36851to the top level.
36852
e5ac9b53 36853@findex error-begin annotation
922fbb7b
AC
36854A quit or error annotation may be preceded by
36855
36856@smallexample
36857^Z^Zerror-begin
36858@end smallexample
36859
36860Any output between that and the quit or error annotation is the error
36861message.
36862
36863Warning messages are not yet annotated.
36864@c If we want to change that, need to fix warning(), type_error(),
36865@c range_error(), and possibly other places.
36866
922fbb7b
AC
36867@node Invalidation
36868@section Invalidation Notices
36869
36870@cindex annotations for invalidation messages
36871The following annotations say that certain pieces of state may have
36872changed.
36873
36874@table @code
e5ac9b53 36875@findex frames-invalid annotation
922fbb7b
AC
36876@item ^Z^Zframes-invalid
36877
36878The frames (for example, output from the @code{backtrace} command) may
36879have changed.
36880
e5ac9b53 36881@findex breakpoints-invalid annotation
922fbb7b
AC
36882@item ^Z^Zbreakpoints-invalid
36883
36884The breakpoints may have changed. For example, the user just added or
36885deleted a breakpoint.
36886@end table
36887
36888@node Annotations for Running
36889@section Running the Program
36890@cindex annotations for running programs
36891
e5ac9b53
EZ
36892@findex starting annotation
36893@findex stopping annotation
922fbb7b 36894When the program starts executing due to a @value{GDBN} command such as
b383017d 36895@code{step} or @code{continue},
922fbb7b
AC
36896
36897@smallexample
36898^Z^Zstarting
36899@end smallexample
36900
b383017d 36901is output. When the program stops,
922fbb7b
AC
36902
36903@smallexample
36904^Z^Zstopped
36905@end smallexample
36906
36907is output. Before the @code{stopped} annotation, a variety of
36908annotations describe how the program stopped.
36909
36910@table @code
e5ac9b53 36911@findex exited annotation
922fbb7b
AC
36912@item ^Z^Zexited @var{exit-status}
36913The program exited, and @var{exit-status} is the exit status (zero for
36914successful exit, otherwise nonzero).
36915
e5ac9b53
EZ
36916@findex signalled annotation
36917@findex signal-name annotation
36918@findex signal-name-end annotation
36919@findex signal-string annotation
36920@findex signal-string-end annotation
922fbb7b
AC
36921@item ^Z^Zsignalled
36922The program exited with a signal. After the @code{^Z^Zsignalled}, the
36923annotation continues:
36924
36925@smallexample
36926@var{intro-text}
36927^Z^Zsignal-name
36928@var{name}
36929^Z^Zsignal-name-end
36930@var{middle-text}
36931^Z^Zsignal-string
36932@var{string}
36933^Z^Zsignal-string-end
36934@var{end-text}
36935@end smallexample
36936
36937@noindent
36938where @var{name} is the name of the signal, such as @code{SIGILL} or
36939@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
697aa1b7 36940as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
922fbb7b
AC
36941@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
36942user's benefit and have no particular format.
36943
e5ac9b53 36944@findex signal annotation
922fbb7b
AC
36945@item ^Z^Zsignal
36946The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
36947just saying that the program received the signal, not that it was
36948terminated with it.
36949
e5ac9b53 36950@findex breakpoint annotation
922fbb7b
AC
36951@item ^Z^Zbreakpoint @var{number}
36952The program hit breakpoint number @var{number}.
36953
e5ac9b53 36954@findex watchpoint annotation
922fbb7b
AC
36955@item ^Z^Zwatchpoint @var{number}
36956The program hit watchpoint number @var{number}.
36957@end table
36958
36959@node Source Annotations
36960@section Displaying Source
36961@cindex annotations for source display
36962
e5ac9b53 36963@findex source annotation
922fbb7b
AC
36964The following annotation is used instead of displaying source code:
36965
36966@smallexample
36967^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
36968@end smallexample
36969
36970where @var{filename} is an absolute file name indicating which source
36971file, @var{line} is the line number within that file (where 1 is the
36972first line in the file), @var{character} is the character position
36973within the file (where 0 is the first character in the file) (for most
36974debug formats this will necessarily point to the beginning of a line),
36975@var{middle} is @samp{middle} if @var{addr} is in the middle of the
36976line, or @samp{beg} if @var{addr} is at the beginning of the line, and
36977@var{addr} is the address in the target program associated with the
697aa1b7 36978source which is being displayed. The @var{addr} is in the form @samp{0x}
922fbb7b
AC
36979followed by one or more lowercase hex digits (note that this does not
36980depend on the language).
36981
4efc6507
DE
36982@node JIT Interface
36983@chapter JIT Compilation Interface
36984@cindex just-in-time compilation
36985@cindex JIT compilation interface
36986
36987This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
36988interface. A JIT compiler is a program or library that generates native
36989executable code at runtime and executes it, usually in order to achieve good
36990performance while maintaining platform independence.
36991
36992Programs that use JIT compilation are normally difficult to debug because
36993portions of their code are generated at runtime, instead of being loaded from
36994object files, which is where @value{GDBN} normally finds the program's symbols
36995and debug information. In order to debug programs that use JIT compilation,
36996@value{GDBN} has an interface that allows the program to register in-memory
36997symbol files with @value{GDBN} at runtime.
36998
36999If you are using @value{GDBN} to debug a program that uses this interface, then
37000it should work transparently so long as you have not stripped the binary. If
37001you are developing a JIT compiler, then the interface is documented in the rest
37002of this chapter. At this time, the only known client of this interface is the
37003LLVM JIT.
37004
37005Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
37006JIT compiler communicates with @value{GDBN} by writing data into a global
6b92c0d3 37007variable and calling a function at a well-known symbol. When @value{GDBN}
4efc6507
DE
37008attaches, it reads a linked list of symbol files from the global variable to
37009find existing code, and puts a breakpoint in the function so that it can find
37010out about additional code.
37011
37012@menu
37013* Declarations:: Relevant C struct declarations
37014* Registering Code:: Steps to register code
37015* Unregistering Code:: Steps to unregister code
f85b53f8 37016* Custom Debug Info:: Emit debug information in a custom format
4efc6507
DE
37017@end menu
37018
37019@node Declarations
37020@section JIT Declarations
37021
37022These are the relevant struct declarations that a C program should include to
37023implement the interface:
37024
37025@smallexample
37026typedef enum
37027@{
37028 JIT_NOACTION = 0,
37029 JIT_REGISTER_FN,
37030 JIT_UNREGISTER_FN
37031@} jit_actions_t;
37032
37033struct jit_code_entry
37034@{
37035 struct jit_code_entry *next_entry;
37036 struct jit_code_entry *prev_entry;
37037 const char *symfile_addr;
37038 uint64_t symfile_size;
37039@};
37040
37041struct jit_descriptor
37042@{
37043 uint32_t version;
37044 /* This type should be jit_actions_t, but we use uint32_t
37045 to be explicit about the bitwidth. */
37046 uint32_t action_flag;
37047 struct jit_code_entry *relevant_entry;
37048 struct jit_code_entry *first_entry;
37049@};
37050
37051/* GDB puts a breakpoint in this function. */
37052void __attribute__((noinline)) __jit_debug_register_code() @{ @};
37053
37054/* Make sure to specify the version statically, because the
37055 debugger may check the version before we can set it. */
37056struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
37057@end smallexample
37058
37059If the JIT is multi-threaded, then it is important that the JIT synchronize any
37060modifications to this global data properly, which can easily be done by putting
37061a global mutex around modifications to these structures.
37062
37063@node Registering Code
37064@section Registering Code
37065
37066To register code with @value{GDBN}, the JIT should follow this protocol:
37067
37068@itemize @bullet
37069@item
37070Generate an object file in memory with symbols and other desired debug
37071information. The file must include the virtual addresses of the sections.
37072
37073@item
37074Create a code entry for the file, which gives the start and size of the symbol
37075file.
37076
37077@item
37078Add it to the linked list in the JIT descriptor.
37079
37080@item
37081Point the relevant_entry field of the descriptor at the entry.
37082
37083@item
37084Set @code{action_flag} to @code{JIT_REGISTER} and call
37085@code{__jit_debug_register_code}.
37086@end itemize
37087
37088When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
37089@code{relevant_entry} pointer so it doesn't have to walk the list looking for
37090new code. However, the linked list must still be maintained in order to allow
37091@value{GDBN} to attach to a running process and still find the symbol files.
37092
37093@node Unregistering Code
37094@section Unregistering Code
37095
37096If code is freed, then the JIT should use the following protocol:
37097
37098@itemize @bullet
37099@item
37100Remove the code entry corresponding to the code from the linked list.
37101
37102@item
37103Point the @code{relevant_entry} field of the descriptor at the code entry.
37104
37105@item
37106Set @code{action_flag} to @code{JIT_UNREGISTER} and call
37107@code{__jit_debug_register_code}.
37108@end itemize
37109
37110If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
37111and the JIT will leak the memory used for the associated symbol files.
37112
f85b53f8
SD
37113@node Custom Debug Info
37114@section Custom Debug Info
37115@cindex custom JIT debug info
37116@cindex JIT debug info reader
37117
37118Generating debug information in platform-native file formats (like ELF
37119or COFF) may be an overkill for JIT compilers; especially if all the
37120debug info is used for is displaying a meaningful backtrace. The
37121issue can be resolved by having the JIT writers decide on a debug info
37122format and also provide a reader that parses the debug info generated
37123by the JIT compiler. This section gives a brief overview on writing
37124such a parser. More specific details can be found in the source file
37125@file{gdb/jit-reader.in}, which is also installed as a header at
37126@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
37127
37128The reader is implemented as a shared object (so this functionality is
37129not available on platforms which don't allow loading shared objects at
37130runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
37131@code{jit-reader-unload} are provided, to be used to load and unload
37132the readers from a preconfigured directory. Once loaded, the shared
37133object is used the parse the debug information emitted by the JIT
37134compiler.
37135
37136@menu
37137* Using JIT Debug Info Readers:: How to use supplied readers correctly
37138* Writing JIT Debug Info Readers:: Creating a debug-info reader
37139@end menu
37140
37141@node Using JIT Debug Info Readers
37142@subsection Using JIT Debug Info Readers
37143@kindex jit-reader-load
37144@kindex jit-reader-unload
37145
37146Readers can be loaded and unloaded using the @code{jit-reader-load}
37147and @code{jit-reader-unload} commands.
37148
37149@table @code
c9fb1240 37150@item jit-reader-load @var{reader}
697aa1b7 37151Load the JIT reader named @var{reader}, which is a shared
c9fb1240
SD
37152object specified as either an absolute or a relative file name. In
37153the latter case, @value{GDBN} will try to load the reader from a
37154pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
37155system (here @var{libdir} is the system library directory, often
37156@file{/usr/local/lib}).
37157
37158Only one reader can be active at a time; trying to load a second
37159reader when one is already loaded will result in @value{GDBN}
37160reporting an error. A new JIT reader can be loaded by first unloading
37161the current one using @code{jit-reader-unload} and then invoking
37162@code{jit-reader-load}.
f85b53f8
SD
37163
37164@item jit-reader-unload
37165Unload the currently loaded JIT reader.
37166
37167@end table
37168
37169@node Writing JIT Debug Info Readers
37170@subsection Writing JIT Debug Info Readers
37171@cindex writing JIT debug info readers
37172
37173As mentioned, a reader is essentially a shared object conforming to a
37174certain ABI. This ABI is described in @file{jit-reader.h}.
37175
37176@file{jit-reader.h} defines the structures, macros and functions
37177required to write a reader. It is installed (along with
37178@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
37179the system include directory.
37180
37181Readers need to be released under a GPL compatible license. A reader
37182can be declared as released under such a license by placing the macro
37183@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
37184
37185The entry point for readers is the symbol @code{gdb_init_reader},
37186which is expected to be a function with the prototype
37187
37188@findex gdb_init_reader
37189@smallexample
37190extern struct gdb_reader_funcs *gdb_init_reader (void);
37191@end smallexample
37192
37193@cindex @code{struct gdb_reader_funcs}
37194
37195@code{struct gdb_reader_funcs} contains a set of pointers to callback
37196functions. These functions are executed to read the debug info
37197generated by the JIT compiler (@code{read}), to unwind stack frames
37198(@code{unwind}) and to create canonical frame IDs
27f7b2f6 37199(@code{get_frame_id}). It also has a callback that is called when the
f85b53f8
SD
37200reader is being unloaded (@code{destroy}). The struct looks like this
37201
37202@smallexample
37203struct gdb_reader_funcs
37204@{
37205 /* Must be set to GDB_READER_INTERFACE_VERSION. */
37206 int reader_version;
37207
37208 /* For use by the reader. */
37209 void *priv_data;
37210
37211 gdb_read_debug_info *read;
37212 gdb_unwind_frame *unwind;
37213 gdb_get_frame_id *get_frame_id;
37214 gdb_destroy_reader *destroy;
37215@};
37216@end smallexample
37217
37218@cindex @code{struct gdb_symbol_callbacks}
37219@cindex @code{struct gdb_unwind_callbacks}
37220
37221The callbacks are provided with another set of callbacks by
37222@value{GDBN} to do their job. For @code{read}, these callbacks are
37223passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
37224and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
37225@code{struct gdb_symbol_callbacks} has callbacks to create new object
37226files and new symbol tables inside those object files. @code{struct
37227gdb_unwind_callbacks} has callbacks to read registers off the current
37228frame and to write out the values of the registers in the previous
37229frame. Both have a callback (@code{target_read}) to read bytes off the
37230target's address space.
37231
d1feda86
YQ
37232@node In-Process Agent
37233@chapter In-Process Agent
37234@cindex debugging agent
37235The traditional debugging model is conceptually low-speed, but works fine,
37236because most bugs can be reproduced in debugging-mode execution. However,
37237as multi-core or many-core processors are becoming mainstream, and
37238multi-threaded programs become more and more popular, there should be more
37239and more bugs that only manifest themselves at normal-mode execution, for
37240example, thread races, because debugger's interference with the program's
37241timing may conceal the bugs. On the other hand, in some applications,
37242it is not feasible for the debugger to interrupt the program's execution
37243long enough for the developer to learn anything helpful about its behavior.
37244If the program's correctness depends on its real-time behavior, delays
37245introduced by a debugger might cause the program to fail, even when the
37246code itself is correct. It is useful to be able to observe the program's
37247behavior without interrupting it.
37248
37249Therefore, traditional debugging model is too intrusive to reproduce
37250some bugs. In order to reduce the interference with the program, we can
37251reduce the number of operations performed by debugger. The
37252@dfn{In-Process Agent}, a shared library, is running within the same
37253process with inferior, and is able to perform some debugging operations
37254itself. As a result, debugger is only involved when necessary, and
37255performance of debugging can be improved accordingly. Note that
37256interference with program can be reduced but can't be removed completely,
37257because the in-process agent will still stop or slow down the program.
37258
37259The in-process agent can interpret and execute Agent Expressions
37260(@pxref{Agent Expressions}) during performing debugging operations. The
37261agent expressions can be used for different purposes, such as collecting
37262data in tracepoints, and condition evaluation in breakpoints.
37263
37264@anchor{Control Agent}
37265You can control whether the in-process agent is used as an aid for
37266debugging with the following commands:
37267
37268@table @code
37269@kindex set agent on
37270@item set agent on
37271Causes the in-process agent to perform some operations on behalf of the
37272debugger. Just which operations requested by the user will be done
37273by the in-process agent depends on the its capabilities. For example,
37274if you request to evaluate breakpoint conditions in the in-process agent,
37275and the in-process agent has such capability as well, then breakpoint
37276conditions will be evaluated in the in-process agent.
37277
37278@kindex set agent off
37279@item set agent off
37280Disables execution of debugging operations by the in-process agent. All
37281of the operations will be performed by @value{GDBN}.
37282
37283@kindex show agent
37284@item show agent
37285Display the current setting of execution of debugging operations by
37286the in-process agent.
37287@end table
37288
16bdd41f
YQ
37289@menu
37290* In-Process Agent Protocol::
37291@end menu
37292
37293@node In-Process Agent Protocol
37294@section In-Process Agent Protocol
37295@cindex in-process agent protocol
37296
37297The in-process agent is able to communicate with both @value{GDBN} and
37298GDBserver (@pxref{In-Process Agent}). This section documents the protocol
37299used for communications between @value{GDBN} or GDBserver and the IPA.
37300In general, @value{GDBN} or GDBserver sends commands
37301(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
37302in-process agent replies back with the return result of the command, or
37303some other information. The data sent to in-process agent is composed
37304of primitive data types, such as 4-byte or 8-byte type, and composite
37305types, which are called objects (@pxref{IPA Protocol Objects}).
37306
37307@menu
37308* IPA Protocol Objects::
37309* IPA Protocol Commands::
37310@end menu
37311
37312@node IPA Protocol Objects
37313@subsection IPA Protocol Objects
37314@cindex ipa protocol objects
37315
37316The commands sent to and results received from agent may contain some
37317complex data types called @dfn{objects}.
37318
37319The in-process agent is running on the same machine with @value{GDBN}
37320or GDBserver, so it doesn't have to handle as much differences between
37321two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
37322However, there are still some differences of two ends in two processes:
37323
37324@enumerate
37325@item
37326word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
37327compiled as a 64-bit executable, while in-process agent is a 32-bit one.
37328@item
37329ABI. Some machines may have multiple types of ABI, @value{GDBN} or
37330GDBserver is compiled with one, and in-process agent is compiled with
37331the other one.
37332@end enumerate
37333
37334Here are the IPA Protocol Objects:
37335
37336@enumerate
37337@item
37338agent expression object. It represents an agent expression
37339(@pxref{Agent Expressions}).
37340@anchor{agent expression object}
37341@item
37342tracepoint action object. It represents a tracepoint action
37343(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
37344memory, static trace data and to evaluate expression.
37345@anchor{tracepoint action object}
37346@item
37347tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
37348@anchor{tracepoint object}
37349
37350@end enumerate
37351
37352The following table describes important attributes of each IPA protocol
37353object:
37354
37355@multitable @columnfractions .30 .20 .50
37356@headitem Name @tab Size @tab Description
37357@item @emph{agent expression object} @tab @tab
37358@item length @tab 4 @tab length of bytes code
37359@item byte code @tab @var{length} @tab contents of byte code
37360@item @emph{tracepoint action for collecting memory} @tab @tab
37361@item 'M' @tab 1 @tab type of tracepoint action
37362@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
37363address of the lowest byte to collect, otherwise @var{addr} is the offset
37364of @var{basereg} for memory collecting.
37365@item len @tab 8 @tab length of memory for collecting
37366@item basereg @tab 4 @tab the register number containing the starting
37367memory address for collecting.
37368@item @emph{tracepoint action for collecting registers} @tab @tab
37369@item 'R' @tab 1 @tab type of tracepoint action
37370@item @emph{tracepoint action for collecting static trace data} @tab @tab
37371@item 'L' @tab 1 @tab type of tracepoint action
37372@item @emph{tracepoint action for expression evaluation} @tab @tab
37373@item 'X' @tab 1 @tab type of tracepoint action
37374@item agent expression @tab length of @tab @ref{agent expression object}
37375@item @emph{tracepoint object} @tab @tab
37376@item number @tab 4 @tab number of tracepoint
37377@item address @tab 8 @tab address of tracepoint inserted on
37378@item type @tab 4 @tab type of tracepoint
37379@item enabled @tab 1 @tab enable or disable of tracepoint
37380@item step_count @tab 8 @tab step
37381@item pass_count @tab 8 @tab pass
37382@item numactions @tab 4 @tab number of tracepoint actions
37383@item hit count @tab 8 @tab hit count
37384@item trace frame usage @tab 8 @tab trace frame usage
37385@item compiled_cond @tab 8 @tab compiled condition
37386@item orig_size @tab 8 @tab orig size
37387@item condition @tab 4 if condition is NULL otherwise length of
37388@ref{agent expression object}
37389@tab zero if condition is NULL, otherwise is
37390@ref{agent expression object}
37391@item actions @tab variable
37392@tab numactions number of @ref{tracepoint action object}
37393@end multitable
37394
37395@node IPA Protocol Commands
37396@subsection IPA Protocol Commands
37397@cindex ipa protocol commands
37398
37399The spaces in each command are delimiters to ease reading this commands
37400specification. They don't exist in real commands.
37401
37402@table @samp
37403
37404@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
37405Installs a new fast tracepoint described by @var{tracepoint_object}
697aa1b7 37406(@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
16bdd41f
YQ
37407head of @dfn{jumppad}, which is used to jump to data collection routine
37408in IPA finally.
37409
37410Replies:
37411@table @samp
37412@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
37413@var{target_address} is address of tracepoint in the inferior.
697aa1b7 37414The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
16bdd41f 37415@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
697aa1b7
EZ
37416The @var{fjump} contains a sequence of instructions jump to jumppad entry.
37417The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
16bdd41f
YQ
37418@item E @var{NN}
37419for an error
37420
37421@end table
37422
7255706c
YQ
37423@item close
37424Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
37425is about to kill inferiors.
37426
16bdd41f
YQ
37427@item qTfSTM
37428@xref{qTfSTM}.
37429@item qTsSTM
37430@xref{qTsSTM}.
37431@item qTSTMat
37432@xref{qTSTMat}.
37433@item probe_marker_at:@var{address}
37434Asks in-process agent to probe the marker at @var{address}.
37435
37436Replies:
37437@table @samp
37438@item E @var{NN}
37439for an error
37440@end table
37441@item unprobe_marker_at:@var{address}
37442Asks in-process agent to unprobe the marker at @var{address}.
37443@end table
37444
8e04817f
AC
37445@node GDB Bugs
37446@chapter Reporting Bugs in @value{GDBN}
37447@cindex bugs in @value{GDBN}
37448@cindex reporting bugs in @value{GDBN}
c906108c 37449
8e04817f 37450Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 37451
8e04817f
AC
37452Reporting a bug may help you by bringing a solution to your problem, or it
37453may not. But in any case the principal function of a bug report is to help
37454the entire community by making the next version of @value{GDBN} work better. Bug
37455reports are your contribution to the maintenance of @value{GDBN}.
c906108c 37456
8e04817f
AC
37457In order for a bug report to serve its purpose, you must include the
37458information that enables us to fix the bug.
c4555f82
SC
37459
37460@menu
8e04817f
AC
37461* Bug Criteria:: Have you found a bug?
37462* Bug Reporting:: How to report bugs
c4555f82
SC
37463@end menu
37464
8e04817f 37465@node Bug Criteria
79a6e687 37466@section Have You Found a Bug?
8e04817f 37467@cindex bug criteria
c4555f82 37468
8e04817f 37469If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
37470
37471@itemize @bullet
8e04817f
AC
37472@cindex fatal signal
37473@cindex debugger crash
37474@cindex crash of debugger
c4555f82 37475@item
8e04817f
AC
37476If the debugger gets a fatal signal, for any input whatever, that is a
37477@value{GDBN} bug. Reliable debuggers never crash.
37478
37479@cindex error on valid input
37480@item
37481If @value{GDBN} produces an error message for valid input, that is a
37482bug. (Note that if you're cross debugging, the problem may also be
37483somewhere in the connection to the target.)
c4555f82 37484
8e04817f 37485@cindex invalid input
c4555f82 37486@item
8e04817f
AC
37487If @value{GDBN} does not produce an error message for invalid input,
37488that is a bug. However, you should note that your idea of
37489``invalid input'' might be our idea of ``an extension'' or ``support
37490for traditional practice''.
37491
37492@item
37493If you are an experienced user of debugging tools, your suggestions
37494for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
37495@end itemize
37496
8e04817f 37497@node Bug Reporting
79a6e687 37498@section How to Report Bugs
8e04817f
AC
37499@cindex bug reports
37500@cindex @value{GDBN} bugs, reporting
37501
37502A number of companies and individuals offer support for @sc{gnu} products.
37503If you obtained @value{GDBN} from a support organization, we recommend you
37504contact that organization first.
37505
37506You can find contact information for many support companies and
37507individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
37508distribution.
37509@c should add a web page ref...
37510
c16158bc
JM
37511@ifset BUGURL
37512@ifset BUGURL_DEFAULT
129188f6 37513In any event, we also recommend that you submit bug reports for
d3e8051b 37514@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
37515@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
37516page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
37517be used.
8e04817f
AC
37518
37519@strong{Do not send bug reports to @samp{info-gdb}, or to
37520@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
37521not want to receive bug reports. Those that do have arranged to receive
37522@samp{bug-gdb}.
37523
37524The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
37525serves as a repeater. The mailing list and the newsgroup carry exactly
37526the same messages. Often people think of posting bug reports to the
37527newsgroup instead of mailing them. This appears to work, but it has one
37528problem which can be crucial: a newsgroup posting often lacks a mail
37529path back to the sender. Thus, if we need to ask for more information,
37530we may be unable to reach you. For this reason, it is better to send
37531bug reports to the mailing list.
c16158bc
JM
37532@end ifset
37533@ifclear BUGURL_DEFAULT
37534In any event, we also recommend that you submit bug reports for
37535@value{GDBN} to @value{BUGURL}.
37536@end ifclear
37537@end ifset
c4555f82 37538
8e04817f
AC
37539The fundamental principle of reporting bugs usefully is this:
37540@strong{report all the facts}. If you are not sure whether to state a
37541fact or leave it out, state it!
c4555f82 37542
8e04817f
AC
37543Often people omit facts because they think they know what causes the
37544problem and assume that some details do not matter. Thus, you might
37545assume that the name of the variable you use in an example does not matter.
37546Well, probably it does not, but one cannot be sure. Perhaps the bug is a
37547stray memory reference which happens to fetch from the location where that
37548name is stored in memory; perhaps, if the name were different, the contents
37549of that location would fool the debugger into doing the right thing despite
37550the bug. Play it safe and give a specific, complete example. That is the
37551easiest thing for you to do, and the most helpful.
c4555f82 37552
8e04817f
AC
37553Keep in mind that the purpose of a bug report is to enable us to fix the
37554bug. It may be that the bug has been reported previously, but neither
37555you nor we can know that unless your bug report is complete and
37556self-contained.
c4555f82 37557
8e04817f
AC
37558Sometimes people give a few sketchy facts and ask, ``Does this ring a
37559bell?'' Those bug reports are useless, and we urge everyone to
37560@emph{refuse to respond to them} except to chide the sender to report
37561bugs properly.
37562
37563To enable us to fix the bug, you should include all these things:
c4555f82
SC
37564
37565@itemize @bullet
37566@item
8e04817f
AC
37567The version of @value{GDBN}. @value{GDBN} announces it if you start
37568with no arguments; you can also print it at any time using @code{show
37569version}.
c4555f82 37570
8e04817f
AC
37571Without this, we will not know whether there is any point in looking for
37572the bug in the current version of @value{GDBN}.
c4555f82
SC
37573
37574@item
8e04817f
AC
37575The type of machine you are using, and the operating system name and
37576version number.
c4555f82 37577
6eaaf48b
EZ
37578@item
37579The details of the @value{GDBN} build-time configuration.
37580@value{GDBN} shows these details if you invoke it with the
37581@option{--configuration} command-line option, or if you type
37582@code{show configuration} at @value{GDBN}'s prompt.
37583
c4555f82 37584@item
c1468174 37585What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 37586``@value{GCC}--2.8.1''.
c4555f82
SC
37587
37588@item
8e04817f 37589What compiler (and its version) was used to compile the program you are
c1468174 37590debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
37591C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
37592to get this information; for other compilers, see the documentation for
37593those compilers.
c4555f82 37594
8e04817f
AC
37595@item
37596The command arguments you gave the compiler to compile your example and
37597observe the bug. For example, did you use @samp{-O}? To guarantee
37598you will not omit something important, list them all. A copy of the
37599Makefile (or the output from make) is sufficient.
c4555f82 37600
8e04817f
AC
37601If we were to try to guess the arguments, we would probably guess wrong
37602and then we might not encounter the bug.
c4555f82 37603
8e04817f
AC
37604@item
37605A complete input script, and all necessary source files, that will
37606reproduce the bug.
c4555f82 37607
8e04817f
AC
37608@item
37609A description of what behavior you observe that you believe is
37610incorrect. For example, ``It gets a fatal signal.''
c4555f82 37611
8e04817f
AC
37612Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
37613will certainly notice it. But if the bug is incorrect output, we might
37614not notice unless it is glaringly wrong. You might as well not give us
37615a chance to make a mistake.
c4555f82 37616
8e04817f
AC
37617Even if the problem you experience is a fatal signal, you should still
37618say so explicitly. Suppose something strange is going on, such as, your
37619copy of @value{GDBN} is out of synch, or you have encountered a bug in
37620the C library on your system. (This has happened!) Your copy might
37621crash and ours would not. If you told us to expect a crash, then when
37622ours fails to crash, we would know that the bug was not happening for
37623us. If you had not told us to expect a crash, then we would not be able
37624to draw any conclusion from our observations.
c4555f82 37625
e0c07bf0
MC
37626@pindex script
37627@cindex recording a session script
37628To collect all this information, you can use a session recording program
37629such as @command{script}, which is available on many Unix systems.
37630Just run your @value{GDBN} session inside @command{script} and then
37631include the @file{typescript} file with your bug report.
37632
37633Another way to record a @value{GDBN} session is to run @value{GDBN}
37634inside Emacs and then save the entire buffer to a file.
37635
8e04817f
AC
37636@item
37637If you wish to suggest changes to the @value{GDBN} source, send us context
37638diffs. If you even discuss something in the @value{GDBN} source, refer to
37639it by context, not by line number.
c4555f82 37640
8e04817f
AC
37641The line numbers in our development sources will not match those in your
37642sources. Your line numbers would convey no useful information to us.
c4555f82 37643
8e04817f 37644@end itemize
c4555f82 37645
8e04817f 37646Here are some things that are not necessary:
c4555f82 37647
8e04817f
AC
37648@itemize @bullet
37649@item
37650A description of the envelope of the bug.
c4555f82 37651
8e04817f
AC
37652Often people who encounter a bug spend a lot of time investigating
37653which changes to the input file will make the bug go away and which
37654changes will not affect it.
c4555f82 37655
8e04817f
AC
37656This is often time consuming and not very useful, because the way we
37657will find the bug is by running a single example under the debugger
37658with breakpoints, not by pure deduction from a series of examples.
37659We recommend that you save your time for something else.
c4555f82 37660
8e04817f
AC
37661Of course, if you can find a simpler example to report @emph{instead}
37662of the original one, that is a convenience for us. Errors in the
37663output will be easier to spot, running under the debugger will take
37664less time, and so on.
c4555f82 37665
8e04817f
AC
37666However, simplification is not vital; if you do not want to do this,
37667report the bug anyway and send us the entire test case you used.
c4555f82 37668
8e04817f
AC
37669@item
37670A patch for the bug.
c4555f82 37671
8e04817f
AC
37672A patch for the bug does help us if it is a good one. But do not omit
37673the necessary information, such as the test case, on the assumption that
37674a patch is all we need. We might see problems with your patch and decide
37675to fix the problem another way, or we might not understand it at all.
c4555f82 37676
8e04817f
AC
37677Sometimes with a program as complicated as @value{GDBN} it is very hard to
37678construct an example that will make the program follow a certain path
37679through the code. If you do not send us the example, we will not be able
37680to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 37681
8e04817f
AC
37682And if we cannot understand what bug you are trying to fix, or why your
37683patch should be an improvement, we will not install it. A test case will
37684help us to understand.
c4555f82 37685
8e04817f
AC
37686@item
37687A guess about what the bug is or what it depends on.
c4555f82 37688
8e04817f
AC
37689Such guesses are usually wrong. Even we cannot guess right about such
37690things without first using the debugger to find the facts.
37691@end itemize
c4555f82 37692
8e04817f
AC
37693@c The readline documentation is distributed with the readline code
37694@c and consists of the two following files:
cc88a640
JK
37695@c rluser.texi
37696@c hsuser.texi
8e04817f
AC
37697@c Use -I with makeinfo to point to the appropriate directory,
37698@c environment var TEXINPUTS with TeX.
39037522 37699@ifclear SYSTEM_READLINE
5bdf8622 37700@include rluser.texi
cc88a640 37701@include hsuser.texi
39037522 37702@end ifclear
c4555f82 37703
4ceed123
JB
37704@node In Memoriam
37705@appendix In Memoriam
37706
9ed350ad
JB
37707The @value{GDBN} project mourns the loss of the following long-time
37708contributors:
4ceed123
JB
37709
37710@table @code
37711@item Fred Fish
9ed350ad
JB
37712Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
37713to Free Software in general. Outside of @value{GDBN}, he was known in
37714the Amiga world for his series of Fish Disks, and the GeekGadget project.
4ceed123
JB
37715
37716@item Michael Snyder
9ed350ad
JB
37717Michael was one of the Global Maintainers of the @value{GDBN} project,
37718with contributions recorded as early as 1996, until 2011. In addition
37719to his day to day participation, he was a large driving force behind
37720adding Reverse Debugging to @value{GDBN}.
4ceed123
JB
37721@end table
37722
37723Beyond their technical contributions to the project, they were also
37724enjoyable members of the Free Software Community. We will miss them.
c4555f82 37725
8e04817f
AC
37726@node Formatting Documentation
37727@appendix Formatting Documentation
c4555f82 37728
8e04817f
AC
37729@cindex @value{GDBN} reference card
37730@cindex reference card
37731The @value{GDBN} 4 release includes an already-formatted reference card, ready
37732for printing with PostScript or Ghostscript, in the @file{gdb}
37733subdirectory of the main source directory@footnote{In
37734@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
37735release.}. If you can use PostScript or Ghostscript with your printer,
37736you can print the reference card immediately with @file{refcard.ps}.
c4555f82 37737
8e04817f
AC
37738The release also includes the source for the reference card. You
37739can format it, using @TeX{}, by typing:
c4555f82 37740
474c8240 37741@smallexample
8e04817f 37742make refcard.dvi
474c8240 37743@end smallexample
c4555f82 37744
8e04817f
AC
37745The @value{GDBN} reference card is designed to print in @dfn{landscape}
37746mode on US ``letter'' size paper;
37747that is, on a sheet 11 inches wide by 8.5 inches
37748high. You will need to specify this form of printing as an option to
37749your @sc{dvi} output program.
c4555f82 37750
8e04817f 37751@cindex documentation
c4555f82 37752
8e04817f
AC
37753All the documentation for @value{GDBN} comes as part of the machine-readable
37754distribution. The documentation is written in Texinfo format, which is
37755a documentation system that uses a single source file to produce both
37756on-line information and a printed manual. You can use one of the Info
37757formatting commands to create the on-line version of the documentation
37758and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 37759
8e04817f
AC
37760@value{GDBN} includes an already formatted copy of the on-line Info
37761version of this manual in the @file{gdb} subdirectory. The main Info
37762file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
37763subordinate files matching @samp{gdb.info*} in the same directory. If
37764necessary, you can print out these files, or read them with any editor;
37765but they are easier to read using the @code{info} subsystem in @sc{gnu}
37766Emacs or the standalone @code{info} program, available as part of the
37767@sc{gnu} Texinfo distribution.
c4555f82 37768
8e04817f
AC
37769If you want to format these Info files yourself, you need one of the
37770Info formatting programs, such as @code{texinfo-format-buffer} or
37771@code{makeinfo}.
c4555f82 37772
8e04817f
AC
37773If you have @code{makeinfo} installed, and are in the top level
37774@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
37775version @value{GDBVN}), you can make the Info file by typing:
c4555f82 37776
474c8240 37777@smallexample
8e04817f
AC
37778cd gdb
37779make gdb.info
474c8240 37780@end smallexample
c4555f82 37781
8e04817f
AC
37782If you want to typeset and print copies of this manual, you need @TeX{},
37783a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
37784Texinfo definitions file.
c4555f82 37785
8e04817f
AC
37786@TeX{} is a typesetting program; it does not print files directly, but
37787produces output files called @sc{dvi} files. To print a typeset
37788document, you need a program to print @sc{dvi} files. If your system
37789has @TeX{} installed, chances are it has such a program. The precise
37790command to use depends on your system; @kbd{lpr -d} is common; another
37791(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
37792require a file name without any extension or a @samp{.dvi} extension.
c4555f82 37793
8e04817f
AC
37794@TeX{} also requires a macro definitions file called
37795@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
37796written in Texinfo format. On its own, @TeX{} cannot either read or
37797typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
37798and is located in the @file{gdb-@var{version-number}/texinfo}
37799directory.
c4555f82 37800
8e04817f 37801If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 37802typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
37803subdirectory of the main source directory (for example, to
37804@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 37805
474c8240 37806@smallexample
8e04817f 37807make gdb.dvi
474c8240 37808@end smallexample
c4555f82 37809
8e04817f 37810Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 37811
8e04817f
AC
37812@node Installing GDB
37813@appendix Installing @value{GDBN}
8e04817f 37814@cindex installation
c4555f82 37815
7fa2210b
DJ
37816@menu
37817* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 37818* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
37819* Separate Objdir:: Compiling @value{GDBN} in another directory
37820* Config Names:: Specifying names for hosts and targets
37821* Configure Options:: Summary of options for configure
098b41a6 37822* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
37823@end menu
37824
37825@node Requirements
79a6e687 37826@section Requirements for Building @value{GDBN}
7fa2210b
DJ
37827@cindex building @value{GDBN}, requirements for
37828
37829Building @value{GDBN} requires various tools and packages to be available.
37830Other packages will be used only if they are found.
37831
79a6e687 37832@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b 37833@table @asis
7f0bd420
TT
37834@item C@t{++}11 compiler
37835@value{GDBN} is written in C@t{++}11. It should be buildable with any
37836recent C@t{++}11 compiler, e.g.@: GCC.
7fa2210b 37837
7f0bd420
TT
37838@item GNU make
37839@value{GDBN}'s build system relies on features only found in the GNU
37840make program. Other variants of @code{make} will not work.
904cb749
JB
37841
37842@item GMP (The GNU Multiple Precision Arithmetic Library)
37843@value{GDBN} now uses GMP to perform some of its arithmetics.
37844This library may be included with your operating system distribution;
37845if it is not, you can get the latest version from
37846@url{https://gmplib.org/}. If GMP is installed at an unusual path,
37847you can use the @option{--with-libgmp-prefix} option to specify
37848its location.
37849
7fa2210b
DJ
37850@end table
37851
79a6e687 37852@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
37853@table @asis
37854@item Expat
123dc839 37855@anchor{Expat}
7fa2210b
DJ
37856@value{GDBN} can use the Expat XML parsing library. This library may be
37857included with your operating system distribution; if it is not, you
37858can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 37859The @file{configure} script will search for this library in several
7fa2210b
DJ
37860standard locations; if it is installed in an unusual path, you can
37861use the @option{--with-libexpat-prefix} option to specify its location.
37862
9cceb671
DJ
37863Expat is used for:
37864
37865@itemize @bullet
37866@item
37867Remote protocol memory maps (@pxref{Memory Map Format})
37868@item
37869Target descriptions (@pxref{Target Descriptions})
37870@item
2268b414
JK
37871Remote shared library lists (@xref{Library List Format},
37872or alternatively @pxref{Library List Format for SVR4 Targets})
9cceb671
DJ
37873@item
37874MS-Windows shared libraries (@pxref{Shared Libraries})
b3b9301e
PA
37875@item
37876Traceframe info (@pxref{Traceframe Info Format})
2ae8c8e7 37877@item
f4abbc16
MM
37878Branch trace (@pxref{Branch Trace Format},
37879@pxref{Branch Trace Configuration Format})
9cceb671 37880@end itemize
7fa2210b 37881
7f0bd420
TT
37882@item Guile
37883@value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
37884default, @value{GDBN} will be compiled if the Guile libraries are
37885installed and are found by @file{configure}. You can use the
37886@code{--with-guile} option to request Guile, and pass either the Guile
37887version number or the file name of the relevant @code{pkg-config}
37888program to choose a particular version of Guile.
37889
37890@item iconv
37891@value{GDBN}'s features related to character sets (@pxref{Character
37892Sets}) require a functioning @code{iconv} implementation. If you are
37893on a GNU system, then this is provided by the GNU C Library. Some
37894other systems also provide a working @code{iconv}.
37895
37896If @value{GDBN} is using the @code{iconv} program which is installed
37897in a non-standard place, you will need to tell @value{GDBN} where to
37898find it. This is done with @option{--with-iconv-bin} which specifies
37899the directory that contains the @code{iconv} program. This program is
37900run in order to make a list of the available character sets.
37901
37902On systems without @code{iconv}, you can install GNU Libiconv. If
37903Libiconv is installed in a standard place, @value{GDBN} will
37904automatically use it if it is needed. If you have previously
37905installed Libiconv in a non-standard place, you can use the
37906@option{--with-libiconv-prefix} option to @file{configure}.
37907
37908@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
37909arrange to build Libiconv if a directory named @file{libiconv} appears
37910in the top-most source directory. If Libiconv is built this way, and
37911if the operating system does not provide a suitable @code{iconv}
37912implementation, then the just-built library will automatically be used
37913by @value{GDBN}. One easy way to set this up is to download GNU
37914Libiconv, unpack it inside the top-level directory of the @value{GDBN}
37915source tree, and then rename the directory holding the Libiconv source
37916code to @samp{libiconv}.
37917
37918@item lzma
37919@value{GDBN} can support debugging sections that are compressed with
37920the LZMA library. @xref{MiniDebugInfo}. If this library is not
37921included with your operating system, you can find it in the xz package
37922at @url{http://tukaani.org/xz/}. If the LZMA library is available in
37923the usual place, then the @file{configure} script will use it
37924automatically. If it is installed in an unusual path, you can use the
37925@option{--with-lzma-prefix} option to specify its location.
37926
2400729e
UW
37927@item MPFR
37928@anchor{MPFR}
37929@value{GDBN} can use the GNU MPFR multiple-precision floating-point
37930library. This library may be included with your operating system
37931distribution; if it is not, you can get the latest version from
37932@url{http://www.mpfr.org}. The @file{configure} script will search
37933for this library in several standard locations; if it is installed
37934in an unusual path, you can use the @option{--with-libmpfr-prefix}
37935option to specify its location.
37936
37937GNU MPFR is used to emulate target floating-point arithmetic during
37938expression evaluation when the target uses different floating-point
37939formats than the host. If GNU MPFR it is not available, @value{GDBN}
37940will fall back to using host floating-point arithmetic.
37941
7f0bd420
TT
37942@item Python
37943@value{GDBN} can be scripted using Python language. @xref{Python}.
37944By default, @value{GDBN} will be compiled if the Python libraries are
37945installed and are found by @file{configure}. You can use the
37946@code{--with-python} option to request Python, and pass either the
37947file name of the relevant @code{python} executable, or the name of the
37948directory in which Python is installed, to choose a particular
37949installation of Python.
37950
31fffb02
CS
37951@item zlib
37952@cindex compressed debug sections
37953@value{GDBN} will use the @samp{zlib} library, if available, to read
37954compressed debug sections. Some linkers, such as GNU gold, are capable
37955of producing binaries with compressed debug sections. If @value{GDBN}
37956is compiled with @samp{zlib}, it will be able to read the debug
37957information in such binaries.
37958
37959The @samp{zlib} library is likely included with your operating system
37960distribution; if it is not, you can get the latest version from
37961@url{http://zlib.net}.
7fa2210b
DJ
37962@end table
37963
37964@node Running Configure
db2e3e2e 37965@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 37966@cindex configuring @value{GDBN}
db2e3e2e 37967@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
37968of preparing @value{GDBN} for installation; you can then use @code{make} to
37969build the @code{gdb} program.
37970@iftex
37971@c irrelevant in info file; it's as current as the code it lives with.
37972@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
37973look at the @file{README} file in the sources; we may have improved the
37974installation procedures since publishing this manual.}
37975@end iftex
c4555f82 37976
8e04817f
AC
37977The @value{GDBN} distribution includes all the source code you need for
37978@value{GDBN} in a single directory, whose name is usually composed by
37979appending the version number to @samp{gdb}.
c4555f82 37980
8e04817f
AC
37981For example, the @value{GDBN} version @value{GDBVN} distribution is in the
37982@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 37983
8e04817f
AC
37984@table @code
37985@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
37986script for configuring @value{GDBN} and all its supporting libraries
c4555f82 37987
8e04817f
AC
37988@item gdb-@value{GDBVN}/gdb
37989the source specific to @value{GDBN} itself
c4555f82 37990
8e04817f
AC
37991@item gdb-@value{GDBVN}/bfd
37992source for the Binary File Descriptor library
c906108c 37993
8e04817f
AC
37994@item gdb-@value{GDBVN}/include
37995@sc{gnu} include files
c906108c 37996
8e04817f
AC
37997@item gdb-@value{GDBVN}/libiberty
37998source for the @samp{-liberty} free software library
c906108c 37999
8e04817f
AC
38000@item gdb-@value{GDBVN}/opcodes
38001source for the library of opcode tables and disassemblers
c906108c 38002
8e04817f
AC
38003@item gdb-@value{GDBVN}/readline
38004source for the @sc{gnu} command-line interface
8e04817f 38005@end table
c906108c 38006
7f0bd420
TT
38007There may be other subdirectories as well.
38008
db2e3e2e 38009The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
38010from the @file{gdb-@var{version-number}} source directory, which in
38011this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 38012
8e04817f 38013First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 38014if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
38015identifier for the platform on which @value{GDBN} will run as an
38016argument.
c906108c 38017
8e04817f 38018For example:
c906108c 38019
474c8240 38020@smallexample
8e04817f 38021cd gdb-@value{GDBVN}
7f0bd420 38022./configure
8e04817f 38023make
474c8240 38024@end smallexample
c906108c 38025
7f0bd420
TT
38026Running @samp{configure} and then running @code{make} builds the
38027included supporting libraries, then @code{gdb} itself. The configured
38028source files, and the binaries, are left in the corresponding source
38029directories.
c906108c 38030
8e04817f 38031@need 750
db2e3e2e 38032@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
38033system does not recognize this automatically when you run a different
38034shell, you may need to run @code{sh} on it explicitly:
c906108c 38035
474c8240 38036@smallexample
7f0bd420 38037sh configure
474c8240 38038@end smallexample
c906108c 38039
db2e3e2e 38040You should run the @file{configure} script from the top directory in the
94e91d6d 38041source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 38042@file{configure} from one of the subdirectories, you will configure only
94e91d6d 38043that subdirectory. That is usually not what you want. In particular,
db2e3e2e 38044if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
38045of the @file{gdb-@var{version-number}} directory, you will omit the
38046configuration of @file{bfd}, @file{readline}, and other sibling
38047directories of the @file{gdb} subdirectory. This leads to build errors
38048about missing include files such as @file{bfd/bfd.h}.
c906108c 38049
7f0bd420
TT
38050You can install @code{@value{GDBN}} anywhere. The best way to do this
38051is to pass the @code{--prefix} option to @code{configure}, and then
38052install it with @code{make install}.
c906108c 38053
8e04817f 38054@node Separate Objdir
79a6e687 38055@section Compiling @value{GDBN} in Another Directory
c906108c 38056
8e04817f
AC
38057If you want to run @value{GDBN} versions for several host or target machines,
38058you need a different @code{gdb} compiled for each combination of
db2e3e2e 38059host and target. @file{configure} is designed to make this easy by
8e04817f
AC
38060allowing you to generate each configuration in a separate subdirectory,
38061rather than in the source directory. If your @code{make} program
38062handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
38063@code{make} in each of these directories builds the @code{gdb}
38064program specified there.
c906108c 38065
db2e3e2e 38066To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 38067with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
38068(You also need to specify a path to find @file{configure}
38069itself from your working directory. If the path to @file{configure}
8e04817f
AC
38070would be the same as the argument to @samp{--srcdir}, you can leave out
38071the @samp{--srcdir} option; it is assumed.)
c906108c 38072
8e04817f
AC
38073For example, with version @value{GDBVN}, you can build @value{GDBN} in a
38074separate directory for a Sun 4 like this:
c906108c 38075
474c8240 38076@smallexample
8e04817f
AC
38077@group
38078cd gdb-@value{GDBVN}
38079mkdir ../gdb-sun4
38080cd ../gdb-sun4
7f0bd420 38081../gdb-@value{GDBVN}/configure
8e04817f
AC
38082make
38083@end group
474c8240 38084@end smallexample
c906108c 38085
db2e3e2e 38086When @file{configure} builds a configuration using a remote source
8e04817f
AC
38087directory, it creates a tree for the binaries with the same structure
38088(and using the same names) as the tree under the source directory. In
38089the example, you'd find the Sun 4 library @file{libiberty.a} in the
38090directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
38091@file{gdb-sun4/gdb}.
c906108c 38092
94e91d6d
MC
38093Make sure that your path to the @file{configure} script has just one
38094instance of @file{gdb} in it. If your path to @file{configure} looks
38095like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
38096one subdirectory of @value{GDBN}, not the whole package. This leads to
38097build errors about missing include files such as @file{bfd/bfd.h}.
38098
8e04817f
AC
38099One popular reason to build several @value{GDBN} configurations in separate
38100directories is to configure @value{GDBN} for cross-compiling (where
38101@value{GDBN} runs on one machine---the @dfn{host}---while debugging
38102programs that run on another machine---the @dfn{target}).
38103You specify a cross-debugging target by
db2e3e2e 38104giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 38105
8e04817f
AC
38106When you run @code{make} to build a program or library, you must run
38107it in a configured directory---whatever directory you were in when you
db2e3e2e 38108called @file{configure} (or one of its subdirectories).
c906108c 38109
db2e3e2e 38110The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
38111directory also runs recursively. If you type @code{make} in a source
38112directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
38113directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
38114will build all the required libraries, and then build GDB.
c906108c 38115
8e04817f
AC
38116When you have multiple hosts or targets configured in separate
38117directories, you can run @code{make} on them in parallel (for example,
38118if they are NFS-mounted on each of the hosts); they will not interfere
38119with each other.
c906108c 38120
8e04817f 38121@node Config Names
79a6e687 38122@section Specifying Names for Hosts and Targets
c906108c 38123
db2e3e2e 38124The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
38125script are based on a three-part naming scheme, but some short predefined
38126aliases are also supported. The full naming scheme encodes three pieces
38127of information in the following pattern:
c906108c 38128
474c8240 38129@smallexample
8e04817f 38130@var{architecture}-@var{vendor}-@var{os}
474c8240 38131@end smallexample
c906108c 38132
8e04817f
AC
38133For example, you can use the alias @code{sun4} as a @var{host} argument,
38134or as the value for @var{target} in a @code{--target=@var{target}}
38135option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 38136
db2e3e2e 38137The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 38138any query facility to list all supported host and target names or
db2e3e2e 38139aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
38140@code{config.sub} to map abbreviations to full names; you can read the
38141script, if you wish, or you can use it to test your guesses on
38142abbreviations---for example:
c906108c 38143
8e04817f
AC
38144@smallexample
38145% sh config.sub i386-linux
38146i386-pc-linux-gnu
38147% sh config.sub alpha-linux
38148alpha-unknown-linux-gnu
38149% sh config.sub hp9k700
38150hppa1.1-hp-hpux
38151% sh config.sub sun4
38152sparc-sun-sunos4.1.1
38153% sh config.sub sun3
38154m68k-sun-sunos4.1.1
38155% sh config.sub i986v
38156Invalid configuration `i986v': machine `i986v' not recognized
38157@end smallexample
c906108c 38158
8e04817f
AC
38159@noindent
38160@code{config.sub} is also distributed in the @value{GDBN} source
38161directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 38162
8e04817f 38163@node Configure Options
db2e3e2e 38164@section @file{configure} Options
c906108c 38165
db2e3e2e 38166Here is a summary of the @file{configure} options and arguments that
7f0bd420
TT
38167are most often useful for building @value{GDBN}. @file{configure}
38168also has several other options not listed here. @inforef{Running
38169configure scripts,,autoconf.info}, for a full
38170explanation of @file{configure}.
c906108c 38171
474c8240 38172@smallexample
8e04817f
AC
38173configure @r{[}--help@r{]}
38174 @r{[}--prefix=@var{dir}@r{]}
38175 @r{[}--exec-prefix=@var{dir}@r{]}
38176 @r{[}--srcdir=@var{dirname}@r{]}
8e04817f 38177 @r{[}--target=@var{target}@r{]}
474c8240 38178@end smallexample
c906108c 38179
8e04817f
AC
38180@noindent
38181You may introduce options with a single @samp{-} rather than
38182@samp{--} if you prefer; but you may abbreviate option names if you use
38183@samp{--}.
c906108c 38184
8e04817f
AC
38185@table @code
38186@item --help
db2e3e2e 38187Display a quick summary of how to invoke @file{configure}.
c906108c 38188
8e04817f
AC
38189@item --prefix=@var{dir}
38190Configure the source to install programs and files under directory
38191@file{@var{dir}}.
c906108c 38192
8e04817f
AC
38193@item --exec-prefix=@var{dir}
38194Configure the source to install programs under directory
38195@file{@var{dir}}.
c906108c 38196
8e04817f
AC
38197@c avoid splitting the warning from the explanation:
38198@need 2000
38199@item --srcdir=@var{dirname}
8e04817f
AC
38200Use this option to make configurations in directories separate from the
38201@value{GDBN} source directories. Among other things, you can use this to
38202build (or maintain) several configurations simultaneously, in separate
db2e3e2e 38203directories. @file{configure} writes configuration-specific files in
8e04817f 38204the current directory, but arranges for them to use the source in the
db2e3e2e 38205directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
38206the working directory in parallel to the source directories below
38207@var{dirname}.
c906108c 38208
8e04817f
AC
38209@item --target=@var{target}
38210Configure @value{GDBN} for cross-debugging programs running on the specified
38211@var{target}. Without this option, @value{GDBN} is configured to debug
38212programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 38213
a95746f9
TT
38214There is no convenient way to generate a list of all available
38215targets. Also see the @code{--enable-targets} option, below.
8e04817f 38216@end table
c906108c 38217
a95746f9
TT
38218There are many other options that are specific to @value{GDBN}. This
38219lists just the most common ones; there are some very specialized
38220options not described here.
38221
38222@table @code
38223@item --enable-targets=@r{[}@var{target}@r{]}@dots{}
38224@itemx --enable-targets=all
38225Configure @value{GDBN} for cross-debugging programs running on the
38226specified list of targets. The special value @samp{all} configures
38227@value{GDBN} for debugging programs running on any target it supports.
38228
38229@item --with-gdb-datadir=@var{path}
38230Set the @value{GDBN}-specific data directory. @value{GDBN} will look
38231here for certain supporting files or scripts. This defaults to the
6b92c0d3 38232@file{gdb} subdirectory of @samp{datadir} (which can be set using
a95746f9
TT
38233@code{--datadir}).
38234
38235@item --with-relocated-sources=@var{dir}
38236Sets up the default source path substitution rule so that directory
38237names recorded in debug information will be automatically adjusted for
38238any directory under @var{dir}. @var{dir} should be a subdirectory of
38239@value{GDBN}'s configured prefix, the one mentioned in the
38240@code{--prefix} or @code{--exec-prefix} options to configure. This
38241option is useful if GDB is supposed to be moved to a different place
38242after it is built.
38243
38244@item --enable-64-bit-bfd
38245Enable 64-bit support in BFD on 32-bit hosts.
38246
38247@item --disable-gdbmi
38248Build @value{GDBN} without the GDB/MI machine interface
38249(@pxref{GDB/MI}).
38250
38251@item --enable-tui
38252Build @value{GDBN} with the text-mode full-screen user interface
38253(TUI). Requires a curses library (ncurses and cursesX are also
38254supported).
38255
38256@item --with-curses
38257Use the curses library instead of the termcap library, for text-mode
38258terminal operations.
38259
0d79cdc4
AM
38260@item --with-debuginfod
38261Build @value{GDBN} with libdebuginfod, the debuginfod client library.
38262Used to automatically fetch source files and separate debug files from
38263debuginfod servers using the associated executable's build ID. Enabled
38264by default if libdebuginfod is installed and found at configure time.
38265debuginfod is packaged with elfutils, starting with version 0.178. You
38266can get the latest version from `https://sourceware.org/elfutils/'.
38267
a95746f9
TT
38268@item --with-libunwind-ia64
38269Use the libunwind library for unwinding function call stack on ia64
38270target platforms. See http://www.nongnu.org/libunwind/index.html for
38271details.
38272
38273@item --with-system-readline
38274Use the readline library installed on the host, rather than the
86c6b807
TT
38275library supplied as part of @value{GDBN}. Readline 7 or newer is
38276required; this is enforced by the build system.
a95746f9
TT
38277
38278@item --with-system-zlib
38279Use the zlib library installed on the host, rather than the library
38280supplied as part of @value{GDBN}.
38281
38282@item --with-expat
38283Build @value{GDBN} with Expat, a library for XML parsing. (Done by
38284default if libexpat is installed and found at configure time.) This
38285library is used to read XML files supplied with @value{GDBN}. If it
38286is unavailable, some features, such as remote protocol memory maps,
38287target descriptions, and shared library lists, that are based on XML
38288files, will not be available in @value{GDBN}. If your host does not
38289have libexpat installed, you can get the latest version from
38290`http://expat.sourceforge.net'.
38291
38292@item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
38293
38294Build @value{GDBN} with GNU libiconv, a character set encoding
38295conversion library. This is not done by default, as on GNU systems
38296the @code{iconv} that is built in to the C library is sufficient. If
38297your host does not have a working @code{iconv}, you can get the latest
38298version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
38299
38300@value{GDBN}'s build system also supports building GNU libiconv as
38301part of the overall build. @xref{Requirements}.
38302
38303@item --with-lzma
38304Build @value{GDBN} with LZMA, a compression library. (Done by default
38305if liblzma is installed and found at configure time.) LZMA is used by
38306@value{GDBN}'s "mini debuginfo" feature, which is only useful on
38307platforms using the ELF object file format. If your host does not
38308have liblzma installed, you can get the latest version from
38309`https://tukaani.org/xz/'.
38310
38311@item --with-mpfr
38312Build @value{GDBN} with GNU MPFR, a library for multiple-precision
38313floating-point computation with correct rounding. (Done by default if
38314GNU MPFR is installed and found at configure time.) This library is
38315used to emulate target floating-point arithmetic during expression
38316evaluation when the target uses different floating-point formats than
38317the host. If GNU MPFR is not available, @value{GDBN} will fall back
38318to using host floating-point arithmetic. If your host does not have
38319GNU MPFR installed, you can get the latest version from
38320`http://www.mpfr.org'.
38321
38322@item --with-python@r{[}=@var{python}@r{]}
38323Build @value{GDBN} with Python scripting support. (Done by default if
38324libpython is present and found at configure time.) Python makes
38325@value{GDBN} scripting much more powerful than the restricted CLI
38326scripting language. If your host does not have Python installed, you
38327can find it on `http://www.python.org/download/'. The oldest version
2c3fc25d 38328of Python supported by GDB is 2.6. The optional argument @var{python}
a95746f9
TT
38329is used to find the Python headers and libraries. It can be either
38330the name of a Python executable, or the name of the directory in which
38331Python is installed.
38332
38333@item --with-guile[=GUILE]'
38334Build @value{GDBN} with GNU Guile scripting support. (Done by default
38335if libguile is present and found at configure time.) If your host
38336does not have Guile installed, you can find it at
38337`https://www.gnu.org/software/guile/'. The optional argument GUILE
38338can be a version number, which will cause @code{configure} to try to
38339use that version of Guile; or the file name of a @code{pkg-config}
38340executable, which will be queried to find the information needed to
38341compile and link against Guile.
38342
38343@item --without-included-regex
38344Don't use the regex library included with @value{GDBN} (as part of the
38345libiberty library). This is the default on hosts with version 2 of
38346the GNU C library.
38347
38348@item --with-sysroot=@var{dir}
38349Use @var{dir} as the default system root directory for libraries whose
38350file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
38351@var{dir} can be modified at run time by using the @command{set
38352sysroot} command.) If @var{dir} is under the @value{GDBN} configured
38353prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
38354default system root will be automatically adjusted if and when
38355@value{GDBN} is moved to a different location.
38356
38357@item --with-system-gdbinit=@var{file}
38358Configure @value{GDBN} to automatically load a system-wide init file.
38359@var{file} should be an absolute file name. If @var{file} is in a
38360directory under the configured prefix, and @value{GDBN} is moved to
38361another location after being built, the location of the system-wide
38362init file will be adjusted accordingly.
38363
ed2a2229
CB
38364@item --with-system-gdbinit-dir=@var{directory}
38365Configure @value{GDBN} to automatically load init files from a
38366system-wide directory. @var{directory} should be an absolute directory
38367name. If @var{directory} is in a directory under the configured
38368prefix, and @value{GDBN} is moved to another location after being
38369built, the location of the system-wide init directory will be
38370adjusted accordingly.
38371
a95746f9
TT
38372@item --enable-build-warnings
38373When building the @value{GDBN} sources, ask the compiler to warn about
38374any code which looks even vaguely suspicious. It passes many
38375different warning flags, depending on the exact version of the
38376compiler you are using.
38377
38378@item --enable-werror
38379Treat compiler warnings as werrors. It adds the @code{-Werror} flag
38380to the compiler, which will fail the compilation if the compiler
38381outputs any warning messages.
f35d5ade
TT
38382
38383@item --enable-ubsan
eff98030
TT
38384Enable the GCC undefined behavior sanitizer. This is disabled by
38385default, but passing @code{--enable-ubsan=yes} or
38386@code{--enable-ubsan=auto} to @code{configure} will enable it. The
38387undefined behavior sanitizer checks for C@t{++} undefined behavior.
38388It has a performance cost, so if you are looking at @value{GDBN}'s
38389performance, you should disable it. The undefined behavior sanitizer
38390was first introduced in GCC 4.9.
a95746f9 38391@end table
c906108c 38392
098b41a6
JG
38393@node System-wide configuration
38394@section System-wide configuration and settings
38395@cindex system-wide init file
38396
ed2a2229
CB
38397@value{GDBN} can be configured to have a system-wide init file and a
38398system-wide init file directory; this file and files in that directory
38399(if they have a recognized file extension) will be read and executed at
38400startup (@pxref{Startup, , What @value{GDBN} does during startup}).
098b41a6 38401
ed2a2229 38402Here are the corresponding configure options:
098b41a6
JG
38403
38404@table @code
38405@item --with-system-gdbinit=@var{file}
38406Specify that the default location of the system-wide init file is
38407@var{file}.
ed2a2229
CB
38408@item --with-system-gdbinit-dir=@var{directory}
38409Specify that the default location of the system-wide init file directory
38410is @var{directory}.
098b41a6
JG
38411@end table
38412
38413If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
ed2a2229 38414they may be subject to relocation. Two possible cases:
098b41a6
JG
38415
38416@itemize @bullet
38417@item
ed2a2229 38418If the default location of this init file/directory contains @file{$prefix},
098b41a6
JG
38419it will be subject to relocation. Suppose that the configure options
38420are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
38421if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
38422init file is looked for as @file{$install/etc/gdbinit} instead of
38423@file{$prefix/etc/gdbinit}.
38424
38425@item
38426By contrast, if the default location does not contain the prefix,
38427it will not be relocated. E.g.@: if @value{GDBN} has been configured with
38428@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
38429then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
38430wherever @value{GDBN} is installed.
38431@end itemize
38432
e64e0392
DE
38433If the configured location of the system-wide init file (as given by the
38434@option{--with-system-gdbinit} option at configure time) is in the
38435data-directory (as specified by @option{--with-gdb-datadir} at configure
38436time) or in one of its subdirectories, then @value{GDBN} will look for the
38437system-wide init file in the directory specified by the
38438@option{--data-directory} command-line option.
38439Note that the system-wide init file is only read once, during @value{GDBN}
38440initialization. If the data-directory is changed after @value{GDBN} has
38441started with the @code{set data-directory} command, the file will not be
38442reread.
38443
ed2a2229
CB
38444This applies similarly to the system-wide directory specified in
38445@option{--with-system-gdbinit-dir}.
38446
38447Any supported scripting language can be used for these init files, as long
38448as the file extension matches the scripting language. To be interpreted
38449as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
38450extension.
38451
5901af59
JB
38452@menu
38453* System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
38454@end menu
38455
38456@node System-wide Configuration Scripts
0201faac
JB
38457@subsection Installed System-wide Configuration Scripts
38458@cindex system-wide configuration scripts
38459
38460The @file{system-gdbinit} directory, located inside the data-directory
38461(as specified by @option{--with-gdb-datadir} at configure time) contains
38462a number of scripts which can be used as system-wide init files. To
38463automatically source those scripts at startup, @value{GDBN} should be
38464configured with @option{--with-system-gdbinit}. Otherwise, any user
38465should be able to source them by hand as needed.
38466
38467The following scripts are currently available:
38468@itemize @bullet
38469
38470@item @file{elinos.py}
38471@pindex elinos.py
38472@cindex ELinOS system-wide configuration script
38473This script is useful when debugging a program on an ELinOS target.
38474It takes advantage of the environment variables defined in a standard
38475ELinOS environment in order to determine the location of the system
38476shared libraries, and then sets the @samp{solib-absolute-prefix}
38477and @samp{solib-search-path} variables appropriately.
38478
38479@item @file{wrs-linux.py}
38480@pindex wrs-linux.py
38481@cindex Wind River Linux system-wide configuration script
38482This script is useful when debugging a program on a target running
38483Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
38484the host-side sysroot used by the target system.
38485
38486@end itemize
38487
8e04817f
AC
38488@node Maintenance Commands
38489@appendix Maintenance Commands
38490@cindex maintenance commands
38491@cindex internal commands
c906108c 38492
8e04817f 38493In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
38494includes a number of commands intended for @value{GDBN} developers,
38495that are not documented elsewhere in this manual. These commands are
da316a69
EZ
38496provided here for reference. (For commands that turn on debugging
38497messages, see @ref{Debugging Output}.)
c906108c 38498
8e04817f 38499@table @code
09d4efe1 38500@kindex maint agent
782b2b07 38501@kindex maint agent-eval
f77cc5f0
HZ
38502@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38503@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
09d4efe1
EZ
38504Translate the given @var{expression} into remote agent bytecodes.
38505This command is useful for debugging the Agent Expression mechanism
782b2b07
SS
38506(@pxref{Agent Expressions}). The @samp{agent} version produces an
38507expression useful for data collection, such as by tracepoints, while
38508@samp{maint agent-eval} produces an expression that evaluates directly
38509to a result. For instance, a collection expression for @code{globa +
38510globb} will include bytecodes to record four bytes of memory at each
38511of the addresses of @code{globa} and @code{globb}, while discarding
38512the result of the addition, while an evaluation expression will do the
38513addition and return the sum.
f77cc5f0
HZ
38514If @code{-at} is given, generate remote agent bytecode for @var{location}.
38515If not, generate remote agent bytecode for current frame PC address.
09d4efe1 38516
d3ce09f5
SS
38517@kindex maint agent-printf
38518@item maint agent-printf @var{format},@var{expr},...
38519Translate the given format string and list of argument expressions
38520into remote agent bytecodes and display them as a disassembled list.
38521This command is useful for debugging the agent version of dynamic
6dd24dfa 38522printf (@pxref{Dynamic Printf}).
d3ce09f5 38523
8e04817f
AC
38524@kindex maint info breakpoints
38525@item @anchor{maint info breakpoints}maint info breakpoints
38526Using the same format as @samp{info breakpoints}, display both the
38527breakpoints you've set explicitly, and those @value{GDBN} is using for
38528internal purposes. Internal breakpoints are shown with negative
38529breakpoint numbers. The type column identifies what kind of breakpoint
38530is shown:
c906108c 38531
8e04817f
AC
38532@table @code
38533@item breakpoint
38534Normal, explicitly set breakpoint.
c906108c 38535
8e04817f
AC
38536@item watchpoint
38537Normal, explicitly set watchpoint.
c906108c 38538
8e04817f
AC
38539@item longjmp
38540Internal breakpoint, used to handle correctly stepping through
38541@code{longjmp} calls.
c906108c 38542
8e04817f
AC
38543@item longjmp resume
38544Internal breakpoint at the target of a @code{longjmp}.
c906108c 38545
8e04817f
AC
38546@item until
38547Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 38548
8e04817f
AC
38549@item finish
38550Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 38551
8e04817f
AC
38552@item shlib events
38553Shared library events.
c906108c 38554
8e04817f 38555@end table
c906108c 38556
b0627500
MM
38557@kindex maint info btrace
38558@item maint info btrace
38559Pint information about raw branch tracing data.
38560
38561@kindex maint btrace packet-history
38562@item maint btrace packet-history
38563Print the raw branch trace packets that are used to compute the
38564execution history for the @samp{record btrace} command. Both the
38565information and the format in which it is printed depend on the btrace
38566recording format.
38567
38568@table @code
38569@item bts
38570For the BTS recording format, print a list of blocks of sequential
38571code. For each block, the following information is printed:
38572
38573@table @asis
38574@item Block number
38575Newer blocks have higher numbers. The oldest block has number zero.
38576@item Lowest @samp{PC}
38577@item Highest @samp{PC}
38578@end table
38579
38580@item pt
bc504a31
PA
38581For the Intel Processor Trace recording format, print a list of
38582Intel Processor Trace packets. For each packet, the following
b0627500
MM
38583information is printed:
38584
38585@table @asis
38586@item Packet number
38587Newer packets have higher numbers. The oldest packet has number zero.
38588@item Trace offset
38589The packet's offset in the trace stream.
38590@item Packet opcode and payload
38591@end table
38592@end table
38593
38594@kindex maint btrace clear-packet-history
38595@item maint btrace clear-packet-history
38596Discards the cached packet history printed by the @samp{maint btrace
38597packet-history} command. The history will be computed again when
38598needed.
38599
38600@kindex maint btrace clear
38601@item maint btrace clear
38602Discard the branch trace data. The data will be fetched anew and the
38603branch trace will be recomputed when needed.
38604
38605This implicitly truncates the branch trace to a single branch trace
38606buffer. When updating branch trace incrementally, the branch trace
38607available to @value{GDBN} may be bigger than a single branch trace
38608buffer.
38609
38610@kindex maint set btrace pt skip-pad
38611@item maint set btrace pt skip-pad
38612@kindex maint show btrace pt skip-pad
38613@item maint show btrace pt skip-pad
38614Control whether @value{GDBN} will skip PAD packets when computing the
38615packet history.
38616
fff08868
HZ
38617@kindex set displaced-stepping
38618@kindex show displaced-stepping
237fc4c9
PA
38619@cindex displaced stepping support
38620@cindex out-of-line single-stepping
fff08868
HZ
38621@item set displaced-stepping
38622@itemx show displaced-stepping
237fc4c9 38623Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
38624if the target supports it. Displaced stepping is a way to single-step
38625over breakpoints without removing them from the inferior, by executing
38626an out-of-line copy of the instruction that was originally at the
38627breakpoint location. It is also known as out-of-line single-stepping.
38628
38629@table @code
38630@item set displaced-stepping on
38631If the target architecture supports it, @value{GDBN} will use
38632displaced stepping to step over breakpoints.
38633
38634@item set displaced-stepping off
38635@value{GDBN} will not use displaced stepping to step over breakpoints,
38636even if such is supported by the target architecture.
38637
38638@cindex non-stop mode, and @samp{set displaced-stepping}
38639@item set displaced-stepping auto
38640This is the default mode. @value{GDBN} will use displaced stepping
38641only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
38642architecture supports displaced stepping.
38643@end table
237fc4c9 38644
7d0c9981
DE
38645@kindex maint check-psymtabs
38646@item maint check-psymtabs
38647Check the consistency of currently expanded psymtabs versus symtabs.
38648Use this to check, for example, whether a symbol is in one but not the other.
38649
09d4efe1
EZ
38650@kindex maint check-symtabs
38651@item maint check-symtabs
7d0c9981
DE
38652Check the consistency of currently expanded symtabs.
38653
38654@kindex maint expand-symtabs
38655@item maint expand-symtabs [@var{regexp}]
38656Expand symbol tables.
38657If @var{regexp} is specified, only expand symbol tables for file
38658names matching @var{regexp}.
09d4efe1 38659
992c7d70
GB
38660@kindex maint set catch-demangler-crashes
38661@kindex maint show catch-demangler-crashes
38662@cindex demangler crashes
38663@item maint set catch-demangler-crashes [on|off]
38664@itemx maint show catch-demangler-crashes
38665Control whether @value{GDBN} should attempt to catch crashes in the
38666symbol name demangler. The default is to attempt to catch crashes.
38667If enabled, the first time a crash is caught, a core file is created,
38668the offending symbol is displayed and the user is presented with the
38669option to terminate the current session.
38670
09d4efe1
EZ
38671@kindex maint cplus first_component
38672@item maint cplus first_component @var{name}
38673Print the first C@t{++} class/namespace component of @var{name}.
38674
38675@kindex maint cplus namespace
38676@item maint cplus namespace
38677Print the list of possible C@t{++} namespaces.
38678
09d4efe1
EZ
38679@kindex maint deprecate
38680@kindex maint undeprecate
38681@cindex deprecated commands
38682@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
38683@itemx maint undeprecate @var{command}
38684Deprecate or undeprecate the named @var{command}. Deprecated commands
38685cause @value{GDBN} to issue a warning when you use them. The optional
38686argument @var{replacement} says which newer command should be used in
38687favor of the deprecated one; if it is given, @value{GDBN} will mention
38688the replacement as part of the warning.
38689
38690@kindex maint dump-me
38691@item maint dump-me
721c2651 38692@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 38693Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
38694This is supported only on systems which support aborting a program
38695with the @code{SIGQUIT} signal.
09d4efe1 38696
8d30a00d
AC
38697@kindex maint internal-error
38698@kindex maint internal-warning
57fcfb1b
GB
38699@kindex maint demangler-warning
38700@cindex demangler crashes
09d4efe1
EZ
38701@item maint internal-error @r{[}@var{message-text}@r{]}
38702@itemx maint internal-warning @r{[}@var{message-text}@r{]}
57fcfb1b
GB
38703@itemx maint demangler-warning @r{[}@var{message-text}@r{]}
38704
38705Cause @value{GDBN} to call the internal function @code{internal_error},
38706@code{internal_warning} or @code{demangler_warning} and hence behave
7ee67ee4 38707as though an internal problem has been detected. In addition to
57fcfb1b
GB
38708reporting the internal problem, these functions give the user the
38709opportunity to either quit @value{GDBN} or (for @code{internal_error}
38710and @code{internal_warning}) create a core file of the current
8d30a00d
AC
38711@value{GDBN} session.
38712
09d4efe1
EZ
38713These commands take an optional parameter @var{message-text} that is
38714used as the text of the error or warning message.
38715
d3e8051b 38716Here's an example of using @code{internal-error}:
09d4efe1 38717
8d30a00d 38718@smallexample
f7dc1244 38719(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
38720@dots{}/maint.c:121: internal-error: testing, 1, 2
38721A problem internal to GDB has been detected. Further
38722debugging may prove unreliable.
38723Quit this debugging session? (y or n) @kbd{n}
38724Create a core file? (y or n) @kbd{n}
f7dc1244 38725(@value{GDBP})
8d30a00d
AC
38726@end smallexample
38727
3c16cced
PA
38728@cindex @value{GDBN} internal error
38729@cindex internal errors, control of @value{GDBN} behavior
57fcfb1b 38730@cindex demangler crashes
3c16cced
PA
38731
38732@kindex maint set internal-error
38733@kindex maint show internal-error
38734@kindex maint set internal-warning
38735@kindex maint show internal-warning
57fcfb1b
GB
38736@kindex maint set demangler-warning
38737@kindex maint show demangler-warning
3c16cced
PA
38738@item maint set internal-error @var{action} [ask|yes|no]
38739@itemx maint show internal-error @var{action}
38740@itemx maint set internal-warning @var{action} [ask|yes|no]
38741@itemx maint show internal-warning @var{action}
57fcfb1b
GB
38742@itemx maint set demangler-warning @var{action} [ask|yes|no]
38743@itemx maint show demangler-warning @var{action}
3c16cced
PA
38744When @value{GDBN} reports an internal problem (error or warning) it
38745gives the user the opportunity to both quit @value{GDBN} and create a
38746core file of the current @value{GDBN} session. These commands let you
38747override the default behaviour for each particular @var{action},
38748described in the table below.
38749
38750@table @samp
38751@item quit
38752You can specify that @value{GDBN} should always (yes) or never (no)
38753quit. The default is to ask the user what to do.
38754
38755@item corefile
38756You can specify that @value{GDBN} should always (yes) or never (no)
57fcfb1b
GB
38757create a core file. The default is to ask the user what to do. Note
38758that there is no @code{corefile} option for @code{demangler-warning}:
38759demangler warnings always create a core file and this cannot be
38760disabled.
3c16cced
PA
38761@end table
38762
09d4efe1
EZ
38763@kindex maint packet
38764@item maint packet @var{text}
38765If @value{GDBN} is talking to an inferior via the serial protocol,
38766then this command sends the string @var{text} to the inferior, and
38767displays the response packet. @value{GDBN} supplies the initial
38768@samp{$} character, the terminating @samp{#} character, and the
38769checksum.
38770
38771@kindex maint print architecture
38772@item maint print architecture @r{[}@var{file}@r{]}
38773Print the entire architecture configuration. The optional argument
38774@var{file} names the file where the output goes.
8d30a00d 38775
ab33b152
AB
38776@kindex maint print c-tdesc
38777@item maint print c-tdesc @r{[}-single-feature@r{]} @r{[}@var{file}@r{]}
8e2141c6
YQ
38778Print the target description (@pxref{Target Descriptions}) as
38779a C source file. By default, the target description is for the current
38780target, but if the optional argument @var{file} is provided, that file
38781is used to produce the description. The @var{file} should be an XML
38782document, of the form described in @ref{Target Description Format}.
38783The created source file is built into @value{GDBN} when @value{GDBN} is
38784built again. This command is used by developers after they add or
38785modify XML target descriptions.
81adfced 38786
ab33b152
AB
38787When the optional flag @samp{-single-feature} is provided then the
38788target description being processed (either the default, or from
38789@var{file}) must only contain a single feature. The source file
38790produced is different in this case.
38791
caa7fd04
AB
38792@kindex maint print xml-tdesc
38793@item maint print xml-tdesc @r{[}@var{file}@r{]}
38794Print the target description (@pxref{Target Descriptions}) as an XML
38795file. By default print the target description for the current target,
38796but if the optional argument @var{file} is provided, then that file is
38797read in by GDB and then used to produce the description. The
38798@var{file} should be an XML document, of the form described in
38799@ref{Target Description Format}.
38800
27d41eac
YQ
38801@kindex maint check xml-descriptions
38802@item maint check xml-descriptions @var{dir}
38803Check that the target descriptions dynamically created by @value{GDBN}
38804equal the descriptions created from XML files found in @var{dir}.
38805
41fc26a2 38806@anchor{maint check libthread-db}
5045b3d7
GB
38807@kindex maint check libthread-db
38808@item maint check libthread-db
38809Run integrity checks on the current inferior's thread debugging
38810library. This exercises all @code{libthread_db} functionality used by
38811@value{GDBN} on GNU/Linux systems, and by extension also exercises the
38812@code{proc_service} functions provided by @value{GDBN} that
38813@code{libthread_db} uses. Note that parts of the test may be skipped
38814on some platforms when debugging core files.
38815
b089853a
KB
38816@kindex maint print core-file-backed-mappings
38817@cindex memory address space mappings
38818@item maint print core-file-backed-mappings
38819Print the file-backed mappings which were loaded from a core file note.
38820This output represents state internal to @value{GDBN} and should be
38821similar to the mappings displayed by the @code{info proc mappings}
38822command.
38823
00905d52
AC
38824@kindex maint print dummy-frames
38825@item maint print dummy-frames
00905d52
AC
38826Prints the contents of @value{GDBN}'s internal dummy-frame stack.
38827
38828@smallexample
f7dc1244 38829(@value{GDBP}) @kbd{b add}
00905d52 38830@dots{}
f7dc1244 38831(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
38832Breakpoint 2, add (a=2, b=3) at @dots{}
3883358 return (a + b);
38834The program being debugged stopped while in a function called from GDB.
38835@dots{}
f7dc1244 38836(@value{GDBP}) @kbd{maint print dummy-frames}
b67a2c6f 388370xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
f7dc1244 38838(@value{GDBP})
00905d52
AC
38839@end smallexample
38840
38841Takes an optional file parameter.
38842
0680b120
AC
38843@kindex maint print registers
38844@kindex maint print raw-registers
38845@kindex maint print cooked-registers
617073a9 38846@kindex maint print register-groups
c21236dc 38847@kindex maint print remote-registers
09d4efe1
EZ
38848@item maint print registers @r{[}@var{file}@r{]}
38849@itemx maint print raw-registers @r{[}@var{file}@r{]}
38850@itemx maint print cooked-registers @r{[}@var{file}@r{]}
38851@itemx maint print register-groups @r{[}@var{file}@r{]}
c21236dc 38852@itemx maint print remote-registers @r{[}@var{file}@r{]}
0680b120
AC
38853Print @value{GDBN}'s internal register data structures.
38854
617073a9 38855The command @code{maint print raw-registers} includes the contents of
c21236dc
PA
38856the raw register cache; the command @code{maint print
38857cooked-registers} includes the (cooked) value of all registers,
38858including registers which aren't available on the target nor visible
38859to user; the command @code{maint print register-groups} includes the
38860groups that each register is a member of; and the command @code{maint
38861print remote-registers} includes the remote target's register numbers
0a7cfe2c 38862and offsets in the `G' packets.
0680b120 38863
09d4efe1
EZ
38864These commands take an optional parameter, a file name to which to
38865write the information.
0680b120 38866
617073a9 38867@kindex maint print reggroups
09d4efe1
EZ
38868@item maint print reggroups @r{[}@var{file}@r{]}
38869Print @value{GDBN}'s internal register group data structures. The
38870optional argument @var{file} tells to what file to write the
38871information.
617073a9 38872
09d4efe1 38873The register groups info looks like this:
617073a9
AC
38874
38875@smallexample
f7dc1244 38876(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
38877 Group Type
38878 general user
38879 float user
38880 all user
38881 vector user
38882 system user
38883 save internal
38884 restore internal
617073a9
AC
38885@end smallexample
38886
50a5f187 38887@kindex maint flush register-cache
09d4efe1 38888@kindex flushregs
50a5f187
AB
38889@cindex register cache, flushing
38890@item maint flush register-cache
38891@itemx flushregs
38892Flush the contents of the register cache and as a consequence the
38893frame cache. This command is useful when debugging issues related to
38894register fetching, or frame unwinding. The command @code{flushregs}
38895is deprecated in favor of @code{maint flush register-cache}.
09d4efe1
EZ
38896
38897@kindex maint print objfiles
38898@cindex info for known object files
52e260a3
DE
38899@item maint print objfiles @r{[}@var{regexp}@r{]}
38900Print a dump of all known object files.
38901If @var{regexp} is specified, only print object files whose names
38902match @var{regexp}. For each object file, this command prints its name,
38903address in memory, and all of its psymtabs and symtabs.
09d4efe1 38904
f5b95c01
AA
38905@kindex maint print user-registers
38906@cindex user registers
38907@item maint print user-registers
38908List all currently available @dfn{user registers}. User registers
38909typically provide alternate names for actual hardware registers. They
38910include the four ``standard'' registers @code{$fp}, @code{$pc},
38911@code{$sp}, and @code{$ps}. @xref{standard registers}. User
38912registers can be used in expressions in the same way as the canonical
38913register names, but only the latter are listed by the @code{info
38914registers} and @code{maint print registers} commands.
38915
8a1ea21f
DE
38916@kindex maint print section-scripts
38917@cindex info for known .debug_gdb_scripts-loaded scripts
38918@item maint print section-scripts [@var{regexp}]
38919Print a dump of scripts specified in the @code{.debug_gdb_section} section.
38920If @var{regexp} is specified, only print scripts loaded by object files
38921matching @var{regexp}.
38922For each script, this command prints its name as specified in the objfile,
38923and the full path if known.
8e0583c8 38924@xref{dotdebug_gdb_scripts section}.
8a1ea21f 38925
09d4efe1
EZ
38926@kindex maint print statistics
38927@cindex bcache statistics
38928@item maint print statistics
38929This command prints, for each object file in the program, various data
38930about that object file followed by the byte cache (@dfn{bcache})
38931statistics for the object file. The objfile data includes the number
d3e8051b 38932of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
38933defined by the objfile, the number of as yet unexpanded psym tables,
38934the number of line tables and string tables, and the amount of memory
38935used by the various tables. The bcache statistics include the counts,
38936sizes, and counts of duplicates of all and unique objects, max,
38937average, and median entry size, total memory used and its overhead and
38938savings, and various measures of the hash table size and chain
38939lengths.
38940
c7ba131e
JB
38941@kindex maint print target-stack
38942@cindex target stack description
38943@item maint print target-stack
38944A @dfn{target} is an interface between the debugger and a particular
38945kind of file or process. Targets can be stacked in @dfn{strata},
38946so that more than one target can potentially respond to a request.
38947In particular, memory accesses will walk down the stack of targets
38948until they find a target that is interested in handling that particular
38949address.
38950
38951This command prints a short description of each layer that was pushed on
38952the @dfn{target stack}, starting from the top layer down to the bottom one.
38953
09d4efe1
EZ
38954@kindex maint print type
38955@cindex type chain of a data type
38956@item maint print type @var{expr}
38957Print the type chain for a type specified by @var{expr}. The argument
38958can be either a type name or a symbol. If it is a symbol, the type of
38959that symbol is described. The type chain produced by this command is
38960a recursive definition of the data type as stored in @value{GDBN}'s
38961data structures, including its flags and contained types.
38962
dcd1f979
TT
38963@kindex maint selftest
38964@cindex self tests
1526853e 38965@item maint selftest @r{[}@var{filter}@r{]}
dcd1f979
TT
38966Run any self tests that were compiled in to @value{GDBN}. This will
38967print a message showing how many tests were run, and how many failed.
1526853e
SM
38968If a @var{filter} is passed, only the tests with @var{filter} in their
38969name will by ran.
38970
3c2fcaf9 38971@kindex maint info selftests
1526853e
SM
38972@cindex self tests
38973@item maint info selftests
38974List the selftests compiled in to @value{GDBN}.
dcd1f979 38975
b4f54984
DE
38976@kindex maint set dwarf always-disassemble
38977@kindex maint show dwarf always-disassemble
38978@item maint set dwarf always-disassemble
38979@item maint show dwarf always-disassemble
9eae7c52
TT
38980Control the behavior of @code{info address} when using DWARF debugging
38981information.
38982
38983The default is @code{off}, which means that @value{GDBN} should try to
38984describe a variable's location in an easily readable format. When
38985@code{on}, @value{GDBN} will instead display the DWARF location
38986expression in an assembly-like format. Note that some locations are
38987too complex for @value{GDBN} to describe simply; in this case you will
38988always see the disassembly form.
38989
38990Here is an example of the resulting disassembly:
38991
38992@smallexample
38993(gdb) info addr argc
38994Symbol "argc" is a complex DWARF expression:
38995 1: DW_OP_fbreg 0
38996@end smallexample
38997
38998For more information on these expressions, see
38999@uref{http://www.dwarfstd.org/, the DWARF standard}.
39000
b4f54984
DE
39001@kindex maint set dwarf max-cache-age
39002@kindex maint show dwarf max-cache-age
39003@item maint set dwarf max-cache-age
39004@itemx maint show dwarf max-cache-age
39005Control the DWARF compilation unit cache.
09d4efe1 39006
b4f54984 39007@cindex DWARF compilation units cache
09d4efe1 39008In object files with inter-compilation-unit references, such as those
b4f54984 39009produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
09d4efe1
EZ
39010reader needs to frequently refer to previously read compilation units.
39011This setting controls how long a compilation unit will remain in the
39012cache if it is not referenced. A higher limit means that cached
39013compilation units will be stored in memory longer, and more total
39014memory will be used. Setting it to zero disables caching, which will
39015slow down @value{GDBN} startup, but reduce memory consumption.
39016
3c3bb058
AB
39017@kindex maint set dwarf unwinders
39018@kindex maint show dwarf unwinders
39019@item maint set dwarf unwinders
39020@itemx maint show dwarf unwinders
39021Control use of the DWARF frame unwinders.
39022
39023@cindex DWARF frame unwinders
39024Many targets that support DWARF debugging use @value{GDBN}'s DWARF
39025frame unwinders to build the backtrace. Many of these targets will
39026also have a second mechanism for building the backtrace for use in
39027cases where DWARF information is not available, this second mechanism
39028is often an analysis of a function's prologue.
39029
39030In order to extend testing coverage of the second level stack
39031unwinding mechanisms it is helpful to be able to disable the DWARF
39032stack unwinders, this can be done with this switch.
39033
39034In normal use of @value{GDBN} disabling the DWARF unwinders is not
39035advisable, there are cases that are better handled through DWARF than
39036prologue analysis, and the debug experience is likely to be better
39037with the DWARF frame unwinders enabled.
39038
39039If DWARF frame unwinders are not supported for a particular target
39040architecture, then enabling this flag does not cause them to be used.
22138db6
TT
39041
39042@kindex maint set worker-threads
39043@kindex maint show worker-threads
39044@item maint set worker-threads
39045@item maint show worker-threads
39046Control the number of worker threads that may be used by @value{GDBN}.
39047On capable hosts, @value{GDBN} may use multiple threads to speed up
39048certain CPU-intensive operations, such as demangling symbol names.
39049While the number of threads used by @value{GDBN} may vary, this
39050command can be used to set an upper bound on this number. The default
39051is @code{unlimited}, which lets @value{GDBN} choose a reasonable
39052number. Note that this only controls worker threads started by
39053@value{GDBN} itself; libraries used by @value{GDBN} may start threads
39054of their own.
39055
e7ba9c65
DJ
39056@kindex maint set profile
39057@kindex maint show profile
39058@cindex profiling GDB
39059@item maint set profile
39060@itemx maint show profile
39061Control profiling of @value{GDBN}.
39062
39063Profiling will be disabled until you use the @samp{maint set profile}
39064command to enable it. When you enable profiling, the system will begin
39065collecting timing and execution count data; when you disable profiling or
39066exit @value{GDBN}, the results will be written to a log file. Remember that
39067if you use profiling, @value{GDBN} will overwrite the profiling log file
39068(often called @file{gmon.out}). If you have a record of important profiling
39069data in a @file{gmon.out} file, be sure to move it to a safe location.
39070
39071Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 39072compiled with the @samp{-pg} compiler option.
e7ba9c65 39073
cbe54154
PA
39074@kindex maint set show-debug-regs
39075@kindex maint show show-debug-regs
eac35c4e 39076@cindex hardware debug registers
cbe54154
PA
39077@item maint set show-debug-regs
39078@itemx maint show show-debug-regs
eac35c4e 39079Control whether to show variables that mirror the hardware debug
6dd315ba 39080registers. Use @code{on} to enable, @code{off} to disable. If
3f94c067 39081enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
39082removes a hardware breakpoint or watchpoint, and when the inferior
39083triggers a hardware-assisted breakpoint or watchpoint.
39084
711e434b
PM
39085@kindex maint set show-all-tib
39086@kindex maint show show-all-tib
39087@item maint set show-all-tib
39088@itemx maint show show-all-tib
39089Control whether to show all non zero areas within a 1k block starting
39090at thread local base, when using the @samp{info w32 thread-information-block}
39091command.
39092
329ea579
PA
39093@kindex maint set target-async
39094@kindex maint show target-async
39095@item maint set target-async
39096@itemx maint show target-async
39097This controls whether @value{GDBN} targets operate in synchronous or
39098asynchronous mode (@pxref{Background Execution}). Normally the
39099default is asynchronous, if it is available; but this can be changed
39100to more easily debug problems occurring only in synchronous mode.
39101
fbea99ea
PA
39102@kindex maint set target-non-stop @var{mode} [on|off|auto]
39103@kindex maint show target-non-stop
39104@item maint set target-non-stop
39105@itemx maint show target-non-stop
39106
39107This controls whether @value{GDBN} targets always operate in non-stop
39108mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
39109Mode}). The default is @code{auto}, meaning non-stop mode is enabled
39110if supported by the target.
39111
39112@table @code
39113@item maint set target-non-stop auto
39114This is the default mode. @value{GDBN} controls the target in
39115non-stop mode if the target supports it.
39116
39117@item maint set target-non-stop on
39118@value{GDBN} controls the target in non-stop mode even if the target
39119does not indicate support.
39120
39121@item maint set target-non-stop off
39122@value{GDBN} does not control the target in non-stop mode even if the
39123target supports it.
39124@end table
39125
45e42163
TT
39126@kindex maint set tui-resize-message
39127@kindex maint show tui-resize-message
39128@item maint set tui-resize-message
39129@item maint show tui-resize-message
39130Control whether @value{GDBN} displays a message each time the terminal
39131is resized when in TUI mode. The default is @code{off}, which means
39132that @value{GDBN} is silent during resizes. When @code{on},
39133@value{GDBN} will display a message after a resize is completed; the
39134message will include a number indicating how many times the terminal
39135has been resized. This setting is intended for use by the test suite,
39136where it would otherwise be difficult to determine when a resize and
39137refresh has been completed.
39138
bd712aed
DE
39139@kindex maint set per-command
39140@kindex maint show per-command
39141@item maint set per-command
39142@itemx maint show per-command
39143@cindex resources used by commands
09d4efe1 39144
bd712aed
DE
39145@value{GDBN} can display the resources used by each command.
39146This is useful in debugging performance problems.
39147
39148@table @code
39149@item maint set per-command space [on|off]
39150@itemx maint show per-command space
39151Enable or disable the printing of the memory used by GDB for each command.
39152If enabled, @value{GDBN} will display how much memory each command
39153took, following the command's own output.
39154This can also be requested by invoking @value{GDBN} with the
39155@option{--statistics} command-line switch (@pxref{Mode Options}).
39156
39157@item maint set per-command time [on|off]
39158@itemx maint show per-command time
39159Enable or disable the printing of the execution time of @value{GDBN}
39160for each command.
39161If enabled, @value{GDBN} will display how much time it
09d4efe1 39162took to execute each command, following the command's own output.
0a1c4d10
DE
39163Both CPU time and wallclock time are printed.
39164Printing both is useful when trying to determine whether the cost is
bd712aed 39165CPU or, e.g., disk/network latency.
0a1c4d10
DE
39166Note that the CPU time printed is for @value{GDBN} only, it does not include
39167the execution time of the inferior because there's no mechanism currently
39168to compute how much time was spent by @value{GDBN} and how much time was
39169spent by the program been debugged.
09d4efe1
EZ
39170This can also be requested by invoking @value{GDBN} with the
39171@option{--statistics} command-line switch (@pxref{Mode Options}).
39172
bd712aed
DE
39173@item maint set per-command symtab [on|off]
39174@itemx maint show per-command symtab
39175Enable or disable the printing of basic symbol table statistics
39176for each command.
39177If enabled, @value{GDBN} will display the following information:
39178
215b9f98
EZ
39179@enumerate a
39180@item
39181number of symbol tables
39182@item
39183number of primary symbol tables
39184@item
39185number of blocks in the blockvector
39186@end enumerate
bd712aed
DE
39187@end table
39188
5045b3d7
GB
39189@kindex maint set check-libthread-db
39190@kindex maint show check-libthread-db
39191@item maint set check-libthread-db [on|off]
39192@itemx maint show check-libthread-db
39193Control whether @value{GDBN} should run integrity checks on inferior
39194specific thread debugging libraries as they are loaded. The default
39195is not to perform such checks. If any check fails @value{GDBN} will
39196unload the library and continue searching for a suitable candidate as
39197described in @ref{set libthread-db-search-path}. For more information
39198about the tests, see @ref{maint check libthread-db}.
39199
bd712aed
DE
39200@kindex maint space
39201@cindex memory used by commands
39202@item maint space @var{value}
39203An alias for @code{maint set per-command space}.
39204A non-zero value enables it, zero disables it.
39205
39206@kindex maint time
39207@cindex time of command execution
39208@item maint time @var{value}
39209An alias for @code{maint set per-command time}.
39210A non-zero value enables it, zero disables it.
39211
09d4efe1
EZ
39212@kindex maint translate-address
39213@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
39214Find the symbol stored at the location specified by the address
39215@var{addr} and an optional section name @var{section}. If found,
39216@value{GDBN} prints the name of the closest symbol and an offset from
39217the symbol's location to the specified address. This is similar to
39218the @code{info address} command (@pxref{Symbols}), except that this
39219command also allows to find symbols in other sections.
ae038cb0 39220
c14c28ba
PP
39221If section was not specified, the section in which the symbol was found
39222is also printed. For dynamically linked executables, the name of
39223executable or shared library containing the symbol is printed as well.
39224
3345721a
PA
39225@kindex maint test-options
39226@item maint test-options require-delimiter
39227@itemx maint test-options unknown-is-error
39228@itemx maint test-options unknown-is-operand
39229These commands are used by the testsuite to validate the command
39230options framework. The @code{require-delimiter} variant requires a
39231double-dash delimiter to indicate end of options. The
39232@code{unknown-is-error} and @code{unknown-is-operand} do not. The
39233@code{unknown-is-error} variant throws an error on unknown option,
39234while @code{unknown-is-operand} treats unknown options as the start of
39235the command's operands. When run, the commands output the result of
39236the processed options. When completed, the commands store the
39237internal result of completion in a variable exposed by the @code{maint
39238show test-options-completion-result} command.
39239
39240@kindex maint show test-options-completion-result
39241@item maint show test-options-completion-result
39242Shows the result of completing the @code{maint test-options}
39243subcommands. This is used by the testsuite to validate completion
39244support in the command options framework.
39245
c6ac8931
PA
39246@kindex maint set test-settings
39247@kindex maint show test-settings
39248@item maint set test-settings @var{kind}
39249@itemx maint show test-settings @var{kind}
dca0f6c0
PA
39250These are representative commands for each @var{kind} of setting type
39251@value{GDBN} supports. They are used by the testsuite for exercising
39252the settings infrastructure.
fdbc9870
PA
39253
39254@kindex maint with
39255@item maint with @var{setting} [@var{value}] [-- @var{command}]
39256Like the @code{with} command, but works with @code{maintenance set}
39257variables. This is used by the testsuite to exercise the @code{with}
39258command's infrastructure.
39259
8e04817f 39260@end table
c906108c 39261
9c16f35a
EZ
39262The following command is useful for non-interactive invocations of
39263@value{GDBN}, such as in the test suite.
39264
39265@table @code
39266@item set watchdog @var{nsec}
39267@kindex set watchdog
39268@cindex watchdog timer
39269@cindex timeout for commands
39270Set the maximum number of seconds @value{GDBN} will wait for the
39271target operation to finish. If this time expires, @value{GDBN}
39272reports and error and the command is aborted.
39273
39274@item show watchdog
39275Show the current setting of the target wait timeout.
39276@end table
c906108c 39277
e0ce93ac 39278@node Remote Protocol
8e04817f 39279@appendix @value{GDBN} Remote Serial Protocol
c906108c 39280
ee2d5c50
AC
39281@menu
39282* Overview::
39283* Packets::
39284* Stop Reply Packets::
39285* General Query Packets::
a1dcb23a 39286* Architecture-Specific Protocol Details::
9d29849a 39287* Tracepoint Packets::
a6b151f1 39288* Host I/O Packets::
9a6253be 39289* Interrupts::
8b23ecc4
SL
39290* Notification Packets::
39291* Remote Non-Stop::
a6f3e723 39292* Packet Acknowledgment::
ee2d5c50 39293* Examples::
79a6e687 39294* File-I/O Remote Protocol Extension::
cfa9d6d9 39295* Library List Format::
2268b414 39296* Library List Format for SVR4 Targets::
79a6e687 39297* Memory Map Format::
dc146f7c 39298* Thread List Format::
b3b9301e 39299* Traceframe Info Format::
2ae8c8e7 39300* Branch Trace Format::
f4abbc16 39301* Branch Trace Configuration Format::
ee2d5c50
AC
39302@end menu
39303
39304@node Overview
39305@section Overview
39306
8e04817f
AC
39307There may be occasions when you need to know something about the
39308protocol---for example, if there is only one serial port to your target
39309machine, you might want your program to do something special if it
39310recognizes a packet meant for @value{GDBN}.
c906108c 39311
d2c6833e 39312In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 39313transmitted and received data, respectively.
c906108c 39314
8e04817f
AC
39315@cindex protocol, @value{GDBN} remote serial
39316@cindex serial protocol, @value{GDBN} remote
39317@cindex remote serial protocol
8b23ecc4
SL
39318All @value{GDBN} commands and responses (other than acknowledgments
39319and notifications, see @ref{Notification Packets}) are sent as a
39320@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
39321@samp{$}, the actual @var{packet-data}, and the terminating character
39322@samp{#} followed by a two-digit @var{checksum}:
c906108c 39323
474c8240 39324@smallexample
8e04817f 39325@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 39326@end smallexample
8e04817f 39327@noindent
c906108c 39328
8e04817f
AC
39329@cindex checksum, for @value{GDBN} remote
39330@noindent
39331The two-digit @var{checksum} is computed as the modulo 256 sum of all
39332characters between the leading @samp{$} and the trailing @samp{#} (an
39333eight bit unsigned checksum).
c906108c 39334
8e04817f
AC
39335Implementors should note that prior to @value{GDBN} 5.0 the protocol
39336specification also included an optional two-digit @var{sequence-id}:
c906108c 39337
474c8240 39338@smallexample
8e04817f 39339@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 39340@end smallexample
c906108c 39341
8e04817f
AC
39342@cindex sequence-id, for @value{GDBN} remote
39343@noindent
39344That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
39345has never output @var{sequence-id}s. Stubs that handle packets added
39346since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 39347
8e04817f
AC
39348When either the host or the target machine receives a packet, the first
39349response expected is an acknowledgment: either @samp{+} (to indicate
39350the package was received correctly) or @samp{-} (to request
39351retransmission):
c906108c 39352
474c8240 39353@smallexample
d2c6833e
AC
39354-> @code{$}@var{packet-data}@code{#}@var{checksum}
39355<- @code{+}
474c8240 39356@end smallexample
8e04817f 39357@noindent
53a5351d 39358
a6f3e723
SL
39359The @samp{+}/@samp{-} acknowledgments can be disabled
39360once a connection is established.
39361@xref{Packet Acknowledgment}, for details.
39362
8e04817f
AC
39363The host (@value{GDBN}) sends @var{command}s, and the target (the
39364debugging stub incorporated in your program) sends a @var{response}. In
39365the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
39366when the operation has completed, and the target has again stopped all
39367threads in all attached processes. This is the default all-stop mode
39368behavior, but the remote protocol also supports @value{GDBN}'s non-stop
39369execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 39370
8e04817f
AC
39371@var{packet-data} consists of a sequence of characters with the
39372exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
39373exceptions).
c906108c 39374
ee2d5c50 39375@cindex remote protocol, field separator
0876f84a 39376Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 39377@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 39378@sc{hex} with leading zeros suppressed.
c906108c 39379
8e04817f
AC
39380Implementors should note that prior to @value{GDBN} 5.0, the character
39381@samp{:} could not appear as the third character in a packet (as it
39382would potentially conflict with the @var{sequence-id}).
c906108c 39383
0876f84a
DJ
39384@cindex remote protocol, binary data
39385@anchor{Binary Data}
39386Binary data in most packets is encoded either as two hexadecimal
39387digits per byte of binary data. This allowed the traditional remote
39388protocol to work over connections which were only seven-bit clean.
39389Some packets designed more recently assume an eight-bit clean
39390connection, and use a more efficient encoding to send and receive
39391binary data.
39392
39393The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
39394as an escape character. Any escaped byte is transmitted as the escape
39395character followed by the original character XORed with @code{0x20}.
39396For example, the byte @code{0x7d} would be transmitted as the two
39397bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
39398@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
39399@samp{@}}) must always be escaped. Responses sent by the stub
39400must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
39401is not interpreted as the start of a run-length encoded sequence
39402(described next).
39403
1d3811f6
DJ
39404Response @var{data} can be run-length encoded to save space.
39405Run-length encoding replaces runs of identical characters with one
39406instance of the repeated character, followed by a @samp{*} and a
39407repeat count. The repeat count is itself sent encoded, to avoid
39408binary characters in @var{data}: a value of @var{n} is sent as
39409@code{@var{n}+29}. For a repeat count greater or equal to 3, this
39410produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
39411code 32) for a repeat count of 3. (This is because run-length
39412encoding starts to win for counts 3 or more.) Thus, for example,
39413@samp{0* } is a run-length encoding of ``0000'': the space character
39414after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
394153}} more times.
39416
39417The printable characters @samp{#} and @samp{$} or with a numeric value
39418greater than 126 must not be used. Runs of six repeats (@samp{#}) or
39419seven repeats (@samp{$}) can be expanded using a repeat count of only
39420five (@samp{"}). For example, @samp{00000000} can be encoded as
39421@samp{0*"00}.
c906108c 39422
8e04817f
AC
39423The error response returned for some packets includes a two character
39424error number. That number is not well defined.
c906108c 39425
f8da2bff 39426@cindex empty response, for unsupported packets
8e04817f
AC
39427For any @var{command} not supported by the stub, an empty response
39428(@samp{$#00}) should be returned. That way it is possible to extend the
39429protocol. A newer @value{GDBN} can tell if a packet is supported based
39430on that response.
c906108c 39431
c9fe1b58
RT
39432At a minimum, a stub is required to support the @samp{?} command to
39433tell @value{GDBN} the reason for halting, @samp{g} and @samp{G}
393eab54
PA
39434commands for register access, and the @samp{m} and @samp{M} commands
39435for memory access. Stubs that only control single-threaded targets
c9fe1b58
RT
39436can implement run control with the @samp{c} (continue) command, and if
39437the target architecture supports hardware-assisted single-stepping,
39438the @samp{s} (step) command. Stubs that support multi-threading
39439targets should support the @samp{vCont} command. All other commands
39440are optional.
c906108c 39441
ee2d5c50
AC
39442@node Packets
39443@section Packets
39444
39445The following table provides a complete list of all currently defined
39446@var{command}s and their corresponding response @var{data}.
79a6e687 39447@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 39448I/O extension of the remote protocol.
ee2d5c50 39449
b8ff78ce
JB
39450Each packet's description has a template showing the packet's overall
39451syntax, followed by an explanation of the packet's meaning. We
39452include spaces in some of the templates for clarity; these are not
39453part of the packet's syntax. No @value{GDBN} packet uses spaces to
39454separate its components. For example, a template like @samp{foo
39455@var{bar} @var{baz}} describes a packet beginning with the three ASCII
39456bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 39457@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
39458@samp{foo} and the @var{bar}, or between the @var{bar} and the
39459@var{baz}.
39460
b90a069a
SL
39461@cindex @var{thread-id}, in remote protocol
39462@anchor{thread-id syntax}
39463Several packets and replies include a @var{thread-id} field to identify
39464a thread. Normally these are positive numbers with a target-specific
39465interpretation, formatted as big-endian hex strings. A @var{thread-id}
39466can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
39467pick any thread.
39468
39469In addition, the remote protocol supports a multiprocess feature in
39470which the @var{thread-id} syntax is extended to optionally include both
39471process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
39472The @var{pid} (process) and @var{tid} (thread) components each have the
39473format described above: a positive number with target-specific
39474interpretation formatted as a big-endian hex string, literal @samp{-1}
39475to indicate all processes or threads (respectively), or @samp{0} to
39476indicate an arbitrary process or thread. Specifying just a process, as
39477@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
39478error to specify all processes but a specific thread, such as
39479@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
39480for those packets and replies explicitly documented to include a process
39481ID, rather than a @var{thread-id}.
39482
39483The multiprocess @var{thread-id} syntax extensions are only used if both
39484@value{GDBN} and the stub report support for the @samp{multiprocess}
39485feature using @samp{qSupported}. @xref{multiprocess extensions}, for
39486more information.
39487
8ffe2530
JB
39488Note that all packet forms beginning with an upper- or lower-case
39489letter, other than those described here, are reserved for future use.
39490
b8ff78ce 39491Here are the packet descriptions.
ee2d5c50 39492
b8ff78ce 39493@table @samp
ee2d5c50 39494
b8ff78ce
JB
39495@item !
39496@cindex @samp{!} packet
2d717e4f 39497@anchor{extended mode}
8e04817f
AC
39498Enable extended mode. In extended mode, the remote server is made
39499persistent. The @samp{R} packet is used to restart the program being
39500debugged.
ee2d5c50
AC
39501
39502Reply:
39503@table @samp
39504@item OK
8e04817f 39505The remote target both supports and has enabled extended mode.
ee2d5c50 39506@end table
c906108c 39507
b8ff78ce
JB
39508@item ?
39509@cindex @samp{?} packet
36cb1214 39510@anchor{? packet}
f37059ea
AB
39511This is sent when connection is first established to query the reason
39512the target halted. The reply is the same as for step and continue.
39513This packet has a special interpretation when the target is in
39514non-stop mode; see @ref{Remote Non-Stop}.
c906108c 39515
ee2d5c50
AC
39516Reply:
39517@xref{Stop Reply Packets}, for the reply specifications.
39518
b8ff78ce
JB
39519@item A @var{arglen},@var{argnum},@var{arg},@dots{}
39520@cindex @samp{A} packet
39521Initialized @code{argv[]} array passed into program. @var{arglen}
39522specifies the number of bytes in the hex encoded byte stream
39523@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
39524
39525Reply:
39526@table @samp
39527@item OK
b8ff78ce
JB
39528The arguments were set.
39529@item E @var{NN}
39530An error occurred.
ee2d5c50
AC
39531@end table
39532
b8ff78ce
JB
39533@item b @var{baud}
39534@cindex @samp{b} packet
39535(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
39536Change the serial line speed to @var{baud}.
39537
39538JTC: @emph{When does the transport layer state change? When it's
39539received, or after the ACK is transmitted. In either case, there are
39540problems if the command or the acknowledgment packet is dropped.}
39541
39542Stan: @emph{If people really wanted to add something like this, and get
39543it working for the first time, they ought to modify ser-unix.c to send
39544some kind of out-of-band message to a specially-setup stub and have the
39545switch happen "in between" packets, so that from remote protocol's point
39546of view, nothing actually happened.}
39547
b8ff78ce
JB
39548@item B @var{addr},@var{mode}
39549@cindex @samp{B} packet
8e04817f 39550Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
39551breakpoint at @var{addr}.
39552
b8ff78ce 39553Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 39554(@pxref{insert breakpoint or watchpoint packet}).
c906108c 39555
bacec72f 39556@cindex @samp{bc} packet
0d772ac9
MS
39557@anchor{bc}
39558@item bc
bacec72f
MS
39559Backward continue. Execute the target system in reverse. No parameter.
39560@xref{Reverse Execution}, for more information.
39561
39562Reply:
39563@xref{Stop Reply Packets}, for the reply specifications.
39564
bacec72f 39565@cindex @samp{bs} packet
0d772ac9
MS
39566@anchor{bs}
39567@item bs
bacec72f
MS
39568Backward single step. Execute one instruction in reverse. No parameter.
39569@xref{Reverse Execution}, for more information.
39570
39571Reply:
39572@xref{Stop Reply Packets}, for the reply specifications.
39573
4f553f88 39574@item c @r{[}@var{addr}@r{]}
b8ff78ce 39575@cindex @samp{c} packet
697aa1b7
EZ
39576Continue at @var{addr}, which is the address to resume. If @var{addr}
39577is omitted, resume at current address.
c906108c 39578
393eab54
PA
39579This packet is deprecated for multi-threading support. @xref{vCont
39580packet}.
39581
ee2d5c50
AC
39582Reply:
39583@xref{Stop Reply Packets}, for the reply specifications.
39584
4f553f88 39585@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 39586@cindex @samp{C} packet
8e04817f 39587Continue with signal @var{sig} (hex signal number). If
b8ff78ce 39588@samp{;@var{addr}} is omitted, resume at same address.
c906108c 39589
393eab54
PA
39590This packet is deprecated for multi-threading support. @xref{vCont
39591packet}.
39592
ee2d5c50
AC
39593Reply:
39594@xref{Stop Reply Packets}, for the reply specifications.
c906108c 39595
b8ff78ce
JB
39596@item d
39597@cindex @samp{d} packet
ee2d5c50
AC
39598Toggle debug flag.
39599
b8ff78ce
JB
39600Don't use this packet; instead, define a general set packet
39601(@pxref{General Query Packets}).
ee2d5c50 39602
b8ff78ce 39603@item D
b90a069a 39604@itemx D;@var{pid}
b8ff78ce 39605@cindex @samp{D} packet
b90a069a
SL
39606The first form of the packet is used to detach @value{GDBN} from the
39607remote system. It is sent to the remote target
07f31aa6 39608before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 39609
b90a069a
SL
39610The second form, including a process ID, is used when multiprocess
39611protocol extensions are enabled (@pxref{multiprocess extensions}), to
39612detach only a specific process. The @var{pid} is specified as a
39613big-endian hex string.
39614
ee2d5c50
AC
39615Reply:
39616@table @samp
10fac096
NW
39617@item OK
39618for success
b8ff78ce 39619@item E @var{NN}
10fac096 39620for an error
ee2d5c50 39621@end table
c906108c 39622
b8ff78ce
JB
39623@item F @var{RC},@var{EE},@var{CF};@var{XX}
39624@cindex @samp{F} packet
39625A reply from @value{GDBN} to an @samp{F} packet sent by the target.
39626This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 39627Remote Protocol Extension}, for the specification.
ee2d5c50 39628
b8ff78ce 39629@item g
ee2d5c50 39630@anchor{read registers packet}
b8ff78ce 39631@cindex @samp{g} packet
ee2d5c50
AC
39632Read general registers.
39633
39634Reply:
39635@table @samp
39636@item @var{XX@dots{}}
8e04817f
AC
39637Each byte of register data is described by two hex digits. The bytes
39638with the register are transmitted in target byte order. The size of
b8ff78ce 39639each register and their position within the @samp{g} packet are
4a9bb1df 39640determined by the @value{GDBN} internal gdbarch functions
4435e1cc 39641@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
ad196637
PA
39642
39643When reading registers from a trace frame (@pxref{Analyze Collected
39644Data,,Using the Collected Data}), the stub may also return a string of
39645literal @samp{x}'s in place of the register data digits, to indicate
39646that the corresponding register has not been collected, thus its value
39647is unavailable. For example, for an architecture with 4 registers of
396484 bytes each, the following reply indicates to @value{GDBN} that
39649registers 0 and 2 have not been collected, while registers 1 and 3
39650have been collected, and both have zero value:
39651
39652@smallexample
39653-> @code{g}
39654<- @code{xxxxxxxx00000000xxxxxxxx00000000}
39655@end smallexample
39656
b8ff78ce 39657@item E @var{NN}
ee2d5c50
AC
39658for an error.
39659@end table
c906108c 39660
b8ff78ce
JB
39661@item G @var{XX@dots{}}
39662@cindex @samp{G} packet
39663Write general registers. @xref{read registers packet}, for a
39664description of the @var{XX@dots{}} data.
ee2d5c50
AC
39665
39666Reply:
39667@table @samp
39668@item OK
39669for success
b8ff78ce 39670@item E @var{NN}
ee2d5c50
AC
39671for an error
39672@end table
39673
393eab54 39674@item H @var{op} @var{thread-id}
b8ff78ce 39675@cindex @samp{H} packet
8e04817f 39676Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
697aa1b7
EZ
39677@samp{G}, et.al.). Depending on the operation to be performed, @var{op}
39678should be @samp{c} for step and continue operations (note that this
393eab54 39679is deprecated, supporting the @samp{vCont} command is a better
697aa1b7 39680option), and @samp{g} for other operations. The thread designator
393eab54
PA
39681@var{thread-id} has the format and interpretation described in
39682@ref{thread-id syntax}.
ee2d5c50
AC
39683
39684Reply:
39685@table @samp
39686@item OK
39687for success
b8ff78ce 39688@item E @var{NN}
ee2d5c50
AC
39689for an error
39690@end table
c906108c 39691
8e04817f
AC
39692@c FIXME: JTC:
39693@c 'H': How restrictive (or permissive) is the thread model. If a
39694@c thread is selected and stopped, are other threads allowed
39695@c to continue to execute? As I mentioned above, I think the
39696@c semantics of each command when a thread is selected must be
39697@c described. For example:
39698@c
39699@c 'g': If the stub supports threads and a specific thread is
39700@c selected, returns the register block from that thread;
39701@c otherwise returns current registers.
39702@c
39703@c 'G' If the stub supports threads and a specific thread is
39704@c selected, sets the registers of the register block of
39705@c that thread; otherwise sets current registers.
c906108c 39706
b8ff78ce 39707@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 39708@anchor{cycle step packet}
b8ff78ce
JB
39709@cindex @samp{i} packet
39710Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
39711present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
39712step starting at that address.
c906108c 39713
b8ff78ce
JB
39714@item I
39715@cindex @samp{I} packet
39716Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
39717step packet}.
ee2d5c50 39718
b8ff78ce
JB
39719@item k
39720@cindex @samp{k} packet
39721Kill request.
c906108c 39722
36cb1214
HZ
39723The exact effect of this packet is not specified.
39724
39725For a bare-metal target, it may power cycle or reset the target
39726system. For that reason, the @samp{k} packet has no reply.
39727
39728For a single-process target, it may kill that process if possible.
39729
39730A multiple-process target may choose to kill just one process, or all
39731that are under @value{GDBN}'s control. For more precise control, use
39732the vKill packet (@pxref{vKill packet}).
39733
39734If the target system immediately closes the connection in response to
39735@samp{k}, @value{GDBN} does not consider the lack of packet
39736acknowledgment to be an error, and assumes the kill was successful.
39737
39738If connected using @kbd{target extended-remote}, and the target does
39739not close the connection in response to a kill request, @value{GDBN}
39740probes the target state as if a new connection was opened
39741(@pxref{? packet}).
c906108c 39742
b8ff78ce
JB
39743@item m @var{addr},@var{length}
39744@cindex @samp{m} packet
a86c90e6
SM
39745Read @var{length} addressable memory units starting at address @var{addr}
39746(@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
39747any particular boundary.
fb031cdf
JB
39748
39749The stub need not use any particular size or alignment when gathering
39750data from memory for the response; even if @var{addr} is word-aligned
39751and @var{length} is a multiple of the word size, the stub is free to
39752use byte accesses, or not. For this reason, this packet may not be
39753suitable for accessing memory-mapped I/O devices.
c43c5473
JB
39754@cindex alignment of remote memory accesses
39755@cindex size of remote memory accesses
39756@cindex memory, alignment and size of remote accesses
c906108c 39757
ee2d5c50
AC
39758Reply:
39759@table @samp
39760@item @var{XX@dots{}}
a86c90e6
SM
39761Memory contents; each byte is transmitted as a two-digit hexadecimal number.
39762The reply may contain fewer addressable memory units than requested if the
b8ff78ce
JB
39763server was able to read only part of the region of memory.
39764@item E @var{NN}
ee2d5c50
AC
39765@var{NN} is errno
39766@end table
39767
b8ff78ce
JB
39768@item M @var{addr},@var{length}:@var{XX@dots{}}
39769@cindex @samp{M} packet
a86c90e6
SM
39770Write @var{length} addressable memory units starting at address @var{addr}
39771(@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
39772byte is transmitted as a two-digit hexadecimal number.
ee2d5c50
AC
39773
39774Reply:
39775@table @samp
39776@item OK
39777for success
b8ff78ce 39778@item E @var{NN}
8e04817f
AC
39779for an error (this includes the case where only part of the data was
39780written).
ee2d5c50 39781@end table
c906108c 39782
b8ff78ce
JB
39783@item p @var{n}
39784@cindex @samp{p} packet
39785Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
39786@xref{read registers packet}, for a description of how the returned
39787register value is encoded.
ee2d5c50
AC
39788
39789Reply:
39790@table @samp
2e868123
AC
39791@item @var{XX@dots{}}
39792the register's value
b8ff78ce 39793@item E @var{NN}
2e868123 39794for an error
d57350ea 39795@item @w{}
2e868123 39796Indicating an unrecognized @var{query}.
ee2d5c50
AC
39797@end table
39798
b8ff78ce 39799@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 39800@anchor{write register packet}
b8ff78ce
JB
39801@cindex @samp{P} packet
39802Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 39803number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 39804digits for each byte in the register (target byte order).
c906108c 39805
ee2d5c50
AC
39806Reply:
39807@table @samp
39808@item OK
39809for success
b8ff78ce 39810@item E @var{NN}
ee2d5c50
AC
39811for an error
39812@end table
39813
5f3bebba
JB
39814@item q @var{name} @var{params}@dots{}
39815@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 39816@cindex @samp{q} packet
b8ff78ce 39817@cindex @samp{Q} packet
5f3bebba
JB
39818General query (@samp{q}) and set (@samp{Q}). These packets are
39819described fully in @ref{General Query Packets}.
c906108c 39820
b8ff78ce
JB
39821@item r
39822@cindex @samp{r} packet
8e04817f 39823Reset the entire system.
c906108c 39824
b8ff78ce 39825Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 39826
b8ff78ce
JB
39827@item R @var{XX}
39828@cindex @samp{R} packet
697aa1b7 39829Restart the program being debugged. The @var{XX}, while needed, is ignored.
2d717e4f 39830This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 39831
8e04817f 39832The @samp{R} packet has no reply.
ee2d5c50 39833
4f553f88 39834@item s @r{[}@var{addr}@r{]}
b8ff78ce 39835@cindex @samp{s} packet
697aa1b7 39836Single step, resuming at @var{addr}. If
b8ff78ce 39837@var{addr} is omitted, resume at same address.
c906108c 39838
393eab54
PA
39839This packet is deprecated for multi-threading support. @xref{vCont
39840packet}.
39841
ee2d5c50
AC
39842Reply:
39843@xref{Stop Reply Packets}, for the reply specifications.
39844
4f553f88 39845@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 39846@anchor{step with signal packet}
b8ff78ce
JB
39847@cindex @samp{S} packet
39848Step with signal. This is analogous to the @samp{C} packet, but
39849requests a single-step, rather than a normal resumption of execution.
c906108c 39850
393eab54
PA
39851This packet is deprecated for multi-threading support. @xref{vCont
39852packet}.
39853
ee2d5c50
AC
39854Reply:
39855@xref{Stop Reply Packets}, for the reply specifications.
39856
b8ff78ce
JB
39857@item t @var{addr}:@var{PP},@var{MM}
39858@cindex @samp{t} packet
8e04817f 39859Search backwards starting at address @var{addr} for a match with pattern
697aa1b7
EZ
39860@var{PP} and mask @var{MM}, both of which are are 4 byte long.
39861There must be at least 3 digits in @var{addr}.
c906108c 39862
b90a069a 39863@item T @var{thread-id}
b8ff78ce 39864@cindex @samp{T} packet
b90a069a 39865Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 39866
ee2d5c50
AC
39867Reply:
39868@table @samp
39869@item OK
39870thread is still alive
b8ff78ce 39871@item E @var{NN}
ee2d5c50
AC
39872thread is dead
39873@end table
39874
b8ff78ce
JB
39875@item v
39876Packets starting with @samp{v} are identified by a multi-letter name,
39877up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 39878
2d717e4f
DJ
39879@item vAttach;@var{pid}
39880@cindex @samp{vAttach} packet
8b23ecc4
SL
39881Attach to a new process with the specified process ID @var{pid}.
39882The process ID is a
39883hexadecimal integer identifying the process. In all-stop mode, all
39884threads in the attached process are stopped; in non-stop mode, it may be
39885attached without being stopped if that is supported by the target.
39886
39887@c In non-stop mode, on a successful vAttach, the stub should set the
39888@c current thread to a thread of the newly-attached process. After
39889@c attaching, GDB queries for the attached process's thread ID with qC.
39890@c Also note that, from a user perspective, whether or not the
39891@c target is stopped on attach in non-stop mode depends on whether you
39892@c use the foreground or background version of the attach command, not
39893@c on what vAttach does; GDB does the right thing with respect to either
39894@c stopping or restarting threads.
2d717e4f
DJ
39895
39896This packet is only available in extended mode (@pxref{extended mode}).
39897
39898Reply:
39899@table @samp
39900@item E @var{nn}
39901for an error
39902@item @r{Any stop packet}
8b23ecc4
SL
39903for success in all-stop mode (@pxref{Stop Reply Packets})
39904@item OK
39905for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
39906@end table
39907
b90a069a 39908@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce 39909@cindex @samp{vCont} packet
393eab54 39910@anchor{vCont packet}
b8ff78ce 39911Resume the inferior, specifying different actions for each thread.
ca6eff59
PA
39912
39913For each inferior thread, the leftmost action with a matching
39914@var{thread-id} is applied. Threads that don't match any action
39915remain in their current state. Thread IDs are specified using the
39916syntax described in @ref{thread-id syntax}. If multiprocess
39917extensions (@pxref{multiprocess extensions}) are supported, actions
39918can be specified to match all threads in a process by using the
39919@samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
39402e6c
PA
39920@var{thread-id} matches all threads. Specifying no actions is an
39921error.
b90a069a
SL
39922
39923Currently supported actions are:
86d30acc 39924
b8ff78ce 39925@table @samp
86d30acc
DJ
39926@item c
39927Continue.
b8ff78ce 39928@item C @var{sig}
8b23ecc4 39929Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
39930@item s
39931Step.
b8ff78ce 39932@item S @var{sig}
8b23ecc4
SL
39933Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
39934@item t
39935Stop.
c1e36e3e
PA
39936@item r @var{start},@var{end}
39937Step once, and then keep stepping as long as the thread stops at
39938addresses between @var{start} (inclusive) and @var{end} (exclusive).
39939The remote stub reports a stop reply when either the thread goes out
39940of the range or is stopped due to an unrelated reason, such as hitting
39941a breakpoint. @xref{range stepping}.
39942
39943If the range is empty (@var{start} == @var{end}), then the action
39944becomes equivalent to the @samp{s} action. In other words,
39945single-step once, and report the stop (even if the stepped instruction
39946jumps to @var{start}).
39947
39948(A stop reply may be sent at any point even if the PC is still within
39949the stepping range; for example, it is valid to implement this packet
39950in a degenerate way as a single instruction step operation.)
39951
86d30acc
DJ
39952@end table
39953
8b23ecc4
SL
39954The optional argument @var{addr} normally associated with the
39955@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 39956not supported in @samp{vCont}.
86d30acc 39957
08a0efd0
PA
39958The @samp{t} action is only relevant in non-stop mode
39959(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
8b23ecc4
SL
39960A stop reply should be generated for any affected thread not already stopped.
39961When a thread is stopped by means of a @samp{t} action,
39962the corresponding stop reply should indicate that the thread has stopped with
39963signal @samp{0}, regardless of whether the target uses some other signal
39964as an implementation detail.
39965
ca6eff59
PA
39966The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
39967@samp{r} actions for threads that are already running. Conversely,
39968the server must ignore @samp{t} actions for threads that are already
39969stopped.
39970
39971@emph{Note:} In non-stop mode, a thread is considered running until
6b92c0d3 39972@value{GDBN} acknowledges an asynchronous stop notification for it with
ca6eff59
PA
39973the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
39974
4220b2f8 39975The stub must support @samp{vCont} if it reports support for
ca6eff59 39976multiprocess extensions (@pxref{multiprocess extensions}).
4220b2f8 39977
86d30acc
DJ
39978Reply:
39979@xref{Stop Reply Packets}, for the reply specifications.
39980
b8ff78ce
JB
39981@item vCont?
39982@cindex @samp{vCont?} packet
d3e8051b 39983Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
39984
39985Reply:
39986@table @samp
b8ff78ce
JB
39987@item vCont@r{[};@var{action}@dots{}@r{]}
39988The @samp{vCont} packet is supported. Each @var{action} is a supported
39989command in the @samp{vCont} packet.
d57350ea 39990@item @w{}
b8ff78ce 39991The @samp{vCont} packet is not supported.
86d30acc 39992@end table
ee2d5c50 39993
de979965
PA
39994@anchor{vCtrlC packet}
39995@item vCtrlC
39996@cindex @samp{vCtrlC} packet
39997Interrupt remote target as if a control-C was pressed on the remote
39998terminal. This is the equivalent to reacting to the @code{^C}
39999(@samp{\003}, the control-C character) character in all-stop mode
40000while the target is running, except this works in non-stop mode.
40001@xref{interrupting remote targets}, for more info on the all-stop
40002variant.
40003
40004Reply:
40005@table @samp
40006@item E @var{nn}
40007for an error
40008@item OK
40009for success
40010@end table
40011
a6b151f1
DJ
40012@item vFile:@var{operation}:@var{parameter}@dots{}
40013@cindex @samp{vFile} packet
40014Perform a file operation on the target system. For details,
40015see @ref{Host I/O Packets}.
40016
68437a39
DJ
40017@item vFlashErase:@var{addr},@var{length}
40018@cindex @samp{vFlashErase} packet
40019Direct the stub to erase @var{length} bytes of flash starting at
40020@var{addr}. The region may enclose any number of flash blocks, but
40021its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
40022flash block size appearing in the memory map (@pxref{Memory Map
40023Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
40024together, and sends a @samp{vFlashDone} request after each group; the
40025stub is allowed to delay erase operation until the @samp{vFlashDone}
40026packet is received.
40027
40028Reply:
40029@table @samp
40030@item OK
40031for success
40032@item E @var{NN}
40033for an error
40034@end table
40035
40036@item vFlashWrite:@var{addr}:@var{XX@dots{}}
40037@cindex @samp{vFlashWrite} packet
40038Direct the stub to write data to flash address @var{addr}. The data
40039is passed in binary form using the same encoding as for the @samp{X}
40040packet (@pxref{Binary Data}). The memory ranges specified by
40041@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
40042not overlap, and must appear in order of increasing addresses
40043(although @samp{vFlashErase} packets for higher addresses may already
40044have been received; the ordering is guaranteed only between
40045@samp{vFlashWrite} packets). If a packet writes to an address that was
40046neither erased by a preceding @samp{vFlashErase} packet nor by some other
40047target-specific method, the results are unpredictable.
40048
40049
40050Reply:
40051@table @samp
40052@item OK
40053for success
40054@item E.memtype
40055for vFlashWrite addressing non-flash memory
40056@item E @var{NN}
40057for an error
40058@end table
40059
40060@item vFlashDone
40061@cindex @samp{vFlashDone} packet
40062Indicate to the stub that flash programming operation is finished.
40063The stub is permitted to delay or batch the effects of a group of
40064@samp{vFlashErase} and @samp{vFlashWrite} packets until a
40065@samp{vFlashDone} packet is received. The contents of the affected
40066regions of flash memory are unpredictable until the @samp{vFlashDone}
40067request is completed.
40068
b90a069a
SL
40069@item vKill;@var{pid}
40070@cindex @samp{vKill} packet
36cb1214 40071@anchor{vKill packet}
697aa1b7 40072Kill the process with the specified process ID @var{pid}, which is a
b90a069a
SL
40073hexadecimal integer identifying the process. This packet is used in
40074preference to @samp{k} when multiprocess protocol extensions are
40075supported; see @ref{multiprocess extensions}.
40076
40077Reply:
40078@table @samp
40079@item E @var{nn}
40080for an error
40081@item OK
40082for success
40083@end table
40084
176efed1
AB
40085@item vMustReplyEmpty
40086@cindex @samp{vMustReplyEmpty} packet
40087The correct reply to an unknown @samp{v} packet is to return the empty
40088string, however, some older versions of @command{gdbserver} would
40089incorrectly return @samp{OK} for unknown @samp{v} packets.
40090
40091The @samp{vMustReplyEmpty} is used as a feature test to check how
40092@command{gdbserver} handles unknown packets, it is important that this
40093packet be handled in the same way as other unknown @samp{v} packets.
40094If this packet is handled differently to other unknown @samp{v}
6b92c0d3 40095packets then it is possible that @value{GDBN} may run into problems in
176efed1
AB
40096other areas, specifically around use of @samp{vFile:setfs:}.
40097
2d717e4f
DJ
40098@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
40099@cindex @samp{vRun} packet
40100Run the program @var{filename}, passing it each @var{argument} on its
40101command line. The file and arguments are hex-encoded strings. If
40102@var{filename} is an empty string, the stub may use a default program
40103(e.g.@: the last program run). The program is created in the stopped
9b562ab8 40104state.
2d717e4f 40105
8b23ecc4
SL
40106@c FIXME: What about non-stop mode?
40107
2d717e4f
DJ
40108This packet is only available in extended mode (@pxref{extended mode}).
40109
40110Reply:
40111@table @samp
40112@item E @var{nn}
40113for an error
40114@item @r{Any stop packet}
40115for success (@pxref{Stop Reply Packets})
40116@end table
40117
8b23ecc4 40118@item vStopped
8b23ecc4 40119@cindex @samp{vStopped} packet
8dbe8ece 40120@xref{Notification Packets}.
8b23ecc4 40121
b8ff78ce 40122@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 40123@anchor{X packet}
b8ff78ce
JB
40124@cindex @samp{X} packet
40125Write data to memory, where the data is transmitted in binary.
a86c90e6
SM
40126Memory is specified by its address @var{addr} and number of addressable memory
40127units @var{length} (@pxref{addressable memory unit});
0876f84a 40128@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 40129
ee2d5c50
AC
40130Reply:
40131@table @samp
40132@item OK
40133for success
b8ff78ce 40134@item E @var{NN}
ee2d5c50
AC
40135for an error
40136@end table
40137
a1dcb23a
DJ
40138@item z @var{type},@var{addr},@var{kind}
40139@itemx Z @var{type},@var{addr},@var{kind}
2f870471 40140@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
40141@cindex @samp{z} packet
40142@cindex @samp{Z} packets
40143Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
a1dcb23a 40144watchpoint starting at address @var{address} of kind @var{kind}.
ee2d5c50 40145
2f870471
AC
40146Each breakpoint and watchpoint packet @var{type} is documented
40147separately.
40148
512217c7
AC
40149@emph{Implementation notes: A remote target shall return an empty string
40150for an unrecognized breakpoint or watchpoint packet @var{type}. A
40151remote target shall support either both or neither of a given
b8ff78ce 40152@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
40153avoid potential problems with duplicate packets, the operations should
40154be implemented in an idempotent way.}
40155
a1dcb23a 40156@item z0,@var{addr},@var{kind}
d3ce09f5 40157@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
40158@cindex @samp{z0} packet
40159@cindex @samp{Z0} packet
4435e1cc 40160Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
a1dcb23a 40161@var{addr} of type @var{kind}.
2f870471 40162
4435e1cc 40163A software breakpoint is implemented by replacing the instruction at
2f870471 40164@var{addr} with a software breakpoint or trap instruction. The
4435e1cc
TT
40165@var{kind} is target-specific and typically indicates the size of the
40166breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
40167@sc{mips} can insert either a 2 or 4 byte breakpoint. Some
40168architectures have additional meanings for @var{kind}
40169(@pxref{Architecture-Specific Protocol Details}); if no
40170architecture-specific value is being used, it should be @samp{0}.
40171@var{kind} is hex-encoded. @var{cond_list} is an optional list of
40172conditional expressions in bytecode form that should be evaluated on
40173the target's side. These are the conditions that should be taken into
40174consideration when deciding if the breakpoint trigger should be
40175reported back to @value{GDBN}.
83364271 40176
f7e6eed5 40177See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
4435e1cc 40178for how to best report a software breakpoint event to @value{GDBN}.
f7e6eed5 40179
83364271
LM
40180The @var{cond_list} parameter is comprised of a series of expressions,
40181concatenated without separators. Each expression has the following form:
40182
40183@table @samp
40184
40185@item X @var{len},@var{expr}
40186@var{len} is the length of the bytecode expression and @var{expr} is the
40187actual conditional expression in bytecode form.
40188
40189@end table
40190
d3ce09f5
SS
40191The optional @var{cmd_list} parameter introduces commands that may be
40192run on the target, rather than being reported back to @value{GDBN}.
40193The parameter starts with a numeric flag @var{persist}; if the flag is
40194nonzero, then the breakpoint may remain active and the commands
40195continue to be run even when @value{GDBN} disconnects from the target.
40196Following this flag is a series of expressions concatenated with no
40197separators. Each expression has the following form:
40198
40199@table @samp
40200
40201@item X @var{len},@var{expr}
40202@var{len} is the length of the bytecode expression and @var{expr} is the
0968fbae 40203actual commands expression in bytecode form.
d3ce09f5
SS
40204
40205@end table
40206
2f870471 40207@emph{Implementation note: It is possible for a target to copy or move
4435e1cc 40208code that contains software breakpoints (e.g., when implementing
2f870471
AC
40209overlays). The behavior of this packet, in the presence of such a
40210target, is not defined.}
c906108c 40211
ee2d5c50
AC
40212Reply:
40213@table @samp
2f870471
AC
40214@item OK
40215success
d57350ea 40216@item @w{}
2f870471 40217not supported
b8ff78ce 40218@item E @var{NN}
ee2d5c50 40219for an error
2f870471
AC
40220@end table
40221
a1dcb23a 40222@item z1,@var{addr},@var{kind}
4435e1cc 40223@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
40224@cindex @samp{z1} packet
40225@cindex @samp{Z1} packet
40226Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
a1dcb23a 40227address @var{addr}.
2f870471
AC
40228
40229A hardware breakpoint is implemented using a mechanism that is not
4435e1cc
TT
40230dependent on being able to modify the target's memory. The
40231@var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
40232same meaning as in @samp{Z0} packets.
2f870471
AC
40233
40234@emph{Implementation note: A hardware breakpoint is not affected by code
40235movement.}
40236
40237Reply:
40238@table @samp
ee2d5c50 40239@item OK
2f870471 40240success
d57350ea 40241@item @w{}
2f870471 40242not supported
b8ff78ce 40243@item E @var{NN}
2f870471
AC
40244for an error
40245@end table
40246
a1dcb23a
DJ
40247@item z2,@var{addr},@var{kind}
40248@itemx Z2,@var{addr},@var{kind}
b8ff78ce
JB
40249@cindex @samp{z2} packet
40250@cindex @samp{Z2} packet
a1dcb23a 40251Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
697aa1b7 40252The number of bytes to watch is specified by @var{kind}.
2f870471
AC
40253
40254Reply:
40255@table @samp
40256@item OK
40257success
d57350ea 40258@item @w{}
2f870471 40259not supported
b8ff78ce 40260@item E @var{NN}
2f870471
AC
40261for an error
40262@end table
40263
a1dcb23a
DJ
40264@item z3,@var{addr},@var{kind}
40265@itemx Z3,@var{addr},@var{kind}
b8ff78ce
JB
40266@cindex @samp{z3} packet
40267@cindex @samp{Z3} packet
a1dcb23a 40268Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
697aa1b7 40269The number of bytes to watch is specified by @var{kind}.
2f870471
AC
40270
40271Reply:
40272@table @samp
40273@item OK
40274success
d57350ea 40275@item @w{}
2f870471 40276not supported
b8ff78ce 40277@item E @var{NN}
2f870471
AC
40278for an error
40279@end table
40280
a1dcb23a
DJ
40281@item z4,@var{addr},@var{kind}
40282@itemx Z4,@var{addr},@var{kind}
b8ff78ce
JB
40283@cindex @samp{z4} packet
40284@cindex @samp{Z4} packet
a1dcb23a 40285Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
697aa1b7 40286The number of bytes to watch is specified by @var{kind}.
2f870471
AC
40287
40288Reply:
40289@table @samp
40290@item OK
40291success
d57350ea 40292@item @w{}
2f870471 40293not supported
b8ff78ce 40294@item E @var{NN}
2f870471 40295for an error
ee2d5c50
AC
40296@end table
40297
40298@end table
c906108c 40299
ee2d5c50
AC
40300@node Stop Reply Packets
40301@section Stop Reply Packets
40302@cindex stop reply packets
c906108c 40303
8b23ecc4
SL
40304The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
40305@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
40306receive any of the below as a reply. Except for @samp{?}
40307and @samp{vStopped}, that reply is only returned
b8ff78ce 40308when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
40309number} is defined by the header @file{include/gdb/signals.h} in the
40310@value{GDBN} source code.
c906108c 40311
4435e1cc
TT
40312In non-stop mode, the server will simply reply @samp{OK} to commands
40313such as @samp{vCont}; any stop will be the subject of a future
40314notification. @xref{Remote Non-Stop}.
40315
b8ff78ce
JB
40316As in the description of request packets, we include spaces in the
40317reply templates for clarity; these are not part of the reply packet's
40318syntax. No @value{GDBN} stop reply packet uses spaces to separate its
40319components.
c906108c 40320
b8ff78ce 40321@table @samp
ee2d5c50 40322
b8ff78ce 40323@item S @var{AA}
599b237a 40324The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
40325number). This is equivalent to a @samp{T} response with no
40326@var{n}:@var{r} pairs.
c906108c 40327
b8ff78ce
JB
40328@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
40329@cindex @samp{T} packet reply
599b237a 40330The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
40331number). This is equivalent to an @samp{S} response, except that the
40332@samp{@var{n}:@var{r}} pairs can carry values of important registers
40333and other information directly in the stop reply packet, reducing
40334round-trip latency. Single-step and breakpoint traps are reported
40335this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
40336
40337@itemize @bullet
b8ff78ce 40338@item
599b237a 40339If @var{n} is a hexadecimal number, it is a register number, and the
697aa1b7 40340corresponding @var{r} gives that register's value. The data @var{r} is a
b8ff78ce
JB
40341series of bytes in target byte order, with each byte given by a
40342two-digit hex number.
cfa9d6d9 40343
b8ff78ce 40344@item
b90a069a
SL
40345If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
40346the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 40347
dc146f7c
VP
40348@item
40349If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
40350the core on which the stop event was detected.
40351
b8ff78ce 40352@item
cfa9d6d9
DJ
40353If @var{n} is a recognized @dfn{stop reason}, it describes a more
40354specific event that stopped the target. The currently defined stop
697aa1b7 40355reasons are listed below. The @var{aa} should be @samp{05}, the trap
cfa9d6d9
DJ
40356signal. At most one stop reason should be present.
40357
b8ff78ce
JB
40358@item
40359Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
40360and go on to the next; this allows us to extend the protocol in the
40361future.
cfa9d6d9
DJ
40362@end itemize
40363
40364The currently defined stop reasons are:
40365
40366@table @samp
40367@item watch
40368@itemx rwatch
40369@itemx awatch
40370The packet indicates a watchpoint hit, and @var{r} is the data address, in
40371hex.
40372
82075af2
JS
40373@item syscall_entry
40374@itemx syscall_return
40375The packet indicates a syscall entry or return, and @var{r} is the
40376syscall number, in hex.
40377
cfa9d6d9
DJ
40378@cindex shared library events, remote reply
40379@item library
40380The packet indicates that the loaded libraries have changed.
40381@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
697aa1b7 40382list of loaded libraries. The @var{r} part is ignored.
bacec72f
MS
40383
40384@cindex replay log events, remote reply
40385@item replaylog
40386The packet indicates that the target cannot continue replaying
40387logged execution events, because it has reached the end (or the
40388beginning when executing backward) of the log. The value of @var{r}
40389will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
40390for more information.
f7e6eed5
PA
40391
40392@item swbreak
40393@anchor{swbreak stop reason}
4435e1cc 40394The packet indicates a software breakpoint instruction was executed,
f7e6eed5
PA
40395irrespective of whether it was @value{GDBN} that planted the
40396breakpoint or the breakpoint is hardcoded in the program. The @var{r}
40397part must be left empty.
40398
40399On some architectures, such as x86, at the architecture level, when a
40400breakpoint instruction executes the program counter points at the
40401breakpoint address plus an offset. On such targets, the stub is
40402responsible for adjusting the PC to point back at the breakpoint
40403address.
40404
40405This packet should not be sent by default; older @value{GDBN} versions
40406did not support it. @value{GDBN} requests it, by supplying an
40407appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40408remote stub must also supply the appropriate @samp{qSupported} feature
40409indicating support.
40410
40411This packet is required for correct non-stop mode operation.
40412
40413@item hwbreak
40414The packet indicates the target stopped for a hardware breakpoint.
40415The @var{r} part must be left empty.
40416
40417The same remarks about @samp{qSupported} and non-stop mode above
40418apply.
0d71eef5
DB
40419
40420@cindex fork events, remote reply
40421@item fork
40422The packet indicates that @code{fork} was called, and @var{r}
40423is the thread ID of the new child process. Refer to
40424@ref{thread-id syntax} for the format of the @var{thread-id}
40425field. This packet is only applicable to targets that support
40426fork events.
40427
40428This packet should not be sent by default; older @value{GDBN} versions
40429did not support it. @value{GDBN} requests it, by supplying an
40430appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40431remote stub must also supply the appropriate @samp{qSupported} feature
40432indicating support.
40433
40434@cindex vfork events, remote reply
40435@item vfork
40436The packet indicates that @code{vfork} was called, and @var{r}
40437is the thread ID of the new child process. Refer to
40438@ref{thread-id syntax} for the format of the @var{thread-id}
40439field. This packet is only applicable to targets that support
40440vfork events.
40441
40442This packet should not be sent by default; older @value{GDBN} versions
40443did not support it. @value{GDBN} requests it, by supplying an
40444appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40445remote stub must also supply the appropriate @samp{qSupported} feature
40446indicating support.
40447
40448@cindex vforkdone events, remote reply
40449@item vforkdone
e68fa6f0
PA
40450The packet indicates that a child process created by a vfork
40451has either called @code{exec} or terminated, so that the
40452address spaces of the parent and child process are no longer
40453shared. The @var{r} part is ignored. This packet is only
40454applicable to targets that support vforkdone events.
0d71eef5
DB
40455
40456This packet should not be sent by default; older @value{GDBN} versions
40457did not support it. @value{GDBN} requests it, by supplying an
40458appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40459remote stub must also supply the appropriate @samp{qSupported} feature
40460indicating support.
40461
b459a59b
DB
40462@cindex exec events, remote reply
40463@item exec
40464The packet indicates that @code{execve} was called, and @var{r}
40465is the absolute pathname of the file that was executed, in hex.
40466This packet is only applicable to targets that support exec events.
40467
40468This packet should not be sent by default; older @value{GDBN} versions
40469did not support it. @value{GDBN} requests it, by supplying an
40470appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40471remote stub must also supply the appropriate @samp{qSupported} feature
40472indicating support.
40473
65706a29
PA
40474@cindex thread create event, remote reply
40475@anchor{thread create event}
40476@item create
40477The packet indicates that the thread was just created. The new thread
40478is stopped until @value{GDBN} sets it running with a resumption packet
40479(@pxref{vCont packet}). This packet should not be sent by default;
40480@value{GDBN} requests it with the @ref{QThreadEvents} packet. See
4435e1cc
TT
40481also the @samp{w} (@pxref{thread exit event}) remote reply below. The
40482@var{r} part is ignored.
65706a29 40483
cfa9d6d9 40484@end table
ee2d5c50 40485
b8ff78ce 40486@item W @var{AA}
b90a069a 40487@itemx W @var{AA} ; process:@var{pid}
8e04817f 40488The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
40489applicable to certain targets.
40490
4435e1cc
TT
40491The second form of the response, including the process ID of the
40492exited process, can be used only when @value{GDBN} has reported
40493support for multiprocess protocol extensions; see @ref{multiprocess
40494extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40495hex strings.
b90a069a 40496
b8ff78ce 40497@item X @var{AA}
b90a069a 40498@itemx X @var{AA} ; process:@var{pid}
8e04817f 40499The process terminated with signal @var{AA}.
c906108c 40500
b90a069a
SL
40501The second form of the response, including the process ID of the
40502terminated process, can be used only when @value{GDBN} has reported
40503support for multiprocess protocol extensions; see @ref{multiprocess
4435e1cc
TT
40504extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40505hex strings.
b90a069a 40506
65706a29
PA
40507@anchor{thread exit event}
40508@cindex thread exit event, remote reply
40509@item w @var{AA} ; @var{tid}
40510
40511The thread exited, and @var{AA} is the exit status. This response
40512should not be sent by default; @value{GDBN} requests it with the
40513@ref{QThreadEvents} packet. See also @ref{thread create event} above.
4435e1cc 40514@var{AA} is formatted as a big-endian hex string.
65706a29 40515
f2faf941
PA
40516@item N
40517There are no resumed threads left in the target. In other words, even
40518though the process is alive, the last resumed thread has exited. For
40519example, say the target process has two threads: thread 1 and thread
405202. The client leaves thread 1 stopped, and resumes thread 2, which
40521subsequently exits. At this point, even though the process is still
40522alive, and thus no @samp{W} stop reply is sent, no thread is actually
40523executing either. The @samp{N} stop reply thus informs the client
40524that it can stop waiting for stop replies. This packet should not be
40525sent by default; older @value{GDBN} versions did not support it.
40526@value{GDBN} requests it, by supplying an appropriate
40527@samp{qSupported} feature (@pxref{qSupported}). The remote stub must
40528also supply the appropriate @samp{qSupported} feature indicating
40529support.
40530
b8ff78ce
JB
40531@item O @var{XX}@dots{}
40532@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
40533written as the program's console output. This can happen at any time
40534while the program is running and the debugger should continue to wait
8b23ecc4 40535for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 40536
b8ff78ce 40537@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
40538@var{call-id} is the identifier which says which host system call should
40539be called. This is just the name of the function. Translation into the
40540correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 40541@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
40542system calls.
40543
b8ff78ce
JB
40544@samp{@var{parameter}@dots{}} is a list of parameters as defined for
40545this very system call.
0ce1b118 40546
b8ff78ce
JB
40547The target replies with this packet when it expects @value{GDBN} to
40548call a host system call on behalf of the target. @value{GDBN} replies
40549with an appropriate @samp{F} packet and keeps up waiting for the next
40550reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
40551or @samp{s} action is expected to be continued. @xref{File-I/O Remote
40552Protocol Extension}, for more details.
0ce1b118 40553
ee2d5c50
AC
40554@end table
40555
40556@node General Query Packets
40557@section General Query Packets
9c16f35a 40558@cindex remote query requests
c906108c 40559
5f3bebba
JB
40560Packets starting with @samp{q} are @dfn{general query packets};
40561packets starting with @samp{Q} are @dfn{general set packets}. General
40562query and set packets are a semi-unified form for retrieving and
40563sending information to and from the stub.
40564
40565The initial letter of a query or set packet is followed by a name
40566indicating what sort of thing the packet applies to. For example,
40567@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
40568definitions with the stub. These packet names follow some
40569conventions:
40570
40571@itemize @bullet
40572@item
40573The name must not contain commas, colons or semicolons.
40574@item
40575Most @value{GDBN} query and set packets have a leading upper case
40576letter.
40577@item
40578The names of custom vendor packets should use a company prefix, in
40579lower case, followed by a period. For example, packets designed at
40580the Acme Corporation might begin with @samp{qacme.foo} (for querying
40581foos) or @samp{Qacme.bar} (for setting bars).
40582@end itemize
40583
aa56d27a
JB
40584The name of a query or set packet should be separated from any
40585parameters by a @samp{:}; the parameters themselves should be
40586separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
40587full packet name, and check for a separator or the end of the packet,
40588in case two packet names share a common prefix. New packets should not begin
40589with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
40590packets predate these conventions, and have arguments without any terminator
40591for the packet name; we suspect they are in widespread use in places that
40592are difficult to upgrade. The @samp{qC} packet has no arguments, but some
40593existing stubs (e.g.@: RedBoot) are known to not check for the end of the
40594packet.}.
c906108c 40595
b8ff78ce
JB
40596Like the descriptions of the other packets, each description here
40597has a template showing the packet's overall syntax, followed by an
40598explanation of the packet's meaning. We include spaces in some of the
40599templates for clarity; these are not part of the packet's syntax. No
40600@value{GDBN} packet uses spaces to separate its components.
40601
5f3bebba
JB
40602Here are the currently defined query and set packets:
40603
b8ff78ce 40604@table @samp
c906108c 40605
d1feda86 40606@item QAgent:1
af4238e5 40607@itemx QAgent:0
d1feda86
YQ
40608Turn on or off the agent as a helper to perform some debugging operations
40609delegated from @value{GDBN} (@pxref{Control Agent}).
40610
d914c394
SS
40611@item QAllow:@var{op}:@var{val}@dots{}
40612@cindex @samp{QAllow} packet
40613Specify which operations @value{GDBN} expects to request of the
40614target, as a semicolon-separated list of operation name and value
40615pairs. Possible values for @var{op} include @samp{WriteReg},
40616@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
40617@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
40618indicating that @value{GDBN} will not request the operation, or 1,
40619indicating that it may. (The target can then use this to set up its
40620own internals optimally, for instance if the debugger never expects to
40621insert breakpoints, it may not need to install its own trap handler.)
40622
b8ff78ce 40623@item qC
9c16f35a 40624@cindex current thread, remote request
b8ff78ce 40625@cindex @samp{qC} packet
b90a069a 40626Return the current thread ID.
ee2d5c50
AC
40627
40628Reply:
40629@table @samp
b90a069a
SL
40630@item QC @var{thread-id}
40631Where @var{thread-id} is a thread ID as documented in
40632@ref{thread-id syntax}.
b8ff78ce 40633@item @r{(anything else)}
b90a069a 40634Any other reply implies the old thread ID.
ee2d5c50
AC
40635@end table
40636
b8ff78ce 40637@item qCRC:@var{addr},@var{length}
ff2587ec 40638@cindex CRC of memory block, remote request
b8ff78ce 40639@cindex @samp{qCRC} packet
936d2992 40640@anchor{qCRC packet}
99e008fe
EZ
40641Compute the CRC checksum of a block of memory using CRC-32 defined in
40642IEEE 802.3. The CRC is computed byte at a time, taking the most
40643significant bit of each byte first. The initial pattern code
40644@code{0xffffffff} is used to ensure leading zeros affect the CRC.
40645
40646@emph{Note:} This is the same CRC used in validating separate debug
40647files (@pxref{Separate Debug Files, , Debugging Information in Separate
40648Files}). However the algorithm is slightly different. When validating
40649separate debug files, the CRC is computed taking the @emph{least}
40650significant bit of each byte first, and the final result is inverted to
40651detect trailing zeros.
40652
ff2587ec
WZ
40653Reply:
40654@table @samp
b8ff78ce 40655@item E @var{NN}
ff2587ec 40656An error (such as memory fault)
b8ff78ce
JB
40657@item C @var{crc32}
40658The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
40659@end table
40660
03583c20
UW
40661@item QDisableRandomization:@var{value}
40662@cindex disable address space randomization, remote request
40663@cindex @samp{QDisableRandomization} packet
40664Some target operating systems will randomize the virtual address space
40665of the inferior process as a security feature, but provide a feature
40666to disable such randomization, e.g.@: to allow for a more deterministic
40667debugging experience. On such systems, this packet with a @var{value}
40668of 1 directs the target to disable address space randomization for
40669processes subsequently started via @samp{vRun} packets, while a packet
40670with a @var{value} of 0 tells the target to enable address space
40671randomization.
40672
40673This packet is only available in extended mode (@pxref{extended mode}).
40674
40675Reply:
40676@table @samp
40677@item OK
40678The request succeeded.
40679
40680@item E @var{nn}
697aa1b7 40681An error occurred. The error number @var{nn} is given as hex digits.
03583c20 40682
d57350ea 40683@item @w{}
03583c20
UW
40684An empty reply indicates that @samp{QDisableRandomization} is not supported
40685by the stub.
40686@end table
40687
40688This packet is not probed by default; the remote stub must request it,
40689by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40690This should only be done on targets that actually support disabling
40691address space randomization.
40692
aefd8b33
SDJ
40693@item QStartupWithShell:@var{value}
40694@cindex startup with shell, remote request
40695@cindex @samp{QStartupWithShell} packet
40696On UNIX-like targets, it is possible to start the inferior using a
40697shell program. This is the default behavior on both @value{GDBN} and
40698@command{gdbserver} (@pxref{set startup-with-shell}). This packet is
40699used to inform @command{gdbserver} whether it should start the
40700inferior using a shell or not.
40701
40702If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
40703to start the inferior. If @var{value} is @samp{1},
40704@command{gdbserver} will use a shell to start the inferior. All other
40705values are considered an error.
40706
40707This packet is only available in extended mode (@pxref{extended
40708mode}).
40709
40710Reply:
40711@table @samp
40712@item OK
40713The request succeeded.
40714
40715@item E @var{nn}
40716An error occurred. The error number @var{nn} is given as hex digits.
40717@end table
40718
40719This packet is not probed by default; the remote stub must request it,
40720by supplying an appropriate @samp{qSupported} response
40721(@pxref{qSupported}). This should only be done on targets that
40722actually support starting the inferior using a shell.
40723
40724Use of this packet is controlled by the @code{set startup-with-shell}
40725command; @pxref{set startup-with-shell}.
40726
0a2dde4a
SDJ
40727@item QEnvironmentHexEncoded:@var{hex-value}
40728@anchor{QEnvironmentHexEncoded}
40729@cindex set environment variable, remote request
40730@cindex @samp{QEnvironmentHexEncoded} packet
40731On UNIX-like targets, it is possible to set environment variables that
40732will be passed to the inferior during the startup process. This
40733packet is used to inform @command{gdbserver} of an environment
40734variable that has been defined by the user on @value{GDBN} (@pxref{set
40735environment}).
40736
40737The packet is composed by @var{hex-value}, an hex encoded
40738representation of the @var{name=value} format representing an
40739environment variable. The name of the environment variable is
40740represented by @var{name}, and the value to be assigned to the
40741environment variable is represented by @var{value}. If the variable
40742has no value (i.e., the value is @code{null}), then @var{value} will
40743not be present.
40744
40745This packet is only available in extended mode (@pxref{extended
40746mode}).
40747
40748Reply:
40749@table @samp
40750@item OK
40751The request succeeded.
40752@end table
40753
40754This packet is not probed by default; the remote stub must request it,
40755by supplying an appropriate @samp{qSupported} response
40756(@pxref{qSupported}). This should only be done on targets that
40757actually support passing environment variables to the starting
40758inferior.
40759
40760This packet is related to the @code{set environment} command;
40761@pxref{set environment}.
40762
40763@item QEnvironmentUnset:@var{hex-value}
40764@anchor{QEnvironmentUnset}
40765@cindex unset environment variable, remote request
40766@cindex @samp{QEnvironmentUnset} packet
40767On UNIX-like targets, it is possible to unset environment variables
40768before starting the inferior in the remote target. This packet is
40769used to inform @command{gdbserver} of an environment variable that has
40770been unset by the user on @value{GDBN} (@pxref{unset environment}).
40771
40772The packet is composed by @var{hex-value}, an hex encoded
40773representation of the name of the environment variable to be unset.
40774
40775This packet is only available in extended mode (@pxref{extended
40776mode}).
40777
40778Reply:
40779@table @samp
40780@item OK
40781The request succeeded.
40782@end table
40783
40784This packet is not probed by default; the remote stub must request it,
40785by supplying an appropriate @samp{qSupported} response
40786(@pxref{qSupported}). This should only be done on targets that
40787actually support passing environment variables to the starting
40788inferior.
40789
40790This packet is related to the @code{unset environment} command;
40791@pxref{unset environment}.
40792
40793@item QEnvironmentReset
40794@anchor{QEnvironmentReset}
40795@cindex reset environment, remote request
40796@cindex @samp{QEnvironmentReset} packet
40797On UNIX-like targets, this packet is used to reset the state of
40798environment variables in the remote target before starting the
40799inferior. In this context, reset means unsetting all environment
40800variables that were previously set by the user (i.e., were not
40801initially present in the environment). It is sent to
40802@command{gdbserver} before the @samp{QEnvironmentHexEncoded}
40803(@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
40804(@pxref{QEnvironmentUnset}) packets.
40805
40806This packet is only available in extended mode (@pxref{extended
40807mode}).
40808
40809Reply:
40810@table @samp
40811@item OK
40812The request succeeded.
40813@end table
40814
40815This packet is not probed by default; the remote stub must request it,
40816by supplying an appropriate @samp{qSupported} response
40817(@pxref{qSupported}). This should only be done on targets that
40818actually support passing environment variables to the starting
40819inferior.
40820
bc3b087d
SDJ
40821@item QSetWorkingDir:@r{[}@var{directory}@r{]}
40822@anchor{QSetWorkingDir packet}
40823@cindex set working directory, remote request
40824@cindex @samp{QSetWorkingDir} packet
40825This packet is used to inform the remote server of the intended
40826current working directory for programs that are going to be executed.
40827
40828The packet is composed by @var{directory}, an hex encoded
40829representation of the directory that the remote inferior will use as
40830its current working directory. If @var{directory} is an empty string,
40831the remote server should reset the inferior's current working
40832directory to its original, empty value.
40833
40834This packet is only available in extended mode (@pxref{extended
40835mode}).
40836
40837Reply:
40838@table @samp
40839@item OK
40840The request succeeded.
40841@end table
40842
b8ff78ce
JB
40843@item qfThreadInfo
40844@itemx qsThreadInfo
9c16f35a 40845@cindex list active threads, remote request
b8ff78ce
JB
40846@cindex @samp{qfThreadInfo} packet
40847@cindex @samp{qsThreadInfo} packet
b90a069a 40848Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
40849may be too many active threads to fit into one reply packet, this query
40850works iteratively: it may require more than one query/reply sequence to
40851obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
40852be the @samp{qfThreadInfo} query; subsequent queries in the
40853sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 40854
b8ff78ce 40855NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
40856
40857Reply:
40858@table @samp
b90a069a
SL
40859@item m @var{thread-id}
40860A single thread ID
40861@item m @var{thread-id},@var{thread-id}@dots{}
40862a comma-separated list of thread IDs
b8ff78ce
JB
40863@item l
40864(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
40865@end table
40866
40867In response to each query, the target will reply with a list of one or
b90a069a 40868more thread IDs, separated by commas.
e1aac25b 40869@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 40870ids (using the @samp{qs} form of the query), until the target responds
501994c0 40871with @samp{l} (lower-case ell, for @dfn{last}).
b90a069a
SL
40872Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
40873fields.
c906108c 40874
8dfcab11
DT
40875@emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
40876initial connection with the remote target, and the very first thread ID
40877mentioned in the reply will be stopped by @value{GDBN} in a subsequent
40878message. Therefore, the stub should ensure that the first thread ID in
40879the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
40880
b8ff78ce 40881@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 40882@cindex get thread-local storage address, remote request
b8ff78ce 40883@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
40884Fetch the address associated with thread local storage specified
40885by @var{thread-id}, @var{offset}, and @var{lm}.
40886
b90a069a
SL
40887@var{thread-id} is the thread ID associated with the
40888thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
40889
40890@var{offset} is the (big endian, hex encoded) offset associated with the
40891thread local variable. (This offset is obtained from the debug
40892information associated with the variable.)
40893
db2e3e2e 40894@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
7a9dd1b2 40895load module associated with the thread local storage. For example,
ff2587ec
WZ
40896a @sc{gnu}/Linux system will pass the link map address of the shared
40897object associated with the thread local storage under consideration.
40898Other operating environments may choose to represent the load module
40899differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
40900
40901Reply:
b8ff78ce
JB
40902@table @samp
40903@item @var{XX}@dots{}
ff2587ec
WZ
40904Hex encoded (big endian) bytes representing the address of the thread
40905local storage requested.
40906
b8ff78ce 40907@item E @var{nn}
697aa1b7 40908An error occurred. The error number @var{nn} is given as hex digits.
ff2587ec 40909
d57350ea 40910@item @w{}
b8ff78ce 40911An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
40912@end table
40913
711e434b
PM
40914@item qGetTIBAddr:@var{thread-id}
40915@cindex get thread information block address
40916@cindex @samp{qGetTIBAddr} packet
40917Fetch address of the Windows OS specific Thread Information Block.
40918
40919@var{thread-id} is the thread ID associated with the thread.
40920
40921Reply:
40922@table @samp
40923@item @var{XX}@dots{}
40924Hex encoded (big endian) bytes representing the linear address of the
40925thread information block.
40926
40927@item E @var{nn}
40928An error occured. This means that either the thread was not found, or the
40929address could not be retrieved.
40930
d57350ea 40931@item @w{}
711e434b
PM
40932An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
40933@end table
40934
b8ff78ce 40935@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
40936Obtain thread information from RTOS. Where: @var{startflag} (one hex
40937digit) is one to indicate the first query and zero to indicate a
40938subsequent query; @var{threadcount} (two hex digits) is the maximum
40939number of threads the response packet can contain; and @var{nextthread}
40940(eight hex digits), for subsequent queries (@var{startflag} is zero), is
40941returned in the response as @var{argthread}.
ee2d5c50 40942
b8ff78ce 40943Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
40944
40945Reply:
40946@table @samp
b8ff78ce 40947@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
40948Where: @var{count} (two hex digits) is the number of threads being
40949returned; @var{done} (one hex digit) is zero to indicate more threads
40950and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 40951digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
697aa1b7
EZ
40952is a sequence of thread IDs, @var{threadid} (eight hex
40953digits), from the target. See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 40954@end table
c906108c 40955
b8ff78ce 40956@item qOffsets
9c16f35a 40957@cindex section offsets, remote request
b8ff78ce 40958@cindex @samp{qOffsets} packet
31d99776
DJ
40959Get section offsets that the target used when relocating the downloaded
40960image.
c906108c 40961
ee2d5c50
AC
40962Reply:
40963@table @samp
31d99776
DJ
40964@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
40965Relocate the @code{Text} section by @var{xxx} from its original address.
40966Relocate the @code{Data} section by @var{yyy} from its original address.
40967If the object file format provides segment information (e.g.@: @sc{elf}
40968@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
40969segments by the supplied offsets.
40970
40971@emph{Note: while a @code{Bss} offset may be included in the response,
40972@value{GDBN} ignores this and instead applies the @code{Data} offset
40973to the @code{Bss} section.}
40974
40975@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
40976Relocate the first segment of the object file, which conventionally
40977contains program code, to a starting address of @var{xxx}. If
40978@samp{DataSeg} is specified, relocate the second segment, which
40979conventionally contains modifiable data, to a starting address of
40980@var{yyy}. @value{GDBN} will report an error if the object file
40981does not contain segment information, or does not contain at least
40982as many segments as mentioned in the reply. Extra segments are
40983kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
40984@end table
40985
b90a069a 40986@item qP @var{mode} @var{thread-id}
9c16f35a 40987@cindex thread information, remote request
b8ff78ce 40988@cindex @samp{qP} packet
b90a069a
SL
40989Returns information on @var{thread-id}. Where: @var{mode} is a hex
40990encoded 32 bit mode; @var{thread-id} is a thread ID
40991(@pxref{thread-id syntax}).
ee2d5c50 40992
aa56d27a
JB
40993Don't use this packet; use the @samp{qThreadExtraInfo} query instead
40994(see below).
40995
b8ff78ce 40996Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 40997
8b23ecc4 40998@item QNonStop:1
687e43a4 40999@itemx QNonStop:0
8b23ecc4
SL
41000@cindex non-stop mode, remote request
41001@cindex @samp{QNonStop} packet
41002@anchor{QNonStop}
41003Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
41004@xref{Remote Non-Stop}, for more information.
41005
41006Reply:
41007@table @samp
41008@item OK
41009The request succeeded.
41010
41011@item E @var{nn}
697aa1b7 41012An error occurred. The error number @var{nn} is given as hex digits.
8b23ecc4 41013
d57350ea 41014@item @w{}
8b23ecc4
SL
41015An empty reply indicates that @samp{QNonStop} is not supported by
41016the stub.
41017@end table
41018
41019This packet is not probed by default; the remote stub must request it,
41020by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41021Use of this packet is controlled by the @code{set non-stop} command;
41022@pxref{Non-Stop Mode}.
41023
82075af2
JS
41024@item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
41025@itemx QCatchSyscalls:0
41026@cindex catch syscalls from inferior, remote request
41027@cindex @samp{QCatchSyscalls} packet
41028@anchor{QCatchSyscalls}
41029Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
41030catching syscalls from the inferior process.
41031
41032For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
41033in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
41034is listed, every system call should be reported.
41035
41036Note that if a syscall not in the list is reported, @value{GDBN} will
41037still filter the event according to its own list from all corresponding
41038@code{catch syscall} commands. However, it is more efficient to only
41039report the requested syscalls.
41040
41041Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
41042@samp{QCatchSyscalls:1} list is completely replaced by the new list.
41043
41044If the inferior process execs, the state of @samp{QCatchSyscalls} is
41045kept for the new process too. On targets where exec may affect syscall
41046numbers, for example with exec between 32 and 64-bit processes, the
41047client should send a new packet with the new syscall list.
41048
41049Reply:
41050@table @samp
41051@item OK
41052The request succeeded.
41053
41054@item E @var{nn}
41055An error occurred. @var{nn} are hex digits.
41056
41057@item @w{}
41058An empty reply indicates that @samp{QCatchSyscalls} is not supported by
41059the stub.
41060@end table
41061
41062Use of this packet is controlled by the @code{set remote catch-syscalls}
41063command (@pxref{Remote Configuration, set remote catch-syscalls}).
41064This packet is not probed by default; the remote stub must request it,
41065by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41066
89be2091
DJ
41067@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41068@cindex pass signals to inferior, remote request
41069@cindex @samp{QPassSignals} packet
23181151 41070@anchor{QPassSignals}
89be2091
DJ
41071Each listed @var{signal} should be passed directly to the inferior process.
41072Signals are numbered identically to continue packets and stop replies
41073(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41074strictly greater than the previous item. These signals do not need to stop
41075the inferior, or be reported to @value{GDBN}. All other signals should be
41076reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
41077combine; any earlier @samp{QPassSignals} list is completely replaced by the
41078new list. This packet improves performance when using @samp{handle
41079@var{signal} nostop noprint pass}.
41080
41081Reply:
41082@table @samp
41083@item OK
41084The request succeeded.
41085
41086@item E @var{nn}
697aa1b7 41087An error occurred. The error number @var{nn} is given as hex digits.
89be2091 41088
d57350ea 41089@item @w{}
89be2091
DJ
41090An empty reply indicates that @samp{QPassSignals} is not supported by
41091the stub.
41092@end table
41093
41094Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 41095command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
41096This packet is not probed by default; the remote stub must request it,
41097by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41098
9b224c5e
PA
41099@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
41100@cindex signals the inferior may see, remote request
41101@cindex @samp{QProgramSignals} packet
41102@anchor{QProgramSignals}
41103Each listed @var{signal} may be delivered to the inferior process.
41104Others should be silently discarded.
41105
41106In some cases, the remote stub may need to decide whether to deliver a
41107signal to the program or not without @value{GDBN} involvement. One
41108example of that is while detaching --- the program's threads may have
41109stopped for signals that haven't yet had a chance of being reported to
41110@value{GDBN}, and so the remote stub can use the signal list specified
41111by this packet to know whether to deliver or ignore those pending
41112signals.
41113
41114This does not influence whether to deliver a signal as requested by a
41115resumption packet (@pxref{vCont packet}).
41116
41117Signals are numbered identically to continue packets and stop replies
41118(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
41119strictly greater than the previous item. Multiple
41120@samp{QProgramSignals} packets do not combine; any earlier
41121@samp{QProgramSignals} list is completely replaced by the new list.
41122
41123Reply:
41124@table @samp
41125@item OK
41126The request succeeded.
41127
41128@item E @var{nn}
697aa1b7 41129An error occurred. The error number @var{nn} is given as hex digits.
9b224c5e 41130
d57350ea 41131@item @w{}
9b224c5e
PA
41132An empty reply indicates that @samp{QProgramSignals} is not supported
41133by the stub.
41134@end table
41135
41136Use of this packet is controlled by the @code{set remote program-signals}
41137command (@pxref{Remote Configuration, set remote program-signals}).
41138This packet is not probed by default; the remote stub must request it,
41139by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41140
65706a29
PA
41141@anchor{QThreadEvents}
41142@item QThreadEvents:1
41143@itemx QThreadEvents:0
41144@cindex thread create/exit events, remote request
41145@cindex @samp{QThreadEvents} packet
41146
41147Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
41148reporting of thread create and exit events. @xref{thread create
41149event}, for the reply specifications. For example, this is used in
41150non-stop mode when @value{GDBN} stops a set of threads and
41151synchronously waits for the their corresponding stop replies. Without
41152exit events, if one of the threads exits, @value{GDBN} would hang
41153forever not knowing that it should no longer expect a stop for that
41154same thread. @value{GDBN} does not enable this feature unless the
41155stub reports that it supports it by including @samp{QThreadEvents+} in
41156its @samp{qSupported} reply.
41157
41158Reply:
41159@table @samp
41160@item OK
41161The request succeeded.
41162
41163@item E @var{nn}
41164An error occurred. The error number @var{nn} is given as hex digits.
41165
41166@item @w{}
41167An empty reply indicates that @samp{QThreadEvents} is not supported by
41168the stub.
41169@end table
41170
41171Use of this packet is controlled by the @code{set remote thread-events}
41172command (@pxref{Remote Configuration, set remote thread-events}).
41173
b8ff78ce 41174@item qRcmd,@var{command}
ff2587ec 41175@cindex execute remote command, remote request
b8ff78ce 41176@cindex @samp{qRcmd} packet
ff2587ec 41177@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
41178execution. Invalid commands should be reported using the output
41179string. Before the final result packet, the target may also respond
41180with a number of intermediate @samp{O@var{output}} console output
41181packets. @emph{Implementors should note that providing access to a
41182stubs's interpreter may have security implications}.
fa93a9d8 41183
ff2587ec
WZ
41184Reply:
41185@table @samp
41186@item OK
41187A command response with no output.
41188@item @var{OUTPUT}
41189A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 41190@item E @var{NN}
ff2587ec 41191Indicate a badly formed request.
d57350ea 41192@item @w{}
b8ff78ce 41193An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 41194@end table
fa93a9d8 41195
aa56d27a
JB
41196(Note that the @code{qRcmd} packet's name is separated from the
41197command by a @samp{,}, not a @samp{:}, contrary to the naming
41198conventions above. Please don't use this packet as a model for new
41199packets.)
41200
08388c79
DE
41201@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
41202@cindex searching memory, in remote debugging
5c4808ca 41203@ifnotinfo
08388c79 41204@cindex @samp{qSearch:memory} packet
5c4808ca
EZ
41205@end ifnotinfo
41206@cindex @samp{qSearch memory} packet
08388c79
DE
41207@anchor{qSearch memory}
41208Search @var{length} bytes at @var{address} for @var{search-pattern}.
697aa1b7
EZ
41209Both @var{address} and @var{length} are encoded in hex;
41210@var{search-pattern} is a sequence of bytes, also hex encoded.
08388c79
DE
41211
41212Reply:
41213@table @samp
41214@item 0
41215The pattern was not found.
41216@item 1,address
41217The pattern was found at @var{address}.
41218@item E @var{NN}
41219A badly formed request or an error was encountered while searching memory.
d57350ea 41220@item @w{}
08388c79
DE
41221An empty reply indicates that @samp{qSearch:memory} is not recognized.
41222@end table
41223
a6f3e723
SL
41224@item QStartNoAckMode
41225@cindex @samp{QStartNoAckMode} packet
41226@anchor{QStartNoAckMode}
41227Request that the remote stub disable the normal @samp{+}/@samp{-}
41228protocol acknowledgments (@pxref{Packet Acknowledgment}).
41229
41230Reply:
41231@table @samp
41232@item OK
41233The stub has switched to no-acknowledgment mode.
6b92c0d3 41234@value{GDBN} acknowledges this response,
a6f3e723
SL
41235but neither the stub nor @value{GDBN} shall send or expect further
41236@samp{+}/@samp{-} acknowledgments in the current connection.
d57350ea 41237@item @w{}
a6f3e723
SL
41238An empty reply indicates that the stub does not support no-acknowledgment mode.
41239@end table
41240
be2a5f71
DJ
41241@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
41242@cindex supported packets, remote query
41243@cindex features of the remote protocol
41244@cindex @samp{qSupported} packet
0876f84a 41245@anchor{qSupported}
be2a5f71
DJ
41246Tell the remote stub about features supported by @value{GDBN}, and
41247query the stub for features it supports. This packet allows
41248@value{GDBN} and the remote stub to take advantage of each others'
41249features. @samp{qSupported} also consolidates multiple feature probes
41250at startup, to improve @value{GDBN} performance---a single larger
41251packet performs better than multiple smaller probe packets on
41252high-latency links. Some features may enable behavior which must not
41253be on by default, e.g.@: because it would confuse older clients or
41254stubs. Other features may describe packets which could be
41255automatically probed for, but are not. These features must be
41256reported before @value{GDBN} will use them. This ``default
41257unsupported'' behavior is not appropriate for all packets, but it
41258helps to keep the initial connection time under control with new
41259versions of @value{GDBN} which support increasing numbers of packets.
41260
41261Reply:
41262@table @samp
41263@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
41264The stub supports or does not support each returned @var{stubfeature},
41265depending on the form of each @var{stubfeature} (see below for the
41266possible forms).
d57350ea 41267@item @w{}
be2a5f71
DJ
41268An empty reply indicates that @samp{qSupported} is not recognized,
41269or that no features needed to be reported to @value{GDBN}.
41270@end table
41271
41272The allowed forms for each feature (either a @var{gdbfeature} in the
41273@samp{qSupported} packet, or a @var{stubfeature} in the response)
41274are:
41275
41276@table @samp
41277@item @var{name}=@var{value}
41278The remote protocol feature @var{name} is supported, and associated
41279with the specified @var{value}. The format of @var{value} depends
41280on the feature, but it must not include a semicolon.
41281@item @var{name}+
41282The remote protocol feature @var{name} is supported, and does not
41283need an associated value.
41284@item @var{name}-
41285The remote protocol feature @var{name} is not supported.
41286@item @var{name}?
41287The remote protocol feature @var{name} may be supported, and
41288@value{GDBN} should auto-detect support in some other way when it is
41289needed. This form will not be used for @var{gdbfeature} notifications,
41290but may be used for @var{stubfeature} responses.
41291@end table
41292
41293Whenever the stub receives a @samp{qSupported} request, the
41294supplied set of @value{GDBN} features should override any previous
41295request. This allows @value{GDBN} to put the stub in a known
41296state, even if the stub had previously been communicating with
41297a different version of @value{GDBN}.
41298
b90a069a
SL
41299The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
41300are defined:
41301
41302@table @samp
41303@item multiprocess
41304This feature indicates whether @value{GDBN} supports multiprocess
41305extensions to the remote protocol. @value{GDBN} does not use such
41306extensions unless the stub also reports that it supports them by
41307including @samp{multiprocess+} in its @samp{qSupported} reply.
41308@xref{multiprocess extensions}, for details.
c8d5aac9
L
41309
41310@item xmlRegisters
41311This feature indicates that @value{GDBN} supports the XML target
41312description. If the stub sees @samp{xmlRegisters=} with target
41313specific strings separated by a comma, it will report register
41314description.
dde08ee1
PA
41315
41316@item qRelocInsn
41317This feature indicates whether @value{GDBN} supports the
41318@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
41319instruction reply packet}).
f7e6eed5
PA
41320
41321@item swbreak
41322This feature indicates whether @value{GDBN} supports the swbreak stop
41323reason in stop replies. @xref{swbreak stop reason}, for details.
41324
41325@item hwbreak
41326This feature indicates whether @value{GDBN} supports the hwbreak stop
41327reason in stop replies. @xref{swbreak stop reason}, for details.
0d71eef5
DB
41328
41329@item fork-events
41330This feature indicates whether @value{GDBN} supports fork event
41331extensions to the remote protocol. @value{GDBN} does not use such
41332extensions unless the stub also reports that it supports them by
41333including @samp{fork-events+} in its @samp{qSupported} reply.
41334
41335@item vfork-events
41336This feature indicates whether @value{GDBN} supports vfork event
41337extensions to the remote protocol. @value{GDBN} does not use such
41338extensions unless the stub also reports that it supports them by
41339including @samp{vfork-events+} in its @samp{qSupported} reply.
b459a59b
DB
41340
41341@item exec-events
41342This feature indicates whether @value{GDBN} supports exec event
41343extensions to the remote protocol. @value{GDBN} does not use such
41344extensions unless the stub also reports that it supports them by
41345including @samp{exec-events+} in its @samp{qSupported} reply.
750ce8d1
YQ
41346
41347@item vContSupported
41348This feature indicates whether @value{GDBN} wants to know the
41349supported actions in the reply to @samp{vCont?} packet.
b90a069a
SL
41350@end table
41351
41352Stubs should ignore any unknown values for
be2a5f71
DJ
41353@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
41354packet supports receiving packets of unlimited length (earlier
b90a069a 41355versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
41356for @var{gdbfeature} may be defined in the future to let the stub take
41357advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
41358improvements in the remote protocol---the @samp{multiprocess} feature is
41359an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
41360of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
41361describes all the features it supports, and then the stub replies with
41362all the features it supports.
41363
41364Similarly, @value{GDBN} will silently ignore unrecognized stub feature
41365responses, as long as each response uses one of the standard forms.
41366
41367Some features are flags. A stub which supports a flag feature
41368should respond with a @samp{+} form response. Other features
41369require values, and the stub should respond with an @samp{=}
41370form response.
41371
41372Each feature has a default value, which @value{GDBN} will use if
41373@samp{qSupported} is not available or if the feature is not mentioned
41374in the @samp{qSupported} response. The default values are fixed; a
41375stub is free to omit any feature responses that match the defaults.
41376
41377Not all features can be probed, but for those which can, the probing
41378mechanism is useful: in some cases, a stub's internal
41379architecture may not allow the protocol layer to know some information
41380about the underlying target in advance. This is especially common in
41381stubs which may be configured for multiple targets.
41382
41383These are the currently defined stub features and their properties:
41384
cfa9d6d9 41385@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
41386@c NOTE: The first row should be @headitem, but we do not yet require
41387@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 41388@item Feature Name
be2a5f71
DJ
41389@tab Value Required
41390@tab Default
41391@tab Probe Allowed
41392
41393@item @samp{PacketSize}
41394@tab Yes
41395@tab @samp{-}
41396@tab No
41397
0876f84a
DJ
41398@item @samp{qXfer:auxv:read}
41399@tab No
41400@tab @samp{-}
41401@tab Yes
41402
2ae8c8e7
MM
41403@item @samp{qXfer:btrace:read}
41404@tab No
41405@tab @samp{-}
41406@tab Yes
41407
f4abbc16
MM
41408@item @samp{qXfer:btrace-conf:read}
41409@tab No
41410@tab @samp{-}
41411@tab Yes
41412
c78fa86a
GB
41413@item @samp{qXfer:exec-file:read}
41414@tab No
41415@tab @samp{-}
41416@tab Yes
41417
23181151
DJ
41418@item @samp{qXfer:features:read}
41419@tab No
41420@tab @samp{-}
41421@tab Yes
41422
cfa9d6d9
DJ
41423@item @samp{qXfer:libraries:read}
41424@tab No
41425@tab @samp{-}
41426@tab Yes
41427
85dc5a12
GB
41428@item @samp{qXfer:libraries-svr4:read}
41429@tab No
41430@tab @samp{-}
41431@tab Yes
41432
41433@item @samp{augmented-libraries-svr4-read}
41434@tab No
41435@tab @samp{-}
41436@tab No
41437
68437a39
DJ
41438@item @samp{qXfer:memory-map:read}
41439@tab No
41440@tab @samp{-}
41441@tab Yes
41442
0fb4aa4b
PA
41443@item @samp{qXfer:sdata:read}
41444@tab No
41445@tab @samp{-}
41446@tab Yes
41447
4aa995e1
PA
41448@item @samp{qXfer:siginfo:read}
41449@tab No
41450@tab @samp{-}
41451@tab Yes
41452
41453@item @samp{qXfer:siginfo:write}
41454@tab No
41455@tab @samp{-}
41456@tab Yes
41457
dc146f7c
VP
41458@item @samp{qXfer:threads:read}
41459@tab No
41460@tab @samp{-}
41461@tab Yes
41462
b3b9301e
PA
41463@item @samp{qXfer:traceframe-info:read}
41464@tab No
41465@tab @samp{-}
41466@tab Yes
41467
169081d0
TG
41468@item @samp{qXfer:uib:read}
41469@tab No
41470@tab @samp{-}
41471@tab Yes
41472
78d85199
YQ
41473@item @samp{qXfer:fdpic:read}
41474@tab No
41475@tab @samp{-}
41476@tab Yes
dc146f7c 41477
2ae8c8e7
MM
41478@item @samp{Qbtrace:off}
41479@tab Yes
41480@tab @samp{-}
41481@tab Yes
41482
41483@item @samp{Qbtrace:bts}
41484@tab Yes
41485@tab @samp{-}
41486@tab Yes
41487
b20a6524
MM
41488@item @samp{Qbtrace:pt}
41489@tab Yes
41490@tab @samp{-}
41491@tab Yes
41492
d33501a5
MM
41493@item @samp{Qbtrace-conf:bts:size}
41494@tab Yes
41495@tab @samp{-}
41496@tab Yes
41497
b20a6524
MM
41498@item @samp{Qbtrace-conf:pt:size}
41499@tab Yes
41500@tab @samp{-}
41501@tab Yes
41502
8b23ecc4
SL
41503@item @samp{QNonStop}
41504@tab No
41505@tab @samp{-}
41506@tab Yes
41507
82075af2
JS
41508@item @samp{QCatchSyscalls}
41509@tab No
41510@tab @samp{-}
41511@tab Yes
41512
89be2091
DJ
41513@item @samp{QPassSignals}
41514@tab No
41515@tab @samp{-}
41516@tab Yes
41517
a6f3e723
SL
41518@item @samp{QStartNoAckMode}
41519@tab No
41520@tab @samp{-}
41521@tab Yes
41522
b90a069a
SL
41523@item @samp{multiprocess}
41524@tab No
41525@tab @samp{-}
41526@tab No
41527
83364271
LM
41528@item @samp{ConditionalBreakpoints}
41529@tab No
41530@tab @samp{-}
41531@tab No
41532
782b2b07
SS
41533@item @samp{ConditionalTracepoints}
41534@tab No
41535@tab @samp{-}
41536@tab No
41537
0d772ac9
MS
41538@item @samp{ReverseContinue}
41539@tab No
2f8132f3 41540@tab @samp{-}
0d772ac9
MS
41541@tab No
41542
41543@item @samp{ReverseStep}
41544@tab No
2f8132f3 41545@tab @samp{-}
0d772ac9
MS
41546@tab No
41547
409873ef
SS
41548@item @samp{TracepointSource}
41549@tab No
41550@tab @samp{-}
41551@tab No
41552
d1feda86
YQ
41553@item @samp{QAgent}
41554@tab No
41555@tab @samp{-}
41556@tab No
41557
d914c394
SS
41558@item @samp{QAllow}
41559@tab No
41560@tab @samp{-}
41561@tab No
41562
03583c20
UW
41563@item @samp{QDisableRandomization}
41564@tab No
41565@tab @samp{-}
41566@tab No
41567
d248b706
KY
41568@item @samp{EnableDisableTracepoints}
41569@tab No
41570@tab @samp{-}
41571@tab No
41572
f6f899bf
HAQ
41573@item @samp{QTBuffer:size}
41574@tab No
41575@tab @samp{-}
41576@tab No
41577
3065dfb6
SS
41578@item @samp{tracenz}
41579@tab No
41580@tab @samp{-}
41581@tab No
41582
d3ce09f5
SS
41583@item @samp{BreakpointCommands}
41584@tab No
41585@tab @samp{-}
41586@tab No
41587
f7e6eed5
PA
41588@item @samp{swbreak}
41589@tab No
41590@tab @samp{-}
41591@tab No
41592
41593@item @samp{hwbreak}
41594@tab No
41595@tab @samp{-}
41596@tab No
41597
0d71eef5
DB
41598@item @samp{fork-events}
41599@tab No
41600@tab @samp{-}
41601@tab No
41602
41603@item @samp{vfork-events}
41604@tab No
41605@tab @samp{-}
41606@tab No
41607
b459a59b
DB
41608@item @samp{exec-events}
41609@tab No
41610@tab @samp{-}
41611@tab No
41612
65706a29
PA
41613@item @samp{QThreadEvents}
41614@tab No
41615@tab @samp{-}
41616@tab No
41617
f2faf941
PA
41618@item @samp{no-resumed}
41619@tab No
41620@tab @samp{-}
41621@tab No
41622
be2a5f71
DJ
41623@end multitable
41624
41625These are the currently defined stub features, in more detail:
41626
41627@table @samp
41628@cindex packet size, remote protocol
41629@item PacketSize=@var{bytes}
41630The remote stub can accept packets up to at least @var{bytes} in
41631length. @value{GDBN} will send packets up to this size for bulk
41632transfers, and will never send larger packets. This is a limit on the
41633data characters in the packet, including the frame and checksum.
41634There is no trailing NUL byte in a remote protocol packet; if the stub
41635stores packets in a NUL-terminated format, it should allow an extra
41636byte in its buffer for the NUL. If this stub feature is not supported,
41637@value{GDBN} guesses based on the size of the @samp{g} packet response.
41638
0876f84a
DJ
41639@item qXfer:auxv:read
41640The remote stub understands the @samp{qXfer:auxv:read} packet
41641(@pxref{qXfer auxiliary vector read}).
41642
2ae8c8e7
MM
41643@item qXfer:btrace:read
41644The remote stub understands the @samp{qXfer:btrace:read}
41645packet (@pxref{qXfer btrace read}).
41646
f4abbc16
MM
41647@item qXfer:btrace-conf:read
41648The remote stub understands the @samp{qXfer:btrace-conf:read}
41649packet (@pxref{qXfer btrace-conf read}).
41650
c78fa86a
GB
41651@item qXfer:exec-file:read
41652The remote stub understands the @samp{qXfer:exec-file:read} packet
41653(@pxref{qXfer executable filename read}).
41654
23181151
DJ
41655@item qXfer:features:read
41656The remote stub understands the @samp{qXfer:features:read} packet
41657(@pxref{qXfer target description read}).
41658
cfa9d6d9
DJ
41659@item qXfer:libraries:read
41660The remote stub understands the @samp{qXfer:libraries:read} packet
41661(@pxref{qXfer library list read}).
41662
2268b414
JK
41663@item qXfer:libraries-svr4:read
41664The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
41665(@pxref{qXfer svr4 library list read}).
41666
85dc5a12
GB
41667@item augmented-libraries-svr4-read
41668The remote stub understands the augmented form of the
41669@samp{qXfer:libraries-svr4:read} packet
41670(@pxref{qXfer svr4 library list read}).
41671
23181151
DJ
41672@item qXfer:memory-map:read
41673The remote stub understands the @samp{qXfer:memory-map:read} packet
41674(@pxref{qXfer memory map read}).
41675
0fb4aa4b
PA
41676@item qXfer:sdata:read
41677The remote stub understands the @samp{qXfer:sdata:read} packet
41678(@pxref{qXfer sdata read}).
41679
4aa995e1
PA
41680@item qXfer:siginfo:read
41681The remote stub understands the @samp{qXfer:siginfo:read} packet
41682(@pxref{qXfer siginfo read}).
41683
41684@item qXfer:siginfo:write
41685The remote stub understands the @samp{qXfer:siginfo:write} packet
41686(@pxref{qXfer siginfo write}).
41687
dc146f7c
VP
41688@item qXfer:threads:read
41689The remote stub understands the @samp{qXfer:threads:read} packet
41690(@pxref{qXfer threads read}).
41691
b3b9301e
PA
41692@item qXfer:traceframe-info:read
41693The remote stub understands the @samp{qXfer:traceframe-info:read}
41694packet (@pxref{qXfer traceframe info read}).
41695
169081d0
TG
41696@item qXfer:uib:read
41697The remote stub understands the @samp{qXfer:uib:read}
41698packet (@pxref{qXfer unwind info block}).
41699
78d85199
YQ
41700@item qXfer:fdpic:read
41701The remote stub understands the @samp{qXfer:fdpic:read}
41702packet (@pxref{qXfer fdpic loadmap read}).
41703
8b23ecc4
SL
41704@item QNonStop
41705The remote stub understands the @samp{QNonStop} packet
41706(@pxref{QNonStop}).
41707
82075af2
JS
41708@item QCatchSyscalls
41709The remote stub understands the @samp{QCatchSyscalls} packet
41710(@pxref{QCatchSyscalls}).
41711
23181151
DJ
41712@item QPassSignals
41713The remote stub understands the @samp{QPassSignals} packet
41714(@pxref{QPassSignals}).
41715
a6f3e723
SL
41716@item QStartNoAckMode
41717The remote stub understands the @samp{QStartNoAckMode} packet and
41718prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
41719
b90a069a
SL
41720@item multiprocess
41721@anchor{multiprocess extensions}
41722@cindex multiprocess extensions, in remote protocol
41723The remote stub understands the multiprocess extensions to the remote
41724protocol syntax. The multiprocess extensions affect the syntax of
41725thread IDs in both packets and replies (@pxref{thread-id syntax}), and
41726add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
41727replies. Note that reporting this feature indicates support for the
41728syntactic extensions only, not that the stub necessarily supports
41729debugging of more than one process at a time. The stub must not use
41730multiprocess extensions in packet replies unless @value{GDBN} has also
41731indicated it supports them in its @samp{qSupported} request.
41732
07e059b5
VP
41733@item qXfer:osdata:read
41734The remote stub understands the @samp{qXfer:osdata:read} packet
41735((@pxref{qXfer osdata read}).
41736
83364271
LM
41737@item ConditionalBreakpoints
41738The target accepts and implements evaluation of conditional expressions
41739defined for breakpoints. The target will only report breakpoint triggers
41740when such conditions are true (@pxref{Conditions, ,Break Conditions}).
41741
782b2b07
SS
41742@item ConditionalTracepoints
41743The remote stub accepts and implements conditional expressions defined
41744for tracepoints (@pxref{Tracepoint Conditions}).
41745
0d772ac9
MS
41746@item ReverseContinue
41747The remote stub accepts and implements the reverse continue packet
41748(@pxref{bc}).
41749
41750@item ReverseStep
41751The remote stub accepts and implements the reverse step packet
41752(@pxref{bs}).
41753
409873ef
SS
41754@item TracepointSource
41755The remote stub understands the @samp{QTDPsrc} packet that supplies
41756the source form of tracepoint definitions.
41757
d1feda86
YQ
41758@item QAgent
41759The remote stub understands the @samp{QAgent} packet.
41760
d914c394
SS
41761@item QAllow
41762The remote stub understands the @samp{QAllow} packet.
41763
03583c20
UW
41764@item QDisableRandomization
41765The remote stub understands the @samp{QDisableRandomization} packet.
41766
0fb4aa4b
PA
41767@item StaticTracepoint
41768@cindex static tracepoints, in remote protocol
41769The remote stub supports static tracepoints.
41770
1e4d1764
YQ
41771@item InstallInTrace
41772@anchor{install tracepoint in tracing}
41773The remote stub supports installing tracepoint in tracing.
41774
d248b706
KY
41775@item EnableDisableTracepoints
41776The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
41777@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
41778to be enabled and disabled while a trace experiment is running.
41779
f6f899bf 41780@item QTBuffer:size
28abe188 41781The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
f6f899bf
HAQ
41782packet that allows to change the size of the trace buffer.
41783
3065dfb6
SS
41784@item tracenz
41785@cindex string tracing, in remote protocol
41786The remote stub supports the @samp{tracenz} bytecode for collecting strings.
41787See @ref{Bytecode Descriptions} for details about the bytecode.
41788
d3ce09f5
SS
41789@item BreakpointCommands
41790@cindex breakpoint commands, in remote protocol
41791The remote stub supports running a breakpoint's command list itself,
41792rather than reporting the hit to @value{GDBN}.
41793
2ae8c8e7
MM
41794@item Qbtrace:off
41795The remote stub understands the @samp{Qbtrace:off} packet.
41796
41797@item Qbtrace:bts
41798The remote stub understands the @samp{Qbtrace:bts} packet.
41799
b20a6524
MM
41800@item Qbtrace:pt
41801The remote stub understands the @samp{Qbtrace:pt} packet.
41802
d33501a5
MM
41803@item Qbtrace-conf:bts:size
41804The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
41805
b20a6524
MM
41806@item Qbtrace-conf:pt:size
41807The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
41808
f7e6eed5
PA
41809@item swbreak
41810The remote stub reports the @samp{swbreak} stop reason for memory
41811breakpoints.
41812
41813@item hwbreak
41814The remote stub reports the @samp{hwbreak} stop reason for hardware
41815breakpoints.
41816
0d71eef5
DB
41817@item fork-events
41818The remote stub reports the @samp{fork} stop reason for fork events.
41819
41820@item vfork-events
41821The remote stub reports the @samp{vfork} stop reason for vfork events
41822and vforkdone events.
41823
b459a59b
DB
41824@item exec-events
41825The remote stub reports the @samp{exec} stop reason for exec events.
41826
750ce8d1
YQ
41827@item vContSupported
41828The remote stub reports the supported actions in the reply to
41829@samp{vCont?} packet.
41830
65706a29
PA
41831@item QThreadEvents
41832The remote stub understands the @samp{QThreadEvents} packet.
41833
f2faf941
PA
41834@item no-resumed
41835The remote stub reports the @samp{N} stop reply.
41836
be2a5f71
DJ
41837@end table
41838
b8ff78ce 41839@item qSymbol::
ff2587ec 41840@cindex symbol lookup, remote request
b8ff78ce 41841@cindex @samp{qSymbol} packet
ff2587ec
WZ
41842Notify the target that @value{GDBN} is prepared to serve symbol lookup
41843requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
41844
41845Reply:
ff2587ec 41846@table @samp
b8ff78ce 41847@item OK
ff2587ec 41848The target does not need to look up any (more) symbols.
b8ff78ce 41849@item qSymbol:@var{sym_name}
ff2587ec
WZ
41850The target requests the value of symbol @var{sym_name} (hex encoded).
41851@value{GDBN} may provide the value by using the
b8ff78ce
JB
41852@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
41853below.
ff2587ec 41854@end table
83761cbd 41855
b8ff78ce 41856@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
41857Set the value of @var{sym_name} to @var{sym_value}.
41858
41859@var{sym_name} (hex encoded) is the name of a symbol whose value the
41860target has previously requested.
41861
41862@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
41863@value{GDBN} cannot supply a value for @var{sym_name}, then this field
41864will be empty.
41865
41866Reply:
41867@table @samp
b8ff78ce 41868@item OK
ff2587ec 41869The target does not need to look up any (more) symbols.
b8ff78ce 41870@item qSymbol:@var{sym_name}
ff2587ec
WZ
41871The target requests the value of a new symbol @var{sym_name} (hex
41872encoded). @value{GDBN} will continue to supply the values of symbols
41873(if available), until the target ceases to request them.
fa93a9d8 41874@end table
0abb7bc7 41875
00bf0b85 41876@item qTBuffer
687e43a4
TT
41877@itemx QTBuffer
41878@itemx QTDisconnected
d5551862 41879@itemx QTDP
409873ef 41880@itemx QTDPsrc
d5551862 41881@itemx QTDV
00bf0b85
SS
41882@itemx qTfP
41883@itemx qTfV
9d29849a 41884@itemx QTFrame
405f8e94
SS
41885@itemx qTMinFTPILen
41886
9d29849a
JB
41887@xref{Tracepoint Packets}.
41888
b90a069a 41889@item qThreadExtraInfo,@var{thread-id}
ff2587ec 41890@cindex thread attributes info, remote request
b8ff78ce 41891@cindex @samp{qThreadExtraInfo} packet
697aa1b7
EZ
41892Obtain from the target OS a printable string description of thread
41893attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
41894for the forms of @var{thread-id}. This
b8ff78ce
JB
41895string may contain anything that the target OS thinks is interesting
41896for @value{GDBN} to tell the user about the thread. The string is
41897displayed in @value{GDBN}'s @code{info threads} display. Some
41898examples of possible thread extra info strings are @samp{Runnable}, or
41899@samp{Blocked on Mutex}.
ff2587ec
WZ
41900
41901Reply:
41902@table @samp
b8ff78ce
JB
41903@item @var{XX}@dots{}
41904Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
41905comprising the printable string containing the extra information about
41906the thread's attributes.
ff2587ec 41907@end table
814e32d7 41908
aa56d27a
JB
41909(Note that the @code{qThreadExtraInfo} packet's name is separated from
41910the command by a @samp{,}, not a @samp{:}, contrary to the naming
41911conventions above. Please don't use this packet as a model for new
41912packets.)
41913
f196051f 41914@item QTNotes
687e43a4
TT
41915@itemx qTP
41916@itemx QTSave
41917@itemx qTsP
41918@itemx qTsV
d5551862 41919@itemx QTStart
9d29849a 41920@itemx QTStop
d248b706
KY
41921@itemx QTEnable
41922@itemx QTDisable
9d29849a
JB
41923@itemx QTinit
41924@itemx QTro
41925@itemx qTStatus
d5551862 41926@itemx qTV
0fb4aa4b
PA
41927@itemx qTfSTM
41928@itemx qTsSTM
41929@itemx qTSTMat
9d29849a
JB
41930@xref{Tracepoint Packets}.
41931
0876f84a
DJ
41932@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
41933@cindex read special object, remote request
41934@cindex @samp{qXfer} packet
68437a39 41935@anchor{qXfer read}
0876f84a
DJ
41936Read uninterpreted bytes from the target's special data area
41937identified by the keyword @var{object}. Request @var{length} bytes
41938starting at @var{offset} bytes into the data. The content and
0e7f50da 41939encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
41940additional details about what data to access.
41941
c185ba27
EZ
41942Reply:
41943@table @samp
41944@item m @var{data}
41945Data @var{data} (@pxref{Binary Data}) has been read from the
41946target. There may be more data at a higher address (although
41947it is permitted to return @samp{m} even for the last valid
41948block of data, as long as at least one byte of data was read).
41949It is possible for @var{data} to have fewer bytes than the @var{length} in the
41950request.
41951
41952@item l @var{data}
41953Data @var{data} (@pxref{Binary Data}) has been read from the target.
41954There is no more data to be read. It is possible for @var{data} to
41955have fewer bytes than the @var{length} in the request.
41956
41957@item l
41958The @var{offset} in the request is at the end of the data.
41959There is no more data to be read.
41960
41961@item E00
41962The request was malformed, or @var{annex} was invalid.
41963
41964@item E @var{nn}
41965The offset was invalid, or there was an error encountered reading the data.
41966The @var{nn} part is a hex-encoded @code{errno} value.
41967
41968@item @w{}
41969An empty reply indicates the @var{object} string was not recognized by
41970the stub, or that the object does not support reading.
41971@end table
41972
41973Here are the specific requests of this form defined so far. All the
0876f84a 41974@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
c185ba27 41975formats, listed above.
0876f84a
DJ
41976
41977@table @samp
41978@item qXfer:auxv:read::@var{offset},@var{length}
41979@anchor{qXfer auxiliary vector read}
41980Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 41981auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
41982
41983This packet is not probed by default; the remote stub must request it,
89be2091 41984by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 41985
2ae8c8e7
MM
41986@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
41987@anchor{qXfer btrace read}
41988
41989Return a description of the current branch trace.
41990@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
41991packet may have one of the following values:
41992
41993@table @code
41994@item all
41995Returns all available branch trace.
41996
41997@item new
41998Returns all available branch trace if the branch trace changed since
41999the last read request.
969c39fb
MM
42000
42001@item delta
42002Returns the new branch trace since the last read request. Adds a new
42003block to the end of the trace that begins at zero and ends at the source
42004location of the first branch in the trace buffer. This extra block is
42005used to stitch traces together.
42006
42007If the trace buffer overflowed, returns an error indicating the overflow.
2ae8c8e7
MM
42008@end table
42009
42010This packet is not probed by default; the remote stub must request it
42011by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42012
f4abbc16
MM
42013@item qXfer:btrace-conf:read::@var{offset},@var{length}
42014@anchor{qXfer btrace-conf read}
42015
42016Return a description of the current branch trace configuration.
42017@xref{Branch Trace Configuration Format}.
42018
42019This packet is not probed by default; the remote stub must request it
42020by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
c78fa86a
GB
42021
42022@item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
42023@anchor{qXfer executable filename read}
42024Return the full absolute name of the file that was executed to create
42025a process running on the remote system. The annex specifies the
42026numeric process ID of the process to query, encoded as a hexadecimal
835205d0
GB
42027number. If the annex part is empty the remote stub should return the
42028filename corresponding to the currently executing process.
c78fa86a
GB
42029
42030This packet is not probed by default; the remote stub must request it,
42031by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
f4abbc16 42032
23181151
DJ
42033@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
42034@anchor{qXfer target description read}
42035Access the @dfn{target description}. @xref{Target Descriptions}. The
42036annex specifies which XML document to access. The main description is
42037always loaded from the @samp{target.xml} annex.
42038
42039This packet is not probed by default; the remote stub must request it,
42040by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42041
cfa9d6d9
DJ
42042@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
42043@anchor{qXfer library list read}
42044Access the target's list of loaded libraries. @xref{Library List Format}.
42045The annex part of the generic @samp{qXfer} packet must be empty
42046(@pxref{qXfer read}).
42047
42048Targets which maintain a list of libraries in the program's memory do
42049not need to implement this packet; it is designed for platforms where
42050the operating system manages the list of loaded libraries.
42051
42052This packet is not probed by default; the remote stub must request it,
42053by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42054
2268b414
JK
42055@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
42056@anchor{qXfer svr4 library list read}
42057Access the target's list of loaded libraries when the target is an SVR4
42058platform. @xref{Library List Format for SVR4 Targets}. The annex part
85dc5a12
GB
42059of the generic @samp{qXfer} packet must be empty unless the remote
42060stub indicated it supports the augmented form of this packet
42061by supplying an appropriate @samp{qSupported} response
42062(@pxref{qXfer read}, @ref{qSupported}).
2268b414
JK
42063
42064This packet is optional for better performance on SVR4 targets.
42065@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
42066
42067This packet is not probed by default; the remote stub must request it,
42068by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42069
85dc5a12
GB
42070If the remote stub indicates it supports the augmented form of this
42071packet then the annex part of the generic @samp{qXfer} packet may
42072contain a semicolon-separated list of @samp{@var{name}=@var{value}}
42073arguments. The currently supported arguments are:
42074
42075@table @code
42076@item start=@var{address}
42077A hexadecimal number specifying the address of the @samp{struct
42078link_map} to start reading the library list from. If unset or zero
42079then the first @samp{struct link_map} in the library list will be
42080chosen as the starting point.
42081
42082@item prev=@var{address}
42083A hexadecimal number specifying the address of the @samp{struct
42084link_map} immediately preceding the @samp{struct link_map}
42085specified by the @samp{start} argument. If unset or zero then
42086the remote stub will expect that no @samp{struct link_map}
42087exists prior to the starting point.
42088
42089@end table
42090
42091Arguments that are not understood by the remote stub will be silently
42092ignored.
42093
68437a39
DJ
42094@item qXfer:memory-map:read::@var{offset},@var{length}
42095@anchor{qXfer memory map read}
79a6e687 42096Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
42097annex part of the generic @samp{qXfer} packet must be empty
42098(@pxref{qXfer read}).
42099
0e7f50da
UW
42100This packet is not probed by default; the remote stub must request it,
42101by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42102
0fb4aa4b
PA
42103@item qXfer:sdata:read::@var{offset},@var{length}
42104@anchor{qXfer sdata read}
42105
42106Read contents of the extra collected static tracepoint marker
42107information. The annex part of the generic @samp{qXfer} packet must
42108be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
42109Action Lists}.
42110
42111This packet is not probed by default; the remote stub must request it,
42112by supplying an appropriate @samp{qSupported} response
42113(@pxref{qSupported}).
42114
4aa995e1
PA
42115@item qXfer:siginfo:read::@var{offset},@var{length}
42116@anchor{qXfer siginfo read}
42117Read contents of the extra signal information on the target
42118system. The annex part of the generic @samp{qXfer} packet must be
42119empty (@pxref{qXfer read}).
42120
42121This packet is not probed by default; the remote stub must request it,
42122by supplying an appropriate @samp{qSupported} response
42123(@pxref{qSupported}).
42124
dc146f7c
VP
42125@item qXfer:threads:read::@var{offset},@var{length}
42126@anchor{qXfer threads read}
42127Access the list of threads on target. @xref{Thread List Format}. The
42128annex part of the generic @samp{qXfer} packet must be empty
42129(@pxref{qXfer read}).
42130
42131This packet is not probed by default; the remote stub must request it,
42132by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42133
b3b9301e
PA
42134@item qXfer:traceframe-info:read::@var{offset},@var{length}
42135@anchor{qXfer traceframe info read}
42136
42137Return a description of the current traceframe's contents.
42138@xref{Traceframe Info Format}. The annex part of the generic
42139@samp{qXfer} packet must be empty (@pxref{qXfer read}).
42140
42141This packet is not probed by default; the remote stub must request it,
42142by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42143
169081d0
TG
42144@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
42145@anchor{qXfer unwind info block}
42146
42147Return the unwind information block for @var{pc}. This packet is used
42148on OpenVMS/ia64 to ask the kernel unwind information.
42149
42150This packet is not probed by default.
42151
78d85199
YQ
42152@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
42153@anchor{qXfer fdpic loadmap read}
42154Read contents of @code{loadmap}s on the target system. The
42155annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
42156executable @code{loadmap} or interpreter @code{loadmap} to read.
42157
42158This packet is not probed by default; the remote stub must request it,
42159by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42160
07e059b5
VP
42161@item qXfer:osdata:read::@var{offset},@var{length}
42162@anchor{qXfer osdata read}
697aa1b7 42163Access the target's @dfn{operating system information}.
07e059b5
VP
42164@xref{Operating System Information}.
42165
68437a39
DJ
42166@end table
42167
c185ba27
EZ
42168@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
42169@cindex write data into object, remote request
42170@anchor{qXfer write}
42171Write uninterpreted bytes into the target's special data area
42172identified by the keyword @var{object}, starting at @var{offset} bytes
42173into the data. The binary-encoded data (@pxref{Binary Data}) to be
42174written is given by @var{data}@dots{}. The content and encoding of @var{annex}
42175is specific to @var{object}; it can supply additional details about what data
42176to access.
42177
0876f84a
DJ
42178Reply:
42179@table @samp
c185ba27
EZ
42180@item @var{nn}
42181@var{nn} (hex encoded) is the number of bytes written.
42182This may be fewer bytes than supplied in the request.
0876f84a
DJ
42183
42184@item E00
42185The request was malformed, or @var{annex} was invalid.
42186
42187@item E @var{nn}
c185ba27 42188The offset was invalid, or there was an error encountered writing the data.
697aa1b7 42189The @var{nn} part is a hex-encoded @code{errno} value.
0876f84a 42190
d57350ea 42191@item @w{}
c185ba27
EZ
42192An empty reply indicates the @var{object} string was not
42193recognized by the stub, or that the object does not support writing.
0876f84a
DJ
42194@end table
42195
c185ba27 42196Here are the specific requests of this form defined so far. All the
0e7f50da 42197@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
c185ba27 42198formats, listed above.
0e7f50da
UW
42199
42200@table @samp
4aa995e1
PA
42201@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
42202@anchor{qXfer siginfo write}
42203Write @var{data} to the extra signal information on the target system.
42204The annex part of the generic @samp{qXfer} packet must be
42205empty (@pxref{qXfer write}).
42206
42207This packet is not probed by default; the remote stub must request it,
42208by supplying an appropriate @samp{qSupported} response
42209(@pxref{qSupported}).
0e7f50da 42210@end table
0876f84a 42211
0876f84a
DJ
42212@item qXfer:@var{object}:@var{operation}:@dots{}
42213Requests of this form may be added in the future. When a stub does
42214not recognize the @var{object} keyword, or its support for
42215@var{object} does not recognize the @var{operation} keyword, the stub
42216must respond with an empty packet.
42217
0b16c5cf
PA
42218@item qAttached:@var{pid}
42219@cindex query attached, remote request
42220@cindex @samp{qAttached} packet
42221Return an indication of whether the remote server attached to an
42222existing process or created a new process. When the multiprocess
42223protocol extensions are supported (@pxref{multiprocess extensions}),
42224@var{pid} is an integer in hexadecimal format identifying the target
42225process. Otherwise, @value{GDBN} will omit the @var{pid} field and
42226the query packet will be simplified as @samp{qAttached}.
42227
42228This query is used, for example, to know whether the remote process
42229should be detached or killed when a @value{GDBN} session is ended with
42230the @code{quit} command.
42231
42232Reply:
42233@table @samp
42234@item 1
42235The remote server attached to an existing process.
42236@item 0
42237The remote server created a new process.
42238@item E @var{NN}
42239A badly formed request or an error was encountered.
42240@end table
42241
2ae8c8e7 42242@item Qbtrace:bts
b20a6524
MM
42243Enable branch tracing for the current thread using Branch Trace Store.
42244
42245Reply:
42246@table @samp
42247@item OK
42248Branch tracing has been enabled.
42249@item E.errtext
42250A badly formed request or an error was encountered.
42251@end table
42252
42253@item Qbtrace:pt
bc504a31 42254Enable branch tracing for the current thread using Intel Processor Trace.
2ae8c8e7
MM
42255
42256Reply:
42257@table @samp
42258@item OK
42259Branch tracing has been enabled.
42260@item E.errtext
42261A badly formed request or an error was encountered.
42262@end table
42263
42264@item Qbtrace:off
42265Disable branch tracing for the current thread.
42266
42267Reply:
42268@table @samp
42269@item OK
42270Branch tracing has been disabled.
42271@item E.errtext
42272A badly formed request or an error was encountered.
42273@end table
42274
d33501a5
MM
42275@item Qbtrace-conf:bts:size=@var{value}
42276Set the requested ring buffer size for new threads that use the
42277btrace recording method in bts format.
42278
42279Reply:
42280@table @samp
42281@item OK
42282The ring buffer size has been set.
42283@item E.errtext
42284A badly formed request or an error was encountered.
42285@end table
42286
b20a6524
MM
42287@item Qbtrace-conf:pt:size=@var{value}
42288Set the requested ring buffer size for new threads that use the
42289btrace recording method in pt format.
42290
42291Reply:
42292@table @samp
42293@item OK
42294The ring buffer size has been set.
42295@item E.errtext
42296A badly formed request or an error was encountered.
42297@end table
42298
ee2d5c50
AC
42299@end table
42300
a1dcb23a
DJ
42301@node Architecture-Specific Protocol Details
42302@section Architecture-Specific Protocol Details
42303
42304This section describes how the remote protocol is applied to specific
42305target architectures. Also see @ref{Standard Target Features}, for
42306details of XML target descriptions for each architecture.
42307
02b67415
MR
42308@menu
42309* ARM-Specific Protocol Details::
42310* MIPS-Specific Protocol Details::
42311@end menu
42312
42313@node ARM-Specific Protocol Details
42314@subsection @acronym{ARM}-specific Protocol Details
42315
42316@menu
42317* ARM Breakpoint Kinds::
42318@end menu
a1dcb23a 42319
02b67415
MR
42320@node ARM Breakpoint Kinds
42321@subsubsection @acronym{ARM} Breakpoint Kinds
42322@cindex breakpoint kinds, @acronym{ARM}
a1dcb23a
DJ
42323
42324These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42325
42326@table @r
42327
42328@item 2
4232916-bit Thumb mode breakpoint.
42330
42331@item 3
4233232-bit Thumb mode (Thumb-2) breakpoint.
42333
42334@item 4
02b67415 4233532-bit @acronym{ARM} mode breakpoint.
a1dcb23a
DJ
42336
42337@end table
42338
02b67415
MR
42339@node MIPS-Specific Protocol Details
42340@subsection @acronym{MIPS}-specific Protocol Details
42341
42342@menu
42343* MIPS Register packet Format::
4cc0665f 42344* MIPS Breakpoint Kinds::
02b67415 42345@end menu
a1dcb23a 42346
02b67415
MR
42347@node MIPS Register packet Format
42348@subsubsection @acronym{MIPS} Register Packet Format
eb17f351 42349@cindex register packet format, @acronym{MIPS}
eb12ee30 42350
b8ff78ce 42351The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
42352In the below, some thirty-two bit registers are transferred as
42353sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
42354to fill the space allocated. Register bytes are transferred in target
42355byte order. The two nibbles within a register byte are transferred
02b67415 42356most-significant -- least-significant.
eb12ee30 42357
ee2d5c50 42358@table @r
eb12ee30 42359
8e04817f 42360@item MIPS32
599b237a 42361All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
4236232 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
42363registers; fsr; fir; fp.
eb12ee30 42364
8e04817f 42365@item MIPS64
599b237a 42366All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
42367thirty-two bit registers such as @code{sr}). The ordering is the same
42368as @code{MIPS32}.
eb12ee30 42369
ee2d5c50
AC
42370@end table
42371
4cc0665f
MR
42372@node MIPS Breakpoint Kinds
42373@subsubsection @acronym{MIPS} Breakpoint Kinds
42374@cindex breakpoint kinds, @acronym{MIPS}
42375
42376These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42377
42378@table @r
42379
42380@item 2
4238116-bit @acronym{MIPS16} mode breakpoint.
42382
42383@item 3
4238416-bit @acronym{microMIPS} mode breakpoint.
42385
42386@item 4
4238732-bit standard @acronym{MIPS} mode breakpoint.
42388
42389@item 5
4239032-bit @acronym{microMIPS} mode breakpoint.
42391
42392@end table
42393
9d29849a
JB
42394@node Tracepoint Packets
42395@section Tracepoint Packets
42396@cindex tracepoint packets
42397@cindex packets, tracepoint
42398
42399Here we describe the packets @value{GDBN} uses to implement
42400tracepoints (@pxref{Tracepoints}).
42401
42402@table @samp
42403
7a697b8d 42404@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
c614397c 42405@cindex @samp{QTDP} packet
9d29849a
JB
42406Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
42407is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
697aa1b7
EZ
42408the tracepoint is disabled. The @var{step} gives the tracepoint's step
42409count, and @var{pass} gives its pass count. If an @samp{F} is present,
7a697b8d
SS
42410then the tracepoint is to be a fast tracepoint, and the @var{flen} is
42411the number of bytes that the target should copy elsewhere to make room
42412for the tracepoint. If an @samp{X} is present, it introduces a
42413tracepoint condition, which consists of a hexadecimal length, followed
42414by a comma and hex-encoded bytes, in a manner similar to action
42415encodings as described below. If the trailing @samp{-} is present,
42416further @samp{QTDP} packets will follow to specify this tracepoint's
42417actions.
9d29849a
JB
42418
42419Replies:
42420@table @samp
42421@item OK
42422The packet was understood and carried out.
dde08ee1
PA
42423@item qRelocInsn
42424@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 42425@item @w{}
9d29849a
JB
42426The packet was not recognized.
42427@end table
42428
42429@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
697aa1b7 42430Define actions to be taken when a tracepoint is hit. The @var{n} and
9d29849a
JB
42431@var{addr} must be the same as in the initial @samp{QTDP} packet for
42432this tracepoint. This packet may only be sent immediately after
42433another @samp{QTDP} packet that ended with a @samp{-}. If the
42434trailing @samp{-} is present, further @samp{QTDP} packets will follow,
42435specifying more actions for this tracepoint.
42436
42437In the series of action packets for a given tracepoint, at most one
42438can have an @samp{S} before its first @var{action}. If such a packet
42439is sent, it and the following packets define ``while-stepping''
42440actions. Any prior packets define ordinary actions --- that is, those
42441taken when the tracepoint is first hit. If no action packet has an
42442@samp{S}, then all the packets in the series specify ordinary
42443tracepoint actions.
42444
42445The @samp{@var{action}@dots{}} portion of the packet is a series of
42446actions, concatenated without separators. Each action has one of the
42447following forms:
42448
42449@table @samp
42450
42451@item R @var{mask}
697aa1b7 42452Collect the registers whose bits are set in @var{mask},
599b237a 42453a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
42454@var{i} should be collected. (The least significant bit is numbered
42455zero.) Note that @var{mask} may be any number of digits long; it may
42456not fit in a 32-bit word.
42457
42458@item M @var{basereg},@var{offset},@var{len}
42459Collect @var{len} bytes of memory starting at the address in register
42460number @var{basereg}, plus @var{offset}. If @var{basereg} is
42461@samp{-1}, then the range has a fixed address: @var{offset} is the
42462address of the lowest byte to collect. The @var{basereg},
599b237a 42463@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
42464values (the @samp{-1} value for @var{basereg} is a special case).
42465
42466@item X @var{len},@var{expr}
42467Evaluate @var{expr}, whose length is @var{len}, and collect memory as
697aa1b7 42468it directs. The agent expression @var{expr} is as described in
9d29849a
JB
42469@ref{Agent Expressions}. Each byte of the expression is encoded as a
42470two-digit hex number in the packet; @var{len} is the number of bytes
42471in the expression (and thus one-half the number of hex digits in the
42472packet).
42473
42474@end table
42475
42476Any number of actions may be packed together in a single @samp{QTDP}
42477packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
42478length (400 bytes, for many stubs). There may be only one @samp{R}
42479action per tracepoint, and it must precede any @samp{M} or @samp{X}
42480actions. Any registers referred to by @samp{M} and @samp{X} actions
42481must be collected by a preceding @samp{R} action. (The
42482``while-stepping'' actions are treated as if they were attached to a
42483separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
42484
42485Replies:
42486@table @samp
42487@item OK
42488The packet was understood and carried out.
dde08ee1
PA
42489@item qRelocInsn
42490@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 42491@item @w{}
9d29849a
JB
42492The packet was not recognized.
42493@end table
42494
409873ef
SS
42495@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
42496@cindex @samp{QTDPsrc} packet
42497Specify a source string of tracepoint @var{n} at address @var{addr}.
42498This is useful to get accurate reproduction of the tracepoints
697aa1b7 42499originally downloaded at the beginning of the trace run. The @var{type}
409873ef
SS
42500is the name of the tracepoint part, such as @samp{cond} for the
42501tracepoint's conditional expression (see below for a list of types), while
42502@var{bytes} is the string, encoded in hexadecimal.
42503
42504@var{start} is the offset of the @var{bytes} within the overall source
42505string, while @var{slen} is the total length of the source string.
42506This is intended for handling source strings that are longer than will
42507fit in a single packet.
42508@c Add detailed example when this info is moved into a dedicated
42509@c tracepoint descriptions section.
42510
42511The available string types are @samp{at} for the location,
42512@samp{cond} for the conditional, and @samp{cmd} for an action command.
42513@value{GDBN} sends a separate packet for each command in the action
42514list, in the same order in which the commands are stored in the list.
42515
42516The target does not need to do anything with source strings except
42517report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
42518query packets.
42519
42520Although this packet is optional, and @value{GDBN} will only send it
42521if the target replies with @samp{TracepointSource} @xref{General
42522Query Packets}, it makes both disconnected tracing and trace files
42523much easier to use. Otherwise the user must be careful that the
42524tracepoints in effect while looking at trace frames are identical to
42525the ones in effect during the trace run; even a small discrepancy
42526could cause @samp{tdump} not to work, or a particular trace frame not
42527be found.
42528
fa3f8d5a 42529@item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
f61e138d
SS
42530@cindex define trace state variable, remote request
42531@cindex @samp{QTDV} packet
42532Create a new trace state variable, number @var{n}, with an initial
42533value of @var{value}, which is a 64-bit signed integer. Both @var{n}
42534and @var{value} are encoded as hexadecimal values. @value{GDBN} has
42535the option of not using this packet for initial values of zero; the
42536target should simply create the trace state variables as they are
fa3f8d5a
DT
42537mentioned in expressions. The value @var{builtin} should be 1 (one)
42538if the trace state variable is builtin and 0 (zero) if it is not builtin.
42539@value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
42540@samp{qTsV} packet had it set. The contents of @var{name} is the
42541hex-encoded name (without the leading @samp{$}) of the trace state
42542variable.
f61e138d 42543
9d29849a 42544@item QTFrame:@var{n}
c614397c 42545@cindex @samp{QTFrame} packet
9d29849a
JB
42546Select the @var{n}'th tracepoint frame from the buffer, and use the
42547register and memory contents recorded there to answer subsequent
42548request packets from @value{GDBN}.
42549
42550A successful reply from the stub indicates that the stub has found the
42551requested frame. The response is a series of parts, concatenated
42552without separators, describing the frame we selected. Each part has
42553one of the following forms:
42554
42555@table @samp
42556@item F @var{f}
42557The selected frame is number @var{n} in the trace frame buffer;
599b237a 42558@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
42559was no frame matching the criteria in the request packet.
42560
42561@item T @var{t}
42562The selected trace frame records a hit of tracepoint number @var{t};
599b237a 42563@var{t} is a hexadecimal number.
9d29849a
JB
42564
42565@end table
42566
42567@item QTFrame:pc:@var{addr}
42568Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42569currently selected frame whose PC is @var{addr};
599b237a 42570@var{addr} is a hexadecimal number.
9d29849a
JB
42571
42572@item QTFrame:tdp:@var{t}
42573Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42574currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 42575is a hexadecimal number.
9d29849a
JB
42576
42577@item QTFrame:range:@var{start}:@var{end}
42578Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42579currently selected frame whose PC is between @var{start} (inclusive)
081dfbf7 42580and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
42581numbers.
42582
42583@item QTFrame:outside:@var{start}:@var{end}
42584Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
081dfbf7 42585frame @emph{outside} the given range of addresses (exclusive).
9d29849a 42586
405f8e94 42587@item qTMinFTPILen
c614397c 42588@cindex @samp{qTMinFTPILen} packet
405f8e94
SS
42589This packet requests the minimum length of instruction at which a fast
42590tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
42591the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
42592it depends on the target system being able to create trampolines in
42593the first 64K of memory, which might or might not be possible for that
42594system. So the reply to this packet will be 4 if it is able to
42595arrange for that.
42596
42597Replies:
42598
42599@table @samp
42600@item 0
42601The minimum instruction length is currently unknown.
42602@item @var{length}
697aa1b7
EZ
42603The minimum instruction length is @var{length}, where @var{length}
42604is a hexadecimal number greater or equal to 1. A reply
42605of 1 means that a fast tracepoint may be placed on any instruction
42606regardless of size.
405f8e94
SS
42607@item E
42608An error has occurred.
d57350ea 42609@item @w{}
405f8e94
SS
42610An empty reply indicates that the request is not supported by the stub.
42611@end table
42612
9d29849a 42613@item QTStart
c614397c 42614@cindex @samp{QTStart} packet
dde08ee1
PA
42615Begin the tracepoint experiment. Begin collecting data from
42616tracepoint hits in the trace frame buffer. This packet supports the
42617@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
42618instruction reply packet}).
9d29849a
JB
42619
42620@item QTStop
c614397c 42621@cindex @samp{QTStop} packet
9d29849a
JB
42622End the tracepoint experiment. Stop collecting trace frames.
42623
d248b706
KY
42624@item QTEnable:@var{n}:@var{addr}
42625@anchor{QTEnable}
c614397c 42626@cindex @samp{QTEnable} packet
d248b706
KY
42627Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
42628experiment. If the tracepoint was previously disabled, then collection
42629of data from it will resume.
42630
42631@item QTDisable:@var{n}:@var{addr}
42632@anchor{QTDisable}
c614397c 42633@cindex @samp{QTDisable} packet
d248b706
KY
42634Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
42635experiment. No more data will be collected from the tracepoint unless
42636@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
42637
9d29849a 42638@item QTinit
c614397c 42639@cindex @samp{QTinit} packet
9d29849a
JB
42640Clear the table of tracepoints, and empty the trace frame buffer.
42641
42642@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
c614397c 42643@cindex @samp{QTro} packet
9d29849a
JB
42644Establish the given ranges of memory as ``transparent''. The stub
42645will answer requests for these ranges from memory's current contents,
42646if they were not collected as part of the tracepoint hit.
42647
42648@value{GDBN} uses this to mark read-only regions of memory, like those
42649containing program code. Since these areas never change, they should
42650still have the same contents they did when the tracepoint was hit, so
42651there's no reason for the stub to refuse to provide their contents.
42652
d5551862 42653@item QTDisconnected:@var{value}
c614397c 42654@cindex @samp{QTDisconnected} packet
d5551862
SS
42655Set the choice to what to do with the tracing run when @value{GDBN}
42656disconnects from the target. A @var{value} of 1 directs the target to
42657continue the tracing run, while 0 tells the target to stop tracing if
42658@value{GDBN} is no longer in the picture.
42659
9d29849a 42660@item qTStatus
c614397c 42661@cindex @samp{qTStatus} packet
9d29849a
JB
42662Ask the stub if there is a trace experiment running right now.
42663
4daf5ac0
SS
42664The reply has the form:
42665
42666@table @samp
42667
42668@item T@var{running}@r{[};@var{field}@r{]}@dots{}
42669@var{running} is a single digit @code{1} if the trace is presently
42670running, or @code{0} if not. It is followed by semicolon-separated
42671optional fields that an agent may use to report additional status.
42672
42673@end table
42674
42675If the trace is not running, the agent may report any of several
42676explanations as one of the optional fields:
42677
42678@table @samp
42679
42680@item tnotrun:0
42681No trace has been run yet.
42682
f196051f
SS
42683@item tstop[:@var{text}]:0
42684The trace was stopped by a user-originated stop command. The optional
42685@var{text} field is a user-supplied string supplied as part of the
42686stop command (for instance, an explanation of why the trace was
42687stopped manually). It is hex-encoded.
4daf5ac0
SS
42688
42689@item tfull:0
42690The trace stopped because the trace buffer filled up.
42691
42692@item tdisconnected:0
42693The trace stopped because @value{GDBN} disconnected from the target.
42694
42695@item tpasscount:@var{tpnum}
42696The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
42697
6c28cbf2
SS
42698@item terror:@var{text}:@var{tpnum}
42699The trace stopped because tracepoint @var{tpnum} had an error. The
42700string @var{text} is available to describe the nature of the error
697aa1b7
EZ
42701(for instance, a divide by zero in the condition expression); it
42702is hex encoded.
6c28cbf2 42703
4daf5ac0
SS
42704@item tunknown:0
42705The trace stopped for some other reason.
42706
42707@end table
42708
33da3f1c
SS
42709Additional optional fields supply statistical and other information.
42710Although not required, they are extremely useful for users monitoring
42711the progress of a trace run. If a trace has stopped, and these
42712numbers are reported, they must reflect the state of the just-stopped
42713trace.
4daf5ac0 42714
9d29849a 42715@table @samp
4daf5ac0
SS
42716
42717@item tframes:@var{n}
42718The number of trace frames in the buffer.
42719
42720@item tcreated:@var{n}
42721The total number of trace frames created during the run. This may
42722be larger than the trace frame count, if the buffer is circular.
42723
42724@item tsize:@var{n}
42725The total size of the trace buffer, in bytes.
42726
42727@item tfree:@var{n}
42728The number of bytes still unused in the buffer.
42729
33da3f1c
SS
42730@item circular:@var{n}
42731The value of the circular trace buffer flag. @code{1} means that the
42732trace buffer is circular and old trace frames will be discarded if
42733necessary to make room, @code{0} means that the trace buffer is linear
42734and may fill up.
42735
42736@item disconn:@var{n}
42737The value of the disconnected tracing flag. @code{1} means that
42738tracing will continue after @value{GDBN} disconnects, @code{0} means
42739that the trace run will stop.
42740
9d29849a
JB
42741@end table
42742
f196051f
SS
42743@item qTP:@var{tp}:@var{addr}
42744@cindex tracepoint status, remote request
42745@cindex @samp{qTP} packet
42746Ask the stub for the current state of tracepoint number @var{tp} at
42747address @var{addr}.
42748
42749Replies:
42750@table @samp
42751@item V@var{hits}:@var{usage}
42752The tracepoint has been hit @var{hits} times so far during the trace
42753run, and accounts for @var{usage} in the trace buffer. Note that
42754@code{while-stepping} steps are not counted as separate hits, but the
42755steps' space consumption is added into the usage number.
42756
42757@end table
42758
f61e138d
SS
42759@item qTV:@var{var}
42760@cindex trace state variable value, remote request
42761@cindex @samp{qTV} packet
42762Ask the stub for the value of the trace state variable number @var{var}.
42763
42764Replies:
42765@table @samp
42766@item V@var{value}
42767The value of the variable is @var{value}. This will be the current
42768value of the variable if the user is examining a running target, or a
42769saved value if the variable was collected in the trace frame that the
42770user is looking at. Note that multiple requests may result in
42771different reply values, such as when requesting values while the
42772program is running.
42773
42774@item U
42775The value of the variable is unknown. This would occur, for example,
42776if the user is examining a trace frame in which the requested variable
42777was not collected.
9d29849a
JB
42778@end table
42779
d5551862 42780@item qTfP
c614397c 42781@cindex @samp{qTfP} packet
d5551862 42782@itemx qTsP
c614397c 42783@cindex @samp{qTsP} packet
d5551862
SS
42784These packets request data about tracepoints that are being used by
42785the target. @value{GDBN} sends @code{qTfP} to get the first piece
42786of data, and multiple @code{qTsP} to get additional pieces. Replies
42787to these packets generally take the form of the @code{QTDP} packets
42788that define tracepoints. (FIXME add detailed syntax)
42789
00bf0b85 42790@item qTfV
c614397c 42791@cindex @samp{qTfV} packet
00bf0b85 42792@itemx qTsV
c614397c 42793@cindex @samp{qTsV} packet
00bf0b85
SS
42794These packets request data about trace state variables that are on the
42795target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
42796and multiple @code{qTsV} to get additional variables. Replies to
42797these packets follow the syntax of the @code{QTDV} packets that define
42798trace state variables.
42799
0fb4aa4b
PA
42800@item qTfSTM
42801@itemx qTsSTM
16bdd41f
YQ
42802@anchor{qTfSTM}
42803@anchor{qTsSTM}
c614397c
YQ
42804@cindex @samp{qTfSTM} packet
42805@cindex @samp{qTsSTM} packet
0fb4aa4b
PA
42806These packets request data about static tracepoint markers that exist
42807in the target program. @value{GDBN} sends @code{qTfSTM} to get the
42808first piece of data, and multiple @code{qTsSTM} to get additional
42809pieces. Replies to these packets take the following form:
42810
42811Reply:
42812@table @samp
42813@item m @var{address}:@var{id}:@var{extra}
42814A single marker
42815@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
42816a comma-separated list of markers
42817@item l
42818(lower case letter @samp{L}) denotes end of list.
42819@item E @var{nn}
697aa1b7 42820An error occurred. The error number @var{nn} is given as hex digits.
d57350ea 42821@item @w{}
0fb4aa4b
PA
42822An empty reply indicates that the request is not supported by the
42823stub.
42824@end table
42825
697aa1b7 42826The @var{address} is encoded in hex;
0fb4aa4b
PA
42827@var{id} and @var{extra} are strings encoded in hex.
42828
42829In response to each query, the target will reply with a list of one or
42830more markers, separated by commas. @value{GDBN} will respond to each
42831reply with a request for more markers (using the @samp{qs} form of the
42832query), until the target responds with @samp{l} (lower-case ell, for
42833@dfn{last}).
42834
42835@item qTSTMat:@var{address}
16bdd41f 42836@anchor{qTSTMat}
c614397c 42837@cindex @samp{qTSTMat} packet
0fb4aa4b
PA
42838This packets requests data about static tracepoint markers in the
42839target program at @var{address}. Replies to this packet follow the
42840syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
42841tracepoint markers.
42842
00bf0b85 42843@item QTSave:@var{filename}
c614397c 42844@cindex @samp{QTSave} packet
00bf0b85 42845This packet directs the target to save trace data to the file name
697aa1b7 42846@var{filename} in the target's filesystem. The @var{filename} is encoded
00bf0b85
SS
42847as a hex string; the interpretation of the file name (relative vs
42848absolute, wild cards, etc) is up to the target.
42849
42850@item qTBuffer:@var{offset},@var{len}
c614397c 42851@cindex @samp{qTBuffer} packet
00bf0b85
SS
42852Return up to @var{len} bytes of the current contents of trace buffer,
42853starting at @var{offset}. The trace buffer is treated as if it were
42854a contiguous collection of traceframes, as per the trace file format.
42855The reply consists as many hex-encoded bytes as the target can deliver
42856in a packet; it is not an error to return fewer than were asked for.
42857A reply consisting of just @code{l} indicates that no bytes are
42858available.
42859
4daf5ac0
SS
42860@item QTBuffer:circular:@var{value}
42861This packet directs the target to use a circular trace buffer if
42862@var{value} is 1, or a linear buffer if the value is 0.
42863
f6f899bf 42864@item QTBuffer:size:@var{size}
28abe188
EZ
42865@anchor{QTBuffer-size}
42866@cindex @samp{QTBuffer size} packet
f6f899bf
HAQ
42867This packet directs the target to make the trace buffer be of size
42868@var{size} if possible. A value of @code{-1} tells the target to
42869use whatever size it prefers.
42870
f196051f 42871@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
c614397c 42872@cindex @samp{QTNotes} packet
f196051f
SS
42873This packet adds optional textual notes to the trace run. Allowable
42874types include @code{user}, @code{notes}, and @code{tstop}, the
42875@var{text} fields are arbitrary strings, hex-encoded.
42876
f61e138d 42877@end table
9d29849a 42878
dde08ee1
PA
42879@subsection Relocate instruction reply packet
42880When installing fast tracepoints in memory, the target may need to
42881relocate the instruction currently at the tracepoint address to a
42882different address in memory. For most instructions, a simple copy is
42883enough, but, for example, call instructions that implicitly push the
42884return address on the stack, and relative branches or other
42885PC-relative instructions require offset adjustment, so that the effect
42886of executing the instruction at a different address is the same as if
42887it had executed in the original location.
42888
42889In response to several of the tracepoint packets, the target may also
42890respond with a number of intermediate @samp{qRelocInsn} request
42891packets before the final result packet, to have @value{GDBN} handle
42892this relocation operation. If a packet supports this mechanism, its
42893documentation will explicitly say so. See for example the above
42894descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
42895format of the request is:
42896
42897@table @samp
42898@item qRelocInsn:@var{from};@var{to}
42899
42900This requests @value{GDBN} to copy instruction at address @var{from}
42901to address @var{to}, possibly adjusted so that executing the
42902instruction at @var{to} has the same effect as executing it at
42903@var{from}. @value{GDBN} writes the adjusted instruction to target
42904memory starting at @var{to}.
42905@end table
42906
42907Replies:
42908@table @samp
42909@item qRelocInsn:@var{adjusted_size}
697aa1b7 42910Informs the stub the relocation is complete. The @var{adjusted_size} is
dde08ee1
PA
42911the length in bytes of resulting relocated instruction sequence.
42912@item E @var{NN}
42913A badly formed request was detected, or an error was encountered while
42914relocating the instruction.
42915@end table
42916
a6b151f1
DJ
42917@node Host I/O Packets
42918@section Host I/O Packets
42919@cindex Host I/O, remote protocol
42920@cindex file transfer, remote protocol
42921
42922The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
42923operations on the far side of a remote link. For example, Host I/O is
42924used to upload and download files to a remote target with its own
42925filesystem. Host I/O uses the same constant values and data structure
42926layout as the target-initiated File-I/O protocol. However, the
42927Host I/O packets are structured differently. The target-initiated
42928protocol relies on target memory to store parameters and buffers.
42929Host I/O requests are initiated by @value{GDBN}, and the
42930target's memory is not involved. @xref{File-I/O Remote Protocol
42931Extension}, for more details on the target-initiated protocol.
42932
42933The Host I/O request packets all encode a single operation along with
42934its arguments. They have this format:
42935
42936@table @samp
42937
42938@item vFile:@var{operation}: @var{parameter}@dots{}
42939@var{operation} is the name of the particular request; the target
42940should compare the entire packet name up to the second colon when checking
42941for a supported operation. The format of @var{parameter} depends on
42942the operation. Numbers are always passed in hexadecimal. Negative
42943numbers have an explicit minus sign (i.e.@: two's complement is not
42944used). Strings (e.g.@: filenames) are encoded as a series of
42945hexadecimal bytes. The last argument to a system call may be a
42946buffer of escaped binary data (@pxref{Binary Data}).
42947
42948@end table
42949
42950The valid responses to Host I/O packets are:
42951
42952@table @samp
42953
42954@item F @var{result} [, @var{errno}] [; @var{attachment}]
42955@var{result} is the integer value returned by this operation, usually
42956non-negative for success and -1 for errors. If an error has occured,
697aa1b7 42957@var{errno} will be included in the result specifying a
a6b151f1
DJ
42958value defined by the File-I/O protocol (@pxref{Errno Values}). For
42959operations which return data, @var{attachment} supplies the data as a
42960binary buffer. Binary buffers in response packets are escaped in the
42961normal way (@pxref{Binary Data}). See the individual packet
42962documentation for the interpretation of @var{result} and
42963@var{attachment}.
42964
d57350ea 42965@item @w{}
a6b151f1
DJ
42966An empty response indicates that this operation is not recognized.
42967
42968@end table
42969
42970These are the supported Host I/O operations:
42971
42972@table @samp
697aa1b7
EZ
42973@item vFile:open: @var{filename}, @var{flags}, @var{mode}
42974Open a file at @var{filename} and return a file descriptor for it, or
42975return -1 if an error occurs. The @var{filename} is a string,
a6b151f1
DJ
42976@var{flags} is an integer indicating a mask of open flags
42977(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
42978of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 42979@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
42980
42981@item vFile:close: @var{fd}
42982Close the open file corresponding to @var{fd} and return 0, or
42983-1 if an error occurs.
42984
42985@item vFile:pread: @var{fd}, @var{count}, @var{offset}
42986Read data from the open file corresponding to @var{fd}. Up to
42987@var{count} bytes will be read from the file, starting at @var{offset}
42988relative to the start of the file. The target may read fewer bytes;
42989common reasons include packet size limits and an end-of-file
42990condition. The number of bytes read is returned. Zero should only be
42991returned for a successful read at the end of the file, or if
42992@var{count} was zero.
42993
42994The data read should be returned as a binary attachment on success.
42995If zero bytes were read, the response should include an empty binary
42996attachment (i.e.@: a trailing semicolon). The return value is the
42997number of target bytes read; the binary attachment may be longer if
42998some characters were escaped.
42999
43000@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
43001Write @var{data} (a binary buffer) to the open file corresponding
43002to @var{fd}. Start the write at @var{offset} from the start of the
43003file. Unlike many @code{write} system calls, there is no
43004separate @var{count} argument; the length of @var{data} in the
fb092e09 43005packet is used. @samp{vFile:pwrite} returns the number of bytes written,
a6b151f1
DJ
43006which may be shorter than the length of @var{data}, or -1 if an
43007error occurred.
43008
0a93529c
GB
43009@item vFile:fstat: @var{fd}
43010Get information about the open file corresponding to @var{fd}.
43011On success the information is returned as a binary attachment
43012and the return value is the size of this attachment in bytes.
43013If an error occurs the return value is -1. The format of the
43014returned binary attachment is as described in @ref{struct stat}.
43015
697aa1b7
EZ
43016@item vFile:unlink: @var{filename}
43017Delete the file at @var{filename} on the target. Return 0,
43018or -1 if an error occurs. The @var{filename} is a string.
a6b151f1 43019
b9e7b9c3
UW
43020@item vFile:readlink: @var{filename}
43021Read value of symbolic link @var{filename} on the target. Return
43022the number of bytes read, or -1 if an error occurs.
43023
43024The data read should be returned as a binary attachment on success.
43025If zero bytes were read, the response should include an empty binary
43026attachment (i.e.@: a trailing semicolon). The return value is the
43027number of target bytes read; the binary attachment may be longer if
43028some characters were escaped.
43029
15a201c8
GB
43030@item vFile:setfs: @var{pid}
43031Select the filesystem on which @code{vFile} operations with
43032@var{filename} arguments will operate. This is required for
43033@value{GDBN} to be able to access files on remote targets where
43034the remote stub does not share a common filesystem with the
43035inferior(s).
43036
43037If @var{pid} is nonzero, select the filesystem as seen by process
43038@var{pid}. If @var{pid} is zero, select the filesystem as seen by
43039the remote stub. Return 0 on success, or -1 if an error occurs.
43040If @code{vFile:setfs:} indicates success, the selected filesystem
43041remains selected until the next successful @code{vFile:setfs:}
43042operation.
43043
a6b151f1
DJ
43044@end table
43045
9a6253be
KB
43046@node Interrupts
43047@section Interrupts
43048@cindex interrupts (remote protocol)
de979965 43049@anchor{interrupting remote targets}
9a6253be 43050
de979965
PA
43051In all-stop mode, when a program on the remote target is running,
43052@value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
43053@code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
43054is specified via @value{GDBN}'s @samp{interrupt-sequence}.
9a6253be
KB
43055
43056The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
43057mechanism and may, in fact, be undefined. @value{GDBN} does not
43058currently define a @code{BREAK} mechanism for any of the network
43059interfaces except for TCP, in which case @value{GDBN} sends the
43060@code{telnet} BREAK sequence.
9a6253be
KB
43061
43062@samp{Ctrl-C}, on the other hand, is defined and implemented for all
43063transport mechanisms. It is represented by sending the single byte
43064@code{0x03} without any of the usual packet overhead described in
43065the Overview section (@pxref{Overview}). When a @code{0x03} byte is
43066transmitted as part of a packet, it is considered to be packet data
43067and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 43068(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
43069@code{0x03} as part of its packet.
43070
9a7071a8
JB
43071@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
43072When Linux kernel receives this sequence from serial port,
43073it stops execution and connects to gdb.
43074
de979965
PA
43075In non-stop mode, because packet resumptions are asynchronous
43076(@pxref{vCont packet}), @value{GDBN} is always free to send a remote
43077command to the remote stub, even when the target is running. For that
43078reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
43079packet}) with the usual packet framing instead of the single byte
43080@code{0x03}.
43081
9a6253be
KB
43082Stubs are not required to recognize these interrupt mechanisms and the
43083precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
43084implementation defined. If the target supports debugging of multiple
43085threads and/or processes, it should attempt to interrupt all
43086currently-executing threads and processes.
43087If the stub is successful at interrupting the
43088running program, it should send one of the stop
43089reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
43090of successfully stopping the program in all-stop mode, and a stop reply
43091for each stopped thread in non-stop mode.
43092Interrupts received while the
cde67b27
YQ
43093program is stopped are queued and the program will be interrupted when
43094it is resumed next time.
8b23ecc4
SL
43095
43096@node Notification Packets
43097@section Notification Packets
43098@cindex notification packets
43099@cindex packets, notification
43100
43101The @value{GDBN} remote serial protocol includes @dfn{notifications},
43102packets that require no acknowledgment. Both the GDB and the stub
43103may send notifications (although the only notifications defined at
43104present are sent by the stub). Notifications carry information
43105without incurring the round-trip latency of an acknowledgment, and so
43106are useful for low-impact communications where occasional packet loss
43107is not a problem.
43108
43109A notification packet has the form @samp{% @var{data} #
43110@var{checksum}}, where @var{data} is the content of the notification,
43111and @var{checksum} is a checksum of @var{data}, computed and formatted
43112as for ordinary @value{GDBN} packets. A notification's @var{data}
43113never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
43114receiving a notification, the recipient sends no @samp{+} or @samp{-}
43115to acknowledge the notification's receipt or to report its corruption.
43116
43117Every notification's @var{data} begins with a name, which contains no
43118colon characters, followed by a colon character.
43119
43120Recipients should silently ignore corrupted notifications and
43121notifications they do not understand. Recipients should restart
43122timeout periods on receipt of a well-formed notification, whether or
43123not they understand it.
43124
43125Senders should only send the notifications described here when this
43126protocol description specifies that they are permitted. In the
43127future, we may extend the protocol to permit existing notifications in
43128new contexts; this rule helps older senders avoid confusing newer
43129recipients.
43130
43131(Older versions of @value{GDBN} ignore bytes received until they see
43132the @samp{$} byte that begins an ordinary packet, so new stubs may
43133transmit notifications without fear of confusing older clients. There
43134are no notifications defined for @value{GDBN} to send at the moment, but we
43135assume that most older stubs would ignore them, as well.)
43136
8dbe8ece 43137Each notification is comprised of three parts:
8b23ecc4 43138@table @samp
8dbe8ece
YQ
43139@item @var{name}:@var{event}
43140The notification packet is sent by the side that initiates the
43141exchange (currently, only the stub does that), with @var{event}
697aa1b7
EZ
43142carrying the specific information about the notification, and
43143@var{name} specifying the name of the notification.
8dbe8ece
YQ
43144@item @var{ack}
43145The acknowledge sent by the other side, usually @value{GDBN}, to
43146acknowledge the exchange and request the event.
43147@end table
43148
43149The purpose of an asynchronous notification mechanism is to report to
43150@value{GDBN} that something interesting happened in the remote stub.
43151
43152The remote stub may send notification @var{name}:@var{event}
43153at any time, but @value{GDBN} acknowledges the notification when
43154appropriate. The notification event is pending before @value{GDBN}
43155acknowledges. Only one notification at a time may be pending; if
43156additional events occur before @value{GDBN} has acknowledged the
43157previous notification, they must be queued by the stub for later
43158synchronous transmission in response to @var{ack} packets from
43159@value{GDBN}. Because the notification mechanism is unreliable,
43160the stub is permitted to resend a notification if it believes
43161@value{GDBN} may not have received it.
43162
43163Specifically, notifications may appear when @value{GDBN} is not
43164otherwise reading input from the stub, or when @value{GDBN} is
43165expecting to read a normal synchronous response or a
43166@samp{+}/@samp{-} acknowledgment to a packet it has sent.
43167Notification packets are distinct from any other communication from
43168the stub so there is no ambiguity.
43169
43170After receiving a notification, @value{GDBN} shall acknowledge it by
43171sending a @var{ack} packet as a regular, synchronous request to the
43172stub. Such acknowledgment is not required to happen immediately, as
43173@value{GDBN} is permitted to send other, unrelated packets to the
43174stub first, which the stub should process normally.
43175
43176Upon receiving a @var{ack} packet, if the stub has other queued
43177events to report to @value{GDBN}, it shall respond by sending a
43178normal @var{event}. @value{GDBN} shall then send another @var{ack}
43179packet to solicit further responses; again, it is permitted to send
43180other, unrelated packets as well which the stub should process
43181normally.
43182
43183If the stub receives a @var{ack} packet and there are no additional
43184@var{event} to report, the stub shall return an @samp{OK} response.
43185At this point, @value{GDBN} has finished processing a notification
43186and the stub has completed sending any queued events. @value{GDBN}
43187won't accept any new notifications until the final @samp{OK} is
43188received . If further notification events occur, the stub shall send
43189a new notification, @value{GDBN} shall accept the notification, and
43190the process shall be repeated.
43191
43192The process of asynchronous notification can be illustrated by the
43193following example:
43194@smallexample
4435e1cc 43195<- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
8dbe8ece
YQ
43196@code{...}
43197-> @code{vStopped}
43198<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
43199-> @code{vStopped}
43200<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
43201-> @code{vStopped}
43202<- @code{OK}
43203@end smallexample
43204
43205The following notifications are defined:
43206@multitable @columnfractions 0.12 0.12 0.38 0.38
43207
43208@item Notification
43209@tab Ack
43210@tab Event
43211@tab Description
43212
43213@item Stop
43214@tab vStopped
43215@tab @var{reply}. The @var{reply} has the form of a stop reply, as
8b23ecc4
SL
43216described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
43217for information on how these notifications are acknowledged by
43218@value{GDBN}.
8dbe8ece
YQ
43219@tab Report an asynchronous stop event in non-stop mode.
43220
43221@end multitable
8b23ecc4
SL
43222
43223@node Remote Non-Stop
43224@section Remote Protocol Support for Non-Stop Mode
43225
43226@value{GDBN}'s remote protocol supports non-stop debugging of
43227multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
43228supports non-stop mode, it should report that to @value{GDBN} by including
43229@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
43230
43231@value{GDBN} typically sends a @samp{QNonStop} packet only when
43232establishing a new connection with the stub. Entering non-stop mode
43233does not alter the state of any currently-running threads, but targets
43234must stop all threads in any already-attached processes when entering
43235all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
43236probe the target state after a mode change.
43237
43238In non-stop mode, when an attached process encounters an event that
43239would otherwise be reported with a stop reply, it uses the
43240asynchronous notification mechanism (@pxref{Notification Packets}) to
43241inform @value{GDBN}. In contrast to all-stop mode, where all threads
43242in all processes are stopped when a stop reply is sent, in non-stop
43243mode only the thread reporting the stop event is stopped. That is,
43244when reporting a @samp{S} or @samp{T} response to indicate completion
43245of a step operation, hitting a breakpoint, or a fault, only the
43246affected thread is stopped; any other still-running threads continue
43247to run. When reporting a @samp{W} or @samp{X} response, all running
43248threads belonging to other attached processes continue to run.
43249
8b23ecc4
SL
43250In non-stop mode, the target shall respond to the @samp{?} packet as
43251follows. First, any incomplete stop reply notification/@samp{vStopped}
43252sequence in progress is abandoned. The target must begin a new
43253sequence reporting stop events for all stopped threads, whether or not
43254it has previously reported those events to @value{GDBN}. The first
43255stop reply is sent as a synchronous reply to the @samp{?} packet, and
43256subsequent stop replies are sent as responses to @samp{vStopped} packets
43257using the mechanism described above. The target must not send
43258asynchronous stop reply notifications until the sequence is complete.
43259If all threads are running when the target receives the @samp{?} packet,
43260or if the target is not attached to any process, it shall respond
43261@samp{OK}.
9a6253be 43262
f7e6eed5
PA
43263If the stub supports non-stop mode, it should also support the
43264@samp{swbreak} stop reason if software breakpoints are supported, and
43265the @samp{hwbreak} stop reason if hardware breakpoints are supported
43266(@pxref{swbreak stop reason}). This is because given the asynchronous
43267nature of non-stop mode, between the time a thread hits a breakpoint
43268and the time the event is finally processed by @value{GDBN}, the
43269breakpoint may have already been removed from the target. Due to
43270this, @value{GDBN} needs to be able to tell whether a trap stop was
43271caused by a delayed breakpoint event, which should be ignored, as
43272opposed to a random trap signal, which should be reported to the user.
43273Note the @samp{swbreak} feature implies that the target is responsible
43274for adjusting the PC when a software breakpoint triggers, if
43275necessary, such as on the x86 architecture.
43276
a6f3e723
SL
43277@node Packet Acknowledgment
43278@section Packet Acknowledgment
43279
43280@cindex acknowledgment, for @value{GDBN} remote
43281@cindex packet acknowledgment, for @value{GDBN} remote
43282By default, when either the host or the target machine receives a packet,
43283the first response expected is an acknowledgment: either @samp{+} (to indicate
43284the package was received correctly) or @samp{-} (to request retransmission).
43285This mechanism allows the @value{GDBN} remote protocol to operate over
43286unreliable transport mechanisms, such as a serial line.
43287
43288In cases where the transport mechanism is itself reliable (such as a pipe or
43289TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
43290It may be desirable to disable them in that case to reduce communication
43291overhead, or for other reasons. This can be accomplished by means of the
43292@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
43293
43294When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
43295expect @samp{+}/@samp{-} protocol acknowledgments. The packet
43296and response format still includes the normal checksum, as described in
43297@ref{Overview}, but the checksum may be ignored by the receiver.
43298
43299If the stub supports @samp{QStartNoAckMode} and prefers to operate in
43300no-acknowledgment mode, it should report that to @value{GDBN}
43301by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
43302@pxref{qSupported}.
43303If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
43304disabled via the @code{set remote noack-packet off} command
43305(@pxref{Remote Configuration}),
43306@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
43307Only then may the stub actually turn off packet acknowledgments.
43308@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
43309response, which can be safely ignored by the stub.
43310
43311Note that @code{set remote noack-packet} command only affects negotiation
43312between @value{GDBN} and the stub when subsequent connections are made;
43313it does not affect the protocol acknowledgment state for any current
43314connection.
43315Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
43316new connection is established,
43317there is also no protocol request to re-enable the acknowledgments
43318for the current connection, once disabled.
43319
ee2d5c50
AC
43320@node Examples
43321@section Examples
eb12ee30 43322
8e04817f
AC
43323Example sequence of a target being re-started. Notice how the restart
43324does not get any direct output:
eb12ee30 43325
474c8240 43326@smallexample
d2c6833e
AC
43327-> @code{R00}
43328<- @code{+}
8e04817f 43329@emph{target restarts}
d2c6833e 43330-> @code{?}
8e04817f 43331<- @code{+}
d2c6833e
AC
43332<- @code{T001:1234123412341234}
43333-> @code{+}
474c8240 43334@end smallexample
eb12ee30 43335
8e04817f 43336Example sequence of a target being stepped by a single instruction:
eb12ee30 43337
474c8240 43338@smallexample
d2c6833e 43339-> @code{G1445@dots{}}
8e04817f 43340<- @code{+}
d2c6833e
AC
43341-> @code{s}
43342<- @code{+}
43343@emph{time passes}
43344<- @code{T001:1234123412341234}
8e04817f 43345-> @code{+}
d2c6833e 43346-> @code{g}
8e04817f 43347<- @code{+}
d2c6833e
AC
43348<- @code{1455@dots{}}
43349-> @code{+}
474c8240 43350@end smallexample
eb12ee30 43351
79a6e687
BW
43352@node File-I/O Remote Protocol Extension
43353@section File-I/O Remote Protocol Extension
0ce1b118
CV
43354@cindex File-I/O remote protocol extension
43355
43356@menu
43357* File-I/O Overview::
79a6e687
BW
43358* Protocol Basics::
43359* The F Request Packet::
43360* The F Reply Packet::
43361* The Ctrl-C Message::
0ce1b118 43362* Console I/O::
79a6e687 43363* List of Supported Calls::
db2e3e2e 43364* Protocol-specific Representation of Datatypes::
0ce1b118
CV
43365* Constants::
43366* File-I/O Examples::
43367@end menu
43368
43369@node File-I/O Overview
43370@subsection File-I/O Overview
43371@cindex file-i/o overview
43372
9c16f35a 43373The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 43374target to use the host's file system and console I/O to perform various
0ce1b118 43375system calls. System calls on the target system are translated into a
fc320d37
SL
43376remote protocol packet to the host system, which then performs the needed
43377actions and returns a response packet to the target system.
0ce1b118
CV
43378This simulates file system operations even on targets that lack file systems.
43379
fc320d37
SL
43380The protocol is defined to be independent of both the host and target systems.
43381It uses its own internal representation of datatypes and values. Both
0ce1b118 43382@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
43383translating the system-dependent value representations into the internal
43384protocol representations when data is transmitted.
0ce1b118 43385
fc320d37
SL
43386The communication is synchronous. A system call is possible only when
43387@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
43388or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 43389the target is stopped to allow deterministic access to the target's
fc320d37
SL
43390memory. Therefore File-I/O is not interruptible by target signals. On
43391the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 43392(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
43393
43394The target's request to perform a host system call does not finish
43395the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
43396after finishing the system call, the target returns to continuing the
43397previous activity (continue, step). No additional continue or step
43398request from @value{GDBN} is required.
43399
43400@smallexample
f7dc1244 43401(@value{GDBP}) continue
0ce1b118
CV
43402 <- target requests 'system call X'
43403 target is stopped, @value{GDBN} executes system call
3f94c067
BW
43404 -> @value{GDBN} returns result
43405 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
43406 <- target hits breakpoint and sends a Txx packet
43407@end smallexample
43408
fc320d37
SL
43409The protocol only supports I/O on the console and to regular files on
43410the host file system. Character or block special devices, pipes,
43411named pipes, sockets or any other communication method on the host
0ce1b118
CV
43412system are not supported by this protocol.
43413
8b23ecc4
SL
43414File I/O is not supported in non-stop mode.
43415
79a6e687
BW
43416@node Protocol Basics
43417@subsection Protocol Basics
0ce1b118
CV
43418@cindex protocol basics, file-i/o
43419
fc320d37
SL
43420The File-I/O protocol uses the @code{F} packet as the request as well
43421as reply packet. Since a File-I/O system call can only occur when
43422@value{GDBN} is waiting for a response from the continuing or stepping target,
43423the File-I/O request is a reply that @value{GDBN} has to expect as a result
43424of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
43425This @code{F} packet contains all information needed to allow @value{GDBN}
43426to call the appropriate host system call:
43427
43428@itemize @bullet
b383017d 43429@item
0ce1b118
CV
43430A unique identifier for the requested system call.
43431
43432@item
43433All parameters to the system call. Pointers are given as addresses
43434in the target memory address space. Pointers to strings are given as
b383017d 43435pointer/length pair. Numerical values are given as they are.
db2e3e2e 43436Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
43437
43438@end itemize
43439
fc320d37 43440At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
43441
43442@itemize @bullet
b383017d 43443@item
fc320d37
SL
43444If the parameters include pointer values to data needed as input to a
43445system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
43446standard @code{m} packet request. This additional communication has to be
43447expected by the target implementation and is handled as any other @code{m}
43448packet.
43449
43450@item
43451@value{GDBN} translates all value from protocol representation to host
43452representation as needed. Datatypes are coerced into the host types.
43453
43454@item
fc320d37 43455@value{GDBN} calls the system call.
0ce1b118
CV
43456
43457@item
43458It then coerces datatypes back to protocol representation.
43459
43460@item
fc320d37
SL
43461If the system call is expected to return data in buffer space specified
43462by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
43463target using a @code{M} or @code{X} packet. This packet has to be expected
43464by the target implementation and is handled as any other @code{M} or @code{X}
43465packet.
43466
43467@end itemize
43468
43469Eventually @value{GDBN} replies with another @code{F} packet which contains all
43470necessary information for the target to continue. This at least contains
43471
43472@itemize @bullet
43473@item
43474Return value.
43475
43476@item
43477@code{errno}, if has been changed by the system call.
43478
43479@item
43480``Ctrl-C'' flag.
43481
43482@end itemize
43483
43484After having done the needed type and value coercion, the target continues
43485the latest continue or step action.
43486
79a6e687
BW
43487@node The F Request Packet
43488@subsection The @code{F} Request Packet
0ce1b118
CV
43489@cindex file-i/o request packet
43490@cindex @code{F} request packet
43491
43492The @code{F} request packet has the following format:
43493
43494@table @samp
fc320d37 43495@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
43496
43497@var{call-id} is the identifier to indicate the host system call to be called.
43498This is just the name of the function.
43499
fc320d37
SL
43500@var{parameter@dots{}} are the parameters to the system call.
43501Parameters are hexadecimal integer values, either the actual values in case
43502of scalar datatypes, pointers to target buffer space in case of compound
43503datatypes and unspecified memory areas, or pointer/length pairs in case
43504of string parameters. These are appended to the @var{call-id} as a
43505comma-delimited list. All values are transmitted in ASCII
43506string representation, pointer/length pairs separated by a slash.
0ce1b118 43507
b383017d 43508@end table
0ce1b118 43509
fc320d37 43510
0ce1b118 43511
79a6e687
BW
43512@node The F Reply Packet
43513@subsection The @code{F} Reply Packet
0ce1b118
CV
43514@cindex file-i/o reply packet
43515@cindex @code{F} reply packet
43516
43517The @code{F} reply packet has the following format:
43518
43519@table @samp
43520
d3bdde98 43521@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
43522
43523@var{retcode} is the return code of the system call as hexadecimal value.
43524
db2e3e2e
BW
43525@var{errno} is the @code{errno} set by the call, in protocol-specific
43526representation.
0ce1b118
CV
43527This parameter can be omitted if the call was successful.
43528
fc320d37
SL
43529@var{Ctrl-C flag} is only sent if the user requested a break. In this
43530case, @var{errno} must be sent as well, even if the call was successful.
43531The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
43532
43533@smallexample
43534F0,0,C
43535@end smallexample
43536
43537@noindent
fc320d37 43538or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
43539
43540@smallexample
43541F-1,4,C
43542@end smallexample
43543
43544@noindent
db2e3e2e 43545assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
43546
43547@end table
43548
0ce1b118 43549
79a6e687
BW
43550@node The Ctrl-C Message
43551@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
43552@cindex ctrl-c message, in file-i/o protocol
43553
c8aa23ab 43554If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 43555reply packet (@pxref{The F Reply Packet}),
fc320d37 43556the target should behave as if it had
0ce1b118 43557gotten a break message. The meaning for the target is ``system call
fc320d37 43558interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 43559(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 43560packet.
fc320d37
SL
43561
43562It's important for the target to know in which
43563state the system call was interrupted. There are two possible cases:
0ce1b118
CV
43564
43565@itemize @bullet
43566@item
43567The system call hasn't been performed on the host yet.
43568
43569@item
43570The system call on the host has been finished.
43571
43572@end itemize
43573
43574These two states can be distinguished by the target by the value of the
43575returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
43576call hasn't been performed. This is equivalent to the @code{EINTR} handling
43577on POSIX systems. In any other case, the target may presume that the
fc320d37 43578system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
43579as if the break message arrived right after the system call.
43580
fc320d37 43581@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
43582yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
43583@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
43584before the user requests a break, the full action must be finished by
43585@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
43586The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
43587or the full action has been completed.
43588
43589@node Console I/O
43590@subsection Console I/O
43591@cindex console i/o as part of file-i/o
43592
d3e8051b 43593By default and if not explicitly closed by the target system, the file
0ce1b118
CV
43594descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
43595on the @value{GDBN} console is handled as any other file output operation
43596(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
43597by @value{GDBN} so that after the target read request from file descriptor
435980 all following typing is buffered until either one of the following
43599conditions is met:
43600
43601@itemize @bullet
43602@item
c8aa23ab 43603The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
43604@code{read}
43605system call is treated as finished.
43606
43607@item
7f9087cb 43608The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 43609newline.
0ce1b118
CV
43610
43611@item
c8aa23ab
EZ
43612The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
43613character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
43614
43615@end itemize
43616
fc320d37
SL
43617If the user has typed more characters than fit in the buffer given to
43618the @code{read} call, the trailing characters are buffered in @value{GDBN} until
43619either another @code{read(0, @dots{})} is requested by the target, or debugging
43620is stopped at the user's request.
0ce1b118 43621
0ce1b118 43622
79a6e687
BW
43623@node List of Supported Calls
43624@subsection List of Supported Calls
0ce1b118
CV
43625@cindex list of supported file-i/o calls
43626
43627@menu
43628* open::
43629* close::
43630* read::
43631* write::
43632* lseek::
43633* rename::
43634* unlink::
43635* stat/fstat::
43636* gettimeofday::
43637* isatty::
43638* system::
43639@end menu
43640
43641@node open
43642@unnumberedsubsubsec open
43643@cindex open, file-i/o system call
43644
fc320d37
SL
43645@table @asis
43646@item Synopsis:
0ce1b118 43647@smallexample
0ce1b118
CV
43648int open(const char *pathname, int flags);
43649int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
43650@end smallexample
43651
fc320d37
SL
43652@item Request:
43653@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
43654
0ce1b118 43655@noindent
fc320d37 43656@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
43657
43658@table @code
b383017d 43659@item O_CREAT
0ce1b118
CV
43660If the file does not exist it will be created. The host
43661rules apply as far as file ownership and time stamps
43662are concerned.
43663
b383017d 43664@item O_EXCL
fc320d37 43665When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
43666an error and open() fails.
43667
b383017d 43668@item O_TRUNC
0ce1b118 43669If the file already exists and the open mode allows
fc320d37
SL
43670writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
43671truncated to zero length.
0ce1b118 43672
b383017d 43673@item O_APPEND
0ce1b118
CV
43674The file is opened in append mode.
43675
b383017d 43676@item O_RDONLY
0ce1b118
CV
43677The file is opened for reading only.
43678
b383017d 43679@item O_WRONLY
0ce1b118
CV
43680The file is opened for writing only.
43681
b383017d 43682@item O_RDWR
0ce1b118 43683The file is opened for reading and writing.
fc320d37 43684@end table
0ce1b118
CV
43685
43686@noindent
fc320d37 43687Other bits are silently ignored.
0ce1b118 43688
0ce1b118
CV
43689
43690@noindent
fc320d37 43691@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
43692
43693@table @code
b383017d 43694@item S_IRUSR
0ce1b118
CV
43695User has read permission.
43696
b383017d 43697@item S_IWUSR
0ce1b118
CV
43698User has write permission.
43699
b383017d 43700@item S_IRGRP
0ce1b118
CV
43701Group has read permission.
43702
b383017d 43703@item S_IWGRP
0ce1b118
CV
43704Group has write permission.
43705
b383017d 43706@item S_IROTH
0ce1b118
CV
43707Others have read permission.
43708
b383017d 43709@item S_IWOTH
0ce1b118 43710Others have write permission.
fc320d37 43711@end table
0ce1b118
CV
43712
43713@noindent
fc320d37 43714Other bits are silently ignored.
0ce1b118 43715
0ce1b118 43716
fc320d37
SL
43717@item Return value:
43718@code{open} returns the new file descriptor or -1 if an error
43719occurred.
0ce1b118 43720
fc320d37 43721@item Errors:
0ce1b118
CV
43722
43723@table @code
b383017d 43724@item EEXIST
fc320d37 43725@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 43726
b383017d 43727@item EISDIR
fc320d37 43728@var{pathname} refers to a directory.
0ce1b118 43729
b383017d 43730@item EACCES
0ce1b118
CV
43731The requested access is not allowed.
43732
43733@item ENAMETOOLONG
fc320d37 43734@var{pathname} was too long.
0ce1b118 43735
b383017d 43736@item ENOENT
fc320d37 43737A directory component in @var{pathname} does not exist.
0ce1b118 43738
b383017d 43739@item ENODEV
fc320d37 43740@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 43741
b383017d 43742@item EROFS
fc320d37 43743@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
43744write access was requested.
43745
b383017d 43746@item EFAULT
fc320d37 43747@var{pathname} is an invalid pointer value.
0ce1b118 43748
b383017d 43749@item ENOSPC
0ce1b118
CV
43750No space on device to create the file.
43751
b383017d 43752@item EMFILE
0ce1b118
CV
43753The process already has the maximum number of files open.
43754
b383017d 43755@item ENFILE
0ce1b118
CV
43756The limit on the total number of files open on the system
43757has been reached.
43758
b383017d 43759@item EINTR
0ce1b118
CV
43760The call was interrupted by the user.
43761@end table
43762
fc320d37
SL
43763@end table
43764
0ce1b118
CV
43765@node close
43766@unnumberedsubsubsec close
43767@cindex close, file-i/o system call
43768
fc320d37
SL
43769@table @asis
43770@item Synopsis:
0ce1b118 43771@smallexample
0ce1b118 43772int close(int fd);
fc320d37 43773@end smallexample
0ce1b118 43774
fc320d37
SL
43775@item Request:
43776@samp{Fclose,@var{fd}}
0ce1b118 43777
fc320d37
SL
43778@item Return value:
43779@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 43780
fc320d37 43781@item Errors:
0ce1b118
CV
43782
43783@table @code
b383017d 43784@item EBADF
fc320d37 43785@var{fd} isn't a valid open file descriptor.
0ce1b118 43786
b383017d 43787@item EINTR
0ce1b118
CV
43788The call was interrupted by the user.
43789@end table
43790
fc320d37
SL
43791@end table
43792
0ce1b118
CV
43793@node read
43794@unnumberedsubsubsec read
43795@cindex read, file-i/o system call
43796
fc320d37
SL
43797@table @asis
43798@item Synopsis:
0ce1b118 43799@smallexample
0ce1b118 43800int read(int fd, void *buf, unsigned int count);
fc320d37 43801@end smallexample
0ce1b118 43802
fc320d37
SL
43803@item Request:
43804@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 43805
fc320d37 43806@item Return value:
0ce1b118
CV
43807On success, the number of bytes read is returned.
43808Zero indicates end of file. If count is zero, read
b383017d 43809returns zero as well. On error, -1 is returned.
0ce1b118 43810
fc320d37 43811@item Errors:
0ce1b118
CV
43812
43813@table @code
b383017d 43814@item EBADF
fc320d37 43815@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
43816reading.
43817
b383017d 43818@item EFAULT
fc320d37 43819@var{bufptr} is an invalid pointer value.
0ce1b118 43820
b383017d 43821@item EINTR
0ce1b118
CV
43822The call was interrupted by the user.
43823@end table
43824
fc320d37
SL
43825@end table
43826
0ce1b118
CV
43827@node write
43828@unnumberedsubsubsec write
43829@cindex write, file-i/o system call
43830
fc320d37
SL
43831@table @asis
43832@item Synopsis:
0ce1b118 43833@smallexample
0ce1b118 43834int write(int fd, const void *buf, unsigned int count);
fc320d37 43835@end smallexample
0ce1b118 43836
fc320d37
SL
43837@item Request:
43838@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 43839
fc320d37 43840@item Return value:
0ce1b118
CV
43841On success, the number of bytes written are returned.
43842Zero indicates nothing was written. On error, -1
43843is returned.
43844
fc320d37 43845@item Errors:
0ce1b118
CV
43846
43847@table @code
b383017d 43848@item EBADF
fc320d37 43849@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
43850writing.
43851
b383017d 43852@item EFAULT
fc320d37 43853@var{bufptr} is an invalid pointer value.
0ce1b118 43854
b383017d 43855@item EFBIG
0ce1b118 43856An attempt was made to write a file that exceeds the
db2e3e2e 43857host-specific maximum file size allowed.
0ce1b118 43858
b383017d 43859@item ENOSPC
0ce1b118
CV
43860No space on device to write the data.
43861
b383017d 43862@item EINTR
0ce1b118
CV
43863The call was interrupted by the user.
43864@end table
43865
fc320d37
SL
43866@end table
43867
0ce1b118
CV
43868@node lseek
43869@unnumberedsubsubsec lseek
43870@cindex lseek, file-i/o system call
43871
fc320d37
SL
43872@table @asis
43873@item Synopsis:
0ce1b118 43874@smallexample
0ce1b118 43875long lseek (int fd, long offset, int flag);
0ce1b118
CV
43876@end smallexample
43877
fc320d37
SL
43878@item Request:
43879@samp{Flseek,@var{fd},@var{offset},@var{flag}}
43880
43881@var{flag} is one of:
0ce1b118
CV
43882
43883@table @code
b383017d 43884@item SEEK_SET
fc320d37 43885The offset is set to @var{offset} bytes.
0ce1b118 43886
b383017d 43887@item SEEK_CUR
fc320d37 43888The offset is set to its current location plus @var{offset}
0ce1b118
CV
43889bytes.
43890
b383017d 43891@item SEEK_END
fc320d37 43892The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
43893bytes.
43894@end table
43895
fc320d37 43896@item Return value:
0ce1b118
CV
43897On success, the resulting unsigned offset in bytes from
43898the beginning of the file is returned. Otherwise, a
43899value of -1 is returned.
43900
fc320d37 43901@item Errors:
0ce1b118
CV
43902
43903@table @code
b383017d 43904@item EBADF
fc320d37 43905@var{fd} is not a valid open file descriptor.
0ce1b118 43906
b383017d 43907@item ESPIPE
fc320d37 43908@var{fd} is associated with the @value{GDBN} console.
0ce1b118 43909
b383017d 43910@item EINVAL
fc320d37 43911@var{flag} is not a proper value.
0ce1b118 43912
b383017d 43913@item EINTR
0ce1b118
CV
43914The call was interrupted by the user.
43915@end table
43916
fc320d37
SL
43917@end table
43918
0ce1b118
CV
43919@node rename
43920@unnumberedsubsubsec rename
43921@cindex rename, file-i/o system call
43922
fc320d37
SL
43923@table @asis
43924@item Synopsis:
0ce1b118 43925@smallexample
0ce1b118 43926int rename(const char *oldpath, const char *newpath);
fc320d37 43927@end smallexample
0ce1b118 43928
fc320d37
SL
43929@item Request:
43930@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 43931
fc320d37 43932@item Return value:
0ce1b118
CV
43933On success, zero is returned. On error, -1 is returned.
43934
fc320d37 43935@item Errors:
0ce1b118
CV
43936
43937@table @code
b383017d 43938@item EISDIR
fc320d37 43939@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
43940directory.
43941
b383017d 43942@item EEXIST
fc320d37 43943@var{newpath} is a non-empty directory.
0ce1b118 43944
b383017d 43945@item EBUSY
fc320d37 43946@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
43947process.
43948
b383017d 43949@item EINVAL
0ce1b118
CV
43950An attempt was made to make a directory a subdirectory
43951of itself.
43952
b383017d 43953@item ENOTDIR
fc320d37
SL
43954A component used as a directory in @var{oldpath} or new
43955path is not a directory. Or @var{oldpath} is a directory
43956and @var{newpath} exists but is not a directory.
0ce1b118 43957
b383017d 43958@item EFAULT
fc320d37 43959@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 43960
b383017d 43961@item EACCES
0ce1b118
CV
43962No access to the file or the path of the file.
43963
43964@item ENAMETOOLONG
b383017d 43965
fc320d37 43966@var{oldpath} or @var{newpath} was too long.
0ce1b118 43967
b383017d 43968@item ENOENT
fc320d37 43969A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 43970
b383017d 43971@item EROFS
0ce1b118
CV
43972The file is on a read-only filesystem.
43973
b383017d 43974@item ENOSPC
0ce1b118
CV
43975The device containing the file has no room for the new
43976directory entry.
43977
b383017d 43978@item EINTR
0ce1b118
CV
43979The call was interrupted by the user.
43980@end table
43981
fc320d37
SL
43982@end table
43983
0ce1b118
CV
43984@node unlink
43985@unnumberedsubsubsec unlink
43986@cindex unlink, file-i/o system call
43987
fc320d37
SL
43988@table @asis
43989@item Synopsis:
0ce1b118 43990@smallexample
0ce1b118 43991int unlink(const char *pathname);
fc320d37 43992@end smallexample
0ce1b118 43993
fc320d37
SL
43994@item Request:
43995@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 43996
fc320d37 43997@item Return value:
0ce1b118
CV
43998On success, zero is returned. On error, -1 is returned.
43999
fc320d37 44000@item Errors:
0ce1b118
CV
44001
44002@table @code
b383017d 44003@item EACCES
0ce1b118
CV
44004No access to the file or the path of the file.
44005
b383017d 44006@item EPERM
0ce1b118
CV
44007The system does not allow unlinking of directories.
44008
b383017d 44009@item EBUSY
fc320d37 44010The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
44011being used by another process.
44012
b383017d 44013@item EFAULT
fc320d37 44014@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
44015
44016@item ENAMETOOLONG
fc320d37 44017@var{pathname} was too long.
0ce1b118 44018
b383017d 44019@item ENOENT
fc320d37 44020A directory component in @var{pathname} does not exist.
0ce1b118 44021
b383017d 44022@item ENOTDIR
0ce1b118
CV
44023A component of the path is not a directory.
44024
b383017d 44025@item EROFS
0ce1b118
CV
44026The file is on a read-only filesystem.
44027
b383017d 44028@item EINTR
0ce1b118
CV
44029The call was interrupted by the user.
44030@end table
44031
fc320d37
SL
44032@end table
44033
0ce1b118
CV
44034@node stat/fstat
44035@unnumberedsubsubsec stat/fstat
44036@cindex fstat, file-i/o system call
44037@cindex stat, file-i/o system call
44038
fc320d37
SL
44039@table @asis
44040@item Synopsis:
0ce1b118 44041@smallexample
0ce1b118
CV
44042int stat(const char *pathname, struct stat *buf);
44043int fstat(int fd, struct stat *buf);
fc320d37 44044@end smallexample
0ce1b118 44045
fc320d37
SL
44046@item Request:
44047@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
44048@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 44049
fc320d37 44050@item Return value:
0ce1b118
CV
44051On success, zero is returned. On error, -1 is returned.
44052
fc320d37 44053@item Errors:
0ce1b118
CV
44054
44055@table @code
b383017d 44056@item EBADF
fc320d37 44057@var{fd} is not a valid open file.
0ce1b118 44058
b383017d 44059@item ENOENT
fc320d37 44060A directory component in @var{pathname} does not exist or the
0ce1b118
CV
44061path is an empty string.
44062
b383017d 44063@item ENOTDIR
0ce1b118
CV
44064A component of the path is not a directory.
44065
b383017d 44066@item EFAULT
fc320d37 44067@var{pathnameptr} is an invalid pointer value.
0ce1b118 44068
b383017d 44069@item EACCES
0ce1b118
CV
44070No access to the file or the path of the file.
44071
44072@item ENAMETOOLONG
fc320d37 44073@var{pathname} was too long.
0ce1b118 44074
b383017d 44075@item EINTR
0ce1b118
CV
44076The call was interrupted by the user.
44077@end table
44078
fc320d37
SL
44079@end table
44080
0ce1b118
CV
44081@node gettimeofday
44082@unnumberedsubsubsec gettimeofday
44083@cindex gettimeofday, file-i/o system call
44084
fc320d37
SL
44085@table @asis
44086@item Synopsis:
0ce1b118 44087@smallexample
0ce1b118 44088int gettimeofday(struct timeval *tv, void *tz);
fc320d37 44089@end smallexample
0ce1b118 44090
fc320d37
SL
44091@item Request:
44092@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 44093
fc320d37 44094@item Return value:
0ce1b118
CV
44095On success, 0 is returned, -1 otherwise.
44096
fc320d37 44097@item Errors:
0ce1b118
CV
44098
44099@table @code
b383017d 44100@item EINVAL
fc320d37 44101@var{tz} is a non-NULL pointer.
0ce1b118 44102
b383017d 44103@item EFAULT
fc320d37
SL
44104@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
44105@end table
44106
0ce1b118
CV
44107@end table
44108
44109@node isatty
44110@unnumberedsubsubsec isatty
44111@cindex isatty, file-i/o system call
44112
fc320d37
SL
44113@table @asis
44114@item Synopsis:
0ce1b118 44115@smallexample
0ce1b118 44116int isatty(int fd);
fc320d37 44117@end smallexample
0ce1b118 44118
fc320d37
SL
44119@item Request:
44120@samp{Fisatty,@var{fd}}
0ce1b118 44121
fc320d37
SL
44122@item Return value:
44123Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 44124
fc320d37 44125@item Errors:
0ce1b118
CV
44126
44127@table @code
b383017d 44128@item EINTR
0ce1b118
CV
44129The call was interrupted by the user.
44130@end table
44131
fc320d37
SL
44132@end table
44133
44134Note that the @code{isatty} call is treated as a special case: it returns
441351 to the target if the file descriptor is attached
44136to the @value{GDBN} console, 0 otherwise. Implementing through system calls
44137would require implementing @code{ioctl} and would be more complex than
44138needed.
44139
44140
0ce1b118
CV
44141@node system
44142@unnumberedsubsubsec system
44143@cindex system, file-i/o system call
44144
fc320d37
SL
44145@table @asis
44146@item Synopsis:
0ce1b118 44147@smallexample
0ce1b118 44148int system(const char *command);
fc320d37 44149@end smallexample
0ce1b118 44150
fc320d37
SL
44151@item Request:
44152@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 44153
fc320d37 44154@item Return value:
5600ea19
NS
44155If @var{len} is zero, the return value indicates whether a shell is
44156available. A zero return value indicates a shell is not available.
44157For non-zero @var{len}, the value returned is -1 on error and the
44158return status of the command otherwise. Only the exit status of the
44159command is returned, which is extracted from the host's @code{system}
44160return value by calling @code{WEXITSTATUS(retval)}. In case
44161@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 44162
fc320d37 44163@item Errors:
0ce1b118
CV
44164
44165@table @code
b383017d 44166@item EINTR
0ce1b118
CV
44167The call was interrupted by the user.
44168@end table
44169
fc320d37
SL
44170@end table
44171
44172@value{GDBN} takes over the full task of calling the necessary host calls
44173to perform the @code{system} call. The return value of @code{system} on
44174the host is simplified before it's returned
44175to the target. Any termination signal information from the child process
44176is discarded, and the return value consists
44177entirely of the exit status of the called command.
44178
44179Due to security concerns, the @code{system} call is by default refused
44180by @value{GDBN}. The user has to allow this call explicitly with the
44181@code{set remote system-call-allowed 1} command.
44182
44183@table @code
44184@item set remote system-call-allowed
44185@kindex set remote system-call-allowed
44186Control whether to allow the @code{system} calls in the File I/O
44187protocol for the remote target. The default is zero (disabled).
44188
44189@item show remote system-call-allowed
44190@kindex show remote system-call-allowed
44191Show whether the @code{system} calls are allowed in the File I/O
44192protocol.
44193@end table
44194
db2e3e2e
BW
44195@node Protocol-specific Representation of Datatypes
44196@subsection Protocol-specific Representation of Datatypes
44197@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
44198
44199@menu
79a6e687
BW
44200* Integral Datatypes::
44201* Pointer Values::
44202* Memory Transfer::
0ce1b118
CV
44203* struct stat::
44204* struct timeval::
44205@end menu
44206
79a6e687
BW
44207@node Integral Datatypes
44208@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
44209@cindex integral datatypes, in file-i/o protocol
44210
fc320d37
SL
44211The integral datatypes used in the system calls are @code{int},
44212@code{unsigned int}, @code{long}, @code{unsigned long},
44213@code{mode_t}, and @code{time_t}.
0ce1b118 44214
fc320d37 44215@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
44216implemented as 32 bit values in this protocol.
44217
fc320d37 44218@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 44219
0ce1b118
CV
44220@xref{Limits}, for corresponding MIN and MAX values (similar to those
44221in @file{limits.h}) to allow range checking on host and target.
44222
44223@code{time_t} datatypes are defined as seconds since the Epoch.
44224
44225All integral datatypes transferred as part of a memory read or write of a
44226structured datatype e.g.@: a @code{struct stat} have to be given in big endian
44227byte order.
44228
79a6e687
BW
44229@node Pointer Values
44230@unnumberedsubsubsec Pointer Values
0ce1b118
CV
44231@cindex pointer values, in file-i/o protocol
44232
44233Pointers to target data are transmitted as they are. An exception
44234is made for pointers to buffers for which the length isn't
44235transmitted as part of the function call, namely strings. Strings
44236are transmitted as a pointer/length pair, both as hex values, e.g.@:
44237
44238@smallexample
44239@code{1aaf/12}
44240@end smallexample
44241
44242@noindent
44243which is a pointer to data of length 18 bytes at position 0x1aaf.
44244The length is defined as the full string length in bytes, including
fc320d37
SL
44245the trailing null byte. For example, the string @code{"hello world"}
44246at address 0x123456 is transmitted as
0ce1b118
CV
44247
44248@smallexample
fc320d37 44249@code{123456/d}
0ce1b118
CV
44250@end smallexample
44251
79a6e687
BW
44252@node Memory Transfer
44253@unnumberedsubsubsec Memory Transfer
fc320d37
SL
44254@cindex memory transfer, in file-i/o protocol
44255
44256Structured data which is transferred using a memory read or write (for
db2e3e2e 44257example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
44258with all scalar multibyte datatypes being big endian. Translation to
44259this representation needs to be done both by the target before the @code{F}
44260packet is sent, and by @value{GDBN} before
44261it transfers memory to the target. Transferred pointers to structured
44262data should point to the already-coerced data at any time.
0ce1b118 44263
0ce1b118
CV
44264
44265@node struct stat
44266@unnumberedsubsubsec struct stat
44267@cindex struct stat, in file-i/o protocol
44268
fc320d37
SL
44269The buffer of type @code{struct stat} used by the target and @value{GDBN}
44270is defined as follows:
0ce1b118
CV
44271
44272@smallexample
44273struct stat @{
44274 unsigned int st_dev; /* device */
44275 unsigned int st_ino; /* inode */
44276 mode_t st_mode; /* protection */
44277 unsigned int st_nlink; /* number of hard links */
44278 unsigned int st_uid; /* user ID of owner */
44279 unsigned int st_gid; /* group ID of owner */
44280 unsigned int st_rdev; /* device type (if inode device) */
44281 unsigned long st_size; /* total size, in bytes */
44282 unsigned long st_blksize; /* blocksize for filesystem I/O */
44283 unsigned long st_blocks; /* number of blocks allocated */
44284 time_t st_atime; /* time of last access */
44285 time_t st_mtime; /* time of last modification */
44286 time_t st_ctime; /* time of last change */
44287@};
44288@end smallexample
44289
fc320d37 44290The integral datatypes conform to the definitions given in the
79a6e687 44291appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
44292structure is of size 64 bytes.
44293
44294The values of several fields have a restricted meaning and/or
44295range of values.
44296
fc320d37 44297@table @code
0ce1b118 44298
fc320d37
SL
44299@item st_dev
44300A value of 0 represents a file, 1 the console.
0ce1b118 44301
fc320d37
SL
44302@item st_ino
44303No valid meaning for the target. Transmitted unchanged.
0ce1b118 44304
fc320d37
SL
44305@item st_mode
44306Valid mode bits are described in @ref{Constants}. Any other
44307bits have currently no meaning for the target.
0ce1b118 44308
fc320d37
SL
44309@item st_uid
44310@itemx st_gid
44311@itemx st_rdev
44312No valid meaning for the target. Transmitted unchanged.
0ce1b118 44313
fc320d37
SL
44314@item st_atime
44315@itemx st_mtime
44316@itemx st_ctime
44317These values have a host and file system dependent
44318accuracy. Especially on Windows hosts, the file system may not
44319support exact timing values.
44320@end table
0ce1b118 44321
fc320d37
SL
44322The target gets a @code{struct stat} of the above representation and is
44323responsible for coercing it to the target representation before
0ce1b118
CV
44324continuing.
44325
fc320d37
SL
44326Note that due to size differences between the host, target, and protocol
44327representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
44328get truncated on the target.
44329
44330@node struct timeval
44331@unnumberedsubsubsec struct timeval
44332@cindex struct timeval, in file-i/o protocol
44333
fc320d37 44334The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
44335is defined as follows:
44336
44337@smallexample
b383017d 44338struct timeval @{
0ce1b118
CV
44339 time_t tv_sec; /* second */
44340 long tv_usec; /* microsecond */
44341@};
44342@end smallexample
44343
fc320d37 44344The integral datatypes conform to the definitions given in the
79a6e687 44345appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
44346structure is of size 8 bytes.
44347
44348@node Constants
44349@subsection Constants
44350@cindex constants, in file-i/o protocol
44351
44352The following values are used for the constants inside of the
fc320d37 44353protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
44354values before and after the call as needed.
44355
44356@menu
79a6e687
BW
44357* Open Flags::
44358* mode_t Values::
44359* Errno Values::
44360* Lseek Flags::
0ce1b118
CV
44361* Limits::
44362@end menu
44363
79a6e687
BW
44364@node Open Flags
44365@unnumberedsubsubsec Open Flags
0ce1b118
CV
44366@cindex open flags, in file-i/o protocol
44367
44368All values are given in hexadecimal representation.
44369
44370@smallexample
44371 O_RDONLY 0x0
44372 O_WRONLY 0x1
44373 O_RDWR 0x2
44374 O_APPEND 0x8
44375 O_CREAT 0x200
44376 O_TRUNC 0x400
44377 O_EXCL 0x800
44378@end smallexample
44379
79a6e687
BW
44380@node mode_t Values
44381@unnumberedsubsubsec mode_t Values
0ce1b118
CV
44382@cindex mode_t values, in file-i/o protocol
44383
44384All values are given in octal representation.
44385
44386@smallexample
44387 S_IFREG 0100000
44388 S_IFDIR 040000
44389 S_IRUSR 0400
44390 S_IWUSR 0200
44391 S_IXUSR 0100
44392 S_IRGRP 040
44393 S_IWGRP 020
44394 S_IXGRP 010
44395 S_IROTH 04
44396 S_IWOTH 02
44397 S_IXOTH 01
44398@end smallexample
44399
79a6e687
BW
44400@node Errno Values
44401@unnumberedsubsubsec Errno Values
0ce1b118
CV
44402@cindex errno values, in file-i/o protocol
44403
44404All values are given in decimal representation.
44405
44406@smallexample
44407 EPERM 1
44408 ENOENT 2
44409 EINTR 4
44410 EBADF 9
44411 EACCES 13
44412 EFAULT 14
44413 EBUSY 16
44414 EEXIST 17
44415 ENODEV 19
44416 ENOTDIR 20
44417 EISDIR 21
44418 EINVAL 22
44419 ENFILE 23
44420 EMFILE 24
44421 EFBIG 27
44422 ENOSPC 28
44423 ESPIPE 29
44424 EROFS 30
44425 ENAMETOOLONG 91
44426 EUNKNOWN 9999
44427@end smallexample
44428
fc320d37 44429 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
44430 any error value not in the list of supported error numbers.
44431
79a6e687
BW
44432@node Lseek Flags
44433@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
44434@cindex lseek flags, in file-i/o protocol
44435
44436@smallexample
44437 SEEK_SET 0
44438 SEEK_CUR 1
44439 SEEK_END 2
44440@end smallexample
44441
44442@node Limits
44443@unnumberedsubsubsec Limits
44444@cindex limits, in file-i/o protocol
44445
44446All values are given in decimal representation.
44447
44448@smallexample
44449 INT_MIN -2147483648
44450 INT_MAX 2147483647
44451 UINT_MAX 4294967295
44452 LONG_MIN -9223372036854775808
44453 LONG_MAX 9223372036854775807
44454 ULONG_MAX 18446744073709551615
44455@end smallexample
44456
44457@node File-I/O Examples
44458@subsection File-I/O Examples
44459@cindex file-i/o examples
44460
44461Example sequence of a write call, file descriptor 3, buffer is at target
44462address 0x1234, 6 bytes should be written:
44463
44464@smallexample
44465<- @code{Fwrite,3,1234,6}
44466@emph{request memory read from target}
44467-> @code{m1234,6}
44468<- XXXXXX
44469@emph{return "6 bytes written"}
44470-> @code{F6}
44471@end smallexample
44472
44473Example sequence of a read call, file descriptor 3, buffer is at target
44474address 0x1234, 6 bytes should be read:
44475
44476@smallexample
44477<- @code{Fread,3,1234,6}
44478@emph{request memory write to target}
44479-> @code{X1234,6:XXXXXX}
44480@emph{return "6 bytes read"}
44481-> @code{F6}
44482@end smallexample
44483
44484Example sequence of a read call, call fails on the host due to invalid
fc320d37 44485file descriptor (@code{EBADF}):
0ce1b118
CV
44486
44487@smallexample
44488<- @code{Fread,3,1234,6}
44489-> @code{F-1,9}
44490@end smallexample
44491
c8aa23ab 44492Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
44493host is called:
44494
44495@smallexample
44496<- @code{Fread,3,1234,6}
44497-> @code{F-1,4,C}
44498<- @code{T02}
44499@end smallexample
44500
c8aa23ab 44501Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
44502host is called:
44503
44504@smallexample
44505<- @code{Fread,3,1234,6}
44506-> @code{X1234,6:XXXXXX}
44507<- @code{T02}
44508@end smallexample
44509
cfa9d6d9
DJ
44510@node Library List Format
44511@section Library List Format
44512@cindex library list format, remote protocol
44513
44514On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
44515same process as your application to manage libraries. In this case,
44516@value{GDBN} can use the loader's symbol table and normal memory
44517operations to maintain a list of shared libraries. On other
44518platforms, the operating system manages loaded libraries.
44519@value{GDBN} can not retrieve the list of currently loaded libraries
44520through memory operations, so it uses the @samp{qXfer:libraries:read}
44521packet (@pxref{qXfer library list read}) instead. The remote stub
44522queries the target's operating system and reports which libraries
44523are loaded.
44524
44525The @samp{qXfer:libraries:read} packet returns an XML document which
44526lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
44527associated name and one or more segment or section base addresses,
44528which report where the library was loaded in memory.
44529
44530For the common case of libraries that are fully linked binaries, the
44531library should have a list of segments. If the target supports
44532dynamic linking of a relocatable object file, its library XML element
44533should instead include a list of allocated sections. The segment or
44534section bases are start addresses, not relocation offsets; they do not
44535depend on the library's link-time base addresses.
cfa9d6d9 44536
9cceb671
DJ
44537@value{GDBN} must be linked with the Expat library to support XML
44538library lists. @xref{Expat}.
44539
cfa9d6d9
DJ
44540A simple memory map, with one loaded library relocated by a single
44541offset, looks like this:
44542
44543@smallexample
44544<library-list>
44545 <library name="/lib/libc.so.6">
44546 <segment address="0x10000000"/>
44547 </library>
44548</library-list>
44549@end smallexample
44550
1fddbabb
PA
44551Another simple memory map, with one loaded library with three
44552allocated sections (.text, .data, .bss), looks like this:
44553
44554@smallexample
44555<library-list>
44556 <library name="sharedlib.o">
44557 <section address="0x10000000"/>
44558 <section address="0x20000000"/>
44559 <section address="0x30000000"/>
44560 </library>
44561</library-list>
44562@end smallexample
44563
cfa9d6d9
DJ
44564The format of a library list is described by this DTD:
44565
44566@smallexample
44567<!-- library-list: Root element with versioning -->
44568<!ELEMENT library-list (library)*>
44569<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 44570<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
44571<!ATTLIST library name CDATA #REQUIRED>
44572<!ELEMENT segment EMPTY>
44573<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
44574<!ELEMENT section EMPTY>
44575<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
44576@end smallexample
44577
1fddbabb
PA
44578In addition, segments and section descriptors cannot be mixed within a
44579single library element, and you must supply at least one segment or
44580section for each library.
44581
2268b414
JK
44582@node Library List Format for SVR4 Targets
44583@section Library List Format for SVR4 Targets
44584@cindex library list format, remote protocol
44585
44586On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
44587(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
44588shared libraries. Still a special library list provided by this packet is
44589more efficient for the @value{GDBN} remote protocol.
44590
44591The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
44592loaded libraries and their SVR4 linker parameters. For each library on SVR4
44593target, the following parameters are reported:
44594
44595@itemize @minus
44596@item
44597@code{name}, the absolute file name from the @code{l_name} field of
44598@code{struct link_map}.
44599@item
44600@code{lm} with address of @code{struct link_map} used for TLS
44601(Thread Local Storage) access.
44602@item
44603@code{l_addr}, the displacement as read from the field @code{l_addr} of
44604@code{struct link_map}. For prelinked libraries this is not an absolute
44605memory address. It is a displacement of absolute memory address against
44606address the file was prelinked to during the library load.
44607@item
44608@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
44609@end itemize
44610
44611Additionally the single @code{main-lm} attribute specifies address of
44612@code{struct link_map} used for the main executable. This parameter is used
44613for TLS access and its presence is optional.
44614
44615@value{GDBN} must be linked with the Expat library to support XML
44616SVR4 library lists. @xref{Expat}.
44617
44618A simple memory map, with two loaded libraries (which do not use prelink),
44619looks like this:
44620
44621@smallexample
44622<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
44623 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
44624 l_ld="0xe4eefc"/>
44625 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
db1ff28b 44626 l_ld="0x152350"/>
2268b414
JK
44627</library-list-svr>
44628@end smallexample
44629
44630The format of an SVR4 library list is described by this DTD:
44631
44632@smallexample
44633<!-- library-list-svr4: Root element with versioning -->
44634<!ELEMENT library-list-svr4 (library)*>
db1ff28b
JK
44635<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
44636<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
2268b414 44637<!ELEMENT library EMPTY>
db1ff28b
JK
44638<!ATTLIST library name CDATA #REQUIRED>
44639<!ATTLIST library lm CDATA #REQUIRED>
44640<!ATTLIST library l_addr CDATA #REQUIRED>
44641<!ATTLIST library l_ld CDATA #REQUIRED>
2268b414
JK
44642@end smallexample
44643
79a6e687
BW
44644@node Memory Map Format
44645@section Memory Map Format
68437a39
DJ
44646@cindex memory map format
44647
44648To be able to write into flash memory, @value{GDBN} needs to obtain a
44649memory map from the target. This section describes the format of the
44650memory map.
44651
44652The memory map is obtained using the @samp{qXfer:memory-map:read}
44653(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
44654lists memory regions.
44655
44656@value{GDBN} must be linked with the Expat library to support XML
44657memory maps. @xref{Expat}.
44658
44659The top-level structure of the document is shown below:
68437a39
DJ
44660
44661@smallexample
44662<?xml version="1.0"?>
44663<!DOCTYPE memory-map
44664 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44665 "http://sourceware.org/gdb/gdb-memory-map.dtd">
44666<memory-map>
44667 region...
44668</memory-map>
44669@end smallexample
44670
44671Each region can be either:
44672
44673@itemize
44674
44675@item
44676A region of RAM starting at @var{addr} and extending for @var{length}
44677bytes from there:
44678
44679@smallexample
44680<memory type="ram" start="@var{addr}" length="@var{length}"/>
44681@end smallexample
44682
44683
44684@item
44685A region of read-only memory:
44686
44687@smallexample
44688<memory type="rom" start="@var{addr}" length="@var{length}"/>
44689@end smallexample
44690
44691
44692@item
44693A region of flash memory, with erasure blocks @var{blocksize}
44694bytes in length:
44695
44696@smallexample
44697<memory type="flash" start="@var{addr}" length="@var{length}">
44698 <property name="blocksize">@var{blocksize}</property>
44699</memory>
44700@end smallexample
44701
44702@end itemize
44703
44704Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
44705by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
44706packets to write to addresses in such ranges.
44707
44708The formal DTD for memory map format is given below:
44709
44710@smallexample
44711<!-- ................................................... -->
44712<!-- Memory Map XML DTD ................................ -->
44713<!-- File: memory-map.dtd .............................. -->
44714<!-- .................................... .............. -->
44715<!-- memory-map.dtd -->
44716<!-- memory-map: Root element with versioning -->
5f1ca24a 44717<!ELEMENT memory-map (memory)*>
68437a39 44718<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
5f1ca24a 44719<!ELEMENT memory (property)*>
68437a39
DJ
44720<!-- memory: Specifies a memory region,
44721 and its type, or device. -->
5f1ca24a 44722<!ATTLIST memory type (ram|rom|flash) #REQUIRED
68437a39 44723 start CDATA #REQUIRED
5f1ca24a 44724 length CDATA #REQUIRED>
68437a39
DJ
44725<!-- property: Generic attribute tag -->
44726<!ELEMENT property (#PCDATA | property)*>
5f1ca24a 44727<!ATTLIST property name (blocksize) #REQUIRED>
68437a39
DJ
44728@end smallexample
44729
dc146f7c
VP
44730@node Thread List Format
44731@section Thread List Format
44732@cindex thread list format
44733
44734To efficiently update the list of threads and their attributes,
44735@value{GDBN} issues the @samp{qXfer:threads:read} packet
44736(@pxref{qXfer threads read}) and obtains the XML document with
44737the following structure:
44738
44739@smallexample
44740<?xml version="1.0"?>
44741<threads>
79efa585 44742 <thread id="id" core="0" name="name">
dc146f7c
VP
44743 ... description ...
44744 </thread>
44745</threads>
44746@end smallexample
44747
44748Each @samp{thread} element must have the @samp{id} attribute that
44749identifies the thread (@pxref{thread-id syntax}). The
44750@samp{core} attribute, if present, specifies which processor core
79efa585
SM
44751the thread was last executing on. The @samp{name} attribute, if
44752present, specifies the human-readable name of the thread. The content
44753of the of @samp{thread} element is interpreted as human-readable
f2ff95c5
KB
44754auxiliary information. The @samp{handle} attribute, if present,
44755is a hex encoded representation of the thread handle.
44756
dc146f7c 44757
b3b9301e
PA
44758@node Traceframe Info Format
44759@section Traceframe Info Format
44760@cindex traceframe info format
44761
44762To be able to know which objects in the inferior can be examined when
44763inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
44764memory ranges, registers and trace state variables that have been
44765collected in a traceframe.
44766
44767This list is obtained using the @samp{qXfer:traceframe-info:read}
44768(@pxref{qXfer traceframe info read}) packet and is an XML document.
44769
44770@value{GDBN} must be linked with the Expat library to support XML
44771traceframe info discovery. @xref{Expat}.
44772
44773The top-level structure of the document is shown below:
44774
44775@smallexample
44776<?xml version="1.0"?>
44777<!DOCTYPE traceframe-info
44778 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44779 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
44780<traceframe-info>
44781 block...
44782</traceframe-info>
44783@end smallexample
44784
44785Each traceframe block can be either:
44786
44787@itemize
44788
44789@item
44790A region of collected memory starting at @var{addr} and extending for
44791@var{length} bytes from there:
44792
44793@smallexample
44794<memory start="@var{addr}" length="@var{length}"/>
44795@end smallexample
44796
28a93511
YQ
44797@item
44798A block indicating trace state variable numbered @var{number} has been
44799collected:
44800
44801@smallexample
44802<tvar id="@var{number}"/>
44803@end smallexample
44804
b3b9301e
PA
44805@end itemize
44806
44807The formal DTD for the traceframe info format is given below:
44808
44809@smallexample
28a93511 44810<!ELEMENT traceframe-info (memory | tvar)* >
b3b9301e
PA
44811<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
44812
44813<!ELEMENT memory EMPTY>
44814<!ATTLIST memory start CDATA #REQUIRED
44815 length CDATA #REQUIRED>
28a93511
YQ
44816<!ELEMENT tvar>
44817<!ATTLIST tvar id CDATA #REQUIRED>
b3b9301e
PA
44818@end smallexample
44819
2ae8c8e7
MM
44820@node Branch Trace Format
44821@section Branch Trace Format
44822@cindex branch trace format
44823
44824In order to display the branch trace of an inferior thread,
44825@value{GDBN} needs to obtain the list of branches. This list is
44826represented as list of sequential code blocks that are connected via
44827branches. The code in each block has been executed sequentially.
44828
44829This list is obtained using the @samp{qXfer:btrace:read}
44830(@pxref{qXfer btrace read}) packet and is an XML document.
44831
44832@value{GDBN} must be linked with the Expat library to support XML
44833traceframe info discovery. @xref{Expat}.
44834
44835The top-level structure of the document is shown below:
44836
44837@smallexample
44838<?xml version="1.0"?>
44839<!DOCTYPE btrace
44840 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
44841 "http://sourceware.org/gdb/gdb-btrace.dtd">
44842<btrace>
44843 block...
44844</btrace>
44845@end smallexample
44846
44847@itemize
44848
44849@item
44850A block of sequentially executed instructions starting at @var{begin}
44851and ending at @var{end}:
44852
44853@smallexample
44854<block begin="@var{begin}" end="@var{end}"/>
44855@end smallexample
44856
44857@end itemize
44858
44859The formal DTD for the branch trace format is given below:
44860
44861@smallexample
b20a6524 44862<!ELEMENT btrace (block* | pt) >
2ae8c8e7
MM
44863<!ATTLIST btrace version CDATA #FIXED "1.0">
44864
44865<!ELEMENT block EMPTY>
44866<!ATTLIST block begin CDATA #REQUIRED
44867 end CDATA #REQUIRED>
b20a6524
MM
44868
44869<!ELEMENT pt (pt-config?, raw?)>
44870
44871<!ELEMENT pt-config (cpu?)>
44872
44873<!ELEMENT cpu EMPTY>
44874<!ATTLIST cpu vendor CDATA #REQUIRED
44875 family CDATA #REQUIRED
44876 model CDATA #REQUIRED
44877 stepping CDATA #REQUIRED>
44878
44879<!ELEMENT raw (#PCDATA)>
2ae8c8e7
MM
44880@end smallexample
44881
f4abbc16
MM
44882@node Branch Trace Configuration Format
44883@section Branch Trace Configuration Format
44884@cindex branch trace configuration format
44885
44886For each inferior thread, @value{GDBN} can obtain the branch trace
44887configuration using the @samp{qXfer:btrace-conf:read}
44888(@pxref{qXfer btrace-conf read}) packet.
44889
44890The configuration describes the branch trace format and configuration
d33501a5
MM
44891settings for that format. The following information is described:
44892
44893@table @code
44894@item bts
44895This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
44896@table @code
44897@item size
44898The size of the @acronym{BTS} ring buffer in bytes.
44899@end table
b20a6524 44900@item pt
bc504a31 44901This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
b20a6524
MM
44902PT}) format.
44903@table @code
44904@item size
bc504a31 44905The size of the @acronym{Intel PT} ring buffer in bytes.
b20a6524 44906@end table
d33501a5 44907@end table
f4abbc16
MM
44908
44909@value{GDBN} must be linked with the Expat library to support XML
44910branch trace configuration discovery. @xref{Expat}.
44911
44912The formal DTD for the branch trace configuration format is given below:
44913
44914@smallexample
b20a6524 44915<!ELEMENT btrace-conf (bts?, pt?)>
f4abbc16
MM
44916<!ATTLIST btrace-conf version CDATA #FIXED "1.0">
44917
44918<!ELEMENT bts EMPTY>
d33501a5 44919<!ATTLIST bts size CDATA #IMPLIED>
b20a6524
MM
44920
44921<!ELEMENT pt EMPTY>
44922<!ATTLIST pt size CDATA #IMPLIED>
f4abbc16
MM
44923@end smallexample
44924
f418dd93
DJ
44925@include agentexpr.texi
44926
23181151
DJ
44927@node Target Descriptions
44928@appendix Target Descriptions
44929@cindex target descriptions
44930
23181151
DJ
44931One of the challenges of using @value{GDBN} to debug embedded systems
44932is that there are so many minor variants of each processor
44933architecture in use. It is common practice for vendors to start with
eb17f351 44934a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
23181151
DJ
44935and then make changes to adapt it to a particular market niche. Some
44936architectures have hundreds of variants, available from dozens of
44937vendors. This leads to a number of problems:
44938
44939@itemize @bullet
44940@item
44941With so many different customized processors, it is difficult for
44942the @value{GDBN} maintainers to keep up with the changes.
44943@item
44944Since individual variants may have short lifetimes or limited
44945audiences, it may not be worthwhile to carry information about every
44946variant in the @value{GDBN} source tree.
44947@item
44948When @value{GDBN} does support the architecture of the embedded system
44949at hand, the task of finding the correct architecture name to give the
44950@command{set architecture} command can be error-prone.
44951@end itemize
44952
44953To address these problems, the @value{GDBN} remote protocol allows a
44954target system to not only identify itself to @value{GDBN}, but to
44955actually describe its own features. This lets @value{GDBN} support
44956processor variants it has never seen before --- to the extent that the
44957descriptions are accurate, and that @value{GDBN} understands them.
44958
9cceb671
DJ
44959@value{GDBN} must be linked with the Expat library to support XML
44960target descriptions. @xref{Expat}.
123dc839 44961
23181151
DJ
44962@menu
44963* Retrieving Descriptions:: How descriptions are fetched from a target.
44964* Target Description Format:: The contents of a target description.
123dc839
DJ
44965* Predefined Target Types:: Standard types available for target
44966 descriptions.
81516450 44967* Enum Target Types:: How to define enum target types.
123dc839 44968* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
44969@end menu
44970
44971@node Retrieving Descriptions
44972@section Retrieving Descriptions
44973
44974Target descriptions can be read from the target automatically, or
44975specified by the user manually. The default behavior is to read the
44976description from the target. @value{GDBN} retrieves it via the remote
44977protocol using @samp{qXfer} requests (@pxref{General Query Packets,
44978qXfer}). The @var{annex} in the @samp{qXfer} packet will be
44979@samp{target.xml}. The contents of the @samp{target.xml} annex are an
44980XML document, of the form described in @ref{Target Description
44981Format}.
44982
44983Alternatively, you can specify a file to read for the target description.
44984If a file is set, the target will not be queried. The commands to
44985specify a file are:
44986
44987@table @code
44988@cindex set tdesc filename
44989@item set tdesc filename @var{path}
44990Read the target description from @var{path}.
44991
44992@cindex unset tdesc filename
44993@item unset tdesc filename
44994Do not read the XML target description from a file. @value{GDBN}
44995will use the description supplied by the current target.
44996
44997@cindex show tdesc filename
44998@item show tdesc filename
44999Show the filename to read for a target description, if any.
45000@end table
45001
45002
45003@node Target Description Format
45004@section Target Description Format
45005@cindex target descriptions, XML format
45006
45007A target description annex is an @uref{http://www.w3.org/XML/, XML}
45008document which complies with the Document Type Definition provided in
45009the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
45010means you can use generally available tools like @command{xmllint} to
45011check that your feature descriptions are well-formed and valid.
45012However, to help people unfamiliar with XML write descriptions for
45013their targets, we also describe the grammar here.
45014
123dc839
DJ
45015Target descriptions can identify the architecture of the remote target
45016and (for some architectures) provide information about custom register
08d16641
PA
45017sets. They can also identify the OS ABI of the remote target.
45018@value{GDBN} can use this information to autoconfigure for your
123dc839 45019target, or to warn you if you connect to an unsupported target.
23181151
DJ
45020
45021Here is a simple target description:
45022
123dc839 45023@smallexample
1780a0ed 45024<target version="1.0">
23181151
DJ
45025 <architecture>i386:x86-64</architecture>
45026</target>
123dc839 45027@end smallexample
23181151
DJ
45028
45029@noindent
45030This minimal description only says that the target uses
45031the x86-64 architecture.
45032
123dc839
DJ
45033A target description has the following overall form, with [ ] marking
45034optional elements and @dots{} marking repeatable elements. The elements
45035are explained further below.
23181151 45036
123dc839 45037@smallexample
23181151
DJ
45038<?xml version="1.0"?>
45039<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 45040<target version="1.0">
123dc839 45041 @r{[}@var{architecture}@r{]}
08d16641 45042 @r{[}@var{osabi}@r{]}
e35359c5 45043 @r{[}@var{compatible}@r{]}
123dc839 45044 @r{[}@var{feature}@dots{}@r{]}
23181151 45045</target>
123dc839 45046@end smallexample
23181151
DJ
45047
45048@noindent
45049The description is generally insensitive to whitespace and line
45050breaks, under the usual common-sense rules. The XML version
45051declaration and document type declaration can generally be omitted
45052(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
45053useful for XML validation tools. The @samp{version} attribute for
45054@samp{<target>} may also be omitted, but we recommend
45055including it; if future versions of @value{GDBN} use an incompatible
45056revision of @file{gdb-target.dtd}, they will detect and report
45057the version mismatch.
23181151 45058
108546a0
DJ
45059@subsection Inclusion
45060@cindex target descriptions, inclusion
45061@cindex XInclude
45062@ifnotinfo
45063@cindex <xi:include>
45064@end ifnotinfo
45065
45066It can sometimes be valuable to split a target description up into
45067several different annexes, either for organizational purposes, or to
45068share files between different possible target descriptions. You can
45069divide a description into multiple files by replacing any element of
45070the target description with an inclusion directive of the form:
45071
123dc839 45072@smallexample
108546a0 45073<xi:include href="@var{document}"/>
123dc839 45074@end smallexample
108546a0
DJ
45075
45076@noindent
45077When @value{GDBN} encounters an element of this form, it will retrieve
45078the named XML @var{document}, and replace the inclusion directive with
45079the contents of that document. If the current description was read
45080using @samp{qXfer}, then so will be the included document;
45081@var{document} will be interpreted as the name of an annex. If the
45082current description was read from a file, @value{GDBN} will look for
45083@var{document} as a file in the same directory where it found the
45084original description.
45085
123dc839
DJ
45086@subsection Architecture
45087@cindex <architecture>
45088
45089An @samp{<architecture>} element has this form:
45090
45091@smallexample
45092 <architecture>@var{arch}</architecture>
45093@end smallexample
45094
e35359c5
UW
45095@var{arch} is one of the architectures from the set accepted by
45096@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
123dc839 45097
08d16641
PA
45098@subsection OS ABI
45099@cindex @code{<osabi>}
45100
45101This optional field was introduced in @value{GDBN} version 7.0.
45102Previous versions of @value{GDBN} ignore it.
45103
45104An @samp{<osabi>} element has this form:
45105
45106@smallexample
45107 <osabi>@var{abi-name}</osabi>
45108@end smallexample
45109
45110@var{abi-name} is an OS ABI name from the same selection accepted by
45111@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
45112
e35359c5
UW
45113@subsection Compatible Architecture
45114@cindex @code{<compatible>}
45115
45116This optional field was introduced in @value{GDBN} version 7.0.
45117Previous versions of @value{GDBN} ignore it.
45118
45119A @samp{<compatible>} element has this form:
45120
45121@smallexample
45122 <compatible>@var{arch}</compatible>
45123@end smallexample
45124
45125@var{arch} is one of the architectures from the set accepted by
45126@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
45127
45128A @samp{<compatible>} element is used to specify that the target
45129is able to run binaries in some other than the main target architecture
45130given by the @samp{<architecture>} element. For example, on the
45131Cell Broadband Engine, the main architecture is @code{powerpc:common}
45132or @code{powerpc:common64}, but the system is able to run binaries
45133in the @code{spu} architecture as well. The way to describe this
45134capability with @samp{<compatible>} is as follows:
45135
45136@smallexample
45137 <architecture>powerpc:common</architecture>
45138 <compatible>spu</compatible>
45139@end smallexample
45140
123dc839
DJ
45141@subsection Features
45142@cindex <feature>
45143
45144Each @samp{<feature>} describes some logical portion of the target
45145system. Features are currently used to describe available CPU
45146registers and the types of their contents. A @samp{<feature>} element
45147has this form:
45148
45149@smallexample
45150<feature name="@var{name}">
45151 @r{[}@var{type}@dots{}@r{]}
45152 @var{reg}@dots{}
45153</feature>
45154@end smallexample
45155
45156@noindent
45157Each feature's name should be unique within the description. The name
45158of a feature does not matter unless @value{GDBN} has some special
45159knowledge of the contents of that feature; if it does, the feature
45160should have its standard name. @xref{Standard Target Features}.
45161
45162@subsection Types
45163
45164Any register's value is a collection of bits which @value{GDBN} must
45165interpret. The default interpretation is a two's complement integer,
45166but other types can be requested by name in the register description.
45167Some predefined types are provided by @value{GDBN} (@pxref{Predefined
81516450
DE
45168Target Types}), and the description can define additional composite
45169and enum types.
123dc839
DJ
45170
45171Each type element must have an @samp{id} attribute, which gives
45172a unique (within the containing @samp{<feature>}) name to the type.
45173Types must be defined before they are used.
45174
45175@cindex <vector>
45176Some targets offer vector registers, which can be treated as arrays
45177of scalar elements. These types are written as @samp{<vector>} elements,
45178specifying the array element type, @var{type}, and the number of elements,
45179@var{count}:
45180
45181@smallexample
45182<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
45183@end smallexample
45184
45185@cindex <union>
45186If a register's value is usefully viewed in multiple ways, define it
45187with a union type containing the useful representations. The
45188@samp{<union>} element contains one or more @samp{<field>} elements,
45189each of which has a @var{name} and a @var{type}:
45190
45191@smallexample
45192<union id="@var{id}">
45193 <field name="@var{name}" type="@var{type}"/>
45194 @dots{}
45195</union>
45196@end smallexample
45197
f5dff777 45198@cindex <struct>
81516450 45199@cindex <flags>
f5dff777 45200If a register's value is composed from several separate values, define
81516450
DE
45201it with either a structure type or a flags type.
45202A flags type may only contain bitfields.
45203A structure type may either contain only bitfields or contain no bitfields.
45204If the value contains only bitfields, its total size in bytes must be
45205specified.
45206
45207Non-bitfield values have a @var{name} and @var{type}.
f5dff777
DJ
45208
45209@smallexample
81516450
DE
45210<struct id="@var{id}">
45211 <field name="@var{name}" type="@var{type}"/>
f5dff777
DJ
45212 @dots{}
45213</struct>
45214@end smallexample
45215
81516450
DE
45216Both @var{name} and @var{type} values are required.
45217No implicit padding is added.
45218
45219Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
f5dff777
DJ
45220
45221@smallexample
81516450
DE
45222<struct id="@var{id}" size="@var{size}">
45223 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
45224 @dots{}
45225</struct>
45226@end smallexample
45227
f5dff777
DJ
45228@smallexample
45229<flags id="@var{id}" size="@var{size}">
81516450 45230 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
45231 @dots{}
45232</flags>
45233@end smallexample
45234
81516450
DE
45235The @var{name} value is required.
45236Bitfield values may be named with the empty string, @samp{""},
45237in which case the field is ``filler'' and its value is not printed.
45238Not all bits need to be specified, so ``filler'' fields are optional.
45239
ee8da4b8
DE
45240The @var{start} and @var{end} values are required, and @var{type}
45241is optional.
81516450
DE
45242The field's @var{start} must be less than or equal to its @var{end},
45243and zero represents the least significant bit.
81516450 45244
ee8da4b8
DE
45245The default value of @var{type} is @code{bool} for single bit fields,
45246and an unsigned integer otherwise.
81516450
DE
45247
45248Which to choose? Structures or flags?
45249
45250Registers defined with @samp{flags} have these advantages over
45251defining them with @samp{struct}:
45252
45253@itemize @bullet
45254@item
45255Arithmetic may be performed on them as if they were integers.
45256@item
45257They are printed in a more readable fashion.
45258@end itemize
45259
45260Registers defined with @samp{struct} have one advantage over
45261defining them with @samp{flags}:
45262
45263@itemize @bullet
45264@item
45265One can fetch individual fields like in @samp{C}.
45266
45267@smallexample
45268(gdb) print $my_struct_reg.field3
45269$1 = 42
45270@end smallexample
45271
45272@end itemize
45273
123dc839
DJ
45274@subsection Registers
45275@cindex <reg>
45276
45277Each register is represented as an element with this form:
45278
45279@smallexample
45280<reg name="@var{name}"
45281 bitsize="@var{size}"
45282 @r{[}regnum="@var{num}"@r{]}
45283 @r{[}save-restore="@var{save-restore}"@r{]}
45284 @r{[}type="@var{type}"@r{]}
45285 @r{[}group="@var{group}"@r{]}/>
45286@end smallexample
45287
45288@noindent
45289The components are as follows:
45290
45291@table @var
45292
45293@item name
45294The register's name; it must be unique within the target description.
45295
45296@item bitsize
45297The register's size, in bits.
45298
45299@item regnum
45300The register's number. If omitted, a register's number is one greater
45301than that of the previous register (either in the current feature or in
177b42fe 45302a preceding feature); the first register in the target description
123dc839
DJ
45303defaults to zero. This register number is used to read or write
45304the register; e.g.@: it is used in the remote @code{p} and @code{P}
45305packets, and registers appear in the @code{g} and @code{G} packets
45306in order of increasing register number.
45307
45308@item save-restore
45309Whether the register should be preserved across inferior function
45310calls; this must be either @code{yes} or @code{no}. The default is
45311@code{yes}, which is appropriate for most registers except for
45312some system control registers; this is not related to the target's
45313ABI.
45314
45315@item type
697aa1b7 45316The type of the register. It may be a predefined type, a type
123dc839
DJ
45317defined in the current feature, or one of the special types @code{int}
45318and @code{float}. @code{int} is an integer type of the correct size
45319for @var{bitsize}, and @code{float} is a floating point type (in the
45320architecture's normal floating point format) of the correct size for
45321@var{bitsize}. The default is @code{int}.
45322
45323@item group
cef0f868
SH
45324The register group to which this register belongs. It can be one of the
45325standard register groups @code{general}, @code{float}, @code{vector} or an
45326arbitrary string. Group names should be limited to alphanumeric characters.
45327If a group name is made up of multiple words the words may be separated by
45328hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
45329@var{group} is specified, @value{GDBN} will not display the register in
45330@code{info registers}.
123dc839
DJ
45331
45332@end table
45333
45334@node Predefined Target Types
45335@section Predefined Target Types
45336@cindex target descriptions, predefined types
45337
45338Type definitions in the self-description can build up composite types
45339from basic building blocks, but can not define fundamental types. Instead,
45340standard identifiers are provided by @value{GDBN} for the fundamental
45341types. The currently supported types are:
45342
45343@table @code
45344
81516450
DE
45345@item bool
45346Boolean type, occupying a single bit.
45347
123dc839
DJ
45348@item int8
45349@itemx int16
d1908f2d 45350@itemx int24
123dc839
DJ
45351@itemx int32
45352@itemx int64
7cc46491 45353@itemx int128
123dc839
DJ
45354Signed integer types holding the specified number of bits.
45355
45356@item uint8
45357@itemx uint16
d1908f2d 45358@itemx uint24
123dc839
DJ
45359@itemx uint32
45360@itemx uint64
7cc46491 45361@itemx uint128
123dc839
DJ
45362Unsigned integer types holding the specified number of bits.
45363
45364@item code_ptr
45365@itemx data_ptr
45366Pointers to unspecified code and data. The program counter and
45367any dedicated return address register may be marked as code
45368pointers; printing a code pointer converts it into a symbolic
45369address. The stack pointer and any dedicated address registers
45370may be marked as data pointers.
45371
6e3bbd1a
PB
45372@item ieee_single
45373Single precision IEEE floating point.
45374
45375@item ieee_double
45376Double precision IEEE floating point.
45377
123dc839
DJ
45378@item arm_fpa_ext
45379The 12-byte extended precision format used by ARM FPA registers.
45380
075b51b7
L
45381@item i387_ext
45382The 10-byte extended precision format used by x87 registers.
45383
45384@item i386_eflags
4538532bit @sc{eflags} register used by x86.
45386
45387@item i386_mxcsr
4538832bit @sc{mxcsr} register used by x86.
45389
123dc839
DJ
45390@end table
45391
81516450
DE
45392@node Enum Target Types
45393@section Enum Target Types
45394@cindex target descriptions, enum types
45395
45396Enum target types are useful in @samp{struct} and @samp{flags}
45397register descriptions. @xref{Target Description Format}.
45398
45399Enum types have a name, size and a list of name/value pairs.
45400
45401@smallexample
45402<enum id="@var{id}" size="@var{size}">
45403 <evalue name="@var{name}" value="@var{value}"/>
45404 @dots{}
45405</enum>
45406@end smallexample
45407
45408Enums must be defined before they are used.
45409
45410@smallexample
45411<enum id="levels_type" size="4">
45412 <evalue name="low" value="0"/>
45413 <evalue name="high" value="1"/>
45414</enum>
45415<flags id="flags_type" size="4">
45416 <field name="X" start="0"/>
45417 <field name="LEVEL" start="1" end="1" type="levels_type"/>
45418</flags>
45419<reg name="flags" bitsize="32" type="flags_type"/>
45420@end smallexample
45421
45422Given that description, a value of 3 for the @samp{flags} register
45423would be printed as:
45424
45425@smallexample
45426(gdb) info register flags
45427flags 0x3 [ X LEVEL=high ]
45428@end smallexample
45429
123dc839
DJ
45430@node Standard Target Features
45431@section Standard Target Features
45432@cindex target descriptions, standard features
45433
45434A target description must contain either no registers or all the
45435target's registers. If the description contains no registers, then
45436@value{GDBN} will assume a default register layout, selected based on
45437the architecture. If the description contains any registers, the
45438default layout will not be used; the standard registers must be
45439described in the target description, in such a way that @value{GDBN}
45440can recognize them.
45441
45442This is accomplished by giving specific names to feature elements
45443which contain standard registers. @value{GDBN} will look for features
45444with those names and verify that they contain the expected registers;
45445if any known feature is missing required registers, or if any required
45446feature is missing, @value{GDBN} will reject the target
45447description. You can add additional registers to any of the
45448standard features --- @value{GDBN} will display them just as if
45449they were added to an unrecognized feature.
45450
45451This section lists the known features and their expected contents.
45452Sample XML documents for these features are included in the
45453@value{GDBN} source tree, in the directory @file{gdb/features}.
45454
45455Names recognized by @value{GDBN} should include the name of the
45456company or organization which selected the name, and the overall
45457architecture to which the feature applies; so e.g.@: the feature
45458containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
45459
ff6f572f
DJ
45460The names of registers are not case sensitive for the purpose
45461of recognizing standard features, but @value{GDBN} will only display
45462registers using the capitalization used in the description.
45463
e9c17194 45464@menu
430ed3f0 45465* AArch64 Features::
ad0a504f 45466* ARC Features::
e9c17194 45467* ARM Features::
3bb8d5c3 45468* i386 Features::
164224e9 45469* MicroBlaze Features::
1e26b4f8 45470* MIPS Features::
e9c17194 45471* M68K Features::
a28d8e50 45472* NDS32 Features::
a1217d97 45473* Nios II Features::
a994fec4 45474* OpenRISC 1000 Features::
1e26b4f8 45475* PowerPC Features::
b5ffee31 45476* RISC-V Features::
e3ec872f 45477* RX Features::
4ac33720 45478* S/390 and System z Features::
3f7b46f2 45479* Sparc Features::
224bbe49 45480* TIC6x Features::
e9c17194
VP
45481@end menu
45482
45483
430ed3f0
MS
45484@node AArch64 Features
45485@subsection AArch64 Features
45486@cindex target descriptions, AArch64 features
45487
45488The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
45489targets. It should contain registers @samp{x0} through @samp{x30},
45490@samp{sp}, @samp{pc}, and @samp{cpsr}.
45491
45492The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
45493it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
45494and @samp{fpcr}.
45495
95228a0d
AH
45496The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
45497it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
45498through @samp{p15}, @samp{ffr} and @samp{vg}.
45499
6dc0ebde
AH
45500The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
45501it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
45502
ad0a504f
AK
45503@node ARC Features
45504@subsection ARC Features
45505@cindex target descriptions, ARC Features
45506
995d3a19
SV
45507ARC processors are so configurable that even core registers and their numbers
45508are not predetermined completely. Moreover, @emph{flags} and @emph{PC}
45509registers, which are important to @value{GDBN}, are not ``core'' registers in
45510ARC. Therefore, there are two features that their presence is mandatory:
45511@samp{org.gnu.gdb.arc.core} and @samp{org.gnu.gdb.arc.aux}.
45512
45513The @samp{org.gnu.gdb.arc.core} feature is required for all targets. It must
45514contain registers:
45515
45516@itemize @minus
45517@item
45518@samp{r0} through @samp{r25} for normal register file targets.
45519@item
45520@samp{r0} through @samp{r3}, and @samp{r10} through @samp{r15} for reduced
45521register file targets.
45522@item
45523@samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}@footnote{Not necessary for ARCv1.},
45524@samp{blink}, @samp{lp_count}, @samp{pcl}.
45525@end itemize
45526
45527In case of an ARCompact target (ARCv1 ISA), the @samp{org.gnu.gdb.arc.core}
45528feature may contain registers @samp{ilink1} and @samp{ilink2}. While in case
45529of ARC EM and ARC HS targets (ARCv2 ISA), register @samp{ilink} may be present.
45530The difference between ARCv1 and ARCv2 is the naming of registers @emph{29th}
45531and @emph{30th}. They are called @samp{ilink1} and @samp{ilink2} for ARCv1 and
45532are optional. For ARCv2, they are called @samp{ilink} and @samp{r30} and only
45533@samp{ilink} is optional. The optionality of @samp{ilink*} registers is
45534because of their inaccessibility during user space debugging sessions.
45535
45536Extension core registers @samp{r32} through @samp{r59} are optional and their
45537existence depends on the configuration. When debugging GNU/Linux applications,
45538i.e.@: user space debugging, these core registers are not available.
45539
fdd8731b
SV
45540The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets. Here
45541is the list of registers pertinent to this feature:
45542
45543@itemize @minus
45544@item
45545mandatory: @samp{pc} and @samp{status32}.
45546@item
45547optional: @samp{lp_start}, @samp{lp_end}, and @samp{bta}.
45548@end itemize
ad0a504f 45549
e9c17194 45550@node ARM Features
123dc839
DJ
45551@subsection ARM Features
45552@cindex target descriptions, ARM features
45553
9779414d
DJ
45554The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
45555ARM targets.
123dc839
DJ
45556It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
45557@samp{lr}, @samp{pc}, and @samp{cpsr}.
45558
9779414d
DJ
45559For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
45560feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
45561registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
45562and @samp{xpsr}.
45563
123dc839
DJ
45564The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
45565should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
45566
ff6f572f
DJ
45567The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
45568it should contain at least registers @samp{wR0} through @samp{wR15} and
45569@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
45570@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 45571
58d6951d
DJ
45572The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
45573should contain at least registers @samp{d0} through @samp{d15}. If
45574they are present, @samp{d16} through @samp{d31} should also be included.
45575@value{GDBN} will synthesize the single-precision registers from
45576halves of the double-precision registers.
45577
45578The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
45579need to contain registers; it instructs @value{GDBN} to display the
45580VFP double-precision registers as vectors and to synthesize the
45581quad-precision registers from pairs of double-precision registers.
45582If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
45583be present and include 32 double-precision registers.
45584
3bb8d5c3
L
45585@node i386 Features
45586@subsection i386 Features
45587@cindex target descriptions, i386 features
45588
45589The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
45590targets. It should describe the following registers:
45591
45592@itemize @minus
45593@item
45594@samp{eax} through @samp{edi} plus @samp{eip} for i386
45595@item
45596@samp{rax} through @samp{r15} plus @samp{rip} for amd64
45597@item
45598@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
45599@samp{fs}, @samp{gs}
45600@item
45601@samp{st0} through @samp{st7}
45602@item
45603@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
45604@samp{foseg}, @samp{fooff} and @samp{fop}
45605@end itemize
45606
45607The register sets may be different, depending on the target.
45608
3a13a53b 45609The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
3bb8d5c3
L
45610describe registers:
45611
45612@itemize @minus
45613@item
45614@samp{xmm0} through @samp{xmm7} for i386
45615@item
45616@samp{xmm0} through @samp{xmm15} for amd64
45617@item
45618@samp{mxcsr}
45619@end itemize
45620
3a13a53b
L
45621The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
45622@samp{org.gnu.gdb.i386.sse} feature. It should
f68eb612
L
45623describe the upper 128 bits of @sc{ymm} registers:
45624
45625@itemize @minus
45626@item
45627@samp{ymm0h} through @samp{ymm7h} for i386
45628@item
45629@samp{ymm0h} through @samp{ymm15h} for amd64
f68eb612
L
45630@end itemize
45631
bc504a31 45632The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
ca8941bb
WT
45633Memory Protection Extension (MPX). It should describe the following registers:
45634
45635@itemize @minus
45636@item
45637@samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
45638@item
45639@samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
45640@end itemize
45641
3bb8d5c3
L
45642The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
45643describe a single register, @samp{orig_eax}.
45644
2735833d
WT
45645The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
45646describe two system registers: @samp{fs_base} and @samp{gs_base}.
45647
01f9f808
MS
45648The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
45649@samp{org.gnu.gdb.i386.avx} feature. It should
45650describe additional @sc{xmm} registers:
45651
45652@itemize @minus
45653@item
45654@samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
45655@end itemize
45656
45657It should describe the upper 128 bits of additional @sc{ymm} registers:
45658
45659@itemize @minus
45660@item
45661@samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
45662@end itemize
45663
45664It should
45665describe the upper 256 bits of @sc{zmm} registers:
45666
45667@itemize @minus
45668@item
45669@samp{zmm0h} through @samp{zmm7h} for i386.
45670@item
45671@samp{zmm0h} through @samp{zmm15h} for amd64.
45672@end itemize
45673
45674It should
45675describe the additional @sc{zmm} registers:
45676
45677@itemize @minus
45678@item
45679@samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
45680@end itemize
45681
51547df6
MS
45682The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
45683describe a single register, @samp{pkru}. It is a 32-bit register
45684valid for i386 and amd64.
45685
164224e9
ME
45686@node MicroBlaze Features
45687@subsection MicroBlaze Features
45688@cindex target descriptions, MicroBlaze features
45689
45690The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
45691targets. It should contain registers @samp{r0} through @samp{r31},
45692@samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
45693@samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
45694@samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
45695
45696The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
45697If present, it should contain registers @samp{rshr} and @samp{rslr}
45698
1e26b4f8 45699@node MIPS Features
eb17f351
EZ
45700@subsection @acronym{MIPS} Features
45701@cindex target descriptions, @acronym{MIPS} features
f8b73d13 45702
eb17f351 45703The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
f8b73d13
DJ
45704It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
45705@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
45706on the target.
45707
45708The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
45709contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
45710registers. They may be 32-bit or 64-bit depending on the target.
45711
45712The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
45713it may be optional in a future version of @value{GDBN}. It should
45714contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
45715@samp{fir}. They may be 32-bit or 64-bit depending on the target.
45716
1faeff08
MR
45717The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
45718contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
45719@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
45720be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
45721
822b6570
DJ
45722The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
45723contain a single register, @samp{restart}, which is used by the
45724Linux kernel to control restartable syscalls.
45725
e9c17194
VP
45726@node M68K Features
45727@subsection M68K Features
45728@cindex target descriptions, M68K features
45729
45730@table @code
45731@item @samp{org.gnu.gdb.m68k.core}
45732@itemx @samp{org.gnu.gdb.coldfire.core}
45733@itemx @samp{org.gnu.gdb.fido.core}
45734One of those features must be always present.
249e1128 45735The feature that is present determines which flavor of m68k is
e9c17194
VP
45736used. The feature that is present should contain registers
45737@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
45738@samp{sp}, @samp{ps} and @samp{pc}.
45739
45740@item @samp{org.gnu.gdb.coldfire.fp}
45741This feature is optional. If present, it should contain registers
45742@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
45743@samp{fpiaddr}.
b7d2fe14
TT
45744
45745Note that, despite the fact that this feature's name says
45746@samp{coldfire}, it is used to describe any floating point registers.
45747The size of the registers must match the main m68k flavor; so, for
45748example, if the primary feature is reported as @samp{coldfire}, then
4574964-bit floating point registers are required.
e9c17194
VP
45750@end table
45751
a28d8e50
YTL
45752@node NDS32 Features
45753@subsection NDS32 Features
45754@cindex target descriptions, NDS32 features
45755
45756The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
45757targets. It should contain at least registers @samp{r0} through
45758@samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
45759and @samp{pc}.
45760
45761The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
45762it should contain 64-bit double-precision floating-point registers
45763@samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
45764@samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
45765
45766@emph{Note:} The first sixteen 64-bit double-precision floating-point
45767registers are overlapped with the thirty-two 32-bit single-precision
45768floating-point registers. The 32-bit single-precision registers, if
45769not being listed explicitly, will be synthesized from halves of the
45770overlapping 64-bit double-precision registers. Listing 32-bit
45771single-precision registers explicitly is deprecated, and the
45772support to it could be totally removed some day.
45773
a1217d97
SL
45774@node Nios II Features
45775@subsection Nios II Features
45776@cindex target descriptions, Nios II features
45777
45778The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
45779targets. It should contain the 32 core registers (@samp{zero},
45780@samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
45781@samp{pc}, and the 16 control registers (@samp{status} through
45782@samp{mpuacc}).
45783
a994fec4
FJ
45784@node OpenRISC 1000 Features
45785@subsection Openrisc 1000 Features
45786@cindex target descriptions, OpenRISC 1000 features
45787
45788The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
45789targets. It should contain the 32 general purpose registers (@samp{r0}
45790through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
45791
1e26b4f8 45792@node PowerPC Features
7cc46491
DJ
45793@subsection PowerPC Features
45794@cindex target descriptions, PowerPC features
45795
45796The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
45797targets. It should contain registers @samp{r0} through @samp{r31},
45798@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
45799@samp{xer}. They may be 32-bit or 64-bit depending on the target.
45800
45801The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
45802contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
45803
45804The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
6f072a10
PFC
45805contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
45806@samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
45807through @samp{v31} as aliases for the corresponding @samp{vrX}
45808registers.
7cc46491 45809
677c5bb1 45810The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
4b905ae1
PFC
45811contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
45812combine these registers with the floating point registers (@samp{f0}
45813through @samp{f31}) and the altivec registers (@samp{vr0} through
45814@samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
45815@samp{vs63}, the set of vector-scalar registers for POWER7.
45816Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
45817@samp{org.gnu.gdb.power.altivec}.
677c5bb1 45818
7cc46491
DJ
45819The @samp{org.gnu.gdb.power.spe} feature is optional. It should
45820contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
45821@samp{spefscr}. SPE targets should provide 32-bit registers in
45822@samp{org.gnu.gdb.power.core} and provide the upper halves in
45823@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
45824these to present registers @samp{ev0} through @samp{ev31} to the
45825user.
45826
7ca18ed6
EBM
45827The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
45828contain the 64-bit register @samp{ppr}.
45829
45830The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
45831contain the 64-bit register @samp{dscr}.
45832
f2cf6173
EBM
45833The @samp{org.gnu.gdb.power.tar} feature is optional. It should
45834contain the 64-bit register @samp{tar}.
45835
232bfb86
EBM
45836The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
45837contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
4583864-bit wide.
45839
45840The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
45841contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
45842and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
45843server PMU registers provided by @sc{gnu}/Linux.
45844
8d619c01
EBM
45845The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
45846contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
4584764-bit wide.
45848
45849The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
45850contain the checkpointed general-purpose registers @samp{cr0} through
45851@samp{cr31}, as well as the checkpointed registers @samp{clr} and
45852@samp{cctr}. These registers may all be either 32-bit or 64-bit
45853depending on the target. It should also contain the checkpointed
45854registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
45855wide.
45856
45857The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
45858contain the checkpointed 64-bit floating-point registers @samp{cf0}
45859through @samp{cf31}, as well as the checkpointed 64-bit register
45860@samp{cfpscr}.
45861
45862The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
45863should contain the checkpointed altivec registers @samp{cvr0} through
45864@samp{cvr31}, all 128-bit wide. It should also contain the
45865checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
45866wide.
45867
45868The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
45869contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
45870will combine these registers with the checkpointed floating point
45871registers (@samp{cf0} through @samp{cf31}) and the checkpointed
45872altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
45873128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
45874@samp{cvs63}. Therefore, this feature requires both
45875@samp{org.gnu.gdb.power.htm.altivec} and
45876@samp{org.gnu.gdb.power.htm.fpu}.
45877
45878The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
45879contain the 64-bit checkpointed register @samp{cppr}.
45880
45881The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
45882contain the 64-bit checkpointed register @samp{cdscr}.
45883
45884The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
45885contain the 64-bit checkpointed register @samp{ctar}.
45886
b5ffee31
AB
45887
45888@node RISC-V Features
45889@subsection RISC-V Features
45890@cindex target descriptions, RISC-V Features
45891
45892The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
45893targets. It should contain the registers @samp{x0} through
45894@samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
45895@samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
45896etc).
45897
45898The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
45899should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
45900@samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
45901architectural register names, or the ABI names can be used.
45902
45903The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
45904it should contain registers that are not backed by real registers on
45905the target, but are instead virtual, where the register value is
45906derived from other target state. In many ways these are like
45907@value{GDBN}s pseudo-registers, except implemented by the target.
45908Currently the only register expected in this set is the one byte
45909@samp{priv} register that contains the target's privilege level in the
45910least significant two bits.
45911
45912The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
45913should contain all of the target's standard CSRs. Standard CSRs are
45914those defined in the RISC-V specification documents. There is some
45915overlap between this feature and the fpu feature; the @samp{fflags},
45916@samp{frm}, and @samp{fcsr} registers could be in either feature. The
45917expectation is that these registers will be in the fpu feature if the
45918target has floating point hardware, but can be moved into the csr
45919feature if the target has the floating point control registers, but no
45920other floating point hardware.
45921
e3ec872f
YS
45922@node RX Features
45923@subsection RX Features
45924@cindex target descriptions, RX Features
45925
45926The @samp{org.gnu.gdb.rx.core} feature is required for RX
45927targets. It should contain the registers @samp{r0} through
45928@samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
45929@samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
45930
4ac33720
UW
45931@node S/390 and System z Features
45932@subsection S/390 and System z Features
45933@cindex target descriptions, S/390 features
45934@cindex target descriptions, System z features
45935
45936The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
45937System z targets. It should contain the PSW and the 16 general
45938registers. In particular, System z targets should provide the 64-bit
45939registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
45940S/390 targets should provide the 32-bit versions of these registers.
45941A System z target that runs in 31-bit addressing mode should provide
4594232-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
45943register's upper halves @samp{r0h} through @samp{r15h}, and their
45944lower halves @samp{r0l} through @samp{r15l}.
45945
45946The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
45947contain the 64-bit registers @samp{f0} through @samp{f15}, and
45948@samp{fpc}.
45949
45950The @samp{org.gnu.gdb.s390.acr} feature is required. It should
45951contain the 32-bit registers @samp{acr0} through @samp{acr15}.
45952
45953The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
45954contain the register @samp{orig_r2}, which is 64-bit wide on System z
45955targets and 32-bit otherwise. In addition, the feature may contain
45956the @samp{last_break} register, whose width depends on the addressing
45957mode, as well as the @samp{system_call} register, which is always
4595832-bit wide.
45959
45960The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
45961contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
45962@samp{atia}, and @samp{tr0} through @samp{tr15}.
45963
446899e4
AA
45964The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
4596564-bit wide registers @samp{v0l} through @samp{v15l}, which will be
45966combined by @value{GDBN} with the floating point registers @samp{f0}
45967through @samp{f15} to present the 128-bit wide vector registers
45968@samp{v0} through @samp{v15}. In addition, this feature should
45969contain the 128-bit wide vector registers @samp{v16} through
45970@samp{v31}.
45971
289e23aa
AA
45972The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
45973the 64-bit wide guarded-storage-control registers @samp{gsd},
45974@samp{gssm}, and @samp{gsepla}.
45975
45976The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
45977the 64-bit wide guarded-storage broadcast control registers
45978@samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
45979
3f7b46f2
IR
45980@node Sparc Features
45981@subsection Sparc Features
45982@cindex target descriptions, sparc32 features
45983@cindex target descriptions, sparc64 features
45984The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
45985targets. It should describe the following registers:
45986
45987@itemize @minus
45988@item
45989@samp{g0} through @samp{g7}
45990@item
45991@samp{o0} through @samp{o7}
45992@item
45993@samp{l0} through @samp{l7}
45994@item
45995@samp{i0} through @samp{i7}
45996@end itemize
45997
45998They may be 32-bit or 64-bit depending on the target.
45999
46000Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
46001targets. It should describe the following registers:
46002
46003@itemize @minus
46004@item
46005@samp{f0} through @samp{f31}
46006@item
46007@samp{f32} through @samp{f62} for sparc64
46008@end itemize
46009
46010The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
46011targets. It should describe the following registers:
46012
46013@itemize @minus
46014@item
46015@samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
46016@samp{fsr}, and @samp{csr} for sparc32
46017@item
46018@samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
46019for sparc64
46020@end itemize
46021
224bbe49
YQ
46022@node TIC6x Features
46023@subsection TMS320C6x Features
46024@cindex target descriptions, TIC6x features
46025@cindex target descriptions, TMS320C6x features
46026The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
46027targets. It should contain registers @samp{A0} through @samp{A15},
46028registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
46029
46030The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
46031contain registers @samp{A16} through @samp{A31} and @samp{B16}
46032through @samp{B31}.
46033
46034The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
46035contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
46036
07e059b5
VP
46037@node Operating System Information
46038@appendix Operating System Information
46039@cindex operating system information
46040
46041@menu
46042* Process list::
46043@end menu
46044
46045Users of @value{GDBN} often wish to obtain information about the state of
46046the operating system running on the target---for example the list of
46047processes, or the list of open files. This section describes the
46048mechanism that makes it possible. This mechanism is similar to the
46049target features mechanism (@pxref{Target Descriptions}), but focuses
46050on a different aspect of target.
46051
6b92c0d3 46052Operating system information is retrieved from the target via the
07e059b5
VP
46053remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
46054read}). The object name in the request should be @samp{osdata}, and
46055the @var{annex} identifies the data to be fetched.
46056
46057@node Process list
46058@appendixsection Process list
46059@cindex operating system information, process list
46060
46061When requesting the process list, the @var{annex} field in the
46062@samp{qXfer} request should be @samp{processes}. The returned data is
46063an XML document. The formal syntax of this document is defined in
46064@file{gdb/features/osdata.dtd}.
46065
46066An example document is:
46067
46068@smallexample
46069<?xml version="1.0"?>
46070<!DOCTYPE target SYSTEM "osdata.dtd">
46071<osdata type="processes">
46072 <item>
46073 <column name="pid">1</column>
46074 <column name="user">root</column>
46075 <column name="command">/sbin/init</column>
dc146f7c 46076 <column name="cores">1,2,3</column>
07e059b5
VP
46077 </item>
46078</osdata>
46079@end smallexample
46080
46081Each item should include a column whose name is @samp{pid}. The value
46082of that column should identify the process on the target. The
46083@samp{user} and @samp{command} columns are optional, and will be
dc146f7c
VP
46084displayed by @value{GDBN}. The @samp{cores} column, if present,
46085should contain a comma-separated list of cores that this process
46086is running on. Target may provide additional columns,
07e059b5
VP
46087which @value{GDBN} currently ignores.
46088
05c8c3f5
TT
46089@node Trace File Format
46090@appendix Trace File Format
46091@cindex trace file format
46092
46093The trace file comes in three parts: a header, a textual description
46094section, and a trace frame section with binary data.
46095
46096The header has the form @code{\x7fTRACE0\n}. The first byte is
46097@code{0x7f} so as to indicate that the file contains binary data,
46098while the @code{0} is a version number that may have different values
46099in the future.
46100
46101The description section consists of multiple lines of @sc{ascii} text
46102separated by newline characters (@code{0xa}). The lines may include a
46103variety of optional descriptive or context-setting information, such
46104as tracepoint definitions or register set size. @value{GDBN} will
46105ignore any line that it does not recognize. An empty line marks the end
46106of this section.
46107
0748bf3e
MK
46108@table @code
46109@item R @var{size}
46110Specifies the size of a register block in bytes. This is equal to the
46111size of a @code{g} packet payload in the remote protocol. @var{size}
46112is an ascii decimal number. There should be only one such line in
46113a single trace file.
46114
46115@item status @var{status}
46116Trace status. @var{status} has the same format as a @code{qTStatus}
46117remote packet reply. There should be only one such line in a single trace
46118file.
46119
46120@item tp @var{payload}
46121Tracepoint definition. The @var{payload} has the same format as
46122@code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
46123may take multiple lines of definition, corresponding to the multiple
46124reply packets.
46125
46126@item tsv @var{payload}
46127Trace state variable definition. The @var{payload} has the same format as
46128@code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
46129may take multiple lines of definition, corresponding to the multiple
46130reply packets.
46131
46132@item tdesc @var{payload}
46133Target description in XML format. The @var{payload} is a single line of
46134the XML file. All such lines should be concatenated together to get
46135the original XML file. This file is in the same format as @code{qXfer}
46136@code{features} payload, and corresponds to the main @code{target.xml}
46137file. Includes are not allowed.
46138
46139@end table
05c8c3f5
TT
46140
46141The trace frame section consists of a number of consecutive frames.
46142Each frame begins with a two-byte tracepoint number, followed by a
46143four-byte size giving the amount of data in the frame. The data in
46144the frame consists of a number of blocks, each introduced by a
46145character indicating its type (at least register, memory, and trace
46146state variable). The data in this section is raw binary, not a
46147hexadecimal or other encoding; its endianness matches the target's
46148endianness.
46149
46150@c FIXME bi-arch may require endianness/arch info in description section
46151
46152@table @code
46153@item R @var{bytes}
46154Register block. The number and ordering of bytes matches that of a
46155@code{g} packet in the remote protocol. Note that these are the
e909d859 46156actual bytes, in target order, not a hexadecimal encoding.
05c8c3f5
TT
46157
46158@item M @var{address} @var{length} @var{bytes}...
46159Memory block. This is a contiguous block of memory, at the 8-byte
46160address @var{address}, with a 2-byte length @var{length}, followed by
46161@var{length} bytes.
46162
46163@item V @var{number} @var{value}
46164Trace state variable block. This records the 8-byte signed value
46165@var{value} of trace state variable numbered @var{number}.
46166
46167@end table
46168
46169Future enhancements of the trace file format may include additional types
46170of blocks.
46171
90476074
TT
46172@node Index Section Format
46173@appendix @code{.gdb_index} section format
46174@cindex .gdb_index section format
46175@cindex index section format
46176
46177This section documents the index section that is created by @code{save
46178gdb-index} (@pxref{Index Files}). The index section is
46179DWARF-specific; some knowledge of DWARF is assumed in this
46180description.
46181
46182The mapped index file format is designed to be directly
46183@code{mmap}able on any architecture. In most cases, a datum is
46184represented using a little-endian 32-bit integer value, called an
46185@code{offset_type}. Big endian machines must byte-swap the values
46186before using them. Exceptions to this rule are noted. The data is
46187laid out such that alignment is always respected.
46188
46189A mapped index consists of several areas, laid out in order.
46190
46191@enumerate
46192@item
46193The file header. This is a sequence of values, of @code{offset_type}
46194unless otherwise noted:
46195
46196@enumerate
46197@item
796a7ff8 46198The version number, currently 8. Versions 1, 2 and 3 are obsolete.
481860b3 46199Version 4 uses a different hashing function from versions 5 and 6.
b6ba681c
TT
46200Version 6 includes symbols for inlined functions, whereas versions 4
46201and 5 do not. Version 7 adds attributes to the CU indices in the
796a7ff8
DE
46202symbol table. Version 8 specifies that symbols from DWARF type units
46203(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
46204compilation unit (@samp{DW_TAG_comp_unit}) using the type.
46205
46206@value{GDBN} will only read version 4, 5, or 6 indices
e615022a 46207by specifying @code{set use-deprecated-index-sections on}.
796a7ff8
DE
46208GDB has a workaround for potentially broken version 7 indices so it is
46209currently not flagged as deprecated.
90476074
TT
46210
46211@item
46212The offset, from the start of the file, of the CU list.
46213
46214@item
46215The offset, from the start of the file, of the types CU list. Note
46216that this area can be empty, in which case this offset will be equal
46217to the next offset.
46218
46219@item
46220The offset, from the start of the file, of the address area.
46221
46222@item
46223The offset, from the start of the file, of the symbol table.
46224
46225@item
46226The offset, from the start of the file, of the constant pool.
46227@end enumerate
46228
46229@item
46230The CU list. This is a sequence of pairs of 64-bit little-endian
46231values, sorted by the CU offset. The first element in each pair is
46232the offset of a CU in the @code{.debug_info} section. The second
46233element in each pair is the length of that CU. References to a CU
46234elsewhere in the map are done using a CU index, which is just the
462350-based index into this table. Note that if there are type CUs, then
46236conceptually CUs and type CUs form a single list for the purposes of
46237CU indices.
46238
46239@item
46240The types CU list. This is a sequence of triplets of 64-bit
46241little-endian values. In a triplet, the first value is the CU offset,
46242the second value is the type offset in the CU, and the third value is
46243the type signature. The types CU list is not sorted.
46244
46245@item
46246The address area. The address area consists of a sequence of address
46247entries. Each address entry has three elements:
46248
46249@enumerate
46250@item
46251The low address. This is a 64-bit little-endian value.
46252
46253@item
46254The high address. This is a 64-bit little-endian value. Like
46255@code{DW_AT_high_pc}, the value is one byte beyond the end.
46256
46257@item
46258The CU index. This is an @code{offset_type} value.
46259@end enumerate
46260
46261@item
46262The symbol table. This is an open-addressed hash table. The size of
46263the hash table is always a power of 2.
46264
46265Each slot in the hash table consists of a pair of @code{offset_type}
46266values. The first value is the offset of the symbol's name in the
46267constant pool. The second value is the offset of the CU vector in the
46268constant pool.
46269
46270If both values are 0, then this slot in the hash table is empty. This
46271is ok because while 0 is a valid constant pool index, it cannot be a
46272valid index for both a string and a CU vector.
46273
46274The hash value for a table entry is computed by applying an
46275iterative hash function to the symbol's name. Starting with an
46276initial value of @code{r = 0}, each (unsigned) character @samp{c} in
559a7a62
JK
46277the string is incorporated into the hash using the formula depending on the
46278index version:
46279
46280@table @asis
46281@item Version 4
46282The formula is @code{r = r * 67 + c - 113}.
46283
156942c7 46284@item Versions 5 to 7
559a7a62
JK
46285The formula is @code{r = r * 67 + tolower (c) - 113}.
46286@end table
46287
46288The terminating @samp{\0} is not incorporated into the hash.
90476074
TT
46289
46290The step size used in the hash table is computed via
46291@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
46292value, and @samp{size} is the size of the hash table. The step size
46293is used to find the next candidate slot when handling a hash
46294collision.
46295
46296The names of C@t{++} symbols in the hash table are canonicalized. We
46297don't currently have a simple description of the canonicalization
46298algorithm; if you intend to create new index sections, you must read
46299the code.
46300
46301@item
46302The constant pool. This is simply a bunch of bytes. It is organized
46303so that alignment is correct: CU vectors are stored first, followed by
46304strings.
46305
46306A CU vector in the constant pool is a sequence of @code{offset_type}
46307values. The first value is the number of CU indices in the vector.
156942c7
DE
46308Each subsequent value is the index and symbol attributes of a CU in
46309the CU list. This element in the hash table is used to indicate which
46310CUs define the symbol and how the symbol is used.
46311See below for the format of each CU index+attributes entry.
90476074
TT
46312
46313A string in the constant pool is zero-terminated.
46314@end enumerate
46315
156942c7
DE
46316Attributes were added to CU index values in @code{.gdb_index} version 7.
46317If a symbol has multiple uses within a CU then there is one
46318CU index+attributes value for each use.
46319
46320The format of each CU index+attributes entry is as follows
46321(bit 0 = LSB):
46322
46323@table @asis
46324
46325@item Bits 0-23
46326This is the index of the CU in the CU list.
46327@item Bits 24-27
46328These bits are reserved for future purposes and must be zero.
46329@item Bits 28-30
46330The kind of the symbol in the CU.
46331
46332@table @asis
46333@item 0
46334This value is reserved and should not be used.
46335By reserving zero the full @code{offset_type} value is backwards compatible
46336with previous versions of the index.
46337@item 1
46338The symbol is a type.
46339@item 2
46340The symbol is a variable or an enum value.
46341@item 3
46342The symbol is a function.
46343@item 4
46344Any other kind of symbol.
46345@item 5,6,7
46346These values are reserved.
46347@end table
46348
46349@item Bit 31
46350This bit is zero if the value is global and one if it is static.
46351
46352The determination of whether a symbol is global or static is complicated.
46353The authorative reference is the file @file{dwarf2read.c} in
46354@value{GDBN} sources.
46355
46356@end table
46357
46358This pseudo-code describes the computation of a symbol's kind and
46359global/static attributes in the index.
46360
46361@smallexample
46362is_external = get_attribute (die, DW_AT_external);
46363language = get_attribute (cu_die, DW_AT_language);
46364switch (die->tag)
46365 @{
46366 case DW_TAG_typedef:
46367 case DW_TAG_base_type:
46368 case DW_TAG_subrange_type:
46369 kind = TYPE;
46370 is_static = 1;
46371 break;
46372 case DW_TAG_enumerator:
46373 kind = VARIABLE;
9c37b5ae 46374 is_static = language != CPLUS;
156942c7
DE
46375 break;
46376 case DW_TAG_subprogram:
46377 kind = FUNCTION;
46378 is_static = ! (is_external || language == ADA);
46379 break;
46380 case DW_TAG_constant:
46381 kind = VARIABLE;
46382 is_static = ! is_external;
46383 break;
46384 case DW_TAG_variable:
46385 kind = VARIABLE;
46386 is_static = ! is_external;
46387 break;
46388 case DW_TAG_namespace:
46389 kind = TYPE;
46390 is_static = 0;
46391 break;
46392 case DW_TAG_class_type:
46393 case DW_TAG_interface_type:
46394 case DW_TAG_structure_type:
46395 case DW_TAG_union_type:
46396 case DW_TAG_enumeration_type:
46397 kind = TYPE;
9c37b5ae 46398 is_static = language != CPLUS;
156942c7
DE
46399 break;
46400 default:
46401 assert (0);
46402 @}
46403@end smallexample
46404
43662968
JK
46405@node Man Pages
46406@appendix Manual pages
46407@cindex Man pages
46408
46409@menu
46410* gdb man:: The GNU Debugger man page
46411* gdbserver man:: Remote Server for the GNU Debugger man page
b292c783 46412* gcore man:: Generate a core file of a running program
43662968 46413* gdbinit man:: gdbinit scripts
ba643918 46414* gdb-add-index man:: Add index files to speed up GDB
43662968
JK
46415@end menu
46416
46417@node gdb man
46418@heading gdb man
46419
46420@c man title gdb The GNU Debugger
46421
46422@c man begin SYNOPSIS gdb
46423gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
46424[@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
46425[@option{-b}@w{ }@var{bps}]
46426 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
46427[@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
906ccdf0
JK
46428[@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
46429 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
46430[@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
43662968
JK
46431@c man end
46432
46433@c man begin DESCRIPTION gdb
46434The purpose of a debugger such as @value{GDBN} is to allow you to see what is
46435going on ``inside'' another program while it executes -- or what another
46436program was doing at the moment it crashed.
46437
46438@value{GDBN} can do four main kinds of things (plus other things in support of
46439these) to help you catch bugs in the act:
46440
46441@itemize @bullet
46442@item
46443Start your program, specifying anything that might affect its behavior.
46444
46445@item
46446Make your program stop on specified conditions.
46447
46448@item
46449Examine what has happened, when your program has stopped.
46450
46451@item
46452Change things in your program, so you can experiment with correcting the
46453effects of one bug and go on to learn about another.
46454@end itemize
46455
906ccdf0
JK
46456You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
46457Modula-2.
43662968
JK
46458
46459@value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
46460commands from the terminal until you tell it to exit with the @value{GDBN}
46461command @code{quit}. You can get online help from @value{GDBN} itself
46462by using the command @code{help}.
46463
46464You can run @code{gdb} with no arguments or options; but the most
46465usual way to start @value{GDBN} is with one argument or two, specifying an
46466executable program as the argument:
46467
46468@smallexample
46469gdb program
46470@end smallexample
46471
46472You can also start with both an executable program and a core file specified:
46473
46474@smallexample
46475gdb program core
46476@end smallexample
46477
4ed4690f
SM
46478You can, instead, specify a process ID as a second argument or use option
46479@code{-p}, if you want to debug a running process:
43662968
JK
46480
46481@smallexample
46482gdb program 1234
906ccdf0 46483gdb -p 1234
43662968
JK
46484@end smallexample
46485
46486@noindent
4ed4690f
SM
46487would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
46488can omit the @var{program} filename.
43662968
JK
46489
46490Here are some of the most frequently needed @value{GDBN} commands:
46491
46492@c pod2man highlights the right hand side of the @item lines.
46493@table @env
224f10c1 46494@item break [@var{file}:]@var{function}
43662968
JK
46495Set a breakpoint at @var{function} (in @var{file}).
46496
46497@item run [@var{arglist}]
46498Start your program (with @var{arglist}, if specified).
46499
46500@item bt
46501Backtrace: display the program stack.
46502
46503@item print @var{expr}
46504Display the value of an expression.
46505
46506@item c
46507Continue running your program (after stopping, e.g. at a breakpoint).
46508
46509@item next
46510Execute next program line (after stopping); step @emph{over} any
46511function calls in the line.
46512
46513@item edit [@var{file}:]@var{function}
46514look at the program line where it is presently stopped.
46515
46516@item list [@var{file}:]@var{function}
46517type the text of the program in the vicinity of where it is presently stopped.
46518
46519@item step
46520Execute next program line (after stopping); step @emph{into} any
46521function calls in the line.
46522
46523@item help [@var{name}]
46524Show information about @value{GDBN} command @var{name}, or general information
46525about using @value{GDBN}.
46526
46527@item quit
46528Exit from @value{GDBN}.
46529@end table
46530
46531@ifset man
46532For full details on @value{GDBN},
46533see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46534by Richard M. Stallman and Roland H. Pesch. The same text is available online
46535as the @code{gdb} entry in the @code{info} program.
46536@end ifset
46537@c man end
46538
46539@c man begin OPTIONS gdb
46540Any arguments other than options specify an executable
46541file and core file (or process ID); that is, the first argument
46542encountered with no
46543associated option flag is equivalent to a @option{-se} option, and the second,
46544if any, is equivalent to a @option{-c} option if it's the name of a file.
46545Many options have
46546both long and short forms; both are shown here. The long forms are also
46547recognized if you truncate them, so long as enough of the option is
46548present to be unambiguous. (If you prefer, you can flag option
46549arguments with @option{+} rather than @option{-}, though we illustrate the
46550more usual convention.)
46551
46552All the options and command line arguments you give are processed
46553in sequential order. The order makes a difference when the @option{-x}
46554option is used.
46555
46556@table @env
46557@item -help
46558@itemx -h
46559List all options, with brief explanations.
46560
46561@item -symbols=@var{file}
46562@itemx -s @var{file}
46563Read symbol table from file @var{file}.
46564
46565@item -write
46566Enable writing into executable and core files.
46567
46568@item -exec=@var{file}
46569@itemx -e @var{file}
46570Use file @var{file} as the executable file to execute when
46571appropriate, and for examining pure data in conjunction with a core
46572dump.
46573
46574@item -se=@var{file}
46575Read symbol table from file @var{file} and use it as the executable
46576file.
46577
46578@item -core=@var{file}
46579@itemx -c @var{file}
46580Use file @var{file} as a core dump to examine.
46581
46582@item -command=@var{file}
46583@itemx -x @var{file}
46584Execute @value{GDBN} commands from file @var{file}.
46585
46586@item -ex @var{command}
46587Execute given @value{GDBN} @var{command}.
46588
46589@item -directory=@var{directory}
46590@itemx -d @var{directory}
46591Add @var{directory} to the path to search for source files.
46592
46593@item -nh
64aaad63
AB
46594Do not execute commands from @file{~/.config/gdb/gdbinit} or
46595@file{~/.gdbinit}.
43662968
JK
46596
46597@item -nx
46598@itemx -n
46599Do not execute commands from any @file{.gdbinit} initialization files.
46600
46601@item -quiet
46602@itemx -q
46603``Quiet''. Do not print the introductory and copyright messages. These
46604messages are also suppressed in batch mode.
46605
46606@item -batch
46607Run in batch mode. Exit with status @code{0} after processing all the command
46608files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
46609Exit with nonzero status if an error occurs in executing the @value{GDBN}
46610commands in the command files.
46611
46612Batch mode may be useful for running @value{GDBN} as a filter, for example to
46613download and run a program on another computer; in order to make this
46614more useful, the message
46615
46616@smallexample
46617Program exited normally.
46618@end smallexample
46619
46620@noindent
46621(which is ordinarily issued whenever a program running under @value{GDBN} control
46622terminates) is not issued when running in batch mode.
46623
46624@item -cd=@var{directory}
46625Run @value{GDBN} using @var{directory} as its working directory,
46626instead of the current directory.
46627
46628@item -fullname
46629@itemx -f
46630Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
46631@value{GDBN} to output the full file name and line number in a standard,
46632recognizable fashion each time a stack frame is displayed (which
46633includes each time the program stops). This recognizable format looks
46634like two @samp{\032} characters, followed by the file name, line number
46635and character position separated by colons, and a newline. The
46636Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
46637characters as a signal to display the source code for the frame.
46638
46639@item -b @var{bps}
46640Set the line speed (baud rate or bits per second) of any serial
46641interface used by @value{GDBN} for remote debugging.
46642
46643@item -tty=@var{device}
46644Run using @var{device} for your program's standard input and output.
46645@end table
46646@c man end
46647
46648@c man begin SEEALSO gdb
46649@ifset man
46650The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46651If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46652documentation are properly installed at your site, the command
46653
46654@smallexample
46655info gdb
46656@end smallexample
46657
46658@noindent
46659should give you access to the complete manual.
46660
46661@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46662Richard M. Stallman and Roland H. Pesch, July 1991.
46663@end ifset
46664@c man end
46665
46666@node gdbserver man
46667@heading gdbserver man
46668
46669@c man title gdbserver Remote Server for the GNU Debugger
46670@format
46671@c man begin SYNOPSIS gdbserver
5b8b6385 46672gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
43662968 46673
5b8b6385
JK
46674gdbserver --attach @var{comm} @var{pid}
46675
46676gdbserver --multi @var{comm}
43662968
JK
46677@c man end
46678@end format
46679
46680@c man begin DESCRIPTION gdbserver
46681@command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
46682than the one which is running the program being debugged.
46683
46684@ifclear man
46685@subheading Usage (server (target) side)
46686@end ifclear
46687@ifset man
46688Usage (server (target) side):
46689@end ifset
46690
46691First, you need to have a copy of the program you want to debug put onto
46692the target system. The program can be stripped to save space if needed, as
46693@command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
46694the @value{GDBN} running on the host system.
46695
46696To use the server, you log on to the target system, and run the @command{gdbserver}
46697program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
46698your program, and (c) its arguments. The general syntax is:
46699
46700@smallexample
46701target> gdbserver @var{comm} @var{program} [@var{args} ...]
46702@end smallexample
46703
46704For example, using a serial port, you might say:
46705
46706@smallexample
46707@ifset man
46708@c @file would wrap it as F</dev/com1>.
46709target> gdbserver /dev/com1 emacs foo.txt
46710@end ifset
46711@ifclear man
46712target> gdbserver @file{/dev/com1} emacs foo.txt
46713@end ifclear
46714@end smallexample
46715
46716This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
46717to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
46718waits patiently for the host @value{GDBN} to communicate with it.
46719
46720To use a TCP connection, you could say:
46721
46722@smallexample
46723target> gdbserver host:2345 emacs foo.txt
46724@end smallexample
46725
46726This says pretty much the same thing as the last example, except that we are
46727going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
46728that we are expecting to see a TCP connection from @code{host} to local TCP port
467292345. (Currently, the @code{host} part is ignored.) You can choose any number you
46730want for the port number as long as it does not conflict with any existing TCP
46731ports on the target system. This same port number must be used in the host
46732@value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
46733you chose a port number that conflicts with another service, @command{gdbserver} will
46734print an error message and exit.
46735
5b8b6385 46736@command{gdbserver} can also attach to running programs.
43662968
JK
46737This is accomplished via the @option{--attach} argument. The syntax is:
46738
46739@smallexample
5b8b6385 46740target> gdbserver --attach @var{comm} @var{pid}
43662968
JK
46741@end smallexample
46742
46743@var{pid} is the process ID of a currently running process. It isn't
46744necessary to point @command{gdbserver} at a binary for the running process.
46745
5b8b6385
JK
46746To start @code{gdbserver} without supplying an initial command to run
46747or process ID to attach, use the @option{--multi} command line option.
46748In such case you should connect using @kbd{target extended-remote} to start
46749the program you want to debug.
46750
46751@smallexample
46752target> gdbserver --multi @var{comm}
46753@end smallexample
46754
43662968
JK
46755@ifclear man
46756@subheading Usage (host side)
46757@end ifclear
46758@ifset man
46759Usage (host side):
46760@end ifset
46761
46762You need an unstripped copy of the target program on your host system, since
1a088a2e 46763@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
43662968
JK
46764would, with the target program as the first argument. (You may need to use the
46765@option{--baud} option if the serial line is running at anything except 9600 baud.)
46766That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
5b8b6385
JK
46767new command you need to know about is @code{target remote}
46768(or @code{target extended-remote}). Its argument is either
43662968
JK
46769a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
46770descriptor. For example:
46771
46772@smallexample
46773@ifset man
46774@c @file would wrap it as F</dev/ttyb>.
46775(gdb) target remote /dev/ttyb
46776@end ifset
46777@ifclear man
46778(gdb) target remote @file{/dev/ttyb}
46779@end ifclear
46780@end smallexample
46781
46782@noindent
46783communicates with the server via serial line @file{/dev/ttyb}, and:
46784
46785@smallexample
46786(gdb) target remote the-target:2345
46787@end smallexample
46788
46789@noindent
46790communicates via a TCP connection to port 2345 on host `the-target', where
46791you previously started up @command{gdbserver} with the same port number. Note that for
46792TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
46793command, otherwise you may get an error that looks something like
46794`Connection refused'.
5b8b6385
JK
46795
46796@command{gdbserver} can also debug multiple inferiors at once,
46797described in
46798@ifset man
65c574f6
PA
46799the @value{GDBN} manual in node @code{Inferiors Connections and Programs}
46800-- shell command @code{info -f gdb -n 'Inferiors Connections and Programs'}.
5b8b6385
JK
46801@end ifset
46802@ifclear man
65c574f6 46803@ref{Inferiors Connections and Programs}.
5b8b6385
JK
46804@end ifclear
46805In such case use the @code{extended-remote} @value{GDBN} command variant:
46806
46807@smallexample
46808(gdb) target extended-remote the-target:2345
46809@end smallexample
46810
46811The @command{gdbserver} option @option{--multi} may or may not be used in such
46812case.
43662968
JK
46813@c man end
46814
46815@c man begin OPTIONS gdbserver
5b8b6385
JK
46816There are three different modes for invoking @command{gdbserver}:
46817
46818@itemize @bullet
46819
46820@item
46821Debug a specific program specified by its program name:
46822
46823@smallexample
46824gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
46825@end smallexample
46826
46827The @var{comm} parameter specifies how should the server communicate
46828with @value{GDBN}; it is either a device name (to use a serial line),
46829a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
46830stdin/stdout of @code{gdbserver}. Specify the name of the program to
46831debug in @var{prog}. Any remaining arguments will be passed to the
46832program verbatim. When the program exits, @value{GDBN} will close the
46833connection, and @code{gdbserver} will exit.
46834
46835@item
46836Debug a specific program by specifying the process ID of a running
46837program:
46838
46839@smallexample
46840gdbserver --attach @var{comm} @var{pid}
46841@end smallexample
46842
46843The @var{comm} parameter is as described above. Supply the process ID
46844of a running program in @var{pid}; @value{GDBN} will do everything
46845else. Like with the previous mode, when the process @var{pid} exits,
46846@value{GDBN} will close the connection, and @code{gdbserver} will exit.
46847
46848@item
46849Multi-process mode -- debug more than one program/process:
46850
46851@smallexample
46852gdbserver --multi @var{comm}
46853@end smallexample
46854
46855In this mode, @value{GDBN} can instruct @command{gdbserver} which
46856command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
46857close the connection when a process being debugged exits, so you can
46858debug several processes in the same session.
46859@end itemize
46860
46861In each of the modes you may specify these options:
46862
46863@table @env
46864
46865@item --help
46866List all options, with brief explanations.
46867
46868@item --version
46869This option causes @command{gdbserver} to print its version number and exit.
46870
46871@item --attach
46872@command{gdbserver} will attach to a running program. The syntax is:
46873
46874@smallexample
46875target> gdbserver --attach @var{comm} @var{pid}
46876@end smallexample
46877
46878@var{pid} is the process ID of a currently running process. It isn't
46879necessary to point @command{gdbserver} at a binary for the running process.
46880
46881@item --multi
46882To start @code{gdbserver} without supplying an initial command to run
46883or process ID to attach, use this command line option.
46884Then you can connect using @kbd{target extended-remote} and start
46885the program you want to debug. The syntax is:
46886
46887@smallexample
46888target> gdbserver --multi @var{comm}
46889@end smallexample
46890
46891@item --debug
46892Instruct @code{gdbserver} to display extra status information about the debugging
46893process.
46894This option is intended for @code{gdbserver} development and for bug reports to
46895the developers.
46896
46897@item --remote-debug
46898Instruct @code{gdbserver} to display remote protocol debug output.
46899This option is intended for @code{gdbserver} development and for bug reports to
46900the developers.
46901
aeb2e706
AH
46902@item --debug-file=@var{filename}
46903Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
46904This option is intended for @code{gdbserver} development and for bug reports to
46905the developers.
46906
87ce2a04
DE
46907@item --debug-format=option1@r{[},option2,...@r{]}
46908Instruct @code{gdbserver} to include extra information in each line
46909of debugging output.
46910@xref{Other Command-Line Arguments for gdbserver}.
46911
5b8b6385
JK
46912@item --wrapper
46913Specify a wrapper to launch programs
46914for debugging. The option should be followed by the name of the
46915wrapper, then any command-line arguments to pass to the wrapper, then
46916@kbd{--} indicating the end of the wrapper arguments.
46917
46918@item --once
46919By default, @command{gdbserver} keeps the listening TCP port open, so that
46920additional connections are possible. However, if you start @code{gdbserver}
46921with the @option{--once} option, it will stop listening for any further
46922connection attempts after connecting to the first @value{GDBN} session.
46923
46924@c --disable-packet is not documented for users.
46925
46926@c --disable-randomization and --no-disable-randomization are superseded by
46927@c QDisableRandomization.
46928
46929@end table
43662968
JK
46930@c man end
46931
46932@c man begin SEEALSO gdbserver
46933@ifset man
46934The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46935If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46936documentation are properly installed at your site, the command
46937
46938@smallexample
46939info gdb
46940@end smallexample
46941
46942should give you access to the complete manual.
46943
46944@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46945Richard M. Stallman and Roland H. Pesch, July 1991.
46946@end ifset
46947@c man end
46948
b292c783
JK
46949@node gcore man
46950@heading gcore
46951
46952@c man title gcore Generate a core file of a running program
46953
46954@format
46955@c man begin SYNOPSIS gcore
129eb0f1 46956gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
b292c783
JK
46957@c man end
46958@end format
46959
46960@c man begin DESCRIPTION gcore
129eb0f1
SDJ
46961Generate core dumps of one or more running programs with process IDs
46962@var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
46963is equivalent to one produced by the kernel when the process crashes
46964(and when @kbd{ulimit -c} was used to set up an appropriate core dump
46965limit). However, unlike after a crash, after @command{gcore} finishes
46966its job the program remains running without any change.
b292c783
JK
46967@c man end
46968
46969@c man begin OPTIONS gcore
46970@table @env
c179febe
SL
46971@item -a
46972Dump all memory mappings. The actual effect of this option depends on
46973the Operating System. On @sc{gnu}/Linux, it will disable
46974@code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
46975enable @code{dump-excluded-mappings} (@pxref{set
46976dump-excluded-mappings}).
46977
129eb0f1
SDJ
46978@item -o @var{prefix}
46979The optional argument @var{prefix} specifies the prefix to be used
46980when composing the file names of the core dumps. The file name is
46981composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
46982process ID of the running program being analyzed by @command{gcore}.
46983If not specified, @var{prefix} defaults to @var{gcore}.
b292c783
JK
46984@end table
46985@c man end
46986
46987@c man begin SEEALSO gcore
46988@ifset man
46989The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46990If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46991documentation are properly installed at your site, the command
46992
46993@smallexample
46994info gdb
46995@end smallexample
46996
46997@noindent
46998should give you access to the complete manual.
46999
47000@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47001Richard M. Stallman and Roland H. Pesch, July 1991.
47002@end ifset
47003@c man end
47004
43662968
JK
47005@node gdbinit man
47006@heading gdbinit
47007
47008@c man title gdbinit GDB initialization scripts
47009
47010@format
47011@c man begin SYNOPSIS gdbinit
47012@ifset SYSTEM_GDBINIT
47013@value{SYSTEM_GDBINIT}
47014@end ifset
47015
ed2a2229
CB
47016@ifset SYSTEM_GDBINIT_DIR
47017@value{SYSTEM_GDBINIT_DIR}/*
47018@end ifset
47019
64aaad63
AB
47020~/.config/gdb/gdbinit
47021
43662968
JK
47022~/.gdbinit
47023
47024./.gdbinit
47025@c man end
47026@end format
47027
47028@c man begin DESCRIPTION gdbinit
47029These files contain @value{GDBN} commands to automatically execute during
47030@value{GDBN} startup. The lines of contents are canned sequences of commands,
47031described in
47032@ifset man
47033the @value{GDBN} manual in node @code{Sequences}
47034-- shell command @code{info -f gdb -n Sequences}.
47035@end ifset
47036@ifclear man
47037@ref{Sequences}.
47038@end ifclear
47039
47040Please read more in
47041@ifset man
47042the @value{GDBN} manual in node @code{Startup}
47043-- shell command @code{info -f gdb -n Startup}.
47044@end ifset
47045@ifclear man
47046@ref{Startup}.
47047@end ifclear
47048
47049@table @env
47050@ifset SYSTEM_GDBINIT
47051@item @value{SYSTEM_GDBINIT}
47052@end ifset
47053@ifclear SYSTEM_GDBINIT
47054@item (not enabled with @code{--with-system-gdbinit} during compilation)
47055@end ifclear
47056System-wide initialization file. It is executed unless user specified
47057@value{GDBN} option @code{-nx} or @code{-n}.
47058See more in
47059@ifset man
47060the @value{GDBN} manual in node @code{System-wide configuration}
47061-- shell command @code{info -f gdb -n 'System-wide configuration'}.
47062@end ifset
ed2a2229
CB
47063@ifset SYSTEM_GDBINIT_DIR
47064@item @value{SYSTEM_GDBINIT_DIR}
47065@end ifset
47066@ifclear SYSTEM_GDBINIT_DIR
47067@item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
47068@end ifclear
47069System-wide initialization directory. All files in this directory are
47070executed on startup unless user specified @value{GDBN} option @code{-nx} or
47071@code{-n}, as long as they have a recognized file extension.
47072See more in
47073@ifset man
47074the @value{GDBN} manual in node @code{System-wide configuration}
47075-- shell command @code{info -f gdb -n 'System-wide configuration'}.
47076@end ifset
43662968
JK
47077@ifclear man
47078@ref{System-wide configuration}.
47079@end ifclear
47080
64aaad63 47081@item @file{~/.config/gdb/gdbinit} or @file{~/.gdbinit}
43662968
JK
47082User initialization file. It is executed unless user specified
47083@value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
47084
64aaad63 47085@item @file{.gdbinit}
43662968
JK
47086Initialization file for current directory. It may need to be enabled with
47087@value{GDBN} security command @code{set auto-load local-gdbinit}.
47088See more in
47089@ifset man
47090the @value{GDBN} manual in node @code{Init File in the Current Directory}
47091-- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
47092@end ifset
47093@ifclear man
47094@ref{Init File in the Current Directory}.
47095@end ifclear
47096@end table
47097@c man end
47098
47099@c man begin SEEALSO gdbinit
47100@ifset man
47101gdb(1), @code{info -f gdb -n Startup}
47102
47103The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47104If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47105documentation are properly installed at your site, the command
ba643918
SDJ
47106
47107@smallexample
47108info gdb
47109@end smallexample
47110
47111should give you access to the complete manual.
47112
47113@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47114Richard M. Stallman and Roland H. Pesch, July 1991.
47115@end ifset
47116@c man end
47117
47118@node gdb-add-index man
ba643918 47119@heading gdb-add-index
d726cb5d 47120@pindex gdb-add-index
dbfa4523 47121@anchor{gdb-add-index}
ba643918
SDJ
47122
47123@c man title gdb-add-index Add index files to speed up GDB
47124
47125@c man begin SYNOPSIS gdb-add-index
47126gdb-add-index @var{filename}
47127@c man end
47128
47129@c man begin DESCRIPTION gdb-add-index
47130When @value{GDBN} finds a symbol file, it scans the symbols in the
47131file in order to construct an internal symbol table. This lets most
47132@value{GDBN} operations work quickly--at the cost of a delay early on.
47133For large programs, this delay can be quite lengthy, so @value{GDBN}
47134provides a way to build an index, which speeds up startup.
47135
47136To determine whether a file contains such an index, use the command
47137@kbd{readelf -S filename}: the index is stored in a section named
47138@code{.gdb_index}. The index file can only be produced on systems
47139which use ELF binaries and DWARF debug information (i.e., sections
47140named @code{.debug_*}).
47141
47142@command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
47143in the @env{PATH} environment variable. If you want to use different
47144versions of these programs, you can specify them through the
47145@env{GDB} and @env{OBJDUMP} environment variables.
47146
47147See more in
47148@ifset man
47149the @value{GDBN} manual in node @code{Index Files}
47150-- shell command @kbd{info -f gdb -n "Index Files"}.
47151@end ifset
47152@ifclear man
47153@ref{Index Files}.
47154@end ifclear
47155@c man end
47156
47157@c man begin SEEALSO gdb-add-index
47158@ifset man
47159The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47160If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47161documentation are properly installed at your site, the command
43662968
JK
47162
47163@smallexample
47164info gdb
47165@end smallexample
47166
47167should give you access to the complete manual.
47168
47169@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47170Richard M. Stallman and Roland H. Pesch, July 1991.
47171@end ifset
47172@c man end
47173
aab4e0ec 47174@include gpl.texi
eb12ee30 47175
e4c0cfae
SS
47176@node GNU Free Documentation License
47177@appendix GNU Free Documentation License
6826cf00
EZ
47178@include fdl.texi
47179
00595b5e
EZ
47180@node Concept Index
47181@unnumbered Concept Index
c906108c
SS
47182
47183@printindex cp
47184
00595b5e
EZ
47185@node Command and Variable Index
47186@unnumbered Command, Variable, and Function Index
47187
47188@printindex fn
47189
c906108c 47190@tex
984359d2 47191% I think something like @@colophon should be in texinfo. In the
c906108c
SS
47192% meantime:
47193\long\def\colophon{\hbox to0pt{}\vfill
47194\centerline{The body of this manual is set in}
47195\centerline{\fontname\tenrm,}
47196\centerline{with headings in {\bf\fontname\tenbf}}
47197\centerline{and examples in {\tt\fontname\tentt}.}
47198\centerline{{\it\fontname\tenit\/},}
47199\centerline{{\bf\fontname\tenbf}, and}
47200\centerline{{\sl\fontname\tensl\/}}
47201\centerline{are used for emphasis.}\vfill}
47202\page\colophon
984359d2 47203% Blame: doc@@cygnus.com, 1991.
c906108c
SS
47204@end tex
47205
c906108c 47206@bye
This page took 8.131962 seconds and 4 git commands to generate.