gdb/
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
28e7fd62 2@c Copyright (C) 1988-2013 Free Software Foundation, Inc.
c906108c 3@c
5d161b24 4@c %**start of header
c906108c
SS
5@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
6@c of @set vars. However, you can override filename with makeinfo -o.
7@setfilename gdb.info
8@c
9@include gdb-cfg.texi
10@c
c906108c 11@settitle Debugging with @value{GDBN}
c906108c
SS
12@setchapternewpage odd
13@c %**end of header
14
15@iftex
16@c @smallbook
17@c @cropmarks
18@end iftex
19
20@finalout
00595b5e
EZ
21@c To avoid file-name clashes between index.html and Index.html, when
22@c the manual is produced on a Posix host and then moved to a
23@c case-insensitive filesystem (e.g., MS-Windows), we separate the
24@c indices into two: Concept Index and all the rest.
25@syncodeindex ky fn
26@syncodeindex tp fn
c906108c 27
41afff9a 28@c readline appendices use @vindex, @findex and @ftable,
48e934c6 29@c annotate.texi and gdbmi use @findex.
00595b5e 30@syncodeindex vr fn
c906108c
SS
31
32@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 33@c This is updated by GNU Press.
26829f2b 34@set EDITION Tenth
c906108c 35
87885426
FN
36@c !!set GDB edit command default editor
37@set EDITOR /bin/ex
c906108c 38
6c0e9fb3 39@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 40
c906108c 41@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 42@c manuals to an info tree.
03727ca6 43@dircategory Software development
96a2c332 44@direntry
03727ca6 45* Gdb: (gdb). The GNU debugger.
96a2c332
SS
46@end direntry
47
a67ec3f4 48@copying
28e7fd62 49Copyright @copyright{} 1988-2013 Free Software Foundation, Inc.
c906108c 50
e9c75b65 51Permission is granted to copy, distribute and/or modify this document
4f5d9f07 52under the terms of the GNU Free Documentation License, Version 1.3 or
e9c75b65 53any later version published by the Free Software Foundation; with the
959acfd1
EZ
54Invariant Sections being ``Free Software'' and ``Free Software Needs
55Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
56and with the Back-Cover Texts as in (a) below.
c906108c 57
b8533aec
DJ
58(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
59this GNU Manual. Buying copies from GNU Press supports the FSF in
60developing GNU and promoting software freedom.''
a67ec3f4
JM
61@end copying
62
63@ifnottex
64This file documents the @sc{gnu} debugger @value{GDBN}.
65
66This is the @value{EDITION} Edition, of @cite{Debugging with
67@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
68@ifset VERSION_PACKAGE
69@value{VERSION_PACKAGE}
70@end ifset
71Version @value{GDBVN}.
72
73@insertcopying
74@end ifnottex
c906108c
SS
75
76@titlepage
77@title Debugging with @value{GDBN}
78@subtitle The @sc{gnu} Source-Level Debugger
c906108c 79@sp 1
c906108c 80@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
c16158bc
JM
81@ifset VERSION_PACKAGE
82@sp 1
83@subtitle @value{VERSION_PACKAGE}
84@end ifset
9e9c5ae7 85@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 86@page
c906108c
SS
87@tex
88{\parskip=0pt
c16158bc 89\hfill (Send bugs and comments on @value{GDBN} to @value{BUGURL}.)\par
c906108c
SS
90\hfill {\it Debugging with @value{GDBN}}\par
91\hfill \TeX{}info \texinfoversion\par
92}
93@end tex
53a5351d 94
c906108c 95@vskip 0pt plus 1filll
c906108c 96Published by the Free Software Foundation @*
c02a867d
EZ
9751 Franklin Street, Fifth Floor,
98Boston, MA 02110-1301, USA@*
26829f2b 99ISBN 978-0-9831592-3-0 @*
e9c75b65 100
a67ec3f4 101@insertcopying
c906108c
SS
102@end titlepage
103@page
104
6c0e9fb3 105@ifnottex
6d2ebf8b
SS
106@node Top, Summary, (dir), (dir)
107
c906108c
SS
108@top Debugging with @value{GDBN}
109
110This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
111
c16158bc
JM
112This is the @value{EDITION} Edition, for @value{GDBN}
113@ifset VERSION_PACKAGE
114@value{VERSION_PACKAGE}
115@end ifset
116Version @value{GDBVN}.
c906108c 117
28e7fd62 118Copyright (C) 1988-2013 Free Software Foundation, Inc.
6d2ebf8b 119
3fb6a982
JB
120This edition of the GDB manual is dedicated to the memory of Fred
121Fish. Fred was a long-standing contributor to GDB and to Free
122software in general. We will miss him.
123
6d2ebf8b
SS
124@menu
125* Summary:: Summary of @value{GDBN}
126* Sample Session:: A sample @value{GDBN} session
127
128* Invocation:: Getting in and out of @value{GDBN}
129* Commands:: @value{GDBN} commands
130* Running:: Running programs under @value{GDBN}
131* Stopping:: Stopping and continuing
bacec72f 132* Reverse Execution:: Running programs backward
a2311334 133* Process Record and Replay:: Recording inferior's execution and replaying it
6d2ebf8b
SS
134* Stack:: Examining the stack
135* Source:: Examining source files
136* Data:: Examining data
edb3359d 137* Optimized Code:: Debugging optimized code
e2e0bcd1 138* Macros:: Preprocessor Macros
b37052ae 139* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 140* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
141
142* Languages:: Using @value{GDBN} with different languages
143
144* Symbols:: Examining the symbol table
145* Altering:: Altering execution
146* GDB Files:: @value{GDBN} files
147* Targets:: Specifying a debugging target
6b2f586d 148* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
149* Configurations:: Configuration-specific information
150* Controlling GDB:: Controlling @value{GDBN}
d57a3c85 151* Extending GDB:: Extending @value{GDBN}
21c294e6 152* Interpreters:: Command Interpreters
c8f4133a 153* TUI:: @value{GDBN} Text User Interface
6d2ebf8b 154* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
7162c0ca 155* GDB/MI:: @value{GDBN}'s Machine Interface.
c8f4133a 156* Annotations:: @value{GDBN}'s annotation interface.
4efc6507 157* JIT Interface:: Using the JIT debugging interface.
d1feda86 158* In-Process Agent:: In-Process Agent
6d2ebf8b
SS
159
160* GDB Bugs:: Reporting bugs in @value{GDBN}
6d2ebf8b 161
39037522
TT
162@ifset SYSTEM_READLINE
163* Command Line Editing: (rluserman). Command Line Editing
164* Using History Interactively: (history). Using History Interactively
165@end ifset
166@ifclear SYSTEM_READLINE
6d2ebf8b
SS
167* Command Line Editing:: Command Line Editing
168* Using History Interactively:: Using History Interactively
39037522 169@end ifclear
4ceed123 170* In Memoriam:: In Memoriam
0869d01b 171* Formatting Documentation:: How to format and print @value{GDBN} documentation
6d2ebf8b 172* Installing GDB:: Installing GDB
eb12ee30 173* Maintenance Commands:: Maintenance Commands
e0ce93ac 174* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 175* Agent Expressions:: The GDB Agent Expression Mechanism
23181151
DJ
176* Target Descriptions:: How targets can describe themselves to
177 @value{GDBN}
07e059b5
VP
178* Operating System Information:: Getting additional information from
179 the operating system
00bf0b85 180* Trace File Format:: GDB trace file format
90476074 181* Index Section Format:: .gdb_index section format
aab4e0ec
AC
182* Copying:: GNU General Public License says
183 how you can copy and share GDB
6826cf00 184* GNU Free Documentation License:: The license for this documentation
00595b5e
EZ
185* Concept Index:: Index of @value{GDBN} concepts
186* Command and Variable Index:: Index of @value{GDBN} commands, variables,
187 functions, and Python data types
6d2ebf8b
SS
188@end menu
189
6c0e9fb3 190@end ifnottex
c906108c 191
449f3b6c 192@contents
449f3b6c 193
6d2ebf8b 194@node Summary
c906108c
SS
195@unnumbered Summary of @value{GDBN}
196
197The purpose of a debugger such as @value{GDBN} is to allow you to see what is
198going on ``inside'' another program while it executes---or what another
199program was doing at the moment it crashed.
200
201@value{GDBN} can do four main kinds of things (plus other things in support of
202these) to help you catch bugs in the act:
203
204@itemize @bullet
205@item
206Start your program, specifying anything that might affect its behavior.
207
208@item
209Make your program stop on specified conditions.
210
211@item
212Examine what has happened, when your program has stopped.
213
214@item
215Change things in your program, so you can experiment with correcting the
216effects of one bug and go on to learn about another.
217@end itemize
218
49efadf5 219You can use @value{GDBN} to debug programs written in C and C@t{++}.
79a6e687 220For more information, see @ref{Supported Languages,,Supported Languages}.
c906108c
SS
221For more information, see @ref{C,,C and C++}.
222
6aecb9c2
JB
223Support for D is partial. For information on D, see
224@ref{D,,D}.
225
cce74817 226@cindex Modula-2
e632838e
AC
227Support for Modula-2 is partial. For information on Modula-2, see
228@ref{Modula-2,,Modula-2}.
c906108c 229
f4b8a18d
KW
230Support for OpenCL C is partial. For information on OpenCL C, see
231@ref{OpenCL C,,OpenCL C}.
232
cce74817
JM
233@cindex Pascal
234Debugging Pascal programs which use sets, subranges, file variables, or
235nested functions does not currently work. @value{GDBN} does not support
236entering expressions, printing values, or similar features using Pascal
237syntax.
c906108c 238
c906108c
SS
239@cindex Fortran
240@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 241it may be necessary to refer to some variables with a trailing
cce74817 242underscore.
c906108c 243
b37303ee
AF
244@value{GDBN} can be used to debug programs written in Objective-C,
245using either the Apple/NeXT or the GNU Objective-C runtime.
246
c906108c
SS
247@menu
248* Free Software:: Freely redistributable software
984359d2 249* Free Documentation:: Free Software Needs Free Documentation
c906108c
SS
250* Contributors:: Contributors to GDB
251@end menu
252
6d2ebf8b 253@node Free Software
79a6e687 254@unnumberedsec Free Software
c906108c 255
5d161b24 256@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
257General Public License
258(GPL). The GPL gives you the freedom to copy or adapt a licensed
259program---but every person getting a copy also gets with it the
260freedom to modify that copy (which means that they must get access to
261the source code), and the freedom to distribute further copies.
262Typical software companies use copyrights to limit your freedoms; the
263Free Software Foundation uses the GPL to preserve these freedoms.
264
265Fundamentally, the General Public License is a license which says that
266you have these freedoms and that you cannot take these freedoms away
267from anyone else.
268
984359d2 269@node Free Documentation
2666264b 270@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
271
272The biggest deficiency in the free software community today is not in
273the software---it is the lack of good free documentation that we can
274include with the free software. Many of our most important
275programs do not come with free reference manuals and free introductory
276texts. Documentation is an essential part of any software package;
277when an important free software package does not come with a free
278manual and a free tutorial, that is a major gap. We have many such
279gaps today.
280
281Consider Perl, for instance. The tutorial manuals that people
282normally use are non-free. How did this come about? Because the
283authors of those manuals published them with restrictive terms---no
284copying, no modification, source files not available---which exclude
285them from the free software world.
286
287That wasn't the first time this sort of thing happened, and it was far
288from the last. Many times we have heard a GNU user eagerly describe a
289manual that he is writing, his intended contribution to the community,
290only to learn that he had ruined everything by signing a publication
291contract to make it non-free.
292
293Free documentation, like free software, is a matter of freedom, not
294price. The problem with the non-free manual is not that publishers
295charge a price for printed copies---that in itself is fine. (The Free
296Software Foundation sells printed copies of manuals, too.) The
297problem is the restrictions on the use of the manual. Free manuals
298are available in source code form, and give you permission to copy and
299modify. Non-free manuals do not allow this.
300
301The criteria of freedom for a free manual are roughly the same as for
302free software. Redistribution (including the normal kinds of
303commercial redistribution) must be permitted, so that the manual can
304accompany every copy of the program, both on-line and on paper.
305
306Permission for modification of the technical content is crucial too.
307When people modify the software, adding or changing features, if they
308are conscientious they will change the manual too---so they can
309provide accurate and clear documentation for the modified program. A
310manual that leaves you no choice but to write a new manual to document
311a changed version of the program is not really available to our
312community.
313
314Some kinds of limits on the way modification is handled are
315acceptable. For example, requirements to preserve the original
316author's copyright notice, the distribution terms, or the list of
317authors, are ok. It is also no problem to require modified versions
318to include notice that they were modified. Even entire sections that
319may not be deleted or changed are acceptable, as long as they deal
320with nontechnical topics (like this one). These kinds of restrictions
321are acceptable because they don't obstruct the community's normal use
322of the manual.
323
324However, it must be possible to modify all the @emph{technical}
325content of the manual, and then distribute the result in all the usual
326media, through all the usual channels. Otherwise, the restrictions
327obstruct the use of the manual, it is not free, and we need another
328manual to replace it.
329
330Please spread the word about this issue. Our community continues to
331lose manuals to proprietary publishing. If we spread the word that
332free software needs free reference manuals and free tutorials, perhaps
333the next person who wants to contribute by writing documentation will
334realize, before it is too late, that only free manuals contribute to
335the free software community.
336
337If you are writing documentation, please insist on publishing it under
338the GNU Free Documentation License or another free documentation
339license. Remember that this decision requires your approval---you
340don't have to let the publisher decide. Some commercial publishers
341will use a free license if you insist, but they will not propose the
342option; it is up to you to raise the issue and say firmly that this is
343what you want. If the publisher you are dealing with refuses, please
344try other publishers. If you're not sure whether a proposed license
42584a72 345is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
346
347You can encourage commercial publishers to sell more free, copylefted
348manuals and tutorials by buying them, and particularly by buying
349copies from the publishers that paid for their writing or for major
350improvements. Meanwhile, try to avoid buying non-free documentation
351at all. Check the distribution terms of a manual before you buy it,
352and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
353Check the history of the book, and try to reward the publishers that
354have paid or pay the authors to work on it.
959acfd1
EZ
355
356The Free Software Foundation maintains a list of free documentation
357published by other publishers, at
358@url{http://www.fsf.org/doc/other-free-books.html}.
359
6d2ebf8b 360@node Contributors
96a2c332
SS
361@unnumberedsec Contributors to @value{GDBN}
362
363Richard Stallman was the original author of @value{GDBN}, and of many
364other @sc{gnu} programs. Many others have contributed to its
365development. This section attempts to credit major contributors. One
366of the virtues of free software is that everyone is free to contribute
367to it; with regret, we cannot actually acknowledge everyone here. The
368file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
369blow-by-blow account.
370
371Changes much prior to version 2.0 are lost in the mists of time.
372
373@quotation
374@emph{Plea:} Additions to this section are particularly welcome. If you
375or your friends (or enemies, to be evenhanded) have been unfairly
376omitted from this list, we would like to add your names!
377@end quotation
378
379So that they may not regard their many labors as thankless, we
380particularly thank those who shepherded @value{GDBN} through major
381releases:
7ba3cf9c 382Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
383Jim Blandy (release 4.18);
384Jason Molenda (release 4.17);
385Stan Shebs (release 4.14);
386Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
387Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
388John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
389Jim Kingdon (releases 3.5, 3.4, and 3.3);
390and Randy Smith (releases 3.2, 3.1, and 3.0).
391
392Richard Stallman, assisted at various times by Peter TerMaat, Chris
393Hanson, and Richard Mlynarik, handled releases through 2.8.
394
b37052ae
EZ
395Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
396in @value{GDBN}, with significant additional contributions from Per
397Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
398demangler. Early work on C@t{++} was by Peter TerMaat (who also did
399much general update work leading to release 3.0).
c906108c 400
b37052ae 401@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
402object-file formats; BFD was a joint project of David V.
403Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
404
405David Johnson wrote the original COFF support; Pace Willison did
406the original support for encapsulated COFF.
407
0179ffac 408Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
409
410Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
411Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
412support.
413Jean-Daniel Fekete contributed Sun 386i support.
414Chris Hanson improved the HP9000 support.
415Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
416David Johnson contributed Encore Umax support.
417Jyrki Kuoppala contributed Altos 3068 support.
418Jeff Law contributed HP PA and SOM support.
419Keith Packard contributed NS32K support.
420Doug Rabson contributed Acorn Risc Machine support.
421Bob Rusk contributed Harris Nighthawk CX-UX support.
422Chris Smith contributed Convex support (and Fortran debugging).
423Jonathan Stone contributed Pyramid support.
424Michael Tiemann contributed SPARC support.
425Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
426Pace Willison contributed Intel 386 support.
427Jay Vosburgh contributed Symmetry support.
a37295f9 428Marko Mlinar contributed OpenRISC 1000 support.
c906108c 429
1104b9e7 430Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
431
432Rich Schaefer and Peter Schauer helped with support of SunOS shared
433libraries.
434
435Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
436about several machine instruction sets.
437
438Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
439remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
440contributed remote debugging modules for the i960, VxWorks, A29K UDI,
441and RDI targets, respectively.
442
443Brian Fox is the author of the readline libraries providing
444command-line editing and command history.
445
7a292a7a
SS
446Andrew Beers of SUNY Buffalo wrote the language-switching code, the
447Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 448
5d161b24 449Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 450He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 451symbols.
c906108c 452
f24c5e49
KI
453Hitachi America (now Renesas America), Ltd. sponsored the support for
454H8/300, H8/500, and Super-H processors.
c906108c
SS
455
456NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
457
f24c5e49
KI
458Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
459processors.
c906108c
SS
460
461Toshiba sponsored the support for the TX39 Mips processor.
462
463Matsushita sponsored the support for the MN10200 and MN10300 processors.
464
96a2c332 465Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
466
467Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
468watchpoints.
469
470Michael Snyder added support for tracepoints.
471
472Stu Grossman wrote gdbserver.
473
474Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 475nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
476
477The following people at the Hewlett-Packard Company contributed
478support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 479(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
480compiler, and the Text User Interface (nee Terminal User Interface):
481Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
482Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
483provided HP-specific information in this manual.
c906108c 484
b37052ae
EZ
485DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
486Robert Hoehne made significant contributions to the DJGPP port.
487
96a2c332
SS
488Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
489development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
490fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
491Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
492Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
493Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
494Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
495addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
496JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
497Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
498Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
499Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
500Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
501Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
502Zuhn have made contributions both large and small.
c906108c 503
ffed4509
AC
504Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
505Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
506
e2e0bcd1
JB
507Jim Blandy added support for preprocessor macros, while working for Red
508Hat.
c906108c 509
a9967aef
AC
510Andrew Cagney designed @value{GDBN}'s architecture vector. Many
511people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
512Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
513Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
514Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
515with the migration of old architectures to this new framework.
516
c5e30d01
AC
517Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
518unwinder framework, this consisting of a fresh new design featuring
519frame IDs, independent frame sniffers, and the sentinel frame. Mark
520Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
521libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
db2e3e2e 522trad unwinders. The architecture-specific changes, each involving a
c5e30d01
AC
523complete rewrite of the architecture's frame code, were carried out by
524Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
525Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
526Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
527Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
528Weigand.
529
ca3bf3bd
DJ
530Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
531Tensilica, Inc.@: contributed support for Xtensa processors. Others
532who have worked on the Xtensa port of @value{GDBN} in the past include
533Steve Tjiang, John Newlin, and Scott Foehner.
534
08be9d71
ME
535Michael Eager and staff of Xilinx, Inc., contributed support for the
536Xilinx MicroBlaze architecture.
537
6d2ebf8b 538@node Sample Session
c906108c
SS
539@chapter A Sample @value{GDBN} Session
540
541You can use this manual at your leisure to read all about @value{GDBN}.
542However, a handful of commands are enough to get started using the
543debugger. This chapter illustrates those commands.
544
545@iftex
546In this sample session, we emphasize user input like this: @b{input},
547to make it easier to pick out from the surrounding output.
548@end iftex
549
550@c FIXME: this example may not be appropriate for some configs, where
551@c FIXME...primary interest is in remote use.
552
553One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
554processor) exhibits the following bug: sometimes, when we change its
555quote strings from the default, the commands used to capture one macro
556definition within another stop working. In the following short @code{m4}
557session, we define a macro @code{foo} which expands to @code{0000}; we
558then use the @code{m4} built-in @code{defn} to define @code{bar} as the
559same thing. However, when we change the open quote string to
560@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
561procedure fails to define a new synonym @code{baz}:
562
563@smallexample
564$ @b{cd gnu/m4}
565$ @b{./m4}
566@b{define(foo,0000)}
567
568@b{foo}
5690000
570@b{define(bar,defn(`foo'))}
571
572@b{bar}
5730000
574@b{changequote(<QUOTE>,<UNQUOTE>)}
575
576@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
577@b{baz}
c8aa23ab 578@b{Ctrl-d}
c906108c
SS
579m4: End of input: 0: fatal error: EOF in string
580@end smallexample
581
582@noindent
583Let us use @value{GDBN} to try to see what is going on.
584
c906108c
SS
585@smallexample
586$ @b{@value{GDBP} m4}
587@c FIXME: this falsifies the exact text played out, to permit smallbook
588@c FIXME... format to come out better.
589@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 590 of it under certain conditions; type "show copying" to see
c906108c 591 the conditions.
5d161b24 592There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
593 for details.
594
595@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
596(@value{GDBP})
597@end smallexample
c906108c
SS
598
599@noindent
600@value{GDBN} reads only enough symbol data to know where to find the
601rest when needed; as a result, the first prompt comes up very quickly.
602We now tell @value{GDBN} to use a narrower display width than usual, so
603that examples fit in this manual.
604
605@smallexample
606(@value{GDBP}) @b{set width 70}
607@end smallexample
608
609@noindent
610We need to see how the @code{m4} built-in @code{changequote} works.
611Having looked at the source, we know the relevant subroutine is
612@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
613@code{break} command.
614
615@smallexample
616(@value{GDBP}) @b{break m4_changequote}
617Breakpoint 1 at 0x62f4: file builtin.c, line 879.
618@end smallexample
619
620@noindent
621Using the @code{run} command, we start @code{m4} running under @value{GDBN}
622control; as long as control does not reach the @code{m4_changequote}
623subroutine, the program runs as usual:
624
625@smallexample
626(@value{GDBP}) @b{run}
627Starting program: /work/Editorial/gdb/gnu/m4/m4
628@b{define(foo,0000)}
629
630@b{foo}
6310000
632@end smallexample
633
634@noindent
635To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
636suspends execution of @code{m4}, displaying information about the
637context where it stops.
638
639@smallexample
640@b{changequote(<QUOTE>,<UNQUOTE>)}
641
5d161b24 642Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
643 at builtin.c:879
644879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
645@end smallexample
646
647@noindent
648Now we use the command @code{n} (@code{next}) to advance execution to
649the next line of the current function.
650
651@smallexample
652(@value{GDBP}) @b{n}
653882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
654 : nil,
655@end smallexample
656
657@noindent
658@code{set_quotes} looks like a promising subroutine. We can go into it
659by using the command @code{s} (@code{step}) instead of @code{next}.
660@code{step} goes to the next line to be executed in @emph{any}
661subroutine, so it steps into @code{set_quotes}.
662
663@smallexample
664(@value{GDBP}) @b{s}
665set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
666 at input.c:530
667530 if (lquote != def_lquote)
668@end smallexample
669
670@noindent
671The display that shows the subroutine where @code{m4} is now
672suspended (and its arguments) is called a stack frame display. It
673shows a summary of the stack. We can use the @code{backtrace}
674command (which can also be spelled @code{bt}), to see where we are
675in the stack as a whole: the @code{backtrace} command displays a
676stack frame for each active subroutine.
677
678@smallexample
679(@value{GDBP}) @b{bt}
680#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
681 at input.c:530
5d161b24 682#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
683 at builtin.c:882
684#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
685#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
686 at macro.c:71
687#4 0x79dc in expand_input () at macro.c:40
688#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
689@end smallexample
690
691@noindent
692We step through a few more lines to see what happens. The first two
693times, we can use @samp{s}; the next two times we use @code{n} to avoid
694falling into the @code{xstrdup} subroutine.
695
696@smallexample
697(@value{GDBP}) @b{s}
6980x3b5c 532 if (rquote != def_rquote)
699(@value{GDBP}) @b{s}
7000x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
701def_lquote : xstrdup(lq);
702(@value{GDBP}) @b{n}
703536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
704 : xstrdup(rq);
705(@value{GDBP}) @b{n}
706538 len_lquote = strlen(rquote);
707@end smallexample
708
709@noindent
710The last line displayed looks a little odd; we can examine the variables
711@code{lquote} and @code{rquote} to see if they are in fact the new left
712and right quotes we specified. We use the command @code{p}
713(@code{print}) to see their values.
714
715@smallexample
716(@value{GDBP}) @b{p lquote}
717$1 = 0x35d40 "<QUOTE>"
718(@value{GDBP}) @b{p rquote}
719$2 = 0x35d50 "<UNQUOTE>"
720@end smallexample
721
722@noindent
723@code{lquote} and @code{rquote} are indeed the new left and right quotes.
724To look at some context, we can display ten lines of source
725surrounding the current line with the @code{l} (@code{list}) command.
726
727@smallexample
728(@value{GDBP}) @b{l}
729533 xfree(rquote);
730534
731535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
732 : xstrdup (lq);
733536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
734 : xstrdup (rq);
735537
736538 len_lquote = strlen(rquote);
737539 len_rquote = strlen(lquote);
738540 @}
739541
740542 void
741@end smallexample
742
743@noindent
744Let us step past the two lines that set @code{len_lquote} and
745@code{len_rquote}, and then examine the values of those variables.
746
747@smallexample
748(@value{GDBP}) @b{n}
749539 len_rquote = strlen(lquote);
750(@value{GDBP}) @b{n}
751540 @}
752(@value{GDBP}) @b{p len_lquote}
753$3 = 9
754(@value{GDBP}) @b{p len_rquote}
755$4 = 7
756@end smallexample
757
758@noindent
759That certainly looks wrong, assuming @code{len_lquote} and
760@code{len_rquote} are meant to be the lengths of @code{lquote} and
761@code{rquote} respectively. We can set them to better values using
762the @code{p} command, since it can print the value of
763any expression---and that expression can include subroutine calls and
764assignments.
765
766@smallexample
767(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
768$5 = 7
769(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
770$6 = 9
771@end smallexample
772
773@noindent
774Is that enough to fix the problem of using the new quotes with the
775@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
776executing with the @code{c} (@code{continue}) command, and then try the
777example that caused trouble initially:
778
779@smallexample
780(@value{GDBP}) @b{c}
781Continuing.
782
783@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
784
785baz
7860000
787@end smallexample
788
789@noindent
790Success! The new quotes now work just as well as the default ones. The
791problem seems to have been just the two typos defining the wrong
792lengths. We allow @code{m4} exit by giving it an EOF as input:
793
794@smallexample
c8aa23ab 795@b{Ctrl-d}
c906108c
SS
796Program exited normally.
797@end smallexample
798
799@noindent
800The message @samp{Program exited normally.} is from @value{GDBN}; it
801indicates @code{m4} has finished executing. We can end our @value{GDBN}
802session with the @value{GDBN} @code{quit} command.
803
804@smallexample
805(@value{GDBP}) @b{quit}
806@end smallexample
c906108c 807
6d2ebf8b 808@node Invocation
c906108c
SS
809@chapter Getting In and Out of @value{GDBN}
810
811This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 812The essentials are:
c906108c 813@itemize @bullet
5d161b24 814@item
53a5351d 815type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 816@item
c8aa23ab 817type @kbd{quit} or @kbd{Ctrl-d} to exit.
c906108c
SS
818@end itemize
819
820@menu
821* Invoking GDB:: How to start @value{GDBN}
822* Quitting GDB:: How to quit @value{GDBN}
823* Shell Commands:: How to use shell commands inside @value{GDBN}
79a6e687 824* Logging Output:: How to log @value{GDBN}'s output to a file
c906108c
SS
825@end menu
826
6d2ebf8b 827@node Invoking GDB
c906108c
SS
828@section Invoking @value{GDBN}
829
c906108c
SS
830Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
831@value{GDBN} reads commands from the terminal until you tell it to exit.
832
833You can also run @code{@value{GDBP}} with a variety of arguments and options,
834to specify more of your debugging environment at the outset.
835
c906108c
SS
836The command-line options described here are designed
837to cover a variety of situations; in some environments, some of these
5d161b24 838options may effectively be unavailable.
c906108c
SS
839
840The most usual way to start @value{GDBN} is with one argument,
841specifying an executable program:
842
474c8240 843@smallexample
c906108c 844@value{GDBP} @var{program}
474c8240 845@end smallexample
c906108c 846
c906108c
SS
847@noindent
848You can also start with both an executable program and a core file
849specified:
850
474c8240 851@smallexample
c906108c 852@value{GDBP} @var{program} @var{core}
474c8240 853@end smallexample
c906108c
SS
854
855You can, instead, specify a process ID as a second argument, if you want
856to debug a running process:
857
474c8240 858@smallexample
c906108c 859@value{GDBP} @var{program} 1234
474c8240 860@end smallexample
c906108c
SS
861
862@noindent
863would attach @value{GDBN} to process @code{1234} (unless you also have a file
864named @file{1234}; @value{GDBN} does check for a core file first).
865
c906108c 866Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
867complete operating system; when you use @value{GDBN} as a remote
868debugger attached to a bare board, there may not be any notion of
869``process'', and there is often no way to get a core dump. @value{GDBN}
870will warn you if it is unable to attach or to read core dumps.
c906108c 871
aa26fa3a
TT
872You can optionally have @code{@value{GDBP}} pass any arguments after the
873executable file to the inferior using @code{--args}. This option stops
874option processing.
474c8240 875@smallexample
3f94c067 876@value{GDBP} --args gcc -O2 -c foo.c
474c8240 877@end smallexample
aa26fa3a
TT
878This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
879@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
880
96a2c332 881You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
882@value{GDBN}'s non-warranty, by specifying @code{-silent}:
883
884@smallexample
885@value{GDBP} -silent
886@end smallexample
887
888@noindent
889You can further control how @value{GDBN} starts up by using command-line
890options. @value{GDBN} itself can remind you of the options available.
891
892@noindent
893Type
894
474c8240 895@smallexample
c906108c 896@value{GDBP} -help
474c8240 897@end smallexample
c906108c
SS
898
899@noindent
900to display all available options and briefly describe their use
901(@samp{@value{GDBP} -h} is a shorter equivalent).
902
903All options and command line arguments you give are processed
904in sequential order. The order makes a difference when the
905@samp{-x} option is used.
906
907
908@menu
c906108c
SS
909* File Options:: Choosing files
910* Mode Options:: Choosing modes
6fc08d32 911* Startup:: What @value{GDBN} does during startup
c906108c
SS
912@end menu
913
6d2ebf8b 914@node File Options
79a6e687 915@subsection Choosing Files
c906108c 916
2df3850c 917When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
918specifying an executable file and core file (or process ID). This is
919the same as if the arguments were specified by the @samp{-se} and
d52fb0e9 920@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
19837790
MS
921first argument that does not have an associated option flag as
922equivalent to the @samp{-se} option followed by that argument; and the
923second argument that does not have an associated option flag, if any, as
924equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
925If the second argument begins with a decimal digit, @value{GDBN} will
926first attempt to attach to it as a process, and if that fails, attempt
927to open it as a corefile. If you have a corefile whose name begins with
b383017d 928a digit, you can prevent @value{GDBN} from treating it as a pid by
c1468174 929prefixing it with @file{./}, e.g.@: @file{./12345}.
7a292a7a
SS
930
931If @value{GDBN} has not been configured to included core file support,
932such as for most embedded targets, then it will complain about a second
933argument and ignore it.
c906108c
SS
934
935Many options have both long and short forms; both are shown in the
936following list. @value{GDBN} also recognizes the long forms if you truncate
937them, so long as enough of the option is present to be unambiguous.
938(If you prefer, you can flag option arguments with @samp{--} rather
939than @samp{-}, though we illustrate the more usual convention.)
940
d700128c
EZ
941@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
942@c way, both those who look for -foo and --foo in the index, will find
943@c it.
944
c906108c
SS
945@table @code
946@item -symbols @var{file}
947@itemx -s @var{file}
d700128c
EZ
948@cindex @code{--symbols}
949@cindex @code{-s}
c906108c
SS
950Read symbol table from file @var{file}.
951
952@item -exec @var{file}
953@itemx -e @var{file}
d700128c
EZ
954@cindex @code{--exec}
955@cindex @code{-e}
7a292a7a
SS
956Use file @var{file} as the executable file to execute when appropriate,
957and for examining pure data in conjunction with a core dump.
c906108c
SS
958
959@item -se @var{file}
d700128c 960@cindex @code{--se}
c906108c
SS
961Read symbol table from file @var{file} and use it as the executable
962file.
963
c906108c
SS
964@item -core @var{file}
965@itemx -c @var{file}
d700128c
EZ
966@cindex @code{--core}
967@cindex @code{-c}
b383017d 968Use file @var{file} as a core dump to examine.
c906108c 969
19837790
MS
970@item -pid @var{number}
971@itemx -p @var{number}
972@cindex @code{--pid}
973@cindex @code{-p}
974Connect to process ID @var{number}, as with the @code{attach} command.
c906108c
SS
975
976@item -command @var{file}
977@itemx -x @var{file}
d700128c
EZ
978@cindex @code{--command}
979@cindex @code{-x}
95433b34
JB
980Execute commands from file @var{file}. The contents of this file is
981evaluated exactly as the @code{source} command would.
8150ff9c 982@xref{Command Files,, Command files}.
c906108c 983
8a5a3c82
AS
984@item -eval-command @var{command}
985@itemx -ex @var{command}
986@cindex @code{--eval-command}
987@cindex @code{-ex}
988Execute a single @value{GDBN} command.
989
990This option may be used multiple times to call multiple commands. It may
991also be interleaved with @samp{-command} as required.
992
993@smallexample
994@value{GDBP} -ex 'target sim' -ex 'load' \
995 -x setbreakpoints -ex 'run' a.out
996@end smallexample
997
8320cc4f
JK
998@item -init-command @var{file}
999@itemx -ix @var{file}
1000@cindex @code{--init-command}
1001@cindex @code{-ix}
2d7b58e8
JK
1002Execute commands from file @var{file} before loading the inferior (but
1003after loading gdbinit files).
8320cc4f
JK
1004@xref{Startup}.
1005
1006@item -init-eval-command @var{command}
1007@itemx -iex @var{command}
1008@cindex @code{--init-eval-command}
1009@cindex @code{-iex}
2d7b58e8
JK
1010Execute a single @value{GDBN} command before loading the inferior (but
1011after loading gdbinit files).
8320cc4f
JK
1012@xref{Startup}.
1013
c906108c
SS
1014@item -directory @var{directory}
1015@itemx -d @var{directory}
d700128c
EZ
1016@cindex @code{--directory}
1017@cindex @code{-d}
4b505b12 1018Add @var{directory} to the path to search for source and script files.
c906108c 1019
c906108c
SS
1020@item -r
1021@itemx -readnow
d700128c
EZ
1022@cindex @code{--readnow}
1023@cindex @code{-r}
c906108c
SS
1024Read each symbol file's entire symbol table immediately, rather than
1025the default, which is to read it incrementally as it is needed.
1026This makes startup slower, but makes future operations faster.
53a5351d 1027
c906108c
SS
1028@end table
1029
6d2ebf8b 1030@node Mode Options
79a6e687 1031@subsection Choosing Modes
c906108c
SS
1032
1033You can run @value{GDBN} in various alternative modes---for example, in
1034batch mode or quiet mode.
1035
1036@table @code
bf88dd68 1037@anchor{-nx}
c906108c
SS
1038@item -nx
1039@itemx -n
d700128c
EZ
1040@cindex @code{--nx}
1041@cindex @code{-n}
07540c15
DE
1042Do not execute commands found in any initialization file.
1043There are three init files, loaded in the following order:
1044
1045@table @code
1046@item @file{system.gdbinit}
1047This is the system-wide init file.
1048Its location is specified with the @code{--with-system-gdbinit}
1049configure option (@pxref{System-wide configuration}).
1050It is loaded first when @value{GDBN} starts, before command line options
1051have been processed.
1052@item @file{~/.gdbinit}
1053This is the init file in your home directory.
1054It is loaded next, after @file{system.gdbinit}, and before
1055command options have been processed.
1056@item @file{./.gdbinit}
1057This is the init file in the current directory.
1058It is loaded last, after command line options other than @code{-x} and
1059@code{-ex} have been processed. Command line options @code{-x} and
1060@code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1061@end table
1062
1063For further documentation on startup processing, @xref{Startup}.
1064For documentation on how to write command files,
1065@xref{Command Files,,Command Files}.
1066
1067@anchor{-nh}
1068@item -nh
1069@cindex @code{--nh}
1070Do not execute commands found in @file{~/.gdbinit}, the init file
1071in your home directory.
1072@xref{Startup}.
c906108c
SS
1073
1074@item -quiet
d700128c 1075@itemx -silent
c906108c 1076@itemx -q
d700128c
EZ
1077@cindex @code{--quiet}
1078@cindex @code{--silent}
1079@cindex @code{-q}
c906108c
SS
1080``Quiet''. Do not print the introductory and copyright messages. These
1081messages are also suppressed in batch mode.
1082
1083@item -batch
d700128c 1084@cindex @code{--batch}
c906108c
SS
1085Run in batch mode. Exit with status @code{0} after processing all the
1086command files specified with @samp{-x} (and all commands from
1087initialization files, if not inhibited with @samp{-n}). Exit with
1088nonzero status if an error occurs in executing the @value{GDBN} commands
5da1313b
JK
1089in the command files. Batch mode also disables pagination, sets unlimited
1090terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1091off} were in effect (@pxref{Messages/Warnings}).
c906108c 1092
2df3850c
JM
1093Batch mode may be useful for running @value{GDBN} as a filter, for
1094example to download and run a program on another computer; in order to
1095make this more useful, the message
c906108c 1096
474c8240 1097@smallexample
c906108c 1098Program exited normally.
474c8240 1099@end smallexample
c906108c
SS
1100
1101@noindent
2df3850c
JM
1102(which is ordinarily issued whenever a program running under
1103@value{GDBN} control terminates) is not issued when running in batch
1104mode.
1105
1a088d06
AS
1106@item -batch-silent
1107@cindex @code{--batch-silent}
1108Run in batch mode exactly like @samp{-batch}, but totally silently. All
1109@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1110unaffected). This is much quieter than @samp{-silent} and would be useless
1111for an interactive session.
1112
1113This is particularly useful when using targets that give @samp{Loading section}
1114messages, for example.
1115
1116Note that targets that give their output via @value{GDBN}, as opposed to
1117writing directly to @code{stdout}, will also be made silent.
1118
4b0ad762
AS
1119@item -return-child-result
1120@cindex @code{--return-child-result}
1121The return code from @value{GDBN} will be the return code from the child
1122process (the process being debugged), with the following exceptions:
1123
1124@itemize @bullet
1125@item
1126@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1127internal error. In this case the exit code is the same as it would have been
1128without @samp{-return-child-result}.
1129@item
1130The user quits with an explicit value. E.g., @samp{quit 1}.
1131@item
1132The child process never runs, or is not allowed to terminate, in which case
1133the exit code will be -1.
1134@end itemize
1135
1136This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1137when @value{GDBN} is being used as a remote program loader or simulator
1138interface.
1139
2df3850c
JM
1140@item -nowindows
1141@itemx -nw
d700128c
EZ
1142@cindex @code{--nowindows}
1143@cindex @code{-nw}
2df3850c 1144``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1145(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1146interface. If no GUI is available, this option has no effect.
1147
1148@item -windows
1149@itemx -w
d700128c
EZ
1150@cindex @code{--windows}
1151@cindex @code{-w}
2df3850c
JM
1152If @value{GDBN} includes a GUI, then this option requires it to be
1153used if possible.
c906108c
SS
1154
1155@item -cd @var{directory}
d700128c 1156@cindex @code{--cd}
c906108c
SS
1157Run @value{GDBN} using @var{directory} as its working directory,
1158instead of the current directory.
1159
aae1c79a
DE
1160@item -data-directory @var{directory}
1161@cindex @code{--data-directory}
1162Run @value{GDBN} using @var{directory} as its data directory.
1163The data directory is where @value{GDBN} searches for its
1164auxiliary files. @xref{Data Files}.
1165
c906108c
SS
1166@item -fullname
1167@itemx -f
d700128c
EZ
1168@cindex @code{--fullname}
1169@cindex @code{-f}
7a292a7a
SS
1170@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1171subprocess. It tells @value{GDBN} to output the full file name and line
1172number in a standard, recognizable fashion each time a stack frame is
1173displayed (which includes each time your program stops). This
1174recognizable format looks like two @samp{\032} characters, followed by
1175the file name, line number and character position separated by colons,
1176and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1177@samp{\032} characters as a signal to display the source code for the
1178frame.
c906108c 1179
d700128c
EZ
1180@item -annotate @var{level}
1181@cindex @code{--annotate}
1182This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1183effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1184(@pxref{Annotations}). The annotation @var{level} controls how much
1185information @value{GDBN} prints together with its prompt, values of
1186expressions, source lines, and other types of output. Level 0 is the
1187normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1188@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1189that control @value{GDBN}, and level 2 has been deprecated.
1190
265eeb58 1191The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2 1192(@pxref{GDB/MI}).
d700128c 1193
aa26fa3a
TT
1194@item --args
1195@cindex @code{--args}
1196Change interpretation of command line so that arguments following the
1197executable file are passed as command line arguments to the inferior.
1198This option stops option processing.
1199
2df3850c
JM
1200@item -baud @var{bps}
1201@itemx -b @var{bps}
d700128c
EZ
1202@cindex @code{--baud}
1203@cindex @code{-b}
c906108c
SS
1204Set the line speed (baud rate or bits per second) of any serial
1205interface used by @value{GDBN} for remote debugging.
c906108c 1206
f47b1503
AS
1207@item -l @var{timeout}
1208@cindex @code{-l}
1209Set the timeout (in seconds) of any communication used by @value{GDBN}
1210for remote debugging.
1211
c906108c 1212@item -tty @var{device}
d700128c
EZ
1213@itemx -t @var{device}
1214@cindex @code{--tty}
1215@cindex @code{-t}
c906108c
SS
1216Run using @var{device} for your program's standard input and output.
1217@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1218
53a5351d 1219@c resolve the situation of these eventually
c4555f82
SC
1220@item -tui
1221@cindex @code{--tui}
d0d5df6f
AC
1222Activate the @dfn{Text User Interface} when starting. The Text User
1223Interface manages several text windows on the terminal, showing
1224source, assembly, registers and @value{GDBN} command outputs
217bff3e
JK
1225(@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1226option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1227Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1228
1229@c @item -xdb
d700128c 1230@c @cindex @code{--xdb}
53a5351d
JM
1231@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1232@c For information, see the file @file{xdb_trans.html}, which is usually
1233@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1234@c systems.
1235
d700128c
EZ
1236@item -interpreter @var{interp}
1237@cindex @code{--interpreter}
1238Use the interpreter @var{interp} for interface with the controlling
1239program or device. This option is meant to be set by programs which
94bbb2c0 1240communicate with @value{GDBN} using it as a back end.
21c294e6 1241@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1242
da0f9dcd 1243@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1244@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1245The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1246previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1247selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1248@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1249
1250@item -write
1251@cindex @code{--write}
1252Open the executable and core files for both reading and writing. This
1253is equivalent to the @samp{set write on} command inside @value{GDBN}
1254(@pxref{Patching}).
1255
1256@item -statistics
1257@cindex @code{--statistics}
1258This option causes @value{GDBN} to print statistics about time and
1259memory usage after it completes each command and returns to the prompt.
1260
1261@item -version
1262@cindex @code{--version}
1263This option causes @value{GDBN} to print its version number and
1264no-warranty blurb, and exit.
1265
c906108c
SS
1266@end table
1267
6fc08d32 1268@node Startup
79a6e687 1269@subsection What @value{GDBN} Does During Startup
6fc08d32
EZ
1270@cindex @value{GDBN} startup
1271
1272Here's the description of what @value{GDBN} does during session startup:
1273
1274@enumerate
1275@item
1276Sets up the command interpreter as specified by the command line
1277(@pxref{Mode Options, interpreter}).
1278
1279@item
1280@cindex init file
098b41a6
JG
1281Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1282used when building @value{GDBN}; @pxref{System-wide configuration,
1283 ,System-wide configuration and settings}) and executes all the commands in
1284that file.
1285
bf88dd68 1286@anchor{Home Directory Init File}
098b41a6
JG
1287@item
1288Reads the init file (if any) in your home directory@footnote{On
6fc08d32
EZ
1289DOS/Windows systems, the home directory is the one pointed to by the
1290@code{HOME} environment variable.} and executes all the commands in
1291that file.
1292
2d7b58e8
JK
1293@anchor{Option -init-eval-command}
1294@item
1295Executes commands and command files specified by the @samp{-iex} and
1296@samp{-ix} options in their specified order. Usually you should use the
1297@samp{-ex} and @samp{-x} options instead, but this way you can apply
1298settings before @value{GDBN} init files get executed and before inferior
1299gets loaded.
1300
6fc08d32
EZ
1301@item
1302Processes command line options and operands.
1303
bf88dd68 1304@anchor{Init File in the Current Directory during Startup}
6fc08d32
EZ
1305@item
1306Reads and executes the commands from init file (if any) in the current
bf88dd68
JK
1307working directory as long as @samp{set auto-load local-gdbinit} is set to
1308@samp{on} (@pxref{Init File in the Current Directory}).
1309This is only done if the current directory is
119b882a
EZ
1310different from your home directory. Thus, you can have more than one
1311init file, one generic in your home directory, and another, specific
1312to the program you are debugging, in the directory where you invoke
6fc08d32
EZ
1313@value{GDBN}.
1314
a86caf66
DE
1315@item
1316If the command line specified a program to debug, or a process to
1317attach to, or a core file, @value{GDBN} loads any auto-loaded
1318scripts provided for the program or for its loaded shared libraries.
1319@xref{Auto-loading}.
1320
1321If you wish to disable the auto-loading during startup,
1322you must do something like the following:
1323
1324@smallexample
bf88dd68 1325$ gdb -iex "set auto-load python-scripts off" myprogram
a86caf66
DE
1326@end smallexample
1327
8320cc4f
JK
1328Option @samp{-ex} does not work because the auto-loading is then turned
1329off too late.
a86caf66 1330
6fc08d32 1331@item
6fe37d23
JK
1332Executes commands and command files specified by the @samp{-ex} and
1333@samp{-x} options in their specified order. @xref{Command Files}, for
1334more details about @value{GDBN} command files.
6fc08d32
EZ
1335
1336@item
1337Reads the command history recorded in the @dfn{history file}.
d620b259 1338@xref{Command History}, for more details about the command history and the
6fc08d32
EZ
1339files where @value{GDBN} records it.
1340@end enumerate
1341
1342Init files use the same syntax as @dfn{command files} (@pxref{Command
1343Files}) and are processed by @value{GDBN} in the same way. The init
1344file in your home directory can set options (such as @samp{set
1345complaints}) that affect subsequent processing of command line options
1346and operands. Init files are not executed if you use the @samp{-nx}
79a6e687 1347option (@pxref{Mode Options, ,Choosing Modes}).
6fc08d32 1348
098b41a6
JG
1349To display the list of init files loaded by gdb at startup, you
1350can use @kbd{gdb --help}.
1351
6fc08d32
EZ
1352@cindex init file name
1353@cindex @file{.gdbinit}
119b882a 1354@cindex @file{gdb.ini}
8807d78b 1355The @value{GDBN} init files are normally called @file{.gdbinit}.
119b882a
EZ
1356The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1357the limitations of file names imposed by DOS filesystems. The Windows
4d3f93a2
JB
1358port of @value{GDBN} uses the standard name, but if it finds a
1359@file{gdb.ini} file in your home directory, it warns you about that
1360and suggests to rename the file to the standard name.
119b882a 1361
6fc08d32 1362
6d2ebf8b 1363@node Quitting GDB
c906108c
SS
1364@section Quitting @value{GDBN}
1365@cindex exiting @value{GDBN}
1366@cindex leaving @value{GDBN}
1367
1368@table @code
1369@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1370@kindex q @r{(@code{quit})}
96a2c332
SS
1371@item quit @r{[}@var{expression}@r{]}
1372@itemx q
1373To exit @value{GDBN}, use the @code{quit} command (abbreviated
c8aa23ab 1374@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
96a2c332
SS
1375do not supply @var{expression}, @value{GDBN} will terminate normally;
1376otherwise it will terminate using the result of @var{expression} as the
1377error code.
c906108c
SS
1378@end table
1379
1380@cindex interrupt
c8aa23ab 1381An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
c906108c
SS
1382terminates the action of any @value{GDBN} command that is in progress and
1383returns to @value{GDBN} command level. It is safe to type the interrupt
1384character at any time because @value{GDBN} does not allow it to take effect
1385until a time when it is safe.
1386
c906108c
SS
1387If you have been using @value{GDBN} to control an attached process or
1388device, you can release it with the @code{detach} command
79a6e687 1389(@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 1390
6d2ebf8b 1391@node Shell Commands
79a6e687 1392@section Shell Commands
c906108c
SS
1393
1394If you need to execute occasional shell commands during your
1395debugging session, there is no need to leave or suspend @value{GDBN}; you can
1396just use the @code{shell} command.
1397
1398@table @code
1399@kindex shell
ed59ded5 1400@kindex !
c906108c 1401@cindex shell escape
ed59ded5
DE
1402@item shell @var{command-string}
1403@itemx !@var{command-string}
1404Invoke a standard shell to execute @var{command-string}.
1405Note that no space is needed between @code{!} and @var{command-string}.
c906108c 1406If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1407shell to run. Otherwise @value{GDBN} uses the default shell
1408(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1409@end table
1410
1411The utility @code{make} is often needed in development environments.
1412You do not have to use the @code{shell} command for this purpose in
1413@value{GDBN}:
1414
1415@table @code
1416@kindex make
1417@cindex calling make
1418@item make @var{make-args}
1419Execute the @code{make} program with the specified
1420arguments. This is equivalent to @samp{shell make @var{make-args}}.
1421@end table
1422
79a6e687
BW
1423@node Logging Output
1424@section Logging Output
0fac0b41 1425@cindex logging @value{GDBN} output
9c16f35a 1426@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1427
1428You may want to save the output of @value{GDBN} commands to a file.
1429There are several commands to control @value{GDBN}'s logging.
1430
1431@table @code
1432@kindex set logging
1433@item set logging on
1434Enable logging.
1435@item set logging off
1436Disable logging.
9c16f35a 1437@cindex logging file name
0fac0b41
DJ
1438@item set logging file @var{file}
1439Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1440@item set logging overwrite [on|off]
1441By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1442you want @code{set logging on} to overwrite the logfile instead.
1443@item set logging redirect [on|off]
1444By default, @value{GDBN} output will go to both the terminal and the logfile.
1445Set @code{redirect} if you want output to go only to the log file.
1446@kindex show logging
1447@item show logging
1448Show the current values of the logging settings.
1449@end table
1450
6d2ebf8b 1451@node Commands
c906108c
SS
1452@chapter @value{GDBN} Commands
1453
1454You can abbreviate a @value{GDBN} command to the first few letters of the command
1455name, if that abbreviation is unambiguous; and you can repeat certain
1456@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1457key to get @value{GDBN} to fill out the rest of a word in a command (or to
1458show you the alternatives available, if there is more than one possibility).
1459
1460@menu
1461* Command Syntax:: How to give commands to @value{GDBN}
1462* Completion:: Command completion
1463* Help:: How to ask @value{GDBN} for help
1464@end menu
1465
6d2ebf8b 1466@node Command Syntax
79a6e687 1467@section Command Syntax
c906108c
SS
1468
1469A @value{GDBN} command is a single line of input. There is no limit on
1470how long it can be. It starts with a command name, which is followed by
1471arguments whose meaning depends on the command name. For example, the
1472command @code{step} accepts an argument which is the number of times to
1473step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1474with no arguments. Some commands do not allow any arguments.
c906108c
SS
1475
1476@cindex abbreviation
1477@value{GDBN} command names may always be truncated if that abbreviation is
1478unambiguous. Other possible command abbreviations are listed in the
1479documentation for individual commands. In some cases, even ambiguous
1480abbreviations are allowed; for example, @code{s} is specially defined as
1481equivalent to @code{step} even though there are other commands whose
1482names start with @code{s}. You can test abbreviations by using them as
1483arguments to the @code{help} command.
1484
1485@cindex repeating commands
41afff9a 1486@kindex RET @r{(repeat last command)}
c906108c 1487A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1488repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1489will not repeat this way; these are commands whose unintentional
1490repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1491repeat. User-defined commands can disable this feature; see
1492@ref{Define, dont-repeat}.
c906108c
SS
1493
1494The @code{list} and @code{x} commands, when you repeat them with
1495@key{RET}, construct new arguments rather than repeating
1496exactly as typed. This permits easy scanning of source or memory.
1497
1498@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1499output, in a way similar to the common utility @code{more}
79a6e687 1500(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
c906108c
SS
1501@key{RET} too many in this situation, @value{GDBN} disables command
1502repetition after any command that generates this sort of display.
1503
41afff9a 1504@kindex # @r{(a comment)}
c906108c
SS
1505@cindex comment
1506Any text from a @kbd{#} to the end of the line is a comment; it does
1507nothing. This is useful mainly in command files (@pxref{Command
79a6e687 1508Files,,Command Files}).
c906108c 1509
88118b3a 1510@cindex repeating command sequences
c8aa23ab
EZ
1511@kindex Ctrl-o @r{(operate-and-get-next)}
1512The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
7f9087cb 1513commands. This command accepts the current line, like @key{RET}, and
88118b3a
TT
1514then fetches the next line relative to the current line from the history
1515for editing.
1516
6d2ebf8b 1517@node Completion
79a6e687 1518@section Command Completion
c906108c
SS
1519
1520@cindex completion
1521@cindex word completion
1522@value{GDBN} can fill in the rest of a word in a command for you, if there is
1523only one possibility; it can also show you what the valid possibilities
1524are for the next word in a command, at any time. This works for @value{GDBN}
1525commands, @value{GDBN} subcommands, and the names of symbols in your program.
1526
1527Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1528of a word. If there is only one possibility, @value{GDBN} fills in the
1529word, and waits for you to finish the command (or press @key{RET} to
1530enter it). For example, if you type
1531
1532@c FIXME "@key" does not distinguish its argument sufficiently to permit
1533@c complete accuracy in these examples; space introduced for clarity.
1534@c If texinfo enhancements make it unnecessary, it would be nice to
1535@c replace " @key" by "@key" in the following...
474c8240 1536@smallexample
c906108c 1537(@value{GDBP}) info bre @key{TAB}
474c8240 1538@end smallexample
c906108c
SS
1539
1540@noindent
1541@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1542the only @code{info} subcommand beginning with @samp{bre}:
1543
474c8240 1544@smallexample
c906108c 1545(@value{GDBP}) info breakpoints
474c8240 1546@end smallexample
c906108c
SS
1547
1548@noindent
1549You can either press @key{RET} at this point, to run the @code{info
1550breakpoints} command, or backspace and enter something else, if
1551@samp{breakpoints} does not look like the command you expected. (If you
1552were sure you wanted @code{info breakpoints} in the first place, you
1553might as well just type @key{RET} immediately after @samp{info bre},
1554to exploit command abbreviations rather than command completion).
1555
1556If there is more than one possibility for the next word when you press
1557@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1558characters and try again, or just press @key{TAB} a second time;
1559@value{GDBN} displays all the possible completions for that word. For
1560example, you might want to set a breakpoint on a subroutine whose name
1561begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1562just sounds the bell. Typing @key{TAB} again displays all the
1563function names in your program that begin with those characters, for
1564example:
1565
474c8240 1566@smallexample
c906108c
SS
1567(@value{GDBP}) b make_ @key{TAB}
1568@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1569make_a_section_from_file make_environ
1570make_abs_section make_function_type
1571make_blockvector make_pointer_type
1572make_cleanup make_reference_type
c906108c
SS
1573make_command make_symbol_completion_list
1574(@value{GDBP}) b make_
474c8240 1575@end smallexample
c906108c
SS
1576
1577@noindent
1578After displaying the available possibilities, @value{GDBN} copies your
1579partial input (@samp{b make_} in the example) so you can finish the
1580command.
1581
1582If you just want to see the list of alternatives in the first place, you
b37052ae 1583can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1584means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1585key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1586one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1587
1588@cindex quotes in commands
1589@cindex completion of quoted strings
1590Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1591parentheses or other characters that @value{GDBN} normally excludes from
1592its notion of a word. To permit word completion to work in this
1593situation, you may enclose words in @code{'} (single quote marks) in
1594@value{GDBN} commands.
c906108c 1595
c906108c 1596The most likely situation where you might need this is in typing the
b37052ae
EZ
1597name of a C@t{++} function. This is because C@t{++} allows function
1598overloading (multiple definitions of the same function, distinguished
1599by argument type). For example, when you want to set a breakpoint you
1600may need to distinguish whether you mean the version of @code{name}
1601that takes an @code{int} parameter, @code{name(int)}, or the version
1602that takes a @code{float} parameter, @code{name(float)}. To use the
1603word-completion facilities in this situation, type a single quote
1604@code{'} at the beginning of the function name. This alerts
1605@value{GDBN} that it may need to consider more information than usual
1606when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1607
474c8240 1608@smallexample
96a2c332 1609(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1610bubble(double,double) bubble(int,int)
1611(@value{GDBP}) b 'bubble(
474c8240 1612@end smallexample
c906108c
SS
1613
1614In some cases, @value{GDBN} can tell that completing a name requires using
1615quotes. When this happens, @value{GDBN} inserts the quote for you (while
1616completing as much as it can) if you do not type the quote in the first
1617place:
1618
474c8240 1619@smallexample
c906108c
SS
1620(@value{GDBP}) b bub @key{TAB}
1621@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1622(@value{GDBP}) b 'bubble(
474c8240 1623@end smallexample
c906108c
SS
1624
1625@noindent
1626In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1627you have not yet started typing the argument list when you ask for
1628completion on an overloaded symbol.
1629
79a6e687
BW
1630For more information about overloaded functions, see @ref{C Plus Plus
1631Expressions, ,C@t{++} Expressions}. You can use the command @code{set
c906108c 1632overload-resolution off} to disable overload resolution;
79a6e687 1633see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
c906108c 1634
65d12d83
TT
1635@cindex completion of structure field names
1636@cindex structure field name completion
1637@cindex completion of union field names
1638@cindex union field name completion
1639When completing in an expression which looks up a field in a
1640structure, @value{GDBN} also tries@footnote{The completer can be
1641confused by certain kinds of invalid expressions. Also, it only
1642examines the static type of the expression, not the dynamic type.} to
1643limit completions to the field names available in the type of the
1644left-hand-side:
1645
1646@smallexample
1647(@value{GDBP}) p gdb_stdout.@kbd{M-?}
01124a23
DE
1648magic to_fputs to_rewind
1649to_data to_isatty to_write
1650to_delete to_put to_write_async_safe
1651to_flush to_read
65d12d83
TT
1652@end smallexample
1653
1654@noindent
1655This is because the @code{gdb_stdout} is a variable of the type
1656@code{struct ui_file} that is defined in @value{GDBN} sources as
1657follows:
1658
1659@smallexample
1660struct ui_file
1661@{
1662 int *magic;
1663 ui_file_flush_ftype *to_flush;
1664 ui_file_write_ftype *to_write;
01124a23 1665 ui_file_write_async_safe_ftype *to_write_async_safe;
65d12d83
TT
1666 ui_file_fputs_ftype *to_fputs;
1667 ui_file_read_ftype *to_read;
1668 ui_file_delete_ftype *to_delete;
1669 ui_file_isatty_ftype *to_isatty;
1670 ui_file_rewind_ftype *to_rewind;
1671 ui_file_put_ftype *to_put;
1672 void *to_data;
1673@}
1674@end smallexample
1675
c906108c 1676
6d2ebf8b 1677@node Help
79a6e687 1678@section Getting Help
c906108c
SS
1679@cindex online documentation
1680@kindex help
1681
5d161b24 1682You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1683using the command @code{help}.
1684
1685@table @code
41afff9a 1686@kindex h @r{(@code{help})}
c906108c
SS
1687@item help
1688@itemx h
1689You can use @code{help} (abbreviated @code{h}) with no arguments to
1690display a short list of named classes of commands:
1691
1692@smallexample
1693(@value{GDBP}) help
1694List of classes of commands:
1695
2df3850c 1696aliases -- Aliases of other commands
c906108c 1697breakpoints -- Making program stop at certain points
2df3850c 1698data -- Examining data
c906108c 1699files -- Specifying and examining files
2df3850c
JM
1700internals -- Maintenance commands
1701obscure -- Obscure features
1702running -- Running the program
1703stack -- Examining the stack
c906108c
SS
1704status -- Status inquiries
1705support -- Support facilities
12c27660 1706tracepoints -- Tracing of program execution without
96a2c332 1707 stopping the program
c906108c 1708user-defined -- User-defined commands
c906108c 1709
5d161b24 1710Type "help" followed by a class name for a list of
c906108c 1711commands in that class.
5d161b24 1712Type "help" followed by command name for full
c906108c
SS
1713documentation.
1714Command name abbreviations are allowed if unambiguous.
1715(@value{GDBP})
1716@end smallexample
96a2c332 1717@c the above line break eliminates huge line overfull...
c906108c
SS
1718
1719@item help @var{class}
1720Using one of the general help classes as an argument, you can get a
1721list of the individual commands in that class. For example, here is the
1722help display for the class @code{status}:
1723
1724@smallexample
1725(@value{GDBP}) help status
1726Status inquiries.
1727
1728List of commands:
1729
1730@c Line break in "show" line falsifies real output, but needed
1731@c to fit in smallbook page size.
2df3850c 1732info -- Generic command for showing things
12c27660 1733 about the program being debugged
2df3850c 1734show -- Generic command for showing things
12c27660 1735 about the debugger
c906108c 1736
5d161b24 1737Type "help" followed by command name for full
c906108c
SS
1738documentation.
1739Command name abbreviations are allowed if unambiguous.
1740(@value{GDBP})
1741@end smallexample
1742
1743@item help @var{command}
1744With a command name as @code{help} argument, @value{GDBN} displays a
1745short paragraph on how to use that command.
1746
6837a0a2
DB
1747@kindex apropos
1748@item apropos @var{args}
09d4efe1 1749The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2 1750commands, and their documentation, for the regular expression specified in
99e008fe 1751@var{args}. It prints out all matches found. For example:
6837a0a2
DB
1752
1753@smallexample
16899756 1754apropos alias
6837a0a2
DB
1755@end smallexample
1756
b37052ae
EZ
1757@noindent
1758results in:
6837a0a2
DB
1759
1760@smallexample
6d2ebf8b 1761@c @group
16899756
DE
1762alias -- Define a new command that is an alias of an existing command
1763aliases -- Aliases of other commands
1764d -- Delete some breakpoints or auto-display expressions
1765del -- Delete some breakpoints or auto-display expressions
1766delete -- Delete some breakpoints or auto-display expressions
6d2ebf8b 1767@c @end group
6837a0a2
DB
1768@end smallexample
1769
c906108c
SS
1770@kindex complete
1771@item complete @var{args}
1772The @code{complete @var{args}} command lists all the possible completions
1773for the beginning of a command. Use @var{args} to specify the beginning of the
1774command you want completed. For example:
1775
1776@smallexample
1777complete i
1778@end smallexample
1779
1780@noindent results in:
1781
1782@smallexample
1783@group
2df3850c
JM
1784if
1785ignore
c906108c
SS
1786info
1787inspect
c906108c
SS
1788@end group
1789@end smallexample
1790
1791@noindent This is intended for use by @sc{gnu} Emacs.
1792@end table
1793
1794In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1795and @code{show} to inquire about the state of your program, or the state
1796of @value{GDBN} itself. Each command supports many topics of inquiry; this
1797manual introduces each of them in the appropriate context. The listings
00595b5e
EZ
1798under @code{info} and under @code{show} in the Command, Variable, and
1799Function Index point to all the sub-commands. @xref{Command and Variable
1800Index}.
c906108c
SS
1801
1802@c @group
1803@table @code
1804@kindex info
41afff9a 1805@kindex i @r{(@code{info})}
c906108c
SS
1806@item info
1807This command (abbreviated @code{i}) is for describing the state of your
cda4ce5a 1808program. For example, you can show the arguments passed to a function
c906108c
SS
1809with @code{info args}, list the registers currently in use with @code{info
1810registers}, or list the breakpoints you have set with @code{info breakpoints}.
1811You can get a complete list of the @code{info} sub-commands with
1812@w{@code{help info}}.
1813
1814@kindex set
1815@item set
5d161b24 1816You can assign the result of an expression to an environment variable with
c906108c
SS
1817@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1818@code{set prompt $}.
1819
1820@kindex show
1821@item show
5d161b24 1822In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1823@value{GDBN} itself.
1824You can change most of the things you can @code{show}, by using the
1825related command @code{set}; for example, you can control what number
1826system is used for displays with @code{set radix}, or simply inquire
1827which is currently in use with @code{show radix}.
1828
1829@kindex info set
1830To display all the settable parameters and their current
1831values, you can use @code{show} with no arguments; you may also use
1832@code{info set}. Both commands produce the same display.
1833@c FIXME: "info set" violates the rule that "info" is for state of
1834@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1835@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1836@end table
1837@c @end group
1838
1839Here are three miscellaneous @code{show} subcommands, all of which are
1840exceptional in lacking corresponding @code{set} commands:
1841
1842@table @code
1843@kindex show version
9c16f35a 1844@cindex @value{GDBN} version number
c906108c
SS
1845@item show version
1846Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1847information in @value{GDBN} bug-reports. If multiple versions of
1848@value{GDBN} are in use at your site, you may need to determine which
1849version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1850commands are introduced, and old ones may wither away. Also, many
1851system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1852variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1853The version number is the same as the one announced when you start
1854@value{GDBN}.
c906108c
SS
1855
1856@kindex show copying
09d4efe1 1857@kindex info copying
9c16f35a 1858@cindex display @value{GDBN} copyright
c906108c 1859@item show copying
09d4efe1 1860@itemx info copying
c906108c
SS
1861Display information about permission for copying @value{GDBN}.
1862
1863@kindex show warranty
09d4efe1 1864@kindex info warranty
c906108c 1865@item show warranty
09d4efe1 1866@itemx info warranty
2df3850c 1867Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1868if your version of @value{GDBN} comes with one.
2df3850c 1869
c906108c
SS
1870@end table
1871
6d2ebf8b 1872@node Running
c906108c
SS
1873@chapter Running Programs Under @value{GDBN}
1874
1875When you run a program under @value{GDBN}, you must first generate
1876debugging information when you compile it.
7a292a7a
SS
1877
1878You may start @value{GDBN} with its arguments, if any, in an environment
1879of your choice. If you are doing native debugging, you may redirect
1880your program's input and output, debug an already running process, or
1881kill a child process.
c906108c
SS
1882
1883@menu
1884* Compilation:: Compiling for debugging
1885* Starting:: Starting your program
c906108c
SS
1886* Arguments:: Your program's arguments
1887* Environment:: Your program's environment
c906108c
SS
1888
1889* Working Directory:: Your program's working directory
1890* Input/Output:: Your program's input and output
1891* Attach:: Debugging an already-running process
1892* Kill Process:: Killing the child process
c906108c 1893
6c95b8df 1894* Inferiors and Programs:: Debugging multiple inferiors and programs
c906108c 1895* Threads:: Debugging programs with multiple threads
6c95b8df 1896* Forks:: Debugging forks
5c95884b 1897* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
c906108c
SS
1898@end menu
1899
6d2ebf8b 1900@node Compilation
79a6e687 1901@section Compiling for Debugging
c906108c
SS
1902
1903In order to debug a program effectively, you need to generate
1904debugging information when you compile it. This debugging information
1905is stored in the object file; it describes the data type of each
1906variable or function and the correspondence between source line numbers
1907and addresses in the executable code.
1908
1909To request debugging information, specify the @samp{-g} option when you run
1910the compiler.
1911
514c4d71 1912Programs that are to be shipped to your customers are compiled with
edb3359d 1913optimizations, using the @samp{-O} compiler option. However, some
514c4d71
EZ
1914compilers are unable to handle the @samp{-g} and @samp{-O} options
1915together. Using those compilers, you cannot generate optimized
c906108c
SS
1916executables containing debugging information.
1917
514c4d71 1918@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
53a5351d
JM
1919without @samp{-O}, making it possible to debug optimized code. We
1920recommend that you @emph{always} use @samp{-g} whenever you compile a
1921program. You may think your program is correct, but there is no sense
edb3359d 1922in pushing your luck. For more information, see @ref{Optimized Code}.
c906108c
SS
1923
1924Older versions of the @sc{gnu} C compiler permitted a variant option
1925@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1926format; if your @sc{gnu} C compiler has this option, do not use it.
1927
514c4d71
EZ
1928@value{GDBN} knows about preprocessor macros and can show you their
1929expansion (@pxref{Macros}). Most compilers do not include information
1930about preprocessor macros in the debugging information if you specify
e0f8f636
TT
1931the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
1932the @sc{gnu} C compiler, provides macro information if you are using
1933the DWARF debugging format, and specify the option @option{-g3}.
1934
1935@xref{Debugging Options,,Options for Debugging Your Program or GCC,
1936gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}, for more
1937information on @value{NGCC} options affecting debug information.
1938
1939You will have the best debugging experience if you use the latest
1940version of the DWARF debugging format that your compiler supports.
1941DWARF is currently the most expressive and best supported debugging
1942format in @value{GDBN}.
514c4d71 1943
c906108c 1944@need 2000
6d2ebf8b 1945@node Starting
79a6e687 1946@section Starting your Program
c906108c
SS
1947@cindex starting
1948@cindex running
1949
1950@table @code
1951@kindex run
41afff9a 1952@kindex r @r{(@code{run})}
c906108c
SS
1953@item run
1954@itemx r
7a292a7a
SS
1955Use the @code{run} command to start your program under @value{GDBN}.
1956You must first specify the program name (except on VxWorks) with an
1957argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1958@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
79a6e687 1959(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
1960
1961@end table
1962
c906108c
SS
1963If you are running your program in an execution environment that
1964supports processes, @code{run} creates an inferior process and makes
8edfe269
DJ
1965that process run your program. In some environments without processes,
1966@code{run} jumps to the start of your program. Other targets,
1967like @samp{remote}, are always running. If you get an error
1968message like this one:
1969
1970@smallexample
1971The "remote" target does not support "run".
1972Try "help target" or "continue".
1973@end smallexample
1974
1975@noindent
1976then use @code{continue} to run your program. You may need @code{load}
1977first (@pxref{load}).
c906108c
SS
1978
1979The execution of a program is affected by certain information it
1980receives from its superior. @value{GDBN} provides ways to specify this
1981information, which you must do @emph{before} starting your program. (You
1982can change it after starting your program, but such changes only affect
1983your program the next time you start it.) This information may be
1984divided into four categories:
1985
1986@table @asis
1987@item The @emph{arguments.}
1988Specify the arguments to give your program as the arguments of the
1989@code{run} command. If a shell is available on your target, the shell
1990is used to pass the arguments, so that you may use normal conventions
1991(such as wildcard expansion or variable substitution) in describing
1992the arguments.
1993In Unix systems, you can control which shell is used with the
1994@code{SHELL} environment variable.
79a6e687 1995@xref{Arguments, ,Your Program's Arguments}.
c906108c
SS
1996
1997@item The @emph{environment.}
1998Your program normally inherits its environment from @value{GDBN}, but you can
1999use the @value{GDBN} commands @code{set environment} and @code{unset
2000environment} to change parts of the environment that affect
79a6e687 2001your program. @xref{Environment, ,Your Program's Environment}.
c906108c
SS
2002
2003@item The @emph{working directory.}
2004Your program inherits its working directory from @value{GDBN}. You can set
2005the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
79a6e687 2006@xref{Working Directory, ,Your Program's Working Directory}.
c906108c
SS
2007
2008@item The @emph{standard input and output.}
2009Your program normally uses the same device for standard input and
2010standard output as @value{GDBN} is using. You can redirect input and output
2011in the @code{run} command line, or you can use the @code{tty} command to
2012set a different device for your program.
79a6e687 2013@xref{Input/Output, ,Your Program's Input and Output}.
c906108c
SS
2014
2015@cindex pipes
2016@emph{Warning:} While input and output redirection work, you cannot use
2017pipes to pass the output of the program you are debugging to another
2018program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2019wrong program.
2020@end table
c906108c
SS
2021
2022When you issue the @code{run} command, your program begins to execute
79a6e687 2023immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
c906108c
SS
2024of how to arrange for your program to stop. Once your program has
2025stopped, you may call functions in your program, using the @code{print}
2026or @code{call} commands. @xref{Data, ,Examining Data}.
2027
2028If the modification time of your symbol file has changed since the last
2029time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2030table, and reads it again. When it does this, @value{GDBN} tries to retain
2031your current breakpoints.
2032
4e8b0763
JB
2033@table @code
2034@kindex start
2035@item start
2036@cindex run to main procedure
2037The name of the main procedure can vary from language to language.
2038With C or C@t{++}, the main procedure name is always @code{main}, but
2039other languages such as Ada do not require a specific name for their
2040main procedure. The debugger provides a convenient way to start the
2041execution of the program and to stop at the beginning of the main
2042procedure, depending on the language used.
2043
2044The @samp{start} command does the equivalent of setting a temporary
2045breakpoint at the beginning of the main procedure and then invoking
2046the @samp{run} command.
2047
f018e82f
EZ
2048@cindex elaboration phase
2049Some programs contain an @dfn{elaboration} phase where some startup code is
2050executed before the main procedure is called. This depends on the
2051languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
2052constructors for static and global objects are executed before
2053@code{main} is called. It is therefore possible that the debugger stops
2054before reaching the main procedure. However, the temporary breakpoint
2055will remain to halt execution.
2056
2057Specify the arguments to give to your program as arguments to the
2058@samp{start} command. These arguments will be given verbatim to the
2059underlying @samp{run} command. Note that the same arguments will be
2060reused if no argument is provided during subsequent calls to
2061@samp{start} or @samp{run}.
2062
2063It is sometimes necessary to debug the program during elaboration. In
2064these cases, using the @code{start} command would stop the execution of
2065your program too late, as the program would have already completed the
2066elaboration phase. Under these circumstances, insert breakpoints in your
2067elaboration code before running your program.
ccd213ac
DJ
2068
2069@kindex set exec-wrapper
2070@item set exec-wrapper @var{wrapper}
2071@itemx show exec-wrapper
2072@itemx unset exec-wrapper
2073When @samp{exec-wrapper} is set, the specified wrapper is used to
2074launch programs for debugging. @value{GDBN} starts your program
2075with a shell command of the form @kbd{exec @var{wrapper}
2076@var{program}}. Quoting is added to @var{program} and its
2077arguments, but not to @var{wrapper}, so you should add quotes if
2078appropriate for your shell. The wrapper runs until it executes
2079your program, and then @value{GDBN} takes control.
2080
2081You can use any program that eventually calls @code{execve} with
2082its arguments as a wrapper. Several standard Unix utilities do
2083this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2084with @code{exec "$@@"} will also work.
2085
2086For example, you can use @code{env} to pass an environment variable to
2087the debugged program, without setting the variable in your shell's
2088environment:
2089
2090@smallexample
2091(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2092(@value{GDBP}) run
2093@end smallexample
2094
2095This command is available when debugging locally on most targets, excluding
2096@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2097
10568435
JK
2098@kindex set disable-randomization
2099@item set disable-randomization
2100@itemx set disable-randomization on
2101This option (enabled by default in @value{GDBN}) will turn off the native
2102randomization of the virtual address space of the started program. This option
2103is useful for multiple debugging sessions to make the execution better
2104reproducible and memory addresses reusable across debugging sessions.
2105
03583c20
UW
2106This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2107On @sc{gnu}/Linux you can get the same behavior using
10568435
JK
2108
2109@smallexample
2110(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2111@end smallexample
2112
2113@item set disable-randomization off
2114Leave the behavior of the started executable unchanged. Some bugs rear their
2115ugly heads only when the program is loaded at certain addresses. If your bug
2116disappears when you run the program under @value{GDBN}, that might be because
2117@value{GDBN} by default disables the address randomization on platforms, such
2118as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2119disable-randomization off} to try to reproduce such elusive bugs.
2120
03583c20
UW
2121On targets where it is available, virtual address space randomization
2122protects the programs against certain kinds of security attacks. In these
10568435
JK
2123cases the attacker needs to know the exact location of a concrete executable
2124code. Randomizing its location makes it impossible to inject jumps misusing
2125a code at its expected addresses.
2126
2127Prelinking shared libraries provides a startup performance advantage but it
2128makes addresses in these libraries predictable for privileged processes by
2129having just unprivileged access at the target system. Reading the shared
2130library binary gives enough information for assembling the malicious code
2131misusing it. Still even a prelinked shared library can get loaded at a new
2132random address just requiring the regular relocation process during the
2133startup. Shared libraries not already prelinked are always loaded at
2134a randomly chosen address.
2135
2136Position independent executables (PIE) contain position independent code
2137similar to the shared libraries and therefore such executables get loaded at
2138a randomly chosen address upon startup. PIE executables always load even
2139already prelinked shared libraries at a random address. You can build such
2140executable using @command{gcc -fPIE -pie}.
2141
2142Heap (malloc storage), stack and custom mmap areas are always placed randomly
2143(as long as the randomization is enabled).
2144
2145@item show disable-randomization
2146Show the current setting of the explicit disable of the native randomization of
2147the virtual address space of the started program.
2148
4e8b0763
JB
2149@end table
2150
6d2ebf8b 2151@node Arguments
79a6e687 2152@section Your Program's Arguments
c906108c
SS
2153
2154@cindex arguments (to your program)
2155The arguments to your program can be specified by the arguments of the
5d161b24 2156@code{run} command.
c906108c
SS
2157They are passed to a shell, which expands wildcard characters and
2158performs redirection of I/O, and thence to your program. Your
2159@code{SHELL} environment variable (if it exists) specifies what shell
2160@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
2161the default shell (@file{/bin/sh} on Unix).
2162
2163On non-Unix systems, the program is usually invoked directly by
2164@value{GDBN}, which emulates I/O redirection via the appropriate system
2165calls, and the wildcard characters are expanded by the startup code of
2166the program, not by the shell.
c906108c
SS
2167
2168@code{run} with no arguments uses the same arguments used by the previous
2169@code{run}, or those set by the @code{set args} command.
2170
c906108c 2171@table @code
41afff9a 2172@kindex set args
c906108c
SS
2173@item set args
2174Specify the arguments to be used the next time your program is run. If
2175@code{set args} has no arguments, @code{run} executes your program
2176with no arguments. Once you have run your program with arguments,
2177using @code{set args} before the next @code{run} is the only way to run
2178it again without arguments.
2179
2180@kindex show args
2181@item show args
2182Show the arguments to give your program when it is started.
2183@end table
2184
6d2ebf8b 2185@node Environment
79a6e687 2186@section Your Program's Environment
c906108c
SS
2187
2188@cindex environment (of your program)
2189The @dfn{environment} consists of a set of environment variables and
2190their values. Environment variables conventionally record such things as
2191your user name, your home directory, your terminal type, and your search
2192path for programs to run. Usually you set up environment variables with
2193the shell and they are inherited by all the other programs you run. When
2194debugging, it can be useful to try running your program with a modified
2195environment without having to start @value{GDBN} over again.
2196
2197@table @code
2198@kindex path
2199@item path @var{directory}
2200Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
2201(the search path for executables) that will be passed to your program.
2202The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
2203You may specify several directory names, separated by whitespace or by a
2204system-dependent separator character (@samp{:} on Unix, @samp{;} on
2205MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2206is moved to the front, so it is searched sooner.
c906108c
SS
2207
2208You can use the string @samp{$cwd} to refer to whatever is the current
2209working directory at the time @value{GDBN} searches the path. If you
2210use @samp{.} instead, it refers to the directory where you executed the
2211@code{path} command. @value{GDBN} replaces @samp{.} in the
2212@var{directory} argument (with the current path) before adding
2213@var{directory} to the search path.
2214@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2215@c document that, since repeating it would be a no-op.
2216
2217@kindex show paths
2218@item show paths
2219Display the list of search paths for executables (the @code{PATH}
2220environment variable).
2221
2222@kindex show environment
2223@item show environment @r{[}@var{varname}@r{]}
2224Print the value of environment variable @var{varname} to be given to
2225your program when it starts. If you do not supply @var{varname},
2226print the names and values of all environment variables to be given to
2227your program. You can abbreviate @code{environment} as @code{env}.
2228
2229@kindex set environment
53a5351d 2230@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
2231Set environment variable @var{varname} to @var{value}. The value
2232changes for your program only, not for @value{GDBN} itself. @var{value} may
2233be any string; the values of environment variables are just strings, and
2234any interpretation is supplied by your program itself. The @var{value}
2235parameter is optional; if it is eliminated, the variable is set to a
2236null value.
2237@c "any string" here does not include leading, trailing
2238@c blanks. Gnu asks: does anyone care?
2239
2240For example, this command:
2241
474c8240 2242@smallexample
c906108c 2243set env USER = foo
474c8240 2244@end smallexample
c906108c
SS
2245
2246@noindent
d4f3574e 2247tells the debugged program, when subsequently run, that its user is named
c906108c
SS
2248@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2249are not actually required.)
2250
2251@kindex unset environment
2252@item unset environment @var{varname}
2253Remove variable @var{varname} from the environment to be passed to your
2254program. This is different from @samp{set env @var{varname} =};
2255@code{unset environment} removes the variable from the environment,
2256rather than assigning it an empty value.
2257@end table
2258
d4f3574e
SS
2259@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2260the shell indicated
c906108c
SS
2261by your @code{SHELL} environment variable if it exists (or
2262@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
2263that runs an initialization file---such as @file{.cshrc} for C-shell, or
2264@file{.bashrc} for BASH---any variables you set in that file affect
2265your program. You may wish to move setting of environment variables to
2266files that are only run when you sign on, such as @file{.login} or
2267@file{.profile}.
2268
6d2ebf8b 2269@node Working Directory
79a6e687 2270@section Your Program's Working Directory
c906108c
SS
2271
2272@cindex working directory (of your program)
2273Each time you start your program with @code{run}, it inherits its
2274working directory from the current working directory of @value{GDBN}.
2275The @value{GDBN} working directory is initially whatever it inherited
2276from its parent process (typically the shell), but you can specify a new
2277working directory in @value{GDBN} with the @code{cd} command.
2278
2279The @value{GDBN} working directory also serves as a default for the commands
2280that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
79a6e687 2281Specify Files}.
c906108c
SS
2282
2283@table @code
2284@kindex cd
721c2651 2285@cindex change working directory
f3c8a52a
JK
2286@item cd @r{[}@var{directory}@r{]}
2287Set the @value{GDBN} working directory to @var{directory}. If not
2288given, @var{directory} uses @file{'~'}.
c906108c
SS
2289
2290@kindex pwd
2291@item pwd
2292Print the @value{GDBN} working directory.
2293@end table
2294
60bf7e09
EZ
2295It is generally impossible to find the current working directory of
2296the process being debugged (since a program can change its directory
2297during its run). If you work on a system where @value{GDBN} is
2298configured with the @file{/proc} support, you can use the @code{info
2299proc} command (@pxref{SVR4 Process Information}) to find out the
2300current working directory of the debuggee.
2301
6d2ebf8b 2302@node Input/Output
79a6e687 2303@section Your Program's Input and Output
c906108c
SS
2304
2305@cindex redirection
2306@cindex i/o
2307@cindex terminal
2308By default, the program you run under @value{GDBN} does input and output to
5d161b24 2309the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
2310to its own terminal modes to interact with you, but it records the terminal
2311modes your program was using and switches back to them when you continue
2312running your program.
2313
2314@table @code
2315@kindex info terminal
2316@item info terminal
2317Displays information recorded by @value{GDBN} about the terminal modes your
2318program is using.
2319@end table
2320
2321You can redirect your program's input and/or output using shell
2322redirection with the @code{run} command. For example,
2323
474c8240 2324@smallexample
c906108c 2325run > outfile
474c8240 2326@end smallexample
c906108c
SS
2327
2328@noindent
2329starts your program, diverting its output to the file @file{outfile}.
2330
2331@kindex tty
2332@cindex controlling terminal
2333Another way to specify where your program should do input and output is
2334with the @code{tty} command. This command accepts a file name as
2335argument, and causes this file to be the default for future @code{run}
2336commands. It also resets the controlling terminal for the child
2337process, for future @code{run} commands. For example,
2338
474c8240 2339@smallexample
c906108c 2340tty /dev/ttyb
474c8240 2341@end smallexample
c906108c
SS
2342
2343@noindent
2344directs that processes started with subsequent @code{run} commands
2345default to do input and output on the terminal @file{/dev/ttyb} and have
2346that as their controlling terminal.
2347
2348An explicit redirection in @code{run} overrides the @code{tty} command's
2349effect on the input/output device, but not its effect on the controlling
2350terminal.
2351
2352When you use the @code{tty} command or redirect input in the @code{run}
2353command, only the input @emph{for your program} is affected. The input
3cb3b8df
BR
2354for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2355for @code{set inferior-tty}.
2356
2357@cindex inferior tty
2358@cindex set inferior controlling terminal
2359You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2360display the name of the terminal that will be used for future runs of your
2361program.
2362
2363@table @code
2364@item set inferior-tty /dev/ttyb
2365@kindex set inferior-tty
2366Set the tty for the program being debugged to /dev/ttyb.
2367
2368@item show inferior-tty
2369@kindex show inferior-tty
2370Show the current tty for the program being debugged.
2371@end table
c906108c 2372
6d2ebf8b 2373@node Attach
79a6e687 2374@section Debugging an Already-running Process
c906108c
SS
2375@kindex attach
2376@cindex attach
2377
2378@table @code
2379@item attach @var{process-id}
2380This command attaches to a running process---one that was started
2381outside @value{GDBN}. (@code{info files} shows your active
2382targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2383find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2384or with the @samp{jobs -l} shell command.
2385
2386@code{attach} does not repeat if you press @key{RET} a second time after
2387executing the command.
2388@end table
2389
2390To use @code{attach}, your program must be running in an environment
2391which supports processes; for example, @code{attach} does not work for
2392programs on bare-board targets that lack an operating system. You must
2393also have permission to send the process a signal.
2394
2395When you use @code{attach}, the debugger finds the program running in
2396the process first by looking in the current working directory, then (if
2397the program is not found) by using the source file search path
79a6e687 2398(@pxref{Source Path, ,Specifying Source Directories}). You can also use
c906108c
SS
2399the @code{file} command to load the program. @xref{Files, ,Commands to
2400Specify Files}.
2401
2402The first thing @value{GDBN} does after arranging to debug the specified
2403process is to stop it. You can examine and modify an attached process
53a5351d
JM
2404with all the @value{GDBN} commands that are ordinarily available when
2405you start processes with @code{run}. You can insert breakpoints; you
2406can step and continue; you can modify storage. If you would rather the
2407process continue running, you may use the @code{continue} command after
c906108c
SS
2408attaching @value{GDBN} to the process.
2409
2410@table @code
2411@kindex detach
2412@item detach
2413When you have finished debugging the attached process, you can use the
2414@code{detach} command to release it from @value{GDBN} control. Detaching
2415the process continues its execution. After the @code{detach} command,
2416that process and @value{GDBN} become completely independent once more, and you
2417are ready to @code{attach} another process or start one with @code{run}.
2418@code{detach} does not repeat if you press @key{RET} again after
2419executing the command.
2420@end table
2421
159fcc13
JK
2422If you exit @value{GDBN} while you have an attached process, you detach
2423that process. If you use the @code{run} command, you kill that process.
2424By default, @value{GDBN} asks for confirmation if you try to do either of these
2425things; you can control whether or not you need to confirm by using the
2426@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
79a6e687 2427Messages}).
c906108c 2428
6d2ebf8b 2429@node Kill Process
79a6e687 2430@section Killing the Child Process
c906108c
SS
2431
2432@table @code
2433@kindex kill
2434@item kill
2435Kill the child process in which your program is running under @value{GDBN}.
2436@end table
2437
2438This command is useful if you wish to debug a core dump instead of a
2439running process. @value{GDBN} ignores any core dump file while your program
2440is running.
2441
2442On some operating systems, a program cannot be executed outside @value{GDBN}
2443while you have breakpoints set on it inside @value{GDBN}. You can use the
2444@code{kill} command in this situation to permit running your program
2445outside the debugger.
2446
2447The @code{kill} command is also useful if you wish to recompile and
2448relink your program, since on many systems it is impossible to modify an
2449executable file while it is running in a process. In this case, when you
2450next type @code{run}, @value{GDBN} notices that the file has changed, and
2451reads the symbol table again (while trying to preserve your current
2452breakpoint settings).
2453
6c95b8df
PA
2454@node Inferiors and Programs
2455@section Debugging Multiple Inferiors and Programs
b77209e0 2456
6c95b8df
PA
2457@value{GDBN} lets you run and debug multiple programs in a single
2458session. In addition, @value{GDBN} on some systems may let you run
2459several programs simultaneously (otherwise you have to exit from one
2460before starting another). In the most general case, you can have
2461multiple threads of execution in each of multiple processes, launched
2462from multiple executables.
b77209e0
PA
2463
2464@cindex inferior
2465@value{GDBN} represents the state of each program execution with an
2466object called an @dfn{inferior}. An inferior typically corresponds to
2467a process, but is more general and applies also to targets that do not
2468have processes. Inferiors may be created before a process runs, and
6c95b8df
PA
2469may be retained after a process exits. Inferiors have unique
2470identifiers that are different from process ids. Usually each
2471inferior will also have its own distinct address space, although some
2472embedded targets may have several inferiors running in different parts
2473of a single address space. Each inferior may in turn have multiple
2474threads running in it.
b77209e0 2475
6c95b8df
PA
2476To find out what inferiors exist at any moment, use @w{@code{info
2477inferiors}}:
b77209e0
PA
2478
2479@table @code
2480@kindex info inferiors
2481@item info inferiors
2482Print a list of all inferiors currently being managed by @value{GDBN}.
3a1ff0b6
PA
2483
2484@value{GDBN} displays for each inferior (in this order):
2485
2486@enumerate
2487@item
2488the inferior number assigned by @value{GDBN}
2489
2490@item
2491the target system's inferior identifier
6c95b8df
PA
2492
2493@item
2494the name of the executable the inferior is running.
2495
3a1ff0b6
PA
2496@end enumerate
2497
2498@noindent
2499An asterisk @samp{*} preceding the @value{GDBN} inferior number
2500indicates the current inferior.
2501
2502For example,
2277426b 2503@end table
3a1ff0b6
PA
2504@c end table here to get a little more width for example
2505
2506@smallexample
2507(@value{GDBP}) info inferiors
6c95b8df
PA
2508 Num Description Executable
2509 2 process 2307 hello
2510* 1 process 3401 goodbye
3a1ff0b6 2511@end smallexample
2277426b
PA
2512
2513To switch focus between inferiors, use the @code{inferior} command:
2514
2515@table @code
3a1ff0b6
PA
2516@kindex inferior @var{infno}
2517@item inferior @var{infno}
2518Make inferior number @var{infno} the current inferior. The argument
2519@var{infno} is the inferior number assigned by @value{GDBN}, as shown
2520in the first field of the @samp{info inferiors} display.
2277426b
PA
2521@end table
2522
6c95b8df
PA
2523
2524You can get multiple executables into a debugging session via the
2525@code{add-inferior} and @w{@code{clone-inferior}} commands. On some
2526systems @value{GDBN} can add inferiors to the debug session
2527automatically by following calls to @code{fork} and @code{exec}. To
2528remove inferiors from the debugging session use the
af624141 2529@w{@code{remove-inferiors}} command.
6c95b8df
PA
2530
2531@table @code
2532@kindex add-inferior
2533@item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ]
2534Adds @var{n} inferiors to be run using @var{executable} as the
2535executable. @var{n} defaults to 1. If no executable is specified,
2536the inferiors begins empty, with no program. You can still assign or
2537change the program assigned to the inferior at any time by using the
2538@code{file} command with the executable name as its argument.
2539
2540@kindex clone-inferior
2541@item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
2542Adds @var{n} inferiors ready to execute the same program as inferior
2543@var{infno}. @var{n} defaults to 1. @var{infno} defaults to the
2544number of the current inferior. This is a convenient command when you
2545want to run another instance of the inferior you are debugging.
2546
2547@smallexample
2548(@value{GDBP}) info inferiors
2549 Num Description Executable
2550* 1 process 29964 helloworld
2551(@value{GDBP}) clone-inferior
2552Added inferior 2.
25531 inferiors added.
2554(@value{GDBP}) info inferiors
2555 Num Description Executable
2556 2 <null> helloworld
2557* 1 process 29964 helloworld
2558@end smallexample
2559
2560You can now simply switch focus to inferior 2 and run it.
2561
af624141
MS
2562@kindex remove-inferiors
2563@item remove-inferiors @var{infno}@dots{}
2564Removes the inferior or inferiors @var{infno}@dots{}. It is not
2565possible to remove an inferior that is running with this command. For
2566those, use the @code{kill} or @code{detach} command first.
6c95b8df
PA
2567
2568@end table
2569
2570To quit debugging one of the running inferiors that is not the current
2571inferior, you can either detach from it by using the @w{@code{detach
2572inferior}} command (allowing it to run independently), or kill it
af624141 2573using the @w{@code{kill inferiors}} command:
2277426b
PA
2574
2575@table @code
af624141
MS
2576@kindex detach inferiors @var{infno}@dots{}
2577@item detach inferior @var{infno}@dots{}
2578Detach from the inferior or inferiors identified by @value{GDBN}
5e30da2c 2579inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
af624141
MS
2580still stays on the list of inferiors shown by @code{info inferiors},
2581but its Description will show @samp{<null>}.
2582
2583@kindex kill inferiors @var{infno}@dots{}
2584@item kill inferiors @var{infno}@dots{}
2585Kill the inferior or inferiors identified by @value{GDBN} inferior
2586number(s) @var{infno}@dots{}. Note that the inferior's entry still
2587stays on the list of inferiors shown by @code{info inferiors}, but its
2588Description will show @samp{<null>}.
2277426b
PA
2589@end table
2590
6c95b8df 2591After the successful completion of a command such as @code{detach},
af624141 2592@code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
6c95b8df
PA
2593a normal process exit, the inferior is still valid and listed with
2594@code{info inferiors}, ready to be restarted.
2595
2596
2277426b
PA
2597To be notified when inferiors are started or exit under @value{GDBN}'s
2598control use @w{@code{set print inferior-events}}:
b77209e0 2599
2277426b 2600@table @code
b77209e0
PA
2601@kindex set print inferior-events
2602@cindex print messages on inferior start and exit
2603@item set print inferior-events
2604@itemx set print inferior-events on
2605@itemx set print inferior-events off
2606The @code{set print inferior-events} command allows you to enable or
2607disable printing of messages when @value{GDBN} notices that new
2608inferiors have started or that inferiors have exited or have been
2609detached. By default, these messages will not be printed.
2610
2611@kindex show print inferior-events
2612@item show print inferior-events
2613Show whether messages will be printed when @value{GDBN} detects that
2614inferiors have started, exited or have been detached.
2615@end table
2616
6c95b8df
PA
2617Many commands will work the same with multiple programs as with a
2618single program: e.g., @code{print myglobal} will simply display the
2619value of @code{myglobal} in the current inferior.
2620
2621
2622Occasionaly, when debugging @value{GDBN} itself, it may be useful to
2623get more info about the relationship of inferiors, programs, address
2624spaces in a debug session. You can do that with the @w{@code{maint
2625info program-spaces}} command.
2626
2627@table @code
2628@kindex maint info program-spaces
2629@item maint info program-spaces
2630Print a list of all program spaces currently being managed by
2631@value{GDBN}.
2632
2633@value{GDBN} displays for each program space (in this order):
2634
2635@enumerate
2636@item
2637the program space number assigned by @value{GDBN}
2638
2639@item
2640the name of the executable loaded into the program space, with e.g.,
2641the @code{file} command.
2642
2643@end enumerate
2644
2645@noindent
2646An asterisk @samp{*} preceding the @value{GDBN} program space number
2647indicates the current program space.
2648
2649In addition, below each program space line, @value{GDBN} prints extra
2650information that isn't suitable to display in tabular form. For
2651example, the list of inferiors bound to the program space.
2652
2653@smallexample
2654(@value{GDBP}) maint info program-spaces
2655 Id Executable
2656 2 goodbye
2657 Bound inferiors: ID 1 (process 21561)
2658* 1 hello
2659@end smallexample
2660
2661Here we can see that no inferior is running the program @code{hello},
2662while @code{process 21561} is running the program @code{goodbye}. On
2663some targets, it is possible that multiple inferiors are bound to the
2664same program space. The most common example is that of debugging both
2665the parent and child processes of a @code{vfork} call. For example,
2666
2667@smallexample
2668(@value{GDBP}) maint info program-spaces
2669 Id Executable
2670* 1 vfork-test
2671 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
2672@end smallexample
2673
2674Here, both inferior 2 and inferior 1 are running in the same program
2675space as a result of inferior 1 having executed a @code{vfork} call.
2676@end table
2677
6d2ebf8b 2678@node Threads
79a6e687 2679@section Debugging Programs with Multiple Threads
c906108c
SS
2680
2681@cindex threads of execution
2682@cindex multiple threads
2683@cindex switching threads
2684In some operating systems, such as HP-UX and Solaris, a single program
2685may have more than one @dfn{thread} of execution. The precise semantics
2686of threads differ from one operating system to another, but in general
2687the threads of a single program are akin to multiple processes---except
2688that they share one address space (that is, they can all examine and
2689modify the same variables). On the other hand, each thread has its own
2690registers and execution stack, and perhaps private memory.
2691
2692@value{GDBN} provides these facilities for debugging multi-thread
2693programs:
2694
2695@itemize @bullet
2696@item automatic notification of new threads
2697@item @samp{thread @var{threadno}}, a command to switch among threads
2698@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2699@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2700a command to apply a command to a list of threads
2701@item thread-specific breakpoints
93815fbf
VP
2702@item @samp{set print thread-events}, which controls printing of
2703messages on thread start and exit.
17a37d48
PP
2704@item @samp{set libthread-db-search-path @var{path}}, which lets
2705the user specify which @code{libthread_db} to use if the default choice
2706isn't compatible with the program.
c906108c
SS
2707@end itemize
2708
c906108c
SS
2709@quotation
2710@emph{Warning:} These facilities are not yet available on every
2711@value{GDBN} configuration where the operating system supports threads.
2712If your @value{GDBN} does not support threads, these commands have no
2713effect. For example, a system without thread support shows no output
2714from @samp{info threads}, and always rejects the @code{thread} command,
2715like this:
2716
2717@smallexample
2718(@value{GDBP}) info threads
2719(@value{GDBP}) thread 1
2720Thread ID 1 not known. Use the "info threads" command to
2721see the IDs of currently known threads.
2722@end smallexample
2723@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2724@c doesn't support threads"?
2725@end quotation
c906108c
SS
2726
2727@cindex focus of debugging
2728@cindex current thread
2729The @value{GDBN} thread debugging facility allows you to observe all
2730threads while your program runs---but whenever @value{GDBN} takes
2731control, one thread in particular is always the focus of debugging.
2732This thread is called the @dfn{current thread}. Debugging commands show
2733program information from the perspective of the current thread.
2734
41afff9a 2735@cindex @code{New} @var{systag} message
c906108c
SS
2736@cindex thread identifier (system)
2737@c FIXME-implementors!! It would be more helpful if the [New...] message
2738@c included GDB's numeric thread handle, so you could just go to that
2739@c thread without first checking `info threads'.
2740Whenever @value{GDBN} detects a new thread in your program, it displays
2741the target system's identification for the thread with a message in the
2742form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2743whose form varies depending on the particular system. For example, on
8807d78b 2744@sc{gnu}/Linux, you might see
c906108c 2745
474c8240 2746@smallexample
08e796bc 2747[New Thread 0x41e02940 (LWP 25582)]
474c8240 2748@end smallexample
c906108c
SS
2749
2750@noindent
2751when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2752the @var{systag} is simply something like @samp{process 368}, with no
2753further qualifier.
2754
2755@c FIXME!! (1) Does the [New...] message appear even for the very first
2756@c thread of a program, or does it only appear for the
6ca652b0 2757@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2758@c program?
2759@c (2) *Is* there necessarily a first thread always? Or do some
2760@c multithread systems permit starting a program with multiple
5d161b24 2761@c threads ab initio?
c906108c
SS
2762
2763@cindex thread number
2764@cindex thread identifier (GDB)
2765For debugging purposes, @value{GDBN} associates its own thread
2766number---always a single integer---with each thread in your program.
2767
2768@table @code
2769@kindex info threads
60f98dde
MS
2770@item info threads @r{[}@var{id}@dots{}@r{]}
2771Display a summary of all threads currently in your program. Optional
2772argument @var{id}@dots{} is one or more thread ids separated by spaces, and
2773means to print information only about the specified thread or threads.
2774@value{GDBN} displays for each thread (in this order):
c906108c
SS
2775
2776@enumerate
09d4efe1
EZ
2777@item
2778the thread number assigned by @value{GDBN}
c906108c 2779
09d4efe1
EZ
2780@item
2781the target system's thread identifier (@var{systag})
c906108c 2782
4694da01
TT
2783@item
2784the thread's name, if one is known. A thread can either be named by
2785the user (see @code{thread name}, below), or, in some cases, by the
2786program itself.
2787
09d4efe1
EZ
2788@item
2789the current stack frame summary for that thread
c906108c
SS
2790@end enumerate
2791
2792@noindent
2793An asterisk @samp{*} to the left of the @value{GDBN} thread number
2794indicates the current thread.
2795
5d161b24 2796For example,
c906108c
SS
2797@end table
2798@c end table here to get a little more width for example
2799
2800@smallexample
2801(@value{GDBP}) info threads
13fd8b81
TT
2802 Id Target Id Frame
2803 3 process 35 thread 27 0x34e5 in sigpause ()
2804 2 process 35 thread 23 0x34e5 in sigpause ()
2805* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
c906108c
SS
2806 at threadtest.c:68
2807@end smallexample
53a5351d 2808
c45da7e6
EZ
2809On Solaris, you can display more information about user threads with a
2810Solaris-specific command:
2811
2812@table @code
2813@item maint info sol-threads
2814@kindex maint info sol-threads
2815@cindex thread info (Solaris)
2816Display info on Solaris user threads.
2817@end table
2818
c906108c
SS
2819@table @code
2820@kindex thread @var{threadno}
2821@item thread @var{threadno}
2822Make thread number @var{threadno} the current thread. The command
2823argument @var{threadno} is the internal @value{GDBN} thread number, as
2824shown in the first field of the @samp{info threads} display.
2825@value{GDBN} responds by displaying the system identifier of the thread
2826you selected, and its current stack frame summary:
2827
2828@smallexample
c906108c 2829(@value{GDBP}) thread 2
13fd8b81
TT
2830[Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
2831#0 some_function (ignore=0x0) at example.c:8
28328 printf ("hello\n");
c906108c
SS
2833@end smallexample
2834
2835@noindent
2836As with the @samp{[New @dots{}]} message, the form of the text after
2837@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2838threads.
c906108c 2839
6aed2dbc
SS
2840@vindex $_thread@r{, convenience variable}
2841The debugger convenience variable @samp{$_thread} contains the number
2842of the current thread. You may find this useful in writing breakpoint
2843conditional expressions, command scripts, and so forth. See
2844@xref{Convenience Vars,, Convenience Variables}, for general
2845information on convenience variables.
2846
9c16f35a 2847@kindex thread apply
638ac427 2848@cindex apply command to several threads
13fd8b81 2849@item thread apply [@var{threadno} | all] @var{command}
839c27b7
EZ
2850The @code{thread apply} command allows you to apply the named
2851@var{command} to one or more threads. Specify the numbers of the
2852threads that you want affected with the command argument
2853@var{threadno}. It can be a single thread number, one of the numbers
2854shown in the first field of the @samp{info threads} display; or it
2855could be a range of thread numbers, as in @code{2-4}. To apply a
2856command to all threads, type @kbd{thread apply all @var{command}}.
93815fbf 2857
4694da01
TT
2858@kindex thread name
2859@cindex name a thread
2860@item thread name [@var{name}]
2861This command assigns a name to the current thread. If no argument is
2862given, any existing user-specified name is removed. The thread name
2863appears in the @samp{info threads} display.
2864
2865On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
2866determine the name of the thread as given by the OS. On these
2867systems, a name specified with @samp{thread name} will override the
2868system-give name, and removing the user-specified name will cause
2869@value{GDBN} to once again display the system-specified name.
2870
60f98dde
MS
2871@kindex thread find
2872@cindex search for a thread
2873@item thread find [@var{regexp}]
2874Search for and display thread ids whose name or @var{systag}
2875matches the supplied regular expression.
2876
2877As well as being the complement to the @samp{thread name} command,
2878this command also allows you to identify a thread by its target
2879@var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
2880is the LWP id.
2881
2882@smallexample
2883(@value{GDBN}) thread find 26688
2884Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
2885(@value{GDBN}) info thread 4
2886 Id Target Id Frame
2887 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
2888@end smallexample
2889
93815fbf
VP
2890@kindex set print thread-events
2891@cindex print messages on thread start and exit
2892@item set print thread-events
2893@itemx set print thread-events on
2894@itemx set print thread-events off
2895The @code{set print thread-events} command allows you to enable or
2896disable printing of messages when @value{GDBN} notices that new threads have
2897started or that threads have exited. By default, these messages will
2898be printed if detection of these events is supported by the target.
2899Note that these messages cannot be disabled on all targets.
2900
2901@kindex show print thread-events
2902@item show print thread-events
2903Show whether messages will be printed when @value{GDBN} detects that threads
2904have started and exited.
c906108c
SS
2905@end table
2906
79a6e687 2907@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
c906108c
SS
2908more information about how @value{GDBN} behaves when you stop and start
2909programs with multiple threads.
2910
79a6e687 2911@xref{Set Watchpoints,,Setting Watchpoints}, for information about
c906108c 2912watchpoints in programs with multiple threads.
c906108c 2913
bf88dd68 2914@anchor{set libthread-db-search-path}
17a37d48
PP
2915@table @code
2916@kindex set libthread-db-search-path
2917@cindex search path for @code{libthread_db}
2918@item set libthread-db-search-path @r{[}@var{path}@r{]}
2919If this variable is set, @var{path} is a colon-separated list of
2920directories @value{GDBN} will use to search for @code{libthread_db}.
2921If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
98a5dd13 2922its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
7e0396aa
DE
2923Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
2924macro.
17a37d48
PP
2925
2926On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
2927@code{libthread_db} library to obtain information about threads in the
2928inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
bf88dd68
JK
2929to find @code{libthread_db}. @value{GDBN} also consults first if inferior
2930specific thread debugging library loading is enabled
2931by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
98a5dd13
DE
2932
2933A special entry @samp{$sdir} for @samp{libthread-db-search-path}
2934refers to the default system directories that are
bf88dd68
JK
2935normally searched for loading shared libraries. The @samp{$sdir} entry
2936is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
2937(@pxref{libthread_db.so.1 file}).
98a5dd13
DE
2938
2939A special entry @samp{$pdir} for @samp{libthread-db-search-path}
2940refers to the directory from which @code{libpthread}
2941was loaded in the inferior process.
17a37d48
PP
2942
2943For any @code{libthread_db} library @value{GDBN} finds in above directories,
2944@value{GDBN} attempts to initialize it with the current inferior process.
2945If this initialization fails (which could happen because of a version
2946mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
2947will unload @code{libthread_db}, and continue with the next directory.
2948If none of @code{libthread_db} libraries initialize successfully,
2949@value{GDBN} will issue a warning and thread debugging will be disabled.
2950
2951Setting @code{libthread-db-search-path} is currently implemented
2952only on some platforms.
2953
2954@kindex show libthread-db-search-path
2955@item show libthread-db-search-path
2956Display current libthread_db search path.
02d868e8
PP
2957
2958@kindex set debug libthread-db
2959@kindex show debug libthread-db
2960@cindex debugging @code{libthread_db}
2961@item set debug libthread-db
2962@itemx show debug libthread-db
2963Turns on or off display of @code{libthread_db}-related events.
2964Use @code{1} to enable, @code{0} to disable.
17a37d48
PP
2965@end table
2966
6c95b8df
PA
2967@node Forks
2968@section Debugging Forks
c906108c
SS
2969
2970@cindex fork, debugging programs which call
2971@cindex multiple processes
2972@cindex processes, multiple
53a5351d
JM
2973On most systems, @value{GDBN} has no special support for debugging
2974programs which create additional processes using the @code{fork}
2975function. When a program forks, @value{GDBN} will continue to debug the
2976parent process and the child process will run unimpeded. If you have
2977set a breakpoint in any code which the child then executes, the child
2978will get a @code{SIGTRAP} signal which (unless it catches the signal)
2979will cause it to terminate.
c906108c
SS
2980
2981However, if you want to debug the child process there is a workaround
2982which isn't too painful. Put a call to @code{sleep} in the code which
2983the child process executes after the fork. It may be useful to sleep
2984only if a certain environment variable is set, or a certain file exists,
2985so that the delay need not occur when you don't want to run @value{GDBN}
2986on the child. While the child is sleeping, use the @code{ps} program to
2987get its process ID. Then tell @value{GDBN} (a new invocation of
2988@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2989the child process (@pxref{Attach}). From that point on you can debug
c906108c 2990the child process just like any other process which you attached to.
c906108c 2991
b51970ac
DJ
2992On some systems, @value{GDBN} provides support for debugging programs that
2993create additional processes using the @code{fork} or @code{vfork} functions.
2994Currently, the only platforms with this feature are HP-UX (11.x and later
a6b151f1 2995only?) and @sc{gnu}/Linux (kernel version 2.5.60 and later).
c906108c
SS
2996
2997By default, when a program forks, @value{GDBN} will continue to debug
2998the parent process and the child process will run unimpeded.
2999
3000If you want to follow the child process instead of the parent process,
3001use the command @w{@code{set follow-fork-mode}}.
3002
3003@table @code
3004@kindex set follow-fork-mode
3005@item set follow-fork-mode @var{mode}
3006Set the debugger response to a program call of @code{fork} or
3007@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 3008process. The @var{mode} argument can be:
c906108c
SS
3009
3010@table @code
3011@item parent
3012The original process is debugged after a fork. The child process runs
2df3850c 3013unimpeded. This is the default.
c906108c
SS
3014
3015@item child
3016The new process is debugged after a fork. The parent process runs
3017unimpeded.
3018
c906108c
SS
3019@end table
3020
9c16f35a 3021@kindex show follow-fork-mode
c906108c 3022@item show follow-fork-mode
2df3850c 3023Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
3024@end table
3025
5c95884b
MS
3026@cindex debugging multiple processes
3027On Linux, if you want to debug both the parent and child processes, use the
3028command @w{@code{set detach-on-fork}}.
3029
3030@table @code
3031@kindex set detach-on-fork
3032@item set detach-on-fork @var{mode}
3033Tells gdb whether to detach one of the processes after a fork, or
3034retain debugger control over them both.
3035
3036@table @code
3037@item on
3038The child process (or parent process, depending on the value of
3039@code{follow-fork-mode}) will be detached and allowed to run
3040independently. This is the default.
3041
3042@item off
3043Both processes will be held under the control of @value{GDBN}.
3044One process (child or parent, depending on the value of
3045@code{follow-fork-mode}) is debugged as usual, while the other
3046is held suspended.
3047
3048@end table
3049
11310833
NR
3050@kindex show detach-on-fork
3051@item show detach-on-fork
3052Show whether detach-on-fork mode is on/off.
5c95884b
MS
3053@end table
3054
2277426b
PA
3055If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3056will retain control of all forked processes (including nested forks).
3057You can list the forked processes under the control of @value{GDBN} by
3058using the @w{@code{info inferiors}} command, and switch from one fork
6c95b8df
PA
3059to another by using the @code{inferior} command (@pxref{Inferiors and
3060Programs, ,Debugging Multiple Inferiors and Programs}).
5c95884b
MS
3061
3062To quit debugging one of the forked processes, you can either detach
af624141
MS
3063from it by using the @w{@code{detach inferiors}} command (allowing it
3064to run independently), or kill it using the @w{@code{kill inferiors}}
6c95b8df
PA
3065command. @xref{Inferiors and Programs, ,Debugging Multiple Inferiors
3066and Programs}.
5c95884b 3067
c906108c
SS
3068If you ask to debug a child process and a @code{vfork} is followed by an
3069@code{exec}, @value{GDBN} executes the new target up to the first
3070breakpoint in the new target. If you have a breakpoint set on
3071@code{main} in your original program, the breakpoint will also be set on
3072the child process's @code{main}.
3073
2277426b
PA
3074On some systems, when a child process is spawned by @code{vfork}, you
3075cannot debug the child or parent until an @code{exec} call completes.
c906108c
SS
3076
3077If you issue a @code{run} command to @value{GDBN} after an @code{exec}
6c95b8df
PA
3078call executes, the new target restarts. To restart the parent
3079process, use the @code{file} command with the parent executable name
3080as its argument. By default, after an @code{exec} call executes,
3081@value{GDBN} discards the symbols of the previous executable image.
3082You can change this behaviour with the @w{@code{set follow-exec-mode}}
3083command.
3084
3085@table @code
3086@kindex set follow-exec-mode
3087@item set follow-exec-mode @var{mode}
3088
3089Set debugger response to a program call of @code{exec}. An
3090@code{exec} call replaces the program image of a process.
3091
3092@code{follow-exec-mode} can be:
3093
3094@table @code
3095@item new
3096@value{GDBN} creates a new inferior and rebinds the process to this
3097new inferior. The program the process was running before the
3098@code{exec} call can be restarted afterwards by restarting the
3099original inferior.
3100
3101For example:
3102
3103@smallexample
3104(@value{GDBP}) info inferiors
3105(gdb) info inferior
3106 Id Description Executable
3107* 1 <null> prog1
3108(@value{GDBP}) run
3109process 12020 is executing new program: prog2
3110Program exited normally.
3111(@value{GDBP}) info inferiors
3112 Id Description Executable
3113* 2 <null> prog2
3114 1 <null> prog1
3115@end smallexample
3116
3117@item same
3118@value{GDBN} keeps the process bound to the same inferior. The new
3119executable image replaces the previous executable loaded in the
3120inferior. Restarting the inferior after the @code{exec} call, with
3121e.g., the @code{run} command, restarts the executable the process was
3122running after the @code{exec} call. This is the default mode.
3123
3124For example:
3125
3126@smallexample
3127(@value{GDBP}) info inferiors
3128 Id Description Executable
3129* 1 <null> prog1
3130(@value{GDBP}) run
3131process 12020 is executing new program: prog2
3132Program exited normally.
3133(@value{GDBP}) info inferiors
3134 Id Description Executable
3135* 1 <null> prog2
3136@end smallexample
3137
3138@end table
3139@end table
c906108c
SS
3140
3141You can use the @code{catch} command to make @value{GDBN} stop whenever
3142a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
79a6e687 3143Catchpoints, ,Setting Catchpoints}.
c906108c 3144
5c95884b 3145@node Checkpoint/Restart
79a6e687 3146@section Setting a @emph{Bookmark} to Return to Later
5c95884b
MS
3147
3148@cindex checkpoint
3149@cindex restart
3150@cindex bookmark
3151@cindex snapshot of a process
3152@cindex rewind program state
3153
3154On certain operating systems@footnote{Currently, only
3155@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3156program's state, called a @dfn{checkpoint}, and come back to it
3157later.
3158
3159Returning to a checkpoint effectively undoes everything that has
3160happened in the program since the @code{checkpoint} was saved. This
3161includes changes in memory, registers, and even (within some limits)
3162system state. Effectively, it is like going back in time to the
3163moment when the checkpoint was saved.
3164
3165Thus, if you're stepping thru a program and you think you're
3166getting close to the point where things go wrong, you can save
3167a checkpoint. Then, if you accidentally go too far and miss
3168the critical statement, instead of having to restart your program
3169from the beginning, you can just go back to the checkpoint and
3170start again from there.
3171
3172This can be especially useful if it takes a lot of time or
3173steps to reach the point where you think the bug occurs.
3174
3175To use the @code{checkpoint}/@code{restart} method of debugging:
3176
3177@table @code
3178@kindex checkpoint
3179@item checkpoint
3180Save a snapshot of the debugged program's current execution state.
3181The @code{checkpoint} command takes no arguments, but each checkpoint
3182is assigned a small integer id, similar to a breakpoint id.
3183
3184@kindex info checkpoints
3185@item info checkpoints
3186List the checkpoints that have been saved in the current debugging
3187session. For each checkpoint, the following information will be
3188listed:
3189
3190@table @code
3191@item Checkpoint ID
3192@item Process ID
3193@item Code Address
3194@item Source line, or label
3195@end table
3196
3197@kindex restart @var{checkpoint-id}
3198@item restart @var{checkpoint-id}
3199Restore the program state that was saved as checkpoint number
3200@var{checkpoint-id}. All program variables, registers, stack frames
3201etc.@: will be returned to the values that they had when the checkpoint
3202was saved. In essence, gdb will ``wind back the clock'' to the point
3203in time when the checkpoint was saved.
3204
3205Note that breakpoints, @value{GDBN} variables, command history etc.
3206are not affected by restoring a checkpoint. In general, a checkpoint
3207only restores things that reside in the program being debugged, not in
3208the debugger.
3209
b8db102d
MS
3210@kindex delete checkpoint @var{checkpoint-id}
3211@item delete checkpoint @var{checkpoint-id}
5c95884b
MS
3212Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
3213
3214@end table
3215
3216Returning to a previously saved checkpoint will restore the user state
3217of the program being debugged, plus a significant subset of the system
3218(OS) state, including file pointers. It won't ``un-write'' data from
3219a file, but it will rewind the file pointer to the previous location,
3220so that the previously written data can be overwritten. For files
3221opened in read mode, the pointer will also be restored so that the
3222previously read data can be read again.
3223
3224Of course, characters that have been sent to a printer (or other
3225external device) cannot be ``snatched back'', and characters received
3226from eg.@: a serial device can be removed from internal program buffers,
3227but they cannot be ``pushed back'' into the serial pipeline, ready to
3228be received again. Similarly, the actual contents of files that have
3229been changed cannot be restored (at this time).
3230
3231However, within those constraints, you actually can ``rewind'' your
3232program to a previously saved point in time, and begin debugging it
3233again --- and you can change the course of events so as to debug a
3234different execution path this time.
3235
3236@cindex checkpoints and process id
3237Finally, there is one bit of internal program state that will be
3238different when you return to a checkpoint --- the program's process
3239id. Each checkpoint will have a unique process id (or @var{pid}),
3240and each will be different from the program's original @var{pid}.
3241If your program has saved a local copy of its process id, this could
3242potentially pose a problem.
3243
79a6e687 3244@subsection A Non-obvious Benefit of Using Checkpoints
5c95884b
MS
3245
3246On some systems such as @sc{gnu}/Linux, address space randomization
3247is performed on new processes for security reasons. This makes it
3248difficult or impossible to set a breakpoint, or watchpoint, on an
3249absolute address if you have to restart the program, since the
3250absolute location of a symbol will change from one execution to the
3251next.
3252
3253A checkpoint, however, is an @emph{identical} copy of a process.
3254Therefore if you create a checkpoint at (eg.@:) the start of main,
3255and simply return to that checkpoint instead of restarting the
3256process, you can avoid the effects of address randomization and
3257your symbols will all stay in the same place.
3258
6d2ebf8b 3259@node Stopping
c906108c
SS
3260@chapter Stopping and Continuing
3261
3262The principal purposes of using a debugger are so that you can stop your
3263program before it terminates; or so that, if your program runs into
3264trouble, you can investigate and find out why.
3265
7a292a7a
SS
3266Inside @value{GDBN}, your program may stop for any of several reasons,
3267such as a signal, a breakpoint, or reaching a new line after a
3268@value{GDBN} command such as @code{step}. You may then examine and
3269change variables, set new breakpoints or remove old ones, and then
3270continue execution. Usually, the messages shown by @value{GDBN} provide
3271ample explanation of the status of your program---but you can also
3272explicitly request this information at any time.
c906108c
SS
3273
3274@table @code
3275@kindex info program
3276@item info program
3277Display information about the status of your program: whether it is
7a292a7a 3278running or not, what process it is, and why it stopped.
c906108c
SS
3279@end table
3280
3281@menu
3282* Breakpoints:: Breakpoints, watchpoints, and catchpoints
3283* Continuing and Stepping:: Resuming execution
aad1c02c
TT
3284* Skipping Over Functions and Files::
3285 Skipping over functions and files
c906108c 3286* Signals:: Signals
c906108c 3287* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
3288@end menu
3289
6d2ebf8b 3290@node Breakpoints
79a6e687 3291@section Breakpoints, Watchpoints, and Catchpoints
c906108c
SS
3292
3293@cindex breakpoints
3294A @dfn{breakpoint} makes your program stop whenever a certain point in
3295the program is reached. For each breakpoint, you can add conditions to
3296control in finer detail whether your program stops. You can set
3297breakpoints with the @code{break} command and its variants (@pxref{Set
79a6e687 3298Breaks, ,Setting Breakpoints}), to specify the place where your program
c906108c
SS
3299should stop by line number, function name or exact address in the
3300program.
3301
09d4efe1
EZ
3302On some systems, you can set breakpoints in shared libraries before
3303the executable is run. There is a minor limitation on HP-UX systems:
3304you must wait until the executable is run in order to set breakpoints
3305in shared library routines that are not called directly by the program
3306(for example, routines that are arguments in a @code{pthread_create}
3307call).
c906108c
SS
3308
3309@cindex watchpoints
fd60e0df 3310@cindex data breakpoints
c906108c
SS
3311@cindex memory tracing
3312@cindex breakpoint on memory address
3313@cindex breakpoint on variable modification
3314A @dfn{watchpoint} is a special breakpoint that stops your program
fd60e0df 3315when the value of an expression changes. The expression may be a value
0ced0c34 3316of a variable, or it could involve values of one or more variables
fd60e0df
EZ
3317combined by operators, such as @samp{a + b}. This is sometimes called
3318@dfn{data breakpoints}. You must use a different command to set
79a6e687 3319watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
fd60e0df
EZ
3320from that, you can manage a watchpoint like any other breakpoint: you
3321enable, disable, and delete both breakpoints and watchpoints using the
3322same commands.
c906108c
SS
3323
3324You can arrange to have values from your program displayed automatically
3325whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
79a6e687 3326Automatic Display}.
c906108c
SS
3327
3328@cindex catchpoints
3329@cindex breakpoint on events
3330A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 3331when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
3332exception or the loading of a library. As with watchpoints, you use a
3333different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
79a6e687 3334Catchpoints}), but aside from that, you can manage a catchpoint like any
c906108c 3335other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 3336@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
3337
3338@cindex breakpoint numbers
3339@cindex numbers for breakpoints
3340@value{GDBN} assigns a number to each breakpoint, watchpoint, or
3341catchpoint when you create it; these numbers are successive integers
3342starting with one. In many of the commands for controlling various
3343features of breakpoints you use the breakpoint number to say which
3344breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
3345@dfn{disabled}; if disabled, it has no effect on your program until you
3346enable it again.
3347
c5394b80
JM
3348@cindex breakpoint ranges
3349@cindex ranges of breakpoints
3350Some @value{GDBN} commands accept a range of breakpoints on which to
3351operate. A breakpoint range is either a single breakpoint number, like
3352@samp{5}, or two such numbers, in increasing order, separated by a
3353hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
d52fb0e9 3354all breakpoints in that range are operated on.
c5394b80 3355
c906108c
SS
3356@menu
3357* Set Breaks:: Setting breakpoints
3358* Set Watchpoints:: Setting watchpoints
3359* Set Catchpoints:: Setting catchpoints
3360* Delete Breaks:: Deleting breakpoints
3361* Disabling:: Disabling breakpoints
3362* Conditions:: Break conditions
3363* Break Commands:: Breakpoint command lists
e7e0cddf 3364* Dynamic Printf:: Dynamic printf
6149aea9 3365* Save Breakpoints:: How to save breakpoints in a file
62e5f89c 3366* Static Probe Points:: Listing static probe points
d4f3574e 3367* Error in Breakpoints:: ``Cannot insert breakpoints''
79a6e687 3368* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
c906108c
SS
3369@end menu
3370
6d2ebf8b 3371@node Set Breaks
79a6e687 3372@subsection Setting Breakpoints
c906108c 3373
5d161b24 3374@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
3375@c consider in particular declaration with/without initialization.
3376@c
3377@c FIXME 2 is there stuff on this already? break at fun start, already init?
3378
3379@kindex break
41afff9a
EZ
3380@kindex b @r{(@code{break})}
3381@vindex $bpnum@r{, convenience variable}
c906108c
SS
3382@cindex latest breakpoint
3383Breakpoints are set with the @code{break} command (abbreviated
5d161b24 3384@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 3385number of the breakpoint you've set most recently; see @ref{Convenience
79a6e687 3386Vars,, Convenience Variables}, for a discussion of what you can do with
c906108c
SS
3387convenience variables.
3388
c906108c 3389@table @code
2a25a5ba
EZ
3390@item break @var{location}
3391Set a breakpoint at the given @var{location}, which can specify a
3392function name, a line number, or an address of an instruction.
3393(@xref{Specify Location}, for a list of all the possible ways to
3394specify a @var{location}.) The breakpoint will stop your program just
3395before it executes any of the code in the specified @var{location}.
3396
c906108c 3397When using source languages that permit overloading of symbols, such as
2a25a5ba 3398C@t{++}, a function name may refer to more than one possible place to break.
6ba66d6a
JB
3399@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
3400that situation.
c906108c 3401
45ac276d 3402It is also possible to insert a breakpoint that will stop the program
2c88c651
JB
3403only if a specific thread (@pxref{Thread-Specific Breakpoints})
3404or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
45ac276d 3405
c906108c
SS
3406@item break
3407When called without any arguments, @code{break} sets a breakpoint at
3408the next instruction to be executed in the selected stack frame
3409(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
3410innermost, this makes your program stop as soon as control
3411returns to that frame. This is similar to the effect of a
3412@code{finish} command in the frame inside the selected frame---except
3413that @code{finish} does not leave an active breakpoint. If you use
3414@code{break} without an argument in the innermost frame, @value{GDBN} stops
3415the next time it reaches the current location; this may be useful
3416inside loops.
3417
3418@value{GDBN} normally ignores breakpoints when it resumes execution, until at
3419least one instruction has been executed. If it did not do this, you
3420would be unable to proceed past a breakpoint without first disabling the
3421breakpoint. This rule applies whether or not the breakpoint already
3422existed when your program stopped.
3423
3424@item break @dots{} if @var{cond}
3425Set a breakpoint with condition @var{cond}; evaluate the expression
3426@var{cond} each time the breakpoint is reached, and stop only if the
3427value is nonzero---that is, if @var{cond} evaluates as true.
3428@samp{@dots{}} stands for one of the possible arguments described
3429above (or no argument) specifying where to break. @xref{Conditions,
79a6e687 3430,Break Conditions}, for more information on breakpoint conditions.
c906108c
SS
3431
3432@kindex tbreak
3433@item tbreak @var{args}
3434Set a breakpoint enabled only for one stop. @var{args} are the
3435same as for the @code{break} command, and the breakpoint is set in the same
3436way, but the breakpoint is automatically deleted after the first time your
79a6e687 3437program stops there. @xref{Disabling, ,Disabling Breakpoints}.
c906108c 3438
c906108c 3439@kindex hbreak
ba04e063 3440@cindex hardware breakpoints
c906108c 3441@item hbreak @var{args}
d4f3574e
SS
3442Set a hardware-assisted breakpoint. @var{args} are the same as for the
3443@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
3444breakpoint requires hardware support and some target hardware may not
3445have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
3446debugging, so you can set a breakpoint at an instruction without
3447changing the instruction. This can be used with the new trap-generation
09d4efe1 3448provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
3449will generate traps when a program accesses some data or instruction
3450address that is assigned to the debug registers. However the hardware
3451breakpoint registers can take a limited number of breakpoints. For
3452example, on the DSU, only two data breakpoints can be set at a time, and
3453@value{GDBN} will reject this command if more than two are used. Delete
3454or disable unused hardware breakpoints before setting new ones
79a6e687
BW
3455(@pxref{Disabling, ,Disabling Breakpoints}).
3456@xref{Conditions, ,Break Conditions}.
9c16f35a
EZ
3457For remote targets, you can restrict the number of hardware
3458breakpoints @value{GDBN} will use, see @ref{set remote
3459hardware-breakpoint-limit}.
501eef12 3460
c906108c
SS
3461@kindex thbreak
3462@item thbreak @var{args}
3463Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
3464are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 3465the same way. However, like the @code{tbreak} command,
c906108c
SS
3466the breakpoint is automatically deleted after the
3467first time your program stops there. Also, like the @code{hbreak}
5d161b24 3468command, the breakpoint requires hardware support and some target hardware
79a6e687
BW
3469may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
3470See also @ref{Conditions, ,Break Conditions}.
c906108c
SS
3471
3472@kindex rbreak
3473@cindex regular expression
8bd10a10 3474@cindex breakpoints at functions matching a regexp
c45da7e6 3475@cindex set breakpoints in many functions
c906108c 3476@item rbreak @var{regex}
c906108c 3477Set breakpoints on all functions matching the regular expression
11cf8741
JM
3478@var{regex}. This command sets an unconditional breakpoint on all
3479matches, printing a list of all breakpoints it set. Once these
3480breakpoints are set, they are treated just like the breakpoints set with
3481the @code{break} command. You can delete them, disable them, or make
3482them conditional the same way as any other breakpoint.
3483
3484The syntax of the regular expression is the standard one used with tools
3485like @file{grep}. Note that this is different from the syntax used by
3486shells, so for instance @code{foo*} matches all functions that include
3487an @code{fo} followed by zero or more @code{o}s. There is an implicit
3488@code{.*} leading and trailing the regular expression you supply, so to
3489match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 3490
f7dc1244 3491@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 3492When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
3493breakpoints on overloaded functions that are not members of any special
3494classes.
c906108c 3495
f7dc1244
EZ
3496@cindex set breakpoints on all functions
3497The @code{rbreak} command can be used to set breakpoints in
3498@strong{all} the functions in a program, like this:
3499
3500@smallexample
3501(@value{GDBP}) rbreak .
3502@end smallexample
3503
8bd10a10
CM
3504@item rbreak @var{file}:@var{regex}
3505If @code{rbreak} is called with a filename qualification, it limits
3506the search for functions matching the given regular expression to the
3507specified @var{file}. This can be used, for example, to set breakpoints on
3508every function in a given file:
3509
3510@smallexample
3511(@value{GDBP}) rbreak file.c:.
3512@end smallexample
3513
3514The colon separating the filename qualifier from the regex may
3515optionally be surrounded by spaces.
3516
c906108c
SS
3517@kindex info breakpoints
3518@cindex @code{$_} and @code{info breakpoints}
e5a67952
MS
3519@item info breakpoints @r{[}@var{n}@dots{}@r{]}
3520@itemx info break @r{[}@var{n}@dots{}@r{]}
c906108c 3521Print a table of all breakpoints, watchpoints, and catchpoints set and
45ac1734 3522not deleted. Optional argument @var{n} means print information only
e5a67952
MS
3523about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
3524For each breakpoint, following columns are printed:
c906108c
SS
3525
3526@table @emph
3527@item Breakpoint Numbers
3528@item Type
3529Breakpoint, watchpoint, or catchpoint.
3530@item Disposition
3531Whether the breakpoint is marked to be disabled or deleted when hit.
3532@item Enabled or Disabled
3533Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
b3db7447 3534that are not enabled.
c906108c 3535@item Address
fe6fbf8b 3536Where the breakpoint is in your program, as a memory address. For a
b3db7447
NR
3537pending breakpoint whose address is not yet known, this field will
3538contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
3539library that has the symbol or line referred by breakpoint is loaded.
3540See below for details. A breakpoint with several locations will
3b784c4f 3541have @samp{<MULTIPLE>} in this field---see below for details.
c906108c
SS
3542@item What
3543Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
3544line number. For a pending breakpoint, the original string passed to
3545the breakpoint command will be listed as it cannot be resolved until
3546the appropriate shared library is loaded in the future.
c906108c
SS
3547@end table
3548
3549@noindent
83364271
LM
3550If a breakpoint is conditional, there are two evaluation modes: ``host'' and
3551``target''. If mode is ``host'', breakpoint condition evaluation is done by
3552@value{GDBN} on the host's side. If it is ``target'', then the condition
3553is evaluated by the target. The @code{info break} command shows
3554the condition on the line following the affected breakpoint, together with
3555its condition evaluation mode in between parentheses.
3556
3557Breakpoint commands, if any, are listed after that. A pending breakpoint is
3558allowed to have a condition specified for it. The condition is not parsed for
3559validity until a shared library is loaded that allows the pending
3560breakpoint to resolve to a valid location.
c906108c
SS
3561
3562@noindent
3563@code{info break} with a breakpoint
3564number @var{n} as argument lists only that breakpoint. The
3565convenience variable @code{$_} and the default examining-address for
3566the @code{x} command are set to the address of the last breakpoint
79a6e687 3567listed (@pxref{Memory, ,Examining Memory}).
c906108c
SS
3568
3569@noindent
3570@code{info break} displays a count of the number of times the breakpoint
3571has been hit. This is especially useful in conjunction with the
3572@code{ignore} command. You can ignore a large number of breakpoint
3573hits, look at the breakpoint info to see how many times the breakpoint
3574was hit, and then run again, ignoring one less than that number. This
3575will get you quickly to the last hit of that breakpoint.
816338b5
SS
3576
3577@noindent
3578For a breakpoints with an enable count (xref) greater than 1,
3579@code{info break} also displays that count.
3580
c906108c
SS
3581@end table
3582
3583@value{GDBN} allows you to set any number of breakpoints at the same place in
3584your program. There is nothing silly or meaningless about this. When
3585the breakpoints are conditional, this is even useful
79a6e687 3586(@pxref{Conditions, ,Break Conditions}).
c906108c 3587
2e9132cc
EZ
3588@cindex multiple locations, breakpoints
3589@cindex breakpoints, multiple locations
fcda367b 3590It is possible that a breakpoint corresponds to several locations
fe6fbf8b
VP
3591in your program. Examples of this situation are:
3592
3593@itemize @bullet
f8eba3c6
TT
3594@item
3595Multiple functions in the program may have the same name.
3596
fe6fbf8b
VP
3597@item
3598For a C@t{++} constructor, the @value{NGCC} compiler generates several
3599instances of the function body, used in different cases.
3600
3601@item
3602For a C@t{++} template function, a given line in the function can
3603correspond to any number of instantiations.
3604
3605@item
3606For an inlined function, a given source line can correspond to
3607several places where that function is inlined.
fe6fbf8b
VP
3608@end itemize
3609
3610In all those cases, @value{GDBN} will insert a breakpoint at all
f8eba3c6 3611the relevant locations.
fe6fbf8b 3612
3b784c4f
EZ
3613A breakpoint with multiple locations is displayed in the breakpoint
3614table using several rows---one header row, followed by one row for
3615each breakpoint location. The header row has @samp{<MULTIPLE>} in the
3616address column. The rows for individual locations contain the actual
3617addresses for locations, and show the functions to which those
3618locations belong. The number column for a location is of the form
fe6fbf8b
VP
3619@var{breakpoint-number}.@var{location-number}.
3620
3621For example:
3b784c4f 3622
fe6fbf8b
VP
3623@smallexample
3624Num Type Disp Enb Address What
36251 breakpoint keep y <MULTIPLE>
3626 stop only if i==1
3627 breakpoint already hit 1 time
36281.1 y 0x080486a2 in void foo<int>() at t.cc:8
36291.2 y 0x080486ca in void foo<double>() at t.cc:8
3630@end smallexample
3631
3632Each location can be individually enabled or disabled by passing
3633@var{breakpoint-number}.@var{location-number} as argument to the
3b784c4f
EZ
3634@code{enable} and @code{disable} commands. Note that you cannot
3635delete the individual locations from the list, you can only delete the
16bfc218 3636entire list of locations that belong to their parent breakpoint (with
3b784c4f
EZ
3637the @kbd{delete @var{num}} command, where @var{num} is the number of
3638the parent breakpoint, 1 in the above example). Disabling or enabling
3639the parent breakpoint (@pxref{Disabling}) affects all of the locations
3640that belong to that breakpoint.
fe6fbf8b 3641
2650777c 3642@cindex pending breakpoints
fe6fbf8b 3643It's quite common to have a breakpoint inside a shared library.
3b784c4f 3644Shared libraries can be loaded and unloaded explicitly,
fe6fbf8b
VP
3645and possibly repeatedly, as the program is executed. To support
3646this use case, @value{GDBN} updates breakpoint locations whenever
3647any shared library is loaded or unloaded. Typically, you would
fcda367b 3648set a breakpoint in a shared library at the beginning of your
fe6fbf8b
VP
3649debugging session, when the library is not loaded, and when the
3650symbols from the library are not available. When you try to set
3651breakpoint, @value{GDBN} will ask you if you want to set
3b784c4f 3652a so called @dfn{pending breakpoint}---breakpoint whose address
fe6fbf8b
VP
3653is not yet resolved.
3654
3655After the program is run, whenever a new shared library is loaded,
3656@value{GDBN} reevaluates all the breakpoints. When a newly loaded
3657shared library contains the symbol or line referred to by some
3658pending breakpoint, that breakpoint is resolved and becomes an
3659ordinary breakpoint. When a library is unloaded, all breakpoints
3660that refer to its symbols or source lines become pending again.
3661
3662This logic works for breakpoints with multiple locations, too. For
3663example, if you have a breakpoint in a C@t{++} template function, and
3664a newly loaded shared library has an instantiation of that template,
3665a new location is added to the list of locations for the breakpoint.
3666
3667Except for having unresolved address, pending breakpoints do not
3668differ from regular breakpoints. You can set conditions or commands,
3669enable and disable them and perform other breakpoint operations.
3670
3671@value{GDBN} provides some additional commands for controlling what
3672happens when the @samp{break} command cannot resolve breakpoint
3673address specification to an address:
dd79a6cf
JJ
3674
3675@kindex set breakpoint pending
3676@kindex show breakpoint pending
3677@table @code
3678@item set breakpoint pending auto
3679This is the default behavior. When @value{GDBN} cannot find the breakpoint
3680location, it queries you whether a pending breakpoint should be created.
3681
3682@item set breakpoint pending on
3683This indicates that an unrecognized breakpoint location should automatically
3684result in a pending breakpoint being created.
3685
3686@item set breakpoint pending off
3687This indicates that pending breakpoints are not to be created. Any
3688unrecognized breakpoint location results in an error. This setting does
3689not affect any pending breakpoints previously created.
3690
3691@item show breakpoint pending
3692Show the current behavior setting for creating pending breakpoints.
3693@end table
2650777c 3694
fe6fbf8b
VP
3695The settings above only affect the @code{break} command and its
3696variants. Once breakpoint is set, it will be automatically updated
3697as shared libraries are loaded and unloaded.
2650777c 3698
765dc015
VP
3699@cindex automatic hardware breakpoints
3700For some targets, @value{GDBN} can automatically decide if hardware or
3701software breakpoints should be used, depending on whether the
3702breakpoint address is read-only or read-write. This applies to
3703breakpoints set with the @code{break} command as well as to internal
3704breakpoints set by commands like @code{next} and @code{finish}. For
fcda367b 3705breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
765dc015
VP
3706breakpoints.
3707
3708You can control this automatic behaviour with the following commands::
3709
3710@kindex set breakpoint auto-hw
3711@kindex show breakpoint auto-hw
3712@table @code
3713@item set breakpoint auto-hw on
3714This is the default behavior. When @value{GDBN} sets a breakpoint, it
3715will try to use the target memory map to decide if software or hardware
3716breakpoint must be used.
3717
3718@item set breakpoint auto-hw off
3719This indicates @value{GDBN} should not automatically select breakpoint
3720type. If the target provides a memory map, @value{GDBN} will warn when
3721trying to set software breakpoint at a read-only address.
3722@end table
3723
74960c60
VP
3724@value{GDBN} normally implements breakpoints by replacing the program code
3725at the breakpoint address with a special instruction, which, when
3726executed, given control to the debugger. By default, the program
3727code is so modified only when the program is resumed. As soon as
3728the program stops, @value{GDBN} restores the original instructions. This
3729behaviour guards against leaving breakpoints inserted in the
3730target should gdb abrubptly disconnect. However, with slow remote
3731targets, inserting and removing breakpoint can reduce the performance.
3732This behavior can be controlled with the following commands::
3733
3734@kindex set breakpoint always-inserted
3735@kindex show breakpoint always-inserted
3736@table @code
3737@item set breakpoint always-inserted off
33e5cbd6
PA
3738All breakpoints, including newly added by the user, are inserted in
3739the target only when the target is resumed. All breakpoints are
3740removed from the target when it stops.
74960c60
VP
3741
3742@item set breakpoint always-inserted on
3743Causes all breakpoints to be inserted in the target at all times. If
3744the user adds a new breakpoint, or changes an existing breakpoint, the
3745breakpoints in the target are updated immediately. A breakpoint is
3746removed from the target only when breakpoint itself is removed.
33e5cbd6
PA
3747
3748@cindex non-stop mode, and @code{breakpoint always-inserted}
3749@item set breakpoint always-inserted auto
3750This is the default mode. If @value{GDBN} is controlling the inferior
3751in non-stop mode (@pxref{Non-Stop Mode}), gdb behaves as if
3752@code{breakpoint always-inserted} mode is on. If @value{GDBN} is
3753controlling the inferior in all-stop mode, @value{GDBN} behaves as if
3754@code{breakpoint always-inserted} mode is off.
74960c60 3755@end table
765dc015 3756
83364271
LM
3757@value{GDBN} handles conditional breakpoints by evaluating these conditions
3758when a breakpoint breaks. If the condition is true, then the process being
3759debugged stops, otherwise the process is resumed.
3760
3761If the target supports evaluating conditions on its end, @value{GDBN} may
3762download the breakpoint, together with its conditions, to it.
3763
3764This feature can be controlled via the following commands:
3765
3766@kindex set breakpoint condition-evaluation
3767@kindex show breakpoint condition-evaluation
3768@table @code
3769@item set breakpoint condition-evaluation host
3770This option commands @value{GDBN} to evaluate the breakpoint
3771conditions on the host's side. Unconditional breakpoints are sent to
3772the target which in turn receives the triggers and reports them back to GDB
3773for condition evaluation. This is the standard evaluation mode.
3774
3775@item set breakpoint condition-evaluation target
3776This option commands @value{GDBN} to download breakpoint conditions
3777to the target at the moment of their insertion. The target
3778is responsible for evaluating the conditional expression and reporting
3779breakpoint stop events back to @value{GDBN} whenever the condition
3780is true. Due to limitations of target-side evaluation, some conditions
3781cannot be evaluated there, e.g., conditions that depend on local data
3782that is only known to the host. Examples include
3783conditional expressions involving convenience variables, complex types
3784that cannot be handled by the agent expression parser and expressions
3785that are too long to be sent over to the target, specially when the
3786target is a remote system. In these cases, the conditions will be
3787evaluated by @value{GDBN}.
3788
3789@item set breakpoint condition-evaluation auto
3790This is the default mode. If the target supports evaluating breakpoint
3791conditions on its end, @value{GDBN} will download breakpoint conditions to
3792the target (limitations mentioned previously apply). If the target does
3793not support breakpoint condition evaluation, then @value{GDBN} will fallback
3794to evaluating all these conditions on the host's side.
3795@end table
3796
3797
c906108c
SS
3798@cindex negative breakpoint numbers
3799@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
3800@value{GDBN} itself sometimes sets breakpoints in your program for
3801special purposes, such as proper handling of @code{longjmp} (in C
3802programs). These internal breakpoints are assigned negative numbers,
3803starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 3804You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 3805@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
3806
3807
6d2ebf8b 3808@node Set Watchpoints
79a6e687 3809@subsection Setting Watchpoints
c906108c
SS
3810
3811@cindex setting watchpoints
c906108c
SS
3812You can use a watchpoint to stop execution whenever the value of an
3813expression changes, without having to predict a particular place where
fd60e0df
EZ
3814this may happen. (This is sometimes called a @dfn{data breakpoint}.)
3815The expression may be as simple as the value of a single variable, or
3816as complex as many variables combined by operators. Examples include:
3817
3818@itemize @bullet
3819@item
3820A reference to the value of a single variable.
3821
3822@item
3823An address cast to an appropriate data type. For example,
3824@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
3825address (assuming an @code{int} occupies 4 bytes).
3826
3827@item
3828An arbitrarily complex expression, such as @samp{a*b + c/d}. The
3829expression can use any operators valid in the program's native
3830language (@pxref{Languages}).
3831@end itemize
c906108c 3832
fa4727a6
DJ
3833You can set a watchpoint on an expression even if the expression can
3834not be evaluated yet. For instance, you can set a watchpoint on
3835@samp{*global_ptr} before @samp{global_ptr} is initialized.
3836@value{GDBN} will stop when your program sets @samp{global_ptr} and
3837the expression produces a valid value. If the expression becomes
3838valid in some other way than changing a variable (e.g.@: if the memory
3839pointed to by @samp{*global_ptr} becomes readable as the result of a
3840@code{malloc} call), @value{GDBN} may not stop until the next time
3841the expression changes.
3842
82f2d802
EZ
3843@cindex software watchpoints
3844@cindex hardware watchpoints
c906108c 3845Depending on your system, watchpoints may be implemented in software or
2df3850c 3846hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
3847program and testing the variable's value each time, which is hundreds of
3848times slower than normal execution. (But this may still be worth it, to
3849catch errors where you have no clue what part of your program is the
3850culprit.)
3851
37e4754d 3852On some systems, such as HP-UX, PowerPC, @sc{gnu}/Linux and most other
82f2d802
EZ
3853x86-based targets, @value{GDBN} includes support for hardware
3854watchpoints, which do not slow down the running of your program.
c906108c
SS
3855
3856@table @code
3857@kindex watch
9c06b0b4 3858@item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
fd60e0df
EZ
3859Set a watchpoint for an expression. @value{GDBN} will break when the
3860expression @var{expr} is written into by the program and its value
3861changes. The simplest (and the most popular) use of this command is
3862to watch the value of a single variable:
3863
3864@smallexample
3865(@value{GDBP}) watch foo
3866@end smallexample
c906108c 3867
d8b2a693 3868If the command includes a @code{@r{[}thread @var{threadnum}@r{]}}
9c06b0b4 3869argument, @value{GDBN} breaks only when the thread identified by
d8b2a693
JB
3870@var{threadnum} changes the value of @var{expr}. If any other threads
3871change the value of @var{expr}, @value{GDBN} will not break. Note
3872that watchpoints restricted to a single thread in this way only work
3873with Hardware Watchpoints.
3874
06a64a0b
TT
3875Ordinarily a watchpoint respects the scope of variables in @var{expr}
3876(see below). The @code{-location} argument tells @value{GDBN} to
3877instead watch the memory referred to by @var{expr}. In this case,
3878@value{GDBN} will evaluate @var{expr}, take the address of the result,
3879and watch the memory at that address. The type of the result is used
3880to determine the size of the watched memory. If the expression's
3881result does not have an address, then @value{GDBN} will print an
3882error.
3883
9c06b0b4
TJB
3884The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
3885of masked watchpoints, if the current architecture supports this
3886feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
3887Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
3888to an address to watch. The mask specifies that some bits of an address
3889(the bits which are reset in the mask) should be ignored when matching
3890the address accessed by the inferior against the watchpoint address.
3891Thus, a masked watchpoint watches many addresses simultaneously---those
3892addresses whose unmasked bits are identical to the unmasked bits in the
3893watchpoint address. The @code{mask} argument implies @code{-location}.
3894Examples:
3895
3896@smallexample
3897(@value{GDBP}) watch foo mask 0xffff00ff
3898(@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
3899@end smallexample
3900
c906108c 3901@kindex rwatch
9c06b0b4 3902@item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
3903Set a watchpoint that will break when the value of @var{expr} is read
3904by the program.
c906108c
SS
3905
3906@kindex awatch
9c06b0b4 3907@item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{threadnum}@r{]} @r{[}mask @var{maskvalue}@r{]}
09d4efe1
EZ
3908Set a watchpoint that will break when @var{expr} is either read from
3909or written into by the program.
c906108c 3910
e5a67952
MS
3911@kindex info watchpoints @r{[}@var{n}@dots{}@r{]}
3912@item info watchpoints @r{[}@var{n}@dots{}@r{]}
d77f58be
SS
3913This command prints a list of watchpoints, using the same format as
3914@code{info break} (@pxref{Set Breaks}).
c906108c
SS
3915@end table
3916
65d79d4b
SDJ
3917If you watch for a change in a numerically entered address you need to
3918dereference it, as the address itself is just a constant number which will
3919never change. @value{GDBN} refuses to create a watchpoint that watches
3920a never-changing value:
3921
3922@smallexample
3923(@value{GDBP}) watch 0x600850
3924Cannot watch constant value 0x600850.
3925(@value{GDBP}) watch *(int *) 0x600850
3926Watchpoint 1: *(int *) 6293584
3927@end smallexample
3928
c906108c
SS
3929@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
3930watchpoints execute very quickly, and the debugger reports a change in
3931value at the exact instruction where the change occurs. If @value{GDBN}
3932cannot set a hardware watchpoint, it sets a software watchpoint, which
3933executes more slowly and reports the change in value at the next
82f2d802
EZ
3934@emph{statement}, not the instruction, after the change occurs.
3935
82f2d802
EZ
3936@cindex use only software watchpoints
3937You can force @value{GDBN} to use only software watchpoints with the
3938@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
3939zero, @value{GDBN} will never try to use hardware watchpoints, even if
3940the underlying system supports them. (Note that hardware-assisted
3941watchpoints that were set @emph{before} setting
3942@code{can-use-hw-watchpoints} to zero will still use the hardware
d3e8051b 3943mechanism of watching expression values.)
c906108c 3944
9c16f35a
EZ
3945@table @code
3946@item set can-use-hw-watchpoints
3947@kindex set can-use-hw-watchpoints
3948Set whether or not to use hardware watchpoints.
3949
3950@item show can-use-hw-watchpoints
3951@kindex show can-use-hw-watchpoints
3952Show the current mode of using hardware watchpoints.
3953@end table
3954
3955For remote targets, you can restrict the number of hardware
3956watchpoints @value{GDBN} will use, see @ref{set remote
3957hardware-breakpoint-limit}.
3958
c906108c
SS
3959When you issue the @code{watch} command, @value{GDBN} reports
3960
474c8240 3961@smallexample
c906108c 3962Hardware watchpoint @var{num}: @var{expr}
474c8240 3963@end smallexample
c906108c
SS
3964
3965@noindent
3966if it was able to set a hardware watchpoint.
3967
7be570e7
JM
3968Currently, the @code{awatch} and @code{rwatch} commands can only set
3969hardware watchpoints, because accesses to data that don't change the
3970value of the watched expression cannot be detected without examining
3971every instruction as it is being executed, and @value{GDBN} does not do
3972that currently. If @value{GDBN} finds that it is unable to set a
3973hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
3974will print a message like this:
3975
3976@smallexample
3977Expression cannot be implemented with read/access watchpoint.
3978@end smallexample
3979
3980Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
3981data type of the watched expression is wider than what a hardware
3982watchpoint on the target machine can handle. For example, some systems
3983can only watch regions that are up to 4 bytes wide; on such systems you
3984cannot set hardware watchpoints for an expression that yields a
3985double-precision floating-point number (which is typically 8 bytes
3986wide). As a work-around, it might be possible to break the large region
3987into a series of smaller ones and watch them with separate watchpoints.
3988
3989If you set too many hardware watchpoints, @value{GDBN} might be unable
3990to insert all of them when you resume the execution of your program.
3991Since the precise number of active watchpoints is unknown until such
3992time as the program is about to be resumed, @value{GDBN} might not be
3993able to warn you about this when you set the watchpoints, and the
3994warning will be printed only when the program is resumed:
3995
3996@smallexample
3997Hardware watchpoint @var{num}: Could not insert watchpoint
3998@end smallexample
3999
4000@noindent
4001If this happens, delete or disable some of the watchpoints.
4002
fd60e0df
EZ
4003Watching complex expressions that reference many variables can also
4004exhaust the resources available for hardware-assisted watchpoints.
4005That's because @value{GDBN} needs to watch every variable in the
4006expression with separately allocated resources.
4007
c906108c 4008If you call a function interactively using @code{print} or @code{call},
2df3850c 4009any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
4010kind of breakpoint or the call completes.
4011
7be570e7
JM
4012@value{GDBN} automatically deletes watchpoints that watch local
4013(automatic) variables, or expressions that involve such variables, when
4014they go out of scope, that is, when the execution leaves the block in
4015which these variables were defined. In particular, when the program
4016being debugged terminates, @emph{all} local variables go out of scope,
4017and so only watchpoints that watch global variables remain set. If you
4018rerun the program, you will need to set all such watchpoints again. One
4019way of doing that would be to set a code breakpoint at the entry to the
4020@code{main} function and when it breaks, set all the watchpoints.
4021
c906108c
SS
4022@cindex watchpoints and threads
4023@cindex threads and watchpoints
d983da9c
DJ
4024In multi-threaded programs, watchpoints will detect changes to the
4025watched expression from every thread.
4026
4027@quotation
4028@emph{Warning:} In multi-threaded programs, software watchpoints
53a5351d
JM
4029have only limited usefulness. If @value{GDBN} creates a software
4030watchpoint, it can only watch the value of an expression @emph{in a
4031single thread}. If you are confident that the expression can only
4032change due to the current thread's activity (and if you are also
4033confident that no other thread can become current), then you can use
4034software watchpoints as usual. However, @value{GDBN} may not notice
4035when a non-current thread's activity changes the expression. (Hardware
4036watchpoints, in contrast, watch an expression in all threads.)
c906108c 4037@end quotation
c906108c 4038
501eef12
AC
4039@xref{set remote hardware-watchpoint-limit}.
4040
6d2ebf8b 4041@node Set Catchpoints
79a6e687 4042@subsection Setting Catchpoints
d4f3574e 4043@cindex catchpoints, setting
c906108c
SS
4044@cindex exception handlers
4045@cindex event handling
4046
4047You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 4048kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
4049shared library. Use the @code{catch} command to set a catchpoint.
4050
4051@table @code
4052@kindex catch
4053@item catch @var{event}
4054Stop when @var{event} occurs. @var{event} can be any of the following:
4055@table @code
4056@item throw
4644b6e3 4057@cindex stop on C@t{++} exceptions
b37052ae 4058The throwing of a C@t{++} exception.
c906108c
SS
4059
4060@item catch
b37052ae 4061The catching of a C@t{++} exception.
c906108c 4062
8936fcda
JB
4063@item exception
4064@cindex Ada exception catching
4065@cindex catch Ada exceptions
4066An Ada exception being raised. If an exception name is specified
4067at the end of the command (eg @code{catch exception Program_Error}),
4068the debugger will stop only when this specific exception is raised.
4069Otherwise, the debugger stops execution when any Ada exception is raised.
4070
87f67dba
JB
4071When inserting an exception catchpoint on a user-defined exception whose
4072name is identical to one of the exceptions defined by the language, the
4073fully qualified name must be used as the exception name. Otherwise,
4074@value{GDBN} will assume that it should stop on the pre-defined exception
4075rather than the user-defined one. For instance, assuming an exception
4076called @code{Constraint_Error} is defined in package @code{Pck}, then
4077the command to use to catch such exceptions is @kbd{catch exception
4078Pck.Constraint_Error}.
4079
8936fcda
JB
4080@item exception unhandled
4081An exception that was raised but is not handled by the program.
4082
4083@item assert
4084A failed Ada assertion.
4085
c906108c 4086@item exec
4644b6e3 4087@cindex break on fork/exec
5ee187d7
DJ
4088A call to @code{exec}. This is currently only available for HP-UX
4089and @sc{gnu}/Linux.
c906108c 4090
a96d9b2e 4091@item syscall
ee8e71d4 4092@itemx syscall @r{[}@var{name} @r{|} @var{number}@r{]} @dots{}
a96d9b2e
SDJ
4093@cindex break on a system call.
4094A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
4095syscall is a mechanism for application programs to request a service
4096from the operating system (OS) or one of the OS system services.
4097@value{GDBN} can catch some or all of the syscalls issued by the
4098debuggee, and show the related information for each syscall. If no
4099argument is specified, calls to and returns from all system calls
4100will be caught.
4101
4102@var{name} can be any system call name that is valid for the
4103underlying OS. Just what syscalls are valid depends on the OS. On
4104GNU and Unix systems, you can find the full list of valid syscall
4105names on @file{/usr/include/asm/unistd.h}.
4106
4107@c For MS-Windows, the syscall names and the corresponding numbers
4108@c can be found, e.g., on this URL:
4109@c http://www.metasploit.com/users/opcode/syscalls.html
4110@c but we don't support Windows syscalls yet.
4111
4112Normally, @value{GDBN} knows in advance which syscalls are valid for
4113each OS, so you can use the @value{GDBN} command-line completion
4114facilities (@pxref{Completion,, command completion}) to list the
4115available choices.
4116
4117You may also specify the system call numerically. A syscall's
4118number is the value passed to the OS's syscall dispatcher to
4119identify the requested service. When you specify the syscall by its
4120name, @value{GDBN} uses its database of syscalls to convert the name
4121into the corresponding numeric code, but using the number directly
4122may be useful if @value{GDBN}'s database does not have the complete
4123list of syscalls on your system (e.g., because @value{GDBN} lags
4124behind the OS upgrades).
4125
4126The example below illustrates how this command works if you don't provide
4127arguments to it:
4128
4129@smallexample
4130(@value{GDBP}) catch syscall
4131Catchpoint 1 (syscall)
4132(@value{GDBP}) r
4133Starting program: /tmp/catch-syscall
4134
4135Catchpoint 1 (call to syscall 'close'), \
4136 0xffffe424 in __kernel_vsyscall ()
4137(@value{GDBP}) c
4138Continuing.
4139
4140Catchpoint 1 (returned from syscall 'close'), \
4141 0xffffe424 in __kernel_vsyscall ()
4142(@value{GDBP})
4143@end smallexample
4144
4145Here is an example of catching a system call by name:
4146
4147@smallexample
4148(@value{GDBP}) catch syscall chroot
4149Catchpoint 1 (syscall 'chroot' [61])
4150(@value{GDBP}) r
4151Starting program: /tmp/catch-syscall
4152
4153Catchpoint 1 (call to syscall 'chroot'), \
4154 0xffffe424 in __kernel_vsyscall ()
4155(@value{GDBP}) c
4156Continuing.
4157
4158Catchpoint 1 (returned from syscall 'chroot'), \
4159 0xffffe424 in __kernel_vsyscall ()
4160(@value{GDBP})
4161@end smallexample
4162
4163An example of specifying a system call numerically. In the case
4164below, the syscall number has a corresponding entry in the XML
4165file, so @value{GDBN} finds its name and prints it:
4166
4167@smallexample
4168(@value{GDBP}) catch syscall 252
4169Catchpoint 1 (syscall(s) 'exit_group')
4170(@value{GDBP}) r
4171Starting program: /tmp/catch-syscall
4172
4173Catchpoint 1 (call to syscall 'exit_group'), \
4174 0xffffe424 in __kernel_vsyscall ()
4175(@value{GDBP}) c
4176Continuing.
4177
4178Program exited normally.
4179(@value{GDBP})
4180@end smallexample
4181
4182However, there can be situations when there is no corresponding name
4183in XML file for that syscall number. In this case, @value{GDBN} prints
4184a warning message saying that it was not able to find the syscall name,
4185but the catchpoint will be set anyway. See the example below:
4186
4187@smallexample
4188(@value{GDBP}) catch syscall 764
4189warning: The number '764' does not represent a known syscall.
4190Catchpoint 2 (syscall 764)
4191(@value{GDBP})
4192@end smallexample
4193
4194If you configure @value{GDBN} using the @samp{--without-expat} option,
4195it will not be able to display syscall names. Also, if your
4196architecture does not have an XML file describing its system calls,
4197you will not be able to see the syscall names. It is important to
4198notice that these two features are used for accessing the syscall
4199name database. In either case, you will see a warning like this:
4200
4201@smallexample
4202(@value{GDBP}) catch syscall
4203warning: Could not open "syscalls/i386-linux.xml"
4204warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
4205GDB will not be able to display syscall names.
4206Catchpoint 1 (syscall)
4207(@value{GDBP})
4208@end smallexample
4209
4210Of course, the file name will change depending on your architecture and system.
4211
4212Still using the example above, you can also try to catch a syscall by its
4213number. In this case, you would see something like:
4214
4215@smallexample
4216(@value{GDBP}) catch syscall 252
4217Catchpoint 1 (syscall(s) 252)
4218@end smallexample
4219
4220Again, in this case @value{GDBN} would not be able to display syscall's names.
4221
c906108c 4222@item fork
5ee187d7
DJ
4223A call to @code{fork}. This is currently only available for HP-UX
4224and @sc{gnu}/Linux.
c906108c
SS
4225
4226@item vfork
5ee187d7
DJ
4227A call to @code{vfork}. This is currently only available for HP-UX
4228and @sc{gnu}/Linux.
c906108c 4229
edcc5120
TT
4230@item load @r{[}regexp@r{]}
4231@itemx unload @r{[}regexp@r{]}
4232The loading or unloading of a shared library. If @var{regexp} is
4233given, then the catchpoint will stop only if the regular expression
4234matches one of the affected libraries.
4235
ab04a2af
TT
4236@item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
4237The delivery of a signal.
4238
4239With no arguments, this catchpoint will catch any signal that is not
4240used internally by @value{GDBN}, specifically, all signals except
4241@samp{SIGTRAP} and @samp{SIGINT}.
4242
4243With the argument @samp{all}, all signals, including those used by
4244@value{GDBN}, will be caught. This argument cannot be used with other
4245signal names.
4246
4247Otherwise, the arguments are a list of signal names as given to
4248@code{handle} (@pxref{Signals}). Only signals specified in this list
4249will be caught.
4250
4251One reason that @code{catch signal} can be more useful than
4252@code{handle} is that you can attach commands and conditions to the
4253catchpoint.
4254
4255When a signal is caught by a catchpoint, the signal's @code{stop} and
4256@code{print} settings, as specified by @code{handle}, are ignored.
4257However, whether the signal is still delivered to the inferior depends
4258on the @code{pass} setting; this can be changed in the catchpoint's
4259commands.
4260
c906108c
SS
4261@end table
4262
4263@item tcatch @var{event}
4264Set a catchpoint that is enabled only for one stop. The catchpoint is
4265automatically deleted after the first time the event is caught.
4266
4267@end table
4268
4269Use the @code{info break} command to list the current catchpoints.
4270
b37052ae 4271There are currently some limitations to C@t{++} exception handling
c906108c
SS
4272(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
4273
4274@itemize @bullet
4275@item
4276If you call a function interactively, @value{GDBN} normally returns
4277control to you when the function has finished executing. If the call
4278raises an exception, however, the call may bypass the mechanism that
4279returns control to you and cause your program either to abort or to
4280simply continue running until it hits a breakpoint, catches a signal
4281that @value{GDBN} is listening for, or exits. This is the case even if
4282you set a catchpoint for the exception; catchpoints on exceptions are
4283disabled within interactive calls.
4284
4285@item
4286You cannot raise an exception interactively.
4287
4288@item
4289You cannot install an exception handler interactively.
4290@end itemize
4291
4292@cindex raise exceptions
4293Sometimes @code{catch} is not the best way to debug exception handling:
4294if you need to know exactly where an exception is raised, it is better to
4295stop @emph{before} the exception handler is called, since that way you
4296can see the stack before any unwinding takes place. If you set a
4297breakpoint in an exception handler instead, it may not be easy to find
4298out where the exception was raised.
4299
4300To stop just before an exception handler is called, you need some
b37052ae 4301knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
4302raised by calling a library function named @code{__raise_exception}
4303which has the following ANSI C interface:
4304
474c8240 4305@smallexample
c906108c 4306 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
4307 @var{id} is the exception identifier. */
4308 void __raise_exception (void **addr, void *id);
474c8240 4309@end smallexample
c906108c
SS
4310
4311@noindent
4312To make the debugger catch all exceptions before any stack
4313unwinding takes place, set a breakpoint on @code{__raise_exception}
79a6e687 4314(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Exceptions}).
c906108c 4315
79a6e687 4316With a conditional breakpoint (@pxref{Conditions, ,Break Conditions})
c906108c
SS
4317that depends on the value of @var{id}, you can stop your program when
4318a specific exception is raised. You can use multiple conditional
4319breakpoints to stop your program when any of a number of exceptions are
4320raised.
4321
4322
6d2ebf8b 4323@node Delete Breaks
79a6e687 4324@subsection Deleting Breakpoints
c906108c
SS
4325
4326@cindex clearing breakpoints, watchpoints, catchpoints
4327@cindex deleting breakpoints, watchpoints, catchpoints
4328It is often necessary to eliminate a breakpoint, watchpoint, or
4329catchpoint once it has done its job and you no longer want your program
4330to stop there. This is called @dfn{deleting} the breakpoint. A
4331breakpoint that has been deleted no longer exists; it is forgotten.
4332
4333With the @code{clear} command you can delete breakpoints according to
4334where they are in your program. With the @code{delete} command you can
4335delete individual breakpoints, watchpoints, or catchpoints by specifying
4336their breakpoint numbers.
4337
4338It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
4339automatically ignores breakpoints on the first instruction to be executed
4340when you continue execution without changing the execution address.
4341
4342@table @code
4343@kindex clear
4344@item clear
4345Delete any breakpoints at the next instruction to be executed in the
79a6e687 4346selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
c906108c
SS
4347the innermost frame is selected, this is a good way to delete a
4348breakpoint where your program just stopped.
4349
2a25a5ba
EZ
4350@item clear @var{location}
4351Delete any breakpoints set at the specified @var{location}.
4352@xref{Specify Location}, for the various forms of @var{location}; the
4353most useful ones are listed below:
4354
4355@table @code
c906108c
SS
4356@item clear @var{function}
4357@itemx clear @var{filename}:@var{function}
09d4efe1 4358Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
4359
4360@item clear @var{linenum}
4361@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
4362Delete any breakpoints set at or within the code of the specified
4363@var{linenum} of the specified @var{filename}.
2a25a5ba 4364@end table
c906108c
SS
4365
4366@cindex delete breakpoints
4367@kindex delete
41afff9a 4368@kindex d @r{(@code{delete})}
c5394b80
JM
4369@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
4370Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
4371ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
4372breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
4373confirm off}). You can abbreviate this command as @code{d}.
4374@end table
4375
6d2ebf8b 4376@node Disabling
79a6e687 4377@subsection Disabling Breakpoints
c906108c 4378
4644b6e3 4379@cindex enable/disable a breakpoint
c906108c
SS
4380Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
4381prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
4382it had been deleted, but remembers the information on the breakpoint so
4383that you can @dfn{enable} it again later.
4384
4385You disable and enable breakpoints, watchpoints, and catchpoints with
d77f58be
SS
4386the @code{enable} and @code{disable} commands, optionally specifying
4387one or more breakpoint numbers as arguments. Use @code{info break} to
4388print a list of all breakpoints, watchpoints, and catchpoints if you
4389do not know which numbers to use.
c906108c 4390
3b784c4f
EZ
4391Disabling and enabling a breakpoint that has multiple locations
4392affects all of its locations.
4393
816338b5
SS
4394A breakpoint, watchpoint, or catchpoint can have any of several
4395different states of enablement:
c906108c
SS
4396
4397@itemize @bullet
4398@item
4399Enabled. The breakpoint stops your program. A breakpoint set
4400with the @code{break} command starts out in this state.
4401@item
4402Disabled. The breakpoint has no effect on your program.
4403@item
4404Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 4405disabled.
c906108c 4406@item
816338b5
SS
4407Enabled for a count. The breakpoint stops your program for the next
4408N times, then becomes disabled.
4409@item
c906108c 4410Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
4411immediately after it does so it is deleted permanently. A breakpoint
4412set with the @code{tbreak} command starts out in this state.
c906108c
SS
4413@end itemize
4414
4415You can use the following commands to enable or disable breakpoints,
4416watchpoints, and catchpoints:
4417
4418@table @code
c906108c 4419@kindex disable
41afff9a 4420@kindex dis @r{(@code{disable})}
c5394b80 4421@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
4422Disable the specified breakpoints---or all breakpoints, if none are
4423listed. A disabled breakpoint has no effect but is not forgotten. All
4424options such as ignore-counts, conditions and commands are remembered in
4425case the breakpoint is enabled again later. You may abbreviate
4426@code{disable} as @code{dis}.
4427
c906108c 4428@kindex enable
c5394b80 4429@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
4430Enable the specified breakpoints (or all defined breakpoints). They
4431become effective once again in stopping your program.
4432
c5394b80 4433@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
4434Enable the specified breakpoints temporarily. @value{GDBN} disables any
4435of these breakpoints immediately after stopping your program.
4436
816338b5
SS
4437@item enable @r{[}breakpoints@r{]} count @var{count} @var{range}@dots{}
4438Enable the specified breakpoints temporarily. @value{GDBN} records
4439@var{count} with each of the specified breakpoints, and decrements a
4440breakpoint's count when it is hit. When any count reaches 0,
4441@value{GDBN} disables that breakpoint. If a breakpoint has an ignore
4442count (@pxref{Conditions, ,Break Conditions}), that will be
4443decremented to 0 before @var{count} is affected.
4444
c5394b80 4445@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
4446Enable the specified breakpoints to work once, then die. @value{GDBN}
4447deletes any of these breakpoints as soon as your program stops there.
09d4efe1 4448Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
4449@end table
4450
d4f3574e
SS
4451@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
4452@c confusing: tbreak is also initially enabled.
c906108c 4453Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
79a6e687 4454,Setting Breakpoints}), breakpoints that you set are initially enabled;
c906108c
SS
4455subsequently, they become disabled or enabled only when you use one of
4456the commands above. (The command @code{until} can set and delete a
4457breakpoint of its own, but it does not change the state of your other
4458breakpoints; see @ref{Continuing and Stepping, ,Continuing and
79a6e687 4459Stepping}.)
c906108c 4460
6d2ebf8b 4461@node Conditions
79a6e687 4462@subsection Break Conditions
c906108c
SS
4463@cindex conditional breakpoints
4464@cindex breakpoint conditions
4465
4466@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 4467@c in particular for a watchpoint?
c906108c
SS
4468The simplest sort of breakpoint breaks every time your program reaches a
4469specified place. You can also specify a @dfn{condition} for a
4470breakpoint. A condition is just a Boolean expression in your
4471programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
4472a condition evaluates the expression each time your program reaches it,
4473and your program stops only if the condition is @emph{true}.
4474
4475This is the converse of using assertions for program validation; in that
4476situation, you want to stop when the assertion is violated---that is,
4477when the condition is false. In C, if you want to test an assertion expressed
4478by the condition @var{assert}, you should set the condition
4479@samp{! @var{assert}} on the appropriate breakpoint.
4480
4481Conditions are also accepted for watchpoints; you may not need them,
4482since a watchpoint is inspecting the value of an expression anyhow---but
4483it might be simpler, say, to just set a watchpoint on a variable name,
4484and specify a condition that tests whether the new value is an interesting
4485one.
4486
4487Break conditions can have side effects, and may even call functions in
4488your program. This can be useful, for example, to activate functions
4489that log program progress, or to use your own print functions to
99e008fe 4490format special data structures. The effects are completely predictable
c906108c
SS
4491unless there is another enabled breakpoint at the same address. (In
4492that case, @value{GDBN} might see the other breakpoint first and stop your
4493program without checking the condition of this one.) Note that
d4f3574e
SS
4494breakpoint commands are usually more convenient and flexible than break
4495conditions for the
c906108c 4496purpose of performing side effects when a breakpoint is reached
79a6e687 4497(@pxref{Break Commands, ,Breakpoint Command Lists}).
c906108c 4498
83364271
LM
4499Breakpoint conditions can also be evaluated on the target's side if
4500the target supports it. Instead of evaluating the conditions locally,
4501@value{GDBN} encodes the expression into an agent expression
4502(@pxref{Agent Expressions}) suitable for execution on the target,
4503independently of @value{GDBN}. Global variables become raw memory
4504locations, locals become stack accesses, and so forth.
4505
4506In this case, @value{GDBN} will only be notified of a breakpoint trigger
4507when its condition evaluates to true. This mechanism may provide faster
4508response times depending on the performance characteristics of the target
4509since it does not need to keep @value{GDBN} informed about
4510every breakpoint trigger, even those with false conditions.
4511
c906108c
SS
4512Break conditions can be specified when a breakpoint is set, by using
4513@samp{if} in the arguments to the @code{break} command. @xref{Set
79a6e687 4514Breaks, ,Setting Breakpoints}. They can also be changed at any time
c906108c 4515with the @code{condition} command.
53a5351d 4516
c906108c
SS
4517You can also use the @code{if} keyword with the @code{watch} command.
4518The @code{catch} command does not recognize the @code{if} keyword;
4519@code{condition} is the only way to impose a further condition on a
4520catchpoint.
c906108c
SS
4521
4522@table @code
4523@kindex condition
4524@item condition @var{bnum} @var{expression}
4525Specify @var{expression} as the break condition for breakpoint,
4526watchpoint, or catchpoint number @var{bnum}. After you set a condition,
4527breakpoint @var{bnum} stops your program only if the value of
4528@var{expression} is true (nonzero, in C). When you use
4529@code{condition}, @value{GDBN} checks @var{expression} immediately for
4530syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
4531referents in the context of your breakpoint. If @var{expression} uses
4532symbols not referenced in the context of the breakpoint, @value{GDBN}
4533prints an error message:
4534
474c8240 4535@smallexample
d4f3574e 4536No symbol "foo" in current context.
474c8240 4537@end smallexample
d4f3574e
SS
4538
4539@noindent
c906108c
SS
4540@value{GDBN} does
4541not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
4542command (or a command that sets a breakpoint with a condition, like
4543@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
4544
4545@item condition @var{bnum}
4546Remove the condition from breakpoint number @var{bnum}. It becomes
4547an ordinary unconditional breakpoint.
4548@end table
4549
4550@cindex ignore count (of breakpoint)
4551A special case of a breakpoint condition is to stop only when the
4552breakpoint has been reached a certain number of times. This is so
4553useful that there is a special way to do it, using the @dfn{ignore
4554count} of the breakpoint. Every breakpoint has an ignore count, which
4555is an integer. Most of the time, the ignore count is zero, and
4556therefore has no effect. But if your program reaches a breakpoint whose
4557ignore count is positive, then instead of stopping, it just decrements
4558the ignore count by one and continues. As a result, if the ignore count
4559value is @var{n}, the breakpoint does not stop the next @var{n} times
4560your program reaches it.
4561
4562@table @code
4563@kindex ignore
4564@item ignore @var{bnum} @var{count}
4565Set the ignore count of breakpoint number @var{bnum} to @var{count}.
4566The next @var{count} times the breakpoint is reached, your program's
4567execution does not stop; other than to decrement the ignore count, @value{GDBN}
4568takes no action.
4569
4570To make the breakpoint stop the next time it is reached, specify
4571a count of zero.
4572
4573When you use @code{continue} to resume execution of your program from a
4574breakpoint, you can specify an ignore count directly as an argument to
4575@code{continue}, rather than using @code{ignore}. @xref{Continuing and
79a6e687 4576Stepping,,Continuing and Stepping}.
c906108c
SS
4577
4578If a breakpoint has a positive ignore count and a condition, the
4579condition is not checked. Once the ignore count reaches zero,
4580@value{GDBN} resumes checking the condition.
4581
4582You could achieve the effect of the ignore count with a condition such
4583as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
4584is decremented each time. @xref{Convenience Vars, ,Convenience
79a6e687 4585Variables}.
c906108c
SS
4586@end table
4587
4588Ignore counts apply to breakpoints, watchpoints, and catchpoints.
4589
4590
6d2ebf8b 4591@node Break Commands
79a6e687 4592@subsection Breakpoint Command Lists
c906108c
SS
4593
4594@cindex breakpoint commands
4595You can give any breakpoint (or watchpoint or catchpoint) a series of
4596commands to execute when your program stops due to that breakpoint. For
4597example, you might want to print the values of certain expressions, or
4598enable other breakpoints.
4599
4600@table @code
4601@kindex commands
ca91424e 4602@kindex end@r{ (breakpoint commands)}
95a42b64 4603@item commands @r{[}@var{range}@dots{}@r{]}
c906108c
SS
4604@itemx @dots{} @var{command-list} @dots{}
4605@itemx end
95a42b64 4606Specify a list of commands for the given breakpoints. The commands
c906108c
SS
4607themselves appear on the following lines. Type a line containing just
4608@code{end} to terminate the commands.
4609
4610To remove all commands from a breakpoint, type @code{commands} and
4611follow it immediately with @code{end}; that is, give no commands.
4612
95a42b64
TT
4613With no argument, @code{commands} refers to the last breakpoint,
4614watchpoint, or catchpoint set (not to the breakpoint most recently
4615encountered). If the most recent breakpoints were set with a single
4616command, then the @code{commands} will apply to all the breakpoints
4617set by that command. This applies to breakpoints set by
86b17b60
PA
4618@code{rbreak}, and also applies when a single @code{break} command
4619creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
4620Expressions}).
c906108c
SS
4621@end table
4622
4623Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
4624disabled within a @var{command-list}.
4625
4626You can use breakpoint commands to start your program up again. Simply
4627use the @code{continue} command, or @code{step}, or any other command
4628that resumes execution.
4629
4630Any other commands in the command list, after a command that resumes
4631execution, are ignored. This is because any time you resume execution
4632(even with a simple @code{next} or @code{step}), you may encounter
4633another breakpoint---which could have its own command list, leading to
4634ambiguities about which list to execute.
4635
4636@kindex silent
4637If the first command you specify in a command list is @code{silent}, the
4638usual message about stopping at a breakpoint is not printed. This may
4639be desirable for breakpoints that are to print a specific message and
4640then continue. If none of the remaining commands print anything, you
4641see no sign that the breakpoint was reached. @code{silent} is
4642meaningful only at the beginning of a breakpoint command list.
4643
4644The commands @code{echo}, @code{output}, and @code{printf} allow you to
4645print precisely controlled output, and are often useful in silent
79a6e687 4646breakpoints. @xref{Output, ,Commands for Controlled Output}.
c906108c
SS
4647
4648For example, here is how you could use breakpoint commands to print the
4649value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
4650
474c8240 4651@smallexample
c906108c
SS
4652break foo if x>0
4653commands
4654silent
4655printf "x is %d\n",x
4656cont
4657end
474c8240 4658@end smallexample
c906108c
SS
4659
4660One application for breakpoint commands is to compensate for one bug so
4661you can test for another. Put a breakpoint just after the erroneous line
4662of code, give it a condition to detect the case in which something
4663erroneous has been done, and give it commands to assign correct values
4664to any variables that need them. End with the @code{continue} command
4665so that your program does not stop, and start with the @code{silent}
4666command so that no output is produced. Here is an example:
4667
474c8240 4668@smallexample
c906108c
SS
4669break 403
4670commands
4671silent
4672set x = y + 4
4673cont
4674end
474c8240 4675@end smallexample
c906108c 4676
e7e0cddf
SS
4677@node Dynamic Printf
4678@subsection Dynamic Printf
4679
4680@cindex dynamic printf
4681@cindex dprintf
4682The dynamic printf command @code{dprintf} combines a breakpoint with
4683formatted printing of your program's data to give you the effect of
4684inserting @code{printf} calls into your program on-the-fly, without
4685having to recompile it.
4686
4687In its most basic form, the output goes to the GDB console. However,
4688you can set the variable @code{dprintf-style} for alternate handling.
4689For instance, you can ask to format the output by calling your
4690program's @code{printf} function. This has the advantage that the
4691characters go to the program's output device, so they can recorded in
4692redirects to files and so forth.
4693
d3ce09f5
SS
4694If you are doing remote debugging with a stub or agent, you can also
4695ask to have the printf handled by the remote agent. In addition to
4696ensuring that the output goes to the remote program's device along
4697with any other output the program might produce, you can also ask that
4698the dprintf remain active even after disconnecting from the remote
4699target. Using the stub/agent is also more efficient, as it can do
4700everything without needing to communicate with @value{GDBN}.
4701
e7e0cddf
SS
4702@table @code
4703@kindex dprintf
4704@item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
4705Whenever execution reaches @var{location}, print the values of one or
4706more @var{expressions} under the control of the string @var{template}.
4707To print several values, separate them with commas.
4708
4709@item set dprintf-style @var{style}
4710Set the dprintf output to be handled in one of several different
4711styles enumerated below. A change of style affects all existing
4712dynamic printfs immediately. (If you need individual control over the
4713print commands, simply define normal breakpoints with
4714explicitly-supplied command lists.)
4715
4716@item gdb
4717@kindex dprintf-style gdb
4718Handle the output using the @value{GDBN} @code{printf} command.
4719
4720@item call
4721@kindex dprintf-style call
4722Handle the output by calling a function in your program (normally
4723@code{printf}).
4724
d3ce09f5
SS
4725@item agent
4726@kindex dprintf-style agent
4727Have the remote debugging agent (such as @code{gdbserver}) handle
4728the output itself. This style is only available for agents that
4729support running commands on the target.
4730
e7e0cddf
SS
4731@item set dprintf-function @var{function}
4732Set the function to call if the dprintf style is @code{call}. By
4733default its value is @code{printf}. You may set it to any expression.
4734that @value{GDBN} can evaluate to a function, as per the @code{call}
4735command.
4736
4737@item set dprintf-channel @var{channel}
4738Set a ``channel'' for dprintf. If set to a non-empty value,
4739@value{GDBN} will evaluate it as an expression and pass the result as
4740a first argument to the @code{dprintf-function}, in the manner of
4741@code{fprintf} and similar functions. Otherwise, the dprintf format
4742string will be the first argument, in the manner of @code{printf}.
4743
4744As an example, if you wanted @code{dprintf} output to go to a logfile
4745that is a standard I/O stream assigned to the variable @code{mylog},
4746you could do the following:
4747
4748@example
4749(gdb) set dprintf-style call
4750(gdb) set dprintf-function fprintf
4751(gdb) set dprintf-channel mylog
4752(gdb) dprintf 25,"at line 25, glob=%d\n",glob
4753Dprintf 1 at 0x123456: file main.c, line 25.
4754(gdb) info break
47551 dprintf keep y 0x00123456 in main at main.c:25
4756 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
4757 continue
4758(gdb)
4759@end example
4760
4761Note that the @code{info break} displays the dynamic printf commands
4762as normal breakpoint commands; you can thus easily see the effect of
4763the variable settings.
4764
d3ce09f5
SS
4765@item set disconnected-dprintf on
4766@itemx set disconnected-dprintf off
4767@kindex set disconnected-dprintf
4768Choose whether @code{dprintf} commands should continue to run if
4769@value{GDBN} has disconnected from the target. This only applies
4770if the @code{dprintf-style} is @code{agent}.
4771
4772@item show disconnected-dprintf off
4773@kindex show disconnected-dprintf
4774Show the current choice for disconnected @code{dprintf}.
4775
e7e0cddf
SS
4776@end table
4777
4778@value{GDBN} does not check the validity of function and channel,
4779relying on you to supply values that are meaningful for the contexts
4780in which they are being used. For instance, the function and channel
4781may be the values of local variables, but if that is the case, then
4782all enabled dynamic prints must be at locations within the scope of
4783those locals. If evaluation fails, @value{GDBN} will report an error.
4784
6149aea9
PA
4785@node Save Breakpoints
4786@subsection How to save breakpoints to a file
4787
4788To save breakpoint definitions to a file use the @w{@code{save
4789breakpoints}} command.
4790
4791@table @code
4792@kindex save breakpoints
4793@cindex save breakpoints to a file for future sessions
4794@item save breakpoints [@var{filename}]
4795This command saves all current breakpoint definitions together with
4796their commands and ignore counts, into a file @file{@var{filename}}
4797suitable for use in a later debugging session. This includes all
4798types of breakpoints (breakpoints, watchpoints, catchpoints,
4799tracepoints). To read the saved breakpoint definitions, use the
4800@code{source} command (@pxref{Command Files}). Note that watchpoints
4801with expressions involving local variables may fail to be recreated
4802because it may not be possible to access the context where the
4803watchpoint is valid anymore. Because the saved breakpoint definitions
4804are simply a sequence of @value{GDBN} commands that recreate the
4805breakpoints, you can edit the file in your favorite editing program,
4806and remove the breakpoint definitions you're not interested in, or
4807that can no longer be recreated.
4808@end table
4809
62e5f89c
SDJ
4810@node Static Probe Points
4811@subsection Static Probe Points
4812
4813@cindex static probe point, SystemTap
4814@value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
4815for Statically Defined Tracing, and the probes are designed to have a tiny
4816runtime code and data footprint, and no dynamic relocations. They are
4817usable from assembly, C and C@t{++} languages. See
4818@uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
4819for a good reference on how the @acronym{SDT} probes are implemented.
4820
4821Currently, @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
4822@acronym{SDT} probes are supported on ELF-compatible systems. See
4823@uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
4824for more information on how to add @code{SystemTap} @acronym{SDT} probes
4825in your applications.
4826
4827@cindex semaphores on static probe points
4828Some probes have an associated semaphore variable; for instance, this
4829happens automatically if you defined your probe using a DTrace-style
4830@file{.d} file. If your probe has a semaphore, @value{GDBN} will
4831automatically enable it when you specify a breakpoint using the
4832@samp{-probe-stap} notation. But, if you put a breakpoint at a probe's
4833location by some other method (e.g., @code{break file:line}), then
4834@value{GDBN} will not automatically set the semaphore.
4835
4836You can examine the available static static probes using @code{info
4837probes}, with optional arguments:
4838
4839@table @code
4840@kindex info probes
4841@item info probes stap @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
4842If given, @var{provider} is a regular expression used to match against provider
4843names when selecting which probes to list. If omitted, probes by all
4844probes from all providers are listed.
4845
4846If given, @var{name} is a regular expression to match against probe names
4847when selecting which probes to list. If omitted, probe names are not
4848considered when deciding whether to display them.
4849
4850If given, @var{objfile} is a regular expression used to select which
4851object files (executable or shared libraries) to examine. If not
4852given, all object files are considered.
4853
4854@item info probes all
4855List the available static probes, from all types.
4856@end table
4857
4858@vindex $_probe_arg@r{, convenience variable}
4859A probe may specify up to twelve arguments. These are available at the
4860point at which the probe is defined---that is, when the current PC is
4861at the probe's location. The arguments are available using the
4862convenience variables (@pxref{Convenience Vars})
4863@code{$_probe_arg0}@dots{}@code{$_probe_arg11}. Each probe argument is
4864an integer of the appropriate size; types are not preserved. The
4865convenience variable @code{$_probe_argc} holds the number of arguments
4866at the current probe point.
4867
4868These variables are always available, but attempts to access them at
4869any location other than a probe point will cause @value{GDBN} to give
4870an error message.
4871
4872
c906108c 4873@c @ifclear BARETARGET
6d2ebf8b 4874@node Error in Breakpoints
d4f3574e 4875@subsection ``Cannot insert breakpoints''
c906108c 4876
fa3a767f
PA
4877If you request too many active hardware-assisted breakpoints and
4878watchpoints, you will see this error message:
d4f3574e
SS
4879
4880@c FIXME: the precise wording of this message may change; the relevant
4881@c source change is not committed yet (Sep 3, 1999).
4882@smallexample
4883Stopped; cannot insert breakpoints.
4884You may have requested too many hardware breakpoints and watchpoints.
4885@end smallexample
4886
4887@noindent
4888This message is printed when you attempt to resume the program, since
4889only then @value{GDBN} knows exactly how many hardware breakpoints and
4890watchpoints it needs to insert.
4891
4892When this message is printed, you need to disable or remove some of the
4893hardware-assisted breakpoints and watchpoints, and then continue.
4894
79a6e687 4895@node Breakpoint-related Warnings
1485d690
KB
4896@subsection ``Breakpoint address adjusted...''
4897@cindex breakpoint address adjusted
4898
4899Some processor architectures place constraints on the addresses at
4900which breakpoints may be placed. For architectures thus constrained,
4901@value{GDBN} will attempt to adjust the breakpoint's address to comply
4902with the constraints dictated by the architecture.
4903
4904One example of such an architecture is the Fujitsu FR-V. The FR-V is
4905a VLIW architecture in which a number of RISC-like instructions may be
4906bundled together for parallel execution. The FR-V architecture
4907constrains the location of a breakpoint instruction within such a
4908bundle to the instruction with the lowest address. @value{GDBN}
4909honors this constraint by adjusting a breakpoint's address to the
4910first in the bundle.
4911
4912It is not uncommon for optimized code to have bundles which contain
4913instructions from different source statements, thus it may happen that
4914a breakpoint's address will be adjusted from one source statement to
4915another. Since this adjustment may significantly alter @value{GDBN}'s
4916breakpoint related behavior from what the user expects, a warning is
4917printed when the breakpoint is first set and also when the breakpoint
4918is hit.
4919
4920A warning like the one below is printed when setting a breakpoint
4921that's been subject to address adjustment:
4922
4923@smallexample
4924warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
4925@end smallexample
4926
4927Such warnings are printed both for user settable and @value{GDBN}'s
4928internal breakpoints. If you see one of these warnings, you should
4929verify that a breakpoint set at the adjusted address will have the
4930desired affect. If not, the breakpoint in question may be removed and
b383017d 4931other breakpoints may be set which will have the desired behavior.
1485d690
KB
4932E.g., it may be sufficient to place the breakpoint at a later
4933instruction. A conditional breakpoint may also be useful in some
4934cases to prevent the breakpoint from triggering too often.
4935
4936@value{GDBN} will also issue a warning when stopping at one of these
4937adjusted breakpoints:
4938
4939@smallexample
4940warning: Breakpoint 1 address previously adjusted from 0x00010414
4941to 0x00010410.
4942@end smallexample
4943
4944When this warning is encountered, it may be too late to take remedial
4945action except in cases where the breakpoint is hit earlier or more
4946frequently than expected.
d4f3574e 4947
6d2ebf8b 4948@node Continuing and Stepping
79a6e687 4949@section Continuing and Stepping
c906108c
SS
4950
4951@cindex stepping
4952@cindex continuing
4953@cindex resuming execution
4954@dfn{Continuing} means resuming program execution until your program
4955completes normally. In contrast, @dfn{stepping} means executing just
4956one more ``step'' of your program, where ``step'' may mean either one
4957line of source code, or one machine instruction (depending on what
7a292a7a
SS
4958particular command you use). Either when continuing or when stepping,
4959your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
4960it stops due to a signal, you may want to use @code{handle}, or use
4961@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
4962
4963@table @code
4964@kindex continue
41afff9a
EZ
4965@kindex c @r{(@code{continue})}
4966@kindex fg @r{(resume foreground execution)}
c906108c
SS
4967@item continue @r{[}@var{ignore-count}@r{]}
4968@itemx c @r{[}@var{ignore-count}@r{]}
4969@itemx fg @r{[}@var{ignore-count}@r{]}
4970Resume program execution, at the address where your program last stopped;
4971any breakpoints set at that address are bypassed. The optional argument
4972@var{ignore-count} allows you to specify a further number of times to
4973ignore a breakpoint at this location; its effect is like that of
79a6e687 4974@code{ignore} (@pxref{Conditions, ,Break Conditions}).
c906108c
SS
4975
4976The argument @var{ignore-count} is meaningful only when your program
4977stopped due to a breakpoint. At other times, the argument to
4978@code{continue} is ignored.
4979
d4f3574e
SS
4980The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
4981debugged program is deemed to be the foreground program) are provided
4982purely for convenience, and have exactly the same behavior as
4983@code{continue}.
c906108c
SS
4984@end table
4985
4986To resume execution at a different place, you can use @code{return}
79a6e687 4987(@pxref{Returning, ,Returning from a Function}) to go back to the
c906108c 4988calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
79a6e687 4989Different Address}) to go to an arbitrary location in your program.
c906108c
SS
4990
4991A typical technique for using stepping is to set a breakpoint
79a6e687 4992(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
c906108c
SS
4993beginning of the function or the section of your program where a problem
4994is believed to lie, run your program until it stops at that breakpoint,
4995and then step through the suspect area, examining the variables that are
4996interesting, until you see the problem happen.
4997
4998@table @code
4999@kindex step
41afff9a 5000@kindex s @r{(@code{step})}
c906108c
SS
5001@item step
5002Continue running your program until control reaches a different source
5003line, then stop it and return control to @value{GDBN}. This command is
5004abbreviated @code{s}.
5005
5006@quotation
5007@c "without debugging information" is imprecise; actually "without line
5008@c numbers in the debugging information". (gcc -g1 has debugging info but
5009@c not line numbers). But it seems complex to try to make that
5010@c distinction here.
5011@emph{Warning:} If you use the @code{step} command while control is
5012within a function that was compiled without debugging information,
5013execution proceeds until control reaches a function that does have
5014debugging information. Likewise, it will not step into a function which
5015is compiled without debugging information. To step through functions
5016without debugging information, use the @code{stepi} command, described
5017below.
5018@end quotation
5019
4a92d011
EZ
5020The @code{step} command only stops at the first instruction of a source
5021line. This prevents the multiple stops that could otherwise occur in
5022@code{switch} statements, @code{for} loops, etc. @code{step} continues
5023to stop if a function that has debugging information is called within
5024the line. In other words, @code{step} @emph{steps inside} any functions
5025called within the line.
c906108c 5026
d4f3574e
SS
5027Also, the @code{step} command only enters a function if there is line
5028number information for the function. Otherwise it acts like the
5d161b24 5029@code{next} command. This avoids problems when using @code{cc -gl}
eb17f351 5030on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5d161b24 5031was any debugging information about the routine.
c906108c
SS
5032
5033@item step @var{count}
5034Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
5035breakpoint is reached, or a signal not related to stepping occurs before
5036@var{count} steps, stepping stops right away.
c906108c
SS
5037
5038@kindex next
41afff9a 5039@kindex n @r{(@code{next})}
c906108c
SS
5040@item next @r{[}@var{count}@r{]}
5041Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
5042This is similar to @code{step}, but function calls that appear within
5043the line of code are executed without stopping. Execution stops when
5044control reaches a different line of code at the original stack level
5045that was executing when you gave the @code{next} command. This command
5046is abbreviated @code{n}.
c906108c
SS
5047
5048An argument @var{count} is a repeat count, as for @code{step}.
5049
5050
5051@c FIX ME!! Do we delete this, or is there a way it fits in with
5052@c the following paragraph? --- Vctoria
5053@c
5054@c @code{next} within a function that lacks debugging information acts like
5055@c @code{step}, but any function calls appearing within the code of the
5056@c function are executed without stopping.
5057
d4f3574e
SS
5058The @code{next} command only stops at the first instruction of a
5059source line. This prevents multiple stops that could otherwise occur in
4a92d011 5060@code{switch} statements, @code{for} loops, etc.
c906108c 5061
b90a5f51
CF
5062@kindex set step-mode
5063@item set step-mode
5064@cindex functions without line info, and stepping
5065@cindex stepping into functions with no line info
5066@itemx set step-mode on
4a92d011 5067The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
5068stop at the first instruction of a function which contains no debug line
5069information rather than stepping over it.
5070
4a92d011
EZ
5071This is useful in cases where you may be interested in inspecting the
5072machine instructions of a function which has no symbolic info and do not
5073want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
5074
5075@item set step-mode off
4a92d011 5076Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
5077debug information. This is the default.
5078
9c16f35a
EZ
5079@item show step-mode
5080Show whether @value{GDBN} will stop in or step over functions without
5081source line debug information.
5082
c906108c 5083@kindex finish
8dfa32fc 5084@kindex fin @r{(@code{finish})}
c906108c
SS
5085@item finish
5086Continue running until just after function in the selected stack frame
8dfa32fc
JB
5087returns. Print the returned value (if any). This command can be
5088abbreviated as @code{fin}.
c906108c
SS
5089
5090Contrast this with the @code{return} command (@pxref{Returning,
79a6e687 5091,Returning from a Function}).
c906108c
SS
5092
5093@kindex until
41afff9a 5094@kindex u @r{(@code{until})}
09d4efe1 5095@cindex run until specified location
c906108c
SS
5096@item until
5097@itemx u
5098Continue running until a source line past the current line, in the
5099current stack frame, is reached. This command is used to avoid single
5100stepping through a loop more than once. It is like the @code{next}
5101command, except that when @code{until} encounters a jump, it
5102automatically continues execution until the program counter is greater
5103than the address of the jump.
5104
5105This means that when you reach the end of a loop after single stepping
5106though it, @code{until} makes your program continue execution until it
5107exits the loop. In contrast, a @code{next} command at the end of a loop
5108simply steps back to the beginning of the loop, which forces you to step
5109through the next iteration.
5110
5111@code{until} always stops your program if it attempts to exit the current
5112stack frame.
5113
5114@code{until} may produce somewhat counterintuitive results if the order
5115of machine code does not match the order of the source lines. For
5116example, in the following excerpt from a debugging session, the @code{f}
5117(@code{frame}) command shows that execution is stopped at line
5118@code{206}; yet when we use @code{until}, we get to line @code{195}:
5119
474c8240 5120@smallexample
c906108c
SS
5121(@value{GDBP}) f
5122#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
5123206 expand_input();
5124(@value{GDBP}) until
5125195 for ( ; argc > 0; NEXTARG) @{
474c8240 5126@end smallexample
c906108c
SS
5127
5128This happened because, for execution efficiency, the compiler had
5129generated code for the loop closure test at the end, rather than the
5130start, of the loop---even though the test in a C @code{for}-loop is
5131written before the body of the loop. The @code{until} command appeared
5132to step back to the beginning of the loop when it advanced to this
5133expression; however, it has not really gone to an earlier
5134statement---not in terms of the actual machine code.
5135
5136@code{until} with no argument works by means of single
5137instruction stepping, and hence is slower than @code{until} with an
5138argument.
5139
5140@item until @var{location}
5141@itemx u @var{location}
5142Continue running your program until either the specified location is
5143reached, or the current stack frame returns. @var{location} is any of
2a25a5ba
EZ
5144the forms described in @ref{Specify Location}.
5145This form of the command uses temporary breakpoints, and
c60eb6f1
EZ
5146hence is quicker than @code{until} without an argument. The specified
5147location is actually reached only if it is in the current frame. This
5148implies that @code{until} can be used to skip over recursive function
5149invocations. For instance in the code below, if the current location is
5150line @code{96}, issuing @code{until 99} will execute the program up to
db2e3e2e 5151line @code{99} in the same invocation of factorial, i.e., after the inner
c60eb6f1
EZ
5152invocations have returned.
5153
5154@smallexample
515594 int factorial (int value)
515695 @{
515796 if (value > 1) @{
515897 value *= factorial (value - 1);
515998 @}
516099 return (value);
5161100 @}
5162@end smallexample
5163
5164
5165@kindex advance @var{location}
984359d2 5166@item advance @var{location}
09d4efe1 5167Continue running the program up to the given @var{location}. An argument is
2a25a5ba
EZ
5168required, which should be of one of the forms described in
5169@ref{Specify Location}.
5170Execution will also stop upon exit from the current stack
c60eb6f1
EZ
5171frame. This command is similar to @code{until}, but @code{advance} will
5172not skip over recursive function calls, and the target location doesn't
5173have to be in the same frame as the current one.
5174
c906108c
SS
5175
5176@kindex stepi
41afff9a 5177@kindex si @r{(@code{stepi})}
c906108c 5178@item stepi
96a2c332 5179@itemx stepi @var{arg}
c906108c
SS
5180@itemx si
5181Execute one machine instruction, then stop and return to the debugger.
5182
5183It is often useful to do @samp{display/i $pc} when stepping by machine
5184instructions. This makes @value{GDBN} automatically display the next
5185instruction to be executed, each time your program stops. @xref{Auto
79a6e687 5186Display,, Automatic Display}.
c906108c
SS
5187
5188An argument is a repeat count, as in @code{step}.
5189
5190@need 750
5191@kindex nexti
41afff9a 5192@kindex ni @r{(@code{nexti})}
c906108c 5193@item nexti
96a2c332 5194@itemx nexti @var{arg}
c906108c
SS
5195@itemx ni
5196Execute one machine instruction, but if it is a function call,
5197proceed until the function returns.
5198
5199An argument is a repeat count, as in @code{next}.
5200@end table
5201
aad1c02c
TT
5202@node Skipping Over Functions and Files
5203@section Skipping Over Functions and Files
1bfeeb0f
JL
5204@cindex skipping over functions and files
5205
5206The program you are debugging may contain some functions which are
5207uninteresting to debug. The @code{skip} comand lets you tell @value{GDBN} to
5208skip a function or all functions in a file when stepping.
5209
5210For example, consider the following C function:
5211
5212@smallexample
5213101 int func()
5214102 @{
5215103 foo(boring());
5216104 bar(boring());
5217105 @}
5218@end smallexample
5219
5220@noindent
5221Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
5222are not interested in stepping through @code{boring}. If you run @code{step}
5223at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
5224step over both @code{foo} and @code{boring}!
5225
5226One solution is to @code{step} into @code{boring} and use the @code{finish}
5227command to immediately exit it. But this can become tedious if @code{boring}
5228is called from many places.
5229
5230A more flexible solution is to execute @kbd{skip boring}. This instructs
5231@value{GDBN} never to step into @code{boring}. Now when you execute
5232@code{step} at line 103, you'll step over @code{boring} and directly into
5233@code{foo}.
5234
5235You can also instruct @value{GDBN} to skip all functions in a file, with, for
5236example, @code{skip file boring.c}.
5237
5238@table @code
5239@kindex skip function
5240@item skip @r{[}@var{linespec}@r{]}
5241@itemx skip function @r{[}@var{linespec}@r{]}
5242After running this command, the function named by @var{linespec} or the
5243function containing the line named by @var{linespec} will be skipped over when
983fb131 5244stepping. @xref{Specify Location}.
1bfeeb0f
JL
5245
5246If you do not specify @var{linespec}, the function you're currently debugging
5247will be skipped.
5248
5249(If you have a function called @code{file} that you want to skip, use
5250@kbd{skip function file}.)
5251
5252@kindex skip file
5253@item skip file @r{[}@var{filename}@r{]}
5254After running this command, any function whose source lives in @var{filename}
5255will be skipped over when stepping.
5256
5257If you do not specify @var{filename}, functions whose source lives in the file
5258you're currently debugging will be skipped.
5259@end table
5260
5261Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
5262These are the commands for managing your list of skips:
5263
5264@table @code
5265@kindex info skip
5266@item info skip @r{[}@var{range}@r{]}
5267Print details about the specified skip(s). If @var{range} is not specified,
5268print a table with details about all functions and files marked for skipping.
5269@code{info skip} prints the following information about each skip:
5270
5271@table @emph
5272@item Identifier
5273A number identifying this skip.
5274@item Type
5275The type of this skip, either @samp{function} or @samp{file}.
5276@item Enabled or Disabled
5277Enabled skips are marked with @samp{y}. Disabled skips are marked with @samp{n}.
5278@item Address
5279For function skips, this column indicates the address in memory of the function
5280being skipped. If you've set a function skip on a function which has not yet
5281been loaded, this field will contain @samp{<PENDING>}. Once a shared library
5282which has the function is loaded, @code{info skip} will show the function's
5283address here.
5284@item What
5285For file skips, this field contains the filename being skipped. For functions
5286skips, this field contains the function name and its line number in the file
5287where it is defined.
5288@end table
5289
5290@kindex skip delete
5291@item skip delete @r{[}@var{range}@r{]}
5292Delete the specified skip(s). If @var{range} is not specified, delete all
5293skips.
5294
5295@kindex skip enable
5296@item skip enable @r{[}@var{range}@r{]}
5297Enable the specified skip(s). If @var{range} is not specified, enable all
5298skips.
5299
5300@kindex skip disable
5301@item skip disable @r{[}@var{range}@r{]}
5302Disable the specified skip(s). If @var{range} is not specified, disable all
5303skips.
5304
5305@end table
5306
6d2ebf8b 5307@node Signals
c906108c
SS
5308@section Signals
5309@cindex signals
5310
5311A signal is an asynchronous event that can happen in a program. The
5312operating system defines the possible kinds of signals, and gives each
5313kind a name and a number. For example, in Unix @code{SIGINT} is the
c8aa23ab 5314signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
c906108c
SS
5315@code{SIGSEGV} is the signal a program gets from referencing a place in
5316memory far away from all the areas in use; @code{SIGALRM} occurs when
5317the alarm clock timer goes off (which happens only if your program has
5318requested an alarm).
5319
5320@cindex fatal signals
5321Some signals, including @code{SIGALRM}, are a normal part of the
5322functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 5323errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
5324program has not specified in advance some other way to handle the signal.
5325@code{SIGINT} does not indicate an error in your program, but it is normally
5326fatal so it can carry out the purpose of the interrupt: to kill the program.
5327
5328@value{GDBN} has the ability to detect any occurrence of a signal in your
5329program. You can tell @value{GDBN} in advance what to do for each kind of
5330signal.
5331
5332@cindex handling signals
24f93129
EZ
5333Normally, @value{GDBN} is set up to let the non-erroneous signals like
5334@code{SIGALRM} be silently passed to your program
5335(so as not to interfere with their role in the program's functioning)
c906108c
SS
5336but to stop your program immediately whenever an error signal happens.
5337You can change these settings with the @code{handle} command.
5338
5339@table @code
5340@kindex info signals
09d4efe1 5341@kindex info handle
c906108c 5342@item info signals
96a2c332 5343@itemx info handle
c906108c
SS
5344Print a table of all the kinds of signals and how @value{GDBN} has been told to
5345handle each one. You can use this to see the signal numbers of all
5346the defined types of signals.
5347
45ac1734
EZ
5348@item info signals @var{sig}
5349Similar, but print information only about the specified signal number.
5350
d4f3574e 5351@code{info handle} is an alias for @code{info signals}.
c906108c 5352
ab04a2af
TT
5353@item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5354Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
5355for details about this command.
5356
c906108c 5357@kindex handle
45ac1734 5358@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
5ece1a18
EZ
5359Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
5360can be the number of a signal or its name (with or without the
24f93129 5361@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18 5362@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
45ac1734
EZ
5363known signals. Optional arguments @var{keywords}, described below,
5364say what change to make.
c906108c
SS
5365@end table
5366
5367@c @group
5368The keywords allowed by the @code{handle} command can be abbreviated.
5369Their full names are:
5370
5371@table @code
5372@item nostop
5373@value{GDBN} should not stop your program when this signal happens. It may
5374still print a message telling you that the signal has come in.
5375
5376@item stop
5377@value{GDBN} should stop your program when this signal happens. This implies
5378the @code{print} keyword as well.
5379
5380@item print
5381@value{GDBN} should print a message when this signal happens.
5382
5383@item noprint
5384@value{GDBN} should not mention the occurrence of the signal at all. This
5385implies the @code{nostop} keyword as well.
5386
5387@item pass
5ece1a18 5388@itemx noignore
c906108c
SS
5389@value{GDBN} should allow your program to see this signal; your program
5390can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 5391and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
5392
5393@item nopass
5ece1a18 5394@itemx ignore
c906108c 5395@value{GDBN} should not allow your program to see this signal.
5ece1a18 5396@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
5397@end table
5398@c @end group
5399
d4f3574e
SS
5400When a signal stops your program, the signal is not visible to the
5401program until you
c906108c
SS
5402continue. Your program sees the signal then, if @code{pass} is in
5403effect for the signal in question @emph{at that time}. In other words,
5404after @value{GDBN} reports a signal, you can use the @code{handle}
5405command with @code{pass} or @code{nopass} to control whether your
5406program sees that signal when you continue.
5407
24f93129
EZ
5408The default is set to @code{nostop}, @code{noprint}, @code{pass} for
5409non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
5410@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
5411erroneous signals.
5412
c906108c
SS
5413You can also use the @code{signal} command to prevent your program from
5414seeing a signal, or cause it to see a signal it normally would not see,
5415or to give it any signal at any time. For example, if your program stopped
5416due to some sort of memory reference error, you might store correct
5417values into the erroneous variables and continue, hoping to see more
5418execution; but your program would probably terminate immediately as
5419a result of the fatal signal once it saw the signal. To prevent this,
5420you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
79a6e687 5421Program a Signal}.
c906108c 5422
4aa995e1
PA
5423@cindex extra signal information
5424@anchor{extra signal information}
5425
5426On some targets, @value{GDBN} can inspect extra signal information
5427associated with the intercepted signal, before it is actually
5428delivered to the program being debugged. This information is exported
5429by the convenience variable @code{$_siginfo}, and consists of data
5430that is passed by the kernel to the signal handler at the time of the
5431receipt of a signal. The data type of the information itself is
5432target dependent. You can see the data type using the @code{ptype
5433$_siginfo} command. On Unix systems, it typically corresponds to the
5434standard @code{siginfo_t} type, as defined in the @file{signal.h}
5435system header.
5436
5437Here's an example, on a @sc{gnu}/Linux system, printing the stray
5438referenced address that raised a segmentation fault.
5439
5440@smallexample
5441@group
5442(@value{GDBP}) continue
5443Program received signal SIGSEGV, Segmentation fault.
54440x0000000000400766 in main ()
544569 *(int *)p = 0;
5446(@value{GDBP}) ptype $_siginfo
5447type = struct @{
5448 int si_signo;
5449 int si_errno;
5450 int si_code;
5451 union @{
5452 int _pad[28];
5453 struct @{...@} _kill;
5454 struct @{...@} _timer;
5455 struct @{...@} _rt;
5456 struct @{...@} _sigchld;
5457 struct @{...@} _sigfault;
5458 struct @{...@} _sigpoll;
5459 @} _sifields;
5460@}
5461(@value{GDBP}) ptype $_siginfo._sifields._sigfault
5462type = struct @{
5463 void *si_addr;
5464@}
5465(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
5466$1 = (void *) 0x7ffff7ff7000
5467@end group
5468@end smallexample
5469
5470Depending on target support, @code{$_siginfo} may also be writable.
5471
6d2ebf8b 5472@node Thread Stops
79a6e687 5473@section Stopping and Starting Multi-thread Programs
c906108c 5474
0606b73b
SL
5475@cindex stopped threads
5476@cindex threads, stopped
5477
5478@cindex continuing threads
5479@cindex threads, continuing
5480
5481@value{GDBN} supports debugging programs with multiple threads
5482(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
5483are two modes of controlling execution of your program within the
5484debugger. In the default mode, referred to as @dfn{all-stop mode},
5485when any thread in your program stops (for example, at a breakpoint
5486or while being stepped), all other threads in the program are also stopped by
5487@value{GDBN}. On some targets, @value{GDBN} also supports
5488@dfn{non-stop mode}, in which other threads can continue to run freely while
5489you examine the stopped thread in the debugger.
5490
5491@menu
5492* All-Stop Mode:: All threads stop when GDB takes control
5493* Non-Stop Mode:: Other threads continue to execute
5494* Background Execution:: Running your program asynchronously
5495* Thread-Specific Breakpoints:: Controlling breakpoints
5496* Interrupted System Calls:: GDB may interfere with system calls
d914c394 5497* Observer Mode:: GDB does not alter program behavior
0606b73b
SL
5498@end menu
5499
5500@node All-Stop Mode
5501@subsection All-Stop Mode
5502
5503@cindex all-stop mode
5504
5505In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
5506@emph{all} threads of execution stop, not just the current thread. This
5507allows you to examine the overall state of the program, including
5508switching between threads, without worrying that things may change
5509underfoot.
5510
5511Conversely, whenever you restart the program, @emph{all} threads start
5512executing. @emph{This is true even when single-stepping} with commands
5513like @code{step} or @code{next}.
5514
5515In particular, @value{GDBN} cannot single-step all threads in lockstep.
5516Since thread scheduling is up to your debugging target's operating
5517system (not controlled by @value{GDBN}), other threads may
5518execute more than one statement while the current thread completes a
5519single step. Moreover, in general other threads stop in the middle of a
5520statement, rather than at a clean statement boundary, when the program
5521stops.
5522
5523You might even find your program stopped in another thread after
5524continuing or even single-stepping. This happens whenever some other
5525thread runs into a breakpoint, a signal, or an exception before the
5526first thread completes whatever you requested.
5527
5528@cindex automatic thread selection
5529@cindex switching threads automatically
5530@cindex threads, automatic switching
5531Whenever @value{GDBN} stops your program, due to a breakpoint or a
5532signal, it automatically selects the thread where that breakpoint or
5533signal happened. @value{GDBN} alerts you to the context switch with a
5534message such as @samp{[Switching to Thread @var{n}]} to identify the
5535thread.
5536
5537On some OSes, you can modify @value{GDBN}'s default behavior by
5538locking the OS scheduler to allow only a single thread to run.
5539
5540@table @code
5541@item set scheduler-locking @var{mode}
5542@cindex scheduler locking mode
5543@cindex lock scheduler
5544Set the scheduler locking mode. If it is @code{off}, then there is no
5545locking and any thread may run at any time. If @code{on}, then only the
5546current thread may run when the inferior is resumed. The @code{step}
5547mode optimizes for single-stepping; it prevents other threads
5548from preempting the current thread while you are stepping, so that
5549the focus of debugging does not change unexpectedly.
5550Other threads only rarely (or never) get a chance to run
5551when you step. They are more likely to run when you @samp{next} over a
5552function call, and they are completely free to run when you use commands
5553like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
5554thread hits a breakpoint during its timeslice, @value{GDBN} does not change
5555the current thread away from the thread that you are debugging.
5556
5557@item show scheduler-locking
5558Display the current scheduler locking mode.
5559@end table
5560
d4db2f36
PA
5561@cindex resume threads of multiple processes simultaneously
5562By default, when you issue one of the execution commands such as
5563@code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
5564threads of the current inferior to run. For example, if @value{GDBN}
5565is attached to two inferiors, each with two threads, the
5566@code{continue} command resumes only the two threads of the current
5567inferior. This is useful, for example, when you debug a program that
5568forks and you want to hold the parent stopped (so that, for instance,
5569it doesn't run to exit), while you debug the child. In other
5570situations, you may not be interested in inspecting the current state
5571of any of the processes @value{GDBN} is attached to, and you may want
5572to resume them all until some breakpoint is hit. In the latter case,
5573you can instruct @value{GDBN} to allow all threads of all the
5574inferiors to run with the @w{@code{set schedule-multiple}} command.
5575
5576@table @code
5577@kindex set schedule-multiple
5578@item set schedule-multiple
5579Set the mode for allowing threads of multiple processes to be resumed
5580when an execution command is issued. When @code{on}, all threads of
5581all processes are allowed to run. When @code{off}, only the threads
5582of the current process are resumed. The default is @code{off}. The
5583@code{scheduler-locking} mode takes precedence when set to @code{on},
5584or while you are stepping and set to @code{step}.
5585
5586@item show schedule-multiple
5587Display the current mode for resuming the execution of threads of
5588multiple processes.
5589@end table
5590
0606b73b
SL
5591@node Non-Stop Mode
5592@subsection Non-Stop Mode
5593
5594@cindex non-stop mode
5595
5596@c This section is really only a place-holder, and needs to be expanded
5597@c with more details.
5598
5599For some multi-threaded targets, @value{GDBN} supports an optional
5600mode of operation in which you can examine stopped program threads in
5601the debugger while other threads continue to execute freely. This
5602minimizes intrusion when debugging live systems, such as programs
5603where some threads have real-time constraints or must continue to
5604respond to external events. This is referred to as @dfn{non-stop} mode.
5605
5606In non-stop mode, when a thread stops to report a debugging event,
5607@emph{only} that thread is stopped; @value{GDBN} does not stop other
5608threads as well, in contrast to the all-stop mode behavior. Additionally,
5609execution commands such as @code{continue} and @code{step} apply by default
5610only to the current thread in non-stop mode, rather than all threads as
5611in all-stop mode. This allows you to control threads explicitly in
5612ways that are not possible in all-stop mode --- for example, stepping
5613one thread while allowing others to run freely, stepping
5614one thread while holding all others stopped, or stepping several threads
5615independently and simultaneously.
5616
5617To enter non-stop mode, use this sequence of commands before you run
5618or attach to your program:
5619
0606b73b
SL
5620@smallexample
5621# Enable the async interface.
c6ebd6cf 5622set target-async 1
0606b73b 5623
0606b73b
SL
5624# If using the CLI, pagination breaks non-stop.
5625set pagination off
5626
5627# Finally, turn it on!
5628set non-stop on
5629@end smallexample
5630
5631You can use these commands to manipulate the non-stop mode setting:
5632
5633@table @code
5634@kindex set non-stop
5635@item set non-stop on
5636Enable selection of non-stop mode.
5637@item set non-stop off
5638Disable selection of non-stop mode.
5639@kindex show non-stop
5640@item show non-stop
5641Show the current non-stop enablement setting.
5642@end table
5643
5644Note these commands only reflect whether non-stop mode is enabled,
5645not whether the currently-executing program is being run in non-stop mode.
5646In particular, the @code{set non-stop} preference is only consulted when
5647@value{GDBN} starts or connects to the target program, and it is generally
5648not possible to switch modes once debugging has started. Furthermore,
5649since not all targets support non-stop mode, even when you have enabled
5650non-stop mode, @value{GDBN} may still fall back to all-stop operation by
5651default.
5652
5653In non-stop mode, all execution commands apply only to the current thread
5654by default. That is, @code{continue} only continues one thread.
5655To continue all threads, issue @code{continue -a} or @code{c -a}.
5656
5657You can use @value{GDBN}'s background execution commands
5658(@pxref{Background Execution}) to run some threads in the background
5659while you continue to examine or step others from @value{GDBN}.
5660The MI execution commands (@pxref{GDB/MI Program Execution}) are
5661always executed asynchronously in non-stop mode.
5662
5663Suspending execution is done with the @code{interrupt} command when
5664running in the background, or @kbd{Ctrl-c} during foreground execution.
5665In all-stop mode, this stops the whole process;
5666but in non-stop mode the interrupt applies only to the current thread.
5667To stop the whole program, use @code{interrupt -a}.
5668
5669Other execution commands do not currently support the @code{-a} option.
5670
5671In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
5672that thread current, as it does in all-stop mode. This is because the
5673thread stop notifications are asynchronous with respect to @value{GDBN}'s
5674command interpreter, and it would be confusing if @value{GDBN} unexpectedly
5675changed to a different thread just as you entered a command to operate on the
5676previously current thread.
5677
5678@node Background Execution
5679@subsection Background Execution
5680
5681@cindex foreground execution
5682@cindex background execution
5683@cindex asynchronous execution
5684@cindex execution, foreground, background and asynchronous
5685
5686@value{GDBN}'s execution commands have two variants: the normal
5687foreground (synchronous) behavior, and a background
5688(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
5689the program to report that some thread has stopped before prompting for
5690another command. In background execution, @value{GDBN} immediately gives
5691a command prompt so that you can issue other commands while your program runs.
5692
32fc0df9
PA
5693You need to explicitly enable asynchronous mode before you can use
5694background execution commands. You can use these commands to
5695manipulate the asynchronous mode setting:
5696
5697@table @code
5698@kindex set target-async
5699@item set target-async on
5700Enable asynchronous mode.
5701@item set target-async off
5702Disable asynchronous mode.
5703@kindex show target-async
5704@item show target-async
5705Show the current target-async setting.
5706@end table
5707
5708If the target doesn't support async mode, @value{GDBN} issues an error
5709message if you attempt to use the background execution commands.
5710
0606b73b
SL
5711To specify background execution, add a @code{&} to the command. For example,
5712the background form of the @code{continue} command is @code{continue&}, or
5713just @code{c&}. The execution commands that accept background execution
5714are:
5715
5716@table @code
5717@kindex run&
5718@item run
5719@xref{Starting, , Starting your Program}.
5720
5721@item attach
5722@kindex attach&
5723@xref{Attach, , Debugging an Already-running Process}.
5724
5725@item step
5726@kindex step&
5727@xref{Continuing and Stepping, step}.
5728
5729@item stepi
5730@kindex stepi&
5731@xref{Continuing and Stepping, stepi}.
5732
5733@item next
5734@kindex next&
5735@xref{Continuing and Stepping, next}.
5736
7ce58dd2
DE
5737@item nexti
5738@kindex nexti&
5739@xref{Continuing and Stepping, nexti}.
5740
0606b73b
SL
5741@item continue
5742@kindex continue&
5743@xref{Continuing and Stepping, continue}.
5744
5745@item finish
5746@kindex finish&
5747@xref{Continuing and Stepping, finish}.
5748
5749@item until
5750@kindex until&
5751@xref{Continuing and Stepping, until}.
5752
5753@end table
5754
5755Background execution is especially useful in conjunction with non-stop
5756mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
5757However, you can also use these commands in the normal all-stop mode with
5758the restriction that you cannot issue another execution command until the
5759previous one finishes. Examples of commands that are valid in all-stop
5760mode while the program is running include @code{help} and @code{info break}.
5761
5762You can interrupt your program while it is running in the background by
5763using the @code{interrupt} command.
5764
5765@table @code
5766@kindex interrupt
5767@item interrupt
5768@itemx interrupt -a
5769
5770Suspend execution of the running program. In all-stop mode,
5771@code{interrupt} stops the whole process, but in non-stop mode, it stops
5772only the current thread. To stop the whole program in non-stop mode,
5773use @code{interrupt -a}.
5774@end table
5775
0606b73b
SL
5776@node Thread-Specific Breakpoints
5777@subsection Thread-Specific Breakpoints
5778
c906108c 5779When your program has multiple threads (@pxref{Threads,, Debugging
79a6e687 5780Programs with Multiple Threads}), you can choose whether to set
c906108c
SS
5781breakpoints on all threads, or on a particular thread.
5782
5783@table @code
5784@cindex breakpoints and threads
5785@cindex thread breakpoints
5786@kindex break @dots{} thread @var{threadno}
5787@item break @var{linespec} thread @var{threadno}
5788@itemx break @var{linespec} thread @var{threadno} if @dots{}
5789@var{linespec} specifies source lines; there are several ways of
2a25a5ba
EZ
5790writing them (@pxref{Specify Location}), but the effect is always to
5791specify some source line.
c906108c
SS
5792
5793Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
5794to specify that you only want @value{GDBN} to stop the program when a
5795particular thread reaches this breakpoint. @var{threadno} is one of the
5796numeric thread identifiers assigned by @value{GDBN}, shown in the first
5797column of the @samp{info threads} display.
5798
5799If you do not specify @samp{thread @var{threadno}} when you set a
5800breakpoint, the breakpoint applies to @emph{all} threads of your
5801program.
5802
5803You can use the @code{thread} qualifier on conditional breakpoints as
b6199126
DJ
5804well; in this case, place @samp{thread @var{threadno}} before or
5805after the breakpoint condition, like this:
c906108c
SS
5806
5807@smallexample
2df3850c 5808(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
5809@end smallexample
5810
5811@end table
5812
0606b73b
SL
5813@node Interrupted System Calls
5814@subsection Interrupted System Calls
c906108c 5815
36d86913
MC
5816@cindex thread breakpoints and system calls
5817@cindex system calls and thread breakpoints
5818@cindex premature return from system calls
0606b73b
SL
5819There is an unfortunate side effect when using @value{GDBN} to debug
5820multi-threaded programs. If one thread stops for a
36d86913
MC
5821breakpoint, or for some other reason, and another thread is blocked in a
5822system call, then the system call may return prematurely. This is a
5823consequence of the interaction between multiple threads and the signals
5824that @value{GDBN} uses to implement breakpoints and other events that
5825stop execution.
5826
5827To handle this problem, your program should check the return value of
5828each system call and react appropriately. This is good programming
5829style anyways.
5830
5831For example, do not write code like this:
5832
5833@smallexample
5834 sleep (10);
5835@end smallexample
5836
5837The call to @code{sleep} will return early if a different thread stops
5838at a breakpoint or for some other reason.
5839
5840Instead, write this:
5841
5842@smallexample
5843 int unslept = 10;
5844 while (unslept > 0)
5845 unslept = sleep (unslept);
5846@end smallexample
5847
5848A system call is allowed to return early, so the system is still
5849conforming to its specification. But @value{GDBN} does cause your
5850multi-threaded program to behave differently than it would without
5851@value{GDBN}.
5852
5853Also, @value{GDBN} uses internal breakpoints in the thread library to
5854monitor certain events such as thread creation and thread destruction.
5855When such an event happens, a system call in another thread may return
5856prematurely, even though your program does not appear to stop.
5857
d914c394
SS
5858@node Observer Mode
5859@subsection Observer Mode
5860
5861If you want to build on non-stop mode and observe program behavior
5862without any chance of disruption by @value{GDBN}, you can set
5863variables to disable all of the debugger's attempts to modify state,
5864whether by writing memory, inserting breakpoints, etc. These operate
5865at a low level, intercepting operations from all commands.
5866
5867When all of these are set to @code{off}, then @value{GDBN} is said to
5868be @dfn{observer mode}. As a convenience, the variable
5869@code{observer} can be set to disable these, plus enable non-stop
5870mode.
5871
5872Note that @value{GDBN} will not prevent you from making nonsensical
5873combinations of these settings. For instance, if you have enabled
5874@code{may-insert-breakpoints} but disabled @code{may-write-memory},
5875then breakpoints that work by writing trap instructions into the code
5876stream will still not be able to be placed.
5877
5878@table @code
5879
5880@kindex observer
5881@item set observer on
5882@itemx set observer off
5883When set to @code{on}, this disables all the permission variables
5884below (except for @code{insert-fast-tracepoints}), plus enables
5885non-stop debugging. Setting this to @code{off} switches back to
5886normal debugging, though remaining in non-stop mode.
5887
5888@item show observer
5889Show whether observer mode is on or off.
5890
5891@kindex may-write-registers
5892@item set may-write-registers on
5893@itemx set may-write-registers off
5894This controls whether @value{GDBN} will attempt to alter the values of
5895registers, such as with assignment expressions in @code{print}, or the
5896@code{jump} command. It defaults to @code{on}.
5897
5898@item show may-write-registers
5899Show the current permission to write registers.
5900
5901@kindex may-write-memory
5902@item set may-write-memory on
5903@itemx set may-write-memory off
5904This controls whether @value{GDBN} will attempt to alter the contents
5905of memory, such as with assignment expressions in @code{print}. It
5906defaults to @code{on}.
5907
5908@item show may-write-memory
5909Show the current permission to write memory.
5910
5911@kindex may-insert-breakpoints
5912@item set may-insert-breakpoints on
5913@itemx set may-insert-breakpoints off
5914This controls whether @value{GDBN} will attempt to insert breakpoints.
5915This affects all breakpoints, including internal breakpoints defined
5916by @value{GDBN}. It defaults to @code{on}.
5917
5918@item show may-insert-breakpoints
5919Show the current permission to insert breakpoints.
5920
5921@kindex may-insert-tracepoints
5922@item set may-insert-tracepoints on
5923@itemx set may-insert-tracepoints off
5924This controls whether @value{GDBN} will attempt to insert (regular)
5925tracepoints at the beginning of a tracing experiment. It affects only
5926non-fast tracepoints, fast tracepoints being under the control of
5927@code{may-insert-fast-tracepoints}. It defaults to @code{on}.
5928
5929@item show may-insert-tracepoints
5930Show the current permission to insert tracepoints.
5931
5932@kindex may-insert-fast-tracepoints
5933@item set may-insert-fast-tracepoints on
5934@itemx set may-insert-fast-tracepoints off
5935This controls whether @value{GDBN} will attempt to insert fast
5936tracepoints at the beginning of a tracing experiment. It affects only
5937fast tracepoints, regular (non-fast) tracepoints being under the
5938control of @code{may-insert-tracepoints}. It defaults to @code{on}.
5939
5940@item show may-insert-fast-tracepoints
5941Show the current permission to insert fast tracepoints.
5942
5943@kindex may-interrupt
5944@item set may-interrupt on
5945@itemx set may-interrupt off
5946This controls whether @value{GDBN} will attempt to interrupt or stop
5947program execution. When this variable is @code{off}, the
5948@code{interrupt} command will have no effect, nor will
5949@kbd{Ctrl-c}. It defaults to @code{on}.
5950
5951@item show may-interrupt
5952Show the current permission to interrupt or stop the program.
5953
5954@end table
c906108c 5955
bacec72f
MS
5956@node Reverse Execution
5957@chapter Running programs backward
5958@cindex reverse execution
5959@cindex running programs backward
5960
5961When you are debugging a program, it is not unusual to realize that
5962you have gone too far, and some event of interest has already happened.
5963If the target environment supports it, @value{GDBN} can allow you to
5964``rewind'' the program by running it backward.
5965
5966A target environment that supports reverse execution should be able
5967to ``undo'' the changes in machine state that have taken place as the
5968program was executing normally. Variables, registers etc.@: should
5969revert to their previous values. Obviously this requires a great
5970deal of sophistication on the part of the target environment; not
5971all target environments can support reverse execution.
5972
5973When a program is executed in reverse, the instructions that
5974have most recently been executed are ``un-executed'', in reverse
5975order. The program counter runs backward, following the previous
5976thread of execution in reverse. As each instruction is ``un-executed'',
5977the values of memory and/or registers that were changed by that
5978instruction are reverted to their previous states. After executing
5979a piece of source code in reverse, all side effects of that code
5980should be ``undone'', and all variables should be returned to their
5981prior values@footnote{
5982Note that some side effects are easier to undo than others. For instance,
5983memory and registers are relatively easy, but device I/O is hard. Some
5984targets may be able undo things like device I/O, and some may not.
5985
5986The contract between @value{GDBN} and the reverse executing target
5987requires only that the target do something reasonable when
5988@value{GDBN} tells it to execute backwards, and then report the
5989results back to @value{GDBN}. Whatever the target reports back to
5990@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
5991assumes that the memory and registers that the target reports are in a
5992consistant state, but @value{GDBN} accepts whatever it is given.
5993}.
5994
5995If you are debugging in a target environment that supports
5996reverse execution, @value{GDBN} provides the following commands.
5997
5998@table @code
5999@kindex reverse-continue
6000@kindex rc @r{(@code{reverse-continue})}
6001@item reverse-continue @r{[}@var{ignore-count}@r{]}
6002@itemx rc @r{[}@var{ignore-count}@r{]}
6003Beginning at the point where your program last stopped, start executing
6004in reverse. Reverse execution will stop for breakpoints and synchronous
6005exceptions (signals), just like normal execution. Behavior of
6006asynchronous signals depends on the target environment.
6007
6008@kindex reverse-step
6009@kindex rs @r{(@code{step})}
6010@item reverse-step @r{[}@var{count}@r{]}
6011Run the program backward until control reaches the start of a
6012different source line; then stop it, and return control to @value{GDBN}.
6013
6014Like the @code{step} command, @code{reverse-step} will only stop
6015at the beginning of a source line. It ``un-executes'' the previously
6016executed source line. If the previous source line included calls to
6017debuggable functions, @code{reverse-step} will step (backward) into
6018the called function, stopping at the beginning of the @emph{last}
6019statement in the called function (typically a return statement).
6020
6021Also, as with the @code{step} command, if non-debuggable functions are
6022called, @code{reverse-step} will run thru them backward without stopping.
6023
6024@kindex reverse-stepi
6025@kindex rsi @r{(@code{reverse-stepi})}
6026@item reverse-stepi @r{[}@var{count}@r{]}
6027Reverse-execute one machine instruction. Note that the instruction
6028to be reverse-executed is @emph{not} the one pointed to by the program
6029counter, but the instruction executed prior to that one. For instance,
6030if the last instruction was a jump, @code{reverse-stepi} will take you
6031back from the destination of the jump to the jump instruction itself.
6032
6033@kindex reverse-next
6034@kindex rn @r{(@code{reverse-next})}
6035@item reverse-next @r{[}@var{count}@r{]}
6036Run backward to the beginning of the previous line executed in
6037the current (innermost) stack frame. If the line contains function
6038calls, they will be ``un-executed'' without stopping. Starting from
6039the first line of a function, @code{reverse-next} will take you back
6040to the caller of that function, @emph{before} the function was called,
6041just as the normal @code{next} command would take you from the last
6042line of a function back to its return to its caller
16af530a 6043@footnote{Unless the code is too heavily optimized.}.
bacec72f
MS
6044
6045@kindex reverse-nexti
6046@kindex rni @r{(@code{reverse-nexti})}
6047@item reverse-nexti @r{[}@var{count}@r{]}
6048Like @code{nexti}, @code{reverse-nexti} executes a single instruction
6049in reverse, except that called functions are ``un-executed'' atomically.
6050That is, if the previously executed instruction was a return from
540aa8e7 6051another function, @code{reverse-nexti} will continue to execute
bacec72f
MS
6052in reverse until the call to that function (from the current stack
6053frame) is reached.
6054
6055@kindex reverse-finish
6056@item reverse-finish
6057Just as the @code{finish} command takes you to the point where the
6058current function returns, @code{reverse-finish} takes you to the point
6059where it was called. Instead of ending up at the end of the current
6060function invocation, you end up at the beginning.
6061
6062@kindex set exec-direction
6063@item set exec-direction
6064Set the direction of target execution.
984359d2 6065@item set exec-direction reverse
bacec72f
MS
6066@cindex execute forward or backward in time
6067@value{GDBN} will perform all execution commands in reverse, until the
6068exec-direction mode is changed to ``forward''. Affected commands include
6069@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
6070command cannot be used in reverse mode.
6071@item set exec-direction forward
6072@value{GDBN} will perform all execution commands in the normal fashion.
6073This is the default.
6074@end table
6075
c906108c 6076
a2311334
EZ
6077@node Process Record and Replay
6078@chapter Recording Inferior's Execution and Replaying It
53cc454a
HZ
6079@cindex process record and replay
6080@cindex recording inferior's execution and replaying it
6081
8e05493c
EZ
6082On some platforms, @value{GDBN} provides a special @dfn{process record
6083and replay} target that can record a log of the process execution, and
6084replay it later with both forward and reverse execution commands.
a2311334
EZ
6085
6086@cindex replay mode
6087When this target is in use, if the execution log includes the record
6088for the next instruction, @value{GDBN} will debug in @dfn{replay
6089mode}. In the replay mode, the inferior does not really execute code
6090instructions. Instead, all the events that normally happen during
6091code execution are taken from the execution log. While code is not
6092really executed in replay mode, the values of registers (including the
6093program counter register) and the memory of the inferior are still
8e05493c
EZ
6094changed as they normally would. Their contents are taken from the
6095execution log.
a2311334
EZ
6096
6097@cindex record mode
6098If the record for the next instruction is not in the execution log,
6099@value{GDBN} will debug in @dfn{record mode}. In this mode, the
6100inferior executes normally, and @value{GDBN} records the execution log
6101for future replay.
6102
8e05493c
EZ
6103The process record and replay target supports reverse execution
6104(@pxref{Reverse Execution}), even if the platform on which the
6105inferior runs does not. However, the reverse execution is limited in
6106this case by the range of the instructions recorded in the execution
6107log. In other words, reverse execution on platforms that don't
6108support it directly can only be done in the replay mode.
6109
6110When debugging in the reverse direction, @value{GDBN} will work in
6111replay mode as long as the execution log includes the record for the
6112previous instruction; otherwise, it will work in record mode, if the
6113platform supports reverse execution, or stop if not.
6114
a2311334
EZ
6115For architecture environments that support process record and replay,
6116@value{GDBN} provides the following commands:
53cc454a
HZ
6117
6118@table @code
6119@kindex target record
59ea5688
MM
6120@kindex target record-full
6121@kindex target record-btrace
53cc454a 6122@kindex record
59ea5688
MM
6123@kindex record full
6124@kindex record btrace
53cc454a 6125@kindex rec
59ea5688
MM
6126@kindex rec full
6127@kindex rec btrace
6128@item record @var{method}
6129This command starts the process record and replay target. The
6130recording method can be specified as parameter. Without a parameter
6131the command uses the @code{full} recording method. The following
6132recording methods are available:
a2311334 6133
59ea5688
MM
6134@table @code
6135@item full
6136Full record/replay recording using @value{GDBN}'s software record and
6137replay implementation. This method allows replaying and reverse
6138execution.
6139
6140@item btrace
6141Hardware-supported instruction recording. This method does not allow
6142replaying and reverse execution.
6143
6144This recording method may not be available on all processors.
6145@end table
6146
6147The process record and replay target can only debug a process that is
6148already running. Therefore, you need first to start the process with
6149the @kbd{run} or @kbd{start} commands, and then start the recording
6150with the @kbd{record @var{method}} command.
6151
6152Both @code{record @var{method}} and @code{rec @var{method}} are
6153aliases of @code{target record-@var{method}}.
a2311334
EZ
6154
6155@cindex displaced stepping, and process record and replay
6156Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
6157will be automatically disabled when process record and replay target
6158is started. That's because the process record and replay target
6159doesn't support displaced stepping.
6160
6161@cindex non-stop mode, and process record and replay
6162@cindex asynchronous execution, and process record and replay
6163If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
59ea5688
MM
6164the asynchronous execution mode (@pxref{Background Execution}), not
6165all recording methods are available. The @code{full} recording method
6166does not support these two modes.
53cc454a
HZ
6167
6168@kindex record stop
6169@kindex rec s
6170@item record stop
a2311334
EZ
6171Stop the process record and replay target. When process record and
6172replay target stops, the entire execution log will be deleted and the
6173inferior will either be terminated, or will remain in its final state.
53cc454a 6174
a2311334
EZ
6175When you stop the process record and replay target in record mode (at
6176the end of the execution log), the inferior will be stopped at the
6177next instruction that would have been recorded. In other words, if
6178you record for a while and then stop recording, the inferior process
6179will be left in the same state as if the recording never happened.
53cc454a 6180
a2311334
EZ
6181On the other hand, if the process record and replay target is stopped
6182while in replay mode (that is, not at the end of the execution log,
6183but at some earlier point), the inferior process will become ``live''
6184at that earlier state, and it will then be possible to continue the
6185usual ``live'' debugging of the process from that state.
53cc454a 6186
a2311334
EZ
6187When the inferior process exits, or @value{GDBN} detaches from it,
6188process record and replay target will automatically stop itself.
53cc454a 6189
24e933df
HZ
6190@kindex record save
6191@item record save @var{filename}
6192Save the execution log to a file @file{@var{filename}}.
6193Default filename is @file{gdb_record.@var{process_id}}, where
6194@var{process_id} is the process ID of the inferior.
6195
59ea5688
MM
6196This command may not be available for all recording methods.
6197
24e933df
HZ
6198@kindex record restore
6199@item record restore @var{filename}
6200Restore the execution log from a file @file{@var{filename}}.
6201File must have been created with @code{record save}.
6202
59ea5688
MM
6203@kindex set record full
6204@item set record full insn-number-max @var{limit}
6205Set the limit of instructions to be recorded for the @code{full}
6206recording method. Default value is 200000.
53cc454a 6207
a2311334
EZ
6208If @var{limit} is a positive number, then @value{GDBN} will start
6209deleting instructions from the log once the number of the record
6210instructions becomes greater than @var{limit}. For every new recorded
6211instruction, @value{GDBN} will delete the earliest recorded
6212instruction to keep the number of recorded instructions at the limit.
6213(Since deleting recorded instructions loses information, @value{GDBN}
6214lets you control what happens when the limit is reached, by means of
6215the @code{stop-at-limit} option, described below.)
53cc454a 6216
a2311334
EZ
6217If @var{limit} is zero, @value{GDBN} will never delete recorded
6218instructions from the execution log. The number of recorded
6219instructions is unlimited in this case.
53cc454a 6220
59ea5688
MM
6221@kindex show record full
6222@item show record full insn-number-max
6223Show the limit of instructions to be recorded with the @code{full}
6224recording method.
53cc454a 6225
59ea5688
MM
6226@item set record full stop-at-limit
6227Control the behavior of the @code{full} recording method when the
6228number of recorded instructions reaches the limit. If ON (the
6229default), @value{GDBN} will stop when the limit is reached for the
6230first time and ask you whether you want to stop the inferior or
6231continue running it and recording the execution log. If you decide
6232to continue recording, each new recorded instruction will cause the
6233oldest one to be deleted.
53cc454a 6234
a2311334
EZ
6235If this option is OFF, @value{GDBN} will automatically delete the
6236oldest record to make room for each new one, without asking.
53cc454a 6237
59ea5688 6238@item show record full stop-at-limit
a2311334 6239Show the current setting of @code{stop-at-limit}.
53cc454a 6240
59ea5688 6241@item set record full memory-query
bb08c432 6242Control the behavior when @value{GDBN} is unable to record memory
59ea5688
MM
6243changes caused by an instruction for the @code{full} recording method.
6244If ON, @value{GDBN} will query whether to stop the inferior in that
6245case.
bb08c432
HZ
6246
6247If this option is OFF (the default), @value{GDBN} will automatically
6248ignore the effect of such instructions on memory. Later, when
6249@value{GDBN} replays this execution log, it will mark the log of this
6250instruction as not accessible, and it will not affect the replay
6251results.
6252
59ea5688 6253@item show record full memory-query
bb08c432
HZ
6254Show the current setting of @code{memory-query}.
6255
29153c24
MS
6256@kindex info record
6257@item info record
59ea5688
MM
6258Show various statistics about the recording depending on the recording
6259method:
6260
6261@table @code
6262@item full
6263For the @code{full} recording method, it shows the state of process
6264record and its in-memory execution log buffer, including:
29153c24
MS
6265
6266@itemize @bullet
6267@item
6268Whether in record mode or replay mode.
6269@item
6270Lowest recorded instruction number (counting from when the current execution log started recording instructions).
6271@item
6272Highest recorded instruction number.
6273@item
6274Current instruction about to be replayed (if in replay mode).
6275@item
6276Number of instructions contained in the execution log.
6277@item
6278Maximum number of instructions that may be contained in the execution log.
6279@end itemize
53cc454a 6280
59ea5688
MM
6281@item btrace
6282For the @code{btrace} recording method, it shows the number of
6283instructions that have been recorded and the number of blocks of
6284sequential control-flow that is formed by the recorded instructions.
6285@end table
6286
53cc454a
HZ
6287@kindex record delete
6288@kindex rec del
6289@item record delete
a2311334 6290When record target runs in replay mode (``in the past''), delete the
53cc454a 6291subsequent execution log and begin to record a new execution log starting
a2311334 6292from the current address. This means you will abandon the previously
53cc454a 6293recorded ``future'' and begin recording a new ``future''.
59ea5688
MM
6294
6295@kindex record instruction-history
6296@kindex rec instruction-history
6297@item record instruction-history
6298Disassembles instructions from the recorded execution log. By
6299default, ten instructions are disassembled. This can be changed using
6300the @code{set record instruction-history-size} command. Instructions
6301are printed in execution order. There are several ways to specify
6302what part of the execution log to disassemble:
6303
6304@table @code
6305@item record instruction-history @var{insn}
6306Disassembles ten instructions starting from instruction number
6307@var{insn}.
6308
6309@item record instruction-history @var{insn}, +/-@var{n}
6310Disassembles @var{n} instructions around instruction number
6311@var{insn}. If @var{n} is preceded with @code{+}, disassembles
6312@var{n} instructions after instruction number @var{insn}. If
6313@var{n} is preceded with @code{-}, disassembles @var{n}
6314instructions before instruction number @var{insn}.
6315
6316@item record instruction-history
6317Disassembles ten more instructions after the last disassembly.
6318
6319@item record instruction-history -
6320Disassembles ten more instructions before the last disassembly.
6321
6322@item record instruction-history @var{begin} @var{end}
6323Disassembles instructions beginning with instruction number
6324@var{begin} until instruction number @var{end}. The instruction
6325number @var{end} is not included.
6326@end table
6327
6328This command may not be available for all recording methods.
6329
6330@kindex set record
6331@item set record instruction-history-size
6332Define how many instructions to disassemble in the @code{record
6333instruction-history} command. The default value is 10.
6334
6335@kindex show record
6336@item show record instruction-history-size
6337Show how many instructions to disassemble in the @code{record
6338instruction-history} command.
6339
6340@kindex record function-call-history
6341@kindex rec function-call-history
6342@item record function-call-history
6343Prints the execution history at function granularity. It prints one
6344line for each sequence of instructions that belong to the same
6345function giving the name of that function, the source lines
6346for this instruction sequence (if the @code{/l} modifier is
6347specified), and the instructions numbers that form the sequence (if
6348the @code{/i} modifier is specified).
6349
6350@smallexample
6351(@value{GDBP}) @b{list 1, 10}
63521 void foo (void)
63532 @{
63543 @}
63554
63565 void bar (void)
63576 @{
63587 ...
63598 foo ();
63609 ...
636110 @}
6362(@value{GDBP}) @b{record function-call-history /l}
63631 foo.c:6-8 bar
63642 foo.c:2-3 foo
63653 foo.c:9-10 bar
6366@end smallexample
6367
6368By default, ten lines are printed. This can be changed using the
6369@code{set record function-call-history-size} command. Functions are
6370printed in execution order. There are several ways to specify what
6371to print:
6372
6373@table @code
6374@item record function-call-history @var{func}
6375Prints ten functions starting from function number @var{func}.
6376
6377@item record function-call-history @var{func}, +/-@var{n}
6378Prints @var{n} functions around function number @var{func}. If
6379@var{n} is preceded with @code{+}, prints @var{n} functions after
6380function number @var{func}. If @var{n} is preceded with @code{-},
6381prints @var{n} functions before function number @var{func}.
6382
6383@item record function-call-history
6384Prints ten more functions after the last ten-line print.
6385
6386@item record function-call-history -
6387Prints ten more functions before the last ten-line print.
6388
6389@item record function-call-history @var{begin} @var{end}
6390Prints functions beginning with function number @var{begin} until
6391function number @var{end}. The function number @var{end} is not
6392included.
6393@end table
6394
6395This command may not be available for all recording methods.
6396
6397@item set record function-call-history-size
6398Define how many lines to print in the
6399@code{record function-call-history} command. The default value is 10.
6400
6401@item show record function-call-history-size
6402Show how many lines to print in the
6403@code{record function-call-history} command.
53cc454a
HZ
6404@end table
6405
6406
6d2ebf8b 6407@node Stack
c906108c
SS
6408@chapter Examining the Stack
6409
6410When your program has stopped, the first thing you need to know is where it
6411stopped and how it got there.
6412
6413@cindex call stack
5d161b24
DB
6414Each time your program performs a function call, information about the call
6415is generated.
6416That information includes the location of the call in your program,
6417the arguments of the call,
c906108c 6418and the local variables of the function being called.
5d161b24 6419The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
6420The stack frames are allocated in a region of memory called the @dfn{call
6421stack}.
6422
6423When your program stops, the @value{GDBN} commands for examining the
6424stack allow you to see all of this information.
6425
6426@cindex selected frame
6427One of the stack frames is @dfn{selected} by @value{GDBN} and many
6428@value{GDBN} commands refer implicitly to the selected frame. In
6429particular, whenever you ask @value{GDBN} for the value of a variable in
6430your program, the value is found in the selected frame. There are
6431special @value{GDBN} commands to select whichever frame you are
79a6e687 6432interested in. @xref{Selection, ,Selecting a Frame}.
c906108c
SS
6433
6434When your program stops, @value{GDBN} automatically selects the
5d161b24 6435currently executing frame and describes it briefly, similar to the
79a6e687 6436@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
c906108c
SS
6437
6438@menu
6439* Frames:: Stack frames
6440* Backtrace:: Backtraces
6441* Selection:: Selecting a frame
6442* Frame Info:: Information on a frame
c906108c
SS
6443
6444@end menu
6445
6d2ebf8b 6446@node Frames
79a6e687 6447@section Stack Frames
c906108c 6448
d4f3574e 6449@cindex frame, definition
c906108c
SS
6450@cindex stack frame
6451The call stack is divided up into contiguous pieces called @dfn{stack
6452frames}, or @dfn{frames} for short; each frame is the data associated
6453with one call to one function. The frame contains the arguments given
6454to the function, the function's local variables, and the address at
6455which the function is executing.
6456
6457@cindex initial frame
6458@cindex outermost frame
6459@cindex innermost frame
6460When your program is started, the stack has only one frame, that of the
6461function @code{main}. This is called the @dfn{initial} frame or the
6462@dfn{outermost} frame. Each time a function is called, a new frame is
6463made. Each time a function returns, the frame for that function invocation
6464is eliminated. If a function is recursive, there can be many frames for
6465the same function. The frame for the function in which execution is
6466actually occurring is called the @dfn{innermost} frame. This is the most
6467recently created of all the stack frames that still exist.
6468
6469@cindex frame pointer
6470Inside your program, stack frames are identified by their addresses. A
6471stack frame consists of many bytes, each of which has its own address; each
6472kind of computer has a convention for choosing one byte whose
6473address serves as the address of the frame. Usually this address is kept
e09f16f9
EZ
6474in a register called the @dfn{frame pointer register}
6475(@pxref{Registers, $fp}) while execution is going on in that frame.
c906108c
SS
6476
6477@cindex frame number
6478@value{GDBN} assigns numbers to all existing stack frames, starting with
6479zero for the innermost frame, one for the frame that called it,
6480and so on upward. These numbers do not really exist in your program;
6481they are assigned by @value{GDBN} to give you a way of designating stack
6482frames in @value{GDBN} commands.
6483
6d2ebf8b
SS
6484@c The -fomit-frame-pointer below perennially causes hbox overflow
6485@c underflow problems.
c906108c
SS
6486@cindex frameless execution
6487Some compilers provide a way to compile functions so that they operate
e22ea452 6488without stack frames. (For example, the @value{NGCC} option
474c8240 6489@smallexample
6d2ebf8b 6490@samp{-fomit-frame-pointer}
474c8240 6491@end smallexample
6d2ebf8b 6492generates functions without a frame.)
c906108c
SS
6493This is occasionally done with heavily used library functions to save
6494the frame setup time. @value{GDBN} has limited facilities for dealing
6495with these function invocations. If the innermost function invocation
6496has no stack frame, @value{GDBN} nevertheless regards it as though
6497it had a separate frame, which is numbered zero as usual, allowing
6498correct tracing of the function call chain. However, @value{GDBN} has
6499no provision for frameless functions elsewhere in the stack.
6500
6501@table @code
d4f3574e 6502@kindex frame@r{, command}
41afff9a 6503@cindex current stack frame
c906108c 6504@item frame @var{args}
5d161b24 6505The @code{frame} command allows you to move from one stack frame to another,
c906108c 6506and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
6507address of the frame or the stack frame number. Without an argument,
6508@code{frame} prints the current stack frame.
c906108c
SS
6509
6510@kindex select-frame
41afff9a 6511@cindex selecting frame silently
c906108c
SS
6512@item select-frame
6513The @code{select-frame} command allows you to move from one stack frame
6514to another without printing the frame. This is the silent version of
6515@code{frame}.
6516@end table
6517
6d2ebf8b 6518@node Backtrace
c906108c
SS
6519@section Backtraces
6520
09d4efe1
EZ
6521@cindex traceback
6522@cindex call stack traces
c906108c
SS
6523A backtrace is a summary of how your program got where it is. It shows one
6524line per frame, for many frames, starting with the currently executing
6525frame (frame zero), followed by its caller (frame one), and on up the
6526stack.
6527
6528@table @code
6529@kindex backtrace
41afff9a 6530@kindex bt @r{(@code{backtrace})}
c906108c
SS
6531@item backtrace
6532@itemx bt
6533Print a backtrace of the entire stack: one line per frame for all
6534frames in the stack.
6535
6536You can stop the backtrace at any time by typing the system interrupt
c8aa23ab 6537character, normally @kbd{Ctrl-c}.
c906108c
SS
6538
6539@item backtrace @var{n}
6540@itemx bt @var{n}
6541Similar, but print only the innermost @var{n} frames.
6542
6543@item backtrace -@var{n}
6544@itemx bt -@var{n}
6545Similar, but print only the outermost @var{n} frames.
0f061b69
NR
6546
6547@item backtrace full
0f061b69 6548@itemx bt full
dd74f6ae
NR
6549@itemx bt full @var{n}
6550@itemx bt full -@var{n}
e7109c7e 6551Print the values of the local variables also. @var{n} specifies the
286ba84d 6552number of frames to print, as described above.
c906108c
SS
6553@end table
6554
6555@kindex where
6556@kindex info stack
c906108c
SS
6557The names @code{where} and @code{info stack} (abbreviated @code{info s})
6558are additional aliases for @code{backtrace}.
6559
839c27b7
EZ
6560@cindex multiple threads, backtrace
6561In a multi-threaded program, @value{GDBN} by default shows the
6562backtrace only for the current thread. To display the backtrace for
6563several or all of the threads, use the command @code{thread apply}
6564(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
6565apply all backtrace}, @value{GDBN} will display the backtrace for all
6566the threads; this is handy when you debug a core dump of a
6567multi-threaded program.
6568
c906108c
SS
6569Each line in the backtrace shows the frame number and the function name.
6570The program counter value is also shown---unless you use @code{set
6571print address off}. The backtrace also shows the source file name and
6572line number, as well as the arguments to the function. The program
6573counter value is omitted if it is at the beginning of the code for that
6574line number.
6575
6576Here is an example of a backtrace. It was made with the command
6577@samp{bt 3}, so it shows the innermost three frames.
6578
6579@smallexample
6580@group
5d161b24 6581#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c 6582 at builtin.c:993
4f5376b2 6583#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
c906108c
SS
6584#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
6585 at macro.c:71
6586(More stack frames follow...)
6587@end group
6588@end smallexample
6589
6590@noindent
6591The display for frame zero does not begin with a program counter
6592value, indicating that your program has stopped at the beginning of the
6593code for line @code{993} of @code{builtin.c}.
6594
4f5376b2
JB
6595@noindent
6596The value of parameter @code{data} in frame 1 has been replaced by
6597@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
6598only if it is a scalar (integer, pointer, enumeration, etc). See command
6599@kbd{set print frame-arguments} in @ref{Print Settings} for more details
6600on how to configure the way function parameter values are printed.
6601
585fdaa1 6602@cindex optimized out, in backtrace
18999be5
EZ
6603@cindex function call arguments, optimized out
6604If your program was compiled with optimizations, some compilers will
6605optimize away arguments passed to functions if those arguments are
6606never used after the call. Such optimizations generate code that
6607passes arguments through registers, but doesn't store those arguments
6608in the stack frame. @value{GDBN} has no way of displaying such
6609arguments in stack frames other than the innermost one. Here's what
6610such a backtrace might look like:
6611
6612@smallexample
6613@group
6614#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
6615 at builtin.c:993
585fdaa1
PA
6616#1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
6617#2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
18999be5
EZ
6618 at macro.c:71
6619(More stack frames follow...)
6620@end group
6621@end smallexample
6622
6623@noindent
6624The values of arguments that were not saved in their stack frames are
585fdaa1 6625shown as @samp{<optimized out>}.
18999be5
EZ
6626
6627If you need to display the values of such optimized-out arguments,
6628either deduce that from other variables whose values depend on the one
6629you are interested in, or recompile without optimizations.
6630
a8f24a35
EZ
6631@cindex backtrace beyond @code{main} function
6632@cindex program entry point
6633@cindex startup code, and backtrace
25d29d70
AC
6634Most programs have a standard user entry point---a place where system
6635libraries and startup code transition into user code. For C this is
d416eeec
EZ
6636@code{main}@footnote{
6637Note that embedded programs (the so-called ``free-standing''
6638environment) are not required to have a @code{main} function as the
6639entry point. They could even have multiple entry points.}.
6640When @value{GDBN} finds the entry function in a backtrace
25d29d70
AC
6641it will terminate the backtrace, to avoid tracing into highly
6642system-specific (and generally uninteresting) code.
6643
6644If you need to examine the startup code, or limit the number of levels
6645in a backtrace, you can change this behavior:
95f90d25
DJ
6646
6647@table @code
25d29d70
AC
6648@item set backtrace past-main
6649@itemx set backtrace past-main on
4644b6e3 6650@kindex set backtrace
25d29d70
AC
6651Backtraces will continue past the user entry point.
6652
6653@item set backtrace past-main off
95f90d25
DJ
6654Backtraces will stop when they encounter the user entry point. This is the
6655default.
6656
25d29d70 6657@item show backtrace past-main
4644b6e3 6658@kindex show backtrace
25d29d70
AC
6659Display the current user entry point backtrace policy.
6660
2315ffec
RC
6661@item set backtrace past-entry
6662@itemx set backtrace past-entry on
a8f24a35 6663Backtraces will continue past the internal entry point of an application.
2315ffec
RC
6664This entry point is encoded by the linker when the application is built,
6665and is likely before the user entry point @code{main} (or equivalent) is called.
6666
6667@item set backtrace past-entry off
d3e8051b 6668Backtraces will stop when they encounter the internal entry point of an
2315ffec
RC
6669application. This is the default.
6670
6671@item show backtrace past-entry
6672Display the current internal entry point backtrace policy.
6673
25d29d70
AC
6674@item set backtrace limit @var{n}
6675@itemx set backtrace limit 0
6676@cindex backtrace limit
6677Limit the backtrace to @var{n} levels. A value of zero means
6678unlimited.
95f90d25 6679
25d29d70
AC
6680@item show backtrace limit
6681Display the current limit on backtrace levels.
95f90d25
DJ
6682@end table
6683
1b56eb55
JK
6684You can control how file names are displayed.
6685
6686@table @code
6687@item set filename-display
6688@itemx set filename-display relative
6689@cindex filename-display
6690Display file names relative to the compilation directory. This is the default.
6691
6692@item set filename-display basename
6693Display only basename of a filename.
6694
6695@item set filename-display absolute
6696Display an absolute filename.
6697
6698@item show filename-display
6699Show the current way to display filenames.
6700@end table
6701
6d2ebf8b 6702@node Selection
79a6e687 6703@section Selecting a Frame
c906108c
SS
6704
6705Most commands for examining the stack and other data in your program work on
6706whichever stack frame is selected at the moment. Here are the commands for
6707selecting a stack frame; all of them finish by printing a brief description
6708of the stack frame just selected.
6709
6710@table @code
d4f3574e 6711@kindex frame@r{, selecting}
41afff9a 6712@kindex f @r{(@code{frame})}
c906108c
SS
6713@item frame @var{n}
6714@itemx f @var{n}
6715Select frame number @var{n}. Recall that frame zero is the innermost
6716(currently executing) frame, frame one is the frame that called the
6717innermost one, and so on. The highest-numbered frame is the one for
6718@code{main}.
6719
6720@item frame @var{addr}
6721@itemx f @var{addr}
6722Select the frame at address @var{addr}. This is useful mainly if the
6723chaining of stack frames has been damaged by a bug, making it
6724impossible for @value{GDBN} to assign numbers properly to all frames. In
6725addition, this can be useful when your program has multiple stacks and
6726switches between them.
6727
c906108c
SS
6728On the SPARC architecture, @code{frame} needs two addresses to
6729select an arbitrary frame: a frame pointer and a stack pointer.
6730
eb17f351 6731On the @acronym{MIPS} and Alpha architecture, it needs two addresses: a stack
c906108c
SS
6732pointer and a program counter.
6733
6734On the 29k architecture, it needs three addresses: a register stack
6735pointer, a program counter, and a memory stack pointer.
c906108c
SS
6736
6737@kindex up
6738@item up @var{n}
6739Move @var{n} frames up the stack. For positive numbers @var{n}, this
6740advances toward the outermost frame, to higher frame numbers, to frames
6741that have existed longer. @var{n} defaults to one.
6742
6743@kindex down
41afff9a 6744@kindex do @r{(@code{down})}
c906108c
SS
6745@item down @var{n}
6746Move @var{n} frames down the stack. For positive numbers @var{n}, this
6747advances toward the innermost frame, to lower frame numbers, to frames
6748that were created more recently. @var{n} defaults to one. You may
6749abbreviate @code{down} as @code{do}.
6750@end table
6751
6752All of these commands end by printing two lines of output describing the
6753frame. The first line shows the frame number, the function name, the
6754arguments, and the source file and line number of execution in that
5d161b24 6755frame. The second line shows the text of that source line.
c906108c
SS
6756
6757@need 1000
6758For example:
6759
6760@smallexample
6761@group
6762(@value{GDBP}) up
6763#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
6764 at env.c:10
676510 read_input_file (argv[i]);
6766@end group
6767@end smallexample
6768
6769After such a printout, the @code{list} command with no arguments
6770prints ten lines centered on the point of execution in the frame.
87885426
FN
6771You can also edit the program at the point of execution with your favorite
6772editing program by typing @code{edit}.
79a6e687 6773@xref{List, ,Printing Source Lines},
87885426 6774for details.
c906108c
SS
6775
6776@table @code
6777@kindex down-silently
6778@kindex up-silently
6779@item up-silently @var{n}
6780@itemx down-silently @var{n}
6781These two commands are variants of @code{up} and @code{down},
6782respectively; they differ in that they do their work silently, without
6783causing display of the new frame. They are intended primarily for use
6784in @value{GDBN} command scripts, where the output might be unnecessary and
6785distracting.
6786@end table
6787
6d2ebf8b 6788@node Frame Info
79a6e687 6789@section Information About a Frame
c906108c
SS
6790
6791There are several other commands to print information about the selected
6792stack frame.
6793
6794@table @code
6795@item frame
6796@itemx f
6797When used without any argument, this command does not change which
6798frame is selected, but prints a brief description of the currently
6799selected stack frame. It can be abbreviated @code{f}. With an
6800argument, this command is used to select a stack frame.
79a6e687 6801@xref{Selection, ,Selecting a Frame}.
c906108c
SS
6802
6803@kindex info frame
41afff9a 6804@kindex info f @r{(@code{info frame})}
c906108c
SS
6805@item info frame
6806@itemx info f
6807This command prints a verbose description of the selected stack frame,
6808including:
6809
6810@itemize @bullet
5d161b24
DB
6811@item
6812the address of the frame
c906108c
SS
6813@item
6814the address of the next frame down (called by this frame)
6815@item
6816the address of the next frame up (caller of this frame)
6817@item
6818the language in which the source code corresponding to this frame is written
6819@item
6820the address of the frame's arguments
6821@item
d4f3574e
SS
6822the address of the frame's local variables
6823@item
c906108c
SS
6824the program counter saved in it (the address of execution in the caller frame)
6825@item
6826which registers were saved in the frame
6827@end itemize
6828
6829@noindent The verbose description is useful when
6830something has gone wrong that has made the stack format fail to fit
6831the usual conventions.
6832
6833@item info frame @var{addr}
6834@itemx info f @var{addr}
6835Print a verbose description of the frame at address @var{addr}, without
6836selecting that frame. The selected frame remains unchanged by this
6837command. This requires the same kind of address (more than one for some
6838architectures) that you specify in the @code{frame} command.
79a6e687 6839@xref{Selection, ,Selecting a Frame}.
c906108c
SS
6840
6841@kindex info args
6842@item info args
6843Print the arguments of the selected frame, each on a separate line.
6844
6845@item info locals
6846@kindex info locals
6847Print the local variables of the selected frame, each on a separate
6848line. These are all variables (declared either static or automatic)
6849accessible at the point of execution of the selected frame.
6850
c906108c
SS
6851@end table
6852
c906108c 6853
6d2ebf8b 6854@node Source
c906108c
SS
6855@chapter Examining Source Files
6856
6857@value{GDBN} can print parts of your program's source, since the debugging
6858information recorded in the program tells @value{GDBN} what source files were
6859used to build it. When your program stops, @value{GDBN} spontaneously prints
6860the line where it stopped. Likewise, when you select a stack frame
79a6e687 6861(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
c906108c
SS
6862execution in that frame has stopped. You can print other portions of
6863source files by explicit command.
6864
7a292a7a 6865If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 6866prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 6867@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
6868
6869@menu
6870* List:: Printing source lines
2a25a5ba 6871* Specify Location:: How to specify code locations
87885426 6872* Edit:: Editing source files
c906108c 6873* Search:: Searching source files
c906108c
SS
6874* Source Path:: Specifying source directories
6875* Machine Code:: Source and machine code
6876@end menu
6877
6d2ebf8b 6878@node List
79a6e687 6879@section Printing Source Lines
c906108c
SS
6880
6881@kindex list
41afff9a 6882@kindex l @r{(@code{list})}
c906108c 6883To print lines from a source file, use the @code{list} command
5d161b24 6884(abbreviated @code{l}). By default, ten lines are printed.
2a25a5ba
EZ
6885There are several ways to specify what part of the file you want to
6886print; see @ref{Specify Location}, for the full list.
c906108c
SS
6887
6888Here are the forms of the @code{list} command most commonly used:
6889
6890@table @code
6891@item list @var{linenum}
6892Print lines centered around line number @var{linenum} in the
6893current source file.
6894
6895@item list @var{function}
6896Print lines centered around the beginning of function
6897@var{function}.
6898
6899@item list
6900Print more lines. If the last lines printed were printed with a
6901@code{list} command, this prints lines following the last lines
6902printed; however, if the last line printed was a solitary line printed
6903as part of displaying a stack frame (@pxref{Stack, ,Examining the
6904Stack}), this prints lines centered around that line.
6905
6906@item list -
6907Print lines just before the lines last printed.
6908@end table
6909
9c16f35a 6910@cindex @code{list}, how many lines to display
c906108c
SS
6911By default, @value{GDBN} prints ten source lines with any of these forms of
6912the @code{list} command. You can change this using @code{set listsize}:
6913
6914@table @code
6915@kindex set listsize
6916@item set listsize @var{count}
6917Make the @code{list} command display @var{count} source lines (unless
6918the @code{list} argument explicitly specifies some other number).
7f7cc265 6919Setting @var{count} to 0 means there's no limit.
c906108c
SS
6920
6921@kindex show listsize
6922@item show listsize
6923Display the number of lines that @code{list} prints.
6924@end table
6925
6926Repeating a @code{list} command with @key{RET} discards the argument,
6927so it is equivalent to typing just @code{list}. This is more useful
6928than listing the same lines again. An exception is made for an
6929argument of @samp{-}; that argument is preserved in repetition so that
6930each repetition moves up in the source file.
6931
c906108c
SS
6932In general, the @code{list} command expects you to supply zero, one or two
6933@dfn{linespecs}. Linespecs specify source lines; there are several ways
2a25a5ba
EZ
6934of writing them (@pxref{Specify Location}), but the effect is always
6935to specify some source line.
6936
c906108c
SS
6937Here is a complete description of the possible arguments for @code{list}:
6938
6939@table @code
6940@item list @var{linespec}
6941Print lines centered around the line specified by @var{linespec}.
6942
6943@item list @var{first},@var{last}
6944Print lines from @var{first} to @var{last}. Both arguments are
2a25a5ba
EZ
6945linespecs. When a @code{list} command has two linespecs, and the
6946source file of the second linespec is omitted, this refers to
6947the same source file as the first linespec.
c906108c
SS
6948
6949@item list ,@var{last}
6950Print lines ending with @var{last}.
6951
6952@item list @var{first},
6953Print lines starting with @var{first}.
6954
6955@item list +
6956Print lines just after the lines last printed.
6957
6958@item list -
6959Print lines just before the lines last printed.
6960
6961@item list
6962As described in the preceding table.
6963@end table
6964
2a25a5ba
EZ
6965@node Specify Location
6966@section Specifying a Location
6967@cindex specifying location
6968@cindex linespec
c906108c 6969
2a25a5ba
EZ
6970Several @value{GDBN} commands accept arguments that specify a location
6971of your program's code. Since @value{GDBN} is a source-level
6972debugger, a location usually specifies some line in the source code;
6973for that reason, locations are also known as @dfn{linespecs}.
c906108c 6974
2a25a5ba
EZ
6975Here are all the different ways of specifying a code location that
6976@value{GDBN} understands:
c906108c 6977
2a25a5ba
EZ
6978@table @code
6979@item @var{linenum}
6980Specifies the line number @var{linenum} of the current source file.
c906108c 6981
2a25a5ba
EZ
6982@item -@var{offset}
6983@itemx +@var{offset}
6984Specifies the line @var{offset} lines before or after the @dfn{current
6985line}. For the @code{list} command, the current line is the last one
6986printed; for the breakpoint commands, this is the line at which
6987execution stopped in the currently selected @dfn{stack frame}
6988(@pxref{Frames, ,Frames}, for a description of stack frames.) When
6989used as the second of the two linespecs in a @code{list} command,
6990this specifies the line @var{offset} lines up or down from the first
6991linespec.
6992
6993@item @var{filename}:@var{linenum}
6994Specifies the line @var{linenum} in the source file @var{filename}.
4aac40c8
TT
6995If @var{filename} is a relative file name, then it will match any
6996source file name with the same trailing components. For example, if
6997@var{filename} is @samp{gcc/expr.c}, then it will match source file
6998name of @file{/build/trunk/gcc/expr.c}, but not
6999@file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
c906108c
SS
7000
7001@item @var{function}
7002Specifies the line that begins the body of the function @var{function}.
2a25a5ba 7003For example, in C, this is the line with the open brace.
c906108c 7004
9ef07c8c
TT
7005@item @var{function}:@var{label}
7006Specifies the line where @var{label} appears in @var{function}.
7007
c906108c 7008@item @var{filename}:@var{function}
2a25a5ba
EZ
7009Specifies the line that begins the body of the function @var{function}
7010in the file @var{filename}. You only need the file name with a
7011function name to avoid ambiguity when there are identically named
7012functions in different source files.
c906108c 7013
0f5238ed
TT
7014@item @var{label}
7015Specifies the line at which the label named @var{label} appears.
7016@value{GDBN} searches for the label in the function corresponding to
7017the currently selected stack frame. If there is no current selected
7018stack frame (for instance, if the inferior is not running), then
7019@value{GDBN} will not search for a label.
7020
c906108c 7021@item *@var{address}
2a25a5ba
EZ
7022Specifies the program address @var{address}. For line-oriented
7023commands, such as @code{list} and @code{edit}, this specifies a source
7024line that contains @var{address}. For @code{break} and other
7025breakpoint oriented commands, this can be used to set breakpoints in
7026parts of your program which do not have debugging information or
7027source files.
7028
7029Here @var{address} may be any expression valid in the current working
7030language (@pxref{Languages, working language}) that specifies a code
5fa54e5d
EZ
7031address. In addition, as a convenience, @value{GDBN} extends the
7032semantics of expressions used in locations to cover the situations
7033that frequently happen during debugging. Here are the various forms
7034of @var{address}:
2a25a5ba
EZ
7035
7036@table @code
7037@item @var{expression}
7038Any expression valid in the current working language.
7039
7040@item @var{funcaddr}
7041An address of a function or procedure derived from its name. In C,
7042C@t{++}, Java, Objective-C, Fortran, minimal, and assembly, this is
7043simply the function's name @var{function} (and actually a special case
7044of a valid expression). In Pascal and Modula-2, this is
7045@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
7046(although the Pascal form also works).
7047
7048This form specifies the address of the function's first instruction,
7049before the stack frame and arguments have been set up.
7050
7051@item '@var{filename}'::@var{funcaddr}
7052Like @var{funcaddr} above, but also specifies the name of the source
7053file explicitly. This is useful if the name of the function does not
7054specify the function unambiguously, e.g., if there are several
7055functions with identical names in different source files.
c906108c
SS
7056@end table
7057
62e5f89c
SDJ
7058@cindex breakpoint at static probe point
7059@item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
7060The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
7061applications to embed static probes. @xref{Static Probe Points}, for more
7062information on finding and using static probes. This form of linespec
7063specifies the location of such a static probe.
7064
7065If @var{objfile} is given, only probes coming from that shared library
7066or executable matching @var{objfile} as a regular expression are considered.
7067If @var{provider} is given, then only probes from that provider are considered.
7068If several probes match the spec, @value{GDBN} will insert a breakpoint at
7069each one of those probes.
7070
2a25a5ba
EZ
7071@end table
7072
7073
87885426 7074@node Edit
79a6e687 7075@section Editing Source Files
87885426
FN
7076@cindex editing source files
7077
7078@kindex edit
7079@kindex e @r{(@code{edit})}
7080To edit the lines in a source file, use the @code{edit} command.
7081The editing program of your choice
7082is invoked with the current line set to
7083the active line in the program.
7084Alternatively, there are several ways to specify what part of the file you
2a25a5ba 7085want to print if you want to see other parts of the program:
87885426
FN
7086
7087@table @code
2a25a5ba
EZ
7088@item edit @var{location}
7089Edit the source file specified by @code{location}. Editing starts at
7090that @var{location}, e.g., at the specified source line of the
7091specified file. @xref{Specify Location}, for all the possible forms
7092of the @var{location} argument; here are the forms of the @code{edit}
7093command most commonly used:
87885426 7094
2a25a5ba 7095@table @code
87885426
FN
7096@item edit @var{number}
7097Edit the current source file with @var{number} as the active line number.
7098
7099@item edit @var{function}
7100Edit the file containing @var{function} at the beginning of its definition.
2a25a5ba 7101@end table
87885426 7102
87885426
FN
7103@end table
7104
79a6e687 7105@subsection Choosing your Editor
87885426
FN
7106You can customize @value{GDBN} to use any editor you want
7107@footnote{
7108The only restriction is that your editor (say @code{ex}), recognizes the
7109following command-line syntax:
10998722 7110@smallexample
87885426 7111ex +@var{number} file
10998722 7112@end smallexample
15387254
EZ
7113The optional numeric value +@var{number} specifies the number of the line in
7114the file where to start editing.}.
7115By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
7116by setting the environment variable @code{EDITOR} before using
7117@value{GDBN}. For example, to configure @value{GDBN} to use the
7118@code{vi} editor, you could use these commands with the @code{sh} shell:
7119@smallexample
87885426
FN
7120EDITOR=/usr/bin/vi
7121export EDITOR
15387254 7122gdb @dots{}
10998722 7123@end smallexample
87885426 7124or in the @code{csh} shell,
10998722 7125@smallexample
87885426 7126setenv EDITOR /usr/bin/vi
15387254 7127gdb @dots{}
10998722 7128@end smallexample
87885426 7129
6d2ebf8b 7130@node Search
79a6e687 7131@section Searching Source Files
15387254 7132@cindex searching source files
c906108c
SS
7133
7134There are two commands for searching through the current source file for a
7135regular expression.
7136
7137@table @code
7138@kindex search
7139@kindex forward-search
1e96de83 7140@kindex fo @r{(@code{forward-search})}
c906108c
SS
7141@item forward-search @var{regexp}
7142@itemx search @var{regexp}
7143The command @samp{forward-search @var{regexp}} checks each line,
7144starting with the one following the last line listed, for a match for
5d161b24 7145@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
7146synonym @samp{search @var{regexp}} or abbreviate the command name as
7147@code{fo}.
7148
09d4efe1 7149@kindex reverse-search
c906108c
SS
7150@item reverse-search @var{regexp}
7151The command @samp{reverse-search @var{regexp}} checks each line, starting
7152with the one before the last line listed and going backward, for a match
7153for @var{regexp}. It lists the line that is found. You can abbreviate
7154this command as @code{rev}.
7155@end table
c906108c 7156
6d2ebf8b 7157@node Source Path
79a6e687 7158@section Specifying Source Directories
c906108c
SS
7159
7160@cindex source path
7161@cindex directories for source files
7162Executable programs sometimes do not record the directories of the source
7163files from which they were compiled, just the names. Even when they do,
7164the directories could be moved between the compilation and your debugging
7165session. @value{GDBN} has a list of directories to search for source files;
7166this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
7167it tries all the directories in the list, in the order they are present
0b66e38c
EZ
7168in the list, until it finds a file with the desired name.
7169
7170For example, suppose an executable references the file
7171@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
7172@file{/mnt/cross}. The file is first looked up literally; if this
7173fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
7174fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
7175message is printed. @value{GDBN} does not look up the parts of the
7176source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
7177Likewise, the subdirectories of the source path are not searched: if
7178the source path is @file{/mnt/cross}, and the binary refers to
7179@file{foo.c}, @value{GDBN} would not find it under
7180@file{/mnt/cross/usr/src/foo-1.0/lib}.
7181
7182Plain file names, relative file names with leading directories, file
7183names containing dots, etc.@: are all treated as described above; for
7184instance, if the source path is @file{/mnt/cross}, and the source file
7185is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
7186@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
7187that---@file{/mnt/cross/foo.c}.
7188
7189Note that the executable search path is @emph{not} used to locate the
cd852561 7190source files.
c906108c
SS
7191
7192Whenever you reset or rearrange the source path, @value{GDBN} clears out
7193any information it has cached about where source files are found and where
7194each line is in the file.
7195
7196@kindex directory
7197@kindex dir
d4f3574e
SS
7198When you start @value{GDBN}, its source path includes only @samp{cdir}
7199and @samp{cwd}, in that order.
c906108c
SS
7200To add other directories, use the @code{directory} command.
7201
4b505b12
AS
7202The search path is used to find both program source files and @value{GDBN}
7203script files (read using the @samp{-command} option and @samp{source} command).
7204
30daae6c
JB
7205In addition to the source path, @value{GDBN} provides a set of commands
7206that manage a list of source path substitution rules. A @dfn{substitution
7207rule} specifies how to rewrite source directories stored in the program's
7208debug information in case the sources were moved to a different
7209directory between compilation and debugging. A rule is made of
7210two strings, the first specifying what needs to be rewritten in
7211the path, and the second specifying how it should be rewritten.
7212In @ref{set substitute-path}, we name these two parts @var{from} and
7213@var{to} respectively. @value{GDBN} does a simple string replacement
7214of @var{from} with @var{to} at the start of the directory part of the
7215source file name, and uses that result instead of the original file
7216name to look up the sources.
7217
7218Using the previous example, suppose the @file{foo-1.0} tree has been
7219moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
3f94c067 7220@value{GDBN} to replace @file{/usr/src} in all source path names with
30daae6c
JB
7221@file{/mnt/cross}. The first lookup will then be
7222@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
7223of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
7224substitution rule, use the @code{set substitute-path} command
7225(@pxref{set substitute-path}).
7226
7227To avoid unexpected substitution results, a rule is applied only if the
7228@var{from} part of the directory name ends at a directory separator.
7229For instance, a rule substituting @file{/usr/source} into
7230@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
7231not to @file{/usr/sourceware/foo-2.0}. And because the substitution
d3e8051b 7232is applied only at the beginning of the directory name, this rule will
30daae6c
JB
7233not be applied to @file{/root/usr/source/baz.c} either.
7234
7235In many cases, you can achieve the same result using the @code{directory}
7236command. However, @code{set substitute-path} can be more efficient in
7237the case where the sources are organized in a complex tree with multiple
7238subdirectories. With the @code{directory} command, you need to add each
7239subdirectory of your project. If you moved the entire tree while
7240preserving its internal organization, then @code{set substitute-path}
7241allows you to direct the debugger to all the sources with one single
7242command.
7243
7244@code{set substitute-path} is also more than just a shortcut command.
7245The source path is only used if the file at the original location no
7246longer exists. On the other hand, @code{set substitute-path} modifies
7247the debugger behavior to look at the rewritten location instead. So, if
7248for any reason a source file that is not relevant to your executable is
7249located at the original location, a substitution rule is the only
3f94c067 7250method available to point @value{GDBN} at the new location.
30daae6c 7251
29b0e8a2
JM
7252@cindex @samp{--with-relocated-sources}
7253@cindex default source path substitution
7254You can configure a default source path substitution rule by
7255configuring @value{GDBN} with the
7256@samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
7257should be the name of a directory under @value{GDBN}'s configured
7258prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
7259directory names in debug information under @var{dir} will be adjusted
7260automatically if the installed @value{GDBN} is moved to a new
7261location. This is useful if @value{GDBN}, libraries or executables
7262with debug information and corresponding source code are being moved
7263together.
7264
c906108c
SS
7265@table @code
7266@item directory @var{dirname} @dots{}
7267@item dir @var{dirname} @dots{}
7268Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
7269directory names may be given to this command, separated by @samp{:}
7270(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
7271part of absolute file names) or
c906108c
SS
7272whitespace. You may specify a directory that is already in the source
7273path; this moves it forward, so @value{GDBN} searches it sooner.
7274
7275@kindex cdir
7276@kindex cwd
41afff9a 7277@vindex $cdir@r{, convenience variable}
d3e8051b 7278@vindex $cwd@r{, convenience variable}
c906108c
SS
7279@cindex compilation directory
7280@cindex current directory
7281@cindex working directory
7282@cindex directory, current
7283@cindex directory, compilation
7284You can use the string @samp{$cdir} to refer to the compilation
7285directory (if one is recorded), and @samp{$cwd} to refer to the current
7286working directory. @samp{$cwd} is not the same as @samp{.}---the former
7287tracks the current working directory as it changes during your @value{GDBN}
7288session, while the latter is immediately expanded to the current
7289directory at the time you add an entry to the source path.
7290
7291@item directory
cd852561 7292Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
c906108c
SS
7293
7294@c RET-repeat for @code{directory} is explicitly disabled, but since
7295@c repeating it would be a no-op we do not say that. (thanks to RMS)
7296
99e7ae30
DE
7297@item set directories @var{path-list}
7298@kindex set directories
7299Set the source path to @var{path-list}.
7300@samp{$cdir:$cwd} are added if missing.
7301
c906108c
SS
7302@item show directories
7303@kindex show directories
7304Print the source path: show which directories it contains.
30daae6c
JB
7305
7306@anchor{set substitute-path}
7307@item set substitute-path @var{from} @var{to}
7308@kindex set substitute-path
7309Define a source path substitution rule, and add it at the end of the
7310current list of existing substitution rules. If a rule with the same
7311@var{from} was already defined, then the old rule is also deleted.
7312
7313For example, if the file @file{/foo/bar/baz.c} was moved to
7314@file{/mnt/cross/baz.c}, then the command
7315
7316@smallexample
7317(@value{GDBP}) set substitute-path /usr/src /mnt/cross
7318@end smallexample
7319
7320@noindent
7321will tell @value{GDBN} to replace @samp{/usr/src} with
7322@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
7323@file{baz.c} even though it was moved.
7324
7325In the case when more than one substitution rule have been defined,
7326the rules are evaluated one by one in the order where they have been
7327defined. The first one matching, if any, is selected to perform
7328the substitution.
7329
7330For instance, if we had entered the following commands:
7331
7332@smallexample
7333(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
7334(@value{GDBP}) set substitute-path /usr/src /mnt/src
7335@end smallexample
7336
7337@noindent
7338@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
7339@file{/mnt/include/defs.h} by using the first rule. However, it would
7340use the second rule to rewrite @file{/usr/src/lib/foo.c} into
7341@file{/mnt/src/lib/foo.c}.
7342
7343
7344@item unset substitute-path [path]
7345@kindex unset substitute-path
7346If a path is specified, search the current list of substitution rules
7347for a rule that would rewrite that path. Delete that rule if found.
7348A warning is emitted by the debugger if no rule could be found.
7349
7350If no path is specified, then all substitution rules are deleted.
7351
7352@item show substitute-path [path]
7353@kindex show substitute-path
7354If a path is specified, then print the source path substitution rule
7355which would rewrite that path, if any.
7356
7357If no path is specified, then print all existing source path substitution
7358rules.
7359
c906108c
SS
7360@end table
7361
7362If your source path is cluttered with directories that are no longer of
7363interest, @value{GDBN} may sometimes cause confusion by finding the wrong
7364versions of source. You can correct the situation as follows:
7365
7366@enumerate
7367@item
cd852561 7368Use @code{directory} with no argument to reset the source path to its default value.
c906108c
SS
7369
7370@item
7371Use @code{directory} with suitable arguments to reinstall the
7372directories you want in the source path. You can add all the
7373directories in one command.
7374@end enumerate
7375
6d2ebf8b 7376@node Machine Code
79a6e687 7377@section Source and Machine Code
15387254 7378@cindex source line and its code address
c906108c
SS
7379
7380You can use the command @code{info line} to map source lines to program
7381addresses (and vice versa), and the command @code{disassemble} to display
91440f57
HZ
7382a range of addresses as machine instructions. You can use the command
7383@code{set disassemble-next-line} to set whether to disassemble next
7384source line when execution stops. When run under @sc{gnu} Emacs
d4f3574e 7385mode, the @code{info line} command causes the arrow to point to the
5d161b24 7386line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
7387well as hex.
7388
7389@table @code
7390@kindex info line
7391@item info line @var{linespec}
7392Print the starting and ending addresses of the compiled code for
7393source line @var{linespec}. You can specify source lines in any of
2a25a5ba 7394the ways documented in @ref{Specify Location}.
c906108c
SS
7395@end table
7396
7397For example, we can use @code{info line} to discover the location of
7398the object code for the first line of function
7399@code{m4_changequote}:
7400
d4f3574e
SS
7401@c FIXME: I think this example should also show the addresses in
7402@c symbolic form, as they usually would be displayed.
c906108c 7403@smallexample
96a2c332 7404(@value{GDBP}) info line m4_changequote
c906108c
SS
7405Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
7406@end smallexample
7407
7408@noindent
15387254 7409@cindex code address and its source line
c906108c
SS
7410We can also inquire (using @code{*@var{addr}} as the form for
7411@var{linespec}) what source line covers a particular address:
7412@smallexample
7413(@value{GDBP}) info line *0x63ff
7414Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
7415@end smallexample
7416
7417@cindex @code{$_} and @code{info line}
15387254 7418@cindex @code{x} command, default address
41afff9a 7419@kindex x@r{(examine), and} info line
c906108c
SS
7420After @code{info line}, the default address for the @code{x} command
7421is changed to the starting address of the line, so that @samp{x/i} is
7422sufficient to begin examining the machine code (@pxref{Memory,
79a6e687 7423,Examining Memory}). Also, this address is saved as the value of the
c906108c 7424convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
79a6e687 7425Variables}).
c906108c
SS
7426
7427@table @code
7428@kindex disassemble
7429@cindex assembly instructions
7430@cindex instructions, assembly
7431@cindex machine instructions
7432@cindex listing machine instructions
7433@item disassemble
d14508fe 7434@itemx disassemble /m
9b117ef3 7435@itemx disassemble /r
c906108c 7436This specialized command dumps a range of memory as machine
d14508fe 7437instructions. It can also print mixed source+disassembly by specifying
9b117ef3
HZ
7438the @code{/m} modifier and print the raw instructions in hex as well as
7439in symbolic form by specifying the @code{/r}.
d14508fe 7440The default memory range is the function surrounding the
c906108c
SS
7441program counter of the selected frame. A single argument to this
7442command is a program counter value; @value{GDBN} dumps the function
21a0512e
PP
7443surrounding this value. When two arguments are given, they should
7444be separated by a comma, possibly surrounded by whitespace. The
53a71c06
CR
7445arguments specify a range of addresses to dump, in one of two forms:
7446
7447@table @code
7448@item @var{start},@var{end}
7449the addresses from @var{start} (inclusive) to @var{end} (exclusive)
7450@item @var{start},+@var{length}
7451the addresses from @var{start} (inclusive) to
7452@code{@var{start}+@var{length}} (exclusive).
7453@end table
7454
7455@noindent
7456When 2 arguments are specified, the name of the function is also
7457printed (since there could be several functions in the given range).
21a0512e
PP
7458
7459The argument(s) can be any expression yielding a numeric value, such as
7460@samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
2b28d209
PP
7461
7462If the range of memory being disassembled contains current program counter,
7463the instruction at that location is shown with a @code{=>} marker.
c906108c
SS
7464@end table
7465
c906108c
SS
7466The following example shows the disassembly of a range of addresses of
7467HP PA-RISC 2.0 code:
7468
7469@smallexample
21a0512e 7470(@value{GDBP}) disas 0x32c4, 0x32e4
c906108c 7471Dump of assembler code from 0x32c4 to 0x32e4:
2b28d209
PP
7472 0x32c4 <main+204>: addil 0,dp
7473 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
7474 0x32cc <main+212>: ldil 0x3000,r31
7475 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
7476 0x32d4 <main+220>: ldo 0(r31),rp
7477 0x32d8 <main+224>: addil -0x800,dp
7478 0x32dc <main+228>: ldo 0x588(r1),r26
7479 0x32e0 <main+232>: ldil 0x3000,r31
c906108c
SS
7480End of assembler dump.
7481@end smallexample
c906108c 7482
2b28d209
PP
7483Here is an example showing mixed source+assembly for Intel x86, when the
7484program is stopped just after function prologue:
d14508fe
DE
7485
7486@smallexample
7487(@value{GDBP}) disas /m main
7488Dump of assembler code for function main:
74895 @{
9c419145
PP
7490 0x08048330 <+0>: push %ebp
7491 0x08048331 <+1>: mov %esp,%ebp
7492 0x08048333 <+3>: sub $0x8,%esp
7493 0x08048336 <+6>: and $0xfffffff0,%esp
7494 0x08048339 <+9>: sub $0x10,%esp
d14508fe
DE
7495
74966 printf ("Hello.\n");
9c419145
PP
7497=> 0x0804833c <+12>: movl $0x8048440,(%esp)
7498 0x08048343 <+19>: call 0x8048284 <puts@@plt>
d14508fe
DE
7499
75007 return 0;
75018 @}
9c419145
PP
7502 0x08048348 <+24>: mov $0x0,%eax
7503 0x0804834d <+29>: leave
7504 0x0804834e <+30>: ret
d14508fe
DE
7505
7506End of assembler dump.
7507@end smallexample
7508
53a71c06
CR
7509Here is another example showing raw instructions in hex for AMD x86-64,
7510
7511@smallexample
7512(gdb) disas /r 0x400281,+10
7513Dump of assembler code from 0x400281 to 0x40028b:
7514 0x0000000000400281: 38 36 cmp %dh,(%rsi)
7515 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
7516 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
7517 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
7518End of assembler dump.
7519@end smallexample
7520
7e1e0340
DE
7521Addresses cannot be specified as a linespec (@pxref{Specify Location}).
7522So, for example, if you want to disassemble function @code{bar}
7523in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
7524and not @samp{disassemble foo.c:bar}.
7525
c906108c
SS
7526Some architectures have more than one commonly-used set of instruction
7527mnemonics or other syntax.
7528
76d17f34
EZ
7529For programs that were dynamically linked and use shared libraries,
7530instructions that call functions or branch to locations in the shared
7531libraries might show a seemingly bogus location---it's actually a
7532location of the relocation table. On some architectures, @value{GDBN}
7533might be able to resolve these to actual function names.
7534
c906108c 7535@table @code
d4f3574e 7536@kindex set disassembly-flavor
d4f3574e
SS
7537@cindex Intel disassembly flavor
7538@cindex AT&T disassembly flavor
7539@item set disassembly-flavor @var{instruction-set}
c906108c
SS
7540Select the instruction set to use when disassembling the
7541program via the @code{disassemble} or @code{x/i} commands.
7542
7543Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
7544can set @var{instruction-set} to either @code{intel} or @code{att}.
7545The default is @code{att}, the AT&T flavor used by default by Unix
7546assemblers for x86-based targets.
9c16f35a
EZ
7547
7548@kindex show disassembly-flavor
7549@item show disassembly-flavor
7550Show the current setting of the disassembly flavor.
c906108c
SS
7551@end table
7552
91440f57
HZ
7553@table @code
7554@kindex set disassemble-next-line
7555@kindex show disassemble-next-line
7556@item set disassemble-next-line
7557@itemx show disassemble-next-line
32ae1842
EZ
7558Control whether or not @value{GDBN} will disassemble the next source
7559line or instruction when execution stops. If ON, @value{GDBN} will
7560display disassembly of the next source line when execution of the
7561program being debugged stops. This is @emph{in addition} to
7562displaying the source line itself, which @value{GDBN} always does if
7563possible. If the next source line cannot be displayed for some reason
7564(e.g., if @value{GDBN} cannot find the source file, or there's no line
7565info in the debug info), @value{GDBN} will display disassembly of the
7566next @emph{instruction} instead of showing the next source line. If
7567AUTO, @value{GDBN} will display disassembly of next instruction only
7568if the source line cannot be displayed. This setting causes
7569@value{GDBN} to display some feedback when you step through a function
7570with no line info or whose source file is unavailable. The default is
7571OFF, which means never display the disassembly of the next line or
7572instruction.
91440f57
HZ
7573@end table
7574
c906108c 7575
6d2ebf8b 7576@node Data
c906108c
SS
7577@chapter Examining Data
7578
7579@cindex printing data
7580@cindex examining data
7581@kindex print
7582@kindex inspect
c906108c 7583The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
7584command (abbreviated @code{p}), or its synonym @code{inspect}. It
7585evaluates and prints the value of an expression of the language your
7586program is written in (@pxref{Languages, ,Using @value{GDBN} with
78e2826b
TT
7587Different Languages}). It may also print the expression using a
7588Python-based pretty-printer (@pxref{Pretty Printing}).
c906108c
SS
7589
7590@table @code
d4f3574e
SS
7591@item print @var{expr}
7592@itemx print /@var{f} @var{expr}
7593@var{expr} is an expression (in the source language). By default the
7594value of @var{expr} is printed in a format appropriate to its data type;
c906108c 7595you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 7596@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
79a6e687 7597Formats}.
c906108c
SS
7598
7599@item print
7600@itemx print /@var{f}
15387254 7601@cindex reprint the last value
d4f3574e 7602If you omit @var{expr}, @value{GDBN} displays the last value again (from the
79a6e687 7603@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
c906108c
SS
7604conveniently inspect the same value in an alternative format.
7605@end table
7606
7607A more low-level way of examining data is with the @code{x} command.
7608It examines data in memory at a specified address and prints it in a
79a6e687 7609specified format. @xref{Memory, ,Examining Memory}.
c906108c 7610
7a292a7a 7611If you are interested in information about types, or about how the
d4f3574e
SS
7612fields of a struct or a class are declared, use the @code{ptype @var{exp}}
7613command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 7614Table}.
c906108c 7615
06fc020f
SCR
7616@cindex exploring hierarchical data structures
7617@kindex explore
7618Another way of examining values of expressions and type information is
7619through the Python extension command @code{explore} (available only if
7620the @value{GDBN} build is configured with @code{--with-python}). It
7621offers an interactive way to start at the highest level (or, the most
7622abstract level) of the data type of an expression (or, the data type
7623itself) and explore all the way down to leaf scalar values/fields
7624embedded in the higher level data types.
7625
7626@table @code
7627@item explore @var{arg}
7628@var{arg} is either an expression (in the source language), or a type
7629visible in the current context of the program being debugged.
7630@end table
7631
7632The working of the @code{explore} command can be illustrated with an
7633example. If a data type @code{struct ComplexStruct} is defined in your
7634C program as
7635
7636@smallexample
7637struct SimpleStruct
7638@{
7639 int i;
7640 double d;
7641@};
7642
7643struct ComplexStruct
7644@{
7645 struct SimpleStruct *ss_p;
7646 int arr[10];
7647@};
7648@end smallexample
7649
7650@noindent
7651followed by variable declarations as
7652
7653@smallexample
7654struct SimpleStruct ss = @{ 10, 1.11 @};
7655struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
7656@end smallexample
7657
7658@noindent
7659then, the value of the variable @code{cs} can be explored using the
7660@code{explore} command as follows.
7661
7662@smallexample
7663(gdb) explore cs
7664The value of `cs' is a struct/class of type `struct ComplexStruct' with
7665the following fields:
7666
7667 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
7668 arr = <Enter 1 to explore this field of type `int [10]'>
7669
7670Enter the field number of choice:
7671@end smallexample
7672
7673@noindent
7674Since the fields of @code{cs} are not scalar values, you are being
7675prompted to chose the field you want to explore. Let's say you choose
7676the field @code{ss_p} by entering @code{0}. Then, since this field is a
7677pointer, you will be asked if it is pointing to a single value. From
7678the declaration of @code{cs} above, it is indeed pointing to a single
7679value, hence you enter @code{y}. If you enter @code{n}, then you will
7680be asked if it were pointing to an array of values, in which case this
7681field will be explored as if it were an array.
7682
7683@smallexample
7684`cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
7685Continue exploring it as a pointer to a single value [y/n]: y
7686The value of `*(cs.ss_p)' is a struct/class of type `struct
7687SimpleStruct' with the following fields:
7688
7689 i = 10 .. (Value of type `int')
7690 d = 1.1100000000000001 .. (Value of type `double')
7691
7692Press enter to return to parent value:
7693@end smallexample
7694
7695@noindent
7696If the field @code{arr} of @code{cs} was chosen for exploration by
7697entering @code{1} earlier, then since it is as array, you will be
7698prompted to enter the index of the element in the array that you want
7699to explore.
7700
7701@smallexample
7702`cs.arr' is an array of `int'.
7703Enter the index of the element you want to explore in `cs.arr': 5
7704
7705`(cs.arr)[5]' is a scalar value of type `int'.
7706
7707(cs.arr)[5] = 4
7708
7709Press enter to return to parent value:
7710@end smallexample
7711
7712In general, at any stage of exploration, you can go deeper towards the
7713leaf values by responding to the prompts appropriately, or hit the
7714return key to return to the enclosing data structure (the @i{higher}
7715level data structure).
7716
7717Similar to exploring values, you can use the @code{explore} command to
7718explore types. Instead of specifying a value (which is typically a
7719variable name or an expression valid in the current context of the
7720program being debugged), you specify a type name. If you consider the
7721same example as above, your can explore the type
7722@code{struct ComplexStruct} by passing the argument
7723@code{struct ComplexStruct} to the @code{explore} command.
7724
7725@smallexample
7726(gdb) explore struct ComplexStruct
7727@end smallexample
7728
7729@noindent
7730By responding to the prompts appropriately in the subsequent interactive
7731session, you can explore the type @code{struct ComplexStruct} in a
7732manner similar to how the value @code{cs} was explored in the above
7733example.
7734
7735The @code{explore} command also has two sub-commands,
7736@code{explore value} and @code{explore type}. The former sub-command is
7737a way to explicitly specify that value exploration of the argument is
7738being invoked, while the latter is a way to explicitly specify that type
7739exploration of the argument is being invoked.
7740
7741@table @code
7742@item explore value @var{expr}
7743@cindex explore value
7744This sub-command of @code{explore} explores the value of the
7745expression @var{expr} (if @var{expr} is an expression valid in the
7746current context of the program being debugged). The behavior of this
7747command is identical to that of the behavior of the @code{explore}
7748command being passed the argument @var{expr}.
7749
7750@item explore type @var{arg}
7751@cindex explore type
7752This sub-command of @code{explore} explores the type of @var{arg} (if
7753@var{arg} is a type visible in the current context of program being
7754debugged), or the type of the value/expression @var{arg} (if @var{arg}
7755is an expression valid in the current context of the program being
7756debugged). If @var{arg} is a type, then the behavior of this command is
7757identical to that of the @code{explore} command being passed the
7758argument @var{arg}. If @var{arg} is an expression, then the behavior of
7759this command will be identical to that of the @code{explore} command
7760being passed the type of @var{arg} as the argument.
7761@end table
7762
c906108c
SS
7763@menu
7764* Expressions:: Expressions
6ba66d6a 7765* Ambiguous Expressions:: Ambiguous Expressions
c906108c
SS
7766* Variables:: Program variables
7767* Arrays:: Artificial arrays
7768* Output Formats:: Output formats
7769* Memory:: Examining memory
7770* Auto Display:: Automatic display
7771* Print Settings:: Print settings
4c374409 7772* Pretty Printing:: Python pretty printing
c906108c
SS
7773* Value History:: Value history
7774* Convenience Vars:: Convenience variables
a72c3253 7775* Convenience Funs:: Convenience functions
c906108c 7776* Registers:: Registers
c906108c 7777* Floating Point Hardware:: Floating point hardware
53c69bd7 7778* Vector Unit:: Vector Unit
721c2651 7779* OS Information:: Auxiliary data provided by operating system
29e57380 7780* Memory Region Attributes:: Memory region attributes
16d9dec6 7781* Dump/Restore Files:: Copy between memory and a file
384ee23f 7782* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
7783* Character Sets:: Debugging programs that use a different
7784 character set than GDB does
09d4efe1 7785* Caching Remote Data:: Data caching for remote targets
08388c79 7786* Searching Memory:: Searching memory for a sequence of bytes
c906108c
SS
7787@end menu
7788
6d2ebf8b 7789@node Expressions
c906108c
SS
7790@section Expressions
7791
7792@cindex expressions
7793@code{print} and many other @value{GDBN} commands accept an expression and
7794compute its value. Any kind of constant, variable or operator defined
7795by the programming language you are using is valid in an expression in
e2e0bcd1
JB
7796@value{GDBN}. This includes conditional expressions, function calls,
7797casts, and string constants. It also includes preprocessor macros, if
7798you compiled your program to include this information; see
7799@ref{Compilation}.
c906108c 7800
15387254 7801@cindex arrays in expressions
d4f3574e
SS
7802@value{GDBN} supports array constants in expressions input by
7803the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
63092375
DJ
7804you can use the command @code{print @{1, 2, 3@}} to create an array
7805of three integers. If you pass an array to a function or assign it
7806to a program variable, @value{GDBN} copies the array to memory that
7807is @code{malloc}ed in the target program.
c906108c 7808
c906108c
SS
7809Because C is so widespread, most of the expressions shown in examples in
7810this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
7811Languages}, for information on how to use expressions in other
7812languages.
7813
7814In this section, we discuss operators that you can use in @value{GDBN}
7815expressions regardless of your programming language.
7816
15387254 7817@cindex casts, in expressions
c906108c
SS
7818Casts are supported in all languages, not just in C, because it is so
7819useful to cast a number into a pointer in order to examine a structure
7820at that address in memory.
7821@c FIXME: casts supported---Mod2 true?
c906108c
SS
7822
7823@value{GDBN} supports these operators, in addition to those common
7824to programming languages:
7825
7826@table @code
7827@item @@
7828@samp{@@} is a binary operator for treating parts of memory as arrays.
79a6e687 7829@xref{Arrays, ,Artificial Arrays}, for more information.
c906108c
SS
7830
7831@item ::
7832@samp{::} allows you to specify a variable in terms of the file or
79a6e687 7833function where it is defined. @xref{Variables, ,Program Variables}.
c906108c
SS
7834
7835@cindex @{@var{type}@}
7836@cindex type casting memory
7837@cindex memory, viewing as typed object
7838@cindex casts, to view memory
7839@item @{@var{type}@} @var{addr}
7840Refers to an object of type @var{type} stored at address @var{addr} in
7841memory. @var{addr} may be any expression whose value is an integer or
7842pointer (but parentheses are required around binary operators, just as in
7843a cast). This construct is allowed regardless of what kind of data is
7844normally supposed to reside at @var{addr}.
7845@end table
7846
6ba66d6a
JB
7847@node Ambiguous Expressions
7848@section Ambiguous Expressions
7849@cindex ambiguous expressions
7850
7851Expressions can sometimes contain some ambiguous elements. For instance,
7852some programming languages (notably Ada, C@t{++} and Objective-C) permit
7853a single function name to be defined several times, for application in
7854different contexts. This is called @dfn{overloading}. Another example
7855involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
7856templates and is typically instantiated several times, resulting in
7857the same function name being defined in different contexts.
7858
7859In some cases and depending on the language, it is possible to adjust
7860the expression to remove the ambiguity. For instance in C@t{++}, you
7861can specify the signature of the function you want to break on, as in
7862@kbd{break @var{function}(@var{types})}. In Ada, using the fully
7863qualified name of your function often makes the expression unambiguous
7864as well.
7865
7866When an ambiguity that needs to be resolved is detected, the debugger
7867has the capability to display a menu of numbered choices for each
7868possibility, and then waits for the selection with the prompt @samp{>}.
7869The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
7870aborts the current command. If the command in which the expression was
7871used allows more than one choice to be selected, the next option in the
7872menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
7873choices.
7874
7875For example, the following session excerpt shows an attempt to set a
7876breakpoint at the overloaded symbol @code{String::after}.
7877We choose three particular definitions of that function name:
7878
7879@c FIXME! This is likely to change to show arg type lists, at least
7880@smallexample
7881@group
7882(@value{GDBP}) b String::after
7883[0] cancel
7884[1] all
7885[2] file:String.cc; line number:867
7886[3] file:String.cc; line number:860
7887[4] file:String.cc; line number:875
7888[5] file:String.cc; line number:853
7889[6] file:String.cc; line number:846
7890[7] file:String.cc; line number:735
7891> 2 4 6
7892Breakpoint 1 at 0xb26c: file String.cc, line 867.
7893Breakpoint 2 at 0xb344: file String.cc, line 875.
7894Breakpoint 3 at 0xafcc: file String.cc, line 846.
7895Multiple breakpoints were set.
7896Use the "delete" command to delete unwanted
7897 breakpoints.
7898(@value{GDBP})
7899@end group
7900@end smallexample
7901
7902@table @code
7903@kindex set multiple-symbols
7904@item set multiple-symbols @var{mode}
7905@cindex multiple-symbols menu
7906
7907This option allows you to adjust the debugger behavior when an expression
7908is ambiguous.
7909
7910By default, @var{mode} is set to @code{all}. If the command with which
7911the expression is used allows more than one choice, then @value{GDBN}
7912automatically selects all possible choices. For instance, inserting
7913a breakpoint on a function using an ambiguous name results in a breakpoint
7914inserted on each possible match. However, if a unique choice must be made,
7915then @value{GDBN} uses the menu to help you disambiguate the expression.
7916For instance, printing the address of an overloaded function will result
7917in the use of the menu.
7918
7919When @var{mode} is set to @code{ask}, the debugger always uses the menu
7920when an ambiguity is detected.
7921
7922Finally, when @var{mode} is set to @code{cancel}, the debugger reports
7923an error due to the ambiguity and the command is aborted.
7924
7925@kindex show multiple-symbols
7926@item show multiple-symbols
7927Show the current value of the @code{multiple-symbols} setting.
7928@end table
7929
6d2ebf8b 7930@node Variables
79a6e687 7931@section Program Variables
c906108c
SS
7932
7933The most common kind of expression to use is the name of a variable
7934in your program.
7935
7936Variables in expressions are understood in the selected stack frame
79a6e687 7937(@pxref{Selection, ,Selecting a Frame}); they must be either:
c906108c
SS
7938
7939@itemize @bullet
7940@item
7941global (or file-static)
7942@end itemize
7943
5d161b24 7944@noindent or
c906108c
SS
7945
7946@itemize @bullet
7947@item
7948visible according to the scope rules of the
7949programming language from the point of execution in that frame
5d161b24 7950@end itemize
c906108c
SS
7951
7952@noindent This means that in the function
7953
474c8240 7954@smallexample
c906108c
SS
7955foo (a)
7956 int a;
7957@{
7958 bar (a);
7959 @{
7960 int b = test ();
7961 bar (b);
7962 @}
7963@}
474c8240 7964@end smallexample
c906108c
SS
7965
7966@noindent
7967you can examine and use the variable @code{a} whenever your program is
7968executing within the function @code{foo}, but you can only use or
7969examine the variable @code{b} while your program is executing inside
7970the block where @code{b} is declared.
7971
7972@cindex variable name conflict
7973There is an exception: you can refer to a variable or function whose
7974scope is a single source file even if the current execution point is not
7975in this file. But it is possible to have more than one such variable or
7976function with the same name (in different source files). If that
7977happens, referring to that name has unpredictable effects. If you wish,
72384ba3 7978you can specify a static variable in a particular function or file by
15387254 7979using the colon-colon (@code{::}) notation:
c906108c 7980
d4f3574e 7981@cindex colon-colon, context for variables/functions
12c27660 7982@ifnotinfo
c906108c 7983@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 7984@cindex @code{::}, context for variables/functions
12c27660 7985@end ifnotinfo
474c8240 7986@smallexample
c906108c
SS
7987@var{file}::@var{variable}
7988@var{function}::@var{variable}
474c8240 7989@end smallexample
c906108c
SS
7990
7991@noindent
7992Here @var{file} or @var{function} is the name of the context for the
7993static @var{variable}. In the case of file names, you can use quotes to
7994make sure @value{GDBN} parses the file name as a single word---for example,
7995to print a global value of @code{x} defined in @file{f2.c}:
7996
474c8240 7997@smallexample
c906108c 7998(@value{GDBP}) p 'f2.c'::x
474c8240 7999@end smallexample
c906108c 8000
72384ba3
PH
8001The @code{::} notation is normally used for referring to
8002static variables, since you typically disambiguate uses of local variables
8003in functions by selecting the appropriate frame and using the
8004simple name of the variable. However, you may also use this notation
8005to refer to local variables in frames enclosing the selected frame:
8006
8007@smallexample
8008void
8009foo (int a)
8010@{
8011 if (a < 10)
8012 bar (a);
8013 else
8014 process (a); /* Stop here */
8015@}
8016
8017int
8018bar (int a)
8019@{
8020 foo (a + 5);
8021@}
8022@end smallexample
8023
8024@noindent
8025For example, if there is a breakpoint at the commented line,
8026here is what you might see
8027when the program stops after executing the call @code{bar(0)}:
8028
8029@smallexample
8030(@value{GDBP}) p a
8031$1 = 10
8032(@value{GDBP}) p bar::a
8033$2 = 5
8034(@value{GDBP}) up 2
8035#2 0x080483d0 in foo (a=5) at foobar.c:12
8036(@value{GDBP}) p a
8037$3 = 5
8038(@value{GDBP}) p bar::a
8039$4 = 0
8040@end smallexample
8041
b37052ae 8042@cindex C@t{++} scope resolution
72384ba3 8043These uses of @samp{::} are very rarely in conflict with the very similar
b37052ae 8044use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
8045scope resolution operator in @value{GDBN} expressions.
8046@c FIXME: Um, so what happens in one of those rare cases where it's in
8047@c conflict?? --mew
c906108c
SS
8048
8049@cindex wrong values
8050@cindex variable values, wrong
15387254
EZ
8051@cindex function entry/exit, wrong values of variables
8052@cindex optimized code, wrong values of variables
c906108c
SS
8053@quotation
8054@emph{Warning:} Occasionally, a local variable may appear to have the
8055wrong value at certain points in a function---just after entry to a new
8056scope, and just before exit.
8057@end quotation
8058You may see this problem when you are stepping by machine instructions.
8059This is because, on most machines, it takes more than one instruction to
8060set up a stack frame (including local variable definitions); if you are
8061stepping by machine instructions, variables may appear to have the wrong
8062values until the stack frame is completely built. On exit, it usually
8063also takes more than one machine instruction to destroy a stack frame;
8064after you begin stepping through that group of instructions, local
8065variable definitions may be gone.
8066
8067This may also happen when the compiler does significant optimizations.
8068To be sure of always seeing accurate values, turn off all optimization
8069when compiling.
8070
d4f3574e
SS
8071@cindex ``No symbol "foo" in current context''
8072Another possible effect of compiler optimizations is to optimize
8073unused variables out of existence, or assign variables to registers (as
8074opposed to memory addresses). Depending on the support for such cases
8075offered by the debug info format used by the compiler, @value{GDBN}
8076might not be able to display values for such local variables. If that
8077happens, @value{GDBN} will print a message like this:
8078
474c8240 8079@smallexample
d4f3574e 8080No symbol "foo" in current context.
474c8240 8081@end smallexample
d4f3574e
SS
8082
8083To solve such problems, either recompile without optimizations, or use a
8084different debug info format, if the compiler supports several such
e0f8f636
TT
8085formats. @xref{Compilation}, for more information on choosing compiler
8086options. @xref{C, ,C and C@t{++}}, for more information about debug
8087info formats that are best suited to C@t{++} programs.
d4f3574e 8088
ab1adacd
EZ
8089If you ask to print an object whose contents are unknown to
8090@value{GDBN}, e.g., because its data type is not completely specified
8091by the debug information, @value{GDBN} will say @samp{<incomplete
8092type>}. @xref{Symbols, incomplete type}, for more about this.
8093
36b11add
JK
8094If you append @kbd{@@entry} string to a function parameter name you get its
8095value at the time the function got called. If the value is not available an
8096error message is printed. Entry values are available only with some compilers.
8097Entry values are normally also printed at the function parameter list according
8098to @ref{set print entry-values}.
8099
8100@smallexample
8101Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
810229 i++;
8103(gdb) next
810430 e (i);
8105(gdb) print i
8106$1 = 31
8107(gdb) print i@@entry
8108$2 = 30
8109@end smallexample
8110
3a60f64e
JK
8111Strings are identified as arrays of @code{char} values without specified
8112signedness. Arrays of either @code{signed char} or @code{unsigned char} get
8113printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
8114@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
8115defines literal string type @code{"char"} as @code{char} without a sign.
8116For program code
8117
8118@smallexample
8119char var0[] = "A";
8120signed char var1[] = "A";
8121@end smallexample
8122
8123You get during debugging
8124@smallexample
8125(gdb) print var0
8126$1 = "A"
8127(gdb) print var1
8128$2 = @{65 'A', 0 '\0'@}
8129@end smallexample
8130
6d2ebf8b 8131@node Arrays
79a6e687 8132@section Artificial Arrays
c906108c
SS
8133
8134@cindex artificial array
15387254 8135@cindex arrays
41afff9a 8136@kindex @@@r{, referencing memory as an array}
c906108c
SS
8137It is often useful to print out several successive objects of the
8138same type in memory; a section of an array, or an array of
8139dynamically determined size for which only a pointer exists in the
8140program.
8141
8142You can do this by referring to a contiguous span of memory as an
8143@dfn{artificial array}, using the binary operator @samp{@@}. The left
8144operand of @samp{@@} should be the first element of the desired array
8145and be an individual object. The right operand should be the desired length
8146of the array. The result is an array value whose elements are all of
8147the type of the left argument. The first element is actually the left
8148argument; the second element comes from bytes of memory immediately
8149following those that hold the first element, and so on. Here is an
8150example. If a program says
8151
474c8240 8152@smallexample
c906108c 8153int *array = (int *) malloc (len * sizeof (int));
474c8240 8154@end smallexample
c906108c
SS
8155
8156@noindent
8157you can print the contents of @code{array} with
8158
474c8240 8159@smallexample
c906108c 8160p *array@@len
474c8240 8161@end smallexample
c906108c
SS
8162
8163The left operand of @samp{@@} must reside in memory. Array values made
8164with @samp{@@} in this way behave just like other arrays in terms of
8165subscripting, and are coerced to pointers when used in expressions.
8166Artificial arrays most often appear in expressions via the value history
79a6e687 8167(@pxref{Value History, ,Value History}), after printing one out.
c906108c
SS
8168
8169Another way to create an artificial array is to use a cast.
8170This re-interprets a value as if it were an array.
8171The value need not be in memory:
474c8240 8172@smallexample
c906108c
SS
8173(@value{GDBP}) p/x (short[2])0x12345678
8174$1 = @{0x1234, 0x5678@}
474c8240 8175@end smallexample
c906108c
SS
8176
8177As a convenience, if you leave the array length out (as in
c3f6f71d 8178@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 8179the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 8180@smallexample
c906108c
SS
8181(@value{GDBP}) p/x (short[])0x12345678
8182$2 = @{0x1234, 0x5678@}
474c8240 8183@end smallexample
c906108c
SS
8184
8185Sometimes the artificial array mechanism is not quite enough; in
8186moderately complex data structures, the elements of interest may not
8187actually be adjacent---for example, if you are interested in the values
8188of pointers in an array. One useful work-around in this situation is
8189to use a convenience variable (@pxref{Convenience Vars, ,Convenience
79a6e687 8190Variables}) as a counter in an expression that prints the first
c906108c
SS
8191interesting value, and then repeat that expression via @key{RET}. For
8192instance, suppose you have an array @code{dtab} of pointers to
8193structures, and you are interested in the values of a field @code{fv}
8194in each structure. Here is an example of what you might type:
8195
474c8240 8196@smallexample
c906108c
SS
8197set $i = 0
8198p dtab[$i++]->fv
8199@key{RET}
8200@key{RET}
8201@dots{}
474c8240 8202@end smallexample
c906108c 8203
6d2ebf8b 8204@node Output Formats
79a6e687 8205@section Output Formats
c906108c
SS
8206
8207@cindex formatted output
8208@cindex output formats
8209By default, @value{GDBN} prints a value according to its data type. Sometimes
8210this is not what you want. For example, you might want to print a number
8211in hex, or a pointer in decimal. Or you might want to view data in memory
8212at a certain address as a character string or as an instruction. To do
8213these things, specify an @dfn{output format} when you print a value.
8214
8215The simplest use of output formats is to say how to print a value
8216already computed. This is done by starting the arguments of the
8217@code{print} command with a slash and a format letter. The format
8218letters supported are:
8219
8220@table @code
8221@item x
8222Regard the bits of the value as an integer, and print the integer in
8223hexadecimal.
8224
8225@item d
8226Print as integer in signed decimal.
8227
8228@item u
8229Print as integer in unsigned decimal.
8230
8231@item o
8232Print as integer in octal.
8233
8234@item t
8235Print as integer in binary. The letter @samp{t} stands for ``two''.
8236@footnote{@samp{b} cannot be used because these format letters are also
8237used with the @code{x} command, where @samp{b} stands for ``byte'';
79a6e687 8238see @ref{Memory,,Examining Memory}.}
c906108c
SS
8239
8240@item a
8241@cindex unknown address, locating
3d67e040 8242@cindex locate address
c906108c
SS
8243Print as an address, both absolute in hexadecimal and as an offset from
8244the nearest preceding symbol. You can use this format used to discover
8245where (in what function) an unknown address is located:
8246
474c8240 8247@smallexample
c906108c
SS
8248(@value{GDBP}) p/a 0x54320
8249$3 = 0x54320 <_initialize_vx+396>
474c8240 8250@end smallexample
c906108c 8251
3d67e040
EZ
8252@noindent
8253The command @code{info symbol 0x54320} yields similar results.
8254@xref{Symbols, info symbol}.
8255
c906108c 8256@item c
51274035
EZ
8257Regard as an integer and print it as a character constant. This
8258prints both the numerical value and its character representation. The
8259character representation is replaced with the octal escape @samp{\nnn}
8260for characters outside the 7-bit @sc{ascii} range.
c906108c 8261
ea37ba09
DJ
8262Without this format, @value{GDBN} displays @code{char},
8263@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
8264constants. Single-byte members of vectors are displayed as integer
8265data.
8266
c906108c
SS
8267@item f
8268Regard the bits of the value as a floating point number and print
8269using typical floating point syntax.
ea37ba09
DJ
8270
8271@item s
8272@cindex printing strings
8273@cindex printing byte arrays
8274Regard as a string, if possible. With this format, pointers to single-byte
8275data are displayed as null-terminated strings and arrays of single-byte data
8276are displayed as fixed-length strings. Other values are displayed in their
8277natural types.
8278
8279Without this format, @value{GDBN} displays pointers to and arrays of
8280@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
8281strings. Single-byte members of a vector are displayed as an integer
8282array.
a6bac58e
TT
8283
8284@item r
8285@cindex raw printing
8286Print using the @samp{raw} formatting. By default, @value{GDBN} will
78e2826b
TT
8287use a Python-based pretty-printer, if one is available (@pxref{Pretty
8288Printing}). This typically results in a higher-level display of the
8289value's contents. The @samp{r} format bypasses any Python
8290pretty-printer which might exist.
c906108c
SS
8291@end table
8292
8293For example, to print the program counter in hex (@pxref{Registers}), type
8294
474c8240 8295@smallexample
c906108c 8296p/x $pc
474c8240 8297@end smallexample
c906108c
SS
8298
8299@noindent
8300Note that no space is required before the slash; this is because command
8301names in @value{GDBN} cannot contain a slash.
8302
8303To reprint the last value in the value history with a different format,
8304you can use the @code{print} command with just a format and no
8305expression. For example, @samp{p/x} reprints the last value in hex.
8306
6d2ebf8b 8307@node Memory
79a6e687 8308@section Examining Memory
c906108c
SS
8309
8310You can use the command @code{x} (for ``examine'') to examine memory in
8311any of several formats, independently of your program's data types.
8312
8313@cindex examining memory
8314@table @code
41afff9a 8315@kindex x @r{(examine memory)}
c906108c
SS
8316@item x/@var{nfu} @var{addr}
8317@itemx x @var{addr}
8318@itemx x
8319Use the @code{x} command to examine memory.
8320@end table
8321
8322@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
8323much memory to display and how to format it; @var{addr} is an
8324expression giving the address where you want to start displaying memory.
8325If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
8326Several commands set convenient defaults for @var{addr}.
8327
8328@table @r
8329@item @var{n}, the repeat count
8330The repeat count is a decimal integer; the default is 1. It specifies
8331how much memory (counting by units @var{u}) to display.
8332@c This really is **decimal**; unaffected by 'set radix' as of GDB
8333@c 4.1.2.
8334
8335@item @var{f}, the display format
51274035
EZ
8336The display format is one of the formats used by @code{print}
8337(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
ea37ba09
DJ
8338@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
8339The default is @samp{x} (hexadecimal) initially. The default changes
8340each time you use either @code{x} or @code{print}.
c906108c
SS
8341
8342@item @var{u}, the unit size
8343The unit size is any of
8344
8345@table @code
8346@item b
8347Bytes.
8348@item h
8349Halfwords (two bytes).
8350@item w
8351Words (four bytes). This is the initial default.
8352@item g
8353Giant words (eight bytes).
8354@end table
8355
8356Each time you specify a unit size with @code{x}, that size becomes the
9a22f0d0
PM
8357default unit the next time you use @code{x}. For the @samp{i} format,
8358the unit size is ignored and is normally not written. For the @samp{s} format,
8359the unit size defaults to @samp{b}, unless it is explicitly given.
8360Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
836132-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
8362Note that the results depend on the programming language of the
8363current compilation unit. If the language is C, the @samp{s}
8364modifier will use the UTF-16 encoding while @samp{w} will use
8365UTF-32. The encoding is set by the programming language and cannot
8366be altered.
c906108c
SS
8367
8368@item @var{addr}, starting display address
8369@var{addr} is the address where you want @value{GDBN} to begin displaying
8370memory. The expression need not have a pointer value (though it may);
8371it is always interpreted as an integer address of a byte of memory.
8372@xref{Expressions, ,Expressions}, for more information on expressions. The default for
8373@var{addr} is usually just after the last address examined---but several
8374other commands also set the default address: @code{info breakpoints} (to
8375the address of the last breakpoint listed), @code{info line} (to the
8376starting address of a line), and @code{print} (if you use it to display
8377a value from memory).
8378@end table
8379
8380For example, @samp{x/3uh 0x54320} is a request to display three halfwords
8381(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
8382starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
8383words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 8384@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
8385
8386Since the letters indicating unit sizes are all distinct from the
8387letters specifying output formats, you do not have to remember whether
8388unit size or format comes first; either order works. The output
8389specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
8390(However, the count @var{n} must come first; @samp{wx4} does not work.)
8391
8392Even though the unit size @var{u} is ignored for the formats @samp{s}
8393and @samp{i}, you might still want to use a count @var{n}; for example,
8394@samp{3i} specifies that you want to see three machine instructions,
a4642986
MR
8395including any operands. For convenience, especially when used with
8396the @code{display} command, the @samp{i} format also prints branch delay
8397slot instructions, if any, beyond the count specified, which immediately
8398follow the last instruction that is within the count. The command
8399@code{disassemble} gives an alternative way of inspecting machine
8400instructions; see @ref{Machine Code,,Source and Machine Code}.
c906108c
SS
8401
8402All the defaults for the arguments to @code{x} are designed to make it
8403easy to continue scanning memory with minimal specifications each time
8404you use @code{x}. For example, after you have inspected three machine
8405instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
8406with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
8407the repeat count @var{n} is used again; the other arguments default as
8408for successive uses of @code{x}.
8409
2b28d209
PP
8410When examining machine instructions, the instruction at current program
8411counter is shown with a @code{=>} marker. For example:
8412
8413@smallexample
8414(@value{GDBP}) x/5i $pc-6
8415 0x804837f <main+11>: mov %esp,%ebp
8416 0x8048381 <main+13>: push %ecx
8417 0x8048382 <main+14>: sub $0x4,%esp
8418=> 0x8048385 <main+17>: movl $0x8048460,(%esp)
8419 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
8420@end smallexample
8421
c906108c
SS
8422@cindex @code{$_}, @code{$__}, and value history
8423The addresses and contents printed by the @code{x} command are not saved
8424in the value history because there is often too much of them and they
8425would get in the way. Instead, @value{GDBN} makes these values available for
8426subsequent use in expressions as values of the convenience variables
8427@code{$_} and @code{$__}. After an @code{x} command, the last address
8428examined is available for use in expressions in the convenience variable
8429@code{$_}. The contents of that address, as examined, are available in
8430the convenience variable @code{$__}.
8431
8432If the @code{x} command has a repeat count, the address and contents saved
8433are from the last memory unit printed; this is not the same as the last
8434address printed if several units were printed on the last line of output.
8435
09d4efe1
EZ
8436@cindex remote memory comparison
8437@cindex verify remote memory image
8438When you are debugging a program running on a remote target machine
ea35711c 8439(@pxref{Remote Debugging}), you may wish to verify the program's image in the
09d4efe1
EZ
8440remote machine's memory against the executable file you downloaded to
8441the target. The @code{compare-sections} command is provided for such
8442situations.
8443
8444@table @code
8445@kindex compare-sections
8446@item compare-sections @r{[}@var{section-name}@r{]}
8447Compare the data of a loadable section @var{section-name} in the
8448executable file of the program being debugged with the same section in
8449the remote machine's memory, and report any mismatches. With no
8450arguments, compares all loadable sections. This command's
8451availability depends on the target's support for the @code{"qCRC"}
8452remote request.
8453@end table
8454
6d2ebf8b 8455@node Auto Display
79a6e687 8456@section Automatic Display
c906108c
SS
8457@cindex automatic display
8458@cindex display of expressions
8459
8460If you find that you want to print the value of an expression frequently
8461(to see how it changes), you might want to add it to the @dfn{automatic
8462display list} so that @value{GDBN} prints its value each time your program stops.
8463Each expression added to the list is given a number to identify it;
8464to remove an expression from the list, you specify that number.
8465The automatic display looks like this:
8466
474c8240 8467@smallexample
c906108c
SS
84682: foo = 38
84693: bar[5] = (struct hack *) 0x3804
474c8240 8470@end smallexample
c906108c
SS
8471
8472@noindent
8473This display shows item numbers, expressions and their current values. As with
8474displays you request manually using @code{x} or @code{print}, you can
8475specify the output format you prefer; in fact, @code{display} decides
ea37ba09
DJ
8476whether to use @code{print} or @code{x} depending your format
8477specification---it uses @code{x} if you specify either the @samp{i}
8478or @samp{s} format, or a unit size; otherwise it uses @code{print}.
c906108c
SS
8479
8480@table @code
8481@kindex display
d4f3574e
SS
8482@item display @var{expr}
8483Add the expression @var{expr} to the list of expressions to display
c906108c
SS
8484each time your program stops. @xref{Expressions, ,Expressions}.
8485
8486@code{display} does not repeat if you press @key{RET} again after using it.
8487
d4f3574e 8488@item display/@var{fmt} @var{expr}
c906108c 8489For @var{fmt} specifying only a display format and not a size or
d4f3574e 8490count, add the expression @var{expr} to the auto-display list but
c906108c 8491arrange to display it each time in the specified format @var{fmt}.
79a6e687 8492@xref{Output Formats,,Output Formats}.
c906108c
SS
8493
8494@item display/@var{fmt} @var{addr}
8495For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
8496number of units, add the expression @var{addr} as a memory address to
8497be examined each time your program stops. Examining means in effect
79a6e687 8498doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
c906108c
SS
8499@end table
8500
8501For example, @samp{display/i $pc} can be helpful, to see the machine
8502instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 8503is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
8504
8505@table @code
8506@kindex delete display
8507@kindex undisplay
8508@item undisplay @var{dnums}@dots{}
8509@itemx delete display @var{dnums}@dots{}
c9174737
PA
8510Remove items from the list of expressions to display. Specify the
8511numbers of the displays that you want affected with the command
8512argument @var{dnums}. It can be a single display number, one of the
8513numbers shown in the first field of the @samp{info display} display;
8514or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
8515
8516@code{undisplay} does not repeat if you press @key{RET} after using it.
8517(Otherwise you would just get the error @samp{No display number @dots{}}.)
8518
8519@kindex disable display
8520@item disable display @var{dnums}@dots{}
8521Disable the display of item numbers @var{dnums}. A disabled display
8522item is not printed automatically, but is not forgotten. It may be
c9174737
PA
8523enabled again later. Specify the numbers of the displays that you
8524want affected with the command argument @var{dnums}. It can be a
8525single display number, one of the numbers shown in the first field of
8526the @samp{info display} display; or it could be a range of display
8527numbers, as in @code{2-4}.
c906108c
SS
8528
8529@kindex enable display
8530@item enable display @var{dnums}@dots{}
8531Enable display of item numbers @var{dnums}. It becomes effective once
8532again in auto display of its expression, until you specify otherwise.
c9174737
PA
8533Specify the numbers of the displays that you want affected with the
8534command argument @var{dnums}. It can be a single display number, one
8535of the numbers shown in the first field of the @samp{info display}
8536display; or it could be a range of display numbers, as in @code{2-4}.
c906108c
SS
8537
8538@item display
8539Display the current values of the expressions on the list, just as is
8540done when your program stops.
8541
8542@kindex info display
8543@item info display
8544Print the list of expressions previously set up to display
8545automatically, each one with its item number, but without showing the
8546values. This includes disabled expressions, which are marked as such.
8547It also includes expressions which would not be displayed right now
8548because they refer to automatic variables not currently available.
8549@end table
8550
15387254 8551@cindex display disabled out of scope
c906108c
SS
8552If a display expression refers to local variables, then it does not make
8553sense outside the lexical context for which it was set up. Such an
8554expression is disabled when execution enters a context where one of its
8555variables is not defined. For example, if you give the command
8556@code{display last_char} while inside a function with an argument
8557@code{last_char}, @value{GDBN} displays this argument while your program
8558continues to stop inside that function. When it stops elsewhere---where
8559there is no variable @code{last_char}---the display is disabled
8560automatically. The next time your program stops where @code{last_char}
8561is meaningful, you can enable the display expression once again.
8562
6d2ebf8b 8563@node Print Settings
79a6e687 8564@section Print Settings
c906108c
SS
8565
8566@cindex format options
8567@cindex print settings
8568@value{GDBN} provides the following ways to control how arrays, structures,
8569and symbols are printed.
8570
8571@noindent
8572These settings are useful for debugging programs in any language:
8573
8574@table @code
4644b6e3 8575@kindex set print
c906108c
SS
8576@item set print address
8577@itemx set print address on
4644b6e3 8578@cindex print/don't print memory addresses
c906108c
SS
8579@value{GDBN} prints memory addresses showing the location of stack
8580traces, structure values, pointer values, breakpoints, and so forth,
8581even when it also displays the contents of those addresses. The default
8582is @code{on}. For example, this is what a stack frame display looks like with
8583@code{set print address on}:
8584
8585@smallexample
8586@group
8587(@value{GDBP}) f
8588#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
8589 at input.c:530
8590530 if (lquote != def_lquote)
8591@end group
8592@end smallexample
8593
8594@item set print address off
8595Do not print addresses when displaying their contents. For example,
8596this is the same stack frame displayed with @code{set print address off}:
8597
8598@smallexample
8599@group
8600(@value{GDBP}) set print addr off
8601(@value{GDBP}) f
8602#0 set_quotes (lq="<<", rq=">>") at input.c:530
8603530 if (lquote != def_lquote)
8604@end group
8605@end smallexample
8606
8607You can use @samp{set print address off} to eliminate all machine
8608dependent displays from the @value{GDBN} interface. For example, with
8609@code{print address off}, you should get the same text for backtraces on
8610all machines---whether or not they involve pointer arguments.
8611
4644b6e3 8612@kindex show print
c906108c
SS
8613@item show print address
8614Show whether or not addresses are to be printed.
8615@end table
8616
8617When @value{GDBN} prints a symbolic address, it normally prints the
8618closest earlier symbol plus an offset. If that symbol does not uniquely
8619identify the address (for example, it is a name whose scope is a single
8620source file), you may need to clarify. One way to do this is with
8621@code{info line}, for example @samp{info line *0x4537}. Alternately,
8622you can set @value{GDBN} to print the source file and line number when
8623it prints a symbolic address:
8624
8625@table @code
c906108c 8626@item set print symbol-filename on
9c16f35a
EZ
8627@cindex source file and line of a symbol
8628@cindex symbol, source file and line
c906108c
SS
8629Tell @value{GDBN} to print the source file name and line number of a
8630symbol in the symbolic form of an address.
8631
8632@item set print symbol-filename off
8633Do not print source file name and line number of a symbol. This is the
8634default.
8635
c906108c
SS
8636@item show print symbol-filename
8637Show whether or not @value{GDBN} will print the source file name and
8638line number of a symbol in the symbolic form of an address.
8639@end table
8640
8641Another situation where it is helpful to show symbol filenames and line
8642numbers is when disassembling code; @value{GDBN} shows you the line
8643number and source file that corresponds to each instruction.
8644
8645Also, you may wish to see the symbolic form only if the address being
8646printed is reasonably close to the closest earlier symbol:
8647
8648@table @code
c906108c 8649@item set print max-symbolic-offset @var{max-offset}
4644b6e3 8650@cindex maximum value for offset of closest symbol
c906108c
SS
8651Tell @value{GDBN} to only display the symbolic form of an address if the
8652offset between the closest earlier symbol and the address is less than
5d161b24 8653@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
8654to always print the symbolic form of an address if any symbol precedes it.
8655
c906108c
SS
8656@item show print max-symbolic-offset
8657Ask how large the maximum offset is that @value{GDBN} prints in a
8658symbolic address.
8659@end table
8660
8661@cindex wild pointer, interpreting
8662@cindex pointer, finding referent
8663If you have a pointer and you are not sure where it points, try
8664@samp{set print symbol-filename on}. Then you can determine the name
8665and source file location of the variable where it points, using
8666@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
8667For example, here @value{GDBN} shows that a variable @code{ptt} points
8668at another variable @code{t}, defined in @file{hi2.c}:
8669
474c8240 8670@smallexample
c906108c
SS
8671(@value{GDBP}) set print symbol-filename on
8672(@value{GDBP}) p/a ptt
8673$4 = 0xe008 <t in hi2.c>
474c8240 8674@end smallexample
c906108c
SS
8675
8676@quotation
8677@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
8678does not show the symbol name and filename of the referent, even with
8679the appropriate @code{set print} options turned on.
8680@end quotation
8681
9cb709b6
TT
8682You can also enable @samp{/a}-like formatting all the time using
8683@samp{set print symbol on}:
8684
8685@table @code
8686@item set print symbol on
8687Tell @value{GDBN} to print the symbol corresponding to an address, if
8688one exists.
8689
8690@item set print symbol off
8691Tell @value{GDBN} not to print the symbol corresponding to an
8692address. In this mode, @value{GDBN} will still print the symbol
8693corresponding to pointers to functions. This is the default.
8694
8695@item show print symbol
8696Show whether @value{GDBN} will display the symbol corresponding to an
8697address.
8698@end table
8699
c906108c
SS
8700Other settings control how different kinds of objects are printed:
8701
8702@table @code
c906108c
SS
8703@item set print array
8704@itemx set print array on
4644b6e3 8705@cindex pretty print arrays
c906108c
SS
8706Pretty print arrays. This format is more convenient to read,
8707but uses more space. The default is off.
8708
8709@item set print array off
8710Return to compressed format for arrays.
8711
c906108c
SS
8712@item show print array
8713Show whether compressed or pretty format is selected for displaying
8714arrays.
8715
3c9c013a
JB
8716@cindex print array indexes
8717@item set print array-indexes
8718@itemx set print array-indexes on
8719Print the index of each element when displaying arrays. May be more
8720convenient to locate a given element in the array or quickly find the
8721index of a given element in that printed array. The default is off.
8722
8723@item set print array-indexes off
8724Stop printing element indexes when displaying arrays.
8725
8726@item show print array-indexes
8727Show whether the index of each element is printed when displaying
8728arrays.
8729
c906108c 8730@item set print elements @var{number-of-elements}
4644b6e3 8731@cindex number of array elements to print
9c16f35a 8732@cindex limit on number of printed array elements
c906108c
SS
8733Set a limit on how many elements of an array @value{GDBN} will print.
8734If @value{GDBN} is printing a large array, it stops printing after it has
8735printed the number of elements set by the @code{set print elements} command.
8736This limit also applies to the display of strings.
d4f3574e 8737When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
8738Setting @var{number-of-elements} to zero means that the printing is unlimited.
8739
c906108c
SS
8740@item show print elements
8741Display the number of elements of a large array that @value{GDBN} will print.
8742If the number is 0, then the printing is unlimited.
8743
b4740add 8744@item set print frame-arguments @var{value}
a0381d3a 8745@kindex set print frame-arguments
b4740add
JB
8746@cindex printing frame argument values
8747@cindex print all frame argument values
8748@cindex print frame argument values for scalars only
8749@cindex do not print frame argument values
8750This command allows to control how the values of arguments are printed
8751when the debugger prints a frame (@pxref{Frames}). The possible
8752values are:
8753
8754@table @code
8755@item all
4f5376b2 8756The values of all arguments are printed.
b4740add
JB
8757
8758@item scalars
8759Print the value of an argument only if it is a scalar. The value of more
8760complex arguments such as arrays, structures, unions, etc, is replaced
4f5376b2
JB
8761by @code{@dots{}}. This is the default. Here is an example where
8762only scalar arguments are shown:
b4740add
JB
8763
8764@smallexample
8765#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
8766 at frame-args.c:23
8767@end smallexample
8768
8769@item none
8770None of the argument values are printed. Instead, the value of each argument
8771is replaced by @code{@dots{}}. In this case, the example above now becomes:
8772
8773@smallexample
8774#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
8775 at frame-args.c:23
8776@end smallexample
8777@end table
8778
4f5376b2
JB
8779By default, only scalar arguments are printed. This command can be used
8780to configure the debugger to print the value of all arguments, regardless
8781of their type. However, it is often advantageous to not print the value
8782of more complex parameters. For instance, it reduces the amount of
8783information printed in each frame, making the backtrace more readable.
8784Also, it improves performance when displaying Ada frames, because
8785the computation of large arguments can sometimes be CPU-intensive,
8786especially in large applications. Setting @code{print frame-arguments}
8787to @code{scalars} (the default) or @code{none} avoids this computation,
8788thus speeding up the display of each Ada frame.
b4740add
JB
8789
8790@item show print frame-arguments
8791Show how the value of arguments should be displayed when printing a frame.
8792
36b11add 8793@anchor{set print entry-values}
e18b2753
JK
8794@item set print entry-values @var{value}
8795@kindex set print entry-values
8796Set printing of frame argument values at function entry. In some cases
8797@value{GDBN} can determine the value of function argument which was passed by
8798the function caller, even if the value was modified inside the called function
8799and therefore is different. With optimized code, the current value could be
8800unavailable, but the entry value may still be known.
8801
8802The default value is @code{default} (see below for its description). Older
8803@value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
8804this feature will behave in the @code{default} setting the same way as with the
8805@code{no} setting.
8806
8807This functionality is currently supported only by DWARF 2 debugging format and
8808the compiler has to produce @samp{DW_TAG_GNU_call_site} tags. With
8809@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
8810this information.
8811
8812The @var{value} parameter can be one of the following:
8813
8814@table @code
8815@item no
8816Print only actual parameter values, never print values from function entry
8817point.
8818@smallexample
8819#0 equal (val=5)
8820#0 different (val=6)
8821#0 lost (val=<optimized out>)
8822#0 born (val=10)
8823#0 invalid (val=<optimized out>)
8824@end smallexample
8825
8826@item only
8827Print only parameter values from function entry point. The actual parameter
8828values are never printed.
8829@smallexample
8830#0 equal (val@@entry=5)
8831#0 different (val@@entry=5)
8832#0 lost (val@@entry=5)
8833#0 born (val@@entry=<optimized out>)
8834#0 invalid (val@@entry=<optimized out>)
8835@end smallexample
8836
8837@item preferred
8838Print only parameter values from function entry point. If value from function
8839entry point is not known while the actual value is known, print the actual
8840value for such parameter.
8841@smallexample
8842#0 equal (val@@entry=5)
8843#0 different (val@@entry=5)
8844#0 lost (val@@entry=5)
8845#0 born (val=10)
8846#0 invalid (val@@entry=<optimized out>)
8847@end smallexample
8848
8849@item if-needed
8850Print actual parameter values. If actual parameter value is not known while
8851value from function entry point is known, print the entry point value for such
8852parameter.
8853@smallexample
8854#0 equal (val=5)
8855#0 different (val=6)
8856#0 lost (val@@entry=5)
8857#0 born (val=10)
8858#0 invalid (val=<optimized out>)
8859@end smallexample
8860
8861@item both
8862Always print both the actual parameter value and its value from function entry
8863point, even if values of one or both are not available due to compiler
8864optimizations.
8865@smallexample
8866#0 equal (val=5, val@@entry=5)
8867#0 different (val=6, val@@entry=5)
8868#0 lost (val=<optimized out>, val@@entry=5)
8869#0 born (val=10, val@@entry=<optimized out>)
8870#0 invalid (val=<optimized out>, val@@entry=<optimized out>)
8871@end smallexample
8872
8873@item compact
8874Print the actual parameter value if it is known and also its value from
8875function entry point if it is known. If neither is known, print for the actual
8876value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
8877values are known and identical, print the shortened
8878@code{param=param@@entry=VALUE} notation.
8879@smallexample
8880#0 equal (val=val@@entry=5)
8881#0 different (val=6, val@@entry=5)
8882#0 lost (val@@entry=5)
8883#0 born (val=10)
8884#0 invalid (val=<optimized out>)
8885@end smallexample
8886
8887@item default
8888Always print the actual parameter value. Print also its value from function
8889entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
8890if both values are known and identical, print the shortened
8891@code{param=param@@entry=VALUE} notation.
8892@smallexample
8893#0 equal (val=val@@entry=5)
8894#0 different (val=6, val@@entry=5)
8895#0 lost (val=<optimized out>, val@@entry=5)
8896#0 born (val=10)
8897#0 invalid (val=<optimized out>)
8898@end smallexample
8899@end table
8900
8901For analysis messages on possible failures of frame argument values at function
8902entry resolution see @ref{set debug entry-values}.
8903
8904@item show print entry-values
8905Show the method being used for printing of frame argument values at function
8906entry.
8907
9c16f35a
EZ
8908@item set print repeats
8909@cindex repeated array elements
8910Set the threshold for suppressing display of repeated array
d3e8051b 8911elements. When the number of consecutive identical elements of an
9c16f35a
EZ
8912array exceeds the threshold, @value{GDBN} prints the string
8913@code{"<repeats @var{n} times>"}, where @var{n} is the number of
8914identical repetitions, instead of displaying the identical elements
8915themselves. Setting the threshold to zero will cause all elements to
8916be individually printed. The default threshold is 10.
8917
8918@item show print repeats
8919Display the current threshold for printing repeated identical
8920elements.
8921
c906108c 8922@item set print null-stop
4644b6e3 8923@cindex @sc{null} elements in arrays
c906108c 8924Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 8925@sc{null} is encountered. This is useful when large arrays actually
c906108c 8926contain only short strings.
d4f3574e 8927The default is off.
c906108c 8928
9c16f35a
EZ
8929@item show print null-stop
8930Show whether @value{GDBN} stops printing an array on the first
8931@sc{null} character.
8932
c906108c 8933@item set print pretty on
9c16f35a
EZ
8934@cindex print structures in indented form
8935@cindex indentation in structure display
5d161b24 8936Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
8937per line, like this:
8938
8939@smallexample
8940@group
8941$1 = @{
8942 next = 0x0,
8943 flags = @{
8944 sweet = 1,
8945 sour = 1
8946 @},
8947 meat = 0x54 "Pork"
8948@}
8949@end group
8950@end smallexample
8951
8952@item set print pretty off
8953Cause @value{GDBN} to print structures in a compact format, like this:
8954
8955@smallexample
8956@group
8957$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
8958meat = 0x54 "Pork"@}
8959@end group
8960@end smallexample
8961
8962@noindent
8963This is the default format.
8964
c906108c
SS
8965@item show print pretty
8966Show which format @value{GDBN} is using to print structures.
8967
c906108c 8968@item set print sevenbit-strings on
4644b6e3
EZ
8969@cindex eight-bit characters in strings
8970@cindex octal escapes in strings
c906108c
SS
8971Print using only seven-bit characters; if this option is set,
8972@value{GDBN} displays any eight-bit characters (in strings or
8973character values) using the notation @code{\}@var{nnn}. This setting is
8974best if you are working in English (@sc{ascii}) and you use the
8975high-order bit of characters as a marker or ``meta'' bit.
8976
8977@item set print sevenbit-strings off
8978Print full eight-bit characters. This allows the use of more
8979international character sets, and is the default.
8980
c906108c
SS
8981@item show print sevenbit-strings
8982Show whether or not @value{GDBN} is printing only seven-bit characters.
8983
c906108c 8984@item set print union on
4644b6e3 8985@cindex unions in structures, printing
9c16f35a
EZ
8986Tell @value{GDBN} to print unions which are contained in structures
8987and other unions. This is the default setting.
c906108c
SS
8988
8989@item set print union off
9c16f35a
EZ
8990Tell @value{GDBN} not to print unions which are contained in
8991structures and other unions. @value{GDBN} will print @code{"@{...@}"}
8992instead.
c906108c 8993
c906108c
SS
8994@item show print union
8995Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 8996structures and other unions.
c906108c
SS
8997
8998For example, given the declarations
8999
9000@smallexample
9001typedef enum @{Tree, Bug@} Species;
9002typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 9003typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
9004 Bug_forms;
9005
9006struct thing @{
9007 Species it;
9008 union @{
9009 Tree_forms tree;
9010 Bug_forms bug;
9011 @} form;
9012@};
9013
9014struct thing foo = @{Tree, @{Acorn@}@};
9015@end smallexample
9016
9017@noindent
9018with @code{set print union on} in effect @samp{p foo} would print
9019
9020@smallexample
9021$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
9022@end smallexample
9023
9024@noindent
9025and with @code{set print union off} in effect it would print
9026
9027@smallexample
9028$1 = @{it = Tree, form = @{...@}@}
9029@end smallexample
9c16f35a
EZ
9030
9031@noindent
9032@code{set print union} affects programs written in C-like languages
9033and in Pascal.
c906108c
SS
9034@end table
9035
c906108c
SS
9036@need 1000
9037@noindent
b37052ae 9038These settings are of interest when debugging C@t{++} programs:
c906108c
SS
9039
9040@table @code
4644b6e3 9041@cindex demangling C@t{++} names
c906108c
SS
9042@item set print demangle
9043@itemx set print demangle on
b37052ae 9044Print C@t{++} names in their source form rather than in the encoded
c906108c 9045(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 9046linkage. The default is on.
c906108c 9047
c906108c 9048@item show print demangle
b37052ae 9049Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 9050
c906108c
SS
9051@item set print asm-demangle
9052@itemx set print asm-demangle on
b37052ae 9053Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
9054in assembler code printouts such as instruction disassemblies.
9055The default is off.
9056
c906108c 9057@item show print asm-demangle
b37052ae 9058Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
9059or demangled form.
9060
b37052ae
EZ
9061@cindex C@t{++} symbol decoding style
9062@cindex symbol decoding style, C@t{++}
a8f24a35 9063@kindex set demangle-style
c906108c
SS
9064@item set demangle-style @var{style}
9065Choose among several encoding schemes used by different compilers to
b37052ae 9066represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
9067
9068@table @code
9069@item auto
9070Allow @value{GDBN} to choose a decoding style by inspecting your program.
891df0ea 9071This is the default.
c906108c
SS
9072
9073@item gnu
b37052ae 9074Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c
SS
9075
9076@item hp
b37052ae 9077Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
9078
9079@item lucid
b37052ae 9080Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
9081
9082@item arm
b37052ae 9083Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
9084@strong{Warning:} this setting alone is not sufficient to allow
9085debugging @code{cfront}-generated executables. @value{GDBN} would
9086require further enhancement to permit that.
9087
9088@end table
9089If you omit @var{style}, you will see a list of possible formats.
9090
c906108c 9091@item show demangle-style
b37052ae 9092Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 9093
c906108c
SS
9094@item set print object
9095@itemx set print object on
4644b6e3 9096@cindex derived type of an object, printing
9c16f35a 9097@cindex display derived types
c906108c
SS
9098When displaying a pointer to an object, identify the @emph{actual}
9099(derived) type of the object rather than the @emph{declared} type, using
625c0d47
TT
9100the virtual function table. Note that the virtual function table is
9101required---this feature can only work for objects that have run-time
9102type identification; a single virtual method in the object's declared
8264ba82
AG
9103type is sufficient. Note that this setting is also taken into account when
9104working with variable objects via MI (@pxref{GDB/MI}).
c906108c
SS
9105
9106@item set print object off
9107Display only the declared type of objects, without reference to the
9108virtual function table. This is the default setting.
9109
c906108c
SS
9110@item show print object
9111Show whether actual, or declared, object types are displayed.
9112
c906108c
SS
9113@item set print static-members
9114@itemx set print static-members on
4644b6e3 9115@cindex static members of C@t{++} objects
b37052ae 9116Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
9117
9118@item set print static-members off
b37052ae 9119Do not print static members when displaying a C@t{++} object.
c906108c 9120
c906108c 9121@item show print static-members
9c16f35a
EZ
9122Show whether C@t{++} static members are printed or not.
9123
9124@item set print pascal_static-members
9125@itemx set print pascal_static-members on
d3e8051b
EZ
9126@cindex static members of Pascal objects
9127@cindex Pascal objects, static members display
9c16f35a
EZ
9128Print static members when displaying a Pascal object. The default is on.
9129
9130@item set print pascal_static-members off
9131Do not print static members when displaying a Pascal object.
9132
9133@item show print pascal_static-members
9134Show whether Pascal static members are printed or not.
c906108c
SS
9135
9136@c These don't work with HP ANSI C++ yet.
c906108c
SS
9137@item set print vtbl
9138@itemx set print vtbl on
4644b6e3 9139@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
9140@cindex virtual functions (C@t{++}) display
9141@cindex VTBL display
b37052ae 9142Pretty print C@t{++} virtual function tables. The default is off.
c906108c 9143(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 9144ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
9145
9146@item set print vtbl off
b37052ae 9147Do not pretty print C@t{++} virtual function tables.
c906108c 9148
c906108c 9149@item show print vtbl
b37052ae 9150Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 9151@end table
c906108c 9152
4c374409
JK
9153@node Pretty Printing
9154@section Pretty Printing
9155
9156@value{GDBN} provides a mechanism to allow pretty-printing of values using
9157Python code. It greatly simplifies the display of complex objects. This
9158mechanism works for both MI and the CLI.
9159
7b51bc51
DE
9160@menu
9161* Pretty-Printer Introduction:: Introduction to pretty-printers
9162* Pretty-Printer Example:: An example pretty-printer
9163* Pretty-Printer Commands:: Pretty-printer commands
9164@end menu
9165
9166@node Pretty-Printer Introduction
9167@subsection Pretty-Printer Introduction
9168
9169When @value{GDBN} prints a value, it first sees if there is a pretty-printer
9170registered for the value. If there is then @value{GDBN} invokes the
9171pretty-printer to print the value. Otherwise the value is printed normally.
9172
9173Pretty-printers are normally named. This makes them easy to manage.
9174The @samp{info pretty-printer} command will list all the installed
9175pretty-printers with their names.
9176If a pretty-printer can handle multiple data types, then its
9177@dfn{subprinters} are the printers for the individual data types.
9178Each such subprinter has its own name.
4e04c971 9179The format of the name is @var{printer-name};@var{subprinter-name}.
7b51bc51
DE
9180
9181Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
9182Typically they are automatically loaded and registered when the corresponding
9183debug information is loaded, thus making them available without having to
9184do anything special.
9185
9186There are three places where a pretty-printer can be registered.
9187
9188@itemize @bullet
9189@item
9190Pretty-printers registered globally are available when debugging
9191all inferiors.
9192
9193@item
9194Pretty-printers registered with a program space are available only
9195when debugging that program.
9196@xref{Progspaces In Python}, for more details on program spaces in Python.
9197
9198@item
9199Pretty-printers registered with an objfile are loaded and unloaded
9200with the corresponding objfile (e.g., shared library).
9201@xref{Objfiles In Python}, for more details on objfiles in Python.
9202@end itemize
9203
9204@xref{Selecting Pretty-Printers}, for further information on how
9205pretty-printers are selected,
9206
9207@xref{Writing a Pretty-Printer}, for implementing pretty printers
9208for new types.
9209
9210@node Pretty-Printer Example
9211@subsection Pretty-Printer Example
9212
9213Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
4c374409
JK
9214
9215@smallexample
9216(@value{GDBP}) print s
9217$1 = @{
9218 static npos = 4294967295,
9219 _M_dataplus = @{
9220 <std::allocator<char>> = @{
9221 <__gnu_cxx::new_allocator<char>> = @{
9222 <No data fields>@}, <No data fields>
9223 @},
9224 members of std::basic_string<char, std::char_traits<char>,
9225 std::allocator<char> >::_Alloc_hider:
9226 _M_p = 0x804a014 "abcd"
9227 @}
9228@}
9229@end smallexample
9230
9231With a pretty-printer for @code{std::string} only the contents are printed:
9232
9233@smallexample
9234(@value{GDBP}) print s
9235$2 = "abcd"
9236@end smallexample
9237
7b51bc51
DE
9238@node Pretty-Printer Commands
9239@subsection Pretty-Printer Commands
9240@cindex pretty-printer commands
9241
9242@table @code
9243@kindex info pretty-printer
9244@item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9245Print the list of installed pretty-printers.
9246This includes disabled pretty-printers, which are marked as such.
9247
9248@var{object-regexp} is a regular expression matching the objects
9249whose pretty-printers to list.
9250Objects can be @code{global}, the program space's file
9251(@pxref{Progspaces In Python}),
9252and the object files within that program space (@pxref{Objfiles In Python}).
9253@xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
9254looks up a printer from these three objects.
9255
9256@var{name-regexp} is a regular expression matching the name of the printers
9257to list.
9258
9259@kindex disable pretty-printer
9260@item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9261Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
9262A disabled pretty-printer is not forgotten, it may be enabled again later.
9263
9264@kindex enable pretty-printer
9265@item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
9266Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
9267@end table
9268
9269Example:
9270
9271Suppose we have three pretty-printers installed: one from library1.so
9272named @code{foo} that prints objects of type @code{foo}, and
9273another from library2.so named @code{bar} that prints two types of objects,
9274@code{bar1} and @code{bar2}.
9275
9276@smallexample
9277(gdb) info pretty-printer
9278library1.so:
9279 foo
9280library2.so:
9281 bar
9282 bar1
9283 bar2
9284(gdb) info pretty-printer library2
9285library2.so:
9286 bar
9287 bar1
9288 bar2
9289(gdb) disable pretty-printer library1
92901 printer disabled
92912 of 3 printers enabled
9292(gdb) info pretty-printer
9293library1.so:
9294 foo [disabled]
9295library2.so:
9296 bar
9297 bar1
9298 bar2
9299(gdb) disable pretty-printer library2 bar:bar1
93001 printer disabled
93011 of 3 printers enabled
9302(gdb) info pretty-printer library2
9303library1.so:
9304 foo [disabled]
9305library2.so:
9306 bar
9307 bar1 [disabled]
9308 bar2
9309(gdb) disable pretty-printer library2 bar
93101 printer disabled
93110 of 3 printers enabled
9312(gdb) info pretty-printer library2
9313library1.so:
9314 foo [disabled]
9315library2.so:
9316 bar [disabled]
9317 bar1 [disabled]
9318 bar2
9319@end smallexample
9320
9321Note that for @code{bar} the entire printer can be disabled,
9322as can each individual subprinter.
4c374409 9323
6d2ebf8b 9324@node Value History
79a6e687 9325@section Value History
c906108c
SS
9326
9327@cindex value history
9c16f35a 9328@cindex history of values printed by @value{GDBN}
5d161b24
DB
9329Values printed by the @code{print} command are saved in the @value{GDBN}
9330@dfn{value history}. This allows you to refer to them in other expressions.
9331Values are kept until the symbol table is re-read or discarded
9332(for example with the @code{file} or @code{symbol-file} commands).
9333When the symbol table changes, the value history is discarded,
9334since the values may contain pointers back to the types defined in the
c906108c
SS
9335symbol table.
9336
9337@cindex @code{$}
9338@cindex @code{$$}
9339@cindex history number
9340The values printed are given @dfn{history numbers} by which you can
9341refer to them. These are successive integers starting with one.
9342@code{print} shows you the history number assigned to a value by
9343printing @samp{$@var{num} = } before the value; here @var{num} is the
9344history number.
9345
9346To refer to any previous value, use @samp{$} followed by the value's
9347history number. The way @code{print} labels its output is designed to
9348remind you of this. Just @code{$} refers to the most recent value in
9349the history, and @code{$$} refers to the value before that.
9350@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
9351is the value just prior to @code{$$}, @code{$$1} is equivalent to
9352@code{$$}, and @code{$$0} is equivalent to @code{$}.
9353
9354For example, suppose you have just printed a pointer to a structure and
9355want to see the contents of the structure. It suffices to type
9356
474c8240 9357@smallexample
c906108c 9358p *$
474c8240 9359@end smallexample
c906108c
SS
9360
9361If you have a chain of structures where the component @code{next} points
9362to the next one, you can print the contents of the next one with this:
9363
474c8240 9364@smallexample
c906108c 9365p *$.next
474c8240 9366@end smallexample
c906108c
SS
9367
9368@noindent
9369You can print successive links in the chain by repeating this
9370command---which you can do by just typing @key{RET}.
9371
9372Note that the history records values, not expressions. If the value of
9373@code{x} is 4 and you type these commands:
9374
474c8240 9375@smallexample
c906108c
SS
9376print x
9377set x=5
474c8240 9378@end smallexample
c906108c
SS
9379
9380@noindent
9381then the value recorded in the value history by the @code{print} command
9382remains 4 even though the value of @code{x} has changed.
9383
9384@table @code
9385@kindex show values
9386@item show values
9387Print the last ten values in the value history, with their item numbers.
9388This is like @samp{p@ $$9} repeated ten times, except that @code{show
9389values} does not change the history.
9390
9391@item show values @var{n}
9392Print ten history values centered on history item number @var{n}.
9393
9394@item show values +
9395Print ten history values just after the values last printed. If no more
9396values are available, @code{show values +} produces no display.
9397@end table
9398
9399Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
9400same effect as @samp{show values +}.
9401
6d2ebf8b 9402@node Convenience Vars
79a6e687 9403@section Convenience Variables
c906108c
SS
9404
9405@cindex convenience variables
9c16f35a 9406@cindex user-defined variables
c906108c
SS
9407@value{GDBN} provides @dfn{convenience variables} that you can use within
9408@value{GDBN} to hold on to a value and refer to it later. These variables
9409exist entirely within @value{GDBN}; they are not part of your program, and
9410setting a convenience variable has no direct effect on further execution
9411of your program. That is why you can use them freely.
9412
9413Convenience variables are prefixed with @samp{$}. Any name preceded by
9414@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 9415the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c 9416(Value history references, in contrast, are @emph{numbers} preceded
79a6e687 9417by @samp{$}. @xref{Value History, ,Value History}.)
c906108c
SS
9418
9419You can save a value in a convenience variable with an assignment
9420expression, just as you would set a variable in your program.
9421For example:
9422
474c8240 9423@smallexample
c906108c 9424set $foo = *object_ptr
474c8240 9425@end smallexample
c906108c
SS
9426
9427@noindent
9428would save in @code{$foo} the value contained in the object pointed to by
9429@code{object_ptr}.
9430
9431Using a convenience variable for the first time creates it, but its
9432value is @code{void} until you assign a new value. You can alter the
9433value with another assignment at any time.
9434
9435Convenience variables have no fixed types. You can assign a convenience
9436variable any type of value, including structures and arrays, even if
9437that variable already has a value of a different type. The convenience
9438variable, when used as an expression, has the type of its current value.
9439
9440@table @code
9441@kindex show convenience
f47f77df 9442@cindex show all user variables and functions
c906108c 9443@item show convenience
f47f77df
DE
9444Print a list of convenience variables used so far, and their values,
9445as well as a list of the convenience functions.
d4f3574e 9446Abbreviated @code{show conv}.
53e5f3cf
AS
9447
9448@kindex init-if-undefined
9449@cindex convenience variables, initializing
9450@item init-if-undefined $@var{variable} = @var{expression}
9451Set a convenience variable if it has not already been set. This is useful
9452for user-defined commands that keep some state. It is similar, in concept,
9453to using local static variables with initializers in C (except that
9454convenience variables are global). It can also be used to allow users to
9455override default values used in a command script.
9456
9457If the variable is already defined then the expression is not evaluated so
9458any side-effects do not occur.
c906108c
SS
9459@end table
9460
9461One of the ways to use a convenience variable is as a counter to be
9462incremented or a pointer to be advanced. For example, to print
9463a field from successive elements of an array of structures:
9464
474c8240 9465@smallexample
c906108c
SS
9466set $i = 0
9467print bar[$i++]->contents
474c8240 9468@end smallexample
c906108c 9469
d4f3574e
SS
9470@noindent
9471Repeat that command by typing @key{RET}.
c906108c
SS
9472
9473Some convenience variables are created automatically by @value{GDBN} and given
9474values likely to be useful.
9475
9476@table @code
41afff9a 9477@vindex $_@r{, convenience variable}
c906108c
SS
9478@item $_
9479The variable @code{$_} is automatically set by the @code{x} command to
79a6e687 9480the last address examined (@pxref{Memory, ,Examining Memory}). Other
c906108c
SS
9481commands which provide a default address for @code{x} to examine also
9482set @code{$_} to that address; these commands include @code{info line}
9483and @code{info breakpoint}. The type of @code{$_} is @code{void *}
9484except when set by the @code{x} command, in which case it is a pointer
9485to the type of @code{$__}.
9486
41afff9a 9487@vindex $__@r{, convenience variable}
c906108c
SS
9488@item $__
9489The variable @code{$__} is automatically set by the @code{x} command
9490to the value found in the last address examined. Its type is chosen
9491to match the format in which the data was printed.
9492
9493@item $_exitcode
41afff9a 9494@vindex $_exitcode@r{, convenience variable}
c906108c
SS
9495The variable @code{$_exitcode} is automatically set to the exit code when
9496the program being debugged terminates.
4aa995e1 9497
62e5f89c
SDJ
9498@item $_probe_argc
9499@itemx $_probe_arg0@dots{}$_probe_arg11
9500Arguments to a static probe. @xref{Static Probe Points}.
9501
0fb4aa4b
PA
9502@item $_sdata
9503@vindex $_sdata@r{, inspect, convenience variable}
9504The variable @code{$_sdata} contains extra collected static tracepoint
9505data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
9506@code{$_sdata} could be empty, if not inspecting a trace buffer, or
9507if extra static tracepoint data has not been collected.
9508
4aa995e1
PA
9509@item $_siginfo
9510@vindex $_siginfo@r{, convenience variable}
ec7e75e7
PP
9511The variable @code{$_siginfo} contains extra signal information
9512(@pxref{extra signal information}). Note that @code{$_siginfo}
9513could be empty, if the application has not yet received any signals.
9514For example, it will be empty before you execute the @code{run} command.
711e434b
PM
9515
9516@item $_tlb
9517@vindex $_tlb@r{, convenience variable}
9518The variable @code{$_tlb} is automatically set when debugging
9519applications running on MS-Windows in native mode or connected to
9520gdbserver that supports the @code{qGetTIBAddr} request.
9521@xref{General Query Packets}.
9522This variable contains the address of the thread information block.
9523
c906108c
SS
9524@end table
9525
53a5351d
JM
9526On HP-UX systems, if you refer to a function or variable name that
9527begins with a dollar sign, @value{GDBN} searches for a user or system
9528name first, before it searches for a convenience variable.
c906108c 9529
a72c3253
DE
9530@node Convenience Funs
9531@section Convenience Functions
9532
bc3b79fd
TJB
9533@cindex convenience functions
9534@value{GDBN} also supplies some @dfn{convenience functions}. These
9535have a syntax similar to convenience variables. A convenience
9536function can be used in an expression just like an ordinary function;
9537however, a convenience function is implemented internally to
9538@value{GDBN}.
9539
a72c3253
DE
9540These functions require @value{GDBN} to be configured with
9541@code{Python} support.
9542
9543@table @code
9544
9545@item $_memeq(@var{buf1}, @var{buf2}, @var{length})
9546@findex $_memeq@r{, convenience function}
9547Returns one if the @var{length} bytes at the addresses given by
9548@var{buf1} and @var{buf2} are equal.
9549Otherwise it returns zero.
9550
9551@item $_regex(@var{str}, @var{regex})
9552@findex $_regex@r{, convenience function}
9553Returns one if the string @var{str} matches the regular expression
9554@var{regex}. Otherwise it returns zero.
9555The syntax of the regular expression is that specified by @code{Python}'s
9556regular expression support.
9557
9558@item $_streq(@var{str1}, @var{str2})
9559@findex $_streq@r{, convenience function}
9560Returns one if the strings @var{str1} and @var{str2} are equal.
9561Otherwise it returns zero.
9562
9563@item $_strlen(@var{str})
9564@findex $_strlen@r{, convenience function}
9565Returns the length of string @var{str}.
9566
9567@end table
9568
9569@value{GDBN} provides the ability to list and get help on
9570convenience functions.
9571
bc3b79fd
TJB
9572@table @code
9573@item help function
9574@kindex help function
9575@cindex show all convenience functions
9576Print a list of all convenience functions.
9577@end table
9578
6d2ebf8b 9579@node Registers
c906108c
SS
9580@section Registers
9581
9582@cindex registers
9583You can refer to machine register contents, in expressions, as variables
9584with names starting with @samp{$}. The names of registers are different
9585for each machine; use @code{info registers} to see the names used on
9586your machine.
9587
9588@table @code
9589@kindex info registers
9590@item info registers
9591Print the names and values of all registers except floating-point
c85508ee 9592and vector registers (in the selected stack frame).
c906108c
SS
9593
9594@kindex info all-registers
9595@cindex floating point registers
9596@item info all-registers
9597Print the names and values of all registers, including floating-point
c85508ee 9598and vector registers (in the selected stack frame).
c906108c
SS
9599
9600@item info registers @var{regname} @dots{}
9601Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
9602As discussed in detail below, register values are normally relative to
9603the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
9604the machine you are using, with or without the initial @samp{$}.
9605@end table
9606
e09f16f9
EZ
9607@cindex stack pointer register
9608@cindex program counter register
9609@cindex process status register
9610@cindex frame pointer register
9611@cindex standard registers
c906108c
SS
9612@value{GDBN} has four ``standard'' register names that are available (in
9613expressions) on most machines---whenever they do not conflict with an
9614architecture's canonical mnemonics for registers. The register names
9615@code{$pc} and @code{$sp} are used for the program counter register and
9616the stack pointer. @code{$fp} is used for a register that contains a
9617pointer to the current stack frame, and @code{$ps} is used for a
9618register that contains the processor status. For example,
9619you could print the program counter in hex with
9620
474c8240 9621@smallexample
c906108c 9622p/x $pc
474c8240 9623@end smallexample
c906108c
SS
9624
9625@noindent
9626or print the instruction to be executed next with
9627
474c8240 9628@smallexample
c906108c 9629x/i $pc
474c8240 9630@end smallexample
c906108c
SS
9631
9632@noindent
9633or add four to the stack pointer@footnote{This is a way of removing
9634one word from the stack, on machines where stacks grow downward in
9635memory (most machines, nowadays). This assumes that the innermost
9636stack frame is selected; setting @code{$sp} is not allowed when other
9637stack frames are selected. To pop entire frames off the stack,
9638regardless of machine architecture, use @code{return};
79a6e687 9639see @ref{Returning, ,Returning from a Function}.} with
c906108c 9640
474c8240 9641@smallexample
c906108c 9642set $sp += 4
474c8240 9643@end smallexample
c906108c
SS
9644
9645Whenever possible, these four standard register names are available on
9646your machine even though the machine has different canonical mnemonics,
9647so long as there is no conflict. The @code{info registers} command
9648shows the canonical names. For example, on the SPARC, @code{info
9649registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
9650can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
9651is an alias for the @sc{eflags} register.
c906108c
SS
9652
9653@value{GDBN} always considers the contents of an ordinary register as an
9654integer when the register is examined in this way. Some machines have
9655special registers which can hold nothing but floating point; these
9656registers are considered to have floating point values. There is no way
9657to refer to the contents of an ordinary register as floating point value
9658(although you can @emph{print} it as a floating point value with
9659@samp{print/f $@var{regname}}).
9660
9661Some registers have distinct ``raw'' and ``virtual'' data formats. This
9662means that the data format in which the register contents are saved by
9663the operating system is not the same one that your program normally
9664sees. For example, the registers of the 68881 floating point
9665coprocessor are always saved in ``extended'' (raw) format, but all C
9666programs expect to work with ``double'' (virtual) format. In such
5d161b24 9667cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
9668that makes sense for your program), but the @code{info registers} command
9669prints the data in both formats.
9670
36b80e65
EZ
9671@cindex SSE registers (x86)
9672@cindex MMX registers (x86)
9673Some machines have special registers whose contents can be interpreted
9674in several different ways. For example, modern x86-based machines
9675have SSE and MMX registers that can hold several values packed
9676together in several different formats. @value{GDBN} refers to such
9677registers in @code{struct} notation:
9678
9679@smallexample
9680(@value{GDBP}) print $xmm1
9681$1 = @{
9682 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
9683 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
9684 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
9685 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
9686 v4_int32 = @{0, 20657912, 11, 13@},
9687 v2_int64 = @{88725056443645952, 55834574859@},
9688 uint128 = 0x0000000d0000000b013b36f800000000
9689@}
9690@end smallexample
9691
9692@noindent
9693To set values of such registers, you need to tell @value{GDBN} which
9694view of the register you wish to change, as if you were assigning
9695value to a @code{struct} member:
9696
9697@smallexample
9698 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
9699@end smallexample
9700
c906108c 9701Normally, register values are relative to the selected stack frame
79a6e687 9702(@pxref{Selection, ,Selecting a Frame}). This means that you get the
c906108c
SS
9703value that the register would contain if all stack frames farther in
9704were exited and their saved registers restored. In order to see the
9705true contents of hardware registers, you must select the innermost
9706frame (with @samp{frame 0}).
9707
9708However, @value{GDBN} must deduce where registers are saved, from the machine
9709code generated by your compiler. If some registers are not saved, or if
9710@value{GDBN} is unable to locate the saved registers, the selected stack
9711frame makes no difference.
9712
6d2ebf8b 9713@node Floating Point Hardware
79a6e687 9714@section Floating Point Hardware
c906108c
SS
9715@cindex floating point
9716
9717Depending on the configuration, @value{GDBN} may be able to give
9718you more information about the status of the floating point hardware.
9719
9720@table @code
9721@kindex info float
9722@item info float
9723Display hardware-dependent information about the floating
9724point unit. The exact contents and layout vary depending on the
9725floating point chip. Currently, @samp{info float} is supported on
9726the ARM and x86 machines.
9727@end table
c906108c 9728
e76f1f2e
AC
9729@node Vector Unit
9730@section Vector Unit
9731@cindex vector unit
9732
9733Depending on the configuration, @value{GDBN} may be able to give you
9734more information about the status of the vector unit.
9735
9736@table @code
9737@kindex info vector
9738@item info vector
9739Display information about the vector unit. The exact contents and
9740layout vary depending on the hardware.
9741@end table
9742
721c2651 9743@node OS Information
79a6e687 9744@section Operating System Auxiliary Information
721c2651
EZ
9745@cindex OS information
9746
9747@value{GDBN} provides interfaces to useful OS facilities that can help
9748you debug your program.
9749
b383017d
RM
9750@cindex auxiliary vector
9751@cindex vector, auxiliary
b383017d
RM
9752Some operating systems supply an @dfn{auxiliary vector} to programs at
9753startup. This is akin to the arguments and environment that you
9754specify for a program, but contains a system-dependent variety of
9755binary values that tell system libraries important details about the
9756hardware, operating system, and process. Each value's purpose is
9757identified by an integer tag; the meanings are well-known but system-specific.
9758Depending on the configuration and operating system facilities,
9c16f35a
EZ
9759@value{GDBN} may be able to show you this information. For remote
9760targets, this functionality may further depend on the remote stub's
427c3a89
DJ
9761support of the @samp{qXfer:auxv:read} packet, see
9762@ref{qXfer auxiliary vector read}.
b383017d
RM
9763
9764@table @code
9765@kindex info auxv
9766@item info auxv
9767Display the auxiliary vector of the inferior, which can be either a
e4937fc1 9768live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
9769numerically, and also shows names and text descriptions for recognized
9770tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 9771pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
9772most appropriate form for a recognized tag, and in hexadecimal for
9773an unrecognized tag.
9774@end table
9775
85d4a676
SS
9776On some targets, @value{GDBN} can access operating system-specific
9777information and show it to you. The types of information available
9778will differ depending on the type of operating system running on the
9779target. The mechanism used to fetch the data is described in
9780@ref{Operating System Information}. For remote targets, this
9781functionality depends on the remote stub's support of the
07e059b5
VP
9782@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
9783
9784@table @code
a61408f8 9785@kindex info os
85d4a676
SS
9786@item info os @var{infotype}
9787
9788Display OS information of the requested type.
a61408f8 9789
85d4a676
SS
9790On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
9791
9792@anchor{linux info os infotypes}
9793@table @code
07e059b5 9794@kindex info os processes
85d4a676 9795@item processes
07e059b5 9796Display the list of processes on the target. For each process,
85d4a676
SS
9797@value{GDBN} prints the process identifier, the name of the user, the
9798command corresponding to the process, and the list of processor cores
9799that the process is currently running on. (To understand what these
9800properties mean, for this and the following info types, please consult
9801the general @sc{gnu}/Linux documentation.)
9802
9803@kindex info os procgroups
9804@item procgroups
9805Display the list of process groups on the target. For each process,
9806@value{GDBN} prints the identifier of the process group that it belongs
9807to, the command corresponding to the process group leader, the process
9808identifier, and the command line of the process. The list is sorted
9809first by the process group identifier, then by the process identifier,
9810so that processes belonging to the same process group are grouped together
9811and the process group leader is listed first.
9812
9813@kindex info os threads
9814@item threads
9815Display the list of threads running on the target. For each thread,
9816@value{GDBN} prints the identifier of the process that the thread
9817belongs to, the command of the process, the thread identifier, and the
9818processor core that it is currently running on. The main thread of a
9819process is not listed.
9820
9821@kindex info os files
9822@item files
9823Display the list of open file descriptors on the target. For each
9824file descriptor, @value{GDBN} prints the identifier of the process
9825owning the descriptor, the command of the owning process, the value
9826of the descriptor, and the target of the descriptor.
9827
9828@kindex info os sockets
9829@item sockets
9830Display the list of Internet-domain sockets on the target. For each
9831socket, @value{GDBN} prints the address and port of the local and
9832remote endpoints, the current state of the connection, the creator of
9833the socket, the IP address family of the socket, and the type of the
9834connection.
9835
9836@kindex info os shm
9837@item shm
9838Display the list of all System V shared-memory regions on the target.
9839For each shared-memory region, @value{GDBN} prints the region key,
9840the shared-memory identifier, the access permissions, the size of the
9841region, the process that created the region, the process that last
9842attached to or detached from the region, the current number of live
9843attaches to the region, and the times at which the region was last
9844attached to, detach from, and changed.
9845
9846@kindex info os semaphores
9847@item semaphores
9848Display the list of all System V semaphore sets on the target. For each
9849semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
9850set identifier, the access permissions, the number of semaphores in the
9851set, the user and group of the owner and creator of the semaphore set,
9852and the times at which the semaphore set was operated upon and changed.
9853
9854@kindex info os msg
9855@item msg
9856Display the list of all System V message queues on the target. For each
9857message queue, @value{GDBN} prints the message queue key, the message
9858queue identifier, the access permissions, the current number of bytes
9859on the queue, the current number of messages on the queue, the processes
9860that last sent and received a message on the queue, the user and group
9861of the owner and creator of the message queue, the times at which a
9862message was last sent and received on the queue, and the time at which
9863the message queue was last changed.
9864
9865@kindex info os modules
9866@item modules
9867Display the list of all loaded kernel modules on the target. For each
9868module, @value{GDBN} prints the module name, the size of the module in
9869bytes, the number of times the module is used, the dependencies of the
9870module, the status of the module, and the address of the loaded module
9871in memory.
9872@end table
9873
9874@item info os
9875If @var{infotype} is omitted, then list the possible values for
9876@var{infotype} and the kind of OS information available for each
9877@var{infotype}. If the target does not return a list of possible
9878types, this command will report an error.
07e059b5 9879@end table
721c2651 9880
29e57380 9881@node Memory Region Attributes
79a6e687 9882@section Memory Region Attributes
29e57380
C
9883@cindex memory region attributes
9884
b383017d 9885@dfn{Memory region attributes} allow you to describe special handling
fd79ecee
DJ
9886required by regions of your target's memory. @value{GDBN} uses
9887attributes to determine whether to allow certain types of memory
9888accesses; whether to use specific width accesses; and whether to cache
9889target memory. By default the description of memory regions is
9890fetched from the target (if the current target supports this), but the
9891user can override the fetched regions.
29e57380
C
9892
9893Defined memory regions can be individually enabled and disabled. When a
9894memory region is disabled, @value{GDBN} uses the default attributes when
9895accessing memory in that region. Similarly, if no memory regions have
9896been defined, @value{GDBN} uses the default attributes when accessing
9897all memory.
9898
b383017d 9899When a memory region is defined, it is given a number to identify it;
29e57380
C
9900to enable, disable, or remove a memory region, you specify that number.
9901
9902@table @code
9903@kindex mem
bfac230e 9904@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
9905Define a memory region bounded by @var{lower} and @var{upper} with
9906attributes @var{attributes}@dots{}, and add it to the list of regions
9907monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
d3e8051b 9908case: it is treated as the target's maximum memory address.
bfac230e 9909(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380 9910
fd79ecee
DJ
9911@item mem auto
9912Discard any user changes to the memory regions and use target-supplied
9913regions, if available, or no regions if the target does not support.
9914
29e57380
C
9915@kindex delete mem
9916@item delete mem @var{nums}@dots{}
09d4efe1
EZ
9917Remove memory regions @var{nums}@dots{} from the list of regions
9918monitored by @value{GDBN}.
29e57380
C
9919
9920@kindex disable mem
9921@item disable mem @var{nums}@dots{}
09d4efe1 9922Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 9923A disabled memory region is not forgotten.
29e57380
C
9924It may be enabled again later.
9925
9926@kindex enable mem
9927@item enable mem @var{nums}@dots{}
09d4efe1 9928Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
9929
9930@kindex info mem
9931@item info mem
9932Print a table of all defined memory regions, with the following columns
09d4efe1 9933for each region:
29e57380
C
9934
9935@table @emph
9936@item Memory Region Number
9937@item Enabled or Disabled.
b383017d 9938Enabled memory regions are marked with @samp{y}.
29e57380
C
9939Disabled memory regions are marked with @samp{n}.
9940
9941@item Lo Address
9942The address defining the inclusive lower bound of the memory region.
9943
9944@item Hi Address
9945The address defining the exclusive upper bound of the memory region.
9946
9947@item Attributes
9948The list of attributes set for this memory region.
9949@end table
9950@end table
9951
9952
9953@subsection Attributes
9954
b383017d 9955@subsubsection Memory Access Mode
29e57380
C
9956The access mode attributes set whether @value{GDBN} may make read or
9957write accesses to a memory region.
9958
9959While these attributes prevent @value{GDBN} from performing invalid
9960memory accesses, they do nothing to prevent the target system, I/O DMA,
359df76b 9961etc.@: from accessing memory.
29e57380
C
9962
9963@table @code
9964@item ro
9965Memory is read only.
9966@item wo
9967Memory is write only.
9968@item rw
6ca652b0 9969Memory is read/write. This is the default.
29e57380
C
9970@end table
9971
9972@subsubsection Memory Access Size
d3e8051b 9973The access size attribute tells @value{GDBN} to use specific sized
29e57380
C
9974accesses in the memory region. Often memory mapped device registers
9975require specific sized accesses. If no access size attribute is
9976specified, @value{GDBN} may use accesses of any size.
9977
9978@table @code
9979@item 8
9980Use 8 bit memory accesses.
9981@item 16
9982Use 16 bit memory accesses.
9983@item 32
9984Use 32 bit memory accesses.
9985@item 64
9986Use 64 bit memory accesses.
9987@end table
9988
9989@c @subsubsection Hardware/Software Breakpoints
9990@c The hardware/software breakpoint attributes set whether @value{GDBN}
9991@c will use hardware or software breakpoints for the internal breakpoints
9992@c used by the step, next, finish, until, etc. commands.
9993@c
9994@c @table @code
9995@c @item hwbreak
b383017d 9996@c Always use hardware breakpoints
29e57380
C
9997@c @item swbreak (default)
9998@c @end table
9999
10000@subsubsection Data Cache
10001The data cache attributes set whether @value{GDBN} will cache target
10002memory. While this generally improves performance by reducing debug
10003protocol overhead, it can lead to incorrect results because @value{GDBN}
10004does not know about volatile variables or memory mapped device
10005registers.
10006
10007@table @code
10008@item cache
b383017d 10009Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
10010@item nocache
10011Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
10012@end table
10013
4b5752d0
VP
10014@subsection Memory Access Checking
10015@value{GDBN} can be instructed to refuse accesses to memory that is
10016not explicitly described. This can be useful if accessing such
10017regions has undesired effects for a specific target, or to provide
10018better error checking. The following commands control this behaviour.
10019
10020@table @code
10021@kindex set mem inaccessible-by-default
10022@item set mem inaccessible-by-default [on|off]
10023If @code{on} is specified, make @value{GDBN} treat memory not
10024explicitly described by the memory ranges as non-existent and refuse accesses
10025to such memory. The checks are only performed if there's at least one
10026memory range defined. If @code{off} is specified, make @value{GDBN}
10027treat the memory not explicitly described by the memory ranges as RAM.
56cf5405 10028The default value is @code{on}.
4b5752d0
VP
10029@kindex show mem inaccessible-by-default
10030@item show mem inaccessible-by-default
10031Show the current handling of accesses to unknown memory.
10032@end table
10033
10034
29e57380 10035@c @subsubsection Memory Write Verification
b383017d 10036@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
10037@c will re-reads data after each write to verify the write was successful.
10038@c
10039@c @table @code
10040@c @item verify
10041@c @item noverify (default)
10042@c @end table
10043
16d9dec6 10044@node Dump/Restore Files
79a6e687 10045@section Copy Between Memory and a File
16d9dec6
MS
10046@cindex dump/restore files
10047@cindex append data to a file
10048@cindex dump data to a file
10049@cindex restore data from a file
16d9dec6 10050
df5215a6
JB
10051You can use the commands @code{dump}, @code{append}, and
10052@code{restore} to copy data between target memory and a file. The
10053@code{dump} and @code{append} commands write data to a file, and the
10054@code{restore} command reads data from a file back into the inferior's
10055memory. Files may be in binary, Motorola S-record, Intel hex, or
10056Tektronix Hex format; however, @value{GDBN} can only append to binary
10057files.
10058
10059@table @code
10060
10061@kindex dump
10062@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
10063@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
10064Dump the contents of memory from @var{start_addr} to @var{end_addr},
10065or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 10066
df5215a6 10067The @var{format} parameter may be any one of:
16d9dec6 10068@table @code
df5215a6
JB
10069@item binary
10070Raw binary form.
10071@item ihex
10072Intel hex format.
10073@item srec
10074Motorola S-record format.
10075@item tekhex
10076Tektronix Hex format.
10077@end table
10078
10079@value{GDBN} uses the same definitions of these formats as the
10080@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
10081@var{format} is omitted, @value{GDBN} dumps the data in raw binary
10082form.
10083
10084@kindex append
10085@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
10086@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
10087Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 10088or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
10089(@value{GDBN} can only append data to files in raw binary form.)
10090
10091@kindex restore
10092@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
10093Restore the contents of file @var{filename} into memory. The
10094@code{restore} command can automatically recognize any known @sc{bfd}
10095file format, except for raw binary. To restore a raw binary file you
10096must specify the optional keyword @code{binary} after the filename.
16d9dec6 10097
b383017d 10098If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
10099contained in the file. Binary files always start at address zero, so
10100they will be restored at address @var{bias}. Other bfd files have
10101a built-in location; they will be restored at offset @var{bias}
10102from that location.
10103
10104If @var{start} and/or @var{end} are non-zero, then only data between
10105file offset @var{start} and file offset @var{end} will be restored.
b383017d 10106These offsets are relative to the addresses in the file, before
16d9dec6
MS
10107the @var{bias} argument is applied.
10108
10109@end table
10110
384ee23f
EZ
10111@node Core File Generation
10112@section How to Produce a Core File from Your Program
10113@cindex dump core from inferior
10114
10115A @dfn{core file} or @dfn{core dump} is a file that records the memory
10116image of a running process and its process status (register values
10117etc.). Its primary use is post-mortem debugging of a program that
10118crashed while it ran outside a debugger. A program that crashes
10119automatically produces a core file, unless this feature is disabled by
10120the user. @xref{Files}, for information on invoking @value{GDBN} in
10121the post-mortem debugging mode.
10122
10123Occasionally, you may wish to produce a core file of the program you
10124are debugging in order to preserve a snapshot of its state.
10125@value{GDBN} has a special command for that.
10126
10127@table @code
10128@kindex gcore
10129@kindex generate-core-file
10130@item generate-core-file [@var{file}]
10131@itemx gcore [@var{file}]
10132Produce a core dump of the inferior process. The optional argument
10133@var{file} specifies the file name where to put the core dump. If not
10134specified, the file name defaults to @file{core.@var{pid}}, where
10135@var{pid} is the inferior process ID.
10136
10137Note that this command is implemented only for some systems (as of
05b4bd79 10138this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
384ee23f
EZ
10139@end table
10140
a0eb71c5
KB
10141@node Character Sets
10142@section Character Sets
10143@cindex character sets
10144@cindex charset
10145@cindex translating between character sets
10146@cindex host character set
10147@cindex target character set
10148
10149If the program you are debugging uses a different character set to
10150represent characters and strings than the one @value{GDBN} uses itself,
10151@value{GDBN} can automatically translate between the character sets for
10152you. The character set @value{GDBN} uses we call the @dfn{host
10153character set}; the one the inferior program uses we call the
10154@dfn{target character set}.
10155
10156For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
10157uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
ea35711c 10158remote protocol (@pxref{Remote Debugging}) to debug a program
a0eb71c5
KB
10159running on an IBM mainframe, which uses the @sc{ebcdic} character set,
10160then the host character set is Latin-1, and the target character set is
10161@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 10162target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
10163@sc{ebcdic} and Latin 1 as you print character or string values, or use
10164character and string literals in expressions.
10165
10166@value{GDBN} has no way to automatically recognize which character set
10167the inferior program uses; you must tell it, using the @code{set
10168target-charset} command, described below.
10169
10170Here are the commands for controlling @value{GDBN}'s character set
10171support:
10172
10173@table @code
10174@item set target-charset @var{charset}
10175@kindex set target-charset
10af6951
EZ
10176Set the current target character set to @var{charset}. To display the
10177list of supported target character sets, type
10178@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
a0eb71c5 10179
a0eb71c5
KB
10180@item set host-charset @var{charset}
10181@kindex set host-charset
10182Set the current host character set to @var{charset}.
10183
10184By default, @value{GDBN} uses a host character set appropriate to the
10185system it is running on; you can override that default using the
732f6a93
TT
10186@code{set host-charset} command. On some systems, @value{GDBN} cannot
10187automatically determine the appropriate host character set. In this
10188case, @value{GDBN} uses @samp{UTF-8}.
a0eb71c5
KB
10189
10190@value{GDBN} can only use certain character sets as its host character
c1b6b909 10191set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
10af6951 10192@value{GDBN} will list the host character sets it supports.
a0eb71c5
KB
10193
10194@item set charset @var{charset}
10195@kindex set charset
e33d66ec 10196Set the current host and target character sets to @var{charset}. As
10af6951
EZ
10197above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
10198@value{GDBN} will list the names of the character sets that can be used
e33d66ec
EZ
10199for both host and target.
10200
a0eb71c5 10201@item show charset
a0eb71c5 10202@kindex show charset
10af6951 10203Show the names of the current host and target character sets.
e33d66ec 10204
10af6951 10205@item show host-charset
a0eb71c5 10206@kindex show host-charset
10af6951 10207Show the name of the current host character set.
e33d66ec 10208
10af6951 10209@item show target-charset
a0eb71c5 10210@kindex show target-charset
10af6951 10211Show the name of the current target character set.
a0eb71c5 10212
10af6951
EZ
10213@item set target-wide-charset @var{charset}
10214@kindex set target-wide-charset
10215Set the current target's wide character set to @var{charset}. This is
10216the character set used by the target's @code{wchar_t} type. To
10217display the list of supported wide character sets, type
10218@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
10219
10220@item show target-wide-charset
10221@kindex show target-wide-charset
10222Show the name of the current target's wide character set.
a0eb71c5
KB
10223@end table
10224
a0eb71c5
KB
10225Here is an example of @value{GDBN}'s character set support in action.
10226Assume that the following source code has been placed in the file
10227@file{charset-test.c}:
10228
10229@smallexample
10230#include <stdio.h>
10231
10232char ascii_hello[]
10233 = @{72, 101, 108, 108, 111, 44, 32, 119,
10234 111, 114, 108, 100, 33, 10, 0@};
10235char ibm1047_hello[]
10236 = @{200, 133, 147, 147, 150, 107, 64, 166,
10237 150, 153, 147, 132, 90, 37, 0@};
10238
10239main ()
10240@{
10241 printf ("Hello, world!\n");
10242@}
10998722 10243@end smallexample
a0eb71c5
KB
10244
10245In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
10246containing the string @samp{Hello, world!} followed by a newline,
10247encoded in the @sc{ascii} and @sc{ibm1047} character sets.
10248
10249We compile the program, and invoke the debugger on it:
10250
10251@smallexample
10252$ gcc -g charset-test.c -o charset-test
10253$ gdb -nw charset-test
10254GNU gdb 2001-12-19-cvs
10255Copyright 2001 Free Software Foundation, Inc.
10256@dots{}
f7dc1244 10257(@value{GDBP})
10998722 10258@end smallexample
a0eb71c5
KB
10259
10260We can use the @code{show charset} command to see what character sets
10261@value{GDBN} is currently using to interpret and display characters and
10262strings:
10263
10264@smallexample
f7dc1244 10265(@value{GDBP}) show charset
e33d66ec 10266The current host and target character set is `ISO-8859-1'.
f7dc1244 10267(@value{GDBP})
10998722 10268@end smallexample
a0eb71c5
KB
10269
10270For the sake of printing this manual, let's use @sc{ascii} as our
10271initial character set:
10272@smallexample
f7dc1244
EZ
10273(@value{GDBP}) set charset ASCII
10274(@value{GDBP}) show charset
e33d66ec 10275The current host and target character set is `ASCII'.
f7dc1244 10276(@value{GDBP})
10998722 10277@end smallexample
a0eb71c5
KB
10278
10279Let's assume that @sc{ascii} is indeed the correct character set for our
10280host system --- in other words, let's assume that if @value{GDBN} prints
10281characters using the @sc{ascii} character set, our terminal will display
10282them properly. Since our current target character set is also
10283@sc{ascii}, the contents of @code{ascii_hello} print legibly:
10284
10285@smallexample
f7dc1244 10286(@value{GDBP}) print ascii_hello
a0eb71c5 10287$1 = 0x401698 "Hello, world!\n"
f7dc1244 10288(@value{GDBP}) print ascii_hello[0]
a0eb71c5 10289$2 = 72 'H'
f7dc1244 10290(@value{GDBP})
10998722 10291@end smallexample
a0eb71c5
KB
10292
10293@value{GDBN} uses the target character set for character and string
10294literals you use in expressions:
10295
10296@smallexample
f7dc1244 10297(@value{GDBP}) print '+'
a0eb71c5 10298$3 = 43 '+'
f7dc1244 10299(@value{GDBP})
10998722 10300@end smallexample
a0eb71c5
KB
10301
10302The @sc{ascii} character set uses the number 43 to encode the @samp{+}
10303character.
10304
10305@value{GDBN} relies on the user to tell it which character set the
10306target program uses. If we print @code{ibm1047_hello} while our target
10307character set is still @sc{ascii}, we get jibberish:
10308
10309@smallexample
f7dc1244 10310(@value{GDBP}) print ibm1047_hello
a0eb71c5 10311$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 10312(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 10313$5 = 200 '\310'
f7dc1244 10314(@value{GDBP})
10998722 10315@end smallexample
a0eb71c5 10316
e33d66ec 10317If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
10318@value{GDBN} tells us the character sets it supports:
10319
10320@smallexample
f7dc1244 10321(@value{GDBP}) set target-charset
b383017d 10322ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 10323(@value{GDBP}) set target-charset
10998722 10324@end smallexample
a0eb71c5
KB
10325
10326We can select @sc{ibm1047} as our target character set, and examine the
10327program's strings again. Now the @sc{ascii} string is wrong, but
10328@value{GDBN} translates the contents of @code{ibm1047_hello} from the
10329target character set, @sc{ibm1047}, to the host character set,
10330@sc{ascii}, and they display correctly:
10331
10332@smallexample
f7dc1244
EZ
10333(@value{GDBP}) set target-charset IBM1047
10334(@value{GDBP}) show charset
e33d66ec
EZ
10335The current host character set is `ASCII'.
10336The current target character set is `IBM1047'.
f7dc1244 10337(@value{GDBP}) print ascii_hello
a0eb71c5 10338$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 10339(@value{GDBP}) print ascii_hello[0]
a0eb71c5 10340$7 = 72 '\110'
f7dc1244 10341(@value{GDBP}) print ibm1047_hello
a0eb71c5 10342$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 10343(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 10344$9 = 200 'H'
f7dc1244 10345(@value{GDBP})
10998722 10346@end smallexample
a0eb71c5
KB
10347
10348As above, @value{GDBN} uses the target character set for character and
10349string literals you use in expressions:
10350
10351@smallexample
f7dc1244 10352(@value{GDBP}) print '+'
a0eb71c5 10353$10 = 78 '+'
f7dc1244 10354(@value{GDBP})
10998722 10355@end smallexample
a0eb71c5 10356
e33d66ec 10357The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
10358character.
10359
09d4efe1
EZ
10360@node Caching Remote Data
10361@section Caching Data of Remote Targets
10362@cindex caching data of remote targets
10363
4e5d721f 10364@value{GDBN} caches data exchanged between the debugger and a
ea35711c 10365remote target (@pxref{Remote Debugging}). Such caching generally improves
09d4efe1 10366performance, because it reduces the overhead of the remote protocol by
4e5d721f
DE
10367bundling memory reads and writes into large chunks. Unfortunately, simply
10368caching everything would lead to incorrect results, since @value{GDBN}
10369does not necessarily know anything about volatile values, memory-mapped I/O
29b090c0
DE
10370addresses, etc. Furthermore, in non-stop mode (@pxref{Non-Stop Mode})
10371memory can be changed @emph{while} a gdb command is executing.
10372Therefore, by default, @value{GDBN} only caches data
10373known to be on the stack@footnote{In non-stop mode, it is moderately
10374rare for a running thread to modify the stack of a stopped thread
10375in a way that would interfere with a backtrace, and caching of
10376stack reads provides a significant speed up of remote backtraces.}.
10377Other regions of memory can be explicitly marked as
4e5d721f 10378cacheable; see @pxref{Memory Region Attributes}.
09d4efe1
EZ
10379
10380@table @code
10381@kindex set remotecache
10382@item set remotecache on
10383@itemx set remotecache off
4e5d721f
DE
10384This option no longer does anything; it exists for compatibility
10385with old scripts.
09d4efe1
EZ
10386
10387@kindex show remotecache
10388@item show remotecache
4e5d721f
DE
10389Show the current state of the obsolete remotecache flag.
10390
10391@kindex set stack-cache
10392@item set stack-cache on
10393@itemx set stack-cache off
10394Enable or disable caching of stack accesses. When @code{ON}, use
10395caching. By default, this option is @code{ON}.
10396
10397@kindex show stack-cache
10398@item show stack-cache
10399Show the current state of data caching for memory accesses.
09d4efe1
EZ
10400
10401@kindex info dcache
4e5d721f 10402@item info dcache @r{[}line@r{]}
09d4efe1 10403Print the information about the data cache performance. The
4e5d721f
DE
10404information displayed includes the dcache width and depth, and for
10405each cache line, its number, address, and how many times it was
10406referenced. This command is useful for debugging the data cache
10407operation.
10408
10409If a line number is specified, the contents of that line will be
10410printed in hex.
1a532630
PP
10411
10412@item set dcache size @var{size}
10413@cindex dcache size
10414@kindex set dcache size
10415Set maximum number of entries in dcache (dcache depth above).
10416
10417@item set dcache line-size @var{line-size}
10418@cindex dcache line-size
10419@kindex set dcache line-size
10420Set number of bytes each dcache entry caches (dcache width above).
10421Must be a power of 2.
10422
10423@item show dcache size
10424@kindex show dcache size
10425Show maximum number of dcache entries. See also @ref{Caching Remote Data, info dcache}.
10426
10427@item show dcache line-size
10428@kindex show dcache line-size
10429Show default size of dcache lines. See also @ref{Caching Remote Data, info dcache}.
10430
09d4efe1
EZ
10431@end table
10432
08388c79
DE
10433@node Searching Memory
10434@section Search Memory
10435@cindex searching memory
10436
10437Memory can be searched for a particular sequence of bytes with the
10438@code{find} command.
10439
10440@table @code
10441@kindex find
10442@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
10443@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
10444Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
10445etc. The search begins at address @var{start_addr} and continues for either
10446@var{len} bytes or through to @var{end_addr} inclusive.
10447@end table
10448
10449@var{s} and @var{n} are optional parameters.
10450They may be specified in either order, apart or together.
10451
10452@table @r
10453@item @var{s}, search query size
10454The size of each search query value.
10455
10456@table @code
10457@item b
10458bytes
10459@item h
10460halfwords (two bytes)
10461@item w
10462words (four bytes)
10463@item g
10464giant words (eight bytes)
10465@end table
10466
10467All values are interpreted in the current language.
10468This means, for example, that if the current source language is C/C@t{++}
10469then searching for the string ``hello'' includes the trailing '\0'.
10470
10471If the value size is not specified, it is taken from the
10472value's type in the current language.
10473This is useful when one wants to specify the search
10474pattern as a mixture of types.
10475Note that this means, for example, that in the case of C-like languages
10476a search for an untyped 0x42 will search for @samp{(int) 0x42}
10477which is typically four bytes.
10478
10479@item @var{n}, maximum number of finds
10480The maximum number of matches to print. The default is to print all finds.
10481@end table
10482
10483You can use strings as search values. Quote them with double-quotes
10484 (@code{"}).
10485The string value is copied into the search pattern byte by byte,
10486regardless of the endianness of the target and the size specification.
10487
10488The address of each match found is printed as well as a count of the
10489number of matches found.
10490
10491The address of the last value found is stored in convenience variable
10492@samp{$_}.
10493A count of the number of matches is stored in @samp{$numfound}.
10494
10495For example, if stopped at the @code{printf} in this function:
10496
10497@smallexample
10498void
10499hello ()
10500@{
10501 static char hello[] = "hello-hello";
10502 static struct @{ char c; short s; int i; @}
10503 __attribute__ ((packed)) mixed
10504 = @{ 'c', 0x1234, 0x87654321 @};
10505 printf ("%s\n", hello);
10506@}
10507@end smallexample
10508
10509@noindent
10510you get during debugging:
10511
10512@smallexample
10513(gdb) find &hello[0], +sizeof(hello), "hello"
105140x804956d <hello.1620+6>
105151 pattern found
10516(gdb) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
105170x8049567 <hello.1620>
105180x804956d <hello.1620+6>
105192 patterns found
10520(gdb) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
105210x8049567 <hello.1620>
105221 pattern found
10523(gdb) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
105240x8049560 <mixed.1625>
105251 pattern found
10526(gdb) print $numfound
10527$1 = 1
10528(gdb) print $_
10529$2 = (void *) 0x8049560
10530@end smallexample
a0eb71c5 10531
edb3359d
DJ
10532@node Optimized Code
10533@chapter Debugging Optimized Code
10534@cindex optimized code, debugging
10535@cindex debugging optimized code
10536
10537Almost all compilers support optimization. With optimization
10538disabled, the compiler generates assembly code that corresponds
10539directly to your source code, in a simplistic way. As the compiler
10540applies more powerful optimizations, the generated assembly code
10541diverges from your original source code. With help from debugging
10542information generated by the compiler, @value{GDBN} can map from
10543the running program back to constructs from your original source.
10544
10545@value{GDBN} is more accurate with optimization disabled. If you
10546can recompile without optimization, it is easier to follow the
10547progress of your program during debugging. But, there are many cases
10548where you may need to debug an optimized version.
10549
10550When you debug a program compiled with @samp{-g -O}, remember that the
10551optimizer has rearranged your code; the debugger shows you what is
10552really there. Do not be too surprised when the execution path does not
10553exactly match your source file! An extreme example: if you define a
10554variable, but never use it, @value{GDBN} never sees that
10555variable---because the compiler optimizes it out of existence.
10556
10557Some things do not work as well with @samp{-g -O} as with just
10558@samp{-g}, particularly on machines with instruction scheduling. If in
10559doubt, recompile with @samp{-g} alone, and if this fixes the problem,
10560please report it to us as a bug (including a test case!).
10561@xref{Variables}, for more information about debugging optimized code.
10562
10563@menu
10564* Inline Functions:: How @value{GDBN} presents inlining
111c6489 10565* Tail Call Frames:: @value{GDBN} analysis of jumps to functions
edb3359d
DJ
10566@end menu
10567
10568@node Inline Functions
10569@section Inline Functions
10570@cindex inline functions, debugging
10571
10572@dfn{Inlining} is an optimization that inserts a copy of the function
10573body directly at each call site, instead of jumping to a shared
10574routine. @value{GDBN} displays inlined functions just like
10575non-inlined functions. They appear in backtraces. You can view their
10576arguments and local variables, step into them with @code{step}, skip
10577them with @code{next}, and escape from them with @code{finish}.
10578You can check whether a function was inlined by using the
10579@code{info frame} command.
10580
10581For @value{GDBN} to support inlined functions, the compiler must
10582record information about inlining in the debug information ---
10583@value{NGCC} using the @sc{dwarf 2} format does this, and several
10584other compilers do also. @value{GDBN} only supports inlined functions
10585when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
10586do not emit two required attributes (@samp{DW_AT_call_file} and
10587@samp{DW_AT_call_line}); @value{GDBN} does not display inlined
10588function calls with earlier versions of @value{NGCC}. It instead
10589displays the arguments and local variables of inlined functions as
10590local variables in the caller.
10591
10592The body of an inlined function is directly included at its call site;
10593unlike a non-inlined function, there are no instructions devoted to
10594the call. @value{GDBN} still pretends that the call site and the
10595start of the inlined function are different instructions. Stepping to
10596the call site shows the call site, and then stepping again shows
10597the first line of the inlined function, even though no additional
10598instructions are executed.
10599
10600This makes source-level debugging much clearer; you can see both the
10601context of the call and then the effect of the call. Only stepping by
10602a single instruction using @code{stepi} or @code{nexti} does not do
10603this; single instruction steps always show the inlined body.
10604
10605There are some ways that @value{GDBN} does not pretend that inlined
10606function calls are the same as normal calls:
10607
10608@itemize @bullet
edb3359d
DJ
10609@item
10610Setting breakpoints at the call site of an inlined function may not
10611work, because the call site does not contain any code. @value{GDBN}
10612may incorrectly move the breakpoint to the next line of the enclosing
10613function, after the call. This limitation will be removed in a future
10614version of @value{GDBN}; until then, set a breakpoint on an earlier line
10615or inside the inlined function instead.
10616
10617@item
10618@value{GDBN} cannot locate the return value of inlined calls after
10619using the @code{finish} command. This is a limitation of compiler-generated
10620debugging information; after @code{finish}, you can step to the next line
10621and print a variable where your program stored the return value.
10622
10623@end itemize
10624
111c6489
JK
10625@node Tail Call Frames
10626@section Tail Call Frames
10627@cindex tail call frames, debugging
10628
10629Function @code{B} can call function @code{C} in its very last statement. In
10630unoptimized compilation the call of @code{C} is immediately followed by return
10631instruction at the end of @code{B} code. Optimizing compiler may replace the
10632call and return in function @code{B} into one jump to function @code{C}
10633instead. Such use of a jump instruction is called @dfn{tail call}.
10634
10635During execution of function @code{C}, there will be no indication in the
10636function call stack frames that it was tail-called from @code{B}. If function
10637@code{A} regularly calls function @code{B} which tail-calls function @code{C},
10638then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
10639some cases @value{GDBN} can determine that @code{C} was tail-called from
10640@code{B}, and it will then create fictitious call frame for that, with the
10641return address set up as if @code{B} called @code{C} normally.
10642
10643This functionality is currently supported only by DWARF 2 debugging format and
10644the compiler has to produce @samp{DW_TAG_GNU_call_site} tags. With
10645@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
10646this information.
10647
10648@kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
10649kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
10650
10651@smallexample
10652(gdb) x/i $pc - 2
10653 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
10654(gdb) info frame
10655Stack level 1, frame at 0x7fffffffda30:
10656 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
10657 tail call frame, caller of frame at 0x7fffffffda30
10658 source language c++.
10659 Arglist at unknown address.
10660 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
10661@end smallexample
10662
10663The detection of all the possible code path executions can find them ambiguous.
10664There is no execution history stored (possible @ref{Reverse Execution} is never
10665used for this purpose) and the last known caller could have reached the known
10666callee by multiple different jump sequences. In such case @value{GDBN} still
10667tries to show at least all the unambiguous top tail callers and all the
10668unambiguous bottom tail calees, if any.
10669
10670@table @code
e18b2753 10671@anchor{set debug entry-values}
111c6489
JK
10672@item set debug entry-values
10673@kindex set debug entry-values
10674When set to on, enables printing of analysis messages for both frame argument
10675values at function entry and tail calls. It will show all the possible valid
10676tail calls code paths it has considered. It will also print the intersection
10677of them with the final unambiguous (possibly partial or even empty) code path
10678result.
10679
10680@item show debug entry-values
10681@kindex show debug entry-values
10682Show the current state of analysis messages printing for both frame argument
10683values at function entry and tail calls.
10684@end table
10685
10686The analysis messages for tail calls can for example show why the virtual tail
10687call frame for function @code{c} has not been recognized (due to the indirect
10688reference by variable @code{x}):
10689
10690@smallexample
10691static void __attribute__((noinline, noclone)) c (void);
10692void (*x) (void) = c;
10693static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
10694static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
10695int main (void) @{ x (); return 0; @}
10696
10697Breakpoint 1, DW_OP_GNU_entry_value resolving cannot find
10698DW_TAG_GNU_call_site 0x40039a in main
10699a () at t.c:3
107003 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
10701(gdb) bt
10702#0 a () at t.c:3
10703#1 0x000000000040039a in main () at t.c:5
10704@end smallexample
10705
10706Another possibility is an ambiguous virtual tail call frames resolution:
10707
10708@smallexample
10709int i;
10710static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
10711static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
10712static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
10713static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
10714static void __attribute__((noinline, noclone)) b (void)
10715@{ if (i) c (); else e (); @}
10716static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
10717int main (void) @{ a (); return 0; @}
10718
10719tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
10720tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
10721tailcall: reduced: 0x4004d2(a) |
10722(gdb) bt
10723#0 f () at t.c:2
10724#1 0x00000000004004d2 in a () at t.c:8
10725#2 0x0000000000400395 in main () at t.c:9
10726@end smallexample
10727
5048e516
JK
10728@set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
10729@set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
10730
10731@c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
10732@ifset HAVE_MAKEINFO_CLICK
10733@set ARROW @click{}
10734@set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
10735@set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
10736@end ifset
10737@ifclear HAVE_MAKEINFO_CLICK
10738@set ARROW ->
10739@set CALLSEQ1B @value{CALLSEQ1A}
10740@set CALLSEQ2B @value{CALLSEQ2A}
10741@end ifclear
10742
10743Frames #0 and #2 are real, #1 is a virtual tail call frame.
10744The code can have possible execution paths @value{CALLSEQ1B} or
10745@value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
111c6489
JK
10746
10747@code{initial:} state shows some random possible calling sequence @value{GDBN}
10748has found. It then finds another possible calling sequcen - that one is
10749prefixed by @code{compare:}. The non-ambiguous intersection of these two is
10750printed as the @code{reduced:} calling sequence. That one could have many
10751futher @code{compare:} and @code{reduced:} statements as long as there remain
10752any non-ambiguous sequence entries.
10753
10754For the frame of function @code{b} in both cases there are different possible
10755@code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
10756also ambigous. The only non-ambiguous frame is the one for function @code{a},
10757therefore this one is displayed to the user while the ambiguous frames are
10758omitted.
edb3359d 10759
e18b2753
JK
10760There can be also reasons why printing of frame argument values at function
10761entry may fail:
10762
10763@smallexample
10764int v;
10765static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
10766static void __attribute__((noinline, noclone)) a (int i);
10767static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
10768static void __attribute__((noinline, noclone)) a (int i)
10769@{ if (i) b (i - 1); else c (0); @}
10770int main (void) @{ a (5); return 0; @}
10771
10772(gdb) bt
10773#0 c (i=i@@entry=0) at t.c:2
10774#1 0x0000000000400428 in a (DW_OP_GNU_entry_value resolving has found
10775function "a" at 0x400420 can call itself via tail calls
10776i=<optimized out>) at t.c:6
10777#2 0x000000000040036e in main () at t.c:7
10778@end smallexample
10779
10780@value{GDBN} cannot find out from the inferior state if and how many times did
10781function @code{a} call itself (via function @code{b}) as these calls would be
10782tail calls. Such tail calls would modify thue @code{i} variable, therefore
10783@value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
10784prints @code{<optimized out>} instead.
10785
e2e0bcd1
JB
10786@node Macros
10787@chapter C Preprocessor Macros
10788
49efadf5 10789Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
10790``preprocessor macros'' which expand into strings of tokens.
10791@value{GDBN} can evaluate expressions containing macro invocations, show
10792the result of macro expansion, and show a macro's definition, including
10793where it was defined.
10794
10795You may need to compile your program specially to provide @value{GDBN}
10796with information about preprocessor macros. Most compilers do not
10797include macros in their debugging information, even when you compile
10798with the @option{-g} flag. @xref{Compilation}.
10799
10800A program may define a macro at one point, remove that definition later,
10801and then provide a different definition after that. Thus, at different
10802points in the program, a macro may have different definitions, or have
10803no definition at all. If there is a current stack frame, @value{GDBN}
10804uses the macros in scope at that frame's source code line. Otherwise,
10805@value{GDBN} uses the macros in scope at the current listing location;
10806see @ref{List}.
10807
e2e0bcd1
JB
10808Whenever @value{GDBN} evaluates an expression, it always expands any
10809macro invocations present in the expression. @value{GDBN} also provides
10810the following commands for working with macros explicitly.
10811
10812@table @code
10813
10814@kindex macro expand
10815@cindex macro expansion, showing the results of preprocessor
10816@cindex preprocessor macro expansion, showing the results of
10817@cindex expanding preprocessor macros
10818@item macro expand @var{expression}
10819@itemx macro exp @var{expression}
10820Show the results of expanding all preprocessor macro invocations in
10821@var{expression}. Since @value{GDBN} simply expands macros, but does
10822not parse the result, @var{expression} need not be a valid expression;
10823it can be any string of tokens.
10824
09d4efe1 10825@kindex macro exp1
e2e0bcd1
JB
10826@item macro expand-once @var{expression}
10827@itemx macro exp1 @var{expression}
4644b6e3 10828@cindex expand macro once
e2e0bcd1
JB
10829@i{(This command is not yet implemented.)} Show the results of
10830expanding those preprocessor macro invocations that appear explicitly in
10831@var{expression}. Macro invocations appearing in that expansion are
10832left unchanged. This command allows you to see the effect of a
10833particular macro more clearly, without being confused by further
10834expansions. Since @value{GDBN} simply expands macros, but does not
10835parse the result, @var{expression} need not be a valid expression; it
10836can be any string of tokens.
10837
475b0867 10838@kindex info macro
e2e0bcd1 10839@cindex macro definition, showing
9b158ba0 10840@cindex definition of a macro, showing
10841@cindex macros, from debug info
71eba9c2 10842@item info macro [-a|-all] [--] @var{macro}
10843Show the current definition or all definitions of the named @var{macro},
10844and describe the source location or compiler command-line where that
10845definition was established. The optional double dash is to signify the end of
10846argument processing and the beginning of @var{macro} for non C-like macros where
10847the macro may begin with a hyphen.
e2e0bcd1 10848
9b158ba0 10849@kindex info macros
10850@item info macros @var{linespec}
10851Show all macro definitions that are in effect at the location specified
10852by @var{linespec}, and describe the source location or compiler
10853command-line where those definitions were established.
10854
e2e0bcd1
JB
10855@kindex macro define
10856@cindex user-defined macros
10857@cindex defining macros interactively
10858@cindex macros, user-defined
10859@item macro define @var{macro} @var{replacement-list}
10860@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
d7d9f01e
TT
10861Introduce a definition for a preprocessor macro named @var{macro},
10862invocations of which are replaced by the tokens given in
10863@var{replacement-list}. The first form of this command defines an
10864``object-like'' macro, which takes no arguments; the second form
10865defines a ``function-like'' macro, which takes the arguments given in
10866@var{arglist}.
10867
10868A definition introduced by this command is in scope in every
10869expression evaluated in @value{GDBN}, until it is removed with the
10870@code{macro undef} command, described below. The definition overrides
10871all definitions for @var{macro} present in the program being debugged,
10872as well as any previous user-supplied definition.
e2e0bcd1
JB
10873
10874@kindex macro undef
10875@item macro undef @var{macro}
d7d9f01e
TT
10876Remove any user-supplied definition for the macro named @var{macro}.
10877This command only affects definitions provided with the @code{macro
10878define} command, described above; it cannot remove definitions present
10879in the program being debugged.
e2e0bcd1 10880
09d4efe1
EZ
10881@kindex macro list
10882@item macro list
d7d9f01e 10883List all the macros defined using the @code{macro define} command.
e2e0bcd1
JB
10884@end table
10885
10886@cindex macros, example of debugging with
10887Here is a transcript showing the above commands in action. First, we
10888show our source files:
10889
10890@smallexample
10891$ cat sample.c
10892#include <stdio.h>
10893#include "sample.h"
10894
10895#define M 42
10896#define ADD(x) (M + x)
10897
10898main ()
10899@{
10900#define N 28
10901 printf ("Hello, world!\n");
10902#undef N
10903 printf ("We're so creative.\n");
10904#define N 1729
10905 printf ("Goodbye, world!\n");
10906@}
10907$ cat sample.h
10908#define Q <
10909$
10910@end smallexample
10911
e0f8f636
TT
10912Now, we compile the program using the @sc{gnu} C compiler,
10913@value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
10914minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
10915and @option{-gdwarf-4}; we recommend always choosing the most recent
10916version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
10917includes information about preprocessor macros in the debugging
e2e0bcd1
JB
10918information.
10919
10920@smallexample
10921$ gcc -gdwarf-2 -g3 sample.c -o sample
10922$
10923@end smallexample
10924
10925Now, we start @value{GDBN} on our sample program:
10926
10927@smallexample
10928$ gdb -nw sample
10929GNU gdb 2002-05-06-cvs
10930Copyright 2002 Free Software Foundation, Inc.
10931GDB is free software, @dots{}
f7dc1244 10932(@value{GDBP})
e2e0bcd1
JB
10933@end smallexample
10934
10935We can expand macros and examine their definitions, even when the
10936program is not running. @value{GDBN} uses the current listing position
10937to decide which macro definitions are in scope:
10938
10939@smallexample
f7dc1244 10940(@value{GDBP}) list main
e2e0bcd1
JB
109413
109424 #define M 42
109435 #define ADD(x) (M + x)
109446
109457 main ()
109468 @{
109479 #define N 28
1094810 printf ("Hello, world!\n");
1094911 #undef N
1095012 printf ("We're so creative.\n");
f7dc1244 10951(@value{GDBP}) info macro ADD
e2e0bcd1
JB
10952Defined at /home/jimb/gdb/macros/play/sample.c:5
10953#define ADD(x) (M + x)
f7dc1244 10954(@value{GDBP}) info macro Q
e2e0bcd1
JB
10955Defined at /home/jimb/gdb/macros/play/sample.h:1
10956 included at /home/jimb/gdb/macros/play/sample.c:2
10957#define Q <
f7dc1244 10958(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 10959expands to: (42 + 1)
f7dc1244 10960(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 10961expands to: once (M + 1)
f7dc1244 10962(@value{GDBP})
e2e0bcd1
JB
10963@end smallexample
10964
d7d9f01e 10965In the example above, note that @code{macro expand-once} expands only
e2e0bcd1
JB
10966the macro invocation explicit in the original text --- the invocation of
10967@code{ADD} --- but does not expand the invocation of the macro @code{M},
10968which was introduced by @code{ADD}.
10969
3f94c067
BW
10970Once the program is running, @value{GDBN} uses the macro definitions in
10971force at the source line of the current stack frame:
e2e0bcd1
JB
10972
10973@smallexample
f7dc1244 10974(@value{GDBP}) break main
e2e0bcd1 10975Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 10976(@value{GDBP}) run
b383017d 10977Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
10978
10979Breakpoint 1, main () at sample.c:10
1098010 printf ("Hello, world!\n");
f7dc1244 10981(@value{GDBP})
e2e0bcd1
JB
10982@end smallexample
10983
10984At line 10, the definition of the macro @code{N} at line 9 is in force:
10985
10986@smallexample
f7dc1244 10987(@value{GDBP}) info macro N
e2e0bcd1
JB
10988Defined at /home/jimb/gdb/macros/play/sample.c:9
10989#define N 28
f7dc1244 10990(@value{GDBP}) macro expand N Q M
e2e0bcd1 10991expands to: 28 < 42
f7dc1244 10992(@value{GDBP}) print N Q M
e2e0bcd1 10993$1 = 1
f7dc1244 10994(@value{GDBP})
e2e0bcd1
JB
10995@end smallexample
10996
10997As we step over directives that remove @code{N}'s definition, and then
10998give it a new definition, @value{GDBN} finds the definition (or lack
10999thereof) in force at each point:
11000
11001@smallexample
f7dc1244 11002(@value{GDBP}) next
e2e0bcd1
JB
11003Hello, world!
1100412 printf ("We're so creative.\n");
f7dc1244 11005(@value{GDBP}) info macro N
e2e0bcd1
JB
11006The symbol `N' has no definition as a C/C++ preprocessor macro
11007at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 11008(@value{GDBP}) next
e2e0bcd1
JB
11009We're so creative.
1101014 printf ("Goodbye, world!\n");
f7dc1244 11011(@value{GDBP}) info macro N
e2e0bcd1
JB
11012Defined at /home/jimb/gdb/macros/play/sample.c:13
11013#define N 1729
f7dc1244 11014(@value{GDBP}) macro expand N Q M
e2e0bcd1 11015expands to: 1729 < 42
f7dc1244 11016(@value{GDBP}) print N Q M
e2e0bcd1 11017$2 = 0
f7dc1244 11018(@value{GDBP})
e2e0bcd1
JB
11019@end smallexample
11020
484086b7
JK
11021In addition to source files, macros can be defined on the compilation command
11022line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
11023such a way, @value{GDBN} displays the location of their definition as line zero
11024of the source file submitted to the compiler.
11025
11026@smallexample
11027(@value{GDBP}) info macro __STDC__
11028Defined at /home/jimb/gdb/macros/play/sample.c:0
11029-D__STDC__=1
11030(@value{GDBP})
11031@end smallexample
11032
e2e0bcd1 11033
b37052ae
EZ
11034@node Tracepoints
11035@chapter Tracepoints
11036@c This chapter is based on the documentation written by Michael
11037@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
11038
11039@cindex tracepoints
11040In some applications, it is not feasible for the debugger to interrupt
11041the program's execution long enough for the developer to learn
11042anything helpful about its behavior. If the program's correctness
11043depends on its real-time behavior, delays introduced by a debugger
11044might cause the program to change its behavior drastically, or perhaps
11045fail, even when the code itself is correct. It is useful to be able
11046to observe the program's behavior without interrupting it.
11047
11048Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
11049specify locations in the program, called @dfn{tracepoints}, and
11050arbitrary expressions to evaluate when those tracepoints are reached.
11051Later, using the @code{tfind} command, you can examine the values
11052those expressions had when the program hit the tracepoints. The
11053expressions may also denote objects in memory---structures or arrays,
11054for example---whose values @value{GDBN} should record; while visiting
11055a particular tracepoint, you may inspect those objects as if they were
11056in memory at that moment. However, because @value{GDBN} records these
11057values without interacting with you, it can do so quickly and
11058unobtrusively, hopefully not disturbing the program's behavior.
11059
11060The tracepoint facility is currently available only for remote
9d29849a
JB
11061targets. @xref{Targets}. In addition, your remote target must know
11062how to collect trace data. This functionality is implemented in the
11063remote stub; however, none of the stubs distributed with @value{GDBN}
11064support tracepoints as of this writing. The format of the remote
11065packets used to implement tracepoints are described in @ref{Tracepoint
11066Packets}.
b37052ae 11067
00bf0b85
SS
11068It is also possible to get trace data from a file, in a manner reminiscent
11069of corefiles; you specify the filename, and use @code{tfind} to search
11070through the file. @xref{Trace Files}, for more details.
11071
b37052ae
EZ
11072This chapter describes the tracepoint commands and features.
11073
11074@menu
b383017d
RM
11075* Set Tracepoints::
11076* Analyze Collected Data::
11077* Tracepoint Variables::
00bf0b85 11078* Trace Files::
b37052ae
EZ
11079@end menu
11080
11081@node Set Tracepoints
11082@section Commands to Set Tracepoints
11083
11084Before running such a @dfn{trace experiment}, an arbitrary number of
1042e4c0
SS
11085tracepoints can be set. A tracepoint is actually a special type of
11086breakpoint (@pxref{Set Breaks}), so you can manipulate it using
11087standard breakpoint commands. For instance, as with breakpoints,
11088tracepoint numbers are successive integers starting from one, and many
11089of the commands associated with tracepoints take the tracepoint number
11090as their argument, to identify which tracepoint to work on.
b37052ae
EZ
11091
11092For each tracepoint, you can specify, in advance, some arbitrary set
11093of data that you want the target to collect in the trace buffer when
11094it hits that tracepoint. The collected data can include registers,
11095local variables, or global data. Later, you can use @value{GDBN}
11096commands to examine the values these data had at the time the
11097tracepoint was hit.
11098
7d13fe92
SS
11099Tracepoints do not support every breakpoint feature. Ignore counts on
11100tracepoints have no effect, and tracepoints cannot run @value{GDBN}
11101commands when they are hit. Tracepoints may not be thread-specific
11102either.
1042e4c0 11103
7a697b8d
SS
11104@cindex fast tracepoints
11105Some targets may support @dfn{fast tracepoints}, which are inserted in
11106a different way (such as with a jump instead of a trap), that is
11107faster but possibly restricted in where they may be installed.
11108
0fb4aa4b
PA
11109@cindex static tracepoints
11110@cindex markers, static tracepoints
11111@cindex probing markers, static tracepoints
11112Regular and fast tracepoints are dynamic tracing facilities, meaning
11113that they can be used to insert tracepoints at (almost) any location
11114in the target. Some targets may also support controlling @dfn{static
11115tracepoints} from @value{GDBN}. With static tracing, a set of
11116instrumentation points, also known as @dfn{markers}, are embedded in
11117the target program, and can be activated or deactivated by name or
11118address. These are usually placed at locations which facilitate
11119investigating what the target is actually doing. @value{GDBN}'s
11120support for static tracing includes being able to list instrumentation
11121points, and attach them with @value{GDBN} defined high level
11122tracepoints that expose the whole range of convenience of
8786b2bd 11123@value{GDBN}'s tracepoints support. Namely, support for collecting
0fb4aa4b
PA
11124registers values and values of global or local (to the instrumentation
11125point) variables; tracepoint conditions and trace state variables.
11126The act of installing a @value{GDBN} static tracepoint on an
11127instrumentation point, or marker, is referred to as @dfn{probing} a
11128static tracepoint marker.
11129
fa593d66
PA
11130@code{gdbserver} supports tracepoints on some target systems.
11131@xref{Server,,Tracepoints support in @code{gdbserver}}.
11132
b37052ae
EZ
11133This section describes commands to set tracepoints and associated
11134conditions and actions.
11135
11136@menu
b383017d
RM
11137* Create and Delete Tracepoints::
11138* Enable and Disable Tracepoints::
11139* Tracepoint Passcounts::
782b2b07 11140* Tracepoint Conditions::
f61e138d 11141* Trace State Variables::
b383017d
RM
11142* Tracepoint Actions::
11143* Listing Tracepoints::
0fb4aa4b 11144* Listing Static Tracepoint Markers::
79a6e687 11145* Starting and Stopping Trace Experiments::
c9429232 11146* Tracepoint Restrictions::
b37052ae
EZ
11147@end menu
11148
11149@node Create and Delete Tracepoints
11150@subsection Create and Delete Tracepoints
11151
11152@table @code
11153@cindex set tracepoint
11154@kindex trace
1042e4c0 11155@item trace @var{location}
b37052ae 11156The @code{trace} command is very similar to the @code{break} command.
1042e4c0
SS
11157Its argument @var{location} can be a source line, a function name, or
11158an address in the target program. @xref{Specify Location}. The
11159@code{trace} command defines a tracepoint, which is a point in the
11160target program where the debugger will briefly stop, collect some
11161data, and then allow the program to continue. Setting a tracepoint or
1e4d1764
YQ
11162changing its actions takes effect immediately if the remote stub
11163supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
11164in tracing}).
11165If remote stub doesn't support the @samp{InstallInTrace} feature, all
11166these changes don't take effect until the next @code{tstart}
1042e4c0 11167command, and once a trace experiment is running, further changes will
bfccc43c
YQ
11168not have any effect until the next trace experiment starts. In addition,
11169@value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
11170address is not yet resolved. (This is similar to pending breakpoints.)
11171Pending tracepoints are not downloaded to the target and not installed
11172until they are resolved. The resolution of pending tracepoints requires
11173@value{GDBN} support---when debugging with the remote target, and
11174@value{GDBN} disconnects from the remote stub (@pxref{disconnected
11175tracing}), pending tracepoints can not be resolved (and downloaded to
11176the remote stub) while @value{GDBN} is disconnected.
b37052ae
EZ
11177
11178Here are some examples of using the @code{trace} command:
11179
11180@smallexample
11181(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
11182
11183(@value{GDBP}) @b{trace +2} // 2 lines forward
11184
11185(@value{GDBP}) @b{trace my_function} // first source line of function
11186
11187(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
11188
11189(@value{GDBP}) @b{trace *0x2117c4} // an address
11190@end smallexample
11191
11192@noindent
11193You can abbreviate @code{trace} as @code{tr}.
11194
782b2b07
SS
11195@item trace @var{location} if @var{cond}
11196Set a tracepoint with condition @var{cond}; evaluate the expression
11197@var{cond} each time the tracepoint is reached, and collect data only
11198if the value is nonzero---that is, if @var{cond} evaluates as true.
11199@xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
11200information on tracepoint conditions.
11201
7a697b8d
SS
11202@item ftrace @var{location} [ if @var{cond} ]
11203@cindex set fast tracepoint
74c761c1 11204@cindex fast tracepoints, setting
7a697b8d
SS
11205@kindex ftrace
11206The @code{ftrace} command sets a fast tracepoint. For targets that
11207support them, fast tracepoints will use a more efficient but possibly
11208less general technique to trigger data collection, such as a jump
11209instruction instead of a trap, or some sort of hardware support. It
11210may not be possible to create a fast tracepoint at the desired
11211location, in which case the command will exit with an explanatory
11212message.
11213
11214@value{GDBN} handles arguments to @code{ftrace} exactly as for
11215@code{trace}.
11216
405f8e94
SS
11217On 32-bit x86-architecture systems, fast tracepoints normally need to
11218be placed at an instruction that is 5 bytes or longer, but can be
11219placed at 4-byte instructions if the low 64K of memory of the target
11220program is available to install trampolines. Some Unix-type systems,
11221such as @sc{gnu}/Linux, exclude low addresses from the program's
11222address space; but for instance with the Linux kernel it is possible
11223to let @value{GDBN} use this area by doing a @command{sysctl} command
11224to set the @code{mmap_min_addr} kernel parameter, as in
11225
11226@example
11227sudo sysctl -w vm.mmap_min_addr=32768
11228@end example
11229
11230@noindent
11231which sets the low address to 32K, which leaves plenty of room for
11232trampolines. The minimum address should be set to a page boundary.
11233
0fb4aa4b 11234@item strace @var{location} [ if @var{cond} ]
74c761c1
PA
11235@cindex set static tracepoint
11236@cindex static tracepoints, setting
11237@cindex probe static tracepoint marker
0fb4aa4b
PA
11238@kindex strace
11239The @code{strace} command sets a static tracepoint. For targets that
11240support it, setting a static tracepoint probes a static
11241instrumentation point, or marker, found at @var{location}. It may not
11242be possible to set a static tracepoint at the desired location, in
11243which case the command will exit with an explanatory message.
11244
11245@value{GDBN} handles arguments to @code{strace} exactly as for
11246@code{trace}, with the addition that the user can also specify
11247@code{-m @var{marker}} as @var{location}. This probes the marker
11248identified by the @var{marker} string identifier. This identifier
11249depends on the static tracepoint backend library your program is
11250using. You can find all the marker identifiers in the @samp{ID} field
11251of the @code{info static-tracepoint-markers} command output.
11252@xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
11253Markers}. For example, in the following small program using the UST
11254tracing engine:
11255
11256@smallexample
11257main ()
11258@{
11259 trace_mark(ust, bar33, "str %s", "FOOBAZ");
11260@}
11261@end smallexample
11262
11263@noindent
11264the marker id is composed of joining the first two arguments to the
11265@code{trace_mark} call with a slash, which translates to:
11266
11267@smallexample
11268(@value{GDBP}) info static-tracepoint-markers
11269Cnt Enb ID Address What
112701 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
11271 Data: "str %s"
11272[etc...]
11273@end smallexample
11274
11275@noindent
11276so you may probe the marker above with:
11277
11278@smallexample
11279(@value{GDBP}) strace -m ust/bar33
11280@end smallexample
11281
11282Static tracepoints accept an extra collect action --- @code{collect
11283$_sdata}. This collects arbitrary user data passed in the probe point
11284call to the tracing library. In the UST example above, you'll see
11285that the third argument to @code{trace_mark} is a printf-like format
11286string. The user data is then the result of running that formating
11287string against the following arguments. Note that @code{info
11288static-tracepoint-markers} command output lists that format string in
11289the @samp{Data:} field.
11290
11291You can inspect this data when analyzing the trace buffer, by printing
11292the $_sdata variable like any other variable available to
11293@value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
11294
b37052ae
EZ
11295@vindex $tpnum
11296@cindex last tracepoint number
11297@cindex recent tracepoint number
11298@cindex tracepoint number
11299The convenience variable @code{$tpnum} records the tracepoint number
11300of the most recently set tracepoint.
11301
11302@kindex delete tracepoint
11303@cindex tracepoint deletion
11304@item delete tracepoint @r{[}@var{num}@r{]}
11305Permanently delete one or more tracepoints. With no argument, the
1042e4c0
SS
11306default is to delete all tracepoints. Note that the regular
11307@code{delete} command can remove tracepoints also.
b37052ae
EZ
11308
11309Examples:
11310
11311@smallexample
11312(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
11313
11314(@value{GDBP}) @b{delete trace} // remove all tracepoints
11315@end smallexample
11316
11317@noindent
11318You can abbreviate this command as @code{del tr}.
11319@end table
11320
11321@node Enable and Disable Tracepoints
11322@subsection Enable and Disable Tracepoints
11323
1042e4c0
SS
11324These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
11325
b37052ae
EZ
11326@table @code
11327@kindex disable tracepoint
11328@item disable tracepoint @r{[}@var{num}@r{]}
11329Disable tracepoint @var{num}, or all tracepoints if no argument
11330@var{num} is given. A disabled tracepoint will have no effect during
d248b706 11331a trace experiment, but it is not forgotten. You can re-enable
b37052ae 11332a disabled tracepoint using the @code{enable tracepoint} command.
d248b706
KY
11333If the command is issued during a trace experiment and the debug target
11334has support for disabling tracepoints during a trace experiment, then the
11335change will be effective immediately. Otherwise, it will be applied to the
11336next trace experiment.
b37052ae
EZ
11337
11338@kindex enable tracepoint
11339@item enable tracepoint @r{[}@var{num}@r{]}
d248b706
KY
11340Enable tracepoint @var{num}, or all tracepoints. If this command is
11341issued during a trace experiment and the debug target supports enabling
11342tracepoints during a trace experiment, then the enabled tracepoints will
11343become effective immediately. Otherwise, they will become effective the
11344next time a trace experiment is run.
b37052ae
EZ
11345@end table
11346
11347@node Tracepoint Passcounts
11348@subsection Tracepoint Passcounts
11349
11350@table @code
11351@kindex passcount
11352@cindex tracepoint pass count
11353@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
11354Set the @dfn{passcount} of a tracepoint. The passcount is a way to
11355automatically stop a trace experiment. If a tracepoint's passcount is
11356@var{n}, then the trace experiment will be automatically stopped on
11357the @var{n}'th time that tracepoint is hit. If the tracepoint number
11358@var{num} is not specified, the @code{passcount} command sets the
11359passcount of the most recently defined tracepoint. If no passcount is
11360given, the trace experiment will run until stopped explicitly by the
11361user.
11362
11363Examples:
11364
11365@smallexample
b383017d 11366(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 11367@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
11368
11369(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 11370@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
11371(@value{GDBP}) @b{trace foo}
11372(@value{GDBP}) @b{pass 3}
11373(@value{GDBP}) @b{trace bar}
11374(@value{GDBP}) @b{pass 2}
11375(@value{GDBP}) @b{trace baz}
11376(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
11377@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
11378@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
11379@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
11380@end smallexample
11381@end table
11382
782b2b07
SS
11383@node Tracepoint Conditions
11384@subsection Tracepoint Conditions
11385@cindex conditional tracepoints
11386@cindex tracepoint conditions
11387
11388The simplest sort of tracepoint collects data every time your program
11389reaches a specified place. You can also specify a @dfn{condition} for
11390a tracepoint. A condition is just a Boolean expression in your
11391programming language (@pxref{Expressions, ,Expressions}). A
11392tracepoint with a condition evaluates the expression each time your
11393program reaches it, and data collection happens only if the condition
11394is true.
11395
11396Tracepoint conditions can be specified when a tracepoint is set, by
11397using @samp{if} in the arguments to the @code{trace} command.
11398@xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
11399also be set or changed at any time with the @code{condition} command,
11400just as with breakpoints.
11401
11402Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
11403the conditional expression itself. Instead, @value{GDBN} encodes the
6dcd5565 11404expression into an agent expression (@pxref{Agent Expressions})
782b2b07
SS
11405suitable for execution on the target, independently of @value{GDBN}.
11406Global variables become raw memory locations, locals become stack
11407accesses, and so forth.
11408
11409For instance, suppose you have a function that is usually called
11410frequently, but should not be called after an error has occurred. You
11411could use the following tracepoint command to collect data about calls
11412of that function that happen while the error code is propagating
11413through the program; an unconditional tracepoint could end up
11414collecting thousands of useless trace frames that you would have to
11415search through.
11416
11417@smallexample
11418(@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
11419@end smallexample
11420
f61e138d
SS
11421@node Trace State Variables
11422@subsection Trace State Variables
11423@cindex trace state variables
11424
11425A @dfn{trace state variable} is a special type of variable that is
11426created and managed by target-side code. The syntax is the same as
11427that for GDB's convenience variables (a string prefixed with ``$''),
11428but they are stored on the target. They must be created explicitly,
11429using a @code{tvariable} command. They are always 64-bit signed
11430integers.
11431
11432Trace state variables are remembered by @value{GDBN}, and downloaded
11433to the target along with tracepoint information when the trace
11434experiment starts. There are no intrinsic limits on the number of
11435trace state variables, beyond memory limitations of the target.
11436
11437@cindex convenience variables, and trace state variables
11438Although trace state variables are managed by the target, you can use
11439them in print commands and expressions as if they were convenience
11440variables; @value{GDBN} will get the current value from the target
11441while the trace experiment is running. Trace state variables share
11442the same namespace as other ``$'' variables, which means that you
11443cannot have trace state variables with names like @code{$23} or
11444@code{$pc}, nor can you have a trace state variable and a convenience
11445variable with the same name.
11446
11447@table @code
11448
11449@item tvariable $@var{name} [ = @var{expression} ]
11450@kindex tvariable
11451The @code{tvariable} command creates a new trace state variable named
11452@code{$@var{name}}, and optionally gives it an initial value of
11453@var{expression}. @var{expression} is evaluated when this command is
11454entered; the result will be converted to an integer if possible,
11455otherwise @value{GDBN} will report an error. A subsequent
11456@code{tvariable} command specifying the same name does not create a
11457variable, but instead assigns the supplied initial value to the
11458existing variable of that name, overwriting any previous initial
11459value. The default initial value is 0.
11460
11461@item info tvariables
11462@kindex info tvariables
11463List all the trace state variables along with their initial values.
11464Their current values may also be displayed, if the trace experiment is
11465currently running.
11466
11467@item delete tvariable @r{[} $@var{name} @dots{} @r{]}
11468@kindex delete tvariable
11469Delete the given trace state variables, or all of them if no arguments
11470are specified.
11471
11472@end table
11473
b37052ae
EZ
11474@node Tracepoint Actions
11475@subsection Tracepoint Action Lists
11476
11477@table @code
11478@kindex actions
11479@cindex tracepoint actions
11480@item actions @r{[}@var{num}@r{]}
11481This command will prompt for a list of actions to be taken when the
11482tracepoint is hit. If the tracepoint number @var{num} is not
11483specified, this command sets the actions for the one that was most
11484recently defined (so that you can define a tracepoint and then say
11485@code{actions} without bothering about its number). You specify the
11486actions themselves on the following lines, one action at a time, and
11487terminate the actions list with a line containing just @code{end}. So
7d13fe92 11488far, the only defined actions are @code{collect}, @code{teval}, and
b37052ae
EZ
11489@code{while-stepping}.
11490
5a9351ae
SS
11491@code{actions} is actually equivalent to @code{commands} (@pxref{Break
11492Commands, ,Breakpoint Command Lists}), except that only the defined
11493actions are allowed; any other @value{GDBN} command is rejected.
11494
b37052ae
EZ
11495@cindex remove actions from a tracepoint
11496To remove all actions from a tracepoint, type @samp{actions @var{num}}
11497and follow it immediately with @samp{end}.
11498
11499@smallexample
11500(@value{GDBP}) @b{collect @var{data}} // collect some data
11501
6826cf00 11502(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 11503
6826cf00 11504(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
11505@end smallexample
11506
11507In the following example, the action list begins with @code{collect}
11508commands indicating the things to be collected when the tracepoint is
11509hit. Then, in order to single-step and collect additional data
11510following the tracepoint, a @code{while-stepping} command is used,
7d13fe92
SS
11511followed by the list of things to be collected after each step in a
11512sequence of single steps. The @code{while-stepping} command is
11513terminated by its own separate @code{end} command. Lastly, the action
11514list is terminated by an @code{end} command.
b37052ae
EZ
11515
11516@smallexample
11517(@value{GDBP}) @b{trace foo}
11518(@value{GDBP}) @b{actions}
11519Enter actions for tracepoint 1, one per line:
11520> collect bar,baz
11521> collect $regs
11522> while-stepping 12
5a9351ae 11523 > collect $pc, arr[i]
b37052ae
EZ
11524 > end
11525end
11526@end smallexample
11527
11528@kindex collect @r{(tracepoints)}
3065dfb6 11529@item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
b37052ae
EZ
11530Collect values of the given expressions when the tracepoint is hit.
11531This command accepts a comma-separated list of any valid expressions.
11532In addition to global, static, or local variables, the following
11533special arguments are supported:
11534
11535@table @code
11536@item $regs
0fb4aa4b 11537Collect all registers.
b37052ae
EZ
11538
11539@item $args
0fb4aa4b 11540Collect all function arguments.
b37052ae
EZ
11541
11542@item $locals
0fb4aa4b
PA
11543Collect all local variables.
11544
6710bf39
SS
11545@item $_ret
11546Collect the return address. This is helpful if you want to see more
11547of a backtrace.
11548
62e5f89c
SDJ
11549@item $_probe_argc
11550Collects the number of arguments from the static probe at which the
11551tracepoint is located.
11552@xref{Static Probe Points}.
11553
11554@item $_probe_arg@var{n}
11555@var{n} is an integer between 0 and 11. Collects the @var{n}th argument
11556from the static probe at which the tracepoint is located.
11557@xref{Static Probe Points}.
11558
0fb4aa4b
PA
11559@item $_sdata
11560@vindex $_sdata@r{, collect}
11561Collect static tracepoint marker specific data. Only available for
11562static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
11563Lists}. On the UST static tracepoints library backend, an
11564instrumentation point resembles a @code{printf} function call. The
11565tracing library is able to collect user specified data formatted to a
11566character string using the format provided by the programmer that
11567instrumented the program. Other backends have similar mechanisms.
11568Here's an example of a UST marker call:
11569
11570@smallexample
11571 const char master_name[] = "$your_name";
11572 trace_mark(channel1, marker1, "hello %s", master_name)
11573@end smallexample
11574
11575In this case, collecting @code{$_sdata} collects the string
11576@samp{hello $yourname}. When analyzing the trace buffer, you can
11577inspect @samp{$_sdata} like any other variable available to
11578@value{GDBN}.
b37052ae
EZ
11579@end table
11580
11581You can give several consecutive @code{collect} commands, each one
11582with a single argument, or one @code{collect} command with several
5a9351ae 11583arguments separated by commas; the effect is the same.
b37052ae 11584
3065dfb6
SS
11585The optional @var{mods} changes the usual handling of the arguments.
11586@code{s} requests that pointers to chars be handled as strings, in
11587particular collecting the contents of the memory being pointed at, up
11588to the first zero. The upper bound is by default the value of the
11589@code{print elements} variable; if @code{s} is followed by a decimal
11590number, that is the upper bound instead. So for instance
11591@samp{collect/s25 mystr} collects as many as 25 characters at
11592@samp{mystr}.
11593
f5c37c66
EZ
11594The command @code{info scope} (@pxref{Symbols, info scope}) is
11595particularly useful for figuring out what data to collect.
11596
6da95a67
SS
11597@kindex teval @r{(tracepoints)}
11598@item teval @var{expr1}, @var{expr2}, @dots{}
11599Evaluate the given expressions when the tracepoint is hit. This
11600command accepts a comma-separated list of expressions. The results
11601are discarded, so this is mainly useful for assigning values to trace
11602state variables (@pxref{Trace State Variables}) without adding those
11603values to the trace buffer, as would be the case if the @code{collect}
11604action were used.
11605
b37052ae
EZ
11606@kindex while-stepping @r{(tracepoints)}
11607@item while-stepping @var{n}
c9429232 11608Perform @var{n} single-step instruction traces after the tracepoint,
7d13fe92 11609collecting new data after each step. The @code{while-stepping}
c9429232
SS
11610command is followed by the list of what to collect while stepping
11611(followed by its own @code{end} command):
b37052ae
EZ
11612
11613@smallexample
11614> while-stepping 12
11615 > collect $regs, myglobal
11616 > end
11617>
11618@end smallexample
11619
11620@noindent
7d13fe92
SS
11621Note that @code{$pc} is not automatically collected by
11622@code{while-stepping}; you need to explicitly collect that register if
11623you need it. You may abbreviate @code{while-stepping} as @code{ws} or
b37052ae 11624@code{stepping}.
236f1d4d
SS
11625
11626@item set default-collect @var{expr1}, @var{expr2}, @dots{}
11627@kindex set default-collect
11628@cindex default collection action
11629This variable is a list of expressions to collect at each tracepoint
11630hit. It is effectively an additional @code{collect} action prepended
11631to every tracepoint action list. The expressions are parsed
11632individually for each tracepoint, so for instance a variable named
11633@code{xyz} may be interpreted as a global for one tracepoint, and a
11634local for another, as appropriate to the tracepoint's location.
11635
11636@item show default-collect
11637@kindex show default-collect
11638Show the list of expressions that are collected by default at each
11639tracepoint hit.
11640
b37052ae
EZ
11641@end table
11642
11643@node Listing Tracepoints
11644@subsection Listing Tracepoints
11645
11646@table @code
e5a67952
MS
11647@kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
11648@kindex info tp @r{[}@var{n}@dots{}@r{]}
b37052ae 11649@cindex information about tracepoints
e5a67952 11650@item info tracepoints @r{[}@var{num}@dots{}@r{]}
1042e4c0
SS
11651Display information about the tracepoint @var{num}. If you don't
11652specify a tracepoint number, displays information about all the
11653tracepoints defined so far. The format is similar to that used for
11654@code{info breakpoints}; in fact, @code{info tracepoints} is the same
11655command, simply restricting itself to tracepoints.
11656
11657A tracepoint's listing may include additional information specific to
11658tracing:
b37052ae
EZ
11659
11660@itemize @bullet
11661@item
b37052ae 11662its passcount as given by the @code{passcount @var{n}} command
f2a8bc8a
YQ
11663
11664@item
11665the state about installed on target of each location
b37052ae
EZ
11666@end itemize
11667
11668@smallexample
11669(@value{GDBP}) @b{info trace}
1042e4c0
SS
11670Num Type Disp Enb Address What
116711 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
5a9351ae
SS
11672 while-stepping 20
11673 collect globfoo, $regs
11674 end
11675 collect globfoo2
11676 end
1042e4c0 11677 pass count 1200
f2a8bc8a
YQ
116782 tracepoint keep y <MULTIPLE>
11679 collect $eip
116802.1 y 0x0804859c in func4 at change-loc.h:35
11681 installed on target
116822.2 y 0xb7ffc480 in func4 at change-loc.h:35
11683 installed on target
116842.3 y <PENDING> set_tracepoint
116853 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
11686 not installed on target
b37052ae
EZ
11687(@value{GDBP})
11688@end smallexample
11689
11690@noindent
11691This command can be abbreviated @code{info tp}.
11692@end table
11693
0fb4aa4b
PA
11694@node Listing Static Tracepoint Markers
11695@subsection Listing Static Tracepoint Markers
11696
11697@table @code
11698@kindex info static-tracepoint-markers
11699@cindex information about static tracepoint markers
11700@item info static-tracepoint-markers
11701Display information about all static tracepoint markers defined in the
11702program.
11703
11704For each marker, the following columns are printed:
11705
11706@table @emph
11707@item Count
11708An incrementing counter, output to help readability. This is not a
11709stable identifier.
11710@item ID
11711The marker ID, as reported by the target.
11712@item Enabled or Disabled
11713Probed markers are tagged with @samp{y}. @samp{n} identifies marks
11714that are not enabled.
11715@item Address
11716Where the marker is in your program, as a memory address.
11717@item What
11718Where the marker is in the source for your program, as a file and line
11719number. If the debug information included in the program does not
11720allow @value{GDBN} to locate the source of the marker, this column
11721will be left blank.
11722@end table
11723
11724@noindent
11725In addition, the following information may be printed for each marker:
11726
11727@table @emph
11728@item Data
11729User data passed to the tracing library by the marker call. In the
11730UST backend, this is the format string passed as argument to the
11731marker call.
11732@item Static tracepoints probing the marker
11733The list of static tracepoints attached to the marker.
11734@end table
11735
11736@smallexample
11737(@value{GDBP}) info static-tracepoint-markers
11738Cnt ID Enb Address What
117391 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
11740 Data: number1 %d number2 %d
11741 Probed by static tracepoints: #2
117422 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
11743 Data: str %s
11744(@value{GDBP})
11745@end smallexample
11746@end table
11747
79a6e687
BW
11748@node Starting and Stopping Trace Experiments
11749@subsection Starting and Stopping Trace Experiments
b37052ae
EZ
11750
11751@table @code
f196051f 11752@kindex tstart [ @var{notes} ]
b37052ae
EZ
11753@cindex start a new trace experiment
11754@cindex collected data discarded
11755@item tstart
f196051f
SS
11756This command starts the trace experiment, and begins collecting data.
11757It has the side effect of discarding all the data collected in the
11758trace buffer during the previous trace experiment. If any arguments
11759are supplied, they are taken as a note and stored with the trace
11760experiment's state. The notes may be arbitrary text, and are
11761especially useful with disconnected tracing in a multi-user context;
11762the notes can explain what the trace is doing, supply user contact
11763information, and so forth.
11764
11765@kindex tstop [ @var{notes} ]
b37052ae
EZ
11766@cindex stop a running trace experiment
11767@item tstop
f196051f
SS
11768This command stops the trace experiment. If any arguments are
11769supplied, they are recorded with the experiment as a note. This is
11770useful if you are stopping a trace started by someone else, for
11771instance if the trace is interfering with the system's behavior and
11772needs to be stopped quickly.
b37052ae 11773
68c71a2e 11774@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
11775automatically if any tracepoint's passcount is reached
11776(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
11777
11778@kindex tstatus
11779@cindex status of trace data collection
11780@cindex trace experiment, status of
11781@item tstatus
11782This command displays the status of the current trace data
11783collection.
11784@end table
11785
11786Here is an example of the commands we described so far:
11787
11788@smallexample
11789(@value{GDBP}) @b{trace gdb_c_test}
11790(@value{GDBP}) @b{actions}
11791Enter actions for tracepoint #1, one per line.
11792> collect $regs,$locals,$args
11793> while-stepping 11
11794 > collect $regs
11795 > end
11796> end
11797(@value{GDBP}) @b{tstart}
11798 [time passes @dots{}]
11799(@value{GDBP}) @b{tstop}
11800@end smallexample
11801
03f2bd59 11802@anchor{disconnected tracing}
d5551862
SS
11803@cindex disconnected tracing
11804You can choose to continue running the trace experiment even if
11805@value{GDBN} disconnects from the target, voluntarily or
11806involuntarily. For commands such as @code{detach}, the debugger will
11807ask what you want to do with the trace. But for unexpected
11808terminations (@value{GDBN} crash, network outage), it would be
11809unfortunate to lose hard-won trace data, so the variable
11810@code{disconnected-tracing} lets you decide whether the trace should
11811continue running without @value{GDBN}.
11812
11813@table @code
11814@item set disconnected-tracing on
11815@itemx set disconnected-tracing off
11816@kindex set disconnected-tracing
11817Choose whether a tracing run should continue to run if @value{GDBN}
11818has disconnected from the target. Note that @code{detach} or
11819@code{quit} will ask you directly what to do about a running trace no
11820matter what this variable's setting, so the variable is mainly useful
11821for handling unexpected situations, such as loss of the network.
11822
11823@item show disconnected-tracing
11824@kindex show disconnected-tracing
11825Show the current choice for disconnected tracing.
11826
11827@end table
11828
11829When you reconnect to the target, the trace experiment may or may not
11830still be running; it might have filled the trace buffer in the
11831meantime, or stopped for one of the other reasons. If it is running,
11832it will continue after reconnection.
11833
11834Upon reconnection, the target will upload information about the
11835tracepoints in effect. @value{GDBN} will then compare that
11836information to the set of tracepoints currently defined, and attempt
11837to match them up, allowing for the possibility that the numbers may
11838have changed due to creation and deletion in the meantime. If one of
11839the target's tracepoints does not match any in @value{GDBN}, the
11840debugger will create a new tracepoint, so that you have a number with
11841which to specify that tracepoint. This matching-up process is
11842necessarily heuristic, and it may result in useless tracepoints being
11843created; you may simply delete them if they are of no use.
b37052ae 11844
4daf5ac0
SS
11845@cindex circular trace buffer
11846If your target agent supports a @dfn{circular trace buffer}, then you
11847can run a trace experiment indefinitely without filling the trace
11848buffer; when space runs out, the agent deletes already-collected trace
11849frames, oldest first, until there is enough room to continue
11850collecting. This is especially useful if your tracepoints are being
11851hit too often, and your trace gets terminated prematurely because the
11852buffer is full. To ask for a circular trace buffer, simply set
81896e36 11853@samp{circular-trace-buffer} to on. You can set this at any time,
4daf5ac0
SS
11854including during tracing; if the agent can do it, it will change
11855buffer handling on the fly, otherwise it will not take effect until
11856the next run.
11857
11858@table @code
11859@item set circular-trace-buffer on
11860@itemx set circular-trace-buffer off
11861@kindex set circular-trace-buffer
11862Choose whether a tracing run should use a linear or circular buffer
11863for trace data. A linear buffer will not lose any trace data, but may
11864fill up prematurely, while a circular buffer will discard old trace
11865data, but it will have always room for the latest tracepoint hits.
11866
11867@item show circular-trace-buffer
11868@kindex show circular-trace-buffer
11869Show the current choice for the trace buffer. Note that this may not
11870match the agent's current buffer handling, nor is it guaranteed to
11871match the setting that might have been in effect during a past run,
11872for instance if you are looking at frames from a trace file.
11873
11874@end table
11875
f6f899bf
HAQ
11876@table @code
11877@item set trace-buffer-size @var{n}
11878@kindex set trace-buffer-size
11879Request that the target use a trace buffer of @var{n} bytes. Not all
11880targets will honor the request; they may have a compiled-in size for
11881the trace buffer, or some other limitation. Set to a value of
11882@code{-1} to let the target use whatever size it likes. This is also
11883the default.
11884
11885@item show trace-buffer-size
11886@kindex show trace-buffer-size
11887Show the current requested size for the trace buffer. Note that this
11888will only match the actual size if the target supports size-setting,
11889and was able to handle the requested size. For instance, if the
11890target can only change buffer size between runs, this variable will
11891not reflect the change until the next run starts. Use @code{tstatus}
11892to get a report of the actual buffer size.
11893@end table
11894
f196051f
SS
11895@table @code
11896@item set trace-user @var{text}
11897@kindex set trace-user
11898
11899@item show trace-user
11900@kindex show trace-user
11901
11902@item set trace-notes @var{text}
11903@kindex set trace-notes
11904Set the trace run's notes.
11905
11906@item show trace-notes
11907@kindex show trace-notes
11908Show the trace run's notes.
11909
11910@item set trace-stop-notes @var{text}
11911@kindex set trace-stop-notes
11912Set the trace run's stop notes. The handling of the note is as for
11913@code{tstop} arguments; the set command is convenient way to fix a
11914stop note that is mistaken or incomplete.
11915
11916@item show trace-stop-notes
11917@kindex show trace-stop-notes
11918Show the trace run's stop notes.
11919
11920@end table
11921
c9429232
SS
11922@node Tracepoint Restrictions
11923@subsection Tracepoint Restrictions
11924
11925@cindex tracepoint restrictions
11926There are a number of restrictions on the use of tracepoints. As
11927described above, tracepoint data gathering occurs on the target
11928without interaction from @value{GDBN}. Thus the full capabilities of
11929the debugger are not available during data gathering, and then at data
11930examination time, you will be limited by only having what was
11931collected. The following items describe some common problems, but it
11932is not exhaustive, and you may run into additional difficulties not
11933mentioned here.
11934
11935@itemize @bullet
11936
11937@item
11938Tracepoint expressions are intended to gather objects (lvalues). Thus
11939the full flexibility of GDB's expression evaluator is not available.
11940You cannot call functions, cast objects to aggregate types, access
11941convenience variables or modify values (except by assignment to trace
11942state variables). Some language features may implicitly call
11943functions (for instance Objective-C fields with accessors), and therefore
11944cannot be collected either.
11945
11946@item
11947Collection of local variables, either individually or in bulk with
11948@code{$locals} or @code{$args}, during @code{while-stepping} may
11949behave erratically. The stepping action may enter a new scope (for
11950instance by stepping into a function), or the location of the variable
11951may change (for instance it is loaded into a register). The
11952tracepoint data recorded uses the location information for the
11953variables that is correct for the tracepoint location. When the
11954tracepoint is created, it is not possible, in general, to determine
11955where the steps of a @code{while-stepping} sequence will advance the
11956program---particularly if a conditional branch is stepped.
11957
11958@item
11959Collection of an incompletely-initialized or partially-destroyed object
11960may result in something that @value{GDBN} cannot display, or displays
11961in a misleading way.
11962
11963@item
11964When @value{GDBN} displays a pointer to character it automatically
11965dereferences the pointer to also display characters of the string
11966being pointed to. However, collecting the pointer during tracing does
11967not automatically collect the string. You need to explicitly
11968dereference the pointer and provide size information if you want to
11969collect not only the pointer, but the memory pointed to. For example,
11970@code{*ptr@@50} can be used to collect the 50 element array pointed to
11971by @code{ptr}.
11972
11973@item
11974It is not possible to collect a complete stack backtrace at a
11975tracepoint. Instead, you may collect the registers and a few hundred
d99f7e48 11976bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
c9429232
SS
11977(adjust to use the name of the actual stack pointer register on your
11978target architecture, and the amount of stack you wish to capture).
11979Then the @code{backtrace} command will show a partial backtrace when
11980using a trace frame. The number of stack frames that can be examined
11981depends on the sizes of the frames in the collected stack. Note that
11982if you ask for a block so large that it goes past the bottom of the
11983stack, the target agent may report an error trying to read from an
11984invalid address.
11985
af54718e
SS
11986@item
11987If you do not collect registers at a tracepoint, @value{GDBN} can
11988infer that the value of @code{$pc} must be the same as the address of
11989the tracepoint and use that when you are looking at a trace frame
11990for that tracepoint. However, this cannot work if the tracepoint has
11991multiple locations (for instance if it was set in a function that was
11992inlined), or if it has a @code{while-stepping} loop. In those cases
11993@value{GDBN} will warn you that it can't infer @code{$pc}, and default
11994it to zero.
11995
c9429232
SS
11996@end itemize
11997
b37052ae 11998@node Analyze Collected Data
79a6e687 11999@section Using the Collected Data
b37052ae
EZ
12000
12001After the tracepoint experiment ends, you use @value{GDBN} commands
12002for examining the trace data. The basic idea is that each tracepoint
12003collects a trace @dfn{snapshot} every time it is hit and another
12004snapshot every time it single-steps. All these snapshots are
12005consecutively numbered from zero and go into a buffer, and you can
12006examine them later. The way you examine them is to @dfn{focus} on a
12007specific trace snapshot. When the remote stub is focused on a trace
12008snapshot, it will respond to all @value{GDBN} requests for memory and
12009registers by reading from the buffer which belongs to that snapshot,
12010rather than from @emph{real} memory or registers of the program being
12011debugged. This means that @strong{all} @value{GDBN} commands
12012(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
12013behave as if we were currently debugging the program state as it was
12014when the tracepoint occurred. Any requests for data that are not in
12015the buffer will fail.
12016
12017@menu
12018* tfind:: How to select a trace snapshot
12019* tdump:: How to display all data for a snapshot
6149aea9 12020* save tracepoints:: How to save tracepoints for a future run
b37052ae
EZ
12021@end menu
12022
12023@node tfind
12024@subsection @code{tfind @var{n}}
12025
12026@kindex tfind
12027@cindex select trace snapshot
12028@cindex find trace snapshot
12029The basic command for selecting a trace snapshot from the buffer is
12030@code{tfind @var{n}}, which finds trace snapshot number @var{n},
12031counting from zero. If no argument @var{n} is given, the next
12032snapshot is selected.
12033
12034Here are the various forms of using the @code{tfind} command.
12035
12036@table @code
12037@item tfind start
12038Find the first snapshot in the buffer. This is a synonym for
12039@code{tfind 0} (since 0 is the number of the first snapshot).
12040
12041@item tfind none
12042Stop debugging trace snapshots, resume @emph{live} debugging.
12043
12044@item tfind end
12045Same as @samp{tfind none}.
12046
12047@item tfind
12048No argument means find the next trace snapshot.
12049
12050@item tfind -
12051Find the previous trace snapshot before the current one. This permits
12052retracing earlier steps.
12053
12054@item tfind tracepoint @var{num}
12055Find the next snapshot associated with tracepoint @var{num}. Search
12056proceeds forward from the last examined trace snapshot. If no
12057argument @var{num} is given, it means find the next snapshot collected
12058for the same tracepoint as the current snapshot.
12059
12060@item tfind pc @var{addr}
12061Find the next snapshot associated with the value @var{addr} of the
12062program counter. Search proceeds forward from the last examined trace
12063snapshot. If no argument @var{addr} is given, it means find the next
12064snapshot with the same value of PC as the current snapshot.
12065
12066@item tfind outside @var{addr1}, @var{addr2}
12067Find the next snapshot whose PC is outside the given range of
081dfbf7 12068addresses (exclusive).
b37052ae
EZ
12069
12070@item tfind range @var{addr1}, @var{addr2}
12071Find the next snapshot whose PC is between @var{addr1} and
081dfbf7 12072@var{addr2} (inclusive).
b37052ae
EZ
12073
12074@item tfind line @r{[}@var{file}:@r{]}@var{n}
12075Find the next snapshot associated with the source line @var{n}. If
12076the optional argument @var{file} is given, refer to line @var{n} in
12077that source file. Search proceeds forward from the last examined
12078trace snapshot. If no argument @var{n} is given, it means find the
12079next line other than the one currently being examined; thus saying
12080@code{tfind line} repeatedly can appear to have the same effect as
12081stepping from line to line in a @emph{live} debugging session.
12082@end table
12083
12084The default arguments for the @code{tfind} commands are specifically
12085designed to make it easy to scan through the trace buffer. For
12086instance, @code{tfind} with no argument selects the next trace
12087snapshot, and @code{tfind -} with no argument selects the previous
12088trace snapshot. So, by giving one @code{tfind} command, and then
12089simply hitting @key{RET} repeatedly you can examine all the trace
12090snapshots in order. Or, by saying @code{tfind -} and then hitting
12091@key{RET} repeatedly you can examine the snapshots in reverse order.
12092The @code{tfind line} command with no argument selects the snapshot
12093for the next source line executed. The @code{tfind pc} command with
12094no argument selects the next snapshot with the same program counter
12095(PC) as the current frame. The @code{tfind tracepoint} command with
12096no argument selects the next trace snapshot collected by the same
12097tracepoint as the current one.
12098
12099In addition to letting you scan through the trace buffer manually,
12100these commands make it easy to construct @value{GDBN} scripts that
12101scan through the trace buffer and print out whatever collected data
12102you are interested in. Thus, if we want to examine the PC, FP, and SP
12103registers from each trace frame in the buffer, we can say this:
12104
12105@smallexample
12106(@value{GDBP}) @b{tfind start}
12107(@value{GDBP}) @b{while ($trace_frame != -1)}
12108> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
12109 $trace_frame, $pc, $sp, $fp
12110> tfind
12111> end
12112
12113Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
12114Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
12115Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
12116Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
12117Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
12118Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
12119Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
12120Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
12121Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
12122Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
12123Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
12124@end smallexample
12125
12126Or, if we want to examine the variable @code{X} at each source line in
12127the buffer:
12128
12129@smallexample
12130(@value{GDBP}) @b{tfind start}
12131(@value{GDBP}) @b{while ($trace_frame != -1)}
12132> printf "Frame %d, X == %d\n", $trace_frame, X
12133> tfind line
12134> end
12135
12136Frame 0, X = 1
12137Frame 7, X = 2
12138Frame 13, X = 255
12139@end smallexample
12140
12141@node tdump
12142@subsection @code{tdump}
12143@kindex tdump
12144@cindex dump all data collected at tracepoint
12145@cindex tracepoint data, display
12146
12147This command takes no arguments. It prints all the data collected at
12148the current trace snapshot.
12149
12150@smallexample
12151(@value{GDBP}) @b{trace 444}
12152(@value{GDBP}) @b{actions}
12153Enter actions for tracepoint #2, one per line:
12154> collect $regs, $locals, $args, gdb_long_test
12155> end
12156
12157(@value{GDBP}) @b{tstart}
12158
12159(@value{GDBP}) @b{tfind line 444}
12160#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
12161at gdb_test.c:444
12162444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
12163
12164(@value{GDBP}) @b{tdump}
12165Data collected at tracepoint 2, trace frame 1:
12166d0 0xc4aa0085 -995491707
12167d1 0x18 24
12168d2 0x80 128
12169d3 0x33 51
12170d4 0x71aea3d 119204413
12171d5 0x22 34
12172d6 0xe0 224
12173d7 0x380035 3670069
12174a0 0x19e24a 1696330
12175a1 0x3000668 50333288
12176a2 0x100 256
12177a3 0x322000 3284992
12178a4 0x3000698 50333336
12179a5 0x1ad3cc 1758156
12180fp 0x30bf3c 0x30bf3c
12181sp 0x30bf34 0x30bf34
12182ps 0x0 0
12183pc 0x20b2c8 0x20b2c8
12184fpcontrol 0x0 0
12185fpstatus 0x0 0
12186fpiaddr 0x0 0
12187p = 0x20e5b4 "gdb-test"
12188p1 = (void *) 0x11
12189p2 = (void *) 0x22
12190p3 = (void *) 0x33
12191p4 = (void *) 0x44
12192p5 = (void *) 0x55
12193p6 = (void *) 0x66
12194gdb_long_test = 17 '\021'
12195
12196(@value{GDBP})
12197@end smallexample
12198
af54718e
SS
12199@code{tdump} works by scanning the tracepoint's current collection
12200actions and printing the value of each expression listed. So
12201@code{tdump} can fail, if after a run, you change the tracepoint's
12202actions to mention variables that were not collected during the run.
12203
12204Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
12205uses the collected value of @code{$pc} to distinguish between trace
12206frames that were collected at the tracepoint hit, and frames that were
12207collected while stepping. This allows it to correctly choose whether
12208to display the basic list of collections, or the collections from the
12209body of the while-stepping loop. However, if @code{$pc} was not collected,
12210then @code{tdump} will always attempt to dump using the basic collection
12211list, and may fail if a while-stepping frame does not include all the
12212same data that is collected at the tracepoint hit.
12213@c This is getting pretty arcane, example would be good.
12214
6149aea9
PA
12215@node save tracepoints
12216@subsection @code{save tracepoints @var{filename}}
12217@kindex save tracepoints
b37052ae
EZ
12218@kindex save-tracepoints
12219@cindex save tracepoints for future sessions
12220
12221This command saves all current tracepoint definitions together with
12222their actions and passcounts, into a file @file{@var{filename}}
12223suitable for use in a later debugging session. To read the saved
12224tracepoint definitions, use the @code{source} command (@pxref{Command
6149aea9
PA
12225Files}). The @w{@code{save-tracepoints}} command is a deprecated
12226alias for @w{@code{save tracepoints}}
b37052ae
EZ
12227
12228@node Tracepoint Variables
12229@section Convenience Variables for Tracepoints
12230@cindex tracepoint variables
12231@cindex convenience variables for tracepoints
12232
12233@table @code
12234@vindex $trace_frame
12235@item (int) $trace_frame
12236The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
12237snapshot is selected.
12238
12239@vindex $tracepoint
12240@item (int) $tracepoint
12241The tracepoint for the current trace snapshot.
12242
12243@vindex $trace_line
12244@item (int) $trace_line
12245The line number for the current trace snapshot.
12246
12247@vindex $trace_file
12248@item (char []) $trace_file
12249The source file for the current trace snapshot.
12250
12251@vindex $trace_func
12252@item (char []) $trace_func
12253The name of the function containing @code{$tracepoint}.
12254@end table
12255
12256Note: @code{$trace_file} is not suitable for use in @code{printf},
12257use @code{output} instead.
12258
12259Here's a simple example of using these convenience variables for
12260stepping through all the trace snapshots and printing some of their
f61e138d
SS
12261data. Note that these are not the same as trace state variables,
12262which are managed by the target.
b37052ae
EZ
12263
12264@smallexample
12265(@value{GDBP}) @b{tfind start}
12266
12267(@value{GDBP}) @b{while $trace_frame != -1}
12268> output $trace_file
12269> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
12270> tfind
12271> end
12272@end smallexample
12273
00bf0b85
SS
12274@node Trace Files
12275@section Using Trace Files
12276@cindex trace files
12277
12278In some situations, the target running a trace experiment may no
12279longer be available; perhaps it crashed, or the hardware was needed
12280for a different activity. To handle these cases, you can arrange to
12281dump the trace data into a file, and later use that file as a source
12282of trace data, via the @code{target tfile} command.
12283
12284@table @code
12285
12286@kindex tsave
12287@item tsave [ -r ] @var{filename}
d0353e76 12288@itemx tsave [-ctf] @var{dirname}
00bf0b85
SS
12289Save the trace data to @var{filename}. By default, this command
12290assumes that @var{filename} refers to the host filesystem, so if
12291necessary @value{GDBN} will copy raw trace data up from the target and
12292then save it. If the target supports it, you can also supply the
12293optional argument @code{-r} (``remote'') to direct the target to save
12294the data directly into @var{filename} in its own filesystem, which may be
12295more efficient if the trace buffer is very large. (Note, however, that
12296@code{target tfile} can only read from files accessible to the host.)
d0353e76
YQ
12297By default, this command will save trace frame in tfile format.
12298You can supply the optional argument @code{-ctf} to save date in CTF
12299format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
12300that can be shared by multiple debugging and tracing tools. Please go to
12301@indicateurl{http://www.efficios.com/ctf} to get more information.
00bf0b85
SS
12302
12303@kindex target tfile
12304@kindex tfile
12305@item target tfile @var{filename}
12306Use the file named @var{filename} as a source of trace data. Commands
12307that examine data work as they do with a live target, but it is not
12308possible to run any new trace experiments. @code{tstatus} will report
12309the state of the trace run at the moment the data was saved, as well
12310as the current trace frame you are examining. @var{filename} must be
12311on a filesystem accessible to the host.
12312
12313@end table
12314
df0cd8c5
JB
12315@node Overlays
12316@chapter Debugging Programs That Use Overlays
12317@cindex overlays
12318
12319If your program is too large to fit completely in your target system's
12320memory, you can sometimes use @dfn{overlays} to work around this
12321problem. @value{GDBN} provides some support for debugging programs that
12322use overlays.
12323
12324@menu
12325* How Overlays Work:: A general explanation of overlays.
12326* Overlay Commands:: Managing overlays in @value{GDBN}.
12327* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
12328 mapped by asking the inferior.
12329* Overlay Sample Program:: A sample program using overlays.
12330@end menu
12331
12332@node How Overlays Work
12333@section How Overlays Work
12334@cindex mapped overlays
12335@cindex unmapped overlays
12336@cindex load address, overlay's
12337@cindex mapped address
12338@cindex overlay area
12339
12340Suppose you have a computer whose instruction address space is only 64
12341kilobytes long, but which has much more memory which can be accessed by
12342other means: special instructions, segment registers, or memory
12343management hardware, for example. Suppose further that you want to
12344adapt a program which is larger than 64 kilobytes to run on this system.
12345
12346One solution is to identify modules of your program which are relatively
12347independent, and need not call each other directly; call these modules
12348@dfn{overlays}. Separate the overlays from the main program, and place
12349their machine code in the larger memory. Place your main program in
12350instruction memory, but leave at least enough space there to hold the
12351largest overlay as well.
12352
12353Now, to call a function located in an overlay, you must first copy that
12354overlay's machine code from the large memory into the space set aside
12355for it in the instruction memory, and then jump to its entry point
12356there.
12357
c928edc0
AC
12358@c NB: In the below the mapped area's size is greater or equal to the
12359@c size of all overlays. This is intentional to remind the developer
12360@c that overlays don't necessarily need to be the same size.
12361
474c8240 12362@smallexample
df0cd8c5 12363@group
c928edc0
AC
12364 Data Instruction Larger
12365Address Space Address Space Address Space
12366+-----------+ +-----------+ +-----------+
12367| | | | | |
12368+-----------+ +-----------+ +-----------+<-- overlay 1
12369| program | | main | .----| overlay 1 | load address
12370| variables | | program | | +-----------+
12371| and heap | | | | | |
12372+-----------+ | | | +-----------+<-- overlay 2
12373| | +-----------+ | | | load address
12374+-----------+ | | | .-| overlay 2 |
12375 | | | | | |
12376 mapped --->+-----------+ | | +-----------+
12377 address | | | | | |
12378 | overlay | <-' | | |
12379 | area | <---' +-----------+<-- overlay 3
12380 | | <---. | | load address
12381 +-----------+ `--| overlay 3 |
12382 | | | |
12383 +-----------+ | |
12384 +-----------+
12385 | |
12386 +-----------+
12387
12388 @anchor{A code overlay}A code overlay
df0cd8c5 12389@end group
474c8240 12390@end smallexample
df0cd8c5 12391
c928edc0
AC
12392The diagram (@pxref{A code overlay}) shows a system with separate data
12393and instruction address spaces. To map an overlay, the program copies
12394its code from the larger address space to the instruction address space.
12395Since the overlays shown here all use the same mapped address, only one
12396may be mapped at a time. For a system with a single address space for
12397data and instructions, the diagram would be similar, except that the
12398program variables and heap would share an address space with the main
12399program and the overlay area.
df0cd8c5
JB
12400
12401An overlay loaded into instruction memory and ready for use is called a
12402@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
12403instruction memory. An overlay not present (or only partially present)
12404in instruction memory is called @dfn{unmapped}; its @dfn{load address}
12405is its address in the larger memory. The mapped address is also called
12406the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
12407called the @dfn{load memory address}, or @dfn{LMA}.
12408
12409Unfortunately, overlays are not a completely transparent way to adapt a
12410program to limited instruction memory. They introduce a new set of
12411global constraints you must keep in mind as you design your program:
12412
12413@itemize @bullet
12414
12415@item
12416Before calling or returning to a function in an overlay, your program
12417must make sure that overlay is actually mapped. Otherwise, the call or
12418return will transfer control to the right address, but in the wrong
12419overlay, and your program will probably crash.
12420
12421@item
12422If the process of mapping an overlay is expensive on your system, you
12423will need to choose your overlays carefully to minimize their effect on
12424your program's performance.
12425
12426@item
12427The executable file you load onto your system must contain each
12428overlay's instructions, appearing at the overlay's load address, not its
12429mapped address. However, each overlay's instructions must be relocated
12430and its symbols defined as if the overlay were at its mapped address.
12431You can use GNU linker scripts to specify different load and relocation
12432addresses for pieces of your program; see @ref{Overlay Description,,,
12433ld.info, Using ld: the GNU linker}.
12434
12435@item
12436The procedure for loading executable files onto your system must be able
12437to load their contents into the larger address space as well as the
12438instruction and data spaces.
12439
12440@end itemize
12441
12442The overlay system described above is rather simple, and could be
12443improved in many ways:
12444
12445@itemize @bullet
12446
12447@item
12448If your system has suitable bank switch registers or memory management
12449hardware, you could use those facilities to make an overlay's load area
12450contents simply appear at their mapped address in instruction space.
12451This would probably be faster than copying the overlay to its mapped
12452area in the usual way.
12453
12454@item
12455If your overlays are small enough, you could set aside more than one
12456overlay area, and have more than one overlay mapped at a time.
12457
12458@item
12459You can use overlays to manage data, as well as instructions. In
12460general, data overlays are even less transparent to your design than
12461code overlays: whereas code overlays only require care when you call or
12462return to functions, data overlays require care every time you access
12463the data. Also, if you change the contents of a data overlay, you
12464must copy its contents back out to its load address before you can copy a
12465different data overlay into the same mapped area.
12466
12467@end itemize
12468
12469
12470@node Overlay Commands
12471@section Overlay Commands
12472
12473To use @value{GDBN}'s overlay support, each overlay in your program must
12474correspond to a separate section of the executable file. The section's
12475virtual memory address and load memory address must be the overlay's
12476mapped and load addresses. Identifying overlays with sections allows
12477@value{GDBN} to determine the appropriate address of a function or
12478variable, depending on whether the overlay is mapped or not.
12479
12480@value{GDBN}'s overlay commands all start with the word @code{overlay};
12481you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
12482
12483@table @code
12484@item overlay off
4644b6e3 12485@kindex overlay
df0cd8c5
JB
12486Disable @value{GDBN}'s overlay support. When overlay support is
12487disabled, @value{GDBN} assumes that all functions and variables are
12488always present at their mapped addresses. By default, @value{GDBN}'s
12489overlay support is disabled.
12490
12491@item overlay manual
df0cd8c5
JB
12492@cindex manual overlay debugging
12493Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
12494relies on you to tell it which overlays are mapped, and which are not,
12495using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
12496commands described below.
12497
12498@item overlay map-overlay @var{overlay}
12499@itemx overlay map @var{overlay}
df0cd8c5
JB
12500@cindex map an overlay
12501Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
12502be the name of the object file section containing the overlay. When an
12503overlay is mapped, @value{GDBN} assumes it can find the overlay's
12504functions and variables at their mapped addresses. @value{GDBN} assumes
12505that any other overlays whose mapped ranges overlap that of
12506@var{overlay} are now unmapped.
12507
12508@item overlay unmap-overlay @var{overlay}
12509@itemx overlay unmap @var{overlay}
df0cd8c5
JB
12510@cindex unmap an overlay
12511Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
12512must be the name of the object file section containing the overlay.
12513When an overlay is unmapped, @value{GDBN} assumes it can find the
12514overlay's functions and variables at their load addresses.
12515
12516@item overlay auto
df0cd8c5
JB
12517Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
12518consults a data structure the overlay manager maintains in the inferior
12519to see which overlays are mapped. For details, see @ref{Automatic
12520Overlay Debugging}.
12521
12522@item overlay load-target
12523@itemx overlay load
df0cd8c5
JB
12524@cindex reloading the overlay table
12525Re-read the overlay table from the inferior. Normally, @value{GDBN}
12526re-reads the table @value{GDBN} automatically each time the inferior
12527stops, so this command should only be necessary if you have changed the
12528overlay mapping yourself using @value{GDBN}. This command is only
12529useful when using automatic overlay debugging.
12530
12531@item overlay list-overlays
12532@itemx overlay list
12533@cindex listing mapped overlays
12534Display a list of the overlays currently mapped, along with their mapped
12535addresses, load addresses, and sizes.
12536
12537@end table
12538
12539Normally, when @value{GDBN} prints a code address, it includes the name
12540of the function the address falls in:
12541
474c8240 12542@smallexample
f7dc1244 12543(@value{GDBP}) print main
df0cd8c5 12544$3 = @{int ()@} 0x11a0 <main>
474c8240 12545@end smallexample
df0cd8c5
JB
12546@noindent
12547When overlay debugging is enabled, @value{GDBN} recognizes code in
12548unmapped overlays, and prints the names of unmapped functions with
12549asterisks around them. For example, if @code{foo} is a function in an
12550unmapped overlay, @value{GDBN} prints it this way:
12551
474c8240 12552@smallexample
f7dc1244 12553(@value{GDBP}) overlay list
df0cd8c5 12554No sections are mapped.
f7dc1244 12555(@value{GDBP}) print foo
df0cd8c5 12556$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 12557@end smallexample
df0cd8c5
JB
12558@noindent
12559When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
12560name normally:
12561
474c8240 12562@smallexample
f7dc1244 12563(@value{GDBP}) overlay list
b383017d 12564Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 12565 mapped at 0x1016 - 0x104a
f7dc1244 12566(@value{GDBP}) print foo
df0cd8c5 12567$6 = @{int (int)@} 0x1016 <foo>
474c8240 12568@end smallexample
df0cd8c5
JB
12569
12570When overlay debugging is enabled, @value{GDBN} can find the correct
12571address for functions and variables in an overlay, whether or not the
12572overlay is mapped. This allows most @value{GDBN} commands, like
12573@code{break} and @code{disassemble}, to work normally, even on unmapped
12574code. However, @value{GDBN}'s breakpoint support has some limitations:
12575
12576@itemize @bullet
12577@item
12578@cindex breakpoints in overlays
12579@cindex overlays, setting breakpoints in
12580You can set breakpoints in functions in unmapped overlays, as long as
12581@value{GDBN} can write to the overlay at its load address.
12582@item
12583@value{GDBN} can not set hardware or simulator-based breakpoints in
12584unmapped overlays. However, if you set a breakpoint at the end of your
12585overlay manager (and tell @value{GDBN} which overlays are now mapped, if
12586you are using manual overlay management), @value{GDBN} will re-set its
12587breakpoints properly.
12588@end itemize
12589
12590
12591@node Automatic Overlay Debugging
12592@section Automatic Overlay Debugging
12593@cindex automatic overlay debugging
12594
12595@value{GDBN} can automatically track which overlays are mapped and which
12596are not, given some simple co-operation from the overlay manager in the
12597inferior. If you enable automatic overlay debugging with the
12598@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
12599looks in the inferior's memory for certain variables describing the
12600current state of the overlays.
12601
12602Here are the variables your overlay manager must define to support
12603@value{GDBN}'s automatic overlay debugging:
12604
12605@table @asis
12606
12607@item @code{_ovly_table}:
12608This variable must be an array of the following structures:
12609
474c8240 12610@smallexample
df0cd8c5
JB
12611struct
12612@{
12613 /* The overlay's mapped address. */
12614 unsigned long vma;
12615
12616 /* The size of the overlay, in bytes. */
12617 unsigned long size;
12618
12619 /* The overlay's load address. */
12620 unsigned long lma;
12621
12622 /* Non-zero if the overlay is currently mapped;
12623 zero otherwise. */
12624 unsigned long mapped;
12625@}
474c8240 12626@end smallexample
df0cd8c5
JB
12627
12628@item @code{_novlys}:
12629This variable must be a four-byte signed integer, holding the total
12630number of elements in @code{_ovly_table}.
12631
12632@end table
12633
12634To decide whether a particular overlay is mapped or not, @value{GDBN}
12635looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
12636@code{lma} members equal the VMA and LMA of the overlay's section in the
12637executable file. When @value{GDBN} finds a matching entry, it consults
12638the entry's @code{mapped} member to determine whether the overlay is
12639currently mapped.
12640
81d46470 12641In addition, your overlay manager may define a function called
def71bfa 12642@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
12643will silently set a breakpoint there. If the overlay manager then
12644calls this function whenever it has changed the overlay table, this
12645will enable @value{GDBN} to accurately keep track of which overlays
12646are in program memory, and update any breakpoints that may be set
b383017d 12647in overlays. This will allow breakpoints to work even if the
81d46470
MS
12648overlays are kept in ROM or other non-writable memory while they
12649are not being executed.
df0cd8c5
JB
12650
12651@node Overlay Sample Program
12652@section Overlay Sample Program
12653@cindex overlay example program
12654
12655When linking a program which uses overlays, you must place the overlays
12656at their load addresses, while relocating them to run at their mapped
12657addresses. To do this, you must write a linker script (@pxref{Overlay
12658Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
12659since linker scripts are specific to a particular host system, target
12660architecture, and target memory layout, this manual cannot provide
12661portable sample code demonstrating @value{GDBN}'s overlay support.
12662
12663However, the @value{GDBN} source distribution does contain an overlaid
12664program, with linker scripts for a few systems, as part of its test
12665suite. The program consists of the following files from
12666@file{gdb/testsuite/gdb.base}:
12667
12668@table @file
12669@item overlays.c
12670The main program file.
12671@item ovlymgr.c
12672A simple overlay manager, used by @file{overlays.c}.
12673@item foo.c
12674@itemx bar.c
12675@itemx baz.c
12676@itemx grbx.c
12677Overlay modules, loaded and used by @file{overlays.c}.
12678@item d10v.ld
12679@itemx m32r.ld
12680Linker scripts for linking the test program on the @code{d10v-elf}
12681and @code{m32r-elf} targets.
12682@end table
12683
12684You can build the test program using the @code{d10v-elf} GCC
12685cross-compiler like this:
12686
474c8240 12687@smallexample
df0cd8c5
JB
12688$ d10v-elf-gcc -g -c overlays.c
12689$ d10v-elf-gcc -g -c ovlymgr.c
12690$ d10v-elf-gcc -g -c foo.c
12691$ d10v-elf-gcc -g -c bar.c
12692$ d10v-elf-gcc -g -c baz.c
12693$ d10v-elf-gcc -g -c grbx.c
12694$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
12695 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 12696@end smallexample
df0cd8c5
JB
12697
12698The build process is identical for any other architecture, except that
12699you must substitute the appropriate compiler and linker script for the
12700target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
12701
12702
6d2ebf8b 12703@node Languages
c906108c
SS
12704@chapter Using @value{GDBN} with Different Languages
12705@cindex languages
12706
c906108c
SS
12707Although programming languages generally have common aspects, they are
12708rarely expressed in the same manner. For instance, in ANSI C,
12709dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
12710Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 12711represented (and displayed) differently. Hex numbers in C appear as
c906108c 12712@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
12713
12714@cindex working language
12715Language-specific information is built into @value{GDBN} for some languages,
12716allowing you to express operations like the above in your program's
12717native language, and allowing @value{GDBN} to output values in a manner
12718consistent with the syntax of your program's native language. The
12719language you use to build expressions is called the @dfn{working
12720language}.
12721
12722@menu
12723* Setting:: Switching between source languages
12724* Show:: Displaying the language
c906108c 12725* Checks:: Type and range checks
79a6e687
BW
12726* Supported Languages:: Supported languages
12727* Unsupported Languages:: Unsupported languages
c906108c
SS
12728@end menu
12729
6d2ebf8b 12730@node Setting
79a6e687 12731@section Switching Between Source Languages
c906108c
SS
12732
12733There are two ways to control the working language---either have @value{GDBN}
12734set it automatically, or select it manually yourself. You can use the
12735@code{set language} command for either purpose. On startup, @value{GDBN}
12736defaults to setting the language automatically. The working language is
12737used to determine how expressions you type are interpreted, how values
12738are printed, etc.
12739
12740In addition to the working language, every source file that
12741@value{GDBN} knows about has its own working language. For some object
12742file formats, the compiler might indicate which language a particular
12743source file is in. However, most of the time @value{GDBN} infers the
12744language from the name of the file. The language of a source file
b37052ae 12745controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 12746show each frame appropriately for its own language. There is no way to
d4f3574e
SS
12747set the language of a source file from within @value{GDBN}, but you can
12748set the language associated with a filename extension. @xref{Show, ,
79a6e687 12749Displaying the Language}.
c906108c
SS
12750
12751This is most commonly a problem when you use a program, such
5d161b24 12752as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
12753another language. In that case, make the
12754program use @code{#line} directives in its C output; that way
12755@value{GDBN} will know the correct language of the source code of the original
12756program, and will display that source code, not the generated C code.
12757
12758@menu
12759* Filenames:: Filename extensions and languages.
12760* Manually:: Setting the working language manually
12761* Automatically:: Having @value{GDBN} infer the source language
12762@end menu
12763
6d2ebf8b 12764@node Filenames
79a6e687 12765@subsection List of Filename Extensions and Languages
c906108c
SS
12766
12767If a source file name ends in one of the following extensions, then
12768@value{GDBN} infers that its language is the one indicated.
12769
12770@table @file
e07c999f
PH
12771@item .ada
12772@itemx .ads
12773@itemx .adb
12774@itemx .a
12775Ada source file.
c906108c
SS
12776
12777@item .c
12778C source file
12779
12780@item .C
12781@itemx .cc
12782@itemx .cp
12783@itemx .cpp
12784@itemx .cxx
12785@itemx .c++
b37052ae 12786C@t{++} source file
c906108c 12787
6aecb9c2
JB
12788@item .d
12789D source file
12790
b37303ee
AF
12791@item .m
12792Objective-C source file
12793
c906108c
SS
12794@item .f
12795@itemx .F
12796Fortran source file
12797
c906108c
SS
12798@item .mod
12799Modula-2 source file
c906108c
SS
12800
12801@item .s
12802@itemx .S
12803Assembler source file. This actually behaves almost like C, but
12804@value{GDBN} does not skip over function prologues when stepping.
12805@end table
12806
12807In addition, you may set the language associated with a filename
79a6e687 12808extension. @xref{Show, , Displaying the Language}.
c906108c 12809
6d2ebf8b 12810@node Manually
79a6e687 12811@subsection Setting the Working Language
c906108c
SS
12812
12813If you allow @value{GDBN} to set the language automatically,
12814expressions are interpreted the same way in your debugging session and
12815your program.
12816
12817@kindex set language
12818If you wish, you may set the language manually. To do this, issue the
12819command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 12820a language, such as
c906108c 12821@code{c} or @code{modula-2}.
c906108c
SS
12822For a list of the supported languages, type @samp{set language}.
12823
c906108c
SS
12824Setting the language manually prevents @value{GDBN} from updating the working
12825language automatically. This can lead to confusion if you try
12826to debug a program when the working language is not the same as the
12827source language, when an expression is acceptable to both
12828languages---but means different things. For instance, if the current
12829source file were written in C, and @value{GDBN} was parsing Modula-2, a
12830command such as:
12831
474c8240 12832@smallexample
c906108c 12833print a = b + c
474c8240 12834@end smallexample
c906108c
SS
12835
12836@noindent
12837might not have the effect you intended. In C, this means to add
12838@code{b} and @code{c} and place the result in @code{a}. The result
12839printed would be the value of @code{a}. In Modula-2, this means to compare
12840@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 12841
6d2ebf8b 12842@node Automatically
79a6e687 12843@subsection Having @value{GDBN} Infer the Source Language
c906108c
SS
12844
12845To have @value{GDBN} set the working language automatically, use
12846@samp{set language local} or @samp{set language auto}. @value{GDBN}
12847then infers the working language. That is, when your program stops in a
12848frame (usually by encountering a breakpoint), @value{GDBN} sets the
12849working language to the language recorded for the function in that
12850frame. If the language for a frame is unknown (that is, if the function
12851or block corresponding to the frame was defined in a source file that
12852does not have a recognized extension), the current working language is
12853not changed, and @value{GDBN} issues a warning.
12854
12855This may not seem necessary for most programs, which are written
12856entirely in one source language. However, program modules and libraries
12857written in one source language can be used by a main program written in
12858a different source language. Using @samp{set language auto} in this
12859case frees you from having to set the working language manually.
12860
6d2ebf8b 12861@node Show
79a6e687 12862@section Displaying the Language
c906108c
SS
12863
12864The following commands help you find out which language is the
12865working language, and also what language source files were written in.
12866
c906108c
SS
12867@table @code
12868@item show language
9c16f35a 12869@kindex show language
c906108c
SS
12870Display the current working language. This is the
12871language you can use with commands such as @code{print} to
12872build and compute expressions that may involve variables in your program.
12873
12874@item info frame
4644b6e3 12875@kindex info frame@r{, show the source language}
5d161b24 12876Display the source language for this frame. This language becomes the
c906108c 12877working language if you use an identifier from this frame.
79a6e687 12878@xref{Frame Info, ,Information about a Frame}, to identify the other
c906108c
SS
12879information listed here.
12880
12881@item info source
4644b6e3 12882@kindex info source@r{, show the source language}
c906108c 12883Display the source language of this source file.
5d161b24 12884@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
12885information listed here.
12886@end table
12887
12888In unusual circumstances, you may have source files with extensions
12889not in the standard list. You can then set the extension associated
12890with a language explicitly:
12891
c906108c 12892@table @code
09d4efe1 12893@item set extension-language @var{ext} @var{language}
9c16f35a 12894@kindex set extension-language
09d4efe1
EZ
12895Tell @value{GDBN} that source files with extension @var{ext} are to be
12896assumed as written in the source language @var{language}.
c906108c
SS
12897
12898@item info extensions
9c16f35a 12899@kindex info extensions
c906108c
SS
12900List all the filename extensions and the associated languages.
12901@end table
12902
6d2ebf8b 12903@node Checks
79a6e687 12904@section Type and Range Checking
c906108c 12905
c906108c
SS
12906Some languages are designed to guard you against making seemingly common
12907errors through a series of compile- and run-time checks. These include
a451cb65 12908checking the type of arguments to functions and operators and making
c906108c
SS
12909sure mathematical overflows are caught at run time. Checks such as
12910these help to ensure a program's correctness once it has been compiled
a451cb65 12911by eliminating type mismatches and providing active checks for range
c906108c
SS
12912errors when your program is running.
12913
a451cb65
KS
12914By default @value{GDBN} checks for these errors according to the
12915rules of the current source language. Although @value{GDBN} does not check
12916the statements in your program, it can check expressions entered directly
12917into @value{GDBN} for evaluation via the @code{print} command, for example.
c906108c
SS
12918
12919@menu
12920* Type Checking:: An overview of type checking
12921* Range Checking:: An overview of range checking
12922@end menu
12923
12924@cindex type checking
12925@cindex checks, type
6d2ebf8b 12926@node Type Checking
79a6e687 12927@subsection An Overview of Type Checking
c906108c 12928
a451cb65 12929Some languages, such as C and C@t{++}, are strongly typed, meaning that the
c906108c
SS
12930arguments to operators and functions have to be of the correct type,
12931otherwise an error occurs. These checks prevent type mismatch
12932errors from ever causing any run-time problems. For example,
12933
12934@smallexample
a451cb65
KS
12935int klass::my_method(char *b) @{ return b ? 1 : 2; @}
12936
12937(@value{GDBP}) print obj.my_method (0)
12938$1 = 2
c906108c 12939@exdent but
a451cb65
KS
12940(@value{GDBP}) print obj.my_method (0x1234)
12941Cannot resolve method klass::my_method to any overloaded instance
c906108c
SS
12942@end smallexample
12943
a451cb65
KS
12944The second example fails because in C@t{++} the integer constant
12945@samp{0x1234} is not type-compatible with the pointer parameter type.
c906108c 12946
a451cb65
KS
12947For the expressions you use in @value{GDBN} commands, you can tell
12948@value{GDBN} to not enforce strict type checking or
5d161b24 12949to treat any mismatches as errors and abandon the expression;
a451cb65
KS
12950When type checking is disabled, @value{GDBN} successfully evaluates
12951expressions like the second example above.
c906108c 12952
a451cb65 12953Even if type checking is off, there may be other reasons
5d161b24
DB
12954related to type that prevent @value{GDBN} from evaluating an expression.
12955For instance, @value{GDBN} does not know how to add an @code{int} and
12956a @code{struct foo}. These particular type errors have nothing to do
a451cb65
KS
12957with the language in use and usually arise from expressions which make
12958little sense to evaluate anyway.
c906108c 12959
a451cb65 12960@value{GDBN} provides some additional commands for controlling type checking:
c906108c 12961
c906108c
SS
12962@kindex set check type
12963@kindex show check type
12964@table @code
c906108c
SS
12965@item set check type on
12966@itemx set check type off
a451cb65 12967Set strict type checking on or off. If any type mismatches occur in
d4f3574e 12968evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
12969message and aborts evaluation of the expression.
12970
a451cb65
KS
12971@item show check type
12972Show the current setting of type checking and whether @value{GDBN}
12973is enforcing strict type checking rules.
c906108c
SS
12974@end table
12975
12976@cindex range checking
12977@cindex checks, range
6d2ebf8b 12978@node Range Checking
79a6e687 12979@subsection An Overview of Range Checking
c906108c
SS
12980
12981In some languages (such as Modula-2), it is an error to exceed the
12982bounds of a type; this is enforced with run-time checks. Such range
12983checking is meant to ensure program correctness by making sure
12984computations do not overflow, or indices on an array element access do
12985not exceed the bounds of the array.
12986
12987For expressions you use in @value{GDBN} commands, you can tell
12988@value{GDBN} to treat range errors in one of three ways: ignore them,
12989always treat them as errors and abandon the expression, or issue
12990warnings but evaluate the expression anyway.
12991
12992A range error can result from numerical overflow, from exceeding an
12993array index bound, or when you type a constant that is not a member
12994of any type. Some languages, however, do not treat overflows as an
12995error. In many implementations of C, mathematical overflow causes the
12996result to ``wrap around'' to lower values---for example, if @var{m} is
12997the largest integer value, and @var{s} is the smallest, then
12998
474c8240 12999@smallexample
c906108c 13000@var{m} + 1 @result{} @var{s}
474c8240 13001@end smallexample
c906108c
SS
13002
13003This, too, is specific to individual languages, and in some cases
79a6e687
BW
13004specific to individual compilers or machines. @xref{Supported Languages, ,
13005Supported Languages}, for further details on specific languages.
c906108c
SS
13006
13007@value{GDBN} provides some additional commands for controlling the range checker:
13008
c906108c
SS
13009@kindex set check range
13010@kindex show check range
13011@table @code
13012@item set check range auto
13013Set range checking on or off based on the current working language.
79a6e687 13014@xref{Supported Languages, ,Supported Languages}, for the default settings for
c906108c
SS
13015each language.
13016
13017@item set check range on
13018@itemx set check range off
13019Set range checking on or off, overriding the default setting for the
13020current working language. A warning is issued if the setting does not
c3f6f71d
JM
13021match the language default. If a range error occurs and range checking is on,
13022then a message is printed and evaluation of the expression is aborted.
c906108c
SS
13023
13024@item set check range warn
13025Output messages when the @value{GDBN} range checker detects a range error,
13026but attempt to evaluate the expression anyway. Evaluating the
13027expression may still be impossible for other reasons, such as accessing
13028memory that the process does not own (a typical example from many Unix
13029systems).
13030
13031@item show range
13032Show the current setting of the range checker, and whether or not it is
13033being set automatically by @value{GDBN}.
13034@end table
c906108c 13035
79a6e687
BW
13036@node Supported Languages
13037@section Supported Languages
c906108c 13038
a766d390
DE
13039@value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran, Java,
13040OpenCL C, Pascal, assembly, Modula-2, and Ada.
cce74817 13041@c This is false ...
c906108c
SS
13042Some @value{GDBN} features may be used in expressions regardless of the
13043language you use: the @value{GDBN} @code{@@} and @code{::} operators,
13044and the @samp{@{type@}addr} construct (@pxref{Expressions,
13045,Expressions}) can be used with the constructs of any supported
13046language.
13047
13048The following sections detail to what degree each source language is
13049supported by @value{GDBN}. These sections are not meant to be language
13050tutorials or references, but serve only as a reference guide to what the
13051@value{GDBN} expression parser accepts, and what input and output
13052formats should look like for different languages. There are many good
13053books written on each of these languages; please look to these for a
13054language reference or tutorial.
13055
c906108c 13056@menu
b37303ee 13057* C:: C and C@t{++}
6aecb9c2 13058* D:: D
a766d390 13059* Go:: Go
b383017d 13060* Objective-C:: Objective-C
f4b8a18d 13061* OpenCL C:: OpenCL C
09d4efe1 13062* Fortran:: Fortran
9c16f35a 13063* Pascal:: Pascal
b37303ee 13064* Modula-2:: Modula-2
e07c999f 13065* Ada:: Ada
c906108c
SS
13066@end menu
13067
6d2ebf8b 13068@node C
b37052ae 13069@subsection C and C@t{++}
7a292a7a 13070
b37052ae
EZ
13071@cindex C and C@t{++}
13072@cindex expressions in C or C@t{++}
c906108c 13073
b37052ae 13074Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
13075to both languages. Whenever this is the case, we discuss those languages
13076together.
13077
41afff9a
EZ
13078@cindex C@t{++}
13079@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
13080@cindex @sc{gnu} C@t{++}
13081The C@t{++} debugging facilities are jointly implemented by the C@t{++}
13082compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
13083effectively, you must compile your C@t{++} programs with a supported
13084C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
13085compiler (@code{aCC}).
13086
c906108c 13087@menu
b37052ae
EZ
13088* C Operators:: C and C@t{++} operators
13089* C Constants:: C and C@t{++} constants
79a6e687 13090* C Plus Plus Expressions:: C@t{++} expressions
b37052ae
EZ
13091* C Defaults:: Default settings for C and C@t{++}
13092* C Checks:: C and C@t{++} type and range checks
c906108c 13093* Debugging C:: @value{GDBN} and C
79a6e687 13094* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
febe4383 13095* Decimal Floating Point:: Numbers in Decimal Floating Point format
c906108c 13096@end menu
c906108c 13097
6d2ebf8b 13098@node C Operators
79a6e687 13099@subsubsection C and C@t{++} Operators
7a292a7a 13100
b37052ae 13101@cindex C and C@t{++} operators
c906108c
SS
13102
13103Operators must be defined on values of specific types. For instance,
13104@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 13105often defined on groups of types.
c906108c 13106
b37052ae 13107For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
13108
13109@itemize @bullet
53a5351d 13110
c906108c 13111@item
c906108c 13112@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 13113specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
13114
13115@item
d4f3574e
SS
13116@emph{Floating-point types} include @code{float}, @code{double}, and
13117@code{long double} (if supported by the target platform).
c906108c
SS
13118
13119@item
53a5351d 13120@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
13121
13122@item
13123@emph{Scalar types} include all of the above.
53a5351d 13124
c906108c
SS
13125@end itemize
13126
13127@noindent
13128The following operators are supported. They are listed here
13129in order of increasing precedence:
13130
13131@table @code
13132@item ,
13133The comma or sequencing operator. Expressions in a comma-separated list
13134are evaluated from left to right, with the result of the entire
13135expression being the last expression evaluated.
13136
13137@item =
13138Assignment. The value of an assignment expression is the value
13139assigned. Defined on scalar types.
13140
13141@item @var{op}=
13142Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
13143and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 13144@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
13145@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
13146@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
13147
13148@item ?:
13149The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
13150of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
13151integral type.
13152
13153@item ||
13154Logical @sc{or}. Defined on integral types.
13155
13156@item &&
13157Logical @sc{and}. Defined on integral types.
13158
13159@item |
13160Bitwise @sc{or}. Defined on integral types.
13161
13162@item ^
13163Bitwise exclusive-@sc{or}. Defined on integral types.
13164
13165@item &
13166Bitwise @sc{and}. Defined on integral types.
13167
13168@item ==@r{, }!=
13169Equality and inequality. Defined on scalar types. The value of these
13170expressions is 0 for false and non-zero for true.
13171
13172@item <@r{, }>@r{, }<=@r{, }>=
13173Less than, greater than, less than or equal, greater than or equal.
13174Defined on scalar types. The value of these expressions is 0 for false
13175and non-zero for true.
13176
13177@item <<@r{, }>>
13178left shift, and right shift. Defined on integral types.
13179
13180@item @@
13181The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
13182
13183@item +@r{, }-
13184Addition and subtraction. Defined on integral types, floating-point types and
13185pointer types.
13186
13187@item *@r{, }/@r{, }%
13188Multiplication, division, and modulus. Multiplication and division are
13189defined on integral and floating-point types. Modulus is defined on
13190integral types.
13191
13192@item ++@r{, }--
13193Increment and decrement. When appearing before a variable, the
13194operation is performed before the variable is used in an expression;
13195when appearing after it, the variable's value is used before the
13196operation takes place.
13197
13198@item *
13199Pointer dereferencing. Defined on pointer types. Same precedence as
13200@code{++}.
13201
13202@item &
13203Address operator. Defined on variables. Same precedence as @code{++}.
13204
b37052ae
EZ
13205For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
13206allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
b17828ca 13207to examine the address
b37052ae 13208where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 13209stored.
c906108c
SS
13210
13211@item -
13212Negative. Defined on integral and floating-point types. Same
13213precedence as @code{++}.
13214
13215@item !
13216Logical negation. Defined on integral types. Same precedence as
13217@code{++}.
13218
13219@item ~
13220Bitwise complement operator. Defined on integral types. Same precedence as
13221@code{++}.
13222
13223
13224@item .@r{, }->
13225Structure member, and pointer-to-structure member. For convenience,
13226@value{GDBN} regards the two as equivalent, choosing whether to dereference a
13227pointer based on the stored type information.
13228Defined on @code{struct} and @code{union} data.
13229
c906108c
SS
13230@item .*@r{, }->*
13231Dereferences of pointers to members.
c906108c
SS
13232
13233@item []
13234Array indexing. @code{@var{a}[@var{i}]} is defined as
13235@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
13236
13237@item ()
13238Function parameter list. Same precedence as @code{->}.
13239
c906108c 13240@item ::
b37052ae 13241C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 13242and @code{class} types.
c906108c
SS
13243
13244@item ::
7a292a7a
SS
13245Doubled colons also represent the @value{GDBN} scope operator
13246(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
13247above.
c906108c
SS
13248@end table
13249
c906108c
SS
13250If an operator is redefined in the user code, @value{GDBN} usually
13251attempts to invoke the redefined version instead of using the operator's
13252predefined meaning.
c906108c 13253
6d2ebf8b 13254@node C Constants
79a6e687 13255@subsubsection C and C@t{++} Constants
c906108c 13256
b37052ae 13257@cindex C and C@t{++} constants
c906108c 13258
b37052ae 13259@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 13260following ways:
c906108c
SS
13261
13262@itemize @bullet
13263@item
13264Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
13265specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
13266by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
13267@samp{l}, specifying that the constant should be treated as a
13268@code{long} value.
13269
13270@item
13271Floating point constants are a sequence of digits, followed by a decimal
13272point, followed by a sequence of digits, and optionally followed by an
13273exponent. An exponent is of the form:
13274@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
13275sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
13276A floating-point constant may also end with a letter @samp{f} or
13277@samp{F}, specifying that the constant should be treated as being of
13278the @code{float} (as opposed to the default @code{double}) type; or with
13279a letter @samp{l} or @samp{L}, which specifies a @code{long double}
13280constant.
c906108c
SS
13281
13282@item
13283Enumerated constants consist of enumerated identifiers, or their
13284integral equivalents.
13285
13286@item
13287Character constants are a single character surrounded by single quotes
13288(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 13289(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
13290be represented by a letter or by @dfn{escape sequences}, which are of
13291the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
13292of the character's ordinal value; or of the form @samp{\@var{x}}, where
13293@samp{@var{x}} is a predefined special character---for example,
13294@samp{\n} for newline.
13295
e0f8f636
TT
13296Wide character constants can be written by prefixing a character
13297constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
13298form of @samp{x}. The target wide character set is used when
13299computing the value of this constant (@pxref{Character Sets}).
13300
c906108c 13301@item
96a2c332
SS
13302String constants are a sequence of character constants surrounded by
13303double quotes (@code{"}). Any valid character constant (as described
13304above) may appear. Double quotes within the string must be preceded by
13305a backslash, so for instance @samp{"a\"b'c"} is a string of five
13306characters.
c906108c 13307
e0f8f636
TT
13308Wide string constants can be written by prefixing a string constant
13309with @samp{L}, as in C. The target wide character set is used when
13310computing the value of this constant (@pxref{Character Sets}).
13311
c906108c
SS
13312@item
13313Pointer constants are an integral value. You can also write pointers
13314to constants using the C operator @samp{&}.
13315
13316@item
13317Array constants are comma-separated lists surrounded by braces @samp{@{}
13318and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
13319integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
13320and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
13321@end itemize
13322
79a6e687
BW
13323@node C Plus Plus Expressions
13324@subsubsection C@t{++} Expressions
b37052ae
EZ
13325
13326@cindex expressions in C@t{++}
13327@value{GDBN} expression handling can interpret most C@t{++} expressions.
13328
0179ffac
DC
13329@cindex debugging C@t{++} programs
13330@cindex C@t{++} compilers
13331@cindex debug formats and C@t{++}
13332@cindex @value{NGCC} and C@t{++}
c906108c 13333@quotation
e0f8f636
TT
13334@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
13335the proper compiler and the proper debug format. Currently,
13336@value{GDBN} works best when debugging C@t{++} code that is compiled
13337with the most recent version of @value{NGCC} possible. The DWARF
13338debugging format is preferred; @value{NGCC} defaults to this on most
13339popular platforms. Other compilers and/or debug formats are likely to
13340work badly or not at all when using @value{GDBN} to debug C@t{++}
13341code. @xref{Compilation}.
c906108c 13342@end quotation
c906108c
SS
13343
13344@enumerate
13345
13346@cindex member functions
13347@item
13348Member function calls are allowed; you can use expressions like
13349
474c8240 13350@smallexample
c906108c 13351count = aml->GetOriginal(x, y)
474c8240 13352@end smallexample
c906108c 13353
41afff9a 13354@vindex this@r{, inside C@t{++} member functions}
b37052ae 13355@cindex namespace in C@t{++}
c906108c
SS
13356@item
13357While a member function is active (in the selected stack frame), your
13358expressions have the same namespace available as the member function;
13359that is, @value{GDBN} allows implicit references to the class instance
e0f8f636
TT
13360pointer @code{this} following the same rules as C@t{++}. @code{using}
13361declarations in the current scope are also respected by @value{GDBN}.
c906108c 13362
c906108c 13363@cindex call overloaded functions
d4f3574e 13364@cindex overloaded functions, calling
b37052ae 13365@cindex type conversions in C@t{++}
c906108c
SS
13366@item
13367You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 13368call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
13369perform overload resolution involving user-defined type conversions,
13370calls to constructors, or instantiations of templates that do not exist
13371in the program. It also cannot handle ellipsis argument lists or
13372default arguments.
13373
13374It does perform integral conversions and promotions, floating-point
13375promotions, arithmetic conversions, pointer conversions, conversions of
13376class objects to base classes, and standard conversions such as those of
13377functions or arrays to pointers; it requires an exact match on the
13378number of function arguments.
13379
13380Overload resolution is always performed, unless you have specified
79a6e687
BW
13381@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
13382,@value{GDBN} Features for C@t{++}}.
c906108c 13383
d4f3574e 13384You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
13385explicit function signature to call an overloaded function, as in
13386@smallexample
13387p 'foo(char,int)'('x', 13)
13388@end smallexample
d4f3574e 13389
c906108c 13390The @value{GDBN} command-completion facility can simplify this;
79a6e687 13391see @ref{Completion, ,Command Completion}.
c906108c 13392
c906108c
SS
13393@cindex reference declarations
13394@item
b37052ae
EZ
13395@value{GDBN} understands variables declared as C@t{++} references; you can use
13396them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
13397dereferenced.
13398
13399In the parameter list shown when @value{GDBN} displays a frame, the values of
13400reference variables are not displayed (unlike other variables); this
13401avoids clutter, since references are often used for large structures.
13402The @emph{address} of a reference variable is always shown, unless
13403you have specified @samp{set print address off}.
13404
13405@item
b37052ae 13406@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
13407expressions can use it just as expressions in your program do. Since
13408one scope may be defined in another, you can use @code{::} repeatedly if
13409necessary, for example in an expression like
13410@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 13411resolving name scope by reference to source files, in both C and C@t{++}
79a6e687 13412debugging (@pxref{Variables, ,Program Variables}).
c906108c 13413
e0f8f636
TT
13414@item
13415@value{GDBN} performs argument-dependent lookup, following the C@t{++}
13416specification.
13417@end enumerate
c906108c 13418
6d2ebf8b 13419@node C Defaults
79a6e687 13420@subsubsection C and C@t{++} Defaults
7a292a7a 13421
b37052ae 13422@cindex C and C@t{++} defaults
c906108c 13423
a451cb65
KS
13424If you allow @value{GDBN} to set range checking automatically, it
13425defaults to @code{off} whenever the working language changes to
b37052ae 13426C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 13427selects the working language.
c906108c
SS
13428
13429If you allow @value{GDBN} to set the language automatically, it
13430recognizes source files whose names end with @file{.c}, @file{.C}, or
13431@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 13432these files, it sets the working language to C or C@t{++}.
79a6e687 13433@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
c906108c
SS
13434for further details.
13435
6d2ebf8b 13436@node C Checks
79a6e687 13437@subsubsection C and C@t{++} Type and Range Checks
7a292a7a 13438
b37052ae 13439@cindex C and C@t{++} checks
c906108c 13440
a451cb65
KS
13441By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
13442checking is used. However, if you turn type checking off, @value{GDBN}
13443will allow certain non-standard conversions, such as promoting integer
13444constants to pointers.
c906108c
SS
13445
13446Range checking, if turned on, is done on mathematical operations. Array
13447indices are not checked, since they are often used to index a pointer
13448that is not itself an array.
c906108c 13449
6d2ebf8b 13450@node Debugging C
c906108c 13451@subsubsection @value{GDBN} and C
c906108c
SS
13452
13453The @code{set print union} and @code{show print union} commands apply to
13454the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
13455inside a @code{struct} or @code{class} is also printed. Otherwise, it
13456appears as @samp{@{...@}}.
c906108c
SS
13457
13458The @code{@@} operator aids in the debugging of dynamic arrays, formed
13459with pointers and a memory allocation function. @xref{Expressions,
13460,Expressions}.
13461
79a6e687
BW
13462@node Debugging C Plus Plus
13463@subsubsection @value{GDBN} Features for C@t{++}
c906108c 13464
b37052ae 13465@cindex commands for C@t{++}
7a292a7a 13466
b37052ae
EZ
13467Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
13468designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
13469
13470@table @code
13471@cindex break in overloaded functions
13472@item @r{breakpoint menus}
13473When you want a breakpoint in a function whose name is overloaded,
6ba66d6a
JB
13474@value{GDBN} has the capability to display a menu of possible breakpoint
13475locations to help you specify which function definition you want.
13476@xref{Ambiguous Expressions,,Ambiguous Expressions}.
c906108c 13477
b37052ae 13478@cindex overloading in C@t{++}
c906108c
SS
13479@item rbreak @var{regex}
13480Setting breakpoints using regular expressions is helpful for setting
13481breakpoints on overloaded functions that are not members of any special
13482classes.
79a6e687 13483@xref{Set Breaks, ,Setting Breakpoints}.
c906108c 13484
b37052ae 13485@cindex C@t{++} exception handling
c906108c
SS
13486@item catch throw
13487@itemx catch catch
b37052ae 13488Debug C@t{++} exception handling using these commands. @xref{Set
79a6e687 13489Catchpoints, , Setting Catchpoints}.
c906108c
SS
13490
13491@cindex inheritance
13492@item ptype @var{typename}
13493Print inheritance relationships as well as other information for type
13494@var{typename}.
13495@xref{Symbols, ,Examining the Symbol Table}.
13496
c4aeac85
TT
13497@item info vtbl @var{expression}.
13498The @code{info vtbl} command can be used to display the virtual
13499method tables of the object computed by @var{expression}. This shows
13500one entry per virtual table; there may be multiple virtual tables when
13501multiple inheritance is in use.
13502
b37052ae 13503@cindex C@t{++} symbol display
c906108c
SS
13504@item set print demangle
13505@itemx show print demangle
13506@itemx set print asm-demangle
13507@itemx show print asm-demangle
b37052ae
EZ
13508Control whether C@t{++} symbols display in their source form, both when
13509displaying code as C@t{++} source and when displaying disassemblies.
79a6e687 13510@xref{Print Settings, ,Print Settings}.
c906108c
SS
13511
13512@item set print object
13513@itemx show print object
13514Choose whether to print derived (actual) or declared types of objects.
79a6e687 13515@xref{Print Settings, ,Print Settings}.
c906108c
SS
13516
13517@item set print vtbl
13518@itemx show print vtbl
13519Control the format for printing virtual function tables.
79a6e687 13520@xref{Print Settings, ,Print Settings}.
c906108c 13521(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 13522ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
13523
13524@kindex set overload-resolution
d4f3574e 13525@cindex overloaded functions, overload resolution
c906108c 13526@item set overload-resolution on
b37052ae 13527Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
13528is on. For overloaded functions, @value{GDBN} evaluates the arguments
13529and searches for a function whose signature matches the argument types,
79a6e687
BW
13530using the standard C@t{++} conversion rules (see @ref{C Plus Plus
13531Expressions, ,C@t{++} Expressions}, for details).
13532If it cannot find a match, it emits a message.
c906108c
SS
13533
13534@item set overload-resolution off
b37052ae 13535Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
13536overloaded functions that are not class member functions, @value{GDBN}
13537chooses the first function of the specified name that it finds in the
13538symbol table, whether or not its arguments are of the correct type. For
13539overloaded functions that are class member functions, @value{GDBN}
13540searches for a function whose signature @emph{exactly} matches the
13541argument types.
c906108c 13542
9c16f35a
EZ
13543@kindex show overload-resolution
13544@item show overload-resolution
13545Show the current setting of overload resolution.
13546
c906108c
SS
13547@item @r{Overloaded symbol names}
13548You can specify a particular definition of an overloaded symbol, using
b37052ae 13549the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
13550@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
13551also use the @value{GDBN} command-line word completion facilities to list the
13552available choices, or to finish the type list for you.
79a6e687 13553@xref{Completion,, Command Completion}, for details on how to do this.
c906108c 13554@end table
c906108c 13555
febe4383
TJB
13556@node Decimal Floating Point
13557@subsubsection Decimal Floating Point format
13558@cindex decimal floating point format
13559
13560@value{GDBN} can examine, set and perform computations with numbers in
13561decimal floating point format, which in the C language correspond to the
13562@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
13563specified by the extension to support decimal floating-point arithmetic.
13564
13565There are two encodings in use, depending on the architecture: BID (Binary
13566Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
99e008fe 13567PowerPC. @value{GDBN} will use the appropriate encoding for the configured
febe4383
TJB
13568target.
13569
13570Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
13571to manipulate decimal floating point numbers, it is not possible to convert
13572(using a cast, for example) integers wider than 32-bit to decimal float.
13573
13574In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
13575point computations, error checking in decimal float operations ignores
13576underflow, overflow and divide by zero exceptions.
13577
4acd40f3 13578In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
99e008fe
EZ
13579to inspect @code{_Decimal128} values stored in floating point registers.
13580See @ref{PowerPC,,PowerPC} for more details.
4acd40f3 13581
6aecb9c2
JB
13582@node D
13583@subsection D
13584
13585@cindex D
13586@value{GDBN} can be used to debug programs written in D and compiled with
13587GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
13588specific feature --- dynamic arrays.
13589
a766d390
DE
13590@node Go
13591@subsection Go
13592
13593@cindex Go (programming language)
13594@value{GDBN} can be used to debug programs written in Go and compiled with
13595@file{gccgo} or @file{6g} compilers.
13596
13597Here is a summary of the Go-specific features and restrictions:
13598
13599@table @code
13600@cindex current Go package
13601@item The current Go package
13602The name of the current package does not need to be specified when
13603specifying global variables and functions.
13604
13605For example, given the program:
13606
13607@example
13608package main
13609var myglob = "Shall we?"
13610func main () @{
13611 // ...
13612@}
13613@end example
13614
13615When stopped inside @code{main} either of these work:
13616
13617@example
13618(gdb) p myglob
13619(gdb) p main.myglob
13620@end example
13621
13622@cindex builtin Go types
13623@item Builtin Go types
13624The @code{string} type is recognized by @value{GDBN} and is printed
13625as a string.
13626
13627@cindex builtin Go functions
13628@item Builtin Go functions
13629The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
13630function and handles it internally.
a766d390
DE
13631
13632@cindex restrictions on Go expressions
13633@item Restrictions on Go expressions
13634All Go operators are supported except @code{&^}.
13635The Go @code{_} ``blank identifier'' is not supported.
13636Automatic dereferencing of pointers is not supported.
50f042b9 13637@end table
a766d390 13638
b37303ee
AF
13639@node Objective-C
13640@subsection Objective-C
13641
13642@cindex Objective-C
13643This section provides information about some commands and command
721c2651
EZ
13644options that are useful for debugging Objective-C code. See also
13645@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
13646few more commands specific to Objective-C support.
b37303ee
AF
13647
13648@menu
b383017d
RM
13649* Method Names in Commands::
13650* The Print Command with Objective-C::
b37303ee
AF
13651@end menu
13652
c8f4133a 13653@node Method Names in Commands
b37303ee
AF
13654@subsubsection Method Names in Commands
13655
13656The following commands have been extended to accept Objective-C method
13657names as line specifications:
13658
13659@kindex clear@r{, and Objective-C}
13660@kindex break@r{, and Objective-C}
13661@kindex info line@r{, and Objective-C}
13662@kindex jump@r{, and Objective-C}
13663@kindex list@r{, and Objective-C}
13664@itemize
13665@item @code{clear}
13666@item @code{break}
13667@item @code{info line}
13668@item @code{jump}
13669@item @code{list}
13670@end itemize
13671
13672A fully qualified Objective-C method name is specified as
13673
13674@smallexample
13675-[@var{Class} @var{methodName}]
13676@end smallexample
13677
c552b3bb
JM
13678where the minus sign is used to indicate an instance method and a
13679plus sign (not shown) is used to indicate a class method. The class
13680name @var{Class} and method name @var{methodName} are enclosed in
13681brackets, similar to the way messages are specified in Objective-C
13682source code. For example, to set a breakpoint at the @code{create}
13683instance method of class @code{Fruit} in the program currently being
13684debugged, enter:
b37303ee
AF
13685
13686@smallexample
13687break -[Fruit create]
13688@end smallexample
13689
13690To list ten program lines around the @code{initialize} class method,
13691enter:
13692
13693@smallexample
13694list +[NSText initialize]
13695@end smallexample
13696
c552b3bb
JM
13697In the current version of @value{GDBN}, the plus or minus sign is
13698required. In future versions of @value{GDBN}, the plus or minus
13699sign will be optional, but you can use it to narrow the search. It
13700is also possible to specify just a method name:
b37303ee
AF
13701
13702@smallexample
13703break create
13704@end smallexample
13705
13706You must specify the complete method name, including any colons. If
13707your program's source files contain more than one @code{create} method,
13708you'll be presented with a numbered list of classes that implement that
13709method. Indicate your choice by number, or type @samp{0} to exit if
13710none apply.
13711
13712As another example, to clear a breakpoint established at the
13713@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
13714
13715@smallexample
13716clear -[NSWindow makeKeyAndOrderFront:]
13717@end smallexample
13718
13719@node The Print Command with Objective-C
13720@subsubsection The Print Command With Objective-C
721c2651 13721@cindex Objective-C, print objects
c552b3bb
JM
13722@kindex print-object
13723@kindex po @r{(@code{print-object})}
b37303ee 13724
c552b3bb 13725The print command has also been extended to accept methods. For example:
b37303ee
AF
13726
13727@smallexample
c552b3bb 13728print -[@var{object} hash]
b37303ee
AF
13729@end smallexample
13730
13731@cindex print an Objective-C object description
c552b3bb
JM
13732@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
13733@noindent
13734will tell @value{GDBN} to send the @code{hash} message to @var{object}
13735and print the result. Also, an additional command has been added,
13736@code{print-object} or @code{po} for short, which is meant to print
13737the description of an object. However, this command may only work
13738with certain Objective-C libraries that have a particular hook
13739function, @code{_NSPrintForDebugger}, defined.
b37303ee 13740
f4b8a18d
KW
13741@node OpenCL C
13742@subsection OpenCL C
13743
13744@cindex OpenCL C
13745This section provides information about @value{GDBN}s OpenCL C support.
13746
13747@menu
13748* OpenCL C Datatypes::
13749* OpenCL C Expressions::
13750* OpenCL C Operators::
13751@end menu
13752
13753@node OpenCL C Datatypes
13754@subsubsection OpenCL C Datatypes
13755
13756@cindex OpenCL C Datatypes
13757@value{GDBN} supports the builtin scalar and vector datatypes specified
13758by OpenCL 1.1. In addition the half- and double-precision floating point
13759data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
13760extensions are also known to @value{GDBN}.
13761
13762@node OpenCL C Expressions
13763@subsubsection OpenCL C Expressions
13764
13765@cindex OpenCL C Expressions
13766@value{GDBN} supports accesses to vector components including the access as
13767lvalue where possible. Since OpenCL C is based on C99 most C expressions
13768supported by @value{GDBN} can be used as well.
13769
13770@node OpenCL C Operators
13771@subsubsection OpenCL C Operators
13772
13773@cindex OpenCL C Operators
13774@value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
13775vector data types.
13776
09d4efe1
EZ
13777@node Fortran
13778@subsection Fortran
13779@cindex Fortran-specific support in @value{GDBN}
13780
814e32d7
WZ
13781@value{GDBN} can be used to debug programs written in Fortran, but it
13782currently supports only the features of Fortran 77 language.
13783
13784@cindex trailing underscore, in Fortran symbols
13785Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
13786among them) append an underscore to the names of variables and
13787functions. When you debug programs compiled by those compilers, you
13788will need to refer to variables and functions with a trailing
13789underscore.
13790
13791@menu
13792* Fortran Operators:: Fortran operators and expressions
13793* Fortran Defaults:: Default settings for Fortran
79a6e687 13794* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
814e32d7
WZ
13795@end menu
13796
13797@node Fortran Operators
79a6e687 13798@subsubsection Fortran Operators and Expressions
814e32d7
WZ
13799
13800@cindex Fortran operators and expressions
13801
13802Operators must be defined on values of specific types. For instance,
13803@code{+} is defined on numbers, but not on characters or other non-
ff2587ec 13804arithmetic types. Operators are often defined on groups of types.
814e32d7
WZ
13805
13806@table @code
13807@item **
99e008fe 13808The exponentiation operator. It raises the first operand to the power
814e32d7
WZ
13809of the second one.
13810
13811@item :
13812The range operator. Normally used in the form of array(low:high) to
13813represent a section of array.
68837c9d
MD
13814
13815@item %
13816The access component operator. Normally used to access elements in derived
13817types. Also suitable for unions. As unions aren't part of regular Fortran,
13818this can only happen when accessing a register that uses a gdbarch-defined
13819union type.
814e32d7
WZ
13820@end table
13821
13822@node Fortran Defaults
13823@subsubsection Fortran Defaults
13824
13825@cindex Fortran Defaults
13826
13827Fortran symbols are usually case-insensitive, so @value{GDBN} by
13828default uses case-insensitive matches for Fortran symbols. You can
13829change that with the @samp{set case-insensitive} command, see
13830@ref{Symbols}, for the details.
13831
79a6e687
BW
13832@node Special Fortran Commands
13833@subsubsection Special Fortran Commands
814e32d7
WZ
13834
13835@cindex Special Fortran commands
13836
db2e3e2e
BW
13837@value{GDBN} has some commands to support Fortran-specific features,
13838such as displaying common blocks.
814e32d7 13839
09d4efe1
EZ
13840@table @code
13841@cindex @code{COMMON} blocks, Fortran
13842@kindex info common
13843@item info common @r{[}@var{common-name}@r{]}
13844This command prints the values contained in the Fortran @code{COMMON}
13845block whose name is @var{common-name}. With no argument, the names of
d52fb0e9 13846all @code{COMMON} blocks visible at the current program location are
09d4efe1
EZ
13847printed.
13848@end table
13849
9c16f35a
EZ
13850@node Pascal
13851@subsection Pascal
13852
13853@cindex Pascal support in @value{GDBN}, limitations
13854Debugging Pascal programs which use sets, subranges, file variables, or
13855nested functions does not currently work. @value{GDBN} does not support
13856entering expressions, printing values, or similar features using Pascal
13857syntax.
13858
13859The Pascal-specific command @code{set print pascal_static-members}
13860controls whether static members of Pascal objects are displayed.
13861@xref{Print Settings, pascal_static-members}.
13862
09d4efe1 13863@node Modula-2
c906108c 13864@subsection Modula-2
7a292a7a 13865
d4f3574e 13866@cindex Modula-2, @value{GDBN} support
c906108c
SS
13867
13868The extensions made to @value{GDBN} to support Modula-2 only support
13869output from the @sc{gnu} Modula-2 compiler (which is currently being
13870developed). Other Modula-2 compilers are not currently supported, and
13871attempting to debug executables produced by them is most likely
13872to give an error as @value{GDBN} reads in the executable's symbol
13873table.
13874
13875@cindex expressions in Modula-2
13876@menu
13877* M2 Operators:: Built-in operators
13878* Built-In Func/Proc:: Built-in functions and procedures
13879* M2 Constants:: Modula-2 constants
72019c9c 13880* M2 Types:: Modula-2 types
c906108c
SS
13881* M2 Defaults:: Default settings for Modula-2
13882* Deviations:: Deviations from standard Modula-2
13883* M2 Checks:: Modula-2 type and range checks
13884* M2 Scope:: The scope operators @code{::} and @code{.}
13885* GDB/M2:: @value{GDBN} and Modula-2
13886@end menu
13887
6d2ebf8b 13888@node M2 Operators
c906108c
SS
13889@subsubsection Operators
13890@cindex Modula-2 operators
13891
13892Operators must be defined on values of specific types. For instance,
13893@code{+} is defined on numbers, but not on structures. Operators are
13894often defined on groups of types. For the purposes of Modula-2, the
13895following definitions hold:
13896
13897@itemize @bullet
13898
13899@item
13900@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
13901their subranges.
13902
13903@item
13904@emph{Character types} consist of @code{CHAR} and its subranges.
13905
13906@item
13907@emph{Floating-point types} consist of @code{REAL}.
13908
13909@item
13910@emph{Pointer types} consist of anything declared as @code{POINTER TO
13911@var{type}}.
13912
13913@item
13914@emph{Scalar types} consist of all of the above.
13915
13916@item
13917@emph{Set types} consist of @code{SET} and @code{BITSET} types.
13918
13919@item
13920@emph{Boolean types} consist of @code{BOOLEAN}.
13921@end itemize
13922
13923@noindent
13924The following operators are supported, and appear in order of
13925increasing precedence:
13926
13927@table @code
13928@item ,
13929Function argument or array index separator.
13930
13931@item :=
13932Assignment. The value of @var{var} @code{:=} @var{value} is
13933@var{value}.
13934
13935@item <@r{, }>
13936Less than, greater than on integral, floating-point, or enumerated
13937types.
13938
13939@item <=@r{, }>=
96a2c332 13940Less than or equal to, greater than or equal to
c906108c
SS
13941on integral, floating-point and enumerated types, or set inclusion on
13942set types. Same precedence as @code{<}.
13943
13944@item =@r{, }<>@r{, }#
13945Equality and two ways of expressing inequality, valid on scalar types.
13946Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
13947available for inequality, since @code{#} conflicts with the script
13948comment character.
13949
13950@item IN
13951Set membership. Defined on set types and the types of their members.
13952Same precedence as @code{<}.
13953
13954@item OR
13955Boolean disjunction. Defined on boolean types.
13956
13957@item AND@r{, }&
d4f3574e 13958Boolean conjunction. Defined on boolean types.
c906108c
SS
13959
13960@item @@
13961The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
13962
13963@item +@r{, }-
13964Addition and subtraction on integral and floating-point types, or union
13965and difference on set types.
13966
13967@item *
13968Multiplication on integral and floating-point types, or set intersection
13969on set types.
13970
13971@item /
13972Division on floating-point types, or symmetric set difference on set
13973types. Same precedence as @code{*}.
13974
13975@item DIV@r{, }MOD
13976Integer division and remainder. Defined on integral types. Same
13977precedence as @code{*}.
13978
13979@item -
99e008fe 13980Negative. Defined on @code{INTEGER} and @code{REAL} data.
c906108c
SS
13981
13982@item ^
13983Pointer dereferencing. Defined on pointer types.
13984
13985@item NOT
13986Boolean negation. Defined on boolean types. Same precedence as
13987@code{^}.
13988
13989@item .
13990@code{RECORD} field selector. Defined on @code{RECORD} data. Same
13991precedence as @code{^}.
13992
13993@item []
13994Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
13995
13996@item ()
13997Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
13998as @code{^}.
13999
14000@item ::@r{, }.
14001@value{GDBN} and Modula-2 scope operators.
14002@end table
14003
14004@quotation
72019c9c 14005@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
c906108c
SS
14006treats the use of the operator @code{IN}, or the use of operators
14007@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
14008@code{<=}, and @code{>=} on sets as an error.
14009@end quotation
14010
cb51c4e0 14011
6d2ebf8b 14012@node Built-In Func/Proc
79a6e687 14013@subsubsection Built-in Functions and Procedures
cb51c4e0 14014@cindex Modula-2 built-ins
c906108c
SS
14015
14016Modula-2 also makes available several built-in procedures and functions.
14017In describing these, the following metavariables are used:
14018
14019@table @var
14020
14021@item a
14022represents an @code{ARRAY} variable.
14023
14024@item c
14025represents a @code{CHAR} constant or variable.
14026
14027@item i
14028represents a variable or constant of integral type.
14029
14030@item m
14031represents an identifier that belongs to a set. Generally used in the
14032same function with the metavariable @var{s}. The type of @var{s} should
14033be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
14034
14035@item n
14036represents a variable or constant of integral or floating-point type.
14037
14038@item r
14039represents a variable or constant of floating-point type.
14040
14041@item t
14042represents a type.
14043
14044@item v
14045represents a variable.
14046
14047@item x
14048represents a variable or constant of one of many types. See the
14049explanation of the function for details.
14050@end table
14051
14052All Modula-2 built-in procedures also return a result, described below.
14053
14054@table @code
14055@item ABS(@var{n})
14056Returns the absolute value of @var{n}.
14057
14058@item CAP(@var{c})
14059If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 14060equivalent, otherwise it returns its argument.
c906108c
SS
14061
14062@item CHR(@var{i})
14063Returns the character whose ordinal value is @var{i}.
14064
14065@item DEC(@var{v})
c3f6f71d 14066Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
14067
14068@item DEC(@var{v},@var{i})
14069Decrements the value in the variable @var{v} by @var{i}. Returns the
14070new value.
14071
14072@item EXCL(@var{m},@var{s})
14073Removes the element @var{m} from the set @var{s}. Returns the new
14074set.
14075
14076@item FLOAT(@var{i})
14077Returns the floating point equivalent of the integer @var{i}.
14078
14079@item HIGH(@var{a})
14080Returns the index of the last member of @var{a}.
14081
14082@item INC(@var{v})
c3f6f71d 14083Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
14084
14085@item INC(@var{v},@var{i})
14086Increments the value in the variable @var{v} by @var{i}. Returns the
14087new value.
14088
14089@item INCL(@var{m},@var{s})
14090Adds the element @var{m} to the set @var{s} if it is not already
14091there. Returns the new set.
14092
14093@item MAX(@var{t})
14094Returns the maximum value of the type @var{t}.
14095
14096@item MIN(@var{t})
14097Returns the minimum value of the type @var{t}.
14098
14099@item ODD(@var{i})
14100Returns boolean TRUE if @var{i} is an odd number.
14101
14102@item ORD(@var{x})
14103Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
14104value of a character is its @sc{ascii} value (on machines supporting the
14105@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
14106integral, character and enumerated types.
14107
14108@item SIZE(@var{x})
14109Returns the size of its argument. @var{x} can be a variable or a type.
14110
14111@item TRUNC(@var{r})
14112Returns the integral part of @var{r}.
14113
844781a1
GM
14114@item TSIZE(@var{x})
14115Returns the size of its argument. @var{x} can be a variable or a type.
14116
c906108c
SS
14117@item VAL(@var{t},@var{i})
14118Returns the member of the type @var{t} whose ordinal value is @var{i}.
14119@end table
14120
14121@quotation
14122@emph{Warning:} Sets and their operations are not yet supported, so
14123@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
14124an error.
14125@end quotation
14126
14127@cindex Modula-2 constants
6d2ebf8b 14128@node M2 Constants
c906108c
SS
14129@subsubsection Constants
14130
14131@value{GDBN} allows you to express the constants of Modula-2 in the following
14132ways:
14133
14134@itemize @bullet
14135
14136@item
14137Integer constants are simply a sequence of digits. When used in an
14138expression, a constant is interpreted to be type-compatible with the
14139rest of the expression. Hexadecimal integers are specified by a
14140trailing @samp{H}, and octal integers by a trailing @samp{B}.
14141
14142@item
14143Floating point constants appear as a sequence of digits, followed by a
14144decimal point and another sequence of digits. An optional exponent can
14145then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
14146@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
14147digits of the floating point constant must be valid decimal (base 10)
14148digits.
14149
14150@item
14151Character constants consist of a single character enclosed by a pair of
14152like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 14153also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
14154followed by a @samp{C}.
14155
14156@item
14157String constants consist of a sequence of characters enclosed by a
14158pair of like quotes, either single (@code{'}) or double (@code{"}).
14159Escape sequences in the style of C are also allowed. @xref{C
79a6e687 14160Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
c906108c
SS
14161sequences.
14162
14163@item
14164Enumerated constants consist of an enumerated identifier.
14165
14166@item
14167Boolean constants consist of the identifiers @code{TRUE} and
14168@code{FALSE}.
14169
14170@item
14171Pointer constants consist of integral values only.
14172
14173@item
14174Set constants are not yet supported.
14175@end itemize
14176
72019c9c
GM
14177@node M2 Types
14178@subsubsection Modula-2 Types
14179@cindex Modula-2 types
14180
14181Currently @value{GDBN} can print the following data types in Modula-2
14182syntax: array types, record types, set types, pointer types, procedure
14183types, enumerated types, subrange types and base types. You can also
14184print the contents of variables declared using these type.
14185This section gives a number of simple source code examples together with
14186sample @value{GDBN} sessions.
14187
14188The first example contains the following section of code:
14189
14190@smallexample
14191VAR
14192 s: SET OF CHAR ;
14193 r: [20..40] ;
14194@end smallexample
14195
14196@noindent
14197and you can request @value{GDBN} to interrogate the type and value of
14198@code{r} and @code{s}.
14199
14200@smallexample
14201(@value{GDBP}) print s
14202@{'A'..'C', 'Z'@}
14203(@value{GDBP}) ptype s
14204SET OF CHAR
14205(@value{GDBP}) print r
1420621
14207(@value{GDBP}) ptype r
14208[20..40]
14209@end smallexample
14210
14211@noindent
14212Likewise if your source code declares @code{s} as:
14213
14214@smallexample
14215VAR
14216 s: SET ['A'..'Z'] ;
14217@end smallexample
14218
14219@noindent
14220then you may query the type of @code{s} by:
14221
14222@smallexample
14223(@value{GDBP}) ptype s
14224type = SET ['A'..'Z']
14225@end smallexample
14226
14227@noindent
14228Note that at present you cannot interactively manipulate set
14229expressions using the debugger.
14230
14231The following example shows how you might declare an array in Modula-2
14232and how you can interact with @value{GDBN} to print its type and contents:
14233
14234@smallexample
14235VAR
14236 s: ARRAY [-10..10] OF CHAR ;
14237@end smallexample
14238
14239@smallexample
14240(@value{GDBP}) ptype s
14241ARRAY [-10..10] OF CHAR
14242@end smallexample
14243
14244Note that the array handling is not yet complete and although the type
14245is printed correctly, expression handling still assumes that all
14246arrays have a lower bound of zero and not @code{-10} as in the example
844781a1 14247above.
72019c9c
GM
14248
14249Here are some more type related Modula-2 examples:
14250
14251@smallexample
14252TYPE
14253 colour = (blue, red, yellow, green) ;
14254 t = [blue..yellow] ;
14255VAR
14256 s: t ;
14257BEGIN
14258 s := blue ;
14259@end smallexample
14260
14261@noindent
14262The @value{GDBN} interaction shows how you can query the data type
14263and value of a variable.
14264
14265@smallexample
14266(@value{GDBP}) print s
14267$1 = blue
14268(@value{GDBP}) ptype t
14269type = [blue..yellow]
14270@end smallexample
14271
14272@noindent
14273In this example a Modula-2 array is declared and its contents
14274displayed. Observe that the contents are written in the same way as
14275their @code{C} counterparts.
14276
14277@smallexample
14278VAR
14279 s: ARRAY [1..5] OF CARDINAL ;
14280BEGIN
14281 s[1] := 1 ;
14282@end smallexample
14283
14284@smallexample
14285(@value{GDBP}) print s
14286$1 = @{1, 0, 0, 0, 0@}
14287(@value{GDBP}) ptype s
14288type = ARRAY [1..5] OF CARDINAL
14289@end smallexample
14290
14291The Modula-2 language interface to @value{GDBN} also understands
14292pointer types as shown in this example:
14293
14294@smallexample
14295VAR
14296 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
14297BEGIN
14298 NEW(s) ;
14299 s^[1] := 1 ;
14300@end smallexample
14301
14302@noindent
14303and you can request that @value{GDBN} describes the type of @code{s}.
14304
14305@smallexample
14306(@value{GDBP}) ptype s
14307type = POINTER TO ARRAY [1..5] OF CARDINAL
14308@end smallexample
14309
14310@value{GDBN} handles compound types as we can see in this example.
14311Here we combine array types, record types, pointer types and subrange
14312types:
14313
14314@smallexample
14315TYPE
14316 foo = RECORD
14317 f1: CARDINAL ;
14318 f2: CHAR ;
14319 f3: myarray ;
14320 END ;
14321
14322 myarray = ARRAY myrange OF CARDINAL ;
14323 myrange = [-2..2] ;
14324VAR
14325 s: POINTER TO ARRAY myrange OF foo ;
14326@end smallexample
14327
14328@noindent
14329and you can ask @value{GDBN} to describe the type of @code{s} as shown
14330below.
14331
14332@smallexample
14333(@value{GDBP}) ptype s
14334type = POINTER TO ARRAY [-2..2] OF foo = RECORD
14335 f1 : CARDINAL;
14336 f2 : CHAR;
14337 f3 : ARRAY [-2..2] OF CARDINAL;
14338END
14339@end smallexample
14340
6d2ebf8b 14341@node M2 Defaults
79a6e687 14342@subsubsection Modula-2 Defaults
c906108c
SS
14343@cindex Modula-2 defaults
14344
14345If type and range checking are set automatically by @value{GDBN}, they
14346both default to @code{on} whenever the working language changes to
d4f3574e 14347Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
14348selected the working language.
14349
14350If you allow @value{GDBN} to set the language automatically, then entering
14351code compiled from a file whose name ends with @file{.mod} sets the
79a6e687
BW
14352working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
14353Infer the Source Language}, for further details.
c906108c 14354
6d2ebf8b 14355@node Deviations
79a6e687 14356@subsubsection Deviations from Standard Modula-2
c906108c
SS
14357@cindex Modula-2, deviations from
14358
14359A few changes have been made to make Modula-2 programs easier to debug.
14360This is done primarily via loosening its type strictness:
14361
14362@itemize @bullet
14363@item
14364Unlike in standard Modula-2, pointer constants can be formed by
14365integers. This allows you to modify pointer variables during
14366debugging. (In standard Modula-2, the actual address contained in a
14367pointer variable is hidden from you; it can only be modified
14368through direct assignment to another pointer variable or expression that
14369returned a pointer.)
14370
14371@item
14372C escape sequences can be used in strings and characters to represent
14373non-printable characters. @value{GDBN} prints out strings with these
14374escape sequences embedded. Single non-printable characters are
14375printed using the @samp{CHR(@var{nnn})} format.
14376
14377@item
14378The assignment operator (@code{:=}) returns the value of its right-hand
14379argument.
14380
14381@item
14382All built-in procedures both modify @emph{and} return their argument.
14383@end itemize
14384
6d2ebf8b 14385@node M2 Checks
79a6e687 14386@subsubsection Modula-2 Type and Range Checks
c906108c
SS
14387@cindex Modula-2 checks
14388
14389@quotation
14390@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
14391range checking.
14392@end quotation
14393@c FIXME remove warning when type/range checks added
14394
14395@value{GDBN} considers two Modula-2 variables type equivalent if:
14396
14397@itemize @bullet
14398@item
14399They are of types that have been declared equivalent via a @code{TYPE
14400@var{t1} = @var{t2}} statement
14401
14402@item
14403They have been declared on the same line. (Note: This is true of the
14404@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
14405@end itemize
14406
14407As long as type checking is enabled, any attempt to combine variables
14408whose types are not equivalent is an error.
14409
14410Range checking is done on all mathematical operations, assignment, array
14411index bounds, and all built-in functions and procedures.
14412
6d2ebf8b 14413@node M2 Scope
79a6e687 14414@subsubsection The Scope Operators @code{::} and @code{.}
c906108c 14415@cindex scope
41afff9a 14416@cindex @code{.}, Modula-2 scope operator
c906108c
SS
14417@cindex colon, doubled as scope operator
14418@ifinfo
41afff9a 14419@vindex colon-colon@r{, in Modula-2}
c906108c
SS
14420@c Info cannot handle :: but TeX can.
14421@end ifinfo
a67ec3f4 14422@ifnotinfo
41afff9a 14423@vindex ::@r{, in Modula-2}
a67ec3f4 14424@end ifnotinfo
c906108c
SS
14425
14426There are a few subtle differences between the Modula-2 scope operator
14427(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
14428similar syntax:
14429
474c8240 14430@smallexample
c906108c
SS
14431
14432@var{module} . @var{id}
14433@var{scope} :: @var{id}
474c8240 14434@end smallexample
c906108c
SS
14435
14436@noindent
14437where @var{scope} is the name of a module or a procedure,
14438@var{module} the name of a module, and @var{id} is any declared
14439identifier within your program, except another module.
14440
14441Using the @code{::} operator makes @value{GDBN} search the scope
14442specified by @var{scope} for the identifier @var{id}. If it is not
14443found in the specified scope, then @value{GDBN} searches all scopes
14444enclosing the one specified by @var{scope}.
14445
14446Using the @code{.} operator makes @value{GDBN} search the current scope for
14447the identifier specified by @var{id} that was imported from the
14448definition module specified by @var{module}. With this operator, it is
14449an error if the identifier @var{id} was not imported from definition
14450module @var{module}, or if @var{id} is not an identifier in
14451@var{module}.
14452
6d2ebf8b 14453@node GDB/M2
c906108c
SS
14454@subsubsection @value{GDBN} and Modula-2
14455
14456Some @value{GDBN} commands have little use when debugging Modula-2 programs.
14457Five subcommands of @code{set print} and @code{show print} apply
b37052ae 14458specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 14459@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 14460apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
14461analogue in Modula-2.
14462
14463The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 14464with any language, is not useful with Modula-2. Its
c906108c 14465intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 14466created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 14467address can be specified by an integral constant, the construct
d4f3574e 14468@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
14469
14470@cindex @code{#} in Modula-2
14471In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
14472interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 14473
e07c999f
PH
14474@node Ada
14475@subsection Ada
14476@cindex Ada
14477
14478The extensions made to @value{GDBN} for Ada only support
14479output from the @sc{gnu} Ada (GNAT) compiler.
14480Other Ada compilers are not currently supported, and
14481attempting to debug executables produced by them is most likely
14482to be difficult.
14483
14484
14485@cindex expressions in Ada
14486@menu
14487* Ada Mode Intro:: General remarks on the Ada syntax
14488 and semantics supported by Ada mode
14489 in @value{GDBN}.
14490* Omissions from Ada:: Restrictions on the Ada expression syntax.
14491* Additions to Ada:: Extensions of the Ada expression syntax.
14492* Stopping Before Main Program:: Debugging the program during elaboration.
20924a55
JB
14493* Ada Tasks:: Listing and setting breakpoints in tasks.
14494* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
6e1bb179
JB
14495* Ravenscar Profile:: Tasking Support when using the Ravenscar
14496 Profile
e07c999f
PH
14497* Ada Glitches:: Known peculiarities of Ada mode.
14498@end menu
14499
14500@node Ada Mode Intro
14501@subsubsection Introduction
14502@cindex Ada mode, general
14503
14504The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
14505syntax, with some extensions.
14506The philosophy behind the design of this subset is
14507
14508@itemize @bullet
14509@item
14510That @value{GDBN} should provide basic literals and access to operations for
14511arithmetic, dereferencing, field selection, indexing, and subprogram calls,
14512leaving more sophisticated computations to subprograms written into the
14513program (which therefore may be called from @value{GDBN}).
14514
14515@item
14516That type safety and strict adherence to Ada language restrictions
14517are not particularly important to the @value{GDBN} user.
14518
14519@item
14520That brevity is important to the @value{GDBN} user.
14521@end itemize
14522
f3a2dd1a
JB
14523Thus, for brevity, the debugger acts as if all names declared in
14524user-written packages are directly visible, even if they are not visible
14525according to Ada rules, thus making it unnecessary to fully qualify most
14526names with their packages, regardless of context. Where this causes
14527ambiguity, @value{GDBN} asks the user's intent.
e07c999f
PH
14528
14529The debugger will start in Ada mode if it detects an Ada main program.
14530As for other languages, it will enter Ada mode when stopped in a program that
14531was translated from an Ada source file.
14532
14533While in Ada mode, you may use `@t{--}' for comments. This is useful
14534mostly for documenting command files. The standard @value{GDBN} comment
14535(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
14536middle (to allow based literals).
14537
14538The debugger supports limited overloading. Given a subprogram call in which
14539the function symbol has multiple definitions, it will use the number of
14540actual parameters and some information about their types to attempt to narrow
14541the set of definitions. It also makes very limited use of context, preferring
14542procedures to functions in the context of the @code{call} command, and
14543functions to procedures elsewhere.
14544
14545@node Omissions from Ada
14546@subsubsection Omissions from Ada
14547@cindex Ada, omissions from
14548
14549Here are the notable omissions from the subset:
14550
14551@itemize @bullet
14552@item
14553Only a subset of the attributes are supported:
14554
14555@itemize @minus
14556@item
14557@t{'First}, @t{'Last}, and @t{'Length}
14558 on array objects (not on types and subtypes).
14559
14560@item
14561@t{'Min} and @t{'Max}.
14562
14563@item
14564@t{'Pos} and @t{'Val}.
14565
14566@item
14567@t{'Tag}.
14568
14569@item
14570@t{'Range} on array objects (not subtypes), but only as the right
14571operand of the membership (@code{in}) operator.
14572
14573@item
14574@t{'Access}, @t{'Unchecked_Access}, and
14575@t{'Unrestricted_Access} (a GNAT extension).
14576
14577@item
14578@t{'Address}.
14579@end itemize
14580
14581@item
14582The names in
14583@code{Characters.Latin_1} are not available and
14584concatenation is not implemented. Thus, escape characters in strings are
14585not currently available.
14586
14587@item
14588Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
14589equality of representations. They will generally work correctly
14590for strings and arrays whose elements have integer or enumeration types.
14591They may not work correctly for arrays whose element
14592types have user-defined equality, for arrays of real values
14593(in particular, IEEE-conformant floating point, because of negative
14594zeroes and NaNs), and for arrays whose elements contain unused bits with
14595indeterminate values.
14596
14597@item
14598The other component-by-component array operations (@code{and}, @code{or},
14599@code{xor}, @code{not}, and relational tests other than equality)
14600are not implemented.
14601
14602@item
860701dc
PH
14603@cindex array aggregates (Ada)
14604@cindex record aggregates (Ada)
14605@cindex aggregates (Ada)
14606There is limited support for array and record aggregates. They are
14607permitted only on the right sides of assignments, as in these examples:
14608
14609@smallexample
077e0a52
JB
14610(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
14611(@value{GDBP}) set An_Array := (1, others => 0)
14612(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
14613(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
14614(@value{GDBP}) set A_Record := (1, "Peter", True);
14615(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
860701dc
PH
14616@end smallexample
14617
14618Changing a
14619discriminant's value by assigning an aggregate has an
14620undefined effect if that discriminant is used within the record.
14621However, you can first modify discriminants by directly assigning to
14622them (which normally would not be allowed in Ada), and then performing an
14623aggregate assignment. For example, given a variable @code{A_Rec}
14624declared to have a type such as:
14625
14626@smallexample
14627type Rec (Len : Small_Integer := 0) is record
14628 Id : Integer;
14629 Vals : IntArray (1 .. Len);
14630end record;
14631@end smallexample
14632
14633you can assign a value with a different size of @code{Vals} with two
14634assignments:
14635
14636@smallexample
077e0a52
JB
14637(@value{GDBP}) set A_Rec.Len := 4
14638(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
860701dc
PH
14639@end smallexample
14640
14641As this example also illustrates, @value{GDBN} is very loose about the usual
14642rules concerning aggregates. You may leave out some of the
14643components of an array or record aggregate (such as the @code{Len}
14644component in the assignment to @code{A_Rec} above); they will retain their
14645original values upon assignment. You may freely use dynamic values as
14646indices in component associations. You may even use overlapping or
14647redundant component associations, although which component values are
14648assigned in such cases is not defined.
e07c999f
PH
14649
14650@item
14651Calls to dispatching subprograms are not implemented.
14652
14653@item
14654The overloading algorithm is much more limited (i.e., less selective)
ae21e955
BW
14655than that of real Ada. It makes only limited use of the context in
14656which a subexpression appears to resolve its meaning, and it is much
14657looser in its rules for allowing type matches. As a result, some
14658function calls will be ambiguous, and the user will be asked to choose
14659the proper resolution.
e07c999f
PH
14660
14661@item
14662The @code{new} operator is not implemented.
14663
14664@item
14665Entry calls are not implemented.
14666
14667@item
14668Aside from printing, arithmetic operations on the native VAX floating-point
14669formats are not supported.
14670
14671@item
14672It is not possible to slice a packed array.
158c7665
PH
14673
14674@item
14675The names @code{True} and @code{False}, when not part of a qualified name,
14676are interpreted as if implicitly prefixed by @code{Standard}, regardless of
14677context.
14678Should your program
14679redefine these names in a package or procedure (at best a dubious practice),
14680you will have to use fully qualified names to access their new definitions.
e07c999f
PH
14681@end itemize
14682
14683@node Additions to Ada
14684@subsubsection Additions to Ada
14685@cindex Ada, deviations from
14686
14687As it does for other languages, @value{GDBN} makes certain generic
14688extensions to Ada (@pxref{Expressions}):
14689
14690@itemize @bullet
14691@item
ae21e955
BW
14692If the expression @var{E} is a variable residing in memory (typically
14693a local variable or array element) and @var{N} is a positive integer,
14694then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
14695@var{N}-1 adjacent variables following it in memory as an array. In
14696Ada, this operator is generally not necessary, since its prime use is
14697in displaying parts of an array, and slicing will usually do this in
14698Ada. However, there are occasional uses when debugging programs in
14699which certain debugging information has been optimized away.
e07c999f
PH
14700
14701@item
ae21e955
BW
14702@code{@var{B}::@var{var}} means ``the variable named @var{var} that
14703appears in function or file @var{B}.'' When @var{B} is a file name,
14704you must typically surround it in single quotes.
e07c999f
PH
14705
14706@item
14707The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
14708@var{type} that appears at address @var{addr}.''
14709
14710@item
14711A name starting with @samp{$} is a convenience variable
14712(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
14713@end itemize
14714
ae21e955
BW
14715In addition, @value{GDBN} provides a few other shortcuts and outright
14716additions specific to Ada:
e07c999f
PH
14717
14718@itemize @bullet
14719@item
14720The assignment statement is allowed as an expression, returning
14721its right-hand operand as its value. Thus, you may enter
14722
14723@smallexample
077e0a52
JB
14724(@value{GDBP}) set x := y + 3
14725(@value{GDBP}) print A(tmp := y + 1)
e07c999f
PH
14726@end smallexample
14727
14728@item
14729The semicolon is allowed as an ``operator,'' returning as its value
14730the value of its right-hand operand.
14731This allows, for example,
14732complex conditional breaks:
14733
14734@smallexample
077e0a52
JB
14735(@value{GDBP}) break f
14736(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
e07c999f
PH
14737@end smallexample
14738
14739@item
14740Rather than use catenation and symbolic character names to introduce special
14741characters into strings, one may instead use a special bracket notation,
14742which is also used to print strings. A sequence of characters of the form
14743@samp{["@var{XX}"]} within a string or character literal denotes the
14744(single) character whose numeric encoding is @var{XX} in hexadecimal. The
14745sequence of characters @samp{["""]} also denotes a single quotation mark
14746in strings. For example,
14747@smallexample
14748 "One line.["0a"]Next line.["0a"]"
14749@end smallexample
14750@noindent
ae21e955
BW
14751contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
14752after each period.
e07c999f
PH
14753
14754@item
14755The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
14756@t{'Max} is optional (and is ignored in any case). For example, it is valid
14757to write
14758
14759@smallexample
077e0a52 14760(@value{GDBP}) print 'max(x, y)
e07c999f
PH
14761@end smallexample
14762
14763@item
14764When printing arrays, @value{GDBN} uses positional notation when the
14765array has a lower bound of 1, and uses a modified named notation otherwise.
ae21e955
BW
14766For example, a one-dimensional array of three integers with a lower bound
14767of 3 might print as
e07c999f
PH
14768
14769@smallexample
14770(3 => 10, 17, 1)
14771@end smallexample
14772
14773@noindent
14774That is, in contrast to valid Ada, only the first component has a @code{=>}
14775clause.
14776
14777@item
14778You may abbreviate attributes in expressions with any unique,
14779multi-character subsequence of
14780their names (an exact match gets preference).
14781For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
14782in place of @t{a'length}.
14783
14784@item
14785@cindex quoting Ada internal identifiers
14786Since Ada is case-insensitive, the debugger normally maps identifiers you type
14787to lower case. The GNAT compiler uses upper-case characters for
14788some of its internal identifiers, which are normally of no interest to users.
14789For the rare occasions when you actually have to look at them,
14790enclose them in angle brackets to avoid the lower-case mapping.
14791For example,
14792@smallexample
077e0a52 14793(@value{GDBP}) print <JMPBUF_SAVE>[0]
e07c999f
PH
14794@end smallexample
14795
14796@item
14797Printing an object of class-wide type or dereferencing an
14798access-to-class-wide value will display all the components of the object's
14799specific type (as indicated by its run-time tag). Likewise, component
14800selection on such a value will operate on the specific type of the
14801object.
14802
14803@end itemize
14804
14805@node Stopping Before Main Program
14806@subsubsection Stopping at the Very Beginning
14807
14808@cindex breakpointing Ada elaboration code
14809It is sometimes necessary to debug the program during elaboration, and
14810before reaching the main procedure.
14811As defined in the Ada Reference
14812Manual, the elaboration code is invoked from a procedure called
14813@code{adainit}. To run your program up to the beginning of
14814elaboration, simply use the following two commands:
14815@code{tbreak adainit} and @code{run}.
14816
20924a55
JB
14817@node Ada Tasks
14818@subsubsection Extensions for Ada Tasks
14819@cindex Ada, tasking
14820
14821Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
14822@value{GDBN} provides the following task-related commands:
14823
14824@table @code
14825@kindex info tasks
14826@item info tasks
14827This command shows a list of current Ada tasks, as in the following example:
14828
14829
14830@smallexample
14831@iftex
14832@leftskip=0.5cm
14833@end iftex
14834(@value{GDBP}) info tasks
14835 ID TID P-ID Pri State Name
14836 1 8088000 0 15 Child Activation Wait main_task
14837 2 80a4000 1 15 Accept Statement b
14838 3 809a800 1 15 Child Activation Wait a
32cd1edc 14839* 4 80ae800 3 15 Runnable c
20924a55
JB
14840
14841@end smallexample
14842
14843@noindent
14844In this listing, the asterisk before the last task indicates it to be the
14845task currently being inspected.
14846
14847@table @asis
14848@item ID
14849Represents @value{GDBN}'s internal task number.
14850
14851@item TID
14852The Ada task ID.
14853
14854@item P-ID
14855The parent's task ID (@value{GDBN}'s internal task number).
14856
14857@item Pri
14858The base priority of the task.
14859
14860@item State
14861Current state of the task.
14862
14863@table @code
14864@item Unactivated
14865The task has been created but has not been activated. It cannot be
14866executing.
14867
20924a55
JB
14868@item Runnable
14869The task is not blocked for any reason known to Ada. (It may be waiting
14870for a mutex, though.) It is conceptually "executing" in normal mode.
14871
14872@item Terminated
14873The task is terminated, in the sense of ARM 9.3 (5). Any dependents
14874that were waiting on terminate alternatives have been awakened and have
14875terminated themselves.
14876
14877@item Child Activation Wait
14878The task is waiting for created tasks to complete activation.
14879
14880@item Accept Statement
14881The task is waiting on an accept or selective wait statement.
14882
14883@item Waiting on entry call
14884The task is waiting on an entry call.
14885
14886@item Async Select Wait
14887The task is waiting to start the abortable part of an asynchronous
14888select statement.
14889
14890@item Delay Sleep
14891The task is waiting on a select statement with only a delay
14892alternative open.
14893
14894@item Child Termination Wait
14895The task is sleeping having completed a master within itself, and is
14896waiting for the tasks dependent on that master to become terminated or
14897waiting on a terminate Phase.
14898
14899@item Wait Child in Term Alt
14900The task is sleeping waiting for tasks on terminate alternatives to
14901finish terminating.
14902
14903@item Accepting RV with @var{taskno}
14904The task is accepting a rendez-vous with the task @var{taskno}.
14905@end table
14906
14907@item Name
14908Name of the task in the program.
14909
14910@end table
14911
14912@kindex info task @var{taskno}
14913@item info task @var{taskno}
14914This command shows detailled informations on the specified task, as in
14915the following example:
14916@smallexample
14917@iftex
14918@leftskip=0.5cm
14919@end iftex
14920(@value{GDBP}) info tasks
14921 ID TID P-ID Pri State Name
14922 1 8077880 0 15 Child Activation Wait main_task
32cd1edc 14923* 2 807c468 1 15 Runnable task_1
20924a55
JB
14924(@value{GDBP}) info task 2
14925Ada Task: 0x807c468
14926Name: task_1
14927Thread: 0x807f378
14928Parent: 1 (main_task)
14929Base Priority: 15
14930State: Runnable
14931@end smallexample
14932
14933@item task
14934@kindex task@r{ (Ada)}
14935@cindex current Ada task ID
14936This command prints the ID of the current task.
14937
14938@smallexample
14939@iftex
14940@leftskip=0.5cm
14941@end iftex
14942(@value{GDBP}) info tasks
14943 ID TID P-ID Pri State Name
14944 1 8077870 0 15 Child Activation Wait main_task
32cd1edc 14945* 2 807c458 1 15 Runnable t
20924a55
JB
14946(@value{GDBP}) task
14947[Current task is 2]
14948@end smallexample
14949
14950@item task @var{taskno}
14951@cindex Ada task switching
14952This command is like the @code{thread @var{threadno}}
14953command (@pxref{Threads}). It switches the context of debugging
14954from the current task to the given task.
14955
14956@smallexample
14957@iftex
14958@leftskip=0.5cm
14959@end iftex
14960(@value{GDBP}) info tasks
14961 ID TID P-ID Pri State Name
14962 1 8077870 0 15 Child Activation Wait main_task
32cd1edc 14963* 2 807c458 1 15 Runnable t
20924a55
JB
14964(@value{GDBP}) task 1
14965[Switching to task 1]
14966#0 0x8067726 in pthread_cond_wait ()
14967(@value{GDBP}) bt
14968#0 0x8067726 in pthread_cond_wait ()
14969#1 0x8056714 in system.os_interface.pthread_cond_wait ()
14970#2 0x805cb63 in system.task_primitives.operations.sleep ()
14971#3 0x806153e in system.tasking.stages.activate_tasks ()
14972#4 0x804aacc in un () at un.adb:5
14973@end smallexample
14974
45ac276d
JB
14975@item break @var{linespec} task @var{taskno}
14976@itemx break @var{linespec} task @var{taskno} if @dots{}
14977@cindex breakpoints and tasks, in Ada
14978@cindex task breakpoints, in Ada
14979@kindex break @dots{} task @var{taskno}@r{ (Ada)}
14980These commands are like the @code{break @dots{} thread @dots{}}
14981command (@pxref{Thread Stops}).
14982@var{linespec} specifies source lines, as described
14983in @ref{Specify Location}.
14984
14985Use the qualifier @samp{task @var{taskno}} with a breakpoint command
14986to specify that you only want @value{GDBN} to stop the program when a
14987particular Ada task reaches this breakpoint. @var{taskno} is one of the
14988numeric task identifiers assigned by @value{GDBN}, shown in the first
14989column of the @samp{info tasks} display.
14990
14991If you do not specify @samp{task @var{taskno}} when you set a
14992breakpoint, the breakpoint applies to @emph{all} tasks of your
14993program.
14994
14995You can use the @code{task} qualifier on conditional breakpoints as
14996well; in this case, place @samp{task @var{taskno}} before the
14997breakpoint condition (before the @code{if}).
14998
14999For example,
15000
15001@smallexample
15002@iftex
15003@leftskip=0.5cm
15004@end iftex
15005(@value{GDBP}) info tasks
15006 ID TID P-ID Pri State Name
15007 1 140022020 0 15 Child Activation Wait main_task
15008 2 140045060 1 15 Accept/Select Wait t2
15009 3 140044840 1 15 Runnable t1
15010* 4 140056040 1 15 Runnable t3
15011(@value{GDBP}) b 15 task 2
15012Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
15013(@value{GDBP}) cont
15014Continuing.
15015task # 1 running
15016task # 2 running
15017
15018Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1501915 flush;
15020(@value{GDBP}) info tasks
15021 ID TID P-ID Pri State Name
15022 1 140022020 0 15 Child Activation Wait main_task
15023* 2 140045060 1 15 Runnable t2
15024 3 140044840 1 15 Runnable t1
15025 4 140056040 1 15 Delay Sleep t3
15026@end smallexample
20924a55
JB
15027@end table
15028
15029@node Ada Tasks and Core Files
15030@subsubsection Tasking Support when Debugging Core Files
15031@cindex Ada tasking and core file debugging
15032
15033When inspecting a core file, as opposed to debugging a live program,
15034tasking support may be limited or even unavailable, depending on
15035the platform being used.
15036For instance, on x86-linux, the list of tasks is available, but task
15037switching is not supported. On Tru64, however, task switching will work
15038as usual.
15039
15040On certain platforms, including Tru64, the debugger needs to perform some
15041memory writes in order to provide Ada tasking support. When inspecting
15042a core file, this means that the core file must be opened with read-write
15043privileges, using the command @samp{"set write on"} (@pxref{Patching}).
15044Under these circumstances, you should make a backup copy of the core
15045file before inspecting it with @value{GDBN}.
15046
6e1bb179
JB
15047@node Ravenscar Profile
15048@subsubsection Tasking Support when using the Ravenscar Profile
15049@cindex Ravenscar Profile
15050
15051The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
15052specifically designed for systems with safety-critical real-time
15053requirements.
15054
15055@table @code
15056@kindex set ravenscar task-switching on
15057@cindex task switching with program using Ravenscar Profile
15058@item set ravenscar task-switching on
15059Allows task switching when debugging a program that uses the Ravenscar
15060Profile. This is the default.
15061
15062@kindex set ravenscar task-switching off
15063@item set ravenscar task-switching off
15064Turn off task switching when debugging a program that uses the Ravenscar
15065Profile. This is mostly intended to disable the code that adds support
15066for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
15067the Ravenscar runtime is preventing @value{GDBN} from working properly.
15068To be effective, this command should be run before the program is started.
15069
15070@kindex show ravenscar task-switching
15071@item show ravenscar task-switching
15072Show whether it is possible to switch from task to task in a program
15073using the Ravenscar Profile.
15074
15075@end table
15076
e07c999f
PH
15077@node Ada Glitches
15078@subsubsection Known Peculiarities of Ada Mode
15079@cindex Ada, problems
15080
15081Besides the omissions listed previously (@pxref{Omissions from Ada}),
15082we know of several problems with and limitations of Ada mode in
15083@value{GDBN},
15084some of which will be fixed with planned future releases of the debugger
15085and the GNU Ada compiler.
15086
15087@itemize @bullet
e07c999f
PH
15088@item
15089Static constants that the compiler chooses not to materialize as objects in
15090storage are invisible to the debugger.
15091
15092@item
15093Named parameter associations in function argument lists are ignored (the
15094argument lists are treated as positional).
15095
15096@item
15097Many useful library packages are currently invisible to the debugger.
15098
15099@item
15100Fixed-point arithmetic, conversions, input, and output is carried out using
15101floating-point arithmetic, and may give results that only approximate those on
15102the host machine.
15103
e07c999f
PH
15104@item
15105The GNAT compiler never generates the prefix @code{Standard} for any of
15106the standard symbols defined by the Ada language. @value{GDBN} knows about
15107this: it will strip the prefix from names when you use it, and will never
15108look for a name you have so qualified among local symbols, nor match against
15109symbols in other packages or subprograms. If you have
15110defined entities anywhere in your program other than parameters and
15111local variables whose simple names match names in @code{Standard},
15112GNAT's lack of qualification here can cause confusion. When this happens,
15113you can usually resolve the confusion
15114by qualifying the problematic names with package
15115@code{Standard} explicitly.
15116@end itemize
15117
95433b34
JB
15118Older versions of the compiler sometimes generate erroneous debugging
15119information, resulting in the debugger incorrectly printing the value
15120of affected entities. In some cases, the debugger is able to work
15121around an issue automatically. In other cases, the debugger is able
15122to work around the issue, but the work-around has to be specifically
15123enabled.
15124
15125@kindex set ada trust-PAD-over-XVS
15126@kindex show ada trust-PAD-over-XVS
15127@table @code
15128
15129@item set ada trust-PAD-over-XVS on
15130Configure GDB to strictly follow the GNAT encoding when computing the
15131value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
15132types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
15133a complete description of the encoding used by the GNAT compiler).
15134This is the default.
15135
15136@item set ada trust-PAD-over-XVS off
15137This is related to the encoding using by the GNAT compiler. If @value{GDBN}
15138sometimes prints the wrong value for certain entities, changing @code{ada
15139trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
15140the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
15141@code{off}, but this incurs a slight performance penalty, so it is
15142recommended to leave this setting to @code{on} unless necessary.
15143
15144@end table
15145
79a6e687
BW
15146@node Unsupported Languages
15147@section Unsupported Languages
4e562065
JB
15148
15149@cindex unsupported languages
15150@cindex minimal language
15151In addition to the other fully-supported programming languages,
15152@value{GDBN} also provides a pseudo-language, called @code{minimal}.
15153It does not represent a real programming language, but provides a set
15154of capabilities close to what the C or assembly languages provide.
15155This should allow most simple operations to be performed while debugging
15156an application that uses a language currently not supported by @value{GDBN}.
15157
15158If the language is set to @code{auto}, @value{GDBN} will automatically
15159select this language if the current frame corresponds to an unsupported
15160language.
15161
6d2ebf8b 15162@node Symbols
c906108c
SS
15163@chapter Examining the Symbol Table
15164
d4f3574e 15165The commands described in this chapter allow you to inquire about the
c906108c
SS
15166symbols (names of variables, functions and types) defined in your
15167program. This information is inherent in the text of your program and
15168does not change as your program executes. @value{GDBN} finds it in your
15169program's symbol table, in the file indicated when you started @value{GDBN}
79a6e687
BW
15170(@pxref{File Options, ,Choosing Files}), or by one of the
15171file-management commands (@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
15172
15173@cindex symbol names
15174@cindex names of symbols
15175@cindex quoting names
15176Occasionally, you may need to refer to symbols that contain unusual
15177characters, which @value{GDBN} ordinarily treats as word delimiters. The
15178most frequent case is in referring to static variables in other
79a6e687 15179source files (@pxref{Variables,,Program Variables}). File names
c906108c
SS
15180are recorded in object files as debugging symbols, but @value{GDBN} would
15181ordinarily parse a typical file name, like @file{foo.c}, as the three words
15182@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
15183@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
15184
474c8240 15185@smallexample
c906108c 15186p 'foo.c'::x
474c8240 15187@end smallexample
c906108c
SS
15188
15189@noindent
15190looks up the value of @code{x} in the scope of the file @file{foo.c}.
15191
15192@table @code
a8f24a35
EZ
15193@cindex case-insensitive symbol names
15194@cindex case sensitivity in symbol names
15195@kindex set case-sensitive
15196@item set case-sensitive on
15197@itemx set case-sensitive off
15198@itemx set case-sensitive auto
15199Normally, when @value{GDBN} looks up symbols, it matches their names
15200with case sensitivity determined by the current source language.
15201Occasionally, you may wish to control that. The command @code{set
15202case-sensitive} lets you do that by specifying @code{on} for
15203case-sensitive matches or @code{off} for case-insensitive ones. If
15204you specify @code{auto}, case sensitivity is reset to the default
15205suitable for the source language. The default is case-sensitive
15206matches for all languages except for Fortran, for which the default is
15207case-insensitive matches.
15208
9c16f35a
EZ
15209@kindex show case-sensitive
15210@item show case-sensitive
a8f24a35
EZ
15211This command shows the current setting of case sensitivity for symbols
15212lookups.
15213
53342f27
TT
15214@kindex set print type methods
15215@item set print type methods
15216@itemx set print type methods on
15217@itemx set print type methods off
15218Normally, when @value{GDBN} prints a class, it displays any methods
15219declared in that class. You can control this behavior either by
15220passing the appropriate flag to @code{ptype}, or using @command{set
15221print type methods}. Specifying @code{on} will cause @value{GDBN} to
15222display the methods; this is the default. Specifying @code{off} will
15223cause @value{GDBN} to omit the methods.
15224
15225@kindex show print type methods
15226@item show print type methods
15227This command shows the current setting of method display when printing
15228classes.
15229
15230@kindex set print type typedefs
15231@item set print type typedefs
15232@itemx set print type typedefs on
15233@itemx set print type typedefs off
15234
15235Normally, when @value{GDBN} prints a class, it displays any typedefs
15236defined in that class. You can control this behavior either by
15237passing the appropriate flag to @code{ptype}, or using @command{set
15238print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
15239display the typedef definitions; this is the default. Specifying
15240@code{off} will cause @value{GDBN} to omit the typedef definitions.
15241Note that this controls whether the typedef definition itself is
15242printed, not whether typedef names are substituted when printing other
15243types.
15244
15245@kindex show print type typedefs
15246@item show print type typedefs
15247This command shows the current setting of typedef display when
15248printing classes.
15249
c906108c 15250@kindex info address
b37052ae 15251@cindex address of a symbol
c906108c
SS
15252@item info address @var{symbol}
15253Describe where the data for @var{symbol} is stored. For a register
15254variable, this says which register it is kept in. For a non-register
15255local variable, this prints the stack-frame offset at which the variable
15256is always stored.
15257
15258Note the contrast with @samp{print &@var{symbol}}, which does not work
15259at all for a register variable, and for a stack local variable prints
15260the exact address of the current instantiation of the variable.
15261
3d67e040 15262@kindex info symbol
b37052ae 15263@cindex symbol from address
9c16f35a 15264@cindex closest symbol and offset for an address
3d67e040
EZ
15265@item info symbol @var{addr}
15266Print the name of a symbol which is stored at the address @var{addr}.
15267If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
15268nearest symbol and an offset from it:
15269
474c8240 15270@smallexample
3d67e040
EZ
15271(@value{GDBP}) info symbol 0x54320
15272_initialize_vx + 396 in section .text
474c8240 15273@end smallexample
3d67e040
EZ
15274
15275@noindent
15276This is the opposite of the @code{info address} command. You can use
15277it to find out the name of a variable or a function given its address.
15278
c14c28ba
PP
15279For dynamically linked executables, the name of executable or shared
15280library containing the symbol is also printed:
15281
15282@smallexample
15283(@value{GDBP}) info symbol 0x400225
15284_start + 5 in section .text of /tmp/a.out
15285(@value{GDBP}) info symbol 0x2aaaac2811cf
15286__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
15287@end smallexample
15288
c906108c 15289@kindex whatis
53342f27 15290@item whatis[/@var{flags}] [@var{arg}]
177bc839
JK
15291Print the data type of @var{arg}, which can be either an expression
15292or a name of a data type. With no argument, print the data type of
15293@code{$}, the last value in the value history.
15294
15295If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
15296is not actually evaluated, and any side-effecting operations (such as
15297assignments or function calls) inside it do not take place.
15298
15299If @var{arg} is a variable or an expression, @code{whatis} prints its
15300literal type as it is used in the source code. If the type was
15301defined using a @code{typedef}, @code{whatis} will @emph{not} print
15302the data type underlying the @code{typedef}. If the type of the
15303variable or the expression is a compound data type, such as
15304@code{struct} or @code{class}, @code{whatis} never prints their
15305fields or methods. It just prints the @code{struct}/@code{class}
15306name (a.k.a.@: its @dfn{tag}). If you want to see the members of
15307such a compound data type, use @code{ptype}.
15308
15309If @var{arg} is a type name that was defined using @code{typedef},
15310@code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
15311Unrolling means that @code{whatis} will show the underlying type used
15312in the @code{typedef} declaration of @var{arg}. However, if that
15313underlying type is also a @code{typedef}, @code{whatis} will not
15314unroll it.
15315
15316For C code, the type names may also have the form @samp{class
15317@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
15318@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 15319
53342f27
TT
15320@var{flags} can be used to modify how the type is displayed.
15321Available flags are:
15322
15323@table @code
15324@item r
15325Display in ``raw'' form. Normally, @value{GDBN} substitutes template
15326parameters and typedefs defined in a class when printing the class'
15327members. The @code{/r} flag disables this.
15328
15329@item m
15330Do not print methods defined in the class.
15331
15332@item M
15333Print methods defined in the class. This is the default, but the flag
15334exists in case you change the default with @command{set print type methods}.
15335
15336@item t
15337Do not print typedefs defined in the class. Note that this controls
15338whether the typedef definition itself is printed, not whether typedef
15339names are substituted when printing other types.
15340
15341@item T
15342Print typedefs defined in the class. This is the default, but the flag
15343exists in case you change the default with @command{set print type typedefs}.
15344@end table
15345
c906108c 15346@kindex ptype
53342f27 15347@item ptype[/@var{flags}] [@var{arg}]
62f3a2ba
FF
15348@code{ptype} accepts the same arguments as @code{whatis}, but prints a
15349detailed description of the type, instead of just the name of the type.
15350@xref{Expressions, ,Expressions}.
c906108c 15351
177bc839
JK
15352Contrary to @code{whatis}, @code{ptype} always unrolls any
15353@code{typedef}s in its argument declaration, whether the argument is
15354a variable, expression, or a data type. This means that @code{ptype}
15355of a variable or an expression will not print literally its type as
15356present in the source code---use @code{whatis} for that. @code{typedef}s at
15357the pointer or reference targets are also unrolled. Only @code{typedef}s of
15358fields, methods and inner @code{class typedef}s of @code{struct}s,
15359@code{class}es and @code{union}s are not unrolled even with @code{ptype}.
15360
c906108c
SS
15361For example, for this variable declaration:
15362
474c8240 15363@smallexample
177bc839
JK
15364typedef double real_t;
15365struct complex @{ real_t real; double imag; @};
15366typedef struct complex complex_t;
15367complex_t var;
15368real_t *real_pointer_var;
474c8240 15369@end smallexample
c906108c
SS
15370
15371@noindent
15372the two commands give this output:
15373
474c8240 15374@smallexample
c906108c 15375@group
177bc839
JK
15376(@value{GDBP}) whatis var
15377type = complex_t
15378(@value{GDBP}) ptype var
15379type = struct complex @{
15380 real_t real;
15381 double imag;
15382@}
15383(@value{GDBP}) whatis complex_t
15384type = struct complex
15385(@value{GDBP}) whatis struct complex
c906108c 15386type = struct complex
177bc839 15387(@value{GDBP}) ptype struct complex
c906108c 15388type = struct complex @{
177bc839 15389 real_t real;
c906108c
SS
15390 double imag;
15391@}
177bc839
JK
15392(@value{GDBP}) whatis real_pointer_var
15393type = real_t *
15394(@value{GDBP}) ptype real_pointer_var
15395type = double *
c906108c 15396@end group
474c8240 15397@end smallexample
c906108c
SS
15398
15399@noindent
15400As with @code{whatis}, using @code{ptype} without an argument refers to
15401the type of @code{$}, the last value in the value history.
15402
ab1adacd
EZ
15403@cindex incomplete type
15404Sometimes, programs use opaque data types or incomplete specifications
15405of complex data structure. If the debug information included in the
15406program does not allow @value{GDBN} to display a full declaration of
15407the data type, it will say @samp{<incomplete type>}. For example,
15408given these declarations:
15409
15410@smallexample
15411 struct foo;
15412 struct foo *fooptr;
15413@end smallexample
15414
15415@noindent
15416but no definition for @code{struct foo} itself, @value{GDBN} will say:
15417
15418@smallexample
ddb50cd7 15419 (@value{GDBP}) ptype foo
ab1adacd
EZ
15420 $1 = <incomplete type>
15421@end smallexample
15422
15423@noindent
15424``Incomplete type'' is C terminology for data types that are not
15425completely specified.
15426
c906108c
SS
15427@kindex info types
15428@item info types @var{regexp}
15429@itemx info types
09d4efe1
EZ
15430Print a brief description of all types whose names match the regular
15431expression @var{regexp} (or all types in your program, if you supply
15432no argument). Each complete typename is matched as though it were a
15433complete line; thus, @samp{i type value} gives information on all
15434types in your program whose names include the string @code{value}, but
15435@samp{i type ^value$} gives information only on types whose complete
15436name is @code{value}.
c906108c
SS
15437
15438This command differs from @code{ptype} in two ways: first, like
15439@code{whatis}, it does not print a detailed description; second, it
15440lists all source files where a type is defined.
15441
18a9fc12
TT
15442@kindex info type-printers
15443@item info type-printers
15444Versions of @value{GDBN} that ship with Python scripting enabled may
15445have ``type printers'' available. When using @command{ptype} or
15446@command{whatis}, these printers are consulted when the name of a type
15447is needed. @xref{Type Printing API}, for more information on writing
15448type printers.
15449
15450@code{info type-printers} displays all the available type printers.
15451
15452@kindex enable type-printer
15453@kindex disable type-printer
15454@item enable type-printer @var{name}@dots{}
15455@item disable type-printer @var{name}@dots{}
15456These commands can be used to enable or disable type printers.
15457
b37052ae
EZ
15458@kindex info scope
15459@cindex local variables
09d4efe1 15460@item info scope @var{location}
b37052ae 15461List all the variables local to a particular scope. This command
09d4efe1
EZ
15462accepts a @var{location} argument---a function name, a source line, or
15463an address preceded by a @samp{*}, and prints all the variables local
2a25a5ba
EZ
15464to the scope defined by that location. (@xref{Specify Location}, for
15465details about supported forms of @var{location}.) For example:
b37052ae
EZ
15466
15467@smallexample
15468(@value{GDBP}) @b{info scope command_line_handler}
15469Scope for command_line_handler:
15470Symbol rl is an argument at stack/frame offset 8, length 4.
15471Symbol linebuffer is in static storage at address 0x150a18, length 4.
15472Symbol linelength is in static storage at address 0x150a1c, length 4.
15473Symbol p is a local variable in register $esi, length 4.
15474Symbol p1 is a local variable in register $ebx, length 4.
15475Symbol nline is a local variable in register $edx, length 4.
15476Symbol repeat is a local variable at frame offset -8, length 4.
15477@end smallexample
15478
f5c37c66
EZ
15479@noindent
15480This command is especially useful for determining what data to collect
15481during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
15482collect}.
15483
c906108c
SS
15484@kindex info source
15485@item info source
919d772c
JB
15486Show information about the current source file---that is, the source file for
15487the function containing the current point of execution:
15488@itemize @bullet
15489@item
15490the name of the source file, and the directory containing it,
15491@item
15492the directory it was compiled in,
15493@item
15494its length, in lines,
15495@item
15496which programming language it is written in,
15497@item
15498whether the executable includes debugging information for that file, and
15499if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
15500@item
15501whether the debugging information includes information about
15502preprocessor macros.
15503@end itemize
15504
c906108c
SS
15505
15506@kindex info sources
15507@item info sources
15508Print the names of all source files in your program for which there is
15509debugging information, organized into two lists: files whose symbols
15510have already been read, and files whose symbols will be read when needed.
15511
15512@kindex info functions
15513@item info functions
15514Print the names and data types of all defined functions.
15515
15516@item info functions @var{regexp}
15517Print the names and data types of all defined functions
15518whose names contain a match for regular expression @var{regexp}.
15519Thus, @samp{info fun step} finds all functions whose names
15520include @code{step}; @samp{info fun ^step} finds those whose names
b383017d 15521start with @code{step}. If a function name contains characters
c1468174 15522that conflict with the regular expression language (e.g.@:
1c5dfdad 15523@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
15524
15525@kindex info variables
15526@item info variables
0fe7935b 15527Print the names and data types of all variables that are defined
6ca652b0 15528outside of functions (i.e.@: excluding local variables).
c906108c
SS
15529
15530@item info variables @var{regexp}
15531Print the names and data types of all variables (except for local
15532variables) whose names contain a match for regular expression
15533@var{regexp}.
15534
b37303ee 15535@kindex info classes
721c2651 15536@cindex Objective-C, classes and selectors
b37303ee
AF
15537@item info classes
15538@itemx info classes @var{regexp}
15539Display all Objective-C classes in your program, or
15540(with the @var{regexp} argument) all those matching a particular regular
15541expression.
15542
15543@kindex info selectors
15544@item info selectors
15545@itemx info selectors @var{regexp}
15546Display all Objective-C selectors in your program, or
15547(with the @var{regexp} argument) all those matching a particular regular
15548expression.
15549
c906108c
SS
15550@ignore
15551This was never implemented.
15552@kindex info methods
15553@item info methods
15554@itemx info methods @var{regexp}
15555The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
15556methods within C@t{++} program, or (with the @var{regexp} argument) a
15557specific set of methods found in the various C@t{++} classes. Many
15558C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
15559from the @code{ptype} command can be overwhelming and hard to use. The
15560@code{info-methods} command filters the methods, printing only those
15561which match the regular-expression @var{regexp}.
15562@end ignore
15563
9c16f35a 15564@cindex opaque data types
c906108c
SS
15565@kindex set opaque-type-resolution
15566@item set opaque-type-resolution on
15567Tell @value{GDBN} to resolve opaque types. An opaque type is a type
15568declared as a pointer to a @code{struct}, @code{class}, or
15569@code{union}---for example, @code{struct MyType *}---that is used in one
15570source file although the full declaration of @code{struct MyType} is in
15571another source file. The default is on.
15572
15573A change in the setting of this subcommand will not take effect until
15574the next time symbols for a file are loaded.
15575
15576@item set opaque-type-resolution off
15577Tell @value{GDBN} not to resolve opaque types. In this case, the type
15578is printed as follows:
15579@smallexample
15580@{<no data fields>@}
15581@end smallexample
15582
15583@kindex show opaque-type-resolution
15584@item show opaque-type-resolution
15585Show whether opaque types are resolved or not.
c906108c
SS
15586
15587@kindex maint print symbols
15588@cindex symbol dump
15589@kindex maint print psymbols
15590@cindex partial symbol dump
15591@item maint print symbols @var{filename}
15592@itemx maint print psymbols @var{filename}
15593@itemx maint print msymbols @var{filename}
15594Write a dump of debugging symbol data into the file @var{filename}.
15595These commands are used to debug the @value{GDBN} symbol-reading code. Only
15596symbols with debugging data are included. If you use @samp{maint print
15597symbols}, @value{GDBN} includes all the symbols for which it has already
15598collected full details: that is, @var{filename} reflects symbols for
15599only those files whose symbols @value{GDBN} has read. You can use the
15600command @code{info sources} to find out which files these are. If you
15601use @samp{maint print psymbols} instead, the dump shows information about
15602symbols that @value{GDBN} only knows partially---that is, symbols defined in
15603files that @value{GDBN} has skimmed, but not yet read completely. Finally,
15604@samp{maint print msymbols} dumps just the minimal symbol information
15605required for each object file from which @value{GDBN} has read some symbols.
79a6e687 15606@xref{Files, ,Commands to Specify Files}, for a discussion of how
c906108c 15607@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 15608
5e7b2f39
JB
15609@kindex maint info symtabs
15610@kindex maint info psymtabs
44ea7b70
JB
15611@cindex listing @value{GDBN}'s internal symbol tables
15612@cindex symbol tables, listing @value{GDBN}'s internal
15613@cindex full symbol tables, listing @value{GDBN}'s internal
15614@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
15615@item maint info symtabs @r{[} @var{regexp} @r{]}
15616@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
15617
15618List the @code{struct symtab} or @code{struct partial_symtab}
15619structures whose names match @var{regexp}. If @var{regexp} is not
15620given, list them all. The output includes expressions which you can
15621copy into a @value{GDBN} debugging this one to examine a particular
15622structure in more detail. For example:
15623
15624@smallexample
5e7b2f39 15625(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
15626@{ objfile /home/gnu/build/gdb/gdb
15627 ((struct objfile *) 0x82e69d0)
b383017d 15628 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
15629 ((struct partial_symtab *) 0x8474b10)
15630 readin no
15631 fullname (null)
15632 text addresses 0x814d3c8 -- 0x8158074
15633 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
15634 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
15635 dependencies (none)
15636 @}
15637@}
5e7b2f39 15638(@value{GDBP}) maint info symtabs
44ea7b70
JB
15639(@value{GDBP})
15640@end smallexample
15641@noindent
15642We see that there is one partial symbol table whose filename contains
15643the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
15644and we see that @value{GDBN} has not read in any symtabs yet at all.
15645If we set a breakpoint on a function, that will cause @value{GDBN} to
15646read the symtab for the compilation unit containing that function:
15647
15648@smallexample
15649(@value{GDBP}) break dwarf2_psymtab_to_symtab
15650Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
15651line 1574.
5e7b2f39 15652(@value{GDBP}) maint info symtabs
b383017d 15653@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 15654 ((struct objfile *) 0x82e69d0)
b383017d 15655 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
15656 ((struct symtab *) 0x86c1f38)
15657 dirname (null)
15658 fullname (null)
15659 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
1b39d5c0 15660 linetable ((struct linetable *) 0x8370fa0)
44ea7b70
JB
15661 debugformat DWARF 2
15662 @}
15663@}
b383017d 15664(@value{GDBP})
44ea7b70 15665@end smallexample
c906108c
SS
15666@end table
15667
44ea7b70 15668
6d2ebf8b 15669@node Altering
c906108c
SS
15670@chapter Altering Execution
15671
15672Once you think you have found an error in your program, you might want to
15673find out for certain whether correcting the apparent error would lead to
15674correct results in the rest of the run. You can find the answer by
15675experiment, using the @value{GDBN} features for altering execution of the
15676program.
15677
15678For example, you can store new values into variables or memory
7a292a7a
SS
15679locations, give your program a signal, restart it at a different
15680address, or even return prematurely from a function.
c906108c
SS
15681
15682@menu
15683* Assignment:: Assignment to variables
15684* Jumping:: Continuing at a different address
c906108c 15685* Signaling:: Giving your program a signal
c906108c
SS
15686* Returning:: Returning from a function
15687* Calling:: Calling your program's functions
15688* Patching:: Patching your program
15689@end menu
15690
6d2ebf8b 15691@node Assignment
79a6e687 15692@section Assignment to Variables
c906108c
SS
15693
15694@cindex assignment
15695@cindex setting variables
15696To alter the value of a variable, evaluate an assignment expression.
15697@xref{Expressions, ,Expressions}. For example,
15698
474c8240 15699@smallexample
c906108c 15700print x=4
474c8240 15701@end smallexample
c906108c
SS
15702
15703@noindent
15704stores the value 4 into the variable @code{x}, and then prints the
5d161b24 15705value of the assignment expression (which is 4).
c906108c
SS
15706@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
15707information on operators in supported languages.
c906108c
SS
15708
15709@kindex set variable
15710@cindex variables, setting
15711If you are not interested in seeing the value of the assignment, use the
15712@code{set} command instead of the @code{print} command. @code{set} is
15713really the same as @code{print} except that the expression's value is
15714not printed and is not put in the value history (@pxref{Value History,
79a6e687 15715,Value History}). The expression is evaluated only for its effects.
c906108c 15716
c906108c
SS
15717If the beginning of the argument string of the @code{set} command
15718appears identical to a @code{set} subcommand, use the @code{set
15719variable} command instead of just @code{set}. This command is identical
15720to @code{set} except for its lack of subcommands. For example, if your
15721program has a variable @code{width}, you get an error if you try to set
15722a new value with just @samp{set width=13}, because @value{GDBN} has the
15723command @code{set width}:
15724
474c8240 15725@smallexample
c906108c
SS
15726(@value{GDBP}) whatis width
15727type = double
15728(@value{GDBP}) p width
15729$4 = 13
15730(@value{GDBP}) set width=47
15731Invalid syntax in expression.
474c8240 15732@end smallexample
c906108c
SS
15733
15734@noindent
15735The invalid expression, of course, is @samp{=47}. In
15736order to actually set the program's variable @code{width}, use
15737
474c8240 15738@smallexample
c906108c 15739(@value{GDBP}) set var width=47
474c8240 15740@end smallexample
53a5351d 15741
c906108c
SS
15742Because the @code{set} command has many subcommands that can conflict
15743with the names of program variables, it is a good idea to use the
15744@code{set variable} command instead of just @code{set}. For example, if
15745your program has a variable @code{g}, you run into problems if you try
15746to set a new value with just @samp{set g=4}, because @value{GDBN} has
15747the command @code{set gnutarget}, abbreviated @code{set g}:
15748
474c8240 15749@smallexample
c906108c
SS
15750@group
15751(@value{GDBP}) whatis g
15752type = double
15753(@value{GDBP}) p g
15754$1 = 1
15755(@value{GDBP}) set g=4
2df3850c 15756(@value{GDBP}) p g
c906108c
SS
15757$2 = 1
15758(@value{GDBP}) r
15759The program being debugged has been started already.
15760Start it from the beginning? (y or n) y
15761Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
15762"/home/smith/cc_progs/a.out": can't open to read symbols:
15763 Invalid bfd target.
c906108c
SS
15764(@value{GDBP}) show g
15765The current BFD target is "=4".
15766@end group
474c8240 15767@end smallexample
c906108c
SS
15768
15769@noindent
15770The program variable @code{g} did not change, and you silently set the
15771@code{gnutarget} to an invalid value. In order to set the variable
15772@code{g}, use
15773
474c8240 15774@smallexample
c906108c 15775(@value{GDBP}) set var g=4
474c8240 15776@end smallexample
c906108c
SS
15777
15778@value{GDBN} allows more implicit conversions in assignments than C; you can
15779freely store an integer value into a pointer variable or vice versa,
15780and you can convert any structure to any other structure that is the
15781same length or shorter.
15782@comment FIXME: how do structs align/pad in these conversions?
15783@comment /doc@cygnus.com 18dec1990
15784
15785To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
15786construct to generate a value of specified type at a specified address
15787(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
15788to memory location @code{0x83040} as an integer (which implies a certain size
15789and representation in memory), and
15790
474c8240 15791@smallexample
c906108c 15792set @{int@}0x83040 = 4
474c8240 15793@end smallexample
c906108c
SS
15794
15795@noindent
15796stores the value 4 into that memory location.
15797
6d2ebf8b 15798@node Jumping
79a6e687 15799@section Continuing at a Different Address
c906108c
SS
15800
15801Ordinarily, when you continue your program, you do so at the place where
15802it stopped, with the @code{continue} command. You can instead continue at
15803an address of your own choosing, with the following commands:
15804
15805@table @code
15806@kindex jump
c1d780c2 15807@kindex j @r{(@code{jump})}
c906108c 15808@item jump @var{linespec}
c1d780c2 15809@itemx j @var{linespec}
2a25a5ba 15810@itemx jump @var{location}
c1d780c2 15811@itemx j @var{location}
2a25a5ba
EZ
15812Resume execution at line @var{linespec} or at address given by
15813@var{location}. Execution stops again immediately if there is a
15814breakpoint there. @xref{Specify Location}, for a description of the
15815different forms of @var{linespec} and @var{location}. It is common
15816practice to use the @code{tbreak} command in conjunction with
15817@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
c906108c
SS
15818
15819The @code{jump} command does not change the current stack frame, or
15820the stack pointer, or the contents of any memory location or any
15821register other than the program counter. If line @var{linespec} is in
15822a different function from the one currently executing, the results may
15823be bizarre if the two functions expect different patterns of arguments or
15824of local variables. For this reason, the @code{jump} command requests
15825confirmation if the specified line is not in the function currently
15826executing. However, even bizarre results are predictable if you are
15827well acquainted with the machine-language code of your program.
c906108c
SS
15828@end table
15829
c906108c 15830@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
15831On many systems, you can get much the same effect as the @code{jump}
15832command by storing a new value into the register @code{$pc}. The
15833difference is that this does not start your program running; it only
15834changes the address of where it @emph{will} run when you continue. For
15835example,
c906108c 15836
474c8240 15837@smallexample
c906108c 15838set $pc = 0x485
474c8240 15839@end smallexample
c906108c
SS
15840
15841@noindent
15842makes the next @code{continue} command or stepping command execute at
15843address @code{0x485}, rather than at the address where your program stopped.
79a6e687 15844@xref{Continuing and Stepping, ,Continuing and Stepping}.
c906108c
SS
15845
15846The most common occasion to use the @code{jump} command is to back
15847up---perhaps with more breakpoints set---over a portion of a program
15848that has already executed, in order to examine its execution in more
15849detail.
15850
c906108c 15851@c @group
6d2ebf8b 15852@node Signaling
79a6e687 15853@section Giving your Program a Signal
9c16f35a 15854@cindex deliver a signal to a program
c906108c
SS
15855
15856@table @code
15857@kindex signal
15858@item signal @var{signal}
15859Resume execution where your program stopped, but immediately give it the
15860signal @var{signal}. @var{signal} can be the name or the number of a
15861signal. For example, on many systems @code{signal 2} and @code{signal
15862SIGINT} are both ways of sending an interrupt signal.
15863
15864Alternatively, if @var{signal} is zero, continue execution without
15865giving a signal. This is useful when your program stopped on account of
ae606bee 15866a signal and would ordinarily see the signal when resumed with the
c906108c
SS
15867@code{continue} command; @samp{signal 0} causes it to resume without a
15868signal.
15869
15870@code{signal} does not repeat when you press @key{RET} a second time
15871after executing the command.
15872@end table
15873@c @end group
15874
15875Invoking the @code{signal} command is not the same as invoking the
15876@code{kill} utility from the shell. Sending a signal with @code{kill}
15877causes @value{GDBN} to decide what to do with the signal depending on
15878the signal handling tables (@pxref{Signals}). The @code{signal} command
15879passes the signal directly to your program.
15880
c906108c 15881
6d2ebf8b 15882@node Returning
79a6e687 15883@section Returning from a Function
c906108c
SS
15884
15885@table @code
15886@cindex returning from a function
15887@kindex return
15888@item return
15889@itemx return @var{expression}
15890You can cancel execution of a function call with the @code{return}
15891command. If you give an
15892@var{expression} argument, its value is used as the function's return
15893value.
15894@end table
15895
15896When you use @code{return}, @value{GDBN} discards the selected stack frame
15897(and all frames within it). You can think of this as making the
15898discarded frame return prematurely. If you wish to specify a value to
15899be returned, give that value as the argument to @code{return}.
15900
15901This pops the selected stack frame (@pxref{Selection, ,Selecting a
79a6e687 15902Frame}), and any other frames inside of it, leaving its caller as the
c906108c
SS
15903innermost remaining frame. That frame becomes selected. The
15904specified value is stored in the registers used for returning values
15905of functions.
15906
15907The @code{return} command does not resume execution; it leaves the
15908program stopped in the state that would exist if the function had just
15909returned. In contrast, the @code{finish} command (@pxref{Continuing
79a6e687 15910and Stepping, ,Continuing and Stepping}) resumes execution until the
c906108c
SS
15911selected stack frame returns naturally.
15912
61ff14c6
JK
15913@value{GDBN} needs to know how the @var{expression} argument should be set for
15914the inferior. The concrete registers assignment depends on the OS ABI and the
15915type being returned by the selected stack frame. For example it is common for
15916OS ABI to return floating point values in FPU registers while integer values in
15917CPU registers. Still some ABIs return even floating point values in CPU
15918registers. Larger integer widths (such as @code{long long int}) also have
15919specific placement rules. @value{GDBN} already knows the OS ABI from its
15920current target so it needs to find out also the type being returned to make the
15921assignment into the right register(s).
15922
15923Normally, the selected stack frame has debug info. @value{GDBN} will always
15924use the debug info instead of the implicit type of @var{expression} when the
15925debug info is available. For example, if you type @kbd{return -1}, and the
15926function in the current stack frame is declared to return a @code{long long
15927int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
15928into a @code{long long int}:
15929
15930@smallexample
15931Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1593229 return 31;
15933(@value{GDBP}) return -1
15934Make func return now? (y or n) y
15935#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1593643 printf ("result=%lld\n", func ());
15937(@value{GDBP})
15938@end smallexample
15939
15940However, if the selected stack frame does not have a debug info, e.g., if the
15941function was compiled without debug info, @value{GDBN} has to find out the type
15942to return from user. Specifying a different type by mistake may set the value
15943in different inferior registers than the caller code expects. For example,
15944typing @kbd{return -1} with its implicit type @code{int} would set only a part
15945of a @code{long long int} result for a debug info less function (on 32-bit
15946architectures). Therefore the user is required to specify the return type by
15947an appropriate cast explicitly:
15948
15949@smallexample
15950Breakpoint 2, 0x0040050b in func ()
15951(@value{GDBP}) return -1
15952Return value type not available for selected stack frame.
15953Please use an explicit cast of the value to return.
15954(@value{GDBP}) return (long long int) -1
15955Make selected stack frame return now? (y or n) y
15956#0 0x00400526 in main ()
15957(@value{GDBP})
15958@end smallexample
15959
6d2ebf8b 15960@node Calling
79a6e687 15961@section Calling Program Functions
c906108c 15962
f8568604 15963@table @code
c906108c 15964@cindex calling functions
f8568604
EZ
15965@cindex inferior functions, calling
15966@item print @var{expr}
d3e8051b 15967Evaluate the expression @var{expr} and display the resulting value.
f8568604
EZ
15968@var{expr} may include calls to functions in the program being
15969debugged.
15970
c906108c 15971@kindex call
c906108c
SS
15972@item call @var{expr}
15973Evaluate the expression @var{expr} without displaying @code{void}
15974returned values.
c906108c
SS
15975
15976You can use this variant of the @code{print} command if you want to
f8568604
EZ
15977execute a function from your program that does not return anything
15978(a.k.a.@: @dfn{a void function}), but without cluttering the output
15979with @code{void} returned values that @value{GDBN} will otherwise
15980print. If the result is not void, it is printed and saved in the
15981value history.
15982@end table
15983
9c16f35a
EZ
15984It is possible for the function you call via the @code{print} or
15985@code{call} command to generate a signal (e.g., if there's a bug in
15986the function, or if you passed it incorrect arguments). What happens
15987in that case is controlled by the @code{set unwindonsignal} command.
15988
7cd1089b
PM
15989Similarly, with a C@t{++} program it is possible for the function you
15990call via the @code{print} or @code{call} command to generate an
15991exception that is not handled due to the constraints of the dummy
15992frame. In this case, any exception that is raised in the frame, but has
15993an out-of-frame exception handler will not be found. GDB builds a
15994dummy-frame for the inferior function call, and the unwinder cannot
15995seek for exception handlers outside of this dummy-frame. What happens
15996in that case is controlled by the
15997@code{set unwind-on-terminating-exception} command.
15998
9c16f35a
EZ
15999@table @code
16000@item set unwindonsignal
16001@kindex set unwindonsignal
16002@cindex unwind stack in called functions
16003@cindex call dummy stack unwinding
16004Set unwinding of the stack if a signal is received while in a function
16005that @value{GDBN} called in the program being debugged. If set to on,
16006@value{GDBN} unwinds the stack it created for the call and restores
16007the context to what it was before the call. If set to off (the
16008default), @value{GDBN} stops in the frame where the signal was
16009received.
16010
16011@item show unwindonsignal
16012@kindex show unwindonsignal
16013Show the current setting of stack unwinding in the functions called by
16014@value{GDBN}.
7cd1089b
PM
16015
16016@item set unwind-on-terminating-exception
16017@kindex set unwind-on-terminating-exception
16018@cindex unwind stack in called functions with unhandled exceptions
16019@cindex call dummy stack unwinding on unhandled exception.
16020Set unwinding of the stack if a C@t{++} exception is raised, but left
16021unhandled while in a function that @value{GDBN} called in the program being
16022debugged. If set to on (the default), @value{GDBN} unwinds the stack
16023it created for the call and restores the context to what it was before
16024the call. If set to off, @value{GDBN} the exception is delivered to
16025the default C@t{++} exception handler and the inferior terminated.
16026
16027@item show unwind-on-terminating-exception
16028@kindex show unwind-on-terminating-exception
16029Show the current setting of stack unwinding in the functions called by
16030@value{GDBN}.
16031
9c16f35a
EZ
16032@end table
16033
f8568604
EZ
16034@cindex weak alias functions
16035Sometimes, a function you wish to call is actually a @dfn{weak alias}
16036for another function. In such case, @value{GDBN} might not pick up
16037the type information, including the types of the function arguments,
16038which causes @value{GDBN} to call the inferior function incorrectly.
16039As a result, the called function will function erroneously and may
16040even crash. A solution to that is to use the name of the aliased
16041function instead.
c906108c 16042
6d2ebf8b 16043@node Patching
79a6e687 16044@section Patching Programs
7a292a7a 16045
c906108c
SS
16046@cindex patching binaries
16047@cindex writing into executables
c906108c 16048@cindex writing into corefiles
c906108c 16049
7a292a7a
SS
16050By default, @value{GDBN} opens the file containing your program's
16051executable code (or the corefile) read-only. This prevents accidental
16052alterations to machine code; but it also prevents you from intentionally
16053patching your program's binary.
c906108c
SS
16054
16055If you'd like to be able to patch the binary, you can specify that
16056explicitly with the @code{set write} command. For example, you might
16057want to turn on internal debugging flags, or even to make emergency
16058repairs.
16059
16060@table @code
16061@kindex set write
16062@item set write on
16063@itemx set write off
7a292a7a 16064If you specify @samp{set write on}, @value{GDBN} opens executable and
20924a55 16065core files for both reading and writing; if you specify @kbd{set write
c906108c
SS
16066off} (the default), @value{GDBN} opens them read-only.
16067
16068If you have already loaded a file, you must load it again (using the
7a292a7a
SS
16069@code{exec-file} or @code{core-file} command) after changing @code{set
16070write}, for your new setting to take effect.
c906108c
SS
16071
16072@item show write
16073@kindex show write
7a292a7a
SS
16074Display whether executable files and core files are opened for writing
16075as well as reading.
c906108c
SS
16076@end table
16077
6d2ebf8b 16078@node GDB Files
c906108c
SS
16079@chapter @value{GDBN} Files
16080
7a292a7a
SS
16081@value{GDBN} needs to know the file name of the program to be debugged,
16082both in order to read its symbol table and in order to start your
16083program. To debug a core dump of a previous run, you must also tell
16084@value{GDBN} the name of the core dump file.
c906108c
SS
16085
16086@menu
16087* Files:: Commands to specify files
5b5d99cf 16088* Separate Debug Files:: Debugging information in separate files
608e2dbb 16089* MiniDebugInfo:: Debugging information in a special section
9291a0cd 16090* Index Files:: Index files speed up GDB
c906108c 16091* Symbol Errors:: Errors reading symbol files
b14b1491 16092* Data Files:: GDB data files
c906108c
SS
16093@end menu
16094
6d2ebf8b 16095@node Files
79a6e687 16096@section Commands to Specify Files
c906108c 16097
7a292a7a 16098@cindex symbol table
c906108c 16099@cindex core dump file
7a292a7a
SS
16100
16101You may want to specify executable and core dump file names. The usual
16102way to do this is at start-up time, using the arguments to
16103@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
16104Out of @value{GDBN}}).
c906108c
SS
16105
16106Occasionally it is necessary to change to a different file during a
397ca115
EZ
16107@value{GDBN} session. Or you may run @value{GDBN} and forget to
16108specify a file you want to use. Or you are debugging a remote target
79a6e687
BW
16109via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
16110Program}). In these situations the @value{GDBN} commands to specify
0869d01b 16111new files are useful.
c906108c
SS
16112
16113@table @code
16114@cindex executable file
16115@kindex file
16116@item file @var{filename}
16117Use @var{filename} as the program to be debugged. It is read for its
16118symbols and for the contents of pure memory. It is also the program
16119executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
16120directory and the file is not found in the @value{GDBN} working directory,
16121@value{GDBN} uses the environment variable @code{PATH} as a list of
16122directories to search, just as the shell does when looking for a program
16123to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
16124and your program, using the @code{path} command.
16125
fc8be69e
EZ
16126@cindex unlinked object files
16127@cindex patching object files
16128You can load unlinked object @file{.o} files into @value{GDBN} using
16129the @code{file} command. You will not be able to ``run'' an object
16130file, but you can disassemble functions and inspect variables. Also,
16131if the underlying BFD functionality supports it, you could use
16132@kbd{gdb -write} to patch object files using this technique. Note
16133that @value{GDBN} can neither interpret nor modify relocations in this
16134case, so branches and some initialized variables will appear to go to
16135the wrong place. But this feature is still handy from time to time.
16136
c906108c
SS
16137@item file
16138@code{file} with no argument makes @value{GDBN} discard any information it
16139has on both executable file and the symbol table.
16140
16141@kindex exec-file
16142@item exec-file @r{[} @var{filename} @r{]}
16143Specify that the program to be run (but not the symbol table) is found
16144in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
16145if necessary to locate your program. Omitting @var{filename} means to
16146discard information on the executable file.
16147
16148@kindex symbol-file
16149@item symbol-file @r{[} @var{filename} @r{]}
16150Read symbol table information from file @var{filename}. @code{PATH} is
16151searched when necessary. Use the @code{file} command to get both symbol
16152table and program to run from the same file.
16153
16154@code{symbol-file} with no argument clears out @value{GDBN} information on your
16155program's symbol table.
16156
ae5a43e0
DJ
16157The @code{symbol-file} command causes @value{GDBN} to forget the contents of
16158some breakpoints and auto-display expressions. This is because they may
16159contain pointers to the internal data recording symbols and data types,
16160which are part of the old symbol table data being discarded inside
16161@value{GDBN}.
c906108c
SS
16162
16163@code{symbol-file} does not repeat if you press @key{RET} again after
16164executing it once.
16165
16166When @value{GDBN} is configured for a particular environment, it
16167understands debugging information in whatever format is the standard
16168generated for that environment; you may use either a @sc{gnu} compiler, or
16169other compilers that adhere to the local conventions.
c906108c 16170Best results are usually obtained from @sc{gnu} compilers; for example,
e22ea452 16171using @code{@value{NGCC}} you can generate debugging information for
c906108c 16172optimized code.
c906108c
SS
16173
16174For most kinds of object files, with the exception of old SVR3 systems
16175using COFF, the @code{symbol-file} command does not normally read the
16176symbol table in full right away. Instead, it scans the symbol table
16177quickly to find which source files and which symbols are present. The
16178details are read later, one source file at a time, as they are needed.
16179
16180The purpose of this two-stage reading strategy is to make @value{GDBN}
16181start up faster. For the most part, it is invisible except for
16182occasional pauses while the symbol table details for a particular source
16183file are being read. (The @code{set verbose} command can turn these
16184pauses into messages if desired. @xref{Messages/Warnings, ,Optional
79a6e687 16185Warnings and Messages}.)
c906108c 16186
c906108c
SS
16187We have not implemented the two-stage strategy for COFF yet. When the
16188symbol table is stored in COFF format, @code{symbol-file} reads the
16189symbol table data in full right away. Note that ``stabs-in-COFF''
16190still does the two-stage strategy, since the debug info is actually
16191in stabs format.
16192
16193@kindex readnow
16194@cindex reading symbols immediately
16195@cindex symbols, reading immediately
6ac33a4e
TT
16196@item symbol-file @r{[} -readnow @r{]} @var{filename}
16197@itemx file @r{[} -readnow @r{]} @var{filename}
c906108c
SS
16198You can override the @value{GDBN} two-stage strategy for reading symbol
16199tables by using the @samp{-readnow} option with any of the commands that
16200load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 16201entire symbol table available.
c906108c 16202
c906108c
SS
16203@c FIXME: for now no mention of directories, since this seems to be in
16204@c flux. 13mar1992 status is that in theory GDB would look either in
16205@c current dir or in same dir as myprog; but issues like competing
16206@c GDB's, or clutter in system dirs, mean that in practice right now
16207@c only current dir is used. FFish says maybe a special GDB hierarchy
16208@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
16209@c files.
16210
c906108c 16211@kindex core-file
09d4efe1 16212@item core-file @r{[}@var{filename}@r{]}
4644b6e3 16213@itemx core
c906108c
SS
16214Specify the whereabouts of a core dump file to be used as the ``contents
16215of memory''. Traditionally, core files contain only some parts of the
16216address space of the process that generated them; @value{GDBN} can access the
16217executable file itself for other parts.
16218
16219@code{core-file} with no argument specifies that no core file is
16220to be used.
16221
16222Note that the core file is ignored when your program is actually running
7a292a7a
SS
16223under @value{GDBN}. So, if you have been running your program and you
16224wish to debug a core file instead, you must kill the subprocess in which
16225the program is running. To do this, use the @code{kill} command
79a6e687 16226(@pxref{Kill Process, ,Killing the Child Process}).
c906108c 16227
c906108c
SS
16228@kindex add-symbol-file
16229@cindex dynamic linking
16230@item add-symbol-file @var{filename} @var{address}
a94ab193 16231@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
24bdad53 16232@itemx add-symbol-file @var{filename} @var{address} -s @var{section} @var{address} @dots{}
96a2c332
SS
16233The @code{add-symbol-file} command reads additional symbol table
16234information from the file @var{filename}. You would use this command
16235when @var{filename} has been dynamically loaded (by some other means)
16236into the program that is running. @var{address} should be the memory
16237address at which the file has been loaded; @value{GDBN} cannot figure
d167840f 16238this out for itself. You can additionally specify an arbitrary number
24bdad53 16239of @samp{-s @var{section} @var{address}} pairs, to give an explicit
d167840f
EZ
16240section name and base address for that section. You can specify any
16241@var{address} as an expression.
c906108c
SS
16242
16243The symbol table of the file @var{filename} is added to the symbol table
16244originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
16245@code{add-symbol-file} command any number of times; the new symbol data
16246thus read keeps adding to the old. To discard all old symbol data
16247instead, use the @code{symbol-file} command without any arguments.
c906108c 16248
17d9d558
JB
16249@cindex relocatable object files, reading symbols from
16250@cindex object files, relocatable, reading symbols from
16251@cindex reading symbols from relocatable object files
16252@cindex symbols, reading from relocatable object files
16253@cindex @file{.o} files, reading symbols from
16254Although @var{filename} is typically a shared library file, an
16255executable file, or some other object file which has been fully
16256relocated for loading into a process, you can also load symbolic
16257information from relocatable @file{.o} files, as long as:
16258
16259@itemize @bullet
16260@item
16261the file's symbolic information refers only to linker symbols defined in
16262that file, not to symbols defined by other object files,
16263@item
16264every section the file's symbolic information refers to has actually
16265been loaded into the inferior, as it appears in the file, and
16266@item
16267you can determine the address at which every section was loaded, and
16268provide these to the @code{add-symbol-file} command.
16269@end itemize
16270
16271@noindent
16272Some embedded operating systems, like Sun Chorus and VxWorks, can load
16273relocatable files into an already running program; such systems
16274typically make the requirements above easy to meet. However, it's
16275important to recognize that many native systems use complex link
49efadf5 16276procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
16277assembly, for example) that make the requirements difficult to meet. In
16278general, one cannot assume that using @code{add-symbol-file} to read a
16279relocatable object file's symbolic information will have the same effect
16280as linking the relocatable object file into the program in the normal
16281way.
16282
c906108c
SS
16283@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
16284
c45da7e6
EZ
16285@kindex add-symbol-file-from-memory
16286@cindex @code{syscall DSO}
16287@cindex load symbols from memory
16288@item add-symbol-file-from-memory @var{address}
16289Load symbols from the given @var{address} in a dynamically loaded
16290object file whose image is mapped directly into the inferior's memory.
16291For example, the Linux kernel maps a @code{syscall DSO} into each
16292process's address space; this DSO provides kernel-specific code for
16293some system calls. The argument can be any expression whose
16294evaluation yields the address of the file's shared object file header.
16295For this command to work, you must have used @code{symbol-file} or
16296@code{exec-file} commands in advance.
16297
09d4efe1
EZ
16298@kindex add-shared-symbol-files
16299@kindex assf
16300@item add-shared-symbol-files @var{library-file}
16301@itemx assf @var{library-file}
16302The @code{add-shared-symbol-files} command can currently be used only
16303in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
16304alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
16305@value{GDBN} automatically looks for shared libraries, however if
16306@value{GDBN} does not find yours, you can invoke
16307@code{add-shared-symbol-files}. It takes one argument: the shared
16308library's file name. @code{assf} is a shorthand alias for
16309@code{add-shared-symbol-files}.
c906108c 16310
c906108c 16311@kindex section
09d4efe1
EZ
16312@item section @var{section} @var{addr}
16313The @code{section} command changes the base address of the named
16314@var{section} of the exec file to @var{addr}. This can be used if the
16315exec file does not contain section addresses, (such as in the
16316@code{a.out} format), or when the addresses specified in the file
16317itself are wrong. Each section must be changed separately. The
16318@code{info files} command, described below, lists all the sections and
16319their addresses.
c906108c
SS
16320
16321@kindex info files
16322@kindex info target
16323@item info files
16324@itemx info target
7a292a7a
SS
16325@code{info files} and @code{info target} are synonymous; both print the
16326current target (@pxref{Targets, ,Specifying a Debugging Target}),
16327including the names of the executable and core dump files currently in
16328use by @value{GDBN}, and the files from which symbols were loaded. The
16329command @code{help target} lists all possible targets rather than
16330current ones.
16331
fe95c787
MS
16332@kindex maint info sections
16333@item maint info sections
16334Another command that can give you extra information about program sections
16335is @code{maint info sections}. In addition to the section information
16336displayed by @code{info files}, this command displays the flags and file
16337offset of each section in the executable and core dump files. In addition,
16338@code{maint info sections} provides the following command options (which
16339may be arbitrarily combined):
16340
16341@table @code
16342@item ALLOBJ
16343Display sections for all loaded object files, including shared libraries.
16344@item @var{sections}
6600abed 16345Display info only for named @var{sections}.
fe95c787
MS
16346@item @var{section-flags}
16347Display info only for sections for which @var{section-flags} are true.
16348The section flags that @value{GDBN} currently knows about are:
16349@table @code
16350@item ALLOC
16351Section will have space allocated in the process when loaded.
16352Set for all sections except those containing debug information.
16353@item LOAD
16354Section will be loaded from the file into the child process memory.
16355Set for pre-initialized code and data, clear for @code{.bss} sections.
16356@item RELOC
16357Section needs to be relocated before loading.
16358@item READONLY
16359Section cannot be modified by the child process.
16360@item CODE
16361Section contains executable code only.
6600abed 16362@item DATA
fe95c787
MS
16363Section contains data only (no executable code).
16364@item ROM
16365Section will reside in ROM.
16366@item CONSTRUCTOR
16367Section contains data for constructor/destructor lists.
16368@item HAS_CONTENTS
16369Section is not empty.
16370@item NEVER_LOAD
16371An instruction to the linker to not output the section.
16372@item COFF_SHARED_LIBRARY
16373A notification to the linker that the section contains
16374COFF shared library information.
16375@item IS_COMMON
16376Section contains common symbols.
16377@end table
16378@end table
6763aef9 16379@kindex set trust-readonly-sections
9c16f35a 16380@cindex read-only sections
6763aef9
MS
16381@item set trust-readonly-sections on
16382Tell @value{GDBN} that readonly sections in your object file
6ca652b0 16383really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
16384In that case, @value{GDBN} can fetch values from these sections
16385out of the object file, rather than from the target program.
16386For some targets (notably embedded ones), this can be a significant
16387enhancement to debugging performance.
16388
16389The default is off.
16390
16391@item set trust-readonly-sections off
15110bc3 16392Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
16393the contents of the section might change while the program is running,
16394and must therefore be fetched from the target when needed.
9c16f35a
EZ
16395
16396@item show trust-readonly-sections
16397Show the current setting of trusting readonly sections.
c906108c
SS
16398@end table
16399
16400All file-specifying commands allow both absolute and relative file names
16401as arguments. @value{GDBN} always converts the file name to an absolute file
16402name and remembers it that way.
16403
c906108c 16404@cindex shared libraries
9cceb671
DJ
16405@anchor{Shared Libraries}
16406@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
9c16f35a 16407and IBM RS/6000 AIX shared libraries.
53a5351d 16408
9cceb671
DJ
16409On MS-Windows @value{GDBN} must be linked with the Expat library to support
16410shared libraries. @xref{Expat}.
16411
c906108c
SS
16412@value{GDBN} automatically loads symbol definitions from shared libraries
16413when you use the @code{run} command, or when you examine a core file.
16414(Before you issue the @code{run} command, @value{GDBN} does not understand
16415references to a function in a shared library, however---unless you are
16416debugging a core file).
53a5351d
JM
16417
16418On HP-UX, if the program loads a library explicitly, @value{GDBN}
16419automatically loads the symbols at the time of the @code{shl_load} call.
16420
c906108c
SS
16421@c FIXME: some @value{GDBN} release may permit some refs to undef
16422@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
16423@c FIXME...lib; check this from time to time when updating manual
16424
b7209cb4
FF
16425There are times, however, when you may wish to not automatically load
16426symbol definitions from shared libraries, such as when they are
16427particularly large or there are many of them.
16428
16429To control the automatic loading of shared library symbols, use the
16430commands:
16431
16432@table @code
16433@kindex set auto-solib-add
16434@item set auto-solib-add @var{mode}
16435If @var{mode} is @code{on}, symbols from all shared object libraries
16436will be loaded automatically when the inferior begins execution, you
16437attach to an independently started inferior, or when the dynamic linker
16438informs @value{GDBN} that a new library has been loaded. If @var{mode}
16439is @code{off}, symbols must be loaded manually, using the
16440@code{sharedlibrary} command. The default value is @code{on}.
16441
dcaf7c2c
EZ
16442@cindex memory used for symbol tables
16443If your program uses lots of shared libraries with debug info that
16444takes large amounts of memory, you can decrease the @value{GDBN}
16445memory footprint by preventing it from automatically loading the
16446symbols from shared libraries. To that end, type @kbd{set
16447auto-solib-add off} before running the inferior, then load each
16448library whose debug symbols you do need with @kbd{sharedlibrary
d3e8051b 16449@var{regexp}}, where @var{regexp} is a regular expression that matches
dcaf7c2c
EZ
16450the libraries whose symbols you want to be loaded.
16451
b7209cb4
FF
16452@kindex show auto-solib-add
16453@item show auto-solib-add
16454Display the current autoloading mode.
16455@end table
16456
c45da7e6 16457@cindex load shared library
b7209cb4
FF
16458To explicitly load shared library symbols, use the @code{sharedlibrary}
16459command:
16460
c906108c
SS
16461@table @code
16462@kindex info sharedlibrary
16463@kindex info share
55333a84
DE
16464@item info share @var{regex}
16465@itemx info sharedlibrary @var{regex}
16466Print the names of the shared libraries which are currently loaded
16467that match @var{regex}. If @var{regex} is omitted then print
16468all shared libraries that are loaded.
c906108c
SS
16469
16470@kindex sharedlibrary
16471@kindex share
16472@item sharedlibrary @var{regex}
16473@itemx share @var{regex}
c906108c
SS
16474Load shared object library symbols for files matching a
16475Unix regular expression.
16476As with files loaded automatically, it only loads shared libraries
16477required by your program for a core file or after typing @code{run}. If
16478@var{regex} is omitted all shared libraries required by your program are
16479loaded.
c45da7e6
EZ
16480
16481@item nosharedlibrary
16482@kindex nosharedlibrary
16483@cindex unload symbols from shared libraries
16484Unload all shared object library symbols. This discards all symbols
16485that have been loaded from all shared libraries. Symbols from shared
16486libraries that were loaded by explicit user requests are not
16487discarded.
c906108c
SS
16488@end table
16489
721c2651 16490Sometimes you may wish that @value{GDBN} stops and gives you control
edcc5120
TT
16491when any of shared library events happen. The best way to do this is
16492to use @code{catch load} and @code{catch unload} (@pxref{Set
16493Catchpoints}).
16494
16495@value{GDBN} also supports the the @code{set stop-on-solib-events}
16496command for this. This command exists for historical reasons. It is
16497less useful than setting a catchpoint, because it does not allow for
16498conditions or commands as a catchpoint does.
721c2651
EZ
16499
16500@table @code
16501@item set stop-on-solib-events
16502@kindex set stop-on-solib-events
16503This command controls whether @value{GDBN} should give you control
16504when the dynamic linker notifies it about some shared library event.
16505The most common event of interest is loading or unloading of a new
16506shared library.
16507
16508@item show stop-on-solib-events
16509@kindex show stop-on-solib-events
16510Show whether @value{GDBN} stops and gives you control when shared
16511library events happen.
16512@end table
16513
f5ebfba0 16514Shared libraries are also supported in many cross or remote debugging
f1838a98
UW
16515configurations. @value{GDBN} needs to have access to the target's libraries;
16516this can be accomplished either by providing copies of the libraries
16517on the host system, or by asking @value{GDBN} to automatically retrieve the
16518libraries from the target. If copies of the target libraries are
16519provided, they need to be the same as the target libraries, although the
f5ebfba0
DJ
16520copies on the target can be stripped as long as the copies on the host are
16521not.
16522
59b7b46f
EZ
16523@cindex where to look for shared libraries
16524For remote debugging, you need to tell @value{GDBN} where the target
16525libraries are, so that it can load the correct copies---otherwise, it
16526may try to load the host's libraries. @value{GDBN} has two variables
16527to specify the search directories for target libraries.
f5ebfba0
DJ
16528
16529@table @code
59b7b46f 16530@cindex prefix for shared library file names
f822c95b 16531@cindex system root, alternate
f5ebfba0 16532@kindex set solib-absolute-prefix
f822c95b
DJ
16533@kindex set sysroot
16534@item set sysroot @var{path}
16535Use @var{path} as the system root for the program being debugged. Any
16536absolute shared library paths will be prefixed with @var{path}; many
16537runtime loaders store the absolute paths to the shared library in the
16538target program's memory. If you use @code{set sysroot} to find shared
16539libraries, they need to be laid out in the same way that they are on
16540the target, with e.g.@: a @file{/lib} and @file{/usr/lib} hierarchy
16541under @var{path}.
16542
f1838a98
UW
16543If @var{path} starts with the sequence @file{remote:}, @value{GDBN} will
16544retrieve the target libraries from the remote system. This is only
16545supported when using a remote target that supports the @code{remote get}
16546command (@pxref{File Transfer,,Sending files to a remote system}).
16547The part of @var{path} following the initial @file{remote:}
16548(if present) is used as system root prefix on the remote file system.
16549@footnote{If you want to specify a local system root using a directory
16550that happens to be named @file{remote:}, you need to use some equivalent
16551variant of the name like @file{./remote:}.}
16552
ab38a727
PA
16553For targets with an MS-DOS based filesystem, such as MS-Windows and
16554SymbianOS, @value{GDBN} tries prefixing a few variants of the target
16555absolute file name with @var{path}. But first, on Unix hosts,
16556@value{GDBN} converts all backslash directory separators into forward
16557slashes, because the backslash is not a directory separator on Unix:
16558
16559@smallexample
16560 c:\foo\bar.dll @result{} c:/foo/bar.dll
16561@end smallexample
16562
16563Then, @value{GDBN} attempts prefixing the target file name with
16564@var{path}, and looks for the resulting file name in the host file
16565system:
16566
16567@smallexample
16568 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
16569@end smallexample
16570
16571If that does not find the shared library, @value{GDBN} tries removing
16572the @samp{:} character from the drive spec, both for convenience, and,
16573for the case of the host file system not supporting file names with
16574colons:
16575
16576@smallexample
16577 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
16578@end smallexample
16579
16580This makes it possible to have a system root that mirrors a target
16581with more than one drive. E.g., you may want to setup your local
16582copies of the target system shared libraries like so (note @samp{c} vs
16583@samp{z}):
16584
16585@smallexample
16586 @file{/path/to/sysroot/c/sys/bin/foo.dll}
16587 @file{/path/to/sysroot/c/sys/bin/bar.dll}
16588 @file{/path/to/sysroot/z/sys/bin/bar.dll}
16589@end smallexample
16590
16591@noindent
16592and point the system root at @file{/path/to/sysroot}, so that
16593@value{GDBN} can find the correct copies of both
16594@file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
16595
16596If that still does not find the shared library, @value{GDBN} tries
16597removing the whole drive spec from the target file name:
16598
16599@smallexample
16600 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
16601@end smallexample
16602
16603This last lookup makes it possible to not care about the drive name,
16604if you don't want or need to.
16605
f822c95b
DJ
16606The @code{set solib-absolute-prefix} command is an alias for @code{set
16607sysroot}.
16608
16609@cindex default system root
59b7b46f 16610@cindex @samp{--with-sysroot}
f822c95b
DJ
16611You can set the default system root by using the configure-time
16612@samp{--with-sysroot} option. If the system root is inside
16613@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
16614@samp{--exec-prefix}), then the default system root will be updated
16615automatically if the installed @value{GDBN} is moved to a new
16616location.
16617
16618@kindex show sysroot
16619@item show sysroot
f5ebfba0
DJ
16620Display the current shared library prefix.
16621
16622@kindex set solib-search-path
16623@item set solib-search-path @var{path}
f822c95b
DJ
16624If this variable is set, @var{path} is a colon-separated list of
16625directories to search for shared libraries. @samp{solib-search-path}
16626is used after @samp{sysroot} fails to locate the library, or if the
16627path to the library is relative instead of absolute. If you want to
16628use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
d3e8051b 16629@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
f822c95b 16630finding your host's libraries. @samp{sysroot} is preferred; setting
d3e8051b 16631it to a nonexistent directory may interfere with automatic loading
f822c95b 16632of shared library symbols.
f5ebfba0
DJ
16633
16634@kindex show solib-search-path
16635@item show solib-search-path
16636Display the current shared library search path.
ab38a727
PA
16637
16638@cindex DOS file-name semantics of file names.
16639@kindex set target-file-system-kind (unix|dos-based|auto)
16640@kindex show target-file-system-kind
16641@item set target-file-system-kind @var{kind}
16642Set assumed file system kind for target reported file names.
16643
16644Shared library file names as reported by the target system may not
16645make sense as is on the system @value{GDBN} is running on. For
16646example, when remote debugging a target that has MS-DOS based file
16647system semantics, from a Unix host, the target may be reporting to
16648@value{GDBN} a list of loaded shared libraries with file names such as
16649@file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
16650drive letters, so the @samp{c:\} prefix is not normally understood as
16651indicating an absolute file name, and neither is the backslash
16652normally considered a directory separator character. In that case,
16653the native file system would interpret this whole absolute file name
16654as a relative file name with no directory components. This would make
16655it impossible to point @value{GDBN} at a copy of the remote target's
16656shared libraries on the host using @code{set sysroot}, and impractical
16657with @code{set solib-search-path}. Setting
16658@code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
16659to interpret such file names similarly to how the target would, and to
16660map them to file names valid on @value{GDBN}'s native file system
16661semantics. The value of @var{kind} can be @code{"auto"}, in addition
16662to one of the supported file system kinds. In that case, @value{GDBN}
16663tries to determine the appropriate file system variant based on the
16664current target's operating system (@pxref{ABI, ,Configuring the
16665Current ABI}). The supported file system settings are:
16666
16667@table @code
16668@item unix
16669Instruct @value{GDBN} to assume the target file system is of Unix
16670kind. Only file names starting the forward slash (@samp{/}) character
16671are considered absolute, and the directory separator character is also
16672the forward slash.
16673
16674@item dos-based
16675Instruct @value{GDBN} to assume the target file system is DOS based.
16676File names starting with either a forward slash, or a drive letter
16677followed by a colon (e.g., @samp{c:}), are considered absolute, and
16678both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
16679considered directory separators.
16680
16681@item auto
16682Instruct @value{GDBN} to use the file system kind associated with the
16683target operating system (@pxref{ABI, ,Configuring the Current ABI}).
16684This is the default.
16685@end table
f5ebfba0
DJ
16686@end table
16687
c011a4f4
DE
16688@cindex file name canonicalization
16689@cindex base name differences
16690When processing file names provided by the user, @value{GDBN}
16691frequently needs to compare them to the file names recorded in the
16692program's debug info. Normally, @value{GDBN} compares just the
16693@dfn{base names} of the files as strings, which is reasonably fast
16694even for very large programs. (The base name of a file is the last
16695portion of its name, after stripping all the leading directories.)
16696This shortcut in comparison is based upon the assumption that files
16697cannot have more than one base name. This is usually true, but
16698references to files that use symlinks or similar filesystem
16699facilities violate that assumption. If your program records files
16700using such facilities, or if you provide file names to @value{GDBN}
16701using symlinks etc., you can set @code{basenames-may-differ} to
16702@code{true} to instruct @value{GDBN} to completely canonicalize each
16703pair of file names it needs to compare. This will make file-name
16704comparisons accurate, but at a price of a significant slowdown.
16705
16706@table @code
16707@item set basenames-may-differ
16708@kindex set basenames-may-differ
16709Set whether a source file may have multiple base names.
16710
16711@item show basenames-may-differ
16712@kindex show basenames-may-differ
16713Show whether a source file may have multiple base names.
16714@end table
5b5d99cf
JB
16715
16716@node Separate Debug Files
16717@section Debugging Information in Separate Files
16718@cindex separate debugging information files
16719@cindex debugging information in separate files
16720@cindex @file{.debug} subdirectories
16721@cindex debugging information directory, global
f307c045 16722@cindex global debugging information directories
c7e83d54
EZ
16723@cindex build ID, and separate debugging files
16724@cindex @file{.build-id} directory
5b5d99cf
JB
16725
16726@value{GDBN} allows you to put a program's debugging information in a
16727file separate from the executable itself, in a way that allows
16728@value{GDBN} to find and load the debugging information automatically.
c7e83d54
EZ
16729Since debugging information can be very large---sometimes larger
16730than the executable code itself---some systems distribute debugging
5b5d99cf
JB
16731information for their executables in separate files, which users can
16732install only when they need to debug a problem.
16733
c7e83d54
EZ
16734@value{GDBN} supports two ways of specifying the separate debug info
16735file:
5b5d99cf
JB
16736
16737@itemize @bullet
16738@item
c7e83d54
EZ
16739The executable contains a @dfn{debug link} that specifies the name of
16740the separate debug info file. The separate debug file's name is
16741usually @file{@var{executable}.debug}, where @var{executable} is the
16742name of the corresponding executable file without leading directories
16743(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
99e008fe
EZ
16744debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
16745checksum for the debug file, which @value{GDBN} uses to validate that
16746the executable and the debug file came from the same build.
c7e83d54
EZ
16747
16748@item
7e27a47a 16749The executable contains a @dfn{build ID}, a unique bit string that is
c7e83d54 16750also present in the corresponding debug info file. (This is supported
7e27a47a
EZ
16751only on some operating systems, notably those which use the ELF format
16752for binary files and the @sc{gnu} Binutils.) For more details about
16753this feature, see the description of the @option{--build-id}
16754command-line option in @ref{Options, , Command Line Options, ld.info,
16755The GNU Linker}. The debug info file's name is not specified
16756explicitly by the build ID, but can be computed from the build ID, see
16757below.
d3750b24
JK
16758@end itemize
16759
c7e83d54
EZ
16760Depending on the way the debug info file is specified, @value{GDBN}
16761uses two different methods of looking for the debug file:
d3750b24
JK
16762
16763@itemize @bullet
16764@item
c7e83d54
EZ
16765For the ``debug link'' method, @value{GDBN} looks up the named file in
16766the directory of the executable file, then in a subdirectory of that
f307c045
JK
16767directory named @file{.debug}, and finally under each one of the global debug
16768directories, in a subdirectory whose name is identical to the leading
c7e83d54
EZ
16769directories of the executable's absolute file name.
16770
16771@item
83f83d7f 16772For the ``build ID'' method, @value{GDBN} looks in the
f307c045
JK
16773@file{.build-id} subdirectory of each one of the global debug directories for
16774a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
7e27a47a
EZ
16775first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
16776are the rest of the bit string. (Real build ID strings are 32 or more
16777hex characters, not 10.)
c7e83d54
EZ
16778@end itemize
16779
16780So, for example, suppose you ask @value{GDBN} to debug
7e27a47a
EZ
16781@file{/usr/bin/ls}, which has a debug link that specifies the
16782file @file{ls.debug}, and a build ID whose value in hex is
f307c045 16783@code{abcdef1234}. If the list of the global debug directories includes
c7e83d54
EZ
16784@file{/usr/lib/debug}, then @value{GDBN} will look for the following
16785debug information files, in the indicated order:
16786
16787@itemize @minus
16788@item
16789@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
d3750b24 16790@item
c7e83d54 16791@file{/usr/bin/ls.debug}
5b5d99cf 16792@item
c7e83d54 16793@file{/usr/bin/.debug/ls.debug}
5b5d99cf 16794@item
c7e83d54 16795@file{/usr/lib/debug/usr/bin/ls.debug}.
5b5d99cf 16796@end itemize
5b5d99cf 16797
1564a261
JK
16798@anchor{debug-file-directory}
16799Global debugging info directories default to what is set by @value{GDBN}
16800configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
16801you can also set the global debugging info directories, and view the list
16802@value{GDBN} is currently using.
5b5d99cf
JB
16803
16804@table @code
16805
16806@kindex set debug-file-directory
24ddea62
JK
16807@item set debug-file-directory @var{directories}
16808Set the directories which @value{GDBN} searches for separate debugging
d9242c17
JK
16809information files to @var{directory}. Multiple path components can be set
16810concatenating them by a path separator.
5b5d99cf
JB
16811
16812@kindex show debug-file-directory
16813@item show debug-file-directory
24ddea62 16814Show the directories @value{GDBN} searches for separate debugging
5b5d99cf
JB
16815information files.
16816
16817@end table
16818
16819@cindex @code{.gnu_debuglink} sections
c7e83d54 16820@cindex debug link sections
5b5d99cf
JB
16821A debug link is a special section of the executable file named
16822@code{.gnu_debuglink}. The section must contain:
16823
16824@itemize
16825@item
16826A filename, with any leading directory components removed, followed by
16827a zero byte,
16828@item
16829zero to three bytes of padding, as needed to reach the next four-byte
16830boundary within the section, and
16831@item
16832a four-byte CRC checksum, stored in the same endianness used for the
16833executable file itself. The checksum is computed on the debugging
16834information file's full contents by the function given below, passing
16835zero as the @var{crc} argument.
16836@end itemize
16837
16838Any executable file format can carry a debug link, as long as it can
16839contain a section named @code{.gnu_debuglink} with the contents
16840described above.
16841
d3750b24 16842@cindex @code{.note.gnu.build-id} sections
c7e83d54 16843@cindex build ID sections
7e27a47a
EZ
16844The build ID is a special section in the executable file (and in other
16845ELF binary files that @value{GDBN} may consider). This section is
16846often named @code{.note.gnu.build-id}, but that name is not mandatory.
16847It contains unique identification for the built files---the ID remains
16848the same across multiple builds of the same build tree. The default
16849algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
16850content for the build ID string. The same section with an identical
16851value is present in the original built binary with symbols, in its
16852stripped variant, and in the separate debugging information file.
d3750b24 16853
5b5d99cf
JB
16854The debugging information file itself should be an ordinary
16855executable, containing a full set of linker symbols, sections, and
16856debugging information. The sections of the debugging information file
c7e83d54
EZ
16857should have the same names, addresses, and sizes as the original file,
16858but they need not contain any data---much like a @code{.bss} section
5b5d99cf
JB
16859in an ordinary executable.
16860
7e27a47a 16861The @sc{gnu} binary utilities (Binutils) package includes the
c7e83d54
EZ
16862@samp{objcopy} utility that can produce
16863the separated executable / debugging information file pairs using the
16864following commands:
16865
16866@smallexample
16867@kbd{objcopy --only-keep-debug foo foo.debug}
16868@kbd{strip -g foo}
c7e83d54
EZ
16869@end smallexample
16870
16871@noindent
16872These commands remove the debugging
83f83d7f
JK
16873information from the executable file @file{foo} and place it in the file
16874@file{foo.debug}. You can use the first, second or both methods to link the
16875two files:
16876
16877@itemize @bullet
16878@item
16879The debug link method needs the following additional command to also leave
16880behind a debug link in @file{foo}:
16881
16882@smallexample
16883@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
16884@end smallexample
16885
16886Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
d3750b24 16887a version of the @code{strip} command such that the command @kbd{strip foo -f
83f83d7f
JK
16888foo.debug} has the same functionality as the two @code{objcopy} commands and
16889the @code{ln -s} command above, together.
16890
16891@item
16892Build ID gets embedded into the main executable using @code{ld --build-id} or
16893the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
16894compatibility fixes for debug files separation are present in @sc{gnu} binary
7e27a47a 16895utilities (Binutils) package since version 2.18.
83f83d7f
JK
16896@end itemize
16897
16898@noindent
d3750b24 16899
99e008fe
EZ
16900@cindex CRC algorithm definition
16901The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
16902IEEE 802.3 using the polynomial:
16903
16904@c TexInfo requires naked braces for multi-digit exponents for Tex
16905@c output, but this causes HTML output to barf. HTML has to be set using
16906@c raw commands. So we end up having to specify this equation in 2
16907@c different ways!
16908@ifhtml
16909@display
16910@html
16911 <em>x</em><sup>32</sup> + <em>x</em><sup>26</sup> + <em>x</em><sup>23</sup> + <em>x</em><sup>22</sup> + <em>x</em><sup>16</sup> + <em>x</em><sup>12</sup> + <em>x</em><sup>11</sup>
16912 + <em>x</em><sup>10</sup> + <em>x</em><sup>8</sup> + <em>x</em><sup>7</sup> + <em>x</em><sup>5</sup> + <em>x</em><sup>4</sup> + <em>x</em><sup>2</sup> + <em>x</em> + 1
16913@end html
16914@end display
16915@end ifhtml
16916@ifnothtml
16917@display
16918 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
16919 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
16920@end display
16921@end ifnothtml
16922
16923The function is computed byte at a time, taking the least
16924significant bit of each byte first. The initial pattern
16925@code{0xffffffff} is used, to ensure leading zeros affect the CRC and
16926the final result is inverted to ensure trailing zeros also affect the
16927CRC.
16928
16929@emph{Note:} This is the same CRC polynomial as used in handling the
16930@dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{Remote Protocol,
16931, @value{GDBN} Remote Serial Protocol}). However in the
16932case of the Remote Serial Protocol, the CRC is computed @emph{most}
16933significant bit first, and the result is not inverted, so trailing
16934zeros have no effect on the CRC value.
16935
16936To complete the description, we show below the code of the function
16937which produces the CRC used in @code{.gnu_debuglink}. Inverting the
16938initially supplied @code{crc} argument means that an initial call to
16939this function passing in zero will start computing the CRC using
16940@code{0xffffffff}.
5b5d99cf 16941
4644b6e3 16942@kindex gnu_debuglink_crc32
5b5d99cf
JB
16943@smallexample
16944unsigned long
16945gnu_debuglink_crc32 (unsigned long crc,
16946 unsigned char *buf, size_t len)
16947@{
16948 static const unsigned long crc32_table[256] =
16949 @{
16950 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
16951 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
16952 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
16953 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
16954 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
16955 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
16956 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
16957 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
16958 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
16959 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
16960 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
16961 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
16962 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
16963 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
16964 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
16965 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
16966 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
16967 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
16968 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
16969 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
16970 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
16971 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
16972 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
16973 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
16974 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
16975 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
16976 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
16977 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
16978 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
16979 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
16980 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
16981 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
16982 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
16983 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
16984 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
16985 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
16986 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
16987 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
16988 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
16989 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
16990 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
16991 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
16992 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
16993 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
16994 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
16995 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
16996 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
16997 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
16998 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
16999 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
17000 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
17001 0x2d02ef8d
17002 @};
17003 unsigned char *end;
17004
17005 crc = ~crc & 0xffffffff;
17006 for (end = buf + len; buf < end; ++buf)
17007 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 17008 return ~crc & 0xffffffff;
5b5d99cf
JB
17009@}
17010@end smallexample
17011
c7e83d54
EZ
17012@noindent
17013This computation does not apply to the ``build ID'' method.
17014
608e2dbb
TT
17015@node MiniDebugInfo
17016@section Debugging information in a special section
17017@cindex separate debug sections
17018@cindex @samp{.gnu_debugdata} section
17019
17020Some systems ship pre-built executables and libraries that have a
17021special @samp{.gnu_debugdata} section. This feature is called
17022@dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
17023is used to supply extra symbols for backtraces.
17024
17025The intent of this section is to provide extra minimal debugging
17026information for use in simple backtraces. It is not intended to be a
17027replacement for full separate debugging information (@pxref{Separate
17028Debug Files}). The example below shows the intended use; however,
17029@value{GDBN} does not currently put restrictions on what sort of
17030debugging information might be included in the section.
17031
17032@value{GDBN} has support for this extension. If the section exists,
17033then it is used provided that no other source of debugging information
17034can be found, and that @value{GDBN} was configured with LZMA support.
17035
17036This section can be easily created using @command{objcopy} and other
17037standard utilities:
17038
17039@smallexample
17040# Extract the dynamic symbols from the main binary, there is no need
17041# to also have these in the normal symbol table
17042nm -D @var{binary} --format=posix --defined-only \
17043 | awk '@{ print $1 @}' | sort > dynsyms
17044
17045# Extract all the text (i.e. function) symbols from the debuginfo .
17046nm @var{binary} --format=posix --defined-only \
17047 | awk '@{ if ($2 == "T" || $2 == "t") print $1 @}' \
17048 | sort > funcsyms
17049
17050# Keep all the function symbols not already in the dynamic symbol
17051# table.
17052comm -13 dynsyms funcsyms > keep_symbols
17053
17054# Copy the full debuginfo, keeping only a minimal set of symbols and
17055# removing some unnecessary sections.
17056objcopy -S --remove-section .gdb_index --remove-section .comment \
17057 --keep-symbols=keep_symbols @var{binary} mini_debuginfo
17058
17059# Inject the compressed data into the .gnu_debugdata section of the
17060# original binary.
17061xz mini_debuginfo
17062objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
17063@end smallexample
5b5d99cf 17064
9291a0cd
TT
17065@node Index Files
17066@section Index Files Speed Up @value{GDBN}
17067@cindex index files
17068@cindex @samp{.gdb_index} section
17069
17070When @value{GDBN} finds a symbol file, it scans the symbols in the
17071file in order to construct an internal symbol table. This lets most
17072@value{GDBN} operations work quickly---at the cost of a delay early
17073on. For large programs, this delay can be quite lengthy, so
17074@value{GDBN} provides a way to build an index, which speeds up
17075startup.
17076
17077The index is stored as a section in the symbol file. @value{GDBN} can
17078write the index to a file, then you can put it into the symbol file
17079using @command{objcopy}.
17080
17081To create an index file, use the @code{save gdb-index} command:
17082
17083@table @code
17084@item save gdb-index @var{directory}
17085@kindex save gdb-index
17086Create an index file for each symbol file currently known by
17087@value{GDBN}. Each file is named after its corresponding symbol file,
17088with @samp{.gdb-index} appended, and is written into the given
17089@var{directory}.
17090@end table
17091
17092Once you have created an index file you can merge it into your symbol
17093file, here named @file{symfile}, using @command{objcopy}:
17094
17095@smallexample
17096$ objcopy --add-section .gdb_index=symfile.gdb-index \
17097 --set-section-flags .gdb_index=readonly symfile symfile
17098@end smallexample
17099
e615022a
DE
17100@value{GDBN} will normally ignore older versions of @file{.gdb_index}
17101sections that have been deprecated. Usually they are deprecated because
17102they are missing a new feature or have performance issues.
17103To tell @value{GDBN} to use a deprecated index section anyway
17104specify @code{set use-deprecated-index-sections on}.
17105The default is @code{off}.
17106This can speed up startup, but may result in some functionality being lost.
17107@xref{Index Section Format}.
17108
17109@emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
17110must be done before gdb reads the file. The following will not work:
17111
17112@smallexample
17113$ gdb -ex "set use-deprecated-index-sections on" <program>
17114@end smallexample
17115
17116Instead you must do, for example,
17117
17118@smallexample
17119$ gdb -iex "set use-deprecated-index-sections on" <program>
17120@end smallexample
17121
9291a0cd
TT
17122There are currently some limitation on indices. They only work when
17123for DWARF debugging information, not stabs. And, they do not
17124currently work for programs using Ada.
17125
6d2ebf8b 17126@node Symbol Errors
79a6e687 17127@section Errors Reading Symbol Files
c906108c
SS
17128
17129While reading a symbol file, @value{GDBN} occasionally encounters problems,
17130such as symbol types it does not recognize, or known bugs in compiler
17131output. By default, @value{GDBN} does not notify you of such problems, since
17132they are relatively common and primarily of interest to people
17133debugging compilers. If you are interested in seeing information
17134about ill-constructed symbol tables, you can either ask @value{GDBN} to print
17135only one message about each such type of problem, no matter how many
17136times the problem occurs; or you can ask @value{GDBN} to print more messages,
17137to see how many times the problems occur, with the @code{set
79a6e687
BW
17138complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
17139Messages}).
c906108c
SS
17140
17141The messages currently printed, and their meanings, include:
17142
17143@table @code
17144@item inner block not inside outer block in @var{symbol}
17145
17146The symbol information shows where symbol scopes begin and end
17147(such as at the start of a function or a block of statements). This
17148error indicates that an inner scope block is not fully contained
17149in its outer scope blocks.
17150
17151@value{GDBN} circumvents the problem by treating the inner block as if it had
17152the same scope as the outer block. In the error message, @var{symbol}
17153may be shown as ``@code{(don't know)}'' if the outer block is not a
17154function.
17155
17156@item block at @var{address} out of order
17157
17158The symbol information for symbol scope blocks should occur in
17159order of increasing addresses. This error indicates that it does not
17160do so.
17161
17162@value{GDBN} does not circumvent this problem, and has trouble
17163locating symbols in the source file whose symbols it is reading. (You
17164can often determine what source file is affected by specifying
79a6e687
BW
17165@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
17166Messages}.)
c906108c
SS
17167
17168@item bad block start address patched
17169
17170The symbol information for a symbol scope block has a start address
17171smaller than the address of the preceding source line. This is known
17172to occur in the SunOS 4.1.1 (and earlier) C compiler.
17173
17174@value{GDBN} circumvents the problem by treating the symbol scope block as
17175starting on the previous source line.
17176
17177@item bad string table offset in symbol @var{n}
17178
17179@cindex foo
17180Symbol number @var{n} contains a pointer into the string table which is
17181larger than the size of the string table.
17182
17183@value{GDBN} circumvents the problem by considering the symbol to have the
17184name @code{foo}, which may cause other problems if many symbols end up
17185with this name.
17186
17187@item unknown symbol type @code{0x@var{nn}}
17188
7a292a7a
SS
17189The symbol information contains new data types that @value{GDBN} does
17190not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 17191uncomprehended information, in hexadecimal.
c906108c 17192
7a292a7a
SS
17193@value{GDBN} circumvents the error by ignoring this symbol information.
17194This usually allows you to debug your program, though certain symbols
c906108c 17195are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
17196debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
17197on @code{complain}, then go up to the function @code{read_dbx_symtab}
17198and examine @code{*bufp} to see the symbol.
c906108c
SS
17199
17200@item stub type has NULL name
c906108c 17201
7a292a7a 17202@value{GDBN} could not find the full definition for a struct or class.
c906108c 17203
7a292a7a 17204@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 17205The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
17206information that recent versions of the compiler should have output for
17207it.
c906108c
SS
17208
17209@item info mismatch between compiler and debugger
17210
17211@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 17212
c906108c
SS
17213@end table
17214
b14b1491
TT
17215@node Data Files
17216@section GDB Data Files
17217
17218@cindex prefix for data files
17219@value{GDBN} will sometimes read an auxiliary data file. These files
17220are kept in a directory known as the @dfn{data directory}.
17221
17222You can set the data directory's name, and view the name @value{GDBN}
17223is currently using.
17224
17225@table @code
17226@kindex set data-directory
17227@item set data-directory @var{directory}
17228Set the directory which @value{GDBN} searches for auxiliary data files
17229to @var{directory}.
17230
17231@kindex show data-directory
17232@item show data-directory
17233Show the directory @value{GDBN} searches for auxiliary data files.
17234@end table
17235
17236@cindex default data directory
17237@cindex @samp{--with-gdb-datadir}
17238You can set the default data directory by using the configure-time
17239@samp{--with-gdb-datadir} option. If the data directory is inside
17240@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
17241@samp{--exec-prefix}), then the default data directory will be updated
17242automatically if the installed @value{GDBN} is moved to a new
17243location.
17244
aae1c79a
DE
17245The data directory may also be specified with the
17246@code{--data-directory} command line option.
17247@xref{Mode Options}.
17248
6d2ebf8b 17249@node Targets
c906108c 17250@chapter Specifying a Debugging Target
7a292a7a 17251
c906108c 17252@cindex debugging target
c906108c 17253A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
17254
17255Often, @value{GDBN} runs in the same host environment as your program;
17256in that case, the debugging target is specified as a side effect when
17257you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
17258flexibility---for example, running @value{GDBN} on a physically separate
17259host, or controlling a standalone system over a serial port or a
53a5351d
JM
17260realtime system over a TCP/IP connection---you can use the @code{target}
17261command to specify one of the target types configured for @value{GDBN}
79a6e687 17262(@pxref{Target Commands, ,Commands for Managing Targets}).
c906108c 17263
a8f24a35
EZ
17264@cindex target architecture
17265It is possible to build @value{GDBN} for several different @dfn{target
17266architectures}. When @value{GDBN} is built like that, you can choose
17267one of the available architectures with the @kbd{set architecture}
17268command.
17269
17270@table @code
17271@kindex set architecture
17272@kindex show architecture
17273@item set architecture @var{arch}
17274This command sets the current target architecture to @var{arch}. The
17275value of @var{arch} can be @code{"auto"}, in addition to one of the
17276supported architectures.
17277
17278@item show architecture
17279Show the current target architecture.
9c16f35a
EZ
17280
17281@item set processor
17282@itemx processor
17283@kindex set processor
17284@kindex show processor
17285These are alias commands for, respectively, @code{set architecture}
17286and @code{show architecture}.
a8f24a35
EZ
17287@end table
17288
c906108c
SS
17289@menu
17290* Active Targets:: Active targets
17291* Target Commands:: Commands for managing targets
c906108c 17292* Byte Order:: Choosing target byte order
c906108c
SS
17293@end menu
17294
6d2ebf8b 17295@node Active Targets
79a6e687 17296@section Active Targets
7a292a7a 17297
c906108c
SS
17298@cindex stacking targets
17299@cindex active targets
17300@cindex multiple targets
17301
8ea5bce5 17302There are multiple classes of targets such as: processes, executable files or
c0edd9ed
JK
17303recording sessions. Core files belong to the process class, making core file
17304and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
17305on multiple active targets, one in each class. This allows you to (for
17306example) start a process and inspect its activity, while still having access to
17307the executable file after the process finishes. Or if you start process
17308recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
17309presented a virtual layer of the recording target, while the process target
17310remains stopped at the chronologically last point of the process execution.
17311
17312Use the @code{core-file} and @code{exec-file} commands to select a new core
17313file or executable target (@pxref{Files, ,Commands to Specify Files}). To
17314specify as a target a process that is already running, use the @code{attach}
17315command (@pxref{Attach, ,Debugging an Already-running Process}).
c906108c 17316
6d2ebf8b 17317@node Target Commands
79a6e687 17318@section Commands for Managing Targets
c906108c
SS
17319
17320@table @code
17321@item target @var{type} @var{parameters}
7a292a7a
SS
17322Connects the @value{GDBN} host environment to a target machine or
17323process. A target is typically a protocol for talking to debugging
17324facilities. You use the argument @var{type} to specify the type or
17325protocol of the target machine.
c906108c
SS
17326
17327Further @var{parameters} are interpreted by the target protocol, but
17328typically include things like device names or host names to connect
17329with, process numbers, and baud rates.
c906108c
SS
17330
17331The @code{target} command does not repeat if you press @key{RET} again
17332after executing the command.
17333
17334@kindex help target
17335@item help target
17336Displays the names of all targets available. To display targets
17337currently selected, use either @code{info target} or @code{info files}
79a6e687 17338(@pxref{Files, ,Commands to Specify Files}).
c906108c
SS
17339
17340@item help target @var{name}
17341Describe a particular target, including any parameters necessary to
17342select it.
17343
17344@kindex set gnutarget
17345@item set gnutarget @var{args}
5d161b24 17346@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 17347knows whether it is reading an @dfn{executable},
5d161b24
DB
17348a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
17349with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
17350with @code{gnutarget} the @code{target} refers to a program, not a machine.
17351
d4f3574e 17352@quotation
c906108c
SS
17353@emph{Warning:} To specify a file format with @code{set gnutarget},
17354you must know the actual BFD name.
d4f3574e 17355@end quotation
c906108c 17356
d4f3574e 17357@noindent
79a6e687 17358@xref{Files, , Commands to Specify Files}.
c906108c 17359
5d161b24 17360@kindex show gnutarget
c906108c
SS
17361@item show gnutarget
17362Use the @code{show gnutarget} command to display what file format
17363@code{gnutarget} is set to read. If you have not set @code{gnutarget},
17364@value{GDBN} will determine the file format for each file automatically,
c4957902 17365and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
c906108c
SS
17366@end table
17367
4644b6e3 17368@cindex common targets
c906108c
SS
17369Here are some common targets (available, or not, depending on the GDB
17370configuration):
c906108c
SS
17371
17372@table @code
4644b6e3 17373@kindex target
c906108c 17374@item target exec @var{program}
4644b6e3 17375@cindex executable file target
c906108c
SS
17376An executable file. @samp{target exec @var{program}} is the same as
17377@samp{exec-file @var{program}}.
17378
c906108c 17379@item target core @var{filename}
4644b6e3 17380@cindex core dump file target
c906108c
SS
17381A core dump file. @samp{target core @var{filename}} is the same as
17382@samp{core-file @var{filename}}.
c906108c 17383
1a10341b 17384@item target remote @var{medium}
4644b6e3 17385@cindex remote target
1a10341b
JB
17386A remote system connected to @value{GDBN} via a serial line or network
17387connection. This command tells @value{GDBN} to use its own remote
17388protocol over @var{medium} for debugging. @xref{Remote Debugging}.
17389
17390For example, if you have a board connected to @file{/dev/ttya} on the
17391machine running @value{GDBN}, you could say:
17392
17393@smallexample
17394target remote /dev/ttya
17395@end smallexample
17396
17397@code{target remote} supports the @code{load} command. This is only
17398useful if you have some other way of getting the stub to the target
17399system, and you can put it somewhere in memory where it won't get
17400clobbered by the download.
c906108c 17401
ee8e71d4 17402@item target sim @r{[}@var{simargs}@r{]} @dots{}
4644b6e3 17403@cindex built-in simulator target
2df3850c 17404Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 17405In general,
474c8240 17406@smallexample
104c1213
JM
17407 target sim
17408 load
17409 run
474c8240 17410@end smallexample
d4f3574e 17411@noindent
104c1213 17412works; however, you cannot assume that a specific memory map, device
d4f3574e 17413drivers, or even basic I/O is available, although some simulators do
104c1213
JM
17414provide these. For info about any processor-specific simulator details,
17415see the appropriate section in @ref{Embedded Processors, ,Embedded
17416Processors}.
17417
c906108c
SS
17418@end table
17419
104c1213 17420Some configurations may include these targets as well:
c906108c
SS
17421
17422@table @code
17423
c906108c 17424@item target nrom @var{dev}
4644b6e3 17425@cindex NetROM ROM emulator target
c906108c
SS
17426NetROM ROM emulator. This target only supports downloading.
17427
c906108c
SS
17428@end table
17429
5d161b24 17430Different targets are available on different configurations of @value{GDBN};
c906108c 17431your configuration may have more or fewer targets.
c906108c 17432
721c2651
EZ
17433Many remote targets require you to download the executable's code once
17434you've successfully established a connection. You may wish to control
3d00d119
DJ
17435various aspects of this process.
17436
17437@table @code
721c2651
EZ
17438
17439@item set hash
17440@kindex set hash@r{, for remote monitors}
17441@cindex hash mark while downloading
17442This command controls whether a hash mark @samp{#} is displayed while
17443downloading a file to the remote monitor. If on, a hash mark is
17444displayed after each S-record is successfully downloaded to the
17445monitor.
17446
17447@item show hash
17448@kindex show hash@r{, for remote monitors}
17449Show the current status of displaying the hash mark.
17450
17451@item set debug monitor
17452@kindex set debug monitor
17453@cindex display remote monitor communications
17454Enable or disable display of communications messages between
17455@value{GDBN} and the remote monitor.
17456
17457@item show debug monitor
17458@kindex show debug monitor
17459Show the current status of displaying communications between
17460@value{GDBN} and the remote monitor.
a8f24a35 17461@end table
c906108c
SS
17462
17463@table @code
17464
17465@kindex load @var{filename}
17466@item load @var{filename}
8edfe269 17467@anchor{load}
c906108c
SS
17468Depending on what remote debugging facilities are configured into
17469@value{GDBN}, the @code{load} command may be available. Where it exists, it
17470is meant to make @var{filename} (an executable) available for debugging
17471on the remote system---by downloading, or dynamic linking, for example.
17472@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
17473the @code{add-symbol-file} command.
17474
17475If your @value{GDBN} does not have a @code{load} command, attempting to
17476execute it gets the error message ``@code{You can't do that when your
17477target is @dots{}}''
c906108c
SS
17478
17479The file is loaded at whatever address is specified in the executable.
17480For some object file formats, you can specify the load address when you
17481link the program; for other formats, like a.out, the object file format
17482specifies a fixed address.
17483@c FIXME! This would be a good place for an xref to the GNU linker doc.
17484
68437a39
DJ
17485Depending on the remote side capabilities, @value{GDBN} may be able to
17486load programs into flash memory.
17487
c906108c
SS
17488@code{load} does not repeat if you press @key{RET} again after using it.
17489@end table
17490
6d2ebf8b 17491@node Byte Order
79a6e687 17492@section Choosing Target Byte Order
7a292a7a 17493
c906108c
SS
17494@cindex choosing target byte order
17495@cindex target byte order
c906108c 17496
eb17f351 17497Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
c906108c
SS
17498offer the ability to run either big-endian or little-endian byte
17499orders. Usually the executable or symbol will include a bit to
17500designate the endian-ness, and you will not need to worry about
17501which to use. However, you may still find it useful to adjust
d4f3574e 17502@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
17503
17504@table @code
4644b6e3 17505@kindex set endian
c906108c
SS
17506@item set endian big
17507Instruct @value{GDBN} to assume the target is big-endian.
17508
c906108c
SS
17509@item set endian little
17510Instruct @value{GDBN} to assume the target is little-endian.
17511
c906108c
SS
17512@item set endian auto
17513Instruct @value{GDBN} to use the byte order associated with the
17514executable.
17515
17516@item show endian
17517Display @value{GDBN}'s current idea of the target byte order.
17518
17519@end table
17520
17521Note that these commands merely adjust interpretation of symbolic
17522data on the host, and that they have absolutely no effect on the
17523target system.
17524
ea35711c
DJ
17525
17526@node Remote Debugging
17527@chapter Debugging Remote Programs
c906108c
SS
17528@cindex remote debugging
17529
17530If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
17531@value{GDBN} in the usual way, it is often useful to use remote debugging.
17532For example, you might use remote debugging on an operating system kernel,
c906108c
SS
17533or on a small system which does not have a general purpose operating system
17534powerful enough to run a full-featured debugger.
17535
17536Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
17537to make this work with particular debugging targets. In addition,
5d161b24 17538@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
17539but not specific to any particular target system) which you can use if you
17540write the remote stubs---the code that runs on the remote system to
17541communicate with @value{GDBN}.
17542
17543Other remote targets may be available in your
17544configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 17545
6b2f586d 17546@menu
07f31aa6 17547* Connecting:: Connecting to a remote target
a6b151f1 17548* File Transfer:: Sending files to a remote system
6b2f586d 17549* Server:: Using the gdbserver program
79a6e687
BW
17550* Remote Configuration:: Remote configuration
17551* Remote Stub:: Implementing a remote stub
6b2f586d
AC
17552@end menu
17553
07f31aa6 17554@node Connecting
79a6e687 17555@section Connecting to a Remote Target
07f31aa6
DJ
17556
17557On the @value{GDBN} host machine, you will need an unstripped copy of
d3e8051b 17558your program, since @value{GDBN} needs symbol and debugging information.
07f31aa6
DJ
17559Start up @value{GDBN} as usual, using the name of the local copy of your
17560program as the first argument.
17561
86941c27
JB
17562@cindex @code{target remote}
17563@value{GDBN} can communicate with the target over a serial line, or
17564over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
17565each case, @value{GDBN} uses the same protocol for debugging your
17566program; only the medium carrying the debugging packets varies. The
17567@code{target remote} command establishes a connection to the target.
17568Its arguments indicate which medium to use:
17569
17570@table @code
17571
17572@item target remote @var{serial-device}
07f31aa6 17573@cindex serial line, @code{target remote}
86941c27
JB
17574Use @var{serial-device} to communicate with the target. For example,
17575to use a serial line connected to the device named @file{/dev/ttyb}:
17576
17577@smallexample
17578target remote /dev/ttyb
17579@end smallexample
17580
07f31aa6
DJ
17581If you're using a serial line, you may want to give @value{GDBN} the
17582@w{@samp{--baud}} option, or use the @code{set remotebaud} command
79a6e687 17583(@pxref{Remote Configuration, set remotebaud}) before the
9c16f35a 17584@code{target} command.
07f31aa6 17585
86941c27
JB
17586@item target remote @code{@var{host}:@var{port}}
17587@itemx target remote @code{tcp:@var{host}:@var{port}}
17588@cindex @acronym{TCP} port, @code{target remote}
17589Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
17590The @var{host} may be either a host name or a numeric @acronym{IP}
17591address; @var{port} must be a decimal number. The @var{host} could be
17592the target machine itself, if it is directly connected to the net, or
17593it might be a terminal server which in turn has a serial line to the
17594target.
07f31aa6 17595
86941c27
JB
17596For example, to connect to port 2828 on a terminal server named
17597@code{manyfarms}:
07f31aa6
DJ
17598
17599@smallexample
17600target remote manyfarms:2828
17601@end smallexample
17602
86941c27
JB
17603If your remote target is actually running on the same machine as your
17604debugger session (e.g.@: a simulator for your target running on the
17605same host), you can omit the hostname. For example, to connect to
17606port 1234 on your local machine:
07f31aa6
DJ
17607
17608@smallexample
17609target remote :1234
17610@end smallexample
17611@noindent
17612
17613Note that the colon is still required here.
17614
86941c27
JB
17615@item target remote @code{udp:@var{host}:@var{port}}
17616@cindex @acronym{UDP} port, @code{target remote}
17617Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
17618connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
07f31aa6
DJ
17619
17620@smallexample
17621target remote udp:manyfarms:2828
17622@end smallexample
17623
86941c27
JB
17624When using a @acronym{UDP} connection for remote debugging, you should
17625keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
17626can silently drop packets on busy or unreliable networks, which will
17627cause havoc with your debugging session.
17628
66b8c7f6
JB
17629@item target remote | @var{command}
17630@cindex pipe, @code{target remote} to
17631Run @var{command} in the background and communicate with it using a
17632pipe. The @var{command} is a shell command, to be parsed and expanded
17633by the system's command shell, @code{/bin/sh}; it should expect remote
17634protocol packets on its standard input, and send replies on its
17635standard output. You could use this to run a stand-alone simulator
17636that speaks the remote debugging protocol, to make net connections
17637using programs like @code{ssh}, or for other similar tricks.
17638
17639If @var{command} closes its standard output (perhaps by exiting),
17640@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
17641program has already exited, this will have no effect.)
17642
86941c27 17643@end table
07f31aa6 17644
86941c27 17645Once the connection has been established, you can use all the usual
8edfe269
DJ
17646commands to examine and change data. The remote program is already
17647running; you can use @kbd{step} and @kbd{continue}, and you do not
17648need to use @kbd{run}.
07f31aa6
DJ
17649
17650@cindex interrupting remote programs
17651@cindex remote programs, interrupting
17652Whenever @value{GDBN} is waiting for the remote program, if you type the
c8aa23ab 17653interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
07f31aa6
DJ
17654program. This may or may not succeed, depending in part on the hardware
17655and the serial drivers the remote system uses. If you type the
17656interrupt character once again, @value{GDBN} displays this prompt:
17657
17658@smallexample
17659Interrupted while waiting for the program.
17660Give up (and stop debugging it)? (y or n)
17661@end smallexample
17662
17663If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
17664(If you decide you want to try again later, you can use @samp{target
17665remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
17666goes back to waiting.
17667
17668@table @code
17669@kindex detach (remote)
17670@item detach
17671When you have finished debugging the remote program, you can use the
17672@code{detach} command to release it from @value{GDBN} control.
17673Detaching from the target normally resumes its execution, but the results
17674will depend on your particular remote stub. After the @code{detach}
17675command, @value{GDBN} is free to connect to another target.
17676
17677@kindex disconnect
17678@item disconnect
17679The @code{disconnect} command behaves like @code{detach}, except that
17680the target is generally not resumed. It will wait for @value{GDBN}
17681(this instance or another one) to connect and continue debugging. After
17682the @code{disconnect} command, @value{GDBN} is again free to connect to
17683another target.
09d4efe1
EZ
17684
17685@cindex send command to remote monitor
fad38dfa
EZ
17686@cindex extend @value{GDBN} for remote targets
17687@cindex add new commands for external monitor
09d4efe1
EZ
17688@kindex monitor
17689@item monitor @var{cmd}
fad38dfa
EZ
17690This command allows you to send arbitrary commands directly to the
17691remote monitor. Since @value{GDBN} doesn't care about the commands it
17692sends like this, this command is the way to extend @value{GDBN}---you
17693can add new commands that only the external monitor will understand
17694and implement.
07f31aa6
DJ
17695@end table
17696
a6b151f1
DJ
17697@node File Transfer
17698@section Sending files to a remote system
17699@cindex remote target, file transfer
17700@cindex file transfer
17701@cindex sending files to remote systems
17702
17703Some remote targets offer the ability to transfer files over the same
17704connection used to communicate with @value{GDBN}. This is convenient
17705for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
17706running @code{gdbserver} over a network interface. For other targets,
17707e.g.@: embedded devices with only a single serial port, this may be
17708the only way to upload or download files.
17709
17710Not all remote targets support these commands.
17711
17712@table @code
17713@kindex remote put
17714@item remote put @var{hostfile} @var{targetfile}
17715Copy file @var{hostfile} from the host system (the machine running
17716@value{GDBN}) to @var{targetfile} on the target system.
17717
17718@kindex remote get
17719@item remote get @var{targetfile} @var{hostfile}
17720Copy file @var{targetfile} from the target system to @var{hostfile}
17721on the host system.
17722
17723@kindex remote delete
17724@item remote delete @var{targetfile}
17725Delete @var{targetfile} from the target system.
17726
17727@end table
17728
6f05cf9f 17729@node Server
79a6e687 17730@section Using the @code{gdbserver} Program
6f05cf9f
AC
17731
17732@kindex gdbserver
17733@cindex remote connection without stubs
17734@code{gdbserver} is a control program for Unix-like systems, which
17735allows you to connect your program with a remote @value{GDBN} via
17736@code{target remote}---but without linking in the usual debugging stub.
17737
17738@code{gdbserver} is not a complete replacement for the debugging stubs,
17739because it requires essentially the same operating-system facilities
17740that @value{GDBN} itself does. In fact, a system that can run
17741@code{gdbserver} to connect to a remote @value{GDBN} could also run
17742@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
17743because it is a much smaller program than @value{GDBN} itself. It is
17744also easier to port than all of @value{GDBN}, so you may be able to get
17745started more quickly on a new system by using @code{gdbserver}.
17746Finally, if you develop code for real-time systems, you may find that
17747the tradeoffs involved in real-time operation make it more convenient to
17748do as much development work as possible on another system, for example
17749by cross-compiling. You can use @code{gdbserver} to make a similar
17750choice for debugging.
17751
17752@value{GDBN} and @code{gdbserver} communicate via either a serial line
17753or a TCP connection, using the standard @value{GDBN} remote serial
17754protocol.
17755
2d717e4f
DJ
17756@quotation
17757@emph{Warning:} @code{gdbserver} does not have any built-in security.
17758Do not run @code{gdbserver} connected to any public network; a
17759@value{GDBN} connection to @code{gdbserver} provides access to the
17760target system with the same privileges as the user running
17761@code{gdbserver}.
17762@end quotation
17763
17764@subsection Running @code{gdbserver}
17765@cindex arguments, to @code{gdbserver}
d9b1a651 17766@cindex @code{gdbserver}, command-line arguments
2d717e4f
DJ
17767
17768Run @code{gdbserver} on the target system. You need a copy of the
17769program you want to debug, including any libraries it requires.
6f05cf9f
AC
17770@code{gdbserver} does not need your program's symbol table, so you can
17771strip the program if necessary to save space. @value{GDBN} on the host
17772system does all the symbol handling.
17773
17774To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 17775the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
17776syntax is:
17777
17778@smallexample
17779target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
17780@end smallexample
17781
e0f9f062
DE
17782@var{comm} is either a device name (to use a serial line), or a TCP
17783hostname and portnumber, or @code{-} or @code{stdio} to use
17784stdin/stdout of @code{gdbserver}.
17785For example, to debug Emacs with the argument
6f05cf9f
AC
17786@samp{foo.txt} and communicate with @value{GDBN} over the serial port
17787@file{/dev/com1}:
17788
17789@smallexample
17790target> gdbserver /dev/com1 emacs foo.txt
17791@end smallexample
17792
17793@code{gdbserver} waits passively for the host @value{GDBN} to communicate
17794with it.
17795
17796To use a TCP connection instead of a serial line:
17797
17798@smallexample
17799target> gdbserver host:2345 emacs foo.txt
17800@end smallexample
17801
17802The only difference from the previous example is the first argument,
17803specifying that you are communicating with the host @value{GDBN} via
17804TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
17805expect a TCP connection from machine @samp{host} to local TCP port 2345.
17806(Currently, the @samp{host} part is ignored.) You can choose any number
17807you want for the port number as long as it does not conflict with any
17808TCP ports already in use on the target system (for example, @code{23} is
17809reserved for @code{telnet}).@footnote{If you choose a port number that
17810conflicts with another service, @code{gdbserver} prints an error message
17811and exits.} You must use the same port number with the host @value{GDBN}
17812@code{target remote} command.
17813
e0f9f062
DE
17814The @code{stdio} connection is useful when starting @code{gdbserver}
17815with ssh:
17816
17817@smallexample
17818(gdb) target remote | ssh -T hostname gdbserver - hello
17819@end smallexample
17820
17821The @samp{-T} option to ssh is provided because we don't need a remote pty,
17822and we don't want escape-character handling. Ssh does this by default when
17823a command is provided, the flag is provided to make it explicit.
17824You could elide it if you want to.
17825
17826Programs started with stdio-connected gdbserver have @file{/dev/null} for
17827@code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
17828display through a pipe connected to gdbserver.
17829Both @code{stdout} and @code{stderr} use the same pipe.
17830
2d717e4f 17831@subsubsection Attaching to a Running Program
d9b1a651
EZ
17832@cindex attach to a program, @code{gdbserver}
17833@cindex @option{--attach}, @code{gdbserver} option
2d717e4f 17834
56460a61
DJ
17835On some targets, @code{gdbserver} can also attach to running programs.
17836This is accomplished via the @code{--attach} argument. The syntax is:
17837
17838@smallexample
2d717e4f 17839target> gdbserver --attach @var{comm} @var{pid}
56460a61
DJ
17840@end smallexample
17841
17842@var{pid} is the process ID of a currently running process. It isn't necessary
17843to point @code{gdbserver} at a binary for the running process.
17844
b1fe9455 17845@pindex pidof
b1fe9455
DJ
17846You can debug processes by name instead of process ID if your target has the
17847@code{pidof} utility:
17848
17849@smallexample
2d717e4f 17850target> gdbserver --attach @var{comm} `pidof @var{program}`
b1fe9455
DJ
17851@end smallexample
17852
f822c95b 17853In case more than one copy of @var{program} is running, or @var{program}
b1fe9455
DJ
17854has multiple threads, most versions of @code{pidof} support the
17855@code{-s} option to only return the first process ID.
17856
2d717e4f 17857@subsubsection Multi-Process Mode for @code{gdbserver}
d9b1a651
EZ
17858@cindex @code{gdbserver}, multiple processes
17859@cindex multiple processes with @code{gdbserver}
2d717e4f
DJ
17860
17861When you connect to @code{gdbserver} using @code{target remote},
17862@code{gdbserver} debugs the specified program only once. When the
17863program exits, or you detach from it, @value{GDBN} closes the connection
17864and @code{gdbserver} exits.
17865
6e6c6f50 17866If you connect using @kbd{target extended-remote}, @code{gdbserver}
2d717e4f
DJ
17867enters multi-process mode. When the debugged program exits, or you
17868detach from it, @value{GDBN} stays connected to @code{gdbserver} even
17869though no program is running. The @code{run} and @code{attach}
17870commands instruct @code{gdbserver} to run or attach to a new program.
17871The @code{run} command uses @code{set remote exec-file} (@pxref{set
17872remote exec-file}) to select the program to run. Command line
17873arguments are supported, except for wildcard expansion and I/O
17874redirection (@pxref{Arguments}).
17875
d9b1a651 17876@cindex @option{--multi}, @code{gdbserver} option
2d717e4f
DJ
17877To start @code{gdbserver} without supplying an initial command to run
17878or process ID to attach, use the @option{--multi} command line option.
6e6c6f50 17879Then you can connect using @kbd{target extended-remote} and start
2d717e4f
DJ
17880the program you want to debug.
17881
03f2bd59
JK
17882In multi-process mode @code{gdbserver} does not automatically exit unless you
17883use the option @option{--once}. You can terminate it by using
17884@code{monitor exit} (@pxref{Monitor Commands for gdbserver}). Note that the
17885conditions under which @code{gdbserver} terminates depend on how @value{GDBN}
17886connects to it (@kbd{target remote} or @kbd{target extended-remote}). The
17887@option{--multi} option to @code{gdbserver} has no influence on that.
17888
17889@subsubsection TCP port allocation lifecycle of @code{gdbserver}
17890
17891This section applies only when @code{gdbserver} is run to listen on a TCP port.
17892
17893@code{gdbserver} normally terminates after all of its debugged processes have
17894terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
17895extended-remote}, @code{gdbserver} stays running even with no processes left.
17896@value{GDBN} normally terminates the spawned debugged process on its exit,
17897which normally also terminates @code{gdbserver} in the @kbd{target remote}
17898mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
17899cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
17900stays running even in the @kbd{target remote} mode.
17901
17902When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
17903Such reconnecting is useful for features like @ref{disconnected tracing}. For
17904completeness, at most one @value{GDBN} can be connected at a time.
17905
17906@cindex @option{--once}, @code{gdbserver} option
17907By default, @code{gdbserver} keeps the listening TCP port open, so that
17908additional connections are possible. However, if you start @code{gdbserver}
17909with the @option{--once} option, it will stop listening for any further
17910connection attempts after connecting to the first @value{GDBN} session. This
17911means no further connections to @code{gdbserver} will be possible after the
17912first one. It also means @code{gdbserver} will terminate after the first
17913connection with remote @value{GDBN} has closed, even for unexpectedly closed
17914connections and even in the @kbd{target extended-remote} mode. The
17915@option{--once} option allows reusing the same port number for connecting to
17916multiple instances of @code{gdbserver} running on the same host, since each
17917instance closes its port after the first connection.
2d717e4f
DJ
17918
17919@subsubsection Other Command-Line Arguments for @code{gdbserver}
17920
d9b1a651 17921@cindex @option{--debug}, @code{gdbserver} option
62709adf 17922The @option{--debug} option tells @code{gdbserver} to display extra
d9b1a651
EZ
17923status information about the debugging process.
17924@cindex @option{--remote-debug}, @code{gdbserver} option
17925The @option{--remote-debug} option tells @code{gdbserver} to display
62709adf
PA
17926remote protocol debug output. These options are intended for
17927@code{gdbserver} development and for bug reports to the developers.
2d717e4f 17928
d9b1a651 17929@cindex @option{--wrapper}, @code{gdbserver} option
ccd213ac
DJ
17930The @option{--wrapper} option specifies a wrapper to launch programs
17931for debugging. The option should be followed by the name of the
17932wrapper, then any command-line arguments to pass to the wrapper, then
17933@kbd{--} indicating the end of the wrapper arguments.
17934
17935@code{gdbserver} runs the specified wrapper program with a combined
17936command line including the wrapper arguments, then the name of the
17937program to debug, then any arguments to the program. The wrapper
17938runs until it executes your program, and then @value{GDBN} gains control.
17939
17940You can use any program that eventually calls @code{execve} with
17941its arguments as a wrapper. Several standard Unix utilities do
17942this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
17943with @code{exec "$@@"} will also work.
17944
17945For example, you can use @code{env} to pass an environment variable to
17946the debugged program, without setting the variable in @code{gdbserver}'s
17947environment:
17948
17949@smallexample
17950$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
17951@end smallexample
17952
2d717e4f
DJ
17953@subsection Connecting to @code{gdbserver}
17954
17955Run @value{GDBN} on the host system.
17956
17957First make sure you have the necessary symbol files. Load symbols for
f822c95b
DJ
17958your application using the @code{file} command before you connect. Use
17959@code{set sysroot} to locate target libraries (unless your @value{GDBN}
2d717e4f 17960was compiled with the correct sysroot using @code{--with-sysroot}).
f822c95b
DJ
17961
17962The symbol file and target libraries must exactly match the executable
17963and libraries on the target, with one exception: the files on the host
17964system should not be stripped, even if the files on the target system
17965are. Mismatched or missing files will lead to confusing results
17966during debugging. On @sc{gnu}/Linux targets, mismatched or missing
17967files may also prevent @code{gdbserver} from debugging multi-threaded
17968programs.
17969
79a6e687 17970Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
6f05cf9f
AC
17971For TCP connections, you must start up @code{gdbserver} prior to using
17972the @code{target remote} command. Otherwise you may get an error whose
17973text depends on the host system, but which usually looks something like
2d717e4f 17974@samp{Connection refused}. Don't use the @code{load}
397ca115 17975command in @value{GDBN} when using @code{gdbserver}, since the program is
f822c95b 17976already on the target.
07f31aa6 17977
79a6e687 17978@subsection Monitor Commands for @code{gdbserver}
c74d0ad8 17979@cindex monitor commands, for @code{gdbserver}
2d717e4f 17980@anchor{Monitor Commands for gdbserver}
c74d0ad8
DJ
17981
17982During a @value{GDBN} session using @code{gdbserver}, you can use the
17983@code{monitor} command to send special requests to @code{gdbserver}.
2d717e4f 17984Here are the available commands.
c74d0ad8
DJ
17985
17986@table @code
17987@item monitor help
17988List the available monitor commands.
17989
17990@item monitor set debug 0
17991@itemx monitor set debug 1
17992Disable or enable general debugging messages.
17993
17994@item monitor set remote-debug 0
17995@itemx monitor set remote-debug 1
17996Disable or enable specific debugging messages associated with the remote
17997protocol (@pxref{Remote Protocol}).
17998
cdbfd419
PP
17999@item monitor set libthread-db-search-path [PATH]
18000@cindex gdbserver, search path for @code{libthread_db}
18001When this command is issued, @var{path} is a colon-separated list of
18002directories to search for @code{libthread_db} (@pxref{Threads,,set
18003libthread-db-search-path}). If you omit @var{path},
84e578fb 18004@samp{libthread-db-search-path} will be reset to its default value.
cdbfd419 18005
98a5dd13
DE
18006The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
18007not supported in @code{gdbserver}.
18008
2d717e4f
DJ
18009@item monitor exit
18010Tell gdbserver to exit immediately. This command should be followed by
18011@code{disconnect} to close the debugging session. @code{gdbserver} will
18012detach from any attached processes and kill any processes it created.
18013Use @code{monitor exit} to terminate @code{gdbserver} at the end
18014of a multi-process mode debug session.
18015
c74d0ad8
DJ
18016@end table
18017
fa593d66
PA
18018@subsection Tracepoints support in @code{gdbserver}
18019@cindex tracepoints support in @code{gdbserver}
18020
0fb4aa4b
PA
18021On some targets, @code{gdbserver} supports tracepoints, fast
18022tracepoints and static tracepoints.
fa593d66 18023
0fb4aa4b 18024For fast or static tracepoints to work, a special library called the
fa593d66
PA
18025@dfn{in-process agent} (IPA), must be loaded in the inferior process.
18026This library is built and distributed as an integral part of
0fb4aa4b
PA
18027@code{gdbserver}. In addition, support for static tracepoints
18028requires building the in-process agent library with static tracepoints
18029support. At present, the UST (LTTng Userspace Tracer,
18030@url{http://lttng.org/ust}) tracing engine is supported. This support
18031is automatically available if UST development headers are found in the
18032standard include path when @code{gdbserver} is built, or if
18033@code{gdbserver} was explicitly configured using @option{--with-ust}
18034to point at such headers. You can explicitly disable the support
18035using @option{--with-ust=no}.
fa593d66
PA
18036
18037There are several ways to load the in-process agent in your program:
18038
18039@table @code
18040@item Specifying it as dependency at link time
18041
18042You can link your program dynamically with the in-process agent
18043library. On most systems, this is accomplished by adding
18044@code{-linproctrace} to the link command.
18045
18046@item Using the system's preloading mechanisms
18047
18048You can force loading the in-process agent at startup time by using
18049your system's support for preloading shared libraries. Many Unixes
18050support the concept of preloading user defined libraries. In most
18051cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
18052in the environment. See also the description of @code{gdbserver}'s
18053@option{--wrapper} command line option.
18054
18055@item Using @value{GDBN} to force loading the agent at run time
18056
18057On some systems, you can force the inferior to load a shared library,
18058by calling a dynamic loader function in the inferior that takes care
18059of dynamically looking up and loading a shared library. On most Unix
18060systems, the function is @code{dlopen}. You'll use the @code{call}
18061command for that. For example:
18062
18063@smallexample
18064(@value{GDBP}) call dlopen ("libinproctrace.so", ...)
18065@end smallexample
18066
18067Note that on most Unix systems, for the @code{dlopen} function to be
18068available, the program needs to be linked with @code{-ldl}.
18069@end table
18070
18071On systems that have a userspace dynamic loader, like most Unix
18072systems, when you connect to @code{gdbserver} using @code{target
18073remote}, you'll find that the program is stopped at the dynamic
18074loader's entry point, and no shared library has been loaded in the
18075program's address space yet, including the in-process agent. In that
0fb4aa4b
PA
18076case, before being able to use any of the fast or static tracepoints
18077features, you need to let the loader run and load the shared
18078libraries. The simplest way to do that is to run the program to the
18079main procedure. E.g., if debugging a C or C@t{++} program, start
fa593d66
PA
18080@code{gdbserver} like so:
18081
18082@smallexample
18083$ gdbserver :9999 myprogram
18084@end smallexample
18085
18086Start GDB and connect to @code{gdbserver} like so, and run to main:
18087
18088@smallexample
18089$ gdb myprogram
18090(@value{GDBP}) target remote myhost:9999
180910x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
18092(@value{GDBP}) b main
18093(@value{GDBP}) continue
18094@end smallexample
18095
18096The in-process tracing agent library should now be loaded into the
18097process; you can confirm it with the @code{info sharedlibrary}
18098command, which will list @file{libinproctrace.so} as loaded in the
0fb4aa4b
PA
18099process. You are now ready to install fast tracepoints, list static
18100tracepoint markers, probe static tracepoints markers, and start
fa593d66
PA
18101tracing.
18102
79a6e687
BW
18103@node Remote Configuration
18104@section Remote Configuration
501eef12 18105
9c16f35a
EZ
18106@kindex set remote
18107@kindex show remote
18108This section documents the configuration options available when
18109debugging remote programs. For the options related to the File I/O
fc320d37 18110extensions of the remote protocol, see @ref{system,
9c16f35a 18111system-call-allowed}.
501eef12
AC
18112
18113@table @code
9c16f35a 18114@item set remoteaddresssize @var{bits}
d3e8051b 18115@cindex address size for remote targets
9c16f35a
EZ
18116@cindex bits in remote address
18117Set the maximum size of address in a memory packet to the specified
18118number of bits. @value{GDBN} will mask off the address bits above
18119that number, when it passes addresses to the remote target. The
18120default value is the number of bits in the target's address.
18121
18122@item show remoteaddresssize
18123Show the current value of remote address size in bits.
18124
18125@item set remotebaud @var{n}
18126@cindex baud rate for remote targets
18127Set the baud rate for the remote serial I/O to @var{n} baud. The
18128value is used to set the speed of the serial port used for debugging
18129remote targets.
18130
18131@item show remotebaud
18132Show the current speed of the remote connection.
18133
18134@item set remotebreak
18135@cindex interrupt remote programs
18136@cindex BREAK signal instead of Ctrl-C
9a6253be 18137@anchor{set remotebreak}
9c16f35a 18138If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
c8aa23ab 18139when you type @kbd{Ctrl-c} to interrupt the program running
9a7a1b36 18140on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
9c16f35a
EZ
18141character instead. The default is off, since most remote systems
18142expect to see @samp{Ctrl-C} as the interrupt signal.
18143
18144@item show remotebreak
18145Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
18146interrupt the remote program.
18147
23776285
MR
18148@item set remoteflow on
18149@itemx set remoteflow off
18150@kindex set remoteflow
18151Enable or disable hardware flow control (@code{RTS}/@code{CTS})
18152on the serial port used to communicate to the remote target.
18153
18154@item show remoteflow
18155@kindex show remoteflow
18156Show the current setting of hardware flow control.
18157
9c16f35a
EZ
18158@item set remotelogbase @var{base}
18159Set the base (a.k.a.@: radix) of logging serial protocol
18160communications to @var{base}. Supported values of @var{base} are:
18161@code{ascii}, @code{octal}, and @code{hex}. The default is
18162@code{ascii}.
18163
18164@item show remotelogbase
18165Show the current setting of the radix for logging remote serial
18166protocol.
18167
18168@item set remotelogfile @var{file}
18169@cindex record serial communications on file
18170Record remote serial communications on the named @var{file}. The
18171default is not to record at all.
18172
18173@item show remotelogfile.
18174Show the current setting of the file name on which to record the
18175serial communications.
18176
18177@item set remotetimeout @var{num}
18178@cindex timeout for serial communications
18179@cindex remote timeout
18180Set the timeout limit to wait for the remote target to respond to
18181@var{num} seconds. The default is 2 seconds.
18182
18183@item show remotetimeout
18184Show the current number of seconds to wait for the remote target
18185responses.
18186
18187@cindex limit hardware breakpoints and watchpoints
18188@cindex remote target, limit break- and watchpoints
501eef12
AC
18189@anchor{set remote hardware-watchpoint-limit}
18190@anchor{set remote hardware-breakpoint-limit}
18191@item set remote hardware-watchpoint-limit @var{limit}
18192@itemx set remote hardware-breakpoint-limit @var{limit}
18193Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
18194watchpoints. A limit of -1, the default, is treated as unlimited.
2d717e4f 18195
480a3f21
PW
18196@cindex limit hardware watchpoints length
18197@cindex remote target, limit watchpoints length
18198@anchor{set remote hardware-watchpoint-length-limit}
18199@item set remote hardware-watchpoint-length-limit @var{limit}
18200Restrict @value{GDBN} to using @var{limit} bytes for the maximum length of
18201a remote hardware watchpoint. A limit of -1, the default, is treated
18202as unlimited.
18203
18204@item show remote hardware-watchpoint-length-limit
18205Show the current limit (in bytes) of the maximum length of
18206a remote hardware watchpoint.
18207
2d717e4f
DJ
18208@item set remote exec-file @var{filename}
18209@itemx show remote exec-file
18210@anchor{set remote exec-file}
18211@cindex executable file, for remote target
18212Select the file used for @code{run} with @code{target
18213extended-remote}. This should be set to a filename valid on the
18214target system. If it is not set, the target will use a default
18215filename (e.g.@: the last program run).
84603566 18216
9a7071a8
JB
18217@item set remote interrupt-sequence
18218@cindex interrupt remote programs
18219@cindex select Ctrl-C, BREAK or BREAK-g
18220Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
18221@samp{BREAK-g} as the
18222sequence to the remote target in order to interrupt the execution.
18223@samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
18224is high level of serial line for some certain time.
18225Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
18226It is @code{BREAK} signal followed by character @code{g}.
18227
18228@item show interrupt-sequence
18229Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
18230is sent by @value{GDBN} to interrupt the remote program.
18231@code{BREAK-g} is BREAK signal followed by @code{g} and
18232also known as Magic SysRq g.
18233
18234@item set remote interrupt-on-connect
18235@cindex send interrupt-sequence on start
18236Specify whether interrupt-sequence is sent to remote target when
18237@value{GDBN} connects to it. This is mostly needed when you debug
18238Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
18239which is known as Magic SysRq g in order to connect @value{GDBN}.
18240
18241@item show interrupt-on-connect
18242Show whether interrupt-sequence is sent
18243to remote target when @value{GDBN} connects to it.
18244
84603566
SL
18245@kindex set tcp
18246@kindex show tcp
18247@item set tcp auto-retry on
18248@cindex auto-retry, for remote TCP target
18249Enable auto-retry for remote TCP connections. This is useful if the remote
18250debugging agent is launched in parallel with @value{GDBN}; there is a race
18251condition because the agent may not become ready to accept the connection
18252before @value{GDBN} attempts to connect. When auto-retry is
18253enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
18254to establish the connection using the timeout specified by
18255@code{set tcp connect-timeout}.
18256
18257@item set tcp auto-retry off
18258Do not auto-retry failed TCP connections.
18259
18260@item show tcp auto-retry
18261Show the current auto-retry setting.
18262
18263@item set tcp connect-timeout @var{seconds}
18264@cindex connection timeout, for remote TCP target
18265@cindex timeout, for remote target connection
18266Set the timeout for establishing a TCP connection to the remote target to
18267@var{seconds}. The timeout affects both polling to retry failed connections
18268(enabled by @code{set tcp auto-retry on}) and waiting for connections
18269that are merely slow to complete, and represents an approximate cumulative
18270value.
18271
18272@item show tcp connect-timeout
18273Show the current connection timeout setting.
501eef12
AC
18274@end table
18275
427c3a89
DJ
18276@cindex remote packets, enabling and disabling
18277The @value{GDBN} remote protocol autodetects the packets supported by
18278your debugging stub. If you need to override the autodetection, you
18279can use these commands to enable or disable individual packets. Each
18280packet can be set to @samp{on} (the remote target supports this
18281packet), @samp{off} (the remote target does not support this packet),
18282or @samp{auto} (detect remote target support for this packet). They
18283all default to @samp{auto}. For more information about each packet,
18284see @ref{Remote Protocol}.
18285
18286During normal use, you should not have to use any of these commands.
18287If you do, that may be a bug in your remote debugging stub, or a bug
18288in @value{GDBN}. You may want to report the problem to the
18289@value{GDBN} developers.
18290
cfa9d6d9
DJ
18291For each packet @var{name}, the command to enable or disable the
18292packet is @code{set remote @var{name}-packet}. The available settings
18293are:
427c3a89 18294
cfa9d6d9 18295@multitable @columnfractions 0.28 0.32 0.25
427c3a89
DJ
18296@item Command Name
18297@tab Remote Packet
18298@tab Related Features
18299
cfa9d6d9 18300@item @code{fetch-register}
427c3a89
DJ
18301@tab @code{p}
18302@tab @code{info registers}
18303
cfa9d6d9 18304@item @code{set-register}
427c3a89
DJ
18305@tab @code{P}
18306@tab @code{set}
18307
cfa9d6d9 18308@item @code{binary-download}
427c3a89
DJ
18309@tab @code{X}
18310@tab @code{load}, @code{set}
18311
cfa9d6d9 18312@item @code{read-aux-vector}
427c3a89
DJ
18313@tab @code{qXfer:auxv:read}
18314@tab @code{info auxv}
18315
cfa9d6d9 18316@item @code{symbol-lookup}
427c3a89
DJ
18317@tab @code{qSymbol}
18318@tab Detecting multiple threads
18319
2d717e4f
DJ
18320@item @code{attach}
18321@tab @code{vAttach}
18322@tab @code{attach}
18323
cfa9d6d9 18324@item @code{verbose-resume}
427c3a89
DJ
18325@tab @code{vCont}
18326@tab Stepping or resuming multiple threads
18327
2d717e4f
DJ
18328@item @code{run}
18329@tab @code{vRun}
18330@tab @code{run}
18331
cfa9d6d9 18332@item @code{software-breakpoint}
427c3a89
DJ
18333@tab @code{Z0}
18334@tab @code{break}
18335
cfa9d6d9 18336@item @code{hardware-breakpoint}
427c3a89
DJ
18337@tab @code{Z1}
18338@tab @code{hbreak}
18339
cfa9d6d9 18340@item @code{write-watchpoint}
427c3a89
DJ
18341@tab @code{Z2}
18342@tab @code{watch}
18343
cfa9d6d9 18344@item @code{read-watchpoint}
427c3a89
DJ
18345@tab @code{Z3}
18346@tab @code{rwatch}
18347
cfa9d6d9 18348@item @code{access-watchpoint}
427c3a89
DJ
18349@tab @code{Z4}
18350@tab @code{awatch}
18351
cfa9d6d9
DJ
18352@item @code{target-features}
18353@tab @code{qXfer:features:read}
18354@tab @code{set architecture}
18355
18356@item @code{library-info}
18357@tab @code{qXfer:libraries:read}
18358@tab @code{info sharedlibrary}
18359
18360@item @code{memory-map}
18361@tab @code{qXfer:memory-map:read}
18362@tab @code{info mem}
18363
0fb4aa4b
PA
18364@item @code{read-sdata-object}
18365@tab @code{qXfer:sdata:read}
18366@tab @code{print $_sdata}
18367
cfa9d6d9
DJ
18368@item @code{read-spu-object}
18369@tab @code{qXfer:spu:read}
18370@tab @code{info spu}
18371
18372@item @code{write-spu-object}
18373@tab @code{qXfer:spu:write}
18374@tab @code{info spu}
18375
4aa995e1
PA
18376@item @code{read-siginfo-object}
18377@tab @code{qXfer:siginfo:read}
18378@tab @code{print $_siginfo}
18379
18380@item @code{write-siginfo-object}
18381@tab @code{qXfer:siginfo:write}
18382@tab @code{set $_siginfo}
18383
dc146f7c
VP
18384@item @code{threads}
18385@tab @code{qXfer:threads:read}
18386@tab @code{info threads}
18387
cfa9d6d9 18388@item @code{get-thread-local-@*storage-address}
427c3a89
DJ
18389@tab @code{qGetTLSAddr}
18390@tab Displaying @code{__thread} variables
18391
711e434b
PM
18392@item @code{get-thread-information-block-address}
18393@tab @code{qGetTIBAddr}
18394@tab Display MS-Windows Thread Information Block.
18395
08388c79
DE
18396@item @code{search-memory}
18397@tab @code{qSearch:memory}
18398@tab @code{find}
18399
427c3a89
DJ
18400@item @code{supported-packets}
18401@tab @code{qSupported}
18402@tab Remote communications parameters
18403
cfa9d6d9 18404@item @code{pass-signals}
89be2091
DJ
18405@tab @code{QPassSignals}
18406@tab @code{handle @var{signal}}
18407
9b224c5e
PA
18408@item @code{program-signals}
18409@tab @code{QProgramSignals}
18410@tab @code{handle @var{signal}}
18411
a6b151f1
DJ
18412@item @code{hostio-close-packet}
18413@tab @code{vFile:close}
18414@tab @code{remote get}, @code{remote put}
18415
18416@item @code{hostio-open-packet}
18417@tab @code{vFile:open}
18418@tab @code{remote get}, @code{remote put}
18419
18420@item @code{hostio-pread-packet}
18421@tab @code{vFile:pread}
18422@tab @code{remote get}, @code{remote put}
18423
18424@item @code{hostio-pwrite-packet}
18425@tab @code{vFile:pwrite}
18426@tab @code{remote get}, @code{remote put}
18427
18428@item @code{hostio-unlink-packet}
18429@tab @code{vFile:unlink}
18430@tab @code{remote delete}
a6f3e723 18431
b9e7b9c3
UW
18432@item @code{hostio-readlink-packet}
18433@tab @code{vFile:readlink}
18434@tab Host I/O
18435
a6f3e723
SL
18436@item @code{noack-packet}
18437@tab @code{QStartNoAckMode}
18438@tab Packet acknowledgment
07e059b5
VP
18439
18440@item @code{osdata}
18441@tab @code{qXfer:osdata:read}
18442@tab @code{info os}
0b16c5cf
PA
18443
18444@item @code{query-attached}
18445@tab @code{qAttached}
18446@tab Querying remote process attach state.
b3b9301e 18447
a46c1e42
PA
18448@item @code{trace-buffer-size}
18449@tab @code{QTBuffer:size}
18450@tab @code{set trace-buffer-size}
18451
bd3eecc3
PA
18452@item @code{trace-status}
18453@tab @code{qTStatus}
18454@tab @code{tstatus}
18455
b3b9301e
PA
18456@item @code{traceframe-info}
18457@tab @code{qXfer:traceframe-info:read}
18458@tab Traceframe info
03583c20 18459
1e4d1764
YQ
18460@item @code{install-in-trace}
18461@tab @code{InstallInTrace}
18462@tab Install tracepoint in tracing
18463
03583c20
UW
18464@item @code{disable-randomization}
18465@tab @code{QDisableRandomization}
18466@tab @code{set disable-randomization}
83364271
LM
18467
18468@item @code{conditional-breakpoints-packet}
18469@tab @code{Z0 and Z1}
18470@tab @code{Support for target-side breakpoint condition evaluation}
427c3a89
DJ
18471@end multitable
18472
79a6e687
BW
18473@node Remote Stub
18474@section Implementing a Remote Stub
7a292a7a 18475
8e04817f
AC
18476@cindex debugging stub, example
18477@cindex remote stub, example
18478@cindex stub example, remote debugging
18479The stub files provided with @value{GDBN} implement the target side of the
18480communication protocol, and the @value{GDBN} side is implemented in the
18481@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
18482these subroutines to communicate, and ignore the details. (If you're
18483implementing your own stub file, you can still ignore the details: start
18484with one of the existing stub files. @file{sparc-stub.c} is the best
18485organized, and therefore the easiest to read.)
18486
104c1213
JM
18487@cindex remote serial debugging, overview
18488To debug a program running on another machine (the debugging
18489@dfn{target} machine), you must first arrange for all the usual
18490prerequisites for the program to run by itself. For example, for a C
18491program, you need:
c906108c 18492
104c1213
JM
18493@enumerate
18494@item
18495A startup routine to set up the C runtime environment; these usually
18496have a name like @file{crt0}. The startup routine may be supplied by
18497your hardware supplier, or you may have to write your own.
96baa820 18498
5d161b24 18499@item
d4f3574e 18500A C subroutine library to support your program's
104c1213 18501subroutine calls, notably managing input and output.
96baa820 18502
104c1213
JM
18503@item
18504A way of getting your program to the other machine---for example, a
18505download program. These are often supplied by the hardware
18506manufacturer, but you may have to write your own from hardware
18507documentation.
18508@end enumerate
96baa820 18509
104c1213
JM
18510The next step is to arrange for your program to use a serial port to
18511communicate with the machine where @value{GDBN} is running (the @dfn{host}
18512machine). In general terms, the scheme looks like this:
96baa820 18513
104c1213
JM
18514@table @emph
18515@item On the host,
18516@value{GDBN} already understands how to use this protocol; when everything
18517else is set up, you can simply use the @samp{target remote} command
18518(@pxref{Targets,,Specifying a Debugging Target}).
18519
18520@item On the target,
18521you must link with your program a few special-purpose subroutines that
18522implement the @value{GDBN} remote serial protocol. The file containing these
18523subroutines is called a @dfn{debugging stub}.
18524
18525On certain remote targets, you can use an auxiliary program
18526@code{gdbserver} instead of linking a stub into your program.
79a6e687 18527@xref{Server,,Using the @code{gdbserver} Program}, for details.
104c1213 18528@end table
96baa820 18529
104c1213
JM
18530The debugging stub is specific to the architecture of the remote
18531machine; for example, use @file{sparc-stub.c} to debug programs on
18532@sc{sparc} boards.
96baa820 18533
104c1213
JM
18534@cindex remote serial stub list
18535These working remote stubs are distributed with @value{GDBN}:
96baa820 18536
104c1213
JM
18537@table @code
18538
18539@item i386-stub.c
41afff9a 18540@cindex @file{i386-stub.c}
104c1213
JM
18541@cindex Intel
18542@cindex i386
18543For Intel 386 and compatible architectures.
18544
18545@item m68k-stub.c
41afff9a 18546@cindex @file{m68k-stub.c}
104c1213
JM
18547@cindex Motorola 680x0
18548@cindex m680x0
18549For Motorola 680x0 architectures.
18550
18551@item sh-stub.c
41afff9a 18552@cindex @file{sh-stub.c}
172c2a43 18553@cindex Renesas
104c1213 18554@cindex SH
172c2a43 18555For Renesas SH architectures.
104c1213
JM
18556
18557@item sparc-stub.c
41afff9a 18558@cindex @file{sparc-stub.c}
104c1213
JM
18559@cindex Sparc
18560For @sc{sparc} architectures.
18561
18562@item sparcl-stub.c
41afff9a 18563@cindex @file{sparcl-stub.c}
104c1213
JM
18564@cindex Fujitsu
18565@cindex SparcLite
18566For Fujitsu @sc{sparclite} architectures.
18567
18568@end table
18569
18570The @file{README} file in the @value{GDBN} distribution may list other
18571recently added stubs.
18572
18573@menu
18574* Stub Contents:: What the stub can do for you
18575* Bootstrapping:: What you must do for the stub
18576* Debug Session:: Putting it all together
104c1213
JM
18577@end menu
18578
6d2ebf8b 18579@node Stub Contents
79a6e687 18580@subsection What the Stub Can Do for You
104c1213
JM
18581
18582@cindex remote serial stub
18583The debugging stub for your architecture supplies these three
18584subroutines:
18585
18586@table @code
18587@item set_debug_traps
4644b6e3 18588@findex set_debug_traps
104c1213
JM
18589@cindex remote serial stub, initialization
18590This routine arranges for @code{handle_exception} to run when your
2fb860fc
PA
18591program stops. You must call this subroutine explicitly in your
18592program's startup code.
104c1213
JM
18593
18594@item handle_exception
4644b6e3 18595@findex handle_exception
104c1213
JM
18596@cindex remote serial stub, main routine
18597This is the central workhorse, but your program never calls it
18598explicitly---the setup code arranges for @code{handle_exception} to
18599run when a trap is triggered.
18600
18601@code{handle_exception} takes control when your program stops during
18602execution (for example, on a breakpoint), and mediates communications
18603with @value{GDBN} on the host machine. This is where the communications
18604protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 18605representative on the target machine. It begins by sending summary
104c1213
JM
18606information on the state of your program, then continues to execute,
18607retrieving and transmitting any information @value{GDBN} needs, until you
18608execute a @value{GDBN} command that makes your program resume; at that point,
18609@code{handle_exception} returns control to your own code on the target
5d161b24 18610machine.
104c1213
JM
18611
18612@item breakpoint
18613@cindex @code{breakpoint} subroutine, remote
18614Use this auxiliary subroutine to make your program contain a
18615breakpoint. Depending on the particular situation, this may be the only
18616way for @value{GDBN} to get control. For instance, if your target
18617machine has some sort of interrupt button, you won't need to call this;
18618pressing the interrupt button transfers control to
18619@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
18620simply receiving characters on the serial port may also trigger a trap;
18621again, in that situation, you don't need to call @code{breakpoint} from
18622your own program---simply running @samp{target remote} from the host
5d161b24 18623@value{GDBN} session gets control.
104c1213
JM
18624
18625Call @code{breakpoint} if none of these is true, or if you simply want
18626to make certain your program stops at a predetermined point for the
18627start of your debugging session.
18628@end table
18629
6d2ebf8b 18630@node Bootstrapping
79a6e687 18631@subsection What You Must Do for the Stub
104c1213
JM
18632
18633@cindex remote stub, support routines
18634The debugging stubs that come with @value{GDBN} are set up for a particular
18635chip architecture, but they have no information about the rest of your
18636debugging target machine.
18637
18638First of all you need to tell the stub how to communicate with the
18639serial port.
18640
18641@table @code
18642@item int getDebugChar()
4644b6e3 18643@findex getDebugChar
104c1213
JM
18644Write this subroutine to read a single character from the serial port.
18645It may be identical to @code{getchar} for your target system; a
18646different name is used to allow you to distinguish the two if you wish.
18647
18648@item void putDebugChar(int)
4644b6e3 18649@findex putDebugChar
104c1213 18650Write this subroutine to write a single character to the serial port.
5d161b24 18651It may be identical to @code{putchar} for your target system; a
104c1213
JM
18652different name is used to allow you to distinguish the two if you wish.
18653@end table
18654
18655@cindex control C, and remote debugging
18656@cindex interrupting remote targets
18657If you want @value{GDBN} to be able to stop your program while it is
18658running, you need to use an interrupt-driven serial driver, and arrange
18659for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
18660character). That is the character which @value{GDBN} uses to tell the
18661remote system to stop.
18662
18663Getting the debugging target to return the proper status to @value{GDBN}
18664probably requires changes to the standard stub; one quick and dirty way
18665is to just execute a breakpoint instruction (the ``dirty'' part is that
18666@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
18667
18668Other routines you need to supply are:
18669
18670@table @code
18671@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 18672@findex exceptionHandler
104c1213
JM
18673Write this function to install @var{exception_address} in the exception
18674handling tables. You need to do this because the stub does not have any
18675way of knowing what the exception handling tables on your target system
18676are like (for example, the processor's table might be in @sc{rom},
18677containing entries which point to a table in @sc{ram}).
18678@var{exception_number} is the exception number which should be changed;
18679its meaning is architecture-dependent (for example, different numbers
18680might represent divide by zero, misaligned access, etc). When this
18681exception occurs, control should be transferred directly to
18682@var{exception_address}, and the processor state (stack, registers,
18683and so on) should be just as it is when a processor exception occurs. So if
18684you want to use a jump instruction to reach @var{exception_address}, it
18685should be a simple jump, not a jump to subroutine.
18686
18687For the 386, @var{exception_address} should be installed as an interrupt
18688gate so that interrupts are masked while the handler runs. The gate
18689should be at privilege level 0 (the most privileged level). The
18690@sc{sparc} and 68k stubs are able to mask interrupts themselves without
18691help from @code{exceptionHandler}.
18692
18693@item void flush_i_cache()
4644b6e3 18694@findex flush_i_cache
d4f3574e 18695On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
18696instruction cache, if any, on your target machine. If there is no
18697instruction cache, this subroutine may be a no-op.
18698
18699On target machines that have instruction caches, @value{GDBN} requires this
18700function to make certain that the state of your program is stable.
18701@end table
18702
18703@noindent
18704You must also make sure this library routine is available:
18705
18706@table @code
18707@item void *memset(void *, int, int)
4644b6e3 18708@findex memset
104c1213
JM
18709This is the standard library function @code{memset} that sets an area of
18710memory to a known value. If you have one of the free versions of
18711@code{libc.a}, @code{memset} can be found there; otherwise, you must
18712either obtain it from your hardware manufacturer, or write your own.
18713@end table
18714
18715If you do not use the GNU C compiler, you may need other standard
18716library subroutines as well; this varies from one stub to another,
18717but in general the stubs are likely to use any of the common library
e22ea452 18718subroutines which @code{@value{NGCC}} generates as inline code.
104c1213
JM
18719
18720
6d2ebf8b 18721@node Debug Session
79a6e687 18722@subsection Putting it All Together
104c1213
JM
18723
18724@cindex remote serial debugging summary
18725In summary, when your program is ready to debug, you must follow these
18726steps.
18727
18728@enumerate
18729@item
6d2ebf8b 18730Make sure you have defined the supporting low-level routines
79a6e687 18731(@pxref{Bootstrapping,,What You Must Do for the Stub}):
104c1213
JM
18732@display
18733@code{getDebugChar}, @code{putDebugChar},
18734@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
18735@end display
18736
18737@item
2fb860fc
PA
18738Insert these lines in your program's startup code, before the main
18739procedure is called:
104c1213 18740
474c8240 18741@smallexample
104c1213
JM
18742set_debug_traps();
18743breakpoint();
474c8240 18744@end smallexample
104c1213 18745
2fb860fc
PA
18746On some machines, when a breakpoint trap is raised, the hardware
18747automatically makes the PC point to the instruction after the
18748breakpoint. If your machine doesn't do that, you may need to adjust
18749@code{handle_exception} to arrange for it to return to the instruction
18750after the breakpoint on this first invocation, so that your program
18751doesn't keep hitting the initial breakpoint instead of making
18752progress.
18753
104c1213
JM
18754@item
18755For the 680x0 stub only, you need to provide a variable called
18756@code{exceptionHook}. Normally you just use:
18757
474c8240 18758@smallexample
104c1213 18759void (*exceptionHook)() = 0;
474c8240 18760@end smallexample
104c1213 18761
d4f3574e 18762@noindent
104c1213 18763but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 18764function in your program, that function is called when
104c1213
JM
18765@code{@value{GDBN}} continues after stopping on a trap (for example, bus
18766error). The function indicated by @code{exceptionHook} is called with
18767one parameter: an @code{int} which is the exception number.
18768
18769@item
18770Compile and link together: your program, the @value{GDBN} debugging stub for
18771your target architecture, and the supporting subroutines.
18772
18773@item
18774Make sure you have a serial connection between your target machine and
18775the @value{GDBN} host, and identify the serial port on the host.
18776
18777@item
18778@c The "remote" target now provides a `load' command, so we should
18779@c document that. FIXME.
18780Download your program to your target machine (or get it there by
18781whatever means the manufacturer provides), and start it.
18782
18783@item
07f31aa6 18784Start @value{GDBN} on the host, and connect to the target
79a6e687 18785(@pxref{Connecting,,Connecting to a Remote Target}).
9db8d71f 18786
104c1213
JM
18787@end enumerate
18788
8e04817f
AC
18789@node Configurations
18790@chapter Configuration-Specific Information
104c1213 18791
8e04817f
AC
18792While nearly all @value{GDBN} commands are available for all native and
18793cross versions of the debugger, there are some exceptions. This chapter
18794describes things that are only available in certain configurations.
104c1213 18795
8e04817f
AC
18796There are three major categories of configurations: native
18797configurations, where the host and target are the same, embedded
18798operating system configurations, which are usually the same for several
18799different processor architectures, and bare embedded processors, which
18800are quite different from each other.
104c1213 18801
8e04817f
AC
18802@menu
18803* Native::
18804* Embedded OS::
18805* Embedded Processors::
18806* Architectures::
18807@end menu
104c1213 18808
8e04817f
AC
18809@node Native
18810@section Native
104c1213 18811
8e04817f
AC
18812This section describes details specific to particular native
18813configurations.
6cf7e474 18814
8e04817f
AC
18815@menu
18816* HP-UX:: HP-UX
7561d450 18817* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
18818* SVR4 Process Information:: SVR4 process information
18819* DJGPP Native:: Features specific to the DJGPP port
78c47bea 18820* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 18821* Hurd Native:: Features specific to @sc{gnu} Hurd
a80b95ba 18822* Darwin:: Features specific to Darwin
8e04817f 18823@end menu
6cf7e474 18824
8e04817f
AC
18825@node HP-UX
18826@subsection HP-UX
104c1213 18827
8e04817f
AC
18828On HP-UX systems, if you refer to a function or variable name that
18829begins with a dollar sign, @value{GDBN} searches for a user or system
18830name first, before it searches for a convenience variable.
104c1213 18831
9c16f35a 18832
7561d450
MK
18833@node BSD libkvm Interface
18834@subsection BSD libkvm Interface
18835
18836@cindex libkvm
18837@cindex kernel memory image
18838@cindex kernel crash dump
18839
18840BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
18841interface that provides a uniform interface for accessing kernel virtual
18842memory images, including live systems and crash dumps. @value{GDBN}
18843uses this interface to allow you to debug live kernels and kernel crash
18844dumps on many native BSD configurations. This is implemented as a
18845special @code{kvm} debugging target. For debugging a live system, load
18846the currently running kernel into @value{GDBN} and connect to the
18847@code{kvm} target:
18848
18849@smallexample
18850(@value{GDBP}) @b{target kvm}
18851@end smallexample
18852
18853For debugging crash dumps, provide the file name of the crash dump as an
18854argument:
18855
18856@smallexample
18857(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
18858@end smallexample
18859
18860Once connected to the @code{kvm} target, the following commands are
18861available:
18862
18863@table @code
18864@kindex kvm
18865@item kvm pcb
721c2651 18866Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
18867
18868@item kvm proc
18869Set current context from proc address. This command isn't available on
18870modern FreeBSD systems.
18871@end table
18872
8e04817f 18873@node SVR4 Process Information
79a6e687 18874@subsection SVR4 Process Information
60bf7e09
EZ
18875@cindex /proc
18876@cindex examine process image
18877@cindex process info via @file{/proc}
104c1213 18878
60bf7e09
EZ
18879Many versions of SVR4 and compatible systems provide a facility called
18880@samp{/proc} that can be used to examine the image of a running
451b7c33
TT
18881process using file-system subroutines.
18882
18883If @value{GDBN} is configured for an operating system with this
18884facility, the command @code{info proc} is available to report
18885information about the process running your program, or about any
18886process running on your system. This includes, as of this writing,
18887@sc{gnu}/Linux, OSF/1 (Digital Unix), Solaris, and Irix, but
18888not HP-UX, for example.
18889
18890This command may also work on core files that were created on a system
18891that has the @samp{/proc} facility.
104c1213 18892
8e04817f
AC
18893@table @code
18894@kindex info proc
60bf7e09 18895@cindex process ID
8e04817f 18896@item info proc
60bf7e09
EZ
18897@itemx info proc @var{process-id}
18898Summarize available information about any running process. If a
18899process ID is specified by @var{process-id}, display information about
18900that process; otherwise display information about the program being
18901debugged. The summary includes the debugged process ID, the command
18902line used to invoke it, its current working directory, and its
18903executable file's absolute file name.
18904
18905On some systems, @var{process-id} can be of the form
18906@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
18907within a process. If the optional @var{pid} part is missing, it means
18908a thread from the process being debugged (the leading @samp{/} still
18909needs to be present, or else @value{GDBN} will interpret the number as
18910a process ID rather than a thread ID).
6cf7e474 18911
0c631110
TT
18912@item info proc cmdline
18913@cindex info proc cmdline
18914Show the original command line of the process. This command is
18915specific to @sc{gnu}/Linux.
18916
18917@item info proc cwd
18918@cindex info proc cwd
18919Show the current working directory of the process. This command is
18920specific to @sc{gnu}/Linux.
18921
18922@item info proc exe
18923@cindex info proc exe
18924Show the name of executable of the process. This command is specific
18925to @sc{gnu}/Linux.
18926
8e04817f 18927@item info proc mappings
60bf7e09
EZ
18928@cindex memory address space mappings
18929Report the memory address space ranges accessible in the program, with
18930information on whether the process has read, write, or execute access
18931rights to each range. On @sc{gnu}/Linux systems, each memory range
18932includes the object file which is mapped to that range, instead of the
18933memory access rights to that range.
18934
18935@item info proc stat
18936@itemx info proc status
18937@cindex process detailed status information
18938These subcommands are specific to @sc{gnu}/Linux systems. They show
18939the process-related information, including the user ID and group ID;
18940how many threads are there in the process; its virtual memory usage;
18941the signals that are pending, blocked, and ignored; its TTY; its
18942consumption of system and user time; its stack size; its @samp{nice}
2eecc4ab 18943value; etc. For more information, see the @samp{proc} man page
60bf7e09
EZ
18944(type @kbd{man 5 proc} from your shell prompt).
18945
18946@item info proc all
18947Show all the information about the process described under all of the
18948above @code{info proc} subcommands.
18949
8e04817f
AC
18950@ignore
18951@comment These sub-options of 'info proc' were not included when
18952@comment procfs.c was re-written. Keep their descriptions around
18953@comment against the day when someone finds the time to put them back in.
18954@kindex info proc times
18955@item info proc times
18956Starting time, user CPU time, and system CPU time for your program and
18957its children.
6cf7e474 18958
8e04817f
AC
18959@kindex info proc id
18960@item info proc id
18961Report on the process IDs related to your program: its own process ID,
18962the ID of its parent, the process group ID, and the session ID.
8e04817f 18963@end ignore
721c2651
EZ
18964
18965@item set procfs-trace
18966@kindex set procfs-trace
18967@cindex @code{procfs} API calls
18968This command enables and disables tracing of @code{procfs} API calls.
18969
18970@item show procfs-trace
18971@kindex show procfs-trace
18972Show the current state of @code{procfs} API call tracing.
18973
18974@item set procfs-file @var{file}
18975@kindex set procfs-file
18976Tell @value{GDBN} to write @code{procfs} API trace to the named
18977@var{file}. @value{GDBN} appends the trace info to the previous
18978contents of the file. The default is to display the trace on the
18979standard output.
18980
18981@item show procfs-file
18982@kindex show procfs-file
18983Show the file to which @code{procfs} API trace is written.
18984
18985@item proc-trace-entry
18986@itemx proc-trace-exit
18987@itemx proc-untrace-entry
18988@itemx proc-untrace-exit
18989@kindex proc-trace-entry
18990@kindex proc-trace-exit
18991@kindex proc-untrace-entry
18992@kindex proc-untrace-exit
18993These commands enable and disable tracing of entries into and exits
18994from the @code{syscall} interface.
18995
18996@item info pidlist
18997@kindex info pidlist
18998@cindex process list, QNX Neutrino
18999For QNX Neutrino only, this command displays the list of all the
19000processes and all the threads within each process.
19001
19002@item info meminfo
19003@kindex info meminfo
19004@cindex mapinfo list, QNX Neutrino
19005For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 19006@end table
104c1213 19007
8e04817f
AC
19008@node DJGPP Native
19009@subsection Features for Debugging @sc{djgpp} Programs
19010@cindex @sc{djgpp} debugging
19011@cindex native @sc{djgpp} debugging
19012@cindex MS-DOS-specific commands
104c1213 19013
514c4d71
EZ
19014@cindex DPMI
19015@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
8e04817f
AC
19016MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
19017that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
19018top of real-mode DOS systems and their emulations.
104c1213 19019
8e04817f
AC
19020@value{GDBN} supports native debugging of @sc{djgpp} programs, and
19021defines a few commands specific to the @sc{djgpp} port. This
19022subsection describes those commands.
104c1213 19023
8e04817f
AC
19024@table @code
19025@kindex info dos
19026@item info dos
19027This is a prefix of @sc{djgpp}-specific commands which print
19028information about the target system and important OS structures.
f1251bdd 19029
8e04817f
AC
19030@kindex sysinfo
19031@cindex MS-DOS system info
19032@cindex free memory information (MS-DOS)
19033@item info dos sysinfo
19034This command displays assorted information about the underlying
19035platform: the CPU type and features, the OS version and flavor, the
19036DPMI version, and the available conventional and DPMI memory.
104c1213 19037
8e04817f
AC
19038@cindex GDT
19039@cindex LDT
19040@cindex IDT
19041@cindex segment descriptor tables
19042@cindex descriptor tables display
19043@item info dos gdt
19044@itemx info dos ldt
19045@itemx info dos idt
19046These 3 commands display entries from, respectively, Global, Local,
19047and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
19048tables are data structures which store a descriptor for each segment
19049that is currently in use. The segment's selector is an index into a
19050descriptor table; the table entry for that index holds the
19051descriptor's base address and limit, and its attributes and access
19052rights.
104c1213 19053
8e04817f
AC
19054A typical @sc{djgpp} program uses 3 segments: a code segment, a data
19055segment (used for both data and the stack), and a DOS segment (which
19056allows access to DOS/BIOS data structures and absolute addresses in
19057conventional memory). However, the DPMI host will usually define
19058additional segments in order to support the DPMI environment.
d4f3574e 19059
8e04817f
AC
19060@cindex garbled pointers
19061These commands allow to display entries from the descriptor tables.
19062Without an argument, all entries from the specified table are
19063displayed. An argument, which should be an integer expression, means
19064display a single entry whose index is given by the argument. For
19065example, here's a convenient way to display information about the
19066debugged program's data segment:
104c1213 19067
8e04817f
AC
19068@smallexample
19069@exdent @code{(@value{GDBP}) info dos ldt $ds}
19070@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
19071@end smallexample
104c1213 19072
8e04817f
AC
19073@noindent
19074This comes in handy when you want to see whether a pointer is outside
19075the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 19076
8e04817f
AC
19077@cindex page tables display (MS-DOS)
19078@item info dos pde
19079@itemx info dos pte
19080These two commands display entries from, respectively, the Page
19081Directory and the Page Tables. Page Directories and Page Tables are
19082data structures which control how virtual memory addresses are mapped
19083into physical addresses. A Page Table includes an entry for every
19084page of memory that is mapped into the program's address space; there
19085may be several Page Tables, each one holding up to 4096 entries. A
19086Page Directory has up to 4096 entries, one each for every Page Table
19087that is currently in use.
104c1213 19088
8e04817f
AC
19089Without an argument, @kbd{info dos pde} displays the entire Page
19090Directory, and @kbd{info dos pte} displays all the entries in all of
19091the Page Tables. An argument, an integer expression, given to the
19092@kbd{info dos pde} command means display only that entry from the Page
19093Directory table. An argument given to the @kbd{info dos pte} command
19094means display entries from a single Page Table, the one pointed to by
19095the specified entry in the Page Directory.
104c1213 19096
8e04817f
AC
19097@cindex direct memory access (DMA) on MS-DOS
19098These commands are useful when your program uses @dfn{DMA} (Direct
19099Memory Access), which needs physical addresses to program the DMA
19100controller.
104c1213 19101
8e04817f 19102These commands are supported only with some DPMI servers.
104c1213 19103
8e04817f
AC
19104@cindex physical address from linear address
19105@item info dos address-pte @var{addr}
19106This command displays the Page Table entry for a specified linear
514c4d71
EZ
19107address. The argument @var{addr} is a linear address which should
19108already have the appropriate segment's base address added to it,
19109because this command accepts addresses which may belong to @emph{any}
19110segment. For example, here's how to display the Page Table entry for
19111the page where a variable @code{i} is stored:
104c1213 19112
b383017d 19113@smallexample
8e04817f
AC
19114@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
19115@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 19116@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 19117@end smallexample
104c1213 19118
8e04817f
AC
19119@noindent
19120This says that @code{i} is stored at offset @code{0xd30} from the page
514c4d71 19121whose physical base address is @code{0x02698000}, and shows all the
8e04817f 19122attributes of that page.
104c1213 19123
8e04817f
AC
19124Note that you must cast the addresses of variables to a @code{char *},
19125since otherwise the value of @code{__djgpp_base_address}, the base
19126address of all variables and functions in a @sc{djgpp} program, will
19127be added using the rules of C pointer arithmetics: if @code{i} is
19128declared an @code{int}, @value{GDBN} will add 4 times the value of
19129@code{__djgpp_base_address} to the address of @code{i}.
104c1213 19130
8e04817f
AC
19131Here's another example, it displays the Page Table entry for the
19132transfer buffer:
104c1213 19133
8e04817f
AC
19134@smallexample
19135@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
19136@exdent @code{Page Table entry for address 0x29110:}
19137@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
19138@end smallexample
104c1213 19139
8e04817f
AC
19140@noindent
19141(The @code{+ 3} offset is because the transfer buffer's address is the
514c4d71
EZ
191423rd member of the @code{_go32_info_block} structure.) The output
19143clearly shows that this DPMI server maps the addresses in conventional
19144memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
19145linear (@code{0x29110}) addresses are identical.
104c1213 19146
8e04817f
AC
19147This command is supported only with some DPMI servers.
19148@end table
104c1213 19149
c45da7e6 19150@cindex DOS serial data link, remote debugging
a8f24a35
EZ
19151In addition to native debugging, the DJGPP port supports remote
19152debugging via a serial data link. The following commands are specific
19153to remote serial debugging in the DJGPP port of @value{GDBN}.
19154
19155@table @code
19156@kindex set com1base
19157@kindex set com1irq
19158@kindex set com2base
19159@kindex set com2irq
19160@kindex set com3base
19161@kindex set com3irq
19162@kindex set com4base
19163@kindex set com4irq
19164@item set com1base @var{addr}
19165This command sets the base I/O port address of the @file{COM1} serial
19166port.
19167
19168@item set com1irq @var{irq}
19169This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
19170for the @file{COM1} serial port.
19171
19172There are similar commands @samp{set com2base}, @samp{set com3irq},
19173etc.@: for setting the port address and the @code{IRQ} lines for the
19174other 3 COM ports.
19175
19176@kindex show com1base
19177@kindex show com1irq
19178@kindex show com2base
19179@kindex show com2irq
19180@kindex show com3base
19181@kindex show com3irq
19182@kindex show com4base
19183@kindex show com4irq
19184The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
19185display the current settings of the base address and the @code{IRQ}
19186lines used by the COM ports.
c45da7e6
EZ
19187
19188@item info serial
19189@kindex info serial
19190@cindex DOS serial port status
19191This command prints the status of the 4 DOS serial ports. For each
19192port, it prints whether it's active or not, its I/O base address and
19193IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
19194counts of various errors encountered so far.
a8f24a35
EZ
19195@end table
19196
19197
78c47bea 19198@node Cygwin Native
79a6e687 19199@subsection Features for Debugging MS Windows PE Executables
78c47bea
PM
19200@cindex MS Windows debugging
19201@cindex native Cygwin debugging
19202@cindex Cygwin-specific commands
19203
be448670 19204@value{GDBN} supports native debugging of MS Windows programs, including
cbb8f428
EZ
19205DLLs with and without symbolic debugging information.
19206
19207@cindex Ctrl-BREAK, MS-Windows
19208@cindex interrupt debuggee on MS-Windows
19209MS-Windows programs that call @code{SetConsoleMode} to switch off the
19210special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
19211by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
19212supports @kbd{C-@key{BREAK}} as an alternative interrupt key
19213sequence, which can be used to interrupt the debuggee even if it
19214ignores @kbd{C-c}.
19215
19216There are various additional Cygwin-specific commands, described in
19217this section. Working with DLLs that have no debugging symbols is
19218described in @ref{Non-debug DLL Symbols}.
78c47bea
PM
19219
19220@table @code
19221@kindex info w32
19222@item info w32
db2e3e2e 19223This is a prefix of MS Windows-specific commands which print
78c47bea
PM
19224information about the target system and important OS structures.
19225
19226@item info w32 selector
19227This command displays information returned by
19228the Win32 API @code{GetThreadSelectorEntry} function.
19229It takes an optional argument that is evaluated to
19230a long value to give the information about this given selector.
19231Without argument, this command displays information
d3e8051b 19232about the six segment registers.
78c47bea 19233
711e434b
PM
19234@item info w32 thread-information-block
19235This command displays thread specific information stored in the
19236Thread Information Block (readable on the X86 CPU family using @code{$fs}
19237selector for 32-bit programs and @code{$gs} for 64-bit programs).
19238
78c47bea
PM
19239@kindex info dll
19240@item info dll
db2e3e2e 19241This is a Cygwin-specific alias of @code{info shared}.
78c47bea
PM
19242
19243@kindex dll-symbols
19244@item dll-symbols
19245This command loads symbols from a dll similarly to
19246add-sym command but without the need to specify a base address.
19247
be90c084 19248@kindex set cygwin-exceptions
e16b02ee
EZ
19249@cindex debugging the Cygwin DLL
19250@cindex Cygwin DLL, debugging
be90c084 19251@item set cygwin-exceptions @var{mode}
e16b02ee
EZ
19252If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
19253happen inside the Cygwin DLL. If @var{mode} is @code{off},
19254@value{GDBN} will delay recognition of exceptions, and may ignore some
19255exceptions which seem to be caused by internal Cygwin DLL
19256``bookkeeping''. This option is meant primarily for debugging the
19257Cygwin DLL itself; the default value is @code{off} to avoid annoying
19258@value{GDBN} users with false @code{SIGSEGV} signals.
be90c084
CF
19259
19260@kindex show cygwin-exceptions
19261@item show cygwin-exceptions
e16b02ee
EZ
19262Displays whether @value{GDBN} will break on exceptions that happen
19263inside the Cygwin DLL itself.
be90c084 19264
b383017d 19265@kindex set new-console
78c47bea 19266@item set new-console @var{mode}
b383017d 19267If @var{mode} is @code{on} the debuggee will
78c47bea 19268be started in a new console on next start.
e03e5e7b 19269If @var{mode} is @code{off}, the debuggee will
78c47bea
PM
19270be started in the same console as the debugger.
19271
19272@kindex show new-console
19273@item show new-console
19274Displays whether a new console is used
19275when the debuggee is started.
19276
19277@kindex set new-group
19278@item set new-group @var{mode}
19279This boolean value controls whether the debuggee should
19280start a new group or stay in the same group as the debugger.
19281This affects the way the Windows OS handles
c8aa23ab 19282@samp{Ctrl-C}.
78c47bea
PM
19283
19284@kindex show new-group
19285@item show new-group
19286Displays current value of new-group boolean.
19287
19288@kindex set debugevents
19289@item set debugevents
219eec71
EZ
19290This boolean value adds debug output concerning kernel events related
19291to the debuggee seen by the debugger. This includes events that
19292signal thread and process creation and exit, DLL loading and
19293unloading, console interrupts, and debugging messages produced by the
19294Windows @code{OutputDebugString} API call.
78c47bea
PM
19295
19296@kindex set debugexec
19297@item set debugexec
b383017d 19298This boolean value adds debug output concerning execute events
219eec71 19299(such as resume thread) seen by the debugger.
78c47bea
PM
19300
19301@kindex set debugexceptions
19302@item set debugexceptions
219eec71
EZ
19303This boolean value adds debug output concerning exceptions in the
19304debuggee seen by the debugger.
78c47bea
PM
19305
19306@kindex set debugmemory
19307@item set debugmemory
219eec71
EZ
19308This boolean value adds debug output concerning debuggee memory reads
19309and writes by the debugger.
78c47bea
PM
19310
19311@kindex set shell
19312@item set shell
19313This boolean values specifies whether the debuggee is called
19314via a shell or directly (default value is on).
19315
19316@kindex show shell
19317@item show shell
19318Displays if the debuggee will be started with a shell.
19319
19320@end table
19321
be448670 19322@menu
79a6e687 19323* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
be448670
CF
19324@end menu
19325
79a6e687
BW
19326@node Non-debug DLL Symbols
19327@subsubsection Support for DLLs without Debugging Symbols
be448670
CF
19328@cindex DLLs with no debugging symbols
19329@cindex Minimal symbols and DLLs
19330
19331Very often on windows, some of the DLLs that your program relies on do
19332not include symbolic debugging information (for example,
db2e3e2e 19333@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
be448670 19334symbols in a DLL, it relies on the minimal amount of symbolic
db2e3e2e 19335information contained in the DLL's export table. This section
be448670
CF
19336describes working with such symbols, known internally to @value{GDBN} as
19337``minimal symbols''.
19338
19339Note that before the debugged program has started execution, no DLLs
db2e3e2e 19340will have been loaded. The easiest way around this problem is simply to
be448670 19341start the program --- either by setting a breakpoint or letting the
db2e3e2e 19342program run once to completion. It is also possible to force
be448670 19343@value{GDBN} to load a particular DLL before starting the executable ---
12c27660 19344see the shared library information in @ref{Files}, or the
db2e3e2e 19345@code{dll-symbols} command in @ref{Cygwin Native}. Currently,
be448670
CF
19346explicitly loading symbols from a DLL with no debugging information will
19347cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
19348which may adversely affect symbol lookup performance.
19349
79a6e687 19350@subsubsection DLL Name Prefixes
be448670
CF
19351
19352In keeping with the naming conventions used by the Microsoft debugging
19353tools, DLL export symbols are made available with a prefix based on the
19354DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
19355also entered into the symbol table, so @code{CreateFileA} is often
99e008fe 19356sufficient. In some cases there will be name clashes within a program
be448670
CF
19357(particularly if the executable itself includes full debugging symbols)
19358necessitating the use of the fully qualified name when referring to the
99e008fe 19359contents of the DLL. Use single-quotes around the name to avoid the
be448670
CF
19360exclamation mark (``!'') being interpreted as a language operator.
19361
19362Note that the internal name of the DLL may be all upper-case, even
99e008fe 19363though the file name of the DLL is lower-case, or vice-versa. Since
be448670
CF
19364symbols within @value{GDBN} are @emph{case-sensitive} this may cause
19365some confusion. If in doubt, try the @code{info functions} and
0869d01b
NR
19366@code{info variables} commands or even @code{maint print msymbols}
19367(@pxref{Symbols}). Here's an example:
be448670
CF
19368
19369@smallexample
f7dc1244 19370(@value{GDBP}) info function CreateFileA
be448670
CF
19371All functions matching regular expression "CreateFileA":
19372
19373Non-debugging symbols:
193740x77e885f4 CreateFileA
193750x77e885f4 KERNEL32!CreateFileA
19376@end smallexample
19377
19378@smallexample
f7dc1244 19379(@value{GDBP}) info function !
be448670
CF
19380All functions matching regular expression "!":
19381
19382Non-debugging symbols:
193830x6100114c cygwin1!__assert
193840x61004034 cygwin1!_dll_crt0@@0
193850x61004240 cygwin1!dll_crt0(per_process *)
19386[etc...]
19387@end smallexample
19388
79a6e687 19389@subsubsection Working with Minimal Symbols
be448670
CF
19390
19391Symbols extracted from a DLL's export table do not contain very much
19392type information. All that @value{GDBN} can do is guess whether a symbol
19393refers to a function or variable depending on the linker section that
19394contains the symbol. Also note that the actual contents of the memory
19395contained in a DLL are not available unless the program is running. This
19396means that you cannot examine the contents of a variable or disassemble
19397a function within a DLL without a running program.
19398
19399Variables are generally treated as pointers and dereferenced
19400automatically. For this reason, it is often necessary to prefix a
19401variable name with the address-of operator (``&'') and provide explicit
19402type information in the command. Here's an example of the type of
19403problem:
19404
19405@smallexample
f7dc1244 19406(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
19407$1 = 268572168
19408@end smallexample
19409
19410@smallexample
f7dc1244 19411(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
194120x10021610: "\230y\""
19413@end smallexample
19414
19415And two possible solutions:
19416
19417@smallexample
f7dc1244 19418(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
19419$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
19420@end smallexample
19421
19422@smallexample
f7dc1244 19423(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 194240x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 19425(@value{GDBP}) x/x 0x10021608
be448670 194260x10021608: 0x0022fd98
f7dc1244 19427(@value{GDBP}) x/s 0x0022fd98
be448670
CF
194280x22fd98: "/cygdrive/c/mydirectory/myprogram"
19429@end smallexample
19430
19431Setting a break point within a DLL is possible even before the program
19432starts execution. However, under these circumstances, @value{GDBN} can't
19433examine the initial instructions of the function in order to skip the
19434function's frame set-up code. You can work around this by using ``*&''
19435to set the breakpoint at a raw memory address:
19436
19437@smallexample
f7dc1244 19438(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
19439Breakpoint 1 at 0x1e04eff0
19440@end smallexample
19441
19442The author of these extensions is not entirely convinced that setting a
19443break point within a shared DLL like @file{kernel32.dll} is completely
19444safe.
19445
14d6dd68 19446@node Hurd Native
79a6e687 19447@subsection Commands Specific to @sc{gnu} Hurd Systems
14d6dd68
EZ
19448@cindex @sc{gnu} Hurd debugging
19449
19450This subsection describes @value{GDBN} commands specific to the
19451@sc{gnu} Hurd native debugging.
19452
19453@table @code
19454@item set signals
19455@itemx set sigs
19456@kindex set signals@r{, Hurd command}
19457@kindex set sigs@r{, Hurd command}
19458This command toggles the state of inferior signal interception by
19459@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
19460affected by this command. @code{sigs} is a shorthand alias for
19461@code{signals}.
19462
19463@item show signals
19464@itemx show sigs
19465@kindex show signals@r{, Hurd command}
19466@kindex show sigs@r{, Hurd command}
19467Show the current state of intercepting inferior's signals.
19468
19469@item set signal-thread
19470@itemx set sigthread
19471@kindex set signal-thread
19472@kindex set sigthread
19473This command tells @value{GDBN} which thread is the @code{libc} signal
19474thread. That thread is run when a signal is delivered to a running
19475process. @code{set sigthread} is the shorthand alias of @code{set
19476signal-thread}.
19477
19478@item show signal-thread
19479@itemx show sigthread
19480@kindex show signal-thread
19481@kindex show sigthread
19482These two commands show which thread will run when the inferior is
19483delivered a signal.
19484
19485@item set stopped
19486@kindex set stopped@r{, Hurd command}
19487This commands tells @value{GDBN} that the inferior process is stopped,
19488as with the @code{SIGSTOP} signal. The stopped process can be
19489continued by delivering a signal to it.
19490
19491@item show stopped
19492@kindex show stopped@r{, Hurd command}
19493This command shows whether @value{GDBN} thinks the debuggee is
19494stopped.
19495
19496@item set exceptions
19497@kindex set exceptions@r{, Hurd command}
19498Use this command to turn off trapping of exceptions in the inferior.
19499When exception trapping is off, neither breakpoints nor
19500single-stepping will work. To restore the default, set exception
19501trapping on.
19502
19503@item show exceptions
19504@kindex show exceptions@r{, Hurd command}
19505Show the current state of trapping exceptions in the inferior.
19506
19507@item set task pause
19508@kindex set task@r{, Hurd commands}
19509@cindex task attributes (@sc{gnu} Hurd)
19510@cindex pause current task (@sc{gnu} Hurd)
19511This command toggles task suspension when @value{GDBN} has control.
19512Setting it to on takes effect immediately, and the task is suspended
19513whenever @value{GDBN} gets control. Setting it to off will take
19514effect the next time the inferior is continued. If this option is set
19515to off, you can use @code{set thread default pause on} or @code{set
19516thread pause on} (see below) to pause individual threads.
19517
19518@item show task pause
19519@kindex show task@r{, Hurd commands}
19520Show the current state of task suspension.
19521
19522@item set task detach-suspend-count
19523@cindex task suspend count
19524@cindex detach from task, @sc{gnu} Hurd
19525This command sets the suspend count the task will be left with when
19526@value{GDBN} detaches from it.
19527
19528@item show task detach-suspend-count
19529Show the suspend count the task will be left with when detaching.
19530
19531@item set task exception-port
19532@itemx set task excp
19533@cindex task exception port, @sc{gnu} Hurd
19534This command sets the task exception port to which @value{GDBN} will
19535forward exceptions. The argument should be the value of the @dfn{send
19536rights} of the task. @code{set task excp} is a shorthand alias.
19537
19538@item set noninvasive
19539@cindex noninvasive task options
19540This command switches @value{GDBN} to a mode that is the least
19541invasive as far as interfering with the inferior is concerned. This
19542is the same as using @code{set task pause}, @code{set exceptions}, and
19543@code{set signals} to values opposite to the defaults.
19544
19545@item info send-rights
19546@itemx info receive-rights
19547@itemx info port-rights
19548@itemx info port-sets
19549@itemx info dead-names
19550@itemx info ports
19551@itemx info psets
19552@cindex send rights, @sc{gnu} Hurd
19553@cindex receive rights, @sc{gnu} Hurd
19554@cindex port rights, @sc{gnu} Hurd
19555@cindex port sets, @sc{gnu} Hurd
19556@cindex dead names, @sc{gnu} Hurd
19557These commands display information about, respectively, send rights,
19558receive rights, port rights, port sets, and dead names of a task.
19559There are also shorthand aliases: @code{info ports} for @code{info
19560port-rights} and @code{info psets} for @code{info port-sets}.
19561
19562@item set thread pause
19563@kindex set thread@r{, Hurd command}
19564@cindex thread properties, @sc{gnu} Hurd
19565@cindex pause current thread (@sc{gnu} Hurd)
19566This command toggles current thread suspension when @value{GDBN} has
19567control. Setting it to on takes effect immediately, and the current
19568thread is suspended whenever @value{GDBN} gets control. Setting it to
19569off will take effect the next time the inferior is continued.
19570Normally, this command has no effect, since when @value{GDBN} has
19571control, the whole task is suspended. However, if you used @code{set
19572task pause off} (see above), this command comes in handy to suspend
19573only the current thread.
19574
19575@item show thread pause
19576@kindex show thread@r{, Hurd command}
19577This command shows the state of current thread suspension.
19578
19579@item set thread run
d3e8051b 19580This command sets whether the current thread is allowed to run.
14d6dd68
EZ
19581
19582@item show thread run
19583Show whether the current thread is allowed to run.
19584
19585@item set thread detach-suspend-count
19586@cindex thread suspend count, @sc{gnu} Hurd
19587@cindex detach from thread, @sc{gnu} Hurd
19588This command sets the suspend count @value{GDBN} will leave on a
19589thread when detaching. This number is relative to the suspend count
19590found by @value{GDBN} when it notices the thread; use @code{set thread
19591takeover-suspend-count} to force it to an absolute value.
19592
19593@item show thread detach-suspend-count
19594Show the suspend count @value{GDBN} will leave on the thread when
19595detaching.
19596
19597@item set thread exception-port
19598@itemx set thread excp
19599Set the thread exception port to which to forward exceptions. This
19600overrides the port set by @code{set task exception-port} (see above).
19601@code{set thread excp} is the shorthand alias.
19602
19603@item set thread takeover-suspend-count
19604Normally, @value{GDBN}'s thread suspend counts are relative to the
19605value @value{GDBN} finds when it notices each thread. This command
19606changes the suspend counts to be absolute instead.
19607
19608@item set thread default
19609@itemx show thread default
19610@cindex thread default settings, @sc{gnu} Hurd
19611Each of the above @code{set thread} commands has a @code{set thread
19612default} counterpart (e.g., @code{set thread default pause}, @code{set
19613thread default exception-port}, etc.). The @code{thread default}
19614variety of commands sets the default thread properties for all
19615threads; you can then change the properties of individual threads with
19616the non-default commands.
19617@end table
19618
a80b95ba
TG
19619@node Darwin
19620@subsection Darwin
19621@cindex Darwin
19622
19623@value{GDBN} provides the following commands specific to the Darwin target:
19624
19625@table @code
19626@item set debug darwin @var{num}
19627@kindex set debug darwin
19628When set to a non zero value, enables debugging messages specific to
19629the Darwin support. Higher values produce more verbose output.
19630
19631@item show debug darwin
19632@kindex show debug darwin
19633Show the current state of Darwin messages.
19634
19635@item set debug mach-o @var{num}
19636@kindex set debug mach-o
19637When set to a non zero value, enables debugging messages while
19638@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
19639file format used on Darwin for object and executable files.) Higher
19640values produce more verbose output. This is a command to diagnose
19641problems internal to @value{GDBN} and should not be needed in normal
19642usage.
19643
19644@item show debug mach-o
19645@kindex show debug mach-o
19646Show the current state of Mach-O file messages.
19647
19648@item set mach-exceptions on
19649@itemx set mach-exceptions off
19650@kindex set mach-exceptions
19651On Darwin, faults are first reported as a Mach exception and are then
19652mapped to a Posix signal. Use this command to turn on trapping of
19653Mach exceptions in the inferior. This might be sometimes useful to
19654better understand the cause of a fault. The default is off.
19655
19656@item show mach-exceptions
19657@kindex show mach-exceptions
19658Show the current state of exceptions trapping.
19659@end table
19660
a64548ea 19661
8e04817f
AC
19662@node Embedded OS
19663@section Embedded Operating Systems
104c1213 19664
8e04817f
AC
19665This section describes configurations involving the debugging of
19666embedded operating systems that are available for several different
19667architectures.
d4f3574e 19668
8e04817f
AC
19669@menu
19670* VxWorks:: Using @value{GDBN} with VxWorks
19671@end menu
104c1213 19672
8e04817f
AC
19673@value{GDBN} includes the ability to debug programs running on
19674various real-time operating systems.
104c1213 19675
8e04817f
AC
19676@node VxWorks
19677@subsection Using @value{GDBN} with VxWorks
104c1213 19678
8e04817f 19679@cindex VxWorks
104c1213 19680
8e04817f 19681@table @code
104c1213 19682
8e04817f
AC
19683@kindex target vxworks
19684@item target vxworks @var{machinename}
19685A VxWorks system, attached via TCP/IP. The argument @var{machinename}
19686is the target system's machine name or IP address.
104c1213 19687
8e04817f 19688@end table
104c1213 19689
8e04817f
AC
19690On VxWorks, @code{load} links @var{filename} dynamically on the
19691current target system as well as adding its symbols in @value{GDBN}.
104c1213 19692
8e04817f
AC
19693@value{GDBN} enables developers to spawn and debug tasks running on networked
19694VxWorks targets from a Unix host. Already-running tasks spawned from
19695the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
19696both the Unix host and on the VxWorks target. The program
19697@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
19698installed with the name @code{vxgdb}, to distinguish it from a
19699@value{GDBN} for debugging programs on the host itself.)
104c1213 19700
8e04817f
AC
19701@table @code
19702@item VxWorks-timeout @var{args}
19703@kindex vxworks-timeout
19704All VxWorks-based targets now support the option @code{vxworks-timeout}.
19705This option is set by the user, and @var{args} represents the number of
19706seconds @value{GDBN} waits for responses to rpc's. You might use this if
19707your VxWorks target is a slow software simulator or is on the far side
19708of a thin network line.
19709@end table
104c1213 19710
8e04817f
AC
19711The following information on connecting to VxWorks was current when
19712this manual was produced; newer releases of VxWorks may use revised
19713procedures.
104c1213 19714
4644b6e3 19715@findex INCLUDE_RDB
8e04817f
AC
19716To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
19717to include the remote debugging interface routines in the VxWorks
19718library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
19719VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
19720kernel. The resulting kernel contains @file{rdb.a}, and spawns the
19721source debugging task @code{tRdbTask} when VxWorks is booted. For more
19722information on configuring and remaking VxWorks, see the manufacturer's
19723manual.
19724@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 19725
8e04817f
AC
19726Once you have included @file{rdb.a} in your VxWorks system image and set
19727your Unix execution search path to find @value{GDBN}, you are ready to
19728run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
19729@code{vxgdb}, depending on your installation).
104c1213 19730
8e04817f 19731@value{GDBN} comes up showing the prompt:
104c1213 19732
474c8240 19733@smallexample
8e04817f 19734(vxgdb)
474c8240 19735@end smallexample
104c1213 19736
8e04817f
AC
19737@menu
19738* VxWorks Connection:: Connecting to VxWorks
19739* VxWorks Download:: VxWorks download
19740* VxWorks Attach:: Running tasks
19741@end menu
104c1213 19742
8e04817f
AC
19743@node VxWorks Connection
19744@subsubsection Connecting to VxWorks
104c1213 19745
8e04817f
AC
19746The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
19747network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 19748
474c8240 19749@smallexample
8e04817f 19750(vxgdb) target vxworks tt
474c8240 19751@end smallexample
104c1213 19752
8e04817f
AC
19753@need 750
19754@value{GDBN} displays messages like these:
104c1213 19755
8e04817f
AC
19756@smallexample
19757Attaching remote machine across net...
19758Connected to tt.
19759@end smallexample
104c1213 19760
8e04817f
AC
19761@need 1000
19762@value{GDBN} then attempts to read the symbol tables of any object modules
19763loaded into the VxWorks target since it was last booted. @value{GDBN} locates
19764these files by searching the directories listed in the command search
79a6e687 19765path (@pxref{Environment, ,Your Program's Environment}); if it fails
8e04817f 19766to find an object file, it displays a message such as:
5d161b24 19767
474c8240 19768@smallexample
8e04817f 19769prog.o: No such file or directory.
474c8240 19770@end smallexample
104c1213 19771
8e04817f
AC
19772When this happens, add the appropriate directory to the search path with
19773the @value{GDBN} command @code{path}, and execute the @code{target}
19774command again.
104c1213 19775
8e04817f 19776@node VxWorks Download
79a6e687 19777@subsubsection VxWorks Download
104c1213 19778
8e04817f
AC
19779@cindex download to VxWorks
19780If you have connected to the VxWorks target and you want to debug an
19781object that has not yet been loaded, you can use the @value{GDBN}
19782@code{load} command to download a file from Unix to VxWorks
19783incrementally. The object file given as an argument to the @code{load}
19784command is actually opened twice: first by the VxWorks target in order
19785to download the code, then by @value{GDBN} in order to read the symbol
19786table. This can lead to problems if the current working directories on
19787the two systems differ. If both systems have NFS mounted the same
19788filesystems, you can avoid these problems by using absolute paths.
19789Otherwise, it is simplest to set the working directory on both systems
19790to the directory in which the object file resides, and then to reference
19791the file by its name, without any path. For instance, a program
19792@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
19793and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
19794program, type this on VxWorks:
104c1213 19795
474c8240 19796@smallexample
8e04817f 19797-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 19798@end smallexample
104c1213 19799
8e04817f
AC
19800@noindent
19801Then, in @value{GDBN}, type:
104c1213 19802
474c8240 19803@smallexample
8e04817f
AC
19804(vxgdb) cd @var{hostpath}/vw/demo/rdb
19805(vxgdb) load prog.o
474c8240 19806@end smallexample
104c1213 19807
8e04817f 19808@value{GDBN} displays a response similar to this:
104c1213 19809
8e04817f
AC
19810@smallexample
19811Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
19812@end smallexample
104c1213 19813
8e04817f
AC
19814You can also use the @code{load} command to reload an object module
19815after editing and recompiling the corresponding source file. Note that
19816this makes @value{GDBN} delete all currently-defined breakpoints,
19817auto-displays, and convenience variables, and to clear the value
19818history. (This is necessary in order to preserve the integrity of
19819debugger's data structures that reference the target system's symbol
19820table.)
104c1213 19821
8e04817f 19822@node VxWorks Attach
79a6e687 19823@subsubsection Running Tasks
104c1213
JM
19824
19825@cindex running VxWorks tasks
19826You can also attach to an existing task using the @code{attach} command as
19827follows:
19828
474c8240 19829@smallexample
104c1213 19830(vxgdb) attach @var{task}
474c8240 19831@end smallexample
104c1213
JM
19832
19833@noindent
19834where @var{task} is the VxWorks hexadecimal task ID. The task can be running
19835or suspended when you attach to it. Running tasks are suspended at
19836the time of attachment.
19837
6d2ebf8b 19838@node Embedded Processors
104c1213
JM
19839@section Embedded Processors
19840
19841This section goes into details specific to particular embedded
19842configurations.
19843
c45da7e6
EZ
19844@cindex send command to simulator
19845Whenever a specific embedded processor has a simulator, @value{GDBN}
19846allows to send an arbitrary command to the simulator.
19847
19848@table @code
19849@item sim @var{command}
19850@kindex sim@r{, a command}
19851Send an arbitrary @var{command} string to the simulator. Consult the
19852documentation for the specific simulator in use for information about
19853acceptable commands.
19854@end table
19855
7d86b5d5 19856
104c1213 19857@menu
c45da7e6 19858* ARM:: ARM RDI
172c2a43 19859* M32R/D:: Renesas M32R/D
104c1213 19860* M68K:: Motorola M68K
08be9d71 19861* MicroBlaze:: Xilinx MicroBlaze
104c1213 19862* MIPS Embedded:: MIPS Embedded
4acd40f3 19863* PowerPC Embedded:: PowerPC Embedded
984359d2 19864* PA:: HP PA Embedded
104c1213
JM
19865* Sparclet:: Tsqware Sparclet
19866* Sparclite:: Fujitsu Sparclite
104c1213 19867* Z8000:: Zilog Z8000
a64548ea
EZ
19868* AVR:: Atmel AVR
19869* CRIS:: CRIS
19870* Super-H:: Renesas Super-H
104c1213
JM
19871@end menu
19872
6d2ebf8b 19873@node ARM
104c1213 19874@subsection ARM
c45da7e6 19875@cindex ARM RDI
104c1213
JM
19876
19877@table @code
8e04817f
AC
19878@kindex target rdi
19879@item target rdi @var{dev}
19880ARM Angel monitor, via RDI library interface to ADP protocol. You may
19881use this target to communicate with both boards running the Angel
19882monitor, or with the EmbeddedICE JTAG debug device.
19883
19884@kindex target rdp
19885@item target rdp @var{dev}
19886ARM Demon monitor.
19887
19888@end table
19889
e2f4edfd
EZ
19890@value{GDBN} provides the following ARM-specific commands:
19891
19892@table @code
19893@item set arm disassembler
19894@kindex set arm
19895This commands selects from a list of disassembly styles. The
19896@code{"std"} style is the standard style.
19897
19898@item show arm disassembler
19899@kindex show arm
19900Show the current disassembly style.
19901
19902@item set arm apcs32
19903@cindex ARM 32-bit mode
19904This command toggles ARM operation mode between 32-bit and 26-bit.
19905
19906@item show arm apcs32
19907Display the current usage of the ARM 32-bit mode.
19908
19909@item set arm fpu @var{fputype}
19910This command sets the ARM floating-point unit (FPU) type. The
19911argument @var{fputype} can be one of these:
19912
19913@table @code
19914@item auto
19915Determine the FPU type by querying the OS ABI.
19916@item softfpa
19917Software FPU, with mixed-endian doubles on little-endian ARM
19918processors.
19919@item fpa
19920GCC-compiled FPA co-processor.
19921@item softvfp
19922Software FPU with pure-endian doubles.
19923@item vfp
19924VFP co-processor.
19925@end table
19926
19927@item show arm fpu
19928Show the current type of the FPU.
19929
19930@item set arm abi
19931This command forces @value{GDBN} to use the specified ABI.
19932
19933@item show arm abi
19934Show the currently used ABI.
19935
0428b8f5
DJ
19936@item set arm fallback-mode (arm|thumb|auto)
19937@value{GDBN} uses the symbol table, when available, to determine
19938whether instructions are ARM or Thumb. This command controls
19939@value{GDBN}'s default behavior when the symbol table is not
19940available. The default is @samp{auto}, which causes @value{GDBN} to
19941use the current execution mode (from the @code{T} bit in the @code{CPSR}
19942register).
19943
19944@item show arm fallback-mode
19945Show the current fallback instruction mode.
19946
19947@item set arm force-mode (arm|thumb|auto)
19948This command overrides use of the symbol table to determine whether
19949instructions are ARM or Thumb. The default is @samp{auto}, which
19950causes @value{GDBN} to use the symbol table and then the setting
19951of @samp{set arm fallback-mode}.
19952
19953@item show arm force-mode
19954Show the current forced instruction mode.
19955
e2f4edfd
EZ
19956@item set debug arm
19957Toggle whether to display ARM-specific debugging messages from the ARM
19958target support subsystem.
19959
19960@item show debug arm
19961Show whether ARM-specific debugging messages are enabled.
19962@end table
19963
c45da7e6
EZ
19964The following commands are available when an ARM target is debugged
19965using the RDI interface:
19966
19967@table @code
19968@item rdilogfile @r{[}@var{file}@r{]}
19969@kindex rdilogfile
19970@cindex ADP (Angel Debugger Protocol) logging
19971Set the filename for the ADP (Angel Debugger Protocol) packet log.
19972With an argument, sets the log file to the specified @var{file}. With
19973no argument, show the current log file name. The default log file is
19974@file{rdi.log}.
19975
19976@item rdilogenable @r{[}@var{arg}@r{]}
19977@kindex rdilogenable
19978Control logging of ADP packets. With an argument of 1 or @code{"yes"}
19979enables logging, with an argument 0 or @code{"no"} disables it. With
19980no arguments displays the current setting. When logging is enabled,
19981ADP packets exchanged between @value{GDBN} and the RDI target device
19982are logged to a file.
19983
19984@item set rdiromatzero
19985@kindex set rdiromatzero
19986@cindex ROM at zero address, RDI
19987Tell @value{GDBN} whether the target has ROM at address 0. If on,
19988vector catching is disabled, so that zero address can be used. If off
19989(the default), vector catching is enabled. For this command to take
19990effect, it needs to be invoked prior to the @code{target rdi} command.
19991
19992@item show rdiromatzero
19993@kindex show rdiromatzero
19994Show the current setting of ROM at zero address.
19995
19996@item set rdiheartbeat
19997@kindex set rdiheartbeat
19998@cindex RDI heartbeat
19999Enable or disable RDI heartbeat packets. It is not recommended to
20000turn on this option, since it confuses ARM and EPI JTAG interface, as
20001well as the Angel monitor.
20002
20003@item show rdiheartbeat
20004@kindex show rdiheartbeat
20005Show the setting of RDI heartbeat packets.
20006@end table
20007
ee8e71d4
EZ
20008@table @code
20009@item target sim @r{[}@var{simargs}@r{]} @dots{}
20010The @value{GDBN} ARM simulator accepts the following optional arguments.
20011
20012@table @code
20013@item --swi-support=@var{type}
20014Tell the simulator which SWI interfaces to support.
20015@var{type} may be a comma separated list of the following values.
20016The default value is @code{all}.
20017
20018@table @code
20019@item none
20020@item demon
20021@item angel
20022@item redboot
20023@item all
20024@end table
20025@end table
20026@end table
e2f4edfd 20027
8e04817f 20028@node M32R/D
ba04e063 20029@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
20030
20031@table @code
8e04817f
AC
20032@kindex target m32r
20033@item target m32r @var{dev}
172c2a43 20034Renesas M32R/D ROM monitor.
8e04817f 20035
fb3e19c0
KI
20036@kindex target m32rsdi
20037@item target m32rsdi @var{dev}
20038Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
20039@end table
20040
20041The following @value{GDBN} commands are specific to the M32R monitor:
20042
20043@table @code
20044@item set download-path @var{path}
20045@kindex set download-path
20046@cindex find downloadable @sc{srec} files (M32R)
d3e8051b 20047Set the default path for finding downloadable @sc{srec} files.
721c2651
EZ
20048
20049@item show download-path
20050@kindex show download-path
20051Show the default path for downloadable @sc{srec} files.
fb3e19c0 20052
721c2651
EZ
20053@item set board-address @var{addr}
20054@kindex set board-address
20055@cindex M32-EVA target board address
20056Set the IP address for the M32R-EVA target board.
20057
20058@item show board-address
20059@kindex show board-address
20060Show the current IP address of the target board.
20061
20062@item set server-address @var{addr}
20063@kindex set server-address
20064@cindex download server address (M32R)
20065Set the IP address for the download server, which is the @value{GDBN}'s
20066host machine.
20067
20068@item show server-address
20069@kindex show server-address
20070Display the IP address of the download server.
20071
20072@item upload @r{[}@var{file}@r{]}
20073@kindex upload@r{, M32R}
20074Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
20075upload capability. If no @var{file} argument is given, the current
20076executable file is uploaded.
20077
20078@item tload @r{[}@var{file}@r{]}
20079@kindex tload@r{, M32R}
20080Test the @code{upload} command.
8e04817f
AC
20081@end table
20082
ba04e063
EZ
20083The following commands are available for M32R/SDI:
20084
20085@table @code
20086@item sdireset
20087@kindex sdireset
20088@cindex reset SDI connection, M32R
20089This command resets the SDI connection.
20090
20091@item sdistatus
20092@kindex sdistatus
20093This command shows the SDI connection status.
20094
20095@item debug_chaos
20096@kindex debug_chaos
20097@cindex M32R/Chaos debugging
20098Instructs the remote that M32R/Chaos debugging is to be used.
20099
20100@item use_debug_dma
20101@kindex use_debug_dma
20102Instructs the remote to use the DEBUG_DMA method of accessing memory.
20103
20104@item use_mon_code
20105@kindex use_mon_code
20106Instructs the remote to use the MON_CODE method of accessing memory.
20107
20108@item use_ib_break
20109@kindex use_ib_break
20110Instructs the remote to set breakpoints by IB break.
20111
20112@item use_dbt_break
20113@kindex use_dbt_break
20114Instructs the remote to set breakpoints by DBT.
20115@end table
20116
8e04817f
AC
20117@node M68K
20118@subsection M68k
20119
7ce59000
DJ
20120The Motorola m68k configuration includes ColdFire support, and a
20121target command for the following ROM monitor.
8e04817f
AC
20122
20123@table @code
20124
8e04817f
AC
20125@kindex target dbug
20126@item target dbug @var{dev}
20127dBUG ROM monitor for Motorola ColdFire.
20128
8e04817f
AC
20129@end table
20130
08be9d71
ME
20131@node MicroBlaze
20132@subsection MicroBlaze
20133@cindex Xilinx MicroBlaze
20134@cindex XMD, Xilinx Microprocessor Debugger
20135
20136The MicroBlaze is a soft-core processor supported on various Xilinx
20137FPGAs, such as Spartan or Virtex series. Boards with these processors
20138usually have JTAG ports which connect to a host system running the Xilinx
20139Embedded Development Kit (EDK) or Software Development Kit (SDK).
20140This host system is used to download the configuration bitstream to
20141the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
20142communicates with the target board using the JTAG interface and
20143presents a @code{gdbserver} interface to the board. By default
20144@code{xmd} uses port @code{1234}. (While it is possible to change
20145this default port, it requires the use of undocumented @code{xmd}
20146commands. Contact Xilinx support if you need to do this.)
20147
20148Use these GDB commands to connect to the MicroBlaze target processor.
20149
20150@table @code
20151@item target remote :1234
20152Use this command to connect to the target if you are running @value{GDBN}
20153on the same system as @code{xmd}.
20154
20155@item target remote @var{xmd-host}:1234
20156Use this command to connect to the target if it is connected to @code{xmd}
20157running on a different system named @var{xmd-host}.
20158
20159@item load
20160Use this command to download a program to the MicroBlaze target.
20161
20162@item set debug microblaze @var{n}
20163Enable MicroBlaze-specific debugging messages if non-zero.
20164
20165@item show debug microblaze @var{n}
20166Show MicroBlaze-specific debugging level.
20167@end table
20168
8e04817f 20169@node MIPS Embedded
eb17f351 20170@subsection @acronym{MIPS} Embedded
8e04817f 20171
eb17f351
EZ
20172@cindex @acronym{MIPS} boards
20173@value{GDBN} can use the @acronym{MIPS} remote debugging protocol to talk to a
20174@acronym{MIPS} board attached to a serial line. This is available when
cc30c4bd 20175you configure @value{GDBN} with @samp{--target=mips-elf}.
104c1213 20176
8e04817f
AC
20177@need 1000
20178Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 20179
8e04817f
AC
20180@table @code
20181@item target mips @var{port}
20182@kindex target mips @var{port}
20183To run a program on the board, start up @code{@value{GDBP}} with the
20184name of your program as the argument. To connect to the board, use the
20185command @samp{target mips @var{port}}, where @var{port} is the name of
20186the serial port connected to the board. If the program has not already
20187been downloaded to the board, you may use the @code{load} command to
20188download it. You can then use all the usual @value{GDBN} commands.
104c1213 20189
8e04817f
AC
20190For example, this sequence connects to the target board through a serial
20191port, and loads and runs a program called @var{prog} through the
20192debugger:
104c1213 20193
474c8240 20194@smallexample
8e04817f
AC
20195host$ @value{GDBP} @var{prog}
20196@value{GDBN} is free software and @dots{}
20197(@value{GDBP}) target mips /dev/ttyb
20198(@value{GDBP}) load @var{prog}
20199(@value{GDBP}) run
474c8240 20200@end smallexample
104c1213 20201
8e04817f
AC
20202@item target mips @var{hostname}:@var{portnumber}
20203On some @value{GDBN} host configurations, you can specify a TCP
20204connection (for instance, to a serial line managed by a terminal
20205concentrator) instead of a serial port, using the syntax
20206@samp{@var{hostname}:@var{portnumber}}.
104c1213 20207
8e04817f
AC
20208@item target pmon @var{port}
20209@kindex target pmon @var{port}
20210PMON ROM monitor.
104c1213 20211
8e04817f
AC
20212@item target ddb @var{port}
20213@kindex target ddb @var{port}
20214NEC's DDB variant of PMON for Vr4300.
104c1213 20215
8e04817f
AC
20216@item target lsi @var{port}
20217@kindex target lsi @var{port}
20218LSI variant of PMON.
104c1213 20219
8e04817f
AC
20220@kindex target r3900
20221@item target r3900 @var{dev}
20222Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 20223
8e04817f
AC
20224@kindex target array
20225@item target array @var{dev}
20226Array Tech LSI33K RAID controller board.
104c1213 20227
8e04817f 20228@end table
104c1213 20229
104c1213 20230
8e04817f 20231@noindent
eb17f351 20232@value{GDBN} also supports these special commands for @acronym{MIPS} targets:
104c1213 20233
8e04817f 20234@table @code
8e04817f
AC
20235@item set mipsfpu double
20236@itemx set mipsfpu single
20237@itemx set mipsfpu none
a64548ea 20238@itemx set mipsfpu auto
8e04817f
AC
20239@itemx show mipsfpu
20240@kindex set mipsfpu
20241@kindex show mipsfpu
eb17f351
EZ
20242@cindex @acronym{MIPS} remote floating point
20243@cindex floating point, @acronym{MIPS} remote
20244If your target board does not support the @acronym{MIPS} floating point
8e04817f
AC
20245coprocessor, you should use the command @samp{set mipsfpu none} (if you
20246need this, you may wish to put the command in your @value{GDBN} init
20247file). This tells @value{GDBN} how to find the return value of
20248functions which return floating point values. It also allows
20249@value{GDBN} to avoid saving the floating point registers when calling
20250functions on the board. If you are using a floating point coprocessor
20251with only single precision floating point support, as on the @sc{r4650}
20252processor, use the command @samp{set mipsfpu single}. The default
20253double precision floating point coprocessor may be selected using
20254@samp{set mipsfpu double}.
104c1213 20255
8e04817f
AC
20256In previous versions the only choices were double precision or no
20257floating point, so @samp{set mipsfpu on} will select double precision
20258and @samp{set mipsfpu off} will select no floating point.
104c1213 20259
8e04817f
AC
20260As usual, you can inquire about the @code{mipsfpu} variable with
20261@samp{show mipsfpu}.
104c1213 20262
8e04817f
AC
20263@item set timeout @var{seconds}
20264@itemx set retransmit-timeout @var{seconds}
20265@itemx show timeout
20266@itemx show retransmit-timeout
eb17f351
EZ
20267@cindex @code{timeout}, @acronym{MIPS} protocol
20268@cindex @code{retransmit-timeout}, @acronym{MIPS} protocol
8e04817f
AC
20269@kindex set timeout
20270@kindex show timeout
20271@kindex set retransmit-timeout
20272@kindex show retransmit-timeout
eb17f351 20273You can control the timeout used while waiting for a packet, in the @acronym{MIPS}
8e04817f
AC
20274remote protocol, with the @code{set timeout @var{seconds}} command. The
20275default is 5 seconds. Similarly, you can control the timeout used while
a6f3e723 20276waiting for an acknowledgment of a packet with the @code{set
8e04817f
AC
20277retransmit-timeout @var{seconds}} command. The default is 3 seconds.
20278You can inspect both values with @code{show timeout} and @code{show
20279retransmit-timeout}. (These commands are @emph{only} available when
cc30c4bd 20280@value{GDBN} is configured for @samp{--target=mips-elf}.)
104c1213 20281
8e04817f
AC
20282The timeout set by @code{set timeout} does not apply when @value{GDBN}
20283is waiting for your program to stop. In that case, @value{GDBN} waits
20284forever because it has no way of knowing how long the program is going
20285to run before stopping.
ba04e063
EZ
20286
20287@item set syn-garbage-limit @var{num}
eb17f351
EZ
20288@kindex set syn-garbage-limit@r{, @acronym{MIPS} remote}
20289@cindex synchronize with remote @acronym{MIPS} target
ba04e063
EZ
20290Limit the maximum number of characters @value{GDBN} should ignore when
20291it tries to synchronize with the remote target. The default is 10
20292characters. Setting the limit to -1 means there's no limit.
20293
20294@item show syn-garbage-limit
eb17f351 20295@kindex show syn-garbage-limit@r{, @acronym{MIPS} remote}
ba04e063
EZ
20296Show the current limit on the number of characters to ignore when
20297trying to synchronize with the remote system.
20298
20299@item set monitor-prompt @var{prompt}
eb17f351 20300@kindex set monitor-prompt@r{, @acronym{MIPS} remote}
ba04e063
EZ
20301@cindex remote monitor prompt
20302Tell @value{GDBN} to expect the specified @var{prompt} string from the
20303remote monitor. The default depends on the target:
20304@table @asis
20305@item pmon target
20306@samp{PMON}
20307@item ddb target
20308@samp{NEC010}
20309@item lsi target
20310@samp{PMON>}
20311@end table
20312
20313@item show monitor-prompt
eb17f351 20314@kindex show monitor-prompt@r{, @acronym{MIPS} remote}
ba04e063
EZ
20315Show the current strings @value{GDBN} expects as the prompt from the
20316remote monitor.
20317
20318@item set monitor-warnings
eb17f351 20319@kindex set monitor-warnings@r{, @acronym{MIPS} remote}
ba04e063
EZ
20320Enable or disable monitor warnings about hardware breakpoints. This
20321has effect only for the @code{lsi} target. When on, @value{GDBN} will
20322display warning messages whose codes are returned by the @code{lsi}
20323PMON monitor for breakpoint commands.
20324
20325@item show monitor-warnings
eb17f351 20326@kindex show monitor-warnings@r{, @acronym{MIPS} remote}
ba04e063
EZ
20327Show the current setting of printing monitor warnings.
20328
20329@item pmon @var{command}
eb17f351 20330@kindex pmon@r{, @acronym{MIPS} remote}
ba04e063
EZ
20331@cindex send PMON command
20332This command allows sending an arbitrary @var{command} string to the
20333monitor. The monitor must be in debug mode for this to work.
8e04817f 20334@end table
104c1213 20335
4acd40f3
TJB
20336@node PowerPC Embedded
20337@subsection PowerPC Embedded
104c1213 20338
66b73624
TJB
20339@cindex DVC register
20340@value{GDBN} supports using the DVC (Data Value Compare) register to
20341implement in hardware simple hardware watchpoint conditions of the form:
20342
20343@smallexample
20344(@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
20345 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
20346@end smallexample
20347
e09342b5
TJB
20348The DVC register will be automatically used when @value{GDBN} detects
20349such pattern in a condition expression, and the created watchpoint uses one
20350debug register (either the @code{exact-watchpoints} option is on and the
20351variable is scalar, or the variable has a length of one byte). This feature
20352is available in native @value{GDBN} running on a Linux kernel version 2.6.34
20353or newer.
20354
20355When running on PowerPC embedded processors, @value{GDBN} automatically uses
20356ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
20357in which case watchpoints using only one debug register are created when
20358watching variables of scalar types.
20359
20360You can create an artificial array to watch an arbitrary memory
20361region using one of the following commands (@pxref{Expressions}):
20362
20363@smallexample
20364(@value{GDBP}) watch *((char *) @var{address})@@@var{length}
20365(@value{GDBP}) watch @{char[@var{length}]@} @var{address}
20366@end smallexample
66b73624 20367
9c06b0b4
TJB
20368PowerPC embedded processors support masked watchpoints. See the discussion
20369about the @code{mask} argument in @ref{Set Watchpoints}.
20370
f1310107
TJB
20371@cindex ranged breakpoint
20372PowerPC embedded processors support hardware accelerated
20373@dfn{ranged breakpoints}. A ranged breakpoint stops execution of
20374the inferior whenever it executes an instruction at any address within
20375the range it specifies. To set a ranged breakpoint in @value{GDBN},
20376use the @code{break-range} command.
20377
55eddb0f
DJ
20378@value{GDBN} provides the following PowerPC-specific commands:
20379
104c1213 20380@table @code
f1310107
TJB
20381@kindex break-range
20382@item break-range @var{start-location}, @var{end-location}
20383Set a breakpoint for an address range.
20384@var{start-location} and @var{end-location} can specify a function name,
20385a line number, an offset of lines from the current line or from the start
20386location, or an address of an instruction (see @ref{Specify Location},
20387for a list of all the possible ways to specify a @var{location}.)
20388The breakpoint will stop execution of the inferior whenever it
20389executes an instruction at any address within the specified range,
20390(including @var{start-location} and @var{end-location}.)
20391
55eddb0f
DJ
20392@kindex set powerpc
20393@item set powerpc soft-float
20394@itemx show powerpc soft-float
20395Force @value{GDBN} to use (or not use) a software floating point calling
20396convention. By default, @value{GDBN} selects the calling convention based
20397on the selected architecture and the provided executable file.
20398
20399@item set powerpc vector-abi
20400@itemx show powerpc vector-abi
20401Force @value{GDBN} to use the specified calling convention for vector
20402arguments and return values. The valid options are @samp{auto};
20403@samp{generic}, to avoid vector registers even if they are present;
20404@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
20405registers. By default, @value{GDBN} selects the calling convention
20406based on the selected architecture and the provided executable file.
20407
e09342b5
TJB
20408@item set powerpc exact-watchpoints
20409@itemx show powerpc exact-watchpoints
20410Allow @value{GDBN} to use only one debug register when watching a variable
20411of scalar type, thus assuming that the variable is accessed through the
20412address of its first byte.
20413
8e04817f
AC
20414@kindex target dink32
20415@item target dink32 @var{dev}
20416DINK32 ROM monitor.
104c1213 20417
8e04817f
AC
20418@kindex target ppcbug
20419@item target ppcbug @var{dev}
20420@kindex target ppcbug1
20421@item target ppcbug1 @var{dev}
20422PPCBUG ROM monitor for PowerPC.
104c1213 20423
8e04817f
AC
20424@kindex target sds
20425@item target sds @var{dev}
20426SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 20427@end table
8e04817f 20428
c45da7e6 20429@cindex SDS protocol
d52fb0e9 20430The following commands specific to the SDS protocol are supported
55eddb0f 20431by @value{GDBN}:
c45da7e6
EZ
20432
20433@table @code
20434@item set sdstimeout @var{nsec}
20435@kindex set sdstimeout
20436Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
20437default is 2 seconds.
20438
20439@item show sdstimeout
20440@kindex show sdstimeout
20441Show the current value of the SDS timeout.
20442
20443@item sds @var{command}
20444@kindex sds@r{, a command}
20445Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
20446@end table
20447
c45da7e6 20448
8e04817f
AC
20449@node PA
20450@subsection HP PA Embedded
104c1213
JM
20451
20452@table @code
20453
8e04817f
AC
20454@kindex target op50n
20455@item target op50n @var{dev}
20456OP50N monitor, running on an OKI HPPA board.
20457
20458@kindex target w89k
20459@item target w89k @var{dev}
20460W89K monitor, running on a Winbond HPPA board.
104c1213
JM
20461
20462@end table
20463
8e04817f
AC
20464@node Sparclet
20465@subsection Tsqware Sparclet
104c1213 20466
8e04817f
AC
20467@cindex Sparclet
20468
20469@value{GDBN} enables developers to debug tasks running on
20470Sparclet targets from a Unix host.
20471@value{GDBN} uses code that runs on
20472both the Unix host and on the Sparclet target. The program
20473@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 20474
8e04817f
AC
20475@table @code
20476@item remotetimeout @var{args}
20477@kindex remotetimeout
20478@value{GDBN} supports the option @code{remotetimeout}.
20479This option is set by the user, and @var{args} represents the number of
20480seconds @value{GDBN} waits for responses.
104c1213
JM
20481@end table
20482
8e04817f
AC
20483@cindex compiling, on Sparclet
20484When compiling for debugging, include the options @samp{-g} to get debug
20485information and @samp{-Ttext} to relocate the program to where you wish to
20486load it on the target. You may also want to add the options @samp{-n} or
20487@samp{-N} in order to reduce the size of the sections. Example:
104c1213 20488
474c8240 20489@smallexample
8e04817f 20490sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 20491@end smallexample
104c1213 20492
8e04817f 20493You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 20494
474c8240 20495@smallexample
8e04817f 20496sparclet-aout-objdump --headers --syms prog
474c8240 20497@end smallexample
104c1213 20498
8e04817f
AC
20499@cindex running, on Sparclet
20500Once you have set
20501your Unix execution search path to find @value{GDBN}, you are ready to
20502run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
20503(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 20504
8e04817f
AC
20505@value{GDBN} comes up showing the prompt:
20506
474c8240 20507@smallexample
8e04817f 20508(gdbslet)
474c8240 20509@end smallexample
104c1213
JM
20510
20511@menu
8e04817f
AC
20512* Sparclet File:: Setting the file to debug
20513* Sparclet Connection:: Connecting to Sparclet
20514* Sparclet Download:: Sparclet download
20515* Sparclet Execution:: Running and debugging
104c1213
JM
20516@end menu
20517
8e04817f 20518@node Sparclet File
79a6e687 20519@subsubsection Setting File to Debug
104c1213 20520
8e04817f 20521The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 20522
474c8240 20523@smallexample
8e04817f 20524(gdbslet) file prog
474c8240 20525@end smallexample
104c1213 20526
8e04817f
AC
20527@need 1000
20528@value{GDBN} then attempts to read the symbol table of @file{prog}.
20529@value{GDBN} locates
20530the file by searching the directories listed in the command search
20531path.
12c27660 20532If the file was compiled with debug information (option @samp{-g}), source
8e04817f
AC
20533files will be searched as well.
20534@value{GDBN} locates
20535the source files by searching the directories listed in the directory search
79a6e687 20536path (@pxref{Environment, ,Your Program's Environment}).
8e04817f
AC
20537If it fails
20538to find a file, it displays a message such as:
104c1213 20539
474c8240 20540@smallexample
8e04817f 20541prog: No such file or directory.
474c8240 20542@end smallexample
104c1213 20543
8e04817f
AC
20544When this happens, add the appropriate directories to the search paths with
20545the @value{GDBN} commands @code{path} and @code{dir}, and execute the
20546@code{target} command again.
104c1213 20547
8e04817f
AC
20548@node Sparclet Connection
20549@subsubsection Connecting to Sparclet
104c1213 20550
8e04817f
AC
20551The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
20552To connect to a target on serial port ``@code{ttya}'', type:
104c1213 20553
474c8240 20554@smallexample
8e04817f
AC
20555(gdbslet) target sparclet /dev/ttya
20556Remote target sparclet connected to /dev/ttya
20557main () at ../prog.c:3
474c8240 20558@end smallexample
104c1213 20559
8e04817f
AC
20560@need 750
20561@value{GDBN} displays messages like these:
104c1213 20562
474c8240 20563@smallexample
8e04817f 20564Connected to ttya.
474c8240 20565@end smallexample
104c1213 20566
8e04817f 20567@node Sparclet Download
79a6e687 20568@subsubsection Sparclet Download
104c1213 20569
8e04817f
AC
20570@cindex download to Sparclet
20571Once connected to the Sparclet target,
20572you can use the @value{GDBN}
20573@code{load} command to download the file from the host to the target.
20574The file name and load offset should be given as arguments to the @code{load}
20575command.
20576Since the file format is aout, the program must be loaded to the starting
20577address. You can use @code{objdump} to find out what this value is. The load
20578offset is an offset which is added to the VMA (virtual memory address)
20579of each of the file's sections.
20580For instance, if the program
20581@file{prog} was linked to text address 0x1201000, with data at 0x12010160
20582and bss at 0x12010170, in @value{GDBN}, type:
104c1213 20583
474c8240 20584@smallexample
8e04817f
AC
20585(gdbslet) load prog 0x12010000
20586Loading section .text, size 0xdb0 vma 0x12010000
474c8240 20587@end smallexample
104c1213 20588
8e04817f
AC
20589If the code is loaded at a different address then what the program was linked
20590to, you may need to use the @code{section} and @code{add-symbol-file} commands
20591to tell @value{GDBN} where to map the symbol table.
20592
20593@node Sparclet Execution
79a6e687 20594@subsubsection Running and Debugging
8e04817f
AC
20595
20596@cindex running and debugging Sparclet programs
20597You can now begin debugging the task using @value{GDBN}'s execution control
20598commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
20599manual for the list of commands.
20600
474c8240 20601@smallexample
8e04817f
AC
20602(gdbslet) b main
20603Breakpoint 1 at 0x12010000: file prog.c, line 3.
20604(gdbslet) run
20605Starting program: prog
20606Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
206073 char *symarg = 0;
20608(gdbslet) step
206094 char *execarg = "hello!";
20610(gdbslet)
474c8240 20611@end smallexample
8e04817f
AC
20612
20613@node Sparclite
20614@subsection Fujitsu Sparclite
104c1213
JM
20615
20616@table @code
20617
8e04817f
AC
20618@kindex target sparclite
20619@item target sparclite @var{dev}
20620Fujitsu sparclite boards, used only for the purpose of loading.
20621You must use an additional command to debug the program.
20622For example: target remote @var{dev} using @value{GDBN} standard
20623remote protocol.
104c1213
JM
20624
20625@end table
20626
8e04817f
AC
20627@node Z8000
20628@subsection Zilog Z8000
104c1213 20629
8e04817f
AC
20630@cindex Z8000
20631@cindex simulator, Z8000
20632@cindex Zilog Z8000 simulator
104c1213 20633
8e04817f
AC
20634When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
20635a Z8000 simulator.
20636
20637For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
20638unsegmented variant of the Z8000 architecture) or the Z8001 (the
20639segmented variant). The simulator recognizes which architecture is
20640appropriate by inspecting the object code.
104c1213 20641
8e04817f
AC
20642@table @code
20643@item target sim @var{args}
20644@kindex sim
20645@kindex target sim@r{, with Z8000}
20646Debug programs on a simulated CPU. If the simulator supports setup
20647options, specify them via @var{args}.
104c1213
JM
20648@end table
20649
8e04817f
AC
20650@noindent
20651After specifying this target, you can debug programs for the simulated
20652CPU in the same style as programs for your host computer; use the
20653@code{file} command to load a new program image, the @code{run} command
20654to run your program, and so on.
20655
20656As well as making available all the usual machine registers
20657(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
20658additional items of information as specially named registers:
104c1213
JM
20659
20660@table @code
20661
8e04817f
AC
20662@item cycles
20663Counts clock-ticks in the simulator.
104c1213 20664
8e04817f
AC
20665@item insts
20666Counts instructions run in the simulator.
104c1213 20667
8e04817f
AC
20668@item time
20669Execution time in 60ths of a second.
104c1213 20670
8e04817f 20671@end table
104c1213 20672
8e04817f
AC
20673You can refer to these values in @value{GDBN} expressions with the usual
20674conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
20675conditional breakpoint that suspends only after at least 5000
20676simulated clock ticks.
104c1213 20677
a64548ea
EZ
20678@node AVR
20679@subsection Atmel AVR
20680@cindex AVR
20681
20682When configured for debugging the Atmel AVR, @value{GDBN} supports the
20683following AVR-specific commands:
20684
20685@table @code
20686@item info io_registers
20687@kindex info io_registers@r{, AVR}
20688@cindex I/O registers (Atmel AVR)
20689This command displays information about the AVR I/O registers. For
20690each register, @value{GDBN} prints its number and value.
20691@end table
20692
20693@node CRIS
20694@subsection CRIS
20695@cindex CRIS
20696
20697When configured for debugging CRIS, @value{GDBN} provides the
20698following CRIS-specific commands:
20699
20700@table @code
20701@item set cris-version @var{ver}
20702@cindex CRIS version
e22e55c9
OF
20703Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
20704The CRIS version affects register names and sizes. This command is useful in
20705case autodetection of the CRIS version fails.
a64548ea
EZ
20706
20707@item show cris-version
20708Show the current CRIS version.
20709
20710@item set cris-dwarf2-cfi
20711@cindex DWARF-2 CFI and CRIS
e22e55c9
OF
20712Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
20713Change to @samp{off} when using @code{gcc-cris} whose version is below
20714@code{R59}.
a64548ea
EZ
20715
20716@item show cris-dwarf2-cfi
20717Show the current state of using DWARF-2 CFI.
e22e55c9
OF
20718
20719@item set cris-mode @var{mode}
20720@cindex CRIS mode
20721Set the current CRIS mode to @var{mode}. It should only be changed when
20722debugging in guru mode, in which case it should be set to
20723@samp{guru} (the default is @samp{normal}).
20724
20725@item show cris-mode
20726Show the current CRIS mode.
a64548ea
EZ
20727@end table
20728
20729@node Super-H
20730@subsection Renesas Super-H
20731@cindex Super-H
20732
20733For the Renesas Super-H processor, @value{GDBN} provides these
20734commands:
20735
20736@table @code
c055b101
CV
20737@item set sh calling-convention @var{convention}
20738@kindex set sh calling-convention
20739Set the calling-convention used when calling functions from @value{GDBN}.
20740Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
20741With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
20742convention. If the DWARF-2 information of the called function specifies
20743that the function follows the Renesas calling convention, the function
20744is called using the Renesas calling convention. If the calling convention
20745is set to @samp{renesas}, the Renesas calling convention is always used,
20746regardless of the DWARF-2 information. This can be used to override the
20747default of @samp{gcc} if debug information is missing, or the compiler
20748does not emit the DWARF-2 calling convention entry for a function.
20749
20750@item show sh calling-convention
20751@kindex show sh calling-convention
20752Show the current calling convention setting.
20753
a64548ea
EZ
20754@end table
20755
20756
8e04817f
AC
20757@node Architectures
20758@section Architectures
104c1213 20759
8e04817f
AC
20760This section describes characteristics of architectures that affect
20761all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 20762
8e04817f 20763@menu
430ed3f0 20764* AArch64::
9c16f35a 20765* i386::
8e04817f
AC
20766* Alpha::
20767* MIPS::
a64548ea 20768* HPPA:: HP PA architecture
23d964e7 20769* SPU:: Cell Broadband Engine SPU architecture
4acd40f3 20770* PowerPC::
8e04817f 20771@end menu
104c1213 20772
430ed3f0
MS
20773@node AArch64
20774@subsection AArch64
20775@cindex AArch64 support
20776
20777When @value{GDBN} is debugging the AArch64 architecture, it provides the
20778following special commands:
20779
20780@table @code
20781@item set debug aarch64
20782@kindex set debug aarch64
20783This command determines whether AArch64 architecture-specific debugging
20784messages are to be displayed.
20785
20786@item show debug aarch64
20787Show whether AArch64 debugging messages are displayed.
20788
20789@end table
20790
9c16f35a 20791@node i386
db2e3e2e 20792@subsection x86 Architecture-specific Issues
9c16f35a
EZ
20793
20794@table @code
20795@item set struct-convention @var{mode}
20796@kindex set struct-convention
20797@cindex struct return convention
20798@cindex struct/union returned in registers
20799Set the convention used by the inferior to return @code{struct}s and
20800@code{union}s from functions to @var{mode}. Possible values of
20801@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
20802default). @code{"default"} or @code{"pcc"} means that @code{struct}s
20803are returned on the stack, while @code{"reg"} means that a
20804@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
20805be returned in a register.
20806
20807@item show struct-convention
20808@kindex show struct-convention
20809Show the current setting of the convention to return @code{struct}s
20810from functions.
20811@end table
20812
8e04817f
AC
20813@node Alpha
20814@subsection Alpha
104c1213 20815
8e04817f 20816See the following section.
104c1213 20817
8e04817f 20818@node MIPS
eb17f351 20819@subsection @acronym{MIPS}
104c1213 20820
8e04817f 20821@cindex stack on Alpha
eb17f351 20822@cindex stack on @acronym{MIPS}
8e04817f 20823@cindex Alpha stack
eb17f351
EZ
20824@cindex @acronym{MIPS} stack
20825Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
8e04817f
AC
20826sometimes requires @value{GDBN} to search backward in the object code to
20827find the beginning of a function.
104c1213 20828
eb17f351 20829@cindex response time, @acronym{MIPS} debugging
8e04817f
AC
20830To improve response time (especially for embedded applications, where
20831@value{GDBN} may be restricted to a slow serial line for this search)
20832you may want to limit the size of this search, using one of these
20833commands:
104c1213 20834
8e04817f 20835@table @code
eb17f351 20836@cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
8e04817f
AC
20837@item set heuristic-fence-post @var{limit}
20838Restrict @value{GDBN} to examining at most @var{limit} bytes in its
20839search for the beginning of a function. A value of @var{0} (the
20840default) means there is no limit. However, except for @var{0}, the
20841larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
20842and therefore the longer it takes to run. You should only need to use
20843this command when debugging a stripped executable.
104c1213 20844
8e04817f
AC
20845@item show heuristic-fence-post
20846Display the current limit.
20847@end table
104c1213
JM
20848
20849@noindent
8e04817f 20850These commands are available @emph{only} when @value{GDBN} is configured
eb17f351 20851for debugging programs on Alpha or @acronym{MIPS} processors.
104c1213 20852
eb17f351 20853Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
a64548ea
EZ
20854programs:
20855
20856@table @code
a64548ea
EZ
20857@item set mips abi @var{arg}
20858@kindex set mips abi
eb17f351
EZ
20859@cindex set ABI for @acronym{MIPS}
20860Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
a64548ea
EZ
20861values of @var{arg} are:
20862
20863@table @samp
20864@item auto
20865The default ABI associated with the current binary (this is the
20866default).
20867@item o32
20868@item o64
20869@item n32
20870@item n64
20871@item eabi32
20872@item eabi64
a64548ea
EZ
20873@end table
20874
20875@item show mips abi
20876@kindex show mips abi
eb17f351 20877Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
a64548ea 20878
4cc0665f
MR
20879@item set mips compression @var{arg}
20880@kindex set mips compression
20881@cindex code compression, @acronym{MIPS}
20882Tell @value{GDBN} which @acronym{MIPS} compressed
20883@acronym{ISA, Instruction Set Architecture} encoding is used by the
20884inferior. @value{GDBN} uses this for code disassembly and other
20885internal interpretation purposes. This setting is only referred to
20886when no executable has been associated with the debugging session or
20887the executable does not provide information about the encoding it uses.
20888Otherwise this setting is automatically updated from information
20889provided by the executable.
20890
20891Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
20892The default compressed @acronym{ISA} encoding is @samp{mips16}, as
20893executables containing @acronym{MIPS16} code frequently are not
20894identified as such.
20895
20896This setting is ``sticky''; that is, it retains its value across
20897debugging sessions until reset either explicitly with this command or
20898implicitly from an executable.
20899
20900The compiler and/or assembler typically add symbol table annotations to
20901identify functions compiled for the @acronym{MIPS16} or
20902@acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
20903are present, @value{GDBN} uses them in preference to the global
20904compressed @acronym{ISA} encoding setting.
20905
20906@item show mips compression
20907@kindex show mips compression
20908Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
20909@value{GDBN} to debug the inferior.
20910
a64548ea
EZ
20911@item set mipsfpu
20912@itemx show mipsfpu
20913@xref{MIPS Embedded, set mipsfpu}.
20914
20915@item set mips mask-address @var{arg}
20916@kindex set mips mask-address
eb17f351 20917@cindex @acronym{MIPS} addresses, masking
a64548ea 20918This command determines whether the most-significant 32 bits of 64-bit
eb17f351 20919@acronym{MIPS} addresses are masked off. The argument @var{arg} can be
a64548ea
EZ
20920@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
20921setting, which lets @value{GDBN} determine the correct value.
20922
20923@item show mips mask-address
20924@kindex show mips mask-address
eb17f351 20925Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
a64548ea
EZ
20926not.
20927
20928@item set remote-mips64-transfers-32bit-regs
20929@kindex set remote-mips64-transfers-32bit-regs
eb17f351
EZ
20930This command controls compatibility with 64-bit @acronym{MIPS} targets that
20931transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
a64548ea
EZ
20932that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
20933and 64 bits for other registers, set this option to @samp{on}.
20934
20935@item show remote-mips64-transfers-32bit-regs
20936@kindex show remote-mips64-transfers-32bit-regs
eb17f351 20937Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
a64548ea
EZ
20938
20939@item set debug mips
20940@kindex set debug mips
eb17f351 20941This command turns on and off debugging messages for the @acronym{MIPS}-specific
a64548ea
EZ
20942target code in @value{GDBN}.
20943
20944@item show debug mips
20945@kindex show debug mips
eb17f351 20946Show the current setting of @acronym{MIPS} debugging messages.
a64548ea
EZ
20947@end table
20948
20949
20950@node HPPA
20951@subsection HPPA
20952@cindex HPPA support
20953
d3e8051b 20954When @value{GDBN} is debugging the HP PA architecture, it provides the
a64548ea
EZ
20955following special commands:
20956
20957@table @code
20958@item set debug hppa
20959@kindex set debug hppa
db2e3e2e 20960This command determines whether HPPA architecture-specific debugging
a64548ea
EZ
20961messages are to be displayed.
20962
20963@item show debug hppa
20964Show whether HPPA debugging messages are displayed.
20965
20966@item maint print unwind @var{address}
20967@kindex maint print unwind@r{, HPPA}
20968This command displays the contents of the unwind table entry at the
20969given @var{address}.
20970
20971@end table
20972
104c1213 20973
23d964e7
UW
20974@node SPU
20975@subsection Cell Broadband Engine SPU architecture
20976@cindex Cell Broadband Engine
20977@cindex SPU
20978
20979When @value{GDBN} is debugging the Cell Broadband Engine SPU architecture,
20980it provides the following special commands:
20981
20982@table @code
20983@item info spu event
20984@kindex info spu
20985Display SPU event facility status. Shows current event mask
20986and pending event status.
20987
20988@item info spu signal
20989Display SPU signal notification facility status. Shows pending
20990signal-control word and signal notification mode of both signal
20991notification channels.
20992
20993@item info spu mailbox
20994Display SPU mailbox facility status. Shows all pending entries,
20995in order of processing, in each of the SPU Write Outbound,
20996SPU Write Outbound Interrupt, and SPU Read Inbound mailboxes.
20997
20998@item info spu dma
20999Display MFC DMA status. Shows all pending commands in the MFC
21000DMA queue. For each entry, opcode, tag, class IDs, effective
21001and local store addresses and transfer size are shown.
21002
21003@item info spu proxydma
21004Display MFC Proxy-DMA status. Shows all pending commands in the MFC
21005Proxy-DMA queue. For each entry, opcode, tag, class IDs, effective
21006and local store addresses and transfer size are shown.
21007
21008@end table
21009
3285f3fe
UW
21010When @value{GDBN} is debugging a combined PowerPC/SPU application
21011on the Cell Broadband Engine, it provides in addition the following
21012special commands:
21013
21014@table @code
21015@item set spu stop-on-load @var{arg}
21016@kindex set spu
21017Set whether to stop for new SPE threads. When set to @code{on}, @value{GDBN}
21018will give control to the user when a new SPE thread enters its @code{main}
21019function. The default is @code{off}.
21020
21021@item show spu stop-on-load
21022@kindex show spu
21023Show whether to stop for new SPE threads.
21024
ff1a52c6
UW
21025@item set spu auto-flush-cache @var{arg}
21026Set whether to automatically flush the software-managed cache. When set to
21027@code{on}, @value{GDBN} will automatically cause the SPE software-managed
21028cache to be flushed whenever SPE execution stops. This provides a consistent
21029view of PowerPC memory that is accessed via the cache. If an application
21030does not use the software-managed cache, this option has no effect.
21031
21032@item show spu auto-flush-cache
21033Show whether to automatically flush the software-managed cache.
21034
3285f3fe
UW
21035@end table
21036
4acd40f3
TJB
21037@node PowerPC
21038@subsection PowerPC
21039@cindex PowerPC architecture
21040
21041When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
21042pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
21043numbers stored in the floating point registers. These values must be stored
21044in two consecutive registers, always starting at an even register like
21045@code{f0} or @code{f2}.
21046
21047The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
21048by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
21049@code{f2} and @code{f3} for @code{$dl1} and so on.
21050
aeac0ff9 21051For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
677c5bb1
LM
21052wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
21053
23d964e7 21054
8e04817f
AC
21055@node Controlling GDB
21056@chapter Controlling @value{GDBN}
21057
21058You can alter the way @value{GDBN} interacts with you by using the
21059@code{set} command. For commands controlling how @value{GDBN} displays
79a6e687 21060data, see @ref{Print Settings, ,Print Settings}. Other settings are
8e04817f
AC
21061described here.
21062
21063@menu
21064* Prompt:: Prompt
21065* Editing:: Command editing
d620b259 21066* Command History:: Command history
8e04817f
AC
21067* Screen Size:: Screen size
21068* Numbers:: Numbers
1e698235 21069* ABI:: Configuring the current ABI
bf88dd68 21070* Auto-loading:: Automatically loading associated files
8e04817f
AC
21071* Messages/Warnings:: Optional warnings and messages
21072* Debugging Output:: Optional messages about internal happenings
14fb1bac 21073* Other Misc Settings:: Other Miscellaneous Settings
8e04817f
AC
21074@end menu
21075
21076@node Prompt
21077@section Prompt
104c1213 21078
8e04817f 21079@cindex prompt
104c1213 21080
8e04817f
AC
21081@value{GDBN} indicates its readiness to read a command by printing a string
21082called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
21083can change the prompt string with the @code{set prompt} command. For
21084instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
21085the prompt in one of the @value{GDBN} sessions so that you can always tell
21086which one you are talking to.
104c1213 21087
8e04817f
AC
21088@emph{Note:} @code{set prompt} does not add a space for you after the
21089prompt you set. This allows you to set a prompt which ends in a space
21090or a prompt that does not.
104c1213 21091
8e04817f
AC
21092@table @code
21093@kindex set prompt
21094@item set prompt @var{newprompt}
21095Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 21096
8e04817f
AC
21097@kindex show prompt
21098@item show prompt
21099Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
21100@end table
21101
fa3a4f15
PM
21102Versions of @value{GDBN} that ship with Python scripting enabled have
21103prompt extensions. The commands for interacting with these extensions
21104are:
21105
21106@table @code
21107@kindex set extended-prompt
21108@item set extended-prompt @var{prompt}
21109Set an extended prompt that allows for substitutions.
21110@xref{gdb.prompt}, for a list of escape sequences that can be used for
21111substitution. Any escape sequences specified as part of the prompt
21112string are replaced with the corresponding strings each time the prompt
21113is displayed.
21114
21115For example:
21116
21117@smallexample
21118set extended-prompt Current working directory: \w (gdb)
21119@end smallexample
21120
21121Note that when an extended-prompt is set, it takes control of the
21122@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
21123
21124@kindex show extended-prompt
21125@item show extended-prompt
21126Prints the extended prompt. Any escape sequences specified as part of
21127the prompt string with @code{set extended-prompt}, are replaced with the
21128corresponding strings each time the prompt is displayed.
21129@end table
21130
8e04817f 21131@node Editing
79a6e687 21132@section Command Editing
8e04817f
AC
21133@cindex readline
21134@cindex command line editing
104c1213 21135
703663ab 21136@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
21137@sc{gnu} library provides consistent behavior for programs which provide a
21138command line interface to the user. Advantages are @sc{gnu} Emacs-style
21139or @dfn{vi}-style inline editing of commands, @code{csh}-like history
21140substitution, and a storage and recall of command history across
21141debugging sessions.
104c1213 21142
8e04817f
AC
21143You may control the behavior of command line editing in @value{GDBN} with the
21144command @code{set}.
104c1213 21145
8e04817f
AC
21146@table @code
21147@kindex set editing
21148@cindex editing
21149@item set editing
21150@itemx set editing on
21151Enable command line editing (enabled by default).
104c1213 21152
8e04817f
AC
21153@item set editing off
21154Disable command line editing.
104c1213 21155
8e04817f
AC
21156@kindex show editing
21157@item show editing
21158Show whether command line editing is enabled.
104c1213
JM
21159@end table
21160
39037522
TT
21161@ifset SYSTEM_READLINE
21162@xref{Command Line Editing, , , rluserman, GNU Readline Library},
21163@end ifset
21164@ifclear SYSTEM_READLINE
21165@xref{Command Line Editing},
21166@end ifclear
21167for more details about the Readline
703663ab
EZ
21168interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
21169encouraged to read that chapter.
21170
d620b259 21171@node Command History
79a6e687 21172@section Command History
703663ab 21173@cindex command history
8e04817f
AC
21174
21175@value{GDBN} can keep track of the commands you type during your
21176debugging sessions, so that you can be certain of precisely what
21177happened. Use these commands to manage the @value{GDBN} command
21178history facility.
104c1213 21179
703663ab 21180@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
39037522
TT
21181package, to provide the history facility.
21182@ifset SYSTEM_READLINE
21183@xref{Using History Interactively, , , history, GNU History Library},
21184@end ifset
21185@ifclear SYSTEM_READLINE
21186@xref{Using History Interactively},
21187@end ifclear
21188for the detailed description of the History library.
703663ab 21189
d620b259 21190To issue a command to @value{GDBN} without affecting certain aspects of
9e6c4bd5
NR
21191the state which is seen by users, prefix it with @samp{server }
21192(@pxref{Server Prefix}). This
d620b259
NR
21193means that this command will not affect the command history, nor will it
21194affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
21195pressed on a line by itself.
21196
21197@cindex @code{server}, command prefix
21198The server prefix does not affect the recording of values into the value
21199history; to print a value without recording it into the value history,
21200use the @code{output} command instead of the @code{print} command.
21201
703663ab
EZ
21202Here is the description of @value{GDBN} commands related to command
21203history.
21204
104c1213 21205@table @code
8e04817f
AC
21206@cindex history substitution
21207@cindex history file
21208@kindex set history filename
4644b6e3 21209@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
21210@item set history filename @var{fname}
21211Set the name of the @value{GDBN} command history file to @var{fname}.
21212This is the file where @value{GDBN} reads an initial command history
21213list, and where it writes the command history from this session when it
21214exits. You can access this list through history expansion or through
21215the history command editing characters listed below. This file defaults
21216to the value of the environment variable @code{GDBHISTFILE}, or to
21217@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
21218is not set.
104c1213 21219
9c16f35a
EZ
21220@cindex save command history
21221@kindex set history save
8e04817f
AC
21222@item set history save
21223@itemx set history save on
21224Record command history in a file, whose name may be specified with the
21225@code{set history filename} command. By default, this option is disabled.
104c1213 21226
8e04817f
AC
21227@item set history save off
21228Stop recording command history in a file.
104c1213 21229
8e04817f 21230@cindex history size
9c16f35a 21231@kindex set history size
6fc08d32 21232@cindex @env{HISTSIZE}, environment variable
8e04817f
AC
21233@item set history size @var{size}
21234Set the number of commands which @value{GDBN} keeps in its history list.
21235This defaults to the value of the environment variable
21236@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
21237@end table
21238
8e04817f 21239History expansion assigns special meaning to the character @kbd{!}.
39037522
TT
21240@ifset SYSTEM_READLINE
21241@xref{Event Designators, , , history, GNU History Library},
21242@end ifset
21243@ifclear SYSTEM_READLINE
21244@xref{Event Designators},
21245@end ifclear
21246for more details.
8e04817f 21247
703663ab 21248@cindex history expansion, turn on/off
8e04817f
AC
21249Since @kbd{!} is also the logical not operator in C, history expansion
21250is off by default. If you decide to enable history expansion with the
21251@code{set history expansion on} command, you may sometimes need to
21252follow @kbd{!} (when it is used as logical not, in an expression) with
21253a space or a tab to prevent it from being expanded. The readline
21254history facilities do not attempt substitution on the strings
21255@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
21256
21257The commands to control history expansion are:
104c1213
JM
21258
21259@table @code
8e04817f
AC
21260@item set history expansion on
21261@itemx set history expansion
703663ab 21262@kindex set history expansion
8e04817f 21263Enable history expansion. History expansion is off by default.
104c1213 21264
8e04817f
AC
21265@item set history expansion off
21266Disable history expansion.
104c1213 21267
8e04817f
AC
21268@c @group
21269@kindex show history
21270@item show history
21271@itemx show history filename
21272@itemx show history save
21273@itemx show history size
21274@itemx show history expansion
21275These commands display the state of the @value{GDBN} history parameters.
21276@code{show history} by itself displays all four states.
21277@c @end group
21278@end table
21279
21280@table @code
9c16f35a
EZ
21281@kindex show commands
21282@cindex show last commands
21283@cindex display command history
8e04817f
AC
21284@item show commands
21285Display the last ten commands in the command history.
104c1213 21286
8e04817f
AC
21287@item show commands @var{n}
21288Print ten commands centered on command number @var{n}.
21289
21290@item show commands +
21291Print ten commands just after the commands last printed.
104c1213
JM
21292@end table
21293
8e04817f 21294@node Screen Size
79a6e687 21295@section Screen Size
8e04817f
AC
21296@cindex size of screen
21297@cindex pauses in output
104c1213 21298
8e04817f
AC
21299Certain commands to @value{GDBN} may produce large amounts of
21300information output to the screen. To help you read all of it,
21301@value{GDBN} pauses and asks you for input at the end of each page of
21302output. Type @key{RET} when you want to continue the output, or @kbd{q}
21303to discard the remaining output. Also, the screen width setting
21304determines when to wrap lines of output. Depending on what is being
21305printed, @value{GDBN} tries to break the line at a readable place,
21306rather than simply letting it overflow onto the following line.
21307
21308Normally @value{GDBN} knows the size of the screen from the terminal
21309driver software. For example, on Unix @value{GDBN} uses the termcap data base
21310together with the value of the @code{TERM} environment variable and the
21311@code{stty rows} and @code{stty cols} settings. If this is not correct,
21312you can override it with the @code{set height} and @code{set
21313width} commands:
21314
21315@table @code
21316@kindex set height
21317@kindex set width
21318@kindex show width
21319@kindex show height
21320@item set height @var{lpp}
21321@itemx show height
21322@itemx set width @var{cpl}
21323@itemx show width
21324These @code{set} commands specify a screen height of @var{lpp} lines and
21325a screen width of @var{cpl} characters. The associated @code{show}
21326commands display the current settings.
104c1213 21327
8e04817f
AC
21328If you specify a height of zero lines, @value{GDBN} does not pause during
21329output no matter how long the output is. This is useful if output is to a
21330file or to an editor buffer.
104c1213 21331
8e04817f
AC
21332Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
21333from wrapping its output.
9c16f35a
EZ
21334
21335@item set pagination on
21336@itemx set pagination off
21337@kindex set pagination
21338Turn the output pagination on or off; the default is on. Turning
7c953934
TT
21339pagination off is the alternative to @code{set height 0}. Note that
21340running @value{GDBN} with the @option{--batch} option (@pxref{Mode
21341Options, -batch}) also automatically disables pagination.
9c16f35a
EZ
21342
21343@item show pagination
21344@kindex show pagination
21345Show the current pagination mode.
104c1213
JM
21346@end table
21347
8e04817f
AC
21348@node Numbers
21349@section Numbers
21350@cindex number representation
21351@cindex entering numbers
104c1213 21352
8e04817f
AC
21353You can always enter numbers in octal, decimal, or hexadecimal in
21354@value{GDBN} by the usual conventions: octal numbers begin with
21355@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
eb2dae08
EZ
21356begin with @samp{0x}. Numbers that neither begin with @samp{0} or
21357@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2135810; likewise, the default display for numbers---when no particular
21359format is specified---is base 10. You can change the default base for
21360both input and output with the commands described below.
104c1213 21361
8e04817f
AC
21362@table @code
21363@kindex set input-radix
21364@item set input-radix @var{base}
21365Set the default base for numeric input. Supported choices
21366for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 21367specified either unambiguously or using the current input radix; for
8e04817f 21368example, any of
104c1213 21369
8e04817f 21370@smallexample
9c16f35a
EZ
21371set input-radix 012
21372set input-radix 10.
21373set input-radix 0xa
8e04817f 21374@end smallexample
104c1213 21375
8e04817f 21376@noindent
9c16f35a 21377sets the input base to decimal. On the other hand, @samp{set input-radix 10}
eb2dae08
EZ
21378leaves the input radix unchanged, no matter what it was, since
21379@samp{10}, being without any leading or trailing signs of its base, is
21380interpreted in the current radix. Thus, if the current radix is 16,
21381@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
21382change the radix.
104c1213 21383
8e04817f
AC
21384@kindex set output-radix
21385@item set output-radix @var{base}
21386Set the default base for numeric display. Supported choices
21387for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
eb2dae08 21388specified either unambiguously or using the current input radix.
104c1213 21389
8e04817f
AC
21390@kindex show input-radix
21391@item show input-radix
21392Display the current default base for numeric input.
104c1213 21393
8e04817f
AC
21394@kindex show output-radix
21395@item show output-radix
21396Display the current default base for numeric display.
9c16f35a
EZ
21397
21398@item set radix @r{[}@var{base}@r{]}
21399@itemx show radix
21400@kindex set radix
21401@kindex show radix
21402These commands set and show the default base for both input and output
21403of numbers. @code{set radix} sets the radix of input and output to
21404the same base; without an argument, it resets the radix back to its
21405default value of 10.
21406
8e04817f 21407@end table
104c1213 21408
1e698235 21409@node ABI
79a6e687 21410@section Configuring the Current ABI
1e698235
DJ
21411
21412@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
21413application automatically. However, sometimes you need to override its
21414conclusions. Use these commands to manage @value{GDBN}'s view of the
21415current ABI.
21416
98b45e30
DJ
21417@cindex OS ABI
21418@kindex set osabi
b4e9345d 21419@kindex show osabi
430ed3f0 21420@cindex Newlib OS ABI and its influence on the longjmp handling
98b45e30
DJ
21421
21422One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 21423system targets, either via remote debugging or native emulation.
98b45e30
DJ
21424@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
21425but you can override its conclusion using the @code{set osabi} command.
21426One example where this is useful is in debugging of binaries which use
21427an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
21428not have the same identifying marks that the standard C library for your
21429platform provides.
21430
430ed3f0
MS
21431When @value{GDBN} is debugging the AArch64 architecture, it provides a
21432``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
21433@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
21434The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
21435
98b45e30
DJ
21436@table @code
21437@item show osabi
21438Show the OS ABI currently in use.
21439
21440@item set osabi
21441With no argument, show the list of registered available OS ABI's.
21442
21443@item set osabi @var{abi}
21444Set the current OS ABI to @var{abi}.
21445@end table
21446
1e698235 21447@cindex float promotion
1e698235
DJ
21448
21449Generally, the way that an argument of type @code{float} is passed to a
21450function depends on whether the function is prototyped. For a prototyped
21451(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
21452according to the architecture's convention for @code{float}. For unprototyped
21453(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
21454@code{double} and then passed.
21455
21456Unfortunately, some forms of debug information do not reliably indicate whether
21457a function is prototyped. If @value{GDBN} calls a function that is not marked
21458as prototyped, it consults @kbd{set coerce-float-to-double}.
21459
21460@table @code
a8f24a35 21461@kindex set coerce-float-to-double
1e698235
DJ
21462@item set coerce-float-to-double
21463@itemx set coerce-float-to-double on
21464Arguments of type @code{float} will be promoted to @code{double} when passed
21465to an unprototyped function. This is the default setting.
21466
21467@item set coerce-float-to-double off
21468Arguments of type @code{float} will be passed directly to unprototyped
21469functions.
9c16f35a
EZ
21470
21471@kindex show coerce-float-to-double
21472@item show coerce-float-to-double
21473Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
21474@end table
21475
f1212245
DJ
21476@kindex set cp-abi
21477@kindex show cp-abi
21478@value{GDBN} needs to know the ABI used for your program's C@t{++}
21479objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
21480used to build your application. @value{GDBN} only fully supports
21481programs with a single C@t{++} ABI; if your program contains code using
21482multiple C@t{++} ABI's or if @value{GDBN} can not identify your
21483program's ABI correctly, you can tell @value{GDBN} which ABI to use.
21484Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
21485before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
21486``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
21487use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
21488``auto''.
21489
21490@table @code
21491@item show cp-abi
21492Show the C@t{++} ABI currently in use.
21493
21494@item set cp-abi
21495With no argument, show the list of supported C@t{++} ABI's.
21496
21497@item set cp-abi @var{abi}
21498@itemx set cp-abi auto
21499Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
21500@end table
21501
bf88dd68
JK
21502@node Auto-loading
21503@section Automatically loading associated files
21504@cindex auto-loading
21505
21506@value{GDBN} sometimes reads files with commands and settings automatically,
21507without being explicitly told so by the user. We call this feature
21508@dfn{auto-loading}. While auto-loading is useful for automatically adapting
21509@value{GDBN} to the needs of your project, it can sometimes produce unexpected
21510results or introduce security risks (e.g., if the file comes from untrusted
21511sources).
21512
c1668e4e
JK
21513Note that loading of these associated files (including the local @file{.gdbinit}
21514file) requires accordingly configured @code{auto-load safe-path}
21515(@pxref{Auto-loading safe path}).
21516
bf88dd68
JK
21517For these reasons, @value{GDBN} includes commands and options to let you
21518control when to auto-load files and which files should be auto-loaded.
21519
21520@table @code
21521@anchor{set auto-load off}
21522@kindex set auto-load off
21523@item set auto-load off
21524Globally disable loading of all auto-loaded files.
21525You may want to use this command with the @samp{-iex} option
21526(@pxref{Option -init-eval-command}) such as:
21527@smallexample
21528$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
21529@end smallexample
21530
21531Be aware that system init file (@pxref{System-wide configuration})
21532and init files from your home directory (@pxref{Home Directory Init File})
21533still get read (as they come from generally trusted directories).
21534To prevent @value{GDBN} from auto-loading even those init files, use the
21535@option{-nx} option (@pxref{Mode Options}), in addition to
21536@code{set auto-load no}.
21537
21538@anchor{show auto-load}
21539@kindex show auto-load
21540@item show auto-load
21541Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
21542or disabled.
21543
21544@smallexample
21545(gdb) show auto-load
21546gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
21547libthread-db: Auto-loading of inferior specific libthread_db is on.
1ccacbcd
JK
21548local-gdbinit: Auto-loading of .gdbinit script from current directory
21549 is on.
bf88dd68 21550python-scripts: Auto-loading of Python scripts is on.
bccbefd2 21551safe-path: List of directories from which it is safe to auto-load files
1564a261 21552 is $debugdir:$datadir/auto-load.
7349ff92 21553scripts-directory: List of directories from which to load auto-loaded scripts
1564a261 21554 is $debugdir:$datadir/auto-load.
bf88dd68
JK
21555@end smallexample
21556
21557@anchor{info auto-load}
21558@kindex info auto-load
21559@item info auto-load
21560Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
21561not.
21562
21563@smallexample
21564(gdb) info auto-load
21565gdb-scripts:
21566Loaded Script
21567Yes /home/user/gdb/gdb-gdb.gdb
21568libthread-db: No auto-loaded libthread-db.
1ccacbcd
JK
21569local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
21570 loaded.
bf88dd68
JK
21571python-scripts:
21572Loaded Script
21573Yes /home/user/gdb/gdb-gdb.py
21574@end smallexample
21575@end table
21576
21577These are various kinds of files @value{GDBN} can automatically load:
21578
21579@itemize @bullet
21580@item
21581@xref{objfile-gdb.py file}, controlled by @ref{set auto-load python-scripts}.
21582@item
21583@xref{objfile-gdb.gdb file}, controlled by @ref{set auto-load gdb-scripts}.
21584@item
21585@xref{dotdebug_gdb_scripts section},
21586controlled by @ref{set auto-load python-scripts}.
21587@item
21588@xref{Init File in the Current Directory},
21589controlled by @ref{set auto-load local-gdbinit}.
21590@item
21591@xref{libthread_db.so.1 file}, controlled by @ref{set auto-load libthread-db}.
21592@end itemize
21593
21594These are @value{GDBN} control commands for the auto-loading:
21595
21596@multitable @columnfractions .5 .5
21597@item @xref{set auto-load off}.
21598@tab Disable auto-loading globally.
21599@item @xref{show auto-load}.
21600@tab Show setting of all kinds of files.
21601@item @xref{info auto-load}.
21602@tab Show state of all kinds of files.
21603@item @xref{set auto-load gdb-scripts}.
21604@tab Control for @value{GDBN} command scripts.
21605@item @xref{show auto-load gdb-scripts}.
21606@tab Show setting of @value{GDBN} command scripts.
21607@item @xref{info auto-load gdb-scripts}.
21608@tab Show state of @value{GDBN} command scripts.
21609@item @xref{set auto-load python-scripts}.
21610@tab Control for @value{GDBN} Python scripts.
21611@item @xref{show auto-load python-scripts}.
21612@tab Show setting of @value{GDBN} Python scripts.
21613@item @xref{info auto-load python-scripts}.
21614@tab Show state of @value{GDBN} Python scripts.
7349ff92
JK
21615@item @xref{set auto-load scripts-directory}.
21616@tab Control for @value{GDBN} auto-loaded scripts location.
21617@item @xref{show auto-load scripts-directory}.
21618@tab Show @value{GDBN} auto-loaded scripts location.
bf88dd68
JK
21619@item @xref{set auto-load local-gdbinit}.
21620@tab Control for init file in the current directory.
21621@item @xref{show auto-load local-gdbinit}.
21622@tab Show setting of init file in the current directory.
21623@item @xref{info auto-load local-gdbinit}.
21624@tab Show state of init file in the current directory.
21625@item @xref{set auto-load libthread-db}.
21626@tab Control for thread debugging library.
21627@item @xref{show auto-load libthread-db}.
21628@tab Show setting of thread debugging library.
21629@item @xref{info auto-load libthread-db}.
21630@tab Show state of thread debugging library.
bccbefd2
JK
21631@item @xref{set auto-load safe-path}.
21632@tab Control directories trusted for automatic loading.
21633@item @xref{show auto-load safe-path}.
21634@tab Show directories trusted for automatic loading.
21635@item @xref{add-auto-load-safe-path}.
21636@tab Add directory trusted for automatic loading.
bf88dd68
JK
21637@end multitable
21638
21639@menu
21640* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
21641* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
21642* objfile-gdb.gdb file:: @samp{set/show/info auto-load gdb-script}
bccbefd2 21643* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
4dc84fd1 21644* Auto-loading verbose mode:: @samp{set/show debug auto-load}
bf88dd68
JK
21645@xref{Python Auto-loading}.
21646@end menu
21647
21648@node Init File in the Current Directory
21649@subsection Automatically loading init file in the current directory
21650@cindex auto-loading init file in the current directory
21651
21652By default, @value{GDBN} reads and executes the canned sequences of commands
21653from init file (if any) in the current working directory,
21654see @ref{Init File in the Current Directory during Startup}.
21655
c1668e4e
JK
21656Note that loading of this local @file{.gdbinit} file also requires accordingly
21657configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
21658
bf88dd68
JK
21659@table @code
21660@anchor{set auto-load local-gdbinit}
21661@kindex set auto-load local-gdbinit
21662@item set auto-load local-gdbinit [on|off]
21663Enable or disable the auto-loading of canned sequences of commands
21664(@pxref{Sequences}) found in init file in the current directory.
21665
21666@anchor{show auto-load local-gdbinit}
21667@kindex show auto-load local-gdbinit
21668@item show auto-load local-gdbinit
21669Show whether auto-loading of canned sequences of commands from init file in the
21670current directory is enabled or disabled.
21671
21672@anchor{info auto-load local-gdbinit}
21673@kindex info auto-load local-gdbinit
21674@item info auto-load local-gdbinit
21675Print whether canned sequences of commands from init file in the
21676current directory have been auto-loaded.
21677@end table
21678
21679@node libthread_db.so.1 file
21680@subsection Automatically loading thread debugging library
21681@cindex auto-loading libthread_db.so.1
21682
21683This feature is currently present only on @sc{gnu}/Linux native hosts.
21684
21685@value{GDBN} reads in some cases thread debugging library from places specific
21686to the inferior (@pxref{set libthread-db-search-path}).
21687
21688The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
21689without checking this @samp{set auto-load libthread-db} switch as system
21690libraries have to be trusted in general. In all other cases of
21691@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
21692auto-load libthread-db} is enabled before trying to open such thread debugging
21693library.
21694
c1668e4e
JK
21695Note that loading of this debugging library also requires accordingly configured
21696@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
21697
bf88dd68
JK
21698@table @code
21699@anchor{set auto-load libthread-db}
21700@kindex set auto-load libthread-db
21701@item set auto-load libthread-db [on|off]
21702Enable or disable the auto-loading of inferior specific thread debugging library.
21703
21704@anchor{show auto-load libthread-db}
21705@kindex show auto-load libthread-db
21706@item show auto-load libthread-db
21707Show whether auto-loading of inferior specific thread debugging library is
21708enabled or disabled.
21709
21710@anchor{info auto-load libthread-db}
21711@kindex info auto-load libthread-db
21712@item info auto-load libthread-db
21713Print the list of all loaded inferior specific thread debugging libraries and
21714for each such library print list of inferior @var{pid}s using it.
21715@end table
21716
21717@node objfile-gdb.gdb file
21718@subsection The @file{@var{objfile}-gdb.gdb} file
21719@cindex auto-loading @file{@var{objfile}-gdb.gdb}
21720
21721@value{GDBN} tries to load an @file{@var{objfile}-gdb.gdb} file containing
21722canned sequences of commands (@pxref{Sequences}), as long as @samp{set
21723auto-load gdb-scripts} is set to @samp{on}.
21724
c1668e4e
JK
21725Note that loading of this script file also requires accordingly configured
21726@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
21727
bf88dd68
JK
21728For more background refer to the similar Python scripts auto-loading
21729description (@pxref{objfile-gdb.py file}).
21730
21731@table @code
21732@anchor{set auto-load gdb-scripts}
21733@kindex set auto-load gdb-scripts
21734@item set auto-load gdb-scripts [on|off]
21735Enable or disable the auto-loading of canned sequences of commands scripts.
21736
21737@anchor{show auto-load gdb-scripts}
21738@kindex show auto-load gdb-scripts
21739@item show auto-load gdb-scripts
21740Show whether auto-loading of canned sequences of commands scripts is enabled or
21741disabled.
21742
21743@anchor{info auto-load gdb-scripts}
21744@kindex info auto-load gdb-scripts
21745@cindex print list of auto-loaded canned sequences of commands scripts
21746@item info auto-load gdb-scripts [@var{regexp}]
21747Print the list of all canned sequences of commands scripts that @value{GDBN}
21748auto-loaded.
21749@end table
21750
21751If @var{regexp} is supplied only canned sequences of commands scripts with
21752matching names are printed.
21753
bccbefd2
JK
21754@node Auto-loading safe path
21755@subsection Security restriction for auto-loading
21756@cindex auto-loading safe-path
21757
21758As the files of inferior can come from untrusted source (such as submitted by
21759an application user) @value{GDBN} does not always load any files automatically.
21760@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
21761directories trusted for loading files not explicitly requested by user.
202cbf1c 21762Each directory can also be a shell wildcard pattern.
bccbefd2
JK
21763
21764If the path is not set properly you will see a warning and the file will not
21765get loaded:
21766
21767@smallexample
21768$ ./gdb -q ./gdb
21769Reading symbols from /home/user/gdb/gdb...done.
21770warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
1564a261
JK
21771 declined by your `auto-load safe-path' set
21772 to "$debugdir:$datadir/auto-load".
bccbefd2 21773warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
1564a261
JK
21774 declined by your `auto-load safe-path' set
21775 to "$debugdir:$datadir/auto-load".
bccbefd2
JK
21776@end smallexample
21777
21778The list of trusted directories is controlled by the following commands:
21779
21780@table @code
21781@anchor{set auto-load safe-path}
21782@kindex set auto-load safe-path
af2c1515 21783@item set auto-load safe-path @r{[}@var{directories}@r{]}
bccbefd2
JK
21784Set the list of directories (and their subdirectories) trusted for automatic
21785loading and execution of scripts. You can also enter a specific trusted file.
202cbf1c
JK
21786Each directory can also be a shell wildcard pattern; wildcards do not match
21787directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
21788(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
af2c1515
JK
21789If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
21790its default value as specified during @value{GDBN} compilation.
21791
d9242c17 21792The list of directories uses path separator (@samp{:} on GNU and Unix
bccbefd2
JK
21793systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
21794to the @env{PATH} environment variable.
21795
21796@anchor{show auto-load safe-path}
21797@kindex show auto-load safe-path
21798@item show auto-load safe-path
21799Show the list of directories trusted for automatic loading and execution of
21800scripts.
21801
21802@anchor{add-auto-load-safe-path}
21803@kindex add-auto-load-safe-path
21804@item add-auto-load-safe-path
21805Add an entry (or list of entries) the list of directories trusted for automatic
21806loading and execution of scripts. Multiple entries may be delimited by the
d9242c17 21807host platform path separator in use.
bccbefd2
JK
21808@end table
21809
7349ff92 21810This variable defaults to what @code{--with-auto-load-dir} has been configured
1564a261
JK
21811to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
21812substitution applies the same as for @ref{set auto-load scripts-directory}.
21813The default @code{set auto-load safe-path} value can be also overriden by
21814@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
6dea1fbd 21815
6dea1fbd
JK
21816Setting this variable to @file{/} disables this security protection,
21817corresponding @value{GDBN} configuration option is
21818@option{--without-auto-load-safe-path}.
bccbefd2
JK
21819This variable is supposed to be set to the system directories writable by the
21820system superuser only. Users can add their source directories in init files in
21821their home directories (@pxref{Home Directory Init File}). See also deprecated
21822init file in the current directory
21823(@pxref{Init File in the Current Directory during Startup}).
21824
21825To force @value{GDBN} to load the files it declined to load in the previous
21826example, you could use one of the following ways:
21827
0511cc75
JK
21828@table @asis
21829@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
bccbefd2
JK
21830Specify this trusted directory (or a file) as additional component of the list.
21831You have to specify also any existing directories displayed by
21832by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
21833
174bb630 21834@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
bccbefd2
JK
21835Specify this directory as in the previous case but just for a single
21836@value{GDBN} session.
21837
af2c1515 21838@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
bccbefd2
JK
21839Disable auto-loading safety for a single @value{GDBN} session.
21840This assumes all the files you debug during this @value{GDBN} session will come
21841from trusted sources.
21842
21843@item @kbd{./configure --without-auto-load-safe-path}
21844During compilation of @value{GDBN} you may disable any auto-loading safety.
21845This assumes all the files you will ever debug with this @value{GDBN} come from
21846trusted sources.
0511cc75 21847@end table
bccbefd2
JK
21848
21849On the other hand you can also explicitly forbid automatic files loading which
21850also suppresses any such warning messages:
21851
0511cc75 21852@table @asis
174bb630 21853@item @kbd{gdb -iex "set auto-load no" @dots{}}
bccbefd2
JK
21854You can use @value{GDBN} command-line option for a single @value{GDBN} session.
21855
0511cc75 21856@item @file{~/.gdbinit}: @samp{set auto-load no}
bccbefd2
JK
21857Disable auto-loading globally for the user
21858(@pxref{Home Directory Init File}). While it is improbable, you could also
21859use system init file instead (@pxref{System-wide configuration}).
0511cc75 21860@end table
bccbefd2
JK
21861
21862This setting applies to the file names as entered by user. If no entry matches
21863@value{GDBN} tries as a last resort to also resolve all the file names into
21864their canonical form (typically resolving symbolic links) and compare the
21865entries again. @value{GDBN} already canonicalizes most of the filenames on its
21866own before starting the comparison so a canonical form of directories is
21867recommended to be entered.
21868
4dc84fd1
JK
21869@node Auto-loading verbose mode
21870@subsection Displaying files tried for auto-load
21871@cindex auto-loading verbose mode
21872
21873For better visibility of all the file locations where you can place scripts to
21874be auto-loaded with inferior --- or to protect yourself against accidental
21875execution of untrusted scripts --- @value{GDBN} provides a feature for printing
21876all the files attempted to be loaded. Both existing and non-existing files may
21877be printed.
21878
21879For example the list of directories from which it is safe to auto-load files
21880(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
21881may not be too obvious while setting it up.
21882
21883@smallexample
0070f25a 21884(gdb) set debug auto-load on
4dc84fd1
JK
21885(gdb) file ~/src/t/true
21886auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
21887 for objfile "/tmp/true".
21888auto-load: Updating directories of "/usr:/opt".
21889auto-load: Using directory "/usr".
21890auto-load: Using directory "/opt".
21891warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
21892 by your `auto-load safe-path' set to "/usr:/opt".
21893@end smallexample
21894
21895@table @code
21896@anchor{set debug auto-load}
21897@kindex set debug auto-load
21898@item set debug auto-load [on|off]
21899Set whether to print the filenames attempted to be auto-loaded.
21900
21901@anchor{show debug auto-load}
21902@kindex show debug auto-load
21903@item show debug auto-load
21904Show whether printing of the filenames attempted to be auto-loaded is turned
21905on or off.
21906@end table
21907
8e04817f 21908@node Messages/Warnings
79a6e687 21909@section Optional Warnings and Messages
104c1213 21910
9c16f35a
EZ
21911@cindex verbose operation
21912@cindex optional warnings
8e04817f
AC
21913By default, @value{GDBN} is silent about its inner workings. If you are
21914running on a slow machine, you may want to use the @code{set verbose}
21915command. This makes @value{GDBN} tell you when it does a lengthy
21916internal operation, so you will not think it has crashed.
104c1213 21917
8e04817f
AC
21918Currently, the messages controlled by @code{set verbose} are those
21919which announce that the symbol table for a source file is being read;
79a6e687 21920see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
104c1213 21921
8e04817f
AC
21922@table @code
21923@kindex set verbose
21924@item set verbose on
21925Enables @value{GDBN} output of certain informational messages.
104c1213 21926
8e04817f
AC
21927@item set verbose off
21928Disables @value{GDBN} output of certain informational messages.
104c1213 21929
8e04817f
AC
21930@kindex show verbose
21931@item show verbose
21932Displays whether @code{set verbose} is on or off.
21933@end table
104c1213 21934
8e04817f
AC
21935By default, if @value{GDBN} encounters bugs in the symbol table of an
21936object file, it is silent; but if you are debugging a compiler, you may
79a6e687
BW
21937find this information useful (@pxref{Symbol Errors, ,Errors Reading
21938Symbol Files}).
104c1213 21939
8e04817f 21940@table @code
104c1213 21941
8e04817f
AC
21942@kindex set complaints
21943@item set complaints @var{limit}
21944Permits @value{GDBN} to output @var{limit} complaints about each type of
21945unusual symbols before becoming silent about the problem. Set
21946@var{limit} to zero to suppress all complaints; set it to a large number
21947to prevent complaints from being suppressed.
104c1213 21948
8e04817f
AC
21949@kindex show complaints
21950@item show complaints
21951Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 21952
8e04817f 21953@end table
104c1213 21954
d837706a 21955@anchor{confirmation requests}
8e04817f
AC
21956By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
21957lot of stupid questions to confirm certain commands. For example, if
21958you try to run a program which is already running:
104c1213 21959
474c8240 21960@smallexample
8e04817f
AC
21961(@value{GDBP}) run
21962The program being debugged has been started already.
21963Start it from the beginning? (y or n)
474c8240 21964@end smallexample
104c1213 21965
8e04817f
AC
21966If you are willing to unflinchingly face the consequences of your own
21967commands, you can disable this ``feature'':
104c1213 21968
8e04817f 21969@table @code
104c1213 21970
8e04817f
AC
21971@kindex set confirm
21972@cindex flinching
21973@cindex confirmation
21974@cindex stupid questions
21975@item set confirm off
7c953934
TT
21976Disables confirmation requests. Note that running @value{GDBN} with
21977the @option{--batch} option (@pxref{Mode Options, -batch}) also
21978automatically disables confirmation requests.
104c1213 21979
8e04817f
AC
21980@item set confirm on
21981Enables confirmation requests (the default).
104c1213 21982
8e04817f
AC
21983@kindex show confirm
21984@item show confirm
21985Displays state of confirmation requests.
21986
21987@end table
104c1213 21988
16026cd7
AS
21989@cindex command tracing
21990If you need to debug user-defined commands or sourced files you may find it
21991useful to enable @dfn{command tracing}. In this mode each command will be
21992printed as it is executed, prefixed with one or more @samp{+} symbols, the
21993quantity denoting the call depth of each command.
21994
21995@table @code
21996@kindex set trace-commands
21997@cindex command scripts, debugging
21998@item set trace-commands on
21999Enable command tracing.
22000@item set trace-commands off
22001Disable command tracing.
22002@item show trace-commands
22003Display the current state of command tracing.
22004@end table
22005
8e04817f 22006@node Debugging Output
79a6e687 22007@section Optional Messages about Internal Happenings
4644b6e3
EZ
22008@cindex optional debugging messages
22009
da316a69
EZ
22010@value{GDBN} has commands that enable optional debugging messages from
22011various @value{GDBN} subsystems; normally these commands are of
22012interest to @value{GDBN} maintainers, or when reporting a bug. This
22013section documents those commands.
22014
104c1213 22015@table @code
a8f24a35
EZ
22016@kindex set exec-done-display
22017@item set exec-done-display
22018Turns on or off the notification of asynchronous commands'
22019completion. When on, @value{GDBN} will print a message when an
22020asynchronous command finishes its execution. The default is off.
22021@kindex show exec-done-display
22022@item show exec-done-display
22023Displays the current setting of asynchronous command completion
22024notification.
4644b6e3 22025@kindex set debug
be9a8770
PA
22026@cindex ARM AArch64
22027@item set debug aarch64
22028Turns on or off display of debugging messages related to ARM AArch64.
22029The default is off.
22030@kindex show debug
22031@item show debug aarch64
22032Displays the current state of displaying debugging messages related to
22033ARM AArch64.
4644b6e3 22034@cindex gdbarch debugging info
a8f24a35 22035@cindex architecture debugging info
8e04817f 22036@item set debug arch
a8f24a35 22037Turns on or off display of gdbarch debugging info. The default is off
8e04817f
AC
22038@item show debug arch
22039Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
22040@item set debug aix-thread
22041@cindex AIX threads
22042Display debugging messages about inner workings of the AIX thread
22043module.
22044@item show debug aix-thread
22045Show the current state of AIX thread debugging info display.
900e11f9
JK
22046@item set debug check-physname
22047@cindex physname
22048Check the results of the ``physname'' computation. When reading DWARF
22049debugging information for C@t{++}, @value{GDBN} attempts to compute
22050each entity's name. @value{GDBN} can do this computation in two
22051different ways, depending on exactly what information is present.
22052When enabled, this setting causes @value{GDBN} to compute the names
22053both ways and display any discrepancies.
22054@item show debug check-physname
22055Show the current state of ``physname'' checking.
be9a8770
PA
22056@item set debug coff-pe-read
22057@cindex COFF/PE exported symbols
22058Control display of debugging messages related to reading of COFF/PE
22059exported symbols. The default is off.
22060@item show debug coff-pe-read
22061Displays the current state of displaying debugging messages related to
22062reading of COFF/PE exported symbols.
d97bc12b
DE
22063@item set debug dwarf2-die
22064@cindex DWARF2 DIEs
22065Dump DWARF2 DIEs after they are read in.
22066The value is the number of nesting levels to print.
22067A value of zero turns off the display.
22068@item show debug dwarf2-die
22069Show the current state of DWARF2 DIE debugging.
45cfd468
DE
22070@item set debug dwarf2-read
22071@cindex DWARF2 Reading
22072Turns on or off display of debugging messages related to reading
22073DWARF debug info. The default is off.
22074@item show debug dwarf2-read
22075Show the current state of DWARF2 reader debugging.
237fc4c9
PA
22076@item set debug displaced
22077@cindex displaced stepping debugging info
22078Turns on or off display of @value{GDBN} debugging info for the
22079displaced stepping support. The default is off.
22080@item show debug displaced
22081Displays the current state of displaying @value{GDBN} debugging info
22082related to displaced stepping.
8e04817f 22083@item set debug event
4644b6e3 22084@cindex event debugging info
a8f24a35 22085Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 22086default is off.
8e04817f
AC
22087@item show debug event
22088Displays the current state of displaying @value{GDBN} event debugging
22089info.
8e04817f 22090@item set debug expression
4644b6e3 22091@cindex expression debugging info
721c2651
EZ
22092Turns on or off display of debugging info about @value{GDBN}
22093expression parsing. The default is off.
8e04817f 22094@item show debug expression
721c2651
EZ
22095Displays the current state of displaying debugging info about
22096@value{GDBN} expression parsing.
7453dc06 22097@item set debug frame
4644b6e3 22098@cindex frame debugging info
7453dc06
AC
22099Turns on or off display of @value{GDBN} frame debugging info. The
22100default is off.
7453dc06
AC
22101@item show debug frame
22102Displays the current state of displaying @value{GDBN} frame debugging
22103info.
cbe54154
PA
22104@item set debug gnu-nat
22105@cindex @sc{gnu}/Hurd debug messages
22106Turns on or off debugging messages from the @sc{gnu}/Hurd debug support.
22107@item show debug gnu-nat
22108Show the current state of @sc{gnu}/Hurd debugging messages.
30e91e0b
RC
22109@item set debug infrun
22110@cindex inferior debugging info
22111Turns on or off display of @value{GDBN} debugging info for running the inferior.
22112The default is off. @file{infrun.c} contains GDB's runtime state machine used
22113for implementing operations such as single-stepping the inferior.
22114@item show debug infrun
22115Displays the current state of @value{GDBN} inferior debugging.
a255712f
PP
22116@item set debug jit
22117@cindex just-in-time compilation, debugging messages
22118Turns on or off debugging messages from JIT debug support.
22119@item show debug jit
22120Displays the current state of @value{GDBN} JIT debugging.
da316a69
EZ
22121@item set debug lin-lwp
22122@cindex @sc{gnu}/Linux LWP debug messages
22123@cindex Linux lightweight processes
721c2651 22124Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
22125@item show debug lin-lwp
22126Show the current state of Linux LWP debugging messages.
be9a8770
PA
22127@item set debug mach-o
22128@cindex Mach-O symbols processing
22129Control display of debugging messages related to Mach-O symbols
22130processing. The default is off.
22131@item show debug mach-o
22132Displays the current state of displaying debugging messages related to
22133reading of COFF/PE exported symbols.
c9b6281a
YQ
22134@item set debug notification
22135@cindex remote async notification debugging info
22136Turns on or off debugging messages about remote async notification.
22137The default is off.
22138@item show debug notification
22139Displays the current state of remote async notification debugging messages.
2b4855ab 22140@item set debug observer
4644b6e3 22141@cindex observer debugging info
2b4855ab
AC
22142Turns on or off display of @value{GDBN} observer debugging. This
22143includes info such as the notification of observable events.
2b4855ab
AC
22144@item show debug observer
22145Displays the current state of observer debugging.
8e04817f 22146@item set debug overload
4644b6e3 22147@cindex C@t{++} overload debugging info
8e04817f 22148Turns on or off display of @value{GDBN} C@t{++} overload debugging
359df76b 22149info. This includes info such as ranking of functions, etc. The default
8e04817f 22150is off.
8e04817f
AC
22151@item show debug overload
22152Displays the current state of displaying @value{GDBN} C@t{++} overload
22153debugging info.
92981e24
TT
22154@cindex expression parser, debugging info
22155@cindex debug expression parser
22156@item set debug parser
22157Turns on or off the display of expression parser debugging output.
22158Internally, this sets the @code{yydebug} variable in the expression
22159parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
22160details. The default is off.
22161@item show debug parser
22162Show the current state of expression parser debugging.
8e04817f
AC
22163@cindex packets, reporting on stdout
22164@cindex serial connections, debugging
605a56cb
DJ
22165@cindex debug remote protocol
22166@cindex remote protocol debugging
22167@cindex display remote packets
8e04817f
AC
22168@item set debug remote
22169Turns on or off display of reports on all packets sent back and forth across
22170the serial line to the remote machine. The info is printed on the
22171@value{GDBN} standard output stream. The default is off.
8e04817f
AC
22172@item show debug remote
22173Displays the state of display of remote packets.
8e04817f
AC
22174@item set debug serial
22175Turns on or off display of @value{GDBN} serial debugging info. The
22176default is off.
8e04817f
AC
22177@item show debug serial
22178Displays the current state of displaying @value{GDBN} serial debugging
22179info.
c45da7e6
EZ
22180@item set debug solib-frv
22181@cindex FR-V shared-library debugging
22182Turns on or off debugging messages for FR-V shared-library code.
22183@item show debug solib-frv
22184Display the current state of FR-V shared-library code debugging
22185messages.
45cfd468
DE
22186@item set debug symtab-create
22187@cindex symbol table creation
22188Turns on or off display of debugging messages related to symbol table creation.
22189The default is off.
22190@item show debug symtab-create
22191Show the current state of symbol table creation debugging.
8e04817f 22192@item set debug target
4644b6e3 22193@cindex target debugging info
8e04817f
AC
22194Turns on or off display of @value{GDBN} target debugging info. This info
22195includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
22196default is 0. Set it to 1 to track events, and to 2 to also track the
22197value of large memory transfers. Changes to this flag do not take effect
22198until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
22199@item show debug target
22200Displays the current state of displaying @value{GDBN} target debugging
22201info.
75feb17d
DJ
22202@item set debug timestamp
22203@cindex timestampping debugging info
22204Turns on or off display of timestamps with @value{GDBN} debugging info.
22205When enabled, seconds and microseconds are displayed before each debugging
22206message.
22207@item show debug timestamp
22208Displays the current state of displaying timestamps with @value{GDBN}
22209debugging info.
c45da7e6 22210@item set debugvarobj
4644b6e3 22211@cindex variable object debugging info
8e04817f
AC
22212Turns on or off display of @value{GDBN} variable object debugging
22213info. The default is off.
c45da7e6 22214@item show debugvarobj
8e04817f
AC
22215Displays the current state of displaying @value{GDBN} variable object
22216debugging info.
e776119f
DJ
22217@item set debug xml
22218@cindex XML parser debugging
22219Turns on or off debugging messages for built-in XML parsers.
22220@item show debug xml
22221Displays the current state of XML debugging messages.
8e04817f 22222@end table
104c1213 22223
14fb1bac
JB
22224@node Other Misc Settings
22225@section Other Miscellaneous Settings
22226@cindex miscellaneous settings
22227
22228@table @code
22229@kindex set interactive-mode
22230@item set interactive-mode
7bfc9434
JB
22231If @code{on}, forces @value{GDBN} to assume that GDB was started
22232in a terminal. In practice, this means that @value{GDBN} should wait
22233for the user to answer queries generated by commands entered at
22234the command prompt. If @code{off}, forces @value{GDBN} to operate
22235in the opposite mode, and it uses the default answers to all queries.
22236If @code{auto} (the default), @value{GDBN} tries to determine whether
22237its standard input is a terminal, and works in interactive-mode if it
22238is, non-interactively otherwise.
14fb1bac
JB
22239
22240In the vast majority of cases, the debugger should be able to guess
22241correctly which mode should be used. But this setting can be useful
22242in certain specific cases, such as running a MinGW @value{GDBN}
22243inside a cygwin window.
22244
22245@kindex show interactive-mode
22246@item show interactive-mode
22247Displays whether the debugger is operating in interactive mode or not.
22248@end table
22249
d57a3c85
TJB
22250@node Extending GDB
22251@chapter Extending @value{GDBN}
22252@cindex extending GDB
22253
5a56e9c5
DE
22254@value{GDBN} provides three mechanisms for extension. The first is based
22255on composition of @value{GDBN} commands, the second is based on the
22256Python scripting language, and the third is for defining new aliases of
22257existing commands.
d57a3c85 22258
5a56e9c5 22259To facilitate the use of the first two extensions, @value{GDBN} is capable
95433b34
JB
22260of evaluating the contents of a file. When doing so, @value{GDBN}
22261can recognize which scripting language is being used by looking at
22262the filename extension. Files with an unrecognized filename extension
22263are always treated as a @value{GDBN} Command Files.
22264@xref{Command Files,, Command files}.
22265
22266You can control how @value{GDBN} evaluates these files with the following
22267setting:
22268
22269@table @code
22270@kindex set script-extension
22271@kindex show script-extension
22272@item set script-extension off
22273All scripts are always evaluated as @value{GDBN} Command Files.
22274
22275@item set script-extension soft
22276The debugger determines the scripting language based on filename
22277extension. If this scripting language is supported, @value{GDBN}
22278evaluates the script using that language. Otherwise, it evaluates
22279the file as a @value{GDBN} Command File.
22280
22281@item set script-extension strict
22282The debugger determines the scripting language based on filename
22283extension, and evaluates the script using that language. If the
22284language is not supported, then the evaluation fails.
22285
22286@item show script-extension
22287Display the current value of the @code{script-extension} option.
22288
22289@end table
22290
d57a3c85
TJB
22291@menu
22292* Sequences:: Canned Sequences of Commands
22293* Python:: Scripting @value{GDBN} using Python
5a56e9c5 22294* Aliases:: Creating new spellings of existing commands
d57a3c85
TJB
22295@end menu
22296
8e04817f 22297@node Sequences
d57a3c85 22298@section Canned Sequences of Commands
104c1213 22299
8e04817f 22300Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
79a6e687 22301Command Lists}), @value{GDBN} provides two ways to store sequences of
8e04817f
AC
22302commands for execution as a unit: user-defined commands and command
22303files.
104c1213 22304
8e04817f 22305@menu
fcc73fe3
EZ
22306* Define:: How to define your own commands
22307* Hooks:: Hooks for user-defined commands
22308* Command Files:: How to write scripts of commands to be stored in a file
22309* Output:: Commands for controlled output
8e04817f 22310@end menu
104c1213 22311
8e04817f 22312@node Define
d57a3c85 22313@subsection User-defined Commands
104c1213 22314
8e04817f 22315@cindex user-defined command
fcc73fe3 22316@cindex arguments, to user-defined commands
8e04817f
AC
22317A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
22318which you assign a new name as a command. This is done with the
22319@code{define} command. User commands may accept up to 10 arguments
22320separated by whitespace. Arguments are accessed within the user command
c03c782f 22321via @code{$arg0@dots{}$arg9}. A trivial example:
104c1213 22322
8e04817f
AC
22323@smallexample
22324define adder
22325 print $arg0 + $arg1 + $arg2
c03c782f 22326end
8e04817f 22327@end smallexample
104c1213
JM
22328
22329@noindent
8e04817f 22330To execute the command use:
104c1213 22331
8e04817f
AC
22332@smallexample
22333adder 1 2 3
22334@end smallexample
104c1213 22335
8e04817f
AC
22336@noindent
22337This defines the command @code{adder}, which prints the sum of
22338its three arguments. Note the arguments are text substitutions, so they may
22339reference variables, use complex expressions, or even perform inferior
22340functions calls.
104c1213 22341
fcc73fe3
EZ
22342@cindex argument count in user-defined commands
22343@cindex how many arguments (user-defined commands)
c03c782f
AS
22344In addition, @code{$argc} may be used to find out how many arguments have
22345been passed. This expands to a number in the range 0@dots{}10.
22346
22347@smallexample
22348define adder
22349 if $argc == 2
22350 print $arg0 + $arg1
22351 end
22352 if $argc == 3
22353 print $arg0 + $arg1 + $arg2
22354 end
22355end
22356@end smallexample
22357
104c1213 22358@table @code
104c1213 22359
8e04817f
AC
22360@kindex define
22361@item define @var{commandname}
22362Define a command named @var{commandname}. If there is already a command
22363by that name, you are asked to confirm that you want to redefine it.
adb483fe
DJ
22364@var{commandname} may be a bare command name consisting of letters,
22365numbers, dashes, and underscores. It may also start with any predefined
22366prefix command. For example, @samp{define target my-target} creates
22367a user-defined @samp{target my-target} command.
104c1213 22368
8e04817f
AC
22369The definition of the command is made up of other @value{GDBN} command lines,
22370which are given following the @code{define} command. The end of these
22371commands is marked by a line containing @code{end}.
104c1213 22372
8e04817f 22373@kindex document
ca91424e 22374@kindex end@r{ (user-defined commands)}
8e04817f
AC
22375@item document @var{commandname}
22376Document the user-defined command @var{commandname}, so that it can be
22377accessed by @code{help}. The command @var{commandname} must already be
22378defined. This command reads lines of documentation just as @code{define}
22379reads the lines of the command definition, ending with @code{end}.
22380After the @code{document} command is finished, @code{help} on command
22381@var{commandname} displays the documentation you have written.
104c1213 22382
8e04817f
AC
22383You may use the @code{document} command again to change the
22384documentation of a command. Redefining the command with @code{define}
22385does not change the documentation.
104c1213 22386
c45da7e6
EZ
22387@kindex dont-repeat
22388@cindex don't repeat command
22389@item dont-repeat
22390Used inside a user-defined command, this tells @value{GDBN} that this
22391command should not be repeated when the user hits @key{RET}
22392(@pxref{Command Syntax, repeat last command}).
22393
8e04817f
AC
22394@kindex help user-defined
22395@item help user-defined
7d74f244
DE
22396List all user-defined commands and all python commands defined in class
22397COMAND_USER. The first line of the documentation or docstring is
22398included (if any).
104c1213 22399
8e04817f
AC
22400@kindex show user
22401@item show user
22402@itemx show user @var{commandname}
22403Display the @value{GDBN} commands used to define @var{commandname} (but
22404not its documentation). If no @var{commandname} is given, display the
22405definitions for all user-defined commands.
7d74f244 22406This does not work for user-defined python commands.
104c1213 22407
fcc73fe3 22408@cindex infinite recursion in user-defined commands
20f01a46
DH
22409@kindex show max-user-call-depth
22410@kindex set max-user-call-depth
22411@item show max-user-call-depth
5ca0cb28
DH
22412@itemx set max-user-call-depth
22413The value of @code{max-user-call-depth} controls how many recursion
3f94c067 22414levels are allowed in user-defined commands before @value{GDBN} suspects an
5ca0cb28 22415infinite recursion and aborts the command.
7d74f244 22416This does not apply to user-defined python commands.
104c1213
JM
22417@end table
22418
fcc73fe3
EZ
22419In addition to the above commands, user-defined commands frequently
22420use control flow commands, described in @ref{Command Files}.
22421
8e04817f
AC
22422When user-defined commands are executed, the
22423commands of the definition are not printed. An error in any command
22424stops execution of the user-defined command.
104c1213 22425
8e04817f
AC
22426If used interactively, commands that would ask for confirmation proceed
22427without asking when used inside a user-defined command. Many @value{GDBN}
22428commands that normally print messages to say what they are doing omit the
22429messages when used in a user-defined command.
104c1213 22430
8e04817f 22431@node Hooks
d57a3c85 22432@subsection User-defined Command Hooks
8e04817f
AC
22433@cindex command hooks
22434@cindex hooks, for commands
22435@cindex hooks, pre-command
104c1213 22436
8e04817f 22437@kindex hook
8e04817f
AC
22438You may define @dfn{hooks}, which are a special kind of user-defined
22439command. Whenever you run the command @samp{foo}, if the user-defined
22440command @samp{hook-foo} exists, it is executed (with no arguments)
22441before that command.
104c1213 22442
8e04817f
AC
22443@cindex hooks, post-command
22444@kindex hookpost
8e04817f
AC
22445A hook may also be defined which is run after the command you executed.
22446Whenever you run the command @samp{foo}, if the user-defined command
22447@samp{hookpost-foo} exists, it is executed (with no arguments) after
22448that command. Post-execution hooks may exist simultaneously with
22449pre-execution hooks, for the same command.
104c1213 22450
8e04817f 22451It is valid for a hook to call the command which it hooks. If this
9f1c6395 22452occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 22453
8e04817f
AC
22454@c It would be nice if hookpost could be passed a parameter indicating
22455@c if the command it hooks executed properly or not. FIXME!
104c1213 22456
8e04817f
AC
22457@kindex stop@r{, a pseudo-command}
22458In addition, a pseudo-command, @samp{stop} exists. Defining
22459(@samp{hook-stop}) makes the associated commands execute every time
22460execution stops in your program: before breakpoint commands are run,
22461displays are printed, or the stack frame is printed.
104c1213 22462
8e04817f
AC
22463For example, to ignore @code{SIGALRM} signals while
22464single-stepping, but treat them normally during normal execution,
22465you could define:
104c1213 22466
474c8240 22467@smallexample
8e04817f
AC
22468define hook-stop
22469handle SIGALRM nopass
22470end
104c1213 22471
8e04817f
AC
22472define hook-run
22473handle SIGALRM pass
22474end
104c1213 22475
8e04817f 22476define hook-continue
d3e8051b 22477handle SIGALRM pass
8e04817f 22478end
474c8240 22479@end smallexample
104c1213 22480
d3e8051b 22481As a further example, to hook at the beginning and end of the @code{echo}
b383017d 22482command, and to add extra text to the beginning and end of the message,
8e04817f 22483you could define:
104c1213 22484
474c8240 22485@smallexample
8e04817f
AC
22486define hook-echo
22487echo <<<---
22488end
104c1213 22489
8e04817f
AC
22490define hookpost-echo
22491echo --->>>\n
22492end
104c1213 22493
8e04817f
AC
22494(@value{GDBP}) echo Hello World
22495<<<---Hello World--->>>
22496(@value{GDBP})
104c1213 22497
474c8240 22498@end smallexample
104c1213 22499
8e04817f
AC
22500You can define a hook for any single-word command in @value{GDBN}, but
22501not for command aliases; you should define a hook for the basic command
c1468174 22502name, e.g.@: @code{backtrace} rather than @code{bt}.
8e04817f
AC
22503@c FIXME! So how does Joe User discover whether a command is an alias
22504@c or not?
adb483fe
DJ
22505You can hook a multi-word command by adding @code{hook-} or
22506@code{hookpost-} to the last word of the command, e.g.@:
22507@samp{define target hook-remote} to add a hook to @samp{target remote}.
22508
8e04817f
AC
22509If an error occurs during the execution of your hook, execution of
22510@value{GDBN} commands stops and @value{GDBN} issues a prompt
22511(before the command that you actually typed had a chance to run).
104c1213 22512
8e04817f
AC
22513If you try to define a hook which does not match any known command, you
22514get a warning from the @code{define} command.
c906108c 22515
8e04817f 22516@node Command Files
d57a3c85 22517@subsection Command Files
c906108c 22518
8e04817f 22519@cindex command files
fcc73fe3 22520@cindex scripting commands
6fc08d32
EZ
22521A command file for @value{GDBN} is a text file made of lines that are
22522@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
22523also be included. An empty line in a command file does nothing; it
22524does not mean to repeat the last command, as it would from the
22525terminal.
c906108c 22526
6fc08d32 22527You can request the execution of a command file with the @code{source}
95433b34
JB
22528command. Note that the @code{source} command is also used to evaluate
22529scripts that are not Command Files. The exact behavior can be configured
22530using the @code{script-extension} setting.
22531@xref{Extending GDB,, Extending GDB}.
c906108c 22532
8e04817f
AC
22533@table @code
22534@kindex source
ca91424e 22535@cindex execute commands from a file
3f7b2faa 22536@item source [-s] [-v] @var{filename}
8e04817f 22537Execute the command file @var{filename}.
c906108c
SS
22538@end table
22539
fcc73fe3
EZ
22540The lines in a command file are generally executed sequentially,
22541unless the order of execution is changed by one of the
22542@emph{flow-control commands} described below. The commands are not
a71ec265
DH
22543printed as they are executed. An error in any command terminates
22544execution of the command file and control is returned to the console.
c906108c 22545
08001717
DE
22546@value{GDBN} first searches for @var{filename} in the current directory.
22547If the file is not found there, and @var{filename} does not specify a
22548directory, then @value{GDBN} also looks for the file on the source search path
22549(specified with the @samp{directory} command);
22550except that @file{$cdir} is not searched because the compilation directory
22551is not relevant to scripts.
4b505b12 22552
3f7b2faa
DE
22553If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
22554on the search path even if @var{filename} specifies a directory.
22555The search is done by appending @var{filename} to each element of the
22556search path. So, for example, if @var{filename} is @file{mylib/myscript}
22557and the search path contains @file{/home/user} then @value{GDBN} will
22558look for the script @file{/home/user/mylib/myscript}.
22559The search is also done if @var{filename} is an absolute path.
22560For example, if @var{filename} is @file{/tmp/myscript} and
22561the search path contains @file{/home/user} then @value{GDBN} will
22562look for the script @file{/home/user/tmp/myscript}.
22563For DOS-like systems, if @var{filename} contains a drive specification,
22564it is stripped before concatenation. For example, if @var{filename} is
22565@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
22566will look for the script @file{c:/tmp/myscript}.
22567
16026cd7
AS
22568If @code{-v}, for verbose mode, is given then @value{GDBN} displays
22569each command as it is executed. The option must be given before
22570@var{filename}, and is interpreted as part of the filename anywhere else.
22571
8e04817f
AC
22572Commands that would ask for confirmation if used interactively proceed
22573without asking when used in a command file. Many @value{GDBN} commands that
22574normally print messages to say what they are doing omit the messages
22575when called from command files.
c906108c 22576
8e04817f
AC
22577@value{GDBN} also accepts command input from standard input. In this
22578mode, normal output goes to standard output and error output goes to
22579standard error. Errors in a command file supplied on standard input do
6fc08d32 22580not terminate execution of the command file---execution continues with
8e04817f 22581the next command.
c906108c 22582
474c8240 22583@smallexample
8e04817f 22584gdb < cmds > log 2>&1
474c8240 22585@end smallexample
c906108c 22586
8e04817f
AC
22587(The syntax above will vary depending on the shell used.) This example
22588will execute commands from the file @file{cmds}. All output and errors
22589would be directed to @file{log}.
c906108c 22590
fcc73fe3
EZ
22591Since commands stored on command files tend to be more general than
22592commands typed interactively, they frequently need to deal with
22593complicated situations, such as different or unexpected values of
22594variables and symbols, changes in how the program being debugged is
22595built, etc. @value{GDBN} provides a set of flow-control commands to
22596deal with these complexities. Using these commands, you can write
22597complex scripts that loop over data structures, execute commands
22598conditionally, etc.
22599
22600@table @code
22601@kindex if
22602@kindex else
22603@item if
22604@itemx else
22605This command allows to include in your script conditionally executed
22606commands. The @code{if} command takes a single argument, which is an
22607expression to evaluate. It is followed by a series of commands that
22608are executed only if the expression is true (its value is nonzero).
22609There can then optionally be an @code{else} line, followed by a series
22610of commands that are only executed if the expression was false. The
22611end of the list is marked by a line containing @code{end}.
22612
22613@kindex while
22614@item while
22615This command allows to write loops. Its syntax is similar to
22616@code{if}: the command takes a single argument, which is an expression
22617to evaluate, and must be followed by the commands to execute, one per
22618line, terminated by an @code{end}. These commands are called the
22619@dfn{body} of the loop. The commands in the body of @code{while} are
22620executed repeatedly as long as the expression evaluates to true.
22621
22622@kindex loop_break
22623@item loop_break
22624This command exits the @code{while} loop in whose body it is included.
22625Execution of the script continues after that @code{while}s @code{end}
22626line.
22627
22628@kindex loop_continue
22629@item loop_continue
22630This command skips the execution of the rest of the body of commands
22631in the @code{while} loop in whose body it is included. Execution
22632branches to the beginning of the @code{while} loop, where it evaluates
22633the controlling expression.
ca91424e
EZ
22634
22635@kindex end@r{ (if/else/while commands)}
22636@item end
22637Terminate the block of commands that are the body of @code{if},
22638@code{else}, or @code{while} flow-control commands.
fcc73fe3
EZ
22639@end table
22640
22641
8e04817f 22642@node Output
d57a3c85 22643@subsection Commands for Controlled Output
c906108c 22644
8e04817f
AC
22645During the execution of a command file or a user-defined command, normal
22646@value{GDBN} output is suppressed; the only output that appears is what is
22647explicitly printed by the commands in the definition. This section
22648describes three commands useful for generating exactly the output you
22649want.
c906108c
SS
22650
22651@table @code
8e04817f
AC
22652@kindex echo
22653@item echo @var{text}
22654@c I do not consider backslash-space a standard C escape sequence
22655@c because it is not in ANSI.
22656Print @var{text}. Nonprinting characters can be included in
22657@var{text} using C escape sequences, such as @samp{\n} to print a
22658newline. @strong{No newline is printed unless you specify one.}
22659In addition to the standard C escape sequences, a backslash followed
22660by a space stands for a space. This is useful for displaying a
22661string with spaces at the beginning or the end, since leading and
22662trailing spaces are otherwise trimmed from all arguments.
22663To print @samp{@w{ }and foo =@w{ }}, use the command
22664@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 22665
8e04817f
AC
22666A backslash at the end of @var{text} can be used, as in C, to continue
22667the command onto subsequent lines. For example,
c906108c 22668
474c8240 22669@smallexample
8e04817f
AC
22670echo This is some text\n\
22671which is continued\n\
22672onto several lines.\n
474c8240 22673@end smallexample
c906108c 22674
8e04817f 22675produces the same output as
c906108c 22676
474c8240 22677@smallexample
8e04817f
AC
22678echo This is some text\n
22679echo which is continued\n
22680echo onto several lines.\n
474c8240 22681@end smallexample
c906108c 22682
8e04817f
AC
22683@kindex output
22684@item output @var{expression}
22685Print the value of @var{expression} and nothing but that value: no
22686newlines, no @samp{$@var{nn} = }. The value is not entered in the
22687value history either. @xref{Expressions, ,Expressions}, for more information
22688on expressions.
c906108c 22689
8e04817f
AC
22690@item output/@var{fmt} @var{expression}
22691Print the value of @var{expression} in format @var{fmt}. You can use
22692the same formats as for @code{print}. @xref{Output Formats,,Output
79a6e687 22693Formats}, for more information.
c906108c 22694
8e04817f 22695@kindex printf
82160952
EZ
22696@item printf @var{template}, @var{expressions}@dots{}
22697Print the values of one or more @var{expressions} under the control of
22698the string @var{template}. To print several values, make
22699@var{expressions} be a comma-separated list of individual expressions,
22700which may be either numbers or pointers. Their values are printed as
22701specified by @var{template}, exactly as a C program would do by
22702executing the code below:
c906108c 22703
474c8240 22704@smallexample
82160952 22705printf (@var{template}, @var{expressions}@dots{});
474c8240 22706@end smallexample
c906108c 22707
82160952
EZ
22708As in @code{C} @code{printf}, ordinary characters in @var{template}
22709are printed verbatim, while @dfn{conversion specification} introduced
22710by the @samp{%} character cause subsequent @var{expressions} to be
22711evaluated, their values converted and formatted according to type and
22712style information encoded in the conversion specifications, and then
22713printed.
22714
8e04817f 22715For example, you can print two values in hex like this:
c906108c 22716
8e04817f
AC
22717@smallexample
22718printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
22719@end smallexample
c906108c 22720
82160952
EZ
22721@code{printf} supports all the standard @code{C} conversion
22722specifications, including the flags and modifiers between the @samp{%}
22723character and the conversion letter, with the following exceptions:
22724
22725@itemize @bullet
22726@item
22727The argument-ordering modifiers, such as @samp{2$}, are not supported.
22728
22729@item
22730The modifier @samp{*} is not supported for specifying precision or
22731width.
22732
22733@item
22734The @samp{'} flag (for separation of digits into groups according to
22735@code{LC_NUMERIC'}) is not supported.
22736
22737@item
22738The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
22739supported.
22740
22741@item
22742The conversion letter @samp{n} (as in @samp{%n}) is not supported.
22743
22744@item
22745The conversion letters @samp{a} and @samp{A} are not supported.
22746@end itemize
22747
22748@noindent
22749Note that the @samp{ll} type modifier is supported only if the
22750underlying @code{C} implementation used to build @value{GDBN} supports
22751the @code{long long int} type, and the @samp{L} type modifier is
22752supported only if @code{long double} type is available.
22753
22754As in @code{C}, @code{printf} supports simple backslash-escape
22755sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
22756@samp{\a}, and @samp{\f}, that consist of backslash followed by a
22757single character. Octal and hexadecimal escape sequences are not
22758supported.
1a619819
LM
22759
22760Additionally, @code{printf} supports conversion specifications for DFP
0aea4bf3
LM
22761(@dfn{Decimal Floating Point}) types using the following length modifiers
22762together with a floating point specifier.
1a619819
LM
22763letters:
22764
22765@itemize @bullet
22766@item
22767@samp{H} for printing @code{Decimal32} types.
22768
22769@item
22770@samp{D} for printing @code{Decimal64} types.
22771
22772@item
22773@samp{DD} for printing @code{Decimal128} types.
22774@end itemize
22775
22776If the underlying @code{C} implementation used to build @value{GDBN} has
0aea4bf3 22777support for the three length modifiers for DFP types, other modifiers
3b784c4f 22778such as width and precision will also be available for @value{GDBN} to use.
1a619819
LM
22779
22780In case there is no such @code{C} support, no additional modifiers will be
22781available and the value will be printed in the standard way.
22782
22783Here's an example of printing DFP types using the above conversion letters:
22784@smallexample
0aea4bf3 22785printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
1a619819
LM
22786@end smallexample
22787
f1421989
HZ
22788@kindex eval
22789@item eval @var{template}, @var{expressions}@dots{}
22790Convert the values of one or more @var{expressions} under the control of
22791the string @var{template} to a command line, and call it.
22792
c906108c
SS
22793@end table
22794
d57a3c85
TJB
22795@node Python
22796@section Scripting @value{GDBN} using Python
22797@cindex python scripting
22798@cindex scripting with python
22799
22800You can script @value{GDBN} using the @uref{http://www.python.org/,
22801Python programming language}. This feature is available only if
22802@value{GDBN} was configured using @option{--with-python}.
22803
9279c692
JB
22804@cindex python directory
22805Python scripts used by @value{GDBN} should be installed in
22806@file{@var{data-directory}/python}, where @var{data-directory} is
9eeee977
DE
22807the data directory as determined at @value{GDBN} startup (@pxref{Data Files}).
22808This directory, known as the @dfn{python directory},
9279c692
JB
22809is automatically added to the Python Search Path in order to allow
22810the Python interpreter to locate all scripts installed at this location.
22811
5e239b84
PM
22812Additionally, @value{GDBN} commands and convenience functions which
22813are written in Python and are located in the
22814@file{@var{data-directory}/python/gdb/command} or
22815@file{@var{data-directory}/python/gdb/function} directories are
22816automatically imported when @value{GDBN} starts.
22817
d57a3c85
TJB
22818@menu
22819* Python Commands:: Accessing Python from @value{GDBN}.
22820* Python API:: Accessing @value{GDBN} from Python.
bf88dd68 22821* Python Auto-loading:: Automatically loading Python code.
0e3509db 22822* Python modules:: Python modules provided by @value{GDBN}.
d57a3c85
TJB
22823@end menu
22824
22825@node Python Commands
22826@subsection Python Commands
22827@cindex python commands
22828@cindex commands to access python
22829
8315665e 22830@value{GDBN} provides two commands for accessing the Python interpreter,
d57a3c85
TJB
22831and one related setting:
22832
22833@table @code
8315665e
YPK
22834@kindex python-interactive
22835@kindex pi
22836@item python-interactive @r{[}@var{command}@r{]}
22837@itemx pi @r{[}@var{command}@r{]}
22838Without an argument, the @code{python-interactive} command can be used
e3480f4a
YPK
22839to start an interactive Python prompt. To return to @value{GDBN},
22840type the @code{EOF} character (e.g., @kbd{Ctrl-D} on an empty prompt).
8315665e
YPK
22841
22842Alternatively, a single-line Python command can be given as an
22843argument and evaluated. If the command is an expression, the result
22844will be printed; otherwise, nothing will be printed. For example:
22845
22846@smallexample
22847(@value{GDBP}) python-interactive 2 + 3
228485
22849@end smallexample
22850
d57a3c85 22851@kindex python
8315665e
YPK
22852@kindex py
22853@item python @r{[}@var{command}@r{]}
22854@itemx py @r{[}@var{command}@r{]}
d57a3c85
TJB
22855The @code{python} command can be used to evaluate Python code.
22856
22857If given an argument, the @code{python} command will evaluate the
22858argument as a Python command. For example:
22859
22860@smallexample
22861(@value{GDBP}) python print 23
2286223
22863@end smallexample
22864
22865If you do not provide an argument to @code{python}, it will act as a
22866multi-line command, like @code{define}. In this case, the Python
22867script is made up of subsequent command lines, given after the
22868@code{python} command. This command list is terminated using a line
22869containing @code{end}. For example:
22870
22871@smallexample
22872(@value{GDBP}) python
22873Type python script
22874End with a line saying just "end".
22875>print 23
22876>end
2287723
22878@end smallexample
22879
713389e0
PM
22880@kindex set python print-stack
22881@item set python print-stack
80b6e756
PM
22882By default, @value{GDBN} will print only the message component of a
22883Python exception when an error occurs in a Python script. This can be
22884controlled using @code{set python print-stack}: if @code{full}, then
22885full Python stack printing is enabled; if @code{none}, then Python stack
22886and message printing is disabled; if @code{message}, the default, only
22887the message component of the error is printed.
d57a3c85
TJB
22888@end table
22889
95433b34
JB
22890It is also possible to execute a Python script from the @value{GDBN}
22891interpreter:
22892
22893@table @code
22894@item source @file{script-name}
22895The script name must end with @samp{.py} and @value{GDBN} must be configured
22896to recognize the script language based on filename extension using
22897the @code{script-extension} setting. @xref{Extending GDB, ,Extending GDB}.
22898
22899@item python execfile ("script-name")
22900This method is based on the @code{execfile} Python built-in function,
22901and thus is always available.
22902@end table
22903
d57a3c85
TJB
22904@node Python API
22905@subsection Python API
22906@cindex python api
22907@cindex programming in python
22908
22909@cindex python stdout
22910@cindex python pagination
22911At startup, @value{GDBN} overrides Python's @code{sys.stdout} and
22912@code{sys.stderr} to print using @value{GDBN}'s output-paging streams.
22913A Python program which outputs to one of these streams may have its
22914output interrupted by the user (@pxref{Screen Size}). In this
22915situation, a Python @code{KeyboardInterrupt} exception is thrown.
22916
22917@menu
22918* Basic Python:: Basic Python Functions.
06e65f44
TT
22919* Exception Handling:: How Python exceptions are translated.
22920* Values From Inferior:: Python representation of values.
4c374409
JK
22921* Types In Python:: Python representation of types.
22922* Pretty Printing API:: Pretty-printing values.
a6bac58e 22923* Selecting Pretty-Printers:: How GDB chooses a pretty-printer.
7b51bc51 22924* Writing a Pretty-Printer:: Writing a Pretty-Printer.
18a9fc12 22925* Type Printing API:: Pretty-printing types.
595939de 22926* Inferiors In Python:: Python representation of inferiors (processes)
505500db 22927* Events In Python:: Listening for events from @value{GDBN}.
595939de 22928* Threads In Python:: Accessing inferior threads from Python.
d8906c6f 22929* Commands In Python:: Implementing new commands in Python.
d7b32ed3 22930* Parameters In Python:: Adding new @value{GDBN} parameters.
bc3b79fd 22931* Functions In Python:: Writing new convenience functions.
fa33c3cd 22932* Progspaces In Python:: Program spaces.
89c73ade 22933* Objfiles In Python:: Object files.
f3e9a817
PM
22934* Frames In Python:: Accessing inferior stack frames from Python.
22935* Blocks In Python:: Accessing frame blocks from Python.
22936* Symbols In Python:: Python representation of symbols.
22937* Symbol Tables In Python:: Python representation of symbol tables.
adc36818 22938* Breakpoints In Python:: Manipulating breakpoints using Python.
cc72b2a2
KP
22939* Finish Breakpoints in Python:: Setting Breakpoints on function return
22940 using Python.
984359d2 22941* Lazy Strings In Python:: Python representation of lazy strings.
bea883fd 22942* Architectures In Python:: Python representation of architectures.
d57a3c85
TJB
22943@end menu
22944
22945@node Basic Python
22946@subsubsection Basic Python
22947
22948@cindex python functions
22949@cindex python module
22950@cindex gdb module
22951@value{GDBN} introduces a new Python module, named @code{gdb}. All
22952methods and classes added by @value{GDBN} are placed in this module.
22953@value{GDBN} automatically @code{import}s the @code{gdb} module for
22954use in all scripts evaluated by the @code{python} command.
22955
9279c692 22956@findex gdb.PYTHONDIR
d812018b 22957@defvar gdb.PYTHONDIR
9279c692
JB
22958A string containing the python directory (@pxref{Python}).
22959@end defvar
22960
d57a3c85 22961@findex gdb.execute
d812018b 22962@defun gdb.execute (command @r{[}, from_tty @r{[}, to_string@r{]]})
d57a3c85
TJB
22963Evaluate @var{command}, a string, as a @value{GDBN} CLI command.
22964If a GDB exception happens while @var{command} runs, it is
22965translated as described in @ref{Exception Handling,,Exception Handling}.
12453b93
TJB
22966
22967@var{from_tty} specifies whether @value{GDBN} ought to consider this
22968command as having originated from the user invoking it interactively.
22969It must be a boolean value. If omitted, it defaults to @code{False}.
bc9f0842
TT
22970
22971By default, any output produced by @var{command} is sent to
22972@value{GDBN}'s standard output. If the @var{to_string} parameter is
22973@code{True}, then output will be collected by @code{gdb.execute} and
22974returned as a string. The default is @code{False}, in which case the
5da1313b
JK
22975return value is @code{None}. If @var{to_string} is @code{True}, the
22976@value{GDBN} virtual terminal will be temporarily set to unlimited width
22977and height, and its pagination will be disabled; @pxref{Screen Size}.
d57a3c85
TJB
22978@end defun
22979
adc36818 22980@findex gdb.breakpoints
d812018b 22981@defun gdb.breakpoints ()
adc36818
PM
22982Return a sequence holding all of @value{GDBN}'s breakpoints.
22983@xref{Breakpoints In Python}, for more information.
22984@end defun
22985
8f500870 22986@findex gdb.parameter
d812018b 22987@defun gdb.parameter (parameter)
d57a3c85
TJB
22988Return the value of a @value{GDBN} parameter. @var{parameter} is a
22989string naming the parameter to look up; @var{parameter} may contain
22990spaces if the parameter has a multi-part name. For example,
22991@samp{print object} is a valid parameter name.
22992
22993If the named parameter does not exist, this function throws a
621c8364
TT
22994@code{gdb.error} (@pxref{Exception Handling}). Otherwise, the
22995parameter's value is converted to a Python value of the appropriate
22996type, and returned.
d57a3c85
TJB
22997@end defun
22998
08c637de 22999@findex gdb.history
d812018b 23000@defun gdb.history (number)
08c637de
TJB
23001Return a value from @value{GDBN}'s value history (@pxref{Value
23002History}). @var{number} indicates which history element to return.
23003If @var{number} is negative, then @value{GDBN} will take its absolute value
23004and count backward from the last element (i.e., the most recent element) to
23005find the value to return. If @var{number} is zero, then @value{GDBN} will
a0c36267 23006return the most recent element. If the element specified by @var{number}
621c8364 23007doesn't exist in the value history, a @code{gdb.error} exception will be
08c637de
TJB
23008raised.
23009
23010If no exception is raised, the return value is always an instance of
23011@code{gdb.Value} (@pxref{Values From Inferior}).
23012@end defun
23013
57a1d736 23014@findex gdb.parse_and_eval
d812018b 23015@defun gdb.parse_and_eval (expression)
57a1d736
TT
23016Parse @var{expression} as an expression in the current language,
23017evaluate it, and return the result as a @code{gdb.Value}.
23018@var{expression} must be a string.
23019
23020This function can be useful when implementing a new command
23021(@pxref{Commands In Python}), as it provides a way to parse the
23022command's argument as an expression. It is also useful simply to
23023compute values, for example, it is the only way to get the value of a
23024convenience variable (@pxref{Convenience Vars}) as a @code{gdb.Value}.
23025@end defun
23026
7efc75aa
SCR
23027@findex gdb.find_pc_line
23028@defun gdb.find_pc_line (pc)
23029Return the @code{gdb.Symtab_and_line} object corresponding to the
23030@var{pc} value. @xref{Symbol Tables In Python}. If an invalid
23031value of @var{pc} is passed as an argument, then the @code{symtab} and
23032@code{line} attributes of the returned @code{gdb.Symtab_and_line} object
23033will be @code{None} and 0 respectively.
23034@end defun
23035
ca5c20b6 23036@findex gdb.post_event
d812018b 23037@defun gdb.post_event (event)
ca5c20b6
PM
23038Put @var{event}, a callable object taking no arguments, into
23039@value{GDBN}'s internal event queue. This callable will be invoked at
23040some later point, during @value{GDBN}'s event processing. Events
23041posted using @code{post_event} will be run in the order in which they
23042were posted; however, there is no way to know when they will be
23043processed relative to other events inside @value{GDBN}.
23044
23045@value{GDBN} is not thread-safe. If your Python program uses multiple
23046threads, you must be careful to only call @value{GDBN}-specific
23047functions in the main @value{GDBN} thread. @code{post_event} ensures
23048this. For example:
23049
23050@smallexample
23051(@value{GDBP}) python
23052>import threading
23053>
23054>class Writer():
23055> def __init__(self, message):
23056> self.message = message;
23057> def __call__(self):
23058> gdb.write(self.message)
23059>
23060>class MyThread1 (threading.Thread):
23061> def run (self):
23062> gdb.post_event(Writer("Hello "))
23063>
23064>class MyThread2 (threading.Thread):
23065> def run (self):
23066> gdb.post_event(Writer("World\n"))
23067>
23068>MyThread1().start()
23069>MyThread2().start()
23070>end
23071(@value{GDBP}) Hello World
23072@end smallexample
23073@end defun
23074
99c3dc11 23075@findex gdb.write
d812018b 23076@defun gdb.write (string @r{[}, stream{]})
99c3dc11
PM
23077Print a string to @value{GDBN}'s paginated output stream. The
23078optional @var{stream} determines the stream to print to. The default
23079stream is @value{GDBN}'s standard output stream. Possible stream
23080values are:
23081
23082@table @code
23083@findex STDOUT
23084@findex gdb.STDOUT
d812018b 23085@item gdb.STDOUT
99c3dc11
PM
23086@value{GDBN}'s standard output stream.
23087
23088@findex STDERR
23089@findex gdb.STDERR
d812018b 23090@item gdb.STDERR
99c3dc11
PM
23091@value{GDBN}'s standard error stream.
23092
23093@findex STDLOG
23094@findex gdb.STDLOG
d812018b 23095@item gdb.STDLOG
99c3dc11
PM
23096@value{GDBN}'s log stream (@pxref{Logging Output}).
23097@end table
23098
d57a3c85 23099Writing to @code{sys.stdout} or @code{sys.stderr} will automatically
99c3dc11
PM
23100call this function and will automatically direct the output to the
23101relevant stream.
d57a3c85
TJB
23102@end defun
23103
23104@findex gdb.flush
d812018b 23105@defun gdb.flush ()
99c3dc11
PM
23106Flush the buffer of a @value{GDBN} paginated stream so that the
23107contents are displayed immediately. @value{GDBN} will flush the
23108contents of a stream automatically when it encounters a newline in the
23109buffer. The optional @var{stream} determines the stream to flush. The
23110default stream is @value{GDBN}'s standard output stream. Possible
23111stream values are:
23112
23113@table @code
23114@findex STDOUT
23115@findex gdb.STDOUT
d812018b 23116@item gdb.STDOUT
99c3dc11
PM
23117@value{GDBN}'s standard output stream.
23118
23119@findex STDERR
23120@findex gdb.STDERR
d812018b 23121@item gdb.STDERR
99c3dc11
PM
23122@value{GDBN}'s standard error stream.
23123
23124@findex STDLOG
23125@findex gdb.STDLOG
d812018b 23126@item gdb.STDLOG
99c3dc11
PM
23127@value{GDBN}'s log stream (@pxref{Logging Output}).
23128
23129@end table
23130
23131Flushing @code{sys.stdout} or @code{sys.stderr} will automatically
23132call this function for the relevant stream.
d57a3c85
TJB
23133@end defun
23134
f870a310 23135@findex gdb.target_charset
d812018b 23136@defun gdb.target_charset ()
f870a310
TT
23137Return the name of the current target character set (@pxref{Character
23138Sets}). This differs from @code{gdb.parameter('target-charset')} in
23139that @samp{auto} is never returned.
23140@end defun
23141
23142@findex gdb.target_wide_charset
d812018b 23143@defun gdb.target_wide_charset ()
f870a310
TT
23144Return the name of the current target wide character set
23145(@pxref{Character Sets}). This differs from
23146@code{gdb.parameter('target-wide-charset')} in that @samp{auto} is
23147never returned.
23148@end defun
23149
cb2e07a6 23150@findex gdb.solib_name
d812018b 23151@defun gdb.solib_name (address)
cb2e07a6
PM
23152Return the name of the shared library holding the given @var{address}
23153as a string, or @code{None}.
23154@end defun
23155
23156@findex gdb.decode_line
d812018b 23157@defun gdb.decode_line @r{[}expression@r{]}
cb2e07a6
PM
23158Return locations of the line specified by @var{expression}, or of the
23159current line if no argument was given. This function returns a Python
23160tuple containing two elements. The first element contains a string
23161holding any unparsed section of @var{expression} (or @code{None} if
23162the expression has been fully parsed). The second element contains
23163either @code{None} or another tuple that contains all the locations
23164that match the expression represented as @code{gdb.Symtab_and_line}
23165objects (@pxref{Symbol Tables In Python}). If @var{expression} is
23166provided, it is decoded the way that @value{GDBN}'s inbuilt
23167@code{break} or @code{edit} commands do (@pxref{Specify Location}).
23168@end defun
23169
d812018b 23170@defun gdb.prompt_hook (current_prompt)
fa3a4f15
PM
23171@anchor{prompt_hook}
23172
d17b6f81
PM
23173If @var{prompt_hook} is callable, @value{GDBN} will call the method
23174assigned to this operation before a prompt is displayed by
23175@value{GDBN}.
23176
23177The parameter @code{current_prompt} contains the current @value{GDBN}
23178prompt. This method must return a Python string, or @code{None}. If
23179a string is returned, the @value{GDBN} prompt will be set to that
23180string. If @code{None} is returned, @value{GDBN} will continue to use
23181the current prompt.
23182
23183Some prompts cannot be substituted in @value{GDBN}. Secondary prompts
23184such as those used by readline for command input, and annotation
23185related prompts are prohibited from being changed.
d812018b 23186@end defun
d17b6f81 23187
d57a3c85
TJB
23188@node Exception Handling
23189@subsubsection Exception Handling
23190@cindex python exceptions
23191@cindex exceptions, python
23192
23193When executing the @code{python} command, Python exceptions
23194uncaught within the Python code are translated to calls to
23195@value{GDBN} error-reporting mechanism. If the command that called
23196@code{python} does not handle the error, @value{GDBN} will
23197terminate it and print an error message containing the Python
23198exception name, the associated value, and the Python call stack
23199backtrace at the point where the exception was raised. Example:
23200
23201@smallexample
23202(@value{GDBP}) python print foo
23203Traceback (most recent call last):
23204 File "<string>", line 1, in <module>
23205NameError: name 'foo' is not defined
23206@end smallexample
23207
621c8364
TT
23208@value{GDBN} errors that happen in @value{GDBN} commands invoked by
23209Python code are converted to Python exceptions. The type of the
23210Python exception depends on the error.
23211
23212@ftable @code
23213@item gdb.error
23214This is the base class for most exceptions generated by @value{GDBN}.
23215It is derived from @code{RuntimeError}, for compatibility with earlier
23216versions of @value{GDBN}.
23217
23218If an error occurring in @value{GDBN} does not fit into some more
23219specific category, then the generated exception will have this type.
23220
23221@item gdb.MemoryError
23222This is a subclass of @code{gdb.error} which is thrown when an
23223operation tried to access invalid memory in the inferior.
23224
23225@item KeyboardInterrupt
23226User interrupt (via @kbd{C-c} or by typing @kbd{q} at a pagination
23227prompt) is translated to a Python @code{KeyboardInterrupt} exception.
23228@end ftable
23229
23230In all cases, your exception handler will see the @value{GDBN} error
23231message as its value and the Python call stack backtrace at the Python
23232statement closest to where the @value{GDBN} error occured as the
d57a3c85
TJB
23233traceback.
23234
07ca107c
DE
23235@findex gdb.GdbError
23236When implementing @value{GDBN} commands in Python via @code{gdb.Command},
23237it is useful to be able to throw an exception that doesn't cause a
23238traceback to be printed. For example, the user may have invoked the
23239command incorrectly. Use the @code{gdb.GdbError} exception
23240to handle this case. Example:
23241
23242@smallexample
23243(gdb) python
23244>class HelloWorld (gdb.Command):
23245> """Greet the whole world."""
23246> def __init__ (self):
7d74f244 23247> super (HelloWorld, self).__init__ ("hello-world", gdb.COMMAND_USER)
07ca107c
DE
23248> def invoke (self, args, from_tty):
23249> argv = gdb.string_to_argv (args)
23250> if len (argv) != 0:
23251> raise gdb.GdbError ("hello-world takes no arguments")
23252> print "Hello, World!"
23253>HelloWorld ()
23254>end
23255(gdb) hello-world 42
23256hello-world takes no arguments
23257@end smallexample
23258
a08702d6
TJB
23259@node Values From Inferior
23260@subsubsection Values From Inferior
23261@cindex values from inferior, with Python
23262@cindex python, working with values from inferior
23263
23264@cindex @code{gdb.Value}
23265@value{GDBN} provides values it obtains from the inferior program in
23266an object of type @code{gdb.Value}. @value{GDBN} uses this object
23267for its internal bookkeeping of the inferior's values, and for
23268fetching values when necessary.
23269
23270Inferior values that are simple scalars can be used directly in
23271Python expressions that are valid for the value's data type. Here's
23272an example for an integer or floating-point value @code{some_val}:
23273
23274@smallexample
23275bar = some_val + 2
23276@end smallexample
23277
23278@noindent
23279As result of this, @code{bar} will also be a @code{gdb.Value} object
23280whose values are of the same type as those of @code{some_val}.
23281
23282Inferior values that are structures or instances of some class can
23283be accessed using the Python @dfn{dictionary syntax}. For example, if
23284@code{some_val} is a @code{gdb.Value} instance holding a structure, you
23285can access its @code{foo} element with:
23286
23287@smallexample
23288bar = some_val['foo']
23289@end smallexample
23290
23291Again, @code{bar} will also be a @code{gdb.Value} object.
23292
5374244e
PM
23293A @code{gdb.Value} that represents a function can be executed via
23294inferior function call. Any arguments provided to the call must match
23295the function's prototype, and must be provided in the order specified
23296by that prototype.
23297
23298For example, @code{some_val} is a @code{gdb.Value} instance
23299representing a function that takes two integers as arguments. To
23300execute this function, call it like so:
23301
23302@smallexample
23303result = some_val (10,20)
23304@end smallexample
23305
23306Any values returned from a function call will be stored as a
23307@code{gdb.Value}.
23308
c0c6f777 23309The following attributes are provided:
a08702d6 23310
d812018b 23311@defvar Value.address
c0c6f777
TJB
23312If this object is addressable, this read-only attribute holds a
23313@code{gdb.Value} object representing the address. Otherwise,
23314this attribute holds @code{None}.
d812018b 23315@end defvar
c0c6f777 23316
def2b000 23317@cindex optimized out value in Python
d812018b 23318@defvar Value.is_optimized_out
def2b000
TJB
23319This read-only boolean attribute is true if the compiler optimized out
23320this value, thus it is not available for fetching from the inferior.
d812018b 23321@end defvar
2c74e833 23322
d812018b 23323@defvar Value.type
2c74e833 23324The type of this @code{gdb.Value}. The value of this attribute is a
44592cc4 23325@code{gdb.Type} object (@pxref{Types In Python}).
d812018b 23326@end defvar
03f17ccf 23327
d812018b 23328@defvar Value.dynamic_type
03f17ccf 23329The dynamic type of this @code{gdb.Value}. This uses C@t{++} run-time
fccd1d1e
EZ
23330type information (@acronym{RTTI}) to determine the dynamic type of the
23331value. If this value is of class type, it will return the class in
23332which the value is embedded, if any. If this value is of pointer or
23333reference to a class type, it will compute the dynamic type of the
23334referenced object, and return a pointer or reference to that type,
23335respectively. In all other cases, it will return the value's static
23336type.
23337
23338Note that this feature will only work when debugging a C@t{++} program
23339that includes @acronym{RTTI} for the object in question. Otherwise,
23340it will just return the static type of the value as in @kbd{ptype foo}
23341(@pxref{Symbols, ptype}).
d812018b 23342@end defvar
22dbab46
PK
23343
23344@defvar Value.is_lazy
23345The value of this read-only boolean attribute is @code{True} if this
23346@code{gdb.Value} has not yet been fetched from the inferior.
23347@value{GDBN} does not fetch values until necessary, for efficiency.
23348For example:
23349
23350@smallexample
23351myval = gdb.parse_and_eval ('somevar')
23352@end smallexample
23353
23354The value of @code{somevar} is not fetched at this time. It will be
23355fetched when the value is needed, or when the @code{fetch_lazy}
23356method is invoked.
23357@end defvar
def2b000
TJB
23358
23359The following methods are provided:
23360
d812018b 23361@defun Value.__init__ (@var{val})
e8467610
TT
23362Many Python values can be converted directly to a @code{gdb.Value} via
23363this object initializer. Specifically:
23364
23365@table @asis
23366@item Python boolean
23367A Python boolean is converted to the boolean type from the current
23368language.
23369
23370@item Python integer
23371A Python integer is converted to the C @code{long} type for the
23372current architecture.
23373
23374@item Python long
23375A Python long is converted to the C @code{long long} type for the
23376current architecture.
23377
23378@item Python float
23379A Python float is converted to the C @code{double} type for the
23380current architecture.
23381
23382@item Python string
23383A Python string is converted to a target string, using the current
23384target encoding.
23385
23386@item @code{gdb.Value}
23387If @code{val} is a @code{gdb.Value}, then a copy of the value is made.
23388
23389@item @code{gdb.LazyString}
23390If @code{val} is a @code{gdb.LazyString} (@pxref{Lazy Strings In
23391Python}), then the lazy string's @code{value} method is called, and
23392its result is used.
23393@end table
d812018b 23394@end defun
e8467610 23395
d812018b 23396@defun Value.cast (type)
14ff2235
PM
23397Return a new instance of @code{gdb.Value} that is the result of
23398casting this instance to the type described by @var{type}, which must
23399be a @code{gdb.Type} object. If the cast cannot be performed for some
23400reason, this method throws an exception.
d812018b 23401@end defun
14ff2235 23402
d812018b 23403@defun Value.dereference ()
def2b000
TJB
23404For pointer data types, this method returns a new @code{gdb.Value} object
23405whose contents is the object pointed to by the pointer. For example, if
23406@code{foo} is a C pointer to an @code{int}, declared in your C program as
a08702d6
TJB
23407
23408@smallexample
23409int *foo;
23410@end smallexample
23411
23412@noindent
23413then you can use the corresponding @code{gdb.Value} to access what
23414@code{foo} points to like this:
23415
23416@smallexample
23417bar = foo.dereference ()
23418@end smallexample
23419
23420The result @code{bar} will be a @code{gdb.Value} object holding the
23421value pointed to by @code{foo}.
7b282c5a
SCR
23422
23423A similar function @code{Value.referenced_value} exists which also
23424returns @code{gdb.Value} objects corresonding to the values pointed to
23425by pointer values (and additionally, values referenced by reference
23426values). However, the behavior of @code{Value.dereference}
23427differs from @code{Value.referenced_value} by the fact that the
23428behavior of @code{Value.dereference} is identical to applying the C
23429unary operator @code{*} on a given value. For example, consider a
23430reference to a pointer @code{ptrref}, declared in your C@t{++} program
23431as
23432
23433@smallexample
23434typedef int *intptr;
23435...
23436int val = 10;
23437intptr ptr = &val;
23438intptr &ptrref = ptr;
23439@end smallexample
23440
23441Though @code{ptrref} is a reference value, one can apply the method
23442@code{Value.dereference} to the @code{gdb.Value} object corresponding
23443to it and obtain a @code{gdb.Value} which is identical to that
23444corresponding to @code{val}. However, if you apply the method
23445@code{Value.referenced_value}, the result would be a @code{gdb.Value}
23446object identical to that corresponding to @code{ptr}.
23447
23448@smallexample
23449py_ptrref = gdb.parse_and_eval ("ptrref")
23450py_val = py_ptrref.dereference ()
23451py_ptr = py_ptrref.referenced_value ()
23452@end smallexample
23453
23454The @code{gdb.Value} object @code{py_val} is identical to that
23455corresponding to @code{val}, and @code{py_ptr} is identical to that
23456corresponding to @code{ptr}. In general, @code{Value.dereference} can
23457be applied whenever the C unary operator @code{*} can be applied
23458to the corresponding C value. For those cases where applying both
23459@code{Value.dereference} and @code{Value.referenced_value} is allowed,
23460the results obtained need not be identical (as we have seen in the above
23461example). The results are however identical when applied on
23462@code{gdb.Value} objects corresponding to pointers (@code{gdb.Value}
23463objects with type code @code{TYPE_CODE_PTR}) in a C/C@t{++} program.
23464@end defun
23465
23466@defun Value.referenced_value ()
23467For pointer or reference data types, this method returns a new
23468@code{gdb.Value} object corresponding to the value referenced by the
23469pointer/reference value. For pointer data types,
23470@code{Value.dereference} and @code{Value.referenced_value} produce
23471identical results. The difference between these methods is that
23472@code{Value.dereference} cannot get the values referenced by reference
23473values. For example, consider a reference to an @code{int}, declared
23474in your C@t{++} program as
23475
23476@smallexample
23477int val = 10;
23478int &ref = val;
23479@end smallexample
23480
23481@noindent
23482then applying @code{Value.dereference} to the @code{gdb.Value} object
23483corresponding to @code{ref} will result in an error, while applying
23484@code{Value.referenced_value} will result in a @code{gdb.Value} object
23485identical to that corresponding to @code{val}.
23486
23487@smallexample
23488py_ref = gdb.parse_and_eval ("ref")
23489er_ref = py_ref.dereference () # Results in error
23490py_val = py_ref.referenced_value () # Returns the referenced value
23491@end smallexample
23492
23493The @code{gdb.Value} object @code{py_val} is identical to that
23494corresponding to @code{val}.
d812018b 23495@end defun
a08702d6 23496
d812018b 23497@defun Value.dynamic_cast (type)
f9ffd4bb
TT
23498Like @code{Value.cast}, but works as if the C@t{++} @code{dynamic_cast}
23499operator were used. Consult a C@t{++} reference for details.
d812018b 23500@end defun
f9ffd4bb 23501
d812018b 23502@defun Value.reinterpret_cast (type)
f9ffd4bb
TT
23503Like @code{Value.cast}, but works as if the C@t{++} @code{reinterpret_cast}
23504operator were used. Consult a C@t{++} reference for details.
d812018b 23505@end defun
f9ffd4bb 23506
d812018b 23507@defun Value.string (@r{[}encoding@r{[}, errors@r{[}, length@r{]]]})
b6cb8e7d
TJB
23508If this @code{gdb.Value} represents a string, then this method
23509converts the contents to a Python string. Otherwise, this method will
23510throw an exception.
23511
23512Strings are recognized in a language-specific way; whether a given
23513@code{gdb.Value} represents a string is determined by the current
23514language.
23515
23516For C-like languages, a value is a string if it is a pointer to or an
23517array of characters or ints. The string is assumed to be terminated
fbb8f299
PM
23518by a zero of the appropriate width. However if the optional length
23519argument is given, the string will be converted to that given length,
23520ignoring any embedded zeros that the string may contain.
b6cb8e7d
TJB
23521
23522If the optional @var{encoding} argument is given, it must be a string
23523naming the encoding of the string in the @code{gdb.Value}, such as
23524@code{"ascii"}, @code{"iso-8859-6"} or @code{"utf-8"}. It accepts
23525the same encodings as the corresponding argument to Python's
23526@code{string.decode} method, and the Python codec machinery will be used
23527to convert the string. If @var{encoding} is not given, or if
23528@var{encoding} is the empty string, then either the @code{target-charset}
23529(@pxref{Character Sets}) will be used, or a language-specific encoding
23530will be used, if the current language is able to supply one.
23531
23532The optional @var{errors} argument is the same as the corresponding
23533argument to Python's @code{string.decode} method.
fbb8f299
PM
23534
23535If the optional @var{length} argument is given, the string will be
23536fetched and converted to the given length.
d812018b 23537@end defun
be759fcf 23538
d812018b 23539@defun Value.lazy_string (@r{[}encoding @r{[}, length@r{]]})
be759fcf
PM
23540If this @code{gdb.Value} represents a string, then this method
23541converts the contents to a @code{gdb.LazyString} (@pxref{Lazy Strings
23542In Python}). Otherwise, this method will throw an exception.
23543
23544If the optional @var{encoding} argument is given, it must be a string
23545naming the encoding of the @code{gdb.LazyString}. Some examples are:
23546@samp{ascii}, @samp{iso-8859-6} or @samp{utf-8}. If the
23547@var{encoding} argument is an encoding that @value{GDBN} does
23548recognize, @value{GDBN} will raise an error.
23549
23550When a lazy string is printed, the @value{GDBN} encoding machinery is
23551used to convert the string during printing. If the optional
23552@var{encoding} argument is not provided, or is an empty string,
23553@value{GDBN} will automatically select the encoding most suitable for
23554the string type. For further information on encoding in @value{GDBN}
23555please see @ref{Character Sets}.
23556
23557If the optional @var{length} argument is given, the string will be
23558fetched and encoded to the length of characters specified. If
23559the @var{length} argument is not provided, the string will be fetched
23560and encoded until a null of appropriate width is found.
d812018b 23561@end defun
22dbab46
PK
23562
23563@defun Value.fetch_lazy ()
23564If the @code{gdb.Value} object is currently a lazy value
23565(@code{gdb.Value.is_lazy} is @code{True}), then the value is
23566fetched from the inferior. Any errors that occur in the process
23567will produce a Python exception.
23568
23569If the @code{gdb.Value} object is not a lazy value, this method
23570has no effect.
23571
23572This method does not return a value.
23573@end defun
23574
b6cb8e7d 23575
2c74e833
TT
23576@node Types In Python
23577@subsubsection Types In Python
23578@cindex types in Python
23579@cindex Python, working with types
23580
23581@tindex gdb.Type
23582@value{GDBN} represents types from the inferior using the class
23583@code{gdb.Type}.
23584
23585The following type-related functions are available in the @code{gdb}
23586module:
23587
23588@findex gdb.lookup_type
d812018b 23589@defun gdb.lookup_type (name @r{[}, block@r{]})
2c74e833
TT
23590This function looks up a type by name. @var{name} is the name of the
23591type to look up. It must be a string.
23592
5107b149
PM
23593If @var{block} is given, then @var{name} is looked up in that scope.
23594Otherwise, it is searched for globally.
23595
2c74e833
TT
23596Ordinarily, this function will return an instance of @code{gdb.Type}.
23597If the named type cannot be found, it will throw an exception.
23598@end defun
23599
a73bb892
PK
23600If the type is a structure or class type, or an enum type, the fields
23601of that type can be accessed using the Python @dfn{dictionary syntax}.
23602For example, if @code{some_type} is a @code{gdb.Type} instance holding
23603a structure type, you can access its @code{foo} field with:
23604
23605@smallexample
23606bar = some_type['foo']
23607@end smallexample
23608
23609@code{bar} will be a @code{gdb.Field} object; see below under the
23610description of the @code{Type.fields} method for a description of the
23611@code{gdb.Field} class.
23612
2c74e833
TT
23613An instance of @code{Type} has the following attributes:
23614
d812018b 23615@defvar Type.code
2c74e833
TT
23616The type code for this type. The type code will be one of the
23617@code{TYPE_CODE_} constants defined below.
d812018b 23618@end defvar
2c74e833 23619
d812018b 23620@defvar Type.sizeof
2c74e833
TT
23621The size of this type, in target @code{char} units. Usually, a
23622target's @code{char} type will be an 8-bit byte. However, on some
23623unusual platforms, this type may have a different size.
d812018b 23624@end defvar
2c74e833 23625
d812018b 23626@defvar Type.tag
2c74e833
TT
23627The tag name for this type. The tag name is the name after
23628@code{struct}, @code{union}, or @code{enum} in C and C@t{++}; not all
23629languages have this concept. If this type has no tag name, then
23630@code{None} is returned.
d812018b 23631@end defvar
2c74e833
TT
23632
23633The following methods are provided:
23634
d812018b 23635@defun Type.fields ()
2c74e833
TT
23636For structure and union types, this method returns the fields. Range
23637types have two fields, the minimum and maximum values. Enum types
23638have one field per enum constant. Function and method types have one
23639field per parameter. The base types of C@t{++} classes are also
23640represented as fields. If the type has no fields, or does not fit
23641into one of these categories, an empty sequence will be returned.
23642
a73bb892 23643Each field is a @code{gdb.Field} object, with some pre-defined attributes:
2c74e833
TT
23644@table @code
23645@item bitpos
23646This attribute is not available for @code{static} fields (as in
23647C@t{++} or Java). For non-@code{static} fields, the value is the bit
a9f54f60
TT
23648position of the field. For @code{enum} fields, the value is the
23649enumeration member's integer representation.
2c74e833
TT
23650
23651@item name
23652The name of the field, or @code{None} for anonymous fields.
23653
23654@item artificial
23655This is @code{True} if the field is artificial, usually meaning that
23656it was provided by the compiler and not the user. This attribute is
23657always provided, and is @code{False} if the field is not artificial.
23658
bfd31e71
PM
23659@item is_base_class
23660This is @code{True} if the field represents a base class of a C@t{++}
23661structure. This attribute is always provided, and is @code{False}
23662if the field is not a base class of the type that is the argument of
23663@code{fields}, or if that type was not a C@t{++} class.
23664
2c74e833
TT
23665@item bitsize
23666If the field is packed, or is a bitfield, then this will have a
23667non-zero value, which is the size of the field in bits. Otherwise,
23668this will be zero; in this case the field's size is given by its type.
23669
23670@item type
23671The type of the field. This is usually an instance of @code{Type},
23672but it can be @code{None} in some situations.
23673@end table
d812018b 23674@end defun
2c74e833 23675
d812018b 23676@defun Type.array (@var{n1} @r{[}, @var{n2}@r{]})
702c2711
TT
23677Return a new @code{gdb.Type} object which represents an array of this
23678type. If one argument is given, it is the inclusive upper bound of
23679the array; in this case the lower bound is zero. If two arguments are
23680given, the first argument is the lower bound of the array, and the
23681second argument is the upper bound of the array. An array's length
23682must not be negative, but the bounds can be.
d812018b 23683@end defun
702c2711 23684
a72c3253
DE
23685@defun Type.vector (@var{n1} @r{[}, @var{n2}@r{]})
23686Return a new @code{gdb.Type} object which represents a vector of this
23687type. If one argument is given, it is the inclusive upper bound of
23688the vector; in this case the lower bound is zero. If two arguments are
23689given, the first argument is the lower bound of the vector, and the
23690second argument is the upper bound of the vector. A vector's length
23691must not be negative, but the bounds can be.
23692
23693The difference between an @code{array} and a @code{vector} is that
23694arrays behave like in C: when used in expressions they decay to a pointer
23695to the first element whereas vectors are treated as first class values.
23696@end defun
23697
d812018b 23698@defun Type.const ()
2c74e833
TT
23699Return a new @code{gdb.Type} object which represents a
23700@code{const}-qualified variant of this type.
d812018b 23701@end defun
2c74e833 23702
d812018b 23703@defun Type.volatile ()
2c74e833
TT
23704Return a new @code{gdb.Type} object which represents a
23705@code{volatile}-qualified variant of this type.
d812018b 23706@end defun
2c74e833 23707
d812018b 23708@defun Type.unqualified ()
2c74e833
TT
23709Return a new @code{gdb.Type} object which represents an unqualified
23710variant of this type. That is, the result is neither @code{const} nor
23711@code{volatile}.
d812018b 23712@end defun
2c74e833 23713
d812018b 23714@defun Type.range ()
361ae042
PM
23715Return a Python @code{Tuple} object that contains two elements: the
23716low bound of the argument type and the high bound of that type. If
23717the type does not have a range, @value{GDBN} will raise a
621c8364 23718@code{gdb.error} exception (@pxref{Exception Handling}).
d812018b 23719@end defun
361ae042 23720
d812018b 23721@defun Type.reference ()
2c74e833
TT
23722Return a new @code{gdb.Type} object which represents a reference to this
23723type.
d812018b 23724@end defun
2c74e833 23725
d812018b 23726@defun Type.pointer ()
7a6973ad
TT
23727Return a new @code{gdb.Type} object which represents a pointer to this
23728type.
d812018b 23729@end defun
7a6973ad 23730
d812018b 23731@defun Type.strip_typedefs ()
2c74e833
TT
23732Return a new @code{gdb.Type} that represents the real type,
23733after removing all layers of typedefs.
d812018b 23734@end defun
2c74e833 23735
d812018b 23736@defun Type.target ()
2c74e833
TT
23737Return a new @code{gdb.Type} object which represents the target type
23738of this type.
23739
23740For a pointer type, the target type is the type of the pointed-to
23741object. For an array type (meaning C-like arrays), the target type is
23742the type of the elements of the array. For a function or method type,
23743the target type is the type of the return value. For a complex type,
23744the target type is the type of the elements. For a typedef, the
23745target type is the aliased type.
23746
23747If the type does not have a target, this method will throw an
23748exception.
d812018b 23749@end defun
2c74e833 23750
d812018b 23751@defun Type.template_argument (n @r{[}, block@r{]})
2c74e833
TT
23752If this @code{gdb.Type} is an instantiation of a template, this will
23753return a new @code{gdb.Type} which represents the type of the
23754@var{n}th template argument.
23755
23756If this @code{gdb.Type} is not a template type, this will throw an
23757exception. Ordinarily, only C@t{++} code will have template types.
23758
5107b149
PM
23759If @var{block} is given, then @var{name} is looked up in that scope.
23760Otherwise, it is searched for globally.
d812018b 23761@end defun
2c74e833
TT
23762
23763
23764Each type has a code, which indicates what category this type falls
23765into. The available type categories are represented by constants
23766defined in the @code{gdb} module:
23767
23768@table @code
23769@findex TYPE_CODE_PTR
23770@findex gdb.TYPE_CODE_PTR
d812018b 23771@item gdb.TYPE_CODE_PTR
2c74e833
TT
23772The type is a pointer.
23773
23774@findex TYPE_CODE_ARRAY
23775@findex gdb.TYPE_CODE_ARRAY
d812018b 23776@item gdb.TYPE_CODE_ARRAY
2c74e833
TT
23777The type is an array.
23778
23779@findex TYPE_CODE_STRUCT
23780@findex gdb.TYPE_CODE_STRUCT
d812018b 23781@item gdb.TYPE_CODE_STRUCT
2c74e833
TT
23782The type is a structure.
23783
23784@findex TYPE_CODE_UNION
23785@findex gdb.TYPE_CODE_UNION
d812018b 23786@item gdb.TYPE_CODE_UNION
2c74e833
TT
23787The type is a union.
23788
23789@findex TYPE_CODE_ENUM
23790@findex gdb.TYPE_CODE_ENUM
d812018b 23791@item gdb.TYPE_CODE_ENUM
2c74e833
TT
23792The type is an enum.
23793
23794@findex TYPE_CODE_FLAGS
23795@findex gdb.TYPE_CODE_FLAGS
d812018b 23796@item gdb.TYPE_CODE_FLAGS
2c74e833
TT
23797A bit flags type, used for things such as status registers.
23798
23799@findex TYPE_CODE_FUNC
23800@findex gdb.TYPE_CODE_FUNC
d812018b 23801@item gdb.TYPE_CODE_FUNC
2c74e833
TT
23802The type is a function.
23803
23804@findex TYPE_CODE_INT
23805@findex gdb.TYPE_CODE_INT
d812018b 23806@item gdb.TYPE_CODE_INT
2c74e833
TT
23807The type is an integer type.
23808
23809@findex TYPE_CODE_FLT
23810@findex gdb.TYPE_CODE_FLT
d812018b 23811@item gdb.TYPE_CODE_FLT
2c74e833
TT
23812A floating point type.
23813
23814@findex TYPE_CODE_VOID
23815@findex gdb.TYPE_CODE_VOID
d812018b 23816@item gdb.TYPE_CODE_VOID
2c74e833
TT
23817The special type @code{void}.
23818
23819@findex TYPE_CODE_SET
23820@findex gdb.TYPE_CODE_SET
d812018b 23821@item gdb.TYPE_CODE_SET
2c74e833
TT
23822A Pascal set type.
23823
23824@findex TYPE_CODE_RANGE
23825@findex gdb.TYPE_CODE_RANGE
d812018b 23826@item gdb.TYPE_CODE_RANGE
2c74e833
TT
23827A range type, that is, an integer type with bounds.
23828
23829@findex TYPE_CODE_STRING
23830@findex gdb.TYPE_CODE_STRING
d812018b 23831@item gdb.TYPE_CODE_STRING
2c74e833
TT
23832A string type. Note that this is only used for certain languages with
23833language-defined string types; C strings are not represented this way.
23834
23835@findex TYPE_CODE_BITSTRING
23836@findex gdb.TYPE_CODE_BITSTRING
d812018b 23837@item gdb.TYPE_CODE_BITSTRING
6b1755ce 23838A string of bits. It is deprecated.
2c74e833
TT
23839
23840@findex TYPE_CODE_ERROR
23841@findex gdb.TYPE_CODE_ERROR
d812018b 23842@item gdb.TYPE_CODE_ERROR
2c74e833
TT
23843An unknown or erroneous type.
23844
23845@findex TYPE_CODE_METHOD
23846@findex gdb.TYPE_CODE_METHOD
d812018b 23847@item gdb.TYPE_CODE_METHOD
2c74e833
TT
23848A method type, as found in C@t{++} or Java.
23849
23850@findex TYPE_CODE_METHODPTR
23851@findex gdb.TYPE_CODE_METHODPTR
d812018b 23852@item gdb.TYPE_CODE_METHODPTR
2c74e833
TT
23853A pointer-to-member-function.
23854
23855@findex TYPE_CODE_MEMBERPTR
23856@findex gdb.TYPE_CODE_MEMBERPTR
d812018b 23857@item gdb.TYPE_CODE_MEMBERPTR
2c74e833
TT
23858A pointer-to-member.
23859
23860@findex TYPE_CODE_REF
23861@findex gdb.TYPE_CODE_REF
d812018b 23862@item gdb.TYPE_CODE_REF
2c74e833
TT
23863A reference type.
23864
23865@findex TYPE_CODE_CHAR
23866@findex gdb.TYPE_CODE_CHAR
d812018b 23867@item gdb.TYPE_CODE_CHAR
2c74e833
TT
23868A character type.
23869
23870@findex TYPE_CODE_BOOL
23871@findex gdb.TYPE_CODE_BOOL
d812018b 23872@item gdb.TYPE_CODE_BOOL
2c74e833
TT
23873A boolean type.
23874
23875@findex TYPE_CODE_COMPLEX
23876@findex gdb.TYPE_CODE_COMPLEX
d812018b 23877@item gdb.TYPE_CODE_COMPLEX
2c74e833
TT
23878A complex float type.
23879
23880@findex TYPE_CODE_TYPEDEF
23881@findex gdb.TYPE_CODE_TYPEDEF
d812018b 23882@item gdb.TYPE_CODE_TYPEDEF
2c74e833
TT
23883A typedef to some other type.
23884
23885@findex TYPE_CODE_NAMESPACE
23886@findex gdb.TYPE_CODE_NAMESPACE
d812018b 23887@item gdb.TYPE_CODE_NAMESPACE
2c74e833
TT
23888A C@t{++} namespace.
23889
23890@findex TYPE_CODE_DECFLOAT
23891@findex gdb.TYPE_CODE_DECFLOAT
d812018b 23892@item gdb.TYPE_CODE_DECFLOAT
2c74e833
TT
23893A decimal floating point type.
23894
23895@findex TYPE_CODE_INTERNAL_FUNCTION
23896@findex gdb.TYPE_CODE_INTERNAL_FUNCTION
d812018b 23897@item gdb.TYPE_CODE_INTERNAL_FUNCTION
2c74e833
TT
23898A function internal to @value{GDBN}. This is the type used to represent
23899convenience functions.
23900@end table
23901
0e3509db
DE
23902Further support for types is provided in the @code{gdb.types}
23903Python module (@pxref{gdb.types}).
23904
4c374409
JK
23905@node Pretty Printing API
23906@subsubsection Pretty Printing API
a6bac58e 23907
4c374409 23908An example output is provided (@pxref{Pretty Printing}).
a6bac58e
TT
23909
23910A pretty-printer is just an object that holds a value and implements a
23911specific interface, defined here.
23912
d812018b 23913@defun pretty_printer.children (self)
a6bac58e
TT
23914@value{GDBN} will call this method on a pretty-printer to compute the
23915children of the pretty-printer's value.
23916
23917This method must return an object conforming to the Python iterator
23918protocol. Each item returned by the iterator must be a tuple holding
23919two elements. The first element is the ``name'' of the child; the
23920second element is the child's value. The value can be any Python
23921object which is convertible to a @value{GDBN} value.
23922
23923This method is optional. If it does not exist, @value{GDBN} will act
23924as though the value has no children.
d812018b 23925@end defun
a6bac58e 23926
d812018b 23927@defun pretty_printer.display_hint (self)
a6bac58e
TT
23928The CLI may call this method and use its result to change the
23929formatting of a value. The result will also be supplied to an MI
23930consumer as a @samp{displayhint} attribute of the variable being
23931printed.
23932
23933This method is optional. If it does exist, this method must return a
23934string.
23935
23936Some display hints are predefined by @value{GDBN}:
23937
23938@table @samp
23939@item array
23940Indicate that the object being printed is ``array-like''. The CLI
23941uses this to respect parameters such as @code{set print elements} and
23942@code{set print array}.
23943
23944@item map
23945Indicate that the object being printed is ``map-like'', and that the
23946children of this value can be assumed to alternate between keys and
23947values.
23948
23949@item string
23950Indicate that the object being printed is ``string-like''. If the
23951printer's @code{to_string} method returns a Python string of some
23952kind, then @value{GDBN} will call its internal language-specific
23953string-printing function to format the string. For the CLI this means
23954adding quotation marks, possibly escaping some characters, respecting
23955@code{set print elements}, and the like.
23956@end table
d812018b 23957@end defun
a6bac58e 23958
d812018b 23959@defun pretty_printer.to_string (self)
a6bac58e
TT
23960@value{GDBN} will call this method to display the string
23961representation of the value passed to the object's constructor.
23962
23963When printing from the CLI, if the @code{to_string} method exists,
23964then @value{GDBN} will prepend its result to the values returned by
23965@code{children}. Exactly how this formatting is done is dependent on
23966the display hint, and may change as more hints are added. Also,
23967depending on the print settings (@pxref{Print Settings}), the CLI may
23968print just the result of @code{to_string} in a stack trace, omitting
23969the result of @code{children}.
23970
23971If this method returns a string, it is printed verbatim.
23972
23973Otherwise, if this method returns an instance of @code{gdb.Value},
23974then @value{GDBN} prints this value. This may result in a call to
23975another pretty-printer.
23976
23977If instead the method returns a Python value which is convertible to a
23978@code{gdb.Value}, then @value{GDBN} performs the conversion and prints
23979the resulting value. Again, this may result in a call to another
23980pretty-printer. Python scalars (integers, floats, and booleans) and
23981strings are convertible to @code{gdb.Value}; other types are not.
23982
79f283fe
PM
23983Finally, if this method returns @code{None} then no further operations
23984are peformed in this method and nothing is printed.
23985
a6bac58e 23986If the result is not one of these types, an exception is raised.
d812018b 23987@end defun
a6bac58e 23988
464b3efb
TT
23989@value{GDBN} provides a function which can be used to look up the
23990default pretty-printer for a @code{gdb.Value}:
23991
23992@findex gdb.default_visualizer
d812018b 23993@defun gdb.default_visualizer (value)
464b3efb
TT
23994This function takes a @code{gdb.Value} object as an argument. If a
23995pretty-printer for this value exists, then it is returned. If no such
23996printer exists, then this returns @code{None}.
23997@end defun
23998
a6bac58e
TT
23999@node Selecting Pretty-Printers
24000@subsubsection Selecting Pretty-Printers
24001
24002The Python list @code{gdb.pretty_printers} contains an array of
967cf477 24003functions or callable objects that have been registered via addition
7b51bc51
DE
24004as a pretty-printer. Printers in this list are called @code{global}
24005printers, they're available when debugging all inferiors.
fa33c3cd 24006Each @code{gdb.Progspace} contains a @code{pretty_printers} attribute.
a6bac58e
TT
24007Each @code{gdb.Objfile} also contains a @code{pretty_printers}
24008attribute.
24009
7b51bc51 24010Each function on these lists is passed a single @code{gdb.Value}
a6bac58e 24011argument and should return a pretty-printer object conforming to the
4c374409 24012interface definition above (@pxref{Pretty Printing API}). If a function
a6bac58e
TT
24013cannot create a pretty-printer for the value, it should return
24014@code{None}.
24015
24016@value{GDBN} first checks the @code{pretty_printers} attribute of each
fa33c3cd 24017@code{gdb.Objfile} in the current program space and iteratively calls
7b51bc51
DE
24018each enabled lookup routine in the list for that @code{gdb.Objfile}
24019until it receives a pretty-printer object.
fa33c3cd
DE
24020If no pretty-printer is found in the objfile lists, @value{GDBN} then
24021searches the pretty-printer list of the current program space,
967cf477 24022calling each enabled function until an object is returned.
a6bac58e 24023After these lists have been exhausted, it tries the global
967cf477 24024@code{gdb.pretty_printers} list, again calling each enabled function until an
a6bac58e
TT
24025object is returned.
24026
24027The order in which the objfiles are searched is not specified. For a
24028given list, functions are always invoked from the head of the list,
24029and iterated over sequentially until the end of the list, or a printer
24030object is returned.
24031
7b51bc51
DE
24032For various reasons a pretty-printer may not work.
24033For example, the underlying data structure may have changed and
24034the pretty-printer is out of date.
24035
24036The consequences of a broken pretty-printer are severe enough that
24037@value{GDBN} provides support for enabling and disabling individual
24038printers. For example, if @code{print frame-arguments} is on,
24039a backtrace can become highly illegible if any argument is printed
24040with a broken printer.
24041
24042Pretty-printers are enabled and disabled by attaching an @code{enabled}
24043attribute to the registered function or callable object. If this attribute
24044is present and its value is @code{False}, the printer is disabled, otherwise
24045the printer is enabled.
24046
24047@node Writing a Pretty-Printer
24048@subsubsection Writing a Pretty-Printer
24049@cindex writing a pretty-printer
24050
24051A pretty-printer consists of two parts: a lookup function to detect
24052if the type is supported, and the printer itself.
24053
a6bac58e 24054Here is an example showing how a @code{std::string} printer might be
7b51bc51
DE
24055written. @xref{Pretty Printing API}, for details on the API this class
24056must provide.
a6bac58e
TT
24057
24058@smallexample
7b51bc51 24059class StdStringPrinter(object):
a6bac58e
TT
24060 "Print a std::string"
24061
7b51bc51 24062 def __init__(self, val):
a6bac58e
TT
24063 self.val = val
24064
7b51bc51 24065 def to_string(self):
a6bac58e
TT
24066 return self.val['_M_dataplus']['_M_p']
24067
7b51bc51 24068 def display_hint(self):
a6bac58e
TT
24069 return 'string'
24070@end smallexample
24071
24072And here is an example showing how a lookup function for the printer
24073example above might be written.
24074
24075@smallexample
7b51bc51 24076def str_lookup_function(val):
a6bac58e 24077 lookup_tag = val.type.tag
a6bac58e
TT
24078 if lookup_tag == None:
24079 return None
7b51bc51
DE
24080 regex = re.compile("^std::basic_string<char,.*>$")
24081 if regex.match(lookup_tag):
24082 return StdStringPrinter(val)
a6bac58e
TT
24083 return None
24084@end smallexample
24085
24086The example lookup function extracts the value's type, and attempts to
24087match it to a type that it can pretty-print. If it is a type the
24088printer can pretty-print, it will return a printer object. If not, it
24089returns @code{None}.
24090
24091We recommend that you put your core pretty-printers into a Python
24092package. If your pretty-printers are for use with a library, we
24093further recommend embedding a version number into the package name.
24094This practice will enable @value{GDBN} to load multiple versions of
24095your pretty-printers at the same time, because they will have
24096different names.
24097
bf88dd68 24098You should write auto-loaded code (@pxref{Python Auto-loading}) such that it
a6bac58e
TT
24099can be evaluated multiple times without changing its meaning. An
24100ideal auto-load file will consist solely of @code{import}s of your
24101printer modules, followed by a call to a register pretty-printers with
24102the current objfile.
24103
24104Taken as a whole, this approach will scale nicely to multiple
24105inferiors, each potentially using a different library version.
24106Embedding a version number in the Python package name will ensure that
24107@value{GDBN} is able to load both sets of printers simultaneously.
24108Then, because the search for pretty-printers is done by objfile, and
24109because your auto-loaded code took care to register your library's
24110printers with a specific objfile, @value{GDBN} will find the correct
24111printers for the specific version of the library used by each
24112inferior.
24113
4c374409 24114To continue the @code{std::string} example (@pxref{Pretty Printing API}),
a6bac58e
TT
24115this code might appear in @code{gdb.libstdcxx.v6}:
24116
24117@smallexample
7b51bc51 24118def register_printers(objfile):
ae6f0d5b 24119 objfile.pretty_printers.append(str_lookup_function)
a6bac58e
TT
24120@end smallexample
24121
24122@noindent
24123And then the corresponding contents of the auto-load file would be:
24124
24125@smallexample
24126import gdb.libstdcxx.v6
7b51bc51 24127gdb.libstdcxx.v6.register_printers(gdb.current_objfile())
a6bac58e
TT
24128@end smallexample
24129
7b51bc51
DE
24130The previous example illustrates a basic pretty-printer.
24131There are a few things that can be improved on.
24132The printer doesn't have a name, making it hard to identify in a
24133list of installed printers. The lookup function has a name, but
24134lookup functions can have arbitrary, even identical, names.
967cf477 24135
7b51bc51
DE
24136Second, the printer only handles one type, whereas a library typically has
24137several types. One could install a lookup function for each desired type
24138in the library, but one could also have a single lookup function recognize
24139several types. The latter is the conventional way this is handled.
24140If a pretty-printer can handle multiple data types, then its
24141@dfn{subprinters} are the printers for the individual data types.
967cf477 24142
7b51bc51
DE
24143The @code{gdb.printing} module provides a formal way of solving these
24144problems (@pxref{gdb.printing}).
24145Here is another example that handles multiple types.
967cf477 24146
7b51bc51
DE
24147These are the types we are going to pretty-print:
24148
24149@smallexample
24150struct foo @{ int a, b; @};
24151struct bar @{ struct foo x, y; @};
24152@end smallexample
24153
24154Here are the printers:
24155
24156@smallexample
24157class fooPrinter:
24158 """Print a foo object."""
24159
24160 def __init__(self, val):
24161 self.val = val
24162
24163 def to_string(self):
24164 return ("a=<" + str(self.val["a"]) +
24165 "> b=<" + str(self.val["b"]) + ">")
24166
24167class barPrinter:
24168 """Print a bar object."""
24169
24170 def __init__(self, val):
24171 self.val = val
24172
24173 def to_string(self):
24174 return ("x=<" + str(self.val["x"]) +
24175 "> y=<" + str(self.val["y"]) + ">")
24176@end smallexample
24177
24178This example doesn't need a lookup function, that is handled by the
24179@code{gdb.printing} module. Instead a function is provided to build up
24180the object that handles the lookup.
24181
24182@smallexample
24183import gdb.printing
24184
24185def build_pretty_printer():
24186 pp = gdb.printing.RegexpCollectionPrettyPrinter(
24187 "my_library")
24188 pp.add_printer('foo', '^foo$', fooPrinter)
24189 pp.add_printer('bar', '^bar$', barPrinter)
24190 return pp
24191@end smallexample
24192
24193And here is the autoload support:
24194
24195@smallexample
24196import gdb.printing
24197import my_library
24198gdb.printing.register_pretty_printer(
24199 gdb.current_objfile(),
24200 my_library.build_pretty_printer())
24201@end smallexample
24202
24203Finally, when this printer is loaded into @value{GDBN}, here is the
24204corresponding output of @samp{info pretty-printer}:
24205
24206@smallexample
24207(gdb) info pretty-printer
24208my_library.so:
24209 my_library
24210 foo
24211 bar
24212@end smallexample
967cf477 24213
18a9fc12
TT
24214@node Type Printing API
24215@subsubsection Type Printing API
24216@cindex type printing API for Python
24217
24218@value{GDBN} provides a way for Python code to customize type display.
24219This is mainly useful for substituting canonical typedef names for
24220types.
24221
24222@cindex type printer
24223A @dfn{type printer} is just a Python object conforming to a certain
24224protocol. A simple base class implementing the protocol is provided;
24225see @ref{gdb.types}. A type printer must supply at least:
24226
24227@defivar type_printer enabled
24228A boolean which is True if the printer is enabled, and False
24229otherwise. This is manipulated by the @code{enable type-printer}
24230and @code{disable type-printer} commands.
24231@end defivar
24232
24233@defivar type_printer name
24234The name of the type printer. This must be a string. This is used by
24235the @code{enable type-printer} and @code{disable type-printer}
24236commands.
24237@end defivar
24238
24239@defmethod type_printer instantiate (self)
24240This is called by @value{GDBN} at the start of type-printing. It is
24241only called if the type printer is enabled. This method must return a
24242new object that supplies a @code{recognize} method, as described below.
24243@end defmethod
24244
24245
24246When displaying a type, say via the @code{ptype} command, @value{GDBN}
24247will compute a list of type recognizers. This is done by iterating
24248first over the per-objfile type printers (@pxref{Objfiles In Python}),
24249followed by the per-progspace type printers (@pxref{Progspaces In
24250Python}), and finally the global type printers.
24251
24252@value{GDBN} will call the @code{instantiate} method of each enabled
24253type printer. If this method returns @code{None}, then the result is
24254ignored; otherwise, it is appended to the list of recognizers.
24255
24256Then, when @value{GDBN} is going to display a type name, it iterates
24257over the list of recognizers. For each one, it calls the recognition
24258function, stopping if the function returns a non-@code{None} value.
24259The recognition function is defined as:
24260
24261@defmethod type_recognizer recognize (self, type)
24262If @var{type} is not recognized, return @code{None}. Otherwise,
24263return a string which is to be printed as the name of @var{type}.
24264@var{type} will be an instance of @code{gdb.Type} (@pxref{Types In
24265Python}).
24266@end defmethod
24267
24268@value{GDBN} uses this two-pass approach so that type printers can
24269efficiently cache information without holding on to it too long. For
24270example, it can be convenient to look up type information in a type
24271printer and hold it for a recognizer's lifetime; if a single pass were
24272done then type printers would have to make use of the event system in
24273order to avoid holding information that could become stale as the
24274inferior changed.
24275
595939de
PM
24276@node Inferiors In Python
24277@subsubsection Inferiors In Python
505500db 24278@cindex inferiors in Python
595939de
PM
24279
24280@findex gdb.Inferior
24281Programs which are being run under @value{GDBN} are called inferiors
24282(@pxref{Inferiors and Programs}). Python scripts can access
24283information about and manipulate inferiors controlled by @value{GDBN}
24284via objects of the @code{gdb.Inferior} class.
24285
24286The following inferior-related functions are available in the @code{gdb}
24287module:
24288
d812018b 24289@defun gdb.inferiors ()
595939de
PM
24290Return a tuple containing all inferior objects.
24291@end defun
24292
d812018b 24293@defun gdb.selected_inferior ()
2aa48337
KP
24294Return an object representing the current inferior.
24295@end defun
24296
595939de
PM
24297A @code{gdb.Inferior} object has the following attributes:
24298
d812018b 24299@defvar Inferior.num
595939de 24300ID of inferior, as assigned by GDB.
d812018b 24301@end defvar
595939de 24302
d812018b 24303@defvar Inferior.pid
595939de
PM
24304Process ID of the inferior, as assigned by the underlying operating
24305system.
d812018b 24306@end defvar
595939de 24307
d812018b 24308@defvar Inferior.was_attached
595939de
PM
24309Boolean signaling whether the inferior was created using `attach', or
24310started by @value{GDBN} itself.
d812018b 24311@end defvar
595939de
PM
24312
24313A @code{gdb.Inferior} object has the following methods:
24314
d812018b 24315@defun Inferior.is_valid ()
29703da4
PM
24316Returns @code{True} if the @code{gdb.Inferior} object is valid,
24317@code{False} if not. A @code{gdb.Inferior} object will become invalid
24318if the inferior no longer exists within @value{GDBN}. All other
24319@code{gdb.Inferior} methods will throw an exception if it is invalid
24320at the time the method is called.
d812018b 24321@end defun
29703da4 24322
d812018b 24323@defun Inferior.threads ()
595939de
PM
24324This method returns a tuple holding all the threads which are valid
24325when it is called. If there are no valid threads, the method will
24326return an empty tuple.
d812018b 24327@end defun
595939de 24328
2678e2af 24329@findex Inferior.read_memory
d812018b 24330@defun Inferior.read_memory (address, length)
595939de
PM
24331Read @var{length} bytes of memory from the inferior, starting at
24332@var{address}. Returns a buffer object, which behaves much like an array
2678e2af 24333or a string. It can be modified and given to the
9a27f2c6
PK
24334@code{Inferior.write_memory} function. In @code{Python} 3, the return
24335value is a @code{memoryview} object.
d812018b 24336@end defun
595939de 24337
2678e2af 24338@findex Inferior.write_memory
d812018b 24339@defun Inferior.write_memory (address, buffer @r{[}, length@r{]})
595939de
PM
24340Write the contents of @var{buffer} to the inferior, starting at
24341@var{address}. The @var{buffer} parameter must be a Python object
24342which supports the buffer protocol, i.e., a string, an array or the
2678e2af 24343object returned from @code{Inferior.read_memory}. If given, @var{length}
595939de 24344determines the number of bytes from @var{buffer} to be written.
d812018b 24345@end defun
595939de
PM
24346
24347@findex gdb.search_memory
d812018b 24348@defun Inferior.search_memory (address, length, pattern)
595939de
PM
24349Search a region of the inferior memory starting at @var{address} with
24350the given @var{length} using the search pattern supplied in
24351@var{pattern}. The @var{pattern} parameter must be a Python object
24352which supports the buffer protocol, i.e., a string, an array or the
24353object returned from @code{gdb.read_memory}. Returns a Python @code{Long}
24354containing the address where the pattern was found, or @code{None} if
24355the pattern could not be found.
d812018b 24356@end defun
595939de 24357
505500db
SW
24358@node Events In Python
24359@subsubsection Events In Python
24360@cindex inferior events in Python
24361
24362@value{GDBN} provides a general event facility so that Python code can be
24363notified of various state changes, particularly changes that occur in
24364the inferior.
24365
24366An @dfn{event} is just an object that describes some state change. The
24367type of the object and its attributes will vary depending on the details
24368of the change. All the existing events are described below.
24369
24370In order to be notified of an event, you must register an event handler
24371with an @dfn{event registry}. An event registry is an object in the
24372@code{gdb.events} module which dispatches particular events. A registry
24373provides methods to register and unregister event handlers:
24374
d812018b 24375@defun EventRegistry.connect (object)
505500db
SW
24376Add the given callable @var{object} to the registry. This object will be
24377called when an event corresponding to this registry occurs.
d812018b 24378@end defun
505500db 24379
d812018b 24380@defun EventRegistry.disconnect (object)
505500db
SW
24381Remove the given @var{object} from the registry. Once removed, the object
24382will no longer receive notifications of events.
d812018b 24383@end defun
505500db
SW
24384
24385Here is an example:
24386
24387@smallexample
24388def exit_handler (event):
24389 print "event type: exit"
24390 print "exit code: %d" % (event.exit_code)
24391
24392gdb.events.exited.connect (exit_handler)
24393@end smallexample
24394
24395In the above example we connect our handler @code{exit_handler} to the
24396registry @code{events.exited}. Once connected, @code{exit_handler} gets
24397called when the inferior exits. The argument @dfn{event} in this example is
24398of type @code{gdb.ExitedEvent}. As you can see in the example the
24399@code{ExitedEvent} object has an attribute which indicates the exit code of
24400the inferior.
24401
24402The following is a listing of the event registries that are available and
24403details of the events they emit:
24404
24405@table @code
24406
24407@item events.cont
24408Emits @code{gdb.ThreadEvent}.
24409
24410Some events can be thread specific when @value{GDBN} is running in non-stop
24411mode. When represented in Python, these events all extend
24412@code{gdb.ThreadEvent}. Note, this event is not emitted directly; instead,
24413events which are emitted by this or other modules might extend this event.
24414Examples of these events are @code{gdb.BreakpointEvent} and
24415@code{gdb.ContinueEvent}.
24416
d812018b 24417@defvar ThreadEvent.inferior_thread
505500db
SW
24418In non-stop mode this attribute will be set to the specific thread which was
24419involved in the emitted event. Otherwise, it will be set to @code{None}.
d812018b 24420@end defvar
505500db
SW
24421
24422Emits @code{gdb.ContinueEvent} which extends @code{gdb.ThreadEvent}.
24423
24424This event indicates that the inferior has been continued after a stop. For
24425inherited attribute refer to @code{gdb.ThreadEvent} above.
24426
24427@item events.exited
24428Emits @code{events.ExitedEvent} which indicates that the inferior has exited.
cb6be26b 24429@code{events.ExitedEvent} has two attributes:
d812018b 24430@defvar ExitedEvent.exit_code
cb6be26b
KP
24431An integer representing the exit code, if available, which the inferior
24432has returned. (The exit code could be unavailable if, for example,
24433@value{GDBN} detaches from the inferior.) If the exit code is unavailable,
24434the attribute does not exist.
24435@end defvar
24436@defvar ExitedEvent inferior
24437A reference to the inferior which triggered the @code{exited} event.
d812018b 24438@end defvar
505500db
SW
24439
24440@item events.stop
24441Emits @code{gdb.StopEvent} which extends @code{gdb.ThreadEvent}.
24442
24443Indicates that the inferior has stopped. All events emitted by this registry
24444extend StopEvent. As a child of @code{gdb.ThreadEvent}, @code{gdb.StopEvent}
24445will indicate the stopped thread when @value{GDBN} is running in non-stop
24446mode. Refer to @code{gdb.ThreadEvent} above for more details.
24447
24448Emits @code{gdb.SignalEvent} which extends @code{gdb.StopEvent}.
24449
24450This event indicates that the inferior or one of its threads has received as
24451signal. @code{gdb.SignalEvent} has the following attributes:
24452
d812018b 24453@defvar SignalEvent.stop_signal
505500db
SW
24454A string representing the signal received by the inferior. A list of possible
24455signal values can be obtained by running the command @code{info signals} in
24456the @value{GDBN} command prompt.
d812018b 24457@end defvar
505500db
SW
24458
24459Also emits @code{gdb.BreakpointEvent} which extends @code{gdb.StopEvent}.
24460
6839b47f
KP
24461@code{gdb.BreakpointEvent} event indicates that one or more breakpoints have
24462been hit, and has the following attributes:
505500db 24463
d812018b 24464@defvar BreakpointEvent.breakpoints
6839b47f
KP
24465A sequence containing references to all the breakpoints (type
24466@code{gdb.Breakpoint}) that were hit.
505500db 24467@xref{Breakpoints In Python}, for details of the @code{gdb.Breakpoint} object.
d812018b
PK
24468@end defvar
24469@defvar BreakpointEvent.breakpoint
6839b47f
KP
24470A reference to the first breakpoint that was hit.
24471This function is maintained for backward compatibility and is now deprecated
d812018b
PK
24472in favor of the @code{gdb.BreakpointEvent.breakpoints} attribute.
24473@end defvar
505500db 24474
20c168b5
KP
24475@item events.new_objfile
24476Emits @code{gdb.NewObjFileEvent} which indicates that a new object file has
24477been loaded by @value{GDBN}. @code{gdb.NewObjFileEvent} has one attribute:
24478
20c168b5
KP
24479@defvar NewObjFileEvent.new_objfile
24480A reference to the object file (@code{gdb.Objfile}) which has been loaded.
24481@xref{Objfiles In Python}, for details of the @code{gdb.Objfile} object.
24482@end defvar
20c168b5 24483
505500db
SW
24484@end table
24485
595939de
PM
24486@node Threads In Python
24487@subsubsection Threads In Python
24488@cindex threads in python
24489
24490@findex gdb.InferiorThread
24491Python scripts can access information about, and manipulate inferior threads
24492controlled by @value{GDBN}, via objects of the @code{gdb.InferiorThread} class.
24493
24494The following thread-related functions are available in the @code{gdb}
24495module:
24496
24497@findex gdb.selected_thread
d812018b 24498@defun gdb.selected_thread ()
595939de
PM
24499This function returns the thread object for the selected thread. If there
24500is no selected thread, this will return @code{None}.
24501@end defun
24502
24503A @code{gdb.InferiorThread} object has the following attributes:
24504
d812018b 24505@defvar InferiorThread.name
4694da01
TT
24506The name of the thread. If the user specified a name using
24507@code{thread name}, then this returns that name. Otherwise, if an
24508OS-supplied name is available, then it is returned. Otherwise, this
24509returns @code{None}.
24510
24511This attribute can be assigned to. The new value must be a string
24512object, which sets the new name, or @code{None}, which removes any
24513user-specified thread name.
d812018b 24514@end defvar
4694da01 24515
d812018b 24516@defvar InferiorThread.num
595939de 24517ID of the thread, as assigned by GDB.
d812018b 24518@end defvar
595939de 24519
d812018b 24520@defvar InferiorThread.ptid
595939de
PM
24521ID of the thread, as assigned by the operating system. This attribute is a
24522tuple containing three integers. The first is the Process ID (PID); the second
24523is the Lightweight Process ID (LWPID), and the third is the Thread ID (TID).
24524Either the LWPID or TID may be 0, which indicates that the operating system
24525does not use that identifier.
d812018b 24526@end defvar
595939de
PM
24527
24528A @code{gdb.InferiorThread} object has the following methods:
24529
d812018b 24530@defun InferiorThread.is_valid ()
29703da4
PM
24531Returns @code{True} if the @code{gdb.InferiorThread} object is valid,
24532@code{False} if not. A @code{gdb.InferiorThread} object will become
24533invalid if the thread exits, or the inferior that the thread belongs
24534is deleted. All other @code{gdb.InferiorThread} methods will throw an
24535exception if it is invalid at the time the method is called.
d812018b 24536@end defun
29703da4 24537
d812018b 24538@defun InferiorThread.switch ()
595939de
PM
24539This changes @value{GDBN}'s currently selected thread to the one represented
24540by this object.
d812018b 24541@end defun
595939de 24542
d812018b 24543@defun InferiorThread.is_stopped ()
595939de 24544Return a Boolean indicating whether the thread is stopped.
d812018b 24545@end defun
595939de 24546
d812018b 24547@defun InferiorThread.is_running ()
595939de 24548Return a Boolean indicating whether the thread is running.
d812018b 24549@end defun
595939de 24550
d812018b 24551@defun InferiorThread.is_exited ()
595939de 24552Return a Boolean indicating whether the thread is exited.
d812018b 24553@end defun
595939de 24554
d8906c6f
TJB
24555@node Commands In Python
24556@subsubsection Commands In Python
24557
24558@cindex commands in python
24559@cindex python commands
d8906c6f
TJB
24560You can implement new @value{GDBN} CLI commands in Python. A CLI
24561command is implemented using an instance of the @code{gdb.Command}
24562class, most commonly using a subclass.
24563
f05e2e1d 24564@defun Command.__init__ (name, @var{command_class} @r{[}, @var{completer_class} @r{[}, @var{prefix}@r{]]})
d8906c6f
TJB
24565The object initializer for @code{Command} registers the new command
24566with @value{GDBN}. This initializer is normally invoked from the
24567subclass' own @code{__init__} method.
24568
24569@var{name} is the name of the command. If @var{name} consists of
24570multiple words, then the initial words are looked for as prefix
24571commands. In this case, if one of the prefix commands does not exist,
24572an exception is raised.
24573
24574There is no support for multi-line commands.
24575
cc924cad 24576@var{command_class} should be one of the @samp{COMMAND_} constants
d8906c6f
TJB
24577defined below. This argument tells @value{GDBN} how to categorize the
24578new command in the help system.
24579
cc924cad 24580@var{completer_class} is an optional argument. If given, it should be
d8906c6f
TJB
24581one of the @samp{COMPLETE_} constants defined below. This argument
24582tells @value{GDBN} how to perform completion for this command. If not
24583given, @value{GDBN} will attempt to complete using the object's
24584@code{complete} method (see below); if no such method is found, an
24585error will occur when completion is attempted.
24586
24587@var{prefix} is an optional argument. If @code{True}, then the new
24588command is a prefix command; sub-commands of this command may be
24589registered.
24590
24591The help text for the new command is taken from the Python
24592documentation string for the command's class, if there is one. If no
24593documentation string is provided, the default value ``This command is
24594not documented.'' is used.
d812018b 24595@end defun
d8906c6f 24596
a0c36267 24597@cindex don't repeat Python command
d812018b 24598@defun Command.dont_repeat ()
d8906c6f
TJB
24599By default, a @value{GDBN} command is repeated when the user enters a
24600blank line at the command prompt. A command can suppress this
24601behavior by invoking the @code{dont_repeat} method. This is similar
24602to the user command @code{dont-repeat}, see @ref{Define, dont-repeat}.
d812018b 24603@end defun
d8906c6f 24604
d812018b 24605@defun Command.invoke (argument, from_tty)
d8906c6f
TJB
24606This method is called by @value{GDBN} when this command is invoked.
24607
24608@var{argument} is a string. It is the argument to the command, after
24609leading and trailing whitespace has been stripped.
24610
24611@var{from_tty} is a boolean argument. When true, this means that the
24612command was entered by the user at the terminal; when false it means
24613that the command came from elsewhere.
24614
24615If this method throws an exception, it is turned into a @value{GDBN}
24616@code{error} call. Otherwise, the return value is ignored.
07ca107c
DE
24617
24618@findex gdb.string_to_argv
24619To break @var{argument} up into an argv-like string use
24620@code{gdb.string_to_argv}. This function behaves identically to
24621@value{GDBN}'s internal argument lexer @code{buildargv}.
24622It is recommended to use this for consistency.
24623Arguments are separated by spaces and may be quoted.
24624Example:
24625
24626@smallexample
24627print gdb.string_to_argv ("1 2\ \\\"3 '4 \"5' \"6 '7\"")
24628['1', '2 "3', '4 "5', "6 '7"]
24629@end smallexample
24630
d812018b 24631@end defun
d8906c6f 24632
a0c36267 24633@cindex completion of Python commands
d812018b 24634@defun Command.complete (text, word)
d8906c6f
TJB
24635This method is called by @value{GDBN} when the user attempts
24636completion on this command. All forms of completion are handled by
a0c36267
EZ
24637this method, that is, the @key{TAB} and @key{M-?} key bindings
24638(@pxref{Completion}), and the @code{complete} command (@pxref{Help,
24639complete}).
d8906c6f
TJB
24640
24641The arguments @var{text} and @var{word} are both strings. @var{text}
24642holds the complete command line up to the cursor's location.
24643@var{word} holds the last word of the command line; this is computed
24644using a word-breaking heuristic.
24645
24646The @code{complete} method can return several values:
24647@itemize @bullet
24648@item
24649If the return value is a sequence, the contents of the sequence are
24650used as the completions. It is up to @code{complete} to ensure that the
24651contents actually do complete the word. A zero-length sequence is
24652allowed, it means that there were no completions available. Only
24653string elements of the sequence are used; other elements in the
24654sequence are ignored.
24655
24656@item
24657If the return value is one of the @samp{COMPLETE_} constants defined
24658below, then the corresponding @value{GDBN}-internal completion
24659function is invoked, and its result is used.
24660
24661@item
24662All other results are treated as though there were no available
24663completions.
24664@end itemize
d812018b 24665@end defun
d8906c6f 24666
d8906c6f
TJB
24667When a new command is registered, it must be declared as a member of
24668some general class of commands. This is used to classify top-level
24669commands in the on-line help system; note that prefix commands are not
24670listed under their own category but rather that of their top-level
24671command. The available classifications are represented by constants
24672defined in the @code{gdb} module:
24673
24674@table @code
24675@findex COMMAND_NONE
24676@findex gdb.COMMAND_NONE
d812018b 24677@item gdb.COMMAND_NONE
d8906c6f
TJB
24678The command does not belong to any particular class. A command in
24679this category will not be displayed in any of the help categories.
24680
24681@findex COMMAND_RUNNING
24682@findex gdb.COMMAND_RUNNING
d812018b 24683@item gdb.COMMAND_RUNNING
d8906c6f
TJB
24684The command is related to running the inferior. For example,
24685@code{start}, @code{step}, and @code{continue} are in this category.
a0c36267 24686Type @kbd{help running} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24687commands in this category.
24688
24689@findex COMMAND_DATA
24690@findex gdb.COMMAND_DATA
d812018b 24691@item gdb.COMMAND_DATA
d8906c6f
TJB
24692The command is related to data or variables. For example,
24693@code{call}, @code{find}, and @code{print} are in this category. Type
a0c36267 24694@kbd{help data} at the @value{GDBN} prompt to see a list of commands
d8906c6f
TJB
24695in this category.
24696
24697@findex COMMAND_STACK
24698@findex gdb.COMMAND_STACK
d812018b 24699@item gdb.COMMAND_STACK
d8906c6f
TJB
24700The command has to do with manipulation of the stack. For example,
24701@code{backtrace}, @code{frame}, and @code{return} are in this
a0c36267 24702category. Type @kbd{help stack} at the @value{GDBN} prompt to see a
d8906c6f
TJB
24703list of commands in this category.
24704
24705@findex COMMAND_FILES
24706@findex gdb.COMMAND_FILES
d812018b 24707@item gdb.COMMAND_FILES
d8906c6f
TJB
24708This class is used for file-related commands. For example,
24709@code{file}, @code{list} and @code{section} are in this category.
a0c36267 24710Type @kbd{help files} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24711commands in this category.
24712
24713@findex COMMAND_SUPPORT
24714@findex gdb.COMMAND_SUPPORT
d812018b 24715@item gdb.COMMAND_SUPPORT
d8906c6f
TJB
24716This should be used for ``support facilities'', generally meaning
24717things that are useful to the user when interacting with @value{GDBN},
24718but not related to the state of the inferior. For example,
24719@code{help}, @code{make}, and @code{shell} are in this category. Type
a0c36267 24720@kbd{help support} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24721commands in this category.
24722
24723@findex COMMAND_STATUS
24724@findex gdb.COMMAND_STATUS
d812018b 24725@item gdb.COMMAND_STATUS
d8906c6f
TJB
24726The command is an @samp{info}-related command, that is, related to the
24727state of @value{GDBN} itself. For example, @code{info}, @code{macro},
a0c36267 24728and @code{show} are in this category. Type @kbd{help status} at the
d8906c6f
TJB
24729@value{GDBN} prompt to see a list of commands in this category.
24730
24731@findex COMMAND_BREAKPOINTS
24732@findex gdb.COMMAND_BREAKPOINTS
d812018b 24733@item gdb.COMMAND_BREAKPOINTS
d8906c6f 24734The command has to do with breakpoints. For example, @code{break},
a0c36267 24735@code{clear}, and @code{delete} are in this category. Type @kbd{help
d8906c6f
TJB
24736breakpoints} at the @value{GDBN} prompt to see a list of commands in
24737this category.
24738
24739@findex COMMAND_TRACEPOINTS
24740@findex gdb.COMMAND_TRACEPOINTS
d812018b 24741@item gdb.COMMAND_TRACEPOINTS
d8906c6f
TJB
24742The command has to do with tracepoints. For example, @code{trace},
24743@code{actions}, and @code{tfind} are in this category. Type
a0c36267 24744@kbd{help tracepoints} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24745commands in this category.
24746
7d74f244
DE
24747@findex COMMAND_USER
24748@findex gdb.COMMAND_USER
24749@item gdb.COMMAND_USER
24750The command is a general purpose command for the user, and typically
24751does not fit in one of the other categories.
24752Type @kbd{help user-defined} at the @value{GDBN} prompt to see
24753a list of commands in this category, as well as the list of gdb macros
24754(@pxref{Sequences}).
24755
d8906c6f
TJB
24756@findex COMMAND_OBSCURE
24757@findex gdb.COMMAND_OBSCURE
d812018b 24758@item gdb.COMMAND_OBSCURE
d8906c6f
TJB
24759The command is only used in unusual circumstances, or is not of
24760general interest to users. For example, @code{checkpoint},
a0c36267 24761@code{fork}, and @code{stop} are in this category. Type @kbd{help
d8906c6f
TJB
24762obscure} at the @value{GDBN} prompt to see a list of commands in this
24763category.
24764
24765@findex COMMAND_MAINTENANCE
24766@findex gdb.COMMAND_MAINTENANCE
d812018b 24767@item gdb.COMMAND_MAINTENANCE
d8906c6f
TJB
24768The command is only useful to @value{GDBN} maintainers. The
24769@code{maintenance} and @code{flushregs} commands are in this category.
a0c36267 24770Type @kbd{help internals} at the @value{GDBN} prompt to see a list of
d8906c6f
TJB
24771commands in this category.
24772@end table
24773
d8906c6f
TJB
24774A new command can use a predefined completion function, either by
24775specifying it via an argument at initialization, or by returning it
24776from the @code{complete} method. These predefined completion
24777constants are all defined in the @code{gdb} module:
24778
24779@table @code
24780@findex COMPLETE_NONE
24781@findex gdb.COMPLETE_NONE
d812018b 24782@item gdb.COMPLETE_NONE
d8906c6f
TJB
24783This constant means that no completion should be done.
24784
24785@findex COMPLETE_FILENAME
24786@findex gdb.COMPLETE_FILENAME
d812018b 24787@item gdb.COMPLETE_FILENAME
d8906c6f
TJB
24788This constant means that filename completion should be performed.
24789
24790@findex COMPLETE_LOCATION
24791@findex gdb.COMPLETE_LOCATION
d812018b 24792@item gdb.COMPLETE_LOCATION
d8906c6f
TJB
24793This constant means that location completion should be done.
24794@xref{Specify Location}.
24795
24796@findex COMPLETE_COMMAND
24797@findex gdb.COMPLETE_COMMAND
d812018b 24798@item gdb.COMPLETE_COMMAND
d8906c6f
TJB
24799This constant means that completion should examine @value{GDBN}
24800command names.
24801
24802@findex COMPLETE_SYMBOL
24803@findex gdb.COMPLETE_SYMBOL
d812018b 24804@item gdb.COMPLETE_SYMBOL
d8906c6f
TJB
24805This constant means that completion should be done using symbol names
24806as the source.
24807@end table
24808
24809The following code snippet shows how a trivial CLI command can be
24810implemented in Python:
24811
24812@smallexample
24813class HelloWorld (gdb.Command):
24814 """Greet the whole world."""
24815
24816 def __init__ (self):
7d74f244 24817 super (HelloWorld, self).__init__ ("hello-world", gdb.COMMAND_USER)
d8906c6f
TJB
24818
24819 def invoke (self, arg, from_tty):
24820 print "Hello, World!"
24821
24822HelloWorld ()
24823@end smallexample
24824
24825The last line instantiates the class, and is necessary to trigger the
24826registration of the command with @value{GDBN}. Depending on how the
24827Python code is read into @value{GDBN}, you may need to import the
24828@code{gdb} module explicitly.
24829
d7b32ed3
PM
24830@node Parameters In Python
24831@subsubsection Parameters In Python
24832
24833@cindex parameters in python
24834@cindex python parameters
24835@tindex gdb.Parameter
24836@tindex Parameter
24837You can implement new @value{GDBN} parameters using Python. A new
24838parameter is implemented as an instance of the @code{gdb.Parameter}
24839class.
24840
24841Parameters are exposed to the user via the @code{set} and
24842@code{show} commands. @xref{Help}.
24843
24844There are many parameters that already exist and can be set in
24845@value{GDBN}. Two examples are: @code{set follow fork} and
24846@code{set charset}. Setting these parameters influences certain
24847behavior in @value{GDBN}. Similarly, you can define parameters that
24848can be used to influence behavior in custom Python scripts and commands.
24849
d812018b 24850@defun Parameter.__init__ (name, @var{command-class}, @var{parameter-class} @r{[}, @var{enum-sequence}@r{]})
d7b32ed3
PM
24851The object initializer for @code{Parameter} registers the new
24852parameter with @value{GDBN}. This initializer is normally invoked
24853from the subclass' own @code{__init__} method.
24854
24855@var{name} is the name of the new parameter. If @var{name} consists
24856of multiple words, then the initial words are looked for as prefix
24857parameters. An example of this can be illustrated with the
24858@code{set print} set of parameters. If @var{name} is
24859@code{print foo}, then @code{print} will be searched as the prefix
24860parameter. In this case the parameter can subsequently be accessed in
24861@value{GDBN} as @code{set print foo}.
24862
24863If @var{name} consists of multiple words, and no prefix parameter group
24864can be found, an exception is raised.
24865
24866@var{command-class} should be one of the @samp{COMMAND_} constants
24867(@pxref{Commands In Python}). This argument tells @value{GDBN} how to
24868categorize the new parameter in the help system.
24869
24870@var{parameter-class} should be one of the @samp{PARAM_} constants
24871defined below. This argument tells @value{GDBN} the type of the new
24872parameter; this information is used for input validation and
24873completion.
24874
24875If @var{parameter-class} is @code{PARAM_ENUM}, then
24876@var{enum-sequence} must be a sequence of strings. These strings
24877represent the possible values for the parameter.
24878
24879If @var{parameter-class} is not @code{PARAM_ENUM}, then the presence
24880of a fourth argument will cause an exception to be thrown.
24881
24882The help text for the new parameter is taken from the Python
24883documentation string for the parameter's class, if there is one. If
24884there is no documentation string, a default value is used.
d812018b 24885@end defun
d7b32ed3 24886
d812018b 24887@defvar Parameter.set_doc
d7b32ed3
PM
24888If this attribute exists, and is a string, then its value is used as
24889the help text for this parameter's @code{set} command. The value is
24890examined when @code{Parameter.__init__} is invoked; subsequent changes
24891have no effect.
d812018b 24892@end defvar
d7b32ed3 24893
d812018b 24894@defvar Parameter.show_doc
d7b32ed3
PM
24895If this attribute exists, and is a string, then its value is used as
24896the help text for this parameter's @code{show} command. The value is
24897examined when @code{Parameter.__init__} is invoked; subsequent changes
24898have no effect.
d812018b 24899@end defvar
d7b32ed3 24900
d812018b 24901@defvar Parameter.value
d7b32ed3
PM
24902The @code{value} attribute holds the underlying value of the
24903parameter. It can be read and assigned to just as any other
24904attribute. @value{GDBN} does validation when assignments are made.
d812018b 24905@end defvar
d7b32ed3 24906
ecec24e6
PM
24907There are two methods that should be implemented in any
24908@code{Parameter} class. These are:
24909
d812018b 24910@defun Parameter.get_set_string (self)
ecec24e6
PM
24911@value{GDBN} will call this method when a @var{parameter}'s value has
24912been changed via the @code{set} API (for example, @kbd{set foo off}).
24913The @code{value} attribute has already been populated with the new
24914value and may be used in output. This method must return a string.
d812018b 24915@end defun
ecec24e6 24916
d812018b 24917@defun Parameter.get_show_string (self, svalue)
ecec24e6
PM
24918@value{GDBN} will call this method when a @var{parameter}'s
24919@code{show} API has been invoked (for example, @kbd{show foo}). The
24920argument @code{svalue} receives the string representation of the
24921current value. This method must return a string.
d812018b 24922@end defun
d7b32ed3
PM
24923
24924When a new parameter is defined, its type must be specified. The
24925available types are represented by constants defined in the @code{gdb}
24926module:
24927
24928@table @code
24929@findex PARAM_BOOLEAN
24930@findex gdb.PARAM_BOOLEAN
d812018b 24931@item gdb.PARAM_BOOLEAN
d7b32ed3
PM
24932The value is a plain boolean. The Python boolean values, @code{True}
24933and @code{False} are the only valid values.
24934
24935@findex PARAM_AUTO_BOOLEAN
24936@findex gdb.PARAM_AUTO_BOOLEAN
d812018b 24937@item gdb.PARAM_AUTO_BOOLEAN
d7b32ed3
PM
24938The value has three possible states: true, false, and @samp{auto}. In
24939Python, true and false are represented using boolean constants, and
24940@samp{auto} is represented using @code{None}.
24941
24942@findex PARAM_UINTEGER
24943@findex gdb.PARAM_UINTEGER
d812018b 24944@item gdb.PARAM_UINTEGER
d7b32ed3
PM
24945The value is an unsigned integer. The value of 0 should be
24946interpreted to mean ``unlimited''.
24947
24948@findex PARAM_INTEGER
24949@findex gdb.PARAM_INTEGER
d812018b 24950@item gdb.PARAM_INTEGER
d7b32ed3
PM
24951The value is a signed integer. The value of 0 should be interpreted
24952to mean ``unlimited''.
24953
24954@findex PARAM_STRING
24955@findex gdb.PARAM_STRING
d812018b 24956@item gdb.PARAM_STRING
d7b32ed3
PM
24957The value is a string. When the user modifies the string, any escape
24958sequences, such as @samp{\t}, @samp{\f}, and octal escapes, are
24959translated into corresponding characters and encoded into the current
24960host charset.
24961
24962@findex PARAM_STRING_NOESCAPE
24963@findex gdb.PARAM_STRING_NOESCAPE
d812018b 24964@item gdb.PARAM_STRING_NOESCAPE
d7b32ed3
PM
24965The value is a string. When the user modifies the string, escapes are
24966passed through untranslated.
24967
24968@findex PARAM_OPTIONAL_FILENAME
24969@findex gdb.PARAM_OPTIONAL_FILENAME
d812018b 24970@item gdb.PARAM_OPTIONAL_FILENAME
d7b32ed3
PM
24971The value is a either a filename (a string), or @code{None}.
24972
24973@findex PARAM_FILENAME
24974@findex gdb.PARAM_FILENAME
d812018b 24975@item gdb.PARAM_FILENAME
d7b32ed3
PM
24976The value is a filename. This is just like
24977@code{PARAM_STRING_NOESCAPE}, but uses file names for completion.
24978
24979@findex PARAM_ZINTEGER
24980@findex gdb.PARAM_ZINTEGER
d812018b 24981@item gdb.PARAM_ZINTEGER
d7b32ed3
PM
24982The value is an integer. This is like @code{PARAM_INTEGER}, except 0
24983is interpreted as itself.
24984
24985@findex PARAM_ENUM
24986@findex gdb.PARAM_ENUM
d812018b 24987@item gdb.PARAM_ENUM
d7b32ed3
PM
24988The value is a string, which must be one of a collection string
24989constants provided when the parameter is created.
24990@end table
24991
bc3b79fd
TJB
24992@node Functions In Python
24993@subsubsection Writing new convenience functions
24994
24995@cindex writing convenience functions
24996@cindex convenience functions in python
24997@cindex python convenience functions
24998@tindex gdb.Function
24999@tindex Function
25000You can implement new convenience functions (@pxref{Convenience Vars})
25001in Python. A convenience function is an instance of a subclass of the
25002class @code{gdb.Function}.
25003
d812018b 25004@defun Function.__init__ (name)
bc3b79fd
TJB
25005The initializer for @code{Function} registers the new function with
25006@value{GDBN}. The argument @var{name} is the name of the function,
25007a string. The function will be visible to the user as a convenience
25008variable of type @code{internal function}, whose name is the same as
25009the given @var{name}.
25010
25011The documentation for the new function is taken from the documentation
25012string for the new class.
d812018b 25013@end defun
bc3b79fd 25014
d812018b 25015@defun Function.invoke (@var{*args})
bc3b79fd
TJB
25016When a convenience function is evaluated, its arguments are converted
25017to instances of @code{gdb.Value}, and then the function's
25018@code{invoke} method is called. Note that @value{GDBN} does not
25019predetermine the arity of convenience functions. Instead, all
25020available arguments are passed to @code{invoke}, following the
25021standard Python calling convention. In particular, a convenience
25022function can have default values for parameters without ill effect.
25023
25024The return value of this method is used as its value in the enclosing
25025expression. If an ordinary Python value is returned, it is converted
25026to a @code{gdb.Value} following the usual rules.
d812018b 25027@end defun
bc3b79fd
TJB
25028
25029The following code snippet shows how a trivial convenience function can
25030be implemented in Python:
25031
25032@smallexample
25033class Greet (gdb.Function):
25034 """Return string to greet someone.
25035Takes a name as argument."""
25036
25037 def __init__ (self):
25038 super (Greet, self).__init__ ("greet")
25039
25040 def invoke (self, name):
25041 return "Hello, %s!" % name.string ()
25042
25043Greet ()
25044@end smallexample
25045
25046The last line instantiates the class, and is necessary to trigger the
25047registration of the function with @value{GDBN}. Depending on how the
25048Python code is read into @value{GDBN}, you may need to import the
25049@code{gdb} module explicitly.
25050
dc939229
TT
25051Now you can use the function in an expression:
25052
25053@smallexample
25054(gdb) print $greet("Bob")
25055$1 = "Hello, Bob!"
25056@end smallexample
25057
fa33c3cd
DE
25058@node Progspaces In Python
25059@subsubsection Program Spaces In Python
25060
25061@cindex progspaces in python
25062@tindex gdb.Progspace
25063@tindex Progspace
25064A program space, or @dfn{progspace}, represents a symbolic view
25065of an address space.
25066It consists of all of the objfiles of the program.
25067@xref{Objfiles In Python}.
25068@xref{Inferiors and Programs, program spaces}, for more details
25069about program spaces.
25070
25071The following progspace-related functions are available in the
25072@code{gdb} module:
25073
25074@findex gdb.current_progspace
d812018b 25075@defun gdb.current_progspace ()
fa33c3cd
DE
25076This function returns the program space of the currently selected inferior.
25077@xref{Inferiors and Programs}.
25078@end defun
25079
25080@findex gdb.progspaces
d812018b 25081@defun gdb.progspaces ()
fa33c3cd
DE
25082Return a sequence of all the progspaces currently known to @value{GDBN}.
25083@end defun
25084
25085Each progspace is represented by an instance of the @code{gdb.Progspace}
25086class.
25087
d812018b 25088@defvar Progspace.filename
fa33c3cd 25089The file name of the progspace as a string.
d812018b 25090@end defvar
fa33c3cd 25091
d812018b 25092@defvar Progspace.pretty_printers
fa33c3cd
DE
25093The @code{pretty_printers} attribute is a list of functions. It is
25094used to look up pretty-printers. A @code{Value} is passed to each
25095function in order; if the function returns @code{None}, then the
25096search continues. Otherwise, the return value should be an object
4c374409 25097which is used to format the value. @xref{Pretty Printing API}, for more
fa33c3cd 25098information.
d812018b 25099@end defvar
fa33c3cd 25100
18a9fc12
TT
25101@defvar Progspace.type_printers
25102The @code{type_printers} attribute is a list of type printer objects.
25103@xref{Type Printing API}, for more information.
25104@end defvar
25105
89c73ade
TT
25106@node Objfiles In Python
25107@subsubsection Objfiles In Python
25108
25109@cindex objfiles in python
25110@tindex gdb.Objfile
25111@tindex Objfile
25112@value{GDBN} loads symbols for an inferior from various
25113symbol-containing files (@pxref{Files}). These include the primary
25114executable file, any shared libraries used by the inferior, and any
25115separate debug info files (@pxref{Separate Debug Files}).
25116@value{GDBN} calls these symbol-containing files @dfn{objfiles}.
25117
25118The following objfile-related functions are available in the
25119@code{gdb} module:
25120
25121@findex gdb.current_objfile
d812018b 25122@defun gdb.current_objfile ()
bf88dd68 25123When auto-loading a Python script (@pxref{Python Auto-loading}), @value{GDBN}
89c73ade
TT
25124sets the ``current objfile'' to the corresponding objfile. This
25125function returns the current objfile. If there is no current objfile,
25126this function returns @code{None}.
25127@end defun
25128
25129@findex gdb.objfiles
d812018b 25130@defun gdb.objfiles ()
89c73ade
TT
25131Return a sequence of all the objfiles current known to @value{GDBN}.
25132@xref{Objfiles In Python}.
25133@end defun
25134
25135Each objfile is represented by an instance of the @code{gdb.Objfile}
25136class.
25137
d812018b 25138@defvar Objfile.filename
89c73ade 25139The file name of the objfile as a string.
d812018b 25140@end defvar
89c73ade 25141
d812018b 25142@defvar Objfile.pretty_printers
89c73ade
TT
25143The @code{pretty_printers} attribute is a list of functions. It is
25144used to look up pretty-printers. A @code{Value} is passed to each
25145function in order; if the function returns @code{None}, then the
25146search continues. Otherwise, the return value should be an object
4c374409 25147which is used to format the value. @xref{Pretty Printing API}, for more
a6bac58e 25148information.
d812018b 25149@end defvar
89c73ade 25150
18a9fc12
TT
25151@defvar Objfile.type_printers
25152The @code{type_printers} attribute is a list of type printer objects.
25153@xref{Type Printing API}, for more information.
25154@end defvar
25155
29703da4
PM
25156A @code{gdb.Objfile} object has the following methods:
25157
d812018b 25158@defun Objfile.is_valid ()
29703da4
PM
25159Returns @code{True} if the @code{gdb.Objfile} object is valid,
25160@code{False} if not. A @code{gdb.Objfile} object can become invalid
25161if the object file it refers to is not loaded in @value{GDBN} any
25162longer. All other @code{gdb.Objfile} methods will throw an exception
25163if it is invalid at the time the method is called.
d812018b 25164@end defun
29703da4 25165
f8f6f20b 25166@node Frames In Python
f3e9a817 25167@subsubsection Accessing inferior stack frames from Python.
f8f6f20b
TJB
25168
25169@cindex frames in python
25170When the debugged program stops, @value{GDBN} is able to analyze its call
25171stack (@pxref{Frames,,Stack frames}). The @code{gdb.Frame} class
25172represents a frame in the stack. A @code{gdb.Frame} object is only valid
25173while its corresponding frame exists in the inferior's stack. If you try
621c8364
TT
25174to use an invalid frame object, @value{GDBN} will throw a @code{gdb.error}
25175exception (@pxref{Exception Handling}).
f8f6f20b
TJB
25176
25177Two @code{gdb.Frame} objects can be compared for equality with the @code{==}
25178operator, like:
25179
25180@smallexample
25181(@value{GDBP}) python print gdb.newest_frame() == gdb.selected_frame ()
25182True
25183@end smallexample
25184
25185The following frame-related functions are available in the @code{gdb} module:
25186
25187@findex gdb.selected_frame
d812018b 25188@defun gdb.selected_frame ()
f8f6f20b
TJB
25189Return the selected frame object. (@pxref{Selection,,Selecting a Frame}).
25190@end defun
25191
d8e22779 25192@findex gdb.newest_frame
d812018b 25193@defun gdb.newest_frame ()
d8e22779
TT
25194Return the newest frame object for the selected thread.
25195@end defun
25196
d812018b 25197@defun gdb.frame_stop_reason_string (reason)
f8f6f20b
TJB
25198Return a string explaining the reason why @value{GDBN} stopped unwinding
25199frames, as expressed by the given @var{reason} code (an integer, see the
25200@code{unwind_stop_reason} method further down in this section).
25201@end defun
25202
25203A @code{gdb.Frame} object has the following methods:
25204
d812018b 25205@defun Frame.is_valid ()
f8f6f20b
TJB
25206Returns true if the @code{gdb.Frame} object is valid, false if not.
25207A frame object can become invalid if the frame it refers to doesn't
25208exist anymore in the inferior. All @code{gdb.Frame} methods will throw
25209an exception if it is invalid at the time the method is called.
d812018b 25210@end defun
f8f6f20b 25211
d812018b 25212@defun Frame.name ()
f8f6f20b
TJB
25213Returns the function name of the frame, or @code{None} if it can't be
25214obtained.
d812018b 25215@end defun
f8f6f20b 25216
bea883fd
SCR
25217@defun Frame.architecture ()
25218Returns the @code{gdb.Architecture} object corresponding to the frame's
25219architecture. @xref{Architectures In Python}.
25220@end defun
25221
d812018b 25222@defun Frame.type ()
ccfc3d6e
TT
25223Returns the type of the frame. The value can be one of:
25224@table @code
25225@item gdb.NORMAL_FRAME
25226An ordinary stack frame.
25227
25228@item gdb.DUMMY_FRAME
25229A fake stack frame that was created by @value{GDBN} when performing an
25230inferior function call.
25231
25232@item gdb.INLINE_FRAME
25233A frame representing an inlined function. The function was inlined
25234into a @code{gdb.NORMAL_FRAME} that is older than this one.
25235
111c6489
JK
25236@item gdb.TAILCALL_FRAME
25237A frame representing a tail call. @xref{Tail Call Frames}.
25238
ccfc3d6e
TT
25239@item gdb.SIGTRAMP_FRAME
25240A signal trampoline frame. This is the frame created by the OS when
25241it calls into a signal handler.
25242
25243@item gdb.ARCH_FRAME
25244A fake stack frame representing a cross-architecture call.
25245
25246@item gdb.SENTINEL_FRAME
25247This is like @code{gdb.NORMAL_FRAME}, but it is only used for the
25248newest frame.
25249@end table
d812018b 25250@end defun
f8f6f20b 25251
d812018b 25252@defun Frame.unwind_stop_reason ()
f8f6f20b
TJB
25253Return an integer representing the reason why it's not possible to find
25254more frames toward the outermost frame. Use
25255@code{gdb.frame_stop_reason_string} to convert the value returned by this
a7fc3f37
KP
25256function to a string. The value can be one of:
25257
25258@table @code
25259@item gdb.FRAME_UNWIND_NO_REASON
25260No particular reason (older frames should be available).
25261
25262@item gdb.FRAME_UNWIND_NULL_ID
25263The previous frame's analyzer returns an invalid result.
25264
25265@item gdb.FRAME_UNWIND_OUTERMOST
25266This frame is the outermost.
25267
25268@item gdb.FRAME_UNWIND_UNAVAILABLE
25269Cannot unwind further, because that would require knowing the
25270values of registers or memory that have not been collected.
25271
25272@item gdb.FRAME_UNWIND_INNER_ID
25273This frame ID looks like it ought to belong to a NEXT frame,
25274but we got it for a PREV frame. Normally, this is a sign of
25275unwinder failure. It could also indicate stack corruption.
25276
25277@item gdb.FRAME_UNWIND_SAME_ID
25278This frame has the same ID as the previous one. That means
25279that unwinding further would almost certainly give us another
25280frame with exactly the same ID, so break the chain. Normally,
25281this is a sign of unwinder failure. It could also indicate
25282stack corruption.
25283
25284@item gdb.FRAME_UNWIND_NO_SAVED_PC
25285The frame unwinder did not find any saved PC, but we needed
25286one to unwind further.
2231f1fb
KP
25287
25288@item gdb.FRAME_UNWIND_FIRST_ERROR
25289Any stop reason greater or equal to this value indicates some kind
25290of error. This special value facilitates writing code that tests
25291for errors in unwinding in a way that will work correctly even if
25292the list of the other values is modified in future @value{GDBN}
25293versions. Using it, you could write:
25294@smallexample
25295reason = gdb.selected_frame().unwind_stop_reason ()
25296reason_str = gdb.frame_stop_reason_string (reason)
25297if reason >= gdb.FRAME_UNWIND_FIRST_ERROR:
25298 print "An error occured: %s" % reason_str
25299@end smallexample
a7fc3f37
KP
25300@end table
25301
d812018b 25302@end defun
f8f6f20b 25303
d812018b 25304@defun Frame.pc ()
f8f6f20b 25305Returns the frame's resume address.
d812018b 25306@end defun
f8f6f20b 25307
d812018b 25308@defun Frame.block ()
f3e9a817 25309Return the frame's code block. @xref{Blocks In Python}.
d812018b 25310@end defun
f3e9a817 25311
d812018b 25312@defun Frame.function ()
f3e9a817
PM
25313Return the symbol for the function corresponding to this frame.
25314@xref{Symbols In Python}.
d812018b 25315@end defun
f3e9a817 25316
d812018b 25317@defun Frame.older ()
f8f6f20b 25318Return the frame that called this frame.
d812018b 25319@end defun
f8f6f20b 25320
d812018b 25321@defun Frame.newer ()
f8f6f20b 25322Return the frame called by this frame.
d812018b 25323@end defun
f8f6f20b 25324
d812018b 25325@defun Frame.find_sal ()
f3e9a817
PM
25326Return the frame's symtab and line object.
25327@xref{Symbol Tables In Python}.
d812018b 25328@end defun
f3e9a817 25329
d812018b 25330@defun Frame.read_var (variable @r{[}, block@r{]})
dc00d89f
PM
25331Return the value of @var{variable} in this frame. If the optional
25332argument @var{block} is provided, search for the variable from that
25333block; otherwise start at the frame's current block (which is
25334determined by the frame's current program counter). @var{variable}
25335must be a string or a @code{gdb.Symbol} object. @var{block} must be a
25336@code{gdb.Block} object.
d812018b 25337@end defun
f3e9a817 25338
d812018b 25339@defun Frame.select ()
f3e9a817
PM
25340Set this frame to be the selected frame. @xref{Stack, ,Examining the
25341Stack}.
d812018b 25342@end defun
f3e9a817
PM
25343
25344@node Blocks In Python
25345@subsubsection Accessing frame blocks from Python.
25346
25347@cindex blocks in python
25348@tindex gdb.Block
25349
25350Within each frame, @value{GDBN} maintains information on each block
25351stored in that frame. These blocks are organized hierarchically, and
25352are represented individually in Python as a @code{gdb.Block}.
25353Please see @ref{Frames In Python}, for a more in-depth discussion on
25354frames. Furthermore, see @ref{Stack, ,Examining the Stack}, for more
25355detailed technical information on @value{GDBN}'s book-keeping of the
25356stack.
25357
bdb1994d 25358A @code{gdb.Block} is iterable. The iterator returns the symbols
56af09aa
SCR
25359(@pxref{Symbols In Python}) local to the block. Python programs
25360should not assume that a specific block object will always contain a
25361given symbol, since changes in @value{GDBN} features and
25362infrastructure may cause symbols move across blocks in a symbol
25363table.
bdb1994d 25364
f3e9a817
PM
25365The following block-related functions are available in the @code{gdb}
25366module:
25367
25368@findex gdb.block_for_pc
d812018b 25369@defun gdb.block_for_pc (pc)
f3e9a817
PM
25370Return the @code{gdb.Block} containing the given @var{pc} value. If the
25371block cannot be found for the @var{pc} value specified, the function
25372will return @code{None}.
25373@end defun
25374
29703da4
PM
25375A @code{gdb.Block} object has the following methods:
25376
d812018b 25377@defun Block.is_valid ()
29703da4
PM
25378Returns @code{True} if the @code{gdb.Block} object is valid,
25379@code{False} if not. A block object can become invalid if the block it
25380refers to doesn't exist anymore in the inferior. All other
25381@code{gdb.Block} methods will throw an exception if it is invalid at
bdb1994d
TT
25382the time the method is called. The block's validity is also checked
25383during iteration over symbols of the block.
d812018b 25384@end defun
29703da4 25385
f3e9a817
PM
25386A @code{gdb.Block} object has the following attributes:
25387
d812018b 25388@defvar Block.start
f3e9a817 25389The start address of the block. This attribute is not writable.
d812018b 25390@end defvar
f3e9a817 25391
d812018b 25392@defvar Block.end
f3e9a817 25393The end address of the block. This attribute is not writable.
d812018b 25394@end defvar
f3e9a817 25395
d812018b 25396@defvar Block.function
f3e9a817
PM
25397The name of the block represented as a @code{gdb.Symbol}. If the
25398block is not named, then this attribute holds @code{None}. This
25399attribute is not writable.
d812018b 25400@end defvar
f3e9a817 25401
d812018b 25402@defvar Block.superblock
f3e9a817
PM
25403The block containing this block. If this parent block does not exist,
25404this attribute holds @code{None}. This attribute is not writable.
d812018b 25405@end defvar
9df2fbc4
PM
25406
25407@defvar Block.global_block
25408The global block associated with this block. This attribute is not
25409writable.
25410@end defvar
25411
25412@defvar Block.static_block
25413The static block associated with this block. This attribute is not
25414writable.
25415@end defvar
25416
25417@defvar Block.is_global
25418@code{True} if the @code{gdb.Block} object is a global block,
25419@code{False} if not. This attribute is not
25420writable.
25421@end defvar
25422
25423@defvar Block.is_static
25424@code{True} if the @code{gdb.Block} object is a static block,
25425@code{False} if not. This attribute is not writable.
25426@end defvar
f3e9a817
PM
25427
25428@node Symbols In Python
25429@subsubsection Python representation of Symbols.
25430
25431@cindex symbols in python
25432@tindex gdb.Symbol
25433
25434@value{GDBN} represents every variable, function and type as an
25435entry in a symbol table. @xref{Symbols, ,Examining the Symbol Table}.
25436Similarly, Python represents these symbols in @value{GDBN} with the
25437@code{gdb.Symbol} object.
25438
25439The following symbol-related functions are available in the @code{gdb}
25440module:
25441
25442@findex gdb.lookup_symbol
d812018b 25443@defun gdb.lookup_symbol (name @r{[}, block @r{[}, domain@r{]]})
f3e9a817
PM
25444This function searches for a symbol by name. The search scope can be
25445restricted to the parameters defined in the optional domain and block
25446arguments.
25447
25448@var{name} is the name of the symbol. It must be a string. The
25449optional @var{block} argument restricts the search to symbols visible
25450in that @var{block}. The @var{block} argument must be a
6e6fbe60
DE
25451@code{gdb.Block} object. If omitted, the block for the current frame
25452is used. The optional @var{domain} argument restricts
f3e9a817
PM
25453the search to the domain type. The @var{domain} argument must be a
25454domain constant defined in the @code{gdb} module and described later
25455in this chapter.
6e6fbe60
DE
25456
25457The result is a tuple of two elements.
25458The first element is a @code{gdb.Symbol} object or @code{None} if the symbol
25459is not found.
25460If the symbol is found, the second element is @code{True} if the symbol
82809774 25461is a field of a method's object (e.g., @code{this} in C@t{++}),
6e6fbe60
DE
25462otherwise it is @code{False}.
25463If the symbol is not found, the second element is @code{False}.
25464@end defun
25465
25466@findex gdb.lookup_global_symbol
d812018b 25467@defun gdb.lookup_global_symbol (name @r{[}, domain@r{]})
6e6fbe60
DE
25468This function searches for a global symbol by name.
25469The search scope can be restricted to by the domain argument.
25470
25471@var{name} is the name of the symbol. It must be a string.
25472The optional @var{domain} argument restricts the search to the domain type.
25473The @var{domain} argument must be a domain constant defined in the @code{gdb}
25474module and described later in this chapter.
25475
25476The result is a @code{gdb.Symbol} object or @code{None} if the symbol
25477is not found.
f3e9a817
PM
25478@end defun
25479
25480A @code{gdb.Symbol} object has the following attributes:
25481
d812018b 25482@defvar Symbol.type
457e09f0
DE
25483The type of the symbol or @code{None} if no type is recorded.
25484This attribute is represented as a @code{gdb.Type} object.
25485@xref{Types In Python}. This attribute is not writable.
d812018b 25486@end defvar
457e09f0 25487
d812018b 25488@defvar Symbol.symtab
f3e9a817
PM
25489The symbol table in which the symbol appears. This attribute is
25490represented as a @code{gdb.Symtab} object. @xref{Symbol Tables In
25491Python}. This attribute is not writable.
d812018b 25492@end defvar
f3e9a817 25493
64e7d9dd
TT
25494@defvar Symbol.line
25495The line number in the source code at which the symbol was defined.
25496This is an integer.
25497@end defvar
25498
d812018b 25499@defvar Symbol.name
f3e9a817 25500The name of the symbol as a string. This attribute is not writable.
d812018b 25501@end defvar
f3e9a817 25502
d812018b 25503@defvar Symbol.linkage_name
f3e9a817
PM
25504The name of the symbol, as used by the linker (i.e., may be mangled).
25505This attribute is not writable.
d812018b 25506@end defvar
f3e9a817 25507
d812018b 25508@defvar Symbol.print_name
f3e9a817
PM
25509The name of the symbol in a form suitable for output. This is either
25510@code{name} or @code{linkage_name}, depending on whether the user
25511asked @value{GDBN} to display demangled or mangled names.
d812018b 25512@end defvar
f3e9a817 25513
d812018b 25514@defvar Symbol.addr_class
f3e9a817
PM
25515The address class of the symbol. This classifies how to find the value
25516of a symbol. Each address class is a constant defined in the
25517@code{gdb} module and described later in this chapter.
d812018b 25518@end defvar
f3e9a817 25519
f0823d2c
TT
25520@defvar Symbol.needs_frame
25521This is @code{True} if evaluating this symbol's value requires a frame
25522(@pxref{Frames In Python}) and @code{False} otherwise. Typically,
25523local variables will require a frame, but other symbols will not.
035d1e5b 25524@end defvar
f0823d2c 25525
d812018b 25526@defvar Symbol.is_argument
f3e9a817 25527@code{True} if the symbol is an argument of a function.
d812018b 25528@end defvar
f3e9a817 25529
d812018b 25530@defvar Symbol.is_constant
f3e9a817 25531@code{True} if the symbol is a constant.
d812018b 25532@end defvar
f3e9a817 25533
d812018b 25534@defvar Symbol.is_function
f3e9a817 25535@code{True} if the symbol is a function or a method.
d812018b 25536@end defvar
f3e9a817 25537
d812018b 25538@defvar Symbol.is_variable
f3e9a817 25539@code{True} if the symbol is a variable.
d812018b 25540@end defvar
f3e9a817 25541
29703da4
PM
25542A @code{gdb.Symbol} object has the following methods:
25543
d812018b 25544@defun Symbol.is_valid ()
29703da4
PM
25545Returns @code{True} if the @code{gdb.Symbol} object is valid,
25546@code{False} if not. A @code{gdb.Symbol} object can become invalid if
25547the symbol it refers to does not exist in @value{GDBN} any longer.
25548All other @code{gdb.Symbol} methods will throw an exception if it is
25549invalid at the time the method is called.
d812018b 25550@end defun
f0823d2c
TT
25551
25552@defun Symbol.value (@r{[}frame@r{]})
25553Compute the value of the symbol, as a @code{gdb.Value}. For
25554functions, this computes the address of the function, cast to the
25555appropriate type. If the symbol requires a frame in order to compute
25556its value, then @var{frame} must be given. If @var{frame} is not
25557given, or if @var{frame} is invalid, then this method will throw an
25558exception.
25559@end defun
29703da4 25560
f3e9a817
PM
25561The available domain categories in @code{gdb.Symbol} are represented
25562as constants in the @code{gdb} module:
25563
25564@table @code
25565@findex SYMBOL_UNDEF_DOMAIN
25566@findex gdb.SYMBOL_UNDEF_DOMAIN
d812018b 25567@item gdb.SYMBOL_UNDEF_DOMAIN
f3e9a817
PM
25568This is used when a domain has not been discovered or none of the
25569following domains apply. This usually indicates an error either
25570in the symbol information or in @value{GDBN}'s handling of symbols.
25571@findex SYMBOL_VAR_DOMAIN
25572@findex gdb.SYMBOL_VAR_DOMAIN
d812018b 25573@item gdb.SYMBOL_VAR_DOMAIN
f3e9a817
PM
25574This domain contains variables, function names, typedef names and enum
25575type values.
25576@findex SYMBOL_STRUCT_DOMAIN
25577@findex gdb.SYMBOL_STRUCT_DOMAIN
d812018b 25578@item gdb.SYMBOL_STRUCT_DOMAIN
f3e9a817
PM
25579This domain holds struct, union and enum type names.
25580@findex SYMBOL_LABEL_DOMAIN
25581@findex gdb.SYMBOL_LABEL_DOMAIN
d812018b 25582@item gdb.SYMBOL_LABEL_DOMAIN
f3e9a817
PM
25583This domain contains names of labels (for gotos).
25584@findex SYMBOL_VARIABLES_DOMAIN
25585@findex gdb.SYMBOL_VARIABLES_DOMAIN
d812018b 25586@item gdb.SYMBOL_VARIABLES_DOMAIN
f3e9a817
PM
25587This domain holds a subset of the @code{SYMBOLS_VAR_DOMAIN}; it
25588contains everything minus functions and types.
25589@findex SYMBOL_FUNCTIONS_DOMAIN
25590@findex gdb.SYMBOL_FUNCTIONS_DOMAIN
d812018b 25591@item gdb.SYMBOL_FUNCTION_DOMAIN
f3e9a817
PM
25592This domain contains all functions.
25593@findex SYMBOL_TYPES_DOMAIN
25594@findex gdb.SYMBOL_TYPES_DOMAIN
d812018b 25595@item gdb.SYMBOL_TYPES_DOMAIN
f3e9a817
PM
25596This domain contains all types.
25597@end table
25598
25599The available address class categories in @code{gdb.Symbol} are represented
25600as constants in the @code{gdb} module:
25601
25602@table @code
25603@findex SYMBOL_LOC_UNDEF
25604@findex gdb.SYMBOL_LOC_UNDEF
d812018b 25605@item gdb.SYMBOL_LOC_UNDEF
f3e9a817
PM
25606If this is returned by address class, it indicates an error either in
25607the symbol information or in @value{GDBN}'s handling of symbols.
25608@findex SYMBOL_LOC_CONST
25609@findex gdb.SYMBOL_LOC_CONST
d812018b 25610@item gdb.SYMBOL_LOC_CONST
f3e9a817
PM
25611Value is constant int.
25612@findex SYMBOL_LOC_STATIC
25613@findex gdb.SYMBOL_LOC_STATIC
d812018b 25614@item gdb.SYMBOL_LOC_STATIC
f3e9a817
PM
25615Value is at a fixed address.
25616@findex SYMBOL_LOC_REGISTER
25617@findex gdb.SYMBOL_LOC_REGISTER
d812018b 25618@item gdb.SYMBOL_LOC_REGISTER
f3e9a817
PM
25619Value is in a register.
25620@findex SYMBOL_LOC_ARG
25621@findex gdb.SYMBOL_LOC_ARG
d812018b 25622@item gdb.SYMBOL_LOC_ARG
f3e9a817
PM
25623Value is an argument. This value is at the offset stored within the
25624symbol inside the frame's argument list.
25625@findex SYMBOL_LOC_REF_ARG
25626@findex gdb.SYMBOL_LOC_REF_ARG
d812018b 25627@item gdb.SYMBOL_LOC_REF_ARG
f3e9a817
PM
25628Value address is stored in the frame's argument list. Just like
25629@code{LOC_ARG} except that the value's address is stored at the
25630offset, not the value itself.
25631@findex SYMBOL_LOC_REGPARM_ADDR
25632@findex gdb.SYMBOL_LOC_REGPARM_ADDR
d812018b 25633@item gdb.SYMBOL_LOC_REGPARM_ADDR
f3e9a817
PM
25634Value is a specified register. Just like @code{LOC_REGISTER} except
25635the register holds the address of the argument instead of the argument
25636itself.
25637@findex SYMBOL_LOC_LOCAL
25638@findex gdb.SYMBOL_LOC_LOCAL
d812018b 25639@item gdb.SYMBOL_LOC_LOCAL
f3e9a817
PM
25640Value is a local variable.
25641@findex SYMBOL_LOC_TYPEDEF
25642@findex gdb.SYMBOL_LOC_TYPEDEF
d812018b 25643@item gdb.SYMBOL_LOC_TYPEDEF
f3e9a817
PM
25644Value not used. Symbols in the domain @code{SYMBOL_STRUCT_DOMAIN} all
25645have this class.
25646@findex SYMBOL_LOC_BLOCK
25647@findex gdb.SYMBOL_LOC_BLOCK
d812018b 25648@item gdb.SYMBOL_LOC_BLOCK
f3e9a817
PM
25649Value is a block.
25650@findex SYMBOL_LOC_CONST_BYTES
25651@findex gdb.SYMBOL_LOC_CONST_BYTES
d812018b 25652@item gdb.SYMBOL_LOC_CONST_BYTES
f3e9a817
PM
25653Value is a byte-sequence.
25654@findex SYMBOL_LOC_UNRESOLVED
25655@findex gdb.SYMBOL_LOC_UNRESOLVED
d812018b 25656@item gdb.SYMBOL_LOC_UNRESOLVED
f3e9a817
PM
25657Value is at a fixed address, but the address of the variable has to be
25658determined from the minimal symbol table whenever the variable is
25659referenced.
25660@findex SYMBOL_LOC_OPTIMIZED_OUT
25661@findex gdb.SYMBOL_LOC_OPTIMIZED_OUT
d812018b 25662@item gdb.SYMBOL_LOC_OPTIMIZED_OUT
f3e9a817
PM
25663The value does not actually exist in the program.
25664@findex SYMBOL_LOC_COMPUTED
25665@findex gdb.SYMBOL_LOC_COMPUTED
d812018b 25666@item gdb.SYMBOL_LOC_COMPUTED
f3e9a817
PM
25667The value's address is a computed location.
25668@end table
25669
25670@node Symbol Tables In Python
25671@subsubsection Symbol table representation in Python.
25672
25673@cindex symbol tables in python
25674@tindex gdb.Symtab
25675@tindex gdb.Symtab_and_line
25676
25677Access to symbol table data maintained by @value{GDBN} on the inferior
25678is exposed to Python via two objects: @code{gdb.Symtab_and_line} and
25679@code{gdb.Symtab}. Symbol table and line data for a frame is returned
25680from the @code{find_sal} method in @code{gdb.Frame} object.
25681@xref{Frames In Python}.
25682
25683For more information on @value{GDBN}'s symbol table management, see
25684@ref{Symbols, ,Examining the Symbol Table}, for more information.
25685
25686A @code{gdb.Symtab_and_line} object has the following attributes:
25687
d812018b 25688@defvar Symtab_and_line.symtab
f3e9a817
PM
25689The symbol table object (@code{gdb.Symtab}) for this frame.
25690This attribute is not writable.
d812018b 25691@end defvar
f3e9a817 25692
d812018b 25693@defvar Symtab_and_line.pc
3c15d565
SCR
25694Indicates the start of the address range occupied by code for the
25695current source line. This attribute is not writable.
d812018b 25696@end defvar
f3e9a817 25697
ee0bf529
SCR
25698@defvar Symtab_and_line.last
25699Indicates the end of the address range occupied by code for the current
25700source line. This attribute is not writable.
25701@end defvar
25702
d812018b 25703@defvar Symtab_and_line.line
f3e9a817
PM
25704Indicates the current line number for this object. This
25705attribute is not writable.
d812018b 25706@end defvar
f3e9a817 25707
29703da4
PM
25708A @code{gdb.Symtab_and_line} object has the following methods:
25709
d812018b 25710@defun Symtab_and_line.is_valid ()
29703da4
PM
25711Returns @code{True} if the @code{gdb.Symtab_and_line} object is valid,
25712@code{False} if not. A @code{gdb.Symtab_and_line} object can become
25713invalid if the Symbol table and line object it refers to does not
25714exist in @value{GDBN} any longer. All other
25715@code{gdb.Symtab_and_line} methods will throw an exception if it is
25716invalid at the time the method is called.
d812018b 25717@end defun
29703da4 25718
f3e9a817
PM
25719A @code{gdb.Symtab} object has the following attributes:
25720
d812018b 25721@defvar Symtab.filename
f3e9a817 25722The symbol table's source filename. This attribute is not writable.
d812018b 25723@end defvar
f3e9a817 25724
d812018b 25725@defvar Symtab.objfile
f3e9a817
PM
25726The symbol table's backing object file. @xref{Objfiles In Python}.
25727This attribute is not writable.
d812018b 25728@end defvar
f3e9a817 25729
29703da4 25730A @code{gdb.Symtab} object has the following methods:
f3e9a817 25731
d812018b 25732@defun Symtab.is_valid ()
29703da4
PM
25733Returns @code{True} if the @code{gdb.Symtab} object is valid,
25734@code{False} if not. A @code{gdb.Symtab} object can become invalid if
25735the symbol table it refers to does not exist in @value{GDBN} any
25736longer. All other @code{gdb.Symtab} methods will throw an exception
25737if it is invalid at the time the method is called.
d812018b 25738@end defun
29703da4 25739
d812018b 25740@defun Symtab.fullname ()
f3e9a817 25741Return the symbol table's source absolute file name.
d812018b 25742@end defun
a20ee7a4
SCR
25743
25744@defun Symtab.global_block ()
25745Return the global block of the underlying symbol table.
25746@xref{Blocks In Python}.
25747@end defun
25748
25749@defun Symtab.static_block ()
25750Return the static block of the underlying symbol table.
25751@xref{Blocks In Python}.
25752@end defun
f8f6f20b 25753
adc36818
PM
25754@node Breakpoints In Python
25755@subsubsection Manipulating breakpoints using Python
25756
25757@cindex breakpoints in python
25758@tindex gdb.Breakpoint
25759
25760Python code can manipulate breakpoints via the @code{gdb.Breakpoint}
25761class.
25762
d812018b 25763@defun Breakpoint.__init__ (spec @r{[}, type @r{[}, wp_class @r{[},internal@r{]]]})
adc36818
PM
25764Create a new breakpoint. @var{spec} is a string naming the
25765location of the breakpoint, or an expression that defines a
25766watchpoint. The contents can be any location recognized by the
25767@code{break} command, or in the case of a watchpoint, by the @code{watch}
25768command. The optional @var{type} denotes the breakpoint to create
25769from the types defined later in this chapter. This argument can be
d812018b
PK
25770either: @code{gdb.BP_BREAKPOINT} or @code{gdb.BP_WATCHPOINT}. @var{type}
25771defaults to @code{gdb.BP_BREAKPOINT}. The optional @var{internal} argument
84f4c1fe
PM
25772allows the breakpoint to become invisible to the user. The breakpoint
25773will neither be reported when created, nor will it be listed in the
25774output from @code{info breakpoints} (but will be listed with the
25775@code{maint info breakpoints} command). The optional @var{wp_class}
adc36818 25776argument defines the class of watchpoint to create, if @var{type} is
d812018b
PK
25777@code{gdb.BP_WATCHPOINT}. If a watchpoint class is not provided, it is
25778assumed to be a @code{gdb.WP_WRITE} class.
25779@end defun
adc36818 25780
d812018b 25781@defun Breakpoint.stop (self)
7371cf6d
PM
25782The @code{gdb.Breakpoint} class can be sub-classed and, in
25783particular, you may choose to implement the @code{stop} method.
25784If this method is defined as a sub-class of @code{gdb.Breakpoint},
25785it will be called when the inferior reaches any location of a
25786breakpoint which instantiates that sub-class. If the method returns
25787@code{True}, the inferior will be stopped at the location of the
25788breakpoint, otherwise the inferior will continue.
25789
25790If there are multiple breakpoints at the same location with a
25791@code{stop} method, each one will be called regardless of the
25792return status of the previous. This ensures that all @code{stop}
25793methods have a chance to execute at that location. In this scenario
25794if one of the methods returns @code{True} but the others return
25795@code{False}, the inferior will still be stopped.
25796
99f5279d
PM
25797You should not alter the execution state of the inferior (i.e.@:, step,
25798next, etc.), alter the current frame context (i.e.@:, change the current
25799active frame), or alter, add or delete any breakpoint. As a general
25800rule, you should not alter any data within @value{GDBN} or the inferior
25801at this time.
25802
7371cf6d
PM
25803Example @code{stop} implementation:
25804
25805@smallexample
25806class MyBreakpoint (gdb.Breakpoint):
25807 def stop (self):
25808 inf_val = gdb.parse_and_eval("foo")
25809 if inf_val == 3:
25810 return True
25811 return False
25812@end smallexample
d812018b 25813@end defun
7371cf6d 25814
adc36818
PM
25815The available watchpoint types represented by constants are defined in the
25816@code{gdb} module:
25817
25818@table @code
25819@findex WP_READ
25820@findex gdb.WP_READ
d812018b 25821@item gdb.WP_READ
adc36818
PM
25822Read only watchpoint.
25823
25824@findex WP_WRITE
25825@findex gdb.WP_WRITE
d812018b 25826@item gdb.WP_WRITE
adc36818
PM
25827Write only watchpoint.
25828
25829@findex WP_ACCESS
25830@findex gdb.WP_ACCESS
d812018b 25831@item gdb.WP_ACCESS
adc36818
PM
25832Read/Write watchpoint.
25833@end table
25834
d812018b 25835@defun Breakpoint.is_valid ()
adc36818
PM
25836Return @code{True} if this @code{Breakpoint} object is valid,
25837@code{False} otherwise. A @code{Breakpoint} object can become invalid
25838if the user deletes the breakpoint. In this case, the object still
25839exists, but the underlying breakpoint does not. In the cases of
25840watchpoint scope, the watchpoint remains valid even if execution of the
25841inferior leaves the scope of that watchpoint.
d812018b 25842@end defun
adc36818 25843
d812018b 25844@defun Breakpoint.delete
94b6973e
PM
25845Permanently deletes the @value{GDBN} breakpoint. This also
25846invalidates the Python @code{Breakpoint} object. Any further access
25847to this object's attributes or methods will raise an error.
d812018b 25848@end defun
94b6973e 25849
d812018b 25850@defvar Breakpoint.enabled
adc36818
PM
25851This attribute is @code{True} if the breakpoint is enabled, and
25852@code{False} otherwise. This attribute is writable.
d812018b 25853@end defvar
adc36818 25854
d812018b 25855@defvar Breakpoint.silent
adc36818
PM
25856This attribute is @code{True} if the breakpoint is silent, and
25857@code{False} otherwise. This attribute is writable.
25858
25859Note that a breakpoint can also be silent if it has commands and the
25860first command is @code{silent}. This is not reported by the
25861@code{silent} attribute.
d812018b 25862@end defvar
adc36818 25863
d812018b 25864@defvar Breakpoint.thread
adc36818
PM
25865If the breakpoint is thread-specific, this attribute holds the thread
25866id. If the breakpoint is not thread-specific, this attribute is
25867@code{None}. This attribute is writable.
d812018b 25868@end defvar
adc36818 25869
d812018b 25870@defvar Breakpoint.task
adc36818
PM
25871If the breakpoint is Ada task-specific, this attribute holds the Ada task
25872id. If the breakpoint is not task-specific (or the underlying
25873language is not Ada), this attribute is @code{None}. This attribute
25874is writable.
d812018b 25875@end defvar
adc36818 25876
d812018b 25877@defvar Breakpoint.ignore_count
adc36818
PM
25878This attribute holds the ignore count for the breakpoint, an integer.
25879This attribute is writable.
d812018b 25880@end defvar
adc36818 25881
d812018b 25882@defvar Breakpoint.number
adc36818
PM
25883This attribute holds the breakpoint's number --- the identifier used by
25884the user to manipulate the breakpoint. This attribute is not writable.
d812018b 25885@end defvar
adc36818 25886
d812018b 25887@defvar Breakpoint.type
adc36818
PM
25888This attribute holds the breakpoint's type --- the identifier used to
25889determine the actual breakpoint type or use-case. This attribute is not
25890writable.
d812018b 25891@end defvar
adc36818 25892
d812018b 25893@defvar Breakpoint.visible
84f4c1fe
PM
25894This attribute tells whether the breakpoint is visible to the user
25895when set, or when the @samp{info breakpoints} command is run. This
25896attribute is not writable.
d812018b 25897@end defvar
84f4c1fe 25898
adc36818
PM
25899The available types are represented by constants defined in the @code{gdb}
25900module:
25901
25902@table @code
25903@findex BP_BREAKPOINT
25904@findex gdb.BP_BREAKPOINT
d812018b 25905@item gdb.BP_BREAKPOINT
adc36818
PM
25906Normal code breakpoint.
25907
25908@findex BP_WATCHPOINT
25909@findex gdb.BP_WATCHPOINT
d812018b 25910@item gdb.BP_WATCHPOINT
adc36818
PM
25911Watchpoint breakpoint.
25912
25913@findex BP_HARDWARE_WATCHPOINT
25914@findex gdb.BP_HARDWARE_WATCHPOINT
d812018b 25915@item gdb.BP_HARDWARE_WATCHPOINT
adc36818
PM
25916Hardware assisted watchpoint.
25917
25918@findex BP_READ_WATCHPOINT
25919@findex gdb.BP_READ_WATCHPOINT
d812018b 25920@item gdb.BP_READ_WATCHPOINT
adc36818
PM
25921Hardware assisted read watchpoint.
25922
25923@findex BP_ACCESS_WATCHPOINT
25924@findex gdb.BP_ACCESS_WATCHPOINT
d812018b 25925@item gdb.BP_ACCESS_WATCHPOINT
adc36818
PM
25926Hardware assisted access watchpoint.
25927@end table
25928
d812018b 25929@defvar Breakpoint.hit_count
adc36818
PM
25930This attribute holds the hit count for the breakpoint, an integer.
25931This attribute is writable, but currently it can only be set to zero.
d812018b 25932@end defvar
adc36818 25933
d812018b 25934@defvar Breakpoint.location
adc36818
PM
25935This attribute holds the location of the breakpoint, as specified by
25936the user. It is a string. If the breakpoint does not have a location
25937(that is, it is a watchpoint) the attribute's value is @code{None}. This
25938attribute is not writable.
d812018b 25939@end defvar
adc36818 25940
d812018b 25941@defvar Breakpoint.expression
adc36818
PM
25942This attribute holds a breakpoint expression, as specified by
25943the user. It is a string. If the breakpoint does not have an
25944expression (the breakpoint is not a watchpoint) the attribute's value
25945is @code{None}. This attribute is not writable.
d812018b 25946@end defvar
adc36818 25947
d812018b 25948@defvar Breakpoint.condition
adc36818
PM
25949This attribute holds the condition of the breakpoint, as specified by
25950the user. It is a string. If there is no condition, this attribute's
25951value is @code{None}. This attribute is writable.
d812018b 25952@end defvar
adc36818 25953
d812018b 25954@defvar Breakpoint.commands
adc36818
PM
25955This attribute holds the commands attached to the breakpoint. If
25956there are commands, this attribute's value is a string holding all the
25957commands, separated by newlines. If there are no commands, this
25958attribute is @code{None}. This attribute is not writable.
d812018b 25959@end defvar
adc36818 25960
cc72b2a2
KP
25961@node Finish Breakpoints in Python
25962@subsubsection Finish Breakpoints
25963
25964@cindex python finish breakpoints
25965@tindex gdb.FinishBreakpoint
25966
25967A finish breakpoint is a temporary breakpoint set at the return address of
25968a frame, based on the @code{finish} command. @code{gdb.FinishBreakpoint}
25969extends @code{gdb.Breakpoint}. The underlying breakpoint will be disabled
25970and deleted when the execution will run out of the breakpoint scope (i.e.@:
25971@code{Breakpoint.stop} or @code{FinishBreakpoint.out_of_scope} triggered).
25972Finish breakpoints are thread specific and must be create with the right
25973thread selected.
25974
25975@defun FinishBreakpoint.__init__ (@r{[}frame@r{]} @r{[}, internal@r{]})
25976Create a finish breakpoint at the return address of the @code{gdb.Frame}
25977object @var{frame}. If @var{frame} is not provided, this defaults to the
25978newest frame. The optional @var{internal} argument allows the breakpoint to
25979become invisible to the user. @xref{Breakpoints In Python}, for further
25980details about this argument.
25981@end defun
25982
25983@defun FinishBreakpoint.out_of_scope (self)
25984In some circumstances (e.g.@: @code{longjmp}, C@t{++} exceptions, @value{GDBN}
25985@code{return} command, @dots{}), a function may not properly terminate, and
25986thus never hit the finish breakpoint. When @value{GDBN} notices such a
25987situation, the @code{out_of_scope} callback will be triggered.
25988
25989You may want to sub-class @code{gdb.FinishBreakpoint} and override this
25990method:
25991
25992@smallexample
25993class MyFinishBreakpoint (gdb.FinishBreakpoint)
25994 def stop (self):
25995 print "normal finish"
25996 return True
25997
25998 def out_of_scope ():
25999 print "abnormal finish"
26000@end smallexample
26001@end defun
26002
26003@defvar FinishBreakpoint.return_value
26004When @value{GDBN} is stopped at a finish breakpoint and the frame
26005used to build the @code{gdb.FinishBreakpoint} object had debug symbols, this
26006attribute will contain a @code{gdb.Value} object corresponding to the return
26007value of the function. The value will be @code{None} if the function return
26008type is @code{void} or if the return value was not computable. This attribute
26009is not writable.
26010@end defvar
26011
be759fcf
PM
26012@node Lazy Strings In Python
26013@subsubsection Python representation of lazy strings.
26014
26015@cindex lazy strings in python
26016@tindex gdb.LazyString
26017
26018A @dfn{lazy string} is a string whose contents is not retrieved or
26019encoded until it is needed.
26020
26021A @code{gdb.LazyString} is represented in @value{GDBN} as an
26022@code{address} that points to a region of memory, an @code{encoding}
26023that will be used to encode that region of memory, and a @code{length}
26024to delimit the region of memory that represents the string. The
26025difference between a @code{gdb.LazyString} and a string wrapped within
26026a @code{gdb.Value} is that a @code{gdb.LazyString} will be treated
26027differently by @value{GDBN} when printing. A @code{gdb.LazyString} is
26028retrieved and encoded during printing, while a @code{gdb.Value}
26029wrapping a string is immediately retrieved and encoded on creation.
26030
26031A @code{gdb.LazyString} object has the following functions:
26032
d812018b 26033@defun LazyString.value ()
be759fcf
PM
26034Convert the @code{gdb.LazyString} to a @code{gdb.Value}. This value
26035will point to the string in memory, but will lose all the delayed
26036retrieval, encoding and handling that @value{GDBN} applies to a
26037@code{gdb.LazyString}.
d812018b 26038@end defun
be759fcf 26039
d812018b 26040@defvar LazyString.address
be759fcf
PM
26041This attribute holds the address of the string. This attribute is not
26042writable.
d812018b 26043@end defvar
be759fcf 26044
d812018b 26045@defvar LazyString.length
be759fcf
PM
26046This attribute holds the length of the string in characters. If the
26047length is -1, then the string will be fetched and encoded up to the
26048first null of appropriate width. This attribute is not writable.
d812018b 26049@end defvar
be759fcf 26050
d812018b 26051@defvar LazyString.encoding
be759fcf
PM
26052This attribute holds the encoding that will be applied to the string
26053when the string is printed by @value{GDBN}. If the encoding is not
26054set, or contains an empty string, then @value{GDBN} will select the
26055most appropriate encoding when the string is printed. This attribute
26056is not writable.
d812018b 26057@end defvar
be759fcf 26058
d812018b 26059@defvar LazyString.type
be759fcf
PM
26060This attribute holds the type that is represented by the lazy string's
26061type. For a lazy string this will always be a pointer type. To
26062resolve this to the lazy string's character type, use the type's
26063@code{target} method. @xref{Types In Python}. This attribute is not
26064writable.
d812018b 26065@end defvar
be759fcf 26066
bea883fd
SCR
26067@node Architectures In Python
26068@subsubsection Python representation of architectures
26069@cindex Python architectures
26070
26071@value{GDBN} uses architecture specific parameters and artifacts in a
26072number of its various computations. An architecture is represented
26073by an instance of the @code{gdb.Architecture} class.
26074
26075A @code{gdb.Architecture} class has the following methods:
26076
26077@defun Architecture.name ()
26078Return the name (string value) of the architecture.
26079@end defun
26080
9f44fbc0
SCR
26081@defun Architecture.disassemble (@var{start_pc} @r{[}, @var{end_pc} @r{[}, @var{count}@r{]]})
26082Return a list of disassembled instructions starting from the memory
26083address @var{start_pc}. The optional arguments @var{end_pc} and
26084@var{count} determine the number of instructions in the returned list.
26085If both the optional arguments @var{end_pc} and @var{count} are
26086specified, then a list of at most @var{count} disassembled instructions
26087whose start address falls in the closed memory address interval from
26088@var{start_pc} to @var{end_pc} are returned. If @var{end_pc} is not
26089specified, but @var{count} is specified, then @var{count} number of
26090instructions starting from the address @var{start_pc} are returned. If
26091@var{count} is not specified but @var{end_pc} is specified, then all
26092instructions whose start address falls in the closed memory address
26093interval from @var{start_pc} to @var{end_pc} are returned. If neither
26094@var{end_pc} nor @var{count} are specified, then a single instruction at
26095@var{start_pc} is returned. For all of these cases, each element of the
26096returned list is a Python @code{dict} with the following string keys:
26097
26098@table @code
26099
26100@item addr
26101The value corresponding to this key is a Python long integer capturing
26102the memory address of the instruction.
26103
26104@item asm
26105The value corresponding to this key is a string value which represents
26106the instruction with assembly language mnemonics. The assembly
26107language flavor used is the same as that specified by the current CLI
26108variable @code{disassembly-flavor}. @xref{Machine Code}.
26109
26110@item length
26111The value corresponding to this key is the length (integer value) of the
26112instruction in bytes.
26113
26114@end table
26115@end defun
26116
bf88dd68
JK
26117@node Python Auto-loading
26118@subsection Python Auto-loading
26119@cindex Python auto-loading
8a1ea21f
DE
26120
26121When a new object file is read (for example, due to the @code{file}
26122command, or because the inferior has loaded a shared library),
26123@value{GDBN} will look for Python support scripts in several ways:
3708f05e
JK
26124@file{@var{objfile}-gdb.py} (@pxref{objfile-gdb.py file})
26125and @code{.debug_gdb_scripts} section
26126(@pxref{dotdebug_gdb_scripts section}).
8a1ea21f
DE
26127
26128The auto-loading feature is useful for supplying application-specific
26129debugging commands and scripts.
26130
dbaefcf7
DE
26131Auto-loading can be enabled or disabled,
26132and the list of auto-loaded scripts can be printed.
8a1ea21f
DE
26133
26134@table @code
bf88dd68
JK
26135@anchor{set auto-load python-scripts}
26136@kindex set auto-load python-scripts
26137@item set auto-load python-scripts [on|off]
a86caf66 26138Enable or disable the auto-loading of Python scripts.
8a1ea21f 26139
bf88dd68
JK
26140@anchor{show auto-load python-scripts}
26141@kindex show auto-load python-scripts
26142@item show auto-load python-scripts
a86caf66 26143Show whether auto-loading of Python scripts is enabled or disabled.
dbaefcf7 26144
bf88dd68
JK
26145@anchor{info auto-load python-scripts}
26146@kindex info auto-load python-scripts
26147@cindex print list of auto-loaded Python scripts
26148@item info auto-load python-scripts [@var{regexp}]
26149Print the list of all Python scripts that @value{GDBN} auto-loaded.
75fc9810 26150
bf88dd68 26151Also printed is the list of Python scripts that were mentioned in
75fc9810 26152the @code{.debug_gdb_scripts} section and were not found
8e0583c8 26153(@pxref{dotdebug_gdb_scripts section}).
75fc9810
DE
26154This is useful because their names are not printed when @value{GDBN}
26155tries to load them and fails. There may be many of them, and printing
26156an error message for each one is problematic.
26157
bf88dd68 26158If @var{regexp} is supplied only Python scripts with matching names are printed.
dbaefcf7 26159
75fc9810
DE
26160Example:
26161
dbaefcf7 26162@smallexample
bf88dd68 26163(gdb) info auto-load python-scripts
bccbefd2
JK
26164Loaded Script
26165Yes py-section-script.py
26166 full name: /tmp/py-section-script.py
26167No my-foo-pretty-printers.py
dbaefcf7 26168@end smallexample
8a1ea21f
DE
26169@end table
26170
26171When reading an auto-loaded file, @value{GDBN} sets the
26172@dfn{current objfile}. This is available via the @code{gdb.current_objfile}
26173function (@pxref{Objfiles In Python}). This can be useful for
26174registering objfile-specific pretty-printers.
26175
3708f05e
JK
26176@menu
26177* objfile-gdb.py file:: The @file{@var{objfile}-gdb.py} file
26178* dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
26179* Which flavor to choose?::
26180@end menu
26181
8a1ea21f
DE
26182@node objfile-gdb.py file
26183@subsubsection The @file{@var{objfile}-gdb.py} file
26184@cindex @file{@var{objfile}-gdb.py}
26185
26186When a new object file is read, @value{GDBN} looks for
7349ff92 26187a file named @file{@var{objfile}-gdb.py} (we call it @var{script-name} below),
8a1ea21f
DE
26188where @var{objfile} is the object file's real name, formed by ensuring
26189that the file name is absolute, following all symlinks, and resolving
26190@code{.} and @code{..} components. If this file exists and is
26191readable, @value{GDBN} will evaluate it as a Python script.
26192
1564a261 26193If this file does not exist, then @value{GDBN} will look for
c1668e4e
JK
26194@var{script-name} file in all of the directories as specified below.
26195
26196Note that loading of this script file also requires accordingly configured
26197@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
7349ff92 26198
e9687799
JK
26199For object files using @file{.exe} suffix @value{GDBN} tries to load first the
26200scripts normally according to its @file{.exe} filename. But if no scripts are
26201found @value{GDBN} also tries script filenames matching the object file without
26202its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
26203is attempted on any platform. This makes the script filenames compatible
26204between Unix and MS-Windows hosts.
26205
7349ff92
JK
26206@table @code
26207@anchor{set auto-load scripts-directory}
26208@kindex set auto-load scripts-directory
26209@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
26210Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
26211may be delimited by the host platform path separator in use
26212(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
26213
26214Each entry here needs to be covered also by the security setting
26215@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
26216
26217@anchor{with-auto-load-dir}
1564a261
JK
26218This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
26219@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
26220configuration option @option{--with-auto-load-dir}.
26221
26222Any reference to @file{$debugdir} will get replaced by
26223@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
26224reference to @file{$datadir} will get replaced by @var{data-directory} which is
26225determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
26226@file{$datadir} must be placed as a directory component --- either alone or
26227delimited by @file{/} or @file{\} directory separators, depending on the host
26228platform.
7349ff92
JK
26229
26230The list of directories uses path separator (@samp{:} on GNU and Unix
26231systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
26232to the @env{PATH} environment variable.
26233
26234@anchor{show auto-load scripts-directory}
26235@kindex show auto-load scripts-directory
26236@item show auto-load scripts-directory
26237Show @value{GDBN} auto-loaded scripts location.
26238@end table
8a1ea21f
DE
26239
26240@value{GDBN} does not track which files it has already auto-loaded this way.
26241@value{GDBN} will load the associated script every time the corresponding
26242@var{objfile} is opened.
26243So your @file{-gdb.py} file should be careful to avoid errors if it
26244is evaluated more than once.
26245
8e0583c8 26246@node dotdebug_gdb_scripts section
8a1ea21f
DE
26247@subsubsection The @code{.debug_gdb_scripts} section
26248@cindex @code{.debug_gdb_scripts} section
26249
26250For systems using file formats like ELF and COFF,
26251when @value{GDBN} loads a new object file
26252it will look for a special section named @samp{.debug_gdb_scripts}.
26253If this section exists, its contents is a list of names of scripts to load.
26254
26255@value{GDBN} will look for each specified script file first in the
26256current directory and then along the source search path
26257(@pxref{Source Path, ,Specifying Source Directories}),
26258except that @file{$cdir} is not searched, since the compilation
26259directory is not relevant to scripts.
26260
26261Entries can be placed in section @code{.debug_gdb_scripts} with,
26262for example, this GCC macro:
26263
26264@example
a3a7127e 26265/* Note: The "MS" section flags are to remove duplicates. */
8a1ea21f
DE
26266#define DEFINE_GDB_SCRIPT(script_name) \
26267 asm("\
26268.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
26269.byte 1\n\
26270.asciz \"" script_name "\"\n\
26271.popsection \n\
26272");
26273@end example
26274
26275@noindent
26276Then one can reference the macro in a header or source file like this:
26277
26278@example
26279DEFINE_GDB_SCRIPT ("my-app-scripts.py")
26280@end example
26281
26282The script name may include directories if desired.
26283
c1668e4e
JK
26284Note that loading of this script file also requires accordingly configured
26285@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
26286
8a1ea21f
DE
26287If the macro is put in a header, any application or library
26288using this header will get a reference to the specified script.
26289
26290@node Which flavor to choose?
26291@subsubsection Which flavor to choose?
26292
26293Given the multiple ways of auto-loading Python scripts, it might not always
26294be clear which one to choose. This section provides some guidance.
26295
26296Benefits of the @file{-gdb.py} way:
26297
26298@itemize @bullet
26299@item
26300Can be used with file formats that don't support multiple sections.
26301
26302@item
26303Ease of finding scripts for public libraries.
26304
26305Scripts specified in the @code{.debug_gdb_scripts} section are searched for
26306in the source search path.
26307For publicly installed libraries, e.g., @file{libstdc++}, there typically
26308isn't a source directory in which to find the script.
26309
26310@item
26311Doesn't require source code additions.
26312@end itemize
26313
26314Benefits of the @code{.debug_gdb_scripts} way:
26315
26316@itemize @bullet
26317@item
26318Works with static linking.
26319
26320Scripts for libraries done the @file{-gdb.py} way require an objfile to
26321trigger their loading. When an application is statically linked the only
26322objfile available is the executable, and it is cumbersome to attach all the
26323scripts from all the input libraries to the executable's @file{-gdb.py} script.
26324
26325@item
26326Works with classes that are entirely inlined.
26327
26328Some classes can be entirely inlined, and thus there may not be an associated
26329shared library to attach a @file{-gdb.py} script to.
26330
26331@item
26332Scripts needn't be copied out of the source tree.
26333
26334In some circumstances, apps can be built out of large collections of internal
26335libraries, and the build infrastructure necessary to install the
26336@file{-gdb.py} scripts in a place where @value{GDBN} can find them is
26337cumbersome. It may be easier to specify the scripts in the
26338@code{.debug_gdb_scripts} section as relative paths, and add a path to the
26339top of the source tree to the source search path.
26340@end itemize
26341
0e3509db
DE
26342@node Python modules
26343@subsection Python modules
26344@cindex python modules
26345
fa3a4f15 26346@value{GDBN} comes with several modules to assist writing Python code.
0e3509db
DE
26347
26348@menu
7b51bc51 26349* gdb.printing:: Building and registering pretty-printers.
0e3509db 26350* gdb.types:: Utilities for working with types.
fa3a4f15 26351* gdb.prompt:: Utilities for prompt value substitution.
0e3509db
DE
26352@end menu
26353
7b51bc51
DE
26354@node gdb.printing
26355@subsubsection gdb.printing
26356@cindex gdb.printing
26357
26358This module provides a collection of utilities for working with
26359pretty-printers.
26360
26361@table @code
26362@item PrettyPrinter (@var{name}, @var{subprinters}=None)
26363This class specifies the API that makes @samp{info pretty-printer},
26364@samp{enable pretty-printer} and @samp{disable pretty-printer} work.
26365Pretty-printers should generally inherit from this class.
26366
26367@item SubPrettyPrinter (@var{name})
26368For printers that handle multiple types, this class specifies the
26369corresponding API for the subprinters.
26370
26371@item RegexpCollectionPrettyPrinter (@var{name})
26372Utility class for handling multiple printers, all recognized via
26373regular expressions.
26374@xref{Writing a Pretty-Printer}, for an example.
26375
cafec441
TT
26376@item FlagEnumerationPrinter (@var{name})
26377A pretty-printer which handles printing of @code{enum} values. Unlike
26378@value{GDBN}'s built-in @code{enum} printing, this printer attempts to
26379work properly when there is some overlap between the enumeration
26380constants. @var{name} is the name of the printer and also the name of
26381the @code{enum} type to look up.
26382
9c15afc4 26383@item register_pretty_printer (@var{obj}, @var{printer}, @var{replace}=False)
7b51bc51 26384Register @var{printer} with the pretty-printer list of @var{obj}.
9c15afc4
DE
26385If @var{replace} is @code{True} then any existing copy of the printer
26386is replaced. Otherwise a @code{RuntimeError} exception is raised
26387if a printer with the same name already exists.
7b51bc51
DE
26388@end table
26389
0e3509db
DE
26390@node gdb.types
26391@subsubsection gdb.types
7b51bc51 26392@cindex gdb.types
0e3509db
DE
26393
26394This module provides a collection of utilities for working with
18a9fc12 26395@code{gdb.Type} objects.
0e3509db
DE
26396
26397@table @code
26398@item get_basic_type (@var{type})
26399Return @var{type} with const and volatile qualifiers stripped,
26400and with typedefs and C@t{++} references converted to the underlying type.
26401
26402C@t{++} example:
26403
26404@smallexample
26405typedef const int const_int;
26406const_int foo (3);
26407const_int& foo_ref (foo);
26408int main () @{ return 0; @}
26409@end smallexample
26410
26411Then in gdb:
26412
26413@smallexample
26414(gdb) start
26415(gdb) python import gdb.types
26416(gdb) python foo_ref = gdb.parse_and_eval("foo_ref")
26417(gdb) python print gdb.types.get_basic_type(foo_ref.type)
26418int
26419@end smallexample
26420
26421@item has_field (@var{type}, @var{field})
26422Return @code{True} if @var{type}, assumed to be a type with fields
26423(e.g., a structure or union), has field @var{field}.
26424
26425@item make_enum_dict (@var{enum_type})
26426Return a Python @code{dictionary} type produced from @var{enum_type}.
5110b5df 26427
0aaaf063 26428@item deep_items (@var{type})
5110b5df
PK
26429Returns a Python iterator similar to the standard
26430@code{gdb.Type.iteritems} method, except that the iterator returned
0aaaf063 26431by @code{deep_items} will recursively traverse anonymous struct or
5110b5df
PK
26432union fields. For example:
26433
26434@smallexample
26435struct A
26436@{
26437 int a;
26438 union @{
26439 int b0;
26440 int b1;
26441 @};
26442@};
26443@end smallexample
26444
26445@noindent
26446Then in @value{GDBN}:
26447@smallexample
26448(@value{GDBP}) python import gdb.types
26449(@value{GDBP}) python struct_a = gdb.lookup_type("struct A")
26450(@value{GDBP}) python print struct_a.keys ()
26451@{['a', '']@}
0aaaf063 26452(@value{GDBP}) python print [k for k,v in gdb.types.deep_items(struct_a)]
5110b5df
PK
26453@{['a', 'b0', 'b1']@}
26454@end smallexample
26455
18a9fc12
TT
26456@item get_type_recognizers ()
26457Return a list of the enabled type recognizers for the current context.
26458This is called by @value{GDBN} during the type-printing process
26459(@pxref{Type Printing API}).
26460
26461@item apply_type_recognizers (recognizers, type_obj)
26462Apply the type recognizers, @var{recognizers}, to the type object
26463@var{type_obj}. If any recognizer returns a string, return that
26464string. Otherwise, return @code{None}. This is called by
26465@value{GDBN} during the type-printing process (@pxref{Type Printing
26466API}).
26467
26468@item register_type_printer (locus, printer)
26469This is a convenience function to register a type printer.
26470@var{printer} is the type printer to register. It must implement the
26471type printer protocol. @var{locus} is either a @code{gdb.Objfile}, in
26472which case the printer is registered with that objfile; a
26473@code{gdb.Progspace}, in which case the printer is registered with
26474that progspace; or @code{None}, in which case the printer is
26475registered globally.
26476
26477@item TypePrinter
26478This is a base class that implements the type printer protocol. Type
26479printers are encouraged, but not required, to derive from this class.
26480It defines a constructor:
26481
26482@defmethod TypePrinter __init__ (self, name)
26483Initialize the type printer with the given name. The new printer
26484starts in the enabled state.
26485@end defmethod
26486
0e3509db 26487@end table
fa3a4f15
PM
26488
26489@node gdb.prompt
26490@subsubsection gdb.prompt
26491@cindex gdb.prompt
26492
26493This module provides a method for prompt value-substitution.
26494
26495@table @code
26496@item substitute_prompt (@var{string})
26497Return @var{string} with escape sequences substituted by values. Some
26498escape sequences take arguments. You can specify arguments inside
26499``@{@}'' immediately following the escape sequence.
26500
26501The escape sequences you can pass to this function are:
26502
26503@table @code
26504@item \\
26505Substitute a backslash.
26506@item \e
26507Substitute an ESC character.
26508@item \f
26509Substitute the selected frame; an argument names a frame parameter.
26510@item \n
26511Substitute a newline.
26512@item \p
26513Substitute a parameter's value; the argument names the parameter.
26514@item \r
26515Substitute a carriage return.
26516@item \t
26517Substitute the selected thread; an argument names a thread parameter.
26518@item \v
26519Substitute the version of GDB.
26520@item \w
26521Substitute the current working directory.
26522@item \[
26523Begin a sequence of non-printing characters. These sequences are
26524typically used with the ESC character, and are not counted in the string
26525length. Example: ``\[\e[0;34m\](gdb)\[\e[0m\]'' will return a
26526blue-colored ``(gdb)'' prompt where the length is five.
26527@item \]
26528End a sequence of non-printing characters.
26529@end table
26530
26531For example:
26532
26533@smallexample
26534substitute_prompt (``frame: \f,
26535 print arguments: \p@{print frame-arguments@}'')
26536@end smallexample
26537
26538@exdent will return the string:
26539
26540@smallexample
26541"frame: main, print arguments: scalars"
26542@end smallexample
26543@end table
0e3509db 26544
5a56e9c5
DE
26545@node Aliases
26546@section Creating new spellings of existing commands
26547@cindex aliases for commands
26548
26549It is often useful to define alternate spellings of existing commands.
26550For example, if a new @value{GDBN} command defined in Python has
26551a long name to type, it is handy to have an abbreviated version of it
26552that involves less typing.
26553
26554@value{GDBN} itself uses aliases. For example @samp{s} is an alias
26555of the @samp{step} command even though it is otherwise an ambiguous
26556abbreviation of other commands like @samp{set} and @samp{show}.
26557
26558Aliases are also used to provide shortened or more common versions
26559of multi-word commands. For example, @value{GDBN} provides the
26560@samp{tty} alias of the @samp{set inferior-tty} command.
26561
26562You can define a new alias with the @samp{alias} command.
26563
26564@table @code
26565
26566@kindex alias
26567@item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
26568
26569@end table
26570
26571@var{ALIAS} specifies the name of the new alias.
26572Each word of @var{ALIAS} must consist of letters, numbers, dashes and
26573underscores.
26574
26575@var{COMMAND} specifies the name of an existing command
26576that is being aliased.
26577
26578The @samp{-a} option specifies that the new alias is an abbreviation
26579of the command. Abbreviations are not shown in command
26580lists displayed by the @samp{help} command.
26581
26582The @samp{--} option specifies the end of options,
26583and is useful when @var{ALIAS} begins with a dash.
26584
26585Here is a simple example showing how to make an abbreviation
26586of a command so that there is less to type.
26587Suppose you were tired of typing @samp{disas}, the current
26588shortest unambiguous abbreviation of the @samp{disassemble} command
26589and you wanted an even shorter version named @samp{di}.
26590The following will accomplish this.
26591
26592@smallexample
26593(gdb) alias -a di = disas
26594@end smallexample
26595
26596Note that aliases are different from user-defined commands.
26597With a user-defined command, you also need to write documentation
26598for it with the @samp{document} command.
26599An alias automatically picks up the documentation of the existing command.
26600
26601Here is an example where we make @samp{elms} an abbreviation of
26602@samp{elements} in the @samp{set print elements} command.
26603This is to show that you can make an abbreviation of any part
26604of a command.
26605
26606@smallexample
26607(gdb) alias -a set print elms = set print elements
26608(gdb) alias -a show print elms = show print elements
26609(gdb) set p elms 20
26610(gdb) show p elms
26611Limit on string chars or array elements to print is 200.
26612@end smallexample
26613
26614Note that if you are defining an alias of a @samp{set} command,
26615and you want to have an alias for the corresponding @samp{show}
26616command, then you need to define the latter separately.
26617
26618Unambiguously abbreviated commands are allowed in @var{COMMAND} and
26619@var{ALIAS}, just as they are normally.
26620
26621@smallexample
26622(gdb) alias -a set pr elms = set p ele
26623@end smallexample
26624
26625Finally, here is an example showing the creation of a one word
26626alias for a more complex command.
26627This creates alias @samp{spe} of the command @samp{set print elements}.
26628
26629@smallexample
26630(gdb) alias spe = set print elements
26631(gdb) spe 20
26632@end smallexample
26633
21c294e6
AC
26634@node Interpreters
26635@chapter Command Interpreters
26636@cindex command interpreters
26637
26638@value{GDBN} supports multiple command interpreters, and some command
26639infrastructure to allow users or user interface writers to switch
26640between interpreters or run commands in other interpreters.
26641
26642@value{GDBN} currently supports two command interpreters, the console
26643interpreter (sometimes called the command-line interpreter or @sc{cli})
26644and the machine interface interpreter (or @sc{gdb/mi}). This manual
26645describes both of these interfaces in great detail.
26646
26647By default, @value{GDBN} will start with the console interpreter.
26648However, the user may choose to start @value{GDBN} with another
26649interpreter by specifying the @option{-i} or @option{--interpreter}
26650startup options. Defined interpreters include:
26651
26652@table @code
26653@item console
26654@cindex console interpreter
26655The traditional console or command-line interpreter. This is the most often
26656used interpreter with @value{GDBN}. With no interpreter specified at runtime,
26657@value{GDBN} will use this interpreter.
26658
26659@item mi
26660@cindex mi interpreter
26661The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
26662by programs wishing to use @value{GDBN} as a backend for a debugger GUI
26663or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
26664Interface}.
26665
26666@item mi2
26667@cindex mi2 interpreter
26668The current @sc{gdb/mi} interface.
26669
26670@item mi1
26671@cindex mi1 interpreter
26672The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
26673
26674@end table
26675
26676@cindex invoke another interpreter
26677The interpreter being used by @value{GDBN} may not be dynamically
26678switched at runtime. Although possible, this could lead to a very
26679precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
26680enters the command "interpreter-set console" in a console view,
26681@value{GDBN} would switch to using the console interpreter, rendering
26682the IDE inoperable!
26683
26684@kindex interpreter-exec
26685Although you may only choose a single interpreter at startup, you may execute
26686commands in any interpreter from the current interpreter using the appropriate
26687command. If you are running the console interpreter, simply use the
26688@code{interpreter-exec} command:
26689
26690@smallexample
26691interpreter-exec mi "-data-list-register-names"
26692@end smallexample
26693
26694@sc{gdb/mi} has a similar command, although it is only available in versions of
26695@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
26696
8e04817f
AC
26697@node TUI
26698@chapter @value{GDBN} Text User Interface
26699@cindex TUI
d0d5df6f 26700@cindex Text User Interface
c906108c 26701
8e04817f
AC
26702@menu
26703* TUI Overview:: TUI overview
26704* TUI Keys:: TUI key bindings
7cf36c78 26705* TUI Single Key Mode:: TUI single key mode
db2e3e2e 26706* TUI Commands:: TUI-specific commands
8e04817f
AC
26707* TUI Configuration:: TUI configuration variables
26708@end menu
c906108c 26709
46ba6afa 26710The @value{GDBN} Text User Interface (TUI) is a terminal
d0d5df6f
AC
26711interface which uses the @code{curses} library to show the source
26712file, the assembly output, the program registers and @value{GDBN}
46ba6afa
BW
26713commands in separate text windows. The TUI mode is supported only
26714on platforms where a suitable version of the @code{curses} library
26715is available.
d0d5df6f 26716
46ba6afa 26717The TUI mode is enabled by default when you invoke @value{GDBN} as
217bff3e 26718@samp{@value{GDBP} -tui}.
46ba6afa
BW
26719You can also switch in and out of TUI mode while @value{GDBN} runs by
26720using various TUI commands and key bindings, such as @kbd{C-x C-a}.
26721@xref{TUI Keys, ,TUI Key Bindings}.
c906108c 26722
8e04817f 26723@node TUI Overview
79a6e687 26724@section TUI Overview
c906108c 26725
46ba6afa 26726In TUI mode, @value{GDBN} can display several text windows:
c906108c 26727
8e04817f
AC
26728@table @emph
26729@item command
26730This window is the @value{GDBN} command window with the @value{GDBN}
46ba6afa
BW
26731prompt and the @value{GDBN} output. The @value{GDBN} input is still
26732managed using readline.
c906108c 26733
8e04817f
AC
26734@item source
26735The source window shows the source file of the program. The current
46ba6afa 26736line and active breakpoints are displayed in this window.
c906108c 26737
8e04817f
AC
26738@item assembly
26739The assembly window shows the disassembly output of the program.
c906108c 26740
8e04817f 26741@item register
46ba6afa
BW
26742This window shows the processor registers. Registers are highlighted
26743when their values change.
c906108c
SS
26744@end table
26745
269c21fe 26746The source and assembly windows show the current program position
46ba6afa
BW
26747by highlighting the current line and marking it with a @samp{>} marker.
26748Breakpoints are indicated with two markers. The first marker
269c21fe
SC
26749indicates the breakpoint type:
26750
26751@table @code
26752@item B
26753Breakpoint which was hit at least once.
26754
26755@item b
26756Breakpoint which was never hit.
26757
26758@item H
26759Hardware breakpoint which was hit at least once.
26760
26761@item h
26762Hardware breakpoint which was never hit.
269c21fe
SC
26763@end table
26764
26765The second marker indicates whether the breakpoint is enabled or not:
26766
26767@table @code
26768@item +
26769Breakpoint is enabled.
26770
26771@item -
26772Breakpoint is disabled.
269c21fe
SC
26773@end table
26774
46ba6afa
BW
26775The source, assembly and register windows are updated when the current
26776thread changes, when the frame changes, or when the program counter
26777changes.
26778
26779These windows are not all visible at the same time. The command
26780window is always visible. The others can be arranged in several
26781layouts:
c906108c 26782
8e04817f
AC
26783@itemize @bullet
26784@item
46ba6afa 26785source only,
2df3850c 26786
8e04817f 26787@item
46ba6afa 26788assembly only,
8e04817f
AC
26789
26790@item
46ba6afa 26791source and assembly,
8e04817f
AC
26792
26793@item
46ba6afa 26794source and registers, or
c906108c 26795
8e04817f 26796@item
46ba6afa 26797assembly and registers.
8e04817f 26798@end itemize
c906108c 26799
46ba6afa 26800A status line above the command window shows the following information:
b7bb15bc
SC
26801
26802@table @emph
26803@item target
46ba6afa 26804Indicates the current @value{GDBN} target.
b7bb15bc
SC
26805(@pxref{Targets, ,Specifying a Debugging Target}).
26806
26807@item process
46ba6afa 26808Gives the current process or thread number.
b7bb15bc
SC
26809When no process is being debugged, this field is set to @code{No process}.
26810
26811@item function
26812Gives the current function name for the selected frame.
26813The name is demangled if demangling is turned on (@pxref{Print Settings}).
46ba6afa 26814When there is no symbol corresponding to the current program counter,
b7bb15bc
SC
26815the string @code{??} is displayed.
26816
26817@item line
26818Indicates the current line number for the selected frame.
46ba6afa 26819When the current line number is not known, the string @code{??} is displayed.
b7bb15bc
SC
26820
26821@item pc
26822Indicates the current program counter address.
b7bb15bc
SC
26823@end table
26824
8e04817f
AC
26825@node TUI Keys
26826@section TUI Key Bindings
26827@cindex TUI key bindings
c906108c 26828
8e04817f 26829The TUI installs several key bindings in the readline keymaps
39037522
TT
26830@ifset SYSTEM_READLINE
26831(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
26832@end ifset
26833@ifclear SYSTEM_READLINE
26834(@pxref{Command Line Editing}).
26835@end ifclear
26836The following key bindings are installed for both TUI mode and the
26837@value{GDBN} standard mode.
c906108c 26838
8e04817f
AC
26839@table @kbd
26840@kindex C-x C-a
26841@item C-x C-a
26842@kindex C-x a
26843@itemx C-x a
26844@kindex C-x A
26845@itemx C-x A
46ba6afa
BW
26846Enter or leave the TUI mode. When leaving the TUI mode,
26847the curses window management stops and @value{GDBN} operates using
26848its standard mode, writing on the terminal directly. When reentering
26849the TUI mode, control is given back to the curses windows.
8e04817f 26850The screen is then refreshed.
c906108c 26851
8e04817f
AC
26852@kindex C-x 1
26853@item C-x 1
26854Use a TUI layout with only one window. The layout will
26855either be @samp{source} or @samp{assembly}. When the TUI mode
26856is not active, it will switch to the TUI mode.
2df3850c 26857
8e04817f 26858Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 26859
8e04817f
AC
26860@kindex C-x 2
26861@item C-x 2
26862Use a TUI layout with at least two windows. When the current
46ba6afa 26863layout already has two windows, the next layout with two windows is used.
8e04817f
AC
26864When a new layout is chosen, one window will always be common to the
26865previous layout and the new one.
c906108c 26866
8e04817f 26867Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 26868
72ffddc9
SC
26869@kindex C-x o
26870@item C-x o
26871Change the active window. The TUI associates several key bindings
46ba6afa 26872(like scrolling and arrow keys) with the active window. This command
72ffddc9
SC
26873gives the focus to the next TUI window.
26874
26875Think of it as the Emacs @kbd{C-x o} binding.
26876
7cf36c78
SC
26877@kindex C-x s
26878@item C-x s
46ba6afa
BW
26879Switch in and out of the TUI SingleKey mode that binds single
26880keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
c906108c
SS
26881@end table
26882
46ba6afa 26883The following key bindings only work in the TUI mode:
5d161b24 26884
46ba6afa 26885@table @asis
8e04817f 26886@kindex PgUp
46ba6afa 26887@item @key{PgUp}
8e04817f 26888Scroll the active window one page up.
c906108c 26889
8e04817f 26890@kindex PgDn
46ba6afa 26891@item @key{PgDn}
8e04817f 26892Scroll the active window one page down.
c906108c 26893
8e04817f 26894@kindex Up
46ba6afa 26895@item @key{Up}
8e04817f 26896Scroll the active window one line up.
c906108c 26897
8e04817f 26898@kindex Down
46ba6afa 26899@item @key{Down}
8e04817f 26900Scroll the active window one line down.
c906108c 26901
8e04817f 26902@kindex Left
46ba6afa 26903@item @key{Left}
8e04817f 26904Scroll the active window one column left.
c906108c 26905
8e04817f 26906@kindex Right
46ba6afa 26907@item @key{Right}
8e04817f 26908Scroll the active window one column right.
c906108c 26909
8e04817f 26910@kindex C-L
46ba6afa 26911@item @kbd{C-L}
8e04817f 26912Refresh the screen.
8e04817f 26913@end table
c906108c 26914
46ba6afa
BW
26915Because the arrow keys scroll the active window in the TUI mode, they
26916are not available for their normal use by readline unless the command
26917window has the focus. When another window is active, you must use
26918other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
26919and @kbd{C-f} to control the command window.
8e04817f 26920
7cf36c78
SC
26921@node TUI Single Key Mode
26922@section TUI Single Key Mode
26923@cindex TUI single key mode
26924
46ba6afa
BW
26925The TUI also provides a @dfn{SingleKey} mode, which binds several
26926frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
26927switch into this mode, where the following key bindings are used:
7cf36c78
SC
26928
26929@table @kbd
26930@kindex c @r{(SingleKey TUI key)}
26931@item c
26932continue
26933
26934@kindex d @r{(SingleKey TUI key)}
26935@item d
26936down
26937
26938@kindex f @r{(SingleKey TUI key)}
26939@item f
26940finish
26941
26942@kindex n @r{(SingleKey TUI key)}
26943@item n
26944next
26945
26946@kindex q @r{(SingleKey TUI key)}
26947@item q
46ba6afa 26948exit the SingleKey mode.
7cf36c78
SC
26949
26950@kindex r @r{(SingleKey TUI key)}
26951@item r
26952run
26953
26954@kindex s @r{(SingleKey TUI key)}
26955@item s
26956step
26957
26958@kindex u @r{(SingleKey TUI key)}
26959@item u
26960up
26961
26962@kindex v @r{(SingleKey TUI key)}
26963@item v
26964info locals
26965
26966@kindex w @r{(SingleKey TUI key)}
26967@item w
26968where
7cf36c78
SC
26969@end table
26970
26971Other keys temporarily switch to the @value{GDBN} command prompt.
26972The key that was pressed is inserted in the editing buffer so that
26973it is possible to type most @value{GDBN} commands without interaction
46ba6afa
BW
26974with the TUI SingleKey mode. Once the command is entered the TUI
26975SingleKey mode is restored. The only way to permanently leave
7f9087cb 26976this mode is by typing @kbd{q} or @kbd{C-x s}.
7cf36c78
SC
26977
26978
8e04817f 26979@node TUI Commands
db2e3e2e 26980@section TUI-specific Commands
8e04817f
AC
26981@cindex TUI commands
26982
26983The TUI has specific commands to control the text windows.
46ba6afa
BW
26984These commands are always available, even when @value{GDBN} is not in
26985the TUI mode. When @value{GDBN} is in the standard mode, most
26986of these commands will automatically switch to the TUI mode.
c906108c 26987
ff12863f
PA
26988Note that if @value{GDBN}'s @code{stdout} is not connected to a
26989terminal, or @value{GDBN} has been started with the machine interface
26990interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
26991these commands will fail with an error, because it would not be
26992possible or desirable to enable curses window management.
26993
c906108c 26994@table @code
3d757584
SC
26995@item info win
26996@kindex info win
26997List and give the size of all displayed windows.
26998
8e04817f 26999@item layout next
4644b6e3 27000@kindex layout
8e04817f 27001Display the next layout.
2df3850c 27002
8e04817f 27003@item layout prev
8e04817f 27004Display the previous layout.
c906108c 27005
8e04817f 27006@item layout src
8e04817f 27007Display the source window only.
c906108c 27008
8e04817f 27009@item layout asm
8e04817f 27010Display the assembly window only.
c906108c 27011
8e04817f 27012@item layout split
8e04817f 27013Display the source and assembly window.
c906108c 27014
8e04817f 27015@item layout regs
8e04817f
AC
27016Display the register window together with the source or assembly window.
27017
46ba6afa 27018@item focus next
8e04817f 27019@kindex focus
46ba6afa
BW
27020Make the next window active for scrolling.
27021
27022@item focus prev
27023Make the previous window active for scrolling.
27024
27025@item focus src
27026Make the source window active for scrolling.
27027
27028@item focus asm
27029Make the assembly window active for scrolling.
27030
27031@item focus regs
27032Make the register window active for scrolling.
27033
27034@item focus cmd
27035Make the command window active for scrolling.
c906108c 27036
8e04817f
AC
27037@item refresh
27038@kindex refresh
7f9087cb 27039Refresh the screen. This is similar to typing @kbd{C-L}.
c906108c 27040
6a1b180d
SC
27041@item tui reg float
27042@kindex tui reg
27043Show the floating point registers in the register window.
27044
27045@item tui reg general
27046Show the general registers in the register window.
27047
27048@item tui reg next
27049Show the next register group. The list of register groups as well as
27050their order is target specific. The predefined register groups are the
27051following: @code{general}, @code{float}, @code{system}, @code{vector},
27052@code{all}, @code{save}, @code{restore}.
27053
27054@item tui reg system
27055Show the system registers in the register window.
27056
8e04817f
AC
27057@item update
27058@kindex update
27059Update the source window and the current execution point.
c906108c 27060
8e04817f
AC
27061@item winheight @var{name} +@var{count}
27062@itemx winheight @var{name} -@var{count}
27063@kindex winheight
27064Change the height of the window @var{name} by @var{count}
27065lines. Positive counts increase the height, while negative counts
27066decrease it.
2df3850c 27067
46ba6afa
BW
27068@item tabset @var{nchars}
27069@kindex tabset
c45da7e6 27070Set the width of tab stops to be @var{nchars} characters.
c906108c
SS
27071@end table
27072
8e04817f 27073@node TUI Configuration
79a6e687 27074@section TUI Configuration Variables
8e04817f 27075@cindex TUI configuration variables
c906108c 27076
46ba6afa 27077Several configuration variables control the appearance of TUI windows.
c906108c 27078
8e04817f
AC
27079@table @code
27080@item set tui border-kind @var{kind}
27081@kindex set tui border-kind
27082Select the border appearance for the source, assembly and register windows.
27083The possible values are the following:
27084@table @code
27085@item space
27086Use a space character to draw the border.
c906108c 27087
8e04817f 27088@item ascii
46ba6afa 27089Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
c906108c 27090
8e04817f
AC
27091@item acs
27092Use the Alternate Character Set to draw the border. The border is
27093drawn using character line graphics if the terminal supports them.
8e04817f 27094@end table
c78b4128 27095
8e04817f
AC
27096@item set tui border-mode @var{mode}
27097@kindex set tui border-mode
46ba6afa
BW
27098@itemx set tui active-border-mode @var{mode}
27099@kindex set tui active-border-mode
27100Select the display attributes for the borders of the inactive windows
27101or the active window. The @var{mode} can be one of the following:
8e04817f
AC
27102@table @code
27103@item normal
27104Use normal attributes to display the border.
c906108c 27105
8e04817f
AC
27106@item standout
27107Use standout mode.
c906108c 27108
8e04817f
AC
27109@item reverse
27110Use reverse video mode.
c906108c 27111
8e04817f
AC
27112@item half
27113Use half bright mode.
c906108c 27114
8e04817f
AC
27115@item half-standout
27116Use half bright and standout mode.
c906108c 27117
8e04817f
AC
27118@item bold
27119Use extra bright or bold mode.
c78b4128 27120
8e04817f
AC
27121@item bold-standout
27122Use extra bright or bold and standout mode.
8e04817f 27123@end table
8e04817f 27124@end table
c78b4128 27125
8e04817f
AC
27126@node Emacs
27127@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 27128
8e04817f
AC
27129@cindex Emacs
27130@cindex @sc{gnu} Emacs
27131A special interface allows you to use @sc{gnu} Emacs to view (and
27132edit) the source files for the program you are debugging with
27133@value{GDBN}.
c906108c 27134
8e04817f
AC
27135To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
27136executable file you want to debug as an argument. This command starts
27137@value{GDBN} as a subprocess of Emacs, with input and output through a newly
27138created Emacs buffer.
27139@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 27140
5e252a2e 27141Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
8e04817f 27142things:
c906108c 27143
8e04817f
AC
27144@itemize @bullet
27145@item
5e252a2e
NR
27146All ``terminal'' input and output goes through an Emacs buffer, called
27147the GUD buffer.
c906108c 27148
8e04817f
AC
27149This applies both to @value{GDBN} commands and their output, and to the input
27150and output done by the program you are debugging.
bf0184be 27151
8e04817f
AC
27152This is useful because it means that you can copy the text of previous
27153commands and input them again; you can even use parts of the output
27154in this way.
bf0184be 27155
8e04817f
AC
27156All the facilities of Emacs' Shell mode are available for interacting
27157with your program. In particular, you can send signals the usual
27158way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
27159stop.
bf0184be
ND
27160
27161@item
8e04817f 27162@value{GDBN} displays source code through Emacs.
bf0184be 27163
8e04817f
AC
27164Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
27165source file for that frame and puts an arrow (@samp{=>}) at the
27166left margin of the current line. Emacs uses a separate buffer for
27167source display, and splits the screen to show both your @value{GDBN} session
27168and the source.
bf0184be 27169
8e04817f
AC
27170Explicit @value{GDBN} @code{list} or search commands still produce output as
27171usual, but you probably have no reason to use them from Emacs.
5e252a2e
NR
27172@end itemize
27173
27174We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
27175a graphical mode, enabled by default, which provides further buffers
27176that can control the execution and describe the state of your program.
27177@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
c906108c 27178
64fabec2
AC
27179If you specify an absolute file name when prompted for the @kbd{M-x
27180gdb} argument, then Emacs sets your current working directory to where
27181your program resides. If you only specify the file name, then Emacs
7a9dd1b2 27182sets your current working directory to the directory associated
64fabec2
AC
27183with the previous buffer. In this case, @value{GDBN} may find your
27184program by searching your environment's @code{PATH} variable, but on
27185some operating systems it might not find the source. So, although the
27186@value{GDBN} input and output session proceeds normally, the auxiliary
27187buffer does not display the current source and line of execution.
27188
27189The initial working directory of @value{GDBN} is printed on the top
5e252a2e
NR
27190line of the GUD buffer and this serves as a default for the commands
27191that specify files for @value{GDBN} to operate on. @xref{Files,
27192,Commands to Specify Files}.
64fabec2
AC
27193
27194By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
27195need to call @value{GDBN} by a different name (for example, if you
27196keep several configurations around, with different names) you can
27197customize the Emacs variable @code{gud-gdb-command-name} to run the
27198one you want.
8e04817f 27199
5e252a2e 27200In the GUD buffer, you can use these special Emacs commands in
8e04817f 27201addition to the standard Shell mode commands:
c906108c 27202
8e04817f
AC
27203@table @kbd
27204@item C-h m
5e252a2e 27205Describe the features of Emacs' GUD Mode.
c906108c 27206
64fabec2 27207@item C-c C-s
8e04817f
AC
27208Execute to another source line, like the @value{GDBN} @code{step} command; also
27209update the display window to show the current file and location.
c906108c 27210
64fabec2 27211@item C-c C-n
8e04817f
AC
27212Execute to next source line in this function, skipping all function
27213calls, like the @value{GDBN} @code{next} command. Then update the display window
27214to show the current file and location.
c906108c 27215
64fabec2 27216@item C-c C-i
8e04817f
AC
27217Execute one instruction, like the @value{GDBN} @code{stepi} command; update
27218display window accordingly.
c906108c 27219
8e04817f
AC
27220@item C-c C-f
27221Execute until exit from the selected stack frame, like the @value{GDBN}
27222@code{finish} command.
c906108c 27223
64fabec2 27224@item C-c C-r
8e04817f
AC
27225Continue execution of your program, like the @value{GDBN} @code{continue}
27226command.
b433d00b 27227
64fabec2 27228@item C-c <
8e04817f
AC
27229Go up the number of frames indicated by the numeric argument
27230(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
27231like the @value{GDBN} @code{up} command.
b433d00b 27232
64fabec2 27233@item C-c >
8e04817f
AC
27234Go down the number of frames indicated by the numeric argument, like the
27235@value{GDBN} @code{down} command.
8e04817f 27236@end table
c906108c 27237
7f9087cb 27238In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
8e04817f 27239tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 27240
5e252a2e
NR
27241In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
27242separate frame which shows a backtrace when the GUD buffer is current.
27243Move point to any frame in the stack and type @key{RET} to make it
27244become the current frame and display the associated source in the
27245source buffer. Alternatively, click @kbd{Mouse-2} to make the
27246selected frame become the current one. In graphical mode, the
27247speedbar displays watch expressions.
64fabec2 27248
8e04817f
AC
27249If you accidentally delete the source-display buffer, an easy way to get
27250it back is to type the command @code{f} in the @value{GDBN} buffer, to
27251request a frame display; when you run under Emacs, this recreates
27252the source buffer if necessary to show you the context of the current
27253frame.
c906108c 27254
8e04817f
AC
27255The source files displayed in Emacs are in ordinary Emacs buffers
27256which are visiting the source files in the usual way. You can edit
27257the files with these buffers if you wish; but keep in mind that @value{GDBN}
27258communicates with Emacs in terms of line numbers. If you add or
27259delete lines from the text, the line numbers that @value{GDBN} knows cease
27260to correspond properly with the code.
b383017d 27261
5e252a2e
NR
27262A more detailed description of Emacs' interaction with @value{GDBN} is
27263given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
27264Emacs Manual}).
c906108c 27265
922fbb7b
AC
27266@node GDB/MI
27267@chapter The @sc{gdb/mi} Interface
27268
27269@unnumberedsec Function and Purpose
27270
27271@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
27272@sc{gdb/mi} is a line based machine oriented text interface to
27273@value{GDBN} and is activated by specifying using the
27274@option{--interpreter} command line option (@pxref{Mode Options}). It
27275is specifically intended to support the development of systems which
27276use the debugger as just one small component of a larger system.
922fbb7b
AC
27277
27278This chapter is a specification of the @sc{gdb/mi} interface. It is written
27279in the form of a reference manual.
27280
27281Note that @sc{gdb/mi} is still under construction, so some of the
af6eff6f
NR
27282features described below are incomplete and subject to change
27283(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
922fbb7b
AC
27284
27285@unnumberedsec Notation and Terminology
27286
27287@cindex notational conventions, for @sc{gdb/mi}
27288This chapter uses the following notation:
27289
27290@itemize @bullet
27291@item
27292@code{|} separates two alternatives.
27293
27294@item
27295@code{[ @var{something} ]} indicates that @var{something} is optional:
27296it may or may not be given.
27297
27298@item
27299@code{( @var{group} )*} means that @var{group} inside the parentheses
27300may repeat zero or more times.
27301
27302@item
27303@code{( @var{group} )+} means that @var{group} inside the parentheses
27304may repeat one or more times.
27305
27306@item
27307@code{"@var{string}"} means a literal @var{string}.
27308@end itemize
27309
27310@ignore
27311@heading Dependencies
27312@end ignore
27313
922fbb7b 27314@menu
c3b108f7 27315* GDB/MI General Design::
922fbb7b
AC
27316* GDB/MI Command Syntax::
27317* GDB/MI Compatibility with CLI::
af6eff6f 27318* GDB/MI Development and Front Ends::
922fbb7b 27319* GDB/MI Output Records::
ef21caaf 27320* GDB/MI Simple Examples::
922fbb7b 27321* GDB/MI Command Description Format::
ef21caaf 27322* GDB/MI Breakpoint Commands::
3fa7bf06 27323* GDB/MI Catchpoint Commands::
a2c02241
NR
27324* GDB/MI Program Context::
27325* GDB/MI Thread Commands::
5d77fe44 27326* GDB/MI Ada Tasking Commands::
a2c02241
NR
27327* GDB/MI Program Execution::
27328* GDB/MI Stack Manipulation::
27329* GDB/MI Variable Objects::
922fbb7b 27330* GDB/MI Data Manipulation::
a2c02241
NR
27331* GDB/MI Tracepoint Commands::
27332* GDB/MI Symbol Query::
351ff01a 27333* GDB/MI File Commands::
922fbb7b
AC
27334@ignore
27335* GDB/MI Kod Commands::
27336* GDB/MI Memory Overlay Commands::
27337* GDB/MI Signal Handling Commands::
27338@end ignore
922fbb7b 27339* GDB/MI Target Manipulation::
a6b151f1 27340* GDB/MI File Transfer Commands::
ef21caaf 27341* GDB/MI Miscellaneous Commands::
922fbb7b
AC
27342@end menu
27343
c3b108f7
VP
27344@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27345@node GDB/MI General Design
27346@section @sc{gdb/mi} General Design
27347@cindex GDB/MI General Design
27348
27349Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
27350parts---commands sent to @value{GDBN}, responses to those commands
27351and notifications. Each command results in exactly one response,
27352indicating either successful completion of the command, or an error.
27353For the commands that do not resume the target, the response contains the
27354requested information. For the commands that resume the target, the
27355response only indicates whether the target was successfully resumed.
27356Notifications is the mechanism for reporting changes in the state of the
27357target, or in @value{GDBN} state, that cannot conveniently be associated with
27358a command and reported as part of that command response.
27359
27360The important examples of notifications are:
27361@itemize @bullet
27362
27363@item
27364Exec notifications. These are used to report changes in
27365target state---when a target is resumed, or stopped. It would not
27366be feasible to include this information in response of resuming
27367commands, because one resume commands can result in multiple events in
27368different threads. Also, quite some time may pass before any event
27369happens in the target, while a frontend needs to know whether the resuming
27370command itself was successfully executed.
27371
27372@item
27373Console output, and status notifications. Console output
27374notifications are used to report output of CLI commands, as well as
27375diagnostics for other commands. Status notifications are used to
27376report the progress of a long-running operation. Naturally, including
27377this information in command response would mean no output is produced
27378until the command is finished, which is undesirable.
27379
27380@item
27381General notifications. Commands may have various side effects on
27382the @value{GDBN} or target state beyond their official purpose. For example,
27383a command may change the selected thread. Although such changes can
27384be included in command response, using notification allows for more
27385orthogonal frontend design.
27386
27387@end itemize
27388
27389There's no guarantee that whenever an MI command reports an error,
27390@value{GDBN} or the target are in any specific state, and especially,
27391the state is not reverted to the state before the MI command was
27392processed. Therefore, whenever an MI command results in an error,
27393we recommend that the frontend refreshes all the information shown in
27394the user interface.
27395
508094de
NR
27396
27397@menu
27398* Context management::
27399* Asynchronous and non-stop modes::
27400* Thread groups::
27401@end menu
27402
27403@node Context management
c3b108f7
VP
27404@subsection Context management
27405
27406In most cases when @value{GDBN} accesses the target, this access is
27407done in context of a specific thread and frame (@pxref{Frames}).
27408Often, even when accessing global data, the target requires that a thread
27409be specified. The CLI interface maintains the selected thread and frame,
27410and supplies them to target on each command. This is convenient,
27411because a command line user would not want to specify that information
27412explicitly on each command, and because user interacts with
27413@value{GDBN} via a single terminal, so no confusion is possible as
27414to what thread and frame are the current ones.
27415
27416In the case of MI, the concept of selected thread and frame is less
27417useful. First, a frontend can easily remember this information
27418itself. Second, a graphical frontend can have more than one window,
27419each one used for debugging a different thread, and the frontend might
27420want to access additional threads for internal purposes. This
27421increases the risk that by relying on implicitly selected thread, the
27422frontend may be operating on a wrong one. Therefore, each MI command
27423should explicitly specify which thread and frame to operate on. To
27424make it possible, each MI command accepts the @samp{--thread} and
27425@samp{--frame} options, the value to each is @value{GDBN} identifier
27426for thread and frame to operate on.
27427
27428Usually, each top-level window in a frontend allows the user to select
27429a thread and a frame, and remembers the user selection for further
27430operations. However, in some cases @value{GDBN} may suggest that the
27431current thread be changed. For example, when stopping on a breakpoint
27432it is reasonable to switch to the thread where breakpoint is hit. For
27433another example, if the user issues the CLI @samp{thread} command via
27434the frontend, it is desirable to change the frontend's selected thread to the
27435one specified by user. @value{GDBN} communicates the suggestion to
27436change current thread using the @samp{=thread-selected} notification.
27437No such notification is available for the selected frame at the moment.
27438
27439Note that historically, MI shares the selected thread with CLI, so
27440frontends used the @code{-thread-select} to execute commands in the
27441right context. However, getting this to work right is cumbersome. The
27442simplest way is for frontend to emit @code{-thread-select} command
27443before every command. This doubles the number of commands that need
27444to be sent. The alternative approach is to suppress @code{-thread-select}
27445if the selected thread in @value{GDBN} is supposed to be identical to the
27446thread the frontend wants to operate on. However, getting this
27447optimization right can be tricky. In particular, if the frontend
27448sends several commands to @value{GDBN}, and one of the commands changes the
27449selected thread, then the behaviour of subsequent commands will
27450change. So, a frontend should either wait for response from such
27451problematic commands, or explicitly add @code{-thread-select} for
27452all subsequent commands. No frontend is known to do this exactly
27453right, so it is suggested to just always pass the @samp{--thread} and
27454@samp{--frame} options.
27455
508094de 27456@node Asynchronous and non-stop modes
c3b108f7
VP
27457@subsection Asynchronous command execution and non-stop mode
27458
27459On some targets, @value{GDBN} is capable of processing MI commands
27460even while the target is running. This is called @dfn{asynchronous
27461command execution} (@pxref{Background Execution}). The frontend may
27462specify a preferrence for asynchronous execution using the
27463@code{-gdb-set target-async 1} command, which should be emitted before
27464either running the executable or attaching to the target. After the
27465frontend has started the executable or attached to the target, it can
27466find if asynchronous execution is enabled using the
27467@code{-list-target-features} command.
27468
27469Even if @value{GDBN} can accept a command while target is running,
27470many commands that access the target do not work when the target is
27471running. Therefore, asynchronous command execution is most useful
27472when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
27473it is possible to examine the state of one thread, while other threads
27474are running.
27475
27476When a given thread is running, MI commands that try to access the
27477target in the context of that thread may not work, or may work only on
27478some targets. In particular, commands that try to operate on thread's
27479stack will not work, on any target. Commands that read memory, or
27480modify breakpoints, may work or not work, depending on the target. Note
27481that even commands that operate on global state, such as @code{print},
27482@code{set}, and breakpoint commands, still access the target in the
27483context of a specific thread, so frontend should try to find a
27484stopped thread and perform the operation on that thread (using the
27485@samp{--thread} option).
27486
27487Which commands will work in the context of a running thread is
27488highly target dependent. However, the two commands
27489@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
27490to find the state of a thread, will always work.
27491
508094de 27492@node Thread groups
c3b108f7
VP
27493@subsection Thread groups
27494@value{GDBN} may be used to debug several processes at the same time.
27495On some platfroms, @value{GDBN} may support debugging of several
27496hardware systems, each one having several cores with several different
27497processes running on each core. This section describes the MI
27498mechanism to support such debugging scenarios.
27499
27500The key observation is that regardless of the structure of the
27501target, MI can have a global list of threads, because most commands that
27502accept the @samp{--thread} option do not need to know what process that
27503thread belongs to. Therefore, it is not necessary to introduce
27504neither additional @samp{--process} option, nor an notion of the
27505current process in the MI interface. The only strictly new feature
27506that is required is the ability to find how the threads are grouped
27507into processes.
27508
27509To allow the user to discover such grouping, and to support arbitrary
27510hierarchy of machines/cores/processes, MI introduces the concept of a
27511@dfn{thread group}. Thread group is a collection of threads and other
27512thread groups. A thread group always has a string identifier, a type,
27513and may have additional attributes specific to the type. A new
27514command, @code{-list-thread-groups}, returns the list of top-level
27515thread groups, which correspond to processes that @value{GDBN} is
27516debugging at the moment. By passing an identifier of a thread group
27517to the @code{-list-thread-groups} command, it is possible to obtain
27518the members of specific thread group.
27519
27520To allow the user to easily discover processes, and other objects, he
27521wishes to debug, a concept of @dfn{available thread group} is
27522introduced. Available thread group is an thread group that
27523@value{GDBN} is not debugging, but that can be attached to, using the
27524@code{-target-attach} command. The list of available top-level thread
27525groups can be obtained using @samp{-list-thread-groups --available}.
27526In general, the content of a thread group may be only retrieved only
27527after attaching to that thread group.
27528
a79b8f6e
VP
27529Thread groups are related to inferiors (@pxref{Inferiors and
27530Programs}). Each inferior corresponds to a thread group of a special
27531type @samp{process}, and some additional operations are permitted on
27532such thread groups.
27533
922fbb7b
AC
27534@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27535@node GDB/MI Command Syntax
27536@section @sc{gdb/mi} Command Syntax
27537
27538@menu
27539* GDB/MI Input Syntax::
27540* GDB/MI Output Syntax::
922fbb7b
AC
27541@end menu
27542
27543@node GDB/MI Input Syntax
27544@subsection @sc{gdb/mi} Input Syntax
27545
27546@cindex input syntax for @sc{gdb/mi}
27547@cindex @sc{gdb/mi}, input syntax
27548@table @code
27549@item @var{command} @expansion{}
27550@code{@var{cli-command} | @var{mi-command}}
27551
27552@item @var{cli-command} @expansion{}
27553@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
27554@var{cli-command} is any existing @value{GDBN} CLI command.
27555
27556@item @var{mi-command} @expansion{}
27557@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
27558@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
27559
27560@item @var{token} @expansion{}
27561"any sequence of digits"
27562
27563@item @var{option} @expansion{}
27564@code{"-" @var{parameter} [ " " @var{parameter} ]}
27565
27566@item @var{parameter} @expansion{}
27567@code{@var{non-blank-sequence} | @var{c-string}}
27568
27569@item @var{operation} @expansion{}
27570@emph{any of the operations described in this chapter}
27571
27572@item @var{non-blank-sequence} @expansion{}
27573@emph{anything, provided it doesn't contain special characters such as
27574"-", @var{nl}, """ and of course " "}
27575
27576@item @var{c-string} @expansion{}
27577@code{""" @var{seven-bit-iso-c-string-content} """}
27578
27579@item @var{nl} @expansion{}
27580@code{CR | CR-LF}
27581@end table
27582
27583@noindent
27584Notes:
27585
27586@itemize @bullet
27587@item
27588The CLI commands are still handled by the @sc{mi} interpreter; their
27589output is described below.
27590
27591@item
27592The @code{@var{token}}, when present, is passed back when the command
27593finishes.
27594
27595@item
27596Some @sc{mi} commands accept optional arguments as part of the parameter
27597list. Each option is identified by a leading @samp{-} (dash) and may be
27598followed by an optional argument parameter. Options occur first in the
27599parameter list and can be delimited from normal parameters using
27600@samp{--} (this is useful when some parameters begin with a dash).
27601@end itemize
27602
27603Pragmatics:
27604
27605@itemize @bullet
27606@item
27607We want easy access to the existing CLI syntax (for debugging).
27608
27609@item
27610We want it to be easy to spot a @sc{mi} operation.
27611@end itemize
27612
27613@node GDB/MI Output Syntax
27614@subsection @sc{gdb/mi} Output Syntax
27615
27616@cindex output syntax of @sc{gdb/mi}
27617@cindex @sc{gdb/mi}, output syntax
27618The output from @sc{gdb/mi} consists of zero or more out-of-band records
27619followed, optionally, by a single result record. This result record
27620is for the most recent command. The sequence of output records is
594fe323 27621terminated by @samp{(gdb)}.
922fbb7b
AC
27622
27623If an input command was prefixed with a @code{@var{token}} then the
27624corresponding output for that command will also be prefixed by that same
27625@var{token}.
27626
27627@table @code
27628@item @var{output} @expansion{}
594fe323 27629@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
922fbb7b
AC
27630
27631@item @var{result-record} @expansion{}
27632@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
27633
27634@item @var{out-of-band-record} @expansion{}
27635@code{@var{async-record} | @var{stream-record}}
27636
27637@item @var{async-record} @expansion{}
27638@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
27639
27640@item @var{exec-async-output} @expansion{}
27641@code{[ @var{token} ] "*" @var{async-output}}
27642
27643@item @var{status-async-output} @expansion{}
27644@code{[ @var{token} ] "+" @var{async-output}}
27645
27646@item @var{notify-async-output} @expansion{}
27647@code{[ @var{token} ] "=" @var{async-output}}
27648
27649@item @var{async-output} @expansion{}
27650@code{@var{async-class} ( "," @var{result} )* @var{nl}}
27651
27652@item @var{result-class} @expansion{}
27653@code{"done" | "running" | "connected" | "error" | "exit"}
27654
27655@item @var{async-class} @expansion{}
27656@code{"stopped" | @var{others}} (where @var{others} will be added
27657depending on the needs---this is still in development).
27658
27659@item @var{result} @expansion{}
27660@code{ @var{variable} "=" @var{value}}
27661
27662@item @var{variable} @expansion{}
27663@code{ @var{string} }
27664
27665@item @var{value} @expansion{}
27666@code{ @var{const} | @var{tuple} | @var{list} }
27667
27668@item @var{const} @expansion{}
27669@code{@var{c-string}}
27670
27671@item @var{tuple} @expansion{}
27672@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
27673
27674@item @var{list} @expansion{}
27675@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
27676@var{result} ( "," @var{result} )* "]" }
27677
27678@item @var{stream-record} @expansion{}
27679@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
27680
27681@item @var{console-stream-output} @expansion{}
27682@code{"~" @var{c-string}}
27683
27684@item @var{target-stream-output} @expansion{}
27685@code{"@@" @var{c-string}}
27686
27687@item @var{log-stream-output} @expansion{}
27688@code{"&" @var{c-string}}
27689
27690@item @var{nl} @expansion{}
27691@code{CR | CR-LF}
27692
27693@item @var{token} @expansion{}
27694@emph{any sequence of digits}.
27695@end table
27696
27697@noindent
27698Notes:
27699
27700@itemize @bullet
27701@item
27702All output sequences end in a single line containing a period.
27703
27704@item
721c02de
VP
27705The @code{@var{token}} is from the corresponding request. Note that
27706for all async output, while the token is allowed by the grammar and
27707may be output by future versions of @value{GDBN} for select async
27708output messages, it is generally omitted. Frontends should treat
27709all async output as reporting general changes in the state of the
27710target and there should be no need to associate async output to any
27711prior command.
922fbb7b
AC
27712
27713@item
27714@cindex status output in @sc{gdb/mi}
27715@var{status-async-output} contains on-going status information about the
27716progress of a slow operation. It can be discarded. All status output is
27717prefixed by @samp{+}.
27718
27719@item
27720@cindex async output in @sc{gdb/mi}
27721@var{exec-async-output} contains asynchronous state change on the target
27722(stopped, started, disappeared). All async output is prefixed by
27723@samp{*}.
27724
27725@item
27726@cindex notify output in @sc{gdb/mi}
27727@var{notify-async-output} contains supplementary information that the
27728client should handle (e.g., a new breakpoint information). All notify
27729output is prefixed by @samp{=}.
27730
27731@item
27732@cindex console output in @sc{gdb/mi}
27733@var{console-stream-output} is output that should be displayed as is in the
27734console. It is the textual response to a CLI command. All the console
27735output is prefixed by @samp{~}.
27736
27737@item
27738@cindex target output in @sc{gdb/mi}
27739@var{target-stream-output} is the output produced by the target program.
27740All the target output is prefixed by @samp{@@}.
27741
27742@item
27743@cindex log output in @sc{gdb/mi}
27744@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
27745instance messages that should be displayed as part of an error log. All
27746the log output is prefixed by @samp{&}.
27747
27748@item
27749@cindex list output in @sc{gdb/mi}
27750New @sc{gdb/mi} commands should only output @var{lists} containing
27751@var{values}.
27752
27753
27754@end itemize
27755
27756@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
27757details about the various output records.
27758
922fbb7b
AC
27759@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27760@node GDB/MI Compatibility with CLI
27761@section @sc{gdb/mi} Compatibility with CLI
27762
27763@cindex compatibility, @sc{gdb/mi} and CLI
27764@cindex @sc{gdb/mi}, compatibility with CLI
922fbb7b 27765
a2c02241
NR
27766For the developers convenience CLI commands can be entered directly,
27767but there may be some unexpected behaviour. For example, commands
27768that query the user will behave as if the user replied yes, breakpoint
27769command lists are not executed and some CLI commands, such as
27770@code{if}, @code{when} and @code{define}, prompt for further input with
27771@samp{>}, which is not valid MI output.
ef21caaf
NR
27772
27773This feature may be removed at some stage in the future and it is
a2c02241
NR
27774recommended that front ends use the @code{-interpreter-exec} command
27775(@pxref{-interpreter-exec}).
922fbb7b 27776
af6eff6f
NR
27777@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27778@node GDB/MI Development and Front Ends
27779@section @sc{gdb/mi} Development and Front Ends
27780@cindex @sc{gdb/mi} development
27781
27782The application which takes the MI output and presents the state of the
27783program being debugged to the user is called a @dfn{front end}.
27784
27785Although @sc{gdb/mi} is still incomplete, it is currently being used
27786by a variety of front ends to @value{GDBN}. This makes it difficult
27787to introduce new functionality without breaking existing usage. This
27788section tries to minimize the problems by describing how the protocol
27789might change.
27790
27791Some changes in MI need not break a carefully designed front end, and
27792for these the MI version will remain unchanged. The following is a
27793list of changes that may occur within one level, so front ends should
27794parse MI output in a way that can handle them:
27795
27796@itemize @bullet
27797@item
27798New MI commands may be added.
27799
27800@item
27801New fields may be added to the output of any MI command.
27802
36ece8b3
NR
27803@item
27804The range of values for fields with specified values, e.g.,
9f708cb2 27805@code{in_scope} (@pxref{-var-update}) may be extended.
36ece8b3 27806
af6eff6f
NR
27807@c The format of field's content e.g type prefix, may change so parse it
27808@c at your own risk. Yes, in general?
27809
27810@c The order of fields may change? Shouldn't really matter but it might
27811@c resolve inconsistencies.
27812@end itemize
27813
27814If the changes are likely to break front ends, the MI version level
27815will be increased by one. This will allow the front end to parse the
27816output according to the MI version. Apart from mi0, new versions of
27817@value{GDBN} will not support old versions of MI and it will be the
27818responsibility of the front end to work with the new one.
27819
27820@c Starting with mi3, add a new command -mi-version that prints the MI
27821@c version?
27822
27823The best way to avoid unexpected changes in MI that might break your front
27824end is to make your project known to @value{GDBN} developers and
7a9a6b69 27825follow development on @email{gdb@@sourceware.org} and
fa0f268d 27826@email{gdb-patches@@sourceware.org}.
af6eff6f
NR
27827@cindex mailing lists
27828
922fbb7b
AC
27829@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27830@node GDB/MI Output Records
27831@section @sc{gdb/mi} Output Records
27832
27833@menu
27834* GDB/MI Result Records::
27835* GDB/MI Stream Records::
82f68b1c 27836* GDB/MI Async Records::
54516a0b 27837* GDB/MI Breakpoint Information::
c3b108f7 27838* GDB/MI Frame Information::
dc146f7c 27839* GDB/MI Thread Information::
4368ebeb 27840* GDB/MI Ada Exception Information::
922fbb7b
AC
27841@end menu
27842
27843@node GDB/MI Result Records
27844@subsection @sc{gdb/mi} Result Records
27845
27846@cindex result records in @sc{gdb/mi}
27847@cindex @sc{gdb/mi}, result records
27848In addition to a number of out-of-band notifications, the response to a
27849@sc{gdb/mi} command includes one of the following result indications:
27850
27851@table @code
27852@findex ^done
27853@item "^done" [ "," @var{results} ]
27854The synchronous operation was successful, @code{@var{results}} are the return
27855values.
27856
27857@item "^running"
27858@findex ^running
8e9c5e02
VP
27859This result record is equivalent to @samp{^done}. Historically, it
27860was output instead of @samp{^done} if the command has resumed the
27861target. This behaviour is maintained for backward compatibility, but
27862all frontends should treat @samp{^done} and @samp{^running}
27863identically and rely on the @samp{*running} output record to determine
27864which threads are resumed.
922fbb7b 27865
ef21caaf
NR
27866@item "^connected"
27867@findex ^connected
3f94c067 27868@value{GDBN} has connected to a remote target.
ef21caaf 27869
922fbb7b
AC
27870@item "^error" "," @var{c-string}
27871@findex ^error
27872The operation failed. The @code{@var{c-string}} contains the corresponding
27873error message.
ef21caaf
NR
27874
27875@item "^exit"
27876@findex ^exit
3f94c067 27877@value{GDBN} has terminated.
ef21caaf 27878
922fbb7b
AC
27879@end table
27880
27881@node GDB/MI Stream Records
27882@subsection @sc{gdb/mi} Stream Records
27883
27884@cindex @sc{gdb/mi}, stream records
27885@cindex stream records in @sc{gdb/mi}
27886@value{GDBN} internally maintains a number of output streams: the console, the
27887target, and the log. The output intended for each of these streams is
27888funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
27889
27890Each stream record begins with a unique @dfn{prefix character} which
27891identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
27892Syntax}). In addition to the prefix, each stream record contains a
27893@code{@var{string-output}}. This is either raw text (with an implicit new
27894line) or a quoted C string (which does not contain an implicit newline).
27895
27896@table @code
27897@item "~" @var{string-output}
27898The console output stream contains text that should be displayed in the
27899CLI console window. It contains the textual responses to CLI commands.
27900
27901@item "@@" @var{string-output}
27902The target output stream contains any textual output from the running
ef21caaf
NR
27903target. This is only present when GDB's event loop is truly
27904asynchronous, which is currently only the case for remote targets.
922fbb7b
AC
27905
27906@item "&" @var{string-output}
27907The log stream contains debugging messages being produced by @value{GDBN}'s
27908internals.
27909@end table
27910
82f68b1c
VP
27911@node GDB/MI Async Records
27912@subsection @sc{gdb/mi} Async Records
922fbb7b 27913
82f68b1c
VP
27914@cindex async records in @sc{gdb/mi}
27915@cindex @sc{gdb/mi}, async records
27916@dfn{Async} records are used to notify the @sc{gdb/mi} client of
922fbb7b 27917additional changes that have occurred. Those changes can either be a
82f68b1c 27918consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
922fbb7b
AC
27919target activity (e.g., target stopped).
27920
8eb41542 27921The following is the list of possible async records:
922fbb7b
AC
27922
27923@table @code
034dad6f 27924
e1ac3328
VP
27925@item *running,thread-id="@var{thread}"
27926The target is now running. The @var{thread} field tells which
27927specific thread is now running, and can be @samp{all} if all threads
27928are running. The frontend should assume that no interaction with a
27929running thread is possible after this notification is produced.
27930The frontend should not assume that this notification is output
27931only once for any command. @value{GDBN} may emit this notification
27932several times, either for different threads, because it cannot resume
27933all threads together, or even for a single thread, if the thread must
27934be stepped though some code before letting it run freely.
27935
dc146f7c 27936@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
82f68b1c
VP
27937The target has stopped. The @var{reason} field can have one of the
27938following values:
034dad6f
BR
27939
27940@table @code
27941@item breakpoint-hit
27942A breakpoint was reached.
27943@item watchpoint-trigger
27944A watchpoint was triggered.
27945@item read-watchpoint-trigger
27946A read watchpoint was triggered.
27947@item access-watchpoint-trigger
27948An access watchpoint was triggered.
27949@item function-finished
27950An -exec-finish or similar CLI command was accomplished.
27951@item location-reached
27952An -exec-until or similar CLI command was accomplished.
27953@item watchpoint-scope
27954A watchpoint has gone out of scope.
27955@item end-stepping-range
27956An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
27957similar CLI command was accomplished.
27958@item exited-signalled
27959The inferior exited because of a signal.
27960@item exited
27961The inferior exited.
27962@item exited-normally
27963The inferior exited normally.
27964@item signal-received
27965A signal was received by the inferior.
36dfb11c
TT
27966@item solib-event
27967The inferior has stopped due to a library being loaded or unloaded.
edcc5120
TT
27968This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
27969set or when a @code{catch load} or @code{catch unload} catchpoint is
27970in use (@pxref{Set Catchpoints}).
36dfb11c
TT
27971@item fork
27972The inferior has forked. This is reported when @code{catch fork}
27973(@pxref{Set Catchpoints}) has been used.
27974@item vfork
27975The inferior has vforked. This is reported in when @code{catch vfork}
27976(@pxref{Set Catchpoints}) has been used.
27977@item syscall-entry
27978The inferior entered a system call. This is reported when @code{catch
27979syscall} (@pxref{Set Catchpoints}) has been used.
27980@item syscall-entry
27981The inferior returned from a system call. This is reported when
27982@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
27983@item exec
27984The inferior called @code{exec}. This is reported when @code{catch exec}
27985(@pxref{Set Catchpoints}) has been used.
922fbb7b
AC
27986@end table
27987
c3b108f7
VP
27988The @var{id} field identifies the thread that directly caused the stop
27989-- for example by hitting a breakpoint. Depending on whether all-stop
27990mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
27991stop all threads, or only the thread that directly triggered the stop.
27992If all threads are stopped, the @var{stopped} field will have the
27993value of @code{"all"}. Otherwise, the value of the @var{stopped}
27994field will be a list of thread identifiers. Presently, this list will
27995always include a single thread, but frontend should be prepared to see
dc146f7c
VP
27996several threads in the list. The @var{core} field reports the
27997processor core on which the stop event has happened. This field may be absent
27998if such information is not available.
c3b108f7 27999
a79b8f6e
VP
28000@item =thread-group-added,id="@var{id}"
28001@itemx =thread-group-removed,id="@var{id}"
28002A thread group was either added or removed. The @var{id} field
28003contains the @value{GDBN} identifier of the thread group. When a thread
28004group is added, it generally might not be associated with a running
28005process. When a thread group is removed, its id becomes invalid and
28006cannot be used in any way.
28007
28008@item =thread-group-started,id="@var{id}",pid="@var{pid}"
28009A thread group became associated with a running program,
28010either because the program was just started or the thread group
28011was attached to a program. The @var{id} field contains the
28012@value{GDBN} identifier of the thread group. The @var{pid} field
28013contains process identifier, specific to the operating system.
28014
8cf64490 28015@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
a79b8f6e
VP
28016A thread group is no longer associated with a running program,
28017either because the program has exited, or because it was detached
c3b108f7 28018from. The @var{id} field contains the @value{GDBN} identifier of the
8cf64490
TT
28019thread group. @var{code} is the exit code of the inferior; it exists
28020only when the inferior exited with some code.
c3b108f7
VP
28021
28022@item =thread-created,id="@var{id}",group-id="@var{gid}"
28023@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
82f68b1c 28024A thread either was created, or has exited. The @var{id} field
c3b108f7
VP
28025contains the @value{GDBN} identifier of the thread. The @var{gid}
28026field identifies the thread group this thread belongs to.
66bb093b
VP
28027
28028@item =thread-selected,id="@var{id}"
28029Informs that the selected thread was changed as result of the last
28030command. This notification is not emitted as result of @code{-thread-select}
28031command but is emitted whenever an MI command that is not documented
28032to change the selected thread actually changes it. In particular,
28033invoking, directly or indirectly (via user-defined command), the CLI
28034@code{thread} command, will generate this notification.
28035
28036We suggest that in response to this notification, front ends
28037highlight the selected thread and cause subsequent commands to apply to
28038that thread.
28039
c86cf029
VP
28040@item =library-loaded,...
28041Reports that a new library file was loaded by the program. This
28042notification has 4 fields---@var{id}, @var{target-name},
134eb42c 28043@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an
c86cf029
VP
28044opaque identifier of the library. For remote debugging case,
28045@var{target-name} and @var{host-name} fields give the name of the
134eb42c
VP
28046library file on the target, and on the host respectively. For native
28047debugging, both those fields have the same value. The
f1cbe1d3
TT
28048@var{symbols-loaded} field is emitted only for backward compatibility
28049and should not be relied on to convey any useful information. The
28050@var{thread-group} field, if present, specifies the id of the thread
28051group in whose context the library was loaded. If the field is
28052absent, it means the library was loaded in the context of all present
28053thread groups.
c86cf029
VP
28054
28055@item =library-unloaded,...
134eb42c 28056Reports that a library was unloaded by the program. This notification
c86cf029 28057has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
a79b8f6e
VP
28058the same meaning as for the @code{=library-loaded} notification.
28059The @var{thread-group} field, if present, specifies the id of the
28060thread group in whose context the library was unloaded. If the field is
28061absent, it means the library was unloaded in the context of all present
28062thread groups.
c86cf029 28063
201b4506
YQ
28064@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
28065@itemx =traceframe-changed,end
28066Reports that the trace frame was changed and its new number is
28067@var{tfnum}. The number of the tracepoint associated with this trace
28068frame is @var{tpnum}.
28069
134a2066 28070@item =tsv-created,name=@var{name},initial=@var{initial}
bb25a15c 28071Reports that the new trace state variable @var{name} is created with
134a2066 28072initial value @var{initial}.
bb25a15c
YQ
28073
28074@item =tsv-deleted,name=@var{name}
28075@itemx =tsv-deleted
28076Reports that the trace state variable @var{name} is deleted or all
28077trace state variables are deleted.
28078
134a2066
YQ
28079@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
28080Reports that the trace state variable @var{name} is modified with
28081the initial value @var{initial}. The current value @var{current} of
28082trace state variable is optional and is reported if the current
28083value of trace state variable is known.
28084
8d3788bd
VP
28085@item =breakpoint-created,bkpt=@{...@}
28086@itemx =breakpoint-modified,bkpt=@{...@}
d9f08f52 28087@itemx =breakpoint-deleted,id=@var{number}
8d3788bd
VP
28088Reports that a breakpoint was created, modified, or deleted,
28089respectively. Only user-visible breakpoints are reported to the MI
28090user.
28091
28092The @var{bkpt} argument is of the same form as returned by the various
d9f08f52
YQ
28093breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
28094@var{number} is the ordinal number of the breakpoint.
8d3788bd
VP
28095
28096Note that if a breakpoint is emitted in the result record of a
28097command, then it will not also be emitted in an async record.
28098
82a90ccf
YQ
28099@item =record-started,thread-group="@var{id}"
28100@itemx =record-stopped,thread-group="@var{id}"
28101Execution log recording was either started or stopped on an
28102inferior. The @var{id} is the @value{GDBN} identifier of the thread
28103group corresponding to the affected inferior.
28104
5b9afe8a
YQ
28105@item =cmd-param-changed,param=@var{param},value=@var{value}
28106Reports that a parameter of the command @code{set @var{param}} is
28107changed to @var{value}. In the multi-word @code{set} command,
28108the @var{param} is the whole parameter list to @code{set} command.
28109For example, In command @code{set check type on}, @var{param}
28110is @code{check type} and @var{value} is @code{on}.
8de0566d
YQ
28111
28112@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
28113Reports that bytes from @var{addr} to @var{data} + @var{len} were
28114written in an inferior. The @var{id} is the identifier of the
28115thread group corresponding to the affected inferior. The optional
28116@code{type="code"} part is reported if the memory written to holds
28117executable code.
82f68b1c
VP
28118@end table
28119
54516a0b
TT
28120@node GDB/MI Breakpoint Information
28121@subsection @sc{gdb/mi} Breakpoint Information
28122
28123When @value{GDBN} reports information about a breakpoint, a
28124tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
28125following fields:
28126
28127@table @code
28128@item number
28129The breakpoint number. For a breakpoint that represents one location
28130of a multi-location breakpoint, this will be a dotted pair, like
28131@samp{1.2}.
28132
28133@item type
28134The type of the breakpoint. For ordinary breakpoints this will be
28135@samp{breakpoint}, but many values are possible.
28136
8ac3646f
TT
28137@item catch-type
28138If the type of the breakpoint is @samp{catchpoint}, then this
28139indicates the exact type of catchpoint.
28140
54516a0b
TT
28141@item disp
28142This is the breakpoint disposition---either @samp{del}, meaning that
28143the breakpoint will be deleted at the next stop, or @samp{keep},
28144meaning that the breakpoint will not be deleted.
28145
28146@item enabled
28147This indicates whether the breakpoint is enabled, in which case the
28148value is @samp{y}, or disabled, in which case the value is @samp{n}.
28149Note that this is not the same as the field @code{enable}.
28150
28151@item addr
28152The address of the breakpoint. This may be a hexidecimal number,
28153giving the address; or the string @samp{<PENDING>}, for a pending
28154breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
28155multiple locations. This field will not be present if no address can
28156be determined. For example, a watchpoint does not have an address.
28157
28158@item func
28159If known, the function in which the breakpoint appears.
28160If not known, this field is not present.
28161
28162@item filename
28163The name of the source file which contains this function, if known.
28164If not known, this field is not present.
28165
28166@item fullname
28167The full file name of the source file which contains this function, if
28168known. If not known, this field is not present.
28169
28170@item line
28171The line number at which this breakpoint appears, if known.
28172If not known, this field is not present.
28173
28174@item at
28175If the source file is not known, this field may be provided. If
28176provided, this holds the address of the breakpoint, possibly followed
28177by a symbol name.
28178
28179@item pending
28180If this breakpoint is pending, this field is present and holds the
28181text used to set the breakpoint, as entered by the user.
28182
28183@item evaluated-by
28184Where this breakpoint's condition is evaluated, either @samp{host} or
28185@samp{target}.
28186
28187@item thread
28188If this is a thread-specific breakpoint, then this identifies the
28189thread in which the breakpoint can trigger.
28190
28191@item task
28192If this breakpoint is restricted to a particular Ada task, then this
28193field will hold the task identifier.
28194
28195@item cond
28196If the breakpoint is conditional, this is the condition expression.
28197
28198@item ignore
28199The ignore count of the breakpoint.
28200
28201@item enable
28202The enable count of the breakpoint.
28203
28204@item traceframe-usage
28205FIXME.
28206
28207@item static-tracepoint-marker-string-id
28208For a static tracepoint, the name of the static tracepoint marker.
28209
28210@item mask
28211For a masked watchpoint, this is the mask.
28212
28213@item pass
28214A tracepoint's pass count.
28215
28216@item original-location
28217The location of the breakpoint as originally specified by the user.
28218This field is optional.
28219
28220@item times
28221The number of times the breakpoint has been hit.
28222
28223@item installed
28224This field is only given for tracepoints. This is either @samp{y},
28225meaning that the tracepoint is installed, or @samp{n}, meaning that it
28226is not.
28227
28228@item what
28229Some extra data, the exact contents of which are type-dependent.
28230
28231@end table
28232
28233For example, here is what the output of @code{-break-insert}
28234(@pxref{GDB/MI Breakpoint Commands}) might be:
28235
28236@smallexample
28237-> -break-insert main
28238<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28239 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
28240 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
28241 times="0"@}
54516a0b
TT
28242<- (gdb)
28243@end smallexample
28244
c3b108f7
VP
28245@node GDB/MI Frame Information
28246@subsection @sc{gdb/mi} Frame Information
28247
28248Response from many MI commands includes an information about stack
28249frame. This information is a tuple that may have the following
28250fields:
28251
28252@table @code
28253@item level
28254The level of the stack frame. The innermost frame has the level of
28255zero. This field is always present.
28256
28257@item func
28258The name of the function corresponding to the frame. This field may
28259be absent if @value{GDBN} is unable to determine the function name.
28260
28261@item addr
28262The code address for the frame. This field is always present.
28263
28264@item file
28265The name of the source files that correspond to the frame's code
28266address. This field may be absent.
28267
28268@item line
28269The source line corresponding to the frames' code address. This field
28270may be absent.
28271
28272@item from
28273The name of the binary file (either executable or shared library) the
28274corresponds to the frame's code address. This field may be absent.
28275
28276@end table
82f68b1c 28277
dc146f7c
VP
28278@node GDB/MI Thread Information
28279@subsection @sc{gdb/mi} Thread Information
28280
28281Whenever @value{GDBN} has to report an information about a thread, it
28282uses a tuple with the following fields:
28283
28284@table @code
28285@item id
28286The numeric id assigned to the thread by @value{GDBN}. This field is
28287always present.
28288
28289@item target-id
28290Target-specific string identifying the thread. This field is always present.
28291
28292@item details
28293Additional information about the thread provided by the target.
28294It is supposed to be human-readable and not interpreted by the
28295frontend. This field is optional.
28296
28297@item state
28298Either @samp{stopped} or @samp{running}, depending on whether the
28299thread is presently running. This field is always present.
28300
28301@item core
28302The value of this field is an integer number of the processor core the
28303thread was last seen on. This field is optional.
28304@end table
28305
956a9fb9
JB
28306@node GDB/MI Ada Exception Information
28307@subsection @sc{gdb/mi} Ada Exception Information
28308
28309Whenever a @code{*stopped} record is emitted because the program
28310stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
28311@value{GDBN} provides the name of the exception that was raised via
28312the @code{exception-name} field.
922fbb7b 28313
ef21caaf
NR
28314@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28315@node GDB/MI Simple Examples
28316@section Simple Examples of @sc{gdb/mi} Interaction
28317@cindex @sc{gdb/mi}, simple examples
28318
28319This subsection presents several simple examples of interaction using
28320the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
28321following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
28322the output received from @sc{gdb/mi}.
28323
d3e8051b 28324Note the line breaks shown in the examples are here only for
ef21caaf
NR
28325readability, they don't appear in the real output.
28326
79a6e687 28327@subheading Setting a Breakpoint
ef21caaf
NR
28328
28329Setting a breakpoint generates synchronous output which contains detailed
28330information of the breakpoint.
28331
28332@smallexample
28333-> -break-insert main
28334<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28335 enabled="y",addr="0x08048564",func="main",file="myprog.c",
998580f1
MK
28336 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
28337 times="0"@}
ef21caaf
NR
28338<- (gdb)
28339@end smallexample
28340
28341@subheading Program Execution
28342
28343Program execution generates asynchronous records and MI gives the
28344reason that execution stopped.
28345
28346@smallexample
28347-> -exec-run
28348<- ^running
28349<- (gdb)
a47ec5fe 28350<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
ef21caaf
NR
28351 frame=@{addr="0x08048564",func="main",
28352 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
28353 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
28354<- (gdb)
28355-> -exec-continue
28356<- ^running
28357<- (gdb)
28358<- *stopped,reason="exited-normally"
28359<- (gdb)
28360@end smallexample
28361
3f94c067 28362@subheading Quitting @value{GDBN}
ef21caaf 28363
3f94c067 28364Quitting @value{GDBN} just prints the result class @samp{^exit}.
ef21caaf
NR
28365
28366@smallexample
28367-> (gdb)
28368<- -gdb-exit
28369<- ^exit
28370@end smallexample
28371
a6b29f87
VP
28372Please note that @samp{^exit} is printed immediately, but it might
28373take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
28374performs necessary cleanups, including killing programs being debugged
28375or disconnecting from debug hardware, so the frontend should wait till
28376@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
28377fails to exit in reasonable time.
28378
a2c02241 28379@subheading A Bad Command
ef21caaf
NR
28380
28381Here's what happens if you pass a non-existent command:
28382
28383@smallexample
28384-> -rubbish
28385<- ^error,msg="Undefined MI command: rubbish"
594fe323 28386<- (gdb)
ef21caaf
NR
28387@end smallexample
28388
28389
922fbb7b
AC
28390@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28391@node GDB/MI Command Description Format
28392@section @sc{gdb/mi} Command Description Format
28393
28394The remaining sections describe blocks of commands. Each block of
28395commands is laid out in a fashion similar to this section.
28396
922fbb7b
AC
28397@subheading Motivation
28398
28399The motivation for this collection of commands.
28400
28401@subheading Introduction
28402
28403A brief introduction to this collection of commands as a whole.
28404
28405@subheading Commands
28406
28407For each command in the block, the following is described:
28408
28409@subsubheading Synopsis
28410
28411@smallexample
28412 -command @var{args}@dots{}
28413@end smallexample
28414
922fbb7b
AC
28415@subsubheading Result
28416
265eeb58 28417@subsubheading @value{GDBN} Command
922fbb7b 28418
265eeb58 28419The corresponding @value{GDBN} CLI command(s), if any.
922fbb7b
AC
28420
28421@subsubheading Example
28422
ef21caaf
NR
28423Example(s) formatted for readability. Some of the described commands have
28424not been implemented yet and these are labeled N.A.@: (not available).
28425
28426
922fbb7b 28427@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ef21caaf
NR
28428@node GDB/MI Breakpoint Commands
28429@section @sc{gdb/mi} Breakpoint Commands
922fbb7b
AC
28430
28431@cindex breakpoint commands for @sc{gdb/mi}
28432@cindex @sc{gdb/mi}, breakpoint commands
28433This section documents @sc{gdb/mi} commands for manipulating
28434breakpoints.
28435
28436@subheading The @code{-break-after} Command
28437@findex -break-after
28438
28439@subsubheading Synopsis
28440
28441@smallexample
28442 -break-after @var{number} @var{count}
28443@end smallexample
28444
28445The breakpoint number @var{number} is not in effect until it has been
28446hit @var{count} times. To see how this is reflected in the output of
28447the @samp{-break-list} command, see the description of the
28448@samp{-break-list} command below.
28449
28450@subsubheading @value{GDBN} Command
28451
28452The corresponding @value{GDBN} command is @samp{ignore}.
28453
28454@subsubheading Example
28455
28456@smallexample
594fe323 28457(gdb)
922fbb7b 28458-break-insert main
a47ec5fe
AR
28459^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28460enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
28461fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
28462times="0"@}
594fe323 28463(gdb)
922fbb7b
AC
28464-break-after 1 3
28465~
28466^done
594fe323 28467(gdb)
922fbb7b
AC
28468-break-list
28469^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28470hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28471@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28472@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28473@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28474@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28475@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28476body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 28477addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28478line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 28479(gdb)
922fbb7b
AC
28480@end smallexample
28481
28482@ignore
28483@subheading The @code{-break-catch} Command
28484@findex -break-catch
48cb2d85 28485@end ignore
922fbb7b
AC
28486
28487@subheading The @code{-break-commands} Command
28488@findex -break-commands
922fbb7b 28489
48cb2d85
VP
28490@subsubheading Synopsis
28491
28492@smallexample
28493 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
28494@end smallexample
28495
28496Specifies the CLI commands that should be executed when breakpoint
28497@var{number} is hit. The parameters @var{command1} to @var{commandN}
28498are the commands. If no command is specified, any previously-set
28499commands are cleared. @xref{Break Commands}. Typical use of this
28500functionality is tracing a program, that is, printing of values of
28501some variables whenever breakpoint is hit and then continuing.
28502
28503@subsubheading @value{GDBN} Command
28504
28505The corresponding @value{GDBN} command is @samp{commands}.
28506
28507@subsubheading Example
28508
28509@smallexample
28510(gdb)
28511-break-insert main
28512^done,bkpt=@{number="1",type="breakpoint",disp="keep",
28513enabled="y",addr="0x000100d0",func="main",file="hello.c",
998580f1
MK
28514fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
28515times="0"@}
48cb2d85
VP
28516(gdb)
28517-break-commands 1 "print v" "continue"
28518^done
28519(gdb)
28520@end smallexample
922fbb7b
AC
28521
28522@subheading The @code{-break-condition} Command
28523@findex -break-condition
28524
28525@subsubheading Synopsis
28526
28527@smallexample
28528 -break-condition @var{number} @var{expr}
28529@end smallexample
28530
28531Breakpoint @var{number} will stop the program only if the condition in
28532@var{expr} is true. The condition becomes part of the
28533@samp{-break-list} output (see the description of the @samp{-break-list}
28534command below).
28535
28536@subsubheading @value{GDBN} Command
28537
28538The corresponding @value{GDBN} command is @samp{condition}.
28539
28540@subsubheading Example
28541
28542@smallexample
594fe323 28543(gdb)
922fbb7b
AC
28544-break-condition 1 1
28545^done
594fe323 28546(gdb)
922fbb7b
AC
28547-break-list
28548^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28549hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28550@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28551@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28552@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28553@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28554@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28555body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 28556addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28557line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
594fe323 28558(gdb)
922fbb7b
AC
28559@end smallexample
28560
28561@subheading The @code{-break-delete} Command
28562@findex -break-delete
28563
28564@subsubheading Synopsis
28565
28566@smallexample
28567 -break-delete ( @var{breakpoint} )+
28568@end smallexample
28569
28570Delete the breakpoint(s) whose number(s) are specified in the argument
28571list. This is obviously reflected in the breakpoint list.
28572
79a6e687 28573@subsubheading @value{GDBN} Command
922fbb7b
AC
28574
28575The corresponding @value{GDBN} command is @samp{delete}.
28576
28577@subsubheading Example
28578
28579@smallexample
594fe323 28580(gdb)
922fbb7b
AC
28581-break-delete 1
28582^done
594fe323 28583(gdb)
922fbb7b
AC
28584-break-list
28585^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
28586hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28587@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28588@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28589@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28590@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28591@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28592body=[]@}
594fe323 28593(gdb)
922fbb7b
AC
28594@end smallexample
28595
28596@subheading The @code{-break-disable} Command
28597@findex -break-disable
28598
28599@subsubheading Synopsis
28600
28601@smallexample
28602 -break-disable ( @var{breakpoint} )+
28603@end smallexample
28604
28605Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
28606break list is now set to @samp{n} for the named @var{breakpoint}(s).
28607
28608@subsubheading @value{GDBN} Command
28609
28610The corresponding @value{GDBN} command is @samp{disable}.
28611
28612@subsubheading Example
28613
28614@smallexample
594fe323 28615(gdb)
922fbb7b
AC
28616-break-disable 2
28617^done
594fe323 28618(gdb)
922fbb7b
AC
28619-break-list
28620^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28621hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28622@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28623@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28624@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28625@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28626@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28627body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
948d5102 28628addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28629line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 28630(gdb)
922fbb7b
AC
28631@end smallexample
28632
28633@subheading The @code{-break-enable} Command
28634@findex -break-enable
28635
28636@subsubheading Synopsis
28637
28638@smallexample
28639 -break-enable ( @var{breakpoint} )+
28640@end smallexample
28641
28642Enable (previously disabled) @var{breakpoint}(s).
28643
28644@subsubheading @value{GDBN} Command
28645
28646The corresponding @value{GDBN} command is @samp{enable}.
28647
28648@subsubheading Example
28649
28650@smallexample
594fe323 28651(gdb)
922fbb7b
AC
28652-break-enable 2
28653^done
594fe323 28654(gdb)
922fbb7b
AC
28655-break-list
28656^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
28657hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28658@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28659@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28660@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28661@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28662@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28663body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 28664addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28665line="5",thread-groups=["i1"],times="0"@}]@}
594fe323 28666(gdb)
922fbb7b
AC
28667@end smallexample
28668
28669@subheading The @code{-break-info} Command
28670@findex -break-info
28671
28672@subsubheading Synopsis
28673
28674@smallexample
28675 -break-info @var{breakpoint}
28676@end smallexample
28677
28678@c REDUNDANT???
28679Get information about a single breakpoint.
28680
54516a0b
TT
28681The result is a table of breakpoints. @xref{GDB/MI Breakpoint
28682Information}, for details on the format of each breakpoint in the
28683table.
28684
79a6e687 28685@subsubheading @value{GDBN} Command
922fbb7b
AC
28686
28687The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
28688
28689@subsubheading Example
28690N.A.
28691
28692@subheading The @code{-break-insert} Command
28693@findex -break-insert
28694
28695@subsubheading Synopsis
28696
28697@smallexample
18148017 28698 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
922fbb7b 28699 [ -c @var{condition} ] [ -i @var{ignore-count} ]
472a2379 28700 [ -p @var{thread-id} ] [ @var{location} ]
922fbb7b
AC
28701@end smallexample
28702
28703@noindent
afe8ab22 28704If specified, @var{location}, can be one of:
922fbb7b
AC
28705
28706@itemize @bullet
28707@item function
28708@c @item +offset
28709@c @item -offset
28710@c @item linenum
28711@item filename:linenum
28712@item filename:function
28713@item *address
28714@end itemize
28715
28716The possible optional parameters of this command are:
28717
28718@table @samp
28719@item -t
948d5102 28720Insert a temporary breakpoint.
922fbb7b
AC
28721@item -h
28722Insert a hardware breakpoint.
afe8ab22
VP
28723@item -f
28724If @var{location} cannot be parsed (for example if it
28725refers to unknown files or functions), create a pending
28726breakpoint. Without this flag, @value{GDBN} will report
28727an error, and won't create a breakpoint, if @var{location}
28728cannot be parsed.
41447f92
VP
28729@item -d
28730Create a disabled breakpoint.
18148017
VP
28731@item -a
28732Create a tracepoint. @xref{Tracepoints}. When this parameter
28733is used together with @samp{-h}, a fast tracepoint is created.
472a2379
KS
28734@item -c @var{condition}
28735Make the breakpoint conditional on @var{condition}.
28736@item -i @var{ignore-count}
28737Initialize the @var{ignore-count}.
28738@item -p @var{thread-id}
28739Restrict the breakpoint to the specified @var{thread-id}.
922fbb7b
AC
28740@end table
28741
28742@subsubheading Result
28743
54516a0b
TT
28744@xref{GDB/MI Breakpoint Information}, for details on the format of the
28745resulting breakpoint.
922fbb7b
AC
28746
28747Note: this format is open to change.
28748@c An out-of-band breakpoint instead of part of the result?
28749
28750@subsubheading @value{GDBN} Command
28751
28752The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
496ee73e 28753@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
922fbb7b
AC
28754
28755@subsubheading Example
28756
28757@smallexample
594fe323 28758(gdb)
922fbb7b 28759-break-insert main
948d5102 28760^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
998580f1
MK
28761fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
28762times="0"@}
594fe323 28763(gdb)
922fbb7b 28764-break-insert -t foo
948d5102 28765^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
998580f1
MK
28766fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
28767times="0"@}
594fe323 28768(gdb)
922fbb7b
AC
28769-break-list
28770^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28771hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28772@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28773@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28774@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28775@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28776@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28777body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
948d5102 28778addr="0x0001072c", func="main",file="recursive2.c",
998580f1
MK
28779fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
28780times="0"@},
922fbb7b 28781bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
948d5102 28782addr="0x00010774",func="foo",file="recursive2.c",
998580f1
MK
28783fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
28784times="0"@}]@}
594fe323 28785(gdb)
496ee73e
KS
28786@c -break-insert -r foo.*
28787@c ~int foo(int, int);
28788@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
998580f1
MK
28789@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
28790@c times="0"@}
496ee73e 28791@c (gdb)
922fbb7b
AC
28792@end smallexample
28793
28794@subheading The @code{-break-list} Command
28795@findex -break-list
28796
28797@subsubheading Synopsis
28798
28799@smallexample
28800 -break-list
28801@end smallexample
28802
28803Displays the list of inserted breakpoints, showing the following fields:
28804
28805@table @samp
28806@item Number
28807number of the breakpoint
28808@item Type
28809type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
28810@item Disposition
28811should the breakpoint be deleted or disabled when it is hit: @samp{keep}
28812or @samp{nokeep}
28813@item Enabled
28814is the breakpoint enabled or no: @samp{y} or @samp{n}
28815@item Address
28816memory location at which the breakpoint is set
28817@item What
28818logical location of the breakpoint, expressed by function name, file
28819name, line number
998580f1
MK
28820@item Thread-groups
28821list of thread groups to which this breakpoint applies
922fbb7b
AC
28822@item Times
28823number of times the breakpoint has been hit
28824@end table
28825
28826If there are no breakpoints or watchpoints, the @code{BreakpointTable}
28827@code{body} field is an empty list.
28828
28829@subsubheading @value{GDBN} Command
28830
28831The corresponding @value{GDBN} command is @samp{info break}.
28832
28833@subsubheading Example
28834
28835@smallexample
594fe323 28836(gdb)
922fbb7b
AC
28837-break-list
28838^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28839hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28840@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28841@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28842@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28843@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28844@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28845body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
998580f1
MK
28846addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
28847times="0"@},
922fbb7b 28848bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
948d5102 28849addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
998580f1 28850line="13",thread-groups=["i1"],times="0"@}]@}
594fe323 28851(gdb)
922fbb7b
AC
28852@end smallexample
28853
28854Here's an example of the result when there are no breakpoints:
28855
28856@smallexample
594fe323 28857(gdb)
922fbb7b
AC
28858-break-list
28859^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
28860hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28861@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28862@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28863@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28864@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28865@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28866body=[]@}
594fe323 28867(gdb)
922fbb7b
AC
28868@end smallexample
28869
18148017
VP
28870@subheading The @code{-break-passcount} Command
28871@findex -break-passcount
28872
28873@subsubheading Synopsis
28874
28875@smallexample
28876 -break-passcount @var{tracepoint-number} @var{passcount}
28877@end smallexample
28878
28879Set the passcount for tracepoint @var{tracepoint-number} to
28880@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
28881is not a tracepoint, error is emitted. This corresponds to CLI
28882command @samp{passcount}.
28883
922fbb7b
AC
28884@subheading The @code{-break-watch} Command
28885@findex -break-watch
28886
28887@subsubheading Synopsis
28888
28889@smallexample
28890 -break-watch [ -a | -r ]
28891@end smallexample
28892
28893Create a watchpoint. With the @samp{-a} option it will create an
d3e8051b 28894@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
922fbb7b 28895read from or on a write to the memory location. With the @samp{-r}
d3e8051b 28896option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
922fbb7b
AC
28897trigger only when the memory location is accessed for reading. Without
28898either of the options, the watchpoint created is a regular watchpoint,
d3e8051b 28899i.e., it will trigger when the memory location is accessed for writing.
79a6e687 28900@xref{Set Watchpoints, , Setting Watchpoints}.
922fbb7b
AC
28901
28902Note that @samp{-break-list} will report a single list of watchpoints and
28903breakpoints inserted.
28904
28905@subsubheading @value{GDBN} Command
28906
28907The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
28908@samp{rwatch}.
28909
28910@subsubheading Example
28911
28912Setting a watchpoint on a variable in the @code{main} function:
28913
28914@smallexample
594fe323 28915(gdb)
922fbb7b
AC
28916-break-watch x
28917^done,wpt=@{number="2",exp="x"@}
594fe323 28918(gdb)
922fbb7b
AC
28919-exec-continue
28920^running
0869d01b
NR
28921(gdb)
28922*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
922fbb7b 28923value=@{old="-268439212",new="55"@},
76ff342d 28924frame=@{func="main",args=[],file="recursive2.c",
948d5102 28925fullname="/home/foo/bar/recursive2.c",line="5"@}
594fe323 28926(gdb)
922fbb7b
AC
28927@end smallexample
28928
28929Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
28930the program execution twice: first for the variable changing value, then
28931for the watchpoint going out of scope.
28932
28933@smallexample
594fe323 28934(gdb)
922fbb7b
AC
28935-break-watch C
28936^done,wpt=@{number="5",exp="C"@}
594fe323 28937(gdb)
922fbb7b
AC
28938-exec-continue
28939^running
0869d01b
NR
28940(gdb)
28941*stopped,reason="watchpoint-trigger",
922fbb7b
AC
28942wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
28943frame=@{func="callee4",args=[],
76ff342d
DJ
28944file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28945fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
594fe323 28946(gdb)
922fbb7b
AC
28947-exec-continue
28948^running
0869d01b
NR
28949(gdb)
28950*stopped,reason="watchpoint-scope",wpnum="5",
922fbb7b
AC
28951frame=@{func="callee3",args=[@{name="strarg",
28952value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
28953file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28954fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 28955(gdb)
922fbb7b
AC
28956@end smallexample
28957
28958Listing breakpoints and watchpoints, at different points in the program
28959execution. Note that once the watchpoint goes out of scope, it is
28960deleted.
28961
28962@smallexample
594fe323 28963(gdb)
922fbb7b
AC
28964-break-watch C
28965^done,wpt=@{number="2",exp="C"@}
594fe323 28966(gdb)
922fbb7b
AC
28967-break-list
28968^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28969hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28970@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28971@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28972@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28973@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28974@{width="40",alignment="2",col_name="what",colhdr="What"@}],
28975body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
28976addr="0x00010734",func="callee4",
948d5102 28977file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
28978fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
28979times="1"@},
922fbb7b 28980bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 28981enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
594fe323 28982(gdb)
922fbb7b
AC
28983-exec-continue
28984^running
0869d01b
NR
28985(gdb)
28986*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
922fbb7b
AC
28987value=@{old="-276895068",new="3"@},
28988frame=@{func="callee4",args=[],
76ff342d
DJ
28989file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
28990fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
594fe323 28991(gdb)
922fbb7b
AC
28992-break-list
28993^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
28994hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
28995@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
28996@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
28997@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
28998@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
28999@{width="40",alignment="2",col_name="what",colhdr="What"@}],
29000body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29001addr="0x00010734",func="callee4",
948d5102 29002file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
998580f1
MK
29003fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
29004times="1"@},
922fbb7b 29005bkpt=@{number="2",type="watchpoint",disp="keep",
998580f1 29006enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
594fe323 29007(gdb)
922fbb7b
AC
29008-exec-continue
29009^running
29010^done,reason="watchpoint-scope",wpnum="2",
29011frame=@{func="callee3",args=[@{name="strarg",
29012value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
29013file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29014fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 29015(gdb)
922fbb7b
AC
29016-break-list
29017^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
29018hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
29019@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
29020@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
29021@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
29022@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
29023@{width="40",alignment="2",col_name="what",colhdr="What"@}],
29024body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
29025addr="0x00010734",func="callee4",
948d5102
NR
29026file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29027fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
998580f1 29028thread-groups=["i1"],times="1"@}]@}
594fe323 29029(gdb)
922fbb7b
AC
29030@end smallexample
29031
3fa7bf06
MG
29032
29033@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29034@node GDB/MI Catchpoint Commands
29035@section @sc{gdb/mi} Catchpoint Commands
29036
29037This section documents @sc{gdb/mi} commands for manipulating
29038catchpoints.
29039
29040@subheading The @code{-catch-load} Command
29041@findex -catch-load
29042
29043@subsubheading Synopsis
29044
29045@smallexample
29046 -catch-load [ -t ] [ -d ] @var{regexp}
29047@end smallexample
29048
29049Add a catchpoint for library load events. If the @samp{-t} option is used,
29050the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
29051Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
29052in a disabled state. The @samp{regexp} argument is a regular
29053expression used to match the name of the loaded library.
29054
29055
29056@subsubheading @value{GDBN} Command
29057
29058The corresponding @value{GDBN} command is @samp{catch load}.
29059
29060@subsubheading Example
29061
29062@smallexample
29063-catch-load -t foo.so
29064^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
8ac3646f 29065what="load of library matching foo.so",catch-type="load",times="0"@}
3fa7bf06
MG
29066(gdb)
29067@end smallexample
29068
29069
29070@subheading The @code{-catch-unload} Command
29071@findex -catch-unload
29072
29073@subsubheading Synopsis
29074
29075@smallexample
29076 -catch-unload [ -t ] [ -d ] @var{regexp}
29077@end smallexample
29078
29079Add a catchpoint for library unload events. If the @samp{-t} option is
29080used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
29081Breakpoints}). If the @samp{-d} option is used, the catchpoint is
29082created in a disabled state. The @samp{regexp} argument is a regular
29083expression used to match the name of the unloaded library.
29084
29085@subsubheading @value{GDBN} Command
29086
29087The corresponding @value{GDBN} command is @samp{catch unload}.
29088
29089@subsubheading Example
29090
29091@smallexample
29092-catch-unload -d bar.so
29093^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
8ac3646f 29094what="load of library matching bar.so",catch-type="unload",times="0"@}
3fa7bf06
MG
29095(gdb)
29096@end smallexample
29097
29098
922fbb7b 29099@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
29100@node GDB/MI Program Context
29101@section @sc{gdb/mi} Program Context
922fbb7b 29102
a2c02241
NR
29103@subheading The @code{-exec-arguments} Command
29104@findex -exec-arguments
922fbb7b 29105
922fbb7b
AC
29106
29107@subsubheading Synopsis
29108
29109@smallexample
a2c02241 29110 -exec-arguments @var{args}
922fbb7b
AC
29111@end smallexample
29112
a2c02241
NR
29113Set the inferior program arguments, to be used in the next
29114@samp{-exec-run}.
922fbb7b 29115
a2c02241 29116@subsubheading @value{GDBN} Command
922fbb7b 29117
a2c02241 29118The corresponding @value{GDBN} command is @samp{set args}.
922fbb7b 29119
a2c02241 29120@subsubheading Example
922fbb7b 29121
fbc5282e
MK
29122@smallexample
29123(gdb)
29124-exec-arguments -v word
29125^done
29126(gdb)
29127@end smallexample
922fbb7b 29128
a2c02241 29129
9901a55b 29130@ignore
a2c02241
NR
29131@subheading The @code{-exec-show-arguments} Command
29132@findex -exec-show-arguments
29133
29134@subsubheading Synopsis
29135
29136@smallexample
29137 -exec-show-arguments
29138@end smallexample
29139
29140Print the arguments of the program.
922fbb7b
AC
29141
29142@subsubheading @value{GDBN} Command
29143
a2c02241 29144The corresponding @value{GDBN} command is @samp{show args}.
922fbb7b
AC
29145
29146@subsubheading Example
a2c02241 29147N.A.
9901a55b 29148@end ignore
922fbb7b 29149
922fbb7b 29150
a2c02241
NR
29151@subheading The @code{-environment-cd} Command
29152@findex -environment-cd
922fbb7b 29153
a2c02241 29154@subsubheading Synopsis
922fbb7b
AC
29155
29156@smallexample
a2c02241 29157 -environment-cd @var{pathdir}
922fbb7b
AC
29158@end smallexample
29159
a2c02241 29160Set @value{GDBN}'s working directory.
922fbb7b 29161
a2c02241 29162@subsubheading @value{GDBN} Command
922fbb7b 29163
a2c02241
NR
29164The corresponding @value{GDBN} command is @samp{cd}.
29165
29166@subsubheading Example
922fbb7b
AC
29167
29168@smallexample
594fe323 29169(gdb)
a2c02241
NR
29170-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
29171^done
594fe323 29172(gdb)
922fbb7b
AC
29173@end smallexample
29174
29175
a2c02241
NR
29176@subheading The @code{-environment-directory} Command
29177@findex -environment-directory
922fbb7b
AC
29178
29179@subsubheading Synopsis
29180
29181@smallexample
a2c02241 29182 -environment-directory [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
29183@end smallexample
29184
a2c02241
NR
29185Add directories @var{pathdir} to beginning of search path for source files.
29186If the @samp{-r} option is used, the search path is reset to the default
29187search path. If directories @var{pathdir} are supplied in addition to the
29188@samp{-r} option, the search path is first reset and then addition
29189occurs as normal.
29190Multiple directories may be specified, separated by blanks. Specifying
29191multiple directories in a single command
29192results in the directories added to the beginning of the
29193search path in the same order they were presented in the command.
29194If blanks are needed as
29195part of a directory name, double-quotes should be used around
29196the name. In the command output, the path will show up separated
d3e8051b 29197by the system directory-separator character. The directory-separator
a2c02241
NR
29198character must not be used
29199in any directory name.
29200If no directories are specified, the current search path is displayed.
922fbb7b
AC
29201
29202@subsubheading @value{GDBN} Command
29203
a2c02241 29204The corresponding @value{GDBN} command is @samp{dir}.
922fbb7b
AC
29205
29206@subsubheading Example
29207
922fbb7b 29208@smallexample
594fe323 29209(gdb)
a2c02241
NR
29210-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
29211^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 29212(gdb)
a2c02241
NR
29213-environment-directory ""
29214^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
594fe323 29215(gdb)
a2c02241
NR
29216-environment-directory -r /home/jjohnstn/src/gdb /usr/src
29217^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
594fe323 29218(gdb)
a2c02241
NR
29219-environment-directory -r
29220^done,source-path="$cdir:$cwd"
594fe323 29221(gdb)
922fbb7b
AC
29222@end smallexample
29223
29224
a2c02241
NR
29225@subheading The @code{-environment-path} Command
29226@findex -environment-path
922fbb7b
AC
29227
29228@subsubheading Synopsis
29229
29230@smallexample
a2c02241 29231 -environment-path [ -r ] [ @var{pathdir} ]+
922fbb7b
AC
29232@end smallexample
29233
a2c02241
NR
29234Add directories @var{pathdir} to beginning of search path for object files.
29235If the @samp{-r} option is used, the search path is reset to the original
29236search path that existed at gdb start-up. If directories @var{pathdir} are
29237supplied in addition to the
29238@samp{-r} option, the search path is first reset and then addition
29239occurs as normal.
29240Multiple directories may be specified, separated by blanks. Specifying
29241multiple directories in a single command
29242results in the directories added to the beginning of the
29243search path in the same order they were presented in the command.
29244If blanks are needed as
29245part of a directory name, double-quotes should be used around
29246the name. In the command output, the path will show up separated
d3e8051b 29247by the system directory-separator character. The directory-separator
a2c02241
NR
29248character must not be used
29249in any directory name.
29250If no directories are specified, the current path is displayed.
29251
922fbb7b
AC
29252
29253@subsubheading @value{GDBN} Command
29254
a2c02241 29255The corresponding @value{GDBN} command is @samp{path}.
922fbb7b
AC
29256
29257@subsubheading Example
29258
922fbb7b 29259@smallexample
594fe323 29260(gdb)
a2c02241
NR
29261-environment-path
29262^done,path="/usr/bin"
594fe323 29263(gdb)
a2c02241
NR
29264-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
29265^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
594fe323 29266(gdb)
a2c02241
NR
29267-environment-path -r /usr/local/bin
29268^done,path="/usr/local/bin:/usr/bin"
594fe323 29269(gdb)
922fbb7b
AC
29270@end smallexample
29271
29272
a2c02241
NR
29273@subheading The @code{-environment-pwd} Command
29274@findex -environment-pwd
922fbb7b
AC
29275
29276@subsubheading Synopsis
29277
29278@smallexample
a2c02241 29279 -environment-pwd
922fbb7b
AC
29280@end smallexample
29281
a2c02241 29282Show the current working directory.
922fbb7b 29283
79a6e687 29284@subsubheading @value{GDBN} Command
922fbb7b 29285
a2c02241 29286The corresponding @value{GDBN} command is @samp{pwd}.
922fbb7b
AC
29287
29288@subsubheading Example
29289
922fbb7b 29290@smallexample
594fe323 29291(gdb)
a2c02241
NR
29292-environment-pwd
29293^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
594fe323 29294(gdb)
922fbb7b
AC
29295@end smallexample
29296
a2c02241
NR
29297@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29298@node GDB/MI Thread Commands
29299@section @sc{gdb/mi} Thread Commands
29300
29301
29302@subheading The @code{-thread-info} Command
29303@findex -thread-info
922fbb7b
AC
29304
29305@subsubheading Synopsis
29306
29307@smallexample
8e8901c5 29308 -thread-info [ @var{thread-id} ]
922fbb7b
AC
29309@end smallexample
29310
8e8901c5
VP
29311Reports information about either a specific thread, if
29312the @var{thread-id} parameter is present, or about all
29313threads. When printing information about all threads,
29314also reports the current thread.
29315
79a6e687 29316@subsubheading @value{GDBN} Command
922fbb7b 29317
8e8901c5
VP
29318The @samp{info thread} command prints the same information
29319about all threads.
922fbb7b 29320
4694da01 29321@subsubheading Result
922fbb7b 29322
4694da01
TT
29323The result is a list of threads. The following attributes are
29324defined for a given thread:
29325
29326@table @samp
29327@item current
29328This field exists only for the current thread. It has the value @samp{*}.
29329
29330@item id
29331The identifier that @value{GDBN} uses to refer to the thread.
29332
29333@item target-id
29334The identifier that the target uses to refer to the thread.
29335
29336@item details
29337Extra information about the thread, in a target-specific format. This
29338field is optional.
29339
29340@item name
29341The name of the thread. If the user specified a name using the
29342@code{thread name} command, then this name is given. Otherwise, if
29343@value{GDBN} can extract the thread name from the target, then that
29344name is given. If @value{GDBN} cannot find the thread name, then this
29345field is omitted.
29346
29347@item frame
29348The stack frame currently executing in the thread.
922fbb7b 29349
4694da01
TT
29350@item state
29351The thread's state. The @samp{state} field may have the following
29352values:
c3b108f7
VP
29353
29354@table @code
29355@item stopped
29356The thread is stopped. Frame information is available for stopped
29357threads.
29358
29359@item running
29360The thread is running. There's no frame information for running
29361threads.
29362
29363@end table
29364
4694da01
TT
29365@item core
29366If @value{GDBN} can find the CPU core on which this thread is running,
29367then this field is the core identifier. This field is optional.
29368
29369@end table
29370
29371@subsubheading Example
29372
29373@smallexample
29374-thread-info
29375^done,threads=[
29376@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
29377 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
29378 args=[]@},state="running"@},
29379@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
29380 frame=@{level="0",addr="0x0804891f",func="foo",
29381 args=[@{name="i",value="10"@}],
29382 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},
29383 state="running"@}],
29384current-thread-id="1"
29385(gdb)
29386@end smallexample
29387
a2c02241
NR
29388@subheading The @code{-thread-list-ids} Command
29389@findex -thread-list-ids
922fbb7b 29390
a2c02241 29391@subsubheading Synopsis
922fbb7b 29392
a2c02241
NR
29393@smallexample
29394 -thread-list-ids
29395@end smallexample
922fbb7b 29396
a2c02241
NR
29397Produces a list of the currently known @value{GDBN} thread ids. At the
29398end of the list it also prints the total number of such threads.
922fbb7b 29399
c3b108f7
VP
29400This command is retained for historical reasons, the
29401@code{-thread-info} command should be used instead.
29402
922fbb7b
AC
29403@subsubheading @value{GDBN} Command
29404
a2c02241 29405Part of @samp{info threads} supplies the same information.
922fbb7b
AC
29406
29407@subsubheading Example
29408
922fbb7b 29409@smallexample
594fe323 29410(gdb)
a2c02241
NR
29411-thread-list-ids
29412^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
592375cd 29413current-thread-id="1",number-of-threads="3"
594fe323 29414(gdb)
922fbb7b
AC
29415@end smallexample
29416
a2c02241
NR
29417
29418@subheading The @code{-thread-select} Command
29419@findex -thread-select
922fbb7b
AC
29420
29421@subsubheading Synopsis
29422
29423@smallexample
a2c02241 29424 -thread-select @var{threadnum}
922fbb7b
AC
29425@end smallexample
29426
a2c02241
NR
29427Make @var{threadnum} the current thread. It prints the number of the new
29428current thread, and the topmost frame for that thread.
922fbb7b 29429
c3b108f7
VP
29430This command is deprecated in favor of explicitly using the
29431@samp{--thread} option to each command.
29432
922fbb7b
AC
29433@subsubheading @value{GDBN} Command
29434
a2c02241 29435The corresponding @value{GDBN} command is @samp{thread}.
922fbb7b
AC
29436
29437@subsubheading Example
922fbb7b
AC
29438
29439@smallexample
594fe323 29440(gdb)
a2c02241
NR
29441-exec-next
29442^running
594fe323 29443(gdb)
a2c02241
NR
29444*stopped,reason="end-stepping-range",thread-id="2",line="187",
29445file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
594fe323 29446(gdb)
a2c02241
NR
29447-thread-list-ids
29448^done,
29449thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
29450number-of-threads="3"
594fe323 29451(gdb)
a2c02241
NR
29452-thread-select 3
29453^done,new-thread-id="3",
29454frame=@{level="0",func="vprintf",
29455args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
29456@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
594fe323 29457(gdb)
922fbb7b
AC
29458@end smallexample
29459
5d77fe44
JB
29460@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29461@node GDB/MI Ada Tasking Commands
29462@section @sc{gdb/mi} Ada Tasking Commands
29463
29464@subheading The @code{-ada-task-info} Command
29465@findex -ada-task-info
29466
29467@subsubheading Synopsis
29468
29469@smallexample
29470 -ada-task-info [ @var{task-id} ]
29471@end smallexample
29472
29473Reports information about either a specific Ada task, if the
29474@var{task-id} parameter is present, or about all Ada tasks.
29475
29476@subsubheading @value{GDBN} Command
29477
29478The @samp{info tasks} command prints the same information
29479about all Ada tasks (@pxref{Ada Tasks}).
29480
29481@subsubheading Result
29482
29483The result is a table of Ada tasks. The following columns are
29484defined for each Ada task:
29485
29486@table @samp
29487@item current
29488This field exists only for the current thread. It has the value @samp{*}.
29489
29490@item id
29491The identifier that @value{GDBN} uses to refer to the Ada task.
29492
29493@item task-id
29494The identifier that the target uses to refer to the Ada task.
29495
29496@item thread-id
29497The identifier of the thread corresponding to the Ada task.
29498
29499This field should always exist, as Ada tasks are always implemented
29500on top of a thread. But if @value{GDBN} cannot find this corresponding
29501thread for any reason, the field is omitted.
29502
29503@item parent-id
29504This field exists only when the task was created by another task.
29505In this case, it provides the ID of the parent task.
29506
29507@item priority
29508The base priority of the task.
29509
29510@item state
29511The current state of the task. For a detailed description of the
29512possible states, see @ref{Ada Tasks}.
29513
29514@item name
29515The name of the task.
29516
29517@end table
29518
29519@subsubheading Example
29520
29521@smallexample
29522-ada-task-info
29523^done,tasks=@{nr_rows="3",nr_cols="8",
29524hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
29525@{width="3",alignment="1",col_name="id",colhdr="ID"@},
29526@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
29527@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
29528@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
29529@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
29530@{width="22",alignment="-1",col_name="state",colhdr="State"@},
29531@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
29532body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
29533state="Child Termination Wait",name="main_task"@}]@}
29534(gdb)
29535@end smallexample
29536
a2c02241
NR
29537@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29538@node GDB/MI Program Execution
29539@section @sc{gdb/mi} Program Execution
922fbb7b 29540
ef21caaf 29541These are the asynchronous commands which generate the out-of-band
3f94c067 29542record @samp{*stopped}. Currently @value{GDBN} only really executes
ef21caaf
NR
29543asynchronously with remote targets and this interaction is mimicked in
29544other cases.
922fbb7b 29545
922fbb7b
AC
29546@subheading The @code{-exec-continue} Command
29547@findex -exec-continue
29548
29549@subsubheading Synopsis
29550
29551@smallexample
540aa8e7 29552 -exec-continue [--reverse] [--all|--thread-group N]
922fbb7b
AC
29553@end smallexample
29554
540aa8e7
MS
29555Resumes the execution of the inferior program, which will continue
29556to execute until it reaches a debugger stop event. If the
29557@samp{--reverse} option is specified, execution resumes in reverse until
29558it reaches a stop event. Stop events may include
29559@itemize @bullet
29560@item
29561breakpoints or watchpoints
29562@item
29563signals or exceptions
29564@item
29565the end of the process (or its beginning under @samp{--reverse})
29566@item
29567the end or beginning of a replay log if one is being used.
29568@end itemize
29569In all-stop mode (@pxref{All-Stop
29570Mode}), may resume only one thread, or all threads, depending on the
29571value of the @samp{scheduler-locking} variable. If @samp{--all} is
a79b8f6e 29572specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
540aa8e7
MS
29573ignored in all-stop mode. If the @samp{--thread-group} options is
29574specified, then all threads in that thread group are resumed.
922fbb7b
AC
29575
29576@subsubheading @value{GDBN} Command
29577
29578The corresponding @value{GDBN} corresponding is @samp{continue}.
29579
29580@subsubheading Example
29581
29582@smallexample
29583-exec-continue
29584^running
594fe323 29585(gdb)
922fbb7b 29586@@Hello world
a47ec5fe
AR
29587*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
29588func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
29589line="13"@}
594fe323 29590(gdb)
922fbb7b
AC
29591@end smallexample
29592
29593
29594@subheading The @code{-exec-finish} Command
29595@findex -exec-finish
29596
29597@subsubheading Synopsis
29598
29599@smallexample
540aa8e7 29600 -exec-finish [--reverse]
922fbb7b
AC
29601@end smallexample
29602
ef21caaf
NR
29603Resumes the execution of the inferior program until the current
29604function is exited. Displays the results returned by the function.
540aa8e7
MS
29605If the @samp{--reverse} option is specified, resumes the reverse
29606execution of the inferior program until the point where current
29607function was called.
922fbb7b
AC
29608
29609@subsubheading @value{GDBN} Command
29610
29611The corresponding @value{GDBN} command is @samp{finish}.
29612
29613@subsubheading Example
29614
29615Function returning @code{void}.
29616
29617@smallexample
29618-exec-finish
29619^running
594fe323 29620(gdb)
922fbb7b
AC
29621@@hello from foo
29622*stopped,reason="function-finished",frame=@{func="main",args=[],
948d5102 29623file="hello.c",fullname="/home/foo/bar/hello.c",line="7"@}
594fe323 29624(gdb)
922fbb7b
AC
29625@end smallexample
29626
29627Function returning other than @code{void}. The name of the internal
29628@value{GDBN} variable storing the result is printed, together with the
29629value itself.
29630
29631@smallexample
29632-exec-finish
29633^running
594fe323 29634(gdb)
922fbb7b
AC
29635*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
29636args=[@{name="a",value="1"],@{name="b",value="9"@}@},
948d5102 29637file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
922fbb7b 29638gdb-result-var="$1",return-value="0"
594fe323 29639(gdb)
922fbb7b
AC
29640@end smallexample
29641
29642
29643@subheading The @code{-exec-interrupt} Command
29644@findex -exec-interrupt
29645
29646@subsubheading Synopsis
29647
29648@smallexample
c3b108f7 29649 -exec-interrupt [--all|--thread-group N]
922fbb7b
AC
29650@end smallexample
29651
ef21caaf
NR
29652Interrupts the background execution of the target. Note how the token
29653associated with the stop message is the one for the execution command
29654that has been interrupted. The token for the interrupt itself only
29655appears in the @samp{^done} output. If the user is trying to
922fbb7b
AC
29656interrupt a non-running program, an error message will be printed.
29657
c3b108f7
VP
29658Note that when asynchronous execution is enabled, this command is
29659asynchronous just like other execution commands. That is, first the
29660@samp{^done} response will be printed, and the target stop will be
29661reported after that using the @samp{*stopped} notification.
29662
29663In non-stop mode, only the context thread is interrupted by default.
a79b8f6e
VP
29664All threads (in all inferiors) will be interrupted if the
29665@samp{--all} option is specified. If the @samp{--thread-group}
29666option is specified, all threads in that group will be interrupted.
c3b108f7 29667
922fbb7b
AC
29668@subsubheading @value{GDBN} Command
29669
29670The corresponding @value{GDBN} command is @samp{interrupt}.
29671
29672@subsubheading Example
29673
29674@smallexample
594fe323 29675(gdb)
922fbb7b
AC
29676111-exec-continue
29677111^running
29678
594fe323 29679(gdb)
922fbb7b
AC
29680222-exec-interrupt
29681222^done
594fe323 29682(gdb)
922fbb7b 29683111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
76ff342d 29684frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
948d5102 29685fullname="/home/foo/bar/try.c",line="13"@}
594fe323 29686(gdb)
922fbb7b 29687
594fe323 29688(gdb)
922fbb7b
AC
29689-exec-interrupt
29690^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
594fe323 29691(gdb)
922fbb7b
AC
29692@end smallexample
29693
83eba9b7
VP
29694@subheading The @code{-exec-jump} Command
29695@findex -exec-jump
29696
29697@subsubheading Synopsis
29698
29699@smallexample
29700 -exec-jump @var{location}
29701@end smallexample
29702
29703Resumes execution of the inferior program at the location specified by
29704parameter. @xref{Specify Location}, for a description of the
29705different forms of @var{location}.
29706
29707@subsubheading @value{GDBN} Command
29708
29709The corresponding @value{GDBN} command is @samp{jump}.
29710
29711@subsubheading Example
29712
29713@smallexample
29714-exec-jump foo.c:10
29715*running,thread-id="all"
29716^running
29717@end smallexample
29718
922fbb7b
AC
29719
29720@subheading The @code{-exec-next} Command
29721@findex -exec-next
29722
29723@subsubheading Synopsis
29724
29725@smallexample
540aa8e7 29726 -exec-next [--reverse]
922fbb7b
AC
29727@end smallexample
29728
ef21caaf
NR
29729Resumes execution of the inferior program, stopping when the beginning
29730of the next source line is reached.
922fbb7b 29731
540aa8e7
MS
29732If the @samp{--reverse} option is specified, resumes reverse execution
29733of the inferior program, stopping at the beginning of the previous
29734source line. If you issue this command on the first line of a
29735function, it will take you back to the caller of that function, to the
29736source line where the function was called.
29737
29738
922fbb7b
AC
29739@subsubheading @value{GDBN} Command
29740
29741The corresponding @value{GDBN} command is @samp{next}.
29742
29743@subsubheading Example
29744
29745@smallexample
29746-exec-next
29747^running
594fe323 29748(gdb)
922fbb7b 29749*stopped,reason="end-stepping-range",line="8",file="hello.c"
594fe323 29750(gdb)
922fbb7b
AC
29751@end smallexample
29752
29753
29754@subheading The @code{-exec-next-instruction} Command
29755@findex -exec-next-instruction
29756
29757@subsubheading Synopsis
29758
29759@smallexample
540aa8e7 29760 -exec-next-instruction [--reverse]
922fbb7b
AC
29761@end smallexample
29762
ef21caaf
NR
29763Executes one machine instruction. If the instruction is a function
29764call, continues until the function returns. If the program stops at an
29765instruction in the middle of a source line, the address will be
29766printed as well.
922fbb7b 29767
540aa8e7
MS
29768If the @samp{--reverse} option is specified, resumes reverse execution
29769of the inferior program, stopping at the previous instruction. If the
29770previously executed instruction was a return from another function,
29771it will continue to execute in reverse until the call to that function
29772(from the current stack frame) is reached.
29773
922fbb7b
AC
29774@subsubheading @value{GDBN} Command
29775
29776The corresponding @value{GDBN} command is @samp{nexti}.
29777
29778@subsubheading Example
29779
29780@smallexample
594fe323 29781(gdb)
922fbb7b
AC
29782-exec-next-instruction
29783^running
29784
594fe323 29785(gdb)
922fbb7b
AC
29786*stopped,reason="end-stepping-range",
29787addr="0x000100d4",line="5",file="hello.c"
594fe323 29788(gdb)
922fbb7b
AC
29789@end smallexample
29790
29791
29792@subheading The @code{-exec-return} Command
29793@findex -exec-return
29794
29795@subsubheading Synopsis
29796
29797@smallexample
29798 -exec-return
29799@end smallexample
29800
29801Makes current function return immediately. Doesn't execute the inferior.
29802Displays the new current frame.
29803
29804@subsubheading @value{GDBN} Command
29805
29806The corresponding @value{GDBN} command is @samp{return}.
29807
29808@subsubheading Example
29809
29810@smallexample
594fe323 29811(gdb)
922fbb7b
AC
29812200-break-insert callee4
29813200^done,bkpt=@{number="1",addr="0x00010734",
29814file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 29815(gdb)
922fbb7b
AC
29816000-exec-run
29817000^running
594fe323 29818(gdb)
a47ec5fe 29819000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
922fbb7b 29820frame=@{func="callee4",args=[],
76ff342d
DJ
29821file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29822fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
594fe323 29823(gdb)
922fbb7b
AC
29824205-break-delete
29825205^done
594fe323 29826(gdb)
922fbb7b
AC
29827111-exec-return
29828111^done,frame=@{level="0",func="callee3",
29829args=[@{name="strarg",
29830value="0x11940 \"A string argument.\""@}],
76ff342d
DJ
29831file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
29832fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
594fe323 29833(gdb)
922fbb7b
AC
29834@end smallexample
29835
29836
29837@subheading The @code{-exec-run} Command
29838@findex -exec-run
29839
29840@subsubheading Synopsis
29841
29842@smallexample
a79b8f6e 29843 -exec-run [--all | --thread-group N]
922fbb7b
AC
29844@end smallexample
29845
ef21caaf
NR
29846Starts execution of the inferior from the beginning. The inferior
29847executes until either a breakpoint is encountered or the program
29848exits. In the latter case the output will include an exit code, if
29849the program has exited exceptionally.
922fbb7b 29850
a79b8f6e
VP
29851When no option is specified, the current inferior is started. If the
29852@samp{--thread-group} option is specified, it should refer to a thread
29853group of type @samp{process}, and that thread group will be started.
29854If the @samp{--all} option is specified, then all inferiors will be started.
29855
922fbb7b
AC
29856@subsubheading @value{GDBN} Command
29857
29858The corresponding @value{GDBN} command is @samp{run}.
29859
ef21caaf 29860@subsubheading Examples
922fbb7b
AC
29861
29862@smallexample
594fe323 29863(gdb)
922fbb7b
AC
29864-break-insert main
29865^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
594fe323 29866(gdb)
922fbb7b
AC
29867-exec-run
29868^running
594fe323 29869(gdb)
a47ec5fe 29870*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
76ff342d 29871frame=@{func="main",args=[],file="recursive2.c",
948d5102 29872fullname="/home/foo/bar/recursive2.c",line="4"@}
594fe323 29873(gdb)
922fbb7b
AC
29874@end smallexample
29875
ef21caaf
NR
29876@noindent
29877Program exited normally:
29878
29879@smallexample
594fe323 29880(gdb)
ef21caaf
NR
29881-exec-run
29882^running
594fe323 29883(gdb)
ef21caaf
NR
29884x = 55
29885*stopped,reason="exited-normally"
594fe323 29886(gdb)
ef21caaf
NR
29887@end smallexample
29888
29889@noindent
29890Program exited exceptionally:
29891
29892@smallexample
594fe323 29893(gdb)
ef21caaf
NR
29894-exec-run
29895^running
594fe323 29896(gdb)
ef21caaf
NR
29897x = 55
29898*stopped,reason="exited",exit-code="01"
594fe323 29899(gdb)
ef21caaf
NR
29900@end smallexample
29901
29902Another way the program can terminate is if it receives a signal such as
29903@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
29904
29905@smallexample
594fe323 29906(gdb)
ef21caaf
NR
29907*stopped,reason="exited-signalled",signal-name="SIGINT",
29908signal-meaning="Interrupt"
29909@end smallexample
29910
922fbb7b 29911
a2c02241
NR
29912@c @subheading -exec-signal
29913
29914
29915@subheading The @code{-exec-step} Command
29916@findex -exec-step
922fbb7b
AC
29917
29918@subsubheading Synopsis
29919
29920@smallexample
540aa8e7 29921 -exec-step [--reverse]
922fbb7b
AC
29922@end smallexample
29923
a2c02241
NR
29924Resumes execution of the inferior program, stopping when the beginning
29925of the next source line is reached, if the next source line is not a
29926function call. If it is, stop at the first instruction of the called
540aa8e7
MS
29927function. If the @samp{--reverse} option is specified, resumes reverse
29928execution of the inferior program, stopping at the beginning of the
29929previously executed source line.
922fbb7b
AC
29930
29931@subsubheading @value{GDBN} Command
29932
a2c02241 29933The corresponding @value{GDBN} command is @samp{step}.
922fbb7b
AC
29934
29935@subsubheading Example
29936
29937Stepping into a function:
29938
29939@smallexample
29940-exec-step
29941^running
594fe323 29942(gdb)
922fbb7b
AC
29943*stopped,reason="end-stepping-range",
29944frame=@{func="foo",args=[@{name="a",value="10"@},
76ff342d 29945@{name="b",value="0"@}],file="recursive2.c",
948d5102 29946fullname="/home/foo/bar/recursive2.c",line="11"@}
594fe323 29947(gdb)
922fbb7b
AC
29948@end smallexample
29949
29950Regular stepping:
29951
29952@smallexample
29953-exec-step
29954^running
594fe323 29955(gdb)
922fbb7b 29956*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
594fe323 29957(gdb)
922fbb7b
AC
29958@end smallexample
29959
29960
29961@subheading The @code{-exec-step-instruction} Command
29962@findex -exec-step-instruction
29963
29964@subsubheading Synopsis
29965
29966@smallexample
540aa8e7 29967 -exec-step-instruction [--reverse]
922fbb7b
AC
29968@end smallexample
29969
540aa8e7
MS
29970Resumes the inferior which executes one machine instruction. If the
29971@samp{--reverse} option is specified, resumes reverse execution of the
29972inferior program, stopping at the previously executed instruction.
29973The output, once @value{GDBN} has stopped, will vary depending on
29974whether we have stopped in the middle of a source line or not. In the
29975former case, the address at which the program stopped will be printed
29976as well.
922fbb7b
AC
29977
29978@subsubheading @value{GDBN} Command
29979
29980The corresponding @value{GDBN} command is @samp{stepi}.
29981
29982@subsubheading Example
29983
29984@smallexample
594fe323 29985(gdb)
922fbb7b
AC
29986-exec-step-instruction
29987^running
29988
594fe323 29989(gdb)
922fbb7b 29990*stopped,reason="end-stepping-range",
76ff342d 29991frame=@{func="foo",args=[],file="try.c",
948d5102 29992fullname="/home/foo/bar/try.c",line="10"@}
594fe323 29993(gdb)
922fbb7b
AC
29994-exec-step-instruction
29995^running
29996
594fe323 29997(gdb)
922fbb7b 29998*stopped,reason="end-stepping-range",
76ff342d 29999frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
948d5102 30000fullname="/home/foo/bar/try.c",line="10"@}
594fe323 30001(gdb)
922fbb7b
AC
30002@end smallexample
30003
30004
30005@subheading The @code{-exec-until} Command
30006@findex -exec-until
30007
30008@subsubheading Synopsis
30009
30010@smallexample
30011 -exec-until [ @var{location} ]
30012@end smallexample
30013
ef21caaf
NR
30014Executes the inferior until the @var{location} specified in the
30015argument is reached. If there is no argument, the inferior executes
30016until a source line greater than the current one is reached. The
30017reason for stopping in this case will be @samp{location-reached}.
922fbb7b
AC
30018
30019@subsubheading @value{GDBN} Command
30020
30021The corresponding @value{GDBN} command is @samp{until}.
30022
30023@subsubheading Example
30024
30025@smallexample
594fe323 30026(gdb)
922fbb7b
AC
30027-exec-until recursive2.c:6
30028^running
594fe323 30029(gdb)
922fbb7b
AC
30030x = 55
30031*stopped,reason="location-reached",frame=@{func="main",args=[],
948d5102 30032file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6"@}
594fe323 30033(gdb)
922fbb7b
AC
30034@end smallexample
30035
30036@ignore
30037@subheading -file-clear
30038Is this going away????
30039@end ignore
30040
351ff01a 30041@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
30042@node GDB/MI Stack Manipulation
30043@section @sc{gdb/mi} Stack Manipulation Commands
351ff01a 30044
922fbb7b 30045
a2c02241
NR
30046@subheading The @code{-stack-info-frame} Command
30047@findex -stack-info-frame
922fbb7b
AC
30048
30049@subsubheading Synopsis
30050
30051@smallexample
a2c02241 30052 -stack-info-frame
922fbb7b
AC
30053@end smallexample
30054
a2c02241 30055Get info on the selected frame.
922fbb7b
AC
30056
30057@subsubheading @value{GDBN} Command
30058
a2c02241
NR
30059The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
30060(without arguments).
922fbb7b
AC
30061
30062@subsubheading Example
30063
30064@smallexample
594fe323 30065(gdb)
a2c02241
NR
30066-stack-info-frame
30067^done,frame=@{level="1",addr="0x0001076c",func="callee3",
30068file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30069fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
594fe323 30070(gdb)
922fbb7b
AC
30071@end smallexample
30072
a2c02241
NR
30073@subheading The @code{-stack-info-depth} Command
30074@findex -stack-info-depth
922fbb7b
AC
30075
30076@subsubheading Synopsis
30077
30078@smallexample
a2c02241 30079 -stack-info-depth [ @var{max-depth} ]
922fbb7b
AC
30080@end smallexample
30081
a2c02241
NR
30082Return the depth of the stack. If the integer argument @var{max-depth}
30083is specified, do not count beyond @var{max-depth} frames.
922fbb7b
AC
30084
30085@subsubheading @value{GDBN} Command
30086
a2c02241 30087There's no equivalent @value{GDBN} command.
922fbb7b
AC
30088
30089@subsubheading Example
30090
a2c02241
NR
30091For a stack with frame levels 0 through 11:
30092
922fbb7b 30093@smallexample
594fe323 30094(gdb)
a2c02241
NR
30095-stack-info-depth
30096^done,depth="12"
594fe323 30097(gdb)
a2c02241
NR
30098-stack-info-depth 4
30099^done,depth="4"
594fe323 30100(gdb)
a2c02241
NR
30101-stack-info-depth 12
30102^done,depth="12"
594fe323 30103(gdb)
a2c02241
NR
30104-stack-info-depth 11
30105^done,depth="11"
594fe323 30106(gdb)
a2c02241
NR
30107-stack-info-depth 13
30108^done,depth="12"
594fe323 30109(gdb)
922fbb7b
AC
30110@end smallexample
30111
a2c02241
NR
30112@subheading The @code{-stack-list-arguments} Command
30113@findex -stack-list-arguments
922fbb7b
AC
30114
30115@subsubheading Synopsis
30116
30117@smallexample
3afae151 30118 -stack-list-arguments @var{print-values}
a2c02241 30119 [ @var{low-frame} @var{high-frame} ]
922fbb7b
AC
30120@end smallexample
30121
a2c02241
NR
30122Display a list of the arguments for the frames between @var{low-frame}
30123and @var{high-frame} (inclusive). If @var{low-frame} and
2f1acb09
VP
30124@var{high-frame} are not provided, list the arguments for the whole
30125call stack. If the two arguments are equal, show the single frame
30126at the corresponding level. It is an error if @var{low-frame} is
30127larger than the actual number of frames. On the other hand,
30128@var{high-frame} may be larger than the actual number of frames, in
30129which case only existing frames will be returned.
a2c02241 30130
3afae151
VP
30131If @var{print-values} is 0 or @code{--no-values}, print only the names of
30132the variables; if it is 1 or @code{--all-values}, print also their
30133values; and if it is 2 or @code{--simple-values}, print the name,
30134type and value for simple data types, and the name and type for arrays,
30135structures and unions.
922fbb7b 30136
b3372f91
VP
30137Use of this command to obtain arguments in a single frame is
30138deprecated in favor of the @samp{-stack-list-variables} command.
30139
922fbb7b
AC
30140@subsubheading @value{GDBN} Command
30141
a2c02241
NR
30142@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
30143@samp{gdb_get_args} command which partially overlaps with the
30144functionality of @samp{-stack-list-arguments}.
922fbb7b
AC
30145
30146@subsubheading Example
922fbb7b 30147
a2c02241 30148@smallexample
594fe323 30149(gdb)
a2c02241
NR
30150-stack-list-frames
30151^done,
30152stack=[
30153frame=@{level="0",addr="0x00010734",func="callee4",
30154file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30155fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
30156frame=@{level="1",addr="0x0001076c",func="callee3",
30157file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30158fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
30159frame=@{level="2",addr="0x0001078c",func="callee2",
30160file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30161fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
30162frame=@{level="3",addr="0x000107b4",func="callee1",
30163file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30164fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
30165frame=@{level="4",addr="0x000107e0",func="main",
30166file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
30167fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
594fe323 30168(gdb)
a2c02241
NR
30169-stack-list-arguments 0
30170^done,
30171stack-args=[
30172frame=@{level="0",args=[]@},
30173frame=@{level="1",args=[name="strarg"]@},
30174frame=@{level="2",args=[name="intarg",name="strarg"]@},
30175frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
30176frame=@{level="4",args=[]@}]
594fe323 30177(gdb)
a2c02241
NR
30178-stack-list-arguments 1
30179^done,
30180stack-args=[
30181frame=@{level="0",args=[]@},
30182frame=@{level="1",
30183 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
30184frame=@{level="2",args=[
30185@{name="intarg",value="2"@},
30186@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
30187@{frame=@{level="3",args=[
30188@{name="intarg",value="2"@},
30189@{name="strarg",value="0x11940 \"A string argument.\""@},
30190@{name="fltarg",value="3.5"@}]@},
30191frame=@{level="4",args=[]@}]
594fe323 30192(gdb)
a2c02241
NR
30193-stack-list-arguments 0 2 2
30194^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
594fe323 30195(gdb)
a2c02241
NR
30196-stack-list-arguments 1 2 2
30197^done,stack-args=[frame=@{level="2",
30198args=[@{name="intarg",value="2"@},
30199@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
594fe323 30200(gdb)
a2c02241
NR
30201@end smallexample
30202
30203@c @subheading -stack-list-exception-handlers
922fbb7b 30204
a2c02241
NR
30205
30206@subheading The @code{-stack-list-frames} Command
30207@findex -stack-list-frames
1abaf70c
BR
30208
30209@subsubheading Synopsis
30210
30211@smallexample
a2c02241 30212 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
1abaf70c
BR
30213@end smallexample
30214
a2c02241
NR
30215List the frames currently on the stack. For each frame it displays the
30216following info:
30217
30218@table @samp
30219@item @var{level}
d3e8051b 30220The frame number, 0 being the topmost frame, i.e., the innermost function.
a2c02241
NR
30221@item @var{addr}
30222The @code{$pc} value for that frame.
30223@item @var{func}
30224Function name.
30225@item @var{file}
30226File name of the source file where the function lives.
7d288aaa
TT
30227@item @var{fullname}
30228The full file name of the source file where the function lives.
a2c02241
NR
30229@item @var{line}
30230Line number corresponding to the @code{$pc}.
7d288aaa
TT
30231@item @var{from}
30232The shared library where this function is defined. This is only given
30233if the frame's function is not known.
a2c02241
NR
30234@end table
30235
30236If invoked without arguments, this command prints a backtrace for the
30237whole stack. If given two integer arguments, it shows the frames whose
30238levels are between the two arguments (inclusive). If the two arguments
2ab1eb7a
VP
30239are equal, it shows the single frame at the corresponding level. It is
30240an error if @var{low-frame} is larger than the actual number of
a5451f4e 30241frames. On the other hand, @var{high-frame} may be larger than the
2ab1eb7a 30242actual number of frames, in which case only existing frames will be returned.
1abaf70c
BR
30243
30244@subsubheading @value{GDBN} Command
30245
a2c02241 30246The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
1abaf70c
BR
30247
30248@subsubheading Example
30249
a2c02241
NR
30250Full stack backtrace:
30251
1abaf70c 30252@smallexample
594fe323 30253(gdb)
a2c02241
NR
30254-stack-list-frames
30255^done,stack=
30256[frame=@{level="0",addr="0x0001076c",func="foo",
30257 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11"@},
30258frame=@{level="1",addr="0x000107a4",func="foo",
30259 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30260frame=@{level="2",addr="0x000107a4",func="foo",
30261 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30262frame=@{level="3",addr="0x000107a4",func="foo",
30263 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30264frame=@{level="4",addr="0x000107a4",func="foo",
30265 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30266frame=@{level="5",addr="0x000107a4",func="foo",
30267 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30268frame=@{level="6",addr="0x000107a4",func="foo",
30269 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30270frame=@{level="7",addr="0x000107a4",func="foo",
30271 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30272frame=@{level="8",addr="0x000107a4",func="foo",
30273 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30274frame=@{level="9",addr="0x000107a4",func="foo",
30275 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30276frame=@{level="10",addr="0x000107a4",func="foo",
30277 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30278frame=@{level="11",addr="0x00010738",func="main",
30279 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4"@}]
594fe323 30280(gdb)
1abaf70c
BR
30281@end smallexample
30282
a2c02241 30283Show frames between @var{low_frame} and @var{high_frame}:
1abaf70c 30284
a2c02241 30285@smallexample
594fe323 30286(gdb)
a2c02241
NR
30287-stack-list-frames 3 5
30288^done,stack=
30289[frame=@{level="3",addr="0x000107a4",func="foo",
30290 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30291frame=@{level="4",addr="0x000107a4",func="foo",
30292 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
30293frame=@{level="5",addr="0x000107a4",func="foo",
30294 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
594fe323 30295(gdb)
a2c02241 30296@end smallexample
922fbb7b 30297
a2c02241 30298Show a single frame:
922fbb7b
AC
30299
30300@smallexample
594fe323 30301(gdb)
a2c02241
NR
30302-stack-list-frames 3 3
30303^done,stack=
30304[frame=@{level="3",addr="0x000107a4",func="foo",
30305 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
594fe323 30306(gdb)
922fbb7b
AC
30307@end smallexample
30308
922fbb7b 30309
a2c02241
NR
30310@subheading The @code{-stack-list-locals} Command
30311@findex -stack-list-locals
57c22c6c 30312
a2c02241 30313@subsubheading Synopsis
922fbb7b
AC
30314
30315@smallexample
a2c02241 30316 -stack-list-locals @var{print-values}
922fbb7b
AC
30317@end smallexample
30318
a2c02241
NR
30319Display the local variable names for the selected frame. If
30320@var{print-values} is 0 or @code{--no-values}, print only the names of
30321the variables; if it is 1 or @code{--all-values}, print also their
30322values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 30323type and value for simple data types, and the name and type for arrays,
a2c02241
NR
30324structures and unions. In this last case, a frontend can immediately
30325display the value of simple data types and create variable objects for
d3e8051b 30326other data types when the user wishes to explore their values in
a2c02241 30327more detail.
922fbb7b 30328
b3372f91
VP
30329This command is deprecated in favor of the
30330@samp{-stack-list-variables} command.
30331
922fbb7b
AC
30332@subsubheading @value{GDBN} Command
30333
a2c02241 30334@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
922fbb7b
AC
30335
30336@subsubheading Example
922fbb7b
AC
30337
30338@smallexample
594fe323 30339(gdb)
a2c02241
NR
30340-stack-list-locals 0
30341^done,locals=[name="A",name="B",name="C"]
594fe323 30342(gdb)
a2c02241
NR
30343-stack-list-locals --all-values
30344^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
30345 @{name="C",value="@{1, 2, 3@}"@}]
30346-stack-list-locals --simple-values
30347^done,locals=[@{name="A",type="int",value="1"@},
30348 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
594fe323 30349(gdb)
922fbb7b
AC
30350@end smallexample
30351
b3372f91
VP
30352@subheading The @code{-stack-list-variables} Command
30353@findex -stack-list-variables
30354
30355@subsubheading Synopsis
30356
30357@smallexample
30358 -stack-list-variables @var{print-values}
30359@end smallexample
30360
30361Display the names of local variables and function arguments for the selected frame. If
30362@var{print-values} is 0 or @code{--no-values}, print only the names of
30363the variables; if it is 1 or @code{--all-values}, print also their
30364values; and if it is 2 or @code{--simple-values}, print the name,
3afae151 30365type and value for simple data types, and the name and type for arrays,
b3372f91
VP
30366structures and unions.
30367
30368@subsubheading Example
30369
30370@smallexample
30371(gdb)
30372-stack-list-variables --thread 1 --frame 0 --all-values
4f412fd0 30373^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
b3372f91
VP
30374(gdb)
30375@end smallexample
30376
922fbb7b 30377
a2c02241
NR
30378@subheading The @code{-stack-select-frame} Command
30379@findex -stack-select-frame
922fbb7b
AC
30380
30381@subsubheading Synopsis
30382
30383@smallexample
a2c02241 30384 -stack-select-frame @var{framenum}
922fbb7b
AC
30385@end smallexample
30386
a2c02241
NR
30387Change the selected frame. Select a different frame @var{framenum} on
30388the stack.
922fbb7b 30389
c3b108f7
VP
30390This command in deprecated in favor of passing the @samp{--frame}
30391option to every command.
30392
922fbb7b
AC
30393@subsubheading @value{GDBN} Command
30394
a2c02241
NR
30395The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
30396@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
922fbb7b
AC
30397
30398@subsubheading Example
30399
30400@smallexample
594fe323 30401(gdb)
a2c02241 30402-stack-select-frame 2
922fbb7b 30403^done
594fe323 30404(gdb)
922fbb7b
AC
30405@end smallexample
30406
30407@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a2c02241
NR
30408@node GDB/MI Variable Objects
30409@section @sc{gdb/mi} Variable Objects
922fbb7b 30410
a1b5960f 30411@ignore
922fbb7b 30412
a2c02241 30413@subheading Motivation for Variable Objects in @sc{gdb/mi}
922fbb7b 30414
a2c02241
NR
30415For the implementation of a variable debugger window (locals, watched
30416expressions, etc.), we are proposing the adaptation of the existing code
30417used by @code{Insight}.
922fbb7b 30418
a2c02241 30419The two main reasons for that are:
922fbb7b 30420
a2c02241
NR
30421@enumerate 1
30422@item
30423It has been proven in practice (it is already on its second generation).
922fbb7b 30424
a2c02241
NR
30425@item
30426It will shorten development time (needless to say how important it is
30427now).
30428@end enumerate
922fbb7b 30429
a2c02241
NR
30430The original interface was designed to be used by Tcl code, so it was
30431slightly changed so it could be used through @sc{gdb/mi}. This section
30432describes the @sc{gdb/mi} operations that will be available and gives some
30433hints about their use.
922fbb7b 30434
a2c02241
NR
30435@emph{Note}: In addition to the set of operations described here, we
30436expect the @sc{gui} implementation of a variable window to require, at
30437least, the following operations:
922fbb7b 30438
a2c02241
NR
30439@itemize @bullet
30440@item @code{-gdb-show} @code{output-radix}
30441@item @code{-stack-list-arguments}
30442@item @code{-stack-list-locals}
30443@item @code{-stack-select-frame}
30444@end itemize
922fbb7b 30445
a1b5960f
VP
30446@end ignore
30447
c8b2f53c 30448@subheading Introduction to Variable Objects
922fbb7b 30449
a2c02241 30450@cindex variable objects in @sc{gdb/mi}
c8b2f53c
VP
30451
30452Variable objects are "object-oriented" MI interface for examining and
30453changing values of expressions. Unlike some other MI interfaces that
30454work with expressions, variable objects are specifically designed for
30455simple and efficient presentation in the frontend. A variable object
30456is identified by string name. When a variable object is created, the
30457frontend specifies the expression for that variable object. The
30458expression can be a simple variable, or it can be an arbitrary complex
30459expression, and can even involve CPU registers. After creating a
30460variable object, the frontend can invoke other variable object
30461operations---for example to obtain or change the value of a variable
30462object, or to change display format.
30463
30464Variable objects have hierarchical tree structure. Any variable object
30465that corresponds to a composite type, such as structure in C, has
30466a number of child variable objects, for example corresponding to each
30467element of a structure. A child variable object can itself have
30468children, recursively. Recursion ends when we reach
25d5ea92
VP
30469leaf variable objects, which always have built-in types. Child variable
30470objects are created only by explicit request, so if a frontend
30471is not interested in the children of a particular variable object, no
30472child will be created.
c8b2f53c
VP
30473
30474For a leaf variable object it is possible to obtain its value as a
30475string, or set the value from a string. String value can be also
30476obtained for a non-leaf variable object, but it's generally a string
30477that only indicates the type of the object, and does not list its
30478contents. Assignment to a non-leaf variable object is not allowed.
30479
30480A frontend does not need to read the values of all variable objects each time
30481the program stops. Instead, MI provides an update command that lists all
30482variable objects whose values has changed since the last update
30483operation. This considerably reduces the amount of data that must
25d5ea92
VP
30484be transferred to the frontend. As noted above, children variable
30485objects are created on demand, and only leaf variable objects have a
30486real value. As result, gdb will read target memory only for leaf
30487variables that frontend has created.
30488
30489The automatic update is not always desirable. For example, a frontend
30490might want to keep a value of some expression for future reference,
30491and never update it. For another example, fetching memory is
30492relatively slow for embedded targets, so a frontend might want
30493to disable automatic update for the variables that are either not
30494visible on the screen, or ``closed''. This is possible using so
30495called ``frozen variable objects''. Such variable objects are never
30496implicitly updated.
922fbb7b 30497
c3b108f7
VP
30498Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
30499fixed variable object, the expression is parsed when the variable
30500object is created, including associating identifiers to specific
30501variables. The meaning of expression never changes. For a floating
30502variable object the values of variables whose names appear in the
30503expressions are re-evaluated every time in the context of the current
30504frame. Consider this example:
30505
30506@smallexample
30507void do_work(...)
30508@{
30509 struct work_state state;
30510
30511 if (...)
30512 do_work(...);
30513@}
30514@end smallexample
30515
30516If a fixed variable object for the @code{state} variable is created in
7a9dd1b2 30517this function, and we enter the recursive call, the variable
c3b108f7
VP
30518object will report the value of @code{state} in the top-level
30519@code{do_work} invocation. On the other hand, a floating variable
30520object will report the value of @code{state} in the current frame.
30521
30522If an expression specified when creating a fixed variable object
30523refers to a local variable, the variable object becomes bound to the
30524thread and frame in which the variable object is created. When such
30525variable object is updated, @value{GDBN} makes sure that the
30526thread/frame combination the variable object is bound to still exists,
30527and re-evaluates the variable object in context of that thread/frame.
30528
a2c02241
NR
30529The following is the complete set of @sc{gdb/mi} operations defined to
30530access this functionality:
922fbb7b 30531
a2c02241
NR
30532@multitable @columnfractions .4 .6
30533@item @strong{Operation}
30534@tab @strong{Description}
922fbb7b 30535
0cc7d26f
TT
30536@item @code{-enable-pretty-printing}
30537@tab enable Python-based pretty-printing
a2c02241
NR
30538@item @code{-var-create}
30539@tab create a variable object
30540@item @code{-var-delete}
22d8a470 30541@tab delete the variable object and/or its children
a2c02241
NR
30542@item @code{-var-set-format}
30543@tab set the display format of this variable
30544@item @code{-var-show-format}
30545@tab show the display format of this variable
30546@item @code{-var-info-num-children}
30547@tab tells how many children this object has
30548@item @code{-var-list-children}
30549@tab return a list of the object's children
30550@item @code{-var-info-type}
30551@tab show the type of this variable object
30552@item @code{-var-info-expression}
02142340
VP
30553@tab print parent-relative expression that this variable object represents
30554@item @code{-var-info-path-expression}
30555@tab print full expression that this variable object represents
a2c02241
NR
30556@item @code{-var-show-attributes}
30557@tab is this variable editable? does it exist here?
30558@item @code{-var-evaluate-expression}
30559@tab get the value of this variable
30560@item @code{-var-assign}
30561@tab set the value of this variable
30562@item @code{-var-update}
30563@tab update the variable and its children
25d5ea92
VP
30564@item @code{-var-set-frozen}
30565@tab set frozeness attribute
0cc7d26f
TT
30566@item @code{-var-set-update-range}
30567@tab set range of children to display on update
a2c02241 30568@end multitable
922fbb7b 30569
a2c02241
NR
30570In the next subsection we describe each operation in detail and suggest
30571how it can be used.
922fbb7b 30572
a2c02241 30573@subheading Description And Use of Operations on Variable Objects
922fbb7b 30574
0cc7d26f
TT
30575@subheading The @code{-enable-pretty-printing} Command
30576@findex -enable-pretty-printing
30577
30578@smallexample
30579-enable-pretty-printing
30580@end smallexample
30581
30582@value{GDBN} allows Python-based visualizers to affect the output of the
30583MI variable object commands. However, because there was no way to
30584implement this in a fully backward-compatible way, a front end must
30585request that this functionality be enabled.
30586
30587Once enabled, this feature cannot be disabled.
30588
30589Note that if Python support has not been compiled into @value{GDBN},
30590this command will still succeed (and do nothing).
30591
f43030c4
TT
30592This feature is currently (as of @value{GDBN} 7.0) experimental, and
30593may work differently in future versions of @value{GDBN}.
30594
a2c02241
NR
30595@subheading The @code{-var-create} Command
30596@findex -var-create
ef21caaf 30597
a2c02241 30598@subsubheading Synopsis
ef21caaf 30599
a2c02241
NR
30600@smallexample
30601 -var-create @{@var{name} | "-"@}
c3b108f7 30602 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
a2c02241
NR
30603@end smallexample
30604
30605This operation creates a variable object, which allows the monitoring of
30606a variable, the result of an expression, a memory cell or a CPU
30607register.
ef21caaf 30608
a2c02241
NR
30609The @var{name} parameter is the string by which the object can be
30610referenced. It must be unique. If @samp{-} is specified, the varobj
30611system will generate a string ``varNNNNNN'' automatically. It will be
c3b108f7 30612unique provided that one does not specify @var{name} of that format.
a2c02241 30613The command fails if a duplicate name is found.
ef21caaf 30614
a2c02241
NR
30615The frame under which the expression should be evaluated can be
30616specified by @var{frame-addr}. A @samp{*} indicates that the current
c3b108f7
VP
30617frame should be used. A @samp{@@} indicates that a floating variable
30618object must be created.
922fbb7b 30619
a2c02241
NR
30620@var{expression} is any expression valid on the current language set (must not
30621begin with a @samp{*}), or one of the following:
922fbb7b 30622
a2c02241
NR
30623@itemize @bullet
30624@item
30625@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
922fbb7b 30626
a2c02241
NR
30627@item
30628@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
922fbb7b 30629
a2c02241
NR
30630@item
30631@samp{$@var{regname}} --- a CPU register name
30632@end itemize
922fbb7b 30633
0cc7d26f
TT
30634@cindex dynamic varobj
30635A varobj's contents may be provided by a Python-based pretty-printer. In this
30636case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
30637have slightly different semantics in some cases. If the
30638@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
30639will never create a dynamic varobj. This ensures backward
30640compatibility for existing clients.
30641
a2c02241 30642@subsubheading Result
922fbb7b 30643
0cc7d26f
TT
30644This operation returns attributes of the newly-created varobj. These
30645are:
30646
30647@table @samp
30648@item name
30649The name of the varobj.
30650
30651@item numchild
30652The number of children of the varobj. This number is not necessarily
30653reliable for a dynamic varobj. Instead, you must examine the
30654@samp{has_more} attribute.
30655
30656@item value
30657The varobj's scalar value. For a varobj whose type is some sort of
30658aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
30659will not be interesting.
30660
30661@item type
30662The varobj's type. This is a string representation of the type, as
8264ba82
AG
30663would be printed by the @value{GDBN} CLI. If @samp{print object}
30664(@pxref{Print Settings, set print object}) is set to @code{on}, the
30665@emph{actual} (derived) type of the object is shown rather than the
30666@emph{declared} one.
0cc7d26f
TT
30667
30668@item thread-id
30669If a variable object is bound to a specific thread, then this is the
30670thread's identifier.
30671
30672@item has_more
30673For a dynamic varobj, this indicates whether there appear to be any
30674children available. For a non-dynamic varobj, this will be 0.
30675
30676@item dynamic
30677This attribute will be present and have the value @samp{1} if the
30678varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
30679then this attribute will not be present.
30680
30681@item displayhint
30682A dynamic varobj can supply a display hint to the front end. The
30683value comes directly from the Python pretty-printer object's
4c374409 30684@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
30685@end table
30686
30687Typical output will look like this:
922fbb7b
AC
30688
30689@smallexample
0cc7d26f
TT
30690 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
30691 has_more="@var{has_more}"
dcaaae04
NR
30692@end smallexample
30693
a2c02241
NR
30694
30695@subheading The @code{-var-delete} Command
30696@findex -var-delete
922fbb7b
AC
30697
30698@subsubheading Synopsis
30699
30700@smallexample
22d8a470 30701 -var-delete [ -c ] @var{name}
922fbb7b
AC
30702@end smallexample
30703
a2c02241 30704Deletes a previously created variable object and all of its children.
22d8a470 30705With the @samp{-c} option, just deletes the children.
922fbb7b 30706
a2c02241 30707Returns an error if the object @var{name} is not found.
922fbb7b 30708
922fbb7b 30709
a2c02241
NR
30710@subheading The @code{-var-set-format} Command
30711@findex -var-set-format
922fbb7b 30712
a2c02241 30713@subsubheading Synopsis
922fbb7b
AC
30714
30715@smallexample
a2c02241 30716 -var-set-format @var{name} @var{format-spec}
922fbb7b
AC
30717@end smallexample
30718
a2c02241
NR
30719Sets the output format for the value of the object @var{name} to be
30720@var{format-spec}.
30721
de051565 30722@anchor{-var-set-format}
a2c02241
NR
30723The syntax for the @var{format-spec} is as follows:
30724
30725@smallexample
30726 @var{format-spec} @expansion{}
30727 @{binary | decimal | hexadecimal | octal | natural@}
30728@end smallexample
30729
c8b2f53c
VP
30730The natural format is the default format choosen automatically
30731based on the variable type (like decimal for an @code{int}, hex
30732for pointers, etc.).
30733
30734For a variable with children, the format is set only on the
30735variable itself, and the children are not affected.
a2c02241
NR
30736
30737@subheading The @code{-var-show-format} Command
30738@findex -var-show-format
922fbb7b
AC
30739
30740@subsubheading Synopsis
30741
30742@smallexample
a2c02241 30743 -var-show-format @var{name}
922fbb7b
AC
30744@end smallexample
30745
a2c02241 30746Returns the format used to display the value of the object @var{name}.
922fbb7b 30747
a2c02241
NR
30748@smallexample
30749 @var{format} @expansion{}
30750 @var{format-spec}
30751@end smallexample
922fbb7b 30752
922fbb7b 30753
a2c02241
NR
30754@subheading The @code{-var-info-num-children} Command
30755@findex -var-info-num-children
30756
30757@subsubheading Synopsis
30758
30759@smallexample
30760 -var-info-num-children @var{name}
30761@end smallexample
30762
30763Returns the number of children of a variable object @var{name}:
30764
30765@smallexample
30766 numchild=@var{n}
30767@end smallexample
30768
0cc7d26f
TT
30769Note that this number is not completely reliable for a dynamic varobj.
30770It will return the current number of children, but more children may
30771be available.
30772
a2c02241
NR
30773
30774@subheading The @code{-var-list-children} Command
30775@findex -var-list-children
30776
30777@subsubheading Synopsis
30778
30779@smallexample
0cc7d26f 30780 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
a2c02241 30781@end smallexample
b569d230 30782@anchor{-var-list-children}
a2c02241
NR
30783
30784Return a list of the children of the specified variable object and
30785create variable objects for them, if they do not already exist. With
f5011d11 30786a single argument or if @var{print-values} has a value of 0 or
a2c02241
NR
30787@code{--no-values}, print only the names of the variables; if
30788@var{print-values} is 1 or @code{--all-values}, also print their
30789values; and if it is 2 or @code{--simple-values} print the name and
30790value for simple data types and just the name for arrays, structures
30791and unions.
922fbb7b 30792
0cc7d26f
TT
30793@var{from} and @var{to}, if specified, indicate the range of children
30794to report. If @var{from} or @var{to} is less than zero, the range is
30795reset and all children will be reported. Otherwise, children starting
30796at @var{from} (zero-based) and up to and excluding @var{to} will be
30797reported.
30798
30799If a child range is requested, it will only affect the current call to
30800@code{-var-list-children}, but not future calls to @code{-var-update}.
30801For this, you must instead use @code{-var-set-update-range}. The
30802intent of this approach is to enable a front end to implement any
30803update approach it likes; for example, scrolling a view may cause the
30804front end to request more children with @code{-var-list-children}, and
30805then the front end could call @code{-var-set-update-range} with a
30806different range to ensure that future updates are restricted to just
30807the visible items.
30808
b569d230
EZ
30809For each child the following results are returned:
30810
30811@table @var
30812
30813@item name
30814Name of the variable object created for this child.
30815
30816@item exp
30817The expression to be shown to the user by the front end to designate this child.
30818For example this may be the name of a structure member.
30819
0cc7d26f
TT
30820For a dynamic varobj, this value cannot be used to form an
30821expression. There is no way to do this at all with a dynamic varobj.
30822
b569d230
EZ
30823For C/C@t{++} structures there are several pseudo children returned to
30824designate access qualifiers. For these pseudo children @var{exp} is
30825@samp{public}, @samp{private}, or @samp{protected}. In this case the
30826type and value are not present.
30827
0cc7d26f
TT
30828A dynamic varobj will not report the access qualifying
30829pseudo-children, regardless of the language. This information is not
30830available at all with a dynamic varobj.
30831
b569d230 30832@item numchild
0cc7d26f
TT
30833Number of children this child has. For a dynamic varobj, this will be
308340.
b569d230
EZ
30835
30836@item type
8264ba82
AG
30837The type of the child. If @samp{print object}
30838(@pxref{Print Settings, set print object}) is set to @code{on}, the
30839@emph{actual} (derived) type of the object is shown rather than the
30840@emph{declared} one.
b569d230
EZ
30841
30842@item value
30843If values were requested, this is the value.
30844
30845@item thread-id
30846If this variable object is associated with a thread, this is the thread id.
30847Otherwise this result is not present.
30848
30849@item frozen
30850If the variable object is frozen, this variable will be present with a value of 1.
30851@end table
30852
0cc7d26f
TT
30853The result may have its own attributes:
30854
30855@table @samp
30856@item displayhint
30857A dynamic varobj can supply a display hint to the front end. The
30858value comes directly from the Python pretty-printer object's
4c374409 30859@code{display_hint} method. @xref{Pretty Printing API}.
0cc7d26f
TT
30860
30861@item has_more
30862This is an integer attribute which is nonzero if there are children
30863remaining after the end of the selected range.
30864@end table
30865
922fbb7b
AC
30866@subsubheading Example
30867
30868@smallexample
594fe323 30869(gdb)
a2c02241 30870 -var-list-children n
b569d230 30871 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 30872 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
594fe323 30873(gdb)
a2c02241 30874 -var-list-children --all-values n
b569d230 30875 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
a2c02241 30876 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
30877@end smallexample
30878
922fbb7b 30879
a2c02241
NR
30880@subheading The @code{-var-info-type} Command
30881@findex -var-info-type
922fbb7b 30882
a2c02241
NR
30883@subsubheading Synopsis
30884
30885@smallexample
30886 -var-info-type @var{name}
30887@end smallexample
30888
30889Returns the type of the specified variable @var{name}. The type is
30890returned as a string in the same format as it is output by the
30891@value{GDBN} CLI:
30892
30893@smallexample
30894 type=@var{typename}
30895@end smallexample
30896
30897
30898@subheading The @code{-var-info-expression} Command
30899@findex -var-info-expression
922fbb7b
AC
30900
30901@subsubheading Synopsis
30902
30903@smallexample
a2c02241 30904 -var-info-expression @var{name}
922fbb7b
AC
30905@end smallexample
30906
02142340
VP
30907Returns a string that is suitable for presenting this
30908variable object in user interface. The string is generally
30909not valid expression in the current language, and cannot be evaluated.
30910
30911For example, if @code{a} is an array, and variable object
30912@code{A} was created for @code{a}, then we'll get this output:
922fbb7b 30913
a2c02241 30914@smallexample
02142340
VP
30915(gdb) -var-info-expression A.1
30916^done,lang="C",exp="1"
a2c02241 30917@end smallexample
922fbb7b 30918
a2c02241 30919@noindent
02142340
VP
30920Here, the values of @code{lang} can be @code{@{"C" | "C++" | "Java"@}}.
30921
30922Note that the output of the @code{-var-list-children} command also
30923includes those expressions, so the @code{-var-info-expression} command
30924is of limited use.
30925
30926@subheading The @code{-var-info-path-expression} Command
30927@findex -var-info-path-expression
30928
30929@subsubheading Synopsis
30930
30931@smallexample
30932 -var-info-path-expression @var{name}
30933@end smallexample
30934
30935Returns an expression that can be evaluated in the current
30936context and will yield the same value that a variable object has.
30937Compare this with the @code{-var-info-expression} command, which
30938result can be used only for UI presentation. Typical use of
30939the @code{-var-info-path-expression} command is creating a
30940watchpoint from a variable object.
30941
0cc7d26f
TT
30942This command is currently not valid for children of a dynamic varobj,
30943and will give an error when invoked on one.
30944
02142340
VP
30945For example, suppose @code{C} is a C@t{++} class, derived from class
30946@code{Base}, and that the @code{Base} class has a member called
30947@code{m_size}. Assume a variable @code{c} is has the type of
30948@code{C} and a variable object @code{C} was created for variable
30949@code{c}. Then, we'll get this output:
30950@smallexample
30951(gdb) -var-info-path-expression C.Base.public.m_size
30952^done,path_expr=((Base)c).m_size)
30953@end smallexample
922fbb7b 30954
a2c02241
NR
30955@subheading The @code{-var-show-attributes} Command
30956@findex -var-show-attributes
922fbb7b 30957
a2c02241 30958@subsubheading Synopsis
922fbb7b 30959
a2c02241
NR
30960@smallexample
30961 -var-show-attributes @var{name}
30962@end smallexample
922fbb7b 30963
a2c02241 30964List attributes of the specified variable object @var{name}:
922fbb7b
AC
30965
30966@smallexample
a2c02241 30967 status=@var{attr} [ ( ,@var{attr} )* ]
922fbb7b
AC
30968@end smallexample
30969
a2c02241
NR
30970@noindent
30971where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
30972
30973@subheading The @code{-var-evaluate-expression} Command
30974@findex -var-evaluate-expression
30975
30976@subsubheading Synopsis
30977
30978@smallexample
de051565 30979 -var-evaluate-expression [-f @var{format-spec}] @var{name}
a2c02241
NR
30980@end smallexample
30981
30982Evaluates the expression that is represented by the specified variable
de051565
MK
30983object and returns its value as a string. The format of the string
30984can be specified with the @samp{-f} option. The possible values of
30985this option are the same as for @code{-var-set-format}
30986(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
30987the current display format will be used. The current display format
30988can be changed using the @code{-var-set-format} command.
a2c02241
NR
30989
30990@smallexample
30991 value=@var{value}
30992@end smallexample
30993
30994Note that one must invoke @code{-var-list-children} for a variable
30995before the value of a child variable can be evaluated.
30996
30997@subheading The @code{-var-assign} Command
30998@findex -var-assign
30999
31000@subsubheading Synopsis
31001
31002@smallexample
31003 -var-assign @var{name} @var{expression}
31004@end smallexample
31005
31006Assigns the value of @var{expression} to the variable object specified
31007by @var{name}. The object must be @samp{editable}. If the variable's
31008value is altered by the assign, the variable will show up in any
31009subsequent @code{-var-update} list.
31010
31011@subsubheading Example
922fbb7b
AC
31012
31013@smallexample
594fe323 31014(gdb)
a2c02241
NR
31015-var-assign var1 3
31016^done,value="3"
594fe323 31017(gdb)
a2c02241
NR
31018-var-update *
31019^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
594fe323 31020(gdb)
922fbb7b
AC
31021@end smallexample
31022
a2c02241
NR
31023@subheading The @code{-var-update} Command
31024@findex -var-update
31025
31026@subsubheading Synopsis
31027
31028@smallexample
31029 -var-update [@var{print-values}] @{@var{name} | "*"@}
31030@end smallexample
31031
c8b2f53c
VP
31032Reevaluate the expressions corresponding to the variable object
31033@var{name} and all its direct and indirect children, and return the
36ece8b3
NR
31034list of variable objects whose values have changed; @var{name} must
31035be a root variable object. Here, ``changed'' means that the result of
31036@code{-var-evaluate-expression} before and after the
31037@code{-var-update} is different. If @samp{*} is used as the variable
9f708cb2
VP
31038object names, all existing variable objects are updated, except
31039for frozen ones (@pxref{-var-set-frozen}). The option
36ece8b3 31040@var{print-values} determines whether both names and values, or just
de051565 31041names are printed. The possible values of this option are the same
36ece8b3
NR
31042as for @code{-var-list-children} (@pxref{-var-list-children}). It is
31043recommended to use the @samp{--all-values} option, to reduce the
31044number of MI commands needed on each program stop.
c8b2f53c 31045
c3b108f7
VP
31046With the @samp{*} parameter, if a variable object is bound to a
31047currently running thread, it will not be updated, without any
31048diagnostic.
a2c02241 31049
0cc7d26f
TT
31050If @code{-var-set-update-range} was previously used on a varobj, then
31051only the selected range of children will be reported.
922fbb7b 31052
0cc7d26f
TT
31053@code{-var-update} reports all the changed varobjs in a tuple named
31054@samp{changelist}.
31055
31056Each item in the change list is itself a tuple holding:
31057
31058@table @samp
31059@item name
31060The name of the varobj.
31061
31062@item value
31063If values were requested for this update, then this field will be
31064present and will hold the value of the varobj.
922fbb7b 31065
0cc7d26f 31066@item in_scope
9f708cb2 31067@anchor{-var-update}
0cc7d26f 31068This field is a string which may take one of three values:
36ece8b3
NR
31069
31070@table @code
31071@item "true"
31072The variable object's current value is valid.
31073
31074@item "false"
31075The variable object does not currently hold a valid value but it may
31076hold one in the future if its associated expression comes back into
31077scope.
31078
31079@item "invalid"
31080The variable object no longer holds a valid value.
31081This can occur when the executable file being debugged has changed,
31082either through recompilation or by using the @value{GDBN} @code{file}
31083command. The front end should normally choose to delete these variable
31084objects.
31085@end table
31086
31087In the future new values may be added to this list so the front should
31088be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
31089
0cc7d26f
TT
31090@item type_changed
31091This is only present if the varobj is still valid. If the type
31092changed, then this will be the string @samp{true}; otherwise it will
31093be @samp{false}.
31094
7191c139
JB
31095When a varobj's type changes, its children are also likely to have
31096become incorrect. Therefore, the varobj's children are automatically
31097deleted when this attribute is @samp{true}. Also, the varobj's update
31098range, when set using the @code{-var-set-update-range} command, is
31099unset.
31100
0cc7d26f
TT
31101@item new_type
31102If the varobj's type changed, then this field will be present and will
31103hold the new type.
31104
31105@item new_num_children
31106For a dynamic varobj, if the number of children changed, or if the
31107type changed, this will be the new number of children.
31108
31109The @samp{numchild} field in other varobj responses is generally not
31110valid for a dynamic varobj -- it will show the number of children that
31111@value{GDBN} knows about, but because dynamic varobjs lazily
31112instantiate their children, this will not reflect the number of
31113children which may be available.
31114
31115The @samp{new_num_children} attribute only reports changes to the
31116number of children known by @value{GDBN}. This is the only way to
31117detect whether an update has removed children (which necessarily can
31118only happen at the end of the update range).
31119
31120@item displayhint
31121The display hint, if any.
31122
31123@item has_more
31124This is an integer value, which will be 1 if there are more children
31125available outside the varobj's update range.
31126
31127@item dynamic
31128This attribute will be present and have the value @samp{1} if the
31129varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
31130then this attribute will not be present.
31131
31132@item new_children
31133If new children were added to a dynamic varobj within the selected
31134update range (as set by @code{-var-set-update-range}), then they will
31135be listed in this attribute.
31136@end table
31137
31138@subsubheading Example
31139
31140@smallexample
31141(gdb)
31142-var-assign var1 3
31143^done,value="3"
31144(gdb)
31145-var-update --all-values var1
31146^done,changelist=[@{name="var1",value="3",in_scope="true",
31147type_changed="false"@}]
31148(gdb)
31149@end smallexample
31150
25d5ea92
VP
31151@subheading The @code{-var-set-frozen} Command
31152@findex -var-set-frozen
9f708cb2 31153@anchor{-var-set-frozen}
25d5ea92
VP
31154
31155@subsubheading Synopsis
31156
31157@smallexample
9f708cb2 31158 -var-set-frozen @var{name} @var{flag}
25d5ea92
VP
31159@end smallexample
31160
9f708cb2 31161Set the frozenness flag on the variable object @var{name}. The
25d5ea92 31162@var{flag} parameter should be either @samp{1} to make the variable
9f708cb2 31163frozen or @samp{0} to make it unfrozen. If a variable object is
25d5ea92 31164frozen, then neither itself, nor any of its children, are
9f708cb2 31165implicitly updated by @code{-var-update} of
25d5ea92
VP
31166a parent variable or by @code{-var-update *}. Only
31167@code{-var-update} of the variable itself will update its value and
31168values of its children. After a variable object is unfrozen, it is
31169implicitly updated by all subsequent @code{-var-update} operations.
31170Unfreezing a variable does not update it, only subsequent
31171@code{-var-update} does.
31172
31173@subsubheading Example
31174
31175@smallexample
31176(gdb)
31177-var-set-frozen V 1
31178^done
31179(gdb)
31180@end smallexample
31181
0cc7d26f
TT
31182@subheading The @code{-var-set-update-range} command
31183@findex -var-set-update-range
31184@anchor{-var-set-update-range}
31185
31186@subsubheading Synopsis
31187
31188@smallexample
31189 -var-set-update-range @var{name} @var{from} @var{to}
31190@end smallexample
31191
31192Set the range of children to be returned by future invocations of
31193@code{-var-update}.
31194
31195@var{from} and @var{to} indicate the range of children to report. If
31196@var{from} or @var{to} is less than zero, the range is reset and all
31197children will be reported. Otherwise, children starting at @var{from}
31198(zero-based) and up to and excluding @var{to} will be reported.
31199
31200@subsubheading Example
31201
31202@smallexample
31203(gdb)
31204-var-set-update-range V 1 2
31205^done
31206@end smallexample
31207
b6313243
TT
31208@subheading The @code{-var-set-visualizer} command
31209@findex -var-set-visualizer
31210@anchor{-var-set-visualizer}
31211
31212@subsubheading Synopsis
31213
31214@smallexample
31215 -var-set-visualizer @var{name} @var{visualizer}
31216@end smallexample
31217
31218Set a visualizer for the variable object @var{name}.
31219
31220@var{visualizer} is the visualizer to use. The special value
31221@samp{None} means to disable any visualizer in use.
31222
31223If not @samp{None}, @var{visualizer} must be a Python expression.
31224This expression must evaluate to a callable object which accepts a
31225single argument. @value{GDBN} will call this object with the value of
31226the varobj @var{name} as an argument (this is done so that the same
31227Python pretty-printing code can be used for both the CLI and MI).
31228When called, this object must return an object which conforms to the
4c374409 31229pretty-printing interface (@pxref{Pretty Printing API}).
b6313243
TT
31230
31231The pre-defined function @code{gdb.default_visualizer} may be used to
31232select a visualizer by following the built-in process
31233(@pxref{Selecting Pretty-Printers}). This is done automatically when
31234a varobj is created, and so ordinarily is not needed.
31235
31236This feature is only available if Python support is enabled. The MI
31237command @code{-list-features} (@pxref{GDB/MI Miscellaneous Commands})
31238can be used to check this.
31239
31240@subsubheading Example
31241
31242Resetting the visualizer:
31243
31244@smallexample
31245(gdb)
31246-var-set-visualizer V None
31247^done
31248@end smallexample
31249
31250Reselecting the default (type-based) visualizer:
31251
31252@smallexample
31253(gdb)
31254-var-set-visualizer V gdb.default_visualizer
31255^done
31256@end smallexample
31257
31258Suppose @code{SomeClass} is a visualizer class. A lambda expression
31259can be used to instantiate this class for a varobj:
31260
31261@smallexample
31262(gdb)
31263-var-set-visualizer V "lambda val: SomeClass()"
31264^done
31265@end smallexample
25d5ea92 31266
a2c02241
NR
31267@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31268@node GDB/MI Data Manipulation
31269@section @sc{gdb/mi} Data Manipulation
922fbb7b 31270
a2c02241
NR
31271@cindex data manipulation, in @sc{gdb/mi}
31272@cindex @sc{gdb/mi}, data manipulation
31273This section describes the @sc{gdb/mi} commands that manipulate data:
31274examine memory and registers, evaluate expressions, etc.
31275
31276@c REMOVED FROM THE INTERFACE.
31277@c @subheading -data-assign
31278@c Change the value of a program variable. Plenty of side effects.
79a6e687 31279@c @subsubheading GDB Command
a2c02241
NR
31280@c set variable
31281@c @subsubheading Example
31282@c N.A.
31283
31284@subheading The @code{-data-disassemble} Command
31285@findex -data-disassemble
922fbb7b
AC
31286
31287@subsubheading Synopsis
31288
31289@smallexample
a2c02241
NR
31290 -data-disassemble
31291 [ -s @var{start-addr} -e @var{end-addr} ]
31292 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
31293 -- @var{mode}
922fbb7b
AC
31294@end smallexample
31295
a2c02241
NR
31296@noindent
31297Where:
31298
31299@table @samp
31300@item @var{start-addr}
31301is the beginning address (or @code{$pc})
31302@item @var{end-addr}
31303is the end address
31304@item @var{filename}
31305is the name of the file to disassemble
31306@item @var{linenum}
31307is the line number to disassemble around
31308@item @var{lines}
d3e8051b 31309is the number of disassembly lines to be produced. If it is -1,
a2c02241
NR
31310the whole function will be disassembled, in case no @var{end-addr} is
31311specified. If @var{end-addr} is specified as a non-zero value, and
31312@var{lines} is lower than the number of disassembly lines between
31313@var{start-addr} and @var{end-addr}, only @var{lines} lines are
31314displayed; if @var{lines} is higher than the number of lines between
31315@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
31316are displayed.
31317@item @var{mode}
b716877b
AB
31318is either 0 (meaning only disassembly), 1 (meaning mixed source and
31319disassembly), 2 (meaning disassembly with raw opcodes), or 3 (meaning
31320mixed source and disassembly with raw opcodes).
a2c02241
NR
31321@end table
31322
31323@subsubheading Result
31324
ed8a1c2d
AB
31325The result of the @code{-data-disassemble} command will be a list named
31326@samp{asm_insns}, the contents of this list depend on the @var{mode}
31327used with the @code{-data-disassemble} command.
a2c02241 31328
ed8a1c2d
AB
31329For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
31330following fields:
31331
31332@table @code
31333@item address
31334The address at which this instruction was disassembled.
31335
31336@item func-name
31337The name of the function this instruction is within.
31338
31339@item offset
31340The decimal offset in bytes from the start of @samp{func-name}.
31341
31342@item inst
31343The text disassembly for this @samp{address}.
31344
31345@item opcodes
31346This field is only present for mode 2. This contains the raw opcode
31347bytes for the @samp{inst} field.
31348
31349@end table
31350
31351For modes 1 and 3 the @samp{asm_insns} list contains tuples named
31352@samp{src_and_asm_line}, each of which has the following fields:
a2c02241 31353
ed8a1c2d
AB
31354@table @code
31355@item line
31356The line number within @samp{file}.
31357
31358@item file
31359The file name from the compilation unit. This might be an absolute
31360file name or a relative file name depending on the compile command
31361used.
31362
31363@item fullname
f35a17b5
JK
31364Absolute file name of @samp{file}. It is converted to a canonical form
31365using the source file search path
31366(@pxref{Source Path, ,Specifying Source Directories})
31367and after resolving all the symbolic links.
31368
31369If the source file is not found this field will contain the path as
31370present in the debug information.
ed8a1c2d
AB
31371
31372@item line_asm_insn
31373This is a list of tuples containing the disassembly for @samp{line} in
31374@samp{file}. The fields of each tuple are the same as for
31375@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
31376@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
31377@samp{opcodes}.
31378
31379@end table
31380
31381Note that whatever included in the @samp{inst} field, is not
31382manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
31383adjust its format.
922fbb7b
AC
31384
31385@subsubheading @value{GDBN} Command
31386
ed8a1c2d 31387The corresponding @value{GDBN} command is @samp{disassemble}.
922fbb7b
AC
31388
31389@subsubheading Example
31390
a2c02241
NR
31391Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
31392
922fbb7b 31393@smallexample
594fe323 31394(gdb)
a2c02241
NR
31395-data-disassemble -s $pc -e "$pc + 20" -- 0
31396^done,
31397asm_insns=[
31398@{address="0x000107c0",func-name="main",offset="4",
31399inst="mov 2, %o0"@},
31400@{address="0x000107c4",func-name="main",offset="8",
31401inst="sethi %hi(0x11800), %o2"@},
31402@{address="0x000107c8",func-name="main",offset="12",
31403inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
31404@{address="0x000107cc",func-name="main",offset="16",
31405inst="sethi %hi(0x11800), %o2"@},
31406@{address="0x000107d0",func-name="main",offset="20",
31407inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
594fe323 31408(gdb)
a2c02241
NR
31409@end smallexample
31410
31411Disassemble the whole @code{main} function. Line 32 is part of
31412@code{main}.
31413
31414@smallexample
31415-data-disassemble -f basics.c -l 32 -- 0
31416^done,asm_insns=[
31417@{address="0x000107bc",func-name="main",offset="0",
31418inst="save %sp, -112, %sp"@},
31419@{address="0x000107c0",func-name="main",offset="4",
31420inst="mov 2, %o0"@},
31421@{address="0x000107c4",func-name="main",offset="8",
31422inst="sethi %hi(0x11800), %o2"@},
31423[@dots{}]
31424@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
31425@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
594fe323 31426(gdb)
922fbb7b
AC
31427@end smallexample
31428
a2c02241 31429Disassemble 3 instructions from the start of @code{main}:
922fbb7b 31430
a2c02241 31431@smallexample
594fe323 31432(gdb)
a2c02241
NR
31433-data-disassemble -f basics.c -l 32 -n 3 -- 0
31434^done,asm_insns=[
31435@{address="0x000107bc",func-name="main",offset="0",
31436inst="save %sp, -112, %sp"@},
31437@{address="0x000107c0",func-name="main",offset="4",
31438inst="mov 2, %o0"@},
31439@{address="0x000107c4",func-name="main",offset="8",
31440inst="sethi %hi(0x11800), %o2"@}]
594fe323 31441(gdb)
a2c02241
NR
31442@end smallexample
31443
31444Disassemble 3 instructions from the start of @code{main} in mixed mode:
31445
31446@smallexample
594fe323 31447(gdb)
a2c02241
NR
31448-data-disassemble -f basics.c -l 32 -n 3 -- 1
31449^done,asm_insns=[
31450src_and_asm_line=@{line="31",
ed8a1c2d
AB
31451file="../../../src/gdb/testsuite/gdb.mi/basics.c",
31452fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
31453line_asm_insn=[@{address="0x000107bc",
31454func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
a2c02241 31455src_and_asm_line=@{line="32",
ed8a1c2d
AB
31456file="../../../src/gdb/testsuite/gdb.mi/basics.c",
31457fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
31458line_asm_insn=[@{address="0x000107c0",
31459func-name="main",offset="4",inst="mov 2, %o0"@},
a2c02241
NR
31460@{address="0x000107c4",func-name="main",offset="8",
31461inst="sethi %hi(0x11800), %o2"@}]@}]
594fe323 31462(gdb)
a2c02241
NR
31463@end smallexample
31464
31465
31466@subheading The @code{-data-evaluate-expression} Command
31467@findex -data-evaluate-expression
922fbb7b
AC
31468
31469@subsubheading Synopsis
31470
31471@smallexample
a2c02241 31472 -data-evaluate-expression @var{expr}
922fbb7b
AC
31473@end smallexample
31474
a2c02241
NR
31475Evaluate @var{expr} as an expression. The expression could contain an
31476inferior function call. The function call will execute synchronously.
31477If the expression contains spaces, it must be enclosed in double quotes.
922fbb7b
AC
31478
31479@subsubheading @value{GDBN} Command
31480
a2c02241
NR
31481The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
31482@samp{call}. In @code{gdbtk} only, there's a corresponding
31483@samp{gdb_eval} command.
922fbb7b
AC
31484
31485@subsubheading Example
31486
a2c02241
NR
31487In the following example, the numbers that precede the commands are the
31488@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
31489Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
31490output.
31491
922fbb7b 31492@smallexample
a2c02241
NR
31493211-data-evaluate-expression A
31494211^done,value="1"
594fe323 31495(gdb)
a2c02241
NR
31496311-data-evaluate-expression &A
31497311^done,value="0xefffeb7c"
594fe323 31498(gdb)
a2c02241
NR
31499411-data-evaluate-expression A+3
31500411^done,value="4"
594fe323 31501(gdb)
a2c02241
NR
31502511-data-evaluate-expression "A + 3"
31503511^done,value="4"
594fe323 31504(gdb)
a2c02241 31505@end smallexample
922fbb7b
AC
31506
31507
a2c02241
NR
31508@subheading The @code{-data-list-changed-registers} Command
31509@findex -data-list-changed-registers
922fbb7b
AC
31510
31511@subsubheading Synopsis
31512
31513@smallexample
a2c02241 31514 -data-list-changed-registers
922fbb7b
AC
31515@end smallexample
31516
a2c02241 31517Display a list of the registers that have changed.
922fbb7b
AC
31518
31519@subsubheading @value{GDBN} Command
31520
a2c02241
NR
31521@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
31522has the corresponding command @samp{gdb_changed_register_list}.
922fbb7b
AC
31523
31524@subsubheading Example
922fbb7b 31525
a2c02241 31526On a PPC MBX board:
922fbb7b
AC
31527
31528@smallexample
594fe323 31529(gdb)
a2c02241
NR
31530-exec-continue
31531^running
922fbb7b 31532
594fe323 31533(gdb)
a47ec5fe
AR
31534*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
31535func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
31536line="5"@}
594fe323 31537(gdb)
a2c02241
NR
31538-data-list-changed-registers
31539^done,changed-registers=["0","1","2","4","5","6","7","8","9",
31540"10","11","13","14","15","16","17","18","19","20","21","22","23",
31541"24","25","26","27","28","30","31","64","65","66","67","69"]
594fe323 31542(gdb)
a2c02241 31543@end smallexample
922fbb7b
AC
31544
31545
a2c02241
NR
31546@subheading The @code{-data-list-register-names} Command
31547@findex -data-list-register-names
922fbb7b
AC
31548
31549@subsubheading Synopsis
31550
31551@smallexample
a2c02241 31552 -data-list-register-names [ ( @var{regno} )+ ]
922fbb7b
AC
31553@end smallexample
31554
a2c02241
NR
31555Show a list of register names for the current target. If no arguments
31556are given, it shows a list of the names of all the registers. If
31557integer numbers are given as arguments, it will print a list of the
31558names of the registers corresponding to the arguments. To ensure
31559consistency between a register name and its number, the output list may
31560include empty register names.
922fbb7b
AC
31561
31562@subsubheading @value{GDBN} Command
31563
a2c02241
NR
31564@value{GDBN} does not have a command which corresponds to
31565@samp{-data-list-register-names}. In @code{gdbtk} there is a
31566corresponding command @samp{gdb_regnames}.
922fbb7b
AC
31567
31568@subsubheading Example
922fbb7b 31569
a2c02241
NR
31570For the PPC MBX board:
31571@smallexample
594fe323 31572(gdb)
a2c02241
NR
31573-data-list-register-names
31574^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
31575"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
31576"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
31577"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
31578"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
31579"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
31580"", "pc","ps","cr","lr","ctr","xer"]
594fe323 31581(gdb)
a2c02241
NR
31582-data-list-register-names 1 2 3
31583^done,register-names=["r1","r2","r3"]
594fe323 31584(gdb)
a2c02241 31585@end smallexample
922fbb7b 31586
a2c02241
NR
31587@subheading The @code{-data-list-register-values} Command
31588@findex -data-list-register-values
922fbb7b
AC
31589
31590@subsubheading Synopsis
31591
31592@smallexample
a2c02241 31593 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
922fbb7b
AC
31594@end smallexample
31595
a2c02241
NR
31596Display the registers' contents. @var{fmt} is the format according to
31597which the registers' contents are to be returned, followed by an optional
31598list of numbers specifying the registers to display. A missing list of
31599numbers indicates that the contents of all the registers must be returned.
31600
31601Allowed formats for @var{fmt} are:
31602
31603@table @code
31604@item x
31605Hexadecimal
31606@item o
31607Octal
31608@item t
31609Binary
31610@item d
31611Decimal
31612@item r
31613Raw
31614@item N
31615Natural
31616@end table
922fbb7b
AC
31617
31618@subsubheading @value{GDBN} Command
31619
a2c02241
NR
31620The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
31621all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
922fbb7b
AC
31622
31623@subsubheading Example
922fbb7b 31624
a2c02241
NR
31625For a PPC MBX board (note: line breaks are for readability only, they
31626don't appear in the actual output):
31627
31628@smallexample
594fe323 31629(gdb)
a2c02241
NR
31630-data-list-register-values r 64 65
31631^done,register-values=[@{number="64",value="0xfe00a300"@},
31632@{number="65",value="0x00029002"@}]
594fe323 31633(gdb)
a2c02241
NR
31634-data-list-register-values x
31635^done,register-values=[@{number="0",value="0xfe0043c8"@},
31636@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
31637@{number="3",value="0x0"@},@{number="4",value="0xa"@},
31638@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
31639@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
31640@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
31641@{number="11",value="0x1"@},@{number="12",value="0x0"@},
31642@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
31643@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
31644@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
31645@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
31646@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
31647@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
31648@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
31649@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
31650@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
31651@{number="31",value="0x0"@},@{number="32",value="0x0"@},
31652@{number="33",value="0x0"@},@{number="34",value="0x0"@},
31653@{number="35",value="0x0"@},@{number="36",value="0x0"@},
31654@{number="37",value="0x0"@},@{number="38",value="0x0"@},
31655@{number="39",value="0x0"@},@{number="40",value="0x0"@},
31656@{number="41",value="0x0"@},@{number="42",value="0x0"@},
31657@{number="43",value="0x0"@},@{number="44",value="0x0"@},
31658@{number="45",value="0x0"@},@{number="46",value="0x0"@},
31659@{number="47",value="0x0"@},@{number="48",value="0x0"@},
31660@{number="49",value="0x0"@},@{number="50",value="0x0"@},
31661@{number="51",value="0x0"@},@{number="52",value="0x0"@},
31662@{number="53",value="0x0"@},@{number="54",value="0x0"@},
31663@{number="55",value="0x0"@},@{number="56",value="0x0"@},
31664@{number="57",value="0x0"@},@{number="58",value="0x0"@},
31665@{number="59",value="0x0"@},@{number="60",value="0x0"@},
31666@{number="61",value="0x0"@},@{number="62",value="0x0"@},
31667@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
31668@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
31669@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
31670@{number="69",value="0x20002b03"@}]
594fe323 31671(gdb)
a2c02241 31672@end smallexample
922fbb7b 31673
a2c02241
NR
31674
31675@subheading The @code{-data-read-memory} Command
31676@findex -data-read-memory
922fbb7b 31677
8dedea02
VP
31678This command is deprecated, use @code{-data-read-memory-bytes} instead.
31679
922fbb7b
AC
31680@subsubheading Synopsis
31681
31682@smallexample
a2c02241
NR
31683 -data-read-memory [ -o @var{byte-offset} ]
31684 @var{address} @var{word-format} @var{word-size}
31685 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
922fbb7b
AC
31686@end smallexample
31687
a2c02241
NR
31688@noindent
31689where:
922fbb7b 31690
a2c02241
NR
31691@table @samp
31692@item @var{address}
31693An expression specifying the address of the first memory word to be
31694read. Complex expressions containing embedded white space should be
31695quoted using the C convention.
922fbb7b 31696
a2c02241
NR
31697@item @var{word-format}
31698The format to be used to print the memory words. The notation is the
31699same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
79a6e687 31700,Output Formats}).
922fbb7b 31701
a2c02241
NR
31702@item @var{word-size}
31703The size of each memory word in bytes.
922fbb7b 31704
a2c02241
NR
31705@item @var{nr-rows}
31706The number of rows in the output table.
922fbb7b 31707
a2c02241
NR
31708@item @var{nr-cols}
31709The number of columns in the output table.
922fbb7b 31710
a2c02241
NR
31711@item @var{aschar}
31712If present, indicates that each row should include an @sc{ascii} dump. The
31713value of @var{aschar} is used as a padding character when a byte is not a
31714member of the printable @sc{ascii} character set (printable @sc{ascii}
31715characters are those whose code is between 32 and 126, inclusively).
922fbb7b 31716
a2c02241
NR
31717@item @var{byte-offset}
31718An offset to add to the @var{address} before fetching memory.
31719@end table
922fbb7b 31720
a2c02241
NR
31721This command displays memory contents as a table of @var{nr-rows} by
31722@var{nr-cols} words, each word being @var{word-size} bytes. In total,
31723@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
31724(returned as @samp{total-bytes}). Should less than the requested number
31725of bytes be returned by the target, the missing words are identified
31726using @samp{N/A}. The number of bytes read from the target is returned
31727in @samp{nr-bytes} and the starting address used to read memory in
31728@samp{addr}.
31729
31730The address of the next/previous row or page is available in
31731@samp{next-row} and @samp{prev-row}, @samp{next-page} and
31732@samp{prev-page}.
922fbb7b
AC
31733
31734@subsubheading @value{GDBN} Command
31735
a2c02241
NR
31736The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
31737@samp{gdb_get_mem} memory read command.
922fbb7b
AC
31738
31739@subsubheading Example
32e7087d 31740
a2c02241
NR
31741Read six bytes of memory starting at @code{bytes+6} but then offset by
31742@code{-6} bytes. Format as three rows of two columns. One byte per
31743word. Display each word in hex.
32e7087d
JB
31744
31745@smallexample
594fe323 31746(gdb)
a2c02241
NR
317479-data-read-memory -o -6 -- bytes+6 x 1 3 2
317489^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
31749next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
31750prev-page="0x0000138a",memory=[
31751@{addr="0x00001390",data=["0x00","0x01"]@},
31752@{addr="0x00001392",data=["0x02","0x03"]@},
31753@{addr="0x00001394",data=["0x04","0x05"]@}]
594fe323 31754(gdb)
32e7087d
JB
31755@end smallexample
31756
a2c02241
NR
31757Read two bytes of memory starting at address @code{shorts + 64} and
31758display as a single word formatted in decimal.
32e7087d 31759
32e7087d 31760@smallexample
594fe323 31761(gdb)
a2c02241
NR
317625-data-read-memory shorts+64 d 2 1 1
317635^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
31764next-row="0x00001512",prev-row="0x0000150e",
31765next-page="0x00001512",prev-page="0x0000150e",memory=[
31766@{addr="0x00001510",data=["128"]@}]
594fe323 31767(gdb)
32e7087d
JB
31768@end smallexample
31769
a2c02241
NR
31770Read thirty two bytes of memory starting at @code{bytes+16} and format
31771as eight rows of four columns. Include a string encoding with @samp{x}
31772used as the non-printable character.
922fbb7b
AC
31773
31774@smallexample
594fe323 31775(gdb)
a2c02241
NR
317764-data-read-memory bytes+16 x 1 8 4 x
317774^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
31778next-row="0x000013c0",prev-row="0x0000139c",
31779next-page="0x000013c0",prev-page="0x00001380",memory=[
31780@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
31781@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
31782@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
31783@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
31784@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
31785@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
31786@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
31787@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
594fe323 31788(gdb)
922fbb7b
AC
31789@end smallexample
31790
8dedea02
VP
31791@subheading The @code{-data-read-memory-bytes} Command
31792@findex -data-read-memory-bytes
31793
31794@subsubheading Synopsis
31795
31796@smallexample
31797 -data-read-memory-bytes [ -o @var{byte-offset} ]
31798 @var{address} @var{count}
31799@end smallexample
31800
31801@noindent
31802where:
31803
31804@table @samp
31805@item @var{address}
31806An expression specifying the address of the first memory word to be
31807read. Complex expressions containing embedded white space should be
31808quoted using the C convention.
31809
31810@item @var{count}
31811The number of bytes to read. This should be an integer literal.
31812
31813@item @var{byte-offset}
31814The offsets in bytes relative to @var{address} at which to start
31815reading. This should be an integer literal. This option is provided
31816so that a frontend is not required to first evaluate address and then
31817perform address arithmetics itself.
31818
31819@end table
31820
31821This command attempts to read all accessible memory regions in the
31822specified range. First, all regions marked as unreadable in the memory
31823map (if one is defined) will be skipped. @xref{Memory Region
31824Attributes}. Second, @value{GDBN} will attempt to read the remaining
31825regions. For each one, if reading full region results in an errors,
31826@value{GDBN} will try to read a subset of the region.
31827
31828In general, every single byte in the region may be readable or not,
31829and the only way to read every readable byte is to try a read at
31830every address, which is not practical. Therefore, @value{GDBN} will
31831attempt to read all accessible bytes at either beginning or the end
31832of the region, using a binary division scheme. This heuristic works
31833well for reading accross a memory map boundary. Note that if a region
31834has a readable range that is neither at the beginning or the end,
31835@value{GDBN} will not read it.
31836
31837The result record (@pxref{GDB/MI Result Records}) that is output of
31838the command includes a field named @samp{memory} whose content is a
31839list of tuples. Each tuple represent a successfully read memory block
31840and has the following fields:
31841
31842@table @code
31843@item begin
31844The start address of the memory block, as hexadecimal literal.
31845
31846@item end
31847The end address of the memory block, as hexadecimal literal.
31848
31849@item offset
31850The offset of the memory block, as hexadecimal literal, relative to
31851the start address passed to @code{-data-read-memory-bytes}.
31852
31853@item contents
31854The contents of the memory block, in hex.
31855
31856@end table
31857
31858
31859
31860@subsubheading @value{GDBN} Command
31861
31862The corresponding @value{GDBN} command is @samp{x}.
31863
31864@subsubheading Example
31865
31866@smallexample
31867(gdb)
31868-data-read-memory-bytes &a 10
31869^done,memory=[@{begin="0xbffff154",offset="0x00000000",
31870 end="0xbffff15e",
31871 contents="01000000020000000300"@}]
31872(gdb)
31873@end smallexample
31874
31875
31876@subheading The @code{-data-write-memory-bytes} Command
31877@findex -data-write-memory-bytes
31878
31879@subsubheading Synopsis
31880
31881@smallexample
31882 -data-write-memory-bytes @var{address} @var{contents}
62747a60 31883 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
8dedea02
VP
31884@end smallexample
31885
31886@noindent
31887where:
31888
31889@table @samp
31890@item @var{address}
31891An expression specifying the address of the first memory word to be
31892read. Complex expressions containing embedded white space should be
31893quoted using the C convention.
31894
31895@item @var{contents}
31896The hex-encoded bytes to write.
31897
62747a60
TT
31898@item @var{count}
31899Optional argument indicating the number of bytes to be written. If @var{count}
31900is greater than @var{contents}' length, @value{GDBN} will repeatedly
31901write @var{contents} until it fills @var{count} bytes.
31902
8dedea02
VP
31903@end table
31904
31905@subsubheading @value{GDBN} Command
31906
31907There's no corresponding @value{GDBN} command.
31908
31909@subsubheading Example
31910
31911@smallexample
31912(gdb)
31913-data-write-memory-bytes &a "aabbccdd"
31914^done
31915(gdb)
31916@end smallexample
31917
62747a60
TT
31918@smallexample
31919(gdb)
31920-data-write-memory-bytes &a "aabbccdd" 16e
31921^done
31922(gdb)
31923@end smallexample
8dedea02 31924
a2c02241
NR
31925@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31926@node GDB/MI Tracepoint Commands
31927@section @sc{gdb/mi} Tracepoint Commands
922fbb7b 31928
18148017
VP
31929The commands defined in this section implement MI support for
31930tracepoints. For detailed introduction, see @ref{Tracepoints}.
31931
31932@subheading The @code{-trace-find} Command
31933@findex -trace-find
31934
31935@subsubheading Synopsis
31936
31937@smallexample
31938 -trace-find @var{mode} [@var{parameters}@dots{}]
31939@end smallexample
31940
31941Find a trace frame using criteria defined by @var{mode} and
31942@var{parameters}. The following table lists permissible
31943modes and their parameters. For details of operation, see @ref{tfind}.
31944
31945@table @samp
31946
31947@item none
31948No parameters are required. Stops examining trace frames.
31949
31950@item frame-number
31951An integer is required as parameter. Selects tracepoint frame with
31952that index.
31953
31954@item tracepoint-number
31955An integer is required as parameter. Finds next
31956trace frame that corresponds to tracepoint with the specified number.
31957
31958@item pc
31959An address is required as parameter. Finds
31960next trace frame that corresponds to any tracepoint at the specified
31961address.
31962
31963@item pc-inside-range
31964Two addresses are required as parameters. Finds next trace
31965frame that corresponds to a tracepoint at an address inside the
31966specified range. Both bounds are considered to be inside the range.
31967
31968@item pc-outside-range
31969Two addresses are required as parameters. Finds
31970next trace frame that corresponds to a tracepoint at an address outside
31971the specified range. Both bounds are considered to be inside the range.
31972
31973@item line
31974Line specification is required as parameter. @xref{Specify Location}.
31975Finds next trace frame that corresponds to a tracepoint at
31976the specified location.
31977
31978@end table
31979
31980If @samp{none} was passed as @var{mode}, the response does not
31981have fields. Otherwise, the response may have the following fields:
31982
31983@table @samp
31984@item found
31985This field has either @samp{0} or @samp{1} as the value, depending
31986on whether a matching tracepoint was found.
31987
31988@item traceframe
31989The index of the found traceframe. This field is present iff
31990the @samp{found} field has value of @samp{1}.
31991
31992@item tracepoint
31993The index of the found tracepoint. This field is present iff
31994the @samp{found} field has value of @samp{1}.
31995
31996@item frame
31997The information about the frame corresponding to the found trace
31998frame. This field is present only if a trace frame was found.
cd64ee31 31999@xref{GDB/MI Frame Information}, for description of this field.
18148017
VP
32000
32001@end table
32002
7d13fe92
SS
32003@subsubheading @value{GDBN} Command
32004
32005The corresponding @value{GDBN} command is @samp{tfind}.
32006
18148017
VP
32007@subheading -trace-define-variable
32008@findex -trace-define-variable
32009
32010@subsubheading Synopsis
32011
32012@smallexample
32013 -trace-define-variable @var{name} [ @var{value} ]
32014@end smallexample
32015
32016Create trace variable @var{name} if it does not exist. If
32017@var{value} is specified, sets the initial value of the specified
32018trace variable to that value. Note that the @var{name} should start
32019with the @samp{$} character.
32020
7d13fe92
SS
32021@subsubheading @value{GDBN} Command
32022
32023The corresponding @value{GDBN} command is @samp{tvariable}.
32024
18148017
VP
32025@subheading -trace-list-variables
32026@findex -trace-list-variables
922fbb7b 32027
18148017 32028@subsubheading Synopsis
922fbb7b 32029
18148017
VP
32030@smallexample
32031 -trace-list-variables
32032@end smallexample
922fbb7b 32033
18148017
VP
32034Return a table of all defined trace variables. Each element of the
32035table has the following fields:
922fbb7b 32036
18148017
VP
32037@table @samp
32038@item name
32039The name of the trace variable. This field is always present.
922fbb7b 32040
18148017
VP
32041@item initial
32042The initial value. This is a 64-bit signed integer. This
32043field is always present.
922fbb7b 32044
18148017
VP
32045@item current
32046The value the trace variable has at the moment. This is a 64-bit
32047signed integer. This field is absent iff current value is
32048not defined, for example if the trace was never run, or is
32049presently running.
922fbb7b 32050
18148017 32051@end table
922fbb7b 32052
7d13fe92
SS
32053@subsubheading @value{GDBN} Command
32054
32055The corresponding @value{GDBN} command is @samp{tvariables}.
32056
18148017 32057@subsubheading Example
922fbb7b 32058
18148017
VP
32059@smallexample
32060(gdb)
32061-trace-list-variables
32062^done,trace-variables=@{nr_rows="1",nr_cols="3",
32063hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
32064 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
32065 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
32066body=[variable=@{name="$trace_timestamp",initial="0"@}
32067 variable=@{name="$foo",initial="10",current="15"@}]@}
32068(gdb)
32069@end smallexample
922fbb7b 32070
18148017
VP
32071@subheading -trace-save
32072@findex -trace-save
922fbb7b 32073
18148017
VP
32074@subsubheading Synopsis
32075
32076@smallexample
32077 -trace-save [-r ] @var{filename}
32078@end smallexample
32079
32080Saves the collected trace data to @var{filename}. Without the
32081@samp{-r} option, the data is downloaded from the target and saved
32082in a local file. With the @samp{-r} option the target is asked
32083to perform the save.
32084
7d13fe92
SS
32085@subsubheading @value{GDBN} Command
32086
32087The corresponding @value{GDBN} command is @samp{tsave}.
32088
18148017
VP
32089
32090@subheading -trace-start
32091@findex -trace-start
32092
32093@subsubheading Synopsis
32094
32095@smallexample
32096 -trace-start
32097@end smallexample
922fbb7b 32098
18148017
VP
32099Starts a tracing experiments. The result of this command does not
32100have any fields.
922fbb7b 32101
7d13fe92
SS
32102@subsubheading @value{GDBN} Command
32103
32104The corresponding @value{GDBN} command is @samp{tstart}.
32105
18148017
VP
32106@subheading -trace-status
32107@findex -trace-status
922fbb7b 32108
18148017
VP
32109@subsubheading Synopsis
32110
32111@smallexample
32112 -trace-status
32113@end smallexample
32114
a97153c7 32115Obtains the status of a tracing experiment. The result may include
18148017
VP
32116the following fields:
32117
32118@table @samp
32119
32120@item supported
32121May have a value of either @samp{0}, when no tracing operations are
32122supported, @samp{1}, when all tracing operations are supported, or
32123@samp{file} when examining trace file. In the latter case, examining
32124of trace frame is possible but new tracing experiement cannot be
32125started. This field is always present.
32126
32127@item running
32128May have a value of either @samp{0} or @samp{1} depending on whether
32129tracing experiement is in progress on target. This field is present
32130if @samp{supported} field is not @samp{0}.
32131
32132@item stop-reason
32133Report the reason why the tracing was stopped last time. This field
32134may be absent iff tracing was never stopped on target yet. The
32135value of @samp{request} means the tracing was stopped as result of
32136the @code{-trace-stop} command. The value of @samp{overflow} means
32137the tracing buffer is full. The value of @samp{disconnection} means
32138tracing was automatically stopped when @value{GDBN} has disconnected.
32139The value of @samp{passcount} means tracing was stopped when a
32140tracepoint was passed a maximal number of times for that tracepoint.
32141This field is present if @samp{supported} field is not @samp{0}.
32142
32143@item stopping-tracepoint
32144The number of tracepoint whose passcount as exceeded. This field is
32145present iff the @samp{stop-reason} field has the value of
32146@samp{passcount}.
32147
32148@item frames
87290684
SS
32149@itemx frames-created
32150The @samp{frames} field is a count of the total number of trace frames
32151in the trace buffer, while @samp{frames-created} is the total created
32152during the run, including ones that were discarded, such as when a
32153circular trace buffer filled up. Both fields are optional.
18148017
VP
32154
32155@item buffer-size
32156@itemx buffer-free
32157These fields tell the current size of the tracing buffer and the
87290684 32158remaining space. These fields are optional.
18148017 32159
a97153c7
PA
32160@item circular
32161The value of the circular trace buffer flag. @code{1} means that the
32162trace buffer is circular and old trace frames will be discarded if
32163necessary to make room, @code{0} means that the trace buffer is linear
32164and may fill up.
32165
32166@item disconnected
32167The value of the disconnected tracing flag. @code{1} means that
32168tracing will continue after @value{GDBN} disconnects, @code{0} means
32169that the trace run will stop.
32170
f5911ea1
HAQ
32171@item trace-file
32172The filename of the trace file being examined. This field is
32173optional, and only present when examining a trace file.
32174
18148017
VP
32175@end table
32176
7d13fe92
SS
32177@subsubheading @value{GDBN} Command
32178
32179The corresponding @value{GDBN} command is @samp{tstatus}.
32180
18148017
VP
32181@subheading -trace-stop
32182@findex -trace-stop
32183
32184@subsubheading Synopsis
32185
32186@smallexample
32187 -trace-stop
32188@end smallexample
922fbb7b 32189
18148017
VP
32190Stops a tracing experiment. The result of this command has the same
32191fields as @code{-trace-status}, except that the @samp{supported} and
32192@samp{running} fields are not output.
922fbb7b 32193
7d13fe92
SS
32194@subsubheading @value{GDBN} Command
32195
32196The corresponding @value{GDBN} command is @samp{tstop}.
32197
922fbb7b 32198
a2c02241
NR
32199@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32200@node GDB/MI Symbol Query
32201@section @sc{gdb/mi} Symbol Query Commands
922fbb7b
AC
32202
32203
9901a55b 32204@ignore
a2c02241
NR
32205@subheading The @code{-symbol-info-address} Command
32206@findex -symbol-info-address
922fbb7b
AC
32207
32208@subsubheading Synopsis
32209
32210@smallexample
a2c02241 32211 -symbol-info-address @var{symbol}
922fbb7b
AC
32212@end smallexample
32213
a2c02241 32214Describe where @var{symbol} is stored.
922fbb7b
AC
32215
32216@subsubheading @value{GDBN} Command
32217
a2c02241 32218The corresponding @value{GDBN} command is @samp{info address}.
922fbb7b
AC
32219
32220@subsubheading Example
32221N.A.
32222
32223
a2c02241
NR
32224@subheading The @code{-symbol-info-file} Command
32225@findex -symbol-info-file
922fbb7b
AC
32226
32227@subsubheading Synopsis
32228
32229@smallexample
a2c02241 32230 -symbol-info-file
922fbb7b
AC
32231@end smallexample
32232
a2c02241 32233Show the file for the symbol.
922fbb7b 32234
a2c02241 32235@subsubheading @value{GDBN} Command
922fbb7b 32236
a2c02241
NR
32237There's no equivalent @value{GDBN} command. @code{gdbtk} has
32238@samp{gdb_find_file}.
922fbb7b
AC
32239
32240@subsubheading Example
32241N.A.
32242
32243
a2c02241
NR
32244@subheading The @code{-symbol-info-function} Command
32245@findex -symbol-info-function
922fbb7b
AC
32246
32247@subsubheading Synopsis
32248
32249@smallexample
a2c02241 32250 -symbol-info-function
922fbb7b
AC
32251@end smallexample
32252
a2c02241 32253Show which function the symbol lives in.
922fbb7b
AC
32254
32255@subsubheading @value{GDBN} Command
32256
a2c02241 32257@samp{gdb_get_function} in @code{gdbtk}.
922fbb7b
AC
32258
32259@subsubheading Example
32260N.A.
32261
32262
a2c02241
NR
32263@subheading The @code{-symbol-info-line} Command
32264@findex -symbol-info-line
922fbb7b
AC
32265
32266@subsubheading Synopsis
32267
32268@smallexample
a2c02241 32269 -symbol-info-line
922fbb7b
AC
32270@end smallexample
32271
a2c02241 32272Show the core addresses of the code for a source line.
922fbb7b 32273
a2c02241 32274@subsubheading @value{GDBN} Command
922fbb7b 32275
a2c02241
NR
32276The corresponding @value{GDBN} command is @samp{info line}.
32277@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
922fbb7b
AC
32278
32279@subsubheading Example
a2c02241 32280N.A.
922fbb7b
AC
32281
32282
a2c02241
NR
32283@subheading The @code{-symbol-info-symbol} Command
32284@findex -symbol-info-symbol
07f31aa6
DJ
32285
32286@subsubheading Synopsis
32287
a2c02241
NR
32288@smallexample
32289 -symbol-info-symbol @var{addr}
32290@end smallexample
07f31aa6 32291
a2c02241 32292Describe what symbol is at location @var{addr}.
07f31aa6 32293
a2c02241 32294@subsubheading @value{GDBN} Command
07f31aa6 32295
a2c02241 32296The corresponding @value{GDBN} command is @samp{info symbol}.
07f31aa6
DJ
32297
32298@subsubheading Example
a2c02241 32299N.A.
07f31aa6
DJ
32300
32301
a2c02241
NR
32302@subheading The @code{-symbol-list-functions} Command
32303@findex -symbol-list-functions
922fbb7b
AC
32304
32305@subsubheading Synopsis
32306
32307@smallexample
a2c02241 32308 -symbol-list-functions
922fbb7b
AC
32309@end smallexample
32310
a2c02241 32311List the functions in the executable.
922fbb7b
AC
32312
32313@subsubheading @value{GDBN} Command
32314
a2c02241
NR
32315@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
32316@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
32317
32318@subsubheading Example
a2c02241 32319N.A.
9901a55b 32320@end ignore
922fbb7b
AC
32321
32322
a2c02241
NR
32323@subheading The @code{-symbol-list-lines} Command
32324@findex -symbol-list-lines
922fbb7b
AC
32325
32326@subsubheading Synopsis
32327
32328@smallexample
a2c02241 32329 -symbol-list-lines @var{filename}
922fbb7b
AC
32330@end smallexample
32331
a2c02241
NR
32332Print the list of lines that contain code and their associated program
32333addresses for the given source filename. The entries are sorted in
32334ascending PC order.
922fbb7b
AC
32335
32336@subsubheading @value{GDBN} Command
32337
a2c02241 32338There is no corresponding @value{GDBN} command.
922fbb7b
AC
32339
32340@subsubheading Example
a2c02241 32341@smallexample
594fe323 32342(gdb)
a2c02241
NR
32343-symbol-list-lines basics.c
32344^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
594fe323 32345(gdb)
a2c02241 32346@end smallexample
922fbb7b
AC
32347
32348
9901a55b 32349@ignore
a2c02241
NR
32350@subheading The @code{-symbol-list-types} Command
32351@findex -symbol-list-types
922fbb7b
AC
32352
32353@subsubheading Synopsis
32354
32355@smallexample
a2c02241 32356 -symbol-list-types
922fbb7b
AC
32357@end smallexample
32358
a2c02241 32359List all the type names.
922fbb7b
AC
32360
32361@subsubheading @value{GDBN} Command
32362
a2c02241
NR
32363The corresponding commands are @samp{info types} in @value{GDBN},
32364@samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
32365
32366@subsubheading Example
32367N.A.
32368
32369
a2c02241
NR
32370@subheading The @code{-symbol-list-variables} Command
32371@findex -symbol-list-variables
922fbb7b
AC
32372
32373@subsubheading Synopsis
32374
32375@smallexample
a2c02241 32376 -symbol-list-variables
922fbb7b
AC
32377@end smallexample
32378
a2c02241 32379List all the global and static variable names.
922fbb7b
AC
32380
32381@subsubheading @value{GDBN} Command
32382
a2c02241 32383@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
922fbb7b
AC
32384
32385@subsubheading Example
32386N.A.
32387
32388
a2c02241
NR
32389@subheading The @code{-symbol-locate} Command
32390@findex -symbol-locate
922fbb7b
AC
32391
32392@subsubheading Synopsis
32393
32394@smallexample
a2c02241 32395 -symbol-locate
922fbb7b
AC
32396@end smallexample
32397
922fbb7b
AC
32398@subsubheading @value{GDBN} Command
32399
a2c02241 32400@samp{gdb_loc} in @code{gdbtk}.
922fbb7b
AC
32401
32402@subsubheading Example
32403N.A.
32404
32405
a2c02241
NR
32406@subheading The @code{-symbol-type} Command
32407@findex -symbol-type
922fbb7b
AC
32408
32409@subsubheading Synopsis
32410
32411@smallexample
a2c02241 32412 -symbol-type @var{variable}
922fbb7b
AC
32413@end smallexample
32414
a2c02241 32415Show type of @var{variable}.
922fbb7b 32416
a2c02241 32417@subsubheading @value{GDBN} Command
922fbb7b 32418
a2c02241
NR
32419The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
32420@samp{gdb_obj_variable}.
32421
32422@subsubheading Example
32423N.A.
9901a55b 32424@end ignore
a2c02241
NR
32425
32426
32427@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32428@node GDB/MI File Commands
32429@section @sc{gdb/mi} File Commands
32430
32431This section describes the GDB/MI commands to specify executable file names
32432and to read in and obtain symbol table information.
32433
32434@subheading The @code{-file-exec-and-symbols} Command
32435@findex -file-exec-and-symbols
32436
32437@subsubheading Synopsis
922fbb7b
AC
32438
32439@smallexample
a2c02241 32440 -file-exec-and-symbols @var{file}
922fbb7b
AC
32441@end smallexample
32442
a2c02241
NR
32443Specify the executable file to be debugged. This file is the one from
32444which the symbol table is also read. If no file is specified, the
32445command clears the executable and symbol information. If breakpoints
32446are set when using this command with no arguments, @value{GDBN} will produce
32447error messages. Otherwise, no output is produced, except a completion
32448notification.
32449
922fbb7b
AC
32450@subsubheading @value{GDBN} Command
32451
a2c02241 32452The corresponding @value{GDBN} command is @samp{file}.
922fbb7b
AC
32453
32454@subsubheading Example
32455
32456@smallexample
594fe323 32457(gdb)
a2c02241
NR
32458-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
32459^done
594fe323 32460(gdb)
922fbb7b
AC
32461@end smallexample
32462
922fbb7b 32463
a2c02241
NR
32464@subheading The @code{-file-exec-file} Command
32465@findex -file-exec-file
922fbb7b
AC
32466
32467@subsubheading Synopsis
32468
32469@smallexample
a2c02241 32470 -file-exec-file @var{file}
922fbb7b
AC
32471@end smallexample
32472
a2c02241
NR
32473Specify the executable file to be debugged. Unlike
32474@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
32475from this file. If used without argument, @value{GDBN} clears the information
32476about the executable file. No output is produced, except a completion
32477notification.
922fbb7b 32478
a2c02241
NR
32479@subsubheading @value{GDBN} Command
32480
32481The corresponding @value{GDBN} command is @samp{exec-file}.
922fbb7b
AC
32482
32483@subsubheading Example
a2c02241
NR
32484
32485@smallexample
594fe323 32486(gdb)
a2c02241
NR
32487-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
32488^done
594fe323 32489(gdb)
a2c02241 32490@end smallexample
922fbb7b
AC
32491
32492
9901a55b 32493@ignore
a2c02241
NR
32494@subheading The @code{-file-list-exec-sections} Command
32495@findex -file-list-exec-sections
922fbb7b
AC
32496
32497@subsubheading Synopsis
32498
32499@smallexample
a2c02241 32500 -file-list-exec-sections
922fbb7b
AC
32501@end smallexample
32502
a2c02241
NR
32503List the sections of the current executable file.
32504
922fbb7b
AC
32505@subsubheading @value{GDBN} Command
32506
a2c02241
NR
32507The @value{GDBN} command @samp{info file} shows, among the rest, the same
32508information as this command. @code{gdbtk} has a corresponding command
32509@samp{gdb_load_info}.
922fbb7b
AC
32510
32511@subsubheading Example
32512N.A.
9901a55b 32513@end ignore
922fbb7b
AC
32514
32515
a2c02241
NR
32516@subheading The @code{-file-list-exec-source-file} Command
32517@findex -file-list-exec-source-file
922fbb7b
AC
32518
32519@subsubheading Synopsis
32520
32521@smallexample
a2c02241 32522 -file-list-exec-source-file
922fbb7b
AC
32523@end smallexample
32524
a2c02241 32525List the line number, the current source file, and the absolute path
44288b44
NR
32526to the current source file for the current executable. The macro
32527information field has a value of @samp{1} or @samp{0} depending on
32528whether or not the file includes preprocessor macro information.
922fbb7b
AC
32529
32530@subsubheading @value{GDBN} Command
32531
a2c02241 32532The @value{GDBN} equivalent is @samp{info source}
922fbb7b
AC
32533
32534@subsubheading Example
32535
922fbb7b 32536@smallexample
594fe323 32537(gdb)
a2c02241 32538123-file-list-exec-source-file
44288b44 32539123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
594fe323 32540(gdb)
922fbb7b
AC
32541@end smallexample
32542
32543
a2c02241
NR
32544@subheading The @code{-file-list-exec-source-files} Command
32545@findex -file-list-exec-source-files
922fbb7b
AC
32546
32547@subsubheading Synopsis
32548
32549@smallexample
a2c02241 32550 -file-list-exec-source-files
922fbb7b
AC
32551@end smallexample
32552
a2c02241
NR
32553List the source files for the current executable.
32554
f35a17b5
JK
32555It will always output both the filename and fullname (absolute file
32556name) of a source file.
922fbb7b
AC
32557
32558@subsubheading @value{GDBN} Command
32559
a2c02241
NR
32560The @value{GDBN} equivalent is @samp{info sources}.
32561@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
922fbb7b
AC
32562
32563@subsubheading Example
922fbb7b 32564@smallexample
594fe323 32565(gdb)
a2c02241
NR
32566-file-list-exec-source-files
32567^done,files=[
32568@{file=foo.c,fullname=/home/foo.c@},
32569@{file=/home/bar.c,fullname=/home/bar.c@},
32570@{file=gdb_could_not_find_fullpath.c@}]
594fe323 32571(gdb)
922fbb7b
AC
32572@end smallexample
32573
9901a55b 32574@ignore
a2c02241
NR
32575@subheading The @code{-file-list-shared-libraries} Command
32576@findex -file-list-shared-libraries
922fbb7b 32577
a2c02241 32578@subsubheading Synopsis
922fbb7b 32579
a2c02241
NR
32580@smallexample
32581 -file-list-shared-libraries
32582@end smallexample
922fbb7b 32583
a2c02241 32584List the shared libraries in the program.
922fbb7b 32585
a2c02241 32586@subsubheading @value{GDBN} Command
922fbb7b 32587
a2c02241 32588The corresponding @value{GDBN} command is @samp{info shared}.
922fbb7b 32589
a2c02241
NR
32590@subsubheading Example
32591N.A.
922fbb7b
AC
32592
32593
a2c02241
NR
32594@subheading The @code{-file-list-symbol-files} Command
32595@findex -file-list-symbol-files
922fbb7b 32596
a2c02241 32597@subsubheading Synopsis
922fbb7b 32598
a2c02241
NR
32599@smallexample
32600 -file-list-symbol-files
32601@end smallexample
922fbb7b 32602
a2c02241 32603List symbol files.
922fbb7b 32604
a2c02241 32605@subsubheading @value{GDBN} Command
922fbb7b 32606
a2c02241 32607The corresponding @value{GDBN} command is @samp{info file} (part of it).
922fbb7b 32608
a2c02241
NR
32609@subsubheading Example
32610N.A.
9901a55b 32611@end ignore
922fbb7b 32612
922fbb7b 32613
a2c02241
NR
32614@subheading The @code{-file-symbol-file} Command
32615@findex -file-symbol-file
922fbb7b 32616
a2c02241 32617@subsubheading Synopsis
922fbb7b 32618
a2c02241
NR
32619@smallexample
32620 -file-symbol-file @var{file}
32621@end smallexample
922fbb7b 32622
a2c02241
NR
32623Read symbol table info from the specified @var{file} argument. When
32624used without arguments, clears @value{GDBN}'s symbol table info. No output is
32625produced, except for a completion notification.
922fbb7b 32626
a2c02241 32627@subsubheading @value{GDBN} Command
922fbb7b 32628
a2c02241 32629The corresponding @value{GDBN} command is @samp{symbol-file}.
922fbb7b 32630
a2c02241 32631@subsubheading Example
922fbb7b 32632
a2c02241 32633@smallexample
594fe323 32634(gdb)
a2c02241
NR
32635-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
32636^done
594fe323 32637(gdb)
a2c02241 32638@end smallexample
922fbb7b 32639
a2c02241 32640@ignore
a2c02241
NR
32641@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32642@node GDB/MI Memory Overlay Commands
32643@section @sc{gdb/mi} Memory Overlay Commands
922fbb7b 32644
a2c02241 32645The memory overlay commands are not implemented.
922fbb7b 32646
a2c02241 32647@c @subheading -overlay-auto
922fbb7b 32648
a2c02241 32649@c @subheading -overlay-list-mapping-state
922fbb7b 32650
a2c02241 32651@c @subheading -overlay-list-overlays
922fbb7b 32652
a2c02241 32653@c @subheading -overlay-map
922fbb7b 32654
a2c02241 32655@c @subheading -overlay-off
922fbb7b 32656
a2c02241 32657@c @subheading -overlay-on
922fbb7b 32658
a2c02241 32659@c @subheading -overlay-unmap
922fbb7b 32660
a2c02241
NR
32661@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32662@node GDB/MI Signal Handling Commands
32663@section @sc{gdb/mi} Signal Handling Commands
922fbb7b 32664
a2c02241 32665Signal handling commands are not implemented.
922fbb7b 32666
a2c02241 32667@c @subheading -signal-handle
922fbb7b 32668
a2c02241 32669@c @subheading -signal-list-handle-actions
922fbb7b 32670
a2c02241
NR
32671@c @subheading -signal-list-signal-types
32672@end ignore
922fbb7b 32673
922fbb7b 32674
a2c02241
NR
32675@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32676@node GDB/MI Target Manipulation
32677@section @sc{gdb/mi} Target Manipulation Commands
922fbb7b
AC
32678
32679
a2c02241
NR
32680@subheading The @code{-target-attach} Command
32681@findex -target-attach
922fbb7b
AC
32682
32683@subsubheading Synopsis
32684
32685@smallexample
c3b108f7 32686 -target-attach @var{pid} | @var{gid} | @var{file}
922fbb7b
AC
32687@end smallexample
32688
c3b108f7
VP
32689Attach to a process @var{pid} or a file @var{file} outside of
32690@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
32691group, the id previously returned by
32692@samp{-list-thread-groups --available} must be used.
922fbb7b 32693
79a6e687 32694@subsubheading @value{GDBN} Command
922fbb7b 32695
a2c02241 32696The corresponding @value{GDBN} command is @samp{attach}.
922fbb7b 32697
a2c02241 32698@subsubheading Example
b56e7235
VP
32699@smallexample
32700(gdb)
32701-target-attach 34
32702=thread-created,id="1"
5ae4183a 32703*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
b56e7235
VP
32704^done
32705(gdb)
32706@end smallexample
a2c02241 32707
9901a55b 32708@ignore
a2c02241
NR
32709@subheading The @code{-target-compare-sections} Command
32710@findex -target-compare-sections
922fbb7b
AC
32711
32712@subsubheading Synopsis
32713
32714@smallexample
a2c02241 32715 -target-compare-sections [ @var{section} ]
922fbb7b
AC
32716@end smallexample
32717
a2c02241
NR
32718Compare data of section @var{section} on target to the exec file.
32719Without the argument, all sections are compared.
922fbb7b 32720
a2c02241 32721@subsubheading @value{GDBN} Command
922fbb7b 32722
a2c02241 32723The @value{GDBN} equivalent is @samp{compare-sections}.
922fbb7b 32724
a2c02241
NR
32725@subsubheading Example
32726N.A.
9901a55b 32727@end ignore
a2c02241
NR
32728
32729
32730@subheading The @code{-target-detach} Command
32731@findex -target-detach
922fbb7b
AC
32732
32733@subsubheading Synopsis
32734
32735@smallexample
c3b108f7 32736 -target-detach [ @var{pid} | @var{gid} ]
922fbb7b
AC
32737@end smallexample
32738
a2c02241 32739Detach from the remote target which normally resumes its execution.
c3b108f7
VP
32740If either @var{pid} or @var{gid} is specified, detaches from either
32741the specified process, or specified thread group. There's no output.
a2c02241 32742
79a6e687 32743@subsubheading @value{GDBN} Command
a2c02241
NR
32744
32745The corresponding @value{GDBN} command is @samp{detach}.
32746
32747@subsubheading Example
922fbb7b
AC
32748
32749@smallexample
594fe323 32750(gdb)
a2c02241
NR
32751-target-detach
32752^done
594fe323 32753(gdb)
922fbb7b
AC
32754@end smallexample
32755
32756
a2c02241
NR
32757@subheading The @code{-target-disconnect} Command
32758@findex -target-disconnect
922fbb7b
AC
32759
32760@subsubheading Synopsis
32761
123dc839 32762@smallexample
a2c02241 32763 -target-disconnect
123dc839 32764@end smallexample
922fbb7b 32765
a2c02241
NR
32766Disconnect from the remote target. There's no output and the target is
32767generally not resumed.
32768
79a6e687 32769@subsubheading @value{GDBN} Command
a2c02241
NR
32770
32771The corresponding @value{GDBN} command is @samp{disconnect}.
bc8ced35
NR
32772
32773@subsubheading Example
922fbb7b
AC
32774
32775@smallexample
594fe323 32776(gdb)
a2c02241
NR
32777-target-disconnect
32778^done
594fe323 32779(gdb)
922fbb7b
AC
32780@end smallexample
32781
32782
a2c02241
NR
32783@subheading The @code{-target-download} Command
32784@findex -target-download
922fbb7b
AC
32785
32786@subsubheading Synopsis
32787
32788@smallexample
a2c02241 32789 -target-download
922fbb7b
AC
32790@end smallexample
32791
a2c02241
NR
32792Loads the executable onto the remote target.
32793It prints out an update message every half second, which includes the fields:
32794
32795@table @samp
32796@item section
32797The name of the section.
32798@item section-sent
32799The size of what has been sent so far for that section.
32800@item section-size
32801The size of the section.
32802@item total-sent
32803The total size of what was sent so far (the current and the previous sections).
32804@item total-size
32805The size of the overall executable to download.
32806@end table
32807
32808@noindent
32809Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
32810@sc{gdb/mi} Output Syntax}).
32811
32812In addition, it prints the name and size of the sections, as they are
32813downloaded. These messages include the following fields:
32814
32815@table @samp
32816@item section
32817The name of the section.
32818@item section-size
32819The size of the section.
32820@item total-size
32821The size of the overall executable to download.
32822@end table
32823
32824@noindent
32825At the end, a summary is printed.
32826
32827@subsubheading @value{GDBN} Command
32828
32829The corresponding @value{GDBN} command is @samp{load}.
32830
32831@subsubheading Example
32832
32833Note: each status message appears on a single line. Here the messages
32834have been broken down so that they can fit onto a page.
922fbb7b
AC
32835
32836@smallexample
594fe323 32837(gdb)
a2c02241
NR
32838-target-download
32839+download,@{section=".text",section-size="6668",total-size="9880"@}
32840+download,@{section=".text",section-sent="512",section-size="6668",
32841total-sent="512",total-size="9880"@}
32842+download,@{section=".text",section-sent="1024",section-size="6668",
32843total-sent="1024",total-size="9880"@}
32844+download,@{section=".text",section-sent="1536",section-size="6668",
32845total-sent="1536",total-size="9880"@}
32846+download,@{section=".text",section-sent="2048",section-size="6668",
32847total-sent="2048",total-size="9880"@}
32848+download,@{section=".text",section-sent="2560",section-size="6668",
32849total-sent="2560",total-size="9880"@}
32850+download,@{section=".text",section-sent="3072",section-size="6668",
32851total-sent="3072",total-size="9880"@}
32852+download,@{section=".text",section-sent="3584",section-size="6668",
32853total-sent="3584",total-size="9880"@}
32854+download,@{section=".text",section-sent="4096",section-size="6668",
32855total-sent="4096",total-size="9880"@}
32856+download,@{section=".text",section-sent="4608",section-size="6668",
32857total-sent="4608",total-size="9880"@}
32858+download,@{section=".text",section-sent="5120",section-size="6668",
32859total-sent="5120",total-size="9880"@}
32860+download,@{section=".text",section-sent="5632",section-size="6668",
32861total-sent="5632",total-size="9880"@}
32862+download,@{section=".text",section-sent="6144",section-size="6668",
32863total-sent="6144",total-size="9880"@}
32864+download,@{section=".text",section-sent="6656",section-size="6668",
32865total-sent="6656",total-size="9880"@}
32866+download,@{section=".init",section-size="28",total-size="9880"@}
32867+download,@{section=".fini",section-size="28",total-size="9880"@}
32868+download,@{section=".data",section-size="3156",total-size="9880"@}
32869+download,@{section=".data",section-sent="512",section-size="3156",
32870total-sent="7236",total-size="9880"@}
32871+download,@{section=".data",section-sent="1024",section-size="3156",
32872total-sent="7748",total-size="9880"@}
32873+download,@{section=".data",section-sent="1536",section-size="3156",
32874total-sent="8260",total-size="9880"@}
32875+download,@{section=".data",section-sent="2048",section-size="3156",
32876total-sent="8772",total-size="9880"@}
32877+download,@{section=".data",section-sent="2560",section-size="3156",
32878total-sent="9284",total-size="9880"@}
32879+download,@{section=".data",section-sent="3072",section-size="3156",
32880total-sent="9796",total-size="9880"@}
32881^done,address="0x10004",load-size="9880",transfer-rate="6586",
32882write-rate="429"
594fe323 32883(gdb)
922fbb7b
AC
32884@end smallexample
32885
32886
9901a55b 32887@ignore
a2c02241
NR
32888@subheading The @code{-target-exec-status} Command
32889@findex -target-exec-status
922fbb7b
AC
32890
32891@subsubheading Synopsis
32892
32893@smallexample
a2c02241 32894 -target-exec-status
922fbb7b
AC
32895@end smallexample
32896
a2c02241
NR
32897Provide information on the state of the target (whether it is running or
32898not, for instance).
922fbb7b 32899
a2c02241 32900@subsubheading @value{GDBN} Command
922fbb7b 32901
a2c02241
NR
32902There's no equivalent @value{GDBN} command.
32903
32904@subsubheading Example
32905N.A.
922fbb7b 32906
a2c02241
NR
32907
32908@subheading The @code{-target-list-available-targets} Command
32909@findex -target-list-available-targets
922fbb7b
AC
32910
32911@subsubheading Synopsis
32912
32913@smallexample
a2c02241 32914 -target-list-available-targets
922fbb7b
AC
32915@end smallexample
32916
a2c02241 32917List the possible targets to connect to.
922fbb7b 32918
a2c02241 32919@subsubheading @value{GDBN} Command
922fbb7b 32920
a2c02241 32921The corresponding @value{GDBN} command is @samp{help target}.
922fbb7b 32922
a2c02241
NR
32923@subsubheading Example
32924N.A.
32925
32926
32927@subheading The @code{-target-list-current-targets} Command
32928@findex -target-list-current-targets
922fbb7b
AC
32929
32930@subsubheading Synopsis
32931
32932@smallexample
a2c02241 32933 -target-list-current-targets
922fbb7b
AC
32934@end smallexample
32935
a2c02241 32936Describe the current target.
922fbb7b 32937
a2c02241 32938@subsubheading @value{GDBN} Command
922fbb7b 32939
a2c02241
NR
32940The corresponding information is printed by @samp{info file} (among
32941other things).
922fbb7b 32942
a2c02241
NR
32943@subsubheading Example
32944N.A.
32945
32946
32947@subheading The @code{-target-list-parameters} Command
32948@findex -target-list-parameters
922fbb7b
AC
32949
32950@subsubheading Synopsis
32951
32952@smallexample
a2c02241 32953 -target-list-parameters
922fbb7b
AC
32954@end smallexample
32955
a2c02241 32956@c ????
9901a55b 32957@end ignore
a2c02241
NR
32958
32959@subsubheading @value{GDBN} Command
32960
32961No equivalent.
922fbb7b
AC
32962
32963@subsubheading Example
a2c02241
NR
32964N.A.
32965
32966
32967@subheading The @code{-target-select} Command
32968@findex -target-select
32969
32970@subsubheading Synopsis
922fbb7b
AC
32971
32972@smallexample
a2c02241 32973 -target-select @var{type} @var{parameters @dots{}}
922fbb7b
AC
32974@end smallexample
32975
a2c02241 32976Connect @value{GDBN} to the remote target. This command takes two args:
922fbb7b 32977
a2c02241
NR
32978@table @samp
32979@item @var{type}
75c99385 32980The type of target, for instance @samp{remote}, etc.
a2c02241
NR
32981@item @var{parameters}
32982Device names, host names and the like. @xref{Target Commands, ,
79a6e687 32983Commands for Managing Targets}, for more details.
a2c02241
NR
32984@end table
32985
32986The output is a connection notification, followed by the address at
32987which the target program is, in the following form:
922fbb7b
AC
32988
32989@smallexample
a2c02241
NR
32990^connected,addr="@var{address}",func="@var{function name}",
32991 args=[@var{arg list}]
922fbb7b
AC
32992@end smallexample
32993
a2c02241
NR
32994@subsubheading @value{GDBN} Command
32995
32996The corresponding @value{GDBN} command is @samp{target}.
265eeb58
NR
32997
32998@subsubheading Example
922fbb7b 32999
265eeb58 33000@smallexample
594fe323 33001(gdb)
75c99385 33002-target-select remote /dev/ttya
a2c02241 33003^connected,addr="0xfe00a300",func="??",args=[]
594fe323 33004(gdb)
265eeb58 33005@end smallexample
ef21caaf 33006
a6b151f1
DJ
33007@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33008@node GDB/MI File Transfer Commands
33009@section @sc{gdb/mi} File Transfer Commands
33010
33011
33012@subheading The @code{-target-file-put} Command
33013@findex -target-file-put
33014
33015@subsubheading Synopsis
33016
33017@smallexample
33018 -target-file-put @var{hostfile} @var{targetfile}
33019@end smallexample
33020
33021Copy file @var{hostfile} from the host system (the machine running
33022@value{GDBN}) to @var{targetfile} on the target system.
33023
33024@subsubheading @value{GDBN} Command
33025
33026The corresponding @value{GDBN} command is @samp{remote put}.
33027
33028@subsubheading Example
33029
33030@smallexample
33031(gdb)
33032-target-file-put localfile remotefile
33033^done
33034(gdb)
33035@end smallexample
33036
33037
1763a388 33038@subheading The @code{-target-file-get} Command
a6b151f1
DJ
33039@findex -target-file-get
33040
33041@subsubheading Synopsis
33042
33043@smallexample
33044 -target-file-get @var{targetfile} @var{hostfile}
33045@end smallexample
33046
33047Copy file @var{targetfile} from the target system to @var{hostfile}
33048on the host system.
33049
33050@subsubheading @value{GDBN} Command
33051
33052The corresponding @value{GDBN} command is @samp{remote get}.
33053
33054@subsubheading Example
33055
33056@smallexample
33057(gdb)
33058-target-file-get remotefile localfile
33059^done
33060(gdb)
33061@end smallexample
33062
33063
33064@subheading The @code{-target-file-delete} Command
33065@findex -target-file-delete
33066
33067@subsubheading Synopsis
33068
33069@smallexample
33070 -target-file-delete @var{targetfile}
33071@end smallexample
33072
33073Delete @var{targetfile} from the target system.
33074
33075@subsubheading @value{GDBN} Command
33076
33077The corresponding @value{GDBN} command is @samp{remote delete}.
33078
33079@subsubheading Example
33080
33081@smallexample
33082(gdb)
33083-target-file-delete remotefile
33084^done
33085(gdb)
33086@end smallexample
33087
33088
ef21caaf
NR
33089@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33090@node GDB/MI Miscellaneous Commands
33091@section Miscellaneous @sc{gdb/mi} Commands
33092
33093@c @subheading -gdb-complete
33094
33095@subheading The @code{-gdb-exit} Command
33096@findex -gdb-exit
33097
33098@subsubheading Synopsis
33099
33100@smallexample
33101 -gdb-exit
33102@end smallexample
33103
33104Exit @value{GDBN} immediately.
33105
33106@subsubheading @value{GDBN} Command
33107
33108Approximately corresponds to @samp{quit}.
33109
33110@subsubheading Example
33111
33112@smallexample
594fe323 33113(gdb)
ef21caaf
NR
33114-gdb-exit
33115^exit
33116@end smallexample
33117
a2c02241 33118
9901a55b 33119@ignore
a2c02241
NR
33120@subheading The @code{-exec-abort} Command
33121@findex -exec-abort
33122
33123@subsubheading Synopsis
33124
33125@smallexample
33126 -exec-abort
33127@end smallexample
33128
33129Kill the inferior running program.
33130
33131@subsubheading @value{GDBN} Command
33132
33133The corresponding @value{GDBN} command is @samp{kill}.
33134
33135@subsubheading Example
33136N.A.
9901a55b 33137@end ignore
a2c02241
NR
33138
33139
ef21caaf
NR
33140@subheading The @code{-gdb-set} Command
33141@findex -gdb-set
33142
33143@subsubheading Synopsis
33144
33145@smallexample
33146 -gdb-set
33147@end smallexample
33148
33149Set an internal @value{GDBN} variable.
33150@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
33151
33152@subsubheading @value{GDBN} Command
33153
33154The corresponding @value{GDBN} command is @samp{set}.
33155
33156@subsubheading Example
33157
33158@smallexample
594fe323 33159(gdb)
ef21caaf
NR
33160-gdb-set $foo=3
33161^done
594fe323 33162(gdb)
ef21caaf
NR
33163@end smallexample
33164
33165
33166@subheading The @code{-gdb-show} Command
33167@findex -gdb-show
33168
33169@subsubheading Synopsis
33170
33171@smallexample
33172 -gdb-show
33173@end smallexample
33174
33175Show the current value of a @value{GDBN} variable.
33176
79a6e687 33177@subsubheading @value{GDBN} Command
ef21caaf
NR
33178
33179The corresponding @value{GDBN} command is @samp{show}.
33180
33181@subsubheading Example
33182
33183@smallexample
594fe323 33184(gdb)
ef21caaf
NR
33185-gdb-show annotate
33186^done,value="0"
594fe323 33187(gdb)
ef21caaf
NR
33188@end smallexample
33189
33190@c @subheading -gdb-source
33191
33192
33193@subheading The @code{-gdb-version} Command
33194@findex -gdb-version
33195
33196@subsubheading Synopsis
33197
33198@smallexample
33199 -gdb-version
33200@end smallexample
33201
33202Show version information for @value{GDBN}. Used mostly in testing.
33203
33204@subsubheading @value{GDBN} Command
33205
33206The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
33207default shows this information when you start an interactive session.
33208
33209@subsubheading Example
33210
33211@c This example modifies the actual output from GDB to avoid overfull
33212@c box in TeX.
33213@smallexample
594fe323 33214(gdb)
ef21caaf
NR
33215-gdb-version
33216~GNU gdb 5.2.1
33217~Copyright 2000 Free Software Foundation, Inc.
33218~GDB is free software, covered by the GNU General Public License, and
33219~you are welcome to change it and/or distribute copies of it under
33220~ certain conditions.
33221~Type "show copying" to see the conditions.
33222~There is absolutely no warranty for GDB. Type "show warranty" for
33223~ details.
33224~This GDB was configured as
33225 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
33226^done
594fe323 33227(gdb)
ef21caaf
NR
33228@end smallexample
33229
084344da
VP
33230@subheading The @code{-list-features} Command
33231@findex -list-features
33232
33233Returns a list of particular features of the MI protocol that
33234this version of gdb implements. A feature can be a command,
33235or a new field in an output of some command, or even an
33236important bugfix. While a frontend can sometimes detect presence
33237of a feature at runtime, it is easier to perform detection at debugger
33238startup.
33239
33240The command returns a list of strings, with each string naming an
33241available feature. Each returned string is just a name, it does not
33242have any internal structure. The list of possible feature names
33243is given below.
33244
33245Example output:
33246
33247@smallexample
33248(gdb) -list-features
33249^done,result=["feature1","feature2"]
33250@end smallexample
33251
33252The current list of features is:
33253
30e026bb
VP
33254@table @samp
33255@item frozen-varobjs
a05336a1
JB
33256Indicates support for the @code{-var-set-frozen} command, as well
33257as possible presense of the @code{frozen} field in the output
30e026bb
VP
33258of @code{-varobj-create}.
33259@item pending-breakpoints
a05336a1
JB
33260Indicates support for the @option{-f} option to the @code{-break-insert}
33261command.
b6313243 33262@item python
a05336a1 33263Indicates Python scripting support, Python-based
b6313243
TT
33264pretty-printing commands, and possible presence of the
33265@samp{display_hint} field in the output of @code{-var-list-children}
30e026bb 33266@item thread-info
a05336a1 33267Indicates support for the @code{-thread-info} command.
8dedea02 33268@item data-read-memory-bytes
a05336a1 33269Indicates support for the @code{-data-read-memory-bytes} and the
8dedea02 33270@code{-data-write-memory-bytes} commands.
39c4d40a
TT
33271@item breakpoint-notifications
33272Indicates that changes to breakpoints and breakpoints created via the
33273CLI will be announced via async records.
5d77fe44
JB
33274@item ada-task-info
33275Indicates support for the @code{-ada-task-info} command.
30e026bb 33276@end table
084344da 33277
c6ebd6cf
VP
33278@subheading The @code{-list-target-features} Command
33279@findex -list-target-features
33280
33281Returns a list of particular features that are supported by the
33282target. Those features affect the permitted MI commands, but
33283unlike the features reported by the @code{-list-features} command, the
33284features depend on which target GDB is using at the moment. Whenever
33285a target can change, due to commands such as @code{-target-select},
33286@code{-target-attach} or @code{-exec-run}, the list of target features
33287may change, and the frontend should obtain it again.
33288Example output:
33289
33290@smallexample
33291(gdb) -list-features
33292^done,result=["async"]
33293@end smallexample
33294
33295The current list of features is:
33296
33297@table @samp
33298@item async
33299Indicates that the target is capable of asynchronous command
33300execution, which means that @value{GDBN} will accept further commands
33301while the target is running.
33302
f75d858b
MK
33303@item reverse
33304Indicates that the target is capable of reverse execution.
33305@xref{Reverse Execution}, for more information.
33306
c6ebd6cf
VP
33307@end table
33308
c3b108f7
VP
33309@subheading The @code{-list-thread-groups} Command
33310@findex -list-thread-groups
33311
33312@subheading Synopsis
33313
33314@smallexample
dc146f7c 33315-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
c3b108f7
VP
33316@end smallexample
33317
dc146f7c
VP
33318Lists thread groups (@pxref{Thread groups}). When a single thread
33319group is passed as the argument, lists the children of that group.
33320When several thread group are passed, lists information about those
33321thread groups. Without any parameters, lists information about all
33322top-level thread groups.
33323
33324Normally, thread groups that are being debugged are reported.
33325With the @samp{--available} option, @value{GDBN} reports thread groups
33326available on the target.
33327
33328The output of this command may have either a @samp{threads} result or
33329a @samp{groups} result. The @samp{thread} result has a list of tuples
33330as value, with each tuple describing a thread (@pxref{GDB/MI Thread
33331Information}). The @samp{groups} result has a list of tuples as value,
33332each tuple describing a thread group. If top-level groups are
33333requested (that is, no parameter is passed), or when several groups
33334are passed, the output always has a @samp{groups} result. The format
33335of the @samp{group} result is described below.
33336
33337To reduce the number of roundtrips it's possible to list thread groups
33338together with their children, by passing the @samp{--recurse} option
33339and the recursion depth. Presently, only recursion depth of 1 is
33340permitted. If this option is present, then every reported thread group
33341will also include its children, either as @samp{group} or
33342@samp{threads} field.
33343
33344In general, any combination of option and parameters is permitted, with
33345the following caveats:
33346
33347@itemize @bullet
33348@item
33349When a single thread group is passed, the output will typically
33350be the @samp{threads} result. Because threads may not contain
33351anything, the @samp{recurse} option will be ignored.
33352
33353@item
33354When the @samp{--available} option is passed, limited information may
33355be available. In particular, the list of threads of a process might
33356be inaccessible. Further, specifying specific thread groups might
33357not give any performance advantage over listing all thread groups.
33358The frontend should assume that @samp{-list-thread-groups --available}
33359is always an expensive operation and cache the results.
33360
33361@end itemize
33362
33363The @samp{groups} result is a list of tuples, where each tuple may
33364have the following fields:
33365
33366@table @code
33367@item id
33368Identifier of the thread group. This field is always present.
a79b8f6e
VP
33369The identifier is an opaque string; frontends should not try to
33370convert it to an integer, even though it might look like one.
dc146f7c
VP
33371
33372@item type
33373The type of the thread group. At present, only @samp{process} is a
33374valid type.
33375
33376@item pid
33377The target-specific process identifier. This field is only present
a79b8f6e 33378for thread groups of type @samp{process} and only if the process exists.
c3b108f7 33379
dc146f7c
VP
33380@item num_children
33381The number of children this thread group has. This field may be
33382absent for an available thread group.
33383
33384@item threads
33385This field has a list of tuples as value, each tuple describing a
33386thread. It may be present if the @samp{--recurse} option is
33387specified, and it's actually possible to obtain the threads.
33388
33389@item cores
33390This field is a list of integers, each identifying a core that one
33391thread of the group is running on. This field may be absent if
33392such information is not available.
33393
a79b8f6e
VP
33394@item executable
33395The name of the executable file that corresponds to this thread group.
33396The field is only present for thread groups of type @samp{process},
33397and only if there is a corresponding executable file.
33398
dc146f7c 33399@end table
c3b108f7
VP
33400
33401@subheading Example
33402
33403@smallexample
33404@value{GDBP}
33405-list-thread-groups
33406^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
33407-list-thread-groups 17
33408^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
33409 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
33410@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
33411 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
33412 file="/tmp/a.c",fullname="/tmp/a.c",line="158"@},state="running"@}]]
dc146f7c
VP
33413-list-thread-groups --available
33414^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
33415-list-thread-groups --available --recurse 1
33416 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
33417 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
33418 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
33419-list-thread-groups --available --recurse 1 17 18
33420^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
33421 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
33422 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
c3b108f7 33423@end smallexample
c6ebd6cf 33424
f3e0e960
SS
33425@subheading The @code{-info-os} Command
33426@findex -info-os
33427
33428@subsubheading Synopsis
33429
33430@smallexample
33431-info-os [ @var{type} ]
33432@end smallexample
33433
33434If no argument is supplied, the command returns a table of available
33435operating-system-specific information types. If one of these types is
33436supplied as an argument @var{type}, then the command returns a table
33437of data of that type.
33438
33439The types of information available depend on the target operating
33440system.
33441
33442@subsubheading @value{GDBN} Command
33443
33444The corresponding @value{GDBN} command is @samp{info os}.
33445
33446@subsubheading Example
33447
33448When run on a @sc{gnu}/Linux system, the output will look something
33449like this:
33450
33451@smallexample
33452@value{GDBP}
33453-info-os
71caed83 33454^done,OSDataTable=@{nr_rows="9",nr_cols="3",
f3e0e960 33455hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
71caed83
SS
33456 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
33457 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
33458body=[item=@{col0="processes",col1="Listing of all processes",
33459 col2="Processes"@},
33460 item=@{col0="procgroups",col1="Listing of all process groups",
33461 col2="Process groups"@},
33462 item=@{col0="threads",col1="Listing of all threads",
33463 col2="Threads"@},
33464 item=@{col0="files",col1="Listing of all file descriptors",
33465 col2="File descriptors"@},
33466 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
33467 col2="Sockets"@},
33468 item=@{col0="shm",col1="Listing of all shared-memory regions",
33469 col2="Shared-memory regions"@},
33470 item=@{col0="semaphores",col1="Listing of all semaphores",
33471 col2="Semaphores"@},
33472 item=@{col0="msg",col1="Listing of all message queues",
33473 col2="Message queues"@},
33474 item=@{col0="modules",col1="Listing of all loaded kernel modules",
33475 col2="Kernel modules"@}]@}
f3e0e960
SS
33476@value{GDBP}
33477-info-os processes
33478^done,OSDataTable=@{nr_rows="190",nr_cols="4",
33479hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
33480 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
33481 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
33482 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
33483body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
33484 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
33485 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
33486 ...
33487 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
33488 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
33489(gdb)
33490@end smallexample
a79b8f6e 33491
71caed83
SS
33492(Note that the MI output here includes a @code{"Title"} column that
33493does not appear in command-line @code{info os}; this column is useful
33494for MI clients that want to enumerate the types of data, such as in a
33495popup menu, but is needless clutter on the command line, and
33496@code{info os} omits it.)
33497
a79b8f6e
VP
33498@subheading The @code{-add-inferior} Command
33499@findex -add-inferior
33500
33501@subheading Synopsis
33502
33503@smallexample
33504-add-inferior
33505@end smallexample
33506
33507Creates a new inferior (@pxref{Inferiors and Programs}). The created
33508inferior is not associated with any executable. Such association may
33509be established with the @samp{-file-exec-and-symbols} command
33510(@pxref{GDB/MI File Commands}). The command response has a single
33511field, @samp{thread-group}, whose value is the identifier of the
33512thread group corresponding to the new inferior.
33513
33514@subheading Example
33515
33516@smallexample
33517@value{GDBP}
33518-add-inferior
33519^done,thread-group="i3"
33520@end smallexample
33521
ef21caaf
NR
33522@subheading The @code{-interpreter-exec} Command
33523@findex -interpreter-exec
33524
33525@subheading Synopsis
33526
33527@smallexample
33528-interpreter-exec @var{interpreter} @var{command}
33529@end smallexample
a2c02241 33530@anchor{-interpreter-exec}
ef21caaf
NR
33531
33532Execute the specified @var{command} in the given @var{interpreter}.
33533
33534@subheading @value{GDBN} Command
33535
33536The corresponding @value{GDBN} command is @samp{interpreter-exec}.
33537
33538@subheading Example
33539
33540@smallexample
594fe323 33541(gdb)
ef21caaf
NR
33542-interpreter-exec console "break main"
33543&"During symbol reading, couldn't parse type; debugger out of date?.\n"
33544&"During symbol reading, bad structure-type format.\n"
33545~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
33546^done
594fe323 33547(gdb)
ef21caaf
NR
33548@end smallexample
33549
33550@subheading The @code{-inferior-tty-set} Command
33551@findex -inferior-tty-set
33552
33553@subheading Synopsis
33554
33555@smallexample
33556-inferior-tty-set /dev/pts/1
33557@end smallexample
33558
33559Set terminal for future runs of the program being debugged.
33560
33561@subheading @value{GDBN} Command
33562
33563The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
33564
33565@subheading Example
33566
33567@smallexample
594fe323 33568(gdb)
ef21caaf
NR
33569-inferior-tty-set /dev/pts/1
33570^done
594fe323 33571(gdb)
ef21caaf
NR
33572@end smallexample
33573
33574@subheading The @code{-inferior-tty-show} Command
33575@findex -inferior-tty-show
33576
33577@subheading Synopsis
33578
33579@smallexample
33580-inferior-tty-show
33581@end smallexample
33582
33583Show terminal for future runs of program being debugged.
33584
33585@subheading @value{GDBN} Command
33586
33587The corresponding @value{GDBN} command is @samp{show inferior-tty}.
33588
33589@subheading Example
33590
33591@smallexample
594fe323 33592(gdb)
ef21caaf
NR
33593-inferior-tty-set /dev/pts/1
33594^done
594fe323 33595(gdb)
ef21caaf
NR
33596-inferior-tty-show
33597^done,inferior_tty_terminal="/dev/pts/1"
594fe323 33598(gdb)
ef21caaf 33599@end smallexample
922fbb7b 33600
a4eefcd8
NR
33601@subheading The @code{-enable-timings} Command
33602@findex -enable-timings
33603
33604@subheading Synopsis
33605
33606@smallexample
33607-enable-timings [yes | no]
33608@end smallexample
33609
33610Toggle the printing of the wallclock, user and system times for an MI
33611command as a field in its output. This command is to help frontend
33612developers optimize the performance of their code. No argument is
33613equivalent to @samp{yes}.
33614
33615@subheading @value{GDBN} Command
33616
33617No equivalent.
33618
33619@subheading Example
33620
33621@smallexample
33622(gdb)
33623-enable-timings
33624^done
33625(gdb)
33626-break-insert main
33627^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
33628addr="0x080484ed",func="main",file="myprog.c",
998580f1
MK
33629fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
33630times="0"@},
a4eefcd8
NR
33631time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
33632(gdb)
33633-enable-timings no
33634^done
33635(gdb)
33636-exec-run
33637^running
33638(gdb)
a47ec5fe 33639*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
a4eefcd8
NR
33640frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
33641@{name="argv",value="0xbfb60364"@}],file="myprog.c",
33642fullname="/home/nickrob/myprog.c",line="73"@}
33643(gdb)
33644@end smallexample
33645
922fbb7b
AC
33646@node Annotations
33647@chapter @value{GDBN} Annotations
33648
086432e2
AC
33649This chapter describes annotations in @value{GDBN}. Annotations were
33650designed to interface @value{GDBN} to graphical user interfaces or other
33651similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
33652relatively high level.
33653
d3e8051b 33654The annotation mechanism has largely been superseded by @sc{gdb/mi}
086432e2
AC
33655(@pxref{GDB/MI}).
33656
922fbb7b
AC
33657@ignore
33658This is Edition @value{EDITION}, @value{DATE}.
33659@end ignore
33660
33661@menu
33662* Annotations Overview:: What annotations are; the general syntax.
9e6c4bd5 33663* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
33664* Prompting:: Annotations marking @value{GDBN}'s need for input.
33665* Errors:: Annotations for error messages.
922fbb7b
AC
33666* Invalidation:: Some annotations describe things now invalid.
33667* Annotations for Running::
33668 Whether the program is running, how it stopped, etc.
33669* Source Annotations:: Annotations describing source code.
922fbb7b
AC
33670@end menu
33671
33672@node Annotations Overview
33673@section What is an Annotation?
33674@cindex annotations
33675
922fbb7b
AC
33676Annotations start with a newline character, two @samp{control-z}
33677characters, and the name of the annotation. If there is no additional
33678information associated with this annotation, the name of the annotation
33679is followed immediately by a newline. If there is additional
33680information, the name of the annotation is followed by a space, the
33681additional information, and a newline. The additional information
33682cannot contain newline characters.
33683
33684Any output not beginning with a newline and two @samp{control-z}
33685characters denotes literal output from @value{GDBN}. Currently there is
33686no need for @value{GDBN} to output a newline followed by two
33687@samp{control-z} characters, but if there was such a need, the
33688annotations could be extended with an @samp{escape} annotation which
33689means those three characters as output.
33690
086432e2
AC
33691The annotation @var{level}, which is specified using the
33692@option{--annotate} command line option (@pxref{Mode Options}), controls
33693how much information @value{GDBN} prints together with its prompt,
33694values of expressions, source lines, and other types of output. Level 0
d3e8051b 33695is for no annotations, level 1 is for use when @value{GDBN} is run as a
086432e2
AC
33696subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
33697for programs that control @value{GDBN}, and level 2 annotations have
33698been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
33699Interface, annotate, GDB's Obsolete Annotations}).
33700
33701@table @code
33702@kindex set annotate
33703@item set annotate @var{level}
e09f16f9 33704The @value{GDBN} command @code{set annotate} sets the level of
09d4efe1 33705annotations to the specified @var{level}.
9c16f35a
EZ
33706
33707@item show annotate
33708@kindex show annotate
33709Show the current annotation level.
09d4efe1
EZ
33710@end table
33711
33712This chapter describes level 3 annotations.
086432e2 33713
922fbb7b
AC
33714A simple example of starting up @value{GDBN} with annotations is:
33715
33716@smallexample
086432e2
AC
33717$ @kbd{gdb --annotate=3}
33718GNU gdb 6.0
33719Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
33720GDB is free software, covered by the GNU General Public License,
33721and you are welcome to change it and/or distribute copies of it
33722under certain conditions.
33723Type "show copying" to see the conditions.
33724There is absolutely no warranty for GDB. Type "show warranty"
33725for details.
086432e2 33726This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
33727
33728^Z^Zpre-prompt
f7dc1244 33729(@value{GDBP})
922fbb7b 33730^Z^Zprompt
086432e2 33731@kbd{quit}
922fbb7b
AC
33732
33733^Z^Zpost-prompt
b383017d 33734$
922fbb7b
AC
33735@end smallexample
33736
33737Here @samp{quit} is input to @value{GDBN}; the rest is output from
33738@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
33739denotes a @samp{control-z} character) are annotations; the rest is
33740output from @value{GDBN}.
33741
9e6c4bd5
NR
33742@node Server Prefix
33743@section The Server Prefix
33744@cindex server prefix
33745
33746If you prefix a command with @samp{server } then it will not affect
33747the command history, nor will it affect @value{GDBN}'s notion of which
33748command to repeat if @key{RET} is pressed on a line by itself. This
33749means that commands can be run behind a user's back by a front-end in
33750a transparent manner.
33751
d837706a
NR
33752The @code{server } prefix does not affect the recording of values into
33753the value history; to print a value without recording it into the
33754value history, use the @code{output} command instead of the
33755@code{print} command.
33756
33757Using this prefix also disables confirmation requests
33758(@pxref{confirmation requests}).
9e6c4bd5 33759
922fbb7b
AC
33760@node Prompting
33761@section Annotation for @value{GDBN} Input
33762
33763@cindex annotations for prompts
33764When @value{GDBN} prompts for input, it annotates this fact so it is possible
33765to know when to send output, when the output from a given command is
33766over, etc.
33767
33768Different kinds of input each have a different @dfn{input type}. Each
33769input type has three annotations: a @code{pre-} annotation, which
33770denotes the beginning of any prompt which is being output, a plain
33771annotation, which denotes the end of the prompt, and then a @code{post-}
33772annotation which denotes the end of any echo which may (or may not) be
33773associated with the input. For example, the @code{prompt} input type
33774features the following annotations:
33775
33776@smallexample
33777^Z^Zpre-prompt
33778^Z^Zprompt
33779^Z^Zpost-prompt
33780@end smallexample
33781
33782The input types are
33783
33784@table @code
e5ac9b53
EZ
33785@findex pre-prompt annotation
33786@findex prompt annotation
33787@findex post-prompt annotation
922fbb7b
AC
33788@item prompt
33789When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
33790
e5ac9b53
EZ
33791@findex pre-commands annotation
33792@findex commands annotation
33793@findex post-commands annotation
922fbb7b
AC
33794@item commands
33795When @value{GDBN} prompts for a set of commands, like in the @code{commands}
33796command. The annotations are repeated for each command which is input.
33797
e5ac9b53
EZ
33798@findex pre-overload-choice annotation
33799@findex overload-choice annotation
33800@findex post-overload-choice annotation
922fbb7b
AC
33801@item overload-choice
33802When @value{GDBN} wants the user to select between various overloaded functions.
33803
e5ac9b53
EZ
33804@findex pre-query annotation
33805@findex query annotation
33806@findex post-query annotation
922fbb7b
AC
33807@item query
33808When @value{GDBN} wants the user to confirm a potentially dangerous operation.
33809
e5ac9b53
EZ
33810@findex pre-prompt-for-continue annotation
33811@findex prompt-for-continue annotation
33812@findex post-prompt-for-continue annotation
922fbb7b
AC
33813@item prompt-for-continue
33814When @value{GDBN} is asking the user to press return to continue. Note: Don't
33815expect this to work well; instead use @code{set height 0} to disable
33816prompting. This is because the counting of lines is buggy in the
33817presence of annotations.
33818@end table
33819
33820@node Errors
33821@section Errors
33822@cindex annotations for errors, warnings and interrupts
33823
e5ac9b53 33824@findex quit annotation
922fbb7b
AC
33825@smallexample
33826^Z^Zquit
33827@end smallexample
33828
33829This annotation occurs right before @value{GDBN} responds to an interrupt.
33830
e5ac9b53 33831@findex error annotation
922fbb7b
AC
33832@smallexample
33833^Z^Zerror
33834@end smallexample
33835
33836This annotation occurs right before @value{GDBN} responds to an error.
33837
33838Quit and error annotations indicate that any annotations which @value{GDBN} was
33839in the middle of may end abruptly. For example, if a
33840@code{value-history-begin} annotation is followed by a @code{error}, one
33841cannot expect to receive the matching @code{value-history-end}. One
33842cannot expect not to receive it either, however; an error annotation
33843does not necessarily mean that @value{GDBN} is immediately returning all the way
33844to the top level.
33845
e5ac9b53 33846@findex error-begin annotation
922fbb7b
AC
33847A quit or error annotation may be preceded by
33848
33849@smallexample
33850^Z^Zerror-begin
33851@end smallexample
33852
33853Any output between that and the quit or error annotation is the error
33854message.
33855
33856Warning messages are not yet annotated.
33857@c If we want to change that, need to fix warning(), type_error(),
33858@c range_error(), and possibly other places.
33859
922fbb7b
AC
33860@node Invalidation
33861@section Invalidation Notices
33862
33863@cindex annotations for invalidation messages
33864The following annotations say that certain pieces of state may have
33865changed.
33866
33867@table @code
e5ac9b53 33868@findex frames-invalid annotation
922fbb7b
AC
33869@item ^Z^Zframes-invalid
33870
33871The frames (for example, output from the @code{backtrace} command) may
33872have changed.
33873
e5ac9b53 33874@findex breakpoints-invalid annotation
922fbb7b
AC
33875@item ^Z^Zbreakpoints-invalid
33876
33877The breakpoints may have changed. For example, the user just added or
33878deleted a breakpoint.
33879@end table
33880
33881@node Annotations for Running
33882@section Running the Program
33883@cindex annotations for running programs
33884
e5ac9b53
EZ
33885@findex starting annotation
33886@findex stopping annotation
922fbb7b 33887When the program starts executing due to a @value{GDBN} command such as
b383017d 33888@code{step} or @code{continue},
922fbb7b
AC
33889
33890@smallexample
33891^Z^Zstarting
33892@end smallexample
33893
b383017d 33894is output. When the program stops,
922fbb7b
AC
33895
33896@smallexample
33897^Z^Zstopped
33898@end smallexample
33899
33900is output. Before the @code{stopped} annotation, a variety of
33901annotations describe how the program stopped.
33902
33903@table @code
e5ac9b53 33904@findex exited annotation
922fbb7b
AC
33905@item ^Z^Zexited @var{exit-status}
33906The program exited, and @var{exit-status} is the exit status (zero for
33907successful exit, otherwise nonzero).
33908
e5ac9b53
EZ
33909@findex signalled annotation
33910@findex signal-name annotation
33911@findex signal-name-end annotation
33912@findex signal-string annotation
33913@findex signal-string-end annotation
922fbb7b
AC
33914@item ^Z^Zsignalled
33915The program exited with a signal. After the @code{^Z^Zsignalled}, the
33916annotation continues:
33917
33918@smallexample
33919@var{intro-text}
33920^Z^Zsignal-name
33921@var{name}
33922^Z^Zsignal-name-end
33923@var{middle-text}
33924^Z^Zsignal-string
33925@var{string}
33926^Z^Zsignal-string-end
33927@var{end-text}
33928@end smallexample
33929
33930@noindent
33931where @var{name} is the name of the signal, such as @code{SIGILL} or
33932@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
33933as @code{Illegal Instruction} or @code{Segmentation fault}.
33934@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
33935user's benefit and have no particular format.
33936
e5ac9b53 33937@findex signal annotation
922fbb7b
AC
33938@item ^Z^Zsignal
33939The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
33940just saying that the program received the signal, not that it was
33941terminated with it.
33942
e5ac9b53 33943@findex breakpoint annotation
922fbb7b
AC
33944@item ^Z^Zbreakpoint @var{number}
33945The program hit breakpoint number @var{number}.
33946
e5ac9b53 33947@findex watchpoint annotation
922fbb7b
AC
33948@item ^Z^Zwatchpoint @var{number}
33949The program hit watchpoint number @var{number}.
33950@end table
33951
33952@node Source Annotations
33953@section Displaying Source
33954@cindex annotations for source display
33955
e5ac9b53 33956@findex source annotation
922fbb7b
AC
33957The following annotation is used instead of displaying source code:
33958
33959@smallexample
33960^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
33961@end smallexample
33962
33963where @var{filename} is an absolute file name indicating which source
33964file, @var{line} is the line number within that file (where 1 is the
33965first line in the file), @var{character} is the character position
33966within the file (where 0 is the first character in the file) (for most
33967debug formats this will necessarily point to the beginning of a line),
33968@var{middle} is @samp{middle} if @var{addr} is in the middle of the
33969line, or @samp{beg} if @var{addr} is at the beginning of the line, and
33970@var{addr} is the address in the target program associated with the
33971source which is being displayed. @var{addr} is in the form @samp{0x}
33972followed by one or more lowercase hex digits (note that this does not
33973depend on the language).
33974
4efc6507
DE
33975@node JIT Interface
33976@chapter JIT Compilation Interface
33977@cindex just-in-time compilation
33978@cindex JIT compilation interface
33979
33980This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
33981interface. A JIT compiler is a program or library that generates native
33982executable code at runtime and executes it, usually in order to achieve good
33983performance while maintaining platform independence.
33984
33985Programs that use JIT compilation are normally difficult to debug because
33986portions of their code are generated at runtime, instead of being loaded from
33987object files, which is where @value{GDBN} normally finds the program's symbols
33988and debug information. In order to debug programs that use JIT compilation,
33989@value{GDBN} has an interface that allows the program to register in-memory
33990symbol files with @value{GDBN} at runtime.
33991
33992If you are using @value{GDBN} to debug a program that uses this interface, then
33993it should work transparently so long as you have not stripped the binary. If
33994you are developing a JIT compiler, then the interface is documented in the rest
33995of this chapter. At this time, the only known client of this interface is the
33996LLVM JIT.
33997
33998Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
33999JIT compiler communicates with @value{GDBN} by writing data into a global
34000variable and calling a fuction at a well-known symbol. When @value{GDBN}
34001attaches, it reads a linked list of symbol files from the global variable to
34002find existing code, and puts a breakpoint in the function so that it can find
34003out about additional code.
34004
34005@menu
34006* Declarations:: Relevant C struct declarations
34007* Registering Code:: Steps to register code
34008* Unregistering Code:: Steps to unregister code
f85b53f8 34009* Custom Debug Info:: Emit debug information in a custom format
4efc6507
DE
34010@end menu
34011
34012@node Declarations
34013@section JIT Declarations
34014
34015These are the relevant struct declarations that a C program should include to
34016implement the interface:
34017
34018@smallexample
34019typedef enum
34020@{
34021 JIT_NOACTION = 0,
34022 JIT_REGISTER_FN,
34023 JIT_UNREGISTER_FN
34024@} jit_actions_t;
34025
34026struct jit_code_entry
34027@{
34028 struct jit_code_entry *next_entry;
34029 struct jit_code_entry *prev_entry;
34030 const char *symfile_addr;
34031 uint64_t symfile_size;
34032@};
34033
34034struct jit_descriptor
34035@{
34036 uint32_t version;
34037 /* This type should be jit_actions_t, but we use uint32_t
34038 to be explicit about the bitwidth. */
34039 uint32_t action_flag;
34040 struct jit_code_entry *relevant_entry;
34041 struct jit_code_entry *first_entry;
34042@};
34043
34044/* GDB puts a breakpoint in this function. */
34045void __attribute__((noinline)) __jit_debug_register_code() @{ @};
34046
34047/* Make sure to specify the version statically, because the
34048 debugger may check the version before we can set it. */
34049struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
34050@end smallexample
34051
34052If the JIT is multi-threaded, then it is important that the JIT synchronize any
34053modifications to this global data properly, which can easily be done by putting
34054a global mutex around modifications to these structures.
34055
34056@node Registering Code
34057@section Registering Code
34058
34059To register code with @value{GDBN}, the JIT should follow this protocol:
34060
34061@itemize @bullet
34062@item
34063Generate an object file in memory with symbols and other desired debug
34064information. The file must include the virtual addresses of the sections.
34065
34066@item
34067Create a code entry for the file, which gives the start and size of the symbol
34068file.
34069
34070@item
34071Add it to the linked list in the JIT descriptor.
34072
34073@item
34074Point the relevant_entry field of the descriptor at the entry.
34075
34076@item
34077Set @code{action_flag} to @code{JIT_REGISTER} and call
34078@code{__jit_debug_register_code}.
34079@end itemize
34080
34081When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
34082@code{relevant_entry} pointer so it doesn't have to walk the list looking for
34083new code. However, the linked list must still be maintained in order to allow
34084@value{GDBN} to attach to a running process and still find the symbol files.
34085
34086@node Unregistering Code
34087@section Unregistering Code
34088
34089If code is freed, then the JIT should use the following protocol:
34090
34091@itemize @bullet
34092@item
34093Remove the code entry corresponding to the code from the linked list.
34094
34095@item
34096Point the @code{relevant_entry} field of the descriptor at the code entry.
34097
34098@item
34099Set @code{action_flag} to @code{JIT_UNREGISTER} and call
34100@code{__jit_debug_register_code}.
34101@end itemize
34102
34103If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
34104and the JIT will leak the memory used for the associated symbol files.
34105
f85b53f8
SD
34106@node Custom Debug Info
34107@section Custom Debug Info
34108@cindex custom JIT debug info
34109@cindex JIT debug info reader
34110
34111Generating debug information in platform-native file formats (like ELF
34112or COFF) may be an overkill for JIT compilers; especially if all the
34113debug info is used for is displaying a meaningful backtrace. The
34114issue can be resolved by having the JIT writers decide on a debug info
34115format and also provide a reader that parses the debug info generated
34116by the JIT compiler. This section gives a brief overview on writing
34117such a parser. More specific details can be found in the source file
34118@file{gdb/jit-reader.in}, which is also installed as a header at
34119@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
34120
34121The reader is implemented as a shared object (so this functionality is
34122not available on platforms which don't allow loading shared objects at
34123runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
34124@code{jit-reader-unload} are provided, to be used to load and unload
34125the readers from a preconfigured directory. Once loaded, the shared
34126object is used the parse the debug information emitted by the JIT
34127compiler.
34128
34129@menu
34130* Using JIT Debug Info Readers:: How to use supplied readers correctly
34131* Writing JIT Debug Info Readers:: Creating a debug-info reader
34132@end menu
34133
34134@node Using JIT Debug Info Readers
34135@subsection Using JIT Debug Info Readers
34136@kindex jit-reader-load
34137@kindex jit-reader-unload
34138
34139Readers can be loaded and unloaded using the @code{jit-reader-load}
34140and @code{jit-reader-unload} commands.
34141
34142@table @code
c9fb1240
SD
34143@item jit-reader-load @var{reader}
34144Load the JIT reader named @var{reader}. @var{reader} is a shared
34145object specified as either an absolute or a relative file name. In
34146the latter case, @value{GDBN} will try to load the reader from a
34147pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
34148system (here @var{libdir} is the system library directory, often
34149@file{/usr/local/lib}).
34150
34151Only one reader can be active at a time; trying to load a second
34152reader when one is already loaded will result in @value{GDBN}
34153reporting an error. A new JIT reader can be loaded by first unloading
34154the current one using @code{jit-reader-unload} and then invoking
34155@code{jit-reader-load}.
f85b53f8
SD
34156
34157@item jit-reader-unload
34158Unload the currently loaded JIT reader.
34159
34160@end table
34161
34162@node Writing JIT Debug Info Readers
34163@subsection Writing JIT Debug Info Readers
34164@cindex writing JIT debug info readers
34165
34166As mentioned, a reader is essentially a shared object conforming to a
34167certain ABI. This ABI is described in @file{jit-reader.h}.
34168
34169@file{jit-reader.h} defines the structures, macros and functions
34170required to write a reader. It is installed (along with
34171@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
34172the system include directory.
34173
34174Readers need to be released under a GPL compatible license. A reader
34175can be declared as released under such a license by placing the macro
34176@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
34177
34178The entry point for readers is the symbol @code{gdb_init_reader},
34179which is expected to be a function with the prototype
34180
34181@findex gdb_init_reader
34182@smallexample
34183extern struct gdb_reader_funcs *gdb_init_reader (void);
34184@end smallexample
34185
34186@cindex @code{struct gdb_reader_funcs}
34187
34188@code{struct gdb_reader_funcs} contains a set of pointers to callback
34189functions. These functions are executed to read the debug info
34190generated by the JIT compiler (@code{read}), to unwind stack frames
34191(@code{unwind}) and to create canonical frame IDs
34192(@code{get_Frame_id}). It also has a callback that is called when the
34193reader is being unloaded (@code{destroy}). The struct looks like this
34194
34195@smallexample
34196struct gdb_reader_funcs
34197@{
34198 /* Must be set to GDB_READER_INTERFACE_VERSION. */
34199 int reader_version;
34200
34201 /* For use by the reader. */
34202 void *priv_data;
34203
34204 gdb_read_debug_info *read;
34205 gdb_unwind_frame *unwind;
34206 gdb_get_frame_id *get_frame_id;
34207 gdb_destroy_reader *destroy;
34208@};
34209@end smallexample
34210
34211@cindex @code{struct gdb_symbol_callbacks}
34212@cindex @code{struct gdb_unwind_callbacks}
34213
34214The callbacks are provided with another set of callbacks by
34215@value{GDBN} to do their job. For @code{read}, these callbacks are
34216passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
34217and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
34218@code{struct gdb_symbol_callbacks} has callbacks to create new object
34219files and new symbol tables inside those object files. @code{struct
34220gdb_unwind_callbacks} has callbacks to read registers off the current
34221frame and to write out the values of the registers in the previous
34222frame. Both have a callback (@code{target_read}) to read bytes off the
34223target's address space.
34224
d1feda86
YQ
34225@node In-Process Agent
34226@chapter In-Process Agent
34227@cindex debugging agent
34228The traditional debugging model is conceptually low-speed, but works fine,
34229because most bugs can be reproduced in debugging-mode execution. However,
34230as multi-core or many-core processors are becoming mainstream, and
34231multi-threaded programs become more and more popular, there should be more
34232and more bugs that only manifest themselves at normal-mode execution, for
34233example, thread races, because debugger's interference with the program's
34234timing may conceal the bugs. On the other hand, in some applications,
34235it is not feasible for the debugger to interrupt the program's execution
34236long enough for the developer to learn anything helpful about its behavior.
34237If the program's correctness depends on its real-time behavior, delays
34238introduced by a debugger might cause the program to fail, even when the
34239code itself is correct. It is useful to be able to observe the program's
34240behavior without interrupting it.
34241
34242Therefore, traditional debugging model is too intrusive to reproduce
34243some bugs. In order to reduce the interference with the program, we can
34244reduce the number of operations performed by debugger. The
34245@dfn{In-Process Agent}, a shared library, is running within the same
34246process with inferior, and is able to perform some debugging operations
34247itself. As a result, debugger is only involved when necessary, and
34248performance of debugging can be improved accordingly. Note that
34249interference with program can be reduced but can't be removed completely,
34250because the in-process agent will still stop or slow down the program.
34251
34252The in-process agent can interpret and execute Agent Expressions
34253(@pxref{Agent Expressions}) during performing debugging operations. The
34254agent expressions can be used for different purposes, such as collecting
34255data in tracepoints, and condition evaluation in breakpoints.
34256
34257@anchor{Control Agent}
34258You can control whether the in-process agent is used as an aid for
34259debugging with the following commands:
34260
34261@table @code
34262@kindex set agent on
34263@item set agent on
34264Causes the in-process agent to perform some operations on behalf of the
34265debugger. Just which operations requested by the user will be done
34266by the in-process agent depends on the its capabilities. For example,
34267if you request to evaluate breakpoint conditions in the in-process agent,
34268and the in-process agent has such capability as well, then breakpoint
34269conditions will be evaluated in the in-process agent.
34270
34271@kindex set agent off
34272@item set agent off
34273Disables execution of debugging operations by the in-process agent. All
34274of the operations will be performed by @value{GDBN}.
34275
34276@kindex show agent
34277@item show agent
34278Display the current setting of execution of debugging operations by
34279the in-process agent.
34280@end table
34281
16bdd41f
YQ
34282@menu
34283* In-Process Agent Protocol::
34284@end menu
34285
34286@node In-Process Agent Protocol
34287@section In-Process Agent Protocol
34288@cindex in-process agent protocol
34289
34290The in-process agent is able to communicate with both @value{GDBN} and
34291GDBserver (@pxref{In-Process Agent}). This section documents the protocol
34292used for communications between @value{GDBN} or GDBserver and the IPA.
34293In general, @value{GDBN} or GDBserver sends commands
34294(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
34295in-process agent replies back with the return result of the command, or
34296some other information. The data sent to in-process agent is composed
34297of primitive data types, such as 4-byte or 8-byte type, and composite
34298types, which are called objects (@pxref{IPA Protocol Objects}).
34299
34300@menu
34301* IPA Protocol Objects::
34302* IPA Protocol Commands::
34303@end menu
34304
34305@node IPA Protocol Objects
34306@subsection IPA Protocol Objects
34307@cindex ipa protocol objects
34308
34309The commands sent to and results received from agent may contain some
34310complex data types called @dfn{objects}.
34311
34312The in-process agent is running on the same machine with @value{GDBN}
34313or GDBserver, so it doesn't have to handle as much differences between
34314two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
34315However, there are still some differences of two ends in two processes:
34316
34317@enumerate
34318@item
34319word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
34320compiled as a 64-bit executable, while in-process agent is a 32-bit one.
34321@item
34322ABI. Some machines may have multiple types of ABI, @value{GDBN} or
34323GDBserver is compiled with one, and in-process agent is compiled with
34324the other one.
34325@end enumerate
34326
34327Here are the IPA Protocol Objects:
34328
34329@enumerate
34330@item
34331agent expression object. It represents an agent expression
34332(@pxref{Agent Expressions}).
34333@anchor{agent expression object}
34334@item
34335tracepoint action object. It represents a tracepoint action
34336(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
34337memory, static trace data and to evaluate expression.
34338@anchor{tracepoint action object}
34339@item
34340tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
34341@anchor{tracepoint object}
34342
34343@end enumerate
34344
34345The following table describes important attributes of each IPA protocol
34346object:
34347
34348@multitable @columnfractions .30 .20 .50
34349@headitem Name @tab Size @tab Description
34350@item @emph{agent expression object} @tab @tab
34351@item length @tab 4 @tab length of bytes code
34352@item byte code @tab @var{length} @tab contents of byte code
34353@item @emph{tracepoint action for collecting memory} @tab @tab
34354@item 'M' @tab 1 @tab type of tracepoint action
34355@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
34356address of the lowest byte to collect, otherwise @var{addr} is the offset
34357of @var{basereg} for memory collecting.
34358@item len @tab 8 @tab length of memory for collecting
34359@item basereg @tab 4 @tab the register number containing the starting
34360memory address for collecting.
34361@item @emph{tracepoint action for collecting registers} @tab @tab
34362@item 'R' @tab 1 @tab type of tracepoint action
34363@item @emph{tracepoint action for collecting static trace data} @tab @tab
34364@item 'L' @tab 1 @tab type of tracepoint action
34365@item @emph{tracepoint action for expression evaluation} @tab @tab
34366@item 'X' @tab 1 @tab type of tracepoint action
34367@item agent expression @tab length of @tab @ref{agent expression object}
34368@item @emph{tracepoint object} @tab @tab
34369@item number @tab 4 @tab number of tracepoint
34370@item address @tab 8 @tab address of tracepoint inserted on
34371@item type @tab 4 @tab type of tracepoint
34372@item enabled @tab 1 @tab enable or disable of tracepoint
34373@item step_count @tab 8 @tab step
34374@item pass_count @tab 8 @tab pass
34375@item numactions @tab 4 @tab number of tracepoint actions
34376@item hit count @tab 8 @tab hit count
34377@item trace frame usage @tab 8 @tab trace frame usage
34378@item compiled_cond @tab 8 @tab compiled condition
34379@item orig_size @tab 8 @tab orig size
34380@item condition @tab 4 if condition is NULL otherwise length of
34381@ref{agent expression object}
34382@tab zero if condition is NULL, otherwise is
34383@ref{agent expression object}
34384@item actions @tab variable
34385@tab numactions number of @ref{tracepoint action object}
34386@end multitable
34387
34388@node IPA Protocol Commands
34389@subsection IPA Protocol Commands
34390@cindex ipa protocol commands
34391
34392The spaces in each command are delimiters to ease reading this commands
34393specification. They don't exist in real commands.
34394
34395@table @samp
34396
34397@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
34398Installs a new fast tracepoint described by @var{tracepoint_object}
34399(@pxref{tracepoint object}). @var{gdb_jump_pad_head}, 8-byte long, is the
34400head of @dfn{jumppad}, which is used to jump to data collection routine
34401in IPA finally.
34402
34403Replies:
34404@table @samp
34405@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
34406@var{target_address} is address of tracepoint in the inferior.
34407@var{gdb_jump_pad_head} is updated head of jumppad. Both of
34408@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
34409@var{fjump} contains a sequence of instructions jump to jumppad entry.
34410@var{fjump_size}, 4-byte long, is the size of @var{fjump}.
34411@item E @var{NN}
34412for an error
34413
34414@end table
34415
7255706c
YQ
34416@item close
34417Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
34418is about to kill inferiors.
34419
16bdd41f
YQ
34420@item qTfSTM
34421@xref{qTfSTM}.
34422@item qTsSTM
34423@xref{qTsSTM}.
34424@item qTSTMat
34425@xref{qTSTMat}.
34426@item probe_marker_at:@var{address}
34427Asks in-process agent to probe the marker at @var{address}.
34428
34429Replies:
34430@table @samp
34431@item E @var{NN}
34432for an error
34433@end table
34434@item unprobe_marker_at:@var{address}
34435Asks in-process agent to unprobe the marker at @var{address}.
34436@end table
34437
8e04817f
AC
34438@node GDB Bugs
34439@chapter Reporting Bugs in @value{GDBN}
34440@cindex bugs in @value{GDBN}
34441@cindex reporting bugs in @value{GDBN}
c906108c 34442
8e04817f 34443Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 34444
8e04817f
AC
34445Reporting a bug may help you by bringing a solution to your problem, or it
34446may not. But in any case the principal function of a bug report is to help
34447the entire community by making the next version of @value{GDBN} work better. Bug
34448reports are your contribution to the maintenance of @value{GDBN}.
c906108c 34449
8e04817f
AC
34450In order for a bug report to serve its purpose, you must include the
34451information that enables us to fix the bug.
c4555f82
SC
34452
34453@menu
8e04817f
AC
34454* Bug Criteria:: Have you found a bug?
34455* Bug Reporting:: How to report bugs
c4555f82
SC
34456@end menu
34457
8e04817f 34458@node Bug Criteria
79a6e687 34459@section Have You Found a Bug?
8e04817f 34460@cindex bug criteria
c4555f82 34461
8e04817f 34462If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
34463
34464@itemize @bullet
8e04817f
AC
34465@cindex fatal signal
34466@cindex debugger crash
34467@cindex crash of debugger
c4555f82 34468@item
8e04817f
AC
34469If the debugger gets a fatal signal, for any input whatever, that is a
34470@value{GDBN} bug. Reliable debuggers never crash.
34471
34472@cindex error on valid input
34473@item
34474If @value{GDBN} produces an error message for valid input, that is a
34475bug. (Note that if you're cross debugging, the problem may also be
34476somewhere in the connection to the target.)
c4555f82 34477
8e04817f 34478@cindex invalid input
c4555f82 34479@item
8e04817f
AC
34480If @value{GDBN} does not produce an error message for invalid input,
34481that is a bug. However, you should note that your idea of
34482``invalid input'' might be our idea of ``an extension'' or ``support
34483for traditional practice''.
34484
34485@item
34486If you are an experienced user of debugging tools, your suggestions
34487for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
34488@end itemize
34489
8e04817f 34490@node Bug Reporting
79a6e687 34491@section How to Report Bugs
8e04817f
AC
34492@cindex bug reports
34493@cindex @value{GDBN} bugs, reporting
34494
34495A number of companies and individuals offer support for @sc{gnu} products.
34496If you obtained @value{GDBN} from a support organization, we recommend you
34497contact that organization first.
34498
34499You can find contact information for many support companies and
34500individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
34501distribution.
34502@c should add a web page ref...
34503
c16158bc
JM
34504@ifset BUGURL
34505@ifset BUGURL_DEFAULT
129188f6 34506In any event, we also recommend that you submit bug reports for
d3e8051b 34507@value{GDBN}. The preferred method is to submit them directly using
129188f6
AC
34508@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
34509page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
34510be used.
8e04817f
AC
34511
34512@strong{Do not send bug reports to @samp{info-gdb}, or to
34513@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
34514not want to receive bug reports. Those that do have arranged to receive
34515@samp{bug-gdb}.
34516
34517The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
34518serves as a repeater. The mailing list and the newsgroup carry exactly
34519the same messages. Often people think of posting bug reports to the
34520newsgroup instead of mailing them. This appears to work, but it has one
34521problem which can be crucial: a newsgroup posting often lacks a mail
34522path back to the sender. Thus, if we need to ask for more information,
34523we may be unable to reach you. For this reason, it is better to send
34524bug reports to the mailing list.
c16158bc
JM
34525@end ifset
34526@ifclear BUGURL_DEFAULT
34527In any event, we also recommend that you submit bug reports for
34528@value{GDBN} to @value{BUGURL}.
34529@end ifclear
34530@end ifset
c4555f82 34531
8e04817f
AC
34532The fundamental principle of reporting bugs usefully is this:
34533@strong{report all the facts}. If you are not sure whether to state a
34534fact or leave it out, state it!
c4555f82 34535
8e04817f
AC
34536Often people omit facts because they think they know what causes the
34537problem and assume that some details do not matter. Thus, you might
34538assume that the name of the variable you use in an example does not matter.
34539Well, probably it does not, but one cannot be sure. Perhaps the bug is a
34540stray memory reference which happens to fetch from the location where that
34541name is stored in memory; perhaps, if the name were different, the contents
34542of that location would fool the debugger into doing the right thing despite
34543the bug. Play it safe and give a specific, complete example. That is the
34544easiest thing for you to do, and the most helpful.
c4555f82 34545
8e04817f
AC
34546Keep in mind that the purpose of a bug report is to enable us to fix the
34547bug. It may be that the bug has been reported previously, but neither
34548you nor we can know that unless your bug report is complete and
34549self-contained.
c4555f82 34550
8e04817f
AC
34551Sometimes people give a few sketchy facts and ask, ``Does this ring a
34552bell?'' Those bug reports are useless, and we urge everyone to
34553@emph{refuse to respond to them} except to chide the sender to report
34554bugs properly.
34555
34556To enable us to fix the bug, you should include all these things:
c4555f82
SC
34557
34558@itemize @bullet
34559@item
8e04817f
AC
34560The version of @value{GDBN}. @value{GDBN} announces it if you start
34561with no arguments; you can also print it at any time using @code{show
34562version}.
c4555f82 34563
8e04817f
AC
34564Without this, we will not know whether there is any point in looking for
34565the bug in the current version of @value{GDBN}.
c4555f82
SC
34566
34567@item
8e04817f
AC
34568The type of machine you are using, and the operating system name and
34569version number.
c4555f82
SC
34570
34571@item
c1468174 34572What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
8e04817f 34573``@value{GCC}--2.8.1''.
c4555f82
SC
34574
34575@item
8e04817f 34576What compiler (and its version) was used to compile the program you are
c1468174 34577debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
3f94c067
BW
34578C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
34579to get this information; for other compilers, see the documentation for
34580those compilers.
c4555f82 34581
8e04817f
AC
34582@item
34583The command arguments you gave the compiler to compile your example and
34584observe the bug. For example, did you use @samp{-O}? To guarantee
34585you will not omit something important, list them all. A copy of the
34586Makefile (or the output from make) is sufficient.
c4555f82 34587
8e04817f
AC
34588If we were to try to guess the arguments, we would probably guess wrong
34589and then we might not encounter the bug.
c4555f82 34590
8e04817f
AC
34591@item
34592A complete input script, and all necessary source files, that will
34593reproduce the bug.
c4555f82 34594
8e04817f
AC
34595@item
34596A description of what behavior you observe that you believe is
34597incorrect. For example, ``It gets a fatal signal.''
c4555f82 34598
8e04817f
AC
34599Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
34600will certainly notice it. But if the bug is incorrect output, we might
34601not notice unless it is glaringly wrong. You might as well not give us
34602a chance to make a mistake.
c4555f82 34603
8e04817f
AC
34604Even if the problem you experience is a fatal signal, you should still
34605say so explicitly. Suppose something strange is going on, such as, your
34606copy of @value{GDBN} is out of synch, or you have encountered a bug in
34607the C library on your system. (This has happened!) Your copy might
34608crash and ours would not. If you told us to expect a crash, then when
34609ours fails to crash, we would know that the bug was not happening for
34610us. If you had not told us to expect a crash, then we would not be able
34611to draw any conclusion from our observations.
c4555f82 34612
e0c07bf0
MC
34613@pindex script
34614@cindex recording a session script
34615To collect all this information, you can use a session recording program
34616such as @command{script}, which is available on many Unix systems.
34617Just run your @value{GDBN} session inside @command{script} and then
34618include the @file{typescript} file with your bug report.
34619
34620Another way to record a @value{GDBN} session is to run @value{GDBN}
34621inside Emacs and then save the entire buffer to a file.
34622
8e04817f
AC
34623@item
34624If you wish to suggest changes to the @value{GDBN} source, send us context
34625diffs. If you even discuss something in the @value{GDBN} source, refer to
34626it by context, not by line number.
c4555f82 34627
8e04817f
AC
34628The line numbers in our development sources will not match those in your
34629sources. Your line numbers would convey no useful information to us.
c4555f82 34630
8e04817f 34631@end itemize
c4555f82 34632
8e04817f 34633Here are some things that are not necessary:
c4555f82 34634
8e04817f
AC
34635@itemize @bullet
34636@item
34637A description of the envelope of the bug.
c4555f82 34638
8e04817f
AC
34639Often people who encounter a bug spend a lot of time investigating
34640which changes to the input file will make the bug go away and which
34641changes will not affect it.
c4555f82 34642
8e04817f
AC
34643This is often time consuming and not very useful, because the way we
34644will find the bug is by running a single example under the debugger
34645with breakpoints, not by pure deduction from a series of examples.
34646We recommend that you save your time for something else.
c4555f82 34647
8e04817f
AC
34648Of course, if you can find a simpler example to report @emph{instead}
34649of the original one, that is a convenience for us. Errors in the
34650output will be easier to spot, running under the debugger will take
34651less time, and so on.
c4555f82 34652
8e04817f
AC
34653However, simplification is not vital; if you do not want to do this,
34654report the bug anyway and send us the entire test case you used.
c4555f82 34655
8e04817f
AC
34656@item
34657A patch for the bug.
c4555f82 34658
8e04817f
AC
34659A patch for the bug does help us if it is a good one. But do not omit
34660the necessary information, such as the test case, on the assumption that
34661a patch is all we need. We might see problems with your patch and decide
34662to fix the problem another way, or we might not understand it at all.
c4555f82 34663
8e04817f
AC
34664Sometimes with a program as complicated as @value{GDBN} it is very hard to
34665construct an example that will make the program follow a certain path
34666through the code. If you do not send us the example, we will not be able
34667to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 34668
8e04817f
AC
34669And if we cannot understand what bug you are trying to fix, or why your
34670patch should be an improvement, we will not install it. A test case will
34671help us to understand.
c4555f82 34672
8e04817f
AC
34673@item
34674A guess about what the bug is or what it depends on.
c4555f82 34675
8e04817f
AC
34676Such guesses are usually wrong. Even we cannot guess right about such
34677things without first using the debugger to find the facts.
34678@end itemize
c4555f82 34679
8e04817f
AC
34680@c The readline documentation is distributed with the readline code
34681@c and consists of the two following files:
cc88a640
JK
34682@c rluser.texi
34683@c hsuser.texi
8e04817f
AC
34684@c Use -I with makeinfo to point to the appropriate directory,
34685@c environment var TEXINPUTS with TeX.
39037522 34686@ifclear SYSTEM_READLINE
5bdf8622 34687@include rluser.texi
cc88a640 34688@include hsuser.texi
39037522 34689@end ifclear
c4555f82 34690
4ceed123
JB
34691@node In Memoriam
34692@appendix In Memoriam
34693
9ed350ad
JB
34694The @value{GDBN} project mourns the loss of the following long-time
34695contributors:
4ceed123
JB
34696
34697@table @code
34698@item Fred Fish
9ed350ad
JB
34699Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
34700to Free Software in general. Outside of @value{GDBN}, he was known in
34701the Amiga world for his series of Fish Disks, and the GeekGadget project.
4ceed123
JB
34702
34703@item Michael Snyder
9ed350ad
JB
34704Michael was one of the Global Maintainers of the @value{GDBN} project,
34705with contributions recorded as early as 1996, until 2011. In addition
34706to his day to day participation, he was a large driving force behind
34707adding Reverse Debugging to @value{GDBN}.
4ceed123
JB
34708@end table
34709
34710Beyond their technical contributions to the project, they were also
34711enjoyable members of the Free Software Community. We will miss them.
c4555f82 34712
8e04817f
AC
34713@node Formatting Documentation
34714@appendix Formatting Documentation
c4555f82 34715
8e04817f
AC
34716@cindex @value{GDBN} reference card
34717@cindex reference card
34718The @value{GDBN} 4 release includes an already-formatted reference card, ready
34719for printing with PostScript or Ghostscript, in the @file{gdb}
34720subdirectory of the main source directory@footnote{In
34721@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
34722release.}. If you can use PostScript or Ghostscript with your printer,
34723you can print the reference card immediately with @file{refcard.ps}.
c4555f82 34724
8e04817f
AC
34725The release also includes the source for the reference card. You
34726can format it, using @TeX{}, by typing:
c4555f82 34727
474c8240 34728@smallexample
8e04817f 34729make refcard.dvi
474c8240 34730@end smallexample
c4555f82 34731
8e04817f
AC
34732The @value{GDBN} reference card is designed to print in @dfn{landscape}
34733mode on US ``letter'' size paper;
34734that is, on a sheet 11 inches wide by 8.5 inches
34735high. You will need to specify this form of printing as an option to
34736your @sc{dvi} output program.
c4555f82 34737
8e04817f 34738@cindex documentation
c4555f82 34739
8e04817f
AC
34740All the documentation for @value{GDBN} comes as part of the machine-readable
34741distribution. The documentation is written in Texinfo format, which is
34742a documentation system that uses a single source file to produce both
34743on-line information and a printed manual. You can use one of the Info
34744formatting commands to create the on-line version of the documentation
34745and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 34746
8e04817f
AC
34747@value{GDBN} includes an already formatted copy of the on-line Info
34748version of this manual in the @file{gdb} subdirectory. The main Info
34749file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
34750subordinate files matching @samp{gdb.info*} in the same directory. If
34751necessary, you can print out these files, or read them with any editor;
34752but they are easier to read using the @code{info} subsystem in @sc{gnu}
34753Emacs or the standalone @code{info} program, available as part of the
34754@sc{gnu} Texinfo distribution.
c4555f82 34755
8e04817f
AC
34756If you want to format these Info files yourself, you need one of the
34757Info formatting programs, such as @code{texinfo-format-buffer} or
34758@code{makeinfo}.
c4555f82 34759
8e04817f
AC
34760If you have @code{makeinfo} installed, and are in the top level
34761@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
34762version @value{GDBVN}), you can make the Info file by typing:
c4555f82 34763
474c8240 34764@smallexample
8e04817f
AC
34765cd gdb
34766make gdb.info
474c8240 34767@end smallexample
c4555f82 34768
8e04817f
AC
34769If you want to typeset and print copies of this manual, you need @TeX{},
34770a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
34771Texinfo definitions file.
c4555f82 34772
8e04817f
AC
34773@TeX{} is a typesetting program; it does not print files directly, but
34774produces output files called @sc{dvi} files. To print a typeset
34775document, you need a program to print @sc{dvi} files. If your system
34776has @TeX{} installed, chances are it has such a program. The precise
34777command to use depends on your system; @kbd{lpr -d} is common; another
34778(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
34779require a file name without any extension or a @samp{.dvi} extension.
c4555f82 34780
8e04817f
AC
34781@TeX{} also requires a macro definitions file called
34782@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
34783written in Texinfo format. On its own, @TeX{} cannot either read or
34784typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
34785and is located in the @file{gdb-@var{version-number}/texinfo}
34786directory.
c4555f82 34787
8e04817f 34788If you have @TeX{} and a @sc{dvi} printer program installed, you can
d3e8051b 34789typeset and print this manual. First switch to the @file{gdb}
8e04817f
AC
34790subdirectory of the main source directory (for example, to
34791@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 34792
474c8240 34793@smallexample
8e04817f 34794make gdb.dvi
474c8240 34795@end smallexample
c4555f82 34796
8e04817f 34797Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 34798
8e04817f
AC
34799@node Installing GDB
34800@appendix Installing @value{GDBN}
8e04817f 34801@cindex installation
c4555f82 34802
7fa2210b
DJ
34803@menu
34804* Requirements:: Requirements for building @value{GDBN}
db2e3e2e 34805* Running Configure:: Invoking the @value{GDBN} @file{configure} script
7fa2210b
DJ
34806* Separate Objdir:: Compiling @value{GDBN} in another directory
34807* Config Names:: Specifying names for hosts and targets
34808* Configure Options:: Summary of options for configure
098b41a6 34809* System-wide configuration:: Having a system-wide init file
7fa2210b
DJ
34810@end menu
34811
34812@node Requirements
79a6e687 34813@section Requirements for Building @value{GDBN}
7fa2210b
DJ
34814@cindex building @value{GDBN}, requirements for
34815
34816Building @value{GDBN} requires various tools and packages to be available.
34817Other packages will be used only if they are found.
34818
79a6e687 34819@heading Tools/Packages Necessary for Building @value{GDBN}
7fa2210b
DJ
34820@table @asis
34821@item ISO C90 compiler
34822@value{GDBN} is written in ISO C90. It should be buildable with any
34823working C90 compiler, e.g.@: GCC.
34824
34825@end table
34826
79a6e687 34827@heading Tools/Packages Optional for Building @value{GDBN}
7fa2210b
DJ
34828@table @asis
34829@item Expat
123dc839 34830@anchor{Expat}
7fa2210b
DJ
34831@value{GDBN} can use the Expat XML parsing library. This library may be
34832included with your operating system distribution; if it is not, you
34833can get the latest version from @url{http://expat.sourceforge.net}.
db2e3e2e 34834The @file{configure} script will search for this library in several
7fa2210b
DJ
34835standard locations; if it is installed in an unusual path, you can
34836use the @option{--with-libexpat-prefix} option to specify its location.
34837
9cceb671
DJ
34838Expat is used for:
34839
34840@itemize @bullet
34841@item
34842Remote protocol memory maps (@pxref{Memory Map Format})
34843@item
34844Target descriptions (@pxref{Target Descriptions})
34845@item
2268b414
JK
34846Remote shared library lists (@xref{Library List Format},
34847or alternatively @pxref{Library List Format for SVR4 Targets})
9cceb671
DJ
34848@item
34849MS-Windows shared libraries (@pxref{Shared Libraries})
b3b9301e
PA
34850@item
34851Traceframe info (@pxref{Traceframe Info Format})
2ae8c8e7
MM
34852@item
34853Branch trace (@pxref{Branch Trace Format})
9cceb671 34854@end itemize
7fa2210b 34855
31fffb02
CS
34856@item zlib
34857@cindex compressed debug sections
34858@value{GDBN} will use the @samp{zlib} library, if available, to read
34859compressed debug sections. Some linkers, such as GNU gold, are capable
34860of producing binaries with compressed debug sections. If @value{GDBN}
34861is compiled with @samp{zlib}, it will be able to read the debug
34862information in such binaries.
34863
34864The @samp{zlib} library is likely included with your operating system
34865distribution; if it is not, you can get the latest version from
34866@url{http://zlib.net}.
34867
6c7a06a3
TT
34868@item iconv
34869@value{GDBN}'s features related to character sets (@pxref{Character
34870Sets}) require a functioning @code{iconv} implementation. If you are
34871on a GNU system, then this is provided by the GNU C Library. Some
34872other systems also provide a working @code{iconv}.
34873
478aac75
DE
34874If @value{GDBN} is using the @code{iconv} program which is installed
34875in a non-standard place, you will need to tell @value{GDBN} where to find it.
34876This is done with @option{--with-iconv-bin} which specifies the
34877directory that contains the @code{iconv} program.
34878
34879On systems without @code{iconv}, you can install GNU Libiconv. If you
6c7a06a3
TT
34880have previously installed Libiconv, you can use the
34881@option{--with-libiconv-prefix} option to configure.
34882
34883@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
34884arrange to build Libiconv if a directory named @file{libiconv} appears
34885in the top-most source directory. If Libiconv is built this way, and
34886if the operating system does not provide a suitable @code{iconv}
34887implementation, then the just-built library will automatically be used
34888by @value{GDBN}. One easy way to set this up is to download GNU
34889Libiconv, unpack it, and then rename the directory holding the
34890Libiconv source code to @samp{libiconv}.
7fa2210b
DJ
34891@end table
34892
34893@node Running Configure
db2e3e2e 34894@section Invoking the @value{GDBN} @file{configure} Script
7fa2210b 34895@cindex configuring @value{GDBN}
db2e3e2e 34896@value{GDBN} comes with a @file{configure} script that automates the process
8e04817f
AC
34897of preparing @value{GDBN} for installation; you can then use @code{make} to
34898build the @code{gdb} program.
34899@iftex
34900@c irrelevant in info file; it's as current as the code it lives with.
34901@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
34902look at the @file{README} file in the sources; we may have improved the
34903installation procedures since publishing this manual.}
34904@end iftex
c4555f82 34905
8e04817f
AC
34906The @value{GDBN} distribution includes all the source code you need for
34907@value{GDBN} in a single directory, whose name is usually composed by
34908appending the version number to @samp{gdb}.
c4555f82 34909
8e04817f
AC
34910For example, the @value{GDBN} version @value{GDBVN} distribution is in the
34911@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 34912
8e04817f
AC
34913@table @code
34914@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
34915script for configuring @value{GDBN} and all its supporting libraries
c4555f82 34916
8e04817f
AC
34917@item gdb-@value{GDBVN}/gdb
34918the source specific to @value{GDBN} itself
c4555f82 34919
8e04817f
AC
34920@item gdb-@value{GDBVN}/bfd
34921source for the Binary File Descriptor library
c906108c 34922
8e04817f
AC
34923@item gdb-@value{GDBVN}/include
34924@sc{gnu} include files
c906108c 34925
8e04817f
AC
34926@item gdb-@value{GDBVN}/libiberty
34927source for the @samp{-liberty} free software library
c906108c 34928
8e04817f
AC
34929@item gdb-@value{GDBVN}/opcodes
34930source for the library of opcode tables and disassemblers
c906108c 34931
8e04817f
AC
34932@item gdb-@value{GDBVN}/readline
34933source for the @sc{gnu} command-line interface
c906108c 34934
8e04817f
AC
34935@item gdb-@value{GDBVN}/glob
34936source for the @sc{gnu} filename pattern-matching subroutine
c906108c 34937
8e04817f
AC
34938@item gdb-@value{GDBVN}/mmalloc
34939source for the @sc{gnu} memory-mapped malloc package
34940@end table
c906108c 34941
db2e3e2e 34942The simplest way to configure and build @value{GDBN} is to run @file{configure}
8e04817f
AC
34943from the @file{gdb-@var{version-number}} source directory, which in
34944this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 34945
8e04817f 34946First switch to the @file{gdb-@var{version-number}} source directory
db2e3e2e 34947if you are not already in it; then run @file{configure}. Pass the
8e04817f
AC
34948identifier for the platform on which @value{GDBN} will run as an
34949argument.
c906108c 34950
8e04817f 34951For example:
c906108c 34952
474c8240 34953@smallexample
8e04817f
AC
34954cd gdb-@value{GDBVN}
34955./configure @var{host}
34956make
474c8240 34957@end smallexample
c906108c 34958
8e04817f
AC
34959@noindent
34960where @var{host} is an identifier such as @samp{sun4} or
34961@samp{decstation}, that identifies the platform where @value{GDBN} will run.
db2e3e2e 34962(You can often leave off @var{host}; @file{configure} tries to guess the
8e04817f 34963correct value by examining your system.)
c906108c 34964
8e04817f
AC
34965Running @samp{configure @var{host}} and then running @code{make} builds the
34966@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
34967libraries, then @code{gdb} itself. The configured source files, and the
34968binaries, are left in the corresponding source directories.
c906108c 34969
8e04817f 34970@need 750
db2e3e2e 34971@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
8e04817f
AC
34972system does not recognize this automatically when you run a different
34973shell, you may need to run @code{sh} on it explicitly:
c906108c 34974
474c8240 34975@smallexample
8e04817f 34976sh configure @var{host}
474c8240 34977@end smallexample
c906108c 34978
db2e3e2e 34979If you run @file{configure} from a directory that contains source
8e04817f 34980directories for multiple libraries or programs, such as the
db2e3e2e
BW
34981@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN},
34982@file{configure}
8e04817f
AC
34983creates configuration files for every directory level underneath (unless
34984you tell it not to, with the @samp{--norecursion} option).
34985
db2e3e2e 34986You should run the @file{configure} script from the top directory in the
94e91d6d 34987source tree, the @file{gdb-@var{version-number}} directory. If you run
db2e3e2e 34988@file{configure} from one of the subdirectories, you will configure only
94e91d6d 34989that subdirectory. That is usually not what you want. In particular,
db2e3e2e 34990if you run the first @file{configure} from the @file{gdb} subdirectory
94e91d6d
MC
34991of the @file{gdb-@var{version-number}} directory, you will omit the
34992configuration of @file{bfd}, @file{readline}, and other sibling
34993directories of the @file{gdb} subdirectory. This leads to build errors
34994about missing include files such as @file{bfd/bfd.h}.
c906108c 34995
8e04817f
AC
34996You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
34997However, you should make sure that the shell on your path (named by
34998the @samp{SHELL} environment variable) is publicly readable. Remember
34999that @value{GDBN} uses the shell to start your program---some systems refuse to
35000let @value{GDBN} debug child processes whose programs are not readable.
c906108c 35001
8e04817f 35002@node Separate Objdir
79a6e687 35003@section Compiling @value{GDBN} in Another Directory
c906108c 35004
8e04817f
AC
35005If you want to run @value{GDBN} versions for several host or target machines,
35006you need a different @code{gdb} compiled for each combination of
db2e3e2e 35007host and target. @file{configure} is designed to make this easy by
8e04817f
AC
35008allowing you to generate each configuration in a separate subdirectory,
35009rather than in the source directory. If your @code{make} program
35010handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
35011@code{make} in each of these directories builds the @code{gdb}
35012program specified there.
c906108c 35013
db2e3e2e 35014To build @code{gdb} in a separate directory, run @file{configure}
8e04817f 35015with the @samp{--srcdir} option to specify where to find the source.
db2e3e2e
BW
35016(You also need to specify a path to find @file{configure}
35017itself from your working directory. If the path to @file{configure}
8e04817f
AC
35018would be the same as the argument to @samp{--srcdir}, you can leave out
35019the @samp{--srcdir} option; it is assumed.)
c906108c 35020
8e04817f
AC
35021For example, with version @value{GDBVN}, you can build @value{GDBN} in a
35022separate directory for a Sun 4 like this:
c906108c 35023
474c8240 35024@smallexample
8e04817f
AC
35025@group
35026cd gdb-@value{GDBVN}
35027mkdir ../gdb-sun4
35028cd ../gdb-sun4
35029../gdb-@value{GDBVN}/configure sun4
35030make
35031@end group
474c8240 35032@end smallexample
c906108c 35033
db2e3e2e 35034When @file{configure} builds a configuration using a remote source
8e04817f
AC
35035directory, it creates a tree for the binaries with the same structure
35036(and using the same names) as the tree under the source directory. In
35037the example, you'd find the Sun 4 library @file{libiberty.a} in the
35038directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
35039@file{gdb-sun4/gdb}.
c906108c 35040
94e91d6d
MC
35041Make sure that your path to the @file{configure} script has just one
35042instance of @file{gdb} in it. If your path to @file{configure} looks
35043like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
35044one subdirectory of @value{GDBN}, not the whole package. This leads to
35045build errors about missing include files such as @file{bfd/bfd.h}.
35046
8e04817f
AC
35047One popular reason to build several @value{GDBN} configurations in separate
35048directories is to configure @value{GDBN} for cross-compiling (where
35049@value{GDBN} runs on one machine---the @dfn{host}---while debugging
35050programs that run on another machine---the @dfn{target}).
35051You specify a cross-debugging target by
db2e3e2e 35052giving the @samp{--target=@var{target}} option to @file{configure}.
c906108c 35053
8e04817f
AC
35054When you run @code{make} to build a program or library, you must run
35055it in a configured directory---whatever directory you were in when you
db2e3e2e 35056called @file{configure} (or one of its subdirectories).
c906108c 35057
db2e3e2e 35058The @code{Makefile} that @file{configure} generates in each source
8e04817f
AC
35059directory also runs recursively. If you type @code{make} in a source
35060directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
35061directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
35062will build all the required libraries, and then build GDB.
c906108c 35063
8e04817f
AC
35064When you have multiple hosts or targets configured in separate
35065directories, you can run @code{make} on them in parallel (for example,
35066if they are NFS-mounted on each of the hosts); they will not interfere
35067with each other.
c906108c 35068
8e04817f 35069@node Config Names
79a6e687 35070@section Specifying Names for Hosts and Targets
c906108c 35071
db2e3e2e 35072The specifications used for hosts and targets in the @file{configure}
8e04817f
AC
35073script are based on a three-part naming scheme, but some short predefined
35074aliases are also supported. The full naming scheme encodes three pieces
35075of information in the following pattern:
c906108c 35076
474c8240 35077@smallexample
8e04817f 35078@var{architecture}-@var{vendor}-@var{os}
474c8240 35079@end smallexample
c906108c 35080
8e04817f
AC
35081For example, you can use the alias @code{sun4} as a @var{host} argument,
35082or as the value for @var{target} in a @code{--target=@var{target}}
35083option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 35084
db2e3e2e 35085The @file{configure} script accompanying @value{GDBN} does not provide
8e04817f 35086any query facility to list all supported host and target names or
db2e3e2e 35087aliases. @file{configure} calls the Bourne shell script
8e04817f
AC
35088@code{config.sub} to map abbreviations to full names; you can read the
35089script, if you wish, or you can use it to test your guesses on
35090abbreviations---for example:
c906108c 35091
8e04817f
AC
35092@smallexample
35093% sh config.sub i386-linux
35094i386-pc-linux-gnu
35095% sh config.sub alpha-linux
35096alpha-unknown-linux-gnu
35097% sh config.sub hp9k700
35098hppa1.1-hp-hpux
35099% sh config.sub sun4
35100sparc-sun-sunos4.1.1
35101% sh config.sub sun3
35102m68k-sun-sunos4.1.1
35103% sh config.sub i986v
35104Invalid configuration `i986v': machine `i986v' not recognized
35105@end smallexample
c906108c 35106
8e04817f
AC
35107@noindent
35108@code{config.sub} is also distributed in the @value{GDBN} source
35109directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 35110
8e04817f 35111@node Configure Options
db2e3e2e 35112@section @file{configure} Options
c906108c 35113
db2e3e2e
BW
35114Here is a summary of the @file{configure} options and arguments that
35115are most often useful for building @value{GDBN}. @file{configure} also has
8e04817f 35116several other options not listed here. @inforef{What Configure
db2e3e2e 35117Does,,configure.info}, for a full explanation of @file{configure}.
c906108c 35118
474c8240 35119@smallexample
8e04817f
AC
35120configure @r{[}--help@r{]}
35121 @r{[}--prefix=@var{dir}@r{]}
35122 @r{[}--exec-prefix=@var{dir}@r{]}
35123 @r{[}--srcdir=@var{dirname}@r{]}
35124 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
35125 @r{[}--target=@var{target}@r{]}
35126 @var{host}
474c8240 35127@end smallexample
c906108c 35128
8e04817f
AC
35129@noindent
35130You may introduce options with a single @samp{-} rather than
35131@samp{--} if you prefer; but you may abbreviate option names if you use
35132@samp{--}.
c906108c 35133
8e04817f
AC
35134@table @code
35135@item --help
db2e3e2e 35136Display a quick summary of how to invoke @file{configure}.
c906108c 35137
8e04817f
AC
35138@item --prefix=@var{dir}
35139Configure the source to install programs and files under directory
35140@file{@var{dir}}.
c906108c 35141
8e04817f
AC
35142@item --exec-prefix=@var{dir}
35143Configure the source to install programs under directory
35144@file{@var{dir}}.
c906108c 35145
8e04817f
AC
35146@c avoid splitting the warning from the explanation:
35147@need 2000
35148@item --srcdir=@var{dirname}
35149@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
35150@code{make} that implements the @code{VPATH} feature.}@*
35151Use this option to make configurations in directories separate from the
35152@value{GDBN} source directories. Among other things, you can use this to
35153build (or maintain) several configurations simultaneously, in separate
db2e3e2e 35154directories. @file{configure} writes configuration-specific files in
8e04817f 35155the current directory, but arranges for them to use the source in the
db2e3e2e 35156directory @var{dirname}. @file{configure} creates directories under
8e04817f
AC
35157the working directory in parallel to the source directories below
35158@var{dirname}.
c906108c 35159
8e04817f 35160@item --norecursion
db2e3e2e 35161Configure only the directory level where @file{configure} is executed; do not
8e04817f 35162propagate configuration to subdirectories.
c906108c 35163
8e04817f
AC
35164@item --target=@var{target}
35165Configure @value{GDBN} for cross-debugging programs running on the specified
35166@var{target}. Without this option, @value{GDBN} is configured to debug
35167programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 35168
8e04817f 35169There is no convenient way to generate a list of all available targets.
c906108c 35170
8e04817f
AC
35171@item @var{host} @dots{}
35172Configure @value{GDBN} to run on the specified @var{host}.
c906108c 35173
8e04817f
AC
35174There is no convenient way to generate a list of all available hosts.
35175@end table
c906108c 35176
8e04817f
AC
35177There are many other options available as well, but they are generally
35178needed for special purposes only.
c906108c 35179
098b41a6
JG
35180@node System-wide configuration
35181@section System-wide configuration and settings
35182@cindex system-wide init file
35183
35184@value{GDBN} can be configured to have a system-wide init file;
35185this file will be read and executed at startup (@pxref{Startup, , What
35186@value{GDBN} does during startup}).
35187
35188Here is the corresponding configure option:
35189
35190@table @code
35191@item --with-system-gdbinit=@var{file}
35192Specify that the default location of the system-wide init file is
35193@var{file}.
35194@end table
35195
35196If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
35197it may be subject to relocation. Two possible cases:
35198
35199@itemize @bullet
35200@item
35201If the default location of this init file contains @file{$prefix},
35202it will be subject to relocation. Suppose that the configure options
35203are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
35204if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
35205init file is looked for as @file{$install/etc/gdbinit} instead of
35206@file{$prefix/etc/gdbinit}.
35207
35208@item
35209By contrast, if the default location does not contain the prefix,
35210it will not be relocated. E.g.@: if @value{GDBN} has been configured with
35211@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
35212then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
35213wherever @value{GDBN} is installed.
35214@end itemize
35215
e64e0392
DE
35216If the configured location of the system-wide init file (as given by the
35217@option{--with-system-gdbinit} option at configure time) is in the
35218data-directory (as specified by @option{--with-gdb-datadir} at configure
35219time) or in one of its subdirectories, then @value{GDBN} will look for the
35220system-wide init file in the directory specified by the
35221@option{--data-directory} command-line option.
35222Note that the system-wide init file is only read once, during @value{GDBN}
35223initialization. If the data-directory is changed after @value{GDBN} has
35224started with the @code{set data-directory} command, the file will not be
35225reread.
35226
8e04817f
AC
35227@node Maintenance Commands
35228@appendix Maintenance Commands
35229@cindex maintenance commands
35230@cindex internal commands
c906108c 35231
8e04817f 35232In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
35233includes a number of commands intended for @value{GDBN} developers,
35234that are not documented elsewhere in this manual. These commands are
da316a69
EZ
35235provided here for reference. (For commands that turn on debugging
35236messages, see @ref{Debugging Output}.)
c906108c 35237
8e04817f 35238@table @code
09d4efe1 35239@kindex maint agent
782b2b07 35240@kindex maint agent-eval
f77cc5f0
HZ
35241@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
35242@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
09d4efe1
EZ
35243Translate the given @var{expression} into remote agent bytecodes.
35244This command is useful for debugging the Agent Expression mechanism
782b2b07
SS
35245(@pxref{Agent Expressions}). The @samp{agent} version produces an
35246expression useful for data collection, such as by tracepoints, while
35247@samp{maint agent-eval} produces an expression that evaluates directly
35248to a result. For instance, a collection expression for @code{globa +
35249globb} will include bytecodes to record four bytes of memory at each
35250of the addresses of @code{globa} and @code{globb}, while discarding
35251the result of the addition, while an evaluation expression will do the
35252addition and return the sum.
f77cc5f0
HZ
35253If @code{-at} is given, generate remote agent bytecode for @var{location}.
35254If not, generate remote agent bytecode for current frame PC address.
09d4efe1 35255
d3ce09f5
SS
35256@kindex maint agent-printf
35257@item maint agent-printf @var{format},@var{expr},...
35258Translate the given format string and list of argument expressions
35259into remote agent bytecodes and display them as a disassembled list.
35260This command is useful for debugging the agent version of dynamic
6dd24dfa 35261printf (@pxref{Dynamic Printf}).
d3ce09f5 35262
8e04817f
AC
35263@kindex maint info breakpoints
35264@item @anchor{maint info breakpoints}maint info breakpoints
35265Using the same format as @samp{info breakpoints}, display both the
35266breakpoints you've set explicitly, and those @value{GDBN} is using for
35267internal purposes. Internal breakpoints are shown with negative
35268breakpoint numbers. The type column identifies what kind of breakpoint
35269is shown:
c906108c 35270
8e04817f
AC
35271@table @code
35272@item breakpoint
35273Normal, explicitly set breakpoint.
c906108c 35274
8e04817f
AC
35275@item watchpoint
35276Normal, explicitly set watchpoint.
c906108c 35277
8e04817f
AC
35278@item longjmp
35279Internal breakpoint, used to handle correctly stepping through
35280@code{longjmp} calls.
c906108c 35281
8e04817f
AC
35282@item longjmp resume
35283Internal breakpoint at the target of a @code{longjmp}.
c906108c 35284
8e04817f
AC
35285@item until
35286Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 35287
8e04817f
AC
35288@item finish
35289Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 35290
8e04817f
AC
35291@item shlib events
35292Shared library events.
c906108c 35293
8e04817f 35294@end table
c906108c 35295
d6b28940
TT
35296@kindex maint info bfds
35297@item maint info bfds
35298This prints information about each @code{bfd} object that is known to
35299@value{GDBN}. @xref{Top, , BFD, bfd, The Binary File Descriptor Library}.
35300
fff08868
HZ
35301@kindex set displaced-stepping
35302@kindex show displaced-stepping
237fc4c9
PA
35303@cindex displaced stepping support
35304@cindex out-of-line single-stepping
fff08868
HZ
35305@item set displaced-stepping
35306@itemx show displaced-stepping
237fc4c9 35307Control whether or not @value{GDBN} will do @dfn{displaced stepping}
fff08868
HZ
35308if the target supports it. Displaced stepping is a way to single-step
35309over breakpoints without removing them from the inferior, by executing
35310an out-of-line copy of the instruction that was originally at the
35311breakpoint location. It is also known as out-of-line single-stepping.
35312
35313@table @code
35314@item set displaced-stepping on
35315If the target architecture supports it, @value{GDBN} will use
35316displaced stepping to step over breakpoints.
35317
35318@item set displaced-stepping off
35319@value{GDBN} will not use displaced stepping to step over breakpoints,
35320even if such is supported by the target architecture.
35321
35322@cindex non-stop mode, and @samp{set displaced-stepping}
35323@item set displaced-stepping auto
35324This is the default mode. @value{GDBN} will use displaced stepping
35325only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
35326architecture supports displaced stepping.
35327@end table
237fc4c9 35328
09d4efe1
EZ
35329@kindex maint check-symtabs
35330@item maint check-symtabs
35331Check the consistency of psymtabs and symtabs.
35332
35333@kindex maint cplus first_component
35334@item maint cplus first_component @var{name}
35335Print the first C@t{++} class/namespace component of @var{name}.
35336
35337@kindex maint cplus namespace
35338@item maint cplus namespace
35339Print the list of possible C@t{++} namespaces.
35340
35341@kindex maint demangle
35342@item maint demangle @var{name}
d3e8051b 35343Demangle a C@t{++} or Objective-C mangled @var{name}.
09d4efe1
EZ
35344
35345@kindex maint deprecate
35346@kindex maint undeprecate
35347@cindex deprecated commands
35348@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
35349@itemx maint undeprecate @var{command}
35350Deprecate or undeprecate the named @var{command}. Deprecated commands
35351cause @value{GDBN} to issue a warning when you use them. The optional
35352argument @var{replacement} says which newer command should be used in
35353favor of the deprecated one; if it is given, @value{GDBN} will mention
35354the replacement as part of the warning.
35355
35356@kindex maint dump-me
35357@item maint dump-me
721c2651 35358@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 35359Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
35360This is supported only on systems which support aborting a program
35361with the @code{SIGQUIT} signal.
09d4efe1 35362
8d30a00d
AC
35363@kindex maint internal-error
35364@kindex maint internal-warning
09d4efe1
EZ
35365@item maint internal-error @r{[}@var{message-text}@r{]}
35366@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
35367Cause @value{GDBN} to call the internal function @code{internal_error}
35368or @code{internal_warning} and hence behave as though an internal error
35369or internal warning has been detected. In addition to reporting the
35370internal problem, these functions give the user the opportunity to
35371either quit @value{GDBN} or create a core file of the current
35372@value{GDBN} session.
35373
09d4efe1
EZ
35374These commands take an optional parameter @var{message-text} that is
35375used as the text of the error or warning message.
35376
d3e8051b 35377Here's an example of using @code{internal-error}:
09d4efe1 35378
8d30a00d 35379@smallexample
f7dc1244 35380(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
35381@dots{}/maint.c:121: internal-error: testing, 1, 2
35382A problem internal to GDB has been detected. Further
35383debugging may prove unreliable.
35384Quit this debugging session? (y or n) @kbd{n}
35385Create a core file? (y or n) @kbd{n}
f7dc1244 35386(@value{GDBP})
8d30a00d
AC
35387@end smallexample
35388
3c16cced
PA
35389@cindex @value{GDBN} internal error
35390@cindex internal errors, control of @value{GDBN} behavior
35391
35392@kindex maint set internal-error
35393@kindex maint show internal-error
35394@kindex maint set internal-warning
35395@kindex maint show internal-warning
35396@item maint set internal-error @var{action} [ask|yes|no]
35397@itemx maint show internal-error @var{action}
35398@itemx maint set internal-warning @var{action} [ask|yes|no]
35399@itemx maint show internal-warning @var{action}
35400When @value{GDBN} reports an internal problem (error or warning) it
35401gives the user the opportunity to both quit @value{GDBN} and create a
35402core file of the current @value{GDBN} session. These commands let you
35403override the default behaviour for each particular @var{action},
35404described in the table below.
35405
35406@table @samp
35407@item quit
35408You can specify that @value{GDBN} should always (yes) or never (no)
35409quit. The default is to ask the user what to do.
35410
35411@item corefile
35412You can specify that @value{GDBN} should always (yes) or never (no)
35413create a core file. The default is to ask the user what to do.
35414@end table
35415
09d4efe1
EZ
35416@kindex maint packet
35417@item maint packet @var{text}
35418If @value{GDBN} is talking to an inferior via the serial protocol,
35419then this command sends the string @var{text} to the inferior, and
35420displays the response packet. @value{GDBN} supplies the initial
35421@samp{$} character, the terminating @samp{#} character, and the
35422checksum.
35423
35424@kindex maint print architecture
35425@item maint print architecture @r{[}@var{file}@r{]}
35426Print the entire architecture configuration. The optional argument
35427@var{file} names the file where the output goes.
8d30a00d 35428
81adfced
DJ
35429@kindex maint print c-tdesc
35430@item maint print c-tdesc
35431Print the current target description (@pxref{Target Descriptions}) as
35432a C source file. The created source file can be used in @value{GDBN}
35433when an XML parser is not available to parse the description.
35434
00905d52
AC
35435@kindex maint print dummy-frames
35436@item maint print dummy-frames
00905d52
AC
35437Prints the contents of @value{GDBN}'s internal dummy-frame stack.
35438
35439@smallexample
f7dc1244 35440(@value{GDBP}) @kbd{b add}
00905d52 35441@dots{}
f7dc1244 35442(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
35443Breakpoint 2, add (a=2, b=3) at @dots{}
3544458 return (a + b);
35445The program being debugged stopped while in a function called from GDB.
35446@dots{}
f7dc1244 35447(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
354480x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
35449 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
35450 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 35451(@value{GDBP})
00905d52
AC
35452@end smallexample
35453
35454Takes an optional file parameter.
35455
0680b120
AC
35456@kindex maint print registers
35457@kindex maint print raw-registers
35458@kindex maint print cooked-registers
617073a9 35459@kindex maint print register-groups
c21236dc 35460@kindex maint print remote-registers
09d4efe1
EZ
35461@item maint print registers @r{[}@var{file}@r{]}
35462@itemx maint print raw-registers @r{[}@var{file}@r{]}
35463@itemx maint print cooked-registers @r{[}@var{file}@r{]}
35464@itemx maint print register-groups @r{[}@var{file}@r{]}
c21236dc 35465@itemx maint print remote-registers @r{[}@var{file}@r{]}
0680b120
AC
35466Print @value{GDBN}'s internal register data structures.
35467
617073a9 35468The command @code{maint print raw-registers} includes the contents of
c21236dc
PA
35469the raw register cache; the command @code{maint print
35470cooked-registers} includes the (cooked) value of all registers,
35471including registers which aren't available on the target nor visible
35472to user; the command @code{maint print register-groups} includes the
35473groups that each register is a member of; and the command @code{maint
35474print remote-registers} includes the remote target's register numbers
35475and offsets in the `G' packets. @xref{Registers,, Registers, gdbint,
617073a9 35476@value{GDBN} Internals}.
0680b120 35477
09d4efe1
EZ
35478These commands take an optional parameter, a file name to which to
35479write the information.
0680b120 35480
617073a9 35481@kindex maint print reggroups
09d4efe1
EZ
35482@item maint print reggroups @r{[}@var{file}@r{]}
35483Print @value{GDBN}'s internal register group data structures. The
35484optional argument @var{file} tells to what file to write the
35485information.
617073a9 35486
09d4efe1 35487The register groups info looks like this:
617073a9
AC
35488
35489@smallexample
f7dc1244 35490(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
35491 Group Type
35492 general user
35493 float user
35494 all user
35495 vector user
35496 system user
35497 save internal
35498 restore internal
617073a9
AC
35499@end smallexample
35500
09d4efe1
EZ
35501@kindex flushregs
35502@item flushregs
35503This command forces @value{GDBN} to flush its internal register cache.
35504
35505@kindex maint print objfiles
35506@cindex info for known object files
35507@item maint print objfiles
35508Print a dump of all known object files. For each object file, this
35509command prints its name, address in memory, and all of its psymtabs
35510and symtabs.
35511
8a1ea21f
DE
35512@kindex maint print section-scripts
35513@cindex info for known .debug_gdb_scripts-loaded scripts
35514@item maint print section-scripts [@var{regexp}]
35515Print a dump of scripts specified in the @code{.debug_gdb_section} section.
35516If @var{regexp} is specified, only print scripts loaded by object files
35517matching @var{regexp}.
35518For each script, this command prints its name as specified in the objfile,
35519and the full path if known.
8e0583c8 35520@xref{dotdebug_gdb_scripts section}.
8a1ea21f 35521
09d4efe1
EZ
35522@kindex maint print statistics
35523@cindex bcache statistics
35524@item maint print statistics
35525This command prints, for each object file in the program, various data
35526about that object file followed by the byte cache (@dfn{bcache})
35527statistics for the object file. The objfile data includes the number
d3e8051b 35528of minimal, partial, full, and stabs symbols, the number of types
09d4efe1
EZ
35529defined by the objfile, the number of as yet unexpanded psym tables,
35530the number of line tables and string tables, and the amount of memory
35531used by the various tables. The bcache statistics include the counts,
35532sizes, and counts of duplicates of all and unique objects, max,
35533average, and median entry size, total memory used and its overhead and
35534savings, and various measures of the hash table size and chain
35535lengths.
35536
c7ba131e
JB
35537@kindex maint print target-stack
35538@cindex target stack description
35539@item maint print target-stack
35540A @dfn{target} is an interface between the debugger and a particular
35541kind of file or process. Targets can be stacked in @dfn{strata},
35542so that more than one target can potentially respond to a request.
35543In particular, memory accesses will walk down the stack of targets
35544until they find a target that is interested in handling that particular
35545address.
35546
35547This command prints a short description of each layer that was pushed on
35548the @dfn{target stack}, starting from the top layer down to the bottom one.
35549
09d4efe1
EZ
35550@kindex maint print type
35551@cindex type chain of a data type
35552@item maint print type @var{expr}
35553Print the type chain for a type specified by @var{expr}. The argument
35554can be either a type name or a symbol. If it is a symbol, the type of
35555that symbol is described. The type chain produced by this command is
35556a recursive definition of the data type as stored in @value{GDBN}'s
35557data structures, including its flags and contained types.
35558
9eae7c52
TT
35559@kindex maint set dwarf2 always-disassemble
35560@kindex maint show dwarf2 always-disassemble
35561@item maint set dwarf2 always-disassemble
35562@item maint show dwarf2 always-disassemble
35563Control the behavior of @code{info address} when using DWARF debugging
35564information.
35565
35566The default is @code{off}, which means that @value{GDBN} should try to
35567describe a variable's location in an easily readable format. When
35568@code{on}, @value{GDBN} will instead display the DWARF location
35569expression in an assembly-like format. Note that some locations are
35570too complex for @value{GDBN} to describe simply; in this case you will
35571always see the disassembly form.
35572
35573Here is an example of the resulting disassembly:
35574
35575@smallexample
35576(gdb) info addr argc
35577Symbol "argc" is a complex DWARF expression:
35578 1: DW_OP_fbreg 0
35579@end smallexample
35580
35581For more information on these expressions, see
35582@uref{http://www.dwarfstd.org/, the DWARF standard}.
35583
09d4efe1
EZ
35584@kindex maint set dwarf2 max-cache-age
35585@kindex maint show dwarf2 max-cache-age
35586@item maint set dwarf2 max-cache-age
35587@itemx maint show dwarf2 max-cache-age
35588Control the DWARF 2 compilation unit cache.
35589
35590@cindex DWARF 2 compilation units cache
35591In object files with inter-compilation-unit references, such as those
35592produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
35593reader needs to frequently refer to previously read compilation units.
35594This setting controls how long a compilation unit will remain in the
35595cache if it is not referenced. A higher limit means that cached
35596compilation units will be stored in memory longer, and more total
35597memory will be used. Setting it to zero disables caching, which will
35598slow down @value{GDBN} startup, but reduce memory consumption.
35599
e7ba9c65
DJ
35600@kindex maint set profile
35601@kindex maint show profile
35602@cindex profiling GDB
35603@item maint set profile
35604@itemx maint show profile
35605Control profiling of @value{GDBN}.
35606
35607Profiling will be disabled until you use the @samp{maint set profile}
35608command to enable it. When you enable profiling, the system will begin
35609collecting timing and execution count data; when you disable profiling or
35610exit @value{GDBN}, the results will be written to a log file. Remember that
35611if you use profiling, @value{GDBN} will overwrite the profiling log file
35612(often called @file{gmon.out}). If you have a record of important profiling
35613data in a @file{gmon.out} file, be sure to move it to a safe location.
35614
35615Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 35616compiled with the @samp{-pg} compiler option.
e7ba9c65 35617
cbe54154
PA
35618@kindex maint set show-debug-regs
35619@kindex maint show show-debug-regs
eac35c4e 35620@cindex hardware debug registers
cbe54154
PA
35621@item maint set show-debug-regs
35622@itemx maint show show-debug-regs
eac35c4e 35623Control whether to show variables that mirror the hardware debug
09d4efe1 35624registers. Use @code{ON} to enable, @code{OFF} to disable. If
3f94c067 35625enabled, the debug registers values are shown when @value{GDBN} inserts or
09d4efe1
EZ
35626removes a hardware breakpoint or watchpoint, and when the inferior
35627triggers a hardware-assisted breakpoint or watchpoint.
35628
711e434b
PM
35629@kindex maint set show-all-tib
35630@kindex maint show show-all-tib
35631@item maint set show-all-tib
35632@itemx maint show show-all-tib
35633Control whether to show all non zero areas within a 1k block starting
35634at thread local base, when using the @samp{info w32 thread-information-block}
35635command.
35636
bd712aed
DE
35637@kindex maint set per-command
35638@kindex maint show per-command
35639@item maint set per-command
35640@itemx maint show per-command
35641@cindex resources used by commands
09d4efe1 35642
bd712aed
DE
35643@value{GDBN} can display the resources used by each command.
35644This is useful in debugging performance problems.
35645
35646@table @code
35647@item maint set per-command space [on|off]
35648@itemx maint show per-command space
35649Enable or disable the printing of the memory used by GDB for each command.
35650If enabled, @value{GDBN} will display how much memory each command
35651took, following the command's own output.
35652This can also be requested by invoking @value{GDBN} with the
35653@option{--statistics} command-line switch (@pxref{Mode Options}).
35654
35655@item maint set per-command time [on|off]
35656@itemx maint show per-command time
35657Enable or disable the printing of the execution time of @value{GDBN}
35658for each command.
35659If enabled, @value{GDBN} will display how much time it
09d4efe1 35660took to execute each command, following the command's own output.
0a1c4d10
DE
35661Both CPU time and wallclock time are printed.
35662Printing both is useful when trying to determine whether the cost is
bd712aed 35663CPU or, e.g., disk/network latency.
0a1c4d10
DE
35664Note that the CPU time printed is for @value{GDBN} only, it does not include
35665the execution time of the inferior because there's no mechanism currently
35666to compute how much time was spent by @value{GDBN} and how much time was
35667spent by the program been debugged.
09d4efe1
EZ
35668This can also be requested by invoking @value{GDBN} with the
35669@option{--statistics} command-line switch (@pxref{Mode Options}).
35670
bd712aed
DE
35671@item maint set per-command symtab [on|off]
35672@itemx maint show per-command symtab
35673Enable or disable the printing of basic symbol table statistics
35674for each command.
35675If enabled, @value{GDBN} will display the following information:
35676
215b9f98
EZ
35677@enumerate a
35678@item
35679number of symbol tables
35680@item
35681number of primary symbol tables
35682@item
35683number of blocks in the blockvector
35684@end enumerate
bd712aed
DE
35685@end table
35686
35687@kindex maint space
35688@cindex memory used by commands
35689@item maint space @var{value}
35690An alias for @code{maint set per-command space}.
35691A non-zero value enables it, zero disables it.
35692
35693@kindex maint time
35694@cindex time of command execution
35695@item maint time @var{value}
35696An alias for @code{maint set per-command time}.
35697A non-zero value enables it, zero disables it.
35698
09d4efe1
EZ
35699@kindex maint translate-address
35700@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
35701Find the symbol stored at the location specified by the address
35702@var{addr} and an optional section name @var{section}. If found,
35703@value{GDBN} prints the name of the closest symbol and an offset from
35704the symbol's location to the specified address. This is similar to
35705the @code{info address} command (@pxref{Symbols}), except that this
35706command also allows to find symbols in other sections.
ae038cb0 35707
c14c28ba
PP
35708If section was not specified, the section in which the symbol was found
35709is also printed. For dynamically linked executables, the name of
35710executable or shared library containing the symbol is printed as well.
35711
8e04817f 35712@end table
c906108c 35713
9c16f35a
EZ
35714The following command is useful for non-interactive invocations of
35715@value{GDBN}, such as in the test suite.
35716
35717@table @code
35718@item set watchdog @var{nsec}
35719@kindex set watchdog
35720@cindex watchdog timer
35721@cindex timeout for commands
35722Set the maximum number of seconds @value{GDBN} will wait for the
35723target operation to finish. If this time expires, @value{GDBN}
35724reports and error and the command is aborted.
35725
35726@item show watchdog
35727Show the current setting of the target wait timeout.
35728@end table
c906108c 35729
e0ce93ac 35730@node Remote Protocol
8e04817f 35731@appendix @value{GDBN} Remote Serial Protocol
c906108c 35732
ee2d5c50
AC
35733@menu
35734* Overview::
35735* Packets::
35736* Stop Reply Packets::
35737* General Query Packets::
a1dcb23a 35738* Architecture-Specific Protocol Details::
9d29849a 35739* Tracepoint Packets::
a6b151f1 35740* Host I/O Packets::
9a6253be 35741* Interrupts::
8b23ecc4
SL
35742* Notification Packets::
35743* Remote Non-Stop::
a6f3e723 35744* Packet Acknowledgment::
ee2d5c50 35745* Examples::
79a6e687 35746* File-I/O Remote Protocol Extension::
cfa9d6d9 35747* Library List Format::
2268b414 35748* Library List Format for SVR4 Targets::
79a6e687 35749* Memory Map Format::
dc146f7c 35750* Thread List Format::
b3b9301e 35751* Traceframe Info Format::
2ae8c8e7 35752* Branch Trace Format::
ee2d5c50
AC
35753@end menu
35754
35755@node Overview
35756@section Overview
35757
8e04817f
AC
35758There may be occasions when you need to know something about the
35759protocol---for example, if there is only one serial port to your target
35760machine, you might want your program to do something special if it
35761recognizes a packet meant for @value{GDBN}.
c906108c 35762
d2c6833e 35763In the examples below, @samp{->} and @samp{<-} are used to indicate
bf06d120 35764transmitted and received data, respectively.
c906108c 35765
8e04817f
AC
35766@cindex protocol, @value{GDBN} remote serial
35767@cindex serial protocol, @value{GDBN} remote
35768@cindex remote serial protocol
8b23ecc4
SL
35769All @value{GDBN} commands and responses (other than acknowledgments
35770and notifications, see @ref{Notification Packets}) are sent as a
35771@var{packet}. A @var{packet} is introduced with the character
8e04817f
AC
35772@samp{$}, the actual @var{packet-data}, and the terminating character
35773@samp{#} followed by a two-digit @var{checksum}:
c906108c 35774
474c8240 35775@smallexample
8e04817f 35776@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 35777@end smallexample
8e04817f 35778@noindent
c906108c 35779
8e04817f
AC
35780@cindex checksum, for @value{GDBN} remote
35781@noindent
35782The two-digit @var{checksum} is computed as the modulo 256 sum of all
35783characters between the leading @samp{$} and the trailing @samp{#} (an
35784eight bit unsigned checksum).
c906108c 35785
8e04817f
AC
35786Implementors should note that prior to @value{GDBN} 5.0 the protocol
35787specification also included an optional two-digit @var{sequence-id}:
c906108c 35788
474c8240 35789@smallexample
8e04817f 35790@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 35791@end smallexample
c906108c 35792
8e04817f
AC
35793@cindex sequence-id, for @value{GDBN} remote
35794@noindent
35795That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
35796has never output @var{sequence-id}s. Stubs that handle packets added
35797since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 35798
8e04817f
AC
35799When either the host or the target machine receives a packet, the first
35800response expected is an acknowledgment: either @samp{+} (to indicate
35801the package was received correctly) or @samp{-} (to request
35802retransmission):
c906108c 35803
474c8240 35804@smallexample
d2c6833e
AC
35805-> @code{$}@var{packet-data}@code{#}@var{checksum}
35806<- @code{+}
474c8240 35807@end smallexample
8e04817f 35808@noindent
53a5351d 35809
a6f3e723
SL
35810The @samp{+}/@samp{-} acknowledgments can be disabled
35811once a connection is established.
35812@xref{Packet Acknowledgment}, for details.
35813
8e04817f
AC
35814The host (@value{GDBN}) sends @var{command}s, and the target (the
35815debugging stub incorporated in your program) sends a @var{response}. In
35816the case of step and continue @var{command}s, the response is only sent
8b23ecc4
SL
35817when the operation has completed, and the target has again stopped all
35818threads in all attached processes. This is the default all-stop mode
35819behavior, but the remote protocol also supports @value{GDBN}'s non-stop
35820execution mode; see @ref{Remote Non-Stop}, for details.
c906108c 35821
8e04817f
AC
35822@var{packet-data} consists of a sequence of characters with the
35823exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
35824exceptions).
c906108c 35825
ee2d5c50 35826@cindex remote protocol, field separator
0876f84a 35827Fields within the packet should be separated using @samp{,} @samp{;} or
8e04817f 35828@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 35829@sc{hex} with leading zeros suppressed.
c906108c 35830
8e04817f
AC
35831Implementors should note that prior to @value{GDBN} 5.0, the character
35832@samp{:} could not appear as the third character in a packet (as it
35833would potentially conflict with the @var{sequence-id}).
c906108c 35834
0876f84a
DJ
35835@cindex remote protocol, binary data
35836@anchor{Binary Data}
35837Binary data in most packets is encoded either as two hexadecimal
35838digits per byte of binary data. This allowed the traditional remote
35839protocol to work over connections which were only seven-bit clean.
35840Some packets designed more recently assume an eight-bit clean
35841connection, and use a more efficient encoding to send and receive
35842binary data.
35843
35844The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
35845as an escape character. Any escaped byte is transmitted as the escape
35846character followed by the original character XORed with @code{0x20}.
35847For example, the byte @code{0x7d} would be transmitted as the two
35848bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
35849@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
35850@samp{@}}) must always be escaped. Responses sent by the stub
35851must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
35852is not interpreted as the start of a run-length encoded sequence
35853(described next).
35854
1d3811f6
DJ
35855Response @var{data} can be run-length encoded to save space.
35856Run-length encoding replaces runs of identical characters with one
35857instance of the repeated character, followed by a @samp{*} and a
35858repeat count. The repeat count is itself sent encoded, to avoid
35859binary characters in @var{data}: a value of @var{n} is sent as
35860@code{@var{n}+29}. For a repeat count greater or equal to 3, this
35861produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
35862code 32) for a repeat count of 3. (This is because run-length
35863encoding starts to win for counts 3 or more.) Thus, for example,
35864@samp{0* } is a run-length encoding of ``0000'': the space character
35865after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
358663}} more times.
35867
35868The printable characters @samp{#} and @samp{$} or with a numeric value
35869greater than 126 must not be used. Runs of six repeats (@samp{#}) or
35870seven repeats (@samp{$}) can be expanded using a repeat count of only
35871five (@samp{"}). For example, @samp{00000000} can be encoded as
35872@samp{0*"00}.
c906108c 35873
8e04817f
AC
35874The error response returned for some packets includes a two character
35875error number. That number is not well defined.
c906108c 35876
f8da2bff 35877@cindex empty response, for unsupported packets
8e04817f
AC
35878For any @var{command} not supported by the stub, an empty response
35879(@samp{$#00}) should be returned. That way it is possible to extend the
35880protocol. A newer @value{GDBN} can tell if a packet is supported based
35881on that response.
c906108c 35882
393eab54
PA
35883At a minimum, a stub is required to support the @samp{g} and @samp{G}
35884commands for register access, and the @samp{m} and @samp{M} commands
35885for memory access. Stubs that only control single-threaded targets
35886can implement run control with the @samp{c} (continue), and @samp{s}
35887(step) commands. Stubs that support multi-threading targets should
35888support the @samp{vCont} command. All other commands are optional.
c906108c 35889
ee2d5c50
AC
35890@node Packets
35891@section Packets
35892
35893The following table provides a complete list of all currently defined
35894@var{command}s and their corresponding response @var{data}.
79a6e687 35895@xref{File-I/O Remote Protocol Extension}, for details about the File
9c16f35a 35896I/O extension of the remote protocol.
ee2d5c50 35897
b8ff78ce
JB
35898Each packet's description has a template showing the packet's overall
35899syntax, followed by an explanation of the packet's meaning. We
35900include spaces in some of the templates for clarity; these are not
35901part of the packet's syntax. No @value{GDBN} packet uses spaces to
35902separate its components. For example, a template like @samp{foo
35903@var{bar} @var{baz}} describes a packet beginning with the three ASCII
35904bytes @samp{foo}, followed by a @var{bar}, followed directly by a
3f94c067 35905@var{baz}. @value{GDBN} does not transmit a space character between the
b8ff78ce
JB
35906@samp{foo} and the @var{bar}, or between the @var{bar} and the
35907@var{baz}.
35908
b90a069a
SL
35909@cindex @var{thread-id}, in remote protocol
35910@anchor{thread-id syntax}
35911Several packets and replies include a @var{thread-id} field to identify
35912a thread. Normally these are positive numbers with a target-specific
35913interpretation, formatted as big-endian hex strings. A @var{thread-id}
35914can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
35915pick any thread.
35916
35917In addition, the remote protocol supports a multiprocess feature in
35918which the @var{thread-id} syntax is extended to optionally include both
35919process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
35920The @var{pid} (process) and @var{tid} (thread) components each have the
35921format described above: a positive number with target-specific
35922interpretation formatted as a big-endian hex string, literal @samp{-1}
35923to indicate all processes or threads (respectively), or @samp{0} to
35924indicate an arbitrary process or thread. Specifying just a process, as
35925@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
35926error to specify all processes but a specific thread, such as
35927@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
35928for those packets and replies explicitly documented to include a process
35929ID, rather than a @var{thread-id}.
35930
35931The multiprocess @var{thread-id} syntax extensions are only used if both
35932@value{GDBN} and the stub report support for the @samp{multiprocess}
35933feature using @samp{qSupported}. @xref{multiprocess extensions}, for
35934more information.
35935
8ffe2530
JB
35936Note that all packet forms beginning with an upper- or lower-case
35937letter, other than those described here, are reserved for future use.
35938
b8ff78ce 35939Here are the packet descriptions.
ee2d5c50 35940
b8ff78ce 35941@table @samp
ee2d5c50 35942
b8ff78ce
JB
35943@item !
35944@cindex @samp{!} packet
2d717e4f 35945@anchor{extended mode}
8e04817f
AC
35946Enable extended mode. In extended mode, the remote server is made
35947persistent. The @samp{R} packet is used to restart the program being
35948debugged.
ee2d5c50
AC
35949
35950Reply:
35951@table @samp
35952@item OK
8e04817f 35953The remote target both supports and has enabled extended mode.
ee2d5c50 35954@end table
c906108c 35955
b8ff78ce
JB
35956@item ?
35957@cindex @samp{?} packet
ee2d5c50 35958Indicate the reason the target halted. The reply is the same as for
8b23ecc4
SL
35959step and continue. This packet has a special interpretation when the
35960target is in non-stop mode; see @ref{Remote Non-Stop}.
c906108c 35961
ee2d5c50
AC
35962Reply:
35963@xref{Stop Reply Packets}, for the reply specifications.
35964
b8ff78ce
JB
35965@item A @var{arglen},@var{argnum},@var{arg},@dots{}
35966@cindex @samp{A} packet
35967Initialized @code{argv[]} array passed into program. @var{arglen}
35968specifies the number of bytes in the hex encoded byte stream
35969@var{arg}. See @code{gdbserver} for more details.
ee2d5c50
AC
35970
35971Reply:
35972@table @samp
35973@item OK
b8ff78ce
JB
35974The arguments were set.
35975@item E @var{NN}
35976An error occurred.
ee2d5c50
AC
35977@end table
35978
b8ff78ce
JB
35979@item b @var{baud}
35980@cindex @samp{b} packet
35981(Don't use this packet; its behavior is not well-defined.)
ee2d5c50
AC
35982Change the serial line speed to @var{baud}.
35983
35984JTC: @emph{When does the transport layer state change? When it's
35985received, or after the ACK is transmitted. In either case, there are
35986problems if the command or the acknowledgment packet is dropped.}
35987
35988Stan: @emph{If people really wanted to add something like this, and get
35989it working for the first time, they ought to modify ser-unix.c to send
35990some kind of out-of-band message to a specially-setup stub and have the
35991switch happen "in between" packets, so that from remote protocol's point
35992of view, nothing actually happened.}
35993
b8ff78ce
JB
35994@item B @var{addr},@var{mode}
35995@cindex @samp{B} packet
8e04817f 35996Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
35997breakpoint at @var{addr}.
35998
b8ff78ce 35999Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
2f870471 36000(@pxref{insert breakpoint or watchpoint packet}).
c906108c 36001
bacec72f 36002@cindex @samp{bc} packet
0d772ac9
MS
36003@anchor{bc}
36004@item bc
bacec72f
MS
36005Backward continue. Execute the target system in reverse. No parameter.
36006@xref{Reverse Execution}, for more information.
36007
36008Reply:
36009@xref{Stop Reply Packets}, for the reply specifications.
36010
bacec72f 36011@cindex @samp{bs} packet
0d772ac9
MS
36012@anchor{bs}
36013@item bs
bacec72f
MS
36014Backward single step. Execute one instruction in reverse. No parameter.
36015@xref{Reverse Execution}, for more information.
36016
36017Reply:
36018@xref{Stop Reply Packets}, for the reply specifications.
36019
4f553f88 36020@item c @r{[}@var{addr}@r{]}
b8ff78ce
JB
36021@cindex @samp{c} packet
36022Continue. @var{addr} is address to resume. If @var{addr} is omitted,
36023resume at current address.
c906108c 36024
393eab54
PA
36025This packet is deprecated for multi-threading support. @xref{vCont
36026packet}.
36027
ee2d5c50
AC
36028Reply:
36029@xref{Stop Reply Packets}, for the reply specifications.
36030
4f553f88 36031@item C @var{sig}@r{[};@var{addr}@r{]}
b8ff78ce 36032@cindex @samp{C} packet
8e04817f 36033Continue with signal @var{sig} (hex signal number). If
b8ff78ce 36034@samp{;@var{addr}} is omitted, resume at same address.
c906108c 36035
393eab54
PA
36036This packet is deprecated for multi-threading support. @xref{vCont
36037packet}.
36038
ee2d5c50
AC
36039Reply:
36040@xref{Stop Reply Packets}, for the reply specifications.
c906108c 36041
b8ff78ce
JB
36042@item d
36043@cindex @samp{d} packet
ee2d5c50
AC
36044Toggle debug flag.
36045
b8ff78ce
JB
36046Don't use this packet; instead, define a general set packet
36047(@pxref{General Query Packets}).
ee2d5c50 36048
b8ff78ce 36049@item D
b90a069a 36050@itemx D;@var{pid}
b8ff78ce 36051@cindex @samp{D} packet
b90a069a
SL
36052The first form of the packet is used to detach @value{GDBN} from the
36053remote system. It is sent to the remote target
07f31aa6 36054before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50 36055
b90a069a
SL
36056The second form, including a process ID, is used when multiprocess
36057protocol extensions are enabled (@pxref{multiprocess extensions}), to
36058detach only a specific process. The @var{pid} is specified as a
36059big-endian hex string.
36060
ee2d5c50
AC
36061Reply:
36062@table @samp
10fac096
NW
36063@item OK
36064for success
b8ff78ce 36065@item E @var{NN}
10fac096 36066for an error
ee2d5c50 36067@end table
c906108c 36068
b8ff78ce
JB
36069@item F @var{RC},@var{EE},@var{CF};@var{XX}
36070@cindex @samp{F} packet
36071A reply from @value{GDBN} to an @samp{F} packet sent by the target.
36072This is part of the File-I/O protocol extension. @xref{File-I/O
79a6e687 36073Remote Protocol Extension}, for the specification.
ee2d5c50 36074
b8ff78ce 36075@item g
ee2d5c50 36076@anchor{read registers packet}
b8ff78ce 36077@cindex @samp{g} packet
ee2d5c50
AC
36078Read general registers.
36079
36080Reply:
36081@table @samp
36082@item @var{XX@dots{}}
8e04817f
AC
36083Each byte of register data is described by two hex digits. The bytes
36084with the register are transmitted in target byte order. The size of
b8ff78ce 36085each register and their position within the @samp{g} packet are
4a9bb1df
UW
36086determined by the @value{GDBN} internal gdbarch functions
36087@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}. The
b8ff78ce 36088specification of several standard @samp{g} packets is specified below.
ad196637
PA
36089
36090When reading registers from a trace frame (@pxref{Analyze Collected
36091Data,,Using the Collected Data}), the stub may also return a string of
36092literal @samp{x}'s in place of the register data digits, to indicate
36093that the corresponding register has not been collected, thus its value
36094is unavailable. For example, for an architecture with 4 registers of
360954 bytes each, the following reply indicates to @value{GDBN} that
36096registers 0 and 2 have not been collected, while registers 1 and 3
36097have been collected, and both have zero value:
36098
36099@smallexample
36100-> @code{g}
36101<- @code{xxxxxxxx00000000xxxxxxxx00000000}
36102@end smallexample
36103
b8ff78ce 36104@item E @var{NN}
ee2d5c50
AC
36105for an error.
36106@end table
c906108c 36107
b8ff78ce
JB
36108@item G @var{XX@dots{}}
36109@cindex @samp{G} packet
36110Write general registers. @xref{read registers packet}, for a
36111description of the @var{XX@dots{}} data.
ee2d5c50
AC
36112
36113Reply:
36114@table @samp
36115@item OK
36116for success
b8ff78ce 36117@item E @var{NN}
ee2d5c50
AC
36118for an error
36119@end table
36120
393eab54 36121@item H @var{op} @var{thread-id}
b8ff78ce 36122@cindex @samp{H} packet
8e04817f 36123Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
393eab54
PA
36124@samp{G}, et.al.). @var{op} depends on the operation to be performed:
36125it should be @samp{c} for step and continue operations (note that this
36126is deprecated, supporting the @samp{vCont} command is a better
36127option), @samp{g} for other operations. The thread designator
36128@var{thread-id} has the format and interpretation described in
36129@ref{thread-id syntax}.
ee2d5c50
AC
36130
36131Reply:
36132@table @samp
36133@item OK
36134for success
b8ff78ce 36135@item E @var{NN}
ee2d5c50
AC
36136for an error
36137@end table
c906108c 36138
8e04817f
AC
36139@c FIXME: JTC:
36140@c 'H': How restrictive (or permissive) is the thread model. If a
36141@c thread is selected and stopped, are other threads allowed
36142@c to continue to execute? As I mentioned above, I think the
36143@c semantics of each command when a thread is selected must be
36144@c described. For example:
36145@c
36146@c 'g': If the stub supports threads and a specific thread is
36147@c selected, returns the register block from that thread;
36148@c otherwise returns current registers.
36149@c
36150@c 'G' If the stub supports threads and a specific thread is
36151@c selected, sets the registers of the register block of
36152@c that thread; otherwise sets current registers.
c906108c 36153
b8ff78ce 36154@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
ee2d5c50 36155@anchor{cycle step packet}
b8ff78ce
JB
36156@cindex @samp{i} packet
36157Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
8e04817f
AC
36158present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
36159step starting at that address.
c906108c 36160
b8ff78ce
JB
36161@item I
36162@cindex @samp{I} packet
36163Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
36164step packet}.
ee2d5c50 36165
b8ff78ce
JB
36166@item k
36167@cindex @samp{k} packet
36168Kill request.
c906108c 36169
ac282366 36170FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
36171thread context has been selected (i.e.@: does 'k' kill only that
36172thread?)}.
c906108c 36173
b8ff78ce
JB
36174@item m @var{addr},@var{length}
36175@cindex @samp{m} packet
8e04817f 36176Read @var{length} bytes of memory starting at address @var{addr}.
fb031cdf
JB
36177Note that @var{addr} may not be aligned to any particular boundary.
36178
36179The stub need not use any particular size or alignment when gathering
36180data from memory for the response; even if @var{addr} is word-aligned
36181and @var{length} is a multiple of the word size, the stub is free to
36182use byte accesses, or not. For this reason, this packet may not be
36183suitable for accessing memory-mapped I/O devices.
c43c5473
JB
36184@cindex alignment of remote memory accesses
36185@cindex size of remote memory accesses
36186@cindex memory, alignment and size of remote accesses
c906108c 36187
ee2d5c50
AC
36188Reply:
36189@table @samp
36190@item @var{XX@dots{}}
599b237a 36191Memory contents; each byte is transmitted as a two-digit hexadecimal
b8ff78ce
JB
36192number. The reply may contain fewer bytes than requested if the
36193server was able to read only part of the region of memory.
36194@item E @var{NN}
ee2d5c50
AC
36195@var{NN} is errno
36196@end table
36197
b8ff78ce
JB
36198@item M @var{addr},@var{length}:@var{XX@dots{}}
36199@cindex @samp{M} packet
8e04817f 36200Write @var{length} bytes of memory starting at address @var{addr}.
b8ff78ce 36201@var{XX@dots{}} is the data; each byte is transmitted as a two-digit
599b237a 36202hexadecimal number.
ee2d5c50
AC
36203
36204Reply:
36205@table @samp
36206@item OK
36207for success
b8ff78ce 36208@item E @var{NN}
8e04817f
AC
36209for an error (this includes the case where only part of the data was
36210written).
ee2d5c50 36211@end table
c906108c 36212
b8ff78ce
JB
36213@item p @var{n}
36214@cindex @samp{p} packet
36215Read the value of register @var{n}; @var{n} is in hex.
2e868123
AC
36216@xref{read registers packet}, for a description of how the returned
36217register value is encoded.
ee2d5c50
AC
36218
36219Reply:
36220@table @samp
2e868123
AC
36221@item @var{XX@dots{}}
36222the register's value
b8ff78ce 36223@item E @var{NN}
2e868123 36224for an error
d57350ea 36225@item @w{}
2e868123 36226Indicating an unrecognized @var{query}.
ee2d5c50
AC
36227@end table
36228
b8ff78ce 36229@item P @var{n@dots{}}=@var{r@dots{}}
ee2d5c50 36230@anchor{write register packet}
b8ff78ce
JB
36231@cindex @samp{P} packet
36232Write register @var{n@dots{}} with value @var{r@dots{}}. The register
599b237a 36233number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
8e04817f 36234digits for each byte in the register (target byte order).
c906108c 36235
ee2d5c50
AC
36236Reply:
36237@table @samp
36238@item OK
36239for success
b8ff78ce 36240@item E @var{NN}
ee2d5c50
AC
36241for an error
36242@end table
36243
5f3bebba
JB
36244@item q @var{name} @var{params}@dots{}
36245@itemx Q @var{name} @var{params}@dots{}
b8ff78ce 36246@cindex @samp{q} packet
b8ff78ce 36247@cindex @samp{Q} packet
5f3bebba
JB
36248General query (@samp{q}) and set (@samp{Q}). These packets are
36249described fully in @ref{General Query Packets}.
c906108c 36250
b8ff78ce
JB
36251@item r
36252@cindex @samp{r} packet
8e04817f 36253Reset the entire system.
c906108c 36254
b8ff78ce 36255Don't use this packet; use the @samp{R} packet instead.
ee2d5c50 36256
b8ff78ce
JB
36257@item R @var{XX}
36258@cindex @samp{R} packet
8e04817f 36259Restart the program being debugged. @var{XX}, while needed, is ignored.
2d717e4f 36260This packet is only available in extended mode (@pxref{extended mode}).
ee2d5c50 36261
8e04817f 36262The @samp{R} packet has no reply.
ee2d5c50 36263
4f553f88 36264@item s @r{[}@var{addr}@r{]}
b8ff78ce
JB
36265@cindex @samp{s} packet
36266Single step. @var{addr} is the address at which to resume. If
36267@var{addr} is omitted, resume at same address.
c906108c 36268
393eab54
PA
36269This packet is deprecated for multi-threading support. @xref{vCont
36270packet}.
36271
ee2d5c50
AC
36272Reply:
36273@xref{Stop Reply Packets}, for the reply specifications.
36274
4f553f88 36275@item S @var{sig}@r{[};@var{addr}@r{]}
ee2d5c50 36276@anchor{step with signal packet}
b8ff78ce
JB
36277@cindex @samp{S} packet
36278Step with signal. This is analogous to the @samp{C} packet, but
36279requests a single-step, rather than a normal resumption of execution.
c906108c 36280
393eab54
PA
36281This packet is deprecated for multi-threading support. @xref{vCont
36282packet}.
36283
ee2d5c50
AC
36284Reply:
36285@xref{Stop Reply Packets}, for the reply specifications.
36286
b8ff78ce
JB
36287@item t @var{addr}:@var{PP},@var{MM}
36288@cindex @samp{t} packet
8e04817f 36289Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
36290@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
36291@var{addr} must be at least 3 digits.
c906108c 36292
b90a069a 36293@item T @var{thread-id}
b8ff78ce 36294@cindex @samp{T} packet
b90a069a 36295Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
c906108c 36296
ee2d5c50
AC
36297Reply:
36298@table @samp
36299@item OK
36300thread is still alive
b8ff78ce 36301@item E @var{NN}
ee2d5c50
AC
36302thread is dead
36303@end table
36304
b8ff78ce
JB
36305@item v
36306Packets starting with @samp{v} are identified by a multi-letter name,
36307up to the first @samp{;} or @samp{?} (or the end of the packet).
86d30acc 36308
2d717e4f
DJ
36309@item vAttach;@var{pid}
36310@cindex @samp{vAttach} packet
8b23ecc4
SL
36311Attach to a new process with the specified process ID @var{pid}.
36312The process ID is a
36313hexadecimal integer identifying the process. In all-stop mode, all
36314threads in the attached process are stopped; in non-stop mode, it may be
36315attached without being stopped if that is supported by the target.
36316
36317@c In non-stop mode, on a successful vAttach, the stub should set the
36318@c current thread to a thread of the newly-attached process. After
36319@c attaching, GDB queries for the attached process's thread ID with qC.
36320@c Also note that, from a user perspective, whether or not the
36321@c target is stopped on attach in non-stop mode depends on whether you
36322@c use the foreground or background version of the attach command, not
36323@c on what vAttach does; GDB does the right thing with respect to either
36324@c stopping or restarting threads.
2d717e4f
DJ
36325
36326This packet is only available in extended mode (@pxref{extended mode}).
36327
36328Reply:
36329@table @samp
36330@item E @var{nn}
36331for an error
36332@item @r{Any stop packet}
8b23ecc4
SL
36333for success in all-stop mode (@pxref{Stop Reply Packets})
36334@item OK
36335for success in non-stop mode (@pxref{Remote Non-Stop})
2d717e4f
DJ
36336@end table
36337
b90a069a 36338@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
b8ff78ce 36339@cindex @samp{vCont} packet
393eab54 36340@anchor{vCont packet}
b8ff78ce 36341Resume the inferior, specifying different actions for each thread.
b90a069a 36342If an action is specified with no @var{thread-id}, then it is applied to any
86d30acc 36343threads that don't have a specific action specified; if no default action is
8b23ecc4
SL
36344specified then other threads should remain stopped in all-stop mode and
36345in their current state in non-stop mode.
36346Specifying multiple
86d30acc 36347default actions is an error; specifying no actions is also an error.
b90a069a
SL
36348Thread IDs are specified using the syntax described in @ref{thread-id syntax}.
36349
36350Currently supported actions are:
86d30acc 36351
b8ff78ce 36352@table @samp
86d30acc
DJ
36353@item c
36354Continue.
b8ff78ce 36355@item C @var{sig}
8b23ecc4 36356Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
86d30acc
DJ
36357@item s
36358Step.
b8ff78ce 36359@item S @var{sig}
8b23ecc4
SL
36360Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
36361@item t
36362Stop.
86d30acc
DJ
36363@end table
36364
8b23ecc4
SL
36365The optional argument @var{addr} normally associated with the
36366@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
b8ff78ce 36367not supported in @samp{vCont}.
86d30acc 36368
08a0efd0
PA
36369The @samp{t} action is only relevant in non-stop mode
36370(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
8b23ecc4
SL
36371A stop reply should be generated for any affected thread not already stopped.
36372When a thread is stopped by means of a @samp{t} action,
36373the corresponding stop reply should indicate that the thread has stopped with
36374signal @samp{0}, regardless of whether the target uses some other signal
36375as an implementation detail.
36376
4220b2f8
TS
36377The stub must support @samp{vCont} if it reports support for
36378multiprocess extensions (@pxref{multiprocess extensions}). Note that in
36379this case @samp{vCont} actions can be specified to apply to all threads
36380in a process by using the @samp{p@var{pid}.-1} form of the
36381@var{thread-id}.
36382
86d30acc
DJ
36383Reply:
36384@xref{Stop Reply Packets}, for the reply specifications.
36385
b8ff78ce
JB
36386@item vCont?
36387@cindex @samp{vCont?} packet
d3e8051b 36388Request a list of actions supported by the @samp{vCont} packet.
86d30acc
DJ
36389
36390Reply:
36391@table @samp
b8ff78ce
JB
36392@item vCont@r{[};@var{action}@dots{}@r{]}
36393The @samp{vCont} packet is supported. Each @var{action} is a supported
36394command in the @samp{vCont} packet.
d57350ea 36395@item @w{}
b8ff78ce 36396The @samp{vCont} packet is not supported.
86d30acc 36397@end table
ee2d5c50 36398
a6b151f1
DJ
36399@item vFile:@var{operation}:@var{parameter}@dots{}
36400@cindex @samp{vFile} packet
36401Perform a file operation on the target system. For details,
36402see @ref{Host I/O Packets}.
36403
68437a39
DJ
36404@item vFlashErase:@var{addr},@var{length}
36405@cindex @samp{vFlashErase} packet
36406Direct the stub to erase @var{length} bytes of flash starting at
36407@var{addr}. The region may enclose any number of flash blocks, but
36408its start and end must fall on block boundaries, as indicated by the
79a6e687
BW
36409flash block size appearing in the memory map (@pxref{Memory Map
36410Format}). @value{GDBN} groups flash memory programming operations
68437a39
DJ
36411together, and sends a @samp{vFlashDone} request after each group; the
36412stub is allowed to delay erase operation until the @samp{vFlashDone}
36413packet is received.
36414
36415Reply:
36416@table @samp
36417@item OK
36418for success
36419@item E @var{NN}
36420for an error
36421@end table
36422
36423@item vFlashWrite:@var{addr}:@var{XX@dots{}}
36424@cindex @samp{vFlashWrite} packet
36425Direct the stub to write data to flash address @var{addr}. The data
36426is passed in binary form using the same encoding as for the @samp{X}
36427packet (@pxref{Binary Data}). The memory ranges specified by
36428@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
36429not overlap, and must appear in order of increasing addresses
36430(although @samp{vFlashErase} packets for higher addresses may already
36431have been received; the ordering is guaranteed only between
36432@samp{vFlashWrite} packets). If a packet writes to an address that was
36433neither erased by a preceding @samp{vFlashErase} packet nor by some other
36434target-specific method, the results are unpredictable.
36435
36436
36437Reply:
36438@table @samp
36439@item OK
36440for success
36441@item E.memtype
36442for vFlashWrite addressing non-flash memory
36443@item E @var{NN}
36444for an error
36445@end table
36446
36447@item vFlashDone
36448@cindex @samp{vFlashDone} packet
36449Indicate to the stub that flash programming operation is finished.
36450The stub is permitted to delay or batch the effects of a group of
36451@samp{vFlashErase} and @samp{vFlashWrite} packets until a
36452@samp{vFlashDone} packet is received. The contents of the affected
36453regions of flash memory are unpredictable until the @samp{vFlashDone}
36454request is completed.
36455
b90a069a
SL
36456@item vKill;@var{pid}
36457@cindex @samp{vKill} packet
36458Kill the process with the specified process ID. @var{pid} is a
36459hexadecimal integer identifying the process. This packet is used in
36460preference to @samp{k} when multiprocess protocol extensions are
36461supported; see @ref{multiprocess extensions}.
36462
36463Reply:
36464@table @samp
36465@item E @var{nn}
36466for an error
36467@item OK
36468for success
36469@end table
36470
2d717e4f
DJ
36471@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
36472@cindex @samp{vRun} packet
36473Run the program @var{filename}, passing it each @var{argument} on its
36474command line. The file and arguments are hex-encoded strings. If
36475@var{filename} is an empty string, the stub may use a default program
36476(e.g.@: the last program run). The program is created in the stopped
9b562ab8 36477state.
2d717e4f 36478
8b23ecc4
SL
36479@c FIXME: What about non-stop mode?
36480
2d717e4f
DJ
36481This packet is only available in extended mode (@pxref{extended mode}).
36482
36483Reply:
36484@table @samp
36485@item E @var{nn}
36486for an error
36487@item @r{Any stop packet}
36488for success (@pxref{Stop Reply Packets})
36489@end table
36490
8b23ecc4 36491@item vStopped
8b23ecc4 36492@cindex @samp{vStopped} packet
8dbe8ece 36493@xref{Notification Packets}.
8b23ecc4 36494
b8ff78ce 36495@item X @var{addr},@var{length}:@var{XX@dots{}}
9a6253be 36496@anchor{X packet}
b8ff78ce
JB
36497@cindex @samp{X} packet
36498Write data to memory, where the data is transmitted in binary.
36499@var{addr} is address, @var{length} is number of bytes,
0876f84a 36500@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
c906108c 36501
ee2d5c50
AC
36502Reply:
36503@table @samp
36504@item OK
36505for success
b8ff78ce 36506@item E @var{NN}
ee2d5c50
AC
36507for an error
36508@end table
36509
a1dcb23a
DJ
36510@item z @var{type},@var{addr},@var{kind}
36511@itemx Z @var{type},@var{addr},@var{kind}
2f870471 36512@anchor{insert breakpoint or watchpoint packet}
b8ff78ce
JB
36513@cindex @samp{z} packet
36514@cindex @samp{Z} packets
36515Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
a1dcb23a 36516watchpoint starting at address @var{address} of kind @var{kind}.
ee2d5c50 36517
2f870471
AC
36518Each breakpoint and watchpoint packet @var{type} is documented
36519separately.
36520
512217c7
AC
36521@emph{Implementation notes: A remote target shall return an empty string
36522for an unrecognized breakpoint or watchpoint packet @var{type}. A
36523remote target shall support either both or neither of a given
b8ff78ce 36524@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
2f870471
AC
36525avoid potential problems with duplicate packets, the operations should
36526be implemented in an idempotent way.}
36527
a1dcb23a 36528@item z0,@var{addr},@var{kind}
d3ce09f5 36529@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
b8ff78ce
JB
36530@cindex @samp{z0} packet
36531@cindex @samp{Z0} packet
36532Insert (@samp{Z0}) or remove (@samp{z0}) a memory breakpoint at address
a1dcb23a 36533@var{addr} of type @var{kind}.
2f870471
AC
36534
36535A memory breakpoint is implemented by replacing the instruction at
36536@var{addr} with a software breakpoint or trap instruction. The
a1dcb23a
DJ
36537@var{kind} is target-specific and typically indicates the size of
36538the breakpoint in bytes that should be inserted. E.g., the @sc{arm}
36539and @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
36540architectures have additional meanings for @var{kind};
83364271
LM
36541@var{cond_list} is an optional list of conditional expressions in bytecode
36542form that should be evaluated on the target's side. These are the
36543conditions that should be taken into consideration when deciding if
36544the breakpoint trigger should be reported back to @var{GDBN}.
36545
36546The @var{cond_list} parameter is comprised of a series of expressions,
36547concatenated without separators. Each expression has the following form:
36548
36549@table @samp
36550
36551@item X @var{len},@var{expr}
36552@var{len} is the length of the bytecode expression and @var{expr} is the
36553actual conditional expression in bytecode form.
36554
36555@end table
36556
d3ce09f5
SS
36557The optional @var{cmd_list} parameter introduces commands that may be
36558run on the target, rather than being reported back to @value{GDBN}.
36559The parameter starts with a numeric flag @var{persist}; if the flag is
36560nonzero, then the breakpoint may remain active and the commands
36561continue to be run even when @value{GDBN} disconnects from the target.
36562Following this flag is a series of expressions concatenated with no
36563separators. Each expression has the following form:
36564
36565@table @samp
36566
36567@item X @var{len},@var{expr}
36568@var{len} is the length of the bytecode expression and @var{expr} is the
36569actual conditional expression in bytecode form.
36570
36571@end table
36572
a1dcb23a 36573see @ref{Architecture-Specific Protocol Details}.
c906108c 36574
2f870471
AC
36575@emph{Implementation note: It is possible for a target to copy or move
36576code that contains memory breakpoints (e.g., when implementing
36577overlays). The behavior of this packet, in the presence of such a
36578target, is not defined.}
c906108c 36579
ee2d5c50
AC
36580Reply:
36581@table @samp
2f870471
AC
36582@item OK
36583success
d57350ea 36584@item @w{}
2f870471 36585not supported
b8ff78ce 36586@item E @var{NN}
ee2d5c50 36587for an error
2f870471
AC
36588@end table
36589
a1dcb23a 36590@item z1,@var{addr},@var{kind}
83364271 36591@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}
b8ff78ce
JB
36592@cindex @samp{z1} packet
36593@cindex @samp{Z1} packet
36594Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
a1dcb23a 36595address @var{addr}.
2f870471
AC
36596
36597A hardware breakpoint is implemented using a mechanism that is not
a1dcb23a 36598dependant on being able to modify the target's memory. @var{kind}
83364271 36599and @var{cond_list} have the same meaning as in @samp{Z0} packets.
2f870471
AC
36600
36601@emph{Implementation note: A hardware breakpoint is not affected by code
36602movement.}
36603
36604Reply:
36605@table @samp
ee2d5c50 36606@item OK
2f870471 36607success
d57350ea 36608@item @w{}
2f870471 36609not supported
b8ff78ce 36610@item E @var{NN}
2f870471
AC
36611for an error
36612@end table
36613
a1dcb23a
DJ
36614@item z2,@var{addr},@var{kind}
36615@itemx Z2,@var{addr},@var{kind}
b8ff78ce
JB
36616@cindex @samp{z2} packet
36617@cindex @samp{Z2} packet
a1dcb23a
DJ
36618Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
36619@var{kind} is interpreted as the number of bytes to watch.
2f870471
AC
36620
36621Reply:
36622@table @samp
36623@item OK
36624success
d57350ea 36625@item @w{}
2f870471 36626not supported
b8ff78ce 36627@item E @var{NN}
2f870471
AC
36628for an error
36629@end table
36630
a1dcb23a
DJ
36631@item z3,@var{addr},@var{kind}
36632@itemx Z3,@var{addr},@var{kind}
b8ff78ce
JB
36633@cindex @samp{z3} packet
36634@cindex @samp{Z3} packet
a1dcb23a
DJ
36635Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
36636@var{kind} is interpreted as the number of bytes to watch.
2f870471
AC
36637
36638Reply:
36639@table @samp
36640@item OK
36641success
d57350ea 36642@item @w{}
2f870471 36643not supported
b8ff78ce 36644@item E @var{NN}
2f870471
AC
36645for an error
36646@end table
36647
a1dcb23a
DJ
36648@item z4,@var{addr},@var{kind}
36649@itemx Z4,@var{addr},@var{kind}
b8ff78ce
JB
36650@cindex @samp{z4} packet
36651@cindex @samp{Z4} packet
a1dcb23a
DJ
36652Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
36653@var{kind} is interpreted as the number of bytes to watch.
2f870471
AC
36654
36655Reply:
36656@table @samp
36657@item OK
36658success
d57350ea 36659@item @w{}
2f870471 36660not supported
b8ff78ce 36661@item E @var{NN}
2f870471 36662for an error
ee2d5c50
AC
36663@end table
36664
36665@end table
c906108c 36666
ee2d5c50
AC
36667@node Stop Reply Packets
36668@section Stop Reply Packets
36669@cindex stop reply packets
c906108c 36670
8b23ecc4
SL
36671The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
36672@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
36673receive any of the below as a reply. Except for @samp{?}
36674and @samp{vStopped}, that reply is only returned
b8ff78ce 36675when the target halts. In the below the exact meaning of @dfn{signal
89be2091
DJ
36676number} is defined by the header @file{include/gdb/signals.h} in the
36677@value{GDBN} source code.
c906108c 36678
b8ff78ce
JB
36679As in the description of request packets, we include spaces in the
36680reply templates for clarity; these are not part of the reply packet's
36681syntax. No @value{GDBN} stop reply packet uses spaces to separate its
36682components.
c906108c 36683
b8ff78ce 36684@table @samp
ee2d5c50 36685
b8ff78ce 36686@item S @var{AA}
599b237a 36687The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
36688number). This is equivalent to a @samp{T} response with no
36689@var{n}:@var{r} pairs.
c906108c 36690
b8ff78ce
JB
36691@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
36692@cindex @samp{T} packet reply
599b237a 36693The program received signal number @var{AA} (a two-digit hexadecimal
940178d3
JB
36694number). This is equivalent to an @samp{S} response, except that the
36695@samp{@var{n}:@var{r}} pairs can carry values of important registers
36696and other information directly in the stop reply packet, reducing
36697round-trip latency. Single-step and breakpoint traps are reported
36698this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
cfa9d6d9
DJ
36699
36700@itemize @bullet
b8ff78ce 36701@item
599b237a 36702If @var{n} is a hexadecimal number, it is a register number, and the
b8ff78ce
JB
36703corresponding @var{r} gives that register's value. @var{r} is a
36704series of bytes in target byte order, with each byte given by a
36705two-digit hex number.
cfa9d6d9 36706
b8ff78ce 36707@item
b90a069a
SL
36708If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
36709the stopped thread, as specified in @ref{thread-id syntax}.
cfa9d6d9 36710
dc146f7c
VP
36711@item
36712If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
36713the core on which the stop event was detected.
36714
b8ff78ce 36715@item
cfa9d6d9
DJ
36716If @var{n} is a recognized @dfn{stop reason}, it describes a more
36717specific event that stopped the target. The currently defined stop
36718reasons are listed below. @var{aa} should be @samp{05}, the trap
36719signal. At most one stop reason should be present.
36720
b8ff78ce
JB
36721@item
36722Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
36723and go on to the next; this allows us to extend the protocol in the
36724future.
cfa9d6d9
DJ
36725@end itemize
36726
36727The currently defined stop reasons are:
36728
36729@table @samp
36730@item watch
36731@itemx rwatch
36732@itemx awatch
36733The packet indicates a watchpoint hit, and @var{r} is the data address, in
36734hex.
36735
36736@cindex shared library events, remote reply
36737@item library
36738The packet indicates that the loaded libraries have changed.
36739@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
36740list of loaded libraries. @var{r} is ignored.
bacec72f
MS
36741
36742@cindex replay log events, remote reply
36743@item replaylog
36744The packet indicates that the target cannot continue replaying
36745logged execution events, because it has reached the end (or the
36746beginning when executing backward) of the log. The value of @var{r}
36747will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
36748for more information.
cfa9d6d9 36749@end table
ee2d5c50 36750
b8ff78ce 36751@item W @var{AA}
b90a069a 36752@itemx W @var{AA} ; process:@var{pid}
8e04817f 36753The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
36754applicable to certain targets.
36755
b90a069a
SL
36756The second form of the response, including the process ID of the exited
36757process, can be used only when @value{GDBN} has reported support for
36758multiprocess protocol extensions; see @ref{multiprocess extensions}.
36759The @var{pid} is formatted as a big-endian hex string.
36760
b8ff78ce 36761@item X @var{AA}
b90a069a 36762@itemx X @var{AA} ; process:@var{pid}
8e04817f 36763The process terminated with signal @var{AA}.
c906108c 36764
b90a069a
SL
36765The second form of the response, including the process ID of the
36766terminated process, can be used only when @value{GDBN} has reported
36767support for multiprocess protocol extensions; see @ref{multiprocess
36768extensions}. The @var{pid} is formatted as a big-endian hex string.
36769
b8ff78ce
JB
36770@item O @var{XX}@dots{}
36771@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
36772written as the program's console output. This can happen at any time
36773while the program is running and the debugger should continue to wait
8b23ecc4 36774for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
0ce1b118 36775
b8ff78ce 36776@item F @var{call-id},@var{parameter}@dots{}
0ce1b118
CV
36777@var{call-id} is the identifier which says which host system call should
36778be called. This is just the name of the function. Translation into the
36779correct system call is only applicable as it's defined in @value{GDBN}.
79a6e687 36780@xref{File-I/O Remote Protocol Extension}, for a list of implemented
0ce1b118
CV
36781system calls.
36782
b8ff78ce
JB
36783@samp{@var{parameter}@dots{}} is a list of parameters as defined for
36784this very system call.
0ce1b118 36785
b8ff78ce
JB
36786The target replies with this packet when it expects @value{GDBN} to
36787call a host system call on behalf of the target. @value{GDBN} replies
36788with an appropriate @samp{F} packet and keeps up waiting for the next
36789reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
79a6e687
BW
36790or @samp{s} action is expected to be continued. @xref{File-I/O Remote
36791Protocol Extension}, for more details.
0ce1b118 36792
ee2d5c50
AC
36793@end table
36794
36795@node General Query Packets
36796@section General Query Packets
9c16f35a 36797@cindex remote query requests
c906108c 36798
5f3bebba
JB
36799Packets starting with @samp{q} are @dfn{general query packets};
36800packets starting with @samp{Q} are @dfn{general set packets}. General
36801query and set packets are a semi-unified form for retrieving and
36802sending information to and from the stub.
36803
36804The initial letter of a query or set packet is followed by a name
36805indicating what sort of thing the packet applies to. For example,
36806@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
36807definitions with the stub. These packet names follow some
36808conventions:
36809
36810@itemize @bullet
36811@item
36812The name must not contain commas, colons or semicolons.
36813@item
36814Most @value{GDBN} query and set packets have a leading upper case
36815letter.
36816@item
36817The names of custom vendor packets should use a company prefix, in
36818lower case, followed by a period. For example, packets designed at
36819the Acme Corporation might begin with @samp{qacme.foo} (for querying
36820foos) or @samp{Qacme.bar} (for setting bars).
36821@end itemize
36822
aa56d27a
JB
36823The name of a query or set packet should be separated from any
36824parameters by a @samp{:}; the parameters themselves should be
36825separated by @samp{,} or @samp{;}. Stubs must be careful to match the
369af7bd
DJ
36826full packet name, and check for a separator or the end of the packet,
36827in case two packet names share a common prefix. New packets should not begin
36828with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
36829packets predate these conventions, and have arguments without any terminator
36830for the packet name; we suspect they are in widespread use in places that
36831are difficult to upgrade. The @samp{qC} packet has no arguments, but some
36832existing stubs (e.g.@: RedBoot) are known to not check for the end of the
36833packet.}.
c906108c 36834
b8ff78ce
JB
36835Like the descriptions of the other packets, each description here
36836has a template showing the packet's overall syntax, followed by an
36837explanation of the packet's meaning. We include spaces in some of the
36838templates for clarity; these are not part of the packet's syntax. No
36839@value{GDBN} packet uses spaces to separate its components.
36840
5f3bebba
JB
36841Here are the currently defined query and set packets:
36842
b8ff78ce 36843@table @samp
c906108c 36844
d1feda86 36845@item QAgent:1
af4238e5 36846@itemx QAgent:0
d1feda86
YQ
36847Turn on or off the agent as a helper to perform some debugging operations
36848delegated from @value{GDBN} (@pxref{Control Agent}).
36849
d914c394
SS
36850@item QAllow:@var{op}:@var{val}@dots{}
36851@cindex @samp{QAllow} packet
36852Specify which operations @value{GDBN} expects to request of the
36853target, as a semicolon-separated list of operation name and value
36854pairs. Possible values for @var{op} include @samp{WriteReg},
36855@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
36856@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
36857indicating that @value{GDBN} will not request the operation, or 1,
36858indicating that it may. (The target can then use this to set up its
36859own internals optimally, for instance if the debugger never expects to
36860insert breakpoints, it may not need to install its own trap handler.)
36861
b8ff78ce 36862@item qC
9c16f35a 36863@cindex current thread, remote request
b8ff78ce 36864@cindex @samp{qC} packet
b90a069a 36865Return the current thread ID.
ee2d5c50
AC
36866
36867Reply:
36868@table @samp
b90a069a
SL
36869@item QC @var{thread-id}
36870Where @var{thread-id} is a thread ID as documented in
36871@ref{thread-id syntax}.
b8ff78ce 36872@item @r{(anything else)}
b90a069a 36873Any other reply implies the old thread ID.
ee2d5c50
AC
36874@end table
36875
b8ff78ce 36876@item qCRC:@var{addr},@var{length}
ff2587ec 36877@cindex CRC of memory block, remote request
b8ff78ce 36878@cindex @samp{qCRC} packet
99e008fe
EZ
36879Compute the CRC checksum of a block of memory using CRC-32 defined in
36880IEEE 802.3. The CRC is computed byte at a time, taking the most
36881significant bit of each byte first. The initial pattern code
36882@code{0xffffffff} is used to ensure leading zeros affect the CRC.
36883
36884@emph{Note:} This is the same CRC used in validating separate debug
36885files (@pxref{Separate Debug Files, , Debugging Information in Separate
36886Files}). However the algorithm is slightly different. When validating
36887separate debug files, the CRC is computed taking the @emph{least}
36888significant bit of each byte first, and the final result is inverted to
36889detect trailing zeros.
36890
ff2587ec
WZ
36891Reply:
36892@table @samp
b8ff78ce 36893@item E @var{NN}
ff2587ec 36894An error (such as memory fault)
b8ff78ce
JB
36895@item C @var{crc32}
36896The specified memory region's checksum is @var{crc32}.
ff2587ec
WZ
36897@end table
36898
03583c20
UW
36899@item QDisableRandomization:@var{value}
36900@cindex disable address space randomization, remote request
36901@cindex @samp{QDisableRandomization} packet
36902Some target operating systems will randomize the virtual address space
36903of the inferior process as a security feature, but provide a feature
36904to disable such randomization, e.g.@: to allow for a more deterministic
36905debugging experience. On such systems, this packet with a @var{value}
36906of 1 directs the target to disable address space randomization for
36907processes subsequently started via @samp{vRun} packets, while a packet
36908with a @var{value} of 0 tells the target to enable address space
36909randomization.
36910
36911This packet is only available in extended mode (@pxref{extended mode}).
36912
36913Reply:
36914@table @samp
36915@item OK
36916The request succeeded.
36917
36918@item E @var{nn}
36919An error occurred. @var{nn} are hex digits.
36920
d57350ea 36921@item @w{}
03583c20
UW
36922An empty reply indicates that @samp{QDisableRandomization} is not supported
36923by the stub.
36924@end table
36925
36926This packet is not probed by default; the remote stub must request it,
36927by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
36928This should only be done on targets that actually support disabling
36929address space randomization.
36930
b8ff78ce
JB
36931@item qfThreadInfo
36932@itemx qsThreadInfo
9c16f35a 36933@cindex list active threads, remote request
b8ff78ce
JB
36934@cindex @samp{qfThreadInfo} packet
36935@cindex @samp{qsThreadInfo} packet
b90a069a 36936Obtain a list of all active thread IDs from the target (OS). Since there
8e04817f
AC
36937may be too many active threads to fit into one reply packet, this query
36938works iteratively: it may require more than one query/reply sequence to
36939obtain the entire list of threads. The first query of the sequence will
b8ff78ce
JB
36940be the @samp{qfThreadInfo} query; subsequent queries in the
36941sequence will be the @samp{qsThreadInfo} query.
ee2d5c50 36942
b8ff78ce 36943NOTE: This packet replaces the @samp{qL} query (see below).
ee2d5c50
AC
36944
36945Reply:
36946@table @samp
b90a069a
SL
36947@item m @var{thread-id}
36948A single thread ID
36949@item m @var{thread-id},@var{thread-id}@dots{}
36950a comma-separated list of thread IDs
b8ff78ce
JB
36951@item l
36952(lower case letter @samp{L}) denotes end of list.
ee2d5c50
AC
36953@end table
36954
36955In response to each query, the target will reply with a list of one or
b90a069a 36956more thread IDs, separated by commas.
e1aac25b 36957@value{GDBN} will respond to each reply with a request for more thread
b8ff78ce 36958ids (using the @samp{qs} form of the query), until the target responds
501994c0 36959with @samp{l} (lower-case ell, for @dfn{last}).
b90a069a
SL
36960Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
36961fields.
c906108c 36962
b8ff78ce 36963@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
ff2587ec 36964@cindex get thread-local storage address, remote request
b8ff78ce 36965@cindex @samp{qGetTLSAddr} packet
ff2587ec
WZ
36966Fetch the address associated with thread local storage specified
36967by @var{thread-id}, @var{offset}, and @var{lm}.
36968
b90a069a
SL
36969@var{thread-id} is the thread ID associated with the
36970thread for which to fetch the TLS address. @xref{thread-id syntax}.
ff2587ec
WZ
36971
36972@var{offset} is the (big endian, hex encoded) offset associated with the
36973thread local variable. (This offset is obtained from the debug
36974information associated with the variable.)
36975
db2e3e2e 36976@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
7a9dd1b2 36977load module associated with the thread local storage. For example,
ff2587ec
WZ
36978a @sc{gnu}/Linux system will pass the link map address of the shared
36979object associated with the thread local storage under consideration.
36980Other operating environments may choose to represent the load module
36981differently, so the precise meaning of this parameter will vary.
ee2d5c50
AC
36982
36983Reply:
b8ff78ce
JB
36984@table @samp
36985@item @var{XX}@dots{}
ff2587ec
WZ
36986Hex encoded (big endian) bytes representing the address of the thread
36987local storage requested.
36988
b8ff78ce
JB
36989@item E @var{nn}
36990An error occurred. @var{nn} are hex digits.
ff2587ec 36991
d57350ea 36992@item @w{}
b8ff78ce 36993An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
ee2d5c50
AC
36994@end table
36995
711e434b
PM
36996@item qGetTIBAddr:@var{thread-id}
36997@cindex get thread information block address
36998@cindex @samp{qGetTIBAddr} packet
36999Fetch address of the Windows OS specific Thread Information Block.
37000
37001@var{thread-id} is the thread ID associated with the thread.
37002
37003Reply:
37004@table @samp
37005@item @var{XX}@dots{}
37006Hex encoded (big endian) bytes representing the linear address of the
37007thread information block.
37008
37009@item E @var{nn}
37010An error occured. This means that either the thread was not found, or the
37011address could not be retrieved.
37012
d57350ea 37013@item @w{}
711e434b
PM
37014An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
37015@end table
37016
b8ff78ce 37017@item qL @var{startflag} @var{threadcount} @var{nextthread}
8e04817f
AC
37018Obtain thread information from RTOS. Where: @var{startflag} (one hex
37019digit) is one to indicate the first query and zero to indicate a
37020subsequent query; @var{threadcount} (two hex digits) is the maximum
37021number of threads the response packet can contain; and @var{nextthread}
37022(eight hex digits), for subsequent queries (@var{startflag} is zero), is
37023returned in the response as @var{argthread}.
ee2d5c50 37024
b8ff78ce 37025Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
ee2d5c50
AC
37026
37027Reply:
37028@table @samp
b8ff78ce 37029@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
8e04817f
AC
37030Where: @var{count} (two hex digits) is the number of threads being
37031returned; @var{done} (one hex digit) is zero to indicate more threads
37032and one indicates no further threads; @var{argthreadid} (eight hex
b8ff78ce 37033digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
ee2d5c50 37034is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 37035digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 37036@end table
c906108c 37037
b8ff78ce 37038@item qOffsets
9c16f35a 37039@cindex section offsets, remote request
b8ff78ce 37040@cindex @samp{qOffsets} packet
31d99776
DJ
37041Get section offsets that the target used when relocating the downloaded
37042image.
c906108c 37043
ee2d5c50
AC
37044Reply:
37045@table @samp
31d99776
DJ
37046@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
37047Relocate the @code{Text} section by @var{xxx} from its original address.
37048Relocate the @code{Data} section by @var{yyy} from its original address.
37049If the object file format provides segment information (e.g.@: @sc{elf}
37050@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
37051segments by the supplied offsets.
37052
37053@emph{Note: while a @code{Bss} offset may be included in the response,
37054@value{GDBN} ignores this and instead applies the @code{Data} offset
37055to the @code{Bss} section.}
37056
37057@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
37058Relocate the first segment of the object file, which conventionally
37059contains program code, to a starting address of @var{xxx}. If
37060@samp{DataSeg} is specified, relocate the second segment, which
37061conventionally contains modifiable data, to a starting address of
37062@var{yyy}. @value{GDBN} will report an error if the object file
37063does not contain segment information, or does not contain at least
37064as many segments as mentioned in the reply. Extra segments are
37065kept at fixed offsets relative to the last relocated segment.
ee2d5c50
AC
37066@end table
37067
b90a069a 37068@item qP @var{mode} @var{thread-id}
9c16f35a 37069@cindex thread information, remote request
b8ff78ce 37070@cindex @samp{qP} packet
b90a069a
SL
37071Returns information on @var{thread-id}. Where: @var{mode} is a hex
37072encoded 32 bit mode; @var{thread-id} is a thread ID
37073(@pxref{thread-id syntax}).
ee2d5c50 37074
aa56d27a
JB
37075Don't use this packet; use the @samp{qThreadExtraInfo} query instead
37076(see below).
37077
b8ff78ce 37078Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 37079
8b23ecc4 37080@item QNonStop:1
687e43a4 37081@itemx QNonStop:0
8b23ecc4
SL
37082@cindex non-stop mode, remote request
37083@cindex @samp{QNonStop} packet
37084@anchor{QNonStop}
37085Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
37086@xref{Remote Non-Stop}, for more information.
37087
37088Reply:
37089@table @samp
37090@item OK
37091The request succeeded.
37092
37093@item E @var{nn}
37094An error occurred. @var{nn} are hex digits.
37095
d57350ea 37096@item @w{}
8b23ecc4
SL
37097An empty reply indicates that @samp{QNonStop} is not supported by
37098the stub.
37099@end table
37100
37101This packet is not probed by default; the remote stub must request it,
37102by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37103Use of this packet is controlled by the @code{set non-stop} command;
37104@pxref{Non-Stop Mode}.
37105
89be2091
DJ
37106@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
37107@cindex pass signals to inferior, remote request
37108@cindex @samp{QPassSignals} packet
23181151 37109@anchor{QPassSignals}
89be2091
DJ
37110Each listed @var{signal} should be passed directly to the inferior process.
37111Signals are numbered identically to continue packets and stop replies
37112(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
37113strictly greater than the previous item. These signals do not need to stop
37114the inferior, or be reported to @value{GDBN}. All other signals should be
37115reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
37116combine; any earlier @samp{QPassSignals} list is completely replaced by the
37117new list. This packet improves performance when using @samp{handle
37118@var{signal} nostop noprint pass}.
37119
37120Reply:
37121@table @samp
37122@item OK
37123The request succeeded.
37124
37125@item E @var{nn}
37126An error occurred. @var{nn} are hex digits.
37127
d57350ea 37128@item @w{}
89be2091
DJ
37129An empty reply indicates that @samp{QPassSignals} is not supported by
37130the stub.
37131@end table
37132
37133Use of this packet is controlled by the @code{set remote pass-signals}
79a6e687 37134command (@pxref{Remote Configuration, set remote pass-signals}).
89be2091
DJ
37135This packet is not probed by default; the remote stub must request it,
37136by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37137
9b224c5e
PA
37138@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
37139@cindex signals the inferior may see, remote request
37140@cindex @samp{QProgramSignals} packet
37141@anchor{QProgramSignals}
37142Each listed @var{signal} may be delivered to the inferior process.
37143Others should be silently discarded.
37144
37145In some cases, the remote stub may need to decide whether to deliver a
37146signal to the program or not without @value{GDBN} involvement. One
37147example of that is while detaching --- the program's threads may have
37148stopped for signals that haven't yet had a chance of being reported to
37149@value{GDBN}, and so the remote stub can use the signal list specified
37150by this packet to know whether to deliver or ignore those pending
37151signals.
37152
37153This does not influence whether to deliver a signal as requested by a
37154resumption packet (@pxref{vCont packet}).
37155
37156Signals are numbered identically to continue packets and stop replies
37157(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
37158strictly greater than the previous item. Multiple
37159@samp{QProgramSignals} packets do not combine; any earlier
37160@samp{QProgramSignals} list is completely replaced by the new list.
37161
37162Reply:
37163@table @samp
37164@item OK
37165The request succeeded.
37166
37167@item E @var{nn}
37168An error occurred. @var{nn} are hex digits.
37169
d57350ea 37170@item @w{}
9b224c5e
PA
37171An empty reply indicates that @samp{QProgramSignals} is not supported
37172by the stub.
37173@end table
37174
37175Use of this packet is controlled by the @code{set remote program-signals}
37176command (@pxref{Remote Configuration, set remote program-signals}).
37177This packet is not probed by default; the remote stub must request it,
37178by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37179
b8ff78ce 37180@item qRcmd,@var{command}
ff2587ec 37181@cindex execute remote command, remote request
b8ff78ce 37182@cindex @samp{qRcmd} packet
ff2587ec 37183@var{command} (hex encoded) is passed to the local interpreter for
b8ff78ce
JB
37184execution. Invalid commands should be reported using the output
37185string. Before the final result packet, the target may also respond
37186with a number of intermediate @samp{O@var{output}} console output
37187packets. @emph{Implementors should note that providing access to a
37188stubs's interpreter may have security implications}.
fa93a9d8 37189
ff2587ec
WZ
37190Reply:
37191@table @samp
37192@item OK
37193A command response with no output.
37194@item @var{OUTPUT}
37195A command response with the hex encoded output string @var{OUTPUT}.
b8ff78ce 37196@item E @var{NN}
ff2587ec 37197Indicate a badly formed request.
d57350ea 37198@item @w{}
b8ff78ce 37199An empty reply indicates that @samp{qRcmd} is not recognized.
ff2587ec 37200@end table
fa93a9d8 37201
aa56d27a
JB
37202(Note that the @code{qRcmd} packet's name is separated from the
37203command by a @samp{,}, not a @samp{:}, contrary to the naming
37204conventions above. Please don't use this packet as a model for new
37205packets.)
37206
08388c79
DE
37207@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
37208@cindex searching memory, in remote debugging
5c4808ca 37209@ifnotinfo
08388c79 37210@cindex @samp{qSearch:memory} packet
5c4808ca
EZ
37211@end ifnotinfo
37212@cindex @samp{qSearch memory} packet
08388c79
DE
37213@anchor{qSearch memory}
37214Search @var{length} bytes at @var{address} for @var{search-pattern}.
37215@var{address} and @var{length} are encoded in hex.
37216@var{search-pattern} is a sequence of bytes, hex encoded.
37217
37218Reply:
37219@table @samp
37220@item 0
37221The pattern was not found.
37222@item 1,address
37223The pattern was found at @var{address}.
37224@item E @var{NN}
37225A badly formed request or an error was encountered while searching memory.
d57350ea 37226@item @w{}
08388c79
DE
37227An empty reply indicates that @samp{qSearch:memory} is not recognized.
37228@end table
37229
a6f3e723
SL
37230@item QStartNoAckMode
37231@cindex @samp{QStartNoAckMode} packet
37232@anchor{QStartNoAckMode}
37233Request that the remote stub disable the normal @samp{+}/@samp{-}
37234protocol acknowledgments (@pxref{Packet Acknowledgment}).
37235
37236Reply:
37237@table @samp
37238@item OK
37239The stub has switched to no-acknowledgment mode.
37240@value{GDBN} acknowledges this reponse,
37241but neither the stub nor @value{GDBN} shall send or expect further
37242@samp{+}/@samp{-} acknowledgments in the current connection.
d57350ea 37243@item @w{}
a6f3e723
SL
37244An empty reply indicates that the stub does not support no-acknowledgment mode.
37245@end table
37246
be2a5f71
DJ
37247@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
37248@cindex supported packets, remote query
37249@cindex features of the remote protocol
37250@cindex @samp{qSupported} packet
0876f84a 37251@anchor{qSupported}
be2a5f71
DJ
37252Tell the remote stub about features supported by @value{GDBN}, and
37253query the stub for features it supports. This packet allows
37254@value{GDBN} and the remote stub to take advantage of each others'
37255features. @samp{qSupported} also consolidates multiple feature probes
37256at startup, to improve @value{GDBN} performance---a single larger
37257packet performs better than multiple smaller probe packets on
37258high-latency links. Some features may enable behavior which must not
37259be on by default, e.g.@: because it would confuse older clients or
37260stubs. Other features may describe packets which could be
37261automatically probed for, but are not. These features must be
37262reported before @value{GDBN} will use them. This ``default
37263unsupported'' behavior is not appropriate for all packets, but it
37264helps to keep the initial connection time under control with new
37265versions of @value{GDBN} which support increasing numbers of packets.
37266
37267Reply:
37268@table @samp
37269@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
37270The stub supports or does not support each returned @var{stubfeature},
37271depending on the form of each @var{stubfeature} (see below for the
37272possible forms).
d57350ea 37273@item @w{}
be2a5f71
DJ
37274An empty reply indicates that @samp{qSupported} is not recognized,
37275or that no features needed to be reported to @value{GDBN}.
37276@end table
37277
37278The allowed forms for each feature (either a @var{gdbfeature} in the
37279@samp{qSupported} packet, or a @var{stubfeature} in the response)
37280are:
37281
37282@table @samp
37283@item @var{name}=@var{value}
37284The remote protocol feature @var{name} is supported, and associated
37285with the specified @var{value}. The format of @var{value} depends
37286on the feature, but it must not include a semicolon.
37287@item @var{name}+
37288The remote protocol feature @var{name} is supported, and does not
37289need an associated value.
37290@item @var{name}-
37291The remote protocol feature @var{name} is not supported.
37292@item @var{name}?
37293The remote protocol feature @var{name} may be supported, and
37294@value{GDBN} should auto-detect support in some other way when it is
37295needed. This form will not be used for @var{gdbfeature} notifications,
37296but may be used for @var{stubfeature} responses.
37297@end table
37298
37299Whenever the stub receives a @samp{qSupported} request, the
37300supplied set of @value{GDBN} features should override any previous
37301request. This allows @value{GDBN} to put the stub in a known
37302state, even if the stub had previously been communicating with
37303a different version of @value{GDBN}.
37304
b90a069a
SL
37305The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
37306are defined:
37307
37308@table @samp
37309@item multiprocess
37310This feature indicates whether @value{GDBN} supports multiprocess
37311extensions to the remote protocol. @value{GDBN} does not use such
37312extensions unless the stub also reports that it supports them by
37313including @samp{multiprocess+} in its @samp{qSupported} reply.
37314@xref{multiprocess extensions}, for details.
c8d5aac9
L
37315
37316@item xmlRegisters
37317This feature indicates that @value{GDBN} supports the XML target
37318description. If the stub sees @samp{xmlRegisters=} with target
37319specific strings separated by a comma, it will report register
37320description.
dde08ee1
PA
37321
37322@item qRelocInsn
37323This feature indicates whether @value{GDBN} supports the
37324@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
37325instruction reply packet}).
b90a069a
SL
37326@end table
37327
37328Stubs should ignore any unknown values for
be2a5f71
DJ
37329@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
37330packet supports receiving packets of unlimited length (earlier
b90a069a 37331versions of @value{GDBN} may reject overly long responses). Additional values
be2a5f71
DJ
37332for @var{gdbfeature} may be defined in the future to let the stub take
37333advantage of new features in @value{GDBN}, e.g.@: incompatible
b90a069a
SL
37334improvements in the remote protocol---the @samp{multiprocess} feature is
37335an example of such a feature. The stub's reply should be independent
be2a5f71
DJ
37336of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
37337describes all the features it supports, and then the stub replies with
37338all the features it supports.
37339
37340Similarly, @value{GDBN} will silently ignore unrecognized stub feature
37341responses, as long as each response uses one of the standard forms.
37342
37343Some features are flags. A stub which supports a flag feature
37344should respond with a @samp{+} form response. Other features
37345require values, and the stub should respond with an @samp{=}
37346form response.
37347
37348Each feature has a default value, which @value{GDBN} will use if
37349@samp{qSupported} is not available or if the feature is not mentioned
37350in the @samp{qSupported} response. The default values are fixed; a
37351stub is free to omit any feature responses that match the defaults.
37352
37353Not all features can be probed, but for those which can, the probing
37354mechanism is useful: in some cases, a stub's internal
37355architecture may not allow the protocol layer to know some information
37356about the underlying target in advance. This is especially common in
37357stubs which may be configured for multiple targets.
37358
37359These are the currently defined stub features and their properties:
37360
cfa9d6d9 37361@multitable @columnfractions 0.35 0.2 0.12 0.2
be2a5f71
DJ
37362@c NOTE: The first row should be @headitem, but we do not yet require
37363@c a new enough version of Texinfo (4.7) to use @headitem.
0876f84a 37364@item Feature Name
be2a5f71
DJ
37365@tab Value Required
37366@tab Default
37367@tab Probe Allowed
37368
37369@item @samp{PacketSize}
37370@tab Yes
37371@tab @samp{-}
37372@tab No
37373
0876f84a
DJ
37374@item @samp{qXfer:auxv:read}
37375@tab No
37376@tab @samp{-}
37377@tab Yes
37378
2ae8c8e7
MM
37379@item @samp{qXfer:btrace:read}
37380@tab No
37381@tab @samp{-}
37382@tab Yes
37383
23181151
DJ
37384@item @samp{qXfer:features:read}
37385@tab No
37386@tab @samp{-}
37387@tab Yes
37388
cfa9d6d9
DJ
37389@item @samp{qXfer:libraries:read}
37390@tab No
37391@tab @samp{-}
37392@tab Yes
37393
68437a39
DJ
37394@item @samp{qXfer:memory-map:read}
37395@tab No
37396@tab @samp{-}
37397@tab Yes
37398
0fb4aa4b
PA
37399@item @samp{qXfer:sdata:read}
37400@tab No
37401@tab @samp{-}
37402@tab Yes
37403
0e7f50da
UW
37404@item @samp{qXfer:spu:read}
37405@tab No
37406@tab @samp{-}
37407@tab Yes
37408
37409@item @samp{qXfer:spu:write}
37410@tab No
37411@tab @samp{-}
37412@tab Yes
37413
4aa995e1
PA
37414@item @samp{qXfer:siginfo:read}
37415@tab No
37416@tab @samp{-}
37417@tab Yes
37418
37419@item @samp{qXfer:siginfo:write}
37420@tab No
37421@tab @samp{-}
37422@tab Yes
37423
dc146f7c
VP
37424@item @samp{qXfer:threads:read}
37425@tab No
37426@tab @samp{-}
37427@tab Yes
37428
b3b9301e
PA
37429@item @samp{qXfer:traceframe-info:read}
37430@tab No
37431@tab @samp{-}
37432@tab Yes
37433
169081d0
TG
37434@item @samp{qXfer:uib:read}
37435@tab No
37436@tab @samp{-}
37437@tab Yes
37438
78d85199
YQ
37439@item @samp{qXfer:fdpic:read}
37440@tab No
37441@tab @samp{-}
37442@tab Yes
dc146f7c 37443
2ae8c8e7
MM
37444@item @samp{Qbtrace:off}
37445@tab Yes
37446@tab @samp{-}
37447@tab Yes
37448
37449@item @samp{Qbtrace:bts}
37450@tab Yes
37451@tab @samp{-}
37452@tab Yes
37453
8b23ecc4
SL
37454@item @samp{QNonStop}
37455@tab No
37456@tab @samp{-}
37457@tab Yes
37458
89be2091
DJ
37459@item @samp{QPassSignals}
37460@tab No
37461@tab @samp{-}
37462@tab Yes
37463
a6f3e723
SL
37464@item @samp{QStartNoAckMode}
37465@tab No
37466@tab @samp{-}
37467@tab Yes
37468
b90a069a
SL
37469@item @samp{multiprocess}
37470@tab No
37471@tab @samp{-}
37472@tab No
37473
83364271
LM
37474@item @samp{ConditionalBreakpoints}
37475@tab No
37476@tab @samp{-}
37477@tab No
37478
782b2b07
SS
37479@item @samp{ConditionalTracepoints}
37480@tab No
37481@tab @samp{-}
37482@tab No
37483
0d772ac9
MS
37484@item @samp{ReverseContinue}
37485@tab No
2f8132f3 37486@tab @samp{-}
0d772ac9
MS
37487@tab No
37488
37489@item @samp{ReverseStep}
37490@tab No
2f8132f3 37491@tab @samp{-}
0d772ac9
MS
37492@tab No
37493
409873ef
SS
37494@item @samp{TracepointSource}
37495@tab No
37496@tab @samp{-}
37497@tab No
37498
d1feda86
YQ
37499@item @samp{QAgent}
37500@tab No
37501@tab @samp{-}
37502@tab No
37503
d914c394
SS
37504@item @samp{QAllow}
37505@tab No
37506@tab @samp{-}
37507@tab No
37508
03583c20
UW
37509@item @samp{QDisableRandomization}
37510@tab No
37511@tab @samp{-}
37512@tab No
37513
d248b706
KY
37514@item @samp{EnableDisableTracepoints}
37515@tab No
37516@tab @samp{-}
37517@tab No
37518
f6f899bf
HAQ
37519@item @samp{QTBuffer:size}
37520@tab No
37521@tab @samp{-}
37522@tab No
37523
3065dfb6
SS
37524@item @samp{tracenz}
37525@tab No
37526@tab @samp{-}
37527@tab No
37528
d3ce09f5
SS
37529@item @samp{BreakpointCommands}
37530@tab No
37531@tab @samp{-}
37532@tab No
37533
be2a5f71
DJ
37534@end multitable
37535
37536These are the currently defined stub features, in more detail:
37537
37538@table @samp
37539@cindex packet size, remote protocol
37540@item PacketSize=@var{bytes}
37541The remote stub can accept packets up to at least @var{bytes} in
37542length. @value{GDBN} will send packets up to this size for bulk
37543transfers, and will never send larger packets. This is a limit on the
37544data characters in the packet, including the frame and checksum.
37545There is no trailing NUL byte in a remote protocol packet; if the stub
37546stores packets in a NUL-terminated format, it should allow an extra
37547byte in its buffer for the NUL. If this stub feature is not supported,
37548@value{GDBN} guesses based on the size of the @samp{g} packet response.
37549
0876f84a
DJ
37550@item qXfer:auxv:read
37551The remote stub understands the @samp{qXfer:auxv:read} packet
37552(@pxref{qXfer auxiliary vector read}).
37553
2ae8c8e7
MM
37554@item qXfer:btrace:read
37555The remote stub understands the @samp{qXfer:btrace:read}
37556packet (@pxref{qXfer btrace read}).
37557
23181151
DJ
37558@item qXfer:features:read
37559The remote stub understands the @samp{qXfer:features:read} packet
37560(@pxref{qXfer target description read}).
37561
cfa9d6d9
DJ
37562@item qXfer:libraries:read
37563The remote stub understands the @samp{qXfer:libraries:read} packet
37564(@pxref{qXfer library list read}).
37565
2268b414
JK
37566@item qXfer:libraries-svr4:read
37567The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
37568(@pxref{qXfer svr4 library list read}).
37569
23181151
DJ
37570@item qXfer:memory-map:read
37571The remote stub understands the @samp{qXfer:memory-map:read} packet
37572(@pxref{qXfer memory map read}).
37573
0fb4aa4b
PA
37574@item qXfer:sdata:read
37575The remote stub understands the @samp{qXfer:sdata:read} packet
37576(@pxref{qXfer sdata read}).
37577
0e7f50da
UW
37578@item qXfer:spu:read
37579The remote stub understands the @samp{qXfer:spu:read} packet
37580(@pxref{qXfer spu read}).
37581
37582@item qXfer:spu:write
37583The remote stub understands the @samp{qXfer:spu:write} packet
37584(@pxref{qXfer spu write}).
37585
4aa995e1
PA
37586@item qXfer:siginfo:read
37587The remote stub understands the @samp{qXfer:siginfo:read} packet
37588(@pxref{qXfer siginfo read}).
37589
37590@item qXfer:siginfo:write
37591The remote stub understands the @samp{qXfer:siginfo:write} packet
37592(@pxref{qXfer siginfo write}).
37593
dc146f7c
VP
37594@item qXfer:threads:read
37595The remote stub understands the @samp{qXfer:threads:read} packet
37596(@pxref{qXfer threads read}).
37597
b3b9301e
PA
37598@item qXfer:traceframe-info:read
37599The remote stub understands the @samp{qXfer:traceframe-info:read}
37600packet (@pxref{qXfer traceframe info read}).
37601
169081d0
TG
37602@item qXfer:uib:read
37603The remote stub understands the @samp{qXfer:uib:read}
37604packet (@pxref{qXfer unwind info block}).
37605
78d85199
YQ
37606@item qXfer:fdpic:read
37607The remote stub understands the @samp{qXfer:fdpic:read}
37608packet (@pxref{qXfer fdpic loadmap read}).
37609
8b23ecc4
SL
37610@item QNonStop
37611The remote stub understands the @samp{QNonStop} packet
37612(@pxref{QNonStop}).
37613
23181151
DJ
37614@item QPassSignals
37615The remote stub understands the @samp{QPassSignals} packet
37616(@pxref{QPassSignals}).
37617
a6f3e723
SL
37618@item QStartNoAckMode
37619The remote stub understands the @samp{QStartNoAckMode} packet and
37620prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
37621
b90a069a
SL
37622@item multiprocess
37623@anchor{multiprocess extensions}
37624@cindex multiprocess extensions, in remote protocol
37625The remote stub understands the multiprocess extensions to the remote
37626protocol syntax. The multiprocess extensions affect the syntax of
37627thread IDs in both packets and replies (@pxref{thread-id syntax}), and
37628add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
37629replies. Note that reporting this feature indicates support for the
37630syntactic extensions only, not that the stub necessarily supports
37631debugging of more than one process at a time. The stub must not use
37632multiprocess extensions in packet replies unless @value{GDBN} has also
37633indicated it supports them in its @samp{qSupported} request.
37634
07e059b5
VP
37635@item qXfer:osdata:read
37636The remote stub understands the @samp{qXfer:osdata:read} packet
37637((@pxref{qXfer osdata read}).
37638
83364271
LM
37639@item ConditionalBreakpoints
37640The target accepts and implements evaluation of conditional expressions
37641defined for breakpoints. The target will only report breakpoint triggers
37642when such conditions are true (@pxref{Conditions, ,Break Conditions}).
37643
782b2b07
SS
37644@item ConditionalTracepoints
37645The remote stub accepts and implements conditional expressions defined
37646for tracepoints (@pxref{Tracepoint Conditions}).
37647
0d772ac9
MS
37648@item ReverseContinue
37649The remote stub accepts and implements the reverse continue packet
37650(@pxref{bc}).
37651
37652@item ReverseStep
37653The remote stub accepts and implements the reverse step packet
37654(@pxref{bs}).
37655
409873ef
SS
37656@item TracepointSource
37657The remote stub understands the @samp{QTDPsrc} packet that supplies
37658the source form of tracepoint definitions.
37659
d1feda86
YQ
37660@item QAgent
37661The remote stub understands the @samp{QAgent} packet.
37662
d914c394
SS
37663@item QAllow
37664The remote stub understands the @samp{QAllow} packet.
37665
03583c20
UW
37666@item QDisableRandomization
37667The remote stub understands the @samp{QDisableRandomization} packet.
37668
0fb4aa4b
PA
37669@item StaticTracepoint
37670@cindex static tracepoints, in remote protocol
37671The remote stub supports static tracepoints.
37672
1e4d1764
YQ
37673@item InstallInTrace
37674@anchor{install tracepoint in tracing}
37675The remote stub supports installing tracepoint in tracing.
37676
d248b706
KY
37677@item EnableDisableTracepoints
37678The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
37679@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
37680to be enabled and disabled while a trace experiment is running.
37681
f6f899bf 37682@item QTBuffer:size
28abe188 37683The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
f6f899bf
HAQ
37684packet that allows to change the size of the trace buffer.
37685
3065dfb6
SS
37686@item tracenz
37687@cindex string tracing, in remote protocol
37688The remote stub supports the @samp{tracenz} bytecode for collecting strings.
37689See @ref{Bytecode Descriptions} for details about the bytecode.
37690
d3ce09f5
SS
37691@item BreakpointCommands
37692@cindex breakpoint commands, in remote protocol
37693The remote stub supports running a breakpoint's command list itself,
37694rather than reporting the hit to @value{GDBN}.
37695
2ae8c8e7
MM
37696@item Qbtrace:off
37697The remote stub understands the @samp{Qbtrace:off} packet.
37698
37699@item Qbtrace:bts
37700The remote stub understands the @samp{Qbtrace:bts} packet.
37701
be2a5f71
DJ
37702@end table
37703
b8ff78ce 37704@item qSymbol::
ff2587ec 37705@cindex symbol lookup, remote request
b8ff78ce 37706@cindex @samp{qSymbol} packet
ff2587ec
WZ
37707Notify the target that @value{GDBN} is prepared to serve symbol lookup
37708requests. Accept requests from the target for the values of symbols.
fa93a9d8
JB
37709
37710Reply:
ff2587ec 37711@table @samp
b8ff78ce 37712@item OK
ff2587ec 37713The target does not need to look up any (more) symbols.
b8ff78ce 37714@item qSymbol:@var{sym_name}
ff2587ec
WZ
37715The target requests the value of symbol @var{sym_name} (hex encoded).
37716@value{GDBN} may provide the value by using the
b8ff78ce
JB
37717@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
37718below.
ff2587ec 37719@end table
83761cbd 37720
b8ff78ce 37721@item qSymbol:@var{sym_value}:@var{sym_name}
ff2587ec
WZ
37722Set the value of @var{sym_name} to @var{sym_value}.
37723
37724@var{sym_name} (hex encoded) is the name of a symbol whose value the
37725target has previously requested.
37726
37727@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
37728@value{GDBN} cannot supply a value for @var{sym_name}, then this field
37729will be empty.
37730
37731Reply:
37732@table @samp
b8ff78ce 37733@item OK
ff2587ec 37734The target does not need to look up any (more) symbols.
b8ff78ce 37735@item qSymbol:@var{sym_name}
ff2587ec
WZ
37736The target requests the value of a new symbol @var{sym_name} (hex
37737encoded). @value{GDBN} will continue to supply the values of symbols
37738(if available), until the target ceases to request them.
fa93a9d8 37739@end table
0abb7bc7 37740
00bf0b85 37741@item qTBuffer
687e43a4
TT
37742@itemx QTBuffer
37743@itemx QTDisconnected
d5551862 37744@itemx QTDP
409873ef 37745@itemx QTDPsrc
d5551862 37746@itemx QTDV
00bf0b85
SS
37747@itemx qTfP
37748@itemx qTfV
9d29849a 37749@itemx QTFrame
405f8e94
SS
37750@itemx qTMinFTPILen
37751
9d29849a
JB
37752@xref{Tracepoint Packets}.
37753
b90a069a 37754@item qThreadExtraInfo,@var{thread-id}
ff2587ec 37755@cindex thread attributes info, remote request
b8ff78ce
JB
37756@cindex @samp{qThreadExtraInfo} packet
37757Obtain a printable string description of a thread's attributes from
b90a069a
SL
37758the target OS. @var{thread-id} is a thread ID;
37759see @ref{thread-id syntax}. This
b8ff78ce
JB
37760string may contain anything that the target OS thinks is interesting
37761for @value{GDBN} to tell the user about the thread. The string is
37762displayed in @value{GDBN}'s @code{info threads} display. Some
37763examples of possible thread extra info strings are @samp{Runnable}, or
37764@samp{Blocked on Mutex}.
ff2587ec
WZ
37765
37766Reply:
37767@table @samp
b8ff78ce
JB
37768@item @var{XX}@dots{}
37769Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
37770comprising the printable string containing the extra information about
37771the thread's attributes.
ff2587ec 37772@end table
814e32d7 37773
aa56d27a
JB
37774(Note that the @code{qThreadExtraInfo} packet's name is separated from
37775the command by a @samp{,}, not a @samp{:}, contrary to the naming
37776conventions above. Please don't use this packet as a model for new
37777packets.)
37778
f196051f 37779@item QTNotes
687e43a4
TT
37780@itemx qTP
37781@itemx QTSave
37782@itemx qTsP
37783@itemx qTsV
d5551862 37784@itemx QTStart
9d29849a 37785@itemx QTStop
d248b706
KY
37786@itemx QTEnable
37787@itemx QTDisable
9d29849a
JB
37788@itemx QTinit
37789@itemx QTro
37790@itemx qTStatus
d5551862 37791@itemx qTV
0fb4aa4b
PA
37792@itemx qTfSTM
37793@itemx qTsSTM
37794@itemx qTSTMat
9d29849a
JB
37795@xref{Tracepoint Packets}.
37796
0876f84a
DJ
37797@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
37798@cindex read special object, remote request
37799@cindex @samp{qXfer} packet
68437a39 37800@anchor{qXfer read}
0876f84a
DJ
37801Read uninterpreted bytes from the target's special data area
37802identified by the keyword @var{object}. Request @var{length} bytes
37803starting at @var{offset} bytes into the data. The content and
0e7f50da 37804encoding of @var{annex} is specific to @var{object}; it can supply
0876f84a
DJ
37805additional details about what data to access.
37806
37807Here are the specific requests of this form defined so far. All
37808@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
37809formats, listed below.
37810
37811@table @samp
37812@item qXfer:auxv:read::@var{offset},@var{length}
37813@anchor{qXfer auxiliary vector read}
37814Access the target's @dfn{auxiliary vector}. @xref{OS Information,
427c3a89 37815auxiliary vector}. Note @var{annex} must be empty.
0876f84a
DJ
37816
37817This packet is not probed by default; the remote stub must request it,
89be2091 37818by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
0876f84a 37819
2ae8c8e7
MM
37820@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
37821@anchor{qXfer btrace read}
37822
37823Return a description of the current branch trace.
37824@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
37825packet may have one of the following values:
37826
37827@table @code
37828@item all
37829Returns all available branch trace.
37830
37831@item new
37832Returns all available branch trace if the branch trace changed since
37833the last read request.
37834@end table
37835
37836This packet is not probed by default; the remote stub must request it
37837by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37838
23181151
DJ
37839@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
37840@anchor{qXfer target description read}
37841Access the @dfn{target description}. @xref{Target Descriptions}. The
37842annex specifies which XML document to access. The main description is
37843always loaded from the @samp{target.xml} annex.
37844
37845This packet is not probed by default; the remote stub must request it,
37846by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37847
cfa9d6d9
DJ
37848@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
37849@anchor{qXfer library list read}
37850Access the target's list of loaded libraries. @xref{Library List Format}.
37851The annex part of the generic @samp{qXfer} packet must be empty
37852(@pxref{qXfer read}).
37853
37854Targets which maintain a list of libraries in the program's memory do
37855not need to implement this packet; it is designed for platforms where
37856the operating system manages the list of loaded libraries.
37857
37858This packet is not probed by default; the remote stub must request it,
37859by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37860
2268b414
JK
37861@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
37862@anchor{qXfer svr4 library list read}
37863Access the target's list of loaded libraries when the target is an SVR4
37864platform. @xref{Library List Format for SVR4 Targets}. The annex part
37865of the generic @samp{qXfer} packet must be empty (@pxref{qXfer read}).
37866
37867This packet is optional for better performance on SVR4 targets.
37868@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
37869
37870This packet is not probed by default; the remote stub must request it,
37871by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37872
68437a39
DJ
37873@item qXfer:memory-map:read::@var{offset},@var{length}
37874@anchor{qXfer memory map read}
79a6e687 37875Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
68437a39
DJ
37876annex part of the generic @samp{qXfer} packet must be empty
37877(@pxref{qXfer read}).
37878
0e7f50da
UW
37879This packet is not probed by default; the remote stub must request it,
37880by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37881
0fb4aa4b
PA
37882@item qXfer:sdata:read::@var{offset},@var{length}
37883@anchor{qXfer sdata read}
37884
37885Read contents of the extra collected static tracepoint marker
37886information. The annex part of the generic @samp{qXfer} packet must
37887be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
37888Action Lists}.
37889
37890This packet is not probed by default; the remote stub must request it,
37891by supplying an appropriate @samp{qSupported} response
37892(@pxref{qSupported}).
37893
4aa995e1
PA
37894@item qXfer:siginfo:read::@var{offset},@var{length}
37895@anchor{qXfer siginfo read}
37896Read contents of the extra signal information on the target
37897system. The annex part of the generic @samp{qXfer} packet must be
37898empty (@pxref{qXfer read}).
37899
37900This packet is not probed by default; the remote stub must request it,
37901by supplying an appropriate @samp{qSupported} response
37902(@pxref{qSupported}).
37903
0e7f50da
UW
37904@item qXfer:spu:read:@var{annex}:@var{offset},@var{length}
37905@anchor{qXfer spu read}
37906Read contents of an @code{spufs} file on the target system. The
37907annex specifies which file to read; it must be of the form
37908@file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
37909in the target process, and @var{name} identifes the @code{spufs} file
37910in that context to be accessed.
37911
68437a39 37912This packet is not probed by default; the remote stub must request it,
07e059b5
VP
37913by supplying an appropriate @samp{qSupported} response
37914(@pxref{qSupported}).
37915
dc146f7c
VP
37916@item qXfer:threads:read::@var{offset},@var{length}
37917@anchor{qXfer threads read}
37918Access the list of threads on target. @xref{Thread List Format}. The
37919annex part of the generic @samp{qXfer} packet must be empty
37920(@pxref{qXfer read}).
37921
37922This packet is not probed by default; the remote stub must request it,
37923by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37924
b3b9301e
PA
37925@item qXfer:traceframe-info:read::@var{offset},@var{length}
37926@anchor{qXfer traceframe info read}
37927
37928Return a description of the current traceframe's contents.
37929@xref{Traceframe Info Format}. The annex part of the generic
37930@samp{qXfer} packet must be empty (@pxref{qXfer read}).
37931
37932This packet is not probed by default; the remote stub must request it,
37933by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37934
169081d0
TG
37935@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
37936@anchor{qXfer unwind info block}
37937
37938Return the unwind information block for @var{pc}. This packet is used
37939on OpenVMS/ia64 to ask the kernel unwind information.
37940
37941This packet is not probed by default.
37942
78d85199
YQ
37943@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
37944@anchor{qXfer fdpic loadmap read}
37945Read contents of @code{loadmap}s on the target system. The
37946annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
37947executable @code{loadmap} or interpreter @code{loadmap} to read.
37948
37949This packet is not probed by default; the remote stub must request it,
37950by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
37951
07e059b5
VP
37952@item qXfer:osdata:read::@var{offset},@var{length}
37953@anchor{qXfer osdata read}
37954Access the target's @dfn{operating system information}.
37955@xref{Operating System Information}.
37956
68437a39
DJ
37957@end table
37958
0876f84a
DJ
37959Reply:
37960@table @samp
37961@item m @var{data}
37962Data @var{data} (@pxref{Binary Data}) has been read from the
37963target. There may be more data at a higher address (although
37964it is permitted to return @samp{m} even for the last valid
37965block of data, as long as at least one byte of data was read).
37966@var{data} may have fewer bytes than the @var{length} in the
37967request.
37968
37969@item l @var{data}
37970Data @var{data} (@pxref{Binary Data}) has been read from the target.
37971There is no more data to be read. @var{data} may have fewer bytes
37972than the @var{length} in the request.
37973
37974@item l
37975The @var{offset} in the request is at the end of the data.
37976There is no more data to be read.
37977
37978@item E00
37979The request was malformed, or @var{annex} was invalid.
37980
37981@item E @var{nn}
37982The offset was invalid, or there was an error encountered reading the data.
37983@var{nn} is a hex-encoded @code{errno} value.
37984
d57350ea 37985@item @w{}
0876f84a
DJ
37986An empty reply indicates the @var{object} string was not recognized by
37987the stub, or that the object does not support reading.
37988@end table
37989
37990@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
37991@cindex write data into object, remote request
4aa995e1 37992@anchor{qXfer write}
0876f84a
DJ
37993Write uninterpreted bytes into the target's special data area
37994identified by the keyword @var{object}, starting at @var{offset} bytes
0e7f50da 37995into the data. @var{data}@dots{} is the binary-encoded data
0876f84a 37996(@pxref{Binary Data}) to be written. The content and encoding of @var{annex}
0e7f50da 37997is specific to @var{object}; it can supply additional details about what data
0876f84a
DJ
37998to access.
37999
0e7f50da
UW
38000Here are the specific requests of this form defined so far. All
38001@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
38002formats, listed below.
38003
38004@table @samp
4aa995e1
PA
38005@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
38006@anchor{qXfer siginfo write}
38007Write @var{data} to the extra signal information on the target system.
38008The annex part of the generic @samp{qXfer} packet must be
38009empty (@pxref{qXfer write}).
38010
38011This packet is not probed by default; the remote stub must request it,
38012by supplying an appropriate @samp{qSupported} response
38013(@pxref{qSupported}).
38014
84fcdf95 38015@item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{}
0e7f50da
UW
38016@anchor{qXfer spu write}
38017Write @var{data} to an @code{spufs} file on the target system. The
38018annex specifies which file to write; it must be of the form
38019@file{@var{id}/@var{name}}, where @var{id} specifies an SPU context ID
38020in the target process, and @var{name} identifes the @code{spufs} file
38021in that context to be accessed.
38022
38023This packet is not probed by default; the remote stub must request it,
38024by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
38025@end table
0876f84a
DJ
38026
38027Reply:
38028@table @samp
38029@item @var{nn}
38030@var{nn} (hex encoded) is the number of bytes written.
38031This may be fewer bytes than supplied in the request.
38032
38033@item E00
38034The request was malformed, or @var{annex} was invalid.
38035
38036@item E @var{nn}
38037The offset was invalid, or there was an error encountered writing the data.
38038@var{nn} is a hex-encoded @code{errno} value.
38039
d57350ea 38040@item @w{}
0876f84a
DJ
38041An empty reply indicates the @var{object} string was not
38042recognized by the stub, or that the object does not support writing.
38043@end table
38044
38045@item qXfer:@var{object}:@var{operation}:@dots{}
38046Requests of this form may be added in the future. When a stub does
38047not recognize the @var{object} keyword, or its support for
38048@var{object} does not recognize the @var{operation} keyword, the stub
38049must respond with an empty packet.
38050
0b16c5cf
PA
38051@item qAttached:@var{pid}
38052@cindex query attached, remote request
38053@cindex @samp{qAttached} packet
38054Return an indication of whether the remote server attached to an
38055existing process or created a new process. When the multiprocess
38056protocol extensions are supported (@pxref{multiprocess extensions}),
38057@var{pid} is an integer in hexadecimal format identifying the target
38058process. Otherwise, @value{GDBN} will omit the @var{pid} field and
38059the query packet will be simplified as @samp{qAttached}.
38060
38061This query is used, for example, to know whether the remote process
38062should be detached or killed when a @value{GDBN} session is ended with
38063the @code{quit} command.
38064
38065Reply:
38066@table @samp
38067@item 1
38068The remote server attached to an existing process.
38069@item 0
38070The remote server created a new process.
38071@item E @var{NN}
38072A badly formed request or an error was encountered.
38073@end table
38074
2ae8c8e7
MM
38075@item Qbtrace:bts
38076Enable branch tracing for the current thread using bts tracing.
38077
38078Reply:
38079@table @samp
38080@item OK
38081Branch tracing has been enabled.
38082@item E.errtext
38083A badly formed request or an error was encountered.
38084@end table
38085
38086@item Qbtrace:off
38087Disable branch tracing for the current thread.
38088
38089Reply:
38090@table @samp
38091@item OK
38092Branch tracing has been disabled.
38093@item E.errtext
38094A badly formed request or an error was encountered.
38095@end table
38096
ee2d5c50
AC
38097@end table
38098
a1dcb23a
DJ
38099@node Architecture-Specific Protocol Details
38100@section Architecture-Specific Protocol Details
38101
38102This section describes how the remote protocol is applied to specific
38103target architectures. Also see @ref{Standard Target Features}, for
38104details of XML target descriptions for each architecture.
38105
02b67415
MR
38106@menu
38107* ARM-Specific Protocol Details::
38108* MIPS-Specific Protocol Details::
38109@end menu
38110
38111@node ARM-Specific Protocol Details
38112@subsection @acronym{ARM}-specific Protocol Details
38113
38114@menu
38115* ARM Breakpoint Kinds::
38116@end menu
a1dcb23a 38117
02b67415
MR
38118@node ARM Breakpoint Kinds
38119@subsubsection @acronym{ARM} Breakpoint Kinds
38120@cindex breakpoint kinds, @acronym{ARM}
a1dcb23a
DJ
38121
38122These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
38123
38124@table @r
38125
38126@item 2
3812716-bit Thumb mode breakpoint.
38128
38129@item 3
3813032-bit Thumb mode (Thumb-2) breakpoint.
38131
38132@item 4
02b67415 3813332-bit @acronym{ARM} mode breakpoint.
a1dcb23a
DJ
38134
38135@end table
38136
02b67415
MR
38137@node MIPS-Specific Protocol Details
38138@subsection @acronym{MIPS}-specific Protocol Details
38139
38140@menu
38141* MIPS Register packet Format::
4cc0665f 38142* MIPS Breakpoint Kinds::
02b67415 38143@end menu
a1dcb23a 38144
02b67415
MR
38145@node MIPS Register packet Format
38146@subsubsection @acronym{MIPS} Register Packet Format
eb17f351 38147@cindex register packet format, @acronym{MIPS}
eb12ee30 38148
b8ff78ce 38149The following @code{g}/@code{G} packets have previously been defined.
ee2d5c50
AC
38150In the below, some thirty-two bit registers are transferred as
38151sixty-four bits. Those registers should be zero/sign extended (which?)
599b237a
BW
38152to fill the space allocated. Register bytes are transferred in target
38153byte order. The two nibbles within a register byte are transferred
02b67415 38154most-significant -- least-significant.
eb12ee30 38155
ee2d5c50 38156@table @r
eb12ee30 38157
8e04817f 38158@item MIPS32
599b237a 38159All registers are transferred as thirty-two bit quantities in the order:
8e04817f
AC
3816032 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
38161registers; fsr; fir; fp.
eb12ee30 38162
8e04817f 38163@item MIPS64
599b237a 38164All registers are transferred as sixty-four bit quantities (including
8e04817f
AC
38165thirty-two bit registers such as @code{sr}). The ordering is the same
38166as @code{MIPS32}.
eb12ee30 38167
ee2d5c50
AC
38168@end table
38169
4cc0665f
MR
38170@node MIPS Breakpoint Kinds
38171@subsubsection @acronym{MIPS} Breakpoint Kinds
38172@cindex breakpoint kinds, @acronym{MIPS}
38173
38174These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
38175
38176@table @r
38177
38178@item 2
3817916-bit @acronym{MIPS16} mode breakpoint.
38180
38181@item 3
3818216-bit @acronym{microMIPS} mode breakpoint.
38183
38184@item 4
3818532-bit standard @acronym{MIPS} mode breakpoint.
38186
38187@item 5
3818832-bit @acronym{microMIPS} mode breakpoint.
38189
38190@end table
38191
9d29849a
JB
38192@node Tracepoint Packets
38193@section Tracepoint Packets
38194@cindex tracepoint packets
38195@cindex packets, tracepoint
38196
38197Here we describe the packets @value{GDBN} uses to implement
38198tracepoints (@pxref{Tracepoints}).
38199
38200@table @samp
38201
7a697b8d 38202@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
c614397c 38203@cindex @samp{QTDP} packet
9d29849a
JB
38204Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
38205is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
38206the tracepoint is disabled. @var{step} is the tracepoint's step
7a697b8d
SS
38207count, and @var{pass} is its pass count. If an @samp{F} is present,
38208then the tracepoint is to be a fast tracepoint, and the @var{flen} is
38209the number of bytes that the target should copy elsewhere to make room
38210for the tracepoint. If an @samp{X} is present, it introduces a
38211tracepoint condition, which consists of a hexadecimal length, followed
38212by a comma and hex-encoded bytes, in a manner similar to action
38213encodings as described below. If the trailing @samp{-} is present,
38214further @samp{QTDP} packets will follow to specify this tracepoint's
38215actions.
9d29849a
JB
38216
38217Replies:
38218@table @samp
38219@item OK
38220The packet was understood and carried out.
dde08ee1
PA
38221@item qRelocInsn
38222@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 38223@item @w{}
9d29849a
JB
38224The packet was not recognized.
38225@end table
38226
38227@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
38228Define actions to be taken when a tracepoint is hit. @var{n} and
38229@var{addr} must be the same as in the initial @samp{QTDP} packet for
38230this tracepoint. This packet may only be sent immediately after
38231another @samp{QTDP} packet that ended with a @samp{-}. If the
38232trailing @samp{-} is present, further @samp{QTDP} packets will follow,
38233specifying more actions for this tracepoint.
38234
38235In the series of action packets for a given tracepoint, at most one
38236can have an @samp{S} before its first @var{action}. If such a packet
38237is sent, it and the following packets define ``while-stepping''
38238actions. Any prior packets define ordinary actions --- that is, those
38239taken when the tracepoint is first hit. If no action packet has an
38240@samp{S}, then all the packets in the series specify ordinary
38241tracepoint actions.
38242
38243The @samp{@var{action}@dots{}} portion of the packet is a series of
38244actions, concatenated without separators. Each action has one of the
38245following forms:
38246
38247@table @samp
38248
38249@item R @var{mask}
38250Collect the registers whose bits are set in @var{mask}. @var{mask} is
599b237a 38251a hexadecimal number whose @var{i}'th bit is set if register number
9d29849a
JB
38252@var{i} should be collected. (The least significant bit is numbered
38253zero.) Note that @var{mask} may be any number of digits long; it may
38254not fit in a 32-bit word.
38255
38256@item M @var{basereg},@var{offset},@var{len}
38257Collect @var{len} bytes of memory starting at the address in register
38258number @var{basereg}, plus @var{offset}. If @var{basereg} is
38259@samp{-1}, then the range has a fixed address: @var{offset} is the
38260address of the lowest byte to collect. The @var{basereg},
599b237a 38261@var{offset}, and @var{len} parameters are all unsigned hexadecimal
9d29849a
JB
38262values (the @samp{-1} value for @var{basereg} is a special case).
38263
38264@item X @var{len},@var{expr}
38265Evaluate @var{expr}, whose length is @var{len}, and collect memory as
38266it directs. @var{expr} is an agent expression, as described in
38267@ref{Agent Expressions}. Each byte of the expression is encoded as a
38268two-digit hex number in the packet; @var{len} is the number of bytes
38269in the expression (and thus one-half the number of hex digits in the
38270packet).
38271
38272@end table
38273
38274Any number of actions may be packed together in a single @samp{QTDP}
38275packet, as long as the packet does not exceed the maximum packet
c1947b85
JB
38276length (400 bytes, for many stubs). There may be only one @samp{R}
38277action per tracepoint, and it must precede any @samp{M} or @samp{X}
38278actions. Any registers referred to by @samp{M} and @samp{X} actions
38279must be collected by a preceding @samp{R} action. (The
38280``while-stepping'' actions are treated as if they were attached to a
38281separate tracepoint, as far as these restrictions are concerned.)
9d29849a
JB
38282
38283Replies:
38284@table @samp
38285@item OK
38286The packet was understood and carried out.
dde08ee1
PA
38287@item qRelocInsn
38288@xref{Tracepoint Packets,,Relocate instruction reply packet}.
d57350ea 38289@item @w{}
9d29849a
JB
38290The packet was not recognized.
38291@end table
38292
409873ef
SS
38293@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
38294@cindex @samp{QTDPsrc} packet
38295Specify a source string of tracepoint @var{n} at address @var{addr}.
38296This is useful to get accurate reproduction of the tracepoints
38297originally downloaded at the beginning of the trace run. @var{type}
38298is the name of the tracepoint part, such as @samp{cond} for the
38299tracepoint's conditional expression (see below for a list of types), while
38300@var{bytes} is the string, encoded in hexadecimal.
38301
38302@var{start} is the offset of the @var{bytes} within the overall source
38303string, while @var{slen} is the total length of the source string.
38304This is intended for handling source strings that are longer than will
38305fit in a single packet.
38306@c Add detailed example when this info is moved into a dedicated
38307@c tracepoint descriptions section.
38308
38309The available string types are @samp{at} for the location,
38310@samp{cond} for the conditional, and @samp{cmd} for an action command.
38311@value{GDBN} sends a separate packet for each command in the action
38312list, in the same order in which the commands are stored in the list.
38313
38314The target does not need to do anything with source strings except
38315report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
38316query packets.
38317
38318Although this packet is optional, and @value{GDBN} will only send it
38319if the target replies with @samp{TracepointSource} @xref{General
38320Query Packets}, it makes both disconnected tracing and trace files
38321much easier to use. Otherwise the user must be careful that the
38322tracepoints in effect while looking at trace frames are identical to
38323the ones in effect during the trace run; even a small discrepancy
38324could cause @samp{tdump} not to work, or a particular trace frame not
38325be found.
38326
f61e138d
SS
38327@item QTDV:@var{n}:@var{value}
38328@cindex define trace state variable, remote request
38329@cindex @samp{QTDV} packet
38330Create a new trace state variable, number @var{n}, with an initial
38331value of @var{value}, which is a 64-bit signed integer. Both @var{n}
38332and @var{value} are encoded as hexadecimal values. @value{GDBN} has
38333the option of not using this packet for initial values of zero; the
38334target should simply create the trace state variables as they are
38335mentioned in expressions.
38336
9d29849a 38337@item QTFrame:@var{n}
c614397c 38338@cindex @samp{QTFrame} packet
9d29849a
JB
38339Select the @var{n}'th tracepoint frame from the buffer, and use the
38340register and memory contents recorded there to answer subsequent
38341request packets from @value{GDBN}.
38342
38343A successful reply from the stub indicates that the stub has found the
38344requested frame. The response is a series of parts, concatenated
38345without separators, describing the frame we selected. Each part has
38346one of the following forms:
38347
38348@table @samp
38349@item F @var{f}
38350The selected frame is number @var{n} in the trace frame buffer;
599b237a 38351@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
9d29849a
JB
38352was no frame matching the criteria in the request packet.
38353
38354@item T @var{t}
38355The selected trace frame records a hit of tracepoint number @var{t};
599b237a 38356@var{t} is a hexadecimal number.
9d29849a
JB
38357
38358@end table
38359
38360@item QTFrame:pc:@var{addr}
38361Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
38362currently selected frame whose PC is @var{addr};
599b237a 38363@var{addr} is a hexadecimal number.
9d29849a
JB
38364
38365@item QTFrame:tdp:@var{t}
38366Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
38367currently selected frame that is a hit of tracepoint @var{t}; @var{t}
599b237a 38368is a hexadecimal number.
9d29849a
JB
38369
38370@item QTFrame:range:@var{start}:@var{end}
38371Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
38372currently selected frame whose PC is between @var{start} (inclusive)
081dfbf7 38373and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
9d29849a
JB
38374numbers.
38375
38376@item QTFrame:outside:@var{start}:@var{end}
38377Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
081dfbf7 38378frame @emph{outside} the given range of addresses (exclusive).
9d29849a 38379
405f8e94 38380@item qTMinFTPILen
c614397c 38381@cindex @samp{qTMinFTPILen} packet
405f8e94
SS
38382This packet requests the minimum length of instruction at which a fast
38383tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
38384the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
38385it depends on the target system being able to create trampolines in
38386the first 64K of memory, which might or might not be possible for that
38387system. So the reply to this packet will be 4 if it is able to
38388arrange for that.
38389
38390Replies:
38391
38392@table @samp
38393@item 0
38394The minimum instruction length is currently unknown.
38395@item @var{length}
38396The minimum instruction length is @var{length}, where @var{length} is greater
38397or equal to 1. @var{length} is a hexadecimal number. A reply of 1 means
38398that a fast tracepoint may be placed on any instruction regardless of size.
38399@item E
38400An error has occurred.
d57350ea 38401@item @w{}
405f8e94
SS
38402An empty reply indicates that the request is not supported by the stub.
38403@end table
38404
9d29849a 38405@item QTStart
c614397c 38406@cindex @samp{QTStart} packet
dde08ee1
PA
38407Begin the tracepoint experiment. Begin collecting data from
38408tracepoint hits in the trace frame buffer. This packet supports the
38409@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
38410instruction reply packet}).
9d29849a
JB
38411
38412@item QTStop
c614397c 38413@cindex @samp{QTStop} packet
9d29849a
JB
38414End the tracepoint experiment. Stop collecting trace frames.
38415
d248b706
KY
38416@item QTEnable:@var{n}:@var{addr}
38417@anchor{QTEnable}
c614397c 38418@cindex @samp{QTEnable} packet
d248b706
KY
38419Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
38420experiment. If the tracepoint was previously disabled, then collection
38421of data from it will resume.
38422
38423@item QTDisable:@var{n}:@var{addr}
38424@anchor{QTDisable}
c614397c 38425@cindex @samp{QTDisable} packet
d248b706
KY
38426Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
38427experiment. No more data will be collected from the tracepoint unless
38428@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
38429
9d29849a 38430@item QTinit
c614397c 38431@cindex @samp{QTinit} packet
9d29849a
JB
38432Clear the table of tracepoints, and empty the trace frame buffer.
38433
38434@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
c614397c 38435@cindex @samp{QTro} packet
9d29849a
JB
38436Establish the given ranges of memory as ``transparent''. The stub
38437will answer requests for these ranges from memory's current contents,
38438if they were not collected as part of the tracepoint hit.
38439
38440@value{GDBN} uses this to mark read-only regions of memory, like those
38441containing program code. Since these areas never change, they should
38442still have the same contents they did when the tracepoint was hit, so
38443there's no reason for the stub to refuse to provide their contents.
38444
d5551862 38445@item QTDisconnected:@var{value}
c614397c 38446@cindex @samp{QTDisconnected} packet
d5551862
SS
38447Set the choice to what to do with the tracing run when @value{GDBN}
38448disconnects from the target. A @var{value} of 1 directs the target to
38449continue the tracing run, while 0 tells the target to stop tracing if
38450@value{GDBN} is no longer in the picture.
38451
9d29849a 38452@item qTStatus
c614397c 38453@cindex @samp{qTStatus} packet
9d29849a
JB
38454Ask the stub if there is a trace experiment running right now.
38455
4daf5ac0
SS
38456The reply has the form:
38457
38458@table @samp
38459
38460@item T@var{running}@r{[};@var{field}@r{]}@dots{}
38461@var{running} is a single digit @code{1} if the trace is presently
38462running, or @code{0} if not. It is followed by semicolon-separated
38463optional fields that an agent may use to report additional status.
38464
38465@end table
38466
38467If the trace is not running, the agent may report any of several
38468explanations as one of the optional fields:
38469
38470@table @samp
38471
38472@item tnotrun:0
38473No trace has been run yet.
38474
f196051f
SS
38475@item tstop[:@var{text}]:0
38476The trace was stopped by a user-originated stop command. The optional
38477@var{text} field is a user-supplied string supplied as part of the
38478stop command (for instance, an explanation of why the trace was
38479stopped manually). It is hex-encoded.
4daf5ac0
SS
38480
38481@item tfull:0
38482The trace stopped because the trace buffer filled up.
38483
38484@item tdisconnected:0
38485The trace stopped because @value{GDBN} disconnected from the target.
38486
38487@item tpasscount:@var{tpnum}
38488The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
38489
6c28cbf2
SS
38490@item terror:@var{text}:@var{tpnum}
38491The trace stopped because tracepoint @var{tpnum} had an error. The
38492string @var{text} is available to describe the nature of the error
38493(for instance, a divide by zero in the condition expression).
99b5e152 38494@var{text} is hex encoded.
6c28cbf2 38495
4daf5ac0
SS
38496@item tunknown:0
38497The trace stopped for some other reason.
38498
38499@end table
38500
33da3f1c
SS
38501Additional optional fields supply statistical and other information.
38502Although not required, they are extremely useful for users monitoring
38503the progress of a trace run. If a trace has stopped, and these
38504numbers are reported, they must reflect the state of the just-stopped
38505trace.
4daf5ac0 38506
9d29849a 38507@table @samp
4daf5ac0
SS
38508
38509@item tframes:@var{n}
38510The number of trace frames in the buffer.
38511
38512@item tcreated:@var{n}
38513The total number of trace frames created during the run. This may
38514be larger than the trace frame count, if the buffer is circular.
38515
38516@item tsize:@var{n}
38517The total size of the trace buffer, in bytes.
38518
38519@item tfree:@var{n}
38520The number of bytes still unused in the buffer.
38521
33da3f1c
SS
38522@item circular:@var{n}
38523The value of the circular trace buffer flag. @code{1} means that the
38524trace buffer is circular and old trace frames will be discarded if
38525necessary to make room, @code{0} means that the trace buffer is linear
38526and may fill up.
38527
38528@item disconn:@var{n}
38529The value of the disconnected tracing flag. @code{1} means that
38530tracing will continue after @value{GDBN} disconnects, @code{0} means
38531that the trace run will stop.
38532
9d29849a
JB
38533@end table
38534
f196051f
SS
38535@item qTP:@var{tp}:@var{addr}
38536@cindex tracepoint status, remote request
38537@cindex @samp{qTP} packet
38538Ask the stub for the current state of tracepoint number @var{tp} at
38539address @var{addr}.
38540
38541Replies:
38542@table @samp
38543@item V@var{hits}:@var{usage}
38544The tracepoint has been hit @var{hits} times so far during the trace
38545run, and accounts for @var{usage} in the trace buffer. Note that
38546@code{while-stepping} steps are not counted as separate hits, but the
38547steps' space consumption is added into the usage number.
38548
38549@end table
38550
f61e138d
SS
38551@item qTV:@var{var}
38552@cindex trace state variable value, remote request
38553@cindex @samp{qTV} packet
38554Ask the stub for the value of the trace state variable number @var{var}.
38555
38556Replies:
38557@table @samp
38558@item V@var{value}
38559The value of the variable is @var{value}. This will be the current
38560value of the variable if the user is examining a running target, or a
38561saved value if the variable was collected in the trace frame that the
38562user is looking at. Note that multiple requests may result in
38563different reply values, such as when requesting values while the
38564program is running.
38565
38566@item U
38567The value of the variable is unknown. This would occur, for example,
38568if the user is examining a trace frame in which the requested variable
38569was not collected.
9d29849a
JB
38570@end table
38571
d5551862 38572@item qTfP
c614397c 38573@cindex @samp{qTfP} packet
d5551862 38574@itemx qTsP
c614397c 38575@cindex @samp{qTsP} packet
d5551862
SS
38576These packets request data about tracepoints that are being used by
38577the target. @value{GDBN} sends @code{qTfP} to get the first piece
38578of data, and multiple @code{qTsP} to get additional pieces. Replies
38579to these packets generally take the form of the @code{QTDP} packets
38580that define tracepoints. (FIXME add detailed syntax)
38581
00bf0b85 38582@item qTfV
c614397c 38583@cindex @samp{qTfV} packet
00bf0b85 38584@itemx qTsV
c614397c 38585@cindex @samp{qTsV} packet
00bf0b85
SS
38586These packets request data about trace state variables that are on the
38587target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
38588and multiple @code{qTsV} to get additional variables. Replies to
38589these packets follow the syntax of the @code{QTDV} packets that define
38590trace state variables.
38591
0fb4aa4b
PA
38592@item qTfSTM
38593@itemx qTsSTM
16bdd41f
YQ
38594@anchor{qTfSTM}
38595@anchor{qTsSTM}
c614397c
YQ
38596@cindex @samp{qTfSTM} packet
38597@cindex @samp{qTsSTM} packet
0fb4aa4b
PA
38598These packets request data about static tracepoint markers that exist
38599in the target program. @value{GDBN} sends @code{qTfSTM} to get the
38600first piece of data, and multiple @code{qTsSTM} to get additional
38601pieces. Replies to these packets take the following form:
38602
38603Reply:
38604@table @samp
38605@item m @var{address}:@var{id}:@var{extra}
38606A single marker
38607@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
38608a comma-separated list of markers
38609@item l
38610(lower case letter @samp{L}) denotes end of list.
38611@item E @var{nn}
38612An error occurred. @var{nn} are hex digits.
d57350ea 38613@item @w{}
0fb4aa4b
PA
38614An empty reply indicates that the request is not supported by the
38615stub.
38616@end table
38617
38618@var{address} is encoded in hex.
38619@var{id} and @var{extra} are strings encoded in hex.
38620
38621In response to each query, the target will reply with a list of one or
38622more markers, separated by commas. @value{GDBN} will respond to each
38623reply with a request for more markers (using the @samp{qs} form of the
38624query), until the target responds with @samp{l} (lower-case ell, for
38625@dfn{last}).
38626
38627@item qTSTMat:@var{address}
16bdd41f 38628@anchor{qTSTMat}
c614397c 38629@cindex @samp{qTSTMat} packet
0fb4aa4b
PA
38630This packets requests data about static tracepoint markers in the
38631target program at @var{address}. Replies to this packet follow the
38632syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
38633tracepoint markers.
38634
00bf0b85 38635@item QTSave:@var{filename}
c614397c 38636@cindex @samp{QTSave} packet
00bf0b85
SS
38637This packet directs the target to save trace data to the file name
38638@var{filename} in the target's filesystem. @var{filename} is encoded
38639as a hex string; the interpretation of the file name (relative vs
38640absolute, wild cards, etc) is up to the target.
38641
38642@item qTBuffer:@var{offset},@var{len}
c614397c 38643@cindex @samp{qTBuffer} packet
00bf0b85
SS
38644Return up to @var{len} bytes of the current contents of trace buffer,
38645starting at @var{offset}. The trace buffer is treated as if it were
38646a contiguous collection of traceframes, as per the trace file format.
38647The reply consists as many hex-encoded bytes as the target can deliver
38648in a packet; it is not an error to return fewer than were asked for.
38649A reply consisting of just @code{l} indicates that no bytes are
38650available.
38651
4daf5ac0
SS
38652@item QTBuffer:circular:@var{value}
38653This packet directs the target to use a circular trace buffer if
38654@var{value} is 1, or a linear buffer if the value is 0.
38655
f6f899bf 38656@item QTBuffer:size:@var{size}
28abe188
EZ
38657@anchor{QTBuffer-size}
38658@cindex @samp{QTBuffer size} packet
f6f899bf
HAQ
38659This packet directs the target to make the trace buffer be of size
38660@var{size} if possible. A value of @code{-1} tells the target to
38661use whatever size it prefers.
38662
f196051f 38663@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
c614397c 38664@cindex @samp{QTNotes} packet
f196051f
SS
38665This packet adds optional textual notes to the trace run. Allowable
38666types include @code{user}, @code{notes}, and @code{tstop}, the
38667@var{text} fields are arbitrary strings, hex-encoded.
38668
f61e138d 38669@end table
9d29849a 38670
dde08ee1
PA
38671@subsection Relocate instruction reply packet
38672When installing fast tracepoints in memory, the target may need to
38673relocate the instruction currently at the tracepoint address to a
38674different address in memory. For most instructions, a simple copy is
38675enough, but, for example, call instructions that implicitly push the
38676return address on the stack, and relative branches or other
38677PC-relative instructions require offset adjustment, so that the effect
38678of executing the instruction at a different address is the same as if
38679it had executed in the original location.
38680
38681In response to several of the tracepoint packets, the target may also
38682respond with a number of intermediate @samp{qRelocInsn} request
38683packets before the final result packet, to have @value{GDBN} handle
38684this relocation operation. If a packet supports this mechanism, its
38685documentation will explicitly say so. See for example the above
38686descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
38687format of the request is:
38688
38689@table @samp
38690@item qRelocInsn:@var{from};@var{to}
38691
38692This requests @value{GDBN} to copy instruction at address @var{from}
38693to address @var{to}, possibly adjusted so that executing the
38694instruction at @var{to} has the same effect as executing it at
38695@var{from}. @value{GDBN} writes the adjusted instruction to target
38696memory starting at @var{to}.
38697@end table
38698
38699Replies:
38700@table @samp
38701@item qRelocInsn:@var{adjusted_size}
38702Informs the stub the relocation is complete. @var{adjusted_size} is
38703the length in bytes of resulting relocated instruction sequence.
38704@item E @var{NN}
38705A badly formed request was detected, or an error was encountered while
38706relocating the instruction.
38707@end table
38708
a6b151f1
DJ
38709@node Host I/O Packets
38710@section Host I/O Packets
38711@cindex Host I/O, remote protocol
38712@cindex file transfer, remote protocol
38713
38714The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
38715operations on the far side of a remote link. For example, Host I/O is
38716used to upload and download files to a remote target with its own
38717filesystem. Host I/O uses the same constant values and data structure
38718layout as the target-initiated File-I/O protocol. However, the
38719Host I/O packets are structured differently. The target-initiated
38720protocol relies on target memory to store parameters and buffers.
38721Host I/O requests are initiated by @value{GDBN}, and the
38722target's memory is not involved. @xref{File-I/O Remote Protocol
38723Extension}, for more details on the target-initiated protocol.
38724
38725The Host I/O request packets all encode a single operation along with
38726its arguments. They have this format:
38727
38728@table @samp
38729
38730@item vFile:@var{operation}: @var{parameter}@dots{}
38731@var{operation} is the name of the particular request; the target
38732should compare the entire packet name up to the second colon when checking
38733for a supported operation. The format of @var{parameter} depends on
38734the operation. Numbers are always passed in hexadecimal. Negative
38735numbers have an explicit minus sign (i.e.@: two's complement is not
38736used). Strings (e.g.@: filenames) are encoded as a series of
38737hexadecimal bytes. The last argument to a system call may be a
38738buffer of escaped binary data (@pxref{Binary Data}).
38739
38740@end table
38741
38742The valid responses to Host I/O packets are:
38743
38744@table @samp
38745
38746@item F @var{result} [, @var{errno}] [; @var{attachment}]
38747@var{result} is the integer value returned by this operation, usually
38748non-negative for success and -1 for errors. If an error has occured,
38749@var{errno} will be included in the result. @var{errno} will have a
38750value defined by the File-I/O protocol (@pxref{Errno Values}). For
38751operations which return data, @var{attachment} supplies the data as a
38752binary buffer. Binary buffers in response packets are escaped in the
38753normal way (@pxref{Binary Data}). See the individual packet
38754documentation for the interpretation of @var{result} and
38755@var{attachment}.
38756
d57350ea 38757@item @w{}
a6b151f1
DJ
38758An empty response indicates that this operation is not recognized.
38759
38760@end table
38761
38762These are the supported Host I/O operations:
38763
38764@table @samp
38765@item vFile:open: @var{pathname}, @var{flags}, @var{mode}
38766Open a file at @var{pathname} and return a file descriptor for it, or
38767return -1 if an error occurs. @var{pathname} is a string,
38768@var{flags} is an integer indicating a mask of open flags
38769(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
38770of mode bits to use if the file is created (@pxref{mode_t Values}).
c1c25a1a 38771@xref{open}, for details of the open flags and mode values.
a6b151f1
DJ
38772
38773@item vFile:close: @var{fd}
38774Close the open file corresponding to @var{fd} and return 0, or
38775-1 if an error occurs.
38776
38777@item vFile:pread: @var{fd}, @var{count}, @var{offset}
38778Read data from the open file corresponding to @var{fd}. Up to
38779@var{count} bytes will be read from the file, starting at @var{offset}
38780relative to the start of the file. The target may read fewer bytes;
38781common reasons include packet size limits and an end-of-file
38782condition. The number of bytes read is returned. Zero should only be
38783returned for a successful read at the end of the file, or if
38784@var{count} was zero.
38785
38786The data read should be returned as a binary attachment on success.
38787If zero bytes were read, the response should include an empty binary
38788attachment (i.e.@: a trailing semicolon). The return value is the
38789number of target bytes read; the binary attachment may be longer if
38790some characters were escaped.
38791
38792@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
38793Write @var{data} (a binary buffer) to the open file corresponding
38794to @var{fd}. Start the write at @var{offset} from the start of the
38795file. Unlike many @code{write} system calls, there is no
38796separate @var{count} argument; the length of @var{data} in the
38797packet is used. @samp{vFile:write} returns the number of bytes written,
38798which may be shorter than the length of @var{data}, or -1 if an
38799error occurred.
38800
38801@item vFile:unlink: @var{pathname}
38802Delete the file at @var{pathname} on the target. Return 0,
38803or -1 if an error occurs. @var{pathname} is a string.
38804
b9e7b9c3
UW
38805@item vFile:readlink: @var{filename}
38806Read value of symbolic link @var{filename} on the target. Return
38807the number of bytes read, or -1 if an error occurs.
38808
38809The data read should be returned as a binary attachment on success.
38810If zero bytes were read, the response should include an empty binary
38811attachment (i.e.@: a trailing semicolon). The return value is the
38812number of target bytes read; the binary attachment may be longer if
38813some characters were escaped.
38814
a6b151f1
DJ
38815@end table
38816
9a6253be
KB
38817@node Interrupts
38818@section Interrupts
38819@cindex interrupts (remote protocol)
38820
38821When a program on the remote target is running, @value{GDBN} may
9a7071a8
JB
38822attempt to interrupt it by sending a @samp{Ctrl-C}, @code{BREAK} or
38823a @code{BREAK} followed by @code{g},
38824control of which is specified via @value{GDBN}'s @samp{interrupt-sequence}.
9a6253be
KB
38825
38826The precise meaning of @code{BREAK} is defined by the transport
8775bb90
MS
38827mechanism and may, in fact, be undefined. @value{GDBN} does not
38828currently define a @code{BREAK} mechanism for any of the network
38829interfaces except for TCP, in which case @value{GDBN} sends the
38830@code{telnet} BREAK sequence.
9a6253be
KB
38831
38832@samp{Ctrl-C}, on the other hand, is defined and implemented for all
38833transport mechanisms. It is represented by sending the single byte
38834@code{0x03} without any of the usual packet overhead described in
38835the Overview section (@pxref{Overview}). When a @code{0x03} byte is
38836transmitted as part of a packet, it is considered to be packet data
38837and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
0876f84a 38838(@pxref{X packet}), used for binary downloads, may include an unescaped
9a6253be
KB
38839@code{0x03} as part of its packet.
38840
9a7071a8
JB
38841@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
38842When Linux kernel receives this sequence from serial port,
38843it stops execution and connects to gdb.
38844
9a6253be
KB
38845Stubs are not required to recognize these interrupt mechanisms and the
38846precise meaning associated with receipt of the interrupt is
8b23ecc4
SL
38847implementation defined. If the target supports debugging of multiple
38848threads and/or processes, it should attempt to interrupt all
38849currently-executing threads and processes.
38850If the stub is successful at interrupting the
38851running program, it should send one of the stop
38852reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
38853of successfully stopping the program in all-stop mode, and a stop reply
38854for each stopped thread in non-stop mode.
38855Interrupts received while the
38856program is stopped are discarded.
38857
38858@node Notification Packets
38859@section Notification Packets
38860@cindex notification packets
38861@cindex packets, notification
38862
38863The @value{GDBN} remote serial protocol includes @dfn{notifications},
38864packets that require no acknowledgment. Both the GDB and the stub
38865may send notifications (although the only notifications defined at
38866present are sent by the stub). Notifications carry information
38867without incurring the round-trip latency of an acknowledgment, and so
38868are useful for low-impact communications where occasional packet loss
38869is not a problem.
38870
38871A notification packet has the form @samp{% @var{data} #
38872@var{checksum}}, where @var{data} is the content of the notification,
38873and @var{checksum} is a checksum of @var{data}, computed and formatted
38874as for ordinary @value{GDBN} packets. A notification's @var{data}
38875never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
38876receiving a notification, the recipient sends no @samp{+} or @samp{-}
38877to acknowledge the notification's receipt or to report its corruption.
38878
38879Every notification's @var{data} begins with a name, which contains no
38880colon characters, followed by a colon character.
38881
38882Recipients should silently ignore corrupted notifications and
38883notifications they do not understand. Recipients should restart
38884timeout periods on receipt of a well-formed notification, whether or
38885not they understand it.
38886
38887Senders should only send the notifications described here when this
38888protocol description specifies that they are permitted. In the
38889future, we may extend the protocol to permit existing notifications in
38890new contexts; this rule helps older senders avoid confusing newer
38891recipients.
38892
38893(Older versions of @value{GDBN} ignore bytes received until they see
38894the @samp{$} byte that begins an ordinary packet, so new stubs may
38895transmit notifications without fear of confusing older clients. There
38896are no notifications defined for @value{GDBN} to send at the moment, but we
38897assume that most older stubs would ignore them, as well.)
38898
8dbe8ece 38899Each notification is comprised of three parts:
8b23ecc4 38900@table @samp
8dbe8ece
YQ
38901@item @var{name}:@var{event}
38902The notification packet is sent by the side that initiates the
38903exchange (currently, only the stub does that), with @var{event}
38904carrying the specific information about the notification.
38905@var{name} is the name of the notification.
38906@item @var{ack}
38907The acknowledge sent by the other side, usually @value{GDBN}, to
38908acknowledge the exchange and request the event.
38909@end table
38910
38911The purpose of an asynchronous notification mechanism is to report to
38912@value{GDBN} that something interesting happened in the remote stub.
38913
38914The remote stub may send notification @var{name}:@var{event}
38915at any time, but @value{GDBN} acknowledges the notification when
38916appropriate. The notification event is pending before @value{GDBN}
38917acknowledges. Only one notification at a time may be pending; if
38918additional events occur before @value{GDBN} has acknowledged the
38919previous notification, they must be queued by the stub for later
38920synchronous transmission in response to @var{ack} packets from
38921@value{GDBN}. Because the notification mechanism is unreliable,
38922the stub is permitted to resend a notification if it believes
38923@value{GDBN} may not have received it.
38924
38925Specifically, notifications may appear when @value{GDBN} is not
38926otherwise reading input from the stub, or when @value{GDBN} is
38927expecting to read a normal synchronous response or a
38928@samp{+}/@samp{-} acknowledgment to a packet it has sent.
38929Notification packets are distinct from any other communication from
38930the stub so there is no ambiguity.
38931
38932After receiving a notification, @value{GDBN} shall acknowledge it by
38933sending a @var{ack} packet as a regular, synchronous request to the
38934stub. Such acknowledgment is not required to happen immediately, as
38935@value{GDBN} is permitted to send other, unrelated packets to the
38936stub first, which the stub should process normally.
38937
38938Upon receiving a @var{ack} packet, if the stub has other queued
38939events to report to @value{GDBN}, it shall respond by sending a
38940normal @var{event}. @value{GDBN} shall then send another @var{ack}
38941packet to solicit further responses; again, it is permitted to send
38942other, unrelated packets as well which the stub should process
38943normally.
38944
38945If the stub receives a @var{ack} packet and there are no additional
38946@var{event} to report, the stub shall return an @samp{OK} response.
38947At this point, @value{GDBN} has finished processing a notification
38948and the stub has completed sending any queued events. @value{GDBN}
38949won't accept any new notifications until the final @samp{OK} is
38950received . If further notification events occur, the stub shall send
38951a new notification, @value{GDBN} shall accept the notification, and
38952the process shall be repeated.
38953
38954The process of asynchronous notification can be illustrated by the
38955following example:
38956@smallexample
38957<- @code{%%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
38958@code{...}
38959-> @code{vStopped}
38960<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
38961-> @code{vStopped}
38962<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
38963-> @code{vStopped}
38964<- @code{OK}
38965@end smallexample
38966
38967The following notifications are defined:
38968@multitable @columnfractions 0.12 0.12 0.38 0.38
38969
38970@item Notification
38971@tab Ack
38972@tab Event
38973@tab Description
38974
38975@item Stop
38976@tab vStopped
38977@tab @var{reply}. The @var{reply} has the form of a stop reply, as
8b23ecc4
SL
38978described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
38979for information on how these notifications are acknowledged by
38980@value{GDBN}.
8dbe8ece
YQ
38981@tab Report an asynchronous stop event in non-stop mode.
38982
38983@end multitable
8b23ecc4
SL
38984
38985@node Remote Non-Stop
38986@section Remote Protocol Support for Non-Stop Mode
38987
38988@value{GDBN}'s remote protocol supports non-stop debugging of
38989multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
38990supports non-stop mode, it should report that to @value{GDBN} by including
38991@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
38992
38993@value{GDBN} typically sends a @samp{QNonStop} packet only when
38994establishing a new connection with the stub. Entering non-stop mode
38995does not alter the state of any currently-running threads, but targets
38996must stop all threads in any already-attached processes when entering
38997all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
38998probe the target state after a mode change.
38999
39000In non-stop mode, when an attached process encounters an event that
39001would otherwise be reported with a stop reply, it uses the
39002asynchronous notification mechanism (@pxref{Notification Packets}) to
39003inform @value{GDBN}. In contrast to all-stop mode, where all threads
39004in all processes are stopped when a stop reply is sent, in non-stop
39005mode only the thread reporting the stop event is stopped. That is,
39006when reporting a @samp{S} or @samp{T} response to indicate completion
39007of a step operation, hitting a breakpoint, or a fault, only the
39008affected thread is stopped; any other still-running threads continue
39009to run. When reporting a @samp{W} or @samp{X} response, all running
39010threads belonging to other attached processes continue to run.
39011
8b23ecc4
SL
39012In non-stop mode, the target shall respond to the @samp{?} packet as
39013follows. First, any incomplete stop reply notification/@samp{vStopped}
39014sequence in progress is abandoned. The target must begin a new
39015sequence reporting stop events for all stopped threads, whether or not
39016it has previously reported those events to @value{GDBN}. The first
39017stop reply is sent as a synchronous reply to the @samp{?} packet, and
39018subsequent stop replies are sent as responses to @samp{vStopped} packets
39019using the mechanism described above. The target must not send
39020asynchronous stop reply notifications until the sequence is complete.
39021If all threads are running when the target receives the @samp{?} packet,
39022or if the target is not attached to any process, it shall respond
39023@samp{OK}.
9a6253be 39024
a6f3e723
SL
39025@node Packet Acknowledgment
39026@section Packet Acknowledgment
39027
39028@cindex acknowledgment, for @value{GDBN} remote
39029@cindex packet acknowledgment, for @value{GDBN} remote
39030By default, when either the host or the target machine receives a packet,
39031the first response expected is an acknowledgment: either @samp{+} (to indicate
39032the package was received correctly) or @samp{-} (to request retransmission).
39033This mechanism allows the @value{GDBN} remote protocol to operate over
39034unreliable transport mechanisms, such as a serial line.
39035
39036In cases where the transport mechanism is itself reliable (such as a pipe or
39037TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
39038It may be desirable to disable them in that case to reduce communication
39039overhead, or for other reasons. This can be accomplished by means of the
39040@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
39041
39042When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
39043expect @samp{+}/@samp{-} protocol acknowledgments. The packet
39044and response format still includes the normal checksum, as described in
39045@ref{Overview}, but the checksum may be ignored by the receiver.
39046
39047If the stub supports @samp{QStartNoAckMode} and prefers to operate in
39048no-acknowledgment mode, it should report that to @value{GDBN}
39049by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
39050@pxref{qSupported}.
39051If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
39052disabled via the @code{set remote noack-packet off} command
39053(@pxref{Remote Configuration}),
39054@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
39055Only then may the stub actually turn off packet acknowledgments.
39056@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
39057response, which can be safely ignored by the stub.
39058
39059Note that @code{set remote noack-packet} command only affects negotiation
39060between @value{GDBN} and the stub when subsequent connections are made;
39061it does not affect the protocol acknowledgment state for any current
39062connection.
39063Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
39064new connection is established,
39065there is also no protocol request to re-enable the acknowledgments
39066for the current connection, once disabled.
39067
ee2d5c50
AC
39068@node Examples
39069@section Examples
eb12ee30 39070
8e04817f
AC
39071Example sequence of a target being re-started. Notice how the restart
39072does not get any direct output:
eb12ee30 39073
474c8240 39074@smallexample
d2c6833e
AC
39075-> @code{R00}
39076<- @code{+}
8e04817f 39077@emph{target restarts}
d2c6833e 39078-> @code{?}
8e04817f 39079<- @code{+}
d2c6833e
AC
39080<- @code{T001:1234123412341234}
39081-> @code{+}
474c8240 39082@end smallexample
eb12ee30 39083
8e04817f 39084Example sequence of a target being stepped by a single instruction:
eb12ee30 39085
474c8240 39086@smallexample
d2c6833e 39087-> @code{G1445@dots{}}
8e04817f 39088<- @code{+}
d2c6833e
AC
39089-> @code{s}
39090<- @code{+}
39091@emph{time passes}
39092<- @code{T001:1234123412341234}
8e04817f 39093-> @code{+}
d2c6833e 39094-> @code{g}
8e04817f 39095<- @code{+}
d2c6833e
AC
39096<- @code{1455@dots{}}
39097-> @code{+}
474c8240 39098@end smallexample
eb12ee30 39099
79a6e687
BW
39100@node File-I/O Remote Protocol Extension
39101@section File-I/O Remote Protocol Extension
0ce1b118
CV
39102@cindex File-I/O remote protocol extension
39103
39104@menu
39105* File-I/O Overview::
79a6e687
BW
39106* Protocol Basics::
39107* The F Request Packet::
39108* The F Reply Packet::
39109* The Ctrl-C Message::
0ce1b118 39110* Console I/O::
79a6e687 39111* List of Supported Calls::
db2e3e2e 39112* Protocol-specific Representation of Datatypes::
0ce1b118
CV
39113* Constants::
39114* File-I/O Examples::
39115@end menu
39116
39117@node File-I/O Overview
39118@subsection File-I/O Overview
39119@cindex file-i/o overview
39120
9c16f35a 39121The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
fc320d37 39122target to use the host's file system and console I/O to perform various
0ce1b118 39123system calls. System calls on the target system are translated into a
fc320d37
SL
39124remote protocol packet to the host system, which then performs the needed
39125actions and returns a response packet to the target system.
0ce1b118
CV
39126This simulates file system operations even on targets that lack file systems.
39127
fc320d37
SL
39128The protocol is defined to be independent of both the host and target systems.
39129It uses its own internal representation of datatypes and values. Both
0ce1b118 39130@value{GDBN} and the target's @value{GDBN} stub are responsible for
fc320d37
SL
39131translating the system-dependent value representations into the internal
39132protocol representations when data is transmitted.
0ce1b118 39133
fc320d37
SL
39134The communication is synchronous. A system call is possible only when
39135@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
39136or @samp{s} packets. While @value{GDBN} handles the request for a system call,
0ce1b118 39137the target is stopped to allow deterministic access to the target's
fc320d37
SL
39138memory. Therefore File-I/O is not interruptible by target signals. On
39139the other hand, it is possible to interrupt File-I/O by a user interrupt
c8aa23ab 39140(@samp{Ctrl-C}) within @value{GDBN}.
0ce1b118
CV
39141
39142The target's request to perform a host system call does not finish
39143the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
39144after finishing the system call, the target returns to continuing the
39145previous activity (continue, step). No additional continue or step
39146request from @value{GDBN} is required.
39147
39148@smallexample
f7dc1244 39149(@value{GDBP}) continue
0ce1b118
CV
39150 <- target requests 'system call X'
39151 target is stopped, @value{GDBN} executes system call
3f94c067
BW
39152 -> @value{GDBN} returns result
39153 ... target continues, @value{GDBN} returns to wait for the target
0ce1b118
CV
39154 <- target hits breakpoint and sends a Txx packet
39155@end smallexample
39156
fc320d37
SL
39157The protocol only supports I/O on the console and to regular files on
39158the host file system. Character or block special devices, pipes,
39159named pipes, sockets or any other communication method on the host
0ce1b118
CV
39160system are not supported by this protocol.
39161
8b23ecc4
SL
39162File I/O is not supported in non-stop mode.
39163
79a6e687
BW
39164@node Protocol Basics
39165@subsection Protocol Basics
0ce1b118
CV
39166@cindex protocol basics, file-i/o
39167
fc320d37
SL
39168The File-I/O protocol uses the @code{F} packet as the request as well
39169as reply packet. Since a File-I/O system call can only occur when
39170@value{GDBN} is waiting for a response from the continuing or stepping target,
39171the File-I/O request is a reply that @value{GDBN} has to expect as a result
39172of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
0ce1b118
CV
39173This @code{F} packet contains all information needed to allow @value{GDBN}
39174to call the appropriate host system call:
39175
39176@itemize @bullet
b383017d 39177@item
0ce1b118
CV
39178A unique identifier for the requested system call.
39179
39180@item
39181All parameters to the system call. Pointers are given as addresses
39182in the target memory address space. Pointers to strings are given as
b383017d 39183pointer/length pair. Numerical values are given as they are.
db2e3e2e 39184Numerical control flags are given in a protocol-specific representation.
0ce1b118
CV
39185
39186@end itemize
39187
fc320d37 39188At this point, @value{GDBN} has to perform the following actions.
0ce1b118
CV
39189
39190@itemize @bullet
b383017d 39191@item
fc320d37
SL
39192If the parameters include pointer values to data needed as input to a
39193system call, @value{GDBN} requests this data from the target with a
0ce1b118
CV
39194standard @code{m} packet request. This additional communication has to be
39195expected by the target implementation and is handled as any other @code{m}
39196packet.
39197
39198@item
39199@value{GDBN} translates all value from protocol representation to host
39200representation as needed. Datatypes are coerced into the host types.
39201
39202@item
fc320d37 39203@value{GDBN} calls the system call.
0ce1b118
CV
39204
39205@item
39206It then coerces datatypes back to protocol representation.
39207
39208@item
fc320d37
SL
39209If the system call is expected to return data in buffer space specified
39210by pointer parameters to the call, the data is transmitted to the
0ce1b118
CV
39211target using a @code{M} or @code{X} packet. This packet has to be expected
39212by the target implementation and is handled as any other @code{M} or @code{X}
39213packet.
39214
39215@end itemize
39216
39217Eventually @value{GDBN} replies with another @code{F} packet which contains all
39218necessary information for the target to continue. This at least contains
39219
39220@itemize @bullet
39221@item
39222Return value.
39223
39224@item
39225@code{errno}, if has been changed by the system call.
39226
39227@item
39228``Ctrl-C'' flag.
39229
39230@end itemize
39231
39232After having done the needed type and value coercion, the target continues
39233the latest continue or step action.
39234
79a6e687
BW
39235@node The F Request Packet
39236@subsection The @code{F} Request Packet
0ce1b118
CV
39237@cindex file-i/o request packet
39238@cindex @code{F} request packet
39239
39240The @code{F} request packet has the following format:
39241
39242@table @samp
fc320d37 39243@item F@var{call-id},@var{parameter@dots{}}
0ce1b118
CV
39244
39245@var{call-id} is the identifier to indicate the host system call to be called.
39246This is just the name of the function.
39247
fc320d37
SL
39248@var{parameter@dots{}} are the parameters to the system call.
39249Parameters are hexadecimal integer values, either the actual values in case
39250of scalar datatypes, pointers to target buffer space in case of compound
39251datatypes and unspecified memory areas, or pointer/length pairs in case
39252of string parameters. These are appended to the @var{call-id} as a
39253comma-delimited list. All values are transmitted in ASCII
39254string representation, pointer/length pairs separated by a slash.
0ce1b118 39255
b383017d 39256@end table
0ce1b118 39257
fc320d37 39258
0ce1b118 39259
79a6e687
BW
39260@node The F Reply Packet
39261@subsection The @code{F} Reply Packet
0ce1b118
CV
39262@cindex file-i/o reply packet
39263@cindex @code{F} reply packet
39264
39265The @code{F} reply packet has the following format:
39266
39267@table @samp
39268
d3bdde98 39269@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
0ce1b118
CV
39270
39271@var{retcode} is the return code of the system call as hexadecimal value.
39272
db2e3e2e
BW
39273@var{errno} is the @code{errno} set by the call, in protocol-specific
39274representation.
0ce1b118
CV
39275This parameter can be omitted if the call was successful.
39276
fc320d37
SL
39277@var{Ctrl-C flag} is only sent if the user requested a break. In this
39278case, @var{errno} must be sent as well, even if the call was successful.
39279The @var{Ctrl-C flag} itself consists of the character @samp{C}:
0ce1b118
CV
39280
39281@smallexample
39282F0,0,C
39283@end smallexample
39284
39285@noindent
fc320d37 39286or, if the call was interrupted before the host call has been performed:
0ce1b118
CV
39287
39288@smallexample
39289F-1,4,C
39290@end smallexample
39291
39292@noindent
db2e3e2e 39293assuming 4 is the protocol-specific representation of @code{EINTR}.
0ce1b118
CV
39294
39295@end table
39296
0ce1b118 39297
79a6e687
BW
39298@node The Ctrl-C Message
39299@subsection The @samp{Ctrl-C} Message
0ce1b118
CV
39300@cindex ctrl-c message, in file-i/o protocol
39301
c8aa23ab 39302If the @samp{Ctrl-C} flag is set in the @value{GDBN}
79a6e687 39303reply packet (@pxref{The F Reply Packet}),
fc320d37 39304the target should behave as if it had
0ce1b118 39305gotten a break message. The meaning for the target is ``system call
fc320d37 39306interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
0ce1b118 39307(as with a break message) and return to @value{GDBN} with a @code{T02}
c8aa23ab 39308packet.
fc320d37
SL
39309
39310It's important for the target to know in which
39311state the system call was interrupted. There are two possible cases:
0ce1b118
CV
39312
39313@itemize @bullet
39314@item
39315The system call hasn't been performed on the host yet.
39316
39317@item
39318The system call on the host has been finished.
39319
39320@end itemize
39321
39322These two states can be distinguished by the target by the value of the
39323returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
39324call hasn't been performed. This is equivalent to the @code{EINTR} handling
39325on POSIX systems. In any other case, the target may presume that the
fc320d37 39326system call has been finished --- successfully or not --- and should behave
0ce1b118
CV
39327as if the break message arrived right after the system call.
39328
fc320d37 39329@value{GDBN} must behave reliably. If the system call has not been called
0ce1b118
CV
39330yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
39331@code{errno} in the packet. If the system call on the host has been finished
fc320d37
SL
39332before the user requests a break, the full action must be finished by
39333@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
39334The @code{F} packet may only be sent when either nothing has happened
0ce1b118
CV
39335or the full action has been completed.
39336
39337@node Console I/O
39338@subsection Console I/O
39339@cindex console i/o as part of file-i/o
39340
d3e8051b 39341By default and if not explicitly closed by the target system, the file
0ce1b118
CV
39342descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
39343on the @value{GDBN} console is handled as any other file output operation
39344(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
39345by @value{GDBN} so that after the target read request from file descriptor
393460 all following typing is buffered until either one of the following
39347conditions is met:
39348
39349@itemize @bullet
39350@item
c8aa23ab 39351The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
0ce1b118
CV
39352@code{read}
39353system call is treated as finished.
39354
39355@item
7f9087cb 39356The user presses @key{RET}. This is treated as end of input with a trailing
fc320d37 39357newline.
0ce1b118
CV
39358
39359@item
c8aa23ab
EZ
39360The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
39361character (neither newline nor @samp{Ctrl-D}) is appended to the input.
0ce1b118
CV
39362
39363@end itemize
39364
fc320d37
SL
39365If the user has typed more characters than fit in the buffer given to
39366the @code{read} call, the trailing characters are buffered in @value{GDBN} until
39367either another @code{read(0, @dots{})} is requested by the target, or debugging
39368is stopped at the user's request.
0ce1b118 39369
0ce1b118 39370
79a6e687
BW
39371@node List of Supported Calls
39372@subsection List of Supported Calls
0ce1b118
CV
39373@cindex list of supported file-i/o calls
39374
39375@menu
39376* open::
39377* close::
39378* read::
39379* write::
39380* lseek::
39381* rename::
39382* unlink::
39383* stat/fstat::
39384* gettimeofday::
39385* isatty::
39386* system::
39387@end menu
39388
39389@node open
39390@unnumberedsubsubsec open
39391@cindex open, file-i/o system call
39392
fc320d37
SL
39393@table @asis
39394@item Synopsis:
0ce1b118 39395@smallexample
0ce1b118
CV
39396int open(const char *pathname, int flags);
39397int open(const char *pathname, int flags, mode_t mode);
0ce1b118
CV
39398@end smallexample
39399
fc320d37
SL
39400@item Request:
39401@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
39402
0ce1b118 39403@noindent
fc320d37 39404@var{flags} is the bitwise @code{OR} of the following values:
0ce1b118
CV
39405
39406@table @code
b383017d 39407@item O_CREAT
0ce1b118
CV
39408If the file does not exist it will be created. The host
39409rules apply as far as file ownership and time stamps
39410are concerned.
39411
b383017d 39412@item O_EXCL
fc320d37 39413When used with @code{O_CREAT}, if the file already exists it is
0ce1b118
CV
39414an error and open() fails.
39415
b383017d 39416@item O_TRUNC
0ce1b118 39417If the file already exists and the open mode allows
fc320d37
SL
39418writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
39419truncated to zero length.
0ce1b118 39420
b383017d 39421@item O_APPEND
0ce1b118
CV
39422The file is opened in append mode.
39423
b383017d 39424@item O_RDONLY
0ce1b118
CV
39425The file is opened for reading only.
39426
b383017d 39427@item O_WRONLY
0ce1b118
CV
39428The file is opened for writing only.
39429
b383017d 39430@item O_RDWR
0ce1b118 39431The file is opened for reading and writing.
fc320d37 39432@end table
0ce1b118
CV
39433
39434@noindent
fc320d37 39435Other bits are silently ignored.
0ce1b118 39436
0ce1b118
CV
39437
39438@noindent
fc320d37 39439@var{mode} is the bitwise @code{OR} of the following values:
0ce1b118
CV
39440
39441@table @code
b383017d 39442@item S_IRUSR
0ce1b118
CV
39443User has read permission.
39444
b383017d 39445@item S_IWUSR
0ce1b118
CV
39446User has write permission.
39447
b383017d 39448@item S_IRGRP
0ce1b118
CV
39449Group has read permission.
39450
b383017d 39451@item S_IWGRP
0ce1b118
CV
39452Group has write permission.
39453
b383017d 39454@item S_IROTH
0ce1b118
CV
39455Others have read permission.
39456
b383017d 39457@item S_IWOTH
0ce1b118 39458Others have write permission.
fc320d37 39459@end table
0ce1b118
CV
39460
39461@noindent
fc320d37 39462Other bits are silently ignored.
0ce1b118 39463
0ce1b118 39464
fc320d37
SL
39465@item Return value:
39466@code{open} returns the new file descriptor or -1 if an error
39467occurred.
0ce1b118 39468
fc320d37 39469@item Errors:
0ce1b118
CV
39470
39471@table @code
b383017d 39472@item EEXIST
fc320d37 39473@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
0ce1b118 39474
b383017d 39475@item EISDIR
fc320d37 39476@var{pathname} refers to a directory.
0ce1b118 39477
b383017d 39478@item EACCES
0ce1b118
CV
39479The requested access is not allowed.
39480
39481@item ENAMETOOLONG
fc320d37 39482@var{pathname} was too long.
0ce1b118 39483
b383017d 39484@item ENOENT
fc320d37 39485A directory component in @var{pathname} does not exist.
0ce1b118 39486
b383017d 39487@item ENODEV
fc320d37 39488@var{pathname} refers to a device, pipe, named pipe or socket.
0ce1b118 39489
b383017d 39490@item EROFS
fc320d37 39491@var{pathname} refers to a file on a read-only filesystem and
0ce1b118
CV
39492write access was requested.
39493
b383017d 39494@item EFAULT
fc320d37 39495@var{pathname} is an invalid pointer value.
0ce1b118 39496
b383017d 39497@item ENOSPC
0ce1b118
CV
39498No space on device to create the file.
39499
b383017d 39500@item EMFILE
0ce1b118
CV
39501The process already has the maximum number of files open.
39502
b383017d 39503@item ENFILE
0ce1b118
CV
39504The limit on the total number of files open on the system
39505has been reached.
39506
b383017d 39507@item EINTR
0ce1b118
CV
39508The call was interrupted by the user.
39509@end table
39510
fc320d37
SL
39511@end table
39512
0ce1b118
CV
39513@node close
39514@unnumberedsubsubsec close
39515@cindex close, file-i/o system call
39516
fc320d37
SL
39517@table @asis
39518@item Synopsis:
0ce1b118 39519@smallexample
0ce1b118 39520int close(int fd);
fc320d37 39521@end smallexample
0ce1b118 39522
fc320d37
SL
39523@item Request:
39524@samp{Fclose,@var{fd}}
0ce1b118 39525
fc320d37
SL
39526@item Return value:
39527@code{close} returns zero on success, or -1 if an error occurred.
0ce1b118 39528
fc320d37 39529@item Errors:
0ce1b118
CV
39530
39531@table @code
b383017d 39532@item EBADF
fc320d37 39533@var{fd} isn't a valid open file descriptor.
0ce1b118 39534
b383017d 39535@item EINTR
0ce1b118
CV
39536The call was interrupted by the user.
39537@end table
39538
fc320d37
SL
39539@end table
39540
0ce1b118
CV
39541@node read
39542@unnumberedsubsubsec read
39543@cindex read, file-i/o system call
39544
fc320d37
SL
39545@table @asis
39546@item Synopsis:
0ce1b118 39547@smallexample
0ce1b118 39548int read(int fd, void *buf, unsigned int count);
fc320d37 39549@end smallexample
0ce1b118 39550
fc320d37
SL
39551@item Request:
39552@samp{Fread,@var{fd},@var{bufptr},@var{count}}
0ce1b118 39553
fc320d37 39554@item Return value:
0ce1b118
CV
39555On success, the number of bytes read is returned.
39556Zero indicates end of file. If count is zero, read
b383017d 39557returns zero as well. On error, -1 is returned.
0ce1b118 39558
fc320d37 39559@item Errors:
0ce1b118
CV
39560
39561@table @code
b383017d 39562@item EBADF
fc320d37 39563@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
39564reading.
39565
b383017d 39566@item EFAULT
fc320d37 39567@var{bufptr} is an invalid pointer value.
0ce1b118 39568
b383017d 39569@item EINTR
0ce1b118
CV
39570The call was interrupted by the user.
39571@end table
39572
fc320d37
SL
39573@end table
39574
0ce1b118
CV
39575@node write
39576@unnumberedsubsubsec write
39577@cindex write, file-i/o system call
39578
fc320d37
SL
39579@table @asis
39580@item Synopsis:
0ce1b118 39581@smallexample
0ce1b118 39582int write(int fd, const void *buf, unsigned int count);
fc320d37 39583@end smallexample
0ce1b118 39584
fc320d37
SL
39585@item Request:
39586@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
0ce1b118 39587
fc320d37 39588@item Return value:
0ce1b118
CV
39589On success, the number of bytes written are returned.
39590Zero indicates nothing was written. On error, -1
39591is returned.
39592
fc320d37 39593@item Errors:
0ce1b118
CV
39594
39595@table @code
b383017d 39596@item EBADF
fc320d37 39597@var{fd} is not a valid file descriptor or is not open for
0ce1b118
CV
39598writing.
39599
b383017d 39600@item EFAULT
fc320d37 39601@var{bufptr} is an invalid pointer value.
0ce1b118 39602
b383017d 39603@item EFBIG
0ce1b118 39604An attempt was made to write a file that exceeds the
db2e3e2e 39605host-specific maximum file size allowed.
0ce1b118 39606
b383017d 39607@item ENOSPC
0ce1b118
CV
39608No space on device to write the data.
39609
b383017d 39610@item EINTR
0ce1b118
CV
39611The call was interrupted by the user.
39612@end table
39613
fc320d37
SL
39614@end table
39615
0ce1b118
CV
39616@node lseek
39617@unnumberedsubsubsec lseek
39618@cindex lseek, file-i/o system call
39619
fc320d37
SL
39620@table @asis
39621@item Synopsis:
0ce1b118 39622@smallexample
0ce1b118 39623long lseek (int fd, long offset, int flag);
0ce1b118
CV
39624@end smallexample
39625
fc320d37
SL
39626@item Request:
39627@samp{Flseek,@var{fd},@var{offset},@var{flag}}
39628
39629@var{flag} is one of:
0ce1b118
CV
39630
39631@table @code
b383017d 39632@item SEEK_SET
fc320d37 39633The offset is set to @var{offset} bytes.
0ce1b118 39634
b383017d 39635@item SEEK_CUR
fc320d37 39636The offset is set to its current location plus @var{offset}
0ce1b118
CV
39637bytes.
39638
b383017d 39639@item SEEK_END
fc320d37 39640The offset is set to the size of the file plus @var{offset}
0ce1b118
CV
39641bytes.
39642@end table
39643
fc320d37 39644@item Return value:
0ce1b118
CV
39645On success, the resulting unsigned offset in bytes from
39646the beginning of the file is returned. Otherwise, a
39647value of -1 is returned.
39648
fc320d37 39649@item Errors:
0ce1b118
CV
39650
39651@table @code
b383017d 39652@item EBADF
fc320d37 39653@var{fd} is not a valid open file descriptor.
0ce1b118 39654
b383017d 39655@item ESPIPE
fc320d37 39656@var{fd} is associated with the @value{GDBN} console.
0ce1b118 39657
b383017d 39658@item EINVAL
fc320d37 39659@var{flag} is not a proper value.
0ce1b118 39660
b383017d 39661@item EINTR
0ce1b118
CV
39662The call was interrupted by the user.
39663@end table
39664
fc320d37
SL
39665@end table
39666
0ce1b118
CV
39667@node rename
39668@unnumberedsubsubsec rename
39669@cindex rename, file-i/o system call
39670
fc320d37
SL
39671@table @asis
39672@item Synopsis:
0ce1b118 39673@smallexample
0ce1b118 39674int rename(const char *oldpath, const char *newpath);
fc320d37 39675@end smallexample
0ce1b118 39676
fc320d37
SL
39677@item Request:
39678@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
0ce1b118 39679
fc320d37 39680@item Return value:
0ce1b118
CV
39681On success, zero is returned. On error, -1 is returned.
39682
fc320d37 39683@item Errors:
0ce1b118
CV
39684
39685@table @code
b383017d 39686@item EISDIR
fc320d37 39687@var{newpath} is an existing directory, but @var{oldpath} is not a
0ce1b118
CV
39688directory.
39689
b383017d 39690@item EEXIST
fc320d37 39691@var{newpath} is a non-empty directory.
0ce1b118 39692
b383017d 39693@item EBUSY
fc320d37 39694@var{oldpath} or @var{newpath} is a directory that is in use by some
0ce1b118
CV
39695process.
39696
b383017d 39697@item EINVAL
0ce1b118
CV
39698An attempt was made to make a directory a subdirectory
39699of itself.
39700
b383017d 39701@item ENOTDIR
fc320d37
SL
39702A component used as a directory in @var{oldpath} or new
39703path is not a directory. Or @var{oldpath} is a directory
39704and @var{newpath} exists but is not a directory.
0ce1b118 39705
b383017d 39706@item EFAULT
fc320d37 39707@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
0ce1b118 39708
b383017d 39709@item EACCES
0ce1b118
CV
39710No access to the file or the path of the file.
39711
39712@item ENAMETOOLONG
b383017d 39713
fc320d37 39714@var{oldpath} or @var{newpath} was too long.
0ce1b118 39715
b383017d 39716@item ENOENT
fc320d37 39717A directory component in @var{oldpath} or @var{newpath} does not exist.
0ce1b118 39718
b383017d 39719@item EROFS
0ce1b118
CV
39720The file is on a read-only filesystem.
39721
b383017d 39722@item ENOSPC
0ce1b118
CV
39723The device containing the file has no room for the new
39724directory entry.
39725
b383017d 39726@item EINTR
0ce1b118
CV
39727The call was interrupted by the user.
39728@end table
39729
fc320d37
SL
39730@end table
39731
0ce1b118
CV
39732@node unlink
39733@unnumberedsubsubsec unlink
39734@cindex unlink, file-i/o system call
39735
fc320d37
SL
39736@table @asis
39737@item Synopsis:
0ce1b118 39738@smallexample
0ce1b118 39739int unlink(const char *pathname);
fc320d37 39740@end smallexample
0ce1b118 39741
fc320d37
SL
39742@item Request:
39743@samp{Funlink,@var{pathnameptr}/@var{len}}
0ce1b118 39744
fc320d37 39745@item Return value:
0ce1b118
CV
39746On success, zero is returned. On error, -1 is returned.
39747
fc320d37 39748@item Errors:
0ce1b118
CV
39749
39750@table @code
b383017d 39751@item EACCES
0ce1b118
CV
39752No access to the file or the path of the file.
39753
b383017d 39754@item EPERM
0ce1b118
CV
39755The system does not allow unlinking of directories.
39756
b383017d 39757@item EBUSY
fc320d37 39758The file @var{pathname} cannot be unlinked because it's
0ce1b118
CV
39759being used by another process.
39760
b383017d 39761@item EFAULT
fc320d37 39762@var{pathnameptr} is an invalid pointer value.
0ce1b118
CV
39763
39764@item ENAMETOOLONG
fc320d37 39765@var{pathname} was too long.
0ce1b118 39766
b383017d 39767@item ENOENT
fc320d37 39768A directory component in @var{pathname} does not exist.
0ce1b118 39769
b383017d 39770@item ENOTDIR
0ce1b118
CV
39771A component of the path is not a directory.
39772
b383017d 39773@item EROFS
0ce1b118
CV
39774The file is on a read-only filesystem.
39775
b383017d 39776@item EINTR
0ce1b118
CV
39777The call was interrupted by the user.
39778@end table
39779
fc320d37
SL
39780@end table
39781
0ce1b118
CV
39782@node stat/fstat
39783@unnumberedsubsubsec stat/fstat
39784@cindex fstat, file-i/o system call
39785@cindex stat, file-i/o system call
39786
fc320d37
SL
39787@table @asis
39788@item Synopsis:
0ce1b118 39789@smallexample
0ce1b118
CV
39790int stat(const char *pathname, struct stat *buf);
39791int fstat(int fd, struct stat *buf);
fc320d37 39792@end smallexample
0ce1b118 39793
fc320d37
SL
39794@item Request:
39795@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
39796@samp{Ffstat,@var{fd},@var{bufptr}}
0ce1b118 39797
fc320d37 39798@item Return value:
0ce1b118
CV
39799On success, zero is returned. On error, -1 is returned.
39800
fc320d37 39801@item Errors:
0ce1b118
CV
39802
39803@table @code
b383017d 39804@item EBADF
fc320d37 39805@var{fd} is not a valid open file.
0ce1b118 39806
b383017d 39807@item ENOENT
fc320d37 39808A directory component in @var{pathname} does not exist or the
0ce1b118
CV
39809path is an empty string.
39810
b383017d 39811@item ENOTDIR
0ce1b118
CV
39812A component of the path is not a directory.
39813
b383017d 39814@item EFAULT
fc320d37 39815@var{pathnameptr} is an invalid pointer value.
0ce1b118 39816
b383017d 39817@item EACCES
0ce1b118
CV
39818No access to the file or the path of the file.
39819
39820@item ENAMETOOLONG
fc320d37 39821@var{pathname} was too long.
0ce1b118 39822
b383017d 39823@item EINTR
0ce1b118
CV
39824The call was interrupted by the user.
39825@end table
39826
fc320d37
SL
39827@end table
39828
0ce1b118
CV
39829@node gettimeofday
39830@unnumberedsubsubsec gettimeofday
39831@cindex gettimeofday, file-i/o system call
39832
fc320d37
SL
39833@table @asis
39834@item Synopsis:
0ce1b118 39835@smallexample
0ce1b118 39836int gettimeofday(struct timeval *tv, void *tz);
fc320d37 39837@end smallexample
0ce1b118 39838
fc320d37
SL
39839@item Request:
39840@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
0ce1b118 39841
fc320d37 39842@item Return value:
0ce1b118
CV
39843On success, 0 is returned, -1 otherwise.
39844
fc320d37 39845@item Errors:
0ce1b118
CV
39846
39847@table @code
b383017d 39848@item EINVAL
fc320d37 39849@var{tz} is a non-NULL pointer.
0ce1b118 39850
b383017d 39851@item EFAULT
fc320d37
SL
39852@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
39853@end table
39854
0ce1b118
CV
39855@end table
39856
39857@node isatty
39858@unnumberedsubsubsec isatty
39859@cindex isatty, file-i/o system call
39860
fc320d37
SL
39861@table @asis
39862@item Synopsis:
0ce1b118 39863@smallexample
0ce1b118 39864int isatty(int fd);
fc320d37 39865@end smallexample
0ce1b118 39866
fc320d37
SL
39867@item Request:
39868@samp{Fisatty,@var{fd}}
0ce1b118 39869
fc320d37
SL
39870@item Return value:
39871Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
0ce1b118 39872
fc320d37 39873@item Errors:
0ce1b118
CV
39874
39875@table @code
b383017d 39876@item EINTR
0ce1b118
CV
39877The call was interrupted by the user.
39878@end table
39879
fc320d37
SL
39880@end table
39881
39882Note that the @code{isatty} call is treated as a special case: it returns
398831 to the target if the file descriptor is attached
39884to the @value{GDBN} console, 0 otherwise. Implementing through system calls
39885would require implementing @code{ioctl} and would be more complex than
39886needed.
39887
39888
0ce1b118
CV
39889@node system
39890@unnumberedsubsubsec system
39891@cindex system, file-i/o system call
39892
fc320d37
SL
39893@table @asis
39894@item Synopsis:
0ce1b118 39895@smallexample
0ce1b118 39896int system(const char *command);
fc320d37 39897@end smallexample
0ce1b118 39898
fc320d37
SL
39899@item Request:
39900@samp{Fsystem,@var{commandptr}/@var{len}}
0ce1b118 39901
fc320d37 39902@item Return value:
5600ea19
NS
39903If @var{len} is zero, the return value indicates whether a shell is
39904available. A zero return value indicates a shell is not available.
39905For non-zero @var{len}, the value returned is -1 on error and the
39906return status of the command otherwise. Only the exit status of the
39907command is returned, which is extracted from the host's @code{system}
39908return value by calling @code{WEXITSTATUS(retval)}. In case
39909@file{/bin/sh} could not be executed, 127 is returned.
0ce1b118 39910
fc320d37 39911@item Errors:
0ce1b118
CV
39912
39913@table @code
b383017d 39914@item EINTR
0ce1b118
CV
39915The call was interrupted by the user.
39916@end table
39917
fc320d37
SL
39918@end table
39919
39920@value{GDBN} takes over the full task of calling the necessary host calls
39921to perform the @code{system} call. The return value of @code{system} on
39922the host is simplified before it's returned
39923to the target. Any termination signal information from the child process
39924is discarded, and the return value consists
39925entirely of the exit status of the called command.
39926
39927Due to security concerns, the @code{system} call is by default refused
39928by @value{GDBN}. The user has to allow this call explicitly with the
39929@code{set remote system-call-allowed 1} command.
39930
39931@table @code
39932@item set remote system-call-allowed
39933@kindex set remote system-call-allowed
39934Control whether to allow the @code{system} calls in the File I/O
39935protocol for the remote target. The default is zero (disabled).
39936
39937@item show remote system-call-allowed
39938@kindex show remote system-call-allowed
39939Show whether the @code{system} calls are allowed in the File I/O
39940protocol.
39941@end table
39942
db2e3e2e
BW
39943@node Protocol-specific Representation of Datatypes
39944@subsection Protocol-specific Representation of Datatypes
39945@cindex protocol-specific representation of datatypes, in file-i/o protocol
0ce1b118
CV
39946
39947@menu
79a6e687
BW
39948* Integral Datatypes::
39949* Pointer Values::
39950* Memory Transfer::
0ce1b118
CV
39951* struct stat::
39952* struct timeval::
39953@end menu
39954
79a6e687
BW
39955@node Integral Datatypes
39956@unnumberedsubsubsec Integral Datatypes
0ce1b118
CV
39957@cindex integral datatypes, in file-i/o protocol
39958
fc320d37
SL
39959The integral datatypes used in the system calls are @code{int},
39960@code{unsigned int}, @code{long}, @code{unsigned long},
39961@code{mode_t}, and @code{time_t}.
0ce1b118 39962
fc320d37 39963@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
0ce1b118
CV
39964implemented as 32 bit values in this protocol.
39965
fc320d37 39966@code{long} and @code{unsigned long} are implemented as 64 bit types.
b383017d 39967
0ce1b118
CV
39968@xref{Limits}, for corresponding MIN and MAX values (similar to those
39969in @file{limits.h}) to allow range checking on host and target.
39970
39971@code{time_t} datatypes are defined as seconds since the Epoch.
39972
39973All integral datatypes transferred as part of a memory read or write of a
39974structured datatype e.g.@: a @code{struct stat} have to be given in big endian
39975byte order.
39976
79a6e687
BW
39977@node Pointer Values
39978@unnumberedsubsubsec Pointer Values
0ce1b118
CV
39979@cindex pointer values, in file-i/o protocol
39980
39981Pointers to target data are transmitted as they are. An exception
39982is made for pointers to buffers for which the length isn't
39983transmitted as part of the function call, namely strings. Strings
39984are transmitted as a pointer/length pair, both as hex values, e.g.@:
39985
39986@smallexample
39987@code{1aaf/12}
39988@end smallexample
39989
39990@noindent
39991which is a pointer to data of length 18 bytes at position 0x1aaf.
39992The length is defined as the full string length in bytes, including
fc320d37
SL
39993the trailing null byte. For example, the string @code{"hello world"}
39994at address 0x123456 is transmitted as
0ce1b118
CV
39995
39996@smallexample
fc320d37 39997@code{123456/d}
0ce1b118
CV
39998@end smallexample
39999
79a6e687
BW
40000@node Memory Transfer
40001@unnumberedsubsubsec Memory Transfer
fc320d37
SL
40002@cindex memory transfer, in file-i/o protocol
40003
40004Structured data which is transferred using a memory read or write (for
db2e3e2e 40005example, a @code{struct stat}) is expected to be in a protocol-specific format
fc320d37
SL
40006with all scalar multibyte datatypes being big endian. Translation to
40007this representation needs to be done both by the target before the @code{F}
40008packet is sent, and by @value{GDBN} before
40009it transfers memory to the target. Transferred pointers to structured
40010data should point to the already-coerced data at any time.
0ce1b118 40011
0ce1b118
CV
40012
40013@node struct stat
40014@unnumberedsubsubsec struct stat
40015@cindex struct stat, in file-i/o protocol
40016
fc320d37
SL
40017The buffer of type @code{struct stat} used by the target and @value{GDBN}
40018is defined as follows:
0ce1b118
CV
40019
40020@smallexample
40021struct stat @{
40022 unsigned int st_dev; /* device */
40023 unsigned int st_ino; /* inode */
40024 mode_t st_mode; /* protection */
40025 unsigned int st_nlink; /* number of hard links */
40026 unsigned int st_uid; /* user ID of owner */
40027 unsigned int st_gid; /* group ID of owner */
40028 unsigned int st_rdev; /* device type (if inode device) */
40029 unsigned long st_size; /* total size, in bytes */
40030 unsigned long st_blksize; /* blocksize for filesystem I/O */
40031 unsigned long st_blocks; /* number of blocks allocated */
40032 time_t st_atime; /* time of last access */
40033 time_t st_mtime; /* time of last modification */
40034 time_t st_ctime; /* time of last change */
40035@};
40036@end smallexample
40037
fc320d37 40038The integral datatypes conform to the definitions given in the
79a6e687 40039appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
40040structure is of size 64 bytes.
40041
40042The values of several fields have a restricted meaning and/or
40043range of values.
40044
fc320d37 40045@table @code
0ce1b118 40046
fc320d37
SL
40047@item st_dev
40048A value of 0 represents a file, 1 the console.
0ce1b118 40049
fc320d37
SL
40050@item st_ino
40051No valid meaning for the target. Transmitted unchanged.
0ce1b118 40052
fc320d37
SL
40053@item st_mode
40054Valid mode bits are described in @ref{Constants}. Any other
40055bits have currently no meaning for the target.
0ce1b118 40056
fc320d37
SL
40057@item st_uid
40058@itemx st_gid
40059@itemx st_rdev
40060No valid meaning for the target. Transmitted unchanged.
0ce1b118 40061
fc320d37
SL
40062@item st_atime
40063@itemx st_mtime
40064@itemx st_ctime
40065These values have a host and file system dependent
40066accuracy. Especially on Windows hosts, the file system may not
40067support exact timing values.
40068@end table
0ce1b118 40069
fc320d37
SL
40070The target gets a @code{struct stat} of the above representation and is
40071responsible for coercing it to the target representation before
0ce1b118
CV
40072continuing.
40073
fc320d37
SL
40074Note that due to size differences between the host, target, and protocol
40075representations of @code{struct stat} members, these members could eventually
0ce1b118
CV
40076get truncated on the target.
40077
40078@node struct timeval
40079@unnumberedsubsubsec struct timeval
40080@cindex struct timeval, in file-i/o protocol
40081
fc320d37 40082The buffer of type @code{struct timeval} used by the File-I/O protocol
0ce1b118
CV
40083is defined as follows:
40084
40085@smallexample
b383017d 40086struct timeval @{
0ce1b118
CV
40087 time_t tv_sec; /* second */
40088 long tv_usec; /* microsecond */
40089@};
40090@end smallexample
40091
fc320d37 40092The integral datatypes conform to the definitions given in the
79a6e687 40093appropriate section (see @ref{Integral Datatypes}, for details) so this
0ce1b118
CV
40094structure is of size 8 bytes.
40095
40096@node Constants
40097@subsection Constants
40098@cindex constants, in file-i/o protocol
40099
40100The following values are used for the constants inside of the
fc320d37 40101protocol. @value{GDBN} and target are responsible for translating these
0ce1b118
CV
40102values before and after the call as needed.
40103
40104@menu
79a6e687
BW
40105* Open Flags::
40106* mode_t Values::
40107* Errno Values::
40108* Lseek Flags::
0ce1b118
CV
40109* Limits::
40110@end menu
40111
79a6e687
BW
40112@node Open Flags
40113@unnumberedsubsubsec Open Flags
0ce1b118
CV
40114@cindex open flags, in file-i/o protocol
40115
40116All values are given in hexadecimal representation.
40117
40118@smallexample
40119 O_RDONLY 0x0
40120 O_WRONLY 0x1
40121 O_RDWR 0x2
40122 O_APPEND 0x8
40123 O_CREAT 0x200
40124 O_TRUNC 0x400
40125 O_EXCL 0x800
40126@end smallexample
40127
79a6e687
BW
40128@node mode_t Values
40129@unnumberedsubsubsec mode_t Values
0ce1b118
CV
40130@cindex mode_t values, in file-i/o protocol
40131
40132All values are given in octal representation.
40133
40134@smallexample
40135 S_IFREG 0100000
40136 S_IFDIR 040000
40137 S_IRUSR 0400
40138 S_IWUSR 0200
40139 S_IXUSR 0100
40140 S_IRGRP 040
40141 S_IWGRP 020
40142 S_IXGRP 010
40143 S_IROTH 04
40144 S_IWOTH 02
40145 S_IXOTH 01
40146@end smallexample
40147
79a6e687
BW
40148@node Errno Values
40149@unnumberedsubsubsec Errno Values
0ce1b118
CV
40150@cindex errno values, in file-i/o protocol
40151
40152All values are given in decimal representation.
40153
40154@smallexample
40155 EPERM 1
40156 ENOENT 2
40157 EINTR 4
40158 EBADF 9
40159 EACCES 13
40160 EFAULT 14
40161 EBUSY 16
40162 EEXIST 17
40163 ENODEV 19
40164 ENOTDIR 20
40165 EISDIR 21
40166 EINVAL 22
40167 ENFILE 23
40168 EMFILE 24
40169 EFBIG 27
40170 ENOSPC 28
40171 ESPIPE 29
40172 EROFS 30
40173 ENAMETOOLONG 91
40174 EUNKNOWN 9999
40175@end smallexample
40176
fc320d37 40177 @code{EUNKNOWN} is used as a fallback error value if a host system returns
0ce1b118
CV
40178 any error value not in the list of supported error numbers.
40179
79a6e687
BW
40180@node Lseek Flags
40181@unnumberedsubsubsec Lseek Flags
0ce1b118
CV
40182@cindex lseek flags, in file-i/o protocol
40183
40184@smallexample
40185 SEEK_SET 0
40186 SEEK_CUR 1
40187 SEEK_END 2
40188@end smallexample
40189
40190@node Limits
40191@unnumberedsubsubsec Limits
40192@cindex limits, in file-i/o protocol
40193
40194All values are given in decimal representation.
40195
40196@smallexample
40197 INT_MIN -2147483648
40198 INT_MAX 2147483647
40199 UINT_MAX 4294967295
40200 LONG_MIN -9223372036854775808
40201 LONG_MAX 9223372036854775807
40202 ULONG_MAX 18446744073709551615
40203@end smallexample
40204
40205@node File-I/O Examples
40206@subsection File-I/O Examples
40207@cindex file-i/o examples
40208
40209Example sequence of a write call, file descriptor 3, buffer is at target
40210address 0x1234, 6 bytes should be written:
40211
40212@smallexample
40213<- @code{Fwrite,3,1234,6}
40214@emph{request memory read from target}
40215-> @code{m1234,6}
40216<- XXXXXX
40217@emph{return "6 bytes written"}
40218-> @code{F6}
40219@end smallexample
40220
40221Example sequence of a read call, file descriptor 3, buffer is at target
40222address 0x1234, 6 bytes should be read:
40223
40224@smallexample
40225<- @code{Fread,3,1234,6}
40226@emph{request memory write to target}
40227-> @code{X1234,6:XXXXXX}
40228@emph{return "6 bytes read"}
40229-> @code{F6}
40230@end smallexample
40231
40232Example sequence of a read call, call fails on the host due to invalid
fc320d37 40233file descriptor (@code{EBADF}):
0ce1b118
CV
40234
40235@smallexample
40236<- @code{Fread,3,1234,6}
40237-> @code{F-1,9}
40238@end smallexample
40239
c8aa23ab 40240Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
0ce1b118
CV
40241host is called:
40242
40243@smallexample
40244<- @code{Fread,3,1234,6}
40245-> @code{F-1,4,C}
40246<- @code{T02}
40247@end smallexample
40248
c8aa23ab 40249Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
0ce1b118
CV
40250host is called:
40251
40252@smallexample
40253<- @code{Fread,3,1234,6}
40254-> @code{X1234,6:XXXXXX}
40255<- @code{T02}
40256@end smallexample
40257
cfa9d6d9
DJ
40258@node Library List Format
40259@section Library List Format
40260@cindex library list format, remote protocol
40261
40262On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
40263same process as your application to manage libraries. In this case,
40264@value{GDBN} can use the loader's symbol table and normal memory
40265operations to maintain a list of shared libraries. On other
40266platforms, the operating system manages loaded libraries.
40267@value{GDBN} can not retrieve the list of currently loaded libraries
40268through memory operations, so it uses the @samp{qXfer:libraries:read}
40269packet (@pxref{qXfer library list read}) instead. The remote stub
40270queries the target's operating system and reports which libraries
40271are loaded.
40272
40273The @samp{qXfer:libraries:read} packet returns an XML document which
40274lists loaded libraries and their offsets. Each library has an
1fddbabb
PA
40275associated name and one or more segment or section base addresses,
40276which report where the library was loaded in memory.
40277
40278For the common case of libraries that are fully linked binaries, the
40279library should have a list of segments. If the target supports
40280dynamic linking of a relocatable object file, its library XML element
40281should instead include a list of allocated sections. The segment or
40282section bases are start addresses, not relocation offsets; they do not
40283depend on the library's link-time base addresses.
cfa9d6d9 40284
9cceb671
DJ
40285@value{GDBN} must be linked with the Expat library to support XML
40286library lists. @xref{Expat}.
40287
cfa9d6d9
DJ
40288A simple memory map, with one loaded library relocated by a single
40289offset, looks like this:
40290
40291@smallexample
40292<library-list>
40293 <library name="/lib/libc.so.6">
40294 <segment address="0x10000000"/>
40295 </library>
40296</library-list>
40297@end smallexample
40298
1fddbabb
PA
40299Another simple memory map, with one loaded library with three
40300allocated sections (.text, .data, .bss), looks like this:
40301
40302@smallexample
40303<library-list>
40304 <library name="sharedlib.o">
40305 <section address="0x10000000"/>
40306 <section address="0x20000000"/>
40307 <section address="0x30000000"/>
40308 </library>
40309</library-list>
40310@end smallexample
40311
cfa9d6d9
DJ
40312The format of a library list is described by this DTD:
40313
40314@smallexample
40315<!-- library-list: Root element with versioning -->
40316<!ELEMENT library-list (library)*>
40317<!ATTLIST library-list version CDATA #FIXED "1.0">
1fddbabb 40318<!ELEMENT library (segment*, section*)>
cfa9d6d9
DJ
40319<!ATTLIST library name CDATA #REQUIRED>
40320<!ELEMENT segment EMPTY>
40321<!ATTLIST segment address CDATA #REQUIRED>
1fddbabb
PA
40322<!ELEMENT section EMPTY>
40323<!ATTLIST section address CDATA #REQUIRED>
cfa9d6d9
DJ
40324@end smallexample
40325
1fddbabb
PA
40326In addition, segments and section descriptors cannot be mixed within a
40327single library element, and you must supply at least one segment or
40328section for each library.
40329
2268b414
JK
40330@node Library List Format for SVR4 Targets
40331@section Library List Format for SVR4 Targets
40332@cindex library list format, remote protocol
40333
40334On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
40335(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
40336shared libraries. Still a special library list provided by this packet is
40337more efficient for the @value{GDBN} remote protocol.
40338
40339The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
40340loaded libraries and their SVR4 linker parameters. For each library on SVR4
40341target, the following parameters are reported:
40342
40343@itemize @minus
40344@item
40345@code{name}, the absolute file name from the @code{l_name} field of
40346@code{struct link_map}.
40347@item
40348@code{lm} with address of @code{struct link_map} used for TLS
40349(Thread Local Storage) access.
40350@item
40351@code{l_addr}, the displacement as read from the field @code{l_addr} of
40352@code{struct link_map}. For prelinked libraries this is not an absolute
40353memory address. It is a displacement of absolute memory address against
40354address the file was prelinked to during the library load.
40355@item
40356@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
40357@end itemize
40358
40359Additionally the single @code{main-lm} attribute specifies address of
40360@code{struct link_map} used for the main executable. This parameter is used
40361for TLS access and its presence is optional.
40362
40363@value{GDBN} must be linked with the Expat library to support XML
40364SVR4 library lists. @xref{Expat}.
40365
40366A simple memory map, with two loaded libraries (which do not use prelink),
40367looks like this:
40368
40369@smallexample
40370<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
40371 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
40372 l_ld="0xe4eefc"/>
40373 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
40374 l_ld="0x152350"/>
40375</library-list-svr>
40376@end smallexample
40377
40378The format of an SVR4 library list is described by this DTD:
40379
40380@smallexample
40381<!-- library-list-svr4: Root element with versioning -->
40382<!ELEMENT library-list-svr4 (library)*>
40383<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
40384<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
40385<!ELEMENT library EMPTY>
40386<!ATTLIST library name CDATA #REQUIRED>
40387<!ATTLIST library lm CDATA #REQUIRED>
40388<!ATTLIST library l_addr CDATA #REQUIRED>
40389<!ATTLIST library l_ld CDATA #REQUIRED>
40390@end smallexample
40391
79a6e687
BW
40392@node Memory Map Format
40393@section Memory Map Format
68437a39
DJ
40394@cindex memory map format
40395
40396To be able to write into flash memory, @value{GDBN} needs to obtain a
40397memory map from the target. This section describes the format of the
40398memory map.
40399
40400The memory map is obtained using the @samp{qXfer:memory-map:read}
40401(@pxref{qXfer memory map read}) packet and is an XML document that
9cceb671
DJ
40402lists memory regions.
40403
40404@value{GDBN} must be linked with the Expat library to support XML
40405memory maps. @xref{Expat}.
40406
40407The top-level structure of the document is shown below:
68437a39
DJ
40408
40409@smallexample
40410<?xml version="1.0"?>
40411<!DOCTYPE memory-map
40412 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
40413 "http://sourceware.org/gdb/gdb-memory-map.dtd">
40414<memory-map>
40415 region...
40416</memory-map>
40417@end smallexample
40418
40419Each region can be either:
40420
40421@itemize
40422
40423@item
40424A region of RAM starting at @var{addr} and extending for @var{length}
40425bytes from there:
40426
40427@smallexample
40428<memory type="ram" start="@var{addr}" length="@var{length}"/>
40429@end smallexample
40430
40431
40432@item
40433A region of read-only memory:
40434
40435@smallexample
40436<memory type="rom" start="@var{addr}" length="@var{length}"/>
40437@end smallexample
40438
40439
40440@item
40441A region of flash memory, with erasure blocks @var{blocksize}
40442bytes in length:
40443
40444@smallexample
40445<memory type="flash" start="@var{addr}" length="@var{length}">
40446 <property name="blocksize">@var{blocksize}</property>
40447</memory>
40448@end smallexample
40449
40450@end itemize
40451
40452Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
40453by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
40454packets to write to addresses in such ranges.
40455
40456The formal DTD for memory map format is given below:
40457
40458@smallexample
40459<!-- ................................................... -->
40460<!-- Memory Map XML DTD ................................ -->
40461<!-- File: memory-map.dtd .............................. -->
40462<!-- .................................... .............. -->
40463<!-- memory-map.dtd -->
40464<!-- memory-map: Root element with versioning -->
40465<!ELEMENT memory-map (memory | property)>
40466<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
40467<!ELEMENT memory (property)>
40468<!-- memory: Specifies a memory region,
40469 and its type, or device. -->
40470<!ATTLIST memory type CDATA #REQUIRED
40471 start CDATA #REQUIRED
40472 length CDATA #REQUIRED
40473 device CDATA #IMPLIED>
40474<!-- property: Generic attribute tag -->
40475<!ELEMENT property (#PCDATA | property)*>
40476<!ATTLIST property name CDATA #REQUIRED>
40477@end smallexample
40478
dc146f7c
VP
40479@node Thread List Format
40480@section Thread List Format
40481@cindex thread list format
40482
40483To efficiently update the list of threads and their attributes,
40484@value{GDBN} issues the @samp{qXfer:threads:read} packet
40485(@pxref{qXfer threads read}) and obtains the XML document with
40486the following structure:
40487
40488@smallexample
40489<?xml version="1.0"?>
40490<threads>
40491 <thread id="id" core="0">
40492 ... description ...
40493 </thread>
40494</threads>
40495@end smallexample
40496
40497Each @samp{thread} element must have the @samp{id} attribute that
40498identifies the thread (@pxref{thread-id syntax}). The
40499@samp{core} attribute, if present, specifies which processor core
40500the thread was last executing on. The content of the of @samp{thread}
40501element is interpreted as human-readable auxilliary information.
40502
b3b9301e
PA
40503@node Traceframe Info Format
40504@section Traceframe Info Format
40505@cindex traceframe info format
40506
40507To be able to know which objects in the inferior can be examined when
40508inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
40509memory ranges, registers and trace state variables that have been
40510collected in a traceframe.
40511
40512This list is obtained using the @samp{qXfer:traceframe-info:read}
40513(@pxref{qXfer traceframe info read}) packet and is an XML document.
40514
40515@value{GDBN} must be linked with the Expat library to support XML
40516traceframe info discovery. @xref{Expat}.
40517
40518The top-level structure of the document is shown below:
40519
40520@smallexample
40521<?xml version="1.0"?>
40522<!DOCTYPE traceframe-info
40523 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
40524 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
40525<traceframe-info>
40526 block...
40527</traceframe-info>
40528@end smallexample
40529
40530Each traceframe block can be either:
40531
40532@itemize
40533
40534@item
40535A region of collected memory starting at @var{addr} and extending for
40536@var{length} bytes from there:
40537
40538@smallexample
40539<memory start="@var{addr}" length="@var{length}"/>
40540@end smallexample
40541
40542@end itemize
40543
40544The formal DTD for the traceframe info format is given below:
40545
40546@smallexample
40547<!ELEMENT traceframe-info (memory)* >
40548<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
40549
40550<!ELEMENT memory EMPTY>
40551<!ATTLIST memory start CDATA #REQUIRED
40552 length CDATA #REQUIRED>
40553@end smallexample
40554
2ae8c8e7
MM
40555@node Branch Trace Format
40556@section Branch Trace Format
40557@cindex branch trace format
40558
40559In order to display the branch trace of an inferior thread,
40560@value{GDBN} needs to obtain the list of branches. This list is
40561represented as list of sequential code blocks that are connected via
40562branches. The code in each block has been executed sequentially.
40563
40564This list is obtained using the @samp{qXfer:btrace:read}
40565(@pxref{qXfer btrace read}) packet and is an XML document.
40566
40567@value{GDBN} must be linked with the Expat library to support XML
40568traceframe info discovery. @xref{Expat}.
40569
40570The top-level structure of the document is shown below:
40571
40572@smallexample
40573<?xml version="1.0"?>
40574<!DOCTYPE btrace
40575 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
40576 "http://sourceware.org/gdb/gdb-btrace.dtd">
40577<btrace>
40578 block...
40579</btrace>
40580@end smallexample
40581
40582@itemize
40583
40584@item
40585A block of sequentially executed instructions starting at @var{begin}
40586and ending at @var{end}:
40587
40588@smallexample
40589<block begin="@var{begin}" end="@var{end}"/>
40590@end smallexample
40591
40592@end itemize
40593
40594The formal DTD for the branch trace format is given below:
40595
40596@smallexample
40597<!ELEMENT btrace (block)* >
40598<!ATTLIST btrace version CDATA #FIXED "1.0">
40599
40600<!ELEMENT block EMPTY>
40601<!ATTLIST block begin CDATA #REQUIRED
40602 end CDATA #REQUIRED>
40603@end smallexample
40604
f418dd93
DJ
40605@include agentexpr.texi
40606
23181151
DJ
40607@node Target Descriptions
40608@appendix Target Descriptions
40609@cindex target descriptions
40610
23181151
DJ
40611One of the challenges of using @value{GDBN} to debug embedded systems
40612is that there are so many minor variants of each processor
40613architecture in use. It is common practice for vendors to start with
eb17f351 40614a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
23181151
DJ
40615and then make changes to adapt it to a particular market niche. Some
40616architectures have hundreds of variants, available from dozens of
40617vendors. This leads to a number of problems:
40618
40619@itemize @bullet
40620@item
40621With so many different customized processors, it is difficult for
40622the @value{GDBN} maintainers to keep up with the changes.
40623@item
40624Since individual variants may have short lifetimes or limited
40625audiences, it may not be worthwhile to carry information about every
40626variant in the @value{GDBN} source tree.
40627@item
40628When @value{GDBN} does support the architecture of the embedded system
40629at hand, the task of finding the correct architecture name to give the
40630@command{set architecture} command can be error-prone.
40631@end itemize
40632
40633To address these problems, the @value{GDBN} remote protocol allows a
40634target system to not only identify itself to @value{GDBN}, but to
40635actually describe its own features. This lets @value{GDBN} support
40636processor variants it has never seen before --- to the extent that the
40637descriptions are accurate, and that @value{GDBN} understands them.
40638
9cceb671
DJ
40639@value{GDBN} must be linked with the Expat library to support XML
40640target descriptions. @xref{Expat}.
123dc839 40641
23181151
DJ
40642@menu
40643* Retrieving Descriptions:: How descriptions are fetched from a target.
40644* Target Description Format:: The contents of a target description.
123dc839
DJ
40645* Predefined Target Types:: Standard types available for target
40646 descriptions.
40647* Standard Target Features:: Features @value{GDBN} knows about.
23181151
DJ
40648@end menu
40649
40650@node Retrieving Descriptions
40651@section Retrieving Descriptions
40652
40653Target descriptions can be read from the target automatically, or
40654specified by the user manually. The default behavior is to read the
40655description from the target. @value{GDBN} retrieves it via the remote
40656protocol using @samp{qXfer} requests (@pxref{General Query Packets,
40657qXfer}). The @var{annex} in the @samp{qXfer} packet will be
40658@samp{target.xml}. The contents of the @samp{target.xml} annex are an
40659XML document, of the form described in @ref{Target Description
40660Format}.
40661
40662Alternatively, you can specify a file to read for the target description.
40663If a file is set, the target will not be queried. The commands to
40664specify a file are:
40665
40666@table @code
40667@cindex set tdesc filename
40668@item set tdesc filename @var{path}
40669Read the target description from @var{path}.
40670
40671@cindex unset tdesc filename
40672@item unset tdesc filename
40673Do not read the XML target description from a file. @value{GDBN}
40674will use the description supplied by the current target.
40675
40676@cindex show tdesc filename
40677@item show tdesc filename
40678Show the filename to read for a target description, if any.
40679@end table
40680
40681
40682@node Target Description Format
40683@section Target Description Format
40684@cindex target descriptions, XML format
40685
40686A target description annex is an @uref{http://www.w3.org/XML/, XML}
40687document which complies with the Document Type Definition provided in
40688the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
40689means you can use generally available tools like @command{xmllint} to
40690check that your feature descriptions are well-formed and valid.
40691However, to help people unfamiliar with XML write descriptions for
40692their targets, we also describe the grammar here.
40693
123dc839
DJ
40694Target descriptions can identify the architecture of the remote target
40695and (for some architectures) provide information about custom register
08d16641
PA
40696sets. They can also identify the OS ABI of the remote target.
40697@value{GDBN} can use this information to autoconfigure for your
123dc839 40698target, or to warn you if you connect to an unsupported target.
23181151
DJ
40699
40700Here is a simple target description:
40701
123dc839 40702@smallexample
1780a0ed 40703<target version="1.0">
23181151
DJ
40704 <architecture>i386:x86-64</architecture>
40705</target>
123dc839 40706@end smallexample
23181151
DJ
40707
40708@noindent
40709This minimal description only says that the target uses
40710the x86-64 architecture.
40711
123dc839
DJ
40712A target description has the following overall form, with [ ] marking
40713optional elements and @dots{} marking repeatable elements. The elements
40714are explained further below.
23181151 40715
123dc839 40716@smallexample
23181151
DJ
40717<?xml version="1.0"?>
40718<!DOCTYPE target SYSTEM "gdb-target.dtd">
1780a0ed 40719<target version="1.0">
123dc839 40720 @r{[}@var{architecture}@r{]}
08d16641 40721 @r{[}@var{osabi}@r{]}
e35359c5 40722 @r{[}@var{compatible}@r{]}
123dc839 40723 @r{[}@var{feature}@dots{}@r{]}
23181151 40724</target>
123dc839 40725@end smallexample
23181151
DJ
40726
40727@noindent
40728The description is generally insensitive to whitespace and line
40729breaks, under the usual common-sense rules. The XML version
40730declaration and document type declaration can generally be omitted
40731(@value{GDBN} does not require them), but specifying them may be
1780a0ed
DJ
40732useful for XML validation tools. The @samp{version} attribute for
40733@samp{<target>} may also be omitted, but we recommend
40734including it; if future versions of @value{GDBN} use an incompatible
40735revision of @file{gdb-target.dtd}, they will detect and report
40736the version mismatch.
23181151 40737
108546a0
DJ
40738@subsection Inclusion
40739@cindex target descriptions, inclusion
40740@cindex XInclude
40741@ifnotinfo
40742@cindex <xi:include>
40743@end ifnotinfo
40744
40745It can sometimes be valuable to split a target description up into
40746several different annexes, either for organizational purposes, or to
40747share files between different possible target descriptions. You can
40748divide a description into multiple files by replacing any element of
40749the target description with an inclusion directive of the form:
40750
123dc839 40751@smallexample
108546a0 40752<xi:include href="@var{document}"/>
123dc839 40753@end smallexample
108546a0
DJ
40754
40755@noindent
40756When @value{GDBN} encounters an element of this form, it will retrieve
40757the named XML @var{document}, and replace the inclusion directive with
40758the contents of that document. If the current description was read
40759using @samp{qXfer}, then so will be the included document;
40760@var{document} will be interpreted as the name of an annex. If the
40761current description was read from a file, @value{GDBN} will look for
40762@var{document} as a file in the same directory where it found the
40763original description.
40764
123dc839
DJ
40765@subsection Architecture
40766@cindex <architecture>
40767
40768An @samp{<architecture>} element has this form:
40769
40770@smallexample
40771 <architecture>@var{arch}</architecture>
40772@end smallexample
40773
e35359c5
UW
40774@var{arch} is one of the architectures from the set accepted by
40775@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
123dc839 40776
08d16641
PA
40777@subsection OS ABI
40778@cindex @code{<osabi>}
40779
40780This optional field was introduced in @value{GDBN} version 7.0.
40781Previous versions of @value{GDBN} ignore it.
40782
40783An @samp{<osabi>} element has this form:
40784
40785@smallexample
40786 <osabi>@var{abi-name}</osabi>
40787@end smallexample
40788
40789@var{abi-name} is an OS ABI name from the same selection accepted by
40790@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
40791
e35359c5
UW
40792@subsection Compatible Architecture
40793@cindex @code{<compatible>}
40794
40795This optional field was introduced in @value{GDBN} version 7.0.
40796Previous versions of @value{GDBN} ignore it.
40797
40798A @samp{<compatible>} element has this form:
40799
40800@smallexample
40801 <compatible>@var{arch}</compatible>
40802@end smallexample
40803
40804@var{arch} is one of the architectures from the set accepted by
40805@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
40806
40807A @samp{<compatible>} element is used to specify that the target
40808is able to run binaries in some other than the main target architecture
40809given by the @samp{<architecture>} element. For example, on the
40810Cell Broadband Engine, the main architecture is @code{powerpc:common}
40811or @code{powerpc:common64}, but the system is able to run binaries
40812in the @code{spu} architecture as well. The way to describe this
40813capability with @samp{<compatible>} is as follows:
40814
40815@smallexample
40816 <architecture>powerpc:common</architecture>
40817 <compatible>spu</compatible>
40818@end smallexample
40819
123dc839
DJ
40820@subsection Features
40821@cindex <feature>
40822
40823Each @samp{<feature>} describes some logical portion of the target
40824system. Features are currently used to describe available CPU
40825registers and the types of their contents. A @samp{<feature>} element
40826has this form:
40827
40828@smallexample
40829<feature name="@var{name}">
40830 @r{[}@var{type}@dots{}@r{]}
40831 @var{reg}@dots{}
40832</feature>
40833@end smallexample
40834
40835@noindent
40836Each feature's name should be unique within the description. The name
40837of a feature does not matter unless @value{GDBN} has some special
40838knowledge of the contents of that feature; if it does, the feature
40839should have its standard name. @xref{Standard Target Features}.
40840
40841@subsection Types
40842
40843Any register's value is a collection of bits which @value{GDBN} must
40844interpret. The default interpretation is a two's complement integer,
40845but other types can be requested by name in the register description.
40846Some predefined types are provided by @value{GDBN} (@pxref{Predefined
40847Target Types}), and the description can define additional composite types.
40848
40849Each type element must have an @samp{id} attribute, which gives
40850a unique (within the containing @samp{<feature>}) name to the type.
40851Types must be defined before they are used.
40852
40853@cindex <vector>
40854Some targets offer vector registers, which can be treated as arrays
40855of scalar elements. These types are written as @samp{<vector>} elements,
40856specifying the array element type, @var{type}, and the number of elements,
40857@var{count}:
40858
40859@smallexample
40860<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
40861@end smallexample
40862
40863@cindex <union>
40864If a register's value is usefully viewed in multiple ways, define it
40865with a union type containing the useful representations. The
40866@samp{<union>} element contains one or more @samp{<field>} elements,
40867each of which has a @var{name} and a @var{type}:
40868
40869@smallexample
40870<union id="@var{id}">
40871 <field name="@var{name}" type="@var{type}"/>
40872 @dots{}
40873</union>
40874@end smallexample
40875
f5dff777
DJ
40876@cindex <struct>
40877If a register's value is composed from several separate values, define
40878it with a structure type. There are two forms of the @samp{<struct>}
40879element; a @samp{<struct>} element must either contain only bitfields
40880or contain no bitfields. If the structure contains only bitfields,
40881its total size in bytes must be specified, each bitfield must have an
40882explicit start and end, and bitfields are automatically assigned an
40883integer type. The field's @var{start} should be less than or
40884equal to its @var{end}, and zero represents the least significant bit.
40885
40886@smallexample
40887<struct id="@var{id}" size="@var{size}">
40888 <field name="@var{name}" start="@var{start}" end="@var{end}"/>
40889 @dots{}
40890</struct>
40891@end smallexample
40892
40893If the structure contains no bitfields, then each field has an
40894explicit type, and no implicit padding is added.
40895
40896@smallexample
40897<struct id="@var{id}">
40898 <field name="@var{name}" type="@var{type}"/>
40899 @dots{}
40900</struct>
40901@end smallexample
40902
40903@cindex <flags>
40904If a register's value is a series of single-bit flags, define it with
40905a flags type. The @samp{<flags>} element has an explicit @var{size}
40906and contains one or more @samp{<field>} elements. Each field has a
40907@var{name}, a @var{start}, and an @var{end}. Only single-bit flags
40908are supported.
40909
40910@smallexample
40911<flags id="@var{id}" size="@var{size}">
40912 <field name="@var{name}" start="@var{start}" end="@var{end}"/>
40913 @dots{}
40914</flags>
40915@end smallexample
40916
123dc839
DJ
40917@subsection Registers
40918@cindex <reg>
40919
40920Each register is represented as an element with this form:
40921
40922@smallexample
40923<reg name="@var{name}"
40924 bitsize="@var{size}"
40925 @r{[}regnum="@var{num}"@r{]}
40926 @r{[}save-restore="@var{save-restore}"@r{]}
40927 @r{[}type="@var{type}"@r{]}
40928 @r{[}group="@var{group}"@r{]}/>
40929@end smallexample
40930
40931@noindent
40932The components are as follows:
40933
40934@table @var
40935
40936@item name
40937The register's name; it must be unique within the target description.
40938
40939@item bitsize
40940The register's size, in bits.
40941
40942@item regnum
40943The register's number. If omitted, a register's number is one greater
40944than that of the previous register (either in the current feature or in
177b42fe 40945a preceding feature); the first register in the target description
123dc839
DJ
40946defaults to zero. This register number is used to read or write
40947the register; e.g.@: it is used in the remote @code{p} and @code{P}
40948packets, and registers appear in the @code{g} and @code{G} packets
40949in order of increasing register number.
40950
40951@item save-restore
40952Whether the register should be preserved across inferior function
40953calls; this must be either @code{yes} or @code{no}. The default is
40954@code{yes}, which is appropriate for most registers except for
40955some system control registers; this is not related to the target's
40956ABI.
40957
40958@item type
40959The type of the register. @var{type} may be a predefined type, a type
40960defined in the current feature, or one of the special types @code{int}
40961and @code{float}. @code{int} is an integer type of the correct size
40962for @var{bitsize}, and @code{float} is a floating point type (in the
40963architecture's normal floating point format) of the correct size for
40964@var{bitsize}. The default is @code{int}.
40965
40966@item group
40967The register group to which this register belongs. @var{group} must
40968be either @code{general}, @code{float}, or @code{vector}. If no
40969@var{group} is specified, @value{GDBN} will not display the register
40970in @code{info registers}.
40971
40972@end table
40973
40974@node Predefined Target Types
40975@section Predefined Target Types
40976@cindex target descriptions, predefined types
40977
40978Type definitions in the self-description can build up composite types
40979from basic building blocks, but can not define fundamental types. Instead,
40980standard identifiers are provided by @value{GDBN} for the fundamental
40981types. The currently supported types are:
40982
40983@table @code
40984
40985@item int8
40986@itemx int16
40987@itemx int32
40988@itemx int64
7cc46491 40989@itemx int128
123dc839
DJ
40990Signed integer types holding the specified number of bits.
40991
40992@item uint8
40993@itemx uint16
40994@itemx uint32
40995@itemx uint64
7cc46491 40996@itemx uint128
123dc839
DJ
40997Unsigned integer types holding the specified number of bits.
40998
40999@item code_ptr
41000@itemx data_ptr
41001Pointers to unspecified code and data. The program counter and
41002any dedicated return address register may be marked as code
41003pointers; printing a code pointer converts it into a symbolic
41004address. The stack pointer and any dedicated address registers
41005may be marked as data pointers.
41006
6e3bbd1a
PB
41007@item ieee_single
41008Single precision IEEE floating point.
41009
41010@item ieee_double
41011Double precision IEEE floating point.
41012
123dc839
DJ
41013@item arm_fpa_ext
41014The 12-byte extended precision format used by ARM FPA registers.
41015
075b51b7
L
41016@item i387_ext
41017The 10-byte extended precision format used by x87 registers.
41018
41019@item i386_eflags
4102032bit @sc{eflags} register used by x86.
41021
41022@item i386_mxcsr
4102332bit @sc{mxcsr} register used by x86.
41024
123dc839
DJ
41025@end table
41026
41027@node Standard Target Features
41028@section Standard Target Features
41029@cindex target descriptions, standard features
41030
41031A target description must contain either no registers or all the
41032target's registers. If the description contains no registers, then
41033@value{GDBN} will assume a default register layout, selected based on
41034the architecture. If the description contains any registers, the
41035default layout will not be used; the standard registers must be
41036described in the target description, in such a way that @value{GDBN}
41037can recognize them.
41038
41039This is accomplished by giving specific names to feature elements
41040which contain standard registers. @value{GDBN} will look for features
41041with those names and verify that they contain the expected registers;
41042if any known feature is missing required registers, or if any required
41043feature is missing, @value{GDBN} will reject the target
41044description. You can add additional registers to any of the
41045standard features --- @value{GDBN} will display them just as if
41046they were added to an unrecognized feature.
41047
41048This section lists the known features and their expected contents.
41049Sample XML documents for these features are included in the
41050@value{GDBN} source tree, in the directory @file{gdb/features}.
41051
41052Names recognized by @value{GDBN} should include the name of the
41053company or organization which selected the name, and the overall
41054architecture to which the feature applies; so e.g.@: the feature
41055containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
41056
ff6f572f
DJ
41057The names of registers are not case sensitive for the purpose
41058of recognizing standard features, but @value{GDBN} will only display
41059registers using the capitalization used in the description.
41060
e9c17194 41061@menu
430ed3f0 41062* AArch64 Features::
e9c17194 41063* ARM Features::
3bb8d5c3 41064* i386 Features::
1e26b4f8 41065* MIPS Features::
e9c17194 41066* M68K Features::
1e26b4f8 41067* PowerPC Features::
224bbe49 41068* TIC6x Features::
e9c17194
VP
41069@end menu
41070
41071
430ed3f0
MS
41072@node AArch64 Features
41073@subsection AArch64 Features
41074@cindex target descriptions, AArch64 features
41075
41076The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
41077targets. It should contain registers @samp{x0} through @samp{x30},
41078@samp{sp}, @samp{pc}, and @samp{cpsr}.
41079
41080The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
41081it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
41082and @samp{fpcr}.
41083
e9c17194 41084@node ARM Features
123dc839
DJ
41085@subsection ARM Features
41086@cindex target descriptions, ARM features
41087
9779414d
DJ
41088The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
41089ARM targets.
123dc839
DJ
41090It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
41091@samp{lr}, @samp{pc}, and @samp{cpsr}.
41092
9779414d
DJ
41093For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
41094feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
41095registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
41096and @samp{xpsr}.
41097
123dc839
DJ
41098The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
41099should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
41100
ff6f572f
DJ
41101The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
41102it should contain at least registers @samp{wR0} through @samp{wR15} and
41103@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
41104@samp{wCSSF}, and @samp{wCASF} registers are optional.
23181151 41105
58d6951d
DJ
41106The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
41107should contain at least registers @samp{d0} through @samp{d15}. If
41108they are present, @samp{d16} through @samp{d31} should also be included.
41109@value{GDBN} will synthesize the single-precision registers from
41110halves of the double-precision registers.
41111
41112The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
41113need to contain registers; it instructs @value{GDBN} to display the
41114VFP double-precision registers as vectors and to synthesize the
41115quad-precision registers from pairs of double-precision registers.
41116If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
41117be present and include 32 double-precision registers.
41118
3bb8d5c3
L
41119@node i386 Features
41120@subsection i386 Features
41121@cindex target descriptions, i386 features
41122
41123The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
41124targets. It should describe the following registers:
41125
41126@itemize @minus
41127@item
41128@samp{eax} through @samp{edi} plus @samp{eip} for i386
41129@item
41130@samp{rax} through @samp{r15} plus @samp{rip} for amd64
41131@item
41132@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
41133@samp{fs}, @samp{gs}
41134@item
41135@samp{st0} through @samp{st7}
41136@item
41137@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
41138@samp{foseg}, @samp{fooff} and @samp{fop}
41139@end itemize
41140
41141The register sets may be different, depending on the target.
41142
3a13a53b 41143The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
3bb8d5c3
L
41144describe registers:
41145
41146@itemize @minus
41147@item
41148@samp{xmm0} through @samp{xmm7} for i386
41149@item
41150@samp{xmm0} through @samp{xmm15} for amd64
41151@item
41152@samp{mxcsr}
41153@end itemize
41154
3a13a53b
L
41155The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
41156@samp{org.gnu.gdb.i386.sse} feature. It should
f68eb612
L
41157describe the upper 128 bits of @sc{ymm} registers:
41158
41159@itemize @minus
41160@item
41161@samp{ymm0h} through @samp{ymm7h} for i386
41162@item
41163@samp{ymm0h} through @samp{ymm15h} for amd64
f68eb612
L
41164@end itemize
41165
3bb8d5c3
L
41166The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
41167describe a single register, @samp{orig_eax}.
41168
1e26b4f8 41169@node MIPS Features
eb17f351
EZ
41170@subsection @acronym{MIPS} Features
41171@cindex target descriptions, @acronym{MIPS} features
f8b73d13 41172
eb17f351 41173The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
f8b73d13
DJ
41174It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
41175@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
41176on the target.
41177
41178The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
41179contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
41180registers. They may be 32-bit or 64-bit depending on the target.
41181
41182The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
41183it may be optional in a future version of @value{GDBN}. It should
41184contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
41185@samp{fir}. They may be 32-bit or 64-bit depending on the target.
41186
1faeff08
MR
41187The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
41188contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
41189@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
41190be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
41191
822b6570
DJ
41192The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
41193contain a single register, @samp{restart}, which is used by the
41194Linux kernel to control restartable syscalls.
41195
e9c17194
VP
41196@node M68K Features
41197@subsection M68K Features
41198@cindex target descriptions, M68K features
41199
41200@table @code
41201@item @samp{org.gnu.gdb.m68k.core}
41202@itemx @samp{org.gnu.gdb.coldfire.core}
41203@itemx @samp{org.gnu.gdb.fido.core}
41204One of those features must be always present.
249e1128 41205The feature that is present determines which flavor of m68k is
e9c17194
VP
41206used. The feature that is present should contain registers
41207@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
41208@samp{sp}, @samp{ps} and @samp{pc}.
41209
41210@item @samp{org.gnu.gdb.coldfire.fp}
41211This feature is optional. If present, it should contain registers
41212@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
41213@samp{fpiaddr}.
41214@end table
41215
1e26b4f8 41216@node PowerPC Features
7cc46491
DJ
41217@subsection PowerPC Features
41218@cindex target descriptions, PowerPC features
41219
41220The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
41221targets. It should contain registers @samp{r0} through @samp{r31},
41222@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
41223@samp{xer}. They may be 32-bit or 64-bit depending on the target.
41224
41225The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
41226contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
41227
41228The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
41229contain registers @samp{vr0} through @samp{vr31}, @samp{vscr},
41230and @samp{vrsave}.
41231
677c5bb1
LM
41232The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
41233contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN}
41234will combine these registers with the floating point registers
41235(@samp{f0} through @samp{f31}) and the altivec registers (@samp{vr0}
aeac0ff9 41236through @samp{vr31}) to present the 128-bit wide registers @samp{vs0}
677c5bb1
LM
41237through @samp{vs63}, the set of vector registers for POWER7.
41238
7cc46491
DJ
41239The @samp{org.gnu.gdb.power.spe} feature is optional. It should
41240contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
41241@samp{spefscr}. SPE targets should provide 32-bit registers in
41242@samp{org.gnu.gdb.power.core} and provide the upper halves in
41243@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
41244these to present registers @samp{ev0} through @samp{ev31} to the
41245user.
41246
224bbe49
YQ
41247@node TIC6x Features
41248@subsection TMS320C6x Features
41249@cindex target descriptions, TIC6x features
41250@cindex target descriptions, TMS320C6x features
41251The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
41252targets. It should contain registers @samp{A0} through @samp{A15},
41253registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
41254
41255The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
41256contain registers @samp{A16} through @samp{A31} and @samp{B16}
41257through @samp{B31}.
41258
41259The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
41260contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
41261
07e059b5
VP
41262@node Operating System Information
41263@appendix Operating System Information
41264@cindex operating system information
41265
41266@menu
41267* Process list::
41268@end menu
41269
41270Users of @value{GDBN} often wish to obtain information about the state of
41271the operating system running on the target---for example the list of
41272processes, or the list of open files. This section describes the
41273mechanism that makes it possible. This mechanism is similar to the
41274target features mechanism (@pxref{Target Descriptions}), but focuses
41275on a different aspect of target.
41276
41277Operating system information is retrived from the target via the
41278remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
41279read}). The object name in the request should be @samp{osdata}, and
41280the @var{annex} identifies the data to be fetched.
41281
41282@node Process list
41283@appendixsection Process list
41284@cindex operating system information, process list
41285
41286When requesting the process list, the @var{annex} field in the
41287@samp{qXfer} request should be @samp{processes}. The returned data is
41288an XML document. The formal syntax of this document is defined in
41289@file{gdb/features/osdata.dtd}.
41290
41291An example document is:
41292
41293@smallexample
41294<?xml version="1.0"?>
41295<!DOCTYPE target SYSTEM "osdata.dtd">
41296<osdata type="processes">
41297 <item>
41298 <column name="pid">1</column>
41299 <column name="user">root</column>
41300 <column name="command">/sbin/init</column>
dc146f7c 41301 <column name="cores">1,2,3</column>
07e059b5
VP
41302 </item>
41303</osdata>
41304@end smallexample
41305
41306Each item should include a column whose name is @samp{pid}. The value
41307of that column should identify the process on the target. The
41308@samp{user} and @samp{command} columns are optional, and will be
dc146f7c
VP
41309displayed by @value{GDBN}. The @samp{cores} column, if present,
41310should contain a comma-separated list of cores that this process
41311is running on. Target may provide additional columns,
07e059b5
VP
41312which @value{GDBN} currently ignores.
41313
05c8c3f5
TT
41314@node Trace File Format
41315@appendix Trace File Format
41316@cindex trace file format
41317
41318The trace file comes in three parts: a header, a textual description
41319section, and a trace frame section with binary data.
41320
41321The header has the form @code{\x7fTRACE0\n}. The first byte is
41322@code{0x7f} so as to indicate that the file contains binary data,
41323while the @code{0} is a version number that may have different values
41324in the future.
41325
41326The description section consists of multiple lines of @sc{ascii} text
41327separated by newline characters (@code{0xa}). The lines may include a
41328variety of optional descriptive or context-setting information, such
41329as tracepoint definitions or register set size. @value{GDBN} will
41330ignore any line that it does not recognize. An empty line marks the end
41331of this section.
41332
41333@c FIXME add some specific types of data
41334
41335The trace frame section consists of a number of consecutive frames.
41336Each frame begins with a two-byte tracepoint number, followed by a
41337four-byte size giving the amount of data in the frame. The data in
41338the frame consists of a number of blocks, each introduced by a
41339character indicating its type (at least register, memory, and trace
41340state variable). The data in this section is raw binary, not a
41341hexadecimal or other encoding; its endianness matches the target's
41342endianness.
41343
41344@c FIXME bi-arch may require endianness/arch info in description section
41345
41346@table @code
41347@item R @var{bytes}
41348Register block. The number and ordering of bytes matches that of a
41349@code{g} packet in the remote protocol. Note that these are the
41350actual bytes, in target order and @value{GDBN} register order, not a
41351hexadecimal encoding.
41352
41353@item M @var{address} @var{length} @var{bytes}...
41354Memory block. This is a contiguous block of memory, at the 8-byte
41355address @var{address}, with a 2-byte length @var{length}, followed by
41356@var{length} bytes.
41357
41358@item V @var{number} @var{value}
41359Trace state variable block. This records the 8-byte signed value
41360@var{value} of trace state variable numbered @var{number}.
41361
41362@end table
41363
41364Future enhancements of the trace file format may include additional types
41365of blocks.
41366
90476074
TT
41367@node Index Section Format
41368@appendix @code{.gdb_index} section format
41369@cindex .gdb_index section format
41370@cindex index section format
41371
41372This section documents the index section that is created by @code{save
41373gdb-index} (@pxref{Index Files}). The index section is
41374DWARF-specific; some knowledge of DWARF is assumed in this
41375description.
41376
41377The mapped index file format is designed to be directly
41378@code{mmap}able on any architecture. In most cases, a datum is
41379represented using a little-endian 32-bit integer value, called an
41380@code{offset_type}. Big endian machines must byte-swap the values
41381before using them. Exceptions to this rule are noted. The data is
41382laid out such that alignment is always respected.
41383
41384A mapped index consists of several areas, laid out in order.
41385
41386@enumerate
41387@item
41388The file header. This is a sequence of values, of @code{offset_type}
41389unless otherwise noted:
41390
41391@enumerate
41392@item
796a7ff8 41393The version number, currently 8. Versions 1, 2 and 3 are obsolete.
481860b3 41394Version 4 uses a different hashing function from versions 5 and 6.
b6ba681c
TT
41395Version 6 includes symbols for inlined functions, whereas versions 4
41396and 5 do not. Version 7 adds attributes to the CU indices in the
796a7ff8
DE
41397symbol table. Version 8 specifies that symbols from DWARF type units
41398(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
41399compilation unit (@samp{DW_TAG_comp_unit}) using the type.
41400
41401@value{GDBN} will only read version 4, 5, or 6 indices
e615022a 41402by specifying @code{set use-deprecated-index-sections on}.
796a7ff8
DE
41403GDB has a workaround for potentially broken version 7 indices so it is
41404currently not flagged as deprecated.
90476074
TT
41405
41406@item
41407The offset, from the start of the file, of the CU list.
41408
41409@item
41410The offset, from the start of the file, of the types CU list. Note
41411that this area can be empty, in which case this offset will be equal
41412to the next offset.
41413
41414@item
41415The offset, from the start of the file, of the address area.
41416
41417@item
41418The offset, from the start of the file, of the symbol table.
41419
41420@item
41421The offset, from the start of the file, of the constant pool.
41422@end enumerate
41423
41424@item
41425The CU list. This is a sequence of pairs of 64-bit little-endian
41426values, sorted by the CU offset. The first element in each pair is
41427the offset of a CU in the @code{.debug_info} section. The second
41428element in each pair is the length of that CU. References to a CU
41429elsewhere in the map are done using a CU index, which is just the
414300-based index into this table. Note that if there are type CUs, then
41431conceptually CUs and type CUs form a single list for the purposes of
41432CU indices.
41433
41434@item
41435The types CU list. This is a sequence of triplets of 64-bit
41436little-endian values. In a triplet, the first value is the CU offset,
41437the second value is the type offset in the CU, and the third value is
41438the type signature. The types CU list is not sorted.
41439
41440@item
41441The address area. The address area consists of a sequence of address
41442entries. Each address entry has three elements:
41443
41444@enumerate
41445@item
41446The low address. This is a 64-bit little-endian value.
41447
41448@item
41449The high address. This is a 64-bit little-endian value. Like
41450@code{DW_AT_high_pc}, the value is one byte beyond the end.
41451
41452@item
41453The CU index. This is an @code{offset_type} value.
41454@end enumerate
41455
41456@item
41457The symbol table. This is an open-addressed hash table. The size of
41458the hash table is always a power of 2.
41459
41460Each slot in the hash table consists of a pair of @code{offset_type}
41461values. The first value is the offset of the symbol's name in the
41462constant pool. The second value is the offset of the CU vector in the
41463constant pool.
41464
41465If both values are 0, then this slot in the hash table is empty. This
41466is ok because while 0 is a valid constant pool index, it cannot be a
41467valid index for both a string and a CU vector.
41468
41469The hash value for a table entry is computed by applying an
41470iterative hash function to the symbol's name. Starting with an
41471initial value of @code{r = 0}, each (unsigned) character @samp{c} in
559a7a62
JK
41472the string is incorporated into the hash using the formula depending on the
41473index version:
41474
41475@table @asis
41476@item Version 4
41477The formula is @code{r = r * 67 + c - 113}.
41478
156942c7 41479@item Versions 5 to 7
559a7a62
JK
41480The formula is @code{r = r * 67 + tolower (c) - 113}.
41481@end table
41482
41483The terminating @samp{\0} is not incorporated into the hash.
90476074
TT
41484
41485The step size used in the hash table is computed via
41486@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
41487value, and @samp{size} is the size of the hash table. The step size
41488is used to find the next candidate slot when handling a hash
41489collision.
41490
41491The names of C@t{++} symbols in the hash table are canonicalized. We
41492don't currently have a simple description of the canonicalization
41493algorithm; if you intend to create new index sections, you must read
41494the code.
41495
41496@item
41497The constant pool. This is simply a bunch of bytes. It is organized
41498so that alignment is correct: CU vectors are stored first, followed by
41499strings.
41500
41501A CU vector in the constant pool is a sequence of @code{offset_type}
41502values. The first value is the number of CU indices in the vector.
156942c7
DE
41503Each subsequent value is the index and symbol attributes of a CU in
41504the CU list. This element in the hash table is used to indicate which
41505CUs define the symbol and how the symbol is used.
41506See below for the format of each CU index+attributes entry.
90476074
TT
41507
41508A string in the constant pool is zero-terminated.
41509@end enumerate
41510
156942c7
DE
41511Attributes were added to CU index values in @code{.gdb_index} version 7.
41512If a symbol has multiple uses within a CU then there is one
41513CU index+attributes value for each use.
41514
41515The format of each CU index+attributes entry is as follows
41516(bit 0 = LSB):
41517
41518@table @asis
41519
41520@item Bits 0-23
41521This is the index of the CU in the CU list.
41522@item Bits 24-27
41523These bits are reserved for future purposes and must be zero.
41524@item Bits 28-30
41525The kind of the symbol in the CU.
41526
41527@table @asis
41528@item 0
41529This value is reserved and should not be used.
41530By reserving zero the full @code{offset_type} value is backwards compatible
41531with previous versions of the index.
41532@item 1
41533The symbol is a type.
41534@item 2
41535The symbol is a variable or an enum value.
41536@item 3
41537The symbol is a function.
41538@item 4
41539Any other kind of symbol.
41540@item 5,6,7
41541These values are reserved.
41542@end table
41543
41544@item Bit 31
41545This bit is zero if the value is global and one if it is static.
41546
41547The determination of whether a symbol is global or static is complicated.
41548The authorative reference is the file @file{dwarf2read.c} in
41549@value{GDBN} sources.
41550
41551@end table
41552
41553This pseudo-code describes the computation of a symbol's kind and
41554global/static attributes in the index.
41555
41556@smallexample
41557is_external = get_attribute (die, DW_AT_external);
41558language = get_attribute (cu_die, DW_AT_language);
41559switch (die->tag)
41560 @{
41561 case DW_TAG_typedef:
41562 case DW_TAG_base_type:
41563 case DW_TAG_subrange_type:
41564 kind = TYPE;
41565 is_static = 1;
41566 break;
41567 case DW_TAG_enumerator:
41568 kind = VARIABLE;
41569 is_static = (language != CPLUS && language != JAVA);
41570 break;
41571 case DW_TAG_subprogram:
41572 kind = FUNCTION;
41573 is_static = ! (is_external || language == ADA);
41574 break;
41575 case DW_TAG_constant:
41576 kind = VARIABLE;
41577 is_static = ! is_external;
41578 break;
41579 case DW_TAG_variable:
41580 kind = VARIABLE;
41581 is_static = ! is_external;
41582 break;
41583 case DW_TAG_namespace:
41584 kind = TYPE;
41585 is_static = 0;
41586 break;
41587 case DW_TAG_class_type:
41588 case DW_TAG_interface_type:
41589 case DW_TAG_structure_type:
41590 case DW_TAG_union_type:
41591 case DW_TAG_enumeration_type:
41592 kind = TYPE;
41593 is_static = (language != CPLUS && language != JAVA);
41594 break;
41595 default:
41596 assert (0);
41597 @}
41598@end smallexample
41599
aab4e0ec 41600@include gpl.texi
eb12ee30 41601
e4c0cfae
SS
41602@node GNU Free Documentation License
41603@appendix GNU Free Documentation License
6826cf00
EZ
41604@include fdl.texi
41605
00595b5e
EZ
41606@node Concept Index
41607@unnumbered Concept Index
c906108c
SS
41608
41609@printindex cp
41610
00595b5e
EZ
41611@node Command and Variable Index
41612@unnumbered Command, Variable, and Function Index
41613
41614@printindex fn
41615
c906108c 41616@tex
984359d2 41617% I think something like @@colophon should be in texinfo. In the
c906108c
SS
41618% meantime:
41619\long\def\colophon{\hbox to0pt{}\vfill
41620\centerline{The body of this manual is set in}
41621\centerline{\fontname\tenrm,}
41622\centerline{with headings in {\bf\fontname\tenbf}}
41623\centerline{and examples in {\tt\fontname\tentt}.}
41624\centerline{{\it\fontname\tenit\/},}
41625\centerline{{\bf\fontname\tenbf}, and}
41626\centerline{{\sl\fontname\tensl\/}}
41627\centerline{are used for emphasis.}\vfill}
41628\page\colophon
984359d2 41629% Blame: doc@@cygnus.com, 1991.
c906108c
SS
41630@end tex
41631
c906108c 41632@bye
This page took 6.916855 seconds and 4 git commands to generate.