Improve documentation of which shell is used by GDB's shell commands
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b811d2c2 2@c Copyright (C) 1988--2020 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
e5d78223 53Copyright @copyright{} 1988-2020 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
e5d78223 123Copyright (C) 1988-2020 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
6d2ebf8b 560@node Sample Session
c906108c
SS
561@chapter A Sample @value{GDBN} Session
562
563You can use this manual at your leisure to read all about @value{GDBN}.
564However, a handful of commands are enough to get started using the
565debugger. This chapter illustrates those commands.
566
567@iftex
568In this sample session, we emphasize user input like this: @b{input},
569to make it easier to pick out from the surrounding output.
570@end iftex
571
572@c FIXME: this example may not be appropriate for some configs, where
573@c FIXME...primary interest is in remote use.
574
575One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
576processor) exhibits the following bug: sometimes, when we change its
577quote strings from the default, the commands used to capture one macro
578definition within another stop working. In the following short @code{m4}
579session, we define a macro @code{foo} which expands to @code{0000}; we
580then use the @code{m4} built-in @code{defn} to define @code{bar} as the
581same thing. However, when we change the open quote string to
582@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
583procedure fails to define a new synonym @code{baz}:
584
585@smallexample
586$ @b{cd gnu/m4}
587$ @b{./m4}
588@b{define(foo,0000)}
589
590@b{foo}
5910000
592@b{define(bar,defn(`foo'))}
593
594@b{bar}
5950000
596@b{changequote(<QUOTE>,<UNQUOTE>)}
597
598@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
599@b{baz}
c8aa23ab 600@b{Ctrl-d}
c906108c
SS
601m4: End of input: 0: fatal error: EOF in string
602@end smallexample
603
604@noindent
605Let us use @value{GDBN} to try to see what is going on.
606
c906108c
SS
607@smallexample
608$ @b{@value{GDBP} m4}
609@c FIXME: this falsifies the exact text played out, to permit smallbook
610@c FIXME... format to come out better.
611@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 612 of it under certain conditions; type "show copying" to see
c906108c 613 the conditions.
5d161b24 614There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
615 for details.
616
617@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
618(@value{GDBP})
619@end smallexample
c906108c
SS
620
621@noindent
622@value{GDBN} reads only enough symbol data to know where to find the
623rest when needed; as a result, the first prompt comes up very quickly.
624We now tell @value{GDBN} to use a narrower display width than usual, so
625that examples fit in this manual.
626
627@smallexample
628(@value{GDBP}) @b{set width 70}
629@end smallexample
630
631@noindent
632We need to see how the @code{m4} built-in @code{changequote} works.
633Having looked at the source, we know the relevant subroutine is
634@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
635@code{break} command.
636
637@smallexample
638(@value{GDBP}) @b{break m4_changequote}
639Breakpoint 1 at 0x62f4: file builtin.c, line 879.
640@end smallexample
641
642@noindent
643Using the @code{run} command, we start @code{m4} running under @value{GDBN}
644control; as long as control does not reach the @code{m4_changequote}
645subroutine, the program runs as usual:
646
647@smallexample
648(@value{GDBP}) @b{run}
649Starting program: /work/Editorial/gdb/gnu/m4/m4
650@b{define(foo,0000)}
651
652@b{foo}
6530000
654@end smallexample
655
656@noindent
657To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
658suspends execution of @code{m4}, displaying information about the
659context where it stops.
660
661@smallexample
662@b{changequote(<QUOTE>,<UNQUOTE>)}
663
5d161b24 664Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
665 at builtin.c:879
666879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
667@end smallexample
668
669@noindent
670Now we use the command @code{n} (@code{next}) to advance execution to
671the next line of the current function.
672
673@smallexample
674(@value{GDBP}) @b{n}
675882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
676 : nil,
677@end smallexample
678
679@noindent
680@code{set_quotes} looks like a promising subroutine. We can go into it
681by using the command @code{s} (@code{step}) instead of @code{next}.
682@code{step} goes to the next line to be executed in @emph{any}
683subroutine, so it steps into @code{set_quotes}.
684
685@smallexample
686(@value{GDBP}) @b{s}
687set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
688 at input.c:530
689530 if (lquote != def_lquote)
690@end smallexample
691
692@noindent
693The display that shows the subroutine where @code{m4} is now
694suspended (and its arguments) is called a stack frame display. It
695shows a summary of the stack. We can use the @code{backtrace}
696command (which can also be spelled @code{bt}), to see where we are
697in the stack as a whole: the @code{backtrace} command displays a
698stack frame for each active subroutine.
699
700@smallexample
701(@value{GDBP}) @b{bt}
702#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
703 at input.c:530
5d161b24 704#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
705 at builtin.c:882
706#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
707#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
708 at macro.c:71
709#4 0x79dc in expand_input () at macro.c:40
710#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
711@end smallexample
712
713@noindent
714We step through a few more lines to see what happens. The first two
715times, we can use @samp{s}; the next two times we use @code{n} to avoid
716falling into the @code{xstrdup} subroutine.
717
718@smallexample
719(@value{GDBP}) @b{s}
7200x3b5c 532 if (rquote != def_rquote)
721(@value{GDBP}) @b{s}
7220x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
723def_lquote : xstrdup(lq);
724(@value{GDBP}) @b{n}
725536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
726 : xstrdup(rq);
727(@value{GDBP}) @b{n}
728538 len_lquote = strlen(rquote);
729@end smallexample
730
731@noindent
732The last line displayed looks a little odd; we can examine the variables
733@code{lquote} and @code{rquote} to see if they are in fact the new left
734and right quotes we specified. We use the command @code{p}
735(@code{print}) to see their values.
736
737@smallexample
738(@value{GDBP}) @b{p lquote}
739$1 = 0x35d40 "<QUOTE>"
740(@value{GDBP}) @b{p rquote}
741$2 = 0x35d50 "<UNQUOTE>"
742@end smallexample
743
744@noindent
745@code{lquote} and @code{rquote} are indeed the new left and right quotes.
746To look at some context, we can display ten lines of source
747surrounding the current line with the @code{l} (@code{list}) command.
748
749@smallexample
750(@value{GDBP}) @b{l}
751533 xfree(rquote);
752534
753535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
754 : xstrdup (lq);
755536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
756 : xstrdup (rq);
757537
758538 len_lquote = strlen(rquote);
759539 len_rquote = strlen(lquote);
760540 @}
761541
762542 void
763@end smallexample
764
765@noindent
766Let us step past the two lines that set @code{len_lquote} and
767@code{len_rquote}, and then examine the values of those variables.
768
769@smallexample
770(@value{GDBP}) @b{n}
771539 len_rquote = strlen(lquote);
772(@value{GDBP}) @b{n}
773540 @}
774(@value{GDBP}) @b{p len_lquote}
775$3 = 9
776(@value{GDBP}) @b{p len_rquote}
777$4 = 7
778@end smallexample
779
780@noindent
781That certainly looks wrong, assuming @code{len_lquote} and
782@code{len_rquote} are meant to be the lengths of @code{lquote} and
783@code{rquote} respectively. We can set them to better values using
784the @code{p} command, since it can print the value of
785any expression---and that expression can include subroutine calls and
786assignments.
787
788@smallexample
789(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
790$5 = 7
791(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
792$6 = 9
793@end smallexample
794
795@noindent
796Is that enough to fix the problem of using the new quotes with the
797@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
798executing with the @code{c} (@code{continue}) command, and then try the
799example that caused trouble initially:
800
801@smallexample
802(@value{GDBP}) @b{c}
803Continuing.
804
805@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
806
807baz
8080000
809@end smallexample
810
811@noindent
812Success! The new quotes now work just as well as the default ones. The
813problem seems to have been just the two typos defining the wrong
814lengths. We allow @code{m4} exit by giving it an EOF as input:
815
816@smallexample
c8aa23ab 817@b{Ctrl-d}
c906108c
SS
818Program exited normally.
819@end smallexample
820
821@noindent
822The message @samp{Program exited normally.} is from @value{GDBN}; it
823indicates @code{m4} has finished executing. We can end our @value{GDBN}
824session with the @value{GDBN} @code{quit} command.
825
826@smallexample
827(@value{GDBP}) @b{quit}
828@end smallexample
c906108c 829
6d2ebf8b 830@node Invocation
c906108c
SS
831@chapter Getting In and Out of @value{GDBN}
832
833This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 834The essentials are:
c906108c 835@itemize @bullet
5d161b24 836@item
53a5351d 837type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 838@item
c8aa23ab 839type @kbd{quit} or @kbd{Ctrl-d} to exit.
c906108c
SS
840@end itemize
841
842@menu
843* Invoking GDB:: How to start @value{GDBN}
844* Quitting GDB:: How to quit @value{GDBN}
845* Shell Commands:: How to use shell commands inside @value{GDBN}
79a6e687 846* Logging Output:: How to log @value{GDBN}'s output to a file
c906108c
SS
847@end menu
848
6d2ebf8b 849@node Invoking GDB
c906108c
SS
850@section Invoking @value{GDBN}
851
c906108c
SS
852Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
853@value{GDBN} reads commands from the terminal until you tell it to exit.
854
855You can also run @code{@value{GDBP}} with a variety of arguments and options,
856to specify more of your debugging environment at the outset.
857
c906108c
SS
858The command-line options described here are designed
859to cover a variety of situations; in some environments, some of these
5d161b24 860options may effectively be unavailable.
c906108c
SS
861
862The most usual way to start @value{GDBN} is with one argument,
863specifying an executable program:
864
474c8240 865@smallexample
c906108c 866@value{GDBP} @var{program}
474c8240 867@end smallexample
c906108c 868
c906108c
SS
869@noindent
870You can also start with both an executable program and a core file
871specified:
872
474c8240 873@smallexample
c906108c 874@value{GDBP} @var{program} @var{core}
474c8240 875@end smallexample
c906108c 876
4ed4690f
SM
877You can, instead, specify a process ID as a second argument or use option
878@code{-p}, if you want to debug a running process:
c906108c 879
474c8240 880@smallexample
c906108c 881@value{GDBP} @var{program} 1234
4ed4690f 882@value{GDBP} -p 1234
474c8240 883@end smallexample
c906108c
SS
884
885@noindent
4ed4690f
SM
886would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
887can omit the @var{program} filename.
c906108c 888
c906108c 889Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
890complete operating system; when you use @value{GDBN} as a remote
891debugger attached to a bare board, there may not be any notion of
892``process'', and there is often no way to get a core dump. @value{GDBN}
893will warn you if it is unable to attach or to read core dumps.
c906108c 894
aa26fa3a
TT
895You can optionally have @code{@value{GDBP}} pass any arguments after the
896executable file to the inferior using @code{--args}. This option stops
897option processing.
474c8240 898@smallexample
3f94c067 899@value{GDBP} --args gcc -O2 -c foo.c
474c8240 900@end smallexample
aa26fa3a
TT
901This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
902@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
903
96a2c332 904You can run @code{@value{GDBP}} without printing the front material, which describes
adcc0a31 905@value{GDBN}'s non-warranty, by specifying @code{--silent}
906(or @code{-q}/@code{--quiet}):
c906108c
SS
907
908@smallexample
adcc0a31 909@value{GDBP} --silent
c906108c
SS
910@end smallexample
911
912@noindent
913You can further control how @value{GDBN} starts up by using command-line
914options. @value{GDBN} itself can remind you of the options available.
915
916@noindent
917Type
918
474c8240 919@smallexample
c906108c 920@value{GDBP} -help
474c8240 921@end smallexample
c906108c
SS
922
923@noindent
924to display all available options and briefly describe their use
925(@samp{@value{GDBP} -h} is a shorter equivalent).
926
927All options and command line arguments you give are processed
928in sequential order. The order makes a difference when the
929@samp{-x} option is used.
930
931
932@menu
c906108c
SS
933* File Options:: Choosing files
934* Mode Options:: Choosing modes
6fc08d32 935* Startup:: What @value{GDBN} does during startup
c906108c
SS
936@end menu
937
6d2ebf8b 938@node File Options
79a6e687 939@subsection Choosing Files
c906108c 940
2df3850c 941When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
942specifying an executable file and core file (or process ID). This is
943the same as if the arguments were specified by the @samp{-se} and
d52fb0e9 944@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
19837790
MS
945first argument that does not have an associated option flag as
946equivalent to the @samp{-se} option followed by that argument; and the
947second argument that does not have an associated option flag, if any, as
948equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
949If the second argument begins with a decimal digit, @value{GDBN} will
950first attempt to attach to it as a process, and if that fails, attempt
951to open it as a corefile. If you have a corefile whose name begins with
b383017d 952a digit, you can prevent @value{GDBN} from treating it as a pid by
c1468174 953prefixing it with @file{./}, e.g.@: @file{./12345}.
7a292a7a
SS
954
955If @value{GDBN} has not been configured to included core file support,
956such as for most embedded targets, then it will complain about a second
957argument and ignore it.
c906108c
SS
958
959Many options have both long and short forms; both are shown in the
960following list. @value{GDBN} also recognizes the long forms if you truncate
961them, so long as enough of the option is present to be unambiguous.
962(If you prefer, you can flag option arguments with @samp{--} rather
963than @samp{-}, though we illustrate the more usual convention.)
964
d700128c
EZ
965@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
966@c way, both those who look for -foo and --foo in the index, will find
967@c it.
968
c906108c
SS
969@table @code
970@item -symbols @var{file}
971@itemx -s @var{file}
d700128c
EZ
972@cindex @code{--symbols}
973@cindex @code{-s}
c906108c
SS
974Read symbol table from file @var{file}.
975
976@item -exec @var{file}
977@itemx -e @var{file}
d700128c
EZ
978@cindex @code{--exec}
979@cindex @code{-e}
7a292a7a
SS
980Use file @var{file} as the executable file to execute when appropriate,
981and for examining pure data in conjunction with a core dump.
c906108c
SS
982
983@item -se @var{file}
d700128c 984@cindex @code{--se}
c906108c
SS
985Read symbol table from file @var{file} and use it as the executable
986file.
987
c906108c
SS
988@item -core @var{file}
989@itemx -c @var{file}
d700128c
EZ
990@cindex @code{--core}
991@cindex @code{-c}
b383017d 992Use file @var{file} as a core dump to examine.
c906108c 993
19837790
MS
994@item -pid @var{number}
995@itemx -p @var{number}
996@cindex @code{--pid}
997@cindex @code{-p}
998Connect to process ID @var{number}, as with the @code{attach} command.
c906108c
SS
999
1000@item -command @var{file}
1001@itemx -x @var{file}
d700128c
EZ
1002@cindex @code{--command}
1003@cindex @code{-x}
95433b34
JB
1004Execute commands from file @var{file}. The contents of this file is
1005evaluated exactly as the @code{source} command would.
8150ff9c 1006@xref{Command Files,, Command files}.
c906108c 1007
8a5a3c82
AS
1008@item -eval-command @var{command}
1009@itemx -ex @var{command}
1010@cindex @code{--eval-command}
1011@cindex @code{-ex}
1012Execute a single @value{GDBN} command.
1013
1014This option may be used multiple times to call multiple commands. It may
1015also be interleaved with @samp{-command} as required.
1016
1017@smallexample
1018@value{GDBP} -ex 'target sim' -ex 'load' \
1019 -x setbreakpoints -ex 'run' a.out
1020@end smallexample
1021
8320cc4f
JK
1022@item -init-command @var{file}
1023@itemx -ix @var{file}
1024@cindex @code{--init-command}
1025@cindex @code{-ix}
2d7b58e8
JK
1026Execute commands from file @var{file} before loading the inferior (but
1027after loading gdbinit files).
8320cc4f
JK
1028@xref{Startup}.
1029
1030@item -init-eval-command @var{command}
1031@itemx -iex @var{command}
1032@cindex @code{--init-eval-command}
1033@cindex @code{-iex}
2d7b58e8
JK
1034Execute a single @value{GDBN} command before loading the inferior (but
1035after loading gdbinit files).
8320cc4f
JK
1036@xref{Startup}.
1037
c906108c
SS
1038@item -directory @var{directory}
1039@itemx -d @var{directory}
d700128c
EZ
1040@cindex @code{--directory}
1041@cindex @code{-d}
4b505b12 1042Add @var{directory} to the path to search for source and script files.
c906108c 1043
c906108c
SS
1044@item -r
1045@itemx -readnow
d700128c
EZ
1046@cindex @code{--readnow}
1047@cindex @code{-r}
c906108c
SS
1048Read each symbol file's entire symbol table immediately, rather than
1049the default, which is to read it incrementally as it is needed.
1050This makes startup slower, but makes future operations faster.
53a5351d 1051
97cbe998
SDJ
1052@item --readnever
1053@anchor{--readnever}
1054@cindex @code{--readnever}, command-line option
1055Do not read each symbol file's symbolic debug information. This makes
1056startup faster but at the expense of not being able to perform
1057symbolic debugging. DWARF unwind information is also not read,
1058meaning backtraces may become incomplete or inaccurate. One use of
1059this is when a user simply wants to do the following sequence: attach,
1060dump core, detach. Loading the debugging information in this case is
1061an unnecessary cause of delay.
c906108c
SS
1062@end table
1063
6d2ebf8b 1064@node Mode Options
79a6e687 1065@subsection Choosing Modes
c906108c
SS
1066
1067You can run @value{GDBN} in various alternative modes---for example, in
1068batch mode or quiet mode.
1069
1070@table @code
bf88dd68 1071@anchor{-nx}
c906108c
SS
1072@item -nx
1073@itemx -n
d700128c
EZ
1074@cindex @code{--nx}
1075@cindex @code{-n}
07540c15
DE
1076Do not execute commands found in any initialization file.
1077There are three init files, loaded in the following order:
1078
1079@table @code
1080@item @file{system.gdbinit}
1081This is the system-wide init file.
1082Its location is specified with the @code{--with-system-gdbinit}
1083configure option (@pxref{System-wide configuration}).
1084It is loaded first when @value{GDBN} starts, before command line options
1085have been processed.
ed2a2229
CB
1086@item @file{system.gdbinit.d}
1087This is the system-wide init directory.
1088Its location is specified with the @code{--with-system-gdbinit-dir}
1089configure option (@pxref{System-wide configuration}).
1090Files in this directory are loaded in alphabetical order immediately after
1091system.gdbinit (if enabled) when @value{GDBN} starts, before command line
1092options have been processed. Files need to have a recognized scripting
1093language extension (@file{.py}/@file{.scm}) or be named with a @file{.gdb}
1094extension to be interpreted as regular @value{GDBN} commands. @value{GDBN}
1095will not recurse into any subdirectories of this directory.
07540c15
DE
1096@item @file{~/.gdbinit}
1097This is the init file in your home directory.
1098It is loaded next, after @file{system.gdbinit}, and before
1099command options have been processed.
1100@item @file{./.gdbinit}
1101This is the init file in the current directory.
1102It is loaded last, after command line options other than @code{-x} and
1103@code{-ex} have been processed. Command line options @code{-x} and
1104@code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1105@end table
1106
1107For further documentation on startup processing, @xref{Startup}.
1108For documentation on how to write command files,
1109@xref{Command Files,,Command Files}.
1110
1111@anchor{-nh}
1112@item -nh
1113@cindex @code{--nh}
1114Do not execute commands found in @file{~/.gdbinit}, the init file
1115in your home directory.
1116@xref{Startup}.
c906108c
SS
1117
1118@item -quiet
d700128c 1119@itemx -silent
c906108c 1120@itemx -q
d700128c
EZ
1121@cindex @code{--quiet}
1122@cindex @code{--silent}
1123@cindex @code{-q}
c906108c
SS
1124``Quiet''. Do not print the introductory and copyright messages. These
1125messages are also suppressed in batch mode.
1126
1127@item -batch
d700128c 1128@cindex @code{--batch}
c906108c
SS
1129Run in batch mode. Exit with status @code{0} after processing all the
1130command files specified with @samp{-x} (and all commands from
1131initialization files, if not inhibited with @samp{-n}). Exit with
1132nonzero status if an error occurs in executing the @value{GDBN} commands
5da1313b
JK
1133in the command files. Batch mode also disables pagination, sets unlimited
1134terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1135off} were in effect (@pxref{Messages/Warnings}).
c906108c 1136
2df3850c
JM
1137Batch mode may be useful for running @value{GDBN} as a filter, for
1138example to download and run a program on another computer; in order to
1139make this more useful, the message
c906108c 1140
474c8240 1141@smallexample
c906108c 1142Program exited normally.
474c8240 1143@end smallexample
c906108c
SS
1144
1145@noindent
2df3850c
JM
1146(which is ordinarily issued whenever a program running under
1147@value{GDBN} control terminates) is not issued when running in batch
1148mode.
1149
1a088d06
AS
1150@item -batch-silent
1151@cindex @code{--batch-silent}
1152Run in batch mode exactly like @samp{-batch}, but totally silently. All
1153@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1154unaffected). This is much quieter than @samp{-silent} and would be useless
1155for an interactive session.
1156
1157This is particularly useful when using targets that give @samp{Loading section}
1158messages, for example.
1159
1160Note that targets that give their output via @value{GDBN}, as opposed to
1161writing directly to @code{stdout}, will also be made silent.
1162
4b0ad762
AS
1163@item -return-child-result
1164@cindex @code{--return-child-result}
1165The return code from @value{GDBN} will be the return code from the child
1166process (the process being debugged), with the following exceptions:
1167
1168@itemize @bullet
1169@item
1170@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1171internal error. In this case the exit code is the same as it would have been
1172without @samp{-return-child-result}.
1173@item
1174The user quits with an explicit value. E.g., @samp{quit 1}.
1175@item
1176The child process never runs, or is not allowed to terminate, in which case
1177the exit code will be -1.
1178@end itemize
1179
1180This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1181when @value{GDBN} is being used as a remote program loader or simulator
1182interface.
1183
2df3850c
JM
1184@item -nowindows
1185@itemx -nw
d700128c
EZ
1186@cindex @code{--nowindows}
1187@cindex @code{-nw}
2df3850c 1188``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1189(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1190interface. If no GUI is available, this option has no effect.
1191
1192@item -windows
1193@itemx -w
d700128c
EZ
1194@cindex @code{--windows}
1195@cindex @code{-w}
2df3850c
JM
1196If @value{GDBN} includes a GUI, then this option requires it to be
1197used if possible.
c906108c
SS
1198
1199@item -cd @var{directory}
d700128c 1200@cindex @code{--cd}
c906108c
SS
1201Run @value{GDBN} using @var{directory} as its working directory,
1202instead of the current directory.
1203
aae1c79a 1204@item -data-directory @var{directory}
8d551b02 1205@itemx -D @var{directory}
aae1c79a 1206@cindex @code{--data-directory}
8d551b02 1207@cindex @code{-D}
aae1c79a
DE
1208Run @value{GDBN} using @var{directory} as its data directory.
1209The data directory is where @value{GDBN} searches for its
1210auxiliary files. @xref{Data Files}.
1211
c906108c
SS
1212@item -fullname
1213@itemx -f
d700128c
EZ
1214@cindex @code{--fullname}
1215@cindex @code{-f}
7a292a7a
SS
1216@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1217subprocess. It tells @value{GDBN} to output the full file name and line
1218number in a standard, recognizable fashion each time a stack frame is
1219displayed (which includes each time your program stops). This
1220recognizable format looks like two @samp{\032} characters, followed by
1221the file name, line number and character position separated by colons,
1222and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1223@samp{\032} characters as a signal to display the source code for the
1224frame.
c906108c 1225
d700128c
EZ
1226@item -annotate @var{level}
1227@cindex @code{--annotate}
1228This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1229effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1230(@pxref{Annotations}). The annotation @var{level} controls how much
1231information @value{GDBN} prints together with its prompt, values of
1232expressions, source lines, and other types of output. Level 0 is the
1233normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1234@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1235that control @value{GDBN}, and level 2 has been deprecated.
1236
265eeb58 1237The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1238(@pxref{GDB/MI}).
d700128c 1239
aa26fa3a
TT
1240@item --args
1241@cindex @code{--args}
1242Change interpretation of command line so that arguments following the
1243executable file are passed as command line arguments to the inferior.
1244This option stops option processing.
1245
2df3850c
JM
1246@item -baud @var{bps}
1247@itemx -b @var{bps}
d700128c
EZ
1248@cindex @code{--baud}
1249@cindex @code{-b}
c906108c
SS
1250Set the line speed (baud rate or bits per second) of any serial
1251interface used by @value{GDBN} for remote debugging.
c906108c 1252
f47b1503
AS
1253@item -l @var{timeout}
1254@cindex @code{-l}
1255Set the timeout (in seconds) of any communication used by @value{GDBN}
1256for remote debugging.
1257
c906108c 1258@item -tty @var{device}
d700128c
EZ
1259@itemx -t @var{device}
1260@cindex @code{--tty}
1261@cindex @code{-t}
c906108c
SS
1262Run using @var{device} for your program's standard input and output.
1263@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1264
53a5351d 1265@c resolve the situation of these eventually
c4555f82
SC
1266@item -tui
1267@cindex @code{--tui}
d0d5df6f
AC
1268Activate the @dfn{Text User Interface} when starting. The Text User
1269Interface manages several text windows on the terminal, showing
1270source, assembly, registers and @value{GDBN} command outputs
217bff3e
JK
1271(@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1272option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1273Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d 1274
d700128c
EZ
1275@item -interpreter @var{interp}
1276@cindex @code{--interpreter}
1277Use the interpreter @var{interp} for interface with the controlling
1278program or device. This option is meant to be set by programs which
94bbb2c0 1279communicate with @value{GDBN} using it as a back end.
21c294e6 1280@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1281
b4be1b06
SM
1282@samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1283@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1284The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1285version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1286included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1287interfaces are no longer supported.
d700128c
EZ
1288
1289@item -write
1290@cindex @code{--write}
1291Open the executable and core files for both reading and writing. This
1292is equivalent to the @samp{set write on} command inside @value{GDBN}
1293(@pxref{Patching}).
1294
1295@item -statistics
1296@cindex @code{--statistics}
1297This option causes @value{GDBN} to print statistics about time and
1298memory usage after it completes each command and returns to the prompt.
1299
1300@item -version
1301@cindex @code{--version}
1302This option causes @value{GDBN} to print its version number and
1303no-warranty blurb, and exit.
1304
6eaaf48b
EZ
1305@item -configuration
1306@cindex @code{--configuration}
1307This option causes @value{GDBN} to print details about its build-time
1308configuration parameters, and then exit. These details can be
1309important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1310
c906108c
SS
1311@end table
1312
6fc08d32 1313@node Startup
79a6e687 1314@subsection What @value{GDBN} Does During Startup
6fc08d32
EZ
1315@cindex @value{GDBN} startup
1316
1317Here's the description of what @value{GDBN} does during session startup:
1318
1319@enumerate
1320@item
1321Sets up the command interpreter as specified by the command line
1322(@pxref{Mode Options, interpreter}).
1323
1324@item
1325@cindex init file
098b41a6
JG
1326Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1327used when building @value{GDBN}; @pxref{System-wide configuration,
ed2a2229
CB
1328 ,System-wide configuration and settings}) and the files in the system-wide
1329gdbinit directory (if @option{--with-system-gdbinit-dir} was used) and executes
1330all the commands in those files. The files need to be named with a @file{.gdb}
1331extension to be interpreted as @value{GDBN} commands, or they can be written
1332in a supported scripting language with an appropriate file extension.
098b41a6 1333
bf88dd68 1334@anchor{Home Directory Init File}
098b41a6
JG
1335@item
1336Reads the init file (if any) in your home directory@footnote{On
6fc08d32
EZ
1337DOS/Windows systems, the home directory is the one pointed to by the
1338@code{HOME} environment variable.} and executes all the commands in
1339that file.
1340
2d7b58e8
JK
1341@anchor{Option -init-eval-command}
1342@item
1343Executes commands and command files specified by the @samp{-iex} and
1344@samp{-ix} options in their specified order. Usually you should use the
1345@samp{-ex} and @samp{-x} options instead, but this way you can apply
1346settings before @value{GDBN} init files get executed and before inferior
1347gets loaded.
1348
6fc08d32
EZ
1349@item
1350Processes command line options and operands.
1351
bf88dd68 1352@anchor{Init File in the Current Directory during Startup}
6fc08d32
EZ
1353@item
1354Reads and executes the commands from init file (if any) in the current
bf88dd68
JK
1355working directory as long as @samp{set auto-load local-gdbinit} is set to
1356@samp{on} (@pxref{Init File in the Current Directory}).
1357This is only done if the current directory is
119b882a
EZ
1358different from your home directory. Thus, you can have more than one
1359init file, one generic in your home directory, and another, specific
1360to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1361@value{GDBN}.
1362
a86caf66
DE
1363@item
1364If the command line specified a program to debug, or a process to
1365attach to, or a core file, @value{GDBN} loads any auto-loaded
1366scripts provided for the program or for its loaded shared libraries.
1367@xref{Auto-loading}.
1368
1369If you wish to disable the auto-loading during startup,
1370you must do something like the following:
1371
1372@smallexample
bf88dd68 1373$ gdb -iex "set auto-load python-scripts off" myprogram
a86caf66
DE
1374@end smallexample
1375
8320cc4f
JK
1376Option @samp{-ex} does not work because the auto-loading is then turned
1377off too late.
a86caf66 1378
6fc08d32 1379@item
6fe37d23
JK
1380Executes commands and command files specified by the @samp{-ex} and
1381@samp{-x} options in their specified order. @xref{Command Files}, for
1382more details about @value{GDBN} command files.
6fc08d32
EZ
1383
1384@item
1385Reads the command history recorded in the @dfn{history file}.
d620b259 1386@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1387files where @value{GDBN} records it.
1388@end enumerate
1389
1390Init files use the same syntax as @dfn{command files} (@pxref{Command
1391Files}) and are processed by @value{GDBN} in the same way. The init
1392file in your home directory can set options (such as @samp{set
1393complaints}) that affect subsequent processing of command line options
1394and operands. Init files are not executed if you use the @samp{-nx}
79a6e687 1395option (@pxref{Mode Options, ,Choosing Modes}).
6fc08d32 1396
098b41a6
JG
1397To display the list of init files loaded by gdb at startup, you
1398can use @kbd{gdb --help}.
1399
6fc08d32
EZ
1400@cindex init file name
1401@cindex @file{.gdbinit}
119b882a 1402@cindex @file{gdb.ini}
8807d78b 1403The @value{GDBN} init files are normally called @file{.gdbinit}.
119b882a
EZ
1404The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1405the limitations of file names imposed by DOS filesystems. The Windows
4d3f93a2
JB
1406port of @value{GDBN} uses the standard name, but if it finds a
1407@file{gdb.ini} file in your home directory, it warns you about that
1408and suggests to rename the file to the standard name.
119b882a 1409
6fc08d32 1410
6d2ebf8b 1411@node Quitting GDB
c906108c
SS
1412@section Quitting @value{GDBN}
1413@cindex exiting @value{GDBN}
1414@cindex leaving @value{GDBN}
1415
1416@table @code
1417@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1418@kindex q @r{(@code{quit})}
96a2c332
SS
1419@item quit @r{[}@var{expression}@r{]}
1420@itemx q
1421To exit @value{GDBN}, use the @code{quit} command (abbreviated
c8aa23ab 1422@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
96a2c332
SS
1423do not supply @var{expression}, @value{GDBN} will terminate normally;
1424otherwise it will terminate using the result of @var{expression} as the
1425error code.
c906108c
SS
1426@end table
1427
1428@cindex interrupt
c8aa23ab 1429An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
c906108c
SS
1430terminates the action of any @value{GDBN} command that is in progress and
1431returns to @value{GDBN} command level. It is safe to type the interrupt
1432character at any time because @value{GDBN} does not allow it to take effect
1433until a time when it is safe.
1434
c906108c
SS
1435If you have been using @value{GDBN} to control an attached process or
1436device, you can release it with the @code{detach} command
79a6e687 1437(@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 1438
6d2ebf8b 1439@node Shell Commands
79a6e687 1440@section Shell Commands
c906108c
SS
1441
1442If you need to execute occasional shell commands during your
1443debugging session, there is no need to leave or suspend @value{GDBN}; you can
1444just use the @code{shell} command.
1445
1446@table @code
1447@kindex shell
ed59ded5 1448@kindex !
c906108c 1449@cindex shell escape
ed59ded5
DE
1450@item shell @var{command-string}
1451@itemx !@var{command-string}
1452Invoke a standard shell to execute @var{command-string}.
1453Note that no space is needed between @code{!} and @var{command-string}.
edf92af0
EZ
1454On GNU and Unix systems, the environment variable @code{SHELL}, if it
1455exists, determines which shell to run. Otherwise @value{GDBN} uses
1456the default shell (@file{/bin/sh} on GNU and Unix systems,
1457@file{cmd.exe} on MS-Windows, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1458@end table
1459
1460The utility @code{make} is often needed in development environments.
1461You do not have to use the @code{shell} command for this purpose in
1462@value{GDBN}:
1463
1464@table @code
1465@kindex make
1466@cindex calling make
1467@item make @var{make-args}
1468Execute the @code{make} program with the specified
1469arguments. This is equivalent to @samp{shell make @var{make-args}}.
1470@end table
1471
e2c52041
PW
1472@table @code
1473@kindex pipe
1474@kindex |
1475@cindex send the output of a gdb command to a shell command
1476@anchor{pipe}
1477@item pipe [@var{command}] | @var{shell_command}
1478@itemx | [@var{command}] | @var{shell_command}
1479@itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1480@itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1481Executes @var{command} and sends its output to @var{shell_command}.
1482Note that no space is needed around @code{|}.
1483If no @var{command} is provided, the last command executed is repeated.
1484
1485In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1486can be used to specify an alternate delimiter string @var{delim} that separates
1487the @var{command} from the @var{shell_command}.
1488
1489Example:
1490@smallexample
1491@group
1492(gdb) p var
1493$1 = @{
1494 black = 144,
1495 red = 233,
1496 green = 377,
1497 blue = 610,
1498 white = 987
1499@}
1500@end group
1501@group
1502(gdb) pipe p var|wc
1503 7 19 80
1504(gdb) |p var|wc -l
15057
1506@end group
1507@group
1508(gdb) p /x var
1509$4 = @{
1510 black = 0x90,
1511 red = 0xe9,
1512 green = 0x179,
1513 blue = 0x262,
1514 white = 0x3db
1515@}
1516(gdb) ||grep red
1517 red => 0xe9,
1518@end group
1519@group
1520(gdb) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1521this contains a PIPE char
1522(gdb) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1523this contains a PIPE char!
1524(gdb)
1525@end group
1526@end smallexample
1527@end table
1528
1529The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1530can be used to examine the exit status of the last shell command launched
1531by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1532@xref{Convenience Vars,, Convenience Variables}.
1533
79a6e687
BW
1534@node Logging Output
1535@section Logging Output
0fac0b41 1536@cindex logging @value{GDBN} output
9c16f35a 1537@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1538
1539You may want to save the output of @value{GDBN} commands to a file.
1540There are several commands to control @value{GDBN}'s logging.
1541
1542@table @code
1543@kindex set logging
1544@item set logging on
1545Enable logging.
1546@item set logging off
1547Disable logging.
9c16f35a 1548@cindex logging file name
0fac0b41
DJ
1549@item set logging file @var{file}
1550Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1551@item set logging overwrite [on|off]
1552By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1553you want @code{set logging on} to overwrite the logfile instead.
1554@item set logging redirect [on|off]
1555By default, @value{GDBN} output will go to both the terminal and the logfile.
1556Set @code{redirect} if you want output to go only to the log file.
b7060614
AH
1557@item set logging debugredirect [on|off]
1558By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1559Set @code{debugredirect} if you want debug output to go only to the log file.
0fac0b41
DJ
1560@kindex show logging
1561@item show logging
1562Show the current values of the logging settings.
1563@end table
1564
e2c52041
PW
1565You can also redirect the output of a @value{GDBN} command to a
1566shell command. @xref{pipe}.
6d2ebf8b 1567@node Commands
c906108c
SS
1568@chapter @value{GDBN} Commands
1569
1570You can abbreviate a @value{GDBN} command to the first few letters of the command
1571name, if that abbreviation is unambiguous; and you can repeat certain
1572@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1573key to get @value{GDBN} to fill out the rest of a word in a command (or to
1574show you the alternatives available, if there is more than one possibility).
1575
1576@menu
1577* Command Syntax:: How to give commands to @value{GDBN}
fdbc9870 1578* Command Settings:: How to change default behavior of commands
c906108c 1579* Completion:: Command completion
3345721a 1580* Command Options:: Command options
5b860c93 1581* Command aliases default args:: Automatically prepend default arguments to user-defined aliases
c906108c
SS
1582* Help:: How to ask @value{GDBN} for help
1583@end menu
1584
6d2ebf8b 1585@node Command Syntax
79a6e687 1586@section Command Syntax
c906108c
SS
1587
1588A @value{GDBN} command is a single line of input. There is no limit on
1589how long it can be. It starts with a command name, which is followed by
1590arguments whose meaning depends on the command name. For example, the
1591command @code{step} accepts an argument which is the number of times to
1592step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1593with no arguments. Some commands do not allow any arguments.
c906108c
SS
1594
1595@cindex abbreviation
1596@value{GDBN} command names may always be truncated if that abbreviation is
1597unambiguous. Other possible command abbreviations are listed in the
1598documentation for individual commands. In some cases, even ambiguous
1599abbreviations are allowed; for example, @code{s} is specially defined as
1600equivalent to @code{step} even though there are other commands whose
1601names start with @code{s}. You can test abbreviations by using them as
1602arguments to the @code{help} command.
1603
1604@cindex repeating commands
41afff9a 1605@kindex RET @r{(repeat last command)}
c906108c 1606A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1607repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1608will not repeat this way; these are commands whose unintentional
1609repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1610repeat. User-defined commands can disable this feature; see
1611@ref{Define, dont-repeat}.
c906108c
SS
1612
1613The @code{list} and @code{x} commands, when you repeat them with
1614@key{RET}, construct new arguments rather than repeating
1615exactly as typed. This permits easy scanning of source or memory.
1616
1617@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1618output, in a way similar to the common utility @code{more}
79a6e687 1619(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
c906108c
SS
1620@key{RET} too many in this situation, @value{GDBN} disables command
1621repetition after any command that generates this sort of display.
1622
41afff9a 1623@kindex # @r{(a comment)}
c906108c
SS
1624@cindex comment
1625Any text from a @kbd{#} to the end of the line is a comment; it does
1626nothing. This is useful mainly in command files (@pxref{Command
79a6e687 1627Files,,Command Files}).
c906108c 1628
88118b3a 1629@cindex repeating command sequences
c8aa23ab
EZ
1630@kindex Ctrl-o @r{(operate-and-get-next)}
1631The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
7f9087cb 1632commands. This command accepts the current line, like @key{RET}, and
88118b3a
TT
1633then fetches the next line relative to the current line from the history
1634for editing.
1635
fdbc9870
PA
1636
1637@node Command Settings
1638@section Command Settings
1639@cindex default behavior of commands, changing
1640@cindex default settings, changing
1641
1642Many commands change their behavior according to command-specific
1643variables or settings. These settings can be changed with the
1644@code{set} subcommands. For example, the @code{print} command
1645(@pxref{Data, ,Examining Data}) prints arrays differently depending on
1646settings changeable with the commands @code{set print elements
1647NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1648
1649You can change these settings to your preference in the gdbinit files
1650loaded at @value{GDBN} startup. @xref{Startup}.
1651
1652The settings can also be changed interactively during the debugging
1653session. For example, to change the limit of array elements to print,
1654you can do the following:
1655@smallexample
1656(@value{GDBN}) set print elements 10
1657(@value{GDBN}) print some_array
1658$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1659@end smallexample
1660
1661The above @code{set print elements 10} command changes the number of
1662elements to print from the default of 200 to 10. If you only intend
1663this limit of 10 to be used for printing @code{some_array}, then you
1664must restore the limit back to 200, with @code{set print elements
1665200}.
1666
1667Some commands allow overriding settings with command options. For
1668example, the @code{print} command supports a number of options that
1669allow overriding relevant global print settings as set by @code{set
1670print} subcommands. @xref{print options}. The example above could be
1671rewritten as:
1672@smallexample
1673(@value{GDBN}) print -elements 10 -- some_array
1674$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1675@end smallexample
1676
1677Alternatively, you can use the @code{with} command to change a setting
1678temporarily, for the duration of a command invocation.
1679
1680@table @code
1681@kindex with command
1682@kindex w @r{(@code{with})}
1683@cindex settings
1684@cindex temporarily change settings
1685@item with @var{setting} [@var{value}] [-- @var{command}]
1686@itemx w @var{setting} [@var{value}] [-- @var{command}]
1687Temporarily set @var{setting} to @var{value} for the duration of
1688@var{command}.
1689
1690@var{setting} is any setting you can change with the @code{set}
1691subcommands. @var{value} is the value to assign to @code{setting}
1692while running @code{command}.
1693
1694If no @var{command} is provided, the last command executed is
1695repeated.
1696
1697If a @var{command} is provided, it must be preceded by a double dash
1698(@code{--}) separator. This is required because some settings accept
1699free-form arguments, such as expressions or filenames.
1700
1701For example, the command
1702@smallexample
1703(@value{GDBN}) with print array on -- print some_array
1704@end smallexample
1705@noindent
1706is equivalent to the following 3 commands:
1707@smallexample
1708(@value{GDBN}) set print array on
1709(@value{GDBN}) print some_array
1710(@value{GDBN}) set print array off
1711@end smallexample
1712
1713The @code{with} command is particularly useful when you want to
1714override a setting while running user-defined commands, or commands
1715defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1716
1717@smallexample
1718(@value{GDBN}) with print pretty on -- my_complex_command
1719@end smallexample
1720
1721To change several settings for the same command, you can nest
1722@code{with} commands. For example, @code{with language ada -- with
1723print elements 10} temporarily changes the language to Ada and sets a
1724limit of 10 elements to print for arrays and strings.
1725
1726@end table
1727
6d2ebf8b 1728@node Completion
79a6e687 1729@section Command Completion
c906108c
SS
1730
1731@cindex completion
1732@cindex word completion
1733@value{GDBN} can fill in the rest of a word in a command for you, if there is
1734only one possibility; it can also show you what the valid possibilities
1735are for the next word in a command, at any time. This works for @value{GDBN}
3345721a
PA
1736commands, @value{GDBN} subcommands, command options, and the names of symbols
1737in your program.
c906108c
SS
1738
1739Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1740of a word. If there is only one possibility, @value{GDBN} fills in the
1741word, and waits for you to finish the command (or press @key{RET} to
1742enter it). For example, if you type
1743
1744@c FIXME "@key" does not distinguish its argument sufficiently to permit
1745@c complete accuracy in these examples; space introduced for clarity.
1746@c If texinfo enhancements make it unnecessary, it would be nice to
1747@c replace " @key" by "@key" in the following...
474c8240 1748@smallexample
c906108c 1749(@value{GDBP}) info bre @key{TAB}
474c8240 1750@end smallexample
c906108c
SS
1751
1752@noindent
1753@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1754the only @code{info} subcommand beginning with @samp{bre}:
1755
474c8240 1756@smallexample
c906108c 1757(@value{GDBP}) info breakpoints
474c8240 1758@end smallexample
c906108c
SS
1759
1760@noindent
1761You can either press @key{RET} at this point, to run the @code{info
1762breakpoints} command, or backspace and enter something else, if
1763@samp{breakpoints} does not look like the command you expected. (If you
1764were sure you wanted @code{info breakpoints} in the first place, you
1765might as well just type @key{RET} immediately after @samp{info bre},
1766to exploit command abbreviations rather than command completion).
1767
1768If there is more than one possibility for the next word when you press
1769@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1770characters and try again, or just press @key{TAB} a second time;
1771@value{GDBN} displays all the possible completions for that word. For
1772example, you might want to set a breakpoint on a subroutine whose name
1773begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1774just sounds the bell. Typing @key{TAB} again displays all the
1775function names in your program that begin with those characters, for
1776example:
1777
474c8240 1778@smallexample
c906108c
SS
1779(@value{GDBP}) b make_ @key{TAB}
1780@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1781make_a_section_from_file make_environ
1782make_abs_section make_function_type
1783make_blockvector make_pointer_type
1784make_cleanup make_reference_type
c906108c
SS
1785make_command make_symbol_completion_list
1786(@value{GDBP}) b make_
474c8240 1787@end smallexample
c906108c
SS
1788
1789@noindent
1790After displaying the available possibilities, @value{GDBN} copies your
1791partial input (@samp{b make_} in the example) so you can finish the
1792command.
1793
1794If you just want to see the list of alternatives in the first place, you
b37052ae 1795can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1796means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1797key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1798one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c 1799
ef0b411a
GB
1800If the number of possible completions is large, @value{GDBN} will
1801print as much of the list as it has collected, as well as a message
1802indicating that the list may be truncated.
1803
1804@smallexample
1805(@value{GDBP}) b m@key{TAB}@key{TAB}
1806main
1807<... the rest of the possible completions ...>
1808*** List may be truncated, max-completions reached. ***
1809(@value{GDBP}) b m
1810@end smallexample
1811
1812@noindent
1813This behavior can be controlled with the following commands:
1814
1815@table @code
1816@kindex set max-completions
1817@item set max-completions @var{limit}
1818@itemx set max-completions unlimited
1819Set the maximum number of completion candidates. @value{GDBN} will
1820stop looking for more completions once it collects this many candidates.
1821This is useful when completing on things like function names as collecting
1822all the possible candidates can be time consuming.
1823The default value is 200. A value of zero disables tab-completion.
1824Note that setting either no limit or a very large limit can make
1825completion slow.
1826@kindex show max-completions
1827@item show max-completions
1828Show the maximum number of candidates that @value{GDBN} will collect and show
1829during completion.
1830@end table
1831
c906108c
SS
1832@cindex quotes in commands
1833@cindex completion of quoted strings
1834Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1835parentheses or other characters that @value{GDBN} normally excludes from
1836its notion of a word. To permit word completion to work in this
1837situation, you may enclose words in @code{'} (single quote marks) in
1838@value{GDBN} commands.
c906108c 1839
d044bac8
PA
1840A likely situation where you might need this is in typing an
1841expression that involves a C@t{++} symbol name with template
1842parameters. This is because when completing expressions, GDB treats
1843the @samp{<} character as word delimiter, assuming that it's the
1844less-than comparison operator (@pxref{C Operators, , C and C@t{++}
1845Operators}).
1846
1847For example, when you want to call a C@t{++} template function
1848interactively using the @code{print} or @code{call} commands, you may
1849need to distinguish whether you mean the version of @code{name} that
1850was specialized for @code{int}, @code{name<int>()}, or the version
1851that was specialized for @code{float}, @code{name<float>()}. To use
1852the word-completion facilities in this situation, type a single quote
b37052ae
EZ
1853@code{'} at the beginning of the function name. This alerts
1854@value{GDBN} that it may need to consider more information than usual
1855when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1856
474c8240 1857@smallexample
d044bac8
PA
1858(@value{GDBP}) p 'func< @kbd{M-?}
1859func<int>() func<float>()
1860(@value{GDBP}) p 'func<
474c8240 1861@end smallexample
c906108c 1862
d044bac8
PA
1863When setting breakpoints however (@pxref{Specify Location}), you don't
1864usually need to type a quote before the function name, because
1865@value{GDBN} understands that you want to set a breakpoint on a
1866function:
c906108c 1867
474c8240 1868@smallexample
d044bac8
PA
1869(@value{GDBP}) b func< @kbd{M-?}
1870func<int>() func<float>()
1871(@value{GDBP}) b func<
474c8240 1872@end smallexample
c906108c 1873
d044bac8
PA
1874This is true even in the case of typing the name of C@t{++} overloaded
1875functions (multiple definitions of the same function, distinguished by
1876argument type). For example, when you want to set a breakpoint you
1877don't need to distinguish whether you mean the version of @code{name}
1878that takes an @code{int} parameter, @code{name(int)}, or the version
1879that takes a @code{float} parameter, @code{name(float)}.
1880
1881@smallexample
1882(@value{GDBP}) b bubble( @kbd{M-?}
1883bubble(int) bubble(double)
1884(@value{GDBP}) b bubble(dou @kbd{M-?}
1885bubble(double)
1886@end smallexample
1887
1888See @ref{quoting names} for a description of other scenarios that
1889require quoting.
c906108c 1890
79a6e687
BW
1891For more information about overloaded functions, see @ref{C Plus Plus
1892Expressions, ,C@t{++} Expressions}. You can use the command @code{set
c906108c 1893overload-resolution off} to disable overload resolution;
79a6e687 1894see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
c906108c 1895
65d12d83
TT
1896@cindex completion of structure field names
1897@cindex structure field name completion
1898@cindex completion of union field names
1899@cindex union field name completion
1900When completing in an expression which looks up a field in a
1901structure, @value{GDBN} also tries@footnote{The completer can be
1902confused by certain kinds of invalid expressions. Also, it only
1903examines the static type of the expression, not the dynamic type.} to
1904limit completions to the field names available in the type of the
1905left-hand-side:
1906
1907@smallexample
1908(@value{GDBP}) p gdb_stdout.@kbd{M-?}
01124a23
DE
1909magic to_fputs to_rewind
1910to_data to_isatty to_write
1911to_delete to_put to_write_async_safe
1912to_flush to_read
65d12d83
TT
1913@end smallexample
1914
1915@noindent
1916This is because the @code{gdb_stdout} is a variable of the type
1917@code{struct ui_file} that is defined in @value{GDBN} sources as
1918follows:
1919
1920@smallexample
1921struct ui_file
1922@{
1923 int *magic;
1924 ui_file_flush_ftype *to_flush;
1925 ui_file_write_ftype *to_write;
01124a23 1926 ui_file_write_async_safe_ftype *to_write_async_safe;
65d12d83
TT
1927 ui_file_fputs_ftype *to_fputs;
1928 ui_file_read_ftype *to_read;
1929 ui_file_delete_ftype *to_delete;
1930 ui_file_isatty_ftype *to_isatty;
1931 ui_file_rewind_ftype *to_rewind;
1932 ui_file_put_ftype *to_put;
1933 void *to_data;
1934@}
1935@end smallexample
1936
3345721a
PA
1937@node Command Options
1938@section Command options
1939
1940@cindex command options
1941Some commands accept options starting with a leading dash. For
1942example, @code{print -pretty}. Similarly to command names, you can
1943abbreviate a @value{GDBN} option to the first few letters of the
1944option name, if that abbreviation is unambiguous, and you can also use
1945the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
1946in an option (or to show you the alternatives available, if there is
1947more than one possibility).
1948
1949@cindex command options, raw input
1950Some commands take raw input as argument. For example, the print
1951command processes arbitrary expressions in any of the languages
1952supported by @value{GDBN}. With such commands, because raw input may
1953start with a leading dash that would be confused with an option or any
d8edc8b7
PW
1954of its abbreviations, e.g.@: @code{print -p} (short for @code{print
1955-pretty} or printing negative @code{p}?), if you specify any command
3345721a
PA
1956option, then you must use a double-dash (@code{--}) delimiter to
1957indicate the end of options.
1958
1959@cindex command options, boolean
1960
1961Some options are described as accepting an argument which can be
1962either @code{on} or @code{off}. These are known as @dfn{boolean
1963options}. Similarly to boolean settings commands---@code{on} and
1964@code{off} are the typical values, but any of @code{1}, @code{yes} and
1965@code{enable} can also be used as ``true'' value, and any of @code{0},
1966@code{no} and @code{disable} can also be used as ``false'' value. You
1967can also omit a ``true'' value, as it is implied by default.
1968
1969For example, these are equivalent:
1970
1971@smallexample
1972(@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
1973(@value{GDBP}) p -o -p 0 -e u -- *myptr
1974@end smallexample
1975
1976You can discover the set of options some command accepts by completing
1977on @code{-} after the command name. For example:
1978
1979@smallexample
1980(@value{GDBP}) print -@key{TAB}@key{TAB}
d8edc8b7
PW
1981-address -max-depth -raw-values -union
1982-array -null-stop -repeats -vtbl
1983-array-indexes -object -static-members
1984-elements -pretty -symbol
3345721a
PA
1985@end smallexample
1986
1987Completion will in some cases guide you with a suggestion of what kind
1988of argument an option expects. For example:
1989
1990@smallexample
1991(@value{GDBP}) print -elements @key{TAB}@key{TAB}
1992NUMBER unlimited
1993@end smallexample
1994
1995Here, the option expects a number (e.g., @code{100}), not literal
1996@code{NUMBER}. Such metasyntactical arguments are always presented in
1997uppercase.
1998
1999(For more on using the @code{print} command, see @ref{Data, ,Examining
2000Data}.)
c906108c 2001
5b860c93
PW
2002@node Command aliases default args
2003@section Automatically prepend default arguments to user-defined aliases
2004
2005You can tell @value{GDBN} to always prepend some default arguments to
2006the list of arguments provided explicitly by the user when using a
2007user-defined alias.
2008
2009If you repeatedly use the same arguments or options for a command, you
2010can define an alias for this command and tell @value{GDBN} to
2011automatically prepend these arguments or options to the list of
2012arguments you type explicitly when using the alias@footnote{@value{GDBN}
2013could easily accept default arguments for pre-defined commands and aliases,
2014but it was deemed this would be confusing, and so is not allowed.}.
2015
2016For example, if you often use the command @code{thread apply all}
2017specifying to work on the threads in ascending order and to continue in case it
2018encounters an error, you can tell @value{GDBN} to automatically preprend
2019the @code{-ascending} and @code{-c} options by using:
2020
2021@smallexample
2022(@value{GDBP}) alias thread apply asc-all = thread apply all -ascending -c
2023@end smallexample
2024
2025Once you have defined this alias with its default args, any time you type
2026the @code{thread apply asc-all} followed by @code{some arguments},
2027@value{GDBN} will execute @code{thread apply all -ascending -c some arguments}.
2028
2029To have even less to type, you can also define a one word alias:
2030@smallexample
2031(@value{GDBP}) alias t_a_c = thread apply all -ascending -c
2032@end smallexample
2033
2034As usual, unambiguous abbreviations can be used for @var{alias}
2035and @var{default-args}.
2036
2037The different aliases of a command do not share their default args.
2038For example, you define a new alias @code{bt_ALL} showing all possible
2039information and another alias @code{bt_SMALL} showing very limited information
2040using:
2041@smallexample
2042(@value{GDBP}) alias bt_ALL = backtrace -entry-values both -frame-arg all \
2043 -past-main -past-entry -full
2044(@value{GDBP}) alias bt_SMALL = backtrace -entry-values no -frame-arg none \
2045 -past-main off -past-entry off
2046@end smallexample
2047
2048(For more on using the @code{alias} command, see @ref{Aliases}.)
2049
2050Default args are not limited to the arguments and options of @var{command},
2051but can specify nested commands if @var{command} accepts such a nested command
2052as argument.
2053For example, the below defines @code{faalocalsoftype} that lists the
2054frames having locals of a certain type, together with the matching
2055local vars:
2056@smallexample
2057(@value{GDBP}) alias faalocalsoftype = frame apply all info locals -q -t
2058(@value{GDBP}) faalocalsoftype int
2059#1 0x55554f5e in sleeper_or_burner (v=0xdf50) at sleepers.c:86
2060i = 0
2061ret = 21845
2062@end smallexample
2063
2064This is also very useful to define an alias for a set of nested @code{with}
2065commands to have a particular combination of temporary settings. For example,
2066the below defines the alias @code{pp10} that pretty prints an expression
2067argument, with a maximum of 10 elements if the expression is a string or
2068an array:
2069@smallexample
2070(@value{GDBP}) alias pp10 = with print pretty -- with print elements 10 -- print
2071@end smallexample
2072This defines the alias @code{pp10} as being a sequence of 3 commands.
2073The first part @code{with print pretty --} temporarily activates the setting
2074@code{set print pretty}, then launches the command that follows the separator
2075@code{--}.
2076The command following the first part is also a @code{with} command that
2077temporarily changes the setting @code{set print elements} to 10, then
2078launches the command that follows the second separator @code{--}.
2079The third part @code{print} is the command the @code{pp10} alias will launch,
2080using the temporary values of the settings and the arguments explicitly given
2081by the user.
2082For more information about the @code{with} command usage,
2083see @ref{Command Settings}.
2084
6d2ebf8b 2085@node Help
79a6e687 2086@section Getting Help
c906108c
SS
2087@cindex online documentation
2088@kindex help
2089
5d161b24 2090You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
2091using the command @code{help}.
2092
2093@table @code
41afff9a 2094@kindex h @r{(@code{help})}
c906108c
SS
2095@item help
2096@itemx h
2097You can use @code{help} (abbreviated @code{h}) with no arguments to
2098display a short list of named classes of commands:
2099
2100@smallexample
2101(@value{GDBP}) help
2102List of classes of commands:
2103
5b860c93 2104aliases -- User-defined aliases of other commands
c906108c 2105breakpoints -- Making program stop at certain points
2df3850c 2106data -- Examining data
c906108c 2107files -- Specifying and examining files
2df3850c
JM
2108internals -- Maintenance commands
2109obscure -- Obscure features
2110running -- Running the program
2111stack -- Examining the stack
c906108c
SS
2112status -- Status inquiries
2113support -- Support facilities
12c27660 2114tracepoints -- Tracing of program execution without
96a2c332 2115 stopping the program
c906108c 2116user-defined -- User-defined commands
c906108c 2117
5d161b24 2118Type "help" followed by a class name for a list of
c906108c 2119commands in that class.
5d161b24 2120Type "help" followed by command name for full
c906108c
SS
2121documentation.
2122Command name abbreviations are allowed if unambiguous.
2123(@value{GDBP})
2124@end smallexample
96a2c332 2125@c the above line break eliminates huge line overfull...
c906108c
SS
2126
2127@item help @var{class}
2128Using one of the general help classes as an argument, you can get a
5b4a1a8d
PW
2129list of the individual commands in that class. If a command has
2130aliases, the aliases are given after the command name, separated by
5b860c93
PW
2131commas. If an alias has default arguments, the full definition of
2132the alias is given after the first line.
2133For example, here is the help display for the class @code{status}:
c906108c
SS
2134
2135@smallexample
2136(@value{GDBP}) help status
2137Status inquiries.
2138
2139List of commands:
2140
2141@c Line break in "show" line falsifies real output, but needed
2142@c to fit in smallbook page size.
5b4a1a8d 2143info, inf, i -- Generic command for showing things
12c27660 2144 about the program being debugged
5b860c93
PW
2145info address, iamain -- Describe where symbol SYM is stored.
2146 alias iamain = info address main
2147info all-registers -- List of all registers and their contents,
2148 for selected stack frame.
5b4a1a8d
PW
2149...
2150show, info set -- Generic command for showing things
12c27660 2151 about the debugger
c906108c 2152
5d161b24 2153Type "help" followed by command name for full
c906108c
SS
2154documentation.
2155Command name abbreviations are allowed if unambiguous.
2156(@value{GDBP})
2157@end smallexample
2158
2159@item help @var{command}
2160With a command name as @code{help} argument, @value{GDBN} displays a
5b4a1a8d
PW
2161short paragraph on how to use that command. If that command has
2162one or more aliases, @value{GDBN} will display a first line with
2163the command name and all its aliases separated by commas.
5b860c93
PW
2164This first line will be followed by the full definition of all aliases
2165having default arguments.
c906108c 2166
6837a0a2 2167@kindex apropos
e664d728 2168@item apropos [-v] @var{regexp}
09d4efe1 2169The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2 2170commands, and their documentation, for the regular expression specified in
e664d728
PW
2171@var{args}. It prints out all matches found. The optional flag @samp{-v},
2172which stands for @samp{verbose}, indicates to output the full documentation
2173of the matching commands and highlight the parts of the documentation
2174matching @var{regexp}. For example:
6837a0a2
DB
2175
2176@smallexample
16899756 2177apropos alias
6837a0a2
DB
2178@end smallexample
2179
b37052ae
EZ
2180@noindent
2181results in:
6837a0a2
DB
2182
2183@smallexample
e664d728 2184@group
16899756 2185alias -- Define a new command that is an alias of an existing command
5b860c93 2186aliases -- User-defined aliases of other commands
e664d728
PW
2187@end group
2188@end smallexample
2189
2190@noindent
2191while
2192
2193@smallexample
2194apropos -v cut.*thread apply
2195@end smallexample
2196
2197@noindent
2198results in the below output, where @samp{cut for 'thread apply}
2199is highlighted if styling is enabled.
2200
2201@smallexample
2202@group
2203taas -- Apply a command to all threads (ignoring errors
2204and empty output).
2205Usage: taas COMMAND
2206shortcut for 'thread apply all -s COMMAND'
2207
2208tfaas -- Apply a command to all frames of all threads
2209(ignoring errors and empty output).
2210Usage: tfaas COMMAND
2211shortcut for 'thread apply all -s frame apply all -s COMMAND'
2212@end group
6837a0a2
DB
2213@end smallexample
2214
c906108c
SS
2215@kindex complete
2216@item complete @var{args}
2217The @code{complete @var{args}} command lists all the possible completions
2218for the beginning of a command. Use @var{args} to specify the beginning of the
2219command you want completed. For example:
2220
2221@smallexample
2222complete i
2223@end smallexample
2224
2225@noindent results in:
2226
2227@smallexample
2228@group
2df3850c
JM
2229if
2230ignore
c906108c
SS
2231info
2232inspect
c906108c
SS
2233@end group
2234@end smallexample
2235
2236@noindent This is intended for use by @sc{gnu} Emacs.
2237@end table
2238
2239In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2240and @code{show} to inquire about the state of your program, or the state
2241of @value{GDBN} itself. Each command supports many topics of inquiry; this
2242manual introduces each of them in the appropriate context. The listings
00595b5e
EZ
2243under @code{info} and under @code{show} in the Command, Variable, and
2244Function Index point to all the sub-commands. @xref{Command and Variable
2245Index}.
c906108c
SS
2246
2247@c @group
2248@table @code
2249@kindex info
41afff9a 2250@kindex i @r{(@code{info})}
c906108c
SS
2251@item info
2252This command (abbreviated @code{i}) is for describing the state of your
cda4ce5a 2253program. For example, you can show the arguments passed to a function
c906108c
SS
2254with @code{info args}, list the registers currently in use with @code{info
2255registers}, or list the breakpoints you have set with @code{info breakpoints}.
2256You can get a complete list of the @code{info} sub-commands with
2257@w{@code{help info}}.
2258
2259@kindex set
2260@item set
5d161b24 2261You can assign the result of an expression to an environment variable with
c906108c
SS
2262@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2263@code{set prompt $}.
2264
2265@kindex show
2266@item show
5d161b24 2267In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
2268@value{GDBN} itself.
2269You can change most of the things you can @code{show}, by using the
2270related command @code{set}; for example, you can control what number
2271system is used for displays with @code{set radix}, or simply inquire
2272which is currently in use with @code{show radix}.
2273
2274@kindex info set
2275To display all the settable parameters and their current
2276values, you can use @code{show} with no arguments; you may also use
2277@code{info set}. Both commands produce the same display.
2278@c FIXME: "info set" violates the rule that "info" is for state of
2279@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2280@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2281@end table
2282@c @end group
2283
6eaaf48b 2284Here are several miscellaneous @code{show} subcommands, all of which are
c906108c
SS
2285exceptional in lacking corresponding @code{set} commands:
2286
2287@table @code
2288@kindex show version
9c16f35a 2289@cindex @value{GDBN} version number
c906108c
SS
2290@item show version
2291Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
2292information in @value{GDBN} bug-reports. If multiple versions of
2293@value{GDBN} are in use at your site, you may need to determine which
2294version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2295commands are introduced, and old ones may wither away. Also, many
2296system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 2297variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
2298The version number is the same as the one announced when you start
2299@value{GDBN}.
c906108c
SS
2300
2301@kindex show copying
09d4efe1 2302@kindex info copying
9c16f35a 2303@cindex display @value{GDBN} copyright
c906108c 2304@item show copying
09d4efe1 2305@itemx info copying
c906108c
SS
2306Display information about permission for copying @value{GDBN}.
2307
2308@kindex show warranty
09d4efe1 2309@kindex info warranty
c906108c 2310@item show warranty
09d4efe1 2311@itemx info warranty
2df3850c 2312Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 2313if your version of @value{GDBN} comes with one.
2df3850c 2314
6eaaf48b
EZ
2315@kindex show configuration
2316@item show configuration
2317Display detailed information about the way @value{GDBN} was configured
2318when it was built. This displays the optional arguments passed to the
2319@file{configure} script and also configuration parameters detected
2320automatically by @command{configure}. When reporting a @value{GDBN}
2321bug (@pxref{GDB Bugs}), it is important to include this information in
2322your report.
2323
c906108c
SS
2324@end table
2325
6d2ebf8b 2326@node Running
c906108c
SS
2327@chapter Running Programs Under @value{GDBN}
2328
2329When you run a program under @value{GDBN}, you must first generate
2330debugging information when you compile it.
7a292a7a
SS
2331
2332You may start @value{GDBN} with its arguments, if any, in an environment
2333of your choice. If you are doing native debugging, you may redirect
2334your program's input and output, debug an already running process, or
2335kill a child process.
c906108c
SS
2336
2337@menu
2338* Compilation:: Compiling for debugging
2339* Starting:: Starting your program
c906108c
SS
2340* Arguments:: Your program's arguments
2341* Environment:: Your program's environment
c906108c
SS
2342
2343* Working Directory:: Your program's working directory
2344* Input/Output:: Your program's input and output
2345* Attach:: Debugging an already-running process
2346* Kill Process:: Killing the child process
65c574f6
PA
2347* Inferiors Connections and Programs:: Debugging multiple inferiors
2348 connections and programs
c906108c 2349* Threads:: Debugging programs with multiple threads
6c95b8df 2350* Forks:: Debugging forks
5c95884b 2351* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
c906108c
SS
2352@end menu
2353
6d2ebf8b 2354@node Compilation
79a6e687 2355@section Compiling for Debugging
c906108c
SS
2356
2357In order to debug a program effectively, you need to generate
2358debugging information when you compile it. This debugging information
2359is stored in the object file; it describes the data type of each
2360variable or function and the correspondence between source line numbers
2361and addresses in the executable code.
2362
2363To request debugging information, specify the @samp{-g} option when you run
2364the compiler.
2365
514c4d71 2366Programs that are to be shipped to your customers are compiled with
edb3359d 2367optimizations, using the @samp{-O} compiler option. However, some
514c4d71
EZ
2368compilers are unable to handle the @samp{-g} and @samp{-O} options
2369together. Using those compilers, you cannot generate optimized
c906108c
SS
2370executables containing debugging information.
2371
514c4d71 2372@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
2373without @samp{-O}, making it possible to debug optimized code. We
2374recommend that you @emph{always} use @samp{-g} whenever you compile a
2375program. You may think your program is correct, but there is no sense
edb3359d 2376in pushing your luck. For more information, see @ref{Optimized Code}.
c906108c
SS
2377
2378Older versions of the @sc{gnu} C compiler permitted a variant option
2379@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
2380format; if your @sc{gnu} C compiler has this option, do not use it.
2381
514c4d71
EZ
2382@value{GDBN} knows about preprocessor macros and can show you their
2383expansion (@pxref{Macros}). Most compilers do not include information
2384about preprocessor macros in the debugging information if you specify
e0f8f636
TT
2385the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2386the @sc{gnu} C compiler, provides macro information if you are using
2387the DWARF debugging format, and specify the option @option{-g3}.
2388
2389@xref{Debugging Options,,Options for Debugging Your Program or GCC,
f5a476a7 2390gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
e0f8f636
TT
2391information on @value{NGCC} options affecting debug information.
2392
2393You will have the best debugging experience if you use the latest
2394version of the DWARF debugging format that your compiler supports.
2395DWARF is currently the most expressive and best supported debugging
2396format in @value{GDBN}.
514c4d71 2397
c906108c 2398@need 2000
6d2ebf8b 2399@node Starting
79a6e687 2400@section Starting your Program
c906108c
SS
2401@cindex starting
2402@cindex running
2403
2404@table @code
2405@kindex run
41afff9a 2406@kindex r @r{(@code{run})}
c906108c
SS
2407@item run
2408@itemx r
7a292a7a 2409Use the @code{run} command to start your program under @value{GDBN}.
deb8ff2b
PA
2410You must first specify the program name with an argument to
2411@value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2412@value{GDBN}}), or by using the @code{file} or @code{exec-file}
2413command (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
2414
2415@end table
2416
c906108c
SS
2417If you are running your program in an execution environment that
2418supports processes, @code{run} creates an inferior process and makes
8edfe269
DJ
2419that process run your program. In some environments without processes,
2420@code{run} jumps to the start of your program. Other targets,
2421like @samp{remote}, are always running. If you get an error
2422message like this one:
2423
2424@smallexample
2425The "remote" target does not support "run".
2426Try "help target" or "continue".
2427@end smallexample
2428
2429@noindent
2430then use @code{continue} to run your program. You may need @code{load}
2431first (@pxref{load}).
c906108c
SS
2432
2433The execution of a program is affected by certain information it
2434receives from its superior. @value{GDBN} provides ways to specify this
2435information, which you must do @emph{before} starting your program. (You
2436can change it after starting your program, but such changes only affect
2437your program the next time you start it.) This information may be
2438divided into four categories:
2439
2440@table @asis
2441@item The @emph{arguments.}
2442Specify the arguments to give your program as the arguments of the
2443@code{run} command. If a shell is available on your target, the shell
2444is used to pass the arguments, so that you may use normal conventions
2445(such as wildcard expansion or variable substitution) in describing
2446the arguments.
2447In Unix systems, you can control which shell is used with the
98882a26
PA
2448@code{SHELL} environment variable. If you do not define @code{SHELL},
2449@value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2450use of any shell with the @code{set startup-with-shell} command (see
2451below for details).
c906108c
SS
2452
2453@item The @emph{environment.}
2454Your program normally inherits its environment from @value{GDBN}, but you can
2455use the @value{GDBN} commands @code{set environment} and @code{unset
2456environment} to change parts of the environment that affect
79a6e687 2457your program. @xref{Environment, ,Your Program's Environment}.
c906108c
SS
2458
2459@item The @emph{working directory.}
d092c5a2
SDJ
2460You can set your program's working directory with the command
2461@kbd{set cwd}. If you do not set any working directory with this
bc3b087d
SDJ
2462command, your program will inherit @value{GDBN}'s working directory if
2463native debugging, or the remote server's working directory if remote
2464debugging. @xref{Working Directory, ,Your Program's Working
2465Directory}.
c906108c
SS
2466
2467@item The @emph{standard input and output.}
2468Your program normally uses the same device for standard input and
2469standard output as @value{GDBN} is using. You can redirect input and output
2470in the @code{run} command line, or you can use the @code{tty} command to
2471set a different device for your program.
79a6e687 2472@xref{Input/Output, ,Your Program's Input and Output}.
c906108c
SS
2473
2474@cindex pipes
2475@emph{Warning:} While input and output redirection work, you cannot use
2476pipes to pass the output of the program you are debugging to another
2477program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2478wrong program.
2479@end table
c906108c
SS
2480
2481When you issue the @code{run} command, your program begins to execute
79a6e687 2482immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
c906108c
SS
2483of how to arrange for your program to stop. Once your program has
2484stopped, you may call functions in your program, using the @code{print}
2485or @code{call} commands. @xref{Data, ,Examining Data}.
2486
2487If the modification time of your symbol file has changed since the last
2488time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2489table, and reads it again. When it does this, @value{GDBN} tries to retain
2490your current breakpoints.
2491
4e8b0763
JB
2492@table @code
2493@kindex start
2494@item start
2495@cindex run to main procedure
2496The name of the main procedure can vary from language to language.
2497With C or C@t{++}, the main procedure name is always @code{main}, but
2498other languages such as Ada do not require a specific name for their
2499main procedure. The debugger provides a convenient way to start the
2500execution of the program and to stop at the beginning of the main
2501procedure, depending on the language used.
2502
2503The @samp{start} command does the equivalent of setting a temporary
2504breakpoint at the beginning of the main procedure and then invoking
2505the @samp{run} command.
2506
f018e82f
EZ
2507@cindex elaboration phase
2508Some programs contain an @dfn{elaboration} phase where some startup code is
2509executed before the main procedure is called. This depends on the
2510languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
2511constructors for static and global objects are executed before
2512@code{main} is called. It is therefore possible that the debugger stops
2513before reaching the main procedure. However, the temporary breakpoint
2514will remain to halt execution.
2515
2516Specify the arguments to give to your program as arguments to the
2517@samp{start} command. These arguments will be given verbatim to the
2518underlying @samp{run} command. Note that the same arguments will be
2519reused if no argument is provided during subsequent calls to
2520@samp{start} or @samp{run}.
2521
2522It is sometimes necessary to debug the program during elaboration. In
4e5a4f58
JB
2523these cases, using the @code{start} command would stop the execution
2524of your program too late, as the program would have already completed
2525the elaboration phase. Under these circumstances, either insert
2526breakpoints in your elaboration code before running your program or
2527use the @code{starti} command.
2528
2529@kindex starti
2530@item starti
2531@cindex run to first instruction
2532The @samp{starti} command does the equivalent of setting a temporary
2533breakpoint at the first instruction of a program's execution and then
2534invoking the @samp{run} command. For programs containing an
2535elaboration phase, the @code{starti} command will stop execution at
2536the start of the elaboration phase.
ccd213ac 2537
41ef2965 2538@anchor{set exec-wrapper}
ccd213ac
DJ
2539@kindex set exec-wrapper
2540@item set exec-wrapper @var{wrapper}
2541@itemx show exec-wrapper
2542@itemx unset exec-wrapper
2543When @samp{exec-wrapper} is set, the specified wrapper is used to
2544launch programs for debugging. @value{GDBN} starts your program
2545with a shell command of the form @kbd{exec @var{wrapper}
2546@var{program}}. Quoting is added to @var{program} and its
2547arguments, but not to @var{wrapper}, so you should add quotes if
2548appropriate for your shell. The wrapper runs until it executes
2549your program, and then @value{GDBN} takes control.
2550
2551You can use any program that eventually calls @code{execve} with
2552its arguments as a wrapper. Several standard Unix utilities do
2553this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2554with @code{exec "$@@"} will also work.
2555
2556For example, you can use @code{env} to pass an environment variable to
2557the debugged program, without setting the variable in your shell's
2558environment:
2559
2560@smallexample
2561(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2562(@value{GDBP}) run
2563@end smallexample
2564
2565This command is available when debugging locally on most targets, excluding
2566@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2567
98882a26 2568@kindex set startup-with-shell
aefd8b33 2569@anchor{set startup-with-shell}
98882a26
PA
2570@item set startup-with-shell
2571@itemx set startup-with-shell on
2572@itemx set startup-with-shell off
ca145713 2573@itemx show startup-with-shell
98882a26
PA
2574On Unix systems, by default, if a shell is available on your target,
2575@value{GDBN}) uses it to start your program. Arguments of the
2576@code{run} command are passed to the shell, which does variable
2577substitution, expands wildcard characters and performs redirection of
2578I/O. In some circumstances, it may be useful to disable such use of a
2579shell, for example, when debugging the shell itself or diagnosing
2580startup failures such as:
2581
2582@smallexample
2583(@value{GDBP}) run
2584Starting program: ./a.out
2585During startup program terminated with signal SIGSEGV, Segmentation fault.
2586@end smallexample
2587
2588@noindent
2589which indicates the shell or the wrapper specified with
2590@samp{exec-wrapper} crashed, not your program. Most often, this is
afa332ce
PA
2591caused by something odd in your shell's non-interactive mode
2592initialization file---such as @file{.cshrc} for C-shell,
2593$@file{.zshenv} for the Z shell, or the file specified in the
2594@samp{BASH_ENV} environment variable for BASH.
98882a26 2595
6a3cb8e8
PA
2596@anchor{set auto-connect-native-target}
2597@kindex set auto-connect-native-target
2598@item set auto-connect-native-target
2599@itemx set auto-connect-native-target on
2600@itemx set auto-connect-native-target off
2601@itemx show auto-connect-native-target
2602
65c574f6
PA
2603By default, if the current inferior is not connected to any target yet
2604(e.g., with @code{target remote}), the @code{run} command starts your
2605program as a native process under @value{GDBN}, on your local machine.
2606If you're sure you don't want to debug programs on your local machine,
2607you can tell @value{GDBN} to not connect to the native target
2608automatically with the @code{set auto-connect-native-target off}
2609command.
6a3cb8e8 2610
65c574f6 2611If @code{on}, which is the default, and if the current inferior is not
6a3cb8e8
PA
2612connected to a target already, the @code{run} command automaticaly
2613connects to the native target, if one is available.
2614
65c574f6
PA
2615If @code{off}, and if the current inferior is not connected to a
2616target already, the @code{run} command fails with an error:
6a3cb8e8
PA
2617
2618@smallexample
2619(@value{GDBP}) run
2620Don't know how to run. Try "help target".
2621@end smallexample
2622
65c574f6
PA
2623If the current inferior is already connected to a target, @value{GDBN}
2624always uses it with the @code{run} command.
6a3cb8e8
PA
2625
2626In any case, you can explicitly connect to the native target with the
2627@code{target native} command. For example,
2628
2629@smallexample
2630(@value{GDBP}) set auto-connect-native-target off
2631(@value{GDBP}) run
2632Don't know how to run. Try "help target".
2633(@value{GDBP}) target native
2634(@value{GDBP}) run
2635Starting program: ./a.out
2636[Inferior 1 (process 10421) exited normally]
2637@end smallexample
2638
2639In case you connected explicitly to the @code{native} target,
2640@value{GDBN} remains connected even if all inferiors exit, ready for
2641the next @code{run} command. Use the @code{disconnect} command to
2642disconnect.
2643
2644Examples of other commands that likewise respect the
2645@code{auto-connect-native-target} setting: @code{attach}, @code{info
2646proc}, @code{info os}.
2647
10568435
JK
2648@kindex set disable-randomization
2649@item set disable-randomization
2650@itemx set disable-randomization on
2651This option (enabled by default in @value{GDBN}) will turn off the native
2652randomization of the virtual address space of the started program. This option
2653is useful for multiple debugging sessions to make the execution better
2654reproducible and memory addresses reusable across debugging sessions.
2655
03583c20
UW
2656This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2657On @sc{gnu}/Linux you can get the same behavior using
10568435
JK
2658
2659@smallexample
2660(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2661@end smallexample
2662
2663@item set disable-randomization off
2664Leave the behavior of the started executable unchanged. Some bugs rear their
2665ugly heads only when the program is loaded at certain addresses. If your bug
2666disappears when you run the program under @value{GDBN}, that might be because
2667@value{GDBN} by default disables the address randomization on platforms, such
2668as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2669disable-randomization off} to try to reproduce such elusive bugs.
2670
03583c20
UW
2671On targets where it is available, virtual address space randomization
2672protects the programs against certain kinds of security attacks. In these
10568435
JK
2673cases the attacker needs to know the exact location of a concrete executable
2674code. Randomizing its location makes it impossible to inject jumps misusing
2675a code at its expected addresses.
2676
2677Prelinking shared libraries provides a startup performance advantage but it
2678makes addresses in these libraries predictable for privileged processes by
2679having just unprivileged access at the target system. Reading the shared
2680library binary gives enough information for assembling the malicious code
2681misusing it. Still even a prelinked shared library can get loaded at a new
2682random address just requiring the regular relocation process during the
2683startup. Shared libraries not already prelinked are always loaded at
2684a randomly chosen address.
2685
2686Position independent executables (PIE) contain position independent code
2687similar to the shared libraries and therefore such executables get loaded at
2688a randomly chosen address upon startup. PIE executables always load even
2689already prelinked shared libraries at a random address. You can build such
2690executable using @command{gcc -fPIE -pie}.
2691
2692Heap (malloc storage), stack and custom mmap areas are always placed randomly
2693(as long as the randomization is enabled).
2694
2695@item show disable-randomization
2696Show the current setting of the explicit disable of the native randomization of
2697the virtual address space of the started program.
2698
4e8b0763
JB
2699@end table
2700
6d2ebf8b 2701@node Arguments
79a6e687 2702@section Your Program's Arguments
c906108c
SS
2703
2704@cindex arguments (to your program)
2705The arguments to your program can be specified by the arguments of the
5d161b24 2706@code{run} command.
c906108c
SS
2707They are passed to a shell, which expands wildcard characters and
2708performs redirection of I/O, and thence to your program. Your
2709@code{SHELL} environment variable (if it exists) specifies what shell
2710@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
2711the default shell (@file{/bin/sh} on Unix).
2712
2713On non-Unix systems, the program is usually invoked directly by
2714@value{GDBN}, which emulates I/O redirection via the appropriate system
2715calls, and the wildcard characters are expanded by the startup code of
2716the program, not by the shell.
c906108c
SS
2717
2718@code{run} with no arguments uses the same arguments used by the previous
2719@code{run}, or those set by the @code{set args} command.
2720
c906108c 2721@table @code
41afff9a 2722@kindex set args
c906108c
SS
2723@item set args
2724Specify the arguments to be used the next time your program is run. If
2725@code{set args} has no arguments, @code{run} executes your program
2726with no arguments. Once you have run your program with arguments,
2727using @code{set args} before the next @code{run} is the only way to run
2728it again without arguments.
2729
2730@kindex show args
2731@item show args
2732Show the arguments to give your program when it is started.
2733@end table
2734
6d2ebf8b 2735@node Environment
79a6e687 2736@section Your Program's Environment
c906108c
SS
2737
2738@cindex environment (of your program)
2739The @dfn{environment} consists of a set of environment variables and
2740their values. Environment variables conventionally record such things as
2741your user name, your home directory, your terminal type, and your search
2742path for programs to run. Usually you set up environment variables with
2743the shell and they are inherited by all the other programs you run. When
2744debugging, it can be useful to try running your program with a modified
2745environment without having to start @value{GDBN} over again.
2746
2747@table @code
2748@kindex path
2749@item path @var{directory}
2750Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
2751(the search path for executables) that will be passed to your program.
2752The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
2753You may specify several directory names, separated by whitespace or by a
2754system-dependent separator character (@samp{:} on Unix, @samp{;} on
2755MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2756is moved to the front, so it is searched sooner.
c906108c
SS
2757
2758You can use the string @samp{$cwd} to refer to whatever is the current
2759working directory at the time @value{GDBN} searches the path. If you
2760use @samp{.} instead, it refers to the directory where you executed the
2761@code{path} command. @value{GDBN} replaces @samp{.} in the
2762@var{directory} argument (with the current path) before adding
2763@var{directory} to the search path.
2764@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2765@c document that, since repeating it would be a no-op.
2766
2767@kindex show paths
2768@item show paths
2769Display the list of search paths for executables (the @code{PATH}
2770environment variable).
2771
2772@kindex show environment
2773@item show environment @r{[}@var{varname}@r{]}
2774Print the value of environment variable @var{varname} to be given to
2775your program when it starts. If you do not supply @var{varname},
2776print the names and values of all environment variables to be given to
2777your program. You can abbreviate @code{environment} as @code{env}.
2778
2779@kindex set environment
0a2dde4a 2780@anchor{set environment}
53a5351d 2781@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c 2782Set environment variable @var{varname} to @var{value}. The value
41ef2965 2783changes for your program (and the shell @value{GDBN} uses to launch
697aa1b7 2784it), not for @value{GDBN} itself. The @var{value} may be any string; the
41ef2965
PA
2785values of environment variables are just strings, and any
2786interpretation is supplied by your program itself. The @var{value}
c906108c
SS
2787parameter is optional; if it is eliminated, the variable is set to a
2788null value.
2789@c "any string" here does not include leading, trailing
2790@c blanks. Gnu asks: does anyone care?
2791
2792For example, this command:
2793
474c8240 2794@smallexample
c906108c 2795set env USER = foo
474c8240 2796@end smallexample
c906108c
SS
2797
2798@noindent
d4f3574e 2799tells the debugged program, when subsequently run, that its user is named
c906108c
SS
2800@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2801are not actually required.)
2802
41ef2965
PA
2803Note that on Unix systems, @value{GDBN} runs your program via a shell,
2804which also inherits the environment set with @code{set environment}.
2805If necessary, you can avoid that by using the @samp{env} program as a
2806wrapper instead of using @code{set environment}. @xref{set
2807exec-wrapper}, for an example doing just that.
2808
0a2dde4a
SDJ
2809Environment variables that are set by the user are also transmitted to
2810@command{gdbserver} to be used when starting the remote inferior.
2811@pxref{QEnvironmentHexEncoded}.
2812
c906108c 2813@kindex unset environment
0a2dde4a 2814@anchor{unset environment}
c906108c
SS
2815@item unset environment @var{varname}
2816Remove variable @var{varname} from the environment to be passed to your
2817program. This is different from @samp{set env @var{varname} =};
2818@code{unset environment} removes the variable from the environment,
2819rather than assigning it an empty value.
0a2dde4a
SDJ
2820
2821Environment variables that are unset by the user are also unset on
2822@command{gdbserver} when starting the remote inferior.
2823@pxref{QEnvironmentUnset}.
c906108c
SS
2824@end table
2825
d4f3574e 2826@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
afa332ce
PA
2827the shell indicated by your @code{SHELL} environment variable if it
2828exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2829names a shell that runs an initialization file when started
2830non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2831for the Z shell, or the file specified in the @samp{BASH_ENV}
2832environment variable for BASH---any variables you set in that file
2833affect your program. You may wish to move setting of environment
2834variables to files that are only run when you sign on, such as
2835@file{.login} or @file{.profile}.
c906108c 2836
6d2ebf8b 2837@node Working Directory
79a6e687 2838@section Your Program's Working Directory
c906108c
SS
2839
2840@cindex working directory (of your program)
d092c5a2
SDJ
2841Each time you start your program with @code{run}, the inferior will be
2842initialized with the current working directory specified by the
2843@kbd{set cwd} command. If no directory has been specified by this
2844command, then the inferior will inherit @value{GDBN}'s current working
bc3b087d
SDJ
2845directory as its working directory if native debugging, or it will
2846inherit the remote server's current working directory if remote
2847debugging.
c906108c
SS
2848
2849@table @code
d092c5a2
SDJ
2850@kindex set cwd
2851@cindex change inferior's working directory
2852@anchor{set cwd command}
2853@item set cwd @r{[}@var{directory}@r{]}
2854Set the inferior's working directory to @var{directory}, which will be
2855@code{glob}-expanded in order to resolve tildes (@file{~}). If no
2856argument has been specified, the command clears the setting and resets
2857it to an empty state. This setting has no effect on @value{GDBN}'s
2858working directory, and it only takes effect the next time you start
2859the inferior. The @file{~} in @var{directory} is a short for the
2860@dfn{home directory}, usually pointed to by the @env{HOME} environment
2861variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2862uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2863fallback.
2864
2865You can also change @value{GDBN}'s current working directory by using
2866the @code{cd} command.
dbfa4523 2867@xref{cd command}.
d092c5a2
SDJ
2868
2869@kindex show cwd
2870@cindex show inferior's working directory
2871@item show cwd
2872Show the inferior's working directory. If no directory has been
2873specified by @kbd{set cwd}, then the default inferior's working
2874directory is the same as @value{GDBN}'s working directory.
2875
c906108c 2876@kindex cd
d092c5a2
SDJ
2877@cindex change @value{GDBN}'s working directory
2878@anchor{cd command}
f3c8a52a
JK
2879@item cd @r{[}@var{directory}@r{]}
2880Set the @value{GDBN} working directory to @var{directory}. If not
2881given, @var{directory} uses @file{'~'}.
c906108c 2882
d092c5a2
SDJ
2883The @value{GDBN} working directory serves as a default for the
2884commands that specify files for @value{GDBN} to operate on.
2885@xref{Files, ,Commands to Specify Files}.
dbfa4523 2886@xref{set cwd command}.
d092c5a2 2887
c906108c
SS
2888@kindex pwd
2889@item pwd
2890Print the @value{GDBN} working directory.
2891@end table
2892
60bf7e09
EZ
2893It is generally impossible to find the current working directory of
2894the process being debugged (since a program can change its directory
2d97a5d9 2895during its run). If you work on a system where @value{GDBN} supports
754452f0 2896the @code{info proc} command (@pxref{Process Information}), you can
2d97a5d9 2897use the @code{info proc} command to find out the
60bf7e09
EZ
2898current working directory of the debuggee.
2899
6d2ebf8b 2900@node Input/Output
79a6e687 2901@section Your Program's Input and Output
c906108c
SS
2902
2903@cindex redirection
2904@cindex i/o
2905@cindex terminal
2906By default, the program you run under @value{GDBN} does input and output to
5d161b24 2907the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2908to its own terminal modes to interact with you, but it records the terminal
2909modes your program was using and switches back to them when you continue
2910running your program.
2911
2912@table @code
2913@kindex info terminal
2914@item info terminal
2915Displays information recorded by @value{GDBN} about the terminal modes your
2916program is using.
2917@end table
2918
2919You can redirect your program's input and/or output using shell
2920redirection with the @code{run} command. For example,
2921
474c8240 2922@smallexample
c906108c 2923run > outfile
474c8240 2924@end smallexample
c906108c
SS
2925
2926@noindent
2927starts your program, diverting its output to the file @file{outfile}.
2928
2929@kindex tty
2930@cindex controlling terminal
2931Another way to specify where your program should do input and output is
2932with the @code{tty} command. This command accepts a file name as
2933argument, and causes this file to be the default for future @code{run}
2934commands. It also resets the controlling terminal for the child
2935process, for future @code{run} commands. For example,
2936
474c8240 2937@smallexample
c906108c 2938tty /dev/ttyb
474c8240 2939@end smallexample
c906108c
SS
2940
2941@noindent
2942directs that processes started with subsequent @code{run} commands
2943default to do input and output on the terminal @file{/dev/ttyb} and have
2944that as their controlling terminal.
2945
2946An explicit redirection in @code{run} overrides the @code{tty} command's
2947effect on the input/output device, but not its effect on the controlling
2948terminal.
2949
2950When you use the @code{tty} command or redirect input in the @code{run}
2951command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2952for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2953for @code{set inferior-tty}.
2954
2955@cindex inferior tty
2956@cindex set inferior controlling terminal
2957You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2958display the name of the terminal that will be used for future runs of your
2959program.
2960
2961@table @code
0a1ddfa6 2962@item set inferior-tty [ @var{tty} ]
3cb3b8df 2963@kindex set inferior-tty
0a1ddfa6
SM
2964Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
2965restores the default behavior, which is to use the same terminal as
2966@value{GDBN}.
3cb3b8df
BR
2967
2968@item show inferior-tty
2969@kindex show inferior-tty
2970Show the current tty for the program being debugged.
2971@end table
c906108c 2972
6d2ebf8b 2973@node Attach
79a6e687 2974@section Debugging an Already-running Process
c906108c
SS
2975@kindex attach
2976@cindex attach
2977
2978@table @code
2979@item attach @var{process-id}
2980This command attaches to a running process---one that was started
2981outside @value{GDBN}. (@code{info files} shows your active
2982targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2983find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2984or with the @samp{jobs -l} shell command.
2985
2986@code{attach} does not repeat if you press @key{RET} a second time after
2987executing the command.
2988@end table
2989
2990To use @code{attach}, your program must be running in an environment
2991which supports processes; for example, @code{attach} does not work for
2992programs on bare-board targets that lack an operating system. You must
2993also have permission to send the process a signal.
2994
2995When you use @code{attach}, the debugger finds the program running in
2996the process first by looking in the current working directory, then (if
2997the program is not found) by using the source file search path
79a6e687 2998(@pxref{Source Path, ,Specifying Source Directories}). You can also use
c906108c
SS
2999the @code{file} command to load the program. @xref{Files, ,Commands to
3000Specify Files}.
3001
e47e48f6 3002@anchor{set exec-file-mismatch}
98c59b52
PA
3003If the debugger can determine that the executable file running in the
3004process it is attaching to does not match the current exec-file loaded
3005by @value{GDBN}, the option @code{exec-file-mismatch} specifies how to
3006handle the mismatch. @value{GDBN} tries to compare the files by
3007comparing their build IDs (@pxref{build ID}), if available.
e47e48f6
PW
3008
3009@table @code
3010@kindex exec-file-mismatch
3011@cindex set exec-file-mismatch
3012@item set exec-file-mismatch @samp{ask|warn|off}
3013
98c59b52
PA
3014Whether to detect mismatch between the current executable file loaded
3015by @value{GDBN} and the executable file used to start the process. If
3016@samp{ask}, the default, display a warning and ask the user whether to
3017load the process executable file; if @samp{warn}, just display a
3018warning; if @samp{off}, don't attempt to detect a mismatch.
e47e48f6
PW
3019
3020@cindex show exec-file-mismatch
3021@item show exec-file-mismatch
3022Show the current value of @code{exec-file-mismatch}.
3023
3024@end table
3025
c906108c
SS
3026The first thing @value{GDBN} does after arranging to debug the specified
3027process is to stop it. You can examine and modify an attached process
53a5351d
JM
3028with all the @value{GDBN} commands that are ordinarily available when
3029you start processes with @code{run}. You can insert breakpoints; you
3030can step and continue; you can modify storage. If you would rather the
3031process continue running, you may use the @code{continue} command after
c906108c
SS
3032attaching @value{GDBN} to the process.
3033
3034@table @code
3035@kindex detach
3036@item detach
3037When you have finished debugging the attached process, you can use the
3038@code{detach} command to release it from @value{GDBN} control. Detaching
3039the process continues its execution. After the @code{detach} command,
3040that process and @value{GDBN} become completely independent once more, and you
3041are ready to @code{attach} another process or start one with @code{run}.
3042@code{detach} does not repeat if you press @key{RET} again after
3043executing the command.
3044@end table
3045
159fcc13
JK
3046If you exit @value{GDBN} while you have an attached process, you detach
3047that process. If you use the @code{run} command, you kill that process.
3048By default, @value{GDBN} asks for confirmation if you try to do either of these
3049things; you can control whether or not you need to confirm by using the
3050@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
79a6e687 3051Messages}).
c906108c 3052
6d2ebf8b 3053@node Kill Process
79a6e687 3054@section Killing the Child Process
c906108c
SS
3055
3056@table @code
3057@kindex kill
3058@item kill
3059Kill the child process in which your program is running under @value{GDBN}.
3060@end table
3061
3062This command is useful if you wish to debug a core dump instead of a
3063running process. @value{GDBN} ignores any core dump file while your program
3064is running.
3065
3066On some operating systems, a program cannot be executed outside @value{GDBN}
3067while you have breakpoints set on it inside @value{GDBN}. You can use the
3068@code{kill} command in this situation to permit running your program
3069outside the debugger.
3070
3071The @code{kill} command is also useful if you wish to recompile and
3072relink your program, since on many systems it is impossible to modify an
3073executable file while it is running in a process. In this case, when you
3074next type @code{run}, @value{GDBN} notices that the file has changed, and
3075reads the symbol table again (while trying to preserve your current
3076breakpoint settings).
3077
65c574f6
PA
3078@node Inferiors Connections and Programs
3079@section Debugging Multiple Inferiors Connections and Programs
b77209e0 3080
6c95b8df
PA
3081@value{GDBN} lets you run and debug multiple programs in a single
3082session. In addition, @value{GDBN} on some systems may let you run
3083several programs simultaneously (otherwise you have to exit from one
65c574f6
PA
3084before starting another). On some systems @value{GDBN} may even let
3085you debug several programs simultaneously on different remote systems.
3086In the most general case, you can have multiple threads of execution
3087in each of multiple processes, launched from multiple executables,
3088running on different machines.
b77209e0
PA
3089
3090@cindex inferior
3091@value{GDBN} represents the state of each program execution with an
3092object called an @dfn{inferior}. An inferior typically corresponds to
3093a process, but is more general and applies also to targets that do not
3094have processes. Inferiors may be created before a process runs, and
6c95b8df
PA
3095may be retained after a process exits. Inferiors have unique
3096identifiers that are different from process ids. Usually each
3097inferior will also have its own distinct address space, although some
3098embedded targets may have several inferiors running in different parts
3099of a single address space. Each inferior may in turn have multiple
3100threads running in it.
b77209e0 3101
6c95b8df
PA
3102To find out what inferiors exist at any moment, use @w{@code{info
3103inferiors}}:
b77209e0
PA
3104
3105@table @code
a3c25011 3106@kindex info inferiors [ @var{id}@dots{} ]
b77209e0
PA
3107@item info inferiors
3108Print a list of all inferiors currently being managed by @value{GDBN}.
a3c25011
TT
3109By default all inferiors are printed, but the argument @var{id}@dots{}
3110-- a space separated list of inferior numbers -- can be used to limit
3111the display to just the requested inferiors.
3a1ff0b6
PA
3112
3113@value{GDBN} displays for each inferior (in this order):
3114
3115@enumerate
3116@item
3117the inferior number assigned by @value{GDBN}
3118
3119@item
3120the target system's inferior identifier
6c95b8df 3121
65c574f6
PA
3122@item
3123the target connection the inferior is bound to, including the unique
3124connection number assigned by @value{GDBN}, and the protocol used by
3125the connection.
3126
6c95b8df
PA
3127@item
3128the name of the executable the inferior is running.
3129
3a1ff0b6
PA
3130@end enumerate
3131
3132@noindent
3133An asterisk @samp{*} preceding the @value{GDBN} inferior number
3134indicates the current inferior.
3135
3136For example,
2277426b 3137@end table
3a1ff0b6
PA
3138@c end table here to get a little more width for example
3139
3140@smallexample
3141(@value{GDBP}) info inferiors
65c574f6
PA
3142 Num Description Connection Executable
3143* 1 process 3401 1 (native) goodbye
3144 2 process 2307 2 (extended-remote host:10000) hello
3145@end smallexample
3146
3147To find out what open target connections exist at any moment, use
3148@w{@code{info connections}}:
3149
3150@table @code
3151@kindex info connections [ @var{id}@dots{} ]
3152@item info connections
3153Print a list of all open target connections currently being managed by
3154@value{GDBN}. By default all connections are printed, but the
3155argument @var{id}@dots{} -- a space separated list of connections
3156numbers -- can be used to limit the display to just the requested
3157connections.
3158
3159@value{GDBN} displays for each connection (in this order):
3160
3161@enumerate
3162@item
3163the connection number assigned by @value{GDBN}.
3164
3165@item
3166the protocol used by the connection.
3167
3168@item
3169a textual description of the protocol used by the connection.
3170
3171@end enumerate
3172
3173@noindent
3174An asterisk @samp{*} preceding the connection number indicates the
3175connection of the current inferior.
3176
3177For example,
3178@end table
3179@c end table here to get a little more width for example
3180
3181@smallexample
3182(@value{GDBP}) info connections
3183 Num What Description
3184* 1 extended-remote host:10000 Extended remote serial target in gdb-specific protocol
3185 2 native Native process
3186 3 core Local core dump file
3a1ff0b6 3187@end smallexample
2277426b
PA
3188
3189To switch focus between inferiors, use the @code{inferior} command:
3190
3191@table @code
3a1ff0b6
PA
3192@kindex inferior @var{infno}
3193@item inferior @var{infno}
3194Make inferior number @var{infno} the current inferior. The argument
3195@var{infno} is the inferior number assigned by @value{GDBN}, as shown
3196in the first field of the @samp{info inferiors} display.
2277426b
PA
3197@end table
3198
e3940304
PA
3199@vindex $_inferior@r{, convenience variable}
3200The debugger convenience variable @samp{$_inferior} contains the
3201number of the current inferior. You may find this useful in writing
3202breakpoint conditional expressions, command scripts, and so forth.
3203@xref{Convenience Vars,, Convenience Variables}, for general
3204information on convenience variables.
6c95b8df
PA
3205
3206You can get multiple executables into a debugging session via the
3207@code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3208systems @value{GDBN} can add inferiors to the debug session
3209automatically by following calls to @code{fork} and @code{exec}. To
3210remove inferiors from the debugging session use the
af624141 3211@w{@code{remove-inferiors}} command.
6c95b8df
PA
3212
3213@table @code
3214@kindex add-inferior
65c574f6 3215@item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ] [-no-connection ]
6c95b8df 3216Adds @var{n} inferiors to be run using @var{executable} as the
697aa1b7 3217executable; @var{n} defaults to 1. If no executable is specified,
6c95b8df
PA
3218the inferiors begins empty, with no program. You can still assign or
3219change the program assigned to the inferior at any time by using the
3220@code{file} command with the executable name as its argument.
3221
65c574f6
PA
3222By default, the new inferior begins connected to the same target
3223connection as the current inferior. For example, if the current
3224inferior was connected to @code{gdbserver} with @code{target remote},
3225then the new inferior will be connected to the same @code{gdbserver}
3226instance. The @samp{-no-connection} option starts the new inferior
3227with no connection yet. You can then for example use the @code{target
3228remote} command to connect to some other @code{gdbserver} instance,
3229use @code{run} to spawn a local program, etc.
3230
6c95b8df
PA
3231@kindex clone-inferior
3232@item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3233Adds @var{n} inferiors ready to execute the same program as inferior
697aa1b7 3234@var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
6c95b8df
PA
3235number of the current inferior. This is a convenient command when you
3236want to run another instance of the inferior you are debugging.
3237
3238@smallexample
3239(@value{GDBP}) info inferiors
65c574f6
PA
3240 Num Description Connection Executable
3241* 1 process 29964 1 (native) helloworld
6c95b8df
PA
3242(@value{GDBP}) clone-inferior
3243Added inferior 2.
32441 inferiors added.
3245(@value{GDBP}) info inferiors
65c574f6
PA
3246 Num Description Connection Executable
3247* 1 process 29964 1 (native) helloworld
3248 2 <null> 1 (native) helloworld
6c95b8df
PA
3249@end smallexample
3250
3251You can now simply switch focus to inferior 2 and run it.
3252
af624141
MS
3253@kindex remove-inferiors
3254@item remove-inferiors @var{infno}@dots{}
3255Removes the inferior or inferiors @var{infno}@dots{}. It is not
3256possible to remove an inferior that is running with this command. For
3257those, use the @code{kill} or @code{detach} command first.
6c95b8df
PA
3258
3259@end table
3260
3261To quit debugging one of the running inferiors that is not the current
3262inferior, you can either detach from it by using the @w{@code{detach
3263inferior}} command (allowing it to run independently), or kill it
af624141 3264using the @w{@code{kill inferiors}} command:
2277426b
PA
3265
3266@table @code
af624141
MS
3267@kindex detach inferiors @var{infno}@dots{}
3268@item detach inferior @var{infno}@dots{}
3269Detach from the inferior or inferiors identified by @value{GDBN}
5e30da2c 3270inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
af624141
MS
3271still stays on the list of inferiors shown by @code{info inferiors},
3272but its Description will show @samp{<null>}.
3273
3274@kindex kill inferiors @var{infno}@dots{}
3275@item kill inferiors @var{infno}@dots{}
3276Kill the inferior or inferiors identified by @value{GDBN} inferior
3277number(s) @var{infno}@dots{}. Note that the inferior's entry still
3278stays on the list of inferiors shown by @code{info inferiors}, but its
3279Description will show @samp{<null>}.
2277426b
PA
3280@end table
3281
6c95b8df 3282After the successful completion of a command such as @code{detach},
af624141 3283@code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
6c95b8df
PA
3284a normal process exit, the inferior is still valid and listed with
3285@code{info inferiors}, ready to be restarted.
3286
3287
2277426b
PA
3288To be notified when inferiors are started or exit under @value{GDBN}'s
3289control use @w{@code{set print inferior-events}}:
b77209e0 3290
2277426b 3291@table @code
b77209e0
PA
3292@kindex set print inferior-events
3293@cindex print messages on inferior start and exit
3294@item set print inferior-events
3295@itemx set print inferior-events on
3296@itemx set print inferior-events off
3297The @code{set print inferior-events} command allows you to enable or
3298disable printing of messages when @value{GDBN} notices that new
3299inferiors have started or that inferiors have exited or have been
3300detached. By default, these messages will not be printed.
3301
3302@kindex show print inferior-events
3303@item show print inferior-events
3304Show whether messages will be printed when @value{GDBN} detects that
3305inferiors have started, exited or have been detached.
3306@end table
3307
6c95b8df
PA
3308Many commands will work the same with multiple programs as with a
3309single program: e.g., @code{print myglobal} will simply display the
3310value of @code{myglobal} in the current inferior.
3311
3312
6b92c0d3 3313Occasionally, when debugging @value{GDBN} itself, it may be useful to
6c95b8df
PA
3314get more info about the relationship of inferiors, programs, address
3315spaces in a debug session. You can do that with the @w{@code{maint
3316info program-spaces}} command.
3317
3318@table @code
3319@kindex maint info program-spaces
3320@item maint info program-spaces
3321Print a list of all program spaces currently being managed by
3322@value{GDBN}.
3323
3324@value{GDBN} displays for each program space (in this order):
3325
3326@enumerate
3327@item
3328the program space number assigned by @value{GDBN}
3329
3330@item
3331the name of the executable loaded into the program space, with e.g.,
3332the @code{file} command.
3333
3334@end enumerate
3335
3336@noindent
3337An asterisk @samp{*} preceding the @value{GDBN} program space number
3338indicates the current program space.
3339
3340In addition, below each program space line, @value{GDBN} prints extra
3341information that isn't suitable to display in tabular form. For
3342example, the list of inferiors bound to the program space.
3343
3344@smallexample
3345(@value{GDBP}) maint info program-spaces
3346 Id Executable
b05b1202 3347* 1 hello
6c95b8df
PA
3348 2 goodbye
3349 Bound inferiors: ID 1 (process 21561)
6c95b8df
PA
3350@end smallexample
3351
3352Here we can see that no inferior is running the program @code{hello},
3353while @code{process 21561} is running the program @code{goodbye}. On
3354some targets, it is possible that multiple inferiors are bound to the
3355same program space. The most common example is that of debugging both
3356the parent and child processes of a @code{vfork} call. For example,
3357
3358@smallexample
3359(@value{GDBP}) maint info program-spaces
3360 Id Executable
3361* 1 vfork-test
3362 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3363@end smallexample
3364
3365Here, both inferior 2 and inferior 1 are running in the same program
3366space as a result of inferior 1 having executed a @code{vfork} call.
3367@end table
3368
6d2ebf8b 3369@node Threads
79a6e687 3370@section Debugging Programs with Multiple Threads
c906108c
SS
3371
3372@cindex threads of execution
3373@cindex multiple threads
3374@cindex switching threads
b1236ac3 3375In some operating systems, such as GNU/Linux and Solaris, a single program
c906108c
SS
3376may have more than one @dfn{thread} of execution. The precise semantics
3377of threads differ from one operating system to another, but in general
3378the threads of a single program are akin to multiple processes---except
3379that they share one address space (that is, they can all examine and
3380modify the same variables). On the other hand, each thread has its own
3381registers and execution stack, and perhaps private memory.
3382
3383@value{GDBN} provides these facilities for debugging multi-thread
3384programs:
3385
3386@itemize @bullet
3387@item automatic notification of new threads
5d5658a1 3388@item @samp{thread @var{thread-id}}, a command to switch among threads
c906108c 3389@item @samp{info threads}, a command to inquire about existing threads
0a232300 3390@item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
c906108c
SS
3391a command to apply a command to a list of threads
3392@item thread-specific breakpoints
93815fbf
VP
3393@item @samp{set print thread-events}, which controls printing of
3394messages on thread start and exit.
17a37d48
PP
3395@item @samp{set libthread-db-search-path @var{path}}, which lets
3396the user specify which @code{libthread_db} to use if the default choice
3397isn't compatible with the program.
c906108c
SS
3398@end itemize
3399
c906108c
SS
3400@cindex focus of debugging
3401@cindex current thread
3402The @value{GDBN} thread debugging facility allows you to observe all
3403threads while your program runs---but whenever @value{GDBN} takes
3404control, one thread in particular is always the focus of debugging.
3405This thread is called the @dfn{current thread}. Debugging commands show
3406program information from the perspective of the current thread.
3407
41afff9a 3408@cindex @code{New} @var{systag} message
c906108c
SS
3409@cindex thread identifier (system)
3410@c FIXME-implementors!! It would be more helpful if the [New...] message
3411@c included GDB's numeric thread handle, so you could just go to that
3412@c thread without first checking `info threads'.
3413Whenever @value{GDBN} detects a new thread in your program, it displays
3414the target system's identification for the thread with a message in the
697aa1b7 3415form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
c906108c 3416whose form varies depending on the particular system. For example, on
8807d78b 3417@sc{gnu}/Linux, you might see
c906108c 3418
474c8240 3419@smallexample
08e796bc 3420[New Thread 0x41e02940 (LWP 25582)]
474c8240 3421@end smallexample
c906108c
SS
3422
3423@noindent
b1236ac3 3424when @value{GDBN} notices a new thread. In contrast, on other systems,
c906108c
SS
3425the @var{systag} is simply something like @samp{process 368}, with no
3426further qualifier.
3427
3428@c FIXME!! (1) Does the [New...] message appear even for the very first
3429@c thread of a program, or does it only appear for the
6ca652b0 3430@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
3431@c program?
3432@c (2) *Is* there necessarily a first thread always? Or do some
3433@c multithread systems permit starting a program with multiple
5d161b24 3434@c threads ab initio?
c906108c 3435
5d5658a1
PA
3436@anchor{thread numbers}
3437@cindex thread number, per inferior
c906108c 3438@cindex thread identifier (GDB)
5d5658a1
PA
3439For debugging purposes, @value{GDBN} associates its own thread number
3440---always a single integer---with each thread of an inferior. This
3441number is unique between all threads of an inferior, but not unique
3442between threads of different inferiors.
3443
3444@cindex qualified thread ID
3445You can refer to a given thread in an inferior using the qualified
3446@var{inferior-num}.@var{thread-num} syntax, also known as
3447@dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3448number and @var{thread-num} being the thread number of the given
3449inferior. For example, thread @code{2.3} refers to thread number 3 of
3450inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3451then @value{GDBN} infers you're referring to a thread of the current
3452inferior.
3453
3454Until you create a second inferior, @value{GDBN} does not show the
3455@var{inferior-num} part of thread IDs, even though you can always use
3456the full @var{inferior-num}.@var{thread-num} form to refer to threads
3457of inferior 1, the initial inferior.
3458
3459@anchor{thread ID lists}
3460@cindex thread ID lists
3461Some commands accept a space-separated @dfn{thread ID list} as
71ef29a8
PA
3462argument. A list element can be:
3463
3464@enumerate
3465@item
3466A thread ID as shown in the first field of the @samp{info threads}
3467display, with or without an inferior qualifier. E.g., @samp{2.1} or
3468@samp{1}.
3469
3470@item
3471A range of thread numbers, again with or without an inferior
3472qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3473@var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3474
3475@item
3476All threads of an inferior, specified with a star wildcard, with or
3477without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3478@samp{1.*}) or @code{*}. The former refers to all threads of the
3479given inferior, and the latter form without an inferior qualifier
3480refers to all threads of the current inferior.
3481
3482@end enumerate
3483
3484For example, if the current inferior is 1, and inferior 7 has one
3485thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3486includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
34877 to 9 of inferior 6 and all threads of inferior 7. That is, in
3488expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
34897.1}.
3490
5d5658a1
PA
3491
3492@anchor{global thread numbers}
3493@cindex global thread number
3494@cindex global thread identifier (GDB)
3495In addition to a @emph{per-inferior} number, each thread is also
3496assigned a unique @emph{global} number, also known as @dfn{global
3497thread ID}, a single integer. Unlike the thread number component of
3498the thread ID, no two threads have the same global ID, even when
3499you're debugging multiple inferiors.
c906108c 3500
f4f4330e
PA
3501From @value{GDBN}'s perspective, a process always has at least one
3502thread. In other words, @value{GDBN} assigns a thread number to the
3503program's ``main thread'' even if the program is not multi-threaded.
3504
5d5658a1 3505@vindex $_thread@r{, convenience variable}
663f6d42
PA
3506@vindex $_gthread@r{, convenience variable}
3507The debugger convenience variables @samp{$_thread} and
3508@samp{$_gthread} contain, respectively, the per-inferior thread number
3509and the global thread number of the current thread. You may find this
5d5658a1
PA
3510useful in writing breakpoint conditional expressions, command scripts,
3511and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3512general information on convenience variables.
3513
f303dbd6
PA
3514If @value{GDBN} detects the program is multi-threaded, it augments the
3515usual message about stopping at a breakpoint with the ID and name of
3516the thread that hit the breakpoint.
3517
3518@smallexample
3519Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3520@end smallexample
3521
3522Likewise when the program receives a signal:
3523
3524@smallexample
3525Thread 1 "main" received signal SIGINT, Interrupt.
3526@end smallexample
3527
c906108c
SS
3528@table @code
3529@kindex info threads
5d5658a1
PA
3530@item info threads @r{[}@var{thread-id-list}@r{]}
3531
3532Display information about one or more threads. With no arguments
3533displays information about all threads. You can specify the list of
3534threads that you want to display using the thread ID list syntax
3535(@pxref{thread ID lists}).
3536
60f98dde 3537@value{GDBN} displays for each thread (in this order):
c906108c
SS
3538
3539@enumerate
09d4efe1 3540@item
5d5658a1 3541the per-inferior thread number assigned by @value{GDBN}
c906108c 3542
c84f6bbf
PA
3543@item
3544the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3545option was specified
3546
09d4efe1
EZ
3547@item
3548the target system's thread identifier (@var{systag})
c906108c 3549
4694da01
TT
3550@item
3551the thread's name, if one is known. A thread can either be named by
3552the user (see @code{thread name}, below), or, in some cases, by the
3553program itself.
3554
09d4efe1
EZ
3555@item
3556the current stack frame summary for that thread
c906108c
SS
3557@end enumerate
3558
3559@noindent
3560An asterisk @samp{*} to the left of the @value{GDBN} thread number
3561indicates the current thread.
3562
5d161b24 3563For example,
c906108c
SS
3564@end table
3565@c end table here to get a little more width for example
3566
3567@smallexample
3568(@value{GDBP}) info threads
e56d7f1e 3569 Id Target Id Frame
c0ecb95f 3570* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
b05b1202
PA
3571 2 process 35 thread 23 0x34e5 in sigpause ()
3572 3 process 35 thread 27 0x34e5 in sigpause ()
c906108c
SS
3573 at threadtest.c:68
3574@end smallexample
53a5351d 3575
5d5658a1
PA
3576If you're debugging multiple inferiors, @value{GDBN} displays thread
3577IDs using the qualified @var{inferior-num}.@var{thread-num} format.
c84f6bbf
PA
3578Otherwise, only @var{thread-num} is shown.
3579
3580If you specify the @samp{-gid} option, @value{GDBN} displays a column
3581indicating each thread's global thread ID:
5d5658a1
PA
3582
3583@smallexample
3584(@value{GDBP}) info threads
c84f6bbf
PA
3585 Id GId Target Id Frame
3586 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3587 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3588 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3589* 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
5d5658a1
PA
3590@end smallexample
3591
c45da7e6
EZ
3592On Solaris, you can display more information about user threads with a
3593Solaris-specific command:
3594
3595@table @code
3596@item maint info sol-threads
3597@kindex maint info sol-threads
3598@cindex thread info (Solaris)
3599Display info on Solaris user threads.
3600@end table
3601
c906108c 3602@table @code
5d5658a1
PA
3603@kindex thread @var{thread-id}
3604@item thread @var{thread-id}
3605Make thread ID @var{thread-id} the current thread. The command
3606argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3607the first field of the @samp{info threads} display, with or without an
3608inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3609
3610@value{GDBN} responds by displaying the system identifier of the
3611thread you selected, and its current stack frame summary:
c906108c
SS
3612
3613@smallexample
c906108c 3614(@value{GDBP}) thread 2
13fd8b81
TT
3615[Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3616#0 some_function (ignore=0x0) at example.c:8
36178 printf ("hello\n");
c906108c
SS
3618@end smallexample
3619
3620@noindent
3621As with the @samp{[New @dots{}]} message, the form of the text after
3622@samp{Switching to} depends on your system's conventions for identifying
5d161b24 3623threads.
c906108c 3624
3345721a 3625@anchor{thread apply all}
9c16f35a 3626@kindex thread apply
638ac427 3627@cindex apply command to several threads
0a232300 3628@item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
839c27b7 3629The @code{thread apply} command allows you to apply the named
5d5658a1
PA
3630@var{command} to one or more threads. Specify the threads that you
3631want affected using the thread ID list syntax (@pxref{thread ID
3632lists}), or specify @code{all} to apply to all threads. To apply a
3633command to all threads in descending order, type @kbd{thread apply all
253828f1
JK
3634@var{command}}. To apply a command to all threads in ascending order,
3635type @kbd{thread apply all -ascending @var{command}}.
3636
0a232300
PW
3637The @var{flag} arguments control what output to produce and how to handle
3638errors raised when applying @var{command} to a thread. @var{flag}
3639must start with a @code{-} directly followed by one letter in
3640@code{qcs}. If several flags are provided, they must be given
3641individually, such as @code{-c -q}.
3642
3643By default, @value{GDBN} displays some thread information before the
3644output produced by @var{command}, and an error raised during the
3645execution of a @var{command} will abort @code{thread apply}. The
3646following flags can be used to fine-tune this behavior:
3647
3648@table @code
3649@item -c
3650The flag @code{-c}, which stands for @samp{continue}, causes any
3651errors in @var{command} to be displayed, and the execution of
3652@code{thread apply} then continues.
3653@item -s
3654The flag @code{-s}, which stands for @samp{silent}, causes any errors
3655or empty output produced by a @var{command} to be silently ignored.
3656That is, the execution continues, but the thread information and errors
3657are not printed.
3658@item -q
3659The flag @code{-q} (@samp{quiet}) disables printing the thread
3660information.
3661@end table
3662
3663Flags @code{-c} and @code{-s} cannot be used together.
3664
3665@kindex taas
3666@cindex apply command to all threads (ignoring errors and empty output)
3345721a
PA
3667@item taas [@var{option}]@dots{} @var{command}
3668Shortcut for @code{thread apply all -s [@var{option}]@dots{} @var{command}}.
0a232300
PW
3669Applies @var{command} on all threads, ignoring errors and empty output.
3670
3345721a
PA
3671The @code{taas} command accepts the same options as the @code{thread
3672apply all} command. @xref{thread apply all}.
3673
0a232300
PW
3674@kindex tfaas
3675@cindex apply a command to all frames of all threads (ignoring errors and empty output)
3345721a
PA
3676@item tfaas [@var{option}]@dots{} @var{command}
3677Shortcut for @code{thread apply all -s -- frame apply all -s [@var{option}]@dots{} @var{command}}.
0a232300
PW
3678Applies @var{command} on all frames of all threads, ignoring errors
3679and empty output. Note that the flag @code{-s} is specified twice:
3680The first @code{-s} ensures that @code{thread apply} only shows the thread
3681information of the threads for which @code{frame apply} produces
3682some output. The second @code{-s} is needed to ensure that @code{frame
3683apply} shows the frame information of a frame only if the
3684@var{command} successfully produced some output.
3685
3686It can for example be used to print a local variable or a function
3687argument without knowing the thread or frame where this variable or argument
3688is, using:
3689@smallexample
3690(@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3691@end smallexample
3692
3345721a
PA
3693The @code{tfaas} command accepts the same options as the @code{frame
3694apply} command. @xref{frame apply}.
93815fbf 3695
4694da01
TT
3696@kindex thread name
3697@cindex name a thread
3698@item thread name [@var{name}]
3699This command assigns a name to the current thread. If no argument is
3700given, any existing user-specified name is removed. The thread name
3701appears in the @samp{info threads} display.
3702
3703On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3704determine the name of the thread as given by the OS. On these
3705systems, a name specified with @samp{thread name} will override the
3706system-give name, and removing the user-specified name will cause
3707@value{GDBN} to once again display the system-specified name.
3708
60f98dde
MS
3709@kindex thread find
3710@cindex search for a thread
3711@item thread find [@var{regexp}]
3712Search for and display thread ids whose name or @var{systag}
3713matches the supplied regular expression.
3714
3715As well as being the complement to the @samp{thread name} command,
3716this command also allows you to identify a thread by its target
3717@var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3718is the LWP id.
3719
3720@smallexample
3721(@value{GDBN}) thread find 26688
3722Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3723(@value{GDBN}) info thread 4
3724 Id Target Id Frame
3725 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3726@end smallexample
3727
93815fbf
VP
3728@kindex set print thread-events
3729@cindex print messages on thread start and exit
3730@item set print thread-events
3731@itemx set print thread-events on
3732@itemx set print thread-events off
3733The @code{set print thread-events} command allows you to enable or
3734disable printing of messages when @value{GDBN} notices that new threads have
3735started or that threads have exited. By default, these messages will
3736be printed if detection of these events is supported by the target.
3737Note that these messages cannot be disabled on all targets.
3738
3739@kindex show print thread-events
3740@item show print thread-events
3741Show whether messages will be printed when @value{GDBN} detects that threads
3742have started and exited.
c906108c
SS
3743@end table
3744
79a6e687 3745@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
c906108c
SS
3746more information about how @value{GDBN} behaves when you stop and start
3747programs with multiple threads.
3748
79a6e687 3749@xref{Set Watchpoints,,Setting Watchpoints}, for information about
c906108c 3750watchpoints in programs with multiple threads.
c906108c 3751
bf88dd68 3752@anchor{set libthread-db-search-path}
17a37d48
PP
3753@table @code
3754@kindex set libthread-db-search-path
3755@cindex search path for @code{libthread_db}
3756@item set libthread-db-search-path @r{[}@var{path}@r{]}
3757If this variable is set, @var{path} is a colon-separated list of
3758directories @value{GDBN} will use to search for @code{libthread_db}.
3759If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
98a5dd13 3760its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
7e0396aa
DE
3761Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3762macro.
17a37d48
PP
3763
3764On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3765@code{libthread_db} library to obtain information about threads in the
3766inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
bf88dd68
JK
3767to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3768specific thread debugging library loading is enabled
3769by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
98a5dd13
DE
3770
3771A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3772refers to the default system directories that are
bf88dd68
JK
3773normally searched for loading shared libraries. The @samp{$sdir} entry
3774is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3775(@pxref{libthread_db.so.1 file}).
98a5dd13
DE
3776
3777A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3778refers to the directory from which @code{libpthread}
3779was loaded in the inferior process.
17a37d48
PP
3780
3781For any @code{libthread_db} library @value{GDBN} finds in above directories,
3782@value{GDBN} attempts to initialize it with the current inferior process.
3783If this initialization fails (which could happen because of a version
3784mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3785will unload @code{libthread_db}, and continue with the next directory.
3786If none of @code{libthread_db} libraries initialize successfully,
3787@value{GDBN} will issue a warning and thread debugging will be disabled.
3788
3789Setting @code{libthread-db-search-path} is currently implemented
3790only on some platforms.
3791
3792@kindex show libthread-db-search-path
3793@item show libthread-db-search-path
3794Display current libthread_db search path.
02d868e8
PP
3795
3796@kindex set debug libthread-db
3797@kindex show debug libthread-db
3798@cindex debugging @code{libthread_db}
3799@item set debug libthread-db
3800@itemx show debug libthread-db
3801Turns on or off display of @code{libthread_db}-related events.
3802Use @code{1} to enable, @code{0} to disable.
17a37d48
PP
3803@end table
3804
6c95b8df
PA
3805@node Forks
3806@section Debugging Forks
c906108c
SS
3807
3808@cindex fork, debugging programs which call
3809@cindex multiple processes
3810@cindex processes, multiple
53a5351d
JM
3811On most systems, @value{GDBN} has no special support for debugging
3812programs which create additional processes using the @code{fork}
3813function. When a program forks, @value{GDBN} will continue to debug the
3814parent process and the child process will run unimpeded. If you have
3815set a breakpoint in any code which the child then executes, the child
3816will get a @code{SIGTRAP} signal which (unless it catches the signal)
3817will cause it to terminate.
c906108c
SS
3818
3819However, if you want to debug the child process there is a workaround
3820which isn't too painful. Put a call to @code{sleep} in the code which
3821the child process executes after the fork. It may be useful to sleep
3822only if a certain environment variable is set, or a certain file exists,
3823so that the delay need not occur when you don't want to run @value{GDBN}
3824on the child. While the child is sleeping, use the @code{ps} program to
3825get its process ID. Then tell @value{GDBN} (a new invocation of
3826@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 3827the child process (@pxref{Attach}). From that point on you can debug
c906108c 3828the child process just like any other process which you attached to.
c906108c 3829
b1236ac3
PA
3830On some systems, @value{GDBN} provides support for debugging programs
3831that create additional processes using the @code{fork} or @code{vfork}
3832functions. On @sc{gnu}/Linux platforms, this feature is supported
19d9d4ef 3833with kernel version 2.5.46 and later.
c906108c 3834
19d9d4ef
DB
3835The fork debugging commands are supported in native mode and when
3836connected to @code{gdbserver} in either @code{target remote} mode or
3837@code{target extended-remote} mode.
0d71eef5 3838
c906108c
SS
3839By default, when a program forks, @value{GDBN} will continue to debug
3840the parent process and the child process will run unimpeded.
3841
3842If you want to follow the child process instead of the parent process,
3843use the command @w{@code{set follow-fork-mode}}.
3844
3845@table @code
3846@kindex set follow-fork-mode
3847@item set follow-fork-mode @var{mode}
3848Set the debugger response to a program call of @code{fork} or
3849@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 3850process. The @var{mode} argument can be:
c906108c
SS
3851
3852@table @code
3853@item parent
3854The original process is debugged after a fork. The child process runs
2df3850c 3855unimpeded. This is the default.
c906108c
SS
3856
3857@item child
3858The new process is debugged after a fork. The parent process runs
3859unimpeded.
3860
c906108c
SS
3861@end table
3862
9c16f35a 3863@kindex show follow-fork-mode
c906108c 3864@item show follow-fork-mode
2df3850c 3865Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
3866@end table
3867
5c95884b
MS
3868@cindex debugging multiple processes
3869On Linux, if you want to debug both the parent and child processes, use the
3870command @w{@code{set detach-on-fork}}.
3871
3872@table @code
3873@kindex set detach-on-fork
3874@item set detach-on-fork @var{mode}
3875Tells gdb whether to detach one of the processes after a fork, or
3876retain debugger control over them both.
3877
3878@table @code
3879@item on
3880The child process (or parent process, depending on the value of
3881@code{follow-fork-mode}) will be detached and allowed to run
3882independently. This is the default.
3883
3884@item off
3885Both processes will be held under the control of @value{GDBN}.
3886One process (child or parent, depending on the value of
3887@code{follow-fork-mode}) is debugged as usual, while the other
3888is held suspended.
3889
3890@end table
3891
11310833
NR
3892@kindex show detach-on-fork
3893@item show detach-on-fork
3894Show whether detach-on-fork mode is on/off.
5c95884b
MS
3895@end table
3896
2277426b
PA
3897If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3898will retain control of all forked processes (including nested forks).
3899You can list the forked processes under the control of @value{GDBN} by
3900using the @w{@code{info inferiors}} command, and switch from one fork
65c574f6
PA
3901to another by using the @code{inferior} command (@pxref{Inferiors Connections and
3902Programs, ,Debugging Multiple Inferiors Connections and Programs}).
5c95884b
MS
3903
3904To quit debugging one of the forked processes, you can either detach
af624141
MS
3905from it by using the @w{@code{detach inferiors}} command (allowing it
3906to run independently), or kill it using the @w{@code{kill inferiors}}
65c574f6
PA
3907command. @xref{Inferiors Connections and Programs, ,Debugging
3908Multiple Inferiors Connections and Programs}.
5c95884b 3909
c906108c
SS
3910If you ask to debug a child process and a @code{vfork} is followed by an
3911@code{exec}, @value{GDBN} executes the new target up to the first
3912breakpoint in the new target. If you have a breakpoint set on
3913@code{main} in your original program, the breakpoint will also be set on
3914the child process's @code{main}.
3915
2277426b
PA
3916On some systems, when a child process is spawned by @code{vfork}, you
3917cannot debug the child or parent until an @code{exec} call completes.
c906108c
SS
3918
3919If you issue a @code{run} command to @value{GDBN} after an @code{exec}
6c95b8df
PA
3920call executes, the new target restarts. To restart the parent
3921process, use the @code{file} command with the parent executable name
3922as its argument. By default, after an @code{exec} call executes,
3923@value{GDBN} discards the symbols of the previous executable image.
3924You can change this behaviour with the @w{@code{set follow-exec-mode}}
3925command.
3926
3927@table @code
3928@kindex set follow-exec-mode
3929@item set follow-exec-mode @var{mode}
3930
3931Set debugger response to a program call of @code{exec}. An
3932@code{exec} call replaces the program image of a process.
3933
3934@code{follow-exec-mode} can be:
3935
3936@table @code
3937@item new
3938@value{GDBN} creates a new inferior and rebinds the process to this
3939new inferior. The program the process was running before the
3940@code{exec} call can be restarted afterwards by restarting the
3941original inferior.
3942
3943For example:
3944
3945@smallexample
3946(@value{GDBP}) info inferiors
3947(gdb) info inferior
3948 Id Description Executable
3949* 1 <null> prog1
3950(@value{GDBP}) run
3951process 12020 is executing new program: prog2
3952Program exited normally.
3953(@value{GDBP}) info inferiors
3954 Id Description Executable
c0ecb95f 3955 1 <null> prog1
b05b1202 3956* 2 <null> prog2
6c95b8df
PA
3957@end smallexample
3958
3959@item same
3960@value{GDBN} keeps the process bound to the same inferior. The new
3961executable image replaces the previous executable loaded in the
3962inferior. Restarting the inferior after the @code{exec} call, with
3963e.g., the @code{run} command, restarts the executable the process was
3964running after the @code{exec} call. This is the default mode.
3965
3966For example:
3967
3968@smallexample
3969(@value{GDBP}) info inferiors
3970 Id Description Executable
3971* 1 <null> prog1
3972(@value{GDBP}) run
3973process 12020 is executing new program: prog2
3974Program exited normally.
3975(@value{GDBP}) info inferiors
3976 Id Description Executable
3977* 1 <null> prog2
3978@end smallexample
3979
3980@end table
3981@end table
c906108c 3982
19d9d4ef
DB
3983@code{follow-exec-mode} is supported in native mode and
3984@code{target extended-remote} mode.
3985
c906108c
SS
3986You can use the @code{catch} command to make @value{GDBN} stop whenever
3987a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
79a6e687 3988Catchpoints, ,Setting Catchpoints}.
c906108c 3989
5c95884b 3990@node Checkpoint/Restart
79a6e687 3991@section Setting a @emph{Bookmark} to Return to Later
5c95884b
MS
3992
3993@cindex checkpoint
3994@cindex restart
3995@cindex bookmark
3996@cindex snapshot of a process
3997@cindex rewind program state
3998
3999On certain operating systems@footnote{Currently, only
4000@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
4001program's state, called a @dfn{checkpoint}, and come back to it
4002later.
4003
4004Returning to a checkpoint effectively undoes everything that has
4005happened in the program since the @code{checkpoint} was saved. This
4006includes changes in memory, registers, and even (within some limits)
4007system state. Effectively, it is like going back in time to the
4008moment when the checkpoint was saved.
4009
4010Thus, if you're stepping thru a program and you think you're
4011getting close to the point where things go wrong, you can save
4012a checkpoint. Then, if you accidentally go too far and miss
4013the critical statement, instead of having to restart your program
4014from the beginning, you can just go back to the checkpoint and
4015start again from there.
4016
4017This can be especially useful if it takes a lot of time or
4018steps to reach the point where you think the bug occurs.
4019
4020To use the @code{checkpoint}/@code{restart} method of debugging:
4021
4022@table @code
4023@kindex checkpoint
4024@item checkpoint
4025Save a snapshot of the debugged program's current execution state.
4026The @code{checkpoint} command takes no arguments, but each checkpoint
4027is assigned a small integer id, similar to a breakpoint id.
4028
4029@kindex info checkpoints
4030@item info checkpoints
4031List the checkpoints that have been saved in the current debugging
4032session. For each checkpoint, the following information will be
4033listed:
4034
4035@table @code
4036@item Checkpoint ID
4037@item Process ID
4038@item Code Address
4039@item Source line, or label
4040@end table
4041
4042@kindex restart @var{checkpoint-id}
4043@item restart @var{checkpoint-id}
4044Restore the program state that was saved as checkpoint number
4045@var{checkpoint-id}. All program variables, registers, stack frames
4046etc.@: will be returned to the values that they had when the checkpoint
4047was saved. In essence, gdb will ``wind back the clock'' to the point
4048in time when the checkpoint was saved.
4049
4050Note that breakpoints, @value{GDBN} variables, command history etc.
4051are not affected by restoring a checkpoint. In general, a checkpoint
4052only restores things that reside in the program being debugged, not in
4053the debugger.
4054
b8db102d
MS
4055@kindex delete checkpoint @var{checkpoint-id}
4056@item delete checkpoint @var{checkpoint-id}
5c95884b
MS
4057Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
4058
4059@end table
4060
4061Returning to a previously saved checkpoint will restore the user state
4062of the program being debugged, plus a significant subset of the system
4063(OS) state, including file pointers. It won't ``un-write'' data from
4064a file, but it will rewind the file pointer to the previous location,
4065so that the previously written data can be overwritten. For files
4066opened in read mode, the pointer will also be restored so that the
4067previously read data can be read again.
4068
4069Of course, characters that have been sent to a printer (or other
4070external device) cannot be ``snatched back'', and characters received
4071from eg.@: a serial device can be removed from internal program buffers,
4072but they cannot be ``pushed back'' into the serial pipeline, ready to
4073be received again. Similarly, the actual contents of files that have
4074been changed cannot be restored (at this time).
4075
4076However, within those constraints, you actually can ``rewind'' your
4077program to a previously saved point in time, and begin debugging it
4078again --- and you can change the course of events so as to debug a
4079different execution path this time.
4080
4081@cindex checkpoints and process id
4082Finally, there is one bit of internal program state that will be
4083different when you return to a checkpoint --- the program's process
4084id. Each checkpoint will have a unique process id (or @var{pid}),
4085and each will be different from the program's original @var{pid}.
4086If your program has saved a local copy of its process id, this could
4087potentially pose a problem.
4088
79a6e687 4089@subsection A Non-obvious Benefit of Using Checkpoints
5c95884b
MS
4090
4091On some systems such as @sc{gnu}/Linux, address space randomization
4092is performed on new processes for security reasons. This makes it
4093difficult or impossible to set a breakpoint, or watchpoint, on an
4094absolute address if you have to restart the program, since the
4095absolute location of a symbol will change from one execution to the
4096next.
4097
4098A checkpoint, however, is an @emph{identical} copy of a process.
4099Therefore if you create a checkpoint at (eg.@:) the start of main,
4100and simply return to that checkpoint instead of restarting the
4101process, you can avoid the effects of address randomization and
4102your symbols will all stay in the same place.
4103
6d2ebf8b 4104@node Stopping
c906108c
SS
4105@chapter Stopping and Continuing
4106
4107The principal purposes of using a debugger are so that you can stop your
4108program before it terminates; or so that, if your program runs into
4109trouble, you can investigate and find out why.
4110
7a292a7a
SS
4111Inside @value{GDBN}, your program may stop for any of several reasons,
4112such as a signal, a breakpoint, or reaching a new line after a
4113@value{GDBN} command such as @code{step}. You may then examine and
4114change variables, set new breakpoints or remove old ones, and then
4115continue execution. Usually, the messages shown by @value{GDBN} provide
4116ample explanation of the status of your program---but you can also
4117explicitly request this information at any time.
c906108c
SS
4118
4119@table @code
4120@kindex info program
4121@item info program
4122Display information about the status of your program: whether it is
7a292a7a 4123running or not, what process it is, and why it stopped.
c906108c
SS
4124@end table
4125
4126@menu
4127* Breakpoints:: Breakpoints, watchpoints, and catchpoints
4128* Continuing and Stepping:: Resuming execution
aad1c02c
TT
4129* Skipping Over Functions and Files::
4130 Skipping over functions and files
c906108c 4131* Signals:: Signals
c906108c 4132* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
4133@end menu
4134
6d2ebf8b 4135@node Breakpoints
79a6e687 4136@section Breakpoints, Watchpoints, and Catchpoints
c906108c
SS
4137
4138@cindex breakpoints
4139A @dfn{breakpoint} makes your program stop whenever a certain point in
4140the program is reached. For each breakpoint, you can add conditions to
4141control in finer detail whether your program stops. You can set
4142breakpoints with the @code{break} command and its variants (@pxref{Set
79a6e687 4143Breaks, ,Setting Breakpoints}), to specify the place where your program
c906108c
SS
4144should stop by line number, function name or exact address in the
4145program.
4146
09d4efe1 4147On some systems, you can set breakpoints in shared libraries before
b1236ac3 4148the executable is run.
c906108c
SS
4149
4150@cindex watchpoints
fd60e0df 4151@cindex data breakpoints
c906108c
SS
4152@cindex memory tracing
4153@cindex breakpoint on memory address
4154@cindex breakpoint on variable modification
4155A @dfn{watchpoint} is a special breakpoint that stops your program
fd60e0df 4156when the value of an expression changes. The expression may be a value
0ced0c34 4157of a variable, or it could involve values of one or more variables
fd60e0df
EZ
4158combined by operators, such as @samp{a + b}. This is sometimes called
4159@dfn{data breakpoints}. You must use a different command to set
79a6e687 4160watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
fd60e0df
EZ
4161from that, you can manage a watchpoint like any other breakpoint: you
4162enable, disable, and delete both breakpoints and watchpoints using the
4163same commands.
c906108c
SS
4164
4165You can arrange to have values from your program displayed automatically
4166whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
79a6e687 4167Automatic Display}.
c906108c
SS
4168
4169@cindex catchpoints
4170@cindex breakpoint on events
4171A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 4172when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
4173exception or the loading of a library. As with watchpoints, you use a
4174different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
79a6e687 4175Catchpoints}), but aside from that, you can manage a catchpoint like any
c906108c 4176other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 4177@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
4178
4179@cindex breakpoint numbers
4180@cindex numbers for breakpoints
4181@value{GDBN} assigns a number to each breakpoint, watchpoint, or
4182catchpoint when you create it; these numbers are successive integers
4183starting with one. In many of the commands for controlling various
4184features of breakpoints you use the breakpoint number to say which
4185breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4186@dfn{disabled}; if disabled, it has no effect on your program until you
4187enable it again.
4188
c5394b80 4189@cindex breakpoint ranges
18da0c51 4190@cindex breakpoint lists
c5394b80 4191@cindex ranges of breakpoints
18da0c51
MG
4192@cindex lists of breakpoints
4193Some @value{GDBN} commands accept a space-separated list of breakpoints
4194on which to operate. A list element can be either a single breakpoint number,
4195like @samp{5}, or a range of such numbers, like @samp{5-7}.
4196When a breakpoint list is given to a command, all breakpoints in that list
4197are operated on.
c5394b80 4198
c906108c
SS
4199@menu
4200* Set Breaks:: Setting breakpoints
4201* Set Watchpoints:: Setting watchpoints
4202* Set Catchpoints:: Setting catchpoints
4203* Delete Breaks:: Deleting breakpoints
4204* Disabling:: Disabling breakpoints
4205* Conditions:: Break conditions
4206* Break Commands:: Breakpoint command lists
e7e0cddf 4207* Dynamic Printf:: Dynamic printf
6149aea9 4208* Save Breakpoints:: How to save breakpoints in a file
62e5f89c 4209* Static Probe Points:: Listing static probe points
d4f3574e 4210* Error in Breakpoints:: ``Cannot insert breakpoints''
79a6e687 4211* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
c906108c
SS
4212@end menu
4213
6d2ebf8b 4214@node Set Breaks
79a6e687 4215@subsection Setting Breakpoints
c906108c 4216
5d161b24 4217@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
4218@c consider in particular declaration with/without initialization.
4219@c
4220@c FIXME 2 is there stuff on this already? break at fun start, already init?
4221
4222@kindex break
41afff9a
EZ
4223@kindex b @r{(@code{break})}
4224@vindex $bpnum@r{, convenience variable}
c906108c
SS
4225@cindex latest breakpoint
4226Breakpoints are set with the @code{break} command (abbreviated
5d161b24 4227@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 4228number of the breakpoint you've set most recently; see @ref{Convenience
79a6e687 4229Vars,, Convenience Variables}, for a discussion of what you can do with
c906108c
SS
4230convenience variables.
4231
c906108c 4232@table @code
2a25a5ba
EZ
4233@item break @var{location}
4234Set a breakpoint at the given @var{location}, which can specify a
4235function name, a line number, or an address of an instruction.
4236(@xref{Specify Location}, for a list of all the possible ways to
4237specify a @var{location}.) The breakpoint will stop your program just
4238before it executes any of the code in the specified @var{location}.
4239
c906108c 4240When using source languages that permit overloading of symbols, such as
2a25a5ba 4241C@t{++}, a function name may refer to more than one possible place to break.
6ba66d6a
JB
4242@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4243that situation.
c906108c 4244
45ac276d 4245It is also possible to insert a breakpoint that will stop the program
2c88c651
JB
4246only if a specific thread (@pxref{Thread-Specific Breakpoints})
4247or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
45ac276d 4248
c906108c
SS
4249@item break
4250When called without any arguments, @code{break} sets a breakpoint at
4251the next instruction to be executed in the selected stack frame
4252(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4253innermost, this makes your program stop as soon as control
4254returns to that frame. This is similar to the effect of a
4255@code{finish} command in the frame inside the selected frame---except
4256that @code{finish} does not leave an active breakpoint. If you use
4257@code{break} without an argument in the innermost frame, @value{GDBN} stops
4258the next time it reaches the current location; this may be useful
4259inside loops.
4260
4261@value{GDBN} normally ignores breakpoints when it resumes execution, until at
4262least one instruction has been executed. If it did not do this, you
4263would be unable to proceed past a breakpoint without first disabling the
4264breakpoint. This rule applies whether or not the breakpoint already
4265existed when your program stopped.
4266
4267@item break @dots{} if @var{cond}
4268Set a breakpoint with condition @var{cond}; evaluate the expression
4269@var{cond} each time the breakpoint is reached, and stop only if the
4270value is nonzero---that is, if @var{cond} evaluates as true.
4271@samp{@dots{}} stands for one of the possible arguments described
4272above (or no argument) specifying where to break. @xref{Conditions,
79a6e687 4273,Break Conditions}, for more information on breakpoint conditions.
c906108c
SS
4274
4275@kindex tbreak
4276@item tbreak @var{args}
697aa1b7 4277Set a breakpoint enabled only for one stop. The @var{args} are the
c906108c
SS
4278same as for the @code{break} command, and the breakpoint is set in the same
4279way, but the breakpoint is automatically deleted after the first time your
79a6e687 4280program stops there. @xref{Disabling, ,Disabling Breakpoints}.
c906108c 4281
c906108c 4282@kindex hbreak
ba04e063 4283@cindex hardware breakpoints
c906108c 4284@item hbreak @var{args}
697aa1b7 4285Set a hardware-assisted breakpoint. The @var{args} are the same as for the
d4f3574e 4286@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
4287breakpoint requires hardware support and some target hardware may not
4288have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
4289debugging, so you can set a breakpoint at an instruction without
4290changing the instruction. This can be used with the new trap-generation
09d4efe1 4291provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
4292will generate traps when a program accesses some data or instruction
4293address that is assigned to the debug registers. However the hardware
4294breakpoint registers can take a limited number of breakpoints. For
4295example, on the DSU, only two data breakpoints can be set at a time, and
4296@value{GDBN} will reject this command if more than two are used. Delete
4297or disable unused hardware breakpoints before setting new ones
79a6e687
BW
4298(@pxref{Disabling, ,Disabling Breakpoints}).
4299@xref{Conditions, ,Break Conditions}.
9c16f35a
EZ
4300For remote targets, you can restrict the number of hardware
4301breakpoints @value{GDBN} will use, see @ref{set remote
4302hardware-breakpoint-limit}.
501eef12 4303
c906108c
SS
4304@kindex thbreak
4305@item thbreak @var{args}
697aa1b7 4306Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
c906108c 4307are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 4308the same way. However, like the @code{tbreak} command,
c906108c
SS
4309the breakpoint is automatically deleted after the
4310first time your program stops there. Also, like the @code{hbreak}
5d161b24 4311command, the breakpoint requires hardware support and some target hardware
79a6e687
BW
4312may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4313See also @ref{Conditions, ,Break Conditions}.
c906108c
SS
4314
4315@kindex rbreak
4316@cindex regular expression
8bd10a10 4317@cindex breakpoints at functions matching a regexp
c45da7e6 4318@cindex set breakpoints in many functions
c906108c 4319@item rbreak @var{regex}
c906108c 4320Set breakpoints on all functions matching the regular expression
11cf8741
JM
4321@var{regex}. This command sets an unconditional breakpoint on all
4322matches, printing a list of all breakpoints it set. Once these
4323breakpoints are set, they are treated just like the breakpoints set with
4324the @code{break} command. You can delete them, disable them, or make
4325them conditional the same way as any other breakpoint.
4326
20813a0b
PW
4327In programs using different languages, @value{GDBN} chooses the syntax
4328to print the list of all breakpoints it sets according to the
4329@samp{set language} value: using @samp{set language auto}
4330(see @ref{Automatically, ,Set Language Automatically}) means to use the
4331language of the breakpoint's function, other values mean to use
4332the manually specified language (see @ref{Manually, ,Set Language Manually}).
4333
11cf8741
JM
4334The syntax of the regular expression is the standard one used with tools
4335like @file{grep}. Note that this is different from the syntax used by
4336shells, so for instance @code{foo*} matches all functions that include
4337an @code{fo} followed by zero or more @code{o}s. There is an implicit
4338@code{.*} leading and trailing the regular expression you supply, so to
4339match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 4340
f7dc1244 4341@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 4342When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
4343breakpoints on overloaded functions that are not members of any special
4344classes.
c906108c 4345
f7dc1244
EZ
4346@cindex set breakpoints on all functions
4347The @code{rbreak} command can be used to set breakpoints in
4348@strong{all} the functions in a program, like this:
4349
4350@smallexample
4351(@value{GDBP}) rbreak .
4352@end smallexample
4353
8bd10a10
CM
4354@item rbreak @var{file}:@var{regex}
4355If @code{rbreak} is called with a filename qualification, it limits
4356the search for functions matching the given regular expression to the
4357specified @var{file}. This can be used, for example, to set breakpoints on
4358every function in a given file:
4359
4360@smallexample
4361(@value{GDBP}) rbreak file.c:.
4362@end smallexample
4363
4364The colon separating the filename qualifier from the regex may
4365optionally be surrounded by spaces.
4366
c906108c
SS
4367@kindex info breakpoints
4368@cindex @code{$_} and @code{info breakpoints}
18da0c51
MG
4369@item info breakpoints @r{[}@var{list}@dots{}@r{]}
4370@itemx info break @r{[}@var{list}@dots{}@r{]}
c906108c 4371Print a table of all breakpoints, watchpoints, and catchpoints set and
45ac1734 4372not deleted. Optional argument @var{n} means print information only
e5a67952
MS
4373about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4374For each breakpoint, following columns are printed:
c906108c
SS
4375
4376@table @emph
4377@item Breakpoint Numbers
4378@item Type
4379Breakpoint, watchpoint, or catchpoint.
4380@item Disposition
4381Whether the breakpoint is marked to be disabled or deleted when hit.
4382@item Enabled or Disabled
4383Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
b3db7447 4384that are not enabled.
c906108c 4385@item Address
fe6fbf8b 4386Where the breakpoint is in your program, as a memory address. For a
b3db7447
NR
4387pending breakpoint whose address is not yet known, this field will
4388contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4389library that has the symbol or line referred by breakpoint is loaded.
4390See below for details. A breakpoint with several locations will
3b784c4f 4391have @samp{<MULTIPLE>} in this field---see below for details.
c906108c
SS
4392@item What
4393Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
4394line number. For a pending breakpoint, the original string passed to
4395the breakpoint command will be listed as it cannot be resolved until
4396the appropriate shared library is loaded in the future.
c906108c
SS
4397@end table
4398
4399@noindent
83364271
LM
4400If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4401``target''. If mode is ``host'', breakpoint condition evaluation is done by
4402@value{GDBN} on the host's side. If it is ``target'', then the condition
4403is evaluated by the target. The @code{info break} command shows
4404the condition on the line following the affected breakpoint, together with
4405its condition evaluation mode in between parentheses.
4406
4407Breakpoint commands, if any, are listed after that. A pending breakpoint is
4408allowed to have a condition specified for it. The condition is not parsed for
4409validity until a shared library is loaded that allows the pending
4410breakpoint to resolve to a valid location.
c906108c
SS
4411
4412@noindent
4413@code{info break} with a breakpoint
4414number @var{n} as argument lists only that breakpoint. The
4415convenience variable @code{$_} and the default examining-address for
4416the @code{x} command are set to the address of the last breakpoint
79a6e687 4417listed (@pxref{Memory, ,Examining Memory}).
c906108c
SS
4418
4419@noindent
4420@code{info break} displays a count of the number of times the breakpoint
4421has been hit. This is especially useful in conjunction with the
4422@code{ignore} command. You can ignore a large number of breakpoint
4423hits, look at the breakpoint info to see how many times the breakpoint
4424was hit, and then run again, ignoring one less than that number. This
4425will get you quickly to the last hit of that breakpoint.
816338b5
SS
4426
4427@noindent
4428For a breakpoints with an enable count (xref) greater than 1,
4429@code{info break} also displays that count.
4430
c906108c
SS
4431@end table
4432
4433@value{GDBN} allows you to set any number of breakpoints at the same place in
4434your program. There is nothing silly or meaningless about this. When
4435the breakpoints are conditional, this is even useful
79a6e687 4436(@pxref{Conditions, ,Break Conditions}).
c906108c 4437
2e9132cc
EZ
4438@cindex multiple locations, breakpoints
4439@cindex breakpoints, multiple locations
fcda367b 4440It is possible that a breakpoint corresponds to several locations
fe6fbf8b
VP
4441in your program. Examples of this situation are:
4442
4443@itemize @bullet
f8eba3c6
TT
4444@item
4445Multiple functions in the program may have the same name.
4446
fe6fbf8b
VP
4447@item
4448For a C@t{++} constructor, the @value{NGCC} compiler generates several
4449instances of the function body, used in different cases.
4450
4451@item
4452For a C@t{++} template function, a given line in the function can
4453correspond to any number of instantiations.
4454
4455@item
4456For an inlined function, a given source line can correspond to
4457several places where that function is inlined.
fe6fbf8b
VP
4458@end itemize
4459
4460In all those cases, @value{GDBN} will insert a breakpoint at all
f8eba3c6 4461the relevant locations.
fe6fbf8b 4462
3b784c4f
EZ
4463A breakpoint with multiple locations is displayed in the breakpoint
4464table using several rows---one header row, followed by one row for
4465each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4466address column. The rows for individual locations contain the actual
4467addresses for locations, and show the functions to which those
4468locations belong. The number column for a location is of the form
fe6fbf8b
VP
4469@var{breakpoint-number}.@var{location-number}.
4470
4471For example:
3b784c4f 4472
fe6fbf8b
VP
4473@smallexample
4474Num Type Disp Enb Address What
44751 breakpoint keep y <MULTIPLE>
4476 stop only if i==1
4477 breakpoint already hit 1 time
44781.1 y 0x080486a2 in void foo<int>() at t.cc:8
44791.2 y 0x080486ca in void foo<double>() at t.cc:8
4480@end smallexample
4481
d0fe4701
XR
4482You cannot delete the individual locations from a breakpoint. However,
4483each location can be individually enabled or disabled by passing
fe6fbf8b 4484@var{breakpoint-number}.@var{location-number} as argument to the
d0fe4701
XR
4485@code{enable} and @code{disable} commands. It's also possible to
4486@code{enable} and @code{disable} a range of @var{location-number}
4487locations using a @var{breakpoint-number} and two @var{location-number}s,
4488in increasing order, separated by a hyphen, like
4489@kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4490in which case @value{GDBN} acts on all the locations in the range (inclusive).
4491Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4492all of the locations that belong to that breakpoint.
fe6fbf8b 4493
2650777c 4494@cindex pending breakpoints
fe6fbf8b 4495It's quite common to have a breakpoint inside a shared library.
3b784c4f 4496Shared libraries can be loaded and unloaded explicitly,
fe6fbf8b
VP
4497and possibly repeatedly, as the program is executed. To support
4498this use case, @value{GDBN} updates breakpoint locations whenever
4499any shared library is loaded or unloaded. Typically, you would
fcda367b 4500set a breakpoint in a shared library at the beginning of your
fe6fbf8b
VP
4501debugging session, when the library is not loaded, and when the
4502symbols from the library are not available. When you try to set
4503breakpoint, @value{GDBN} will ask you if you want to set
3b784c4f 4504a so called @dfn{pending breakpoint}---breakpoint whose address
fe6fbf8b
VP
4505is not yet resolved.
4506
4507After the program is run, whenever a new shared library is loaded,
4508@value{GDBN} reevaluates all the breakpoints. When a newly loaded
4509shared library contains the symbol or line referred to by some
4510pending breakpoint, that breakpoint is resolved and becomes an
4511ordinary breakpoint. When a library is unloaded, all breakpoints
4512that refer to its symbols or source lines become pending again.
4513
4514This logic works for breakpoints with multiple locations, too. For
4515example, if you have a breakpoint in a C@t{++} template function, and
4516a newly loaded shared library has an instantiation of that template,
4517a new location is added to the list of locations for the breakpoint.
4518
4519Except for having unresolved address, pending breakpoints do not
4520differ from regular breakpoints. You can set conditions or commands,
4521enable and disable them and perform other breakpoint operations.
4522
4523@value{GDBN} provides some additional commands for controlling what
4524happens when the @samp{break} command cannot resolve breakpoint
4525address specification to an address:
dd79a6cf
JJ
4526
4527@kindex set breakpoint pending
4528@kindex show breakpoint pending
4529@table @code
4530@item set breakpoint pending auto
4531This is the default behavior. When @value{GDBN} cannot find the breakpoint
4532location, it queries you whether a pending breakpoint should be created.
4533
4534@item set breakpoint pending on
4535This indicates that an unrecognized breakpoint location should automatically
4536result in a pending breakpoint being created.
4537
4538@item set breakpoint pending off
4539This indicates that pending breakpoints are not to be created. Any
4540unrecognized breakpoint location results in an error. This setting does
4541not affect any pending breakpoints previously created.
4542
4543@item show breakpoint pending
4544Show the current behavior setting for creating pending breakpoints.
4545@end table
2650777c 4546
fe6fbf8b
VP
4547The settings above only affect the @code{break} command and its
4548variants. Once breakpoint is set, it will be automatically updated
4549as shared libraries are loaded and unloaded.
2650777c 4550
765dc015
VP
4551@cindex automatic hardware breakpoints
4552For some targets, @value{GDBN} can automatically decide if hardware or
4553software breakpoints should be used, depending on whether the
4554breakpoint address is read-only or read-write. This applies to
4555breakpoints set with the @code{break} command as well as to internal
4556breakpoints set by commands like @code{next} and @code{finish}. For
fcda367b 4557breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
765dc015
VP
4558breakpoints.
4559
18da0c51 4560You can control this automatic behaviour with the following commands:
765dc015
VP
4561
4562@kindex set breakpoint auto-hw
4563@kindex show breakpoint auto-hw
4564@table @code
4565@item set breakpoint auto-hw on
4566This is the default behavior. When @value{GDBN} sets a breakpoint, it
4567will try to use the target memory map to decide if software or hardware
4568breakpoint must be used.
4569
4570@item set breakpoint auto-hw off
4571This indicates @value{GDBN} should not automatically select breakpoint
4572type. If the target provides a memory map, @value{GDBN} will warn when
4573trying to set software breakpoint at a read-only address.
4574@end table
4575
74960c60
VP
4576@value{GDBN} normally implements breakpoints by replacing the program code
4577at the breakpoint address with a special instruction, which, when
4578executed, given control to the debugger. By default, the program
4579code is so modified only when the program is resumed. As soon as
4580the program stops, @value{GDBN} restores the original instructions. This
4581behaviour guards against leaving breakpoints inserted in the
4582target should gdb abrubptly disconnect. However, with slow remote
4583targets, inserting and removing breakpoint can reduce the performance.
4584This behavior can be controlled with the following commands::
4585
4586@kindex set breakpoint always-inserted
4587@kindex show breakpoint always-inserted
4588@table @code
4589@item set breakpoint always-inserted off
33e5cbd6
PA
4590All breakpoints, including newly added by the user, are inserted in
4591the target only when the target is resumed. All breakpoints are
a25a5a45 4592removed from the target when it stops. This is the default mode.
74960c60
VP
4593
4594@item set breakpoint always-inserted on
4595Causes all breakpoints to be inserted in the target at all times. If
4596the user adds a new breakpoint, or changes an existing breakpoint, the
4597breakpoints in the target are updated immediately. A breakpoint is
a25a5a45 4598removed from the target only when breakpoint itself is deleted.
342cc091 4599@end table
765dc015 4600
83364271
LM
4601@value{GDBN} handles conditional breakpoints by evaluating these conditions
4602when a breakpoint breaks. If the condition is true, then the process being
4603debugged stops, otherwise the process is resumed.
4604
4605If the target supports evaluating conditions on its end, @value{GDBN} may
4606download the breakpoint, together with its conditions, to it.
4607
4608This feature can be controlled via the following commands:
4609
4610@kindex set breakpoint condition-evaluation
4611@kindex show breakpoint condition-evaluation
4612@table @code
4613@item set breakpoint condition-evaluation host
4614This option commands @value{GDBN} to evaluate the breakpoint
4615conditions on the host's side. Unconditional breakpoints are sent to
4616the target which in turn receives the triggers and reports them back to GDB
4617for condition evaluation. This is the standard evaluation mode.
4618
4619@item set breakpoint condition-evaluation target
4620This option commands @value{GDBN} to download breakpoint conditions
4621to the target at the moment of their insertion. The target
4622is responsible for evaluating the conditional expression and reporting
4623breakpoint stop events back to @value{GDBN} whenever the condition
4624is true. Due to limitations of target-side evaluation, some conditions
4625cannot be evaluated there, e.g., conditions that depend on local data
4626that is only known to the host. Examples include
4627conditional expressions involving convenience variables, complex types
4628that cannot be handled by the agent expression parser and expressions
4629that are too long to be sent over to the target, specially when the
4630target is a remote system. In these cases, the conditions will be
4631evaluated by @value{GDBN}.
4632
4633@item set breakpoint condition-evaluation auto
4634This is the default mode. If the target supports evaluating breakpoint
4635conditions on its end, @value{GDBN} will download breakpoint conditions to
4636the target (limitations mentioned previously apply). If the target does
4637not support breakpoint condition evaluation, then @value{GDBN} will fallback
4638to evaluating all these conditions on the host's side.
4639@end table
4640
4641
c906108c
SS
4642@cindex negative breakpoint numbers
4643@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
4644@value{GDBN} itself sometimes sets breakpoints in your program for
4645special purposes, such as proper handling of @code{longjmp} (in C
4646programs). These internal breakpoints are assigned negative numbers,
4647starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 4648You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 4649@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
4650
4651
6d2ebf8b 4652@node Set Watchpoints
79a6e687 4653@subsection Setting Watchpoints
c906108c
SS
4654
4655@cindex setting watchpoints
c906108c
SS
4656You can use a watchpoint to stop execution whenever the value of an
4657expression changes, without having to predict a particular place where
fd60e0df
EZ
4658this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4659The expression may be as simple as the value of a single variable, or
4660as complex as many variables combined by operators. Examples include:
4661
4662@itemize @bullet
4663@item
4664A reference to the value of a single variable.
4665
4666@item
4667An address cast to an appropriate data type. For example,
4668@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4669address (assuming an @code{int} occupies 4 bytes).
4670
4671@item
4672An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4673expression can use any operators valid in the program's native
4674language (@pxref{Languages}).
4675@end itemize
c906108c 4676
fa4727a6
DJ
4677You can set a watchpoint on an expression even if the expression can
4678not be evaluated yet. For instance, you can set a watchpoint on
4679@samp{*global_ptr} before @samp{global_ptr} is initialized.
4680@value{GDBN} will stop when your program sets @samp{global_ptr} and
4681the expression produces a valid value. If the expression becomes
4682valid in some other way than changing a variable (e.g.@: if the memory
4683pointed to by @samp{*global_ptr} becomes readable as the result of a
4684@code{malloc} call), @value{GDBN} may not stop until the next time
4685the expression changes.
4686
82f2d802
EZ
4687@cindex software watchpoints
4688@cindex hardware watchpoints
c906108c 4689Depending on your system, watchpoints may be implemented in software or
2df3850c 4690hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
4691program and testing the variable's value each time, which is hundreds of
4692times slower than normal execution. (But this may still be worth it, to
4693catch errors where you have no clue what part of your program is the
4694culprit.)
4695
b1236ac3
PA
4696On some systems, such as most PowerPC or x86-based targets,
4697@value{GDBN} includes support for hardware watchpoints, which do not
4698slow down the running of your program.
c906108c
SS
4699
4700@table @code
4701@kindex watch
5d5658a1 4702@item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
fd60e0df
EZ
4703Set a watchpoint for an expression. @value{GDBN} will break when the
4704expression @var{expr} is written into by the program and its value
4705changes. The simplest (and the most popular) use of this command is
4706to watch the value of a single variable:
4707
4708@smallexample
4709(@value{GDBP}) watch foo
4710@end smallexample
c906108c 4711
5d5658a1 4712If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
9c06b0b4 4713argument, @value{GDBN} breaks only when the thread identified by
5d5658a1 4714@var{thread-id} changes the value of @var{expr}. If any other threads
d8b2a693
JB
4715change the value of @var{expr}, @value{GDBN} will not break. Note
4716that watchpoints restricted to a single thread in this way only work
4717with Hardware Watchpoints.
4718
06a64a0b
TT
4719Ordinarily a watchpoint respects the scope of variables in @var{expr}
4720(see below). The @code{-location} argument tells @value{GDBN} to
4721instead watch the memory referred to by @var{expr}. In this case,
4722@value{GDBN} will evaluate @var{expr}, take the address of the result,
4723and watch the memory at that address. The type of the result is used
4724to determine the size of the watched memory. If the expression's
4725result does not have an address, then @value{GDBN} will print an
4726error.
4727
9c06b0b4
TJB
4728The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4729of masked watchpoints, if the current architecture supports this
4730feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4731Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4732to an address to watch. The mask specifies that some bits of an address
4733(the bits which are reset in the mask) should be ignored when matching
4734the address accessed by the inferior against the watchpoint address.
4735Thus, a masked watchpoint watches many addresses simultaneously---those
4736addresses whose unmasked bits are identical to the unmasked bits in the
4737watchpoint address. The @code{mask} argument implies @code{-location}.
4738Examples:
4739
4740@smallexample
4741(@value{GDBP}) watch foo mask 0xffff00ff
4742(@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4743@end smallexample
4744
c906108c 4745@kindex rwatch
5d5658a1 4746@item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
4747Set a watchpoint that will break when the value of @var{expr} is read
4748by the program.
c906108c
SS
4749
4750@kindex awatch
5d5658a1 4751@item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
4752Set a watchpoint that will break when @var{expr} is either read from
4753or written into by the program.
c906108c 4754
18da0c51
MG
4755@kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4756@item info watchpoints @r{[}@var{list}@dots{}@r{]}
d77f58be
SS
4757This command prints a list of watchpoints, using the same format as
4758@code{info break} (@pxref{Set Breaks}).
c906108c
SS
4759@end table
4760
65d79d4b
SDJ
4761If you watch for a change in a numerically entered address you need to
4762dereference it, as the address itself is just a constant number which will
4763never change. @value{GDBN} refuses to create a watchpoint that watches
4764a never-changing value:
4765
4766@smallexample
4767(@value{GDBP}) watch 0x600850
4768Cannot watch constant value 0x600850.
4769(@value{GDBP}) watch *(int *) 0x600850
4770Watchpoint 1: *(int *) 6293584
4771@end smallexample
4772
c906108c
SS
4773@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4774watchpoints execute very quickly, and the debugger reports a change in
4775value at the exact instruction where the change occurs. If @value{GDBN}
4776cannot set a hardware watchpoint, it sets a software watchpoint, which
4777executes more slowly and reports the change in value at the next
82f2d802
EZ
4778@emph{statement}, not the instruction, after the change occurs.
4779
82f2d802
EZ
4780@cindex use only software watchpoints
4781You can force @value{GDBN} to use only software watchpoints with the
4782@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4783zero, @value{GDBN} will never try to use hardware watchpoints, even if
4784the underlying system supports them. (Note that hardware-assisted
4785watchpoints that were set @emph{before} setting
4786@code{can-use-hw-watchpoints} to zero will still use the hardware
d3e8051b 4787mechanism of watching expression values.)
c906108c 4788
9c16f35a
EZ
4789@table @code
4790@item set can-use-hw-watchpoints
4791@kindex set can-use-hw-watchpoints
4792Set whether or not to use hardware watchpoints.
4793
4794@item show can-use-hw-watchpoints
4795@kindex show can-use-hw-watchpoints
4796Show the current mode of using hardware watchpoints.
4797@end table
4798
4799For remote targets, you can restrict the number of hardware
4800watchpoints @value{GDBN} will use, see @ref{set remote
4801hardware-breakpoint-limit}.
4802
c906108c
SS
4803When you issue the @code{watch} command, @value{GDBN} reports
4804
474c8240 4805@smallexample
c906108c 4806Hardware watchpoint @var{num}: @var{expr}
474c8240 4807@end smallexample
c906108c
SS
4808
4809@noindent
4810if it was able to set a hardware watchpoint.
4811
7be570e7
JM
4812Currently, the @code{awatch} and @code{rwatch} commands can only set
4813hardware watchpoints, because accesses to data that don't change the
4814value of the watched expression cannot be detected without examining
4815every instruction as it is being executed, and @value{GDBN} does not do
4816that currently. If @value{GDBN} finds that it is unable to set a
4817hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4818will print a message like this:
4819
4820@smallexample
4821Expression cannot be implemented with read/access watchpoint.
4822@end smallexample
4823
4824Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4825data type of the watched expression is wider than what a hardware
4826watchpoint on the target machine can handle. For example, some systems
4827can only watch regions that are up to 4 bytes wide; on such systems you
4828cannot set hardware watchpoints for an expression that yields a
4829double-precision floating-point number (which is typically 8 bytes
4830wide). As a work-around, it might be possible to break the large region
4831into a series of smaller ones and watch them with separate watchpoints.
4832
4833If you set too many hardware watchpoints, @value{GDBN} might be unable
4834to insert all of them when you resume the execution of your program.
4835Since the precise number of active watchpoints is unknown until such
4836time as the program is about to be resumed, @value{GDBN} might not be
4837able to warn you about this when you set the watchpoints, and the
4838warning will be printed only when the program is resumed:
4839
4840@smallexample
4841Hardware watchpoint @var{num}: Could not insert watchpoint
4842@end smallexample
4843
4844@noindent
4845If this happens, delete or disable some of the watchpoints.
4846
fd60e0df
EZ
4847Watching complex expressions that reference many variables can also
4848exhaust the resources available for hardware-assisted watchpoints.
4849That's because @value{GDBN} needs to watch every variable in the
4850expression with separately allocated resources.
4851
c906108c 4852If you call a function interactively using @code{print} or @code{call},
2df3850c 4853any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
4854kind of breakpoint or the call completes.
4855
7be570e7
JM
4856@value{GDBN} automatically deletes watchpoints that watch local
4857(automatic) variables, or expressions that involve such variables, when
4858they go out of scope, that is, when the execution leaves the block in
4859which these variables were defined. In particular, when the program
4860being debugged terminates, @emph{all} local variables go out of scope,
4861and so only watchpoints that watch global variables remain set. If you
4862rerun the program, you will need to set all such watchpoints again. One
4863way of doing that would be to set a code breakpoint at the entry to the
4864@code{main} function and when it breaks, set all the watchpoints.
4865
c906108c
SS
4866@cindex watchpoints and threads
4867@cindex threads and watchpoints
d983da9c
DJ
4868In multi-threaded programs, watchpoints will detect changes to the
4869watched expression from every thread.
4870
4871@quotation
4872@emph{Warning:} In multi-threaded programs, software watchpoints
53a5351d
JM
4873have only limited usefulness. If @value{GDBN} creates a software
4874watchpoint, it can only watch the value of an expression @emph{in a
4875single thread}. If you are confident that the expression can only
4876change due to the current thread's activity (and if you are also
4877confident that no other thread can become current), then you can use
4878software watchpoints as usual. However, @value{GDBN} may not notice
4879when a non-current thread's activity changes the expression. (Hardware
4880watchpoints, in contrast, watch an expression in all threads.)
c906108c 4881@end quotation
c906108c 4882
501eef12
AC
4883@xref{set remote hardware-watchpoint-limit}.
4884
6d2ebf8b 4885@node Set Catchpoints
79a6e687 4886@subsection Setting Catchpoints
d4f3574e 4887@cindex catchpoints, setting
c906108c
SS
4888@cindex exception handlers
4889@cindex event handling
4890
4891You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 4892kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
4893shared library. Use the @code{catch} command to set a catchpoint.
4894
4895@table @code
4896@kindex catch
4897@item catch @var{event}
697aa1b7 4898Stop when @var{event} occurs. The @var{event} can be any of the following:
591f19e8 4899
c906108c 4900@table @code
cc16e6c9
TT
4901@item throw @r{[}@var{regexp}@r{]}
4902@itemx rethrow @r{[}@var{regexp}@r{]}
4903@itemx catch @r{[}@var{regexp}@r{]}
1a4f73eb
TT
4904@kindex catch throw
4905@kindex catch rethrow
4906@kindex catch catch
4644b6e3 4907@cindex stop on C@t{++} exceptions
591f19e8
TT
4908The throwing, re-throwing, or catching of a C@t{++} exception.
4909
cc16e6c9
TT
4910If @var{regexp} is given, then only exceptions whose type matches the
4911regular expression will be caught.
4912
72f1fe8a
TT
4913@vindex $_exception@r{, convenience variable}
4914The convenience variable @code{$_exception} is available at an
4915exception-related catchpoint, on some systems. This holds the
4916exception being thrown.
4917
591f19e8
TT
4918There are currently some limitations to C@t{++} exception handling in
4919@value{GDBN}:
c906108c 4920
591f19e8
TT
4921@itemize @bullet
4922@item
4923The support for these commands is system-dependent. Currently, only
4924systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4925supported.
4926
72f1fe8a 4927@item
cc16e6c9
TT
4928The regular expression feature and the @code{$_exception} convenience
4929variable rely on the presence of some SDT probes in @code{libstdc++}.
4930If these probes are not present, then these features cannot be used.
dee368d3
TT
4931These probes were first available in the GCC 4.8 release, but whether
4932or not they are available in your GCC also depends on how it was
4933built.
72f1fe8a
TT
4934
4935@item
4936The @code{$_exception} convenience variable is only valid at the
4937instruction at which an exception-related catchpoint is set.
4938
591f19e8
TT
4939@item
4940When an exception-related catchpoint is hit, @value{GDBN} stops at a
4941location in the system library which implements runtime exception
4942support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4943(@pxref{Selection}) to get to your code.
4944
4945@item
4946If you call a function interactively, @value{GDBN} normally returns
4947control to you when the function has finished executing. If the call
4948raises an exception, however, the call may bypass the mechanism that
4949returns control to you and cause your program either to abort or to
4950simply continue running until it hits a breakpoint, catches a signal
4951that @value{GDBN} is listening for, or exits. This is the case even if
4952you set a catchpoint for the exception; catchpoints on exceptions are
4953disabled within interactive calls. @xref{Calling}, for information on
4954controlling this with @code{set unwind-on-terminating-exception}.
4955
4956@item
4957You cannot raise an exception interactively.
4958
4959@item
4960You cannot install an exception handler interactively.
4961@end itemize
c906108c 4962
b8e07335 4963@item exception @r{[}@var{name}@r{]}
1a4f73eb 4964@kindex catch exception
8936fcda
JB
4965@cindex Ada exception catching
4966@cindex catch Ada exceptions
4967An Ada exception being raised. If an exception name is specified
4968at the end of the command (eg @code{catch exception Program_Error}),
4969the debugger will stop only when this specific exception is raised.
4970Otherwise, the debugger stops execution when any Ada exception is raised.
4971
87f67dba
JB
4972When inserting an exception catchpoint on a user-defined exception whose
4973name is identical to one of the exceptions defined by the language, the
4974fully qualified name must be used as the exception name. Otherwise,
4975@value{GDBN} will assume that it should stop on the pre-defined exception
4976rather than the user-defined one. For instance, assuming an exception
4977called @code{Constraint_Error} is defined in package @code{Pck}, then
4978the command to use to catch such exceptions is @kbd{catch exception
4979Pck.Constraint_Error}.
4980
37f6a7f4
TT
4981@vindex $_ada_exception@r{, convenience variable}
4982The convenience variable @code{$_ada_exception} holds the address of
4983the exception being thrown. This can be useful when setting a
4984condition for such a catchpoint.
4985
b8e07335
TT
4986@item exception unhandled
4987@kindex catch exception unhandled
37f6a7f4
TT
4988An exception that was raised but is not handled by the program. The
4989convenience variable @code{$_ada_exception} is set as for @code{catch
4990exception}.
b8e07335
TT
4991
4992@item handlers @r{[}@var{name}@r{]}
9f757bf7
XR
4993@kindex catch handlers
4994@cindex Ada exception handlers catching
4995@cindex catch Ada exceptions when handled
4996An Ada exception being handled. If an exception name is
4997specified at the end of the command
4998 (eg @kbd{catch handlers Program_Error}), the debugger will stop
4999only when this specific exception is handled.
5000Otherwise, the debugger stops execution when any Ada exception is handled.
5001
5002When inserting a handlers catchpoint on a user-defined
5003exception whose name is identical to one of the exceptions
5004defined by the language, the fully qualified name must be used
5005as the exception name. Otherwise, @value{GDBN} will assume that it
5006should stop on the pre-defined exception rather than the
5007user-defined one. For instance, assuming an exception called
5008 @code{Constraint_Error} is defined in package @code{Pck}, then the
5009command to use to catch such exceptions handling is
5010@kbd{catch handlers Pck.Constraint_Error}.
5011
37f6a7f4
TT
5012The convenience variable @code{$_ada_exception} is set as for
5013@code{catch exception}.
5014
8936fcda 5015@item assert
1a4f73eb 5016@kindex catch assert
37f6a7f4
TT
5017A failed Ada assertion. Note that the convenience variable
5018@code{$_ada_exception} is @emph{not} set by this catchpoint.
8936fcda 5019
c906108c 5020@item exec
1a4f73eb 5021@kindex catch exec
4644b6e3 5022@cindex break on fork/exec
b1236ac3 5023A call to @code{exec}.
c906108c 5024
e9076973 5025@anchor{catch syscall}
a96d9b2e 5026@item syscall
e3487908 5027@itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
1a4f73eb 5028@kindex catch syscall
a96d9b2e
SDJ
5029@cindex break on a system call.
5030A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
5031syscall is a mechanism for application programs to request a service
5032from the operating system (OS) or one of the OS system services.
5033@value{GDBN} can catch some or all of the syscalls issued by the
5034debuggee, and show the related information for each syscall. If no
5035argument is specified, calls to and returns from all system calls
5036will be caught.
5037
5038@var{name} can be any system call name that is valid for the
5039underlying OS. Just what syscalls are valid depends on the OS. On
5040GNU and Unix systems, you can find the full list of valid syscall
5041names on @file{/usr/include/asm/unistd.h}.
5042
5043@c For MS-Windows, the syscall names and the corresponding numbers
5044@c can be found, e.g., on this URL:
5045@c http://www.metasploit.com/users/opcode/syscalls.html
5046@c but we don't support Windows syscalls yet.
5047
5048Normally, @value{GDBN} knows in advance which syscalls are valid for
5049each OS, so you can use the @value{GDBN} command-line completion
5050facilities (@pxref{Completion,, command completion}) to list the
5051available choices.
5052
5053You may also specify the system call numerically. A syscall's
5054number is the value passed to the OS's syscall dispatcher to
5055identify the requested service. When you specify the syscall by its
5056name, @value{GDBN} uses its database of syscalls to convert the name
5057into the corresponding numeric code, but using the number directly
5058may be useful if @value{GDBN}'s database does not have the complete
5059list of syscalls on your system (e.g., because @value{GDBN} lags
5060behind the OS upgrades).
5061
e3487908
GKB
5062You may specify a group of related syscalls to be caught at once using
5063the @code{group:} syntax (@code{g:} is a shorter equivalent). For
5064instance, on some platforms @value{GDBN} allows you to catch all
5065network related syscalls, by passing the argument @code{group:network}
5066to @code{catch syscall}. Note that not all syscall groups are
5067available in every system. You can use the command completion
5068facilities (@pxref{Completion,, command completion}) to list the
5069syscall groups available on your environment.
5070
a96d9b2e
SDJ
5071The example below illustrates how this command works if you don't provide
5072arguments to it:
5073
5074@smallexample
5075(@value{GDBP}) catch syscall
5076Catchpoint 1 (syscall)
5077(@value{GDBP}) r
5078Starting program: /tmp/catch-syscall
5079
5080Catchpoint 1 (call to syscall 'close'), \
5081 0xffffe424 in __kernel_vsyscall ()
5082(@value{GDBP}) c
5083Continuing.
5084
5085Catchpoint 1 (returned from syscall 'close'), \
5086 0xffffe424 in __kernel_vsyscall ()
5087(@value{GDBP})
5088@end smallexample
5089
5090Here is an example of catching a system call by name:
5091
5092@smallexample
5093(@value{GDBP}) catch syscall chroot
5094Catchpoint 1 (syscall 'chroot' [61])
5095(@value{GDBP}) r
5096Starting program: /tmp/catch-syscall
5097
5098Catchpoint 1 (call to syscall 'chroot'), \
5099 0xffffe424 in __kernel_vsyscall ()
5100(@value{GDBP}) c
5101Continuing.
5102
5103Catchpoint 1 (returned from syscall 'chroot'), \
5104 0xffffe424 in __kernel_vsyscall ()
5105(@value{GDBP})
5106@end smallexample
5107
5108An example of specifying a system call numerically. In the case
5109below, the syscall number has a corresponding entry in the XML
5110file, so @value{GDBN} finds its name and prints it:
5111
5112@smallexample
5113(@value{GDBP}) catch syscall 252
5114Catchpoint 1 (syscall(s) 'exit_group')
5115(@value{GDBP}) r
5116Starting program: /tmp/catch-syscall
5117
5118Catchpoint 1 (call to syscall 'exit_group'), \
5119 0xffffe424 in __kernel_vsyscall ()
5120(@value{GDBP}) c
5121Continuing.
5122
5123Program exited normally.
5124(@value{GDBP})
5125@end smallexample
5126
e3487908
GKB
5127Here is an example of catching a syscall group:
5128
5129@smallexample
5130(@value{GDBP}) catch syscall group:process
5131Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
5132'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
5133'exit_group' [252] 'waitid' [284] 'unshare' [310])
5134(@value{GDBP}) r
5135Starting program: /tmp/catch-syscall
5136
5137Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
5138 from /lib64/ld-linux-x86-64.so.2
5139
5140(@value{GDBP}) c
5141Continuing.
5142@end smallexample
5143
a96d9b2e
SDJ
5144However, there can be situations when there is no corresponding name
5145in XML file for that syscall number. In this case, @value{GDBN} prints
5146a warning message saying that it was not able to find the syscall name,
5147but the catchpoint will be set anyway. See the example below:
5148
5149@smallexample
5150(@value{GDBP}) catch syscall 764
5151warning: The number '764' does not represent a known syscall.
5152Catchpoint 2 (syscall 764)
5153(@value{GDBP})
5154@end smallexample
5155
5156If you configure @value{GDBN} using the @samp{--without-expat} option,
5157it will not be able to display syscall names. Also, if your
5158architecture does not have an XML file describing its system calls,
5159you will not be able to see the syscall names. It is important to
5160notice that these two features are used for accessing the syscall
5161name database. In either case, you will see a warning like this:
5162
5163@smallexample
5164(@value{GDBP}) catch syscall
5165warning: Could not open "syscalls/i386-linux.xml"
5166warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5167GDB will not be able to display syscall names.
5168Catchpoint 1 (syscall)
5169(@value{GDBP})
5170@end smallexample
5171
5172Of course, the file name will change depending on your architecture and system.
5173
5174Still using the example above, you can also try to catch a syscall by its
5175number. In this case, you would see something like:
5176
5177@smallexample
5178(@value{GDBP}) catch syscall 252
5179Catchpoint 1 (syscall(s) 252)
5180@end smallexample
5181
5182Again, in this case @value{GDBN} would not be able to display syscall's names.
5183
c906108c 5184@item fork
1a4f73eb 5185@kindex catch fork
b1236ac3 5186A call to @code{fork}.
c906108c
SS
5187
5188@item vfork
1a4f73eb 5189@kindex catch vfork
b1236ac3 5190A call to @code{vfork}.
c906108c 5191
b8e07335
TT
5192@item load @r{[}@var{regexp}@r{]}
5193@itemx unload @r{[}@var{regexp}@r{]}
1a4f73eb
TT
5194@kindex catch load
5195@kindex catch unload
edcc5120
TT
5196The loading or unloading of a shared library. If @var{regexp} is
5197given, then the catchpoint will stop only if the regular expression
5198matches one of the affected libraries.
5199
ab04a2af 5200@item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
1a4f73eb 5201@kindex catch signal
ab04a2af
TT
5202The delivery of a signal.
5203
5204With no arguments, this catchpoint will catch any signal that is not
5205used internally by @value{GDBN}, specifically, all signals except
5206@samp{SIGTRAP} and @samp{SIGINT}.
5207
5208With the argument @samp{all}, all signals, including those used by
5209@value{GDBN}, will be caught. This argument cannot be used with other
5210signal names.
5211
5212Otherwise, the arguments are a list of signal names as given to
5213@code{handle} (@pxref{Signals}). Only signals specified in this list
5214will be caught.
5215
5216One reason that @code{catch signal} can be more useful than
5217@code{handle} is that you can attach commands and conditions to the
5218catchpoint.
5219
5220When a signal is caught by a catchpoint, the signal's @code{stop} and
5221@code{print} settings, as specified by @code{handle}, are ignored.
5222However, whether the signal is still delivered to the inferior depends
5223on the @code{pass} setting; this can be changed in the catchpoint's
5224commands.
5225
c906108c
SS
5226@end table
5227
5228@item tcatch @var{event}
1a4f73eb 5229@kindex tcatch
c906108c
SS
5230Set a catchpoint that is enabled only for one stop. The catchpoint is
5231automatically deleted after the first time the event is caught.
5232
5233@end table
5234
5235Use the @code{info break} command to list the current catchpoints.
5236
c906108c 5237
6d2ebf8b 5238@node Delete Breaks
79a6e687 5239@subsection Deleting Breakpoints
c906108c
SS
5240
5241@cindex clearing breakpoints, watchpoints, catchpoints
5242@cindex deleting breakpoints, watchpoints, catchpoints
5243It is often necessary to eliminate a breakpoint, watchpoint, or
5244catchpoint once it has done its job and you no longer want your program
5245to stop there. This is called @dfn{deleting} the breakpoint. A
5246breakpoint that has been deleted no longer exists; it is forgotten.
5247
5248With the @code{clear} command you can delete breakpoints according to
5249where they are in your program. With the @code{delete} command you can
5250delete individual breakpoints, watchpoints, or catchpoints by specifying
5251their breakpoint numbers.
5252
5253It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5254automatically ignores breakpoints on the first instruction to be executed
5255when you continue execution without changing the execution address.
5256
5257@table @code
5258@kindex clear
5259@item clear
5260Delete any breakpoints at the next instruction to be executed in the
79a6e687 5261selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
c906108c
SS
5262the innermost frame is selected, this is a good way to delete a
5263breakpoint where your program just stopped.
5264
2a25a5ba
EZ
5265@item clear @var{location}
5266Delete any breakpoints set at the specified @var{location}.
5267@xref{Specify Location}, for the various forms of @var{location}; the
5268most useful ones are listed below:
5269
5270@table @code
c906108c
SS
5271@item clear @var{function}
5272@itemx clear @var{filename}:@var{function}
09d4efe1 5273Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
5274
5275@item clear @var{linenum}
5276@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
5277Delete any breakpoints set at or within the code of the specified
5278@var{linenum} of the specified @var{filename}.
2a25a5ba 5279@end table
c906108c
SS
5280
5281@cindex delete breakpoints
5282@kindex delete
41afff9a 5283@kindex d @r{(@code{delete})}
18da0c51 5284@item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c5394b80 5285Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
18da0c51 5286list specified as argument. If no argument is specified, delete all
c906108c
SS
5287breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5288confirm off}). You can abbreviate this command as @code{d}.
5289@end table
5290
6d2ebf8b 5291@node Disabling
79a6e687 5292@subsection Disabling Breakpoints
c906108c 5293
4644b6e3 5294@cindex enable/disable a breakpoint
c906108c
SS
5295Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5296prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5297it had been deleted, but remembers the information on the breakpoint so
5298that you can @dfn{enable} it again later.
5299
5300You disable and enable breakpoints, watchpoints, and catchpoints with
d77f58be
SS
5301the @code{enable} and @code{disable} commands, optionally specifying
5302one or more breakpoint numbers as arguments. Use @code{info break} to
5303print a list of all breakpoints, watchpoints, and catchpoints if you
5304do not know which numbers to use.
c906108c 5305
3b784c4f
EZ
5306Disabling and enabling a breakpoint that has multiple locations
5307affects all of its locations.
5308
816338b5
SS
5309A breakpoint, watchpoint, or catchpoint can have any of several
5310different states of enablement:
c906108c
SS
5311
5312@itemize @bullet
5313@item
5314Enabled. The breakpoint stops your program. A breakpoint set
5315with the @code{break} command starts out in this state.
5316@item
5317Disabled. The breakpoint has no effect on your program.
5318@item
5319Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 5320disabled.
c906108c 5321@item
816338b5
SS
5322Enabled for a count. The breakpoint stops your program for the next
5323N times, then becomes disabled.
5324@item
c906108c 5325Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
5326immediately after it does so it is deleted permanently. A breakpoint
5327set with the @code{tbreak} command starts out in this state.
c906108c
SS
5328@end itemize
5329
5330You can use the following commands to enable or disable breakpoints,
5331watchpoints, and catchpoints:
5332
5333@table @code
c906108c 5334@kindex disable
41afff9a 5335@kindex dis @r{(@code{disable})}
18da0c51 5336@item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5337Disable the specified breakpoints---or all breakpoints, if none are
5338listed. A disabled breakpoint has no effect but is not forgotten. All
5339options such as ignore-counts, conditions and commands are remembered in
5340case the breakpoint is enabled again later. You may abbreviate
5341@code{disable} as @code{dis}.
5342
c906108c 5343@kindex enable
18da0c51 5344@item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5345Enable the specified breakpoints (or all defined breakpoints). They
5346become effective once again in stopping your program.
5347
18da0c51 5348@item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
c906108c
SS
5349Enable the specified breakpoints temporarily. @value{GDBN} disables any
5350of these breakpoints immediately after stopping your program.
5351
18da0c51 5352@item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
816338b5
SS
5353Enable the specified breakpoints temporarily. @value{GDBN} records
5354@var{count} with each of the specified breakpoints, and decrements a
5355breakpoint's count when it is hit. When any count reaches 0,
5356@value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5357count (@pxref{Conditions, ,Break Conditions}), that will be
5358decremented to 0 before @var{count} is affected.
5359
18da0c51 5360@item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
c906108c
SS
5361Enable the specified breakpoints to work once, then die. @value{GDBN}
5362deletes any of these breakpoints as soon as your program stops there.
09d4efe1 5363Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
5364@end table
5365
d4f3574e
SS
5366@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5367@c confusing: tbreak is also initially enabled.
c906108c 5368Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
79a6e687 5369,Setting Breakpoints}), breakpoints that you set are initially enabled;
c906108c
SS
5370subsequently, they become disabled or enabled only when you use one of
5371the commands above. (The command @code{until} can set and delete a
5372breakpoint of its own, but it does not change the state of your other
5373breakpoints; see @ref{Continuing and Stepping, ,Continuing and
79a6e687 5374Stepping}.)
c906108c 5375
6d2ebf8b 5376@node Conditions
79a6e687 5377@subsection Break Conditions
c906108c
SS
5378@cindex conditional breakpoints
5379@cindex breakpoint conditions
5380
5381@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 5382@c in particular for a watchpoint?
c906108c
SS
5383The simplest sort of breakpoint breaks every time your program reaches a
5384specified place. You can also specify a @dfn{condition} for a
5385breakpoint. A condition is just a Boolean expression in your
5386programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5387a condition evaluates the expression each time your program reaches it,
5388and your program stops only if the condition is @emph{true}.
5389
5390This is the converse of using assertions for program validation; in that
5391situation, you want to stop when the assertion is violated---that is,
5392when the condition is false. In C, if you want to test an assertion expressed
5393by the condition @var{assert}, you should set the condition
5394@samp{! @var{assert}} on the appropriate breakpoint.
5395
5396Conditions are also accepted for watchpoints; you may not need them,
5397since a watchpoint is inspecting the value of an expression anyhow---but
5398it might be simpler, say, to just set a watchpoint on a variable name,
5399and specify a condition that tests whether the new value is an interesting
5400one.
5401
5402Break conditions can have side effects, and may even call functions in
5403your program. This can be useful, for example, to activate functions
5404that log program progress, or to use your own print functions to
99e008fe 5405format special data structures. The effects are completely predictable
c906108c
SS
5406unless there is another enabled breakpoint at the same address. (In
5407that case, @value{GDBN} might see the other breakpoint first and stop your
5408program without checking the condition of this one.) Note that
d4f3574e
SS
5409breakpoint commands are usually more convenient and flexible than break
5410conditions for the
c906108c 5411purpose of performing side effects when a breakpoint is reached
79a6e687 5412(@pxref{Break Commands, ,Breakpoint Command Lists}).
c906108c 5413
83364271
LM
5414Breakpoint conditions can also be evaluated on the target's side if
5415the target supports it. Instead of evaluating the conditions locally,
5416@value{GDBN} encodes the expression into an agent expression
5417(@pxref{Agent Expressions}) suitable for execution on the target,
5418independently of @value{GDBN}. Global variables become raw memory
5419locations, locals become stack accesses, and so forth.
5420
5421In this case, @value{GDBN} will only be notified of a breakpoint trigger
5422when its condition evaluates to true. This mechanism may provide faster
5423response times depending on the performance characteristics of the target
5424since it does not need to keep @value{GDBN} informed about
5425every breakpoint trigger, even those with false conditions.
5426
c906108c
SS
5427Break conditions can be specified when a breakpoint is set, by using
5428@samp{if} in the arguments to the @code{break} command. @xref{Set
79a6e687 5429Breaks, ,Setting Breakpoints}. They can also be changed at any time
c906108c 5430with the @code{condition} command.
53a5351d 5431
c906108c
SS
5432You can also use the @code{if} keyword with the @code{watch} command.
5433The @code{catch} command does not recognize the @code{if} keyword;
5434@code{condition} is the only way to impose a further condition on a
5435catchpoint.
c906108c
SS
5436
5437@table @code
5438@kindex condition
5439@item condition @var{bnum} @var{expression}
5440Specify @var{expression} as the break condition for breakpoint,
5441watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5442breakpoint @var{bnum} stops your program only if the value of
5443@var{expression} is true (nonzero, in C). When you use
5444@code{condition}, @value{GDBN} checks @var{expression} immediately for
5445syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
5446referents in the context of your breakpoint. If @var{expression} uses
5447symbols not referenced in the context of the breakpoint, @value{GDBN}
5448prints an error message:
5449
474c8240 5450@smallexample
d4f3574e 5451No symbol "foo" in current context.
474c8240 5452@end smallexample
d4f3574e
SS
5453
5454@noindent
c906108c
SS
5455@value{GDBN} does
5456not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
5457command (or a command that sets a breakpoint with a condition, like
5458@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
5459
5460@item condition @var{bnum}
5461Remove the condition from breakpoint number @var{bnum}. It becomes
5462an ordinary unconditional breakpoint.
5463@end table
5464
5465@cindex ignore count (of breakpoint)
5466A special case of a breakpoint condition is to stop only when the
5467breakpoint has been reached a certain number of times. This is so
5468useful that there is a special way to do it, using the @dfn{ignore
5469count} of the breakpoint. Every breakpoint has an ignore count, which
5470is an integer. Most of the time, the ignore count is zero, and
5471therefore has no effect. But if your program reaches a breakpoint whose
5472ignore count is positive, then instead of stopping, it just decrements
5473the ignore count by one and continues. As a result, if the ignore count
5474value is @var{n}, the breakpoint does not stop the next @var{n} times
5475your program reaches it.
5476
5477@table @code
5478@kindex ignore
5479@item ignore @var{bnum} @var{count}
5480Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5481The next @var{count} times the breakpoint is reached, your program's
5482execution does not stop; other than to decrement the ignore count, @value{GDBN}
5483takes no action.
5484
5485To make the breakpoint stop the next time it is reached, specify
5486a count of zero.
5487
5488When you use @code{continue} to resume execution of your program from a
5489breakpoint, you can specify an ignore count directly as an argument to
5490@code{continue}, rather than using @code{ignore}. @xref{Continuing and
79a6e687 5491Stepping,,Continuing and Stepping}.
c906108c
SS
5492
5493If a breakpoint has a positive ignore count and a condition, the
5494condition is not checked. Once the ignore count reaches zero,
5495@value{GDBN} resumes checking the condition.
5496
5497You could achieve the effect of the ignore count with a condition such
5498as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5499is decremented each time. @xref{Convenience Vars, ,Convenience
79a6e687 5500Variables}.
c906108c
SS
5501@end table
5502
5503Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5504
5505
6d2ebf8b 5506@node Break Commands
79a6e687 5507@subsection Breakpoint Command Lists
c906108c
SS
5508
5509@cindex breakpoint commands
5510You can give any breakpoint (or watchpoint or catchpoint) a series of
5511commands to execute when your program stops due to that breakpoint. For
5512example, you might want to print the values of certain expressions, or
5513enable other breakpoints.
5514
5515@table @code
5516@kindex commands
ca91424e 5517@kindex end@r{ (breakpoint commands)}
18da0c51 5518@item commands @r{[}@var{list}@dots{}@r{]}
c906108c
SS
5519@itemx @dots{} @var{command-list} @dots{}
5520@itemx end
95a42b64 5521Specify a list of commands for the given breakpoints. The commands
c906108c
SS
5522themselves appear on the following lines. Type a line containing just
5523@code{end} to terminate the commands.
5524
5525To remove all commands from a breakpoint, type @code{commands} and
5526follow it immediately with @code{end}; that is, give no commands.
5527
95a42b64
TT
5528With no argument, @code{commands} refers to the last breakpoint,
5529watchpoint, or catchpoint set (not to the breakpoint most recently
5530encountered). If the most recent breakpoints were set with a single
5531command, then the @code{commands} will apply to all the breakpoints
5532set by that command. This applies to breakpoints set by
86b17b60
PA
5533@code{rbreak}, and also applies when a single @code{break} command
5534creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5535Expressions}).
c906108c
SS
5536@end table
5537
5538Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5539disabled within a @var{command-list}.
5540
5541You can use breakpoint commands to start your program up again. Simply
5542use the @code{continue} command, or @code{step}, or any other command
5543that resumes execution.
5544
5545Any other commands in the command list, after a command that resumes
5546execution, are ignored. This is because any time you resume execution
5547(even with a simple @code{next} or @code{step}), you may encounter
5548another breakpoint---which could have its own command list, leading to
5549ambiguities about which list to execute.
5550
5551@kindex silent
5552If the first command you specify in a command list is @code{silent}, the
5553usual message about stopping at a breakpoint is not printed. This may
5554be desirable for breakpoints that are to print a specific message and
5555then continue. If none of the remaining commands print anything, you
5556see no sign that the breakpoint was reached. @code{silent} is
5557meaningful only at the beginning of a breakpoint command list.
5558
5559The commands @code{echo}, @code{output}, and @code{printf} allow you to
5560print precisely controlled output, and are often useful in silent
79a6e687 5561breakpoints. @xref{Output, ,Commands for Controlled Output}.
c906108c
SS
5562
5563For example, here is how you could use breakpoint commands to print the
5564value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5565
474c8240 5566@smallexample
c906108c
SS
5567break foo if x>0
5568commands
5569silent
5570printf "x is %d\n",x
5571cont
5572end
474c8240 5573@end smallexample
c906108c
SS
5574
5575One application for breakpoint commands is to compensate for one bug so
5576you can test for another. Put a breakpoint just after the erroneous line
5577of code, give it a condition to detect the case in which something
5578erroneous has been done, and give it commands to assign correct values
5579to any variables that need them. End with the @code{continue} command
5580so that your program does not stop, and start with the @code{silent}
5581command so that no output is produced. Here is an example:
5582
474c8240 5583@smallexample
c906108c
SS
5584break 403
5585commands
5586silent
5587set x = y + 4
5588cont
5589end
474c8240 5590@end smallexample
c906108c 5591
e7e0cddf
SS
5592@node Dynamic Printf
5593@subsection Dynamic Printf
5594
5595@cindex dynamic printf
5596@cindex dprintf
5597The dynamic printf command @code{dprintf} combines a breakpoint with
5598formatted printing of your program's data to give you the effect of
5599inserting @code{printf} calls into your program on-the-fly, without
5600having to recompile it.
5601
5602In its most basic form, the output goes to the GDB console. However,
5603you can set the variable @code{dprintf-style} for alternate handling.
5604For instance, you can ask to format the output by calling your
5605program's @code{printf} function. This has the advantage that the
5606characters go to the program's output device, so they can recorded in
5607redirects to files and so forth.
5608
d3ce09f5
SS
5609If you are doing remote debugging with a stub or agent, you can also
5610ask to have the printf handled by the remote agent. In addition to
5611ensuring that the output goes to the remote program's device along
5612with any other output the program might produce, you can also ask that
5613the dprintf remain active even after disconnecting from the remote
5614target. Using the stub/agent is also more efficient, as it can do
5615everything without needing to communicate with @value{GDBN}.
5616
e7e0cddf
SS
5617@table @code
5618@kindex dprintf
5619@item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5620Whenever execution reaches @var{location}, print the values of one or
5621more @var{expressions} under the control of the string @var{template}.
5622To print several values, separate them with commas.
5623
5624@item set dprintf-style @var{style}
5625Set the dprintf output to be handled in one of several different
5626styles enumerated below. A change of style affects all existing
5627dynamic printfs immediately. (If you need individual control over the
5628print commands, simply define normal breakpoints with
5629explicitly-supplied command lists.)
5630
18da0c51 5631@table @code
e7e0cddf
SS
5632@item gdb
5633@kindex dprintf-style gdb
5634Handle the output using the @value{GDBN} @code{printf} command.
5635
5636@item call
5637@kindex dprintf-style call
5638Handle the output by calling a function in your program (normally
5639@code{printf}).
5640
d3ce09f5
SS
5641@item agent
5642@kindex dprintf-style agent
5643Have the remote debugging agent (such as @code{gdbserver}) handle
5644the output itself. This style is only available for agents that
5645support running commands on the target.
18da0c51 5646@end table
d3ce09f5 5647
e7e0cddf
SS
5648@item set dprintf-function @var{function}
5649Set the function to call if the dprintf style is @code{call}. By
5650default its value is @code{printf}. You may set it to any expression.
5651that @value{GDBN} can evaluate to a function, as per the @code{call}
5652command.
5653
5654@item set dprintf-channel @var{channel}
5655Set a ``channel'' for dprintf. If set to a non-empty value,
5656@value{GDBN} will evaluate it as an expression and pass the result as
5657a first argument to the @code{dprintf-function}, in the manner of
5658@code{fprintf} and similar functions. Otherwise, the dprintf format
5659string will be the first argument, in the manner of @code{printf}.
5660
5661As an example, if you wanted @code{dprintf} output to go to a logfile
5662that is a standard I/O stream assigned to the variable @code{mylog},
5663you could do the following:
5664
5665@example
5666(gdb) set dprintf-style call
5667(gdb) set dprintf-function fprintf
5668(gdb) set dprintf-channel mylog
5669(gdb) dprintf 25,"at line 25, glob=%d\n",glob
5670Dprintf 1 at 0x123456: file main.c, line 25.
5671(gdb) info break
56721 dprintf keep y 0x00123456 in main at main.c:25
5673 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5674 continue
5675(gdb)
5676@end example
5677
5678Note that the @code{info break} displays the dynamic printf commands
5679as normal breakpoint commands; you can thus easily see the effect of
5680the variable settings.
5681
d3ce09f5
SS
5682@item set disconnected-dprintf on
5683@itemx set disconnected-dprintf off
5684@kindex set disconnected-dprintf
5685Choose whether @code{dprintf} commands should continue to run if
5686@value{GDBN} has disconnected from the target. This only applies
5687if the @code{dprintf-style} is @code{agent}.
5688
5689@item show disconnected-dprintf off
5690@kindex show disconnected-dprintf
5691Show the current choice for disconnected @code{dprintf}.
5692
e7e0cddf
SS
5693@end table
5694
5695@value{GDBN} does not check the validity of function and channel,
5696relying on you to supply values that are meaningful for the contexts
5697in which they are being used. For instance, the function and channel
5698may be the values of local variables, but if that is the case, then
5699all enabled dynamic prints must be at locations within the scope of
5700those locals. If evaluation fails, @value{GDBN} will report an error.
5701
6149aea9
PA
5702@node Save Breakpoints
5703@subsection How to save breakpoints to a file
5704
5705To save breakpoint definitions to a file use the @w{@code{save
5706breakpoints}} command.
5707
5708@table @code
5709@kindex save breakpoints
5710@cindex save breakpoints to a file for future sessions
5711@item save breakpoints [@var{filename}]
5712This command saves all current breakpoint definitions together with
5713their commands and ignore counts, into a file @file{@var{filename}}
5714suitable for use in a later debugging session. This includes all
5715types of breakpoints (breakpoints, watchpoints, catchpoints,
5716tracepoints). To read the saved breakpoint definitions, use the
5717@code{source} command (@pxref{Command Files}). Note that watchpoints
5718with expressions involving local variables may fail to be recreated
5719because it may not be possible to access the context where the
5720watchpoint is valid anymore. Because the saved breakpoint definitions
5721are simply a sequence of @value{GDBN} commands that recreate the
5722breakpoints, you can edit the file in your favorite editing program,
5723and remove the breakpoint definitions you're not interested in, or
5724that can no longer be recreated.
5725@end table
5726
62e5f89c
SDJ
5727@node Static Probe Points
5728@subsection Static Probe Points
5729
5730@cindex static probe point, SystemTap
3133f8c1 5731@cindex static probe point, DTrace
62e5f89c
SDJ
5732@value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5733for Statically Defined Tracing, and the probes are designed to have a tiny
3133f8c1
JM
5734runtime code and data footprint, and no dynamic relocations.
5735
5736Currently, the following types of probes are supported on
5737ELF-compatible systems:
5738
5739@itemize @bullet
62e5f89c 5740
3133f8c1
JM
5741@item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5742@acronym{SDT} probes@footnote{See
62e5f89c 5743@uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
3133f8c1
JM
5744for more information on how to add @code{SystemTap} @acronym{SDT}
5745probes in your applications.}. @code{SystemTap} probes are usable
5746from assembly, C and C@t{++} languages@footnote{See
5747@uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5748for a good reference on how the @acronym{SDT} probes are implemented.}.
5749
5750@item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5751@acronym{USDT} probes. @code{DTrace} probes are usable from C and
5752C@t{++} languages.
5753@end itemize
62e5f89c
SDJ
5754
5755@cindex semaphores on static probe points
3133f8c1
JM
5756Some @code{SystemTap} probes have an associated semaphore variable;
5757for instance, this happens automatically if you defined your probe
5758using a DTrace-style @file{.d} file. If your probe has a semaphore,
5759@value{GDBN} will automatically enable it when you specify a
5760breakpoint using the @samp{-probe-stap} notation. But, if you put a
5761breakpoint at a probe's location by some other method (e.g.,
5762@code{break file:line}), then @value{GDBN} will not automatically set
5763the semaphore. @code{DTrace} probes do not support semaphores.
62e5f89c
SDJ
5764
5765You can examine the available static static probes using @code{info
5766probes}, with optional arguments:
5767
5768@table @code
5769@kindex info probes
3133f8c1
JM
5770@item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5771If given, @var{type} is either @code{stap} for listing
5772@code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5773probes. If omitted all probes are listed regardless of their types.
5774
62e5f89c
SDJ
5775If given, @var{provider} is a regular expression used to match against provider
5776names when selecting which probes to list. If omitted, probes by all
5777probes from all providers are listed.
5778
5779If given, @var{name} is a regular expression to match against probe names
5780when selecting which probes to list. If omitted, probe names are not
5781considered when deciding whether to display them.
5782
5783If given, @var{objfile} is a regular expression used to select which
5784object files (executable or shared libraries) to examine. If not
5785given, all object files are considered.
5786
5787@item info probes all
5788List the available static probes, from all types.
5789@end table
5790
9aca2ff8
JM
5791@cindex enabling and disabling probes
5792Some probe points can be enabled and/or disabled. The effect of
5793enabling or disabling a probe depends on the type of probe being
3133f8c1
JM
5794handled. Some @code{DTrace} probes can be enabled or
5795disabled, but @code{SystemTap} probes cannot be disabled.
9aca2ff8
JM
5796
5797You can enable (or disable) one or more probes using the following
5798commands, with optional arguments:
5799
5800@table @code
5801@kindex enable probes
5802@item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5803If given, @var{provider} is a regular expression used to match against
5804provider names when selecting which probes to enable. If omitted,
5805all probes from all providers are enabled.
5806
5807If given, @var{name} is a regular expression to match against probe
5808names when selecting which probes to enable. If omitted, probe names
5809are not considered when deciding whether to enable them.
5810
5811If given, @var{objfile} is a regular expression used to select which
5812object files (executable or shared libraries) to examine. If not
5813given, all object files are considered.
5814
5815@kindex disable probes
5816@item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5817See the @code{enable probes} command above for a description of the
5818optional arguments accepted by this command.
5819@end table
5820
62e5f89c
SDJ
5821@vindex $_probe_arg@r{, convenience variable}
5822A probe may specify up to twelve arguments. These are available at the
5823point at which the probe is defined---that is, when the current PC is
5824at the probe's location. The arguments are available using the
5825convenience variables (@pxref{Convenience Vars})
3133f8c1
JM
5826@code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5827probes each probe argument is an integer of the appropriate size;
5828types are not preserved. In @code{DTrace} probes types are preserved
5829provided that they are recognized as such by @value{GDBN}; otherwise
5830the value of the probe argument will be a long integer. The
62e5f89c
SDJ
5831convenience variable @code{$_probe_argc} holds the number of arguments
5832at the current probe point.
5833
5834These variables are always available, but attempts to access them at
5835any location other than a probe point will cause @value{GDBN} to give
5836an error message.
5837
5838
c906108c 5839@c @ifclear BARETARGET
6d2ebf8b 5840@node Error in Breakpoints
d4f3574e 5841@subsection ``Cannot insert breakpoints''
c906108c 5842
fa3a767f
PA
5843If you request too many active hardware-assisted breakpoints and
5844watchpoints, you will see this error message:
d4f3574e
SS
5845
5846@c FIXME: the precise wording of this message may change; the relevant
5847@c source change is not committed yet (Sep 3, 1999).
5848@smallexample
5849Stopped; cannot insert breakpoints.
5850You may have requested too many hardware breakpoints and watchpoints.
5851@end smallexample
5852
5853@noindent
5854This message is printed when you attempt to resume the program, since
5855only then @value{GDBN} knows exactly how many hardware breakpoints and
5856watchpoints it needs to insert.
5857
5858When this message is printed, you need to disable or remove some of the
5859hardware-assisted breakpoints and watchpoints, and then continue.
5860
79a6e687 5861@node Breakpoint-related Warnings
1485d690
KB
5862@subsection ``Breakpoint address adjusted...''
5863@cindex breakpoint address adjusted
5864
5865Some processor architectures place constraints on the addresses at
5866which breakpoints may be placed. For architectures thus constrained,
5867@value{GDBN} will attempt to adjust the breakpoint's address to comply
5868with the constraints dictated by the architecture.
5869
5870One example of such an architecture is the Fujitsu FR-V. The FR-V is
5871a VLIW architecture in which a number of RISC-like instructions may be
5872bundled together for parallel execution. The FR-V architecture
5873constrains the location of a breakpoint instruction within such a
5874bundle to the instruction with the lowest address. @value{GDBN}
5875honors this constraint by adjusting a breakpoint's address to the
5876first in the bundle.
5877
5878It is not uncommon for optimized code to have bundles which contain
5879instructions from different source statements, thus it may happen that
5880a breakpoint's address will be adjusted from one source statement to
5881another. Since this adjustment may significantly alter @value{GDBN}'s
5882breakpoint related behavior from what the user expects, a warning is
5883printed when the breakpoint is first set and also when the breakpoint
5884is hit.
5885
5886A warning like the one below is printed when setting a breakpoint
5887that's been subject to address adjustment:
5888
5889@smallexample
5890warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5891@end smallexample
5892
5893Such warnings are printed both for user settable and @value{GDBN}'s
5894internal breakpoints. If you see one of these warnings, you should
5895verify that a breakpoint set at the adjusted address will have the
5896desired affect. If not, the breakpoint in question may be removed and
b383017d 5897other breakpoints may be set which will have the desired behavior.
1485d690
KB
5898E.g., it may be sufficient to place the breakpoint at a later
5899instruction. A conditional breakpoint may also be useful in some
5900cases to prevent the breakpoint from triggering too often.
5901
5902@value{GDBN} will also issue a warning when stopping at one of these
5903adjusted breakpoints:
5904
5905@smallexample
5906warning: Breakpoint 1 address previously adjusted from 0x00010414
5907to 0x00010410.
5908@end smallexample
5909
5910When this warning is encountered, it may be too late to take remedial
5911action except in cases where the breakpoint is hit earlier or more
5912frequently than expected.
d4f3574e 5913
6d2ebf8b 5914@node Continuing and Stepping
79a6e687 5915@section Continuing and Stepping
c906108c
SS
5916
5917@cindex stepping
5918@cindex continuing
5919@cindex resuming execution
5920@dfn{Continuing} means resuming program execution until your program
5921completes normally. In contrast, @dfn{stepping} means executing just
5922one more ``step'' of your program, where ``step'' may mean either one
5923line of source code, or one machine instruction (depending on what
7a292a7a
SS
5924particular command you use). Either when continuing or when stepping,
5925your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e 5926it stops due to a signal, you may want to use @code{handle}, or use
e5f8a7cc
PA
5927@samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5928or you may step into the signal's handler (@pxref{stepping and signal
5929handlers}).)
c906108c
SS
5930
5931@table @code
5932@kindex continue
41afff9a
EZ
5933@kindex c @r{(@code{continue})}
5934@kindex fg @r{(resume foreground execution)}
c906108c
SS
5935@item continue @r{[}@var{ignore-count}@r{]}
5936@itemx c @r{[}@var{ignore-count}@r{]}
5937@itemx fg @r{[}@var{ignore-count}@r{]}
5938Resume program execution, at the address where your program last stopped;
5939any breakpoints set at that address are bypassed. The optional argument
5940@var{ignore-count} allows you to specify a further number of times to
5941ignore a breakpoint at this location; its effect is like that of
79a6e687 5942@code{ignore} (@pxref{Conditions, ,Break Conditions}).
c906108c
SS
5943
5944The argument @var{ignore-count} is meaningful only when your program
5945stopped due to a breakpoint. At other times, the argument to
5946@code{continue} is ignored.
5947
d4f3574e
SS
5948The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5949debugged program is deemed to be the foreground program) are provided
5950purely for convenience, and have exactly the same behavior as
5951@code{continue}.
c906108c
SS
5952@end table
5953
5954To resume execution at a different place, you can use @code{return}
79a6e687 5955(@pxref{Returning, ,Returning from a Function}) to go back to the
c906108c 5956calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
79a6e687 5957Different Address}) to go to an arbitrary location in your program.
c906108c
SS
5958
5959A typical technique for using stepping is to set a breakpoint
79a6e687 5960(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
c906108c
SS
5961beginning of the function or the section of your program where a problem
5962is believed to lie, run your program until it stops at that breakpoint,
5963and then step through the suspect area, examining the variables that are
5964interesting, until you see the problem happen.
5965
5966@table @code
5967@kindex step
41afff9a 5968@kindex s @r{(@code{step})}
c906108c
SS
5969@item step
5970Continue running your program until control reaches a different source
5971line, then stop it and return control to @value{GDBN}. This command is
5972abbreviated @code{s}.
5973
5974@quotation
5975@c "without debugging information" is imprecise; actually "without line
5976@c numbers in the debugging information". (gcc -g1 has debugging info but
5977@c not line numbers). But it seems complex to try to make that
5978@c distinction here.
5979@emph{Warning:} If you use the @code{step} command while control is
5980within a function that was compiled without debugging information,
5981execution proceeds until control reaches a function that does have
5982debugging information. Likewise, it will not step into a function which
5983is compiled without debugging information. To step through functions
5984without debugging information, use the @code{stepi} command, described
5985below.
5986@end quotation
5987
4a92d011
EZ
5988The @code{step} command only stops at the first instruction of a source
5989line. This prevents the multiple stops that could otherwise occur in
5990@code{switch} statements, @code{for} loops, etc. @code{step} continues
5991to stop if a function that has debugging information is called within
5992the line. In other words, @code{step} @emph{steps inside} any functions
5993called within the line.
c906108c 5994
d4f3574e
SS
5995Also, the @code{step} command only enters a function if there is line
5996number information for the function. Otherwise it acts like the
5d161b24 5997@code{next} command. This avoids problems when using @code{cc -gl}
eb17f351 5998on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5d161b24 5999was any debugging information about the routine.
c906108c
SS
6000
6001@item step @var{count}
6002Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
6003breakpoint is reached, or a signal not related to stepping occurs before
6004@var{count} steps, stepping stops right away.
c906108c
SS
6005
6006@kindex next
41afff9a 6007@kindex n @r{(@code{next})}
c906108c
SS
6008@item next @r{[}@var{count}@r{]}
6009Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
6010This is similar to @code{step}, but function calls that appear within
6011the line of code are executed without stopping. Execution stops when
6012control reaches a different line of code at the original stack level
6013that was executing when you gave the @code{next} command. This command
6014is abbreviated @code{n}.
c906108c
SS
6015
6016An argument @var{count} is a repeat count, as for @code{step}.
6017
6018
6019@c FIX ME!! Do we delete this, or is there a way it fits in with
6020@c the following paragraph? --- Vctoria
6021@c
6022@c @code{next} within a function that lacks debugging information acts like
6023@c @code{step}, but any function calls appearing within the code of the
6024@c function are executed without stopping.
6025
d4f3574e
SS
6026The @code{next} command only stops at the first instruction of a
6027source line. This prevents multiple stops that could otherwise occur in
4a92d011 6028@code{switch} statements, @code{for} loops, etc.
c906108c 6029
b90a5f51
CF
6030@kindex set step-mode
6031@item set step-mode
6032@cindex functions without line info, and stepping
6033@cindex stepping into functions with no line info
6034@itemx set step-mode on
4a92d011 6035The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
6036stop at the first instruction of a function which contains no debug line
6037information rather than stepping over it.
6038
4a92d011
EZ
6039This is useful in cases where you may be interested in inspecting the
6040machine instructions of a function which has no symbolic info and do not
6041want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
6042
6043@item set step-mode off
4a92d011 6044Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
6045debug information. This is the default.
6046
9c16f35a
EZ
6047@item show step-mode
6048Show whether @value{GDBN} will stop in or step over functions without
6049source line debug information.
6050
c906108c 6051@kindex finish
8dfa32fc 6052@kindex fin @r{(@code{finish})}
c906108c
SS
6053@item finish
6054Continue running until just after function in the selected stack frame
8dfa32fc
JB
6055returns. Print the returned value (if any). This command can be
6056abbreviated as @code{fin}.
c906108c
SS
6057
6058Contrast this with the @code{return} command (@pxref{Returning,
79a6e687 6059,Returning from a Function}).
c906108c 6060
000439d5
TT
6061@kindex set print finish
6062@kindex show print finish
6063@item set print finish @r{[}on|off@r{]}
6064@itemx show print finish
6065By default the @code{finish} command will show the value that is
6066returned by the function. This can be disabled using @code{set print
6067finish off}. When disabled, the value is still entered into the value
6068history (@pxref{Value History}), but not displayed.
6069
c906108c 6070@kindex until
41afff9a 6071@kindex u @r{(@code{until})}
09d4efe1 6072@cindex run until specified location
c906108c
SS
6073@item until
6074@itemx u
6075Continue running until a source line past the current line, in the
6076current stack frame, is reached. This command is used to avoid single
6077stepping through a loop more than once. It is like the @code{next}
6078command, except that when @code{until} encounters a jump, it
6079automatically continues execution until the program counter is greater
6080than the address of the jump.
6081
6082This means that when you reach the end of a loop after single stepping
6083though it, @code{until} makes your program continue execution until it
6084exits the loop. In contrast, a @code{next} command at the end of a loop
6085simply steps back to the beginning of the loop, which forces you to step
6086through the next iteration.
6087
6088@code{until} always stops your program if it attempts to exit the current
6089stack frame.
6090
6091@code{until} may produce somewhat counterintuitive results if the order
6092of machine code does not match the order of the source lines. For
6093example, in the following excerpt from a debugging session, the @code{f}
6094(@code{frame}) command shows that execution is stopped at line
6095@code{206}; yet when we use @code{until}, we get to line @code{195}:
6096
474c8240 6097@smallexample
c906108c
SS
6098(@value{GDBP}) f
6099#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
6100206 expand_input();
6101(@value{GDBP}) until
6102195 for ( ; argc > 0; NEXTARG) @{
474c8240 6103@end smallexample
c906108c
SS
6104
6105This happened because, for execution efficiency, the compiler had
6106generated code for the loop closure test at the end, rather than the
6107start, of the loop---even though the test in a C @code{for}-loop is
6108written before the body of the loop. The @code{until} command appeared
6109to step back to the beginning of the loop when it advanced to this
6110expression; however, it has not really gone to an earlier
6111statement---not in terms of the actual machine code.
6112
6113@code{until} with no argument works by means of single
6114instruction stepping, and hence is slower than @code{until} with an
6115argument.
6116
6117@item until @var{location}
6118@itemx u @var{location}
697aa1b7
EZ
6119Continue running your program until either the specified @var{location} is
6120reached, or the current stack frame returns. The location is any of
2a25a5ba
EZ
6121the forms described in @ref{Specify Location}.
6122This form of the command uses temporary breakpoints, and
c60eb6f1
EZ
6123hence is quicker than @code{until} without an argument. The specified
6124location is actually reached only if it is in the current frame. This
6125implies that @code{until} can be used to skip over recursive function
6126invocations. For instance in the code below, if the current location is
6127line @code{96}, issuing @code{until 99} will execute the program up to
db2e3e2e 6128line @code{99} in the same invocation of factorial, i.e., after the inner
c60eb6f1
EZ
6129invocations have returned.
6130
6131@smallexample
613294 int factorial (int value)
613395 @{
613496 if (value > 1) @{
613597 value *= factorial (value - 1);
613698 @}
613799 return (value);
6138100 @}
6139@end smallexample
6140
6141
6142@kindex advance @var{location}
984359d2 6143@item advance @var{location}
09d4efe1 6144Continue running the program up to the given @var{location}. An argument is
2a25a5ba
EZ
6145required, which should be of one of the forms described in
6146@ref{Specify Location}.
6147Execution will also stop upon exit from the current stack
c60eb6f1
EZ
6148frame. This command is similar to @code{until}, but @code{advance} will
6149not skip over recursive function calls, and the target location doesn't
6150have to be in the same frame as the current one.
6151
c906108c
SS
6152
6153@kindex stepi
41afff9a 6154@kindex si @r{(@code{stepi})}
c906108c 6155@item stepi
96a2c332 6156@itemx stepi @var{arg}
c906108c
SS
6157@itemx si
6158Execute one machine instruction, then stop and return to the debugger.
6159
6160It is often useful to do @samp{display/i $pc} when stepping by machine
6161instructions. This makes @value{GDBN} automatically display the next
6162instruction to be executed, each time your program stops. @xref{Auto
79a6e687 6163Display,, Automatic Display}.
c906108c
SS
6164
6165An argument is a repeat count, as in @code{step}.
6166
6167@need 750
6168@kindex nexti
41afff9a 6169@kindex ni @r{(@code{nexti})}
c906108c 6170@item nexti
96a2c332 6171@itemx nexti @var{arg}
c906108c
SS
6172@itemx ni
6173Execute one machine instruction, but if it is a function call,
6174proceed until the function returns.
6175
6176An argument is a repeat count, as in @code{next}.
c1e36e3e
PA
6177
6178@end table
6179
6180@anchor{range stepping}
6181@cindex range stepping
6182@cindex target-assisted range stepping
6183By default, and if available, @value{GDBN} makes use of
6184target-assisted @dfn{range stepping}. In other words, whenever you
6185use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6186tells the target to step the corresponding range of instruction
6187addresses instead of issuing multiple single-steps. This speeds up
6188line stepping, particularly for remote targets. Ideally, there should
6189be no reason you would want to turn range stepping off. However, it's
6190possible that a bug in the debug info, a bug in the remote stub (for
6191remote targets), or even a bug in @value{GDBN} could make line
6192stepping behave incorrectly when target-assisted range stepping is
6193enabled. You can use the following command to turn off range stepping
6194if necessary:
6195
6196@table @code
6197@kindex set range-stepping
6198@kindex show range-stepping
6199@item set range-stepping
6200@itemx show range-stepping
6201Control whether range stepping is enabled.
6202
6203If @code{on}, and the target supports it, @value{GDBN} tells the
6204target to step a range of addresses itself, instead of issuing
6205multiple single-steps. If @code{off}, @value{GDBN} always issues
6206single-steps, even if range stepping is supported by the target. The
6207default is @code{on}.
6208
c906108c
SS
6209@end table
6210
aad1c02c
TT
6211@node Skipping Over Functions and Files
6212@section Skipping Over Functions and Files
1bfeeb0f
JL
6213@cindex skipping over functions and files
6214
6215The program you are debugging may contain some functions which are
8244c20d 6216uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
cce0e923
DE
6217skip a function, all functions in a file or a particular function in
6218a particular file when stepping.
1bfeeb0f
JL
6219
6220For example, consider the following C function:
6221
6222@smallexample
6223101 int func()
6224102 @{
6225103 foo(boring());
6226104 bar(boring());
6227105 @}
6228@end smallexample
6229
6230@noindent
6231Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6232are not interested in stepping through @code{boring}. If you run @code{step}
6233at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6234step over both @code{foo} and @code{boring}!
6235
6236One solution is to @code{step} into @code{boring} and use the @code{finish}
6237command to immediately exit it. But this can become tedious if @code{boring}
6238is called from many places.
6239
6240A more flexible solution is to execute @kbd{skip boring}. This instructs
6241@value{GDBN} never to step into @code{boring}. Now when you execute
6242@code{step} at line 103, you'll step over @code{boring} and directly into
6243@code{foo}.
6244
cce0e923
DE
6245Functions may be skipped by providing either a function name, linespec
6246(@pxref{Specify Location}), regular expression that matches the function's
6247name, file name or a @code{glob}-style pattern that matches the file name.
6248
6249On Posix systems the form of the regular expression is
6250``Extended Regular Expressions''. See for example @samp{man 7 regex}
6251on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6252expression is whatever is provided by the @code{regcomp} function of
6253the underlying system.
6254See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6255description of @code{glob}-style patterns.
6256
6257@table @code
6258@kindex skip
6259@item skip @r{[}@var{options}@r{]}
6260The basic form of the @code{skip} command takes zero or more options
6261that specify what to skip.
6262The @var{options} argument is any useful combination of the following:
1bfeeb0f
JL
6263
6264@table @code
cce0e923
DE
6265@item -file @var{file}
6266@itemx -fi @var{file}
6267Functions in @var{file} will be skipped over when stepping.
6268
6269@item -gfile @var{file-glob-pattern}
6270@itemx -gfi @var{file-glob-pattern}
6271@cindex skipping over files via glob-style patterns
6272Functions in files matching @var{file-glob-pattern} will be skipped
6273over when stepping.
6274
6275@smallexample
6276(gdb) skip -gfi utils/*.c
6277@end smallexample
6278
6279@item -function @var{linespec}
6280@itemx -fu @var{linespec}
6281Functions named by @var{linespec} or the function containing the line
6282named by @var{linespec} will be skipped over when stepping.
6283@xref{Specify Location}.
6284
6285@item -rfunction @var{regexp}
6286@itemx -rfu @var{regexp}
6287@cindex skipping over functions via regular expressions
6288Functions whose name matches @var{regexp} will be skipped over when stepping.
6289
6290This form is useful for complex function names.
6291For example, there is generally no need to step into C@t{++} @code{std::string}
6292constructors or destructors. Plus with C@t{++} templates it can be hard to
6293write out the full name of the function, and often it doesn't matter what
6294the template arguments are. Specifying the function to be skipped as a
6295regular expression makes this easier.
6296
6297@smallexample
6298(gdb) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6299@end smallexample
6300
6301If you want to skip every templated C@t{++} constructor and destructor
6302in the @code{std} namespace you can do:
6303
6304@smallexample
6305(gdb) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6306@end smallexample
6307@end table
6308
6309If no options are specified, the function you're currently debugging
6310will be skipped.
6311
1bfeeb0f 6312@kindex skip function
cce0e923 6313@item skip function @r{[}@var{linespec}@r{]}
1bfeeb0f
JL
6314After running this command, the function named by @var{linespec} or the
6315function containing the line named by @var{linespec} will be skipped over when
983fb131 6316stepping. @xref{Specify Location}.
1bfeeb0f
JL
6317
6318If you do not specify @var{linespec}, the function you're currently debugging
6319will be skipped.
6320
6321(If you have a function called @code{file} that you want to skip, use
6322@kbd{skip function file}.)
6323
6324@kindex skip file
6325@item skip file @r{[}@var{filename}@r{]}
6326After running this command, any function whose source lives in @var{filename}
6327will be skipped over when stepping.
6328
cce0e923
DE
6329@smallexample
6330(gdb) skip file boring.c
6331File boring.c will be skipped when stepping.
6332@end smallexample
6333
1bfeeb0f
JL
6334If you do not specify @var{filename}, functions whose source lives in the file
6335you're currently debugging will be skipped.
6336@end table
6337
6338Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6339These are the commands for managing your list of skips:
6340
6341@table @code
6342@kindex info skip
6343@item info skip @r{[}@var{range}@r{]}
6344Print details about the specified skip(s). If @var{range} is not specified,
6345print a table with details about all functions and files marked for skipping.
6346@code{info skip} prints the following information about each skip:
6347
6348@table @emph
6349@item Identifier
6350A number identifying this skip.
1bfeeb0f 6351@item Enabled or Disabled
cce0e923
DE
6352Enabled skips are marked with @samp{y}.
6353Disabled skips are marked with @samp{n}.
6354@item Glob
6355If the file name is a @samp{glob} pattern this is @samp{y}.
6356Otherwise it is @samp{n}.
6357@item File
6358The name or @samp{glob} pattern of the file to be skipped.
6359If no file is specified this is @samp{<none>}.
6360@item RE
6361If the function name is a @samp{regular expression} this is @samp{y}.
6362Otherwise it is @samp{n}.
6363@item Function
6364The name or regular expression of the function to skip.
6365If no function is specified this is @samp{<none>}.
1bfeeb0f
JL
6366@end table
6367
6368@kindex skip delete
6369@item skip delete @r{[}@var{range}@r{]}
6370Delete the specified skip(s). If @var{range} is not specified, delete all
6371skips.
6372
6373@kindex skip enable
6374@item skip enable @r{[}@var{range}@r{]}
6375Enable the specified skip(s). If @var{range} is not specified, enable all
6376skips.
6377
6378@kindex skip disable
6379@item skip disable @r{[}@var{range}@r{]}
6380Disable the specified skip(s). If @var{range} is not specified, disable all
6381skips.
6382
3e68067f
SM
6383@kindex set debug skip
6384@item set debug skip @r{[}on|off@r{]}
6385Set whether to print the debug output about skipping files and functions.
6386
6387@kindex show debug skip
6388@item show debug skip
6389Show whether the debug output about skipping files and functions is printed.
6390
1bfeeb0f
JL
6391@end table
6392
6d2ebf8b 6393@node Signals
c906108c
SS
6394@section Signals
6395@cindex signals
6396
6397A signal is an asynchronous event that can happen in a program. The
6398operating system defines the possible kinds of signals, and gives each
6399kind a name and a number. For example, in Unix @code{SIGINT} is the
c8aa23ab 6400signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
c906108c
SS
6401@code{SIGSEGV} is the signal a program gets from referencing a place in
6402memory far away from all the areas in use; @code{SIGALRM} occurs when
6403the alarm clock timer goes off (which happens only if your program has
6404requested an alarm).
6405
6406@cindex fatal signals
6407Some signals, including @code{SIGALRM}, are a normal part of the
6408functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 6409errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
6410program has not specified in advance some other way to handle the signal.
6411@code{SIGINT} does not indicate an error in your program, but it is normally
6412fatal so it can carry out the purpose of the interrupt: to kill the program.
6413
6414@value{GDBN} has the ability to detect any occurrence of a signal in your
6415program. You can tell @value{GDBN} in advance what to do for each kind of
6416signal.
6417
6418@cindex handling signals
24f93129
EZ
6419Normally, @value{GDBN} is set up to let the non-erroneous signals like
6420@code{SIGALRM} be silently passed to your program
6421(so as not to interfere with their role in the program's functioning)
c906108c
SS
6422but to stop your program immediately whenever an error signal happens.
6423You can change these settings with the @code{handle} command.
6424
6425@table @code
6426@kindex info signals
09d4efe1 6427@kindex info handle
c906108c 6428@item info signals
96a2c332 6429@itemx info handle
c906108c
SS
6430Print a table of all the kinds of signals and how @value{GDBN} has been told to
6431handle each one. You can use this to see the signal numbers of all
6432the defined types of signals.
6433
45ac1734
EZ
6434@item info signals @var{sig}
6435Similar, but print information only about the specified signal number.
6436
d4f3574e 6437@code{info handle} is an alias for @code{info signals}.
c906108c 6438
ab04a2af
TT
6439@item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6440Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6441for details about this command.
6442
c906108c 6443@kindex handle
45ac1734 6444@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
697aa1b7 6445Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
5ece1a18 6446can be the number of a signal or its name (with or without the
24f93129 6447@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18 6448@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
45ac1734
EZ
6449known signals. Optional arguments @var{keywords}, described below,
6450say what change to make.
c906108c
SS
6451@end table
6452
6453@c @group
6454The keywords allowed by the @code{handle} command can be abbreviated.
6455Their full names are:
6456
6457@table @code
6458@item nostop
6459@value{GDBN} should not stop your program when this signal happens. It may
6460still print a message telling you that the signal has come in.
6461
6462@item stop
6463@value{GDBN} should stop your program when this signal happens. This implies
6464the @code{print} keyword as well.
6465
6466@item print
6467@value{GDBN} should print a message when this signal happens.
6468
6469@item noprint
6470@value{GDBN} should not mention the occurrence of the signal at all. This
6471implies the @code{nostop} keyword as well.
6472
6473@item pass
5ece1a18 6474@itemx noignore
c906108c
SS
6475@value{GDBN} should allow your program to see this signal; your program
6476can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 6477and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
6478
6479@item nopass
5ece1a18 6480@itemx ignore
c906108c 6481@value{GDBN} should not allow your program to see this signal.
5ece1a18 6482@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
6483@end table
6484@c @end group
6485
d4f3574e
SS
6486When a signal stops your program, the signal is not visible to the
6487program until you
c906108c
SS
6488continue. Your program sees the signal then, if @code{pass} is in
6489effect for the signal in question @emph{at that time}. In other words,
6490after @value{GDBN} reports a signal, you can use the @code{handle}
6491command with @code{pass} or @code{nopass} to control whether your
6492program sees that signal when you continue.
6493
24f93129
EZ
6494The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6495non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6496@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6497erroneous signals.
6498
c906108c
SS
6499You can also use the @code{signal} command to prevent your program from
6500seeing a signal, or cause it to see a signal it normally would not see,
6501or to give it any signal at any time. For example, if your program stopped
6502due to some sort of memory reference error, you might store correct
6503values into the erroneous variables and continue, hoping to see more
6504execution; but your program would probably terminate immediately as
6505a result of the fatal signal once it saw the signal. To prevent this,
6506you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
79a6e687 6507Program a Signal}.
c906108c 6508
e5f8a7cc
PA
6509@cindex stepping and signal handlers
6510@anchor{stepping and signal handlers}
6511
6512@value{GDBN} optimizes for stepping the mainline code. If a signal
6513that has @code{handle nostop} and @code{handle pass} set arrives while
6514a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6515in progress, @value{GDBN} lets the signal handler run and then resumes
6516stepping the mainline code once the signal handler returns. In other
6517words, @value{GDBN} steps over the signal handler. This prevents
6518signals that you've specified as not interesting (with @code{handle
6519nostop}) from changing the focus of debugging unexpectedly. Note that
6520the signal handler itself may still hit a breakpoint, stop for another
6521signal that has @code{handle stop} in effect, or for any other event
6522that normally results in stopping the stepping command sooner. Also
6523note that @value{GDBN} still informs you that the program received a
6524signal if @code{handle print} is set.
6525
6526@anchor{stepping into signal handlers}
6527
6528If you set @code{handle pass} for a signal, and your program sets up a
6529handler for it, then issuing a stepping command, such as @code{step}
6530or @code{stepi}, when your program is stopped due to the signal will
6531step @emph{into} the signal handler (if the target supports that).
6532
6533Likewise, if you use the @code{queue-signal} command to queue a signal
6534to be delivered to the current thread when execution of the thread
6535resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6536stepping command will step into the signal handler.
6537
6538Here's an example, using @code{stepi} to step to the first instruction
6539of @code{SIGUSR1}'s handler:
6540
6541@smallexample
6542(@value{GDBP}) handle SIGUSR1
6543Signal Stop Print Pass to program Description
6544SIGUSR1 Yes Yes Yes User defined signal 1
6545(@value{GDBP}) c
6546Continuing.
6547
6548Program received signal SIGUSR1, User defined signal 1.
6549main () sigusr1.c:28
655028 p = 0;
6551(@value{GDBP}) si
6552sigusr1_handler () at sigusr1.c:9
65539 @{
6554@end smallexample
6555
6556The same, but using @code{queue-signal} instead of waiting for the
6557program to receive the signal first:
6558
6559@smallexample
6560(@value{GDBP}) n
656128 p = 0;
6562(@value{GDBP}) queue-signal SIGUSR1
6563(@value{GDBP}) si
6564sigusr1_handler () at sigusr1.c:9
65659 @{
6566(@value{GDBP})
6567@end smallexample
6568
4aa995e1
PA
6569@cindex extra signal information
6570@anchor{extra signal information}
6571
6572On some targets, @value{GDBN} can inspect extra signal information
6573associated with the intercepted signal, before it is actually
6574delivered to the program being debugged. This information is exported
6575by the convenience variable @code{$_siginfo}, and consists of data
6576that is passed by the kernel to the signal handler at the time of the
6577receipt of a signal. The data type of the information itself is
6578target dependent. You can see the data type using the @code{ptype
6579$_siginfo} command. On Unix systems, it typically corresponds to the
6580standard @code{siginfo_t} type, as defined in the @file{signal.h}
6581system header.
6582
6583Here's an example, on a @sc{gnu}/Linux system, printing the stray
6584referenced address that raised a segmentation fault.
6585
6586@smallexample
6587@group
6588(@value{GDBP}) continue
6589Program received signal SIGSEGV, Segmentation fault.
65900x0000000000400766 in main ()
659169 *(int *)p = 0;
6592(@value{GDBP}) ptype $_siginfo
6593type = struct @{
6594 int si_signo;
6595 int si_errno;
6596 int si_code;
6597 union @{
6598 int _pad[28];
6599 struct @{...@} _kill;
6600 struct @{...@} _timer;
6601 struct @{...@} _rt;
6602 struct @{...@} _sigchld;
6603 struct @{...@} _sigfault;
6604 struct @{...@} _sigpoll;
6605 @} _sifields;
6606@}
6607(@value{GDBP}) ptype $_siginfo._sifields._sigfault
6608type = struct @{
6609 void *si_addr;
6610@}
6611(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6612$1 = (void *) 0x7ffff7ff7000
6613@end group
6614@end smallexample
6615
6616Depending on target support, @code{$_siginfo} may also be writable.
6617
012b3a21
WT
6618@cindex Intel MPX boundary violations
6619@cindex boundary violations, Intel MPX
6620On some targets, a @code{SIGSEGV} can be caused by a boundary
6621violation, i.e., accessing an address outside of the allowed range.
6622In those cases @value{GDBN} may displays additional information,
6623depending on how @value{GDBN} has been told to handle the signal.
6624With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6625kind: "Upper" or "Lower", the memory address accessed and the
6626bounds, while with @code{handle nostop SIGSEGV} no additional
6627information is displayed.
6628
6629The usual output of a segfault is:
6630@smallexample
6631Program received signal SIGSEGV, Segmentation fault
66320x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
663368 value = *(p + len);
6634@end smallexample
6635
6636While a bound violation is presented as:
6637@smallexample
6638Program received signal SIGSEGV, Segmentation fault
6639Upper bound violation while accessing address 0x7fffffffc3b3
6640Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
66410x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
664268 value = *(p + len);
6643@end smallexample
6644
6d2ebf8b 6645@node Thread Stops
79a6e687 6646@section Stopping and Starting Multi-thread Programs
c906108c 6647
0606b73b
SL
6648@cindex stopped threads
6649@cindex threads, stopped
6650
6651@cindex continuing threads
6652@cindex threads, continuing
6653
6654@value{GDBN} supports debugging programs with multiple threads
6655(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6656are two modes of controlling execution of your program within the
6657debugger. In the default mode, referred to as @dfn{all-stop mode},
6658when any thread in your program stops (for example, at a breakpoint
6659or while being stepped), all other threads in the program are also stopped by
6660@value{GDBN}. On some targets, @value{GDBN} also supports
6661@dfn{non-stop mode}, in which other threads can continue to run freely while
6662you examine the stopped thread in the debugger.
6663
6664@menu
6665* All-Stop Mode:: All threads stop when GDB takes control
6666* Non-Stop Mode:: Other threads continue to execute
6667* Background Execution:: Running your program asynchronously
6668* Thread-Specific Breakpoints:: Controlling breakpoints
6669* Interrupted System Calls:: GDB may interfere with system calls
d914c394 6670* Observer Mode:: GDB does not alter program behavior
0606b73b
SL
6671@end menu
6672
6673@node All-Stop Mode
6674@subsection All-Stop Mode
6675
6676@cindex all-stop mode
6677
6678In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6679@emph{all} threads of execution stop, not just the current thread. This
6680allows you to examine the overall state of the program, including
6681switching between threads, without worrying that things may change
6682underfoot.
6683
6684Conversely, whenever you restart the program, @emph{all} threads start
6685executing. @emph{This is true even when single-stepping} with commands
6686like @code{step} or @code{next}.
6687
6688In particular, @value{GDBN} cannot single-step all threads in lockstep.
6689Since thread scheduling is up to your debugging target's operating
6690system (not controlled by @value{GDBN}), other threads may
6691execute more than one statement while the current thread completes a
6692single step. Moreover, in general other threads stop in the middle of a
6693statement, rather than at a clean statement boundary, when the program
6694stops.
6695
6696You might even find your program stopped in another thread after
6697continuing or even single-stepping. This happens whenever some other
6698thread runs into a breakpoint, a signal, or an exception before the
6699first thread completes whatever you requested.
6700
6701@cindex automatic thread selection
6702@cindex switching threads automatically
6703@cindex threads, automatic switching
6704Whenever @value{GDBN} stops your program, due to a breakpoint or a
6705signal, it automatically selects the thread where that breakpoint or
6706signal happened. @value{GDBN} alerts you to the context switch with a
6707message such as @samp{[Switching to Thread @var{n}]} to identify the
6708thread.
6709
6710On some OSes, you can modify @value{GDBN}'s default behavior by
6711locking the OS scheduler to allow only a single thread to run.
6712
6713@table @code
6714@item set scheduler-locking @var{mode}
6715@cindex scheduler locking mode
6716@cindex lock scheduler
f2665db5
MM
6717Set the scheduler locking mode. It applies to normal execution,
6718record mode, and replay mode. If it is @code{off}, then there is no
6719locking and any thread may run at any time. If @code{on}, then only
6720the current thread may run when the inferior is resumed. The
6721@code{step} mode optimizes for single-stepping; it prevents other
6722threads from preempting the current thread while you are stepping, so
6723that the focus of debugging does not change unexpectedly. Other
6724threads never get a chance to run when you step, and they are
6725completely free to run when you use commands like @samp{continue},
6726@samp{until}, or @samp{finish}. However, unless another thread hits a
6727breakpoint during its timeslice, @value{GDBN} does not change the
6728current thread away from the thread that you are debugging. The
6729@code{replay} mode behaves like @code{off} in record mode and like
6730@code{on} in replay mode.
0606b73b
SL
6731
6732@item show scheduler-locking
6733Display the current scheduler locking mode.
6734@end table
6735
d4db2f36
PA
6736@cindex resume threads of multiple processes simultaneously
6737By default, when you issue one of the execution commands such as
6738@code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6739threads of the current inferior to run. For example, if @value{GDBN}
6740is attached to two inferiors, each with two threads, the
6741@code{continue} command resumes only the two threads of the current
6742inferior. This is useful, for example, when you debug a program that
6743forks and you want to hold the parent stopped (so that, for instance,
6744it doesn't run to exit), while you debug the child. In other
6745situations, you may not be interested in inspecting the current state
6746of any of the processes @value{GDBN} is attached to, and you may want
6747to resume them all until some breakpoint is hit. In the latter case,
6748you can instruct @value{GDBN} to allow all threads of all the
6749inferiors to run with the @w{@code{set schedule-multiple}} command.
6750
6751@table @code
6752@kindex set schedule-multiple
6753@item set schedule-multiple
6754Set the mode for allowing threads of multiple processes to be resumed
6755when an execution command is issued. When @code{on}, all threads of
6756all processes are allowed to run. When @code{off}, only the threads
6757of the current process are resumed. The default is @code{off}. The
6758@code{scheduler-locking} mode takes precedence when set to @code{on},
6759or while you are stepping and set to @code{step}.
6760
6761@item show schedule-multiple
6762Display the current mode for resuming the execution of threads of
6763multiple processes.
6764@end table
6765
0606b73b
SL
6766@node Non-Stop Mode
6767@subsection Non-Stop Mode
6768
6769@cindex non-stop mode
6770
6771@c This section is really only a place-holder, and needs to be expanded
97d8f0ee 6772@c with more details.
0606b73b
SL
6773
6774For some multi-threaded targets, @value{GDBN} supports an optional
6775mode of operation in which you can examine stopped program threads in
6776the debugger while other threads continue to execute freely. This
97d8f0ee
DE
6777minimizes intrusion when debugging live systems, such as programs
6778where some threads have real-time constraints or must continue to
0606b73b
SL
6779respond to external events. This is referred to as @dfn{non-stop} mode.
6780
6781In non-stop mode, when a thread stops to report a debugging event,
6782@emph{only} that thread is stopped; @value{GDBN} does not stop other
6783threads as well, in contrast to the all-stop mode behavior. Additionally,
6784execution commands such as @code{continue} and @code{step} apply by default
6785only to the current thread in non-stop mode, rather than all threads as
6786in all-stop mode. This allows you to control threads explicitly in
97d8f0ee 6787ways that are not possible in all-stop mode --- for example, stepping
0606b73b 6788one thread while allowing others to run freely, stepping
97d8f0ee 6789one thread while holding all others stopped, or stepping several threads
0606b73b
SL
6790independently and simultaneously.
6791
6792To enter non-stop mode, use this sequence of commands before you run
6793or attach to your program:
6794
0606b73b 6795@smallexample
0606b73b
SL
6796# If using the CLI, pagination breaks non-stop.
6797set pagination off
6798
6799# Finally, turn it on!
6800set non-stop on
6801@end smallexample
6802
6803You can use these commands to manipulate the non-stop mode setting:
6804
6805@table @code
6806@kindex set non-stop
6807@item set non-stop on
6808Enable selection of non-stop mode.
6809@item set non-stop off
6810Disable selection of non-stop mode.
6811@kindex show non-stop
6812@item show non-stop
6813Show the current non-stop enablement setting.
6814@end table
6815
6816Note these commands only reflect whether non-stop mode is enabled,
97d8f0ee 6817not whether the currently-executing program is being run in non-stop mode.
0606b73b 6818In particular, the @code{set non-stop} preference is only consulted when
97d8f0ee 6819@value{GDBN} starts or connects to the target program, and it is generally
0606b73b
SL
6820not possible to switch modes once debugging has started. Furthermore,
6821since not all targets support non-stop mode, even when you have enabled
6822non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6823default.
6824
6825In non-stop mode, all execution commands apply only to the current thread
97d8f0ee 6826by default. That is, @code{continue} only continues one thread.
0606b73b
SL
6827To continue all threads, issue @code{continue -a} or @code{c -a}.
6828
97d8f0ee 6829You can use @value{GDBN}'s background execution commands
0606b73b 6830(@pxref{Background Execution}) to run some threads in the background
97d8f0ee 6831while you continue to examine or step others from @value{GDBN}.
0606b73b
SL
6832The MI execution commands (@pxref{GDB/MI Program Execution}) are
6833always executed asynchronously in non-stop mode.
6834
6835Suspending execution is done with the @code{interrupt} command when
97d8f0ee
DE
6836running in the background, or @kbd{Ctrl-c} during foreground execution.
6837In all-stop mode, this stops the whole process;
6838but in non-stop mode the interrupt applies only to the current thread.
0606b73b
SL
6839To stop the whole program, use @code{interrupt -a}.
6840
6841Other execution commands do not currently support the @code{-a} option.
6842
6843In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6844that thread current, as it does in all-stop mode. This is because the
97d8f0ee 6845thread stop notifications are asynchronous with respect to @value{GDBN}'s
0606b73b
SL
6846command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6847changed to a different thread just as you entered a command to operate on the
6848previously current thread.
6849
6850@node Background Execution
6851@subsection Background Execution
6852
6853@cindex foreground execution
6854@cindex background execution
6855@cindex asynchronous execution
6856@cindex execution, foreground, background and asynchronous
6857
6858@value{GDBN}'s execution commands have two variants: the normal
6859foreground (synchronous) behavior, and a background
97d8f0ee 6860(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
0606b73b
SL
6861the program to report that some thread has stopped before prompting for
6862another command. In background execution, @value{GDBN} immediately gives
6863a command prompt so that you can issue other commands while your program runs.
6864
32fc0df9
PA
6865If the target doesn't support async mode, @value{GDBN} issues an error
6866message if you attempt to use the background execution commands.
6867
74fdb8ff 6868@cindex @code{&}, background execution of commands
0606b73b
SL
6869To specify background execution, add a @code{&} to the command. For example,
6870the background form of the @code{continue} command is @code{continue&}, or
6871just @code{c&}. The execution commands that accept background execution
6872are:
6873
6874@table @code
6875@kindex run&
6876@item run
6877@xref{Starting, , Starting your Program}.
6878
6879@item attach
6880@kindex attach&
6881@xref{Attach, , Debugging an Already-running Process}.
6882
6883@item step
6884@kindex step&
6885@xref{Continuing and Stepping, step}.
6886
6887@item stepi
6888@kindex stepi&
6889@xref{Continuing and Stepping, stepi}.
6890
6891@item next
6892@kindex next&
6893@xref{Continuing and Stepping, next}.
6894
7ce58dd2
DE
6895@item nexti
6896@kindex nexti&
6897@xref{Continuing and Stepping, nexti}.
6898
0606b73b
SL
6899@item continue
6900@kindex continue&
6901@xref{Continuing and Stepping, continue}.
6902
6903@item finish
6904@kindex finish&
6905@xref{Continuing and Stepping, finish}.
6906
6907@item until
6908@kindex until&
6909@xref{Continuing and Stepping, until}.
6910
6911@end table
6912
6913Background execution is especially useful in conjunction with non-stop
6914mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6915However, you can also use these commands in the normal all-stop mode with
6916the restriction that you cannot issue another execution command until the
6917previous one finishes. Examples of commands that are valid in all-stop
6918mode while the program is running include @code{help} and @code{info break}.
6919
6920You can interrupt your program while it is running in the background by
6921using the @code{interrupt} command.
6922
6923@table @code
6924@kindex interrupt
6925@item interrupt
6926@itemx interrupt -a
6927
97d8f0ee 6928Suspend execution of the running program. In all-stop mode,
0606b73b 6929@code{interrupt} stops the whole process, but in non-stop mode, it stops
97d8f0ee 6930only the current thread. To stop the whole program in non-stop mode,
0606b73b
SL
6931use @code{interrupt -a}.
6932@end table
6933
0606b73b
SL
6934@node Thread-Specific Breakpoints
6935@subsection Thread-Specific Breakpoints
6936
c906108c 6937When your program has multiple threads (@pxref{Threads,, Debugging
79a6e687 6938Programs with Multiple Threads}), you can choose whether to set
c906108c
SS
6939breakpoints on all threads, or on a particular thread.
6940
6941@table @code
6942@cindex breakpoints and threads
6943@cindex thread breakpoints
5d5658a1
PA
6944@kindex break @dots{} thread @var{thread-id}
6945@item break @var{location} thread @var{thread-id}
6946@itemx break @var{location} thread @var{thread-id} if @dots{}
629500fa 6947@var{location} specifies source lines; there are several ways of
2a25a5ba
EZ
6948writing them (@pxref{Specify Location}), but the effect is always to
6949specify some source line.
c906108c 6950
5d5658a1 6951Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
c906108c 6952to specify that you only want @value{GDBN} to stop the program when a
5d5658a1
PA
6953particular thread reaches this breakpoint. The @var{thread-id} specifier
6954is one of the thread identifiers assigned by @value{GDBN}, shown
697aa1b7 6955in the first column of the @samp{info threads} display.
c906108c 6956
5d5658a1 6957If you do not specify @samp{thread @var{thread-id}} when you set a
c906108c
SS
6958breakpoint, the breakpoint applies to @emph{all} threads of your
6959program.
6960
6961You can use the @code{thread} qualifier on conditional breakpoints as
5d5658a1 6962well; in this case, place @samp{thread @var{thread-id}} before or
b6199126 6963after the breakpoint condition, like this:
c906108c
SS
6964
6965@smallexample
2df3850c 6966(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
6967@end smallexample
6968
6969@end table
6970
f4fb82a1
PA
6971Thread-specific breakpoints are automatically deleted when
6972@value{GDBN} detects the corresponding thread is no longer in the
6973thread list. For example:
6974
6975@smallexample
6976(@value{GDBP}) c
6977Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
6978@end smallexample
6979
6980There are several ways for a thread to disappear, such as a regular
6981thread exit, but also when you detach from the process with the
6982@code{detach} command (@pxref{Attach, ,Debugging an Already-running
6983Process}), or if @value{GDBN} loses the remote connection
6984(@pxref{Remote Debugging}), etc. Note that with some targets,
6985@value{GDBN} is only able to detect a thread has exited when the user
6986explictly asks for the thread list with the @code{info threads}
6987command.
6988
0606b73b
SL
6989@node Interrupted System Calls
6990@subsection Interrupted System Calls
c906108c 6991
36d86913
MC
6992@cindex thread breakpoints and system calls
6993@cindex system calls and thread breakpoints
6994@cindex premature return from system calls
0606b73b
SL
6995There is an unfortunate side effect when using @value{GDBN} to debug
6996multi-threaded programs. If one thread stops for a
36d86913
MC
6997breakpoint, or for some other reason, and another thread is blocked in a
6998system call, then the system call may return prematurely. This is a
6999consequence of the interaction between multiple threads and the signals
7000that @value{GDBN} uses to implement breakpoints and other events that
7001stop execution.
7002
7003To handle this problem, your program should check the return value of
7004each system call and react appropriately. This is good programming
7005style anyways.
7006
7007For example, do not write code like this:
7008
7009@smallexample
7010 sleep (10);
7011@end smallexample
7012
7013The call to @code{sleep} will return early if a different thread stops
7014at a breakpoint or for some other reason.
7015
7016Instead, write this:
7017
7018@smallexample
7019 int unslept = 10;
7020 while (unslept > 0)
7021 unslept = sleep (unslept);
7022@end smallexample
7023
7024A system call is allowed to return early, so the system is still
7025conforming to its specification. But @value{GDBN} does cause your
7026multi-threaded program to behave differently than it would without
7027@value{GDBN}.
7028
7029Also, @value{GDBN} uses internal breakpoints in the thread library to
7030monitor certain events such as thread creation and thread destruction.
7031When such an event happens, a system call in another thread may return
7032prematurely, even though your program does not appear to stop.
7033
d914c394
SS
7034@node Observer Mode
7035@subsection Observer Mode
7036
7037If you want to build on non-stop mode and observe program behavior
7038without any chance of disruption by @value{GDBN}, you can set
7039variables to disable all of the debugger's attempts to modify state,
7040whether by writing memory, inserting breakpoints, etc. These operate
7041at a low level, intercepting operations from all commands.
7042
7043When all of these are set to @code{off}, then @value{GDBN} is said to
7044be @dfn{observer mode}. As a convenience, the variable
7045@code{observer} can be set to disable these, plus enable non-stop
7046mode.
7047
7048Note that @value{GDBN} will not prevent you from making nonsensical
7049combinations of these settings. For instance, if you have enabled
7050@code{may-insert-breakpoints} but disabled @code{may-write-memory},
7051then breakpoints that work by writing trap instructions into the code
7052stream will still not be able to be placed.
7053
7054@table @code
7055
7056@kindex observer
7057@item set observer on
7058@itemx set observer off
7059When set to @code{on}, this disables all the permission variables
7060below (except for @code{insert-fast-tracepoints}), plus enables
7061non-stop debugging. Setting this to @code{off} switches back to
7062normal debugging, though remaining in non-stop mode.
7063
7064@item show observer
7065Show whether observer mode is on or off.
7066
7067@kindex may-write-registers
7068@item set may-write-registers on
7069@itemx set may-write-registers off
7070This controls whether @value{GDBN} will attempt to alter the values of
7071registers, such as with assignment expressions in @code{print}, or the
7072@code{jump} command. It defaults to @code{on}.
7073
7074@item show may-write-registers
7075Show the current permission to write registers.
7076
7077@kindex may-write-memory
7078@item set may-write-memory on
7079@itemx set may-write-memory off
7080This controls whether @value{GDBN} will attempt to alter the contents
7081of memory, such as with assignment expressions in @code{print}. It
7082defaults to @code{on}.
7083
7084@item show may-write-memory
7085Show the current permission to write memory.
7086
7087@kindex may-insert-breakpoints
7088@item set may-insert-breakpoints on
7089@itemx set may-insert-breakpoints off
7090This controls whether @value{GDBN} will attempt to insert breakpoints.
7091This affects all breakpoints, including internal breakpoints defined
7092by @value{GDBN}. It defaults to @code{on}.
7093
7094@item show may-insert-breakpoints
7095Show the current permission to insert breakpoints.
7096
7097@kindex may-insert-tracepoints
7098@item set may-insert-tracepoints on
7099@itemx set may-insert-tracepoints off
7100This controls whether @value{GDBN} will attempt to insert (regular)
7101tracepoints at the beginning of a tracing experiment. It affects only
7102non-fast tracepoints, fast tracepoints being under the control of
7103@code{may-insert-fast-tracepoints}. It defaults to @code{on}.
7104
7105@item show may-insert-tracepoints
7106Show the current permission to insert tracepoints.
7107
7108@kindex may-insert-fast-tracepoints
7109@item set may-insert-fast-tracepoints on
7110@itemx set may-insert-fast-tracepoints off
7111This controls whether @value{GDBN} will attempt to insert fast
7112tracepoints at the beginning of a tracing experiment. It affects only
7113fast tracepoints, regular (non-fast) tracepoints being under the
7114control of @code{may-insert-tracepoints}. It defaults to @code{on}.
7115
7116@item show may-insert-fast-tracepoints
7117Show the current permission to insert fast tracepoints.
7118
7119@kindex may-interrupt
7120@item set may-interrupt on
7121@itemx set may-interrupt off
7122This controls whether @value{GDBN} will attempt to interrupt or stop
7123program execution. When this variable is @code{off}, the
7124@code{interrupt} command will have no effect, nor will
7125@kbd{Ctrl-c}. It defaults to @code{on}.
7126
7127@item show may-interrupt
7128Show the current permission to interrupt or stop the program.
7129
7130@end table
c906108c 7131
bacec72f
MS
7132@node Reverse Execution
7133@chapter Running programs backward
7134@cindex reverse execution
7135@cindex running programs backward
7136
7137When you are debugging a program, it is not unusual to realize that
7138you have gone too far, and some event of interest has already happened.
7139If the target environment supports it, @value{GDBN} can allow you to
7140``rewind'' the program by running it backward.
7141
7142A target environment that supports reverse execution should be able
7143to ``undo'' the changes in machine state that have taken place as the
7144program was executing normally. Variables, registers etc.@: should
7145revert to their previous values. Obviously this requires a great
7146deal of sophistication on the part of the target environment; not
7147all target environments can support reverse execution.
7148
7149When a program is executed in reverse, the instructions that
7150have most recently been executed are ``un-executed'', in reverse
7151order. The program counter runs backward, following the previous
7152thread of execution in reverse. As each instruction is ``un-executed'',
7153the values of memory and/or registers that were changed by that
7154instruction are reverted to their previous states. After executing
7155a piece of source code in reverse, all side effects of that code
7156should be ``undone'', and all variables should be returned to their
7157prior values@footnote{
7158Note that some side effects are easier to undo than others. For instance,
7159memory and registers are relatively easy, but device I/O is hard. Some
7160targets may be able undo things like device I/O, and some may not.
7161
7162The contract between @value{GDBN} and the reverse executing target
7163requires only that the target do something reasonable when
7164@value{GDBN} tells it to execute backwards, and then report the
7165results back to @value{GDBN}. Whatever the target reports back to
7166@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7167assumes that the memory and registers that the target reports are in a
6b92c0d3 7168consistent state, but @value{GDBN} accepts whatever it is given.
bacec72f
MS
7169}.
7170
73f8a590
PA
7171On some platforms, @value{GDBN} has built-in support for reverse
7172execution, activated with the @code{record} or @code{record btrace}
7173commands. @xref{Process Record and Replay}. Some remote targets,
7174typically full system emulators, support reverse execution directly
7175without requiring any special command.
7176
bacec72f
MS
7177If you are debugging in a target environment that supports
7178reverse execution, @value{GDBN} provides the following commands.
7179
7180@table @code
7181@kindex reverse-continue
7182@kindex rc @r{(@code{reverse-continue})}
7183@item reverse-continue @r{[}@var{ignore-count}@r{]}
7184@itemx rc @r{[}@var{ignore-count}@r{]}
7185Beginning at the point where your program last stopped, start executing
7186in reverse. Reverse execution will stop for breakpoints and synchronous
7187exceptions (signals), just like normal execution. Behavior of
7188asynchronous signals depends on the target environment.
7189
7190@kindex reverse-step
7191@kindex rs @r{(@code{step})}
7192@item reverse-step @r{[}@var{count}@r{]}
7193Run the program backward until control reaches the start of a
7194different source line; then stop it, and return control to @value{GDBN}.
7195
7196Like the @code{step} command, @code{reverse-step} will only stop
7197at the beginning of a source line. It ``un-executes'' the previously
7198executed source line. If the previous source line included calls to
7199debuggable functions, @code{reverse-step} will step (backward) into
7200the called function, stopping at the beginning of the @emph{last}
7201statement in the called function (typically a return statement).
7202
7203Also, as with the @code{step} command, if non-debuggable functions are
7204called, @code{reverse-step} will run thru them backward without stopping.
7205
7206@kindex reverse-stepi
7207@kindex rsi @r{(@code{reverse-stepi})}
7208@item reverse-stepi @r{[}@var{count}@r{]}
7209Reverse-execute one machine instruction. Note that the instruction
7210to be reverse-executed is @emph{not} the one pointed to by the program
7211counter, but the instruction executed prior to that one. For instance,
7212if the last instruction was a jump, @code{reverse-stepi} will take you
7213back from the destination of the jump to the jump instruction itself.
7214
7215@kindex reverse-next
7216@kindex rn @r{(@code{reverse-next})}
7217@item reverse-next @r{[}@var{count}@r{]}
7218Run backward to the beginning of the previous line executed in
7219the current (innermost) stack frame. If the line contains function
7220calls, they will be ``un-executed'' without stopping. Starting from
7221the first line of a function, @code{reverse-next} will take you back
7222to the caller of that function, @emph{before} the function was called,
7223just as the normal @code{next} command would take you from the last
7224line of a function back to its return to its caller
16af530a 7225@footnote{Unless the code is too heavily optimized.}.
bacec72f
MS
7226
7227@kindex reverse-nexti
7228@kindex rni @r{(@code{reverse-nexti})}
7229@item reverse-nexti @r{[}@var{count}@r{]}
7230Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7231in reverse, except that called functions are ``un-executed'' atomically.
7232That is, if the previously executed instruction was a return from
540aa8e7 7233another function, @code{reverse-nexti} will continue to execute
bacec72f
MS
7234in reverse until the call to that function (from the current stack
7235frame) is reached.
7236
7237@kindex reverse-finish
7238@item reverse-finish
7239Just as the @code{finish} command takes you to the point where the
7240current function returns, @code{reverse-finish} takes you to the point
7241where it was called. Instead of ending up at the end of the current
7242function invocation, you end up at the beginning.
7243
7244@kindex set exec-direction
7245@item set exec-direction
7246Set the direction of target execution.
984359d2 7247@item set exec-direction reverse
bacec72f
MS
7248@cindex execute forward or backward in time
7249@value{GDBN} will perform all execution commands in reverse, until the
7250exec-direction mode is changed to ``forward''. Affected commands include
7251@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7252command cannot be used in reverse mode.
7253@item set exec-direction forward
7254@value{GDBN} will perform all execution commands in the normal fashion.
7255This is the default.
7256@end table
7257
c906108c 7258
a2311334
EZ
7259@node Process Record and Replay
7260@chapter Recording Inferior's Execution and Replaying It
53cc454a
HZ
7261@cindex process record and replay
7262@cindex recording inferior's execution and replaying it
7263
8e05493c
EZ
7264On some platforms, @value{GDBN} provides a special @dfn{process record
7265and replay} target that can record a log of the process execution, and
7266replay it later with both forward and reverse execution commands.
a2311334
EZ
7267
7268@cindex replay mode
7269When this target is in use, if the execution log includes the record
7270for the next instruction, @value{GDBN} will debug in @dfn{replay
7271mode}. In the replay mode, the inferior does not really execute code
7272instructions. Instead, all the events that normally happen during
7273code execution are taken from the execution log. While code is not
7274really executed in replay mode, the values of registers (including the
7275program counter register) and the memory of the inferior are still
8e05493c
EZ
7276changed as they normally would. Their contents are taken from the
7277execution log.
a2311334
EZ
7278
7279@cindex record mode
7280If the record for the next instruction is not in the execution log,
7281@value{GDBN} will debug in @dfn{record mode}. In this mode, the
7282inferior executes normally, and @value{GDBN} records the execution log
7283for future replay.
7284
8e05493c
EZ
7285The process record and replay target supports reverse execution
7286(@pxref{Reverse Execution}), even if the platform on which the
7287inferior runs does not. However, the reverse execution is limited in
7288this case by the range of the instructions recorded in the execution
7289log. In other words, reverse execution on platforms that don't
7290support it directly can only be done in the replay mode.
7291
7292When debugging in the reverse direction, @value{GDBN} will work in
7293replay mode as long as the execution log includes the record for the
7294previous instruction; otherwise, it will work in record mode, if the
7295platform supports reverse execution, or stop if not.
7296
73f8a590
PA
7297Currently, process record and replay is supported on ARM, Aarch64,
7298Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7299GNU/Linux. Process record and replay can be used both when native
7300debugging, and when remote debugging via @code{gdbserver}.
7301
a2311334
EZ
7302For architecture environments that support process record and replay,
7303@value{GDBN} provides the following commands:
53cc454a
HZ
7304
7305@table @code
7306@kindex target record
59ea5688
MM
7307@kindex target record-full
7308@kindex target record-btrace
53cc454a 7309@kindex record
59ea5688
MM
7310@kindex record full
7311@kindex record btrace
f4abbc16 7312@kindex record btrace bts
b20a6524 7313@kindex record btrace pt
f4abbc16 7314@kindex record bts
b20a6524 7315@kindex record pt
53cc454a 7316@kindex rec
59ea5688
MM
7317@kindex rec full
7318@kindex rec btrace
f4abbc16 7319@kindex rec btrace bts
b20a6524 7320@kindex rec btrace pt
f4abbc16 7321@kindex rec bts
b20a6524 7322@kindex rec pt
59ea5688
MM
7323@item record @var{method}
7324This command starts the process record and replay target. The
7325recording method can be specified as parameter. Without a parameter
7326the command uses the @code{full} recording method. The following
7327recording methods are available:
a2311334 7328
59ea5688
MM
7329@table @code
7330@item full
7331Full record/replay recording using @value{GDBN}'s software record and
7332replay implementation. This method allows replaying and reverse
7333execution.
7334
f4abbc16 7335@item btrace @var{format}
73f8a590
PA
7336Hardware-supported instruction recording, supported on Intel
7337processors. This method does not record data. Further, the data is
7338collected in a ring buffer so old data will be overwritten when the
7339buffer is full. It allows limited reverse execution. Variables and
7340registers are not available during reverse execution. In remote
7341debugging, recording continues on disconnect. Recorded data can be
7342inspected after reconnecting. The recording may be stopped using
7343@code{record stop}.
59ea5688 7344
f4abbc16
MM
7345The recording format can be specified as parameter. Without a parameter
7346the command chooses the recording format. The following recording
7347formats are available:
7348
7349@table @code
7350@item bts
7351@cindex branch trace store
7352Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7353this format, the processor stores a from/to record for each executed
7354branch in the btrace ring buffer.
b20a6524
MM
7355
7356@item pt
bc504a31
PA
7357@cindex Intel Processor Trace
7358Use the @dfn{Intel Processor Trace} recording format. In this
b20a6524
MM
7359format, the processor stores the execution trace in a compressed form
7360that is afterwards decoded by @value{GDBN}.
7361
7362The trace can be recorded with very low overhead. The compressed
7363trace format also allows small trace buffers to already contain a big
7364number of instructions compared to @acronym{BTS}.
7365
7366Decoding the recorded execution trace, on the other hand, is more
7367expensive than decoding @acronym{BTS} trace. This is mostly due to the
7368increased number of instructions to process. You should increase the
7369buffer-size with care.
f4abbc16
MM
7370@end table
7371
7372Not all recording formats may be available on all processors.
59ea5688
MM
7373@end table
7374
7375The process record and replay target can only debug a process that is
7376already running. Therefore, you need first to start the process with
7377the @kbd{run} or @kbd{start} commands, and then start the recording
7378with the @kbd{record @var{method}} command.
7379
a2311334
EZ
7380@cindex displaced stepping, and process record and replay
7381Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7382will be automatically disabled when process record and replay target
7383is started. That's because the process record and replay target
7384doesn't support displaced stepping.
7385
7386@cindex non-stop mode, and process record and replay
7387@cindex asynchronous execution, and process record and replay
7388If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
59ea5688
MM
7389the asynchronous execution mode (@pxref{Background Execution}), not
7390all recording methods are available. The @code{full} recording method
7391does not support these two modes.
53cc454a
HZ
7392
7393@kindex record stop
7394@kindex rec s
7395@item record stop
a2311334
EZ
7396Stop the process record and replay target. When process record and
7397replay target stops, the entire execution log will be deleted and the
7398inferior will either be terminated, or will remain in its final state.
53cc454a 7399
a2311334
EZ
7400When you stop the process record and replay target in record mode (at
7401the end of the execution log), the inferior will be stopped at the
7402next instruction that would have been recorded. In other words, if
7403you record for a while and then stop recording, the inferior process
7404will be left in the same state as if the recording never happened.
53cc454a 7405
a2311334
EZ
7406On the other hand, if the process record and replay target is stopped
7407while in replay mode (that is, not at the end of the execution log,
7408but at some earlier point), the inferior process will become ``live''
7409at that earlier state, and it will then be possible to continue the
7410usual ``live'' debugging of the process from that state.
53cc454a 7411
a2311334
EZ
7412When the inferior process exits, or @value{GDBN} detaches from it,
7413process record and replay target will automatically stop itself.
53cc454a 7414
742ce053
MM
7415@kindex record goto
7416@item record goto
7417Go to a specific location in the execution log. There are several
7418ways to specify the location to go to:
7419
7420@table @code
7421@item record goto begin
7422@itemx record goto start
7423Go to the beginning of the execution log.
7424
7425@item record goto end
7426Go to the end of the execution log.
7427
7428@item record goto @var{n}
7429Go to instruction number @var{n} in the execution log.
7430@end table
7431
24e933df
HZ
7432@kindex record save
7433@item record save @var{filename}
7434Save the execution log to a file @file{@var{filename}}.
7435Default filename is @file{gdb_record.@var{process_id}}, where
7436@var{process_id} is the process ID of the inferior.
7437
59ea5688
MM
7438This command may not be available for all recording methods.
7439
24e933df
HZ
7440@kindex record restore
7441@item record restore @var{filename}
7442Restore the execution log from a file @file{@var{filename}}.
7443File must have been created with @code{record save}.
7444
59ea5688
MM
7445@kindex set record full
7446@item set record full insn-number-max @var{limit}
f81d1120 7447@itemx set record full insn-number-max unlimited
59ea5688
MM
7448Set the limit of instructions to be recorded for the @code{full}
7449recording method. Default value is 200000.
53cc454a 7450
a2311334
EZ
7451If @var{limit} is a positive number, then @value{GDBN} will start
7452deleting instructions from the log once the number of the record
7453instructions becomes greater than @var{limit}. For every new recorded
7454instruction, @value{GDBN} will delete the earliest recorded
7455instruction to keep the number of recorded instructions at the limit.
7456(Since deleting recorded instructions loses information, @value{GDBN}
7457lets you control what happens when the limit is reached, by means of
7458the @code{stop-at-limit} option, described below.)
53cc454a 7459
f81d1120
PA
7460If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7461delete recorded instructions from the execution log. The number of
7462recorded instructions is limited only by the available memory.
53cc454a 7463
59ea5688
MM
7464@kindex show record full
7465@item show record full insn-number-max
7466Show the limit of instructions to be recorded with the @code{full}
7467recording method.
53cc454a 7468
59ea5688
MM
7469@item set record full stop-at-limit
7470Control the behavior of the @code{full} recording method when the
7471number of recorded instructions reaches the limit. If ON (the
7472default), @value{GDBN} will stop when the limit is reached for the
7473first time and ask you whether you want to stop the inferior or
7474continue running it and recording the execution log. If you decide
7475to continue recording, each new recorded instruction will cause the
7476oldest one to be deleted.
53cc454a 7477
a2311334
EZ
7478If this option is OFF, @value{GDBN} will automatically delete the
7479oldest record to make room for each new one, without asking.
53cc454a 7480
59ea5688 7481@item show record full stop-at-limit
a2311334 7482Show the current setting of @code{stop-at-limit}.
53cc454a 7483
59ea5688 7484@item set record full memory-query
bb08c432 7485Control the behavior when @value{GDBN} is unable to record memory
59ea5688
MM
7486changes caused by an instruction for the @code{full} recording method.
7487If ON, @value{GDBN} will query whether to stop the inferior in that
7488case.
bb08c432
HZ
7489
7490If this option is OFF (the default), @value{GDBN} will automatically
7491ignore the effect of such instructions on memory. Later, when
7492@value{GDBN} replays this execution log, it will mark the log of this
7493instruction as not accessible, and it will not affect the replay
7494results.
7495
59ea5688 7496@item show record full memory-query
bb08c432
HZ
7497Show the current setting of @code{memory-query}.
7498
67b5c0c1
MM
7499@kindex set record btrace
7500The @code{btrace} record target does not trace data. As a
7501convenience, when replaying, @value{GDBN} reads read-only memory off
7502the live program directly, assuming that the addresses of the
7503read-only areas don't change. This for example makes it possible to
7504disassemble code while replaying, but not to print variables.
7505In some cases, being able to inspect variables might be useful.
7506You can use the following command for that:
7507
7508@item set record btrace replay-memory-access
7509Control the behavior of the @code{btrace} recording method when
7510accessing memory during replay. If @code{read-only} (the default),
7511@value{GDBN} will only allow accesses to read-only memory.
7512If @code{read-write}, @value{GDBN} will allow accesses to read-only
7513and to read-write memory. Beware that the accessed memory corresponds
7514to the live target and not necessarily to the current replay
7515position.
7516
4a4495d6
MM
7517@item set record btrace cpu @var{identifier}
7518Set the processor to be used for enabling workarounds for processor
7519errata when decoding the trace.
7520
7521Processor errata are defects in processor operation, caused by its
7522design or manufacture. They can cause a trace not to match the
7523specification. This, in turn, may cause trace decode to fail.
7524@value{GDBN} can detect erroneous trace packets and correct them, thus
7525avoiding the decoding failures. These corrections are known as
7526@dfn{errata workarounds}, and are enabled based on the processor on
7527which the trace was recorded.
7528
7529By default, @value{GDBN} attempts to detect the processor
7530automatically, and apply the necessary workarounds for it. However,
7531you may need to specify the processor if @value{GDBN} does not yet
7532support it. This command allows you to do that, and also allows to
7533disable the workarounds.
7534
7535The argument @var{identifier} identifies the @sc{cpu} and is of the
6b92c0d3 7536form: @code{@var{vendor}:@var{processor identifier}}. In addition,
4a4495d6
MM
7537there are two special identifiers, @code{none} and @code{auto}
7538(default).
7539
7540The following vendor identifiers and corresponding processor
7541identifiers are currently supported:
7542
7543@multitable @columnfractions .1 .9
7544
7545@item @code{intel}
7546@tab @var{family}/@var{model}[/@var{stepping}]
7547
7548@end multitable
7549
7550On GNU/Linux systems, the processor @var{family}, @var{model}, and
7551@var{stepping} can be obtained from @code{/proc/cpuinfo}.
7552
7553If @var{identifier} is @code{auto}, enable errata workarounds for the
7554processor on which the trace was recorded. If @var{identifier} is
7555@code{none}, errata workarounds are disabled.
7556
7557For example, when using an old @value{GDBN} on a new system, decode
7558may fail because @value{GDBN} does not support the new processor. It
7559often suffices to specify an older processor that @value{GDBN}
7560supports.
7561
7562@smallexample
7563(gdb) info record
7564Active record target: record-btrace
7565Recording format: Intel Processor Trace.
7566Buffer size: 16kB.
7567Failed to configure the Intel Processor Trace decoder: unknown cpu.
7568(gdb) set record btrace cpu intel:6/158
7569(gdb) info record
7570Active record target: record-btrace
7571Recording format: Intel Processor Trace.
7572Buffer size: 16kB.
7573Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7574@end smallexample
7575
67b5c0c1
MM
7576@kindex show record btrace
7577@item show record btrace replay-memory-access
7578Show the current setting of @code{replay-memory-access}.
7579
4a4495d6
MM
7580@item show record btrace cpu
7581Show the processor to be used for enabling trace decode errata
7582workarounds.
7583
d33501a5
MM
7584@kindex set record btrace bts
7585@item set record btrace bts buffer-size @var{size}
7586@itemx set record btrace bts buffer-size unlimited
7587Set the requested ring buffer size for branch tracing in @acronym{BTS}
7588format. Default is 64KB.
7589
7590If @var{size} is a positive number, then @value{GDBN} will try to
7591allocate a buffer of at least @var{size} bytes for each new thread
7592that uses the btrace recording method and the @acronym{BTS} format.
7593The actually obtained buffer size may differ from the requested
7594@var{size}. Use the @code{info record} command to see the actual
7595buffer size for each thread that uses the btrace recording method and
7596the @acronym{BTS} format.
7597
7598If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7599allocate a buffer of 4MB.
7600
7601Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7602also need longer to process the branch trace data before it can be used.
7603
7604@item show record btrace bts buffer-size @var{size}
7605Show the current setting of the requested ring buffer size for branch
7606tracing in @acronym{BTS} format.
7607
b20a6524
MM
7608@kindex set record btrace pt
7609@item set record btrace pt buffer-size @var{size}
7610@itemx set record btrace pt buffer-size unlimited
bc504a31 7611Set the requested ring buffer size for branch tracing in Intel
b20a6524
MM
7612Processor Trace format. Default is 16KB.
7613
7614If @var{size} is a positive number, then @value{GDBN} will try to
7615allocate a buffer of at least @var{size} bytes for each new thread
bc504a31 7616that uses the btrace recording method and the Intel Processor Trace
b20a6524
MM
7617format. The actually obtained buffer size may differ from the
7618requested @var{size}. Use the @code{info record} command to see the
7619actual buffer size for each thread.
7620
7621If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7622allocate a buffer of 4MB.
7623
7624Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7625also need longer to process the branch trace data before it can be used.
7626
7627@item show record btrace pt buffer-size @var{size}
7628Show the current setting of the requested ring buffer size for branch
bc504a31 7629tracing in Intel Processor Trace format.
b20a6524 7630
29153c24
MS
7631@kindex info record
7632@item info record
59ea5688
MM
7633Show various statistics about the recording depending on the recording
7634method:
7635
7636@table @code
7637@item full
7638For the @code{full} recording method, it shows the state of process
7639record and its in-memory execution log buffer, including:
29153c24
MS
7640
7641@itemize @bullet
7642@item
7643Whether in record mode or replay mode.
7644@item
7645Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7646@item
7647Highest recorded instruction number.
7648@item
7649Current instruction about to be replayed (if in replay mode).
7650@item
7651Number of instructions contained in the execution log.
7652@item
7653Maximum number of instructions that may be contained in the execution log.
7654@end itemize
53cc454a 7655
59ea5688 7656@item btrace
d33501a5
MM
7657For the @code{btrace} recording method, it shows:
7658
7659@itemize @bullet
7660@item
7661Recording format.
7662@item
7663Number of instructions that have been recorded.
7664@item
7665Number of blocks of sequential control-flow formed by the recorded
7666instructions.
7667@item
7668Whether in record mode or replay mode.
7669@end itemize
7670
7671For the @code{bts} recording format, it also shows:
7672@itemize @bullet
7673@item
7674Size of the perf ring buffer.
7675@end itemize
b20a6524
MM
7676
7677For the @code{pt} recording format, it also shows:
7678@itemize @bullet
7679@item
7680Size of the perf ring buffer.
7681@end itemize
59ea5688
MM
7682@end table
7683
53cc454a
HZ
7684@kindex record delete
7685@kindex rec del
7686@item record delete
a2311334 7687When record target runs in replay mode (``in the past''), delete the
53cc454a 7688subsequent execution log and begin to record a new execution log starting
a2311334 7689from the current address. This means you will abandon the previously
53cc454a 7690recorded ``future'' and begin recording a new ``future''.
59ea5688
MM
7691
7692@kindex record instruction-history
7693@kindex rec instruction-history
7694@item record instruction-history
7695Disassembles instructions from the recorded execution log. By
7696default, ten instructions are disassembled. This can be changed using
7697the @code{set record instruction-history-size} command. Instructions
da8c46d2
MM
7698are printed in execution order.
7699
0c532a29
MM
7700It can also print mixed source+disassembly if you specify the the
7701@code{/m} or @code{/s} modifier, and print the raw instructions in hex
7702as well as in symbolic form by specifying the @code{/r} modifier.
7703
7704The current position marker is printed for the instruction at the
7705current program counter value. This instruction can appear multiple
7706times in the trace and the current position marker will be printed
7707every time. To omit the current position marker, specify the
7708@code{/p} modifier.
7709
7710To better align the printed instructions when the trace contains
7711instructions from more than one function, the function name may be
7712omitted by specifying the @code{/f} modifier.
7713
da8c46d2
MM
7714Speculatively executed instructions are prefixed with @samp{?}. This
7715feature is not available for all recording formats.
7716
7717There are several ways to specify what part of the execution log to
7718disassemble:
59ea5688
MM
7719
7720@table @code
7721@item record instruction-history @var{insn}
7722Disassembles ten instructions starting from instruction number
7723@var{insn}.
7724
7725@item record instruction-history @var{insn}, +/-@var{n}
7726Disassembles @var{n} instructions around instruction number
7727@var{insn}. If @var{n} is preceded with @code{+}, disassembles
7728@var{n} instructions after instruction number @var{insn}. If
7729@var{n} is preceded with @code{-}, disassembles @var{n}
7730instructions before instruction number @var{insn}.
7731
7732@item record instruction-history
7733Disassembles ten more instructions after the last disassembly.
7734
7735@item record instruction-history -
7736Disassembles ten more instructions before the last disassembly.
7737
792005b0 7738@item record instruction-history @var{begin}, @var{end}
59ea5688
MM
7739Disassembles instructions beginning with instruction number
7740@var{begin} until instruction number @var{end}. The instruction
0688d04e 7741number @var{end} is included.
59ea5688
MM
7742@end table
7743
7744This command may not be available for all recording methods.
7745
7746@kindex set record
f81d1120
PA
7747@item set record instruction-history-size @var{size}
7748@itemx set record instruction-history-size unlimited
59ea5688
MM
7749Define how many instructions to disassemble in the @code{record
7750instruction-history} command. The default value is 10.
f81d1120 7751A @var{size} of @code{unlimited} means unlimited instructions.
59ea5688
MM
7752
7753@kindex show record
7754@item show record instruction-history-size
7755Show how many instructions to disassemble in the @code{record
7756instruction-history} command.
7757
7758@kindex record function-call-history
7759@kindex rec function-call-history
7760@item record function-call-history
7761Prints the execution history at function granularity. It prints one
7762line for each sequence of instructions that belong to the same
7763function giving the name of that function, the source lines
7764for this instruction sequence (if the @code{/l} modifier is
7765specified), and the instructions numbers that form the sequence (if
8710b709
MM
7766the @code{/i} modifier is specified). The function names are indented
7767to reflect the call stack depth if the @code{/c} modifier is
7768specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7769given together.
59ea5688
MM
7770
7771@smallexample
7772(@value{GDBP}) @b{list 1, 10}
77731 void foo (void)
77742 @{
77753 @}
77764
77775 void bar (void)
77786 @{
77797 ...
77808 foo ();
77819 ...
778210 @}
8710b709
MM
7783(@value{GDBP}) @b{record function-call-history /ilc}
77841 bar inst 1,4 at foo.c:6,8
77852 foo inst 5,10 at foo.c:2,3
77863 bar inst 11,13 at foo.c:9,10
59ea5688
MM
7787@end smallexample
7788
7789By default, ten lines are printed. This can be changed using the
7790@code{set record function-call-history-size} command. Functions are
7791printed in execution order. There are several ways to specify what
7792to print:
7793
7794@table @code
7795@item record function-call-history @var{func}
7796Prints ten functions starting from function number @var{func}.
7797
7798@item record function-call-history @var{func}, +/-@var{n}
7799Prints @var{n} functions around function number @var{func}. If
7800@var{n} is preceded with @code{+}, prints @var{n} functions after
7801function number @var{func}. If @var{n} is preceded with @code{-},
7802prints @var{n} functions before function number @var{func}.
7803
7804@item record function-call-history
7805Prints ten more functions after the last ten-line print.
7806
7807@item record function-call-history -
7808Prints ten more functions before the last ten-line print.
7809
792005b0 7810@item record function-call-history @var{begin}, @var{end}
59ea5688 7811Prints functions beginning with function number @var{begin} until
0688d04e 7812function number @var{end}. The function number @var{end} is included.
59ea5688
MM
7813@end table
7814
7815This command may not be available for all recording methods.
7816
f81d1120
PA
7817@item set record function-call-history-size @var{size}
7818@itemx set record function-call-history-size unlimited
59ea5688
MM
7819Define how many lines to print in the
7820@code{record function-call-history} command. The default value is 10.
f81d1120 7821A size of @code{unlimited} means unlimited lines.
59ea5688
MM
7822
7823@item show record function-call-history-size
7824Show how many lines to print in the
7825@code{record function-call-history} command.
53cc454a
HZ
7826@end table
7827
7828
6d2ebf8b 7829@node Stack
c906108c
SS
7830@chapter Examining the Stack
7831
7832When your program has stopped, the first thing you need to know is where it
7833stopped and how it got there.
7834
7835@cindex call stack
5d161b24
DB
7836Each time your program performs a function call, information about the call
7837is generated.
7838That information includes the location of the call in your program,
7839the arguments of the call,
c906108c 7840and the local variables of the function being called.
5d161b24 7841The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
7842The stack frames are allocated in a region of memory called the @dfn{call
7843stack}.
7844
7845When your program stops, the @value{GDBN} commands for examining the
7846stack allow you to see all of this information.
7847
7848@cindex selected frame
7849One of the stack frames is @dfn{selected} by @value{GDBN} and many
7850@value{GDBN} commands refer implicitly to the selected frame. In
7851particular, whenever you ask @value{GDBN} for the value of a variable in
7852your program, the value is found in the selected frame. There are
7853special @value{GDBN} commands to select whichever frame you are
79a6e687 7854interested in. @xref{Selection, ,Selecting a Frame}.
c906108c
SS
7855
7856When your program stops, @value{GDBN} automatically selects the
5d161b24 7857currently executing frame and describes it briefly, similar to the
79a6e687 7858@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
c906108c
SS
7859
7860@menu
7861* Frames:: Stack frames
7862* Backtrace:: Backtraces
7863* Selection:: Selecting a frame
7864* Frame Info:: Information on a frame
0a232300 7865* Frame Apply:: Applying a command to several frames
0f59c28f 7866* Frame Filter Management:: Managing frame filters
c906108c
SS
7867
7868@end menu
7869
6d2ebf8b 7870@node Frames
79a6e687 7871@section Stack Frames
c906108c 7872
d4f3574e 7873@cindex frame, definition
c906108c
SS
7874@cindex stack frame
7875The call stack is divided up into contiguous pieces called @dfn{stack
7876frames}, or @dfn{frames} for short; each frame is the data associated
7877with one call to one function. The frame contains the arguments given
7878to the function, the function's local variables, and the address at
7879which the function is executing.
7880
7881@cindex initial frame
7882@cindex outermost frame
7883@cindex innermost frame
7884When your program is started, the stack has only one frame, that of the
7885function @code{main}. This is called the @dfn{initial} frame or the
7886@dfn{outermost} frame. Each time a function is called, a new frame is
7887made. Each time a function returns, the frame for that function invocation
7888is eliminated. If a function is recursive, there can be many frames for
7889the same function. The frame for the function in which execution is
7890actually occurring is called the @dfn{innermost} frame. This is the most
7891recently created of all the stack frames that still exist.
7892
7893@cindex frame pointer
7894Inside your program, stack frames are identified by their addresses. A
7895stack frame consists of many bytes, each of which has its own address; each
7896kind of computer has a convention for choosing one byte whose
7897address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
7898in a register called the @dfn{frame pointer register}
7899(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c 7900
f67ffa6a 7901@cindex frame level
c906108c 7902@cindex frame number
f67ffa6a
AB
7903@value{GDBN} labels each existing stack frame with a @dfn{level}, a
7904number that is zero for the innermost frame, one for the frame that
7905called it, and so on upward. These level numbers give you a way of
7906designating stack frames in @value{GDBN} commands. The terms
7907@dfn{frame number} and @dfn{frame level} can be used interchangeably to
7908describe this number.
c906108c 7909
6d2ebf8b
SS
7910@c The -fomit-frame-pointer below perennially causes hbox overflow
7911@c underflow problems.
c906108c
SS
7912@cindex frameless execution
7913Some compilers provide a way to compile functions so that they operate
e22ea452 7914without stack frames. (For example, the @value{NGCC} option
474c8240 7915@smallexample
6d2ebf8b 7916@samp{-fomit-frame-pointer}
474c8240 7917@end smallexample
6d2ebf8b 7918generates functions without a frame.)
c906108c
SS
7919This is occasionally done with heavily used library functions to save
7920the frame setup time. @value{GDBN} has limited facilities for dealing
7921with these function invocations. If the innermost function invocation
7922has no stack frame, @value{GDBN} nevertheless regards it as though
7923it had a separate frame, which is numbered zero as usual, allowing
7924correct tracing of the function call chain. However, @value{GDBN} has
7925no provision for frameless functions elsewhere in the stack.
7926
6d2ebf8b 7927@node Backtrace
c906108c
SS
7928@section Backtraces
7929
09d4efe1
EZ
7930@cindex traceback
7931@cindex call stack traces
c906108c
SS
7932A backtrace is a summary of how your program got where it is. It shows one
7933line per frame, for many frames, starting with the currently executing
7934frame (frame zero), followed by its caller (frame one), and on up the
7935stack.
7936
1e611234 7937@anchor{backtrace-command}
c906108c 7938@kindex backtrace
41afff9a 7939@kindex bt @r{(@code{backtrace})}
ea3b0687
TT
7940To print a backtrace of the entire stack, use the @code{backtrace}
7941command, or its alias @code{bt}. This command will print one line per
7942frame for frames in the stack. By default, all stack frames are
7943printed. You can stop the backtrace at any time by typing the system
7944interrupt character, normally @kbd{Ctrl-c}.
7945
7946@table @code
3345721a
PA
7947@item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7948@itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7949Print the backtrace of the entire stack.
7950
7951The optional @var{count} can be one of the following:
ea3b0687
TT
7952
7953@table @code
7954@item @var{n}
7955@itemx @var{n}
7956Print only the innermost @var{n} frames, where @var{n} is a positive
7957number.
7958
7959@item -@var{n}
7960@itemx -@var{n}
7961Print only the outermost @var{n} frames, where @var{n} is a positive
7962number.
3345721a 7963@end table
ea3b0687 7964
3345721a
PA
7965Options:
7966
7967@table @code
7968@item -full
ea3b0687 7969Print the values of the local variables also. This can be combined
3345721a 7970with the optional @var{count} to limit the number of frames shown.
ea3b0687 7971
3345721a 7972@item -no-filters
1e611234
PM
7973Do not run Python frame filters on this backtrace. @xref{Frame
7974Filter API}, for more information. Additionally use @ref{disable
7975frame-filter all} to turn off all frame filters. This is only
7976relevant when @value{GDBN} has been configured with @code{Python}
7977support.
978d6c75 7978
3345721a 7979@item -hide
978d6c75
TT
7980A Python frame filter might decide to ``elide'' some frames. Normally
7981such elided frames are still printed, but they are indented relative
3345721a 7982to the filtered frames that cause them to be elided. The @code{-hide}
978d6c75 7983option causes elided frames to not be printed at all.
c906108c 7984@end table
3345721a
PA
7985
7986The @code{backtrace} command also supports a number of options that
7987allow overriding relevant global print settings as set by @code{set
7988backtrace} and @code{set print} subcommands:
7989
7990@table @code
7991@item -past-main [@code{on}|@code{off}]
7992Set whether backtraces should continue past @code{main}. Related setting:
7993@ref{set backtrace past-main}.
7994
7995@item -past-entry [@code{on}|@code{off}]
7996Set whether backtraces should continue past the entry point of a program.
7997Related setting: @ref{set backtrace past-entry}.
7998
7999@item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
8000Set printing of function arguments at function entry.
8001Related setting: @ref{set print entry-values}.
8002
8003@item -frame-arguments @code{all}|@code{scalars}|@code{none}
8004Set printing of non-scalar frame arguments.
8005Related setting: @ref{set print frame-arguments}.
8006
8007@item -raw-frame-arguments [@code{on}|@code{off}]
8008Set whether to print frame arguments in raw form.
8009Related setting: @ref{set print raw-frame-arguments}.
bc4268a5
PW
8010
8011@item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
8012Set printing of frame information.
8013Related setting: @ref{set print frame-info}.
3345721a
PA
8014@end table
8015
8016The optional @var{qualifier} is maintained for backward compatibility.
8017It can be one of the following:
8018
8019@table @code
8020@item full
8021Equivalent to the @code{-full} option.
8022
8023@item no-filters
8024Equivalent to the @code{-no-filters} option.
8025
8026@item hide
8027Equivalent to the @code{-hide} option.
8028@end table
8029
ea3b0687 8030@end table
c906108c
SS
8031
8032@kindex where
8033@kindex info stack
c906108c
SS
8034The names @code{where} and @code{info stack} (abbreviated @code{info s})
8035are additional aliases for @code{backtrace}.
8036
839c27b7
EZ
8037@cindex multiple threads, backtrace
8038In a multi-threaded program, @value{GDBN} by default shows the
8039backtrace only for the current thread. To display the backtrace for
8040several or all of the threads, use the command @code{thread apply}
8041(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
8042apply all backtrace}, @value{GDBN} will display the backtrace for all
8043the threads; this is handy when you debug a core dump of a
8044multi-threaded program.
8045
c906108c
SS
8046Each line in the backtrace shows the frame number and the function name.
8047The program counter value is also shown---unless you use @code{set
8048print address off}. The backtrace also shows the source file name and
8049line number, as well as the arguments to the function. The program
8050counter value is omitted if it is at the beginning of the code for that
8051line number.
8052
8053Here is an example of a backtrace. It was made with the command
8054@samp{bt 3}, so it shows the innermost three frames.
8055
8056@smallexample
8057@group
5d161b24 8058#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c 8059 at builtin.c:993
4f5376b2 8060#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
c906108c
SS
8061#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
8062 at macro.c:71
8063(More stack frames follow...)
8064@end group
8065@end smallexample
8066
8067@noindent
8068The display for frame zero does not begin with a program counter
8069value, indicating that your program has stopped at the beginning of the
8070code for line @code{993} of @code{builtin.c}.
8071
4f5376b2
JB
8072@noindent
8073The value of parameter @code{data} in frame 1 has been replaced by
8074@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
8075only if it is a scalar (integer, pointer, enumeration, etc). See command
8076@kbd{set print frame-arguments} in @ref{Print Settings} for more details
8077on how to configure the way function parameter values are printed.
bc4268a5
PW
8078The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
8079what frame information is printed.
4f5376b2 8080
585fdaa1 8081@cindex optimized out, in backtrace
18999be5
EZ
8082@cindex function call arguments, optimized out
8083If your program was compiled with optimizations, some compilers will
8084optimize away arguments passed to functions if those arguments are
8085never used after the call. Such optimizations generate code that
8086passes arguments through registers, but doesn't store those arguments
8087in the stack frame. @value{GDBN} has no way of displaying such
8088arguments in stack frames other than the innermost one. Here's what
8089such a backtrace might look like:
8090
8091@smallexample
8092@group
8093#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8094 at builtin.c:993
585fdaa1
PA
8095#1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
8096#2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
18999be5
EZ
8097 at macro.c:71
8098(More stack frames follow...)
8099@end group
8100@end smallexample
8101
8102@noindent
8103The values of arguments that were not saved in their stack frames are
585fdaa1 8104shown as @samp{<optimized out>}.
18999be5
EZ
8105
8106If you need to display the values of such optimized-out arguments,
8107either deduce that from other variables whose values depend on the one
8108you are interested in, or recompile without optimizations.
8109
a8f24a35
EZ
8110@cindex backtrace beyond @code{main} function
8111@cindex program entry point
8112@cindex startup code, and backtrace
25d29d70
AC
8113Most programs have a standard user entry point---a place where system
8114libraries and startup code transition into user code. For C this is
d416eeec
EZ
8115@code{main}@footnote{
8116Note that embedded programs (the so-called ``free-standing''
8117environment) are not required to have a @code{main} function as the
8118entry point. They could even have multiple entry points.}.
8119When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
8120it will terminate the backtrace, to avoid tracing into highly
8121system-specific (and generally uninteresting) code.
8122
8123If you need to examine the startup code, or limit the number of levels
8124in a backtrace, you can change this behavior:
95f90d25
DJ
8125
8126@table @code
25d29d70
AC
8127@item set backtrace past-main
8128@itemx set backtrace past-main on
3345721a 8129@anchor{set backtrace past-main}
4644b6e3 8130@kindex set backtrace
25d29d70
AC
8131Backtraces will continue past the user entry point.
8132
8133@item set backtrace past-main off
95f90d25
DJ
8134Backtraces will stop when they encounter the user entry point. This is the
8135default.
8136
25d29d70 8137@item show backtrace past-main
4644b6e3 8138@kindex show backtrace
25d29d70
AC
8139Display the current user entry point backtrace policy.
8140
2315ffec
RC
8141@item set backtrace past-entry
8142@itemx set backtrace past-entry on
3345721a 8143@anchor{set backtrace past-entry}
a8f24a35 8144Backtraces will continue past the internal entry point of an application.
2315ffec
RC
8145This entry point is encoded by the linker when the application is built,
8146and is likely before the user entry point @code{main} (or equivalent) is called.
8147
8148@item set backtrace past-entry off
d3e8051b 8149Backtraces will stop when they encounter the internal entry point of an
2315ffec
RC
8150application. This is the default.
8151
8152@item show backtrace past-entry
8153Display the current internal entry point backtrace policy.
8154
25d29d70
AC
8155@item set backtrace limit @var{n}
8156@itemx set backtrace limit 0
f81d1120 8157@itemx set backtrace limit unlimited
3345721a 8158@anchor{set backtrace limit}
25d29d70 8159@cindex backtrace limit
f81d1120
PA
8160Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8161or zero means unlimited levels.
95f90d25 8162
25d29d70
AC
8163@item show backtrace limit
8164Display the current limit on backtrace levels.
95f90d25
DJ
8165@end table
8166
1b56eb55
JK
8167You can control how file names are displayed.
8168
8169@table @code
8170@item set filename-display
8171@itemx set filename-display relative
8172@cindex filename-display
8173Display file names relative to the compilation directory. This is the default.
8174
8175@item set filename-display basename
8176Display only basename of a filename.
8177
8178@item set filename-display absolute
8179Display an absolute filename.
8180
8181@item show filename-display
8182Show the current way to display filenames.
8183@end table
8184
6d2ebf8b 8185@node Selection
79a6e687 8186@section Selecting a Frame
c906108c
SS
8187
8188Most commands for examining the stack and other data in your program work on
8189whichever stack frame is selected at the moment. Here are the commands for
8190selecting a stack frame; all of them finish by printing a brief description
8191of the stack frame just selected.
8192
8193@table @code
d4f3574e 8194@kindex frame@r{, selecting}
41afff9a 8195@kindex f @r{(@code{frame})}
f67ffa6a
AB
8196@item frame @r{[} @var{frame-selection-spec} @r{]}
8197@item f @r{[} @var{frame-selection-spec} @r{]}
8198The @command{frame} command allows different stack frames to be
8199selected. The @var{frame-selection-spec} can be any of the following:
8200
8201@table @code
8202@kindex frame level
8203@item @var{num}
8204@item level @var{num}
8205Select frame level @var{num}. Recall that frame zero is the innermost
c906108c 8206(currently executing) frame, frame one is the frame that called the
f67ffa6a
AB
8207innermost one, and so on. The highest level frame is usually the one
8208for @code{main}.
8209
8210As this is the most common method of navigating the frame stack, the
8211string @command{level} can be omitted. For example, the following two
8212commands are equivalent:
8213
8214@smallexample
8215(@value{GDBP}) frame 3
8216(@value{GDBP}) frame level 3
8217@end smallexample
8218
8219@kindex frame address
8220@item address @var{stack-address}
8221Select the frame with stack address @var{stack-address}. The
8222@var{stack-address} for a frame can be seen in the output of
8223@command{info frame}, for example:
8224
8225@smallexample
8226(gdb) info frame
8227Stack level 1, frame at 0x7fffffffda30:
8228 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8229 tail call frame, caller of frame at 0x7fffffffda30
8230 source language c++.
8231 Arglist at unknown address.
8232 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8233@end smallexample
8234
8235The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8236indicated by the line:
8237
8238@smallexample
8239Stack level 1, frame at 0x7fffffffda30:
8240@end smallexample
8241
8242@kindex frame function
8243@item function @var{function-name}
8244Select the stack frame for function @var{function-name}. If there are
8245multiple stack frames for function @var{function-name} then the inner
8246most stack frame is selected.
8247
8248@kindex frame view
8249@item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8250View a frame that is not part of @value{GDBN}'s backtrace. The frame
8251viewed has stack address @var{stack-addr}, and optionally, a program
8252counter address of @var{pc-addr}.
8253
8254This is useful mainly if the chaining of stack frames has been
8255damaged by a bug, making it impossible for @value{GDBN} to assign
8256numbers properly to all frames. In addition, this can be useful
8257when your program has multiple stacks and switches between them.
8258
8259When viewing a frame outside the current backtrace using
8260@command{frame view} then you can always return to the original
8261stack using one of the previous stack frame selection instructions,
8262for example @command{frame level 0}.
8263
8264@end table
c906108c
SS
8265
8266@kindex up
8267@item up @var{n}
697aa1b7
EZ
8268Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8269numbers @var{n}, this advances toward the outermost frame, to higher
8270frame numbers, to frames that have existed longer.
c906108c
SS
8271
8272@kindex down
41afff9a 8273@kindex do @r{(@code{down})}
c906108c 8274@item down @var{n}
697aa1b7
EZ
8275Move @var{n} frames down the stack; @var{n} defaults to 1. For
8276positive numbers @var{n}, this advances toward the innermost frame, to
8277lower frame numbers, to frames that were created more recently.
8278You may abbreviate @code{down} as @code{do}.
c906108c
SS
8279@end table
8280
8281All of these commands end by printing two lines of output describing the
8282frame. The first line shows the frame number, the function name, the
8283arguments, and the source file and line number of execution in that
5d161b24 8284frame. The second line shows the text of that source line.
c906108c
SS
8285
8286@need 1000
8287For example:
8288
8289@smallexample
8290@group
8291(@value{GDBP}) up
8292#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8293 at env.c:10
829410 read_input_file (argv[i]);
8295@end group
8296@end smallexample
8297
8298After such a printout, the @code{list} command with no arguments
8299prints ten lines centered on the point of execution in the frame.
87885426
FN
8300You can also edit the program at the point of execution with your favorite
8301editing program by typing @code{edit}.
79a6e687 8302@xref{List, ,Printing Source Lines},
87885426 8303for details.
c906108c
SS
8304
8305@table @code
fc58fa65 8306@kindex select-frame
f67ffa6a 8307@item select-frame @r{[} @var{frame-selection-spec} @r{]}
fc58fa65
AB
8308The @code{select-frame} command is a variant of @code{frame} that does
8309not display the new frame after selecting it. This command is
8310intended primarily for use in @value{GDBN} command scripts, where the
f67ffa6a
AB
8311output might be unnecessary and distracting. The
8312@var{frame-selection-spec} is as for the @command{frame} command
8313described in @ref{Selection, ,Selecting a Frame}.
fc58fa65 8314
c906108c
SS
8315@kindex down-silently
8316@kindex up-silently
8317@item up-silently @var{n}
8318@itemx down-silently @var{n}
8319These two commands are variants of @code{up} and @code{down},
8320respectively; they differ in that they do their work silently, without
8321causing display of the new frame. They are intended primarily for use
8322in @value{GDBN} command scripts, where the output might be unnecessary and
8323distracting.
8324@end table
8325
6d2ebf8b 8326@node Frame Info
79a6e687 8327@section Information About a Frame
c906108c
SS
8328
8329There are several other commands to print information about the selected
8330stack frame.
8331
8332@table @code
8333@item frame
8334@itemx f
8335When used without any argument, this command does not change which
8336frame is selected, but prints a brief description of the currently
8337selected stack frame. It can be abbreviated @code{f}. With an
8338argument, this command is used to select a stack frame.
79a6e687 8339@xref{Selection, ,Selecting a Frame}.
c906108c
SS
8340
8341@kindex info frame
41afff9a 8342@kindex info f @r{(@code{info frame})}
c906108c
SS
8343@item info frame
8344@itemx info f
8345This command prints a verbose description of the selected stack frame,
8346including:
8347
8348@itemize @bullet
5d161b24
DB
8349@item
8350the address of the frame
c906108c
SS
8351@item
8352the address of the next frame down (called by this frame)
8353@item
8354the address of the next frame up (caller of this frame)
8355@item
8356the language in which the source code corresponding to this frame is written
8357@item
8358the address of the frame's arguments
8359@item
d4f3574e
SS
8360the address of the frame's local variables
8361@item
c906108c
SS
8362the program counter saved in it (the address of execution in the caller frame)
8363@item
8364which registers were saved in the frame
8365@end itemize
8366
8367@noindent The verbose description is useful when
8368something has gone wrong that has made the stack format fail to fit
8369the usual conventions.
8370
f67ffa6a
AB
8371@item info frame @r{[} @var{frame-selection-spec} @r{]}
8372@itemx info f @r{[} @var{frame-selection-spec} @r{]}
8373Print a verbose description of the frame selected by
8374@var{frame-selection-spec}. The @var{frame-selection-spec} is the
8375same as for the @command{frame} command (@pxref{Selection, ,Selecting
8376a Frame}). The selected frame remains unchanged by this command.
c906108c
SS
8377
8378@kindex info args
d321477b 8379@item info args [-q]
c906108c
SS
8380Print the arguments of the selected frame, each on a separate line.
8381
d321477b
PW
8382The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8383printing header information and messages explaining why no argument
8384have been printed.
8385
8386@item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8387Like @kbd{info args}, but only print the arguments selected
8388with the provided regexp(s).
8389
8390If @var{regexp} is provided, print only the arguments whose names
8391match the regular expression @var{regexp}.
8392
8393If @var{type_regexp} is provided, print only the arguments whose
8394types, as printed by the @code{whatis} command, match
8395the regular expression @var{type_regexp}.
8396If @var{type_regexp} contains space(s), it should be enclosed in
8397quote characters. If needed, use backslash to escape the meaning
8398of special characters or quotes.
8399
8400If both @var{regexp} and @var{type_regexp} are provided, an argument
8401is printed only if its name matches @var{regexp} and its type matches
8402@var{type_regexp}.
8403
8404@item info locals [-q]
c906108c
SS
8405@kindex info locals
8406Print the local variables of the selected frame, each on a separate
8407line. These are all variables (declared either static or automatic)
8408accessible at the point of execution of the selected frame.
8409
d321477b
PW
8410The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8411printing header information and messages explaining why no local variables
8412have been printed.
8413
8414@item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8415Like @kbd{info locals}, but only print the local variables selected
8416with the provided regexp(s).
8417
8418If @var{regexp} is provided, print only the local variables whose names
8419match the regular expression @var{regexp}.
8420
8421If @var{type_regexp} is provided, print only the local variables whose
8422types, as printed by the @code{whatis} command, match
8423the regular expression @var{type_regexp}.
8424If @var{type_regexp} contains space(s), it should be enclosed in
8425quote characters. If needed, use backslash to escape the meaning
8426of special characters or quotes.
8427
8428If both @var{regexp} and @var{type_regexp} are provided, a local variable
8429is printed only if its name matches @var{regexp} and its type matches
8430@var{type_regexp}.
8431
8432The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8433combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8434For example, your program might use Resource Acquisition Is
8435Initialization types (RAII) such as @code{lock_something_t}: each
8436local variable of type @code{lock_something_t} automatically places a
8437lock that is destroyed when the variable goes out of scope. You can
8438then list all acquired locks in your program by doing
8439@smallexample
8440thread apply all -s frame apply all -s info locals -q -t lock_something_t
8441@end smallexample
8442@noindent
8443or the equivalent shorter form
8444@smallexample
8445tfaas i lo -q -t lock_something_t
8446@end smallexample
8447
c906108c
SS
8448@end table
8449
0a232300
PW
8450@node Frame Apply
8451@section Applying a Command to Several Frames.
3345721a 8452@anchor{frame apply}
0a232300
PW
8453@kindex frame apply
8454@cindex apply command to several frames
8455@table @code
3345721a 8456@item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
0a232300
PW
8457The @code{frame apply} command allows you to apply the named
8458@var{command} to one or more frames.
8459
8460@table @code
8461@item @code{all}
8462Specify @code{all} to apply @var{command} to all frames.
8463
8464@item @var{count}
8465Use @var{count} to apply @var{command} to the innermost @var{count}
8466frames, where @var{count} is a positive number.
8467
8468@item @var{-count}
8469Use @var{-count} to apply @var{command} to the outermost @var{count}
8470frames, where @var{count} is a positive number.
8471
8472@item @code{level}
8473Use @code{level} to apply @var{command} to the set of frames identified
8474by the @var{level} list. @var{level} is a frame level or a range of frame
8475levels as @var{level1}-@var{level2}. The frame level is the number shown
8476in the first field of the @samp{backtrace} command output.
8477E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8478at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8479
8480@end table
8481
0a232300
PW
8482Note that the frames on which @code{frame apply} applies a command are
8483also influenced by the @code{set backtrace} settings such as @code{set
3345721a 8484backtrace past-main} and @code{set backtrace limit N}.
0a232300
PW
8485@xref{Backtrace,,Backtraces}.
8486
3345721a
PA
8487The @code{frame apply} command also supports a number of options that
8488allow overriding relevant @code{set backtrace} settings:
8489
8490@table @code
8491@item -past-main [@code{on}|@code{off}]
8492Whether backtraces should continue past @code{main}.
8493Related setting: @ref{set backtrace past-main}.
8494
8495@item -past-entry [@code{on}|@code{off}]
8496Whether backtraces should continue past the entry point of a program.
8497Related setting: @ref{set backtrace past-entry}.
8498@end table
0a232300
PW
8499
8500By default, @value{GDBN} displays some frame information before the
8501output produced by @var{command}, and an error raised during the
8502execution of a @var{command} will abort @code{frame apply}. The
3345721a 8503following options can be used to fine-tune these behaviors:
0a232300
PW
8504
8505@table @code
8506@item -c
8507The flag @code{-c}, which stands for @samp{continue}, causes any
8508errors in @var{command} to be displayed, and the execution of
8509@code{frame apply} then continues.
8510@item -s
8511The flag @code{-s}, which stands for @samp{silent}, causes any errors
8512or empty output produced by a @var{command} to be silently ignored.
8513That is, the execution continues, but the frame information and errors
8514are not printed.
8515@item -q
8516The flag @code{-q} (@samp{quiet}) disables printing the frame
8517information.
8518@end table
8519
8520The following example shows how the flags @code{-c} and @code{-s} are
8521working when applying the command @code{p j} to all frames, where
8522variable @code{j} can only be successfully printed in the outermost
8523@code{#1 main} frame.
8524
8525@smallexample
8526@group
8527(gdb) frame apply all p j
8528#0 some_function (i=5) at fun.c:4
8529No symbol "j" in current context.
8530(gdb) frame apply all -c p j
8531#0 some_function (i=5) at fun.c:4
8532No symbol "j" in current context.
8533#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8534$1 = 5
8535(gdb) frame apply all -s p j
8536#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8537$2 = 5
8538(gdb)
8539@end group
8540@end smallexample
8541
8542By default, @samp{frame apply}, prints the frame location
8543information before the command output:
8544
8545@smallexample
8546@group
8547(gdb) frame apply all p $sp
8548#0 some_function (i=5) at fun.c:4
8549$4 = (void *) 0xffffd1e0
8550#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8551$5 = (void *) 0xffffd1f0
8552(gdb)
8553@end group
8554@end smallexample
8555
3345721a 8556If the flag @code{-q} is given, no frame information is printed:
0a232300
PW
8557@smallexample
8558@group
8559(gdb) frame apply all -q p $sp
8560$12 = (void *) 0xffffd1e0
8561$13 = (void *) 0xffffd1f0
8562(gdb)
8563@end group
8564@end smallexample
8565
3345721a
PA
8566@end table
8567
0a232300
PW
8568@table @code
8569
8570@kindex faas
8571@cindex apply a command to all frames (ignoring errors and empty output)
8572@item faas @var{command}
8573Shortcut for @code{frame apply all -s @var{command}}.
8574Applies @var{command} on all frames, ignoring errors and empty output.
8575
8576It can for example be used to print a local variable or a function
8577argument without knowing the frame where this variable or argument
8578is, using:
8579@smallexample
8580(@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8581@end smallexample
8582
3345721a
PA
8583The @code{faas} command accepts the same options as the @code{frame
8584apply} command. @xref{frame apply}.
8585
0a232300
PW
8586Note that the command @code{tfaas @var{command}} applies @var{command}
8587on all frames of all threads. See @xref{Threads,,Threads}.
8588@end table
8589
8590
fc58fa65
AB
8591@node Frame Filter Management
8592@section Management of Frame Filters.
8593@cindex managing frame filters
8594
8595Frame filters are Python based utilities to manage and decorate the
8596output of frames. @xref{Frame Filter API}, for further information.
8597
8598Managing frame filters is performed by several commands available
8599within @value{GDBN}, detailed here.
8600
8601@table @code
8602@kindex info frame-filter
8603@item info frame-filter
8604Print a list of installed frame filters from all dictionaries, showing
8605their name, priority and enabled status.
8606
8607@kindex disable frame-filter
8608@anchor{disable frame-filter all}
8609@item disable frame-filter @var{filter-dictionary} @var{filter-name}
8610Disable a frame filter in the dictionary matching
8611@var{filter-dictionary} and @var{filter-name}. The
8612@var{filter-dictionary} may be @code{all}, @code{global},
8613@code{progspace}, or the name of the object file where the frame filter
8614dictionary resides. When @code{all} is specified, all frame filters
8615across all dictionaries are disabled. The @var{filter-name} is the name
8616of the frame filter and is used when @code{all} is not the option for
8617@var{filter-dictionary}. A disabled frame-filter is not deleted, it
8618may be enabled again later.
8619
8620@kindex enable frame-filter
8621@item enable frame-filter @var{filter-dictionary} @var{filter-name}
8622Enable a frame filter in the dictionary matching
8623@var{filter-dictionary} and @var{filter-name}. The
8624@var{filter-dictionary} may be @code{all}, @code{global},
8625@code{progspace} or the name of the object file where the frame filter
8626dictionary resides. When @code{all} is specified, all frame filters across
8627all dictionaries are enabled. The @var{filter-name} is the name of the frame
8628filter and is used when @code{all} is not the option for
8629@var{filter-dictionary}.
8630
8631Example:
8632
8633@smallexample
8634(gdb) info frame-filter
8635
8636global frame-filters:
8637 Priority Enabled Name
8638 1000 No PrimaryFunctionFilter
8639 100 Yes Reverse
8640
8641progspace /build/test frame-filters:
8642 Priority Enabled Name
8643 100 Yes ProgspaceFilter
8644
8645objfile /build/test frame-filters:
8646 Priority Enabled Name
6b92c0d3 8647 999 Yes BuildProgramFilter
fc58fa65
AB
8648
8649(gdb) disable frame-filter /build/test BuildProgramFilter
8650(gdb) info frame-filter
8651
8652global frame-filters:
8653 Priority Enabled Name
8654 1000 No PrimaryFunctionFilter
8655 100 Yes Reverse
8656
8657progspace /build/test frame-filters:
8658 Priority Enabled Name
8659 100 Yes ProgspaceFilter
8660
8661objfile /build/test frame-filters:
8662 Priority Enabled Name
8663 999 No BuildProgramFilter
8664
8665(gdb) enable frame-filter global PrimaryFunctionFilter
8666(gdb) info frame-filter
8667
8668global frame-filters:
8669 Priority Enabled Name
8670 1000 Yes PrimaryFunctionFilter
8671 100 Yes Reverse
8672
8673progspace /build/test frame-filters:
8674 Priority Enabled Name
8675 100 Yes ProgspaceFilter
8676
8677objfile /build/test frame-filters:
8678 Priority Enabled Name
8679 999 No BuildProgramFilter
8680@end smallexample
8681
8682@kindex set frame-filter priority
8683@item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8684Set the @var{priority} of a frame filter in the dictionary matching
8685@var{filter-dictionary}, and the frame filter name matching
8686@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8687@code{progspace} or the name of the object file where the frame filter
8688dictionary resides. The @var{priority} is an integer.
8689
8690@kindex show frame-filter priority
8691@item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8692Show the @var{priority} of a frame filter in the dictionary matching
8693@var{filter-dictionary}, and the frame filter name matching
8694@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8695@code{progspace} or the name of the object file where the frame filter
8696dictionary resides.
8697
8698Example:
8699
8700@smallexample
8701(gdb) info frame-filter
8702
8703global frame-filters:
8704 Priority Enabled Name
8705 1000 Yes PrimaryFunctionFilter
8706 100 Yes Reverse
8707
8708progspace /build/test frame-filters:
8709 Priority Enabled Name
8710 100 Yes ProgspaceFilter
8711
8712objfile /build/test frame-filters:
8713 Priority Enabled Name
8714 999 No BuildProgramFilter
8715
8716(gdb) set frame-filter priority global Reverse 50
8717(gdb) info frame-filter
8718
8719global frame-filters:
8720 Priority Enabled Name
8721 1000 Yes PrimaryFunctionFilter
8722 50 Yes Reverse
8723
8724progspace /build/test frame-filters:
8725 Priority Enabled Name
8726 100 Yes ProgspaceFilter
8727
8728objfile /build/test frame-filters:
8729 Priority Enabled Name
8730 999 No BuildProgramFilter
8731@end smallexample
8732@end table
c906108c 8733
6d2ebf8b 8734@node Source
c906108c
SS
8735@chapter Examining Source Files
8736
8737@value{GDBN} can print parts of your program's source, since the debugging
8738information recorded in the program tells @value{GDBN} what source files were
8739used to build it. When your program stops, @value{GDBN} spontaneously prints
8740the line where it stopped. Likewise, when you select a stack frame
79a6e687 8741(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
c906108c
SS
8742execution in that frame has stopped. You can print other portions of
8743source files by explicit command.
8744
7a292a7a 8745If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 8746prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 8747@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
8748
8749@menu
8750* List:: Printing source lines
2a25a5ba 8751* Specify Location:: How to specify code locations
87885426 8752* Edit:: Editing source files
c906108c 8753* Search:: Searching source files
c906108c
SS
8754* Source Path:: Specifying source directories
8755* Machine Code:: Source and machine code
8756@end menu
8757
6d2ebf8b 8758@node List
79a6e687 8759@section Printing Source Lines
c906108c
SS
8760
8761@kindex list
41afff9a 8762@kindex l @r{(@code{list})}
c906108c 8763To print lines from a source file, use the @code{list} command
5d161b24 8764(abbreviated @code{l}). By default, ten lines are printed.
2a25a5ba
EZ
8765There are several ways to specify what part of the file you want to
8766print; see @ref{Specify Location}, for the full list.
c906108c
SS
8767
8768Here are the forms of the @code{list} command most commonly used:
8769
8770@table @code
8771@item list @var{linenum}
8772Print lines centered around line number @var{linenum} in the
8773current source file.
8774
8775@item list @var{function}
8776Print lines centered around the beginning of function
8777@var{function}.
8778
8779@item list
8780Print more lines. If the last lines printed were printed with a
8781@code{list} command, this prints lines following the last lines
8782printed; however, if the last line printed was a solitary line printed
8783as part of displaying a stack frame (@pxref{Stack, ,Examining the
8784Stack}), this prints lines centered around that line.
8785
8786@item list -
8787Print lines just before the lines last printed.
8788@end table
8789
9c16f35a 8790@cindex @code{list}, how many lines to display
c906108c
SS
8791By default, @value{GDBN} prints ten source lines with any of these forms of
8792the @code{list} command. You can change this using @code{set listsize}:
8793
8794@table @code
8795@kindex set listsize
8796@item set listsize @var{count}
f81d1120 8797@itemx set listsize unlimited
c906108c
SS
8798Make the @code{list} command display @var{count} source lines (unless
8799the @code{list} argument explicitly specifies some other number).
f81d1120 8800Setting @var{count} to @code{unlimited} or 0 means there's no limit.
c906108c
SS
8801
8802@kindex show listsize
8803@item show listsize
8804Display the number of lines that @code{list} prints.
8805@end table
8806
8807Repeating a @code{list} command with @key{RET} discards the argument,
8808so it is equivalent to typing just @code{list}. This is more useful
8809than listing the same lines again. An exception is made for an
8810argument of @samp{-}; that argument is preserved in repetition so that
8811each repetition moves up in the source file.
8812
c906108c 8813In general, the @code{list} command expects you to supply zero, one or two
629500fa 8814@dfn{locations}. Locations specify source lines; there are several ways
2a25a5ba
EZ
8815of writing them (@pxref{Specify Location}), but the effect is always
8816to specify some source line.
8817
c906108c
SS
8818Here is a complete description of the possible arguments for @code{list}:
8819
8820@table @code
629500fa
KS
8821@item list @var{location}
8822Print lines centered around the line specified by @var{location}.
c906108c
SS
8823
8824@item list @var{first},@var{last}
8825Print lines from @var{first} to @var{last}. Both arguments are
629500fa
KS
8826locations. When a @code{list} command has two locations, and the
8827source file of the second location is omitted, this refers to
8828the same source file as the first location.
c906108c
SS
8829
8830@item list ,@var{last}
8831Print lines ending with @var{last}.
8832
8833@item list @var{first},
8834Print lines starting with @var{first}.
8835
8836@item list +
8837Print lines just after the lines last printed.
8838
8839@item list -
8840Print lines just before the lines last printed.
8841
8842@item list
8843As described in the preceding table.
8844@end table
8845
2a25a5ba
EZ
8846@node Specify Location
8847@section Specifying a Location
8848@cindex specifying location
629500fa
KS
8849@cindex location
8850@cindex source location
8851
8852@menu
8853* Linespec Locations:: Linespec locations
8854* Explicit Locations:: Explicit locations
8855* Address Locations:: Address locations
8856@end menu
c906108c 8857
2a25a5ba
EZ
8858Several @value{GDBN} commands accept arguments that specify a location
8859of your program's code. Since @value{GDBN} is a source-level
629500fa
KS
8860debugger, a location usually specifies some line in the source code.
8861Locations may be specified using three different formats:
8862linespec locations, explicit locations, or address locations.
c906108c 8863
629500fa
KS
8864@node Linespec Locations
8865@subsection Linespec Locations
8866@cindex linespec locations
8867
8868A @dfn{linespec} is a colon-separated list of source location parameters such
8869as file name, function name, etc. Here are all the different ways of
8870specifying a linespec:
c906108c 8871
2a25a5ba
EZ
8872@table @code
8873@item @var{linenum}
8874Specifies the line number @var{linenum} of the current source file.
c906108c 8875
2a25a5ba
EZ
8876@item -@var{offset}
8877@itemx +@var{offset}
8878Specifies the line @var{offset} lines before or after the @dfn{current
8879line}. For the @code{list} command, the current line is the last one
8880printed; for the breakpoint commands, this is the line at which
8881execution stopped in the currently selected @dfn{stack frame}
8882(@pxref{Frames, ,Frames}, for a description of stack frames.) When
8883used as the second of the two linespecs in a @code{list} command,
8884this specifies the line @var{offset} lines up or down from the first
8885linespec.
8886
8887@item @var{filename}:@var{linenum}
8888Specifies the line @var{linenum} in the source file @var{filename}.
4aac40c8
TT
8889If @var{filename} is a relative file name, then it will match any
8890source file name with the same trailing components. For example, if
8891@var{filename} is @samp{gcc/expr.c}, then it will match source file
8892name of @file{/build/trunk/gcc/expr.c}, but not
8893@file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
c906108c
SS
8894
8895@item @var{function}
8896Specifies the line that begins the body of the function @var{function}.
2a25a5ba 8897For example, in C, this is the line with the open brace.
c906108c 8898
a20714ff
PA
8899By default, in C@t{++} and Ada, @var{function} is interpreted as
8900specifying all functions named @var{function} in all scopes. For
8901C@t{++}, this means in all namespaces and classes. For Ada, this
8902means in all packages.
8903
8904For example, assuming a program with C@t{++} symbols named
8905@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8906func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8907
8908Commands that accept a linespec let you override this with the
8909@code{-qualified} option. For example, @w{@kbd{break -qualified
8910func}} sets a breakpoint on a free-function named @code{func} ignoring
8911any C@t{++} class methods and namespace functions called @code{func}.
8912
8913@xref{Explicit Locations}.
8914
9ef07c8c
TT
8915@item @var{function}:@var{label}
8916Specifies the line where @var{label} appears in @var{function}.
8917
c906108c 8918@item @var{filename}:@var{function}
2a25a5ba
EZ
8919Specifies the line that begins the body of the function @var{function}
8920in the file @var{filename}. You only need the file name with a
8921function name to avoid ambiguity when there are identically named
8922functions in different source files.
c906108c 8923
0f5238ed 8924@item @var{label}
629500fa
KS
8925Specifies the line at which the label named @var{label} appears
8926in the function corresponding to the currently selected stack frame.
8927If there is no current selected stack frame (for instance, if the inferior
8928is not running), then @value{GDBN} will not search for a label.
8929
8930@cindex breakpoint at static probe point
8931@item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8932The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8933applications to embed static probes. @xref{Static Probe Points}, for more
8934information on finding and using static probes. This form of linespec
8935specifies the location of such a static probe.
8936
8937If @var{objfile} is given, only probes coming from that shared library
8938or executable matching @var{objfile} as a regular expression are considered.
8939If @var{provider} is given, then only probes from that provider are considered.
8940If several probes match the spec, @value{GDBN} will insert a breakpoint at
8941each one of those probes.
8942@end table
8943
8944@node Explicit Locations
8945@subsection Explicit Locations
8946@cindex explicit locations
8947
8948@dfn{Explicit locations} allow the user to directly specify the source
8949location's parameters using option-value pairs.
8950
8951Explicit locations are useful when several functions, labels, or
8952file names have the same name (base name for files) in the program's
8953sources. In these cases, explicit locations point to the source
8954line you meant more accurately and unambiguously. Also, using
8955explicit locations might be faster in large programs.
8956
8957For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
8958defined in the file named @file{foo} or the label @code{bar} in a function
8959named @code{foo}. @value{GDBN} must search either the file system or
8960the symbol table to know.
8961
8962The list of valid explicit location options is summarized in the
8963following table:
8964
8965@table @code
8966@item -source @var{filename}
8967The value specifies the source file name. To differentiate between
8968files with the same base name, prepend as many directories as is necessary
8969to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
8970@value{GDBN} will use the first file it finds with the given base
8971name. This option requires the use of either @code{-function} or @code{-line}.
8972
8973@item -function @var{function}
8974The value specifies the name of a function. Operations
8975on function locations unmodified by other options (such as @code{-label}
8976or @code{-line}) refer to the line that begins the body of the function.
8977In C, for example, this is the line with the open brace.
8978
a20714ff
PA
8979By default, in C@t{++} and Ada, @var{function} is interpreted as
8980specifying all functions named @var{function} in all scopes. For
8981C@t{++}, this means in all namespaces and classes. For Ada, this
8982means in all packages.
8983
8984For example, assuming a program with C@t{++} symbols named
8985@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8986-function func}} and @w{@kbd{break -function B::func}} set a
8987breakpoint on both symbols.
8988
8989You can use the @kbd{-qualified} flag to override this (see below).
8990
8991@item -qualified
8992
8993This flag makes @value{GDBN} interpret a function name specified with
8994@kbd{-function} as a complete fully-qualified name.
8995
8996For example, assuming a C@t{++} program with symbols named
8997@code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
8998-function B::func}} command sets a breakpoint on @code{B::func}, only.
8999
9000(Note: the @kbd{-qualified} option can precede a linespec as well
9001(@pxref{Linespec Locations}), so the particular example above could be
9002simplified as @w{@kbd{break -qualified B::func}}.)
9003
629500fa
KS
9004@item -label @var{label}
9005The value specifies the name of a label. When the function
9006name is not specified, the label is searched in the function of the currently
9007selected stack frame.
9008
9009@item -line @var{number}
9010The value specifies a line offset for the location. The offset may either
9011be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
9012the command. When specified without any other options, the line offset is
9013relative to the current line.
9014@end table
9015
9016Explicit location options may be abbreviated by omitting any non-unique
a20714ff 9017trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
629500fa
KS
9018
9019@node Address Locations
9020@subsection Address Locations
9021@cindex address locations
9022
9023@dfn{Address locations} indicate a specific program address. They have
9024the generalized form *@var{address}.
9025
9026For line-oriented commands, such as @code{list} and @code{edit}, this
9027specifies a source line that contains @var{address}. For @code{break} and
9028other breakpoint-oriented commands, this can be used to set breakpoints in
2a25a5ba
EZ
9029parts of your program which do not have debugging information or
9030source files.
9031
9032Here @var{address} may be any expression valid in the current working
9033language (@pxref{Languages, working language}) that specifies a code
5fa54e5d 9034address. In addition, as a convenience, @value{GDBN} extends the
629500fa
KS
9035semantics of expressions used in locations to cover several situations
9036that frequently occur during debugging. Here are the various forms
5fa54e5d 9037of @var{address}:
2a25a5ba
EZ
9038
9039@table @code
9040@item @var{expression}
9041Any expression valid in the current working language.
9042
9043@item @var{funcaddr}
9044An address of a function or procedure derived from its name. In C,
9c37b5ae 9045C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
2a25a5ba
EZ
9046simply the function's name @var{function} (and actually a special case
9047of a valid expression). In Pascal and Modula-2, this is
9048@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
9049(although the Pascal form also works).
9050
9051This form specifies the address of the function's first instruction,
9052before the stack frame and arguments have been set up.
9053
9a284c97 9054@item '@var{filename}':@var{funcaddr}
2a25a5ba
EZ
9055Like @var{funcaddr} above, but also specifies the name of the source
9056file explicitly. This is useful if the name of the function does not
9057specify the function unambiguously, e.g., if there are several
9058functions with identical names in different source files.
c906108c
SS
9059@end table
9060
87885426 9061@node Edit
79a6e687 9062@section Editing Source Files
87885426
FN
9063@cindex editing source files
9064
9065@kindex edit
9066@kindex e @r{(@code{edit})}
9067To edit the lines in a source file, use the @code{edit} command.
9068The editing program of your choice
9069is invoked with the current line set to
9070the active line in the program.
9071Alternatively, there are several ways to specify what part of the file you
2a25a5ba 9072want to print if you want to see other parts of the program:
87885426
FN
9073
9074@table @code
2a25a5ba
EZ
9075@item edit @var{location}
9076Edit the source file specified by @code{location}. Editing starts at
9077that @var{location}, e.g., at the specified source line of the
9078specified file. @xref{Specify Location}, for all the possible forms
9079of the @var{location} argument; here are the forms of the @code{edit}
9080command most commonly used:
87885426 9081
2a25a5ba 9082@table @code
87885426
FN
9083@item edit @var{number}
9084Edit the current source file with @var{number} as the active line number.
9085
9086@item edit @var{function}
9087Edit the file containing @var{function} at the beginning of its definition.
2a25a5ba 9088@end table
87885426 9089
87885426
FN
9090@end table
9091
79a6e687 9092@subsection Choosing your Editor
87885426
FN
9093You can customize @value{GDBN} to use any editor you want
9094@footnote{
9095The only restriction is that your editor (say @code{ex}), recognizes the
9096following command-line syntax:
10998722 9097@smallexample
87885426 9098ex +@var{number} file
10998722 9099@end smallexample
15387254
EZ
9100The optional numeric value +@var{number} specifies the number of the line in
9101the file where to start editing.}.
9102By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
9103by setting the environment variable @code{EDITOR} before using
9104@value{GDBN}. For example, to configure @value{GDBN} to use the
9105@code{vi} editor, you could use these commands with the @code{sh} shell:
9106@smallexample
87885426
FN
9107EDITOR=/usr/bin/vi
9108export EDITOR
15387254 9109gdb @dots{}
10998722 9110@end smallexample
87885426 9111or in the @code{csh} shell,
10998722 9112@smallexample
87885426 9113setenv EDITOR /usr/bin/vi
15387254 9114gdb @dots{}
10998722 9115@end smallexample
87885426 9116
6d2ebf8b 9117@node Search
79a6e687 9118@section Searching Source Files
15387254 9119@cindex searching source files
c906108c
SS
9120
9121There are two commands for searching through the current source file for a
9122regular expression.
9123
9124@table @code
9125@kindex search
9126@kindex forward-search
1e96de83 9127@kindex fo @r{(@code{forward-search})}
c906108c
SS
9128@item forward-search @var{regexp}
9129@itemx search @var{regexp}
9130The command @samp{forward-search @var{regexp}} checks each line,
9131starting with the one following the last line listed, for a match for
5d161b24 9132@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
9133synonym @samp{search @var{regexp}} or abbreviate the command name as
9134@code{fo}.
9135
09d4efe1 9136@kindex reverse-search
c906108c
SS
9137@item reverse-search @var{regexp}
9138The command @samp{reverse-search @var{regexp}} checks each line, starting
9139with the one before the last line listed and going backward, for a match
9140for @var{regexp}. It lists the line that is found. You can abbreviate
9141this command as @code{rev}.
9142@end table
c906108c 9143
6d2ebf8b 9144@node Source Path
79a6e687 9145@section Specifying Source Directories
c906108c
SS
9146
9147@cindex source path
9148@cindex directories for source files
9149Executable programs sometimes do not record the directories of the source
9150files from which they were compiled, just the names. Even when they do,
9151the directories could be moved between the compilation and your debugging
9152session. @value{GDBN} has a list of directories to search for source files;
9153this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9154it tries all the directories in the list, in the order they are present
0b66e38c
EZ
9155in the list, until it finds a file with the desired name.
9156
9157For example, suppose an executable references the file
f1b620e9
MG
9158@file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9159directory, and the @dfn{source path} is @file{/mnt/cross}.
9160@value{GDBN} would look for the source file in the following
9161locations:
9162
9163@enumerate
9164
9165@item @file{/usr/src/foo-1.0/lib/foo.c}
9166@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9167@item @file{/mnt/cross/foo.c}
9168
9169@end enumerate
9170
9171If the source file is not present at any of the above locations then
9172an error is printed. @value{GDBN} does not look up the parts of the
0b66e38c
EZ
9173source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9174Likewise, the subdirectories of the source path are not searched: if
9175the source path is @file{/mnt/cross}, and the binary refers to
9176@file{foo.c}, @value{GDBN} would not find it under
9177@file{/mnt/cross/usr/src/foo-1.0/lib}.
9178
9179Plain file names, relative file names with leading directories, file
f1b620e9
MG
9180names containing dots, etc.@: are all treated as described above,
9181except that non-absolute file names are not looked up literally. If
9182the @dfn{source path} is @file{/mnt/cross}, the source file is
9183recorded as @file{../lib/foo.c}, and no compilation directory is
9184recorded, then @value{GDBN} will search in the following locations:
9185
9186@enumerate
9187
9188@item @file{/mnt/cross/../lib/foo.c}
9189@item @file{/mnt/cross/foo.c}
9190
9191@end enumerate
9192
9193@kindex cdir
9194@kindex cwd
9195@vindex $cdir@r{, convenience variable}
9196@vindex $cwd@r{, convenience variable}
9197@cindex compilation directory
9198@cindex current directory
9199@cindex working directory
9200@cindex directory, current
9201@cindex directory, compilation
9202The @dfn{source path} will always include two special entries
9203@samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9204(if one is recorded) and the current working directory respectively.
9205
9206@samp{$cdir} causes @value{GDBN} to search within the compilation
9207directory, if one is recorded in the debug information. If no
9208compilation directory is recorded in the debug information then
9209@samp{$cdir} is ignored.
9210
9211@samp{$cwd} is not the same as @samp{.}---the former tracks the
9212current working directory as it changes during your @value{GDBN}
9213session, while the latter is immediately expanded to the current
9214directory at the time you add an entry to the source path.
9215
9216If a compilation directory is recorded in the debug information, and
9217@value{GDBN} has not found the source file after the first search
9218using @dfn{source path}, then @value{GDBN} will combine the
9219compilation directory and the filename, and then search for the source
9220file again using the @dfn{source path}.
9221
9222For example, if the executable records the source file as
9223@file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9224recorded as @file{/project/build}, and the @dfn{source path} is
9225@file{/mnt/cross:$cdir:$cwd} while the current working directory of
9226the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
6b92c0d3 9227search for the source file in the following locations:
f1b620e9
MG
9228
9229@enumerate
9230
9231@item @file{/usr/src/foo-1.0/lib/foo.c}
9232@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9233@item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9234@item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9235@item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9236@item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9237@item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9238@item @file{/mnt/cross/foo.c}
9239@item @file{/project/build/foo.c}
9240@item @file{/home/user/foo.c}
9241
9242@end enumerate
9243
9244If the file name in the previous example had been recorded in the
9245executable as a relative path rather than an absolute path, then the
9246first look up would not have occurred, but all of the remaining steps
9247would be similar.
9248
9249When searching for source files on MS-DOS and MS-Windows, where
9250absolute paths start with a drive letter (e.g.
9251@file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9252from the file name before appending it to a search directory from
9253@dfn{source path}; for instance if the executable references the
9254source file @file{C:/project/foo.c} and @dfn{source path} is set to
9255@file{D:/mnt/cross}, then @value{GDBN} will search in the following
9256locations for the source file:
9257
9258@enumerate
9259
9260@item @file{C:/project/foo.c}
9261@item @file{D:/mnt/cross/project/foo.c}
9262@item @file{D:/mnt/cross/foo.c}
9263
9264@end enumerate
0b66e38c
EZ
9265
9266Note that the executable search path is @emph{not} used to locate the
cd852561 9267source files.
c906108c
SS
9268
9269Whenever you reset or rearrange the source path, @value{GDBN} clears out
9270any information it has cached about where source files are found and where
9271each line is in the file.
9272
9273@kindex directory
9274@kindex dir
f1b620e9
MG
9275When you start @value{GDBN}, its source path includes only @samp{$cdir}
9276and @samp{$cwd}, in that order.
c906108c
SS
9277To add other directories, use the @code{directory} command.
9278
4b505b12
AS
9279The search path is used to find both program source files and @value{GDBN}
9280script files (read using the @samp{-command} option and @samp{source} command).
9281
30daae6c
JB
9282In addition to the source path, @value{GDBN} provides a set of commands
9283that manage a list of source path substitution rules. A @dfn{substitution
9284rule} specifies how to rewrite source directories stored in the program's
9285debug information in case the sources were moved to a different
9286directory between compilation and debugging. A rule is made of
9287two strings, the first specifying what needs to be rewritten in
9288the path, and the second specifying how it should be rewritten.
9289In @ref{set substitute-path}, we name these two parts @var{from} and
9290@var{to} respectively. @value{GDBN} does a simple string replacement
9291of @var{from} with @var{to} at the start of the directory part of the
9292source file name, and uses that result instead of the original file
9293name to look up the sources.
9294
9295Using the previous example, suppose the @file{foo-1.0} tree has been
9296moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
3f94c067 9297@value{GDBN} to replace @file{/usr/src} in all source path names with
30daae6c
JB
9298@file{/mnt/cross}. The first lookup will then be
9299@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9300of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9301substitution rule, use the @code{set substitute-path} command
9302(@pxref{set substitute-path}).
9303
9304To avoid unexpected substitution results, a rule is applied only if the
9305@var{from} part of the directory name ends at a directory separator.
9306For instance, a rule substituting @file{/usr/source} into
9307@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9308not to @file{/usr/sourceware/foo-2.0}. And because the substitution
d3e8051b 9309is applied only at the beginning of the directory name, this rule will
30daae6c
JB
9310not be applied to @file{/root/usr/source/baz.c} either.
9311
9312In many cases, you can achieve the same result using the @code{directory}
9313command. However, @code{set substitute-path} can be more efficient in
9314the case where the sources are organized in a complex tree with multiple
9315subdirectories. With the @code{directory} command, you need to add each
9316subdirectory of your project. If you moved the entire tree while
9317preserving its internal organization, then @code{set substitute-path}
9318allows you to direct the debugger to all the sources with one single
9319command.
9320
9321@code{set substitute-path} is also more than just a shortcut command.
9322The source path is only used if the file at the original location no
9323longer exists. On the other hand, @code{set substitute-path} modifies
9324the debugger behavior to look at the rewritten location instead. So, if
9325for any reason a source file that is not relevant to your executable is
9326located at the original location, a substitution rule is the only
3f94c067 9327method available to point @value{GDBN} at the new location.
30daae6c 9328
29b0e8a2
JM
9329@cindex @samp{--with-relocated-sources}
9330@cindex default source path substitution
9331You can configure a default source path substitution rule by
9332configuring @value{GDBN} with the
9333@samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9334should be the name of a directory under @value{GDBN}'s configured
9335prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9336directory names in debug information under @var{dir} will be adjusted
9337automatically if the installed @value{GDBN} is moved to a new
9338location. This is useful if @value{GDBN}, libraries or executables
9339with debug information and corresponding source code are being moved
9340together.
9341
c906108c
SS
9342@table @code
9343@item directory @var{dirname} @dots{}
9344@item dir @var{dirname} @dots{}
9345Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
9346directory names may be given to this command, separated by @samp{:}
9347(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9348part of absolute file names) or
c906108c
SS
9349whitespace. You may specify a directory that is already in the source
9350path; this moves it forward, so @value{GDBN} searches it sooner.
9351
f1b620e9
MG
9352The special strings @samp{$cdir} (to refer to the compilation
9353directory, if one is recorded), and @samp{$cwd} (to refer to the
9354current working directory) can also be included in the list of
9355directories @var{dirname}. Though these will already be in the source
9356path they will be moved forward in the list so @value{GDBN} searches
9357them sooner.
c906108c
SS
9358
9359@item directory
cd852561 9360Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
c906108c
SS
9361
9362@c RET-repeat for @code{directory} is explicitly disabled, but since
9363@c repeating it would be a no-op we do not say that. (thanks to RMS)
9364
99e7ae30
DE
9365@item set directories @var{path-list}
9366@kindex set directories
9367Set the source path to @var{path-list}.
9368@samp{$cdir:$cwd} are added if missing.
9369
c906108c
SS
9370@item show directories
9371@kindex show directories
9372Print the source path: show which directories it contains.
30daae6c
JB
9373
9374@anchor{set substitute-path}
9375@item set substitute-path @var{from} @var{to}
9376@kindex set substitute-path
9377Define a source path substitution rule, and add it at the end of the
9378current list of existing substitution rules. If a rule with the same
9379@var{from} was already defined, then the old rule is also deleted.
9380
9381For example, if the file @file{/foo/bar/baz.c} was moved to
9382@file{/mnt/cross/baz.c}, then the command
9383
9384@smallexample
c58b006b 9385(@value{GDBP}) set substitute-path /foo/bar /mnt/cross
30daae6c
JB
9386@end smallexample
9387
9388@noindent
c58b006b 9389will tell @value{GDBN} to replace @samp{/foo/bar} with
30daae6c
JB
9390@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9391@file{baz.c} even though it was moved.
9392
9393In the case when more than one substitution rule have been defined,
9394the rules are evaluated one by one in the order where they have been
9395defined. The first one matching, if any, is selected to perform
9396the substitution.
9397
9398For instance, if we had entered the following commands:
9399
9400@smallexample
9401(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9402(@value{GDBP}) set substitute-path /usr/src /mnt/src
9403@end smallexample
9404
9405@noindent
9406@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9407@file{/mnt/include/defs.h} by using the first rule. However, it would
9408use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9409@file{/mnt/src/lib/foo.c}.
9410
9411
9412@item unset substitute-path [path]
9413@kindex unset substitute-path
9414If a path is specified, search the current list of substitution rules
9415for a rule that would rewrite that path. Delete that rule if found.
9416A warning is emitted by the debugger if no rule could be found.
9417
9418If no path is specified, then all substitution rules are deleted.
9419
9420@item show substitute-path [path]
9421@kindex show substitute-path
9422If a path is specified, then print the source path substitution rule
9423which would rewrite that path, if any.
9424
9425If no path is specified, then print all existing source path substitution
9426rules.
9427
c906108c
SS
9428@end table
9429
9430If your source path is cluttered with directories that are no longer of
9431interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9432versions of source. You can correct the situation as follows:
9433
9434@enumerate
9435@item
cd852561 9436Use @code{directory} with no argument to reset the source path to its default value.
c906108c
SS
9437
9438@item
9439Use @code{directory} with suitable arguments to reinstall the
9440directories you want in the source path. You can add all the
9441directories in one command.
9442@end enumerate
9443
6d2ebf8b 9444@node Machine Code
79a6e687 9445@section Source and Machine Code
15387254 9446@cindex source line and its code address
c906108c
SS
9447
9448You can use the command @code{info line} to map source lines to program
9449addresses (and vice versa), and the command @code{disassemble} to display
91440f57
HZ
9450a range of addresses as machine instructions. You can use the command
9451@code{set disassemble-next-line} to set whether to disassemble next
9452source line when execution stops. When run under @sc{gnu} Emacs
d4f3574e 9453mode, the @code{info line} command causes the arrow to point to the
5d161b24 9454line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
9455well as hex.
9456
9457@table @code
9458@kindex info line
db1ae9c5
AB
9459@item info line
9460@itemx info line @var{location}
c906108c 9461Print the starting and ending addresses of the compiled code for
629500fa 9462source line @var{location}. You can specify source lines in any of
db1ae9c5
AB
9463the ways documented in @ref{Specify Location}. With no @var{location}
9464information about the current source line is printed.
c906108c
SS
9465@end table
9466
9467For example, we can use @code{info line} to discover the location of
9468the object code for the first line of function
9469@code{m4_changequote}:
9470
9471@smallexample
96a2c332 9472(@value{GDBP}) info line m4_changequote
db1ae9c5
AB
9473Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9474 ends at 0x6350 <m4_changequote+4>.
c906108c
SS
9475@end smallexample
9476
9477@noindent
15387254 9478@cindex code address and its source line
c906108c 9479We can also inquire (using @code{*@var{addr}} as the form for
629500fa 9480@var{location}) what source line covers a particular address:
c906108c
SS
9481@smallexample
9482(@value{GDBP}) info line *0x63ff
db1ae9c5
AB
9483Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9484 ends at 0x6404 <m4_changequote+184>.
c906108c
SS
9485@end smallexample
9486
9487@cindex @code{$_} and @code{info line}
15387254 9488@cindex @code{x} command, default address
41afff9a 9489@kindex x@r{(examine), and} info line
c906108c
SS
9490After @code{info line}, the default address for the @code{x} command
9491is changed to the starting address of the line, so that @samp{x/i} is
9492sufficient to begin examining the machine code (@pxref{Memory,
79a6e687 9493,Examining Memory}). Also, this address is saved as the value of the
c906108c 9494convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
79a6e687 9495Variables}).
c906108c 9496
db1ae9c5
AB
9497@cindex info line, repeated calls
9498After @code{info line}, using @code{info line} again without
9499specifying a location will display information about the next source
9500line.
9501
c906108c
SS
9502@table @code
9503@kindex disassemble
9504@cindex assembly instructions
9505@cindex instructions, assembly
9506@cindex machine instructions
9507@cindex listing machine instructions
9508@item disassemble
d14508fe 9509@itemx disassemble /m
6ff0ba5f 9510@itemx disassemble /s
9b117ef3 9511@itemx disassemble /r
c906108c 9512This specialized command dumps a range of memory as machine
d14508fe 9513instructions. It can also print mixed source+disassembly by specifying
6ff0ba5f
DE
9514the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9515as well as in symbolic form by specifying the @code{/r} modifier.
d14508fe 9516The default memory range is the function surrounding the
c906108c
SS
9517program counter of the selected frame. A single argument to this
9518command is a program counter value; @value{GDBN} dumps the function
21a0512e
PP
9519surrounding this value. When two arguments are given, they should
9520be separated by a comma, possibly surrounded by whitespace. The
53a71c06
CR
9521arguments specify a range of addresses to dump, in one of two forms:
9522
9523@table @code
9524@item @var{start},@var{end}
9525the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9526@item @var{start},+@var{length}
9527the addresses from @var{start} (inclusive) to
9528@code{@var{start}+@var{length}} (exclusive).
9529@end table
9530
9531@noindent
9532When 2 arguments are specified, the name of the function is also
9533printed (since there could be several functions in the given range).
21a0512e
PP
9534
9535The argument(s) can be any expression yielding a numeric value, such as
9536@samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
2b28d209
PP
9537
9538If the range of memory being disassembled contains current program counter,
9539the instruction at that location is shown with a @code{=>} marker.
c906108c
SS
9540@end table
9541
c906108c
SS
9542The following example shows the disassembly of a range of addresses of
9543HP PA-RISC 2.0 code:
9544
9545@smallexample
21a0512e 9546(@value{GDBP}) disas 0x32c4, 0x32e4
c906108c 9547Dump of assembler code from 0x32c4 to 0x32e4:
2b28d209
PP
9548 0x32c4 <main+204>: addil 0,dp
9549 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9550 0x32cc <main+212>: ldil 0x3000,r31
9551 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9552 0x32d4 <main+220>: ldo 0(r31),rp
9553 0x32d8 <main+224>: addil -0x800,dp
9554 0x32dc <main+228>: ldo 0x588(r1),r26
9555 0x32e0 <main+232>: ldil 0x3000,r31
c906108c
SS
9556End of assembler dump.
9557@end smallexample
c906108c 9558
6ff0ba5f
DE
9559Here is an example showing mixed source+assembly for Intel x86
9560with @code{/m} or @code{/s}, when the program is stopped just after
9561function prologue in a non-optimized function with no inline code.
d14508fe
DE
9562
9563@smallexample
9564(@value{GDBP}) disas /m main
9565Dump of assembler code for function main:
95665 @{
9c419145
PP
9567 0x08048330 <+0>: push %ebp
9568 0x08048331 <+1>: mov %esp,%ebp
9569 0x08048333 <+3>: sub $0x8,%esp
9570 0x08048336 <+6>: and $0xfffffff0,%esp
9571 0x08048339 <+9>: sub $0x10,%esp
d14508fe
DE
9572
95736 printf ("Hello.\n");
9c419145
PP
9574=> 0x0804833c <+12>: movl $0x8048440,(%esp)
9575 0x08048343 <+19>: call 0x8048284 <puts@@plt>
d14508fe
DE
9576
95777 return 0;
95788 @}
9c419145
PP
9579 0x08048348 <+24>: mov $0x0,%eax
9580 0x0804834d <+29>: leave
9581 0x0804834e <+30>: ret
d14508fe
DE
9582
9583End of assembler dump.
9584@end smallexample
9585
6ff0ba5f
DE
9586The @code{/m} option is deprecated as its output is not useful when
9587there is either inlined code or re-ordered code.
9588The @code{/s} option is the preferred choice.
9589Here is an example for AMD x86-64 showing the difference between
9590@code{/m} output and @code{/s} output.
9591This example has one inline function defined in a header file,
9592and the code is compiled with @samp{-O2} optimization.
9593Note how the @code{/m} output is missing the disassembly of
9594several instructions that are present in the @code{/s} output.
9595
9596@file{foo.h}:
9597
9598@smallexample
9599int
9600foo (int a)
9601@{
9602 if (a < 0)
9603 return a * 2;
9604 if (a == 0)
9605 return 1;
9606 return a + 10;
9607@}
9608@end smallexample
9609
9610@file{foo.c}:
9611
9612@smallexample
9613#include "foo.h"
9614volatile int x, y;
9615int
9616main ()
9617@{
9618 x = foo (y);
9619 return 0;
9620@}
9621@end smallexample
9622
9623@smallexample
9624(@value{GDBP}) disas /m main
9625Dump of assembler code for function main:
96265 @{
9627
96286 x = foo (y);
9629 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9630 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9631
96327 return 0;
96338 @}
9634 0x000000000040041d <+29>: xor %eax,%eax
9635 0x000000000040041f <+31>: retq
9636 0x0000000000400420 <+32>: add %eax,%eax
9637 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9638
9639End of assembler dump.
9640(@value{GDBP}) disas /s main
9641Dump of assembler code for function main:
9642foo.c:
96435 @{
96446 x = foo (y);
9645 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9646
9647foo.h:
96484 if (a < 0)
9649 0x0000000000400406 <+6>: test %eax,%eax
9650 0x0000000000400408 <+8>: js 0x400420 <main+32>
9651
96526 if (a == 0)
96537 return 1;
96548 return a + 10;
9655 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9656 0x000000000040040d <+13>: test %eax,%eax
9657 0x000000000040040f <+15>: mov $0x1,%eax
9658 0x0000000000400414 <+20>: cmovne %edx,%eax
9659
9660foo.c:
96616 x = foo (y);
9662 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9663
96647 return 0;
96658 @}
9666 0x000000000040041d <+29>: xor %eax,%eax
9667 0x000000000040041f <+31>: retq
9668
9669foo.h:
96705 return a * 2;
9671 0x0000000000400420 <+32>: add %eax,%eax
9672 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9673End of assembler dump.
9674@end smallexample
9675
53a71c06
CR
9676Here is another example showing raw instructions in hex for AMD x86-64,
9677
9678@smallexample
9679(gdb) disas /r 0x400281,+10
9680Dump of assembler code from 0x400281 to 0x40028b:
9681 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9682 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9683 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9684 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9685End of assembler dump.
9686@end smallexample
9687
629500fa 9688Addresses cannot be specified as a location (@pxref{Specify Location}).
7e1e0340
DE
9689So, for example, if you want to disassemble function @code{bar}
9690in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9691and not @samp{disassemble foo.c:bar}.
9692
c906108c
SS
9693Some architectures have more than one commonly-used set of instruction
9694mnemonics or other syntax.
9695
76d17f34
EZ
9696For programs that were dynamically linked and use shared libraries,
9697instructions that call functions or branch to locations in the shared
9698libraries might show a seemingly bogus location---it's actually a
9699location of the relocation table. On some architectures, @value{GDBN}
9700might be able to resolve these to actual function names.
9701
65b48a81
PB
9702@table @code
9703@kindex set disassembler-options
9704@cindex disassembler options
9705@item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9706This command controls the passing of target specific information to
9707the disassembler. For a list of valid options, please refer to the
9708@code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9709manual and/or the output of @kbd{objdump --help}
f5a476a7 9710(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
65b48a81
PB
9711The default value is the empty string.
9712
9713If it is necessary to specify more than one disassembler option, then
9714multiple options can be placed together into a comma separated list.
471b9d15 9715Currently this command is only supported on targets ARM, MIPS, PowerPC
65b48a81
PB
9716and S/390.
9717
9718@kindex show disassembler-options
9719@item show disassembler-options
9720Show the current setting of the disassembler options.
9721@end table
9722
c906108c 9723@table @code
d4f3574e 9724@kindex set disassembly-flavor
d4f3574e
SS
9725@cindex Intel disassembly flavor
9726@cindex AT&T disassembly flavor
9727@item set disassembly-flavor @var{instruction-set}
c906108c
SS
9728Select the instruction set to use when disassembling the
9729program via the @code{disassemble} or @code{x/i} commands.
9730
9731Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
9732can set @var{instruction-set} to either @code{intel} or @code{att}.
9733The default is @code{att}, the AT&T flavor used by default by Unix
9734assemblers for x86-based targets.
9c16f35a
EZ
9735
9736@kindex show disassembly-flavor
9737@item show disassembly-flavor
9738Show the current setting of the disassembly flavor.
c906108c
SS
9739@end table
9740
91440f57
HZ
9741@table @code
9742@kindex set disassemble-next-line
9743@kindex show disassemble-next-line
9744@item set disassemble-next-line
9745@itemx show disassemble-next-line
32ae1842
EZ
9746Control whether or not @value{GDBN} will disassemble the next source
9747line or instruction when execution stops. If ON, @value{GDBN} will
9748display disassembly of the next source line when execution of the
9749program being debugged stops. This is @emph{in addition} to
9750displaying the source line itself, which @value{GDBN} always does if
9751possible. If the next source line cannot be displayed for some reason
9752(e.g., if @value{GDBN} cannot find the source file, or there's no line
9753info in the debug info), @value{GDBN} will display disassembly of the
9754next @emph{instruction} instead of showing the next source line. If
9755AUTO, @value{GDBN} will display disassembly of next instruction only
9756if the source line cannot be displayed. This setting causes
9757@value{GDBN} to display some feedback when you step through a function
9758with no line info or whose source file is unavailable. The default is
9759OFF, which means never display the disassembly of the next line or
9760instruction.
91440f57
HZ
9761@end table
9762
c906108c 9763
6d2ebf8b 9764@node Data
c906108c
SS
9765@chapter Examining Data
9766
9767@cindex printing data
9768@cindex examining data
9769@kindex print
9770@kindex inspect
c906108c 9771The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
9772command (abbreviated @code{p}), or its synonym @code{inspect}. It
9773evaluates and prints the value of an expression of the language your
9774program is written in (@pxref{Languages, ,Using @value{GDBN} with
78e2826b
TT
9775Different Languages}). It may also print the expression using a
9776Python-based pretty-printer (@pxref{Pretty Printing}).
c906108c
SS
9777
9778@table @code
3345721a
PA
9779@item print [[@var{options}] --] @var{expr}
9780@itemx print [[@var{options}] --] /@var{f} @var{expr}
d4f3574e
SS
9781@var{expr} is an expression (in the source language). By default the
9782value of @var{expr} is printed in a format appropriate to its data type;
c906108c 9783you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 9784@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
79a6e687 9785Formats}.
c906108c 9786
3345721a
PA
9787@anchor{print options}
9788The @code{print} command supports a number of options that allow
9789overriding relevant global print settings as set by @code{set print}
9790subcommands:
9791
9792@table @code
9793@item -address [@code{on}|@code{off}]
9794Set printing of addresses.
9795Related setting: @ref{set print address}.
9796
9797@item -array [@code{on}|@code{off}]
9798Pretty formatting of arrays.
9799Related setting: @ref{set print array}.
9800
9801@item -array-indexes [@code{on}|@code{off}]
9802Set printing of array indexes.
9803Related setting: @ref{set print array-indexes}.
9804
9805@item -elements @var{number-of-elements}|@code{unlimited}
9806Set limit on string chars or array elements to print. The value
9807@code{unlimited} causes there to be no limit. Related setting:
9808@ref{set print elements}.
9809
9810@item -max-depth @var{depth}|@code{unlimited}
9811Set the threshold after which nested structures are replaced with
9812ellipsis. Related setting: @ref{set print max-depth}.
9813
9814@item -null-stop [@code{on}|@code{off}]
9815Set printing of char arrays to stop at first null char. Related
9816setting: @ref{set print null-stop}.
9817
9818@item -object [@code{on}|@code{off}]
9819Set printing C@t{++} virtual function tables. Related setting:
9820@ref{set print object}.
9821
9822@item -pretty [@code{on}|@code{off}]
9823Set pretty formatting of structures. Related setting: @ref{set print
9824pretty}.
9825
d8edc8b7
PW
9826@item -raw-values [@code{on}|@code{off}]
9827Set whether to print values in raw form, bypassing any
9828pretty-printers for that value. Related setting: @ref{set print
9829raw-values}.
9830
3345721a
PA
9831@item -repeats @var{number-of-repeats}|@code{unlimited}
9832Set threshold for repeated print elements. @code{unlimited} causes
9833all elements to be individually printed. Related setting: @ref{set
9834print repeats}.
9835
9836@item -static-members [@code{on}|@code{off}]
9837Set printing C@t{++} static members. Related setting: @ref{set print
9838static-members}.
9839
9840@item -symbol [@code{on}|@code{off}]
9841Set printing of symbol names when printing pointers. Related setting:
9842@ref{set print symbol}.
9843
9844@item -union [@code{on}|@code{off}]
9845Set printing of unions interior to structures. Related setting:
9846@ref{set print union}.
9847
9848@item -vtbl [@code{on}|@code{off}]
9849Set printing of C++ virtual function tables. Related setting:
9850@ref{set print vtbl}.
9851@end table
9852
9853Because the @code{print} command accepts arbitrary expressions which
9854may look like options (including abbreviations), if you specify any
9855command option, then you must use a double dash (@code{--}) to mark
9856the end of option processing.
9857
d8edc8b7 9858For example, this prints the value of the @code{-p} expression:
3345721a
PA
9859
9860@smallexample
d8edc8b7 9861(@value{GDBP}) print -p
3345721a
PA
9862@end smallexample
9863
9864While this repeats the last value in the value history (see below)
d8edc8b7 9865with the @code{-pretty} option in effect:
3345721a
PA
9866
9867@smallexample
d8edc8b7 9868(@value{GDBP}) print -p --
3345721a
PA
9869@end smallexample
9870
9871Here is an example including both on option and an expression:
9872
9873@smallexample
9874@group
9875(@value{GDBP}) print -pretty -- *myptr
9876$1 = @{
9877 next = 0x0,
9878 flags = @{
9879 sweet = 1,
9880 sour = 1
9881 @},
9882 meat = 0x54 "Pork"
9883@}
9884@end group
9885@end smallexample
9886
9887@item print [@var{options}]
9888@itemx print [@var{options}] /@var{f}
15387254 9889@cindex reprint the last value
d4f3574e 9890If you omit @var{expr}, @value{GDBN} displays the last value again (from the
79a6e687 9891@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
c906108c
SS
9892conveniently inspect the same value in an alternative format.
9893@end table
9894
9895A more low-level way of examining data is with the @code{x} command.
9896It examines data in memory at a specified address and prints it in a
79a6e687 9897specified format. @xref{Memory, ,Examining Memory}.
c906108c 9898
7a292a7a 9899If you are interested in information about types, or about how the
d4f3574e
SS
9900fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9901command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 9902Table}.
c906108c 9903
06fc020f
SCR
9904@cindex exploring hierarchical data structures
9905@kindex explore
9906Another way of examining values of expressions and type information is
9907through the Python extension command @code{explore} (available only if
9908the @value{GDBN} build is configured with @code{--with-python}). It
9909offers an interactive way to start at the highest level (or, the most
9910abstract level) of the data type of an expression (or, the data type
9911itself) and explore all the way down to leaf scalar values/fields
9912embedded in the higher level data types.
9913
9914@table @code
9915@item explore @var{arg}
9916@var{arg} is either an expression (in the source language), or a type
9917visible in the current context of the program being debugged.
9918@end table
9919
9920The working of the @code{explore} command can be illustrated with an
9921example. If a data type @code{struct ComplexStruct} is defined in your
9922C program as
9923
9924@smallexample
9925struct SimpleStruct
9926@{
9927 int i;
9928 double d;
9929@};
9930
9931struct ComplexStruct
9932@{
9933 struct SimpleStruct *ss_p;
9934 int arr[10];
9935@};
9936@end smallexample
9937
9938@noindent
9939followed by variable declarations as
9940
9941@smallexample
9942struct SimpleStruct ss = @{ 10, 1.11 @};
9943struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
9944@end smallexample
9945
9946@noindent
9947then, the value of the variable @code{cs} can be explored using the
9948@code{explore} command as follows.
9949
9950@smallexample
9951(gdb) explore cs
9952The value of `cs' is a struct/class of type `struct ComplexStruct' with
9953the following fields:
9954
9955 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
9956 arr = <Enter 1 to explore this field of type `int [10]'>
9957
9958Enter the field number of choice:
9959@end smallexample
9960
9961@noindent
9962Since the fields of @code{cs} are not scalar values, you are being
9963prompted to chose the field you want to explore. Let's say you choose
9964the field @code{ss_p} by entering @code{0}. Then, since this field is a
9965pointer, you will be asked if it is pointing to a single value. From
9966the declaration of @code{cs} above, it is indeed pointing to a single
9967value, hence you enter @code{y}. If you enter @code{n}, then you will
9968be asked if it were pointing to an array of values, in which case this
9969field will be explored as if it were an array.
9970
9971@smallexample
9972`cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
9973Continue exploring it as a pointer to a single value [y/n]: y
9974The value of `*(cs.ss_p)' is a struct/class of type `struct
9975SimpleStruct' with the following fields:
9976
9977 i = 10 .. (Value of type `int')
9978 d = 1.1100000000000001 .. (Value of type `double')
9979
9980Press enter to return to parent value:
9981@end smallexample
9982
9983@noindent
9984If the field @code{arr} of @code{cs} was chosen for exploration by
9985entering @code{1} earlier, then since it is as array, you will be
9986prompted to enter the index of the element in the array that you want
9987to explore.
9988
9989@smallexample
9990`cs.arr' is an array of `int'.
9991Enter the index of the element you want to explore in `cs.arr': 5
9992
9993`(cs.arr)[5]' is a scalar value of type `int'.
9994
9995(cs.arr)[5] = 4
9996
9997Press enter to return to parent value:
9998@end smallexample
9999
10000In general, at any stage of exploration, you can go deeper towards the
10001leaf values by responding to the prompts appropriately, or hit the
10002return key to return to the enclosing data structure (the @i{higher}
10003level data structure).
10004
10005Similar to exploring values, you can use the @code{explore} command to
10006explore types. Instead of specifying a value (which is typically a
10007variable name or an expression valid in the current context of the
10008program being debugged), you specify a type name. If you consider the
10009same example as above, your can explore the type
10010@code{struct ComplexStruct} by passing the argument
10011@code{struct ComplexStruct} to the @code{explore} command.
10012
10013@smallexample
10014(gdb) explore struct ComplexStruct
10015@end smallexample
10016
10017@noindent
10018By responding to the prompts appropriately in the subsequent interactive
10019session, you can explore the type @code{struct ComplexStruct} in a
10020manner similar to how the value @code{cs} was explored in the above
10021example.
10022
10023The @code{explore} command also has two sub-commands,
10024@code{explore value} and @code{explore type}. The former sub-command is
10025a way to explicitly specify that value exploration of the argument is
10026being invoked, while the latter is a way to explicitly specify that type
10027exploration of the argument is being invoked.
10028
10029@table @code
10030@item explore value @var{expr}
10031@cindex explore value
10032This sub-command of @code{explore} explores the value of the
10033expression @var{expr} (if @var{expr} is an expression valid in the
10034current context of the program being debugged). The behavior of this
10035command is identical to that of the behavior of the @code{explore}
10036command being passed the argument @var{expr}.
10037
10038@item explore type @var{arg}
10039@cindex explore type
10040This sub-command of @code{explore} explores the type of @var{arg} (if
10041@var{arg} is a type visible in the current context of program being
10042debugged), or the type of the value/expression @var{arg} (if @var{arg}
10043is an expression valid in the current context of the program being
10044debugged). If @var{arg} is a type, then the behavior of this command is
10045identical to that of the @code{explore} command being passed the
10046argument @var{arg}. If @var{arg} is an expression, then the behavior of
10047this command will be identical to that of the @code{explore} command
10048being passed the type of @var{arg} as the argument.
10049@end table
10050
c906108c
SS
10051@menu
10052* Expressions:: Expressions
6ba66d6a 10053* Ambiguous Expressions:: Ambiguous Expressions
c906108c
SS
10054* Variables:: Program variables
10055* Arrays:: Artificial arrays
10056* Output Formats:: Output formats
10057* Memory:: Examining memory
10058* Auto Display:: Automatic display
10059* Print Settings:: Print settings
4c374409 10060* Pretty Printing:: Python pretty printing
c906108c
SS
10061* Value History:: Value history
10062* Convenience Vars:: Convenience variables
a72c3253 10063* Convenience Funs:: Convenience functions
c906108c 10064* Registers:: Registers
c906108c 10065* Floating Point Hardware:: Floating point hardware
53c69bd7 10066* Vector Unit:: Vector Unit
721c2651 10067* OS Information:: Auxiliary data provided by operating system
29e57380 10068* Memory Region Attributes:: Memory region attributes
16d9dec6 10069* Dump/Restore Files:: Copy between memory and a file
384ee23f 10070* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
10071* Character Sets:: Debugging programs that use a different
10072 character set than GDB does
b12039c6 10073* Caching Target Data:: Data caching for targets
08388c79 10074* Searching Memory:: Searching memory for a sequence of bytes
5fdf6324 10075* Value Sizes:: Managing memory allocated for values
c906108c
SS
10076@end menu
10077
6d2ebf8b 10078@node Expressions
c906108c
SS
10079@section Expressions
10080
10081@cindex expressions
10082@code{print} and many other @value{GDBN} commands accept an expression and
10083compute its value. Any kind of constant, variable or operator defined
10084by the programming language you are using is valid in an expression in
e2e0bcd1
JB
10085@value{GDBN}. This includes conditional expressions, function calls,
10086casts, and string constants. It also includes preprocessor macros, if
10087you compiled your program to include this information; see
10088@ref{Compilation}.
c906108c 10089
15387254 10090@cindex arrays in expressions
d4f3574e
SS
10091@value{GDBN} supports array constants in expressions input by
10092the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
63092375
DJ
10093you can use the command @code{print @{1, 2, 3@}} to create an array
10094of three integers. If you pass an array to a function or assign it
10095to a program variable, @value{GDBN} copies the array to memory that
10096is @code{malloc}ed in the target program.
c906108c 10097
c906108c
SS
10098Because C is so widespread, most of the expressions shown in examples in
10099this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
10100Languages}, for information on how to use expressions in other
10101languages.
10102
10103In this section, we discuss operators that you can use in @value{GDBN}
10104expressions regardless of your programming language.
10105
15387254 10106@cindex casts, in expressions
c906108c
SS
10107Casts are supported in all languages, not just in C, because it is so
10108useful to cast a number into a pointer in order to examine a structure
10109at that address in memory.
10110@c FIXME: casts supported---Mod2 true?
c906108c
SS
10111
10112@value{GDBN} supports these operators, in addition to those common
10113to programming languages:
10114
10115@table @code
10116@item @@
10117@samp{@@} is a binary operator for treating parts of memory as arrays.
79a6e687 10118@xref{Arrays, ,Artificial Arrays}, for more information.
c906108c
SS
10119
10120@item ::
10121@samp{::} allows you to specify a variable in terms of the file or
79a6e687 10122function where it is defined. @xref{Variables, ,Program Variables}.
c906108c
SS
10123
10124@cindex @{@var{type}@}
10125@cindex type casting memory
10126@cindex memory, viewing as typed object
10127@cindex casts, to view memory
10128@item @{@var{type}@} @var{addr}
10129Refers to an object of type @var{type} stored at address @var{addr} in
697aa1b7
EZ
10130memory. The address @var{addr} may be any expression whose value is
10131an integer or pointer (but parentheses are required around binary
10132operators, just as in a cast). This construct is allowed regardless
10133of what kind of data is normally supposed to reside at @var{addr}.
c906108c
SS
10134@end table
10135
6ba66d6a
JB
10136@node Ambiguous Expressions
10137@section Ambiguous Expressions
10138@cindex ambiguous expressions
10139
10140Expressions can sometimes contain some ambiguous elements. For instance,
10141some programming languages (notably Ada, C@t{++} and Objective-C) permit
10142a single function name to be defined several times, for application in
10143different contexts. This is called @dfn{overloading}. Another example
10144involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
10145templates and is typically instantiated several times, resulting in
10146the same function name being defined in different contexts.
10147
10148In some cases and depending on the language, it is possible to adjust
10149the expression to remove the ambiguity. For instance in C@t{++}, you
10150can specify the signature of the function you want to break on, as in
10151@kbd{break @var{function}(@var{types})}. In Ada, using the fully
10152qualified name of your function often makes the expression unambiguous
10153as well.
10154
10155When an ambiguity that needs to be resolved is detected, the debugger
10156has the capability to display a menu of numbered choices for each
10157possibility, and then waits for the selection with the prompt @samp{>}.
10158The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10159aborts the current command. If the command in which the expression was
10160used allows more than one choice to be selected, the next option in the
10161menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10162choices.
10163
10164For example, the following session excerpt shows an attempt to set a
10165breakpoint at the overloaded symbol @code{String::after}.
10166We choose three particular definitions of that function name:
10167
10168@c FIXME! This is likely to change to show arg type lists, at least
10169@smallexample
10170@group
10171(@value{GDBP}) b String::after
10172[0] cancel
10173[1] all
10174[2] file:String.cc; line number:867
10175[3] file:String.cc; line number:860
10176[4] file:String.cc; line number:875
10177[5] file:String.cc; line number:853
10178[6] file:String.cc; line number:846
10179[7] file:String.cc; line number:735
10180> 2 4 6
10181Breakpoint 1 at 0xb26c: file String.cc, line 867.
10182Breakpoint 2 at 0xb344: file String.cc, line 875.
10183Breakpoint 3 at 0xafcc: file String.cc, line 846.
10184Multiple breakpoints were set.
10185Use the "delete" command to delete unwanted
10186 breakpoints.
10187(@value{GDBP})
10188@end group
10189@end smallexample
10190
10191@table @code
10192@kindex set multiple-symbols
10193@item set multiple-symbols @var{mode}
10194@cindex multiple-symbols menu
10195
10196This option allows you to adjust the debugger behavior when an expression
10197is ambiguous.
10198
10199By default, @var{mode} is set to @code{all}. If the command with which
10200the expression is used allows more than one choice, then @value{GDBN}
10201automatically selects all possible choices. For instance, inserting
10202a breakpoint on a function using an ambiguous name results in a breakpoint
10203inserted on each possible match. However, if a unique choice must be made,
10204then @value{GDBN} uses the menu to help you disambiguate the expression.
10205For instance, printing the address of an overloaded function will result
10206in the use of the menu.
10207
10208When @var{mode} is set to @code{ask}, the debugger always uses the menu
10209when an ambiguity is detected.
10210
10211Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10212an error due to the ambiguity and the command is aborted.
10213
10214@kindex show multiple-symbols
10215@item show multiple-symbols
10216Show the current value of the @code{multiple-symbols} setting.
10217@end table
10218
6d2ebf8b 10219@node Variables
79a6e687 10220@section Program Variables
c906108c
SS
10221
10222The most common kind of expression to use is the name of a variable
10223in your program.
10224
10225Variables in expressions are understood in the selected stack frame
79a6e687 10226(@pxref{Selection, ,Selecting a Frame}); they must be either:
c906108c
SS
10227
10228@itemize @bullet
10229@item
10230global (or file-static)
10231@end itemize
10232
5d161b24 10233@noindent or
c906108c
SS
10234
10235@itemize @bullet
10236@item
10237visible according to the scope rules of the
10238programming language from the point of execution in that frame
5d161b24 10239@end itemize
c906108c
SS
10240
10241@noindent This means that in the function
10242
474c8240 10243@smallexample
c906108c
SS
10244foo (a)
10245 int a;
10246@{
10247 bar (a);
10248 @{
10249 int b = test ();
10250 bar (b);
10251 @}
10252@}
474c8240 10253@end smallexample
c906108c
SS
10254
10255@noindent
10256you can examine and use the variable @code{a} whenever your program is
10257executing within the function @code{foo}, but you can only use or
10258examine the variable @code{b} while your program is executing inside
10259the block where @code{b} is declared.
10260
10261@cindex variable name conflict
10262There is an exception: you can refer to a variable or function whose
10263scope is a single source file even if the current execution point is not
10264in this file. But it is possible to have more than one such variable or
10265function with the same name (in different source files). If that
10266happens, referring to that name has unpredictable effects. If you wish,
72384ba3 10267you can specify a static variable in a particular function or file by
15387254 10268using the colon-colon (@code{::}) notation:
c906108c 10269
d4f3574e 10270@cindex colon-colon, context for variables/functions
12c27660 10271@ifnotinfo
c906108c 10272@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 10273@cindex @code{::}, context for variables/functions
12c27660 10274@end ifnotinfo
474c8240 10275@smallexample
c906108c
SS
10276@var{file}::@var{variable}
10277@var{function}::@var{variable}
474c8240 10278@end smallexample
c906108c
SS
10279
10280@noindent
10281Here @var{file} or @var{function} is the name of the context for the
10282static @var{variable}. In the case of file names, you can use quotes to
10283make sure @value{GDBN} parses the file name as a single word---for example,
10284to print a global value of @code{x} defined in @file{f2.c}:
10285
474c8240 10286@smallexample
c906108c 10287(@value{GDBP}) p 'f2.c'::x
474c8240 10288@end smallexample
c906108c 10289
72384ba3
PH
10290The @code{::} notation is normally used for referring to
10291static variables, since you typically disambiguate uses of local variables
10292in functions by selecting the appropriate frame and using the
10293simple name of the variable. However, you may also use this notation
10294to refer to local variables in frames enclosing the selected frame:
10295
10296@smallexample
10297void
10298foo (int a)
10299@{
10300 if (a < 10)
10301 bar (a);
10302 else
10303 process (a); /* Stop here */
10304@}
10305
10306int
10307bar (int a)
10308@{
10309 foo (a + 5);
10310@}
10311@end smallexample
10312
10313@noindent
10314For example, if there is a breakpoint at the commented line,
10315here is what you might see
10316when the program stops after executing the call @code{bar(0)}:
10317
10318@smallexample
10319(@value{GDBP}) p a
10320$1 = 10
10321(@value{GDBP}) p bar::a
10322$2 = 5
10323(@value{GDBP}) up 2
10324#2 0x080483d0 in foo (a=5) at foobar.c:12
10325(@value{GDBP}) p a
10326$3 = 5
10327(@value{GDBP}) p bar::a
10328$4 = 0
10329@end smallexample
10330
b37052ae 10331@cindex C@t{++} scope resolution
805e1f19
TT
10332These uses of @samp{::} are very rarely in conflict with the very
10333similar use of the same notation in C@t{++}. When they are in
10334conflict, the C@t{++} meaning takes precedence; however, this can be
10335overridden by quoting the file or function name with single quotes.
10336
10337For example, suppose the program is stopped in a method of a class
10338that has a field named @code{includefile}, and there is also an
10339include file named @file{includefile} that defines a variable,
10340@code{some_global}.
10341
10342@smallexample
10343(@value{GDBP}) p includefile
10344$1 = 23
10345(@value{GDBP}) p includefile::some_global
10346A syntax error in expression, near `'.
10347(@value{GDBP}) p 'includefile'::some_global
10348$2 = 27
10349@end smallexample
c906108c
SS
10350
10351@cindex wrong values
10352@cindex variable values, wrong
15387254
EZ
10353@cindex function entry/exit, wrong values of variables
10354@cindex optimized code, wrong values of variables
c906108c
SS
10355@quotation
10356@emph{Warning:} Occasionally, a local variable may appear to have the
10357wrong value at certain points in a function---just after entry to a new
10358scope, and just before exit.
10359@end quotation
10360You may see this problem when you are stepping by machine instructions.
10361This is because, on most machines, it takes more than one instruction to
10362set up a stack frame (including local variable definitions); if you are
10363stepping by machine instructions, variables may appear to have the wrong
10364values until the stack frame is completely built. On exit, it usually
10365also takes more than one machine instruction to destroy a stack frame;
10366after you begin stepping through that group of instructions, local
10367variable definitions may be gone.
10368
10369This may also happen when the compiler does significant optimizations.
10370To be sure of always seeing accurate values, turn off all optimization
10371when compiling.
10372
d4f3574e
SS
10373@cindex ``No symbol "foo" in current context''
10374Another possible effect of compiler optimizations is to optimize
10375unused variables out of existence, or assign variables to registers (as
10376opposed to memory addresses). Depending on the support for such cases
10377offered by the debug info format used by the compiler, @value{GDBN}
10378might not be able to display values for such local variables. If that
10379happens, @value{GDBN} will print a message like this:
10380
474c8240 10381@smallexample
d4f3574e 10382No symbol "foo" in current context.
474c8240 10383@end smallexample
d4f3574e
SS
10384
10385To solve such problems, either recompile without optimizations, or use a
10386different debug info format, if the compiler supports several such
e0f8f636
TT
10387formats. @xref{Compilation}, for more information on choosing compiler
10388options. @xref{C, ,C and C@t{++}}, for more information about debug
10389info formats that are best suited to C@t{++} programs.
d4f3574e 10390
ab1adacd
EZ
10391If you ask to print an object whose contents are unknown to
10392@value{GDBN}, e.g., because its data type is not completely specified
10393by the debug information, @value{GDBN} will say @samp{<incomplete
10394type>}. @xref{Symbols, incomplete type}, for more about this.
10395
d69cf9b2
PA
10396@cindex no debug info variables
10397If you try to examine or use the value of a (global) variable for
10398which @value{GDBN} has no type information, e.g., because the program
10399includes no debug information, @value{GDBN} displays an error message.
10400@xref{Symbols, unknown type}, for more about unknown types. If you
10401cast the variable to its declared type, @value{GDBN} gets the
10402variable's value using the cast-to type as the variable's type. For
10403example, in a C program:
10404
10405@smallexample
10406 (@value{GDBP}) p var
10407 'var' has unknown type; cast it to its declared type
10408 (@value{GDBP}) p (float) var
10409 $1 = 3.14
10410@end smallexample
10411
36b11add
JK
10412If you append @kbd{@@entry} string to a function parameter name you get its
10413value at the time the function got called. If the value is not available an
10414error message is printed. Entry values are available only with some compilers.
10415Entry values are normally also printed at the function parameter list according
10416to @ref{set print entry-values}.
10417
10418@smallexample
10419Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
1042029 i++;
10421(gdb) next
1042230 e (i);
10423(gdb) print i
10424$1 = 31
10425(gdb) print i@@entry
10426$2 = 30
10427@end smallexample
10428
3a60f64e
JK
10429Strings are identified as arrays of @code{char} values without specified
10430signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10431printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10432@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10433defines literal string type @code{"char"} as @code{char} without a sign.
10434For program code
10435
10436@smallexample
10437char var0[] = "A";
10438signed char var1[] = "A";
10439@end smallexample
10440
10441You get during debugging
10442@smallexample
10443(gdb) print var0
10444$1 = "A"
10445(gdb) print var1
10446$2 = @{65 'A', 0 '\0'@}
10447@end smallexample
10448
6d2ebf8b 10449@node Arrays
79a6e687 10450@section Artificial Arrays
c906108c
SS
10451
10452@cindex artificial array
15387254 10453@cindex arrays
41afff9a 10454@kindex @@@r{, referencing memory as an array}
c906108c
SS
10455It is often useful to print out several successive objects of the
10456same type in memory; a section of an array, or an array of
10457dynamically determined size for which only a pointer exists in the
10458program.
10459
10460You can do this by referring to a contiguous span of memory as an
10461@dfn{artificial array}, using the binary operator @samp{@@}. The left
10462operand of @samp{@@} should be the first element of the desired array
10463and be an individual object. The right operand should be the desired length
10464of the array. The result is an array value whose elements are all of
10465the type of the left argument. The first element is actually the left
10466argument; the second element comes from bytes of memory immediately
10467following those that hold the first element, and so on. Here is an
10468example. If a program says
10469
474c8240 10470@smallexample
c906108c 10471int *array = (int *) malloc (len * sizeof (int));
474c8240 10472@end smallexample
c906108c
SS
10473
10474@noindent
10475you can print the contents of @code{array} with
10476
474c8240 10477@smallexample
c906108c 10478p *array@@len
474c8240 10479@end smallexample
c906108c
SS
10480
10481The left operand of @samp{@@} must reside in memory. Array values made
10482with @samp{@@} in this way behave just like other arrays in terms of
10483subscripting, and are coerced to pointers when used in expressions.
10484Artificial arrays most often appear in expressions via the value history
79a6e687 10485(@pxref{Value History, ,Value History}), after printing one out.
c906108c
SS
10486
10487Another way to create an artificial array is to use a cast.
10488This re-interprets a value as if it were an array.
10489The value need not be in memory:
474c8240 10490@smallexample
c906108c
SS
10491(@value{GDBP}) p/x (short[2])0x12345678
10492$1 = @{0x1234, 0x5678@}
474c8240 10493@end smallexample
c906108c
SS
10494
10495As a convenience, if you leave the array length out (as in
c3f6f71d 10496@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 10497the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 10498@smallexample
c906108c
SS
10499(@value{GDBP}) p/x (short[])0x12345678
10500$2 = @{0x1234, 0x5678@}
474c8240 10501@end smallexample
c906108c
SS
10502
10503Sometimes the artificial array mechanism is not quite enough; in
10504moderately complex data structures, the elements of interest may not
10505actually be adjacent---for example, if you are interested in the values
10506of pointers in an array. One useful work-around in this situation is
10507to use a convenience variable (@pxref{Convenience Vars, ,Convenience
79a6e687 10508Variables}) as a counter in an expression that prints the first
c906108c
SS
10509interesting value, and then repeat that expression via @key{RET}. For
10510instance, suppose you have an array @code{dtab} of pointers to
10511structures, and you are interested in the values of a field @code{fv}
10512in each structure. Here is an example of what you might type:
10513
474c8240 10514@smallexample
c906108c
SS
10515set $i = 0
10516p dtab[$i++]->fv
10517@key{RET}
10518@key{RET}
10519@dots{}
474c8240 10520@end smallexample
c906108c 10521
6d2ebf8b 10522@node Output Formats
79a6e687 10523@section Output Formats
c906108c
SS
10524
10525@cindex formatted output
10526@cindex output formats
10527By default, @value{GDBN} prints a value according to its data type. Sometimes
10528this is not what you want. For example, you might want to print a number
10529in hex, or a pointer in decimal. Or you might want to view data in memory
10530at a certain address as a character string or as an instruction. To do
10531these things, specify an @dfn{output format} when you print a value.
10532
10533The simplest use of output formats is to say how to print a value
10534already computed. This is done by starting the arguments of the
10535@code{print} command with a slash and a format letter. The format
10536letters supported are:
10537
10538@table @code
10539@item x
10540Regard the bits of the value as an integer, and print the integer in
10541hexadecimal.
10542
10543@item d
10544Print as integer in signed decimal.
10545
10546@item u
10547Print as integer in unsigned decimal.
10548
10549@item o
10550Print as integer in octal.
10551
10552@item t
10553Print as integer in binary. The letter @samp{t} stands for ``two''.
10554@footnote{@samp{b} cannot be used because these format letters are also
10555used with the @code{x} command, where @samp{b} stands for ``byte'';
79a6e687 10556see @ref{Memory,,Examining Memory}.}
c906108c
SS
10557
10558@item a
10559@cindex unknown address, locating
3d67e040 10560@cindex locate address
c906108c
SS
10561Print as an address, both absolute in hexadecimal and as an offset from
10562the nearest preceding symbol. You can use this format used to discover
10563where (in what function) an unknown address is located:
10564
474c8240 10565@smallexample
c906108c
SS
10566(@value{GDBP}) p/a 0x54320
10567$3 = 0x54320 <_initialize_vx+396>
474c8240 10568@end smallexample
c906108c 10569
3d67e040
EZ
10570@noindent
10571The command @code{info symbol 0x54320} yields similar results.
10572@xref{Symbols, info symbol}.
10573
c906108c 10574@item c
51274035
EZ
10575Regard as an integer and print it as a character constant. This
10576prints both the numerical value and its character representation. The
10577character representation is replaced with the octal escape @samp{\nnn}
10578for characters outside the 7-bit @sc{ascii} range.
c906108c 10579
ea37ba09
DJ
10580Without this format, @value{GDBN} displays @code{char},
10581@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10582constants. Single-byte members of vectors are displayed as integer
10583data.
10584
c906108c
SS
10585@item f
10586Regard the bits of the value as a floating point number and print
10587using typical floating point syntax.
ea37ba09
DJ
10588
10589@item s
10590@cindex printing strings
10591@cindex printing byte arrays
10592Regard as a string, if possible. With this format, pointers to single-byte
10593data are displayed as null-terminated strings and arrays of single-byte data
10594are displayed as fixed-length strings. Other values are displayed in their
10595natural types.
10596
10597Without this format, @value{GDBN} displays pointers to and arrays of
10598@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10599strings. Single-byte members of a vector are displayed as an integer
10600array.
a6bac58e 10601
6fbe845e
AB
10602@item z
10603Like @samp{x} formatting, the value is treated as an integer and
10604printed as hexadecimal, but leading zeros are printed to pad the value
10605to the size of the integer type.
10606
a6bac58e
TT
10607@item r
10608@cindex raw printing
10609Print using the @samp{raw} formatting. By default, @value{GDBN} will
78e2826b
TT
10610use a Python-based pretty-printer, if one is available (@pxref{Pretty
10611Printing}). This typically results in a higher-level display of the
10612value's contents. The @samp{r} format bypasses any Python
10613pretty-printer which might exist.
c906108c
SS
10614@end table
10615
10616For example, to print the program counter in hex (@pxref{Registers}), type
10617
474c8240 10618@smallexample
c906108c 10619p/x $pc
474c8240 10620@end smallexample
c906108c
SS
10621
10622@noindent
10623Note that no space is required before the slash; this is because command
10624names in @value{GDBN} cannot contain a slash.
10625
10626To reprint the last value in the value history with a different format,
10627you can use the @code{print} command with just a format and no
10628expression. For example, @samp{p/x} reprints the last value in hex.
10629
6d2ebf8b 10630@node Memory
79a6e687 10631@section Examining Memory
c906108c
SS
10632
10633You can use the command @code{x} (for ``examine'') to examine memory in
10634any of several formats, independently of your program's data types.
10635
10636@cindex examining memory
10637@table @code
41afff9a 10638@kindex x @r{(examine memory)}
c906108c
SS
10639@item x/@var{nfu} @var{addr}
10640@itemx x @var{addr}
10641@itemx x
10642Use the @code{x} command to examine memory.
10643@end table
10644
10645@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10646much memory to display and how to format it; @var{addr} is an
10647expression giving the address where you want to start displaying memory.
10648If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10649Several commands set convenient defaults for @var{addr}.
10650
10651@table @r
10652@item @var{n}, the repeat count
10653The repeat count is a decimal integer; the default is 1. It specifies
bb556f1f
TK
10654how much memory (counting by units @var{u}) to display. If a negative
10655number is specified, memory is examined backward from @var{addr}.
c906108c
SS
10656@c This really is **decimal**; unaffected by 'set radix' as of GDB
10657@c 4.1.2.
10658
10659@item @var{f}, the display format
51274035
EZ
10660The display format is one of the formats used by @code{print}
10661(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
ea37ba09
DJ
10662@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10663The default is @samp{x} (hexadecimal) initially. The default changes
10664each time you use either @code{x} or @code{print}.
c906108c
SS
10665
10666@item @var{u}, the unit size
10667The unit size is any of
10668
10669@table @code
10670@item b
10671Bytes.
10672@item h
10673Halfwords (two bytes).
10674@item w
10675Words (four bytes). This is the initial default.
10676@item g
10677Giant words (eight bytes).
10678@end table
10679
10680Each time you specify a unit size with @code{x}, that size becomes the
9a22f0d0
PM
10681default unit the next time you use @code{x}. For the @samp{i} format,
10682the unit size is ignored and is normally not written. For the @samp{s} format,
10683the unit size defaults to @samp{b}, unless it is explicitly given.
10684Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
1068532-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10686Note that the results depend on the programming language of the
10687current compilation unit. If the language is C, the @samp{s}
10688modifier will use the UTF-16 encoding while @samp{w} will use
10689UTF-32. The encoding is set by the programming language and cannot
10690be altered.
c906108c
SS
10691
10692@item @var{addr}, starting display address
10693@var{addr} is the address where you want @value{GDBN} to begin displaying
10694memory. The expression need not have a pointer value (though it may);
10695it is always interpreted as an integer address of a byte of memory.
10696@xref{Expressions, ,Expressions}, for more information on expressions. The default for
10697@var{addr} is usually just after the last address examined---but several
10698other commands also set the default address: @code{info breakpoints} (to
10699the address of the last breakpoint listed), @code{info line} (to the
10700starting address of a line), and @code{print} (if you use it to display
10701a value from memory).
10702@end table
10703
10704For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10705(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10706starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10707words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 10708@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c 10709
bb556f1f
TK
10710You can also specify a negative repeat count to examine memory backward
10711from the given address. For example, @samp{x/-3uh 0x54320} prints three
10712halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10713
c906108c
SS
10714Since the letters indicating unit sizes are all distinct from the
10715letters specifying output formats, you do not have to remember whether
10716unit size or format comes first; either order works. The output
10717specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10718(However, the count @var{n} must come first; @samp{wx4} does not work.)
10719
10720Even though the unit size @var{u} is ignored for the formats @samp{s}
10721and @samp{i}, you might still want to use a count @var{n}; for example,
10722@samp{3i} specifies that you want to see three machine instructions,
a4642986
MR
10723including any operands. For convenience, especially when used with
10724the @code{display} command, the @samp{i} format also prints branch delay
10725slot instructions, if any, beyond the count specified, which immediately
10726follow the last instruction that is within the count. The command
10727@code{disassemble} gives an alternative way of inspecting machine
10728instructions; see @ref{Machine Code,,Source and Machine Code}.
c906108c 10729
bb556f1f
TK
10730If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10731the command displays null-terminated strings or instructions before the given
10732address as many as the absolute value of the given number. For the @samp{i}
10733format, we use line number information in the debug info to accurately locate
10734instruction boundaries while disassembling backward. If line info is not
10735available, the command stops examining memory with an error message.
10736
c906108c
SS
10737All the defaults for the arguments to @code{x} are designed to make it
10738easy to continue scanning memory with minimal specifications each time
10739you use @code{x}. For example, after you have inspected three machine
10740instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10741with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10742the repeat count @var{n} is used again; the other arguments default as
10743for successive uses of @code{x}.
10744
2b28d209
PP
10745When examining machine instructions, the instruction at current program
10746counter is shown with a @code{=>} marker. For example:
10747
10748@smallexample
10749(@value{GDBP}) x/5i $pc-6
10750 0x804837f <main+11>: mov %esp,%ebp
10751 0x8048381 <main+13>: push %ecx
10752 0x8048382 <main+14>: sub $0x4,%esp
10753=> 0x8048385 <main+17>: movl $0x8048460,(%esp)
10754 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10755@end smallexample
10756
c906108c
SS
10757@cindex @code{$_}, @code{$__}, and value history
10758The addresses and contents printed by the @code{x} command are not saved
10759in the value history because there is often too much of them and they
10760would get in the way. Instead, @value{GDBN} makes these values available for
10761subsequent use in expressions as values of the convenience variables
10762@code{$_} and @code{$__}. After an @code{x} command, the last address
10763examined is available for use in expressions in the convenience variable
10764@code{$_}. The contents of that address, as examined, are available in
10765the convenience variable @code{$__}.
10766
10767If the @code{x} command has a repeat count, the address and contents saved
10768are from the last memory unit printed; this is not the same as the last
10769address printed if several units were printed on the last line of output.
10770
a86c90e6
SM
10771@anchor{addressable memory unit}
10772@cindex addressable memory unit
10773Most targets have an addressable memory unit size of 8 bits. This means
10774that to each memory address are associated 8 bits of data. Some
10775targets, however, have other addressable memory unit sizes.
10776Within @value{GDBN} and this document, the term
10777@dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10778when explicitly referring to a chunk of data of that size. The word
10779@dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10780the addressable memory unit size of the target. For most systems,
10781addressable memory unit is a synonym of byte.
10782
09d4efe1 10783@cindex remote memory comparison
936d2992 10784@cindex target memory comparison
09d4efe1 10785@cindex verify remote memory image
936d2992 10786@cindex verify target memory image
09d4efe1 10787When you are debugging a program running on a remote target machine
936d2992
PA
10788(@pxref{Remote Debugging}), you may wish to verify the program's image
10789in the remote machine's memory against the executable file you
10790downloaded to the target. Or, on any target, you may want to check
10791whether the program has corrupted its own read-only sections. The
10792@code{compare-sections} command is provided for such situations.
09d4efe1
EZ
10793
10794@table @code
10795@kindex compare-sections
95cf3b38 10796@item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
09d4efe1
EZ
10797Compare the data of a loadable section @var{section-name} in the
10798executable file of the program being debugged with the same section in
936d2992 10799the target machine's memory, and report any mismatches. With no
95cf3b38 10800arguments, compares all loadable sections. With an argument of
936d2992
PA
10801@code{-r}, compares all loadable read-only sections.
10802
10803Note: for remote targets, this command can be accelerated if the
10804target supports computing the CRC checksum of a block of memory
10805(@pxref{qCRC packet}).
09d4efe1
EZ
10806@end table
10807
6d2ebf8b 10808@node Auto Display
79a6e687 10809@section Automatic Display
c906108c
SS
10810@cindex automatic display
10811@cindex display of expressions
10812
10813If you find that you want to print the value of an expression frequently
10814(to see how it changes), you might want to add it to the @dfn{automatic
10815display list} so that @value{GDBN} prints its value each time your program stops.
10816Each expression added to the list is given a number to identify it;
10817to remove an expression from the list, you specify that number.
10818The automatic display looks like this:
10819
474c8240 10820@smallexample
c906108c
SS
108212: foo = 38
108223: bar[5] = (struct hack *) 0x3804
474c8240 10823@end smallexample
c906108c
SS
10824
10825@noindent
10826This display shows item numbers, expressions and their current values. As with
10827displays you request manually using @code{x} or @code{print}, you can
10828specify the output format you prefer; in fact, @code{display} decides
ea37ba09
DJ
10829whether to use @code{print} or @code{x} depending your format
10830specification---it uses @code{x} if you specify either the @samp{i}
10831or @samp{s} format, or a unit size; otherwise it uses @code{print}.
c906108c
SS
10832
10833@table @code
10834@kindex display
d4f3574e
SS
10835@item display @var{expr}
10836Add the expression @var{expr} to the list of expressions to display
c906108c
SS
10837each time your program stops. @xref{Expressions, ,Expressions}.
10838
10839@code{display} does not repeat if you press @key{RET} again after using it.
10840
d4f3574e 10841@item display/@var{fmt} @var{expr}
c906108c 10842For @var{fmt} specifying only a display format and not a size or
d4f3574e 10843count, add the expression @var{expr} to the auto-display list but
c906108c 10844arrange to display it each time in the specified format @var{fmt}.
79a6e687 10845@xref{Output Formats,,Output Formats}.
c906108c
SS
10846
10847@item display/@var{fmt} @var{addr}
10848For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10849number of units, add the expression @var{addr} as a memory address to
10850be examined each time your program stops. Examining means in effect
79a6e687 10851doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
c906108c
SS
10852@end table
10853
10854For example, @samp{display/i $pc} can be helpful, to see the machine
10855instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 10856is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
10857
10858@table @code
10859@kindex delete display
10860@kindex undisplay
10861@item undisplay @var{dnums}@dots{}
10862@itemx delete display @var{dnums}@dots{}
c9174737
PA
10863Remove items from the list of expressions to display. Specify the
10864numbers of the displays that you want affected with the command
10865argument @var{dnums}. It can be a single display number, one of the
10866numbers shown in the first field of the @samp{info display} display;
10867or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
10868
10869@code{undisplay} does not repeat if you press @key{RET} after using it.
10870(Otherwise you would just get the error @samp{No display number @dots{}}.)
10871
10872@kindex disable display
10873@item disable display @var{dnums}@dots{}
10874Disable the display of item numbers @var{dnums}. A disabled display
10875item is not printed automatically, but is not forgotten. It may be
c9174737
PA
10876enabled again later. Specify the numbers of the displays that you
10877want affected with the command argument @var{dnums}. It can be a
10878single display number, one of the numbers shown in the first field of
10879the @samp{info display} display; or it could be a range of display
10880numbers, as in @code{2-4}.
c906108c
SS
10881
10882@kindex enable display
10883@item enable display @var{dnums}@dots{}
10884Enable display of item numbers @var{dnums}. It becomes effective once
10885again in auto display of its expression, until you specify otherwise.
c9174737
PA
10886Specify the numbers of the displays that you want affected with the
10887command argument @var{dnums}. It can be a single display number, one
10888of the numbers shown in the first field of the @samp{info display}
10889display; or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
10890
10891@item display
10892Display the current values of the expressions on the list, just as is
10893done when your program stops.
10894
10895@kindex info display
10896@item info display
10897Print the list of expressions previously set up to display
10898automatically, each one with its item number, but without showing the
10899values. This includes disabled expressions, which are marked as such.
10900It also includes expressions which would not be displayed right now
10901because they refer to automatic variables not currently available.
10902@end table
10903
15387254 10904@cindex display disabled out of scope
c906108c
SS
10905If a display expression refers to local variables, then it does not make
10906sense outside the lexical context for which it was set up. Such an
10907expression is disabled when execution enters a context where one of its
10908variables is not defined. For example, if you give the command
10909@code{display last_char} while inside a function with an argument
10910@code{last_char}, @value{GDBN} displays this argument while your program
10911continues to stop inside that function. When it stops elsewhere---where
10912there is no variable @code{last_char}---the display is disabled
10913automatically. The next time your program stops where @code{last_char}
10914is meaningful, you can enable the display expression once again.
10915
6d2ebf8b 10916@node Print Settings
79a6e687 10917@section Print Settings
c906108c
SS
10918
10919@cindex format options
10920@cindex print settings
10921@value{GDBN} provides the following ways to control how arrays, structures,
10922and symbols are printed.
10923
10924@noindent
10925These settings are useful for debugging programs in any language:
10926
10927@table @code
4644b6e3 10928@kindex set print
3345721a 10929@anchor{set print address}
c906108c
SS
10930@item set print address
10931@itemx set print address on
4644b6e3 10932@cindex print/don't print memory addresses
c906108c
SS
10933@value{GDBN} prints memory addresses showing the location of stack
10934traces, structure values, pointer values, breakpoints, and so forth,
10935even when it also displays the contents of those addresses. The default
10936is @code{on}. For example, this is what a stack frame display looks like with
10937@code{set print address on}:
10938
10939@smallexample
10940@group
10941(@value{GDBP}) f
10942#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
10943 at input.c:530
10944530 if (lquote != def_lquote)
10945@end group
10946@end smallexample
10947
10948@item set print address off
10949Do not print addresses when displaying their contents. For example,
10950this is the same stack frame displayed with @code{set print address off}:
10951
10952@smallexample
10953@group
10954(@value{GDBP}) set print addr off
10955(@value{GDBP}) f
10956#0 set_quotes (lq="<<", rq=">>") at input.c:530
10957530 if (lquote != def_lquote)
10958@end group
10959@end smallexample
10960
10961You can use @samp{set print address off} to eliminate all machine
10962dependent displays from the @value{GDBN} interface. For example, with
10963@code{print address off}, you should get the same text for backtraces on
10964all machines---whether or not they involve pointer arguments.
10965
4644b6e3 10966@kindex show print
c906108c
SS
10967@item show print address
10968Show whether or not addresses are to be printed.
10969@end table
10970
10971When @value{GDBN} prints a symbolic address, it normally prints the
10972closest earlier symbol plus an offset. If that symbol does not uniquely
10973identify the address (for example, it is a name whose scope is a single
10974source file), you may need to clarify. One way to do this is with
10975@code{info line}, for example @samp{info line *0x4537}. Alternately,
10976you can set @value{GDBN} to print the source file and line number when
10977it prints a symbolic address:
10978
10979@table @code
c906108c 10980@item set print symbol-filename on
9c16f35a
EZ
10981@cindex source file and line of a symbol
10982@cindex symbol, source file and line
c906108c
SS
10983Tell @value{GDBN} to print the source file name and line number of a
10984symbol in the symbolic form of an address.
10985
10986@item set print symbol-filename off
10987Do not print source file name and line number of a symbol. This is the
10988default.
10989
c906108c
SS
10990@item show print symbol-filename
10991Show whether or not @value{GDBN} will print the source file name and
10992line number of a symbol in the symbolic form of an address.
10993@end table
10994
10995Another situation where it is helpful to show symbol filenames and line
10996numbers is when disassembling code; @value{GDBN} shows you the line
10997number and source file that corresponds to each instruction.
10998
10999Also, you may wish to see the symbolic form only if the address being
11000printed is reasonably close to the closest earlier symbol:
11001
11002@table @code
c906108c 11003@item set print max-symbolic-offset @var{max-offset}
f81d1120 11004@itemx set print max-symbolic-offset unlimited
4644b6e3 11005@cindex maximum value for offset of closest symbol
c906108c
SS
11006Tell @value{GDBN} to only display the symbolic form of an address if the
11007offset between the closest earlier symbol and the address is less than
f81d1120
PA
11008@var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
11009to always print the symbolic form of an address if any symbol precedes
11010it. Zero is equivalent to @code{unlimited}.
c906108c 11011
c906108c
SS
11012@item show print max-symbolic-offset
11013Ask how large the maximum offset is that @value{GDBN} prints in a
11014symbolic address.
11015@end table
11016
11017@cindex wild pointer, interpreting
11018@cindex pointer, finding referent
11019If you have a pointer and you are not sure where it points, try
11020@samp{set print symbol-filename on}. Then you can determine the name
11021and source file location of the variable where it points, using
11022@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
11023For example, here @value{GDBN} shows that a variable @code{ptt} points
11024at another variable @code{t}, defined in @file{hi2.c}:
11025
474c8240 11026@smallexample
c906108c
SS
11027(@value{GDBP}) set print symbol-filename on
11028(@value{GDBP}) p/a ptt
11029$4 = 0xe008 <t in hi2.c>
474c8240 11030@end smallexample
c906108c
SS
11031
11032@quotation
11033@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
11034does not show the symbol name and filename of the referent, even with
11035the appropriate @code{set print} options turned on.
11036@end quotation
11037
9cb709b6
TT
11038You can also enable @samp{/a}-like formatting all the time using
11039@samp{set print symbol on}:
11040
3345721a 11041@anchor{set print symbol}
9cb709b6
TT
11042@table @code
11043@item set print symbol on
11044Tell @value{GDBN} to print the symbol corresponding to an address, if
11045one exists.
11046
11047@item set print symbol off
11048Tell @value{GDBN} not to print the symbol corresponding to an
11049address. In this mode, @value{GDBN} will still print the symbol
11050corresponding to pointers to functions. This is the default.
11051
11052@item show print symbol
11053Show whether @value{GDBN} will display the symbol corresponding to an
11054address.
11055@end table
11056
c906108c
SS
11057Other settings control how different kinds of objects are printed:
11058
11059@table @code
3345721a 11060@anchor{set print array}
c906108c
SS
11061@item set print array
11062@itemx set print array on
4644b6e3 11063@cindex pretty print arrays
c906108c
SS
11064Pretty print arrays. This format is more convenient to read,
11065but uses more space. The default is off.
11066
11067@item set print array off
11068Return to compressed format for arrays.
11069
c906108c
SS
11070@item show print array
11071Show whether compressed or pretty format is selected for displaying
11072arrays.
11073
3c9c013a 11074@cindex print array indexes
3345721a 11075@anchor{set print array-indexes}
3c9c013a
JB
11076@item set print array-indexes
11077@itemx set print array-indexes on
11078Print the index of each element when displaying arrays. May be more
11079convenient to locate a given element in the array or quickly find the
11080index of a given element in that printed array. The default is off.
11081
11082@item set print array-indexes off
11083Stop printing element indexes when displaying arrays.
11084
11085@item show print array-indexes
11086Show whether the index of each element is printed when displaying
11087arrays.
11088
3345721a 11089@anchor{set print elements}
c906108c 11090@item set print elements @var{number-of-elements}
f81d1120 11091@itemx set print elements unlimited
4644b6e3 11092@cindex number of array elements to print
9c16f35a 11093@cindex limit on number of printed array elements
c906108c
SS
11094Set a limit on how many elements of an array @value{GDBN} will print.
11095If @value{GDBN} is printing a large array, it stops printing after it has
11096printed the number of elements set by the @code{set print elements} command.
11097This limit also applies to the display of strings.
d4f3574e 11098When @value{GDBN} starts, this limit is set to 200.
f81d1120
PA
11099Setting @var{number-of-elements} to @code{unlimited} or zero means
11100that the number of elements to print is unlimited.
c906108c 11101
c906108c
SS
11102@item show print elements
11103Display the number of elements of a large array that @value{GDBN} will print.
11104If the number is 0, then the printing is unlimited.
11105
3345721a 11106@anchor{set print frame-arguments}
b4740add 11107@item set print frame-arguments @var{value}
a0381d3a 11108@kindex set print frame-arguments
b4740add
JB
11109@cindex printing frame argument values
11110@cindex print all frame argument values
11111@cindex print frame argument values for scalars only
bc4268a5 11112@cindex do not print frame arguments
b4740add
JB
11113This command allows to control how the values of arguments are printed
11114when the debugger prints a frame (@pxref{Frames}). The possible
11115values are:
11116
11117@table @code
11118@item all
4f5376b2 11119The values of all arguments are printed.
b4740add
JB
11120
11121@item scalars
11122Print the value of an argument only if it is a scalar. The value of more
11123complex arguments such as arrays, structures, unions, etc, is replaced
4f5376b2
JB
11124by @code{@dots{}}. This is the default. Here is an example where
11125only scalar arguments are shown:
b4740add
JB
11126
11127@smallexample
11128#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
11129 at frame-args.c:23
11130@end smallexample
11131
11132@item none
11133None of the argument values are printed. Instead, the value of each argument
11134is replaced by @code{@dots{}}. In this case, the example above now becomes:
11135
11136@smallexample
11137#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
11138 at frame-args.c:23
11139@end smallexample
bc4268a5
PW
11140
11141@item presence
11142Only the presence of arguments is indicated by @code{@dots{}}.
11143The @code{@dots{}} are not printed for function without any arguments.
11144None of the argument names and values are printed.
11145In this case, the example above now becomes:
11146
11147@smallexample
11148#1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11149@end smallexample
11150
b4740add
JB
11151@end table
11152
4f5376b2
JB
11153By default, only scalar arguments are printed. This command can be used
11154to configure the debugger to print the value of all arguments, regardless
11155of their type. However, it is often advantageous to not print the value
11156of more complex parameters. For instance, it reduces the amount of
11157information printed in each frame, making the backtrace more readable.
11158Also, it improves performance when displaying Ada frames, because
11159the computation of large arguments can sometimes be CPU-intensive,
11160especially in large applications. Setting @code{print frame-arguments}
bc4268a5
PW
11161to @code{scalars} (the default), @code{none} or @code{presence} avoids
11162this computation, thus speeding up the display of each Ada frame.
b4740add
JB
11163
11164@item show print frame-arguments
11165Show how the value of arguments should be displayed when printing a frame.
11166
3345721a 11167@anchor{set print raw-frame-arguments}
2daf894e 11168@item set print raw-frame-arguments on
e7045703
DE
11169Print frame arguments in raw, non pretty-printed, form.
11170
2daf894e 11171@item set print raw-frame-arguments off
e7045703
DE
11172Print frame arguments in pretty-printed form, if there is a pretty-printer
11173for the value (@pxref{Pretty Printing}),
11174otherwise print the value in raw form.
11175This is the default.
11176
2daf894e 11177@item show print raw-frame-arguments
e7045703
DE
11178Show whether to print frame arguments in raw form.
11179
36b11add 11180@anchor{set print entry-values}
e18b2753
JK
11181@item set print entry-values @var{value}
11182@kindex set print entry-values
11183Set printing of frame argument values at function entry. In some cases
11184@value{GDBN} can determine the value of function argument which was passed by
11185the function caller, even if the value was modified inside the called function
11186and therefore is different. With optimized code, the current value could be
11187unavailable, but the entry value may still be known.
11188
11189The default value is @code{default} (see below for its description). Older
11190@value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11191this feature will behave in the @code{default} setting the same way as with the
11192@code{no} setting.
11193
11194This functionality is currently supported only by DWARF 2 debugging format and
216f72a1 11195the compiler has to produce @samp{DW_TAG_call_site} tags. With
e18b2753
JK
11196@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11197this information.
11198
11199The @var{value} parameter can be one of the following:
11200
11201@table @code
11202@item no
11203Print only actual parameter values, never print values from function entry
11204point.
11205@smallexample
11206#0 equal (val=5)
11207#0 different (val=6)
11208#0 lost (val=<optimized out>)
11209#0 born (val=10)
11210#0 invalid (val=<optimized out>)
11211@end smallexample
11212
11213@item only
11214Print only parameter values from function entry point. The actual parameter
11215values are never printed.
11216@smallexample
11217#0 equal (val@@entry=5)
11218#0 different (val@@entry=5)
11219#0 lost (val@@entry=5)
11220#0 born (val@@entry=<optimized out>)
11221#0 invalid (val@@entry=<optimized out>)
11222@end smallexample
11223
11224@item preferred
11225Print only parameter values from function entry point. If value from function
11226entry point is not known while the actual value is known, print the actual
11227value for such parameter.
11228@smallexample
11229#0 equal (val@@entry=5)
11230#0 different (val@@entry=5)
11231#0 lost (val@@entry=5)
11232#0 born (val=10)
11233#0 invalid (val@@entry=<optimized out>)
11234@end smallexample
11235
11236@item if-needed
11237Print actual parameter values. If actual parameter value is not known while
11238value from function entry point is known, print the entry point value for such
11239parameter.
11240@smallexample
11241#0 equal (val=5)
11242#0 different (val=6)
11243#0 lost (val@@entry=5)
11244#0 born (val=10)
11245#0 invalid (val=<optimized out>)
11246@end smallexample
11247
11248@item both
11249Always print both the actual parameter value and its value from function entry
11250point, even if values of one or both are not available due to compiler
11251optimizations.
11252@smallexample
11253#0 equal (val=5, val@@entry=5)
11254#0 different (val=6, val@@entry=5)
11255#0 lost (val=<optimized out>, val@@entry=5)
11256#0 born (val=10, val@@entry=<optimized out>)
11257#0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11258@end smallexample
11259
11260@item compact
11261Print the actual parameter value if it is known and also its value from
11262function entry point if it is known. If neither is known, print for the actual
11263value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11264values are known and identical, print the shortened
11265@code{param=param@@entry=VALUE} notation.
11266@smallexample
11267#0 equal (val=val@@entry=5)
11268#0 different (val=6, val@@entry=5)
11269#0 lost (val@@entry=5)
11270#0 born (val=10)
11271#0 invalid (val=<optimized out>)
11272@end smallexample
11273
11274@item default
11275Always print the actual parameter value. Print also its value from function
11276entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11277if both values are known and identical, print the shortened
11278@code{param=param@@entry=VALUE} notation.
11279@smallexample
11280#0 equal (val=val@@entry=5)
11281#0 different (val=6, val@@entry=5)
11282#0 lost (val=<optimized out>, val@@entry=5)
11283#0 born (val=10)
11284#0 invalid (val=<optimized out>)
11285@end smallexample
11286@end table
11287
11288For analysis messages on possible failures of frame argument values at function
11289entry resolution see @ref{set debug entry-values}.
11290
11291@item show print entry-values
11292Show the method being used for printing of frame argument values at function
11293entry.
11294
bc4268a5
PW
11295@anchor{set print frame-info}
11296@item set print frame-info @var{value}
11297@kindex set print frame-info
11298@cindex printing frame information
11299@cindex frame information, printing
11300This command allows to control the information printed when
11301the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11302for a general explanation about frames and frame information.
11303Note that some other settings (such as @code{set print frame-arguments}
11304and @code{set print address}) are also influencing if and how some frame
11305information is displayed. In particular, the frame program counter is never
11306printed if @code{set print address} is off.
11307
11308The possible values for @code{set print frame-info} are:
11309@table @code
11310@item short-location
11311Print the frame level, the program counter (if not at the
11312beginning of the location source line), the function, the function
11313arguments.
11314@item location
11315Same as @code{short-location} but also print the source file and source line
11316number.
11317@item location-and-address
11318Same as @code{location} but print the program counter even if located at the
11319beginning of the location source line.
11320@item source-line
11321Print the program counter (if not at the beginning of the location
11322source line), the line number and the source line.
11323@item source-and-location
11324Print what @code{location} and @code{source-line} are printing.
11325@item auto
11326The information printed for a frame is decided automatically
11327by the @value{GDBN} command that prints a frame.
11328For example, @code{frame} prints the information printed by
11329@code{source-and-location} while @code{stepi} will switch between
11330@code{source-line} and @code{source-and-location} depending on the program
11331counter.
11332The default value is @code{auto}.
11333@end table
11334
3345721a 11335@anchor{set print repeats}
f81d1120
PA
11336@item set print repeats @var{number-of-repeats}
11337@itemx set print repeats unlimited
9c16f35a
EZ
11338@cindex repeated array elements
11339Set the threshold for suppressing display of repeated array
d3e8051b 11340elements. When the number of consecutive identical elements of an
9c16f35a
EZ
11341array exceeds the threshold, @value{GDBN} prints the string
11342@code{"<repeats @var{n} times>"}, where @var{n} is the number of
11343identical repetitions, instead of displaying the identical elements
f81d1120
PA
11344themselves. Setting the threshold to @code{unlimited} or zero will
11345cause all elements to be individually printed. The default threshold
11346is 10.
9c16f35a
EZ
11347
11348@item show print repeats
11349Display the current threshold for printing repeated identical
11350elements.
11351
3345721a 11352@anchor{set print max-depth}
2e62ab40
AB
11353@item set print max-depth @var{depth}
11354@item set print max-depth unlimited
11355@cindex printing nested structures
11356Set the threshold after which nested structures are replaced with
11357ellipsis, this can make visualising deeply nested structures easier.
11358
11359For example, given this C code
11360
11361@smallexample
11362typedef struct s1 @{ int a; @} s1;
11363typedef struct s2 @{ s1 b; @} s2;
11364typedef struct s3 @{ s2 c; @} s3;
11365typedef struct s4 @{ s3 d; @} s4;
11366
11367s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11368@end smallexample
11369
11370The following table shows how different values of @var{depth} will
11371effect how @code{var} is printed by @value{GDBN}:
11372
11373@multitable @columnfractions .3 .7
11374@headitem @var{depth} setting @tab Result of @samp{p var}
11375@item unlimited
11376@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11377@item @code{0}
11378@tab @code{$1 = @{...@}}
11379@item @code{1}
11380@tab @code{$1 = @{d = @{...@}@}}
11381@item @code{2}
11382@tab @code{$1 = @{d = @{c = @{...@}@}@}}
11383@item @code{3}
11384@tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11385@item @code{4}
11386@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11387@end multitable
11388
11389To see the contents of structures that have been hidden the user can
11390either increase the print max-depth, or they can print the elements of
11391the structure that are visible, for example
11392
11393@smallexample
11394(gdb) set print max-depth 2
11395(gdb) p var
11396$1 = @{d = @{c = @{...@}@}@}
11397(gdb) p var.d
11398$2 = @{c = @{b = @{...@}@}@}
11399(gdb) p var.d.c
11400$3 = @{b = @{a = 3@}@}
11401@end smallexample
11402
11403The pattern used to replace nested structures varies based on
11404language, for most languages @code{@{...@}} is used, but Fortran uses
11405@code{(...)}.
11406
11407@item show print max-depth
11408Display the current threshold after which nested structures are
11409replaces with ellipsis.
11410
3345721a 11411@anchor{set print null-stop}
c906108c 11412@item set print null-stop
4644b6e3 11413@cindex @sc{null} elements in arrays
c906108c 11414Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 11415@sc{null} is encountered. This is useful when large arrays actually
c906108c 11416contain only short strings.
d4f3574e 11417The default is off.
c906108c 11418
9c16f35a
EZ
11419@item show print null-stop
11420Show whether @value{GDBN} stops printing an array on the first
11421@sc{null} character.
11422
3345721a 11423@anchor{set print pretty}
c906108c 11424@item set print pretty on
9c16f35a
EZ
11425@cindex print structures in indented form
11426@cindex indentation in structure display
5d161b24 11427Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
11428per line, like this:
11429
11430@smallexample
11431@group
11432$1 = @{
11433 next = 0x0,
11434 flags = @{
11435 sweet = 1,
11436 sour = 1
11437 @},
11438 meat = 0x54 "Pork"
11439@}
11440@end group
11441@end smallexample
11442
11443@item set print pretty off
11444Cause @value{GDBN} to print structures in a compact format, like this:
11445
11446@smallexample
11447@group
11448$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11449meat = 0x54 "Pork"@}
11450@end group
11451@end smallexample
11452
11453@noindent
11454This is the default format.
11455
c906108c
SS
11456@item show print pretty
11457Show which format @value{GDBN} is using to print structures.
11458
d8edc8b7
PW
11459@anchor{set print raw-values}
11460@item set print raw-values on
11461Print values in raw form, without applying the pretty
11462printers for the value.
11463
11464@item set print raw-values off
11465Print values in pretty-printed form, if there is a pretty-printer
11466for the value (@pxref{Pretty Printing}),
11467otherwise print the value in raw form.
11468
11469The default setting is ``off''.
11470
11471@item show print raw-values
11472Show whether to print values in raw form.
11473
c906108c 11474@item set print sevenbit-strings on
4644b6e3
EZ
11475@cindex eight-bit characters in strings
11476@cindex octal escapes in strings
c906108c
SS
11477Print using only seven-bit characters; if this option is set,
11478@value{GDBN} displays any eight-bit characters (in strings or
11479character values) using the notation @code{\}@var{nnn}. This setting is
11480best if you are working in English (@sc{ascii}) and you use the
11481high-order bit of characters as a marker or ``meta'' bit.
11482
11483@item set print sevenbit-strings off
11484Print full eight-bit characters. This allows the use of more
11485international character sets, and is the default.
11486
c906108c
SS
11487@item show print sevenbit-strings
11488Show whether or not @value{GDBN} is printing only seven-bit characters.
11489
3345721a 11490@anchor{set print union}
c906108c 11491@item set print union on
4644b6e3 11492@cindex unions in structures, printing
9c16f35a
EZ
11493Tell @value{GDBN} to print unions which are contained in structures
11494and other unions. This is the default setting.
c906108c
SS
11495
11496@item set print union off
9c16f35a
EZ
11497Tell @value{GDBN} not to print unions which are contained in
11498structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11499instead.
c906108c 11500
c906108c
SS
11501@item show print union
11502Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 11503structures and other unions.
c906108c
SS
11504
11505For example, given the declarations
11506
11507@smallexample
11508typedef enum @{Tree, Bug@} Species;
11509typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 11510typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
11511 Bug_forms;
11512
11513struct thing @{
11514 Species it;
11515 union @{
11516 Tree_forms tree;
11517 Bug_forms bug;
11518 @} form;
11519@};
11520
11521struct thing foo = @{Tree, @{Acorn@}@};
11522@end smallexample
11523
11524@noindent
11525with @code{set print union on} in effect @samp{p foo} would print
11526
11527@smallexample
11528$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11529@end smallexample
11530
11531@noindent
11532and with @code{set print union off} in effect it would print
11533
11534@smallexample
11535$1 = @{it = Tree, form = @{...@}@}
11536@end smallexample
9c16f35a
EZ
11537
11538@noindent
11539@code{set print union} affects programs written in C-like languages
11540and in Pascal.
c906108c
SS
11541@end table
11542
c906108c
SS
11543@need 1000
11544@noindent
b37052ae 11545These settings are of interest when debugging C@t{++} programs:
c906108c
SS
11546
11547@table @code
4644b6e3 11548@cindex demangling C@t{++} names
c906108c
SS
11549@item set print demangle
11550@itemx set print demangle on
b37052ae 11551Print C@t{++} names in their source form rather than in the encoded
c906108c 11552(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 11553linkage. The default is on.
c906108c 11554
c906108c 11555@item show print demangle
b37052ae 11556Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 11557
c906108c
SS
11558@item set print asm-demangle
11559@itemx set print asm-demangle on
b37052ae 11560Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
11561in assembler code printouts such as instruction disassemblies.
11562The default is off.
11563
c906108c 11564@item show print asm-demangle
b37052ae 11565Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
11566or demangled form.
11567
b37052ae
EZ
11568@cindex C@t{++} symbol decoding style
11569@cindex symbol decoding style, C@t{++}
a8f24a35 11570@kindex set demangle-style
c906108c 11571@item set demangle-style @var{style}
041be526
SM
11572Choose among several encoding schemes used by different compilers to represent
11573C@t{++} names. If you omit @var{style}, you will see a list of possible
11574formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11575decoding style by inspecting your program.
c906108c 11576
c906108c 11577@item show demangle-style
b37052ae 11578Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 11579
3345721a 11580@anchor{set print object}
c906108c
SS
11581@item set print object
11582@itemx set print object on
4644b6e3 11583@cindex derived type of an object, printing
9c16f35a 11584@cindex display derived types
c906108c
SS
11585When displaying a pointer to an object, identify the @emph{actual}
11586(derived) type of the object rather than the @emph{declared} type, using
625c0d47
TT
11587the virtual function table. Note that the virtual function table is
11588required---this feature can only work for objects that have run-time
11589type identification; a single virtual method in the object's declared
8264ba82
AG
11590type is sufficient. Note that this setting is also taken into account when
11591working with variable objects via MI (@pxref{GDB/MI}).
c906108c
SS
11592
11593@item set print object off
11594Display only the declared type of objects, without reference to the
11595virtual function table. This is the default setting.
11596
c906108c
SS
11597@item show print object
11598Show whether actual, or declared, object types are displayed.
11599
3345721a 11600@anchor{set print static-members}
c906108c
SS
11601@item set print static-members
11602@itemx set print static-members on
4644b6e3 11603@cindex static members of C@t{++} objects
b37052ae 11604Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
11605
11606@item set print static-members off
b37052ae 11607Do not print static members when displaying a C@t{++} object.
c906108c 11608
c906108c 11609@item show print static-members
9c16f35a
EZ
11610Show whether C@t{++} static members are printed or not.
11611
11612@item set print pascal_static-members
11613@itemx set print pascal_static-members on
d3e8051b
EZ
11614@cindex static members of Pascal objects
11615@cindex Pascal objects, static members display
9c16f35a
EZ
11616Print static members when displaying a Pascal object. The default is on.
11617
11618@item set print pascal_static-members off
11619Do not print static members when displaying a Pascal object.
11620
11621@item show print pascal_static-members
11622Show whether Pascal static members are printed or not.
c906108c
SS
11623
11624@c These don't work with HP ANSI C++ yet.
3345721a 11625@anchor{set print vtbl}
c906108c
SS
11626@item set print vtbl
11627@itemx set print vtbl on
4644b6e3 11628@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
11629@cindex virtual functions (C@t{++}) display
11630@cindex VTBL display
b37052ae 11631Pretty print C@t{++} virtual function tables. The default is off.
c906108c 11632(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 11633ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
11634
11635@item set print vtbl off
b37052ae 11636Do not pretty print C@t{++} virtual function tables.
c906108c 11637
c906108c 11638@item show print vtbl
b37052ae 11639Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 11640@end table
c906108c 11641
4c374409
JK
11642@node Pretty Printing
11643@section Pretty Printing
11644
11645@value{GDBN} provides a mechanism to allow pretty-printing of values using
11646Python code. It greatly simplifies the display of complex objects. This
11647mechanism works for both MI and the CLI.
11648
7b51bc51
DE
11649@menu
11650* Pretty-Printer Introduction:: Introduction to pretty-printers
11651* Pretty-Printer Example:: An example pretty-printer
11652* Pretty-Printer Commands:: Pretty-printer commands
11653@end menu
11654
11655@node Pretty-Printer Introduction
11656@subsection Pretty-Printer Introduction
11657
11658When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11659registered for the value. If there is then @value{GDBN} invokes the
11660pretty-printer to print the value. Otherwise the value is printed normally.
11661
11662Pretty-printers are normally named. This makes them easy to manage.
11663The @samp{info pretty-printer} command will list all the installed
11664pretty-printers with their names.
11665If a pretty-printer can handle multiple data types, then its
11666@dfn{subprinters} are the printers for the individual data types.
11667Each such subprinter has its own name.
4e04c971 11668The format of the name is @var{printer-name};@var{subprinter-name}.
7b51bc51
DE
11669
11670Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11671Typically they are automatically loaded and registered when the corresponding
11672debug information is loaded, thus making them available without having to
11673do anything special.
11674
11675There are three places where a pretty-printer can be registered.
11676
11677@itemize @bullet
11678@item
11679Pretty-printers registered globally are available when debugging
11680all inferiors.
11681
11682@item
11683Pretty-printers registered with a program space are available only
11684when debugging that program.
11685@xref{Progspaces In Python}, for more details on program spaces in Python.
11686
11687@item
11688Pretty-printers registered with an objfile are loaded and unloaded
11689with the corresponding objfile (e.g., shared library).
11690@xref{Objfiles In Python}, for more details on objfiles in Python.
11691@end itemize
11692
11693@xref{Selecting Pretty-Printers}, for further information on how
11694pretty-printers are selected,
11695
11696@xref{Writing a Pretty-Printer}, for implementing pretty printers
11697for new types.
11698
11699@node Pretty-Printer Example
11700@subsection Pretty-Printer Example
11701
11702Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
4c374409
JK
11703
11704@smallexample
11705(@value{GDBP}) print s
11706$1 = @{
11707 static npos = 4294967295,
11708 _M_dataplus = @{
11709 <std::allocator<char>> = @{
11710 <__gnu_cxx::new_allocator<char>> = @{
11711 <No data fields>@}, <No data fields>
11712 @},
11713 members of std::basic_string<char, std::char_traits<char>,
11714 std::allocator<char> >::_Alloc_hider:
11715 _M_p = 0x804a014 "abcd"
11716 @}
11717@}
11718@end smallexample
11719
11720With a pretty-printer for @code{std::string} only the contents are printed:
11721
11722@smallexample
11723(@value{GDBP}) print s
11724$2 = "abcd"
11725@end smallexample
11726
7b51bc51
DE
11727@node Pretty-Printer Commands
11728@subsection Pretty-Printer Commands
11729@cindex pretty-printer commands
11730
11731@table @code
11732@kindex info pretty-printer
11733@item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11734Print the list of installed pretty-printers.
11735This includes disabled pretty-printers, which are marked as such.
11736
11737@var{object-regexp} is a regular expression matching the objects
11738whose pretty-printers to list.
11739Objects can be @code{global}, the program space's file
11740(@pxref{Progspaces In Python}),
11741and the object files within that program space (@pxref{Objfiles In Python}).
11742@xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11743looks up a printer from these three objects.
11744
11745@var{name-regexp} is a regular expression matching the name of the printers
11746to list.
11747
11748@kindex disable pretty-printer
11749@item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11750Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11751A disabled pretty-printer is not forgotten, it may be enabled again later.
11752
11753@kindex enable pretty-printer
11754@item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11755Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11756@end table
11757
11758Example:
11759
11760Suppose we have three pretty-printers installed: one from library1.so
11761named @code{foo} that prints objects of type @code{foo}, and
11762another from library2.so named @code{bar} that prints two types of objects,
11763@code{bar1} and @code{bar2}.
11764
11765@smallexample
11766(gdb) info pretty-printer
11767library1.so:
11768 foo
11769library2.so:
11770 bar
11771 bar1
11772 bar2
11773(gdb) info pretty-printer library2
11774library2.so:
11775 bar
11776 bar1
11777 bar2
11778(gdb) disable pretty-printer library1
117791 printer disabled
117802 of 3 printers enabled
11781(gdb) info pretty-printer
11782library1.so:
11783 foo [disabled]
11784library2.so:
11785 bar
11786 bar1
11787 bar2
088a96da 11788(gdb) disable pretty-printer library2 bar;bar1
7b51bc51
DE
117891 printer disabled
117901 of 3 printers enabled
11791(gdb) info pretty-printer library2
11792library1.so:
11793 foo [disabled]
11794library2.so:
11795 bar
11796 bar1 [disabled]
11797 bar2
11798(gdb) disable pretty-printer library2 bar
117991 printer disabled
118000 of 3 printers enabled
11801(gdb) info pretty-printer library2
11802library1.so:
11803 foo [disabled]
11804library2.so:
11805 bar [disabled]
11806 bar1 [disabled]
11807 bar2
11808@end smallexample
11809
11810Note that for @code{bar} the entire printer can be disabled,
11811as can each individual subprinter.
4c374409 11812
d8edc8b7
PW
11813Printing values and frame arguments is done by default using
11814the enabled pretty printers.
11815
11816The print option @code{-raw-values} and @value{GDBN} setting
11817@code{set print raw-values} (@pxref{set print raw-values}) can be
11818used to print values without applying the enabled pretty printers.
11819
11820Similarly, the backtrace option @code{-raw-frame-arguments} and
11821@value{GDBN} setting @code{set print raw-frame-arguments}
11822(@pxref{set print raw-frame-arguments}) can be used to ignore the
11823enabled pretty printers when printing frame argument values.
11824
6d2ebf8b 11825@node Value History
79a6e687 11826@section Value History
c906108c
SS
11827
11828@cindex value history
9c16f35a 11829@cindex history of values printed by @value{GDBN}
5d161b24
DB
11830Values printed by the @code{print} command are saved in the @value{GDBN}
11831@dfn{value history}. This allows you to refer to them in other expressions.
11832Values are kept until the symbol table is re-read or discarded
11833(for example with the @code{file} or @code{symbol-file} commands).
11834When the symbol table changes, the value history is discarded,
11835since the values may contain pointers back to the types defined in the
c906108c
SS
11836symbol table.
11837
11838@cindex @code{$}
11839@cindex @code{$$}
11840@cindex history number
11841The values printed are given @dfn{history numbers} by which you can
11842refer to them. These are successive integers starting with one.
11843@code{print} shows you the history number assigned to a value by
11844printing @samp{$@var{num} = } before the value; here @var{num} is the
11845history number.
11846
11847To refer to any previous value, use @samp{$} followed by the value's
11848history number. The way @code{print} labels its output is designed to
11849remind you of this. Just @code{$} refers to the most recent value in
11850the history, and @code{$$} refers to the value before that.
11851@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11852is the value just prior to @code{$$}, @code{$$1} is equivalent to
11853@code{$$}, and @code{$$0} is equivalent to @code{$}.
11854
11855For example, suppose you have just printed a pointer to a structure and
11856want to see the contents of the structure. It suffices to type
11857
474c8240 11858@smallexample
c906108c 11859p *$
474c8240 11860@end smallexample
c906108c
SS
11861
11862If you have a chain of structures where the component @code{next} points
11863to the next one, you can print the contents of the next one with this:
11864
474c8240 11865@smallexample
c906108c 11866p *$.next
474c8240 11867@end smallexample
c906108c
SS
11868
11869@noindent
11870You can print successive links in the chain by repeating this
11871command---which you can do by just typing @key{RET}.
11872
11873Note that the history records values, not expressions. If the value of
11874@code{x} is 4 and you type these commands:
11875
474c8240 11876@smallexample
c906108c
SS
11877print x
11878set x=5
474c8240 11879@end smallexample
c906108c
SS
11880
11881@noindent
11882then the value recorded in the value history by the @code{print} command
11883remains 4 even though the value of @code{x} has changed.
11884
11885@table @code
11886@kindex show values
11887@item show values
11888Print the last ten values in the value history, with their item numbers.
11889This is like @samp{p@ $$9} repeated ten times, except that @code{show
11890values} does not change the history.
11891
11892@item show values @var{n}
11893Print ten history values centered on history item number @var{n}.
11894
11895@item show values +
11896Print ten history values just after the values last printed. If no more
11897values are available, @code{show values +} produces no display.
11898@end table
11899
11900Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11901same effect as @samp{show values +}.
11902
6d2ebf8b 11903@node Convenience Vars
79a6e687 11904@section Convenience Variables
c906108c
SS
11905
11906@cindex convenience variables
9c16f35a 11907@cindex user-defined variables
c906108c
SS
11908@value{GDBN} provides @dfn{convenience variables} that you can use within
11909@value{GDBN} to hold on to a value and refer to it later. These variables
11910exist entirely within @value{GDBN}; they are not part of your program, and
11911setting a convenience variable has no direct effect on further execution
11912of your program. That is why you can use them freely.
11913
11914Convenience variables are prefixed with @samp{$}. Any name preceded by
11915@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 11916the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c 11917(Value history references, in contrast, are @emph{numbers} preceded
79a6e687 11918by @samp{$}. @xref{Value History, ,Value History}.)
c906108c
SS
11919
11920You can save a value in a convenience variable with an assignment
11921expression, just as you would set a variable in your program.
11922For example:
11923
474c8240 11924@smallexample
c906108c 11925set $foo = *object_ptr
474c8240 11926@end smallexample
c906108c
SS
11927
11928@noindent
11929would save in @code{$foo} the value contained in the object pointed to by
11930@code{object_ptr}.
11931
11932Using a convenience variable for the first time creates it, but its
11933value is @code{void} until you assign a new value. You can alter the
11934value with another assignment at any time.
11935
11936Convenience variables have no fixed types. You can assign a convenience
11937variable any type of value, including structures and arrays, even if
11938that variable already has a value of a different type. The convenience
11939variable, when used as an expression, has the type of its current value.
11940
11941@table @code
11942@kindex show convenience
f47f77df 11943@cindex show all user variables and functions
c906108c 11944@item show convenience
f47f77df
DE
11945Print a list of convenience variables used so far, and their values,
11946as well as a list of the convenience functions.
d4f3574e 11947Abbreviated @code{show conv}.
53e5f3cf
AS
11948
11949@kindex init-if-undefined
11950@cindex convenience variables, initializing
11951@item init-if-undefined $@var{variable} = @var{expression}
11952Set a convenience variable if it has not already been set. This is useful
11953for user-defined commands that keep some state. It is similar, in concept,
11954to using local static variables with initializers in C (except that
11955convenience variables are global). It can also be used to allow users to
11956override default values used in a command script.
11957
11958If the variable is already defined then the expression is not evaluated so
11959any side-effects do not occur.
c906108c
SS
11960@end table
11961
11962One of the ways to use a convenience variable is as a counter to be
11963incremented or a pointer to be advanced. For example, to print
11964a field from successive elements of an array of structures:
11965
474c8240 11966@smallexample
c906108c
SS
11967set $i = 0
11968print bar[$i++]->contents
474c8240 11969@end smallexample
c906108c 11970
d4f3574e
SS
11971@noindent
11972Repeat that command by typing @key{RET}.
c906108c
SS
11973
11974Some convenience variables are created automatically by @value{GDBN} and given
11975values likely to be useful.
11976
11977@table @code
41afff9a 11978@vindex $_@r{, convenience variable}
c906108c
SS
11979@item $_
11980The variable @code{$_} is automatically set by the @code{x} command to
79a6e687 11981the last address examined (@pxref{Memory, ,Examining Memory}). Other
c906108c
SS
11982commands which provide a default address for @code{x} to examine also
11983set @code{$_} to that address; these commands include @code{info line}
11984and @code{info breakpoint}. The type of @code{$_} is @code{void *}
11985except when set by the @code{x} command, in which case it is a pointer
11986to the type of @code{$__}.
11987
41afff9a 11988@vindex $__@r{, convenience variable}
c906108c
SS
11989@item $__
11990The variable @code{$__} is automatically set by the @code{x} command
11991to the value found in the last address examined. Its type is chosen
11992to match the format in which the data was printed.
11993
11994@item $_exitcode
41afff9a 11995@vindex $_exitcode@r{, convenience variable}
0c557179
SDJ
11996When the program being debugged terminates normally, @value{GDBN}
11997automatically sets this variable to the exit code of the program, and
11998resets @code{$_exitsignal} to @code{void}.
11999
12000@item $_exitsignal
12001@vindex $_exitsignal@r{, convenience variable}
12002When the program being debugged dies due to an uncaught signal,
12003@value{GDBN} automatically sets this variable to that signal's number,
12004and resets @code{$_exitcode} to @code{void}.
12005
12006To distinguish between whether the program being debugged has exited
12007(i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
12008@code{$_exitsignal} is not @code{void}), the convenience function
12009@code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
12010Functions}). For example, considering the following source code:
12011
12012@smallexample
12013#include <signal.h>
12014
12015int
12016main (int argc, char *argv[])
12017@{
12018 raise (SIGALRM);
12019 return 0;
12020@}
12021@end smallexample
12022
12023A valid way of telling whether the program being debugged has exited
12024or signalled would be:
12025
12026@smallexample
12027(@value{GDBP}) define has_exited_or_signalled
12028Type commands for definition of ``has_exited_or_signalled''.
12029End with a line saying just ``end''.
12030>if $_isvoid ($_exitsignal)
12031 >echo The program has exited\n
12032 >else
12033 >echo The program has signalled\n
12034 >end
12035>end
12036(@value{GDBP}) run
12037Starting program:
12038
12039Program terminated with signal SIGALRM, Alarm clock.
12040The program no longer exists.
12041(@value{GDBP}) has_exited_or_signalled
12042The program has signalled
12043@end smallexample
12044
12045As can be seen, @value{GDBN} correctly informs that the program being
12046debugged has signalled, since it calls @code{raise} and raises a
12047@code{SIGALRM} signal. If the program being debugged had not called
12048@code{raise}, then @value{GDBN} would report a normal exit:
12049
12050@smallexample
12051(@value{GDBP}) has_exited_or_signalled
12052The program has exited
12053@end smallexample
4aa995e1 12054
72f1fe8a
TT
12055@item $_exception
12056The variable @code{$_exception} is set to the exception object being
12057thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
12058
37f6a7f4
TT
12059@item $_ada_exception
12060The variable @code{$_ada_exception} is set to the address of the
12061exception being caught or thrown at an Ada exception-related
12062catchpoint. @xref{Set Catchpoints}.
12063
62e5f89c
SDJ
12064@item $_probe_argc
12065@itemx $_probe_arg0@dots{}$_probe_arg11
12066Arguments to a static probe. @xref{Static Probe Points}.
12067
0fb4aa4b
PA
12068@item $_sdata
12069@vindex $_sdata@r{, inspect, convenience variable}
12070The variable @code{$_sdata} contains extra collected static tracepoint
12071data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
12072@code{$_sdata} could be empty, if not inspecting a trace buffer, or
12073if extra static tracepoint data has not been collected.
12074
4aa995e1
PA
12075@item $_siginfo
12076@vindex $_siginfo@r{, convenience variable}
ec7e75e7
PP
12077The variable @code{$_siginfo} contains extra signal information
12078(@pxref{extra signal information}). Note that @code{$_siginfo}
12079could be empty, if the application has not yet received any signals.
12080For example, it will be empty before you execute the @code{run} command.
711e434b
PM
12081
12082@item $_tlb
12083@vindex $_tlb@r{, convenience variable}
12084The variable @code{$_tlb} is automatically set when debugging
12085applications running on MS-Windows in native mode or connected to
7734102d 12086gdbserver that supports the @code{qGetTIBAddr} request.
711e434b
PM
12087@xref{General Query Packets}.
12088This variable contains the address of the thread information block.
12089
e3940304 12090@item $_inferior
65c574f6
PA
12091The number of the current inferior. @xref{Inferiors Connections and
12092Programs, ,Debugging Multiple Inferiors Connections and Programs}.
e3940304 12093
5d5658a1
PA
12094@item $_thread
12095The thread number of the current thread. @xref{thread numbers}.
12096
663f6d42
PA
12097@item $_gthread
12098The global number of the current thread. @xref{global thread numbers}.
12099
7734102d
EZ
12100@item $_gdb_major
12101@itemx $_gdb_minor
12102@vindex $_gdb_major@r{, convenience variable}
12103@vindex $_gdb_minor@r{, convenience variable}
12104The major and minor version numbers of the running @value{GDBN}.
12105Development snapshots and pretest versions have their minor version
12106incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
12107the value 12 for @code{$_gdb_minor}. These variables allow you to
12108write scripts that work with different versions of @value{GDBN}
12109without errors caused by features unavailable in some of those
12110versions.
e2c52041
PW
12111
12112@item $_shell_exitcode
12113@itemx $_shell_exitsignal
12114@vindex $_shell_exitcode@r{, convenience variable}
12115@vindex $_shell_exitsignal@r{, convenience variable}
12116@cindex shell command, exit code
12117@cindex shell command, exit signal
12118@cindex exit status of shell commands
12119@value{GDBN} commands such as @code{shell} and @code{|} are launching
12120shell commands. When a launched command terminates, @value{GDBN}
12121automatically maintains the variables @code{$_shell_exitcode}
12122and @code{$_shell_exitsignal} according to the exit status of the last
12123launched command. These variables are set and used similarly to
12124the variables @code{$_exitcode} and @code{$_exitsignal}.
12125
c906108c
SS
12126@end table
12127
a72c3253
DE
12128@node Convenience Funs
12129@section Convenience Functions
12130
bc3b79fd
TJB
12131@cindex convenience functions
12132@value{GDBN} also supplies some @dfn{convenience functions}. These
12133have a syntax similar to convenience variables. A convenience
12134function can be used in an expression just like an ordinary function;
12135however, a convenience function is implemented internally to
12136@value{GDBN}.
12137
a280dbd1
SDJ
12138These functions do not require @value{GDBN} to be configured with
12139@code{Python} support, which means that they are always available.
12140
12141@table @code
12142
12143@item $_isvoid (@var{expr})
12144@findex $_isvoid@r{, convenience function}
12145Return one if the expression @var{expr} is @code{void}. Otherwise it
12146returns zero.
12147
12148A @code{void} expression is an expression where the type of the result
12149is @code{void}. For example, you can examine a convenience variable
12150(see @ref{Convenience Vars,, Convenience Variables}) to check whether
12151it is @code{void}:
12152
12153@smallexample
12154(@value{GDBP}) print $_exitcode
12155$1 = void
12156(@value{GDBP}) print $_isvoid ($_exitcode)
12157$2 = 1
12158(@value{GDBP}) run
12159Starting program: ./a.out
12160[Inferior 1 (process 29572) exited normally]
12161(@value{GDBP}) print $_exitcode
12162$3 = 0
12163(@value{GDBP}) print $_isvoid ($_exitcode)
12164$4 = 0
12165@end smallexample
12166
12167In the example above, we used @code{$_isvoid} to check whether
12168@code{$_exitcode} is @code{void} before and after the execution of the
12169program being debugged. Before the execution there is no exit code to
12170be examined, therefore @code{$_exitcode} is @code{void}. After the
12171execution the program being debugged returned zero, therefore
12172@code{$_exitcode} is zero, which means that it is not @code{void}
12173anymore.
12174
12175The @code{void} expression can also be a call of a function from the
12176program being debugged. For example, given the following function:
12177
12178@smallexample
12179void
12180foo (void)
12181@{
12182@}
12183@end smallexample
12184
12185The result of calling it inside @value{GDBN} is @code{void}:
12186
12187@smallexample
12188(@value{GDBP}) print foo ()
12189$1 = void
12190(@value{GDBP}) print $_isvoid (foo ())
12191$2 = 1
12192(@value{GDBP}) set $v = foo ()
12193(@value{GDBP}) print $v
12194$3 = void
12195(@value{GDBP}) print $_isvoid ($v)
12196$4 = 1
12197@end smallexample
12198
aed61d02
PW
12199@item $_gdb_setting_str (@var{setting})
12200@findex $_gdb_setting_str@r{, convenience function}
12201Return the value of the @value{GDBN} @var{setting} as a string.
12202@var{setting} is any setting that can be used in a @code{set} or
12203@code{show} command (@pxref{Controlling GDB}).
12204
12205@smallexample
12206(@value{GDBP}) show print frame-arguments
12207Printing of non-scalar frame arguments is "scalars".
12208(@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12209$1 = "scalars"
12210(@value{GDBP}) p $_gdb_setting_str("height")
12211$2 = "30"
12212(@value{GDBP})
12213@end smallexample
12214
12215@item $_gdb_setting (@var{setting})
12216@findex $_gdb_setting@r{, convenience function}
12217Return the value of the @value{GDBN} @var{setting}.
12218The type of the returned value depends on the setting.
12219
12220The value type for boolean and auto boolean settings is @code{int}.
12221The boolean values @code{off} and @code{on} are converted to
12222the integer values @code{0} and @code{1}. The value @code{auto} is
12223converted to the value @code{-1}.
12224
12225The value type for integer settings is either @code{unsigned int}
12226or @code{int}, depending on the setting.
12227
12228Some integer settings accept an @code{unlimited} value.
12229Depending on the setting, the @code{set} command also accepts
12230the value @code{0} or the value @code{@minus{}1} as a synonym for
12231@code{unlimited}.
12232For example, @code{set height unlimited} is equivalent to
12233@code{set height 0}.
12234
12235Some other settings that accept the @code{unlimited} value
12236use the value @code{0} to literally mean zero.
12237For example, @code{set history size 0} indicates to not
12238record any @value{GDBN} commands in the command history.
12239For such settings, @code{@minus{}1} is the synonym
12240for @code{unlimited}.
12241
12242See the documentation of the corresponding @code{set} command for
12243the numerical value equivalent to @code{unlimited}.
12244
12245The @code{$_gdb_setting} function converts the unlimited value
12246to a @code{0} or a @code{@minus{}1} value according to what the
12247@code{set} command uses.
12248
12249@smallexample
12250@group
12251(@value{GDBP}) p $_gdb_setting_str("height")
12252$1 = "30"
12253(@value{GDBP}) p $_gdb_setting("height")
12254$2 = 30
12255(@value{GDBP}) set height unlimited
12256(@value{GDBP}) p $_gdb_setting_str("height")
12257$3 = "unlimited"
12258(@value{GDBP}) p $_gdb_setting("height")
12259$4 = 0
12260@end group
12261@group
12262(@value{GDBP}) p $_gdb_setting_str("history size")
12263$5 = "unlimited"
12264(@value{GDBP}) p $_gdb_setting("history size")
12265$6 = -1
12266(@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12267$7 = "auto"
12268(@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12269$8 = -1
12270(@value{GDBP})
12271@end group
12272@end smallexample
12273
12274Other setting types (enum, filename, optional filename, string, string noescape)
12275are returned as string values.
12276
12277
12278@item $_gdb_maint_setting_str (@var{setting})
12279@findex $_gdb_maint_setting_str@r{, convenience function}
12280Like the @code{$_gdb_setting_str} function, but works with
12281@code{maintenance set} variables.
12282
12283@item $_gdb_maint_setting (@var{setting})
12284@findex $_gdb_maint_setting@r{, convenience function}
12285Like the @code{$_gdb_setting} function, but works with
12286@code{maintenance set} variables.
12287
a280dbd1
SDJ
12288@end table
12289
aed61d02 12290The following functions require @value{GDBN} to be configured with
a72c3253
DE
12291@code{Python} support.
12292
12293@table @code
12294
12295@item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12296@findex $_memeq@r{, convenience function}
12297Returns one if the @var{length} bytes at the addresses given by
12298@var{buf1} and @var{buf2} are equal.
12299Otherwise it returns zero.
12300
12301@item $_regex(@var{str}, @var{regex})
12302@findex $_regex@r{, convenience function}
12303Returns one if the string @var{str} matches the regular expression
12304@var{regex}. Otherwise it returns zero.
12305The syntax of the regular expression is that specified by @code{Python}'s
12306regular expression support.
12307
12308@item $_streq(@var{str1}, @var{str2})
12309@findex $_streq@r{, convenience function}
12310Returns one if the strings @var{str1} and @var{str2} are equal.
12311Otherwise it returns zero.
12312
12313@item $_strlen(@var{str})
12314@findex $_strlen@r{, convenience function}
12315Returns the length of string @var{str}.
12316
faa42425
DE
12317@item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12318@findex $_caller_is@r{, convenience function}
12319Returns one if the calling function's name is equal to @var{name}.
12320Otherwise it returns zero.
12321
12322If the optional argument @var{number_of_frames} is provided,
12323it is the number of frames up in the stack to look.
12324The default is 1.
12325
12326Example:
12327
12328@smallexample
12329(gdb) backtrace
12330#0 bottom_func ()
12331 at testsuite/gdb.python/py-caller-is.c:21
12332#1 0x00000000004005a0 in middle_func ()
12333 at testsuite/gdb.python/py-caller-is.c:27
12334#2 0x00000000004005ab in top_func ()
12335 at testsuite/gdb.python/py-caller-is.c:33
12336#3 0x00000000004005b6 in main ()
12337 at testsuite/gdb.python/py-caller-is.c:39
12338(gdb) print $_caller_is ("middle_func")
12339$1 = 1
12340(gdb) print $_caller_is ("top_func", 2)
12341$1 = 1
12342@end smallexample
12343
12344@item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12345@findex $_caller_matches@r{, convenience function}
12346Returns one if the calling function's name matches the regular expression
12347@var{regexp}. Otherwise it returns zero.
12348
12349If the optional argument @var{number_of_frames} is provided,
12350it is the number of frames up in the stack to look.
12351The default is 1.
12352
12353@item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12354@findex $_any_caller_is@r{, convenience function}
12355Returns one if any calling function's name is equal to @var{name}.
12356Otherwise it returns zero.
12357
12358If the optional argument @var{number_of_frames} is provided,
12359it is the number of frames up in the stack to look.
12360The default is 1.
12361
12362This function differs from @code{$_caller_is} in that this function
12363checks all stack frames from the immediate caller to the frame specified
12364by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12365frame specified by @var{number_of_frames}.
12366
12367@item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12368@findex $_any_caller_matches@r{, convenience function}
12369Returns one if any calling function's name matches the regular expression
12370@var{regexp}. Otherwise it returns zero.
12371
12372If the optional argument @var{number_of_frames} is provided,
12373it is the number of frames up in the stack to look.
12374The default is 1.
12375
12376This function differs from @code{$_caller_matches} in that this function
12377checks all stack frames from the immediate caller to the frame specified
12378by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12379frame specified by @var{number_of_frames}.
12380
f2f3ccb9
SM
12381@item $_as_string(@var{value})
12382@findex $_as_string@r{, convenience function}
12383Return the string representation of @var{value}.
12384
12385This function is useful to obtain the textual label (enumerator) of an
12386enumeration value. For example, assuming the variable @var{node} is of
12387an enumerated type:
12388
12389@smallexample
12390(gdb) printf "Visiting node of type %s\n", $_as_string(node)
12391Visiting node of type NODE_INTEGER
12392@end smallexample
12393
8bdc1658
AB
12394@item $_cimag(@var{value})
12395@itemx $_creal(@var{value})
12396@findex $_cimag@r{, convenience function}
12397@findex $_creal@r{, convenience function}
12398Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12399the complex number @var{value}.
12400
12401The type of the imaginary or real part depends on the type of the
12402complex number, e.g., using @code{$_cimag} on a @code{float complex}
12403will return an imaginary part of type @code{float}.
12404
a72c3253
DE
12405@end table
12406
12407@value{GDBN} provides the ability to list and get help on
12408convenience functions.
12409
bc3b79fd
TJB
12410@table @code
12411@item help function
12412@kindex help function
12413@cindex show all convenience functions
12414Print a list of all convenience functions.
12415@end table
12416
6d2ebf8b 12417@node Registers
c906108c
SS
12418@section Registers
12419
12420@cindex registers
12421You can refer to machine register contents, in expressions, as variables
12422with names starting with @samp{$}. The names of registers are different
12423for each machine; use @code{info registers} to see the names used on
12424your machine.
12425
12426@table @code
12427@kindex info registers
12428@item info registers
12429Print the names and values of all registers except floating-point
c85508ee 12430and vector registers (in the selected stack frame).
c906108c
SS
12431
12432@kindex info all-registers
12433@cindex floating point registers
12434@item info all-registers
12435Print the names and values of all registers, including floating-point
c85508ee 12436and vector registers (in the selected stack frame).
c906108c 12437
b67d92b0
SH
12438@item info registers @var{reggroup} @dots{}
12439Print the name and value of the registers in each of the specified
6b92c0d3 12440@var{reggroup}s. The @var{reggroup} can be any of those returned by
b67d92b0
SH
12441@code{maint print reggroups} (@pxref{Maintenance Commands}).
12442
c906108c
SS
12443@item info registers @var{regname} @dots{}
12444Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24 12445As discussed in detail below, register values are normally relative to
697aa1b7 12446the selected stack frame. The @var{regname} may be any register name valid on
c906108c
SS
12447the machine you are using, with or without the initial @samp{$}.
12448@end table
12449
f5b95c01 12450@anchor{standard registers}
e09f16f9
EZ
12451@cindex stack pointer register
12452@cindex program counter register
12453@cindex process status register
12454@cindex frame pointer register
12455@cindex standard registers
c906108c
SS
12456@value{GDBN} has four ``standard'' register names that are available (in
12457expressions) on most machines---whenever they do not conflict with an
12458architecture's canonical mnemonics for registers. The register names
12459@code{$pc} and @code{$sp} are used for the program counter register and
12460the stack pointer. @code{$fp} is used for a register that contains a
12461pointer to the current stack frame, and @code{$ps} is used for a
12462register that contains the processor status. For example,
12463you could print the program counter in hex with
12464
474c8240 12465@smallexample
c906108c 12466p/x $pc
474c8240 12467@end smallexample
c906108c
SS
12468
12469@noindent
12470or print the instruction to be executed next with
12471
474c8240 12472@smallexample
c906108c 12473x/i $pc
474c8240 12474@end smallexample
c906108c
SS
12475
12476@noindent
12477or add four to the stack pointer@footnote{This is a way of removing
12478one word from the stack, on machines where stacks grow downward in
12479memory (most machines, nowadays). This assumes that the innermost
12480stack frame is selected; setting @code{$sp} is not allowed when other
12481stack frames are selected. To pop entire frames off the stack,
12482regardless of machine architecture, use @code{return};
79a6e687 12483see @ref{Returning, ,Returning from a Function}.} with
c906108c 12484
474c8240 12485@smallexample
c906108c 12486set $sp += 4
474c8240 12487@end smallexample
c906108c
SS
12488
12489Whenever possible, these four standard register names are available on
12490your machine even though the machine has different canonical mnemonics,
12491so long as there is no conflict. The @code{info registers} command
12492shows the canonical names. For example, on the SPARC, @code{info
12493registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
12494can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12495is an alias for the @sc{eflags} register.
c906108c
SS
12496
12497@value{GDBN} always considers the contents of an ordinary register as an
12498integer when the register is examined in this way. Some machines have
12499special registers which can hold nothing but floating point; these
12500registers are considered to have floating point values. There is no way
12501to refer to the contents of an ordinary register as floating point value
12502(although you can @emph{print} it as a floating point value with
12503@samp{print/f $@var{regname}}).
12504
12505Some registers have distinct ``raw'' and ``virtual'' data formats. This
12506means that the data format in which the register contents are saved by
12507the operating system is not the same one that your program normally
12508sees. For example, the registers of the 68881 floating point
12509coprocessor are always saved in ``extended'' (raw) format, but all C
12510programs expect to work with ``double'' (virtual) format. In such
5d161b24 12511cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
12512that makes sense for your program), but the @code{info registers} command
12513prints the data in both formats.
12514
36b80e65
EZ
12515@cindex SSE registers (x86)
12516@cindex MMX registers (x86)
12517Some machines have special registers whose contents can be interpreted
12518in several different ways. For example, modern x86-based machines
12519have SSE and MMX registers that can hold several values packed
12520together in several different formats. @value{GDBN} refers to such
12521registers in @code{struct} notation:
12522
12523@smallexample
12524(@value{GDBP}) print $xmm1
12525$1 = @{
12526 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12527 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12528 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12529 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12530 v4_int32 = @{0, 20657912, 11, 13@},
12531 v2_int64 = @{88725056443645952, 55834574859@},
12532 uint128 = 0x0000000d0000000b013b36f800000000
12533@}
12534@end smallexample
12535
12536@noindent
12537To set values of such registers, you need to tell @value{GDBN} which
12538view of the register you wish to change, as if you were assigning
12539value to a @code{struct} member:
12540
12541@smallexample
12542 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12543@end smallexample
12544
c906108c 12545Normally, register values are relative to the selected stack frame
79a6e687 12546(@pxref{Selection, ,Selecting a Frame}). This means that you get the
c906108c
SS
12547value that the register would contain if all stack frames farther in
12548were exited and their saved registers restored. In order to see the
12549true contents of hardware registers, you must select the innermost
12550frame (with @samp{frame 0}).
12551
901461f8
PA
12552@cindex caller-saved registers
12553@cindex call-clobbered registers
12554@cindex volatile registers
12555@cindex <not saved> values
12556Usually ABIs reserve some registers as not needed to be saved by the
12557callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12558registers). It may therefore not be possible for @value{GDBN} to know
12559the value a register had before the call (in other words, in the outer
12560frame), if the register value has since been changed by the callee.
12561@value{GDBN} tries to deduce where the inner frame saved
12562(``callee-saved'') registers, from the debug info, unwind info, or the
12563machine code generated by your compiler. If some register is not
12564saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12565its own knowledge of the ABI, or because the debug/unwind info
12566explicitly says the register's value is undefined), @value{GDBN}
12567displays @w{@samp{<not saved>}} as the register's value. With targets
12568that @value{GDBN} has no knowledge of the register saving convention,
12569if a register was not saved by the callee, then its value and location
12570in the outer frame are assumed to be the same of the inner frame.
12571This is usually harmless, because if the register is call-clobbered,
12572the caller either does not care what is in the register after the
12573call, or has code to restore the value that it does care about. Note,
12574however, that if you change such a register in the outer frame, you
12575may also be affecting the inner frame. Also, the more ``outer'' the
12576frame is you're looking at, the more likely a call-clobbered
12577register's value is to be wrong, in the sense that it doesn't actually
12578represent the value the register had just before the call.
c906108c 12579
6d2ebf8b 12580@node Floating Point Hardware
79a6e687 12581@section Floating Point Hardware
c906108c
SS
12582@cindex floating point
12583
12584Depending on the configuration, @value{GDBN} may be able to give
12585you more information about the status of the floating point hardware.
12586
12587@table @code
12588@kindex info float
12589@item info float
12590Display hardware-dependent information about the floating
12591point unit. The exact contents and layout vary depending on the
12592floating point chip. Currently, @samp{info float} is supported on
12593the ARM and x86 machines.
12594@end table
c906108c 12595
e76f1f2e
AC
12596@node Vector Unit
12597@section Vector Unit
12598@cindex vector unit
12599
12600Depending on the configuration, @value{GDBN} may be able to give you
12601more information about the status of the vector unit.
12602
12603@table @code
12604@kindex info vector
12605@item info vector
12606Display information about the vector unit. The exact contents and
12607layout vary depending on the hardware.
12608@end table
12609
721c2651 12610@node OS Information
79a6e687 12611@section Operating System Auxiliary Information
721c2651
EZ
12612@cindex OS information
12613
12614@value{GDBN} provides interfaces to useful OS facilities that can help
12615you debug your program.
12616
b383017d
RM
12617@cindex auxiliary vector
12618@cindex vector, auxiliary
b383017d
RM
12619Some operating systems supply an @dfn{auxiliary vector} to programs at
12620startup. This is akin to the arguments and environment that you
12621specify for a program, but contains a system-dependent variety of
12622binary values that tell system libraries important details about the
12623hardware, operating system, and process. Each value's purpose is
12624identified by an integer tag; the meanings are well-known but system-specific.
12625Depending on the configuration and operating system facilities,
9c16f35a
EZ
12626@value{GDBN} may be able to show you this information. For remote
12627targets, this functionality may further depend on the remote stub's
427c3a89
DJ
12628support of the @samp{qXfer:auxv:read} packet, see
12629@ref{qXfer auxiliary vector read}.
b383017d
RM
12630
12631@table @code
12632@kindex info auxv
12633@item info auxv
12634Display the auxiliary vector of the inferior, which can be either a
e4937fc1 12635live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
12636numerically, and also shows names and text descriptions for recognized
12637tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 12638pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
12639most appropriate form for a recognized tag, and in hexadecimal for
12640an unrecognized tag.
12641@end table
12642
85d4a676
SS
12643On some targets, @value{GDBN} can access operating system-specific
12644information and show it to you. The types of information available
12645will differ depending on the type of operating system running on the
12646target. The mechanism used to fetch the data is described in
12647@ref{Operating System Information}. For remote targets, this
12648functionality depends on the remote stub's support of the
07e059b5
VP
12649@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12650
12651@table @code
a61408f8 12652@kindex info os
85d4a676
SS
12653@item info os @var{infotype}
12654
12655Display OS information of the requested type.
a61408f8 12656
85d4a676
SS
12657On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12658
12659@anchor{linux info os infotypes}
12660@table @code
d33279b3
AT
12661@kindex info os cpus
12662@item cpus
12663Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12664the available fields from /proc/cpuinfo. For each supported architecture
12665different fields are available. Two common entries are processor which gives
12666CPU number and bogomips; a system constant that is calculated during
12667kernel initialization.
12668
12669@kindex info os files
12670@item files
12671Display the list of open file descriptors on the target. For each
12672file descriptor, @value{GDBN} prints the identifier of the process
12673owning the descriptor, the command of the owning process, the value
12674of the descriptor, and the target of the descriptor.
12675
12676@kindex info os modules
12677@item modules
12678Display the list of all loaded kernel modules on the target. For each
12679module, @value{GDBN} prints the module name, the size of the module in
12680bytes, the number of times the module is used, the dependencies of the
12681module, the status of the module, and the address of the loaded module
12682in memory.
12683
12684@kindex info os msg
12685@item msg
12686Display the list of all System V message queues on the target. For each
12687message queue, @value{GDBN} prints the message queue key, the message
12688queue identifier, the access permissions, the current number of bytes
12689on the queue, the current number of messages on the queue, the processes
12690that last sent and received a message on the queue, the user and group
12691of the owner and creator of the message queue, the times at which a
12692message was last sent and received on the queue, and the time at which
12693the message queue was last changed.
12694
07e059b5 12695@kindex info os processes
85d4a676 12696@item processes
07e059b5 12697Display the list of processes on the target. For each process,
85d4a676
SS
12698@value{GDBN} prints the process identifier, the name of the user, the
12699command corresponding to the process, and the list of processor cores
12700that the process is currently running on. (To understand what these
12701properties mean, for this and the following info types, please consult
12702the general @sc{gnu}/Linux documentation.)
12703
12704@kindex info os procgroups
12705@item procgroups
12706Display the list of process groups on the target. For each process,
12707@value{GDBN} prints the identifier of the process group that it belongs
12708to, the command corresponding to the process group leader, the process
12709identifier, and the command line of the process. The list is sorted
12710first by the process group identifier, then by the process identifier,
12711so that processes belonging to the same process group are grouped together
12712and the process group leader is listed first.
12713
d33279b3
AT
12714@kindex info os semaphores
12715@item semaphores
12716Display the list of all System V semaphore sets on the target. For each
12717semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12718set identifier, the access permissions, the number of semaphores in the
12719set, the user and group of the owner and creator of the semaphore set,
12720and the times at which the semaphore set was operated upon and changed.
85d4a676
SS
12721
12722@kindex info os shm
12723@item shm
12724Display the list of all System V shared-memory regions on the target.
12725For each shared-memory region, @value{GDBN} prints the region key,
12726the shared-memory identifier, the access permissions, the size of the
12727region, the process that created the region, the process that last
12728attached to or detached from the region, the current number of live
12729attaches to the region, and the times at which the region was last
12730attached to, detach from, and changed.
12731
d33279b3
AT
12732@kindex info os sockets
12733@item sockets
12734Display the list of Internet-domain sockets on the target. For each
12735socket, @value{GDBN} prints the address and port of the local and
12736remote endpoints, the current state of the connection, the creator of
12737the socket, the IP address family of the socket, and the type of the
12738connection.
85d4a676 12739
d33279b3
AT
12740@kindex info os threads
12741@item threads
12742Display the list of threads running on the target. For each thread,
12743@value{GDBN} prints the identifier of the process that the thread
12744belongs to, the command of the process, the thread identifier, and the
12745processor core that it is currently running on. The main thread of a
12746process is not listed.
85d4a676
SS
12747@end table
12748
12749@item info os
12750If @var{infotype} is omitted, then list the possible values for
12751@var{infotype} and the kind of OS information available for each
12752@var{infotype}. If the target does not return a list of possible
12753types, this command will report an error.
07e059b5 12754@end table
721c2651 12755
29e57380 12756@node Memory Region Attributes
79a6e687 12757@section Memory Region Attributes
29e57380
C
12758@cindex memory region attributes
12759
b383017d 12760@dfn{Memory region attributes} allow you to describe special handling
fd79ecee
DJ
12761required by regions of your target's memory. @value{GDBN} uses
12762attributes to determine whether to allow certain types of memory
12763accesses; whether to use specific width accesses; and whether to cache
12764target memory. By default the description of memory regions is
12765fetched from the target (if the current target supports this), but the
12766user can override the fetched regions.
29e57380
C
12767
12768Defined memory regions can be individually enabled and disabled. When a
12769memory region is disabled, @value{GDBN} uses the default attributes when
12770accessing memory in that region. Similarly, if no memory regions have
12771been defined, @value{GDBN} uses the default attributes when accessing
12772all memory.
12773
b383017d 12774When a memory region is defined, it is given a number to identify it;
29e57380
C
12775to enable, disable, or remove a memory region, you specify that number.
12776
12777@table @code
12778@kindex mem
bfac230e 12779@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
12780Define a memory region bounded by @var{lower} and @var{upper} with
12781attributes @var{attributes}@dots{}, and add it to the list of regions
12782monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
d3e8051b 12783case: it is treated as the target's maximum memory address.
bfac230e 12784(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380 12785
fd79ecee
DJ
12786@item mem auto
12787Discard any user changes to the memory regions and use target-supplied
12788regions, if available, or no regions if the target does not support.
12789
29e57380
C
12790@kindex delete mem
12791@item delete mem @var{nums}@dots{}
09d4efe1
EZ
12792Remove memory regions @var{nums}@dots{} from the list of regions
12793monitored by @value{GDBN}.
29e57380
C
12794
12795@kindex disable mem
12796@item disable mem @var{nums}@dots{}
09d4efe1 12797Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 12798A disabled memory region is not forgotten.
29e57380
C
12799It may be enabled again later.
12800
12801@kindex enable mem
12802@item enable mem @var{nums}@dots{}
09d4efe1 12803Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
12804
12805@kindex info mem
12806@item info mem
12807Print a table of all defined memory regions, with the following columns
09d4efe1 12808for each region:
29e57380
C
12809
12810@table @emph
12811@item Memory Region Number
12812@item Enabled or Disabled.
b383017d 12813Enabled memory regions are marked with @samp{y}.
29e57380
C
12814Disabled memory regions are marked with @samp{n}.
12815
12816@item Lo Address
12817The address defining the inclusive lower bound of the memory region.
12818
12819@item Hi Address
12820The address defining the exclusive upper bound of the memory region.
12821
12822@item Attributes
12823The list of attributes set for this memory region.
12824@end table
12825@end table
12826
12827
12828@subsection Attributes
12829
b383017d 12830@subsubsection Memory Access Mode
29e57380
C
12831The access mode attributes set whether @value{GDBN} may make read or
12832write accesses to a memory region.
12833
12834While these attributes prevent @value{GDBN} from performing invalid
12835memory accesses, they do nothing to prevent the target system, I/O DMA,
359df76b 12836etc.@: from accessing memory.
29e57380
C
12837
12838@table @code
12839@item ro
12840Memory is read only.
12841@item wo
12842Memory is write only.
12843@item rw
6ca652b0 12844Memory is read/write. This is the default.
29e57380
C
12845@end table
12846
12847@subsubsection Memory Access Size
d3e8051b 12848The access size attribute tells @value{GDBN} to use specific sized
29e57380
C
12849accesses in the memory region. Often memory mapped device registers
12850require specific sized accesses. If no access size attribute is
12851specified, @value{GDBN} may use accesses of any size.
12852
12853@table @code
12854@item 8
12855Use 8 bit memory accesses.
12856@item 16
12857Use 16 bit memory accesses.
12858@item 32
12859Use 32 bit memory accesses.
12860@item 64
12861Use 64 bit memory accesses.
12862@end table
12863
12864@c @subsubsection Hardware/Software Breakpoints
12865@c The hardware/software breakpoint attributes set whether @value{GDBN}
12866@c will use hardware or software breakpoints for the internal breakpoints
12867@c used by the step, next, finish, until, etc. commands.
12868@c
12869@c @table @code
12870@c @item hwbreak
b383017d 12871@c Always use hardware breakpoints
29e57380
C
12872@c @item swbreak (default)
12873@c @end table
12874
12875@subsubsection Data Cache
12876The data cache attributes set whether @value{GDBN} will cache target
12877memory. While this generally improves performance by reducing debug
12878protocol overhead, it can lead to incorrect results because @value{GDBN}
12879does not know about volatile variables or memory mapped device
12880registers.
12881
12882@table @code
12883@item cache
b383017d 12884Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
12885@item nocache
12886Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
12887@end table
12888
4b5752d0
VP
12889@subsection Memory Access Checking
12890@value{GDBN} can be instructed to refuse accesses to memory that is
12891not explicitly described. This can be useful if accessing such
12892regions has undesired effects for a specific target, or to provide
12893better error checking. The following commands control this behaviour.
12894
12895@table @code
12896@kindex set mem inaccessible-by-default
12897@item set mem inaccessible-by-default [on|off]
12898If @code{on} is specified, make @value{GDBN} treat memory not
12899explicitly described by the memory ranges as non-existent and refuse accesses
12900to such memory. The checks are only performed if there's at least one
12901memory range defined. If @code{off} is specified, make @value{GDBN}
12902treat the memory not explicitly described by the memory ranges as RAM.
56cf5405 12903The default value is @code{on}.
4b5752d0
VP
12904@kindex show mem inaccessible-by-default
12905@item show mem inaccessible-by-default
12906Show the current handling of accesses to unknown memory.
12907@end table
12908
12909
29e57380 12910@c @subsubsection Memory Write Verification
b383017d 12911@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
12912@c will re-reads data after each write to verify the write was successful.
12913@c
12914@c @table @code
12915@c @item verify
12916@c @item noverify (default)
12917@c @end table
12918
16d9dec6 12919@node Dump/Restore Files
79a6e687 12920@section Copy Between Memory and a File
16d9dec6
MS
12921@cindex dump/restore files
12922@cindex append data to a file
12923@cindex dump data to a file
12924@cindex restore data from a file
16d9dec6 12925
df5215a6
JB
12926You can use the commands @code{dump}, @code{append}, and
12927@code{restore} to copy data between target memory and a file. The
12928@code{dump} and @code{append} commands write data to a file, and the
12929@code{restore} command reads data from a file back into the inferior's
cf75d6c3
AB
12930memory. Files may be in binary, Motorola S-record, Intel hex,
12931Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12932append to binary files, and cannot read from Verilog Hex files.
df5215a6
JB
12933
12934@table @code
12935
12936@kindex dump
12937@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12938@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12939Dump the contents of memory from @var{start_addr} to @var{end_addr},
12940or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 12941
df5215a6 12942The @var{format} parameter may be any one of:
16d9dec6 12943@table @code
df5215a6
JB
12944@item binary
12945Raw binary form.
12946@item ihex
12947Intel hex format.
12948@item srec
12949Motorola S-record format.
12950@item tekhex
12951Tektronix Hex format.
cf75d6c3
AB
12952@item verilog
12953Verilog Hex format.
df5215a6
JB
12954@end table
12955
12956@value{GDBN} uses the same definitions of these formats as the
12957@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
12958@var{format} is omitted, @value{GDBN} dumps the data in raw binary
12959form.
12960
12961@kindex append
12962@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12963@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
12964Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 12965or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
12966(@value{GDBN} can only append data to files in raw binary form.)
12967
12968@kindex restore
12969@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
12970Restore the contents of file @var{filename} into memory. The
12971@code{restore} command can automatically recognize any known @sc{bfd}
12972file format, except for raw binary. To restore a raw binary file you
12973must specify the optional keyword @code{binary} after the filename.
16d9dec6 12974
b383017d 12975If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
12976contained in the file. Binary files always start at address zero, so
12977they will be restored at address @var{bias}. Other bfd files have
12978a built-in location; they will be restored at offset @var{bias}
12979from that location.
12980
12981If @var{start} and/or @var{end} are non-zero, then only data between
12982file offset @var{start} and file offset @var{end} will be restored.
b383017d 12983These offsets are relative to the addresses in the file, before
16d9dec6
MS
12984the @var{bias} argument is applied.
12985
12986@end table
12987
384ee23f
EZ
12988@node Core File Generation
12989@section How to Produce a Core File from Your Program
12990@cindex dump core from inferior
12991
12992A @dfn{core file} or @dfn{core dump} is a file that records the memory
12993image of a running process and its process status (register values
12994etc.). Its primary use is post-mortem debugging of a program that
12995crashed while it ran outside a debugger. A program that crashes
12996automatically produces a core file, unless this feature is disabled by
12997the user. @xref{Files}, for information on invoking @value{GDBN} in
12998the post-mortem debugging mode.
12999
13000Occasionally, you may wish to produce a core file of the program you
13001are debugging in order to preserve a snapshot of its state.
13002@value{GDBN} has a special command for that.
13003
13004@table @code
13005@kindex gcore
13006@kindex generate-core-file
13007@item generate-core-file [@var{file}]
13008@itemx gcore [@var{file}]
13009Produce a core dump of the inferior process. The optional argument
13010@var{file} specifies the file name where to put the core dump. If not
13011specified, the file name defaults to @file{core.@var{pid}}, where
13012@var{pid} is the inferior process ID.
13013
13014Note that this command is implemented only for some systems (as of
05b4bd79 13015this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
df8411da
SDJ
13016
13017On @sc{gnu}/Linux, this command can take into account the value of the
13018file @file{/proc/@var{pid}/coredump_filter} when generating the core
1e52e849
SL
13019dump (@pxref{set use-coredump-filter}), and by default honors the
13020@code{VM_DONTDUMP} flag for mappings where it is present in the file
13021@file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
df8411da
SDJ
13022
13023@kindex set use-coredump-filter
13024@anchor{set use-coredump-filter}
13025@item set use-coredump-filter on
13026@itemx set use-coredump-filter off
13027Enable or disable the use of the file
13028@file{/proc/@var{pid}/coredump_filter} when generating core dump
13029files. This file is used by the Linux kernel to decide what types of
13030memory mappings will be dumped or ignored when generating a core dump
13031file. @var{pid} is the process ID of a currently running process.
13032
13033To make use of this feature, you have to write in the
13034@file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13035which is a bit mask representing the memory mapping types. If a bit
13036is set in the bit mask, then the memory mappings of the corresponding
13037types will be dumped; otherwise, they will be ignored. This
13038configuration is inherited by child processes. For more information
13039about the bits that can be set in the
13040@file{/proc/@var{pid}/coredump_filter} file, please refer to the
13041manpage of @code{core(5)}.
13042
13043By default, this option is @code{on}. If this option is turned
13044@code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13045and instead uses the same default value as the Linux kernel in order
13046to decide which pages will be dumped in the core dump file. This
13047value is currently @code{0x33}, which means that bits @code{0}
13048(anonymous private mappings), @code{1} (anonymous shared mappings),
13049@code{4} (ELF headers) and @code{5} (private huge pages) are active.
13050This will cause these memory mappings to be dumped automatically.
1e52e849
SL
13051
13052@kindex set dump-excluded-mappings
13053@anchor{set dump-excluded-mappings}
13054@item set dump-excluded-mappings on
13055@itemx set dump-excluded-mappings off
13056If @code{on} is specified, @value{GDBN} will dump memory mappings
13057marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13058the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13059
13060The default value is @code{off}.
384ee23f
EZ
13061@end table
13062
a0eb71c5
KB
13063@node Character Sets
13064@section Character Sets
13065@cindex character sets
13066@cindex charset
13067@cindex translating between character sets
13068@cindex host character set
13069@cindex target character set
13070
13071If the program you are debugging uses a different character set to
13072represent characters and strings than the one @value{GDBN} uses itself,
13073@value{GDBN} can automatically translate between the character sets for
13074you. The character set @value{GDBN} uses we call the @dfn{host
13075character set}; the one the inferior program uses we call the
13076@dfn{target character set}.
13077
13078For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13079uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
ea35711c 13080remote protocol (@pxref{Remote Debugging}) to debug a program
a0eb71c5
KB
13081running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13082then the host character set is Latin-1, and the target character set is
13083@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 13084target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
13085@sc{ebcdic} and Latin 1 as you print character or string values, or use
13086character and string literals in expressions.
13087
13088@value{GDBN} has no way to automatically recognize which character set
13089the inferior program uses; you must tell it, using the @code{set
13090target-charset} command, described below.
13091
13092Here are the commands for controlling @value{GDBN}'s character set
13093support:
13094
13095@table @code
13096@item set target-charset @var{charset}
13097@kindex set target-charset
10af6951
EZ
13098Set the current target character set to @var{charset}. To display the
13099list of supported target character sets, type
13100@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
a0eb71c5 13101
a0eb71c5
KB
13102@item set host-charset @var{charset}
13103@kindex set host-charset
13104Set the current host character set to @var{charset}.
13105
13106By default, @value{GDBN} uses a host character set appropriate to the
13107system it is running on; you can override that default using the
732f6a93
TT
13108@code{set host-charset} command. On some systems, @value{GDBN} cannot
13109automatically determine the appropriate host character set. In this
13110case, @value{GDBN} uses @samp{UTF-8}.
a0eb71c5
KB
13111
13112@value{GDBN} can only use certain character sets as its host character
c1b6b909 13113set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
10af6951 13114@value{GDBN} will list the host character sets it supports.
a0eb71c5
KB
13115
13116@item set charset @var{charset}
13117@kindex set charset
e33d66ec 13118Set the current host and target character sets to @var{charset}. As
10af6951
EZ
13119above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13120@value{GDBN} will list the names of the character sets that can be used
e33d66ec
EZ
13121for both host and target.
13122
a0eb71c5 13123@item show charset
a0eb71c5 13124@kindex show charset
10af6951 13125Show the names of the current host and target character sets.
e33d66ec 13126
10af6951 13127@item show host-charset
a0eb71c5 13128@kindex show host-charset
10af6951 13129Show the name of the current host character set.
e33d66ec 13130
10af6951 13131@item show target-charset
a0eb71c5 13132@kindex show target-charset
10af6951 13133Show the name of the current target character set.
a0eb71c5 13134
10af6951
EZ
13135@item set target-wide-charset @var{charset}
13136@kindex set target-wide-charset
13137Set the current target's wide character set to @var{charset}. This is
13138the character set used by the target's @code{wchar_t} type. To
13139display the list of supported wide character sets, type
13140@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13141
13142@item show target-wide-charset
13143@kindex show target-wide-charset
13144Show the name of the current target's wide character set.
a0eb71c5
KB
13145@end table
13146
a0eb71c5
KB
13147Here is an example of @value{GDBN}'s character set support in action.
13148Assume that the following source code has been placed in the file
13149@file{charset-test.c}:
13150
13151@smallexample
13152#include <stdio.h>
13153
13154char ascii_hello[]
13155 = @{72, 101, 108, 108, 111, 44, 32, 119,
13156 111, 114, 108, 100, 33, 10, 0@};
13157char ibm1047_hello[]
13158 = @{200, 133, 147, 147, 150, 107, 64, 166,
13159 150, 153, 147, 132, 90, 37, 0@};
13160
13161main ()
13162@{
13163 printf ("Hello, world!\n");
13164@}
10998722 13165@end smallexample
a0eb71c5
KB
13166
13167In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13168containing the string @samp{Hello, world!} followed by a newline,
13169encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13170
13171We compile the program, and invoke the debugger on it:
13172
13173@smallexample
13174$ gcc -g charset-test.c -o charset-test
13175$ gdb -nw charset-test
13176GNU gdb 2001-12-19-cvs
13177Copyright 2001 Free Software Foundation, Inc.
13178@dots{}
f7dc1244 13179(@value{GDBP})
10998722 13180@end smallexample
a0eb71c5
KB
13181
13182We can use the @code{show charset} command to see what character sets
13183@value{GDBN} is currently using to interpret and display characters and
13184strings:
13185
13186@smallexample
f7dc1244 13187(@value{GDBP}) show charset
e33d66ec 13188The current host and target character set is `ISO-8859-1'.
f7dc1244 13189(@value{GDBP})
10998722 13190@end smallexample
a0eb71c5
KB
13191
13192For the sake of printing this manual, let's use @sc{ascii} as our
13193initial character set:
13194@smallexample
f7dc1244
EZ
13195(@value{GDBP}) set charset ASCII
13196(@value{GDBP}) show charset
e33d66ec 13197The current host and target character set is `ASCII'.
f7dc1244 13198(@value{GDBP})
10998722 13199@end smallexample
a0eb71c5
KB
13200
13201Let's assume that @sc{ascii} is indeed the correct character set for our
13202host system --- in other words, let's assume that if @value{GDBN} prints
13203characters using the @sc{ascii} character set, our terminal will display
13204them properly. Since our current target character set is also
13205@sc{ascii}, the contents of @code{ascii_hello} print legibly:
13206
13207@smallexample
f7dc1244 13208(@value{GDBP}) print ascii_hello
a0eb71c5 13209$1 = 0x401698 "Hello, world!\n"
f7dc1244 13210(@value{GDBP}) print ascii_hello[0]
a0eb71c5 13211$2 = 72 'H'
f7dc1244 13212(@value{GDBP})
10998722 13213@end smallexample
a0eb71c5
KB
13214
13215@value{GDBN} uses the target character set for character and string
13216literals you use in expressions:
13217
13218@smallexample
f7dc1244 13219(@value{GDBP}) print '+'
a0eb71c5 13220$3 = 43 '+'
f7dc1244 13221(@value{GDBP})
10998722 13222@end smallexample
a0eb71c5
KB
13223
13224The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13225character.
13226
13227@value{GDBN} relies on the user to tell it which character set the
13228target program uses. If we print @code{ibm1047_hello} while our target
13229character set is still @sc{ascii}, we get jibberish:
13230
13231@smallexample
f7dc1244 13232(@value{GDBP}) print ibm1047_hello
a0eb71c5 13233$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 13234(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 13235$5 = 200 '\310'
f7dc1244 13236(@value{GDBP})
10998722 13237@end smallexample
a0eb71c5 13238
e33d66ec 13239If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
13240@value{GDBN} tells us the character sets it supports:
13241
13242@smallexample
f7dc1244 13243(@value{GDBP}) set target-charset
b383017d 13244ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 13245(@value{GDBP}) set target-charset
10998722 13246@end smallexample
a0eb71c5
KB
13247
13248We can select @sc{ibm1047} as our target character set, and examine the
13249program's strings again. Now the @sc{ascii} string is wrong, but
13250@value{GDBN} translates the contents of @code{ibm1047_hello} from the
13251target character set, @sc{ibm1047}, to the host character set,
13252@sc{ascii}, and they display correctly:
13253
13254@smallexample
f7dc1244
EZ
13255(@value{GDBP}) set target-charset IBM1047
13256(@value{GDBP}) show charset
e33d66ec
EZ
13257The current host character set is `ASCII'.
13258The current target character set is `IBM1047'.
f7dc1244 13259(@value{GDBP}) print ascii_hello
a0eb71c5 13260$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 13261(@value{GDBP}) print ascii_hello[0]
a0eb71c5 13262$7 = 72 '\110'
f7dc1244 13263(@value{GDBP}) print ibm1047_hello
a0eb71c5 13264$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 13265(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 13266$9 = 200 'H'
f7dc1244 13267(@value{GDBP})
10998722 13268@end smallexample
a0eb71c5
KB
13269
13270As above, @value{GDBN} uses the target character set for character and
13271string literals you use in expressions:
13272
13273@smallexample
f7dc1244 13274(@value{GDBP}) print '+'
a0eb71c5 13275$10 = 78 '+'
f7dc1244 13276(@value{GDBP})
10998722 13277@end smallexample
a0eb71c5 13278
e33d66ec 13279The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
13280character.
13281
b12039c6
YQ
13282@node Caching Target Data
13283@section Caching Data of Targets
13284@cindex caching data of targets
13285
13286@value{GDBN} caches data exchanged between the debugger and a target.
b26dfc9a 13287Each cache is associated with the address space of the inferior.
65c574f6 13288@xref{Inferiors Connections and Programs}, about inferior and address space.
b12039c6
YQ
13289Such caching generally improves performance in remote debugging
13290(@pxref{Remote Debugging}), because it reduces the overhead of the
13291remote protocol by bundling memory reads and writes into large chunks.
13292Unfortunately, simply caching everything would lead to incorrect results,
13293since @value{GDBN} does not necessarily know anything about volatile
13294values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13295(@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13296is executing.
29b090c0
DE
13297Therefore, by default, @value{GDBN} only caches data
13298known to be on the stack@footnote{In non-stop mode, it is moderately
13299rare for a running thread to modify the stack of a stopped thread
13300in a way that would interfere with a backtrace, and caching of
29453a14
YQ
13301stack reads provides a significant speed up of remote backtraces.} or
13302in the code segment.
29b090c0 13303Other regions of memory can be explicitly marked as
27b81af3 13304cacheable; @pxref{Memory Region Attributes}.
09d4efe1
EZ
13305
13306@table @code
13307@kindex set remotecache
13308@item set remotecache on
13309@itemx set remotecache off
4e5d721f
DE
13310This option no longer does anything; it exists for compatibility
13311with old scripts.
09d4efe1
EZ
13312
13313@kindex show remotecache
13314@item show remotecache
4e5d721f
DE
13315Show the current state of the obsolete remotecache flag.
13316
13317@kindex set stack-cache
13318@item set stack-cache on
13319@itemx set stack-cache off
6dd315ba
YQ
13320Enable or disable caching of stack accesses. When @code{on}, use
13321caching. By default, this option is @code{on}.
4e5d721f
DE
13322
13323@kindex show stack-cache
13324@item show stack-cache
13325Show the current state of data caching for memory accesses.
09d4efe1 13326
29453a14
YQ
13327@kindex set code-cache
13328@item set code-cache on
13329@itemx set code-cache off
13330Enable or disable caching of code segment accesses. When @code{on},
13331use caching. By default, this option is @code{on}. This improves
13332performance of disassembly in remote debugging.
13333
13334@kindex show code-cache
13335@item show code-cache
13336Show the current state of target memory cache for code segment
13337accesses.
13338
09d4efe1 13339@kindex info dcache
4e5d721f 13340@item info dcache @r{[}line@r{]}
b26dfc9a
YQ
13341Print the information about the performance of data cache of the
13342current inferior's address space. The information displayed
13343includes the dcache width and depth, and for each cache line, its
13344number, address, and how many times it was referenced. This
13345command is useful for debugging the data cache operation.
4e5d721f
DE
13346
13347If a line number is specified, the contents of that line will be
13348printed in hex.
1a532630
PP
13349
13350@item set dcache size @var{size}
13351@cindex dcache size
13352@kindex set dcache size
13353Set maximum number of entries in dcache (dcache depth above).
13354
13355@item set dcache line-size @var{line-size}
13356@cindex dcache line-size
13357@kindex set dcache line-size
13358Set number of bytes each dcache entry caches (dcache width above).
13359Must be a power of 2.
13360
13361@item show dcache size
13362@kindex show dcache size
b12039c6 13363Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
1a532630
PP
13364
13365@item show dcache line-size
13366@kindex show dcache line-size
b12039c6 13367Show default size of dcache lines.
1a532630 13368
09d4efe1
EZ
13369@end table
13370
08388c79
DE
13371@node Searching Memory
13372@section Search Memory
13373@cindex searching memory
13374
13375Memory can be searched for a particular sequence of bytes with the
13376@code{find} command.
13377
13378@table @code
13379@kindex find
13380@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13381@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13382Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13383etc. The search begins at address @var{start_addr} and continues for either
13384@var{len} bytes or through to @var{end_addr} inclusive.
13385@end table
13386
13387@var{s} and @var{n} are optional parameters.
13388They may be specified in either order, apart or together.
13389
13390@table @r
13391@item @var{s}, search query size
13392The size of each search query value.
13393
13394@table @code
13395@item b
13396bytes
13397@item h
13398halfwords (two bytes)
13399@item w
13400words (four bytes)
13401@item g
13402giant words (eight bytes)
13403@end table
13404
13405All values are interpreted in the current language.
13406This means, for example, that if the current source language is C/C@t{++}
13407then searching for the string ``hello'' includes the trailing '\0'.
ee9a09e9
DC
13408The null terminator can be removed from searching by using casts,
13409e.g.: @samp{@{char[5]@}"hello"}.
08388c79
DE
13410
13411If the value size is not specified, it is taken from the
13412value's type in the current language.
13413This is useful when one wants to specify the search
13414pattern as a mixture of types.
13415Note that this means, for example, that in the case of C-like languages
13416a search for an untyped 0x42 will search for @samp{(int) 0x42}
13417which is typically four bytes.
13418
13419@item @var{n}, maximum number of finds
13420The maximum number of matches to print. The default is to print all finds.
13421@end table
13422
13423You can use strings as search values. Quote them with double-quotes
13424 (@code{"}).
13425The string value is copied into the search pattern byte by byte,
13426regardless of the endianness of the target and the size specification.
13427
13428The address of each match found is printed as well as a count of the
13429number of matches found.
13430
13431The address of the last value found is stored in convenience variable
13432@samp{$_}.
13433A count of the number of matches is stored in @samp{$numfound}.
13434
13435For example, if stopped at the @code{printf} in this function:
13436
13437@smallexample
13438void
13439hello ()
13440@{
13441 static char hello[] = "hello-hello";
13442 static struct @{ char c; short s; int i; @}
13443 __attribute__ ((packed)) mixed
13444 = @{ 'c', 0x1234, 0x87654321 @};
13445 printf ("%s\n", hello);
13446@}
13447@end smallexample
13448
13449@noindent
13450you get during debugging:
13451
13452@smallexample
13453(gdb) find &hello[0], +sizeof(hello), "hello"
134540x804956d <hello.1620+6>
134551 pattern found
13456(gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
134570x8049567 <hello.1620>
134580x804956d <hello.1620+6>
ee9a09e9
DC
134592 patterns found.
13460(gdb) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
134610x8049567 <hello.1620>
134620x804956d <hello.1620+6>
134632 patterns found.
08388c79
DE
13464(gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
134650x8049567 <hello.1620>
134661 pattern found
13467(gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
134680x8049560 <mixed.1625>
134691 pattern found
13470(gdb) print $numfound
13471$1 = 1
13472(gdb) print $_
13473$2 = (void *) 0x8049560
13474@end smallexample
a0eb71c5 13475
5fdf6324
AB
13476@node Value Sizes
13477@section Value Sizes
13478
13479Whenever @value{GDBN} prints a value memory will be allocated within
13480@value{GDBN} to hold the contents of the value. It is possible in
13481some languages with dynamic typing systems, that an invalid program
13482may indicate a value that is incorrectly large, this in turn may cause
6b92c0d3 13483@value{GDBN} to try and allocate an overly large amount of memory.
5fdf6324
AB
13484
13485@table @code
13486@kindex set max-value-size
713cdcbf 13487@item set max-value-size @var{bytes}
5fdf6324
AB
13488@itemx set max-value-size unlimited
13489Set the maximum size of memory that @value{GDBN} will allocate for the
13490contents of a value to @var{bytes}, trying to display a value that
13491requires more memory than that will result in an error.
13492
13493Setting this variable does not effect values that have already been
13494allocated within @value{GDBN}, only future allocations.
13495
13496There's a minimum size that @code{max-value-size} can be set to in
13497order that @value{GDBN} can still operate correctly, this minimum is
13498currently 16 bytes.
13499
13500The limit applies to the results of some subexpressions as well as to
13501complete expressions. For example, an expression denoting a simple
13502integer component, such as @code{x.y.z}, may fail if the size of
13503@var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13504@value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13505@var{A} is an array variable with non-constant size, will generally
13506succeed regardless of the bounds on @var{A}, as long as the component
13507size is less than @var{bytes}.
13508
13509The default value of @code{max-value-size} is currently 64k.
13510
13511@kindex show max-value-size
13512@item show max-value-size
13513Show the maximum size of memory, in bytes, that @value{GDBN} will
13514allocate for the contents of a value.
13515@end table
13516
edb3359d
DJ
13517@node Optimized Code
13518@chapter Debugging Optimized Code
13519@cindex optimized code, debugging
13520@cindex debugging optimized code
13521
13522Almost all compilers support optimization. With optimization
13523disabled, the compiler generates assembly code that corresponds
13524directly to your source code, in a simplistic way. As the compiler
13525applies more powerful optimizations, the generated assembly code
13526diverges from your original source code. With help from debugging
13527information generated by the compiler, @value{GDBN} can map from
13528the running program back to constructs from your original source.
13529
13530@value{GDBN} is more accurate with optimization disabled. If you
13531can recompile without optimization, it is easier to follow the
13532progress of your program during debugging. But, there are many cases
13533where you may need to debug an optimized version.
13534
13535When you debug a program compiled with @samp{-g -O}, remember that the
13536optimizer has rearranged your code; the debugger shows you what is
13537really there. Do not be too surprised when the execution path does not
13538exactly match your source file! An extreme example: if you define a
13539variable, but never use it, @value{GDBN} never sees that
13540variable---because the compiler optimizes it out of existence.
13541
13542Some things do not work as well with @samp{-g -O} as with just
13543@samp{-g}, particularly on machines with instruction scheduling. If in
13544doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13545please report it to us as a bug (including a test case!).
13546@xref{Variables}, for more information about debugging optimized code.
13547
13548@menu
13549* Inline Functions:: How @value{GDBN} presents inlining
111c6489 13550* Tail Call Frames:: @value{GDBN} analysis of jumps to functions
edb3359d
DJ
13551@end menu
13552
13553@node Inline Functions
13554@section Inline Functions
13555@cindex inline functions, debugging
13556
13557@dfn{Inlining} is an optimization that inserts a copy of the function
13558body directly at each call site, instead of jumping to a shared
13559routine. @value{GDBN} displays inlined functions just like
13560non-inlined functions. They appear in backtraces. You can view their
13561arguments and local variables, step into them with @code{step}, skip
13562them with @code{next}, and escape from them with @code{finish}.
13563You can check whether a function was inlined by using the
13564@code{info frame} command.
13565
13566For @value{GDBN} to support inlined functions, the compiler must
13567record information about inlining in the debug information ---
13568@value{NGCC} using the @sc{dwarf 2} format does this, and several
13569other compilers do also. @value{GDBN} only supports inlined functions
13570when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13571do not emit two required attributes (@samp{DW_AT_call_file} and
13572@samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13573function calls with earlier versions of @value{NGCC}. It instead
13574displays the arguments and local variables of inlined functions as
13575local variables in the caller.
13576
13577The body of an inlined function is directly included at its call site;
13578unlike a non-inlined function, there are no instructions devoted to
13579the call. @value{GDBN} still pretends that the call site and the
13580start of the inlined function are different instructions. Stepping to
13581the call site shows the call site, and then stepping again shows
13582the first line of the inlined function, even though no additional
13583instructions are executed.
13584
13585This makes source-level debugging much clearer; you can see both the
13586context of the call and then the effect of the call. Only stepping by
13587a single instruction using @code{stepi} or @code{nexti} does not do
13588this; single instruction steps always show the inlined body.
13589
13590There are some ways that @value{GDBN} does not pretend that inlined
13591function calls are the same as normal calls:
13592
13593@itemize @bullet
edb3359d
DJ
13594@item
13595Setting breakpoints at the call site of an inlined function may not
13596work, because the call site does not contain any code. @value{GDBN}
13597may incorrectly move the breakpoint to the next line of the enclosing
13598function, after the call. This limitation will be removed in a future
13599version of @value{GDBN}; until then, set a breakpoint on an earlier line
13600or inside the inlined function instead.
13601
13602@item
13603@value{GDBN} cannot locate the return value of inlined calls after
13604using the @code{finish} command. This is a limitation of compiler-generated
13605debugging information; after @code{finish}, you can step to the next line
13606and print a variable where your program stored the return value.
13607
13608@end itemize
13609
111c6489
JK
13610@node Tail Call Frames
13611@section Tail Call Frames
13612@cindex tail call frames, debugging
13613
13614Function @code{B} can call function @code{C} in its very last statement. In
13615unoptimized compilation the call of @code{C} is immediately followed by return
13616instruction at the end of @code{B} code. Optimizing compiler may replace the
13617call and return in function @code{B} into one jump to function @code{C}
13618instead. Such use of a jump instruction is called @dfn{tail call}.
13619
13620During execution of function @code{C}, there will be no indication in the
13621function call stack frames that it was tail-called from @code{B}. If function
13622@code{A} regularly calls function @code{B} which tail-calls function @code{C},
13623then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13624some cases @value{GDBN} can determine that @code{C} was tail-called from
13625@code{B}, and it will then create fictitious call frame for that, with the
13626return address set up as if @code{B} called @code{C} normally.
13627
13628This functionality is currently supported only by DWARF 2 debugging format and
216f72a1 13629the compiler has to produce @samp{DW_TAG_call_site} tags. With
111c6489
JK
13630@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13631this information.
13632
13633@kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13634kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13635
13636@smallexample
13637(gdb) x/i $pc - 2
13638 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
13639(gdb) info frame
13640Stack level 1, frame at 0x7fffffffda30:
13641 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13642 tail call frame, caller of frame at 0x7fffffffda30
13643 source language c++.
13644 Arglist at unknown address.
13645 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13646@end smallexample
13647
13648The detection of all the possible code path executions can find them ambiguous.
13649There is no execution history stored (possible @ref{Reverse Execution} is never
13650used for this purpose) and the last known caller could have reached the known
13651callee by multiple different jump sequences. In such case @value{GDBN} still
13652tries to show at least all the unambiguous top tail callers and all the
13653unambiguous bottom tail calees, if any.
13654
13655@table @code
e18b2753 13656@anchor{set debug entry-values}
111c6489
JK
13657@item set debug entry-values
13658@kindex set debug entry-values
13659When set to on, enables printing of analysis messages for both frame argument
13660values at function entry and tail calls. It will show all the possible valid
13661tail calls code paths it has considered. It will also print the intersection
13662of them with the final unambiguous (possibly partial or even empty) code path
13663result.
13664
13665@item show debug entry-values
13666@kindex show debug entry-values
13667Show the current state of analysis messages printing for both frame argument
13668values at function entry and tail calls.
13669@end table
13670
13671The analysis messages for tail calls can for example show why the virtual tail
13672call frame for function @code{c} has not been recognized (due to the indirect
13673reference by variable @code{x}):
13674
13675@smallexample
13676static void __attribute__((noinline, noclone)) c (void);
13677void (*x) (void) = c;
13678static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13679static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13680int main (void) @{ x (); return 0; @}
13681
216f72a1
JK
13682Breakpoint 1, DW_OP_entry_value resolving cannot find
13683DW_TAG_call_site 0x40039a in main
111c6489
JK
13684a () at t.c:3
136853 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13686(gdb) bt
13687#0 a () at t.c:3
13688#1 0x000000000040039a in main () at t.c:5
13689@end smallexample
13690
13691Another possibility is an ambiguous virtual tail call frames resolution:
13692
13693@smallexample
13694int i;
13695static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13696static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13697static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13698static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13699static void __attribute__((noinline, noclone)) b (void)
13700@{ if (i) c (); else e (); @}
13701static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13702int main (void) @{ a (); return 0; @}
13703
13704tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13705tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13706tailcall: reduced: 0x4004d2(a) |
13707(gdb) bt
13708#0 f () at t.c:2
13709#1 0x00000000004004d2 in a () at t.c:8
13710#2 0x0000000000400395 in main () at t.c:9
13711@end smallexample
13712
5048e516
JK
13713@set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13714@set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13715
13716@c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13717@ifset HAVE_MAKEINFO_CLICK
13718@set ARROW @click{}
13719@set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13720@set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13721@end ifset
13722@ifclear HAVE_MAKEINFO_CLICK
13723@set ARROW ->
13724@set CALLSEQ1B @value{CALLSEQ1A}
13725@set CALLSEQ2B @value{CALLSEQ2A}
13726@end ifclear
13727
13728Frames #0 and #2 are real, #1 is a virtual tail call frame.
13729The code can have possible execution paths @value{CALLSEQ1B} or
13730@value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
111c6489
JK
13731
13732@code{initial:} state shows some random possible calling sequence @value{GDBN}
6b92c0d3 13733has found. It then finds another possible calling sequence - that one is
111c6489
JK
13734prefixed by @code{compare:}. The non-ambiguous intersection of these two is
13735printed as the @code{reduced:} calling sequence. That one could have many
6b92c0d3 13736further @code{compare:} and @code{reduced:} statements as long as there remain
111c6489
JK
13737any non-ambiguous sequence entries.
13738
13739For the frame of function @code{b} in both cases there are different possible
13740@code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
6b92c0d3 13741also ambiguous. The only non-ambiguous frame is the one for function @code{a},
111c6489
JK
13742therefore this one is displayed to the user while the ambiguous frames are
13743omitted.
edb3359d 13744
e18b2753
JK
13745There can be also reasons why printing of frame argument values at function
13746entry may fail:
13747
13748@smallexample
13749int v;
13750static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
13751static void __attribute__((noinline, noclone)) a (int i);
13752static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
13753static void __attribute__((noinline, noclone)) a (int i)
13754@{ if (i) b (i - 1); else c (0); @}
13755int main (void) @{ a (5); return 0; @}
13756
13757(gdb) bt
13758#0 c (i=i@@entry=0) at t.c:2
216f72a1 13759#1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
e18b2753
JK
13760function "a" at 0x400420 can call itself via tail calls
13761i=<optimized out>) at t.c:6
13762#2 0x000000000040036e in main () at t.c:7
13763@end smallexample
13764
13765@value{GDBN} cannot find out from the inferior state if and how many times did
13766function @code{a} call itself (via function @code{b}) as these calls would be
6b92c0d3 13767tail calls. Such tail calls would modify the @code{i} variable, therefore
e18b2753
JK
13768@value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
13769prints @code{<optimized out>} instead.
13770
e2e0bcd1
JB
13771@node Macros
13772@chapter C Preprocessor Macros
13773
49efadf5 13774Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
13775``preprocessor macros'' which expand into strings of tokens.
13776@value{GDBN} can evaluate expressions containing macro invocations, show
13777the result of macro expansion, and show a macro's definition, including
13778where it was defined.
13779
13780You may need to compile your program specially to provide @value{GDBN}
13781with information about preprocessor macros. Most compilers do not
13782include macros in their debugging information, even when you compile
13783with the @option{-g} flag. @xref{Compilation}.
13784
13785A program may define a macro at one point, remove that definition later,
13786and then provide a different definition after that. Thus, at different
13787points in the program, a macro may have different definitions, or have
13788no definition at all. If there is a current stack frame, @value{GDBN}
13789uses the macros in scope at that frame's source code line. Otherwise,
13790@value{GDBN} uses the macros in scope at the current listing location;
13791see @ref{List}.
13792
e2e0bcd1
JB
13793Whenever @value{GDBN} evaluates an expression, it always expands any
13794macro invocations present in the expression. @value{GDBN} also provides
13795the following commands for working with macros explicitly.
13796
13797@table @code
13798
13799@kindex macro expand
13800@cindex macro expansion, showing the results of preprocessor
13801@cindex preprocessor macro expansion, showing the results of
13802@cindex expanding preprocessor macros
13803@item macro expand @var{expression}
13804@itemx macro exp @var{expression}
13805Show the results of expanding all preprocessor macro invocations in
13806@var{expression}. Since @value{GDBN} simply expands macros, but does
13807not parse the result, @var{expression} need not be a valid expression;
13808it can be any string of tokens.
13809
09d4efe1 13810@kindex macro exp1
e2e0bcd1
JB
13811@item macro expand-once @var{expression}
13812@itemx macro exp1 @var{expression}
4644b6e3 13813@cindex expand macro once
e2e0bcd1
JB
13814@i{(This command is not yet implemented.)} Show the results of
13815expanding those preprocessor macro invocations that appear explicitly in
13816@var{expression}. Macro invocations appearing in that expansion are
13817left unchanged. This command allows you to see the effect of a
13818particular macro more clearly, without being confused by further
13819expansions. Since @value{GDBN} simply expands macros, but does not
13820parse the result, @var{expression} need not be a valid expression; it
13821can be any string of tokens.
13822
475b0867 13823@kindex info macro
e2e0bcd1 13824@cindex macro definition, showing
9b158ba0 13825@cindex definition of a macro, showing
13826@cindex macros, from debug info
71eba9c2 13827@item info macro [-a|-all] [--] @var{macro}
13828Show the current definition or all definitions of the named @var{macro},
13829and describe the source location or compiler command-line where that
13830definition was established. The optional double dash is to signify the end of
13831argument processing and the beginning of @var{macro} for non C-like macros where
13832the macro may begin with a hyphen.
e2e0bcd1 13833
9b158ba0 13834@kindex info macros
629500fa 13835@item info macros @var{location}
9b158ba0 13836Show all macro definitions that are in effect at the location specified
629500fa 13837by @var{location}, and describe the source location or compiler
9b158ba0 13838command-line where those definitions were established.
13839
e2e0bcd1
JB
13840@kindex macro define
13841@cindex user-defined macros
13842@cindex defining macros interactively
13843@cindex macros, user-defined
13844@item macro define @var{macro} @var{replacement-list}
13845@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
d7d9f01e
TT
13846Introduce a definition for a preprocessor macro named @var{macro},
13847invocations of which are replaced by the tokens given in
13848@var{replacement-list}. The first form of this command defines an
13849``object-like'' macro, which takes no arguments; the second form
13850defines a ``function-like'' macro, which takes the arguments given in
13851@var{arglist}.
13852
13853A definition introduced by this command is in scope in every
13854expression evaluated in @value{GDBN}, until it is removed with the
13855@code{macro undef} command, described below. The definition overrides
13856all definitions for @var{macro} present in the program being debugged,
13857as well as any previous user-supplied definition.
e2e0bcd1
JB
13858
13859@kindex macro undef
13860@item macro undef @var{macro}
d7d9f01e
TT
13861Remove any user-supplied definition for the macro named @var{macro}.
13862This command only affects definitions provided with the @code{macro
13863define} command, described above; it cannot remove definitions present
13864in the program being debugged.
e2e0bcd1 13865
09d4efe1
EZ
13866@kindex macro list
13867@item macro list
d7d9f01e 13868List all the macros defined using the @code{macro define} command.
e2e0bcd1
JB
13869@end table
13870
13871@cindex macros, example of debugging with
13872Here is a transcript showing the above commands in action. First, we
13873show our source files:
13874
13875@smallexample
13876$ cat sample.c
13877#include <stdio.h>
13878#include "sample.h"
13879
13880#define M 42
13881#define ADD(x) (M + x)
13882
13883main ()
13884@{
13885#define N 28
13886 printf ("Hello, world!\n");
13887#undef N
13888 printf ("We're so creative.\n");
13889#define N 1729
13890 printf ("Goodbye, world!\n");
13891@}
13892$ cat sample.h
13893#define Q <
13894$
13895@end smallexample
13896
e0f8f636
TT
13897Now, we compile the program using the @sc{gnu} C compiler,
13898@value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13899minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13900and @option{-gdwarf-4}; we recommend always choosing the most recent
13901version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13902includes information about preprocessor macros in the debugging
e2e0bcd1
JB
13903information.
13904
13905@smallexample
13906$ gcc -gdwarf-2 -g3 sample.c -o sample
13907$
13908@end smallexample
13909
13910Now, we start @value{GDBN} on our sample program:
13911
13912@smallexample
13913$ gdb -nw sample
13914GNU gdb 2002-05-06-cvs
13915Copyright 2002 Free Software Foundation, Inc.
13916GDB is free software, @dots{}
f7dc1244 13917(@value{GDBP})
e2e0bcd1
JB
13918@end smallexample
13919
13920We can expand macros and examine their definitions, even when the
13921program is not running. @value{GDBN} uses the current listing position
13922to decide which macro definitions are in scope:
13923
13924@smallexample
f7dc1244 13925(@value{GDBP}) list main
e2e0bcd1
JB
139263
139274 #define M 42
139285 #define ADD(x) (M + x)
139296
139307 main ()
139318 @{
139329 #define N 28
1393310 printf ("Hello, world!\n");
1393411 #undef N
1393512 printf ("We're so creative.\n");
f7dc1244 13936(@value{GDBP}) info macro ADD
e2e0bcd1
JB
13937Defined at /home/jimb/gdb/macros/play/sample.c:5
13938#define ADD(x) (M + x)
f7dc1244 13939(@value{GDBP}) info macro Q
e2e0bcd1
JB
13940Defined at /home/jimb/gdb/macros/play/sample.h:1
13941 included at /home/jimb/gdb/macros/play/sample.c:2
13942#define Q <
f7dc1244 13943(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 13944expands to: (42 + 1)
f7dc1244 13945(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 13946expands to: once (M + 1)
f7dc1244 13947(@value{GDBP})
e2e0bcd1
JB
13948@end smallexample
13949
d7d9f01e 13950In the example above, note that @code{macro expand-once} expands only
e2e0bcd1
JB
13951the macro invocation explicit in the original text --- the invocation of
13952@code{ADD} --- but does not expand the invocation of the macro @code{M},
13953which was introduced by @code{ADD}.
13954
3f94c067
BW
13955Once the program is running, @value{GDBN} uses the macro definitions in
13956force at the source line of the current stack frame:
e2e0bcd1
JB
13957
13958@smallexample
f7dc1244 13959(@value{GDBP}) break main
e2e0bcd1 13960Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 13961(@value{GDBP}) run
b383017d 13962Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
13963
13964Breakpoint 1, main () at sample.c:10
1396510 printf ("Hello, world!\n");
f7dc1244 13966(@value{GDBP})
e2e0bcd1
JB
13967@end smallexample
13968
13969At line 10, the definition of the macro @code{N} at line 9 is in force:
13970
13971@smallexample
f7dc1244 13972(@value{GDBP}) info macro N
e2e0bcd1
JB
13973Defined at /home/jimb/gdb/macros/play/sample.c:9
13974#define N 28
f7dc1244 13975(@value{GDBP}) macro expand N Q M
e2e0bcd1 13976expands to: 28 < 42
f7dc1244 13977(@value{GDBP}) print N Q M
e2e0bcd1 13978$1 = 1
f7dc1244 13979(@value{GDBP})
e2e0bcd1
JB
13980@end smallexample
13981
13982As we step over directives that remove @code{N}'s definition, and then
13983give it a new definition, @value{GDBN} finds the definition (or lack
13984thereof) in force at each point:
13985
13986@smallexample
f7dc1244 13987(@value{GDBP}) next
e2e0bcd1
JB
13988Hello, world!
1398912 printf ("We're so creative.\n");
f7dc1244 13990(@value{GDBP}) info macro N
e2e0bcd1
JB
13991The symbol `N' has no definition as a C/C++ preprocessor macro
13992at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 13993(@value{GDBP}) next
e2e0bcd1
JB
13994We're so creative.
1399514 printf ("Goodbye, world!\n");
f7dc1244 13996(@value{GDBP}) info macro N
e2e0bcd1
JB
13997Defined at /home/jimb/gdb/macros/play/sample.c:13
13998#define N 1729
f7dc1244 13999(@value{GDBP}) macro expand N Q M
e2e0bcd1 14000expands to: 1729 < 42
f7dc1244 14001(@value{GDBP}) print N Q M
e2e0bcd1 14002$2 = 0
f7dc1244 14003(@value{GDBP})
e2e0bcd1
JB
14004@end smallexample
14005
484086b7
JK
14006In addition to source files, macros can be defined on the compilation command
14007line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
14008such a way, @value{GDBN} displays the location of their definition as line zero
14009of the source file submitted to the compiler.
14010
14011@smallexample
14012(@value{GDBP}) info macro __STDC__
14013Defined at /home/jimb/gdb/macros/play/sample.c:0
14014-D__STDC__=1
14015(@value{GDBP})
14016@end smallexample
14017
e2e0bcd1 14018
b37052ae
EZ
14019@node Tracepoints
14020@chapter Tracepoints
14021@c This chapter is based on the documentation written by Michael
14022@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14023
14024@cindex tracepoints
14025In some applications, it is not feasible for the debugger to interrupt
14026the program's execution long enough for the developer to learn
14027anything helpful about its behavior. If the program's correctness
14028depends on its real-time behavior, delays introduced by a debugger
14029might cause the program to change its behavior drastically, or perhaps
14030fail, even when the code itself is correct. It is useful to be able
14031to observe the program's behavior without interrupting it.
14032
14033Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14034specify locations in the program, called @dfn{tracepoints}, and
14035arbitrary expressions to evaluate when those tracepoints are reached.
14036Later, using the @code{tfind} command, you can examine the values
14037those expressions had when the program hit the tracepoints. The
14038expressions may also denote objects in memory---structures or arrays,
14039for example---whose values @value{GDBN} should record; while visiting
14040a particular tracepoint, you may inspect those objects as if they were
14041in memory at that moment. However, because @value{GDBN} records these
14042values without interacting with you, it can do so quickly and
14043unobtrusively, hopefully not disturbing the program's behavior.
14044
14045The tracepoint facility is currently available only for remote
9d29849a
JB
14046targets. @xref{Targets}. In addition, your remote target must know
14047how to collect trace data. This functionality is implemented in the
14048remote stub; however, none of the stubs distributed with @value{GDBN}
14049support tracepoints as of this writing. The format of the remote
14050packets used to implement tracepoints are described in @ref{Tracepoint
14051Packets}.
b37052ae 14052
00bf0b85
SS
14053It is also possible to get trace data from a file, in a manner reminiscent
14054of corefiles; you specify the filename, and use @code{tfind} to search
14055through the file. @xref{Trace Files}, for more details.
14056
b37052ae
EZ
14057This chapter describes the tracepoint commands and features.
14058
14059@menu
b383017d
RM
14060* Set Tracepoints::
14061* Analyze Collected Data::
14062* Tracepoint Variables::
00bf0b85 14063* Trace Files::
b37052ae
EZ
14064@end menu
14065
14066@node Set Tracepoints
14067@section Commands to Set Tracepoints
14068
14069Before running such a @dfn{trace experiment}, an arbitrary number of
1042e4c0
SS
14070tracepoints can be set. A tracepoint is actually a special type of
14071breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14072standard breakpoint commands. For instance, as with breakpoints,
14073tracepoint numbers are successive integers starting from one, and many
14074of the commands associated with tracepoints take the tracepoint number
14075as their argument, to identify which tracepoint to work on.
b37052ae
EZ
14076
14077For each tracepoint, you can specify, in advance, some arbitrary set
14078of data that you want the target to collect in the trace buffer when
14079it hits that tracepoint. The collected data can include registers,
14080local variables, or global data. Later, you can use @value{GDBN}
14081commands to examine the values these data had at the time the
14082tracepoint was hit.
14083
7d13fe92
SS
14084Tracepoints do not support every breakpoint feature. Ignore counts on
14085tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14086commands when they are hit. Tracepoints may not be thread-specific
14087either.
1042e4c0 14088
7a697b8d
SS
14089@cindex fast tracepoints
14090Some targets may support @dfn{fast tracepoints}, which are inserted in
14091a different way (such as with a jump instead of a trap), that is
14092faster but possibly restricted in where they may be installed.
14093
0fb4aa4b
PA
14094@cindex static tracepoints
14095@cindex markers, static tracepoints
14096@cindex probing markers, static tracepoints
14097Regular and fast tracepoints are dynamic tracing facilities, meaning
14098that they can be used to insert tracepoints at (almost) any location
14099in the target. Some targets may also support controlling @dfn{static
14100tracepoints} from @value{GDBN}. With static tracing, a set of
14101instrumentation points, also known as @dfn{markers}, are embedded in
14102the target program, and can be activated or deactivated by name or
14103address. These are usually placed at locations which facilitate
14104investigating what the target is actually doing. @value{GDBN}'s
14105support for static tracing includes being able to list instrumentation
14106points, and attach them with @value{GDBN} defined high level
14107tracepoints that expose the whole range of convenience of
8786b2bd 14108@value{GDBN}'s tracepoints support. Namely, support for collecting
0fb4aa4b
PA
14109registers values and values of global or local (to the instrumentation
14110point) variables; tracepoint conditions and trace state variables.
14111The act of installing a @value{GDBN} static tracepoint on an
14112instrumentation point, or marker, is referred to as @dfn{probing} a
14113static tracepoint marker.
14114
fa593d66
PA
14115@code{gdbserver} supports tracepoints on some target systems.
14116@xref{Server,,Tracepoints support in @code{gdbserver}}.
14117
b37052ae
EZ
14118This section describes commands to set tracepoints and associated
14119conditions and actions.
14120
14121@menu
b383017d
RM
14122* Create and Delete Tracepoints::
14123* Enable and Disable Tracepoints::
14124* Tracepoint Passcounts::
782b2b07 14125* Tracepoint Conditions::
f61e138d 14126* Trace State Variables::
b383017d
RM
14127* Tracepoint Actions::
14128* Listing Tracepoints::
0fb4aa4b 14129* Listing Static Tracepoint Markers::
79a6e687 14130* Starting and Stopping Trace Experiments::
c9429232 14131* Tracepoint Restrictions::
b37052ae
EZ
14132@end menu
14133
14134@node Create and Delete Tracepoints
14135@subsection Create and Delete Tracepoints
14136
14137@table @code
14138@cindex set tracepoint
14139@kindex trace
1042e4c0 14140@item trace @var{location}
b37052ae 14141The @code{trace} command is very similar to the @code{break} command.
629500fa
KS
14142Its argument @var{location} can be any valid location.
14143@xref{Specify Location}. The @code{trace} command defines a tracepoint,
14144which is a point in the target program where the debugger will briefly stop,
14145collect some data, and then allow the program to continue. Setting a tracepoint
14146or changing its actions takes effect immediately if the remote stub
1e4d1764
YQ
14147supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14148in tracing}).
14149If remote stub doesn't support the @samp{InstallInTrace} feature, all
14150these changes don't take effect until the next @code{tstart}
1042e4c0 14151command, and once a trace experiment is running, further changes will
bfccc43c
YQ
14152not have any effect until the next trace experiment starts. In addition,
14153@value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14154address is not yet resolved. (This is similar to pending breakpoints.)
14155Pending tracepoints are not downloaded to the target and not installed
14156until they are resolved. The resolution of pending tracepoints requires
14157@value{GDBN} support---when debugging with the remote target, and
14158@value{GDBN} disconnects from the remote stub (@pxref{disconnected
14159tracing}), pending tracepoints can not be resolved (and downloaded to
14160the remote stub) while @value{GDBN} is disconnected.
b37052ae
EZ
14161
14162Here are some examples of using the @code{trace} command:
14163
14164@smallexample
14165(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14166
14167(@value{GDBP}) @b{trace +2} // 2 lines forward
14168
14169(@value{GDBP}) @b{trace my_function} // first source line of function
14170
14171(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14172
14173(@value{GDBP}) @b{trace *0x2117c4} // an address
14174@end smallexample
14175
14176@noindent
14177You can abbreviate @code{trace} as @code{tr}.
14178
782b2b07
SS
14179@item trace @var{location} if @var{cond}
14180Set a tracepoint with condition @var{cond}; evaluate the expression
14181@var{cond} each time the tracepoint is reached, and collect data only
14182if the value is nonzero---that is, if @var{cond} evaluates as true.
14183@xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14184information on tracepoint conditions.
14185
7a697b8d
SS
14186@item ftrace @var{location} [ if @var{cond} ]
14187@cindex set fast tracepoint
74c761c1 14188@cindex fast tracepoints, setting
7a697b8d
SS
14189@kindex ftrace
14190The @code{ftrace} command sets a fast tracepoint. For targets that
14191support them, fast tracepoints will use a more efficient but possibly
14192less general technique to trigger data collection, such as a jump
14193instruction instead of a trap, or some sort of hardware support. It
14194may not be possible to create a fast tracepoint at the desired
14195location, in which case the command will exit with an explanatory
14196message.
14197
14198@value{GDBN} handles arguments to @code{ftrace} exactly as for
14199@code{trace}.
14200
405f8e94
SS
14201On 32-bit x86-architecture systems, fast tracepoints normally need to
14202be placed at an instruction that is 5 bytes or longer, but can be
14203placed at 4-byte instructions if the low 64K of memory of the target
14204program is available to install trampolines. Some Unix-type systems,
14205such as @sc{gnu}/Linux, exclude low addresses from the program's
14206address space; but for instance with the Linux kernel it is possible
14207to let @value{GDBN} use this area by doing a @command{sysctl} command
14208to set the @code{mmap_min_addr} kernel parameter, as in
14209
14210@example
14211sudo sysctl -w vm.mmap_min_addr=32768
14212@end example
14213
14214@noindent
14215which sets the low address to 32K, which leaves plenty of room for
14216trampolines. The minimum address should be set to a page boundary.
14217
0fb4aa4b 14218@item strace @var{location} [ if @var{cond} ]
74c761c1
PA
14219@cindex set static tracepoint
14220@cindex static tracepoints, setting
14221@cindex probe static tracepoint marker
0fb4aa4b
PA
14222@kindex strace
14223The @code{strace} command sets a static tracepoint. For targets that
14224support it, setting a static tracepoint probes a static
14225instrumentation point, or marker, found at @var{location}. It may not
14226be possible to set a static tracepoint at the desired location, in
14227which case the command will exit with an explanatory message.
14228
14229@value{GDBN} handles arguments to @code{strace} exactly as for
14230@code{trace}, with the addition that the user can also specify
14231@code{-m @var{marker}} as @var{location}. This probes the marker
14232identified by the @var{marker} string identifier. This identifier
14233depends on the static tracepoint backend library your program is
14234using. You can find all the marker identifiers in the @samp{ID} field
14235of the @code{info static-tracepoint-markers} command output.
14236@xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14237Markers}. For example, in the following small program using the UST
14238tracing engine:
14239
14240@smallexample
14241main ()
14242@{
14243 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14244@}
14245@end smallexample
14246
14247@noindent
14248the marker id is composed of joining the first two arguments to the
14249@code{trace_mark} call with a slash, which translates to:
14250
14251@smallexample
14252(@value{GDBP}) info static-tracepoint-markers
14253Cnt Enb ID Address What
142541 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14255 Data: "str %s"
14256[etc...]
14257@end smallexample
14258
14259@noindent
14260so you may probe the marker above with:
14261
14262@smallexample
14263(@value{GDBP}) strace -m ust/bar33
14264@end smallexample
14265
14266Static tracepoints accept an extra collect action --- @code{collect
14267$_sdata}. This collects arbitrary user data passed in the probe point
14268call to the tracing library. In the UST example above, you'll see
14269that the third argument to @code{trace_mark} is a printf-like format
6b92c0d3 14270string. The user data is then the result of running that formatting
0fb4aa4b
PA
14271string against the following arguments. Note that @code{info
14272static-tracepoint-markers} command output lists that format string in
14273the @samp{Data:} field.
14274
14275You can inspect this data when analyzing the trace buffer, by printing
14276the $_sdata variable like any other variable available to
14277@value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14278
b37052ae
EZ
14279@vindex $tpnum
14280@cindex last tracepoint number
14281@cindex recent tracepoint number
14282@cindex tracepoint number
14283The convenience variable @code{$tpnum} records the tracepoint number
14284of the most recently set tracepoint.
14285
14286@kindex delete tracepoint
14287@cindex tracepoint deletion
14288@item delete tracepoint @r{[}@var{num}@r{]}
14289Permanently delete one or more tracepoints. With no argument, the
1042e4c0
SS
14290default is to delete all tracepoints. Note that the regular
14291@code{delete} command can remove tracepoints also.
b37052ae
EZ
14292
14293Examples:
14294
14295@smallexample
14296(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14297
14298(@value{GDBP}) @b{delete trace} // remove all tracepoints
14299@end smallexample
14300
14301@noindent
14302You can abbreviate this command as @code{del tr}.
14303@end table
14304
14305@node Enable and Disable Tracepoints
14306@subsection Enable and Disable Tracepoints
14307
1042e4c0
SS
14308These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14309
b37052ae
EZ
14310@table @code
14311@kindex disable tracepoint
14312@item disable tracepoint @r{[}@var{num}@r{]}
14313Disable tracepoint @var{num}, or all tracepoints if no argument
14314@var{num} is given. A disabled tracepoint will have no effect during
d248b706 14315a trace experiment, but it is not forgotten. You can re-enable
b37052ae 14316a disabled tracepoint using the @code{enable tracepoint} command.
d248b706
KY
14317If the command is issued during a trace experiment and the debug target
14318has support for disabling tracepoints during a trace experiment, then the
14319change will be effective immediately. Otherwise, it will be applied to the
14320next trace experiment.
b37052ae
EZ
14321
14322@kindex enable tracepoint
14323@item enable tracepoint @r{[}@var{num}@r{]}
d248b706
KY
14324Enable tracepoint @var{num}, or all tracepoints. If this command is
14325issued during a trace experiment and the debug target supports enabling
14326tracepoints during a trace experiment, then the enabled tracepoints will
14327become effective immediately. Otherwise, they will become effective the
14328next time a trace experiment is run.
b37052ae
EZ
14329@end table
14330
14331@node Tracepoint Passcounts
14332@subsection Tracepoint Passcounts
14333
14334@table @code
14335@kindex passcount
14336@cindex tracepoint pass count
14337@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14338Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14339automatically stop a trace experiment. If a tracepoint's passcount is
14340@var{n}, then the trace experiment will be automatically stopped on
14341the @var{n}'th time that tracepoint is hit. If the tracepoint number
14342@var{num} is not specified, the @code{passcount} command sets the
14343passcount of the most recently defined tracepoint. If no passcount is
14344given, the trace experiment will run until stopped explicitly by the
14345user.
14346
14347Examples:
14348
14349@smallexample
b383017d 14350(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 14351@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
14352
14353(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 14354@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
14355(@value{GDBP}) @b{trace foo}
14356(@value{GDBP}) @b{pass 3}
14357(@value{GDBP}) @b{trace bar}
14358(@value{GDBP}) @b{pass 2}
14359(@value{GDBP}) @b{trace baz}
14360(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
14361@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14362@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14363@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
14364@end smallexample
14365@end table
14366
782b2b07
SS
14367@node Tracepoint Conditions
14368@subsection Tracepoint Conditions
14369@cindex conditional tracepoints
14370@cindex tracepoint conditions
14371
14372The simplest sort of tracepoint collects data every time your program
14373reaches a specified place. You can also specify a @dfn{condition} for
14374a tracepoint. A condition is just a Boolean expression in your
14375programming language (@pxref{Expressions, ,Expressions}). A
14376tracepoint with a condition evaluates the expression each time your
14377program reaches it, and data collection happens only if the condition
14378is true.
14379
14380Tracepoint conditions can be specified when a tracepoint is set, by
14381using @samp{if} in the arguments to the @code{trace} command.
14382@xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14383also be set or changed at any time with the @code{condition} command,
14384just as with breakpoints.
14385
14386Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14387the conditional expression itself. Instead, @value{GDBN} encodes the
6dcd5565 14388expression into an agent expression (@pxref{Agent Expressions})
782b2b07
SS
14389suitable for execution on the target, independently of @value{GDBN}.
14390Global variables become raw memory locations, locals become stack
14391accesses, and so forth.
14392
14393For instance, suppose you have a function that is usually called
14394frequently, but should not be called after an error has occurred. You
14395could use the following tracepoint command to collect data about calls
14396of that function that happen while the error code is propagating
14397through the program; an unconditional tracepoint could end up
14398collecting thousands of useless trace frames that you would have to
14399search through.
14400
14401@smallexample
14402(@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14403@end smallexample
14404
f61e138d
SS
14405@node Trace State Variables
14406@subsection Trace State Variables
14407@cindex trace state variables
14408
14409A @dfn{trace state variable} is a special type of variable that is
14410created and managed by target-side code. The syntax is the same as
14411that for GDB's convenience variables (a string prefixed with ``$''),
14412but they are stored on the target. They must be created explicitly,
14413using a @code{tvariable} command. They are always 64-bit signed
14414integers.
14415
14416Trace state variables are remembered by @value{GDBN}, and downloaded
14417to the target along with tracepoint information when the trace
14418experiment starts. There are no intrinsic limits on the number of
14419trace state variables, beyond memory limitations of the target.
14420
14421@cindex convenience variables, and trace state variables
14422Although trace state variables are managed by the target, you can use
14423them in print commands and expressions as if they were convenience
14424variables; @value{GDBN} will get the current value from the target
14425while the trace experiment is running. Trace state variables share
14426the same namespace as other ``$'' variables, which means that you
14427cannot have trace state variables with names like @code{$23} or
14428@code{$pc}, nor can you have a trace state variable and a convenience
14429variable with the same name.
14430
14431@table @code
14432
14433@item tvariable $@var{name} [ = @var{expression} ]
14434@kindex tvariable
14435The @code{tvariable} command creates a new trace state variable named
14436@code{$@var{name}}, and optionally gives it an initial value of
697aa1b7 14437@var{expression}. The @var{expression} is evaluated when this command is
f61e138d
SS
14438entered; the result will be converted to an integer if possible,
14439otherwise @value{GDBN} will report an error. A subsequent
14440@code{tvariable} command specifying the same name does not create a
14441variable, but instead assigns the supplied initial value to the
14442existing variable of that name, overwriting any previous initial
14443value. The default initial value is 0.
14444
14445@item info tvariables
14446@kindex info tvariables
14447List all the trace state variables along with their initial values.
14448Their current values may also be displayed, if the trace experiment is
14449currently running.
14450
14451@item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14452@kindex delete tvariable
14453Delete the given trace state variables, or all of them if no arguments
14454are specified.
14455
14456@end table
14457
b37052ae
EZ
14458@node Tracepoint Actions
14459@subsection Tracepoint Action Lists
14460
14461@table @code
14462@kindex actions
14463@cindex tracepoint actions
14464@item actions @r{[}@var{num}@r{]}
14465This command will prompt for a list of actions to be taken when the
14466tracepoint is hit. If the tracepoint number @var{num} is not
14467specified, this command sets the actions for the one that was most
14468recently defined (so that you can define a tracepoint and then say
14469@code{actions} without bothering about its number). You specify the
14470actions themselves on the following lines, one action at a time, and
14471terminate the actions list with a line containing just @code{end}. So
7d13fe92 14472far, the only defined actions are @code{collect}, @code{teval}, and
b37052ae
EZ
14473@code{while-stepping}.
14474
5a9351ae
SS
14475@code{actions} is actually equivalent to @code{commands} (@pxref{Break
14476Commands, ,Breakpoint Command Lists}), except that only the defined
14477actions are allowed; any other @value{GDBN} command is rejected.
14478
b37052ae
EZ
14479@cindex remove actions from a tracepoint
14480To remove all actions from a tracepoint, type @samp{actions @var{num}}
14481and follow it immediately with @samp{end}.
14482
14483@smallexample
14484(@value{GDBP}) @b{collect @var{data}} // collect some data
14485
6826cf00 14486(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 14487
6826cf00 14488(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
14489@end smallexample
14490
14491In the following example, the action list begins with @code{collect}
14492commands indicating the things to be collected when the tracepoint is
14493hit. Then, in order to single-step and collect additional data
14494following the tracepoint, a @code{while-stepping} command is used,
7d13fe92
SS
14495followed by the list of things to be collected after each step in a
14496sequence of single steps. The @code{while-stepping} command is
14497terminated by its own separate @code{end} command. Lastly, the action
14498list is terminated by an @code{end} command.
b37052ae
EZ
14499
14500@smallexample
14501(@value{GDBP}) @b{trace foo}
14502(@value{GDBP}) @b{actions}
14503Enter actions for tracepoint 1, one per line:
14504> collect bar,baz
14505> collect $regs
14506> while-stepping 12
5a9351ae 14507 > collect $pc, arr[i]
b37052ae
EZ
14508 > end
14509end
14510@end smallexample
14511
14512@kindex collect @r{(tracepoints)}
3065dfb6 14513@item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
b37052ae
EZ
14514Collect values of the given expressions when the tracepoint is hit.
14515This command accepts a comma-separated list of any valid expressions.
14516In addition to global, static, or local variables, the following
14517special arguments are supported:
14518
14519@table @code
14520@item $regs
0fb4aa4b 14521Collect all registers.
b37052ae
EZ
14522
14523@item $args
0fb4aa4b 14524Collect all function arguments.
b37052ae
EZ
14525
14526@item $locals
0fb4aa4b
PA
14527Collect all local variables.
14528
6710bf39
SS
14529@item $_ret
14530Collect the return address. This is helpful if you want to see more
14531of a backtrace.
14532
2a60e18f 14533@emph{Note:} The return address location can not always be reliably
45fa2529
PA
14534determined up front, and the wrong address / registers may end up
14535collected instead. On some architectures the reliability is higher
14536for tracepoints at function entry, while on others it's the opposite.
14537When this happens, backtracing will stop because the return address is
14538found unavailable (unless another collect rule happened to match it).
14539
62e5f89c
SDJ
14540@item $_probe_argc
14541Collects the number of arguments from the static probe at which the
14542tracepoint is located.
14543@xref{Static Probe Points}.
14544
14545@item $_probe_arg@var{n}
14546@var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14547from the static probe at which the tracepoint is located.
14548@xref{Static Probe Points}.
14549
0fb4aa4b
PA
14550@item $_sdata
14551@vindex $_sdata@r{, collect}
14552Collect static tracepoint marker specific data. Only available for
14553static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14554Lists}. On the UST static tracepoints library backend, an
14555instrumentation point resembles a @code{printf} function call. The
14556tracing library is able to collect user specified data formatted to a
14557character string using the format provided by the programmer that
14558instrumented the program. Other backends have similar mechanisms.
14559Here's an example of a UST marker call:
14560
14561@smallexample
14562 const char master_name[] = "$your_name";
14563 trace_mark(channel1, marker1, "hello %s", master_name)
14564@end smallexample
14565
14566In this case, collecting @code{$_sdata} collects the string
14567@samp{hello $yourname}. When analyzing the trace buffer, you can
14568inspect @samp{$_sdata} like any other variable available to
14569@value{GDBN}.
b37052ae
EZ
14570@end table
14571
14572You can give several consecutive @code{collect} commands, each one
14573with a single argument, or one @code{collect} command with several
5a9351ae 14574arguments separated by commas; the effect is the same.
b37052ae 14575
3065dfb6
SS
14576The optional @var{mods} changes the usual handling of the arguments.
14577@code{s} requests that pointers to chars be handled as strings, in
14578particular collecting the contents of the memory being pointed at, up
14579to the first zero. The upper bound is by default the value of the
14580@code{print elements} variable; if @code{s} is followed by a decimal
14581number, that is the upper bound instead. So for instance
14582@samp{collect/s25 mystr} collects as many as 25 characters at
14583@samp{mystr}.
14584
f5c37c66
EZ
14585The command @code{info scope} (@pxref{Symbols, info scope}) is
14586particularly useful for figuring out what data to collect.
14587
6da95a67
SS
14588@kindex teval @r{(tracepoints)}
14589@item teval @var{expr1}, @var{expr2}, @dots{}
14590Evaluate the given expressions when the tracepoint is hit. This
14591command accepts a comma-separated list of expressions. The results
14592are discarded, so this is mainly useful for assigning values to trace
14593state variables (@pxref{Trace State Variables}) without adding those
14594values to the trace buffer, as would be the case if the @code{collect}
14595action were used.
14596
b37052ae
EZ
14597@kindex while-stepping @r{(tracepoints)}
14598@item while-stepping @var{n}
c9429232 14599Perform @var{n} single-step instruction traces after the tracepoint,
7d13fe92 14600collecting new data after each step. The @code{while-stepping}
c9429232
SS
14601command is followed by the list of what to collect while stepping
14602(followed by its own @code{end} command):
b37052ae
EZ
14603
14604@smallexample
14605> while-stepping 12
14606 > collect $regs, myglobal
14607 > end
14608>
14609@end smallexample
14610
14611@noindent
7d13fe92
SS
14612Note that @code{$pc} is not automatically collected by
14613@code{while-stepping}; you need to explicitly collect that register if
14614you need it. You may abbreviate @code{while-stepping} as @code{ws} or
b37052ae 14615@code{stepping}.
236f1d4d
SS
14616
14617@item set default-collect @var{expr1}, @var{expr2}, @dots{}
14618@kindex set default-collect
14619@cindex default collection action
14620This variable is a list of expressions to collect at each tracepoint
14621hit. It is effectively an additional @code{collect} action prepended
14622to every tracepoint action list. The expressions are parsed
14623individually for each tracepoint, so for instance a variable named
14624@code{xyz} may be interpreted as a global for one tracepoint, and a
14625local for another, as appropriate to the tracepoint's location.
14626
14627@item show default-collect
14628@kindex show default-collect
14629Show the list of expressions that are collected by default at each
14630tracepoint hit.
14631
b37052ae
EZ
14632@end table
14633
14634@node Listing Tracepoints
14635@subsection Listing Tracepoints
14636
14637@table @code
e5a67952
MS
14638@kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14639@kindex info tp @r{[}@var{n}@dots{}@r{]}
b37052ae 14640@cindex information about tracepoints
e5a67952 14641@item info tracepoints @r{[}@var{num}@dots{}@r{]}
1042e4c0
SS
14642Display information about the tracepoint @var{num}. If you don't
14643specify a tracepoint number, displays information about all the
14644tracepoints defined so far. The format is similar to that used for
14645@code{info breakpoints}; in fact, @code{info tracepoints} is the same
14646command, simply restricting itself to tracepoints.
14647
14648A tracepoint's listing may include additional information specific to
14649tracing:
b37052ae
EZ
14650
14651@itemize @bullet
14652@item
b37052ae 14653its passcount as given by the @code{passcount @var{n}} command
f2a8bc8a
YQ
14654
14655@item
14656the state about installed on target of each location
b37052ae
EZ
14657@end itemize
14658
14659@smallexample
14660(@value{GDBP}) @b{info trace}
1042e4c0
SS
14661Num Type Disp Enb Address What
146621 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
5a9351ae
SS
14663 while-stepping 20
14664 collect globfoo, $regs
14665 end
14666 collect globfoo2
14667 end
1042e4c0 14668 pass count 1200
f2a8bc8a
YQ
146692 tracepoint keep y <MULTIPLE>
14670 collect $eip
146712.1 y 0x0804859c in func4 at change-loc.h:35
14672 installed on target
146732.2 y 0xb7ffc480 in func4 at change-loc.h:35
14674 installed on target
146752.3 y <PENDING> set_tracepoint
146763 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14677 not installed on target
b37052ae
EZ
14678(@value{GDBP})
14679@end smallexample
14680
14681@noindent
14682This command can be abbreviated @code{info tp}.
14683@end table
14684
0fb4aa4b
PA
14685@node Listing Static Tracepoint Markers
14686@subsection Listing Static Tracepoint Markers
14687
14688@table @code
14689@kindex info static-tracepoint-markers
14690@cindex information about static tracepoint markers
14691@item info static-tracepoint-markers
14692Display information about all static tracepoint markers defined in the
14693program.
14694
14695For each marker, the following columns are printed:
14696
14697@table @emph
14698@item Count
14699An incrementing counter, output to help readability. This is not a
14700stable identifier.
14701@item ID
14702The marker ID, as reported by the target.
14703@item Enabled or Disabled
14704Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14705that are not enabled.
14706@item Address
14707Where the marker is in your program, as a memory address.
14708@item What
14709Where the marker is in the source for your program, as a file and line
14710number. If the debug information included in the program does not
14711allow @value{GDBN} to locate the source of the marker, this column
14712will be left blank.
14713@end table
14714
14715@noindent
14716In addition, the following information may be printed for each marker:
14717
14718@table @emph
14719@item Data
14720User data passed to the tracing library by the marker call. In the
14721UST backend, this is the format string passed as argument to the
14722marker call.
14723@item Static tracepoints probing the marker
14724The list of static tracepoints attached to the marker.
14725@end table
14726
14727@smallexample
14728(@value{GDBP}) info static-tracepoint-markers
14729Cnt ID Enb Address What
147301 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
14731 Data: number1 %d number2 %d
14732 Probed by static tracepoints: #2
147332 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
14734 Data: str %s
14735(@value{GDBP})
14736@end smallexample
14737@end table
14738
79a6e687
BW
14739@node Starting and Stopping Trace Experiments
14740@subsection Starting and Stopping Trace Experiments
b37052ae
EZ
14741
14742@table @code
f196051f 14743@kindex tstart [ @var{notes} ]
b37052ae
EZ
14744@cindex start a new trace experiment
14745@cindex collected data discarded
14746@item tstart
f196051f
SS
14747This command starts the trace experiment, and begins collecting data.
14748It has the side effect of discarding all the data collected in the
14749trace buffer during the previous trace experiment. If any arguments
14750are supplied, they are taken as a note and stored with the trace
14751experiment's state. The notes may be arbitrary text, and are
14752especially useful with disconnected tracing in a multi-user context;
14753the notes can explain what the trace is doing, supply user contact
14754information, and so forth.
14755
14756@kindex tstop [ @var{notes} ]
b37052ae
EZ
14757@cindex stop a running trace experiment
14758@item tstop
f196051f
SS
14759This command stops the trace experiment. If any arguments are
14760supplied, they are recorded with the experiment as a note. This is
14761useful if you are stopping a trace started by someone else, for
14762instance if the trace is interfering with the system's behavior and
14763needs to be stopped quickly.
b37052ae 14764
68c71a2e 14765@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
14766automatically if any tracepoint's passcount is reached
14767(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
14768
14769@kindex tstatus
14770@cindex status of trace data collection
14771@cindex trace experiment, status of
14772@item tstatus
14773This command displays the status of the current trace data
14774collection.
14775@end table
14776
14777Here is an example of the commands we described so far:
14778
14779@smallexample
14780(@value{GDBP}) @b{trace gdb_c_test}
14781(@value{GDBP}) @b{actions}
14782Enter actions for tracepoint #1, one per line.
14783> collect $regs,$locals,$args
14784> while-stepping 11
14785 > collect $regs
14786 > end
14787> end
14788(@value{GDBP}) @b{tstart}
14789 [time passes @dots{}]
14790(@value{GDBP}) @b{tstop}
14791@end smallexample
14792
03f2bd59 14793@anchor{disconnected tracing}
d5551862
SS
14794@cindex disconnected tracing
14795You can choose to continue running the trace experiment even if
14796@value{GDBN} disconnects from the target, voluntarily or
14797involuntarily. For commands such as @code{detach}, the debugger will
14798ask what you want to do with the trace. But for unexpected
14799terminations (@value{GDBN} crash, network outage), it would be
14800unfortunate to lose hard-won trace data, so the variable
14801@code{disconnected-tracing} lets you decide whether the trace should
14802continue running without @value{GDBN}.
14803
14804@table @code
14805@item set disconnected-tracing on
14806@itemx set disconnected-tracing off
14807@kindex set disconnected-tracing
14808Choose whether a tracing run should continue to run if @value{GDBN}
14809has disconnected from the target. Note that @code{detach} or
14810@code{quit} will ask you directly what to do about a running trace no
14811matter what this variable's setting, so the variable is mainly useful
14812for handling unexpected situations, such as loss of the network.
14813
14814@item show disconnected-tracing
14815@kindex show disconnected-tracing
14816Show the current choice for disconnected tracing.
14817
14818@end table
14819
14820When you reconnect to the target, the trace experiment may or may not
14821still be running; it might have filled the trace buffer in the
14822meantime, or stopped for one of the other reasons. If it is running,
14823it will continue after reconnection.
14824
14825Upon reconnection, the target will upload information about the
14826tracepoints in effect. @value{GDBN} will then compare that
14827information to the set of tracepoints currently defined, and attempt
14828to match them up, allowing for the possibility that the numbers may
14829have changed due to creation and deletion in the meantime. If one of
14830the target's tracepoints does not match any in @value{GDBN}, the
14831debugger will create a new tracepoint, so that you have a number with
14832which to specify that tracepoint. This matching-up process is
14833necessarily heuristic, and it may result in useless tracepoints being
14834created; you may simply delete them if they are of no use.
b37052ae 14835
4daf5ac0
SS
14836@cindex circular trace buffer
14837If your target agent supports a @dfn{circular trace buffer}, then you
14838can run a trace experiment indefinitely without filling the trace
14839buffer; when space runs out, the agent deletes already-collected trace
14840frames, oldest first, until there is enough room to continue
14841collecting. This is especially useful if your tracepoints are being
14842hit too often, and your trace gets terminated prematurely because the
14843buffer is full. To ask for a circular trace buffer, simply set
81896e36 14844@samp{circular-trace-buffer} to on. You can set this at any time,
4daf5ac0
SS
14845including during tracing; if the agent can do it, it will change
14846buffer handling on the fly, otherwise it will not take effect until
14847the next run.
14848
14849@table @code
14850@item set circular-trace-buffer on
14851@itemx set circular-trace-buffer off
14852@kindex set circular-trace-buffer
14853Choose whether a tracing run should use a linear or circular buffer
14854for trace data. A linear buffer will not lose any trace data, but may
14855fill up prematurely, while a circular buffer will discard old trace
14856data, but it will have always room for the latest tracepoint hits.
14857
14858@item show circular-trace-buffer
14859@kindex show circular-trace-buffer
14860Show the current choice for the trace buffer. Note that this may not
14861match the agent's current buffer handling, nor is it guaranteed to
14862match the setting that might have been in effect during a past run,
14863for instance if you are looking at frames from a trace file.
14864
14865@end table
14866
f6f899bf
HAQ
14867@table @code
14868@item set trace-buffer-size @var{n}
f81d1120 14869@itemx set trace-buffer-size unlimited
f6f899bf
HAQ
14870@kindex set trace-buffer-size
14871Request that the target use a trace buffer of @var{n} bytes. Not all
14872targets will honor the request; they may have a compiled-in size for
14873the trace buffer, or some other limitation. Set to a value of
f81d1120
PA
14874@code{unlimited} or @code{-1} to let the target use whatever size it
14875likes. This is also the default.
f6f899bf
HAQ
14876
14877@item show trace-buffer-size
14878@kindex show trace-buffer-size
14879Show the current requested size for the trace buffer. Note that this
14880will only match the actual size if the target supports size-setting,
14881and was able to handle the requested size. For instance, if the
14882target can only change buffer size between runs, this variable will
14883not reflect the change until the next run starts. Use @code{tstatus}
14884to get a report of the actual buffer size.
14885@end table
14886
f196051f
SS
14887@table @code
14888@item set trace-user @var{text}
14889@kindex set trace-user
14890
14891@item show trace-user
14892@kindex show trace-user
14893
14894@item set trace-notes @var{text}
14895@kindex set trace-notes
14896Set the trace run's notes.
14897
14898@item show trace-notes
14899@kindex show trace-notes
14900Show the trace run's notes.
14901
14902@item set trace-stop-notes @var{text}
14903@kindex set trace-stop-notes
14904Set the trace run's stop notes. The handling of the note is as for
14905@code{tstop} arguments; the set command is convenient way to fix a
14906stop note that is mistaken or incomplete.
14907
14908@item show trace-stop-notes
14909@kindex show trace-stop-notes
14910Show the trace run's stop notes.
14911
14912@end table
14913
c9429232
SS
14914@node Tracepoint Restrictions
14915@subsection Tracepoint Restrictions
14916
14917@cindex tracepoint restrictions
14918There are a number of restrictions on the use of tracepoints. As
14919described above, tracepoint data gathering occurs on the target
14920without interaction from @value{GDBN}. Thus the full capabilities of
14921the debugger are not available during data gathering, and then at data
14922examination time, you will be limited by only having what was
14923collected. The following items describe some common problems, but it
14924is not exhaustive, and you may run into additional difficulties not
14925mentioned here.
14926
14927@itemize @bullet
14928
14929@item
14930Tracepoint expressions are intended to gather objects (lvalues). Thus
14931the full flexibility of GDB's expression evaluator is not available.
14932You cannot call functions, cast objects to aggregate types, access
14933convenience variables or modify values (except by assignment to trace
14934state variables). Some language features may implicitly call
14935functions (for instance Objective-C fields with accessors), and therefore
14936cannot be collected either.
14937
14938@item
14939Collection of local variables, either individually or in bulk with
14940@code{$locals} or @code{$args}, during @code{while-stepping} may
14941behave erratically. The stepping action may enter a new scope (for
14942instance by stepping into a function), or the location of the variable
14943may change (for instance it is loaded into a register). The
14944tracepoint data recorded uses the location information for the
14945variables that is correct for the tracepoint location. When the
14946tracepoint is created, it is not possible, in general, to determine
14947where the steps of a @code{while-stepping} sequence will advance the
14948program---particularly if a conditional branch is stepped.
14949
14950@item
14951Collection of an incompletely-initialized or partially-destroyed object
14952may result in something that @value{GDBN} cannot display, or displays
14953in a misleading way.
14954
14955@item
14956When @value{GDBN} displays a pointer to character it automatically
14957dereferences the pointer to also display characters of the string
14958being pointed to. However, collecting the pointer during tracing does
14959not automatically collect the string. You need to explicitly
14960dereference the pointer and provide size information if you want to
14961collect not only the pointer, but the memory pointed to. For example,
14962@code{*ptr@@50} can be used to collect the 50 element array pointed to
14963by @code{ptr}.
14964
14965@item
14966It is not possible to collect a complete stack backtrace at a
14967tracepoint. Instead, you may collect the registers and a few hundred
d99f7e48 14968bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
c9429232
SS
14969(adjust to use the name of the actual stack pointer register on your
14970target architecture, and the amount of stack you wish to capture).
14971Then the @code{backtrace} command will show a partial backtrace when
14972using a trace frame. The number of stack frames that can be examined
14973depends on the sizes of the frames in the collected stack. Note that
14974if you ask for a block so large that it goes past the bottom of the
14975stack, the target agent may report an error trying to read from an
14976invalid address.
14977
af54718e
SS
14978@item
14979If you do not collect registers at a tracepoint, @value{GDBN} can
14980infer that the value of @code{$pc} must be the same as the address of
14981the tracepoint and use that when you are looking at a trace frame
14982for that tracepoint. However, this cannot work if the tracepoint has
14983multiple locations (for instance if it was set in a function that was
14984inlined), or if it has a @code{while-stepping} loop. In those cases
14985@value{GDBN} will warn you that it can't infer @code{$pc}, and default
14986it to zero.
14987
c9429232
SS
14988@end itemize
14989
b37052ae 14990@node Analyze Collected Data
79a6e687 14991@section Using the Collected Data
b37052ae
EZ
14992
14993After the tracepoint experiment ends, you use @value{GDBN} commands
14994for examining the trace data. The basic idea is that each tracepoint
14995collects a trace @dfn{snapshot} every time it is hit and another
14996snapshot every time it single-steps. All these snapshots are
14997consecutively numbered from zero and go into a buffer, and you can
14998examine them later. The way you examine them is to @dfn{focus} on a
14999specific trace snapshot. When the remote stub is focused on a trace
15000snapshot, it will respond to all @value{GDBN} requests for memory and
15001registers by reading from the buffer which belongs to that snapshot,
15002rather than from @emph{real} memory or registers of the program being
15003debugged. This means that @strong{all} @value{GDBN} commands
15004(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
15005behave as if we were currently debugging the program state as it was
15006when the tracepoint occurred. Any requests for data that are not in
15007the buffer will fail.
15008
15009@menu
15010* tfind:: How to select a trace snapshot
15011* tdump:: How to display all data for a snapshot
6149aea9 15012* save tracepoints:: How to save tracepoints for a future run
b37052ae
EZ
15013@end menu
15014
15015@node tfind
15016@subsection @code{tfind @var{n}}
15017
15018@kindex tfind
15019@cindex select trace snapshot
15020@cindex find trace snapshot
15021The basic command for selecting a trace snapshot from the buffer is
15022@code{tfind @var{n}}, which finds trace snapshot number @var{n},
15023counting from zero. If no argument @var{n} is given, the next
15024snapshot is selected.
15025
15026Here are the various forms of using the @code{tfind} command.
15027
15028@table @code
15029@item tfind start
15030Find the first snapshot in the buffer. This is a synonym for
15031@code{tfind 0} (since 0 is the number of the first snapshot).
15032
15033@item tfind none
15034Stop debugging trace snapshots, resume @emph{live} debugging.
15035
15036@item tfind end
15037Same as @samp{tfind none}.
15038
15039@item tfind
310cdbb6
YQ
15040No argument means find the next trace snapshot or find the first
15041one if no trace snapshot is selected.
b37052ae
EZ
15042
15043@item tfind -
15044Find the previous trace snapshot before the current one. This permits
15045retracing earlier steps.
15046
15047@item tfind tracepoint @var{num}
15048Find the next snapshot associated with tracepoint @var{num}. Search
15049proceeds forward from the last examined trace snapshot. If no
15050argument @var{num} is given, it means find the next snapshot collected
15051for the same tracepoint as the current snapshot.
15052
15053@item tfind pc @var{addr}
15054Find the next snapshot associated with the value @var{addr} of the
15055program counter. Search proceeds forward from the last examined trace
15056snapshot. If no argument @var{addr} is given, it means find the next
15057snapshot with the same value of PC as the current snapshot.
15058
15059@item tfind outside @var{addr1}, @var{addr2}
15060Find the next snapshot whose PC is outside the given range of
081dfbf7 15061addresses (exclusive).
b37052ae
EZ
15062
15063@item tfind range @var{addr1}, @var{addr2}
15064Find the next snapshot whose PC is between @var{addr1} and
081dfbf7 15065@var{addr2} (inclusive).
b37052ae
EZ
15066
15067@item tfind line @r{[}@var{file}:@r{]}@var{n}
15068Find the next snapshot associated with the source line @var{n}. If
15069the optional argument @var{file} is given, refer to line @var{n} in
15070that source file. Search proceeds forward from the last examined
15071trace snapshot. If no argument @var{n} is given, it means find the
15072next line other than the one currently being examined; thus saying
15073@code{tfind line} repeatedly can appear to have the same effect as
15074stepping from line to line in a @emph{live} debugging session.
15075@end table
15076
15077The default arguments for the @code{tfind} commands are specifically
15078designed to make it easy to scan through the trace buffer. For
15079instance, @code{tfind} with no argument selects the next trace
15080snapshot, and @code{tfind -} with no argument selects the previous
15081trace snapshot. So, by giving one @code{tfind} command, and then
15082simply hitting @key{RET} repeatedly you can examine all the trace
15083snapshots in order. Or, by saying @code{tfind -} and then hitting
15084@key{RET} repeatedly you can examine the snapshots in reverse order.
15085The @code{tfind line} command with no argument selects the snapshot
15086for the next source line executed. The @code{tfind pc} command with
15087no argument selects the next snapshot with the same program counter
15088(PC) as the current frame. The @code{tfind tracepoint} command with
15089no argument selects the next trace snapshot collected by the same
15090tracepoint as the current one.
15091
15092In addition to letting you scan through the trace buffer manually,
15093these commands make it easy to construct @value{GDBN} scripts that
15094scan through the trace buffer and print out whatever collected data
15095you are interested in. Thus, if we want to examine the PC, FP, and SP
15096registers from each trace frame in the buffer, we can say this:
15097
15098@smallexample
15099(@value{GDBP}) @b{tfind start}
15100(@value{GDBP}) @b{while ($trace_frame != -1)}
15101> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15102 $trace_frame, $pc, $sp, $fp
15103> tfind
15104> end
15105
15106Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15107Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15108Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15109Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15110Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15111Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15112Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15113Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15114Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15115Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15116Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15117@end smallexample
15118
15119Or, if we want to examine the variable @code{X} at each source line in
15120the buffer:
15121
15122@smallexample
15123(@value{GDBP}) @b{tfind start}
15124(@value{GDBP}) @b{while ($trace_frame != -1)}
15125> printf "Frame %d, X == %d\n", $trace_frame, X
15126> tfind line
15127> end
15128
15129Frame 0, X = 1
15130Frame 7, X = 2
15131Frame 13, X = 255
15132@end smallexample
15133
15134@node tdump
15135@subsection @code{tdump}
15136@kindex tdump
15137@cindex dump all data collected at tracepoint
15138@cindex tracepoint data, display
15139
15140This command takes no arguments. It prints all the data collected at
15141the current trace snapshot.
15142
15143@smallexample
15144(@value{GDBP}) @b{trace 444}
15145(@value{GDBP}) @b{actions}
15146Enter actions for tracepoint #2, one per line:
15147> collect $regs, $locals, $args, gdb_long_test
15148> end
15149
15150(@value{GDBP}) @b{tstart}
15151
15152(@value{GDBP}) @b{tfind line 444}
15153#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15154at gdb_test.c:444
15155444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15156
15157(@value{GDBP}) @b{tdump}
15158Data collected at tracepoint 2, trace frame 1:
15159d0 0xc4aa0085 -995491707
15160d1 0x18 24
15161d2 0x80 128
15162d3 0x33 51
15163d4 0x71aea3d 119204413
15164d5 0x22 34
15165d6 0xe0 224
15166d7 0x380035 3670069
15167a0 0x19e24a 1696330
15168a1 0x3000668 50333288
15169a2 0x100 256
15170a3 0x322000 3284992
15171a4 0x3000698 50333336
15172a5 0x1ad3cc 1758156
15173fp 0x30bf3c 0x30bf3c
15174sp 0x30bf34 0x30bf34
15175ps 0x0 0
15176pc 0x20b2c8 0x20b2c8
15177fpcontrol 0x0 0
15178fpstatus 0x0 0
15179fpiaddr 0x0 0
15180p = 0x20e5b4 "gdb-test"
15181p1 = (void *) 0x11
15182p2 = (void *) 0x22
15183p3 = (void *) 0x33
15184p4 = (void *) 0x44
15185p5 = (void *) 0x55
15186p6 = (void *) 0x66
15187gdb_long_test = 17 '\021'
15188
15189(@value{GDBP})
15190@end smallexample
15191
af54718e
SS
15192@code{tdump} works by scanning the tracepoint's current collection
15193actions and printing the value of each expression listed. So
15194@code{tdump} can fail, if after a run, you change the tracepoint's
15195actions to mention variables that were not collected during the run.
15196
15197Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15198uses the collected value of @code{$pc} to distinguish between trace
15199frames that were collected at the tracepoint hit, and frames that were
15200collected while stepping. This allows it to correctly choose whether
15201to display the basic list of collections, or the collections from the
15202body of the while-stepping loop. However, if @code{$pc} was not collected,
15203then @code{tdump} will always attempt to dump using the basic collection
15204list, and may fail if a while-stepping frame does not include all the
15205same data that is collected at the tracepoint hit.
15206@c This is getting pretty arcane, example would be good.
15207
6149aea9
PA
15208@node save tracepoints
15209@subsection @code{save tracepoints @var{filename}}
15210@kindex save tracepoints
b37052ae
EZ
15211@kindex save-tracepoints
15212@cindex save tracepoints for future sessions
15213
15214This command saves all current tracepoint definitions together with
15215their actions and passcounts, into a file @file{@var{filename}}
15216suitable for use in a later debugging session. To read the saved
15217tracepoint definitions, use the @code{source} command (@pxref{Command
6149aea9
PA
15218Files}). The @w{@code{save-tracepoints}} command is a deprecated
15219alias for @w{@code{save tracepoints}}
b37052ae
EZ
15220
15221@node Tracepoint Variables
15222@section Convenience Variables for Tracepoints
15223@cindex tracepoint variables
15224@cindex convenience variables for tracepoints
15225
15226@table @code
15227@vindex $trace_frame
15228@item (int) $trace_frame
15229The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15230snapshot is selected.
15231
15232@vindex $tracepoint
15233@item (int) $tracepoint
15234The tracepoint for the current trace snapshot.
15235
15236@vindex $trace_line
15237@item (int) $trace_line
15238The line number for the current trace snapshot.
15239
15240@vindex $trace_file
15241@item (char []) $trace_file
15242The source file for the current trace snapshot.
15243
15244@vindex $trace_func
15245@item (char []) $trace_func
15246The name of the function containing @code{$tracepoint}.
15247@end table
15248
15249Note: @code{$trace_file} is not suitable for use in @code{printf},
15250use @code{output} instead.
15251
15252Here's a simple example of using these convenience variables for
15253stepping through all the trace snapshots and printing some of their
f61e138d
SS
15254data. Note that these are not the same as trace state variables,
15255which are managed by the target.
b37052ae
EZ
15256
15257@smallexample
15258(@value{GDBP}) @b{tfind start}
15259
15260(@value{GDBP}) @b{while $trace_frame != -1}
15261> output $trace_file
15262> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15263> tfind
15264> end
15265@end smallexample
15266
00bf0b85
SS
15267@node Trace Files
15268@section Using Trace Files
15269@cindex trace files
15270
15271In some situations, the target running a trace experiment may no
15272longer be available; perhaps it crashed, or the hardware was needed
15273for a different activity. To handle these cases, you can arrange to
15274dump the trace data into a file, and later use that file as a source
15275of trace data, via the @code{target tfile} command.
15276
15277@table @code
15278
15279@kindex tsave
15280@item tsave [ -r ] @var{filename}
d0353e76 15281@itemx tsave [-ctf] @var{dirname}
00bf0b85
SS
15282Save the trace data to @var{filename}. By default, this command
15283assumes that @var{filename} refers to the host filesystem, so if
15284necessary @value{GDBN} will copy raw trace data up from the target and
15285then save it. If the target supports it, you can also supply the
15286optional argument @code{-r} (``remote'') to direct the target to save
15287the data directly into @var{filename} in its own filesystem, which may be
15288more efficient if the trace buffer is very large. (Note, however, that
15289@code{target tfile} can only read from files accessible to the host.)
d0353e76 15290By default, this command will save trace frame in tfile format.
be06ba8c 15291You can supply the optional argument @code{-ctf} to save data in CTF
d0353e76
YQ
15292format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15293that can be shared by multiple debugging and tracing tools. Please go to
15294@indicateurl{http://www.efficios.com/ctf} to get more information.
00bf0b85
SS
15295
15296@kindex target tfile
15297@kindex tfile
393fd4c3
YQ
15298@kindex target ctf
15299@kindex ctf
00bf0b85 15300@item target tfile @var{filename}
393fd4c3
YQ
15301@itemx target ctf @var{dirname}
15302Use the file named @var{filename} or directory named @var{dirname} as
15303a source of trace data. Commands that examine data work as they do with
15304a live target, but it is not possible to run any new trace experiments.
15305@code{tstatus} will report the state of the trace run at the moment
15306the data was saved, as well as the current trace frame you are examining.
697aa1b7 15307Both @var{filename} and @var{dirname} must be on a filesystem accessible to
393fd4c3
YQ
15308the host.
15309
15310@smallexample
15311(@value{GDBP}) target ctf ctf.ctf
15312(@value{GDBP}) tfind
15313Found trace frame 0, tracepoint 2
1531439 ++a; /* set tracepoint 1 here */
15315(@value{GDBP}) tdump
15316Data collected at tracepoint 2, trace frame 0:
15317i = 0
15318a = 0
15319b = 1 '\001'
15320c = @{"123", "456", "789", "123", "456", "789"@}
15321d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15322(@value{GDBP}) p b
15323$1 = 1
15324@end smallexample
00bf0b85
SS
15325
15326@end table
15327
df0cd8c5
JB
15328@node Overlays
15329@chapter Debugging Programs That Use Overlays
15330@cindex overlays
15331
15332If your program is too large to fit completely in your target system's
15333memory, you can sometimes use @dfn{overlays} to work around this
15334problem. @value{GDBN} provides some support for debugging programs that
15335use overlays.
15336
15337@menu
15338* How Overlays Work:: A general explanation of overlays.
15339* Overlay Commands:: Managing overlays in @value{GDBN}.
15340* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15341 mapped by asking the inferior.
15342* Overlay Sample Program:: A sample program using overlays.
15343@end menu
15344
15345@node How Overlays Work
15346@section How Overlays Work
15347@cindex mapped overlays
15348@cindex unmapped overlays
15349@cindex load address, overlay's
15350@cindex mapped address
15351@cindex overlay area
15352
15353Suppose you have a computer whose instruction address space is only 64
15354kilobytes long, but which has much more memory which can be accessed by
15355other means: special instructions, segment registers, or memory
15356management hardware, for example. Suppose further that you want to
15357adapt a program which is larger than 64 kilobytes to run on this system.
15358
15359One solution is to identify modules of your program which are relatively
15360independent, and need not call each other directly; call these modules
15361@dfn{overlays}. Separate the overlays from the main program, and place
15362their machine code in the larger memory. Place your main program in
15363instruction memory, but leave at least enough space there to hold the
15364largest overlay as well.
15365
15366Now, to call a function located in an overlay, you must first copy that
15367overlay's machine code from the large memory into the space set aside
15368for it in the instruction memory, and then jump to its entry point
15369there.
15370
c928edc0
AC
15371@c NB: In the below the mapped area's size is greater or equal to the
15372@c size of all overlays. This is intentional to remind the developer
15373@c that overlays don't necessarily need to be the same size.
15374
474c8240 15375@smallexample
df0cd8c5 15376@group
c928edc0
AC
15377 Data Instruction Larger
15378Address Space Address Space Address Space
15379+-----------+ +-----------+ +-----------+
15380| | | | | |
15381+-----------+ +-----------+ +-----------+<-- overlay 1
15382| program | | main | .----| overlay 1 | load address
15383| variables | | program | | +-----------+
15384| and heap | | | | | |
15385+-----------+ | | | +-----------+<-- overlay 2
15386| | +-----------+ | | | load address
15387+-----------+ | | | .-| overlay 2 |
15388 | | | | | |
15389 mapped --->+-----------+ | | +-----------+
15390 address | | | | | |
15391 | overlay | <-' | | |
15392 | area | <---' +-----------+<-- overlay 3
15393 | | <---. | | load address
15394 +-----------+ `--| overlay 3 |
15395 | | | |
15396 +-----------+ | |
15397 +-----------+
15398 | |
15399 +-----------+
15400
15401 @anchor{A code overlay}A code overlay
df0cd8c5 15402@end group
474c8240 15403@end smallexample
df0cd8c5 15404
c928edc0
AC
15405The diagram (@pxref{A code overlay}) shows a system with separate data
15406and instruction address spaces. To map an overlay, the program copies
15407its code from the larger address space to the instruction address space.
15408Since the overlays shown here all use the same mapped address, only one
15409may be mapped at a time. For a system with a single address space for
15410data and instructions, the diagram would be similar, except that the
15411program variables and heap would share an address space with the main
15412program and the overlay area.
df0cd8c5
JB
15413
15414An overlay loaded into instruction memory and ready for use is called a
15415@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15416instruction memory. An overlay not present (or only partially present)
15417in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15418is its address in the larger memory. The mapped address is also called
15419the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15420called the @dfn{load memory address}, or @dfn{LMA}.
15421
15422Unfortunately, overlays are not a completely transparent way to adapt a
15423program to limited instruction memory. They introduce a new set of
15424global constraints you must keep in mind as you design your program:
15425
15426@itemize @bullet
15427
15428@item
15429Before calling or returning to a function in an overlay, your program
15430must make sure that overlay is actually mapped. Otherwise, the call or
15431return will transfer control to the right address, but in the wrong
15432overlay, and your program will probably crash.
15433
15434@item
15435If the process of mapping an overlay is expensive on your system, you
15436will need to choose your overlays carefully to minimize their effect on
15437your program's performance.
15438
15439@item
15440The executable file you load onto your system must contain each
15441overlay's instructions, appearing at the overlay's load address, not its
15442mapped address. However, each overlay's instructions must be relocated
15443and its symbols defined as if the overlay were at its mapped address.
15444You can use GNU linker scripts to specify different load and relocation
15445addresses for pieces of your program; see @ref{Overlay Description,,,
15446ld.info, Using ld: the GNU linker}.
15447
15448@item
15449The procedure for loading executable files onto your system must be able
15450to load their contents into the larger address space as well as the
15451instruction and data spaces.
15452
15453@end itemize
15454
15455The overlay system described above is rather simple, and could be
15456improved in many ways:
15457
15458@itemize @bullet
15459
15460@item
15461If your system has suitable bank switch registers or memory management
15462hardware, you could use those facilities to make an overlay's load area
15463contents simply appear at their mapped address in instruction space.
15464This would probably be faster than copying the overlay to its mapped
15465area in the usual way.
15466
15467@item
15468If your overlays are small enough, you could set aside more than one
15469overlay area, and have more than one overlay mapped at a time.
15470
15471@item
15472You can use overlays to manage data, as well as instructions. In
15473general, data overlays are even less transparent to your design than
15474code overlays: whereas code overlays only require care when you call or
15475return to functions, data overlays require care every time you access
15476the data. Also, if you change the contents of a data overlay, you
15477must copy its contents back out to its load address before you can copy a
15478different data overlay into the same mapped area.
15479
15480@end itemize
15481
15482
15483@node Overlay Commands
15484@section Overlay Commands
15485
15486To use @value{GDBN}'s overlay support, each overlay in your program must
15487correspond to a separate section of the executable file. The section's
15488virtual memory address and load memory address must be the overlay's
15489mapped and load addresses. Identifying overlays with sections allows
15490@value{GDBN} to determine the appropriate address of a function or
15491variable, depending on whether the overlay is mapped or not.
15492
15493@value{GDBN}'s overlay commands all start with the word @code{overlay};
15494you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15495
15496@table @code
15497@item overlay off
4644b6e3 15498@kindex overlay
df0cd8c5
JB
15499Disable @value{GDBN}'s overlay support. When overlay support is
15500disabled, @value{GDBN} assumes that all functions and variables are
15501always present at their mapped addresses. By default, @value{GDBN}'s
15502overlay support is disabled.
15503
15504@item overlay manual
df0cd8c5
JB
15505@cindex manual overlay debugging
15506Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15507relies on you to tell it which overlays are mapped, and which are not,
15508using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15509commands described below.
15510
15511@item overlay map-overlay @var{overlay}
15512@itemx overlay map @var{overlay}
df0cd8c5
JB
15513@cindex map an overlay
15514Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15515be the name of the object file section containing the overlay. When an
15516overlay is mapped, @value{GDBN} assumes it can find the overlay's
15517functions and variables at their mapped addresses. @value{GDBN} assumes
15518that any other overlays whose mapped ranges overlap that of
15519@var{overlay} are now unmapped.
15520
15521@item overlay unmap-overlay @var{overlay}
15522@itemx overlay unmap @var{overlay}
df0cd8c5
JB
15523@cindex unmap an overlay
15524Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15525must be the name of the object file section containing the overlay.
15526When an overlay is unmapped, @value{GDBN} assumes it can find the
15527overlay's functions and variables at their load addresses.
15528
15529@item overlay auto
df0cd8c5
JB
15530Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15531consults a data structure the overlay manager maintains in the inferior
15532to see which overlays are mapped. For details, see @ref{Automatic
15533Overlay Debugging}.
15534
15535@item overlay load-target
15536@itemx overlay load
df0cd8c5
JB
15537@cindex reloading the overlay table
15538Re-read the overlay table from the inferior. Normally, @value{GDBN}
15539re-reads the table @value{GDBN} automatically each time the inferior
15540stops, so this command should only be necessary if you have changed the
15541overlay mapping yourself using @value{GDBN}. This command is only
15542useful when using automatic overlay debugging.
15543
15544@item overlay list-overlays
15545@itemx overlay list
15546@cindex listing mapped overlays
15547Display a list of the overlays currently mapped, along with their mapped
15548addresses, load addresses, and sizes.
15549
15550@end table
15551
15552Normally, when @value{GDBN} prints a code address, it includes the name
15553of the function the address falls in:
15554
474c8240 15555@smallexample
f7dc1244 15556(@value{GDBP}) print main
df0cd8c5 15557$3 = @{int ()@} 0x11a0 <main>
474c8240 15558@end smallexample
df0cd8c5
JB
15559@noindent
15560When overlay debugging is enabled, @value{GDBN} recognizes code in
15561unmapped overlays, and prints the names of unmapped functions with
15562asterisks around them. For example, if @code{foo} is a function in an
15563unmapped overlay, @value{GDBN} prints it this way:
15564
474c8240 15565@smallexample
f7dc1244 15566(@value{GDBP}) overlay list
df0cd8c5 15567No sections are mapped.
f7dc1244 15568(@value{GDBP}) print foo
df0cd8c5 15569$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 15570@end smallexample
df0cd8c5
JB
15571@noindent
15572When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15573name normally:
15574
474c8240 15575@smallexample
f7dc1244 15576(@value{GDBP}) overlay list
b383017d 15577Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 15578 mapped at 0x1016 - 0x104a
f7dc1244 15579(@value{GDBP}) print foo
df0cd8c5 15580$6 = @{int (int)@} 0x1016 <foo>
474c8240 15581@end smallexample
df0cd8c5
JB
15582
15583When overlay debugging is enabled, @value{GDBN} can find the correct
15584address for functions and variables in an overlay, whether or not the
15585overlay is mapped. This allows most @value{GDBN} commands, like
15586@code{break} and @code{disassemble}, to work normally, even on unmapped
15587code. However, @value{GDBN}'s breakpoint support has some limitations:
15588
15589@itemize @bullet
15590@item
15591@cindex breakpoints in overlays
15592@cindex overlays, setting breakpoints in
15593You can set breakpoints in functions in unmapped overlays, as long as
15594@value{GDBN} can write to the overlay at its load address.
15595@item
15596@value{GDBN} can not set hardware or simulator-based breakpoints in
15597unmapped overlays. However, if you set a breakpoint at the end of your
15598overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15599you are using manual overlay management), @value{GDBN} will re-set its
15600breakpoints properly.
15601@end itemize
15602
15603
15604@node Automatic Overlay Debugging
15605@section Automatic Overlay Debugging
15606@cindex automatic overlay debugging
15607
15608@value{GDBN} can automatically track which overlays are mapped and which
15609are not, given some simple co-operation from the overlay manager in the
15610inferior. If you enable automatic overlay debugging with the
15611@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15612looks in the inferior's memory for certain variables describing the
15613current state of the overlays.
15614
15615Here are the variables your overlay manager must define to support
15616@value{GDBN}'s automatic overlay debugging:
15617
15618@table @asis
15619
15620@item @code{_ovly_table}:
15621This variable must be an array of the following structures:
15622
474c8240 15623@smallexample
df0cd8c5
JB
15624struct
15625@{
15626 /* The overlay's mapped address. */
15627 unsigned long vma;
15628
15629 /* The size of the overlay, in bytes. */
15630 unsigned long size;
15631
15632 /* The overlay's load address. */
15633 unsigned long lma;
15634
15635 /* Non-zero if the overlay is currently mapped;
15636 zero otherwise. */
15637 unsigned long mapped;
15638@}
474c8240 15639@end smallexample
df0cd8c5
JB
15640
15641@item @code{_novlys}:
15642This variable must be a four-byte signed integer, holding the total
15643number of elements in @code{_ovly_table}.
15644
15645@end table
15646
15647To decide whether a particular overlay is mapped or not, @value{GDBN}
15648looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15649@code{lma} members equal the VMA and LMA of the overlay's section in the
15650executable file. When @value{GDBN} finds a matching entry, it consults
15651the entry's @code{mapped} member to determine whether the overlay is
15652currently mapped.
15653
81d46470 15654In addition, your overlay manager may define a function called
def71bfa 15655@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
15656will silently set a breakpoint there. If the overlay manager then
15657calls this function whenever it has changed the overlay table, this
15658will enable @value{GDBN} to accurately keep track of which overlays
15659are in program memory, and update any breakpoints that may be set
b383017d 15660in overlays. This will allow breakpoints to work even if the
81d46470
MS
15661overlays are kept in ROM or other non-writable memory while they
15662are not being executed.
df0cd8c5
JB
15663
15664@node Overlay Sample Program
15665@section Overlay Sample Program
15666@cindex overlay example program
15667
15668When linking a program which uses overlays, you must place the overlays
15669at their load addresses, while relocating them to run at their mapped
15670addresses. To do this, you must write a linker script (@pxref{Overlay
15671Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15672since linker scripts are specific to a particular host system, target
15673architecture, and target memory layout, this manual cannot provide
15674portable sample code demonstrating @value{GDBN}'s overlay support.
15675
15676However, the @value{GDBN} source distribution does contain an overlaid
15677program, with linker scripts for a few systems, as part of its test
15678suite. The program consists of the following files from
15679@file{gdb/testsuite/gdb.base}:
15680
15681@table @file
15682@item overlays.c
15683The main program file.
15684@item ovlymgr.c
15685A simple overlay manager, used by @file{overlays.c}.
15686@item foo.c
15687@itemx bar.c
15688@itemx baz.c
15689@itemx grbx.c
15690Overlay modules, loaded and used by @file{overlays.c}.
15691@item d10v.ld
15692@itemx m32r.ld
15693Linker scripts for linking the test program on the @code{d10v-elf}
15694and @code{m32r-elf} targets.
15695@end table
15696
15697You can build the test program using the @code{d10v-elf} GCC
15698cross-compiler like this:
15699
474c8240 15700@smallexample
df0cd8c5
JB
15701$ d10v-elf-gcc -g -c overlays.c
15702$ d10v-elf-gcc -g -c ovlymgr.c
15703$ d10v-elf-gcc -g -c foo.c
15704$ d10v-elf-gcc -g -c bar.c
15705$ d10v-elf-gcc -g -c baz.c
15706$ d10v-elf-gcc -g -c grbx.c
15707$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15708 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 15709@end smallexample
df0cd8c5
JB
15710
15711The build process is identical for any other architecture, except that
15712you must substitute the appropriate compiler and linker script for the
15713target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15714
15715
6d2ebf8b 15716@node Languages
c906108c
SS
15717@chapter Using @value{GDBN} with Different Languages
15718@cindex languages
15719
c906108c
SS
15720Although programming languages generally have common aspects, they are
15721rarely expressed in the same manner. For instance, in ANSI C,
15722dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15723Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 15724represented (and displayed) differently. Hex numbers in C appear as
c906108c 15725@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
15726
15727@cindex working language
15728Language-specific information is built into @value{GDBN} for some languages,
15729allowing you to express operations like the above in your program's
15730native language, and allowing @value{GDBN} to output values in a manner
15731consistent with the syntax of your program's native language. The
15732language you use to build expressions is called the @dfn{working
15733language}.
15734
15735@menu
15736* Setting:: Switching between source languages
15737* Show:: Displaying the language
c906108c 15738* Checks:: Type and range checks
79a6e687
BW
15739* Supported Languages:: Supported languages
15740* Unsupported Languages:: Unsupported languages
c906108c
SS
15741@end menu
15742
6d2ebf8b 15743@node Setting
79a6e687 15744@section Switching Between Source Languages
c906108c
SS
15745
15746There are two ways to control the working language---either have @value{GDBN}
15747set it automatically, or select it manually yourself. You can use the
15748@code{set language} command for either purpose. On startup, @value{GDBN}
15749defaults to setting the language automatically. The working language is
15750used to determine how expressions you type are interpreted, how values
15751are printed, etc.
15752
15753In addition to the working language, every source file that
15754@value{GDBN} knows about has its own working language. For some object
15755file formats, the compiler might indicate which language a particular
15756source file is in. However, most of the time @value{GDBN} infers the
15757language from the name of the file. The language of a source file
b37052ae 15758controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 15759show each frame appropriately for its own language. There is no way to
d4f3574e
SS
15760set the language of a source file from within @value{GDBN}, but you can
15761set the language associated with a filename extension. @xref{Show, ,
79a6e687 15762Displaying the Language}.
c906108c
SS
15763
15764This is most commonly a problem when you use a program, such
5d161b24 15765as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
15766another language. In that case, make the
15767program use @code{#line} directives in its C output; that way
15768@value{GDBN} will know the correct language of the source code of the original
15769program, and will display that source code, not the generated C code.
15770
15771@menu
15772* Filenames:: Filename extensions and languages.
15773* Manually:: Setting the working language manually
15774* Automatically:: Having @value{GDBN} infer the source language
15775@end menu
15776
6d2ebf8b 15777@node Filenames
79a6e687 15778@subsection List of Filename Extensions and Languages
c906108c
SS
15779
15780If a source file name ends in one of the following extensions, then
15781@value{GDBN} infers that its language is the one indicated.
15782
15783@table @file
e07c999f
PH
15784@item .ada
15785@itemx .ads
15786@itemx .adb
15787@itemx .a
15788Ada source file.
c906108c
SS
15789
15790@item .c
15791C source file
15792
15793@item .C
15794@itemx .cc
15795@itemx .cp
15796@itemx .cpp
15797@itemx .cxx
15798@itemx .c++
b37052ae 15799C@t{++} source file
c906108c 15800
6aecb9c2
JB
15801@item .d
15802D source file
15803
b37303ee
AF
15804@item .m
15805Objective-C source file
15806
c906108c
SS
15807@item .f
15808@itemx .F
15809Fortran source file
15810
c906108c
SS
15811@item .mod
15812Modula-2 source file
c906108c
SS
15813
15814@item .s
15815@itemx .S
15816Assembler source file. This actually behaves almost like C, but
15817@value{GDBN} does not skip over function prologues when stepping.
15818@end table
15819
15820In addition, you may set the language associated with a filename
79a6e687 15821extension. @xref{Show, , Displaying the Language}.
c906108c 15822
6d2ebf8b 15823@node Manually
79a6e687 15824@subsection Setting the Working Language
c906108c
SS
15825
15826If you allow @value{GDBN} to set the language automatically,
15827expressions are interpreted the same way in your debugging session and
15828your program.
15829
15830@kindex set language
15831If you wish, you may set the language manually. To do this, issue the
15832command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 15833a language, such as
c906108c 15834@code{c} or @code{modula-2}.
c906108c
SS
15835For a list of the supported languages, type @samp{set language}.
15836
c906108c
SS
15837Setting the language manually prevents @value{GDBN} from updating the working
15838language automatically. This can lead to confusion if you try
15839to debug a program when the working language is not the same as the
15840source language, when an expression is acceptable to both
15841languages---but means different things. For instance, if the current
15842source file were written in C, and @value{GDBN} was parsing Modula-2, a
15843command such as:
15844
474c8240 15845@smallexample
c906108c 15846print a = b + c
474c8240 15847@end smallexample
c906108c
SS
15848
15849@noindent
15850might not have the effect you intended. In C, this means to add
15851@code{b} and @code{c} and place the result in @code{a}. The result
15852printed would be the value of @code{a}. In Modula-2, this means to compare
15853@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 15854
6d2ebf8b 15855@node Automatically
79a6e687 15856@subsection Having @value{GDBN} Infer the Source Language
c906108c
SS
15857
15858To have @value{GDBN} set the working language automatically, use
15859@samp{set language local} or @samp{set language auto}. @value{GDBN}
15860then infers the working language. That is, when your program stops in a
15861frame (usually by encountering a breakpoint), @value{GDBN} sets the
15862working language to the language recorded for the function in that
15863frame. If the language for a frame is unknown (that is, if the function
15864or block corresponding to the frame was defined in a source file that
15865does not have a recognized extension), the current working language is
15866not changed, and @value{GDBN} issues a warning.
15867
15868This may not seem necessary for most programs, which are written
15869entirely in one source language. However, program modules and libraries
15870written in one source language can be used by a main program written in
15871a different source language. Using @samp{set language auto} in this
15872case frees you from having to set the working language manually.
15873
6d2ebf8b 15874@node Show
79a6e687 15875@section Displaying the Language
c906108c
SS
15876
15877The following commands help you find out which language is the
15878working language, and also what language source files were written in.
15879
c906108c
SS
15880@table @code
15881@item show language
403cb6b1 15882@anchor{show language}
9c16f35a 15883@kindex show language
c906108c
SS
15884Display the current working language. This is the
15885language you can use with commands such as @code{print} to
15886build and compute expressions that may involve variables in your program.
15887
15888@item info frame
4644b6e3 15889@kindex info frame@r{, show the source language}
5d161b24 15890Display the source language for this frame. This language becomes the
c906108c 15891working language if you use an identifier from this frame.
79a6e687 15892@xref{Frame Info, ,Information about a Frame}, to identify the other
c906108c
SS
15893information listed here.
15894
15895@item info source
4644b6e3 15896@kindex info source@r{, show the source language}
c906108c 15897Display the source language of this source file.
5d161b24 15898@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
15899information listed here.
15900@end table
15901
15902In unusual circumstances, you may have source files with extensions
15903not in the standard list. You can then set the extension associated
15904with a language explicitly:
15905
c906108c 15906@table @code
09d4efe1 15907@item set extension-language @var{ext} @var{language}
9c16f35a 15908@kindex set extension-language
09d4efe1
EZ
15909Tell @value{GDBN} that source files with extension @var{ext} are to be
15910assumed as written in the source language @var{language}.
c906108c
SS
15911
15912@item info extensions
9c16f35a 15913@kindex info extensions
c906108c
SS
15914List all the filename extensions and the associated languages.
15915@end table
15916
6d2ebf8b 15917@node Checks
79a6e687 15918@section Type and Range Checking
c906108c 15919
c906108c
SS
15920Some languages are designed to guard you against making seemingly common
15921errors through a series of compile- and run-time checks. These include
a451cb65 15922checking the type of arguments to functions and operators and making
c906108c
SS
15923sure mathematical overflows are caught at run time. Checks such as
15924these help to ensure a program's correctness once it has been compiled
a451cb65 15925by eliminating type mismatches and providing active checks for range
c906108c
SS
15926errors when your program is running.
15927
a451cb65
KS
15928By default @value{GDBN} checks for these errors according to the
15929rules of the current source language. Although @value{GDBN} does not check
15930the statements in your program, it can check expressions entered directly
15931into @value{GDBN} for evaluation via the @code{print} command, for example.
c906108c
SS
15932
15933@menu
15934* Type Checking:: An overview of type checking
15935* Range Checking:: An overview of range checking
15936@end menu
15937
15938@cindex type checking
15939@cindex checks, type
6d2ebf8b 15940@node Type Checking
79a6e687 15941@subsection An Overview of Type Checking
c906108c 15942
a451cb65 15943Some languages, such as C and C@t{++}, are strongly typed, meaning that the
c906108c
SS
15944arguments to operators and functions have to be of the correct type,
15945otherwise an error occurs. These checks prevent type mismatch
15946errors from ever causing any run-time problems. For example,
15947
15948@smallexample
a451cb65
KS
15949int klass::my_method(char *b) @{ return b ? 1 : 2; @}
15950
15951(@value{GDBP}) print obj.my_method (0)
15952$1 = 2
c906108c 15953@exdent but
a451cb65
KS
15954(@value{GDBP}) print obj.my_method (0x1234)
15955Cannot resolve method klass::my_method to any overloaded instance
c906108c
SS
15956@end smallexample
15957
a451cb65
KS
15958The second example fails because in C@t{++} the integer constant
15959@samp{0x1234} is not type-compatible with the pointer parameter type.
c906108c 15960
a451cb65
KS
15961For the expressions you use in @value{GDBN} commands, you can tell
15962@value{GDBN} to not enforce strict type checking or
5d161b24 15963to treat any mismatches as errors and abandon the expression;
a451cb65
KS
15964When type checking is disabled, @value{GDBN} successfully evaluates
15965expressions like the second example above.
c906108c 15966
a451cb65 15967Even if type checking is off, there may be other reasons
5d161b24
DB
15968related to type that prevent @value{GDBN} from evaluating an expression.
15969For instance, @value{GDBN} does not know how to add an @code{int} and
15970a @code{struct foo}. These particular type errors have nothing to do
a451cb65
KS
15971with the language in use and usually arise from expressions which make
15972little sense to evaluate anyway.
c906108c 15973
a451cb65 15974@value{GDBN} provides some additional commands for controlling type checking:
c906108c 15975
c906108c
SS
15976@kindex set check type
15977@kindex show check type
15978@table @code
c906108c
SS
15979@item set check type on
15980@itemx set check type off
a451cb65 15981Set strict type checking on or off. If any type mismatches occur in
d4f3574e 15982evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
15983message and aborts evaluation of the expression.
15984
a451cb65
KS
15985@item show check type
15986Show the current setting of type checking and whether @value{GDBN}
15987is enforcing strict type checking rules.
c906108c
SS
15988@end table
15989
15990@cindex range checking
15991@cindex checks, range
6d2ebf8b 15992@node Range Checking
79a6e687 15993@subsection An Overview of Range Checking
c906108c
SS
15994
15995In some languages (such as Modula-2), it is an error to exceed the
15996bounds of a type; this is enforced with run-time checks. Such range
15997checking is meant to ensure program correctness by making sure
15998computations do not overflow, or indices on an array element access do
15999not exceed the bounds of the array.
16000
16001For expressions you use in @value{GDBN} commands, you can tell
16002@value{GDBN} to treat range errors in one of three ways: ignore them,
16003always treat them as errors and abandon the expression, or issue
16004warnings but evaluate the expression anyway.
16005
16006A range error can result from numerical overflow, from exceeding an
16007array index bound, or when you type a constant that is not a member
16008of any type. Some languages, however, do not treat overflows as an
16009error. In many implementations of C, mathematical overflow causes the
16010result to ``wrap around'' to lower values---for example, if @var{m} is
16011the largest integer value, and @var{s} is the smallest, then
16012
474c8240 16013@smallexample
c906108c 16014@var{m} + 1 @result{} @var{s}
474c8240 16015@end smallexample
c906108c
SS
16016
16017This, too, is specific to individual languages, and in some cases
79a6e687
BW
16018specific to individual compilers or machines. @xref{Supported Languages, ,
16019Supported Languages}, for further details on specific languages.
c906108c
SS
16020
16021@value{GDBN} provides some additional commands for controlling the range checker:
16022
c906108c
SS
16023@kindex set check range
16024@kindex show check range
16025@table @code
16026@item set check range auto
16027Set range checking on or off based on the current working language.
79a6e687 16028@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
16029each language.
16030
16031@item set check range on
16032@itemx set check range off
16033Set range checking on or off, overriding the default setting for the
16034current working language. A warning is issued if the setting does not
c3f6f71d
JM
16035match the language default. If a range error occurs and range checking is on,
16036then a message is printed and evaluation of the expression is aborted.
c906108c
SS
16037
16038@item set check range warn
16039Output messages when the @value{GDBN} range checker detects a range error,
16040but attempt to evaluate the expression anyway. Evaluating the
16041expression may still be impossible for other reasons, such as accessing
16042memory that the process does not own (a typical example from many Unix
16043systems).
16044
16045@item show range
16046Show the current setting of the range checker, and whether or not it is
16047being set automatically by @value{GDBN}.
16048@end table
c906108c 16049
79a6e687
BW
16050@node Supported Languages
16051@section Supported Languages
c906108c 16052
9c37b5ae 16053@value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
0bdfa368 16054OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
cce74817 16055@c This is false ...
c906108c
SS
16056Some @value{GDBN} features may be used in expressions regardless of the
16057language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16058and the @samp{@{type@}addr} construct (@pxref{Expressions,
16059,Expressions}) can be used with the constructs of any supported
16060language.
16061
16062The following sections detail to what degree each source language is
16063supported by @value{GDBN}. These sections are not meant to be language
16064tutorials or references, but serve only as a reference guide to what the
16065@value{GDBN} expression parser accepts, and what input and output
16066formats should look like for different languages. There are many good
16067books written on each of these languages; please look to these for a
16068language reference or tutorial.
16069
c906108c 16070@menu
b37303ee 16071* C:: C and C@t{++}
6aecb9c2 16072* D:: D
a766d390 16073* Go:: Go
b383017d 16074* Objective-C:: Objective-C
f4b8a18d 16075* OpenCL C:: OpenCL C
09d4efe1 16076* Fortran:: Fortran
9c16f35a 16077* Pascal:: Pascal
0bdfa368 16078* Rust:: Rust
b37303ee 16079* Modula-2:: Modula-2
e07c999f 16080* Ada:: Ada
c906108c
SS
16081@end menu
16082
6d2ebf8b 16083@node C
b37052ae 16084@subsection C and C@t{++}
7a292a7a 16085
b37052ae
EZ
16086@cindex C and C@t{++}
16087@cindex expressions in C or C@t{++}
c906108c 16088
b37052ae 16089Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
16090to both languages. Whenever this is the case, we discuss those languages
16091together.
16092
41afff9a
EZ
16093@cindex C@t{++}
16094@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
16095@cindex @sc{gnu} C@t{++}
16096The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16097compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16098effectively, you must compile your C@t{++} programs with a supported
16099C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
16100compiler (@code{aCC}).
16101
c906108c 16102@menu
b37052ae
EZ
16103* C Operators:: C and C@t{++} operators
16104* C Constants:: C and C@t{++} constants
79a6e687 16105* C Plus Plus Expressions:: C@t{++} expressions
b37052ae
EZ
16106* C Defaults:: Default settings for C and C@t{++}
16107* C Checks:: C and C@t{++} type and range checks
c906108c 16108* Debugging C:: @value{GDBN} and C
79a6e687 16109* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
febe4383 16110* Decimal Floating Point:: Numbers in Decimal Floating Point format
c906108c 16111@end menu
c906108c 16112
6d2ebf8b 16113@node C Operators
79a6e687 16114@subsubsection C and C@t{++} Operators
7a292a7a 16115
b37052ae 16116@cindex C and C@t{++} operators
c906108c
SS
16117
16118Operators must be defined on values of specific types. For instance,
16119@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 16120often defined on groups of types.
c906108c 16121
b37052ae 16122For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
16123
16124@itemize @bullet
53a5351d 16125
c906108c 16126@item
c906108c 16127@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 16128specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
16129
16130@item
d4f3574e
SS
16131@emph{Floating-point types} include @code{float}, @code{double}, and
16132@code{long double} (if supported by the target platform).
c906108c
SS
16133
16134@item
53a5351d 16135@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
16136
16137@item
16138@emph{Scalar types} include all of the above.
53a5351d 16139
c906108c
SS
16140@end itemize
16141
16142@noindent
16143The following operators are supported. They are listed here
16144in order of increasing precedence:
16145
16146@table @code
16147@item ,
16148The comma or sequencing operator. Expressions in a comma-separated list
16149are evaluated from left to right, with the result of the entire
16150expression being the last expression evaluated.
16151
16152@item =
16153Assignment. The value of an assignment expression is the value
16154assigned. Defined on scalar types.
16155
16156@item @var{op}=
16157Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16158and translated to @w{@code{@var{a} = @var{a op b}}}.
697aa1b7 16159@w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
c906108c
SS
16160@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16161@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16162
16163@item ?:
16164The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
697aa1b7
EZ
16165of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16166should be of an integral type.
c906108c
SS
16167
16168@item ||
16169Logical @sc{or}. Defined on integral types.
16170
16171@item &&
16172Logical @sc{and}. Defined on integral types.
16173
16174@item |
16175Bitwise @sc{or}. Defined on integral types.
16176
16177@item ^
16178Bitwise exclusive-@sc{or}. Defined on integral types.
16179
16180@item &
16181Bitwise @sc{and}. Defined on integral types.
16182
16183@item ==@r{, }!=
16184Equality and inequality. Defined on scalar types. The value of these
16185expressions is 0 for false and non-zero for true.
16186
16187@item <@r{, }>@r{, }<=@r{, }>=
16188Less than, greater than, less than or equal, greater than or equal.
16189Defined on scalar types. The value of these expressions is 0 for false
16190and non-zero for true.
16191
16192@item <<@r{, }>>
16193left shift, and right shift. Defined on integral types.
16194
16195@item @@
16196The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16197
16198@item +@r{, }-
16199Addition and subtraction. Defined on integral types, floating-point types and
16200pointer types.
16201
16202@item *@r{, }/@r{, }%
16203Multiplication, division, and modulus. Multiplication and division are
16204defined on integral and floating-point types. Modulus is defined on
16205integral types.
16206
16207@item ++@r{, }--
16208Increment and decrement. When appearing before a variable, the
16209operation is performed before the variable is used in an expression;
16210when appearing after it, the variable's value is used before the
16211operation takes place.
16212
16213@item *
16214Pointer dereferencing. Defined on pointer types. Same precedence as
16215@code{++}.
16216
16217@item &
16218Address operator. Defined on variables. Same precedence as @code{++}.
16219
b37052ae
EZ
16220For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16221allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
b17828ca 16222to examine the address
b37052ae 16223where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 16224stored.
c906108c
SS
16225
16226@item -
16227Negative. Defined on integral and floating-point types. Same
16228precedence as @code{++}.
16229
16230@item !
16231Logical negation. Defined on integral types. Same precedence as
16232@code{++}.
16233
16234@item ~
16235Bitwise complement operator. Defined on integral types. Same precedence as
16236@code{++}.
16237
16238
16239@item .@r{, }->
16240Structure member, and pointer-to-structure member. For convenience,
16241@value{GDBN} regards the two as equivalent, choosing whether to dereference a
16242pointer based on the stored type information.
16243Defined on @code{struct} and @code{union} data.
16244
c906108c
SS
16245@item .*@r{, }->*
16246Dereferences of pointers to members.
c906108c
SS
16247
16248@item []
16249Array indexing. @code{@var{a}[@var{i}]} is defined as
16250@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16251
16252@item ()
16253Function parameter list. Same precedence as @code{->}.
16254
c906108c 16255@item ::
b37052ae 16256C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 16257and @code{class} types.
c906108c
SS
16258
16259@item ::
7a292a7a
SS
16260Doubled colons also represent the @value{GDBN} scope operator
16261(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16262above.
c906108c
SS
16263@end table
16264
c906108c
SS
16265If an operator is redefined in the user code, @value{GDBN} usually
16266attempts to invoke the redefined version instead of using the operator's
16267predefined meaning.
c906108c 16268
6d2ebf8b 16269@node C Constants
79a6e687 16270@subsubsection C and C@t{++} Constants
c906108c 16271
b37052ae 16272@cindex C and C@t{++} constants
c906108c 16273
b37052ae 16274@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 16275following ways:
c906108c
SS
16276
16277@itemize @bullet
16278@item
16279Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
16280specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16281by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
16282@samp{l}, specifying that the constant should be treated as a
16283@code{long} value.
16284
16285@item
16286Floating point constants are a sequence of digits, followed by a decimal
16287point, followed by a sequence of digits, and optionally followed by an
16288exponent. An exponent is of the form:
16289@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16290sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
16291A floating-point constant may also end with a letter @samp{f} or
16292@samp{F}, specifying that the constant should be treated as being of
16293the @code{float} (as opposed to the default @code{double}) type; or with
16294a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16295constant.
c906108c
SS
16296
16297@item
16298Enumerated constants consist of enumerated identifiers, or their
16299integral equivalents.
16300
16301@item
16302Character constants are a single character surrounded by single quotes
16303(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 16304(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
16305be represented by a letter or by @dfn{escape sequences}, which are of
16306the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16307of the character's ordinal value; or of the form @samp{\@var{x}}, where
16308@samp{@var{x}} is a predefined special character---for example,
16309@samp{\n} for newline.
16310
e0f8f636
TT
16311Wide character constants can be written by prefixing a character
16312constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16313form of @samp{x}. The target wide character set is used when
16314computing the value of this constant (@pxref{Character Sets}).
16315
c906108c 16316@item
96a2c332
SS
16317String constants are a sequence of character constants surrounded by
16318double quotes (@code{"}). Any valid character constant (as described
16319above) may appear. Double quotes within the string must be preceded by
16320a backslash, so for instance @samp{"a\"b'c"} is a string of five
16321characters.
c906108c 16322
e0f8f636
TT
16323Wide string constants can be written by prefixing a string constant
16324with @samp{L}, as in C. The target wide character set is used when
16325computing the value of this constant (@pxref{Character Sets}).
16326
c906108c
SS
16327@item
16328Pointer constants are an integral value. You can also write pointers
16329to constants using the C operator @samp{&}.
16330
16331@item
16332Array constants are comma-separated lists surrounded by braces @samp{@{}
16333and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16334integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16335and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16336@end itemize
16337
79a6e687
BW
16338@node C Plus Plus Expressions
16339@subsubsection C@t{++} Expressions
b37052ae
EZ
16340
16341@cindex expressions in C@t{++}
16342@value{GDBN} expression handling can interpret most C@t{++} expressions.
16343
0179ffac
DC
16344@cindex debugging C@t{++} programs
16345@cindex C@t{++} compilers
16346@cindex debug formats and C@t{++}
16347@cindex @value{NGCC} and C@t{++}
c906108c 16348@quotation
e0f8f636
TT
16349@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16350the proper compiler and the proper debug format. Currently,
16351@value{GDBN} works best when debugging C@t{++} code that is compiled
16352with the most recent version of @value{NGCC} possible. The DWARF
16353debugging format is preferred; @value{NGCC} defaults to this on most
16354popular platforms. Other compilers and/or debug formats are likely to
16355work badly or not at all when using @value{GDBN} to debug C@t{++}
16356code. @xref{Compilation}.
c906108c 16357@end quotation
c906108c
SS
16358
16359@enumerate
16360
16361@cindex member functions
16362@item
16363Member function calls are allowed; you can use expressions like
16364
474c8240 16365@smallexample
c906108c 16366count = aml->GetOriginal(x, y)
474c8240 16367@end smallexample
c906108c 16368
41afff9a 16369@vindex this@r{, inside C@t{++} member functions}
b37052ae 16370@cindex namespace in C@t{++}
c906108c
SS
16371@item
16372While a member function is active (in the selected stack frame), your
16373expressions have the same namespace available as the member function;
16374that is, @value{GDBN} allows implicit references to the class instance
e0f8f636
TT
16375pointer @code{this} following the same rules as C@t{++}. @code{using}
16376declarations in the current scope are also respected by @value{GDBN}.
c906108c 16377
c906108c 16378@cindex call overloaded functions
d4f3574e 16379@cindex overloaded functions, calling
b37052ae 16380@cindex type conversions in C@t{++}
c906108c
SS
16381@item
16382You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 16383call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
16384perform overload resolution involving user-defined type conversions,
16385calls to constructors, or instantiations of templates that do not exist
16386in the program. It also cannot handle ellipsis argument lists or
16387default arguments.
16388
16389It does perform integral conversions and promotions, floating-point
16390promotions, arithmetic conversions, pointer conversions, conversions of
16391class objects to base classes, and standard conversions such as those of
16392functions or arrays to pointers; it requires an exact match on the
16393number of function arguments.
16394
16395Overload resolution is always performed, unless you have specified
79a6e687
BW
16396@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16397,@value{GDBN} Features for C@t{++}}.
c906108c 16398
d4f3574e 16399You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
16400explicit function signature to call an overloaded function, as in
16401@smallexample
16402p 'foo(char,int)'('x', 13)
16403@end smallexample
d4f3574e 16404
c906108c 16405The @value{GDBN} command-completion facility can simplify this;
79a6e687 16406see @ref{Completion, ,Command Completion}.
c906108c 16407
c906108c
SS
16408@cindex reference declarations
16409@item
c0f55cc6
AV
16410@value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16411references; you can use them in expressions just as you do in C@t{++}
16412source---they are automatically dereferenced.
c906108c
SS
16413
16414In the parameter list shown when @value{GDBN} displays a frame, the values of
16415reference variables are not displayed (unlike other variables); this
16416avoids clutter, since references are often used for large structures.
16417The @emph{address} of a reference variable is always shown, unless
16418you have specified @samp{set print address off}.
16419
16420@item
b37052ae 16421@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
16422expressions can use it just as expressions in your program do. Since
16423one scope may be defined in another, you can use @code{::} repeatedly if
16424necessary, for example in an expression like
16425@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 16426resolving name scope by reference to source files, in both C and C@t{++}
79a6e687 16427debugging (@pxref{Variables, ,Program Variables}).
c906108c 16428
e0f8f636
TT
16429@item
16430@value{GDBN} performs argument-dependent lookup, following the C@t{++}
16431specification.
16432@end enumerate
c906108c 16433
6d2ebf8b 16434@node C Defaults
79a6e687 16435@subsubsection C and C@t{++} Defaults
7a292a7a 16436
b37052ae 16437@cindex C and C@t{++} defaults
c906108c 16438
a451cb65
KS
16439If you allow @value{GDBN} to set range checking automatically, it
16440defaults to @code{off} whenever the working language changes to
b37052ae 16441C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 16442selects the working language.
c906108c
SS
16443
16444If you allow @value{GDBN} to set the language automatically, it
16445recognizes source files whose names end with @file{.c}, @file{.C}, or
16446@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 16447these files, it sets the working language to C or C@t{++}.
79a6e687 16448@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
c906108c
SS
16449for further details.
16450
6d2ebf8b 16451@node C Checks
79a6e687 16452@subsubsection C and C@t{++} Type and Range Checks
7a292a7a 16453
b37052ae 16454@cindex C and C@t{++} checks
c906108c 16455
a451cb65
KS
16456By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16457checking is used. However, if you turn type checking off, @value{GDBN}
16458will allow certain non-standard conversions, such as promoting integer
16459constants to pointers.
c906108c
SS
16460
16461Range checking, if turned on, is done on mathematical operations. Array
16462indices are not checked, since they are often used to index a pointer
16463that is not itself an array.
c906108c 16464
6d2ebf8b 16465@node Debugging C
c906108c 16466@subsubsection @value{GDBN} and C
c906108c
SS
16467
16468The @code{set print union} and @code{show print union} commands apply to
16469the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
16470inside a @code{struct} or @code{class} is also printed. Otherwise, it
16471appears as @samp{@{...@}}.
c906108c
SS
16472
16473The @code{@@} operator aids in the debugging of dynamic arrays, formed
16474with pointers and a memory allocation function. @xref{Expressions,
16475,Expressions}.
16476
79a6e687
BW
16477@node Debugging C Plus Plus
16478@subsubsection @value{GDBN} Features for C@t{++}
c906108c 16479
b37052ae 16480@cindex commands for C@t{++}
7a292a7a 16481
b37052ae
EZ
16482Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16483designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
16484
16485@table @code
16486@cindex break in overloaded functions
16487@item @r{breakpoint menus}
16488When you want a breakpoint in a function whose name is overloaded,
6ba66d6a
JB
16489@value{GDBN} has the capability to display a menu of possible breakpoint
16490locations to help you specify which function definition you want.
16491@xref{Ambiguous Expressions,,Ambiguous Expressions}.
c906108c 16492
b37052ae 16493@cindex overloading in C@t{++}
c906108c
SS
16494@item rbreak @var{regex}
16495Setting breakpoints using regular expressions is helpful for setting
16496breakpoints on overloaded functions that are not members of any special
16497classes.
79a6e687 16498@xref{Set Breaks, ,Setting Breakpoints}.
c906108c 16499
b37052ae 16500@cindex C@t{++} exception handling
c906108c 16501@item catch throw
591f19e8 16502@itemx catch rethrow
c906108c 16503@itemx catch catch
b37052ae 16504Debug C@t{++} exception handling using these commands. @xref{Set
79a6e687 16505Catchpoints, , Setting Catchpoints}.
c906108c
SS
16506
16507@cindex inheritance
16508@item ptype @var{typename}
16509Print inheritance relationships as well as other information for type
16510@var{typename}.
16511@xref{Symbols, ,Examining the Symbol Table}.
16512
c4aeac85
TT
16513@item info vtbl @var{expression}.
16514The @code{info vtbl} command can be used to display the virtual
16515method tables of the object computed by @var{expression}. This shows
16516one entry per virtual table; there may be multiple virtual tables when
16517multiple inheritance is in use.
16518
439250fb
DE
16519@cindex C@t{++} demangling
16520@item demangle @var{name}
16521Demangle @var{name}.
16522@xref{Symbols}, for a more complete description of the @code{demangle} command.
16523
b37052ae 16524@cindex C@t{++} symbol display
c906108c
SS
16525@item set print demangle
16526@itemx show print demangle
16527@itemx set print asm-demangle
16528@itemx show print asm-demangle
b37052ae
EZ
16529Control whether C@t{++} symbols display in their source form, both when
16530displaying code as C@t{++} source and when displaying disassemblies.
79a6e687 16531@xref{Print Settings, ,Print Settings}.
c906108c
SS
16532
16533@item set print object
16534@itemx show print object
16535Choose whether to print derived (actual) or declared types of objects.
79a6e687 16536@xref{Print Settings, ,Print Settings}.
c906108c
SS
16537
16538@item set print vtbl
16539@itemx show print vtbl
16540Control the format for printing virtual function tables.
79a6e687 16541@xref{Print Settings, ,Print Settings}.
c906108c 16542(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 16543ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
16544
16545@kindex set overload-resolution
d4f3574e 16546@cindex overloaded functions, overload resolution
c906108c 16547@item set overload-resolution on
b37052ae 16548Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
16549is on. For overloaded functions, @value{GDBN} evaluates the arguments
16550and searches for a function whose signature matches the argument types,
79a6e687
BW
16551using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16552Expressions, ,C@t{++} Expressions}, for details).
16553If it cannot find a match, it emits a message.
c906108c
SS
16554
16555@item set overload-resolution off
b37052ae 16556Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
16557overloaded functions that are not class member functions, @value{GDBN}
16558chooses the first function of the specified name that it finds in the
16559symbol table, whether or not its arguments are of the correct type. For
16560overloaded functions that are class member functions, @value{GDBN}
16561searches for a function whose signature @emph{exactly} matches the
16562argument types.
c906108c 16563
9c16f35a
EZ
16564@kindex show overload-resolution
16565@item show overload-resolution
16566Show the current setting of overload resolution.
16567
c906108c
SS
16568@item @r{Overloaded symbol names}
16569You can specify a particular definition of an overloaded symbol, using
b37052ae 16570the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
16571@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16572also use the @value{GDBN} command-line word completion facilities to list the
16573available choices, or to finish the type list for you.
79a6e687 16574@xref{Completion,, Command Completion}, for details on how to do this.
bd69330d
PA
16575
16576@item @r{Breakpoints in functions with ABI tags}
16577
16578The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16579correspond to changes in the ABI of a type, function, or variable that
16580would not otherwise be reflected in a mangled name. See
16581@url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16582for more detail.
16583
16584The ABI tags are visible in C@t{++} demangled names. For example, a
16585function that returns a std::string:
16586
16587@smallexample
16588std::string function(int);
16589@end smallexample
16590
16591@noindent
16592when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16593tag, and @value{GDBN} displays the symbol like this:
16594
16595@smallexample
16596function[abi:cxx11](int)
16597@end smallexample
16598
16599You can set a breakpoint on such functions simply as if they had no
16600tag. For example:
16601
16602@smallexample
16603(gdb) b function(int)
16604Breakpoint 2 at 0x40060d: file main.cc, line 10.
16605(gdb) info breakpoints
16606Num Type Disp Enb Address What
166071 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16608 at main.cc:10
16609@end smallexample
16610
16611On the rare occasion you need to disambiguate between different ABI
16612tags, you can do so by simply including the ABI tag in the function
16613name, like:
16614
16615@smallexample
16616(@value{GDBP}) b ambiguous[abi:other_tag](int)
16617@end smallexample
c906108c 16618@end table
c906108c 16619
febe4383
TJB
16620@node Decimal Floating Point
16621@subsubsection Decimal Floating Point format
16622@cindex decimal floating point format
16623
16624@value{GDBN} can examine, set and perform computations with numbers in
16625decimal floating point format, which in the C language correspond to the
16626@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16627specified by the extension to support decimal floating-point arithmetic.
16628
16629There are two encodings in use, depending on the architecture: BID (Binary
16630Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
4ac33720
UW
16631PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16632configured target.
febe4383
TJB
16633
16634Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16635to manipulate decimal floating point numbers, it is not possible to convert
16636(using a cast, for example) integers wider than 32-bit to decimal float.
16637
16638In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16639point computations, error checking in decimal float operations ignores
16640underflow, overflow and divide by zero exceptions.
16641
4acd40f3 16642In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
99e008fe
EZ
16643to inspect @code{_Decimal128} values stored in floating point registers.
16644See @ref{PowerPC,,PowerPC} for more details.
4acd40f3 16645
6aecb9c2
JB
16646@node D
16647@subsection D
16648
16649@cindex D
16650@value{GDBN} can be used to debug programs written in D and compiled with
16651GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16652specific feature --- dynamic arrays.
16653
a766d390
DE
16654@node Go
16655@subsection Go
16656
16657@cindex Go (programming language)
16658@value{GDBN} can be used to debug programs written in Go and compiled with
16659@file{gccgo} or @file{6g} compilers.
16660
16661Here is a summary of the Go-specific features and restrictions:
16662
16663@table @code
16664@cindex current Go package
16665@item The current Go package
16666The name of the current package does not need to be specified when
16667specifying global variables and functions.
16668
16669For example, given the program:
16670
16671@example
16672package main
16673var myglob = "Shall we?"
16674func main () @{
16675 // ...
16676@}
16677@end example
16678
16679When stopped inside @code{main} either of these work:
16680
16681@example
16682(gdb) p myglob
16683(gdb) p main.myglob
16684@end example
16685
16686@cindex builtin Go types
16687@item Builtin Go types
16688The @code{string} type is recognized by @value{GDBN} and is printed
16689as a string.
16690
16691@cindex builtin Go functions
16692@item Builtin Go functions
16693The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16694function and handles it internally.
a766d390
DE
16695
16696@cindex restrictions on Go expressions
16697@item Restrictions on Go expressions
16698All Go operators are supported except @code{&^}.
16699The Go @code{_} ``blank identifier'' is not supported.
16700Automatic dereferencing of pointers is not supported.
50f042b9 16701@end table
a766d390 16702
b37303ee
AF
16703@node Objective-C
16704@subsection Objective-C
16705
16706@cindex Objective-C
16707This section provides information about some commands and command
721c2651
EZ
16708options that are useful for debugging Objective-C code. See also
16709@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16710few more commands specific to Objective-C support.
b37303ee
AF
16711
16712@menu
b383017d
RM
16713* Method Names in Commands::
16714* The Print Command with Objective-C::
b37303ee
AF
16715@end menu
16716
c8f4133a 16717@node Method Names in Commands
b37303ee
AF
16718@subsubsection Method Names in Commands
16719
16720The following commands have been extended to accept Objective-C method
16721names as line specifications:
16722
16723@kindex clear@r{, and Objective-C}
16724@kindex break@r{, and Objective-C}
16725@kindex info line@r{, and Objective-C}
16726@kindex jump@r{, and Objective-C}
16727@kindex list@r{, and Objective-C}
16728@itemize
16729@item @code{clear}
16730@item @code{break}
16731@item @code{info line}
16732@item @code{jump}
16733@item @code{list}
16734@end itemize
16735
16736A fully qualified Objective-C method name is specified as
16737
16738@smallexample
16739-[@var{Class} @var{methodName}]
16740@end smallexample
16741
c552b3bb
JM
16742where the minus sign is used to indicate an instance method and a
16743plus sign (not shown) is used to indicate a class method. The class
16744name @var{Class} and method name @var{methodName} are enclosed in
16745brackets, similar to the way messages are specified in Objective-C
16746source code. For example, to set a breakpoint at the @code{create}
16747instance method of class @code{Fruit} in the program currently being
16748debugged, enter:
b37303ee
AF
16749
16750@smallexample
16751break -[Fruit create]
16752@end smallexample
16753
16754To list ten program lines around the @code{initialize} class method,
16755enter:
16756
16757@smallexample
16758list +[NSText initialize]
16759@end smallexample
16760
c552b3bb
JM
16761In the current version of @value{GDBN}, the plus or minus sign is
16762required. In future versions of @value{GDBN}, the plus or minus
16763sign will be optional, but you can use it to narrow the search. It
16764is also possible to specify just a method name:
b37303ee
AF
16765
16766@smallexample
16767break create
16768@end smallexample
16769
16770You must specify the complete method name, including any colons. If
16771your program's source files contain more than one @code{create} method,
16772you'll be presented with a numbered list of classes that implement that
16773method. Indicate your choice by number, or type @samp{0} to exit if
16774none apply.
16775
16776As another example, to clear a breakpoint established at the
16777@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
16778
16779@smallexample
16780clear -[NSWindow makeKeyAndOrderFront:]
16781@end smallexample
16782
16783@node The Print Command with Objective-C
16784@subsubsection The Print Command With Objective-C
721c2651 16785@cindex Objective-C, print objects
c552b3bb
JM
16786@kindex print-object
16787@kindex po @r{(@code{print-object})}
b37303ee 16788
c552b3bb 16789The print command has also been extended to accept methods. For example:
b37303ee
AF
16790
16791@smallexample
c552b3bb 16792print -[@var{object} hash]
b37303ee
AF
16793@end smallexample
16794
16795@cindex print an Objective-C object description
c552b3bb
JM
16796@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
16797@noindent
16798will tell @value{GDBN} to send the @code{hash} message to @var{object}
16799and print the result. Also, an additional command has been added,
16800@code{print-object} or @code{po} for short, which is meant to print
16801the description of an object. However, this command may only work
16802with certain Objective-C libraries that have a particular hook
16803function, @code{_NSPrintForDebugger}, defined.
b37303ee 16804
f4b8a18d
KW
16805@node OpenCL C
16806@subsection OpenCL C
16807
16808@cindex OpenCL C
16809This section provides information about @value{GDBN}s OpenCL C support.
16810
16811@menu
16812* OpenCL C Datatypes::
16813* OpenCL C Expressions::
16814* OpenCL C Operators::
16815@end menu
16816
16817@node OpenCL C Datatypes
16818@subsubsection OpenCL C Datatypes
16819
16820@cindex OpenCL C Datatypes
16821@value{GDBN} supports the builtin scalar and vector datatypes specified
16822by OpenCL 1.1. In addition the half- and double-precision floating point
16823data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16824extensions are also known to @value{GDBN}.
16825
16826@node OpenCL C Expressions
16827@subsubsection OpenCL C Expressions
16828
16829@cindex OpenCL C Expressions
16830@value{GDBN} supports accesses to vector components including the access as
16831lvalue where possible. Since OpenCL C is based on C99 most C expressions
16832supported by @value{GDBN} can be used as well.
16833
16834@node OpenCL C Operators
16835@subsubsection OpenCL C Operators
16836
16837@cindex OpenCL C Operators
16838@value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16839vector data types.
16840
09d4efe1
EZ
16841@node Fortran
16842@subsection Fortran
16843@cindex Fortran-specific support in @value{GDBN}
16844
814e32d7
WZ
16845@value{GDBN} can be used to debug programs written in Fortran, but it
16846currently supports only the features of Fortran 77 language.
16847
16848@cindex trailing underscore, in Fortran symbols
16849Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16850among them) append an underscore to the names of variables and
16851functions. When you debug programs compiled by those compilers, you
16852will need to refer to variables and functions with a trailing
16853underscore.
16854
16855@menu
16856* Fortran Operators:: Fortran operators and expressions
16857* Fortran Defaults:: Default settings for Fortran
79a6e687 16858* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
814e32d7
WZ
16859@end menu
16860
16861@node Fortran Operators
79a6e687 16862@subsubsection Fortran Operators and Expressions
814e32d7
WZ
16863
16864@cindex Fortran operators and expressions
16865
16866Operators must be defined on values of specific types. For instance,
16867@code{+} is defined on numbers, but not on characters or other non-
ff2587ec 16868arithmetic types. Operators are often defined on groups of types.
814e32d7
WZ
16869
16870@table @code
16871@item **
99e008fe 16872The exponentiation operator. It raises the first operand to the power
814e32d7
WZ
16873of the second one.
16874
16875@item :
16876The range operator. Normally used in the form of array(low:high) to
16877represent a section of array.
68837c9d
MD
16878
16879@item %
16880The access component operator. Normally used to access elements in derived
16881types. Also suitable for unions. As unions aren't part of regular Fortran,
16882this can only happen when accessing a register that uses a gdbarch-defined
16883union type.
0a4b0913
AB
16884@item ::
16885The scope operator. Normally used to access variables in modules or
16886to set breakpoints on subroutines nested in modules or in other
16887subroutines (internal subroutines).
814e32d7
WZ
16888@end table
16889
16890@node Fortran Defaults
16891@subsubsection Fortran Defaults
16892
16893@cindex Fortran Defaults
16894
16895Fortran symbols are usually case-insensitive, so @value{GDBN} by
16896default uses case-insensitive matches for Fortran symbols. You can
16897change that with the @samp{set case-insensitive} command, see
16898@ref{Symbols}, for the details.
16899
79a6e687
BW
16900@node Special Fortran Commands
16901@subsubsection Special Fortran Commands
814e32d7
WZ
16902
16903@cindex Special Fortran commands
16904
db2e3e2e
BW
16905@value{GDBN} has some commands to support Fortran-specific features,
16906such as displaying common blocks.
814e32d7 16907
09d4efe1
EZ
16908@table @code
16909@cindex @code{COMMON} blocks, Fortran
16910@kindex info common
16911@item info common @r{[}@var{common-name}@r{]}
16912This command prints the values contained in the Fortran @code{COMMON}
16913block whose name is @var{common-name}. With no argument, the names of
d52fb0e9 16914all @code{COMMON} blocks visible at the current program location are
09d4efe1
EZ
16915printed.
16916@end table
16917
9c16f35a
EZ
16918@node Pascal
16919@subsection Pascal
16920
16921@cindex Pascal support in @value{GDBN}, limitations
16922Debugging Pascal programs which use sets, subranges, file variables, or
16923nested functions does not currently work. @value{GDBN} does not support
16924entering expressions, printing values, or similar features using Pascal
16925syntax.
16926
16927The Pascal-specific command @code{set print pascal_static-members}
16928controls whether static members of Pascal objects are displayed.
16929@xref{Print Settings, pascal_static-members}.
16930
0bdfa368
TT
16931@node Rust
16932@subsection Rust
16933
16934@value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
16935Programming Language}. Type- and value-printing, and expression
16936parsing, are reasonably complete. However, there are a few
16937peculiarities and holes to be aware of.
16938
16939@itemize @bullet
16940@item
16941Linespecs (@pxref{Specify Location}) are never relative to the current
16942crate. Instead, they act as if there were a global namespace of
16943crates, somewhat similar to the way @code{extern crate} behaves.
16944
16945That is, if @value{GDBN} is stopped at a breakpoint in a function in
16946crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
16947to set a breakpoint in a function named @samp{f} in a crate named
16948@samp{B}.
16949
16950As a consequence of this approach, linespecs also cannot refer to
16951items using @samp{self::} or @samp{super::}.
16952
16953@item
16954Because @value{GDBN} implements Rust name-lookup semantics in
16955expressions, it will sometimes prepend the current crate to a name.
16956For example, if @value{GDBN} is stopped at a breakpoint in the crate
16957@samp{K}, then @code{print ::x::y} will try to find the symbol
16958@samp{K::x::y}.
16959
16960However, since it is useful to be able to refer to other crates when
16961debugging, @value{GDBN} provides the @code{extern} extension to
16962circumvent this. To use the extension, just put @code{extern} before
16963a path expression to refer to the otherwise unavailable ``global''
16964scope.
16965
16966In the above example, if you wanted to refer to the symbol @samp{y} in
16967the crate @samp{x}, you would use @code{print extern x::y}.
16968
16969@item
16970The Rust expression evaluator does not support ``statement-like''
16971expressions such as @code{if} or @code{match}, or lambda expressions.
16972
16973@item
16974Tuple expressions are not implemented.
16975
16976@item
16977The Rust expression evaluator does not currently implement the
16978@code{Drop} trait. Objects that may be created by the evaluator will
16979never be destroyed.
16980
16981@item
16982@value{GDBN} does not implement type inference for generics. In order
16983to call generic functions or otherwise refer to generic items, you
16984will have to specify the type parameters manually.
16985
16986@item
16987@value{GDBN} currently uses the C@t{++} demangler for Rust. In most
16988cases this does not cause any problems. However, in an expression
16989context, completing a generic function name will give syntactically
16990invalid results. This happens because Rust requires the @samp{::}
16991operator between the function name and its generic arguments. For
16992example, @value{GDBN} might provide a completion like
16993@code{crate::f<u32>}, where the parser would require
16994@code{crate::f::<u32>}.
16995
16996@item
16997As of this writing, the Rust compiler (version 1.8) has a few holes in
16998the debugging information it generates. These holes prevent certain
16999features from being implemented by @value{GDBN}:
17000@itemize @bullet
17001
17002@item
17003Method calls cannot be made via traits.
17004
0bdfa368
TT
17005@item
17006Operator overloading is not implemented.
17007
17008@item
17009When debugging in a monomorphized function, you cannot use the generic
17010type names.
17011
17012@item
17013The type @code{Self} is not available.
17014
17015@item
17016@code{use} statements are not available, so some names may not be
17017available in the crate.
17018@end itemize
17019@end itemize
17020
09d4efe1 17021@node Modula-2
c906108c 17022@subsection Modula-2
7a292a7a 17023
d4f3574e 17024@cindex Modula-2, @value{GDBN} support
c906108c
SS
17025
17026The extensions made to @value{GDBN} to support Modula-2 only support
17027output from the @sc{gnu} Modula-2 compiler (which is currently being
17028developed). Other Modula-2 compilers are not currently supported, and
17029attempting to debug executables produced by them is most likely
17030to give an error as @value{GDBN} reads in the executable's symbol
17031table.
17032
17033@cindex expressions in Modula-2
17034@menu
17035* M2 Operators:: Built-in operators
17036* Built-In Func/Proc:: Built-in functions and procedures
17037* M2 Constants:: Modula-2 constants
72019c9c 17038* M2 Types:: Modula-2 types
c906108c
SS
17039* M2 Defaults:: Default settings for Modula-2
17040* Deviations:: Deviations from standard Modula-2
17041* M2 Checks:: Modula-2 type and range checks
17042* M2 Scope:: The scope operators @code{::} and @code{.}
17043* GDB/M2:: @value{GDBN} and Modula-2
17044@end menu
17045
6d2ebf8b 17046@node M2 Operators
c906108c
SS
17047@subsubsection Operators
17048@cindex Modula-2 operators
17049
17050Operators must be defined on values of specific types. For instance,
17051@code{+} is defined on numbers, but not on structures. Operators are
17052often defined on groups of types. For the purposes of Modula-2, the
17053following definitions hold:
17054
17055@itemize @bullet
17056
17057@item
17058@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17059their subranges.
17060
17061@item
17062@emph{Character types} consist of @code{CHAR} and its subranges.
17063
17064@item
17065@emph{Floating-point types} consist of @code{REAL}.
17066
17067@item
17068@emph{Pointer types} consist of anything declared as @code{POINTER TO
17069@var{type}}.
17070
17071@item
17072@emph{Scalar types} consist of all of the above.
17073
17074@item
17075@emph{Set types} consist of @code{SET} and @code{BITSET} types.
17076
17077@item
17078@emph{Boolean types} consist of @code{BOOLEAN}.
17079@end itemize
17080
17081@noindent
17082The following operators are supported, and appear in order of
17083increasing precedence:
17084
17085@table @code
17086@item ,
17087Function argument or array index separator.
17088
17089@item :=
17090Assignment. The value of @var{var} @code{:=} @var{value} is
17091@var{value}.
17092
17093@item <@r{, }>
17094Less than, greater than on integral, floating-point, or enumerated
17095types.
17096
17097@item <=@r{, }>=
96a2c332 17098Less than or equal to, greater than or equal to
c906108c
SS
17099on integral, floating-point and enumerated types, or set inclusion on
17100set types. Same precedence as @code{<}.
17101
17102@item =@r{, }<>@r{, }#
17103Equality and two ways of expressing inequality, valid on scalar types.
17104Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17105available for inequality, since @code{#} conflicts with the script
17106comment character.
17107
17108@item IN
17109Set membership. Defined on set types and the types of their members.
17110Same precedence as @code{<}.
17111
17112@item OR
17113Boolean disjunction. Defined on boolean types.
17114
17115@item AND@r{, }&
d4f3574e 17116Boolean conjunction. Defined on boolean types.
c906108c
SS
17117
17118@item @@
17119The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17120
17121@item +@r{, }-
17122Addition and subtraction on integral and floating-point types, or union
17123and difference on set types.
17124
17125@item *
17126Multiplication on integral and floating-point types, or set intersection
17127on set types.
17128
17129@item /
17130Division on floating-point types, or symmetric set difference on set
17131types. Same precedence as @code{*}.
17132
17133@item DIV@r{, }MOD
17134Integer division and remainder. Defined on integral types. Same
17135precedence as @code{*}.
17136
17137@item -
99e008fe 17138Negative. Defined on @code{INTEGER} and @code{REAL} data.
c906108c
SS
17139
17140@item ^
17141Pointer dereferencing. Defined on pointer types.
17142
17143@item NOT
17144Boolean negation. Defined on boolean types. Same precedence as
17145@code{^}.
17146
17147@item .
17148@code{RECORD} field selector. Defined on @code{RECORD} data. Same
17149precedence as @code{^}.
17150
17151@item []
17152Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17153
17154@item ()
17155Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17156as @code{^}.
17157
17158@item ::@r{, }.
17159@value{GDBN} and Modula-2 scope operators.
17160@end table
17161
17162@quotation
72019c9c 17163@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
c906108c
SS
17164treats the use of the operator @code{IN}, or the use of operators
17165@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17166@code{<=}, and @code{>=} on sets as an error.
17167@end quotation
17168
cb51c4e0 17169
6d2ebf8b 17170@node Built-In Func/Proc
79a6e687 17171@subsubsection Built-in Functions and Procedures
cb51c4e0 17172@cindex Modula-2 built-ins
c906108c
SS
17173
17174Modula-2 also makes available several built-in procedures and functions.
17175In describing these, the following metavariables are used:
17176
17177@table @var
17178
17179@item a
17180represents an @code{ARRAY} variable.
17181
17182@item c
17183represents a @code{CHAR} constant or variable.
17184
17185@item i
17186represents a variable or constant of integral type.
17187
17188@item m
17189represents an identifier that belongs to a set. Generally used in the
17190same function with the metavariable @var{s}. The type of @var{s} should
17191be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17192
17193@item n
17194represents a variable or constant of integral or floating-point type.
17195
17196@item r
17197represents a variable or constant of floating-point type.
17198
17199@item t
17200represents a type.
17201
17202@item v
17203represents a variable.
17204
17205@item x
17206represents a variable or constant of one of many types. See the
17207explanation of the function for details.
17208@end table
17209
17210All Modula-2 built-in procedures also return a result, described below.
17211
17212@table @code
17213@item ABS(@var{n})
17214Returns the absolute value of @var{n}.
17215
17216@item CAP(@var{c})
17217If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 17218equivalent, otherwise it returns its argument.
c906108c
SS
17219
17220@item CHR(@var{i})
17221Returns the character whose ordinal value is @var{i}.
17222
17223@item DEC(@var{v})
c3f6f71d 17224Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
17225
17226@item DEC(@var{v},@var{i})
17227Decrements the value in the variable @var{v} by @var{i}. Returns the
17228new value.
17229
17230@item EXCL(@var{m},@var{s})
17231Removes the element @var{m} from the set @var{s}. Returns the new
17232set.
17233
17234@item FLOAT(@var{i})
17235Returns the floating point equivalent of the integer @var{i}.
17236
17237@item HIGH(@var{a})
17238Returns the index of the last member of @var{a}.
17239
17240@item INC(@var{v})
c3f6f71d 17241Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
17242
17243@item INC(@var{v},@var{i})
17244Increments the value in the variable @var{v} by @var{i}. Returns the
17245new value.
17246
17247@item INCL(@var{m},@var{s})
17248Adds the element @var{m} to the set @var{s} if it is not already
17249there. Returns the new set.
17250
17251@item MAX(@var{t})
17252Returns the maximum value of the type @var{t}.
17253
17254@item MIN(@var{t})
17255Returns the minimum value of the type @var{t}.
17256
17257@item ODD(@var{i})
17258Returns boolean TRUE if @var{i} is an odd number.
17259
17260@item ORD(@var{x})
17261Returns the ordinal value of its argument. For example, the ordinal
697aa1b7
EZ
17262value of a character is its @sc{ascii} value (on machines supporting
17263the @sc{ascii} character set). The argument @var{x} must be of an
17264ordered type, which include integral, character and enumerated types.
c906108c
SS
17265
17266@item SIZE(@var{x})
697aa1b7
EZ
17267Returns the size of its argument. The argument @var{x} can be a
17268variable or a type.
c906108c
SS
17269
17270@item TRUNC(@var{r})
17271Returns the integral part of @var{r}.
17272
844781a1 17273@item TSIZE(@var{x})
697aa1b7
EZ
17274Returns the size of its argument. The argument @var{x} can be a
17275variable or a type.
844781a1 17276
c906108c
SS
17277@item VAL(@var{t},@var{i})
17278Returns the member of the type @var{t} whose ordinal value is @var{i}.
17279@end table
17280
17281@quotation
17282@emph{Warning:} Sets and their operations are not yet supported, so
17283@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17284an error.
17285@end quotation
17286
17287@cindex Modula-2 constants
6d2ebf8b 17288@node M2 Constants
c906108c
SS
17289@subsubsection Constants
17290
17291@value{GDBN} allows you to express the constants of Modula-2 in the following
17292ways:
17293
17294@itemize @bullet
17295
17296@item
17297Integer constants are simply a sequence of digits. When used in an
17298expression, a constant is interpreted to be type-compatible with the
17299rest of the expression. Hexadecimal integers are specified by a
17300trailing @samp{H}, and octal integers by a trailing @samp{B}.
17301
17302@item
17303Floating point constants appear as a sequence of digits, followed by a
17304decimal point and another sequence of digits. An optional exponent can
17305then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17306@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17307digits of the floating point constant must be valid decimal (base 10)
17308digits.
17309
17310@item
17311Character constants consist of a single character enclosed by a pair of
17312like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 17313also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
17314followed by a @samp{C}.
17315
17316@item
17317String constants consist of a sequence of characters enclosed by a
17318pair of like quotes, either single (@code{'}) or double (@code{"}).
17319Escape sequences in the style of C are also allowed. @xref{C
79a6e687 17320Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
c906108c
SS
17321sequences.
17322
17323@item
17324Enumerated constants consist of an enumerated identifier.
17325
17326@item
17327Boolean constants consist of the identifiers @code{TRUE} and
17328@code{FALSE}.
17329
17330@item
17331Pointer constants consist of integral values only.
17332
17333@item
17334Set constants are not yet supported.
17335@end itemize
17336
72019c9c
GM
17337@node M2 Types
17338@subsubsection Modula-2 Types
17339@cindex Modula-2 types
17340
17341Currently @value{GDBN} can print the following data types in Modula-2
17342syntax: array types, record types, set types, pointer types, procedure
17343types, enumerated types, subrange types and base types. You can also
17344print the contents of variables declared using these type.
17345This section gives a number of simple source code examples together with
17346sample @value{GDBN} sessions.
17347
17348The first example contains the following section of code:
17349
17350@smallexample
17351VAR
17352 s: SET OF CHAR ;
17353 r: [20..40] ;
17354@end smallexample
17355
17356@noindent
17357and you can request @value{GDBN} to interrogate the type and value of
17358@code{r} and @code{s}.
17359
17360@smallexample
17361(@value{GDBP}) print s
17362@{'A'..'C', 'Z'@}
17363(@value{GDBP}) ptype s
17364SET OF CHAR
17365(@value{GDBP}) print r
1736621
17367(@value{GDBP}) ptype r
17368[20..40]
17369@end smallexample
17370
17371@noindent
17372Likewise if your source code declares @code{s} as:
17373
17374@smallexample
17375VAR
17376 s: SET ['A'..'Z'] ;
17377@end smallexample
17378
17379@noindent
17380then you may query the type of @code{s} by:
17381
17382@smallexample
17383(@value{GDBP}) ptype s
17384type = SET ['A'..'Z']
17385@end smallexample
17386
17387@noindent
17388Note that at present you cannot interactively manipulate set
17389expressions using the debugger.
17390
17391The following example shows how you might declare an array in Modula-2
17392and how you can interact with @value{GDBN} to print its type and contents:
17393
17394@smallexample
17395VAR
17396 s: ARRAY [-10..10] OF CHAR ;
17397@end smallexample
17398
17399@smallexample
17400(@value{GDBP}) ptype s
17401ARRAY [-10..10] OF CHAR
17402@end smallexample
17403
17404Note that the array handling is not yet complete and although the type
17405is printed correctly, expression handling still assumes that all
17406arrays have a lower bound of zero and not @code{-10} as in the example
844781a1 17407above.
72019c9c
GM
17408
17409Here are some more type related Modula-2 examples:
17410
17411@smallexample
17412TYPE
17413 colour = (blue, red, yellow, green) ;
17414 t = [blue..yellow] ;
17415VAR
17416 s: t ;
17417BEGIN
17418 s := blue ;
17419@end smallexample
17420
17421@noindent
17422The @value{GDBN} interaction shows how you can query the data type
17423and value of a variable.
17424
17425@smallexample
17426(@value{GDBP}) print s
17427$1 = blue
17428(@value{GDBP}) ptype t
17429type = [blue..yellow]
17430@end smallexample
17431
17432@noindent
17433In this example a Modula-2 array is declared and its contents
17434displayed. Observe that the contents are written in the same way as
17435their @code{C} counterparts.
17436
17437@smallexample
17438VAR
17439 s: ARRAY [1..5] OF CARDINAL ;
17440BEGIN
17441 s[1] := 1 ;
17442@end smallexample
17443
17444@smallexample
17445(@value{GDBP}) print s
17446$1 = @{1, 0, 0, 0, 0@}
17447(@value{GDBP}) ptype s
17448type = ARRAY [1..5] OF CARDINAL
17449@end smallexample
17450
17451The Modula-2 language interface to @value{GDBN} also understands
17452pointer types as shown in this example:
17453
17454@smallexample
17455VAR
17456 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17457BEGIN
17458 NEW(s) ;
17459 s^[1] := 1 ;
17460@end smallexample
17461
17462@noindent
17463and you can request that @value{GDBN} describes the type of @code{s}.
17464
17465@smallexample
17466(@value{GDBP}) ptype s
17467type = POINTER TO ARRAY [1..5] OF CARDINAL
17468@end smallexample
17469
17470@value{GDBN} handles compound types as we can see in this example.
17471Here we combine array types, record types, pointer types and subrange
17472types:
17473
17474@smallexample
17475TYPE
17476 foo = RECORD
17477 f1: CARDINAL ;
17478 f2: CHAR ;
17479 f3: myarray ;
17480 END ;
17481
17482 myarray = ARRAY myrange OF CARDINAL ;
17483 myrange = [-2..2] ;
17484VAR
17485 s: POINTER TO ARRAY myrange OF foo ;
17486@end smallexample
17487
17488@noindent
17489and you can ask @value{GDBN} to describe the type of @code{s} as shown
17490below.
17491
17492@smallexample
17493(@value{GDBP}) ptype s
17494type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17495 f1 : CARDINAL;
17496 f2 : CHAR;
17497 f3 : ARRAY [-2..2] OF CARDINAL;
17498END
17499@end smallexample
17500
6d2ebf8b 17501@node M2 Defaults
79a6e687 17502@subsubsection Modula-2 Defaults
c906108c
SS
17503@cindex Modula-2 defaults
17504
17505If type and range checking are set automatically by @value{GDBN}, they
17506both default to @code{on} whenever the working language changes to
d4f3574e 17507Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
17508selected the working language.
17509
17510If you allow @value{GDBN} to set the language automatically, then entering
17511code compiled from a file whose name ends with @file{.mod} sets the
79a6e687
BW
17512working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17513Infer the Source Language}, for further details.
c906108c 17514
6d2ebf8b 17515@node Deviations
79a6e687 17516@subsubsection Deviations from Standard Modula-2
c906108c
SS
17517@cindex Modula-2, deviations from
17518
17519A few changes have been made to make Modula-2 programs easier to debug.
17520This is done primarily via loosening its type strictness:
17521
17522@itemize @bullet
17523@item
17524Unlike in standard Modula-2, pointer constants can be formed by
17525integers. This allows you to modify pointer variables during
17526debugging. (In standard Modula-2, the actual address contained in a
17527pointer variable is hidden from you; it can only be modified
17528through direct assignment to another pointer variable or expression that
17529returned a pointer.)
17530
17531@item
17532C escape sequences can be used in strings and characters to represent
17533non-printable characters. @value{GDBN} prints out strings with these
17534escape sequences embedded. Single non-printable characters are
17535printed using the @samp{CHR(@var{nnn})} format.
17536
17537@item
17538The assignment operator (@code{:=}) returns the value of its right-hand
17539argument.
17540
17541@item
17542All built-in procedures both modify @emph{and} return their argument.
17543@end itemize
17544
6d2ebf8b 17545@node M2 Checks
79a6e687 17546@subsubsection Modula-2 Type and Range Checks
c906108c
SS
17547@cindex Modula-2 checks
17548
17549@quotation
17550@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17551range checking.
17552@end quotation
17553@c FIXME remove warning when type/range checks added
17554
17555@value{GDBN} considers two Modula-2 variables type equivalent if:
17556
17557@itemize @bullet
17558@item
17559They are of types that have been declared equivalent via a @code{TYPE
17560@var{t1} = @var{t2}} statement
17561
17562@item
17563They have been declared on the same line. (Note: This is true of the
17564@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17565@end itemize
17566
17567As long as type checking is enabled, any attempt to combine variables
17568whose types are not equivalent is an error.
17569
17570Range checking is done on all mathematical operations, assignment, array
17571index bounds, and all built-in functions and procedures.
17572
6d2ebf8b 17573@node M2 Scope
79a6e687 17574@subsubsection The Scope Operators @code{::} and @code{.}
c906108c 17575@cindex scope
41afff9a 17576@cindex @code{.}, Modula-2 scope operator
c906108c
SS
17577@cindex colon, doubled as scope operator
17578@ifinfo
41afff9a 17579@vindex colon-colon@r{, in Modula-2}
c906108c
SS
17580@c Info cannot handle :: but TeX can.
17581@end ifinfo
a67ec3f4 17582@ifnotinfo
41afff9a 17583@vindex ::@r{, in Modula-2}
a67ec3f4 17584@end ifnotinfo
c906108c
SS
17585
17586There are a few subtle differences between the Modula-2 scope operator
17587(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17588similar syntax:
17589
474c8240 17590@smallexample
c906108c
SS
17591
17592@var{module} . @var{id}
17593@var{scope} :: @var{id}
474c8240 17594@end smallexample
c906108c
SS
17595
17596@noindent
17597where @var{scope} is the name of a module or a procedure,
17598@var{module} the name of a module, and @var{id} is any declared
17599identifier within your program, except another module.
17600
17601Using the @code{::} operator makes @value{GDBN} search the scope
17602specified by @var{scope} for the identifier @var{id}. If it is not
17603found in the specified scope, then @value{GDBN} searches all scopes
17604enclosing the one specified by @var{scope}.
17605
17606Using the @code{.} operator makes @value{GDBN} search the current scope for
17607the identifier specified by @var{id} that was imported from the
17608definition module specified by @var{module}. With this operator, it is
17609an error if the identifier @var{id} was not imported from definition
17610module @var{module}, or if @var{id} is not an identifier in
17611@var{module}.
17612
6d2ebf8b 17613@node GDB/M2
c906108c
SS
17614@subsubsection @value{GDBN} and Modula-2
17615
17616Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17617Five subcommands of @code{set print} and @code{show print} apply
b37052ae 17618specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 17619@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 17620apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
17621analogue in Modula-2.
17622
17623The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 17624with any language, is not useful with Modula-2. Its
c906108c 17625intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 17626created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 17627address can be specified by an integral constant, the construct
d4f3574e 17628@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
17629
17630@cindex @code{#} in Modula-2
17631In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17632interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 17633
e07c999f
PH
17634@node Ada
17635@subsection Ada
17636@cindex Ada
17637
17638The extensions made to @value{GDBN} for Ada only support
17639output from the @sc{gnu} Ada (GNAT) compiler.
17640Other Ada compilers are not currently supported, and
17641attempting to debug executables produced by them is most likely
17642to be difficult.
17643
17644
17645@cindex expressions in Ada
17646@menu
17647* Ada Mode Intro:: General remarks on the Ada syntax
17648 and semantics supported by Ada mode
17649 in @value{GDBN}.
17650* Omissions from Ada:: Restrictions on the Ada expression syntax.
17651* Additions to Ada:: Extensions of the Ada expression syntax.
3685b09f
PMR
17652* Overloading support for Ada:: Support for expressions involving overloaded
17653 subprograms.
e07c999f 17654* Stopping Before Main Program:: Debugging the program during elaboration.
58d06528 17655* Ada Exceptions:: Ada Exceptions
20924a55
JB
17656* Ada Tasks:: Listing and setting breakpoints in tasks.
17657* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
6e1bb179
JB
17658* Ravenscar Profile:: Tasking Support when using the Ravenscar
17659 Profile
3fcded8f 17660* Ada Settings:: New settable GDB parameters for Ada.
e07c999f
PH
17661* Ada Glitches:: Known peculiarities of Ada mode.
17662@end menu
17663
17664@node Ada Mode Intro
17665@subsubsection Introduction
17666@cindex Ada mode, general
17667
17668The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17669syntax, with some extensions.
17670The philosophy behind the design of this subset is
17671
17672@itemize @bullet
17673@item
17674That @value{GDBN} should provide basic literals and access to operations for
17675arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17676leaving more sophisticated computations to subprograms written into the
17677program (which therefore may be called from @value{GDBN}).
17678
17679@item
17680That type safety and strict adherence to Ada language restrictions
17681are not particularly important to the @value{GDBN} user.
17682
17683@item
17684That brevity is important to the @value{GDBN} user.
17685@end itemize
17686
f3a2dd1a
JB
17687Thus, for brevity, the debugger acts as if all names declared in
17688user-written packages are directly visible, even if they are not visible
17689according to Ada rules, thus making it unnecessary to fully qualify most
17690names with their packages, regardless of context. Where this causes
17691ambiguity, @value{GDBN} asks the user's intent.
e07c999f
PH
17692
17693The debugger will start in Ada mode if it detects an Ada main program.
17694As for other languages, it will enter Ada mode when stopped in a program that
17695was translated from an Ada source file.
17696
17697While in Ada mode, you may use `@t{--}' for comments. This is useful
17698mostly for documenting command files. The standard @value{GDBN} comment
17699(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17700middle (to allow based literals).
17701
e07c999f
PH
17702@node Omissions from Ada
17703@subsubsection Omissions from Ada
17704@cindex Ada, omissions from
17705
17706Here are the notable omissions from the subset:
17707
17708@itemize @bullet
17709@item
17710Only a subset of the attributes are supported:
17711
17712@itemize @minus
17713@item
17714@t{'First}, @t{'Last}, and @t{'Length}
17715 on array objects (not on types and subtypes).
17716
17717@item
17718@t{'Min} and @t{'Max}.
17719
17720@item
17721@t{'Pos} and @t{'Val}.
17722
17723@item
17724@t{'Tag}.
17725
17726@item
17727@t{'Range} on array objects (not subtypes), but only as the right
17728operand of the membership (@code{in}) operator.
17729
17730@item
17731@t{'Access}, @t{'Unchecked_Access}, and
17732@t{'Unrestricted_Access} (a GNAT extension).
17733
17734@item
17735@t{'Address}.
17736@end itemize
17737
17738@item
17739The names in
17740@code{Characters.Latin_1} are not available and
17741concatenation is not implemented. Thus, escape characters in strings are
17742not currently available.
17743
17744@item
17745Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
17746equality of representations. They will generally work correctly
17747for strings and arrays whose elements have integer or enumeration types.
17748They may not work correctly for arrays whose element
17749types have user-defined equality, for arrays of real values
17750(in particular, IEEE-conformant floating point, because of negative
17751zeroes and NaNs), and for arrays whose elements contain unused bits with
17752indeterminate values.
17753
17754@item
17755The other component-by-component array operations (@code{and}, @code{or},
17756@code{xor}, @code{not}, and relational tests other than equality)
17757are not implemented.
17758
17759@item
860701dc
PH
17760@cindex array aggregates (Ada)
17761@cindex record aggregates (Ada)
17762@cindex aggregates (Ada)
17763There is limited support for array and record aggregates. They are
17764permitted only on the right sides of assignments, as in these examples:
17765
17766@smallexample
077e0a52
JB
17767(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
17768(@value{GDBP}) set An_Array := (1, others => 0)
17769(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
17770(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
17771(@value{GDBP}) set A_Record := (1, "Peter", True);
17772(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
860701dc
PH
17773@end smallexample
17774
17775Changing a
17776discriminant's value by assigning an aggregate has an
17777undefined effect if that discriminant is used within the record.
17778However, you can first modify discriminants by directly assigning to
17779them (which normally would not be allowed in Ada), and then performing an
17780aggregate assignment. For example, given a variable @code{A_Rec}
17781declared to have a type such as:
17782
17783@smallexample
17784type Rec (Len : Small_Integer := 0) is record
17785 Id : Integer;
17786 Vals : IntArray (1 .. Len);
17787end record;
17788@end smallexample
17789
17790you can assign a value with a different size of @code{Vals} with two
17791assignments:
17792
17793@smallexample
077e0a52
JB
17794(@value{GDBP}) set A_Rec.Len := 4
17795(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
860701dc
PH
17796@end smallexample
17797
17798As this example also illustrates, @value{GDBN} is very loose about the usual
17799rules concerning aggregates. You may leave out some of the
17800components of an array or record aggregate (such as the @code{Len}
17801component in the assignment to @code{A_Rec} above); they will retain their
17802original values upon assignment. You may freely use dynamic values as
17803indices in component associations. You may even use overlapping or
17804redundant component associations, although which component values are
17805assigned in such cases is not defined.
e07c999f
PH
17806
17807@item
17808Calls to dispatching subprograms are not implemented.
17809
17810@item
17811The overloading algorithm is much more limited (i.e., less selective)
ae21e955
BW
17812than that of real Ada. It makes only limited use of the context in
17813which a subexpression appears to resolve its meaning, and it is much
17814looser in its rules for allowing type matches. As a result, some
17815function calls will be ambiguous, and the user will be asked to choose
17816the proper resolution.
e07c999f
PH
17817
17818@item
17819The @code{new} operator is not implemented.
17820
17821@item
17822Entry calls are not implemented.
17823
17824@item
17825Aside from printing, arithmetic operations on the native VAX floating-point
17826formats are not supported.
17827
17828@item
17829It is not possible to slice a packed array.
158c7665
PH
17830
17831@item
17832The names @code{True} and @code{False}, when not part of a qualified name,
17833are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17834context.
17835Should your program
17836redefine these names in a package or procedure (at best a dubious practice),
17837you will have to use fully qualified names to access their new definitions.
e07c999f
PH
17838@end itemize
17839
17840@node Additions to Ada
17841@subsubsection Additions to Ada
17842@cindex Ada, deviations from
17843
17844As it does for other languages, @value{GDBN} makes certain generic
17845extensions to Ada (@pxref{Expressions}):
17846
17847@itemize @bullet
17848@item
ae21e955
BW
17849If the expression @var{E} is a variable residing in memory (typically
17850a local variable or array element) and @var{N} is a positive integer,
17851then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17852@var{N}-1 adjacent variables following it in memory as an array. In
17853Ada, this operator is generally not necessary, since its prime use is
17854in displaying parts of an array, and slicing will usually do this in
17855Ada. However, there are occasional uses when debugging programs in
17856which certain debugging information has been optimized away.
e07c999f
PH
17857
17858@item
ae21e955
BW
17859@code{@var{B}::@var{var}} means ``the variable named @var{var} that
17860appears in function or file @var{B}.'' When @var{B} is a file name,
17861you must typically surround it in single quotes.
e07c999f
PH
17862
17863@item
17864The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17865@var{type} that appears at address @var{addr}.''
17866
17867@item
17868A name starting with @samp{$} is a convenience variable
17869(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17870@end itemize
17871
ae21e955
BW
17872In addition, @value{GDBN} provides a few other shortcuts and outright
17873additions specific to Ada:
e07c999f
PH
17874
17875@itemize @bullet
17876@item
17877The assignment statement is allowed as an expression, returning
17878its right-hand operand as its value. Thus, you may enter
17879
17880@smallexample
077e0a52
JB
17881(@value{GDBP}) set x := y + 3
17882(@value{GDBP}) print A(tmp := y + 1)
e07c999f
PH
17883@end smallexample
17884
17885@item
17886The semicolon is allowed as an ``operator,'' returning as its value
17887the value of its right-hand operand.
17888This allows, for example,
17889complex conditional breaks:
17890
17891@smallexample
077e0a52
JB
17892(@value{GDBP}) break f
17893(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
e07c999f
PH
17894@end smallexample
17895
17896@item
17897Rather than use catenation and symbolic character names to introduce special
17898characters into strings, one may instead use a special bracket notation,
17899which is also used to print strings. A sequence of characters of the form
17900@samp{["@var{XX}"]} within a string or character literal denotes the
17901(single) character whose numeric encoding is @var{XX} in hexadecimal. The
17902sequence of characters @samp{["""]} also denotes a single quotation mark
17903in strings. For example,
17904@smallexample
17905 "One line.["0a"]Next line.["0a"]"
17906@end smallexample
17907@noindent
ae21e955
BW
17908contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17909after each period.
e07c999f
PH
17910
17911@item
17912The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
17913@t{'Max} is optional (and is ignored in any case). For example, it is valid
17914to write
17915
17916@smallexample
077e0a52 17917(@value{GDBP}) print 'max(x, y)
e07c999f
PH
17918@end smallexample
17919
17920@item
17921When printing arrays, @value{GDBN} uses positional notation when the
17922array has a lower bound of 1, and uses a modified named notation otherwise.
ae21e955
BW
17923For example, a one-dimensional array of three integers with a lower bound
17924of 3 might print as
e07c999f
PH
17925
17926@smallexample
17927(3 => 10, 17, 1)
17928@end smallexample
17929
17930@noindent
17931That is, in contrast to valid Ada, only the first component has a @code{=>}
17932clause.
17933
17934@item
17935You may abbreviate attributes in expressions with any unique,
17936multi-character subsequence of
17937their names (an exact match gets preference).
17938For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
17939in place of @t{a'length}.
17940
17941@item
17942@cindex quoting Ada internal identifiers
17943Since Ada is case-insensitive, the debugger normally maps identifiers you type
17944to lower case. The GNAT compiler uses upper-case characters for
17945some of its internal identifiers, which are normally of no interest to users.
17946For the rare occasions when you actually have to look at them,
17947enclose them in angle brackets to avoid the lower-case mapping.
17948For example,
17949@smallexample
077e0a52 17950(@value{GDBP}) print <JMPBUF_SAVE>[0]
e07c999f
PH
17951@end smallexample
17952
17953@item
17954Printing an object of class-wide type or dereferencing an
17955access-to-class-wide value will display all the components of the object's
17956specific type (as indicated by its run-time tag). Likewise, component
17957selection on such a value will operate on the specific type of the
17958object.
17959
17960@end itemize
17961
3685b09f
PMR
17962@node Overloading support for Ada
17963@subsubsection Overloading support for Ada
17964@cindex overloading, Ada
17965
17966The debugger supports limited overloading. Given a subprogram call in which
17967the function symbol has multiple definitions, it will use the number of
17968actual parameters and some information about their types to attempt to narrow
17969the set of definitions. It also makes very limited use of context, preferring
17970procedures to functions in the context of the @code{call} command, and
17971functions to procedures elsewhere.
17972
17973If, after narrowing, the set of matching definitions still contains more than
17974one definition, @value{GDBN} will display a menu to query which one it should
17975use, for instance:
17976
17977@smallexample
17978(@value{GDBP}) print f(1)
17979Multiple matches for f
17980[0] cancel
17981[1] foo.f (integer) return boolean at foo.adb:23
17982[2] foo.f (foo.new_integer) return boolean at foo.adb:28
17983>
17984@end smallexample
17985
17986In this case, just select one menu entry either to cancel expression evaluation
17987(type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
17988instance (type the corresponding number and press @key{RET}).
17989
17990Here are a couple of commands to customize @value{GDBN}'s behavior in this
17991case:
17992
17993@table @code
17994
17995@kindex set ada print-signatures
17996@item set ada print-signatures
17997Control whether parameter types and return types are displayed in overloads
17998selection menus. It is @code{on} by default.
17999@xref{Overloading support for Ada}.
18000
18001@kindex show ada print-signatures
18002@item show ada print-signatures
18003Show the current setting for displaying parameter types and return types in
18004overloads selection menu.
18005@xref{Overloading support for Ada}.
18006
18007@end table
18008
e07c999f
PH
18009@node Stopping Before Main Program
18010@subsubsection Stopping at the Very Beginning
18011
18012@cindex breakpointing Ada elaboration code
18013It is sometimes necessary to debug the program during elaboration, and
18014before reaching the main procedure.
18015As defined in the Ada Reference
18016Manual, the elaboration code is invoked from a procedure called
18017@code{adainit}. To run your program up to the beginning of
18018elaboration, simply use the following two commands:
18019@code{tbreak adainit} and @code{run}.
18020
58d06528
JB
18021@node Ada Exceptions
18022@subsubsection Ada Exceptions
18023
18024A command is provided to list all Ada exceptions:
18025
18026@table @code
18027@kindex info exceptions
18028@item info exceptions
18029@itemx info exceptions @var{regexp}
18030The @code{info exceptions} command allows you to list all Ada exceptions
18031defined within the program being debugged, as well as their addresses.
18032With a regular expression, @var{regexp}, as argument, only those exceptions
18033whose names match @var{regexp} are listed.
18034@end table
18035
18036Below is a small example, showing how the command can be used, first
18037without argument, and next with a regular expression passed as an
18038argument.
18039
18040@smallexample
18041(@value{GDBP}) info exceptions
18042All defined Ada exceptions:
18043constraint_error: 0x613da0
18044program_error: 0x613d20
18045storage_error: 0x613ce0
18046tasking_error: 0x613ca0
18047const.aint_global_e: 0x613b00
18048(@value{GDBP}) info exceptions const.aint
18049All Ada exceptions matching regular expression "const.aint":
18050constraint_error: 0x613da0
18051const.aint_global_e: 0x613b00
18052@end smallexample
18053
18054It is also possible to ask @value{GDBN} to stop your program's execution
18055when an exception is raised. For more details, see @ref{Set Catchpoints}.
18056
20924a55
JB
18057@node Ada Tasks
18058@subsubsection Extensions for Ada Tasks
18059@cindex Ada, tasking
18060
18061Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18062@value{GDBN} provides the following task-related commands:
18063
18064@table @code
18065@kindex info tasks
18066@item info tasks
18067This command shows a list of current Ada tasks, as in the following example:
18068
18069
18070@smallexample
18071@iftex
18072@leftskip=0.5cm
18073@end iftex
18074(@value{GDBP}) info tasks
18075 ID TID P-ID Pri State Name
18076 1 8088000 0 15 Child Activation Wait main_task
18077 2 80a4000 1 15 Accept Statement b
18078 3 809a800 1 15 Child Activation Wait a
32cd1edc 18079* 4 80ae800 3 15 Runnable c
20924a55
JB
18080
18081@end smallexample
18082
18083@noindent
18084In this listing, the asterisk before the last task indicates it to be the
18085task currently being inspected.
18086
18087@table @asis
18088@item ID
18089Represents @value{GDBN}'s internal task number.
18090
18091@item TID
18092The Ada task ID.
18093
18094@item P-ID
18095The parent's task ID (@value{GDBN}'s internal task number).
18096
18097@item Pri
18098The base priority of the task.
18099
18100@item State
18101Current state of the task.
18102
18103@table @code
18104@item Unactivated
18105The task has been created but has not been activated. It cannot be
18106executing.
18107
20924a55
JB
18108@item Runnable
18109The task is not blocked for any reason known to Ada. (It may be waiting
18110for a mutex, though.) It is conceptually "executing" in normal mode.
18111
18112@item Terminated
18113The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18114that were waiting on terminate alternatives have been awakened and have
18115terminated themselves.
18116
18117@item Child Activation Wait
18118The task is waiting for created tasks to complete activation.
18119
18120@item Accept Statement
18121The task is waiting on an accept or selective wait statement.
18122
18123@item Waiting on entry call
18124The task is waiting on an entry call.
18125
18126@item Async Select Wait
18127The task is waiting to start the abortable part of an asynchronous
18128select statement.
18129
18130@item Delay Sleep
18131The task is waiting on a select statement with only a delay
18132alternative open.
18133
18134@item Child Termination Wait
18135The task is sleeping having completed a master within itself, and is
18136waiting for the tasks dependent on that master to become terminated or
18137waiting on a terminate Phase.
18138
18139@item Wait Child in Term Alt
18140The task is sleeping waiting for tasks on terminate alternatives to
18141finish terminating.
18142
18143@item Accepting RV with @var{taskno}
18144The task is accepting a rendez-vous with the task @var{taskno}.
18145@end table
18146
18147@item Name
18148Name of the task in the program.
18149
18150@end table
18151
18152@kindex info task @var{taskno}
18153@item info task @var{taskno}
6b92c0d3 18154This command shows detailed informations on the specified task, as in
20924a55
JB
18155the following example:
18156@smallexample
18157@iftex
18158@leftskip=0.5cm
18159@end iftex
18160(@value{GDBP}) info tasks
18161 ID TID P-ID Pri State Name
18162 1 8077880 0 15 Child Activation Wait main_task
32cd1edc 18163* 2 807c468 1 15 Runnable task_1
20924a55
JB
18164(@value{GDBP}) info task 2
18165Ada Task: 0x807c468
4993045d 18166Name: "task_1"
87f7ab7b
JB
18167Thread: 0
18168LWP: 0x1fac
4993045d 18169Parent: 1 ("main_task")
20924a55
JB
18170Base Priority: 15
18171State: Runnable
18172@end smallexample
18173
18174@item task
18175@kindex task@r{ (Ada)}
18176@cindex current Ada task ID
4993045d 18177This command prints the ID and name of the current task.
20924a55
JB
18178
18179@smallexample
18180@iftex
18181@leftskip=0.5cm
18182@end iftex
18183(@value{GDBP}) info tasks
18184 ID TID P-ID Pri State Name
18185 1 8077870 0 15 Child Activation Wait main_task
4993045d 18186* 2 807c458 1 15 Runnable some_task
20924a55 18187(@value{GDBP}) task
4993045d 18188[Current task is 2 "some_task"]
20924a55
JB
18189@end smallexample
18190
18191@item task @var{taskno}
18192@cindex Ada task switching
5d5658a1 18193This command is like the @code{thread @var{thread-id}}
20924a55
JB
18194command (@pxref{Threads}). It switches the context of debugging
18195from the current task to the given task.
18196
18197@smallexample
18198@iftex
18199@leftskip=0.5cm
18200@end iftex
18201(@value{GDBP}) info tasks
18202 ID TID P-ID Pri State Name
18203 1 8077870 0 15 Child Activation Wait main_task
4993045d 18204* 2 807c458 1 15 Runnable some_task
20924a55 18205(@value{GDBP}) task 1
4993045d 18206[Switching to task 1 "main_task"]
20924a55
JB
18207#0 0x8067726 in pthread_cond_wait ()
18208(@value{GDBP}) bt
18209#0 0x8067726 in pthread_cond_wait ()
18210#1 0x8056714 in system.os_interface.pthread_cond_wait ()
18211#2 0x805cb63 in system.task_primitives.operations.sleep ()
18212#3 0x806153e in system.tasking.stages.activate_tasks ()
18213#4 0x804aacc in un () at un.adb:5
18214@end smallexample
18215
629500fa
KS
18216@item break @var{location} task @var{taskno}
18217@itemx break @var{location} task @var{taskno} if @dots{}
45ac276d
JB
18218@cindex breakpoints and tasks, in Ada
18219@cindex task breakpoints, in Ada
18220@kindex break @dots{} task @var{taskno}@r{ (Ada)}
18221These commands are like the @code{break @dots{} thread @dots{}}
697aa1b7 18222command (@pxref{Thread Stops}). The
629500fa 18223@var{location} argument specifies source lines, as described
45ac276d
JB
18224in @ref{Specify Location}.
18225
18226Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18227to specify that you only want @value{GDBN} to stop the program when a
697aa1b7 18228particular Ada task reaches this breakpoint. The @var{taskno} is one of the
45ac276d
JB
18229numeric task identifiers assigned by @value{GDBN}, shown in the first
18230column of the @samp{info tasks} display.
18231
18232If you do not specify @samp{task @var{taskno}} when you set a
18233breakpoint, the breakpoint applies to @emph{all} tasks of your
18234program.
18235
18236You can use the @code{task} qualifier on conditional breakpoints as
18237well; in this case, place @samp{task @var{taskno}} before the
18238breakpoint condition (before the @code{if}).
18239
18240For example,
18241
18242@smallexample
18243@iftex
18244@leftskip=0.5cm
18245@end iftex
18246(@value{GDBP}) info tasks
18247 ID TID P-ID Pri State Name
18248 1 140022020 0 15 Child Activation Wait main_task
18249 2 140045060 1 15 Accept/Select Wait t2
18250 3 140044840 1 15 Runnable t1
18251* 4 140056040 1 15 Runnable t3
18252(@value{GDBP}) b 15 task 2
18253Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18254(@value{GDBP}) cont
18255Continuing.
18256task # 1 running
18257task # 2 running
18258
18259Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1826015 flush;
18261(@value{GDBP}) info tasks
18262 ID TID P-ID Pri State Name
18263 1 140022020 0 15 Child Activation Wait main_task
18264* 2 140045060 1 15 Runnable t2
18265 3 140044840 1 15 Runnable t1
18266 4 140056040 1 15 Delay Sleep t3
18267@end smallexample
20924a55
JB
18268@end table
18269
18270@node Ada Tasks and Core Files
18271@subsubsection Tasking Support when Debugging Core Files
18272@cindex Ada tasking and core file debugging
18273
18274When inspecting a core file, as opposed to debugging a live program,
18275tasking support may be limited or even unavailable, depending on
18276the platform being used.
18277For instance, on x86-linux, the list of tasks is available, but task
32a8097b 18278switching is not supported.
20924a55 18279
32a8097b 18280On certain platforms, the debugger needs to perform some
20924a55
JB
18281memory writes in order to provide Ada tasking support. When inspecting
18282a core file, this means that the core file must be opened with read-write
18283privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18284Under these circumstances, you should make a backup copy of the core
18285file before inspecting it with @value{GDBN}.
18286
6e1bb179
JB
18287@node Ravenscar Profile
18288@subsubsection Tasking Support when using the Ravenscar Profile
18289@cindex Ravenscar Profile
18290
18291The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18292specifically designed for systems with safety-critical real-time
18293requirements.
18294
18295@table @code
18296@kindex set ravenscar task-switching on
18297@cindex task switching with program using Ravenscar Profile
18298@item set ravenscar task-switching on
18299Allows task switching when debugging a program that uses the Ravenscar
18300Profile. This is the default.
18301
18302@kindex set ravenscar task-switching off
18303@item set ravenscar task-switching off
18304Turn off task switching when debugging a program that uses the Ravenscar
18305Profile. This is mostly intended to disable the code that adds support
18306for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18307the Ravenscar runtime is preventing @value{GDBN} from working properly.
18308To be effective, this command should be run before the program is started.
18309
18310@kindex show ravenscar task-switching
18311@item show ravenscar task-switching
18312Show whether it is possible to switch from task to task in a program
18313using the Ravenscar Profile.
18314
18315@end table
18316
3fcded8f
JB
18317@node Ada Settings
18318@subsubsection Ada Settings
18319@cindex Ada settings
18320
18321@table @code
18322@kindex set varsize-limit
18323@item set varsize-limit @var{size}
18324Prevent @value{GDBN} from attempting to evaluate objects whose size
18325is above the given limit (@var{size}) when those sizes are computed
18326from run-time quantities. This is typically the case when the object
18327has a variable size, such as an array whose bounds are not known at
18328compile time for example. Setting @var{size} to @code{unlimited}
18329removes the size limitation. By default, the limit is about 65KB.
18330
18331The purpose of having such a limit is to prevent @value{GDBN} from
18332trying to grab enormous chunks of virtual memory when asked to evaluate
18333a quantity whose bounds have been corrupted or have not yet been fully
18334initialized. The limit applies to the results of some subexpressions
18335as well as to complete expressions. For example, an expression denoting
18336a simple integer component, such as @code{x.y.z}, may fail if the size of
18337@code{x.y} is variable and exceeds @code{size}. On the other hand,
18338@value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18339@code{A} is an array variable with non-constant size, will generally
18340succeed regardless of the bounds on @code{A}, as long as the component
18341size is less than @var{size}.
18342
18343@kindex show varsize-limit
18344@item show varsize-limit
18345Show the limit on types whose size is determined by run-time quantities.
18346@end table
18347
e07c999f
PH
18348@node Ada Glitches
18349@subsubsection Known Peculiarities of Ada Mode
18350@cindex Ada, problems
18351
18352Besides the omissions listed previously (@pxref{Omissions from Ada}),
18353we know of several problems with and limitations of Ada mode in
18354@value{GDBN},
18355some of which will be fixed with planned future releases of the debugger
18356and the GNU Ada compiler.
18357
18358@itemize @bullet
e07c999f
PH
18359@item
18360Static constants that the compiler chooses not to materialize as objects in
18361storage are invisible to the debugger.
18362
18363@item
18364Named parameter associations in function argument lists are ignored (the
18365argument lists are treated as positional).
18366
18367@item
18368Many useful library packages are currently invisible to the debugger.
18369
18370@item
18371Fixed-point arithmetic, conversions, input, and output is carried out using
18372floating-point arithmetic, and may give results that only approximate those on
18373the host machine.
18374
e07c999f
PH
18375@item
18376The GNAT compiler never generates the prefix @code{Standard} for any of
18377the standard symbols defined by the Ada language. @value{GDBN} knows about
18378this: it will strip the prefix from names when you use it, and will never
18379look for a name you have so qualified among local symbols, nor match against
18380symbols in other packages or subprograms. If you have
18381defined entities anywhere in your program other than parameters and
18382local variables whose simple names match names in @code{Standard},
18383GNAT's lack of qualification here can cause confusion. When this happens,
18384you can usually resolve the confusion
18385by qualifying the problematic names with package
18386@code{Standard} explicitly.
18387@end itemize
18388
95433b34
JB
18389Older versions of the compiler sometimes generate erroneous debugging
18390information, resulting in the debugger incorrectly printing the value
18391of affected entities. In some cases, the debugger is able to work
18392around an issue automatically. In other cases, the debugger is able
18393to work around the issue, but the work-around has to be specifically
18394enabled.
18395
18396@kindex set ada trust-PAD-over-XVS
18397@kindex show ada trust-PAD-over-XVS
18398@table @code
18399
18400@item set ada trust-PAD-over-XVS on
18401Configure GDB to strictly follow the GNAT encoding when computing the
18402value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18403types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18404a complete description of the encoding used by the GNAT compiler).
18405This is the default.
18406
18407@item set ada trust-PAD-over-XVS off
18408This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18409sometimes prints the wrong value for certain entities, changing @code{ada
18410trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18411the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18412@code{off}, but this incurs a slight performance penalty, so it is
18413recommended to leave this setting to @code{on} unless necessary.
18414
18415@end table
18416
c6044dd1
JB
18417@cindex GNAT descriptive types
18418@cindex GNAT encoding
18419Internally, the debugger also relies on the compiler following a number
18420of conventions known as the @samp{GNAT Encoding}, all documented in
18421@file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18422how the debugging information should be generated for certain types.
18423In particular, this convention makes use of @dfn{descriptive types},
18424which are artificial types generated purely to help the debugger.
18425
18426These encodings were defined at a time when the debugging information
18427format used was not powerful enough to describe some of the more complex
18428types available in Ada. Since DWARF allows us to express nearly all
18429Ada features, the long-term goal is to slowly replace these descriptive
18430types by their pure DWARF equivalent. To facilitate that transition,
18431a new maintenance option is available to force the debugger to ignore
18432those descriptive types. It allows the user to quickly evaluate how
18433well @value{GDBN} works without them.
18434
18435@table @code
18436
18437@kindex maint ada set ignore-descriptive-types
18438@item maintenance ada set ignore-descriptive-types [on|off]
18439Control whether the debugger should ignore descriptive types.
18440The default is not to ignore descriptives types (@code{off}).
18441
18442@kindex maint ada show ignore-descriptive-types
18443@item maintenance ada show ignore-descriptive-types
18444Show if descriptive types are ignored by @value{GDBN}.
18445
18446@end table
18447
79a6e687
BW
18448@node Unsupported Languages
18449@section Unsupported Languages
4e562065
JB
18450
18451@cindex unsupported languages
18452@cindex minimal language
18453In addition to the other fully-supported programming languages,
18454@value{GDBN} also provides a pseudo-language, called @code{minimal}.
18455It does not represent a real programming language, but provides a set
18456of capabilities close to what the C or assembly languages provide.
18457This should allow most simple operations to be performed while debugging
18458an application that uses a language currently not supported by @value{GDBN}.
18459
18460If the language is set to @code{auto}, @value{GDBN} will automatically
18461select this language if the current frame corresponds to an unsupported
18462language.
18463
6d2ebf8b 18464@node Symbols
c906108c
SS
18465@chapter Examining the Symbol Table
18466
d4f3574e 18467The commands described in this chapter allow you to inquire about the
c906108c
SS
18468symbols (names of variables, functions and types) defined in your
18469program. This information is inherent in the text of your program and
18470does not change as your program executes. @value{GDBN} finds it in your
18471program's symbol table, in the file indicated when you started @value{GDBN}
79a6e687
BW
18472(@pxref{File Options, ,Choosing Files}), or by one of the
18473file-management commands (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
18474
18475@cindex symbol names
18476@cindex names of symbols
18477@cindex quoting names
d044bac8 18478@anchor{quoting names}
c906108c
SS
18479Occasionally, you may need to refer to symbols that contain unusual
18480characters, which @value{GDBN} ordinarily treats as word delimiters. The
18481most frequent case is in referring to static variables in other
79a6e687 18482source files (@pxref{Variables,,Program Variables}). File names
c906108c
SS
18483are recorded in object files as debugging symbols, but @value{GDBN} would
18484ordinarily parse a typical file name, like @file{foo.c}, as the three words
18485@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18486@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18487
474c8240 18488@smallexample
c906108c 18489p 'foo.c'::x
474c8240 18490@end smallexample
c906108c
SS
18491
18492@noindent
18493looks up the value of @code{x} in the scope of the file @file{foo.c}.
18494
18495@table @code
a8f24a35
EZ
18496@cindex case-insensitive symbol names
18497@cindex case sensitivity in symbol names
18498@kindex set case-sensitive
18499@item set case-sensitive on
18500@itemx set case-sensitive off
18501@itemx set case-sensitive auto
18502Normally, when @value{GDBN} looks up symbols, it matches their names
18503with case sensitivity determined by the current source language.
18504Occasionally, you may wish to control that. The command @code{set
18505case-sensitive} lets you do that by specifying @code{on} for
18506case-sensitive matches or @code{off} for case-insensitive ones. If
18507you specify @code{auto}, case sensitivity is reset to the default
18508suitable for the source language. The default is case-sensitive
18509matches for all languages except for Fortran, for which the default is
18510case-insensitive matches.
18511
9c16f35a
EZ
18512@kindex show case-sensitive
18513@item show case-sensitive
a8f24a35
EZ
18514This command shows the current setting of case sensitivity for symbols
18515lookups.
18516
53342f27
TT
18517@kindex set print type methods
18518@item set print type methods
18519@itemx set print type methods on
18520@itemx set print type methods off
18521Normally, when @value{GDBN} prints a class, it displays any methods
18522declared in that class. You can control this behavior either by
18523passing the appropriate flag to @code{ptype}, or using @command{set
18524print type methods}. Specifying @code{on} will cause @value{GDBN} to
18525display the methods; this is the default. Specifying @code{off} will
18526cause @value{GDBN} to omit the methods.
18527
18528@kindex show print type methods
18529@item show print type methods
18530This command shows the current setting of method display when printing
18531classes.
18532
883fd55a
KS
18533@kindex set print type nested-type-limit
18534@item set print type nested-type-limit @var{limit}
18535@itemx set print type nested-type-limit unlimited
18536Set the limit of displayed nested types that the type printer will
18537show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18538nested definitions. By default, the type printer will not show any nested
18539types defined in classes.
18540
18541@kindex show print type nested-type-limit
18542@item show print type nested-type-limit
18543This command shows the current display limit of nested types when
18544printing classes.
18545
53342f27
TT
18546@kindex set print type typedefs
18547@item set print type typedefs
18548@itemx set print type typedefs on
18549@itemx set print type typedefs off
18550
18551Normally, when @value{GDBN} prints a class, it displays any typedefs
18552defined in that class. You can control this behavior either by
18553passing the appropriate flag to @code{ptype}, or using @command{set
18554print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18555display the typedef definitions; this is the default. Specifying
18556@code{off} will cause @value{GDBN} to omit the typedef definitions.
18557Note that this controls whether the typedef definition itself is
18558printed, not whether typedef names are substituted when printing other
18559types.
18560
18561@kindex show print type typedefs
18562@item show print type typedefs
18563This command shows the current setting of typedef display when
18564printing classes.
18565
c906108c 18566@kindex info address
b37052ae 18567@cindex address of a symbol
c906108c
SS
18568@item info address @var{symbol}
18569Describe where the data for @var{symbol} is stored. For a register
18570variable, this says which register it is kept in. For a non-register
18571local variable, this prints the stack-frame offset at which the variable
18572is always stored.
18573
18574Note the contrast with @samp{print &@var{symbol}}, which does not work
18575at all for a register variable, and for a stack local variable prints
18576the exact address of the current instantiation of the variable.
18577
3d67e040 18578@kindex info symbol
b37052ae 18579@cindex symbol from address
9c16f35a 18580@cindex closest symbol and offset for an address
3d67e040
EZ
18581@item info symbol @var{addr}
18582Print the name of a symbol which is stored at the address @var{addr}.
18583If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18584nearest symbol and an offset from it:
18585
474c8240 18586@smallexample
3d67e040
EZ
18587(@value{GDBP}) info symbol 0x54320
18588_initialize_vx + 396 in section .text
474c8240 18589@end smallexample
3d67e040
EZ
18590
18591@noindent
18592This is the opposite of the @code{info address} command. You can use
18593it to find out the name of a variable or a function given its address.
18594
c14c28ba
PP
18595For dynamically linked executables, the name of executable or shared
18596library containing the symbol is also printed:
18597
18598@smallexample
18599(@value{GDBP}) info symbol 0x400225
18600_start + 5 in section .text of /tmp/a.out
18601(@value{GDBP}) info symbol 0x2aaaac2811cf
18602__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18603@end smallexample
18604
439250fb
DE
18605@kindex demangle
18606@cindex demangle
18607@item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18608Demangle @var{name}.
18609If @var{language} is provided it is the name of the language to demangle
18610@var{name} in. Otherwise @var{name} is demangled in the current language.
18611
18612The @samp{--} option specifies the end of options,
18613and is useful when @var{name} begins with a dash.
18614
18615The parameter @code{demangle-style} specifies how to interpret the kind
18616of mangling used. @xref{Print Settings}.
18617
c906108c 18618@kindex whatis
53342f27 18619@item whatis[/@var{flags}] [@var{arg}]
177bc839
JK
18620Print the data type of @var{arg}, which can be either an expression
18621or a name of a data type. With no argument, print the data type of
18622@code{$}, the last value in the value history.
18623
18624If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18625is not actually evaluated, and any side-effecting operations (such as
18626assignments or function calls) inside it do not take place.
18627
18628If @var{arg} is a variable or an expression, @code{whatis} prints its
18629literal type as it is used in the source code. If the type was
18630defined using a @code{typedef}, @code{whatis} will @emph{not} print
18631the data type underlying the @code{typedef}. If the type of the
18632variable or the expression is a compound data type, such as
18633@code{struct} or @code{class}, @code{whatis} never prints their
18634fields or methods. It just prints the @code{struct}/@code{class}
18635name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18636such a compound data type, use @code{ptype}.
18637
18638If @var{arg} is a type name that was defined using @code{typedef},
18639@code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18640Unrolling means that @code{whatis} will show the underlying type used
18641in the @code{typedef} declaration of @var{arg}. However, if that
18642underlying type is also a @code{typedef}, @code{whatis} will not
18643unroll it.
18644
18645For C code, the type names may also have the form @samp{class
18646@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18647@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 18648
53342f27
TT
18649@var{flags} can be used to modify how the type is displayed.
18650Available flags are:
18651
18652@table @code
18653@item r
18654Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18655parameters and typedefs defined in a class when printing the class'
18656members. The @code{/r} flag disables this.
18657
18658@item m
18659Do not print methods defined in the class.
18660
18661@item M
18662Print methods defined in the class. This is the default, but the flag
18663exists in case you change the default with @command{set print type methods}.
18664
18665@item t
18666Do not print typedefs defined in the class. Note that this controls
18667whether the typedef definition itself is printed, not whether typedef
18668names are substituted when printing other types.
18669
18670@item T
18671Print typedefs defined in the class. This is the default, but the flag
18672exists in case you change the default with @command{set print type typedefs}.
7c161838
SDJ
18673
18674@item o
18675Print the offsets and sizes of fields in a struct, similar to what the
18676@command{pahole} tool does. This option implies the @code{/tm} flags.
18677
18678For example, given the following declarations:
18679
18680@smallexample
18681struct tuv
18682@{
18683 int a1;
18684 char *a2;
18685 int a3;
18686@};
18687
18688struct xyz
18689@{
18690 int f1;
18691 char f2;
18692 void *f3;
18693 struct tuv f4;
18694@};
18695
18696union qwe
18697@{
18698 struct tuv fff1;
18699 struct xyz fff2;
18700@};
18701
18702struct tyu
18703@{
18704 int a1 : 1;
18705 int a2 : 3;
18706 int a3 : 23;
18707 char a4 : 2;
18708 int64_t a5;
18709 int a6 : 5;
18710 int64_t a7 : 3;
18711@};
18712@end smallexample
18713
18714Issuing a @kbd{ptype /o struct tuv} command would print:
18715
18716@smallexample
18717(@value{GDBP}) ptype /o struct tuv
18718/* offset | size */ type = struct tuv @{
18719/* 0 | 4 */ int a1;
18720/* XXX 4-byte hole */
18721/* 8 | 8 */ char *a2;
18722/* 16 | 4 */ int a3;
18723
18724 /* total size (bytes): 24 */
18725 @}
18726@end smallexample
18727
18728Notice the format of the first column of comments. There, you can
18729find two parts separated by the @samp{|} character: the @emph{offset},
18730which indicates where the field is located inside the struct, in
18731bytes, and the @emph{size} of the field. Another interesting line is
18732the marker of a @emph{hole} in the struct, indicating that it may be
18733possible to pack the struct and make it use less space by reorganizing
18734its fields.
18735
18736It is also possible to print offsets inside an union:
18737
18738@smallexample
18739(@value{GDBP}) ptype /o union qwe
18740/* offset | size */ type = union qwe @{
18741/* 24 */ struct tuv @{
18742/* 0 | 4 */ int a1;
18743/* XXX 4-byte hole */
18744/* 8 | 8 */ char *a2;
18745/* 16 | 4 */ int a3;
18746
18747 /* total size (bytes): 24 */
18748 @} fff1;
18749/* 40 */ struct xyz @{
18750/* 0 | 4 */ int f1;
18751/* 4 | 1 */ char f2;
18752/* XXX 3-byte hole */
18753/* 8 | 8 */ void *f3;
18754/* 16 | 24 */ struct tuv @{
18755/* 16 | 4 */ int a1;
18756/* XXX 4-byte hole */
18757/* 24 | 8 */ char *a2;
18758/* 32 | 4 */ int a3;
18759
18760 /* total size (bytes): 24 */
18761 @} f4;
18762
18763 /* total size (bytes): 40 */
18764 @} fff2;
18765
18766 /* total size (bytes): 40 */
18767 @}
18768@end smallexample
18769
18770In this case, since @code{struct tuv} and @code{struct xyz} occupy the
18771same space (because we are dealing with an union), the offset is not
18772printed for them. However, you can still examine the offset of each
18773of these structures' fields.
18774
18775Another useful scenario is printing the offsets of a struct containing
18776bitfields:
18777
18778@smallexample
18779(@value{GDBP}) ptype /o struct tyu
18780/* offset | size */ type = struct tyu @{
18781/* 0:31 | 4 */ int a1 : 1;
18782/* 0:28 | 4 */ int a2 : 3;
18783/* 0: 5 | 4 */ int a3 : 23;
18784/* 3: 3 | 1 */ signed char a4 : 2;
18785/* XXX 3-bit hole */
18786/* XXX 4-byte hole */
18787/* 8 | 8 */ int64_t a5;
9d3421af
TT
18788/* 16: 0 | 4 */ int a6 : 5;
18789/* 16: 5 | 8 */ int64_t a7 : 3;
18790"/* XXX 7-byte padding */
7c161838
SDJ
18791
18792 /* total size (bytes): 24 */
18793 @}
18794@end smallexample
18795
9d3421af
TT
18796Note how the offset information is now extended to also include the
18797first bit of the bitfield.
53342f27
TT
18798@end table
18799
c906108c 18800@kindex ptype
53342f27 18801@item ptype[/@var{flags}] [@var{arg}]
62f3a2ba
FF
18802@code{ptype} accepts the same arguments as @code{whatis}, but prints a
18803detailed description of the type, instead of just the name of the type.
18804@xref{Expressions, ,Expressions}.
c906108c 18805
177bc839
JK
18806Contrary to @code{whatis}, @code{ptype} always unrolls any
18807@code{typedef}s in its argument declaration, whether the argument is
18808a variable, expression, or a data type. This means that @code{ptype}
18809of a variable or an expression will not print literally its type as
18810present in the source code---use @code{whatis} for that. @code{typedef}s at
18811the pointer or reference targets are also unrolled. Only @code{typedef}s of
18812fields, methods and inner @code{class typedef}s of @code{struct}s,
18813@code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18814
c906108c
SS
18815For example, for this variable declaration:
18816
474c8240 18817@smallexample
177bc839
JK
18818typedef double real_t;
18819struct complex @{ real_t real; double imag; @};
18820typedef struct complex complex_t;
18821complex_t var;
18822real_t *real_pointer_var;
474c8240 18823@end smallexample
c906108c
SS
18824
18825@noindent
18826the two commands give this output:
18827
474c8240 18828@smallexample
c906108c 18829@group
177bc839
JK
18830(@value{GDBP}) whatis var
18831type = complex_t
18832(@value{GDBP}) ptype var
18833type = struct complex @{
18834 real_t real;
18835 double imag;
18836@}
18837(@value{GDBP}) whatis complex_t
18838type = struct complex
18839(@value{GDBP}) whatis struct complex
c906108c 18840type = struct complex
177bc839 18841(@value{GDBP}) ptype struct complex
c906108c 18842type = struct complex @{
177bc839 18843 real_t real;
c906108c
SS
18844 double imag;
18845@}
177bc839
JK
18846(@value{GDBP}) whatis real_pointer_var
18847type = real_t *
18848(@value{GDBP}) ptype real_pointer_var
18849type = double *
c906108c 18850@end group
474c8240 18851@end smallexample
c906108c
SS
18852
18853@noindent
18854As with @code{whatis}, using @code{ptype} without an argument refers to
18855the type of @code{$}, the last value in the value history.
18856
ab1adacd
EZ
18857@cindex incomplete type
18858Sometimes, programs use opaque data types or incomplete specifications
18859of complex data structure. If the debug information included in the
18860program does not allow @value{GDBN} to display a full declaration of
18861the data type, it will say @samp{<incomplete type>}. For example,
18862given these declarations:
18863
18864@smallexample
18865 struct foo;
18866 struct foo *fooptr;
18867@end smallexample
18868
18869@noindent
18870but no definition for @code{struct foo} itself, @value{GDBN} will say:
18871
18872@smallexample
ddb50cd7 18873 (@value{GDBP}) ptype foo
ab1adacd
EZ
18874 $1 = <incomplete type>
18875@end smallexample
18876
18877@noindent
18878``Incomplete type'' is C terminology for data types that are not
18879completely specified.
18880
d69cf9b2
PA
18881@cindex unknown type
18882Othertimes, information about a variable's type is completely absent
18883from the debug information included in the program. This most often
18884happens when the program or library where the variable is defined
18885includes no debug information at all. @value{GDBN} knows the variable
18886exists from inspecting the linker/loader symbol table (e.g., the ELF
18887dynamic symbol table), but such symbols do not contain type
18888information. Inspecting the type of a (global) variable for which
18889@value{GDBN} has no type information shows:
18890
18891@smallexample
18892 (@value{GDBP}) ptype var
18893 type = <data variable, no debug info>
18894@end smallexample
18895
18896@xref{Variables, no debug info variables}, for how to print the values
18897of such variables.
18898
c906108c 18899@kindex info types
a8eab7c6 18900@item info types [-q] [@var{regexp}]
09d4efe1
EZ
18901Print a brief description of all types whose names match the regular
18902expression @var{regexp} (or all types in your program, if you supply
18903no argument). Each complete typename is matched as though it were a
18904complete line; thus, @samp{i type value} gives information on all
18905types in your program whose names include the string @code{value}, but
18906@samp{i type ^value$} gives information only on types whose complete
18907name is @code{value}.
c906108c 18908
20813a0b
PW
18909In programs using different languages, @value{GDBN} chooses the syntax
18910to print the type description according to the
18911@samp{set language} value: using @samp{set language auto}
18912(see @ref{Automatically, ,Set Language Automatically}) means to use the
18913language of the type, other values mean to use
18914the manually specified language (see @ref{Manually, ,Set Language Manually}).
18915
c906108c
SS
18916This command differs from @code{ptype} in two ways: first, like
18917@code{whatis}, it does not print a detailed description; second, it
b744723f 18918lists all source files and line numbers where a type is defined.
c906108c 18919
a8eab7c6
AB
18920The output from @samp{into types} is proceeded with a header line
18921describing what types are being listed. The optional flag @samp{-q},
18922which stands for @samp{quiet}, disables printing this header
18923information.
18924
18a9fc12
TT
18925@kindex info type-printers
18926@item info type-printers
18927Versions of @value{GDBN} that ship with Python scripting enabled may
18928have ``type printers'' available. When using @command{ptype} or
18929@command{whatis}, these printers are consulted when the name of a type
18930is needed. @xref{Type Printing API}, for more information on writing
18931type printers.
18932
18933@code{info type-printers} displays all the available type printers.
18934
18935@kindex enable type-printer
18936@kindex disable type-printer
18937@item enable type-printer @var{name}@dots{}
18938@item disable type-printer @var{name}@dots{}
18939These commands can be used to enable or disable type printers.
18940
b37052ae
EZ
18941@kindex info scope
18942@cindex local variables
09d4efe1 18943@item info scope @var{location}
b37052ae 18944List all the variables local to a particular scope. This command
09d4efe1
EZ
18945accepts a @var{location} argument---a function name, a source line, or
18946an address preceded by a @samp{*}, and prints all the variables local
2a25a5ba
EZ
18947to the scope defined by that location. (@xref{Specify Location}, for
18948details about supported forms of @var{location}.) For example:
b37052ae
EZ
18949
18950@smallexample
18951(@value{GDBP}) @b{info scope command_line_handler}
18952Scope for command_line_handler:
18953Symbol rl is an argument at stack/frame offset 8, length 4.
18954Symbol linebuffer is in static storage at address 0x150a18, length 4.
18955Symbol linelength is in static storage at address 0x150a1c, length 4.
18956Symbol p is a local variable in register $esi, length 4.
18957Symbol p1 is a local variable in register $ebx, length 4.
18958Symbol nline is a local variable in register $edx, length 4.
18959Symbol repeat is a local variable at frame offset -8, length 4.
18960@end smallexample
18961
f5c37c66
EZ
18962@noindent
18963This command is especially useful for determining what data to collect
18964during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
18965collect}.
18966
c906108c
SS
18967@kindex info source
18968@item info source
919d772c
JB
18969Show information about the current source file---that is, the source file for
18970the function containing the current point of execution:
18971@itemize @bullet
18972@item
18973the name of the source file, and the directory containing it,
18974@item
18975the directory it was compiled in,
18976@item
18977its length, in lines,
18978@item
18979which programming language it is written in,
18980@item
b6577aab
DE
18981if the debug information provides it, the program that compiled the file
18982(which may include, e.g., the compiler version and command line arguments),
18983@item
919d772c
JB
18984whether the executable includes debugging information for that file, and
18985if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
18986@item
18987whether the debugging information includes information about
18988preprocessor macros.
18989@end itemize
18990
c906108c
SS
18991
18992@kindex info sources
18993@item info sources
18994Print the names of all source files in your program for which there is
18995debugging information, organized into two lists: files whose symbols
18996have already been read, and files whose symbols will be read when needed.
18997
ae60f04e
PW
18998@item info sources [-dirname | -basename] [--] [@var{regexp}]
18999Like @samp{info sources}, but only print the names of the files
19000matching the provided @var{regexp}.
19001By default, the @var{regexp} is used to match anywhere in the filename.
19002If @code{-dirname}, only files having a dirname matching @var{regexp} are shown.
19003If @code{-basename}, only files having a basename matching @var{regexp}
19004are shown.
19005The matching is case-sensitive, except on operating systems that
19006have case-insensitive filesystem (e.g., MS-Windows).
19007
c906108c 19008@kindex info functions
4acfdd20 19009@item info functions [-q] [-n]
c906108c 19010Print the names and data types of all defined functions.
b744723f
AA
19011Similarly to @samp{info types}, this command groups its output by source
19012files and annotates each function definition with its source line
19013number.
c906108c 19014
20813a0b
PW
19015In programs using different languages, @value{GDBN} chooses the syntax
19016to print the function name and type according to the
19017@samp{set language} value: using @samp{set language auto}
19018(see @ref{Automatically, ,Set Language Automatically}) means to use the
19019language of the function, other values mean to use
19020the manually specified language (see @ref{Manually, ,Set Language Manually}).
19021
4acfdd20
AB
19022The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19023results. A non-debugging symbol is a symbol that comes from the
19024executable's symbol table, not from the debug information (for
19025example, DWARF) associated with the executable.
19026
d321477b
PW
19027The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19028printing header information and messages explaining why no functions
19029have been printed.
19030
4acfdd20 19031@item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
d321477b
PW
19032Like @samp{info functions}, but only print the names and data types
19033of the functions selected with the provided regexp(s).
19034
19035If @var{regexp} is provided, print only the functions whose names
19036match the regular expression @var{regexp}.
19037Thus, @samp{info fun step} finds all functions whose
b744723f
AA
19038names include @code{step}; @samp{info fun ^step} finds those whose names
19039start with @code{step}. If a function name contains characters that
19040conflict with the regular expression language (e.g.@:
1c5dfdad 19041@samp{operator*()}), they may be quoted with a backslash.
c906108c 19042
d321477b
PW
19043If @var{type_regexp} is provided, print only the functions whose
19044types, as printed by the @code{whatis} command, match
19045the regular expression @var{type_regexp}.
19046If @var{type_regexp} contains space(s), it should be enclosed in
19047quote characters. If needed, use backslash to escape the meaning
19048of special characters or quotes.
19049Thus, @samp{info fun -t '^int ('} finds the functions that return
19050an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19051have an argument type containing int; @samp{info fun -t '^int (' ^step}
19052finds the functions whose names start with @code{step} and that return
19053int.
19054
19055If both @var{regexp} and @var{type_regexp} are provided, a function
19056is printed only if its name matches @var{regexp} and its type matches
19057@var{type_regexp}.
19058
19059
c906108c 19060@kindex info variables
4acfdd20 19061@item info variables [-q] [-n]
0fe7935b 19062Print the names and data types of all variables that are defined
6ca652b0 19063outside of functions (i.e.@: excluding local variables).
b744723f
AA
19064The printed variables are grouped by source files and annotated with
19065their respective source line numbers.
c906108c 19066
20813a0b
PW
19067In programs using different languages, @value{GDBN} chooses the syntax
19068to print the variable name and type according to the
19069@samp{set language} value: using @samp{set language auto}
19070(see @ref{Automatically, ,Set Language Automatically}) means to use the
19071language of the variable, other values mean to use
19072the manually specified language (see @ref{Manually, ,Set Language Manually}).
19073
4acfdd20
AB
19074The @samp{-n} flag excludes non-debugging symbols from the results.
19075
d321477b
PW
19076The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19077printing header information and messages explaining why no variables
19078have been printed.
19079
4acfdd20 19080@item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
d321477b
PW
19081Like @kbd{info variables}, but only print the variables selected
19082with the provided regexp(s).
19083
19084If @var{regexp} is provided, print only the variables whose names
19085match the regular expression @var{regexp}.
19086
19087If @var{type_regexp} is provided, print only the variables whose
19088types, as printed by the @code{whatis} command, match
19089the regular expression @var{type_regexp}.
19090If @var{type_regexp} contains space(s), it should be enclosed in
19091quote characters. If needed, use backslash to escape the meaning
19092of special characters or quotes.
19093
19094If both @var{regexp} and @var{type_regexp} are provided, an argument
19095is printed only if its name matches @var{regexp} and its type matches
19096@var{type_regexp}.
c906108c 19097
59c35742
AB
19098@kindex info modules
19099@cindex modules
19100@item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19101List all Fortran modules in the program, or all modules matching the
19102optional regular expression @var{regexp}.
19103
19104The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19105printing header information and messages explaining why no modules
19106have been printed.
165f8965
AB
19107
19108@kindex info module
19109@cindex Fortran modules, information about
19110@cindex functions and variables by Fortran module
19111@cindex module functions and variables
19112@item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19113@itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19114List all functions or variables within all Fortran modules. The set
19115of functions or variables listed can be limited by providing some or
19116all of the optional regular expressions. If @var{module-regexp} is
19117provided, then only Fortran modules matching @var{module-regexp} will
19118be searched. Only functions or variables whose type matches the
19119optional regular expression @var{type-regexp} will be listed. And
19120only functions or variables whose name matches the optional regular
19121expression @var{regexp} will be listed.
19122
19123The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19124printing header information and messages explaining why no functions
19125or variables have been printed.
59c35742 19126
b37303ee 19127@kindex info classes
721c2651 19128@cindex Objective-C, classes and selectors
b37303ee
AF
19129@item info classes
19130@itemx info classes @var{regexp}
19131Display all Objective-C classes in your program, or
19132(with the @var{regexp} argument) all those matching a particular regular
19133expression.
19134
19135@kindex info selectors
19136@item info selectors
19137@itemx info selectors @var{regexp}
19138Display all Objective-C selectors in your program, or
19139(with the @var{regexp} argument) all those matching a particular regular
19140expression.
19141
c906108c
SS
19142@ignore
19143This was never implemented.
19144@kindex info methods
19145@item info methods
19146@itemx info methods @var{regexp}
19147The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
19148methods within C@t{++} program, or (with the @var{regexp} argument) a
19149specific set of methods found in the various C@t{++} classes. Many
19150C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
19151from the @code{ptype} command can be overwhelming and hard to use. The
19152@code{info-methods} command filters the methods, printing only those
19153which match the regular-expression @var{regexp}.
19154@end ignore
19155
9c16f35a 19156@cindex opaque data types
c906108c
SS
19157@kindex set opaque-type-resolution
19158@item set opaque-type-resolution on
19159Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19160declared as a pointer to a @code{struct}, @code{class}, or
19161@code{union}---for example, @code{struct MyType *}---that is used in one
19162source file although the full declaration of @code{struct MyType} is in
19163another source file. The default is on.
19164
19165A change in the setting of this subcommand will not take effect until
19166the next time symbols for a file are loaded.
19167
19168@item set opaque-type-resolution off
19169Tell @value{GDBN} not to resolve opaque types. In this case, the type
19170is printed as follows:
19171@smallexample
19172@{<no data fields>@}
19173@end smallexample
19174
19175@kindex show opaque-type-resolution
19176@item show opaque-type-resolution
19177Show whether opaque types are resolved or not.
c906108c 19178
770e7fc7
DE
19179@kindex set print symbol-loading
19180@cindex print messages when symbols are loaded
19181@item set print symbol-loading
19182@itemx set print symbol-loading full
19183@itemx set print symbol-loading brief
19184@itemx set print symbol-loading off
19185The @code{set print symbol-loading} command allows you to control the
19186printing of messages when @value{GDBN} loads symbol information.
19187By default a message is printed for the executable and one for each
19188shared library, and normally this is what you want. However, when
19189debugging apps with large numbers of shared libraries these messages
19190can be annoying.
19191When set to @code{brief} a message is printed for each executable,
19192and when @value{GDBN} loads a collection of shared libraries at once
19193it will only print one message regardless of the number of shared
19194libraries. When set to @code{off} no messages are printed.
19195
19196@kindex show print symbol-loading
19197@item show print symbol-loading
19198Show whether messages will be printed when a @value{GDBN} command
19199entered from the keyboard causes symbol information to be loaded.
19200
c906108c
SS
19201@kindex maint print symbols
19202@cindex symbol dump
19203@kindex maint print psymbols
19204@cindex partial symbol dump
7c57fa1e
YQ
19205@kindex maint print msymbols
19206@cindex minimal symbol dump
34c41c68
DE
19207@item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19208@itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19209@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19210@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19211@itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19212Write a dump of debugging symbol data into the file @var{filename} or
19213the terminal if @var{filename} is unspecified.
19214If @code{-objfile @var{objfile}} is specified, only dump symbols for
19215that objfile.
19216If @code{-pc @var{address}} is specified, only dump symbols for the file
19217with code at that address. Note that @var{address} may be a symbol like
19218@code{main}.
19219If @code{-source @var{source}} is specified, only dump symbols for that
19220source file.
19221
19222These commands are used to debug the @value{GDBN} symbol-reading code.
19223These commands do not modify internal @value{GDBN} state, therefore
19224@samp{maint print symbols} will only print symbols for already expanded symbol
19225tables.
19226You can use the command @code{info sources} to find out which files these are.
19227If you use @samp{maint print psymbols} instead, the dump shows information
19228about symbols that @value{GDBN} only knows partially---that is, symbols
19229defined in files that @value{GDBN} has skimmed, but not yet read completely.
19230Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19231``ELF symbols''.
19232
79a6e687 19233@xref{Files, ,Commands to Specify Files}, for a discussion of how
c906108c 19234@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 19235
5e7b2f39
JB
19236@kindex maint info symtabs
19237@kindex maint info psymtabs
44ea7b70
JB
19238@cindex listing @value{GDBN}'s internal symbol tables
19239@cindex symbol tables, listing @value{GDBN}'s internal
19240@cindex full symbol tables, listing @value{GDBN}'s internal
19241@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
19242@item maint info symtabs @r{[} @var{regexp} @r{]}
19243@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
19244
19245List the @code{struct symtab} or @code{struct partial_symtab}
19246structures whose names match @var{regexp}. If @var{regexp} is not
19247given, list them all. The output includes expressions which you can
19248copy into a @value{GDBN} debugging this one to examine a particular
19249structure in more detail. For example:
19250
19251@smallexample
5e7b2f39 19252(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
19253@{ objfile /home/gnu/build/gdb/gdb
19254 ((struct objfile *) 0x82e69d0)
b383017d 19255 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
19256 ((struct partial_symtab *) 0x8474b10)
19257 readin no
19258 fullname (null)
19259 text addresses 0x814d3c8 -- 0x8158074
19260 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19261 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19262 dependencies (none)
19263 @}
19264@}
5e7b2f39 19265(@value{GDBP}) maint info symtabs
44ea7b70
JB
19266(@value{GDBP})
19267@end smallexample
19268@noindent
19269We see that there is one partial symbol table whose filename contains
19270the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19271and we see that @value{GDBN} has not read in any symtabs yet at all.
19272If we set a breakpoint on a function, that will cause @value{GDBN} to
19273read the symtab for the compilation unit containing that function:
19274
19275@smallexample
19276(@value{GDBP}) break dwarf2_psymtab_to_symtab
19277Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19278line 1574.
5e7b2f39 19279(@value{GDBP}) maint info symtabs
b383017d 19280@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 19281 ((struct objfile *) 0x82e69d0)
b383017d 19282 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
19283 ((struct symtab *) 0x86c1f38)
19284 dirname (null)
19285 fullname (null)
19286 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
1b39d5c0 19287 linetable ((struct linetable *) 0x8370fa0)
44ea7b70
JB
19288 debugformat DWARF 2
19289 @}
19290@}
b383017d 19291(@value{GDBP})
44ea7b70 19292@end smallexample
44ea7b70 19293
f2403c39
AB
19294@kindex maint info line-table
19295@cindex listing @value{GDBN}'s internal line tables
19296@cindex line tables, listing @value{GDBN}'s internal
19297@item maint info line-table @r{[} @var{regexp} @r{]}
19298
19299List the @code{struct linetable} from all @code{struct symtab}
19300instances whose name matches @var{regexp}. If @var{regexp} is not
19301given, list the @code{struct linetable} from all @code{struct symtab}.
19302
f57d2163
DE
19303@kindex maint set symbol-cache-size
19304@cindex symbol cache size
19305@item maint set symbol-cache-size @var{size}
19306Set the size of the symbol cache to @var{size}.
19307The default size is intended to be good enough for debugging
19308most applications. This option exists to allow for experimenting
19309with different sizes.
19310
19311@kindex maint show symbol-cache-size
19312@item maint show symbol-cache-size
19313Show the size of the symbol cache.
19314
19315@kindex maint print symbol-cache
19316@cindex symbol cache, printing its contents
19317@item maint print symbol-cache
19318Print the contents of the symbol cache.
19319This is useful when debugging symbol cache issues.
19320
19321@kindex maint print symbol-cache-statistics
19322@cindex symbol cache, printing usage statistics
19323@item maint print symbol-cache-statistics
19324Print symbol cache usage statistics.
19325This helps determine how well the cache is being utilized.
19326
19327@kindex maint flush-symbol-cache
19328@cindex symbol cache, flushing
19329@item maint flush-symbol-cache
19330Flush the contents of the symbol cache, all entries are removed.
19331This command is useful when debugging the symbol cache.
19332It is also useful when collecting performance data.
19333
19334@end table
6a3ca067 19335
6d2ebf8b 19336@node Altering
c906108c
SS
19337@chapter Altering Execution
19338
19339Once you think you have found an error in your program, you might want to
19340find out for certain whether correcting the apparent error would lead to
19341correct results in the rest of the run. You can find the answer by
19342experiment, using the @value{GDBN} features for altering execution of the
19343program.
19344
19345For example, you can store new values into variables or memory
7a292a7a
SS
19346locations, give your program a signal, restart it at a different
19347address, or even return prematurely from a function.
c906108c
SS
19348
19349@menu
19350* Assignment:: Assignment to variables
19351* Jumping:: Continuing at a different address
c906108c 19352* Signaling:: Giving your program a signal
c906108c
SS
19353* Returning:: Returning from a function
19354* Calling:: Calling your program's functions
19355* Patching:: Patching your program
bb2ec1b3 19356* Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
c906108c
SS
19357@end menu
19358
6d2ebf8b 19359@node Assignment
79a6e687 19360@section Assignment to Variables
c906108c
SS
19361
19362@cindex assignment
19363@cindex setting variables
19364To alter the value of a variable, evaluate an assignment expression.
19365@xref{Expressions, ,Expressions}. For example,
19366
474c8240 19367@smallexample
c906108c 19368print x=4
474c8240 19369@end smallexample
c906108c
SS
19370
19371@noindent
19372stores the value 4 into the variable @code{x}, and then prints the
5d161b24 19373value of the assignment expression (which is 4).
c906108c
SS
19374@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19375information on operators in supported languages.
c906108c
SS
19376
19377@kindex set variable
19378@cindex variables, setting
19379If you are not interested in seeing the value of the assignment, use the
19380@code{set} command instead of the @code{print} command. @code{set} is
19381really the same as @code{print} except that the expression's value is
19382not printed and is not put in the value history (@pxref{Value History,
79a6e687 19383,Value History}). The expression is evaluated only for its effects.
c906108c 19384
c906108c
SS
19385If the beginning of the argument string of the @code{set} command
19386appears identical to a @code{set} subcommand, use the @code{set
19387variable} command instead of just @code{set}. This command is identical
19388to @code{set} except for its lack of subcommands. For example, if your
19389program has a variable @code{width}, you get an error if you try to set
19390a new value with just @samp{set width=13}, because @value{GDBN} has the
19391command @code{set width}:
19392
474c8240 19393@smallexample
c906108c
SS
19394(@value{GDBP}) whatis width
19395type = double
19396(@value{GDBP}) p width
19397$4 = 13
19398(@value{GDBP}) set width=47
19399Invalid syntax in expression.
474c8240 19400@end smallexample
c906108c
SS
19401
19402@noindent
19403The invalid expression, of course, is @samp{=47}. In
19404order to actually set the program's variable @code{width}, use
19405
474c8240 19406@smallexample
c906108c 19407(@value{GDBP}) set var width=47
474c8240 19408@end smallexample
53a5351d 19409
c906108c
SS
19410Because the @code{set} command has many subcommands that can conflict
19411with the names of program variables, it is a good idea to use the
19412@code{set variable} command instead of just @code{set}. For example, if
19413your program has a variable @code{g}, you run into problems if you try
19414to set a new value with just @samp{set g=4}, because @value{GDBN} has
19415the command @code{set gnutarget}, abbreviated @code{set g}:
19416
474c8240 19417@smallexample
c906108c
SS
19418@group
19419(@value{GDBP}) whatis g
19420type = double
19421(@value{GDBP}) p g
19422$1 = 1
19423(@value{GDBP}) set g=4
2df3850c 19424(@value{GDBP}) p g
c906108c
SS
19425$2 = 1
19426(@value{GDBP}) r
19427The program being debugged has been started already.
19428Start it from the beginning? (y or n) y
19429Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
19430"/home/smith/cc_progs/a.out": can't open to read symbols:
19431 Invalid bfd target.
c906108c
SS
19432(@value{GDBP}) show g
19433The current BFD target is "=4".
19434@end group
474c8240 19435@end smallexample
c906108c
SS
19436
19437@noindent
19438The program variable @code{g} did not change, and you silently set the
19439@code{gnutarget} to an invalid value. In order to set the variable
19440@code{g}, use
19441
474c8240 19442@smallexample
c906108c 19443(@value{GDBP}) set var g=4
474c8240 19444@end smallexample
c906108c
SS
19445
19446@value{GDBN} allows more implicit conversions in assignments than C; you can
19447freely store an integer value into a pointer variable or vice versa,
19448and you can convert any structure to any other structure that is the
19449same length or shorter.
19450@comment FIXME: how do structs align/pad in these conversions?
19451@comment /doc@cygnus.com 18dec1990
19452
19453To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19454construct to generate a value of specified type at a specified address
19455(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19456to memory location @code{0x83040} as an integer (which implies a certain size
19457and representation in memory), and
19458
474c8240 19459@smallexample
c906108c 19460set @{int@}0x83040 = 4
474c8240 19461@end smallexample
c906108c
SS
19462
19463@noindent
19464stores the value 4 into that memory location.
19465
6d2ebf8b 19466@node Jumping
79a6e687 19467@section Continuing at a Different Address
c906108c
SS
19468
19469Ordinarily, when you continue your program, you do so at the place where
19470it stopped, with the @code{continue} command. You can instead continue at
19471an address of your own choosing, with the following commands:
19472
19473@table @code
19474@kindex jump
c1d780c2 19475@kindex j @r{(@code{jump})}
629500fa 19476@item jump @var{location}
c1d780c2 19477@itemx j @var{location}
629500fa
KS
19478Resume execution at @var{location}. Execution stops again immediately
19479if there is a breakpoint there. @xref{Specify Location}, for a description
19480of the different forms of @var{location}. It is common
2a25a5ba
EZ
19481practice to use the @code{tbreak} command in conjunction with
19482@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
c906108c
SS
19483
19484The @code{jump} command does not change the current stack frame, or
19485the stack pointer, or the contents of any memory location or any
629500fa 19486register other than the program counter. If @var{location} is in
c906108c
SS
19487a different function from the one currently executing, the results may
19488be bizarre if the two functions expect different patterns of arguments or
19489of local variables. For this reason, the @code{jump} command requests
19490confirmation if the specified line is not in the function currently
19491executing. However, even bizarre results are predictable if you are
19492well acquainted with the machine-language code of your program.
c906108c
SS
19493@end table
19494
53a5351d
JM
19495On many systems, you can get much the same effect as the @code{jump}
19496command by storing a new value into the register @code{$pc}. The
19497difference is that this does not start your program running; it only
19498changes the address of where it @emph{will} run when you continue. For
19499example,
c906108c 19500
474c8240 19501@smallexample
c906108c 19502set $pc = 0x485
474c8240 19503@end smallexample
c906108c
SS
19504
19505@noindent
19506makes the next @code{continue} command or stepping command execute at
19507address @code{0x485}, rather than at the address where your program stopped.
79a6e687 19508@xref{Continuing and Stepping, ,Continuing and Stepping}.
c906108c
SS
19509
19510The most common occasion to use the @code{jump} command is to back
19511up---perhaps with more breakpoints set---over a portion of a program
19512that has already executed, in order to examine its execution in more
19513detail.
19514
c906108c 19515@c @group
6d2ebf8b 19516@node Signaling
79a6e687 19517@section Giving your Program a Signal
9c16f35a 19518@cindex deliver a signal to a program
c906108c
SS
19519
19520@table @code
19521@kindex signal
19522@item signal @var{signal}
70509625 19523Resume execution where your program is stopped, but immediately give it the
697aa1b7 19524signal @var{signal}. The @var{signal} can be the name or the number of a
c906108c
SS
19525signal. For example, on many systems @code{signal 2} and @code{signal
19526SIGINT} are both ways of sending an interrupt signal.
19527
19528Alternatively, if @var{signal} is zero, continue execution without
19529giving a signal. This is useful when your program stopped on account of
ae606bee 19530a signal and would ordinarily see the signal when resumed with the
c906108c
SS
19531@code{continue} command; @samp{signal 0} causes it to resume without a
19532signal.
19533
70509625
PA
19534@emph{Note:} When resuming a multi-threaded program, @var{signal} is
19535delivered to the currently selected thread, not the thread that last
19536reported a stop. This includes the situation where a thread was
19537stopped due to a signal. So if you want to continue execution
19538suppressing the signal that stopped a thread, you should select that
19539same thread before issuing the @samp{signal 0} command. If you issue
19540the @samp{signal 0} command with another thread as the selected one,
19541@value{GDBN} detects that and asks for confirmation.
19542
c906108c
SS
19543Invoking the @code{signal} command is not the same as invoking the
19544@code{kill} utility from the shell. Sending a signal with @code{kill}
19545causes @value{GDBN} to decide what to do with the signal depending on
19546the signal handling tables (@pxref{Signals}). The @code{signal} command
19547passes the signal directly to your program.
19548
81219e53
DE
19549@code{signal} does not repeat when you press @key{RET} a second time
19550after executing the command.
19551
19552@kindex queue-signal
19553@item queue-signal @var{signal}
19554Queue @var{signal} to be delivered immediately to the current thread
19555when execution of the thread resumes. The @var{signal} can be the name or
19556the number of a signal. For example, on many systems @code{signal 2} and
19557@code{signal SIGINT} are both ways of sending an interrupt signal.
19558The handling of the signal must be set to pass the signal to the program,
19559otherwise @value{GDBN} will report an error.
19560You can control the handling of signals from @value{GDBN} with the
19561@code{handle} command (@pxref{Signals}).
19562
19563Alternatively, if @var{signal} is zero, any currently queued signal
19564for the current thread is discarded and when execution resumes no signal
19565will be delivered. This is useful when your program stopped on account
19566of a signal and would ordinarily see the signal when resumed with the
19567@code{continue} command.
19568
19569This command differs from the @code{signal} command in that the signal
19570is just queued, execution is not resumed. And @code{queue-signal} cannot
19571be used to pass a signal whose handling state has been set to @code{nopass}
19572(@pxref{Signals}).
19573@end table
19574@c @end group
c906108c 19575
e5f8a7cc
PA
19576@xref{stepping into signal handlers}, for information on how stepping
19577commands behave when the thread has a signal queued.
19578
6d2ebf8b 19579@node Returning
79a6e687 19580@section Returning from a Function
c906108c
SS
19581
19582@table @code
19583@cindex returning from a function
19584@kindex return
19585@item return
19586@itemx return @var{expression}
19587You can cancel execution of a function call with the @code{return}
19588command. If you give an
19589@var{expression} argument, its value is used as the function's return
19590value.
19591@end table
19592
19593When you use @code{return}, @value{GDBN} discards the selected stack frame
19594(and all frames within it). You can think of this as making the
19595discarded frame return prematurely. If you wish to specify a value to
19596be returned, give that value as the argument to @code{return}.
19597
19598This pops the selected stack frame (@pxref{Selection, ,Selecting a
79a6e687 19599Frame}), and any other frames inside of it, leaving its caller as the
c906108c
SS
19600innermost remaining frame. That frame becomes selected. The
19601specified value is stored in the registers used for returning values
19602of functions.
19603
19604The @code{return} command does not resume execution; it leaves the
19605program stopped in the state that would exist if the function had just
19606returned. In contrast, the @code{finish} command (@pxref{Continuing
79a6e687 19607and Stepping, ,Continuing and Stepping}) resumes execution until the
c906108c
SS
19608selected stack frame returns naturally.
19609
61ff14c6
JK
19610@value{GDBN} needs to know how the @var{expression} argument should be set for
19611the inferior. The concrete registers assignment depends on the OS ABI and the
19612type being returned by the selected stack frame. For example it is common for
19613OS ABI to return floating point values in FPU registers while integer values in
19614CPU registers. Still some ABIs return even floating point values in CPU
19615registers. Larger integer widths (such as @code{long long int}) also have
19616specific placement rules. @value{GDBN} already knows the OS ABI from its
19617current target so it needs to find out also the type being returned to make the
19618assignment into the right register(s).
19619
19620Normally, the selected stack frame has debug info. @value{GDBN} will always
19621use the debug info instead of the implicit type of @var{expression} when the
19622debug info is available. For example, if you type @kbd{return -1}, and the
19623function in the current stack frame is declared to return a @code{long long
19624int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19625into a @code{long long int}:
19626
19627@smallexample
19628Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1962929 return 31;
19630(@value{GDBP}) return -1
19631Make func return now? (y or n) y
19632#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1963343 printf ("result=%lld\n", func ());
19634(@value{GDBP})
19635@end smallexample
19636
19637However, if the selected stack frame does not have a debug info, e.g., if the
19638function was compiled without debug info, @value{GDBN} has to find out the type
19639to return from user. Specifying a different type by mistake may set the value
19640in different inferior registers than the caller code expects. For example,
19641typing @kbd{return -1} with its implicit type @code{int} would set only a part
19642of a @code{long long int} result for a debug info less function (on 32-bit
19643architectures). Therefore the user is required to specify the return type by
19644an appropriate cast explicitly:
19645
19646@smallexample
19647Breakpoint 2, 0x0040050b in func ()
19648(@value{GDBP}) return -1
19649Return value type not available for selected stack frame.
19650Please use an explicit cast of the value to return.
19651(@value{GDBP}) return (long long int) -1
19652Make selected stack frame return now? (y or n) y
19653#0 0x00400526 in main ()
19654(@value{GDBP})
19655@end smallexample
19656
6d2ebf8b 19657@node Calling
79a6e687 19658@section Calling Program Functions
c906108c 19659
f8568604 19660@table @code
c906108c 19661@cindex calling functions
f8568604
EZ
19662@cindex inferior functions, calling
19663@item print @var{expr}
d3e8051b 19664Evaluate the expression @var{expr} and display the resulting value.
697aa1b7 19665The expression may include calls to functions in the program being
f8568604
EZ
19666debugged.
19667
c906108c 19668@kindex call
c906108c
SS
19669@item call @var{expr}
19670Evaluate the expression @var{expr} without displaying @code{void}
19671returned values.
c906108c
SS
19672
19673You can use this variant of the @code{print} command if you want to
f8568604
EZ
19674execute a function from your program that does not return anything
19675(a.k.a.@: @dfn{a void function}), but without cluttering the output
19676with @code{void} returned values that @value{GDBN} will otherwise
19677print. If the result is not void, it is printed and saved in the
19678value history.
19679@end table
19680
9c16f35a
EZ
19681It is possible for the function you call via the @code{print} or
19682@code{call} command to generate a signal (e.g., if there's a bug in
19683the function, or if you passed it incorrect arguments). What happens
19684in that case is controlled by the @code{set unwindonsignal} command.
19685
7cd1089b
PM
19686Similarly, with a C@t{++} program it is possible for the function you
19687call via the @code{print} or @code{call} command to generate an
19688exception that is not handled due to the constraints of the dummy
19689frame. In this case, any exception that is raised in the frame, but has
19690an out-of-frame exception handler will not be found. GDB builds a
19691dummy-frame for the inferior function call, and the unwinder cannot
19692seek for exception handlers outside of this dummy-frame. What happens
19693in that case is controlled by the
19694@code{set unwind-on-terminating-exception} command.
19695
9c16f35a
EZ
19696@table @code
19697@item set unwindonsignal
19698@kindex set unwindonsignal
19699@cindex unwind stack in called functions
19700@cindex call dummy stack unwinding
19701Set unwinding of the stack if a signal is received while in a function
19702that @value{GDBN} called in the program being debugged. If set to on,
19703@value{GDBN} unwinds the stack it created for the call and restores
19704the context to what it was before the call. If set to off (the
19705default), @value{GDBN} stops in the frame where the signal was
19706received.
19707
19708@item show unwindonsignal
19709@kindex show unwindonsignal
19710Show the current setting of stack unwinding in the functions called by
19711@value{GDBN}.
7cd1089b
PM
19712
19713@item set unwind-on-terminating-exception
19714@kindex set unwind-on-terminating-exception
19715@cindex unwind stack in called functions with unhandled exceptions
19716@cindex call dummy stack unwinding on unhandled exception.
19717Set unwinding of the stack if a C@t{++} exception is raised, but left
19718unhandled while in a function that @value{GDBN} called in the program being
19719debugged. If set to on (the default), @value{GDBN} unwinds the stack
19720it created for the call and restores the context to what it was before
19721the call. If set to off, @value{GDBN} the exception is delivered to
19722the default C@t{++} exception handler and the inferior terminated.
19723
19724@item show unwind-on-terminating-exception
19725@kindex show unwind-on-terminating-exception
19726Show the current setting of stack unwinding in the functions called by
19727@value{GDBN}.
19728
136afab8
PW
19729@item set may-call-functions
19730@kindex set may-call-functions
19731@cindex disabling calling functions in the program
19732@cindex calling functions in the program, disabling
19733Set permission to call functions in the program.
19734This controls whether @value{GDBN} will attempt to call functions in
19735the program, such as with expressions in the @code{print} command. It
19736defaults to @code{on}.
19737
19738To call a function in the program, @value{GDBN} has to temporarily
19739modify the state of the inferior. This has potentially undesired side
19740effects. Also, having @value{GDBN} call nested functions is likely to
19741be erroneous and may even crash the program being debugged. You can
19742avoid such hazards by forbidding @value{GDBN} from calling functions
19743in the program being debugged. If calling functions in the program
19744is forbidden, GDB will throw an error when a command (such as printing
19745an expression) starts a function call in the program.
19746
19747@item show may-call-functions
19748@kindex show may-call-functions
19749Show permission to call functions in the program.
19750
9c16f35a
EZ
19751@end table
19752
d69cf9b2
PA
19753@subsection Calling functions with no debug info
19754
19755@cindex no debug info functions
19756Sometimes, a function you wish to call is missing debug information.
19757In such case, @value{GDBN} does not know the type of the function,
19758including the types of the function's parameters. To avoid calling
19759the inferior function incorrectly, which could result in the called
19760function functioning erroneously and even crash, @value{GDBN} refuses
19761to call the function unless you tell it the type of the function.
19762
19763For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
19764to do that. The simplest is to cast the call to the function's
19765declared return type. For example:
19766
19767@smallexample
19768(@value{GDBP}) p getenv ("PATH")
19769'getenv' has unknown return type; cast the call to its declared return type
19770(@value{GDBP}) p (char *) getenv ("PATH")
19771$1 = 0x7fffffffe7ba "/usr/local/bin:/"...
19772@end smallexample
19773
19774Casting the return type of a no-debug function is equivalent to
19775casting the function to a pointer to a prototyped function that has a
19776prototype that matches the types of the passed-in arguments, and
19777calling that. I.e., the call above is equivalent to:
19778
19779@smallexample
19780(@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
19781@end smallexample
19782
19783@noindent
19784and given this prototyped C or C++ function with float parameters:
19785
19786@smallexample
19787float multiply (float v1, float v2) @{ return v1 * v2; @}
19788@end smallexample
19789
19790@noindent
19791these calls are equivalent:
19792
19793@smallexample
19794(@value{GDBP}) p (float) multiply (2.0f, 3.0f)
19795(@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
19796@end smallexample
19797
19798If the function you wish to call is declared as unprototyped (i.e.@:
19799old K&R style), you must use the cast-to-function-pointer syntax, so
19800that @value{GDBN} knows that it needs to apply default argument
19801promotions (promote float arguments to double). @xref{ABI, float
19802promotion}. For example, given this unprototyped C function with
19803float parameters, and no debug info:
19804
19805@smallexample
19806float
19807multiply_noproto (v1, v2)
19808 float v1, v2;
19809@{
19810 return v1 * v2;
19811@}
19812@end smallexample
19813
19814@noindent
19815you call it like this:
19816
19817@smallexample
19818 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
19819@end smallexample
c906108c 19820
6d2ebf8b 19821@node Patching
79a6e687 19822@section Patching Programs
7a292a7a 19823
c906108c
SS
19824@cindex patching binaries
19825@cindex writing into executables
c906108c 19826@cindex writing into corefiles
c906108c 19827
7a292a7a
SS
19828By default, @value{GDBN} opens the file containing your program's
19829executable code (or the corefile) read-only. This prevents accidental
19830alterations to machine code; but it also prevents you from intentionally
19831patching your program's binary.
c906108c
SS
19832
19833If you'd like to be able to patch the binary, you can specify that
19834explicitly with the @code{set write} command. For example, you might
19835want to turn on internal debugging flags, or even to make emergency
19836repairs.
19837
19838@table @code
19839@kindex set write
19840@item set write on
19841@itemx set write off
7a292a7a 19842If you specify @samp{set write on}, @value{GDBN} opens executable and
20924a55 19843core files for both reading and writing; if you specify @kbd{set write
c906108c
SS
19844off} (the default), @value{GDBN} opens them read-only.
19845
19846If you have already loaded a file, you must load it again (using the
7a292a7a
SS
19847@code{exec-file} or @code{core-file} command) after changing @code{set
19848write}, for your new setting to take effect.
c906108c
SS
19849
19850@item show write
19851@kindex show write
7a292a7a
SS
19852Display whether executable files and core files are opened for writing
19853as well as reading.
c906108c
SS
19854@end table
19855
bb2ec1b3
TT
19856@node Compiling and Injecting Code
19857@section Compiling and injecting code in @value{GDBN}
19858@cindex injecting code
19859@cindex writing into executables
19860@cindex compiling code
19861
19862@value{GDBN} supports on-demand compilation and code injection into
19863programs running under @value{GDBN}. GCC 5.0 or higher built with
19864@file{libcc1.so} must be installed for this functionality to be enabled.
19865This functionality is implemented with the following commands.
19866
19867@table @code
19868@kindex compile code
19869@item compile code @var{source-code}
19870@itemx compile code -raw @var{--} @var{source-code}
19871Compile @var{source-code} with the compiler language found as the current
19872language in @value{GDBN} (@pxref{Languages}). If compilation and
19873injection is not supported with the current language specified in
19874@value{GDBN}, or the compiler does not support this feature, an error
19875message will be printed. If @var{source-code} compiles and links
19876successfully, @value{GDBN} will load the object-code emitted,
19877and execute it within the context of the currently selected inferior.
19878It is important to note that the compiled code is executed immediately.
19879After execution, the compiled code is removed from @value{GDBN} and any
19880new types or variables you have defined will be deleted.
19881
19882The command allows you to specify @var{source-code} in two ways.
19883The simplest method is to provide a single line of code to the command.
19884E.g.:
19885
19886@smallexample
19887compile code printf ("hello world\n");
19888@end smallexample
19889
19890If you specify options on the command line as well as source code, they
19891may conflict. The @samp{--} delimiter can be used to separate options
19892from actual source code. E.g.:
19893
19894@smallexample
19895compile code -r -- printf ("hello world\n");
19896@end smallexample
19897
19898Alternatively you can enter source code as multiple lines of text. To
19899enter this mode, invoke the @samp{compile code} command without any text
19900following the command. This will start the multiple-line editor and
19901allow you to type as many lines of source code as required. When you
19902have completed typing, enter @samp{end} on its own line to exit the
19903editor.
19904
19905@smallexample
19906compile code
19907>printf ("hello\n");
19908>printf ("world\n");
19909>end
19910@end smallexample
19911
19912Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
19913provided @var{source-code} in a callable scope. In this case, you must
19914specify the entry point of the code by defining a function named
19915@code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
19916inferior. Using @samp{-raw} option may be needed for example when
19917@var{source-code} requires @samp{#include} lines which may conflict with
19918inferior symbols otherwise.
19919
19920@kindex compile file
19921@item compile file @var{filename}
19922@itemx compile file -raw @var{filename}
19923Like @code{compile code}, but take the source code from @var{filename}.
19924
19925@smallexample
19926compile file /home/user/example.c
19927@end smallexample
19928@end table
19929
36de76f9 19930@table @code
3345721a
PA
19931@item compile print [[@var{options}] --] @var{expr}
19932@itemx compile print [[@var{options}] --] /@var{f} @var{expr}
36de76f9
JK
19933Compile and execute @var{expr} with the compiler language found as the
19934current language in @value{GDBN} (@pxref{Languages}). By default the
19935value of @var{expr} is printed in a format appropriate to its data type;
19936you can choose a different format by specifying @samp{/@var{f}}, where
19937@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
3345721a
PA
19938Formats}. The @code{compile print} command accepts the same options
19939as the @code{print} command; see @ref{print options}.
36de76f9 19940
3345721a
PA
19941@item compile print [[@var{options}] --]
19942@itemx compile print [[@var{options}] --] /@var{f}
36de76f9
JK
19943@cindex reprint the last value
19944Alternatively you can enter the expression (source code producing it) as
19945multiple lines of text. To enter this mode, invoke the @samp{compile print}
19946command without any text following the command. This will start the
19947multiple-line editor.
19948@end table
19949
e7a8570f
JK
19950@noindent
19951The process of compiling and injecting the code can be inspected using:
19952
19953@table @code
19954@anchor{set debug compile}
19955@item set debug compile
19956@cindex compile command debugging info
19957Turns on or off display of @value{GDBN} process of compiling and
19958injecting the code. The default is off.
19959
19960@item show debug compile
19961Displays the current state of displaying @value{GDBN} process of
19962compiling and injecting the code.
078a0207
KS
19963
19964@anchor{set debug compile-cplus-types}
19965@item set debug compile-cplus-types
19966@cindex compile C@t{++} type conversion
19967Turns on or off the display of C@t{++} type conversion debugging information.
19968The default is off.
19969
19970@item show debug compile-cplus-types
19971Displays the current state of displaying debugging information for
19972C@t{++} type conversion.
e7a8570f
JK
19973@end table
19974
19975@subsection Compilation options for the @code{compile} command
19976
19977@value{GDBN} needs to specify the right compilation options for the code
19978to be injected, in part to make its ABI compatible with the inferior
19979and in part to make the injected code compatible with @value{GDBN}'s
19980injecting process.
19981
19982@noindent
19983The options used, in increasing precedence:
19984
19985@table @asis
19986@item target architecture and OS options (@code{gdbarch})
19987These options depend on target processor type and target operating
19988system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
19989(@code{-m64}) compilation option.
19990
19991@item compilation options recorded in the target
19992@value{NGCC} (since version 4.7) stores the options used for compilation
19993into @code{DW_AT_producer} part of DWARF debugging information according
19994to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
19995explicitly specify @code{-g} during inferior compilation otherwise
19996@value{NGCC} produces no DWARF. This feature is only relevant for
19997platforms where @code{-g} produces DWARF by default, otherwise one may
19998try to enforce DWARF by using @code{-gdwarf-4}.
19999
20000@item compilation options set by @code{set compile-args}
20001@end table
20002
20003@noindent
20004You can override compilation options using the following command:
20005
20006@table @code
20007@item set compile-args
20008@cindex compile command options override
20009Set compilation options used for compiling and injecting code with the
20010@code{compile} commands. These options override any conflicting ones
20011from the target architecture and/or options stored during inferior
20012compilation.
20013
20014@item show compile-args
20015Displays the current state of compilation options override.
20016This does not show all the options actually used during compilation,
20017use @ref{set debug compile} for that.
20018@end table
20019
bb2ec1b3
TT
20020@subsection Caveats when using the @code{compile} command
20021
20022There are a few caveats to keep in mind when using the @code{compile}
20023command. As the caveats are different per language, the table below
20024highlights specific issues on a per language basis.
20025
20026@table @asis
20027@item C code examples and caveats
20028When the language in @value{GDBN} is set to @samp{C}, the compiler will
20029attempt to compile the source code with a @samp{C} compiler. The source
20030code provided to the @code{compile} command will have much the same
20031access to variables and types as it normally would if it were part of
20032the program currently being debugged in @value{GDBN}.
20033
20034Below is a sample program that forms the basis of the examples that
20035follow. This program has been compiled and loaded into @value{GDBN},
20036much like any other normal debugging session.
20037
20038@smallexample
20039void function1 (void)
20040@{
20041 int i = 42;
20042 printf ("function 1\n");
20043@}
20044
20045void function2 (void)
20046@{
20047 int j = 12;
20048 function1 ();
20049@}
20050
20051int main(void)
20052@{
20053 int k = 6;
20054 int *p;
20055 function2 ();
20056 return 0;
20057@}
20058@end smallexample
20059
20060For the purposes of the examples in this section, the program above has
20061been compiled, loaded into @value{GDBN}, stopped at the function
20062@code{main}, and @value{GDBN} is awaiting input from the user.
20063
20064To access variables and types for any program in @value{GDBN}, the
20065program must be compiled and packaged with debug information. The
20066@code{compile} command is not an exception to this rule. Without debug
20067information, you can still use the @code{compile} command, but you will
20068be very limited in what variables and types you can access.
20069
20070So with that in mind, the example above has been compiled with debug
20071information enabled. The @code{compile} command will have access to
20072all variables and types (except those that may have been optimized
20073out). Currently, as @value{GDBN} has stopped the program in the
20074@code{main} function, the @code{compile} command would have access to
20075the variable @code{k}. You could invoke the @code{compile} command
20076and type some source code to set the value of @code{k}. You can also
20077read it, or do anything with that variable you would normally do in
20078@code{C}. Be aware that changes to inferior variables in the
20079@code{compile} command are persistent. In the following example:
20080
20081@smallexample
20082compile code k = 3;
20083@end smallexample
20084
20085@noindent
20086the variable @code{k} is now 3. It will retain that value until
20087something else in the example program changes it, or another
20088@code{compile} command changes it.
20089
20090Normal scope and access rules apply to source code compiled and
20091injected by the @code{compile} command. In the example, the variables
20092@code{j} and @code{k} are not accessible yet, because the program is
20093currently stopped in the @code{main} function, where these variables
20094are not in scope. Therefore, the following command
20095
20096@smallexample
20097compile code j = 3;
20098@end smallexample
20099
20100@noindent
20101will result in a compilation error message.
20102
20103Once the program is continued, execution will bring these variables in
20104scope, and they will become accessible; then the code you specify via
20105the @code{compile} command will be able to access them.
20106
20107You can create variables and types with the @code{compile} command as
20108part of your source code. Variables and types that are created as part
20109of the @code{compile} command are not visible to the rest of the program for
20110the duration of its run. This example is valid:
20111
20112@smallexample
20113compile code int ff = 5; printf ("ff is %d\n", ff);
20114@end smallexample
20115
20116However, if you were to type the following into @value{GDBN} after that
20117command has completed:
20118
20119@smallexample
20120compile code printf ("ff is %d\n'', ff);
20121@end smallexample
20122
20123@noindent
20124a compiler error would be raised as the variable @code{ff} no longer
20125exists. Object code generated and injected by the @code{compile}
20126command is removed when its execution ends. Caution is advised
20127when assigning to program variables values of variables created by the
20128code submitted to the @code{compile} command. This example is valid:
20129
20130@smallexample
20131compile code int ff = 5; k = ff;
20132@end smallexample
20133
20134The value of the variable @code{ff} is assigned to @code{k}. The variable
20135@code{k} does not require the existence of @code{ff} to maintain the value
20136it has been assigned. However, pointers require particular care in
20137assignment. If the source code compiled with the @code{compile} command
20138changed the address of a pointer in the example program, perhaps to a
20139variable created in the @code{compile} command, that pointer would point
20140to an invalid location when the command exits. The following example
20141would likely cause issues with your debugged program:
20142
20143@smallexample
20144compile code int ff = 5; p = &ff;
20145@end smallexample
20146
20147In this example, @code{p} would point to @code{ff} when the
20148@code{compile} command is executing the source code provided to it.
20149However, as variables in the (example) program persist with their
20150assigned values, the variable @code{p} would point to an invalid
20151location when the command exists. A general rule should be followed
20152in that you should either assign @code{NULL} to any assigned pointers,
20153or restore a valid location to the pointer before the command exits.
20154
20155Similar caution must be exercised with any structs, unions, and typedefs
20156defined in @code{compile} command. Types defined in the @code{compile}
20157command will no longer be available in the next @code{compile} command.
20158Therefore, if you cast a variable to a type defined in the
20159@code{compile} command, care must be taken to ensure that any future
20160need to resolve the type can be achieved.
20161
20162@smallexample
20163(gdb) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20164(gdb) compile code printf ("%d\n", ((struct a *) argv)->a);
20165gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20166Compilation failed.
20167(gdb) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
2016842
20169@end smallexample
20170
20171Variables that have been optimized away by the compiler are not
20172accessible to the code submitted to the @code{compile} command.
20173Access to those variables will generate a compiler error which @value{GDBN}
20174will print to the console.
20175@end table
20176
e7a8570f
JK
20177@subsection Compiler search for the @code{compile} command
20178
6e41ddec
JK
20179@value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20180which may not be obvious for remote targets of different architecture
20181than where @value{GDBN} is running. Environment variable @code{PATH} on
e7a8570f 20182@value{GDBN} host is searched for @value{NGCC} binary matching the
6e41ddec
JK
20183target architecture and operating system. This search can be overriden
20184by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
20185taken from shell that executed @value{GDBN}, it is not the value set by
20186@value{GDBN} command @code{set environment}). @xref{Environment}.
20187
e7a8570f
JK
20188
20189Specifically @code{PATH} is searched for binaries matching regular expression
20190@code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20191debugged. @var{arch} is processor name --- multiarch is supported, so for
20192example both @code{i386} and @code{x86_64} targets look for pattern
20193@code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20194for pattern @code{s390x?}. @var{os} is currently supported only for
20195pattern @code{linux(-gnu)?}.
20196
6e41ddec
JK
20197On Posix hosts the compiler driver @value{GDBN} needs to find also
20198shared library @file{libcc1.so} from the compiler. It is searched in
20199default shared library search path (overridable with usual environment
20200variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
20201compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20202according to the installation of the found compiler --- as possibly
20203specified by the @code{set compile-gcc} command.
20204
20205@table @code
20206@item set compile-gcc
20207@cindex compile command driver filename override
20208Set compilation command used for compiling and injecting code with the
20209@code{compile} commands. If this option is not set (it is set to
20210an empty string), the search described above will occur --- that is the
20211default.
20212
20213@item show compile-gcc
20214Displays the current compile command @value{NGCC} driver filename.
20215If set, it is the main command @command{gcc}, found usually for example
20216under name @file{x86_64-linux-gnu-gcc}.
20217@end table
20218
6d2ebf8b 20219@node GDB Files
c906108c
SS
20220@chapter @value{GDBN} Files
20221
7a292a7a
SS
20222@value{GDBN} needs to know the file name of the program to be debugged,
20223both in order to read its symbol table and in order to start your
20224program. To debug a core dump of a previous run, you must also tell
20225@value{GDBN} the name of the core dump file.
c906108c
SS
20226
20227@menu
20228* Files:: Commands to specify files
2b4bf6af 20229* File Caching:: Information about @value{GDBN}'s file caching
5b5d99cf 20230* Separate Debug Files:: Debugging information in separate files
608e2dbb 20231* MiniDebugInfo:: Debugging information in a special section
9291a0cd 20232* Index Files:: Index files speed up GDB
c906108c 20233* Symbol Errors:: Errors reading symbol files
b14b1491 20234* Data Files:: GDB data files
c906108c
SS
20235@end menu
20236
6d2ebf8b 20237@node Files
79a6e687 20238@section Commands to Specify Files
c906108c 20239
7a292a7a 20240@cindex symbol table
c906108c 20241@cindex core dump file
7a292a7a
SS
20242
20243You may want to specify executable and core dump file names. The usual
20244way to do this is at start-up time, using the arguments to
20245@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20246Out of @value{GDBN}}).
c906108c
SS
20247
20248Occasionally it is necessary to change to a different file during a
397ca115
EZ
20249@value{GDBN} session. Or you may run @value{GDBN} and forget to
20250specify a file you want to use. Or you are debugging a remote target
79a6e687
BW
20251via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20252Program}). In these situations the @value{GDBN} commands to specify
0869d01b 20253new files are useful.
c906108c
SS
20254
20255@table @code
20256@cindex executable file
20257@kindex file
20258@item file @var{filename}
20259Use @var{filename} as the program to be debugged. It is read for its
20260symbols and for the contents of pure memory. It is also the program
20261executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
20262directory and the file is not found in the @value{GDBN} working directory,
20263@value{GDBN} uses the environment variable @code{PATH} as a list of
20264directories to search, just as the shell does when looking for a program
20265to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
20266and your program, using the @code{path} command.
20267
fc8be69e
EZ
20268@cindex unlinked object files
20269@cindex patching object files
20270You can load unlinked object @file{.o} files into @value{GDBN} using
20271the @code{file} command. You will not be able to ``run'' an object
20272file, but you can disassemble functions and inspect variables. Also,
20273if the underlying BFD functionality supports it, you could use
20274@kbd{gdb -write} to patch object files using this technique. Note
20275that @value{GDBN} can neither interpret nor modify relocations in this
20276case, so branches and some initialized variables will appear to go to
20277the wrong place. But this feature is still handy from time to time.
20278
c906108c
SS
20279@item file
20280@code{file} with no argument makes @value{GDBN} discard any information it
20281has on both executable file and the symbol table.
20282
20283@kindex exec-file
20284@item exec-file @r{[} @var{filename} @r{]}
20285Specify that the program to be run (but not the symbol table) is found
20286in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
20287if necessary to locate your program. Omitting @var{filename} means to
20288discard information on the executable file.
20289
20290@kindex symbol-file
d4d429d5 20291@item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
c906108c
SS
20292Read symbol table information from file @var{filename}. @code{PATH} is
20293searched when necessary. Use the @code{file} command to get both symbol
20294table and program to run from the same file.
20295
d4d429d5
PT
20296If an optional @var{offset} is specified, it is added to the start
20297address of each section in the symbol file. This is useful if the
20298program is relocated at runtime, such as the Linux kernel with kASLR
20299enabled.
20300
c906108c
SS
20301@code{symbol-file} with no argument clears out @value{GDBN} information on your
20302program's symbol table.
20303
ae5a43e0
DJ
20304The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20305some breakpoints and auto-display expressions. This is because they may
20306contain pointers to the internal data recording symbols and data types,
20307which are part of the old symbol table data being discarded inside
20308@value{GDBN}.
c906108c
SS
20309
20310@code{symbol-file} does not repeat if you press @key{RET} again after
20311executing it once.
20312
20313When @value{GDBN} is configured for a particular environment, it
20314understands debugging information in whatever format is the standard
20315generated for that environment; you may use either a @sc{gnu} compiler, or
20316other compilers that adhere to the local conventions.
c906108c 20317Best results are usually obtained from @sc{gnu} compilers; for example,
e22ea452 20318using @code{@value{NGCC}} you can generate debugging information for
c906108c 20319optimized code.
c906108c
SS
20320
20321For most kinds of object files, with the exception of old SVR3 systems
20322using COFF, the @code{symbol-file} command does not normally read the
20323symbol table in full right away. Instead, it scans the symbol table
20324quickly to find which source files and which symbols are present. The
20325details are read later, one source file at a time, as they are needed.
20326
20327The purpose of this two-stage reading strategy is to make @value{GDBN}
20328start up faster. For the most part, it is invisible except for
20329occasional pauses while the symbol table details for a particular source
20330file are being read. (The @code{set verbose} command can turn these
20331pauses into messages if desired. @xref{Messages/Warnings, ,Optional
79a6e687 20332Warnings and Messages}.)
c906108c 20333
c906108c
SS
20334We have not implemented the two-stage strategy for COFF yet. When the
20335symbol table is stored in COFF format, @code{symbol-file} reads the
20336symbol table data in full right away. Note that ``stabs-in-COFF''
20337still does the two-stage strategy, since the debug info is actually
20338in stabs format.
20339
20340@kindex readnow
20341@cindex reading symbols immediately
20342@cindex symbols, reading immediately
6ac33a4e
TT
20343@item symbol-file @r{[} -readnow @r{]} @var{filename}
20344@itemx file @r{[} -readnow @r{]} @var{filename}
c906108c
SS
20345You can override the @value{GDBN} two-stage strategy for reading symbol
20346tables by using the @samp{-readnow} option with any of the commands that
20347load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 20348entire symbol table available.
c906108c 20349
97cbe998
SDJ
20350@cindex @code{-readnever}, option for symbol-file command
20351@cindex never read symbols
20352@cindex symbols, never read
20353@item symbol-file @r{[} -readnever @r{]} @var{filename}
20354@itemx file @r{[} -readnever @r{]} @var{filename}
20355You can instruct @value{GDBN} to never read the symbolic information
20356contained in @var{filename} by using the @samp{-readnever} option.
20357@xref{--readnever}.
20358
c906108c
SS
20359@c FIXME: for now no mention of directories, since this seems to be in
20360@c flux. 13mar1992 status is that in theory GDB would look either in
20361@c current dir or in same dir as myprog; but issues like competing
20362@c GDB's, or clutter in system dirs, mean that in practice right now
20363@c only current dir is used. FFish says maybe a special GDB hierarchy
20364@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20365@c files.
20366
c906108c 20367@kindex core-file
09d4efe1 20368@item core-file @r{[}@var{filename}@r{]}
4644b6e3 20369@itemx core
c906108c
SS
20370Specify the whereabouts of a core dump file to be used as the ``contents
20371of memory''. Traditionally, core files contain only some parts of the
20372address space of the process that generated them; @value{GDBN} can access the
20373executable file itself for other parts.
20374
20375@code{core-file} with no argument specifies that no core file is
20376to be used.
20377
20378Note that the core file is ignored when your program is actually running
7a292a7a
SS
20379under @value{GDBN}. So, if you have been running your program and you
20380wish to debug a core file instead, you must kill the subprocess in which
20381the program is running. To do this, use the @code{kill} command
79a6e687 20382(@pxref{Kill Process, ,Killing the Child Process}).
c906108c 20383
c906108c
SS
20384@kindex add-symbol-file
20385@cindex dynamic linking
291f9a96 20386@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
20387The @code{add-symbol-file} command reads additional symbol table
20388information from the file @var{filename}. You would use this command
20389when @var{filename} has been dynamically loaded (by some other means)
ed6dfe51
PT
20390into the program that is running. The @var{textaddress} parameter gives
20391the memory address at which the file's text section has been loaded.
20392You can additionally specify the base address of other sections using
20393an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20394If a section is omitted, @value{GDBN} will use its default addresses
20395as found in @var{filename}. Any @var{address} or @var{textaddress}
20396can be given as an expression.
c906108c 20397
291f9a96
PT
20398If an optional @var{offset} is specified, it is added to the start
20399address of each section, except those for which the address was
20400specified explicitly.
20401
c906108c
SS
20402The symbol table of the file @var{filename} is added to the symbol table
20403originally read with the @code{symbol-file} command. You can use the
96a2c332 20404@code{add-symbol-file} command any number of times; the new symbol data
98297bf6
NB
20405thus read is kept in addition to the old.
20406
20407Changes can be reverted using the command @code{remove-symbol-file}.
c906108c 20408
17d9d558
JB
20409@cindex relocatable object files, reading symbols from
20410@cindex object files, relocatable, reading symbols from
20411@cindex reading symbols from relocatable object files
20412@cindex symbols, reading from relocatable object files
20413@cindex @file{.o} files, reading symbols from
20414Although @var{filename} is typically a shared library file, an
20415executable file, or some other object file which has been fully
20416relocated for loading into a process, you can also load symbolic
20417information from relocatable @file{.o} files, as long as:
20418
20419@itemize @bullet
20420@item
20421the file's symbolic information refers only to linker symbols defined in
20422that file, not to symbols defined by other object files,
20423@item
20424every section the file's symbolic information refers to has actually
20425been loaded into the inferior, as it appears in the file, and
20426@item
20427you can determine the address at which every section was loaded, and
20428provide these to the @code{add-symbol-file} command.
20429@end itemize
20430
20431@noindent
20432Some embedded operating systems, like Sun Chorus and VxWorks, can load
20433relocatable files into an already running program; such systems
20434typically make the requirements above easy to meet. However, it's
20435important to recognize that many native systems use complex link
49efadf5 20436procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
20437assembly, for example) that make the requirements difficult to meet. In
20438general, one cannot assume that using @code{add-symbol-file} to read a
20439relocatable object file's symbolic information will have the same effect
20440as linking the relocatable object file into the program in the normal
20441way.
20442
c906108c
SS
20443@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20444
98297bf6
NB
20445@kindex remove-symbol-file
20446@item remove-symbol-file @var{filename}
20447@item remove-symbol-file -a @var{address}
20448Remove a symbol file added via the @code{add-symbol-file} command. The
20449file to remove can be identified by its @var{filename} or by an @var{address}
20450that lies within the boundaries of this symbol file in memory. Example:
20451
20452@smallexample
20453(gdb) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
20454add symbol table from file "/home/user/gdb/mylib.so" at
20455 .text_addr = 0x7ffff7ff9480
20456(y or n) y
0bab6cf1 20457Reading symbols from /home/user/gdb/mylib.so...
98297bf6
NB
20458(gdb) remove-symbol-file -a 0x7ffff7ff9480
20459Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
20460(gdb)
20461@end smallexample
20462
20463
20464@code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20465
c45da7e6
EZ
20466@kindex add-symbol-file-from-memory
20467@cindex @code{syscall DSO}
20468@cindex load symbols from memory
20469@item add-symbol-file-from-memory @var{address}
20470Load symbols from the given @var{address} in a dynamically loaded
20471object file whose image is mapped directly into the inferior's memory.
20472For example, the Linux kernel maps a @code{syscall DSO} into each
20473process's address space; this DSO provides kernel-specific code for
20474some system calls. The argument can be any expression whose
20475evaluation yields the address of the file's shared object file header.
20476For this command to work, you must have used @code{symbol-file} or
20477@code{exec-file} commands in advance.
20478
c906108c 20479@kindex section
09d4efe1
EZ
20480@item section @var{section} @var{addr}
20481The @code{section} command changes the base address of the named
20482@var{section} of the exec file to @var{addr}. This can be used if the
20483exec file does not contain section addresses, (such as in the
20484@code{a.out} format), or when the addresses specified in the file
20485itself are wrong. Each section must be changed separately. The
20486@code{info files} command, described below, lists all the sections and
20487their addresses.
c906108c
SS
20488
20489@kindex info files
20490@kindex info target
20491@item info files
20492@itemx info target
7a292a7a
SS
20493@code{info files} and @code{info target} are synonymous; both print the
20494current target (@pxref{Targets, ,Specifying a Debugging Target}),
20495including the names of the executable and core dump files currently in
20496use by @value{GDBN}, and the files from which symbols were loaded. The
20497command @code{help target} lists all possible targets rather than
20498current ones.
20499
fe95c787
MS
20500@kindex maint info sections
20501@item maint info sections
20502Another command that can give you extra information about program sections
20503is @code{maint info sections}. In addition to the section information
20504displayed by @code{info files}, this command displays the flags and file
20505offset of each section in the executable and core dump files. In addition,
20506@code{maint info sections} provides the following command options (which
20507may be arbitrarily combined):
20508
20509@table @code
20510@item ALLOBJ
20511Display sections for all loaded object files, including shared libraries.
20512@item @var{sections}
6600abed 20513Display info only for named @var{sections}.
fe95c787
MS
20514@item @var{section-flags}
20515Display info only for sections for which @var{section-flags} are true.
20516The section flags that @value{GDBN} currently knows about are:
20517@table @code
20518@item ALLOC
20519Section will have space allocated in the process when loaded.
20520Set for all sections except those containing debug information.
20521@item LOAD
20522Section will be loaded from the file into the child process memory.
20523Set for pre-initialized code and data, clear for @code{.bss} sections.
20524@item RELOC
20525Section needs to be relocated before loading.
20526@item READONLY
20527Section cannot be modified by the child process.
20528@item CODE
20529Section contains executable code only.
6600abed 20530@item DATA
fe95c787
MS
20531Section contains data only (no executable code).
20532@item ROM
20533Section will reside in ROM.
20534@item CONSTRUCTOR
20535Section contains data for constructor/destructor lists.
20536@item HAS_CONTENTS
20537Section is not empty.
20538@item NEVER_LOAD
20539An instruction to the linker to not output the section.
20540@item COFF_SHARED_LIBRARY
20541A notification to the linker that the section contains
20542COFF shared library information.
20543@item IS_COMMON
20544Section contains common symbols.
20545@end table
20546@end table
6763aef9 20547@kindex set trust-readonly-sections
9c16f35a 20548@cindex read-only sections
6763aef9
MS
20549@item set trust-readonly-sections on
20550Tell @value{GDBN} that readonly sections in your object file
6ca652b0 20551really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
20552In that case, @value{GDBN} can fetch values from these sections
20553out of the object file, rather than from the target program.
20554For some targets (notably embedded ones), this can be a significant
20555enhancement to debugging performance.
20556
20557The default is off.
20558
20559@item set trust-readonly-sections off
15110bc3 20560Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
20561the contents of the section might change while the program is running,
20562and must therefore be fetched from the target when needed.
9c16f35a
EZ
20563
20564@item show trust-readonly-sections
20565Show the current setting of trusting readonly sections.
c906108c
SS
20566@end table
20567
20568All file-specifying commands allow both absolute and relative file names
20569as arguments. @value{GDBN} always converts the file name to an absolute file
20570name and remembers it that way.
20571
c906108c 20572@cindex shared libraries
9cceb671 20573@anchor{Shared Libraries}
b1236ac3
PA
20574@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20575Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20576DSBT (TIC6X) shared libraries.
53a5351d 20577
9cceb671
DJ
20578On MS-Windows @value{GDBN} must be linked with the Expat library to support
20579shared libraries. @xref{Expat}.
20580
c906108c
SS
20581@value{GDBN} automatically loads symbol definitions from shared libraries
20582when you use the @code{run} command, or when you examine a core file.
20583(Before you issue the @code{run} command, @value{GDBN} does not understand
20584references to a function in a shared library, however---unless you are
20585debugging a core file).
53a5351d 20586
c906108c
SS
20587@c FIXME: some @value{GDBN} release may permit some refs to undef
20588@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20589@c FIXME...lib; check this from time to time when updating manual
20590
b7209cb4
FF
20591There are times, however, when you may wish to not automatically load
20592symbol definitions from shared libraries, such as when they are
20593particularly large or there are many of them.
20594
20595To control the automatic loading of shared library symbols, use the
20596commands:
20597
20598@table @code
20599@kindex set auto-solib-add
20600@item set auto-solib-add @var{mode}
20601If @var{mode} is @code{on}, symbols from all shared object libraries
20602will be loaded automatically when the inferior begins execution, you
20603attach to an independently started inferior, or when the dynamic linker
20604informs @value{GDBN} that a new library has been loaded. If @var{mode}
20605is @code{off}, symbols must be loaded manually, using the
20606@code{sharedlibrary} command. The default value is @code{on}.
20607
dcaf7c2c
EZ
20608@cindex memory used for symbol tables
20609If your program uses lots of shared libraries with debug info that
20610takes large amounts of memory, you can decrease the @value{GDBN}
20611memory footprint by preventing it from automatically loading the
20612symbols from shared libraries. To that end, type @kbd{set
20613auto-solib-add off} before running the inferior, then load each
20614library whose debug symbols you do need with @kbd{sharedlibrary
d3e8051b 20615@var{regexp}}, where @var{regexp} is a regular expression that matches
dcaf7c2c
EZ
20616the libraries whose symbols you want to be loaded.
20617
b7209cb4
FF
20618@kindex show auto-solib-add
20619@item show auto-solib-add
20620Display the current autoloading mode.
20621@end table
20622
c45da7e6 20623@cindex load shared library
b7209cb4
FF
20624To explicitly load shared library symbols, use the @code{sharedlibrary}
20625command:
20626
c906108c
SS
20627@table @code
20628@kindex info sharedlibrary
20629@kindex info share
55333a84
DE
20630@item info share @var{regex}
20631@itemx info sharedlibrary @var{regex}
20632Print the names of the shared libraries which are currently loaded
20633that match @var{regex}. If @var{regex} is omitted then print
20634all shared libraries that are loaded.
c906108c 20635
b30a0bc3
JB
20636@kindex info dll
20637@item info dll @var{regex}
20638This is an alias of @code{info sharedlibrary}.
20639
c906108c
SS
20640@kindex sharedlibrary
20641@kindex share
20642@item sharedlibrary @var{regex}
20643@itemx share @var{regex}
c906108c
SS
20644Load shared object library symbols for files matching a
20645Unix regular expression.
20646As with files loaded automatically, it only loads shared libraries
20647required by your program for a core file or after typing @code{run}. If
20648@var{regex} is omitted all shared libraries required by your program are
20649loaded.
c45da7e6
EZ
20650
20651@item nosharedlibrary
20652@kindex nosharedlibrary
20653@cindex unload symbols from shared libraries
20654Unload all shared object library symbols. This discards all symbols
20655that have been loaded from all shared libraries. Symbols from shared
20656libraries that were loaded by explicit user requests are not
20657discarded.
c906108c
SS
20658@end table
20659
721c2651 20660Sometimes you may wish that @value{GDBN} stops and gives you control
edcc5120
TT
20661when any of shared library events happen. The best way to do this is
20662to use @code{catch load} and @code{catch unload} (@pxref{Set
20663Catchpoints}).
20664
09f2921c 20665@value{GDBN} also supports the @code{set stop-on-solib-events}
edcc5120
TT
20666command for this. This command exists for historical reasons. It is
20667less useful than setting a catchpoint, because it does not allow for
20668conditions or commands as a catchpoint does.
721c2651
EZ
20669
20670@table @code
20671@item set stop-on-solib-events
20672@kindex set stop-on-solib-events
20673This command controls whether @value{GDBN} should give you control
20674when the dynamic linker notifies it about some shared library event.
20675The most common event of interest is loading or unloading of a new
20676shared library.
20677
20678@item show stop-on-solib-events
20679@kindex show stop-on-solib-events
20680Show whether @value{GDBN} stops and gives you control when shared
20681library events happen.
20682@end table
20683
f5ebfba0 20684Shared libraries are also supported in many cross or remote debugging
f1838a98
UW
20685configurations. @value{GDBN} needs to have access to the target's libraries;
20686this can be accomplished either by providing copies of the libraries
20687on the host system, or by asking @value{GDBN} to automatically retrieve the
20688libraries from the target. If copies of the target libraries are
20689provided, they need to be the same as the target libraries, although the
f5ebfba0
DJ
20690copies on the target can be stripped as long as the copies on the host are
20691not.
20692
59b7b46f
EZ
20693@cindex where to look for shared libraries
20694For remote debugging, you need to tell @value{GDBN} where the target
20695libraries are, so that it can load the correct copies---otherwise, it
20696may try to load the host's libraries. @value{GDBN} has two variables
20697to specify the search directories for target libraries.
f5ebfba0
DJ
20698
20699@table @code
a9a5a3d1 20700@cindex prefix for executable and shared library file names
f822c95b 20701@cindex system root, alternate
f5ebfba0 20702@kindex set solib-absolute-prefix
f822c95b
DJ
20703@kindex set sysroot
20704@item set sysroot @var{path}
20705Use @var{path} as the system root for the program being debugged. Any
20706absolute shared library paths will be prefixed with @var{path}; many
20707runtime loaders store the absolute paths to the shared library in the
a9a5a3d1
GB
20708target program's memory. When starting processes remotely, and when
20709attaching to already-running processes (local or remote), their
20710executable filenames will be prefixed with @var{path} if reported to
20711@value{GDBN} as absolute by the operating system. If you use
20712@code{set sysroot} to find executables and shared libraries, they need
20713to be laid out in the same way that they are on the target, with
20714e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
20715@var{path}.
f822c95b 20716
599bd15c
GB
20717If @var{path} starts with the sequence @file{target:} and the target
20718system is remote then @value{GDBN} will retrieve the target binaries
20719from the remote system. This is only supported when using a remote
20720target that supports the @code{remote get} command (@pxref{File
20721Transfer,,Sending files to a remote system}). The part of @var{path}
20722following the initial @file{target:} (if present) is used as system
20723root prefix on the remote file system. If @var{path} starts with the
20724sequence @file{remote:} this is converted to the sequence
20725@file{target:} by @code{set sysroot}@footnote{Historically the
20726functionality to retrieve binaries from the remote system was
20727provided by prefixing @var{path} with @file{remote:}}. If you want
20728to specify a local system root using a directory that happens to be
20729named @file{target:} or @file{remote:}, you need to use some
20730equivalent variant of the name like @file{./target:}.
f1838a98 20731
ab38a727
PA
20732For targets with an MS-DOS based filesystem, such as MS-Windows and
20733SymbianOS, @value{GDBN} tries prefixing a few variants of the target
20734absolute file name with @var{path}. But first, on Unix hosts,
20735@value{GDBN} converts all backslash directory separators into forward
20736slashes, because the backslash is not a directory separator on Unix:
20737
20738@smallexample
20739 c:\foo\bar.dll @result{} c:/foo/bar.dll
20740@end smallexample
20741
20742Then, @value{GDBN} attempts prefixing the target file name with
20743@var{path}, and looks for the resulting file name in the host file
20744system:
20745
20746@smallexample
20747 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
20748@end smallexample
20749
a9a5a3d1 20750If that does not find the binary, @value{GDBN} tries removing
ab38a727
PA
20751the @samp{:} character from the drive spec, both for convenience, and,
20752for the case of the host file system not supporting file names with
20753colons:
20754
20755@smallexample
20756 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
20757@end smallexample
20758
20759This makes it possible to have a system root that mirrors a target
20760with more than one drive. E.g., you may want to setup your local
20761copies of the target system shared libraries like so (note @samp{c} vs
20762@samp{z}):
20763
20764@smallexample
20765 @file{/path/to/sysroot/c/sys/bin/foo.dll}
20766 @file{/path/to/sysroot/c/sys/bin/bar.dll}
20767 @file{/path/to/sysroot/z/sys/bin/bar.dll}
20768@end smallexample
20769
20770@noindent
20771and point the system root at @file{/path/to/sysroot}, so that
20772@value{GDBN} can find the correct copies of both
20773@file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
20774
a9a5a3d1 20775If that still does not find the binary, @value{GDBN} tries
ab38a727
PA
20776removing the whole drive spec from the target file name:
20777
20778@smallexample
20779 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
20780@end smallexample
20781
20782This last lookup makes it possible to not care about the drive name,
20783if you don't want or need to.
20784
f822c95b
DJ
20785The @code{set solib-absolute-prefix} command is an alias for @code{set
20786sysroot}.
20787
20788@cindex default system root
59b7b46f 20789@cindex @samp{--with-sysroot}
f822c95b
DJ
20790You can set the default system root by using the configure-time
20791@samp{--with-sysroot} option. If the system root is inside
20792@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20793@samp{--exec-prefix}), then the default system root will be updated
20794automatically if the installed @value{GDBN} is moved to a new
20795location.
20796
20797@kindex show sysroot
20798@item show sysroot
a9a5a3d1 20799Display the current executable and shared library prefix.
f5ebfba0
DJ
20800
20801@kindex set solib-search-path
20802@item set solib-search-path @var{path}
f822c95b
DJ
20803If this variable is set, @var{path} is a colon-separated list of
20804directories to search for shared libraries. @samp{solib-search-path}
20805is used after @samp{sysroot} fails to locate the library, or if the
20806path to the library is relative instead of absolute. If you want to
20807use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
d3e8051b 20808@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
f822c95b 20809finding your host's libraries. @samp{sysroot} is preferred; setting
d3e8051b 20810it to a nonexistent directory may interfere with automatic loading
f822c95b 20811of shared library symbols.
f5ebfba0
DJ
20812
20813@kindex show solib-search-path
20814@item show solib-search-path
20815Display the current shared library search path.
ab38a727
PA
20816
20817@cindex DOS file-name semantics of file names.
20818@kindex set target-file-system-kind (unix|dos-based|auto)
20819@kindex show target-file-system-kind
20820@item set target-file-system-kind @var{kind}
20821Set assumed file system kind for target reported file names.
20822
20823Shared library file names as reported by the target system may not
20824make sense as is on the system @value{GDBN} is running on. For
20825example, when remote debugging a target that has MS-DOS based file
20826system semantics, from a Unix host, the target may be reporting to
20827@value{GDBN} a list of loaded shared libraries with file names such as
20828@file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
20829drive letters, so the @samp{c:\} prefix is not normally understood as
20830indicating an absolute file name, and neither is the backslash
20831normally considered a directory separator character. In that case,
20832the native file system would interpret this whole absolute file name
20833as a relative file name with no directory components. This would make
20834it impossible to point @value{GDBN} at a copy of the remote target's
20835shared libraries on the host using @code{set sysroot}, and impractical
20836with @code{set solib-search-path}. Setting
20837@code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
20838to interpret such file names similarly to how the target would, and to
20839map them to file names valid on @value{GDBN}'s native file system
20840semantics. The value of @var{kind} can be @code{"auto"}, in addition
20841to one of the supported file system kinds. In that case, @value{GDBN}
20842tries to determine the appropriate file system variant based on the
20843current target's operating system (@pxref{ABI, ,Configuring the
20844Current ABI}). The supported file system settings are:
20845
20846@table @code
20847@item unix
20848Instruct @value{GDBN} to assume the target file system is of Unix
20849kind. Only file names starting the forward slash (@samp{/}) character
20850are considered absolute, and the directory separator character is also
20851the forward slash.
20852
20853@item dos-based
20854Instruct @value{GDBN} to assume the target file system is DOS based.
20855File names starting with either a forward slash, or a drive letter
20856followed by a colon (e.g., @samp{c:}), are considered absolute, and
20857both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20858considered directory separators.
20859
20860@item auto
20861Instruct @value{GDBN} to use the file system kind associated with the
20862target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20863This is the default.
20864@end table
f5ebfba0
DJ
20865@end table
20866
c011a4f4
DE
20867@cindex file name canonicalization
20868@cindex base name differences
20869When processing file names provided by the user, @value{GDBN}
20870frequently needs to compare them to the file names recorded in the
20871program's debug info. Normally, @value{GDBN} compares just the
20872@dfn{base names} of the files as strings, which is reasonably fast
20873even for very large programs. (The base name of a file is the last
20874portion of its name, after stripping all the leading directories.)
20875This shortcut in comparison is based upon the assumption that files
20876cannot have more than one base name. This is usually true, but
20877references to files that use symlinks or similar filesystem
20878facilities violate that assumption. If your program records files
20879using such facilities, or if you provide file names to @value{GDBN}
20880using symlinks etc., you can set @code{basenames-may-differ} to
20881@code{true} to instruct @value{GDBN} to completely canonicalize each
20882pair of file names it needs to compare. This will make file-name
20883comparisons accurate, but at a price of a significant slowdown.
20884
20885@table @code
20886@item set basenames-may-differ
20887@kindex set basenames-may-differ
20888Set whether a source file may have multiple base names.
20889
20890@item show basenames-may-differ
20891@kindex show basenames-may-differ
20892Show whether a source file may have multiple base names.
20893@end table
5b5d99cf 20894
18989b3c
AB
20895@node File Caching
20896@section File Caching
20897@cindex caching of opened files
20898@cindex caching of bfd objects
20899
20900To speed up file loading, and reduce memory usage, @value{GDBN} will
20901reuse the @code{bfd} objects used to track open files. @xref{Top, ,
20902BFD, bfd, The Binary File Descriptor Library}. The following commands
20903allow visibility and control of the caching behavior.
20904
20905@table @code
20906@kindex maint info bfds
20907@item maint info bfds
20908This prints information about each @code{bfd} object that is known to
20909@value{GDBN}.
20910
20911@kindex maint set bfd-sharing
20912@kindex maint show bfd-sharing
20913@kindex bfd caching
20914@item maint set bfd-sharing
20915@item maint show bfd-sharing
20916Control whether @code{bfd} objects can be shared. When sharing is
20917enabled @value{GDBN} reuses already open @code{bfd} objects rather
20918than reopening the same file. Turning sharing off does not cause
20919already shared @code{bfd} objects to be unshared, but all future files
20920that are opened will create a new @code{bfd} object. Similarly,
20921re-enabling sharing does not cause multiple existing @code{bfd}
20922objects to be collapsed into a single shared @code{bfd} object.
566f5e3b
AB
20923
20924@kindex set debug bfd-cache @var{level}
20925@kindex bfd caching
20926@item set debug bfd-cache @var{level}
20927Turns on debugging of the bfd cache, setting the level to @var{level}.
20928
20929@kindex show debug bfd-cache
20930@kindex bfd caching
20931@item show debug bfd-cache
20932Show the current debugging level of the bfd cache.
18989b3c
AB
20933@end table
20934
5b5d99cf
JB
20935@node Separate Debug Files
20936@section Debugging Information in Separate Files
20937@cindex separate debugging information files
20938@cindex debugging information in separate files
20939@cindex @file{.debug} subdirectories
20940@cindex debugging information directory, global
f307c045 20941@cindex global debugging information directories
c7e83d54
EZ
20942@cindex build ID, and separate debugging files
20943@cindex @file{.build-id} directory
5b5d99cf
JB
20944
20945@value{GDBN} allows you to put a program's debugging information in a
20946file separate from the executable itself, in a way that allows
20947@value{GDBN} to find and load the debugging information automatically.
c7e83d54
EZ
20948Since debugging information can be very large---sometimes larger
20949than the executable code itself---some systems distribute debugging
5b5d99cf
JB
20950information for their executables in separate files, which users can
20951install only when they need to debug a problem.
20952
c7e83d54
EZ
20953@value{GDBN} supports two ways of specifying the separate debug info
20954file:
5b5d99cf
JB
20955
20956@itemize @bullet
20957@item
c7e83d54
EZ
20958The executable contains a @dfn{debug link} that specifies the name of
20959the separate debug info file. The separate debug file's name is
20960usually @file{@var{executable}.debug}, where @var{executable} is the
20961name of the corresponding executable file without leading directories
20962(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
99e008fe
EZ
20963debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
20964checksum for the debug file, which @value{GDBN} uses to validate that
20965the executable and the debug file came from the same build.
c7e83d54
EZ
20966
20967@item
98c59b52 20968@anchor{build ID}
7e27a47a 20969The executable contains a @dfn{build ID}, a unique bit string that is
c7e83d54 20970also present in the corresponding debug info file. (This is supported
c74f7d1c 20971only on some operating systems, when using the ELF or PE file formats
7e27a47a
EZ
20972for binary files and the @sc{gnu} Binutils.) For more details about
20973this feature, see the description of the @option{--build-id}
f5a476a7 20974command-line option in @ref{Options, , Command Line Options, ld,
7e27a47a
EZ
20975The GNU Linker}. The debug info file's name is not specified
20976explicitly by the build ID, but can be computed from the build ID, see
20977below.
d3750b24
JK
20978@end itemize
20979
c7e83d54
EZ
20980Depending on the way the debug info file is specified, @value{GDBN}
20981uses two different methods of looking for the debug file:
d3750b24
JK
20982
20983@itemize @bullet
20984@item
c7e83d54
EZ
20985For the ``debug link'' method, @value{GDBN} looks up the named file in
20986the directory of the executable file, then in a subdirectory of that
5f2459c2
EZ
20987directory named @file{.debug}, and finally under each one of the
20988global debug directories, in a subdirectory whose name is identical to
20989the leading directories of the executable's absolute file name. (On
20990MS-Windows/MS-DOS, the drive letter of the executable's leading
20991directories is converted to a one-letter subdirectory, i.e.@:
20992@file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
20993filesystems disallow colons in file names.)
c7e83d54
EZ
20994
20995@item
83f83d7f 20996For the ``build ID'' method, @value{GDBN} looks in the
f307c045
JK
20997@file{.build-id} subdirectory of each one of the global debug directories for
20998a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
7e27a47a
EZ
20999first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
21000are the rest of the bit string. (Real build ID strings are 32 or more
21001hex characters, not 10.)
c7e83d54
EZ
21002@end itemize
21003
21004So, for example, suppose you ask @value{GDBN} to debug
7e27a47a
EZ
21005@file{/usr/bin/ls}, which has a debug link that specifies the
21006file @file{ls.debug}, and a build ID whose value in hex is
f307c045 21007@code{abcdef1234}. If the list of the global debug directories includes
c7e83d54
EZ
21008@file{/usr/lib/debug}, then @value{GDBN} will look for the following
21009debug information files, in the indicated order:
21010
21011@itemize @minus
21012@item
21013@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
d3750b24 21014@item
c7e83d54 21015@file{/usr/bin/ls.debug}
5b5d99cf 21016@item
c7e83d54 21017@file{/usr/bin/.debug/ls.debug}
5b5d99cf 21018@item
c7e83d54 21019@file{/usr/lib/debug/usr/bin/ls.debug}.
5b5d99cf 21020@end itemize
5b5d99cf 21021
1564a261
JK
21022@anchor{debug-file-directory}
21023Global debugging info directories default to what is set by @value{GDBN}
21024configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21025you can also set the global debugging info directories, and view the list
21026@value{GDBN} is currently using.
5b5d99cf
JB
21027
21028@table @code
21029
21030@kindex set debug-file-directory
24ddea62
JK
21031@item set debug-file-directory @var{directories}
21032Set the directories which @value{GDBN} searches for separate debugging
d9242c17
JK
21033information files to @var{directory}. Multiple path components can be set
21034concatenating them by a path separator.
5b5d99cf
JB
21035
21036@kindex show debug-file-directory
21037@item show debug-file-directory
24ddea62 21038Show the directories @value{GDBN} searches for separate debugging
5b5d99cf
JB
21039information files.
21040
21041@end table
21042
21043@cindex @code{.gnu_debuglink} sections
c7e83d54 21044@cindex debug link sections
5b5d99cf
JB
21045A debug link is a special section of the executable file named
21046@code{.gnu_debuglink}. The section must contain:
21047
21048@itemize
21049@item
21050A filename, with any leading directory components removed, followed by
21051a zero byte,
21052@item
21053zero to three bytes of padding, as needed to reach the next four-byte
21054boundary within the section, and
21055@item
21056a four-byte CRC checksum, stored in the same endianness used for the
21057executable file itself. The checksum is computed on the debugging
21058information file's full contents by the function given below, passing
21059zero as the @var{crc} argument.
21060@end itemize
21061
21062Any executable file format can carry a debug link, as long as it can
21063contain a section named @code{.gnu_debuglink} with the contents
21064described above.
21065
d3750b24 21066@cindex @code{.note.gnu.build-id} sections
c7e83d54 21067@cindex build ID sections
7e27a47a
EZ
21068The build ID is a special section in the executable file (and in other
21069ELF binary files that @value{GDBN} may consider). This section is
21070often named @code{.note.gnu.build-id}, but that name is not mandatory.
21071It contains unique identification for the built files---the ID remains
21072the same across multiple builds of the same build tree. The default
21073algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21074content for the build ID string. The same section with an identical
21075value is present in the original built binary with symbols, in its
21076stripped variant, and in the separate debugging information file.
d3750b24 21077
5b5d99cf
JB
21078The debugging information file itself should be an ordinary
21079executable, containing a full set of linker symbols, sections, and
21080debugging information. The sections of the debugging information file
c7e83d54
EZ
21081should have the same names, addresses, and sizes as the original file,
21082but they need not contain any data---much like a @code{.bss} section
5b5d99cf
JB
21083in an ordinary executable.
21084
7e27a47a 21085The @sc{gnu} binary utilities (Binutils) package includes the
c7e83d54
EZ
21086@samp{objcopy} utility that can produce
21087the separated executable / debugging information file pairs using the
21088following commands:
21089
21090@smallexample
21091@kbd{objcopy --only-keep-debug foo foo.debug}
21092@kbd{strip -g foo}
c7e83d54
EZ
21093@end smallexample
21094
21095@noindent
21096These commands remove the debugging
83f83d7f
JK
21097information from the executable file @file{foo} and place it in the file
21098@file{foo.debug}. You can use the first, second or both methods to link the
21099two files:
21100
21101@itemize @bullet
21102@item
21103The debug link method needs the following additional command to also leave
21104behind a debug link in @file{foo}:
21105
21106@smallexample
21107@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21108@end smallexample
21109
21110Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
d3750b24 21111a version of the @code{strip} command such that the command @kbd{strip foo -f
83f83d7f
JK
21112foo.debug} has the same functionality as the two @code{objcopy} commands and
21113the @code{ln -s} command above, together.
21114
21115@item
21116Build ID gets embedded into the main executable using @code{ld --build-id} or
21117the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21118compatibility fixes for debug files separation are present in @sc{gnu} binary
7e27a47a 21119utilities (Binutils) package since version 2.18.
83f83d7f
JK
21120@end itemize
21121
21122@noindent
d3750b24 21123
99e008fe
EZ
21124@cindex CRC algorithm definition
21125The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21126IEEE 802.3 using the polynomial:
21127
21128@c TexInfo requires naked braces for multi-digit exponents for Tex
21129@c output, but this causes HTML output to barf. HTML has to be set using
21130@c raw commands. So we end up having to specify this equation in 2
21131@c different ways!
21132@ifhtml
21133@display
21134@html
21135 <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>
21136 + <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
21137@end html
21138@end display
21139@end ifhtml
21140@ifnothtml
21141@display
21142 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21143 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21144@end display
21145@end ifnothtml
21146
21147The function is computed byte at a time, taking the least
21148significant bit of each byte first. The initial pattern
21149@code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21150the final result is inverted to ensure trailing zeros also affect the
21151CRC.
21152
21153@emph{Note:} This is the same CRC polynomial as used in handling the
936d2992
PA
21154@dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21155However in the case of the Remote Serial Protocol, the CRC is computed
21156@emph{most} significant bit first, and the result is not inverted, so
21157trailing zeros have no effect on the CRC value.
99e008fe
EZ
21158
21159To complete the description, we show below the code of the function
21160which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21161initially supplied @code{crc} argument means that an initial call to
21162this function passing in zero will start computing the CRC using
21163@code{0xffffffff}.
5b5d99cf 21164
4644b6e3 21165@kindex gnu_debuglink_crc32
5b5d99cf
JB
21166@smallexample
21167unsigned long
21168gnu_debuglink_crc32 (unsigned long crc,
21169 unsigned char *buf, size_t len)
21170@{
21171 static const unsigned long crc32_table[256] =
21172 @{
21173 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21174 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21175 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21176 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21177 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21178 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21179 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21180 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21181 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21182 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21183 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21184 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21185 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21186 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21187 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21188 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21189 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21190 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21191 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21192 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21193 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21194 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21195 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21196 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21197 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21198 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21199 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21200 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21201 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21202 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21203 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21204 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21205 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21206 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21207 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21208 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21209 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21210 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21211 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21212 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21213 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21214 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21215 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21216 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21217 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21218 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21219 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21220 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21221 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21222 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21223 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21224 0x2d02ef8d
21225 @};
21226 unsigned char *end;
21227
21228 crc = ~crc & 0xffffffff;
21229 for (end = buf + len; buf < end; ++buf)
21230 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 21231 return ~crc & 0xffffffff;
5b5d99cf
JB
21232@}
21233@end smallexample
21234
c7e83d54
EZ
21235@noindent
21236This computation does not apply to the ``build ID'' method.
21237
608e2dbb
TT
21238@node MiniDebugInfo
21239@section Debugging information in a special section
21240@cindex separate debug sections
21241@cindex @samp{.gnu_debugdata} section
21242
21243Some systems ship pre-built executables and libraries that have a
21244special @samp{.gnu_debugdata} section. This feature is called
21245@dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21246is used to supply extra symbols for backtraces.
21247
21248The intent of this section is to provide extra minimal debugging
21249information for use in simple backtraces. It is not intended to be a
21250replacement for full separate debugging information (@pxref{Separate
21251Debug Files}). The example below shows the intended use; however,
21252@value{GDBN} does not currently put restrictions on what sort of
21253debugging information might be included in the section.
21254
21255@value{GDBN} has support for this extension. If the section exists,
21256then it is used provided that no other source of debugging information
21257can be found, and that @value{GDBN} was configured with LZMA support.
21258
21259This section can be easily created using @command{objcopy} and other
21260standard utilities:
21261
21262@smallexample
21263# Extract the dynamic symbols from the main binary, there is no need
5423b017 21264# to also have these in the normal symbol table.
608e2dbb
TT
21265nm -D @var{binary} --format=posix --defined-only \
21266 | awk '@{ print $1 @}' | sort > dynsyms
21267
5423b017 21268# Extract all the text (i.e. function) symbols from the debuginfo.
1d236d23
JK
21269# (Note that we actually also accept "D" symbols, for the benefit
21270# of platforms like PowerPC64 that use function descriptors.)
608e2dbb 21271nm @var{binary} --format=posix --defined-only \
1d236d23 21272 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
608e2dbb
TT
21273 | sort > funcsyms
21274
21275# Keep all the function symbols not already in the dynamic symbol
21276# table.
21277comm -13 dynsyms funcsyms > keep_symbols
21278
edf9f00c
JK
21279# Separate full debug info into debug binary.
21280objcopy --only-keep-debug @var{binary} debug
21281
608e2dbb
TT
21282# Copy the full debuginfo, keeping only a minimal set of symbols and
21283# removing some unnecessary sections.
21284objcopy -S --remove-section .gdb_index --remove-section .comment \
edf9f00c
JK
21285 --keep-symbols=keep_symbols debug mini_debuginfo
21286
21287# Drop the full debug info from the original binary.
21288strip --strip-all -R .comment @var{binary}
608e2dbb
TT
21289
21290# Inject the compressed data into the .gnu_debugdata section of the
21291# original binary.
21292xz mini_debuginfo
21293objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21294@end smallexample
5b5d99cf 21295
9291a0cd
TT
21296@node Index Files
21297@section Index Files Speed Up @value{GDBN}
21298@cindex index files
21299@cindex @samp{.gdb_index} section
21300
21301When @value{GDBN} finds a symbol file, it scans the symbols in the
21302file in order to construct an internal symbol table. This lets most
21303@value{GDBN} operations work quickly---at the cost of a delay early
21304on. For large programs, this delay can be quite lengthy, so
21305@value{GDBN} provides a way to build an index, which speeds up
21306startup.
21307
ba643918
SDJ
21308For convenience, @value{GDBN} comes with a program,
21309@command{gdb-add-index}, which can be used to add the index to a
21310symbol file. It takes the symbol file as its only argument:
21311
21312@smallexample
21313$ gdb-add-index symfile
21314@end smallexample
21315
21316@xref{gdb-add-index}.
21317
21318It is also possible to do the work manually. Here is what
21319@command{gdb-add-index} does behind the curtains.
21320
9291a0cd
TT
21321The index is stored as a section in the symbol file. @value{GDBN} can
21322write the index to a file, then you can put it into the symbol file
21323using @command{objcopy}.
21324
21325To create an index file, use the @code{save gdb-index} command:
21326
21327@table @code
437afbb8 21328@item save gdb-index [-dwarf-5] @var{directory}
9291a0cd 21329@kindex save gdb-index
437afbb8
JK
21330Create index files for all symbol files currently known by
21331@value{GDBN}. For each known @var{symbol-file}, this command by
21332default creates it produces a single file
21333@file{@var{symbol-file}.gdb-index}. If you invoke this command with
21334the @option{-dwarf-5} option, it produces 2 files:
21335@file{@var{symbol-file}.debug_names} and
21336@file{@var{symbol-file}.debug_str}. The files are created in the
21337given @var{directory}.
9291a0cd
TT
21338@end table
21339
21340Once you have created an index file you can merge it into your symbol
21341file, here named @file{symfile}, using @command{objcopy}:
21342
21343@smallexample
21344$ objcopy --add-section .gdb_index=symfile.gdb-index \
21345 --set-section-flags .gdb_index=readonly symfile symfile
21346@end smallexample
21347
437afbb8
JK
21348Or for @code{-dwarf-5}:
21349
21350@smallexample
21351$ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21352$ cat symfile.debug_str >>symfile.debug_str.new
21353$ objcopy --add-section .debug_names=symfile.gdb-index \
21354 --set-section-flags .debug_names=readonly \
21355 --update-section .debug_str=symfile.debug_str.new symfile symfile
21356@end smallexample
21357
e615022a
DE
21358@value{GDBN} will normally ignore older versions of @file{.gdb_index}
21359sections that have been deprecated. Usually they are deprecated because
21360they are missing a new feature or have performance issues.
21361To tell @value{GDBN} to use a deprecated index section anyway
21362specify @code{set use-deprecated-index-sections on}.
21363The default is @code{off}.
21364This can speed up startup, but may result in some functionality being lost.
21365@xref{Index Section Format}.
21366
21367@emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21368must be done before gdb reads the file. The following will not work:
21369
21370@smallexample
21371$ gdb -ex "set use-deprecated-index-sections on" <program>
21372@end smallexample
21373
21374Instead you must do, for example,
21375
21376@smallexample
21377$ gdb -iex "set use-deprecated-index-sections on" <program>
21378@end smallexample
21379
914592f9 21380Indices only work when using DWARF debugging information, not stabs.
9291a0cd 21381
7d11235d
SM
21382@subsection Automatic symbol index cache
21383
a0a3a1e9 21384@cindex automatic symbol index cache
7d11235d
SM
21385It is possible for @value{GDBN} to automatically save a copy of this index in a
21386cache on disk and retrieve it from there when loading the same binary in the
21387future. This feature can be turned on with @kbd{set index-cache on}. The
21388following commands can be used to tweak the behavior of the index cache.
21389
21390@table @code
21391
a0a3a1e9 21392@kindex set index-cache
7d11235d
SM
21393@item set index-cache on
21394@itemx set index-cache off
21395Enable or disable the use of the symbol index cache.
21396
21397@item set index-cache directory @var{directory}
a0a3a1e9 21398@kindex show index-cache
7d11235d 21399@itemx show index-cache directory
e6cd1dc1
TT
21400Set/show the directory where index files will be saved.
21401
21402The default value for this directory depends on the host platform. On
21403most systems, the index is cached in the @file{gdb} subdirectory of
21404the directory pointed to by the @env{XDG_CACHE_HOME} environment
21405variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21406of your home directory. However, on some systems, the default may
21407differ according to local convention.
7d11235d
SM
21408
21409There is no limit on the disk space used by index cache. It is perfectly safe
21410to delete the content of that directory to free up disk space.
21411
21412@item show index-cache stats
21413Print the number of cache hits and misses since the launch of @value{GDBN}.
21414
21415@end table
21416
6d2ebf8b 21417@node Symbol Errors
79a6e687 21418@section Errors Reading Symbol Files
c906108c
SS
21419
21420While reading a symbol file, @value{GDBN} occasionally encounters problems,
21421such as symbol types it does not recognize, or known bugs in compiler
21422output. By default, @value{GDBN} does not notify you of such problems, since
21423they are relatively common and primarily of interest to people
21424debugging compilers. If you are interested in seeing information
21425about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21426only one message about each such type of problem, no matter how many
21427times the problem occurs; or you can ask @value{GDBN} to print more messages,
21428to see how many times the problems occur, with the @code{set
79a6e687
BW
21429complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21430Messages}).
c906108c
SS
21431
21432The messages currently printed, and their meanings, include:
21433
21434@table @code
21435@item inner block not inside outer block in @var{symbol}
21436
21437The symbol information shows where symbol scopes begin and end
21438(such as at the start of a function or a block of statements). This
21439error indicates that an inner scope block is not fully contained
21440in its outer scope blocks.
21441
21442@value{GDBN} circumvents the problem by treating the inner block as if it had
21443the same scope as the outer block. In the error message, @var{symbol}
21444may be shown as ``@code{(don't know)}'' if the outer block is not a
21445function.
21446
21447@item block at @var{address} out of order
21448
21449The symbol information for symbol scope blocks should occur in
21450order of increasing addresses. This error indicates that it does not
21451do so.
21452
21453@value{GDBN} does not circumvent this problem, and has trouble
21454locating symbols in the source file whose symbols it is reading. (You
21455can often determine what source file is affected by specifying
79a6e687
BW
21456@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21457Messages}.)
c906108c
SS
21458
21459@item bad block start address patched
21460
21461The symbol information for a symbol scope block has a start address
21462smaller than the address of the preceding source line. This is known
21463to occur in the SunOS 4.1.1 (and earlier) C compiler.
21464
21465@value{GDBN} circumvents the problem by treating the symbol scope block as
21466starting on the previous source line.
21467
21468@item bad string table offset in symbol @var{n}
21469
21470@cindex foo
21471Symbol number @var{n} contains a pointer into the string table which is
21472larger than the size of the string table.
21473
21474@value{GDBN} circumvents the problem by considering the symbol to have the
21475name @code{foo}, which may cause other problems if many symbols end up
21476with this name.
21477
21478@item unknown symbol type @code{0x@var{nn}}
21479
7a292a7a
SS
21480The symbol information contains new data types that @value{GDBN} does
21481not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 21482uncomprehended information, in hexadecimal.
c906108c 21483
7a292a7a
SS
21484@value{GDBN} circumvents the error by ignoring this symbol information.
21485This usually allows you to debug your program, though certain symbols
c906108c 21486are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
21487debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21488on @code{complain}, then go up to the function @code{read_dbx_symtab}
21489and examine @code{*bufp} to see the symbol.
c906108c
SS
21490
21491@item stub type has NULL name
c906108c 21492
7a292a7a 21493@value{GDBN} could not find the full definition for a struct or class.
c906108c 21494
7a292a7a 21495@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 21496The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
21497information that recent versions of the compiler should have output for
21498it.
c906108c
SS
21499
21500@item info mismatch between compiler and debugger
21501
21502@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 21503
c906108c
SS
21504@end table
21505
b14b1491
TT
21506@node Data Files
21507@section GDB Data Files
21508
21509@cindex prefix for data files
21510@value{GDBN} will sometimes read an auxiliary data file. These files
21511are kept in a directory known as the @dfn{data directory}.
21512
21513You can set the data directory's name, and view the name @value{GDBN}
21514is currently using.
21515
21516@table @code
21517@kindex set data-directory
21518@item set data-directory @var{directory}
21519Set the directory which @value{GDBN} searches for auxiliary data files
21520to @var{directory}.
21521
21522@kindex show data-directory
21523@item show data-directory
21524Show the directory @value{GDBN} searches for auxiliary data files.
21525@end table
21526
21527@cindex default data directory
21528@cindex @samp{--with-gdb-datadir}
21529You can set the default data directory by using the configure-time
21530@samp{--with-gdb-datadir} option. If the data directory is inside
21531@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21532@samp{--exec-prefix}), then the default data directory will be updated
21533automatically if the installed @value{GDBN} is moved to a new
21534location.
21535
aae1c79a
DE
21536The data directory may also be specified with the
21537@code{--data-directory} command line option.
21538@xref{Mode Options}.
21539
6d2ebf8b 21540@node Targets
c906108c 21541@chapter Specifying a Debugging Target
7a292a7a 21542
c906108c 21543@cindex debugging target
c906108c 21544A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
21545
21546Often, @value{GDBN} runs in the same host environment as your program;
21547in that case, the debugging target is specified as a side effect when
21548you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
21549flexibility---for example, running @value{GDBN} on a physically separate
21550host, or controlling a standalone system over a serial port or a
53a5351d
JM
21551realtime system over a TCP/IP connection---you can use the @code{target}
21552command to specify one of the target types configured for @value{GDBN}
79a6e687 21553(@pxref{Target Commands, ,Commands for Managing Targets}).
c906108c 21554
a8f24a35
EZ
21555@cindex target architecture
21556It is possible to build @value{GDBN} for several different @dfn{target
21557architectures}. When @value{GDBN} is built like that, you can choose
21558one of the available architectures with the @kbd{set architecture}
21559command.
21560
21561@table @code
21562@kindex set architecture
21563@kindex show architecture
21564@item set architecture @var{arch}
21565This command sets the current target architecture to @var{arch}. The
21566value of @var{arch} can be @code{"auto"}, in addition to one of the
21567supported architectures.
21568
21569@item show architecture
21570Show the current target architecture.
9c16f35a
EZ
21571
21572@item set processor
21573@itemx processor
21574@kindex set processor
21575@kindex show processor
21576These are alias commands for, respectively, @code{set architecture}
21577and @code{show architecture}.
a8f24a35
EZ
21578@end table
21579
c906108c
SS
21580@menu
21581* Active Targets:: Active targets
21582* Target Commands:: Commands for managing targets
c906108c 21583* Byte Order:: Choosing target byte order
c906108c
SS
21584@end menu
21585
6d2ebf8b 21586@node Active Targets
79a6e687 21587@section Active Targets
7a292a7a 21588
c906108c
SS
21589@cindex stacking targets
21590@cindex active targets
21591@cindex multiple targets
21592
8ea5bce5 21593There are multiple classes of targets such as: processes, executable files or
c0edd9ed
JK
21594recording sessions. Core files belong to the process class, making core file
21595and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21596on multiple active targets, one in each class. This allows you to (for
21597example) start a process and inspect its activity, while still having access to
21598the executable file after the process finishes. Or if you start process
21599recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21600presented a virtual layer of the recording target, while the process target
21601remains stopped at the chronologically last point of the process execution.
21602
21603Use the @code{core-file} and @code{exec-file} commands to select a new core
21604file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21605specify as a target a process that is already running, use the @code{attach}
21606command (@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 21607
6d2ebf8b 21608@node Target Commands
79a6e687 21609@section Commands for Managing Targets
c906108c
SS
21610
21611@table @code
21612@item target @var{type} @var{parameters}
7a292a7a
SS
21613Connects the @value{GDBN} host environment to a target machine or
21614process. A target is typically a protocol for talking to debugging
21615facilities. You use the argument @var{type} to specify the type or
21616protocol of the target machine.
c906108c
SS
21617
21618Further @var{parameters} are interpreted by the target protocol, but
21619typically include things like device names or host names to connect
21620with, process numbers, and baud rates.
c906108c
SS
21621
21622The @code{target} command does not repeat if you press @key{RET} again
21623after executing the command.
21624
21625@kindex help target
21626@item help target
21627Displays the names of all targets available. To display targets
21628currently selected, use either @code{info target} or @code{info files}
79a6e687 21629(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
21630
21631@item help target @var{name}
21632Describe a particular target, including any parameters necessary to
21633select it.
21634
21635@kindex set gnutarget
21636@item set gnutarget @var{args}
5d161b24 21637@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 21638knows whether it is reading an @dfn{executable},
5d161b24
DB
21639a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
21640with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
21641with @code{gnutarget} the @code{target} refers to a program, not a machine.
21642
d4f3574e 21643@quotation
c906108c
SS
21644@emph{Warning:} To specify a file format with @code{set gnutarget},
21645you must know the actual BFD name.
d4f3574e 21646@end quotation
c906108c 21647
d4f3574e 21648@noindent
79a6e687 21649@xref{Files, , Commands to Specify Files}.
c906108c 21650
5d161b24 21651@kindex show gnutarget
c906108c
SS
21652@item show gnutarget
21653Use the @code{show gnutarget} command to display what file format
21654@code{gnutarget} is set to read. If you have not set @code{gnutarget},
21655@value{GDBN} will determine the file format for each file automatically,
c4957902 21656and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
c906108c
SS
21657@end table
21658
4644b6e3 21659@cindex common targets
c906108c
SS
21660Here are some common targets (available, or not, depending on the GDB
21661configuration):
c906108c
SS
21662
21663@table @code
4644b6e3 21664@kindex target
c906108c 21665@item target exec @var{program}
4644b6e3 21666@cindex executable file target
c906108c
SS
21667An executable file. @samp{target exec @var{program}} is the same as
21668@samp{exec-file @var{program}}.
21669
c906108c 21670@item target core @var{filename}
4644b6e3 21671@cindex core dump file target
c906108c
SS
21672A core dump file. @samp{target core @var{filename}} is the same as
21673@samp{core-file @var{filename}}.
c906108c 21674
1a10341b 21675@item target remote @var{medium}
4644b6e3 21676@cindex remote target
1a10341b
JB
21677A remote system connected to @value{GDBN} via a serial line or network
21678connection. This command tells @value{GDBN} to use its own remote
21679protocol over @var{medium} for debugging. @xref{Remote Debugging}.
21680
21681For example, if you have a board connected to @file{/dev/ttya} on the
21682machine running @value{GDBN}, you could say:
21683
21684@smallexample
21685target remote /dev/ttya
21686@end smallexample
21687
21688@code{target remote} supports the @code{load} command. This is only
21689useful if you have some other way of getting the stub to the target
21690system, and you can put it somewhere in memory where it won't get
21691clobbered by the download.
c906108c 21692
ee8e71d4 21693@item target sim @r{[}@var{simargs}@r{]} @dots{}
4644b6e3 21694@cindex built-in simulator target
2df3850c 21695Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 21696In general,
474c8240 21697@smallexample
104c1213
JM
21698 target sim
21699 load
21700 run
474c8240 21701@end smallexample
d4f3574e 21702@noindent
104c1213 21703works; however, you cannot assume that a specific memory map, device
d4f3574e 21704drivers, or even basic I/O is available, although some simulators do
104c1213
JM
21705provide these. For info about any processor-specific simulator details,
21706see the appropriate section in @ref{Embedded Processors, ,Embedded
21707Processors}.
21708
6a3cb8e8
PA
21709@item target native
21710@cindex native target
21711Setup for local/native process debugging. Useful to make the
21712@code{run} command spawn native processes (likewise @code{attach},
21713etc.@:) even when @code{set auto-connect-native-target} is @code{off}
21714(@pxref{set auto-connect-native-target}).
21715
c906108c
SS
21716@end table
21717
5d161b24 21718Different targets are available on different configurations of @value{GDBN};
c906108c 21719your configuration may have more or fewer targets.
c906108c 21720
721c2651
EZ
21721Many remote targets require you to download the executable's code once
21722you've successfully established a connection. You may wish to control
3d00d119
DJ
21723various aspects of this process.
21724
21725@table @code
721c2651
EZ
21726
21727@item set hash
21728@kindex set hash@r{, for remote monitors}
21729@cindex hash mark while downloading
21730This command controls whether a hash mark @samp{#} is displayed while
21731downloading a file to the remote monitor. If on, a hash mark is
21732displayed after each S-record is successfully downloaded to the
21733monitor.
21734
21735@item show hash
21736@kindex show hash@r{, for remote monitors}
21737Show the current status of displaying the hash mark.
21738
21739@item set debug monitor
21740@kindex set debug monitor
21741@cindex display remote monitor communications
21742Enable or disable display of communications messages between
21743@value{GDBN} and the remote monitor.
21744
21745@item show debug monitor
21746@kindex show debug monitor
21747Show the current status of displaying communications between
21748@value{GDBN} and the remote monitor.
a8f24a35 21749@end table
c906108c
SS
21750
21751@table @code
21752
5cf30ebf
LM
21753@kindex load @var{filename} @var{offset}
21754@item load @var{filename} @var{offset}
8edfe269 21755@anchor{load}
c906108c
SS
21756Depending on what remote debugging facilities are configured into
21757@value{GDBN}, the @code{load} command may be available. Where it exists, it
21758is meant to make @var{filename} (an executable) available for debugging
21759on the remote system---by downloading, or dynamic linking, for example.
21760@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
21761the @code{add-symbol-file} command.
21762
21763If your @value{GDBN} does not have a @code{load} command, attempting to
21764execute it gets the error message ``@code{You can't do that when your
21765target is @dots{}}''
c906108c
SS
21766
21767The file is loaded at whatever address is specified in the executable.
21768For some object file formats, you can specify the load address when you
21769link the program; for other formats, like a.out, the object file format
21770specifies a fixed address.
21771@c FIXME! This would be a good place for an xref to the GNU linker doc.
21772
5cf30ebf
LM
21773It is also possible to tell @value{GDBN} to load the executable file at a
21774specific offset described by the optional argument @var{offset}. When
21775@var{offset} is provided, @var{filename} must also be provided.
21776
68437a39
DJ
21777Depending on the remote side capabilities, @value{GDBN} may be able to
21778load programs into flash memory.
21779
c906108c
SS
21780@code{load} does not repeat if you press @key{RET} again after using it.
21781@end table
21782
78cbbba8
LM
21783@table @code
21784
21785@kindex flash-erase
21786@item flash-erase
21787@anchor{flash-erase}
21788
21789Erases all known flash memory regions on the target.
21790
21791@end table
21792
6d2ebf8b 21793@node Byte Order
79a6e687 21794@section Choosing Target Byte Order
7a292a7a 21795
c906108c
SS
21796@cindex choosing target byte order
21797@cindex target byte order
c906108c 21798
eb17f351 21799Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
c906108c
SS
21800offer the ability to run either big-endian or little-endian byte
21801orders. Usually the executable or symbol will include a bit to
21802designate the endian-ness, and you will not need to worry about
21803which to use. However, you may still find it useful to adjust
d4f3574e 21804@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
21805
21806@table @code
4644b6e3 21807@kindex set endian
c906108c
SS
21808@item set endian big
21809Instruct @value{GDBN} to assume the target is big-endian.
21810
c906108c
SS
21811@item set endian little
21812Instruct @value{GDBN} to assume the target is little-endian.
21813
c906108c
SS
21814@item set endian auto
21815Instruct @value{GDBN} to use the byte order associated with the
21816executable.
21817
21818@item show endian
21819Display @value{GDBN}'s current idea of the target byte order.
21820
21821@end table
21822
4b2dfa9d
MR
21823If the @code{set endian auto} mode is in effect and no executable has
21824been selected, then the endianness used is the last one chosen either
21825by one of the @code{set endian big} and @code{set endian little}
21826commands or by inferring from the last executable used. If no
21827endianness has been previously chosen, then the default for this mode
21828is inferred from the target @value{GDBN} has been built for, and is
21829@code{little} if the name of the target CPU has an @code{el} suffix
21830and @code{big} otherwise.
21831
c906108c
SS
21832Note that these commands merely adjust interpretation of symbolic
21833data on the host, and that they have absolutely no effect on the
21834target system.
21835
ea35711c
DJ
21836
21837@node Remote Debugging
21838@chapter Debugging Remote Programs
c906108c
SS
21839@cindex remote debugging
21840
21841If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
21842@value{GDBN} in the usual way, it is often useful to use remote debugging.
21843For example, you might use remote debugging on an operating system kernel,
c906108c
SS
21844or on a small system which does not have a general purpose operating system
21845powerful enough to run a full-featured debugger.
21846
21847Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
21848to make this work with particular debugging targets. In addition,
5d161b24 21849@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
21850but not specific to any particular target system) which you can use if you
21851write the remote stubs---the code that runs on the remote system to
21852communicate with @value{GDBN}.
21853
21854Other remote targets may be available in your
21855configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 21856
6b2f586d 21857@menu
07f31aa6 21858* Connecting:: Connecting to a remote target
a6b151f1 21859* File Transfer:: Sending files to a remote system
6b2f586d 21860* Server:: Using the gdbserver program
79a6e687
BW
21861* Remote Configuration:: Remote configuration
21862* Remote Stub:: Implementing a remote stub
6b2f586d
AC
21863@end menu
21864
07f31aa6 21865@node Connecting
79a6e687 21866@section Connecting to a Remote Target
19d9d4ef
DB
21867@cindex remote debugging, connecting
21868@cindex @code{gdbserver}, connecting
21869@cindex remote debugging, types of connections
21870@cindex @code{gdbserver}, types of connections
21871@cindex @code{gdbserver}, @code{target remote} mode
21872@cindex @code{gdbserver}, @code{target extended-remote} mode
21873
21874This section describes how to connect to a remote target, including the
21875types of connections and their differences, how to set up executable and
21876symbol files on the host and target, and the commands used for
21877connecting to and disconnecting from the remote target.
21878
21879@subsection Types of Remote Connections
21880
21881@value{GDBN} supports two types of remote connections, @code{target remote}
21882mode and @code{target extended-remote} mode. Note that many remote targets
21883support only @code{target remote} mode. There are several major
21884differences between the two types of connections, enumerated here:
21885
21886@table @asis
21887
21888@cindex remote debugging, detach and program exit
21889@item Result of detach or program exit
21890@strong{With target remote mode:} When the debugged program exits or you
21891detach from it, @value{GDBN} disconnects from the target. When using
21892@code{gdbserver}, @code{gdbserver} will exit.
21893
21894@strong{With target extended-remote mode:} When the debugged program exits or
21895you detach from it, @value{GDBN} remains connected to the target, even
21896though no program is running. You can rerun the program, attach to a
21897running program, or use @code{monitor} commands specific to the target.
21898
21899When using @code{gdbserver} in this case, it does not exit unless it was
21900invoked using the @option{--once} option. If the @option{--once} option
21901was not used, you can ask @code{gdbserver} to exit using the
21902@code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
21903
21904@item Specifying the program to debug
21905For both connection types you use the @code{file} command to specify the
21906program on the host system. If you are using @code{gdbserver} there are
21907some differences in how to specify the location of the program on the
21908target.
21909
21910@strong{With target remote mode:} You must either specify the program to debug
21911on the @code{gdbserver} command line or use the @option{--attach} option
21912(@pxref{Attaching to a program,,Attaching to a Running Program}).
21913
21914@cindex @option{--multi}, @code{gdbserver} option
21915@strong{With target extended-remote mode:} You may specify the program to debug
21916on the @code{gdbserver} command line, or you can load the program or attach
21917to it using @value{GDBN} commands after connecting to @code{gdbserver}.
21918
21919@anchor{--multi Option in Types of Remote Connnections}
21920You can start @code{gdbserver} without supplying an initial command to run
21921or process ID to attach. To do this, use the @option{--multi} command line
21922option. Then you can connect using @code{target extended-remote} and start
21923the program you want to debug (see below for details on using the
21924@code{run} command in this scenario). Note that the conditions under which
21925@code{gdbserver} terminates depend on how @value{GDBN} connects to it
21926(@code{target remote} or @code{target extended-remote}). The
21927@option{--multi} option to @code{gdbserver} has no influence on that.
07f31aa6 21928
19d9d4ef
DB
21929@item The @code{run} command
21930@strong{With target remote mode:} The @code{run} command is not
21931supported. Once a connection has been established, you can use all
21932the usual @value{GDBN} commands to examine and change data. The
21933remote program is already running, so you can use commands like
21934@kbd{step} and @kbd{continue}.
21935
21936@strong{With target extended-remote mode:} The @code{run} command is
21937supported. The @code{run} command uses the value set by
21938@code{set remote exec-file} (@pxref{set remote exec-file}) to select
21939the program to run. Command line arguments are supported, except for
21940wildcard expansion and I/O redirection (@pxref{Arguments}).
21941
21942If you specify the program to debug on the command line, then the
21943@code{run} command is not required to start execution, and you can
21944resume using commands like @kbd{step} and @kbd{continue} as with
21945@code{target remote} mode.
21946
21947@anchor{Attaching in Types of Remote Connections}
21948@item Attaching
21949@strong{With target remote mode:} The @value{GDBN} command @code{attach} is
21950not supported. To attach to a running program using @code{gdbserver}, you
21951must use the @option{--attach} option (@pxref{Running gdbserver}).
21952
21953@strong{With target extended-remote mode:} To attach to a running program,
21954you may use the @code{attach} command after the connection has been
21955established. If you are using @code{gdbserver}, you may also invoke
21956@code{gdbserver} using the @option{--attach} option
21957(@pxref{Running gdbserver}).
21958
e47e48f6
PW
21959Some remote targets allow @value{GDBN} to determine the executable file running
21960in the process the debugger is attaching to. In such a case, @value{GDBN}
21961uses the value of @code{exec-file-mismatch} to handle a possible mismatch
21962between the executable file name running in the process and the name of the
21963current exec-file loaded by @value{GDBN} (@pxref{set exec-file-mismatch}).
21964
19d9d4ef
DB
21965@end table
21966
21967@anchor{Host and target files}
21968@subsection Host and Target Files
21969@cindex remote debugging, symbol files
21970@cindex symbol files, remote debugging
21971
21972@value{GDBN}, running on the host, needs access to symbol and debugging
21973information for your program running on the target. This requires
21974access to an unstripped copy of your program, and possibly any associated
21975symbol files. Note that this section applies equally to both @code{target
21976remote} mode and @code{target extended-remote} mode.
21977
21978Some remote targets (@pxref{qXfer executable filename read}, and
21979@pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
21980the same connection used to communicate with @value{GDBN}. With such a
21981target, if the remote program is unstripped, the only command you need is
21982@code{target remote} (or @code{target extended-remote}).
21983
21984If the remote program is stripped, or the target does not support remote
21985program file access, start up @value{GDBN} using the name of the local
1b6e6f5c 21986unstripped copy of your program as the first argument, or use the
19d9d4ef
DB
21987@code{file} command. Use @code{set sysroot} to specify the location (on
21988the host) of target libraries (unless your @value{GDBN} was compiled with
21989the correct sysroot using @code{--with-sysroot}). Alternatively, you
21990may use @code{set solib-search-path} to specify how @value{GDBN} locates
21991target libraries.
21992
21993The symbol file and target libraries must exactly match the executable
21994and libraries on the target, with one exception: the files on the host
21995system should not be stripped, even if the files on the target system
21996are. Mismatched or missing files will lead to confusing results
21997during debugging. On @sc{gnu}/Linux targets, mismatched or missing
21998files may also prevent @code{gdbserver} from debugging multi-threaded
21999programs.
07f31aa6 22000
19d9d4ef
DB
22001@subsection Remote Connection Commands
22002@cindex remote connection commands
c1168a2f
JD
22003@value{GDBN} can communicate with the target over a serial line, a
22004local Unix domain socket, or
86941c27
JB
22005over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22006each case, @value{GDBN} uses the same protocol for debugging your
22007program; only the medium carrying the debugging packets varies. The
19d9d4ef
DB
22008@code{target remote} and @code{target extended-remote} commands
22009establish a connection to the target. Both commands accept the same
22010arguments, which indicate the medium to use:
86941c27
JB
22011
22012@table @code
22013
22014@item target remote @var{serial-device}
19d9d4ef 22015@itemx target extended-remote @var{serial-device}
07f31aa6 22016@cindex serial line, @code{target remote}
86941c27
JB
22017Use @var{serial-device} to communicate with the target. For example,
22018to use a serial line connected to the device named @file{/dev/ttyb}:
22019
22020@smallexample
22021target remote /dev/ttyb
22022@end smallexample
22023
07f31aa6 22024If you're using a serial line, you may want to give @value{GDBN} the
2446f5ea 22025@samp{--baud} option, or use the @code{set serial baud} command
0d12017b 22026(@pxref{Remote Configuration, set serial baud}) before the
9c16f35a 22027@code{target} command.
07f31aa6 22028
c1168a2f
JD
22029@item target remote @var{local-socket}
22030@itemx target extended-remote @var{local-socket}
22031@cindex local socket, @code{target remote}
22032@cindex Unix domain socket
22033Use @var{local-socket} to communicate with the target. For example,
22034to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22035
22036@smallexample
22037target remote /tmp/gdb-socket0
22038@end smallexample
22039
22040Note that this command has the same form as the command to connect
22041to a serial line. @value{GDBN} will automatically determine which
22042kind of file you have specified and will make the appropriate kind
22043of connection.
22044This feature is not available if the host system does not support
22045Unix domain sockets.
22046
86941c27 22047@item target remote @code{@var{host}:@var{port}}
0ca4866a 22048@itemx target remote @code{[@var{host}]:@var{port}}
86941c27 22049@itemx target remote @code{tcp:@var{host}:@var{port}}
0ca4866a 22050@itemx target remote @code{tcp:[@var{host}]:@var{port}}
c7ab0aef
SDJ
22051@itemx target remote @code{tcp4:@var{host}:@var{port}}
22052@itemx target remote @code{tcp6:@var{host}:@var{port}}
0ca4866a 22053@itemx target remote @code{tcp6:[@var{host}]:@var{port}}
19d9d4ef 22054@itemx target extended-remote @code{@var{host}:@var{port}}
0ca4866a 22055@itemx target extended-remote @code{[@var{host}]:@var{port}}
19d9d4ef 22056@itemx target extended-remote @code{tcp:@var{host}:@var{port}}
0ca4866a 22057@itemx target extended-remote @code{tcp:[@var{host}]:@var{port}}
c7ab0aef
SDJ
22058@itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
22059@itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
0ca4866a 22060@itemx target extended-remote @code{tcp6:[@var{host}]:@var{port}}
86941c27 22061@cindex @acronym{TCP} port, @code{target remote}
6a0b3457 22062Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
c7ab0aef
SDJ
22063The @var{host} may be either a host name, a numeric @acronym{IPv4}
22064address, or a numeric @acronym{IPv6} address (with or without the
22065square brackets to separate the address from the port); @var{port}
22066must be a decimal number. The @var{host} could be the target machine
22067itself, if it is directly connected to the net, or it might be a
22068terminal server which in turn has a serial line to the target.
07f31aa6 22069
86941c27
JB
22070For example, to connect to port 2828 on a terminal server named
22071@code{manyfarms}:
07f31aa6
DJ
22072
22073@smallexample
22074target remote manyfarms:2828
22075@end smallexample
22076
c7ab0aef
SDJ
22077To connect to port 2828 on a terminal server whose address is
22078@code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
22079square bracket syntax:
22080
22081@smallexample
22082target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
22083@end smallexample
22084
22085@noindent
22086or explicitly specify the @acronym{IPv6} protocol:
22087
22088@smallexample
22089target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
22090@end smallexample
22091
22092This last example may be confusing to the reader, because there is no
22093visible separation between the hostname and the port number.
22094Therefore, we recommend the user to provide @acronym{IPv6} addresses
22095using square brackets for clarity. However, it is important to
22096mention that for @value{GDBN} there is no ambiguity: the number after
22097the last colon is considered to be the port number.
22098
86941c27
JB
22099If your remote target is actually running on the same machine as your
22100debugger session (e.g.@: a simulator for your target running on the
22101same host), you can omit the hostname. For example, to connect to
22102port 1234 on your local machine:
07f31aa6
DJ
22103
22104@smallexample
22105target remote :1234
22106@end smallexample
22107@noindent
22108
22109Note that the colon is still required here.
22110
86941c27 22111@item target remote @code{udp:@var{host}:@var{port}}
0ca4866a 22112@itemx target remote @code{udp:[@var{host}]:@var{port}}
c7ab0aef 22113@itemx target remote @code{udp4:@var{host}:@var{port}}
0ca4866a 22114@itemx target remote @code{udp6:[@var{host}]:@var{port}}
c7ab0aef 22115@itemx target extended-remote @code{udp:@var{host}:@var{port}}
19d9d4ef 22116@itemx target extended-remote @code{udp:@var{host}:@var{port}}
0ca4866a 22117@itemx target extended-remote @code{udp:[@var{host}]:@var{port}}
c7ab0aef
SDJ
22118@itemx target extended-remote @code{udp4:@var{host}:@var{port}}
22119@itemx target extended-remote @code{udp6:@var{host}:@var{port}}
0ca4866a 22120@itemx target extended-remote @code{udp6:[@var{host}]:@var{port}}
86941c27
JB
22121@cindex @acronym{UDP} port, @code{target remote}
22122Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
22123connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
07f31aa6
DJ
22124
22125@smallexample
22126target remote udp:manyfarms:2828
22127@end smallexample
22128
86941c27
JB
22129When using a @acronym{UDP} connection for remote debugging, you should
22130keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
22131can silently drop packets on busy or unreliable networks, which will
22132cause havoc with your debugging session.
22133
66b8c7f6 22134@item target remote | @var{command}
19d9d4ef 22135@itemx target extended-remote | @var{command}
66b8c7f6
JB
22136@cindex pipe, @code{target remote} to
22137Run @var{command} in the background and communicate with it using a
22138pipe. The @var{command} is a shell command, to be parsed and expanded
22139by the system's command shell, @code{/bin/sh}; it should expect remote
22140protocol packets on its standard input, and send replies on its
22141standard output. You could use this to run a stand-alone simulator
22142that speaks the remote debugging protocol, to make net connections
22143using programs like @code{ssh}, or for other similar tricks.
22144
22145If @var{command} closes its standard output (perhaps by exiting),
22146@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
22147program has already exited, this will have no effect.)
22148
86941c27 22149@end table
07f31aa6 22150
07f31aa6
DJ
22151@cindex interrupting remote programs
22152@cindex remote programs, interrupting
22153Whenever @value{GDBN} is waiting for the remote program, if you type the
c8aa23ab 22154interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
07f31aa6
DJ
22155program. This may or may not succeed, depending in part on the hardware
22156and the serial drivers the remote system uses. If you type the
22157interrupt character once again, @value{GDBN} displays this prompt:
22158
22159@smallexample
22160Interrupted while waiting for the program.
22161Give up (and stop debugging it)? (y or n)
22162@end smallexample
22163
19d9d4ef
DB
22164In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
22165the remote debugging session. (If you decide you want to try again later,
22166you can use @kbd{target remote} again to connect once more.) If you type
22167@kbd{n}, @value{GDBN} goes back to waiting.
22168
22169In @code{target extended-remote} mode, typing @kbd{n} will leave
22170@value{GDBN} connected to the target.
07f31aa6
DJ
22171
22172@table @code
22173@kindex detach (remote)
22174@item detach
22175When you have finished debugging the remote program, you can use the
22176@code{detach} command to release it from @value{GDBN} control.
22177Detaching from the target normally resumes its execution, but the results
22178will depend on your particular remote stub. After the @code{detach}
19d9d4ef
DB
22179command in @code{target remote} mode, @value{GDBN} is free to connect to
22180another target. In @code{target extended-remote} mode, @value{GDBN} is
22181still connected to the target.
07f31aa6
DJ
22182
22183@kindex disconnect
22184@item disconnect
19d9d4ef 22185The @code{disconnect} command closes the connection to the target, and
07f31aa6
DJ
22186the target is generally not resumed. It will wait for @value{GDBN}
22187(this instance or another one) to connect and continue debugging. After
22188the @code{disconnect} command, @value{GDBN} is again free to connect to
22189another target.
09d4efe1
EZ
22190
22191@cindex send command to remote monitor
fad38dfa
EZ
22192@cindex extend @value{GDBN} for remote targets
22193@cindex add new commands for external monitor
09d4efe1
EZ
22194@kindex monitor
22195@item monitor @var{cmd}
fad38dfa
EZ
22196This command allows you to send arbitrary commands directly to the
22197remote monitor. Since @value{GDBN} doesn't care about the commands it
22198sends like this, this command is the way to extend @value{GDBN}---you
22199can add new commands that only the external monitor will understand
22200and implement.
07f31aa6
DJ
22201@end table
22202
a6b151f1
DJ
22203@node File Transfer
22204@section Sending files to a remote system
22205@cindex remote target, file transfer
22206@cindex file transfer
22207@cindex sending files to remote systems
22208
22209Some remote targets offer the ability to transfer files over the same
22210connection used to communicate with @value{GDBN}. This is convenient
22211for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
22212running @code{gdbserver} over a network interface. For other targets,
22213e.g.@: embedded devices with only a single serial port, this may be
22214the only way to upload or download files.
22215
22216Not all remote targets support these commands.
22217
22218@table @code
22219@kindex remote put
22220@item remote put @var{hostfile} @var{targetfile}
22221Copy file @var{hostfile} from the host system (the machine running
22222@value{GDBN}) to @var{targetfile} on the target system.
22223
22224@kindex remote get
22225@item remote get @var{targetfile} @var{hostfile}
22226Copy file @var{targetfile} from the target system to @var{hostfile}
22227on the host system.
22228
22229@kindex remote delete
22230@item remote delete @var{targetfile}
22231Delete @var{targetfile} from the target system.
22232
22233@end table
22234
6f05cf9f 22235@node Server
79a6e687 22236@section Using the @code{gdbserver} Program
6f05cf9f
AC
22237
22238@kindex gdbserver
22239@cindex remote connection without stubs
22240@code{gdbserver} is a control program for Unix-like systems, which
22241allows you to connect your program with a remote @value{GDBN} via
19d9d4ef
DB
22242@code{target remote} or @code{target extended-remote}---but without
22243linking in the usual debugging stub.
6f05cf9f
AC
22244
22245@code{gdbserver} is not a complete replacement for the debugging stubs,
22246because it requires essentially the same operating-system facilities
22247that @value{GDBN} itself does. In fact, a system that can run
22248@code{gdbserver} to connect to a remote @value{GDBN} could also run
22249@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
22250because it is a much smaller program than @value{GDBN} itself. It is
22251also easier to port than all of @value{GDBN}, so you may be able to get
22252started more quickly on a new system by using @code{gdbserver}.
22253Finally, if you develop code for real-time systems, you may find that
22254the tradeoffs involved in real-time operation make it more convenient to
22255do as much development work as possible on another system, for example
22256by cross-compiling. You can use @code{gdbserver} to make a similar
22257choice for debugging.
22258
22259@value{GDBN} and @code{gdbserver} communicate via either a serial line
22260or a TCP connection, using the standard @value{GDBN} remote serial
22261protocol.
22262
2d717e4f
DJ
22263@quotation
22264@emph{Warning:} @code{gdbserver} does not have any built-in security.
22265Do not run @code{gdbserver} connected to any public network; a
22266@value{GDBN} connection to @code{gdbserver} provides access to the
22267target system with the same privileges as the user running
22268@code{gdbserver}.
22269@end quotation
22270
19d9d4ef 22271@anchor{Running gdbserver}
2d717e4f
DJ
22272@subsection Running @code{gdbserver}
22273@cindex arguments, to @code{gdbserver}
d9b1a651 22274@cindex @code{gdbserver}, command-line arguments
2d717e4f
DJ
22275
22276Run @code{gdbserver} on the target system. You need a copy of the
22277program you want to debug, including any libraries it requires.
6f05cf9f
AC
22278@code{gdbserver} does not need your program's symbol table, so you can
22279strip the program if necessary to save space. @value{GDBN} on the host
22280system does all the symbol handling.
22281
22282To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 22283the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
22284syntax is:
22285
22286@smallexample
22287target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
22288@end smallexample
22289
6cf36756
SM
22290@var{comm} is either a device name (to use a serial line), or a TCP
22291hostname and portnumber, or @code{-} or @code{stdio} to use
22292stdin/stdout of @code{gdbserver}.
e0f9f062 22293For example, to debug Emacs with the argument
6f05cf9f
AC
22294@samp{foo.txt} and communicate with @value{GDBN} over the serial port
22295@file{/dev/com1}:
22296
22297@smallexample
22298target> gdbserver /dev/com1 emacs foo.txt
22299@end smallexample
22300
6cf36756
SM
22301@code{gdbserver} waits passively for the host @value{GDBN} to communicate
22302with it.
6f05cf9f
AC
22303
22304To use a TCP connection instead of a serial line:
22305
22306@smallexample
22307target> gdbserver host:2345 emacs foo.txt
22308@end smallexample
22309
22310The only difference from the previous example is the first argument,
22311specifying that you are communicating with the host @value{GDBN} via
22312TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
22313expect a TCP connection from machine @samp{host} to local TCP port 2345.
22314(Currently, the @samp{host} part is ignored.) You can choose any number
22315you want for the port number as long as it does not conflict with any
22316TCP ports already in use on the target system (for example, @code{23} is
22317reserved for @code{telnet}).@footnote{If you choose a port number that
22318conflicts with another service, @code{gdbserver} prints an error message
22319and exits.} You must use the same port number with the host @value{GDBN}
22320@code{target remote} command.
22321
6cf36756
SM
22322The @code{stdio} connection is useful when starting @code{gdbserver}
22323with ssh:
e0f9f062
DE
22324
22325@smallexample
6cf36756 22326(gdb) target remote | ssh -T hostname gdbserver - hello
e0f9f062
DE
22327@end smallexample
22328
6cf36756
SM
22329The @samp{-T} option to ssh is provided because we don't need a remote pty,
22330and we don't want escape-character handling. Ssh does this by default when
22331a command is provided, the flag is provided to make it explicit.
22332You could elide it if you want to.
e0f9f062 22333
6cf36756
SM
22334Programs started with stdio-connected gdbserver have @file{/dev/null} for
22335@code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
22336display through a pipe connected to gdbserver.
22337Both @code{stdout} and @code{stderr} use the same pipe.
e0f9f062 22338
19d9d4ef 22339@anchor{Attaching to a program}
2d717e4f 22340@subsubsection Attaching to a Running Program
d9b1a651
EZ
22341@cindex attach to a program, @code{gdbserver}
22342@cindex @option{--attach}, @code{gdbserver} option
2d717e4f 22343
56460a61
DJ
22344On some targets, @code{gdbserver} can also attach to running programs.
22345This is accomplished via the @code{--attach} argument. The syntax is:
22346
22347@smallexample
2d717e4f 22348target> gdbserver --attach @var{comm} @var{pid}
56460a61
DJ
22349@end smallexample
22350
19d9d4ef
DB
22351@var{pid} is the process ID of a currently running process. It isn't
22352necessary to point @code{gdbserver} at a binary for the running process.
22353
22354In @code{target extended-remote} mode, you can also attach using the
22355@value{GDBN} attach command
22356(@pxref{Attaching in Types of Remote Connections}).
56460a61 22357
b1fe9455 22358@pindex pidof
b1fe9455
DJ
22359You can debug processes by name instead of process ID if your target has the
22360@code{pidof} utility:
22361
22362@smallexample
2d717e4f 22363target> gdbserver --attach @var{comm} `pidof @var{program}`
b1fe9455
DJ
22364@end smallexample
22365
f822c95b 22366In case more than one copy of @var{program} is running, or @var{program}
b1fe9455
DJ
22367has multiple threads, most versions of @code{pidof} support the
22368@code{-s} option to only return the first process ID.
22369
03f2bd59
JK
22370@subsubsection TCP port allocation lifecycle of @code{gdbserver}
22371
19d9d4ef
DB
22372This section applies only when @code{gdbserver} is run to listen on a TCP
22373port.
03f2bd59
JK
22374
22375@code{gdbserver} normally terminates after all of its debugged processes have
22376terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
22377extended-remote}, @code{gdbserver} stays running even with no processes left.
22378@value{GDBN} normally terminates the spawned debugged process on its exit,
22379which normally also terminates @code{gdbserver} in the @kbd{target remote}
22380mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
22381cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
22382stays running even in the @kbd{target remote} mode.
22383
22384When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
22385Such reconnecting is useful for features like @ref{disconnected tracing}. For
22386completeness, at most one @value{GDBN} can be connected at a time.
22387
22388@cindex @option{--once}, @code{gdbserver} option
22389By default, @code{gdbserver} keeps the listening TCP port open, so that
6e8c5661 22390subsequent connections are possible. However, if you start @code{gdbserver}
03f2bd59
JK
22391with the @option{--once} option, it will stop listening for any further
22392connection attempts after connecting to the first @value{GDBN} session. This
22393means no further connections to @code{gdbserver} will be possible after the
22394first one. It also means @code{gdbserver} will terminate after the first
22395connection with remote @value{GDBN} has closed, even for unexpectedly closed
22396connections and even in the @kbd{target extended-remote} mode. The
22397@option{--once} option allows reusing the same port number for connecting to
22398multiple instances of @code{gdbserver} running on the same host, since each
22399instance closes its port after the first connection.
2d717e4f 22400
87ce2a04 22401@anchor{Other Command-Line Arguments for gdbserver}
2d717e4f
DJ
22402@subsubsection Other Command-Line Arguments for @code{gdbserver}
22403
19d9d4ef
DB
22404You can use the @option{--multi} option to start @code{gdbserver} without
22405specifying a program to debug or a process to attach to. Then you can
22406attach in @code{target extended-remote} mode and run or attach to a
22407program. For more information,
22408@pxref{--multi Option in Types of Remote Connnections}.
22409
d9b1a651 22410@cindex @option{--debug}, @code{gdbserver} option
62709adf 22411The @option{--debug} option tells @code{gdbserver} to display extra
d9b1a651
EZ
22412status information about the debugging process.
22413@cindex @option{--remote-debug}, @code{gdbserver} option
22414The @option{--remote-debug} option tells @code{gdbserver} to display
aeb2e706
AH
22415remote protocol debug output.
22416@cindex @option{--debug-file}, @code{gdbserver} option
22417@cindex @code{gdbserver}, send all debug output to a single file
22418The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
22419write any debug output to the given @var{filename}. These options are intended
22420for @code{gdbserver} development and for bug reports to the developers.
2d717e4f 22421
87ce2a04
DE
22422@cindex @option{--debug-format}, @code{gdbserver} option
22423The @option{--debug-format=option1[,option2,...]} option tells
22424@code{gdbserver} to include additional information in each output.
22425Possible options are:
22426
22427@table @code
22428@item none
22429Turn off all extra information in debugging output.
22430@item all
22431Turn on all extra information in debugging output.
22432@item timestamps
22433Include a timestamp in each line of debugging output.
22434@end table
22435
22436Options are processed in order. Thus, for example, if @option{none}
22437appears last then no additional information is added to debugging output.
22438
d9b1a651 22439@cindex @option{--wrapper}, @code{gdbserver} option
ccd213ac
DJ
22440The @option{--wrapper} option specifies a wrapper to launch programs
22441for debugging. The option should be followed by the name of the
22442wrapper, then any command-line arguments to pass to the wrapper, then
22443@kbd{--} indicating the end of the wrapper arguments.
22444
22445@code{gdbserver} runs the specified wrapper program with a combined
22446command line including the wrapper arguments, then the name of the
22447program to debug, then any arguments to the program. The wrapper
22448runs until it executes your program, and then @value{GDBN} gains control.
22449
22450You can use any program that eventually calls @code{execve} with
22451its arguments as a wrapper. Several standard Unix utilities do
22452this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
22453with @code{exec "$@@"} will also work.
22454
22455For example, you can use @code{env} to pass an environment variable to
22456the debugged program, without setting the variable in @code{gdbserver}'s
22457environment:
22458
22459@smallexample
22460$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
22461@end smallexample
22462
6d580b63
YQ
22463@cindex @option{--selftest}
22464The @option{--selftest} option runs the self tests in @code{gdbserver}:
22465
22466@smallexample
22467$ gdbserver --selftest
22468Ran 2 unit tests, 0 failed
22469@end smallexample
22470
22471These tests are disabled in release.
2d717e4f
DJ
22472@subsection Connecting to @code{gdbserver}
22473
19d9d4ef
DB
22474The basic procedure for connecting to the remote target is:
22475@itemize
2d717e4f 22476
19d9d4ef
DB
22477@item
22478Run @value{GDBN} on the host system.
f822c95b 22479
19d9d4ef
DB
22480@item
22481Make sure you have the necessary symbol files
22482(@pxref{Host and target files}).
22483Load symbols for your application using the @code{file} command before you
22484connect. Use @code{set sysroot} to locate target libraries (unless your
22485@value{GDBN} was compiled with the correct sysroot using
22486@code{--with-sysroot}).
f822c95b 22487
19d9d4ef 22488@item
79a6e687 22489Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
6f05cf9f 22490For TCP connections, you must start up @code{gdbserver} prior to using
19d9d4ef 22491the @code{target} command. Otherwise you may get an error whose
6f05cf9f 22492text depends on the host system, but which usually looks something like
2d717e4f 22493@samp{Connection refused}. Don't use the @code{load}
19d9d4ef
DB
22494command in @value{GDBN} when using @code{target remote} mode, since the
22495program is already on the target.
22496
22497@end itemize
07f31aa6 22498
19d9d4ef 22499@anchor{Monitor Commands for gdbserver}
79a6e687 22500@subsection Monitor Commands for @code{gdbserver}
c74d0ad8
DJ
22501@cindex monitor commands, for @code{gdbserver}
22502
22503During a @value{GDBN} session using @code{gdbserver}, you can use the
22504@code{monitor} command to send special requests to @code{gdbserver}.
2d717e4f 22505Here are the available commands.
c74d0ad8
DJ
22506
22507@table @code
22508@item monitor help
22509List the available monitor commands.
22510
22511@item monitor set debug 0
22512@itemx monitor set debug 1
22513Disable or enable general debugging messages.
22514
22515@item monitor set remote-debug 0
22516@itemx monitor set remote-debug 1
22517Disable or enable specific debugging messages associated with the remote
22518protocol (@pxref{Remote Protocol}).
22519
aeb2e706
AH
22520@item monitor set debug-file filename
22521@itemx monitor set debug-file
22522Send any debug output to the given file, or to stderr.
22523
87ce2a04
DE
22524@item monitor set debug-format option1@r{[},option2,...@r{]}
22525Specify additional text to add to debugging messages.
22526Possible options are:
22527
22528@table @code
22529@item none
22530Turn off all extra information in debugging output.
22531@item all
22532Turn on all extra information in debugging output.
22533@item timestamps
22534Include a timestamp in each line of debugging output.
22535@end table
22536
22537Options are processed in order. Thus, for example, if @option{none}
22538appears last then no additional information is added to debugging output.
22539
cdbfd419
PP
22540@item monitor set libthread-db-search-path [PATH]
22541@cindex gdbserver, search path for @code{libthread_db}
22542When this command is issued, @var{path} is a colon-separated list of
22543directories to search for @code{libthread_db} (@pxref{Threads,,set
22544libthread-db-search-path}). If you omit @var{path},
84e578fb 22545@samp{libthread-db-search-path} will be reset to its default value.
cdbfd419 22546
98a5dd13
DE
22547The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
22548not supported in @code{gdbserver}.
22549
2d717e4f
DJ
22550@item monitor exit
22551Tell gdbserver to exit immediately. This command should be followed by
22552@code{disconnect} to close the debugging session. @code{gdbserver} will
22553detach from any attached processes and kill any processes it created.
22554Use @code{monitor exit} to terminate @code{gdbserver} at the end
22555of a multi-process mode debug session.
22556
c74d0ad8
DJ
22557@end table
22558
fa593d66
PA
22559@subsection Tracepoints support in @code{gdbserver}
22560@cindex tracepoints support in @code{gdbserver}
22561
0fb4aa4b
PA
22562On some targets, @code{gdbserver} supports tracepoints, fast
22563tracepoints and static tracepoints.
fa593d66 22564
0fb4aa4b 22565For fast or static tracepoints to work, a special library called the
fa593d66
PA
22566@dfn{in-process agent} (IPA), must be loaded in the inferior process.
22567This library is built and distributed as an integral part of
0fb4aa4b
PA
22568@code{gdbserver}. In addition, support for static tracepoints
22569requires building the in-process agent library with static tracepoints
22570support. At present, the UST (LTTng Userspace Tracer,
22571@url{http://lttng.org/ust}) tracing engine is supported. This support
22572is automatically available if UST development headers are found in the
22573standard include path when @code{gdbserver} is built, or if
22574@code{gdbserver} was explicitly configured using @option{--with-ust}
22575to point at such headers. You can explicitly disable the support
22576using @option{--with-ust=no}.
fa593d66
PA
22577
22578There are several ways to load the in-process agent in your program:
22579
22580@table @code
22581@item Specifying it as dependency at link time
22582
22583You can link your program dynamically with the in-process agent
22584library. On most systems, this is accomplished by adding
22585@code{-linproctrace} to the link command.
22586
22587@item Using the system's preloading mechanisms
22588
22589You can force loading the in-process agent at startup time by using
22590your system's support for preloading shared libraries. Many Unixes
22591support the concept of preloading user defined libraries. In most
22592cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
22593in the environment. See also the description of @code{gdbserver}'s
22594@option{--wrapper} command line option.
22595
22596@item Using @value{GDBN} to force loading the agent at run time
22597
22598On some systems, you can force the inferior to load a shared library,
22599by calling a dynamic loader function in the inferior that takes care
22600of dynamically looking up and loading a shared library. On most Unix
22601systems, the function is @code{dlopen}. You'll use the @code{call}
22602command for that. For example:
22603
22604@smallexample
22605(@value{GDBP}) call dlopen ("libinproctrace.so", ...)
22606@end smallexample
22607
22608Note that on most Unix systems, for the @code{dlopen} function to be
22609available, the program needs to be linked with @code{-ldl}.
22610@end table
22611
22612On systems that have a userspace dynamic loader, like most Unix
22613systems, when you connect to @code{gdbserver} using @code{target
22614remote}, you'll find that the program is stopped at the dynamic
22615loader's entry point, and no shared library has been loaded in the
22616program's address space yet, including the in-process agent. In that
0fb4aa4b
PA
22617case, before being able to use any of the fast or static tracepoints
22618features, you need to let the loader run and load the shared
22619libraries. The simplest way to do that is to run the program to the
22620main procedure. E.g., if debugging a C or C@t{++} program, start
fa593d66
PA
22621@code{gdbserver} like so:
22622
22623@smallexample
22624$ gdbserver :9999 myprogram
22625@end smallexample
22626
22627Start GDB and connect to @code{gdbserver} like so, and run to main:
22628
22629@smallexample
22630$ gdb myprogram
22631(@value{GDBP}) target remote myhost:9999
226320x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
22633(@value{GDBP}) b main
22634(@value{GDBP}) continue
22635@end smallexample
22636
22637The in-process tracing agent library should now be loaded into the
22638process; you can confirm it with the @code{info sharedlibrary}
22639command, which will list @file{libinproctrace.so} as loaded in the
0fb4aa4b
PA
22640process. You are now ready to install fast tracepoints, list static
22641tracepoint markers, probe static tracepoints markers, and start
fa593d66
PA
22642tracing.
22643
79a6e687
BW
22644@node Remote Configuration
22645@section Remote Configuration
501eef12 22646
9c16f35a
EZ
22647@kindex set remote
22648@kindex show remote
22649This section documents the configuration options available when
22650debugging remote programs. For the options related to the File I/O
fc320d37 22651extensions of the remote protocol, see @ref{system,
9c16f35a 22652system-call-allowed}.
501eef12
AC
22653
22654@table @code
9c16f35a 22655@item set remoteaddresssize @var{bits}
d3e8051b 22656@cindex address size for remote targets
9c16f35a
EZ
22657@cindex bits in remote address
22658Set the maximum size of address in a memory packet to the specified
22659number of bits. @value{GDBN} will mask off the address bits above
22660that number, when it passes addresses to the remote target. The
22661default value is the number of bits in the target's address.
22662
22663@item show remoteaddresssize
22664Show the current value of remote address size in bits.
22665
0d12017b 22666@item set serial baud @var{n}
9c16f35a
EZ
22667@cindex baud rate for remote targets
22668Set the baud rate for the remote serial I/O to @var{n} baud. The
22669value is used to set the speed of the serial port used for debugging
22670remote targets.
22671
0d12017b 22672@item show serial baud
9c16f35a
EZ
22673Show the current speed of the remote connection.
22674
236af5e3
YG
22675@item set serial parity @var{parity}
22676Set the parity for the remote serial I/O. Supported values of @var{parity} are:
22677@code{even}, @code{none}, and @code{odd}. The default is @code{none}.
22678
22679@item show serial parity
22680Show the current parity of the serial port.
22681
9c16f35a
EZ
22682@item set remotebreak
22683@cindex interrupt remote programs
22684@cindex BREAK signal instead of Ctrl-C
9a6253be 22685@anchor{set remotebreak}
9c16f35a 22686If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
c8aa23ab 22687when you type @kbd{Ctrl-c} to interrupt the program running
9a7a1b36 22688on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
9c16f35a
EZ
22689character instead. The default is off, since most remote systems
22690expect to see @samp{Ctrl-C} as the interrupt signal.
22691
22692@item show remotebreak
22693Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
22694interrupt the remote program.
22695
23776285
MR
22696@item set remoteflow on
22697@itemx set remoteflow off
22698@kindex set remoteflow
22699Enable or disable hardware flow control (@code{RTS}/@code{CTS})
22700on the serial port used to communicate to the remote target.
22701
22702@item show remoteflow
22703@kindex show remoteflow
22704Show the current setting of hardware flow control.
22705
9c16f35a
EZ
22706@item set remotelogbase @var{base}
22707Set the base (a.k.a.@: radix) of logging serial protocol
22708communications to @var{base}. Supported values of @var{base} are:
22709@code{ascii}, @code{octal}, and @code{hex}. The default is
22710@code{ascii}.
22711
22712@item show remotelogbase
22713Show the current setting of the radix for logging remote serial
22714protocol.
22715
22716@item set remotelogfile @var{file}
22717@cindex record serial communications on file
22718Record remote serial communications on the named @var{file}. The
22719default is not to record at all.
22720
2d8b6830 22721@item show remotelogfile
9c16f35a
EZ
22722Show the current setting of the file name on which to record the
22723serial communications.
22724
22725@item set remotetimeout @var{num}
22726@cindex timeout for serial communications
22727@cindex remote timeout
22728Set the timeout limit to wait for the remote target to respond to
22729@var{num} seconds. The default is 2 seconds.
22730
22731@item show remotetimeout
22732Show the current number of seconds to wait for the remote target
22733responses.
22734
22735@cindex limit hardware breakpoints and watchpoints
22736@cindex remote target, limit break- and watchpoints
501eef12
AC
22737@anchor{set remote hardware-watchpoint-limit}
22738@anchor{set remote hardware-breakpoint-limit}
22739@item set remote hardware-watchpoint-limit @var{limit}
22740@itemx set remote hardware-breakpoint-limit @var{limit}
055303e2
AB
22741Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
22742or breakpoints. The @var{limit} can be set to 0 to disable hardware
22743watchpoints or breakpoints, and @code{unlimited} for unlimited
22744watchpoints or breakpoints.
22745
22746@item show remote hardware-watchpoint-limit
22747@itemx show remote hardware-breakpoint-limit
22748Show the current limit for the number of hardware watchpoints or
22749breakpoints that @value{GDBN} can use.
2d717e4f 22750
480a3f21
PW
22751@cindex limit hardware watchpoints length
22752@cindex remote target, limit watchpoints length
22753@anchor{set remote hardware-watchpoint-length-limit}
22754@item set remote hardware-watchpoint-length-limit @var{limit}
055303e2
AB
22755Restrict @value{GDBN} to using @var{limit} bytes for the maximum
22756length of a remote hardware watchpoint. A @var{limit} of 0 disables
22757hardware watchpoints and @code{unlimited} allows watchpoints of any
22758length.
480a3f21
PW
22759
22760@item show remote hardware-watchpoint-length-limit
22761Show the current limit (in bytes) of the maximum length of
22762a remote hardware watchpoint.
22763
2d717e4f
DJ
22764@item set remote exec-file @var{filename}
22765@itemx show remote exec-file
22766@anchor{set remote exec-file}
22767@cindex executable file, for remote target
22768Select the file used for @code{run} with @code{target
22769extended-remote}. This should be set to a filename valid on the
22770target system. If it is not set, the target will use a default
22771filename (e.g.@: the last program run).
84603566 22772
9a7071a8
JB
22773@item set remote interrupt-sequence
22774@cindex interrupt remote programs
22775@cindex select Ctrl-C, BREAK or BREAK-g
22776Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
22777@samp{BREAK-g} as the
22778sequence to the remote target in order to interrupt the execution.
22779@samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
22780is high level of serial line for some certain time.
22781Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
22782It is @code{BREAK} signal followed by character @code{g}.
22783
22784@item show interrupt-sequence
22785Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
22786is sent by @value{GDBN} to interrupt the remote program.
22787@code{BREAK-g} is BREAK signal followed by @code{g} and
22788also known as Magic SysRq g.
22789
22790@item set remote interrupt-on-connect
22791@cindex send interrupt-sequence on start
22792Specify whether interrupt-sequence is sent to remote target when
22793@value{GDBN} connects to it. This is mostly needed when you debug
22794Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
22795which is known as Magic SysRq g in order to connect @value{GDBN}.
22796
22797@item show interrupt-on-connect
22798Show whether interrupt-sequence is sent
22799to remote target when @value{GDBN} connects to it.
22800
84603566
SL
22801@kindex set tcp
22802@kindex show tcp
22803@item set tcp auto-retry on
22804@cindex auto-retry, for remote TCP target
22805Enable auto-retry for remote TCP connections. This is useful if the remote
22806debugging agent is launched in parallel with @value{GDBN}; there is a race
22807condition because the agent may not become ready to accept the connection
22808before @value{GDBN} attempts to connect. When auto-retry is
22809enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
22810to establish the connection using the timeout specified by
22811@code{set tcp connect-timeout}.
22812
22813@item set tcp auto-retry off
22814Do not auto-retry failed TCP connections.
22815
22816@item show tcp auto-retry
22817Show the current auto-retry setting.
22818
22819@item set tcp connect-timeout @var{seconds}
f81d1120 22820@itemx set tcp connect-timeout unlimited
84603566
SL
22821@cindex connection timeout, for remote TCP target
22822@cindex timeout, for remote target connection
22823Set the timeout for establishing a TCP connection to the remote target to
22824@var{seconds}. The timeout affects both polling to retry failed connections
22825(enabled by @code{set tcp auto-retry on}) and waiting for connections
22826that are merely slow to complete, and represents an approximate cumulative
f81d1120
PA
22827value. If @var{seconds} is @code{unlimited}, there is no timeout and
22828@value{GDBN} will keep attempting to establish a connection forever,
22829unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
84603566
SL
22830
22831@item show tcp connect-timeout
22832Show the current connection timeout setting.
501eef12
AC
22833@end table
22834
427c3a89
DJ
22835@cindex remote packets, enabling and disabling
22836The @value{GDBN} remote protocol autodetects the packets supported by
22837your debugging stub. If you need to override the autodetection, you
22838can use these commands to enable or disable individual packets. Each
22839packet can be set to @samp{on} (the remote target supports this
22840packet), @samp{off} (the remote target does not support this packet),
22841or @samp{auto} (detect remote target support for this packet). They
22842all default to @samp{auto}. For more information about each packet,
22843see @ref{Remote Protocol}.
22844
22845During normal use, you should not have to use any of these commands.
22846If you do, that may be a bug in your remote debugging stub, or a bug
22847in @value{GDBN}. You may want to report the problem to the
22848@value{GDBN} developers.
22849
cfa9d6d9
DJ
22850For each packet @var{name}, the command to enable or disable the
22851packet is @code{set remote @var{name}-packet}. The available settings
22852are:
427c3a89 22853
cfa9d6d9 22854@multitable @columnfractions 0.28 0.32 0.25
427c3a89
DJ
22855@item Command Name
22856@tab Remote Packet
22857@tab Related Features
22858
cfa9d6d9 22859@item @code{fetch-register}
427c3a89
DJ
22860@tab @code{p}
22861@tab @code{info registers}
22862
cfa9d6d9 22863@item @code{set-register}
427c3a89
DJ
22864@tab @code{P}
22865@tab @code{set}
22866
cfa9d6d9 22867@item @code{binary-download}
427c3a89
DJ
22868@tab @code{X}
22869@tab @code{load}, @code{set}
22870
cfa9d6d9 22871@item @code{read-aux-vector}
427c3a89
DJ
22872@tab @code{qXfer:auxv:read}
22873@tab @code{info auxv}
22874
cfa9d6d9 22875@item @code{symbol-lookup}
427c3a89
DJ
22876@tab @code{qSymbol}
22877@tab Detecting multiple threads
22878
2d717e4f
DJ
22879@item @code{attach}
22880@tab @code{vAttach}
22881@tab @code{attach}
22882
cfa9d6d9 22883@item @code{verbose-resume}
427c3a89
DJ
22884@tab @code{vCont}
22885@tab Stepping or resuming multiple threads
22886
2d717e4f
DJ
22887@item @code{run}
22888@tab @code{vRun}
22889@tab @code{run}
22890
cfa9d6d9 22891@item @code{software-breakpoint}
427c3a89
DJ
22892@tab @code{Z0}
22893@tab @code{break}
22894
cfa9d6d9 22895@item @code{hardware-breakpoint}
427c3a89
DJ
22896@tab @code{Z1}
22897@tab @code{hbreak}
22898
cfa9d6d9 22899@item @code{write-watchpoint}
427c3a89
DJ
22900@tab @code{Z2}
22901@tab @code{watch}
22902
cfa9d6d9 22903@item @code{read-watchpoint}
427c3a89
DJ
22904@tab @code{Z3}
22905@tab @code{rwatch}
22906
cfa9d6d9 22907@item @code{access-watchpoint}
427c3a89
DJ
22908@tab @code{Z4}
22909@tab @code{awatch}
22910
c78fa86a
GB
22911@item @code{pid-to-exec-file}
22912@tab @code{qXfer:exec-file:read}
22913@tab @code{attach}, @code{run}
22914
cfa9d6d9
DJ
22915@item @code{target-features}
22916@tab @code{qXfer:features:read}
22917@tab @code{set architecture}
22918
22919@item @code{library-info}
22920@tab @code{qXfer:libraries:read}
22921@tab @code{info sharedlibrary}
22922
22923@item @code{memory-map}
22924@tab @code{qXfer:memory-map:read}
22925@tab @code{info mem}
22926
0fb4aa4b
PA
22927@item @code{read-sdata-object}
22928@tab @code{qXfer:sdata:read}
22929@tab @code{print $_sdata}
22930
4aa995e1
PA
22931@item @code{read-siginfo-object}
22932@tab @code{qXfer:siginfo:read}
22933@tab @code{print $_siginfo}
22934
22935@item @code{write-siginfo-object}
22936@tab @code{qXfer:siginfo:write}
22937@tab @code{set $_siginfo}
22938
dc146f7c
VP
22939@item @code{threads}
22940@tab @code{qXfer:threads:read}
22941@tab @code{info threads}
22942
cfa9d6d9 22943@item @code{get-thread-local-@*storage-address}
427c3a89
DJ
22944@tab @code{qGetTLSAddr}
22945@tab Displaying @code{__thread} variables
22946
711e434b
PM
22947@item @code{get-thread-information-block-address}
22948@tab @code{qGetTIBAddr}
22949@tab Display MS-Windows Thread Information Block.
22950
08388c79
DE
22951@item @code{search-memory}
22952@tab @code{qSearch:memory}
22953@tab @code{find}
22954
427c3a89
DJ
22955@item @code{supported-packets}
22956@tab @code{qSupported}
22957@tab Remote communications parameters
22958
82075af2
JS
22959@item @code{catch-syscalls}
22960@tab @code{QCatchSyscalls}
22961@tab @code{catch syscall}
22962
cfa9d6d9 22963@item @code{pass-signals}
89be2091
DJ
22964@tab @code{QPassSignals}
22965@tab @code{handle @var{signal}}
22966
9b224c5e
PA
22967@item @code{program-signals}
22968@tab @code{QProgramSignals}
22969@tab @code{handle @var{signal}}
22970
a6b151f1
DJ
22971@item @code{hostio-close-packet}
22972@tab @code{vFile:close}
22973@tab @code{remote get}, @code{remote put}
22974
22975@item @code{hostio-open-packet}
22976@tab @code{vFile:open}
22977@tab @code{remote get}, @code{remote put}
22978
22979@item @code{hostio-pread-packet}
22980@tab @code{vFile:pread}
22981@tab @code{remote get}, @code{remote put}
22982
22983@item @code{hostio-pwrite-packet}
22984@tab @code{vFile:pwrite}
22985@tab @code{remote get}, @code{remote put}
22986
22987@item @code{hostio-unlink-packet}
22988@tab @code{vFile:unlink}
22989@tab @code{remote delete}
a6f3e723 22990
b9e7b9c3
UW
22991@item @code{hostio-readlink-packet}
22992@tab @code{vFile:readlink}
22993@tab Host I/O
22994
0a93529c
GB
22995@item @code{hostio-fstat-packet}
22996@tab @code{vFile:fstat}
22997@tab Host I/O
22998
15a201c8
GB
22999@item @code{hostio-setfs-packet}
23000@tab @code{vFile:setfs}
23001@tab Host I/O
23002
a6f3e723
SL
23003@item @code{noack-packet}
23004@tab @code{QStartNoAckMode}
23005@tab Packet acknowledgment
07e059b5
VP
23006
23007@item @code{osdata}
23008@tab @code{qXfer:osdata:read}
23009@tab @code{info os}
0b16c5cf
PA
23010
23011@item @code{query-attached}
23012@tab @code{qAttached}
23013@tab Querying remote process attach state.
b3b9301e 23014
a46c1e42
PA
23015@item @code{trace-buffer-size}
23016@tab @code{QTBuffer:size}
23017@tab @code{set trace-buffer-size}
23018
bd3eecc3
PA
23019@item @code{trace-status}
23020@tab @code{qTStatus}
23021@tab @code{tstatus}
23022
b3b9301e
PA
23023@item @code{traceframe-info}
23024@tab @code{qXfer:traceframe-info:read}
23025@tab Traceframe info
03583c20 23026
1e4d1764
YQ
23027@item @code{install-in-trace}
23028@tab @code{InstallInTrace}
23029@tab Install tracepoint in tracing
23030
03583c20
UW
23031@item @code{disable-randomization}
23032@tab @code{QDisableRandomization}
23033@tab @code{set disable-randomization}
83364271 23034
aefd8b33
SDJ
23035@item @code{startup-with-shell}
23036@tab @code{QStartupWithShell}
23037@tab @code{set startup-with-shell}
23038
0a2dde4a
SDJ
23039@item @code{environment-hex-encoded}
23040@tab @code{QEnvironmentHexEncoded}
23041@tab @code{set environment}
23042
23043@item @code{environment-unset}
23044@tab @code{QEnvironmentUnset}
23045@tab @code{unset environment}
23046
23047@item @code{environment-reset}
23048@tab @code{QEnvironmentReset}
23049@tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23050
bc3b087d
SDJ
23051@item @code{set-working-dir}
23052@tab @code{QSetWorkingDir}
23053@tab @code{set cwd}
23054
83364271
LM
23055@item @code{conditional-breakpoints-packet}
23056@tab @code{Z0 and Z1}
23057@tab @code{Support for target-side breakpoint condition evaluation}
f7e6eed5 23058
73b8c1fd
PA
23059@item @code{multiprocess-extensions}
23060@tab @code{multiprocess extensions}
23061@tab Debug multiple processes and remote process PID awareness
23062
f7e6eed5
PA
23063@item @code{swbreak-feature}
23064@tab @code{swbreak stop reason}
23065@tab @code{break}
23066
23067@item @code{hwbreak-feature}
23068@tab @code{hwbreak stop reason}
23069@tab @code{hbreak}
23070
0d71eef5
DB
23071@item @code{fork-event-feature}
23072@tab @code{fork stop reason}
23073@tab @code{fork}
23074
23075@item @code{vfork-event-feature}
23076@tab @code{vfork stop reason}
23077@tab @code{vfork}
23078
b459a59b
DB
23079@item @code{exec-event-feature}
23080@tab @code{exec stop reason}
23081@tab @code{exec}
23082
65706a29
PA
23083@item @code{thread-events}
23084@tab @code{QThreadEvents}
23085@tab Tracking thread lifetime.
23086
f2faf941
PA
23087@item @code{no-resumed-stop-reply}
23088@tab @code{no resumed thread left stop reply}
23089@tab Tracking thread lifetime.
23090
427c3a89
DJ
23091@end multitable
23092
79a6e687
BW
23093@node Remote Stub
23094@section Implementing a Remote Stub
7a292a7a 23095
8e04817f
AC
23096@cindex debugging stub, example
23097@cindex remote stub, example
23098@cindex stub example, remote debugging
23099The stub files provided with @value{GDBN} implement the target side of the
23100communication protocol, and the @value{GDBN} side is implemented in the
23101@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
23102these subroutines to communicate, and ignore the details. (If you're
23103implementing your own stub file, you can still ignore the details: start
23104with one of the existing stub files. @file{sparc-stub.c} is the best
23105organized, and therefore the easiest to read.)
23106
104c1213
JM
23107@cindex remote serial debugging, overview
23108To debug a program running on another machine (the debugging
23109@dfn{target} machine), you must first arrange for all the usual
23110prerequisites for the program to run by itself. For example, for a C
23111program, you need:
c906108c 23112
104c1213
JM
23113@enumerate
23114@item
23115A startup routine to set up the C runtime environment; these usually
23116have a name like @file{crt0}. The startup routine may be supplied by
23117your hardware supplier, or you may have to write your own.
96baa820 23118
5d161b24 23119@item
d4f3574e 23120A C subroutine library to support your program's
104c1213 23121subroutine calls, notably managing input and output.
96baa820 23122
104c1213
JM
23123@item
23124A way of getting your program to the other machine---for example, a
23125download program. These are often supplied by the hardware
23126manufacturer, but you may have to write your own from hardware
23127documentation.
23128@end enumerate
96baa820 23129
104c1213
JM
23130The next step is to arrange for your program to use a serial port to
23131communicate with the machine where @value{GDBN} is running (the @dfn{host}
23132machine). In general terms, the scheme looks like this:
96baa820 23133
104c1213
JM
23134@table @emph
23135@item On the host,
23136@value{GDBN} already understands how to use this protocol; when everything
23137else is set up, you can simply use the @samp{target remote} command
23138(@pxref{Targets,,Specifying a Debugging Target}).
23139
23140@item On the target,
23141you must link with your program a few special-purpose subroutines that
23142implement the @value{GDBN} remote serial protocol. The file containing these
23143subroutines is called a @dfn{debugging stub}.
23144
23145On certain remote targets, you can use an auxiliary program
23146@code{gdbserver} instead of linking a stub into your program.
79a6e687 23147@xref{Server,,Using the @code{gdbserver} Program}, for details.
104c1213 23148@end table
96baa820 23149
104c1213
JM
23150The debugging stub is specific to the architecture of the remote
23151machine; for example, use @file{sparc-stub.c} to debug programs on
23152@sc{sparc} boards.
96baa820 23153
104c1213
JM
23154@cindex remote serial stub list
23155These working remote stubs are distributed with @value{GDBN}:
96baa820 23156
104c1213
JM
23157@table @code
23158
23159@item i386-stub.c
41afff9a 23160@cindex @file{i386-stub.c}
104c1213
JM
23161@cindex Intel
23162@cindex i386
23163For Intel 386 and compatible architectures.
23164
23165@item m68k-stub.c
41afff9a 23166@cindex @file{m68k-stub.c}
104c1213
JM
23167@cindex Motorola 680x0
23168@cindex m680x0
23169For Motorola 680x0 architectures.
23170
23171@item sh-stub.c
41afff9a 23172@cindex @file{sh-stub.c}
172c2a43 23173@cindex Renesas
104c1213 23174@cindex SH
172c2a43 23175For Renesas SH architectures.
104c1213
JM
23176
23177@item sparc-stub.c
41afff9a 23178@cindex @file{sparc-stub.c}
104c1213
JM
23179@cindex Sparc
23180For @sc{sparc} architectures.
23181
23182@item sparcl-stub.c
41afff9a 23183@cindex @file{sparcl-stub.c}
104c1213
JM
23184@cindex Fujitsu
23185@cindex SparcLite
23186For Fujitsu @sc{sparclite} architectures.
23187
23188@end table
23189
23190The @file{README} file in the @value{GDBN} distribution may list other
23191recently added stubs.
23192
23193@menu
23194* Stub Contents:: What the stub can do for you
23195* Bootstrapping:: What you must do for the stub
23196* Debug Session:: Putting it all together
104c1213
JM
23197@end menu
23198
6d2ebf8b 23199@node Stub Contents
79a6e687 23200@subsection What the Stub Can Do for You
104c1213
JM
23201
23202@cindex remote serial stub
23203The debugging stub for your architecture supplies these three
23204subroutines:
23205
23206@table @code
23207@item set_debug_traps
4644b6e3 23208@findex set_debug_traps
104c1213
JM
23209@cindex remote serial stub, initialization
23210This routine arranges for @code{handle_exception} to run when your
2fb860fc
PA
23211program stops. You must call this subroutine explicitly in your
23212program's startup code.
104c1213
JM
23213
23214@item handle_exception
4644b6e3 23215@findex handle_exception
104c1213
JM
23216@cindex remote serial stub, main routine
23217This is the central workhorse, but your program never calls it
23218explicitly---the setup code arranges for @code{handle_exception} to
23219run when a trap is triggered.
23220
23221@code{handle_exception} takes control when your program stops during
23222execution (for example, on a breakpoint), and mediates communications
23223with @value{GDBN} on the host machine. This is where the communications
23224protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 23225representative on the target machine. It begins by sending summary
104c1213
JM
23226information on the state of your program, then continues to execute,
23227retrieving and transmitting any information @value{GDBN} needs, until you
23228execute a @value{GDBN} command that makes your program resume; at that point,
23229@code{handle_exception} returns control to your own code on the target
5d161b24 23230machine.
104c1213
JM
23231
23232@item breakpoint
23233@cindex @code{breakpoint} subroutine, remote
23234Use this auxiliary subroutine to make your program contain a
23235breakpoint. Depending on the particular situation, this may be the only
23236way for @value{GDBN} to get control. For instance, if your target
23237machine has some sort of interrupt button, you won't need to call this;
23238pressing the interrupt button transfers control to
23239@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
23240simply receiving characters on the serial port may also trigger a trap;
23241again, in that situation, you don't need to call @code{breakpoint} from
23242your own program---simply running @samp{target remote} from the host
5d161b24 23243@value{GDBN} session gets control.
104c1213
JM
23244
23245Call @code{breakpoint} if none of these is true, or if you simply want
23246to make certain your program stops at a predetermined point for the
23247start of your debugging session.
23248@end table
23249
6d2ebf8b 23250@node Bootstrapping
79a6e687 23251@subsection What You Must Do for the Stub
104c1213
JM
23252
23253@cindex remote stub, support routines
23254The debugging stubs that come with @value{GDBN} are set up for a particular
23255chip architecture, but they have no information about the rest of your
23256debugging target machine.
23257
23258First of all you need to tell the stub how to communicate with the
23259serial port.
23260
23261@table @code
23262@item int getDebugChar()
4644b6e3 23263@findex getDebugChar
104c1213
JM
23264Write this subroutine to read a single character from the serial port.
23265It may be identical to @code{getchar} for your target system; a
23266different name is used to allow you to distinguish the two if you wish.
23267
23268@item void putDebugChar(int)
4644b6e3 23269@findex putDebugChar
104c1213 23270Write this subroutine to write a single character to the serial port.
5d161b24 23271It may be identical to @code{putchar} for your target system; a
104c1213
JM
23272different name is used to allow you to distinguish the two if you wish.
23273@end table
23274
23275@cindex control C, and remote debugging
23276@cindex interrupting remote targets
23277If you want @value{GDBN} to be able to stop your program while it is
23278running, you need to use an interrupt-driven serial driver, and arrange
23279for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
23280character). That is the character which @value{GDBN} uses to tell the
23281remote system to stop.
23282
23283Getting the debugging target to return the proper status to @value{GDBN}
23284probably requires changes to the standard stub; one quick and dirty way
23285is to just execute a breakpoint instruction (the ``dirty'' part is that
23286@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
23287
23288Other routines you need to supply are:
23289
23290@table @code
23291@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 23292@findex exceptionHandler
104c1213
JM
23293Write this function to install @var{exception_address} in the exception
23294handling tables. You need to do this because the stub does not have any
23295way of knowing what the exception handling tables on your target system
23296are like (for example, the processor's table might be in @sc{rom},
23297containing entries which point to a table in @sc{ram}).
697aa1b7 23298The @var{exception_number} specifies the exception which should be changed;
104c1213
JM
23299its meaning is architecture-dependent (for example, different numbers
23300might represent divide by zero, misaligned access, etc). When this
23301exception occurs, control should be transferred directly to
23302@var{exception_address}, and the processor state (stack, registers,
23303and so on) should be just as it is when a processor exception occurs. So if
23304you want to use a jump instruction to reach @var{exception_address}, it
23305should be a simple jump, not a jump to subroutine.
23306
23307For the 386, @var{exception_address} should be installed as an interrupt
23308gate so that interrupts are masked while the handler runs. The gate
23309should be at privilege level 0 (the most privileged level). The
23310@sc{sparc} and 68k stubs are able to mask interrupts themselves without
23311help from @code{exceptionHandler}.
23312
23313@item void flush_i_cache()
4644b6e3 23314@findex flush_i_cache
d4f3574e 23315On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
23316instruction cache, if any, on your target machine. If there is no
23317instruction cache, this subroutine may be a no-op.
23318
23319On target machines that have instruction caches, @value{GDBN} requires this
23320function to make certain that the state of your program is stable.
23321@end table
23322
23323@noindent
23324You must also make sure this library routine is available:
23325
23326@table @code
23327@item void *memset(void *, int, int)
4644b6e3 23328@findex memset
104c1213
JM
23329This is the standard library function @code{memset} that sets an area of
23330memory to a known value. If you have one of the free versions of
23331@code{libc.a}, @code{memset} can be found there; otherwise, you must
23332either obtain it from your hardware manufacturer, or write your own.
23333@end table
23334
23335If you do not use the GNU C compiler, you may need other standard
23336library subroutines as well; this varies from one stub to another,
23337but in general the stubs are likely to use any of the common library
e22ea452 23338subroutines which @code{@value{NGCC}} generates as inline code.
104c1213
JM
23339
23340
6d2ebf8b 23341@node Debug Session
79a6e687 23342@subsection Putting it All Together
104c1213
JM
23343
23344@cindex remote serial debugging summary
23345In summary, when your program is ready to debug, you must follow these
23346steps.
23347
23348@enumerate
23349@item
6d2ebf8b 23350Make sure you have defined the supporting low-level routines
79a6e687 23351(@pxref{Bootstrapping,,What You Must Do for the Stub}):
104c1213
JM
23352@display
23353@code{getDebugChar}, @code{putDebugChar},
23354@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
23355@end display
23356
23357@item
2fb860fc
PA
23358Insert these lines in your program's startup code, before the main
23359procedure is called:
104c1213 23360
474c8240 23361@smallexample
104c1213
JM
23362set_debug_traps();
23363breakpoint();
474c8240 23364@end smallexample
104c1213 23365
2fb860fc
PA
23366On some machines, when a breakpoint trap is raised, the hardware
23367automatically makes the PC point to the instruction after the
23368breakpoint. If your machine doesn't do that, you may need to adjust
23369@code{handle_exception} to arrange for it to return to the instruction
23370after the breakpoint on this first invocation, so that your program
23371doesn't keep hitting the initial breakpoint instead of making
23372progress.
23373
104c1213
JM
23374@item
23375For the 680x0 stub only, you need to provide a variable called
23376@code{exceptionHook}. Normally you just use:
23377
474c8240 23378@smallexample
104c1213 23379void (*exceptionHook)() = 0;
474c8240 23380@end smallexample
104c1213 23381
d4f3574e 23382@noindent
104c1213 23383but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 23384function in your program, that function is called when
104c1213
JM
23385@code{@value{GDBN}} continues after stopping on a trap (for example, bus
23386error). The function indicated by @code{exceptionHook} is called with
23387one parameter: an @code{int} which is the exception number.
23388
23389@item
23390Compile and link together: your program, the @value{GDBN} debugging stub for
23391your target architecture, and the supporting subroutines.
23392
23393@item
23394Make sure you have a serial connection between your target machine and
23395the @value{GDBN} host, and identify the serial port on the host.
23396
23397@item
23398@c The "remote" target now provides a `load' command, so we should
23399@c document that. FIXME.
23400Download your program to your target machine (or get it there by
23401whatever means the manufacturer provides), and start it.
23402
23403@item
07f31aa6 23404Start @value{GDBN} on the host, and connect to the target
79a6e687 23405(@pxref{Connecting,,Connecting to a Remote Target}).
9db8d71f 23406
104c1213
JM
23407@end enumerate
23408
8e04817f
AC
23409@node Configurations
23410@chapter Configuration-Specific Information
104c1213 23411
8e04817f
AC
23412While nearly all @value{GDBN} commands are available for all native and
23413cross versions of the debugger, there are some exceptions. This chapter
23414describes things that are only available in certain configurations.
104c1213 23415
8e04817f
AC
23416There are three major categories of configurations: native
23417configurations, where the host and target are the same, embedded
23418operating system configurations, which are usually the same for several
23419different processor architectures, and bare embedded processors, which
23420are quite different from each other.
104c1213 23421
8e04817f
AC
23422@menu
23423* Native::
23424* Embedded OS::
23425* Embedded Processors::
23426* Architectures::
23427@end menu
104c1213 23428
8e04817f
AC
23429@node Native
23430@section Native
104c1213 23431
8e04817f
AC
23432This section describes details specific to particular native
23433configurations.
6cf7e474 23434
8e04817f 23435@menu
7561d450 23436* BSD libkvm Interface:: Debugging BSD kernel memory images
2d97a5d9 23437* Process Information:: Process information
8e04817f 23438* DJGPP Native:: Features specific to the DJGPP port
78c47bea 23439* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 23440* Hurd Native:: Features specific to @sc{gnu} Hurd
a80b95ba 23441* Darwin:: Features specific to Darwin
e9076973 23442* FreeBSD:: Features specific to FreeBSD
8e04817f 23443@end menu
6cf7e474 23444
7561d450
MK
23445@node BSD libkvm Interface
23446@subsection BSD libkvm Interface
23447
23448@cindex libkvm
23449@cindex kernel memory image
23450@cindex kernel crash dump
23451
23452BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
23453interface that provides a uniform interface for accessing kernel virtual
23454memory images, including live systems and crash dumps. @value{GDBN}
23455uses this interface to allow you to debug live kernels and kernel crash
23456dumps on many native BSD configurations. This is implemented as a
23457special @code{kvm} debugging target. For debugging a live system, load
23458the currently running kernel into @value{GDBN} and connect to the
23459@code{kvm} target:
23460
23461@smallexample
23462(@value{GDBP}) @b{target kvm}
23463@end smallexample
23464
23465For debugging crash dumps, provide the file name of the crash dump as an
23466argument:
23467
23468@smallexample
23469(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
23470@end smallexample
23471
23472Once connected to the @code{kvm} target, the following commands are
23473available:
23474
23475@table @code
23476@kindex kvm
23477@item kvm pcb
721c2651 23478Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
23479
23480@item kvm proc
23481Set current context from proc address. This command isn't available on
23482modern FreeBSD systems.
23483@end table
23484
2d97a5d9
JB
23485@node Process Information
23486@subsection Process Information
60bf7e09
EZ
23487@cindex /proc
23488@cindex examine process image
23489@cindex process info via @file{/proc}
104c1213 23490
2d97a5d9
JB
23491Some operating systems provide interfaces to fetch additional
23492information about running processes beyond memory and per-thread
23493register state. If @value{GDBN} is configured for an operating system
23494with a supported interface, the command @code{info proc} is available
23495to report information about the process running your program, or about
23496any process running on your system.
451b7c33 23497
2d97a5d9
JB
23498One supported interface is a facility called @samp{/proc} that can be
23499used to examine the image of a running process using file-system
23500subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
23501systems.
451b7c33 23502
aa8509b4
KR
23503On FreeBSD and NetBSD systems, system control nodes are used to query
23504process information.
2d97a5d9
JB
23505
23506In addition, some systems may provide additional process information
23507in core files. Note that a core file may include a subset of the
23508information available from a live process. Process information is
6b92c0d3 23509currently available from cores created on @sc{gnu}/Linux and FreeBSD
2d97a5d9 23510systems.
104c1213 23511
8e04817f
AC
23512@table @code
23513@kindex info proc
60bf7e09 23514@cindex process ID
8e04817f 23515@item info proc
60bf7e09 23516@itemx info proc @var{process-id}
73f1bd76 23517Summarize available information about a process. If a
60bf7e09
EZ
23518process ID is specified by @var{process-id}, display information about
23519that process; otherwise display information about the program being
23520debugged. The summary includes the debugged process ID, the command
23521line used to invoke it, its current working directory, and its
23522executable file's absolute file name.
23523
23524On some systems, @var{process-id} can be of the form
23525@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
23526within a process. If the optional @var{pid} part is missing, it means
23527a thread from the process being debugged (the leading @samp{/} still
23528needs to be present, or else @value{GDBN} will interpret the number as
23529a process ID rather than a thread ID).
6cf7e474 23530
0c631110
TT
23531@item info proc cmdline
23532@cindex info proc cmdline
23533Show the original command line of the process. This command is
aa8509b4 23534supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
0c631110
TT
23535
23536@item info proc cwd
23537@cindex info proc cwd
23538Show the current working directory of the process. This command is
aa8509b4 23539supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
0c631110
TT
23540
23541@item info proc exe
23542@cindex info proc exe
2d97a5d9 23543Show the name of executable of the process. This command is supported
aa8509b4 23544on @sc{gnu}/Linux, FreeBSD and NetBSD.
0c631110 23545
8b113111
JB
23546@item info proc files
23547@cindex info proc files
23548Show the file descriptors open by the process. For each open file
23549descriptor, @value{GDBN} shows its number, type (file, directory,
23550character device, socket), file pointer offset, and the name of the
23551resource open on the descriptor. The resource name can be a file name
23552(for files, directories, and devices) or a protocol followed by socket
23553address (for network connections). This command is supported on
23554FreeBSD.
23555
23556This example shows the open file descriptors for a process using a
23557tty for standard input and output as well as two network sockets:
23558
23559@smallexample
23560(gdb) info proc files 22136
23561process 22136
23562Open files:
23563
23564 FD Type Offset Flags Name
23565 text file - r-------- /usr/bin/ssh
23566 ctty chr - rw------- /dev/pts/20
23567 cwd dir - r-------- /usr/home/john
23568 root dir - r-------- /
23569 0 chr 0x32933a4 rw------- /dev/pts/20
23570 1 chr 0x32933a4 rw------- /dev/pts/20
23571 2 chr 0x32933a4 rw------- /dev/pts/20
23572 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
23573 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
23574@end smallexample
23575
8e04817f 23576@item info proc mappings
60bf7e09 23577@cindex memory address space mappings
73f1bd76 23578Report the memory address space ranges accessible in a process. On
aa8509b4
KR
23579Solaris, FreeBSD and NetBSD systems, each memory range includes information
23580on whether the process has read, write, or execute access rights to each
23581range. On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
2d97a5d9 23582includes the object file which is mapped to that range.
60bf7e09
EZ
23583
23584@item info proc stat
23585@itemx info proc status
23586@cindex process detailed status information
2d97a5d9
JB
23587Show additional process-related information, including the user ID and
23588group ID; virtual memory usage; the signals that are pending, blocked,
23589and ignored; its TTY; its consumption of system and user time; its
23590stack size; its @samp{nice} value; etc. These commands are supported
aa8509b4 23591on @sc{gnu}/Linux, FreeBSD and NetBSD.
2d97a5d9
JB
23592
23593For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
23594information (type @kbd{man 5 proc} from your shell prompt).
23595
aa8509b4
KR
23596For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
23597@code{info proc status}.
60bf7e09
EZ
23598
23599@item info proc all
23600Show all the information about the process described under all of the
23601above @code{info proc} subcommands.
23602
8e04817f
AC
23603@ignore
23604@comment These sub-options of 'info proc' were not included when
23605@comment procfs.c was re-written. Keep their descriptions around
23606@comment against the day when someone finds the time to put them back in.
23607@kindex info proc times
23608@item info proc times
23609Starting time, user CPU time, and system CPU time for your program and
23610its children.
6cf7e474 23611
8e04817f
AC
23612@kindex info proc id
23613@item info proc id
23614Report on the process IDs related to your program: its own process ID,
23615the ID of its parent, the process group ID, and the session ID.
8e04817f 23616@end ignore
721c2651
EZ
23617
23618@item set procfs-trace
23619@kindex set procfs-trace
23620@cindex @code{procfs} API calls
23621This command enables and disables tracing of @code{procfs} API calls.
23622
23623@item show procfs-trace
23624@kindex show procfs-trace
23625Show the current state of @code{procfs} API call tracing.
23626
23627@item set procfs-file @var{file}
23628@kindex set procfs-file
23629Tell @value{GDBN} to write @code{procfs} API trace to the named
23630@var{file}. @value{GDBN} appends the trace info to the previous
23631contents of the file. The default is to display the trace on the
23632standard output.
23633
23634@item show procfs-file
23635@kindex show procfs-file
23636Show the file to which @code{procfs} API trace is written.
23637
23638@item proc-trace-entry
23639@itemx proc-trace-exit
23640@itemx proc-untrace-entry
23641@itemx proc-untrace-exit
23642@kindex proc-trace-entry
23643@kindex proc-trace-exit
23644@kindex proc-untrace-entry
23645@kindex proc-untrace-exit
23646These commands enable and disable tracing of entries into and exits
23647from the @code{syscall} interface.
23648
23649@item info pidlist
23650@kindex info pidlist
23651@cindex process list, QNX Neutrino
23652For QNX Neutrino only, this command displays the list of all the
23653processes and all the threads within each process.
23654
23655@item info meminfo
23656@kindex info meminfo
23657@cindex mapinfo list, QNX Neutrino
23658For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 23659@end table
104c1213 23660
8e04817f
AC
23661@node DJGPP Native
23662@subsection Features for Debugging @sc{djgpp} Programs
23663@cindex @sc{djgpp} debugging
23664@cindex native @sc{djgpp} debugging
23665@cindex MS-DOS-specific commands
104c1213 23666
514c4d71
EZ
23667@cindex DPMI
23668@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
23669MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
23670that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
23671top of real-mode DOS systems and their emulations.
104c1213 23672
8e04817f
AC
23673@value{GDBN} supports native debugging of @sc{djgpp} programs, and
23674defines a few commands specific to the @sc{djgpp} port. This
23675subsection describes those commands.
104c1213 23676
8e04817f
AC
23677@table @code
23678@kindex info dos
23679@item info dos
23680This is a prefix of @sc{djgpp}-specific commands which print
23681information about the target system and important OS structures.
f1251bdd 23682
8e04817f
AC
23683@kindex sysinfo
23684@cindex MS-DOS system info
23685@cindex free memory information (MS-DOS)
23686@item info dos sysinfo
23687This command displays assorted information about the underlying
23688platform: the CPU type and features, the OS version and flavor, the
23689DPMI version, and the available conventional and DPMI memory.
104c1213 23690
8e04817f
AC
23691@cindex GDT
23692@cindex LDT
23693@cindex IDT
23694@cindex segment descriptor tables
23695@cindex descriptor tables display
23696@item info dos gdt
23697@itemx info dos ldt
23698@itemx info dos idt
23699These 3 commands display entries from, respectively, Global, Local,
23700and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
23701tables are data structures which store a descriptor for each segment
23702that is currently in use. The segment's selector is an index into a
23703descriptor table; the table entry for that index holds the
23704descriptor's base address and limit, and its attributes and access
23705rights.
104c1213 23706
8e04817f
AC
23707A typical @sc{djgpp} program uses 3 segments: a code segment, a data
23708segment (used for both data and the stack), and a DOS segment (which
23709allows access to DOS/BIOS data structures and absolute addresses in
23710conventional memory). However, the DPMI host will usually define
23711additional segments in order to support the DPMI environment.
d4f3574e 23712
8e04817f
AC
23713@cindex garbled pointers
23714These commands allow to display entries from the descriptor tables.
23715Without an argument, all entries from the specified table are
23716displayed. An argument, which should be an integer expression, means
23717display a single entry whose index is given by the argument. For
23718example, here's a convenient way to display information about the
23719debugged program's data segment:
104c1213 23720
8e04817f
AC
23721@smallexample
23722@exdent @code{(@value{GDBP}) info dos ldt $ds}
23723@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
23724@end smallexample
104c1213 23725
8e04817f
AC
23726@noindent
23727This comes in handy when you want to see whether a pointer is outside
23728the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 23729
8e04817f
AC
23730@cindex page tables display (MS-DOS)
23731@item info dos pde
23732@itemx info dos pte
23733These two commands display entries from, respectively, the Page
23734Directory and the Page Tables. Page Directories and Page Tables are
23735data structures which control how virtual memory addresses are mapped
23736into physical addresses. A Page Table includes an entry for every
23737page of memory that is mapped into the program's address space; there
23738may be several Page Tables, each one holding up to 4096 entries. A
23739Page Directory has up to 4096 entries, one each for every Page Table
23740that is currently in use.
104c1213 23741
8e04817f
AC
23742Without an argument, @kbd{info dos pde} displays the entire Page
23743Directory, and @kbd{info dos pte} displays all the entries in all of
23744the Page Tables. An argument, an integer expression, given to the
23745@kbd{info dos pde} command means display only that entry from the Page
23746Directory table. An argument given to the @kbd{info dos pte} command
23747means display entries from a single Page Table, the one pointed to by
23748the specified entry in the Page Directory.
104c1213 23749
8e04817f
AC
23750@cindex direct memory access (DMA) on MS-DOS
23751These commands are useful when your program uses @dfn{DMA} (Direct
23752Memory Access), which needs physical addresses to program the DMA
23753controller.
104c1213 23754
8e04817f 23755These commands are supported only with some DPMI servers.
104c1213 23756
8e04817f
AC
23757@cindex physical address from linear address
23758@item info dos address-pte @var{addr}
23759This command displays the Page Table entry for a specified linear
514c4d71
EZ
23760address. The argument @var{addr} is a linear address which should
23761already have the appropriate segment's base address added to it,
23762because this command accepts addresses which may belong to @emph{any}
23763segment. For example, here's how to display the Page Table entry for
23764the page where a variable @code{i} is stored:
104c1213 23765
b383017d 23766@smallexample
8e04817f
AC
23767@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
23768@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 23769@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 23770@end smallexample
104c1213 23771
8e04817f
AC
23772@noindent
23773This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 23774whose physical base address is @code{0x02698000}, and shows all the
8e04817f 23775attributes of that page.
104c1213 23776
8e04817f
AC
23777Note that you must cast the addresses of variables to a @code{char *},
23778since otherwise the value of @code{__djgpp_base_address}, the base
23779address of all variables and functions in a @sc{djgpp} program, will
23780be added using the rules of C pointer arithmetics: if @code{i} is
23781declared an @code{int}, @value{GDBN} will add 4 times the value of
23782@code{__djgpp_base_address} to the address of @code{i}.
104c1213 23783
8e04817f
AC
23784Here's another example, it displays the Page Table entry for the
23785transfer buffer:
104c1213 23786
8e04817f
AC
23787@smallexample
23788@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
23789@exdent @code{Page Table entry for address 0x29110:}
23790@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
23791@end smallexample
104c1213 23792
8e04817f
AC
23793@noindent
23794(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
237953rd member of the @code{_go32_info_block} structure.) The output
23796clearly shows that this DPMI server maps the addresses in conventional
23797memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
23798linear (@code{0x29110}) addresses are identical.
104c1213 23799
8e04817f
AC
23800This command is supported only with some DPMI servers.
23801@end table
104c1213 23802
c45da7e6 23803@cindex DOS serial data link, remote debugging
a8f24a35
EZ
23804In addition to native debugging, the DJGPP port supports remote
23805debugging via a serial data link. The following commands are specific
23806to remote serial debugging in the DJGPP port of @value{GDBN}.
23807
23808@table @code
23809@kindex set com1base
23810@kindex set com1irq
23811@kindex set com2base
23812@kindex set com2irq
23813@kindex set com3base
23814@kindex set com3irq
23815@kindex set com4base
23816@kindex set com4irq
23817@item set com1base @var{addr}
23818This command sets the base I/O port address of the @file{COM1} serial
23819port.
23820
23821@item set com1irq @var{irq}
23822This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
23823for the @file{COM1} serial port.
23824
23825There are similar commands @samp{set com2base}, @samp{set com3irq},
23826etc.@: for setting the port address and the @code{IRQ} lines for the
23827other 3 COM ports.
23828
23829@kindex show com1base
23830@kindex show com1irq
23831@kindex show com2base
23832@kindex show com2irq
23833@kindex show com3base
23834@kindex show com3irq
23835@kindex show com4base
23836@kindex show com4irq
23837The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
23838display the current settings of the base address and the @code{IRQ}
23839lines used by the COM ports.
c45da7e6
EZ
23840
23841@item info serial
23842@kindex info serial
23843@cindex DOS serial port status
23844This command prints the status of the 4 DOS serial ports. For each
23845port, it prints whether it's active or not, its I/O base address and
23846IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
23847counts of various errors encountered so far.
a8f24a35
EZ
23848@end table
23849
23850
78c47bea 23851@node Cygwin Native
79a6e687 23852@subsection Features for Debugging MS Windows PE Executables
78c47bea
PM
23853@cindex MS Windows debugging
23854@cindex native Cygwin debugging
23855@cindex Cygwin-specific commands
23856
be448670 23857@value{GDBN} supports native debugging of MS Windows programs, including
cbb8f428
EZ
23858DLLs with and without symbolic debugging information.
23859
23860@cindex Ctrl-BREAK, MS-Windows
23861@cindex interrupt debuggee on MS-Windows
23862MS-Windows programs that call @code{SetConsoleMode} to switch off the
23863special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
23864by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
23865supports @kbd{C-@key{BREAK}} as an alternative interrupt key
23866sequence, which can be used to interrupt the debuggee even if it
23867ignores @kbd{C-c}.
23868
23869There are various additional Cygwin-specific commands, described in
23870this section. Working with DLLs that have no debugging symbols is
23871described in @ref{Non-debug DLL Symbols}.
78c47bea
PM
23872
23873@table @code
23874@kindex info w32
23875@item info w32
db2e3e2e 23876This is a prefix of MS Windows-specific commands which print
78c47bea
PM
23877information about the target system and important OS structures.
23878
23879@item info w32 selector
23880This command displays information returned by
23881the Win32 API @code{GetThreadSelectorEntry} function.
23882It takes an optional argument that is evaluated to
23883a long value to give the information about this given selector.
23884Without argument, this command displays information
d3e8051b 23885about the six segment registers.
78c47bea 23886
711e434b
PM
23887@item info w32 thread-information-block
23888This command displays thread specific information stored in the
23889Thread Information Block (readable on the X86 CPU family using @code{$fs}
23890selector for 32-bit programs and @code{$gs} for 64-bit programs).
23891
463888ab
РИ
23892@kindex signal-event
23893@item signal-event @var{id}
23894This command signals an event with user-provided @var{id}. Used to resume
23895crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
23896
23897To use it, create or edit the following keys in
23898@code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
23899@code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
23900(for x86_64 versions):
23901
23902@itemize @minus
23903@item
23904@code{Debugger} (REG_SZ) --- a command to launch the debugger.
23905Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
23906"attach %ld" -ex "signal-event %ld" -ex "continue"}.
23907
23908The first @code{%ld} will be replaced by the process ID of the
23909crashing process, the second @code{%ld} will be replaced by the ID of
23910the event that blocks the crashing process, waiting for @value{GDBN}
23911to attach.
23912
23913@item
23914@code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
23915make the system run debugger specified by the Debugger key
23916automatically, @code{0} will cause a dialog box with ``OK'' and
23917``Cancel'' buttons to appear, which allows the user to either
23918terminate the crashing process (OK) or debug it (Cancel).
23919@end itemize
23920
be90c084 23921@kindex set cygwin-exceptions
e16b02ee
EZ
23922@cindex debugging the Cygwin DLL
23923@cindex Cygwin DLL, debugging
be90c084 23924@item set cygwin-exceptions @var{mode}
e16b02ee
EZ
23925If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
23926happen inside the Cygwin DLL. If @var{mode} is @code{off},
23927@value{GDBN} will delay recognition of exceptions, and may ignore some
23928exceptions which seem to be caused by internal Cygwin DLL
23929``bookkeeping''. This option is meant primarily for debugging the
23930Cygwin DLL itself; the default value is @code{off} to avoid annoying
23931@value{GDBN} users with false @code{SIGSEGV} signals.
be90c084
CF
23932
23933@kindex show cygwin-exceptions
23934@item show cygwin-exceptions
e16b02ee
EZ
23935Displays whether @value{GDBN} will break on exceptions that happen
23936inside the Cygwin DLL itself.
be90c084 23937
b383017d 23938@kindex set new-console
78c47bea 23939@item set new-console @var{mode}
b383017d 23940If @var{mode} is @code{on} the debuggee will
78c47bea 23941be started in a new console on next start.
e03e5e7b 23942If @var{mode} is @code{off}, the debuggee will
78c47bea
PM
23943be started in the same console as the debugger.
23944
23945@kindex show new-console
23946@item show new-console
23947Displays whether a new console is used
23948when the debuggee is started.
23949
23950@kindex set new-group
23951@item set new-group @var{mode}
23952This boolean value controls whether the debuggee should
23953start a new group or stay in the same group as the debugger.
23954This affects the way the Windows OS handles
c8aa23ab 23955@samp{Ctrl-C}.
78c47bea
PM
23956
23957@kindex show new-group
23958@item show new-group
23959Displays current value of new-group boolean.
23960
23961@kindex set debugevents
23962@item set debugevents
219eec71
EZ
23963This boolean value adds debug output concerning kernel events related
23964to the debuggee seen by the debugger. This includes events that
23965signal thread and process creation and exit, DLL loading and
23966unloading, console interrupts, and debugging messages produced by the
23967Windows @code{OutputDebugString} API call.
78c47bea
PM
23968
23969@kindex set debugexec
23970@item set debugexec
b383017d 23971This boolean value adds debug output concerning execute events
219eec71 23972(such as resume thread) seen by the debugger.
78c47bea
PM
23973
23974@kindex set debugexceptions
23975@item set debugexceptions
219eec71
EZ
23976This boolean value adds debug output concerning exceptions in the
23977debuggee seen by the debugger.
78c47bea
PM
23978
23979@kindex set debugmemory
23980@item set debugmemory
219eec71
EZ
23981This boolean value adds debug output concerning debuggee memory reads
23982and writes by the debugger.
78c47bea
PM
23983
23984@kindex set shell
23985@item set shell
23986This boolean values specifies whether the debuggee is called
23987via a shell or directly (default value is on).
23988
23989@kindex show shell
23990@item show shell
23991Displays if the debuggee will be started with a shell.
23992
23993@end table
23994
be448670 23995@menu
79a6e687 23996* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
be448670
CF
23997@end menu
23998
79a6e687
BW
23999@node Non-debug DLL Symbols
24000@subsubsection Support for DLLs without Debugging Symbols
be448670
CF
24001@cindex DLLs with no debugging symbols
24002@cindex Minimal symbols and DLLs
24003
24004Very often on windows, some of the DLLs that your program relies on do
24005not include symbolic debugging information (for example,
db2e3e2e 24006@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
be448670 24007symbols in a DLL, it relies on the minimal amount of symbolic
db2e3e2e 24008information contained in the DLL's export table. This section
be448670
CF
24009describes working with such symbols, known internally to @value{GDBN} as
24010``minimal symbols''.
24011
24012Note that before the debugged program has started execution, no DLLs
db2e3e2e 24013will have been loaded. The easiest way around this problem is simply to
be448670 24014start the program --- either by setting a breakpoint or letting the
95060284 24015program run once to completion.
be448670 24016
79a6e687 24017@subsubsection DLL Name Prefixes
be448670
CF
24018
24019In keeping with the naming conventions used by the Microsoft debugging
24020tools, DLL export symbols are made available with a prefix based on the
24021DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24022also entered into the symbol table, so @code{CreateFileA} is often
99e008fe 24023sufficient. In some cases there will be name clashes within a program
be448670
CF
24024(particularly if the executable itself includes full debugging symbols)
24025necessitating the use of the fully qualified name when referring to the
99e008fe 24026contents of the DLL. Use single-quotes around the name to avoid the
be448670
CF
24027exclamation mark (``!'') being interpreted as a language operator.
24028
24029Note that the internal name of the DLL may be all upper-case, even
99e008fe 24030though the file name of the DLL is lower-case, or vice-versa. Since
be448670
CF
24031symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24032some confusion. If in doubt, try the @code{info functions} and
0869d01b
NR
24033@code{info variables} commands or even @code{maint print msymbols}
24034(@pxref{Symbols}). Here's an example:
be448670
CF
24035
24036@smallexample
f7dc1244 24037(@value{GDBP}) info function CreateFileA
be448670
CF
24038All functions matching regular expression "CreateFileA":
24039
24040Non-debugging symbols:
240410x77e885f4 CreateFileA
240420x77e885f4 KERNEL32!CreateFileA
24043@end smallexample
24044
24045@smallexample
f7dc1244 24046(@value{GDBP}) info function !
be448670
CF
24047All functions matching regular expression "!":
24048
24049Non-debugging symbols:
240500x6100114c cygwin1!__assert
240510x61004034 cygwin1!_dll_crt0@@0
240520x61004240 cygwin1!dll_crt0(per_process *)
24053[etc...]
24054@end smallexample
24055
79a6e687 24056@subsubsection Working with Minimal Symbols
be448670
CF
24057
24058Symbols extracted from a DLL's export table do not contain very much
24059type information. All that @value{GDBN} can do is guess whether a symbol
24060refers to a function or variable depending on the linker section that
24061contains the symbol. Also note that the actual contents of the memory
24062contained in a DLL are not available unless the program is running. This
24063means that you cannot examine the contents of a variable or disassemble
24064a function within a DLL without a running program.
24065
24066Variables are generally treated as pointers and dereferenced
24067automatically. For this reason, it is often necessary to prefix a
24068variable name with the address-of operator (``&'') and provide explicit
24069type information in the command. Here's an example of the type of
24070problem:
24071
24072@smallexample
f7dc1244 24073(@value{GDBP}) print 'cygwin1!__argv'
d69cf9b2 24074'cygwin1!__argv' has unknown type; cast it to its declared type
be448670
CF
24075@end smallexample
24076
24077@smallexample
f7dc1244 24078(@value{GDBP}) x 'cygwin1!__argv'
d69cf9b2 24079'cygwin1!__argv' has unknown type; cast it to its declared type
be448670
CF
24080@end smallexample
24081
24082And two possible solutions:
24083
24084@smallexample
f7dc1244 24085(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
24086$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
24087@end smallexample
24088
24089@smallexample
f7dc1244 24090(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 240910x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 24092(@value{GDBP}) x/x 0x10021608
be448670 240930x10021608: 0x0022fd98
f7dc1244 24094(@value{GDBP}) x/s 0x0022fd98
be448670
CF
240950x22fd98: "/cygdrive/c/mydirectory/myprogram"
24096@end smallexample
24097
24098Setting a break point within a DLL is possible even before the program
24099starts execution. However, under these circumstances, @value{GDBN} can't
24100examine the initial instructions of the function in order to skip the
24101function's frame set-up code. You can work around this by using ``*&''
24102to set the breakpoint at a raw memory address:
24103
24104@smallexample
f7dc1244 24105(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
24106Breakpoint 1 at 0x1e04eff0
24107@end smallexample
24108
24109The author of these extensions is not entirely convinced that setting a
24110break point within a shared DLL like @file{kernel32.dll} is completely
24111safe.
24112
14d6dd68 24113@node Hurd Native
79a6e687 24114@subsection Commands Specific to @sc{gnu} Hurd Systems
14d6dd68
EZ
24115@cindex @sc{gnu} Hurd debugging
24116
24117This subsection describes @value{GDBN} commands specific to the
24118@sc{gnu} Hurd native debugging.
24119
24120@table @code
24121@item set signals
24122@itemx set sigs
24123@kindex set signals@r{, Hurd command}
24124@kindex set sigs@r{, Hurd command}
24125This command toggles the state of inferior signal interception by
24126@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
24127affected by this command. @code{sigs} is a shorthand alias for
24128@code{signals}.
24129
24130@item show signals
24131@itemx show sigs
24132@kindex show signals@r{, Hurd command}
24133@kindex show sigs@r{, Hurd command}
24134Show the current state of intercepting inferior's signals.
24135
24136@item set signal-thread
24137@itemx set sigthread
24138@kindex set signal-thread
24139@kindex set sigthread
24140This command tells @value{GDBN} which thread is the @code{libc} signal
24141thread. That thread is run when a signal is delivered to a running
24142process. @code{set sigthread} is the shorthand alias of @code{set
24143signal-thread}.
24144
24145@item show signal-thread
24146@itemx show sigthread
24147@kindex show signal-thread
24148@kindex show sigthread
24149These two commands show which thread will run when the inferior is
24150delivered a signal.
24151
24152@item set stopped
24153@kindex set stopped@r{, Hurd command}
24154This commands tells @value{GDBN} that the inferior process is stopped,
24155as with the @code{SIGSTOP} signal. The stopped process can be
24156continued by delivering a signal to it.
24157
24158@item show stopped
24159@kindex show stopped@r{, Hurd command}
24160This command shows whether @value{GDBN} thinks the debuggee is
24161stopped.
24162
24163@item set exceptions
24164@kindex set exceptions@r{, Hurd command}
24165Use this command to turn off trapping of exceptions in the inferior.
24166When exception trapping is off, neither breakpoints nor
24167single-stepping will work. To restore the default, set exception
24168trapping on.
24169
24170@item show exceptions
24171@kindex show exceptions@r{, Hurd command}
24172Show the current state of trapping exceptions in the inferior.
24173
24174@item set task pause
24175@kindex set task@r{, Hurd commands}
24176@cindex task attributes (@sc{gnu} Hurd)
24177@cindex pause current task (@sc{gnu} Hurd)
24178This command toggles task suspension when @value{GDBN} has control.
24179Setting it to on takes effect immediately, and the task is suspended
24180whenever @value{GDBN} gets control. Setting it to off will take
24181effect the next time the inferior is continued. If this option is set
24182to off, you can use @code{set thread default pause on} or @code{set
24183thread pause on} (see below) to pause individual threads.
24184
24185@item show task pause
24186@kindex show task@r{, Hurd commands}
24187Show the current state of task suspension.
24188
24189@item set task detach-suspend-count
24190@cindex task suspend count
24191@cindex detach from task, @sc{gnu} Hurd
24192This command sets the suspend count the task will be left with when
24193@value{GDBN} detaches from it.
24194
24195@item show task detach-suspend-count
24196Show the suspend count the task will be left with when detaching.
24197
24198@item set task exception-port
24199@itemx set task excp
24200@cindex task exception port, @sc{gnu} Hurd
24201This command sets the task exception port to which @value{GDBN} will
24202forward exceptions. The argument should be the value of the @dfn{send
24203rights} of the task. @code{set task excp} is a shorthand alias.
24204
24205@item set noninvasive
24206@cindex noninvasive task options
24207This command switches @value{GDBN} to a mode that is the least
24208invasive as far as interfering with the inferior is concerned. This
24209is the same as using @code{set task pause}, @code{set exceptions}, and
24210@code{set signals} to values opposite to the defaults.
24211
24212@item info send-rights
24213@itemx info receive-rights
24214@itemx info port-rights
24215@itemx info port-sets
24216@itemx info dead-names
24217@itemx info ports
24218@itemx info psets
24219@cindex send rights, @sc{gnu} Hurd
24220@cindex receive rights, @sc{gnu} Hurd
24221@cindex port rights, @sc{gnu} Hurd
24222@cindex port sets, @sc{gnu} Hurd
24223@cindex dead names, @sc{gnu} Hurd
24224These commands display information about, respectively, send rights,
24225receive rights, port rights, port sets, and dead names of a task.
24226There are also shorthand aliases: @code{info ports} for @code{info
24227port-rights} and @code{info psets} for @code{info port-sets}.
24228
24229@item set thread pause
24230@kindex set thread@r{, Hurd command}
24231@cindex thread properties, @sc{gnu} Hurd
24232@cindex pause current thread (@sc{gnu} Hurd)
24233This command toggles current thread suspension when @value{GDBN} has
24234control. Setting it to on takes effect immediately, and the current
24235thread is suspended whenever @value{GDBN} gets control. Setting it to
24236off will take effect the next time the inferior is continued.
24237Normally, this command has no effect, since when @value{GDBN} has
24238control, the whole task is suspended. However, if you used @code{set
24239task pause off} (see above), this command comes in handy to suspend
24240only the current thread.
24241
24242@item show thread pause
24243@kindex show thread@r{, Hurd command}
24244This command shows the state of current thread suspension.
24245
24246@item set thread run
d3e8051b 24247This command sets whether the current thread is allowed to run.
14d6dd68
EZ
24248
24249@item show thread run
24250Show whether the current thread is allowed to run.
24251
24252@item set thread detach-suspend-count
24253@cindex thread suspend count, @sc{gnu} Hurd
24254@cindex detach from thread, @sc{gnu} Hurd
24255This command sets the suspend count @value{GDBN} will leave on a
24256thread when detaching. This number is relative to the suspend count
24257found by @value{GDBN} when it notices the thread; use @code{set thread
24258takeover-suspend-count} to force it to an absolute value.
24259
24260@item show thread detach-suspend-count
24261Show the suspend count @value{GDBN} will leave on the thread when
24262detaching.
24263
24264@item set thread exception-port
24265@itemx set thread excp
24266Set the thread exception port to which to forward exceptions. This
24267overrides the port set by @code{set task exception-port} (see above).
24268@code{set thread excp} is the shorthand alias.
24269
24270@item set thread takeover-suspend-count
24271Normally, @value{GDBN}'s thread suspend counts are relative to the
24272value @value{GDBN} finds when it notices each thread. This command
24273changes the suspend counts to be absolute instead.
24274
24275@item set thread default
24276@itemx show thread default
24277@cindex thread default settings, @sc{gnu} Hurd
24278Each of the above @code{set thread} commands has a @code{set thread
24279default} counterpart (e.g., @code{set thread default pause}, @code{set
24280thread default exception-port}, etc.). The @code{thread default}
24281variety of commands sets the default thread properties for all
24282threads; you can then change the properties of individual threads with
24283the non-default commands.
24284@end table
24285
a80b95ba
TG
24286@node Darwin
24287@subsection Darwin
24288@cindex Darwin
24289
24290@value{GDBN} provides the following commands specific to the Darwin target:
24291
24292@table @code
24293@item set debug darwin @var{num}
24294@kindex set debug darwin
24295When set to a non zero value, enables debugging messages specific to
24296the Darwin support. Higher values produce more verbose output.
24297
24298@item show debug darwin
24299@kindex show debug darwin
24300Show the current state of Darwin messages.
24301
24302@item set debug mach-o @var{num}
24303@kindex set debug mach-o
24304When set to a non zero value, enables debugging messages while
24305@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
24306file format used on Darwin for object and executable files.) Higher
24307values produce more verbose output. This is a command to diagnose
24308problems internal to @value{GDBN} and should not be needed in normal
24309usage.
24310
24311@item show debug mach-o
24312@kindex show debug mach-o
24313Show the current state of Mach-O file messages.
24314
24315@item set mach-exceptions on
24316@itemx set mach-exceptions off
24317@kindex set mach-exceptions
24318On Darwin, faults are first reported as a Mach exception and are then
24319mapped to a Posix signal. Use this command to turn on trapping of
24320Mach exceptions in the inferior. This might be sometimes useful to
24321better understand the cause of a fault. The default is off.
24322
24323@item show mach-exceptions
24324@kindex show mach-exceptions
24325Show the current state of exceptions trapping.
24326@end table
24327
e9076973
JB
24328@node FreeBSD
24329@subsection FreeBSD
24330@cindex FreeBSD
24331
24332When the ABI of a system call is changed in the FreeBSD kernel, this
24333is implemented by leaving a compatibility system call using the old
24334ABI at the existing number and allocating a new system call number for
24335the version using the new ABI. As a convenience, when a system call
24336is caught by name (@pxref{catch syscall}), compatibility system calls
24337are also caught.
24338
24339For example, FreeBSD 12 introduced a new variant of the @code{kevent}
24340system call and catching the @code{kevent} system call by name catches
24341both variants:
24342
24343@smallexample
24344(@value{GDBP}) catch syscall kevent
24345Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
24346(@value{GDBP})
24347@end smallexample
24348
a64548ea 24349
8e04817f
AC
24350@node Embedded OS
24351@section Embedded Operating Systems
104c1213 24352
8e04817f
AC
24353This section describes configurations involving the debugging of
24354embedded operating systems that are available for several different
24355architectures.
d4f3574e 24356
8e04817f
AC
24357@value{GDBN} includes the ability to debug programs running on
24358various real-time operating systems.
104c1213 24359
6d2ebf8b 24360@node Embedded Processors
104c1213
JM
24361@section Embedded Processors
24362
24363This section goes into details specific to particular embedded
24364configurations.
24365
c45da7e6
EZ
24366@cindex send command to simulator
24367Whenever a specific embedded processor has a simulator, @value{GDBN}
24368allows to send an arbitrary command to the simulator.
24369
24370@table @code
24371@item sim @var{command}
24372@kindex sim@r{, a command}
24373Send an arbitrary @var{command} string to the simulator. Consult the
24374documentation for the specific simulator in use for information about
24375acceptable commands.
24376@end table
24377
7d86b5d5 24378
104c1213 24379@menu
ad0a504f 24380* ARC:: Synopsys ARC
bb615428 24381* ARM:: ARM
104c1213 24382* M68K:: Motorola M68K
08be9d71 24383* MicroBlaze:: Xilinx MicroBlaze
104c1213 24384* MIPS Embedded:: MIPS Embedded
a994fec4 24385* OpenRISC 1000:: OpenRISC 1000 (or1k)
4acd40f3 24386* PowerPC Embedded:: PowerPC Embedded
a64548ea
EZ
24387* AVR:: Atmel AVR
24388* CRIS:: CRIS
24389* Super-H:: Renesas Super-H
104c1213
JM
24390@end menu
24391
ad0a504f
AK
24392@node ARC
24393@subsection Synopsys ARC
24394@cindex Synopsys ARC
24395@cindex ARC specific commands
24396@cindex ARC600
24397@cindex ARC700
24398@cindex ARC EM
24399@cindex ARC HS
24400
24401@value{GDBN} provides the following ARC-specific commands:
24402
24403@table @code
24404@item set debug arc
24405@kindex set debug arc
24406Control the level of ARC specific debug messages. Use 0 for no messages (the
fe5f7374 24407default), 1 for debug messages, and 2 for even more debug messages.
ad0a504f
AK
24408
24409@item show debug arc
24410@kindex show debug arc
24411Show the level of ARC specific debugging in operation.
24412
eea78757
AK
24413@item maint print arc arc-instruction @var{address}
24414@kindex maint print arc arc-instruction
24415Print internal disassembler information about instruction at a given address.
24416
ad0a504f
AK
24417@end table
24418
6d2ebf8b 24419@node ARM
104c1213 24420@subsection ARM
8e04817f 24421
e2f4edfd
EZ
24422@value{GDBN} provides the following ARM-specific commands:
24423
24424@table @code
24425@item set arm disassembler
24426@kindex set arm
24427This commands selects from a list of disassembly styles. The
24428@code{"std"} style is the standard style.
24429
24430@item show arm disassembler
24431@kindex show arm
24432Show the current disassembly style.
24433
24434@item set arm apcs32
24435@cindex ARM 32-bit mode
24436This command toggles ARM operation mode between 32-bit and 26-bit.
24437
24438@item show arm apcs32
24439Display the current usage of the ARM 32-bit mode.
24440
24441@item set arm fpu @var{fputype}
24442This command sets the ARM floating-point unit (FPU) type. The
24443argument @var{fputype} can be one of these:
24444
24445@table @code
24446@item auto
24447Determine the FPU type by querying the OS ABI.
24448@item softfpa
24449Software FPU, with mixed-endian doubles on little-endian ARM
24450processors.
24451@item fpa
24452GCC-compiled FPA co-processor.
24453@item softvfp
24454Software FPU with pure-endian doubles.
24455@item vfp
24456VFP co-processor.
24457@end table
24458
24459@item show arm fpu
24460Show the current type of the FPU.
24461
24462@item set arm abi
24463This command forces @value{GDBN} to use the specified ABI.
24464
24465@item show arm abi
24466Show the currently used ABI.
24467
0428b8f5
DJ
24468@item set arm fallback-mode (arm|thumb|auto)
24469@value{GDBN} uses the symbol table, when available, to determine
24470whether instructions are ARM or Thumb. This command controls
24471@value{GDBN}'s default behavior when the symbol table is not
24472available. The default is @samp{auto}, which causes @value{GDBN} to
24473use the current execution mode (from the @code{T} bit in the @code{CPSR}
24474register).
24475
24476@item show arm fallback-mode
24477Show the current fallback instruction mode.
24478
24479@item set arm force-mode (arm|thumb|auto)
24480This command overrides use of the symbol table to determine whether
24481instructions are ARM or Thumb. The default is @samp{auto}, which
24482causes @value{GDBN} to use the symbol table and then the setting
24483of @samp{set arm fallback-mode}.
24484
24485@item show arm force-mode
24486Show the current forced instruction mode.
24487
e2f4edfd
EZ
24488@item set debug arm
24489Toggle whether to display ARM-specific debugging messages from the ARM
24490target support subsystem.
24491
24492@item show debug arm
24493Show whether ARM-specific debugging messages are enabled.
24494@end table
24495
ee8e71d4
EZ
24496@table @code
24497@item target sim @r{[}@var{simargs}@r{]} @dots{}
24498The @value{GDBN} ARM simulator accepts the following optional arguments.
24499
24500@table @code
24501@item --swi-support=@var{type}
697aa1b7 24502Tell the simulator which SWI interfaces to support. The argument
ee8e71d4
EZ
24503@var{type} may be a comma separated list of the following values.
24504The default value is @code{all}.
24505
24506@table @code
24507@item none
24508@item demon
24509@item angel
24510@item redboot
24511@item all
24512@end table
24513@end table
24514@end table
e2f4edfd 24515
8e04817f
AC
24516@node M68K
24517@subsection M68k
24518
bb615428 24519The Motorola m68k configuration includes ColdFire support.
8e04817f 24520
08be9d71
ME
24521@node MicroBlaze
24522@subsection MicroBlaze
24523@cindex Xilinx MicroBlaze
24524@cindex XMD, Xilinx Microprocessor Debugger
24525
24526The MicroBlaze is a soft-core processor supported on various Xilinx
24527FPGAs, such as Spartan or Virtex series. Boards with these processors
24528usually have JTAG ports which connect to a host system running the Xilinx
24529Embedded Development Kit (EDK) or Software Development Kit (SDK).
24530This host system is used to download the configuration bitstream to
24531the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
24532communicates with the target board using the JTAG interface and
24533presents a @code{gdbserver} interface to the board. By default
24534@code{xmd} uses port @code{1234}. (While it is possible to change
24535this default port, it requires the use of undocumented @code{xmd}
24536commands. Contact Xilinx support if you need to do this.)
24537
24538Use these GDB commands to connect to the MicroBlaze target processor.
24539
24540@table @code
24541@item target remote :1234
24542Use this command to connect to the target if you are running @value{GDBN}
24543on the same system as @code{xmd}.
24544
24545@item target remote @var{xmd-host}:1234
24546Use this command to connect to the target if it is connected to @code{xmd}
24547running on a different system named @var{xmd-host}.
24548
24549@item load
24550Use this command to download a program to the MicroBlaze target.
24551
24552@item set debug microblaze @var{n}
24553Enable MicroBlaze-specific debugging messages if non-zero.
24554
24555@item show debug microblaze @var{n}
24556Show MicroBlaze-specific debugging level.
24557@end table
24558
8e04817f 24559@node MIPS Embedded
eb17f351 24560@subsection @acronym{MIPS} Embedded
8e04817f 24561
8e04817f 24562@noindent
f7c38292 24563@value{GDBN} supports these special commands for @acronym{MIPS} targets:
104c1213 24564
8e04817f 24565@table @code
8e04817f
AC
24566@item set mipsfpu double
24567@itemx set mipsfpu single
24568@itemx set mipsfpu none
a64548ea 24569@itemx set mipsfpu auto
8e04817f
AC
24570@itemx show mipsfpu
24571@kindex set mipsfpu
24572@kindex show mipsfpu
eb17f351
EZ
24573@cindex @acronym{MIPS} remote floating point
24574@cindex floating point, @acronym{MIPS} remote
24575If your target board does not support the @acronym{MIPS} floating point
8e04817f
AC
24576coprocessor, you should use the command @samp{set mipsfpu none} (if you
24577need this, you may wish to put the command in your @value{GDBN} init
24578file). This tells @value{GDBN} how to find the return value of
24579functions which return floating point values. It also allows
24580@value{GDBN} to avoid saving the floating point registers when calling
24581functions on the board. If you are using a floating point coprocessor
24582with only single precision floating point support, as on the @sc{r4650}
24583processor, use the command @samp{set mipsfpu single}. The default
24584double precision floating point coprocessor may be selected using
24585@samp{set mipsfpu double}.
104c1213 24586
8e04817f
AC
24587In previous versions the only choices were double precision or no
24588floating point, so @samp{set mipsfpu on} will select double precision
24589and @samp{set mipsfpu off} will select no floating point.
104c1213 24590
8e04817f
AC
24591As usual, you can inquire about the @code{mipsfpu} variable with
24592@samp{show mipsfpu}.
8e04817f 24593@end table
104c1213 24594
a994fec4
FJ
24595@node OpenRISC 1000
24596@subsection OpenRISC 1000
24597@cindex OpenRISC 1000
24598
24599@noindent
24600The OpenRISC 1000 provides a free RISC instruction set architecture. It is
24601mainly provided as a soft-core which can run on Xilinx, Altera and other
24602FPGA's.
24603
24604@value{GDBN} for OpenRISC supports the below commands when connecting to
24605a target:
24606
24607@table @code
24608
24609@kindex target sim
24610@item target sim
24611
24612Runs the builtin CPU simulator which can run very basic
24613programs but does not support most hardware functions like MMU.
24614For more complex use cases the user is advised to run an external
24615target, and connect using @samp{target remote}.
24616
24617Example: @code{target sim}
24618
24619@item set debug or1k
24620Toggle whether to display OpenRISC-specific debugging messages from the
24621OpenRISC target support subsystem.
24622
24623@item show debug or1k
24624Show whether OpenRISC-specific debugging messages are enabled.
24625@end table
24626
4acd40f3
TJB
24627@node PowerPC Embedded
24628@subsection PowerPC Embedded
104c1213 24629
66b73624
TJB
24630@cindex DVC register
24631@value{GDBN} supports using the DVC (Data Value Compare) register to
24632implement in hardware simple hardware watchpoint conditions of the form:
24633
24634@smallexample
24635(@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
24636 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
24637@end smallexample
24638
e09342b5
TJB
24639The DVC register will be automatically used when @value{GDBN} detects
24640such pattern in a condition expression, and the created watchpoint uses one
24641debug register (either the @code{exact-watchpoints} option is on and the
24642variable is scalar, or the variable has a length of one byte). This feature
24643is available in native @value{GDBN} running on a Linux kernel version 2.6.34
24644or newer.
24645
24646When running on PowerPC embedded processors, @value{GDBN} automatically uses
24647ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
24648in which case watchpoints using only one debug register are created when
24649watching variables of scalar types.
24650
24651You can create an artificial array to watch an arbitrary memory
24652region using one of the following commands (@pxref{Expressions}):
24653
24654@smallexample
24655(@value{GDBP}) watch *((char *) @var{address})@@@var{length}
24656(@value{GDBP}) watch @{char[@var{length}]@} @var{address}
24657@end smallexample
66b73624 24658
9c06b0b4
TJB
24659PowerPC embedded processors support masked watchpoints. See the discussion
24660about the @code{mask} argument in @ref{Set Watchpoints}.
24661
f1310107
TJB
24662@cindex ranged breakpoint
24663PowerPC embedded processors support hardware accelerated
24664@dfn{ranged breakpoints}. A ranged breakpoint stops execution of
24665the inferior whenever it executes an instruction at any address within
24666the range it specifies. To set a ranged breakpoint in @value{GDBN},
24667use the @code{break-range} command.
24668
55eddb0f
DJ
24669@value{GDBN} provides the following PowerPC-specific commands:
24670
104c1213 24671@table @code
f1310107
TJB
24672@kindex break-range
24673@item break-range @var{start-location}, @var{end-location}
697aa1b7
EZ
24674Set a breakpoint for an address range given by
24675@var{start-location} and @var{end-location}, which can specify a function name,
f1310107
TJB
24676a line number, an offset of lines from the current line or from the start
24677location, or an address of an instruction (see @ref{Specify Location},
24678for a list of all the possible ways to specify a @var{location}.)
24679The breakpoint will stop execution of the inferior whenever it
24680executes an instruction at any address within the specified range,
24681(including @var{start-location} and @var{end-location}.)
24682
55eddb0f
DJ
24683@kindex set powerpc
24684@item set powerpc soft-float
24685@itemx show powerpc soft-float
24686Force @value{GDBN} to use (or not use) a software floating point calling
24687convention. By default, @value{GDBN} selects the calling convention based
24688on the selected architecture and the provided executable file.
24689
24690@item set powerpc vector-abi
24691@itemx show powerpc vector-abi
24692Force @value{GDBN} to use the specified calling convention for vector
24693arguments and return values. The valid options are @samp{auto};
24694@samp{generic}, to avoid vector registers even if they are present;
24695@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
24696registers. By default, @value{GDBN} selects the calling convention
24697based on the selected architecture and the provided executable file.
24698
e09342b5
TJB
24699@item set powerpc exact-watchpoints
24700@itemx show powerpc exact-watchpoints
24701Allow @value{GDBN} to use only one debug register when watching a variable
24702of scalar type, thus assuming that the variable is accessed through the
24703address of its first byte.
24704
104c1213
JM
24705@end table
24706
a64548ea
EZ
24707@node AVR
24708@subsection Atmel AVR
24709@cindex AVR
24710
24711When configured for debugging the Atmel AVR, @value{GDBN} supports the
24712following AVR-specific commands:
24713
24714@table @code
24715@item info io_registers
24716@kindex info io_registers@r{, AVR}
24717@cindex I/O registers (Atmel AVR)
24718This command displays information about the AVR I/O registers. For
24719each register, @value{GDBN} prints its number and value.
24720@end table
24721
24722@node CRIS
24723@subsection CRIS
24724@cindex CRIS
24725
24726When configured for debugging CRIS, @value{GDBN} provides the
24727following CRIS-specific commands:
24728
24729@table @code
24730@item set cris-version @var{ver}
24731@cindex CRIS version
e22e55c9
OF
24732Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
24733The CRIS version affects register names and sizes. This command is useful in
24734case autodetection of the CRIS version fails.
a64548ea
EZ
24735
24736@item show cris-version
24737Show the current CRIS version.
24738
24739@item set cris-dwarf2-cfi
24740@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
24741Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
24742Change to @samp{off} when using @code{gcc-cris} whose version is below
24743@code{R59}.
a64548ea
EZ
24744
24745@item show cris-dwarf2-cfi
24746Show the current state of using DWARF-2 CFI.
e22e55c9
OF
24747
24748@item set cris-mode @var{mode}
24749@cindex CRIS mode
24750Set the current CRIS mode to @var{mode}. It should only be changed when
24751debugging in guru mode, in which case it should be set to
24752@samp{guru} (the default is @samp{normal}).
24753
24754@item show cris-mode
24755Show the current CRIS mode.
a64548ea
EZ
24756@end table
24757
24758@node Super-H
24759@subsection Renesas Super-H
24760@cindex Super-H
24761
24762For the Renesas Super-H processor, @value{GDBN} provides these
24763commands:
24764
24765@table @code
c055b101
CV
24766@item set sh calling-convention @var{convention}
24767@kindex set sh calling-convention
24768Set the calling-convention used when calling functions from @value{GDBN}.
24769Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
24770With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
24771convention. If the DWARF-2 information of the called function specifies
24772that the function follows the Renesas calling convention, the function
24773is called using the Renesas calling convention. If the calling convention
24774is set to @samp{renesas}, the Renesas calling convention is always used,
24775regardless of the DWARF-2 information. This can be used to override the
24776default of @samp{gcc} if debug information is missing, or the compiler
24777does not emit the DWARF-2 calling convention entry for a function.
24778
24779@item show sh calling-convention
24780@kindex show sh calling-convention
24781Show the current calling convention setting.
24782
a64548ea
EZ
24783@end table
24784
24785
8e04817f
AC
24786@node Architectures
24787@section Architectures
104c1213 24788
8e04817f
AC
24789This section describes characteristics of architectures that affect
24790all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 24791
8e04817f 24792@menu
430ed3f0 24793* AArch64::
9c16f35a 24794* i386::
8e04817f
AC
24795* Alpha::
24796* MIPS::
a64548ea 24797* HPPA:: HP PA architecture
4acd40f3 24798* PowerPC::
a1217d97 24799* Nios II::
58afddc6 24800* Sparc64::
51d21d60 24801* S12Z::
8e04817f 24802@end menu
104c1213 24803
430ed3f0
MS
24804@node AArch64
24805@subsection AArch64
24806@cindex AArch64 support
24807
24808When @value{GDBN} is debugging the AArch64 architecture, it provides the
24809following special commands:
24810
24811@table @code
24812@item set debug aarch64
24813@kindex set debug aarch64
24814This command determines whether AArch64 architecture-specific debugging
24815messages are to be displayed.
24816
24817@item show debug aarch64
24818Show whether AArch64 debugging messages are displayed.
24819
24820@end table
24821
1461bdac
AH
24822@subsubsection AArch64 SVE.
24823@cindex AArch64 SVE.
24824
24825When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
24826Extension (SVE) is present, then @value{GDBN} will provide the vector registers
24827@code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
24828@code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
24829@code{$vg} will be provided. This is the vector granule for the current thread
24830and represents the number of 64-bit chunks in an SVE @code{z} register.
24831
24832If the vector length changes, then the @code{$vg} register will be updated,
24833but the lengths of the @code{z} and @code{p} registers will not change. This
24834is a known limitation of @value{GDBN} and does not affect the execution of the
24835target process.
24836
3d31bc39
AH
24837@subsubsection AArch64 Pointer Authentication.
24838@cindex AArch64 Pointer Authentication.
24839
24840When @value{GDBN} is debugging the AArch64 architecture, and the program is
24841using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
1ba7cdcd 24842register @code{$lr} is pointing to an PAC function its value will be masked.
3d31bc39 24843When GDB prints a backtrace, any addresses that required unmasking will be
aa7ca1bb
AH
24844postfixed with the marker [PAC]. When using the MI, this is printed as part
24845of the @code{addr_flags} field.
1461bdac 24846
9c16f35a 24847@node i386
db2e3e2e 24848@subsection x86 Architecture-specific Issues
9c16f35a
EZ
24849
24850@table @code
24851@item set struct-convention @var{mode}
24852@kindex set struct-convention
24853@cindex struct return convention
24854@cindex struct/union returned in registers
24855Set the convention used by the inferior to return @code{struct}s and
24856@code{union}s from functions to @var{mode}. Possible values of
24857@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
24858default). @code{"default"} or @code{"pcc"} means that @code{struct}s
24859are returned on the stack, while @code{"reg"} means that a
24860@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
24861be returned in a register.
24862
24863@item show struct-convention
24864@kindex show struct-convention
24865Show the current setting of the convention to return @code{struct}s
24866from functions.
966f0aef 24867@end table
29c1c244 24868
ca8941bb 24869
bc504a31
PA
24870@subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
24871@cindex Intel Memory Protection Extensions (MPX).
ca8941bb 24872
ca8941bb
WT
24873Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
24874@footnote{The register named with capital letters represent the architecture
24875registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
24876which are the lower bound and upper bound. Bounds are effective addresses or
24877memory locations. The upper bounds are architecturally represented in 1's
24878complement form. A bound having lower bound = 0, and upper bound = 0
24879(1's complement of all bits set) will allow access to the entire address space.
24880
24881@samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
24882through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
24883display the upper bound performing the complement of one operation on the
24884upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
24885@value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
24886can also be noted that the upper bounds are inclusive.
24887
24888As an example, assume that the register BND0 holds bounds for a pointer having
24889access allowed for the range between 0x32 and 0x71. The values present on
24890bnd0raw and bnd registers are presented as follows:
24891
24892@smallexample
24893 bnd0raw = @{0x32, 0xffffffff8e@}
24894 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
24895@end smallexample
24896
22f25c9d
EZ
24897This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
24898change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
24899counterpart. When the bnd0@dots{}bnd3 registers are displayed via
24900Python, the display includes the memory size, in bits, accessible to
24901the pointer.
9c16f35a 24902
29c1c244
WT
24903Bounds can also be stored in bounds tables, which are stored in
24904application memory. These tables store bounds for pointers by specifying
24905the bounds pointer's value along with its bounds. Evaluating and changing
24906bounds located in bound tables is therefore interesting while investigating
24907bugs on MPX context. @value{GDBN} provides commands for this purpose:
24908
966f0aef 24909@table @code
29c1c244
WT
24910@item show mpx bound @var{pointer}
24911@kindex show mpx bound
24912Display bounds of the given @var{pointer}.
24913
24914@item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
24915@kindex set mpx bound
24916Set the bounds of a pointer in the bound table.
24917This command takes three parameters: @var{pointer} is the pointers
24918whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
24919for lower and upper bounds respectively.
24920@end table
24921
4a612d6f
WT
24922When you call an inferior function on an Intel MPX enabled program,
24923GDB sets the inferior's bound registers to the init (disabled) state
24924before calling the function. As a consequence, bounds checks for the
24925pointer arguments passed to the function will always pass.
24926
24927This is necessary because when you call an inferior function, the
24928program is usually in the middle of the execution of other function.
24929Since at that point bound registers are in an arbitrary state, not
24930clearing them would lead to random bound violations in the called
24931function.
24932
24933You can still examine the influence of the bound registers on the
24934execution of the called function by stopping the execution of the
24935called function at its prologue, setting bound registers, and
24936continuing the execution. For example:
24937
24938@smallexample
24939 $ break *upper
24940 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
24941 $ print upper (a, b, c, d, 1)
24942 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
24943 $ print $bnd0
5cf70512 24944 @{lbound = 0x0, ubound = ffffffff@} : size -1
4a612d6f
WT
24945@end smallexample
24946
24947At this last step the value of bnd0 can be changed for investigation of bound
24948violations caused along the execution of the call. In order to know how to
24949set the bound registers or bound table for the call consult the ABI.
24950
8e04817f
AC
24951@node Alpha
24952@subsection Alpha
104c1213 24953
8e04817f 24954See the following section.
104c1213 24955
8e04817f 24956@node MIPS
eb17f351 24957@subsection @acronym{MIPS}
104c1213 24958
8e04817f 24959@cindex stack on Alpha
eb17f351 24960@cindex stack on @acronym{MIPS}
8e04817f 24961@cindex Alpha stack
eb17f351
EZ
24962@cindex @acronym{MIPS} stack
24963Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
8e04817f
AC
24964sometimes requires @value{GDBN} to search backward in the object code to
24965find the beginning of a function.
104c1213 24966
eb17f351 24967@cindex response time, @acronym{MIPS} debugging
8e04817f
AC
24968To improve response time (especially for embedded applications, where
24969@value{GDBN} may be restricted to a slow serial line for this search)
24970you may want to limit the size of this search, using one of these
24971commands:
104c1213 24972
8e04817f 24973@table @code
eb17f351 24974@cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
8e04817f
AC
24975@item set heuristic-fence-post @var{limit}
24976Restrict @value{GDBN} to examining at most @var{limit} bytes in its
24977search for the beginning of a function. A value of @var{0} (the
24978default) means there is no limit. However, except for @var{0}, the
24979larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
24980and therefore the longer it takes to run. You should only need to use
24981this command when debugging a stripped executable.
104c1213 24982
8e04817f
AC
24983@item show heuristic-fence-post
24984Display the current limit.
24985@end table
104c1213
JM
24986
24987@noindent
8e04817f 24988These commands are available @emph{only} when @value{GDBN} is configured
eb17f351 24989for debugging programs on Alpha or @acronym{MIPS} processors.
104c1213 24990
eb17f351 24991Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
a64548ea
EZ
24992programs:
24993
24994@table @code
a64548ea
EZ
24995@item set mips abi @var{arg}
24996@kindex set mips abi
eb17f351
EZ
24997@cindex set ABI for @acronym{MIPS}
24998Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
a64548ea
EZ
24999values of @var{arg} are:
25000
25001@table @samp
25002@item auto
25003The default ABI associated with the current binary (this is the
25004default).
25005@item o32
25006@item o64
25007@item n32
25008@item n64
25009@item eabi32
25010@item eabi64
a64548ea
EZ
25011@end table
25012
25013@item show mips abi
25014@kindex show mips abi
eb17f351 25015Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
a64548ea 25016
4cc0665f
MR
25017@item set mips compression @var{arg}
25018@kindex set mips compression
25019@cindex code compression, @acronym{MIPS}
25020Tell @value{GDBN} which @acronym{MIPS} compressed
25021@acronym{ISA, Instruction Set Architecture} encoding is used by the
25022inferior. @value{GDBN} uses this for code disassembly and other
25023internal interpretation purposes. This setting is only referred to
25024when no executable has been associated with the debugging session or
25025the executable does not provide information about the encoding it uses.
25026Otherwise this setting is automatically updated from information
25027provided by the executable.
25028
25029Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25030The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25031executables containing @acronym{MIPS16} code frequently are not
25032identified as such.
25033
25034This setting is ``sticky''; that is, it retains its value across
25035debugging sessions until reset either explicitly with this command or
25036implicitly from an executable.
25037
25038The compiler and/or assembler typically add symbol table annotations to
25039identify functions compiled for the @acronym{MIPS16} or
25040@acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25041are present, @value{GDBN} uses them in preference to the global
25042compressed @acronym{ISA} encoding setting.
25043
25044@item show mips compression
25045@kindex show mips compression
25046Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25047@value{GDBN} to debug the inferior.
25048
a64548ea
EZ
25049@item set mipsfpu
25050@itemx show mipsfpu
25051@xref{MIPS Embedded, set mipsfpu}.
25052
25053@item set mips mask-address @var{arg}
25054@kindex set mips mask-address
eb17f351 25055@cindex @acronym{MIPS} addresses, masking
a64548ea 25056This command determines whether the most-significant 32 bits of 64-bit
eb17f351 25057@acronym{MIPS} addresses are masked off. The argument @var{arg} can be
a64548ea
EZ
25058@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
25059setting, which lets @value{GDBN} determine the correct value.
25060
25061@item show mips mask-address
25062@kindex show mips mask-address
eb17f351 25063Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
a64548ea
EZ
25064not.
25065
25066@item set remote-mips64-transfers-32bit-regs
25067@kindex set remote-mips64-transfers-32bit-regs
eb17f351
EZ
25068This command controls compatibility with 64-bit @acronym{MIPS} targets that
25069transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
a64548ea
EZ
25070that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
25071and 64 bits for other registers, set this option to @samp{on}.
25072
25073@item show remote-mips64-transfers-32bit-regs
25074@kindex show remote-mips64-transfers-32bit-regs
eb17f351 25075Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
a64548ea
EZ
25076
25077@item set debug mips
25078@kindex set debug mips
eb17f351 25079This command turns on and off debugging messages for the @acronym{MIPS}-specific
a64548ea
EZ
25080target code in @value{GDBN}.
25081
25082@item show debug mips
25083@kindex show debug mips
eb17f351 25084Show the current setting of @acronym{MIPS} debugging messages.
a64548ea
EZ
25085@end table
25086
25087
25088@node HPPA
25089@subsection HPPA
25090@cindex HPPA support
25091
d3e8051b 25092When @value{GDBN} is debugging the HP PA architecture, it provides the
a64548ea
EZ
25093following special commands:
25094
25095@table @code
25096@item set debug hppa
25097@kindex set debug hppa
db2e3e2e 25098This command determines whether HPPA architecture-specific debugging
a64548ea
EZ
25099messages are to be displayed.
25100
25101@item show debug hppa
25102Show whether HPPA debugging messages are displayed.
25103
25104@item maint print unwind @var{address}
25105@kindex maint print unwind@r{, HPPA}
25106This command displays the contents of the unwind table entry at the
25107given @var{address}.
25108
25109@end table
25110
104c1213 25111
4acd40f3
TJB
25112@node PowerPC
25113@subsection PowerPC
25114@cindex PowerPC architecture
25115
25116When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
25117pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
25118numbers stored in the floating point registers. These values must be stored
25119in two consecutive registers, always starting at an even register like
25120@code{f0} or @code{f2}.
25121
25122The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
25123by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
25124@code{f2} and @code{f3} for @code{$dl1} and so on.
25125
aeac0ff9 25126For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
677c5bb1
LM
25127wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
25128
a1217d97
SL
25129@node Nios II
25130@subsection Nios II
25131@cindex Nios II architecture
25132
25133When @value{GDBN} is debugging the Nios II architecture,
25134it provides the following special commands:
25135
25136@table @code
25137
25138@item set debug nios2
25139@kindex set debug nios2
25140This command turns on and off debugging messages for the Nios II
25141target code in @value{GDBN}.
25142
25143@item show debug nios2
25144@kindex show debug nios2
25145Show the current setting of Nios II debugging messages.
25146@end table
23d964e7 25147
58afddc6
WP
25148@node Sparc64
25149@subsection Sparc64
25150@cindex Sparc64 support
25151@cindex Application Data Integrity
25152@subsubsection ADI Support
25153
25154The M7 processor supports an Application Data Integrity (ADI) feature that
25155detects invalid data accesses. When software allocates memory and enables
25156ADI on the allocated memory, it chooses a 4-bit version number, sets the
25157version in the upper 4 bits of the 64-bit pointer to that data, and stores
25158the 4-bit version in every cacheline of that data. Hardware saves the latter
25159in spare bits in the cache and memory hierarchy. On each load and store,
25160the processor compares the upper 4 VA (virtual address) bits to the
25161cacheline's version. If there is a mismatch, the processor generates a
25162version mismatch trap which can be either precise or disrupting. The trap
25163is an error condition which the kernel delivers to the process as a SIGSEGV
25164signal.
25165
25166Note that only 64-bit applications can use ADI and need to be built with
25167ADI-enabled.
25168
25169Values of the ADI version tags, which are in granularity of a
25170cacheline (64 bytes), can be viewed or modified.
25171
25172
25173@table @code
25174@kindex adi examine
25175@item adi (examine | x) [ / @var{n} ] @var{addr}
25176
25177The @code{adi examine} command displays the value of one ADI version tag per
25178cacheline.
25179
25180@var{n} is a decimal integer specifying the number in bytes; the default
25181is 1. It specifies how much ADI version information, at the ratio of 1:ADI
25182block size, to display.
25183
25184@var{addr} is the address in user address space where you want @value{GDBN}
25185to begin displaying the ADI version tags.
25186
25187Below is an example of displaying ADI versions of variable "shmaddr".
25188
25189@smallexample
25190(@value{GDBP}) adi x/100 shmaddr
25191 0xfff800010002c000: 0 0
25192@end smallexample
25193
25194@kindex adi assign
25195@item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
25196
25197The @code{adi assign} command is used to assign new ADI version tag
25198to an address.
25199
25200@var{n} is a decimal integer specifying the number in bytes;
25201the default is 1. It specifies how much ADI version information, at the
25202ratio of 1:ADI block size, to modify.
25203
25204@var{addr} is the address in user address space where you want @value{GDBN}
25205to begin modifying the ADI version tags.
25206
25207@var{tag} is the new ADI version tag.
25208
25209For example, do the following to modify then verify ADI versions of
25210variable "shmaddr":
25211
25212@smallexample
25213(@value{GDBP}) adi a/100 shmaddr = 7
25214(@value{GDBP}) adi x/100 shmaddr
25215 0xfff800010002c000: 7 7
25216@end smallexample
25217
25218@end table
25219
51d21d60
JD
25220@node S12Z
25221@subsection S12Z
25222@cindex S12Z support
25223
25224When @value{GDBN} is debugging the S12Z architecture,
25225it provides the following special command:
25226
25227@table @code
25228@item maint info bdccsr
25229@kindex maint info bdccsr@r{, S12Z}
25230This command displays the current value of the microprocessor's
25231BDCCSR register.
25232@end table
25233
25234
8e04817f
AC
25235@node Controlling GDB
25236@chapter Controlling @value{GDBN}
25237
25238You can alter the way @value{GDBN} interacts with you by using the
25239@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 25240data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
25241described here.
25242
25243@menu
25244* Prompt:: Prompt
25245* Editing:: Command editing
d620b259 25246* Command History:: Command history
8e04817f 25247* Screen Size:: Screen size
140a4bc0 25248* Output Styling:: Output styling
8e04817f 25249* Numbers:: Numbers
1e698235 25250* ABI:: Configuring the current ABI
bf88dd68 25251* Auto-loading:: Automatically loading associated files
8e04817f
AC
25252* Messages/Warnings:: Optional warnings and messages
25253* Debugging Output:: Optional messages about internal happenings
14fb1bac 25254* Other Misc Settings:: Other Miscellaneous Settings
8e04817f
AC
25255@end menu
25256
25257@node Prompt
25258@section Prompt
104c1213 25259
8e04817f 25260@cindex prompt
104c1213 25261
8e04817f
AC
25262@value{GDBN} indicates its readiness to read a command by printing a string
25263called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
25264can change the prompt string with the @code{set prompt} command. For
25265instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
25266the prompt in one of the @value{GDBN} sessions so that you can always tell
25267which one you are talking to.
104c1213 25268
8e04817f
AC
25269@emph{Note:} @code{set prompt} does not add a space for you after the
25270prompt you set. This allows you to set a prompt which ends in a space
25271or a prompt that does not.
104c1213 25272
8e04817f
AC
25273@table @code
25274@kindex set prompt
25275@item set prompt @var{newprompt}
25276Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 25277
8e04817f
AC
25278@kindex show prompt
25279@item show prompt
25280Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
25281@end table
25282
fa3a4f15
PM
25283Versions of @value{GDBN} that ship with Python scripting enabled have
25284prompt extensions. The commands for interacting with these extensions
25285are:
25286
25287@table @code
25288@kindex set extended-prompt
25289@item set extended-prompt @var{prompt}
25290Set an extended prompt that allows for substitutions.
25291@xref{gdb.prompt}, for a list of escape sequences that can be used for
25292substitution. Any escape sequences specified as part of the prompt
25293string are replaced with the corresponding strings each time the prompt
25294is displayed.
25295
25296For example:
25297
25298@smallexample
25299set extended-prompt Current working directory: \w (gdb)
25300@end smallexample
25301
25302Note that when an extended-prompt is set, it takes control of the
25303@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
25304
25305@kindex show extended-prompt
25306@item show extended-prompt
25307Prints the extended prompt. Any escape sequences specified as part of
25308the prompt string with @code{set extended-prompt}, are replaced with the
25309corresponding strings each time the prompt is displayed.
25310@end table
25311
8e04817f 25312@node Editing
79a6e687 25313@section Command Editing
8e04817f
AC
25314@cindex readline
25315@cindex command line editing
104c1213 25316
703663ab 25317@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
25318@sc{gnu} library provides consistent behavior for programs which provide a
25319command line interface to the user. Advantages are @sc{gnu} Emacs-style
25320or @dfn{vi}-style inline editing of commands, @code{csh}-like history
25321substitution, and a storage and recall of command history across
25322debugging sessions.
104c1213 25323
8e04817f
AC
25324You may control the behavior of command line editing in @value{GDBN} with the
25325command @code{set}.
104c1213 25326
8e04817f
AC
25327@table @code
25328@kindex set editing
25329@cindex editing
25330@item set editing
25331@itemx set editing on
25332Enable command line editing (enabled by default).
104c1213 25333
8e04817f
AC
25334@item set editing off
25335Disable command line editing.
104c1213 25336
8e04817f
AC
25337@kindex show editing
25338@item show editing
25339Show whether command line editing is enabled.
104c1213
JM
25340@end table
25341
39037522
TT
25342@ifset SYSTEM_READLINE
25343@xref{Command Line Editing, , , rluserman, GNU Readline Library},
25344@end ifset
25345@ifclear SYSTEM_READLINE
25346@xref{Command Line Editing},
25347@end ifclear
25348for more details about the Readline
703663ab
EZ
25349interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
25350encouraged to read that chapter.
25351
11061048
TT
25352@cindex Readline application name
25353@value{GDBN} sets the Readline application name to @samp{gdb}. This
25354is useful for conditions in @file{.inputrc}.
25355
c71acd15
TT
25356@cindex operate-and-get-next
25357@value{GDBN} defines a bindable Readline command,
25358@code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
25359This command accepts the current line for execution and fetches the
25360next line relative to the current line from the history for editing.
25361Any argument is ignored.
25362
d620b259 25363@node Command History
79a6e687 25364@section Command History
703663ab 25365@cindex command history
8e04817f
AC
25366
25367@value{GDBN} can keep track of the commands you type during your
25368debugging sessions, so that you can be certain of precisely what
25369happened. Use these commands to manage the @value{GDBN} command
25370history facility.
104c1213 25371
703663ab 25372@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
39037522
TT
25373package, to provide the history facility.
25374@ifset SYSTEM_READLINE
25375@xref{Using History Interactively, , , history, GNU History Library},
25376@end ifset
25377@ifclear SYSTEM_READLINE
25378@xref{Using History Interactively},
25379@end ifclear
25380for the detailed description of the History library.
703663ab 25381
d620b259 25382To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
25383the state which is seen by users, prefix it with @samp{server }
25384(@pxref{Server Prefix}). This
d620b259
NR
25385means that this command will not affect the command history, nor will it
25386affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
25387pressed on a line by itself.
25388
25389@cindex @code{server}, command prefix
25390The server prefix does not affect the recording of values into the value
25391history; to print a value without recording it into the value history,
25392use the @code{output} command instead of the @code{print} command.
25393
703663ab
EZ
25394Here is the description of @value{GDBN} commands related to command
25395history.
25396
104c1213 25397@table @code
8e04817f
AC
25398@cindex history substitution
25399@cindex history file
25400@kindex set history filename
4644b6e3 25401@cindex @env{GDBHISTFILE}, environment variable
63e163f2 25402@item set history filename @r{[}@var{fname}@r{]}
8e04817f
AC
25403Set the name of the @value{GDBN} command history file to @var{fname}.
25404This is the file where @value{GDBN} reads an initial command history
25405list, and where it writes the command history from this session when it
25406exits. You can access this list through history expansion or through
25407the history command editing characters listed below. This file defaults
25408to the value of the environment variable @code{GDBHISTFILE}, or to
25409@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
25410is not set.
104c1213 25411
63e163f2
AB
25412The @code{GDBHISTFILE} environment variable is read after processing
25413any @value{GDBN} initialization files (@pxref{Startup}) and after
25414processing any commands passed using command line options (for
25415example, @code{-ex}).
25416
25417If the @var{fname} argument is not given, or if the @code{GDBHISTFILE}
25418is the empty string then @value{GDBN} will neither try to load an
25419existing history file, nor will it try to save the history on exit.
25420
9c16f35a
EZ
25421@cindex save command history
25422@kindex set history save
8e04817f
AC
25423@item set history save
25424@itemx set history save on
25425Record command history in a file, whose name may be specified with the
63e163f2
AB
25426@code{set history filename} command. By default, this option is
25427disabled. The command history will be recorded when @value{GDBN}
25428exits. If @code{set history filename} is set to the empty string then
25429history saving is disabled, even when @code{set history save} is
25430@code{on}.
104c1213 25431
8e04817f 25432@item set history save off
63e163f2
AB
25433Don't record the command history into the file specified by @code{set
25434history filename} when @value{GDBN} exits.
104c1213 25435
8e04817f 25436@cindex history size
9c16f35a 25437@kindex set history size
b58c513b 25438@cindex @env{GDBHISTSIZE}, environment variable
8e04817f 25439@item set history size @var{size}
f81d1120 25440@itemx set history size unlimited
8e04817f 25441Set the number of commands which @value{GDBN} keeps in its history list.
bc460514
PP
25442This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
25443to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
0eacb298
PP
25444are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
25445either a negative number or the empty string, then the number of commands
25446@value{GDBN} keeps in the history list is unlimited.
fc637f04 25447
63e163f2
AB
25448The @code{GDBHISTSIZE} environment variable is read after processing
25449any @value{GDBN} initialization files (@pxref{Startup}) and after
25450processing any commands passed using command line options (for
25451example, @code{-ex}).
25452
fc637f04
PP
25453@cindex remove duplicate history
25454@kindex set history remove-duplicates
25455@item set history remove-duplicates @var{count}
25456@itemx set history remove-duplicates unlimited
25457Control the removal of duplicate history entries in the command history list.
25458If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
25459history entries and remove the first entry that is a duplicate of the current
25460entry being added to the command history list. If @var{count} is
25461@code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
25462removal of duplicate history entries is disabled.
25463
25464Only history entries added during the current session are considered for
25465removal. This option is set to 0 by default.
25466
104c1213
JM
25467@end table
25468
8e04817f 25469History expansion assigns special meaning to the character @kbd{!}.
39037522
TT
25470@ifset SYSTEM_READLINE
25471@xref{Event Designators, , , history, GNU History Library},
25472@end ifset
25473@ifclear SYSTEM_READLINE
25474@xref{Event Designators},
25475@end ifclear
25476for more details.
8e04817f 25477
703663ab 25478@cindex history expansion, turn on/off
8e04817f
AC
25479Since @kbd{!} is also the logical not operator in C, history expansion
25480is off by default. If you decide to enable history expansion with the
25481@code{set history expansion on} command, you may sometimes need to
25482follow @kbd{!} (when it is used as logical not, in an expression) with
25483a space or a tab to prevent it from being expanded. The readline
25484history facilities do not attempt substitution on the strings
25485@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
25486
25487The commands to control history expansion are:
104c1213
JM
25488
25489@table @code
8e04817f
AC
25490@item set history expansion on
25491@itemx set history expansion
703663ab 25492@kindex set history expansion
8e04817f 25493Enable history expansion. History expansion is off by default.
104c1213 25494
8e04817f
AC
25495@item set history expansion off
25496Disable history expansion.
104c1213 25497
8e04817f
AC
25498@c @group
25499@kindex show history
25500@item show history
25501@itemx show history filename
25502@itemx show history save
25503@itemx show history size
25504@itemx show history expansion
25505These commands display the state of the @value{GDBN} history parameters.
25506@code{show history} by itself displays all four states.
25507@c @end group
25508@end table
25509
25510@table @code
9c16f35a
EZ
25511@kindex show commands
25512@cindex show last commands
25513@cindex display command history
8e04817f
AC
25514@item show commands
25515Display the last ten commands in the command history.
104c1213 25516
8e04817f
AC
25517@item show commands @var{n}
25518Print ten commands centered on command number @var{n}.
25519
25520@item show commands +
25521Print ten commands just after the commands last printed.
104c1213
JM
25522@end table
25523
8e04817f 25524@node Screen Size
79a6e687 25525@section Screen Size
8e04817f 25526@cindex size of screen
f179cf97
EZ
25527@cindex screen size
25528@cindex pagination
25529@cindex page size
8e04817f 25530@cindex pauses in output
104c1213 25531
8e04817f
AC
25532Certain commands to @value{GDBN} may produce large amounts of
25533information output to the screen. To help you read all of it,
25534@value{GDBN} pauses and asks you for input at the end of each page of
eb6af809
TT
25535output. Type @key{RET} when you want to see one more page of output,
25536@kbd{q} to discard the remaining output, or @kbd{c} to continue
25537without paging for the rest of the current command. Also, the screen
25538width setting determines when to wrap lines of output. Depending on
25539what is being printed, @value{GDBN} tries to break the line at a
25540readable place, rather than simply letting it overflow onto the
25541following line.
8e04817f
AC
25542
25543Normally @value{GDBN} knows the size of the screen from the terminal
25544driver software. For example, on Unix @value{GDBN} uses the termcap data base
25545together with the value of the @code{TERM} environment variable and the
25546@code{stty rows} and @code{stty cols} settings. If this is not correct,
25547you can override it with the @code{set height} and @code{set
25548width} commands:
25549
25550@table @code
25551@kindex set height
25552@kindex set width
25553@kindex show width
25554@kindex show height
25555@item set height @var{lpp}
f81d1120 25556@itemx set height unlimited
8e04817f
AC
25557@itemx show height
25558@itemx set width @var{cpl}
f81d1120 25559@itemx set width unlimited
8e04817f
AC
25560@itemx show width
25561These @code{set} commands specify a screen height of @var{lpp} lines and
25562a screen width of @var{cpl} characters. The associated @code{show}
25563commands display the current settings.
104c1213 25564
f81d1120
PA
25565If you specify a height of either @code{unlimited} or zero lines,
25566@value{GDBN} does not pause during output no matter how long the
25567output is. This is useful if output is to a file or to an editor
25568buffer.
104c1213 25569
f81d1120
PA
25570Likewise, you can specify @samp{set width unlimited} or @samp{set
25571width 0} to prevent @value{GDBN} from wrapping its output.
9c16f35a
EZ
25572
25573@item set pagination on
25574@itemx set pagination off
25575@kindex set pagination
25576Turn the output pagination on or off; the default is on. Turning
f81d1120 25577pagination off is the alternative to @code{set height unlimited}. Note that
7c953934
TT
25578running @value{GDBN} with the @option{--batch} option (@pxref{Mode
25579Options, -batch}) also automatically disables pagination.
9c16f35a
EZ
25580
25581@item show pagination
25582@kindex show pagination
25583Show the current pagination mode.
104c1213
JM
25584@end table
25585
140a4bc0
TT
25586@node Output Styling
25587@section Output Styling
25588@cindex styling
25589@cindex colors
25590
25591@kindex set style
25592@kindex show style
25593@value{GDBN} can style its output on a capable terminal. This is
7557a514
AH
25594enabled by default on most systems, but disabled by default when in
25595batch mode (@pxref{Mode Options}). Various style settings are available;
25596and styles can also be disabled entirely.
140a4bc0
TT
25597
25598@table @code
25599@item set style enabled @samp{on|off}
25600Enable or disable all styling. The default is host-dependent, with
25601most hosts defaulting to @samp{on}.
25602
25603@item show style enabled
25604Show the current state of styling.
d085f989
TT
25605
25606@item set style sources @samp{on|off}
25607Enable or disable source code styling. This affects whether source
25608code, such as the output of the @code{list} command, is styled. Note
25609that source styling only works if styling in general is enabled, and
25610if @value{GDBN} was linked with the GNU Source Highlight library. The
25611default is @samp{on}.
25612
25613@item show style sources
25614Show the current state of source code styling.
140a4bc0
TT
25615@end table
25616
25617Subcommands of @code{set style} control specific forms of styling.
25618These subcommands all follow the same pattern: each style-able object
25619can be styled with a foreground color, a background color, and an
25620intensity.
25621
25622For example, the style of file names can be controlled using the
25623@code{set style filename} group of commands:
25624
25625@table @code
25626@item set style filename background @var{color}
25627Set the background to @var{color}. Valid colors are @samp{none}
25628(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 25629@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
25630and@samp{white}.
25631
25632@item set style filename foreground @var{color}
25633Set the foreground to @var{color}. Valid colors are @samp{none}
25634(meaning the terminal's default color), @samp{black}, @samp{red},
e3624a40 25635@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
140a4bc0
TT
25636and@samp{white}.
25637
25638@item set style filename intensity @var{value}
25639Set the intensity to @var{value}. Valid intensities are @samp{normal}
25640(the default), @samp{bold}, and @samp{dim}.
25641@end table
25642
e664d728
PW
25643The @code{show style} command and its subcommands are styling
25644a style name in their output using its own style.
25645So, use @command{show style} to see the complete list of styles,
25646their characteristics and the visual aspect of each style.
25647
140a4bc0
TT
25648The style-able objects are:
25649@table @code
25650@item filename
e3624a40
EZ
25651Control the styling of file names. By default, this style's
25652foreground color is green.
140a4bc0
TT
25653
25654@item function
25655Control the styling of function names. These are managed with the
e3624a40
EZ
25656@code{set style function} family of commands. By default, this
25657style's foreground color is yellow.
140a4bc0
TT
25658
25659@item variable
25660Control the styling of variable names. These are managed with the
e3624a40
EZ
25661@code{set style variable} family of commands. By default, this style's
25662foreground color is cyan.
140a4bc0
TT
25663
25664@item address
25665Control the styling of addresses. These are managed with the
e3624a40
EZ
25666@code{set style address} family of commands. By default, this style's
25667foreground color is blue.
e664d728
PW
25668
25669@item title
25670Control the styling of titles. These are managed with the
25671@code{set style title} family of commands. By default, this style's
25672intensity is bold. Commands are using the title style to improve
6b92c0d3 25673the readability of large output. For example, the commands
e664d728
PW
25674@command{apropos} and @command{help} are using the title style
25675for the command names.
25676
25677@item highlight
25678Control the styling of highlightings. These are managed with the
25679@code{set style highlight} family of commands. By default, this style's
25680foreground color is red. Commands are using the highlight style to draw
25681the user attention to some specific parts of their output. For example,
25682the command @command{apropos -v REGEXP} uses the highlight style to
25683mark the documentation parts matching @var{regexp}.
25684
a2a7af0c
TT
25685@item tui-border
25686Control the styling of the TUI border. Note that, unlike other
25687styling options, only the color of the border can be controlled via
25688@code{set style}. This was done for compatibility reasons, as TUI
25689controls to set the border's intensity predated the addition of
25690general styling to @value{GDBN}. @xref{TUI Configuration}.
25691
25692@item tui-active-border
25693Control the styling of the active TUI border; that is, the TUI window
25694that has the focus.
25695
140a4bc0
TT
25696@end table
25697
8e04817f
AC
25698@node Numbers
25699@section Numbers
25700@cindex number representation
25701@cindex entering numbers
104c1213 25702
8e04817f
AC
25703You can always enter numbers in octal, decimal, or hexadecimal in
25704@value{GDBN} by the usual conventions: octal numbers begin with
25705@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
25706begin with @samp{0x}. Numbers that neither begin with @samp{0} or
25707@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2570810; likewise, the default display for numbers---when no particular
25709format is specified---is base 10. You can change the default base for
25710both input and output with the commands described below.
104c1213 25711
8e04817f
AC
25712@table @code
25713@kindex set input-radix
25714@item set input-radix @var{base}
25715Set the default base for numeric input. Supported choices
697aa1b7 25716for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 25717specified either unambiguously or using the current input radix; for
8e04817f 25718example, any of
104c1213 25719
8e04817f 25720@smallexample
9c16f35a
EZ
25721set input-radix 012
25722set input-radix 10.
25723set input-radix 0xa
8e04817f 25724@end smallexample
104c1213 25725
8e04817f 25726@noindent
9c16f35a 25727sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
25728leaves the input radix unchanged, no matter what it was, since
25729@samp{10}, being without any leading or trailing signs of its base, is
25730interpreted in the current radix. Thus, if the current radix is 16,
25731@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
25732change the radix.
104c1213 25733
8e04817f
AC
25734@kindex set output-radix
25735@item set output-radix @var{base}
25736Set the default base for numeric display. Supported choices
697aa1b7 25737for @var{base} are decimal 8, 10, or 16. The base must itself be
eb2dae08 25738specified either unambiguously or using the current input radix.
104c1213 25739
8e04817f
AC
25740@kindex show input-radix
25741@item show input-radix
25742Display the current default base for numeric input.
104c1213 25743
8e04817f
AC
25744@kindex show output-radix
25745@item show output-radix
25746Display the current default base for numeric display.
9c16f35a
EZ
25747
25748@item set radix @r{[}@var{base}@r{]}
25749@itemx show radix
25750@kindex set radix
25751@kindex show radix
25752These commands set and show the default base for both input and output
25753of numbers. @code{set radix} sets the radix of input and output to
25754the same base; without an argument, it resets the radix back to its
25755default value of 10.
25756
8e04817f 25757@end table
104c1213 25758
1e698235 25759@node ABI
79a6e687 25760@section Configuring the Current ABI
1e698235
DJ
25761
25762@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
25763application automatically. However, sometimes you need to override its
25764conclusions. Use these commands to manage @value{GDBN}'s view of the
25765current ABI.
25766
98b45e30
DJ
25767@cindex OS ABI
25768@kindex set osabi
b4e9345d 25769@kindex show osabi
430ed3f0 25770@cindex Newlib OS ABI and its influence on the longjmp handling
98b45e30
DJ
25771
25772One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 25773system targets, either via remote debugging or native emulation.
98b45e30
DJ
25774@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
25775but you can override its conclusion using the @code{set osabi} command.
25776One example where this is useful is in debugging of binaries which use
25777an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
25778not have the same identifying marks that the standard C library for your
25779platform provides.
25780
430ed3f0
MS
25781When @value{GDBN} is debugging the AArch64 architecture, it provides a
25782``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
25783@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
25784The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
25785
98b45e30
DJ
25786@table @code
25787@item show osabi
25788Show the OS ABI currently in use.
25789
25790@item set osabi
25791With no argument, show the list of registered available OS ABI's.
25792
25793@item set osabi @var{abi}
25794Set the current OS ABI to @var{abi}.
25795@end table
25796
1e698235 25797@cindex float promotion
1e698235
DJ
25798
25799Generally, the way that an argument of type @code{float} is passed to a
25800function depends on whether the function is prototyped. For a prototyped
25801(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
25802according to the architecture's convention for @code{float}. For unprototyped
25803(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
25804@code{double} and then passed.
25805
25806Unfortunately, some forms of debug information do not reliably indicate whether
25807a function is prototyped. If @value{GDBN} calls a function that is not marked
25808as prototyped, it consults @kbd{set coerce-float-to-double}.
25809
25810@table @code
a8f24a35 25811@kindex set coerce-float-to-double
1e698235
DJ
25812@item set coerce-float-to-double
25813@itemx set coerce-float-to-double on
25814Arguments of type @code{float} will be promoted to @code{double} when passed
25815to an unprototyped function. This is the default setting.
25816
25817@item set coerce-float-to-double off
25818Arguments of type @code{float} will be passed directly to unprototyped
25819functions.
9c16f35a
EZ
25820
25821@kindex show coerce-float-to-double
25822@item show coerce-float-to-double
25823Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
25824@end table
25825
f1212245
DJ
25826@kindex set cp-abi
25827@kindex show cp-abi
25828@value{GDBN} needs to know the ABI used for your program's C@t{++}
25829objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
25830used to build your application. @value{GDBN} only fully supports
25831programs with a single C@t{++} ABI; if your program contains code using
25832multiple C@t{++} ABI's or if @value{GDBN} can not identify your
25833program's ABI correctly, you can tell @value{GDBN} which ABI to use.
25834Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
25835before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
25836``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
25837use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
25838``auto''.
25839
25840@table @code
25841@item show cp-abi
25842Show the C@t{++} ABI currently in use.
25843
25844@item set cp-abi
25845With no argument, show the list of supported C@t{++} ABI's.
25846
25847@item set cp-abi @var{abi}
25848@itemx set cp-abi auto
25849Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
25850@end table
25851
bf88dd68
JK
25852@node Auto-loading
25853@section Automatically loading associated files
25854@cindex auto-loading
25855
25856@value{GDBN} sometimes reads files with commands and settings automatically,
25857without being explicitly told so by the user. We call this feature
25858@dfn{auto-loading}. While auto-loading is useful for automatically adapting
25859@value{GDBN} to the needs of your project, it can sometimes produce unexpected
25860results or introduce security risks (e.g., if the file comes from untrusted
25861sources).
25862
71b8c845
DE
25863@menu
25864* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
25865* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
25866
25867* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
25868* Auto-loading verbose mode:: @samp{set/show debug auto-load}
25869@end menu
25870
25871There are various kinds of files @value{GDBN} can automatically load.
25872In addition to these files, @value{GDBN} supports auto-loading code written
25873in various extension languages. @xref{Auto-loading extensions}.
25874
c1668e4e
JK
25875Note that loading of these associated files (including the local @file{.gdbinit}
25876file) requires accordingly configured @code{auto-load safe-path}
25877(@pxref{Auto-loading safe path}).
25878
bf88dd68
JK
25879For these reasons, @value{GDBN} includes commands and options to let you
25880control when to auto-load files and which files should be auto-loaded.
25881
25882@table @code
25883@anchor{set auto-load off}
25884@kindex set auto-load off
25885@item set auto-load off
25886Globally disable loading of all auto-loaded files.
25887You may want to use this command with the @samp{-iex} option
25888(@pxref{Option -init-eval-command}) such as:
25889@smallexample
25890$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
25891@end smallexample
25892
25893Be aware that system init file (@pxref{System-wide configuration})
25894and init files from your home directory (@pxref{Home Directory Init File})
25895still get read (as they come from generally trusted directories).
25896To prevent @value{GDBN} from auto-loading even those init files, use the
25897@option{-nx} option (@pxref{Mode Options}), in addition to
25898@code{set auto-load no}.
25899
25900@anchor{show auto-load}
25901@kindex show auto-load
25902@item show auto-load
25903Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
25904or disabled.
25905
25906@smallexample
25907(gdb) show auto-load
25908gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
25909libthread-db: Auto-loading of inferior specific libthread_db is on.
1ccacbcd
JK
25910local-gdbinit: Auto-loading of .gdbinit script from current directory
25911 is on.
bf88dd68 25912python-scripts: Auto-loading of Python scripts is on.
bccbefd2 25913safe-path: List of directories from which it is safe to auto-load files
1564a261 25914 is $debugdir:$datadir/auto-load.
7349ff92 25915scripts-directory: List of directories from which to load auto-loaded scripts
1564a261 25916 is $debugdir:$datadir/auto-load.
bf88dd68
JK
25917@end smallexample
25918
25919@anchor{info auto-load}
25920@kindex info auto-load
25921@item info auto-load
25922Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
25923not.
25924
25925@smallexample
25926(gdb) info auto-load
25927gdb-scripts:
25928Loaded Script
25929Yes /home/user/gdb/gdb-gdb.gdb
25930libthread-db: No auto-loaded libthread-db.
1ccacbcd
JK
25931local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
25932 loaded.
bf88dd68
JK
25933python-scripts:
25934Loaded Script
25935Yes /home/user/gdb/gdb-gdb.py
25936@end smallexample
25937@end table
25938
bf88dd68
JK
25939These are @value{GDBN} control commands for the auto-loading:
25940
25941@multitable @columnfractions .5 .5
25942@item @xref{set auto-load off}.
25943@tab Disable auto-loading globally.
25944@item @xref{show auto-load}.
25945@tab Show setting of all kinds of files.
25946@item @xref{info auto-load}.
25947@tab Show state of all kinds of files.
25948@item @xref{set auto-load gdb-scripts}.
25949@tab Control for @value{GDBN} command scripts.
25950@item @xref{show auto-load gdb-scripts}.
25951@tab Show setting of @value{GDBN} command scripts.
25952@item @xref{info auto-load gdb-scripts}.
25953@tab Show state of @value{GDBN} command scripts.
25954@item @xref{set auto-load python-scripts}.
25955@tab Control for @value{GDBN} Python scripts.
25956@item @xref{show auto-load python-scripts}.
25957@tab Show setting of @value{GDBN} Python scripts.
25958@item @xref{info auto-load python-scripts}.
25959@tab Show state of @value{GDBN} Python scripts.
ed3ef339
DE
25960@item @xref{set auto-load guile-scripts}.
25961@tab Control for @value{GDBN} Guile scripts.
25962@item @xref{show auto-load guile-scripts}.
25963@tab Show setting of @value{GDBN} Guile scripts.
25964@item @xref{info auto-load guile-scripts}.
25965@tab Show state of @value{GDBN} Guile scripts.
7349ff92
JK
25966@item @xref{set auto-load scripts-directory}.
25967@tab Control for @value{GDBN} auto-loaded scripts location.
25968@item @xref{show auto-load scripts-directory}.
25969@tab Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
25970@item @xref{add-auto-load-scripts-directory}.
25971@tab Add directory for auto-loaded scripts location list.
bf88dd68
JK
25972@item @xref{set auto-load local-gdbinit}.
25973@tab Control for init file in the current directory.
25974@item @xref{show auto-load local-gdbinit}.
25975@tab Show setting of init file in the current directory.
25976@item @xref{info auto-load local-gdbinit}.
25977@tab Show state of init file in the current directory.
25978@item @xref{set auto-load libthread-db}.
25979@tab Control for thread debugging library.
25980@item @xref{show auto-load libthread-db}.
25981@tab Show setting of thread debugging library.
25982@item @xref{info auto-load libthread-db}.
25983@tab Show state of thread debugging library.
bccbefd2
JK
25984@item @xref{set auto-load safe-path}.
25985@tab Control directories trusted for automatic loading.
25986@item @xref{show auto-load safe-path}.
25987@tab Show directories trusted for automatic loading.
25988@item @xref{add-auto-load-safe-path}.
25989@tab Add directory trusted for automatic loading.
bf88dd68
JK
25990@end multitable
25991
bf88dd68
JK
25992@node Init File in the Current Directory
25993@subsection Automatically loading init file in the current directory
25994@cindex auto-loading init file in the current directory
25995
25996By default, @value{GDBN} reads and executes the canned sequences of commands
25997from init file (if any) in the current working directory,
25998see @ref{Init File in the Current Directory during Startup}.
25999
c1668e4e
JK
26000Note that loading of this local @file{.gdbinit} file also requires accordingly
26001configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26002
bf88dd68
JK
26003@table @code
26004@anchor{set auto-load local-gdbinit}
26005@kindex set auto-load local-gdbinit
26006@item set auto-load local-gdbinit [on|off]
26007Enable or disable the auto-loading of canned sequences of commands
26008(@pxref{Sequences}) found in init file in the current directory.
26009
26010@anchor{show auto-load local-gdbinit}
26011@kindex show auto-load local-gdbinit
26012@item show auto-load local-gdbinit
26013Show whether auto-loading of canned sequences of commands from init file in the
26014current directory is enabled or disabled.
26015
26016@anchor{info auto-load local-gdbinit}
26017@kindex info auto-load local-gdbinit
26018@item info auto-load local-gdbinit
26019Print whether canned sequences of commands from init file in the
26020current directory have been auto-loaded.
26021@end table
26022
26023@node libthread_db.so.1 file
26024@subsection Automatically loading thread debugging library
26025@cindex auto-loading libthread_db.so.1
26026
26027This feature is currently present only on @sc{gnu}/Linux native hosts.
26028
26029@value{GDBN} reads in some cases thread debugging library from places specific
26030to the inferior (@pxref{set libthread-db-search-path}).
26031
26032The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
26033without checking this @samp{set auto-load libthread-db} switch as system
26034libraries have to be trusted in general. In all other cases of
26035@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
26036auto-load libthread-db} is enabled before trying to open such thread debugging
26037library.
26038
c1668e4e
JK
26039Note that loading of this debugging library also requires accordingly configured
26040@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26041
bf88dd68
JK
26042@table @code
26043@anchor{set auto-load libthread-db}
26044@kindex set auto-load libthread-db
26045@item set auto-load libthread-db [on|off]
26046Enable or disable the auto-loading of inferior specific thread debugging library.
26047
26048@anchor{show auto-load libthread-db}
26049@kindex show auto-load libthread-db
26050@item show auto-load libthread-db
26051Show whether auto-loading of inferior specific thread debugging library is
26052enabled or disabled.
26053
26054@anchor{info auto-load libthread-db}
26055@kindex info auto-load libthread-db
26056@item info auto-load libthread-db
26057Print the list of all loaded inferior specific thread debugging libraries and
26058for each such library print list of inferior @var{pid}s using it.
26059@end table
26060
bccbefd2
JK
26061@node Auto-loading safe path
26062@subsection Security restriction for auto-loading
26063@cindex auto-loading safe-path
26064
26065As the files of inferior can come from untrusted source (such as submitted by
26066an application user) @value{GDBN} does not always load any files automatically.
26067@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
26068directories trusted for loading files not explicitly requested by user.
202cbf1c 26069Each directory can also be a shell wildcard pattern.
bccbefd2
JK
26070
26071If the path is not set properly you will see a warning and the file will not
26072get loaded:
26073
26074@smallexample
26075$ ./gdb -q ./gdb
0bab6cf1 26076Reading symbols from /home/user/gdb/gdb...
bccbefd2 26077warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
1564a261
JK
26078 declined by your `auto-load safe-path' set
26079 to "$debugdir:$datadir/auto-load".
bccbefd2 26080warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
1564a261
JK
26081 declined by your `auto-load safe-path' set
26082 to "$debugdir:$datadir/auto-load".
bccbefd2
JK
26083@end smallexample
26084
2c91021c
JK
26085@noindent
26086To instruct @value{GDBN} to go ahead and use the init files anyway,
26087invoke @value{GDBN} like this:
26088
26089@smallexample
26090$ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
26091@end smallexample
26092
bccbefd2
JK
26093The list of trusted directories is controlled by the following commands:
26094
26095@table @code
26096@anchor{set auto-load safe-path}
26097@kindex set auto-load safe-path
af2c1515 26098@item set auto-load safe-path @r{[}@var{directories}@r{]}
bccbefd2
JK
26099Set the list of directories (and their subdirectories) trusted for automatic
26100loading and execution of scripts. You can also enter a specific trusted file.
202cbf1c
JK
26101Each directory can also be a shell wildcard pattern; wildcards do not match
26102directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
26103(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
af2c1515
JK
26104If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
26105its default value as specified during @value{GDBN} compilation.
26106
d9242c17 26107The list of directories uses path separator (@samp{:} on GNU and Unix
bccbefd2
JK
26108systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26109to the @env{PATH} environment variable.
26110
26111@anchor{show auto-load safe-path}
26112@kindex show auto-load safe-path
26113@item show auto-load safe-path
26114Show the list of directories trusted for automatic loading and execution of
26115scripts.
26116
26117@anchor{add-auto-load-safe-path}
26118@kindex add-auto-load-safe-path
26119@item add-auto-load-safe-path
413b59ae
JK
26120Add an entry (or list of entries) to the list of directories trusted for
26121automatic loading and execution of scripts. Multiple entries may be delimited
26122by the host platform path separator in use.
bccbefd2
JK
26123@end table
26124
7349ff92 26125This variable defaults to what @code{--with-auto-load-dir} has been configured
1564a261
JK
26126to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
26127substitution applies the same as for @ref{set auto-load scripts-directory}.
26128The default @code{set auto-load safe-path} value can be also overriden by
26129@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
6dea1fbd 26130
6dea1fbd
JK
26131Setting this variable to @file{/} disables this security protection,
26132corresponding @value{GDBN} configuration option is
26133@option{--without-auto-load-safe-path}.
bccbefd2
JK
26134This variable is supposed to be set to the system directories writable by the
26135system superuser only. Users can add their source directories in init files in
26136their home directories (@pxref{Home Directory Init File}). See also deprecated
26137init file in the current directory
26138(@pxref{Init File in the Current Directory during Startup}).
26139
26140To force @value{GDBN} to load the files it declined to load in the previous
26141example, you could use one of the following ways:
26142
0511cc75
JK
26143@table @asis
26144@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
bccbefd2
JK
26145Specify this trusted directory (or a file) as additional component of the list.
26146You have to specify also any existing directories displayed by
26147by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
26148
174bb630 26149@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
bccbefd2
JK
26150Specify this directory as in the previous case but just for a single
26151@value{GDBN} session.
26152
af2c1515 26153@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
bccbefd2
JK
26154Disable auto-loading safety for a single @value{GDBN} session.
26155This assumes all the files you debug during this @value{GDBN} session will come
26156from trusted sources.
26157
26158@item @kbd{./configure --without-auto-load-safe-path}
26159During compilation of @value{GDBN} you may disable any auto-loading safety.
26160This assumes all the files you will ever debug with this @value{GDBN} come from
26161trusted sources.
0511cc75 26162@end table
bccbefd2
JK
26163
26164On the other hand you can also explicitly forbid automatic files loading which
26165also suppresses any such warning messages:
26166
0511cc75 26167@table @asis
174bb630 26168@item @kbd{gdb -iex "set auto-load no" @dots{}}
bccbefd2
JK
26169You can use @value{GDBN} command-line option for a single @value{GDBN} session.
26170
0511cc75 26171@item @file{~/.gdbinit}: @samp{set auto-load no}
bccbefd2
JK
26172Disable auto-loading globally for the user
26173(@pxref{Home Directory Init File}). While it is improbable, you could also
26174use system init file instead (@pxref{System-wide configuration}).
0511cc75 26175@end table
bccbefd2
JK
26176
26177This setting applies to the file names as entered by user. If no entry matches
26178@value{GDBN} tries as a last resort to also resolve all the file names into
26179their canonical form (typically resolving symbolic links) and compare the
26180entries again. @value{GDBN} already canonicalizes most of the filenames on its
26181own before starting the comparison so a canonical form of directories is
26182recommended to be entered.
26183
4dc84fd1
JK
26184@node Auto-loading verbose mode
26185@subsection Displaying files tried for auto-load
26186@cindex auto-loading verbose mode
26187
26188For better visibility of all the file locations where you can place scripts to
26189be auto-loaded with inferior --- or to protect yourself against accidental
26190execution of untrusted scripts --- @value{GDBN} provides a feature for printing
26191all the files attempted to be loaded. Both existing and non-existing files may
26192be printed.
26193
26194For example the list of directories from which it is safe to auto-load files
26195(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
26196may not be too obvious while setting it up.
26197
26198@smallexample
0070f25a 26199(gdb) set debug auto-load on
4dc84fd1
JK
26200(gdb) file ~/src/t/true
26201auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
26202 for objfile "/tmp/true".
26203auto-load: Updating directories of "/usr:/opt".
26204auto-load: Using directory "/usr".
26205auto-load: Using directory "/opt".
26206warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
26207 by your `auto-load safe-path' set to "/usr:/opt".
26208@end smallexample
26209
26210@table @code
26211@anchor{set debug auto-load}
26212@kindex set debug auto-load
26213@item set debug auto-load [on|off]
26214Set whether to print the filenames attempted to be auto-loaded.
26215
26216@anchor{show debug auto-load}
26217@kindex show debug auto-load
26218@item show debug auto-load
26219Show whether printing of the filenames attempted to be auto-loaded is turned
26220on or off.
26221@end table
26222
8e04817f 26223@node Messages/Warnings
79a6e687 26224@section Optional Warnings and Messages
104c1213 26225
9c16f35a
EZ
26226@cindex verbose operation
26227@cindex optional warnings
8e04817f
AC
26228By default, @value{GDBN} is silent about its inner workings. If you are
26229running on a slow machine, you may want to use the @code{set verbose}
26230command. This makes @value{GDBN} tell you when it does a lengthy
26231internal operation, so you will not think it has crashed.
104c1213 26232
8e04817f
AC
26233Currently, the messages controlled by @code{set verbose} are those
26234which announce that the symbol table for a source file is being read;
79a6e687 26235see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 26236
8e04817f
AC
26237@table @code
26238@kindex set verbose
26239@item set verbose on
26240Enables @value{GDBN} output of certain informational messages.
104c1213 26241
8e04817f
AC
26242@item set verbose off
26243Disables @value{GDBN} output of certain informational messages.
104c1213 26244
8e04817f
AC
26245@kindex show verbose
26246@item show verbose
26247Displays whether @code{set verbose} is on or off.
26248@end table
104c1213 26249
8e04817f
AC
26250By default, if @value{GDBN} encounters bugs in the symbol table of an
26251object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
26252find this information useful (@pxref{Symbol Errors, ,Errors Reading
26253Symbol Files}).
104c1213 26254
8e04817f 26255@table @code
104c1213 26256
8e04817f
AC
26257@kindex set complaints
26258@item set complaints @var{limit}
26259Permits @value{GDBN} to output @var{limit} complaints about each type of
26260unusual symbols before becoming silent about the problem. Set
26261@var{limit} to zero to suppress all complaints; set it to a large number
26262to prevent complaints from being suppressed.
104c1213 26263
8e04817f
AC
26264@kindex show complaints
26265@item show complaints
26266Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 26267
8e04817f 26268@end table
104c1213 26269
d837706a 26270@anchor{confirmation requests}
8e04817f
AC
26271By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
26272lot of stupid questions to confirm certain commands. For example, if
26273you try to run a program which is already running:
104c1213 26274
474c8240 26275@smallexample
8e04817f
AC
26276(@value{GDBP}) run
26277The program being debugged has been started already.
26278Start it from the beginning? (y or n)
474c8240 26279@end smallexample
104c1213 26280
8e04817f
AC
26281If you are willing to unflinchingly face the consequences of your own
26282commands, you can disable this ``feature'':
104c1213 26283
8e04817f 26284@table @code
104c1213 26285
8e04817f
AC
26286@kindex set confirm
26287@cindex flinching
26288@cindex confirmation
26289@cindex stupid questions
26290@item set confirm off
7c953934
TT
26291Disables confirmation requests. Note that running @value{GDBN} with
26292the @option{--batch} option (@pxref{Mode Options, -batch}) also
26293automatically disables confirmation requests.
104c1213 26294
8e04817f
AC
26295@item set confirm on
26296Enables confirmation requests (the default).
104c1213 26297
8e04817f
AC
26298@kindex show confirm
26299@item show confirm
26300Displays state of confirmation requests.
26301
26302@end table
104c1213 26303
16026cd7
AS
26304@cindex command tracing
26305If you need to debug user-defined commands or sourced files you may find it
26306useful to enable @dfn{command tracing}. In this mode each command will be
26307printed as it is executed, prefixed with one or more @samp{+} symbols, the
26308quantity denoting the call depth of each command.
26309
26310@table @code
26311@kindex set trace-commands
26312@cindex command scripts, debugging
26313@item set trace-commands on
26314Enable command tracing.
26315@item set trace-commands off
26316Disable command tracing.
26317@item show trace-commands
26318Display the current state of command tracing.
26319@end table
26320
8e04817f 26321@node Debugging Output
79a6e687 26322@section Optional Messages about Internal Happenings
4644b6e3
EZ
26323@cindex optional debugging messages
26324
da316a69
EZ
26325@value{GDBN} has commands that enable optional debugging messages from
26326various @value{GDBN} subsystems; normally these commands are of
26327interest to @value{GDBN} maintainers, or when reporting a bug. This
26328section documents those commands.
26329
104c1213 26330@table @code
a8f24a35
EZ
26331@kindex set exec-done-display
26332@item set exec-done-display
26333Turns on or off the notification of asynchronous commands'
26334completion. When on, @value{GDBN} will print a message when an
26335asynchronous command finishes its execution. The default is off.
26336@kindex show exec-done-display
26337@item show exec-done-display
26338Displays the current setting of asynchronous command completion
26339notification.
4644b6e3 26340@kindex set debug
be9a8770
PA
26341@cindex ARM AArch64
26342@item set debug aarch64
26343Turns on or off display of debugging messages related to ARM AArch64.
26344The default is off.
26345@kindex show debug
26346@item show debug aarch64
26347Displays the current state of displaying debugging messages related to
26348ARM AArch64.
4644b6e3 26349@cindex gdbarch debugging info
a8f24a35 26350@cindex architecture debugging info
8e04817f 26351@item set debug arch
a8f24a35 26352Turns on or off display of gdbarch debugging info. The default is off
8e04817f
AC
26353@item show debug arch
26354Displays the current state of displaying gdbarch debugging info.
9a005eb9
JB
26355@item set debug aix-solib
26356@cindex AIX shared library debugging
26357Control display of debugging messages from the AIX shared library
26358support module. The default is off.
26359@item show debug aix-thread
26360Show the current state of displaying AIX shared library debugging messages.
721c2651
EZ
26361@item set debug aix-thread
26362@cindex AIX threads
26363Display debugging messages about inner workings of the AIX thread
26364module.
26365@item show debug aix-thread
26366Show the current state of AIX thread debugging info display.
900e11f9
JK
26367@item set debug check-physname
26368@cindex physname
26369Check the results of the ``physname'' computation. When reading DWARF
26370debugging information for C@t{++}, @value{GDBN} attempts to compute
26371each entity's name. @value{GDBN} can do this computation in two
26372different ways, depending on exactly what information is present.
26373When enabled, this setting causes @value{GDBN} to compute the names
26374both ways and display any discrepancies.
26375@item show debug check-physname
26376Show the current state of ``physname'' checking.
be9a8770
PA
26377@item set debug coff-pe-read
26378@cindex COFF/PE exported symbols
26379Control display of debugging messages related to reading of COFF/PE
26380exported symbols. The default is off.
26381@item show debug coff-pe-read
26382Displays the current state of displaying debugging messages related to
26383reading of COFF/PE exported symbols.
b4f54984
DE
26384@item set debug dwarf-die
26385@cindex DWARF DIEs
26386Dump DWARF DIEs after they are read in.
d97bc12b
DE
26387The value is the number of nesting levels to print.
26388A value of zero turns off the display.
b4f54984
DE
26389@item show debug dwarf-die
26390Show the current state of DWARF DIE debugging.
27e0867f
DE
26391@item set debug dwarf-line
26392@cindex DWARF Line Tables
26393Turns on or off display of debugging messages related to reading
26394DWARF line tables. The default is 0 (off).
26395A value of 1 provides basic information.
26396A value greater than 1 provides more verbose information.
26397@item show debug dwarf-line
26398Show the current state of DWARF line table debugging.
b4f54984
DE
26399@item set debug dwarf-read
26400@cindex DWARF Reading
45cfd468 26401Turns on or off display of debugging messages related to reading
73be47f5
DE
26402DWARF debug info. The default is 0 (off).
26403A value of 1 provides basic information.
26404A value greater than 1 provides more verbose information.
b4f54984
DE
26405@item show debug dwarf-read
26406Show the current state of DWARF reader debugging.
237fc4c9
PA
26407@item set debug displaced
26408@cindex displaced stepping debugging info
26409Turns on or off display of @value{GDBN} debugging info for the
26410displaced stepping support. The default is off.
26411@item show debug displaced
26412Displays the current state of displaying @value{GDBN} debugging info
26413related to displaced stepping.
8e04817f 26414@item set debug event
4644b6e3 26415@cindex event debugging info
a8f24a35 26416Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 26417default is off.
8e04817f
AC
26418@item show debug event
26419Displays the current state of displaying @value{GDBN} event debugging
26420info.
8e04817f 26421@item set debug expression
4644b6e3 26422@cindex expression debugging info
721c2651
EZ
26423Turns on or off display of debugging info about @value{GDBN}
26424expression parsing. The default is off.
8e04817f 26425@item show debug expression
721c2651
EZ
26426Displays the current state of displaying debugging info about
26427@value{GDBN} expression parsing.
6e9567fe
JB
26428@item set debug fbsd-lwp
26429@cindex FreeBSD LWP debug messages
26430Turns on or off debugging messages from the FreeBSD LWP debug support.
26431@item show debug fbsd-lwp
26432Show the current state of FreeBSD LWP debugging messages.
386a8676
JB
26433@item set debug fbsd-nat
26434@cindex FreeBSD native target debug messages
26435Turns on or off debugging messages from the FreeBSD native target.
26436@item show debug fbsd-nat
26437Show the current state of FreeBSD native target debugging messages.
7453dc06 26438@item set debug frame
4644b6e3 26439@cindex frame debugging info
7453dc06
AC
26440Turns on or off display of @value{GDBN} frame debugging info. The
26441default is off.
7453dc06
AC
26442@item show debug frame
26443Displays the current state of displaying @value{GDBN} frame debugging
26444info.
cbe54154
PA
26445@item set debug gnu-nat
26446@cindex @sc{gnu}/Hurd debug messages
67ebd9cb 26447Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
cbe54154
PA
26448@item show debug gnu-nat
26449Show the current state of @sc{gnu}/Hurd debugging messages.
30e91e0b
RC
26450@item set debug infrun
26451@cindex inferior debugging info
26452Turns on or off display of @value{GDBN} debugging info for running the inferior.
26453The default is off. @file{infrun.c} contains GDB's runtime state machine used
26454for implementing operations such as single-stepping the inferior.
26455@item show debug infrun
26456Displays the current state of @value{GDBN} inferior debugging.
a255712f
PP
26457@item set debug jit
26458@cindex just-in-time compilation, debugging messages
67ebd9cb 26459Turn on or off debugging messages from JIT debug support.
a255712f
PP
26460@item show debug jit
26461Displays the current state of @value{GDBN} JIT debugging.
da316a69
EZ
26462@item set debug lin-lwp
26463@cindex @sc{gnu}/Linux LWP debug messages
26464@cindex Linux lightweight processes
67ebd9cb 26465Turn on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
26466@item show debug lin-lwp
26467Show the current state of Linux LWP debugging messages.
7a6a1731
GB
26468@item set debug linux-namespaces
26469@cindex @sc{gnu}/Linux namespaces debug messages
67ebd9cb 26470Turn on or off debugging messages from the Linux namespaces debug support.
7a6a1731
GB
26471@item show debug linux-namespaces
26472Show the current state of Linux namespaces debugging messages.
be9a8770
PA
26473@item set debug mach-o
26474@cindex Mach-O symbols processing
26475Control display of debugging messages related to Mach-O symbols
26476processing. The default is off.
26477@item show debug mach-o
26478Displays the current state of displaying debugging messages related to
26479reading of COFF/PE exported symbols.
c9b6281a
YQ
26480@item set debug notification
26481@cindex remote async notification debugging info
67ebd9cb 26482Turn on or off debugging messages about remote async notification.
c9b6281a
YQ
26483The default is off.
26484@item show debug notification
26485Displays the current state of remote async notification debugging messages.
2b4855ab 26486@item set debug observer
4644b6e3 26487@cindex observer debugging info
2b4855ab
AC
26488Turns on or off display of @value{GDBN} observer debugging. This
26489includes info such as the notification of observable events.
2b4855ab
AC
26490@item show debug observer
26491Displays the current state of observer debugging.
8e04817f 26492@item set debug overload
4644b6e3 26493@cindex C@t{++} overload debugging info
8e04817f 26494Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 26495info. This includes info such as ranking of functions, etc. The default
8e04817f 26496is off.
8e04817f
AC
26497@item show debug overload
26498Displays the current state of displaying @value{GDBN} C@t{++} overload
26499debugging info.
92981e24
TT
26500@cindex expression parser, debugging info
26501@cindex debug expression parser
26502@item set debug parser
26503Turns on or off the display of expression parser debugging output.
26504Internally, this sets the @code{yydebug} variable in the expression
26505parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
26506details. The default is off.
26507@item show debug parser
26508Show the current state of expression parser debugging.
8e04817f
AC
26509@cindex packets, reporting on stdout
26510@cindex serial connections, debugging
605a56cb
DJ
26511@cindex debug remote protocol
26512@cindex remote protocol debugging
26513@cindex display remote packets
8e04817f
AC
26514@item set debug remote
26515Turns on or off display of reports on all packets sent back and forth across
26516the serial line to the remote machine. The info is printed on the
26517@value{GDBN} standard output stream. The default is off.
8e04817f
AC
26518@item show debug remote
26519Displays the state of display of remote packets.
c4dcb155 26520
6cc8564b
LM
26521@item set debug remote-packet-max-chars
26522Sets the maximum number of characters to display for each remote packet when
26523@code{set debug remote} is on. This is useful to prevent @value{GDBN} from
26524displaying lengthy remote packets and polluting the console.
26525
26526The default value is @code{512}, which means @value{GDBN} will truncate each
26527remote packet after 512 bytes.
26528
26529Setting this option to @code{unlimited} will disable truncation and will output
26530the full length of the remote packets.
26531@item show debug remote-packet-max-chars
26532Displays the number of bytes to output for remote packet debugging.
26533
c4dcb155
SM
26534@item set debug separate-debug-file
26535Turns on or off display of debug output about separate debug file search.
26536@item show debug separate-debug-file
26537Displays the state of separate debug file search debug output.
26538
8e04817f
AC
26539@item set debug serial
26540Turns on or off display of @value{GDBN} serial debugging info. The
26541default is off.
8e04817f
AC
26542@item show debug serial
26543Displays the current state of displaying @value{GDBN} serial debugging
26544info.
c45da7e6
EZ
26545@item set debug solib-frv
26546@cindex FR-V shared-library debugging
67ebd9cb 26547Turn on or off debugging messages for FR-V shared-library code.
c45da7e6
EZ
26548@item show debug solib-frv
26549Display the current state of FR-V shared-library code debugging
26550messages.
cc485e62
DE
26551@item set debug symbol-lookup
26552@cindex symbol lookup
26553Turns on or off display of debugging messages related to symbol lookup.
26554The default is 0 (off).
26555A value of 1 provides basic information.
26556A value greater than 1 provides more verbose information.
26557@item show debug symbol-lookup
26558Show the current state of symbol lookup debugging messages.
8fb8eb5c
DE
26559@item set debug symfile
26560@cindex symbol file functions
26561Turns on or off display of debugging messages related to symbol file functions.
26562The default is off. @xref{Files}.
26563@item show debug symfile
26564Show the current state of symbol file debugging messages.
45cfd468
DE
26565@item set debug symtab-create
26566@cindex symbol table creation
26567Turns on or off display of debugging messages related to symbol table creation.
db0fec5c
DE
26568The default is 0 (off).
26569A value of 1 provides basic information.
26570A value greater than 1 provides more verbose information.
45cfd468
DE
26571@item show debug symtab-create
26572Show the current state of symbol table creation debugging.
8e04817f 26573@item set debug target
4644b6e3 26574@cindex target debugging info
8e04817f
AC
26575Turns on or off display of @value{GDBN} target debugging info. This info
26576includes what is going on at the target level of GDB, as it happens. The
701b08bb 26577default is 0. Set it to 1 to track events, and to 2 to also track the
3cecbbbe 26578value of large memory transfers.
8e04817f
AC
26579@item show debug target
26580Displays the current state of displaying @value{GDBN} target debugging
26581info.
75feb17d 26582@item set debug timestamp
6b92c0d3 26583@cindex timestamping debugging info
75feb17d
DJ
26584Turns on or off display of timestamps with @value{GDBN} debugging info.
26585When enabled, seconds and microseconds are displayed before each debugging
26586message.
26587@item show debug timestamp
26588Displays the current state of displaying timestamps with @value{GDBN}
26589debugging info.
f989a1c8 26590@item set debug varobj
4644b6e3 26591@cindex variable object debugging info
8e04817f
AC
26592Turns on or off display of @value{GDBN} variable object debugging
26593info. The default is off.
f989a1c8 26594@item show debug varobj
8e04817f
AC
26595Displays the current state of displaying @value{GDBN} variable object
26596debugging info.
e776119f
DJ
26597@item set debug xml
26598@cindex XML parser debugging
67ebd9cb 26599Turn on or off debugging messages for built-in XML parsers.
e776119f
DJ
26600@item show debug xml
26601Displays the current state of XML debugging messages.
8e04817f 26602@end table
104c1213 26603
14fb1bac
JB
26604@node Other Misc Settings
26605@section Other Miscellaneous Settings
26606@cindex miscellaneous settings
26607
26608@table @code
26609@kindex set interactive-mode
26610@item set interactive-mode
7bfc9434
JB
26611If @code{on}, forces @value{GDBN} to assume that GDB was started
26612in a terminal. In practice, this means that @value{GDBN} should wait
26613for the user to answer queries generated by commands entered at
26614the command prompt. If @code{off}, forces @value{GDBN} to operate
26615in the opposite mode, and it uses the default answers to all queries.
26616If @code{auto} (the default), @value{GDBN} tries to determine whether
26617its standard input is a terminal, and works in interactive-mode if it
26618is, non-interactively otherwise.
14fb1bac
JB
26619
26620In the vast majority of cases, the debugger should be able to guess
26621correctly which mode should be used. But this setting can be useful
26622in certain specific cases, such as running a MinGW @value{GDBN}
26623inside a cygwin window.
26624
26625@kindex show interactive-mode
26626@item show interactive-mode
26627Displays whether the debugger is operating in interactive mode or not.
26628@end table
26629
d57a3c85
TJB
26630@node Extending GDB
26631@chapter Extending @value{GDBN}
26632@cindex extending GDB
26633
71b8c845
DE
26634@value{GDBN} provides several mechanisms for extension.
26635@value{GDBN} also provides the ability to automatically load
26636extensions when it reads a file for debugging. This allows the
26637user to automatically customize @value{GDBN} for the program
26638being debugged.
d57a3c85 26639
71b8c845
DE
26640@menu
26641* Sequences:: Canned Sequences of @value{GDBN} Commands
26642* Python:: Extending @value{GDBN} using Python
ed3ef339 26643* Guile:: Extending @value{GDBN} using Guile
71b8c845 26644* Auto-loading extensions:: Automatically loading extensions
ed3ef339 26645* Multiple Extension Languages:: Working with multiple extension languages
71b8c845
DE
26646* Aliases:: Creating new spellings of existing commands
26647@end menu
26648
26649To facilitate the use of extension languages, @value{GDBN} is capable
95433b34 26650of evaluating the contents of a file. When doing so, @value{GDBN}
71b8c845 26651can recognize which extension language is being used by looking at
95433b34
JB
26652the filename extension. Files with an unrecognized filename extension
26653are always treated as a @value{GDBN} Command Files.
26654@xref{Command Files,, Command files}.
26655
26656You can control how @value{GDBN} evaluates these files with the following
26657setting:
26658
26659@table @code
26660@kindex set script-extension
26661@kindex show script-extension
26662@item set script-extension off
26663All scripts are always evaluated as @value{GDBN} Command Files.
26664
26665@item set script-extension soft
26666The debugger determines the scripting language based on filename
26667extension. If this scripting language is supported, @value{GDBN}
26668evaluates the script using that language. Otherwise, it evaluates
26669the file as a @value{GDBN} Command File.
26670
26671@item set script-extension strict
26672The debugger determines the scripting language based on filename
26673extension, and evaluates the script using that language. If the
26674language is not supported, then the evaluation fails.
26675
26676@item show script-extension
26677Display the current value of the @code{script-extension} option.
26678
26679@end table
26680
ed2a2229
CB
26681@ifset SYSTEM_GDBINIT_DIR
26682This setting is not used for files in the system-wide gdbinit directory.
26683Files in that directory must have an extension matching their language,
26684or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
26685commands. @xref{Startup}.
26686@end ifset
26687
8e04817f 26688@node Sequences
d57a3c85 26689@section Canned Sequences of Commands
104c1213 26690
8e04817f 26691Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 26692Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
26693commands for execution as a unit: user-defined commands and command
26694files.
104c1213 26695
8e04817f 26696@menu
fcc73fe3
EZ
26697* Define:: How to define your own commands
26698* Hooks:: Hooks for user-defined commands
26699* Command Files:: How to write scripts of commands to be stored in a file
26700* Output:: Commands for controlled output
71b8c845 26701* Auto-loading sequences:: Controlling auto-loaded command files
8e04817f 26702@end menu
104c1213 26703
8e04817f 26704@node Define
d57a3c85 26705@subsection User-defined Commands
104c1213 26706
8e04817f 26707@cindex user-defined command
fcc73fe3 26708@cindex arguments, to user-defined commands
8e04817f
AC
26709A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
26710which you assign a new name as a command. This is done with the
df3ee9ca 26711@code{define} command. User commands may accept an unlimited number of arguments
8e04817f 26712separated by whitespace. Arguments are accessed within the user command
df3ee9ca 26713via @code{$arg0@dots{}$argN}. A trivial example:
104c1213 26714
8e04817f
AC
26715@smallexample
26716define adder
26717 print $arg0 + $arg1 + $arg2
c03c782f 26718end
8e04817f 26719@end smallexample
104c1213
JM
26720
26721@noindent
8e04817f 26722To execute the command use:
104c1213 26723
8e04817f
AC
26724@smallexample
26725adder 1 2 3
26726@end smallexample
104c1213 26727
8e04817f
AC
26728@noindent
26729This defines the command @code{adder}, which prints the sum of
26730its three arguments. Note the arguments are text substitutions, so they may
26731reference variables, use complex expressions, or even perform inferior
26732functions calls.
104c1213 26733
fcc73fe3
EZ
26734@cindex argument count in user-defined commands
26735@cindex how many arguments (user-defined commands)
c03c782f 26736In addition, @code{$argc} may be used to find out how many arguments have
df3ee9ca 26737been passed.
c03c782f
AS
26738
26739@smallexample
26740define adder
26741 if $argc == 2
26742 print $arg0 + $arg1
26743 end
26744 if $argc == 3
26745 print $arg0 + $arg1 + $arg2
26746 end
26747end
26748@end smallexample
26749
01770bbd
PA
26750Combining with the @code{eval} command (@pxref{eval}) makes it easier
26751to process a variable number of arguments:
26752
26753@smallexample
26754define adder
26755 set $i = 0
26756 set $sum = 0
26757 while $i < $argc
26758 eval "set $sum = $sum + $arg%d", $i
26759 set $i = $i + 1
26760 end
26761 print $sum
26762end
26763@end smallexample
26764
104c1213 26765@table @code
104c1213 26766
8e04817f
AC
26767@kindex define
26768@item define @var{commandname}
26769Define a command named @var{commandname}. If there is already a command
26770by that name, you are asked to confirm that you want to redefine it.
697aa1b7 26771The argument @var{commandname} may be a bare command name consisting of letters,
bf498525
PW
26772numbers, dashes, dots, and underscores. It may also start with any
26773predefined or user-defined prefix command.
26774For example, @samp{define target my-target} creates
adb483fe 26775a user-defined @samp{target my-target} command.
104c1213 26776
8e04817f
AC
26777The definition of the command is made up of other @value{GDBN} command lines,
26778which are given following the @code{define} command. The end of these
26779commands is marked by a line containing @code{end}.
104c1213 26780
8e04817f 26781@kindex document
ca91424e 26782@kindex end@r{ (user-defined commands)}
8e04817f
AC
26783@item document @var{commandname}
26784Document the user-defined command @var{commandname}, so that it can be
26785accessed by @code{help}. The command @var{commandname} must already be
26786defined. This command reads lines of documentation just as @code{define}
26787reads the lines of the command definition, ending with @code{end}.
26788After the @code{document} command is finished, @code{help} on command
26789@var{commandname} displays the documentation you have written.
104c1213 26790
8e04817f
AC
26791You may use the @code{document} command again to change the
26792documentation of a command. Redefining the command with @code{define}
26793does not change the documentation.
104c1213 26794
bf498525
PW
26795@kindex define-prefix
26796@item define-prefix @var{commandname}
26797Define or mark the command @var{commandname} as a user-defined prefix
26798command. Once marked, @var{commandname} can be used as prefix command
26799by the @code{define} command.
26800Note that @code{define-prefix} can be used with a not yet defined
26801@var{commandname}. In such a case, @var{commandname} is defined as
26802an empty user-defined command.
26803In case you redefine a command that was marked as a user-defined
26804prefix command, the subcommands of the redefined command are kept
26805(and @value{GDBN} indicates so to the user).
26806
26807Example:
26808@example
26809(gdb) define-prefix abc
26810(gdb) define-prefix abc def
26811(gdb) define abc def
26812Type commands for definition of "abc def".
26813End with a line saying just "end".
26814>echo command initial def\n
26815>end
26816(gdb) define abc def ghi
26817Type commands for definition of "abc def ghi".
26818End with a line saying just "end".
26819>echo command ghi\n
26820>end
26821(gdb) define abc def
26822Keeping subcommands of prefix command "def".
26823Redefine command "def"? (y or n) y
26824Type commands for definition of "abc def".
26825End with a line saying just "end".
26826>echo command def\n
26827>end
26828(gdb) abc def ghi
26829command ghi
26830(gdb) abc def
26831command def
26832(gdb)
26833@end example
26834
c45da7e6
EZ
26835@kindex dont-repeat
26836@cindex don't repeat command
26837@item dont-repeat
26838Used inside a user-defined command, this tells @value{GDBN} that this
26839command should not be repeated when the user hits @key{RET}
26840(@pxref{Command Syntax, repeat last command}).
26841
8e04817f
AC
26842@kindex help user-defined
26843@item help user-defined
7d74f244 26844List all user-defined commands and all python commands defined in class
6b92c0d3 26845COMMAND_USER. The first line of the documentation or docstring is
7d74f244 26846included (if any).
104c1213 26847
8e04817f
AC
26848@kindex show user
26849@item show user
26850@itemx show user @var{commandname}
26851Display the @value{GDBN} commands used to define @var{commandname} (but
26852not its documentation). If no @var{commandname} is given, display the
26853definitions for all user-defined commands.
7d74f244 26854This does not work for user-defined python commands.
104c1213 26855
fcc73fe3 26856@cindex infinite recursion in user-defined commands
20f01a46
DH
26857@kindex show max-user-call-depth
26858@kindex set max-user-call-depth
26859@item show max-user-call-depth
5ca0cb28
DH
26860@itemx set max-user-call-depth
26861The value of @code{max-user-call-depth} controls how many recursion
3f94c067 26862levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 26863infinite recursion and aborts the command.
7d74f244 26864This does not apply to user-defined python commands.
104c1213
JM
26865@end table
26866
fcc73fe3
EZ
26867In addition to the above commands, user-defined commands frequently
26868use control flow commands, described in @ref{Command Files}.
26869
8e04817f
AC
26870When user-defined commands are executed, the
26871commands of the definition are not printed. An error in any command
26872stops execution of the user-defined command.
104c1213 26873
8e04817f
AC
26874If used interactively, commands that would ask for confirmation proceed
26875without asking when used inside a user-defined command. Many @value{GDBN}
26876commands that normally print messages to say what they are doing omit the
26877messages when used in a user-defined command.
104c1213 26878
8e04817f 26879@node Hooks
d57a3c85 26880@subsection User-defined Command Hooks
8e04817f
AC
26881@cindex command hooks
26882@cindex hooks, for commands
26883@cindex hooks, pre-command
104c1213 26884
8e04817f 26885@kindex hook
8e04817f
AC
26886You may define @dfn{hooks}, which are a special kind of user-defined
26887command. Whenever you run the command @samp{foo}, if the user-defined
26888command @samp{hook-foo} exists, it is executed (with no arguments)
26889before that command.
104c1213 26890
8e04817f
AC
26891@cindex hooks, post-command
26892@kindex hookpost
8e04817f
AC
26893A hook may also be defined which is run after the command you executed.
26894Whenever you run the command @samp{foo}, if the user-defined command
26895@samp{hookpost-foo} exists, it is executed (with no arguments) after
26896that command. Post-execution hooks may exist simultaneously with
26897pre-execution hooks, for the same command.
104c1213 26898
8e04817f 26899It is valid for a hook to call the command which it hooks. If this
9f1c6395 26900occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 26901
8e04817f
AC
26902@c It would be nice if hookpost could be passed a parameter indicating
26903@c if the command it hooks executed properly or not. FIXME!
104c1213 26904
8e04817f
AC
26905@kindex stop@r{, a pseudo-command}
26906In addition, a pseudo-command, @samp{stop} exists. Defining
26907(@samp{hook-stop}) makes the associated commands execute every time
26908execution stops in your program: before breakpoint commands are run,
26909displays are printed, or the stack frame is printed.
104c1213 26910
8e04817f
AC
26911For example, to ignore @code{SIGALRM} signals while
26912single-stepping, but treat them normally during normal execution,
26913you could define:
104c1213 26914
474c8240 26915@smallexample
8e04817f
AC
26916define hook-stop
26917handle SIGALRM nopass
26918end
104c1213 26919
8e04817f
AC
26920define hook-run
26921handle SIGALRM pass
26922end
104c1213 26923
8e04817f 26924define hook-continue
d3e8051b 26925handle SIGALRM pass
8e04817f 26926end
474c8240 26927@end smallexample
104c1213 26928
d3e8051b 26929As a further example, to hook at the beginning and end of the @code{echo}
b383017d 26930command, and to add extra text to the beginning and end of the message,
8e04817f 26931you could define:
104c1213 26932
474c8240 26933@smallexample
8e04817f
AC
26934define hook-echo
26935echo <<<---
26936end
104c1213 26937
8e04817f
AC
26938define hookpost-echo
26939echo --->>>\n
26940end
104c1213 26941
8e04817f
AC
26942(@value{GDBP}) echo Hello World
26943<<<---Hello World--->>>
26944(@value{GDBP})
104c1213 26945
474c8240 26946@end smallexample
104c1213 26947
8e04817f
AC
26948You can define a hook for any single-word command in @value{GDBN}, but
26949not for command aliases; you should define a hook for the basic command
c1468174 26950name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
26951@c FIXME! So how does Joe User discover whether a command is an alias
26952@c or not?
adb483fe
DJ
26953You can hook a multi-word command by adding @code{hook-} or
26954@code{hookpost-} to the last word of the command, e.g.@:
26955@samp{define target hook-remote} to add a hook to @samp{target remote}.
26956
8e04817f
AC
26957If an error occurs during the execution of your hook, execution of
26958@value{GDBN} commands stops and @value{GDBN} issues a prompt
26959(before the command that you actually typed had a chance to run).
104c1213 26960
8e04817f
AC
26961If you try to define a hook which does not match any known command, you
26962get a warning from the @code{define} command.
c906108c 26963
8e04817f 26964@node Command Files
d57a3c85 26965@subsection Command Files
c906108c 26966
8e04817f 26967@cindex command files
fcc73fe3 26968@cindex scripting commands
6fc08d32
EZ
26969A command file for @value{GDBN} is a text file made of lines that are
26970@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
26971also be included. An empty line in a command file does nothing; it
26972does not mean to repeat the last command, as it would from the
26973terminal.
c906108c 26974
6fc08d32 26975You can request the execution of a command file with the @code{source}
95433b34
JB
26976command. Note that the @code{source} command is also used to evaluate
26977scripts that are not Command Files. The exact behavior can be configured
26978using the @code{script-extension} setting.
26979@xref{Extending GDB,, Extending GDB}.
c906108c 26980
8e04817f
AC
26981@table @code
26982@kindex source
ca91424e 26983@cindex execute commands from a file
3f7b2faa 26984@item source [-s] [-v] @var{filename}
8e04817f 26985Execute the command file @var{filename}.
c906108c
SS
26986@end table
26987
fcc73fe3
EZ
26988The lines in a command file are generally executed sequentially,
26989unless the order of execution is changed by one of the
26990@emph{flow-control commands} described below. The commands are not
a71ec265
DH
26991printed as they are executed. An error in any command terminates
26992execution of the command file and control is returned to the console.
c906108c 26993
08001717
DE
26994@value{GDBN} first searches for @var{filename} in the current directory.
26995If the file is not found there, and @var{filename} does not specify a
26996directory, then @value{GDBN} also looks for the file on the source search path
26997(specified with the @samp{directory} command);
26998except that @file{$cdir} is not searched because the compilation directory
26999is not relevant to scripts.
4b505b12 27000
3f7b2faa
DE
27001If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
27002on the search path even if @var{filename} specifies a directory.
27003The search is done by appending @var{filename} to each element of the
27004search path. So, for example, if @var{filename} is @file{mylib/myscript}
27005and the search path contains @file{/home/user} then @value{GDBN} will
27006look for the script @file{/home/user/mylib/myscript}.
27007The search is also done if @var{filename} is an absolute path.
27008For example, if @var{filename} is @file{/tmp/myscript} and
27009the search path contains @file{/home/user} then @value{GDBN} will
27010look for the script @file{/home/user/tmp/myscript}.
27011For DOS-like systems, if @var{filename} contains a drive specification,
27012it is stripped before concatenation. For example, if @var{filename} is
27013@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
27014will look for the script @file{c:/tmp/myscript}.
27015
16026cd7
AS
27016If @code{-v}, for verbose mode, is given then @value{GDBN} displays
27017each command as it is executed. The option must be given before
27018@var{filename}, and is interpreted as part of the filename anywhere else.
27019
8e04817f
AC
27020Commands that would ask for confirmation if used interactively proceed
27021without asking when used in a command file. Many @value{GDBN} commands that
27022normally print messages to say what they are doing omit the messages
27023when called from command files.
c906108c 27024
8e04817f
AC
27025@value{GDBN} also accepts command input from standard input. In this
27026mode, normal output goes to standard output and error output goes to
27027standard error. Errors in a command file supplied on standard input do
6fc08d32 27028not terminate execution of the command file---execution continues with
8e04817f 27029the next command.
c906108c 27030
474c8240 27031@smallexample
8e04817f 27032gdb < cmds > log 2>&1
474c8240 27033@end smallexample
c906108c 27034
8e04817f
AC
27035(The syntax above will vary depending on the shell used.) This example
27036will execute commands from the file @file{cmds}. All output and errors
27037would be directed to @file{log}.
c906108c 27038
fcc73fe3
EZ
27039Since commands stored on command files tend to be more general than
27040commands typed interactively, they frequently need to deal with
27041complicated situations, such as different or unexpected values of
27042variables and symbols, changes in how the program being debugged is
27043built, etc. @value{GDBN} provides a set of flow-control commands to
27044deal with these complexities. Using these commands, you can write
27045complex scripts that loop over data structures, execute commands
27046conditionally, etc.
27047
27048@table @code
27049@kindex if
27050@kindex else
27051@item if
27052@itemx else
27053This command allows to include in your script conditionally executed
27054commands. The @code{if} command takes a single argument, which is an
27055expression to evaluate. It is followed by a series of commands that
27056are executed only if the expression is true (its value is nonzero).
27057There can then optionally be an @code{else} line, followed by a series
27058of commands that are only executed if the expression was false. The
27059end of the list is marked by a line containing @code{end}.
27060
27061@kindex while
27062@item while
27063This command allows to write loops. Its syntax is similar to
27064@code{if}: the command takes a single argument, which is an expression
27065to evaluate, and must be followed by the commands to execute, one per
27066line, terminated by an @code{end}. These commands are called the
27067@dfn{body} of the loop. The commands in the body of @code{while} are
27068executed repeatedly as long as the expression evaluates to true.
27069
27070@kindex loop_break
27071@item loop_break
27072This command exits the @code{while} loop in whose body it is included.
27073Execution of the script continues after that @code{while}s @code{end}
27074line.
27075
27076@kindex loop_continue
27077@item loop_continue
27078This command skips the execution of the rest of the body of commands
27079in the @code{while} loop in whose body it is included. Execution
27080branches to the beginning of the @code{while} loop, where it evaluates
27081the controlling expression.
ca91424e
EZ
27082
27083@kindex end@r{ (if/else/while commands)}
27084@item end
27085Terminate the block of commands that are the body of @code{if},
27086@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
27087@end table
27088
27089
8e04817f 27090@node Output
d57a3c85 27091@subsection Commands for Controlled Output
c906108c 27092
8e04817f
AC
27093During the execution of a command file or a user-defined command, normal
27094@value{GDBN} output is suppressed; the only output that appears is what is
27095explicitly printed by the commands in the definition. This section
27096describes three commands useful for generating exactly the output you
27097want.
c906108c
SS
27098
27099@table @code
8e04817f
AC
27100@kindex echo
27101@item echo @var{text}
27102@c I do not consider backslash-space a standard C escape sequence
27103@c because it is not in ANSI.
27104Print @var{text}. Nonprinting characters can be included in
27105@var{text} using C escape sequences, such as @samp{\n} to print a
27106newline. @strong{No newline is printed unless you specify one.}
27107In addition to the standard C escape sequences, a backslash followed
27108by a space stands for a space. This is useful for displaying a
27109string with spaces at the beginning or the end, since leading and
27110trailing spaces are otherwise trimmed from all arguments.
27111To print @samp{@w{ }and foo =@w{ }}, use the command
27112@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 27113
8e04817f
AC
27114A backslash at the end of @var{text} can be used, as in C, to continue
27115the command onto subsequent lines. For example,
c906108c 27116
474c8240 27117@smallexample
8e04817f
AC
27118echo This is some text\n\
27119which is continued\n\
27120onto several lines.\n
474c8240 27121@end smallexample
c906108c 27122
8e04817f 27123produces the same output as
c906108c 27124
474c8240 27125@smallexample
8e04817f
AC
27126echo This is some text\n
27127echo which is continued\n
27128echo onto several lines.\n
474c8240 27129@end smallexample
c906108c 27130
8e04817f
AC
27131@kindex output
27132@item output @var{expression}
27133Print the value of @var{expression} and nothing but that value: no
27134newlines, no @samp{$@var{nn} = }. The value is not entered in the
27135value history either. @xref{Expressions, ,Expressions}, for more information
27136on expressions.
c906108c 27137
8e04817f
AC
27138@item output/@var{fmt} @var{expression}
27139Print the value of @var{expression} in format @var{fmt}. You can use
27140the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 27141Formats}, for more information.
c906108c 27142
8e04817f 27143@kindex printf
82160952
EZ
27144@item printf @var{template}, @var{expressions}@dots{}
27145Print the values of one or more @var{expressions} under the control of
27146the string @var{template}. To print several values, make
27147@var{expressions} be a comma-separated list of individual expressions,
27148which may be either numbers or pointers. Their values are printed as
27149specified by @var{template}, exactly as a C program would do by
27150executing the code below:
c906108c 27151
474c8240 27152@smallexample
82160952 27153printf (@var{template}, @var{expressions}@dots{});
474c8240 27154@end smallexample
c906108c 27155
82160952
EZ
27156As in @code{C} @code{printf}, ordinary characters in @var{template}
27157are printed verbatim, while @dfn{conversion specification} introduced
27158by the @samp{%} character cause subsequent @var{expressions} to be
27159evaluated, their values converted and formatted according to type and
27160style information encoded in the conversion specifications, and then
27161printed.
27162
8e04817f 27163For example, you can print two values in hex like this:
c906108c 27164
8e04817f
AC
27165@smallexample
27166printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
27167@end smallexample
c906108c 27168
82160952
EZ
27169@code{printf} supports all the standard @code{C} conversion
27170specifications, including the flags and modifiers between the @samp{%}
27171character and the conversion letter, with the following exceptions:
27172
27173@itemize @bullet
27174@item
27175The argument-ordering modifiers, such as @samp{2$}, are not supported.
27176
27177@item
27178The modifier @samp{*} is not supported for specifying precision or
27179width.
27180
27181@item
27182The @samp{'} flag (for separation of digits into groups according to
27183@code{LC_NUMERIC'}) is not supported.
27184
27185@item
27186The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
27187supported.
27188
27189@item
27190The conversion letter @samp{n} (as in @samp{%n}) is not supported.
27191
27192@item
27193The conversion letters @samp{a} and @samp{A} are not supported.
27194@end itemize
27195
27196@noindent
27197Note that the @samp{ll} type modifier is supported only if the
27198underlying @code{C} implementation used to build @value{GDBN} supports
27199the @code{long long int} type, and the @samp{L} type modifier is
27200supported only if @code{long double} type is available.
27201
27202As in @code{C}, @code{printf} supports simple backslash-escape
27203sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
27204@samp{\a}, and @samp{\f}, that consist of backslash followed by a
27205single character. Octal and hexadecimal escape sequences are not
27206supported.
1a619819
LM
27207
27208Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
27209(@dfn{Decimal Floating Point}) types using the following length modifiers
27210together with a floating point specifier.
1a619819
LM
27211letters:
27212
27213@itemize @bullet
27214@item
27215@samp{H} for printing @code{Decimal32} types.
27216
27217@item
27218@samp{D} for printing @code{Decimal64} types.
27219
27220@item
27221@samp{DD} for printing @code{Decimal128} types.
27222@end itemize
27223
27224If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 27225support for the three length modifiers for DFP types, other modifiers
3b784c4f 27226such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
27227
27228In case there is no such @code{C} support, no additional modifiers will be
27229available and the value will be printed in the standard way.
27230
27231Here's an example of printing DFP types using the above conversion letters:
27232@smallexample
0aea4bf3 27233printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
27234@end smallexample
27235
01770bbd 27236@anchor{eval}
f1421989
HZ
27237@kindex eval
27238@item eval @var{template}, @var{expressions}@dots{}
27239Convert the values of one or more @var{expressions} under the control of
27240the string @var{template} to a command line, and call it.
27241
c906108c
SS
27242@end table
27243
71b8c845
DE
27244@node Auto-loading sequences
27245@subsection Controlling auto-loading native @value{GDBN} scripts
27246@cindex native script auto-loading
27247
27248When a new object file is read (for example, due to the @code{file}
27249command, or because the inferior has loaded a shared library),
27250@value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
27251@xref{Auto-loading extensions}.
27252
27253Auto-loading can be enabled or disabled,
27254and the list of auto-loaded scripts can be printed.
27255
27256@table @code
27257@anchor{set auto-load gdb-scripts}
27258@kindex set auto-load gdb-scripts
27259@item set auto-load gdb-scripts [on|off]
27260Enable or disable the auto-loading of canned sequences of commands scripts.
27261
27262@anchor{show auto-load gdb-scripts}
27263@kindex show auto-load gdb-scripts
27264@item show auto-load gdb-scripts
27265Show whether auto-loading of canned sequences of commands scripts is enabled or
27266disabled.
27267
27268@anchor{info auto-load gdb-scripts}
27269@kindex info auto-load gdb-scripts
27270@cindex print list of auto-loaded canned sequences of commands scripts
27271@item info auto-load gdb-scripts [@var{regexp}]
27272Print the list of all canned sequences of commands scripts that @value{GDBN}
27273auto-loaded.
27274@end table
27275
27276If @var{regexp} is supplied only canned sequences of commands scripts with
27277matching names are printed.
27278
329baa95
DE
27279@c Python docs live in a separate file.
27280@include python.texi
0e3509db 27281
ed3ef339
DE
27282@c Guile docs live in a separate file.
27283@include guile.texi
27284
71b8c845
DE
27285@node Auto-loading extensions
27286@section Auto-loading extensions
27287@cindex auto-loading extensions
27288
27289@value{GDBN} provides two mechanisms for automatically loading extensions
27290when a new object file is read (for example, due to the @code{file}
27291command, or because the inferior has loaded a shared library):
27292@file{@var{objfile}-gdb.@var{ext}} and the @code{.debug_gdb_scripts}
27293section of modern file formats like ELF.
27294
27295@menu
27296* objfile-gdb.ext file: objfile-gdbdotext file. The @file{@var{objfile}-gdb.@var{ext}} file
27297* .debug_gdb_scripts section: dotdebug_gdb_scripts section. The @code{.debug_gdb_scripts} section
27298* Which flavor to choose?::
27299@end menu
27300
27301The auto-loading feature is useful for supplying application-specific
27302debugging commands and features.
27303
27304Auto-loading can be enabled or disabled,
27305and the list of auto-loaded scripts can be printed.
27306See the @samp{auto-loading} section of each extension language
27307for more information.
27308For @value{GDBN} command files see @ref{Auto-loading sequences}.
27309For Python files see @ref{Python Auto-loading}.
27310
27311Note that loading of this script file also requires accordingly configured
27312@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27313
27314@node objfile-gdbdotext file
27315@subsection The @file{@var{objfile}-gdb.@var{ext}} file
27316@cindex @file{@var{objfile}-gdb.gdb}
27317@cindex @file{@var{objfile}-gdb.py}
27318@cindex @file{@var{objfile}-gdb.scm}
27319
27320When a new object file is read, @value{GDBN} looks for a file named
27321@file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
27322where @var{objfile} is the object file's name and
27323where @var{ext} is the file extension for the extension language:
27324
27325@table @code
27326@item @file{@var{objfile}-gdb.gdb}
27327GDB's own command language
27328@item @file{@var{objfile}-gdb.py}
27329Python
ed3ef339
DE
27330@item @file{@var{objfile}-gdb.scm}
27331Guile
71b8c845
DE
27332@end table
27333
27334@var{script-name} is formed by ensuring that the file name of @var{objfile}
27335is absolute, following all symlinks, and resolving @code{.} and @code{..}
27336components, and appending the @file{-gdb.@var{ext}} suffix.
27337If this file exists and is readable, @value{GDBN} will evaluate it as a
27338script in the specified extension language.
27339
27340If this file does not exist, then @value{GDBN} will look for
27341@var{script-name} file in all of the directories as specified below.
27342
27343Note that loading of these files requires an accordingly configured
27344@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27345
27346For object files using @file{.exe} suffix @value{GDBN} tries to load first the
27347scripts normally according to its @file{.exe} filename. But if no scripts are
27348found @value{GDBN} also tries script filenames matching the object file without
27349its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
27350is attempted on any platform. This makes the script filenames compatible
27351between Unix and MS-Windows hosts.
27352
27353@table @code
27354@anchor{set auto-load scripts-directory}
27355@kindex set auto-load scripts-directory
27356@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
27357Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
27358may be delimited by the host platform path separator in use
27359(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
27360
27361Each entry here needs to be covered also by the security setting
27362@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
27363
27364@anchor{with-auto-load-dir}
27365This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
27366@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
27367configuration option @option{--with-auto-load-dir}.
27368
27369Any reference to @file{$debugdir} will get replaced by
27370@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
27371reference to @file{$datadir} will get replaced by @var{data-directory} which is
27372determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
27373@file{$datadir} must be placed as a directory component --- either alone or
27374delimited by @file{/} or @file{\} directory separators, depending on the host
27375platform.
27376
27377The list of directories uses path separator (@samp{:} on GNU and Unix
27378systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27379to the @env{PATH} environment variable.
27380
27381@anchor{show auto-load scripts-directory}
27382@kindex show auto-load scripts-directory
27383@item show auto-load scripts-directory
27384Show @value{GDBN} auto-loaded scripts location.
f10c5b19
JK
27385
27386@anchor{add-auto-load-scripts-directory}
27387@kindex add-auto-load-scripts-directory
27388@item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
27389Add an entry (or list of entries) to the list of auto-loaded scripts locations.
27390Multiple entries may be delimited by the host platform path separator in use.
71b8c845
DE
27391@end table
27392
27393@value{GDBN} does not track which files it has already auto-loaded this way.
27394@value{GDBN} will load the associated script every time the corresponding
27395@var{objfile} is opened.
27396So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
27397is evaluated more than once.
27398
27399@node dotdebug_gdb_scripts section
27400@subsection The @code{.debug_gdb_scripts} section
27401@cindex @code{.debug_gdb_scripts} section
27402
27403For systems using file formats like ELF and COFF,
27404when @value{GDBN} loads a new object file
27405it will look for a special section named @code{.debug_gdb_scripts}.
9f050062
DE
27406If this section exists, its contents is a list of null-terminated entries
27407specifying scripts to load. Each entry begins with a non-null prefix byte that
27408specifies the kind of entry, typically the extension language and whether the
27409script is in a file or inlined in @code{.debug_gdb_scripts}.
71b8c845 27410
9f050062
DE
27411The following entries are supported:
27412
27413@table @code
27414@item SECTION_SCRIPT_ID_PYTHON_FILE = 1
27415@item SECTION_SCRIPT_ID_SCHEME_FILE = 3
27416@item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
27417@item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
27418@end table
27419
27420@subsubsection Script File Entries
27421
27422If the entry specifies a file, @value{GDBN} will look for the file first
27423in the current directory and then along the source search path
71b8c845
DE
27424(@pxref{Source Path, ,Specifying Source Directories}),
27425except that @file{$cdir} is not searched, since the compilation
27426directory is not relevant to scripts.
27427
9f050062 27428File entries can be placed in section @code{.debug_gdb_scripts} with,
71b8c845
DE
27429for example, this GCC macro for Python scripts.
27430
27431@example
27432/* Note: The "MS" section flags are to remove duplicates. */
27433#define DEFINE_GDB_PY_SCRIPT(script_name) \
27434 asm("\
27435.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
27436.byte 1 /* Python */\n\
27437.asciz \"" script_name "\"\n\
27438.popsection \n\
27439");
27440@end example
27441
27442@noindent
ed3ef339 27443For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
71b8c845
DE
27444Then one can reference the macro in a header or source file like this:
27445
27446@example
27447DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
27448@end example
27449
27450The script name may include directories if desired.
27451
27452Note that loading of this script file also requires accordingly configured
27453@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27454
27455If the macro invocation is put in a header, any application or library
27456using this header will get a reference to the specified script,
27457and with the use of @code{"MS"} attributes on the section, the linker
27458will remove duplicates.
27459
9f050062
DE
27460@subsubsection Script Text Entries
27461
27462Script text entries allow to put the executable script in the entry
27463itself instead of loading it from a file.
27464The first line of the entry, everything after the prefix byte and up to
27465the first newline (@code{0xa}) character, is the script name, and must not
27466contain any kind of space character, e.g., spaces or tabs.
27467The rest of the entry, up to the trailing null byte, is the script to
27468execute in the specified language. The name needs to be unique among
27469all script names, as @value{GDBN} executes each script only once based
27470on its name.
27471
27472Here is an example from file @file{py-section-script.c} in the @value{GDBN}
27473testsuite.
27474
27475@example
27476#include "symcat.h"
27477#include "gdb/section-scripts.h"
27478asm(
27479".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
27480".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
27481".ascii \"gdb.inlined-script\\n\"\n"
27482".ascii \"class test_cmd (gdb.Command):\\n\"\n"
27483".ascii \" def __init__ (self):\\n\"\n"
27484".ascii \" super (test_cmd, self).__init__ ("
27485 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
27486".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
27487".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
27488".ascii \"test_cmd ()\\n\"\n"
27489".byte 0\n"
27490".popsection\n"
27491);
27492@end example
27493
27494Loading of inlined scripts requires a properly configured
27495@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27496The path to specify in @code{auto-load safe-path} is the path of the file
27497containing the @code{.debug_gdb_scripts} section.
27498
71b8c845
DE
27499@node Which flavor to choose?
27500@subsection Which flavor to choose?
27501
27502Given the multiple ways of auto-loading extensions, it might not always
27503be clear which one to choose. This section provides some guidance.
27504
27505@noindent
27506Benefits of the @file{-gdb.@var{ext}} way:
27507
27508@itemize @bullet
27509@item
27510Can be used with file formats that don't support multiple sections.
27511
27512@item
27513Ease of finding scripts for public libraries.
27514
27515Scripts specified in the @code{.debug_gdb_scripts} section are searched for
27516in the source search path.
27517For publicly installed libraries, e.g., @file{libstdc++}, there typically
27518isn't a source directory in which to find the script.
27519
27520@item
27521Doesn't require source code additions.
27522@end itemize
27523
27524@noindent
27525Benefits of the @code{.debug_gdb_scripts} way:
27526
27527@itemize @bullet
27528@item
27529Works with static linking.
27530
27531Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
27532trigger their loading. When an application is statically linked the only
27533objfile available is the executable, and it is cumbersome to attach all the
27534scripts from all the input libraries to the executable's
27535@file{-gdb.@var{ext}} script.
27536
27537@item
27538Works with classes that are entirely inlined.
27539
27540Some classes can be entirely inlined, and thus there may not be an associated
27541shared library to attach a @file{-gdb.@var{ext}} script to.
27542
27543@item
27544Scripts needn't be copied out of the source tree.
27545
27546In some circumstances, apps can be built out of large collections of internal
27547libraries, and the build infrastructure necessary to install the
27548@file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
27549cumbersome. It may be easier to specify the scripts in the
27550@code{.debug_gdb_scripts} section as relative paths, and add a path to the
27551top of the source tree to the source search path.
27552@end itemize
27553
ed3ef339
DE
27554@node Multiple Extension Languages
27555@section Multiple Extension Languages
27556
27557The Guile and Python extension languages do not share any state,
27558and generally do not interfere with each other.
27559There are some things to be aware of, however.
27560
27561@subsection Python comes first
27562
27563Python was @value{GDBN}'s first extension language, and to avoid breaking
27564existing behaviour Python comes first. This is generally solved by the
27565``first one wins'' principle. @value{GDBN} maintains a list of enabled
27566extension languages, and when it makes a call to an extension language,
27567(say to pretty-print a value), it tries each in turn until an extension
27568language indicates it has performed the request (e.g., has returned the
27569pretty-printed form of a value).
27570This extends to errors while performing such requests: If an error happens
27571while, for example, trying to pretty-print an object then the error is
27572reported and any following extension languages are not tried.
27573
5a56e9c5
DE
27574@node Aliases
27575@section Creating new spellings of existing commands
27576@cindex aliases for commands
27577
27578It is often useful to define alternate spellings of existing commands.
27579For example, if a new @value{GDBN} command defined in Python has
27580a long name to type, it is handy to have an abbreviated version of it
27581that involves less typing.
27582
27583@value{GDBN} itself uses aliases. For example @samp{s} is an alias
27584of the @samp{step} command even though it is otherwise an ambiguous
27585abbreviation of other commands like @samp{set} and @samp{show}.
27586
27587Aliases are also used to provide shortened or more common versions
27588of multi-word commands. For example, @value{GDBN} provides the
27589@samp{tty} alias of the @samp{set inferior-tty} command.
27590
27591You can define a new alias with the @samp{alias} command.
27592
27593@table @code
27594
27595@kindex alias
5b860c93 27596@item alias [-a] [--] @var{ALIAS} = @var{COMMAND} [DEFAULT-ARGS...]
5a56e9c5
DE
27597
27598@end table
27599
27600@var{ALIAS} specifies the name of the new alias.
27601Each word of @var{ALIAS} must consist of letters, numbers, dashes and
27602underscores.
27603
27604@var{COMMAND} specifies the name of an existing command
27605that is being aliased.
27606
5b860c93
PW
27607@var{COMMAND} can also be the name of an existing alias. In this case,
27608@var{COMMAND} cannot be an alias that has default arguments.
27609
5a56e9c5 27610The @samp{-a} option specifies that the new alias is an abbreviation
5b4a1a8d 27611of the command. Abbreviations are not used in command completion.
5a56e9c5
DE
27612
27613The @samp{--} option specifies the end of options,
27614and is useful when @var{ALIAS} begins with a dash.
27615
5b860c93
PW
27616You can specify @var{default-args} for your alias.
27617These @var{default-args} will be automatically added before the alias
27618arguments typed explicitly on the command line.
27619
27620For example, the below defines an alias @code{btfullall} that shows all local
27621variables and all frame arguments:
27622@smallexample
27623(@value{GDBP}) alias btfullall = backtrace -full -frame-arguments all
27624@end smallexample
27625
27626For more information about @var{default-args}, see @ref{Command aliases default args,
27627,Automatically prepend default arguments to user-defined aliases}.
27628
5a56e9c5
DE
27629Here is a simple example showing how to make an abbreviation
27630of a command so that there is less to type.
27631Suppose you were tired of typing @samp{disas}, the current
27632shortest unambiguous abbreviation of the @samp{disassemble} command
27633and you wanted an even shorter version named @samp{di}.
27634The following will accomplish this.
27635
27636@smallexample
27637(gdb) alias -a di = disas
27638@end smallexample
27639
27640Note that aliases are different from user-defined commands.
27641With a user-defined command, you also need to write documentation
27642for it with the @samp{document} command.
27643An alias automatically picks up the documentation of the existing command.
27644
27645Here is an example where we make @samp{elms} an abbreviation of
27646@samp{elements} in the @samp{set print elements} command.
27647This is to show that you can make an abbreviation of any part
27648of a command.
27649
27650@smallexample
27651(gdb) alias -a set print elms = set print elements
27652(gdb) alias -a show print elms = show print elements
27653(gdb) set p elms 20
27654(gdb) show p elms
27655Limit on string chars or array elements to print is 200.
27656@end smallexample
27657
27658Note that if you are defining an alias of a @samp{set} command,
27659and you want to have an alias for the corresponding @samp{show}
27660command, then you need to define the latter separately.
27661
27662Unambiguously abbreviated commands are allowed in @var{COMMAND} and
27663@var{ALIAS}, just as they are normally.
27664
27665@smallexample
27666(gdb) alias -a set pr elms = set p ele
27667@end smallexample
27668
27669Finally, here is an example showing the creation of a one word
27670alias for a more complex command.
27671This creates alias @samp{spe} of the command @samp{set print elements}.
27672
27673@smallexample
27674(gdb) alias spe = set print elements
27675(gdb) spe 20
27676@end smallexample
27677
21c294e6
AC
27678@node Interpreters
27679@chapter Command Interpreters
27680@cindex command interpreters
27681
27682@value{GDBN} supports multiple command interpreters, and some command
27683infrastructure to allow users or user interface writers to switch
27684between interpreters or run commands in other interpreters.
27685
27686@value{GDBN} currently supports two command interpreters, the console
27687interpreter (sometimes called the command-line interpreter or @sc{cli})
27688and the machine interface interpreter (or @sc{gdb/mi}). This manual
27689describes both of these interfaces in great detail.
27690
27691By default, @value{GDBN} will start with the console interpreter.
27692However, the user may choose to start @value{GDBN} with another
27693interpreter by specifying the @option{-i} or @option{--interpreter}
27694startup options. Defined interpreters include:
27695
27696@table @code
27697@item console
27698@cindex console interpreter
27699The traditional console or command-line interpreter. This is the most often
27700used interpreter with @value{GDBN}. With no interpreter specified at runtime,
27701@value{GDBN} will use this interpreter.
27702
27703@item mi
27704@cindex mi interpreter
b4be1b06 27705The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
21c294e6
AC
27706by programs wishing to use @value{GDBN} as a backend for a debugger GUI
27707or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
27708Interface}.
27709
b4be1b06
SM
27710@item mi3
27711@cindex mi3 interpreter
27712The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
27713
21c294e6
AC
27714@item mi2
27715@cindex mi2 interpreter
b4be1b06 27716The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
21c294e6
AC
27717
27718@item mi1
27719@cindex mi1 interpreter
b4be1b06 27720The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
21c294e6
AC
27721
27722@end table
27723
27724@cindex invoke another interpreter
21c294e6
AC
27725
27726@kindex interpreter-exec
86f78169
PA
27727You may execute commands in any interpreter from the current
27728interpreter using the appropriate command. If you are running the
27729console interpreter, simply use the @code{interpreter-exec} command:
21c294e6
AC
27730
27731@smallexample
27732interpreter-exec mi "-data-list-register-names"
27733@end smallexample
27734
27735@sc{gdb/mi} has a similar command, although it is only available in versions of
27736@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
27737
86f78169
PA
27738Note that @code{interpreter-exec} only changes the interpreter for the
27739duration of the specified command. It does not change the interpreter
27740permanently.
27741
27742@cindex start a new independent interpreter
27743
27744Although you may only choose a single interpreter at startup, it is
27745possible to run an independent interpreter on a specified input/output
27746device (usually a tty).
27747
27748For example, consider a debugger GUI or IDE that wants to provide a
27749@value{GDBN} console view. It may do so by embedding a terminal
27750emulator widget in its GUI, starting @value{GDBN} in the traditional
27751command-line mode with stdin/stdout/stderr redirected to that
27752terminal, and then creating an MI interpreter running on a specified
27753input/output device. The console interpreter created by @value{GDBN}
27754at startup handles commands the user types in the terminal widget,
27755while the GUI controls and synchronizes state with @value{GDBN} using
27756the separate MI interpreter.
27757
27758To start a new secondary @dfn{user interface} running MI, use the
27759@code{new-ui} command:
27760
27761@kindex new-ui
27762@cindex new user interface
27763@smallexample
27764new-ui @var{interpreter} @var{tty}
27765@end smallexample
27766
27767The @var{interpreter} parameter specifies the interpreter to run.
27768This accepts the same values as the @code{interpreter-exec} command.
27769For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
27770@var{tty} parameter specifies the name of the bidirectional file the
27771interpreter uses for input/output, usually the name of a
27772pseudoterminal slave on Unix systems. For example:
27773
27774@smallexample
27775(@value{GDBP}) new-ui mi /dev/pts/9
27776@end smallexample
27777
27778@noindent
27779runs an MI interpreter on @file{/dev/pts/9}.
27780
8e04817f
AC
27781@node TUI
27782@chapter @value{GDBN} Text User Interface
27783@cindex TUI
d0d5df6f 27784@cindex Text User Interface
c906108c 27785
8e04817f
AC
27786@menu
27787* TUI Overview:: TUI overview
27788* TUI Keys:: TUI key bindings
7cf36c78 27789* TUI Single Key Mode:: TUI single key mode
db2e3e2e 27790* TUI Commands:: TUI-specific commands
8e04817f
AC
27791* TUI Configuration:: TUI configuration variables
27792@end menu
c906108c 27793
46ba6afa 27794The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
27795interface which uses the @code{curses} library to show the source
27796file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
27797commands in separate text windows. The TUI mode is supported only
27798on platforms where a suitable version of the @code{curses} library
27799is available.
d0d5df6f 27800
46ba6afa 27801The TUI mode is enabled by default when you invoke @value{GDBN} as
217bff3e 27802@samp{@value{GDBP} -tui}.
46ba6afa 27803You can also switch in and out of TUI mode while @value{GDBN} runs by
a4ea0946 27804using various TUI commands and key bindings, such as @command{tui
bcd8537c 27805enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
a4ea0946 27806@ref{TUI Keys, ,TUI Key Bindings}.
c906108c 27807
8e04817f 27808@node TUI Overview
79a6e687 27809@section TUI Overview
c906108c 27810
46ba6afa 27811In TUI mode, @value{GDBN} can display several text windows:
c906108c 27812
8e04817f
AC
27813@table @emph
27814@item command
27815This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
27816prompt and the @value{GDBN} output. The @value{GDBN} input is still
27817managed using readline.
c906108c 27818
8e04817f
AC
27819@item source
27820The source window shows the source file of the program. The current
46ba6afa 27821line and active breakpoints are displayed in this window.
c906108c 27822
8e04817f
AC
27823@item assembly
27824The assembly window shows the disassembly output of the program.
c906108c 27825
8e04817f 27826@item register
46ba6afa
BW
27827This window shows the processor registers. Registers are highlighted
27828when their values change.
c906108c
SS
27829@end table
27830
269c21fe 27831The source and assembly windows show the current program position
46ba6afa
BW
27832by highlighting the current line and marking it with a @samp{>} marker.
27833Breakpoints are indicated with two markers. The first marker
269c21fe
SC
27834indicates the breakpoint type:
27835
27836@table @code
27837@item B
27838Breakpoint which was hit at least once.
27839
27840@item b
27841Breakpoint which was never hit.
27842
27843@item H
27844Hardware breakpoint which was hit at least once.
27845
27846@item h
27847Hardware breakpoint which was never hit.
269c21fe
SC
27848@end table
27849
27850The second marker indicates whether the breakpoint is enabled or not:
27851
27852@table @code
27853@item +
27854Breakpoint is enabled.
27855
27856@item -
27857Breakpoint is disabled.
269c21fe
SC
27858@end table
27859
46ba6afa
BW
27860The source, assembly and register windows are updated when the current
27861thread changes, when the frame changes, or when the program counter
27862changes.
27863
27864These windows are not all visible at the same time. The command
27865window is always visible. The others can be arranged in several
27866layouts:
c906108c 27867
8e04817f
AC
27868@itemize @bullet
27869@item
46ba6afa 27870source only,
2df3850c 27871
8e04817f 27872@item
46ba6afa 27873assembly only,
8e04817f
AC
27874
27875@item
46ba6afa 27876source and assembly,
8e04817f
AC
27877
27878@item
46ba6afa 27879source and registers, or
c906108c 27880
8e04817f 27881@item
46ba6afa 27882assembly and registers.
8e04817f 27883@end itemize
c906108c 27884
ee325b61
TT
27885These are the standard layouts, but other layouts can be defined.
27886
46ba6afa 27887A status line above the command window shows the following information:
b7bb15bc
SC
27888
27889@table @emph
27890@item target
46ba6afa 27891Indicates the current @value{GDBN} target.
b7bb15bc
SC
27892(@pxref{Targets, ,Specifying a Debugging Target}).
27893
27894@item process
46ba6afa 27895Gives the current process or thread number.
b7bb15bc
SC
27896When no process is being debugged, this field is set to @code{No process}.
27897
27898@item function
27899Gives the current function name for the selected frame.
27900The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 27901When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
27902the string @code{??} is displayed.
27903
27904@item line
27905Indicates the current line number for the selected frame.
46ba6afa 27906When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
27907
27908@item pc
27909Indicates the current program counter address.
b7bb15bc
SC
27910@end table
27911
8e04817f
AC
27912@node TUI Keys
27913@section TUI Key Bindings
27914@cindex TUI key bindings
c906108c 27915
8e04817f 27916The TUI installs several key bindings in the readline keymaps
39037522
TT
27917@ifset SYSTEM_READLINE
27918(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
27919@end ifset
27920@ifclear SYSTEM_READLINE
27921(@pxref{Command Line Editing}).
27922@end ifclear
27923The following key bindings are installed for both TUI mode and the
27924@value{GDBN} standard mode.
c906108c 27925
8e04817f
AC
27926@table @kbd
27927@kindex C-x C-a
27928@item C-x C-a
27929@kindex C-x a
27930@itemx C-x a
27931@kindex C-x A
27932@itemx C-x A
46ba6afa
BW
27933Enter or leave the TUI mode. When leaving the TUI mode,
27934the curses window management stops and @value{GDBN} operates using
27935its standard mode, writing on the terminal directly. When reentering
27936the TUI mode, control is given back to the curses windows.
8e04817f 27937The screen is then refreshed.
c906108c 27938
c86d74cc
TT
27939This key binding uses the bindable Readline function
27940@code{tui-switch-mode}.
27941
8e04817f
AC
27942@kindex C-x 1
27943@item C-x 1
27944Use a TUI layout with only one window. The layout will
27945either be @samp{source} or @samp{assembly}. When the TUI mode
27946is not active, it will switch to the TUI mode.
2df3850c 27947
8e04817f 27948Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 27949
c86d74cc
TT
27950This key binding uses the bindable Readline function
27951@code{tui-delete-other-windows}.
27952
8e04817f
AC
27953@kindex C-x 2
27954@item C-x 2
27955Use a TUI layout with at least two windows. When the current
46ba6afa 27956layout already has two windows, the next layout with two windows is used.
8e04817f
AC
27957When a new layout is chosen, one window will always be common to the
27958previous layout and the new one.
c906108c 27959
8e04817f 27960Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 27961
c86d74cc
TT
27962This key binding uses the bindable Readline function
27963@code{tui-change-windows}.
27964
72ffddc9
SC
27965@kindex C-x o
27966@item C-x o
27967Change the active window. The TUI associates several key bindings
46ba6afa 27968(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
27969gives the focus to the next TUI window.
27970
27971Think of it as the Emacs @kbd{C-x o} binding.
27972
c86d74cc
TT
27973This key binding uses the bindable Readline function
27974@code{tui-other-window}.
27975
7cf36c78
SC
27976@kindex C-x s
27977@item C-x s
46ba6afa
BW
27978Switch in and out of the TUI SingleKey mode that binds single
27979keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c86d74cc
TT
27980
27981This key binding uses the bindable Readline function
27982@code{next-keymap}.
c906108c
SS
27983@end table
27984
46ba6afa 27985The following key bindings only work in the TUI mode:
5d161b24 27986
46ba6afa 27987@table @asis
8e04817f 27988@kindex PgUp
46ba6afa 27989@item @key{PgUp}
8e04817f 27990Scroll the active window one page up.
c906108c 27991
8e04817f 27992@kindex PgDn
46ba6afa 27993@item @key{PgDn}
8e04817f 27994Scroll the active window one page down.
c906108c 27995
8e04817f 27996@kindex Up
46ba6afa 27997@item @key{Up}
8e04817f 27998Scroll the active window one line up.
c906108c 27999
8e04817f 28000@kindex Down
46ba6afa 28001@item @key{Down}
8e04817f 28002Scroll the active window one line down.
c906108c 28003
8e04817f 28004@kindex Left
46ba6afa 28005@item @key{Left}
8e04817f 28006Scroll the active window one column left.
c906108c 28007
8e04817f 28008@kindex Right
46ba6afa 28009@item @key{Right}
8e04817f 28010Scroll the active window one column right.
c906108c 28011
8e04817f 28012@kindex C-L
46ba6afa 28013@item @kbd{C-L}
8e04817f 28014Refresh the screen.
8e04817f 28015@end table
c906108c 28016
46ba6afa
BW
28017Because the arrow keys scroll the active window in the TUI mode, they
28018are not available for their normal use by readline unless the command
28019window has the focus. When another window is active, you must use
28020other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
28021and @kbd{C-f} to control the command window.
8e04817f 28022
7cf36c78
SC
28023@node TUI Single Key Mode
28024@section TUI Single Key Mode
28025@cindex TUI single key mode
28026
46ba6afa
BW
28027The TUI also provides a @dfn{SingleKey} mode, which binds several
28028frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
28029switch into this mode, where the following key bindings are used:
7cf36c78
SC
28030
28031@table @kbd
28032@kindex c @r{(SingleKey TUI key)}
28033@item c
28034continue
28035
28036@kindex d @r{(SingleKey TUI key)}
28037@item d
28038down
28039
28040@kindex f @r{(SingleKey TUI key)}
28041@item f
28042finish
28043
28044@kindex n @r{(SingleKey TUI key)}
28045@item n
28046next
28047
a5afdb16
RK
28048@kindex o @r{(SingleKey TUI key)}
28049@item o
28050nexti. The shortcut letter @samp{o} stands for ``step Over''.
28051
7cf36c78
SC
28052@kindex q @r{(SingleKey TUI key)}
28053@item q
46ba6afa 28054exit the SingleKey mode.
7cf36c78
SC
28055
28056@kindex r @r{(SingleKey TUI key)}
28057@item r
28058run
28059
28060@kindex s @r{(SingleKey TUI key)}
28061@item s
28062step
28063
a5afdb16
RK
28064@kindex i @r{(SingleKey TUI key)}
28065@item i
28066stepi. The shortcut letter @samp{i} stands for ``step Into''.
28067
7cf36c78
SC
28068@kindex u @r{(SingleKey TUI key)}
28069@item u
28070up
28071
28072@kindex v @r{(SingleKey TUI key)}
28073@item v
28074info locals
28075
28076@kindex w @r{(SingleKey TUI key)}
28077@item w
28078where
7cf36c78
SC
28079@end table
28080
28081Other keys temporarily switch to the @value{GDBN} command prompt.
28082The key that was pressed is inserted in the editing buffer so that
28083it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
28084with the TUI SingleKey mode. Once the command is entered the TUI
28085SingleKey mode is restored. The only way to permanently leave
7f9087cb 28086this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78 28087
11061048
TT
28088@cindex SingleKey keymap name
28089If @value{GDBN} was built with Readline 8.0 or later, the TUI
28090SingleKey keymap will be named @samp{SingleKey}. This can be used in
28091@file{.inputrc} to add additional bindings to this keymap.
7cf36c78 28092
8e04817f 28093@node TUI Commands
db2e3e2e 28094@section TUI-specific Commands
8e04817f
AC
28095@cindex TUI commands
28096
28097The TUI has specific commands to control the text windows.
46ba6afa
BW
28098These commands are always available, even when @value{GDBN} is not in
28099the TUI mode. When @value{GDBN} is in the standard mode, most
28100of these commands will automatically switch to the TUI mode.
c906108c 28101
ff12863f
PA
28102Note that if @value{GDBN}'s @code{stdout} is not connected to a
28103terminal, or @value{GDBN} has been started with the machine interface
28104interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
28105these commands will fail with an error, because it would not be
28106possible or desirable to enable curses window management.
28107
c906108c 28108@table @code
a4ea0946
AB
28109@item tui enable
28110@kindex tui enable
28111Activate TUI mode. The last active TUI window layout will be used if
760f7560 28112TUI mode has previously been used in the current debugging session,
a4ea0946
AB
28113otherwise a default layout is used.
28114
28115@item tui disable
28116@kindex tui disable
28117Disable TUI mode, returning to the console interpreter.
28118
3d757584
SC
28119@item info win
28120@kindex info win
28121List and give the size of all displayed windows.
28122
ee325b61
TT
28123@item tui new-layout @var{name} @var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}
28124@kindex tui new-layout
28125Create a new TUI layout. The new layout will be named @var{name}, and
28126can be accessed using the @code{layout} command (see below).
28127
7c043ba6
TT
28128Each @var{window} parameter is either the name of a window to display,
28129or a window description. The windows will be displayed from top to
28130bottom in the order listed.
28131
28132The names of the windows are the same as the ones given to the
ee325b61 28133@code{focus} command (see below); additional, the @code{status}
7c043ba6
TT
28134window can be specified. Note that, because it is of fixed height,
28135the weight assigned to the status window is of no importance. It is
28136conventional to use @samp{0} here.
28137
28138A window description looks a bit like an invocation of @code{tui
28139new-layout}, and is of the form
28140@{@r{[}@code{-horizontal}@r{]}@var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}@}.
28141
28142This specifies a sub-layout. If @code{-horizontal} is given, the
28143windows in this description will be arranged side-by-side, rather than
28144top-to-bottom.
ee325b61
TT
28145
28146Each @var{weight} is an integer. It is the weight of this window
28147relative to all the other windows in the layout. These numbers are
28148used to calculate how much of the screen is given to each window.
28149
28150For example:
28151
28152@example
28153(gdb) tui new-layout example src 1 regs 1 status 0 cmd 1
28154@end example
28155
28156Here, the new layout is called @samp{example}. It shows the source
28157and register windows, followed by the status window, and then finally
28158the command window. The non-status windows all have the same weight,
28159so the terminal will be split into three roughly equal sections.
28160
7c043ba6
TT
28161Here is a more complex example, showing a horizontal layout:
28162
28163@example
28164(gdb) tui new-layout example @{-horizontal src 1 asm 1@} 2 status 0 cmd 1
28165@end example
28166
28167This will result in side-by-side source and assembly windows; with the
28168status and command window being beneath these, filling the entire
28169width of the terminal. Because they have weight 2, the source and
28170assembly windows will be twice the height of the command window.
28171
6008fc5f 28172@item layout @var{name}
4644b6e3 28173@kindex layout
ee325b61
TT
28174Changes which TUI windows are displayed. The @var{name} parameter
28175controls which layout is shown. It can be either one of the built-in
28176layout names, or the name of a layout defined by the user using
28177@code{tui new-layout}.
28178
28179The built-in layouts are as follows:
6008fc5f
AB
28180
28181@table @code
28182@item next
8e04817f 28183Display the next layout.
2df3850c 28184
6008fc5f 28185@item prev
8e04817f 28186Display the previous layout.
c906108c 28187
6008fc5f
AB
28188@item src
28189Display the source and command windows.
c906108c 28190
6008fc5f
AB
28191@item asm
28192Display the assembly and command windows.
c906108c 28193
6008fc5f
AB
28194@item split
28195Display the source, assembly, and command windows.
c906108c 28196
6008fc5f
AB
28197@item regs
28198When in @code{src} layout display the register, source, and command
28199windows. When in @code{asm} or @code{split} layout display the
28200register, assembler, and command windows.
28201@end table
8e04817f 28202
6008fc5f 28203@item focus @var{name}
8e04817f 28204@kindex focus
6008fc5f
AB
28205Changes which TUI window is currently active for scrolling. The
28206@var{name} parameter can be any of the following:
28207
28208@table @code
28209@item next
46ba6afa
BW
28210Make the next window active for scrolling.
28211
6008fc5f 28212@item prev
46ba6afa
BW
28213Make the previous window active for scrolling.
28214
6008fc5f 28215@item src
46ba6afa
BW
28216Make the source window active for scrolling.
28217
6008fc5f 28218@item asm
46ba6afa
BW
28219Make the assembly window active for scrolling.
28220
6008fc5f 28221@item regs
46ba6afa
BW
28222Make the register window active for scrolling.
28223
6008fc5f 28224@item cmd
46ba6afa 28225Make the command window active for scrolling.
6008fc5f 28226@end table
c906108c 28227
8e04817f
AC
28228@item refresh
28229@kindex refresh
7f9087cb 28230Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 28231
51f0e40d 28232@item tui reg @var{group}
6a1b180d 28233@kindex tui reg
51f0e40d
AB
28234Changes the register group displayed in the tui register window to
28235@var{group}. If the register window is not currently displayed this
28236command will cause the register window to be displayed. The list of
28237register groups, as well as their order is target specific. The
28238following groups are available on most targets:
28239@table @code
28240@item next
28241Repeatedly selecting this group will cause the display to cycle
28242through all of the available register groups.
28243
28244@item prev
28245Repeatedly selecting this group will cause the display to cycle
28246through all of the available register groups in the reverse order to
28247@var{next}.
28248
28249@item general
28250Display the general registers.
28251@item float
28252Display the floating point registers.
28253@item system
28254Display the system registers.
28255@item vector
28256Display the vector registers.
28257@item all
28258Display all registers.
28259@end table
6a1b180d 28260
8e04817f
AC
28261@item update
28262@kindex update
28263Update the source window and the current execution point.
c906108c 28264
8e04817f
AC
28265@item winheight @var{name} +@var{count}
28266@itemx winheight @var{name} -@var{count}
28267@kindex winheight
28268Change the height of the window @var{name} by @var{count}
28269lines. Positive counts increase the height, while negative counts
bf555842
EZ
28270decrease it. The @var{name} parameter can be one of @code{src} (the
28271source window), @code{cmd} (the command window), @code{asm} (the
28272disassembly window), or @code{regs} (the register display window).
d6677607 28273@end table
2df3850c 28274
8e04817f 28275@node TUI Configuration
79a6e687 28276@section TUI Configuration Variables
8e04817f 28277@cindex TUI configuration variables
c906108c 28278
46ba6afa 28279Several configuration variables control the appearance of TUI windows.
c906108c 28280
8e04817f
AC
28281@table @code
28282@item set tui border-kind @var{kind}
28283@kindex set tui border-kind
28284Select the border appearance for the source, assembly and register windows.
28285The possible values are the following:
28286@table @code
28287@item space
28288Use a space character to draw the border.
c906108c 28289
8e04817f 28290@item ascii
46ba6afa 28291Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 28292
8e04817f
AC
28293@item acs
28294Use the Alternate Character Set to draw the border. The border is
28295drawn using character line graphics if the terminal supports them.
8e04817f 28296@end table
c78b4128 28297
8e04817f
AC
28298@item set tui border-mode @var{mode}
28299@kindex set tui border-mode
46ba6afa
BW
28300@itemx set tui active-border-mode @var{mode}
28301@kindex set tui active-border-mode
28302Select the display attributes for the borders of the inactive windows
28303or the active window. The @var{mode} can be one of the following:
8e04817f
AC
28304@table @code
28305@item normal
28306Use normal attributes to display the border.
c906108c 28307
8e04817f
AC
28308@item standout
28309Use standout mode.
c906108c 28310
8e04817f
AC
28311@item reverse
28312Use reverse video mode.
c906108c 28313
8e04817f
AC
28314@item half
28315Use half bright mode.
c906108c 28316
8e04817f
AC
28317@item half-standout
28318Use half bright and standout mode.
c906108c 28319
8e04817f
AC
28320@item bold
28321Use extra bright or bold mode.
c78b4128 28322
8e04817f
AC
28323@item bold-standout
28324Use extra bright or bold and standout mode.
8e04817f 28325@end table
7806cea7
TT
28326
28327@item set tui tab-width @var{nchars}
28328@kindex set tui tab-width
28329@kindex tabset
28330Set the width of tab stops to be @var{nchars} characters. This
28331setting affects the display of TAB characters in the source and
28332assembly windows.
d1da6b01
TT
28333
28334@item set tui compact-source @r{[}on@r{|}off@r{]}
28335@kindex set tui compact-source
28336Set whether the TUI source window is displayed in ``compact'' form.
28337The default display uses more space for line numbers and starts the
28338source text at the next tab stop; the compact display uses only as
28339much space as is needed for the line numbers in the current file, and
28340only a single space to separate the line numbers from the source.
7806cea7 28341@end table
c78b4128 28342
a2a7af0c
TT
28343Note that the colors of the TUI borders can be controlled using the
28344appropriate @code{set style} commands. @xref{Output Styling}.
28345
8e04817f
AC
28346@node Emacs
28347@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 28348
8e04817f
AC
28349@cindex Emacs
28350@cindex @sc{gnu} Emacs
28351A special interface allows you to use @sc{gnu} Emacs to view (and
28352edit) the source files for the program you are debugging with
28353@value{GDBN}.
c906108c 28354
8e04817f
AC
28355To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
28356executable file you want to debug as an argument. This command starts
28357@value{GDBN} as a subprocess of Emacs, with input and output through a newly
28358created Emacs buffer.
28359@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 28360
5e252a2e 28361Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 28362things:
c906108c 28363
8e04817f
AC
28364@itemize @bullet
28365@item
5e252a2e
NR
28366All ``terminal'' input and output goes through an Emacs buffer, called
28367the GUD buffer.
c906108c 28368
8e04817f
AC
28369This applies both to @value{GDBN} commands and their output, and to the input
28370and output done by the program you are debugging.
bf0184be 28371
8e04817f
AC
28372This is useful because it means that you can copy the text of previous
28373commands and input them again; you can even use parts of the output
28374in this way.
bf0184be 28375
8e04817f
AC
28376All the facilities of Emacs' Shell mode are available for interacting
28377with your program. In particular, you can send signals the usual
28378way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
28379stop.
bf0184be
ND
28380
28381@item
8e04817f 28382@value{GDBN} displays source code through Emacs.
bf0184be 28383
8e04817f
AC
28384Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
28385source file for that frame and puts an arrow (@samp{=>}) at the
28386left margin of the current line. Emacs uses a separate buffer for
28387source display, and splits the screen to show both your @value{GDBN} session
28388and the source.
bf0184be 28389
8e04817f
AC
28390Explicit @value{GDBN} @code{list} or search commands still produce output as
28391usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
28392@end itemize
28393
28394We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
28395a graphical mode, enabled by default, which provides further buffers
28396that can control the execution and describe the state of your program.
28397@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 28398
64fabec2
AC
28399If you specify an absolute file name when prompted for the @kbd{M-x
28400gdb} argument, then Emacs sets your current working directory to where
28401your program resides. If you only specify the file name, then Emacs
7a9dd1b2 28402sets your current working directory to the directory associated
64fabec2
AC
28403with the previous buffer. In this case, @value{GDBN} may find your
28404program by searching your environment's @code{PATH} variable, but on
28405some operating systems it might not find the source. So, although the
28406@value{GDBN} input and output session proceeds normally, the auxiliary
28407buffer does not display the current source and line of execution.
28408
28409The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
28410line of the GUD buffer and this serves as a default for the commands
28411that specify files for @value{GDBN} to operate on. @xref{Files,
28412,Commands to Specify Files}.
64fabec2
AC
28413
28414By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
28415need to call @value{GDBN} by a different name (for example, if you
28416keep several configurations around, with different names) you can
28417customize the Emacs variable @code{gud-gdb-command-name} to run the
28418one you want.
8e04817f 28419
5e252a2e 28420In the GUD buffer, you can use these special Emacs commands in
8e04817f 28421addition to the standard Shell mode commands:
c906108c 28422
8e04817f
AC
28423@table @kbd
28424@item C-h m
5e252a2e 28425Describe the features of Emacs' GUD Mode.
c906108c 28426
64fabec2 28427@item C-c C-s
8e04817f
AC
28428Execute to another source line, like the @value{GDBN} @code{step} command; also
28429update the display window to show the current file and location.
c906108c 28430
64fabec2 28431@item C-c C-n
8e04817f
AC
28432Execute to next source line in this function, skipping all function
28433calls, like the @value{GDBN} @code{next} command. Then update the display window
28434to show the current file and location.
c906108c 28435
64fabec2 28436@item C-c C-i
8e04817f
AC
28437Execute one instruction, like the @value{GDBN} @code{stepi} command; update
28438display window accordingly.
c906108c 28439
8e04817f
AC
28440@item C-c C-f
28441Execute until exit from the selected stack frame, like the @value{GDBN}
28442@code{finish} command.
c906108c 28443
64fabec2 28444@item C-c C-r
8e04817f
AC
28445Continue execution of your program, like the @value{GDBN} @code{continue}
28446command.
b433d00b 28447
64fabec2 28448@item C-c <
8e04817f
AC
28449Go up the number of frames indicated by the numeric argument
28450(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
28451like the @value{GDBN} @code{up} command.
b433d00b 28452
64fabec2 28453@item C-c >
8e04817f
AC
28454Go down the number of frames indicated by the numeric argument, like the
28455@value{GDBN} @code{down} command.
8e04817f 28456@end table
c906108c 28457
7f9087cb 28458In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 28459tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 28460
5e252a2e
NR
28461In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
28462separate frame which shows a backtrace when the GUD buffer is current.
28463Move point to any frame in the stack and type @key{RET} to make it
28464become the current frame and display the associated source in the
28465source buffer. Alternatively, click @kbd{Mouse-2} to make the
28466selected frame become the current one. In graphical mode, the
28467speedbar displays watch expressions.
64fabec2 28468
8e04817f
AC
28469If you accidentally delete the source-display buffer, an easy way to get
28470it back is to type the command @code{f} in the @value{GDBN} buffer, to
28471request a frame display; when you run under Emacs, this recreates
28472the source buffer if necessary to show you the context of the current
28473frame.
c906108c 28474
8e04817f
AC
28475The source files displayed in Emacs are in ordinary Emacs buffers
28476which are visiting the source files in the usual way. You can edit
28477the files with these buffers if you wish; but keep in mind that @value{GDBN}
28478communicates with Emacs in terms of line numbers. If you add or
28479delete lines from the text, the line numbers that @value{GDBN} knows cease
28480to correspond properly with the code.
b383017d 28481
5e252a2e
NR
28482A more detailed description of Emacs' interaction with @value{GDBN} is
28483given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
28484Emacs Manual}).
c906108c 28485
922fbb7b
AC
28486@node GDB/MI
28487@chapter The @sc{gdb/mi} Interface
28488
28489@unnumberedsec Function and Purpose
28490
28491@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
28492@sc{gdb/mi} is a line based machine oriented text interface to
28493@value{GDBN} and is activated by specifying using the
28494@option{--interpreter} command line option (@pxref{Mode Options}). It
28495is specifically intended to support the development of systems which
28496use the debugger as just one small component of a larger system.
922fbb7b
AC
28497
28498This chapter is a specification of the @sc{gdb/mi} interface. It is written
28499in the form of a reference manual.
28500
28501Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
28502features described below are incomplete and subject to change
28503(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
28504
28505@unnumberedsec Notation and Terminology
28506
28507@cindex notational conventions, for @sc{gdb/mi}
28508This chapter uses the following notation:
28509
28510@itemize @bullet
28511@item
28512@code{|} separates two alternatives.
28513
28514@item
28515@code{[ @var{something} ]} indicates that @var{something} is optional:
28516it may or may not be given.
28517
28518@item
28519@code{( @var{group} )*} means that @var{group} inside the parentheses
28520may repeat zero or more times.
28521
28522@item
28523@code{( @var{group} )+} means that @var{group} inside the parentheses
28524may repeat one or more times.
28525
28526@item
28527@code{"@var{string}"} means a literal @var{string}.
28528@end itemize
28529
28530@ignore
28531@heading Dependencies
28532@end ignore
28533
922fbb7b 28534@menu
c3b108f7 28535* GDB/MI General Design::
922fbb7b
AC
28536* GDB/MI Command Syntax::
28537* GDB/MI Compatibility with CLI::
af6eff6f 28538* GDB/MI Development and Front Ends::
922fbb7b 28539* GDB/MI Output Records::
ef21caaf 28540* GDB/MI Simple Examples::
922fbb7b 28541* GDB/MI Command Description Format::
ef21caaf 28542* GDB/MI Breakpoint Commands::
3fa7bf06 28543* GDB/MI Catchpoint Commands::
a2c02241
NR
28544* GDB/MI Program Context::
28545* GDB/MI Thread Commands::
5d77fe44 28546* GDB/MI Ada Tasking Commands::
a2c02241
NR
28547* GDB/MI Program Execution::
28548* GDB/MI Stack Manipulation::
28549* GDB/MI Variable Objects::
922fbb7b 28550* GDB/MI Data Manipulation::
a2c02241
NR
28551* GDB/MI Tracepoint Commands::
28552* GDB/MI Symbol Query::
351ff01a 28553* GDB/MI File Commands::
922fbb7b
AC
28554@ignore
28555* GDB/MI Kod Commands::
28556* GDB/MI Memory Overlay Commands::
28557* GDB/MI Signal Handling Commands::
28558@end ignore
922fbb7b 28559* GDB/MI Target Manipulation::
a6b151f1 28560* GDB/MI File Transfer Commands::
58d06528 28561* GDB/MI Ada Exceptions Commands::
d192b373 28562* GDB/MI Support Commands::
ef21caaf 28563* GDB/MI Miscellaneous Commands::
922fbb7b
AC
28564@end menu
28565
c3b108f7
VP
28566@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28567@node GDB/MI General Design
28568@section @sc{gdb/mi} General Design
28569@cindex GDB/MI General Design
28570
28571Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
28572parts---commands sent to @value{GDBN}, responses to those commands
28573and notifications. Each command results in exactly one response,
28574indicating either successful completion of the command, or an error.
28575For the commands that do not resume the target, the response contains the
28576requested information. For the commands that resume the target, the
28577response only indicates whether the target was successfully resumed.
28578Notifications is the mechanism for reporting changes in the state of the
28579target, or in @value{GDBN} state, that cannot conveniently be associated with
28580a command and reported as part of that command response.
28581
28582The important examples of notifications are:
28583@itemize @bullet
28584
28585@item
28586Exec notifications. These are used to report changes in
28587target state---when a target is resumed, or stopped. It would not
28588be feasible to include this information in response of resuming
28589commands, because one resume commands can result in multiple events in
28590different threads. Also, quite some time may pass before any event
28591happens in the target, while a frontend needs to know whether the resuming
28592command itself was successfully executed.
28593
28594@item
28595Console output, and status notifications. Console output
28596notifications are used to report output of CLI commands, as well as
28597diagnostics for other commands. Status notifications are used to
28598report the progress of a long-running operation. Naturally, including
28599this information in command response would mean no output is produced
28600until the command is finished, which is undesirable.
28601
28602@item
28603General notifications. Commands may have various side effects on
28604the @value{GDBN} or target state beyond their official purpose. For example,
28605a command may change the selected thread. Although such changes can
28606be included in command response, using notification allows for more
28607orthogonal frontend design.
28608
28609@end itemize
28610
28611There's no guarantee that whenever an MI command reports an error,
28612@value{GDBN} or the target are in any specific state, and especially,
28613the state is not reverted to the state before the MI command was
28614processed. Therefore, whenever an MI command results in an error,
28615we recommend that the frontend refreshes all the information shown in
28616the user interface.
28617
508094de
NR
28618
28619@menu
28620* Context management::
28621* Asynchronous and non-stop modes::
28622* Thread groups::
28623@end menu
28624
28625@node Context management
c3b108f7
VP
28626@subsection Context management
28627
403cb6b1
JB
28628@subsubsection Threads and Frames
28629
c3b108f7
VP
28630In most cases when @value{GDBN} accesses the target, this access is
28631done in context of a specific thread and frame (@pxref{Frames}).
28632Often, even when accessing global data, the target requires that a thread
28633be specified. The CLI interface maintains the selected thread and frame,
28634and supplies them to target on each command. This is convenient,
28635because a command line user would not want to specify that information
28636explicitly on each command, and because user interacts with
28637@value{GDBN} via a single terminal, so no confusion is possible as
28638to what thread and frame are the current ones.
28639
28640In the case of MI, the concept of selected thread and frame is less
28641useful. First, a frontend can easily remember this information
28642itself. Second, a graphical frontend can have more than one window,
28643each one used for debugging a different thread, and the frontend might
28644want to access additional threads for internal purposes. This
28645increases the risk that by relying on implicitly selected thread, the
28646frontend may be operating on a wrong one. Therefore, each MI command
28647should explicitly specify which thread and frame to operate on. To
28648make it possible, each MI command accepts the @samp{--thread} and
5d5658a1
PA
28649@samp{--frame} options, the value to each is @value{GDBN} global
28650identifier for thread and frame to operate on.
c3b108f7
VP
28651
28652Usually, each top-level window in a frontend allows the user to select
28653a thread and a frame, and remembers the user selection for further
28654operations. However, in some cases @value{GDBN} may suggest that the
4034d0ff
AT
28655current thread or frame be changed. For example, when stopping on a
28656breakpoint it is reasonable to switch to the thread where breakpoint is
28657hit. For another example, if the user issues the CLI @samp{thread} or
28658@samp{frame} commands via the frontend, it is desirable to change the
28659frontend's selection to the one specified by user. @value{GDBN}
28660communicates the suggestion to change current thread and frame using the
28661@samp{=thread-selected} notification.
c3b108f7
VP
28662
28663Note that historically, MI shares the selected thread with CLI, so
28664frontends used the @code{-thread-select} to execute commands in the
28665right context. However, getting this to work right is cumbersome. The
28666simplest way is for frontend to emit @code{-thread-select} command
28667before every command. This doubles the number of commands that need
28668to be sent. The alternative approach is to suppress @code{-thread-select}
28669if the selected thread in @value{GDBN} is supposed to be identical to the
28670thread the frontend wants to operate on. However, getting this
28671optimization right can be tricky. In particular, if the frontend
28672sends several commands to @value{GDBN}, and one of the commands changes the
28673selected thread, then the behaviour of subsequent commands will
28674change. So, a frontend should either wait for response from such
28675problematic commands, or explicitly add @code{-thread-select} for
28676all subsequent commands. No frontend is known to do this exactly
28677right, so it is suggested to just always pass the @samp{--thread} and
28678@samp{--frame} options.
28679
403cb6b1
JB
28680@subsubsection Language
28681
28682The execution of several commands depends on which language is selected.
28683By default, the current language (@pxref{show language}) is used.
28684But for commands known to be language-sensitive, it is recommended
28685to use the @samp{--language} option. This option takes one argument,
28686which is the name of the language to use while executing the command.
28687For instance:
28688
28689@smallexample
28690-data-evaluate-expression --language c "sizeof (void*)"
28691^done,value="4"
28692(gdb)
28693@end smallexample
28694
28695The valid language names are the same names accepted by the
28696@samp{set language} command (@pxref{Manually}), excluding @samp{auto},
28697@samp{local} or @samp{unknown}.
28698
508094de 28699@node Asynchronous and non-stop modes
c3b108f7
VP
28700@subsection Asynchronous command execution and non-stop mode
28701
28702On some targets, @value{GDBN} is capable of processing MI commands
28703even while the target is running. This is called @dfn{asynchronous
28704command execution} (@pxref{Background Execution}). The frontend may
6b92c0d3 28705specify a preference for asynchronous execution using the
329ea579 28706@code{-gdb-set mi-async 1} command, which should be emitted before
c3b108f7
VP
28707either running the executable or attaching to the target. After the
28708frontend has started the executable or attached to the target, it can
28709find if asynchronous execution is enabled using the
28710@code{-list-target-features} command.
28711
329ea579
PA
28712@table @code
28713@item -gdb-set mi-async on
28714@item -gdb-set mi-async off
28715Set whether MI is in asynchronous mode.
28716
28717When @code{off}, which is the default, MI execution commands (e.g.,
28718@code{-exec-continue}) are foreground commands, and @value{GDBN} waits
28719for the program to stop before processing further commands.
28720
28721When @code{on}, MI execution commands are background execution
28722commands (e.g., @code{-exec-continue} becomes the equivalent of the
28723@code{c&} CLI command), and so @value{GDBN} is capable of processing
28724MI commands even while the target is running.
28725
28726@item -gdb-show mi-async
28727Show whether MI asynchronous mode is enabled.
28728@end table
28729
28730Note: In @value{GDBN} version 7.7 and earlier, this option was called
28731@code{target-async} instead of @code{mi-async}, and it had the effect
28732of both putting MI in asynchronous mode and making CLI background
28733commands possible. CLI background commands are now always possible
28734``out of the box'' if the target supports them. The old spelling is
28735kept as a deprecated alias for backwards compatibility.
28736
c3b108f7
VP
28737Even if @value{GDBN} can accept a command while target is running,
28738many commands that access the target do not work when the target is
28739running. Therefore, asynchronous command execution is most useful
28740when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
28741it is possible to examine the state of one thread, while other threads
28742are running.
28743
28744When a given thread is running, MI commands that try to access the
28745target in the context of that thread may not work, or may work only on
28746some targets. In particular, commands that try to operate on thread's
28747stack will not work, on any target. Commands that read memory, or
28748modify breakpoints, may work or not work, depending on the target. Note
28749that even commands that operate on global state, such as @code{print},
28750@code{set}, and breakpoint commands, still access the target in the
28751context of a specific thread, so frontend should try to find a
28752stopped thread and perform the operation on that thread (using the
28753@samp{--thread} option).
28754
28755Which commands will work in the context of a running thread is
28756highly target dependent. However, the two commands
28757@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
28758to find the state of a thread, will always work.
28759
508094de 28760@node Thread groups
c3b108f7
VP
28761@subsection Thread groups
28762@value{GDBN} may be used to debug several processes at the same time.
6b92c0d3 28763On some platforms, @value{GDBN} may support debugging of several
c3b108f7
VP
28764hardware systems, each one having several cores with several different
28765processes running on each core. This section describes the MI
28766mechanism to support such debugging scenarios.
28767
28768The key observation is that regardless of the structure of the
28769target, MI can have a global list of threads, because most commands that
28770accept the @samp{--thread} option do not need to know what process that
28771thread belongs to. Therefore, it is not necessary to introduce
28772neither additional @samp{--process} option, nor an notion of the
28773current process in the MI interface. The only strictly new feature
28774that is required is the ability to find how the threads are grouped
28775into processes.
28776
28777To allow the user to discover such grouping, and to support arbitrary
28778hierarchy of machines/cores/processes, MI introduces the concept of a
28779@dfn{thread group}. Thread group is a collection of threads and other
28780thread groups. A thread group always has a string identifier, a type,
28781and may have additional attributes specific to the type. A new
28782command, @code{-list-thread-groups}, returns the list of top-level
28783thread groups, which correspond to processes that @value{GDBN} is
28784debugging at the moment. By passing an identifier of a thread group
28785to the @code{-list-thread-groups} command, it is possible to obtain
28786the members of specific thread group.
28787
28788To allow the user to easily discover processes, and other objects, he
28789wishes to debug, a concept of @dfn{available thread group} is
28790introduced. Available thread group is an thread group that
28791@value{GDBN} is not debugging, but that can be attached to, using the
28792@code{-target-attach} command. The list of available top-level thread
28793groups can be obtained using @samp{-list-thread-groups --available}.
28794In general, the content of a thread group may be only retrieved only
28795after attaching to that thread group.
28796
65c574f6 28797Thread groups are related to inferiors (@pxref{Inferiors Connections and
a79b8f6e
VP
28798Programs}). Each inferior corresponds to a thread group of a special
28799type @samp{process}, and some additional operations are permitted on
28800such thread groups.
28801
922fbb7b
AC
28802@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28803@node GDB/MI Command Syntax
28804@section @sc{gdb/mi} Command Syntax
28805
28806@menu
28807* GDB/MI Input Syntax::
28808* GDB/MI Output Syntax::
922fbb7b
AC
28809@end menu
28810
28811@node GDB/MI Input Syntax
28812@subsection @sc{gdb/mi} Input Syntax
28813
28814@cindex input syntax for @sc{gdb/mi}
28815@cindex @sc{gdb/mi}, input syntax
28816@table @code
28817@item @var{command} @expansion{}
28818@code{@var{cli-command} | @var{mi-command}}
28819
28820@item @var{cli-command} @expansion{}
28821@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
28822@var{cli-command} is any existing @value{GDBN} CLI command.
28823
28824@item @var{mi-command} @expansion{}
28825@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
28826@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
28827
28828@item @var{token} @expansion{}
28829"any sequence of digits"
28830
28831@item @var{option} @expansion{}
28832@code{"-" @var{parameter} [ " " @var{parameter} ]}
28833
28834@item @var{parameter} @expansion{}
28835@code{@var{non-blank-sequence} | @var{c-string}}
28836
28837@item @var{operation} @expansion{}
28838@emph{any of the operations described in this chapter}
28839
28840@item @var{non-blank-sequence} @expansion{}
28841@emph{anything, provided it doesn't contain special characters such as
28842"-", @var{nl}, """ and of course " "}
28843
28844@item @var{c-string} @expansion{}
28845@code{""" @var{seven-bit-iso-c-string-content} """}
28846
28847@item @var{nl} @expansion{}
28848@code{CR | CR-LF}
28849@end table
28850
28851@noindent
28852Notes:
28853
28854@itemize @bullet
28855@item
28856The CLI commands are still handled by the @sc{mi} interpreter; their
28857output is described below.
28858
28859@item
28860The @code{@var{token}}, when present, is passed back when the command
28861finishes.
28862
28863@item
28864Some @sc{mi} commands accept optional arguments as part of the parameter
28865list. Each option is identified by a leading @samp{-} (dash) and may be
28866followed by an optional argument parameter. Options occur first in the
28867parameter list and can be delimited from normal parameters using
28868@samp{--} (this is useful when some parameters begin with a dash).
28869@end itemize
28870
28871Pragmatics:
28872
28873@itemize @bullet
28874@item
28875We want easy access to the existing CLI syntax (for debugging).
28876
28877@item
28878We want it to be easy to spot a @sc{mi} operation.
28879@end itemize
28880
28881@node GDB/MI Output Syntax
28882@subsection @sc{gdb/mi} Output Syntax
28883
28884@cindex output syntax of @sc{gdb/mi}
28885@cindex @sc{gdb/mi}, output syntax
28886The output from @sc{gdb/mi} consists of zero or more out-of-band records
28887followed, optionally, by a single result record. This result record
28888is for the most recent command. The sequence of output records is
594fe323 28889terminated by @samp{(gdb)}.
922fbb7b
AC
28890
28891If an input command was prefixed with a @code{@var{token}} then the
28892corresponding output for that command will also be prefixed by that same
28893@var{token}.
28894
28895@table @code
28896@item @var{output} @expansion{}
594fe323 28897@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
28898
28899@item @var{result-record} @expansion{}
28900@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
28901
28902@item @var{out-of-band-record} @expansion{}
28903@code{@var{async-record} | @var{stream-record}}
28904
28905@item @var{async-record} @expansion{}
28906@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
28907
28908@item @var{exec-async-output} @expansion{}
dcf106f3 28909@code{[ @var{token} ] "*" @var{async-output nl}}
922fbb7b
AC
28910
28911@item @var{status-async-output} @expansion{}
dcf106f3 28912@code{[ @var{token} ] "+" @var{async-output nl}}
922fbb7b
AC
28913
28914@item @var{notify-async-output} @expansion{}
dcf106f3 28915@code{[ @var{token} ] "=" @var{async-output nl}}
922fbb7b
AC
28916
28917@item @var{async-output} @expansion{}
dcf106f3 28918@code{@var{async-class} ( "," @var{result} )*}
922fbb7b
AC
28919
28920@item @var{result-class} @expansion{}
28921@code{"done" | "running" | "connected" | "error" | "exit"}
28922
28923@item @var{async-class} @expansion{}
28924@code{"stopped" | @var{others}} (where @var{others} will be added
28925depending on the needs---this is still in development).
28926
28927@item @var{result} @expansion{}
28928@code{ @var{variable} "=" @var{value}}
28929
28930@item @var{variable} @expansion{}
28931@code{ @var{string} }
28932
28933@item @var{value} @expansion{}
28934@code{ @var{const} | @var{tuple} | @var{list} }
28935
28936@item @var{const} @expansion{}
28937@code{@var{c-string}}
28938
28939@item @var{tuple} @expansion{}
28940@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
28941
28942@item @var{list} @expansion{}
28943@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
28944@var{result} ( "," @var{result} )* "]" }
28945
28946@item @var{stream-record} @expansion{}
28947@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
28948
28949@item @var{console-stream-output} @expansion{}
dcf106f3 28950@code{"~" @var{c-string nl}}
922fbb7b
AC
28951
28952@item @var{target-stream-output} @expansion{}
dcf106f3 28953@code{"@@" @var{c-string nl}}
922fbb7b
AC
28954
28955@item @var{log-stream-output} @expansion{}
dcf106f3 28956@code{"&" @var{c-string nl}}
922fbb7b
AC
28957
28958@item @var{nl} @expansion{}
28959@code{CR | CR-LF}
28960
28961@item @var{token} @expansion{}
28962@emph{any sequence of digits}.
28963@end table
28964
28965@noindent
28966Notes:
28967
28968@itemize @bullet
28969@item
28970All output sequences end in a single line containing a period.
28971
28972@item
721c02de
VP
28973The @code{@var{token}} is from the corresponding request. Note that
28974for all async output, while the token is allowed by the grammar and
28975may be output by future versions of @value{GDBN} for select async
28976output messages, it is generally omitted. Frontends should treat
28977all async output as reporting general changes in the state of the
28978target and there should be no need to associate async output to any
28979prior command.
922fbb7b
AC
28980
28981@item
28982@cindex status output in @sc{gdb/mi}
28983@var{status-async-output} contains on-going status information about the
28984progress of a slow operation. It can be discarded. All status output is
28985prefixed by @samp{+}.
28986
28987@item
28988@cindex async output in @sc{gdb/mi}
28989@var{exec-async-output} contains asynchronous state change on the target
28990(stopped, started, disappeared). All async output is prefixed by
28991@samp{*}.
28992
28993@item
28994@cindex notify output in @sc{gdb/mi}
28995@var{notify-async-output} contains supplementary information that the
28996client should handle (e.g., a new breakpoint information). All notify
28997output is prefixed by @samp{=}.
28998
28999@item
29000@cindex console output in @sc{gdb/mi}
29001@var{console-stream-output} is output that should be displayed as is in the
29002console. It is the textual response to a CLI command. All the console
29003output is prefixed by @samp{~}.
29004
29005@item
29006@cindex target output in @sc{gdb/mi}
29007@var{target-stream-output} is the output produced by the target program.
29008All the target output is prefixed by @samp{@@}.
29009
29010@item
29011@cindex log output in @sc{gdb/mi}
29012@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
29013instance messages that should be displayed as part of an error log. All
29014the log output is prefixed by @samp{&}.
29015
29016@item
29017@cindex list output in @sc{gdb/mi}
29018New @sc{gdb/mi} commands should only output @var{lists} containing
29019@var{values}.
29020
29021
29022@end itemize
29023
29024@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
29025details about the various output records.
29026
922fbb7b
AC
29027@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29028@node GDB/MI Compatibility with CLI
29029@section @sc{gdb/mi} Compatibility with CLI
29030
29031@cindex compatibility, @sc{gdb/mi} and CLI
29032@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 29033
a2c02241
NR
29034For the developers convenience CLI commands can be entered directly,
29035but there may be some unexpected behaviour. For example, commands
29036that query the user will behave as if the user replied yes, breakpoint
29037command lists are not executed and some CLI commands, such as
29038@code{if}, @code{when} and @code{define}, prompt for further input with
29039@samp{>}, which is not valid MI output.
ef21caaf
NR
29040
29041This feature may be removed at some stage in the future and it is
a2c02241
NR
29042recommended that front ends use the @code{-interpreter-exec} command
29043(@pxref{-interpreter-exec}).
922fbb7b 29044
af6eff6f
NR
29045@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29046@node GDB/MI Development and Front Ends
29047@section @sc{gdb/mi} Development and Front Ends
29048@cindex @sc{gdb/mi} development
29049
29050The application which takes the MI output and presents the state of the
29051program being debugged to the user is called a @dfn{front end}.
29052
1fea0d53
SM
29053Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
29054to the MI interface may break existing usage. This section describes how the
29055protocol changes and how to request previous version of the protocol when it
29056does.
af6eff6f
NR
29057
29058Some changes in MI need not break a carefully designed front end, and
29059for these the MI version will remain unchanged. The following is a
29060list of changes that may occur within one level, so front ends should
29061parse MI output in a way that can handle them:
29062
29063@itemize @bullet
29064@item
29065New MI commands may be added.
29066
29067@item
29068New fields may be added to the output of any MI command.
29069
36ece8b3
NR
29070@item
29071The range of values for fields with specified values, e.g.,
9f708cb2 29072@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 29073
af6eff6f
NR
29074@c The format of field's content e.g type prefix, may change so parse it
29075@c at your own risk. Yes, in general?
29076
29077@c The order of fields may change? Shouldn't really matter but it might
29078@c resolve inconsistencies.
29079@end itemize
29080
29081If the changes are likely to break front ends, the MI version level
1fea0d53
SM
29082will be increased by one. The new versions of the MI protocol are not compatible
29083with the old versions. Old versions of MI remain available, allowing front ends
29084to keep using them until they are modified to use the latest MI version.
af6eff6f 29085
1fea0d53
SM
29086Since @code{--interpreter=mi} always points to the latest MI version, it is
29087recommended that front ends request a specific version of MI when launching
29088@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
29089interpreter with the MI version they expect.
29090
09f2921c 29091The following table gives a summary of the released versions of the MI
1fea0d53
SM
29092interface: the version number, the version of GDB in which it first appeared
29093and the breaking changes compared to the previous version.
29094
29095@multitable @columnfractions .05 .05 .9
29096@headitem MI version @tab GDB version @tab Breaking changes
29097
29098@item
29099@center 1
29100@tab
29101@center 5.1
29102@tab
29103None
29104
29105@item
29106@center 2
29107@tab
29108@center 6.0
29109@tab
29110
29111@itemize
29112@item
29113The @code{-environment-pwd}, @code{-environment-directory} and
29114@code{-environment-path} commands now returns values using the MI output
29115syntax, rather than CLI output syntax.
29116
29117@item
29118@code{-var-list-children}'s @code{children} result field is now a list, rather
29119than a tuple.
29120
29121@item
29122@code{-var-update}'s @code{changelist} result field is now a list, rather than
29123a tuple.
29124@end itemize
29125
b4be1b06
SM
29126@item
29127@center 3
29128@tab
29129@center 9.1
29130@tab
29131
29132@itemize
29133@item
29134The output of information about multi-location breakpoints has changed in the
29135responses to the @code{-break-insert} and @code{-break-info} commands, as well
29136as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
29137The multiple locations are now placed in a @code{locations} field, whose value
29138is a list.
29139@end itemize
29140
1fea0d53 29141@end multitable
af6eff6f 29142
b4be1b06
SM
29143If your front end cannot yet migrate to a more recent version of the
29144MI protocol, you can nevertheless selectively enable specific features
29145available in those recent MI versions, using the following commands:
29146
29147@table @code
29148
29149@item -fix-multi-location-breakpoint-output
29150Use the output for multi-location breakpoints which was introduced by
29151MI 3, even when using MI versions 2 or 1. This command has no
29152effect when using MI version 3 or later.
29153
5c85e20d 29154@end table
b4be1b06 29155
af6eff6f
NR
29156The best way to avoid unexpected changes in MI that might break your front
29157end is to make your project known to @value{GDBN} developers and
7a9a6b69 29158follow development on @email{gdb@@sourceware.org} and
fa0f268d 29159@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
29160@cindex mailing lists
29161
922fbb7b
AC
29162@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29163@node GDB/MI Output Records
29164@section @sc{gdb/mi} Output Records
29165
29166@menu
29167* GDB/MI Result Records::
29168* GDB/MI Stream Records::
82f68b1c 29169* GDB/MI Async Records::
54516a0b 29170* GDB/MI Breakpoint Information::
c3b108f7 29171* GDB/MI Frame Information::
dc146f7c 29172* GDB/MI Thread Information::
4368ebeb 29173* GDB/MI Ada Exception Information::
922fbb7b
AC
29174@end menu
29175
29176@node GDB/MI Result Records
29177@subsection @sc{gdb/mi} Result Records
29178
29179@cindex result records in @sc{gdb/mi}
29180@cindex @sc{gdb/mi}, result records
29181In addition to a number of out-of-band notifications, the response to a
29182@sc{gdb/mi} command includes one of the following result indications:
29183
29184@table @code
29185@findex ^done
29186@item "^done" [ "," @var{results} ]
29187The synchronous operation was successful, @code{@var{results}} are the return
29188values.
29189
29190@item "^running"
29191@findex ^running
8e9c5e02
VP
29192This result record is equivalent to @samp{^done}. Historically, it
29193was output instead of @samp{^done} if the command has resumed the
29194target. This behaviour is maintained for backward compatibility, but
29195all frontends should treat @samp{^done} and @samp{^running}
29196identically and rely on the @samp{*running} output record to determine
29197which threads are resumed.
922fbb7b 29198
ef21caaf
NR
29199@item "^connected"
29200@findex ^connected
3f94c067 29201@value{GDBN} has connected to a remote target.
ef21caaf 29202
2ea126fa 29203@item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
922fbb7b 29204@findex ^error
2ea126fa
JB
29205The operation failed. The @code{msg=@var{c-string}} variable contains
29206the corresponding error message.
29207
29208If present, the @code{code=@var{c-string}} variable provides an error
29209code on which consumers can rely on to detect the corresponding
29210error condition. At present, only one error code is defined:
29211
29212@table @samp
29213@item "undefined-command"
29214Indicates that the command causing the error does not exist.
29215@end table
ef21caaf
NR
29216
29217@item "^exit"
29218@findex ^exit
3f94c067 29219@value{GDBN} has terminated.
ef21caaf 29220
922fbb7b
AC
29221@end table
29222
29223@node GDB/MI Stream Records
29224@subsection @sc{gdb/mi} Stream Records
29225
29226@cindex @sc{gdb/mi}, stream records
29227@cindex stream records in @sc{gdb/mi}
29228@value{GDBN} internally maintains a number of output streams: the console, the
29229target, and the log. The output intended for each of these streams is
29230funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
29231
29232Each stream record begins with a unique @dfn{prefix character} which
29233identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
29234Syntax}). In addition to the prefix, each stream record contains a
29235@code{@var{string-output}}. This is either raw text (with an implicit new
29236line) or a quoted C string (which does not contain an implicit newline).
29237
29238@table @code
29239@item "~" @var{string-output}
29240The console output stream contains text that should be displayed in the
29241CLI console window. It contains the textual responses to CLI commands.
29242
29243@item "@@" @var{string-output}
29244The target output stream contains any textual output from the running
ef21caaf
NR
29245target. This is only present when GDB's event loop is truly
29246asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
29247
29248@item "&" @var{string-output}
29249The log stream contains debugging messages being produced by @value{GDBN}'s
29250internals.
29251@end table
29252
82f68b1c
VP
29253@node GDB/MI Async Records
29254@subsection @sc{gdb/mi} Async Records
922fbb7b 29255
82f68b1c
VP
29256@cindex async records in @sc{gdb/mi}
29257@cindex @sc{gdb/mi}, async records
29258@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 29259additional changes that have occurred. Those changes can either be a
82f68b1c 29260consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
29261target activity (e.g., target stopped).
29262
8eb41542 29263The following is the list of possible async records:
922fbb7b
AC
29264
29265@table @code
034dad6f 29266
e1ac3328 29267@item *running,thread-id="@var{thread}"
5d5658a1 29268The target is now running. The @var{thread} field can be the global
09f2921c 29269thread ID of the thread that is now running, and it can be
5d5658a1
PA
29270@samp{all} if all threads are running. The frontend should assume
29271that no interaction with a running thread is possible after this
29272notification is produced. The frontend should not assume that this
29273notification is output only once for any command. @value{GDBN} may
29274emit this notification several times, either for different threads,
29275because it cannot resume all threads together, or even for a single
29276thread, if the thread must be stepped though some code before letting
29277it run freely.
e1ac3328 29278
dc146f7c 29279@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
82f68b1c
VP
29280The target has stopped. The @var{reason} field can have one of the
29281following values:
034dad6f
BR
29282
29283@table @code
29284@item breakpoint-hit
29285A breakpoint was reached.
29286@item watchpoint-trigger
29287A watchpoint was triggered.
29288@item read-watchpoint-trigger
29289A read watchpoint was triggered.
29290@item access-watchpoint-trigger
29291An access watchpoint was triggered.
29292@item function-finished
29293An -exec-finish or similar CLI command was accomplished.
29294@item location-reached
29295An -exec-until or similar CLI command was accomplished.
29296@item watchpoint-scope
29297A watchpoint has gone out of scope.
29298@item end-stepping-range
29299An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
29300similar CLI command was accomplished.
29301@item exited-signalled
29302The inferior exited because of a signal.
29303@item exited
29304The inferior exited.
29305@item exited-normally
29306The inferior exited normally.
29307@item signal-received
29308A signal was received by the inferior.
36dfb11c
TT
29309@item solib-event
29310The inferior has stopped due to a library being loaded or unloaded.
edcc5120
TT
29311This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
29312set or when a @code{catch load} or @code{catch unload} catchpoint is
29313in use (@pxref{Set Catchpoints}).
36dfb11c
TT
29314@item fork
29315The inferior has forked. This is reported when @code{catch fork}
29316(@pxref{Set Catchpoints}) has been used.
29317@item vfork
29318The inferior has vforked. This is reported in when @code{catch vfork}
29319(@pxref{Set Catchpoints}) has been used.
29320@item syscall-entry
29321The inferior entered a system call. This is reported when @code{catch
29322syscall} (@pxref{Set Catchpoints}) has been used.
a64c9f7b 29323@item syscall-return
36dfb11c
TT
29324The inferior returned from a system call. This is reported when
29325@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
29326@item exec
29327The inferior called @code{exec}. This is reported when @code{catch exec}
29328(@pxref{Set Catchpoints}) has been used.
922fbb7b
AC
29329@end table
29330
5d5658a1
PA
29331The @var{id} field identifies the global thread ID of the thread
29332that directly caused the stop -- for example by hitting a breakpoint.
29333Depending on whether all-stop
c3b108f7
VP
29334mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
29335stop all threads, or only the thread that directly triggered the stop.
29336If all threads are stopped, the @var{stopped} field will have the
29337value of @code{"all"}. Otherwise, the value of the @var{stopped}
29338field will be a list of thread identifiers. Presently, this list will
29339always include a single thread, but frontend should be prepared to see
dc146f7c
VP
29340several threads in the list. The @var{core} field reports the
29341processor core on which the stop event has happened. This field may be absent
29342if such information is not available.
c3b108f7 29343
a79b8f6e
VP
29344@item =thread-group-added,id="@var{id}"
29345@itemx =thread-group-removed,id="@var{id}"
29346A thread group was either added or removed. The @var{id} field
29347contains the @value{GDBN} identifier of the thread group. When a thread
29348group is added, it generally might not be associated with a running
29349process. When a thread group is removed, its id becomes invalid and
29350cannot be used in any way.
29351
29352@item =thread-group-started,id="@var{id}",pid="@var{pid}"
29353A thread group became associated with a running program,
29354either because the program was just started or the thread group
29355was attached to a program. The @var{id} field contains the
29356@value{GDBN} identifier of the thread group. The @var{pid} field
29357contains process identifier, specific to the operating system.
29358
8cf64490 29359@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
a79b8f6e
VP
29360A thread group is no longer associated with a running program,
29361either because the program has exited, or because it was detached
c3b108f7 29362from. The @var{id} field contains the @value{GDBN} identifier of the
697aa1b7 29363thread group. The @var{code} field is the exit code of the inferior; it exists
8cf64490 29364only when the inferior exited with some code.
c3b108f7
VP
29365
29366@item =thread-created,id="@var{id}",group-id="@var{gid}"
29367@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 29368A thread either was created, or has exited. The @var{id} field
5d5658a1 29369contains the global @value{GDBN} identifier of the thread. The @var{gid}
c3b108f7 29370field identifies the thread group this thread belongs to.
66bb093b 29371
4034d0ff
AT
29372@item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
29373Informs that the selected thread or frame were changed. This notification
29374is not emitted as result of the @code{-thread-select} or
29375@code{-stack-select-frame} commands, but is emitted whenever an MI command
29376that is not documented to change the selected thread and frame actually
29377changes them. In particular, invoking, directly or indirectly
29378(via user-defined command), the CLI @code{thread} or @code{frame} commands,
29379will generate this notification. Changing the thread or frame from another
29380user interface (see @ref{Interpreters}) will also generate this notification.
29381
29382The @var{frame} field is only present if the newly selected thread is
29383stopped. See @ref{GDB/MI Frame Information} for the format of its value.
66bb093b
VP
29384
29385We suggest that in response to this notification, front ends
29386highlight the selected thread and cause subsequent commands to apply to
29387that thread.
29388
c86cf029
VP
29389@item =library-loaded,...
29390Reports that a new library file was loaded by the program. This
51457a05
MAL
29391notification has 5 fields---@var{id}, @var{target-name},
29392@var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
c86cf029
VP
29393opaque identifier of the library. For remote debugging case,
29394@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
29395library file on the target, and on the host respectively. For native
29396debugging, both those fields have the same value. The
f1cbe1d3
TT
29397@var{symbols-loaded} field is emitted only for backward compatibility
29398and should not be relied on to convey any useful information. The
29399@var{thread-group} field, if present, specifies the id of the thread
29400group in whose context the library was loaded. If the field is
29401absent, it means the library was loaded in the context of all present
51457a05
MAL
29402thread groups. The @var{ranges} field specifies the ranges of addresses belonging
29403to this library.
c86cf029
VP
29404
29405@item =library-unloaded,...
134eb42c 29406Reports that a library was unloaded by the program. This notification
c86cf029 29407has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
a79b8f6e
VP
29408the same meaning as for the @code{=library-loaded} notification.
29409The @var{thread-group} field, if present, specifies the id of the
29410thread group in whose context the library was unloaded. If the field is
29411absent, it means the library was unloaded in the context of all present
29412thread groups.
c86cf029 29413
201b4506
YQ
29414@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
29415@itemx =traceframe-changed,end
29416Reports that the trace frame was changed and its new number is
29417@var{tfnum}. The number of the tracepoint associated with this trace
29418frame is @var{tpnum}.
29419
134a2066 29420@item =tsv-created,name=@var{name},initial=@var{initial}
bb25a15c 29421Reports that the new trace state variable @var{name} is created with
134a2066 29422initial value @var{initial}.
bb25a15c
YQ
29423
29424@item =tsv-deleted,name=@var{name}
29425@itemx =tsv-deleted
29426Reports that the trace state variable @var{name} is deleted or all
29427trace state variables are deleted.
29428
134a2066
YQ
29429@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
29430Reports that the trace state variable @var{name} is modified with
29431the initial value @var{initial}. The current value @var{current} of
29432trace state variable is optional and is reported if the current
29433value of trace state variable is known.
29434
8d3788bd
VP
29435@item =breakpoint-created,bkpt=@{...@}
29436@itemx =breakpoint-modified,bkpt=@{...@}
d9f08f52 29437@itemx =breakpoint-deleted,id=@var{number}
8d3788bd
VP
29438Reports that a breakpoint was created, modified, or deleted,
29439respectively. Only user-visible breakpoints are reported to the MI
29440user.
29441
29442The @var{bkpt} argument is of the same form as returned by the various
d9f08f52
YQ
29443breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
29444@var{number} is the ordinal number of the breakpoint.
8d3788bd
VP
29445
29446Note that if a breakpoint is emitted in the result record of a
29447command, then it will not also be emitted in an async record.
29448
38b022b4 29449@item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
82a90ccf
YQ
29450@itemx =record-stopped,thread-group="@var{id}"
29451Execution log recording was either started or stopped on an
29452inferior. The @var{id} is the @value{GDBN} identifier of the thread
29453group corresponding to the affected inferior.
29454
38b022b4
SM
29455The @var{method} field indicates the method used to record execution. If the
29456method in use supports multiple recording formats, @var{format} will be present
8504e097 29457and contain the currently used format. @xref{Process Record and Replay},
38b022b4
SM
29458for existing method and format values.
29459
5b9afe8a
YQ
29460@item =cmd-param-changed,param=@var{param},value=@var{value}
29461Reports that a parameter of the command @code{set @var{param}} is
29462changed to @var{value}. In the multi-word @code{set} command,
29463the @var{param} is the whole parameter list to @code{set} command.
29464For example, In command @code{set check type on}, @var{param}
29465is @code{check type} and @var{value} is @code{on}.
8de0566d
YQ
29466
29467@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
29468Reports that bytes from @var{addr} to @var{data} + @var{len} were
29469written in an inferior. The @var{id} is the identifier of the
29470thread group corresponding to the affected inferior. The optional
29471@code{type="code"} part is reported if the memory written to holds
29472executable code.
82f68b1c
VP
29473@end table
29474
54516a0b
TT
29475@node GDB/MI Breakpoint Information
29476@subsection @sc{gdb/mi} Breakpoint Information
29477
29478When @value{GDBN} reports information about a breakpoint, a
29479tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
29480following fields:
29481
29482@table @code
29483@item number
b4be1b06 29484The breakpoint number.
54516a0b
TT
29485
29486@item type
29487The type of the breakpoint. For ordinary breakpoints this will be
29488@samp{breakpoint}, but many values are possible.
29489
8ac3646f
TT
29490@item catch-type
29491If the type of the breakpoint is @samp{catchpoint}, then this
29492indicates the exact type of catchpoint.
29493
54516a0b
TT
29494@item disp
29495This is the breakpoint disposition---either @samp{del}, meaning that
29496the breakpoint will be deleted at the next stop, or @samp{keep},
29497meaning that the breakpoint will not be deleted.
29498
29499@item enabled
29500This indicates whether the breakpoint is enabled, in which case the
29501value is @samp{y}, or disabled, in which case the value is @samp{n}.
29502Note that this is not the same as the field @code{enable}.
29503
29504@item addr
29505The address of the breakpoint. This may be a hexidecimal number,
29506giving the address; or the string @samp{<PENDING>}, for a pending
29507breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
29508multiple locations. This field will not be present if no address can
29509be determined. For example, a watchpoint does not have an address.
29510
aa7ca1bb
AH
29511@item addr_flags
29512Optional field containing any flags related to the address. These flags are
29513architecture-dependent; see @ref{Architectures} for their meaning for a
29514particular CPU.
29515
54516a0b
TT
29516@item func
29517If known, the function in which the breakpoint appears.
29518If not known, this field is not present.
29519
29520@item filename
29521The name of the source file which contains this function, if known.
29522If not known, this field is not present.
29523
29524@item fullname
29525The full file name of the source file which contains this function, if
29526known. If not known, this field is not present.
29527
29528@item line
29529The line number at which this breakpoint appears, if known.
29530If not known, this field is not present.
29531
29532@item at
29533If the source file is not known, this field may be provided. If
29534provided, this holds the address of the breakpoint, possibly followed
29535by a symbol name.
29536
29537@item pending
29538If this breakpoint is pending, this field is present and holds the
29539text used to set the breakpoint, as entered by the user.
29540
29541@item evaluated-by
29542Where this breakpoint's condition is evaluated, either @samp{host} or
29543@samp{target}.
29544
29545@item thread
29546If this is a thread-specific breakpoint, then this identifies the
29547thread in which the breakpoint can trigger.
29548
29549@item task
29550If this breakpoint is restricted to a particular Ada task, then this
29551field will hold the task identifier.
29552
29553@item cond
29554If the breakpoint is conditional, this is the condition expression.
29555
29556@item ignore
29557The ignore count of the breakpoint.
29558
29559@item enable
29560The enable count of the breakpoint.
29561
29562@item traceframe-usage
29563FIXME.
29564
29565@item static-tracepoint-marker-string-id
29566For a static tracepoint, the name of the static tracepoint marker.
29567
29568@item mask
29569For a masked watchpoint, this is the mask.
29570
29571@item pass
29572A tracepoint's pass count.
29573
29574@item original-location
29575The location of the breakpoint as originally specified by the user.
29576This field is optional.
29577
29578@item times
29579The number of times the breakpoint has been hit.
29580
29581@item installed
29582This field is only given for tracepoints. This is either @samp{y},
29583meaning that the tracepoint is installed, or @samp{n}, meaning that it
29584is not.
29585
29586@item what
29587Some extra data, the exact contents of which are type-dependent.
29588
b4be1b06
SM
29589@item locations
29590This field is present if the breakpoint has multiple locations. It is also
29591exceptionally present if the breakpoint is enabled and has a single, disabled
29592location.
29593
6b92c0d3 29594The value is a list of locations. The format of a location is described below.
b4be1b06
SM
29595
29596@end table
29597
29598A location in a multi-location breakpoint is represented as a tuple with the
29599following fields:
29600
29601@table @code
29602
29603@item number
29604The location number as a dotted pair, like @samp{1.2}. The first digit is the
29605number of the parent breakpoint. The second digit is the number of the
29606location within that breakpoint.
29607
29608@item enabled
29609This indicates whether the location is enabled, in which case the
29610value is @samp{y}, or disabled, in which case the value is @samp{n}.
29611Note that this is not the same as the field @code{enable}.
29612
29613@item addr
29614The address of this location as an hexidecimal number.
29615
aa7ca1bb
AH
29616@item addr_flags
29617Optional field containing any flags related to the address. These flags are
29618architecture-dependent; see @ref{Architectures} for their meaning for a
29619particular CPU.
29620
b4be1b06
SM
29621@item func
29622If known, the function in which the location appears.
29623If not known, this field is not present.
29624
29625@item file
29626The name of the source file which contains this location, if known.
29627If not known, this field is not present.
29628
29629@item fullname
29630The full file name of the source file which contains this location, if
29631known. If not known, this field is not present.
29632
29633@item line
29634The line number at which this location appears, if known.
29635If not known, this field is not present.
29636
29637@item thread-groups
29638The thread groups this location is in.
29639
54516a0b
TT
29640@end table
29641
29642For example, here is what the output of @code{-break-insert}
29643(@pxref{GDB/MI Breakpoint Commands}) might be:
29644
29645@smallexample
29646-> -break-insert main
29647<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29648 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
29649 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
29650 times="0"@}
54516a0b
TT
29651<- (gdb)
29652@end smallexample
29653
c3b108f7
VP
29654@node GDB/MI Frame Information
29655@subsection @sc{gdb/mi} Frame Information
29656
29657Response from many MI commands includes an information about stack
29658frame. This information is a tuple that may have the following
29659fields:
29660
29661@table @code
29662@item level
29663The level of the stack frame. The innermost frame has the level of
29664zero. This field is always present.
29665
29666@item func
29667The name of the function corresponding to the frame. This field may
29668be absent if @value{GDBN} is unable to determine the function name.
29669
29670@item addr
29671The code address for the frame. This field is always present.
29672
aa7ca1bb
AH
29673@item addr_flags
29674Optional field containing any flags related to the address. These flags are
29675architecture-dependent; see @ref{Architectures} for their meaning for a
29676particular CPU.
29677
c3b108f7
VP
29678@item file
29679The name of the source files that correspond to the frame's code
29680address. This field may be absent.
29681
29682@item line
29683The source line corresponding to the frames' code address. This field
29684may be absent.
29685
29686@item from
29687The name of the binary file (either executable or shared library) the
29688corresponds to the frame's code address. This field may be absent.
29689
29690@end table
82f68b1c 29691
dc146f7c
VP
29692@node GDB/MI Thread Information
29693@subsection @sc{gdb/mi} Thread Information
29694
29695Whenever @value{GDBN} has to report an information about a thread, it
ebe553db
SM
29696uses a tuple with the following fields. The fields are always present unless
29697stated otherwise.
dc146f7c
VP
29698
29699@table @code
29700@item id
ebe553db 29701The global numeric id assigned to the thread by @value{GDBN}.
dc146f7c
VP
29702
29703@item target-id
ebe553db 29704The target-specific string identifying the thread.
dc146f7c
VP
29705
29706@item details
29707Additional information about the thread provided by the target.
29708It is supposed to be human-readable and not interpreted by the
29709frontend. This field is optional.
29710
ebe553db
SM
29711@item name
29712The name of the thread. If the user specified a name using the
29713@code{thread name} command, then this name is given. Otherwise, if
29714@value{GDBN} can extract the thread name from the target, then that
29715name is given. If @value{GDBN} cannot find the thread name, then this
29716field is omitted.
29717
dc146f7c 29718@item state
ebe553db
SM
29719The execution state of the thread, either @samp{stopped} or @samp{running},
29720depending on whether the thread is presently running.
29721
29722@item frame
29723The stack frame currently executing in the thread. This field is only present
29724if the thread is stopped. Its format is documented in
29725@ref{GDB/MI Frame Information}.
dc146f7c
VP
29726
29727@item core
29728The value of this field is an integer number of the processor core the
29729thread was last seen on. This field is optional.
29730@end table
29731
956a9fb9
JB
29732@node GDB/MI Ada Exception Information
29733@subsection @sc{gdb/mi} Ada Exception Information
29734
29735Whenever a @code{*stopped} record is emitted because the program
29736stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
29737@value{GDBN} provides the name of the exception that was raised via
e547c119
JB
29738the @code{exception-name} field. Also, for exceptions that were raised
29739with an exception message, @value{GDBN} provides that message via
29740the @code{exception-message} field.
922fbb7b 29741
ef21caaf
NR
29742@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29743@node GDB/MI Simple Examples
29744@section Simple Examples of @sc{gdb/mi} Interaction
29745@cindex @sc{gdb/mi}, simple examples
29746
29747This subsection presents several simple examples of interaction using
29748the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
29749following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
29750the output received from @sc{gdb/mi}.
29751
d3e8051b 29752Note the line breaks shown in the examples are here only for
ef21caaf
NR
29753readability, they don't appear in the real output.
29754
79a6e687 29755@subheading Setting a Breakpoint
ef21caaf
NR
29756
29757Setting a breakpoint generates synchronous output which contains detailed
29758information of the breakpoint.
29759
29760@smallexample
29761-> -break-insert main
29762<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29763 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
29764 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
29765 times="0"@}
ef21caaf
NR
29766<- (gdb)
29767@end smallexample
29768
29769@subheading Program Execution
29770
29771Program execution generates asynchronous records and MI gives the
29772reason that execution stopped.
29773
29774@smallexample
29775-> -exec-run
29776<- ^running
29777<- (gdb)
a47ec5fe 29778<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
29779 frame=@{addr="0x08048564",func="main",
29780 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
6d52907e
JV
29781 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
29782 arch="i386:x86_64"@}
ef21caaf
NR
29783<- (gdb)
29784-> -exec-continue
29785<- ^running
29786<- (gdb)
29787<- *stopped,reason="exited-normally"
29788<- (gdb)
29789@end smallexample
29790
3f94c067 29791@subheading Quitting @value{GDBN}
ef21caaf 29792
3f94c067 29793Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
29794
29795@smallexample
29796-> (gdb)
29797<- -gdb-exit
29798<- ^exit
29799@end smallexample
29800
a6b29f87
VP
29801Please note that @samp{^exit} is printed immediately, but it might
29802take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
29803performs necessary cleanups, including killing programs being debugged
29804or disconnecting from debug hardware, so the frontend should wait till
29805@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
29806fails to exit in reasonable time.
29807
a2c02241 29808@subheading A Bad Command
ef21caaf
NR
29809
29810Here's what happens if you pass a non-existent command:
29811
29812@smallexample
29813-> -rubbish
29814<- ^error,msg="Undefined MI command: rubbish"
594fe323 29815<- (gdb)
ef21caaf
NR
29816@end smallexample
29817
29818
922fbb7b
AC
29819@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29820@node GDB/MI Command Description Format
29821@section @sc{gdb/mi} Command Description Format
29822
29823The remaining sections describe blocks of commands. Each block of
29824commands is laid out in a fashion similar to this section.
29825
922fbb7b
AC
29826@subheading Motivation
29827
29828The motivation for this collection of commands.
29829
29830@subheading Introduction
29831
29832A brief introduction to this collection of commands as a whole.
29833
29834@subheading Commands
29835
29836For each command in the block, the following is described:
29837
29838@subsubheading Synopsis
29839
29840@smallexample
29841 -command @var{args}@dots{}
29842@end smallexample
29843
922fbb7b
AC
29844@subsubheading Result
29845
265eeb58 29846@subsubheading @value{GDBN} Command
922fbb7b 29847
265eeb58 29848The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
29849
29850@subsubheading Example
29851
ef21caaf
NR
29852Example(s) formatted for readability. Some of the described commands have
29853not been implemented yet and these are labeled N.A.@: (not available).
29854
29855
922fbb7b 29856@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
29857@node GDB/MI Breakpoint Commands
29858@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
29859
29860@cindex breakpoint commands for @sc{gdb/mi}
29861@cindex @sc{gdb/mi}, breakpoint commands
29862This section documents @sc{gdb/mi} commands for manipulating
29863breakpoints.
29864
29865@subheading The @code{-break-after} Command
29866@findex -break-after
29867
29868@subsubheading Synopsis
29869
29870@smallexample
29871 -break-after @var{number} @var{count}
29872@end smallexample
29873
29874The breakpoint number @var{number} is not in effect until it has been
29875hit @var{count} times. To see how this is reflected in the output of
29876the @samp{-break-list} command, see the description of the
29877@samp{-break-list} command below.
29878
29879@subsubheading @value{GDBN} Command
29880
29881The corresponding @value{GDBN} command is @samp{ignore}.
29882
29883@subsubheading Example
29884
29885@smallexample
594fe323 29886(gdb)
922fbb7b 29887-break-insert main
a47ec5fe
AR
29888^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29889enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
29890fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
29891times="0"@}
594fe323 29892(gdb)
922fbb7b
AC
29893-break-after 1 3
29894~
29895^done
594fe323 29896(gdb)
922fbb7b
AC
29897-break-list
29898^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
29899hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29900@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29901@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29902@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29903@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29904@{width="40",alignment="2",col_name="what",colhdr="What"@}],
29905body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 29906addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 29907line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 29908(gdb)
922fbb7b
AC
29909@end smallexample
29910
29911@ignore
29912@subheading The @code{-break-catch} Command
29913@findex -break-catch
48cb2d85 29914@end ignore
922fbb7b
AC
29915
29916@subheading The @code{-break-commands} Command
29917@findex -break-commands
922fbb7b 29918
48cb2d85
VP
29919@subsubheading Synopsis
29920
29921@smallexample
29922 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
29923@end smallexample
29924
29925Specifies the CLI commands that should be executed when breakpoint
29926@var{number} is hit. The parameters @var{command1} to @var{commandN}
29927are the commands. If no command is specified, any previously-set
29928commands are cleared. @xref{Break Commands}. Typical use of this
29929functionality is tracing a program, that is, printing of values of
29930some variables whenever breakpoint is hit and then continuing.
29931
29932@subsubheading @value{GDBN} Command
29933
29934The corresponding @value{GDBN} command is @samp{commands}.
29935
29936@subsubheading Example
29937
29938@smallexample
29939(gdb)
29940-break-insert main
29941^done,bkpt=@{number="1",type="breakpoint",disp="keep",
29942enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
29943fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
29944times="0"@}
48cb2d85
VP
29945(gdb)
29946-break-commands 1 "print v" "continue"
29947^done
29948(gdb)
29949@end smallexample
922fbb7b
AC
29950
29951@subheading The @code{-break-condition} Command
29952@findex -break-condition
29953
29954@subsubheading Synopsis
29955
29956@smallexample
29957 -break-condition @var{number} @var{expr}
29958@end smallexample
29959
29960Breakpoint @var{number} will stop the program only if the condition in
29961@var{expr} is true. The condition becomes part of the
29962@samp{-break-list} output (see the description of the @samp{-break-list}
29963command below).
29964
29965@subsubheading @value{GDBN} Command
29966
29967The corresponding @value{GDBN} command is @samp{condition}.
29968
29969@subsubheading Example
29970
29971@smallexample
594fe323 29972(gdb)
922fbb7b
AC
29973-break-condition 1 1
29974^done
594fe323 29975(gdb)
922fbb7b
AC
29976-break-list
29977^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
29978hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29979@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29980@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29981@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29982@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29983@{width="40",alignment="2",col_name="what",colhdr="What"@}],
29984body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 29985addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 29986line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 29987(gdb)
922fbb7b
AC
29988@end smallexample
29989
29990@subheading The @code{-break-delete} Command
29991@findex -break-delete
29992
29993@subsubheading Synopsis
29994
29995@smallexample
29996 -break-delete ( @var{breakpoint} )+
29997@end smallexample
29998
29999Delete the breakpoint(s) whose number(s) are specified in the argument
30000list. This is obviously reflected in the breakpoint list.
30001
79a6e687 30002@subsubheading @value{GDBN} Command
922fbb7b
AC
30003
30004The corresponding @value{GDBN} command is @samp{delete}.
30005
30006@subsubheading Example
30007
30008@smallexample
594fe323 30009(gdb)
922fbb7b
AC
30010-break-delete 1
30011^done
594fe323 30012(gdb)
922fbb7b
AC
30013-break-list
30014^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30015hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30016@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30017@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30018@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30019@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30020@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30021body=[]@}
594fe323 30022(gdb)
922fbb7b
AC
30023@end smallexample
30024
30025@subheading The @code{-break-disable} Command
30026@findex -break-disable
30027
30028@subsubheading Synopsis
30029
30030@smallexample
30031 -break-disable ( @var{breakpoint} )+
30032@end smallexample
30033
30034Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
30035break list is now set to @samp{n} for the named @var{breakpoint}(s).
30036
30037@subsubheading @value{GDBN} Command
30038
30039The corresponding @value{GDBN} command is @samp{disable}.
30040
30041@subsubheading Example
30042
30043@smallexample
594fe323 30044(gdb)
922fbb7b
AC
30045-break-disable 2
30046^done
594fe323 30047(gdb)
922fbb7b
AC
30048-break-list
30049^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30050hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30051@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30052@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30053@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30054@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30055@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30056body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102 30057addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30058line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 30059(gdb)
922fbb7b
AC
30060@end smallexample
30061
30062@subheading The @code{-break-enable} Command
30063@findex -break-enable
30064
30065@subsubheading Synopsis
30066
30067@smallexample
30068 -break-enable ( @var{breakpoint} )+
30069@end smallexample
30070
30071Enable (previously disabled) @var{breakpoint}(s).
30072
30073@subsubheading @value{GDBN} Command
30074
30075The corresponding @value{GDBN} command is @samp{enable}.
30076
30077@subsubheading Example
30078
30079@smallexample
594fe323 30080(gdb)
922fbb7b
AC
30081-break-enable 2
30082^done
594fe323 30083(gdb)
922fbb7b
AC
30084-break-list
30085^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30086hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30087@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30088@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30089@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30090@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30091@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30092body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 30093addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30094line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 30095(gdb)
922fbb7b
AC
30096@end smallexample
30097
30098@subheading The @code{-break-info} Command
30099@findex -break-info
30100
30101@subsubheading Synopsis
30102
30103@smallexample
30104 -break-info @var{breakpoint}
30105@end smallexample
30106
30107@c REDUNDANT???
30108Get information about a single breakpoint.
30109
54516a0b
TT
30110The result is a table of breakpoints. @xref{GDB/MI Breakpoint
30111Information}, for details on the format of each breakpoint in the
30112table.
30113
79a6e687 30114@subsubheading @value{GDBN} Command
922fbb7b
AC
30115
30116The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
30117
30118@subsubheading Example
30119N.A.
30120
30121@subheading The @code{-break-insert} Command
30122@findex -break-insert
629500fa 30123@anchor{-break-insert}
922fbb7b
AC
30124
30125@subsubheading Synopsis
30126
30127@smallexample
18148017 30128 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
922fbb7b 30129 [ -c @var{condition} ] [ -i @var{ignore-count} ]
472a2379 30130 [ -p @var{thread-id} ] [ @var{location} ]
922fbb7b
AC
30131@end smallexample
30132
30133@noindent
afe8ab22 30134If specified, @var{location}, can be one of:
922fbb7b 30135
629500fa
KS
30136@table @var
30137@item linespec location
30138A linespec location. @xref{Linespec Locations}.
30139
30140@item explicit location
30141An explicit location. @sc{gdb/mi} explicit locations are
30142analogous to the CLI's explicit locations using the option names
30143listed below. @xref{Explicit Locations}.
30144
30145@table @samp
30146@item --source @var{filename}
30147The source file name of the location. This option requires the use
30148of either @samp{--function} or @samp{--line}.
30149
30150@item --function @var{function}
30151The name of a function or method.
922fbb7b 30152
629500fa
KS
30153@item --label @var{label}
30154The name of a label.
30155
30156@item --line @var{lineoffset}
30157An absolute or relative line offset from the start of the location.
30158@end table
30159
30160@item address location
30161An address location, *@var{address}. @xref{Address Locations}.
30162@end table
30163
30164@noindent
922fbb7b
AC
30165The possible optional parameters of this command are:
30166
30167@table @samp
30168@item -t
948d5102 30169Insert a temporary breakpoint.
922fbb7b
AC
30170@item -h
30171Insert a hardware breakpoint.
afe8ab22
VP
30172@item -f
30173If @var{location} cannot be parsed (for example if it
30174refers to unknown files or functions), create a pending
30175breakpoint. Without this flag, @value{GDBN} will report
30176an error, and won't create a breakpoint, if @var{location}
30177cannot be parsed.
41447f92
VP
30178@item -d
30179Create a disabled breakpoint.
18148017
VP
30180@item -a
30181Create a tracepoint. @xref{Tracepoints}. When this parameter
30182is used together with @samp{-h}, a fast tracepoint is created.
472a2379
KS
30183@item -c @var{condition}
30184Make the breakpoint conditional on @var{condition}.
30185@item -i @var{ignore-count}
30186Initialize the @var{ignore-count}.
30187@item -p @var{thread-id}
5d5658a1
PA
30188Restrict the breakpoint to the thread with the specified global
30189@var{thread-id}.
922fbb7b
AC
30190@end table
30191
30192@subsubheading Result
30193
54516a0b
TT
30194@xref{GDB/MI Breakpoint Information}, for details on the format of the
30195resulting breakpoint.
922fbb7b
AC
30196
30197Note: this format is open to change.
30198@c An out-of-band breakpoint instead of part of the result?
30199
30200@subsubheading @value{GDBN} Command
30201
30202The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
496ee73e 30203@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
922fbb7b
AC
30204
30205@subsubheading Example
30206
30207@smallexample
594fe323 30208(gdb)
922fbb7b 30209-break-insert main
948d5102 30210^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
998580f1
MK
30211fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
30212times="0"@}
594fe323 30213(gdb)
922fbb7b 30214-break-insert -t foo
948d5102 30215^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
998580f1
MK
30216fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
30217times="0"@}
594fe323 30218(gdb)
922fbb7b
AC
30219-break-list
30220^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30221hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30222@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30223@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30224@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30225@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30226@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30227body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 30228addr="0x0001072c", func="main",file="recursive2.c",
998580f1
MK
30229fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
30230times="0"@},
922fbb7b 30231bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102 30232addr="0x00010774",func="foo",file="recursive2.c",
998580f1
MK
30233fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30234times="0"@}]@}
594fe323 30235(gdb)
496ee73e
KS
30236@c -break-insert -r foo.*
30237@c ~int foo(int, int);
30238@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
998580f1
MK
30239@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
30240@c times="0"@}
496ee73e 30241@c (gdb)
922fbb7b
AC
30242@end smallexample
30243
c5867ab6
HZ
30244@subheading The @code{-dprintf-insert} Command
30245@findex -dprintf-insert
30246
30247@subsubheading Synopsis
30248
30249@smallexample
30250 -dprintf-insert [ -t ] [ -f ] [ -d ]
30251 [ -c @var{condition} ] [ -i @var{ignore-count} ]
30252 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
30253 [ @var{argument} ]
30254@end smallexample
30255
30256@noindent
629500fa
KS
30257If supplied, @var{location} may be specified the same way as for
30258the @code{-break-insert} command. @xref{-break-insert}.
c5867ab6
HZ
30259
30260The possible optional parameters of this command are:
30261
30262@table @samp
30263@item -t
30264Insert a temporary breakpoint.
30265@item -f
30266If @var{location} cannot be parsed (for example, if it
30267refers to unknown files or functions), create a pending
30268breakpoint. Without this flag, @value{GDBN} will report
30269an error, and won't create a breakpoint, if @var{location}
30270cannot be parsed.
30271@item -d
30272Create a disabled breakpoint.
30273@item -c @var{condition}
30274Make the breakpoint conditional on @var{condition}.
30275@item -i @var{ignore-count}
30276Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
30277to @var{ignore-count}.
30278@item -p @var{thread-id}
5d5658a1
PA
30279Restrict the breakpoint to the thread with the specified global
30280@var{thread-id}.
c5867ab6
HZ
30281@end table
30282
30283@subsubheading Result
30284
30285@xref{GDB/MI Breakpoint Information}, for details on the format of the
30286resulting breakpoint.
30287
30288@c An out-of-band breakpoint instead of part of the result?
30289
30290@subsubheading @value{GDBN} Command
30291
30292The corresponding @value{GDBN} command is @samp{dprintf}.
30293
30294@subsubheading Example
30295
30296@smallexample
30297(gdb)
302984-dprintf-insert foo "At foo entry\n"
302994^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
30300addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
30301fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
30302times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
30303original-location="foo"@}
30304(gdb)
303055-dprintf-insert 26 "arg=%d, g=%d\n" arg g
303065^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
30307addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
30308fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
30309times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
30310original-location="mi-dprintf.c:26"@}
30311(gdb)
30312@end smallexample
30313
922fbb7b
AC
30314@subheading The @code{-break-list} Command
30315@findex -break-list
30316
30317@subsubheading Synopsis
30318
30319@smallexample
30320 -break-list
30321@end smallexample
30322
30323Displays the list of inserted breakpoints, showing the following fields:
30324
30325@table @samp
30326@item Number
30327number of the breakpoint
30328@item Type
30329type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
30330@item Disposition
30331should the breakpoint be deleted or disabled when it is hit: @samp{keep}
30332or @samp{nokeep}
30333@item Enabled
30334is the breakpoint enabled or no: @samp{y} or @samp{n}
30335@item Address
30336memory location at which the breakpoint is set
30337@item What
30338logical location of the breakpoint, expressed by function name, file
30339name, line number
998580f1
MK
30340@item Thread-groups
30341list of thread groups to which this breakpoint applies
922fbb7b
AC
30342@item Times
30343number of times the breakpoint has been hit
30344@end table
30345
30346If there are no breakpoints or watchpoints, the @code{BreakpointTable}
30347@code{body} field is an empty list.
30348
30349@subsubheading @value{GDBN} Command
30350
30351The corresponding @value{GDBN} command is @samp{info break}.
30352
30353@subsubheading Example
30354
30355@smallexample
594fe323 30356(gdb)
922fbb7b
AC
30357-break-list
30358^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30359hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30360@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30361@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30362@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30363@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30364@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30365body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
998580f1
MK
30366addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
30367times="0"@},
922fbb7b 30368bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 30369addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
998580f1 30370line="13",thread-groups=["i1"],times="0"@}]@}
594fe323 30371(gdb)
922fbb7b
AC
30372@end smallexample
30373
30374Here's an example of the result when there are no breakpoints:
30375
30376@smallexample
594fe323 30377(gdb)
922fbb7b
AC
30378-break-list
30379^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
30380hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30381@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30382@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30383@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30384@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30385@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30386body=[]@}
594fe323 30387(gdb)
922fbb7b
AC
30388@end smallexample
30389
18148017
VP
30390@subheading The @code{-break-passcount} Command
30391@findex -break-passcount
30392
30393@subsubheading Synopsis
30394
30395@smallexample
30396 -break-passcount @var{tracepoint-number} @var{passcount}
30397@end smallexample
30398
30399Set the passcount for tracepoint @var{tracepoint-number} to
30400@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
30401is not a tracepoint, error is emitted. This corresponds to CLI
30402command @samp{passcount}.
30403
922fbb7b
AC
30404@subheading The @code{-break-watch} Command
30405@findex -break-watch
30406
30407@subsubheading Synopsis
30408
30409@smallexample
30410 -break-watch [ -a | -r ]
30411@end smallexample
30412
30413Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 30414@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 30415read from or on a write to the memory location. With the @samp{-r}
d3e8051b 30416option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
30417trigger only when the memory location is accessed for reading. Without
30418either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 30419i.e., it will trigger when the memory location is accessed for writing.
79a6e687 30420@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
30421
30422Note that @samp{-break-list} will report a single list of watchpoints and
30423breakpoints inserted.
30424
30425@subsubheading @value{GDBN} Command
30426
30427The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
30428@samp{rwatch}.
30429
30430@subsubheading Example
30431
30432Setting a watchpoint on a variable in the @code{main} function:
30433
30434@smallexample
594fe323 30435(gdb)
922fbb7b
AC
30436-break-watch x
30437^done,wpt=@{number="2",exp="x"@}
594fe323 30438(gdb)
922fbb7b
AC
30439-exec-continue
30440^running
0869d01b
NR
30441(gdb)
30442*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 30443value=@{old="-268439212",new="55"@},
76ff342d 30444frame=@{func="main",args=[],file="recursive2.c",
6d52907e 30445fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
594fe323 30446(gdb)
922fbb7b
AC
30447@end smallexample
30448
30449Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
30450the program execution twice: first for the variable changing value, then
30451for the watchpoint going out of scope.
30452
30453@smallexample
594fe323 30454(gdb)
922fbb7b
AC
30455-break-watch C
30456^done,wpt=@{number="5",exp="C"@}
594fe323 30457(gdb)
922fbb7b
AC
30458-exec-continue
30459^running
0869d01b
NR
30460(gdb)
30461*stopped,reason="watchpoint-trigger",
922fbb7b
AC
30462wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
30463frame=@{func="callee4",args=[],
76ff342d 30464file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30465fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30466arch="i386:x86_64"@}
594fe323 30467(gdb)
922fbb7b
AC
30468-exec-continue
30469^running
0869d01b
NR
30470(gdb)
30471*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
30472frame=@{func="callee3",args=[@{name="strarg",
30473value="0x11940 \"A string argument.\""@}],
76ff342d 30474file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30475fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30476arch="i386:x86_64"@}
594fe323 30477(gdb)
922fbb7b
AC
30478@end smallexample
30479
30480Listing breakpoints and watchpoints, at different points in the program
30481execution. Note that once the watchpoint goes out of scope, it is
30482deleted.
30483
30484@smallexample
594fe323 30485(gdb)
922fbb7b
AC
30486-break-watch C
30487^done,wpt=@{number="2",exp="C"@}
594fe323 30488(gdb)
922fbb7b
AC
30489-break-list
30490^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30491hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30492@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30493@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30494@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30495@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30496@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30497body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30498addr="0x00010734",func="callee4",
948d5102 30499file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
30500fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
30501times="1"@},
922fbb7b 30502bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 30503enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
594fe323 30504(gdb)
922fbb7b
AC
30505-exec-continue
30506^running
0869d01b
NR
30507(gdb)
30508*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
30509value=@{old="-276895068",new="3"@},
30510frame=@{func="callee4",args=[],
76ff342d 30511file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30512fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
30513arch="i386:x86_64"@}
594fe323 30514(gdb)
922fbb7b
AC
30515-break-list
30516^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
30517hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30518@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30519@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30520@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30521@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30522@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30523body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30524addr="0x00010734",func="callee4",
948d5102 30525file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
30526fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
30527times="1"@},
922fbb7b 30528bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 30529enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
594fe323 30530(gdb)
922fbb7b
AC
30531-exec-continue
30532^running
30533^done,reason="watchpoint-scope",wpnum="2",
30534frame=@{func="callee3",args=[@{name="strarg",
30535value="0x11940 \"A string argument.\""@}],
76ff342d 30536file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
30537fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
30538arch="i386:x86_64"@}
594fe323 30539(gdb)
922fbb7b
AC
30540-break-list
30541^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
30542hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
30543@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
30544@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
30545@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
30546@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
30547@{width="40",alignment="2",col_name="what",colhdr="What"@}],
30548body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
30549addr="0x00010734",func="callee4",
948d5102
NR
30550file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30551fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
998580f1 30552thread-groups=["i1"],times="1"@}]@}
594fe323 30553(gdb)
922fbb7b
AC
30554@end smallexample
30555
3fa7bf06
MG
30556
30557@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30558@node GDB/MI Catchpoint Commands
30559@section @sc{gdb/mi} Catchpoint Commands
30560
30561This section documents @sc{gdb/mi} commands for manipulating
30562catchpoints.
30563
40555925
JB
30564@menu
30565* Shared Library GDB/MI Catchpoint Commands::
30566* Ada Exception GDB/MI Catchpoint Commands::
30056ea0 30567* C++ Exception GDB/MI Catchpoint Commands::
40555925
JB
30568@end menu
30569
30570@node Shared Library GDB/MI Catchpoint Commands
30571@subsection Shared Library @sc{gdb/mi} Catchpoints
30572
3fa7bf06
MG
30573@subheading The @code{-catch-load} Command
30574@findex -catch-load
30575
30576@subsubheading Synopsis
30577
30578@smallexample
30579 -catch-load [ -t ] [ -d ] @var{regexp}
30580@end smallexample
30581
30582Add a catchpoint for library load events. If the @samp{-t} option is used,
30583the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30584Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
30585in a disabled state. The @samp{regexp} argument is a regular
30586expression used to match the name of the loaded library.
30587
30588
30589@subsubheading @value{GDBN} Command
30590
30591The corresponding @value{GDBN} command is @samp{catch load}.
30592
30593@subsubheading Example
30594
30595@smallexample
30596-catch-load -t foo.so
30597^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
8ac3646f 30598what="load of library matching foo.so",catch-type="load",times="0"@}
3fa7bf06
MG
30599(gdb)
30600@end smallexample
30601
30602
30603@subheading The @code{-catch-unload} Command
30604@findex -catch-unload
30605
30606@subsubheading Synopsis
30607
30608@smallexample
30609 -catch-unload [ -t ] [ -d ] @var{regexp}
30610@end smallexample
30611
30612Add a catchpoint for library unload events. If the @samp{-t} option is
30613used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
30614Breakpoints}). If the @samp{-d} option is used, the catchpoint is
30615created in a disabled state. The @samp{regexp} argument is a regular
30616expression used to match the name of the unloaded library.
30617
30618@subsubheading @value{GDBN} Command
30619
30620The corresponding @value{GDBN} command is @samp{catch unload}.
30621
30622@subsubheading Example
30623
30624@smallexample
30625-catch-unload -d bar.so
30626^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
8ac3646f 30627what="load of library matching bar.so",catch-type="unload",times="0"@}
3fa7bf06
MG
30628(gdb)
30629@end smallexample
30630
40555925
JB
30631@node Ada Exception GDB/MI Catchpoint Commands
30632@subsection Ada Exception @sc{gdb/mi} Catchpoints
30633
30634The following @sc{gdb/mi} commands can be used to create catchpoints
30635that stop the execution when Ada exceptions are being raised.
30636
30637@subheading The @code{-catch-assert} Command
30638@findex -catch-assert
30639
30640@subsubheading Synopsis
30641
30642@smallexample
30643 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
30644@end smallexample
30645
30646Add a catchpoint for failed Ada assertions.
30647
30648The possible optional parameters for this command are:
30649
30650@table @samp
30651@item -c @var{condition}
30652Make the catchpoint conditional on @var{condition}.
30653@item -d
30654Create a disabled catchpoint.
30655@item -t
30656Create a temporary catchpoint.
30657@end table
30658
30659@subsubheading @value{GDBN} Command
30660
30661The corresponding @value{GDBN} command is @samp{catch assert}.
30662
30663@subsubheading Example
30664
30665@smallexample
30666-catch-assert
30667^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
30668enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
30669thread-groups=["i1"],times="0",
30670original-location="__gnat_debug_raise_assert_failure"@}
30671(gdb)
30672@end smallexample
30673
30674@subheading The @code{-catch-exception} Command
30675@findex -catch-exception
30676
30677@subsubheading Synopsis
30678
30679@smallexample
30680 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
30681 [ -t ] [ -u ]
30682@end smallexample
30683
30684Add a catchpoint stopping when Ada exceptions are raised.
30685By default, the command stops the program when any Ada exception
30686gets raised. But it is also possible, by using some of the
30687optional parameters described below, to create more selective
30688catchpoints.
30689
30690The possible optional parameters for this command are:
30691
30692@table @samp
30693@item -c @var{condition}
30694Make the catchpoint conditional on @var{condition}.
30695@item -d
30696Create a disabled catchpoint.
30697@item -e @var{exception-name}
30698Only stop when @var{exception-name} is raised. This option cannot
30699be used combined with @samp{-u}.
30700@item -t
30701Create a temporary catchpoint.
30702@item -u
30703Stop only when an unhandled exception gets raised. This option
30704cannot be used combined with @samp{-e}.
30705@end table
30706
30707@subsubheading @value{GDBN} Command
30708
30709The corresponding @value{GDBN} commands are @samp{catch exception}
30710and @samp{catch exception unhandled}.
30711
30712@subsubheading Example
30713
30714@smallexample
30715-catch-exception -e Program_Error
30716^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
30717enabled="y",addr="0x0000000000404874",
30718what="`Program_Error' Ada exception", thread-groups=["i1"],
30719times="0",original-location="__gnat_debug_raise_exception"@}
30720(gdb)
30721@end smallexample
3fa7bf06 30722
bea298f9
XR
30723@subheading The @code{-catch-handlers} Command
30724@findex -catch-handlers
30725
30726@subsubheading Synopsis
30727
30728@smallexample
30729 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
30730 [ -t ]
30731@end smallexample
30732
30733Add a catchpoint stopping when Ada exceptions are handled.
30734By default, the command stops the program when any Ada exception
30735gets handled. But it is also possible, by using some of the
30736optional parameters described below, to create more selective
30737catchpoints.
30738
30739The possible optional parameters for this command are:
30740
30741@table @samp
30742@item -c @var{condition}
30743Make the catchpoint conditional on @var{condition}.
30744@item -d
30745Create a disabled catchpoint.
30746@item -e @var{exception-name}
30747Only stop when @var{exception-name} is handled.
30748@item -t
30749Create a temporary catchpoint.
30750@end table
30751
30752@subsubheading @value{GDBN} Command
30753
30754The corresponding @value{GDBN} command is @samp{catch handlers}.
30755
30756@subsubheading Example
30757
30758@smallexample
30759-catch-handlers -e Constraint_Error
30760^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
30761enabled="y",addr="0x0000000000402f68",
30762what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
30763times="0",original-location="__gnat_begin_handler"@}
30764(gdb)
30765@end smallexample
30766
30056ea0
AB
30767@node C++ Exception GDB/MI Catchpoint Commands
30768@subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
30769
30770The following @sc{gdb/mi} commands can be used to create catchpoints
30771that stop the execution when C@t{++} exceptions are being throw, rethrown,
30772or caught.
30773
30774@subheading The @code{-catch-throw} Command
30775@findex -catch-throw
30776
30777@subsubheading Synopsis
30778
30779@smallexample
30780 -catch-throw [ -t ] [ -r @var{regexp}]
30781@end smallexample
30782
30783Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
30784given, then only exceptions whose type matches the regular expression
30785will be caught.
30786
30787If @samp{-t} is given, then the catchpoint is enabled only for one
30788stop, the catchpoint is automatically deleted after stopping once for
30789the event.
30790
30791@subsubheading @value{GDBN} Command
30792
30793The corresponding @value{GDBN} commands are @samp{catch throw}
30794and @samp{tcatch throw} (@pxref{Set Catchpoints}).
30795
30796@subsubheading Example
30797
30798@smallexample
30799-catch-throw -r exception_type
cb1e4e32
PA
30800^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
30801 what="exception throw",catch-type="throw",
30802 thread-groups=["i1"],
30056ea0
AB
30803 regexp="exception_type",times="0"@}
30804(gdb)
30805-exec-run
30806^running
30807(gdb)
30808~"\n"
30809~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
30810 in __cxa_throw () from /lib64/libstdc++.so.6\n"
30811*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
30812 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
30813 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
30814 thread-id="1",stopped-threads="all",core="6"
30815(gdb)
30816@end smallexample
30817
30818@subheading The @code{-catch-rethrow} Command
30819@findex -catch-rethrow
30820
30821@subsubheading Synopsis
30822
30823@smallexample
30824 -catch-rethrow [ -t ] [ -r @var{regexp}]
30825@end smallexample
30826
30827Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
30828then only exceptions whose type matches the regular expression will be
30829caught.
30830
30831If @samp{-t} is given, then the catchpoint is enabled only for one
30832stop, the catchpoint is automatically deleted after the first event is
30833caught.
30834
30835@subsubheading @value{GDBN} Command
30836
30837The corresponding @value{GDBN} commands are @samp{catch rethrow}
30838and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
30839
30840@subsubheading Example
30841
30842@smallexample
30843-catch-rethrow -r exception_type
cb1e4e32
PA
30844^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
30845 what="exception rethrow",catch-type="rethrow",
30846 thread-groups=["i1"],
30056ea0
AB
30847 regexp="exception_type",times="0"@}
30848(gdb)
30849-exec-run
30850^running
30851(gdb)
30852~"\n"
30853~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
30854 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
30855*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
30856 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
30857 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
30858 thread-id="1",stopped-threads="all",core="6"
30859(gdb)
30860@end smallexample
30861
30862@subheading The @code{-catch-catch} Command
30863@findex -catch-catch
30864
30865@subsubheading Synopsis
30866
30867@smallexample
30868 -catch-catch [ -t ] [ -r @var{regexp}]
30869@end smallexample
30870
30871Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
30872is given, then only exceptions whose type matches the regular
30873expression will be caught.
30874
30875If @samp{-t} is given, then the catchpoint is enabled only for one
30876stop, the catchpoint is automatically deleted after the first event is
30877caught.
30878
30879@subsubheading @value{GDBN} Command
30880
30881The corresponding @value{GDBN} commands are @samp{catch catch}
30882and @samp{tcatch catch} (@pxref{Set Catchpoints}).
30883
30884@subsubheading Example
30885
30886@smallexample
30887-catch-catch -r exception_type
cb1e4e32
PA
30888^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
30889 what="exception catch",catch-type="catch",
30890 thread-groups=["i1"],
30056ea0
AB
30891 regexp="exception_type",times="0"@}
30892(gdb)
30893-exec-run
30894^running
30895(gdb)
30896~"\n"
30897~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
30898 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
30899*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
30900 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
30901 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
30902 thread-id="1",stopped-threads="all",core="6"
30903(gdb)
30904@end smallexample
30905
922fbb7b 30906@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
30907@node GDB/MI Program Context
30908@section @sc{gdb/mi} Program Context
922fbb7b 30909
a2c02241
NR
30910@subheading The @code{-exec-arguments} Command
30911@findex -exec-arguments
922fbb7b 30912
922fbb7b
AC
30913
30914@subsubheading Synopsis
30915
30916@smallexample
a2c02241 30917 -exec-arguments @var{args}
922fbb7b
AC
30918@end smallexample
30919
a2c02241
NR
30920Set the inferior program arguments, to be used in the next
30921@samp{-exec-run}.
922fbb7b 30922
a2c02241 30923@subsubheading @value{GDBN} Command
922fbb7b 30924
a2c02241 30925The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 30926
a2c02241 30927@subsubheading Example
922fbb7b 30928
fbc5282e
MK
30929@smallexample
30930(gdb)
30931-exec-arguments -v word
30932^done
30933(gdb)
30934@end smallexample
922fbb7b 30935
a2c02241 30936
9901a55b 30937@ignore
a2c02241
NR
30938@subheading The @code{-exec-show-arguments} Command
30939@findex -exec-show-arguments
30940
30941@subsubheading Synopsis
30942
30943@smallexample
30944 -exec-show-arguments
30945@end smallexample
30946
30947Print the arguments of the program.
922fbb7b
AC
30948
30949@subsubheading @value{GDBN} Command
30950
a2c02241 30951The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
30952
30953@subsubheading Example
a2c02241 30954N.A.
9901a55b 30955@end ignore
922fbb7b 30956
922fbb7b 30957
a2c02241
NR
30958@subheading The @code{-environment-cd} Command
30959@findex -environment-cd
922fbb7b 30960
a2c02241 30961@subsubheading Synopsis
922fbb7b
AC
30962
30963@smallexample
a2c02241 30964 -environment-cd @var{pathdir}
922fbb7b
AC
30965@end smallexample
30966
a2c02241 30967Set @value{GDBN}'s working directory.
922fbb7b 30968
a2c02241 30969@subsubheading @value{GDBN} Command
922fbb7b 30970
a2c02241
NR
30971The corresponding @value{GDBN} command is @samp{cd}.
30972
30973@subsubheading Example
922fbb7b
AC
30974
30975@smallexample
594fe323 30976(gdb)
a2c02241
NR
30977-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
30978^done
594fe323 30979(gdb)
922fbb7b
AC
30980@end smallexample
30981
30982
a2c02241
NR
30983@subheading The @code{-environment-directory} Command
30984@findex -environment-directory
922fbb7b
AC
30985
30986@subsubheading Synopsis
30987
30988@smallexample
a2c02241 30989 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
30990@end smallexample
30991
a2c02241
NR
30992Add directories @var{pathdir} to beginning of search path for source files.
30993If the @samp{-r} option is used, the search path is reset to the default
30994search path. If directories @var{pathdir} are supplied in addition to the
30995@samp{-r} option, the search path is first reset and then addition
30996occurs as normal.
30997Multiple directories may be specified, separated by blanks. Specifying
30998multiple directories in a single command
30999results in the directories added to the beginning of the
31000search path in the same order they were presented in the command.
31001If blanks are needed as
31002part of a directory name, double-quotes should be used around
31003the name. In the command output, the path will show up separated
d3e8051b 31004by the system directory-separator character. The directory-separator
a2c02241
NR
31005character must not be used
31006in any directory name.
31007If no directories are specified, the current search path is displayed.
922fbb7b
AC
31008
31009@subsubheading @value{GDBN} Command
31010
a2c02241 31011The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
31012
31013@subsubheading Example
31014
922fbb7b 31015@smallexample
594fe323 31016(gdb)
a2c02241
NR
31017-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
31018^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 31019(gdb)
a2c02241
NR
31020-environment-directory ""
31021^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 31022(gdb)
a2c02241
NR
31023-environment-directory -r /home/jjohnstn/src/gdb /usr/src
31024^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 31025(gdb)
a2c02241
NR
31026-environment-directory -r
31027^done,source-path="$cdir:$cwd"
594fe323 31028(gdb)
922fbb7b
AC
31029@end smallexample
31030
31031
a2c02241
NR
31032@subheading The @code{-environment-path} Command
31033@findex -environment-path
922fbb7b
AC
31034
31035@subsubheading Synopsis
31036
31037@smallexample
a2c02241 31038 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
31039@end smallexample
31040
a2c02241
NR
31041Add directories @var{pathdir} to beginning of search path for object files.
31042If the @samp{-r} option is used, the search path is reset to the original
31043search path that existed at gdb start-up. If directories @var{pathdir} are
31044supplied in addition to the
31045@samp{-r} option, the search path is first reset and then addition
31046occurs as normal.
31047Multiple directories may be specified, separated by blanks. Specifying
31048multiple directories in a single command
31049results in the directories added to the beginning of the
31050search path in the same order they were presented in the command.
31051If blanks are needed as
31052part of a directory name, double-quotes should be used around
31053the name. In the command output, the path will show up separated
d3e8051b 31054by the system directory-separator character. The directory-separator
a2c02241
NR
31055character must not be used
31056in any directory name.
31057If no directories are specified, the current path is displayed.
31058
922fbb7b
AC
31059
31060@subsubheading @value{GDBN} Command
31061
a2c02241 31062The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
31063
31064@subsubheading Example
31065
922fbb7b 31066@smallexample
594fe323 31067(gdb)
a2c02241
NR
31068-environment-path
31069^done,path="/usr/bin"
594fe323 31070(gdb)
a2c02241
NR
31071-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
31072^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 31073(gdb)
a2c02241
NR
31074-environment-path -r /usr/local/bin
31075^done,path="/usr/local/bin:/usr/bin"
594fe323 31076(gdb)
922fbb7b
AC
31077@end smallexample
31078
31079
a2c02241
NR
31080@subheading The @code{-environment-pwd} Command
31081@findex -environment-pwd
922fbb7b
AC
31082
31083@subsubheading Synopsis
31084
31085@smallexample
a2c02241 31086 -environment-pwd
922fbb7b
AC
31087@end smallexample
31088
a2c02241 31089Show the current working directory.
922fbb7b 31090
79a6e687 31091@subsubheading @value{GDBN} Command
922fbb7b 31092
a2c02241 31093The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
31094
31095@subsubheading Example
31096
922fbb7b 31097@smallexample
594fe323 31098(gdb)
a2c02241
NR
31099-environment-pwd
31100^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 31101(gdb)
922fbb7b
AC
31102@end smallexample
31103
a2c02241
NR
31104@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31105@node GDB/MI Thread Commands
31106@section @sc{gdb/mi} Thread Commands
31107
31108
31109@subheading The @code{-thread-info} Command
31110@findex -thread-info
922fbb7b
AC
31111
31112@subsubheading Synopsis
31113
31114@smallexample
8e8901c5 31115 -thread-info [ @var{thread-id} ]
922fbb7b
AC
31116@end smallexample
31117
5d5658a1
PA
31118Reports information about either a specific thread, if the
31119@var{thread-id} parameter is present, or about all threads.
31120@var{thread-id} is the thread's global thread ID. When printing
31121information about all threads, also reports the global ID of the
31122current thread.
8e8901c5 31123
79a6e687 31124@subsubheading @value{GDBN} Command
922fbb7b 31125
8e8901c5
VP
31126The @samp{info thread} command prints the same information
31127about all threads.
922fbb7b 31128
4694da01 31129@subsubheading Result
922fbb7b 31130
ebe553db 31131The result contains the following attributes:
4694da01
TT
31132
31133@table @samp
ebe553db
SM
31134@item threads
31135A list of threads. The format of the elements of the list is described in
31136@ref{GDB/MI Thread Information}.
31137
31138@item current-thread-id
31139The global id of the currently selected thread. This field is omitted if there
31140is no selected thread (for example, when the selected inferior is not running,
31141and therefore has no threads) or if a @var{thread-id} argument was passed to
31142the command.
4694da01
TT
31143
31144@end table
31145
31146@subsubheading Example
31147
31148@smallexample
31149-thread-info
31150^done,threads=[
31151@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
31152 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
31153 args=[]@},state="running"@},
31154@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
31155 frame=@{level="0",addr="0x0804891f",func="foo",
31156 args=[@{name="i",value="10"@}],
6d52907e 31157 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
4694da01
TT
31158 state="running"@}],
31159current-thread-id="1"
31160(gdb)
31161@end smallexample
31162
a2c02241
NR
31163@subheading The @code{-thread-list-ids} Command
31164@findex -thread-list-ids
922fbb7b 31165
a2c02241 31166@subsubheading Synopsis
922fbb7b 31167
a2c02241
NR
31168@smallexample
31169 -thread-list-ids
31170@end smallexample
922fbb7b 31171
5d5658a1
PA
31172Produces a list of the currently known global @value{GDBN} thread ids.
31173At the end of the list it also prints the total number of such
31174threads.
922fbb7b 31175
c3b108f7
VP
31176This command is retained for historical reasons, the
31177@code{-thread-info} command should be used instead.
31178
922fbb7b
AC
31179@subsubheading @value{GDBN} Command
31180
a2c02241 31181Part of @samp{info threads} supplies the same information.
922fbb7b
AC
31182
31183@subsubheading Example
31184
922fbb7b 31185@smallexample
594fe323 31186(gdb)
a2c02241
NR
31187-thread-list-ids
31188^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 31189current-thread-id="1",number-of-threads="3"
594fe323 31190(gdb)
922fbb7b
AC
31191@end smallexample
31192
a2c02241
NR
31193
31194@subheading The @code{-thread-select} Command
31195@findex -thread-select
922fbb7b
AC
31196
31197@subsubheading Synopsis
31198
31199@smallexample
5d5658a1 31200 -thread-select @var{thread-id}
922fbb7b
AC
31201@end smallexample
31202
5d5658a1
PA
31203Make thread with global thread number @var{thread-id} the current
31204thread. It prints the number of the new current thread, and the
31205topmost frame for that thread.
922fbb7b 31206
c3b108f7
VP
31207This command is deprecated in favor of explicitly using the
31208@samp{--thread} option to each command.
31209
922fbb7b
AC
31210@subsubheading @value{GDBN} Command
31211
a2c02241 31212The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
31213
31214@subsubheading Example
922fbb7b
AC
31215
31216@smallexample
594fe323 31217(gdb)
a2c02241
NR
31218-exec-next
31219^running
594fe323 31220(gdb)
a2c02241
NR
31221*stopped,reason="end-stepping-range",thread-id="2",line="187",
31222file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 31223(gdb)
a2c02241
NR
31224-thread-list-ids
31225^done,
31226thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
31227number-of-threads="3"
594fe323 31228(gdb)
a2c02241
NR
31229-thread-select 3
31230^done,new-thread-id="3",
31231frame=@{level="0",func="vprintf",
31232args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
6d52907e 31233@{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
594fe323 31234(gdb)
922fbb7b
AC
31235@end smallexample
31236
5d77fe44
JB
31237@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31238@node GDB/MI Ada Tasking Commands
31239@section @sc{gdb/mi} Ada Tasking Commands
31240
31241@subheading The @code{-ada-task-info} Command
31242@findex -ada-task-info
31243
31244@subsubheading Synopsis
31245
31246@smallexample
31247 -ada-task-info [ @var{task-id} ]
31248@end smallexample
31249
31250Reports information about either a specific Ada task, if the
31251@var{task-id} parameter is present, or about all Ada tasks.
31252
31253@subsubheading @value{GDBN} Command
31254
31255The @samp{info tasks} command prints the same information
31256about all Ada tasks (@pxref{Ada Tasks}).
31257
31258@subsubheading Result
31259
31260The result is a table of Ada tasks. The following columns are
31261defined for each Ada task:
31262
31263@table @samp
31264@item current
31265This field exists only for the current thread. It has the value @samp{*}.
31266
31267@item id
31268The identifier that @value{GDBN} uses to refer to the Ada task.
31269
31270@item task-id
31271The identifier that the target uses to refer to the Ada task.
31272
31273@item thread-id
5d5658a1
PA
31274The global thread identifier of the thread corresponding to the Ada
31275task.
5d77fe44
JB
31276
31277This field should always exist, as Ada tasks are always implemented
31278on top of a thread. But if @value{GDBN} cannot find this corresponding
31279thread for any reason, the field is omitted.
31280
31281@item parent-id
31282This field exists only when the task was created by another task.
31283In this case, it provides the ID of the parent task.
31284
31285@item priority
31286The base priority of the task.
31287
31288@item state
31289The current state of the task. For a detailed description of the
31290possible states, see @ref{Ada Tasks}.
31291
31292@item name
31293The name of the task.
31294
31295@end table
31296
31297@subsubheading Example
31298
31299@smallexample
31300-ada-task-info
31301^done,tasks=@{nr_rows="3",nr_cols="8",
31302hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
31303@{width="3",alignment="1",col_name="id",colhdr="ID"@},
31304@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
31305@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
31306@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
31307@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
31308@{width="22",alignment="-1",col_name="state",colhdr="State"@},
31309@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
31310body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
31311state="Child Termination Wait",name="main_task"@}]@}
31312(gdb)
31313@end smallexample
31314
a2c02241
NR
31315@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31316@node GDB/MI Program Execution
31317@section @sc{gdb/mi} Program Execution
922fbb7b 31318
ef21caaf 31319These are the asynchronous commands which generate the out-of-band
3f94c067 31320record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
31321asynchronously with remote targets and this interaction is mimicked in
31322other cases.
922fbb7b 31323
922fbb7b
AC
31324@subheading The @code{-exec-continue} Command
31325@findex -exec-continue
31326
31327@subsubheading Synopsis
31328
31329@smallexample
540aa8e7 31330 -exec-continue [--reverse] [--all|--thread-group N]
922fbb7b
AC
31331@end smallexample
31332
540aa8e7
MS
31333Resumes the execution of the inferior program, which will continue
31334to execute until it reaches a debugger stop event. If the
31335@samp{--reverse} option is specified, execution resumes in reverse until
31336it reaches a stop event. Stop events may include
31337@itemize @bullet
31338@item
31339breakpoints or watchpoints
31340@item
31341signals or exceptions
31342@item
31343the end of the process (or its beginning under @samp{--reverse})
31344@item
31345the end or beginning of a replay log if one is being used.
31346@end itemize
31347In all-stop mode (@pxref{All-Stop
31348Mode}), may resume only one thread, or all threads, depending on the
31349value of the @samp{scheduler-locking} variable. If @samp{--all} is
a79b8f6e 31350specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
540aa8e7
MS
31351ignored in all-stop mode. If the @samp{--thread-group} options is
31352specified, then all threads in that thread group are resumed.
922fbb7b
AC
31353
31354@subsubheading @value{GDBN} Command
31355
31356The corresponding @value{GDBN} corresponding is @samp{continue}.
31357
31358@subsubheading Example
31359
31360@smallexample
31361-exec-continue
31362^running
594fe323 31363(gdb)
922fbb7b 31364@@Hello world
a47ec5fe
AR
31365*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
31366func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
6d52907e 31367line="13",arch="i386:x86_64"@}
594fe323 31368(gdb)
922fbb7b
AC
31369@end smallexample
31370
31371
31372@subheading The @code{-exec-finish} Command
31373@findex -exec-finish
31374
31375@subsubheading Synopsis
31376
31377@smallexample
540aa8e7 31378 -exec-finish [--reverse]
922fbb7b
AC
31379@end smallexample
31380
ef21caaf
NR
31381Resumes the execution of the inferior program until the current
31382function is exited. Displays the results returned by the function.
540aa8e7
MS
31383If the @samp{--reverse} option is specified, resumes the reverse
31384execution of the inferior program until the point where current
31385function was called.
922fbb7b
AC
31386
31387@subsubheading @value{GDBN} Command
31388
31389The corresponding @value{GDBN} command is @samp{finish}.
31390
31391@subsubheading Example
31392
31393Function returning @code{void}.
31394
31395@smallexample
31396-exec-finish
31397^running
594fe323 31398(gdb)
922fbb7b
AC
31399@@hello from foo
31400*stopped,reason="function-finished",frame=@{func="main",args=[],
6d52907e 31401file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
594fe323 31402(gdb)
922fbb7b
AC
31403@end smallexample
31404
31405Function returning other than @code{void}. The name of the internal
31406@value{GDBN} variable storing the result is printed, together with the
31407value itself.
31408
31409@smallexample
31410-exec-finish
31411^running
594fe323 31412(gdb)
922fbb7b
AC
31413*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
31414args=[@{name="a",value="1"],@{name="b",value="9"@}@},
6d52907e
JV
31415file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
31416arch="i386:x86_64"@},
922fbb7b 31417gdb-result-var="$1",return-value="0"
594fe323 31418(gdb)
922fbb7b
AC
31419@end smallexample
31420
31421
31422@subheading The @code{-exec-interrupt} Command
31423@findex -exec-interrupt
31424
31425@subsubheading Synopsis
31426
31427@smallexample
c3b108f7 31428 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
31429@end smallexample
31430
ef21caaf
NR
31431Interrupts the background execution of the target. Note how the token
31432associated with the stop message is the one for the execution command
31433that has been interrupted. The token for the interrupt itself only
31434appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
31435interrupt a non-running program, an error message will be printed.
31436
c3b108f7
VP
31437Note that when asynchronous execution is enabled, this command is
31438asynchronous just like other execution commands. That is, first the
31439@samp{^done} response will be printed, and the target stop will be
31440reported after that using the @samp{*stopped} notification.
31441
31442In non-stop mode, only the context thread is interrupted by default.
a79b8f6e
VP
31443All threads (in all inferiors) will be interrupted if the
31444@samp{--all} option is specified. If the @samp{--thread-group}
31445option is specified, all threads in that group will be interrupted.
c3b108f7 31446
922fbb7b
AC
31447@subsubheading @value{GDBN} Command
31448
31449The corresponding @value{GDBN} command is @samp{interrupt}.
31450
31451@subsubheading Example
31452
31453@smallexample
594fe323 31454(gdb)
922fbb7b
AC
31455111-exec-continue
31456111^running
31457
594fe323 31458(gdb)
922fbb7b
AC
31459222-exec-interrupt
31460222^done
594fe323 31461(gdb)
922fbb7b 31462111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 31463frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
6d52907e 31464fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
594fe323 31465(gdb)
922fbb7b 31466
594fe323 31467(gdb)
922fbb7b
AC
31468-exec-interrupt
31469^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 31470(gdb)
922fbb7b
AC
31471@end smallexample
31472
83eba9b7
VP
31473@subheading The @code{-exec-jump} Command
31474@findex -exec-jump
31475
31476@subsubheading Synopsis
31477
31478@smallexample
31479 -exec-jump @var{location}
31480@end smallexample
31481
31482Resumes execution of the inferior program at the location specified by
31483parameter. @xref{Specify Location}, for a description of the
31484different forms of @var{location}.
31485
31486@subsubheading @value{GDBN} Command
31487
31488The corresponding @value{GDBN} command is @samp{jump}.
31489
31490@subsubheading Example
31491
31492@smallexample
31493-exec-jump foo.c:10
31494*running,thread-id="all"
31495^running
31496@end smallexample
31497
922fbb7b
AC
31498
31499@subheading The @code{-exec-next} Command
31500@findex -exec-next
31501
31502@subsubheading Synopsis
31503
31504@smallexample
540aa8e7 31505 -exec-next [--reverse]
922fbb7b
AC
31506@end smallexample
31507
ef21caaf
NR
31508Resumes execution of the inferior program, stopping when the beginning
31509of the next source line is reached.
922fbb7b 31510
540aa8e7
MS
31511If the @samp{--reverse} option is specified, resumes reverse execution
31512of the inferior program, stopping at the beginning of the previous
31513source line. If you issue this command on the first line of a
31514function, it will take you back to the caller of that function, to the
31515source line where the function was called.
31516
31517
922fbb7b
AC
31518@subsubheading @value{GDBN} Command
31519
31520The corresponding @value{GDBN} command is @samp{next}.
31521
31522@subsubheading Example
31523
31524@smallexample
31525-exec-next
31526^running
594fe323 31527(gdb)
922fbb7b 31528*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 31529(gdb)
922fbb7b
AC
31530@end smallexample
31531
31532
31533@subheading The @code{-exec-next-instruction} Command
31534@findex -exec-next-instruction
31535
31536@subsubheading Synopsis
31537
31538@smallexample
540aa8e7 31539 -exec-next-instruction [--reverse]
922fbb7b
AC
31540@end smallexample
31541
ef21caaf
NR
31542Executes one machine instruction. If the instruction is a function
31543call, continues until the function returns. If the program stops at an
31544instruction in the middle of a source line, the address will be
31545printed as well.
922fbb7b 31546
540aa8e7
MS
31547If the @samp{--reverse} option is specified, resumes reverse execution
31548of the inferior program, stopping at the previous instruction. If the
31549previously executed instruction was a return from another function,
31550it will continue to execute in reverse until the call to that function
31551(from the current stack frame) is reached.
31552
922fbb7b
AC
31553@subsubheading @value{GDBN} Command
31554
31555The corresponding @value{GDBN} command is @samp{nexti}.
31556
31557@subsubheading Example
31558
31559@smallexample
594fe323 31560(gdb)
922fbb7b
AC
31561-exec-next-instruction
31562^running
31563
594fe323 31564(gdb)
922fbb7b
AC
31565*stopped,reason="end-stepping-range",
31566addr="0x000100d4",line="5",file="hello.c"
594fe323 31567(gdb)
922fbb7b
AC
31568@end smallexample
31569
31570
31571@subheading The @code{-exec-return} Command
31572@findex -exec-return
31573
31574@subsubheading Synopsis
31575
31576@smallexample
31577 -exec-return
31578@end smallexample
31579
31580Makes current function return immediately. Doesn't execute the inferior.
31581Displays the new current frame.
31582
31583@subsubheading @value{GDBN} Command
31584
31585The corresponding @value{GDBN} command is @samp{return}.
31586
31587@subsubheading Example
31588
31589@smallexample
594fe323 31590(gdb)
922fbb7b
AC
31591200-break-insert callee4
31592200^done,bkpt=@{number="1",addr="0x00010734",
31593file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 31594(gdb)
922fbb7b
AC
31595000-exec-run
31596000^running
594fe323 31597(gdb)
a47ec5fe 31598000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 31599frame=@{func="callee4",args=[],
76ff342d 31600file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31601fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
31602arch="i386:x86_64"@}
594fe323 31603(gdb)
922fbb7b
AC
31604205-break-delete
31605205^done
594fe323 31606(gdb)
922fbb7b
AC
31607111-exec-return
31608111^done,frame=@{level="0",func="callee3",
31609args=[@{name="strarg",
31610value="0x11940 \"A string argument.\""@}],
76ff342d 31611file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31612fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31613arch="i386:x86_64"@}
594fe323 31614(gdb)
922fbb7b
AC
31615@end smallexample
31616
31617
31618@subheading The @code{-exec-run} Command
31619@findex -exec-run
31620
31621@subsubheading Synopsis
31622
31623@smallexample
5713b9b5 31624 -exec-run [ --all | --thread-group N ] [ --start ]
922fbb7b
AC
31625@end smallexample
31626
ef21caaf
NR
31627Starts execution of the inferior from the beginning. The inferior
31628executes until either a breakpoint is encountered or the program
31629exits. In the latter case the output will include an exit code, if
31630the program has exited exceptionally.
922fbb7b 31631
5713b9b5
JB
31632When neither the @samp{--all} nor the @samp{--thread-group} option
31633is specified, the current inferior is started. If the
a79b8f6e
VP
31634@samp{--thread-group} option is specified, it should refer to a thread
31635group of type @samp{process}, and that thread group will be started.
31636If the @samp{--all} option is specified, then all inferiors will be started.
31637
5713b9b5
JB
31638Using the @samp{--start} option instructs the debugger to stop
31639the execution at the start of the inferior's main subprogram,
31640following the same behavior as the @code{start} command
31641(@pxref{Starting}).
31642
922fbb7b
AC
31643@subsubheading @value{GDBN} Command
31644
31645The corresponding @value{GDBN} command is @samp{run}.
31646
ef21caaf 31647@subsubheading Examples
922fbb7b
AC
31648
31649@smallexample
594fe323 31650(gdb)
922fbb7b
AC
31651-break-insert main
31652^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 31653(gdb)
922fbb7b
AC
31654-exec-run
31655^running
594fe323 31656(gdb)
a47ec5fe 31657*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 31658frame=@{func="main",args=[],file="recursive2.c",
6d52907e 31659fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
594fe323 31660(gdb)
922fbb7b
AC
31661@end smallexample
31662
ef21caaf
NR
31663@noindent
31664Program exited normally:
31665
31666@smallexample
594fe323 31667(gdb)
ef21caaf
NR
31668-exec-run
31669^running
594fe323 31670(gdb)
ef21caaf
NR
31671x = 55
31672*stopped,reason="exited-normally"
594fe323 31673(gdb)
ef21caaf
NR
31674@end smallexample
31675
31676@noindent
31677Program exited exceptionally:
31678
31679@smallexample
594fe323 31680(gdb)
ef21caaf
NR
31681-exec-run
31682^running
594fe323 31683(gdb)
ef21caaf
NR
31684x = 55
31685*stopped,reason="exited",exit-code="01"
594fe323 31686(gdb)
ef21caaf
NR
31687@end smallexample
31688
31689Another way the program can terminate is if it receives a signal such as
31690@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
31691
31692@smallexample
594fe323 31693(gdb)
ef21caaf
NR
31694*stopped,reason="exited-signalled",signal-name="SIGINT",
31695signal-meaning="Interrupt"
31696@end smallexample
31697
922fbb7b 31698
a2c02241
NR
31699@c @subheading -exec-signal
31700
31701
31702@subheading The @code{-exec-step} Command
31703@findex -exec-step
922fbb7b
AC
31704
31705@subsubheading Synopsis
31706
31707@smallexample
540aa8e7 31708 -exec-step [--reverse]
922fbb7b
AC
31709@end smallexample
31710
a2c02241
NR
31711Resumes execution of the inferior program, stopping when the beginning
31712of the next source line is reached, if the next source line is not a
31713function call. If it is, stop at the first instruction of the called
540aa8e7
MS
31714function. If the @samp{--reverse} option is specified, resumes reverse
31715execution of the inferior program, stopping at the beginning of the
31716previously executed source line.
922fbb7b
AC
31717
31718@subsubheading @value{GDBN} Command
31719
a2c02241 31720The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
31721
31722@subsubheading Example
31723
31724Stepping into a function:
31725
31726@smallexample
31727-exec-step
31728^running
594fe323 31729(gdb)
922fbb7b
AC
31730*stopped,reason="end-stepping-range",
31731frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 31732@{name="b",value="0"@}],file="recursive2.c",
6d52907e 31733fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
594fe323 31734(gdb)
922fbb7b
AC
31735@end smallexample
31736
31737Regular stepping:
31738
31739@smallexample
31740-exec-step
31741^running
594fe323 31742(gdb)
922fbb7b 31743*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 31744(gdb)
922fbb7b
AC
31745@end smallexample
31746
31747
31748@subheading The @code{-exec-step-instruction} Command
31749@findex -exec-step-instruction
31750
31751@subsubheading Synopsis
31752
31753@smallexample
540aa8e7 31754 -exec-step-instruction [--reverse]
922fbb7b
AC
31755@end smallexample
31756
540aa8e7
MS
31757Resumes the inferior which executes one machine instruction. If the
31758@samp{--reverse} option is specified, resumes reverse execution of the
31759inferior program, stopping at the previously executed instruction.
31760The output, once @value{GDBN} has stopped, will vary depending on
31761whether we have stopped in the middle of a source line or not. In the
31762former case, the address at which the program stopped will be printed
31763as well.
922fbb7b
AC
31764
31765@subsubheading @value{GDBN} Command
31766
31767The corresponding @value{GDBN} command is @samp{stepi}.
31768
31769@subsubheading Example
31770
31771@smallexample
594fe323 31772(gdb)
922fbb7b
AC
31773-exec-step-instruction
31774^running
31775
594fe323 31776(gdb)
922fbb7b 31777*stopped,reason="end-stepping-range",
76ff342d 31778frame=@{func="foo",args=[],file="try.c",
6d52907e 31779fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 31780(gdb)
922fbb7b
AC
31781-exec-step-instruction
31782^running
31783
594fe323 31784(gdb)
922fbb7b 31785*stopped,reason="end-stepping-range",
76ff342d 31786frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
6d52907e 31787fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
594fe323 31788(gdb)
922fbb7b
AC
31789@end smallexample
31790
31791
31792@subheading The @code{-exec-until} Command
31793@findex -exec-until
31794
31795@subsubheading Synopsis
31796
31797@smallexample
31798 -exec-until [ @var{location} ]
31799@end smallexample
31800
ef21caaf
NR
31801Executes the inferior until the @var{location} specified in the
31802argument is reached. If there is no argument, the inferior executes
31803until a source line greater than the current one is reached. The
31804reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
31805
31806@subsubheading @value{GDBN} Command
31807
31808The corresponding @value{GDBN} command is @samp{until}.
31809
31810@subsubheading Example
31811
31812@smallexample
594fe323 31813(gdb)
922fbb7b
AC
31814-exec-until recursive2.c:6
31815^running
594fe323 31816(gdb)
922fbb7b
AC
31817x = 55
31818*stopped,reason="location-reached",frame=@{func="main",args=[],
6d52907e
JV
31819file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
31820arch="i386:x86_64"@}
594fe323 31821(gdb)
922fbb7b
AC
31822@end smallexample
31823
31824@ignore
31825@subheading -file-clear
31826Is this going away????
31827@end ignore
31828
351ff01a 31829@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
31830@node GDB/MI Stack Manipulation
31831@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 31832
1e611234
PM
31833@subheading The @code{-enable-frame-filters} Command
31834@findex -enable-frame-filters
31835
31836@smallexample
31837-enable-frame-filters
31838@end smallexample
31839
31840@value{GDBN} allows Python-based frame filters to affect the output of
31841the MI commands relating to stack traces. As there is no way to
31842implement this in a fully backward-compatible way, a front end must
31843request that this functionality be enabled.
31844
31845Once enabled, this feature cannot be disabled.
31846
31847Note that if Python support has not been compiled into @value{GDBN},
31848this command will still succeed (and do nothing).
922fbb7b 31849
a2c02241
NR
31850@subheading The @code{-stack-info-frame} Command
31851@findex -stack-info-frame
922fbb7b
AC
31852
31853@subsubheading Synopsis
31854
31855@smallexample
a2c02241 31856 -stack-info-frame
922fbb7b
AC
31857@end smallexample
31858
a2c02241 31859Get info on the selected frame.
922fbb7b
AC
31860
31861@subsubheading @value{GDBN} Command
31862
a2c02241
NR
31863The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
31864(without arguments).
922fbb7b
AC
31865
31866@subsubheading Example
31867
31868@smallexample
594fe323 31869(gdb)
a2c02241
NR
31870-stack-info-frame
31871^done,frame=@{level="1",addr="0x0001076c",func="callee3",
31872file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31873fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
31874arch="i386:x86_64"@}
594fe323 31875(gdb)
922fbb7b
AC
31876@end smallexample
31877
a2c02241
NR
31878@subheading The @code{-stack-info-depth} Command
31879@findex -stack-info-depth
922fbb7b
AC
31880
31881@subsubheading Synopsis
31882
31883@smallexample
a2c02241 31884 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
31885@end smallexample
31886
a2c02241
NR
31887Return the depth of the stack. If the integer argument @var{max-depth}
31888is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
31889
31890@subsubheading @value{GDBN} Command
31891
a2c02241 31892There's no equivalent @value{GDBN} command.
922fbb7b
AC
31893
31894@subsubheading Example
31895
a2c02241
NR
31896For a stack with frame levels 0 through 11:
31897
922fbb7b 31898@smallexample
594fe323 31899(gdb)
a2c02241
NR
31900-stack-info-depth
31901^done,depth="12"
594fe323 31902(gdb)
a2c02241
NR
31903-stack-info-depth 4
31904^done,depth="4"
594fe323 31905(gdb)
a2c02241
NR
31906-stack-info-depth 12
31907^done,depth="12"
594fe323 31908(gdb)
a2c02241
NR
31909-stack-info-depth 11
31910^done,depth="11"
594fe323 31911(gdb)
a2c02241
NR
31912-stack-info-depth 13
31913^done,depth="12"
594fe323 31914(gdb)
922fbb7b
AC
31915@end smallexample
31916
1e611234 31917@anchor{-stack-list-arguments}
a2c02241
NR
31918@subheading The @code{-stack-list-arguments} Command
31919@findex -stack-list-arguments
922fbb7b
AC
31920
31921@subsubheading Synopsis
31922
31923@smallexample
6211c335 31924 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
a2c02241 31925 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
31926@end smallexample
31927
a2c02241
NR
31928Display a list of the arguments for the frames between @var{low-frame}
31929and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
31930@var{high-frame} are not provided, list the arguments for the whole
31931call stack. If the two arguments are equal, show the single frame
31932at the corresponding level. It is an error if @var{low-frame} is
31933larger than the actual number of frames. On the other hand,
31934@var{high-frame} may be larger than the actual number of frames, in
31935which case only existing frames will be returned.
a2c02241 31936
3afae151
VP
31937If @var{print-values} is 0 or @code{--no-values}, print only the names of
31938the variables; if it is 1 or @code{--all-values}, print also their
31939values; and if it is 2 or @code{--simple-values}, print the name,
31940type and value for simple data types, and the name and type for arrays,
1e611234
PM
31941structures and unions. If the option @code{--no-frame-filters} is
31942supplied, then Python frame filters will not be executed.
31943
6211c335
YQ
31944If the @code{--skip-unavailable} option is specified, arguments that
31945are not available are not listed. Partially available arguments
31946are still displayed, however.
922fbb7b 31947
b3372f91
VP
31948Use of this command to obtain arguments in a single frame is
31949deprecated in favor of the @samp{-stack-list-variables} command.
31950
922fbb7b
AC
31951@subsubheading @value{GDBN} Command
31952
a2c02241
NR
31953@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
31954@samp{gdb_get_args} command which partially overlaps with the
31955functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
31956
31957@subsubheading Example
922fbb7b 31958
a2c02241 31959@smallexample
594fe323 31960(gdb)
a2c02241
NR
31961-stack-list-frames
31962^done,
31963stack=[
31964frame=@{level="0",addr="0x00010734",func="callee4",
31965file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31966fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
31967arch="i386:x86_64"@},
a2c02241
NR
31968frame=@{level="1",addr="0x0001076c",func="callee3",
31969file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31970fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
31971arch="i386:x86_64"@},
a2c02241
NR
31972frame=@{level="2",addr="0x0001078c",func="callee2",
31973file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31974fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
31975arch="i386:x86_64"@},
a2c02241
NR
31976frame=@{level="3",addr="0x000107b4",func="callee1",
31977file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31978fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
31979arch="i386:x86_64"@},
a2c02241
NR
31980frame=@{level="4",addr="0x000107e0",func="main",
31981file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
6d52907e
JV
31982fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
31983arch="i386:x86_64"@}]
594fe323 31984(gdb)
a2c02241
NR
31985-stack-list-arguments 0
31986^done,
31987stack-args=[
31988frame=@{level="0",args=[]@},
31989frame=@{level="1",args=[name="strarg"]@},
31990frame=@{level="2",args=[name="intarg",name="strarg"]@},
31991frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
31992frame=@{level="4",args=[]@}]
594fe323 31993(gdb)
a2c02241
NR
31994-stack-list-arguments 1
31995^done,
31996stack-args=[
31997frame=@{level="0",args=[]@},
31998frame=@{level="1",
31999 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32000frame=@{level="2",args=[
32001@{name="intarg",value="2"@},
32002@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
32003@{frame=@{level="3",args=[
32004@{name="intarg",value="2"@},
32005@{name="strarg",value="0x11940 \"A string argument.\""@},
32006@{name="fltarg",value="3.5"@}]@},
32007frame=@{level="4",args=[]@}]
594fe323 32008(gdb)
a2c02241
NR
32009-stack-list-arguments 0 2 2
32010^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 32011(gdb)
a2c02241
NR
32012-stack-list-arguments 1 2 2
32013^done,stack-args=[frame=@{level="2",
32014args=[@{name="intarg",value="2"@},
32015@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 32016(gdb)
a2c02241
NR
32017@end smallexample
32018
32019@c @subheading -stack-list-exception-handlers
922fbb7b 32020
a2c02241 32021
1e611234 32022@anchor{-stack-list-frames}
a2c02241
NR
32023@subheading The @code{-stack-list-frames} Command
32024@findex -stack-list-frames
1abaf70c
BR
32025
32026@subsubheading Synopsis
32027
32028@smallexample
1e611234 32029 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
1abaf70c
BR
32030@end smallexample
32031
a2c02241
NR
32032List the frames currently on the stack. For each frame it displays the
32033following info:
32034
32035@table @samp
32036@item @var{level}
d3e8051b 32037The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
32038@item @var{addr}
32039The @code{$pc} value for that frame.
32040@item @var{func}
32041Function name.
32042@item @var{file}
32043File name of the source file where the function lives.
7d288aaa
TT
32044@item @var{fullname}
32045The full file name of the source file where the function lives.
a2c02241
NR
32046@item @var{line}
32047Line number corresponding to the @code{$pc}.
7d288aaa
TT
32048@item @var{from}
32049The shared library where this function is defined. This is only given
32050if the frame's function is not known.
6d52907e
JV
32051@item @var{arch}
32052Frame's architecture.
a2c02241
NR
32053@end table
32054
32055If invoked without arguments, this command prints a backtrace for the
32056whole stack. If given two integer arguments, it shows the frames whose
32057levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
32058are equal, it shows the single frame at the corresponding level. It is
32059an error if @var{low-frame} is larger than the actual number of
a5451f4e 32060frames. On the other hand, @var{high-frame} may be larger than the
1e611234
PM
32061actual number of frames, in which case only existing frames will be
32062returned. If the option @code{--no-frame-filters} is supplied, then
32063Python frame filters will not be executed.
1abaf70c
BR
32064
32065@subsubheading @value{GDBN} Command
32066
a2c02241 32067The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
32068
32069@subsubheading Example
32070
a2c02241
NR
32071Full stack backtrace:
32072
1abaf70c 32073@smallexample
594fe323 32074(gdb)
a2c02241
NR
32075-stack-list-frames
32076^done,stack=
32077[frame=@{level="0",addr="0x0001076c",func="foo",
6d52907e
JV
32078 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
32079 arch="i386:x86_64"@},
a2c02241 32080frame=@{level="1",addr="0x000107a4",func="foo",
6d52907e
JV
32081 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32082 arch="i386:x86_64"@},
a2c02241 32083frame=@{level="2",addr="0x000107a4",func="foo",
6d52907e
JV
32084 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32085 arch="i386:x86_64"@},
a2c02241 32086frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
32087 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32088 arch="i386:x86_64"@},
a2c02241 32089frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
32090 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32091 arch="i386:x86_64"@},
a2c02241 32092frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
32093 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32094 arch="i386:x86_64"@},
a2c02241 32095frame=@{level="6",addr="0x000107a4",func="foo",
6d52907e
JV
32096 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32097 arch="i386:x86_64"@},
a2c02241 32098frame=@{level="7",addr="0x000107a4",func="foo",
6d52907e
JV
32099 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32100 arch="i386:x86_64"@},
a2c02241 32101frame=@{level="8",addr="0x000107a4",func="foo",
6d52907e
JV
32102 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32103 arch="i386:x86_64"@},
a2c02241 32104frame=@{level="9",addr="0x000107a4",func="foo",
6d52907e
JV
32105 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32106 arch="i386:x86_64"@},
a2c02241 32107frame=@{level="10",addr="0x000107a4",func="foo",
6d52907e
JV
32108 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32109 arch="i386:x86_64"@},
a2c02241 32110frame=@{level="11",addr="0x00010738",func="main",
6d52907e
JV
32111 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
32112 arch="i386:x86_64"@}]
594fe323 32113(gdb)
1abaf70c
BR
32114@end smallexample
32115
a2c02241 32116Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 32117
a2c02241 32118@smallexample
594fe323 32119(gdb)
a2c02241
NR
32120-stack-list-frames 3 5
32121^done,stack=
32122[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
32123 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32124 arch="i386:x86_64"@},
a2c02241 32125frame=@{level="4",addr="0x000107a4",func="foo",
6d52907e
JV
32126 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32127 arch="i386:x86_64"@},
a2c02241 32128frame=@{level="5",addr="0x000107a4",func="foo",
6d52907e
JV
32129 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32130 arch="i386:x86_64"@}]
594fe323 32131(gdb)
a2c02241 32132@end smallexample
922fbb7b 32133
a2c02241 32134Show a single frame:
922fbb7b
AC
32135
32136@smallexample
594fe323 32137(gdb)
a2c02241
NR
32138-stack-list-frames 3 3
32139^done,stack=
32140[frame=@{level="3",addr="0x000107a4",func="foo",
6d52907e
JV
32141 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32142 arch="i386:x86_64"@}]
594fe323 32143(gdb)
922fbb7b
AC
32144@end smallexample
32145
922fbb7b 32146
a2c02241
NR
32147@subheading The @code{-stack-list-locals} Command
32148@findex -stack-list-locals
1e611234 32149@anchor{-stack-list-locals}
57c22c6c 32150
a2c02241 32151@subsubheading Synopsis
922fbb7b
AC
32152
32153@smallexample
6211c335 32154 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
922fbb7b
AC
32155@end smallexample
32156
a2c02241
NR
32157Display the local variable names for the selected frame. If
32158@var{print-values} is 0 or @code{--no-values}, print only the names of
32159the variables; if it is 1 or @code{--all-values}, print also their
32160values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 32161type and value for simple data types, and the name and type for arrays,
a2c02241
NR
32162structures and unions. In this last case, a frontend can immediately
32163display the value of simple data types and create variable objects for
d3e8051b 32164other data types when the user wishes to explore their values in
1e611234
PM
32165more detail. If the option @code{--no-frame-filters} is supplied, then
32166Python frame filters will not be executed.
922fbb7b 32167
6211c335
YQ
32168If the @code{--skip-unavailable} option is specified, local variables
32169that are not available are not listed. Partially available local
32170variables are still displayed, however.
32171
b3372f91
VP
32172This command is deprecated in favor of the
32173@samp{-stack-list-variables} command.
32174
922fbb7b
AC
32175@subsubheading @value{GDBN} Command
32176
a2c02241 32177@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
32178
32179@subsubheading Example
922fbb7b
AC
32180
32181@smallexample
594fe323 32182(gdb)
a2c02241
NR
32183-stack-list-locals 0
32184^done,locals=[name="A",name="B",name="C"]
594fe323 32185(gdb)
a2c02241
NR
32186-stack-list-locals --all-values
32187^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
32188 @{name="C",value="@{1, 2, 3@}"@}]
32189-stack-list-locals --simple-values
32190^done,locals=[@{name="A",type="int",value="1"@},
32191 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 32192(gdb)
922fbb7b
AC
32193@end smallexample
32194
1e611234 32195@anchor{-stack-list-variables}
b3372f91
VP
32196@subheading The @code{-stack-list-variables} Command
32197@findex -stack-list-variables
32198
32199@subsubheading Synopsis
32200
32201@smallexample
6211c335 32202 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
b3372f91
VP
32203@end smallexample
32204
32205Display the names of local variables and function arguments for the selected frame. If
32206@var{print-values} is 0 or @code{--no-values}, print only the names of
32207the variables; if it is 1 or @code{--all-values}, print also their
32208values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 32209type and value for simple data types, and the name and type for arrays,
1e611234
PM
32210structures and unions. If the option @code{--no-frame-filters} is
32211supplied, then Python frame filters will not be executed.
b3372f91 32212
6211c335
YQ
32213If the @code{--skip-unavailable} option is specified, local variables
32214and arguments that are not available are not listed. Partially
32215available arguments and local variables are still displayed, however.
32216
b3372f91
VP
32217@subsubheading Example
32218
32219@smallexample
32220(gdb)
32221-stack-list-variables --thread 1 --frame 0 --all-values
4f412fd0 32222^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
b3372f91
VP
32223(gdb)
32224@end smallexample
32225
922fbb7b 32226
a2c02241
NR
32227@subheading The @code{-stack-select-frame} Command
32228@findex -stack-select-frame
922fbb7b
AC
32229
32230@subsubheading Synopsis
32231
32232@smallexample
a2c02241 32233 -stack-select-frame @var{framenum}
922fbb7b
AC
32234@end smallexample
32235
a2c02241
NR
32236Change the selected frame. Select a different frame @var{framenum} on
32237the stack.
922fbb7b 32238
c3b108f7
VP
32239This command in deprecated in favor of passing the @samp{--frame}
32240option to every command.
32241
922fbb7b
AC
32242@subsubheading @value{GDBN} Command
32243
a2c02241
NR
32244The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
32245@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
32246
32247@subsubheading Example
32248
32249@smallexample
594fe323 32250(gdb)
a2c02241 32251-stack-select-frame 2
922fbb7b 32252^done
594fe323 32253(gdb)
922fbb7b
AC
32254@end smallexample
32255
32256@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
32257@node GDB/MI Variable Objects
32258@section @sc{gdb/mi} Variable Objects
922fbb7b 32259
a1b5960f 32260@ignore
922fbb7b 32261
a2c02241 32262@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 32263
a2c02241
NR
32264For the implementation of a variable debugger window (locals, watched
32265expressions, etc.), we are proposing the adaptation of the existing code
32266used by @code{Insight}.
922fbb7b 32267
a2c02241 32268The two main reasons for that are:
922fbb7b 32269
a2c02241
NR
32270@enumerate 1
32271@item
32272It has been proven in practice (it is already on its second generation).
922fbb7b 32273
a2c02241
NR
32274@item
32275It will shorten development time (needless to say how important it is
32276now).
32277@end enumerate
922fbb7b 32278
a2c02241
NR
32279The original interface was designed to be used by Tcl code, so it was
32280slightly changed so it could be used through @sc{gdb/mi}. This section
32281describes the @sc{gdb/mi} operations that will be available and gives some
32282hints about their use.
922fbb7b 32283
a2c02241
NR
32284@emph{Note}: In addition to the set of operations described here, we
32285expect the @sc{gui} implementation of a variable window to require, at
32286least, the following operations:
922fbb7b 32287
a2c02241
NR
32288@itemize @bullet
32289@item @code{-gdb-show} @code{output-radix}
32290@item @code{-stack-list-arguments}
32291@item @code{-stack-list-locals}
32292@item @code{-stack-select-frame}
32293@end itemize
922fbb7b 32294
a1b5960f
VP
32295@end ignore
32296
c8b2f53c 32297@subheading Introduction to Variable Objects
922fbb7b 32298
a2c02241 32299@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
32300
32301Variable objects are "object-oriented" MI interface for examining and
32302changing values of expressions. Unlike some other MI interfaces that
32303work with expressions, variable objects are specifically designed for
32304simple and efficient presentation in the frontend. A variable object
32305is identified by string name. When a variable object is created, the
32306frontend specifies the expression for that variable object. The
32307expression can be a simple variable, or it can be an arbitrary complex
32308expression, and can even involve CPU registers. After creating a
32309variable object, the frontend can invoke other variable object
32310operations---for example to obtain or change the value of a variable
32311object, or to change display format.
32312
32313Variable objects have hierarchical tree structure. Any variable object
32314that corresponds to a composite type, such as structure in C, has
32315a number of child variable objects, for example corresponding to each
32316element of a structure. A child variable object can itself have
32317children, recursively. Recursion ends when we reach
25d5ea92
VP
32318leaf variable objects, which always have built-in types. Child variable
32319objects are created only by explicit request, so if a frontend
32320is not interested in the children of a particular variable object, no
32321child will be created.
c8b2f53c
VP
32322
32323For a leaf variable object it is possible to obtain its value as a
32324string, or set the value from a string. String value can be also
32325obtained for a non-leaf variable object, but it's generally a string
32326that only indicates the type of the object, and does not list its
32327contents. Assignment to a non-leaf variable object is not allowed.
32328
32329A frontend does not need to read the values of all variable objects each time
32330the program stops. Instead, MI provides an update command that lists all
32331variable objects whose values has changed since the last update
32332operation. This considerably reduces the amount of data that must
25d5ea92
VP
32333be transferred to the frontend. As noted above, children variable
32334objects are created on demand, and only leaf variable objects have a
32335real value. As result, gdb will read target memory only for leaf
32336variables that frontend has created.
32337
32338The automatic update is not always desirable. For example, a frontend
32339might want to keep a value of some expression for future reference,
32340and never update it. For another example, fetching memory is
32341relatively slow for embedded targets, so a frontend might want
32342to disable automatic update for the variables that are either not
32343visible on the screen, or ``closed''. This is possible using so
32344called ``frozen variable objects''. Such variable objects are never
32345implicitly updated.
922fbb7b 32346
c3b108f7
VP
32347Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
32348fixed variable object, the expression is parsed when the variable
32349object is created, including associating identifiers to specific
32350variables. The meaning of expression never changes. For a floating
32351variable object the values of variables whose names appear in the
32352expressions are re-evaluated every time in the context of the current
32353frame. Consider this example:
32354
32355@smallexample
32356void do_work(...)
32357@{
32358 struct work_state state;
32359
32360 if (...)
32361 do_work(...);
32362@}
32363@end smallexample
32364
32365If a fixed variable object for the @code{state} variable is created in
7a9dd1b2 32366this function, and we enter the recursive call, the variable
c3b108f7
VP
32367object will report the value of @code{state} in the top-level
32368@code{do_work} invocation. On the other hand, a floating variable
32369object will report the value of @code{state} in the current frame.
32370
32371If an expression specified when creating a fixed variable object
32372refers to a local variable, the variable object becomes bound to the
32373thread and frame in which the variable object is created. When such
32374variable object is updated, @value{GDBN} makes sure that the
32375thread/frame combination the variable object is bound to still exists,
32376and re-evaluates the variable object in context of that thread/frame.
32377
a2c02241
NR
32378The following is the complete set of @sc{gdb/mi} operations defined to
32379access this functionality:
922fbb7b 32380
a2c02241
NR
32381@multitable @columnfractions .4 .6
32382@item @strong{Operation}
32383@tab @strong{Description}
922fbb7b 32384
0cc7d26f
TT
32385@item @code{-enable-pretty-printing}
32386@tab enable Python-based pretty-printing
a2c02241
NR
32387@item @code{-var-create}
32388@tab create a variable object
32389@item @code{-var-delete}
22d8a470 32390@tab delete the variable object and/or its children
a2c02241
NR
32391@item @code{-var-set-format}
32392@tab set the display format of this variable
32393@item @code{-var-show-format}
32394@tab show the display format of this variable
32395@item @code{-var-info-num-children}
32396@tab tells how many children this object has
32397@item @code{-var-list-children}
32398@tab return a list of the object's children
32399@item @code{-var-info-type}
32400@tab show the type of this variable object
32401@item @code{-var-info-expression}
02142340
VP
32402@tab print parent-relative expression that this variable object represents
32403@item @code{-var-info-path-expression}
32404@tab print full expression that this variable object represents
a2c02241
NR
32405@item @code{-var-show-attributes}
32406@tab is this variable editable? does it exist here?
32407@item @code{-var-evaluate-expression}
32408@tab get the value of this variable
32409@item @code{-var-assign}
32410@tab set the value of this variable
32411@item @code{-var-update}
32412@tab update the variable and its children
25d5ea92 32413@item @code{-var-set-frozen}
6b92c0d3 32414@tab set frozenness attribute
0cc7d26f
TT
32415@item @code{-var-set-update-range}
32416@tab set range of children to display on update
a2c02241 32417@end multitable
922fbb7b 32418
a2c02241
NR
32419In the next subsection we describe each operation in detail and suggest
32420how it can be used.
922fbb7b 32421
a2c02241 32422@subheading Description And Use of Operations on Variable Objects
922fbb7b 32423
0cc7d26f
TT
32424@subheading The @code{-enable-pretty-printing} Command
32425@findex -enable-pretty-printing
32426
32427@smallexample
32428-enable-pretty-printing
32429@end smallexample
32430
32431@value{GDBN} allows Python-based visualizers to affect the output of the
32432MI variable object commands. However, because there was no way to
32433implement this in a fully backward-compatible way, a front end must
32434request that this functionality be enabled.
32435
32436Once enabled, this feature cannot be disabled.
32437
32438Note that if Python support has not been compiled into @value{GDBN},
32439this command will still succeed (and do nothing).
32440
f43030c4
TT
32441This feature is currently (as of @value{GDBN} 7.0) experimental, and
32442may work differently in future versions of @value{GDBN}.
32443
a2c02241
NR
32444@subheading The @code{-var-create} Command
32445@findex -var-create
ef21caaf 32446
a2c02241 32447@subsubheading Synopsis
ef21caaf 32448
a2c02241
NR
32449@smallexample
32450 -var-create @{@var{name} | "-"@}
c3b108f7 32451 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
32452@end smallexample
32453
32454This operation creates a variable object, which allows the monitoring of
32455a variable, the result of an expression, a memory cell or a CPU
32456register.
ef21caaf 32457
a2c02241
NR
32458The @var{name} parameter is the string by which the object can be
32459referenced. It must be unique. If @samp{-} is specified, the varobj
32460system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 32461unique provided that one does not specify @var{name} of that format.
a2c02241 32462The command fails if a duplicate name is found.
ef21caaf 32463
a2c02241
NR
32464The frame under which the expression should be evaluated can be
32465specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
32466frame should be used. A @samp{@@} indicates that a floating variable
32467object must be created.
922fbb7b 32468
a2c02241
NR
32469@var{expression} is any expression valid on the current language set (must not
32470begin with a @samp{*}), or one of the following:
922fbb7b 32471
a2c02241
NR
32472@itemize @bullet
32473@item
32474@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 32475
a2c02241
NR
32476@item
32477@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 32478
a2c02241
NR
32479@item
32480@samp{$@var{regname}} --- a CPU register name
32481@end itemize
922fbb7b 32482
0cc7d26f
TT
32483@cindex dynamic varobj
32484A varobj's contents may be provided by a Python-based pretty-printer. In this
32485case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
32486have slightly different semantics in some cases. If the
32487@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
32488will never create a dynamic varobj. This ensures backward
32489compatibility for existing clients.
32490
a2c02241 32491@subsubheading Result
922fbb7b 32492
0cc7d26f
TT
32493This operation returns attributes of the newly-created varobj. These
32494are:
32495
32496@table @samp
32497@item name
32498The name of the varobj.
32499
32500@item numchild
32501The number of children of the varobj. This number is not necessarily
32502reliable for a dynamic varobj. Instead, you must examine the
32503@samp{has_more} attribute.
32504
32505@item value
32506The varobj's scalar value. For a varobj whose type is some sort of
32507aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
32508will not be interesting.
32509
32510@item type
32511The varobj's type. This is a string representation of the type, as
8264ba82
AG
32512would be printed by the @value{GDBN} CLI. If @samp{print object}
32513(@pxref{Print Settings, set print object}) is set to @code{on}, the
32514@emph{actual} (derived) type of the object is shown rather than the
32515@emph{declared} one.
0cc7d26f
TT
32516
32517@item thread-id
32518If a variable object is bound to a specific thread, then this is the
5d5658a1 32519thread's global identifier.
0cc7d26f
TT
32520
32521@item has_more
32522For a dynamic varobj, this indicates whether there appear to be any
32523children available. For a non-dynamic varobj, this will be 0.
32524
32525@item dynamic
32526This attribute will be present and have the value @samp{1} if the
32527varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32528then this attribute will not be present.
32529
32530@item displayhint
32531A dynamic varobj can supply a display hint to the front end. The
32532value comes directly from the Python pretty-printer object's
4c374409 32533@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
32534@end table
32535
32536Typical output will look like this:
922fbb7b
AC
32537
32538@smallexample
0cc7d26f
TT
32539 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
32540 has_more="@var{has_more}"
dcaaae04
NR
32541@end smallexample
32542
a2c02241
NR
32543
32544@subheading The @code{-var-delete} Command
32545@findex -var-delete
922fbb7b
AC
32546
32547@subsubheading Synopsis
32548
32549@smallexample
22d8a470 32550 -var-delete [ -c ] @var{name}
922fbb7b
AC
32551@end smallexample
32552
a2c02241 32553Deletes a previously created variable object and all of its children.
22d8a470 32554With the @samp{-c} option, just deletes the children.
922fbb7b 32555
a2c02241 32556Returns an error if the object @var{name} is not found.
922fbb7b 32557
922fbb7b 32558
a2c02241
NR
32559@subheading The @code{-var-set-format} Command
32560@findex -var-set-format
922fbb7b 32561
a2c02241 32562@subsubheading Synopsis
922fbb7b
AC
32563
32564@smallexample
a2c02241 32565 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
32566@end smallexample
32567
a2c02241
NR
32568Sets the output format for the value of the object @var{name} to be
32569@var{format-spec}.
32570
de051565 32571@anchor{-var-set-format}
a2c02241
NR
32572The syntax for the @var{format-spec} is as follows:
32573
32574@smallexample
32575 @var{format-spec} @expansion{}
1c35a88f 32576 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
a2c02241
NR
32577@end smallexample
32578
c8b2f53c
VP
32579The natural format is the default format choosen automatically
32580based on the variable type (like decimal for an @code{int}, hex
32581for pointers, etc.).
32582
1c35a88f
LM
32583The zero-hexadecimal format has a representation similar to hexadecimal
32584but with padding zeroes to the left of the value. For example, a 32-bit
32585hexadecimal value of 0x1234 would be represented as 0x00001234 in the
32586zero-hexadecimal format.
32587
c8b2f53c
VP
32588For a variable with children, the format is set only on the
32589variable itself, and the children are not affected.
a2c02241
NR
32590
32591@subheading The @code{-var-show-format} Command
32592@findex -var-show-format
922fbb7b
AC
32593
32594@subsubheading Synopsis
32595
32596@smallexample
a2c02241 32597 -var-show-format @var{name}
922fbb7b
AC
32598@end smallexample
32599
a2c02241 32600Returns the format used to display the value of the object @var{name}.
922fbb7b 32601
a2c02241
NR
32602@smallexample
32603 @var{format} @expansion{}
32604 @var{format-spec}
32605@end smallexample
922fbb7b 32606
922fbb7b 32607
a2c02241
NR
32608@subheading The @code{-var-info-num-children} Command
32609@findex -var-info-num-children
32610
32611@subsubheading Synopsis
32612
32613@smallexample
32614 -var-info-num-children @var{name}
32615@end smallexample
32616
32617Returns the number of children of a variable object @var{name}:
32618
32619@smallexample
32620 numchild=@var{n}
32621@end smallexample
32622
0cc7d26f
TT
32623Note that this number is not completely reliable for a dynamic varobj.
32624It will return the current number of children, but more children may
32625be available.
32626
a2c02241
NR
32627
32628@subheading The @code{-var-list-children} Command
32629@findex -var-list-children
32630
32631@subsubheading Synopsis
32632
32633@smallexample
0cc7d26f 32634 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
a2c02241 32635@end smallexample
b569d230 32636@anchor{-var-list-children}
a2c02241
NR
32637
32638Return a list of the children of the specified variable object and
32639create variable objects for them, if they do not already exist. With
f5011d11 32640a single argument or if @var{print-values} has a value of 0 or
a2c02241
NR
32641@code{--no-values}, print only the names of the variables; if
32642@var{print-values} is 1 or @code{--all-values}, also print their
32643values; and if it is 2 or @code{--simple-values} print the name and
32644value for simple data types and just the name for arrays, structures
32645and unions.
922fbb7b 32646
0cc7d26f
TT
32647@var{from} and @var{to}, if specified, indicate the range of children
32648to report. If @var{from} or @var{to} is less than zero, the range is
32649reset and all children will be reported. Otherwise, children starting
32650at @var{from} (zero-based) and up to and excluding @var{to} will be
32651reported.
32652
32653If a child range is requested, it will only affect the current call to
32654@code{-var-list-children}, but not future calls to @code{-var-update}.
32655For this, you must instead use @code{-var-set-update-range}. The
32656intent of this approach is to enable a front end to implement any
32657update approach it likes; for example, scrolling a view may cause the
32658front end to request more children with @code{-var-list-children}, and
32659then the front end could call @code{-var-set-update-range} with a
32660different range to ensure that future updates are restricted to just
32661the visible items.
32662
b569d230
EZ
32663For each child the following results are returned:
32664
32665@table @var
32666
32667@item name
32668Name of the variable object created for this child.
32669
32670@item exp
32671The expression to be shown to the user by the front end to designate this child.
32672For example this may be the name of a structure member.
32673
0cc7d26f
TT
32674For a dynamic varobj, this value cannot be used to form an
32675expression. There is no way to do this at all with a dynamic varobj.
32676
b569d230
EZ
32677For C/C@t{++} structures there are several pseudo children returned to
32678designate access qualifiers. For these pseudo children @var{exp} is
32679@samp{public}, @samp{private}, or @samp{protected}. In this case the
32680type and value are not present.
32681
0cc7d26f
TT
32682A dynamic varobj will not report the access qualifying
32683pseudo-children, regardless of the language. This information is not
32684available at all with a dynamic varobj.
32685
b569d230 32686@item numchild
0cc7d26f
TT
32687Number of children this child has. For a dynamic varobj, this will be
326880.
b569d230
EZ
32689
32690@item type
8264ba82
AG
32691The type of the child. If @samp{print object}
32692(@pxref{Print Settings, set print object}) is set to @code{on}, the
32693@emph{actual} (derived) type of the object is shown rather than the
32694@emph{declared} one.
b569d230
EZ
32695
32696@item value
32697If values were requested, this is the value.
32698
32699@item thread-id
5d5658a1
PA
32700If this variable object is associated with a thread, this is the
32701thread's global thread id. Otherwise this result is not present.
b569d230
EZ
32702
32703@item frozen
32704If the variable object is frozen, this variable will be present with a value of 1.
c78feb39 32705
9df9dbe0
YQ
32706@item displayhint
32707A dynamic varobj can supply a display hint to the front end. The
32708value comes directly from the Python pretty-printer object's
32709@code{display_hint} method. @xref{Pretty Printing API}.
32710
c78feb39
YQ
32711@item dynamic
32712This attribute will be present and have the value @samp{1} if the
32713varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32714then this attribute will not be present.
32715
b569d230
EZ
32716@end table
32717
0cc7d26f
TT
32718The result may have its own attributes:
32719
32720@table @samp
32721@item displayhint
32722A dynamic varobj can supply a display hint to the front end. The
32723value comes directly from the Python pretty-printer object's
4c374409 32724@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
32725
32726@item has_more
32727This is an integer attribute which is nonzero if there are children
32728remaining after the end of the selected range.
32729@end table
32730
922fbb7b
AC
32731@subsubheading Example
32732
32733@smallexample
594fe323 32734(gdb)
a2c02241 32735 -var-list-children n
b569d230 32736 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 32737 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 32738(gdb)
a2c02241 32739 -var-list-children --all-values n
b569d230 32740 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 32741 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
32742@end smallexample
32743
922fbb7b 32744
a2c02241
NR
32745@subheading The @code{-var-info-type} Command
32746@findex -var-info-type
922fbb7b 32747
a2c02241
NR
32748@subsubheading Synopsis
32749
32750@smallexample
32751 -var-info-type @var{name}
32752@end smallexample
32753
32754Returns the type of the specified variable @var{name}. The type is
32755returned as a string in the same format as it is output by the
32756@value{GDBN} CLI:
32757
32758@smallexample
32759 type=@var{typename}
32760@end smallexample
32761
32762
32763@subheading The @code{-var-info-expression} Command
32764@findex -var-info-expression
922fbb7b
AC
32765
32766@subsubheading Synopsis
32767
32768@smallexample
a2c02241 32769 -var-info-expression @var{name}
922fbb7b
AC
32770@end smallexample
32771
02142340
VP
32772Returns a string that is suitable for presenting this
32773variable object in user interface. The string is generally
32774not valid expression in the current language, and cannot be evaluated.
32775
32776For example, if @code{a} is an array, and variable object
32777@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 32778
a2c02241 32779@smallexample
02142340
VP
32780(gdb) -var-info-expression A.1
32781^done,lang="C",exp="1"
a2c02241 32782@end smallexample
922fbb7b 32783
a2c02241 32784@noindent
fa4d0c40
YQ
32785Here, the value of @code{lang} is the language name, which can be
32786found in @ref{Supported Languages}.
02142340
VP
32787
32788Note that the output of the @code{-var-list-children} command also
32789includes those expressions, so the @code{-var-info-expression} command
32790is of limited use.
32791
32792@subheading The @code{-var-info-path-expression} Command
32793@findex -var-info-path-expression
32794
32795@subsubheading Synopsis
32796
32797@smallexample
32798 -var-info-path-expression @var{name}
32799@end smallexample
32800
32801Returns an expression that can be evaluated in the current
32802context and will yield the same value that a variable object has.
32803Compare this with the @code{-var-info-expression} command, which
32804result can be used only for UI presentation. Typical use of
32805the @code{-var-info-path-expression} command is creating a
32806watchpoint from a variable object.
32807
0cc7d26f
TT
32808This command is currently not valid for children of a dynamic varobj,
32809and will give an error when invoked on one.
32810
02142340
VP
32811For example, suppose @code{C} is a C@t{++} class, derived from class
32812@code{Base}, and that the @code{Base} class has a member called
32813@code{m_size}. Assume a variable @code{c} is has the type of
32814@code{C} and a variable object @code{C} was created for variable
32815@code{c}. Then, we'll get this output:
32816@smallexample
32817(gdb) -var-info-path-expression C.Base.public.m_size
32818^done,path_expr=((Base)c).m_size)
32819@end smallexample
922fbb7b 32820
a2c02241
NR
32821@subheading The @code{-var-show-attributes} Command
32822@findex -var-show-attributes
922fbb7b 32823
a2c02241 32824@subsubheading Synopsis
922fbb7b 32825
a2c02241
NR
32826@smallexample
32827 -var-show-attributes @var{name}
32828@end smallexample
922fbb7b 32829
a2c02241 32830List attributes of the specified variable object @var{name}:
922fbb7b
AC
32831
32832@smallexample
a2c02241 32833 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
32834@end smallexample
32835
a2c02241
NR
32836@noindent
32837where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
32838
32839@subheading The @code{-var-evaluate-expression} Command
32840@findex -var-evaluate-expression
32841
32842@subsubheading Synopsis
32843
32844@smallexample
de051565 32845 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
32846@end smallexample
32847
32848Evaluates the expression that is represented by the specified variable
de051565
MK
32849object and returns its value as a string. The format of the string
32850can be specified with the @samp{-f} option. The possible values of
32851this option are the same as for @code{-var-set-format}
32852(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
32853the current display format will be used. The current display format
32854can be changed using the @code{-var-set-format} command.
a2c02241
NR
32855
32856@smallexample
32857 value=@var{value}
32858@end smallexample
32859
32860Note that one must invoke @code{-var-list-children} for a variable
32861before the value of a child variable can be evaluated.
32862
32863@subheading The @code{-var-assign} Command
32864@findex -var-assign
32865
32866@subsubheading Synopsis
32867
32868@smallexample
32869 -var-assign @var{name} @var{expression}
32870@end smallexample
32871
32872Assigns the value of @var{expression} to the variable object specified
32873by @var{name}. The object must be @samp{editable}. If the variable's
32874value is altered by the assign, the variable will show up in any
32875subsequent @code{-var-update} list.
32876
32877@subsubheading Example
922fbb7b
AC
32878
32879@smallexample
594fe323 32880(gdb)
a2c02241
NR
32881-var-assign var1 3
32882^done,value="3"
594fe323 32883(gdb)
a2c02241
NR
32884-var-update *
32885^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 32886(gdb)
922fbb7b
AC
32887@end smallexample
32888
a2c02241
NR
32889@subheading The @code{-var-update} Command
32890@findex -var-update
32891
32892@subsubheading Synopsis
32893
32894@smallexample
32895 -var-update [@var{print-values}] @{@var{name} | "*"@}
32896@end smallexample
32897
c8b2f53c
VP
32898Reevaluate the expressions corresponding to the variable object
32899@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
32900list of variable objects whose values have changed; @var{name} must
32901be a root variable object. Here, ``changed'' means that the result of
32902@code{-var-evaluate-expression} before and after the
32903@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
32904object names, all existing variable objects are updated, except
32905for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 32906@var{print-values} determines whether both names and values, or just
de051565 32907names are printed. The possible values of this option are the same
36ece8b3
NR
32908as for @code{-var-list-children} (@pxref{-var-list-children}). It is
32909recommended to use the @samp{--all-values} option, to reduce the
32910number of MI commands needed on each program stop.
c8b2f53c 32911
c3b108f7
VP
32912With the @samp{*} parameter, if a variable object is bound to a
32913currently running thread, it will not be updated, without any
32914diagnostic.
a2c02241 32915
0cc7d26f
TT
32916If @code{-var-set-update-range} was previously used on a varobj, then
32917only the selected range of children will be reported.
922fbb7b 32918
0cc7d26f
TT
32919@code{-var-update} reports all the changed varobjs in a tuple named
32920@samp{changelist}.
32921
32922Each item in the change list is itself a tuple holding:
32923
32924@table @samp
32925@item name
32926The name of the varobj.
32927
32928@item value
32929If values were requested for this update, then this field will be
32930present and will hold the value of the varobj.
922fbb7b 32931
0cc7d26f 32932@item in_scope
9f708cb2 32933@anchor{-var-update}
0cc7d26f 32934This field is a string which may take one of three values:
36ece8b3
NR
32935
32936@table @code
32937@item "true"
32938The variable object's current value is valid.
32939
32940@item "false"
32941The variable object does not currently hold a valid value but it may
32942hold one in the future if its associated expression comes back into
32943scope.
32944
32945@item "invalid"
32946The variable object no longer holds a valid value.
32947This can occur when the executable file being debugged has changed,
32948either through recompilation or by using the @value{GDBN} @code{file}
32949command. The front end should normally choose to delete these variable
32950objects.
32951@end table
32952
32953In the future new values may be added to this list so the front should
32954be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
32955
0cc7d26f
TT
32956@item type_changed
32957This is only present if the varobj is still valid. If the type
32958changed, then this will be the string @samp{true}; otherwise it will
32959be @samp{false}.
32960
7191c139
JB
32961When a varobj's type changes, its children are also likely to have
32962become incorrect. Therefore, the varobj's children are automatically
32963deleted when this attribute is @samp{true}. Also, the varobj's update
32964range, when set using the @code{-var-set-update-range} command, is
32965unset.
32966
0cc7d26f
TT
32967@item new_type
32968If the varobj's type changed, then this field will be present and will
32969hold the new type.
32970
32971@item new_num_children
32972For a dynamic varobj, if the number of children changed, or if the
32973type changed, this will be the new number of children.
32974
32975The @samp{numchild} field in other varobj responses is generally not
32976valid for a dynamic varobj -- it will show the number of children that
32977@value{GDBN} knows about, but because dynamic varobjs lazily
32978instantiate their children, this will not reflect the number of
32979children which may be available.
32980
32981The @samp{new_num_children} attribute only reports changes to the
32982number of children known by @value{GDBN}. This is the only way to
32983detect whether an update has removed children (which necessarily can
32984only happen at the end of the update range).
32985
32986@item displayhint
32987The display hint, if any.
32988
32989@item has_more
32990This is an integer value, which will be 1 if there are more children
32991available outside the varobj's update range.
32992
32993@item dynamic
32994This attribute will be present and have the value @samp{1} if the
32995varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
32996then this attribute will not be present.
32997
32998@item new_children
32999If new children were added to a dynamic varobj within the selected
33000update range (as set by @code{-var-set-update-range}), then they will
33001be listed in this attribute.
33002@end table
33003
33004@subsubheading Example
33005
33006@smallexample
33007(gdb)
33008-var-assign var1 3
33009^done,value="3"
33010(gdb)
33011-var-update --all-values var1
33012^done,changelist=[@{name="var1",value="3",in_scope="true",
33013type_changed="false"@}]
33014(gdb)
33015@end smallexample
33016
25d5ea92
VP
33017@subheading The @code{-var-set-frozen} Command
33018@findex -var-set-frozen
9f708cb2 33019@anchor{-var-set-frozen}
25d5ea92
VP
33020
33021@subsubheading Synopsis
33022
33023@smallexample
9f708cb2 33024 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
33025@end smallexample
33026
9f708cb2 33027Set the frozenness flag on the variable object @var{name}. The
25d5ea92 33028@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 33029frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 33030frozen, then neither itself, nor any of its children, are
9f708cb2 33031implicitly updated by @code{-var-update} of
25d5ea92
VP
33032a parent variable or by @code{-var-update *}. Only
33033@code{-var-update} of the variable itself will update its value and
33034values of its children. After a variable object is unfrozen, it is
33035implicitly updated by all subsequent @code{-var-update} operations.
33036Unfreezing a variable does not update it, only subsequent
33037@code{-var-update} does.
33038
33039@subsubheading Example
33040
33041@smallexample
33042(gdb)
33043-var-set-frozen V 1
33044^done
33045(gdb)
33046@end smallexample
33047
0cc7d26f
TT
33048@subheading The @code{-var-set-update-range} command
33049@findex -var-set-update-range
33050@anchor{-var-set-update-range}
33051
33052@subsubheading Synopsis
33053
33054@smallexample
33055 -var-set-update-range @var{name} @var{from} @var{to}
33056@end smallexample
33057
33058Set the range of children to be returned by future invocations of
33059@code{-var-update}.
33060
33061@var{from} and @var{to} indicate the range of children to report. If
33062@var{from} or @var{to} is less than zero, the range is reset and all
33063children will be reported. Otherwise, children starting at @var{from}
33064(zero-based) and up to and excluding @var{to} will be reported.
33065
33066@subsubheading Example
33067
33068@smallexample
33069(gdb)
33070-var-set-update-range V 1 2
33071^done
33072@end smallexample
33073
b6313243
TT
33074@subheading The @code{-var-set-visualizer} command
33075@findex -var-set-visualizer
33076@anchor{-var-set-visualizer}
33077
33078@subsubheading Synopsis
33079
33080@smallexample
33081 -var-set-visualizer @var{name} @var{visualizer}
33082@end smallexample
33083
33084Set a visualizer for the variable object @var{name}.
33085
33086@var{visualizer} is the visualizer to use. The special value
33087@samp{None} means to disable any visualizer in use.
33088
33089If not @samp{None}, @var{visualizer} must be a Python expression.
33090This expression must evaluate to a callable object which accepts a
33091single argument. @value{GDBN} will call this object with the value of
33092the varobj @var{name} as an argument (this is done so that the same
33093Python pretty-printing code can be used for both the CLI and MI).
33094When called, this object must return an object which conforms to the
4c374409 33095pretty-printing interface (@pxref{Pretty Printing API}).
b6313243
TT
33096
33097The pre-defined function @code{gdb.default_visualizer} may be used to
33098select a visualizer by following the built-in process
33099(@pxref{Selecting Pretty-Printers}). This is done automatically when
33100a varobj is created, and so ordinarily is not needed.
33101
33102This feature is only available if Python support is enabled. The MI
d192b373 33103command @code{-list-features} (@pxref{GDB/MI Support Commands})
b6313243
TT
33104can be used to check this.
33105
33106@subsubheading Example
33107
33108Resetting the visualizer:
33109
33110@smallexample
33111(gdb)
33112-var-set-visualizer V None
33113^done
33114@end smallexample
33115
33116Reselecting the default (type-based) visualizer:
33117
33118@smallexample
33119(gdb)
33120-var-set-visualizer V gdb.default_visualizer
33121^done
33122@end smallexample
33123
33124Suppose @code{SomeClass} is a visualizer class. A lambda expression
33125can be used to instantiate this class for a varobj:
33126
33127@smallexample
33128(gdb)
33129-var-set-visualizer V "lambda val: SomeClass()"
33130^done
33131@end smallexample
25d5ea92 33132
a2c02241
NR
33133@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33134@node GDB/MI Data Manipulation
33135@section @sc{gdb/mi} Data Manipulation
922fbb7b 33136
a2c02241
NR
33137@cindex data manipulation, in @sc{gdb/mi}
33138@cindex @sc{gdb/mi}, data manipulation
33139This section describes the @sc{gdb/mi} commands that manipulate data:
33140examine memory and registers, evaluate expressions, etc.
33141
a86c90e6
SM
33142For details about what an addressable memory unit is,
33143@pxref{addressable memory unit}.
33144
a2c02241
NR
33145@c REMOVED FROM THE INTERFACE.
33146@c @subheading -data-assign
33147@c Change the value of a program variable. Plenty of side effects.
79a6e687 33148@c @subsubheading GDB Command
a2c02241
NR
33149@c set variable
33150@c @subsubheading Example
33151@c N.A.
33152
33153@subheading The @code{-data-disassemble} Command
33154@findex -data-disassemble
922fbb7b
AC
33155
33156@subsubheading Synopsis
33157
33158@smallexample
a2c02241
NR
33159 -data-disassemble
33160 [ -s @var{start-addr} -e @var{end-addr} ]
26fb3983 33161 | [ -a @var{addr} ]
a2c02241
NR
33162 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
33163 -- @var{mode}
922fbb7b
AC
33164@end smallexample
33165
a2c02241
NR
33166@noindent
33167Where:
33168
33169@table @samp
33170@item @var{start-addr}
33171is the beginning address (or @code{$pc})
33172@item @var{end-addr}
33173is the end address
26fb3983
JV
33174@item @var{addr}
33175is an address anywhere within (or the name of) the function to
33176disassemble. If an address is specified, the whole function
33177surrounding that address will be disassembled. If a name is
33178specified, the whole function with that name will be disassembled.
a2c02241
NR
33179@item @var{filename}
33180is the name of the file to disassemble
33181@item @var{linenum}
33182is the line number to disassemble around
33183@item @var{lines}
d3e8051b 33184is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
33185the whole function will be disassembled, in case no @var{end-addr} is
33186specified. If @var{end-addr} is specified as a non-zero value, and
33187@var{lines} is lower than the number of disassembly lines between
33188@var{start-addr} and @var{end-addr}, only @var{lines} lines are
33189displayed; if @var{lines} is higher than the number of lines between
33190@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
33191are displayed.
33192@item @var{mode}
6ff0ba5f
DE
33193is one of:
33194@itemize @bullet
33195@item 0 disassembly only
33196@item 1 mixed source and disassembly (deprecated)
33197@item 2 disassembly with raw opcodes
33198@item 3 mixed source and disassembly with raw opcodes (deprecated)
33199@item 4 mixed source and disassembly
33200@item 5 mixed source and disassembly with raw opcodes
33201@end itemize
33202
33203Modes 1 and 3 are deprecated. The output is ``source centric''
33204which hasn't proved useful in practice.
33205@xref{Machine Code}, for a discussion of the difference between
33206@code{/m} and @code{/s} output of the @code{disassemble} command.
a2c02241
NR
33207@end table
33208
33209@subsubheading Result
33210
ed8a1c2d
AB
33211The result of the @code{-data-disassemble} command will be a list named
33212@samp{asm_insns}, the contents of this list depend on the @var{mode}
33213used with the @code{-data-disassemble} command.
a2c02241 33214
ed8a1c2d
AB
33215For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
33216following fields:
33217
33218@table @code
33219@item address
33220The address at which this instruction was disassembled.
33221
33222@item func-name
33223The name of the function this instruction is within.
33224
33225@item offset
33226The decimal offset in bytes from the start of @samp{func-name}.
33227
33228@item inst
33229The text disassembly for this @samp{address}.
33230
33231@item opcodes
6ff0ba5f 33232This field is only present for modes 2, 3 and 5. This contains the raw opcode
ed8a1c2d
AB
33233bytes for the @samp{inst} field.
33234
33235@end table
33236
6ff0ba5f 33237For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
ed8a1c2d 33238@samp{src_and_asm_line}, each of which has the following fields:
a2c02241 33239
ed8a1c2d
AB
33240@table @code
33241@item line
33242The line number within @samp{file}.
33243
33244@item file
33245The file name from the compilation unit. This might be an absolute
33246file name or a relative file name depending on the compile command
33247used.
33248
33249@item fullname
f35a17b5
JK
33250Absolute file name of @samp{file}. It is converted to a canonical form
33251using the source file search path
33252(@pxref{Source Path, ,Specifying Source Directories})
33253and after resolving all the symbolic links.
33254
33255If the source file is not found this field will contain the path as
33256present in the debug information.
ed8a1c2d
AB
33257
33258@item line_asm_insn
33259This is a list of tuples containing the disassembly for @samp{line} in
33260@samp{file}. The fields of each tuple are the same as for
33261@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
33262@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
33263@samp{opcodes}.
33264
33265@end table
33266
33267Note that whatever included in the @samp{inst} field, is not
33268manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
33269adjust its format.
922fbb7b
AC
33270
33271@subsubheading @value{GDBN} Command
33272
ed8a1c2d 33273The corresponding @value{GDBN} command is @samp{disassemble}.
922fbb7b
AC
33274
33275@subsubheading Example
33276
a2c02241
NR
33277Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
33278
922fbb7b 33279@smallexample
594fe323 33280(gdb)
a2c02241
NR
33281-data-disassemble -s $pc -e "$pc + 20" -- 0
33282^done,
33283asm_insns=[
33284@{address="0x000107c0",func-name="main",offset="4",
33285inst="mov 2, %o0"@},
33286@{address="0x000107c4",func-name="main",offset="8",
33287inst="sethi %hi(0x11800), %o2"@},
33288@{address="0x000107c8",func-name="main",offset="12",
33289inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
33290@{address="0x000107cc",func-name="main",offset="16",
33291inst="sethi %hi(0x11800), %o2"@},
33292@{address="0x000107d0",func-name="main",offset="20",
33293inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 33294(gdb)
a2c02241
NR
33295@end smallexample
33296
33297Disassemble the whole @code{main} function. Line 32 is part of
33298@code{main}.
33299
33300@smallexample
33301-data-disassemble -f basics.c -l 32 -- 0
33302^done,asm_insns=[
33303@{address="0x000107bc",func-name="main",offset="0",
33304inst="save %sp, -112, %sp"@},
33305@{address="0x000107c0",func-name="main",offset="4",
33306inst="mov 2, %o0"@},
33307@{address="0x000107c4",func-name="main",offset="8",
33308inst="sethi %hi(0x11800), %o2"@},
33309[@dots{}]
33310@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
33311@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 33312(gdb)
922fbb7b
AC
33313@end smallexample
33314
a2c02241 33315Disassemble 3 instructions from the start of @code{main}:
922fbb7b 33316
a2c02241 33317@smallexample
594fe323 33318(gdb)
a2c02241
NR
33319-data-disassemble -f basics.c -l 32 -n 3 -- 0
33320^done,asm_insns=[
33321@{address="0x000107bc",func-name="main",offset="0",
33322inst="save %sp, -112, %sp"@},
33323@{address="0x000107c0",func-name="main",offset="4",
33324inst="mov 2, %o0"@},
33325@{address="0x000107c4",func-name="main",offset="8",
33326inst="sethi %hi(0x11800), %o2"@}]
594fe323 33327(gdb)
a2c02241
NR
33328@end smallexample
33329
33330Disassemble 3 instructions from the start of @code{main} in mixed mode:
33331
33332@smallexample
594fe323 33333(gdb)
a2c02241
NR
33334-data-disassemble -f basics.c -l 32 -n 3 -- 1
33335^done,asm_insns=[
33336src_and_asm_line=@{line="31",
ed8a1c2d
AB
33337file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33338fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33339line_asm_insn=[@{address="0x000107bc",
33340func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
a2c02241 33341src_and_asm_line=@{line="32",
ed8a1c2d
AB
33342file="../../../src/gdb/testsuite/gdb.mi/basics.c",
33343fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
33344line_asm_insn=[@{address="0x000107c0",
33345func-name="main",offset="4",inst="mov 2, %o0"@},
a2c02241
NR
33346@{address="0x000107c4",func-name="main",offset="8",
33347inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 33348(gdb)
a2c02241
NR
33349@end smallexample
33350
33351
33352@subheading The @code{-data-evaluate-expression} Command
33353@findex -data-evaluate-expression
922fbb7b
AC
33354
33355@subsubheading Synopsis
33356
33357@smallexample
a2c02241 33358 -data-evaluate-expression @var{expr}
922fbb7b
AC
33359@end smallexample
33360
a2c02241
NR
33361Evaluate @var{expr} as an expression. The expression could contain an
33362inferior function call. The function call will execute synchronously.
33363If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
33364
33365@subsubheading @value{GDBN} Command
33366
a2c02241
NR
33367The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
33368@samp{call}. In @code{gdbtk} only, there's a corresponding
33369@samp{gdb_eval} command.
922fbb7b
AC
33370
33371@subsubheading Example
33372
a2c02241
NR
33373In the following example, the numbers that precede the commands are the
33374@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
33375Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
33376output.
33377
922fbb7b 33378@smallexample
a2c02241
NR
33379211-data-evaluate-expression A
33380211^done,value="1"
594fe323 33381(gdb)
a2c02241
NR
33382311-data-evaluate-expression &A
33383311^done,value="0xefffeb7c"
594fe323 33384(gdb)
a2c02241
NR
33385411-data-evaluate-expression A+3
33386411^done,value="4"
594fe323 33387(gdb)
a2c02241
NR
33388511-data-evaluate-expression "A + 3"
33389511^done,value="4"
594fe323 33390(gdb)
a2c02241 33391@end smallexample
922fbb7b
AC
33392
33393
a2c02241
NR
33394@subheading The @code{-data-list-changed-registers} Command
33395@findex -data-list-changed-registers
922fbb7b
AC
33396
33397@subsubheading Synopsis
33398
33399@smallexample
a2c02241 33400 -data-list-changed-registers
922fbb7b
AC
33401@end smallexample
33402
a2c02241 33403Display a list of the registers that have changed.
922fbb7b
AC
33404
33405@subsubheading @value{GDBN} Command
33406
a2c02241
NR
33407@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
33408has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
33409
33410@subsubheading Example
922fbb7b 33411
a2c02241 33412On a PPC MBX board:
922fbb7b
AC
33413
33414@smallexample
594fe323 33415(gdb)
a2c02241
NR
33416-exec-continue
33417^running
922fbb7b 33418
594fe323 33419(gdb)
a47ec5fe
AR
33420*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
33421func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
6d52907e 33422line="5",arch="powerpc"@}
594fe323 33423(gdb)
a2c02241
NR
33424-data-list-changed-registers
33425^done,changed-registers=["0","1","2","4","5","6","7","8","9",
33426"10","11","13","14","15","16","17","18","19","20","21","22","23",
33427"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 33428(gdb)
a2c02241 33429@end smallexample
922fbb7b
AC
33430
33431
a2c02241
NR
33432@subheading The @code{-data-list-register-names} Command
33433@findex -data-list-register-names
922fbb7b
AC
33434
33435@subsubheading Synopsis
33436
33437@smallexample
a2c02241 33438 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
33439@end smallexample
33440
a2c02241
NR
33441Show a list of register names for the current target. If no arguments
33442are given, it shows a list of the names of all the registers. If
33443integer numbers are given as arguments, it will print a list of the
33444names of the registers corresponding to the arguments. To ensure
33445consistency between a register name and its number, the output list may
33446include empty register names.
922fbb7b
AC
33447
33448@subsubheading @value{GDBN} Command
33449
a2c02241
NR
33450@value{GDBN} does not have a command which corresponds to
33451@samp{-data-list-register-names}. In @code{gdbtk} there is a
33452corresponding command @samp{gdb_regnames}.
922fbb7b
AC
33453
33454@subsubheading Example
922fbb7b 33455
a2c02241
NR
33456For the PPC MBX board:
33457@smallexample
594fe323 33458(gdb)
a2c02241
NR
33459-data-list-register-names
33460^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
33461"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
33462"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
33463"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
33464"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
33465"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
33466"", "pc","ps","cr","lr","ctr","xer"]
594fe323 33467(gdb)
a2c02241
NR
33468-data-list-register-names 1 2 3
33469^done,register-names=["r1","r2","r3"]
594fe323 33470(gdb)
a2c02241 33471@end smallexample
922fbb7b 33472
a2c02241
NR
33473@subheading The @code{-data-list-register-values} Command
33474@findex -data-list-register-values
922fbb7b
AC
33475
33476@subsubheading Synopsis
33477
33478@smallexample
c898adb7
YQ
33479 -data-list-register-values
33480 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
33481@end smallexample
33482
697aa1b7
EZ
33483Display the registers' contents. The format according to which the
33484registers' contents are to be returned is given by @var{fmt}, followed
33485by an optional list of numbers specifying the registers to display. A
33486missing list of numbers indicates that the contents of all the
33487registers must be returned. The @code{--skip-unavailable} option
33488indicates that only the available registers are to be returned.
a2c02241
NR
33489
33490Allowed formats for @var{fmt} are:
33491
33492@table @code
33493@item x
33494Hexadecimal
33495@item o
33496Octal
33497@item t
33498Binary
33499@item d
33500Decimal
33501@item r
33502Raw
33503@item N
33504Natural
33505@end table
922fbb7b
AC
33506
33507@subsubheading @value{GDBN} Command
33508
a2c02241
NR
33509The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
33510all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
33511
33512@subsubheading Example
922fbb7b 33513
a2c02241
NR
33514For a PPC MBX board (note: line breaks are for readability only, they
33515don't appear in the actual output):
33516
33517@smallexample
594fe323 33518(gdb)
a2c02241
NR
33519-data-list-register-values r 64 65
33520^done,register-values=[@{number="64",value="0xfe00a300"@},
33521@{number="65",value="0x00029002"@}]
594fe323 33522(gdb)
a2c02241
NR
33523-data-list-register-values x
33524^done,register-values=[@{number="0",value="0xfe0043c8"@},
33525@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
33526@{number="3",value="0x0"@},@{number="4",value="0xa"@},
33527@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
33528@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
33529@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
33530@{number="11",value="0x1"@},@{number="12",value="0x0"@},
33531@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
33532@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
33533@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
33534@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
33535@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
33536@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
33537@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
33538@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
33539@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
33540@{number="31",value="0x0"@},@{number="32",value="0x0"@},
33541@{number="33",value="0x0"@},@{number="34",value="0x0"@},
33542@{number="35",value="0x0"@},@{number="36",value="0x0"@},
33543@{number="37",value="0x0"@},@{number="38",value="0x0"@},
33544@{number="39",value="0x0"@},@{number="40",value="0x0"@},
33545@{number="41",value="0x0"@},@{number="42",value="0x0"@},
33546@{number="43",value="0x0"@},@{number="44",value="0x0"@},
33547@{number="45",value="0x0"@},@{number="46",value="0x0"@},
33548@{number="47",value="0x0"@},@{number="48",value="0x0"@},
33549@{number="49",value="0x0"@},@{number="50",value="0x0"@},
33550@{number="51",value="0x0"@},@{number="52",value="0x0"@},
33551@{number="53",value="0x0"@},@{number="54",value="0x0"@},
33552@{number="55",value="0x0"@},@{number="56",value="0x0"@},
33553@{number="57",value="0x0"@},@{number="58",value="0x0"@},
33554@{number="59",value="0x0"@},@{number="60",value="0x0"@},
33555@{number="61",value="0x0"@},@{number="62",value="0x0"@},
33556@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
33557@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
33558@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
33559@{number="69",value="0x20002b03"@}]
594fe323 33560(gdb)
a2c02241 33561@end smallexample
922fbb7b 33562
a2c02241
NR
33563
33564@subheading The @code{-data-read-memory} Command
33565@findex -data-read-memory
922fbb7b 33566
8dedea02
VP
33567This command is deprecated, use @code{-data-read-memory-bytes} instead.
33568
922fbb7b
AC
33569@subsubheading Synopsis
33570
33571@smallexample
a2c02241
NR
33572 -data-read-memory [ -o @var{byte-offset} ]
33573 @var{address} @var{word-format} @var{word-size}
33574 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
33575@end smallexample
33576
a2c02241
NR
33577@noindent
33578where:
922fbb7b 33579
a2c02241
NR
33580@table @samp
33581@item @var{address}
33582An expression specifying the address of the first memory word to be
33583read. Complex expressions containing embedded white space should be
33584quoted using the C convention.
922fbb7b 33585
a2c02241
NR
33586@item @var{word-format}
33587The format to be used to print the memory words. The notation is the
33588same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 33589,Output Formats}).
922fbb7b 33590
a2c02241
NR
33591@item @var{word-size}
33592The size of each memory word in bytes.
922fbb7b 33593
a2c02241
NR
33594@item @var{nr-rows}
33595The number of rows in the output table.
922fbb7b 33596
a2c02241
NR
33597@item @var{nr-cols}
33598The number of columns in the output table.
922fbb7b 33599
a2c02241
NR
33600@item @var{aschar}
33601If present, indicates that each row should include an @sc{ascii} dump. The
33602value of @var{aschar} is used as a padding character when a byte is not a
33603member of the printable @sc{ascii} character set (printable @sc{ascii}
33604characters are those whose code is between 32 and 126, inclusively).
922fbb7b 33605
a2c02241
NR
33606@item @var{byte-offset}
33607An offset to add to the @var{address} before fetching memory.
33608@end table
922fbb7b 33609
a2c02241
NR
33610This command displays memory contents as a table of @var{nr-rows} by
33611@var{nr-cols} words, each word being @var{word-size} bytes. In total,
33612@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
33613(returned as @samp{total-bytes}). Should less than the requested number
33614of bytes be returned by the target, the missing words are identified
33615using @samp{N/A}. The number of bytes read from the target is returned
33616in @samp{nr-bytes} and the starting address used to read memory in
33617@samp{addr}.
33618
33619The address of the next/previous row or page is available in
33620@samp{next-row} and @samp{prev-row}, @samp{next-page} and
33621@samp{prev-page}.
922fbb7b
AC
33622
33623@subsubheading @value{GDBN} Command
33624
a2c02241
NR
33625The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
33626@samp{gdb_get_mem} memory read command.
922fbb7b
AC
33627
33628@subsubheading Example
32e7087d 33629
a2c02241
NR
33630Read six bytes of memory starting at @code{bytes+6} but then offset by
33631@code{-6} bytes. Format as three rows of two columns. One byte per
33632word. Display each word in hex.
32e7087d
JB
33633
33634@smallexample
594fe323 33635(gdb)
a2c02241
NR
336369-data-read-memory -o -6 -- bytes+6 x 1 3 2
336379^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
33638next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
33639prev-page="0x0000138a",memory=[
33640@{addr="0x00001390",data=["0x00","0x01"]@},
33641@{addr="0x00001392",data=["0x02","0x03"]@},
33642@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 33643(gdb)
32e7087d
JB
33644@end smallexample
33645
a2c02241
NR
33646Read two bytes of memory starting at address @code{shorts + 64} and
33647display as a single word formatted in decimal.
32e7087d 33648
32e7087d 33649@smallexample
594fe323 33650(gdb)
a2c02241
NR
336515-data-read-memory shorts+64 d 2 1 1
336525^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
33653next-row="0x00001512",prev-row="0x0000150e",
33654next-page="0x00001512",prev-page="0x0000150e",memory=[
33655@{addr="0x00001510",data=["128"]@}]
594fe323 33656(gdb)
32e7087d
JB
33657@end smallexample
33658
a2c02241
NR
33659Read thirty two bytes of memory starting at @code{bytes+16} and format
33660as eight rows of four columns. Include a string encoding with @samp{x}
33661used as the non-printable character.
922fbb7b
AC
33662
33663@smallexample
594fe323 33664(gdb)
a2c02241
NR
336654-data-read-memory bytes+16 x 1 8 4 x
336664^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
33667next-row="0x000013c0",prev-row="0x0000139c",
33668next-page="0x000013c0",prev-page="0x00001380",memory=[
33669@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
33670@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
33671@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
33672@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
33673@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
33674@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
33675@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
33676@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 33677(gdb)
922fbb7b
AC
33678@end smallexample
33679
8dedea02
VP
33680@subheading The @code{-data-read-memory-bytes} Command
33681@findex -data-read-memory-bytes
33682
33683@subsubheading Synopsis
33684
33685@smallexample
a86c90e6 33686 -data-read-memory-bytes [ -o @var{offset} ]
8dedea02
VP
33687 @var{address} @var{count}
33688@end smallexample
33689
33690@noindent
33691where:
33692
33693@table @samp
33694@item @var{address}
a86c90e6
SM
33695An expression specifying the address of the first addressable memory unit
33696to be read. Complex expressions containing embedded white space should be
8dedea02
VP
33697quoted using the C convention.
33698
33699@item @var{count}
a86c90e6
SM
33700The number of addressable memory units to read. This should be an integer
33701literal.
8dedea02 33702
a86c90e6
SM
33703@item @var{offset}
33704The offset relative to @var{address} at which to start reading. This
33705should be an integer literal. This option is provided so that a frontend
33706is not required to first evaluate address and then perform address
33707arithmetics itself.
8dedea02
VP
33708
33709@end table
33710
33711This command attempts to read all accessible memory regions in the
33712specified range. First, all regions marked as unreadable in the memory
33713map (if one is defined) will be skipped. @xref{Memory Region
33714Attributes}. Second, @value{GDBN} will attempt to read the remaining
33715regions. For each one, if reading full region results in an errors,
33716@value{GDBN} will try to read a subset of the region.
33717
a86c90e6
SM
33718In general, every single memory unit in the region may be readable or not,
33719and the only way to read every readable unit is to try a read at
8dedea02 33720every address, which is not practical. Therefore, @value{GDBN} will
a86c90e6 33721attempt to read all accessible memory units at either beginning or the end
8dedea02 33722of the region, using a binary division scheme. This heuristic works
6b92c0d3 33723well for reading across a memory map boundary. Note that if a region
8dedea02
VP
33724has a readable range that is neither at the beginning or the end,
33725@value{GDBN} will not read it.
33726
33727The result record (@pxref{GDB/MI Result Records}) that is output of
33728the command includes a field named @samp{memory} whose content is a
33729list of tuples. Each tuple represent a successfully read memory block
33730and has the following fields:
33731
33732@table @code
33733@item begin
33734The start address of the memory block, as hexadecimal literal.
33735
33736@item end
33737The end address of the memory block, as hexadecimal literal.
33738
33739@item offset
33740The offset of the memory block, as hexadecimal literal, relative to
33741the start address passed to @code{-data-read-memory-bytes}.
33742
33743@item contents
33744The contents of the memory block, in hex.
33745
33746@end table
33747
33748
33749
33750@subsubheading @value{GDBN} Command
33751
33752The corresponding @value{GDBN} command is @samp{x}.
33753
33754@subsubheading Example
33755
33756@smallexample
33757(gdb)
33758-data-read-memory-bytes &a 10
33759^done,memory=[@{begin="0xbffff154",offset="0x00000000",
33760 end="0xbffff15e",
33761 contents="01000000020000000300"@}]
33762(gdb)
33763@end smallexample
33764
33765
33766@subheading The @code{-data-write-memory-bytes} Command
33767@findex -data-write-memory-bytes
33768
33769@subsubheading Synopsis
33770
33771@smallexample
33772 -data-write-memory-bytes @var{address} @var{contents}
62747a60 33773 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
8dedea02
VP
33774@end smallexample
33775
33776@noindent
33777where:
33778
33779@table @samp
33780@item @var{address}
a86c90e6
SM
33781An expression specifying the address of the first addressable memory unit
33782to be written. Complex expressions containing embedded white space should
33783be quoted using the C convention.
8dedea02
VP
33784
33785@item @var{contents}
a86c90e6
SM
33786The hex-encoded data to write. It is an error if @var{contents} does
33787not represent an integral number of addressable memory units.
8dedea02 33788
62747a60 33789@item @var{count}
a86c90e6
SM
33790Optional argument indicating the number of addressable memory units to be
33791written. If @var{count} is greater than @var{contents}' length,
33792@value{GDBN} will repeatedly write @var{contents} until it fills
33793@var{count} memory units.
62747a60 33794
8dedea02
VP
33795@end table
33796
33797@subsubheading @value{GDBN} Command
33798
33799There's no corresponding @value{GDBN} command.
33800
33801@subsubheading Example
33802
33803@smallexample
33804(gdb)
33805-data-write-memory-bytes &a "aabbccdd"
33806^done
33807(gdb)
33808@end smallexample
33809
62747a60
TT
33810@smallexample
33811(gdb)
33812-data-write-memory-bytes &a "aabbccdd" 16e
33813^done
33814(gdb)
33815@end smallexample
8dedea02 33816
a2c02241
NR
33817@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33818@node GDB/MI Tracepoint Commands
33819@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 33820
18148017
VP
33821The commands defined in this section implement MI support for
33822tracepoints. For detailed introduction, see @ref{Tracepoints}.
33823
33824@subheading The @code{-trace-find} Command
33825@findex -trace-find
33826
33827@subsubheading Synopsis
33828
33829@smallexample
33830 -trace-find @var{mode} [@var{parameters}@dots{}]
33831@end smallexample
33832
33833Find a trace frame using criteria defined by @var{mode} and
33834@var{parameters}. The following table lists permissible
33835modes and their parameters. For details of operation, see @ref{tfind}.
33836
33837@table @samp
33838
33839@item none
33840No parameters are required. Stops examining trace frames.
33841
33842@item frame-number
33843An integer is required as parameter. Selects tracepoint frame with
33844that index.
33845
33846@item tracepoint-number
33847An integer is required as parameter. Finds next
33848trace frame that corresponds to tracepoint with the specified number.
33849
33850@item pc
33851An address is required as parameter. Finds
33852next trace frame that corresponds to any tracepoint at the specified
33853address.
33854
33855@item pc-inside-range
33856Two addresses are required as parameters. Finds next trace
33857frame that corresponds to a tracepoint at an address inside the
33858specified range. Both bounds are considered to be inside the range.
33859
33860@item pc-outside-range
33861Two addresses are required as parameters. Finds
33862next trace frame that corresponds to a tracepoint at an address outside
33863the specified range. Both bounds are considered to be inside the range.
33864
33865@item line
33866Line specification is required as parameter. @xref{Specify Location}.
33867Finds next trace frame that corresponds to a tracepoint at
33868the specified location.
33869
33870@end table
33871
33872If @samp{none} was passed as @var{mode}, the response does not
33873have fields. Otherwise, the response may have the following fields:
33874
33875@table @samp
33876@item found
33877This field has either @samp{0} or @samp{1} as the value, depending
33878on whether a matching tracepoint was found.
33879
33880@item traceframe
33881The index of the found traceframe. This field is present iff
33882the @samp{found} field has value of @samp{1}.
33883
33884@item tracepoint
33885The index of the found tracepoint. This field is present iff
33886the @samp{found} field has value of @samp{1}.
33887
33888@item frame
33889The information about the frame corresponding to the found trace
33890frame. This field is present only if a trace frame was found.
cd64ee31 33891@xref{GDB/MI Frame Information}, for description of this field.
18148017
VP
33892
33893@end table
33894
7d13fe92
SS
33895@subsubheading @value{GDBN} Command
33896
33897The corresponding @value{GDBN} command is @samp{tfind}.
33898
18148017
VP
33899@subheading -trace-define-variable
33900@findex -trace-define-variable
33901
33902@subsubheading Synopsis
33903
33904@smallexample
33905 -trace-define-variable @var{name} [ @var{value} ]
33906@end smallexample
33907
33908Create trace variable @var{name} if it does not exist. If
33909@var{value} is specified, sets the initial value of the specified
33910trace variable to that value. Note that the @var{name} should start
33911with the @samp{$} character.
33912
7d13fe92
SS
33913@subsubheading @value{GDBN} Command
33914
33915The corresponding @value{GDBN} command is @samp{tvariable}.
33916
dc673c81
YQ
33917@subheading The @code{-trace-frame-collected} Command
33918@findex -trace-frame-collected
33919
33920@subsubheading Synopsis
33921
33922@smallexample
33923 -trace-frame-collected
33924 [--var-print-values @var{var_pval}]
33925 [--comp-print-values @var{comp_pval}]
33926 [--registers-format @var{regformat}]
33927 [--memory-contents]
33928@end smallexample
33929
33930This command returns the set of collected objects, register names,
33931trace state variable names, memory ranges and computed expressions
33932that have been collected at a particular trace frame. The optional
33933parameters to the command affect the output format in different ways.
33934See the output description table below for more details.
33935
33936The reported names can be used in the normal manner to create
33937varobjs and inspect the objects themselves. The items returned by
33938this command are categorized so that it is clear which is a variable,
33939which is a register, which is a trace state variable, which is a
33940memory range and which is a computed expression.
33941
33942For instance, if the actions were
33943@smallexample
33944collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
33945collect *(int*)0xaf02bef0@@40
33946@end smallexample
33947
33948@noindent
33949the object collected in its entirety would be @code{myVar}. The
33950object @code{myArray} would be partially collected, because only the
33951element at index @code{myIndex} would be collected. The remaining
33952objects would be computed expressions.
33953
33954An example output would be:
33955
33956@smallexample
33957(gdb)
33958-trace-frame-collected
33959^done,
33960 explicit-variables=[@{name="myVar",value="1"@}],
33961 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
33962 @{name="myObj.field",value="0"@},
33963 @{name="myPtr->field",value="1"@},
33964 @{name="myCount + 2",value="3"@},
33965 @{name="$tvar1 + 1",value="43970027"@}],
33966 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
33967 @{number="1",value="0x0"@},
33968 @{number="2",value="0x4"@},
33969 ...
33970 @{number="125",value="0x0"@}],
33971 tvars=[@{name="$tvar1",current="43970026"@}],
33972 memory=[@{address="0x0000000000602264",length="4"@},
33973 @{address="0x0000000000615bc0",length="4"@}]
33974(gdb)
33975@end smallexample
33976
33977Where:
33978
33979@table @code
33980@item explicit-variables
33981The set of objects that have been collected in their entirety (as
33982opposed to collecting just a few elements of an array or a few struct
33983members). For each object, its name and value are printed.
33984The @code{--var-print-values} option affects how or whether the value
33985field is output. If @var{var_pval} is 0, then print only the names;
33986if it is 1, print also their values; and if it is 2, print the name,
33987type and value for simple data types, and the name and type for
33988arrays, structures and unions.
33989
33990@item computed-expressions
33991The set of computed expressions that have been collected at the
33992current trace frame. The @code{--comp-print-values} option affects
33993this set like the @code{--var-print-values} option affects the
33994@code{explicit-variables} set. See above.
33995
33996@item registers
33997The registers that have been collected at the current trace frame.
33998For each register collected, the name and current value are returned.
33999The value is formatted according to the @code{--registers-format}
34000option. See the @command{-data-list-register-values} command for a
34001list of the allowed formats. The default is @samp{x}.
34002
34003@item tvars
34004The trace state variables that have been collected at the current
34005trace frame. For each trace state variable collected, the name and
34006current value are returned.
34007
34008@item memory
34009The set of memory ranges that have been collected at the current trace
34010frame. Its content is a list of tuples. Each tuple represents a
34011collected memory range and has the following fields:
34012
34013@table @code
34014@item address
34015The start address of the memory range, as hexadecimal literal.
34016
34017@item length
34018The length of the memory range, as decimal literal.
34019
34020@item contents
34021The contents of the memory block, in hex. This field is only present
34022if the @code{--memory-contents} option is specified.
34023
34024@end table
34025
34026@end table
34027
34028@subsubheading @value{GDBN} Command
34029
34030There is no corresponding @value{GDBN} command.
34031
34032@subsubheading Example
34033
18148017
VP
34034@subheading -trace-list-variables
34035@findex -trace-list-variables
922fbb7b 34036
18148017 34037@subsubheading Synopsis
922fbb7b 34038
18148017
VP
34039@smallexample
34040 -trace-list-variables
34041@end smallexample
922fbb7b 34042
18148017
VP
34043Return a table of all defined trace variables. Each element of the
34044table has the following fields:
922fbb7b 34045
18148017
VP
34046@table @samp
34047@item name
34048The name of the trace variable. This field is always present.
922fbb7b 34049
18148017
VP
34050@item initial
34051The initial value. This is a 64-bit signed integer. This
34052field is always present.
922fbb7b 34053
18148017
VP
34054@item current
34055The value the trace variable has at the moment. This is a 64-bit
34056signed integer. This field is absent iff current value is
34057not defined, for example if the trace was never run, or is
34058presently running.
922fbb7b 34059
18148017 34060@end table
922fbb7b 34061
7d13fe92
SS
34062@subsubheading @value{GDBN} Command
34063
34064The corresponding @value{GDBN} command is @samp{tvariables}.
34065
18148017 34066@subsubheading Example
922fbb7b 34067
18148017
VP
34068@smallexample
34069(gdb)
34070-trace-list-variables
34071^done,trace-variables=@{nr_rows="1",nr_cols="3",
34072hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
34073 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
34074 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
34075body=[variable=@{name="$trace_timestamp",initial="0"@}
34076 variable=@{name="$foo",initial="10",current="15"@}]@}
34077(gdb)
34078@end smallexample
922fbb7b 34079
18148017
VP
34080@subheading -trace-save
34081@findex -trace-save
922fbb7b 34082
18148017
VP
34083@subsubheading Synopsis
34084
34085@smallexample
99e61eda 34086 -trace-save [ -r ] [ -ctf ] @var{filename}
18148017
VP
34087@end smallexample
34088
34089Saves the collected trace data to @var{filename}. Without the
34090@samp{-r} option, the data is downloaded from the target and saved
34091in a local file. With the @samp{-r} option the target is asked
34092to perform the save.
34093
99e61eda
SM
34094By default, this command will save the trace in the tfile format. You can
34095supply the optional @samp{-ctf} argument to save it the CTF format. See
34096@ref{Trace Files} for more information about CTF.
34097
7d13fe92
SS
34098@subsubheading @value{GDBN} Command
34099
34100The corresponding @value{GDBN} command is @samp{tsave}.
34101
18148017
VP
34102
34103@subheading -trace-start
34104@findex -trace-start
34105
34106@subsubheading Synopsis
34107
34108@smallexample
34109 -trace-start
34110@end smallexample
922fbb7b 34111
be06ba8c 34112Starts a tracing experiment. The result of this command does not
18148017 34113have any fields.
922fbb7b 34114
7d13fe92
SS
34115@subsubheading @value{GDBN} Command
34116
34117The corresponding @value{GDBN} command is @samp{tstart}.
34118
18148017
VP
34119@subheading -trace-status
34120@findex -trace-status
922fbb7b 34121
18148017
VP
34122@subsubheading Synopsis
34123
34124@smallexample
34125 -trace-status
34126@end smallexample
34127
a97153c7 34128Obtains the status of a tracing experiment. The result may include
18148017
VP
34129the following fields:
34130
34131@table @samp
34132
34133@item supported
34134May have a value of either @samp{0}, when no tracing operations are
34135supported, @samp{1}, when all tracing operations are supported, or
34136@samp{file} when examining trace file. In the latter case, examining
34137of trace frame is possible but new tracing experiement cannot be
34138started. This field is always present.
34139
34140@item running
34141May have a value of either @samp{0} or @samp{1} depending on whether
34142tracing experiement is in progress on target. This field is present
34143if @samp{supported} field is not @samp{0}.
34144
34145@item stop-reason
34146Report the reason why the tracing was stopped last time. This field
34147may be absent iff tracing was never stopped on target yet. The
34148value of @samp{request} means the tracing was stopped as result of
34149the @code{-trace-stop} command. The value of @samp{overflow} means
34150the tracing buffer is full. The value of @samp{disconnection} means
34151tracing was automatically stopped when @value{GDBN} has disconnected.
34152The value of @samp{passcount} means tracing was stopped when a
34153tracepoint was passed a maximal number of times for that tracepoint.
34154This field is present if @samp{supported} field is not @samp{0}.
34155
34156@item stopping-tracepoint
34157The number of tracepoint whose passcount as exceeded. This field is
34158present iff the @samp{stop-reason} field has the value of
34159@samp{passcount}.
34160
34161@item frames
87290684
SS
34162@itemx frames-created
34163The @samp{frames} field is a count of the total number of trace frames
34164in the trace buffer, while @samp{frames-created} is the total created
34165during the run, including ones that were discarded, such as when a
34166circular trace buffer filled up. Both fields are optional.
18148017
VP
34167
34168@item buffer-size
34169@itemx buffer-free
34170These fields tell the current size of the tracing buffer and the
87290684 34171remaining space. These fields are optional.
18148017 34172
a97153c7
PA
34173@item circular
34174The value of the circular trace buffer flag. @code{1} means that the
34175trace buffer is circular and old trace frames will be discarded if
34176necessary to make room, @code{0} means that the trace buffer is linear
34177and may fill up.
34178
34179@item disconnected
34180The value of the disconnected tracing flag. @code{1} means that
34181tracing will continue after @value{GDBN} disconnects, @code{0} means
34182that the trace run will stop.
34183
f5911ea1
HAQ
34184@item trace-file
34185The filename of the trace file being examined. This field is
34186optional, and only present when examining a trace file.
34187
18148017
VP
34188@end table
34189
7d13fe92
SS
34190@subsubheading @value{GDBN} Command
34191
34192The corresponding @value{GDBN} command is @samp{tstatus}.
34193
18148017
VP
34194@subheading -trace-stop
34195@findex -trace-stop
34196
34197@subsubheading Synopsis
34198
34199@smallexample
34200 -trace-stop
34201@end smallexample
922fbb7b 34202
18148017
VP
34203Stops a tracing experiment. The result of this command has the same
34204fields as @code{-trace-status}, except that the @samp{supported} and
34205@samp{running} fields are not output.
922fbb7b 34206
7d13fe92
SS
34207@subsubheading @value{GDBN} Command
34208
34209The corresponding @value{GDBN} command is @samp{tstop}.
34210
922fbb7b 34211
a2c02241
NR
34212@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34213@node GDB/MI Symbol Query
34214@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
34215
34216
9901a55b 34217@ignore
a2c02241
NR
34218@subheading The @code{-symbol-info-address} Command
34219@findex -symbol-info-address
922fbb7b
AC
34220
34221@subsubheading Synopsis
34222
34223@smallexample
a2c02241 34224 -symbol-info-address @var{symbol}
922fbb7b
AC
34225@end smallexample
34226
a2c02241 34227Describe where @var{symbol} is stored.
922fbb7b
AC
34228
34229@subsubheading @value{GDBN} Command
34230
a2c02241 34231The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
34232
34233@subsubheading Example
34234N.A.
34235
34236
a2c02241
NR
34237@subheading The @code{-symbol-info-file} Command
34238@findex -symbol-info-file
922fbb7b
AC
34239
34240@subsubheading Synopsis
34241
34242@smallexample
a2c02241 34243 -symbol-info-file
922fbb7b
AC
34244@end smallexample
34245
a2c02241 34246Show the file for the symbol.
922fbb7b 34247
a2c02241 34248@subsubheading @value{GDBN} Command
922fbb7b 34249
a2c02241
NR
34250There's no equivalent @value{GDBN} command. @code{gdbtk} has
34251@samp{gdb_find_file}.
922fbb7b
AC
34252
34253@subsubheading Example
34254N.A.
7dc42066
AB
34255@end ignore
34256
34257@subheading The @code{-symbol-info-functions} Command
34258@findex -symbol-info-functions
34259@anchor{-symbol-info-functions}
34260
34261@subsubheading Synopsis
34262
34263@smallexample
34264 -symbol-info-functions [--include-nondebug]
34265 [--type @var{type_regexp}]
34266 [--name @var{name_regexp}]
c2512106 34267 [--max-results @var{limit}]
7dc42066
AB
34268@end smallexample
34269
34270@noindent
34271Return a list containing the names and types for all global functions
34272taken from the debug information. The functions are grouped by source
34273file, and shown with the line number on which each function is
34274defined.
922fbb7b 34275
7dc42066
AB
34276The @code{--include-nondebug} option causes the output to include
34277code symbols from the symbol table.
922fbb7b 34278
7dc42066
AB
34279The options @code{--type} and @code{--name} allow the symbols returned
34280to be filtered based on either the name of the function, or the type
34281signature of the function.
34282
c2512106
AB
34283The option @code{--max-results} restricts the command to return no
34284more than @var{limit} results. If exactly @var{limit} results are
34285returned then there might be additional results available if a higher
34286limit is used.
34287
7dc42066
AB
34288@subsubheading @value{GDBN} Command
34289
34290The corresponding @value{GDBN} command is @samp{info functions}.
34291
34292@subsubheading Example
34293@smallexample
34294@group
34295(gdb)
34296-symbol-info-functions
34297^done,symbols=
34298 @{debug=
34299 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34300 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34301 symbols=[@{line="36", name="f4", type="void (int *)",
34302 description="void f4(int *);"@},
34303 @{line="42", name="main", type="int ()",
34304 description="int main();"@},
34305 @{line="30", name="f1", type="my_int_t (int, int)",
34306 description="static my_int_t f1(int, int);"@}]@},
34307 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34308 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34309 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34310 description="float f2(another_float_t);"@},
34311 @{line="39", name="f3", type="int (another_int_t)",
34312 description="int f3(another_int_t);"@},
34313 @{line="27", name="f1", type="another_float_t (int)",
34314 description="static another_float_t f1(int);"@}]@}]@}
34315@end group
34316@group
34317(gdb)
34318-symbol-info-functions --name f1
34319^done,symbols=
34320 @{debug=
34321 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34322 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34323 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
34324 description="static my_int_t f1(int, int);"@}]@},
34325 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34326 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34327 symbols=[@{line="27", name="f1", type="another_float_t (int)",
34328 description="static another_float_t f1(int);"@}]@}]@}
34329@end group
34330@group
34331(gdb)
34332-symbol-info-functions --type void
34333^done,symbols=
34334 @{debug=
34335 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34336 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34337 symbols=[@{line="36", name="f4", type="void (int *)",
34338 description="void f4(int *);"@}]@}]@}
34339@end group
34340@group
34341(gdb)
34342-symbol-info-functions --include-nondebug
34343^done,symbols=
34344 @{debug=
34345 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34346 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34347 symbols=[@{line="36", name="f4", type="void (int *)",
34348 description="void f4(int *);"@},
34349 @{line="42", name="main", type="int ()",
34350 description="int main();"@},
34351 @{line="30", name="f1", type="my_int_t (int, int)",
34352 description="static my_int_t f1(int, int);"@}]@},
34353 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34354 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34355 symbols=[@{line="33", name="f2", type="float (another_float_t)",
34356 description="float f2(another_float_t);"@},
34357 @{line="39", name="f3", type="int (another_int_t)",
34358 description="int f3(another_int_t);"@},
34359 @{line="27", name="f1", type="another_float_t (int)",
34360 description="static another_float_t f1(int);"@}]@}],
34361 nondebug=
34362 [@{address="0x0000000000400398",name="_init"@},
34363 @{address="0x00000000004003b0",name="_start"@},
34364 ...
34365 ]@}
34366@end group
34367@end smallexample
34368
293b38d6
AB
34369@subheading The @code{-symbol-info-module-functions} Command
34370@findex -symbol-info-module-functions
34371@anchor{-symbol-info-module-functions}
34372
34373@subsubheading Synopsis
34374
34375@smallexample
34376 -symbol-info-module-functions [--module @var{module_regexp}]
34377 [--name @var{name_regexp}]
34378 [--type @var{type_regexp}]
34379@end smallexample
34380
34381@noindent
34382Return a list containing the names of all known functions within all
34383know Fortran modules. The functions are grouped by source file and
34384containing module, and shown with the line number on which each
34385function is defined.
34386
34387The option @code{--module} only returns results for modules matching
34388@var{module_regexp}. The option @code{--name} only returns functions
34389whose name matches @var{name_regexp}, and @code{--type} only returns
34390functions whose type matches @var{type_regexp}.
34391
34392@subsubheading @value{GDBN} Command
34393
34394The corresponding @value{GDBN} command is @samp{info module functions}.
34395
34396@subsubheading Example
34397
34398@smallexample
34399@group
34400(gdb)
34401-symbol-info-module-functions
34402^done,symbols=
34403 [@{module="mod1",
34404 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34405 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34406 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
34407 description="void mod1::check_all(void);"@}]@}]@},
34408 @{module="mod2",
34409 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34410 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34411 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
34412 description="void mod2::check_var_i(void);"@}]@}]@},
34413 @{module="mod3",
34414 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34415 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34416 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
34417 description="void mod3::check_all(void);"@},
34418 @{line="27",name="mod3::check_mod2",type="void (void)",
34419 description="void mod3::check_mod2(void);"@}]@}]@},
34420 @{module="modmany",
34421 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34422 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34423 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
34424 description="void modmany::check_some(void);"@}]@}]@},
34425 @{module="moduse",
34426 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34427 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34428 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
34429 description="void moduse::check_all(void);"@},
34430 @{line="49",name="moduse::check_var_x",type="void (void)",
34431 description="void moduse::check_var_x(void);"@}]@}]@}]
34432@end group
34433@end smallexample
34434
34435@subheading The @code{-symbol-info-module-variables} Command
34436@findex -symbol-info-module-variables
34437@anchor{-symbol-info-module-variables}
34438
34439@subsubheading Synopsis
34440
34441@smallexample
34442 -symbol-info-module-variables [--module @var{module_regexp}]
34443 [--name @var{name_regexp}]
34444 [--type @var{type_regexp}]
34445@end smallexample
34446
34447@noindent
34448Return a list containing the names of all known variables within all
34449know Fortran modules. The variables are grouped by source file and
34450containing module, and shown with the line number on which each
34451variable is defined.
34452
34453The option @code{--module} only returns results for modules matching
34454@var{module_regexp}. The option @code{--name} only returns variables
34455whose name matches @var{name_regexp}, and @code{--type} only returns
34456variables whose type matches @var{type_regexp}.
34457
34458@subsubheading @value{GDBN} Command
34459
34460The corresponding @value{GDBN} command is @samp{info module variables}.
34461
34462@subsubheading Example
34463
34464@smallexample
34465@group
34466(gdb)
34467-symbol-info-module-variables
34468^done,symbols=
34469 [@{module="mod1",
34470 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34471 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34472 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
34473 description="integer(kind=4) mod1::var_const;"@},
34474 @{line="17",name="mod1::var_i",type="integer(kind=4)",
34475 description="integer(kind=4) mod1::var_i;"@}]@}]@},
34476 @{module="mod2",
34477 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34478 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34479 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
34480 description="integer(kind=4) mod2::var_i;"@}]@}]@},
34481 @{module="mod3",
34482 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34483 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34484 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
34485 description="integer(kind=4) mod3::mod1;"@},
34486 @{line="17",name="mod3::mod2",type="integer(kind=4)",
34487 description="integer(kind=4) mod3::mod2;"@},
34488 @{line="19",name="mod3::var_i",type="integer(kind=4)",
34489 description="integer(kind=4) mod3::var_i;"@}]@}]@},
34490 @{module="modmany",
34491 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34492 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34493 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
34494 description="integer(kind=4) modmany::var_a;"@},
34495 @{line="33",name="modmany::var_b",type="integer(kind=4)",
34496 description="integer(kind=4) modmany::var_b;"@},
34497 @{line="33",name="modmany::var_c",type="integer(kind=4)",
34498 description="integer(kind=4) modmany::var_c;"@},
34499 @{line="33",name="modmany::var_i",type="integer(kind=4)",
34500 description="integer(kind=4) modmany::var_i;"@}]@}]@},
34501 @{module="moduse",
34502 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34503 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34504 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
34505 description="integer(kind=4) moduse::var_x;"@},
34506 @{line="42",name="moduse::var_y",type="integer(kind=4)",
34507 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
34508@end group
34509@end smallexample
34510
db5960b4
AB
34511@subheading The @code{-symbol-info-modules} Command
34512@findex -symbol-info-modules
34513@anchor{-symbol-info-modules}
34514
34515@subsubheading Synopsis
34516
34517@smallexample
34518 -symbol-info-modules [--name @var{name_regexp}]
c2512106
AB
34519 [--max-results @var{limit}]
34520
db5960b4
AB
34521@end smallexample
34522
34523@noindent
34524Return a list containing the names of all known Fortran modules. The
34525modules are grouped by source file, and shown with the line number on
34526which each modules is defined.
34527
34528The option @code{--name} allows the modules returned to be filtered
34529based the name of the module.
34530
c2512106
AB
34531The option @code{--max-results} restricts the command to return no
34532more than @var{limit} results. If exactly @var{limit} results are
34533returned then there might be additional results available if a higher
34534limit is used.
34535
db5960b4
AB
34536@subsubheading @value{GDBN} Command
34537
34538The corresponding @value{GDBN} command is @samp{info modules}.
34539
34540@subsubheading Example
34541@smallexample
34542@group
34543(gdb)
34544-symbol-info-modules
34545^done,symbols=
34546 @{debug=
34547 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34548 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34549 symbols=[@{line="16",name="mod1"@},
34550 @{line="22",name="mod2"@}]@},
34551 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34552 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34553 symbols=[@{line="16",name="mod3"@},
34554 @{line="22",name="modmany"@},
34555 @{line="26",name="moduse"@}]@}]@}
34556@end group
34557@group
34558(gdb)
34559-symbol-info-modules --name mod[123]
34560^done,symbols=
34561 @{debug=
34562 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34563 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
34564 symbols=[@{line="16",name="mod1"@},
34565 @{line="22",name="mod2"@}]@},
34566 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34567 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
34568 symbols=[@{line="16",name="mod3"@}]@}]@}
34569@end group
34570@end smallexample
34571
7dc42066
AB
34572@subheading The @code{-symbol-info-types} Command
34573@findex -symbol-info-types
34574@anchor{-symbol-info-types}
922fbb7b
AC
34575
34576@subsubheading Synopsis
34577
34578@smallexample
7dc42066 34579 -symbol-info-types [--name @var{name_regexp}]
c2512106
AB
34580 [--max-results @var{limit}]
34581
922fbb7b
AC
34582@end smallexample
34583
7dc42066
AB
34584@noindent
34585Return a list of all defined types. The types are grouped by source
34586file, and shown with the line number on which each user defined type
34587is defined. Some base types are not defined in the source code but
34588are added to the debug information by the compiler, for example
34589@code{int}, @code{float}, etc.; these types do not have an associated
34590line number.
34591
34592The option @code{--name} allows the list of types returned to be
34593filtered by name.
922fbb7b 34594
c2512106
AB
34595The option @code{--max-results} restricts the command to return no
34596more than @var{limit} results. If exactly @var{limit} results are
34597returned then there might be additional results available if a higher
34598limit is used.
34599
922fbb7b
AC
34600@subsubheading @value{GDBN} Command
34601
7dc42066 34602The corresponding @value{GDBN} command is @samp{info types}.
922fbb7b
AC
34603
34604@subsubheading Example
7dc42066
AB
34605@smallexample
34606@group
34607(gdb)
34608-symbol-info-types
34609^done,symbols=
34610 @{debug=
34611 [@{filename="gdb.mi/mi-sym-info-1.c",
34612 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34613 symbols=[@{name="float"@},
34614 @{name="int"@},
34615 @{line="27",name="typedef int my_int_t;"@}]@},
34616 @{filename="gdb.mi/mi-sym-info-2.c",
34617 fullname="/project/gdb.mi/mi-sym-info-2.c",
34618 symbols=[@{line="24",name="typedef float another_float_t;"@},
34619 @{line="23",name="typedef int another_int_t;"@},
34620 @{name="float"@},
34621 @{name="int"@}]@}]@}
34622@end group
34623@group
34624(gdb)
34625-symbol-info-types --name _int_
34626^done,symbols=
34627 @{debug=
34628 [@{filename="gdb.mi/mi-sym-info-1.c",
34629 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34630 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
34631 @{filename="gdb.mi/mi-sym-info-2.c",
34632 fullname="/project/gdb.mi/mi-sym-info-2.c",
34633 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
34634@end group
34635@end smallexample
34636
34637@subheading The @code{-symbol-info-variables} Command
34638@findex -symbol-info-variables
34639@anchor{-symbol-info-variables}
34640
34641@subsubheading Synopsis
34642
34643@smallexample
34644 -symbol-info-variables [--include-nondebug]
34645 [--type @var{type_regexp}]
34646 [--name @var{name_regexp}]
c2512106
AB
34647 [--max-results @var{limit}]
34648
7dc42066
AB
34649@end smallexample
34650
34651@noindent
34652Return a list containing the names and types for all global variables
34653taken from the debug information. The variables are grouped by source
34654file, and shown with the line number on which each variable is
34655defined.
34656
34657The @code{--include-nondebug} option causes the output to include
34658data symbols from the symbol table.
34659
34660The options @code{--type} and @code{--name} allow the symbols returned
34661to be filtered based on either the name of the variable, or the type
34662of the variable.
34663
c2512106
AB
34664The option @code{--max-results} restricts the command to return no
34665more than @var{limit} results. If exactly @var{limit} results are
34666returned then there might be additional results available if a higher
34667limit is used.
34668
7dc42066 34669@subsubheading @value{GDBN} Command
922fbb7b 34670
7dc42066 34671The corresponding @value{GDBN} command is @samp{info variables}.
922fbb7b 34672
7dc42066
AB
34673@subsubheading Example
34674@smallexample
34675@group
34676(gdb)
34677-symbol-info-variables
34678^done,symbols=
34679 @{debug=
34680 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34681 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34682 symbols=[@{line="25",name="global_f1",type="float",
34683 description="static float global_f1;"@},
34684 @{line="24",name="global_i1",type="int",
34685 description="static int global_i1;"@}]@},
34686 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34687 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34688 symbols=[@{line="21",name="global_f2",type="int",
34689 description="int global_f2;"@},
34690 @{line="20",name="global_i2",type="int",
34691 description="int global_i2;"@},
34692 @{line="19",name="global_f1",type="float",
34693 description="static float global_f1;"@},
34694 @{line="18",name="global_i1",type="int",
34695 description="static int global_i1;"@}]@}]@}
34696@end group
34697@group
34698(gdb)
34699-symbol-info-variables --name f1
34700^done,symbols=
34701 @{debug=
34702 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34703 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34704 symbols=[@{line="25",name="global_f1",type="float",
34705 description="static float global_f1;"@}]@},
34706 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34707 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34708 symbols=[@{line="19",name="global_f1",type="float",
34709 description="static float global_f1;"@}]@}]@}
34710@end group
34711@group
34712(gdb)
34713-symbol-info-variables --type float
34714^done,symbols=
34715 @{debug=
34716 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34717 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34718 symbols=[@{line="25",name="global_f1",type="float",
34719 description="static float global_f1;"@}]@},
34720 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34721 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34722 symbols=[@{line="19",name="global_f1",type="float",
34723 description="static float global_f1;"@}]@}]@}
34724@end group
34725@group
34726(gdb)
34727-symbol-info-variables --include-nondebug
34728^done,symbols=
34729 @{debug=
34730 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34731 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
34732 symbols=[@{line="25",name="global_f1",type="float",
34733 description="static float global_f1;"@},
34734 @{line="24",name="global_i1",type="int",
34735 description="static int global_i1;"@}]@},
34736 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34737 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
34738 symbols=[@{line="21",name="global_f2",type="int",
34739 description="int global_f2;"@},
34740 @{line="20",name="global_i2",type="int",
34741 description="int global_i2;"@},
34742 @{line="19",name="global_f1",type="float",
34743 description="static float global_f1;"@},
34744 @{line="18",name="global_i1",type="int",
34745 description="static int global_i1;"@}]@}],
34746 nondebug=
34747 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
34748 @{address="0x00000000004005d8",name="__dso_handle"@}
34749 ...
34750 ]@}
34751@end group
34752@end smallexample
34753
34754@ignore
a2c02241
NR
34755@subheading The @code{-symbol-info-line} Command
34756@findex -symbol-info-line
922fbb7b
AC
34757
34758@subsubheading Synopsis
34759
34760@smallexample
a2c02241 34761 -symbol-info-line
922fbb7b
AC
34762@end smallexample
34763
a2c02241 34764Show the core addresses of the code for a source line.
922fbb7b 34765
a2c02241 34766@subsubheading @value{GDBN} Command
922fbb7b 34767
a2c02241
NR
34768The corresponding @value{GDBN} command is @samp{info line}.
34769@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
34770
34771@subsubheading Example
a2c02241 34772N.A.
922fbb7b
AC
34773
34774
a2c02241
NR
34775@subheading The @code{-symbol-info-symbol} Command
34776@findex -symbol-info-symbol
07f31aa6
DJ
34777
34778@subsubheading Synopsis
34779
a2c02241
NR
34780@smallexample
34781 -symbol-info-symbol @var{addr}
34782@end smallexample
07f31aa6 34783
a2c02241 34784Describe what symbol is at location @var{addr}.
07f31aa6 34785
a2c02241 34786@subsubheading @value{GDBN} Command
07f31aa6 34787
a2c02241 34788The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
34789
34790@subsubheading Example
a2c02241 34791N.A.
07f31aa6
DJ
34792
34793
a2c02241
NR
34794@subheading The @code{-symbol-list-functions} Command
34795@findex -symbol-list-functions
922fbb7b
AC
34796
34797@subsubheading Synopsis
34798
34799@smallexample
a2c02241 34800 -symbol-list-functions
922fbb7b
AC
34801@end smallexample
34802
a2c02241 34803List the functions in the executable.
922fbb7b
AC
34804
34805@subsubheading @value{GDBN} Command
34806
a2c02241
NR
34807@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
34808@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
34809
34810@subsubheading Example
a2c02241 34811N.A.
9901a55b 34812@end ignore
922fbb7b
AC
34813
34814
a2c02241
NR
34815@subheading The @code{-symbol-list-lines} Command
34816@findex -symbol-list-lines
922fbb7b
AC
34817
34818@subsubheading Synopsis
34819
34820@smallexample
a2c02241 34821 -symbol-list-lines @var{filename}
922fbb7b
AC
34822@end smallexample
34823
a2c02241
NR
34824Print the list of lines that contain code and their associated program
34825addresses for the given source filename. The entries are sorted in
34826ascending PC order.
922fbb7b
AC
34827
34828@subsubheading @value{GDBN} Command
34829
a2c02241 34830There is no corresponding @value{GDBN} command.
922fbb7b
AC
34831
34832@subsubheading Example
a2c02241 34833@smallexample
594fe323 34834(gdb)
a2c02241
NR
34835-symbol-list-lines basics.c
34836^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 34837(gdb)
a2c02241 34838@end smallexample
922fbb7b
AC
34839
34840
9901a55b 34841@ignore
a2c02241
NR
34842@subheading The @code{-symbol-list-types} Command
34843@findex -symbol-list-types
922fbb7b
AC
34844
34845@subsubheading Synopsis
34846
34847@smallexample
a2c02241 34848 -symbol-list-types
922fbb7b
AC
34849@end smallexample
34850
a2c02241 34851List all the type names.
922fbb7b
AC
34852
34853@subsubheading @value{GDBN} Command
34854
a2c02241
NR
34855The corresponding commands are @samp{info types} in @value{GDBN},
34856@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
34857
34858@subsubheading Example
34859N.A.
34860
34861
a2c02241
NR
34862@subheading The @code{-symbol-list-variables} Command
34863@findex -symbol-list-variables
922fbb7b
AC
34864
34865@subsubheading Synopsis
34866
34867@smallexample
a2c02241 34868 -symbol-list-variables
922fbb7b
AC
34869@end smallexample
34870
a2c02241 34871List all the global and static variable names.
922fbb7b
AC
34872
34873@subsubheading @value{GDBN} Command
34874
a2c02241 34875@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
34876
34877@subsubheading Example
34878N.A.
34879
34880
a2c02241
NR
34881@subheading The @code{-symbol-locate} Command
34882@findex -symbol-locate
922fbb7b
AC
34883
34884@subsubheading Synopsis
34885
34886@smallexample
a2c02241 34887 -symbol-locate
922fbb7b
AC
34888@end smallexample
34889
922fbb7b
AC
34890@subsubheading @value{GDBN} Command
34891
a2c02241 34892@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
34893
34894@subsubheading Example
34895N.A.
34896
34897
a2c02241
NR
34898@subheading The @code{-symbol-type} Command
34899@findex -symbol-type
922fbb7b
AC
34900
34901@subsubheading Synopsis
34902
34903@smallexample
a2c02241 34904 -symbol-type @var{variable}
922fbb7b
AC
34905@end smallexample
34906
a2c02241 34907Show type of @var{variable}.
922fbb7b 34908
a2c02241 34909@subsubheading @value{GDBN} Command
922fbb7b 34910
a2c02241
NR
34911The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
34912@samp{gdb_obj_variable}.
34913
34914@subsubheading Example
34915N.A.
9901a55b 34916@end ignore
a2c02241
NR
34917
34918
34919@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34920@node GDB/MI File Commands
34921@section @sc{gdb/mi} File Commands
34922
34923This section describes the GDB/MI commands to specify executable file names
34924and to read in and obtain symbol table information.
34925
34926@subheading The @code{-file-exec-and-symbols} Command
34927@findex -file-exec-and-symbols
34928
34929@subsubheading Synopsis
922fbb7b
AC
34930
34931@smallexample
a2c02241 34932 -file-exec-and-symbols @var{file}
922fbb7b
AC
34933@end smallexample
34934
a2c02241
NR
34935Specify the executable file to be debugged. This file is the one from
34936which the symbol table is also read. If no file is specified, the
34937command clears the executable and symbol information. If breakpoints
34938are set when using this command with no arguments, @value{GDBN} will produce
34939error messages. Otherwise, no output is produced, except a completion
34940notification.
34941
922fbb7b
AC
34942@subsubheading @value{GDBN} Command
34943
a2c02241 34944The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
34945
34946@subsubheading Example
34947
34948@smallexample
594fe323 34949(gdb)
a2c02241
NR
34950-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
34951^done
594fe323 34952(gdb)
922fbb7b
AC
34953@end smallexample
34954
922fbb7b 34955
a2c02241
NR
34956@subheading The @code{-file-exec-file} Command
34957@findex -file-exec-file
922fbb7b
AC
34958
34959@subsubheading Synopsis
34960
34961@smallexample
a2c02241 34962 -file-exec-file @var{file}
922fbb7b
AC
34963@end smallexample
34964
a2c02241
NR
34965Specify the executable file to be debugged. Unlike
34966@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
34967from this file. If used without argument, @value{GDBN} clears the information
34968about the executable file. No output is produced, except a completion
34969notification.
922fbb7b 34970
a2c02241
NR
34971@subsubheading @value{GDBN} Command
34972
34973The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
34974
34975@subsubheading Example
a2c02241
NR
34976
34977@smallexample
594fe323 34978(gdb)
a2c02241
NR
34979-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
34980^done
594fe323 34981(gdb)
a2c02241 34982@end smallexample
922fbb7b
AC
34983
34984
9901a55b 34985@ignore
a2c02241
NR
34986@subheading The @code{-file-list-exec-sections} Command
34987@findex -file-list-exec-sections
922fbb7b
AC
34988
34989@subsubheading Synopsis
34990
34991@smallexample
a2c02241 34992 -file-list-exec-sections
922fbb7b
AC
34993@end smallexample
34994
a2c02241
NR
34995List the sections of the current executable file.
34996
922fbb7b
AC
34997@subsubheading @value{GDBN} Command
34998
a2c02241
NR
34999The @value{GDBN} command @samp{info file} shows, among the rest, the same
35000information as this command. @code{gdbtk} has a corresponding command
35001@samp{gdb_load_info}.
922fbb7b
AC
35002
35003@subsubheading Example
35004N.A.
9901a55b 35005@end ignore
922fbb7b
AC
35006
35007
a2c02241
NR
35008@subheading The @code{-file-list-exec-source-file} Command
35009@findex -file-list-exec-source-file
922fbb7b
AC
35010
35011@subsubheading Synopsis
35012
35013@smallexample
a2c02241 35014 -file-list-exec-source-file
922fbb7b
AC
35015@end smallexample
35016
a2c02241 35017List the line number, the current source file, and the absolute path
44288b44
NR
35018to the current source file for the current executable. The macro
35019information field has a value of @samp{1} or @samp{0} depending on
35020whether or not the file includes preprocessor macro information.
922fbb7b
AC
35021
35022@subsubheading @value{GDBN} Command
35023
a2c02241 35024The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
35025
35026@subsubheading Example
35027
922fbb7b 35028@smallexample
594fe323 35029(gdb)
a2c02241 35030123-file-list-exec-source-file
44288b44 35031123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 35032(gdb)
922fbb7b
AC
35033@end smallexample
35034
35035
a2c02241
NR
35036@subheading The @code{-file-list-exec-source-files} Command
35037@findex -file-list-exec-source-files
922fbb7b
AC
35038
35039@subsubheading Synopsis
35040
35041@smallexample
a2c02241 35042 -file-list-exec-source-files
922fbb7b
AC
35043@end smallexample
35044
a2c02241
NR
35045List the source files for the current executable.
35046
f35a17b5
JK
35047It will always output both the filename and fullname (absolute file
35048name) of a source file.
922fbb7b
AC
35049
35050@subsubheading @value{GDBN} Command
35051
a2c02241
NR
35052The @value{GDBN} equivalent is @samp{info sources}.
35053@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
35054
35055@subsubheading Example
922fbb7b 35056@smallexample
594fe323 35057(gdb)
a2c02241
NR
35058-file-list-exec-source-files
35059^done,files=[
35060@{file=foo.c,fullname=/home/foo.c@},
35061@{file=/home/bar.c,fullname=/home/bar.c@},
35062@{file=gdb_could_not_find_fullpath.c@}]
594fe323 35063(gdb)
922fbb7b
AC
35064@end smallexample
35065
a2c02241
NR
35066@subheading The @code{-file-list-shared-libraries} Command
35067@findex -file-list-shared-libraries
922fbb7b 35068
a2c02241 35069@subsubheading Synopsis
922fbb7b 35070
a2c02241 35071@smallexample
51457a05 35072 -file-list-shared-libraries [ @var{regexp} ]
a2c02241 35073@end smallexample
922fbb7b 35074
a2c02241 35075List the shared libraries in the program.
51457a05
MAL
35076With a regular expression @var{regexp}, only those libraries whose
35077names match @var{regexp} are listed.
922fbb7b 35078
a2c02241 35079@subsubheading @value{GDBN} Command
922fbb7b 35080
51457a05
MAL
35081The corresponding @value{GDBN} command is @samp{info shared}. The fields
35082have a similar meaning to the @code{=library-loaded} notification.
35083The @code{ranges} field specifies the multiple segments belonging to this
35084library. Each range has the following fields:
35085
35086@table @samp
35087@item from
35088The address defining the inclusive lower bound of the segment.
35089@item to
35090The address defining the exclusive upper bound of the segment.
35091@end table
922fbb7b 35092
a2c02241 35093@subsubheading Example
51457a05
MAL
35094@smallexample
35095(gdb)
35096-file-list-exec-source-files
35097^done,shared-libraries=[
35098@{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"@}]@},
35099@{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"@}]@}]
35100(gdb)
35101@end smallexample
922fbb7b
AC
35102
35103
51457a05 35104@ignore
a2c02241
NR
35105@subheading The @code{-file-list-symbol-files} Command
35106@findex -file-list-symbol-files
922fbb7b 35107
a2c02241 35108@subsubheading Synopsis
922fbb7b 35109
a2c02241
NR
35110@smallexample
35111 -file-list-symbol-files
35112@end smallexample
922fbb7b 35113
a2c02241 35114List symbol files.
922fbb7b 35115
a2c02241 35116@subsubheading @value{GDBN} Command
922fbb7b 35117
a2c02241 35118The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 35119
a2c02241
NR
35120@subsubheading Example
35121N.A.
9901a55b 35122@end ignore
922fbb7b 35123
922fbb7b 35124
a2c02241
NR
35125@subheading The @code{-file-symbol-file} Command
35126@findex -file-symbol-file
922fbb7b 35127
a2c02241 35128@subsubheading Synopsis
922fbb7b 35129
a2c02241
NR
35130@smallexample
35131 -file-symbol-file @var{file}
35132@end smallexample
922fbb7b 35133
a2c02241
NR
35134Read symbol table info from the specified @var{file} argument. When
35135used without arguments, clears @value{GDBN}'s symbol table info. No output is
35136produced, except for a completion notification.
922fbb7b 35137
a2c02241 35138@subsubheading @value{GDBN} Command
922fbb7b 35139
a2c02241 35140The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 35141
a2c02241 35142@subsubheading Example
922fbb7b 35143
a2c02241 35144@smallexample
594fe323 35145(gdb)
a2c02241
NR
35146-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
35147^done
594fe323 35148(gdb)
a2c02241 35149@end smallexample
922fbb7b 35150
a2c02241 35151@ignore
a2c02241
NR
35152@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35153@node GDB/MI Memory Overlay Commands
35154@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 35155
a2c02241 35156The memory overlay commands are not implemented.
922fbb7b 35157
a2c02241 35158@c @subheading -overlay-auto
922fbb7b 35159
a2c02241 35160@c @subheading -overlay-list-mapping-state
922fbb7b 35161
a2c02241 35162@c @subheading -overlay-list-overlays
922fbb7b 35163
a2c02241 35164@c @subheading -overlay-map
922fbb7b 35165
a2c02241 35166@c @subheading -overlay-off
922fbb7b 35167
a2c02241 35168@c @subheading -overlay-on
922fbb7b 35169
a2c02241 35170@c @subheading -overlay-unmap
922fbb7b 35171
a2c02241
NR
35172@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35173@node GDB/MI Signal Handling Commands
35174@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 35175
a2c02241 35176Signal handling commands are not implemented.
922fbb7b 35177
a2c02241 35178@c @subheading -signal-handle
922fbb7b 35179
a2c02241 35180@c @subheading -signal-list-handle-actions
922fbb7b 35181
a2c02241
NR
35182@c @subheading -signal-list-signal-types
35183@end ignore
922fbb7b 35184
922fbb7b 35185
a2c02241
NR
35186@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35187@node GDB/MI Target Manipulation
35188@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
35189
35190
a2c02241
NR
35191@subheading The @code{-target-attach} Command
35192@findex -target-attach
922fbb7b
AC
35193
35194@subsubheading Synopsis
35195
35196@smallexample
c3b108f7 35197 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
35198@end smallexample
35199
c3b108f7
VP
35200Attach to a process @var{pid} or a file @var{file} outside of
35201@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
35202group, the id previously returned by
35203@samp{-list-thread-groups --available} must be used.
922fbb7b 35204
79a6e687 35205@subsubheading @value{GDBN} Command
922fbb7b 35206
a2c02241 35207The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 35208
a2c02241 35209@subsubheading Example
b56e7235
VP
35210@smallexample
35211(gdb)
35212-target-attach 34
35213=thread-created,id="1"
5ae4183a 35214*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
35215^done
35216(gdb)
35217@end smallexample
a2c02241 35218
9901a55b 35219@ignore
a2c02241
NR
35220@subheading The @code{-target-compare-sections} Command
35221@findex -target-compare-sections
922fbb7b
AC
35222
35223@subsubheading Synopsis
35224
35225@smallexample
a2c02241 35226 -target-compare-sections [ @var{section} ]
922fbb7b
AC
35227@end smallexample
35228
a2c02241
NR
35229Compare data of section @var{section} on target to the exec file.
35230Without the argument, all sections are compared.
922fbb7b 35231
a2c02241 35232@subsubheading @value{GDBN} Command
922fbb7b 35233
a2c02241 35234The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 35235
a2c02241
NR
35236@subsubheading Example
35237N.A.
9901a55b 35238@end ignore
a2c02241
NR
35239
35240
35241@subheading The @code{-target-detach} Command
35242@findex -target-detach
922fbb7b
AC
35243
35244@subsubheading Synopsis
35245
35246@smallexample
c3b108f7 35247 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
35248@end smallexample
35249
a2c02241 35250Detach from the remote target which normally resumes its execution.
c3b108f7
VP
35251If either @var{pid} or @var{gid} is specified, detaches from either
35252the specified process, or specified thread group. There's no output.
a2c02241 35253
79a6e687 35254@subsubheading @value{GDBN} Command
a2c02241
NR
35255
35256The corresponding @value{GDBN} command is @samp{detach}.
35257
35258@subsubheading Example
922fbb7b
AC
35259
35260@smallexample
594fe323 35261(gdb)
a2c02241
NR
35262-target-detach
35263^done
594fe323 35264(gdb)
922fbb7b
AC
35265@end smallexample
35266
35267
a2c02241
NR
35268@subheading The @code{-target-disconnect} Command
35269@findex -target-disconnect
922fbb7b
AC
35270
35271@subsubheading Synopsis
35272
123dc839 35273@smallexample
a2c02241 35274 -target-disconnect
123dc839 35275@end smallexample
922fbb7b 35276
a2c02241
NR
35277Disconnect from the remote target. There's no output and the target is
35278generally not resumed.
35279
79a6e687 35280@subsubheading @value{GDBN} Command
a2c02241
NR
35281
35282The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
35283
35284@subsubheading Example
922fbb7b
AC
35285
35286@smallexample
594fe323 35287(gdb)
a2c02241
NR
35288-target-disconnect
35289^done
594fe323 35290(gdb)
922fbb7b
AC
35291@end smallexample
35292
35293
a2c02241
NR
35294@subheading The @code{-target-download} Command
35295@findex -target-download
922fbb7b
AC
35296
35297@subsubheading Synopsis
35298
35299@smallexample
a2c02241 35300 -target-download
922fbb7b
AC
35301@end smallexample
35302
a2c02241
NR
35303Loads the executable onto the remote target.
35304It prints out an update message every half second, which includes the fields:
35305
35306@table @samp
35307@item section
35308The name of the section.
35309@item section-sent
35310The size of what has been sent so far for that section.
35311@item section-size
35312The size of the section.
35313@item total-sent
35314The total size of what was sent so far (the current and the previous sections).
35315@item total-size
35316The size of the overall executable to download.
35317@end table
35318
35319@noindent
35320Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
35321@sc{gdb/mi} Output Syntax}).
35322
35323In addition, it prints the name and size of the sections, as they are
35324downloaded. These messages include the following fields:
35325
35326@table @samp
35327@item section
35328The name of the section.
35329@item section-size
35330The size of the section.
35331@item total-size
35332The size of the overall executable to download.
35333@end table
35334
35335@noindent
35336At the end, a summary is printed.
35337
35338@subsubheading @value{GDBN} Command
35339
35340The corresponding @value{GDBN} command is @samp{load}.
35341
35342@subsubheading Example
35343
35344Note: each status message appears on a single line. Here the messages
35345have been broken down so that they can fit onto a page.
922fbb7b
AC
35346
35347@smallexample
594fe323 35348(gdb)
a2c02241
NR
35349-target-download
35350+download,@{section=".text",section-size="6668",total-size="9880"@}
35351+download,@{section=".text",section-sent="512",section-size="6668",
35352total-sent="512",total-size="9880"@}
35353+download,@{section=".text",section-sent="1024",section-size="6668",
35354total-sent="1024",total-size="9880"@}
35355+download,@{section=".text",section-sent="1536",section-size="6668",
35356total-sent="1536",total-size="9880"@}
35357+download,@{section=".text",section-sent="2048",section-size="6668",
35358total-sent="2048",total-size="9880"@}
35359+download,@{section=".text",section-sent="2560",section-size="6668",
35360total-sent="2560",total-size="9880"@}
35361+download,@{section=".text",section-sent="3072",section-size="6668",
35362total-sent="3072",total-size="9880"@}
35363+download,@{section=".text",section-sent="3584",section-size="6668",
35364total-sent="3584",total-size="9880"@}
35365+download,@{section=".text",section-sent="4096",section-size="6668",
35366total-sent="4096",total-size="9880"@}
35367+download,@{section=".text",section-sent="4608",section-size="6668",
35368total-sent="4608",total-size="9880"@}
35369+download,@{section=".text",section-sent="5120",section-size="6668",
35370total-sent="5120",total-size="9880"@}
35371+download,@{section=".text",section-sent="5632",section-size="6668",
35372total-sent="5632",total-size="9880"@}
35373+download,@{section=".text",section-sent="6144",section-size="6668",
35374total-sent="6144",total-size="9880"@}
35375+download,@{section=".text",section-sent="6656",section-size="6668",
35376total-sent="6656",total-size="9880"@}
35377+download,@{section=".init",section-size="28",total-size="9880"@}
35378+download,@{section=".fini",section-size="28",total-size="9880"@}
35379+download,@{section=".data",section-size="3156",total-size="9880"@}
35380+download,@{section=".data",section-sent="512",section-size="3156",
35381total-sent="7236",total-size="9880"@}
35382+download,@{section=".data",section-sent="1024",section-size="3156",
35383total-sent="7748",total-size="9880"@}
35384+download,@{section=".data",section-sent="1536",section-size="3156",
35385total-sent="8260",total-size="9880"@}
35386+download,@{section=".data",section-sent="2048",section-size="3156",
35387total-sent="8772",total-size="9880"@}
35388+download,@{section=".data",section-sent="2560",section-size="3156",
35389total-sent="9284",total-size="9880"@}
35390+download,@{section=".data",section-sent="3072",section-size="3156",
35391total-sent="9796",total-size="9880"@}
35392^done,address="0x10004",load-size="9880",transfer-rate="6586",
35393write-rate="429"
594fe323 35394(gdb)
922fbb7b
AC
35395@end smallexample
35396
35397
9901a55b 35398@ignore
a2c02241
NR
35399@subheading The @code{-target-exec-status} Command
35400@findex -target-exec-status
922fbb7b
AC
35401
35402@subsubheading Synopsis
35403
35404@smallexample
a2c02241 35405 -target-exec-status
922fbb7b
AC
35406@end smallexample
35407
a2c02241
NR
35408Provide information on the state of the target (whether it is running or
35409not, for instance).
922fbb7b 35410
a2c02241 35411@subsubheading @value{GDBN} Command
922fbb7b 35412
a2c02241
NR
35413There's no equivalent @value{GDBN} command.
35414
35415@subsubheading Example
35416N.A.
922fbb7b 35417
a2c02241
NR
35418
35419@subheading The @code{-target-list-available-targets} Command
35420@findex -target-list-available-targets
922fbb7b
AC
35421
35422@subsubheading Synopsis
35423
35424@smallexample
a2c02241 35425 -target-list-available-targets
922fbb7b
AC
35426@end smallexample
35427
a2c02241 35428List the possible targets to connect to.
922fbb7b 35429
a2c02241 35430@subsubheading @value{GDBN} Command
922fbb7b 35431
a2c02241 35432The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 35433
a2c02241
NR
35434@subsubheading Example
35435N.A.
35436
35437
35438@subheading The @code{-target-list-current-targets} Command
35439@findex -target-list-current-targets
922fbb7b
AC
35440
35441@subsubheading Synopsis
35442
35443@smallexample
a2c02241 35444 -target-list-current-targets
922fbb7b
AC
35445@end smallexample
35446
a2c02241 35447Describe the current target.
922fbb7b 35448
a2c02241 35449@subsubheading @value{GDBN} Command
922fbb7b 35450
a2c02241
NR
35451The corresponding information is printed by @samp{info file} (among
35452other things).
922fbb7b 35453
a2c02241
NR
35454@subsubheading Example
35455N.A.
35456
35457
35458@subheading The @code{-target-list-parameters} Command
35459@findex -target-list-parameters
922fbb7b
AC
35460
35461@subsubheading Synopsis
35462
35463@smallexample
a2c02241 35464 -target-list-parameters
922fbb7b
AC
35465@end smallexample
35466
a2c02241 35467@c ????
9901a55b 35468@end ignore
a2c02241
NR
35469
35470@subsubheading @value{GDBN} Command
35471
35472No equivalent.
922fbb7b
AC
35473
35474@subsubheading Example
a2c02241
NR
35475N.A.
35476
78cbbba8
LM
35477@subheading The @code{-target-flash-erase} Command
35478@findex -target-flash-erase
35479
35480@subsubheading Synopsis
35481
35482@smallexample
35483 -target-flash-erase
35484@end smallexample
35485
35486Erases all known flash memory regions on the target.
35487
35488The corresponding @value{GDBN} command is @samp{flash-erase}.
35489
35490The output is a list of flash regions that have been erased, with starting
35491addresses and memory region sizes.
35492
35493@smallexample
35494(gdb)
35495-target-flash-erase
35496^done,erased-regions=@{address="0x0",size="0x40000"@}
35497(gdb)
35498@end smallexample
a2c02241
NR
35499
35500@subheading The @code{-target-select} Command
35501@findex -target-select
35502
35503@subsubheading Synopsis
922fbb7b
AC
35504
35505@smallexample
a2c02241 35506 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
35507@end smallexample
35508
a2c02241 35509Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 35510
a2c02241
NR
35511@table @samp
35512@item @var{type}
75c99385 35513The type of target, for instance @samp{remote}, etc.
a2c02241
NR
35514@item @var{parameters}
35515Device names, host names and the like. @xref{Target Commands, ,
79a6e687 35516Commands for Managing Targets}, for more details.
a2c02241
NR
35517@end table
35518
35519The output is a connection notification, followed by the address at
35520which the target program is, in the following form:
922fbb7b
AC
35521
35522@smallexample
a2c02241
NR
35523^connected,addr="@var{address}",func="@var{function name}",
35524 args=[@var{arg list}]
922fbb7b
AC
35525@end smallexample
35526
a2c02241
NR
35527@subsubheading @value{GDBN} Command
35528
35529The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
35530
35531@subsubheading Example
922fbb7b 35532
265eeb58 35533@smallexample
594fe323 35534(gdb)
75c99385 35535-target-select remote /dev/ttya
a2c02241 35536^connected,addr="0xfe00a300",func="??",args=[]
594fe323 35537(gdb)
265eeb58 35538@end smallexample
ef21caaf 35539
a6b151f1
DJ
35540@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35541@node GDB/MI File Transfer Commands
35542@section @sc{gdb/mi} File Transfer Commands
35543
35544
35545@subheading The @code{-target-file-put} Command
35546@findex -target-file-put
35547
35548@subsubheading Synopsis
35549
35550@smallexample
35551 -target-file-put @var{hostfile} @var{targetfile}
35552@end smallexample
35553
35554Copy file @var{hostfile} from the host system (the machine running
35555@value{GDBN}) to @var{targetfile} on the target system.
35556
35557@subsubheading @value{GDBN} Command
35558
35559The corresponding @value{GDBN} command is @samp{remote put}.
35560
35561@subsubheading Example
35562
35563@smallexample
35564(gdb)
35565-target-file-put localfile remotefile
35566^done
35567(gdb)
35568@end smallexample
35569
35570
1763a388 35571@subheading The @code{-target-file-get} Command
a6b151f1
DJ
35572@findex -target-file-get
35573
35574@subsubheading Synopsis
35575
35576@smallexample
35577 -target-file-get @var{targetfile} @var{hostfile}
35578@end smallexample
35579
35580Copy file @var{targetfile} from the target system to @var{hostfile}
35581on the host system.
35582
35583@subsubheading @value{GDBN} Command
35584
35585The corresponding @value{GDBN} command is @samp{remote get}.
35586
35587@subsubheading Example
35588
35589@smallexample
35590(gdb)
35591-target-file-get remotefile localfile
35592^done
35593(gdb)
35594@end smallexample
35595
35596
35597@subheading The @code{-target-file-delete} Command
35598@findex -target-file-delete
35599
35600@subsubheading Synopsis
35601
35602@smallexample
35603 -target-file-delete @var{targetfile}
35604@end smallexample
35605
35606Delete @var{targetfile} from the target system.
35607
35608@subsubheading @value{GDBN} Command
35609
35610The corresponding @value{GDBN} command is @samp{remote delete}.
35611
35612@subsubheading Example
35613
35614@smallexample
35615(gdb)
35616-target-file-delete remotefile
35617^done
35618(gdb)
35619@end smallexample
35620
35621
58d06528
JB
35622@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35623@node GDB/MI Ada Exceptions Commands
35624@section Ada Exceptions @sc{gdb/mi} Commands
35625
35626@subheading The @code{-info-ada-exceptions} Command
35627@findex -info-ada-exceptions
35628
35629@subsubheading Synopsis
35630
35631@smallexample
35632 -info-ada-exceptions [ @var{regexp}]
35633@end smallexample
35634
35635List all Ada exceptions defined within the program being debugged.
35636With a regular expression @var{regexp}, only those exceptions whose
35637names match @var{regexp} are listed.
35638
35639@subsubheading @value{GDBN} Command
35640
35641The corresponding @value{GDBN} command is @samp{info exceptions}.
35642
35643@subsubheading Result
35644
35645The result is a table of Ada exceptions. The following columns are
35646defined for each exception:
35647
35648@table @samp
35649@item name
35650The name of the exception.
35651
35652@item address
35653The address of the exception.
35654
35655@end table
35656
35657@subsubheading Example
35658
35659@smallexample
35660-info-ada-exceptions aint
35661^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
35662hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
35663@{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
35664body=[@{name="constraint_error",address="0x0000000000613da0"@},
35665@{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
35666@end smallexample
35667
35668@subheading Catching Ada Exceptions
35669
35670The commands describing how to ask @value{GDBN} to stop when a program
35671raises an exception are described at @ref{Ada Exception GDB/MI
35672Catchpoint Commands}.
35673
35674
ef21caaf 35675@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
d192b373
JB
35676@node GDB/MI Support Commands
35677@section @sc{gdb/mi} Support Commands
ef21caaf 35678
d192b373
JB
35679Since new commands and features get regularly added to @sc{gdb/mi},
35680some commands are available to help front-ends query the debugger
35681about support for these capabilities. Similarly, it is also possible
35682to query @value{GDBN} about target support of certain features.
ef21caaf 35683
6b7cbff1
JB
35684@subheading The @code{-info-gdb-mi-command} Command
35685@cindex @code{-info-gdb-mi-command}
35686@findex -info-gdb-mi-command
35687
35688@subsubheading Synopsis
35689
35690@smallexample
35691 -info-gdb-mi-command @var{cmd_name}
35692@end smallexample
35693
35694Query support for the @sc{gdb/mi} command named @var{cmd_name}.
35695
35696Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
35697is technically not part of the command name (@pxref{GDB/MI Input
35698Syntax}), and thus should be omitted in @var{cmd_name}. However,
35699for ease of use, this command also accepts the form with the leading
35700dash.
35701
35702@subsubheading @value{GDBN} Command
35703
35704There is no corresponding @value{GDBN} command.
35705
35706@subsubheading Result
35707
35708The result is a tuple. There is currently only one field:
35709
35710@table @samp
35711@item exists
35712This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
35713@code{"false"} otherwise.
35714
35715@end table
35716
35717@subsubheading Example
35718
35719Here is an example where the @sc{gdb/mi} command does not exist:
35720
35721@smallexample
35722-info-gdb-mi-command unsupported-command
35723^done,command=@{exists="false"@}
35724@end smallexample
35725
35726@noindent
35727And here is an example where the @sc{gdb/mi} command is known
35728to the debugger:
35729
35730@smallexample
35731-info-gdb-mi-command symbol-list-lines
35732^done,command=@{exists="true"@}
35733@end smallexample
35734
084344da
VP
35735@subheading The @code{-list-features} Command
35736@findex -list-features
9b26f0fb 35737@cindex supported @sc{gdb/mi} features, list
084344da
VP
35738
35739Returns a list of particular features of the MI protocol that
35740this version of gdb implements. A feature can be a command,
35741or a new field in an output of some command, or even an
35742important bugfix. While a frontend can sometimes detect presence
35743of a feature at runtime, it is easier to perform detection at debugger
d192b373 35744startup.
084344da
VP
35745
35746The command returns a list of strings, with each string naming an
35747available feature. Each returned string is just a name, it does not
d192b373 35748have any internal structure. The list of possible feature names
084344da
VP
35749is given below.
35750
35751Example output:
35752
35753@smallexample
35754(gdb) -list-features
35755^done,result=["feature1","feature2"]
35756@end smallexample
35757
35758The current list of features is:
35759
edef6000 35760@ftable @samp
30e026bb 35761@item frozen-varobjs
a05336a1 35762Indicates support for the @code{-var-set-frozen} command, as well
6b92c0d3 35763as possible presence of the @code{frozen} field in the output
30e026bb
VP
35764of @code{-varobj-create}.
35765@item pending-breakpoints
a05336a1
JB
35766Indicates support for the @option{-f} option to the @code{-break-insert}
35767command.
b6313243 35768@item python
a05336a1 35769Indicates Python scripting support, Python-based
b6313243
TT
35770pretty-printing commands, and possible presence of the
35771@samp{display_hint} field in the output of @code{-var-list-children}
30e026bb 35772@item thread-info
a05336a1 35773Indicates support for the @code{-thread-info} command.
8dedea02 35774@item data-read-memory-bytes
a05336a1 35775Indicates support for the @code{-data-read-memory-bytes} and the
8dedea02 35776@code{-data-write-memory-bytes} commands.
39c4d40a
TT
35777@item breakpoint-notifications
35778Indicates that changes to breakpoints and breakpoints created via the
35779CLI will be announced via async records.
5d77fe44 35780@item ada-task-info
6adcee18 35781Indicates support for the @code{-ada-task-info} command.
422ad5c2
JB
35782@item language-option
35783Indicates that all @sc{gdb/mi} commands accept the @option{--language}
35784option (@pxref{Context management}).
6b7cbff1
JB
35785@item info-gdb-mi-command
35786Indicates support for the @code{-info-gdb-mi-command} command.
2ea126fa
JB
35787@item undefined-command-error-code
35788Indicates support for the "undefined-command" error code in error result
35789records, produced when trying to execute an undefined @sc{gdb/mi} command
35790(@pxref{GDB/MI Result Records}).
72bfa06c
JB
35791@item exec-run-start-option
35792Indicates that the @code{-exec-run} command supports the @option{--start}
35793option (@pxref{GDB/MI Program Execution}).
26fb3983
JV
35794@item data-disassemble-a-option
35795Indicates that the @code{-data-disassemble} command supports the @option{-a}
35796option (@pxref{GDB/MI Data Manipulation}).
edef6000 35797@end ftable
084344da 35798
c6ebd6cf
VP
35799@subheading The @code{-list-target-features} Command
35800@findex -list-target-features
35801
35802Returns a list of particular features that are supported by the
35803target. Those features affect the permitted MI commands, but
35804unlike the features reported by the @code{-list-features} command, the
35805features depend on which target GDB is using at the moment. Whenever
35806a target can change, due to commands such as @code{-target-select},
35807@code{-target-attach} or @code{-exec-run}, the list of target features
35808may change, and the frontend should obtain it again.
35809Example output:
35810
35811@smallexample
b3d3b4bd 35812(gdb) -list-target-features
c6ebd6cf
VP
35813^done,result=["async"]
35814@end smallexample
35815
35816The current list of features is:
35817
35818@table @samp
35819@item async
35820Indicates that the target is capable of asynchronous command
35821execution, which means that @value{GDBN} will accept further commands
35822while the target is running.
35823
f75d858b
MK
35824@item reverse
35825Indicates that the target is capable of reverse execution.
35826@xref{Reverse Execution}, for more information.
35827
c6ebd6cf
VP
35828@end table
35829
d192b373
JB
35830@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35831@node GDB/MI Miscellaneous Commands
35832@section Miscellaneous @sc{gdb/mi} Commands
35833
35834@c @subheading -gdb-complete
35835
35836@subheading The @code{-gdb-exit} Command
35837@findex -gdb-exit
35838
35839@subsubheading Synopsis
35840
35841@smallexample
35842 -gdb-exit
35843@end smallexample
35844
35845Exit @value{GDBN} immediately.
35846
35847@subsubheading @value{GDBN} Command
35848
35849Approximately corresponds to @samp{quit}.
35850
35851@subsubheading Example
35852
35853@smallexample
35854(gdb)
35855-gdb-exit
35856^exit
35857@end smallexample
35858
35859
35860@ignore
35861@subheading The @code{-exec-abort} Command
35862@findex -exec-abort
35863
35864@subsubheading Synopsis
35865
35866@smallexample
35867 -exec-abort
35868@end smallexample
35869
35870Kill the inferior running program.
35871
35872@subsubheading @value{GDBN} Command
35873
35874The corresponding @value{GDBN} command is @samp{kill}.
35875
35876@subsubheading Example
35877N.A.
35878@end ignore
35879
35880
35881@subheading The @code{-gdb-set} Command
35882@findex -gdb-set
35883
35884@subsubheading Synopsis
35885
35886@smallexample
35887 -gdb-set
35888@end smallexample
35889
35890Set an internal @value{GDBN} variable.
35891@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
35892
35893@subsubheading @value{GDBN} Command
35894
35895The corresponding @value{GDBN} command is @samp{set}.
35896
35897@subsubheading Example
35898
35899@smallexample
35900(gdb)
35901-gdb-set $foo=3
35902^done
35903(gdb)
35904@end smallexample
35905
35906
35907@subheading The @code{-gdb-show} Command
35908@findex -gdb-show
35909
35910@subsubheading Synopsis
35911
35912@smallexample
35913 -gdb-show
35914@end smallexample
35915
35916Show the current value of a @value{GDBN} variable.
35917
35918@subsubheading @value{GDBN} Command
35919
35920The corresponding @value{GDBN} command is @samp{show}.
35921
35922@subsubheading Example
35923
35924@smallexample
35925(gdb)
35926-gdb-show annotate
35927^done,value="0"
35928(gdb)
35929@end smallexample
35930
35931@c @subheading -gdb-source
35932
35933
35934@subheading The @code{-gdb-version} Command
35935@findex -gdb-version
35936
35937@subsubheading Synopsis
35938
35939@smallexample
35940 -gdb-version
35941@end smallexample
35942
35943Show version information for @value{GDBN}. Used mostly in testing.
35944
35945@subsubheading @value{GDBN} Command
35946
35947The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
35948default shows this information when you start an interactive session.
35949
35950@subsubheading Example
35951
35952@c This example modifies the actual output from GDB to avoid overfull
35953@c box in TeX.
35954@smallexample
35955(gdb)
35956-gdb-version
35957~GNU gdb 5.2.1
35958~Copyright 2000 Free Software Foundation, Inc.
35959~GDB is free software, covered by the GNU General Public License, and
35960~you are welcome to change it and/or distribute copies of it under
35961~ certain conditions.
35962~Type "show copying" to see the conditions.
35963~There is absolutely no warranty for GDB. Type "show warranty" for
35964~ details.
35965~This GDB was configured as
35966 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
35967^done
35968(gdb)
35969@end smallexample
35970
c3b108f7
VP
35971@subheading The @code{-list-thread-groups} Command
35972@findex -list-thread-groups
35973
35974@subheading Synopsis
35975
35976@smallexample
dc146f7c 35977-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
c3b108f7
VP
35978@end smallexample
35979
dc146f7c
VP
35980Lists thread groups (@pxref{Thread groups}). When a single thread
35981group is passed as the argument, lists the children of that group.
35982When several thread group are passed, lists information about those
35983thread groups. Without any parameters, lists information about all
35984top-level thread groups.
35985
35986Normally, thread groups that are being debugged are reported.
35987With the @samp{--available} option, @value{GDBN} reports thread groups
35988available on the target.
35989
35990The output of this command may have either a @samp{threads} result or
35991a @samp{groups} result. The @samp{thread} result has a list of tuples
35992as value, with each tuple describing a thread (@pxref{GDB/MI Thread
35993Information}). The @samp{groups} result has a list of tuples as value,
35994each tuple describing a thread group. If top-level groups are
35995requested (that is, no parameter is passed), or when several groups
35996are passed, the output always has a @samp{groups} result. The format
35997of the @samp{group} result is described below.
35998
35999To reduce the number of roundtrips it's possible to list thread groups
36000together with their children, by passing the @samp{--recurse} option
36001and the recursion depth. Presently, only recursion depth of 1 is
36002permitted. If this option is present, then every reported thread group
36003will also include its children, either as @samp{group} or
36004@samp{threads} field.
36005
36006In general, any combination of option and parameters is permitted, with
36007the following caveats:
36008
36009@itemize @bullet
36010@item
36011When a single thread group is passed, the output will typically
36012be the @samp{threads} result. Because threads may not contain
36013anything, the @samp{recurse} option will be ignored.
36014
36015@item
36016When the @samp{--available} option is passed, limited information may
36017be available. In particular, the list of threads of a process might
36018be inaccessible. Further, specifying specific thread groups might
36019not give any performance advantage over listing all thread groups.
36020The frontend should assume that @samp{-list-thread-groups --available}
36021is always an expensive operation and cache the results.
36022
36023@end itemize
36024
36025The @samp{groups} result is a list of tuples, where each tuple may
36026have the following fields:
36027
36028@table @code
36029@item id
36030Identifier of the thread group. This field is always present.
a79b8f6e
VP
36031The identifier is an opaque string; frontends should not try to
36032convert it to an integer, even though it might look like one.
dc146f7c
VP
36033
36034@item type
36035The type of the thread group. At present, only @samp{process} is a
36036valid type.
36037
36038@item pid
36039The target-specific process identifier. This field is only present
a79b8f6e 36040for thread groups of type @samp{process} and only if the process exists.
c3b108f7 36041
2ddf4301
SM
36042@item exit-code
36043The exit code of this group's last exited thread, formatted in octal.
36044This field is only present for thread groups of type @samp{process} and
36045only if the process is not running.
36046
dc146f7c
VP
36047@item num_children
36048The number of children this thread group has. This field may be
36049absent for an available thread group.
36050
36051@item threads
36052This field has a list of tuples as value, each tuple describing a
36053thread. It may be present if the @samp{--recurse} option is
36054specified, and it's actually possible to obtain the threads.
36055
36056@item cores
36057This field is a list of integers, each identifying a core that one
36058thread of the group is running on. This field may be absent if
36059such information is not available.
36060
a79b8f6e
VP
36061@item executable
36062The name of the executable file that corresponds to this thread group.
36063The field is only present for thread groups of type @samp{process},
36064and only if there is a corresponding executable file.
36065
dc146f7c 36066@end table
c3b108f7
VP
36067
36068@subheading Example
36069
36070@smallexample
36071@value{GDBP}
36072-list-thread-groups
36073^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
36074-list-thread-groups 17
36075^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
36076 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
36077@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
36078 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
6d52907e 36079 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
dc146f7c
VP
36080-list-thread-groups --available
36081^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
36082-list-thread-groups --available --recurse 1
36083 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36084 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36085 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
36086-list-thread-groups --available --recurse 1 17 18
36087^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
36088 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
36089 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
c3b108f7 36090@end smallexample
c6ebd6cf 36091
f3e0e960
SS
36092@subheading The @code{-info-os} Command
36093@findex -info-os
36094
36095@subsubheading Synopsis
36096
36097@smallexample
36098-info-os [ @var{type} ]
36099@end smallexample
36100
36101If no argument is supplied, the command returns a table of available
36102operating-system-specific information types. If one of these types is
36103supplied as an argument @var{type}, then the command returns a table
36104of data of that type.
36105
36106The types of information available depend on the target operating
36107system.
36108
36109@subsubheading @value{GDBN} Command
36110
36111The corresponding @value{GDBN} command is @samp{info os}.
36112
36113@subsubheading Example
36114
36115When run on a @sc{gnu}/Linux system, the output will look something
36116like this:
36117
36118@smallexample
36119@value{GDBP}
36120-info-os
d33279b3 36121^done,OSDataTable=@{nr_rows="10",nr_cols="3",
f3e0e960 36122hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
71caed83
SS
36123 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
36124 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
d33279b3
AT
36125body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
36126 col2="CPUs"@},
36127 item=@{col0="files",col1="Listing of all file descriptors",
36128 col2="File descriptors"@},
36129 item=@{col0="modules",col1="Listing of all loaded kernel modules",
36130 col2="Kernel modules"@},
36131 item=@{col0="msg",col1="Listing of all message queues",
36132 col2="Message queues"@},
36133 item=@{col0="processes",col1="Listing of all processes",
71caed83
SS
36134 col2="Processes"@},
36135 item=@{col0="procgroups",col1="Listing of all process groups",
36136 col2="Process groups"@},
71caed83
SS
36137 item=@{col0="semaphores",col1="Listing of all semaphores",
36138 col2="Semaphores"@},
d33279b3
AT
36139 item=@{col0="shm",col1="Listing of all shared-memory regions",
36140 col2="Shared-memory regions"@},
36141 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
36142 col2="Sockets"@},
36143 item=@{col0="threads",col1="Listing of all threads",
36144 col2="Threads"@}]
f3e0e960
SS
36145@value{GDBP}
36146-info-os processes
36147^done,OSDataTable=@{nr_rows="190",nr_cols="4",
36148hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
36149 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
36150 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
36151 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
36152body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
36153 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
36154 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
36155 ...
36156 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
36157 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
36158(gdb)
36159@end smallexample
a79b8f6e 36160
71caed83
SS
36161(Note that the MI output here includes a @code{"Title"} column that
36162does not appear in command-line @code{info os}; this column is useful
36163for MI clients that want to enumerate the types of data, such as in a
36164popup menu, but is needless clutter on the command line, and
36165@code{info os} omits it.)
36166
a79b8f6e
VP
36167@subheading The @code{-add-inferior} Command
36168@findex -add-inferior
36169
36170@subheading Synopsis
36171
36172@smallexample
36173-add-inferior
36174@end smallexample
36175
65c574f6 36176Creates a new inferior (@pxref{Inferiors Connections and Programs}). The created
a79b8f6e
VP
36177inferior is not associated with any executable. Such association may
36178be established with the @samp{-file-exec-and-symbols} command
36179(@pxref{GDB/MI File Commands}). The command response has a single
b7742092 36180field, @samp{inferior}, whose value is the identifier of the
a79b8f6e
VP
36181thread group corresponding to the new inferior.
36182
36183@subheading Example
36184
36185@smallexample
36186@value{GDBP}
36187-add-inferior
b7742092 36188^done,inferior="i3"
a79b8f6e
VP
36189@end smallexample
36190
ef21caaf
NR
36191@subheading The @code{-interpreter-exec} Command
36192@findex -interpreter-exec
36193
36194@subheading Synopsis
36195
36196@smallexample
36197-interpreter-exec @var{interpreter} @var{command}
36198@end smallexample
a2c02241 36199@anchor{-interpreter-exec}
ef21caaf
NR
36200
36201Execute the specified @var{command} in the given @var{interpreter}.
36202
36203@subheading @value{GDBN} Command
36204
36205The corresponding @value{GDBN} command is @samp{interpreter-exec}.
36206
36207@subheading Example
36208
36209@smallexample
594fe323 36210(gdb)
ef21caaf
NR
36211-interpreter-exec console "break main"
36212&"During symbol reading, couldn't parse type; debugger out of date?.\n"
36213&"During symbol reading, bad structure-type format.\n"
36214~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
36215^done
594fe323 36216(gdb)
ef21caaf
NR
36217@end smallexample
36218
36219@subheading The @code{-inferior-tty-set} Command
36220@findex -inferior-tty-set
36221
36222@subheading Synopsis
36223
36224@smallexample
36225-inferior-tty-set /dev/pts/1
36226@end smallexample
36227
36228Set terminal for future runs of the program being debugged.
36229
36230@subheading @value{GDBN} Command
36231
36232The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
36233
36234@subheading Example
36235
36236@smallexample
594fe323 36237(gdb)
ef21caaf
NR
36238-inferior-tty-set /dev/pts/1
36239^done
594fe323 36240(gdb)
ef21caaf
NR
36241@end smallexample
36242
36243@subheading The @code{-inferior-tty-show} Command
36244@findex -inferior-tty-show
36245
36246@subheading Synopsis
36247
36248@smallexample
36249-inferior-tty-show
36250@end smallexample
36251
36252Show terminal for future runs of program being debugged.
36253
36254@subheading @value{GDBN} Command
36255
36256The corresponding @value{GDBN} command is @samp{show inferior-tty}.
36257
36258@subheading Example
36259
36260@smallexample
594fe323 36261(gdb)
ef21caaf
NR
36262-inferior-tty-set /dev/pts/1
36263^done
594fe323 36264(gdb)
ef21caaf
NR
36265-inferior-tty-show
36266^done,inferior_tty_terminal="/dev/pts/1"
594fe323 36267(gdb)
ef21caaf 36268@end smallexample
922fbb7b 36269
a4eefcd8
NR
36270@subheading The @code{-enable-timings} Command
36271@findex -enable-timings
36272
36273@subheading Synopsis
36274
36275@smallexample
36276-enable-timings [yes | no]
36277@end smallexample
36278
36279Toggle the printing of the wallclock, user and system times for an MI
36280command as a field in its output. This command is to help frontend
36281developers optimize the performance of their code. No argument is
36282equivalent to @samp{yes}.
36283
36284@subheading @value{GDBN} Command
36285
36286No equivalent.
36287
36288@subheading Example
36289
36290@smallexample
36291(gdb)
36292-enable-timings
36293^done
36294(gdb)
36295-break-insert main
36296^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
36297addr="0x080484ed",func="main",file="myprog.c",
998580f1
MK
36298fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
36299times="0"@},
a4eefcd8
NR
36300time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
36301(gdb)
36302-enable-timings no
36303^done
36304(gdb)
36305-exec-run
36306^running
36307(gdb)
a47ec5fe 36308*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
36309frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
36310@{name="argv",value="0xbfb60364"@}],file="myprog.c",
6d52907e 36311fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
a4eefcd8
NR
36312(gdb)
36313@end smallexample
36314
26648588
JV
36315@subheading The @code{-complete} Command
36316@findex -complete
36317
36318@subheading Synopsis
36319
36320@smallexample
36321-complete @var{command}
36322@end smallexample
36323
36324Show a list of completions for partially typed CLI @var{command}.
36325
36326This command is intended for @sc{gdb/mi} frontends that cannot use two separate
7166f90a 36327CLI and MI channels --- for example: because of lack of PTYs like on Windows or
26648588
JV
36328because @value{GDBN} is used remotely via a SSH connection.
36329
36330@subheading Result
36331
36332The result consists of two or three fields:
36333
36334@table @samp
36335@item completion
36336This field contains the completed @var{command}. If @var{command}
36337has no known completions, this field is omitted.
36338
36339@item matches
36340This field contains a (possibly empty) array of matches. It is always present.
36341
36342@item max_completions_reached
36343This field contains @code{1} if number of known completions is above
7166f90a 36344@code{max-completions} limit (@pxref{Completion}), otherwise it contains
26648588
JV
36345@code{0}. It is always present.
36346
36347@end table
36348
36349@subheading @value{GDBN} Command
36350
36351The corresponding @value{GDBN} command is @samp{complete}.
36352
36353@subheading Example
36354
36355@smallexample
36356(gdb)
36357-complete br
36358^done,completion="break",
36359 matches=["break","break-range"],
36360 max_completions_reached="0"
36361(gdb)
36362-complete "b ma"
36363^done,completion="b ma",
36364 matches=["b madvise","b main"],max_completions_reached="0"
36365(gdb)
36366-complete "b push_b"
36367^done,completion="b push_back(",
36368 matches=[
36369 "b A::push_back(void*)",
36370 "b std::string::push_back(char)",
36371 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
36372 max_completions_reached="0"
36373(gdb)
36374-complete "nonexist"
36375^done,matches=[],max_completions_reached="0"
36376(gdb)
36377
36378@end smallexample
36379
922fbb7b
AC
36380@node Annotations
36381@chapter @value{GDBN} Annotations
36382
086432e2
AC
36383This chapter describes annotations in @value{GDBN}. Annotations were
36384designed to interface @value{GDBN} to graphical user interfaces or other
36385similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
36386relatively high level.
36387
d3e8051b 36388The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
36389(@pxref{GDB/MI}).
36390
922fbb7b
AC
36391@ignore
36392This is Edition @value{EDITION}, @value{DATE}.
36393@end ignore
36394
36395@menu
36396* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 36397* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
36398* Prompting:: Annotations marking @value{GDBN}'s need for input.
36399* Errors:: Annotations for error messages.
922fbb7b
AC
36400* Invalidation:: Some annotations describe things now invalid.
36401* Annotations for Running::
36402 Whether the program is running, how it stopped, etc.
36403* Source Annotations:: Annotations describing source code.
922fbb7b
AC
36404@end menu
36405
36406@node Annotations Overview
36407@section What is an Annotation?
36408@cindex annotations
36409
922fbb7b
AC
36410Annotations start with a newline character, two @samp{control-z}
36411characters, and the name of the annotation. If there is no additional
36412information associated with this annotation, the name of the annotation
36413is followed immediately by a newline. If there is additional
36414information, the name of the annotation is followed by a space, the
36415additional information, and a newline. The additional information
36416cannot contain newline characters.
36417
36418Any output not beginning with a newline and two @samp{control-z}
36419characters denotes literal output from @value{GDBN}. Currently there is
36420no need for @value{GDBN} to output a newline followed by two
36421@samp{control-z} characters, but if there was such a need, the
36422annotations could be extended with an @samp{escape} annotation which
36423means those three characters as output.
36424
086432e2
AC
36425The annotation @var{level}, which is specified using the
36426@option{--annotate} command line option (@pxref{Mode Options}), controls
36427how much information @value{GDBN} prints together with its prompt,
36428values of expressions, source lines, and other types of output. Level 0
d3e8051b 36429is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
36430subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
36431for programs that control @value{GDBN}, and level 2 annotations have
36432been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
36433Interface, annotate, GDB's Obsolete Annotations}).
36434
36435@table @code
36436@kindex set annotate
36437@item set annotate @var{level}
e09f16f9 36438The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 36439annotations to the specified @var{level}.
9c16f35a
EZ
36440
36441@item show annotate
36442@kindex show annotate
36443Show the current annotation level.
09d4efe1
EZ
36444@end table
36445
36446This chapter describes level 3 annotations.
086432e2 36447
922fbb7b
AC
36448A simple example of starting up @value{GDBN} with annotations is:
36449
36450@smallexample
086432e2
AC
36451$ @kbd{gdb --annotate=3}
36452GNU gdb 6.0
36453Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
36454GDB is free software, covered by the GNU General Public License,
36455and you are welcome to change it and/or distribute copies of it
36456under certain conditions.
36457Type "show copying" to see the conditions.
36458There is absolutely no warranty for GDB. Type "show warranty"
36459for details.
086432e2 36460This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
36461
36462^Z^Zpre-prompt
f7dc1244 36463(@value{GDBP})
922fbb7b 36464^Z^Zprompt
086432e2 36465@kbd{quit}
922fbb7b
AC
36466
36467^Z^Zpost-prompt
b383017d 36468$
922fbb7b
AC
36469@end smallexample
36470
36471Here @samp{quit} is input to @value{GDBN}; the rest is output from
36472@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
36473denotes a @samp{control-z} character) are annotations; the rest is
36474output from @value{GDBN}.
36475
9e6c4bd5
NR
36476@node Server Prefix
36477@section The Server Prefix
36478@cindex server prefix
36479
36480If you prefix a command with @samp{server } then it will not affect
36481the command history, nor will it affect @value{GDBN}'s notion of which
36482command to repeat if @key{RET} is pressed on a line by itself. This
36483means that commands can be run behind a user's back by a front-end in
36484a transparent manner.
36485
d837706a
NR
36486The @code{server } prefix does not affect the recording of values into
36487the value history; to print a value without recording it into the
36488value history, use the @code{output} command instead of the
36489@code{print} command.
36490
36491Using this prefix also disables confirmation requests
36492(@pxref{confirmation requests}).
9e6c4bd5 36493
922fbb7b
AC
36494@node Prompting
36495@section Annotation for @value{GDBN} Input
36496
36497@cindex annotations for prompts
36498When @value{GDBN} prompts for input, it annotates this fact so it is possible
36499to know when to send output, when the output from a given command is
36500over, etc.
36501
36502Different kinds of input each have a different @dfn{input type}. Each
36503input type has three annotations: a @code{pre-} annotation, which
36504denotes the beginning of any prompt which is being output, a plain
36505annotation, which denotes the end of the prompt, and then a @code{post-}
36506annotation which denotes the end of any echo which may (or may not) be
36507associated with the input. For example, the @code{prompt} input type
36508features the following annotations:
36509
36510@smallexample
36511^Z^Zpre-prompt
36512^Z^Zprompt
36513^Z^Zpost-prompt
36514@end smallexample
36515
36516The input types are
36517
36518@table @code
e5ac9b53
EZ
36519@findex pre-prompt annotation
36520@findex prompt annotation
36521@findex post-prompt annotation
922fbb7b
AC
36522@item prompt
36523When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
36524
e5ac9b53
EZ
36525@findex pre-commands annotation
36526@findex commands annotation
36527@findex post-commands annotation
922fbb7b
AC
36528@item commands
36529When @value{GDBN} prompts for a set of commands, like in the @code{commands}
36530command. The annotations are repeated for each command which is input.
36531
e5ac9b53
EZ
36532@findex pre-overload-choice annotation
36533@findex overload-choice annotation
36534@findex post-overload-choice annotation
922fbb7b
AC
36535@item overload-choice
36536When @value{GDBN} wants the user to select between various overloaded functions.
36537
e5ac9b53
EZ
36538@findex pre-query annotation
36539@findex query annotation
36540@findex post-query annotation
922fbb7b
AC
36541@item query
36542When @value{GDBN} wants the user to confirm a potentially dangerous operation.
36543
e5ac9b53
EZ
36544@findex pre-prompt-for-continue annotation
36545@findex prompt-for-continue annotation
36546@findex post-prompt-for-continue annotation
922fbb7b
AC
36547@item prompt-for-continue
36548When @value{GDBN} is asking the user to press return to continue. Note: Don't
36549expect this to work well; instead use @code{set height 0} to disable
36550prompting. This is because the counting of lines is buggy in the
36551presence of annotations.
36552@end table
36553
36554@node Errors
36555@section Errors
36556@cindex annotations for errors, warnings and interrupts
36557
e5ac9b53 36558@findex quit annotation
922fbb7b
AC
36559@smallexample
36560^Z^Zquit
36561@end smallexample
36562
36563This annotation occurs right before @value{GDBN} responds to an interrupt.
36564
e5ac9b53 36565@findex error annotation
922fbb7b
AC
36566@smallexample
36567^Z^Zerror
36568@end smallexample
36569
36570This annotation occurs right before @value{GDBN} responds to an error.
36571
36572Quit and error annotations indicate that any annotations which @value{GDBN} was
36573in the middle of may end abruptly. For example, if a
36574@code{value-history-begin} annotation is followed by a @code{error}, one
36575cannot expect to receive the matching @code{value-history-end}. One
36576cannot expect not to receive it either, however; an error annotation
36577does not necessarily mean that @value{GDBN} is immediately returning all the way
36578to the top level.
36579
e5ac9b53 36580@findex error-begin annotation
922fbb7b
AC
36581A quit or error annotation may be preceded by
36582
36583@smallexample
36584^Z^Zerror-begin
36585@end smallexample
36586
36587Any output between that and the quit or error annotation is the error
36588message.
36589
36590Warning messages are not yet annotated.
36591@c If we want to change that, need to fix warning(), type_error(),
36592@c range_error(), and possibly other places.
36593
922fbb7b
AC
36594@node Invalidation
36595@section Invalidation Notices
36596
36597@cindex annotations for invalidation messages
36598The following annotations say that certain pieces of state may have
36599changed.
36600
36601@table @code
e5ac9b53 36602@findex frames-invalid annotation
922fbb7b
AC
36603@item ^Z^Zframes-invalid
36604
36605The frames (for example, output from the @code{backtrace} command) may
36606have changed.
36607
e5ac9b53 36608@findex breakpoints-invalid annotation
922fbb7b
AC
36609@item ^Z^Zbreakpoints-invalid
36610
36611The breakpoints may have changed. For example, the user just added or
36612deleted a breakpoint.
36613@end table
36614
36615@node Annotations for Running
36616@section Running the Program
36617@cindex annotations for running programs
36618
e5ac9b53
EZ
36619@findex starting annotation
36620@findex stopping annotation
922fbb7b 36621When the program starts executing due to a @value{GDBN} command such as
b383017d 36622@code{step} or @code{continue},
922fbb7b
AC
36623
36624@smallexample
36625^Z^Zstarting
36626@end smallexample
36627
b383017d 36628is output. When the program stops,
922fbb7b
AC
36629
36630@smallexample
36631^Z^Zstopped
36632@end smallexample
36633
36634is output. Before the @code{stopped} annotation, a variety of
36635annotations describe how the program stopped.
36636
36637@table @code
e5ac9b53 36638@findex exited annotation
922fbb7b
AC
36639@item ^Z^Zexited @var{exit-status}
36640The program exited, and @var{exit-status} is the exit status (zero for
36641successful exit, otherwise nonzero).
36642
e5ac9b53
EZ
36643@findex signalled annotation
36644@findex signal-name annotation
36645@findex signal-name-end annotation
36646@findex signal-string annotation
36647@findex signal-string-end annotation
922fbb7b
AC
36648@item ^Z^Zsignalled
36649The program exited with a signal. After the @code{^Z^Zsignalled}, the
36650annotation continues:
36651
36652@smallexample
36653@var{intro-text}
36654^Z^Zsignal-name
36655@var{name}
36656^Z^Zsignal-name-end
36657@var{middle-text}
36658^Z^Zsignal-string
36659@var{string}
36660^Z^Zsignal-string-end
36661@var{end-text}
36662@end smallexample
36663
36664@noindent
36665where @var{name} is the name of the signal, such as @code{SIGILL} or
36666@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
697aa1b7 36667as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
922fbb7b
AC
36668@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
36669user's benefit and have no particular format.
36670
e5ac9b53 36671@findex signal annotation
922fbb7b
AC
36672@item ^Z^Zsignal
36673The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
36674just saying that the program received the signal, not that it was
36675terminated with it.
36676
e5ac9b53 36677@findex breakpoint annotation
922fbb7b
AC
36678@item ^Z^Zbreakpoint @var{number}
36679The program hit breakpoint number @var{number}.
36680
e5ac9b53 36681@findex watchpoint annotation
922fbb7b
AC
36682@item ^Z^Zwatchpoint @var{number}
36683The program hit watchpoint number @var{number}.
36684@end table
36685
36686@node Source Annotations
36687@section Displaying Source
36688@cindex annotations for source display
36689
e5ac9b53 36690@findex source annotation
922fbb7b
AC
36691The following annotation is used instead of displaying source code:
36692
36693@smallexample
36694^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
36695@end smallexample
36696
36697where @var{filename} is an absolute file name indicating which source
36698file, @var{line} is the line number within that file (where 1 is the
36699first line in the file), @var{character} is the character position
36700within the file (where 0 is the first character in the file) (for most
36701debug formats this will necessarily point to the beginning of a line),
36702@var{middle} is @samp{middle} if @var{addr} is in the middle of the
36703line, or @samp{beg} if @var{addr} is at the beginning of the line, and
36704@var{addr} is the address in the target program associated with the
697aa1b7 36705source which is being displayed. The @var{addr} is in the form @samp{0x}
922fbb7b
AC
36706followed by one or more lowercase hex digits (note that this does not
36707depend on the language).
36708
4efc6507
DE
36709@node JIT Interface
36710@chapter JIT Compilation Interface
36711@cindex just-in-time compilation
36712@cindex JIT compilation interface
36713
36714This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
36715interface. A JIT compiler is a program or library that generates native
36716executable code at runtime and executes it, usually in order to achieve good
36717performance while maintaining platform independence.
36718
36719Programs that use JIT compilation are normally difficult to debug because
36720portions of their code are generated at runtime, instead of being loaded from
36721object files, which is where @value{GDBN} normally finds the program's symbols
36722and debug information. In order to debug programs that use JIT compilation,
36723@value{GDBN} has an interface that allows the program to register in-memory
36724symbol files with @value{GDBN} at runtime.
36725
36726If you are using @value{GDBN} to debug a program that uses this interface, then
36727it should work transparently so long as you have not stripped the binary. If
36728you are developing a JIT compiler, then the interface is documented in the rest
36729of this chapter. At this time, the only known client of this interface is the
36730LLVM JIT.
36731
36732Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
36733JIT compiler communicates with @value{GDBN} by writing data into a global
6b92c0d3 36734variable and calling a function at a well-known symbol. When @value{GDBN}
4efc6507
DE
36735attaches, it reads a linked list of symbol files from the global variable to
36736find existing code, and puts a breakpoint in the function so that it can find
36737out about additional code.
36738
36739@menu
36740* Declarations:: Relevant C struct declarations
36741* Registering Code:: Steps to register code
36742* Unregistering Code:: Steps to unregister code
f85b53f8 36743* Custom Debug Info:: Emit debug information in a custom format
4efc6507
DE
36744@end menu
36745
36746@node Declarations
36747@section JIT Declarations
36748
36749These are the relevant struct declarations that a C program should include to
36750implement the interface:
36751
36752@smallexample
36753typedef enum
36754@{
36755 JIT_NOACTION = 0,
36756 JIT_REGISTER_FN,
36757 JIT_UNREGISTER_FN
36758@} jit_actions_t;
36759
36760struct jit_code_entry
36761@{
36762 struct jit_code_entry *next_entry;
36763 struct jit_code_entry *prev_entry;
36764 const char *symfile_addr;
36765 uint64_t symfile_size;
36766@};
36767
36768struct jit_descriptor
36769@{
36770 uint32_t version;
36771 /* This type should be jit_actions_t, but we use uint32_t
36772 to be explicit about the bitwidth. */
36773 uint32_t action_flag;
36774 struct jit_code_entry *relevant_entry;
36775 struct jit_code_entry *first_entry;
36776@};
36777
36778/* GDB puts a breakpoint in this function. */
36779void __attribute__((noinline)) __jit_debug_register_code() @{ @};
36780
36781/* Make sure to specify the version statically, because the
36782 debugger may check the version before we can set it. */
36783struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
36784@end smallexample
36785
36786If the JIT is multi-threaded, then it is important that the JIT synchronize any
36787modifications to this global data properly, which can easily be done by putting
36788a global mutex around modifications to these structures.
36789
36790@node Registering Code
36791@section Registering Code
36792
36793To register code with @value{GDBN}, the JIT should follow this protocol:
36794
36795@itemize @bullet
36796@item
36797Generate an object file in memory with symbols and other desired debug
36798information. The file must include the virtual addresses of the sections.
36799
36800@item
36801Create a code entry for the file, which gives the start and size of the symbol
36802file.
36803
36804@item
36805Add it to the linked list in the JIT descriptor.
36806
36807@item
36808Point the relevant_entry field of the descriptor at the entry.
36809
36810@item
36811Set @code{action_flag} to @code{JIT_REGISTER} and call
36812@code{__jit_debug_register_code}.
36813@end itemize
36814
36815When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
36816@code{relevant_entry} pointer so it doesn't have to walk the list looking for
36817new code. However, the linked list must still be maintained in order to allow
36818@value{GDBN} to attach to a running process and still find the symbol files.
36819
36820@node Unregistering Code
36821@section Unregistering Code
36822
36823If code is freed, then the JIT should use the following protocol:
36824
36825@itemize @bullet
36826@item
36827Remove the code entry corresponding to the code from the linked list.
36828
36829@item
36830Point the @code{relevant_entry} field of the descriptor at the code entry.
36831
36832@item
36833Set @code{action_flag} to @code{JIT_UNREGISTER} and call
36834@code{__jit_debug_register_code}.
36835@end itemize
36836
36837If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
36838and the JIT will leak the memory used for the associated symbol files.
36839
f85b53f8
SD
36840@node Custom Debug Info
36841@section Custom Debug Info
36842@cindex custom JIT debug info
36843@cindex JIT debug info reader
36844
36845Generating debug information in platform-native file formats (like ELF
36846or COFF) may be an overkill for JIT compilers; especially if all the
36847debug info is used for is displaying a meaningful backtrace. The
36848issue can be resolved by having the JIT writers decide on a debug info
36849format and also provide a reader that parses the debug info generated
36850by the JIT compiler. This section gives a brief overview on writing
36851such a parser. More specific details can be found in the source file
36852@file{gdb/jit-reader.in}, which is also installed as a header at
36853@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
36854
36855The reader is implemented as a shared object (so this functionality is
36856not available on platforms which don't allow loading shared objects at
36857runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
36858@code{jit-reader-unload} are provided, to be used to load and unload
36859the readers from a preconfigured directory. Once loaded, the shared
36860object is used the parse the debug information emitted by the JIT
36861compiler.
36862
36863@menu
36864* Using JIT Debug Info Readers:: How to use supplied readers correctly
36865* Writing JIT Debug Info Readers:: Creating a debug-info reader
36866@end menu
36867
36868@node Using JIT Debug Info Readers
36869@subsection Using JIT Debug Info Readers
36870@kindex jit-reader-load
36871@kindex jit-reader-unload
36872
36873Readers can be loaded and unloaded using the @code{jit-reader-load}
36874and @code{jit-reader-unload} commands.
36875
36876@table @code
c9fb1240 36877@item jit-reader-load @var{reader}
697aa1b7 36878Load the JIT reader named @var{reader}, which is a shared
c9fb1240
SD
36879object specified as either an absolute or a relative file name. In
36880the latter case, @value{GDBN} will try to load the reader from a
36881pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
36882system (here @var{libdir} is the system library directory, often
36883@file{/usr/local/lib}).
36884
36885Only one reader can be active at a time; trying to load a second
36886reader when one is already loaded will result in @value{GDBN}
36887reporting an error. A new JIT reader can be loaded by first unloading
36888the current one using @code{jit-reader-unload} and then invoking
36889@code{jit-reader-load}.
f85b53f8
SD
36890
36891@item jit-reader-unload
36892Unload the currently loaded JIT reader.
36893
36894@end table
36895
36896@node Writing JIT Debug Info Readers
36897@subsection Writing JIT Debug Info Readers
36898@cindex writing JIT debug info readers
36899
36900As mentioned, a reader is essentially a shared object conforming to a
36901certain ABI. This ABI is described in @file{jit-reader.h}.
36902
36903@file{jit-reader.h} defines the structures, macros and functions
36904required to write a reader. It is installed (along with
36905@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
36906the system include directory.
36907
36908Readers need to be released under a GPL compatible license. A reader
36909can be declared as released under such a license by placing the macro
36910@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
36911
36912The entry point for readers is the symbol @code{gdb_init_reader},
36913which is expected to be a function with the prototype
36914
36915@findex gdb_init_reader
36916@smallexample
36917extern struct gdb_reader_funcs *gdb_init_reader (void);
36918@end smallexample
36919
36920@cindex @code{struct gdb_reader_funcs}
36921
36922@code{struct gdb_reader_funcs} contains a set of pointers to callback
36923functions. These functions are executed to read the debug info
36924generated by the JIT compiler (@code{read}), to unwind stack frames
36925(@code{unwind}) and to create canonical frame IDs
27f7b2f6 36926(@code{get_frame_id}). It also has a callback that is called when the
f85b53f8
SD
36927reader is being unloaded (@code{destroy}). The struct looks like this
36928
36929@smallexample
36930struct gdb_reader_funcs
36931@{
36932 /* Must be set to GDB_READER_INTERFACE_VERSION. */
36933 int reader_version;
36934
36935 /* For use by the reader. */
36936 void *priv_data;
36937
36938 gdb_read_debug_info *read;
36939 gdb_unwind_frame *unwind;
36940 gdb_get_frame_id *get_frame_id;
36941 gdb_destroy_reader *destroy;
36942@};
36943@end smallexample
36944
36945@cindex @code{struct gdb_symbol_callbacks}
36946@cindex @code{struct gdb_unwind_callbacks}
36947
36948The callbacks are provided with another set of callbacks by
36949@value{GDBN} to do their job. For @code{read}, these callbacks are
36950passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
36951and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
36952@code{struct gdb_symbol_callbacks} has callbacks to create new object
36953files and new symbol tables inside those object files. @code{struct
36954gdb_unwind_callbacks} has callbacks to read registers off the current
36955frame and to write out the values of the registers in the previous
36956frame. Both have a callback (@code{target_read}) to read bytes off the
36957target's address space.
36958
d1feda86
YQ
36959@node In-Process Agent
36960@chapter In-Process Agent
36961@cindex debugging agent
36962The traditional debugging model is conceptually low-speed, but works fine,
36963because most bugs can be reproduced in debugging-mode execution. However,
36964as multi-core or many-core processors are becoming mainstream, and
36965multi-threaded programs become more and more popular, there should be more
36966and more bugs that only manifest themselves at normal-mode execution, for
36967example, thread races, because debugger's interference with the program's
36968timing may conceal the bugs. On the other hand, in some applications,
36969it is not feasible for the debugger to interrupt the program's execution
36970long enough for the developer to learn anything helpful about its behavior.
36971If the program's correctness depends on its real-time behavior, delays
36972introduced by a debugger might cause the program to fail, even when the
36973code itself is correct. It is useful to be able to observe the program's
36974behavior without interrupting it.
36975
36976Therefore, traditional debugging model is too intrusive to reproduce
36977some bugs. In order to reduce the interference with the program, we can
36978reduce the number of operations performed by debugger. The
36979@dfn{In-Process Agent}, a shared library, is running within the same
36980process with inferior, and is able to perform some debugging operations
36981itself. As a result, debugger is only involved when necessary, and
36982performance of debugging can be improved accordingly. Note that
36983interference with program can be reduced but can't be removed completely,
36984because the in-process agent will still stop or slow down the program.
36985
36986The in-process agent can interpret and execute Agent Expressions
36987(@pxref{Agent Expressions}) during performing debugging operations. The
36988agent expressions can be used for different purposes, such as collecting
36989data in tracepoints, and condition evaluation in breakpoints.
36990
36991@anchor{Control Agent}
36992You can control whether the in-process agent is used as an aid for
36993debugging with the following commands:
36994
36995@table @code
36996@kindex set agent on
36997@item set agent on
36998Causes the in-process agent to perform some operations on behalf of the
36999debugger. Just which operations requested by the user will be done
37000by the in-process agent depends on the its capabilities. For example,
37001if you request to evaluate breakpoint conditions in the in-process agent,
37002and the in-process agent has such capability as well, then breakpoint
37003conditions will be evaluated in the in-process agent.
37004
37005@kindex set agent off
37006@item set agent off
37007Disables execution of debugging operations by the in-process agent. All
37008of the operations will be performed by @value{GDBN}.
37009
37010@kindex show agent
37011@item show agent
37012Display the current setting of execution of debugging operations by
37013the in-process agent.
37014@end table
37015
16bdd41f
YQ
37016@menu
37017* In-Process Agent Protocol::
37018@end menu
37019
37020@node In-Process Agent Protocol
37021@section In-Process Agent Protocol
37022@cindex in-process agent protocol
37023
37024The in-process agent is able to communicate with both @value{GDBN} and
37025GDBserver (@pxref{In-Process Agent}). This section documents the protocol
37026used for communications between @value{GDBN} or GDBserver and the IPA.
37027In general, @value{GDBN} or GDBserver sends commands
37028(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
37029in-process agent replies back with the return result of the command, or
37030some other information. The data sent to in-process agent is composed
37031of primitive data types, such as 4-byte or 8-byte type, and composite
37032types, which are called objects (@pxref{IPA Protocol Objects}).
37033
37034@menu
37035* IPA Protocol Objects::
37036* IPA Protocol Commands::
37037@end menu
37038
37039@node IPA Protocol Objects
37040@subsection IPA Protocol Objects
37041@cindex ipa protocol objects
37042
37043The commands sent to and results received from agent may contain some
37044complex data types called @dfn{objects}.
37045
37046The in-process agent is running on the same machine with @value{GDBN}
37047or GDBserver, so it doesn't have to handle as much differences between
37048two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
37049However, there are still some differences of two ends in two processes:
37050
37051@enumerate
37052@item
37053word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
37054compiled as a 64-bit executable, while in-process agent is a 32-bit one.
37055@item
37056ABI. Some machines may have multiple types of ABI, @value{GDBN} or
37057GDBserver is compiled with one, and in-process agent is compiled with
37058the other one.
37059@end enumerate
37060
37061Here are the IPA Protocol Objects:
37062
37063@enumerate
37064@item
37065agent expression object. It represents an agent expression
37066(@pxref{Agent Expressions}).
37067@anchor{agent expression object}
37068@item
37069tracepoint action object. It represents a tracepoint action
37070(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
37071memory, static trace data and to evaluate expression.
37072@anchor{tracepoint action object}
37073@item
37074tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
37075@anchor{tracepoint object}
37076
37077@end enumerate
37078
37079The following table describes important attributes of each IPA protocol
37080object:
37081
37082@multitable @columnfractions .30 .20 .50
37083@headitem Name @tab Size @tab Description
37084@item @emph{agent expression object} @tab @tab
37085@item length @tab 4 @tab length of bytes code
37086@item byte code @tab @var{length} @tab contents of byte code
37087@item @emph{tracepoint action for collecting memory} @tab @tab
37088@item 'M' @tab 1 @tab type of tracepoint action
37089@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
37090address of the lowest byte to collect, otherwise @var{addr} is the offset
37091of @var{basereg} for memory collecting.
37092@item len @tab 8 @tab length of memory for collecting
37093@item basereg @tab 4 @tab the register number containing the starting
37094memory address for collecting.
37095@item @emph{tracepoint action for collecting registers} @tab @tab
37096@item 'R' @tab 1 @tab type of tracepoint action
37097@item @emph{tracepoint action for collecting static trace data} @tab @tab
37098@item 'L' @tab 1 @tab type of tracepoint action
37099@item @emph{tracepoint action for expression evaluation} @tab @tab
37100@item 'X' @tab 1 @tab type of tracepoint action
37101@item agent expression @tab length of @tab @ref{agent expression object}
37102@item @emph{tracepoint object} @tab @tab
37103@item number @tab 4 @tab number of tracepoint
37104@item address @tab 8 @tab address of tracepoint inserted on
37105@item type @tab 4 @tab type of tracepoint
37106@item enabled @tab 1 @tab enable or disable of tracepoint
37107@item step_count @tab 8 @tab step
37108@item pass_count @tab 8 @tab pass
37109@item numactions @tab 4 @tab number of tracepoint actions
37110@item hit count @tab 8 @tab hit count
37111@item trace frame usage @tab 8 @tab trace frame usage
37112@item compiled_cond @tab 8 @tab compiled condition
37113@item orig_size @tab 8 @tab orig size
37114@item condition @tab 4 if condition is NULL otherwise length of
37115@ref{agent expression object}
37116@tab zero if condition is NULL, otherwise is
37117@ref{agent expression object}
37118@item actions @tab variable
37119@tab numactions number of @ref{tracepoint action object}
37120@end multitable
37121
37122@node IPA Protocol Commands
37123@subsection IPA Protocol Commands
37124@cindex ipa protocol commands
37125
37126The spaces in each command are delimiters to ease reading this commands
37127specification. They don't exist in real commands.
37128
37129@table @samp
37130
37131@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
37132Installs a new fast tracepoint described by @var{tracepoint_object}
697aa1b7 37133(@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
16bdd41f
YQ
37134head of @dfn{jumppad}, which is used to jump to data collection routine
37135in IPA finally.
37136
37137Replies:
37138@table @samp
37139@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
37140@var{target_address} is address of tracepoint in the inferior.
697aa1b7 37141The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
16bdd41f 37142@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
697aa1b7
EZ
37143The @var{fjump} contains a sequence of instructions jump to jumppad entry.
37144The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
16bdd41f
YQ
37145@item E @var{NN}
37146for an error
37147
37148@end table
37149
7255706c
YQ
37150@item close
37151Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
37152is about to kill inferiors.
37153
16bdd41f
YQ
37154@item qTfSTM
37155@xref{qTfSTM}.
37156@item qTsSTM
37157@xref{qTsSTM}.
37158@item qTSTMat
37159@xref{qTSTMat}.
37160@item probe_marker_at:@var{address}
37161Asks in-process agent to probe the marker at @var{address}.
37162
37163Replies:
37164@table @samp
37165@item E @var{NN}
37166for an error
37167@end table
37168@item unprobe_marker_at:@var{address}
37169Asks in-process agent to unprobe the marker at @var{address}.
37170@end table
37171
8e04817f
AC
37172@node GDB Bugs
37173@chapter Reporting Bugs in @value{GDBN}
37174@cindex bugs in @value{GDBN}
37175@cindex reporting bugs in @value{GDBN}
c906108c 37176
8e04817f 37177Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 37178
8e04817f
AC
37179Reporting a bug may help you by bringing a solution to your problem, or it
37180may not. But in any case the principal function of a bug report is to help
37181the entire community by making the next version of @value{GDBN} work better. Bug
37182reports are your contribution to the maintenance of @value{GDBN}.
c906108c 37183
8e04817f
AC
37184In order for a bug report to serve its purpose, you must include the
37185information that enables us to fix the bug.
c4555f82
SC
37186
37187@menu
8e04817f
AC
37188* Bug Criteria:: Have you found a bug?
37189* Bug Reporting:: How to report bugs
c4555f82
SC
37190@end menu
37191
8e04817f 37192@node Bug Criteria
79a6e687 37193@section Have You Found a Bug?
8e04817f 37194@cindex bug criteria
c4555f82 37195
8e04817f 37196If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
37197
37198@itemize @bullet
8e04817f
AC
37199@cindex fatal signal
37200@cindex debugger crash
37201@cindex crash of debugger
c4555f82 37202@item
8e04817f
AC
37203If the debugger gets a fatal signal, for any input whatever, that is a
37204@value{GDBN} bug. Reliable debuggers never crash.
37205
37206@cindex error on valid input
37207@item
37208If @value{GDBN} produces an error message for valid input, that is a
37209bug. (Note that if you're cross debugging, the problem may also be
37210somewhere in the connection to the target.)
c4555f82 37211
8e04817f 37212@cindex invalid input
c4555f82 37213@item
8e04817f
AC
37214If @value{GDBN} does not produce an error message for invalid input,
37215that is a bug. However, you should note that your idea of
37216``invalid input'' might be our idea of ``an extension'' or ``support
37217for traditional practice''.
37218
37219@item
37220If you are an experienced user of debugging tools, your suggestions
37221for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
37222@end itemize
37223
8e04817f 37224@node Bug Reporting
79a6e687 37225@section How to Report Bugs
8e04817f
AC
37226@cindex bug reports
37227@cindex @value{GDBN} bugs, reporting
37228
37229A number of companies and individuals offer support for @sc{gnu} products.
37230If you obtained @value{GDBN} from a support organization, we recommend you
37231contact that organization first.
37232
37233You can find contact information for many support companies and
37234individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
37235distribution.
37236@c should add a web page ref...
37237
c16158bc
JM
37238@ifset BUGURL
37239@ifset BUGURL_DEFAULT
129188f6 37240In any event, we also recommend that you submit bug reports for
d3e8051b 37241@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
37242@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
37243page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
37244be used.
8e04817f
AC
37245
37246@strong{Do not send bug reports to @samp{info-gdb}, or to
37247@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
37248not want to receive bug reports. Those that do have arranged to receive
37249@samp{bug-gdb}.
37250
37251The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
37252serves as a repeater. The mailing list and the newsgroup carry exactly
37253the same messages. Often people think of posting bug reports to the
37254newsgroup instead of mailing them. This appears to work, but it has one
37255problem which can be crucial: a newsgroup posting often lacks a mail
37256path back to the sender. Thus, if we need to ask for more information,
37257we may be unable to reach you. For this reason, it is better to send
37258bug reports to the mailing list.
c16158bc
JM
37259@end ifset
37260@ifclear BUGURL_DEFAULT
37261In any event, we also recommend that you submit bug reports for
37262@value{GDBN} to @value{BUGURL}.
37263@end ifclear
37264@end ifset
c4555f82 37265
8e04817f
AC
37266The fundamental principle of reporting bugs usefully is this:
37267@strong{report all the facts}. If you are not sure whether to state a
37268fact or leave it out, state it!
c4555f82 37269
8e04817f
AC
37270Often people omit facts because they think they know what causes the
37271problem and assume that some details do not matter. Thus, you might
37272assume that the name of the variable you use in an example does not matter.
37273Well, probably it does not, but one cannot be sure. Perhaps the bug is a
37274stray memory reference which happens to fetch from the location where that
37275name is stored in memory; perhaps, if the name were different, the contents
37276of that location would fool the debugger into doing the right thing despite
37277the bug. Play it safe and give a specific, complete example. That is the
37278easiest thing for you to do, and the most helpful.
c4555f82 37279
8e04817f
AC
37280Keep in mind that the purpose of a bug report is to enable us to fix the
37281bug. It may be that the bug has been reported previously, but neither
37282you nor we can know that unless your bug report is complete and
37283self-contained.
c4555f82 37284
8e04817f
AC
37285Sometimes people give a few sketchy facts and ask, ``Does this ring a
37286bell?'' Those bug reports are useless, and we urge everyone to
37287@emph{refuse to respond to them} except to chide the sender to report
37288bugs properly.
37289
37290To enable us to fix the bug, you should include all these things:
c4555f82
SC
37291
37292@itemize @bullet
37293@item
8e04817f
AC
37294The version of @value{GDBN}. @value{GDBN} announces it if you start
37295with no arguments; you can also print it at any time using @code{show
37296version}.
c4555f82 37297
8e04817f
AC
37298Without this, we will not know whether there is any point in looking for
37299the bug in the current version of @value{GDBN}.
c4555f82
SC
37300
37301@item
8e04817f
AC
37302The type of machine you are using, and the operating system name and
37303version number.
c4555f82 37304
6eaaf48b
EZ
37305@item
37306The details of the @value{GDBN} build-time configuration.
37307@value{GDBN} shows these details if you invoke it with the
37308@option{--configuration} command-line option, or if you type
37309@code{show configuration} at @value{GDBN}'s prompt.
37310
c4555f82 37311@item
c1468174 37312What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 37313``@value{GCC}--2.8.1''.
c4555f82
SC
37314
37315@item
8e04817f 37316What compiler (and its version) was used to compile the program you are
c1468174 37317debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
37318C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
37319to get this information; for other compilers, see the documentation for
37320those compilers.
c4555f82 37321
8e04817f
AC
37322@item
37323The command arguments you gave the compiler to compile your example and
37324observe the bug. For example, did you use @samp{-O}? To guarantee
37325you will not omit something important, list them all. A copy of the
37326Makefile (or the output from make) is sufficient.
c4555f82 37327
8e04817f
AC
37328If we were to try to guess the arguments, we would probably guess wrong
37329and then we might not encounter the bug.
c4555f82 37330
8e04817f
AC
37331@item
37332A complete input script, and all necessary source files, that will
37333reproduce the bug.
c4555f82 37334
8e04817f
AC
37335@item
37336A description of what behavior you observe that you believe is
37337incorrect. For example, ``It gets a fatal signal.''
c4555f82 37338
8e04817f
AC
37339Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
37340will certainly notice it. But if the bug is incorrect output, we might
37341not notice unless it is glaringly wrong. You might as well not give us
37342a chance to make a mistake.
c4555f82 37343
8e04817f
AC
37344Even if the problem you experience is a fatal signal, you should still
37345say so explicitly. Suppose something strange is going on, such as, your
37346copy of @value{GDBN} is out of synch, or you have encountered a bug in
37347the C library on your system. (This has happened!) Your copy might
37348crash and ours would not. If you told us to expect a crash, then when
37349ours fails to crash, we would know that the bug was not happening for
37350us. If you had not told us to expect a crash, then we would not be able
37351to draw any conclusion from our observations.
c4555f82 37352
e0c07bf0
MC
37353@pindex script
37354@cindex recording a session script
37355To collect all this information, you can use a session recording program
37356such as @command{script}, which is available on many Unix systems.
37357Just run your @value{GDBN} session inside @command{script} and then
37358include the @file{typescript} file with your bug report.
37359
37360Another way to record a @value{GDBN} session is to run @value{GDBN}
37361inside Emacs and then save the entire buffer to a file.
37362
8e04817f
AC
37363@item
37364If you wish to suggest changes to the @value{GDBN} source, send us context
37365diffs. If you even discuss something in the @value{GDBN} source, refer to
37366it by context, not by line number.
c4555f82 37367
8e04817f
AC
37368The line numbers in our development sources will not match those in your
37369sources. Your line numbers would convey no useful information to us.
c4555f82 37370
8e04817f 37371@end itemize
c4555f82 37372
8e04817f 37373Here are some things that are not necessary:
c4555f82 37374
8e04817f
AC
37375@itemize @bullet
37376@item
37377A description of the envelope of the bug.
c4555f82 37378
8e04817f
AC
37379Often people who encounter a bug spend a lot of time investigating
37380which changes to the input file will make the bug go away and which
37381changes will not affect it.
c4555f82 37382
8e04817f
AC
37383This is often time consuming and not very useful, because the way we
37384will find the bug is by running a single example under the debugger
37385with breakpoints, not by pure deduction from a series of examples.
37386We recommend that you save your time for something else.
c4555f82 37387
8e04817f
AC
37388Of course, if you can find a simpler example to report @emph{instead}
37389of the original one, that is a convenience for us. Errors in the
37390output will be easier to spot, running under the debugger will take
37391less time, and so on.
c4555f82 37392
8e04817f
AC
37393However, simplification is not vital; if you do not want to do this,
37394report the bug anyway and send us the entire test case you used.
c4555f82 37395
8e04817f
AC
37396@item
37397A patch for the bug.
c4555f82 37398
8e04817f
AC
37399A patch for the bug does help us if it is a good one. But do not omit
37400the necessary information, such as the test case, on the assumption that
37401a patch is all we need. We might see problems with your patch and decide
37402to fix the problem another way, or we might not understand it at all.
c4555f82 37403
8e04817f
AC
37404Sometimes with a program as complicated as @value{GDBN} it is very hard to
37405construct an example that will make the program follow a certain path
37406through the code. If you do not send us the example, we will not be able
37407to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 37408
8e04817f
AC
37409And if we cannot understand what bug you are trying to fix, or why your
37410patch should be an improvement, we will not install it. A test case will
37411help us to understand.
c4555f82 37412
8e04817f
AC
37413@item
37414A guess about what the bug is or what it depends on.
c4555f82 37415
8e04817f
AC
37416Such guesses are usually wrong. Even we cannot guess right about such
37417things without first using the debugger to find the facts.
37418@end itemize
c4555f82 37419
8e04817f
AC
37420@c The readline documentation is distributed with the readline code
37421@c and consists of the two following files:
cc88a640
JK
37422@c rluser.texi
37423@c hsuser.texi
8e04817f
AC
37424@c Use -I with makeinfo to point to the appropriate directory,
37425@c environment var TEXINPUTS with TeX.
39037522 37426@ifclear SYSTEM_READLINE
5bdf8622 37427@include rluser.texi
cc88a640 37428@include hsuser.texi
39037522 37429@end ifclear
c4555f82 37430
4ceed123
JB
37431@node In Memoriam
37432@appendix In Memoriam
37433
9ed350ad
JB
37434The @value{GDBN} project mourns the loss of the following long-time
37435contributors:
4ceed123
JB
37436
37437@table @code
37438@item Fred Fish
9ed350ad
JB
37439Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
37440to Free Software in general. Outside of @value{GDBN}, he was known in
37441the Amiga world for his series of Fish Disks, and the GeekGadget project.
4ceed123
JB
37442
37443@item Michael Snyder
9ed350ad
JB
37444Michael was one of the Global Maintainers of the @value{GDBN} project,
37445with contributions recorded as early as 1996, until 2011. In addition
37446to his day to day participation, he was a large driving force behind
37447adding Reverse Debugging to @value{GDBN}.
4ceed123
JB
37448@end table
37449
37450Beyond their technical contributions to the project, they were also
37451enjoyable members of the Free Software Community. We will miss them.
c4555f82 37452
8e04817f
AC
37453@node Formatting Documentation
37454@appendix Formatting Documentation
c4555f82 37455
8e04817f
AC
37456@cindex @value{GDBN} reference card
37457@cindex reference card
37458The @value{GDBN} 4 release includes an already-formatted reference card, ready
37459for printing with PostScript or Ghostscript, in the @file{gdb}
37460subdirectory of the main source directory@footnote{In
37461@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
37462release.}. If you can use PostScript or Ghostscript with your printer,
37463you can print the reference card immediately with @file{refcard.ps}.
c4555f82 37464
8e04817f
AC
37465The release also includes the source for the reference card. You
37466can format it, using @TeX{}, by typing:
c4555f82 37467
474c8240 37468@smallexample
8e04817f 37469make refcard.dvi
474c8240 37470@end smallexample
c4555f82 37471
8e04817f
AC
37472The @value{GDBN} reference card is designed to print in @dfn{landscape}
37473mode on US ``letter'' size paper;
37474that is, on a sheet 11 inches wide by 8.5 inches
37475high. You will need to specify this form of printing as an option to
37476your @sc{dvi} output program.
c4555f82 37477
8e04817f 37478@cindex documentation
c4555f82 37479
8e04817f
AC
37480All the documentation for @value{GDBN} comes as part of the machine-readable
37481distribution. The documentation is written in Texinfo format, which is
37482a documentation system that uses a single source file to produce both
37483on-line information and a printed manual. You can use one of the Info
37484formatting commands to create the on-line version of the documentation
37485and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 37486
8e04817f
AC
37487@value{GDBN} includes an already formatted copy of the on-line Info
37488version of this manual in the @file{gdb} subdirectory. The main Info
37489file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
37490subordinate files matching @samp{gdb.info*} in the same directory. If
37491necessary, you can print out these files, or read them with any editor;
37492but they are easier to read using the @code{info} subsystem in @sc{gnu}
37493Emacs or the standalone @code{info} program, available as part of the
37494@sc{gnu} Texinfo distribution.
c4555f82 37495
8e04817f
AC
37496If you want to format these Info files yourself, you need one of the
37497Info formatting programs, such as @code{texinfo-format-buffer} or
37498@code{makeinfo}.
c4555f82 37499
8e04817f
AC
37500If you have @code{makeinfo} installed, and are in the top level
37501@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
37502version @value{GDBVN}), you can make the Info file by typing:
c4555f82 37503
474c8240 37504@smallexample
8e04817f
AC
37505cd gdb
37506make gdb.info
474c8240 37507@end smallexample
c4555f82 37508
8e04817f
AC
37509If you want to typeset and print copies of this manual, you need @TeX{},
37510a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
37511Texinfo definitions file.
c4555f82 37512
8e04817f
AC
37513@TeX{} is a typesetting program; it does not print files directly, but
37514produces output files called @sc{dvi} files. To print a typeset
37515document, you need a program to print @sc{dvi} files. If your system
37516has @TeX{} installed, chances are it has such a program. The precise
37517command to use depends on your system; @kbd{lpr -d} is common; another
37518(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
37519require a file name without any extension or a @samp{.dvi} extension.
c4555f82 37520
8e04817f
AC
37521@TeX{} also requires a macro definitions file called
37522@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
37523written in Texinfo format. On its own, @TeX{} cannot either read or
37524typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
37525and is located in the @file{gdb-@var{version-number}/texinfo}
37526directory.
c4555f82 37527
8e04817f 37528If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 37529typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
37530subdirectory of the main source directory (for example, to
37531@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 37532
474c8240 37533@smallexample
8e04817f 37534make gdb.dvi
474c8240 37535@end smallexample
c4555f82 37536
8e04817f 37537Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 37538
8e04817f
AC
37539@node Installing GDB
37540@appendix Installing @value{GDBN}
8e04817f 37541@cindex installation
c4555f82 37542
7fa2210b
DJ
37543@menu
37544* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 37545* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
37546* Separate Objdir:: Compiling @value{GDBN} in another directory
37547* Config Names:: Specifying names for hosts and targets
37548* Configure Options:: Summary of options for configure
098b41a6 37549* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
37550@end menu
37551
37552@node Requirements
79a6e687 37553@section Requirements for Building @value{GDBN}
7fa2210b
DJ
37554@cindex building @value{GDBN}, requirements for
37555
37556Building @value{GDBN} requires various tools and packages to be available.
37557Other packages will be used only if they are found.
37558
79a6e687 37559@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b 37560@table @asis
7f0bd420
TT
37561@item C@t{++}11 compiler
37562@value{GDBN} is written in C@t{++}11. It should be buildable with any
37563recent C@t{++}11 compiler, e.g.@: GCC.
7fa2210b 37564
7f0bd420
TT
37565@item GNU make
37566@value{GDBN}'s build system relies on features only found in the GNU
37567make program. Other variants of @code{make} will not work.
7fa2210b
DJ
37568@end table
37569
79a6e687 37570@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
37571@table @asis
37572@item Expat
123dc839 37573@anchor{Expat}
7fa2210b
DJ
37574@value{GDBN} can use the Expat XML parsing library. This library may be
37575included with your operating system distribution; if it is not, you
37576can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 37577The @file{configure} script will search for this library in several
7fa2210b
DJ
37578standard locations; if it is installed in an unusual path, you can
37579use the @option{--with-libexpat-prefix} option to specify its location.
37580
9cceb671
DJ
37581Expat is used for:
37582
37583@itemize @bullet
37584@item
37585Remote protocol memory maps (@pxref{Memory Map Format})
37586@item
37587Target descriptions (@pxref{Target Descriptions})
37588@item
2268b414
JK
37589Remote shared library lists (@xref{Library List Format},
37590or alternatively @pxref{Library List Format for SVR4 Targets})
9cceb671
DJ
37591@item
37592MS-Windows shared libraries (@pxref{Shared Libraries})
b3b9301e
PA
37593@item
37594Traceframe info (@pxref{Traceframe Info Format})
2ae8c8e7 37595@item
f4abbc16
MM
37596Branch trace (@pxref{Branch Trace Format},
37597@pxref{Branch Trace Configuration Format})
9cceb671 37598@end itemize
7fa2210b 37599
7f0bd420
TT
37600@item Guile
37601@value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
37602default, @value{GDBN} will be compiled if the Guile libraries are
37603installed and are found by @file{configure}. You can use the
37604@code{--with-guile} option to request Guile, and pass either the Guile
37605version number or the file name of the relevant @code{pkg-config}
37606program to choose a particular version of Guile.
37607
37608@item iconv
37609@value{GDBN}'s features related to character sets (@pxref{Character
37610Sets}) require a functioning @code{iconv} implementation. If you are
37611on a GNU system, then this is provided by the GNU C Library. Some
37612other systems also provide a working @code{iconv}.
37613
37614If @value{GDBN} is using the @code{iconv} program which is installed
37615in a non-standard place, you will need to tell @value{GDBN} where to
37616find it. This is done with @option{--with-iconv-bin} which specifies
37617the directory that contains the @code{iconv} program. This program is
37618run in order to make a list of the available character sets.
37619
37620On systems without @code{iconv}, you can install GNU Libiconv. If
37621Libiconv is installed in a standard place, @value{GDBN} will
37622automatically use it if it is needed. If you have previously
37623installed Libiconv in a non-standard place, you can use the
37624@option{--with-libiconv-prefix} option to @file{configure}.
37625
37626@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
37627arrange to build Libiconv if a directory named @file{libiconv} appears
37628in the top-most source directory. If Libiconv is built this way, and
37629if the operating system does not provide a suitable @code{iconv}
37630implementation, then the just-built library will automatically be used
37631by @value{GDBN}. One easy way to set this up is to download GNU
37632Libiconv, unpack it inside the top-level directory of the @value{GDBN}
37633source tree, and then rename the directory holding the Libiconv source
37634code to @samp{libiconv}.
37635
37636@item lzma
37637@value{GDBN} can support debugging sections that are compressed with
37638the LZMA library. @xref{MiniDebugInfo}. If this library is not
37639included with your operating system, you can find it in the xz package
37640at @url{http://tukaani.org/xz/}. If the LZMA library is available in
37641the usual place, then the @file{configure} script will use it
37642automatically. If it is installed in an unusual path, you can use the
37643@option{--with-lzma-prefix} option to specify its location.
37644
2400729e
UW
37645@item MPFR
37646@anchor{MPFR}
37647@value{GDBN} can use the GNU MPFR multiple-precision floating-point
37648library. This library may be included with your operating system
37649distribution; if it is not, you can get the latest version from
37650@url{http://www.mpfr.org}. The @file{configure} script will search
37651for this library in several standard locations; if it is installed
37652in an unusual path, you can use the @option{--with-libmpfr-prefix}
37653option to specify its location.
37654
37655GNU MPFR is used to emulate target floating-point arithmetic during
37656expression evaluation when the target uses different floating-point
37657formats than the host. If GNU MPFR it is not available, @value{GDBN}
37658will fall back to using host floating-point arithmetic.
37659
7f0bd420
TT
37660@item Python
37661@value{GDBN} can be scripted using Python language. @xref{Python}.
37662By default, @value{GDBN} will be compiled if the Python libraries are
37663installed and are found by @file{configure}. You can use the
37664@code{--with-python} option to request Python, and pass either the
37665file name of the relevant @code{python} executable, or the name of the
37666directory in which Python is installed, to choose a particular
37667installation of Python.
37668
31fffb02
CS
37669@item zlib
37670@cindex compressed debug sections
37671@value{GDBN} will use the @samp{zlib} library, if available, to read
37672compressed debug sections. Some linkers, such as GNU gold, are capable
37673of producing binaries with compressed debug sections. If @value{GDBN}
37674is compiled with @samp{zlib}, it will be able to read the debug
37675information in such binaries.
37676
37677The @samp{zlib} library is likely included with your operating system
37678distribution; if it is not, you can get the latest version from
37679@url{http://zlib.net}.
7fa2210b
DJ
37680@end table
37681
37682@node Running Configure
db2e3e2e 37683@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 37684@cindex configuring @value{GDBN}
db2e3e2e 37685@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
37686of preparing @value{GDBN} for installation; you can then use @code{make} to
37687build the @code{gdb} program.
37688@iftex
37689@c irrelevant in info file; it's as current as the code it lives with.
37690@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
37691look at the @file{README} file in the sources; we may have improved the
37692installation procedures since publishing this manual.}
37693@end iftex
c4555f82 37694
8e04817f
AC
37695The @value{GDBN} distribution includes all the source code you need for
37696@value{GDBN} in a single directory, whose name is usually composed by
37697appending the version number to @samp{gdb}.
c4555f82 37698
8e04817f
AC
37699For example, the @value{GDBN} version @value{GDBVN} distribution is in the
37700@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 37701
8e04817f
AC
37702@table @code
37703@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
37704script for configuring @value{GDBN} and all its supporting libraries
c4555f82 37705
8e04817f
AC
37706@item gdb-@value{GDBVN}/gdb
37707the source specific to @value{GDBN} itself
c4555f82 37708
8e04817f
AC
37709@item gdb-@value{GDBVN}/bfd
37710source for the Binary File Descriptor library
c906108c 37711
8e04817f
AC
37712@item gdb-@value{GDBVN}/include
37713@sc{gnu} include files
c906108c 37714
8e04817f
AC
37715@item gdb-@value{GDBVN}/libiberty
37716source for the @samp{-liberty} free software library
c906108c 37717
8e04817f
AC
37718@item gdb-@value{GDBVN}/opcodes
37719source for the library of opcode tables and disassemblers
c906108c 37720
8e04817f
AC
37721@item gdb-@value{GDBVN}/readline
37722source for the @sc{gnu} command-line interface
8e04817f 37723@end table
c906108c 37724
7f0bd420
TT
37725There may be other subdirectories as well.
37726
db2e3e2e 37727The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
37728from the @file{gdb-@var{version-number}} source directory, which in
37729this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 37730
8e04817f 37731First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 37732if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
37733identifier for the platform on which @value{GDBN} will run as an
37734argument.
c906108c 37735
8e04817f 37736For example:
c906108c 37737
474c8240 37738@smallexample
8e04817f 37739cd gdb-@value{GDBVN}
7f0bd420 37740./configure
8e04817f 37741make
474c8240 37742@end smallexample
c906108c 37743
7f0bd420
TT
37744Running @samp{configure} and then running @code{make} builds the
37745included supporting libraries, then @code{gdb} itself. The configured
37746source files, and the binaries, are left in the corresponding source
37747directories.
c906108c 37748
8e04817f 37749@need 750
db2e3e2e 37750@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
37751system does not recognize this automatically when you run a different
37752shell, you may need to run @code{sh} on it explicitly:
c906108c 37753
474c8240 37754@smallexample
7f0bd420 37755sh configure
474c8240 37756@end smallexample
c906108c 37757
db2e3e2e 37758You should run the @file{configure} script from the top directory in the
94e91d6d 37759source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 37760@file{configure} from one of the subdirectories, you will configure only
94e91d6d 37761that subdirectory. That is usually not what you want. In particular,
db2e3e2e 37762if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
37763of the @file{gdb-@var{version-number}} directory, you will omit the
37764configuration of @file{bfd}, @file{readline}, and other sibling
37765directories of the @file{gdb} subdirectory. This leads to build errors
37766about missing include files such as @file{bfd/bfd.h}.
c906108c 37767
7f0bd420
TT
37768You can install @code{@value{GDBN}} anywhere. The best way to do this
37769is to pass the @code{--prefix} option to @code{configure}, and then
37770install it with @code{make install}.
c906108c 37771
8e04817f 37772@node Separate Objdir
79a6e687 37773@section Compiling @value{GDBN} in Another Directory
c906108c 37774
8e04817f
AC
37775If you want to run @value{GDBN} versions for several host or target machines,
37776you need a different @code{gdb} compiled for each combination of
db2e3e2e 37777host and target. @file{configure} is designed to make this easy by
8e04817f
AC
37778allowing you to generate each configuration in a separate subdirectory,
37779rather than in the source directory. If your @code{make} program
37780handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
37781@code{make} in each of these directories builds the @code{gdb}
37782program specified there.
c906108c 37783
db2e3e2e 37784To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 37785with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
37786(You also need to specify a path to find @file{configure}
37787itself from your working directory. If the path to @file{configure}
8e04817f
AC
37788would be the same as the argument to @samp{--srcdir}, you can leave out
37789the @samp{--srcdir} option; it is assumed.)
c906108c 37790
8e04817f
AC
37791For example, with version @value{GDBVN}, you can build @value{GDBN} in a
37792separate directory for a Sun 4 like this:
c906108c 37793
474c8240 37794@smallexample
8e04817f
AC
37795@group
37796cd gdb-@value{GDBVN}
37797mkdir ../gdb-sun4
37798cd ../gdb-sun4
7f0bd420 37799../gdb-@value{GDBVN}/configure
8e04817f
AC
37800make
37801@end group
474c8240 37802@end smallexample
c906108c 37803
db2e3e2e 37804When @file{configure} builds a configuration using a remote source
8e04817f
AC
37805directory, it creates a tree for the binaries with the same structure
37806(and using the same names) as the tree under the source directory. In
37807the example, you'd find the Sun 4 library @file{libiberty.a} in the
37808directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
37809@file{gdb-sun4/gdb}.
c906108c 37810
94e91d6d
MC
37811Make sure that your path to the @file{configure} script has just one
37812instance of @file{gdb} in it. If your path to @file{configure} looks
37813like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
37814one subdirectory of @value{GDBN}, not the whole package. This leads to
37815build errors about missing include files such as @file{bfd/bfd.h}.
37816
8e04817f
AC
37817One popular reason to build several @value{GDBN} configurations in separate
37818directories is to configure @value{GDBN} for cross-compiling (where
37819@value{GDBN} runs on one machine---the @dfn{host}---while debugging
37820programs that run on another machine---the @dfn{target}).
37821You specify a cross-debugging target by
db2e3e2e 37822giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 37823
8e04817f
AC
37824When you run @code{make} to build a program or library, you must run
37825it in a configured directory---whatever directory you were in when you
db2e3e2e 37826called @file{configure} (or one of its subdirectories).
c906108c 37827
db2e3e2e 37828The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
37829directory also runs recursively. If you type @code{make} in a source
37830directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
37831directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
37832will build all the required libraries, and then build GDB.
c906108c 37833
8e04817f
AC
37834When you have multiple hosts or targets configured in separate
37835directories, you can run @code{make} on them in parallel (for example,
37836if they are NFS-mounted on each of the hosts); they will not interfere
37837with each other.
c906108c 37838
8e04817f 37839@node Config Names
79a6e687 37840@section Specifying Names for Hosts and Targets
c906108c 37841
db2e3e2e 37842The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
37843script are based on a three-part naming scheme, but some short predefined
37844aliases are also supported. The full naming scheme encodes three pieces
37845of information in the following pattern:
c906108c 37846
474c8240 37847@smallexample
8e04817f 37848@var{architecture}-@var{vendor}-@var{os}
474c8240 37849@end smallexample
c906108c 37850
8e04817f
AC
37851For example, you can use the alias @code{sun4} as a @var{host} argument,
37852or as the value for @var{target} in a @code{--target=@var{target}}
37853option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 37854
db2e3e2e 37855The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 37856any query facility to list all supported host and target names or
db2e3e2e 37857aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
37858@code{config.sub} to map abbreviations to full names; you can read the
37859script, if you wish, or you can use it to test your guesses on
37860abbreviations---for example:
c906108c 37861
8e04817f
AC
37862@smallexample
37863% sh config.sub i386-linux
37864i386-pc-linux-gnu
37865% sh config.sub alpha-linux
37866alpha-unknown-linux-gnu
37867% sh config.sub hp9k700
37868hppa1.1-hp-hpux
37869% sh config.sub sun4
37870sparc-sun-sunos4.1.1
37871% sh config.sub sun3
37872m68k-sun-sunos4.1.1
37873% sh config.sub i986v
37874Invalid configuration `i986v': machine `i986v' not recognized
37875@end smallexample
c906108c 37876
8e04817f
AC
37877@noindent
37878@code{config.sub} is also distributed in the @value{GDBN} source
37879directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 37880
8e04817f 37881@node Configure Options
db2e3e2e 37882@section @file{configure} Options
c906108c 37883
db2e3e2e 37884Here is a summary of the @file{configure} options and arguments that
7f0bd420
TT
37885are most often useful for building @value{GDBN}. @file{configure}
37886also has several other options not listed here. @inforef{Running
37887configure scripts,,autoconf.info}, for a full
37888explanation of @file{configure}.
c906108c 37889
474c8240 37890@smallexample
8e04817f
AC
37891configure @r{[}--help@r{]}
37892 @r{[}--prefix=@var{dir}@r{]}
37893 @r{[}--exec-prefix=@var{dir}@r{]}
37894 @r{[}--srcdir=@var{dirname}@r{]}
8e04817f 37895 @r{[}--target=@var{target}@r{]}
474c8240 37896@end smallexample
c906108c 37897
8e04817f
AC
37898@noindent
37899You may introduce options with a single @samp{-} rather than
37900@samp{--} if you prefer; but you may abbreviate option names if you use
37901@samp{--}.
c906108c 37902
8e04817f
AC
37903@table @code
37904@item --help
db2e3e2e 37905Display a quick summary of how to invoke @file{configure}.
c906108c 37906
8e04817f
AC
37907@item --prefix=@var{dir}
37908Configure the source to install programs and files under directory
37909@file{@var{dir}}.
c906108c 37910
8e04817f
AC
37911@item --exec-prefix=@var{dir}
37912Configure the source to install programs under directory
37913@file{@var{dir}}.
c906108c 37914
8e04817f
AC
37915@c avoid splitting the warning from the explanation:
37916@need 2000
37917@item --srcdir=@var{dirname}
8e04817f
AC
37918Use this option to make configurations in directories separate from the
37919@value{GDBN} source directories. Among other things, you can use this to
37920build (or maintain) several configurations simultaneously, in separate
db2e3e2e 37921directories. @file{configure} writes configuration-specific files in
8e04817f 37922the current directory, but arranges for them to use the source in the
db2e3e2e 37923directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
37924the working directory in parallel to the source directories below
37925@var{dirname}.
c906108c 37926
8e04817f
AC
37927@item --target=@var{target}
37928Configure @value{GDBN} for cross-debugging programs running on the specified
37929@var{target}. Without this option, @value{GDBN} is configured to debug
37930programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 37931
a95746f9
TT
37932There is no convenient way to generate a list of all available
37933targets. Also see the @code{--enable-targets} option, below.
8e04817f 37934@end table
c906108c 37935
a95746f9
TT
37936There are many other options that are specific to @value{GDBN}. This
37937lists just the most common ones; there are some very specialized
37938options not described here.
37939
37940@table @code
37941@item --enable-targets=@r{[}@var{target}@r{]}@dots{}
37942@itemx --enable-targets=all
37943Configure @value{GDBN} for cross-debugging programs running on the
37944specified list of targets. The special value @samp{all} configures
37945@value{GDBN} for debugging programs running on any target it supports.
37946
37947@item --with-gdb-datadir=@var{path}
37948Set the @value{GDBN}-specific data directory. @value{GDBN} will look
37949here for certain supporting files or scripts. This defaults to the
6b92c0d3 37950@file{gdb} subdirectory of @samp{datadir} (which can be set using
a95746f9
TT
37951@code{--datadir}).
37952
37953@item --with-relocated-sources=@var{dir}
37954Sets up the default source path substitution rule so that directory
37955names recorded in debug information will be automatically adjusted for
37956any directory under @var{dir}. @var{dir} should be a subdirectory of
37957@value{GDBN}'s configured prefix, the one mentioned in the
37958@code{--prefix} or @code{--exec-prefix} options to configure. This
37959option is useful if GDB is supposed to be moved to a different place
37960after it is built.
37961
37962@item --enable-64-bit-bfd
37963Enable 64-bit support in BFD on 32-bit hosts.
37964
37965@item --disable-gdbmi
37966Build @value{GDBN} without the GDB/MI machine interface
37967(@pxref{GDB/MI}).
37968
37969@item --enable-tui
37970Build @value{GDBN} with the text-mode full-screen user interface
37971(TUI). Requires a curses library (ncurses and cursesX are also
37972supported).
37973
37974@item --with-curses
37975Use the curses library instead of the termcap library, for text-mode
37976terminal operations.
37977
0d79cdc4
AM
37978@item --with-debuginfod
37979Build @value{GDBN} with libdebuginfod, the debuginfod client library.
37980Used to automatically fetch source files and separate debug files from
37981debuginfod servers using the associated executable's build ID. Enabled
37982by default if libdebuginfod is installed and found at configure time.
37983debuginfod is packaged with elfutils, starting with version 0.178. You
37984can get the latest version from `https://sourceware.org/elfutils/'.
37985
a95746f9
TT
37986@item --with-libunwind-ia64
37987Use the libunwind library for unwinding function call stack on ia64
37988target platforms. See http://www.nongnu.org/libunwind/index.html for
37989details.
37990
37991@item --with-system-readline
37992Use the readline library installed on the host, rather than the
86c6b807
TT
37993library supplied as part of @value{GDBN}. Readline 7 or newer is
37994required; this is enforced by the build system.
a95746f9
TT
37995
37996@item --with-system-zlib
37997Use the zlib library installed on the host, rather than the library
37998supplied as part of @value{GDBN}.
37999
38000@item --with-expat
38001Build @value{GDBN} with Expat, a library for XML parsing. (Done by
38002default if libexpat is installed and found at configure time.) This
38003library is used to read XML files supplied with @value{GDBN}. If it
38004is unavailable, some features, such as remote protocol memory maps,
38005target descriptions, and shared library lists, that are based on XML
38006files, will not be available in @value{GDBN}. If your host does not
38007have libexpat installed, you can get the latest version from
38008`http://expat.sourceforge.net'.
38009
38010@item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
38011
38012Build @value{GDBN} with GNU libiconv, a character set encoding
38013conversion library. This is not done by default, as on GNU systems
38014the @code{iconv} that is built in to the C library is sufficient. If
38015your host does not have a working @code{iconv}, you can get the latest
38016version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
38017
38018@value{GDBN}'s build system also supports building GNU libiconv as
38019part of the overall build. @xref{Requirements}.
38020
38021@item --with-lzma
38022Build @value{GDBN} with LZMA, a compression library. (Done by default
38023if liblzma is installed and found at configure time.) LZMA is used by
38024@value{GDBN}'s "mini debuginfo" feature, which is only useful on
38025platforms using the ELF object file format. If your host does not
38026have liblzma installed, you can get the latest version from
38027`https://tukaani.org/xz/'.
38028
38029@item --with-mpfr
38030Build @value{GDBN} with GNU MPFR, a library for multiple-precision
38031floating-point computation with correct rounding. (Done by default if
38032GNU MPFR is installed and found at configure time.) This library is
38033used to emulate target floating-point arithmetic during expression
38034evaluation when the target uses different floating-point formats than
38035the host. If GNU MPFR is not available, @value{GDBN} will fall back
38036to using host floating-point arithmetic. If your host does not have
38037GNU MPFR installed, you can get the latest version from
38038`http://www.mpfr.org'.
38039
38040@item --with-python@r{[}=@var{python}@r{]}
38041Build @value{GDBN} with Python scripting support. (Done by default if
38042libpython is present and found at configure time.) Python makes
38043@value{GDBN} scripting much more powerful than the restricted CLI
38044scripting language. If your host does not have Python installed, you
38045can find it on `http://www.python.org/download/'. The oldest version
2c3fc25d 38046of Python supported by GDB is 2.6. The optional argument @var{python}
a95746f9
TT
38047is used to find the Python headers and libraries. It can be either
38048the name of a Python executable, or the name of the directory in which
38049Python is installed.
38050
38051@item --with-guile[=GUILE]'
38052Build @value{GDBN} with GNU Guile scripting support. (Done by default
38053if libguile is present and found at configure time.) If your host
38054does not have Guile installed, you can find it at
38055`https://www.gnu.org/software/guile/'. The optional argument GUILE
38056can be a version number, which will cause @code{configure} to try to
38057use that version of Guile; or the file name of a @code{pkg-config}
38058executable, which will be queried to find the information needed to
38059compile and link against Guile.
38060
38061@item --without-included-regex
38062Don't use the regex library included with @value{GDBN} (as part of the
38063libiberty library). This is the default on hosts with version 2 of
38064the GNU C library.
38065
38066@item --with-sysroot=@var{dir}
38067Use @var{dir} as the default system root directory for libraries whose
38068file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
38069@var{dir} can be modified at run time by using the @command{set
38070sysroot} command.) If @var{dir} is under the @value{GDBN} configured
38071prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
38072default system root will be automatically adjusted if and when
38073@value{GDBN} is moved to a different location.
38074
38075@item --with-system-gdbinit=@var{file}
38076Configure @value{GDBN} to automatically load a system-wide init file.
38077@var{file} should be an absolute file name. If @var{file} is in a
38078directory under the configured prefix, and @value{GDBN} is moved to
38079another location after being built, the location of the system-wide
38080init file will be adjusted accordingly.
38081
ed2a2229
CB
38082@item --with-system-gdbinit-dir=@var{directory}
38083Configure @value{GDBN} to automatically load init files from a
38084system-wide directory. @var{directory} should be an absolute directory
38085name. If @var{directory} is in a directory under the configured
38086prefix, and @value{GDBN} is moved to another location after being
38087built, the location of the system-wide init directory will be
38088adjusted accordingly.
38089
a95746f9
TT
38090@item --enable-build-warnings
38091When building the @value{GDBN} sources, ask the compiler to warn about
38092any code which looks even vaguely suspicious. It passes many
38093different warning flags, depending on the exact version of the
38094compiler you are using.
38095
38096@item --enable-werror
38097Treat compiler warnings as werrors. It adds the @code{-Werror} flag
38098to the compiler, which will fail the compilation if the compiler
38099outputs any warning messages.
f35d5ade
TT
38100
38101@item --enable-ubsan
eff98030
TT
38102Enable the GCC undefined behavior sanitizer. This is disabled by
38103default, but passing @code{--enable-ubsan=yes} or
38104@code{--enable-ubsan=auto} to @code{configure} will enable it. The
38105undefined behavior sanitizer checks for C@t{++} undefined behavior.
38106It has a performance cost, so if you are looking at @value{GDBN}'s
38107performance, you should disable it. The undefined behavior sanitizer
38108was first introduced in GCC 4.9.
a95746f9 38109@end table
c906108c 38110
098b41a6
JG
38111@node System-wide configuration
38112@section System-wide configuration and settings
38113@cindex system-wide init file
38114
ed2a2229
CB
38115@value{GDBN} can be configured to have a system-wide init file and a
38116system-wide init file directory; this file and files in that directory
38117(if they have a recognized file extension) will be read and executed at
38118startup (@pxref{Startup, , What @value{GDBN} does during startup}).
098b41a6 38119
ed2a2229 38120Here are the corresponding configure options:
098b41a6
JG
38121
38122@table @code
38123@item --with-system-gdbinit=@var{file}
38124Specify that the default location of the system-wide init file is
38125@var{file}.
ed2a2229
CB
38126@item --with-system-gdbinit-dir=@var{directory}
38127Specify that the default location of the system-wide init file directory
38128is @var{directory}.
098b41a6
JG
38129@end table
38130
38131If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
ed2a2229 38132they may be subject to relocation. Two possible cases:
098b41a6
JG
38133
38134@itemize @bullet
38135@item
ed2a2229 38136If the default location of this init file/directory contains @file{$prefix},
098b41a6
JG
38137it will be subject to relocation. Suppose that the configure options
38138are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
38139if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
38140init file is looked for as @file{$install/etc/gdbinit} instead of
38141@file{$prefix/etc/gdbinit}.
38142
38143@item
38144By contrast, if the default location does not contain the prefix,
38145it will not be relocated. E.g.@: if @value{GDBN} has been configured with
38146@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
38147then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
38148wherever @value{GDBN} is installed.
38149@end itemize
38150
e64e0392
DE
38151If the configured location of the system-wide init file (as given by the
38152@option{--with-system-gdbinit} option at configure time) is in the
38153data-directory (as specified by @option{--with-gdb-datadir} at configure
38154time) or in one of its subdirectories, then @value{GDBN} will look for the
38155system-wide init file in the directory specified by the
38156@option{--data-directory} command-line option.
38157Note that the system-wide init file is only read once, during @value{GDBN}
38158initialization. If the data-directory is changed after @value{GDBN} has
38159started with the @code{set data-directory} command, the file will not be
38160reread.
38161
ed2a2229
CB
38162This applies similarly to the system-wide directory specified in
38163@option{--with-system-gdbinit-dir}.
38164
38165Any supported scripting language can be used for these init files, as long
38166as the file extension matches the scripting language. To be interpreted
38167as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
38168extension.
38169
5901af59
JB
38170@menu
38171* System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
38172@end menu
38173
38174@node System-wide Configuration Scripts
0201faac
JB
38175@subsection Installed System-wide Configuration Scripts
38176@cindex system-wide configuration scripts
38177
38178The @file{system-gdbinit} directory, located inside the data-directory
38179(as specified by @option{--with-gdb-datadir} at configure time) contains
38180a number of scripts which can be used as system-wide init files. To
38181automatically source those scripts at startup, @value{GDBN} should be
38182configured with @option{--with-system-gdbinit}. Otherwise, any user
38183should be able to source them by hand as needed.
38184
38185The following scripts are currently available:
38186@itemize @bullet
38187
38188@item @file{elinos.py}
38189@pindex elinos.py
38190@cindex ELinOS system-wide configuration script
38191This script is useful when debugging a program on an ELinOS target.
38192It takes advantage of the environment variables defined in a standard
38193ELinOS environment in order to determine the location of the system
38194shared libraries, and then sets the @samp{solib-absolute-prefix}
38195and @samp{solib-search-path} variables appropriately.
38196
38197@item @file{wrs-linux.py}
38198@pindex wrs-linux.py
38199@cindex Wind River Linux system-wide configuration script
38200This script is useful when debugging a program on a target running
38201Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
38202the host-side sysroot used by the target system.
38203
38204@end itemize
38205
8e04817f
AC
38206@node Maintenance Commands
38207@appendix Maintenance Commands
38208@cindex maintenance commands
38209@cindex internal commands
c906108c 38210
8e04817f 38211In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
38212includes a number of commands intended for @value{GDBN} developers,
38213that are not documented elsewhere in this manual. These commands are
da316a69
EZ
38214provided here for reference. (For commands that turn on debugging
38215messages, see @ref{Debugging Output}.)
c906108c 38216
8e04817f 38217@table @code
09d4efe1 38218@kindex maint agent
782b2b07 38219@kindex maint agent-eval
f77cc5f0
HZ
38220@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
38221@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
09d4efe1
EZ
38222Translate the given @var{expression} into remote agent bytecodes.
38223This command is useful for debugging the Agent Expression mechanism
782b2b07
SS
38224(@pxref{Agent Expressions}). The @samp{agent} version produces an
38225expression useful for data collection, such as by tracepoints, while
38226@samp{maint agent-eval} produces an expression that evaluates directly
38227to a result. For instance, a collection expression for @code{globa +
38228globb} will include bytecodes to record four bytes of memory at each
38229of the addresses of @code{globa} and @code{globb}, while discarding
38230the result of the addition, while an evaluation expression will do the
38231addition and return the sum.
f77cc5f0
HZ
38232If @code{-at} is given, generate remote agent bytecode for @var{location}.
38233If not, generate remote agent bytecode for current frame PC address.
09d4efe1 38234
d3ce09f5
SS
38235@kindex maint agent-printf
38236@item maint agent-printf @var{format},@var{expr},...
38237Translate the given format string and list of argument expressions
38238into remote agent bytecodes and display them as a disassembled list.
38239This command is useful for debugging the agent version of dynamic
6dd24dfa 38240printf (@pxref{Dynamic Printf}).
d3ce09f5 38241
8e04817f
AC
38242@kindex maint info breakpoints
38243@item @anchor{maint info breakpoints}maint info breakpoints
38244Using the same format as @samp{info breakpoints}, display both the
38245breakpoints you've set explicitly, and those @value{GDBN} is using for
38246internal purposes. Internal breakpoints are shown with negative
38247breakpoint numbers. The type column identifies what kind of breakpoint
38248is shown:
c906108c 38249
8e04817f
AC
38250@table @code
38251@item breakpoint
38252Normal, explicitly set breakpoint.
c906108c 38253
8e04817f
AC
38254@item watchpoint
38255Normal, explicitly set watchpoint.
c906108c 38256
8e04817f
AC
38257@item longjmp
38258Internal breakpoint, used to handle correctly stepping through
38259@code{longjmp} calls.
c906108c 38260
8e04817f
AC
38261@item longjmp resume
38262Internal breakpoint at the target of a @code{longjmp}.
c906108c 38263
8e04817f
AC
38264@item until
38265Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 38266
8e04817f
AC
38267@item finish
38268Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 38269
8e04817f
AC
38270@item shlib events
38271Shared library events.
c906108c 38272
8e04817f 38273@end table
c906108c 38274
b0627500
MM
38275@kindex maint info btrace
38276@item maint info btrace
38277Pint information about raw branch tracing data.
38278
38279@kindex maint btrace packet-history
38280@item maint btrace packet-history
38281Print the raw branch trace packets that are used to compute the
38282execution history for the @samp{record btrace} command. Both the
38283information and the format in which it is printed depend on the btrace
38284recording format.
38285
38286@table @code
38287@item bts
38288For the BTS recording format, print a list of blocks of sequential
38289code. For each block, the following information is printed:
38290
38291@table @asis
38292@item Block number
38293Newer blocks have higher numbers. The oldest block has number zero.
38294@item Lowest @samp{PC}
38295@item Highest @samp{PC}
38296@end table
38297
38298@item pt
bc504a31
PA
38299For the Intel Processor Trace recording format, print a list of
38300Intel Processor Trace packets. For each packet, the following
b0627500
MM
38301information is printed:
38302
38303@table @asis
38304@item Packet number
38305Newer packets have higher numbers. The oldest packet has number zero.
38306@item Trace offset
38307The packet's offset in the trace stream.
38308@item Packet opcode and payload
38309@end table
38310@end table
38311
38312@kindex maint btrace clear-packet-history
38313@item maint btrace clear-packet-history
38314Discards the cached packet history printed by the @samp{maint btrace
38315packet-history} command. The history will be computed again when
38316needed.
38317
38318@kindex maint btrace clear
38319@item maint btrace clear
38320Discard the branch trace data. The data will be fetched anew and the
38321branch trace will be recomputed when needed.
38322
38323This implicitly truncates the branch trace to a single branch trace
38324buffer. When updating branch trace incrementally, the branch trace
38325available to @value{GDBN} may be bigger than a single branch trace
38326buffer.
38327
38328@kindex maint set btrace pt skip-pad
38329@item maint set btrace pt skip-pad
38330@kindex maint show btrace pt skip-pad
38331@item maint show btrace pt skip-pad
38332Control whether @value{GDBN} will skip PAD packets when computing the
38333packet history.
38334
fff08868
HZ
38335@kindex set displaced-stepping
38336@kindex show displaced-stepping
237fc4c9
PA
38337@cindex displaced stepping support
38338@cindex out-of-line single-stepping
fff08868
HZ
38339@item set displaced-stepping
38340@itemx show displaced-stepping
237fc4c9 38341Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
38342if the target supports it. Displaced stepping is a way to single-step
38343over breakpoints without removing them from the inferior, by executing
38344an out-of-line copy of the instruction that was originally at the
38345breakpoint location. It is also known as out-of-line single-stepping.
38346
38347@table @code
38348@item set displaced-stepping on
38349If the target architecture supports it, @value{GDBN} will use
38350displaced stepping to step over breakpoints.
38351
38352@item set displaced-stepping off
38353@value{GDBN} will not use displaced stepping to step over breakpoints,
38354even if such is supported by the target architecture.
38355
38356@cindex non-stop mode, and @samp{set displaced-stepping}
38357@item set displaced-stepping auto
38358This is the default mode. @value{GDBN} will use displaced stepping
38359only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
38360architecture supports displaced stepping.
38361@end table
237fc4c9 38362
7d0c9981
DE
38363@kindex maint check-psymtabs
38364@item maint check-psymtabs
38365Check the consistency of currently expanded psymtabs versus symtabs.
38366Use this to check, for example, whether a symbol is in one but not the other.
38367
09d4efe1
EZ
38368@kindex maint check-symtabs
38369@item maint check-symtabs
7d0c9981
DE
38370Check the consistency of currently expanded symtabs.
38371
38372@kindex maint expand-symtabs
38373@item maint expand-symtabs [@var{regexp}]
38374Expand symbol tables.
38375If @var{regexp} is specified, only expand symbol tables for file
38376names matching @var{regexp}.
09d4efe1 38377
992c7d70
GB
38378@kindex maint set catch-demangler-crashes
38379@kindex maint show catch-demangler-crashes
38380@cindex demangler crashes
38381@item maint set catch-demangler-crashes [on|off]
38382@itemx maint show catch-demangler-crashes
38383Control whether @value{GDBN} should attempt to catch crashes in the
38384symbol name demangler. The default is to attempt to catch crashes.
38385If enabled, the first time a crash is caught, a core file is created,
38386the offending symbol is displayed and the user is presented with the
38387option to terminate the current session.
38388
09d4efe1
EZ
38389@kindex maint cplus first_component
38390@item maint cplus first_component @var{name}
38391Print the first C@t{++} class/namespace component of @var{name}.
38392
38393@kindex maint cplus namespace
38394@item maint cplus namespace
38395Print the list of possible C@t{++} namespaces.
38396
09d4efe1
EZ
38397@kindex maint deprecate
38398@kindex maint undeprecate
38399@cindex deprecated commands
38400@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
38401@itemx maint undeprecate @var{command}
38402Deprecate or undeprecate the named @var{command}. Deprecated commands
38403cause @value{GDBN} to issue a warning when you use them. The optional
38404argument @var{replacement} says which newer command should be used in
38405favor of the deprecated one; if it is given, @value{GDBN} will mention
38406the replacement as part of the warning.
38407
38408@kindex maint dump-me
38409@item maint dump-me
721c2651 38410@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 38411Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
38412This is supported only on systems which support aborting a program
38413with the @code{SIGQUIT} signal.
09d4efe1 38414
8d30a00d
AC
38415@kindex maint internal-error
38416@kindex maint internal-warning
57fcfb1b
GB
38417@kindex maint demangler-warning
38418@cindex demangler crashes
09d4efe1
EZ
38419@item maint internal-error @r{[}@var{message-text}@r{]}
38420@itemx maint internal-warning @r{[}@var{message-text}@r{]}
57fcfb1b
GB
38421@itemx maint demangler-warning @r{[}@var{message-text}@r{]}
38422
38423Cause @value{GDBN} to call the internal function @code{internal_error},
38424@code{internal_warning} or @code{demangler_warning} and hence behave
7ee67ee4 38425as though an internal problem has been detected. In addition to
57fcfb1b
GB
38426reporting the internal problem, these functions give the user the
38427opportunity to either quit @value{GDBN} or (for @code{internal_error}
38428and @code{internal_warning}) create a core file of the current
8d30a00d
AC
38429@value{GDBN} session.
38430
09d4efe1
EZ
38431These commands take an optional parameter @var{message-text} that is
38432used as the text of the error or warning message.
38433
d3e8051b 38434Here's an example of using @code{internal-error}:
09d4efe1 38435
8d30a00d 38436@smallexample
f7dc1244 38437(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
38438@dots{}/maint.c:121: internal-error: testing, 1, 2
38439A problem internal to GDB has been detected. Further
38440debugging may prove unreliable.
38441Quit this debugging session? (y or n) @kbd{n}
38442Create a core file? (y or n) @kbd{n}
f7dc1244 38443(@value{GDBP})
8d30a00d
AC
38444@end smallexample
38445
3c16cced
PA
38446@cindex @value{GDBN} internal error
38447@cindex internal errors, control of @value{GDBN} behavior
57fcfb1b 38448@cindex demangler crashes
3c16cced
PA
38449
38450@kindex maint set internal-error
38451@kindex maint show internal-error
38452@kindex maint set internal-warning
38453@kindex maint show internal-warning
57fcfb1b
GB
38454@kindex maint set demangler-warning
38455@kindex maint show demangler-warning
3c16cced
PA
38456@item maint set internal-error @var{action} [ask|yes|no]
38457@itemx maint show internal-error @var{action}
38458@itemx maint set internal-warning @var{action} [ask|yes|no]
38459@itemx maint show internal-warning @var{action}
57fcfb1b
GB
38460@itemx maint set demangler-warning @var{action} [ask|yes|no]
38461@itemx maint show demangler-warning @var{action}
3c16cced
PA
38462When @value{GDBN} reports an internal problem (error or warning) it
38463gives the user the opportunity to both quit @value{GDBN} and create a
38464core file of the current @value{GDBN} session. These commands let you
38465override the default behaviour for each particular @var{action},
38466described in the table below.
38467
38468@table @samp
38469@item quit
38470You can specify that @value{GDBN} should always (yes) or never (no)
38471quit. The default is to ask the user what to do.
38472
38473@item corefile
38474You can specify that @value{GDBN} should always (yes) or never (no)
57fcfb1b
GB
38475create a core file. The default is to ask the user what to do. Note
38476that there is no @code{corefile} option for @code{demangler-warning}:
38477demangler warnings always create a core file and this cannot be
38478disabled.
3c16cced
PA
38479@end table
38480
09d4efe1
EZ
38481@kindex maint packet
38482@item maint packet @var{text}
38483If @value{GDBN} is talking to an inferior via the serial protocol,
38484then this command sends the string @var{text} to the inferior, and
38485displays the response packet. @value{GDBN} supplies the initial
38486@samp{$} character, the terminating @samp{#} character, and the
38487checksum.
38488
38489@kindex maint print architecture
38490@item maint print architecture @r{[}@var{file}@r{]}
38491Print the entire architecture configuration. The optional argument
38492@var{file} names the file where the output goes.
8d30a00d 38493
8e2141c6 38494@kindex maint print c-tdesc @r{[}@var{file}@r{]}
81adfced 38495@item maint print c-tdesc
8e2141c6
YQ
38496Print the target description (@pxref{Target Descriptions}) as
38497a C source file. By default, the target description is for the current
38498target, but if the optional argument @var{file} is provided, that file
38499is used to produce the description. The @var{file} should be an XML
38500document, of the form described in @ref{Target Description Format}.
38501The created source file is built into @value{GDBN} when @value{GDBN} is
38502built again. This command is used by developers after they add or
38503modify XML target descriptions.
81adfced 38504
caa7fd04
AB
38505@kindex maint print xml-tdesc
38506@item maint print xml-tdesc @r{[}@var{file}@r{]}
38507Print the target description (@pxref{Target Descriptions}) as an XML
38508file. By default print the target description for the current target,
38509but if the optional argument @var{file} is provided, then that file is
38510read in by GDB and then used to produce the description. The
38511@var{file} should be an XML document, of the form described in
38512@ref{Target Description Format}.
38513
27d41eac
YQ
38514@kindex maint check xml-descriptions
38515@item maint check xml-descriptions @var{dir}
38516Check that the target descriptions dynamically created by @value{GDBN}
38517equal the descriptions created from XML files found in @var{dir}.
38518
41fc26a2 38519@anchor{maint check libthread-db}
5045b3d7
GB
38520@kindex maint check libthread-db
38521@item maint check libthread-db
38522Run integrity checks on the current inferior's thread debugging
38523library. This exercises all @code{libthread_db} functionality used by
38524@value{GDBN} on GNU/Linux systems, and by extension also exercises the
38525@code{proc_service} functions provided by @value{GDBN} that
38526@code{libthread_db} uses. Note that parts of the test may be skipped
38527on some platforms when debugging core files.
38528
00905d52
AC
38529@kindex maint print dummy-frames
38530@item maint print dummy-frames
00905d52
AC
38531Prints the contents of @value{GDBN}'s internal dummy-frame stack.
38532
38533@smallexample
f7dc1244 38534(@value{GDBP}) @kbd{b add}
00905d52 38535@dots{}
f7dc1244 38536(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
38537Breakpoint 2, add (a=2, b=3) at @dots{}
3853858 return (a + b);
38539The program being debugged stopped while in a function called from GDB.
38540@dots{}
f7dc1244 38541(@value{GDBP}) @kbd{maint print dummy-frames}
b67a2c6f 385420xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
f7dc1244 38543(@value{GDBP})
00905d52
AC
38544@end smallexample
38545
38546Takes an optional file parameter.
38547
0680b120
AC
38548@kindex maint print registers
38549@kindex maint print raw-registers
38550@kindex maint print cooked-registers
617073a9 38551@kindex maint print register-groups
c21236dc 38552@kindex maint print remote-registers
09d4efe1
EZ
38553@item maint print registers @r{[}@var{file}@r{]}
38554@itemx maint print raw-registers @r{[}@var{file}@r{]}
38555@itemx maint print cooked-registers @r{[}@var{file}@r{]}
38556@itemx maint print register-groups @r{[}@var{file}@r{]}
c21236dc 38557@itemx maint print remote-registers @r{[}@var{file}@r{]}
0680b120
AC
38558Print @value{GDBN}'s internal register data structures.
38559
617073a9 38560The command @code{maint print raw-registers} includes the contents of
c21236dc
PA
38561the raw register cache; the command @code{maint print
38562cooked-registers} includes the (cooked) value of all registers,
38563including registers which aren't available on the target nor visible
38564to user; the command @code{maint print register-groups} includes the
38565groups that each register is a member of; and the command @code{maint
38566print remote-registers} includes the remote target's register numbers
0a7cfe2c 38567and offsets in the `G' packets.
0680b120 38568
09d4efe1
EZ
38569These commands take an optional parameter, a file name to which to
38570write the information.
0680b120 38571
617073a9 38572@kindex maint print reggroups
09d4efe1
EZ
38573@item maint print reggroups @r{[}@var{file}@r{]}
38574Print @value{GDBN}'s internal register group data structures. The
38575optional argument @var{file} tells to what file to write the
38576information.
617073a9 38577
09d4efe1 38578The register groups info looks like this:
617073a9
AC
38579
38580@smallexample
f7dc1244 38581(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
38582 Group Type
38583 general user
38584 float user
38585 all user
38586 vector user
38587 system user
38588 save internal
38589 restore internal
617073a9
AC
38590@end smallexample
38591
09d4efe1
EZ
38592@kindex flushregs
38593@item flushregs
38594This command forces @value{GDBN} to flush its internal register cache.
38595
38596@kindex maint print objfiles
38597@cindex info for known object files
52e260a3
DE
38598@item maint print objfiles @r{[}@var{regexp}@r{]}
38599Print a dump of all known object files.
38600If @var{regexp} is specified, only print object files whose names
38601match @var{regexp}. For each object file, this command prints its name,
38602address in memory, and all of its psymtabs and symtabs.
09d4efe1 38603
f5b95c01
AA
38604@kindex maint print user-registers
38605@cindex user registers
38606@item maint print user-registers
38607List all currently available @dfn{user registers}. User registers
38608typically provide alternate names for actual hardware registers. They
38609include the four ``standard'' registers @code{$fp}, @code{$pc},
38610@code{$sp}, and @code{$ps}. @xref{standard registers}. User
38611registers can be used in expressions in the same way as the canonical
38612register names, but only the latter are listed by the @code{info
38613registers} and @code{maint print registers} commands.
38614
8a1ea21f
DE
38615@kindex maint print section-scripts
38616@cindex info for known .debug_gdb_scripts-loaded scripts
38617@item maint print section-scripts [@var{regexp}]
38618Print a dump of scripts specified in the @code{.debug_gdb_section} section.
38619If @var{regexp} is specified, only print scripts loaded by object files
38620matching @var{regexp}.
38621For each script, this command prints its name as specified in the objfile,
38622and the full path if known.
8e0583c8 38623@xref{dotdebug_gdb_scripts section}.
8a1ea21f 38624
09d4efe1
EZ
38625@kindex maint print statistics
38626@cindex bcache statistics
38627@item maint print statistics
38628This command prints, for each object file in the program, various data
38629about that object file followed by the byte cache (@dfn{bcache})
38630statistics for the object file. The objfile data includes the number
d3e8051b 38631of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
38632defined by the objfile, the number of as yet unexpanded psym tables,
38633the number of line tables and string tables, and the amount of memory
38634used by the various tables. The bcache statistics include the counts,
38635sizes, and counts of duplicates of all and unique objects, max,
38636average, and median entry size, total memory used and its overhead and
38637savings, and various measures of the hash table size and chain
38638lengths.
38639
c7ba131e
JB
38640@kindex maint print target-stack
38641@cindex target stack description
38642@item maint print target-stack
38643A @dfn{target} is an interface between the debugger and a particular
38644kind of file or process. Targets can be stacked in @dfn{strata},
38645so that more than one target can potentially respond to a request.
38646In particular, memory accesses will walk down the stack of targets
38647until they find a target that is interested in handling that particular
38648address.
38649
38650This command prints a short description of each layer that was pushed on
38651the @dfn{target stack}, starting from the top layer down to the bottom one.
38652
09d4efe1
EZ
38653@kindex maint print type
38654@cindex type chain of a data type
38655@item maint print type @var{expr}
38656Print the type chain for a type specified by @var{expr}. The argument
38657can be either a type name or a symbol. If it is a symbol, the type of
38658that symbol is described. The type chain produced by this command is
38659a recursive definition of the data type as stored in @value{GDBN}'s
38660data structures, including its flags and contained types.
38661
dcd1f979
TT
38662@kindex maint selftest
38663@cindex self tests
1526853e 38664@item maint selftest @r{[}@var{filter}@r{]}
dcd1f979
TT
38665Run any self tests that were compiled in to @value{GDBN}. This will
38666print a message showing how many tests were run, and how many failed.
1526853e
SM
38667If a @var{filter} is passed, only the tests with @var{filter} in their
38668name will by ran.
38669
3c2fcaf9 38670@kindex maint info selftests
1526853e
SM
38671@cindex self tests
38672@item maint info selftests
38673List the selftests compiled in to @value{GDBN}.
dcd1f979 38674
b4f54984
DE
38675@kindex maint set dwarf always-disassemble
38676@kindex maint show dwarf always-disassemble
38677@item maint set dwarf always-disassemble
38678@item maint show dwarf always-disassemble
9eae7c52
TT
38679Control the behavior of @code{info address} when using DWARF debugging
38680information.
38681
38682The default is @code{off}, which means that @value{GDBN} should try to
38683describe a variable's location in an easily readable format. When
38684@code{on}, @value{GDBN} will instead display the DWARF location
38685expression in an assembly-like format. Note that some locations are
38686too complex for @value{GDBN} to describe simply; in this case you will
38687always see the disassembly form.
38688
38689Here is an example of the resulting disassembly:
38690
38691@smallexample
38692(gdb) info addr argc
38693Symbol "argc" is a complex DWARF expression:
38694 1: DW_OP_fbreg 0
38695@end smallexample
38696
38697For more information on these expressions, see
38698@uref{http://www.dwarfstd.org/, the DWARF standard}.
38699
b4f54984
DE
38700@kindex maint set dwarf max-cache-age
38701@kindex maint show dwarf max-cache-age
38702@item maint set dwarf max-cache-age
38703@itemx maint show dwarf max-cache-age
38704Control the DWARF compilation unit cache.
09d4efe1 38705
b4f54984 38706@cindex DWARF compilation units cache
09d4efe1 38707In object files with inter-compilation-unit references, such as those
b4f54984 38708produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
09d4efe1
EZ
38709reader needs to frequently refer to previously read compilation units.
38710This setting controls how long a compilation unit will remain in the
38711cache if it is not referenced. A higher limit means that cached
38712compilation units will be stored in memory longer, and more total
38713memory will be used. Setting it to zero disables caching, which will
38714slow down @value{GDBN} startup, but reduce memory consumption.
38715
3c3bb058
AB
38716@kindex maint set dwarf unwinders
38717@kindex maint show dwarf unwinders
38718@item maint set dwarf unwinders
38719@itemx maint show dwarf unwinders
38720Control use of the DWARF frame unwinders.
38721
38722@cindex DWARF frame unwinders
38723Many targets that support DWARF debugging use @value{GDBN}'s DWARF
38724frame unwinders to build the backtrace. Many of these targets will
38725also have a second mechanism for building the backtrace for use in
38726cases where DWARF information is not available, this second mechanism
38727is often an analysis of a function's prologue.
38728
38729In order to extend testing coverage of the second level stack
38730unwinding mechanisms it is helpful to be able to disable the DWARF
38731stack unwinders, this can be done with this switch.
38732
38733In normal use of @value{GDBN} disabling the DWARF unwinders is not
38734advisable, there are cases that are better handled through DWARF than
38735prologue analysis, and the debug experience is likely to be better
38736with the DWARF frame unwinders enabled.
38737
38738If DWARF frame unwinders are not supported for a particular target
38739architecture, then enabling this flag does not cause them to be used.
22138db6
TT
38740
38741@kindex maint set worker-threads
38742@kindex maint show worker-threads
38743@item maint set worker-threads
38744@item maint show worker-threads
38745Control the number of worker threads that may be used by @value{GDBN}.
38746On capable hosts, @value{GDBN} may use multiple threads to speed up
38747certain CPU-intensive operations, such as demangling symbol names.
38748While the number of threads used by @value{GDBN} may vary, this
38749command can be used to set an upper bound on this number. The default
38750is @code{unlimited}, which lets @value{GDBN} choose a reasonable
38751number. Note that this only controls worker threads started by
38752@value{GDBN} itself; libraries used by @value{GDBN} may start threads
38753of their own.
38754
e7ba9c65
DJ
38755@kindex maint set profile
38756@kindex maint show profile
38757@cindex profiling GDB
38758@item maint set profile
38759@itemx maint show profile
38760Control profiling of @value{GDBN}.
38761
38762Profiling will be disabled until you use the @samp{maint set profile}
38763command to enable it. When you enable profiling, the system will begin
38764collecting timing and execution count data; when you disable profiling or
38765exit @value{GDBN}, the results will be written to a log file. Remember that
38766if you use profiling, @value{GDBN} will overwrite the profiling log file
38767(often called @file{gmon.out}). If you have a record of important profiling
38768data in a @file{gmon.out} file, be sure to move it to a safe location.
38769
38770Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 38771compiled with the @samp{-pg} compiler option.
e7ba9c65 38772
cbe54154
PA
38773@kindex maint set show-debug-regs
38774@kindex maint show show-debug-regs
eac35c4e 38775@cindex hardware debug registers
cbe54154
PA
38776@item maint set show-debug-regs
38777@itemx maint show show-debug-regs
eac35c4e 38778Control whether to show variables that mirror the hardware debug
6dd315ba 38779registers. Use @code{on} to enable, @code{off} to disable. If
3f94c067 38780enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
38781removes a hardware breakpoint or watchpoint, and when the inferior
38782triggers a hardware-assisted breakpoint or watchpoint.
38783
711e434b
PM
38784@kindex maint set show-all-tib
38785@kindex maint show show-all-tib
38786@item maint set show-all-tib
38787@itemx maint show show-all-tib
38788Control whether to show all non zero areas within a 1k block starting
38789at thread local base, when using the @samp{info w32 thread-information-block}
38790command.
38791
329ea579
PA
38792@kindex maint set target-async
38793@kindex maint show target-async
38794@item maint set target-async
38795@itemx maint show target-async
38796This controls whether @value{GDBN} targets operate in synchronous or
38797asynchronous mode (@pxref{Background Execution}). Normally the
38798default is asynchronous, if it is available; but this can be changed
38799to more easily debug problems occurring only in synchronous mode.
38800
fbea99ea
PA
38801@kindex maint set target-non-stop @var{mode} [on|off|auto]
38802@kindex maint show target-non-stop
38803@item maint set target-non-stop
38804@itemx maint show target-non-stop
38805
38806This controls whether @value{GDBN} targets always operate in non-stop
38807mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
38808Mode}). The default is @code{auto}, meaning non-stop mode is enabled
38809if supported by the target.
38810
38811@table @code
38812@item maint set target-non-stop auto
38813This is the default mode. @value{GDBN} controls the target in
38814non-stop mode if the target supports it.
38815
38816@item maint set target-non-stop on
38817@value{GDBN} controls the target in non-stop mode even if the target
38818does not indicate support.
38819
38820@item maint set target-non-stop off
38821@value{GDBN} does not control the target in non-stop mode even if the
38822target supports it.
38823@end table
38824
45e42163
TT
38825@kindex maint set tui-resize-message
38826@kindex maint show tui-resize-message
38827@item maint set tui-resize-message
38828@item maint show tui-resize-message
38829Control whether @value{GDBN} displays a message each time the terminal
38830is resized when in TUI mode. The default is @code{off}, which means
38831that @value{GDBN} is silent during resizes. When @code{on},
38832@value{GDBN} will display a message after a resize is completed; the
38833message will include a number indicating how many times the terminal
38834has been resized. This setting is intended for use by the test suite,
38835where it would otherwise be difficult to determine when a resize and
38836refresh has been completed.
38837
bd712aed
DE
38838@kindex maint set per-command
38839@kindex maint show per-command
38840@item maint set per-command
38841@itemx maint show per-command
38842@cindex resources used by commands
09d4efe1 38843
bd712aed
DE
38844@value{GDBN} can display the resources used by each command.
38845This is useful in debugging performance problems.
38846
38847@table @code
38848@item maint set per-command space [on|off]
38849@itemx maint show per-command space
38850Enable or disable the printing of the memory used by GDB for each command.
38851If enabled, @value{GDBN} will display how much memory each command
38852took, following the command's own output.
38853This can also be requested by invoking @value{GDBN} with the
38854@option{--statistics} command-line switch (@pxref{Mode Options}).
38855
38856@item maint set per-command time [on|off]
38857@itemx maint show per-command time
38858Enable or disable the printing of the execution time of @value{GDBN}
38859for each command.
38860If enabled, @value{GDBN} will display how much time it
09d4efe1 38861took to execute each command, following the command's own output.
0a1c4d10
DE
38862Both CPU time and wallclock time are printed.
38863Printing both is useful when trying to determine whether the cost is
bd712aed 38864CPU or, e.g., disk/network latency.
0a1c4d10
DE
38865Note that the CPU time printed is for @value{GDBN} only, it does not include
38866the execution time of the inferior because there's no mechanism currently
38867to compute how much time was spent by @value{GDBN} and how much time was
38868spent by the program been debugged.
09d4efe1
EZ
38869This can also be requested by invoking @value{GDBN} with the
38870@option{--statistics} command-line switch (@pxref{Mode Options}).
38871
bd712aed
DE
38872@item maint set per-command symtab [on|off]
38873@itemx maint show per-command symtab
38874Enable or disable the printing of basic symbol table statistics
38875for each command.
38876If enabled, @value{GDBN} will display the following information:
38877
215b9f98
EZ
38878@enumerate a
38879@item
38880number of symbol tables
38881@item
38882number of primary symbol tables
38883@item
38884number of blocks in the blockvector
38885@end enumerate
bd712aed
DE
38886@end table
38887
5045b3d7
GB
38888@kindex maint set check-libthread-db
38889@kindex maint show check-libthread-db
38890@item maint set check-libthread-db [on|off]
38891@itemx maint show check-libthread-db
38892Control whether @value{GDBN} should run integrity checks on inferior
38893specific thread debugging libraries as they are loaded. The default
38894is not to perform such checks. If any check fails @value{GDBN} will
38895unload the library and continue searching for a suitable candidate as
38896described in @ref{set libthread-db-search-path}. For more information
38897about the tests, see @ref{maint check libthread-db}.
38898
bd712aed
DE
38899@kindex maint space
38900@cindex memory used by commands
38901@item maint space @var{value}
38902An alias for @code{maint set per-command space}.
38903A non-zero value enables it, zero disables it.
38904
38905@kindex maint time
38906@cindex time of command execution
38907@item maint time @var{value}
38908An alias for @code{maint set per-command time}.
38909A non-zero value enables it, zero disables it.
38910
09d4efe1
EZ
38911@kindex maint translate-address
38912@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
38913Find the symbol stored at the location specified by the address
38914@var{addr} and an optional section name @var{section}. If found,
38915@value{GDBN} prints the name of the closest symbol and an offset from
38916the symbol's location to the specified address. This is similar to
38917the @code{info address} command (@pxref{Symbols}), except that this
38918command also allows to find symbols in other sections.
ae038cb0 38919
c14c28ba
PP
38920If section was not specified, the section in which the symbol was found
38921is also printed. For dynamically linked executables, the name of
38922executable or shared library containing the symbol is printed as well.
38923
3345721a
PA
38924@kindex maint test-options
38925@item maint test-options require-delimiter
38926@itemx maint test-options unknown-is-error
38927@itemx maint test-options unknown-is-operand
38928These commands are used by the testsuite to validate the command
38929options framework. The @code{require-delimiter} variant requires a
38930double-dash delimiter to indicate end of options. The
38931@code{unknown-is-error} and @code{unknown-is-operand} do not. The
38932@code{unknown-is-error} variant throws an error on unknown option,
38933while @code{unknown-is-operand} treats unknown options as the start of
38934the command's operands. When run, the commands output the result of
38935the processed options. When completed, the commands store the
38936internal result of completion in a variable exposed by the @code{maint
38937show test-options-completion-result} command.
38938
38939@kindex maint show test-options-completion-result
38940@item maint show test-options-completion-result
38941Shows the result of completing the @code{maint test-options}
38942subcommands. This is used by the testsuite to validate completion
38943support in the command options framework.
38944
c6ac8931
PA
38945@kindex maint set test-settings
38946@kindex maint show test-settings
38947@item maint set test-settings @var{kind}
38948@itemx maint show test-settings @var{kind}
dca0f6c0
PA
38949These are representative commands for each @var{kind} of setting type
38950@value{GDBN} supports. They are used by the testsuite for exercising
38951the settings infrastructure.
fdbc9870
PA
38952
38953@kindex maint with
38954@item maint with @var{setting} [@var{value}] [-- @var{command}]
38955Like the @code{with} command, but works with @code{maintenance set}
38956variables. This is used by the testsuite to exercise the @code{with}
38957command's infrastructure.
38958
8e04817f 38959@end table
c906108c 38960
9c16f35a
EZ
38961The following command is useful for non-interactive invocations of
38962@value{GDBN}, such as in the test suite.
38963
38964@table @code
38965@item set watchdog @var{nsec}
38966@kindex set watchdog
38967@cindex watchdog timer
38968@cindex timeout for commands
38969Set the maximum number of seconds @value{GDBN} will wait for the
38970target operation to finish. If this time expires, @value{GDBN}
38971reports and error and the command is aborted.
38972
38973@item show watchdog
38974Show the current setting of the target wait timeout.
38975@end table
c906108c 38976
e0ce93ac 38977@node Remote Protocol
8e04817f 38978@appendix @value{GDBN} Remote Serial Protocol
c906108c 38979
ee2d5c50
AC
38980@menu
38981* Overview::
38982* Packets::
38983* Stop Reply Packets::
38984* General Query Packets::
a1dcb23a 38985* Architecture-Specific Protocol Details::
9d29849a 38986* Tracepoint Packets::
a6b151f1 38987* Host I/O Packets::
9a6253be 38988* Interrupts::
8b23ecc4
SL
38989* Notification Packets::
38990* Remote Non-Stop::
a6f3e723 38991* Packet Acknowledgment::
ee2d5c50 38992* Examples::
79a6e687 38993* File-I/O Remote Protocol Extension::
cfa9d6d9 38994* Library List Format::
2268b414 38995* Library List Format for SVR4 Targets::
79a6e687 38996* Memory Map Format::
dc146f7c 38997* Thread List Format::
b3b9301e 38998* Traceframe Info Format::
2ae8c8e7 38999* Branch Trace Format::
f4abbc16 39000* Branch Trace Configuration Format::
ee2d5c50
AC
39001@end menu
39002
39003@node Overview
39004@section Overview
39005
8e04817f
AC
39006There may be occasions when you need to know something about the
39007protocol---for example, if there is only one serial port to your target
39008machine, you might want your program to do something special if it
39009recognizes a packet meant for @value{GDBN}.
c906108c 39010
d2c6833e 39011In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 39012transmitted and received data, respectively.
c906108c 39013
8e04817f
AC
39014@cindex protocol, @value{GDBN} remote serial
39015@cindex serial protocol, @value{GDBN} remote
39016@cindex remote serial protocol
8b23ecc4
SL
39017All @value{GDBN} commands and responses (other than acknowledgments
39018and notifications, see @ref{Notification Packets}) are sent as a
39019@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
39020@samp{$}, the actual @var{packet-data}, and the terminating character
39021@samp{#} followed by a two-digit @var{checksum}:
c906108c 39022
474c8240 39023@smallexample
8e04817f 39024@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 39025@end smallexample
8e04817f 39026@noindent
c906108c 39027
8e04817f
AC
39028@cindex checksum, for @value{GDBN} remote
39029@noindent
39030The two-digit @var{checksum} is computed as the modulo 256 sum of all
39031characters between the leading @samp{$} and the trailing @samp{#} (an
39032eight bit unsigned checksum).
c906108c 39033
8e04817f
AC
39034Implementors should note that prior to @value{GDBN} 5.0 the protocol
39035specification also included an optional two-digit @var{sequence-id}:
c906108c 39036
474c8240 39037@smallexample
8e04817f 39038@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 39039@end smallexample
c906108c 39040
8e04817f
AC
39041@cindex sequence-id, for @value{GDBN} remote
39042@noindent
39043That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
39044has never output @var{sequence-id}s. Stubs that handle packets added
39045since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 39046
8e04817f
AC
39047When either the host or the target machine receives a packet, the first
39048response expected is an acknowledgment: either @samp{+} (to indicate
39049the package was received correctly) or @samp{-} (to request
39050retransmission):
c906108c 39051
474c8240 39052@smallexample
d2c6833e
AC
39053-> @code{$}@var{packet-data}@code{#}@var{checksum}
39054<- @code{+}
474c8240 39055@end smallexample
8e04817f 39056@noindent
53a5351d 39057
a6f3e723
SL
39058The @samp{+}/@samp{-} acknowledgments can be disabled
39059once a connection is established.
39060@xref{Packet Acknowledgment}, for details.
39061
8e04817f
AC
39062The host (@value{GDBN}) sends @var{command}s, and the target (the
39063debugging stub incorporated in your program) sends a @var{response}. In
39064the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
39065when the operation has completed, and the target has again stopped all
39066threads in all attached processes. This is the default all-stop mode
39067behavior, but the remote protocol also supports @value{GDBN}'s non-stop
39068execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 39069
8e04817f
AC
39070@var{packet-data} consists of a sequence of characters with the
39071exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
39072exceptions).
c906108c 39073
ee2d5c50 39074@cindex remote protocol, field separator
0876f84a 39075Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 39076@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 39077@sc{hex} with leading zeros suppressed.
c906108c 39078
8e04817f
AC
39079Implementors should note that prior to @value{GDBN} 5.0, the character
39080@samp{:} could not appear as the third character in a packet (as it
39081would potentially conflict with the @var{sequence-id}).
c906108c 39082
0876f84a
DJ
39083@cindex remote protocol, binary data
39084@anchor{Binary Data}
39085Binary data in most packets is encoded either as two hexadecimal
39086digits per byte of binary data. This allowed the traditional remote
39087protocol to work over connections which were only seven-bit clean.
39088Some packets designed more recently assume an eight-bit clean
39089connection, and use a more efficient encoding to send and receive
39090binary data.
39091
39092The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
39093as an escape character. Any escaped byte is transmitted as the escape
39094character followed by the original character XORed with @code{0x20}.
39095For example, the byte @code{0x7d} would be transmitted as the two
39096bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
39097@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
39098@samp{@}}) must always be escaped. Responses sent by the stub
39099must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
39100is not interpreted as the start of a run-length encoded sequence
39101(described next).
39102
1d3811f6
DJ
39103Response @var{data} can be run-length encoded to save space.
39104Run-length encoding replaces runs of identical characters with one
39105instance of the repeated character, followed by a @samp{*} and a
39106repeat count. The repeat count is itself sent encoded, to avoid
39107binary characters in @var{data}: a value of @var{n} is sent as
39108@code{@var{n}+29}. For a repeat count greater or equal to 3, this
39109produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
39110code 32) for a repeat count of 3. (This is because run-length
39111encoding starts to win for counts 3 or more.) Thus, for example,
39112@samp{0* } is a run-length encoding of ``0000'': the space character
39113after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
391143}} more times.
39115
39116The printable characters @samp{#} and @samp{$} or with a numeric value
39117greater than 126 must not be used. Runs of six repeats (@samp{#}) or
39118seven repeats (@samp{$}) can be expanded using a repeat count of only
39119five (@samp{"}). For example, @samp{00000000} can be encoded as
39120@samp{0*"00}.
c906108c 39121
8e04817f
AC
39122The error response returned for some packets includes a two character
39123error number. That number is not well defined.
c906108c 39124
f8da2bff 39125@cindex empty response, for unsupported packets
8e04817f
AC
39126For any @var{command} not supported by the stub, an empty response
39127(@samp{$#00}) should be returned. That way it is possible to extend the
39128protocol. A newer @value{GDBN} can tell if a packet is supported based
39129on that response.
c906108c 39130
393eab54
PA
39131At a minimum, a stub is required to support the @samp{g} and @samp{G}
39132commands for register access, and the @samp{m} and @samp{M} commands
39133for memory access. Stubs that only control single-threaded targets
39134can implement run control with the @samp{c} (continue), and @samp{s}
39135(step) commands. Stubs that support multi-threading targets should
39136support the @samp{vCont} command. All other commands are optional.
c906108c 39137
ee2d5c50
AC
39138@node Packets
39139@section Packets
39140
39141The following table provides a complete list of all currently defined
39142@var{command}s and their corresponding response @var{data}.
79a6e687 39143@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 39144I/O extension of the remote protocol.
ee2d5c50 39145
b8ff78ce
JB
39146Each packet's description has a template showing the packet's overall
39147syntax, followed by an explanation of the packet's meaning. We
39148include spaces in some of the templates for clarity; these are not
39149part of the packet's syntax. No @value{GDBN} packet uses spaces to
39150separate its components. For example, a template like @samp{foo
39151@var{bar} @var{baz}} describes a packet beginning with the three ASCII
39152bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 39153@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
39154@samp{foo} and the @var{bar}, or between the @var{bar} and the
39155@var{baz}.
39156
b90a069a
SL
39157@cindex @var{thread-id}, in remote protocol
39158@anchor{thread-id syntax}
39159Several packets and replies include a @var{thread-id} field to identify
39160a thread. Normally these are positive numbers with a target-specific
39161interpretation, formatted as big-endian hex strings. A @var{thread-id}
39162can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
39163pick any thread.
39164
39165In addition, the remote protocol supports a multiprocess feature in
39166which the @var{thread-id} syntax is extended to optionally include both
39167process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
39168The @var{pid} (process) and @var{tid} (thread) components each have the
39169format described above: a positive number with target-specific
39170interpretation formatted as a big-endian hex string, literal @samp{-1}
39171to indicate all processes or threads (respectively), or @samp{0} to
39172indicate an arbitrary process or thread. Specifying just a process, as
39173@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
39174error to specify all processes but a specific thread, such as
39175@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
39176for those packets and replies explicitly documented to include a process
39177ID, rather than a @var{thread-id}.
39178
39179The multiprocess @var{thread-id} syntax extensions are only used if both
39180@value{GDBN} and the stub report support for the @samp{multiprocess}
39181feature using @samp{qSupported}. @xref{multiprocess extensions}, for
39182more information.
39183
8ffe2530
JB
39184Note that all packet forms beginning with an upper- or lower-case
39185letter, other than those described here, are reserved for future use.
39186
b8ff78ce 39187Here are the packet descriptions.
ee2d5c50 39188
b8ff78ce 39189@table @samp
ee2d5c50 39190
b8ff78ce
JB
39191@item !
39192@cindex @samp{!} packet
2d717e4f 39193@anchor{extended mode}
8e04817f
AC
39194Enable extended mode. In extended mode, the remote server is made
39195persistent. The @samp{R} packet is used to restart the program being
39196debugged.
ee2d5c50
AC
39197
39198Reply:
39199@table @samp
39200@item OK
8e04817f 39201The remote target both supports and has enabled extended mode.
ee2d5c50 39202@end table
c906108c 39203
b8ff78ce
JB
39204@item ?
39205@cindex @samp{?} packet
36cb1214 39206@anchor{? packet}
ee2d5c50 39207Indicate the reason the target halted. The reply is the same as for
8b23ecc4
SL
39208step and continue. This packet has a special interpretation when the
39209target is in non-stop mode; see @ref{Remote Non-Stop}.
c906108c 39210
ee2d5c50
AC
39211Reply:
39212@xref{Stop Reply Packets}, for the reply specifications.
39213
b8ff78ce
JB
39214@item A @var{arglen},@var{argnum},@var{arg},@dots{}
39215@cindex @samp{A} packet
39216Initialized @code{argv[]} array passed into program. @var{arglen}
39217specifies the number of bytes in the hex encoded byte stream
39218@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
39219
39220Reply:
39221@table @samp
39222@item OK
b8ff78ce
JB
39223The arguments were set.
39224@item E @var{NN}
39225An error occurred.
ee2d5c50
AC
39226@end table
39227
b8ff78ce
JB
39228@item b @var{baud}
39229@cindex @samp{b} packet
39230(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
39231Change the serial line speed to @var{baud}.
39232
39233JTC: @emph{When does the transport layer state change? When it's
39234received, or after the ACK is transmitted. In either case, there are
39235problems if the command or the acknowledgment packet is dropped.}
39236
39237Stan: @emph{If people really wanted to add something like this, and get
39238it working for the first time, they ought to modify ser-unix.c to send
39239some kind of out-of-band message to a specially-setup stub and have the
39240switch happen "in between" packets, so that from remote protocol's point
39241of view, nothing actually happened.}
39242
b8ff78ce
JB
39243@item B @var{addr},@var{mode}
39244@cindex @samp{B} packet
8e04817f 39245Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
39246breakpoint at @var{addr}.
39247
b8ff78ce 39248Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 39249(@pxref{insert breakpoint or watchpoint packet}).
c906108c 39250
bacec72f 39251@cindex @samp{bc} packet
0d772ac9
MS
39252@anchor{bc}
39253@item bc
bacec72f
MS
39254Backward continue. Execute the target system in reverse. No parameter.
39255@xref{Reverse Execution}, for more information.
39256
39257Reply:
39258@xref{Stop Reply Packets}, for the reply specifications.
39259
bacec72f 39260@cindex @samp{bs} packet
0d772ac9
MS
39261@anchor{bs}
39262@item bs
bacec72f
MS
39263Backward single step. Execute one instruction in reverse. No parameter.
39264@xref{Reverse Execution}, for more information.
39265
39266Reply:
39267@xref{Stop Reply Packets}, for the reply specifications.
39268
4f553f88 39269@item c @r{[}@var{addr}@r{]}
b8ff78ce 39270@cindex @samp{c} packet
697aa1b7
EZ
39271Continue at @var{addr}, which is the address to resume. If @var{addr}
39272is omitted, resume at current address.
c906108c 39273
393eab54
PA
39274This packet is deprecated for multi-threading support. @xref{vCont
39275packet}.
39276
ee2d5c50
AC
39277Reply:
39278@xref{Stop Reply Packets}, for the reply specifications.
39279
4f553f88 39280@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 39281@cindex @samp{C} packet
8e04817f 39282Continue with signal @var{sig} (hex signal number). If
b8ff78ce 39283@samp{;@var{addr}} is omitted, resume at same address.
c906108c 39284
393eab54
PA
39285This packet is deprecated for multi-threading support. @xref{vCont
39286packet}.
39287
ee2d5c50
AC
39288Reply:
39289@xref{Stop Reply Packets}, for the reply specifications.
c906108c 39290
b8ff78ce
JB
39291@item d
39292@cindex @samp{d} packet
ee2d5c50
AC
39293Toggle debug flag.
39294
b8ff78ce
JB
39295Don't use this packet; instead, define a general set packet
39296(@pxref{General Query Packets}).
ee2d5c50 39297
b8ff78ce 39298@item D
b90a069a 39299@itemx D;@var{pid}
b8ff78ce 39300@cindex @samp{D} packet
b90a069a
SL
39301The first form of the packet is used to detach @value{GDBN} from the
39302remote system. It is sent to the remote target
07f31aa6 39303before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 39304
b90a069a
SL
39305The second form, including a process ID, is used when multiprocess
39306protocol extensions are enabled (@pxref{multiprocess extensions}), to
39307detach only a specific process. The @var{pid} is specified as a
39308big-endian hex string.
39309
ee2d5c50
AC
39310Reply:
39311@table @samp
10fac096
NW
39312@item OK
39313for success
b8ff78ce 39314@item E @var{NN}
10fac096 39315for an error
ee2d5c50 39316@end table
c906108c 39317
b8ff78ce
JB
39318@item F @var{RC},@var{EE},@var{CF};@var{XX}
39319@cindex @samp{F} packet
39320A reply from @value{GDBN} to an @samp{F} packet sent by the target.
39321This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 39322Remote Protocol Extension}, for the specification.
ee2d5c50 39323
b8ff78ce 39324@item g
ee2d5c50 39325@anchor{read registers packet}
b8ff78ce 39326@cindex @samp{g} packet
ee2d5c50
AC
39327Read general registers.
39328
39329Reply:
39330@table @samp
39331@item @var{XX@dots{}}
8e04817f
AC
39332Each byte of register data is described by two hex digits. The bytes
39333with the register are transmitted in target byte order. The size of
b8ff78ce 39334each register and their position within the @samp{g} packet are
4a9bb1df 39335determined by the @value{GDBN} internal gdbarch functions
4435e1cc 39336@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
ad196637
PA
39337
39338When reading registers from a trace frame (@pxref{Analyze Collected
39339Data,,Using the Collected Data}), the stub may also return a string of
39340literal @samp{x}'s in place of the register data digits, to indicate
39341that the corresponding register has not been collected, thus its value
39342is unavailable. For example, for an architecture with 4 registers of
393434 bytes each, the following reply indicates to @value{GDBN} that
39344registers 0 and 2 have not been collected, while registers 1 and 3
39345have been collected, and both have zero value:
39346
39347@smallexample
39348-> @code{g}
39349<- @code{xxxxxxxx00000000xxxxxxxx00000000}
39350@end smallexample
39351
b8ff78ce 39352@item E @var{NN}
ee2d5c50
AC
39353for an error.
39354@end table
c906108c 39355
b8ff78ce
JB
39356@item G @var{XX@dots{}}
39357@cindex @samp{G} packet
39358Write general registers. @xref{read registers packet}, for a
39359description of the @var{XX@dots{}} data.
ee2d5c50
AC
39360
39361Reply:
39362@table @samp
39363@item OK
39364for success
b8ff78ce 39365@item E @var{NN}
ee2d5c50
AC
39366for an error
39367@end table
39368
393eab54 39369@item H @var{op} @var{thread-id}
b8ff78ce 39370@cindex @samp{H} packet
8e04817f 39371Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
697aa1b7
EZ
39372@samp{G}, et.al.). Depending on the operation to be performed, @var{op}
39373should be @samp{c} for step and continue operations (note that this
393eab54 39374is deprecated, supporting the @samp{vCont} command is a better
697aa1b7 39375option), and @samp{g} for other operations. The thread designator
393eab54
PA
39376@var{thread-id} has the format and interpretation described in
39377@ref{thread-id syntax}.
ee2d5c50
AC
39378
39379Reply:
39380@table @samp
39381@item OK
39382for success
b8ff78ce 39383@item E @var{NN}
ee2d5c50
AC
39384for an error
39385@end table
c906108c 39386
8e04817f
AC
39387@c FIXME: JTC:
39388@c 'H': How restrictive (or permissive) is the thread model. If a
39389@c thread is selected and stopped, are other threads allowed
39390@c to continue to execute? As I mentioned above, I think the
39391@c semantics of each command when a thread is selected must be
39392@c described. For example:
39393@c
39394@c 'g': If the stub supports threads and a specific thread is
39395@c selected, returns the register block from that thread;
39396@c otherwise returns current registers.
39397@c
39398@c 'G' If the stub supports threads and a specific thread is
39399@c selected, sets the registers of the register block of
39400@c that thread; otherwise sets current registers.
c906108c 39401
b8ff78ce 39402@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 39403@anchor{cycle step packet}
b8ff78ce
JB
39404@cindex @samp{i} packet
39405Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
39406present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
39407step starting at that address.
c906108c 39408
b8ff78ce
JB
39409@item I
39410@cindex @samp{I} packet
39411Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
39412step packet}.
ee2d5c50 39413
b8ff78ce
JB
39414@item k
39415@cindex @samp{k} packet
39416Kill request.
c906108c 39417
36cb1214
HZ
39418The exact effect of this packet is not specified.
39419
39420For a bare-metal target, it may power cycle or reset the target
39421system. For that reason, the @samp{k} packet has no reply.
39422
39423For a single-process target, it may kill that process if possible.
39424
39425A multiple-process target may choose to kill just one process, or all
39426that are under @value{GDBN}'s control. For more precise control, use
39427the vKill packet (@pxref{vKill packet}).
39428
39429If the target system immediately closes the connection in response to
39430@samp{k}, @value{GDBN} does not consider the lack of packet
39431acknowledgment to be an error, and assumes the kill was successful.
39432
39433If connected using @kbd{target extended-remote}, and the target does
39434not close the connection in response to a kill request, @value{GDBN}
39435probes the target state as if a new connection was opened
39436(@pxref{? packet}).
c906108c 39437
b8ff78ce
JB
39438@item m @var{addr},@var{length}
39439@cindex @samp{m} packet
a86c90e6
SM
39440Read @var{length} addressable memory units starting at address @var{addr}
39441(@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
39442any particular boundary.
fb031cdf
JB
39443
39444The stub need not use any particular size or alignment when gathering
39445data from memory for the response; even if @var{addr} is word-aligned
39446and @var{length} is a multiple of the word size, the stub is free to
39447use byte accesses, or not. For this reason, this packet may not be
39448suitable for accessing memory-mapped I/O devices.
c43c5473
JB
39449@cindex alignment of remote memory accesses
39450@cindex size of remote memory accesses
39451@cindex memory, alignment and size of remote accesses
c906108c 39452
ee2d5c50
AC
39453Reply:
39454@table @samp
39455@item @var{XX@dots{}}
a86c90e6
SM
39456Memory contents; each byte is transmitted as a two-digit hexadecimal number.
39457The reply may contain fewer addressable memory units than requested if the
b8ff78ce
JB
39458server was able to read only part of the region of memory.
39459@item E @var{NN}
ee2d5c50
AC
39460@var{NN} is errno
39461@end table
39462
b8ff78ce
JB
39463@item M @var{addr},@var{length}:@var{XX@dots{}}
39464@cindex @samp{M} packet
a86c90e6
SM
39465Write @var{length} addressable memory units starting at address @var{addr}
39466(@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
39467byte is transmitted as a two-digit hexadecimal number.
ee2d5c50
AC
39468
39469Reply:
39470@table @samp
39471@item OK
39472for success
b8ff78ce 39473@item E @var{NN}
8e04817f
AC
39474for an error (this includes the case where only part of the data was
39475written).
ee2d5c50 39476@end table
c906108c 39477
b8ff78ce
JB
39478@item p @var{n}
39479@cindex @samp{p} packet
39480Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
39481@xref{read registers packet}, for a description of how the returned
39482register value is encoded.
ee2d5c50
AC
39483
39484Reply:
39485@table @samp
2e868123
AC
39486@item @var{XX@dots{}}
39487the register's value
b8ff78ce 39488@item E @var{NN}
2e868123 39489for an error
d57350ea 39490@item @w{}
2e868123 39491Indicating an unrecognized @var{query}.
ee2d5c50
AC
39492@end table
39493
b8ff78ce 39494@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 39495@anchor{write register packet}
b8ff78ce
JB
39496@cindex @samp{P} packet
39497Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 39498number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 39499digits for each byte in the register (target byte order).
c906108c 39500
ee2d5c50
AC
39501Reply:
39502@table @samp
39503@item OK
39504for success
b8ff78ce 39505@item E @var{NN}
ee2d5c50
AC
39506for an error
39507@end table
39508
5f3bebba
JB
39509@item q @var{name} @var{params}@dots{}
39510@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 39511@cindex @samp{q} packet
b8ff78ce 39512@cindex @samp{Q} packet
5f3bebba
JB
39513General query (@samp{q}) and set (@samp{Q}). These packets are
39514described fully in @ref{General Query Packets}.
c906108c 39515
b8ff78ce
JB
39516@item r
39517@cindex @samp{r} packet
8e04817f 39518Reset the entire system.
c906108c 39519
b8ff78ce 39520Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 39521
b8ff78ce
JB
39522@item R @var{XX}
39523@cindex @samp{R} packet
697aa1b7 39524Restart the program being debugged. The @var{XX}, while needed, is ignored.
2d717e4f 39525This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 39526
8e04817f 39527The @samp{R} packet has no reply.
ee2d5c50 39528
4f553f88 39529@item s @r{[}@var{addr}@r{]}
b8ff78ce 39530@cindex @samp{s} packet
697aa1b7 39531Single step, resuming at @var{addr}. If
b8ff78ce 39532@var{addr} is omitted, resume at same address.
c906108c 39533
393eab54
PA
39534This packet is deprecated for multi-threading support. @xref{vCont
39535packet}.
39536
ee2d5c50
AC
39537Reply:
39538@xref{Stop Reply Packets}, for the reply specifications.
39539
4f553f88 39540@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 39541@anchor{step with signal packet}
b8ff78ce
JB
39542@cindex @samp{S} packet
39543Step with signal. This is analogous to the @samp{C} packet, but
39544requests a single-step, rather than a normal resumption of execution.
c906108c 39545
393eab54
PA
39546This packet is deprecated for multi-threading support. @xref{vCont
39547packet}.
39548
ee2d5c50
AC
39549Reply:
39550@xref{Stop Reply Packets}, for the reply specifications.
39551
b8ff78ce
JB
39552@item t @var{addr}:@var{PP},@var{MM}
39553@cindex @samp{t} packet
8e04817f 39554Search backwards starting at address @var{addr} for a match with pattern
697aa1b7
EZ
39555@var{PP} and mask @var{MM}, both of which are are 4 byte long.
39556There must be at least 3 digits in @var{addr}.
c906108c 39557
b90a069a 39558@item T @var{thread-id}
b8ff78ce 39559@cindex @samp{T} packet
b90a069a 39560Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 39561
ee2d5c50
AC
39562Reply:
39563@table @samp
39564@item OK
39565thread is still alive
b8ff78ce 39566@item E @var{NN}
ee2d5c50
AC
39567thread is dead
39568@end table
39569
b8ff78ce
JB
39570@item v
39571Packets starting with @samp{v} are identified by a multi-letter name,
39572up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 39573
2d717e4f
DJ
39574@item vAttach;@var{pid}
39575@cindex @samp{vAttach} packet
8b23ecc4
SL
39576Attach to a new process with the specified process ID @var{pid}.
39577The process ID is a
39578hexadecimal integer identifying the process. In all-stop mode, all
39579threads in the attached process are stopped; in non-stop mode, it may be
39580attached without being stopped if that is supported by the target.
39581
39582@c In non-stop mode, on a successful vAttach, the stub should set the
39583@c current thread to a thread of the newly-attached process. After
39584@c attaching, GDB queries for the attached process's thread ID with qC.
39585@c Also note that, from a user perspective, whether or not the
39586@c target is stopped on attach in non-stop mode depends on whether you
39587@c use the foreground or background version of the attach command, not
39588@c on what vAttach does; GDB does the right thing with respect to either
39589@c stopping or restarting threads.
2d717e4f
DJ
39590
39591This packet is only available in extended mode (@pxref{extended mode}).
39592
39593Reply:
39594@table @samp
39595@item E @var{nn}
39596for an error
39597@item @r{Any stop packet}
8b23ecc4
SL
39598for success in all-stop mode (@pxref{Stop Reply Packets})
39599@item OK
39600for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
39601@end table
39602
b90a069a 39603@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce 39604@cindex @samp{vCont} packet
393eab54 39605@anchor{vCont packet}
b8ff78ce 39606Resume the inferior, specifying different actions for each thread.
ca6eff59
PA
39607
39608For each inferior thread, the leftmost action with a matching
39609@var{thread-id} is applied. Threads that don't match any action
39610remain in their current state. Thread IDs are specified using the
39611syntax described in @ref{thread-id syntax}. If multiprocess
39612extensions (@pxref{multiprocess extensions}) are supported, actions
39613can be specified to match all threads in a process by using the
39614@samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
39402e6c
PA
39615@var{thread-id} matches all threads. Specifying no actions is an
39616error.
b90a069a
SL
39617
39618Currently supported actions are:
86d30acc 39619
b8ff78ce 39620@table @samp
86d30acc
DJ
39621@item c
39622Continue.
b8ff78ce 39623@item C @var{sig}
8b23ecc4 39624Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
39625@item s
39626Step.
b8ff78ce 39627@item S @var{sig}
8b23ecc4
SL
39628Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
39629@item t
39630Stop.
c1e36e3e
PA
39631@item r @var{start},@var{end}
39632Step once, and then keep stepping as long as the thread stops at
39633addresses between @var{start} (inclusive) and @var{end} (exclusive).
39634The remote stub reports a stop reply when either the thread goes out
39635of the range or is stopped due to an unrelated reason, such as hitting
39636a breakpoint. @xref{range stepping}.
39637
39638If the range is empty (@var{start} == @var{end}), then the action
39639becomes equivalent to the @samp{s} action. In other words,
39640single-step once, and report the stop (even if the stepped instruction
39641jumps to @var{start}).
39642
39643(A stop reply may be sent at any point even if the PC is still within
39644the stepping range; for example, it is valid to implement this packet
39645in a degenerate way as a single instruction step operation.)
39646
86d30acc
DJ
39647@end table
39648
8b23ecc4
SL
39649The optional argument @var{addr} normally associated with the
39650@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 39651not supported in @samp{vCont}.
86d30acc 39652
08a0efd0
PA
39653The @samp{t} action is only relevant in non-stop mode
39654(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
8b23ecc4
SL
39655A stop reply should be generated for any affected thread not already stopped.
39656When a thread is stopped by means of a @samp{t} action,
39657the corresponding stop reply should indicate that the thread has stopped with
39658signal @samp{0}, regardless of whether the target uses some other signal
39659as an implementation detail.
39660
ca6eff59
PA
39661The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
39662@samp{r} actions for threads that are already running. Conversely,
39663the server must ignore @samp{t} actions for threads that are already
39664stopped.
39665
39666@emph{Note:} In non-stop mode, a thread is considered running until
6b92c0d3 39667@value{GDBN} acknowledges an asynchronous stop notification for it with
ca6eff59
PA
39668the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
39669
4220b2f8 39670The stub must support @samp{vCont} if it reports support for
ca6eff59 39671multiprocess extensions (@pxref{multiprocess extensions}).
4220b2f8 39672
86d30acc
DJ
39673Reply:
39674@xref{Stop Reply Packets}, for the reply specifications.
39675
b8ff78ce
JB
39676@item vCont?
39677@cindex @samp{vCont?} packet
d3e8051b 39678Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
39679
39680Reply:
39681@table @samp
b8ff78ce
JB
39682@item vCont@r{[};@var{action}@dots{}@r{]}
39683The @samp{vCont} packet is supported. Each @var{action} is a supported
39684command in the @samp{vCont} packet.
d57350ea 39685@item @w{}
b8ff78ce 39686The @samp{vCont} packet is not supported.
86d30acc 39687@end table
ee2d5c50 39688
de979965
PA
39689@anchor{vCtrlC packet}
39690@item vCtrlC
39691@cindex @samp{vCtrlC} packet
39692Interrupt remote target as if a control-C was pressed on the remote
39693terminal. This is the equivalent to reacting to the @code{^C}
39694(@samp{\003}, the control-C character) character in all-stop mode
39695while the target is running, except this works in non-stop mode.
39696@xref{interrupting remote targets}, for more info on the all-stop
39697variant.
39698
39699Reply:
39700@table @samp
39701@item E @var{nn}
39702for an error
39703@item OK
39704for success
39705@end table
39706
a6b151f1
DJ
39707@item vFile:@var{operation}:@var{parameter}@dots{}
39708@cindex @samp{vFile} packet
39709Perform a file operation on the target system. For details,
39710see @ref{Host I/O Packets}.
39711
68437a39
DJ
39712@item vFlashErase:@var{addr},@var{length}
39713@cindex @samp{vFlashErase} packet
39714Direct the stub to erase @var{length} bytes of flash starting at
39715@var{addr}. The region may enclose any number of flash blocks, but
39716its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
39717flash block size appearing in the memory map (@pxref{Memory Map
39718Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
39719together, and sends a @samp{vFlashDone} request after each group; the
39720stub is allowed to delay erase operation until the @samp{vFlashDone}
39721packet is received.
39722
39723Reply:
39724@table @samp
39725@item OK
39726for success
39727@item E @var{NN}
39728for an error
39729@end table
39730
39731@item vFlashWrite:@var{addr}:@var{XX@dots{}}
39732@cindex @samp{vFlashWrite} packet
39733Direct the stub to write data to flash address @var{addr}. The data
39734is passed in binary form using the same encoding as for the @samp{X}
39735packet (@pxref{Binary Data}). The memory ranges specified by
39736@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
39737not overlap, and must appear in order of increasing addresses
39738(although @samp{vFlashErase} packets for higher addresses may already
39739have been received; the ordering is guaranteed only between
39740@samp{vFlashWrite} packets). If a packet writes to an address that was
39741neither erased by a preceding @samp{vFlashErase} packet nor by some other
39742target-specific method, the results are unpredictable.
39743
39744
39745Reply:
39746@table @samp
39747@item OK
39748for success
39749@item E.memtype
39750for vFlashWrite addressing non-flash memory
39751@item E @var{NN}
39752for an error
39753@end table
39754
39755@item vFlashDone
39756@cindex @samp{vFlashDone} packet
39757Indicate to the stub that flash programming operation is finished.
39758The stub is permitted to delay or batch the effects of a group of
39759@samp{vFlashErase} and @samp{vFlashWrite} packets until a
39760@samp{vFlashDone} packet is received. The contents of the affected
39761regions of flash memory are unpredictable until the @samp{vFlashDone}
39762request is completed.
39763
b90a069a
SL
39764@item vKill;@var{pid}
39765@cindex @samp{vKill} packet
36cb1214 39766@anchor{vKill packet}
697aa1b7 39767Kill the process with the specified process ID @var{pid}, which is a
b90a069a
SL
39768hexadecimal integer identifying the process. This packet is used in
39769preference to @samp{k} when multiprocess protocol extensions are
39770supported; see @ref{multiprocess extensions}.
39771
39772Reply:
39773@table @samp
39774@item E @var{nn}
39775for an error
39776@item OK
39777for success
39778@end table
39779
176efed1
AB
39780@item vMustReplyEmpty
39781@cindex @samp{vMustReplyEmpty} packet
39782The correct reply to an unknown @samp{v} packet is to return the empty
39783string, however, some older versions of @command{gdbserver} would
39784incorrectly return @samp{OK} for unknown @samp{v} packets.
39785
39786The @samp{vMustReplyEmpty} is used as a feature test to check how
39787@command{gdbserver} handles unknown packets, it is important that this
39788packet be handled in the same way as other unknown @samp{v} packets.
39789If this packet is handled differently to other unknown @samp{v}
6b92c0d3 39790packets then it is possible that @value{GDBN} may run into problems in
176efed1
AB
39791other areas, specifically around use of @samp{vFile:setfs:}.
39792
2d717e4f
DJ
39793@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
39794@cindex @samp{vRun} packet
39795Run the program @var{filename}, passing it each @var{argument} on its
39796command line. The file and arguments are hex-encoded strings. If
39797@var{filename} is an empty string, the stub may use a default program
39798(e.g.@: the last program run). The program is created in the stopped
9b562ab8 39799state.
2d717e4f 39800
8b23ecc4
SL
39801@c FIXME: What about non-stop mode?
39802
2d717e4f
DJ
39803This packet is only available in extended mode (@pxref{extended mode}).
39804
39805Reply:
39806@table @samp
39807@item E @var{nn}
39808for an error
39809@item @r{Any stop packet}
39810for success (@pxref{Stop Reply Packets})
39811@end table
39812
8b23ecc4 39813@item vStopped
8b23ecc4 39814@cindex @samp{vStopped} packet
8dbe8ece 39815@xref{Notification Packets}.
8b23ecc4 39816
b8ff78ce 39817@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 39818@anchor{X packet}
b8ff78ce
JB
39819@cindex @samp{X} packet
39820Write data to memory, where the data is transmitted in binary.
a86c90e6
SM
39821Memory is specified by its address @var{addr} and number of addressable memory
39822units @var{length} (@pxref{addressable memory unit});
0876f84a 39823@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 39824
ee2d5c50
AC
39825Reply:
39826@table @samp
39827@item OK
39828for success
b8ff78ce 39829@item E @var{NN}
ee2d5c50
AC
39830for an error
39831@end table
39832
a1dcb23a
DJ
39833@item z @var{type},@var{addr},@var{kind}
39834@itemx Z @var{type},@var{addr},@var{kind}
2f870471 39835@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
39836@cindex @samp{z} packet
39837@cindex @samp{Z} packets
39838Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
a1dcb23a 39839watchpoint starting at address @var{address} of kind @var{kind}.
ee2d5c50 39840
2f870471
AC
39841Each breakpoint and watchpoint packet @var{type} is documented
39842separately.
39843
512217c7
AC
39844@emph{Implementation notes: A remote target shall return an empty string
39845for an unrecognized breakpoint or watchpoint packet @var{type}. A
39846remote target shall support either both or neither of a given
b8ff78ce 39847@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
39848avoid potential problems with duplicate packets, the operations should
39849be implemented in an idempotent way.}
39850
a1dcb23a 39851@item z0,@var{addr},@var{kind}
d3ce09f5 39852@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
39853@cindex @samp{z0} packet
39854@cindex @samp{Z0} packet
4435e1cc 39855Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
a1dcb23a 39856@var{addr} of type @var{kind}.
2f870471 39857
4435e1cc 39858A software breakpoint is implemented by replacing the instruction at
2f870471 39859@var{addr} with a software breakpoint or trap instruction. The
4435e1cc
TT
39860@var{kind} is target-specific and typically indicates the size of the
39861breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
39862@sc{mips} can insert either a 2 or 4 byte breakpoint. Some
39863architectures have additional meanings for @var{kind}
39864(@pxref{Architecture-Specific Protocol Details}); if no
39865architecture-specific value is being used, it should be @samp{0}.
39866@var{kind} is hex-encoded. @var{cond_list} is an optional list of
39867conditional expressions in bytecode form that should be evaluated on
39868the target's side. These are the conditions that should be taken into
39869consideration when deciding if the breakpoint trigger should be
39870reported back to @value{GDBN}.
83364271 39871
f7e6eed5 39872See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
4435e1cc 39873for how to best report a software breakpoint event to @value{GDBN}.
f7e6eed5 39874
83364271
LM
39875The @var{cond_list} parameter is comprised of a series of expressions,
39876concatenated without separators. Each expression has the following form:
39877
39878@table @samp
39879
39880@item X @var{len},@var{expr}
39881@var{len} is the length of the bytecode expression and @var{expr} is the
39882actual conditional expression in bytecode form.
39883
39884@end table
39885
d3ce09f5
SS
39886The optional @var{cmd_list} parameter introduces commands that may be
39887run on the target, rather than being reported back to @value{GDBN}.
39888The parameter starts with a numeric flag @var{persist}; if the flag is
39889nonzero, then the breakpoint may remain active and the commands
39890continue to be run even when @value{GDBN} disconnects from the target.
39891Following this flag is a series of expressions concatenated with no
39892separators. Each expression has the following form:
39893
39894@table @samp
39895
39896@item X @var{len},@var{expr}
39897@var{len} is the length of the bytecode expression and @var{expr} is the
0968fbae 39898actual commands expression in bytecode form.
d3ce09f5
SS
39899
39900@end table
39901
2f870471 39902@emph{Implementation note: It is possible for a target to copy or move
4435e1cc 39903code that contains software breakpoints (e.g., when implementing
2f870471
AC
39904overlays). The behavior of this packet, in the presence of such a
39905target, is not defined.}
c906108c 39906
ee2d5c50
AC
39907Reply:
39908@table @samp
2f870471
AC
39909@item OK
39910success
d57350ea 39911@item @w{}
2f870471 39912not supported
b8ff78ce 39913@item E @var{NN}
ee2d5c50 39914for an error
2f870471
AC
39915@end table
39916
a1dcb23a 39917@item z1,@var{addr},@var{kind}
4435e1cc 39918@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
39919@cindex @samp{z1} packet
39920@cindex @samp{Z1} packet
39921Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
a1dcb23a 39922address @var{addr}.
2f870471
AC
39923
39924A hardware breakpoint is implemented using a mechanism that is not
4435e1cc
TT
39925dependent on being able to modify the target's memory. The
39926@var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
39927same meaning as in @samp{Z0} packets.
2f870471
AC
39928
39929@emph{Implementation note: A hardware breakpoint is not affected by code
39930movement.}
39931
39932Reply:
39933@table @samp
ee2d5c50 39934@item OK
2f870471 39935success
d57350ea 39936@item @w{}
2f870471 39937not supported
b8ff78ce 39938@item E @var{NN}
2f870471
AC
39939for an error
39940@end table
39941
a1dcb23a
DJ
39942@item z2,@var{addr},@var{kind}
39943@itemx Z2,@var{addr},@var{kind}
b8ff78ce
JB
39944@cindex @samp{z2} packet
39945@cindex @samp{Z2} packet
a1dcb23a 39946Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
697aa1b7 39947The number of bytes to watch is specified by @var{kind}.
2f870471
AC
39948
39949Reply:
39950@table @samp
39951@item OK
39952success
d57350ea 39953@item @w{}
2f870471 39954not supported
b8ff78ce 39955@item E @var{NN}
2f870471
AC
39956for an error
39957@end table
39958
a1dcb23a
DJ
39959@item z3,@var{addr},@var{kind}
39960@itemx Z3,@var{addr},@var{kind}
b8ff78ce
JB
39961@cindex @samp{z3} packet
39962@cindex @samp{Z3} packet
a1dcb23a 39963Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
697aa1b7 39964The number of bytes to watch is specified by @var{kind}.
2f870471
AC
39965
39966Reply:
39967@table @samp
39968@item OK
39969success
d57350ea 39970@item @w{}
2f870471 39971not supported
b8ff78ce 39972@item E @var{NN}
2f870471
AC
39973for an error
39974@end table
39975
a1dcb23a
DJ
39976@item z4,@var{addr},@var{kind}
39977@itemx Z4,@var{addr},@var{kind}
b8ff78ce
JB
39978@cindex @samp{z4} packet
39979@cindex @samp{Z4} packet
a1dcb23a 39980Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
697aa1b7 39981The number of bytes to watch is specified by @var{kind}.
2f870471
AC
39982
39983Reply:
39984@table @samp
39985@item OK
39986success
d57350ea 39987@item @w{}
2f870471 39988not supported
b8ff78ce 39989@item E @var{NN}
2f870471 39990for an error
ee2d5c50
AC
39991@end table
39992
39993@end table
c906108c 39994
ee2d5c50
AC
39995@node Stop Reply Packets
39996@section Stop Reply Packets
39997@cindex stop reply packets
c906108c 39998
8b23ecc4
SL
39999The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
40000@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
40001receive any of the below as a reply. Except for @samp{?}
40002and @samp{vStopped}, that reply is only returned
b8ff78ce 40003when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
40004number} is defined by the header @file{include/gdb/signals.h} in the
40005@value{GDBN} source code.
c906108c 40006
4435e1cc
TT
40007In non-stop mode, the server will simply reply @samp{OK} to commands
40008such as @samp{vCont}; any stop will be the subject of a future
40009notification. @xref{Remote Non-Stop}.
40010
b8ff78ce
JB
40011As in the description of request packets, we include spaces in the
40012reply templates for clarity; these are not part of the reply packet's
40013syntax. No @value{GDBN} stop reply packet uses spaces to separate its
40014components.
c906108c 40015
b8ff78ce 40016@table @samp
ee2d5c50 40017
b8ff78ce 40018@item S @var{AA}
599b237a 40019The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
40020number). This is equivalent to a @samp{T} response with no
40021@var{n}:@var{r} pairs.
c906108c 40022
b8ff78ce
JB
40023@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
40024@cindex @samp{T} packet reply
599b237a 40025The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
40026number). This is equivalent to an @samp{S} response, except that the
40027@samp{@var{n}:@var{r}} pairs can carry values of important registers
40028and other information directly in the stop reply packet, reducing
40029round-trip latency. Single-step and breakpoint traps are reported
40030this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
40031
40032@itemize @bullet
b8ff78ce 40033@item
599b237a 40034If @var{n} is a hexadecimal number, it is a register number, and the
697aa1b7 40035corresponding @var{r} gives that register's value. The data @var{r} is a
b8ff78ce
JB
40036series of bytes in target byte order, with each byte given by a
40037two-digit hex number.
cfa9d6d9 40038
b8ff78ce 40039@item
b90a069a
SL
40040If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
40041the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 40042
dc146f7c
VP
40043@item
40044If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
40045the core on which the stop event was detected.
40046
b8ff78ce 40047@item
cfa9d6d9
DJ
40048If @var{n} is a recognized @dfn{stop reason}, it describes a more
40049specific event that stopped the target. The currently defined stop
697aa1b7 40050reasons are listed below. The @var{aa} should be @samp{05}, the trap
cfa9d6d9
DJ
40051signal. At most one stop reason should be present.
40052
b8ff78ce
JB
40053@item
40054Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
40055and go on to the next; this allows us to extend the protocol in the
40056future.
cfa9d6d9
DJ
40057@end itemize
40058
40059The currently defined stop reasons are:
40060
40061@table @samp
40062@item watch
40063@itemx rwatch
40064@itemx awatch
40065The packet indicates a watchpoint hit, and @var{r} is the data address, in
40066hex.
40067
82075af2
JS
40068@item syscall_entry
40069@itemx syscall_return
40070The packet indicates a syscall entry or return, and @var{r} is the
40071syscall number, in hex.
40072
cfa9d6d9
DJ
40073@cindex shared library events, remote reply
40074@item library
40075The packet indicates that the loaded libraries have changed.
40076@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
697aa1b7 40077list of loaded libraries. The @var{r} part is ignored.
bacec72f
MS
40078
40079@cindex replay log events, remote reply
40080@item replaylog
40081The packet indicates that the target cannot continue replaying
40082logged execution events, because it has reached the end (or the
40083beginning when executing backward) of the log. The value of @var{r}
40084will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
40085for more information.
f7e6eed5
PA
40086
40087@item swbreak
40088@anchor{swbreak stop reason}
4435e1cc 40089The packet indicates a software breakpoint instruction was executed,
f7e6eed5
PA
40090irrespective of whether it was @value{GDBN} that planted the
40091breakpoint or the breakpoint is hardcoded in the program. The @var{r}
40092part must be left empty.
40093
40094On some architectures, such as x86, at the architecture level, when a
40095breakpoint instruction executes the program counter points at the
40096breakpoint address plus an offset. On such targets, the stub is
40097responsible for adjusting the PC to point back at the breakpoint
40098address.
40099
40100This packet should not be sent by default; older @value{GDBN} versions
40101did not support it. @value{GDBN} requests it, by supplying an
40102appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40103remote stub must also supply the appropriate @samp{qSupported} feature
40104indicating support.
40105
40106This packet is required for correct non-stop mode operation.
40107
40108@item hwbreak
40109The packet indicates the target stopped for a hardware breakpoint.
40110The @var{r} part must be left empty.
40111
40112The same remarks about @samp{qSupported} and non-stop mode above
40113apply.
0d71eef5
DB
40114
40115@cindex fork events, remote reply
40116@item fork
40117The packet indicates that @code{fork} was called, and @var{r}
40118is the thread ID of the new child process. Refer to
40119@ref{thread-id syntax} for the format of the @var{thread-id}
40120field. This packet is only applicable to targets that support
40121fork events.
40122
40123This packet should not be sent by default; older @value{GDBN} versions
40124did not support it. @value{GDBN} requests it, by supplying an
40125appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40126remote stub must also supply the appropriate @samp{qSupported} feature
40127indicating support.
40128
40129@cindex vfork events, remote reply
40130@item vfork
40131The packet indicates that @code{vfork} was called, and @var{r}
40132is the thread ID of the new child process. Refer to
40133@ref{thread-id syntax} for the format of the @var{thread-id}
40134field. This packet is only applicable to targets that support
40135vfork events.
40136
40137This packet should not be sent by default; older @value{GDBN} versions
40138did not support it. @value{GDBN} requests it, by supplying an
40139appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40140remote stub must also supply the appropriate @samp{qSupported} feature
40141indicating support.
40142
40143@cindex vforkdone events, remote reply
40144@item vforkdone
e68fa6f0
PA
40145The packet indicates that a child process created by a vfork
40146has either called @code{exec} or terminated, so that the
40147address spaces of the parent and child process are no longer
40148shared. The @var{r} part is ignored. This packet is only
40149applicable to targets that support vforkdone events.
0d71eef5
DB
40150
40151This packet should not be sent by default; older @value{GDBN} versions
40152did not support it. @value{GDBN} requests it, by supplying an
40153appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40154remote stub must also supply the appropriate @samp{qSupported} feature
40155indicating support.
40156
b459a59b
DB
40157@cindex exec events, remote reply
40158@item exec
40159The packet indicates that @code{execve} was called, and @var{r}
40160is the absolute pathname of the file that was executed, in hex.
40161This packet is only applicable to targets that support exec events.
40162
40163This packet should not be sent by default; older @value{GDBN} versions
40164did not support it. @value{GDBN} requests it, by supplying an
40165appropriate @samp{qSupported} feature (@pxref{qSupported}). The
40166remote stub must also supply the appropriate @samp{qSupported} feature
40167indicating support.
40168
65706a29
PA
40169@cindex thread create event, remote reply
40170@anchor{thread create event}
40171@item create
40172The packet indicates that the thread was just created. The new thread
40173is stopped until @value{GDBN} sets it running with a resumption packet
40174(@pxref{vCont packet}). This packet should not be sent by default;
40175@value{GDBN} requests it with the @ref{QThreadEvents} packet. See
4435e1cc
TT
40176also the @samp{w} (@pxref{thread exit event}) remote reply below. The
40177@var{r} part is ignored.
65706a29 40178
cfa9d6d9 40179@end table
ee2d5c50 40180
b8ff78ce 40181@item W @var{AA}
b90a069a 40182@itemx W @var{AA} ; process:@var{pid}
8e04817f 40183The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
40184applicable to certain targets.
40185
4435e1cc
TT
40186The second form of the response, including the process ID of the
40187exited process, can be used only when @value{GDBN} has reported
40188support for multiprocess protocol extensions; see @ref{multiprocess
40189extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40190hex strings.
b90a069a 40191
b8ff78ce 40192@item X @var{AA}
b90a069a 40193@itemx X @var{AA} ; process:@var{pid}
8e04817f 40194The process terminated with signal @var{AA}.
c906108c 40195
b90a069a
SL
40196The second form of the response, including the process ID of the
40197terminated process, can be used only when @value{GDBN} has reported
40198support for multiprocess protocol extensions; see @ref{multiprocess
4435e1cc
TT
40199extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
40200hex strings.
b90a069a 40201
65706a29
PA
40202@anchor{thread exit event}
40203@cindex thread exit event, remote reply
40204@item w @var{AA} ; @var{tid}
40205
40206The thread exited, and @var{AA} is the exit status. This response
40207should not be sent by default; @value{GDBN} requests it with the
40208@ref{QThreadEvents} packet. See also @ref{thread create event} above.
4435e1cc 40209@var{AA} is formatted as a big-endian hex string.
65706a29 40210
f2faf941
PA
40211@item N
40212There are no resumed threads left in the target. In other words, even
40213though the process is alive, the last resumed thread has exited. For
40214example, say the target process has two threads: thread 1 and thread
402152. The client leaves thread 1 stopped, and resumes thread 2, which
40216subsequently exits. At this point, even though the process is still
40217alive, and thus no @samp{W} stop reply is sent, no thread is actually
40218executing either. The @samp{N} stop reply thus informs the client
40219that it can stop waiting for stop replies. This packet should not be
40220sent by default; older @value{GDBN} versions did not support it.
40221@value{GDBN} requests it, by supplying an appropriate
40222@samp{qSupported} feature (@pxref{qSupported}). The remote stub must
40223also supply the appropriate @samp{qSupported} feature indicating
40224support.
40225
b8ff78ce
JB
40226@item O @var{XX}@dots{}
40227@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
40228written as the program's console output. This can happen at any time
40229while the program is running and the debugger should continue to wait
8b23ecc4 40230for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 40231
b8ff78ce 40232@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
40233@var{call-id} is the identifier which says which host system call should
40234be called. This is just the name of the function. Translation into the
40235correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 40236@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
40237system calls.
40238
b8ff78ce
JB
40239@samp{@var{parameter}@dots{}} is a list of parameters as defined for
40240this very system call.
0ce1b118 40241
b8ff78ce
JB
40242The target replies with this packet when it expects @value{GDBN} to
40243call a host system call on behalf of the target. @value{GDBN} replies
40244with an appropriate @samp{F} packet and keeps up waiting for the next
40245reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
40246or @samp{s} action is expected to be continued. @xref{File-I/O Remote
40247Protocol Extension}, for more details.
0ce1b118 40248
ee2d5c50
AC
40249@end table
40250
40251@node General Query Packets
40252@section General Query Packets
9c16f35a 40253@cindex remote query requests
c906108c 40254
5f3bebba
JB
40255Packets starting with @samp{q} are @dfn{general query packets};
40256packets starting with @samp{Q} are @dfn{general set packets}. General
40257query and set packets are a semi-unified form for retrieving and
40258sending information to and from the stub.
40259
40260The initial letter of a query or set packet is followed by a name
40261indicating what sort of thing the packet applies to. For example,
40262@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
40263definitions with the stub. These packet names follow some
40264conventions:
40265
40266@itemize @bullet
40267@item
40268The name must not contain commas, colons or semicolons.
40269@item
40270Most @value{GDBN} query and set packets have a leading upper case
40271letter.
40272@item
40273The names of custom vendor packets should use a company prefix, in
40274lower case, followed by a period. For example, packets designed at
40275the Acme Corporation might begin with @samp{qacme.foo} (for querying
40276foos) or @samp{Qacme.bar} (for setting bars).
40277@end itemize
40278
aa56d27a
JB
40279The name of a query or set packet should be separated from any
40280parameters by a @samp{:}; the parameters themselves should be
40281separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
40282full packet name, and check for a separator or the end of the packet,
40283in case two packet names share a common prefix. New packets should not begin
40284with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
40285packets predate these conventions, and have arguments without any terminator
40286for the packet name; we suspect they are in widespread use in places that
40287are difficult to upgrade. The @samp{qC} packet has no arguments, but some
40288existing stubs (e.g.@: RedBoot) are known to not check for the end of the
40289packet.}.
c906108c 40290
b8ff78ce
JB
40291Like the descriptions of the other packets, each description here
40292has a template showing the packet's overall syntax, followed by an
40293explanation of the packet's meaning. We include spaces in some of the
40294templates for clarity; these are not part of the packet's syntax. No
40295@value{GDBN} packet uses spaces to separate its components.
40296
5f3bebba
JB
40297Here are the currently defined query and set packets:
40298
b8ff78ce 40299@table @samp
c906108c 40300
d1feda86 40301@item QAgent:1
af4238e5 40302@itemx QAgent:0
d1feda86
YQ
40303Turn on or off the agent as a helper to perform some debugging operations
40304delegated from @value{GDBN} (@pxref{Control Agent}).
40305
d914c394
SS
40306@item QAllow:@var{op}:@var{val}@dots{}
40307@cindex @samp{QAllow} packet
40308Specify which operations @value{GDBN} expects to request of the
40309target, as a semicolon-separated list of operation name and value
40310pairs. Possible values for @var{op} include @samp{WriteReg},
40311@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
40312@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
40313indicating that @value{GDBN} will not request the operation, or 1,
40314indicating that it may. (The target can then use this to set up its
40315own internals optimally, for instance if the debugger never expects to
40316insert breakpoints, it may not need to install its own trap handler.)
40317
b8ff78ce 40318@item qC
9c16f35a 40319@cindex current thread, remote request
b8ff78ce 40320@cindex @samp{qC} packet
b90a069a 40321Return the current thread ID.
ee2d5c50
AC
40322
40323Reply:
40324@table @samp
b90a069a
SL
40325@item QC @var{thread-id}
40326Where @var{thread-id} is a thread ID as documented in
40327@ref{thread-id syntax}.
b8ff78ce 40328@item @r{(anything else)}
b90a069a 40329Any other reply implies the old thread ID.
ee2d5c50
AC
40330@end table
40331
b8ff78ce 40332@item qCRC:@var{addr},@var{length}
ff2587ec 40333@cindex CRC of memory block, remote request
b8ff78ce 40334@cindex @samp{qCRC} packet
936d2992 40335@anchor{qCRC packet}
99e008fe
EZ
40336Compute the CRC checksum of a block of memory using CRC-32 defined in
40337IEEE 802.3. The CRC is computed byte at a time, taking the most
40338significant bit of each byte first. The initial pattern code
40339@code{0xffffffff} is used to ensure leading zeros affect the CRC.
40340
40341@emph{Note:} This is the same CRC used in validating separate debug
40342files (@pxref{Separate Debug Files, , Debugging Information in Separate
40343Files}). However the algorithm is slightly different. When validating
40344separate debug files, the CRC is computed taking the @emph{least}
40345significant bit of each byte first, and the final result is inverted to
40346detect trailing zeros.
40347
ff2587ec
WZ
40348Reply:
40349@table @samp
b8ff78ce 40350@item E @var{NN}
ff2587ec 40351An error (such as memory fault)
b8ff78ce
JB
40352@item C @var{crc32}
40353The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
40354@end table
40355
03583c20
UW
40356@item QDisableRandomization:@var{value}
40357@cindex disable address space randomization, remote request
40358@cindex @samp{QDisableRandomization} packet
40359Some target operating systems will randomize the virtual address space
40360of the inferior process as a security feature, but provide a feature
40361to disable such randomization, e.g.@: to allow for a more deterministic
40362debugging experience. On such systems, this packet with a @var{value}
40363of 1 directs the target to disable address space randomization for
40364processes subsequently started via @samp{vRun} packets, while a packet
40365with a @var{value} of 0 tells the target to enable address space
40366randomization.
40367
40368This packet is only available in extended mode (@pxref{extended mode}).
40369
40370Reply:
40371@table @samp
40372@item OK
40373The request succeeded.
40374
40375@item E @var{nn}
697aa1b7 40376An error occurred. The error number @var{nn} is given as hex digits.
03583c20 40377
d57350ea 40378@item @w{}
03583c20
UW
40379An empty reply indicates that @samp{QDisableRandomization} is not supported
40380by the stub.
40381@end table
40382
40383This packet is not probed by default; the remote stub must request it,
40384by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40385This should only be done on targets that actually support disabling
40386address space randomization.
40387
aefd8b33
SDJ
40388@item QStartupWithShell:@var{value}
40389@cindex startup with shell, remote request
40390@cindex @samp{QStartupWithShell} packet
40391On UNIX-like targets, it is possible to start the inferior using a
40392shell program. This is the default behavior on both @value{GDBN} and
40393@command{gdbserver} (@pxref{set startup-with-shell}). This packet is
40394used to inform @command{gdbserver} whether it should start the
40395inferior using a shell or not.
40396
40397If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
40398to start the inferior. If @var{value} is @samp{1},
40399@command{gdbserver} will use a shell to start the inferior. All other
40400values are considered an error.
40401
40402This packet is only available in extended mode (@pxref{extended
40403mode}).
40404
40405Reply:
40406@table @samp
40407@item OK
40408The request succeeded.
40409
40410@item E @var{nn}
40411An error occurred. The error number @var{nn} is given as hex digits.
40412@end table
40413
40414This packet is not probed by default; the remote stub must request it,
40415by supplying an appropriate @samp{qSupported} response
40416(@pxref{qSupported}). This should only be done on targets that
40417actually support starting the inferior using a shell.
40418
40419Use of this packet is controlled by the @code{set startup-with-shell}
40420command; @pxref{set startup-with-shell}.
40421
0a2dde4a
SDJ
40422@item QEnvironmentHexEncoded:@var{hex-value}
40423@anchor{QEnvironmentHexEncoded}
40424@cindex set environment variable, remote request
40425@cindex @samp{QEnvironmentHexEncoded} packet
40426On UNIX-like targets, it is possible to set environment variables that
40427will be passed to the inferior during the startup process. This
40428packet is used to inform @command{gdbserver} of an environment
40429variable that has been defined by the user on @value{GDBN} (@pxref{set
40430environment}).
40431
40432The packet is composed by @var{hex-value}, an hex encoded
40433representation of the @var{name=value} format representing an
40434environment variable. The name of the environment variable is
40435represented by @var{name}, and the value to be assigned to the
40436environment variable is represented by @var{value}. If the variable
40437has no value (i.e., the value is @code{null}), then @var{value} will
40438not be present.
40439
40440This packet is only available in extended mode (@pxref{extended
40441mode}).
40442
40443Reply:
40444@table @samp
40445@item OK
40446The request succeeded.
40447@end table
40448
40449This packet is not probed by default; the remote stub must request it,
40450by supplying an appropriate @samp{qSupported} response
40451(@pxref{qSupported}). This should only be done on targets that
40452actually support passing environment variables to the starting
40453inferior.
40454
40455This packet is related to the @code{set environment} command;
40456@pxref{set environment}.
40457
40458@item QEnvironmentUnset:@var{hex-value}
40459@anchor{QEnvironmentUnset}
40460@cindex unset environment variable, remote request
40461@cindex @samp{QEnvironmentUnset} packet
40462On UNIX-like targets, it is possible to unset environment variables
40463before starting the inferior in the remote target. This packet is
40464used to inform @command{gdbserver} of an environment variable that has
40465been unset by the user on @value{GDBN} (@pxref{unset environment}).
40466
40467The packet is composed by @var{hex-value}, an hex encoded
40468representation of the name of the environment variable to be unset.
40469
40470This packet is only available in extended mode (@pxref{extended
40471mode}).
40472
40473Reply:
40474@table @samp
40475@item OK
40476The request succeeded.
40477@end table
40478
40479This packet is not probed by default; the remote stub must request it,
40480by supplying an appropriate @samp{qSupported} response
40481(@pxref{qSupported}). This should only be done on targets that
40482actually support passing environment variables to the starting
40483inferior.
40484
40485This packet is related to the @code{unset environment} command;
40486@pxref{unset environment}.
40487
40488@item QEnvironmentReset
40489@anchor{QEnvironmentReset}
40490@cindex reset environment, remote request
40491@cindex @samp{QEnvironmentReset} packet
40492On UNIX-like targets, this packet is used to reset the state of
40493environment variables in the remote target before starting the
40494inferior. In this context, reset means unsetting all environment
40495variables that were previously set by the user (i.e., were not
40496initially present in the environment). It is sent to
40497@command{gdbserver} before the @samp{QEnvironmentHexEncoded}
40498(@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
40499(@pxref{QEnvironmentUnset}) packets.
40500
40501This packet is only available in extended mode (@pxref{extended
40502mode}).
40503
40504Reply:
40505@table @samp
40506@item OK
40507The request succeeded.
40508@end table
40509
40510This packet is not probed by default; the remote stub must request it,
40511by supplying an appropriate @samp{qSupported} response
40512(@pxref{qSupported}). This should only be done on targets that
40513actually support passing environment variables to the starting
40514inferior.
40515
bc3b087d
SDJ
40516@item QSetWorkingDir:@r{[}@var{directory}@r{]}
40517@anchor{QSetWorkingDir packet}
40518@cindex set working directory, remote request
40519@cindex @samp{QSetWorkingDir} packet
40520This packet is used to inform the remote server of the intended
40521current working directory for programs that are going to be executed.
40522
40523The packet is composed by @var{directory}, an hex encoded
40524representation of the directory that the remote inferior will use as
40525its current working directory. If @var{directory} is an empty string,
40526the remote server should reset the inferior's current working
40527directory to its original, empty value.
40528
40529This packet is only available in extended mode (@pxref{extended
40530mode}).
40531
40532Reply:
40533@table @samp
40534@item OK
40535The request succeeded.
40536@end table
40537
b8ff78ce
JB
40538@item qfThreadInfo
40539@itemx qsThreadInfo
9c16f35a 40540@cindex list active threads, remote request
b8ff78ce
JB
40541@cindex @samp{qfThreadInfo} packet
40542@cindex @samp{qsThreadInfo} packet
b90a069a 40543Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
40544may be too many active threads to fit into one reply packet, this query
40545works iteratively: it may require more than one query/reply sequence to
40546obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
40547be the @samp{qfThreadInfo} query; subsequent queries in the
40548sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 40549
b8ff78ce 40550NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
40551
40552Reply:
40553@table @samp
b90a069a
SL
40554@item m @var{thread-id}
40555A single thread ID
40556@item m @var{thread-id},@var{thread-id}@dots{}
40557a comma-separated list of thread IDs
b8ff78ce
JB
40558@item l
40559(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
40560@end table
40561
40562In response to each query, the target will reply with a list of one or
b90a069a 40563more thread IDs, separated by commas.
e1aac25b 40564@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 40565ids (using the @samp{qs} form of the query), until the target responds
501994c0 40566with @samp{l} (lower-case ell, for @dfn{last}).
b90a069a
SL
40567Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
40568fields.
c906108c 40569
8dfcab11
DT
40570@emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
40571initial connection with the remote target, and the very first thread ID
40572mentioned in the reply will be stopped by @value{GDBN} in a subsequent
40573message. Therefore, the stub should ensure that the first thread ID in
40574the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
40575
b8ff78ce 40576@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 40577@cindex get thread-local storage address, remote request
b8ff78ce 40578@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
40579Fetch the address associated with thread local storage specified
40580by @var{thread-id}, @var{offset}, and @var{lm}.
40581
b90a069a
SL
40582@var{thread-id} is the thread ID associated with the
40583thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
40584
40585@var{offset} is the (big endian, hex encoded) offset associated with the
40586thread local variable. (This offset is obtained from the debug
40587information associated with the variable.)
40588
db2e3e2e 40589@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
7a9dd1b2 40590load module associated with the thread local storage. For example,
ff2587ec
WZ
40591a @sc{gnu}/Linux system will pass the link map address of the shared
40592object associated with the thread local storage under consideration.
40593Other operating environments may choose to represent the load module
40594differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
40595
40596Reply:
b8ff78ce
JB
40597@table @samp
40598@item @var{XX}@dots{}
ff2587ec
WZ
40599Hex encoded (big endian) bytes representing the address of the thread
40600local storage requested.
40601
b8ff78ce 40602@item E @var{nn}
697aa1b7 40603An error occurred. The error number @var{nn} is given as hex digits.
ff2587ec 40604
d57350ea 40605@item @w{}
b8ff78ce 40606An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
40607@end table
40608
711e434b
PM
40609@item qGetTIBAddr:@var{thread-id}
40610@cindex get thread information block address
40611@cindex @samp{qGetTIBAddr} packet
40612Fetch address of the Windows OS specific Thread Information Block.
40613
40614@var{thread-id} is the thread ID associated with the thread.
40615
40616Reply:
40617@table @samp
40618@item @var{XX}@dots{}
40619Hex encoded (big endian) bytes representing the linear address of the
40620thread information block.
40621
40622@item E @var{nn}
40623An error occured. This means that either the thread was not found, or the
40624address could not be retrieved.
40625
d57350ea 40626@item @w{}
711e434b
PM
40627An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
40628@end table
40629
b8ff78ce 40630@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
40631Obtain thread information from RTOS. Where: @var{startflag} (one hex
40632digit) is one to indicate the first query and zero to indicate a
40633subsequent query; @var{threadcount} (two hex digits) is the maximum
40634number of threads the response packet can contain; and @var{nextthread}
40635(eight hex digits), for subsequent queries (@var{startflag} is zero), is
40636returned in the response as @var{argthread}.
ee2d5c50 40637
b8ff78ce 40638Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
40639
40640Reply:
40641@table @samp
b8ff78ce 40642@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
40643Where: @var{count} (two hex digits) is the number of threads being
40644returned; @var{done} (one hex digit) is zero to indicate more threads
40645and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 40646digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
697aa1b7
EZ
40647is a sequence of thread IDs, @var{threadid} (eight hex
40648digits), from the target. See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 40649@end table
c906108c 40650
b8ff78ce 40651@item qOffsets
9c16f35a 40652@cindex section offsets, remote request
b8ff78ce 40653@cindex @samp{qOffsets} packet
31d99776
DJ
40654Get section offsets that the target used when relocating the downloaded
40655image.
c906108c 40656
ee2d5c50
AC
40657Reply:
40658@table @samp
31d99776
DJ
40659@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
40660Relocate the @code{Text} section by @var{xxx} from its original address.
40661Relocate the @code{Data} section by @var{yyy} from its original address.
40662If the object file format provides segment information (e.g.@: @sc{elf}
40663@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
40664segments by the supplied offsets.
40665
40666@emph{Note: while a @code{Bss} offset may be included in the response,
40667@value{GDBN} ignores this and instead applies the @code{Data} offset
40668to the @code{Bss} section.}
40669
40670@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
40671Relocate the first segment of the object file, which conventionally
40672contains program code, to a starting address of @var{xxx}. If
40673@samp{DataSeg} is specified, relocate the second segment, which
40674conventionally contains modifiable data, to a starting address of
40675@var{yyy}. @value{GDBN} will report an error if the object file
40676does not contain segment information, or does not contain at least
40677as many segments as mentioned in the reply. Extra segments are
40678kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
40679@end table
40680
b90a069a 40681@item qP @var{mode} @var{thread-id}
9c16f35a 40682@cindex thread information, remote request
b8ff78ce 40683@cindex @samp{qP} packet
b90a069a
SL
40684Returns information on @var{thread-id}. Where: @var{mode} is a hex
40685encoded 32 bit mode; @var{thread-id} is a thread ID
40686(@pxref{thread-id syntax}).
ee2d5c50 40687
aa56d27a
JB
40688Don't use this packet; use the @samp{qThreadExtraInfo} query instead
40689(see below).
40690
b8ff78ce 40691Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 40692
8b23ecc4 40693@item QNonStop:1
687e43a4 40694@itemx QNonStop:0
8b23ecc4
SL
40695@cindex non-stop mode, remote request
40696@cindex @samp{QNonStop} packet
40697@anchor{QNonStop}
40698Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
40699@xref{Remote Non-Stop}, for more information.
40700
40701Reply:
40702@table @samp
40703@item OK
40704The request succeeded.
40705
40706@item E @var{nn}
697aa1b7 40707An error occurred. The error number @var{nn} is given as hex digits.
8b23ecc4 40708
d57350ea 40709@item @w{}
8b23ecc4
SL
40710An empty reply indicates that @samp{QNonStop} is not supported by
40711the stub.
40712@end table
40713
40714This packet is not probed by default; the remote stub must request it,
40715by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40716Use of this packet is controlled by the @code{set non-stop} command;
40717@pxref{Non-Stop Mode}.
40718
82075af2
JS
40719@item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
40720@itemx QCatchSyscalls:0
40721@cindex catch syscalls from inferior, remote request
40722@cindex @samp{QCatchSyscalls} packet
40723@anchor{QCatchSyscalls}
40724Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
40725catching syscalls from the inferior process.
40726
40727For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
40728in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
40729is listed, every system call should be reported.
40730
40731Note that if a syscall not in the list is reported, @value{GDBN} will
40732still filter the event according to its own list from all corresponding
40733@code{catch syscall} commands. However, it is more efficient to only
40734report the requested syscalls.
40735
40736Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
40737@samp{QCatchSyscalls:1} list is completely replaced by the new list.
40738
40739If the inferior process execs, the state of @samp{QCatchSyscalls} is
40740kept for the new process too. On targets where exec may affect syscall
40741numbers, for example with exec between 32 and 64-bit processes, the
40742client should send a new packet with the new syscall list.
40743
40744Reply:
40745@table @samp
40746@item OK
40747The request succeeded.
40748
40749@item E @var{nn}
40750An error occurred. @var{nn} are hex digits.
40751
40752@item @w{}
40753An empty reply indicates that @samp{QCatchSyscalls} is not supported by
40754the stub.
40755@end table
40756
40757Use of this packet is controlled by the @code{set remote catch-syscalls}
40758command (@pxref{Remote Configuration, set remote catch-syscalls}).
40759This packet is not probed by default; the remote stub must request it,
40760by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40761
89be2091
DJ
40762@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
40763@cindex pass signals to inferior, remote request
40764@cindex @samp{QPassSignals} packet
23181151 40765@anchor{QPassSignals}
89be2091
DJ
40766Each listed @var{signal} should be passed directly to the inferior process.
40767Signals are numbered identically to continue packets and stop replies
40768(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
40769strictly greater than the previous item. These signals do not need to stop
40770the inferior, or be reported to @value{GDBN}. All other signals should be
40771reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
40772combine; any earlier @samp{QPassSignals} list is completely replaced by the
40773new list. This packet improves performance when using @samp{handle
40774@var{signal} nostop noprint pass}.
40775
40776Reply:
40777@table @samp
40778@item OK
40779The request succeeded.
40780
40781@item E @var{nn}
697aa1b7 40782An error occurred. The error number @var{nn} is given as hex digits.
89be2091 40783
d57350ea 40784@item @w{}
89be2091
DJ
40785An empty reply indicates that @samp{QPassSignals} is not supported by
40786the stub.
40787@end table
40788
40789Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 40790command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
40791This packet is not probed by default; the remote stub must request it,
40792by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40793
9b224c5e
PA
40794@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
40795@cindex signals the inferior may see, remote request
40796@cindex @samp{QProgramSignals} packet
40797@anchor{QProgramSignals}
40798Each listed @var{signal} may be delivered to the inferior process.
40799Others should be silently discarded.
40800
40801In some cases, the remote stub may need to decide whether to deliver a
40802signal to the program or not without @value{GDBN} involvement. One
40803example of that is while detaching --- the program's threads may have
40804stopped for signals that haven't yet had a chance of being reported to
40805@value{GDBN}, and so the remote stub can use the signal list specified
40806by this packet to know whether to deliver or ignore those pending
40807signals.
40808
40809This does not influence whether to deliver a signal as requested by a
40810resumption packet (@pxref{vCont packet}).
40811
40812Signals are numbered identically to continue packets and stop replies
40813(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
40814strictly greater than the previous item. Multiple
40815@samp{QProgramSignals} packets do not combine; any earlier
40816@samp{QProgramSignals} list is completely replaced by the new list.
40817
40818Reply:
40819@table @samp
40820@item OK
40821The request succeeded.
40822
40823@item E @var{nn}
697aa1b7 40824An error occurred. The error number @var{nn} is given as hex digits.
9b224c5e 40825
d57350ea 40826@item @w{}
9b224c5e
PA
40827An empty reply indicates that @samp{QProgramSignals} is not supported
40828by the stub.
40829@end table
40830
40831Use of this packet is controlled by the @code{set remote program-signals}
40832command (@pxref{Remote Configuration, set remote program-signals}).
40833This packet is not probed by default; the remote stub must request it,
40834by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
40835
65706a29
PA
40836@anchor{QThreadEvents}
40837@item QThreadEvents:1
40838@itemx QThreadEvents:0
40839@cindex thread create/exit events, remote request
40840@cindex @samp{QThreadEvents} packet
40841
40842Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
40843reporting of thread create and exit events. @xref{thread create
40844event}, for the reply specifications. For example, this is used in
40845non-stop mode when @value{GDBN} stops a set of threads and
40846synchronously waits for the their corresponding stop replies. Without
40847exit events, if one of the threads exits, @value{GDBN} would hang
40848forever not knowing that it should no longer expect a stop for that
40849same thread. @value{GDBN} does not enable this feature unless the
40850stub reports that it supports it by including @samp{QThreadEvents+} in
40851its @samp{qSupported} reply.
40852
40853Reply:
40854@table @samp
40855@item OK
40856The request succeeded.
40857
40858@item E @var{nn}
40859An error occurred. The error number @var{nn} is given as hex digits.
40860
40861@item @w{}
40862An empty reply indicates that @samp{QThreadEvents} is not supported by
40863the stub.
40864@end table
40865
40866Use of this packet is controlled by the @code{set remote thread-events}
40867command (@pxref{Remote Configuration, set remote thread-events}).
40868
b8ff78ce 40869@item qRcmd,@var{command}
ff2587ec 40870@cindex execute remote command, remote request
b8ff78ce 40871@cindex @samp{qRcmd} packet
ff2587ec 40872@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
40873execution. Invalid commands should be reported using the output
40874string. Before the final result packet, the target may also respond
40875with a number of intermediate @samp{O@var{output}} console output
40876packets. @emph{Implementors should note that providing access to a
40877stubs's interpreter may have security implications}.
fa93a9d8 40878
ff2587ec
WZ
40879Reply:
40880@table @samp
40881@item OK
40882A command response with no output.
40883@item @var{OUTPUT}
40884A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 40885@item E @var{NN}
ff2587ec 40886Indicate a badly formed request.
d57350ea 40887@item @w{}
b8ff78ce 40888An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 40889@end table
fa93a9d8 40890
aa56d27a
JB
40891(Note that the @code{qRcmd} packet's name is separated from the
40892command by a @samp{,}, not a @samp{:}, contrary to the naming
40893conventions above. Please don't use this packet as a model for new
40894packets.)
40895
08388c79
DE
40896@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
40897@cindex searching memory, in remote debugging
5c4808ca 40898@ifnotinfo
08388c79 40899@cindex @samp{qSearch:memory} packet
5c4808ca
EZ
40900@end ifnotinfo
40901@cindex @samp{qSearch memory} packet
08388c79
DE
40902@anchor{qSearch memory}
40903Search @var{length} bytes at @var{address} for @var{search-pattern}.
697aa1b7
EZ
40904Both @var{address} and @var{length} are encoded in hex;
40905@var{search-pattern} is a sequence of bytes, also hex encoded.
08388c79
DE
40906
40907Reply:
40908@table @samp
40909@item 0
40910The pattern was not found.
40911@item 1,address
40912The pattern was found at @var{address}.
40913@item E @var{NN}
40914A badly formed request or an error was encountered while searching memory.
d57350ea 40915@item @w{}
08388c79
DE
40916An empty reply indicates that @samp{qSearch:memory} is not recognized.
40917@end table
40918
a6f3e723
SL
40919@item QStartNoAckMode
40920@cindex @samp{QStartNoAckMode} packet
40921@anchor{QStartNoAckMode}
40922Request that the remote stub disable the normal @samp{+}/@samp{-}
40923protocol acknowledgments (@pxref{Packet Acknowledgment}).
40924
40925Reply:
40926@table @samp
40927@item OK
40928The stub has switched to no-acknowledgment mode.
6b92c0d3 40929@value{GDBN} acknowledges this response,
a6f3e723
SL
40930but neither the stub nor @value{GDBN} shall send or expect further
40931@samp{+}/@samp{-} acknowledgments in the current connection.
d57350ea 40932@item @w{}
a6f3e723
SL
40933An empty reply indicates that the stub does not support no-acknowledgment mode.
40934@end table
40935
be2a5f71
DJ
40936@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
40937@cindex supported packets, remote query
40938@cindex features of the remote protocol
40939@cindex @samp{qSupported} packet
0876f84a 40940@anchor{qSupported}
be2a5f71
DJ
40941Tell the remote stub about features supported by @value{GDBN}, and
40942query the stub for features it supports. This packet allows
40943@value{GDBN} and the remote stub to take advantage of each others'
40944features. @samp{qSupported} also consolidates multiple feature probes
40945at startup, to improve @value{GDBN} performance---a single larger
40946packet performs better than multiple smaller probe packets on
40947high-latency links. Some features may enable behavior which must not
40948be on by default, e.g.@: because it would confuse older clients or
40949stubs. Other features may describe packets which could be
40950automatically probed for, but are not. These features must be
40951reported before @value{GDBN} will use them. This ``default
40952unsupported'' behavior is not appropriate for all packets, but it
40953helps to keep the initial connection time under control with new
40954versions of @value{GDBN} which support increasing numbers of packets.
40955
40956Reply:
40957@table @samp
40958@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
40959The stub supports or does not support each returned @var{stubfeature},
40960depending on the form of each @var{stubfeature} (see below for the
40961possible forms).
d57350ea 40962@item @w{}
be2a5f71
DJ
40963An empty reply indicates that @samp{qSupported} is not recognized,
40964or that no features needed to be reported to @value{GDBN}.
40965@end table
40966
40967The allowed forms for each feature (either a @var{gdbfeature} in the
40968@samp{qSupported} packet, or a @var{stubfeature} in the response)
40969are:
40970
40971@table @samp
40972@item @var{name}=@var{value}
40973The remote protocol feature @var{name} is supported, and associated
40974with the specified @var{value}. The format of @var{value} depends
40975on the feature, but it must not include a semicolon.
40976@item @var{name}+
40977The remote protocol feature @var{name} is supported, and does not
40978need an associated value.
40979@item @var{name}-
40980The remote protocol feature @var{name} is not supported.
40981@item @var{name}?
40982The remote protocol feature @var{name} may be supported, and
40983@value{GDBN} should auto-detect support in some other way when it is
40984needed. This form will not be used for @var{gdbfeature} notifications,
40985but may be used for @var{stubfeature} responses.
40986@end table
40987
40988Whenever the stub receives a @samp{qSupported} request, the
40989supplied set of @value{GDBN} features should override any previous
40990request. This allows @value{GDBN} to put the stub in a known
40991state, even if the stub had previously been communicating with
40992a different version of @value{GDBN}.
40993
b90a069a
SL
40994The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
40995are defined:
40996
40997@table @samp
40998@item multiprocess
40999This feature indicates whether @value{GDBN} supports multiprocess
41000extensions to the remote protocol. @value{GDBN} does not use such
41001extensions unless the stub also reports that it supports them by
41002including @samp{multiprocess+} in its @samp{qSupported} reply.
41003@xref{multiprocess extensions}, for details.
c8d5aac9
L
41004
41005@item xmlRegisters
41006This feature indicates that @value{GDBN} supports the XML target
41007description. If the stub sees @samp{xmlRegisters=} with target
41008specific strings separated by a comma, it will report register
41009description.
dde08ee1
PA
41010
41011@item qRelocInsn
41012This feature indicates whether @value{GDBN} supports the
41013@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
41014instruction reply packet}).
f7e6eed5
PA
41015
41016@item swbreak
41017This feature indicates whether @value{GDBN} supports the swbreak stop
41018reason in stop replies. @xref{swbreak stop reason}, for details.
41019
41020@item hwbreak
41021This feature indicates whether @value{GDBN} supports the hwbreak stop
41022reason in stop replies. @xref{swbreak stop reason}, for details.
0d71eef5
DB
41023
41024@item fork-events
41025This feature indicates whether @value{GDBN} supports fork event
41026extensions to the remote protocol. @value{GDBN} does not use such
41027extensions unless the stub also reports that it supports them by
41028including @samp{fork-events+} in its @samp{qSupported} reply.
41029
41030@item vfork-events
41031This feature indicates whether @value{GDBN} supports vfork event
41032extensions to the remote protocol. @value{GDBN} does not use such
41033extensions unless the stub also reports that it supports them by
41034including @samp{vfork-events+} in its @samp{qSupported} reply.
b459a59b
DB
41035
41036@item exec-events
41037This feature indicates whether @value{GDBN} supports exec event
41038extensions to the remote protocol. @value{GDBN} does not use such
41039extensions unless the stub also reports that it supports them by
41040including @samp{exec-events+} in its @samp{qSupported} reply.
750ce8d1
YQ
41041
41042@item vContSupported
41043This feature indicates whether @value{GDBN} wants to know the
41044supported actions in the reply to @samp{vCont?} packet.
b90a069a
SL
41045@end table
41046
41047Stubs should ignore any unknown values for
be2a5f71
DJ
41048@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
41049packet supports receiving packets of unlimited length (earlier
b90a069a 41050versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
41051for @var{gdbfeature} may be defined in the future to let the stub take
41052advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
41053improvements in the remote protocol---the @samp{multiprocess} feature is
41054an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
41055of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
41056describes all the features it supports, and then the stub replies with
41057all the features it supports.
41058
41059Similarly, @value{GDBN} will silently ignore unrecognized stub feature
41060responses, as long as each response uses one of the standard forms.
41061
41062Some features are flags. A stub which supports a flag feature
41063should respond with a @samp{+} form response. Other features
41064require values, and the stub should respond with an @samp{=}
41065form response.
41066
41067Each feature has a default value, which @value{GDBN} will use if
41068@samp{qSupported} is not available or if the feature is not mentioned
41069in the @samp{qSupported} response. The default values are fixed; a
41070stub is free to omit any feature responses that match the defaults.
41071
41072Not all features can be probed, but for those which can, the probing
41073mechanism is useful: in some cases, a stub's internal
41074architecture may not allow the protocol layer to know some information
41075about the underlying target in advance. This is especially common in
41076stubs which may be configured for multiple targets.
41077
41078These are the currently defined stub features and their properties:
41079
cfa9d6d9 41080@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
41081@c NOTE: The first row should be @headitem, but we do not yet require
41082@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 41083@item Feature Name
be2a5f71
DJ
41084@tab Value Required
41085@tab Default
41086@tab Probe Allowed
41087
41088@item @samp{PacketSize}
41089@tab Yes
41090@tab @samp{-}
41091@tab No
41092
0876f84a
DJ
41093@item @samp{qXfer:auxv:read}
41094@tab No
41095@tab @samp{-}
41096@tab Yes
41097
2ae8c8e7
MM
41098@item @samp{qXfer:btrace:read}
41099@tab No
41100@tab @samp{-}
41101@tab Yes
41102
f4abbc16
MM
41103@item @samp{qXfer:btrace-conf:read}
41104@tab No
41105@tab @samp{-}
41106@tab Yes
41107
c78fa86a
GB
41108@item @samp{qXfer:exec-file:read}
41109@tab No
41110@tab @samp{-}
41111@tab Yes
41112
23181151
DJ
41113@item @samp{qXfer:features:read}
41114@tab No
41115@tab @samp{-}
41116@tab Yes
41117
cfa9d6d9
DJ
41118@item @samp{qXfer:libraries:read}
41119@tab No
41120@tab @samp{-}
41121@tab Yes
41122
85dc5a12
GB
41123@item @samp{qXfer:libraries-svr4:read}
41124@tab No
41125@tab @samp{-}
41126@tab Yes
41127
41128@item @samp{augmented-libraries-svr4-read}
41129@tab No
41130@tab @samp{-}
41131@tab No
41132
68437a39
DJ
41133@item @samp{qXfer:memory-map:read}
41134@tab No
41135@tab @samp{-}
41136@tab Yes
41137
0fb4aa4b
PA
41138@item @samp{qXfer:sdata:read}
41139@tab No
41140@tab @samp{-}
41141@tab Yes
41142
4aa995e1
PA
41143@item @samp{qXfer:siginfo:read}
41144@tab No
41145@tab @samp{-}
41146@tab Yes
41147
41148@item @samp{qXfer:siginfo:write}
41149@tab No
41150@tab @samp{-}
41151@tab Yes
41152
dc146f7c
VP
41153@item @samp{qXfer:threads:read}
41154@tab No
41155@tab @samp{-}
41156@tab Yes
41157
b3b9301e
PA
41158@item @samp{qXfer:traceframe-info:read}
41159@tab No
41160@tab @samp{-}
41161@tab Yes
41162
169081d0
TG
41163@item @samp{qXfer:uib:read}
41164@tab No
41165@tab @samp{-}
41166@tab Yes
41167
78d85199
YQ
41168@item @samp{qXfer:fdpic:read}
41169@tab No
41170@tab @samp{-}
41171@tab Yes
dc146f7c 41172
2ae8c8e7
MM
41173@item @samp{Qbtrace:off}
41174@tab Yes
41175@tab @samp{-}
41176@tab Yes
41177
41178@item @samp{Qbtrace:bts}
41179@tab Yes
41180@tab @samp{-}
41181@tab Yes
41182
b20a6524
MM
41183@item @samp{Qbtrace:pt}
41184@tab Yes
41185@tab @samp{-}
41186@tab Yes
41187
d33501a5
MM
41188@item @samp{Qbtrace-conf:bts:size}
41189@tab Yes
41190@tab @samp{-}
41191@tab Yes
41192
b20a6524
MM
41193@item @samp{Qbtrace-conf:pt:size}
41194@tab Yes
41195@tab @samp{-}
41196@tab Yes
41197
8b23ecc4
SL
41198@item @samp{QNonStop}
41199@tab No
41200@tab @samp{-}
41201@tab Yes
41202
82075af2
JS
41203@item @samp{QCatchSyscalls}
41204@tab No
41205@tab @samp{-}
41206@tab Yes
41207
89be2091
DJ
41208@item @samp{QPassSignals}
41209@tab No
41210@tab @samp{-}
41211@tab Yes
41212
a6f3e723
SL
41213@item @samp{QStartNoAckMode}
41214@tab No
41215@tab @samp{-}
41216@tab Yes
41217
b90a069a
SL
41218@item @samp{multiprocess}
41219@tab No
41220@tab @samp{-}
41221@tab No
41222
83364271
LM
41223@item @samp{ConditionalBreakpoints}
41224@tab No
41225@tab @samp{-}
41226@tab No
41227
782b2b07
SS
41228@item @samp{ConditionalTracepoints}
41229@tab No
41230@tab @samp{-}
41231@tab No
41232
0d772ac9
MS
41233@item @samp{ReverseContinue}
41234@tab No
2f8132f3 41235@tab @samp{-}
0d772ac9
MS
41236@tab No
41237
41238@item @samp{ReverseStep}
41239@tab No
2f8132f3 41240@tab @samp{-}
0d772ac9
MS
41241@tab No
41242
409873ef
SS
41243@item @samp{TracepointSource}
41244@tab No
41245@tab @samp{-}
41246@tab No
41247
d1feda86
YQ
41248@item @samp{QAgent}
41249@tab No
41250@tab @samp{-}
41251@tab No
41252
d914c394
SS
41253@item @samp{QAllow}
41254@tab No
41255@tab @samp{-}
41256@tab No
41257
03583c20
UW
41258@item @samp{QDisableRandomization}
41259@tab No
41260@tab @samp{-}
41261@tab No
41262
d248b706
KY
41263@item @samp{EnableDisableTracepoints}
41264@tab No
41265@tab @samp{-}
41266@tab No
41267
f6f899bf
HAQ
41268@item @samp{QTBuffer:size}
41269@tab No
41270@tab @samp{-}
41271@tab No
41272
3065dfb6
SS
41273@item @samp{tracenz}
41274@tab No
41275@tab @samp{-}
41276@tab No
41277
d3ce09f5
SS
41278@item @samp{BreakpointCommands}
41279@tab No
41280@tab @samp{-}
41281@tab No
41282
f7e6eed5
PA
41283@item @samp{swbreak}
41284@tab No
41285@tab @samp{-}
41286@tab No
41287
41288@item @samp{hwbreak}
41289@tab No
41290@tab @samp{-}
41291@tab No
41292
0d71eef5
DB
41293@item @samp{fork-events}
41294@tab No
41295@tab @samp{-}
41296@tab No
41297
41298@item @samp{vfork-events}
41299@tab No
41300@tab @samp{-}
41301@tab No
41302
b459a59b
DB
41303@item @samp{exec-events}
41304@tab No
41305@tab @samp{-}
41306@tab No
41307
65706a29
PA
41308@item @samp{QThreadEvents}
41309@tab No
41310@tab @samp{-}
41311@tab No
41312
f2faf941
PA
41313@item @samp{no-resumed}
41314@tab No
41315@tab @samp{-}
41316@tab No
41317
be2a5f71
DJ
41318@end multitable
41319
41320These are the currently defined stub features, in more detail:
41321
41322@table @samp
41323@cindex packet size, remote protocol
41324@item PacketSize=@var{bytes}
41325The remote stub can accept packets up to at least @var{bytes} in
41326length. @value{GDBN} will send packets up to this size for bulk
41327transfers, and will never send larger packets. This is a limit on the
41328data characters in the packet, including the frame and checksum.
41329There is no trailing NUL byte in a remote protocol packet; if the stub
41330stores packets in a NUL-terminated format, it should allow an extra
41331byte in its buffer for the NUL. If this stub feature is not supported,
41332@value{GDBN} guesses based on the size of the @samp{g} packet response.
41333
0876f84a
DJ
41334@item qXfer:auxv:read
41335The remote stub understands the @samp{qXfer:auxv:read} packet
41336(@pxref{qXfer auxiliary vector read}).
41337
2ae8c8e7
MM
41338@item qXfer:btrace:read
41339The remote stub understands the @samp{qXfer:btrace:read}
41340packet (@pxref{qXfer btrace read}).
41341
f4abbc16
MM
41342@item qXfer:btrace-conf:read
41343The remote stub understands the @samp{qXfer:btrace-conf:read}
41344packet (@pxref{qXfer btrace-conf read}).
41345
c78fa86a
GB
41346@item qXfer:exec-file:read
41347The remote stub understands the @samp{qXfer:exec-file:read} packet
41348(@pxref{qXfer executable filename read}).
41349
23181151
DJ
41350@item qXfer:features:read
41351The remote stub understands the @samp{qXfer:features:read} packet
41352(@pxref{qXfer target description read}).
41353
cfa9d6d9
DJ
41354@item qXfer:libraries:read
41355The remote stub understands the @samp{qXfer:libraries:read} packet
41356(@pxref{qXfer library list read}).
41357
2268b414
JK
41358@item qXfer:libraries-svr4:read
41359The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
41360(@pxref{qXfer svr4 library list read}).
41361
85dc5a12
GB
41362@item augmented-libraries-svr4-read
41363The remote stub understands the augmented form of the
41364@samp{qXfer:libraries-svr4:read} packet
41365(@pxref{qXfer svr4 library list read}).
41366
23181151
DJ
41367@item qXfer:memory-map:read
41368The remote stub understands the @samp{qXfer:memory-map:read} packet
41369(@pxref{qXfer memory map read}).
41370
0fb4aa4b
PA
41371@item qXfer:sdata:read
41372The remote stub understands the @samp{qXfer:sdata:read} packet
41373(@pxref{qXfer sdata read}).
41374
4aa995e1
PA
41375@item qXfer:siginfo:read
41376The remote stub understands the @samp{qXfer:siginfo:read} packet
41377(@pxref{qXfer siginfo read}).
41378
41379@item qXfer:siginfo:write
41380The remote stub understands the @samp{qXfer:siginfo:write} packet
41381(@pxref{qXfer siginfo write}).
41382
dc146f7c
VP
41383@item qXfer:threads:read
41384The remote stub understands the @samp{qXfer:threads:read} packet
41385(@pxref{qXfer threads read}).
41386
b3b9301e
PA
41387@item qXfer:traceframe-info:read
41388The remote stub understands the @samp{qXfer:traceframe-info:read}
41389packet (@pxref{qXfer traceframe info read}).
41390
169081d0
TG
41391@item qXfer:uib:read
41392The remote stub understands the @samp{qXfer:uib:read}
41393packet (@pxref{qXfer unwind info block}).
41394
78d85199
YQ
41395@item qXfer:fdpic:read
41396The remote stub understands the @samp{qXfer:fdpic:read}
41397packet (@pxref{qXfer fdpic loadmap read}).
41398
8b23ecc4
SL
41399@item QNonStop
41400The remote stub understands the @samp{QNonStop} packet
41401(@pxref{QNonStop}).
41402
82075af2
JS
41403@item QCatchSyscalls
41404The remote stub understands the @samp{QCatchSyscalls} packet
41405(@pxref{QCatchSyscalls}).
41406
23181151
DJ
41407@item QPassSignals
41408The remote stub understands the @samp{QPassSignals} packet
41409(@pxref{QPassSignals}).
41410
a6f3e723
SL
41411@item QStartNoAckMode
41412The remote stub understands the @samp{QStartNoAckMode} packet and
41413prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
41414
b90a069a
SL
41415@item multiprocess
41416@anchor{multiprocess extensions}
41417@cindex multiprocess extensions, in remote protocol
41418The remote stub understands the multiprocess extensions to the remote
41419protocol syntax. The multiprocess extensions affect the syntax of
41420thread IDs in both packets and replies (@pxref{thread-id syntax}), and
41421add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
41422replies. Note that reporting this feature indicates support for the
41423syntactic extensions only, not that the stub necessarily supports
41424debugging of more than one process at a time. The stub must not use
41425multiprocess extensions in packet replies unless @value{GDBN} has also
41426indicated it supports them in its @samp{qSupported} request.
41427
07e059b5
VP
41428@item qXfer:osdata:read
41429The remote stub understands the @samp{qXfer:osdata:read} packet
41430((@pxref{qXfer osdata read}).
41431
83364271
LM
41432@item ConditionalBreakpoints
41433The target accepts and implements evaluation of conditional expressions
41434defined for breakpoints. The target will only report breakpoint triggers
41435when such conditions are true (@pxref{Conditions, ,Break Conditions}).
41436
782b2b07
SS
41437@item ConditionalTracepoints
41438The remote stub accepts and implements conditional expressions defined
41439for tracepoints (@pxref{Tracepoint Conditions}).
41440
0d772ac9
MS
41441@item ReverseContinue
41442The remote stub accepts and implements the reverse continue packet
41443(@pxref{bc}).
41444
41445@item ReverseStep
41446The remote stub accepts and implements the reverse step packet
41447(@pxref{bs}).
41448
409873ef
SS
41449@item TracepointSource
41450The remote stub understands the @samp{QTDPsrc} packet that supplies
41451the source form of tracepoint definitions.
41452
d1feda86
YQ
41453@item QAgent
41454The remote stub understands the @samp{QAgent} packet.
41455
d914c394
SS
41456@item QAllow
41457The remote stub understands the @samp{QAllow} packet.
41458
03583c20
UW
41459@item QDisableRandomization
41460The remote stub understands the @samp{QDisableRandomization} packet.
41461
0fb4aa4b
PA
41462@item StaticTracepoint
41463@cindex static tracepoints, in remote protocol
41464The remote stub supports static tracepoints.
41465
1e4d1764
YQ
41466@item InstallInTrace
41467@anchor{install tracepoint in tracing}
41468The remote stub supports installing tracepoint in tracing.
41469
d248b706
KY
41470@item EnableDisableTracepoints
41471The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
41472@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
41473to be enabled and disabled while a trace experiment is running.
41474
f6f899bf 41475@item QTBuffer:size
28abe188 41476The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
f6f899bf
HAQ
41477packet that allows to change the size of the trace buffer.
41478
3065dfb6
SS
41479@item tracenz
41480@cindex string tracing, in remote protocol
41481The remote stub supports the @samp{tracenz} bytecode for collecting strings.
41482See @ref{Bytecode Descriptions} for details about the bytecode.
41483
d3ce09f5
SS
41484@item BreakpointCommands
41485@cindex breakpoint commands, in remote protocol
41486The remote stub supports running a breakpoint's command list itself,
41487rather than reporting the hit to @value{GDBN}.
41488
2ae8c8e7
MM
41489@item Qbtrace:off
41490The remote stub understands the @samp{Qbtrace:off} packet.
41491
41492@item Qbtrace:bts
41493The remote stub understands the @samp{Qbtrace:bts} packet.
41494
b20a6524
MM
41495@item Qbtrace:pt
41496The remote stub understands the @samp{Qbtrace:pt} packet.
41497
d33501a5
MM
41498@item Qbtrace-conf:bts:size
41499The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
41500
b20a6524
MM
41501@item Qbtrace-conf:pt:size
41502The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
41503
f7e6eed5
PA
41504@item swbreak
41505The remote stub reports the @samp{swbreak} stop reason for memory
41506breakpoints.
41507
41508@item hwbreak
41509The remote stub reports the @samp{hwbreak} stop reason for hardware
41510breakpoints.
41511
0d71eef5
DB
41512@item fork-events
41513The remote stub reports the @samp{fork} stop reason for fork events.
41514
41515@item vfork-events
41516The remote stub reports the @samp{vfork} stop reason for vfork events
41517and vforkdone events.
41518
b459a59b
DB
41519@item exec-events
41520The remote stub reports the @samp{exec} stop reason for exec events.
41521
750ce8d1
YQ
41522@item vContSupported
41523The remote stub reports the supported actions in the reply to
41524@samp{vCont?} packet.
41525
65706a29
PA
41526@item QThreadEvents
41527The remote stub understands the @samp{QThreadEvents} packet.
41528
f2faf941
PA
41529@item no-resumed
41530The remote stub reports the @samp{N} stop reply.
41531
be2a5f71
DJ
41532@end table
41533
b8ff78ce 41534@item qSymbol::
ff2587ec 41535@cindex symbol lookup, remote request
b8ff78ce 41536@cindex @samp{qSymbol} packet
ff2587ec
WZ
41537Notify the target that @value{GDBN} is prepared to serve symbol lookup
41538requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
41539
41540Reply:
ff2587ec 41541@table @samp
b8ff78ce 41542@item OK
ff2587ec 41543The target does not need to look up any (more) symbols.
b8ff78ce 41544@item qSymbol:@var{sym_name}
ff2587ec
WZ
41545The target requests the value of symbol @var{sym_name} (hex encoded).
41546@value{GDBN} may provide the value by using the
b8ff78ce
JB
41547@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
41548below.
ff2587ec 41549@end table
83761cbd 41550
b8ff78ce 41551@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
41552Set the value of @var{sym_name} to @var{sym_value}.
41553
41554@var{sym_name} (hex encoded) is the name of a symbol whose value the
41555target has previously requested.
41556
41557@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
41558@value{GDBN} cannot supply a value for @var{sym_name}, then this field
41559will be empty.
41560
41561Reply:
41562@table @samp
b8ff78ce 41563@item OK
ff2587ec 41564The target does not need to look up any (more) symbols.
b8ff78ce 41565@item qSymbol:@var{sym_name}
ff2587ec
WZ
41566The target requests the value of a new symbol @var{sym_name} (hex
41567encoded). @value{GDBN} will continue to supply the values of symbols
41568(if available), until the target ceases to request them.
fa93a9d8 41569@end table
0abb7bc7 41570
00bf0b85 41571@item qTBuffer
687e43a4
TT
41572@itemx QTBuffer
41573@itemx QTDisconnected
d5551862 41574@itemx QTDP
409873ef 41575@itemx QTDPsrc
d5551862 41576@itemx QTDV
00bf0b85
SS
41577@itemx qTfP
41578@itemx qTfV
9d29849a 41579@itemx QTFrame
405f8e94
SS
41580@itemx qTMinFTPILen
41581
9d29849a
JB
41582@xref{Tracepoint Packets}.
41583
b90a069a 41584@item qThreadExtraInfo,@var{thread-id}
ff2587ec 41585@cindex thread attributes info, remote request
b8ff78ce 41586@cindex @samp{qThreadExtraInfo} packet
697aa1b7
EZ
41587Obtain from the target OS a printable string description of thread
41588attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
41589for the forms of @var{thread-id}. This
b8ff78ce
JB
41590string may contain anything that the target OS thinks is interesting
41591for @value{GDBN} to tell the user about the thread. The string is
41592displayed in @value{GDBN}'s @code{info threads} display. Some
41593examples of possible thread extra info strings are @samp{Runnable}, or
41594@samp{Blocked on Mutex}.
ff2587ec
WZ
41595
41596Reply:
41597@table @samp
b8ff78ce
JB
41598@item @var{XX}@dots{}
41599Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
41600comprising the printable string containing the extra information about
41601the thread's attributes.
ff2587ec 41602@end table
814e32d7 41603
aa56d27a
JB
41604(Note that the @code{qThreadExtraInfo} packet's name is separated from
41605the command by a @samp{,}, not a @samp{:}, contrary to the naming
41606conventions above. Please don't use this packet as a model for new
41607packets.)
41608
f196051f 41609@item QTNotes
687e43a4
TT
41610@itemx qTP
41611@itemx QTSave
41612@itemx qTsP
41613@itemx qTsV
d5551862 41614@itemx QTStart
9d29849a 41615@itemx QTStop
d248b706
KY
41616@itemx QTEnable
41617@itemx QTDisable
9d29849a
JB
41618@itemx QTinit
41619@itemx QTro
41620@itemx qTStatus
d5551862 41621@itemx qTV
0fb4aa4b
PA
41622@itemx qTfSTM
41623@itemx qTsSTM
41624@itemx qTSTMat
9d29849a
JB
41625@xref{Tracepoint Packets}.
41626
0876f84a
DJ
41627@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
41628@cindex read special object, remote request
41629@cindex @samp{qXfer} packet
68437a39 41630@anchor{qXfer read}
0876f84a
DJ
41631Read uninterpreted bytes from the target's special data area
41632identified by the keyword @var{object}. Request @var{length} bytes
41633starting at @var{offset} bytes into the data. The content and
0e7f50da 41634encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
41635additional details about what data to access.
41636
c185ba27
EZ
41637Reply:
41638@table @samp
41639@item m @var{data}
41640Data @var{data} (@pxref{Binary Data}) has been read from the
41641target. There may be more data at a higher address (although
41642it is permitted to return @samp{m} even for the last valid
41643block of data, as long as at least one byte of data was read).
41644It is possible for @var{data} to have fewer bytes than the @var{length} in the
41645request.
41646
41647@item l @var{data}
41648Data @var{data} (@pxref{Binary Data}) has been read from the target.
41649There is no more data to be read. It is possible for @var{data} to
41650have fewer bytes than the @var{length} in the request.
41651
41652@item l
41653The @var{offset} in the request is at the end of the data.
41654There is no more data to be read.
41655
41656@item E00
41657The request was malformed, or @var{annex} was invalid.
41658
41659@item E @var{nn}
41660The offset was invalid, or there was an error encountered reading the data.
41661The @var{nn} part is a hex-encoded @code{errno} value.
41662
41663@item @w{}
41664An empty reply indicates the @var{object} string was not recognized by
41665the stub, or that the object does not support reading.
41666@end table
41667
41668Here are the specific requests of this form defined so far. All the
0876f84a 41669@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
c185ba27 41670formats, listed above.
0876f84a
DJ
41671
41672@table @samp
41673@item qXfer:auxv:read::@var{offset},@var{length}
41674@anchor{qXfer auxiliary vector read}
41675Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 41676auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
41677
41678This packet is not probed by default; the remote stub must request it,
89be2091 41679by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 41680
2ae8c8e7
MM
41681@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
41682@anchor{qXfer btrace read}
41683
41684Return a description of the current branch trace.
41685@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
41686packet may have one of the following values:
41687
41688@table @code
41689@item all
41690Returns all available branch trace.
41691
41692@item new
41693Returns all available branch trace if the branch trace changed since
41694the last read request.
969c39fb
MM
41695
41696@item delta
41697Returns the new branch trace since the last read request. Adds a new
41698block to the end of the trace that begins at zero and ends at the source
41699location of the first branch in the trace buffer. This extra block is
41700used to stitch traces together.
41701
41702If the trace buffer overflowed, returns an error indicating the overflow.
2ae8c8e7
MM
41703@end table
41704
41705This packet is not probed by default; the remote stub must request it
41706by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41707
f4abbc16
MM
41708@item qXfer:btrace-conf:read::@var{offset},@var{length}
41709@anchor{qXfer btrace-conf read}
41710
41711Return a description of the current branch trace configuration.
41712@xref{Branch Trace Configuration Format}.
41713
41714This packet is not probed by default; the remote stub must request it
41715by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
c78fa86a
GB
41716
41717@item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
41718@anchor{qXfer executable filename read}
41719Return the full absolute name of the file that was executed to create
41720a process running on the remote system. The annex specifies the
41721numeric process ID of the process to query, encoded as a hexadecimal
835205d0
GB
41722number. If the annex part is empty the remote stub should return the
41723filename corresponding to the currently executing process.
c78fa86a
GB
41724
41725This packet is not probed by default; the remote stub must request it,
41726by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
f4abbc16 41727
23181151
DJ
41728@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
41729@anchor{qXfer target description read}
41730Access the @dfn{target description}. @xref{Target Descriptions}. The
41731annex specifies which XML document to access. The main description is
41732always loaded from the @samp{target.xml} annex.
41733
41734This packet is not probed by default; the remote stub must request it,
41735by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41736
cfa9d6d9
DJ
41737@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
41738@anchor{qXfer library list read}
41739Access the target's list of loaded libraries. @xref{Library List Format}.
41740The annex part of the generic @samp{qXfer} packet must be empty
41741(@pxref{qXfer read}).
41742
41743Targets which maintain a list of libraries in the program's memory do
41744not need to implement this packet; it is designed for platforms where
41745the operating system manages the list of loaded libraries.
41746
41747This packet is not probed by default; the remote stub must request it,
41748by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41749
2268b414
JK
41750@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
41751@anchor{qXfer svr4 library list read}
41752Access the target's list of loaded libraries when the target is an SVR4
41753platform. @xref{Library List Format for SVR4 Targets}. The annex part
85dc5a12
GB
41754of the generic @samp{qXfer} packet must be empty unless the remote
41755stub indicated it supports the augmented form of this packet
41756by supplying an appropriate @samp{qSupported} response
41757(@pxref{qXfer read}, @ref{qSupported}).
2268b414
JK
41758
41759This packet is optional for better performance on SVR4 targets.
41760@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
41761
41762This packet is not probed by default; the remote stub must request it,
41763by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41764
85dc5a12
GB
41765If the remote stub indicates it supports the augmented form of this
41766packet then the annex part of the generic @samp{qXfer} packet may
41767contain a semicolon-separated list of @samp{@var{name}=@var{value}}
41768arguments. The currently supported arguments are:
41769
41770@table @code
41771@item start=@var{address}
41772A hexadecimal number specifying the address of the @samp{struct
41773link_map} to start reading the library list from. If unset or zero
41774then the first @samp{struct link_map} in the library list will be
41775chosen as the starting point.
41776
41777@item prev=@var{address}
41778A hexadecimal number specifying the address of the @samp{struct
41779link_map} immediately preceding the @samp{struct link_map}
41780specified by the @samp{start} argument. If unset or zero then
41781the remote stub will expect that no @samp{struct link_map}
41782exists prior to the starting point.
41783
41784@end table
41785
41786Arguments that are not understood by the remote stub will be silently
41787ignored.
41788
68437a39
DJ
41789@item qXfer:memory-map:read::@var{offset},@var{length}
41790@anchor{qXfer memory map read}
79a6e687 41791Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
41792annex part of the generic @samp{qXfer} packet must be empty
41793(@pxref{qXfer read}).
41794
0e7f50da
UW
41795This packet is not probed by default; the remote stub must request it,
41796by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41797
0fb4aa4b
PA
41798@item qXfer:sdata:read::@var{offset},@var{length}
41799@anchor{qXfer sdata read}
41800
41801Read contents of the extra collected static tracepoint marker
41802information. The annex part of the generic @samp{qXfer} packet must
41803be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
41804Action Lists}.
41805
41806This packet is not probed by default; the remote stub must request it,
41807by supplying an appropriate @samp{qSupported} response
41808(@pxref{qSupported}).
41809
4aa995e1
PA
41810@item qXfer:siginfo:read::@var{offset},@var{length}
41811@anchor{qXfer siginfo read}
41812Read contents of the extra signal information on the target
41813system. The annex part of the generic @samp{qXfer} packet must be
41814empty (@pxref{qXfer read}).
41815
41816This packet is not probed by default; the remote stub must request it,
41817by supplying an appropriate @samp{qSupported} response
41818(@pxref{qSupported}).
41819
dc146f7c
VP
41820@item qXfer:threads:read::@var{offset},@var{length}
41821@anchor{qXfer threads read}
41822Access the list of threads on target. @xref{Thread List Format}. The
41823annex part of the generic @samp{qXfer} packet must be empty
41824(@pxref{qXfer read}).
41825
41826This packet is not probed by default; the remote stub must request it,
41827by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41828
b3b9301e
PA
41829@item qXfer:traceframe-info:read::@var{offset},@var{length}
41830@anchor{qXfer traceframe info read}
41831
41832Return a description of the current traceframe's contents.
41833@xref{Traceframe Info Format}. The annex part of the generic
41834@samp{qXfer} packet must be empty (@pxref{qXfer read}).
41835
41836This packet is not probed by default; the remote stub must request it,
41837by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41838
169081d0
TG
41839@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
41840@anchor{qXfer unwind info block}
41841
41842Return the unwind information block for @var{pc}. This packet is used
41843on OpenVMS/ia64 to ask the kernel unwind information.
41844
41845This packet is not probed by default.
41846
78d85199
YQ
41847@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
41848@anchor{qXfer fdpic loadmap read}
41849Read contents of @code{loadmap}s on the target system. The
41850annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
41851executable @code{loadmap} or interpreter @code{loadmap} to read.
41852
41853This packet is not probed by default; the remote stub must request it,
41854by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41855
07e059b5
VP
41856@item qXfer:osdata:read::@var{offset},@var{length}
41857@anchor{qXfer osdata read}
697aa1b7 41858Access the target's @dfn{operating system information}.
07e059b5
VP
41859@xref{Operating System Information}.
41860
68437a39
DJ
41861@end table
41862
c185ba27
EZ
41863@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
41864@cindex write data into object, remote request
41865@anchor{qXfer write}
41866Write uninterpreted bytes into the target's special data area
41867identified by the keyword @var{object}, starting at @var{offset} bytes
41868into the data. The binary-encoded data (@pxref{Binary Data}) to be
41869written is given by @var{data}@dots{}. The content and encoding of @var{annex}
41870is specific to @var{object}; it can supply additional details about what data
41871to access.
41872
0876f84a
DJ
41873Reply:
41874@table @samp
c185ba27
EZ
41875@item @var{nn}
41876@var{nn} (hex encoded) is the number of bytes written.
41877This may be fewer bytes than supplied in the request.
0876f84a
DJ
41878
41879@item E00
41880The request was malformed, or @var{annex} was invalid.
41881
41882@item E @var{nn}
c185ba27 41883The offset was invalid, or there was an error encountered writing the data.
697aa1b7 41884The @var{nn} part is a hex-encoded @code{errno} value.
0876f84a 41885
d57350ea 41886@item @w{}
c185ba27
EZ
41887An empty reply indicates the @var{object} string was not
41888recognized by the stub, or that the object does not support writing.
0876f84a
DJ
41889@end table
41890
c185ba27 41891Here are the specific requests of this form defined so far. All the
0e7f50da 41892@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
c185ba27 41893formats, listed above.
0e7f50da
UW
41894
41895@table @samp
4aa995e1
PA
41896@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
41897@anchor{qXfer siginfo write}
41898Write @var{data} to the extra signal information on the target system.
41899The annex part of the generic @samp{qXfer} packet must be
41900empty (@pxref{qXfer write}).
41901
41902This packet is not probed by default; the remote stub must request it,
41903by supplying an appropriate @samp{qSupported} response
41904(@pxref{qSupported}).
0e7f50da 41905@end table
0876f84a 41906
0876f84a
DJ
41907@item qXfer:@var{object}:@var{operation}:@dots{}
41908Requests of this form may be added in the future. When a stub does
41909not recognize the @var{object} keyword, or its support for
41910@var{object} does not recognize the @var{operation} keyword, the stub
41911must respond with an empty packet.
41912
0b16c5cf
PA
41913@item qAttached:@var{pid}
41914@cindex query attached, remote request
41915@cindex @samp{qAttached} packet
41916Return an indication of whether the remote server attached to an
41917existing process or created a new process. When the multiprocess
41918protocol extensions are supported (@pxref{multiprocess extensions}),
41919@var{pid} is an integer in hexadecimal format identifying the target
41920process. Otherwise, @value{GDBN} will omit the @var{pid} field and
41921the query packet will be simplified as @samp{qAttached}.
41922
41923This query is used, for example, to know whether the remote process
41924should be detached or killed when a @value{GDBN} session is ended with
41925the @code{quit} command.
41926
41927Reply:
41928@table @samp
41929@item 1
41930The remote server attached to an existing process.
41931@item 0
41932The remote server created a new process.
41933@item E @var{NN}
41934A badly formed request or an error was encountered.
41935@end table
41936
2ae8c8e7 41937@item Qbtrace:bts
b20a6524
MM
41938Enable branch tracing for the current thread using Branch Trace Store.
41939
41940Reply:
41941@table @samp
41942@item OK
41943Branch tracing has been enabled.
41944@item E.errtext
41945A badly formed request or an error was encountered.
41946@end table
41947
41948@item Qbtrace:pt
bc504a31 41949Enable branch tracing for the current thread using Intel Processor Trace.
2ae8c8e7
MM
41950
41951Reply:
41952@table @samp
41953@item OK
41954Branch tracing has been enabled.
41955@item E.errtext
41956A badly formed request or an error was encountered.
41957@end table
41958
41959@item Qbtrace:off
41960Disable branch tracing for the current thread.
41961
41962Reply:
41963@table @samp
41964@item OK
41965Branch tracing has been disabled.
41966@item E.errtext
41967A badly formed request or an error was encountered.
41968@end table
41969
d33501a5
MM
41970@item Qbtrace-conf:bts:size=@var{value}
41971Set the requested ring buffer size for new threads that use the
41972btrace recording method in bts format.
41973
41974Reply:
41975@table @samp
41976@item OK
41977The ring buffer size has been set.
41978@item E.errtext
41979A badly formed request or an error was encountered.
41980@end table
41981
b20a6524
MM
41982@item Qbtrace-conf:pt:size=@var{value}
41983Set the requested ring buffer size for new threads that use the
41984btrace recording method in pt format.
41985
41986Reply:
41987@table @samp
41988@item OK
41989The ring buffer size has been set.
41990@item E.errtext
41991A badly formed request or an error was encountered.
41992@end table
41993
ee2d5c50
AC
41994@end table
41995
a1dcb23a
DJ
41996@node Architecture-Specific Protocol Details
41997@section Architecture-Specific Protocol Details
41998
41999This section describes how the remote protocol is applied to specific
42000target architectures. Also see @ref{Standard Target Features}, for
42001details of XML target descriptions for each architecture.
42002
02b67415
MR
42003@menu
42004* ARM-Specific Protocol Details::
42005* MIPS-Specific Protocol Details::
42006@end menu
42007
42008@node ARM-Specific Protocol Details
42009@subsection @acronym{ARM}-specific Protocol Details
42010
42011@menu
42012* ARM Breakpoint Kinds::
42013@end menu
a1dcb23a 42014
02b67415
MR
42015@node ARM Breakpoint Kinds
42016@subsubsection @acronym{ARM} Breakpoint Kinds
42017@cindex breakpoint kinds, @acronym{ARM}
a1dcb23a
DJ
42018
42019These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42020
42021@table @r
42022
42023@item 2
4202416-bit Thumb mode breakpoint.
42025
42026@item 3
4202732-bit Thumb mode (Thumb-2) breakpoint.
42028
42029@item 4
02b67415 4203032-bit @acronym{ARM} mode breakpoint.
a1dcb23a
DJ
42031
42032@end table
42033
02b67415
MR
42034@node MIPS-Specific Protocol Details
42035@subsection @acronym{MIPS}-specific Protocol Details
42036
42037@menu
42038* MIPS Register packet Format::
4cc0665f 42039* MIPS Breakpoint Kinds::
02b67415 42040@end menu
a1dcb23a 42041
02b67415
MR
42042@node MIPS Register packet Format
42043@subsubsection @acronym{MIPS} Register Packet Format
eb17f351 42044@cindex register packet format, @acronym{MIPS}
eb12ee30 42045
b8ff78ce 42046The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
42047In the below, some thirty-two bit registers are transferred as
42048sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
42049to fill the space allocated. Register bytes are transferred in target
42050byte order. The two nibbles within a register byte are transferred
02b67415 42051most-significant -- least-significant.
eb12ee30 42052
ee2d5c50 42053@table @r
eb12ee30 42054
8e04817f 42055@item MIPS32
599b237a 42056All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
4205732 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
42058registers; fsr; fir; fp.
eb12ee30 42059
8e04817f 42060@item MIPS64
599b237a 42061All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
42062thirty-two bit registers such as @code{sr}). The ordering is the same
42063as @code{MIPS32}.
eb12ee30 42064
ee2d5c50
AC
42065@end table
42066
4cc0665f
MR
42067@node MIPS Breakpoint Kinds
42068@subsubsection @acronym{MIPS} Breakpoint Kinds
42069@cindex breakpoint kinds, @acronym{MIPS}
42070
42071These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
42072
42073@table @r
42074
42075@item 2
4207616-bit @acronym{MIPS16} mode breakpoint.
42077
42078@item 3
4207916-bit @acronym{microMIPS} mode breakpoint.
42080
42081@item 4
4208232-bit standard @acronym{MIPS} mode breakpoint.
42083
42084@item 5
4208532-bit @acronym{microMIPS} mode breakpoint.
42086
42087@end table
42088
9d29849a
JB
42089@node Tracepoint Packets
42090@section Tracepoint Packets
42091@cindex tracepoint packets
42092@cindex packets, tracepoint
42093
42094Here we describe the packets @value{GDBN} uses to implement
42095tracepoints (@pxref{Tracepoints}).
42096
42097@table @samp
42098
7a697b8d 42099@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
c614397c 42100@cindex @samp{QTDP} packet
9d29849a
JB
42101Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
42102is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
697aa1b7
EZ
42103the tracepoint is disabled. The @var{step} gives the tracepoint's step
42104count, and @var{pass} gives its pass count. If an @samp{F} is present,
7a697b8d
SS
42105then the tracepoint is to be a fast tracepoint, and the @var{flen} is
42106the number of bytes that the target should copy elsewhere to make room
42107for the tracepoint. If an @samp{X} is present, it introduces a
42108tracepoint condition, which consists of a hexadecimal length, followed
42109by a comma and hex-encoded bytes, in a manner similar to action
42110encodings as described below. If the trailing @samp{-} is present,
42111further @samp{QTDP} packets will follow to specify this tracepoint's
42112actions.
9d29849a
JB
42113
42114Replies:
42115@table @samp
42116@item OK
42117The packet was understood and carried out.
dde08ee1
PA
42118@item qRelocInsn
42119@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 42120@item @w{}
9d29849a
JB
42121The packet was not recognized.
42122@end table
42123
42124@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
697aa1b7 42125Define actions to be taken when a tracepoint is hit. The @var{n} and
9d29849a
JB
42126@var{addr} must be the same as in the initial @samp{QTDP} packet for
42127this tracepoint. This packet may only be sent immediately after
42128another @samp{QTDP} packet that ended with a @samp{-}. If the
42129trailing @samp{-} is present, further @samp{QTDP} packets will follow,
42130specifying more actions for this tracepoint.
42131
42132In the series of action packets for a given tracepoint, at most one
42133can have an @samp{S} before its first @var{action}. If such a packet
42134is sent, it and the following packets define ``while-stepping''
42135actions. Any prior packets define ordinary actions --- that is, those
42136taken when the tracepoint is first hit. If no action packet has an
42137@samp{S}, then all the packets in the series specify ordinary
42138tracepoint actions.
42139
42140The @samp{@var{action}@dots{}} portion of the packet is a series of
42141actions, concatenated without separators. Each action has one of the
42142following forms:
42143
42144@table @samp
42145
42146@item R @var{mask}
697aa1b7 42147Collect the registers whose bits are set in @var{mask},
599b237a 42148a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
42149@var{i} should be collected. (The least significant bit is numbered
42150zero.) Note that @var{mask} may be any number of digits long; it may
42151not fit in a 32-bit word.
42152
42153@item M @var{basereg},@var{offset},@var{len}
42154Collect @var{len} bytes of memory starting at the address in register
42155number @var{basereg}, plus @var{offset}. If @var{basereg} is
42156@samp{-1}, then the range has a fixed address: @var{offset} is the
42157address of the lowest byte to collect. The @var{basereg},
599b237a 42158@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
42159values (the @samp{-1} value for @var{basereg} is a special case).
42160
42161@item X @var{len},@var{expr}
42162Evaluate @var{expr}, whose length is @var{len}, and collect memory as
697aa1b7 42163it directs. The agent expression @var{expr} is as described in
9d29849a
JB
42164@ref{Agent Expressions}. Each byte of the expression is encoded as a
42165two-digit hex number in the packet; @var{len} is the number of bytes
42166in the expression (and thus one-half the number of hex digits in the
42167packet).
42168
42169@end table
42170
42171Any number of actions may be packed together in a single @samp{QTDP}
42172packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
42173length (400 bytes, for many stubs). There may be only one @samp{R}
42174action per tracepoint, and it must precede any @samp{M} or @samp{X}
42175actions. Any registers referred to by @samp{M} and @samp{X} actions
42176must be collected by a preceding @samp{R} action. (The
42177``while-stepping'' actions are treated as if they were attached to a
42178separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
42179
42180Replies:
42181@table @samp
42182@item OK
42183The packet was understood and carried out.
dde08ee1
PA
42184@item qRelocInsn
42185@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 42186@item @w{}
9d29849a
JB
42187The packet was not recognized.
42188@end table
42189
409873ef
SS
42190@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
42191@cindex @samp{QTDPsrc} packet
42192Specify a source string of tracepoint @var{n} at address @var{addr}.
42193This is useful to get accurate reproduction of the tracepoints
697aa1b7 42194originally downloaded at the beginning of the trace run. The @var{type}
409873ef
SS
42195is the name of the tracepoint part, such as @samp{cond} for the
42196tracepoint's conditional expression (see below for a list of types), while
42197@var{bytes} is the string, encoded in hexadecimal.
42198
42199@var{start} is the offset of the @var{bytes} within the overall source
42200string, while @var{slen} is the total length of the source string.
42201This is intended for handling source strings that are longer than will
42202fit in a single packet.
42203@c Add detailed example when this info is moved into a dedicated
42204@c tracepoint descriptions section.
42205
42206The available string types are @samp{at} for the location,
42207@samp{cond} for the conditional, and @samp{cmd} for an action command.
42208@value{GDBN} sends a separate packet for each command in the action
42209list, in the same order in which the commands are stored in the list.
42210
42211The target does not need to do anything with source strings except
42212report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
42213query packets.
42214
42215Although this packet is optional, and @value{GDBN} will only send it
42216if the target replies with @samp{TracepointSource} @xref{General
42217Query Packets}, it makes both disconnected tracing and trace files
42218much easier to use. Otherwise the user must be careful that the
42219tracepoints in effect while looking at trace frames are identical to
42220the ones in effect during the trace run; even a small discrepancy
42221could cause @samp{tdump} not to work, or a particular trace frame not
42222be found.
42223
fa3f8d5a 42224@item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
f61e138d
SS
42225@cindex define trace state variable, remote request
42226@cindex @samp{QTDV} packet
42227Create a new trace state variable, number @var{n}, with an initial
42228value of @var{value}, which is a 64-bit signed integer. Both @var{n}
42229and @var{value} are encoded as hexadecimal values. @value{GDBN} has
42230the option of not using this packet for initial values of zero; the
42231target should simply create the trace state variables as they are
fa3f8d5a
DT
42232mentioned in expressions. The value @var{builtin} should be 1 (one)
42233if the trace state variable is builtin and 0 (zero) if it is not builtin.
42234@value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
42235@samp{qTsV} packet had it set. The contents of @var{name} is the
42236hex-encoded name (without the leading @samp{$}) of the trace state
42237variable.
f61e138d 42238
9d29849a 42239@item QTFrame:@var{n}
c614397c 42240@cindex @samp{QTFrame} packet
9d29849a
JB
42241Select the @var{n}'th tracepoint frame from the buffer, and use the
42242register and memory contents recorded there to answer subsequent
42243request packets from @value{GDBN}.
42244
42245A successful reply from the stub indicates that the stub has found the
42246requested frame. The response is a series of parts, concatenated
42247without separators, describing the frame we selected. Each part has
42248one of the following forms:
42249
42250@table @samp
42251@item F @var{f}
42252The selected frame is number @var{n} in the trace frame buffer;
599b237a 42253@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
42254was no frame matching the criteria in the request packet.
42255
42256@item T @var{t}
42257The selected trace frame records a hit of tracepoint number @var{t};
599b237a 42258@var{t} is a hexadecimal number.
9d29849a
JB
42259
42260@end table
42261
42262@item QTFrame:pc:@var{addr}
42263Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42264currently selected frame whose PC is @var{addr};
599b237a 42265@var{addr} is a hexadecimal number.
9d29849a
JB
42266
42267@item QTFrame:tdp:@var{t}
42268Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42269currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 42270is a hexadecimal number.
9d29849a
JB
42271
42272@item QTFrame:range:@var{start}:@var{end}
42273Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
42274currently selected frame whose PC is between @var{start} (inclusive)
081dfbf7 42275and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
42276numbers.
42277
42278@item QTFrame:outside:@var{start}:@var{end}
42279Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
081dfbf7 42280frame @emph{outside} the given range of addresses (exclusive).
9d29849a 42281
405f8e94 42282@item qTMinFTPILen
c614397c 42283@cindex @samp{qTMinFTPILen} packet
405f8e94
SS
42284This packet requests the minimum length of instruction at which a fast
42285tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
42286the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
42287it depends on the target system being able to create trampolines in
42288the first 64K of memory, which might or might not be possible for that
42289system. So the reply to this packet will be 4 if it is able to
42290arrange for that.
42291
42292Replies:
42293
42294@table @samp
42295@item 0
42296The minimum instruction length is currently unknown.
42297@item @var{length}
697aa1b7
EZ
42298The minimum instruction length is @var{length}, where @var{length}
42299is a hexadecimal number greater or equal to 1. A reply
42300of 1 means that a fast tracepoint may be placed on any instruction
42301regardless of size.
405f8e94
SS
42302@item E
42303An error has occurred.
d57350ea 42304@item @w{}
405f8e94
SS
42305An empty reply indicates that the request is not supported by the stub.
42306@end table
42307
9d29849a 42308@item QTStart
c614397c 42309@cindex @samp{QTStart} packet
dde08ee1
PA
42310Begin the tracepoint experiment. Begin collecting data from
42311tracepoint hits in the trace frame buffer. This packet supports the
42312@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
42313instruction reply packet}).
9d29849a
JB
42314
42315@item QTStop
c614397c 42316@cindex @samp{QTStop} packet
9d29849a
JB
42317End the tracepoint experiment. Stop collecting trace frames.
42318
d248b706
KY
42319@item QTEnable:@var{n}:@var{addr}
42320@anchor{QTEnable}
c614397c 42321@cindex @samp{QTEnable} packet
d248b706
KY
42322Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
42323experiment. If the tracepoint was previously disabled, then collection
42324of data from it will resume.
42325
42326@item QTDisable:@var{n}:@var{addr}
42327@anchor{QTDisable}
c614397c 42328@cindex @samp{QTDisable} packet
d248b706
KY
42329Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
42330experiment. No more data will be collected from the tracepoint unless
42331@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
42332
9d29849a 42333@item QTinit
c614397c 42334@cindex @samp{QTinit} packet
9d29849a
JB
42335Clear the table of tracepoints, and empty the trace frame buffer.
42336
42337@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
c614397c 42338@cindex @samp{QTro} packet
9d29849a
JB
42339Establish the given ranges of memory as ``transparent''. The stub
42340will answer requests for these ranges from memory's current contents,
42341if they were not collected as part of the tracepoint hit.
42342
42343@value{GDBN} uses this to mark read-only regions of memory, like those
42344containing program code. Since these areas never change, they should
42345still have the same contents they did when the tracepoint was hit, so
42346there's no reason for the stub to refuse to provide their contents.
42347
d5551862 42348@item QTDisconnected:@var{value}
c614397c 42349@cindex @samp{QTDisconnected} packet
d5551862
SS
42350Set the choice to what to do with the tracing run when @value{GDBN}
42351disconnects from the target. A @var{value} of 1 directs the target to
42352continue the tracing run, while 0 tells the target to stop tracing if
42353@value{GDBN} is no longer in the picture.
42354
9d29849a 42355@item qTStatus
c614397c 42356@cindex @samp{qTStatus} packet
9d29849a
JB
42357Ask the stub if there is a trace experiment running right now.
42358
4daf5ac0
SS
42359The reply has the form:
42360
42361@table @samp
42362
42363@item T@var{running}@r{[};@var{field}@r{]}@dots{}
42364@var{running} is a single digit @code{1} if the trace is presently
42365running, or @code{0} if not. It is followed by semicolon-separated
42366optional fields that an agent may use to report additional status.
42367
42368@end table
42369
42370If the trace is not running, the agent may report any of several
42371explanations as one of the optional fields:
42372
42373@table @samp
42374
42375@item tnotrun:0
42376No trace has been run yet.
42377
f196051f
SS
42378@item tstop[:@var{text}]:0
42379The trace was stopped by a user-originated stop command. The optional
42380@var{text} field is a user-supplied string supplied as part of the
42381stop command (for instance, an explanation of why the trace was
42382stopped manually). It is hex-encoded.
4daf5ac0
SS
42383
42384@item tfull:0
42385The trace stopped because the trace buffer filled up.
42386
42387@item tdisconnected:0
42388The trace stopped because @value{GDBN} disconnected from the target.
42389
42390@item tpasscount:@var{tpnum}
42391The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
42392
6c28cbf2
SS
42393@item terror:@var{text}:@var{tpnum}
42394The trace stopped because tracepoint @var{tpnum} had an error. The
42395string @var{text} is available to describe the nature of the error
697aa1b7
EZ
42396(for instance, a divide by zero in the condition expression); it
42397is hex encoded.
6c28cbf2 42398
4daf5ac0
SS
42399@item tunknown:0
42400The trace stopped for some other reason.
42401
42402@end table
42403
33da3f1c
SS
42404Additional optional fields supply statistical and other information.
42405Although not required, they are extremely useful for users monitoring
42406the progress of a trace run. If a trace has stopped, and these
42407numbers are reported, they must reflect the state of the just-stopped
42408trace.
4daf5ac0 42409
9d29849a 42410@table @samp
4daf5ac0
SS
42411
42412@item tframes:@var{n}
42413The number of trace frames in the buffer.
42414
42415@item tcreated:@var{n}
42416The total number of trace frames created during the run. This may
42417be larger than the trace frame count, if the buffer is circular.
42418
42419@item tsize:@var{n}
42420The total size of the trace buffer, in bytes.
42421
42422@item tfree:@var{n}
42423The number of bytes still unused in the buffer.
42424
33da3f1c
SS
42425@item circular:@var{n}
42426The value of the circular trace buffer flag. @code{1} means that the
42427trace buffer is circular and old trace frames will be discarded if
42428necessary to make room, @code{0} means that the trace buffer is linear
42429and may fill up.
42430
42431@item disconn:@var{n}
42432The value of the disconnected tracing flag. @code{1} means that
42433tracing will continue after @value{GDBN} disconnects, @code{0} means
42434that the trace run will stop.
42435
9d29849a
JB
42436@end table
42437
f196051f
SS
42438@item qTP:@var{tp}:@var{addr}
42439@cindex tracepoint status, remote request
42440@cindex @samp{qTP} packet
42441Ask the stub for the current state of tracepoint number @var{tp} at
42442address @var{addr}.
42443
42444Replies:
42445@table @samp
42446@item V@var{hits}:@var{usage}
42447The tracepoint has been hit @var{hits} times so far during the trace
42448run, and accounts for @var{usage} in the trace buffer. Note that
42449@code{while-stepping} steps are not counted as separate hits, but the
42450steps' space consumption is added into the usage number.
42451
42452@end table
42453
f61e138d
SS
42454@item qTV:@var{var}
42455@cindex trace state variable value, remote request
42456@cindex @samp{qTV} packet
42457Ask the stub for the value of the trace state variable number @var{var}.
42458
42459Replies:
42460@table @samp
42461@item V@var{value}
42462The value of the variable is @var{value}. This will be the current
42463value of the variable if the user is examining a running target, or a
42464saved value if the variable was collected in the trace frame that the
42465user is looking at. Note that multiple requests may result in
42466different reply values, such as when requesting values while the
42467program is running.
42468
42469@item U
42470The value of the variable is unknown. This would occur, for example,
42471if the user is examining a trace frame in which the requested variable
42472was not collected.
9d29849a
JB
42473@end table
42474
d5551862 42475@item qTfP
c614397c 42476@cindex @samp{qTfP} packet
d5551862 42477@itemx qTsP
c614397c 42478@cindex @samp{qTsP} packet
d5551862
SS
42479These packets request data about tracepoints that are being used by
42480the target. @value{GDBN} sends @code{qTfP} to get the first piece
42481of data, and multiple @code{qTsP} to get additional pieces. Replies
42482to these packets generally take the form of the @code{QTDP} packets
42483that define tracepoints. (FIXME add detailed syntax)
42484
00bf0b85 42485@item qTfV
c614397c 42486@cindex @samp{qTfV} packet
00bf0b85 42487@itemx qTsV
c614397c 42488@cindex @samp{qTsV} packet
00bf0b85
SS
42489These packets request data about trace state variables that are on the
42490target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
42491and multiple @code{qTsV} to get additional variables. Replies to
42492these packets follow the syntax of the @code{QTDV} packets that define
42493trace state variables.
42494
0fb4aa4b
PA
42495@item qTfSTM
42496@itemx qTsSTM
16bdd41f
YQ
42497@anchor{qTfSTM}
42498@anchor{qTsSTM}
c614397c
YQ
42499@cindex @samp{qTfSTM} packet
42500@cindex @samp{qTsSTM} packet
0fb4aa4b
PA
42501These packets request data about static tracepoint markers that exist
42502in the target program. @value{GDBN} sends @code{qTfSTM} to get the
42503first piece of data, and multiple @code{qTsSTM} to get additional
42504pieces. Replies to these packets take the following form:
42505
42506Reply:
42507@table @samp
42508@item m @var{address}:@var{id}:@var{extra}
42509A single marker
42510@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
42511a comma-separated list of markers
42512@item l
42513(lower case letter @samp{L}) denotes end of list.
42514@item E @var{nn}
697aa1b7 42515An error occurred. The error number @var{nn} is given as hex digits.
d57350ea 42516@item @w{}
0fb4aa4b
PA
42517An empty reply indicates that the request is not supported by the
42518stub.
42519@end table
42520
697aa1b7 42521The @var{address} is encoded in hex;
0fb4aa4b
PA
42522@var{id} and @var{extra} are strings encoded in hex.
42523
42524In response to each query, the target will reply with a list of one or
42525more markers, separated by commas. @value{GDBN} will respond to each
42526reply with a request for more markers (using the @samp{qs} form of the
42527query), until the target responds with @samp{l} (lower-case ell, for
42528@dfn{last}).
42529
42530@item qTSTMat:@var{address}
16bdd41f 42531@anchor{qTSTMat}
c614397c 42532@cindex @samp{qTSTMat} packet
0fb4aa4b
PA
42533This packets requests data about static tracepoint markers in the
42534target program at @var{address}. Replies to this packet follow the
42535syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
42536tracepoint markers.
42537
00bf0b85 42538@item QTSave:@var{filename}
c614397c 42539@cindex @samp{QTSave} packet
00bf0b85 42540This packet directs the target to save trace data to the file name
697aa1b7 42541@var{filename} in the target's filesystem. The @var{filename} is encoded
00bf0b85
SS
42542as a hex string; the interpretation of the file name (relative vs
42543absolute, wild cards, etc) is up to the target.
42544
42545@item qTBuffer:@var{offset},@var{len}
c614397c 42546@cindex @samp{qTBuffer} packet
00bf0b85
SS
42547Return up to @var{len} bytes of the current contents of trace buffer,
42548starting at @var{offset}. The trace buffer is treated as if it were
42549a contiguous collection of traceframes, as per the trace file format.
42550The reply consists as many hex-encoded bytes as the target can deliver
42551in a packet; it is not an error to return fewer than were asked for.
42552A reply consisting of just @code{l} indicates that no bytes are
42553available.
42554
4daf5ac0
SS
42555@item QTBuffer:circular:@var{value}
42556This packet directs the target to use a circular trace buffer if
42557@var{value} is 1, or a linear buffer if the value is 0.
42558
f6f899bf 42559@item QTBuffer:size:@var{size}
28abe188
EZ
42560@anchor{QTBuffer-size}
42561@cindex @samp{QTBuffer size} packet
f6f899bf
HAQ
42562This packet directs the target to make the trace buffer be of size
42563@var{size} if possible. A value of @code{-1} tells the target to
42564use whatever size it prefers.
42565
f196051f 42566@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
c614397c 42567@cindex @samp{QTNotes} packet
f196051f
SS
42568This packet adds optional textual notes to the trace run. Allowable
42569types include @code{user}, @code{notes}, and @code{tstop}, the
42570@var{text} fields are arbitrary strings, hex-encoded.
42571
f61e138d 42572@end table
9d29849a 42573
dde08ee1
PA
42574@subsection Relocate instruction reply packet
42575When installing fast tracepoints in memory, the target may need to
42576relocate the instruction currently at the tracepoint address to a
42577different address in memory. For most instructions, a simple copy is
42578enough, but, for example, call instructions that implicitly push the
42579return address on the stack, and relative branches or other
42580PC-relative instructions require offset adjustment, so that the effect
42581of executing the instruction at a different address is the same as if
42582it had executed in the original location.
42583
42584In response to several of the tracepoint packets, the target may also
42585respond with a number of intermediate @samp{qRelocInsn} request
42586packets before the final result packet, to have @value{GDBN} handle
42587this relocation operation. If a packet supports this mechanism, its
42588documentation will explicitly say so. See for example the above
42589descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
42590format of the request is:
42591
42592@table @samp
42593@item qRelocInsn:@var{from};@var{to}
42594
42595This requests @value{GDBN} to copy instruction at address @var{from}
42596to address @var{to}, possibly adjusted so that executing the
42597instruction at @var{to} has the same effect as executing it at
42598@var{from}. @value{GDBN} writes the adjusted instruction to target
42599memory starting at @var{to}.
42600@end table
42601
42602Replies:
42603@table @samp
42604@item qRelocInsn:@var{adjusted_size}
697aa1b7 42605Informs the stub the relocation is complete. The @var{adjusted_size} is
dde08ee1
PA
42606the length in bytes of resulting relocated instruction sequence.
42607@item E @var{NN}
42608A badly formed request was detected, or an error was encountered while
42609relocating the instruction.
42610@end table
42611
a6b151f1
DJ
42612@node Host I/O Packets
42613@section Host I/O Packets
42614@cindex Host I/O, remote protocol
42615@cindex file transfer, remote protocol
42616
42617The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
42618operations on the far side of a remote link. For example, Host I/O is
42619used to upload and download files to a remote target with its own
42620filesystem. Host I/O uses the same constant values and data structure
42621layout as the target-initiated File-I/O protocol. However, the
42622Host I/O packets are structured differently. The target-initiated
42623protocol relies on target memory to store parameters and buffers.
42624Host I/O requests are initiated by @value{GDBN}, and the
42625target's memory is not involved. @xref{File-I/O Remote Protocol
42626Extension}, for more details on the target-initiated protocol.
42627
42628The Host I/O request packets all encode a single operation along with
42629its arguments. They have this format:
42630
42631@table @samp
42632
42633@item vFile:@var{operation}: @var{parameter}@dots{}
42634@var{operation} is the name of the particular request; the target
42635should compare the entire packet name up to the second colon when checking
42636for a supported operation. The format of @var{parameter} depends on
42637the operation. Numbers are always passed in hexadecimal. Negative
42638numbers have an explicit minus sign (i.e.@: two's complement is not
42639used). Strings (e.g.@: filenames) are encoded as a series of
42640hexadecimal bytes. The last argument to a system call may be a
42641buffer of escaped binary data (@pxref{Binary Data}).
42642
42643@end table
42644
42645The valid responses to Host I/O packets are:
42646
42647@table @samp
42648
42649@item F @var{result} [, @var{errno}] [; @var{attachment}]
42650@var{result} is the integer value returned by this operation, usually
42651non-negative for success and -1 for errors. If an error has occured,
697aa1b7 42652@var{errno} will be included in the result specifying a
a6b151f1
DJ
42653value defined by the File-I/O protocol (@pxref{Errno Values}). For
42654operations which return data, @var{attachment} supplies the data as a
42655binary buffer. Binary buffers in response packets are escaped in the
42656normal way (@pxref{Binary Data}). See the individual packet
42657documentation for the interpretation of @var{result} and
42658@var{attachment}.
42659
d57350ea 42660@item @w{}
a6b151f1
DJ
42661An empty response indicates that this operation is not recognized.
42662
42663@end table
42664
42665These are the supported Host I/O operations:
42666
42667@table @samp
697aa1b7
EZ
42668@item vFile:open: @var{filename}, @var{flags}, @var{mode}
42669Open a file at @var{filename} and return a file descriptor for it, or
42670return -1 if an error occurs. The @var{filename} is a string,
a6b151f1
DJ
42671@var{flags} is an integer indicating a mask of open flags
42672(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
42673of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 42674@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
42675
42676@item vFile:close: @var{fd}
42677Close the open file corresponding to @var{fd} and return 0, or
42678-1 if an error occurs.
42679
42680@item vFile:pread: @var{fd}, @var{count}, @var{offset}
42681Read data from the open file corresponding to @var{fd}. Up to
42682@var{count} bytes will be read from the file, starting at @var{offset}
42683relative to the start of the file. The target may read fewer bytes;
42684common reasons include packet size limits and an end-of-file
42685condition. The number of bytes read is returned. Zero should only be
42686returned for a successful read at the end of the file, or if
42687@var{count} was zero.
42688
42689The data read should be returned as a binary attachment on success.
42690If zero bytes were read, the response should include an empty binary
42691attachment (i.e.@: a trailing semicolon). The return value is the
42692number of target bytes read; the binary attachment may be longer if
42693some characters were escaped.
42694
42695@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
42696Write @var{data} (a binary buffer) to the open file corresponding
42697to @var{fd}. Start the write at @var{offset} from the start of the
42698file. Unlike many @code{write} system calls, there is no
42699separate @var{count} argument; the length of @var{data} in the
fb092e09 42700packet is used. @samp{vFile:pwrite} returns the number of bytes written,
a6b151f1
DJ
42701which may be shorter than the length of @var{data}, or -1 if an
42702error occurred.
42703
0a93529c
GB
42704@item vFile:fstat: @var{fd}
42705Get information about the open file corresponding to @var{fd}.
42706On success the information is returned as a binary attachment
42707and the return value is the size of this attachment in bytes.
42708If an error occurs the return value is -1. The format of the
42709returned binary attachment is as described in @ref{struct stat}.
42710
697aa1b7
EZ
42711@item vFile:unlink: @var{filename}
42712Delete the file at @var{filename} on the target. Return 0,
42713or -1 if an error occurs. The @var{filename} is a string.
a6b151f1 42714
b9e7b9c3
UW
42715@item vFile:readlink: @var{filename}
42716Read value of symbolic link @var{filename} on the target. Return
42717the number of bytes read, or -1 if an error occurs.
42718
42719The data read should be returned as a binary attachment on success.
42720If zero bytes were read, the response should include an empty binary
42721attachment (i.e.@: a trailing semicolon). The return value is the
42722number of target bytes read; the binary attachment may be longer if
42723some characters were escaped.
42724
15a201c8
GB
42725@item vFile:setfs: @var{pid}
42726Select the filesystem on which @code{vFile} operations with
42727@var{filename} arguments will operate. This is required for
42728@value{GDBN} to be able to access files on remote targets where
42729the remote stub does not share a common filesystem with the
42730inferior(s).
42731
42732If @var{pid} is nonzero, select the filesystem as seen by process
42733@var{pid}. If @var{pid} is zero, select the filesystem as seen by
42734the remote stub. Return 0 on success, or -1 if an error occurs.
42735If @code{vFile:setfs:} indicates success, the selected filesystem
42736remains selected until the next successful @code{vFile:setfs:}
42737operation.
42738
a6b151f1
DJ
42739@end table
42740
9a6253be
KB
42741@node Interrupts
42742@section Interrupts
42743@cindex interrupts (remote protocol)
de979965 42744@anchor{interrupting remote targets}
9a6253be 42745
de979965
PA
42746In all-stop mode, when a program on the remote target is running,
42747@value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
42748@code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
42749is specified via @value{GDBN}'s @samp{interrupt-sequence}.
9a6253be
KB
42750
42751The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
42752mechanism and may, in fact, be undefined. @value{GDBN} does not
42753currently define a @code{BREAK} mechanism for any of the network
42754interfaces except for TCP, in which case @value{GDBN} sends the
42755@code{telnet} BREAK sequence.
9a6253be
KB
42756
42757@samp{Ctrl-C}, on the other hand, is defined and implemented for all
42758transport mechanisms. It is represented by sending the single byte
42759@code{0x03} without any of the usual packet overhead described in
42760the Overview section (@pxref{Overview}). When a @code{0x03} byte is
42761transmitted as part of a packet, it is considered to be packet data
42762and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 42763(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
42764@code{0x03} as part of its packet.
42765
9a7071a8
JB
42766@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
42767When Linux kernel receives this sequence from serial port,
42768it stops execution and connects to gdb.
42769
de979965
PA
42770In non-stop mode, because packet resumptions are asynchronous
42771(@pxref{vCont packet}), @value{GDBN} is always free to send a remote
42772command to the remote stub, even when the target is running. For that
42773reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
42774packet}) with the usual packet framing instead of the single byte
42775@code{0x03}.
42776
9a6253be
KB
42777Stubs are not required to recognize these interrupt mechanisms and the
42778precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
42779implementation defined. If the target supports debugging of multiple
42780threads and/or processes, it should attempt to interrupt all
42781currently-executing threads and processes.
42782If the stub is successful at interrupting the
42783running program, it should send one of the stop
42784reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
42785of successfully stopping the program in all-stop mode, and a stop reply
42786for each stopped thread in non-stop mode.
42787Interrupts received while the
cde67b27
YQ
42788program is stopped are queued and the program will be interrupted when
42789it is resumed next time.
8b23ecc4
SL
42790
42791@node Notification Packets
42792@section Notification Packets
42793@cindex notification packets
42794@cindex packets, notification
42795
42796The @value{GDBN} remote serial protocol includes @dfn{notifications},
42797packets that require no acknowledgment. Both the GDB and the stub
42798may send notifications (although the only notifications defined at
42799present are sent by the stub). Notifications carry information
42800without incurring the round-trip latency of an acknowledgment, and so
42801are useful for low-impact communications where occasional packet loss
42802is not a problem.
42803
42804A notification packet has the form @samp{% @var{data} #
42805@var{checksum}}, where @var{data} is the content of the notification,
42806and @var{checksum} is a checksum of @var{data}, computed and formatted
42807as for ordinary @value{GDBN} packets. A notification's @var{data}
42808never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
42809receiving a notification, the recipient sends no @samp{+} or @samp{-}
42810to acknowledge the notification's receipt or to report its corruption.
42811
42812Every notification's @var{data} begins with a name, which contains no
42813colon characters, followed by a colon character.
42814
42815Recipients should silently ignore corrupted notifications and
42816notifications they do not understand. Recipients should restart
42817timeout periods on receipt of a well-formed notification, whether or
42818not they understand it.
42819
42820Senders should only send the notifications described here when this
42821protocol description specifies that they are permitted. In the
42822future, we may extend the protocol to permit existing notifications in
42823new contexts; this rule helps older senders avoid confusing newer
42824recipients.
42825
42826(Older versions of @value{GDBN} ignore bytes received until they see
42827the @samp{$} byte that begins an ordinary packet, so new stubs may
42828transmit notifications without fear of confusing older clients. There
42829are no notifications defined for @value{GDBN} to send at the moment, but we
42830assume that most older stubs would ignore them, as well.)
42831
8dbe8ece 42832Each notification is comprised of three parts:
8b23ecc4 42833@table @samp
8dbe8ece
YQ
42834@item @var{name}:@var{event}
42835The notification packet is sent by the side that initiates the
42836exchange (currently, only the stub does that), with @var{event}
697aa1b7
EZ
42837carrying the specific information about the notification, and
42838@var{name} specifying the name of the notification.
8dbe8ece
YQ
42839@item @var{ack}
42840The acknowledge sent by the other side, usually @value{GDBN}, to
42841acknowledge the exchange and request the event.
42842@end table
42843
42844The purpose of an asynchronous notification mechanism is to report to
42845@value{GDBN} that something interesting happened in the remote stub.
42846
42847The remote stub may send notification @var{name}:@var{event}
42848at any time, but @value{GDBN} acknowledges the notification when
42849appropriate. The notification event is pending before @value{GDBN}
42850acknowledges. Only one notification at a time may be pending; if
42851additional events occur before @value{GDBN} has acknowledged the
42852previous notification, they must be queued by the stub for later
42853synchronous transmission in response to @var{ack} packets from
42854@value{GDBN}. Because the notification mechanism is unreliable,
42855the stub is permitted to resend a notification if it believes
42856@value{GDBN} may not have received it.
42857
42858Specifically, notifications may appear when @value{GDBN} is not
42859otherwise reading input from the stub, or when @value{GDBN} is
42860expecting to read a normal synchronous response or a
42861@samp{+}/@samp{-} acknowledgment to a packet it has sent.
42862Notification packets are distinct from any other communication from
42863the stub so there is no ambiguity.
42864
42865After receiving a notification, @value{GDBN} shall acknowledge it by
42866sending a @var{ack} packet as a regular, synchronous request to the
42867stub. Such acknowledgment is not required to happen immediately, as
42868@value{GDBN} is permitted to send other, unrelated packets to the
42869stub first, which the stub should process normally.
42870
42871Upon receiving a @var{ack} packet, if the stub has other queued
42872events to report to @value{GDBN}, it shall respond by sending a
42873normal @var{event}. @value{GDBN} shall then send another @var{ack}
42874packet to solicit further responses; again, it is permitted to send
42875other, unrelated packets as well which the stub should process
42876normally.
42877
42878If the stub receives a @var{ack} packet and there are no additional
42879@var{event} to report, the stub shall return an @samp{OK} response.
42880At this point, @value{GDBN} has finished processing a notification
42881and the stub has completed sending any queued events. @value{GDBN}
42882won't accept any new notifications until the final @samp{OK} is
42883received . If further notification events occur, the stub shall send
42884a new notification, @value{GDBN} shall accept the notification, and
42885the process shall be repeated.
42886
42887The process of asynchronous notification can be illustrated by the
42888following example:
42889@smallexample
4435e1cc 42890<- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
8dbe8ece
YQ
42891@code{...}
42892-> @code{vStopped}
42893<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
42894-> @code{vStopped}
42895<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
42896-> @code{vStopped}
42897<- @code{OK}
42898@end smallexample
42899
42900The following notifications are defined:
42901@multitable @columnfractions 0.12 0.12 0.38 0.38
42902
42903@item Notification
42904@tab Ack
42905@tab Event
42906@tab Description
42907
42908@item Stop
42909@tab vStopped
42910@tab @var{reply}. The @var{reply} has the form of a stop reply, as
8b23ecc4
SL
42911described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
42912for information on how these notifications are acknowledged by
42913@value{GDBN}.
8dbe8ece
YQ
42914@tab Report an asynchronous stop event in non-stop mode.
42915
42916@end multitable
8b23ecc4
SL
42917
42918@node Remote Non-Stop
42919@section Remote Protocol Support for Non-Stop Mode
42920
42921@value{GDBN}'s remote protocol supports non-stop debugging of
42922multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
42923supports non-stop mode, it should report that to @value{GDBN} by including
42924@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
42925
42926@value{GDBN} typically sends a @samp{QNonStop} packet only when
42927establishing a new connection with the stub. Entering non-stop mode
42928does not alter the state of any currently-running threads, but targets
42929must stop all threads in any already-attached processes when entering
42930all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
42931probe the target state after a mode change.
42932
42933In non-stop mode, when an attached process encounters an event that
42934would otherwise be reported with a stop reply, it uses the
42935asynchronous notification mechanism (@pxref{Notification Packets}) to
42936inform @value{GDBN}. In contrast to all-stop mode, where all threads
42937in all processes are stopped when a stop reply is sent, in non-stop
42938mode only the thread reporting the stop event is stopped. That is,
42939when reporting a @samp{S} or @samp{T} response to indicate completion
42940of a step operation, hitting a breakpoint, or a fault, only the
42941affected thread is stopped; any other still-running threads continue
42942to run. When reporting a @samp{W} or @samp{X} response, all running
42943threads belonging to other attached processes continue to run.
42944
8b23ecc4
SL
42945In non-stop mode, the target shall respond to the @samp{?} packet as
42946follows. First, any incomplete stop reply notification/@samp{vStopped}
42947sequence in progress is abandoned. The target must begin a new
42948sequence reporting stop events for all stopped threads, whether or not
42949it has previously reported those events to @value{GDBN}. The first
42950stop reply is sent as a synchronous reply to the @samp{?} packet, and
42951subsequent stop replies are sent as responses to @samp{vStopped} packets
42952using the mechanism described above. The target must not send
42953asynchronous stop reply notifications until the sequence is complete.
42954If all threads are running when the target receives the @samp{?} packet,
42955or if the target is not attached to any process, it shall respond
42956@samp{OK}.
9a6253be 42957
f7e6eed5
PA
42958If the stub supports non-stop mode, it should also support the
42959@samp{swbreak} stop reason if software breakpoints are supported, and
42960the @samp{hwbreak} stop reason if hardware breakpoints are supported
42961(@pxref{swbreak stop reason}). This is because given the asynchronous
42962nature of non-stop mode, between the time a thread hits a breakpoint
42963and the time the event is finally processed by @value{GDBN}, the
42964breakpoint may have already been removed from the target. Due to
42965this, @value{GDBN} needs to be able to tell whether a trap stop was
42966caused by a delayed breakpoint event, which should be ignored, as
42967opposed to a random trap signal, which should be reported to the user.
42968Note the @samp{swbreak} feature implies that the target is responsible
42969for adjusting the PC when a software breakpoint triggers, if
42970necessary, such as on the x86 architecture.
42971
a6f3e723
SL
42972@node Packet Acknowledgment
42973@section Packet Acknowledgment
42974
42975@cindex acknowledgment, for @value{GDBN} remote
42976@cindex packet acknowledgment, for @value{GDBN} remote
42977By default, when either the host or the target machine receives a packet,
42978the first response expected is an acknowledgment: either @samp{+} (to indicate
42979the package was received correctly) or @samp{-} (to request retransmission).
42980This mechanism allows the @value{GDBN} remote protocol to operate over
42981unreliable transport mechanisms, such as a serial line.
42982
42983In cases where the transport mechanism is itself reliable (such as a pipe or
42984TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
42985It may be desirable to disable them in that case to reduce communication
42986overhead, or for other reasons. This can be accomplished by means of the
42987@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
42988
42989When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
42990expect @samp{+}/@samp{-} protocol acknowledgments. The packet
42991and response format still includes the normal checksum, as described in
42992@ref{Overview}, but the checksum may be ignored by the receiver.
42993
42994If the stub supports @samp{QStartNoAckMode} and prefers to operate in
42995no-acknowledgment mode, it should report that to @value{GDBN}
42996by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
42997@pxref{qSupported}.
42998If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
42999disabled via the @code{set remote noack-packet off} command
43000(@pxref{Remote Configuration}),
43001@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
43002Only then may the stub actually turn off packet acknowledgments.
43003@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
43004response, which can be safely ignored by the stub.
43005
43006Note that @code{set remote noack-packet} command only affects negotiation
43007between @value{GDBN} and the stub when subsequent connections are made;
43008it does not affect the protocol acknowledgment state for any current
43009connection.
43010Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
43011new connection is established,
43012there is also no protocol request to re-enable the acknowledgments
43013for the current connection, once disabled.
43014
ee2d5c50
AC
43015@node Examples
43016@section Examples
eb12ee30 43017
8e04817f
AC
43018Example sequence of a target being re-started. Notice how the restart
43019does not get any direct output:
eb12ee30 43020
474c8240 43021@smallexample
d2c6833e
AC
43022-> @code{R00}
43023<- @code{+}
8e04817f 43024@emph{target restarts}
d2c6833e 43025-> @code{?}
8e04817f 43026<- @code{+}
d2c6833e
AC
43027<- @code{T001:1234123412341234}
43028-> @code{+}
474c8240 43029@end smallexample
eb12ee30 43030
8e04817f 43031Example sequence of a target being stepped by a single instruction:
eb12ee30 43032
474c8240 43033@smallexample
d2c6833e 43034-> @code{G1445@dots{}}
8e04817f 43035<- @code{+}
d2c6833e
AC
43036-> @code{s}
43037<- @code{+}
43038@emph{time passes}
43039<- @code{T001:1234123412341234}
8e04817f 43040-> @code{+}
d2c6833e 43041-> @code{g}
8e04817f 43042<- @code{+}
d2c6833e
AC
43043<- @code{1455@dots{}}
43044-> @code{+}
474c8240 43045@end smallexample
eb12ee30 43046
79a6e687
BW
43047@node File-I/O Remote Protocol Extension
43048@section File-I/O Remote Protocol Extension
0ce1b118
CV
43049@cindex File-I/O remote protocol extension
43050
43051@menu
43052* File-I/O Overview::
79a6e687
BW
43053* Protocol Basics::
43054* The F Request Packet::
43055* The F Reply Packet::
43056* The Ctrl-C Message::
0ce1b118 43057* Console I/O::
79a6e687 43058* List of Supported Calls::
db2e3e2e 43059* Protocol-specific Representation of Datatypes::
0ce1b118
CV
43060* Constants::
43061* File-I/O Examples::
43062@end menu
43063
43064@node File-I/O Overview
43065@subsection File-I/O Overview
43066@cindex file-i/o overview
43067
9c16f35a 43068The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 43069target to use the host's file system and console I/O to perform various
0ce1b118 43070system calls. System calls on the target system are translated into a
fc320d37
SL
43071remote protocol packet to the host system, which then performs the needed
43072actions and returns a response packet to the target system.
0ce1b118
CV
43073This simulates file system operations even on targets that lack file systems.
43074
fc320d37
SL
43075The protocol is defined to be independent of both the host and target systems.
43076It uses its own internal representation of datatypes and values. Both
0ce1b118 43077@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
43078translating the system-dependent value representations into the internal
43079protocol representations when data is transmitted.
0ce1b118 43080
fc320d37
SL
43081The communication is synchronous. A system call is possible only when
43082@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
43083or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 43084the target is stopped to allow deterministic access to the target's
fc320d37
SL
43085memory. Therefore File-I/O is not interruptible by target signals. On
43086the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 43087(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
43088
43089The target's request to perform a host system call does not finish
43090the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
43091after finishing the system call, the target returns to continuing the
43092previous activity (continue, step). No additional continue or step
43093request from @value{GDBN} is required.
43094
43095@smallexample
f7dc1244 43096(@value{GDBP}) continue
0ce1b118
CV
43097 <- target requests 'system call X'
43098 target is stopped, @value{GDBN} executes system call
3f94c067
BW
43099 -> @value{GDBN} returns result
43100 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
43101 <- target hits breakpoint and sends a Txx packet
43102@end smallexample
43103
fc320d37
SL
43104The protocol only supports I/O on the console and to regular files on
43105the host file system. Character or block special devices, pipes,
43106named pipes, sockets or any other communication method on the host
0ce1b118
CV
43107system are not supported by this protocol.
43108
8b23ecc4
SL
43109File I/O is not supported in non-stop mode.
43110
79a6e687
BW
43111@node Protocol Basics
43112@subsection Protocol Basics
0ce1b118
CV
43113@cindex protocol basics, file-i/o
43114
fc320d37
SL
43115The File-I/O protocol uses the @code{F} packet as the request as well
43116as reply packet. Since a File-I/O system call can only occur when
43117@value{GDBN} is waiting for a response from the continuing or stepping target,
43118the File-I/O request is a reply that @value{GDBN} has to expect as a result
43119of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
43120This @code{F} packet contains all information needed to allow @value{GDBN}
43121to call the appropriate host system call:
43122
43123@itemize @bullet
b383017d 43124@item
0ce1b118
CV
43125A unique identifier for the requested system call.
43126
43127@item
43128All parameters to the system call. Pointers are given as addresses
43129in the target memory address space. Pointers to strings are given as
b383017d 43130pointer/length pair. Numerical values are given as they are.
db2e3e2e 43131Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
43132
43133@end itemize
43134
fc320d37 43135At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
43136
43137@itemize @bullet
b383017d 43138@item
fc320d37
SL
43139If the parameters include pointer values to data needed as input to a
43140system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
43141standard @code{m} packet request. This additional communication has to be
43142expected by the target implementation and is handled as any other @code{m}
43143packet.
43144
43145@item
43146@value{GDBN} translates all value from protocol representation to host
43147representation as needed. Datatypes are coerced into the host types.
43148
43149@item
fc320d37 43150@value{GDBN} calls the system call.
0ce1b118
CV
43151
43152@item
43153It then coerces datatypes back to protocol representation.
43154
43155@item
fc320d37
SL
43156If the system call is expected to return data in buffer space specified
43157by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
43158target using a @code{M} or @code{X} packet. This packet has to be expected
43159by the target implementation and is handled as any other @code{M} or @code{X}
43160packet.
43161
43162@end itemize
43163
43164Eventually @value{GDBN} replies with another @code{F} packet which contains all
43165necessary information for the target to continue. This at least contains
43166
43167@itemize @bullet
43168@item
43169Return value.
43170
43171@item
43172@code{errno}, if has been changed by the system call.
43173
43174@item
43175``Ctrl-C'' flag.
43176
43177@end itemize
43178
43179After having done the needed type and value coercion, the target continues
43180the latest continue or step action.
43181
79a6e687
BW
43182@node The F Request Packet
43183@subsection The @code{F} Request Packet
0ce1b118
CV
43184@cindex file-i/o request packet
43185@cindex @code{F} request packet
43186
43187The @code{F} request packet has the following format:
43188
43189@table @samp
fc320d37 43190@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
43191
43192@var{call-id} is the identifier to indicate the host system call to be called.
43193This is just the name of the function.
43194
fc320d37
SL
43195@var{parameter@dots{}} are the parameters to the system call.
43196Parameters are hexadecimal integer values, either the actual values in case
43197of scalar datatypes, pointers to target buffer space in case of compound
43198datatypes and unspecified memory areas, or pointer/length pairs in case
43199of string parameters. These are appended to the @var{call-id} as a
43200comma-delimited list. All values are transmitted in ASCII
43201string representation, pointer/length pairs separated by a slash.
0ce1b118 43202
b383017d 43203@end table
0ce1b118 43204
fc320d37 43205
0ce1b118 43206
79a6e687
BW
43207@node The F Reply Packet
43208@subsection The @code{F} Reply Packet
0ce1b118
CV
43209@cindex file-i/o reply packet
43210@cindex @code{F} reply packet
43211
43212The @code{F} reply packet has the following format:
43213
43214@table @samp
43215
d3bdde98 43216@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
43217
43218@var{retcode} is the return code of the system call as hexadecimal value.
43219
db2e3e2e
BW
43220@var{errno} is the @code{errno} set by the call, in protocol-specific
43221representation.
0ce1b118
CV
43222This parameter can be omitted if the call was successful.
43223
fc320d37
SL
43224@var{Ctrl-C flag} is only sent if the user requested a break. In this
43225case, @var{errno} must be sent as well, even if the call was successful.
43226The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
43227
43228@smallexample
43229F0,0,C
43230@end smallexample
43231
43232@noindent
fc320d37 43233or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
43234
43235@smallexample
43236F-1,4,C
43237@end smallexample
43238
43239@noindent
db2e3e2e 43240assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
43241
43242@end table
43243
0ce1b118 43244
79a6e687
BW
43245@node The Ctrl-C Message
43246@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
43247@cindex ctrl-c message, in file-i/o protocol
43248
c8aa23ab 43249If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 43250reply packet (@pxref{The F Reply Packet}),
fc320d37 43251the target should behave as if it had
0ce1b118 43252gotten a break message. The meaning for the target is ``system call
fc320d37 43253interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 43254(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 43255packet.
fc320d37
SL
43256
43257It's important for the target to know in which
43258state the system call was interrupted. There are two possible cases:
0ce1b118
CV
43259
43260@itemize @bullet
43261@item
43262The system call hasn't been performed on the host yet.
43263
43264@item
43265The system call on the host has been finished.
43266
43267@end itemize
43268
43269These two states can be distinguished by the target by the value of the
43270returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
43271call hasn't been performed. This is equivalent to the @code{EINTR} handling
43272on POSIX systems. In any other case, the target may presume that the
fc320d37 43273system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
43274as if the break message arrived right after the system call.
43275
fc320d37 43276@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
43277yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
43278@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
43279before the user requests a break, the full action must be finished by
43280@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
43281The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
43282or the full action has been completed.
43283
43284@node Console I/O
43285@subsection Console I/O
43286@cindex console i/o as part of file-i/o
43287
d3e8051b 43288By default and if not explicitly closed by the target system, the file
0ce1b118
CV
43289descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
43290on the @value{GDBN} console is handled as any other file output operation
43291(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
43292by @value{GDBN} so that after the target read request from file descriptor
432930 all following typing is buffered until either one of the following
43294conditions is met:
43295
43296@itemize @bullet
43297@item
c8aa23ab 43298The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
43299@code{read}
43300system call is treated as finished.
43301
43302@item
7f9087cb 43303The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 43304newline.
0ce1b118
CV
43305
43306@item
c8aa23ab
EZ
43307The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
43308character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
43309
43310@end itemize
43311
fc320d37
SL
43312If the user has typed more characters than fit in the buffer given to
43313the @code{read} call, the trailing characters are buffered in @value{GDBN} until
43314either another @code{read(0, @dots{})} is requested by the target, or debugging
43315is stopped at the user's request.
0ce1b118 43316
0ce1b118 43317
79a6e687
BW
43318@node List of Supported Calls
43319@subsection List of Supported Calls
0ce1b118
CV
43320@cindex list of supported file-i/o calls
43321
43322@menu
43323* open::
43324* close::
43325* read::
43326* write::
43327* lseek::
43328* rename::
43329* unlink::
43330* stat/fstat::
43331* gettimeofday::
43332* isatty::
43333* system::
43334@end menu
43335
43336@node open
43337@unnumberedsubsubsec open
43338@cindex open, file-i/o system call
43339
fc320d37
SL
43340@table @asis
43341@item Synopsis:
0ce1b118 43342@smallexample
0ce1b118
CV
43343int open(const char *pathname, int flags);
43344int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
43345@end smallexample
43346
fc320d37
SL
43347@item Request:
43348@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
43349
0ce1b118 43350@noindent
fc320d37 43351@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
43352
43353@table @code
b383017d 43354@item O_CREAT
0ce1b118
CV
43355If the file does not exist it will be created. The host
43356rules apply as far as file ownership and time stamps
43357are concerned.
43358
b383017d 43359@item O_EXCL
fc320d37 43360When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
43361an error and open() fails.
43362
b383017d 43363@item O_TRUNC
0ce1b118 43364If the file already exists and the open mode allows
fc320d37
SL
43365writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
43366truncated to zero length.
0ce1b118 43367
b383017d 43368@item O_APPEND
0ce1b118
CV
43369The file is opened in append mode.
43370
b383017d 43371@item O_RDONLY
0ce1b118
CV
43372The file is opened for reading only.
43373
b383017d 43374@item O_WRONLY
0ce1b118
CV
43375The file is opened for writing only.
43376
b383017d 43377@item O_RDWR
0ce1b118 43378The file is opened for reading and writing.
fc320d37 43379@end table
0ce1b118
CV
43380
43381@noindent
fc320d37 43382Other bits are silently ignored.
0ce1b118 43383
0ce1b118
CV
43384
43385@noindent
fc320d37 43386@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
43387
43388@table @code
b383017d 43389@item S_IRUSR
0ce1b118
CV
43390User has read permission.
43391
b383017d 43392@item S_IWUSR
0ce1b118
CV
43393User has write permission.
43394
b383017d 43395@item S_IRGRP
0ce1b118
CV
43396Group has read permission.
43397
b383017d 43398@item S_IWGRP
0ce1b118
CV
43399Group has write permission.
43400
b383017d 43401@item S_IROTH
0ce1b118
CV
43402Others have read permission.
43403
b383017d 43404@item S_IWOTH
0ce1b118 43405Others have write permission.
fc320d37 43406@end table
0ce1b118
CV
43407
43408@noindent
fc320d37 43409Other bits are silently ignored.
0ce1b118 43410
0ce1b118 43411
fc320d37
SL
43412@item Return value:
43413@code{open} returns the new file descriptor or -1 if an error
43414occurred.
0ce1b118 43415
fc320d37 43416@item Errors:
0ce1b118
CV
43417
43418@table @code
b383017d 43419@item EEXIST
fc320d37 43420@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 43421
b383017d 43422@item EISDIR
fc320d37 43423@var{pathname} refers to a directory.
0ce1b118 43424
b383017d 43425@item EACCES
0ce1b118
CV
43426The requested access is not allowed.
43427
43428@item ENAMETOOLONG
fc320d37 43429@var{pathname} was too long.
0ce1b118 43430
b383017d 43431@item ENOENT
fc320d37 43432A directory component in @var{pathname} does not exist.
0ce1b118 43433
b383017d 43434@item ENODEV
fc320d37 43435@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 43436
b383017d 43437@item EROFS
fc320d37 43438@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
43439write access was requested.
43440
b383017d 43441@item EFAULT
fc320d37 43442@var{pathname} is an invalid pointer value.
0ce1b118 43443
b383017d 43444@item ENOSPC
0ce1b118
CV
43445No space on device to create the file.
43446
b383017d 43447@item EMFILE
0ce1b118
CV
43448The process already has the maximum number of files open.
43449
b383017d 43450@item ENFILE
0ce1b118
CV
43451The limit on the total number of files open on the system
43452has been reached.
43453
b383017d 43454@item EINTR
0ce1b118
CV
43455The call was interrupted by the user.
43456@end table
43457
fc320d37
SL
43458@end table
43459
0ce1b118
CV
43460@node close
43461@unnumberedsubsubsec close
43462@cindex close, file-i/o system call
43463
fc320d37
SL
43464@table @asis
43465@item Synopsis:
0ce1b118 43466@smallexample
0ce1b118 43467int close(int fd);
fc320d37 43468@end smallexample
0ce1b118 43469
fc320d37
SL
43470@item Request:
43471@samp{Fclose,@var{fd}}
0ce1b118 43472
fc320d37
SL
43473@item Return value:
43474@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 43475
fc320d37 43476@item Errors:
0ce1b118
CV
43477
43478@table @code
b383017d 43479@item EBADF
fc320d37 43480@var{fd} isn't a valid open file descriptor.
0ce1b118 43481
b383017d 43482@item EINTR
0ce1b118
CV
43483The call was interrupted by the user.
43484@end table
43485
fc320d37
SL
43486@end table
43487
0ce1b118
CV
43488@node read
43489@unnumberedsubsubsec read
43490@cindex read, file-i/o system call
43491
fc320d37
SL
43492@table @asis
43493@item Synopsis:
0ce1b118 43494@smallexample
0ce1b118 43495int read(int fd, void *buf, unsigned int count);
fc320d37 43496@end smallexample
0ce1b118 43497
fc320d37
SL
43498@item Request:
43499@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 43500
fc320d37 43501@item Return value:
0ce1b118
CV
43502On success, the number of bytes read is returned.
43503Zero indicates end of file. If count is zero, read
b383017d 43504returns zero as well. On error, -1 is returned.
0ce1b118 43505
fc320d37 43506@item Errors:
0ce1b118
CV
43507
43508@table @code
b383017d 43509@item EBADF
fc320d37 43510@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
43511reading.
43512
b383017d 43513@item EFAULT
fc320d37 43514@var{bufptr} is an invalid pointer value.
0ce1b118 43515
b383017d 43516@item EINTR
0ce1b118
CV
43517The call was interrupted by the user.
43518@end table
43519
fc320d37
SL
43520@end table
43521
0ce1b118
CV
43522@node write
43523@unnumberedsubsubsec write
43524@cindex write, file-i/o system call
43525
fc320d37
SL
43526@table @asis
43527@item Synopsis:
0ce1b118 43528@smallexample
0ce1b118 43529int write(int fd, const void *buf, unsigned int count);
fc320d37 43530@end smallexample
0ce1b118 43531
fc320d37
SL
43532@item Request:
43533@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 43534
fc320d37 43535@item Return value:
0ce1b118
CV
43536On success, the number of bytes written are returned.
43537Zero indicates nothing was written. On error, -1
43538is returned.
43539
fc320d37 43540@item Errors:
0ce1b118
CV
43541
43542@table @code
b383017d 43543@item EBADF
fc320d37 43544@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
43545writing.
43546
b383017d 43547@item EFAULT
fc320d37 43548@var{bufptr} is an invalid pointer value.
0ce1b118 43549
b383017d 43550@item EFBIG
0ce1b118 43551An attempt was made to write a file that exceeds the
db2e3e2e 43552host-specific maximum file size allowed.
0ce1b118 43553
b383017d 43554@item ENOSPC
0ce1b118
CV
43555No space on device to write the data.
43556
b383017d 43557@item EINTR
0ce1b118
CV
43558The call was interrupted by the user.
43559@end table
43560
fc320d37
SL
43561@end table
43562
0ce1b118
CV
43563@node lseek
43564@unnumberedsubsubsec lseek
43565@cindex lseek, file-i/o system call
43566
fc320d37
SL
43567@table @asis
43568@item Synopsis:
0ce1b118 43569@smallexample
0ce1b118 43570long lseek (int fd, long offset, int flag);
0ce1b118
CV
43571@end smallexample
43572
fc320d37
SL
43573@item Request:
43574@samp{Flseek,@var{fd},@var{offset},@var{flag}}
43575
43576@var{flag} is one of:
0ce1b118
CV
43577
43578@table @code
b383017d 43579@item SEEK_SET
fc320d37 43580The offset is set to @var{offset} bytes.
0ce1b118 43581
b383017d 43582@item SEEK_CUR
fc320d37 43583The offset is set to its current location plus @var{offset}
0ce1b118
CV
43584bytes.
43585
b383017d 43586@item SEEK_END
fc320d37 43587The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
43588bytes.
43589@end table
43590
fc320d37 43591@item Return value:
0ce1b118
CV
43592On success, the resulting unsigned offset in bytes from
43593the beginning of the file is returned. Otherwise, a
43594value of -1 is returned.
43595
fc320d37 43596@item Errors:
0ce1b118
CV
43597
43598@table @code
b383017d 43599@item EBADF
fc320d37 43600@var{fd} is not a valid open file descriptor.
0ce1b118 43601
b383017d 43602@item ESPIPE
fc320d37 43603@var{fd} is associated with the @value{GDBN} console.
0ce1b118 43604
b383017d 43605@item EINVAL
fc320d37 43606@var{flag} is not a proper value.
0ce1b118 43607
b383017d 43608@item EINTR
0ce1b118
CV
43609The call was interrupted by the user.
43610@end table
43611
fc320d37
SL
43612@end table
43613
0ce1b118
CV
43614@node rename
43615@unnumberedsubsubsec rename
43616@cindex rename, file-i/o system call
43617
fc320d37
SL
43618@table @asis
43619@item Synopsis:
0ce1b118 43620@smallexample
0ce1b118 43621int rename(const char *oldpath, const char *newpath);
fc320d37 43622@end smallexample
0ce1b118 43623
fc320d37
SL
43624@item Request:
43625@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 43626
fc320d37 43627@item Return value:
0ce1b118
CV
43628On success, zero is returned. On error, -1 is returned.
43629
fc320d37 43630@item Errors:
0ce1b118
CV
43631
43632@table @code
b383017d 43633@item EISDIR
fc320d37 43634@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
43635directory.
43636
b383017d 43637@item EEXIST
fc320d37 43638@var{newpath} is a non-empty directory.
0ce1b118 43639
b383017d 43640@item EBUSY
fc320d37 43641@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
43642process.
43643
b383017d 43644@item EINVAL
0ce1b118
CV
43645An attempt was made to make a directory a subdirectory
43646of itself.
43647
b383017d 43648@item ENOTDIR
fc320d37
SL
43649A component used as a directory in @var{oldpath} or new
43650path is not a directory. Or @var{oldpath} is a directory
43651and @var{newpath} exists but is not a directory.
0ce1b118 43652
b383017d 43653@item EFAULT
fc320d37 43654@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 43655
b383017d 43656@item EACCES
0ce1b118
CV
43657No access to the file or the path of the file.
43658
43659@item ENAMETOOLONG
b383017d 43660
fc320d37 43661@var{oldpath} or @var{newpath} was too long.
0ce1b118 43662
b383017d 43663@item ENOENT
fc320d37 43664A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 43665
b383017d 43666@item EROFS
0ce1b118
CV
43667The file is on a read-only filesystem.
43668
b383017d 43669@item ENOSPC
0ce1b118
CV
43670The device containing the file has no room for the new
43671directory entry.
43672
b383017d 43673@item EINTR
0ce1b118
CV
43674The call was interrupted by the user.
43675@end table
43676
fc320d37
SL
43677@end table
43678
0ce1b118
CV
43679@node unlink
43680@unnumberedsubsubsec unlink
43681@cindex unlink, file-i/o system call
43682
fc320d37
SL
43683@table @asis
43684@item Synopsis:
0ce1b118 43685@smallexample
0ce1b118 43686int unlink(const char *pathname);
fc320d37 43687@end smallexample
0ce1b118 43688
fc320d37
SL
43689@item Request:
43690@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 43691
fc320d37 43692@item Return value:
0ce1b118
CV
43693On success, zero is returned. On error, -1 is returned.
43694
fc320d37 43695@item Errors:
0ce1b118
CV
43696
43697@table @code
b383017d 43698@item EACCES
0ce1b118
CV
43699No access to the file or the path of the file.
43700
b383017d 43701@item EPERM
0ce1b118
CV
43702The system does not allow unlinking of directories.
43703
b383017d 43704@item EBUSY
fc320d37 43705The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
43706being used by another process.
43707
b383017d 43708@item EFAULT
fc320d37 43709@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
43710
43711@item ENAMETOOLONG
fc320d37 43712@var{pathname} was too long.
0ce1b118 43713
b383017d 43714@item ENOENT
fc320d37 43715A directory component in @var{pathname} does not exist.
0ce1b118 43716
b383017d 43717@item ENOTDIR
0ce1b118
CV
43718A component of the path is not a directory.
43719
b383017d 43720@item EROFS
0ce1b118
CV
43721The file is on a read-only filesystem.
43722
b383017d 43723@item EINTR
0ce1b118
CV
43724The call was interrupted by the user.
43725@end table
43726
fc320d37
SL
43727@end table
43728
0ce1b118
CV
43729@node stat/fstat
43730@unnumberedsubsubsec stat/fstat
43731@cindex fstat, file-i/o system call
43732@cindex stat, file-i/o system call
43733
fc320d37
SL
43734@table @asis
43735@item Synopsis:
0ce1b118 43736@smallexample
0ce1b118
CV
43737int stat(const char *pathname, struct stat *buf);
43738int fstat(int fd, struct stat *buf);
fc320d37 43739@end smallexample
0ce1b118 43740
fc320d37
SL
43741@item Request:
43742@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
43743@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 43744
fc320d37 43745@item Return value:
0ce1b118
CV
43746On success, zero is returned. On error, -1 is returned.
43747
fc320d37 43748@item Errors:
0ce1b118
CV
43749
43750@table @code
b383017d 43751@item EBADF
fc320d37 43752@var{fd} is not a valid open file.
0ce1b118 43753
b383017d 43754@item ENOENT
fc320d37 43755A directory component in @var{pathname} does not exist or the
0ce1b118
CV
43756path is an empty string.
43757
b383017d 43758@item ENOTDIR
0ce1b118
CV
43759A component of the path is not a directory.
43760
b383017d 43761@item EFAULT
fc320d37 43762@var{pathnameptr} is an invalid pointer value.
0ce1b118 43763
b383017d 43764@item EACCES
0ce1b118
CV
43765No access to the file or the path of the file.
43766
43767@item ENAMETOOLONG
fc320d37 43768@var{pathname} was too long.
0ce1b118 43769
b383017d 43770@item EINTR
0ce1b118
CV
43771The call was interrupted by the user.
43772@end table
43773
fc320d37
SL
43774@end table
43775
0ce1b118
CV
43776@node gettimeofday
43777@unnumberedsubsubsec gettimeofday
43778@cindex gettimeofday, file-i/o system call
43779
fc320d37
SL
43780@table @asis
43781@item Synopsis:
0ce1b118 43782@smallexample
0ce1b118 43783int gettimeofday(struct timeval *tv, void *tz);
fc320d37 43784@end smallexample
0ce1b118 43785
fc320d37
SL
43786@item Request:
43787@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 43788
fc320d37 43789@item Return value:
0ce1b118
CV
43790On success, 0 is returned, -1 otherwise.
43791
fc320d37 43792@item Errors:
0ce1b118
CV
43793
43794@table @code
b383017d 43795@item EINVAL
fc320d37 43796@var{tz} is a non-NULL pointer.
0ce1b118 43797
b383017d 43798@item EFAULT
fc320d37
SL
43799@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
43800@end table
43801
0ce1b118
CV
43802@end table
43803
43804@node isatty
43805@unnumberedsubsubsec isatty
43806@cindex isatty, file-i/o system call
43807
fc320d37
SL
43808@table @asis
43809@item Synopsis:
0ce1b118 43810@smallexample
0ce1b118 43811int isatty(int fd);
fc320d37 43812@end smallexample
0ce1b118 43813
fc320d37
SL
43814@item Request:
43815@samp{Fisatty,@var{fd}}
0ce1b118 43816
fc320d37
SL
43817@item Return value:
43818Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 43819
fc320d37 43820@item Errors:
0ce1b118
CV
43821
43822@table @code
b383017d 43823@item EINTR
0ce1b118
CV
43824The call was interrupted by the user.
43825@end table
43826
fc320d37
SL
43827@end table
43828
43829Note that the @code{isatty} call is treated as a special case: it returns
438301 to the target if the file descriptor is attached
43831to the @value{GDBN} console, 0 otherwise. Implementing through system calls
43832would require implementing @code{ioctl} and would be more complex than
43833needed.
43834
43835
0ce1b118
CV
43836@node system
43837@unnumberedsubsubsec system
43838@cindex system, file-i/o system call
43839
fc320d37
SL
43840@table @asis
43841@item Synopsis:
0ce1b118 43842@smallexample
0ce1b118 43843int system(const char *command);
fc320d37 43844@end smallexample
0ce1b118 43845
fc320d37
SL
43846@item Request:
43847@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 43848
fc320d37 43849@item Return value:
5600ea19
NS
43850If @var{len} is zero, the return value indicates whether a shell is
43851available. A zero return value indicates a shell is not available.
43852For non-zero @var{len}, the value returned is -1 on error and the
43853return status of the command otherwise. Only the exit status of the
43854command is returned, which is extracted from the host's @code{system}
43855return value by calling @code{WEXITSTATUS(retval)}. In case
43856@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 43857
fc320d37 43858@item Errors:
0ce1b118
CV
43859
43860@table @code
b383017d 43861@item EINTR
0ce1b118
CV
43862The call was interrupted by the user.
43863@end table
43864
fc320d37
SL
43865@end table
43866
43867@value{GDBN} takes over the full task of calling the necessary host calls
43868to perform the @code{system} call. The return value of @code{system} on
43869the host is simplified before it's returned
43870to the target. Any termination signal information from the child process
43871is discarded, and the return value consists
43872entirely of the exit status of the called command.
43873
43874Due to security concerns, the @code{system} call is by default refused
43875by @value{GDBN}. The user has to allow this call explicitly with the
43876@code{set remote system-call-allowed 1} command.
43877
43878@table @code
43879@item set remote system-call-allowed
43880@kindex set remote system-call-allowed
43881Control whether to allow the @code{system} calls in the File I/O
43882protocol for the remote target. The default is zero (disabled).
43883
43884@item show remote system-call-allowed
43885@kindex show remote system-call-allowed
43886Show whether the @code{system} calls are allowed in the File I/O
43887protocol.
43888@end table
43889
db2e3e2e
BW
43890@node Protocol-specific Representation of Datatypes
43891@subsection Protocol-specific Representation of Datatypes
43892@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
43893
43894@menu
79a6e687
BW
43895* Integral Datatypes::
43896* Pointer Values::
43897* Memory Transfer::
0ce1b118
CV
43898* struct stat::
43899* struct timeval::
43900@end menu
43901
79a6e687
BW
43902@node Integral Datatypes
43903@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
43904@cindex integral datatypes, in file-i/o protocol
43905
fc320d37
SL
43906The integral datatypes used in the system calls are @code{int},
43907@code{unsigned int}, @code{long}, @code{unsigned long},
43908@code{mode_t}, and @code{time_t}.
0ce1b118 43909
fc320d37 43910@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
43911implemented as 32 bit values in this protocol.
43912
fc320d37 43913@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 43914
0ce1b118
CV
43915@xref{Limits}, for corresponding MIN and MAX values (similar to those
43916in @file{limits.h}) to allow range checking on host and target.
43917
43918@code{time_t} datatypes are defined as seconds since the Epoch.
43919
43920All integral datatypes transferred as part of a memory read or write of a
43921structured datatype e.g.@: a @code{struct stat} have to be given in big endian
43922byte order.
43923
79a6e687
BW
43924@node Pointer Values
43925@unnumberedsubsubsec Pointer Values
0ce1b118
CV
43926@cindex pointer values, in file-i/o protocol
43927
43928Pointers to target data are transmitted as they are. An exception
43929is made for pointers to buffers for which the length isn't
43930transmitted as part of the function call, namely strings. Strings
43931are transmitted as a pointer/length pair, both as hex values, e.g.@:
43932
43933@smallexample
43934@code{1aaf/12}
43935@end smallexample
43936
43937@noindent
43938which is a pointer to data of length 18 bytes at position 0x1aaf.
43939The length is defined as the full string length in bytes, including
fc320d37
SL
43940the trailing null byte. For example, the string @code{"hello world"}
43941at address 0x123456 is transmitted as
0ce1b118
CV
43942
43943@smallexample
fc320d37 43944@code{123456/d}
0ce1b118
CV
43945@end smallexample
43946
79a6e687
BW
43947@node Memory Transfer
43948@unnumberedsubsubsec Memory Transfer
fc320d37
SL
43949@cindex memory transfer, in file-i/o protocol
43950
43951Structured data which is transferred using a memory read or write (for
db2e3e2e 43952example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
43953with all scalar multibyte datatypes being big endian. Translation to
43954this representation needs to be done both by the target before the @code{F}
43955packet is sent, and by @value{GDBN} before
43956it transfers memory to the target. Transferred pointers to structured
43957data should point to the already-coerced data at any time.
0ce1b118 43958
0ce1b118
CV
43959
43960@node struct stat
43961@unnumberedsubsubsec struct stat
43962@cindex struct stat, in file-i/o protocol
43963
fc320d37
SL
43964The buffer of type @code{struct stat} used by the target and @value{GDBN}
43965is defined as follows:
0ce1b118
CV
43966
43967@smallexample
43968struct stat @{
43969 unsigned int st_dev; /* device */
43970 unsigned int st_ino; /* inode */
43971 mode_t st_mode; /* protection */
43972 unsigned int st_nlink; /* number of hard links */
43973 unsigned int st_uid; /* user ID of owner */
43974 unsigned int st_gid; /* group ID of owner */
43975 unsigned int st_rdev; /* device type (if inode device) */
43976 unsigned long st_size; /* total size, in bytes */
43977 unsigned long st_blksize; /* blocksize for filesystem I/O */
43978 unsigned long st_blocks; /* number of blocks allocated */
43979 time_t st_atime; /* time of last access */
43980 time_t st_mtime; /* time of last modification */
43981 time_t st_ctime; /* time of last change */
43982@};
43983@end smallexample
43984
fc320d37 43985The integral datatypes conform to the definitions given in the
79a6e687 43986appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
43987structure is of size 64 bytes.
43988
43989The values of several fields have a restricted meaning and/or
43990range of values.
43991
fc320d37 43992@table @code
0ce1b118 43993
fc320d37
SL
43994@item st_dev
43995A value of 0 represents a file, 1 the console.
0ce1b118 43996
fc320d37
SL
43997@item st_ino
43998No valid meaning for the target. Transmitted unchanged.
0ce1b118 43999
fc320d37
SL
44000@item st_mode
44001Valid mode bits are described in @ref{Constants}. Any other
44002bits have currently no meaning for the target.
0ce1b118 44003
fc320d37
SL
44004@item st_uid
44005@itemx st_gid
44006@itemx st_rdev
44007No valid meaning for the target. Transmitted unchanged.
0ce1b118 44008
fc320d37
SL
44009@item st_atime
44010@itemx st_mtime
44011@itemx st_ctime
44012These values have a host and file system dependent
44013accuracy. Especially on Windows hosts, the file system may not
44014support exact timing values.
44015@end table
0ce1b118 44016
fc320d37
SL
44017The target gets a @code{struct stat} of the above representation and is
44018responsible for coercing it to the target representation before
0ce1b118
CV
44019continuing.
44020
fc320d37
SL
44021Note that due to size differences between the host, target, and protocol
44022representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
44023get truncated on the target.
44024
44025@node struct timeval
44026@unnumberedsubsubsec struct timeval
44027@cindex struct timeval, in file-i/o protocol
44028
fc320d37 44029The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
44030is defined as follows:
44031
44032@smallexample
b383017d 44033struct timeval @{
0ce1b118
CV
44034 time_t tv_sec; /* second */
44035 long tv_usec; /* microsecond */
44036@};
44037@end smallexample
44038
fc320d37 44039The integral datatypes conform to the definitions given in the
79a6e687 44040appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
44041structure is of size 8 bytes.
44042
44043@node Constants
44044@subsection Constants
44045@cindex constants, in file-i/o protocol
44046
44047The following values are used for the constants inside of the
fc320d37 44048protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
44049values before and after the call as needed.
44050
44051@menu
79a6e687
BW
44052* Open Flags::
44053* mode_t Values::
44054* Errno Values::
44055* Lseek Flags::
0ce1b118
CV
44056* Limits::
44057@end menu
44058
79a6e687
BW
44059@node Open Flags
44060@unnumberedsubsubsec Open Flags
0ce1b118
CV
44061@cindex open flags, in file-i/o protocol
44062
44063All values are given in hexadecimal representation.
44064
44065@smallexample
44066 O_RDONLY 0x0
44067 O_WRONLY 0x1
44068 O_RDWR 0x2
44069 O_APPEND 0x8
44070 O_CREAT 0x200
44071 O_TRUNC 0x400
44072 O_EXCL 0x800
44073@end smallexample
44074
79a6e687
BW
44075@node mode_t Values
44076@unnumberedsubsubsec mode_t Values
0ce1b118
CV
44077@cindex mode_t values, in file-i/o protocol
44078
44079All values are given in octal representation.
44080
44081@smallexample
44082 S_IFREG 0100000
44083 S_IFDIR 040000
44084 S_IRUSR 0400
44085 S_IWUSR 0200
44086 S_IXUSR 0100
44087 S_IRGRP 040
44088 S_IWGRP 020
44089 S_IXGRP 010
44090 S_IROTH 04
44091 S_IWOTH 02
44092 S_IXOTH 01
44093@end smallexample
44094
79a6e687
BW
44095@node Errno Values
44096@unnumberedsubsubsec Errno Values
0ce1b118
CV
44097@cindex errno values, in file-i/o protocol
44098
44099All values are given in decimal representation.
44100
44101@smallexample
44102 EPERM 1
44103 ENOENT 2
44104 EINTR 4
44105 EBADF 9
44106 EACCES 13
44107 EFAULT 14
44108 EBUSY 16
44109 EEXIST 17
44110 ENODEV 19
44111 ENOTDIR 20
44112 EISDIR 21
44113 EINVAL 22
44114 ENFILE 23
44115 EMFILE 24
44116 EFBIG 27
44117 ENOSPC 28
44118 ESPIPE 29
44119 EROFS 30
44120 ENAMETOOLONG 91
44121 EUNKNOWN 9999
44122@end smallexample
44123
fc320d37 44124 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
44125 any error value not in the list of supported error numbers.
44126
79a6e687
BW
44127@node Lseek Flags
44128@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
44129@cindex lseek flags, in file-i/o protocol
44130
44131@smallexample
44132 SEEK_SET 0
44133 SEEK_CUR 1
44134 SEEK_END 2
44135@end smallexample
44136
44137@node Limits
44138@unnumberedsubsubsec Limits
44139@cindex limits, in file-i/o protocol
44140
44141All values are given in decimal representation.
44142
44143@smallexample
44144 INT_MIN -2147483648
44145 INT_MAX 2147483647
44146 UINT_MAX 4294967295
44147 LONG_MIN -9223372036854775808
44148 LONG_MAX 9223372036854775807
44149 ULONG_MAX 18446744073709551615
44150@end smallexample
44151
44152@node File-I/O Examples
44153@subsection File-I/O Examples
44154@cindex file-i/o examples
44155
44156Example sequence of a write call, file descriptor 3, buffer is at target
44157address 0x1234, 6 bytes should be written:
44158
44159@smallexample
44160<- @code{Fwrite,3,1234,6}
44161@emph{request memory read from target}
44162-> @code{m1234,6}
44163<- XXXXXX
44164@emph{return "6 bytes written"}
44165-> @code{F6}
44166@end smallexample
44167
44168Example sequence of a read call, file descriptor 3, buffer is at target
44169address 0x1234, 6 bytes should be read:
44170
44171@smallexample
44172<- @code{Fread,3,1234,6}
44173@emph{request memory write to target}
44174-> @code{X1234,6:XXXXXX}
44175@emph{return "6 bytes read"}
44176-> @code{F6}
44177@end smallexample
44178
44179Example sequence of a read call, call fails on the host due to invalid
fc320d37 44180file descriptor (@code{EBADF}):
0ce1b118
CV
44181
44182@smallexample
44183<- @code{Fread,3,1234,6}
44184-> @code{F-1,9}
44185@end smallexample
44186
c8aa23ab 44187Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
44188host is called:
44189
44190@smallexample
44191<- @code{Fread,3,1234,6}
44192-> @code{F-1,4,C}
44193<- @code{T02}
44194@end smallexample
44195
c8aa23ab 44196Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
44197host is called:
44198
44199@smallexample
44200<- @code{Fread,3,1234,6}
44201-> @code{X1234,6:XXXXXX}
44202<- @code{T02}
44203@end smallexample
44204
cfa9d6d9
DJ
44205@node Library List Format
44206@section Library List Format
44207@cindex library list format, remote protocol
44208
44209On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
44210same process as your application to manage libraries. In this case,
44211@value{GDBN} can use the loader's symbol table and normal memory
44212operations to maintain a list of shared libraries. On other
44213platforms, the operating system manages loaded libraries.
44214@value{GDBN} can not retrieve the list of currently loaded libraries
44215through memory operations, so it uses the @samp{qXfer:libraries:read}
44216packet (@pxref{qXfer library list read}) instead. The remote stub
44217queries the target's operating system and reports which libraries
44218are loaded.
44219
44220The @samp{qXfer:libraries:read} packet returns an XML document which
44221lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
44222associated name and one or more segment or section base addresses,
44223which report where the library was loaded in memory.
44224
44225For the common case of libraries that are fully linked binaries, the
44226library should have a list of segments. If the target supports
44227dynamic linking of a relocatable object file, its library XML element
44228should instead include a list of allocated sections. The segment or
44229section bases are start addresses, not relocation offsets; they do not
44230depend on the library's link-time base addresses.
cfa9d6d9 44231
9cceb671
DJ
44232@value{GDBN} must be linked with the Expat library to support XML
44233library lists. @xref{Expat}.
44234
cfa9d6d9
DJ
44235A simple memory map, with one loaded library relocated by a single
44236offset, looks like this:
44237
44238@smallexample
44239<library-list>
44240 <library name="/lib/libc.so.6">
44241 <segment address="0x10000000"/>
44242 </library>
44243</library-list>
44244@end smallexample
44245
1fddbabb
PA
44246Another simple memory map, with one loaded library with three
44247allocated sections (.text, .data, .bss), looks like this:
44248
44249@smallexample
44250<library-list>
44251 <library name="sharedlib.o">
44252 <section address="0x10000000"/>
44253 <section address="0x20000000"/>
44254 <section address="0x30000000"/>
44255 </library>
44256</library-list>
44257@end smallexample
44258
cfa9d6d9
DJ
44259The format of a library list is described by this DTD:
44260
44261@smallexample
44262<!-- library-list: Root element with versioning -->
44263<!ELEMENT library-list (library)*>
44264<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 44265<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
44266<!ATTLIST library name CDATA #REQUIRED>
44267<!ELEMENT segment EMPTY>
44268<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
44269<!ELEMENT section EMPTY>
44270<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
44271@end smallexample
44272
1fddbabb
PA
44273In addition, segments and section descriptors cannot be mixed within a
44274single library element, and you must supply at least one segment or
44275section for each library.
44276
2268b414
JK
44277@node Library List Format for SVR4 Targets
44278@section Library List Format for SVR4 Targets
44279@cindex library list format, remote protocol
44280
44281On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
44282(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
44283shared libraries. Still a special library list provided by this packet is
44284more efficient for the @value{GDBN} remote protocol.
44285
44286The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
44287loaded libraries and their SVR4 linker parameters. For each library on SVR4
44288target, the following parameters are reported:
44289
44290@itemize @minus
44291@item
44292@code{name}, the absolute file name from the @code{l_name} field of
44293@code{struct link_map}.
44294@item
44295@code{lm} with address of @code{struct link_map} used for TLS
44296(Thread Local Storage) access.
44297@item
44298@code{l_addr}, the displacement as read from the field @code{l_addr} of
44299@code{struct link_map}. For prelinked libraries this is not an absolute
44300memory address. It is a displacement of absolute memory address against
44301address the file was prelinked to during the library load.
44302@item
44303@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
44304@end itemize
44305
44306Additionally the single @code{main-lm} attribute specifies address of
44307@code{struct link_map} used for the main executable. This parameter is used
44308for TLS access and its presence is optional.
44309
44310@value{GDBN} must be linked with the Expat library to support XML
44311SVR4 library lists. @xref{Expat}.
44312
44313A simple memory map, with two loaded libraries (which do not use prelink),
44314looks like this:
44315
44316@smallexample
44317<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
44318 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
44319 l_ld="0xe4eefc"/>
44320 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
db1ff28b 44321 l_ld="0x152350"/>
2268b414
JK
44322</library-list-svr>
44323@end smallexample
44324
44325The format of an SVR4 library list is described by this DTD:
44326
44327@smallexample
44328<!-- library-list-svr4: Root element with versioning -->
44329<!ELEMENT library-list-svr4 (library)*>
db1ff28b
JK
44330<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
44331<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
2268b414 44332<!ELEMENT library EMPTY>
db1ff28b
JK
44333<!ATTLIST library name CDATA #REQUIRED>
44334<!ATTLIST library lm CDATA #REQUIRED>
44335<!ATTLIST library l_addr CDATA #REQUIRED>
44336<!ATTLIST library l_ld CDATA #REQUIRED>
2268b414
JK
44337@end smallexample
44338
79a6e687
BW
44339@node Memory Map Format
44340@section Memory Map Format
68437a39
DJ
44341@cindex memory map format
44342
44343To be able to write into flash memory, @value{GDBN} needs to obtain a
44344memory map from the target. This section describes the format of the
44345memory map.
44346
44347The memory map is obtained using the @samp{qXfer:memory-map:read}
44348(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
44349lists memory regions.
44350
44351@value{GDBN} must be linked with the Expat library to support XML
44352memory maps. @xref{Expat}.
44353
44354The top-level structure of the document is shown below:
68437a39
DJ
44355
44356@smallexample
44357<?xml version="1.0"?>
44358<!DOCTYPE memory-map
44359 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44360 "http://sourceware.org/gdb/gdb-memory-map.dtd">
44361<memory-map>
44362 region...
44363</memory-map>
44364@end smallexample
44365
44366Each region can be either:
44367
44368@itemize
44369
44370@item
44371A region of RAM starting at @var{addr} and extending for @var{length}
44372bytes from there:
44373
44374@smallexample
44375<memory type="ram" start="@var{addr}" length="@var{length}"/>
44376@end smallexample
44377
44378
44379@item
44380A region of read-only memory:
44381
44382@smallexample
44383<memory type="rom" start="@var{addr}" length="@var{length}"/>
44384@end smallexample
44385
44386
44387@item
44388A region of flash memory, with erasure blocks @var{blocksize}
44389bytes in length:
44390
44391@smallexample
44392<memory type="flash" start="@var{addr}" length="@var{length}">
44393 <property name="blocksize">@var{blocksize}</property>
44394</memory>
44395@end smallexample
44396
44397@end itemize
44398
44399Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
44400by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
44401packets to write to addresses in such ranges.
44402
44403The formal DTD for memory map format is given below:
44404
44405@smallexample
44406<!-- ................................................... -->
44407<!-- Memory Map XML DTD ................................ -->
44408<!-- File: memory-map.dtd .............................. -->
44409<!-- .................................... .............. -->
44410<!-- memory-map.dtd -->
44411<!-- memory-map: Root element with versioning -->
5f1ca24a 44412<!ELEMENT memory-map (memory)*>
68437a39 44413<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
5f1ca24a 44414<!ELEMENT memory (property)*>
68437a39
DJ
44415<!-- memory: Specifies a memory region,
44416 and its type, or device. -->
5f1ca24a 44417<!ATTLIST memory type (ram|rom|flash) #REQUIRED
68437a39 44418 start CDATA #REQUIRED
5f1ca24a 44419 length CDATA #REQUIRED>
68437a39
DJ
44420<!-- property: Generic attribute tag -->
44421<!ELEMENT property (#PCDATA | property)*>
5f1ca24a 44422<!ATTLIST property name (blocksize) #REQUIRED>
68437a39
DJ
44423@end smallexample
44424
dc146f7c
VP
44425@node Thread List Format
44426@section Thread List Format
44427@cindex thread list format
44428
44429To efficiently update the list of threads and their attributes,
44430@value{GDBN} issues the @samp{qXfer:threads:read} packet
44431(@pxref{qXfer threads read}) and obtains the XML document with
44432the following structure:
44433
44434@smallexample
44435<?xml version="1.0"?>
44436<threads>
79efa585 44437 <thread id="id" core="0" name="name">
dc146f7c
VP
44438 ... description ...
44439 </thread>
44440</threads>
44441@end smallexample
44442
44443Each @samp{thread} element must have the @samp{id} attribute that
44444identifies the thread (@pxref{thread-id syntax}). The
44445@samp{core} attribute, if present, specifies which processor core
79efa585
SM
44446the thread was last executing on. The @samp{name} attribute, if
44447present, specifies the human-readable name of the thread. The content
44448of the of @samp{thread} element is interpreted as human-readable
f2ff95c5
KB
44449auxiliary information. The @samp{handle} attribute, if present,
44450is a hex encoded representation of the thread handle.
44451
dc146f7c 44452
b3b9301e
PA
44453@node Traceframe Info Format
44454@section Traceframe Info Format
44455@cindex traceframe info format
44456
44457To be able to know which objects in the inferior can be examined when
44458inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
44459memory ranges, registers and trace state variables that have been
44460collected in a traceframe.
44461
44462This list is obtained using the @samp{qXfer:traceframe-info:read}
44463(@pxref{qXfer traceframe info read}) packet and is an XML document.
44464
44465@value{GDBN} must be linked with the Expat library to support XML
44466traceframe info discovery. @xref{Expat}.
44467
44468The top-level structure of the document is shown below:
44469
44470@smallexample
44471<?xml version="1.0"?>
44472<!DOCTYPE traceframe-info
44473 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
44474 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
44475<traceframe-info>
44476 block...
44477</traceframe-info>
44478@end smallexample
44479
44480Each traceframe block can be either:
44481
44482@itemize
44483
44484@item
44485A region of collected memory starting at @var{addr} and extending for
44486@var{length} bytes from there:
44487
44488@smallexample
44489<memory start="@var{addr}" length="@var{length}"/>
44490@end smallexample
44491
28a93511
YQ
44492@item
44493A block indicating trace state variable numbered @var{number} has been
44494collected:
44495
44496@smallexample
44497<tvar id="@var{number}"/>
44498@end smallexample
44499
b3b9301e
PA
44500@end itemize
44501
44502The formal DTD for the traceframe info format is given below:
44503
44504@smallexample
28a93511 44505<!ELEMENT traceframe-info (memory | tvar)* >
b3b9301e
PA
44506<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
44507
44508<!ELEMENT memory EMPTY>
44509<!ATTLIST memory start CDATA #REQUIRED
44510 length CDATA #REQUIRED>
28a93511
YQ
44511<!ELEMENT tvar>
44512<!ATTLIST tvar id CDATA #REQUIRED>
b3b9301e
PA
44513@end smallexample
44514
2ae8c8e7
MM
44515@node Branch Trace Format
44516@section Branch Trace Format
44517@cindex branch trace format
44518
44519In order to display the branch trace of an inferior thread,
44520@value{GDBN} needs to obtain the list of branches. This list is
44521represented as list of sequential code blocks that are connected via
44522branches. The code in each block has been executed sequentially.
44523
44524This list is obtained using the @samp{qXfer:btrace:read}
44525(@pxref{qXfer btrace read}) packet and is an XML document.
44526
44527@value{GDBN} must be linked with the Expat library to support XML
44528traceframe info discovery. @xref{Expat}.
44529
44530The top-level structure of the document is shown below:
44531
44532@smallexample
44533<?xml version="1.0"?>
44534<!DOCTYPE btrace
44535 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
44536 "http://sourceware.org/gdb/gdb-btrace.dtd">
44537<btrace>
44538 block...
44539</btrace>
44540@end smallexample
44541
44542@itemize
44543
44544@item
44545A block of sequentially executed instructions starting at @var{begin}
44546and ending at @var{end}:
44547
44548@smallexample
44549<block begin="@var{begin}" end="@var{end}"/>
44550@end smallexample
44551
44552@end itemize
44553
44554The formal DTD for the branch trace format is given below:
44555
44556@smallexample
b20a6524 44557<!ELEMENT btrace (block* | pt) >
2ae8c8e7
MM
44558<!ATTLIST btrace version CDATA #FIXED "1.0">
44559
44560<!ELEMENT block EMPTY>
44561<!ATTLIST block begin CDATA #REQUIRED
44562 end CDATA #REQUIRED>
b20a6524
MM
44563
44564<!ELEMENT pt (pt-config?, raw?)>
44565
44566<!ELEMENT pt-config (cpu?)>
44567
44568<!ELEMENT cpu EMPTY>
44569<!ATTLIST cpu vendor CDATA #REQUIRED
44570 family CDATA #REQUIRED
44571 model CDATA #REQUIRED
44572 stepping CDATA #REQUIRED>
44573
44574<!ELEMENT raw (#PCDATA)>
2ae8c8e7
MM
44575@end smallexample
44576
f4abbc16
MM
44577@node Branch Trace Configuration Format
44578@section Branch Trace Configuration Format
44579@cindex branch trace configuration format
44580
44581For each inferior thread, @value{GDBN} can obtain the branch trace
44582configuration using the @samp{qXfer:btrace-conf:read}
44583(@pxref{qXfer btrace-conf read}) packet.
44584
44585The configuration describes the branch trace format and configuration
d33501a5
MM
44586settings for that format. The following information is described:
44587
44588@table @code
44589@item bts
44590This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
44591@table @code
44592@item size
44593The size of the @acronym{BTS} ring buffer in bytes.
44594@end table
b20a6524 44595@item pt
bc504a31 44596This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
b20a6524
MM
44597PT}) format.
44598@table @code
44599@item size
bc504a31 44600The size of the @acronym{Intel PT} ring buffer in bytes.
b20a6524 44601@end table
d33501a5 44602@end table
f4abbc16
MM
44603
44604@value{GDBN} must be linked with the Expat library to support XML
44605branch trace configuration discovery. @xref{Expat}.
44606
44607The formal DTD for the branch trace configuration format is given below:
44608
44609@smallexample
b20a6524 44610<!ELEMENT btrace-conf (bts?, pt?)>
f4abbc16
MM
44611<!ATTLIST btrace-conf version CDATA #FIXED "1.0">
44612
44613<!ELEMENT bts EMPTY>
d33501a5 44614<!ATTLIST bts size CDATA #IMPLIED>
b20a6524
MM
44615
44616<!ELEMENT pt EMPTY>
44617<!ATTLIST pt size CDATA #IMPLIED>
f4abbc16
MM
44618@end smallexample
44619
f418dd93
DJ
44620@include agentexpr.texi
44621
23181151
DJ
44622@node Target Descriptions
44623@appendix Target Descriptions
44624@cindex target descriptions
44625
23181151
DJ
44626One of the challenges of using @value{GDBN} to debug embedded systems
44627is that there are so many minor variants of each processor
44628architecture in use. It is common practice for vendors to start with
eb17f351 44629a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
23181151
DJ
44630and then make changes to adapt it to a particular market niche. Some
44631architectures have hundreds of variants, available from dozens of
44632vendors. This leads to a number of problems:
44633
44634@itemize @bullet
44635@item
44636With so many different customized processors, it is difficult for
44637the @value{GDBN} maintainers to keep up with the changes.
44638@item
44639Since individual variants may have short lifetimes or limited
44640audiences, it may not be worthwhile to carry information about every
44641variant in the @value{GDBN} source tree.
44642@item
44643When @value{GDBN} does support the architecture of the embedded system
44644at hand, the task of finding the correct architecture name to give the
44645@command{set architecture} command can be error-prone.
44646@end itemize
44647
44648To address these problems, the @value{GDBN} remote protocol allows a
44649target system to not only identify itself to @value{GDBN}, but to
44650actually describe its own features. This lets @value{GDBN} support
44651processor variants it has never seen before --- to the extent that the
44652descriptions are accurate, and that @value{GDBN} understands them.
44653
9cceb671
DJ
44654@value{GDBN} must be linked with the Expat library to support XML
44655target descriptions. @xref{Expat}.
123dc839 44656
23181151
DJ
44657@menu
44658* Retrieving Descriptions:: How descriptions are fetched from a target.
44659* Target Description Format:: The contents of a target description.
123dc839
DJ
44660* Predefined Target Types:: Standard types available for target
44661 descriptions.
81516450 44662* Enum Target Types:: How to define enum target types.
123dc839 44663* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
44664@end menu
44665
44666@node Retrieving Descriptions
44667@section Retrieving Descriptions
44668
44669Target descriptions can be read from the target automatically, or
44670specified by the user manually. The default behavior is to read the
44671description from the target. @value{GDBN} retrieves it via the remote
44672protocol using @samp{qXfer} requests (@pxref{General Query Packets,
44673qXfer}). The @var{annex} in the @samp{qXfer} packet will be
44674@samp{target.xml}. The contents of the @samp{target.xml} annex are an
44675XML document, of the form described in @ref{Target Description
44676Format}.
44677
44678Alternatively, you can specify a file to read for the target description.
44679If a file is set, the target will not be queried. The commands to
44680specify a file are:
44681
44682@table @code
44683@cindex set tdesc filename
44684@item set tdesc filename @var{path}
44685Read the target description from @var{path}.
44686
44687@cindex unset tdesc filename
44688@item unset tdesc filename
44689Do not read the XML target description from a file. @value{GDBN}
44690will use the description supplied by the current target.
44691
44692@cindex show tdesc filename
44693@item show tdesc filename
44694Show the filename to read for a target description, if any.
44695@end table
44696
44697
44698@node Target Description Format
44699@section Target Description Format
44700@cindex target descriptions, XML format
44701
44702A target description annex is an @uref{http://www.w3.org/XML/, XML}
44703document which complies with the Document Type Definition provided in
44704the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
44705means you can use generally available tools like @command{xmllint} to
44706check that your feature descriptions are well-formed and valid.
44707However, to help people unfamiliar with XML write descriptions for
44708their targets, we also describe the grammar here.
44709
123dc839
DJ
44710Target descriptions can identify the architecture of the remote target
44711and (for some architectures) provide information about custom register
08d16641
PA
44712sets. They can also identify the OS ABI of the remote target.
44713@value{GDBN} can use this information to autoconfigure for your
123dc839 44714target, or to warn you if you connect to an unsupported target.
23181151
DJ
44715
44716Here is a simple target description:
44717
123dc839 44718@smallexample
1780a0ed 44719<target version="1.0">
23181151
DJ
44720 <architecture>i386:x86-64</architecture>
44721</target>
123dc839 44722@end smallexample
23181151
DJ
44723
44724@noindent
44725This minimal description only says that the target uses
44726the x86-64 architecture.
44727
123dc839
DJ
44728A target description has the following overall form, with [ ] marking
44729optional elements and @dots{} marking repeatable elements. The elements
44730are explained further below.
23181151 44731
123dc839 44732@smallexample
23181151
DJ
44733<?xml version="1.0"?>
44734<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 44735<target version="1.0">
123dc839 44736 @r{[}@var{architecture}@r{]}
08d16641 44737 @r{[}@var{osabi}@r{]}
e35359c5 44738 @r{[}@var{compatible}@r{]}
123dc839 44739 @r{[}@var{feature}@dots{}@r{]}
23181151 44740</target>
123dc839 44741@end smallexample
23181151
DJ
44742
44743@noindent
44744The description is generally insensitive to whitespace and line
44745breaks, under the usual common-sense rules. The XML version
44746declaration and document type declaration can generally be omitted
44747(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
44748useful for XML validation tools. The @samp{version} attribute for
44749@samp{<target>} may also be omitted, but we recommend
44750including it; if future versions of @value{GDBN} use an incompatible
44751revision of @file{gdb-target.dtd}, they will detect and report
44752the version mismatch.
23181151 44753
108546a0
DJ
44754@subsection Inclusion
44755@cindex target descriptions, inclusion
44756@cindex XInclude
44757@ifnotinfo
44758@cindex <xi:include>
44759@end ifnotinfo
44760
44761It can sometimes be valuable to split a target description up into
44762several different annexes, either for organizational purposes, or to
44763share files between different possible target descriptions. You can
44764divide a description into multiple files by replacing any element of
44765the target description with an inclusion directive of the form:
44766
123dc839 44767@smallexample
108546a0 44768<xi:include href="@var{document}"/>
123dc839 44769@end smallexample
108546a0
DJ
44770
44771@noindent
44772When @value{GDBN} encounters an element of this form, it will retrieve
44773the named XML @var{document}, and replace the inclusion directive with
44774the contents of that document. If the current description was read
44775using @samp{qXfer}, then so will be the included document;
44776@var{document} will be interpreted as the name of an annex. If the
44777current description was read from a file, @value{GDBN} will look for
44778@var{document} as a file in the same directory where it found the
44779original description.
44780
123dc839
DJ
44781@subsection Architecture
44782@cindex <architecture>
44783
44784An @samp{<architecture>} element has this form:
44785
44786@smallexample
44787 <architecture>@var{arch}</architecture>
44788@end smallexample
44789
e35359c5
UW
44790@var{arch} is one of the architectures from the set accepted by
44791@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
123dc839 44792
08d16641
PA
44793@subsection OS ABI
44794@cindex @code{<osabi>}
44795
44796This optional field was introduced in @value{GDBN} version 7.0.
44797Previous versions of @value{GDBN} ignore it.
44798
44799An @samp{<osabi>} element has this form:
44800
44801@smallexample
44802 <osabi>@var{abi-name}</osabi>
44803@end smallexample
44804
44805@var{abi-name} is an OS ABI name from the same selection accepted by
44806@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
44807
e35359c5
UW
44808@subsection Compatible Architecture
44809@cindex @code{<compatible>}
44810
44811This optional field was introduced in @value{GDBN} version 7.0.
44812Previous versions of @value{GDBN} ignore it.
44813
44814A @samp{<compatible>} element has this form:
44815
44816@smallexample
44817 <compatible>@var{arch}</compatible>
44818@end smallexample
44819
44820@var{arch} is one of the architectures from the set accepted by
44821@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
44822
44823A @samp{<compatible>} element is used to specify that the target
44824is able to run binaries in some other than the main target architecture
44825given by the @samp{<architecture>} element. For example, on the
44826Cell Broadband Engine, the main architecture is @code{powerpc:common}
44827or @code{powerpc:common64}, but the system is able to run binaries
44828in the @code{spu} architecture as well. The way to describe this
44829capability with @samp{<compatible>} is as follows:
44830
44831@smallexample
44832 <architecture>powerpc:common</architecture>
44833 <compatible>spu</compatible>
44834@end smallexample
44835
123dc839
DJ
44836@subsection Features
44837@cindex <feature>
44838
44839Each @samp{<feature>} describes some logical portion of the target
44840system. Features are currently used to describe available CPU
44841registers and the types of their contents. A @samp{<feature>} element
44842has this form:
44843
44844@smallexample
44845<feature name="@var{name}">
44846 @r{[}@var{type}@dots{}@r{]}
44847 @var{reg}@dots{}
44848</feature>
44849@end smallexample
44850
44851@noindent
44852Each feature's name should be unique within the description. The name
44853of a feature does not matter unless @value{GDBN} has some special
44854knowledge of the contents of that feature; if it does, the feature
44855should have its standard name. @xref{Standard Target Features}.
44856
44857@subsection Types
44858
44859Any register's value is a collection of bits which @value{GDBN} must
44860interpret. The default interpretation is a two's complement integer,
44861but other types can be requested by name in the register description.
44862Some predefined types are provided by @value{GDBN} (@pxref{Predefined
81516450
DE
44863Target Types}), and the description can define additional composite
44864and enum types.
123dc839
DJ
44865
44866Each type element must have an @samp{id} attribute, which gives
44867a unique (within the containing @samp{<feature>}) name to the type.
44868Types must be defined before they are used.
44869
44870@cindex <vector>
44871Some targets offer vector registers, which can be treated as arrays
44872of scalar elements. These types are written as @samp{<vector>} elements,
44873specifying the array element type, @var{type}, and the number of elements,
44874@var{count}:
44875
44876@smallexample
44877<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
44878@end smallexample
44879
44880@cindex <union>
44881If a register's value is usefully viewed in multiple ways, define it
44882with a union type containing the useful representations. The
44883@samp{<union>} element contains one or more @samp{<field>} elements,
44884each of which has a @var{name} and a @var{type}:
44885
44886@smallexample
44887<union id="@var{id}">
44888 <field name="@var{name}" type="@var{type}"/>
44889 @dots{}
44890</union>
44891@end smallexample
44892
f5dff777 44893@cindex <struct>
81516450 44894@cindex <flags>
f5dff777 44895If a register's value is composed from several separate values, define
81516450
DE
44896it with either a structure type or a flags type.
44897A flags type may only contain bitfields.
44898A structure type may either contain only bitfields or contain no bitfields.
44899If the value contains only bitfields, its total size in bytes must be
44900specified.
44901
44902Non-bitfield values have a @var{name} and @var{type}.
f5dff777
DJ
44903
44904@smallexample
81516450
DE
44905<struct id="@var{id}">
44906 <field name="@var{name}" type="@var{type}"/>
f5dff777
DJ
44907 @dots{}
44908</struct>
44909@end smallexample
44910
81516450
DE
44911Both @var{name} and @var{type} values are required.
44912No implicit padding is added.
44913
44914Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
f5dff777
DJ
44915
44916@smallexample
81516450
DE
44917<struct id="@var{id}" size="@var{size}">
44918 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
44919 @dots{}
44920</struct>
44921@end smallexample
44922
f5dff777
DJ
44923@smallexample
44924<flags id="@var{id}" size="@var{size}">
81516450 44925 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
f5dff777
DJ
44926 @dots{}
44927</flags>
44928@end smallexample
44929
81516450
DE
44930The @var{name} value is required.
44931Bitfield values may be named with the empty string, @samp{""},
44932in which case the field is ``filler'' and its value is not printed.
44933Not all bits need to be specified, so ``filler'' fields are optional.
44934
ee8da4b8
DE
44935The @var{start} and @var{end} values are required, and @var{type}
44936is optional.
81516450
DE
44937The field's @var{start} must be less than or equal to its @var{end},
44938and zero represents the least significant bit.
81516450 44939
ee8da4b8
DE
44940The default value of @var{type} is @code{bool} for single bit fields,
44941and an unsigned integer otherwise.
81516450
DE
44942
44943Which to choose? Structures or flags?
44944
44945Registers defined with @samp{flags} have these advantages over
44946defining them with @samp{struct}:
44947
44948@itemize @bullet
44949@item
44950Arithmetic may be performed on them as if they were integers.
44951@item
44952They are printed in a more readable fashion.
44953@end itemize
44954
44955Registers defined with @samp{struct} have one advantage over
44956defining them with @samp{flags}:
44957
44958@itemize @bullet
44959@item
44960One can fetch individual fields like in @samp{C}.
44961
44962@smallexample
44963(gdb) print $my_struct_reg.field3
44964$1 = 42
44965@end smallexample
44966
44967@end itemize
44968
123dc839
DJ
44969@subsection Registers
44970@cindex <reg>
44971
44972Each register is represented as an element with this form:
44973
44974@smallexample
44975<reg name="@var{name}"
44976 bitsize="@var{size}"
44977 @r{[}regnum="@var{num}"@r{]}
44978 @r{[}save-restore="@var{save-restore}"@r{]}
44979 @r{[}type="@var{type}"@r{]}
44980 @r{[}group="@var{group}"@r{]}/>
44981@end smallexample
44982
44983@noindent
44984The components are as follows:
44985
44986@table @var
44987
44988@item name
44989The register's name; it must be unique within the target description.
44990
44991@item bitsize
44992The register's size, in bits.
44993
44994@item regnum
44995The register's number. If omitted, a register's number is one greater
44996than that of the previous register (either in the current feature or in
177b42fe 44997a preceding feature); the first register in the target description
123dc839
DJ
44998defaults to zero. This register number is used to read or write
44999the register; e.g.@: it is used in the remote @code{p} and @code{P}
45000packets, and registers appear in the @code{g} and @code{G} packets
45001in order of increasing register number.
45002
45003@item save-restore
45004Whether the register should be preserved across inferior function
45005calls; this must be either @code{yes} or @code{no}. The default is
45006@code{yes}, which is appropriate for most registers except for
45007some system control registers; this is not related to the target's
45008ABI.
45009
45010@item type
697aa1b7 45011The type of the register. It may be a predefined type, a type
123dc839
DJ
45012defined in the current feature, or one of the special types @code{int}
45013and @code{float}. @code{int} is an integer type of the correct size
45014for @var{bitsize}, and @code{float} is a floating point type (in the
45015architecture's normal floating point format) of the correct size for
45016@var{bitsize}. The default is @code{int}.
45017
45018@item group
cef0f868
SH
45019The register group to which this register belongs. It can be one of the
45020standard register groups @code{general}, @code{float}, @code{vector} or an
45021arbitrary string. Group names should be limited to alphanumeric characters.
45022If a group name is made up of multiple words the words may be separated by
45023hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
45024@var{group} is specified, @value{GDBN} will not display the register in
45025@code{info registers}.
123dc839
DJ
45026
45027@end table
45028
45029@node Predefined Target Types
45030@section Predefined Target Types
45031@cindex target descriptions, predefined types
45032
45033Type definitions in the self-description can build up composite types
45034from basic building blocks, but can not define fundamental types. Instead,
45035standard identifiers are provided by @value{GDBN} for the fundamental
45036types. The currently supported types are:
45037
45038@table @code
45039
81516450
DE
45040@item bool
45041Boolean type, occupying a single bit.
45042
123dc839
DJ
45043@item int8
45044@itemx int16
d1908f2d 45045@itemx int24
123dc839
DJ
45046@itemx int32
45047@itemx int64
7cc46491 45048@itemx int128
123dc839
DJ
45049Signed integer types holding the specified number of bits.
45050
45051@item uint8
45052@itemx uint16
d1908f2d 45053@itemx uint24
123dc839
DJ
45054@itemx uint32
45055@itemx uint64
7cc46491 45056@itemx uint128
123dc839
DJ
45057Unsigned integer types holding the specified number of bits.
45058
45059@item code_ptr
45060@itemx data_ptr
45061Pointers to unspecified code and data. The program counter and
45062any dedicated return address register may be marked as code
45063pointers; printing a code pointer converts it into a symbolic
45064address. The stack pointer and any dedicated address registers
45065may be marked as data pointers.
45066
6e3bbd1a
PB
45067@item ieee_single
45068Single precision IEEE floating point.
45069
45070@item ieee_double
45071Double precision IEEE floating point.
45072
123dc839
DJ
45073@item arm_fpa_ext
45074The 12-byte extended precision format used by ARM FPA registers.
45075
075b51b7
L
45076@item i387_ext
45077The 10-byte extended precision format used by x87 registers.
45078
45079@item i386_eflags
4508032bit @sc{eflags} register used by x86.
45081
45082@item i386_mxcsr
4508332bit @sc{mxcsr} register used by x86.
45084
123dc839
DJ
45085@end table
45086
81516450
DE
45087@node Enum Target Types
45088@section Enum Target Types
45089@cindex target descriptions, enum types
45090
45091Enum target types are useful in @samp{struct} and @samp{flags}
45092register descriptions. @xref{Target Description Format}.
45093
45094Enum types have a name, size and a list of name/value pairs.
45095
45096@smallexample
45097<enum id="@var{id}" size="@var{size}">
45098 <evalue name="@var{name}" value="@var{value}"/>
45099 @dots{}
45100</enum>
45101@end smallexample
45102
45103Enums must be defined before they are used.
45104
45105@smallexample
45106<enum id="levels_type" size="4">
45107 <evalue name="low" value="0"/>
45108 <evalue name="high" value="1"/>
45109</enum>
45110<flags id="flags_type" size="4">
45111 <field name="X" start="0"/>
45112 <field name="LEVEL" start="1" end="1" type="levels_type"/>
45113</flags>
45114<reg name="flags" bitsize="32" type="flags_type"/>
45115@end smallexample
45116
45117Given that description, a value of 3 for the @samp{flags} register
45118would be printed as:
45119
45120@smallexample
45121(gdb) info register flags
45122flags 0x3 [ X LEVEL=high ]
45123@end smallexample
45124
123dc839
DJ
45125@node Standard Target Features
45126@section Standard Target Features
45127@cindex target descriptions, standard features
45128
45129A target description must contain either no registers or all the
45130target's registers. If the description contains no registers, then
45131@value{GDBN} will assume a default register layout, selected based on
45132the architecture. If the description contains any registers, the
45133default layout will not be used; the standard registers must be
45134described in the target description, in such a way that @value{GDBN}
45135can recognize them.
45136
45137This is accomplished by giving specific names to feature elements
45138which contain standard registers. @value{GDBN} will look for features
45139with those names and verify that they contain the expected registers;
45140if any known feature is missing required registers, or if any required
45141feature is missing, @value{GDBN} will reject the target
45142description. You can add additional registers to any of the
45143standard features --- @value{GDBN} will display them just as if
45144they were added to an unrecognized feature.
45145
45146This section lists the known features and their expected contents.
45147Sample XML documents for these features are included in the
45148@value{GDBN} source tree, in the directory @file{gdb/features}.
45149
45150Names recognized by @value{GDBN} should include the name of the
45151company or organization which selected the name, and the overall
45152architecture to which the feature applies; so e.g.@: the feature
45153containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
45154
ff6f572f
DJ
45155The names of registers are not case sensitive for the purpose
45156of recognizing standard features, but @value{GDBN} will only display
45157registers using the capitalization used in the description.
45158
e9c17194 45159@menu
430ed3f0 45160* AArch64 Features::
ad0a504f 45161* ARC Features::
e9c17194 45162* ARM Features::
3bb8d5c3 45163* i386 Features::
164224e9 45164* MicroBlaze Features::
1e26b4f8 45165* MIPS Features::
e9c17194 45166* M68K Features::
a28d8e50 45167* NDS32 Features::
a1217d97 45168* Nios II Features::
a994fec4 45169* OpenRISC 1000 Features::
1e26b4f8 45170* PowerPC Features::
b5ffee31 45171* RISC-V Features::
e3ec872f 45172* RX Features::
4ac33720 45173* S/390 and System z Features::
3f7b46f2 45174* Sparc Features::
224bbe49 45175* TIC6x Features::
e9c17194
VP
45176@end menu
45177
45178
430ed3f0
MS
45179@node AArch64 Features
45180@subsection AArch64 Features
45181@cindex target descriptions, AArch64 features
45182
45183The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
45184targets. It should contain registers @samp{x0} through @samp{x30},
45185@samp{sp}, @samp{pc}, and @samp{cpsr}.
45186
45187The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
45188it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
45189and @samp{fpcr}.
45190
95228a0d
AH
45191The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
45192it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
45193through @samp{p15}, @samp{ffr} and @samp{vg}.
45194
6dc0ebde
AH
45195The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
45196it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
45197
ad0a504f
AK
45198@node ARC Features
45199@subsection ARC Features
45200@cindex target descriptions, ARC Features
45201
45202ARC processors are highly configurable, so even core registers and their number
45203are not completely predetermined. In addition flags and PC registers which are
45204important to @value{GDBN} are not ``core'' registers in ARC. It is required
45205that one of the core registers features is present.
45206@samp{org.gnu.gdb.arc.aux-minimal} feature is mandatory.
45207
45208The @samp{org.gnu.gdb.arc.core.v2} feature is required for ARC EM and ARC HS
45209targets with a normal register file. It should contain registers @samp{r0}
45210through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
45211@samp{lp_count} and @samp{pcl}. This feature may contain register @samp{ilink}
45212and any of extension core registers @samp{r32} through @samp{r59/acch}.
45213@samp{ilink} and extension core registers are not available to read/write, when
45214debugging GNU/Linux applications, thus @samp{ilink} is made optional.
45215
45216The @samp{org.gnu.gdb.arc.core-reduced.v2} feature is required for ARC EM and
45217ARC HS targets with a reduced register file. It should contain registers
45218@samp{r0} through @samp{r3}, @samp{r10} through @samp{r15}, @samp{gp},
45219@samp{fp}, @samp{sp}, @samp{r30}, @samp{blink}, @samp{lp_count} and @samp{pcl}.
45220This feature may contain register @samp{ilink} and any of extension core
45221registers @samp{r32} through @samp{r59/acch}.
45222
45223The @samp{org.gnu.gdb.arc.core.arcompact} feature is required for ARCompact
45224targets with a normal register file. It should contain registers @samp{r0}
45225through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
45226@samp{lp_count} and @samp{pcl}. This feature may contain registers
45227@samp{ilink1}, @samp{ilink2} and any of extension core registers @samp{r32}
45228through @samp{r59/acch}. @samp{ilink1} and @samp{ilink2} and extension core
45229registers are not available when debugging GNU/Linux applications. The only
45230difference with @samp{org.gnu.gdb.arc.core.v2} feature is in the names of
45231@samp{ilink1} and @samp{ilink2} registers and that @samp{r30} is mandatory in
45232ARC v2, but @samp{ilink2} is optional on ARCompact.
45233
45234The @samp{org.gnu.gdb.arc.aux-minimal} feature is required for all ARC
45235targets. It should contain registers @samp{pc} and @samp{status32}.
45236
e9c17194 45237@node ARM Features
123dc839
DJ
45238@subsection ARM Features
45239@cindex target descriptions, ARM features
45240
9779414d
DJ
45241The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
45242ARM targets.
123dc839
DJ
45243It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
45244@samp{lr}, @samp{pc}, and @samp{cpsr}.
45245
9779414d
DJ
45246For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
45247feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
45248registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
45249and @samp{xpsr}.
45250
123dc839
DJ
45251The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
45252should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
45253
ff6f572f
DJ
45254The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
45255it should contain at least registers @samp{wR0} through @samp{wR15} and
45256@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
45257@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 45258
58d6951d
DJ
45259The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
45260should contain at least registers @samp{d0} through @samp{d15}. If
45261they are present, @samp{d16} through @samp{d31} should also be included.
45262@value{GDBN} will synthesize the single-precision registers from
45263halves of the double-precision registers.
45264
45265The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
45266need to contain registers; it instructs @value{GDBN} to display the
45267VFP double-precision registers as vectors and to synthesize the
45268quad-precision registers from pairs of double-precision registers.
45269If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
45270be present and include 32 double-precision registers.
45271
3bb8d5c3
L
45272@node i386 Features
45273@subsection i386 Features
45274@cindex target descriptions, i386 features
45275
45276The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
45277targets. It should describe the following registers:
45278
45279@itemize @minus
45280@item
45281@samp{eax} through @samp{edi} plus @samp{eip} for i386
45282@item
45283@samp{rax} through @samp{r15} plus @samp{rip} for amd64
45284@item
45285@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
45286@samp{fs}, @samp{gs}
45287@item
45288@samp{st0} through @samp{st7}
45289@item
45290@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
45291@samp{foseg}, @samp{fooff} and @samp{fop}
45292@end itemize
45293
45294The register sets may be different, depending on the target.
45295
3a13a53b 45296The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
3bb8d5c3
L
45297describe registers:
45298
45299@itemize @minus
45300@item
45301@samp{xmm0} through @samp{xmm7} for i386
45302@item
45303@samp{xmm0} through @samp{xmm15} for amd64
45304@item
45305@samp{mxcsr}
45306@end itemize
45307
3a13a53b
L
45308The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
45309@samp{org.gnu.gdb.i386.sse} feature. It should
f68eb612
L
45310describe the upper 128 bits of @sc{ymm} registers:
45311
45312@itemize @minus
45313@item
45314@samp{ymm0h} through @samp{ymm7h} for i386
45315@item
45316@samp{ymm0h} through @samp{ymm15h} for amd64
f68eb612
L
45317@end itemize
45318
bc504a31 45319The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
ca8941bb
WT
45320Memory Protection Extension (MPX). It should describe the following registers:
45321
45322@itemize @minus
45323@item
45324@samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
45325@item
45326@samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
45327@end itemize
45328
3bb8d5c3
L
45329The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
45330describe a single register, @samp{orig_eax}.
45331
2735833d
WT
45332The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
45333describe two system registers: @samp{fs_base} and @samp{gs_base}.
45334
01f9f808
MS
45335The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
45336@samp{org.gnu.gdb.i386.avx} feature. It should
45337describe additional @sc{xmm} registers:
45338
45339@itemize @minus
45340@item
45341@samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
45342@end itemize
45343
45344It should describe the upper 128 bits of additional @sc{ymm} registers:
45345
45346@itemize @minus
45347@item
45348@samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
45349@end itemize
45350
45351It should
45352describe the upper 256 bits of @sc{zmm} registers:
45353
45354@itemize @minus
45355@item
45356@samp{zmm0h} through @samp{zmm7h} for i386.
45357@item
45358@samp{zmm0h} through @samp{zmm15h} for amd64.
45359@end itemize
45360
45361It should
45362describe the additional @sc{zmm} registers:
45363
45364@itemize @minus
45365@item
45366@samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
45367@end itemize
45368
51547df6
MS
45369The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
45370describe a single register, @samp{pkru}. It is a 32-bit register
45371valid for i386 and amd64.
45372
164224e9
ME
45373@node MicroBlaze Features
45374@subsection MicroBlaze Features
45375@cindex target descriptions, MicroBlaze features
45376
45377The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
45378targets. It should contain registers @samp{r0} through @samp{r31},
45379@samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
45380@samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
45381@samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
45382
45383The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
45384If present, it should contain registers @samp{rshr} and @samp{rslr}
45385
1e26b4f8 45386@node MIPS Features
eb17f351
EZ
45387@subsection @acronym{MIPS} Features
45388@cindex target descriptions, @acronym{MIPS} features
f8b73d13 45389
eb17f351 45390The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
f8b73d13
DJ
45391It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
45392@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
45393on the target.
45394
45395The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
45396contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
45397registers. They may be 32-bit or 64-bit depending on the target.
45398
45399The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
45400it may be optional in a future version of @value{GDBN}. It should
45401contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
45402@samp{fir}. They may be 32-bit or 64-bit depending on the target.
45403
1faeff08
MR
45404The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
45405contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
45406@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
45407be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
45408
822b6570
DJ
45409The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
45410contain a single register, @samp{restart}, which is used by the
45411Linux kernel to control restartable syscalls.
45412
e9c17194
VP
45413@node M68K Features
45414@subsection M68K Features
45415@cindex target descriptions, M68K features
45416
45417@table @code
45418@item @samp{org.gnu.gdb.m68k.core}
45419@itemx @samp{org.gnu.gdb.coldfire.core}
45420@itemx @samp{org.gnu.gdb.fido.core}
45421One of those features must be always present.
249e1128 45422The feature that is present determines which flavor of m68k is
e9c17194
VP
45423used. The feature that is present should contain registers
45424@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
45425@samp{sp}, @samp{ps} and @samp{pc}.
45426
45427@item @samp{org.gnu.gdb.coldfire.fp}
45428This feature is optional. If present, it should contain registers
45429@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
45430@samp{fpiaddr}.
b7d2fe14
TT
45431
45432Note that, despite the fact that this feature's name says
45433@samp{coldfire}, it is used to describe any floating point registers.
45434The size of the registers must match the main m68k flavor; so, for
45435example, if the primary feature is reported as @samp{coldfire}, then
4543664-bit floating point registers are required.
e9c17194
VP
45437@end table
45438
a28d8e50
YTL
45439@node NDS32 Features
45440@subsection NDS32 Features
45441@cindex target descriptions, NDS32 features
45442
45443The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
45444targets. It should contain at least registers @samp{r0} through
45445@samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
45446and @samp{pc}.
45447
45448The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
45449it should contain 64-bit double-precision floating-point registers
45450@samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
45451@samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
45452
45453@emph{Note:} The first sixteen 64-bit double-precision floating-point
45454registers are overlapped with the thirty-two 32-bit single-precision
45455floating-point registers. The 32-bit single-precision registers, if
45456not being listed explicitly, will be synthesized from halves of the
45457overlapping 64-bit double-precision registers. Listing 32-bit
45458single-precision registers explicitly is deprecated, and the
45459support to it could be totally removed some day.
45460
a1217d97
SL
45461@node Nios II Features
45462@subsection Nios II Features
45463@cindex target descriptions, Nios II features
45464
45465The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
45466targets. It should contain the 32 core registers (@samp{zero},
45467@samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
45468@samp{pc}, and the 16 control registers (@samp{status} through
45469@samp{mpuacc}).
45470
a994fec4
FJ
45471@node OpenRISC 1000 Features
45472@subsection Openrisc 1000 Features
45473@cindex target descriptions, OpenRISC 1000 features
45474
45475The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
45476targets. It should contain the 32 general purpose registers (@samp{r0}
45477through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
45478
1e26b4f8 45479@node PowerPC Features
7cc46491
DJ
45480@subsection PowerPC Features
45481@cindex target descriptions, PowerPC features
45482
45483The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
45484targets. It should contain registers @samp{r0} through @samp{r31},
45485@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
45486@samp{xer}. They may be 32-bit or 64-bit depending on the target.
45487
45488The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
45489contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
45490
45491The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
6f072a10
PFC
45492contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
45493@samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
45494through @samp{v31} as aliases for the corresponding @samp{vrX}
45495registers.
7cc46491 45496
677c5bb1 45497The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
4b905ae1
PFC
45498contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
45499combine these registers with the floating point registers (@samp{f0}
45500through @samp{f31}) and the altivec registers (@samp{vr0} through
45501@samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
45502@samp{vs63}, the set of vector-scalar registers for POWER7.
45503Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
45504@samp{org.gnu.gdb.power.altivec}.
677c5bb1 45505
7cc46491
DJ
45506The @samp{org.gnu.gdb.power.spe} feature is optional. It should
45507contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
45508@samp{spefscr}. SPE targets should provide 32-bit registers in
45509@samp{org.gnu.gdb.power.core} and provide the upper halves in
45510@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
45511these to present registers @samp{ev0} through @samp{ev31} to the
45512user.
45513
7ca18ed6
EBM
45514The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
45515contain the 64-bit register @samp{ppr}.
45516
45517The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
45518contain the 64-bit register @samp{dscr}.
45519
f2cf6173
EBM
45520The @samp{org.gnu.gdb.power.tar} feature is optional. It should
45521contain the 64-bit register @samp{tar}.
45522
232bfb86
EBM
45523The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
45524contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
4552564-bit wide.
45526
45527The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
45528contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
45529and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
45530server PMU registers provided by @sc{gnu}/Linux.
45531
8d619c01
EBM
45532The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
45533contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
4553464-bit wide.
45535
45536The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
45537contain the checkpointed general-purpose registers @samp{cr0} through
45538@samp{cr31}, as well as the checkpointed registers @samp{clr} and
45539@samp{cctr}. These registers may all be either 32-bit or 64-bit
45540depending on the target. It should also contain the checkpointed
45541registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
45542wide.
45543
45544The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
45545contain the checkpointed 64-bit floating-point registers @samp{cf0}
45546through @samp{cf31}, as well as the checkpointed 64-bit register
45547@samp{cfpscr}.
45548
45549The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
45550should contain the checkpointed altivec registers @samp{cvr0} through
45551@samp{cvr31}, all 128-bit wide. It should also contain the
45552checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
45553wide.
45554
45555The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
45556contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
45557will combine these registers with the checkpointed floating point
45558registers (@samp{cf0} through @samp{cf31}) and the checkpointed
45559altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
45560128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
45561@samp{cvs63}. Therefore, this feature requires both
45562@samp{org.gnu.gdb.power.htm.altivec} and
45563@samp{org.gnu.gdb.power.htm.fpu}.
45564
45565The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
45566contain the 64-bit checkpointed register @samp{cppr}.
45567
45568The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
45569contain the 64-bit checkpointed register @samp{cdscr}.
45570
45571The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
45572contain the 64-bit checkpointed register @samp{ctar}.
45573
b5ffee31
AB
45574
45575@node RISC-V Features
45576@subsection RISC-V Features
45577@cindex target descriptions, RISC-V Features
45578
45579The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
45580targets. It should contain the registers @samp{x0} through
45581@samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
45582@samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
45583etc).
45584
45585The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
45586should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
45587@samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
45588architectural register names, or the ABI names can be used.
45589
45590The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
45591it should contain registers that are not backed by real registers on
45592the target, but are instead virtual, where the register value is
45593derived from other target state. In many ways these are like
45594@value{GDBN}s pseudo-registers, except implemented by the target.
45595Currently the only register expected in this set is the one byte
45596@samp{priv} register that contains the target's privilege level in the
45597least significant two bits.
45598
45599The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
45600should contain all of the target's standard CSRs. Standard CSRs are
45601those defined in the RISC-V specification documents. There is some
45602overlap between this feature and the fpu feature; the @samp{fflags},
45603@samp{frm}, and @samp{fcsr} registers could be in either feature. The
45604expectation is that these registers will be in the fpu feature if the
45605target has floating point hardware, but can be moved into the csr
45606feature if the target has the floating point control registers, but no
45607other floating point hardware.
45608
e3ec872f
YS
45609@node RX Features
45610@subsection RX Features
45611@cindex target descriptions, RX Features
45612
45613The @samp{org.gnu.gdb.rx.core} feature is required for RX
45614targets. It should contain the registers @samp{r0} through
45615@samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
45616@samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
45617
4ac33720
UW
45618@node S/390 and System z Features
45619@subsection S/390 and System z Features
45620@cindex target descriptions, S/390 features
45621@cindex target descriptions, System z features
45622
45623The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
45624System z targets. It should contain the PSW and the 16 general
45625registers. In particular, System z targets should provide the 64-bit
45626registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
45627S/390 targets should provide the 32-bit versions of these registers.
45628A System z target that runs in 31-bit addressing mode should provide
4562932-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
45630register's upper halves @samp{r0h} through @samp{r15h}, and their
45631lower halves @samp{r0l} through @samp{r15l}.
45632
45633The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
45634contain the 64-bit registers @samp{f0} through @samp{f15}, and
45635@samp{fpc}.
45636
45637The @samp{org.gnu.gdb.s390.acr} feature is required. It should
45638contain the 32-bit registers @samp{acr0} through @samp{acr15}.
45639
45640The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
45641contain the register @samp{orig_r2}, which is 64-bit wide on System z
45642targets and 32-bit otherwise. In addition, the feature may contain
45643the @samp{last_break} register, whose width depends on the addressing
45644mode, as well as the @samp{system_call} register, which is always
4564532-bit wide.
45646
45647The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
45648contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
45649@samp{atia}, and @samp{tr0} through @samp{tr15}.
45650
446899e4
AA
45651The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
4565264-bit wide registers @samp{v0l} through @samp{v15l}, which will be
45653combined by @value{GDBN} with the floating point registers @samp{f0}
45654through @samp{f15} to present the 128-bit wide vector registers
45655@samp{v0} through @samp{v15}. In addition, this feature should
45656contain the 128-bit wide vector registers @samp{v16} through
45657@samp{v31}.
45658
289e23aa
AA
45659The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
45660the 64-bit wide guarded-storage-control registers @samp{gsd},
45661@samp{gssm}, and @samp{gsepla}.
45662
45663The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
45664the 64-bit wide guarded-storage broadcast control registers
45665@samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
45666
3f7b46f2
IR
45667@node Sparc Features
45668@subsection Sparc Features
45669@cindex target descriptions, sparc32 features
45670@cindex target descriptions, sparc64 features
45671The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
45672targets. It should describe the following registers:
45673
45674@itemize @minus
45675@item
45676@samp{g0} through @samp{g7}
45677@item
45678@samp{o0} through @samp{o7}
45679@item
45680@samp{l0} through @samp{l7}
45681@item
45682@samp{i0} through @samp{i7}
45683@end itemize
45684
45685They may be 32-bit or 64-bit depending on the target.
45686
45687Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
45688targets. It should describe the following registers:
45689
45690@itemize @minus
45691@item
45692@samp{f0} through @samp{f31}
45693@item
45694@samp{f32} through @samp{f62} for sparc64
45695@end itemize
45696
45697The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
45698targets. It should describe the following registers:
45699
45700@itemize @minus
45701@item
45702@samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
45703@samp{fsr}, and @samp{csr} for sparc32
45704@item
45705@samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
45706for sparc64
45707@end itemize
45708
224bbe49
YQ
45709@node TIC6x Features
45710@subsection TMS320C6x Features
45711@cindex target descriptions, TIC6x features
45712@cindex target descriptions, TMS320C6x features
45713The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
45714targets. It should contain registers @samp{A0} through @samp{A15},
45715registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
45716
45717The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
45718contain registers @samp{A16} through @samp{A31} and @samp{B16}
45719through @samp{B31}.
45720
45721The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
45722contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
45723
07e059b5
VP
45724@node Operating System Information
45725@appendix Operating System Information
45726@cindex operating system information
45727
45728@menu
45729* Process list::
45730@end menu
45731
45732Users of @value{GDBN} often wish to obtain information about the state of
45733the operating system running on the target---for example the list of
45734processes, or the list of open files. This section describes the
45735mechanism that makes it possible. This mechanism is similar to the
45736target features mechanism (@pxref{Target Descriptions}), but focuses
45737on a different aspect of target.
45738
6b92c0d3 45739Operating system information is retrieved from the target via the
07e059b5
VP
45740remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
45741read}). The object name in the request should be @samp{osdata}, and
45742the @var{annex} identifies the data to be fetched.
45743
45744@node Process list
45745@appendixsection Process list
45746@cindex operating system information, process list
45747
45748When requesting the process list, the @var{annex} field in the
45749@samp{qXfer} request should be @samp{processes}. The returned data is
45750an XML document. The formal syntax of this document is defined in
45751@file{gdb/features/osdata.dtd}.
45752
45753An example document is:
45754
45755@smallexample
45756<?xml version="1.0"?>
45757<!DOCTYPE target SYSTEM "osdata.dtd">
45758<osdata type="processes">
45759 <item>
45760 <column name="pid">1</column>
45761 <column name="user">root</column>
45762 <column name="command">/sbin/init</column>
dc146f7c 45763 <column name="cores">1,2,3</column>
07e059b5
VP
45764 </item>
45765</osdata>
45766@end smallexample
45767
45768Each item should include a column whose name is @samp{pid}. The value
45769of that column should identify the process on the target. The
45770@samp{user} and @samp{command} columns are optional, and will be
dc146f7c
VP
45771displayed by @value{GDBN}. The @samp{cores} column, if present,
45772should contain a comma-separated list of cores that this process
45773is running on. Target may provide additional columns,
07e059b5
VP
45774which @value{GDBN} currently ignores.
45775
05c8c3f5
TT
45776@node Trace File Format
45777@appendix Trace File Format
45778@cindex trace file format
45779
45780The trace file comes in three parts: a header, a textual description
45781section, and a trace frame section with binary data.
45782
45783The header has the form @code{\x7fTRACE0\n}. The first byte is
45784@code{0x7f} so as to indicate that the file contains binary data,
45785while the @code{0} is a version number that may have different values
45786in the future.
45787
45788The description section consists of multiple lines of @sc{ascii} text
45789separated by newline characters (@code{0xa}). The lines may include a
45790variety of optional descriptive or context-setting information, such
45791as tracepoint definitions or register set size. @value{GDBN} will
45792ignore any line that it does not recognize. An empty line marks the end
45793of this section.
45794
0748bf3e
MK
45795@table @code
45796@item R @var{size}
45797Specifies the size of a register block in bytes. This is equal to the
45798size of a @code{g} packet payload in the remote protocol. @var{size}
45799is an ascii decimal number. There should be only one such line in
45800a single trace file.
45801
45802@item status @var{status}
45803Trace status. @var{status} has the same format as a @code{qTStatus}
45804remote packet reply. There should be only one such line in a single trace
45805file.
45806
45807@item tp @var{payload}
45808Tracepoint definition. The @var{payload} has the same format as
45809@code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
45810may take multiple lines of definition, corresponding to the multiple
45811reply packets.
45812
45813@item tsv @var{payload}
45814Trace state variable definition. The @var{payload} has the same format as
45815@code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
45816may take multiple lines of definition, corresponding to the multiple
45817reply packets.
45818
45819@item tdesc @var{payload}
45820Target description in XML format. The @var{payload} is a single line of
45821the XML file. All such lines should be concatenated together to get
45822the original XML file. This file is in the same format as @code{qXfer}
45823@code{features} payload, and corresponds to the main @code{target.xml}
45824file. Includes are not allowed.
45825
45826@end table
05c8c3f5
TT
45827
45828The trace frame section consists of a number of consecutive frames.
45829Each frame begins with a two-byte tracepoint number, followed by a
45830four-byte size giving the amount of data in the frame. The data in
45831the frame consists of a number of blocks, each introduced by a
45832character indicating its type (at least register, memory, and trace
45833state variable). The data in this section is raw binary, not a
45834hexadecimal or other encoding; its endianness matches the target's
45835endianness.
45836
45837@c FIXME bi-arch may require endianness/arch info in description section
45838
45839@table @code
45840@item R @var{bytes}
45841Register block. The number and ordering of bytes matches that of a
45842@code{g} packet in the remote protocol. Note that these are the
e909d859 45843actual bytes, in target order, not a hexadecimal encoding.
05c8c3f5
TT
45844
45845@item M @var{address} @var{length} @var{bytes}...
45846Memory block. This is a contiguous block of memory, at the 8-byte
45847address @var{address}, with a 2-byte length @var{length}, followed by
45848@var{length} bytes.
45849
45850@item V @var{number} @var{value}
45851Trace state variable block. This records the 8-byte signed value
45852@var{value} of trace state variable numbered @var{number}.
45853
45854@end table
45855
45856Future enhancements of the trace file format may include additional types
45857of blocks.
45858
90476074
TT
45859@node Index Section Format
45860@appendix @code{.gdb_index} section format
45861@cindex .gdb_index section format
45862@cindex index section format
45863
45864This section documents the index section that is created by @code{save
45865gdb-index} (@pxref{Index Files}). The index section is
45866DWARF-specific; some knowledge of DWARF is assumed in this
45867description.
45868
45869The mapped index file format is designed to be directly
45870@code{mmap}able on any architecture. In most cases, a datum is
45871represented using a little-endian 32-bit integer value, called an
45872@code{offset_type}. Big endian machines must byte-swap the values
45873before using them. Exceptions to this rule are noted. The data is
45874laid out such that alignment is always respected.
45875
45876A mapped index consists of several areas, laid out in order.
45877
45878@enumerate
45879@item
45880The file header. This is a sequence of values, of @code{offset_type}
45881unless otherwise noted:
45882
45883@enumerate
45884@item
796a7ff8 45885The version number, currently 8. Versions 1, 2 and 3 are obsolete.
481860b3 45886Version 4 uses a different hashing function from versions 5 and 6.
b6ba681c
TT
45887Version 6 includes symbols for inlined functions, whereas versions 4
45888and 5 do not. Version 7 adds attributes to the CU indices in the
796a7ff8
DE
45889symbol table. Version 8 specifies that symbols from DWARF type units
45890(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
45891compilation unit (@samp{DW_TAG_comp_unit}) using the type.
45892
45893@value{GDBN} will only read version 4, 5, or 6 indices
e615022a 45894by specifying @code{set use-deprecated-index-sections on}.
796a7ff8
DE
45895GDB has a workaround for potentially broken version 7 indices so it is
45896currently not flagged as deprecated.
90476074
TT
45897
45898@item
45899The offset, from the start of the file, of the CU list.
45900
45901@item
45902The offset, from the start of the file, of the types CU list. Note
45903that this area can be empty, in which case this offset will be equal
45904to the next offset.
45905
45906@item
45907The offset, from the start of the file, of the address area.
45908
45909@item
45910The offset, from the start of the file, of the symbol table.
45911
45912@item
45913The offset, from the start of the file, of the constant pool.
45914@end enumerate
45915
45916@item
45917The CU list. This is a sequence of pairs of 64-bit little-endian
45918values, sorted by the CU offset. The first element in each pair is
45919the offset of a CU in the @code{.debug_info} section. The second
45920element in each pair is the length of that CU. References to a CU
45921elsewhere in the map are done using a CU index, which is just the
459220-based index into this table. Note that if there are type CUs, then
45923conceptually CUs and type CUs form a single list for the purposes of
45924CU indices.
45925
45926@item
45927The types CU list. This is a sequence of triplets of 64-bit
45928little-endian values. In a triplet, the first value is the CU offset,
45929the second value is the type offset in the CU, and the third value is
45930the type signature. The types CU list is not sorted.
45931
45932@item
45933The address area. The address area consists of a sequence of address
45934entries. Each address entry has three elements:
45935
45936@enumerate
45937@item
45938The low address. This is a 64-bit little-endian value.
45939
45940@item
45941The high address. This is a 64-bit little-endian value. Like
45942@code{DW_AT_high_pc}, the value is one byte beyond the end.
45943
45944@item
45945The CU index. This is an @code{offset_type} value.
45946@end enumerate
45947
45948@item
45949The symbol table. This is an open-addressed hash table. The size of
45950the hash table is always a power of 2.
45951
45952Each slot in the hash table consists of a pair of @code{offset_type}
45953values. The first value is the offset of the symbol's name in the
45954constant pool. The second value is the offset of the CU vector in the
45955constant pool.
45956
45957If both values are 0, then this slot in the hash table is empty. This
45958is ok because while 0 is a valid constant pool index, it cannot be a
45959valid index for both a string and a CU vector.
45960
45961The hash value for a table entry is computed by applying an
45962iterative hash function to the symbol's name. Starting with an
45963initial value of @code{r = 0}, each (unsigned) character @samp{c} in
559a7a62
JK
45964the string is incorporated into the hash using the formula depending on the
45965index version:
45966
45967@table @asis
45968@item Version 4
45969The formula is @code{r = r * 67 + c - 113}.
45970
156942c7 45971@item Versions 5 to 7
559a7a62
JK
45972The formula is @code{r = r * 67 + tolower (c) - 113}.
45973@end table
45974
45975The terminating @samp{\0} is not incorporated into the hash.
90476074
TT
45976
45977The step size used in the hash table is computed via
45978@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
45979value, and @samp{size} is the size of the hash table. The step size
45980is used to find the next candidate slot when handling a hash
45981collision.
45982
45983The names of C@t{++} symbols in the hash table are canonicalized. We
45984don't currently have a simple description of the canonicalization
45985algorithm; if you intend to create new index sections, you must read
45986the code.
45987
45988@item
45989The constant pool. This is simply a bunch of bytes. It is organized
45990so that alignment is correct: CU vectors are stored first, followed by
45991strings.
45992
45993A CU vector in the constant pool is a sequence of @code{offset_type}
45994values. The first value is the number of CU indices in the vector.
156942c7
DE
45995Each subsequent value is the index and symbol attributes of a CU in
45996the CU list. This element in the hash table is used to indicate which
45997CUs define the symbol and how the symbol is used.
45998See below for the format of each CU index+attributes entry.
90476074
TT
45999
46000A string in the constant pool is zero-terminated.
46001@end enumerate
46002
156942c7
DE
46003Attributes were added to CU index values in @code{.gdb_index} version 7.
46004If a symbol has multiple uses within a CU then there is one
46005CU index+attributes value for each use.
46006
46007The format of each CU index+attributes entry is as follows
46008(bit 0 = LSB):
46009
46010@table @asis
46011
46012@item Bits 0-23
46013This is the index of the CU in the CU list.
46014@item Bits 24-27
46015These bits are reserved for future purposes and must be zero.
46016@item Bits 28-30
46017The kind of the symbol in the CU.
46018
46019@table @asis
46020@item 0
46021This value is reserved and should not be used.
46022By reserving zero the full @code{offset_type} value is backwards compatible
46023with previous versions of the index.
46024@item 1
46025The symbol is a type.
46026@item 2
46027The symbol is a variable or an enum value.
46028@item 3
46029The symbol is a function.
46030@item 4
46031Any other kind of symbol.
46032@item 5,6,7
46033These values are reserved.
46034@end table
46035
46036@item Bit 31
46037This bit is zero if the value is global and one if it is static.
46038
46039The determination of whether a symbol is global or static is complicated.
46040The authorative reference is the file @file{dwarf2read.c} in
46041@value{GDBN} sources.
46042
46043@end table
46044
46045This pseudo-code describes the computation of a symbol's kind and
46046global/static attributes in the index.
46047
46048@smallexample
46049is_external = get_attribute (die, DW_AT_external);
46050language = get_attribute (cu_die, DW_AT_language);
46051switch (die->tag)
46052 @{
46053 case DW_TAG_typedef:
46054 case DW_TAG_base_type:
46055 case DW_TAG_subrange_type:
46056 kind = TYPE;
46057 is_static = 1;
46058 break;
46059 case DW_TAG_enumerator:
46060 kind = VARIABLE;
9c37b5ae 46061 is_static = language != CPLUS;
156942c7
DE
46062 break;
46063 case DW_TAG_subprogram:
46064 kind = FUNCTION;
46065 is_static = ! (is_external || language == ADA);
46066 break;
46067 case DW_TAG_constant:
46068 kind = VARIABLE;
46069 is_static = ! is_external;
46070 break;
46071 case DW_TAG_variable:
46072 kind = VARIABLE;
46073 is_static = ! is_external;
46074 break;
46075 case DW_TAG_namespace:
46076 kind = TYPE;
46077 is_static = 0;
46078 break;
46079 case DW_TAG_class_type:
46080 case DW_TAG_interface_type:
46081 case DW_TAG_structure_type:
46082 case DW_TAG_union_type:
46083 case DW_TAG_enumeration_type:
46084 kind = TYPE;
9c37b5ae 46085 is_static = language != CPLUS;
156942c7
DE
46086 break;
46087 default:
46088 assert (0);
46089 @}
46090@end smallexample
46091
43662968
JK
46092@node Man Pages
46093@appendix Manual pages
46094@cindex Man pages
46095
46096@menu
46097* gdb man:: The GNU Debugger man page
46098* gdbserver man:: Remote Server for the GNU Debugger man page
b292c783 46099* gcore man:: Generate a core file of a running program
43662968 46100* gdbinit man:: gdbinit scripts
ba643918 46101* gdb-add-index man:: Add index files to speed up GDB
43662968
JK
46102@end menu
46103
46104@node gdb man
46105@heading gdb man
46106
46107@c man title gdb The GNU Debugger
46108
46109@c man begin SYNOPSIS gdb
46110gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
46111[@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
46112[@option{-b}@w{ }@var{bps}]
46113 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
46114[@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
906ccdf0
JK
46115[@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
46116 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
46117[@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
43662968
JK
46118@c man end
46119
46120@c man begin DESCRIPTION gdb
46121The purpose of a debugger such as @value{GDBN} is to allow you to see what is
46122going on ``inside'' another program while it executes -- or what another
46123program was doing at the moment it crashed.
46124
46125@value{GDBN} can do four main kinds of things (plus other things in support of
46126these) to help you catch bugs in the act:
46127
46128@itemize @bullet
46129@item
46130Start your program, specifying anything that might affect its behavior.
46131
46132@item
46133Make your program stop on specified conditions.
46134
46135@item
46136Examine what has happened, when your program has stopped.
46137
46138@item
46139Change things in your program, so you can experiment with correcting the
46140effects of one bug and go on to learn about another.
46141@end itemize
46142
906ccdf0
JK
46143You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
46144Modula-2.
43662968
JK
46145
46146@value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
46147commands from the terminal until you tell it to exit with the @value{GDBN}
46148command @code{quit}. You can get online help from @value{GDBN} itself
46149by using the command @code{help}.
46150
46151You can run @code{gdb} with no arguments or options; but the most
46152usual way to start @value{GDBN} is with one argument or two, specifying an
46153executable program as the argument:
46154
46155@smallexample
46156gdb program
46157@end smallexample
46158
46159You can also start with both an executable program and a core file specified:
46160
46161@smallexample
46162gdb program core
46163@end smallexample
46164
4ed4690f
SM
46165You can, instead, specify a process ID as a second argument or use option
46166@code{-p}, if you want to debug a running process:
43662968
JK
46167
46168@smallexample
46169gdb program 1234
906ccdf0 46170gdb -p 1234
43662968
JK
46171@end smallexample
46172
46173@noindent
4ed4690f
SM
46174would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
46175can omit the @var{program} filename.
43662968
JK
46176
46177Here are some of the most frequently needed @value{GDBN} commands:
46178
46179@c pod2man highlights the right hand side of the @item lines.
46180@table @env
224f10c1 46181@item break [@var{file}:]@var{function}
43662968
JK
46182Set a breakpoint at @var{function} (in @var{file}).
46183
46184@item run [@var{arglist}]
46185Start your program (with @var{arglist}, if specified).
46186
46187@item bt
46188Backtrace: display the program stack.
46189
46190@item print @var{expr}
46191Display the value of an expression.
46192
46193@item c
46194Continue running your program (after stopping, e.g. at a breakpoint).
46195
46196@item next
46197Execute next program line (after stopping); step @emph{over} any
46198function calls in the line.
46199
46200@item edit [@var{file}:]@var{function}
46201look at the program line where it is presently stopped.
46202
46203@item list [@var{file}:]@var{function}
46204type the text of the program in the vicinity of where it is presently stopped.
46205
46206@item step
46207Execute next program line (after stopping); step @emph{into} any
46208function calls in the line.
46209
46210@item help [@var{name}]
46211Show information about @value{GDBN} command @var{name}, or general information
46212about using @value{GDBN}.
46213
46214@item quit
46215Exit from @value{GDBN}.
46216@end table
46217
46218@ifset man
46219For full details on @value{GDBN},
46220see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46221by Richard M. Stallman and Roland H. Pesch. The same text is available online
46222as the @code{gdb} entry in the @code{info} program.
46223@end ifset
46224@c man end
46225
46226@c man begin OPTIONS gdb
46227Any arguments other than options specify an executable
46228file and core file (or process ID); that is, the first argument
46229encountered with no
46230associated option flag is equivalent to a @option{-se} option, and the second,
46231if any, is equivalent to a @option{-c} option if it's the name of a file.
46232Many options have
46233both long and short forms; both are shown here. The long forms are also
46234recognized if you truncate them, so long as enough of the option is
46235present to be unambiguous. (If you prefer, you can flag option
46236arguments with @option{+} rather than @option{-}, though we illustrate the
46237more usual convention.)
46238
46239All the options and command line arguments you give are processed
46240in sequential order. The order makes a difference when the @option{-x}
46241option is used.
46242
46243@table @env
46244@item -help
46245@itemx -h
46246List all options, with brief explanations.
46247
46248@item -symbols=@var{file}
46249@itemx -s @var{file}
46250Read symbol table from file @var{file}.
46251
46252@item -write
46253Enable writing into executable and core files.
46254
46255@item -exec=@var{file}
46256@itemx -e @var{file}
46257Use file @var{file} as the executable file to execute when
46258appropriate, and for examining pure data in conjunction with a core
46259dump.
46260
46261@item -se=@var{file}
46262Read symbol table from file @var{file} and use it as the executable
46263file.
46264
46265@item -core=@var{file}
46266@itemx -c @var{file}
46267Use file @var{file} as a core dump to examine.
46268
46269@item -command=@var{file}
46270@itemx -x @var{file}
46271Execute @value{GDBN} commands from file @var{file}.
46272
46273@item -ex @var{command}
46274Execute given @value{GDBN} @var{command}.
46275
46276@item -directory=@var{directory}
46277@itemx -d @var{directory}
46278Add @var{directory} to the path to search for source files.
46279
46280@item -nh
46281Do not execute commands from @file{~/.gdbinit}.
46282
46283@item -nx
46284@itemx -n
46285Do not execute commands from any @file{.gdbinit} initialization files.
46286
46287@item -quiet
46288@itemx -q
46289``Quiet''. Do not print the introductory and copyright messages. These
46290messages are also suppressed in batch mode.
46291
46292@item -batch
46293Run in batch mode. Exit with status @code{0} after processing all the command
46294files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
46295Exit with nonzero status if an error occurs in executing the @value{GDBN}
46296commands in the command files.
46297
46298Batch mode may be useful for running @value{GDBN} as a filter, for example to
46299download and run a program on another computer; in order to make this
46300more useful, the message
46301
46302@smallexample
46303Program exited normally.
46304@end smallexample
46305
46306@noindent
46307(which is ordinarily issued whenever a program running under @value{GDBN} control
46308terminates) is not issued when running in batch mode.
46309
46310@item -cd=@var{directory}
46311Run @value{GDBN} using @var{directory} as its working directory,
46312instead of the current directory.
46313
46314@item -fullname
46315@itemx -f
46316Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
46317@value{GDBN} to output the full file name and line number in a standard,
46318recognizable fashion each time a stack frame is displayed (which
46319includes each time the program stops). This recognizable format looks
46320like two @samp{\032} characters, followed by the file name, line number
46321and character position separated by colons, and a newline. The
46322Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
46323characters as a signal to display the source code for the frame.
46324
46325@item -b @var{bps}
46326Set the line speed (baud rate or bits per second) of any serial
46327interface used by @value{GDBN} for remote debugging.
46328
46329@item -tty=@var{device}
46330Run using @var{device} for your program's standard input and output.
46331@end table
46332@c man end
46333
46334@c man begin SEEALSO gdb
46335@ifset man
46336The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46337If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46338documentation are properly installed at your site, the command
46339
46340@smallexample
46341info gdb
46342@end smallexample
46343
46344@noindent
46345should give you access to the complete manual.
46346
46347@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46348Richard M. Stallman and Roland H. Pesch, July 1991.
46349@end ifset
46350@c man end
46351
46352@node gdbserver man
46353@heading gdbserver man
46354
46355@c man title gdbserver Remote Server for the GNU Debugger
46356@format
46357@c man begin SYNOPSIS gdbserver
5b8b6385 46358gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
43662968 46359
5b8b6385
JK
46360gdbserver --attach @var{comm} @var{pid}
46361
46362gdbserver --multi @var{comm}
43662968
JK
46363@c man end
46364@end format
46365
46366@c man begin DESCRIPTION gdbserver
46367@command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
46368than the one which is running the program being debugged.
46369
46370@ifclear man
46371@subheading Usage (server (target) side)
46372@end ifclear
46373@ifset man
46374Usage (server (target) side):
46375@end ifset
46376
46377First, you need to have a copy of the program you want to debug put onto
46378the target system. The program can be stripped to save space if needed, as
46379@command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
46380the @value{GDBN} running on the host system.
46381
46382To use the server, you log on to the target system, and run the @command{gdbserver}
46383program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
46384your program, and (c) its arguments. The general syntax is:
46385
46386@smallexample
46387target> gdbserver @var{comm} @var{program} [@var{args} ...]
46388@end smallexample
46389
46390For example, using a serial port, you might say:
46391
46392@smallexample
46393@ifset man
46394@c @file would wrap it as F</dev/com1>.
46395target> gdbserver /dev/com1 emacs foo.txt
46396@end ifset
46397@ifclear man
46398target> gdbserver @file{/dev/com1} emacs foo.txt
46399@end ifclear
46400@end smallexample
46401
46402This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
46403to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
46404waits patiently for the host @value{GDBN} to communicate with it.
46405
46406To use a TCP connection, you could say:
46407
46408@smallexample
46409target> gdbserver host:2345 emacs foo.txt
46410@end smallexample
46411
46412This says pretty much the same thing as the last example, except that we are
46413going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
46414that we are expecting to see a TCP connection from @code{host} to local TCP port
464152345. (Currently, the @code{host} part is ignored.) You can choose any number you
46416want for the port number as long as it does not conflict with any existing TCP
46417ports on the target system. This same port number must be used in the host
46418@value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
46419you chose a port number that conflicts with another service, @command{gdbserver} will
46420print an error message and exit.
46421
5b8b6385 46422@command{gdbserver} can also attach to running programs.
43662968
JK
46423This is accomplished via the @option{--attach} argument. The syntax is:
46424
46425@smallexample
5b8b6385 46426target> gdbserver --attach @var{comm} @var{pid}
43662968
JK
46427@end smallexample
46428
46429@var{pid} is the process ID of a currently running process. It isn't
46430necessary to point @command{gdbserver} at a binary for the running process.
46431
5b8b6385
JK
46432To start @code{gdbserver} without supplying an initial command to run
46433or process ID to attach, use the @option{--multi} command line option.
46434In such case you should connect using @kbd{target extended-remote} to start
46435the program you want to debug.
46436
46437@smallexample
46438target> gdbserver --multi @var{comm}
46439@end smallexample
46440
43662968
JK
46441@ifclear man
46442@subheading Usage (host side)
46443@end ifclear
46444@ifset man
46445Usage (host side):
46446@end ifset
46447
46448You need an unstripped copy of the target program on your host system, since
1a088a2e 46449@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
43662968
JK
46450would, with the target program as the first argument. (You may need to use the
46451@option{--baud} option if the serial line is running at anything except 9600 baud.)
46452That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
5b8b6385
JK
46453new command you need to know about is @code{target remote}
46454(or @code{target extended-remote}). Its argument is either
43662968
JK
46455a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
46456descriptor. For example:
46457
46458@smallexample
46459@ifset man
46460@c @file would wrap it as F</dev/ttyb>.
46461(gdb) target remote /dev/ttyb
46462@end ifset
46463@ifclear man
46464(gdb) target remote @file{/dev/ttyb}
46465@end ifclear
46466@end smallexample
46467
46468@noindent
46469communicates with the server via serial line @file{/dev/ttyb}, and:
46470
46471@smallexample
46472(gdb) target remote the-target:2345
46473@end smallexample
46474
46475@noindent
46476communicates via a TCP connection to port 2345 on host `the-target', where
46477you previously started up @command{gdbserver} with the same port number. Note that for
46478TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
46479command, otherwise you may get an error that looks something like
46480`Connection refused'.
5b8b6385
JK
46481
46482@command{gdbserver} can also debug multiple inferiors at once,
46483described in
46484@ifset man
65c574f6
PA
46485the @value{GDBN} manual in node @code{Inferiors Connections and Programs}
46486-- shell command @code{info -f gdb -n 'Inferiors Connections and Programs'}.
5b8b6385
JK
46487@end ifset
46488@ifclear man
65c574f6 46489@ref{Inferiors Connections and Programs}.
5b8b6385
JK
46490@end ifclear
46491In such case use the @code{extended-remote} @value{GDBN} command variant:
46492
46493@smallexample
46494(gdb) target extended-remote the-target:2345
46495@end smallexample
46496
46497The @command{gdbserver} option @option{--multi} may or may not be used in such
46498case.
43662968
JK
46499@c man end
46500
46501@c man begin OPTIONS gdbserver
5b8b6385
JK
46502There are three different modes for invoking @command{gdbserver}:
46503
46504@itemize @bullet
46505
46506@item
46507Debug a specific program specified by its program name:
46508
46509@smallexample
46510gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
46511@end smallexample
46512
46513The @var{comm} parameter specifies how should the server communicate
46514with @value{GDBN}; it is either a device name (to use a serial line),
46515a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
46516stdin/stdout of @code{gdbserver}. Specify the name of the program to
46517debug in @var{prog}. Any remaining arguments will be passed to the
46518program verbatim. When the program exits, @value{GDBN} will close the
46519connection, and @code{gdbserver} will exit.
46520
46521@item
46522Debug a specific program by specifying the process ID of a running
46523program:
46524
46525@smallexample
46526gdbserver --attach @var{comm} @var{pid}
46527@end smallexample
46528
46529The @var{comm} parameter is as described above. Supply the process ID
46530of a running program in @var{pid}; @value{GDBN} will do everything
46531else. Like with the previous mode, when the process @var{pid} exits,
46532@value{GDBN} will close the connection, and @code{gdbserver} will exit.
46533
46534@item
46535Multi-process mode -- debug more than one program/process:
46536
46537@smallexample
46538gdbserver --multi @var{comm}
46539@end smallexample
46540
46541In this mode, @value{GDBN} can instruct @command{gdbserver} which
46542command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
46543close the connection when a process being debugged exits, so you can
46544debug several processes in the same session.
46545@end itemize
46546
46547In each of the modes you may specify these options:
46548
46549@table @env
46550
46551@item --help
46552List all options, with brief explanations.
46553
46554@item --version
46555This option causes @command{gdbserver} to print its version number and exit.
46556
46557@item --attach
46558@command{gdbserver} will attach to a running program. The syntax is:
46559
46560@smallexample
46561target> gdbserver --attach @var{comm} @var{pid}
46562@end smallexample
46563
46564@var{pid} is the process ID of a currently running process. It isn't
46565necessary to point @command{gdbserver} at a binary for the running process.
46566
46567@item --multi
46568To start @code{gdbserver} without supplying an initial command to run
46569or process ID to attach, use this command line option.
46570Then you can connect using @kbd{target extended-remote} and start
46571the program you want to debug. The syntax is:
46572
46573@smallexample
46574target> gdbserver --multi @var{comm}
46575@end smallexample
46576
46577@item --debug
46578Instruct @code{gdbserver} to display extra status information about the debugging
46579process.
46580This option is intended for @code{gdbserver} development and for bug reports to
46581the developers.
46582
46583@item --remote-debug
46584Instruct @code{gdbserver} to display remote protocol debug output.
46585This option is intended for @code{gdbserver} development and for bug reports to
46586the developers.
46587
aeb2e706
AH
46588@item --debug-file=@var{filename}
46589Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
46590This option is intended for @code{gdbserver} development and for bug reports to
46591the developers.
46592
87ce2a04
DE
46593@item --debug-format=option1@r{[},option2,...@r{]}
46594Instruct @code{gdbserver} to include extra information in each line
46595of debugging output.
46596@xref{Other Command-Line Arguments for gdbserver}.
46597
5b8b6385
JK
46598@item --wrapper
46599Specify a wrapper to launch programs
46600for debugging. The option should be followed by the name of the
46601wrapper, then any command-line arguments to pass to the wrapper, then
46602@kbd{--} indicating the end of the wrapper arguments.
46603
46604@item --once
46605By default, @command{gdbserver} keeps the listening TCP port open, so that
46606additional connections are possible. However, if you start @code{gdbserver}
46607with the @option{--once} option, it will stop listening for any further
46608connection attempts after connecting to the first @value{GDBN} session.
46609
46610@c --disable-packet is not documented for users.
46611
46612@c --disable-randomization and --no-disable-randomization are superseded by
46613@c QDisableRandomization.
46614
46615@end table
43662968
JK
46616@c man end
46617
46618@c man begin SEEALSO gdbserver
46619@ifset man
46620The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46621If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46622documentation are properly installed at your site, the command
46623
46624@smallexample
46625info gdb
46626@end smallexample
46627
46628should give you access to the complete manual.
46629
46630@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46631Richard M. Stallman and Roland H. Pesch, July 1991.
46632@end ifset
46633@c man end
46634
b292c783
JK
46635@node gcore man
46636@heading gcore
46637
46638@c man title gcore Generate a core file of a running program
46639
46640@format
46641@c man begin SYNOPSIS gcore
129eb0f1 46642gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
b292c783
JK
46643@c man end
46644@end format
46645
46646@c man begin DESCRIPTION gcore
129eb0f1
SDJ
46647Generate core dumps of one or more running programs with process IDs
46648@var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
46649is equivalent to one produced by the kernel when the process crashes
46650(and when @kbd{ulimit -c} was used to set up an appropriate core dump
46651limit). However, unlike after a crash, after @command{gcore} finishes
46652its job the program remains running without any change.
b292c783
JK
46653@c man end
46654
46655@c man begin OPTIONS gcore
46656@table @env
c179febe
SL
46657@item -a
46658Dump all memory mappings. The actual effect of this option depends on
46659the Operating System. On @sc{gnu}/Linux, it will disable
46660@code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
46661enable @code{dump-excluded-mappings} (@pxref{set
46662dump-excluded-mappings}).
46663
129eb0f1
SDJ
46664@item -o @var{prefix}
46665The optional argument @var{prefix} specifies the prefix to be used
46666when composing the file names of the core dumps. The file name is
46667composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
46668process ID of the running program being analyzed by @command{gcore}.
46669If not specified, @var{prefix} defaults to @var{gcore}.
b292c783
JK
46670@end table
46671@c man end
46672
46673@c man begin SEEALSO gcore
46674@ifset man
46675The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46676If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46677documentation are properly installed at your site, the command
46678
46679@smallexample
46680info gdb
46681@end smallexample
46682
46683@noindent
46684should give you access to the complete manual.
46685
46686@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46687Richard M. Stallman and Roland H. Pesch, July 1991.
46688@end ifset
46689@c man end
46690
43662968
JK
46691@node gdbinit man
46692@heading gdbinit
46693
46694@c man title gdbinit GDB initialization scripts
46695
46696@format
46697@c man begin SYNOPSIS gdbinit
46698@ifset SYSTEM_GDBINIT
46699@value{SYSTEM_GDBINIT}
46700@end ifset
46701
ed2a2229
CB
46702@ifset SYSTEM_GDBINIT_DIR
46703@value{SYSTEM_GDBINIT_DIR}/*
46704@end ifset
46705
43662968
JK
46706~/.gdbinit
46707
46708./.gdbinit
46709@c man end
46710@end format
46711
46712@c man begin DESCRIPTION gdbinit
46713These files contain @value{GDBN} commands to automatically execute during
46714@value{GDBN} startup. The lines of contents are canned sequences of commands,
46715described in
46716@ifset man
46717the @value{GDBN} manual in node @code{Sequences}
46718-- shell command @code{info -f gdb -n Sequences}.
46719@end ifset
46720@ifclear man
46721@ref{Sequences}.
46722@end ifclear
46723
46724Please read more in
46725@ifset man
46726the @value{GDBN} manual in node @code{Startup}
46727-- shell command @code{info -f gdb -n Startup}.
46728@end ifset
46729@ifclear man
46730@ref{Startup}.
46731@end ifclear
46732
46733@table @env
46734@ifset SYSTEM_GDBINIT
46735@item @value{SYSTEM_GDBINIT}
46736@end ifset
46737@ifclear SYSTEM_GDBINIT
46738@item (not enabled with @code{--with-system-gdbinit} during compilation)
46739@end ifclear
46740System-wide initialization file. It is executed unless user specified
46741@value{GDBN} option @code{-nx} or @code{-n}.
46742See more in
46743@ifset man
46744the @value{GDBN} manual in node @code{System-wide configuration}
46745-- shell command @code{info -f gdb -n 'System-wide configuration'}.
46746@end ifset
ed2a2229
CB
46747@ifset SYSTEM_GDBINIT_DIR
46748@item @value{SYSTEM_GDBINIT_DIR}
46749@end ifset
46750@ifclear SYSTEM_GDBINIT_DIR
46751@item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
46752@end ifclear
46753System-wide initialization directory. All files in this directory are
46754executed on startup unless user specified @value{GDBN} option @code{-nx} or
46755@code{-n}, as long as they have a recognized file extension.
46756See more in
46757@ifset man
46758the @value{GDBN} manual in node @code{System-wide configuration}
46759-- shell command @code{info -f gdb -n 'System-wide configuration'}.
46760@end ifset
43662968
JK
46761@ifclear man
46762@ref{System-wide configuration}.
46763@end ifclear
46764
46765@item ~/.gdbinit
46766User initialization file. It is executed unless user specified
46767@value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
46768
46769@item ./.gdbinit
46770Initialization file for current directory. It may need to be enabled with
46771@value{GDBN} security command @code{set auto-load local-gdbinit}.
46772See more in
46773@ifset man
46774the @value{GDBN} manual in node @code{Init File in the Current Directory}
46775-- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
46776@end ifset
46777@ifclear man
46778@ref{Init File in the Current Directory}.
46779@end ifclear
46780@end table
46781@c man end
46782
46783@c man begin SEEALSO gdbinit
46784@ifset man
46785gdb(1), @code{info -f gdb -n Startup}
46786
46787The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46788If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46789documentation are properly installed at your site, the command
ba643918
SDJ
46790
46791@smallexample
46792info gdb
46793@end smallexample
46794
46795should give you access to the complete manual.
46796
46797@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46798Richard M. Stallman and Roland H. Pesch, July 1991.
46799@end ifset
46800@c man end
46801
46802@node gdb-add-index man
ba643918 46803@heading gdb-add-index
d726cb5d 46804@pindex gdb-add-index
dbfa4523 46805@anchor{gdb-add-index}
ba643918
SDJ
46806
46807@c man title gdb-add-index Add index files to speed up GDB
46808
46809@c man begin SYNOPSIS gdb-add-index
46810gdb-add-index @var{filename}
46811@c man end
46812
46813@c man begin DESCRIPTION gdb-add-index
46814When @value{GDBN} finds a symbol file, it scans the symbols in the
46815file in order to construct an internal symbol table. This lets most
46816@value{GDBN} operations work quickly--at the cost of a delay early on.
46817For large programs, this delay can be quite lengthy, so @value{GDBN}
46818provides a way to build an index, which speeds up startup.
46819
46820To determine whether a file contains such an index, use the command
46821@kbd{readelf -S filename}: the index is stored in a section named
46822@code{.gdb_index}. The index file can only be produced on systems
46823which use ELF binaries and DWARF debug information (i.e., sections
46824named @code{.debug_*}).
46825
46826@command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
46827in the @env{PATH} environment variable. If you want to use different
46828versions of these programs, you can specify them through the
46829@env{GDB} and @env{OBJDUMP} environment variables.
46830
46831See more in
46832@ifset man
46833the @value{GDBN} manual in node @code{Index Files}
46834-- shell command @kbd{info -f gdb -n "Index Files"}.
46835@end ifset
46836@ifclear man
46837@ref{Index Files}.
46838@end ifclear
46839@c man end
46840
46841@c man begin SEEALSO gdb-add-index
46842@ifset man
46843The full documentation for @value{GDBN} is maintained as a Texinfo manual.
46844If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
46845documentation are properly installed at your site, the command
43662968
JK
46846
46847@smallexample
46848info gdb
46849@end smallexample
46850
46851should give you access to the complete manual.
46852
46853@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
46854Richard M. Stallman and Roland H. Pesch, July 1991.
46855@end ifset
46856@c man end
46857
aab4e0ec 46858@include gpl.texi
eb12ee30 46859
e4c0cfae
SS
46860@node GNU Free Documentation License
46861@appendix GNU Free Documentation License
6826cf00
EZ
46862@include fdl.texi
46863
00595b5e
EZ
46864@node Concept Index
46865@unnumbered Concept Index
c906108c
SS
46866
46867@printindex cp
46868
00595b5e
EZ
46869@node Command and Variable Index
46870@unnumbered Command, Variable, and Function Index
46871
46872@printindex fn
46873
c906108c 46874@tex
984359d2 46875% I think something like @@colophon should be in texinfo. In the
c906108c
SS
46876% meantime:
46877\long\def\colophon{\hbox to0pt{}\vfill
46878\centerline{The body of this manual is set in}
46879\centerline{\fontname\tenrm,}
46880\centerline{with headings in {\bf\fontname\tenbf}}
46881\centerline{and examples in {\tt\fontname\tentt}.}
46882\centerline{{\it\fontname\tenit\/},}
46883\centerline{{\bf\fontname\tenbf}, and}
46884\centerline{{\sl\fontname\tensl\/}}
46885\centerline{are used for emphasis.}\vfill}
46886\page\colophon
984359d2 46887% Blame: doc@@cygnus.com, 1991.
c906108c
SS
46888@end tex
46889
c906108c 46890@bye
This page took 7.922919 seconds and 4 git commands to generate.